@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--brand-black:#000;--brand-yellow:#ffcc02;--brand-white:#fff;--grey-mid:#7e7e7e;--grey-light:#dbdbdc;--grey-lightest:#f4f4f3;--sage:#85947e;--staff-forest:#16241a;--staff-forest-raised:#1e3220;--staff-forest-active:#2b3d26;--staff-forest-text-muted:#9baa8f;--staff-gold:#c8a24a;--staff-gold-deep:#9c7a2c;--staff-cream:#f7f4ea;--staff-action-green:#26482f;--staff-danger-red:#c0392b;--ink:#17180f;--paper:var(--brand-white);--surface:var(--grey-lightest);--line:var(--grey-light);--accent:var(--staff-gold);--accent-ink:var(--brand-black);--muted:var(--grey-mid);--forest-accent:var(--sage);--status-green-bg:#e3f3e6;--status-green-text:#1f7a3d;--status-amber-bg:#faf0d9;--status-amber-text:#92650f;--status-red-bg:#fbe4e2;--status-red-text:#b3261e;--status-grey-bg:var(--grey-lightest);--status-grey-text:var(--muted);--status-blue-bg:#e3edfa;--status-blue-text:#1f5a92;--shell-bg:var(--staff-forest);--shell-bg-raised:var(--staff-forest-raised);--shell-text:#f4f4ef;--shell-text-muted:var(--staff-forest-text-muted);--shell-active-bg:var(--staff-forest-active);--shell-gradient:linear-gradient(120deg, #101d13 0%, #1c3220 55%, #2f4a2a 100%);--font-display:"Inter", -apple-system, "Segoe UI", sans-serif;--font-body:"Inter", -apple-system, "Segoe UI", sans-serif;--font-mono:"IBM Plex Mono", "Courier New", monospace;--radius:10px;--radius-sm:6px;--radius-pill:999px;--btn-radius:var(--radius-pill);--shadow-card:0 1px 2px #14150f0f, 0 4px 14px #14150f0f;--shadow-modal:0 20px 60px #00000059;--max-width:960px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--paper);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.55}h1,h2{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;margin:0 0 .5em;font-weight:800;line-height:1.15}h1{font-size:clamp(1.9rem,3.6vw,2.75rem)}h2{font-size:clamp(1.2rem,2vw,1.5rem);font-weight:700}p{max-width:62ch;margin:0 0 1em}p.hint{max-width:none}a{color:var(--ink);-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent);text-decoration-thickness:2px}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.container-article{max-width:720px}.container-article p,.container-article li,.admin-wide p{max-width:none}ul,ol{padding-left:1.3em}ul li,ol li{max-width:62ch;margin-bottom:.4em}.site-header{border-bottom:1px solid var(--line);background:var(--paper);padding:18px 0}.site-header .container{justify-content:space-between;align-items:center;display:flex}.site-header-inner{justify-content:space-between;align-items:center;width:100%;padding:0 24px;display:flex}.staff-login-link{font-family:var(--font-body);color:var(--muted);border:1px solid var(--grey-light);border-radius:var(--radius-pill);padding:8px 16px;font-size:.85rem;font-weight:600;text-decoration:none}.staff-login-link:hover{color:var(--brand-black);border-color:var(--brand-black)}.wordmark{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;font-size:1.3rem;font-weight:800;text-decoration:none}.wordmark span{color:var(--accent-ink);background:var(--accent);border-radius:var(--radius-sm);padding:0 6px}.stamp{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;color:var(--brand-black);background:var(--accent);border-radius:var(--radius-pill);align-items:center;gap:8px;padding:6px 14px;font-size:.72rem;font-weight:700;display:inline-flex}.home-hero{border-radius:var(--radius);min-height:280px;box-shadow:var(--shadow-card);align-items:flex-end;margin-bottom:40px;display:flex;position:relative;overflow:hidden}.home-hero-image{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.home-hero:after{content:"";z-index:1;background:linear-gradient(#14150f00 30%,#14150f8c 75%,#14150fe6 100%);position:absolute;inset:0}.home-hero-content{z-index:2;padding:32px;position:relative}.home-hero-content .eyebrow{color:var(--brand-yellow);margin-bottom:8px}.home-hero-content h1{color:var(--brand-white);text-shadow:0 2px 12px #00000059;margin-bottom:0}@media (max-width:640px){.home-hero{min-height:220px}.home-hero-content{padding:20px}}.home-intro-row{grid-template-columns:1.3fr 1fr;align-items:center;gap:32px;display:grid}@media (max-width:860px){.home-intro-row{grid-template-columns:1fr}}.home-intro-row p{margin-bottom:0}.home-intro-image{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);width:100%;box-shadow:var(--shadow-card);display:block}.home-page p,.visit-about-page p,.visit-about-page li,.wide-page p,.wide-page li{max-width:none}.home-lede{color:var(--ink);max-width:none;margin:24px 0 8px;font-size:1.15rem}.home-cta-block{margin-top:28px}.home-cta-link{color:var(--brand-black);border-bottom:2px solid var(--accent);font-size:.95rem;font-weight:700;text-decoration:none;display:inline-block}.home-cta-link:hover{color:var(--ink)}.chooser-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px;display:grid}@media (max-width:860px){.chooser-grid{grid-template-columns:1fr}}.chooser-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);color:inherit;box-shadow:var(--shadow-card);padding:32px;text-decoration:none;transition:transform .15s,box-shadow .15s;display:block;position:relative}.chooser-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px #14150f1f}.chooser-card:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.chooser-card h2{margin-bottom:.3em}.chooser-card .cta{color:var(--brand-black);border-bottom:2px solid var(--accent);margin-top:16px;font-size:.9rem;font-weight:700;display:inline-block}.form-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);max-width:620px;box-shadow:var(--shadow-card);margin-top:32px;padding:32px}.field{margin-bottom:20px}.field label{color:var(--ink);margin-bottom:6px;font-size:.9rem;font-weight:600;display:block}.field .hint{color:var(--muted);margin-top:4px;font-size:.82rem}.field-error-text{color:var(--status-red-text);margin-top:4px;font-size:.82rem;font-weight:600}.field.has-error input,.field.has-error select,.field.has-error textarea{border-color:var(--status-red-text)}.field.has-error .checkbox-row{border-color:var(--status-red-text)!important}input,select,textarea{width:100%;font-family:var(--font-body);border:1px solid var(--grey-light);border-radius:var(--radius-sm);background:var(--paper);color:var(--ink);padding:10px 14px;font-size:1rem}input:focus,select:focus,textarea:focus{border-color:var(--brand-black);outline:none;box-shadow:0 0 0 3px #ffcc0266}textarea{resize:vertical;min-height:100px}.btn{font-family:var(--font-body);background:var(--accent);color:var(--accent-ink);border-radius:var(--btn-radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:6px;padding:12px 22px;font-size:.9rem;font-weight:700;transition:filter .15s,transform .1s;display:inline-flex}.btn:hover{filter:brightness(.94)}.btn:active{transform:translateY(1px)}.btn:disabled{background:var(--grey-light);color:var(--muted);cursor:not-allowed;filter:none}.btn-secondary{color:var(--ink);border:1.5px solid var(--line);background:0 0}.btn-secondary:hover{background:var(--surface);filter:none}.btn-dark{background:var(--ink);color:var(--brand-white)}.btn-danger{color:var(--status-red-text);border:1.5px solid var(--status-red-text);background:0 0}.btn-danger:hover{background:var(--status-red-bg);filter:none}.btn-sm{padding:6px 14px;font-size:.8rem}.btn-lg{padding:15px 28px;font-size:1rem}.app-shell .btn:not(:disabled),.login-shell .btn:not(:disabled){background:var(--staff-action-green);color:var(--shell-text)}.app-shell .btn-secondary:not(:disabled),.login-shell .btn-secondary:not(:disabled){color:var(--staff-action-green);border-color:var(--staff-action-green);background:0 0}.app-shell .btn-danger:not(:disabled),.login-shell .btn-danger:not(:disabled){color:var(--staff-danger-red);border-color:var(--staff-danger-red);background:0 0}.alert{border-radius:var(--radius);border:1px solid var(--line);margin-bottom:20px;padding:14px 18px;font-size:.92rem}.alert-error{background:var(--status-red-bg);color:var(--status-red-text);border-color:#0000}.alert-success{background:var(--status-green-bg);color:var(--status-green-text);border-color:#0000}.eyebrow{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:10px;font-size:.78rem;font-weight:700;display:block}.about-section{border-top:1px solid var(--line);margin:40px 0;padding-top:32px}.placeholder-note{background:var(--surface);border:1px dashed var(--grey-light);color:var(--ink);border-radius:var(--radius);margin-bottom:24px;padding:12px 16px;font-size:.85rem}.site-main{padding-bottom:110px}@media (max-width:640px){.site-main{padding-bottom:170px}}footer.site-emergency-footer{z-index:40;background:var(--shell-gradient);color:var(--shell-text);position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000040}.site-emergency-footer-inner{max-width:var(--max-width);flex-wrap:wrap;align-items:baseline;gap:6px 10px;margin:0 auto;padding:12px 24px;font-size:.85rem;line-height:1.4;display:flex}.site-emergency-footer-title{color:var(--brand-white);font-weight:700}.site-emergency-footer a:not(.btn){color:var(--brand-yellow);font-weight:700;text-decoration:underline}.site-emergency-footer-note{color:var(--shell-text-muted);font-style:italic}@media (max-width:640px){.site-emergency-footer-inner{flex-direction:column;align-items:flex-start;gap:3px;padding:10px 20px}}.pill{border-radius:var(--radius-pill);white-space:nowrap;align-items:center;gap:6px;padding:4px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.pill-dot{background:currentColor;border-radius:50%;width:6px;height:6px;display:inline-block}.pill-green{background:var(--status-green-bg);color:var(--status-green-text)}.pill-amber{background:var(--status-amber-bg);color:var(--status-amber-text)}.pill-red{background:var(--status-red-bg);color:var(--status-red-text)}.pill-grey{background:var(--status-grey-bg);color:var(--status-grey-text)}.pill-blue{background:var(--status-blue-bg);color:var(--status-blue-text)}.avatar-circle{background:var(--accent);width:40px;height:40px;color:var(--accent-ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:inline-flex;overflow:hidden}.avatar-circle-ring{box-shadow:0 0 0 2px var(--paper), 0 0 0 4px var(--staff-gold)}.image-slot{border:1.5px dashed var(--grey-light);background:var(--surface);color:var(--muted);font-family:var(--font-body);text-align:center;border-radius:var(--radius);justify-content:center;align-items:center;min-height:100px;padding:40px 16px;font-size:.8rem;display:flex}.image-row{grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0;display:grid}.image-row-2{grid-template-columns:repeat(2,1fr)}@media (max-width:680px){.image-row,.image-row-2{grid-template-columns:1fr}}.content-image-hero{aspect-ratio:16/7;object-fit:cover;border-radius:var(--radius);width:100%;display:block}.content-image{aspect-ratio:1;object-fit:cover;border-radius:var(--radius);width:100%;height:100%;display:block}.callout{background:var(--surface);border-radius:var(--radius);border-left:4px solid var(--accent);margin:20px 0;padding:16px 18px}.callout-warning{border-left-color:var(--status-amber-text)}.callout-danger{background:var(--ink);color:var(--brand-white);border-left-color:var(--accent)}.quote-block{border-left:3px solid var(--line);color:var(--muted);margin:20px 0;padding-left:16px;font-style:italic}.quote-block-accent{border-left-color:var(--sage);color:var(--sage)}.age-table{border-collapse:collapse;border-radius:var(--radius);width:100%;margin:16px 0;overflow:hidden}.age-table td{border-bottom:1px solid var(--line);vertical-align:top;padding:12px 14px;font-size:.92rem}.age-table td:first-child{background:var(--surface);white-space:nowrap;width:160px;font-weight:600}.table-scroll{margin:16px 0 32px;overflow-x:auto}.compare-table{border-collapse:collapse;width:100%;min-width:560px}.compare-table th,.compare-table td{border:1px solid var(--line);text-align:left;vertical-align:top;padding:12px 14px;font-size:.92rem}.compare-table th{background:var(--surface);font-weight:700}.compare-table td:first-child,.compare-table th:first-child{background:var(--surface);width:150px;font-weight:600}.wizard-progress{font-family:var(--font-body);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin:16px 0 8px;font-size:.8rem;font-weight:700}.wizard-nav{justify-content:space-between;margin-top:24px;display:flex}.radio-group{gap:24px;margin-top:4px;display:flex}.radio-option{cursor:pointer;align-items:center;gap:6px;font-weight:400;display:flex}.radio-option input{width:auto}.field-row-3{grid-template-columns:1fr 1fr 1fr;gap:8px;display:grid}.field-row-2{grid-template-columns:1fr 1fr;gap:8px;display:grid}@media (max-width:680px){.field-row-3,.field-row-2{grid-template-columns:1fr}}.checkbox-row{cursor:pointer;align-items:flex-start;gap:10px;margin-bottom:18px;font-weight:400;display:flex}.checkbox-row input{flex-shrink:0;width:auto;margin-top:4px}.checkbox-row-group{flex-wrap:wrap;gap:8px 20px;display:flex}.checkbox-row-group .checkbox-row{margin-bottom:0}.signature-pad{border:1.5px solid var(--line);border-radius:var(--radius);background:var(--paper);touch-action:none;cursor:crosshair;max-width:100%;display:block}.form-card h3{font-family:var(--font-body);color:var(--ink);margin:0 0 12px;font-size:1rem;font-weight:700}.required-mark{color:var(--status-red-text);margin-left:2px;font-weight:700}.tooltip-wrapper{display:inline-flex;position:relative}.tooltip-icon{background:var(--surface);width:22px;height:22px;color:var(--ink);font-family:var(--font-body);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:.8rem;font-style:italic;font-weight:700;line-height:1;display:inline-flex}.tooltip-icon:hover{background:var(--accent)}.tooltip-box{background:var(--ink);width:240px;color:var(--brand-white);font-family:var(--font-body);text-align:left;border-radius:var(--radius-sm);z-index:20;padding:10px 12px;font-size:.82rem;line-height:1.4;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000040}.tooltip-box:after{content:"";border:6px solid #0000;border-top-color:var(--ink);position:absolute;top:100%;left:50%;transform:translate(-50%)}@media (max-width:480px){.tooltip-box{width:200px;left:auto;right:-20px;transform:none}.tooltip-box:after{left:auto;right:24px;transform:none}}.app-shell{--surface:var(--staff-cream);--btn-radius:12px;background:var(--surface);min-height:100vh;display:flex}.app-sidebar{background:var(--shell-bg);width:248px;color:var(--shell-text);flex-direction:column;flex-shrink:0;height:100vh;padding:20px 0;display:flex;position:sticky;top:0;overflow-y:auto}@media (max-width:900px){.app-sidebar{z-index:200;box-shadow:var(--shadow-modal);transition:transform .2s;position:fixed;top:0;left:0;transform:translate(-100%)}.app-sidebar.app-sidebar-open{transform:translate(0)}}.app-sidebar-brand{border-bottom:1px solid #f4f4ef1a;align-items:center;gap:10px;margin-bottom:8px;padding:0 20px 20px;display:flex}.app-sidebar-brand-badge{background:var(--brand-white);width:34px;height:34px;color:var(--accent-ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:800;display:flex;overflow:hidden}.app-sidebar-brand-badge img{object-fit:contain;box-sizing:border-box;flex-shrink:0;width:100%;height:100%;padding:5px}.app-sidebar-brand-name{color:var(--shell-text);font-size:.95rem;font-weight:800;line-height:1.2}.app-sidebar-brand-sub{color:var(--shell-text-muted);font-size:.7rem}.app-sidebar-section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--shell-text-muted);padding:16px 20px 6px;font-size:.68rem;font-weight:700}.app-sidebar-link{border-radius:var(--radius-sm);color:var(--shell-text-muted);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;width:calc(100% - 20px);margin:1px 10px;padding:9px 20px;font-size:.88rem;font-weight:600;text-decoration:none;display:flex}.app-sidebar-link:hover{color:var(--shell-text);background:#f4f4ef0f}.app-sidebar-link-active{background:var(--shell-active-bg);color:var(--accent)}.app-sidebar-link-icon{text-align:center;flex-shrink:0;width:18px}.app-sidebar-footer{border-top:1px solid #f4f4ef1a;margin-top:auto;padding:12px 10px 0}.app-main{flex-direction:column;flex:1;min-width:0;display:flex}.app-topbar{background:var(--paper);border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:16px;padding:16px 32px;display:flex}.app-topbar-title{margin:0;font-size:1.3rem;font-weight:800}.app-topbar-right{align-items:center;gap:12px;margin-left:auto;display:flex}.app-sidebar-toggle{border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;width:38px;height:38px;color:var(--ink);background:0 0;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;display:none}@media (max-width:900px){.app-sidebar-toggle{display:inline-flex}}.app-sidebar-backdrop{z-index:150;background:#14150f80;position:fixed;inset:0}.app-content{flex:1;padding:28px 32px 60px}.page-banner{background:var(--shell-gradient);color:var(--brand-white);border-radius:var(--radius);margin-bottom:24px;padding:28px 32px}.page-banner-eyebrow{color:var(--shell-text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:.8rem;font-weight:700}.page-banner h1{color:var(--brand-white);margin:0;font-size:1.6rem}.page-banner-sub{color:var(--shell-text-muted);margin:4px 0 0;font-size:.85rem}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px;display:grid}.stat-card{background:var(--paper);border-radius:var(--radius);border-top:3px solid var(--accent);box-shadow:var(--shadow-card);padding:18px 20px}.stat-card-number{font-size:1.8rem;font-weight:800;line-height:1}.stat-card-label{color:var(--muted);margin-top:6px;font-size:.82rem}.card{background:var(--paper);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:20px}.modal-overlay{z-index:90;background:#14150f8c;justify-content:center;align-items:flex-start;padding:40px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal{background:var(--paper);border-radius:var(--radius);width:min(680px,100%);box-shadow:var(--shadow-modal);z-index:100;overflow:hidden}.modal-header{background:var(--shell-gradient);color:var(--brand-white);align-items:flex-start;gap:16px;padding:24px 28px;display:flex;position:relative}.modal-header-close{width:28px;height:28px;color:var(--brand-white);cursor:pointer;background:#f4f4ef1f;border:none;border-radius:50%;font-size:1rem;line-height:1;position:absolute;top:16px;right:16px}.modal-header-close:hover{background:#f4f4ef38}.modal-header-name{margin:0 0 2px;font-size:1.15rem;font-weight:800}.modal-header-sub{color:var(--shell-text-muted);margin-bottom:8px;font-size:.85rem}.modal-header-meta{color:var(--shell-text-muted);margin-top:8px;font-size:.75rem}.modal-tabs{border-bottom:1px solid var(--line);background:var(--paper);gap:4px;padding:0 28px;display:flex;overflow-x:auto}.modal-tab{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 14px;font-size:.85rem;font-weight:600}.modal-tab-active{color:var(--ink);border-bottom-color:var(--accent)}.modal-body{max-height:60vh;padding:24px 28px;overflow-y:auto}.modal-footer{border-top:1px solid var(--line);justify-content:flex-end;gap:10px;padding:16px 28px;display:flex}@media (max-width:900px){.modal-overlay-sheet{align-items:stretch;padding:0}.modal-overlay-sheet .modal{border-radius:0;flex-direction:column;width:100%;height:100dvh;max-height:100dvh;display:flex}.modal-overlay-sheet .modal-header{flex:none}.modal-overlay-sheet .modal-body{flex:1;max-height:none}.modal-overlay-bottom{align-items:flex-end;padding:0}.modal-overlay-bottom .modal{border-radius:14px 14px 0 0;width:100%;max-height:85vh}}.rte{border:1px solid var(--grey-light);border-radius:var(--radius-sm);background:var(--paper);overflow:hidden}.rte-disabled{background:var(--surface)}.rte-toolbar{background:var(--surface);border-bottom:1px solid var(--grey-light);flex-wrap:wrap;align-items:center;gap:2px;padding:6px 8px;display:flex}.rte-btn{min-width:28px;height:28px;font-family:var(--font-body);border-radius:var(--radius-sm);color:var(--ink);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0 6px;font-size:.85rem;line-height:1;display:inline-flex}.rte-btn:hover:not(:disabled){background:var(--grey-lightest);border-color:var(--grey-light)}.rte-btn:disabled{color:var(--muted);cursor:not-allowed}.rte-select{border:1px solid var(--grey-light);border-radius:var(--radius-sm);background:var(--paper);height:28px;color:var(--ink);max-width:130px;padding:0 6px;font-size:.82rem}.rte-select-narrow{max-width:90px}.rte-divider{background:var(--grey-light);align-self:stretch;width:1px;margin:0 4px}.rte-swatches{align-items:center;gap:3px;display:inline-flex}.rte-swatch{border:1px solid var(--grey-light);cursor:pointer;border-radius:3px;width:16px;height:16px;padding:0}.rte-swatch:disabled{cursor:not-allowed;opacity:.5}.rte-body{min-height:220px;max-height:420px;font-family:var(--font-body);color:var(--ink);padding:12px 14px;font-size:.95rem;line-height:1.5;overflow-y:auto}.rte-body:focus{outline:none}.rte-body:empty:before{content:attr(data-placeholder);color:var(--muted)}.admin-filters{flex-wrap:wrap;align-items:center;gap:12px;margin:0 0 20px;display:flex}.admin-filters input,.admin-filters select{padding:9px 12px;font-size:.9rem}.admin-table-wrap{border-radius:var(--radius);box-shadow:var(--shadow-card);background:var(--paper);overflow-x:auto}.admin-table-scroll-hint-text{display:none}@media (max-width:900px){.admin-table-scroll-hint-text{color:var(--muted);margin:6px 2px 12px;font-size:.78rem;display:block}}.admin-mobile-filter-row,.admin-mobile-card-list{display:none}@media (max-width:900px){.admin-table-wrap-desktop-only{display:none}.admin-mobile-filter-row{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.admin-mobile-filter-row input[type=text]{flex:1;min-width:140px}.admin-mobile-card-list{flex-direction:column;gap:8px;display:flex}}.admin-table{border-collapse:collapse;width:100%;font-size:.88rem}.admin-table th{text-align:left;background:var(--surface);white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);padding:12px 14px;font-size:.72rem;font-weight:700}.admin-table td{border-bottom:1px solid var(--line);white-space:nowrap;padding:12px 14px}.admin-table tr:last-child td{border-bottom:none}.admin-table select{padding:5px 8px;font-size:.82rem}.admin-expand-btn{background:var(--surface);cursor:pointer;border:none;border-radius:50%;width:26px;height:26px}.admin-detail-cell{background:var(--surface);white-space:normal!important}.admin-detail-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;padding:16px 8px;display:grid}.admin-detail-item{flex-direction:column;gap:2px;display:flex}.admin-detail-label{text-transform:uppercase;letter-spacing:.03em;color:var(--muted);font-size:.7rem;font-weight:700}.admin-detail-value{word-break:break-word;font-size:.88rem}.kanban-board{align-items:flex-start;gap:12px;padding-bottom:12px;display:flex;overflow-x:auto}.kanban-column{background:var(--surface);border-radius:var(--radius);border-right:1px solid var(--line);flex-direction:column;flex:1 1 0;min-width:180px;min-height:200px;display:flex}.admin-list-view{flex-direction:column;gap:8px;display:flex}.visit-status-rail{display:none}.tab-visits-desktop-filter{display:contents}@media (max-width:900px){.visit-status-rail{-webkit-overflow-scrolling:touch;gap:8px;padding:2px 2px 10px;display:flex;overflow-x:auto}.visit-status-rail::-webkit-scrollbar{display:none}.tab-visits-desktop-filter-hide-in-list,.kanban-toggle-btn-mobile-hide{display:none}}.visit-status-pill{border:1px solid var(--line);border-radius:var(--radius-pill);min-height:38px;color:var(--ink);background:var(--paper);cursor:pointer;flex:none;align-items:center;gap:7px;padding:0 14px;font-size:.8rem;font-weight:600;display:inline-flex}.visit-status-pill-active{background:var(--staff-action-green,var(--accent));border-color:var(--staff-action-green,var(--accent));color:#fff}.kanban-column:last-child{border-right:none}.visit-calendar-nav{justify-content:center;align-items:center;gap:16px;margin-bottom:16px;display:flex}.visit-calendar-month-label{font-family:var(--font-display);text-align:center;min-width:160px;font-weight:700}.visit-calendar-grid{background:var(--line);border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:repeat(7,1fr);gap:1px;display:grid;overflow:hidden}@media (max-width:900px){.visit-calendar-grid{grid-template-columns:repeat(7,minmax(92px,1fr));overflow:auto hidden}}.visit-calendar-weekday{background:var(--surface);text-transform:uppercase;letter-spacing:.03em;color:var(--muted);text-align:center;padding:8px;font-size:.72rem;font-weight:700}.visit-calendar-cell{background:var(--paper);flex-direction:column;gap:6px;min-height:110px;padding:8px;display:flex}.visit-calendar-cell-outside{background:var(--surface)}.visit-calendar-cell-outside .visit-calendar-date{color:var(--grey-light)}.visit-calendar-date-row{justify-content:space-between;align-items:center;gap:4px;display:flex}.visit-calendar-date{color:var(--muted);font-size:.8rem;font-weight:700}.visit-calendar-block-btn{text-transform:uppercase;letter-spacing:.02em;border:1px solid var(--grey-light);border-radius:var(--radius-pill);cursor:pointer;color:var(--muted);background:0 0;padding:2px 6px;font-size:.62rem;font-weight:700}.visit-calendar-block-btn:hover{border-color:var(--status-red-text);color:var(--status-red-text)}.visit-calendar-block-btn-active{background:var(--status-red-text);border-color:var(--status-red-text);color:#fff}.visit-calendar-block-btn-active:hover{color:#fff}.visit-calendar-cell-blocked{background:var(--status-red-bg)}.visit-calendar-cell-partly-blocked{background:color-mix(in srgb, var(--status-red-bg) 45%, transparent)}.visit-calendar-blocked-label{color:var(--status-red-text);text-transform:uppercase;letter-spacing:.02em;font-size:.68rem;font-weight:700}.visit-calendar-chip{background:var(--surface);border-radius:var(--radius-sm);padding:6px 8px}.visit-calendar-chip-top{align-items:center;gap:6px;margin-bottom:4px;display:flex}.visit-calendar-chip-name{text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;font-weight:600;overflow:hidden}.visit-calendar-chip-select{width:100%;padding:3px 4px;font-size:.72rem}.visit-calendar-dot{border-radius:50%;width:8px;min-width:8px;height:8px;display:inline-block}.visit-calendar-dot-green{background:var(--status-green-text)}.visit-calendar-dot-amber{background:var(--status-amber-text)}.visit-calendar-dot-red{background:var(--status-red-text)}@media (max-width:780px){.visit-calendar-grid{grid-template-columns:repeat(7,minmax(90px,1fr));overflow-x:auto}}.kanban-column-over{box-shadow:inset 0 0 0 2px var(--accent)}.kanban-column-header{text-transform:uppercase;letter-spacing:.03em;color:var(--muted);justify-content:space-between;padding:12px 14px;font-size:.72rem;font-weight:700;display:flex}.kanban-column-count{color:var(--muted)}.kanban-column-body{flex-direction:column;flex:1;gap:8px;padding:8px;display:flex}.kanban-card{background:var(--paper);border-radius:var(--radius-sm);box-shadow:var(--shadow-card);cursor:pointer;gap:6px;padding:10px 12px;display:flex}.kanban-card-draggable{touch-action:none}.kanban-card-dragging{opacity:.6;box-shadow:0 8px 20px #0003}.kanban-card-drag-handle{cursor:grab;color:var(--grey-light);-webkit-user-select:none;user-select:none;padding:2px 4px;font-size:.9rem}.kanban-card-body{flex:1;min-width:0}.kanban-card-name{font-size:.88rem;font-weight:700}.kanban-card-meta{color:var(--muted);margin-bottom:6px;font-size:.75rem}.kanban-card-expand{color:var(--forest-accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:600}.kanban-card-email-pending{background:var(--status-red-bg);color:var(--status-red-text);border-radius:var(--radius-pill);margin-bottom:6px;padding:3px 8px;font-size:.7rem;font-weight:700;display:inline-block}.manual-email-banner{background:var(--status-red-bg);color:var(--status-red-text);border-radius:var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:16px 0;padding:10px 14px;font-size:.85rem;font-weight:600;display:flex}.kanban-fork-buttons{gap:6px;margin-top:8px;display:flex}.btn-fork-positive,.btn-fork-negative{font-family:var(--font-body);border-radius:var(--radius-pill);cursor:pointer;border:none;padding:6px 12px;font-size:.72rem;font-weight:700}.btn-fork-positive{background:var(--accent);color:var(--accent-ink)}.btn-fork-negative{background:var(--status-red-bg);color:var(--status-red-text)}.kanban-detail-grid{border-top:1px solid var(--line);grid-template-columns:1fr;gap:8px;margin-top:10px;padding-top:10px;display:grid}.breadcrumbs{color:var(--muted);margin-bottom:20px;font-size:.8rem;font-weight:600;display:block}.breadcrumbs a{color:var(--muted);text-decoration:underline}.breadcrumbs a:hover{color:var(--brand-black)}.breadcrumb-current{color:var(--brand-black);font-weight:700}.breadcrumb-sep{color:var(--grey-light);margin:0 2px}.history-list{flex-direction:column;gap:10px;max-height:200px;margin-top:6px;display:flex;overflow-y:auto}.history-item{border-left:2px solid var(--line);padding-left:10px;font-size:.85rem}.history-note{color:var(--muted);margin-top:4px;font-style:italic}.direct-move-box{border:1px dashed var(--grey-light);border-radius:var(--radius);margin-bottom:16px;padding:12px}.login-shell{--btn-radius:12px;min-height:100vh;display:flex}.login-visual{background:var(--shell-gradient);color:var(--brand-white);flex-direction:column;flex:1.5;justify-content:flex-end;padding:48px;display:flex;overflow:hidden;container-type:inline-size}.login-collage-wrap{flex:auto;justify-content:flex-start;align-items:center;min-height:0;padding-bottom:20px;display:flex}.login-collage{aspect-ratio:860/500;width:clamp(480px,68cqw,900px);max-width:100%;position:relative}.login-collage:after{content:"";pointer-events:none;background:radial-gradient(120% 120% at 50% 45%,#101d1300 42%,#101d1380 78%,#101d13e0 100%);position:absolute;inset:-14% -16%}.login-collage-tile{background:var(--brand-white);box-sizing:border-box;transform:rotate(var(--tile-rot));cursor:default;border-radius:3px;padding:5px;transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s;position:absolute;box-shadow:0 16px 30px #06100973}.login-collage-tile:hover{z-index:9;transform:rotate(0)scale(1.08);box-shadow:0 26px 52px #06100999}.login-collage-tile-img{filter:saturate(.7)brightness(.8)contrast(1.03);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:2px;width:100%;height:100%;transition:filter .45s}.login-collage-tile:hover .login-collage-tile-img{filter:saturate()brightness()contrast()}.login-visual-tagline h2{color:var(--brand-white);max-width:420px;font-size:clamp(1.6rem,3vw,2.2rem)}.login-visual-tagline p{color:var(--shell-text-muted);max-width:380px}.login-card-wrap{background:var(--shell-bg-raised);flex:1;justify-content:center;align-items:center;min-width:380px;padding:32px;display:flex}.login-card{width:100%;max-width:360px;margin-left:clamp(0px,5vw,48px)}.login-card-header{text-align:center;margin-bottom:24px}.login-card-badge{background:var(--brand-white);border:1px solid var(--line);width:56px;height:56px;color:var(--accent-ink);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 12px;font-size:1.3rem;font-weight:800;display:flex;overflow:hidden}.login-card-badge img{object-fit:contain;box-sizing:border-box;width:100%;height:100%;padding:8px}.login-card-header h1{color:var(--brand-white);margin-bottom:2px;font-size:1.4rem}.login-card-header p{color:var(--shell-text-muted);font-size:.85rem}.login-card .field label{color:var(--shell-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:700}.login-card input{color:var(--brand-white);background:#f4f4ef0f;border-color:#f4f4ef26}.login-card .btn{width:100%;margin-top:4px}.login-forgot-link{text-align:center;width:100%;color:var(--brand-white);cursor:pointer;background:0 0;border:none;margin-top:14px;padding:0;font-size:.85rem;text-decoration:underline;display:block}.login-forgot-link:hover{opacity:.85}.password-field-wrap{position:relative}.password-field-wrap input{padding-right:56px}.password-toggle-btn{cursor:pointer;color:var(--shell-text-muted);text-transform:uppercase;letter-spacing:.03em;background:0 0;border:none;padding:6px 8px;font-size:.7rem;font-weight:700;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.password-toggle-btn:hover{color:var(--shell-text)}@media (max-width:800px){.login-visual{display:none}.login-card-wrap{min-width:0}}.public-shell{--font-serif-display:"Playfair Display", Georgia, "Times New Roman", serif;--font-grotesk:"Archivo", Arial, "Helvetica Neue", Helvetica, sans-serif;--font-display:var(--font-serif-display);--max-width:1200px;--radius:4px;--radius-sm:2px;--radius-lg:8px;--btn-radius:4px;--ink:#000;--brand-yellow:#ffcc05;--accent:var(--brand-yellow);--sage:#7e8f75;--forest-accent:var(--sage);--muted:#888;--line:#d9d9d9;--surface:#f2f2f3;--surface-warm:#f0ede2;--text-secondary:#3a3a3a;--tracking-label:.1em;background:var(--paper)}.public-shell h1,.public-shell h2,.public-shell h3{font-family:var(--font-display);letter-spacing:-.01em;font-weight:700}.public-shell h1{font-size:clamp(2.25rem,4.2vw,3.25rem);line-height:1.15}.public-shell h2{font-size:clamp(1.75rem,2.8vw,2.25rem);line-height:1.2}.public-shell h3{font-size:1.5rem;line-height:1.25}.public-shell .eyebrow{font-family:var(--font-grotesk);letter-spacing:.12em;color:var(--muted);align-items:center;gap:12px;font-size:.75rem;font-weight:700;display:inline-flex}.public-shell .eyebrow:before{content:"";background:var(--brand-yellow);flex:none;width:28px;height:2px}.public-shell .card-kicker{font-family:var(--font-grotesk);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:4px;font-size:.72rem;font-weight:700;display:block}.public-shell .stamp,.public-shell .btn,.public-shell .btn-secondary,.public-shell .btn-dark,.public-shell .btn-ghost,.public-shell .wordmark span{font-family:var(--font-grotesk)}.public-shell .btn-secondary{background:var(--brand-white);color:var(--ink);border:1px solid var(--ink)}.public-shell .btn-ghost{color:var(--ink);background:0 0;border:1px solid #0000}.public-shell .btn-ghost:hover{background:var(--surface)}.public-shell .chooser-card,.public-shell .card,.public-shell .form-card,.public-shell .home-hero,.public-shell .content-image,.public-shell .content-image-hero,.public-shell .image-slot{border-radius:var(--radius-lg)}.public-shell .chooser-card,.public-shell .form-card{box-shadow:none}.public-shell .chooser-card:hover{border-color:var(--ink);box-shadow:none;transform:none}.public-shell .callout{border-left-color:var(--muted)}.public-shell .num{font-family:var(--font-grotesk);font-variant-numeric:lining-nums tabular-nums;color:var(--ink);font-weight:600}.public-shell .site-helpline-strip{background:var(--brand-black);color:var(--brand-white);font-family:var(--font-grotesk);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;padding:9px 24px;font-size:.8rem;font-weight:500;display:flex}.public-shell .site-helpline-strip a{color:var(--brand-yellow);font-weight:700;text-decoration:none}.public-shell .site-helpline-strip .muted{color:#b3b3b3}.public-shell .site-header{z-index:60;border-bottom:1px solid var(--line);background:var(--paper);padding:0;position:sticky;top:0}.public-shell .site-header .container{gap:24px;height:76px}.public-shell .site-header-brand{align-items:center;gap:12px;text-decoration:none;display:flex}.public-shell .site-header-brand img{object-fit:contain;width:42px;height:42px;display:block}.public-shell .site-header-brand-text{flex-direction:column;line-height:1.15;display:flex}.public-shell .site-header-brand-name{font-family:var(--font-grotesk);letter-spacing:.01em;color:var(--ink);font-size:1.05rem;font-weight:900}.public-shell .site-header-brand-sub{font-family:var(--font-grotesk);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.62rem;font-weight:500}.public-shell .site-header-nav{font-family:var(--font-grotesk);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:24px;margin-left:auto;font-size:.72rem;font-weight:700;display:flex}.public-shell .site-header-nav a{color:var(--ink);padding:6px 0;text-decoration:none}.public-shell .site-header-nav a:hover{color:var(--muted)}.public-shell .site-header-nav a.is-active{border-bottom:2px solid var(--brand-yellow)}.site-header-nav-toggle{border:1px solid var(--grey-light);border-radius:var(--radius-sm);cursor:pointer;width:38px;height:38px;color:var(--ink);background:0 0;flex-shrink:0;justify-content:center;align-items:center;font-size:1.05rem;line-height:1;display:none}.public-shell .site-header-staff-link{font-family:var(--font-grotesk);letter-spacing:.04em;color:var(--muted);white-space:nowrap;font-size:.68rem;font-weight:600;text-decoration:none}.public-shell .site-header-staff-link:hover{color:var(--ink)}@media (max-width:900px){.site-header .container{flex-wrap:wrap}.public-shell .site-header .container{height:auto;min-height:76px;padding:16px 68px 16px 24px}.site-header-nav-toggle{display:inline-flex;position:absolute;top:16px;right:24px}.public-shell .site-header-nav{border-top:1px solid var(--line);flex-direction:column;order:10;align-items:stretch;gap:0;width:100%;margin-top:16px;margin-left:0;padding-top:12px;display:none}.public-shell .site-header-nav.site-header-nav-open{display:flex}.public-shell .site-header-nav a{border-bottom:1px solid var(--line);padding:12px 2px}.public-shell .site-header-nav a:last-child{border-bottom:none}.public-shell .site-header-nav a.is-active{border-bottom:1px solid var(--line);color:var(--accent-ink)}}.public-shell .stat-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface);border-radius:0;margin:0;padding:0;display:block}.public-shell .stat-grid-inner{grid-template-columns:repeat(3,1fr);gap:32px;padding-top:48px;padding-bottom:48px;display:grid}.public-shell .stat-card{box-shadow:none;text-align:left;background:0 0;border-top:none;padding:0}.public-shell .stat-card-number{font-family:var(--font-grotesk);font-variant-numeric:lining-nums tabular-nums;letter-spacing:-.02em;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1}.public-shell .stat-card-label{font-family:var(--font-grotesk);letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:10px;font-size:.75rem;font-weight:700}@media (max-width:720px){.public-shell .stat-grid-inner{grid-template-columns:1fr}}.public-shell .hero-split{grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;padding:56px 0 64px;display:grid}.public-shell .hero-split h1{margin:20px 0;font-size:clamp(2.1rem,4.2vw,3.4rem);line-height:1.12}.public-shell .hero-split-image{min-height:320px;position:relative}.public-shell .hero-split-image img{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:100%;display:block;position:absolute;inset:0}@media (max-width:860px){.public-shell .hero-split{grid-template-columns:1fr;padding-top:32px}.public-shell .hero-split-image{min-height:240px}}.public-shell .split-section{grid-template-columns:340px 1fr;align-items:start;gap:64px;display:grid}.public-shell .split-section-label{position:sticky;top:108px}.public-shell .split-section-label h2{margin-top:18px}@media (max-width:860px){.public-shell .split-section{grid-template-columns:1fr}.public-shell .split-section-label{position:static}}.public-shell .hero-band-dark{background:var(--brand-black);color:var(--brand-white)}.public-shell .hero-band-dark .eyebrow,.public-shell .hero-band-dark h1{color:var(--brand-white)}.public-shell .hero-band-dark p{color:#cfcfcf}.public-shell .hero-band-dark .breadcrumbs,.public-shell .hero-band-dark .breadcrumbs a,.public-shell .hero-band-dark .breadcrumb-current,.public-shell .hero-band-dark .breadcrumb-sep{color:#9a9a9a}.public-shell .hero-band-warm{background:var(--surface-warm)}.public-shell .card-grid-3{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (max-width:860px){.public-shell .card-grid-3{grid-template-columns:1fr}}.public-shell .info-card{border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px}.public-shell .info-card h3{margin:0 0 10px;font-size:1.05rem}.public-shell .info-card p{color:var(--text-secondary);margin:0}.public-shell .info-card-grey{background:var(--surface);border:none}.public-shell .info-card-label{font-family:var(--font-grotesk);letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:12px;font-size:.72rem;font-weight:700;display:block}.public-shell .step-split{grid-template-columns:340px 1fr;align-items:start;gap:64px;display:grid}.public-shell .step-split-label{position:sticky;top:108px}.public-shell .step-split-label h2{margin:18px 0 0}@media (max-width:860px){.public-shell .step-split{grid-template-columns:1fr}.public-shell .step-split-label{position:static}}.public-shell .step-list{flex-direction:column;max-width:680px;display:flex}.public-shell .step-item{border-bottom:1px solid var(--line);grid-template-columns:56px 1fr;gap:20px;padding:22px 0;display:grid}.public-shell .step-item:last-child{border-bottom:none}.public-shell .step-item-num{font-family:var(--font-grotesk);color:var(--muted);font-size:1.6rem;font-weight:900}.public-shell .step-item h3{margin:0 0 6px;font-size:1.05rem}.public-shell .step-item p{color:var(--text-secondary);margin:0}.public-shell .info-box{border:1px solid var(--line);border-radius:var(--radius-lg);padding:22px}.public-shell .info-box-filled{background:var(--surface);border-radius:var(--radius-md);border:none;padding:26px}.public-shell .info-box ul{color:var(--text-secondary);margin:0;padding-left:18px;font-size:.9rem}.public-shell .info-box li{margin-bottom:8px}.public-shell .route-card{border-radius:var(--radius-lg);flex-direction:column;gap:12px;padding:36px;text-decoration:none;display:flex}.public-shell .route-card-dark{background:var(--brand-black);color:var(--brand-white)}.public-shell .route-card-dark p{color:#cfcfcf}.public-shell .route-card-dark .route-card-link{color:var(--brand-yellow)}.public-shell .route-card-light{background:var(--brand-white);border:1px solid var(--ink);color:var(--ink)}.public-shell .route-card-light .route-card-link{color:var(--ink);border-bottom:2px solid var(--brand-yellow);align-self:flex-start}.public-shell .route-card-link{font-family:var(--font-grotesk);letter-spacing:.06em;margin-top:4px;font-size:.8rem;font-weight:700}.public-shell .decide-card{border:1px solid var(--line);border-radius:var(--radius-lg);flex-wrap:wrap;align-items:center;gap:32px;padding:36px 40px;display:flex}.public-shell .decide-card>div:first-child{flex:1;min-width:280px}.public-shell .dark-band{background:var(--brand-black);color:var(--brand-white)}.public-shell .dark-band h2,.public-shell .dark-band h3,.public-shell .dark-band>.container>.eyebrow,.public-shell .hero-band-dark .eyebrow{color:var(--brand-white)}.public-shell .dark-band .chooser-card{background:var(--brand-white);color:var(--ink);box-shadow:none}.public-shell .callout-warm{background:var(--surface-warm);border-left:none}.public-shell .site-emergency-footer{background:var(--brand-black);color:var(--brand-white);box-shadow:none;position:static}.public-shell .site-emergency-footer-inner{max-width:var(--max-width);font-size:inherit;flex-direction:column;align-items:stretch;gap:0;padding:56px 24px 32px}.public-shell .site-footer-top{border-bottom:1px solid var(--grey-700,#3a3a3a);grid-template-columns:1.2fr 1fr;gap:40px;padding-bottom:40px;display:grid}.public-shell .site-footer-emergency-label{font-family:var(--font-grotesk);letter-spacing:.12em;text-transform:uppercase;color:var(--brand-yellow);margin-bottom:10px;font-size:.75rem;font-weight:700;display:block}.public-shell .site-footer-top h2{color:var(--brand-white);margin:0 0 10px;font-size:1.875rem}.public-shell .site-footer-top p{color:#d9d9d9;max-width:480px;font-size:.94rem;line-height:1.6}.public-shell .site-footer-phone,.public-shell .site-footer-phone:hover{font-family:var(--font-grotesk);font-variant-numeric:lining-nums tabular-nums;letter-spacing:.01em;margin-top:6px;font-size:2.5rem;font-weight:900;display:inline-block;color:var(--brand-yellow)!important;text-decoration:none!important}.public-shell .site-footer-actions{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.public-shell .site-footer-actions img{object-fit:contain;width:52px;height:52px}.public-shell .site-footer-actions-row{flex-wrap:wrap;gap:12px;display:flex}.public-shell .site-footer-bottom{color:#9a9a9a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:24px;font-size:.8rem;display:flex}.public-shell .site-footer-bottom-links{font-family:var(--font-grotesk);letter-spacing:.06em;text-transform:uppercase;gap:20px;font-size:.68rem;font-weight:700;display:flex}.public-shell .site-footer-bottom-links a{color:#cfcfcf;text-decoration:none}.public-shell .site-footer-bottom-links a:hover{color:var(--brand-white)}@media (max-width:720px){.public-shell .site-footer-top{grid-template-columns:1fr}.public-shell .site-footer-bottom{flex-direction:column;align-items:flex-start}}.public-shell .site-main{padding-bottom:0}.public-shell .card-grid-2{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.public-shell .card-grid-4{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (max-width:860px){.public-shell .card-grid-2{grid-template-columns:1fr}.public-shell .card-grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.public-shell .card-grid-4{grid-template-columns:1fr}}.public-shell .col-grid-2{grid-template-columns:repeat(2,1fr);gap:56px;display:grid}@media (max-width:860px){.public-shell .col-grid-2{grid-template-columns:1fr}}.public-shell .info-card-dark{background:var(--brand-black);color:var(--brand-white);border:none}.public-shell .info-card-dark h3{color:var(--brand-white)}.public-shell .info-card-dark p{color:#cfcfcf}.public-shell .callout-emergency{background:var(--brand-black);color:var(--brand-white);border-left:4px solid var(--brand-yellow)}.public-shell .callout-emergency a{color:var(--brand-white)}.public-shell .callout-emergency-title{font-family:var(--font-grotesk);letter-spacing:.02em;margin-bottom:6px;font-size:.875rem;font-weight:700;display:block}.public-shell .callout-emergency-body{opacity:.92;font-size:.875rem;line-height:1.5}.public-shell .pull-quote{background:var(--surface-warm);border-radius:var(--radius-lg);margin:24px 0;padding:28px 32px}.public-shell .pull-quote p:last-child{margin-bottom:0}.public-shell .pull-quote-italic{color:var(--text-secondary);font-style:italic;font-family:var(--font-serif-display);font-size:24px;line-height:1.5}.public-shell .fact-list{border-top:1px solid var(--line);margin:20px 0 28px}.public-shell .fact-row{border-bottom:1px solid var(--line);grid-template-columns:140px 1fr;gap:16px;padding:14px 0;display:grid}.public-shell .fact-row-label{font-family:var(--font-grotesk);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:700}.public-shell .fact-row-value{color:var(--text-secondary);margin:0}.public-shell .heading-row{border-bottom:2px solid var(--ink);flex-wrap:wrap;align-items:baseline;gap:16px;margin-bottom:32px;padding-bottom:18px;display:flex}.public-shell .heading-row h2{margin:0}.public-shell .heading-row .card-kicker{margin-bottom:0}.public-shell .compact-steps{flex-direction:column;display:flex}.public-shell .compact-step{border-bottom:1px solid var(--line);color:var(--text-secondary);grid-template-columns:32px 1fr;gap:14px;padding:13px 0;font-size:.94rem;line-height:1.6;display:grid}.public-shell .compact-step:last-child{border-bottom:none}.public-shell .compact-step-num{font-family:var(--font-grotesk);color:var(--muted);font-size:1.05rem;font-weight:900}.public-shell .compact-step strong{color:var(--ink)}.public-shell .table-scroll{border:1px solid var(--line);border-radius:var(--radius-lg);-webkit-overflow-scrolling:touch;margin:24px 0 32px;overflow:auto hidden}.public-shell .compare-table{border-collapse:collapse;table-layout:fixed;width:100%}.public-shell .compare-table th,.public-shell .compare-table td{border:none;border-bottom:1px solid var(--line);padding:14px 18px}.public-shell .compare-table thead th{background:var(--ink);color:var(--brand-white);font-family:var(--font-grotesk);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:700}.public-shell .compare-table tbody tr:last-child td{border-bottom:none}.public-shell .compare-table tbody tr:nth-child(2n) td{background:var(--surface)}.public-shell .compare-table td:first-child,.public-shell .compare-table th:first-child{background:0 0;width:180px;font-weight:700}.public-shell .compare-table thead th:first-child{background:var(--ink)}.public-shell .compare-table td:last-child,.public-shell .compare-table th:last-child{border-left:1px solid var(--line)}.public-shell .compare-table-narrow td:first-child,.public-shell .compare-table-narrow th:first-child{width:48px}.public-shell .table-scroll-hint{display:none}@media (max-width:680px){.public-shell .table-scroll-hint{color:var(--muted);margin:-20px 0 24px;font-size:.8rem;display:block}}.public-shell .compare-table-cta td{border-bottom:none;padding-top:22px}.public-shell .compare-table-cta-buttons{flex-wrap:wrap;gap:12px;display:flex}.public-shell .age-table{border-collapse:collapse;border:1px solid var(--line);border-radius:var(--radius-lg);width:100%;overflow:hidden}.public-shell .age-table td{border-bottom:1px solid var(--line);padding:14px 18px}.public-shell .age-table tr:last-child td{border-bottom:none}.public-shell .age-table tr:nth-child(2n) td{background:var(--surface)}.public-shell .age-table td:first-child{width:130px;font-family:var(--font-grotesk);white-space:nowrap;background:0 0;font-weight:700}.public-shell .age-table thead th{background:var(--ink);color:var(--brand-white);font-family:var(--font-grotesk);letter-spacing:.08em;text-transform:uppercase;text-align:left;padding:13px 18px;font-size:.72rem;font-weight:700}.public-shell .age-table thead th:first-child{width:130px}
