:root{
  --ink:#111315; --ivory:#F4F1EA; --gold:#B69A67; --blue:#172B44; --white:#FCFCFA; --sand:#D8C3A5;
  --muted:#9f9b93; --line:rgba(182,154,103,.35); --radius:24px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--white);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none} img,video{display:block;max-width:100%} button{font:inherit}
::selection{background:var(--gold);color:var(--ink)}
.shell{width:min(1180px,calc(100% - 48px));margin:auto}.serif{font-family:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif}.eyebrow{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700}.muted{color:var(--muted)}
.nav{position:fixed;inset:0 0 auto;z-index:40;transition:.35s}.nav.scrolled{background:rgba(17,19,21,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(244,241,234,.08)}.nav-inner{height:78px;display:flex;align-items:center;justify-content:space-between;color:var(--ivory)}
.brand{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.08em;font-size:.82rem}.brand svg{width:34px;height:34px}.nav-links{display:flex;gap:28px;align-items:center;font-size:.84rem}.nav-links a{opacity:.75;transition:.2s}.nav-links a:hover,.nav-links a.active{opacity:1}.nav-cta{border:1px solid rgba(244,241,234,.28);padding:10px 16px;border-radius:999px}
.mobile-btn{display:none;background:none;border:0;color:var(--ivory);font-size:1.25rem}

.hero{min-height:94vh;background:var(--ink);color:var(--ivory);position:relative;display:grid;align-items:end;overflow:hidden}.hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.92}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,19,21,.93) 0%,rgba(17,19,21,.56) 48%,rgba(17,19,21,.12) 100%),linear-gradient(0deg,rgba(17,19,21,.86),transparent 48%)}.hero-content{position:relative;z-index:2;padding:150px 0 74px;max-width:830px}.hero h1{font-size:clamp(3.2rem,7vw,6.7rem);line-height:.92;letter-spacing:-.055em;margin:.35em 0 .28em;font-weight:400}.hero h1 em{color:var(--gold);font-style:normal}.hero p{font-size:clamp(1.05rem,1.55vw,1.35rem);line-height:1.55;max-width:720px;color:#d6d1c7}.hero-actions{display:flex;gap:14px;margin-top:32px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:13px 20px;font-weight:650;font-size:.9rem}.btn.gold{background:var(--gold);color:var(--ink)}.btn.ghost{border:1px solid rgba(244,241,234,.24);color:var(--ivory)}
.hero-line{position:absolute;left:0;right:0;bottom:24px;height:1px;background:linear-gradient(90deg,transparent 3%,var(--gold) 42%,rgba(182,154,103,.08) 84%,transparent)}

.section{padding:96px 0}.section.dark{background:var(--ink);color:var(--ivory)}.section.ivory{background:var(--ivory)}.section.blue{background:var(--blue);color:var(--ivory)}.section-head{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px;align-items:end;margin-bottom:46px}.section-head h2{font-size:clamp(2.45rem,4.7vw,4.8rem);line-height:.98;letter-spacing:-.045em;margin:0;font-weight:400}.section-head p{margin:0;font-size:1.03rem;line-height:1.75;max-width:660px;color:#5f5d59}.dark .section-head p,.blue .section-head p{color:#b9b4aa}

.manifesto{font-size:clamp(1.8rem,3vw,3.25rem);line-height:1.2;max-width:980px;margin:0}.manifesto strong{font-weight:400;color:var(--gold)}
.disciplines{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(17,19,21,.15);border-bottom:1px solid rgba(17,19,21,.15);position:relative}.discipline{padding:34px 24px 38px;min-height:250px;border-right:1px solid rgba(17,19,21,.12);position:relative;overflow:hidden;transition:.45s}.discipline:last-child{border-right:0}.discipline:hover{background:var(--ink);color:var(--ivory);transform:translateY(-4px)}.discipline .num{font-size:.72rem;letter-spacing:.16em;color:var(--gold);font-weight:700}.discipline h3{font-family:"Iowan Old Style",Georgia,serif;font-size:1.8rem;font-weight:400;margin:64px 0 14px}.discipline p{font-size:.88rem;line-height:1.6;color:#6d6a64}.discipline:hover p{color:#c9c5bc}.discipline::after{content:"";position:absolute;left:24px;right:24px;bottom:18px;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:.45s}.discipline:hover::after{transform:scaleX(1)}
.converge{margin-top:40px;position:relative;height:140px}.converge svg{width:100%;height:100%;overflow:visible}.path-line{stroke:var(--gold);stroke-width:1.2;fill:none;stroke-dasharray:1000;stroke-dashoffset:1000;transition:stroke-dashoffset 1.8s cubic-bezier(.2,.7,.2,1)}.converge.inview .path-line{stroke-dashoffset:0}.growth-label{position:absolute;right:2%;top:54px;font-family:"Iowan Old Style",Georgia,serif;font-size:1.8rem;color:var(--gold)}

.work-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:18px}.work-card{position:relative;min-height:560px;border-radius:var(--radius);overflow:hidden;background:#191c20;color:var(--ivory);padding:34px;display:flex;flex-direction:column;justify-content:flex-end}.work-card.small{min-height:271px}.work-stack{display:grid;gap:18px}.work-art{position:absolute;inset:0;transition:transform 1s ease}.work-card:hover .work-art{transform:scale(1.035)}.art-lana{background:radial-gradient(circle at 75% 20%,rgba(216,195,165,.85),transparent 25%),linear-gradient(145deg,#533e38,#191315 60%,#B69A67)}.art-falcon{background:radial-gradient(circle at 20% 25%,rgba(182,154,103,.48),transparent 22%),linear-gradient(135deg,#172B44,#071018 58%,#6e5c38)}.art-sahar{background:radial-gradient(circle at 65% 20%,rgba(244,241,234,.55),transparent 15%),linear-gradient(135deg,#2a2224,#7e5f52,#111315)}.work-art::before,.work-art::after{content:"";position:absolute;border:1px solid rgba(244,241,234,.16);transform:rotate(-20deg)}.work-art::before{width:58%;height:120%;left:30%;top:-20%}.work-art::after{width:40%;height:90%;left:45%;top:6%}.work-meta{position:relative;z-index:2}.work-meta .tag{font-size:.68rem;letter-spacing:.13em;text-transform:uppercase;color:#d8cdb8}.work-meta h3{font-family:"Iowan Old Style",Georgia,serif;font-size:clamp(2rem,4vw,4rem);font-weight:400;margin:8px 0 8px;line-height:.98}.work-card.small .work-meta h3{font-size:2rem}.metric{font-size:.92rem;color:#d5d0c7}.metric strong{color:var(--gold);font-size:1.15rem}

.cinema{min-height:76vh;position:relative;background:var(--ink);display:grid;align-items:center;color:var(--ivory);overflow:hidden}.cinema video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.72}.cinema::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,19,21,.88),rgba(17,19,21,.25)),linear-gradient(0deg,rgba(17,19,21,.5),transparent)}.cinema .shell{position:relative;z-index:2}.cinema h2{font-size:clamp(2.7rem,5vw,5.6rem);line-height:.98;font-weight:400;max-width:800px;margin:12px 0}.cinema p{max-width:560px;line-height:1.7;color:#cec9bf}

.proof-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(244,241,234,.1);border:1px solid rgba(244,241,234,.12)}.proof{padding:28px}.proof b{font-family:"Iowan Old Style",Georgia,serif;font-weight:400;font-size:2.25rem;color:var(--gold);display:block}.proof span{font-size:.78rem;color:#c4bfb5}

.cta{padding:88px 0;background:var(--gold);color:var(--ink)}.cta-inner{display:flex;justify-content:space-between;gap:40px;align-items:end}.cta h2{font-family:"Iowan Old Style",Georgia,serif;font-size:clamp(2.7rem,5vw,5rem);font-weight:400;line-height:.95;margin:0;max-width:760px}.cta .btn{background:var(--ink);color:var(--ivory);white-space:nowrap}
footer{background:var(--ink);color:#aaa59b;padding:26px 0;font-size:.72rem;letter-spacing:.08em}.footer-inner{display:flex;justify-content:space-between;gap:24px}

/* inner pages */
.page-hero{min-height:72vh;background:var(--ink);color:var(--ivory);display:grid;align-items:end;padding:150px 0 70px;position:relative;overflow:hidden}.page-hero::before{content:"";position:absolute;width:65vw;height:65vw;border:1px solid rgba(182,154,103,.16);border-radius:50%;right:-28vw;top:-18vw}.page-hero::after{content:"";position:absolute;height:1px;left:5%;right:5%;bottom:34px;background:linear-gradient(90deg,var(--gold),transparent 70%)}.page-hero h1{font-family:"Iowan Old Style",Georgia,serif;font-size:clamp(3.2rem,7vw,6.5rem);font-weight:400;line-height:.94;letter-spacing:-.055em;margin:.25em 0}.page-hero p{max-width:720px;line-height:1.7;color:#cbc6bd;font-size:1.08rem}
.service-row{display:grid;grid-template-columns:100px .85fr 1.15fr;gap:30px;padding:52px 0;border-top:1px solid rgba(17,19,21,.12);align-items:start}.service-row .num{color:var(--gold);font-weight:700;font-size:.78rem;letter-spacing:.14em}.service-row h2{font-family:"Iowan Old Style",Georgia,serif;font-size:2.5rem;line-height:1.02;font-weight:400;margin:0}.service-row p{line-height:1.75;color:#625f59;margin-top:0}.service-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.service-list span{padding:8px 11px;border:1px solid rgba(17,19,21,.12);border-radius:999px;font-size:.76rem;color:#605e59}
.integration{background:var(--blue);color:var(--ivory);padding:84px 0}.integration h2{font-family:"Iowan Old Style",Georgia,serif;font-size:clamp(2.6rem,5vw,5rem);font-weight:400;line-height:.98;max-width:800px;margin:0 0 22px}.integration p{color:#c6c8ca;max-width:620px;line-height:1.7}
.portfolio-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.case{grid-column:span 6;min-height:520px;border-radius:var(--radius);position:relative;overflow:hidden;color:var(--ivory);display:flex;align-items:flex-end;padding:30px;background:var(--ink)}.case.wide{grid-column:span 12;min-height:580px}.case .case-art{position:absolute;inset:0}.case .case-copy{position:relative;z-index:2;max-width:620px}.case h2{font-family:"Iowan Old Style",Georgia,serif;font-size:clamp(2rem,4vw,4rem);font-weight:400;margin:4px 0}.case p{line-height:1.65;color:#d2cec6}.case ul{margin:16px 0 0;padding:0;list-style:none}.case li{margin:7px 0;color:#ded9cf;font-size:.9rem}.case li::before{content:"↗";color:var(--gold);margin-right:8px}

.reveal{opacity:0;transform:translateY(26px);transition:opacity .8s ease,transform .8s ease}.reveal.inview{opacity:1;transform:none}

@media(max-width:900px){.section-head{grid-template-columns:1fr;gap:20px}.disciplines{grid-template-columns:1fr 1fr}.discipline:nth-child(2){border-right:0}.work-grid{grid-template-columns:1fr}.work-card{min-height:440px}.proof-strip{grid-template-columns:1fr 1fr}.service-row{grid-template-columns:55px 1fr}.service-row>div:last-child{grid-column:2}.portfolio-grid{display:block}.case,.case.wide{margin-bottom:18px;min-height:460px}.cta-inner{display:block}.cta .btn{margin-top:28px}}
@media(max-width:680px){.shell{width:min(100% - 28px,1180px)}.nav-inner{height:66px}.nav-links{position:fixed;top:66px;left:14px;right:14px;background:rgba(17,19,21,.97);padding:18px;border:1px solid rgba(244,241,234,.12);border-radius:18px;display:none;flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.mobile-btn{display:block}.hero-content{padding:130px 0 64px}.hero h1{font-size:3.45rem}.section{padding:72px 0}.disciplines{grid-template-columns:1fr}.discipline{border-right:0;border-bottom:1px solid rgba(17,19,21,.12);min-height:205px}.discipline h3{margin-top:32px}.growth-label{font-size:1.3rem}.work-card{min-height:410px}.proof-strip{grid-template-columns:1fr}.proof{padding:20px}.service-row{grid-template-columns:1fr;gap:14px}.service-row>div:last-child{grid-column:auto}.page-hero{padding-top:120px}.footer-inner{flex-direction:column}.cta{padding:68px 0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none}.work-art,.discipline{transition:none}.hero video,.cinema video{display:none}.path-line{stroke-dashoffset:0}}

/* v2: stronger cinematic and convergence visibility */
.hero video{opacity:1;filter:contrast(1.18) saturate(1.12) brightness(1.12)}
.hero::after{background:linear-gradient(90deg,rgba(17,19,21,.78) 0%,rgba(17,19,21,.34) 48%,rgba(17,19,21,.03) 100%),linear-gradient(0deg,rgba(17,19,21,.72),transparent 48%)}
.hero-line{height:2px;box-shadow:0 0 18px rgba(182,154,103,.42)}
.cinema video{opacity:.94;filter:contrast(1.16) saturate(1.08) brightness(1.08)}
.cinema::after{background:linear-gradient(90deg,rgba(17,19,21,.72),rgba(17,19,21,.08)),linear-gradient(0deg,rgba(17,19,21,.40),transparent)}
.reveal{opacity:0;transform:translateY(38px);filter:blur(7px);transition:opacity .65s ease,transform .8s cubic-bezier(.18,.8,.2,1),filter .7s ease}.reveal.inview{opacity:1;transform:none;filter:none}
.discipline:hover{transform:translateY(-8px)}
.work-card:hover .work-art{transform:scale(1.06)}

/* Homepage four-to-one visual */
.converge-home{height:210px;margin-top:52px;padding-left:142px;position:relative}
.converge-home svg{height:190px}
.converge-labels{position:absolute;left:0;top:0;height:190px;width:132px;display:flex;flex-direction:column;justify-content:space-between;padding:2px 0 4px}
.converge-labels span{font-size:.69rem;letter-spacing:.14em;font-weight:800;color:#4d4b46}
.path-track{stroke:rgba(17,19,21,.12);stroke-width:4;fill:none}
.converge-home .path-line{stroke-width:2.6;filter:drop-shadow(0 0 6px rgba(182,154,103,.4))}
.flow-dot{fill:#F4F1EA;stroke:#B69A67;stroke-width:3;filter:drop-shadow(0 0 8px rgba(182,154,103,.95))}
.home-dot{fill:#111315}
.converge-home .growth-label{right:0;top:62px;width:145px;padding:18px 18px 17px;background:var(--ink);color:var(--ivory);border-radius:16px;font-size:2rem;line-height:.9;box-shadow:0 16px 35px rgba(17,19,21,.16)}
.converge-home .growth-label small{display:block;font-family:Inter,ui-sans-serif,system-ui;font-size:.57rem;font-weight:800;letter-spacing:.16em;color:var(--gold);margin-bottom:8px}

/* Services four-to-one stage */
.integration{background:var(--blue);padding:92px 0 104px;overflow:hidden}
.integration-head{display:grid;grid-template-columns:1.12fr .88fr;gap:70px;align-items:end}
.integration h2{font-size:clamp(2.8rem,4.8vw,4.9rem);margin-bottom:0}
.integration-head>p{margin:0 0 8px;color:#d6d9dc;line-height:1.75;max-width:540px}
.flow-stage{margin-top:58px;display:grid;grid-template-columns:210px minmax(320px,1fr) 190px;align-items:center;gap:18px;min-height:310px;border-top:1px solid rgba(244,241,234,.12);border-bottom:1px solid rgba(244,241,234,.12);padding:22px 0}
.flow-sources{height:280px;display:grid;grid-template-rows:repeat(4,1fr);align-items:center}
.flow-sources>div{display:grid;grid-template-columns:32px 1fr;gap:0 8px;align-items:center}
.flow-sources span{grid-row:1/3;font-size:.64rem;letter-spacing:.1em;color:var(--gold);font-weight:800}
.flow-sources b{font-family:"Iowan Old Style",Georgia,serif;font-size:1.25rem;font-weight:400;color:var(--ivory)}
.flow-sources small{font-size:.68rem;color:#aeb7c1;letter-spacing:.02em}
.flow-canvas{height:280px;position:relative}.flow-canvas svg{width:100%;height:100%;overflow:visible}
.flow-track{stroke:rgba(244,241,234,.13);stroke-width:6;fill:none}
.flow-line{stroke:var(--gold);stroke-width:3.2;fill:none;filter:drop-shadow(0 0 7px rgba(182,154,103,.55));stroke-dasharray:1100;stroke-dashoffset:1100;animation:drawFlow 1.05s cubic-bezier(.18,.8,.2,1) forwards}
.flow-line:nth-of-type(6){animation-delay:.10s}.flow-line:nth-of-type(7){animation-delay:.20s}.flow-line:nth-of-type(8){animation-delay:.30s}
@keyframes drawFlow{to{stroke-dashoffset:0}}
.flow-outcome{height:148px;border-radius:20px;background:var(--gold);color:var(--ink);padding:24px;display:flex;flex-direction:column;justify-content:center;position:relative;box-shadow:0 26px 70px rgba(0,0,0,.23)}
.flow-outcome span{font-size:.61rem;font-weight:900;letter-spacing:.16em}.flow-outcome strong{font-family:"Iowan Old Style",Georgia,serif;font-weight:400;font-size:2.75rem;line-height:1;margin-top:8px}.flow-outcome i{position:absolute;left:-20px;top:50%;width:28px;height:3px;background:var(--gold);box-shadow:0 0 10px rgba(182,154,103,.8)}

@media(max-width:900px){.integration-head{grid-template-columns:1fr;gap:20px}.flow-stage{grid-template-columns:160px 1fr 150px}.flow-sources b{font-size:1.05rem}.flow-sources small{display:none}.flow-outcome{padding:18px}.flow-outcome strong{font-size:2.2rem}.converge-home{padding-left:110px}.converge-labels{width:104px}}
@media(max-width:680px){.flow-stage{grid-template-columns:92px 1fr 104px;gap:8px;min-height:250px}.flow-sources{height:220px}.flow-canvas{height:220px}.flow-sources>div{display:block}.flow-sources span{display:block}.flow-sources b{font-family:Inter,ui-sans-serif,system-ui;font-size:.66rem;font-weight:700}.flow-outcome{height:110px;padding:12px;border-radius:14px}.flow-outcome span{font-size:.49rem}.flow-outcome strong{font-size:1.45rem}.flow-outcome i{left:-12px;width:16px}.converge-home{padding-left:0;height:250px}.converge-labels{position:static;width:100%;height:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-bottom:14px}.converge-labels span{font-size:.52rem}.converge-home svg{height:160px}.converge-home .growth-label{top:126px;width:112px;font-size:1.45rem;padding:13px}.converge-home .growth-label small{font-size:.45rem}}
@media(prefers-reduced-motion:reduce){.reveal{filter:none}.flow-line{animation:none;stroke-dashoffset:0}.flow-dot{display:none}}

/* v3: hybrid cinematic homepage hero */
.hero.hero-cinematic{align-items:end}
.hero.hero-cinematic video{opacity:1;filter:contrast(1.12) saturate(1.08) brightness(1.04)}
.hero.hero-cinematic::after{background:linear-gradient(90deg,rgba(17,19,21,.54) 0%,rgba(17,19,21,.18) 44%,rgba(17,19,21,.08) 70%,rgba(17,19,21,.22) 100%),linear-gradient(0deg,rgba(17,19,21,.78),rgba(17,19,21,.20) 32%,transparent 58%)}
.hero.hero-cinematic .hero-content{position:relative;z-index:2;opacity:0;transform:translateY(18px);transition:opacity .95s ease,transform .95s cubic-bezier(.18,.8,.2,1);max-width:780px}
.hero.hero-cinematic.hero-live .hero-content,.hero.hero-cinematic.hero-rest .hero-content{opacity:1;transform:none}
.hero.hero-cinematic .eyebrow{margin-bottom:16px;color:#F4F1EA;text-shadow:0 1px 14px rgba(0,0,0,.28)}
.hero.hero-cinematic h1{text-shadow:0 10px 36px rgba(0,0,0,.28)}
.hero.hero-cinematic p{max-width:640px;color:#eee6da;text-shadow:0 2px 20px rgba(0,0,0,.30)}
.hero.hero-cinematic .hero-line{box-shadow:0 0 20px rgba(182,154,103,.58),0 0 42px rgba(182,154,103,.18)}
.hero.hero-cinematic.hero-rest::after{background:linear-gradient(90deg,rgba(17,19,21,.62) 0%,rgba(17,19,21,.22) 44%,rgba(17,19,21,.14) 70%,rgba(17,19,21,.32) 100%),linear-gradient(0deg,rgba(17,19,21,.82),rgba(17,19,21,.26) 38%,transparent 60%)}
.hero.hero-cinematic.hero-rest .hero-line{opacity:1;width:min(88vw,1180px)}
@media(max-width:680px){.hero.hero-cinematic::after{background:linear-gradient(180deg,rgba(17,19,21,.22) 0%,rgba(17,19,21,.55) 46%,rgba(17,19,21,.88) 100%)} .hero.hero-cinematic .hero-content{max-width:none}}

/* ============================================================
   V4 HOME | BRAND PARTNER NARRATIVE + THREE CINEMATIC MOMENTS
   ============================================================ */
.home-v4{background:var(--white)}
.home-v4 .nav{background:linear-gradient(180deg,rgba(17,19,21,.45),transparent)}
.home-v4 .nav.scrolled{background:rgba(17,19,21,.87)}
.scene-label{font-size:.67rem;line-height:1;letter-spacing:.19em;text-transform:uppercase;font-weight:800;color:var(--gold)}
.scene-label.dark-label{color:#6e624f}
.text-link{display:inline-flex;align-items:center;gap:11px;margin-top:25px;padding-bottom:7px;border-bottom:1px solid rgba(244,241,234,.52);font-size:.86rem;font-weight:700;letter-spacing:.025em}.text-link span{color:var(--gold)}
.text-link.light{color:var(--ivory)}

/* 01 hero */
.poc-hero{height:100svh;min-height:650px;position:relative;background:var(--ink);color:var(--ivory);overflow:hidden;display:flex;align-items:flex-end}
.poc-hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:contrast(1.08) saturate(1.05) brightness(1.03)}
.poc-film-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,19,21,.67) 0%,rgba(17,19,21,.23) 47%,rgba(17,19,21,.04) 74%),linear-gradient(0deg,rgba(17,19,21,.78) 0%,rgba(17,19,21,.08) 52%)}
.poc-hero-copy{position:relative;z-index:2;padding-bottom:78px;opacity:1;transform:none;animation:pocHeroCopyIn .9s 1.05s both cubic-bezier(.18,.8,.2,1)}
@keyframes pocHeroCopyIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
.poc-hero.hero-copy-live .poc-hero-copy{opacity:1;transform:none}
.poc-hero h1{font-size:clamp(3.2rem,6.25vw,5.8rem);font-weight:400;line-height:.95;letter-spacing:-.052em;margin:.24em 0 .25em;max-width:1000px;text-shadow:0 12px 45px rgba(0,0,0,.25)}
.poc-hero h1 em{font-style:normal;color:var(--gold)}
.poc-hero p{font-size:clamp(1rem,1.4vw,1.22rem);color:#e5e0d7;letter-spacing:.01em;margin:0;max-width:680px}
.poc-scroll{position:absolute;z-index:3;right:30px;bottom:37px;display:flex;align-items:center;gap:10px;color:#d5d0c6;font-size:.57rem;letter-spacing:.16em}.poc-scroll i{width:54px;height:1px;background:var(--gold);position:relative;overflow:hidden}.poc-scroll i::after{content:"";position:absolute;inset:0;background:var(--ivory);transform:translateX(-100%);animation:scan 2.2s ease-in-out infinite}@keyframes scan{50%{transform:translateX(100%)}100%{transform:translateX(100%)}}

/* 02 market question */
.market-question{background:var(--ivory);padding:108px 0 116px;min-height:82vh;display:flex;align-items:center}
.question-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:85px;align-items:start;margin-top:35px}.question-intro h2{font-size:clamp(2.5rem,4.6vw,4.4rem);font-weight:400;line-height:.99;letter-spacing:-.043em;margin:0 0 27px}.question-intro p{margin:0;color:#766f64;font-size:.95rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.question-stack{border-top:1px solid rgba(17,19,21,.14)}
.market-q{height:100px;border-bottom:1px solid rgba(17,19,21,.14);display:grid;grid-template-columns:50px 1fr 90px;gap:16px;align-items:center;position:relative;overflow:hidden}.market-q span{font-size:.61rem;letter-spacing:.12em;color:#8a8173;font-weight:800}.market-q strong{font-family:"Iowan Old Style",Georgia,serif;font-size:clamp(1.55rem,2.45vw,2.55rem);font-weight:400;letter-spacing:-.025em}.market-q i{height:1px;background:var(--gold);transform:scaleX(.25);transform-origin:right;transition:transform .65s ease}.market-q:hover i{transform:scaleX(1)}

/* 03 Oryx role */
.oryx-role{background:var(--blue);color:var(--ivory);padding:108px 0 112px;overflow:hidden}
.role-head{display:grid;grid-template-columns:1.05fr .75fr;gap:90px;align-items:end;margin:32px 0 76px}.role-head h2{font-size:clamp(2.8rem,5.1vw,4.9rem);font-weight:400;line-height:.98;letter-spacing:-.045em;margin:0}.role-head h2 em{font-style:normal;color:var(--gold)}.role-head p{color:#d0d5d9;line-height:1.75;font-size:1.03rem;margin:0 0 5px;max-width:520px}
.role-journey{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:25px;padding-top:48px}.role-line{position:absolute;left:0;right:0;top:11px;height:22px}.role-line::before{content:"";position:absolute;left:0;right:0;top:10px;height:1px;background:rgba(244,241,234,.15)}.role-line b{position:absolute;left:0;top:9px;width:100%;height:2px;background:linear-gradient(90deg,var(--gold),#d3bb8b,var(--gold));transform:scaleX(0);transform-origin:left;transition:transform 1.8s cubic-bezier(.18,.8,.2,1);box-shadow:0 0 15px rgba(182,154,103,.38)}.role-journey.inview .role-line b{transform:scaleX(1)}.role-line i{position:absolute;width:11px;height:11px;border-radius:50%;background:var(--ivory);border:2px solid var(--gold);top:5px;left:0;box-shadow:0 0 13px rgba(182,154,103,.85);opacity:0}.role-journey.inview .role-line i{opacity:1;animation:roleTravel 4.3s 1s ease-in-out infinite}@keyframes roleTravel{0%{left:0}80%,100%{left:calc(100% - 11px)}}
.role-step{border-top:1px solid rgba(244,241,234,.13);padding-top:20px}.role-step span{font-size:.61rem;letter-spacing:.13em;color:var(--gold);font-weight:800}.role-step strong{display:block;font-family:"Iowan Old Style",Georgia,serif;font-size:clamp(1.16rem,1.8vw,1.58rem);font-weight:400;line-height:1.22;margin-top:24px;color:#f0ece5}

/* 04 capabilities film */
.capability-film{height:100svh;min-height:720px;position:relative;background:var(--ink);color:var(--ivory);overflow:hidden;display:flex;align-items:stretch}
.capability-film video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:contrast(1.08) saturate(1.03)}
.cap-film-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,19,21,.78),rgba(17,19,21,.20) 55%,rgba(17,19,21,.18)),linear-gradient(0deg,rgba(17,19,21,.86),transparent 54%,rgba(17,19,21,.23))}
.cap-content{position:relative;z-index:2;padding-top:105px;padding-bottom:38px;display:flex;flex-direction:column;justify-content:space-between}
.cap-title{display:flex;justify-content:space-between;gap:45px;align-items:flex-end}.cap-title h2{font-size:clamp(2.9rem,5vw,4.9rem);font-weight:400;line-height:.98;letter-spacing:-.045em;margin:22px 0 0}.cap-title h2 em{font-style:normal;color:var(--gold)}
.capability-rail{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(244,241,234,.23);border-bottom:1px solid rgba(244,241,234,.23);backdrop-filter:blur(7px);background:rgba(17,19,21,.21)}.cap-item{padding:20px 19px 23px;border-right:1px solid rgba(244,241,234,.19);min-height:135px;transition:.32s}.cap-item:last-child{border-right:0}.cap-item:hover{background:rgba(244,241,234,.09);transform:translateY(-4px)}.cap-item span{font-size:.58rem;letter-spacing:.13em;color:var(--gold);font-weight:800}.cap-item strong{font-family:"Iowan Old Style",Georgia,serif;font-weight:400;font-size:1.32rem;line-height:1.08;display:block;margin:13px 0 8px}.cap-item small{font-size:.74rem;line-height:1.45;color:#d5d0c6;display:block;max-width:210px}
.traction-lockup{position:absolute;right:48px;top:50%;transform:translateY(-5%);text-align:right;opacity:0;transition:opacity .85s ease,transform .85s ease}.capability-film.film-rest .traction-lockup{opacity:1;transform:translateY(-50%)}.traction-lockup small{display:block;font-size:.54rem;font-weight:800;letter-spacing:.17em;color:#cbb995}.traction-lockup strong{display:block;font-family:"Iowan Old Style",Georgia,serif;font-size:4.3rem;font-weight:400;color:var(--ivory);letter-spacing:-.04em}

/* 05 why */
.why-oryx{background:var(--white);padding:112px 0 105px}.why-head{display:grid;grid-template-columns:1.05fr .75fr;gap:80px;align-items:end}.why-head h2{font-size:clamp(2.8rem,5vw,4.8rem);font-weight:400;line-height:.98;letter-spacing:-.045em;margin:25px 0 0}.why-head>p{line-height:1.75;color:#65615b;max-width:520px;margin:0 0 6px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:70px;border-top:1px solid rgba(17,19,21,.15);border-bottom:1px solid rgba(17,19,21,.15)}.trust-item{padding:27px 23px 32px;border-right:1px solid rgba(17,19,21,.12);min-height:245px;position:relative}.trust-item:last-child{border-right:0}.trust-item span{font-size:.6rem;letter-spacing:.13em;color:#8b806f;font-weight:800}.trust-item h3{font-family:"Iowan Old Style",Georgia,serif;font-size:1.8rem;font-weight:400;margin:58px 0 9px}.trust-item p{font-size:.84rem;color:#69655f;line-height:1.55;margin:0;max-width:210px}.trust-item i{position:absolute;left:22px;right:22px;bottom:0;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:.55s}.trust-item:hover i{transform:scaleX(1)}
.proof-link{margin-top:35px;display:flex;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid rgba(17,19,21,.15);padding-bottom:13px;color:#5f5a52}.proof-link b{color:var(--ink);font-size:.86rem}.proof-link span{font-family:"Iowan Old Style",Georgia,serif;font-size:1.25rem}

/* 06 + 07 cinematic close */
.values-film{height:100svh;min-height:690px;position:relative;background:var(--ink);color:var(--ivory);overflow:hidden;display:flex;align-items:center}
.values-film video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:contrast(1.07) saturate(1.03) brightness(1.02)}.values-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,19,21,.68),rgba(17,19,21,.10) 68%),linear-gradient(0deg,rgba(17,19,21,.55),rgba(17,19,21,.04) 56%,rgba(17,19,21,.18))}.values-layer{position:relative;z-index:2;height:100%;display:flex;align-items:center}.values-state,.close-state{position:absolute;left:0;right:0;transition:opacity .8s ease,transform .8s cubic-bezier(.18,.8,.2,1)}.values-state{opacity:1;transform:none}.close-state{opacity:0;transform:translateY(22px);pointer-events:none}.values-film.close-live .values-state{opacity:0;transform:translateY(-16px)}.values-film.close-live .close-state{opacity:1;transform:none;pointer-events:auto}.values-state h2{font-size:clamp(2.8rem,5vw,4.8rem);font-weight:400;margin:23px 0 45px}.value-words{display:flex;gap:28px 45px;flex-wrap:wrap;max-width:930px}.value-words span{font-family:"Iowan Old Style",Georgia,serif;font-size:clamp(2.25rem,4.2vw,4.1rem);font-weight:400;line-height:1;color:var(--ivory);text-shadow:0 7px 30px rgba(0,0,0,.25)}.value-words span:nth-child(even){color:var(--gold)}
.close-state h2{font-size:clamp(3rem,5.4vw,5.1rem);font-weight:400;line-height:.98;letter-spacing:-.045em;margin:23px 0 24px;max-width:900px}.close-state p{font-family:"Iowan Old Style",Georgia,serif;font-size:clamp(1.65rem,2.6vw,2.45rem);margin:0 0 32px;color:#e4ddd2}.close-state p strong{color:var(--gold);font-weight:400;letter-spacing:.04em}.close-state .btn.gold{box-shadow:0 12px 35px rgba(0,0,0,.18)}
.poc-footer{background:var(--ink);color:#aaa59b;padding:24px 0;font-size:.7rem;letter-spacing:.08em;border-top:1px solid rgba(244,241,234,.07)}

@media(max-width:900px){.question-grid,.role-head,.why-head{grid-template-columns:1fr;gap:42px}.role-journey{grid-template-columns:1fr 1fr;gap:25px 35px}.role-line{display:none}.capability-rail,.trust-grid{grid-template-columns:1fr 1fr}.cap-item:nth-child(2),.trust-item:nth-child(2){border-right:0}.traction-lockup{display:none}.cap-title{display:block}.cap-title .text-link{margin-top:18px}.market-question{min-height:auto}}
@media(max-width:680px){.poc-hero{min-height:680px}.poc-hero h1{font-size:3.35rem}.poc-hero-copy{padding-bottom:74px}.poc-scroll{display:none}.market-question,.oryx-role,.why-oryx{padding:82px 0}.market-q{height:88px;grid-template-columns:35px 1fr 38px}.question-intro h2,.role-head h2,.why-head h2{font-size:2.75rem}.role-journey{grid-template-columns:1fr}.role-step strong{margin-top:14px}.capability-film{height:auto;min-height:900px}.cap-content{padding-top:90px;min-height:900px}.cap-title h2{font-size:2.75rem}.capability-rail{grid-template-columns:1fr;margin-top:48px}.cap-item{border-right:0;border-bottom:1px solid rgba(244,241,234,.16);min-height:auto;padding:16px}.cap-item:last-child{border-bottom:0}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid rgba(17,19,21,.12);min-height:180px}.trust-item h3{margin-top:35px}.values-film{min-height:720px}.value-words{display:grid;grid-template-columns:1fr 1fr;gap:22px}.value-words span{font-size:2.4rem}.close-state h2{font-size:3.1rem}.proof-link{align-items:flex-start;flex-direction:column}}
@media(prefers-reduced-motion:reduce){.poc-hero-copy{animation:none}.poc-hero video,.capability-film video,.values-film video{display:none}.poc-hero{background:linear-gradient(135deg,#111315,#172B44)}.capability-film{background:#111315}.values-film{background:linear-gradient(135deg,#111315,#172B44)}.poc-hero-copy{opacity:1;transform:none}.role-line b{transform:scaleX(1)}.traction-lockup{opacity:1}.values-state{display:none}.close-state{opacity:1;transform:none;pointer-events:auto}}

/* v4.2 | stronger four-part interactions + cleaner traction resting state */

/* Capabilities: keep the CTA on the left so the Traction end-state owns the right side */
.cap-title{display:block;max-width:760px}
.cap-title .text-link{display:inline-flex;margin-top:20px;transition:opacity .3s ease,transform .3s ease,color .3s ease}

.capability-rail{isolation:isolate}
.cap-item{
  position:relative;
  overflow:hidden;
  transition:background-color .38s ease,transform .38s cubic-bezier(.18,.8,.2,1),opacity .3s ease,box-shadow .38s ease;
}
.cap-item::before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:3px;
  background:linear-gradient(90deg,var(--gold),#e0c99b 58%,transparent);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .42s cubic-bezier(.18,.8,.2,1);
  box-shadow:0 0 16px rgba(182,154,103,.45);
}
.cap-item::after{
  content:"";
  position:absolute;
  inset:-25%;
  background:radial-gradient(circle at 22% 24%,rgba(182,154,103,.18),transparent 34%),linear-gradient(135deg,rgba(23,43,68,.72),rgba(17,19,21,.18));
  opacity:0;
  transform:translateY(14px) scale(1.04);
  transition:opacity .38s ease,transform .55s cubic-bezier(.18,.8,.2,1);
  z-index:-1;
}
.cap-item:hover{
  background:rgba(23,43,68,.76);
  transform:translateY(-7px);
  box-shadow:0 18px 42px rgba(0,0,0,.22);
}
.cap-item:hover::before{transform:scaleX(1)}
.cap-item:hover::after{opacity:1;transform:translateY(0) scale(1)}
.cap-item span,.cap-item strong,.cap-item small{position:relative;z-index:1;transition:transform .35s ease,color .35s ease,opacity .35s ease}
.cap-item:hover span{color:#dfc894;transform:translateY(-2px)}
.cap-item:hover strong{transform:translateY(-4px);color:var(--white)}
.cap-item:hover small{transform:translateY(-2px);color:#f0ece5}
@media(pointer:fine){
  .capability-rail:hover .cap-item:not(:hover){opacity:.62}
}

/* Resting state: Traction is a clean destination, not another layer fighting the CTA */
.traction-lockup{
  right:62px;
  top:31%;
  transform:translateY(6px);
  width:min(360px,31vw);
  text-align:left;
  padding-left:26px;
  border-left:2px solid rgba(182,154,103,.78);
}
.capability-film.film-rest .traction-lockup{opacity:1;transform:translateY(0)}
.traction-lockup small{margin-bottom:9px}
.traction-lockup strong{font-size:clamp(3.25rem,5vw,4.7rem);line-height:.92;white-space:nowrap;text-shadow:0 10px 32px rgba(0,0,0,.3)}
.capability-film.film-rest .cap-title .text-link{opacity:.88}

/* Why Oryx: quieter tactile treatment on ivory */
.trust-grid{isolation:isolate}
.trust-item{
  overflow:hidden;
  transition:background-color .38s ease,transform .38s cubic-bezier(.18,.8,.2,1),opacity .3s ease,box-shadow .38s ease;
}
.trust-item::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(145deg,rgba(216,195,165,.36),rgba(244,241,234,.55) 48%,rgba(182,154,103,.10));
  opacity:0;
  transition:opacity .38s ease;
  z-index:0;
}
.trust-item::after{
  content:"";
  position:absolute;
  left:22px;right:22px;top:0;
  height:3px;
  background:linear-gradient(90deg,var(--gold),rgba(182,154,103,.12));
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .45s cubic-bezier(.18,.8,.2,1);
  box-shadow:0 0 12px rgba(182,154,103,.22);
  z-index:2;
}
.trust-item>span,.trust-item>h3,.trust-item>p,.trust-item>i{position:relative;z-index:1;transition:transform .35s ease,color .35s ease,opacity .35s ease}
.trust-item:hover{
  background:#f1e9dd;
  transform:translateY(-6px);
  box-shadow:0 16px 38px rgba(17,19,21,.08);
}
.trust-item:hover::before{opacity:1}
.trust-item:hover::after{transform:scaleX(1)}
.trust-item:hover span{color:var(--gold);transform:translateY(-2px)}
.trust-item:hover h3{transform:translateY(-5px)}
.trust-item:hover p{transform:translateY(-3px);color:#47433d}
.trust-item:hover i{transform:scaleX(1)}
@media(pointer:fine){
  .trust-grid:hover .trust-item:not(:hover){opacity:.62}
}

@media(max-width:900px){
  .traction-lockup{display:none}
  .cap-title{max-width:none}
}
@media(max-width:680px){
  .cap-item:hover,.trust-item:hover{transform:none}
  .capability-rail:hover .cap-item:not(:hover),.trust-grid:hover .trust-item:not(:hover){opacity:1}
}

/* V5 proposal-ready consolidation */
.brand-logo{display:flex;align-items:center;opacity:1!important;line-height:0}
.brand-logo img{width:176px;height:auto;max-height:62px;object-fit:contain;filter:drop-shadow(0 4px 14px rgba(0,0,0,.10))}
.nav-inner{height:82px}
.nav-links a{position:relative;color:rgba(244,241,234,.86);opacity:1;transition:color .25s ease,opacity .25s ease}
.nav-links a:not(.nav-cta)::after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:1px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .28s ease}
.nav-links a:hover,.nav-links a.active{color:var(--gold)}
.nav-links a:hover::after,.nav-links a.active::after{transform:scaleX(1)}
.nav-cta{color:var(--ivory)!important;border-color:rgba(244,241,234,.26);transition:border-color .25s ease,color .25s ease,background .25s ease!important}
.nav-cta:hover{border-color:var(--gold);color:var(--gold)!important;background:rgba(182,154,103,.06)}
.footer-brand{display:flex;align-items:center}.footer-brand img{width:132px;height:auto;opacity:.88}

/* Services cinematic opener */
.services-film-hero{height:92svh;min-height:680px;position:relative;background:var(--ink);color:var(--ivory);overflow:hidden;display:flex;align-items:flex-end}
.services-film-hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:contrast(1.08) saturate(1.02) brightness(.98)}
.services-film-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,19,21,.82) 0%,rgba(17,19,21,.40) 45%,rgba(17,19,21,.08) 76%,rgba(17,19,21,.16) 100%),linear-gradient(0deg,rgba(17,19,21,.82),rgba(17,19,21,.10) 54%,rgba(17,19,21,.18))}
.services-hero-copy{position:relative;z-index:2;padding-bottom:72px;max-width:780px}
.services-hero-copy h1{font-size:clamp(3rem,6.4vw,6.4rem);font-weight:400;line-height:.92;letter-spacing:-.055em;margin:22px 0 24px;text-shadow:0 12px 42px rgba(0,0,0,.30)}
.services-hero-copy h1 em{font-style:normal;color:var(--gold)}
.services-hero-copy p{max-width:665px;color:#ddd7ce;font-size:1.05rem;line-height:1.72;margin:0 0 28px;text-shadow:0 4px 24px rgba(0,0,0,.28)}
.services-rest-note{position:absolute;z-index:3;right:6.3vw;bottom:72px;padding-left:19px;border-left:2px solid var(--gold);opacity:0;transform:translateY(10px);transition:opacity .7s ease,transform .7s ease;color:var(--ivory)}
.services-film-hero.film-rest .services-rest-note{opacity:1;transform:none}
.services-rest-note span{display:block;color:var(--gold);font-size:.58rem;font-weight:800;letter-spacing:.17em;margin-bottom:7px}.services-rest-note strong{font-family:"Iowan Old Style",Georgia,serif;font-size:1.65rem;font-weight:400}

.capability-list-section{background:var(--ivory);padding:102px 0 96px}
.service-intro{display:grid;grid-template-columns:1.15fr .85fr;gap:72px;align-items:end;padding-bottom:60px}
.service-intro .scene-label{grid-column:1/-1}.service-intro h2{font-size:clamp(2.8rem,5vw,4.8rem);font-weight:400;line-height:.98;letter-spacing:-.045em;margin:0}.service-intro p{margin:0;line-height:1.75;color:#65615b;max-width:510px}
.service-row-live{position:relative;padding:48px 72px 48px 22px;transition:background-color .38s ease,transform .38s cubic-bezier(.18,.8,.2,1),box-shadow .38s ease;border-bottom:1px solid rgba(17,19,21,.12);overflow:hidden}
.service-row-live::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--gold);transform:scaleY(0);transform-origin:top;transition:transform .42s cubic-bezier(.18,.8,.2,1);box-shadow:0 0 14px rgba(182,154,103,.24)}
.service-row-live::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(216,195,165,.24),rgba(244,241,234,.22) 42%,rgba(23,43,68,.07));opacity:0;transition:opacity .38s ease;z-index:0}
.service-row-live>*{position:relative;z-index:1}.service-row-live:hover{background:#f1e9dd;transform:translateX(7px);box-shadow:0 15px 38px rgba(17,19,21,.065)}.service-row-live:hover::before{transform:scaleY(1)}.service-row-live:hover::after{opacity:1}.service-row-live:hover .num{color:var(--gold)}.service-row-live:hover h2{transform:translateY(-3px)}
.service-row-live h2,.service-row-live p,.service-row-live .num,.service-row-live .service-arrow{transition:transform .3s ease,color .3s ease,opacity .3s ease}
.service-arrow{position:absolute!important;right:22px;top:50%;transform:translateY(-50%);font-size:1.45rem;font-weight:400;color:var(--gold);opacity:.38}.service-row-live:hover .service-arrow{opacity:1;transform:translate(4px,-50%)}

.service-connection{background:var(--blue);color:var(--ivory);padding:88px 0 84px;overflow:hidden}.service-connection-copy{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:end;margin-top:22px}.service-connection h2{font-size:clamp(2.8rem,5vw,5rem);font-weight:400;line-height:.98;letter-spacing:-.04em;margin:0}.service-connection-copy>div{padding-bottom:5px}.service-connection p{color:#c8cbd0;margin:0 0 10px}.service-connection strong{font-family:"Iowan Old Style",Georgia,serif;color:var(--gold);font-size:clamp(2.4rem,4.8vw,4.6rem);font-weight:400;letter-spacing:.02em}
.service-one-line{height:66px;margin-top:44px;position:relative}.service-one-line i{position:absolute;left:0;right:0;top:32px;height:2px;background:linear-gradient(90deg,rgba(182,154,103,.16),var(--gold) 42%,var(--gold) 78%,rgba(182,154,103,.12));box-shadow:0 0 15px rgba(182,154,103,.35)}.service-one-line b{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--ivory);border:2px solid var(--gold);right:20%;top:28px;box-shadow:0 0 15px rgba(182,154,103,.8);animation:linePulse 2.6s ease-in-out infinite}@keyframes linePulse{0%,100%{transform:scale(.72);opacity:.68}50%{transform:scale(1.15);opacity:1}}

@media(max-width:900px){.brand-logo img{width:160px}.service-intro,.service-connection-copy{grid-template-columns:1fr;gap:28px}.services-rest-note{display:none}.service-row-live{padding-right:46px}}
@media(max-width:680px){.nav-inner{height:70px}.brand-logo img{width:142px}.nav-links{top:70px}.services-film-hero{min-height:720px;height:94svh}.services-hero-copy{padding-bottom:62px}.services-hero-copy h1{font-size:3.35rem}.capability-list-section{padding:78px 0}.service-intro{padding-bottom:42px}.service-row-live{grid-template-columns:1fr;gap:14px;padding:34px 40px 34px 14px}.service-row-live:hover{transform:none}.service-row-live .service-arrow{right:10px}.footer-brand img{width:116px}}
@media(prefers-reduced-motion:reduce){.services-film-hero video{display:none}.services-film-hero{background:linear-gradient(135deg,#111315,#172B44)}.services-rest-note{opacity:1;transform:none}.service-one-line b{animation:none}}
