@font-face{font-family:Archivo;font-style:normal;font-weight:100 900;font-stretch:62% 125%;font-display:swap;src:url("../assets/fonts/archivo-variable-latin.woff2") format("woff2")}
@font-face{font-family:"IBM Plex Mono";font-style:normal;font-weight:400;font-display:swap;src:url("../assets/fonts/ibm-plex-mono-400-latin.woff2") format("woff2")}
@font-face{font-family:"IBM Plex Mono";font-style:normal;font-weight:500;font-display:swap;src:url("../assets/fonts/ibm-plex-mono-500-latin.woff2") format("woff2")}

:root{
  --bg:#020817;--bg-soft:#041025;--panel:#06142c;--paper:#f1f5fb;
  --text:#f5f7fb;--muted:#98a6ba;--muted-2:#64748b;--line:#183252;
  --orange:#f3953d;--orange-dark:#b34f22;--navy:#032451;
  --font:Archivo,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --mono:"IBM Plex Mono",ui-monospace,monospace;--ease:cubic-bezier(.22,.68,.26,1);
  --shell:1320px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:var(--bg)}
body{font-family:var(--font);font-size:16px;line-height:1.55;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;overflow-x:hidden}
::selection{background:var(--orange);color:var(--bg)}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{color:inherit}
:focus-visible{outline:2px solid var(--orange);outline-offset:4px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.shell{width:min(var(--shell),calc(100% - 112px));margin-inline:auto}
.skip-link{position:fixed;z-index:9999;left:18px;top:-80px;background:var(--paper);color:#000;padding:12px 18px;border-radius:4px}.skip-link:focus{top:18px}
h1,h2,h3{font-family:var(--font);font-weight:560;letter-spacing:-.045em;line-height:.96;text-wrap:balance}
h1{font-size:clamp(4rem,8vw,7.8rem)}
h2{font-size:clamp(3rem,5.7vw,5.5rem)}
h3{font-size:clamp(1.55rem,2.5vw,2.45rem)}
p{color:var(--muted)}
.kicker{font-family:var(--mono);font-size:.68rem;font-weight:500;letter-spacing:.13em;text-transform:uppercase;color:var(--orange);display:flex;align-items:center;gap:11px}.kicker::before{content:"";width:20px;height:1px;background:currentColor;transform-origin:left;animation:kickerPulse 3.4s ease-in-out infinite}.section-heading-centered .kicker{justify-content:center}
.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:52px;padding:0 25px;border:0;border-radius:999px;background:var(--orange);color:#080808;font-weight:650;font-size:.9rem;white-space:nowrap;transition:background .25s,transform .25s var(--ease),box-shadow .25s}.button:hover{background:#ffab5c;transform:translateY(-2px);box-shadow:0 12px 38px rgba(243,149,61,.2)}
.button-small{min-height:42px;padding-inline:20px;font-size:.78rem}
.nav-cta{font-size:.78rem;min-height:42px;padding-inline:20px}
.text-link{display:inline-block;padding-bottom:5px;border-bottom:1px solid var(--orange);font-weight:600;font-size:.9rem;transition:color .2s,border-color .2s,transform .2s}.text-link:hover{color:var(--orange);transform:translateX(3px)}
.scroll-progress{position:fixed;z-index:1000;left:0;top:0;width:100%;height:2px;background:linear-gradient(90deg,var(--orange),#ffd3a3);box-shadow:0 0 16px rgba(243,149,61,.45);transform:scaleX(0);transform-origin:left;pointer-events:none}

/* Header */
.site-header,#siteHeader{position:fixed;z-index:100;top:0;left:0;width:100%;background:rgba(2,8,23,.9);backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:border-color .25s,background .25s}
.site-header.scrolled,#siteHeader.scrolled{border-color:var(--line);background:rgba(2,8,23,.97)}
.site-nav{height:76px;width:min(100% - 72px,1320px);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:block;width:160px;flex:none}.brand img{width:100%;height:auto}
.nav-links{display:flex;align-items:center;gap:38px;margin-left:auto;margin-right:auto}
.nav-links .nav-mobile-project{display:none}
.nav-links>a:not(.button){font-size:.87rem;color:#98a6ba;transition:color .2s}.nav-links>a:hover,.nav-links>a.active{color:#fff}.nav-links>a.active{position:relative}.nav-links>a.active::after{content:"";position:absolute;left:0;right:0;bottom:-11px;height:1px;background:var(--orange)}
.burger{display:none;width:44px;height:44px;border:1px solid var(--line);background:transparent;border-radius:50%;align-items:center;justify-content:center;flex-direction:column;gap:7px}.burger span{width:18px;height:1px;background:#fff;transition:transform .25s}
.site-header.nav-open .burger span:first-child,#siteHeader.nav-open .burger span:first-child{transform:translateY(4px) rotate(45deg)}
.site-header.nav-open .burger span:last-child,#siteHeader.nav-open .burger span:last-child{transform:translateY(-4px) rotate(-45deg)}

/* Shared hero */
main{background:var(--bg)}
main>article>section:first-child,main>section:first-child{position:relative}.hero-ai-note{position:absolute;z-index:4;top:94px;right:max(18px,calc((100vw - var(--shell))/2));margin:0;color:#75849a;font-family:var(--mono);font-size:.58rem;font-weight:400;line-height:1;letter-spacing:.01em;white-space:nowrap;pointer-events:none}
section[id],article[id],.module-card[id]{scroll-margin-top:100px}
.hero{position:relative;padding-top:76px;background:var(--bg);overflow:hidden}
.hero-inner{text-align:center;position:relative;z-index:2;display:flex;align-items:center;flex-direction:column}
.hero-home .hero-inner{padding-top:clamp(110px,13vw,190px);padding-bottom:clamp(90px,10vw,145px)}
.hero h1{text-transform:uppercase;max-width:1120px;color:#f5f4f0}
.hero-lead{font-size:clamp(1.05rem,1.55vw,1.35rem);line-height:1.58;max-width:680px;margin:38px auto 0;color:var(--muted)}
.hero-actions{display:flex;align-items:center;gap:28px;margin-top:38px}
.hero-glow{position:absolute;inset:150px -10% auto;height:650px;background:radial-gradient(ellipse at 50% 65%,rgba(243,149,61,.14),transparent 60%);pointer-events:none;animation:glowDrift 9s ease-in-out infinite alternate}
.hero-image{height:min(41vw,560px);margin-top:84px;border:1px solid var(--line);border-radius:7px 7px 0 0;overflow:hidden;background:var(--panel);position:relative}
.hero-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,8,23,.08),rgba(2,8,23,.58))}
.hero-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.08)}
.hero-sub{min-height:690px;display:grid;align-items:center}
.hero-sub .hero-inner{padding-block:120px 90px}.hero-sub h1{max-width:1180px;font-size:clamp(3.8rem,7vw,7rem)}
.fade-item{opacity:1;transform:none}
.hero.play .fade-item,.about-hero.play .fade-item{animation:rise .75s var(--ease) both}.hero.play .delay-1,.about-hero.play .delay-1{animation-delay:.08s}.hero.play .delay-2,.about-hero.play .delay-2{animation-delay:.16s}.hero.play .delay-3{animation-delay:.24s}
@keyframes rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@keyframes glowDrift{0%{transform:translate3d(-2%,0,0) scale(.96);opacity:.75}100%{transform:translate3d(2%,-16px,0) scale(1.04);opacity:1}}
@keyframes kickerPulse{0%,100%{transform:scaleX(.55);opacity:.55}50%{transform:scaleX(1);opacity:1}}
.reveal{opacity:1;transform:none}.reveal.in{animation:revealIn .7s var(--ease) both}.reveal.revealed{animation:none}
@keyframes revealIn{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}

/* Home */
.discipline-strip{border-block:1px solid var(--line)}
.section{padding:clamp(105px,11vw,170px) 0}
.section-heading{max-width:900px;margin-bottom:clamp(60px,7vw,100px)}.section-heading h2{margin:24px 0 30px}.section-heading>p:last-child{font-size:1.08rem;line-height:1.65;max-width:630px}.section-heading-centered{text-align:center;margin-inline:auto}.section-heading-centered>p:last-child{margin-inline:auto}
.problem-section{background:var(--bg)}.problem-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:68px;align-items:stretch}.problem-list{border-top:1px solid var(--line)}.problem-item{border-bottom:1px solid var(--line)}.problem-item summary{width:100%;padding:27px 0;list-style:none;display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:1.22rem;font-weight:550;cursor:pointer;transition:color .2s,padding-left .2s}.problem-item summary::-webkit-details-marker{display:none}.problem-item summary:hover{color:var(--orange);padding-left:7px}.problem-item summary b{font-size:0;font-weight:350;color:var(--orange)}.problem-item summary b::before{content:"+";font-size:1.3rem}.problem-item[open] summary b::before{content:"−"}.problem-item>p{max-height:0;overflow:hidden;opacity:0;transition:max-height .35s,opacity .35s,padding .35s;padding-right:42px}.problem-item[open]>p{max-height:160px;opacity:1;padding-bottom:30px}.problem-media{min-height:590px;border-radius:7px;overflow:hidden;background:var(--panel)}.problem-media img{width:100%;height:100%;object-fit:cover;object-position:center 35%;filter:saturate(.55) contrast(1.08)}
.outcome-section{background:#030b1c}.outcome-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:7px;overflow:hidden;background:var(--line)}.outcome-card{--outcome-progress:0;position:relative;isolation:isolate;min-height:540px;padding:34px 32px;border:0;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;background:var(--bg);overflow:hidden;transition:background .5s var(--ease),color .5s var(--ease),transform .5s var(--ease),box-shadow .5s var(--ease)}.outcome-card::before{content:"";position:absolute;z-index:2;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--orange),#ffd3a3);transform:scaleX(var(--outcome-progress));transform-origin:left}.outcome-card:last-child{border:0}.outcome-card>span{font-size:clamp(5rem,9vw,9rem);font-weight:250;letter-spacing:-.08em;color:#6f8098;transition:color .45s,transform .45s var(--ease)}.outcome-card small{display:inline-block;font-family:var(--mono);font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;padding:8px 12px;border:1px solid var(--line);border-radius:999px;color:#9babc0;margin-bottom:18px;transition:border-color .4s,color .4s}.outcome-card h3{font-size:1.75rem;margin-bottom:15px}.outcome-card p{font-size:.9rem}.outcome-card.active{z-index:1;background:var(--paper);color:#06142c;box-shadow:0 20px 55px rgba(0,0,0,.18)}.outcome-card.active>span{color:#53657b;transform:translateY(-5px)}.outcome-card.active p{color:#526174}.outcome-card.active small{border-color:#cbd6e5;color:#24364f}
.services-section{background:var(--bg)}.service-stacks{display:grid;gap:22px}.service-stack{--mx:20%;--my:20%;min-height:590px;padding:54px 52px;border:1px solid var(--line);border-radius:7px;background:radial-gradient(circle at var(--mx) var(--my),rgba(243,149,61,.09),transparent 34%),linear-gradient(135deg,rgba(8,28,58,.78),rgba(3,11,28,.96));display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.85fr);gap:80px;align-items:end;overflow:hidden;transition:border-color .35s,transform .35s var(--ease),box-shadow .35s}.service-stack:hover{border-color:#28527e;transform:translateY(-3px);box-shadow:0 26px 80px rgba(0,0,0,.22)}.service-copy>span{font-family:var(--mono);font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);display:inline-block;margin-bottom:28px}.service-copy h3{font-size:clamp(3rem,5vw,5rem);margin-bottom:26px}.service-copy p{font-size:1.05rem;max-width:550px;margin-bottom:30px}.service-copy a{font-size:.85rem;font-weight:600;border-bottom:1px solid var(--orange);padding-bottom:4px}.service-stack ul{list-style:none;border-top:1px solid var(--line)}.service-stack li{padding:22px 8px;border-bottom:1px solid var(--line);font-size:1.08rem;color:#d8e0eb;transition:color .2s,padding-left .25s}.service-stack li:hover{color:#fff;padding-left:15px}.service-stack li::before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--orange);margin-right:18px;vertical-align:2px;transition:transform .25s,box-shadow .25s}.service-stack li:hover::before{transform:scale(1.45);box-shadow:0 0 14px rgba(243,149,61,.6)}
.agency-standard-section{background:var(--paper);color:#06142c}.agency-standard-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:clamp(60px,9vw,140px);align-items:end;margin-bottom:70px}.agency-standard-head .kicker{color:var(--orange-dark)}.agency-standard-head h2{font-size:clamp(3rem,5.4vw,5.3rem);margin-top:24px}.agency-standard-head>p{max-width:620px;font-size:1.08rem;line-height:1.72;color:#4d5b6e}.agency-standard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.agency-standard-card{min-height:410px;padding:30px 27px;border:1px solid #ccd7e5;border-radius:7px;background:#edf2f8;display:flex;flex-direction:column;transition:transform .3s var(--ease),border-color .3s,box-shadow .3s}.agency-standard-card:hover{transform:translateY(-5px);border-color:#8da6c2;box-shadow:0 22px 55px rgba(16,43,76,.1)}.agency-standard-card>span{font-family:var(--mono);font-size:.65rem;color:var(--orange-dark);margin-bottom:auto}.agency-standard-card small{display:block;margin-bottom:13px;font-family:var(--mono);font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:#6d8198}.agency-standard-card h3{font-size:1.85rem;line-height:1.04;margin-bottom:17px}.agency-standard-card p{font-size:.9rem;line-height:1.62;color:#526176}.agency-brand-signature{margin-top:54px;padding-top:30px;border-top:1px solid #ccd7e5;display:flex;align-items:center;justify-content:space-between;gap:35px}.agency-brand-signature img{width:210px;height:auto}.agency-brand-signature p{font-family:var(--mono);font-size:.62rem;letter-spacing:.09em;text-transform:uppercase;color:#6d8198;text-align:right}
.process-section{background:var(--bg-soft)}.process-grid{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.process-grid li{min-height:500px;padding:35px 40px;border-right:1px solid var(--line);display:flex;flex-direction:column;transition:background .3s}.process-grid li:hover{background:rgba(14,41,77,.35)}.process-grid li:first-child{padding-left:0}.process-grid li:last-child{border:0;padding-right:0}.process-grid li>span{font-size:clamp(4rem,7vw,7.5rem);font-weight:250;color:#667990;letter-spacing:-.08em;margin-bottom:auto;transition:color .3s,transform .3s}.process-grid li:hover>span{color:var(--orange);transform:translateY(-5px)}.process-grid small{font-family:var(--mono);font-size:.61rem;color:var(--orange);text-transform:uppercase;letter-spacing:.1em;margin-bottom:18px}.process-grid h3{font-size:1.65rem;line-height:1.08;margin-bottom:19px}.process-grid p{font-size:.9rem}
.founder-section{background:var(--paper);color:#070707}.founder-grid{display:grid;grid-template-columns:minmax(360px,.8fr) 1.2fr;gap:clamp(65px,9vw,140px);align-items:center}.founder-image{height:min(67vw,720px);overflow:hidden;border-radius:6px;background:#111}.founder-image img{width:100%;height:100%;object-fit:cover;object-position:center 15%}.founder-copy .kicker{color:var(--orange-dark)}.founder-copy h2{font-size:clamp(3rem,5.6vw,5.6rem);margin:24px 0 34px}.founder-copy p:not(.kicker){font-size:1.1rem;line-height:1.68;max-width:690px;color:#505050;margin-bottom:34px}.founder-copy .text-link{color:#090909}
.closing-cta{padding:clamp(120px,14vw,210px) 0;background:var(--bg);text-align:center;position:relative;overflow:hidden}.closing-cta::before{content:"";position:absolute;width:650px;height:650px;left:50%;top:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(243,149,61,.08),transparent 65%);pointer-events:none;animation:glowDrift 9s ease-in-out infinite alternate}.closing-cta .shell{position:relative}.closing-cta h2{font-size:clamp(4rem,8vw,8rem);text-transform:uppercase;margin:26px 0 45px}

/* Modules */
.modules-section{padding:20px 0 150px;background:var(--bg)}.module-filters{display:flex;gap:10px;overflow-x:auto;padding:10px 0 38px;scrollbar-width:none}.module-filters::-webkit-scrollbar{display:none}.module-filters button{border:1px solid var(--line);background:#07172f;border-radius:999px;padding:13px 20px;white-space:nowrap;font-size:.78rem;cursor:pointer;transition:background .25s,border-color .25s,transform .25s}.module-filters button:hover{border-color:#315b86;transform:translateY(-2px)}.module-filters button.active{background:var(--orange);color:#080808;border-color:var(--orange)}
.module-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.module-group{display:contents}.module-group[hidden]{display:none}.module-card{--mx:20%;--my:20%;min-height:320px;padding:28px 26px;border:1px solid var(--line);border-radius:7px;background:radial-gradient(circle at var(--mx) var(--my),rgba(243,149,61,.075),transparent 35%),#030b1c;display:flex;flex-direction:column;transition:border-color .3s,transform .3s var(--ease),box-shadow .3s}.module-card:hover{border-color:#315b86;transform:translateY(-5px);box-shadow:0 22px 55px rgba(0,0,0,.22)}.module-card[hidden]{display:none}.module-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#0a1d3a;color:var(--orange);font-family:var(--mono);font-size:.66rem;margin-bottom:auto;transition:transform .35s var(--ease),background .35s}.module-card:hover .module-icon{transform:translateY(-4px) rotate(5deg);background:#10294e}.module-card small{font-family:var(--mono);font-size:.58rem;color:var(--orange);text-transform:uppercase;letter-spacing:.08em;margin-bottom:13px}.module-card h3{font-size:1.45rem;line-height:1.08;margin-bottom:15px}.module-card p{font-size:.86rem;line-height:1.55}.module-guidance{background:var(--paper);color:#080808}.guidance-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(60px,10vw,150px);align-items:end}.guidance-grid .kicker{color:var(--orange-dark)}.guidance-grid h2{font-size:clamp(3rem,5.5vw,5.3rem);margin-top:24px}.guidance-grid>div:last-child p{font-size:1.08rem;line-height:1.7;color:#535353;margin-bottom:30px}
.visual-journal{padding:0 0 clamp(105px,11vw,170px);background:var(--bg)}.visual-journal-grid{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(300px,.62fr);gap:18px}.visual-journal figure{height:540px;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:var(--panel)}.visual-journal img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.05)}.visual-journal-detail img{object-position:center}.visual-journal figcaption{position:absolute;left:0;right:0;bottom:0;padding:55px 25px 23px;background:linear-gradient(transparent,rgba(2,8,23,.94));font-family:var(--mono);font-size:.64rem;letter-spacing:.08em;text-transform:uppercase;color:#d4deeb}.visual-journal figcaption span{color:var(--orange);margin-right:12px}

/* About */
.about-hero{padding-top:76px;background:var(--bg);min-height:930px;display:grid;align-items:center}.about-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:clamp(60px,8vw,130px);align-items:center;padding-block:90px}.about-hero h1{text-transform:uppercase;font-size:clamp(3.6rem,6.5vw,6.5rem);margin:24px 0 36px}.about-hero-copy .hero-lead{margin:0;max-width:660px}.about-hero-image{height:700px;border-radius:7px;overflow:hidden;position:relative}.about-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 15%;filter:saturate(.72)}.about-hero-image figcaption{position:absolute;left:0;right:0;bottom:0;padding:30px;background:linear-gradient(transparent,rgba(2,8,23,.92));display:flex;flex-direction:column}.about-hero-image figcaption span{font-size:.76rem;color:#a4b2c5}
.story-section{background:var(--paper);color:#080808}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(70px,11vw,170px)}.story-grid h2{font-size:clamp(3rem,5.5vw,5.4rem);margin-top:24px}.story-grid .kicker{color:var(--orange-dark)}.story-copy p{font-size:1.08rem;line-height:1.75;color:#4f4f4f;margin-bottom:24px}
.about-gallery{padding-top:0;background:var(--paper)}.gallery-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:18px;height:680px}.gallery-grid figure{overflow:hidden;border-radius:7px}.gallery-grid img{width:100%;height:100%;object-fit:cover}.gallery-grid figure:last-child img{object-position:center 36%}
.principles-section{background:var(--bg)}.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line)}.principles-grid article{min-height:390px;padding:35px 40px;border-right:1px solid var(--line);display:flex;flex-direction:column;transition:background .3s}.principles-grid article:hover{background:rgba(14,41,77,.32)}.principles-grid article:first-child{padding-left:0}.principles-grid article:last-child{padding-right:0;border:0}.principles-grid span{font-family:var(--mono);font-size:.65rem;color:var(--orange);margin-bottom:auto}.principles-grid h3{font-size:2rem;margin-bottom:17px}.principles-grid p{font-size:.9rem}
.method-section{background:var(--bg-soft)}

/* Career */
.career-hero{min-height:900px;padding-top:76px;background:var(--bg);display:grid;align-items:center}.career-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(390px,.65fr);gap:clamp(65px,8vw,125px);align-items:center;padding-block:120px 90px}.career-hero h1{max-width:850px;font-size:clamp(3.5rem,6.3vw,6.5rem);text-transform:uppercase}.career-hero-copy .hero-lead{margin:34px 0 0;max-width:720px}.career-hero-copy .hero-actions{justify-content:flex-start}.career-role-card{--mx:20%;--my:15%;min-height:570px;padding:42px;border:1px solid var(--line);border-radius:7px;background:radial-gradient(circle at var(--mx) var(--my),rgba(243,149,61,.11),transparent 36%),linear-gradient(145deg,#092044,#030b1c 70%);display:flex;flex-direction:column;transition:border-color .35s,transform .35s var(--ease),box-shadow .35s}.career-role-card:hover{border-color:#315b86;transform:translateY(-4px);box-shadow:0 28px 80px rgba(0,0,0,.25)}.career-role-status{display:flex;align-items:center;gap:10px;font-family:var(--mono);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:#b5c3d5}.career-role-status::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 6px rgba(243,149,61,.09);animation:careerPulse 2.4s ease-in-out infinite}.career-role-card h2{max-width:100%;font-size:clamp(2.1rem,3.2vw,3.2rem);line-height:1.02;margin:55px 0 24px;hyphens:manual;overflow-wrap:break-word;word-break:normal}.career-role-card>p{font-size:1rem;max-width:430px}.career-role-meta{margin-top:auto;border-top:1px solid var(--line);display:grid;grid-template-columns:auto minmax(0,1fr)}.career-role-meta dt,.career-role-meta dd{padding:16px 0;border-bottom:1px solid var(--line)}.career-role-meta dt{font-family:var(--mono);font-size:.58rem;text-transform:uppercase;letter-spacing:.08em;color:#71849f}.career-role-meta dd{font-size:.85rem;text-align:right;color:#e0e7f0}.career-role-meta strong{color:var(--orange);font-weight:650}
.career-role-card h2 span{display:block;margin-top:14px;font-family:var(--mono);font-size:.28em;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:#91a3ba}
.career-hero h1{font-size:clamp(3.5rem,5.25vw,4.8rem)}.about-hero-copy,.career-hero-copy,.career-role-card,.service-copy,.career-panel{min-width:0}.career-cta .button{max-width:100%}
@keyframes careerPulse{0%,100%{box-shadow:0 0 0 4px rgba(243,149,61,.07)}50%{box-shadow:0 0 0 9px rgba(243,149,61,.14)}}
.career-intro{background:var(--paper);color:#06142c}.career-intro-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:clamp(70px,10vw,155px);align-items:start}.career-intro .kicker,.career-commission .kicker{color:var(--orange-dark)}.career-intro h2{font-size:clamp(3rem,5.5vw,5.5rem);margin-top:24px}.career-intro-copy>p{font-size:1.12rem;line-height:1.75;color:#4d5b6e;margin-bottom:24px}.career-intro-points{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:42px}.career-intro-points li{min-height:120px;padding:22px;border:1px solid #ccd7e5;border-radius:6px;display:flex;flex-direction:column;justify-content:space-between;color:#1b2c43;font-weight:580}.career-intro-points small{font-family:var(--mono);font-size:.58rem;letter-spacing:.08em;text-transform:uppercase;color:var(--orange-dark)}
.career-intro-visual{height:330px;margin-top:18px;position:relative;overflow:hidden;border:1px solid #ccd7e5;border-radius:7px;background:#dce4ed}.career-intro-visual img{width:100%;height:100%;object-fit:cover;object-position:center 34%;filter:saturate(.72) contrast(1.04)}.career-intro-visual figcaption{position:absolute;left:0;right:0;bottom:0;padding:52px 22px 20px;background:linear-gradient(transparent,rgba(2,8,23,.92));color:#dce5f0;font-size:.82rem}.career-intro-visual figcaption span{display:block;margin-bottom:4px;font-family:var(--mono);font-size:.58rem;letter-spacing:.08em;text-transform:uppercase;color:var(--orange)}
.career-role-section{background:var(--bg-soft)}.career-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.career-detail-card{--mx:20%;--my:15%;min-height:380px;padding:34px 30px;border:1px solid var(--line);border-radius:7px;background:radial-gradient(circle at var(--mx) var(--my),rgba(243,149,61,.07),transparent 35%),var(--bg);display:flex;flex-direction:column;transition:border-color .3s,transform .3s var(--ease),box-shadow .3s}.career-detail-card:hover{border-color:#315b86;transform:translateY(-5px);box-shadow:0 22px 55px rgba(0,0,0,.2)}.career-detail-card>span{font-family:var(--mono);font-size:.62rem;color:var(--orange);margin-bottom:auto}.career-detail-card h3{font-size:2rem;margin:40px 0 18px}.career-detail-card p{font-size:.92rem}.career-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(60px,9vw,130px);margin-top:clamp(85px,10vw,145px)}.career-panel h3{font-size:clamp(2.4rem,4vw,4rem);margin:22px 0 38px}.career-list{list-style:none;border-top:1px solid var(--line)}.career-list li{position:relative;padding:19px 0 19px 30px;border-bottom:1px solid var(--line);color:#c9d3e1}.career-list li::before{content:"";position:absolute;left:2px;top:29px;width:7px;height:7px;border-radius:50%;background:var(--orange)}
.career-commission{background:var(--paper);color:#06142c}.career-commission-grid{display:grid;grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);gap:clamp(70px,10vw,160px);align-items:center}.career-commission-number{display:flex;align-items:flex-start;font-size:clamp(8rem,17vw,16rem);line-height:.75;font-weight:260;letter-spacing:-.1em;color:#14345d}.career-commission-number span{font-size:.28em;line-height:1;margin:8px 0 0 12px;color:var(--orange-dark);letter-spacing:-.04em}.career-commission-copy h2{font-size:clamp(3rem,5.5vw,5.5rem);margin:24px 0 34px}.career-commission-copy>p{font-size:1.1rem;line-height:1.72;color:#4e5c6f;margin-bottom:22px}.career-commission-note{margin-top:35px;padding:22px 24px;border-left:3px solid var(--orange-dark);background:#e5ebf4;color:#26384f!important;font-size:.94rem!important}
.career-faq{background:var(--bg)}.career-faq-grid{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);gap:clamp(70px,10vw,150px);align-items:start}.career-faq h2{font-size:clamp(3rem,5vw,5rem);margin-top:24px}.career-faq-list{border-top:1px solid var(--line)}.career-faq details{border-bottom:1px solid var(--line)}.career-faq summary{list-style:none;cursor:pointer;padding:25px 52px 25px 0;font-size:1.12rem;font-weight:570;position:relative}.career-faq summary::-webkit-details-marker{display:none}.career-faq summary::after{content:"+";position:absolute;right:4px;top:22px;font-size:1.45rem;font-weight:300;color:var(--orange);transition:transform .3s}.career-faq details[open] summary::after{transform:rotate(45deg)}.career-faq details p{max-width:750px;padding:0 50px 28px 0;font-size:.94rem;line-height:1.7}.career-cta .kicker{justify-content:center}

/* Contact */
.contact-hero{min-height:640px}.contact-section{padding:0 0 150px;background:var(--bg)}.contact-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:22px;align-items:start}.contact-form-wrap,.contact-aside-new{border:1px solid var(--line);border-radius:7px;background:var(--bg-soft);transition:border-color .3s,box-shadow .3s}.contact-form-wrap:hover,.contact-aside-new:hover{border-color:#294f79;box-shadow:0 24px 70px rgba(0,0,0,.18)}.contact-form-wrap{padding:52px}.form-heading{margin-bottom:48px}.form-heading h2{font-size:clamp(2.6rem,4vw,4rem);margin:20px 0 15px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{margin-bottom:24px}.field label{display:block;font-family:var(--mono);font-size:.64rem;letter-spacing:.08em;text-transform:uppercase;color:#a8b6c9;margin-bottom:10px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:5px;background:#07172f;color:#fff;padding:15px 16px;transition:border-color .2s,box-shadow .2s,background .2s}.field input,.field select{height:54px}.field textarea{min-height:180px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--orange);background:#091b38;box-shadow:0 0 0 3px rgba(243,149,61,.09)}.field select{color-scheme:dark}.err-msg{display:none;font-size:.78rem;color:#ff8169;margin-top:7px}.field.error .err-msg{display:block}.field.error input,.field.error textarea{border-color:#ff8169}.form-submit{display:flex;align-items:center;gap:25px;margin-top:8px}.form-submit p{font-size:.75rem;max-width:330px}.form-submit p a{text-decoration:underline}.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.form-error,.form-success{padding:28px;border:1px solid var(--line);border-radius:5px}.form-error h2,.form-success h2{font-size:1.8rem;margin-bottom:12px}
.contact-aside-new{overflow:hidden}.contact-aside-new figure{height:480px}.contact-aside-new figure img{width:100%;height:100%;object-fit:cover;filter:saturate(.65)}.contact-aside-new>div{padding:38px}.contact-aside-new h2{font-size:2.2rem;margin:20px 0}.contact-mail{display:inline-block;color:var(--orange);margin-bottom:30px}.contact-aside-new dl{border-top:1px solid var(--line)}.contact-aside-new dt{font-family:var(--mono);font-size:.6rem;text-transform:uppercase;color:#788aa3;padding-top:18px}.contact-aside-new dd{padding:6px 0 18px;border-bottom:1px solid var(--line);font-size:.9rem;color:#d5deea}

.form-heading .form-required-note{margin-top:12px;font-family:var(--mono);font-size:.64rem;color:#a8b6c9}.form-required-note span{color:var(--orange)}

/* Footer */
.site-footer,footer{background:var(--bg);border-top:1px solid var(--line)}.social-rail{min-height:118px;display:grid;grid-template-columns:minmax(170px,1fr) repeat(3,minmax(180px,220px));gap:12px;align-items:center;border-bottom:1px solid var(--line)}.social-rail-label{font-family:var(--mono);font-size:.64rem;letter-spacing:.1em;text-transform:uppercase;color:#72839a}.social-platform{min-height:72px;padding:10px 13px;border:1px solid var(--line);border-radius:7px;display:flex;align-items:center;gap:11px;color:#dbe4ef;transition:border-color .25s,background .25s,color .25s,transform .25s,box-shadow .25s}.social-platform:hover{border-color:#315b86;background:#07172f;color:#fff;transform:translateY(-3px);box-shadow:0 14px 35px rgba(0,0,0,.18)}.social-platform-icon{width:38px;height:38px;flex:0 0 38px;border-radius:50%;display:grid;place-items:center;background:#0c2343;color:var(--orange);transition:background .25s,color .25s,transform .25s}.social-platform:hover .social-platform-icon{background:var(--orange);color:#06142c;transform:scale(1.05)}.social-platform-icon svg{width:17px;height:17px}.social-platform-linkedin svg,.social-platform-facebook svg{fill:currentColor}.social-platform-instagram svg{fill:none;stroke:currentColor;stroke-width:1.8}.social-platform-instagram .dot{fill:currentColor;stroke:none}.social-platform-copy{min-width:0;display:flex;flex-direction:column;line-height:1.15}.social-platform-copy small{font-family:var(--mono);font-size:.6rem;letter-spacing:.08em;text-transform:uppercase;color:#7588a2}.social-platform-copy strong{margin-top:4px;font-size:.82rem;font-weight:600}.social-platform-arrow{margin-left:auto;color:var(--orange);font-size:.92rem}.footer-grid{padding:76px 0;display:grid;grid-template-columns:1.7fr .65fr .65fr;gap:70px}.footer-brand{width:165px;margin-bottom:25px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-grid p{margin-bottom:8px}.footer-grid h2{font-family:var(--mono);font-size:.64rem;letter-spacing:.1em;text-transform:uppercase;color:#72839a;margin-bottom:14px}.footer-grid a{font-size:.88rem;color:#aebacb;transition:color .2s,transform .2s}.footer-grid a:hover{color:#fff;transform:translateX(2px)}.footer-bottom{min-height:68px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#72839a}.footer-bottom a{color:#9aabc0}

/* Legal and error pages */
.legal-page,.legal-page main{background:var(--bg)}.legal{width:min(980px,calc(100% - 112px));margin-inline:auto;padding:150px 0 120px;text-align:left}.legal h1{font-size:clamp(3.5rem,7vw,6rem);margin:20px 0}.legal-lead{font-size:1.1rem;margin-bottom:50px}.legal-card{border-top:1px solid var(--line)}.legal-section{padding:34px 0;border-bottom:1px solid var(--line)}.legal-section h2{font-size:1.45rem;margin-bottom:15px}.legal-section p,.legal-section li{color:#aab6c7;line-height:1.7;margin:10px 0}.legal-section ul,.legal-section ol{padding-left:1.35rem}.legal-section a{color:var(--orange);overflow-wrap:anywhere}
.error-section{min-height:720px;padding-top:76px;display:grid;align-items:center;background:radial-gradient(circle at 72% 38%,rgba(243,149,61,.08),transparent 34%),var(--bg)}.error-content{padding-block:100px}.error-content h1{max-width:880px;margin:26px 0 30px;text-transform:uppercase}.error-content>p:last-of-type{max-width:600px;font-size:1.1rem}.error-content .hero-actions{justify-content:flex-start}

/* Motion layer */
.hero-image img,.problem-media img,.founder-image img,.about-hero-image img,.gallery-grid img,.visual-journal img,.career-intro-visual img,.contact-aside-new figure img{--parallax:0px;transform:translate3d(0,var(--parallax),0) scale(1.06);transition:transform .8s var(--ease),filter .4s}.hero-image:hover img,.problem-media:hover img,.founder-image:hover img,.about-hero-image:hover img,.gallery-grid figure:hover img,.visual-journal figure:hover img,.career-intro-visual:hover img,.contact-aside-new figure:hover img{transform:translate3d(0,var(--parallax),0) scale(1.085)}

@media (max-width:1100px){
  .shell{width:min(100% - 64px,var(--shell))}.site-nav{width:calc(100% - 48px)}.legal{width:calc(100% - 64px)}
  .agency-standard-grid{grid-template-columns:repeat(2,1fr)}.agency-standard-card{min-height:330px}
  .module-grid{grid-template-columns:repeat(3,1fr)}
  .visual-journal figure{height:460px}
  .outcome-grid{grid-template-columns:repeat(2,1fr)}.outcome-card{min-height:390px;border-bottom:1px solid var(--line)}.outcome-card:nth-child(2){border-right:0}
  .problem-grid{grid-template-columns:1fr 1fr;gap:40px}.problem-media{min-height:520px}
  .service-stack{grid-template-columns:1fr 370px;gap:45px;min-height:520px}
  .about-hero-grid{grid-template-columns:1.1fr .9fr}.about-hero-image{height:650px}
  .contact-layout{grid-template-columns:1fr 360px}.contact-form-wrap{padding:38px}
  .career-hero-grid{grid-template-columns:minmax(0,1fr) 370px;gap:50px}.career-role-card{padding:34px}.career-role-card h2{font-size:2.45rem}.career-detail-card{min-height:350px}
}

@media (max-width:820px){
  body.menu-open{overflow:hidden}
  .hero-ai-note{top:88px;right:24px;font-size:.56rem}
  .site-nav{height:68px}.brand{width:132px}.nav-cta{display:none}.burger{display:flex}.nav-links{position:absolute;top:68px;left:0;right:0;margin:0;padding:18px 24px 26px;background:#020817;border-bottom:1px solid var(--line);display:flex;flex-direction:column;align-items:stretch;gap:0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:.25s}.nav-links a{padding:17px 0;border-bottom:1px solid var(--line);font-size:1.05rem!important}.nav-links .nav-mobile-project{display:block;color:var(--orange)}.nav-links a.active::after{display:none}.site-header.nav-open .nav-links,#siteHeader.nav-open .nav-links{opacity:1;visibility:visible;transform:none}
  .hero,.about-hero{padding-top:68px}.hero-home .hero-inner{padding-top:105px}.hero-home h1{font-size:clamp(3.2rem,11vw,5rem)}.hero-image{height:440px;margin-top:62px}.hero-sub{min-height:590px}.hero-sub .hero-inner{padding-block:105px 70px}.hero-sub h1{font-size:clamp(3rem,10vw,5rem)}
  .problem-grid,.founder-grid,.guidance-grid,.story-grid,.contact-layout{grid-template-columns:1fr}.problem-media{height:560px}.outcome-card{min-height:360px}.service-stack{grid-template-columns:1fr;min-height:0;padding:46px 38px}.service-stack ul{margin-top:38px}
  .process-grid{grid-template-columns:1fr}.process-grid li{min-height:360px;padding:34px 0!important;border-right:0;border-bottom:1px solid var(--line)}.process-grid li>span{margin-bottom:70px}
  .founder-image{height:700px;max-width:560px}.module-grid{grid-template-columns:repeat(2,1fr)}
  .about-hero{min-height:auto}.about-hero-grid{grid-template-columns:1fr;padding-block:95px 70px}.about-hero h1{font-size:clamp(3.2rem,9vw,5rem)}.about-hero-image{height:700px;max-width:560px}.gallery-grid{height:560px}.principles-grid{grid-template-columns:1fr}.principles-grid article{min-height:300px;padding:32px 0!important;border-right:0;border-bottom:1px solid var(--line)}
  .contact-aside-new{display:grid;grid-template-columns:1fr 1fr}.contact-aside-new figure{height:100%}
  .visual-journal-grid{grid-template-columns:1fr 1fr}.visual-journal figure{height:400px}
  .career-hero{min-height:auto;padding-top:68px}.career-hero-grid{grid-template-columns:1fr;padding-block:95px 70px}.career-hero h1{font-size:clamp(3.2rem,9vw,5rem)}.career-role-card{min-height:520px}.career-intro-grid,.career-split,.career-commission-grid,.career-faq-grid{grid-template-columns:1fr}.career-detail-grid{grid-template-columns:1fr}.career-detail-card{min-height:300px}.career-split{gap:75px}.career-commission-number{font-size:11rem}.career-faq-grid{gap:55px}
  .agency-standard-head{grid-template-columns:1fr;gap:30px}.social-rail{padding:28px 0;min-height:0;grid-template-columns:repeat(3,1fr)}.social-rail-label{grid-column:1/-1;margin-bottom:4px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:35px}
}

@media (max-width:560px){
  .shell{width:calc(100% - 32px)}.site-nav{width:calc(100% - 32px)}.legal{width:calc(100% - 32px)}
  section[id],article[id],.module-card[id]{scroll-margin-top:82px}
  h2{font-size:2.8rem}.section{padding:92px 0}.section-heading{margin-bottom:52px}.section-heading h2{margin-top:19px}.section-heading>p:last-child{font-size:.98rem}
  .hero-home .hero-inner{padding-top:78px}.hero-home h1{font-size:2.8rem;line-height:.94}.hero-lead{font-size:1rem;margin-top:26px}.hero-actions{width:100%;flex-direction:column;gap:19px;margin-top:31px}.hero-actions .button{width:100%}.hero-image{width:100%;height:280px;margin-top:50px;border-left:0;border-right:0;border-radius:0}.hero-sub{min-height:530px}.hero-sub .hero-inner{padding-block:78px 58px}.hero-sub h1{font-size:2.75rem;line-height:.95}.hero-sub .hero-lead{font-size:.98rem}
  .problem-grid{gap:36px}.problem-item summary{font-size:1rem;padding:23px 0}.problem-item>p{font-size:.88rem}.problem-media{height:390px;min-height:0}
  .outcome-grid{grid-template-columns:1fr}.outcome-card{min-height:310px;padding:28px 24px;border-right:0}.outcome-card>span{font-size:5rem}.outcome-card h3{font-size:1.55rem}
  .service-stack{padding:35px 24px;gap:20px}.service-copy h3{font-size:2.65rem;hyphens:manual;overflow-wrap:break-word}.service-copy p{font-size:.95rem}.service-stack li{font-size:.95rem;padding:18px 4px}
  .process-grid li{min-height:330px}.process-grid li>span{font-size:5rem;margin-bottom:60px}.process-grid h3{font-size:1.45rem}
  .founder-image{height:540px}.founder-copy h2{font-size:2.75rem}.closing-cta h2{font-size:3.15rem}
  .module-filters{margin-right:0;padding-right:0;overflow:visible;flex-wrap:wrap}.module-filters button{flex:1 1 auto}.module-grid{grid-template-columns:1fr}.module-card{min-height:250px;padding:24px}.module-guidance h2{font-size:2.7rem}
  .visual-journal-grid{grid-template-columns:1fr}.visual-journal figure{height:300px}.visual-journal-detail{height:260px!important}.visual-journal figcaption{padding:45px 18px 18px;font-size:.58rem}
  .about-hero-grid{padding-block:78px 50px}.about-hero h1{font-size:2.12rem;line-height:1;hyphens:manual;overflow-wrap:break-word}.about-hero-image{height:540px}.story-grid h2{font-size:2.75rem}.story-copy p{font-size:1rem}.gallery-grid{grid-template-columns:1fr;height:auto}.gallery-grid figure{height:310px}.gallery-grid figure:last-child{height:450px}
  .contact-hero{min-height:500px}.contact-section{padding-bottom:90px}.contact-form-wrap{padding:28px 20px}.form-row{grid-template-columns:1fr;gap:0}.form-submit{align-items:stretch;flex-direction:column}.form-submit .button{width:100%}.contact-aside-new{grid-template-columns:1fr}.contact-aside-new figure{height:380px}.contact-aside-new>div{padding:28px 22px}
  .career-hero-grid{padding-block:78px 55px}.career-hero h1{font-size:2.7rem;line-height:.95;hyphens:manual;overflow-wrap:break-word}.career-hero-copy .hero-lead{font-size:.98rem;margin-top:26px}.career-role-card{min-height:475px;padding:27px 23px}.career-role-card h2{font-size:2.1rem;margin-top:42px}.career-role-meta{grid-template-columns:1fr}.career-role-meta dt{padding:13px 0 0;border:0}.career-role-meta dd{padding:4px 0 13px;text-align:left}.career-intro h2,.career-commission-copy h2,.career-faq h2{font-size:2.75rem}.career-intro-grid{gap:45px}.career-intro-points{grid-template-columns:1fr}.career-detail-card{min-height:280px;padding:28px 24px}.career-detail-card h3{font-size:1.8rem}.career-panel h3{font-size:2.5rem}.career-commission-grid{gap:45px}.career-commission-number{font-size:8.5rem}.career-faq summary{font-size:1rem;padding-right:42px}.career-cta .button{width:100%;white-space:normal;line-height:1.25;text-align:center;padding-block:12px;overflow-wrap:anywhere}
  .career-intro-visual{height:245px;margin-top:8px}
  .agency-standard-head{margin-bottom:45px}.agency-standard-head h2{font-size:2.75rem}.agency-standard-grid{grid-template-columns:1fr}.agency-standard-card{min-height:285px;padding:25px 23px}.agency-standard-card h3{font-size:1.65rem}.agency-brand-signature{margin-top:38px;padding-top:25px;align-items:flex-start;flex-direction:column;gap:18px}.agency-brand-signature img{width:190px}.agency-brand-signature p{text-align:left;line-height:1.6}.social-rail{padding:28px 0;grid-template-columns:1fr;gap:10px}.social-rail-label{grid-column:auto;margin-bottom:5px}.social-platform{min-height:70px;padding:10px 12px}.social-platform-copy small{font-size:.6rem}.social-platform-copy strong{font-size:.86rem}.footer-grid{grid-template-columns:1fr;padding:58px 0}.footer-bottom{align-items:flex-start;flex-direction:column;justify-content:center;gap:8px;min-height:90px}.site-footer .footer-grid>div:not(:first-child){padding-top:20px;border-top:1px solid var(--line)}
  .legal{padding-top:115px}.legal h1{font-size:3rem;hyphens:manual;overflow-wrap:break-word}.error-section{min-height:620px;padding-top:68px}.error-content{padding-block:90px}.error-content h1{font-size:3.2rem}.error-content .hero-actions{align-items:flex-start}
}

@media (max-width:380px){h1,h2,h3{text-wrap:wrap;hyphens:manual;overflow-wrap:break-word;word-break:normal;max-width:100%}.service-copy h3,.about-hero h1,.career-hero h1,.legal h1{hyphens:manual;overflow-wrap:break-word;word-break:normal}}
@media (max-width:340px){.hero-sub h1{font-size:2.45rem}.service-copy h3{font-size:2.3rem}.about-hero h1{font-size:1.8rem}.career-hero h1{font-size:2.3rem}.section-heading h2,.founder-copy h2,.story-grid h2,.module-guidance h2,.career-intro h2,.career-commission-copy h2,.career-faq h2,.career-panel h3{font-size:2.35rem}.closing-cta h2{font-size:2.8rem}}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.fade-item,.reveal{opacity:1!important;transform:none!important;animation:none!important;transition:none!important}.hero-glow,.closing-cta::before,.kicker::before,.outcome-card.active::before,.career-role-status::before{animation:none!important}.outcome-card.active::before{transform:scaleX(1)}.hero-image img,.problem-media img,.founder-image img,.about-hero-image img,.gallery-grid img,.visual-journal img,.career-intro-visual img,.contact-aside-new figure img{transform:scale(1.04)!important;transition:none!important;will-change:auto}.service-stack,.module-card,.career-role-card,.career-detail-card,.button{transition:none!important}.service-stack:hover,.module-card:hover,.career-role-card:hover,.career-detail-card:hover,.button:hover{transform:none}}

/* Interactive detail layer */
.button{--mag-x:0px;--mag-y:0px}.button:hover{transform:translate(var(--mag-x),calc(var(--mag-y) - 2px))}.site-header .brand img{animation:logoAssemble .8s var(--ease) both}.heading-build{clip-path:none;transform:none}.reveal.in .heading-build,.in.heading-build{animation:headingBuild .82s var(--ease) both}.reveal.revealed .heading-build{animation:none}@keyframes headingBuild{from{clip-path:inset(0 0 100% 0);transform:translateY(14px)}to{clip-path:inset(0);transform:none}}
@keyframes logoAssemble{0%{opacity:0;clip-path:inset(0 100% 0 0);transform:translateX(-8px);filter:blur(3px)}55%{opacity:1}100%{clip-path:inset(0);transform:none;filter:none}}
@keyframes pageIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@keyframes pageOut{to{opacity:0;transform:translateY(-5px)}}
@view-transition{navigation:auto}::view-transition-old(root){animation:.2s var(--ease) both pageOut}::view-transition-new(root){animation:.36s var(--ease) both pageIn}

@media (prefers-reduced-motion:reduce){.site-header .brand img{animation:none!important}.heading-build{clip-path:none!important;transform:none!important;transition:none!important}.button:hover{transform:none}::view-transition-old(root),::view-transition-new(root){animation:none!important}}

/* Scroll activity */
.service-stacks{position:relative;isolation:isolate}.service-stack{--stack-scale:1;--stack-dim:0;position:sticky;top:var(--stack-top,92px);z-index:var(--stack-layer,1);transform:scale(var(--stack-scale));transform-origin:top center;transition:border-color .35s,transform .12s linear,box-shadow .35s}.service-stack::after{content:"";position:absolute;z-index:3;inset:0;border-radius:inherit;background:rgba(2,8,23,var(--stack-dim));pointer-events:none}.service-stack>*{position:relative;z-index:1}.service-stack:hover{transform:translateY(-3px) scale(var(--stack-scale))}.service-stack.stack-current{border-color:#315b86;box-shadow:0 28px 90px rgba(0,0,0,.3)}.service-stack.stack-current .service-copy>span{color:#ffad61}
.process-grid li.scroll-active{background:rgba(14,41,77,.35)}.process-grid li.scroll-active>span{color:var(--orange);transform:translateY(-5px)}.agency-standard-card.scroll-active{transform:translateY(-5px);border-color:#8da6c2;box-shadow:0 22px 55px rgba(16,43,76,.1)}.principles-grid article.scroll-active{background:rgba(14,41,77,.32)}
@media (max-width:820px){.service-stacks{gap:16px}}
@media (max-width:560px){.service-stack{border-radius:6px}.service-stack:hover{transform:scale(var(--stack-scale))}}
@media (prefers-reduced-motion:reduce){.service-stack{--stack-scale:1!important;--stack-dim:0!important;transition:none!important}.service-stack:hover{transform:none!important}}

/* Cinematic home choreography */
body.motion-home::after{content:"";position:fixed;z-index:90;inset:-30px;pointer-events:none;opacity:var(--velocity-opacity,0);background:repeating-linear-gradient(180deg,transparent 0,transparent 17px,rgba(243,149,61,.22) 18px,transparent 19px);transform:translateY(var(--velocity-streak,0));mix-blend-mode:screen}

.motion-home .problem-grid{min-height:260vh;align-items:start}.motion-home .problem-list,.motion-home .problem-media{position:sticky;top:125px}.motion-home .problem-list{align-self:start}.motion-home .problem-media{height:calc(100vh - 165px);min-height:520px;overflow:hidden}.motion-home .problem-media::after{content:attr(data-scene);position:absolute;z-index:4;left:18px;bottom:18px;padding:8px 10px;border:1px solid rgba(255,255,255,.2);border-radius:3px;background:rgba(2,8,23,.72);color:#fff;font-family:var(--mono);font-size:.56rem;letter-spacing:.09em}.motion-home .problem-media::before{content:"";position:absolute;z-index:3;inset:0;background:linear-gradient(90deg,rgba(243,149,61,.08),transparent 28%),repeating-linear-gradient(180deg,transparent 0,transparent 39px,rgba(255,255,255,.035) 40px);pointer-events:none}.motion-home .problem-media img{transition:object-position .7s var(--ease),filter .5s}

.motion-home .agency-standard-section{--curtain-clip:100%;clip-path:inset(0 var(--curtain-clip) 0 0)}.motion-home .agency-standard-card{--lay-y:105px;--lay-r:0deg;--lay-opacity:0;opacity:var(--lay-opacity)!important;transform:translateY(var(--lay-y)) rotate(var(--lay-r));transform-origin:50% 100%}.motion-home .agency-standard-card:hover{transform:translateY(calc(var(--lay-y) - 5px)) rotate(var(--lay-r))}

.motion-home .service-stack{transform:translateX(var(--velocity-x,0px)) scale(var(--stack-scale))}.motion-home .service-stack:hover{transform:translateX(var(--velocity-x,0px)) translateY(-3px) scale(var(--stack-scale))}

@media (max-width:900px){.motion-home .problem-grid{min-height:0}.motion-home .problem-list,.motion-home .problem-media{position:relative;top:auto}.motion-home .problem-media{height:560px;min-height:0}}
@media (max-width:560px){.motion-home .problem-media{height:390px}.motion-home .closing-cta h2{font-size:3.15rem}.motion-home .service-stack:hover{transform:scale(var(--stack-scale))}}
@media (max-width:900px),(pointer:coarse){body.motion-home::after{display:none}.motion-home .agency-standard-section{clip-path:none!important;will-change:auto}.motion-home .agency-standard-card{--lay-y:0px!important;--lay-r:0deg!important;--lay-opacity:1!important;opacity:1!important;transform:none!important;will-change:auto}.hero-image img,.problem-media img,.founder-image img,.about-hero-image img,.gallery-grid img,.visual-journal img,.career-intro-visual img,.contact-aside-new figure img{will-change:auto}}
@media (prefers-reduced-motion:reduce){body.motion-home::after{display:none}.motion-home .agency-standard-section{clip-path:none!important}.motion-home .closing-cta{height:auto;padding:clamp(120px,14vw,210px) 0}.motion-home .closing-cta .shell{position:relative;height:auto}.motion-home .closing-cta h2>span,.motion-home .closing-cta .button{opacity:1!important;transform:none!important}}

/* Stable hero restoration */
.motion-home .hero-home{height:auto;min-height:0;padding-top:76px;overflow:hidden}.motion-home .hero-home .hero-inner{position:relative;height:auto;padding-top:clamp(110px,13vw,190px)}.motion-home .hero-image{position:relative;width:min(var(--shell),calc(100% - 112px));height:min(41vw,560px);margin:84px auto 0;border-radius:7px 7px 0 0}
@media (max-width:820px){.motion-home .hero-home{padding-top:68px}.motion-home .hero-home .hero-inner{top:auto;padding-top:105px}.motion-home .hero-image{left:auto;right:auto;width:calc(100% - 64px);height:440px;margin:62px auto 0}}
@media (max-width:560px){.motion-home .hero-home .hero-inner{padding-top:78px}.motion-home .hero-image{width:100%;height:280px;margin-top:50px;border-left:0;border-right:0;border-radius:0!important}.motion-home .hero-image img{transform:none!important}}

/* Capability system rail */
.discipline-strip{padding:0;background:#020817;overflow:hidden}
.discipline-strip::after{display:none}
.discipline-strip .shell{min-height:132px;display:grid;grid-template-columns:1.05fr .9fr 1.1fr 1.65fr .9fr;align-items:stretch;gap:1px;background:var(--line);overflow:hidden}
.discipline-strip a{position:relative;width:auto;min-width:0;height:auto;padding:25px 20px 21px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;overflow:hidden;border:0!important;background:#030b1c;color:#eef2f8;text-align:left!important;opacity:1!important;transform:none!important;cursor:pointer;transition:background .35s var(--ease),color .35s var(--ease)}
.discipline-strip a::before{content:attr(data-index)!important;display:block;width:auto;height:auto;margin:0;background:none;border-radius:0;color:var(--orange);font-family:var(--mono);font-size:.54rem;line-height:1;letter-spacing:.12em;flex:none}
.discipline-strip a::after{content:""!important;position:absolute;display:block;left:0;right:0;bottom:0;width:100%;height:2px;background:var(--orange);transform:scaleX(.16);transform-origin:left;transition:transform .45s var(--ease);opacity:.9}
.discipline-strip strong{max-width:100%;font-family:var(--mono);font-size:.76rem;font-weight:500;line-height:1.35;letter-spacing:.075em;text-transform:uppercase;overflow-wrap:anywhere;transition:transform .35s var(--ease)}
.discipline-strip a:nth-child(4){background:linear-gradient(135deg,rgba(243,149,61,.09),#030b1c 62%)}
.discipline-strip a:nth-child(4)::after{transform:scaleX(.34)}
.discipline-strip a:hover,.discipline-strip a:focus-visible{background:#071329;color:#fff;transform:none!important}
.discipline-strip a:hover::after,.discipline-strip a:focus-visible::after{transform:scaleX(1)}
.discipline-strip a:hover strong,.discipline-strip a:focus-visible strong{transform:translateY(-2px)}
.discipline-strip a:focus-visible{z-index:2;outline-offset:-3px}

@media (max-width:820px){
  .discipline-strip{padding:16px 0;overflow:hidden}
  .discipline-strip .shell{width:calc(100% - 32px);min-height:0;padding:0;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:repeat(2,94px);gap:1px;overflow:hidden;border:1px solid var(--line)}
  .discipline-strip a{width:auto!important;min-width:0!important;height:94px;padding:18px 16px!important;display:flex;opacity:1!important;transform:none!important;border:0!important}
  .discipline-strip a:nth-child(1),.discipline-strip a:nth-child(2),.discipline-strip a:nth-child(3){grid-column:span 2}
  .discipline-strip a:nth-child(4){grid-column:span 4}
  .discipline-strip a:nth-child(5){grid-column:span 2}
}

@media (max-width:560px){
  .discipline-strip{padding:12px 0}
  .discipline-strip .shell{grid-template-columns:1fr;grid-template-rows:repeat(5,64px)}
  .discipline-strip a{height:64px;padding:0 16px!important;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;justify-content:stretch}
  .discipline-strip a:nth-child(n){grid-column:1}
  .discipline-strip a::before{margin:0}
  .discipline-strip a::after{height:1px;transform:scaleX(.12)}
  .discipline-strip a:nth-child(4)::after{transform:scaleX(.28)}
  .discipline-strip strong{font-size:.76rem}
}

.service-stack[id]{scroll-margin-top:112px}
.service-stack:target{border-color:var(--orange);box-shadow:0 0 0 1px rgba(243,149,61,.28),0 28px 90px rgba(0,0,0,.3)}

/* Responsive service-card safety */
@media (max-width:820px),(max-height:700px){
  .service-stack,.motion-home .service-stack{position:relative;top:auto!important;transform:none!important}
  .service-stack:hover,.motion-home .service-stack:hover{transform:none!important}
  .service-stack::after{display:none}
}

@media (max-height:700px) and (max-width:1180px){
  .service-stack{grid-template-columns:1fr;min-height:0;padding:34px 30px;gap:20px}
  .service-stack ul{margin-top:28px}
  .service-copy h3{font-size:2.55rem}
}

@media (max-width:360px){
  .service-stack{padding:31px 20px}
  .service-copy h3{font-size:2.35rem}
  .service-stack li{font-size:.93rem}
}

@media (min-width:561px) and (max-width:820px) and (min-height:760px){
  .service-stack,.motion-home .service-stack{position:sticky;top:var(--stack-top,84px)!important;transform:scale(var(--stack-scale))!important}
  .motion-home .service-stack{transform:translateX(var(--velocity-x,0px)) scale(var(--stack-scale))!important}
  .service-stack::after{display:block}
}

@media (max-width:560px){.service-stack[id]{scroll-margin-top:86px}}
@media (max-width:560px){.problem-item summary{min-height:68px}.problem-item[open]>p{max-height:260px}}

@media (max-width:820px) and (scripting:none){
  .site-nav{height:auto;min-height:68px;flex-wrap:wrap;padding:12px 0}
  .burger{display:none}
  .nav-links{position:static;order:3;width:100%;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:wrap;gap:0;opacity:1;visibility:visible;transform:none;border:0}
  .nav-links a{flex:1 1 145px;padding:12px 8px;border-bottom:1px solid var(--line);font-size:.9rem!important}
}

@media (scripting:none){
  .module-filters{display:none}
}

/* Scroll-controlled home sequences */
@media (min-width:901px) and (min-height:700px){
  .motion-home .problem-section{--problem-header:76px;min-height:340vh;padding:0}
  .motion-home .problem-section>.shell{position:sticky;top:var(--problem-header);height:calc(100svh - var(--problem-header));padding-block:clamp(18px,2.8vh,32px);display:flex;flex-direction:column;justify-content:center}
  .motion-home .problem-section .section-heading{flex:none;max-width:980px;margin-bottom:clamp(16px,2.5vh,28px)}
  .motion-home .problem-section .section-heading h2{font-size:clamp(2.5rem,3.6vw,3.75rem);line-height:.98;margin:14px 0 16px}
  .motion-home .problem-section .section-heading>p:last-child{font-size:clamp(.88rem,1.1vw,1rem);line-height:1.5}
  .motion-home .problem-grid{flex:none;min-height:0;align-items:stretch}
  .motion-home .problem-list,.motion-home .problem-media{position:relative;top:auto}
  .motion-home .problem-list{align-self:stretch}
  .motion-home .problem-item summary{padding:clamp(13px,2vh,19px) 0;font-size:clamp(1rem,1.25vw,1.17rem)}
  .motion-home .problem-item[open]>p{padding-bottom:clamp(14px,2vh,20px)}
  .motion-home .problem-media{height:clamp(360px,51vh,510px);min-height:0}
}

@media (max-width:900px) and (min-height:600px) and (orientation:portrait){
  .motion-home .problem-section{--problem-header:68px;min-height:340vh;padding:0}
  .motion-home .problem-section>.shell{position:sticky;top:var(--problem-header);height:calc(100svh - var(--problem-header));padding-block:10px;display:flex;flex-direction:column;justify-content:center}
  .motion-home .problem-section .section-heading{flex:none;max-width:none;margin-bottom:10px}
  .motion-home .problem-section .section-heading .kicker{font-size:.56rem;line-height:1.35}
  .motion-home .problem-section .section-heading h2{font-size:clamp(1.85rem,8vw,2.35rem);line-height:.98;margin:8px 0 10px}
  .motion-home .problem-section .section-heading>p:last-child{font-size:clamp(.72rem,2.7vw,.86rem);line-height:1.38}
  .motion-home .problem-grid{flex:none;min-height:0;gap:8px;align-items:stretch}
  .motion-home .problem-list,.motion-home .problem-media{position:relative;top:auto}
  .motion-home .problem-list{align-self:stretch}
  .motion-home .problem-item summary{min-height:0;padding:8px 0;font-size:clamp(.82rem,3.4vw,.98rem);line-height:1.25}
  .motion-home .problem-item>p{font-size:clamp(.7rem,2.7vw,.8rem);line-height:1.38;padding-right:24px}
  .motion-home .problem-item[open]>p{max-height:86px;padding-bottom:8px}
  .motion-home .problem-media{height:clamp(110px,17vh,170px);min-height:0}
  .motion-home .problem-media::after{left:10px;bottom:10px;padding:6px 8px;font-size:.5rem}
}

@media (min-width:561px) and (min-height:700px){
  .outcome-section{--outcome-header:76px;min-height:340vh;padding:0}
  .outcome-section>.shell{position:sticky;top:var(--outcome-header);min-height:calc(100svh - var(--outcome-header));padding-block:clamp(24px,4vh,48px);display:flex;flex-direction:column;justify-content:center}
  .outcome-section .section-heading{margin-bottom:clamp(28px,4vh,54px)}
  .outcome-section .section-heading h2{margin-bottom:0}
  .outcome-section .outcome-card{min-height:clamp(300px,48vh,500px)}
}

@media (min-width:561px) and (max-width:1100px) and (min-height:700px){
  .outcome-section{--outcome-header:68px}
  .outcome-section .section-heading h2{font-size:clamp(2.5rem,6vw,4rem)}
  .outcome-section .outcome-grid{grid-template-columns:repeat(2,1fr)}
  .outcome-section .outcome-card{min-height:clamp(185px,26vh,245px);padding:22px 24px}
  .outcome-section .outcome-card>span{font-size:clamp(3.4rem,8vw,5.2rem)}
  .outcome-section .outcome-card small{margin-bottom:10px}
  .outcome-section .outcome-card h3{font-size:1.45rem;margin-bottom:8px}
  .outcome-section .outcome-card p{font-size:.82rem;line-height:1.5}
}

@media (min-width:901px) and (prefers-reduced-motion:reduce){
  .motion-home .problem-section{min-height:auto;padding:clamp(105px,11vw,170px) 0}
  .motion-home .problem-section>.shell{position:static;height:auto;padding-block:0;display:block}
  .motion-home .problem-section .section-heading{max-width:900px;margin-bottom:clamp(60px,7vw,100px)}
  .motion-home .problem-section .section-heading h2{font-size:clamp(3rem,5.7vw,5.5rem);line-height:.95;margin:24px 0 30px}
  .motion-home .problem-grid{min-height:0}
  .motion-home .problem-list,.motion-home .problem-media{position:relative;top:auto}
  .motion-home .problem-item summary{padding:27px 0;font-size:1.22rem}
  .motion-home .problem-item[open]>p{padding-bottom:30px}
  .motion-home .problem-media{height:auto;min-height:590px}
}

@media (max-width:900px) and (prefers-reduced-motion:reduce){
  .motion-home .problem-section{min-height:auto;padding:92px 0}
  .motion-home .problem-section>.shell{position:static;height:auto;padding-block:0;display:block}
  .motion-home .problem-section .section-heading{margin-bottom:52px}
  .motion-home .problem-section .section-heading .kicker{font-size:.68rem;line-height:inherit}
  .motion-home .problem-section .section-heading h2{font-size:2.8rem;line-height:.92;margin:19px 0 30px}
  .motion-home .problem-section .section-heading>p:last-child{font-size:.98rem;line-height:1.65}
  .motion-home .problem-grid{min-height:0;gap:36px}
  .motion-home .problem-item summary{padding:23px 0;font-size:1rem;line-height:inherit}
  .motion-home .problem-item>p{font-size:.88rem;line-height:1.65;padding-right:42px}
  .motion-home .problem-item[open]>p{max-height:260px;padding-bottom:30px}
  .motion-home .problem-media{height:390px;min-height:0}
}

@media (prefers-reduced-motion:reduce){
  .outcome-section{min-height:auto;padding:clamp(105px,11vw,170px) 0}
  .outcome-section>.shell{position:static;min-height:0;padding-block:0}
  .outcome-card.active::before{transform:scaleX(var(--outcome-progress,1))}
}

/* Mobile motion: content appears promptly without losing all visual polish. */
@keyframes riseMobile{from{opacity:.78;transform:translateY(6px)}to{opacity:1;transform:none}}
@keyframes revealMobile{from{opacity:.82;transform:translateY(6px)}to{opacity:1;transform:none}}
@keyframes logoMobile{from{opacity:.82;transform:translateY(-2px)}to{opacity:1;transform:none}}
@media (max-width:820px),(pointer:coarse){
  .hero.play .fade-item,.about-hero.play .fade-item{animation:riseMobile .3s var(--ease) both}
  .hero.play .delay-1,.about-hero.play .delay-1{animation-delay:.02s}
  .hero.play .delay-2,.about-hero.play .delay-2{animation-delay:.04s}
  .hero.play .delay-3{animation-delay:.06s}
  .reveal.in{animation:revealMobile .26s var(--ease) both}
  .reveal.in .heading-build,.in.heading-build{animation:none;clip-path:none;transform:none}
  .site-header .brand img{animation:logoMobile .28s var(--ease) both}
  .hero-glow,.closing-cta::before,.kicker::before{animation:none}
  ::view-transition-old(root){animation:.1s ease both pageOut}
  ::view-transition-new(root){animation:.16s ease both pageIn}
}

@media (min-width:561px) and (scripting:none){
  .motion-home .problem-section{min-height:auto;padding:clamp(105px,11vw,170px) 0}
  .motion-home .problem-section>.shell{position:static;height:auto;padding-block:0;display:block}
  .motion-home .problem-grid{min-height:0}
  .motion-home .problem-list,.motion-home .problem-media{position:relative;top:auto}
  .outcome-section{min-height:auto;padding:clamp(105px,11vw,170px) 0}
  .outcome-section>.shell{position:static;min-height:0;padding-block:0}
}

/* Readability and shorter scroll narratives */
.kicker,.hero-ai-note,.outcome-card small,.service-copy>span,.agency-standard-card>span,.agency-standard-card small,.agency-brand-signature p,.process-grid small,.module-icon,.module-card small,.principles-grid span,.career-role-status,.career-role-meta dt,.career-intro-points small,.career-intro-visual figcaption span,.career-detail-card>span,.field label,.form-required-note,.contact-aside-new dt,.social-rail-label,.social-platform-copy small,.footer-grid h2{font-size:.75rem}
@media (min-width:561px) and (min-height:700px) and (prefers-reduced-motion:no-preference){.outcome-section{min-height:260vh}}
@media (min-width:901px) and (min-height:700px) and (prefers-reduced-motion:no-preference){.motion-home .problem-section{min-height:260vh}}
@media (max-width:900px) and (min-height:600px) and (orientation:portrait) and (prefers-reduced-motion:no-preference){.motion-home .problem-section{min-height:260vh}.motion-home .problem-section .section-heading .kicker{font-size:.75rem}.motion-home .problem-item>p{font-size:clamp(.8rem,2.9vw,.9rem)}.motion-home .problem-media::after{font-size:.7rem}}
@media (min-width:561px) and (scripting:none){.outcome-section{min-height:auto}}

/* Mobile problem section: normal document flow and user-controlled details */
@media (max-width:900px){
  .motion-home .problem-section{min-height:auto;padding:92px 0}
  .motion-home .problem-section>.shell{position:static;height:auto;padding-block:0;display:block}
  .motion-home .problem-section .section-heading{margin-bottom:52px}
  .motion-home .problem-section .section-heading h2{font-size:2.8rem;line-height:.92;margin:19px 0 30px}
  .motion-home .problem-section .section-heading>p:last-child{font-size:.98rem;line-height:1.65}
  .motion-home .problem-grid{grid-template-columns:1fr;min-height:0;gap:36px}
  .motion-home .problem-list,.motion-home .problem-media{position:relative;top:auto}
  .motion-home .problem-item summary{min-height:68px;padding:23px 0;font-size:1rem;line-height:inherit}
  .motion-home .problem-item>p{font-size:.88rem;line-height:1.65;padding-right:42px}
  .motion-home .problem-item[open]>p{max-height:260px;padding-bottom:30px}
  .motion-home .problem-media{height:390px;min-height:0}
}
