:root{--primary:#000e24;--primary-container:#00234b;--on-primary:#fff;--on-primary-fixed:#001b3d;--on-primary-container:#718bb9;--secondary:#775a19;--secondary-container:#fed488;--on-secondary-container:#785a1a;--surface:#f8f9fa;--surface-container-low:#f3f4f5;--surface-container-high:#e7e8e9;--surface-container-lowest:#fff;--on-surface:#191c1d;--on-surface-variant:#43474e;--outline-variant:#c4c6d0;--surface-variant:#e1e3e4;--font-headline:"Manrope", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--shell-max:1440px;--shell-pad:clamp(1rem, 3.5vw, 2.25rem);--radius-md:.375rem;--radius-xl:.5rem;--radius-2xl:.75rem;--shadow-editorial:0 40px 40px -20px #191c1d0f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}[id]{scroll-margin-top:5.5rem}body{font-family:var(--font-body);background:var(--surface);color:var(--on-surface);-webkit-font-smoothing:antialiased;line-height:1.55;overflow-x:hidden}::selection{background:var(--secondary-container);color:var(--on-secondary-container)}h1,h2,h3,h4{font-family:var(--font-headline);letter-spacing:-.02em;color:var(--primary);font-weight:800;line-height:1.1}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}.shell{width:100%;max-width:var(--shell-max);padding-inline:var(--shell-pad);margin-inline:auto}.nav-outer{z-index:100;-webkit-backdrop-filter:blur(24px);background:#f8f9faeb;border-bottom:1px solid #c4c6d01f;transition:background .25s,border-color .25s;position:sticky;top:0}.nav-outer.is-scrolled{background:#f8f9fafa;border-bottom-color:#c4c6d033}.nav-inner{justify-content:space-between;align-items:center;gap:1rem;padding-block:1rem;display:flex}.nav-logo{font-family:var(--font-headline);letter-spacing:-.02em;color:var(--primary);text-transform:uppercase;font-size:1.125rem;font-weight:800}.nav-links{align-items:center;gap:2.5rem;display:none}@media (width>=768px){.nav-links{display:flex}}.nav-links a{font-family:var(--font-headline);letter-spacing:-.01em;color:#64748b;border-bottom:2px solid #0000;padding-bottom:.25rem;font-size:.9375rem;font-weight:700;transition:color .2s,border-color .2s}.nav-links a:hover{color:var(--primary)}.nav-links a.is-active{color:var(--primary);border-bottom-color:var(--primary)}.btn-nav{background:var(--primary);color:var(--on-primary);border-radius:var(--radius-md);font-family:var(--font-headline);border:none;justify-content:center;align-items:center;padding:.65rem 1.5rem;font-size:.875rem;font-weight:700;transition:transform .2s,background .2s;display:none;transform:scale(.96)}.btn-nav:hover{background:var(--primary-container);transform:scale(1)}@media (width>=768px){.btn-nav{display:inline-flex}}.nav-menu-btn{border-radius:var(--radius-md);background:var(--surface-container-lowest);width:2.75rem;height:2.75rem;color:var(--primary);border:1px solid #c4c6d040;justify-content:center;align-items:center;display:flex}@media (width>=768px){.nav-menu-btn{display:none}}.nav-drawer{z-index:99;background:var(--surface);padding:1.5rem var(--shell-pad);border-bottom:1px solid #c4c6d026;position:fixed;inset:4.5rem 0 0}.nav-drawer a{font-family:var(--font-headline);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #c4c6d01f;padding:.85rem 0;font-size:.8rem;font-weight:700;display:block}@media (width<=767px){.nav-inner{padding-block:.75rem}.nav-logo{letter-spacing:-.01em;max-width:72%;font-size:.86rem;line-height:1.2}.nav-drawer{max-height:calc(100dvh - 4.1rem);padding:1rem var(--shell-pad) 1.35rem;top:4.1rem;overflow-y:auto}.nav-drawer a{text-transform:none;letter-spacing:-.01em;padding:.9rem 0;font-size:.95rem}.hero-company-name{font-size:clamp(2rem,9vw,3rem)}.hero-tagline{font-size:clamp(1.9rem,8vw,3.1rem)}.hero-actions{flex-direction:column;align-items:center}.hero-actions a{width:min(100%,20rem)}.contact-grid{gap:1.5rem}.form-slitch{max-width:100%}}.label-slitch{letter-spacing:.2em;text-transform:uppercase;color:var(--secondary);margin-bottom:1.25rem;font-size:.75rem;font-weight:700;display:block}.text-gold{color:var(--secondary-container)}.hero-slitch{align-items:center;min-height:min(92vh,920px);display:flex;position:relative;overflow:hidden}.hero-media{z-index:0;position:absolute;inset:0}.hero-media img{object-fit:cover;object-position:center;filter:brightness(.52)contrast(1.08)saturate(1.05);width:100%;height:100%}.hero-overlay{z-index:1;background:linear-gradient(115deg,#000e24d1 0%,#000e2473 38%,#00081661 55%,#000e2499 100%);position:absolute;inset:0}.hero-inner{z-index:2;padding-block:clamp(3rem,10vw,4.75rem);position:relative}.hero-editorial{grid-template-columns:1fr;gap:clamp(2.5rem,5vw,4rem);display:grid}@media (width>=1024px){.hero-editorial{grid-template-columns:repeat(12,1fr)}.hero-company-wrap{grid-column:1/-1}.hero-copy{text-align:left;grid-column:span 8}.hero-copy p,.hero-cta-precopy{margin-left:0;margin-right:0}.hero-actions{justify-content:flex-start}}.hero-company-wrap{text-align:center}.hero-company-name{color:#fff;letter-spacing:-.03em;margin:0;font-size:clamp(3rem,7.5vw,5.5rem);font-weight:800;line-height:1.1}.hero-tagline{color:#fff;letter-spacing:-.03em;margin:0 0 1.5rem;font-size:clamp(2.2rem,5.5vw,4.35rem);font-weight:800;line-height:1.08}.hero-copy p{color:var(--surface-variant);opacity:.92;max-width:36rem;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.65}.hero-cta-precopy{color:#fff;letter-spacing:-.01em;opacity:.95;max-width:36rem;margin:-.25rem 0 1.35rem;font-size:clamp(.95rem,1.65vw,1.1rem);font-weight:600;line-height:1.55}.hero-cta-precopy-accent{color:var(--secondary-container);letter-spacing:-.015em;font-weight:700}.hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.btn-cta-gold{background:var(--secondary-container);color:var(--on-secondary-container);border-radius:var(--radius-md);font-family:var(--font-headline);letter-spacing:-.02em;border:none;justify-content:center;align-items:center;padding:1rem 2.25rem;font-size:1.05rem;font-weight:800;transition:filter .2s,transform .2s;display:inline-flex;box-shadow:0 20px 40px #00000040}.btn-cta-gold:hover{filter:brightness(1.08);transform:translateY(-1px)}.btn-cta-glass{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#fff;border-radius:var(--radius-md);font-family:var(--font-headline);letter-spacing:-.02em;background:#ffffff1a;border:1px solid #fff3;justify-content:center;align-items:center;padding:1rem 2.25rem;font-size:1.05rem;font-weight:800;transition:background .2s;display:inline-flex}.btn-cta-glass:hover{background:#ffffff2e}.section{padding-block:clamp(2.25rem,5vw,3.75rem)}.section-intro{flex-direction:column;justify-content:flex-end;gap:1rem;margin-bottom:clamp(1.25rem,3vw,2.25rem);display:flex}.section-intro__stack{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.section-intro__stack p{color:var(--on-surface-variant);max-width:40ch;margin:0;font-size:1rem}@media (width>=768px){.section-intro{flex-direction:row;justify-content:space-between;align-items:flex-end}}.section-intro h2{max-width:20ch;margin-bottom:.25rem;font-size:clamp(1.75rem,3.5vw,2.5rem)}.section-intro p{color:var(--on-surface-variant);max-width:40ch;font-size:1rem}@media (width>=900px){.section-intro{text-align:center;flex-direction:column;justify-content:center;align-items:center}.section-intro__stack{align-items:center}.section-intro h2{max-width:42rem;margin-inline:auto}.section-intro p{max-width:48rem;margin-inline:auto}.section-intro .label-slitch{margin-inline:auto}}.home-section-title{text-align:center;margin-bottom:clamp(1.25rem,3vw,2rem);max-width:48rem;margin-inline:auto}.home-section-title__text{font-family:var(--font-headline);letter-spacing:-.02em;color:var(--primary);margin:0;font-size:clamp(1.5rem,3.5vw,2.125rem);font-weight:800}.home-section-title__rule{background:var(--secondary);opacity:.85;border-radius:999px;width:3rem;height:3px;margin:1rem auto 0}.section--what-we-do{background:var(--surface-container-lowest)}.bento-services{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=768px){.bento-services{grid-template-columns:repeat(6,1fr);max-width:72rem;margin-inline:auto}}.bento-card-lg{background:#f5f7f9;border-radius:.625rem;flex-direction:column;justify-content:space-between;min-height:220px;padding:2.25rem;transition:box-shadow .35s,transform .25s;display:flex}@media (width>=768px){.bento-card-lg{grid-column:span 3;min-height:260px}}.bento-card-lg:hover{box-shadow:var(--shadow-editorial)}.bento-card-sm{background:#f5f7f9;border-radius:.625rem;padding:1.75rem;transition:box-shadow .35s}@media (width>=768px){.bento-card-sm{grid-column:span 2}}.bento-card-sm:hover{box-shadow:var(--shadow-editorial)}.bento-icon{color:#9a7b3c;margin-bottom:1.25rem}.bento-card-lg h3,.bento-card-sm h3{color:var(--primary);margin-bottom:.75rem;font-size:clamp(1.2rem,2vw,1.5rem)}.bento-card-sm h3{font-size:1.15rem}.bento-card-lg p,.bento-card-sm p{color:var(--on-surface-variant);font-size:.95rem;line-height:1.6}.why-band{background:var(--surface)}.why-layout{display:block}.why-aside{max-width:56rem;margin-inline:auto}.why-grid-slitch{grid-template-columns:1fr;gap:1.5rem;margin-top:clamp(1.25rem,3vw,2rem);display:grid}@media (width>=768px){.why-grid-slitch{grid-template-columns:1fr 1fr;gap:2.25rem 2.5rem}}.why-aside h2{margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3.25rem)}.why-aside>p{color:var(--on-surface-variant);margin-bottom:1.75rem;font-size:1.05rem}@media (width>=900px){.why-aside{text-align:center}.why-aside h2,.why-aside>p,.why-stat-card{margin-inline:auto}.why-aside>p,.why-stat-card{max-width:48rem}.why-grid-slitch{justify-items:center}.why-item-slitch{justify-content:center;width:100%;max-width:36rem}}.why-stat-card{background:var(--surface-container-lowest);border-radius:var(--radius-xl);box-shadow:var(--shadow-editorial);padding:1.75rem}.why-stat-card p{font-family:var(--font-headline);color:var(--primary);font-size:.95rem;font-weight:700;line-height:1.4}.why-item-slitch{align-items:flex-start;gap:1.25rem;display:flex}.why-num{background:var(--primary);color:#fff;width:3rem;height:3rem;font-family:var(--font-headline);border-radius:999px;flex-shrink:0;place-items:center;font-size:.95rem;font-weight:800;display:grid}.why-item-slitch h4{margin-bottom:.35rem;font-size:1.1rem;font-weight:700}.why-item-slitch p{color:var(--on-surface-variant);font-size:.95rem}.why-item-slitch.wide{grid-column:1/-1}@media (width>=768px){.why-item-slitch.wide{grid-column:span 2}}.industries-band{background:var(--surface-container-lowest)}.industries-head{text-align:center;margin-bottom:clamp(1.25rem,3vw,2rem)}.industries-head h2{margin-bottom:1rem;font-size:clamp(1.85rem,3.5vw,2.65rem)}.accent-rule{background:var(--secondary);border-radius:999px;width:6rem;height:.35rem;margin-inline:auto}.industry-grid{grid-template-columns:1fr;gap:clamp(1rem,2vw,1.25rem);display:grid}@media (width>=640px) and (width<=899px){.industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=900px){.industry-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:1.25rem;max-width:72rem;margin-inline:auto}.industry-grid .industry-card:first-child{grid-column:1/3}.industry-grid .industry-card:nth-child(2){grid-column:3/5}.industry-grid .industry-card:nth-child(3){grid-column:5/7}.industry-grid .industry-card:nth-child(4){grid-column:2/4}.industry-grid .industry-card:nth-child(5){grid-column:4/6}}.industry-card{background:var(--primary);border-radius:.75rem;width:100%;height:300px;min-height:300px;position:relative;overflow:hidden;box-shadow:0 4px 24px #000e2414}@media (width>=900px){.industry-card{height:380px;min-height:380px}}.industry-card img{object-fit:cover;opacity:.72;width:100%;height:100%;transition:transform .75s,opacity .4s;position:absolute;inset:0}.industry-card:hover img{opacity:.88;transform:scale(1.07)}.industry-card:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#000e2414 0%,#000e246b 58%,#000e24f0 100%);position:absolute;inset:0}.industry-body{z-index:2;padding:1.75rem;position:absolute;inset:auto 0 0}.industry-body h3{color:#fff;margin-bottom:.35rem;font-size:1.35rem;font-weight:700}.industry-body p{color:#f1f5f9e0;opacity:0;max-width:52ch;font-size:.85rem;line-height:1.5;transition:opacity .45s,transform .45s;transform:translateY(6px)}.industry-card:hover .industry-body p{opacity:1;transform:translateY(0)}.clients-band{background:var(--surface)}.dual-band{gap:3rem;display:grid}@media (width>=900px){.dual-band{grid-template-columns:1fr 1fr;gap:4rem}.dual-band--home{justify-items:center;max-width:72rem;margin-inline:auto}.dual-band--home .home-clients-col{width:100%;max-width:34rem;margin-inline:auto}}.pill-row{flex-wrap:wrap;gap:.65rem;margin-top:1.25rem;display:flex}.pill-row--center{justify-content:center}.dual-band--home{text-align:center}.home-clients-col{max-width:40rem;margin-inline:auto}.home-clients-subhead{font-family:var(--font-headline);color:var(--primary);letter-spacing:-.02em;margin-top:.25rem;font-size:clamp(1.2rem,2.2vw,1.5rem);font-weight:700}.label-slitch--center{text-align:center;display:block}.quote-slitch--center{text-align:center;max-width:42ch;margin-left:auto;margin-right:auto}.pill-slitch{text-transform:uppercase;letter-spacing:.06em;background:var(--surface-container-low);color:var(--on-surface);border-radius:999px;padding:.6rem 1.1rem;font-size:.72rem;font-weight:600;transition:background .2s,color .2s}.pill-slitch:hover{background:var(--primary);color:#fff}.quote-slitch{border-left:3px solid var(--secondary);font-family:var(--font-headline);color:var(--primary);margin-top:2rem;padding-left:1.25rem;font-size:clamp(1.35rem,2.8vw,2rem);font-weight:700;line-height:1.25}.process-band{background:var(--surface-container-lowest)}.process-badge{background:var(--surface-container-low);border-radius:var(--radius-md);letter-spacing:.14em;text-transform:uppercase;color:var(--primary);align-items:center;gap:.65rem;padding:.85rem 1.25rem;font-size:.65rem;font-weight:700;display:inline-flex}.bento-process{grid-template-columns:1fr;gap:clamp(.85rem,2vw,1.1rem);display:grid}@media (width>=640px) and (width<=899px){.bento-process{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=900px){.bento-process{grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem;max-width:72rem;margin-inline:auto}.bento-process .proc-step-card:first-child{grid-column:1/3}.bento-process .proc-step-card:nth-child(2){grid-column:3/5}.bento-process .proc-step-card:nth-child(3){grid-column:5/7}.bento-process .proc-step-card:nth-child(4){grid-column:2/4}.bento-process .proc-step-card:nth-child(5){grid-column:4/6}}.proc-step-card{box-sizing:border-box;background:#f5f7f9;border-radius:.625rem;flex-direction:column;align-items:flex-start;width:100%;height:218px;min-height:218px;padding:1.15rem 1.25rem;transition:box-shadow .25s;display:flex;box-shadow:0 4px 16px #000e240f}.proc-step-card:hover{box-shadow:var(--shadow-editorial)}@media (width>=900px){.proc-step-card{text-align:center;align-items:center;height:240px;min-height:240px;padding:1.25rem 1.35rem}}.proc-num{font-family:var(--font-headline);color:#475569b8;font-size:clamp(2.35rem,5.5vw,3.15rem);font-weight:800;line-height:1}.proc-step-card h3{color:var(--primary);margin-top:.45rem;margin-bottom:.4rem;font-size:clamp(1.12rem,2.1vw,1.35rem);line-height:1.3}.proc-step-card p{color:var(--on-surface-variant);-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;flex:1;max-width:none;margin:0;font-size:.98rem;line-height:1.55;display:-webkit-box;overflow:hidden}.company-video-section{background:#fff;padding:1.5rem 0 1rem}.video-card-wrap{max-width:980px;margin:0 auto}.company-video-card{aspect-ratio:16/9;background:#000;border:1px solid #000e241a;border-radius:1rem;width:100%;position:relative;overflow:hidden;box-shadow:0 12px 28px #000e241f}.company-video-card--link{color:#fff;text-decoration:none;transition:box-shadow .25s,transform .2s;display:block}.company-video-card--link:hover,.company-video-card--link:focus-visible{box-shadow:0 16px 36px #000e242e}.company-video-card--link:focus-visible{outline:3px solid var(--secondary-container);outline-offset:3px}.company-video-poster{object-fit:cover;width:100%;height:100%;display:block}.company-video-play-btn{pointer-events:none;background:#000e2494;border:2px solid #ffffffe6;border-radius:999px;place-items:center;width:4.75rem;height:4.75rem;margin:auto;transition:transform .2s,background .2s;display:grid;position:absolute;inset:0;box-shadow:0 8px 24px #00000059}.company-video-card--link:hover .company-video-play-btn,.company-video-card--link:focus-visible .company-video-play-btn{background:#000e24bf;transform:scale(1.06)}.company-video-play-btn svg{margin-left:.2rem}.promise-band{background:var(--surface-container-high);text-align:center;padding:1.2rem 0 .65rem}.promise-band__kicker{text-align:center;color:var(--secondary);opacity:1;letter-spacing:.16em;margin-bottom:.35rem;font-size:.95rem;display:block}.promise-band__headline{font-family:var(--font-headline);color:var(--primary);opacity:1;margin-inline:auto;letter-spacing:-.015em;max-width:36ch;margin-top:0;font-size:clamp(1.85rem,4.5vw,2.85rem);font-weight:700;line-height:1.18}.contact-band{background:var(--primary);position:relative;overflow:hidden}.contact-skew{pointer-events:none;background:#fed48814;width:38%;height:100%;position:absolute;top:0;right:0;transform:skew(-12deg)translate(22%)}.contact-grid{z-index:1;gap:2rem;padding-block:clamp(2.25rem,6vw,4rem);display:grid;position:relative}@media (width>=900px){.contact-grid{grid-template-columns:7fr 5fr;align-items:start}}.contact-copy h2{color:#fff;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.contact-copy>p{color:var(--surface-variant);max-width:36ch;margin-bottom:2rem;font-size:1.05rem}.form-slitch{flex-direction:column;gap:1.25rem;max-width:32rem;display:flex}.form-field label{letter-spacing:.12em;text-transform:uppercase;color:var(--secondary-container);margin-bottom:.35rem;font-size:.7rem;font-weight:700;display:block}.form-field input,.form-field select,.form-field textarea{color:#fff;background:0 0;border:none;border-bottom:1px solid #ffffff38;outline:none;width:100%;padding:.65rem 0;font-size:1rem;transition:border-color .2s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-bottom-color:var(--secondary)}.form-field input::placeholder,.form-field textarea::placeholder{color:#ffffff59}.form-row-2{gap:1rem;display:grid}@media (width>=500px){.form-row-2{grid-template-columns:1fr 1fr}}.form-slitch select option{background:var(--primary);color:#fff}.btn-submit-gold{border-radius:var(--radius-md);background:var(--secondary-container);width:100%;color:var(--on-secondary-container);font-family:var(--font-headline);letter-spacing:-.02em;border:none;margin-top:.5rem;padding:1.1rem;font-size:1.1rem;font-weight:800;transition:filter .2s}.btn-submit-gold:hover{filter:brightness(1.08)}.contact-side{display:none}@media (width>=900px){.contact-side{justify-content:center;align-items:center;padding:2rem;display:flex}}.contact-card-glass{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);background:#ffffff0d;border:1px solid #ffffff1a;padding:2.25rem;position:relative}.contact-card-glass:before{content:"";border-radius:calc(var(--radius-xl) + 4px);pointer-events:none;border:2px solid #775a1947;position:absolute;inset:-6px}.contact-card-glass h4{color:#fff;margin-bottom:1.25rem;font-size:1.15rem}.contact-line{color:#fff;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.9rem;display:flex}.contact-line a{font-family:ui-monospace,monospace;font-size:.85rem}.contact-line a:hover{color:var(--secondary-container)}.trust-band{background:var(--surface-container-high);padding:.65rem 0 1.5rem}.trust-inner{text-align:center}.trust-label{letter-spacing:.18em;text-transform:uppercase;color:var(--on-surface-variant);margin-bottom:.55rem;font-size:.85rem;font-weight:700}.trust-logos{opacity:.45;filter:grayscale();font-family:var(--font-headline);color:var(--primary);flex-wrap:wrap;justify-content:center;gap:1.35rem;font-size:clamp(1.28rem,2.8vw,1.68rem);font-weight:800;display:flex}.social-outreach-band{background:#fff;border-top:1px solid #000e2414;padding-block:clamp(1.5rem,3vw,2.25rem)}.social-outreach-inner{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.social-outreach-text{text-align:center;max-width:56rem;font-family:var(--font-headline);letter-spacing:-.015em;color:var(--primary);margin:0 auto;font-size:clamp(1rem,1.65vw,1.2rem);font-weight:600;line-height:1.55}.social-outreach-btn{background:linear-gradient(165deg,#fff2c4 0%,#f0c96a 22%,#d4a03a 48%,#b88324 72%,#8f6318 100%);border-radius:999px;justify-content:stretch;align-items:stretch;padding:5px;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex;box-shadow:0 14px 32px #000e2447,inset 0 2px #ffffff73,inset 0 -1px #0000002e}.social-outreach-btn:hover{filter:saturate(1.05)brightness(1.03);transform:translateY(-2px);box-shadow:0 18px 40px #000e2452,inset 0 2px #ffffff80,inset 0 -1px #0003}.social-outreach-btn:focus-visible{outline:3px solid var(--primary);outline-offset:4px}.social-outreach-btn__label{min-width:11.5rem;font-family:var(--font-headline);letter-spacing:.18em;text-transform:uppercase;color:#f7f4eb;text-shadow:0 1px #00000059;background:linear-gradient(#0f2138 0%,#050d18 55%,#040a12 100%);border-radius:999px;justify-content:center;align-items:center;padding:.95rem 2.35rem;font-size:.82rem;font-weight:800;display:flex;box-shadow:inset 0 3px 14px #0000008c,inset 0 -2px 8px #00000059,inset 0 1px #ffffff0f}.site-footer{background:var(--primary);color:#fff}.footer-grid{gap:1.75rem;padding-block:2.25rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{font-family:var(--font-headline);text-transform:uppercase;letter-spacing:.14em;margin-bottom:1rem;font-size:.95rem;font-weight:800}.footer-col p,.footer-col li{color:#94a3b8;font-size:.875rem;line-height:1.6}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.65rem}.footer-col h5{letter-spacing:.14em;text-transform:uppercase;color:var(--secondary-container);font-size:.65rem;font-weight:600;font-family:var(--font-body);margin-bottom:1rem}.footer-col a:hover{color:var(--secondary-container)}.footer-bar{text-align:center;border-top:1px solid #ffffff14;padding-block:1.5rem}.footer-bar p{letter-spacing:.22em;text-transform:uppercase;color:#64748b;font-size:.65rem}.legal-band{background:#f8f9fa;border-top:1px solid #000e2414}.legal-content{max-width:920px}.legal-back-row{margin-bottom:1rem}.legal-back-btn{background:var(--primary);color:#fff;letter-spacing:-.01em;border-radius:.5rem;align-items:center;gap:.4rem;padding:.65rem 1rem;font-weight:700;display:inline-flex}.legal-back-btn:hover{filter:brightness(1.06)}.legal-content p{color:#2f3b52;margin:0 0 1rem;line-height:1.75}.legal-content h3{color:var(--primary);letter-spacing:-.015em;margin:2rem 0 .75rem;font-size:clamp(1.1rem,2vw,1.35rem);font-weight:800}.legal-content h4{color:#1e2c47;margin:1.15rem 0 .6rem;font-size:1rem;font-weight:700}.legal-content ul{margin:0 0 1.1rem;padding-left:1.2rem}.legal-content li{color:#2f3b52;margin:.3rem 0;line-height:1.7}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}
