:root{--red:#CD2026;--gold:#E0AC26;--orange:#DC602E;--teal:#077187;--green:#74A57F;--blue:#B6E2E9;--cream:#F7F5EB;--ink:#101010;--line:rgba(16,16,16,.18);--ease:cubic-bezier(.16,1,.3,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:var(--font-primary);overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:fixed;z-index:20;top:0;left:0;right:0;height:92px;padding:0 clamp(22px,5vw,72px);display:flex;align-items:center;gap:42px;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);transition:height .45s var(--ease),background .45s}.site-header.is-compact{height:68px;background:rgba(255,255,255,.98)}.brand{display:block;width:143px;flex:none}.brand img{width:100%;height:auto}.site-header nav{display:flex;gap:clamp(18px,3vw,45px);margin-left:auto}.site-header nav a,.header-link{font-size:11px;text-transform:uppercase;letter-spacing:.1em}.site-header nav a:hover,.header-link:hover{color:var(--red)}.header-link{border-left:1px solid var(--line);padding-left:28px}.header-link span,.button span{color:var(--red);margin-left:9px}.menu-toggle{display:none}.mobile-nav{display:none}.hero{height:100svh;min-height:680px;position:relative;display:flex;align-items:flex-end;overflow:hidden;background:var(--red);color:#fff}.hero-image,.hero-shade{position:absolute;inset:0}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 39%;filter:saturate(.9)}.hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.72) 0%,rgba(0,0,0,.18) 58%,rgba(0,0,0,.08)),linear-gradient(0deg,rgba(0,0,0,.68),transparent 52%)}.hero-brand{position:absolute;top:124px;right:clamp(22px,5vw,72px);width:100px;padding:15px;background:#fff}.hero-content{position:relative;z-index:2;padding:0 clamp(22px,8vw,140px) clamp(28px,4vh,52px);max-width:1020px}.eyebrow,.section-index,.work-card>p{font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.16em}.eyebrow{color:var(--gold)}.hero h1{font-size:clamp(58px,9vw,138px);line-height:.86;letter-spacing:-.07em;margin:24px 0 45px;max-width:980px}.hero h1 em,.display em,.purpose h2 em,.closing h2 em{font-style:italic;color:var(--gold)}.hero-scroll{display:inline-flex;gap:30px;align-items:center;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.7);font-size:11px;text-transform:uppercase;letter-spacing:.12em}.hero-caption{position:absolute;z-index:2;right:clamp(22px,5vw,72px);bottom:58px;text-align:right;font-size:10px;line-height:1.6;text-transform:uppercase;letter-spacing:.13em}.hero-caption span{color:var(--gold)}.ruled{background-image:repeating-linear-gradient(to bottom,rgba(16,16,16,.055) 0,rgba(16,16,16,.055) 1px,transparent 1px,transparent 46px)}.statement,.values,.work-section,.people{padding:clamp(90px,12vw,180px) clamp(22px,8vw,140px)}.section-index{color:var(--red);border-top:2px solid var(--gold);padding-top:13px;margin-bottom:65px}.statement-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:clamp(30px,8vw,130px);align-items:end}.display{font-size:clamp(48px,7vw,105px);line-height:.91;letter-spacing:-.065em;margin:0}.body-copy{color:#5e5b55;font-size:17px;line-height:1.65}.body-copy p{margin:0 0 22px}.purpose{display:grid;grid-template-columns:1fr 1fr;min-height:670px;background:var(--red);color:#fff}.purpose-panel{padding:clamp(80px,10vw,150px) clamp(22px,8vw,140px);align-self:center}.purpose-panel h2{font-size:clamp(55px,7vw,110px);line-height:.9;letter-spacing:-.065em;margin:30px 0 35px}.purpose-panel>p:last-child{max-width:560px;font-size:18px;line-height:1.6}.purpose-art{position:relative;overflow:hidden;background:var(--gold);display:grid;place-items:center}.purpose-art:before{content:"A";position:absolute;font-size:65vw;font-weight:700;line-height:.7;color:rgba(255,255,255,.12);transform:rotate(-12deg)}.purpose-art span{position:relative;z-index:1;width:110px;height:110px;border:1px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:44px}.purpose-art i{position:absolute;width:42%;aspect-ratio:1;border:1px solid rgba(255,255,255,.55);border-radius:50%;animation:orbit 12s linear infinite}.purpose-art i:nth-child(3){width:62%;animation-direction:reverse;animation-duration:16s}.purpose-art i:nth-child(4){width:82%;animation-duration:22s}@keyframes orbit{to{transform:rotate(360deg)}}.values-head,.work-intro{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(30px,8vw,130px);align-items:end;margin-bottom:70px}.values-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.values-grid article{min-height:270px;padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:transform .45s var(--ease),background .45s,color .45s}.values-grid article:hover{background:var(--red);color:#fff;transform:translateY(-10px)}.values-grid b{font-size:10px;color:var(--gold)}.values-grid h3{font-size:clamp(25px,3vw,43px);letter-spacing:-.05em;margin:90px 0 16px}.values-grid p{font-size:14px;line-height:1.5;color:#5e5b55;margin:0}.values-grid article:hover p{color:#fff}.work-section{background:#fff}.work-rail{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.work-card{background:#fff;border-top:3px solid var(--gold);padding:15px;transition:transform .55s var(--ease),box-shadow .55s}.work-card:hover{transform:translateY(-12px);box-shadow:0 30px 60px rgba(16,16,16,.15)}.work-photo{height:clamp(240px,32vw,420px);overflow:hidden;margin-bottom:22px;background:var(--ink)}.work-photo img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}.work-card:hover .work-photo img{transform:scale(1.08)}.work-card>p{color:var(--red);margin:0 0 12px}.work-card h3{font-size:clamp(28px,3.5vw,52px);line-height:.95;letter-spacing:-.055em;margin:0 0 28px}.work-card>a{font-size:10px;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--ink);padding-bottom:10px}.people{background:var(--teal);color:#fff}.people .section-index{color:var(--gold)}.people-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.people figure{margin:0;position:relative;overflow:hidden;background:var(--ink)}.people-feature{height:600px}.people-side{display:grid;gap:16px}.people-side figure{height:292px}.people img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease);filter:saturate(.9)}.people figure:hover img{transform:scale(1.07)}.people figcaption{position:absolute;bottom:18px;left:20px;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.closing{background:var(--gold);text-align:center;padding:clamp(100px,15vw,210px) 22px}.closing .eyebrow{color:var(--red)}.closing h2{font-size:clamp(58px,9vw,140px);line-height:.84;letter-spacing:-.07em;margin:28px auto 45px}.closing>p:not(.eyebrow){max-width:600px;margin:0 auto 34px;font-size:18px;line-height:1.5}.button{display:inline-flex;align-items:center;gap:18px;background:var(--red);color:#fff;padding:18px 23px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;transition:transform .3s var(--ease)}.button:hover{transform:translateY(-4px)}footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:30px clamp(22px,5vw,72px);background:#fff;border-top:1px solid var(--line)}footer img{width:120px}footer p,footer a{font-size:10px;text-transform:uppercase;letter-spacing:.1em}footer a{color:var(--red)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.reveal.in-view{opacity:1;transform:none}@media(max-width:850px){.site-header{height:72px}.site-header nav,.header-link{display:none}.menu-toggle{display:block;margin-left:auto;border:0;background:none;width:44px;height:44px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--red);margin:5px}.menu-toggle b{position:absolute;clip:rect(0 0 0 0)}.mobile-nav{position:fixed;z-index:19;inset:0;background:var(--red);color:#fff;padding:125px 28px;display:flex;flex-direction:column;gap:22px;transform:translateX(100%);transition:transform .55s var(--ease)}.mobile-nav.open{transform:none}.mobile-nav a{font-size:48px;line-height:.9;letter-spacing:-.06em}.brand{width:120px}.hero{min-height:760px}.hero-brand{top:94px;width:82px}.hero-content{padding:0 22px 56px}.hero h1{font-size:clamp(52px,14vw,90px)}.hero-caption{display:none}.statement-grid,.purpose,.values-head,.work-intro,.people-grid{grid-template-columns:1fr}.purpose-art{min-height:430px}.values-grid{grid-template-columns:1fr 1fr}.work-rail{grid-template-columns:1fr}.people-feature{height:420px}.people-side figure{height:250px}.section-index{margin-bottom:45px}}@media(max-width:500px){.hero-image img{object-position:56% center}.hero-shade{background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.1) 75%)}.hero-brand{right:22px}.values-grid{grid-template-columns:1fr}.values-grid h3{margin-top:60px}footer{flex-wrap:wrap}footer p{margin-left:auto}}

/* Layer 2: typography and colour-led composition without forced imagery. */
.hero-content{padding-bottom:clamp(28px,4vh,52px)}
.work-card{position:relative;min-height:390px;background:#fff;border-top:3px solid var(--gold);padding:26px;display:flex;flex-direction:column;transition:transform .55s var(--ease),background .55s,color .55s,box-shadow .55s}
.work-card:nth-child(2){background:var(--blue);border-top-color:var(--teal)}
.work-card:nth-child(3){background:var(--orange);color:#fff;border-top-color:var(--red)}
.work-card:hover{transform:translateY(-12px);box-shadow:0 30px 60px rgba(16,16,16,.15)}
.work-card>p{color:var(--red);margin:0 0 auto}.work-card:nth-child(3)>p{color:#fff}
.work-card h3{font-size:clamp(36px,4.5vw,68px);line-height:.9;letter-spacing:-.065em;margin:0 0 22px;max-width:300px}
.work-card>a{font-size:10px;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid currentColor;padding-bottom:10px;align-self:flex-start}
.card-arrow{position:absolute;right:25px;top:23px;font-size:32px;color:var(--red)}.work-card:nth-child(3) .card-arrow{color:#fff}
.people-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(30px,10vw,170px);align-items:end}.people-layout .display em{color:var(--gold)}
.people-note{position:relative;min-height:370px;padding:30px;border-left:1px solid rgba(255,255,255,.6);display:flex;flex-direction:column;justify-content:flex-end}.people-note p{max-width:360px;font-size:18px;line-height:1.55;margin:0 0 28px}.people-note a{font-size:10px;text-transform:uppercase;letter-spacing:.11em;border-bottom:1px solid #fff;padding-bottom:10px;align-self:flex-start}.people-mark{position:absolute;top:-25px;right:0;color:rgba(255,255,255,.16);font-size:260px;line-height:1;font-weight:700}
@media(max-width:850px){.people-layout{grid-template-columns:1fr}.people-note{min-height:290px;margin-top:20px}}

/* Layer 3: restrained radius for a more welcoming system. */
.purpose-panel,.purpose-art,.work-card,.values-grid article{border-radius:7px;overflow:hidden}
.button{border-radius:3px}
.hero-brand{border-radius:2px}
@media(max-width:850px){.work-card{border-radius:6px}}

/* Phase 1: accessible shell and complete footer navigation. */
.skip-link{position:fixed;z-index:40;left:18px;top:12px;transform:translateY(-160%);background:var(--red);color:#fff;padding:12px 16px;font-size:11px;text-transform:uppercase;letter-spacing:.1em;transition:transform .25s var(--ease)}
.skip-link:focus{transform:none}
:focus-visible{outline:2px solid var(--gold);outline-offset:4px}
.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;max-width:620px}
.footer-nav a{font-size:10px;text-transform:uppercase;letter-spacing:.1em}
.footer-nav a:hover{color:var(--red)}
@media(max-width:850px){.footer-nav{order:3;width:100%;justify-content:flex-start;border-top:1px solid var(--line);padding-top:18px}.footer-nav a{font-size:9px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.purpose-art i,.reveal,.button,.work-card,.values-grid article{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* Phase 1 token bridge: page rules consume the verified Brand Guide values. */
:root{--red:var(--aurum-red);--gold:var(--aurum-gold);--orange:var(--aurum-orange);--teal:var(--aurum-teal);--green:var(--aurum-green);--blue:var(--aurum-light-blue);--cream:var(--aurum-cream);--ink:var(--aurum-ink);--line:var(--aurum-line);--ease:var(--ease-editorial)}
body{font-family:var(--font-primary);line-height:var(--leading-body)}
.hero h1,.display,.purpose h2,.closing h2{font-weight:700}
.hero h1 em,.display em,.purpose h2 em,.closing h2 em{font-family:var(--font-secondary);font-style:italic;font-weight:600}
.eyebrow,.section-index,.work-card>p,.footer-nav a{font-family:var(--font-primary)}
.hero-deck{max-width:620px;margin:-22px 0 30px;font-size:clamp(16px,1.5vw,20px);line-height:1.5;color:rgba(255,255,255,.9)}
@media(max-width:850px){.hero-deck{margin:-15px 0 26px;font-size:16px}}
.hero--story h1{max-width:900px}.hero--story .hero-deck{max-width:660px}.hero--story .hero-image img{object-position:center center}
@media(max-width:850px){.hero--story h1{font-size:clamp(42px,11.8vw,78px);line-height:.88}.hero--story .hero-image img{object-position:58% center}.hero--story .hero-content{padding-bottom:clamp(34px,7vh,72px)}}

/* Homepage fit pass: keep the stacked mark inside the header and give the
   SANAS lead story enough breathing room at short desktop viewports. */
.site-header{height:84px;overflow:visible}
.brand{width:94px;height:74px;display:flex;align-items:center;overflow:visible}
.brand img{width:94px;height:74px;object-fit:contain;object-position:center}
.hero-brand{width:78px;height:78px;max-height:78px;padding:10px;overflow:hidden}
.hero-brand img{width:100%;height:100%;object-fit:contain;object-position:center}
.hero-content{padding-top:120px;padding-bottom:clamp(28px,4vh,52px);max-width:min(900px,82vw)}
.hero--story h1{font-size:clamp(42px,6.3vw,94px);line-height:.9;max-width:760px;margin:18px 0 28px}
.hero--story .hero-deck{max-width:560px;font-size:clamp(15px,1.2vw,18px)}
@media (min-width:851px) and (max-height:760px){
  .hero--story h1{font-size:clamp(40px,5.8vw,78px);margin-bottom:24px}
  .hero-content{padding-top:104px}
  .hero--story .hero-deck{max-width:500px}
}
@media(max-width:850px){
  .site-header{height:72px}
  .brand{width:78px;height:58px}
  .brand img{width:78px;height:58px}
  .hero-brand{top:94px;width:64px;height:64px;max-height:64px;padding:8px}
  .hero-content{padding-top:100px;max-width:none}
  .hero--story h1{font-size:clamp(38px,10vw,70px);max-width:100%;margin-bottom:22px}
}
