:root {
  --ink:#161616;
  --ivory:#f4f1ea;
  --white:#fff;
  --orange:#e35c32;
  --burgundy:#5a2427;
  --stone:#c8c3b9;
  --muted:#6d6a65;
  --container:1280px;
  --display:"Manrope",Arial,sans-serif;
  --body:"Inter",Arial,sans-serif;
  --ease:cubic-bezier(.22,1,.36,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none} img{display:block;width:100%;height:100%;object-fit:cover} button{font:inherit}
.container{width:min(calc(100% - 112px),var(--container));margin-inline:auto}
.section-ivory{background:var(--ivory)}.section-dark{background:var(--ink);color:var(--ivory)}
.eyebrow{margin:0 0 24px;font-size:11px;line-height:1.2;text-transform:uppercase;letter-spacing:.18em;font-weight:600}
.dot{color:var(--orange)}.dark-dot{color:var(--ink)}
h1,h2,h3,p{margin-top:0} h1,h2,h3{font-family:var(--display);letter-spacing:-.045em}
h1{font-size:clamp(68px,7.2vw,112px);line-height:.84;margin:0 0 30px;font-weight:700}
h2{font-size:clamp(46px,4.5vw,68px);line-height:.96;margin:0;font-weight:650}
.btn{display:inline-flex;align-items:center;gap:12px;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;font-size:13px;font-weight:600;transition:transform .28s var(--ease),background .28s var(--ease),color .28s var(--ease)}
.btn span{transition:transform .28s var(--ease)}.btn:hover{transform:translateY(-2px)}.btn:hover span{transform:translate(3px,-3px)}
.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:var(--orange)}.btn-orange{background:var(--orange);color:#fff}.btn-orange:hover{background:#f36a3f}
.text-link{display:inline-flex;gap:16px;color:var(--orange);padding-bottom:5px;border-bottom:1px solid currentColor;font-size:14px}.text-link span{transition:transform .28s var(--ease)}.text-link:hover span{transform:translateX(5px)}
.utility-link{text-transform:uppercase;font-size:10px;letter-spacing:.14em;display:inline-flex;align-items:center;gap:18px;opacity:.9}
.site-header{position:fixed;inset:0 0 auto;z-index:100;color:var(--ink);transition:background .3s var(--ease),box-shadow .3s var(--ease)}
.site-header.scrolled{background:rgba(244,241,234,.92);backdrop-filter:blur(14px);box-shadow:0 1px 0 rgba(22,22,22,.08)}
.header-inner{height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.logo{font-family:var(--display);font-size:33px;font-weight:700;letter-spacing:-.07em}.desktop-nav{display:flex;gap:38px;font-size:13px}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:1px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:transform .25s var(--ease)}.desktop-nav a:hover:after{transform:scaleX(1)}.header-cta{justify-self:end}.menu-toggle{display:none;background:none;border:0;width:42px;height:42px;position:relative}.menu-toggle span{position:absolute;left:8px;right:8px;height:1px;background:currentColor;transition:.25s}.menu-toggle span:first-child{top:17px}.menu-toggle span:last-child{top:24px}.menu-toggle.active span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle.active span:last-child{transform:translateY(-3.5px) rotate(-45deg)}
.mobile-menu{position:fixed;inset:0;background:var(--ink);color:var(--ivory);z-index:90;display:grid;place-items:center;opacity:0;visibility:hidden;transition:.35s var(--ease)}.mobile-menu.open{opacity:1;visibility:visible}.mobile-menu-inner{display:flex;flex-direction:column;gap:10px;text-align:center}.mobile-menu a{font-family:var(--display);font-size:clamp(42px,11vw,72px);line-height:1.05;letter-spacing:-.05em}
.hero{padding:118px 0 0;min-height:710px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:43% 57%;min-height:625px}.hero-copy{padding-top:54px;z-index:3;position:relative}.hero-lead{max-width:430px;font-size:18px;line-height:1.5;margin-bottom:28px}.hero-actions{display:flex;align-items:center;gap:28px}.scroll-link{font-size:10px;letter-spacing:.12em;text-transform:uppercase;display:flex;gap:16px;align-items:center}.scroll-link i{display:block;width:42px;height:1px;background:var(--ink)}
.hero-art{position:relative;min-height:590px;isolation:isolate}.horse-frame{position:absolute;inset:0 -72px 0 -12px;clip-path:polygon(31% 0,100% 0,83% 54%,100% 54%,74% 100%,0 100%,23% 54%,8% 54%);overflow:hidden;background:#ded8ce;box-shadow:0 24px 70px rgba(22,22,22,.05)}.horse-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,241,234,.22),transparent 28%,transparent 80%,rgba(244,241,234,.12));pointer-events:none}.horse-frame img{filter:saturate(.22) contrast(1.07);transform:scale(1.055);transform-origin:66% center;object-position:68% center}.momentum-line{position:absolute;left:-34%;right:-5%;top:42%;height:190px;pointer-events:none;z-index:4;transform:rotate(-1deg)}.momentum-line svg{width:100%;height:100%;overflow:visible}.momentum-path,.momentum-arrow{fill:none;stroke:var(--orange);stroke-width:4;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}.momentum-path{stroke-dasharray:1;stroke-dashoffset:1}.momentum-arrow{opacity:0}.hero-art.is-visible .momentum-path{animation:draw-momentum 1.35s .3s var(--ease) forwards}.hero-art.is-visible .momentum-arrow{animation:show-arrow .35s 1.48s var(--ease) forwards}.hero-tag{position:absolute;right:-8px;top:27%;z-index:5;font-size:11px;line-height:1.35;letter-spacing:.16em;text-transform:uppercase;color:var(--orange);font-weight:600}.hero-index{position:absolute;right:0;bottom:30px;z-index:5;border-left:1px solid rgba(22,22,22,.28);padding-left:28px;display:flex;gap:22px;align-items:flex-end}.hero-index span{text-transform:uppercase;font-size:9px;line-height:1.4;letter-spacing:.13em}.hero-index b{font-size:15px;font-weight:500}@keyframes draw-momentum{to{stroke-dashoffset:0}}@keyframes show-arrow{to{opacity:1}}
.intro{padding:86px 0}.intro-grid{display:grid;grid-template-columns:1.35fr .9fr .55fr;gap:72px;align-items:end}.intro-copy{max-width:370px;font-size:17px}.intro-copy p{margin-bottom:24px}.intro-pillars{border-left:1px solid rgba(22,22,22,.35);padding-left:28px;text-transform:uppercase;letter-spacing:.18em;font-size:11px;line-height:1.55;font-weight:600}
.work{padding:92px 0 88px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:42px}.work h2{max-width:650px}.work-grid{display:grid;grid-template-columns:1.05fr 1.05fr .95fr;gap:16px}.project-card{border:1px solid rgba(255,255,255,.14);display:block;overflow:hidden}.project-media{overflow:hidden;background:#222}.project-large .project-media{aspect-ratio:1.45}.compact .project-media{aspect-ratio:2.6}.project-media img{transition:transform .65s var(--ease),filter .65s var(--ease)}.project-card:nth-child(1) .project-media img{object-position:50% 45%}.project-card:nth-child(2) .project-media img{object-position:50% 52%}.project-stack .project-card:first-child .project-media img{object-position:50% 48%}.project-stack .project-card:last-child .project-media img{object-position:50% 56%}.project-card:hover img{transform:scale(1.035);filter:brightness(1.05)}.project-meta{min-height:66px;padding:13px 14px 12px;display:flex;justify-content:space-between;gap:12px;align-items:flex-end}.project-meta div{display:flex;flex-direction:column}.project-meta strong{font-size:11px;letter-spacing:.12em}.project-meta span{font-size:10px;opacity:.75}.project-meta b{font-size:10px;font-weight:500;white-space:nowrap}.project-stack{display:flex;flex-direction:column;gap:16px}
.services{padding:96px 0}.services-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:90px;align-items:start}.service-list{border-top:1px solid rgba(22,22,22,.22)}.service-row{display:grid;grid-template-columns:42px 140px 1fr 80px;gap:14px;align-items:center;min-height:78px;border-bottom:1px solid rgba(22,22,22,.22);transition:background .25s var(--ease),padding .25s var(--ease)}.service-row:hover{background:rgba(227,92,50,.08);padding-inline:12px}.service-row .num{font-size:13px}.service-row strong{font:600 21px/1 var(--display);letter-spacing:-.03em}.service-row em{font-style:normal;font-size:12px;color:var(--muted)}.explore{font-size:11px;text-align:right}
.statement{background:var(--orange);color:#fff;padding:78px 0}.statement-grid{display:grid;grid-template-columns:.9fr 1.3fr .5fr;gap:34px;align-items:end}.statement .eyebrow{opacity:.8}.statement h2{font-size:clamp(48px,4.9vw,74px)}.statement-line{padding-bottom:18px}.statement-line span{display:block;height:2px;background:#fff;position:relative}.statement-line span:after{content:"";position:absolute;right:0;top:-7px;width:14px;height:14px;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(45deg)}.statement-side{text-transform:uppercase;font-size:10px;line-height:1.7;letter-spacing:.16em;margin:0 0 9px}
.process{padding:84px 0}.process-grid{display:grid;grid-template-columns:.6fr 1.4fr;gap:80px}.process h2{font-size:42px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.steps article{border-left:1px solid rgba(22,22,22,.18);padding-left:20px}.steps span{font-size:11px}.steps h3{font-size:23px;margin:10px 0 8px}.steps p{font-size:12px;line-height:1.5;color:var(--muted);margin-bottom:0}
.expertise{padding:54px 0}.expertise-grid{display:grid;grid-template-columns:.75fr .75fr 1.7fr;gap:42px;align-items:end}.expertise h2{font-size:41px}.expertise-copy{font-size:13px;max-width:360px;margin:0}.industry-list{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.industry-list span{font-size:12px;text-align:center;padding-top:36px;position:relative}.industry-list span:before{content:"＋";position:absolute;top:0;left:50%;transform:translateX(-50%);font-size:22px;font-weight:300;opacity:.8}
.studio-insights{padding:0}.studio-grid{display:grid;grid-template-columns:.9fr .8fr 1.7fr;min-height:330px}.studio-image{min-height:330px}.studio-copy{padding:42px}.studio-copy h2{font-size:43px}.studio-copy p:not(.eyebrow){font-size:13px;max-width:360px;margin:20px 0}.insights{padding:42px 0 42px 42px;border-left:1px solid rgba(22,22,22,.1)}.insights-head{display:flex;justify-content:space-between;align-items:flex-start;padding-right:0}.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.insight-grid article img{aspect-ratio:1.75;height:auto}.insight-grid h3{font-size:16px;line-height:1.15;letter-spacing:-.02em;margin:10px 0 6px}.insight-grid p{font-size:10px;color:var(--muted);margin:0}
.final-cta{padding:70px 0 24px}.final-cta-grid{display:grid;grid-template-columns:1fr auto 1fr .45fr;gap:28px;align-items:center}.final-cta h2{font-size:50px}.footer-line span{display:block;height:1px;background:rgba(255,255,255,.75);position:relative}.footer-line span:after{content:"";position:absolute;right:0;top:-6px;width:11px;height:11px;border-top:1px solid #fff;border-right:1px solid #fff;transform:rotate(45deg)}.footer-brand{display:flex;flex-direction:column}.footer-brand strong{font:700 34px/1 var(--display);letter-spacing:-.06em}.footer-brand span{font-size:11px;opacity:.7}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:42px;padding-top:22px;display:grid;grid-template-columns:1.5fr .7fr .7fr .4fr;gap:24px;font-size:10px;color:rgba(255,255,255,.65)}.footer-bottom nav,.footer-bottom div{display:flex;flex-direction:column;gap:3px}.footer-bottom div:last-child{flex-direction:row;justify-content:flex-end;gap:16px}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal-delay{transition-delay:.12s}.reveal.is-visible{opacity:1;transform:none}
@media(max-width:1050px){.container{width:min(calc(100% - 64px),var(--container))}.desktop-nav{display:none}.header-inner{grid-template-columns:1fr auto auto;gap:18px}.menu-toggle{display:block}.hero-grid{grid-template-columns:1fr}.hero{padding-top:96px}.hero-art{min-height:470px;margin-top:-30px}.hero-copy{padding-top:40px}.horse-frame{inset:0 -80px 0 30%}.momentum-line{left:12%;right:-4%;top:42%}.hero-tag{right:20px}.intro-grid{grid-template-columns:1fr 1fr}.intro-pillars{display:none}.work-grid{grid-template-columns:1fr 1fr}.project-stack{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr}.services-grid{grid-template-columns:1fr;gap:44px}.statement-grid{grid-template-columns:1fr 1fr}.statement-side{display:none}.process-grid{grid-template-columns:1fr;gap:40px}.expertise-grid{grid-template-columns:1fr 1fr}.industry-list{grid-column:1/-1}.studio-grid{grid-template-columns:1fr 1fr}.insights{grid-column:1/-1;border-left:0;padding:42px 0}.final-cta-grid{grid-template-columns:1fr auto}.footer-line,.footer-brand{display:none}.footer-bottom{grid-template-columns:1fr 1fr}}
@media(max-width:720px){body{font-size:15px}.container{width:min(calc(100% - 40px),var(--container))}.site-header{color:var(--ink)}.header-inner{height:70px}.logo{font-size:30px}.header-cta{display:none}.hero{min-height:auto;padding-top:86px}.hero-grid{display:block}.hero-copy{padding-top:28px}.eyebrow{font-size:9px;margin-bottom:18px}.hero h1{font-size:clamp(60px,18vw,82px);margin-bottom:20px}.hero-lead{font-size:16px;max-width:330px}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.hero-art{min-height:410px;margin-top:18px}.horse-frame{inset:0 -125px 0 8%;clip-path:polygon(27% 0,100% 0,80% 55%,100% 55%,70% 100%,0 100%,18% 55%,2% 55%)}.horse-frame img{transform:scale(1.08);object-position:72% center}.momentum-line{left:-4%;right:-7%;top:43%;height:165px}.hero-tag{right:0;top:20%}.hero-index{display:none}.intro{padding:68px 0}.intro-grid{grid-template-columns:1fr;gap:32px}.intro-grid h2{font-size:48px}.section-heading{align-items:flex-start;gap:30px}.section-heading .utility-link{margin-top:8px}.work{padding:70px 0}.work-grid{grid-template-columns:1fr}.project-stack{grid-column:auto;display:flex}.project-large .project-media{aspect-ratio:1.3}.compact .project-media{aspect-ratio:2}.services{padding:70px 0}.service-row{grid-template-columns:32px 1fr auto;gap:10px;padding:18px 0}.service-row strong{font-size:20px}.service-row em{grid-column:2/4;font-size:11px}.service-row .explore{grid-column:3;grid-row:1}.statement{padding:58px 0}.statement-grid{grid-template-columns:1fr}.statement-line{display:none}.process{padding:68px 0}.steps{grid-template-columns:1fr 1fr;gap:32px 20px}.expertise{padding:58px 0}.expertise-grid{grid-template-columns:1fr}.industry-list{grid-template-columns:1fr 1fr;gap:25px}.industry-list span{text-align:left;padding:0 0 0 30px}.industry-list span:before{left:0;top:-5px;transform:none}.studio-grid{grid-template-columns:1fr}.studio-image{min-height:280px}.studio-copy{padding:38px 0}.insights{padding:38px 0}.insight-grid{grid-template-columns:1fr}.insight-grid article{display:grid;grid-template-columns:120px 1fr;gap:12px 16px;align-items:start}.insight-grid article img{grid-row:1/3;aspect-ratio:1.25}.insight-grid h3{margin:4px 0 0}.final-cta{padding-top:58px}.final-cta-grid{grid-template-columns:1fr;justify-items:start}.final-cta h2{font-size:44px}.footer-bottom{grid-template-columns:1fr 1fr;row-gap:18px}.footer-bottom nav{display:none}.footer-bottom div:last-child{justify-content:flex-start}.mobile-menu-inner{width:calc(100% - 40px);text-align:left}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}*{animation:none!important;transition:none!important}}

/* v3 polish */
html{scroll-padding-top:92px}
body.menu-open{overflow:hidden}
.page-anchor{position:absolute;top:0}
.skip-link{position:fixed;left:16px;top:12px;z-index:1000;background:var(--ink);color:#fff;padding:10px 14px;border-radius:999px;transform:translateY(-160%);transition:transform .2s var(--ease);font-size:12px;font-weight:600}
.skip-link:focus{transform:translateY(0)}
a:focus-visible,button:focus-visible{outline:2px solid var(--orange);outline-offset:4px}
.desktop-nav a.is-active:after{transform:scaleX(1)}
.site-header.scrolled .logo{transform:translateY(-1px)}
.logo{transition:transform .25s var(--ease)}
.hero-copy{opacity:0;transform:translateY(18px)}
.page-ready .hero-copy{animation:hero-copy-in .85s .08s var(--ease) forwards}
.hero-art{opacity:0;transform:translateY(14px)}
.page-ready .hero-art{animation:hero-art-in 1s .16s var(--ease) forwards}
@keyframes hero-copy-in{to{opacity:1;transform:none}}
@keyframes hero-art-in{to{opacity:1;transform:none}}
.horse-frame img{translate:0 var(--hero-shift,0px);transition:translate .12s linear}
.project-card{transition:border-color .35s var(--ease),transform .35s var(--ease)}
.project-card:hover{border-color:rgba(227,92,50,.62);transform:translateY(-3px)}
.project-meta b{transition:transform .28s var(--ease),color .28s var(--ease)}
.project-card:hover .project-meta b{transform:translateX(3px);color:var(--orange)}
.service-row .explore{transition:transform .25s var(--ease),color .25s var(--ease)}
.service-row:hover .explore{transform:translateX(4px);color:var(--orange)}
.statement-line span{transform:scaleX(.12);transform-origin:left;transition:transform 1s .1s var(--ease)}
.statement-grid.is-visible .statement-line span{transform:scaleX(1)}
.footer-line span{transform:scaleX(.12);transform-origin:left;transition:transform .9s .1s var(--ease)}
.final-cta-grid.is-visible .footer-line span{transform:scaleX(1)}
.insight-grid article{transition:transform .3s var(--ease)}
.insight-grid article:hover{transform:translateY(-4px)}
.insight-grid article img{transition:filter .3s var(--ease)}
.insight-grid article:hover img{filter:contrast(1.04) brightness(.98)}
@media(max-width:720px){html{scroll-padding-top:72px}.hero-copy,.hero-art{opacity:1;transform:none;animation:none!important}.horse-frame img{translate:0 0}.project-card:hover{transform:none}}
@media(prefers-reduced-motion:reduce){.hero-copy,.hero-art{opacity:1;transform:none;animation:none!important}.horse-frame img{translate:0 0}.statement-line span,.footer-line span{transform:none}}

/* Services page */
.services-page .site-header{background:transparent}
.services-page .site-header.scrolled{background:rgba(244,241,234,.92)}
.services-hero{padding:118px 0 0;overflow:hidden}
.services-hero-grid{display:grid;grid-template-columns:43% 57%;min-height:590px}
.services-hero-copy{padding-top:36px;position:relative;z-index:3}
.services-hero-copy h1{font-size:clamp(68px,6.7vw,105px);line-height:.87;margin-bottom:22px}
.services-hero-copy>p:not(.eyebrow){max-width:430px;font-size:18px;line-height:1.45;margin-bottom:28px}
.services-hero-art{position:relative;min-height:560px}
.services-horse{position:absolute;inset:0 -70px 0 0;clip-path:polygon(29% 0,100% 0,83% 52%,100% 52%,74% 100%,0 100%,22% 52%,6% 52%);overflow:hidden;background:#ded8ce}
.services-horse img{filter:saturate(.2) contrast(1.08);object-position:69% center;transform:scale(1.06)}
.services-momentum{position:absolute;left:-28%;right:-5%;top:43%;z-index:4;height:120px;transform:rotate(-2deg)}
.services-momentum span{display:block;position:absolute;left:0;right:0;top:50%;height:3px;background:var(--orange);transform:scaleX(.08);transform-origin:left;transition:transform 1.1s .3s var(--ease)}
.services-momentum span:after{content:"";position:absolute;right:0;top:-8px;width:16px;height:16px;border-top:3px solid var(--orange);border-right:3px solid var(--orange);transform:rotate(45deg)}
.services-hero-art.is-visible .services-momentum span{transform:scaleX(1)}
.services-hero-tag{position:absolute;right:4px;top:26%;z-index:5;color:var(--orange);font-size:11px;line-height:1.35;letter-spacing:.15em;text-transform:uppercase;font-weight:600}
.services-index{position:absolute;right:0;bottom:28px;z-index:5;border-left:1px solid rgba(22,22,22,.28);padding-left:28px;display:flex;gap:22px;align-items:flex-end}.services-index span{text-transform:uppercase;font-size:9px;line-height:1.4;letter-spacing:.13em}.services-index b{font-size:15px;font-weight:500}
.service-detail{background:var(--ivory);border-top:1px solid rgba(22,22,22,.12);scroll-margin-top:82px}
.service-detail-grid{display:grid;grid-template-columns:54px 1.1fr .8fr 1.55fr;min-height:245px;align-items:stretch}
.service-no{padding-top:36px;font-size:13px}
.service-detail-grid>div{padding:32px 38px 30px 0;border-right:1px solid rgba(22,22,22,.14)}
.service-detail h2{font-size:49px;margin-bottom:8px}
.service-detail p{font-size:14px;line-height:1.45;color:#3f3e3b;margin-bottom:22px}
.service-detail ul{list-style:none;padding:34px 28px;margin:0;font-size:13px;line-height:1.65;border-right:1px solid rgba(22,22,22,.14)}
.service-detail figure{margin:0;position:relative;min-height:245px;overflow:hidden;background:#211f1c}
.service-detail figure img{position:absolute;inset:0;filter:saturate(.72) contrast(1.02)}
.service-detail figcaption{position:absolute;right:28px;bottom:25px;color:#fff;text-transform:uppercase;letter-spacing:.15em;font-size:9px;line-height:1.45;text-shadow:0 1px 8px rgba(0,0,0,.4)}
.brand-figure{display:grid;place-items:center;background:linear-gradient(135deg,#c5ad93,#866952)!important}
.brand-figure:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.33),transparent 45%,rgba(0,0,0,.12))}
.brand-card{position:relative;background:#d9c7b6;color:#413226;padding:24px 54px 24px 24px;box-shadow:0 14px 35px rgba(40,25,15,.25);font:500 30px/.92 var(--display);letter-spacing:-.04em;transform:rotate(2deg)}
.brand-card span{color:var(--orange)}
.services-approach{padding:58px 0}
.services-approach-grid{display:grid;grid-template-columns:.7fr 1.35fr .5fr;align-items:end;gap:38px}
.services-approach h2{font-size:clamp(46px,4.1vw,66px)}
.services-approach>div>p:last-child,.services-approach-grid>p{text-transform:uppercase;letter-spacing:.16em;font-size:10px;line-height:1.6;margin-bottom:10px}
.services-industries{padding:56px 0}
.services-industries-grid{display:grid;grid-template-columns:.62fr 1.38fr;gap:70px;align-items:end}
.services-industries h2{font-size:45px}
.services-industries .industry-list{align-self:center}
@media(max-width:1050px){.services-hero-grid{grid-template-columns:1fr}.services-hero-art{min-height:470px;margin-top:-40px}.services-horse{inset:0 -80px 0 28%}.services-momentum{left:12%}.service-detail-grid{grid-template-columns:45px 1fr 1fr}.service-detail figure{grid-column:1/-1;min-height:320px}.service-detail-grid>div{border-right:0}.service-detail ul{border-right:0}.services-approach-grid{grid-template-columns:1fr 1fr}.services-approach-grid>p{display:none}.services-industries-grid{grid-template-columns:1fr;gap:30px}.services-industries .industry-list{grid-column:auto}}
@media(max-width:720px){.services-hero{padding-top:86px}.services-hero-grid{display:block}.services-hero-copy{padding-top:28px}.services-hero-copy h1{font-size:clamp(62px,18vw,84px)}.services-hero-copy>p:not(.eyebrow){font-size:16px;max-width:330px}.services-hero-art{min-height:390px;margin-top:22px}.services-horse{inset:0 -128px 0 8%}.services-hero-tag{right:0;top:18%}.services-index{display:none}.service-detail-grid{display:grid;grid-template-columns:36px 1fr}.service-no{padding-top:27px}.service-detail-grid>div{padding:24px 0 26px}.service-detail h2{font-size:40px}.service-detail ul{grid-column:2;padding:0 0 26px;font-size:12px}.service-detail figure{grid-column:1/-1;min-height:250px}.services-approach-grid{grid-template-columns:1fr}.services-approach .statement-line{display:block}.services-industries{padding:50px 0}.services-industries h2{font-size:41px}}

/* Work page */
.work-page .site-header,.project-page .site-header{background:transparent}
.work-hero{padding:150px 0 82px}
.work-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:90px;align-items:end}
.work-hero h1{font-size:clamp(72px,7.4vw,112px);margin:0}
.work-hero-copy{max-width:470px;justify-self:end}
.work-hero-copy>p{font-size:18px;line-height:1.55;margin-bottom:36px}
.work-filter{display:flex;gap:20px;flex-wrap:wrap;text-transform:uppercase;letter-spacing:.14em;font-size:10px}
.work-filter span:first-child{color:var(--orange)}
.portfolio{padding:28px 0 110px}
.portfolio-list{display:flex;flex-direction:column;gap:86px}
.portfolio-item{display:grid;grid-template-columns:1.35fr .65fr;min-height:540px;border-top:1px solid rgba(255,255,255,.16);padding-top:20px}
.portfolio-item.portfolio-reverse{grid-template-columns:.65fr 1.35fr}
.portfolio-reverse .portfolio-image{order:2}.portfolio-reverse .portfolio-copy{order:1}
.portfolio-image{overflow:hidden;min-height:520px;background:#242424}
.portfolio-image img{transition:transform .8s var(--ease),filter .5s var(--ease)}
.portfolio-item:hover .portfolio-image img{transform:scale(1.035);filter:brightness(1.04)}
.portfolio-copy{padding:28px 0 0 42px;display:grid;grid-template-columns:36px 1fr auto;gap:20px;align-content:start}
.portfolio-reverse .portfolio-copy{padding-left:0;padding-right:42px}
.portfolio-no{font-size:12px;color:var(--orange)}
.portfolio-copy h2{font-size:clamp(44px,4.2vw,66px);margin-bottom:20px}
.portfolio-copy>div>p:last-child{font-size:12px;opacity:.7}
.portfolio-arrow{font-size:26px;color:var(--orange);transition:transform .3s var(--ease)}
.portfolio-item:hover .portfolio-arrow{transform:translate(5px,-5px)}
.work-principle{padding:72px 0}

/* Project pages */
.project-hero{padding:150px 0 0}
.project-hero-head{display:grid;grid-template-columns:1.35fr .65fr;gap:80px;align-items:end;margin-bottom:46px}
.project-hero h1{font-size:clamp(72px,7.3vw,112px);margin:0}
.project-hero-meta{justify-self:end;max-width:360px;padding-bottom:8px}
.project-hero-meta p{font-size:14px;line-height:1.55;margin-bottom:26px}
.project-hero-image{height:min(68vw,760px);max-height:760px;overflow:hidden;background:#ddd5c9}
.project-hero-image img{object-position:center 50%}
.project-iaso .project-hero-image img{object-position:center 44%}
.project-adele .project-hero-image img{object-position:center 56%}
.project-intro{padding:96px 0 108px}
.project-intro-grid{display:grid;grid-template-columns:.35fr 1.25fr .55fr;gap:56px;align-items:start}
.project-intro h2{font-size:clamp(34px,3.4vw,52px);line-height:1.06}
.project-deliverables{border-left:1px solid rgba(22,22,22,.2);padding-left:28px}
.project-deliverables>span{text-transform:uppercase;font-size:10px;letter-spacing:.16em;font-weight:600}
.project-deliverables ul{list-style:none;padding:14px 0 0;margin:0;font-size:12px;line-height:1.8;color:var(--muted)}
.project-story{padding:104px 0}
.project-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:120px;align-items:end;border-top:1px solid rgba(255,255,255,.16);padding-top:42px}
.project-story-grid h2{font-size:clamp(42px,4.3vw,64px)}
.project-story-grid>p{font-size:18px;line-height:1.65;max-width:620px;margin:0;color:rgba(244,241,234,.82)}
.project-response{margin-top:94px}
.project-showcase{padding:86px 0}
.project-showcase-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:64px;align-items:center}
.project-showcase-image{min-height:520px;overflow:hidden;box-shadow:0 28px 70px rgba(22,22,22,.12)}
.project-showcase-image img{transform:scale(1.02)}
.project-showcase blockquote{font:600 clamp(40px,4vw,62px)/1 var(--display);letter-spacing:-.045em;margin:0}
.project-showcase blockquote span{display:block;color:var(--orange);margin-top:28px;font-size:42px}
.project-accent-soft{background:#e7ddd4;color:#3d342f}.project-accent-warm{background:#d9c7b6;color:#342b26}.project-accent-industrial{background:#d5d7d7;color:#192733}.project-accent-sea{background:#d6d8d5;color:#28343a}
.project-next{padding:84px 0}
.project-next-link{display:flex;align-items:flex-end;justify-content:space-between;border-top:1px solid rgba(22,22,22,.2);padding-top:38px}
.project-next-link h2{font-size:clamp(46px,5vw,72px)}
.project-next-arrow{font-size:56px;color:var(--orange);transition:transform .3s var(--ease)}
.project-next-link:hover .project-next-arrow{transform:translate(8px,-8px)}

@media(max-width:1050px){
  .work-hero-grid,.project-hero-head{grid-template-columns:1fr;gap:34px}.work-hero-copy,.project-hero-meta{justify-self:start;max-width:580px}
  .portfolio-item,.portfolio-item.portfolio-reverse{grid-template-columns:1fr}.portfolio-reverse .portfolio-image,.portfolio-reverse .portfolio-copy{order:initial}.portfolio-copy,.portfolio-reverse .portfolio-copy{padding:26px 0 0}
  .portfolio-image{min-height:440px}.project-intro-grid{grid-template-columns:.3fr 1fr}.project-deliverables{grid-column:2}.project-story-grid{gap:60px}.project-showcase-grid{grid-template-columns:1fr}.project-showcase blockquote{max-width:700px}
}
@media(max-width:720px){
  .work-hero,.project-hero{padding-top:112px}.work-hero{padding-bottom:54px}.work-hero h1,.project-hero h1{font-size:clamp(58px,17vw,82px)}
  .work-hero-copy>p{font-size:16px}.portfolio{padding-top:14px}.portfolio-list{gap:58px}.portfolio-image{min-height:310px}.portfolio-copy{grid-template-columns:28px 1fr auto;gap:12px}.portfolio-copy h2{font-size:42px}.portfolio-copy .eyebrow{margin-bottom:14px}
  .project-hero-head{margin-bottom:28px}.project-hero-image{height:64vw;min-height:310px}.project-intro{padding:66px 0}.project-intro-grid{grid-template-columns:1fr;gap:24px}.project-deliverables{grid-column:auto;border-left:0;border-top:1px solid rgba(22,22,22,.18);padding:22px 0 0}.project-story{padding:70px 0}.project-story-grid{grid-template-columns:1fr;gap:30px}.project-story-grid>p{font-size:16px}.project-response{margin-top:70px}.project-showcase{padding:54px 0}.project-showcase-image{min-height:300px}.project-next{padding:58px 0}.project-next-link{align-items:center}.project-next-arrow{font-size:38px}
}

/* =========================================================
   EPPOS v6 — editorial pages, contact, insights & polish
   ========================================================= */
:root{
  --line:rgba(22,22,22,.16);
  --line-light:rgba(244,241,234,.16);
  --orange-soft:#f0a083;
}
body.menu-open{overflow:hidden}
.desktop-nav a.is-active:after{transform:scaleX(1)}
.scroll-progress{position:fixed;left:0;top:0;width:100%;height:2px;z-index:150;pointer-events:none;transform:scaleX(0);transform-origin:left;background:var(--orange);will-change:transform}
::selection{background:var(--orange);color:#fff}

/* Shared editorial page hero */
.editorial-hero{padding:154px 0 92px;min-height:680px;display:flex;align-items:flex-end;overflow:hidden}
.editorial-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:88px;align-items:end;width:100%}
.editorial-hero h1{font-size:clamp(72px,7.5vw,116px);margin:0;line-height:.86}
.editorial-hero-copy{max-width:520px;justify-self:end}
.editorial-hero-copy>p{font-size:18px;line-height:1.6;margin-bottom:34px}
.editorial-kicker{display:flex;align-items:center;gap:18px;text-transform:uppercase;letter-spacing:.15em;font-size:10px}
.editorial-kicker:before{content:"";width:54px;height:1px;background:currentColor}

/* Studio */
.studio-hero{padding-bottom:54px}
.studio-visual{margin-top:48px;display:grid;grid-template-columns:1.15fr .85fr;min-height:410px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}
.studio-poster{position:relative;background:var(--ink);color:var(--ivory);min-height:410px;padding:34px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;isolation:isolate}
.studio-poster:before{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(244,241,234,.32);border-radius:50%;right:-90px;top:-90px}
.studio-poster:after{content:"";position:absolute;width:170px;height:170px;background:var(--orange);border-radius:50%;right:88px;bottom:-72px;mix-blend-mode:screen;opacity:.92}
.studio-poster-word{font:700 clamp(70px,9vw,138px)/.75 var(--display);letter-spacing:-.08em;position:relative;z-index:2}
.studio-poster-meta{display:flex;justify-content:space-between;align-items:end;font-size:10px;text-transform:uppercase;letter-spacing:.16em;position:relative;z-index:2}
.studio-manifesto{background:#e7ddd4;padding:54px;display:flex;align-items:flex-end}
.studio-manifesto p{font:600 clamp(33px,3.7vw,58px)/1.02 var(--display);letter-spacing:-.045em;margin:0;max-width:620px}
.studio-principles{padding:110px 0}
.studio-principles-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:86px}
.principle-list{border-top:1px solid var(--line)}
.principle-row{display:grid;grid-template-columns:48px .8fr 1.2fr;gap:26px;padding:34px 0;border-bottom:1px solid var(--line);align-items:start}
.principle-row>span{font-size:11px;color:var(--orange)}
.principle-row h3{font-size:30px;margin:0}
.principle-row p{margin:0;color:var(--muted);max-width:580px}
.studio-business{padding:100px 0}
.studio-business-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:end}
.studio-business-copy{font-size:20px;line-height:1.55;max-width:650px;margin:0}
.studio-business-tags{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line-light)}
.studio-business-tags span{padding:18px 0;border-bottom:1px solid var(--line-light);font-size:12px;text-transform:uppercase;letter-spacing:.1em}
.studio-business-tags span:nth-child(odd){border-right:1px solid var(--line-light);padding-right:20px}.studio-business-tags span:nth-child(even){padding-left:20px}
.studio-collab{padding:110px 0}
.studio-collab-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}
.studio-collab h2{font-size:clamp(46px,5vw,74px)}
.studio-collab-copy{max-width:570px;font-size:18px;line-height:1.65}
.studio-collab-copy .text-link{margin-top:14px}

/* Insights */
.insights-hero{padding-bottom:70px}
.insights-listing{padding:28px 0 116px}
.insights-featured{display:grid;grid-template-columns:1.15fr .85fr;gap:52px;padding:28px 0 76px;border-top:1px solid var(--line)}
.insight-cover{position:relative;overflow:hidden;min-height:460px;background:#ddd6cc;isolation:isolate}
.insight-cover:before,.insight-cover:after{content:"";position:absolute;pointer-events:none}
.cover-conversion{background:#d8d4ca}
.cover-conversion:before{left:8%;right:8%;top:12%;bottom:12%;border:1px solid rgba(22,22,22,.3);background:linear-gradient(90deg,transparent 0 62%,rgba(227,92,50,.95) 62% 64%,transparent 64%)}
.cover-conversion:after{width:34%;height:34%;left:18%;top:26%;border-radius:50%;background:var(--ink);box-shadow:260px 105px 0 -32px var(--orange)}
.cover-brand{background:var(--burgundy)}
.cover-brand:before{width:54%;height:54%;border-radius:50%;background:var(--orange);left:-10%;bottom:-18%}
.cover-brand:after{content:"Aa";font:700 clamp(90px,12vw,190px)/1 var(--display);letter-spacing:-.08em;color:var(--ivory);right:8%;top:20%}
.cover-hospitality{background:#d9c7b6}
.cover-hospitality:before{width:60%;height:1px;background:var(--ink);left:20%;top:50%;transform:rotate(-18deg);box-shadow:0 -48px 0 var(--orange),0 48px 0 rgba(22,22,22,.35)}
.cover-hospitality:after{width:160px;height:160px;border-radius:50%;border:28px solid var(--ink);right:11%;bottom:12%}
.insight-card-copy{align-self:end;padding-bottom:14px}
.insight-card-copy h2{font-size:clamp(44px,4.5vw,68px);margin-bottom:22px}
.insight-card-copy>p{font-size:17px;line-height:1.6;max-width:540px}
.insight-meta{display:flex;gap:18px;align-items:center;margin-bottom:22px;font-size:10px;text-transform:uppercase;letter-spacing:.15em}.insight-meta i{width:28px;height:1px;background:currentColor;display:block}
.insights-grid-page{display:grid;grid-template-columns:repeat(2,1fr);gap:60px 28px;padding-top:22px;border-top:1px solid var(--line)}
.insight-tile{display:grid;grid-template-columns:1fr;gap:24px}
.insight-tile .insight-cover{min-height:330px;transition:transform .55s var(--ease)}
.insight-tile:hover .insight-cover{transform:translateY(-5px)}
.insight-tile h3{font-size:34px;margin:0 0 8px}.insight-tile p{color:var(--muted);margin:0;max-width:520px}
.insight-tile .meta-line{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:var(--ink);margin-bottom:12px}

/* Article */
.article-hero{padding:154px 0 64px}
.article-hero-grid{display:grid;grid-template-columns:.28fr 1.22fr .5fr;gap:46px;align-items:end}
.article-hero h1{font-size:clamp(58px,6vw,92px);line-height:.92;margin:0}
.article-hero-side{font-size:12px;line-height:1.7;color:var(--muted);padding-bottom:8px}
.article-cover-wrap{padding-bottom:92px}.article-cover-wrap .insight-cover{min-height:min(60vw,720px)}
.article-body{padding:96px 0 126px;background:#fff}
.article-grid{display:grid;grid-template-columns:.35fr 1.1fr .35fr;gap:56px;align-items:start}
.article-toc{position:sticky;top:110px;font-size:11px;text-transform:uppercase;letter-spacing:.11em;line-height:1.8}.article-toc a{display:block;color:var(--muted);transition:color .2s}.article-toc a:hover{color:var(--orange)}
.article-content{max-width:760px}.article-content .article-lead{font:500 27px/1.45 var(--display);letter-spacing:-.025em;margin-bottom:48px}.article-content h2{font-size:40px;line-height:1.08;margin:72px 0 22px}.article-content h3{font-size:25px;margin:42px 0 16px}.article-content p,.article-content li{font-size:17px;line-height:1.8;color:#3b3936}.article-content ul{padding-left:20px}.article-content blockquote{font:600 34px/1.25 var(--display);letter-spacing:-.035em;margin:58px 0;padding:32px 0;border-top:2px solid var(--orange);border-bottom:1px solid var(--line);color:var(--ink)}
.article-aside{position:sticky;top:110px;border-left:1px solid var(--line);padding-left:24px}.article-aside span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:var(--muted);margin-bottom:14px}.article-aside a{font-size:13px;color:var(--orange)}
.article-next{padding:86px 0}.article-next-link{display:flex;justify-content:space-between;gap:40px;align-items:flex-end;border-top:1px solid var(--line);padding-top:36px}.article-next-link h2{font-size:clamp(42px,5vw,72px)}

/* Contact */
.contact-hero{padding:154px 0 70px}.contact-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;align-items:end}.contact-hero h1{font-size:clamp(74px,8vw,122px);margin:0;line-height:.84}.contact-intro{max-width:510px;justify-self:end;font-size:19px;line-height:1.6}.contact-intro a{color:var(--orange)}
.contact-main{padding:36px 0 118px}.contact-grid{display:grid;grid-template-columns:.62fr 1.38fr;gap:92px;align-items:start}.contact-aside{position:sticky;top:116px}.contact-aside h3{font-size:26px;margin-bottom:24px}.contact-aside dl{margin:0}.contact-aside dt{text-transform:uppercase;font-size:10px;letter-spacing:.15em;margin:26px 0 7px;color:var(--muted)}.contact-aside dd{margin:0;font-size:15px}.contact-aside dd a:hover{color:var(--orange)}
.project-form{border-top:1px solid var(--line)}.form-row{display:grid;grid-template-columns:170px 1fr;gap:32px;padding:28px 0;border-bottom:1px solid var(--line);align-items:start}.form-row label,.form-row .form-label{font-size:11px;text-transform:uppercase;letter-spacing:.14em;font-weight:600;padding-top:11px}.form-row input[type=text],.form-row input[type=email],.form-row textarea{width:100%;border:0;background:transparent;font:500 26px/1.25 var(--display);letter-spacing:-.025em;color:var(--ink);padding:4px 0;outline:none}.form-row textarea{resize:vertical;min-height:135px}.form-row input::placeholder,.form-row textarea::placeholder{color:#aaa39a}.form-row:focus-within{border-color:var(--orange)}
.choice-grid{display:flex;flex-wrap:wrap;gap:10px}.choice-chip{position:relative}.choice-chip input{position:absolute;opacity:0;pointer-events:none}.choice-chip span{display:block;border:1px solid var(--line);border-radius:999px;padding:10px 15px;font-size:12px;cursor:pointer;transition:.2s var(--ease)}.choice-chip input:checked+span{background:var(--ink);color:#fff;border-color:var(--ink)}.choice-chip input:focus-visible+span{outline:2px solid var(--orange);outline-offset:3px}
.form-actions{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:28px}.form-note{font-size:11px;color:var(--muted);max-width:400px;margin:0}.form-status{font-size:12px;color:var(--orange);margin-top:18px;min-height:20px}
.contact-marquee{overflow:hidden;background:var(--orange);color:#fff;padding:20px 0}.contact-marquee-track{display:flex;width:max-content;gap:34px;font:600 28px/1 var(--display);letter-spacing:-.03em;animation:marquee 20s linear infinite}.contact-marquee-track span{display:flex;gap:34px;align-items:center}.contact-marquee-track span:after{content:"→"}@keyframes marquee{to{transform:translateX(-50%)}}

/* Legal + 404 */
.legal-page{padding:154px 0 120px}.legal-grid{display:grid;grid-template-columns:.4fr 1.2fr .4fr;gap:48px}.legal-grid h1{font-size:clamp(62px,6vw,88px)}.legal-copy{grid-column:2}.legal-copy h2{font-size:30px;margin:56px 0 18px}.legal-copy p,.legal-copy li{font-size:15px;line-height:1.8;color:#44413d}.legal-copy p:first-of-type{font-size:18px;color:var(--ink)}
.not-found{min-height:100vh;display:grid;place-items:center;padding:110px 0}.not-found-inner{text-align:center}.not-found-code{font:700 clamp(120px,22vw,310px)/.72 var(--display);letter-spacing:-.09em;color:var(--orange)}.not-found h1{font-size:clamp(42px,5vw,70px);margin:30px 0 18px}.not-found p{max-width:520px;margin:0 auto 30px;color:var(--muted)}

/* Homepage v6 refinements */
.home-studio-link{display:block}.studio-poster.home-poster{min-height:100%;height:100%;padding:24px}.studio-poster.home-poster .studio-poster-word{font-size:clamp(54px,5.4vw,90px)}.studio-poster.home-poster:after{width:120px;height:120px;right:40px;bottom:-42px}
.home-insight-card{display:block}.home-insight-card .mini-cover{height:108px;margin-bottom:14px;position:relative;overflow:hidden}.home-insight-card .mini-cover.cover-conversion:after{width:26%;height:48%;box-shadow:94px 32px 0 -14px var(--orange)}.home-insight-card .mini-cover.cover-brand:after{font-size:58px}.home-insight-card .mini-cover.cover-hospitality:after{width:62px;height:62px;border-width:12px}.home-insight-card h3{transition:color .2s var(--ease)}.home-insight-card:hover h3{color:var(--orange)}

/* Dark header mode when menu is open */
body.menu-open .site-header{color:var(--ivory);background:transparent;box-shadow:none;backdrop-filter:none}.mobile-menu-inner small{font:500 10px/1 var(--body);text-transform:uppercase;letter-spacing:.15em;color:var(--orange);margin-bottom:18px}

@media(max-width:1050px){
  .editorial-hero-grid,.studio-business-grid,.studio-collab-grid,.contact-hero-grid{grid-template-columns:1fr;gap:38px}.editorial-hero-copy,.contact-intro{justify-self:start;max-width:650px}
  .studio-visual{grid-template-columns:1fr}.studio-manifesto{min-height:330px}.studio-principles-grid{grid-template-columns:1fr;gap:40px}.studio-business-grid{align-items:start}
  .insights-featured{grid-template-columns:1fr}.insight-cover{min-height:420px}.insights-grid-page{grid-template-columns:1fr 1fr}
  .article-hero-grid{grid-template-columns:.25fr 1.25fr}.article-hero-side{grid-column:2}.article-grid{grid-template-columns:.26fr 1.3fr}.article-aside{display:none}
  .contact-grid{grid-template-columns:.45fr 1.55fr;gap:55px}
  .legal-grid{grid-template-columns:.25fr 1.5fr .25fr}
}
@media(max-width:720px){
  .editorial-hero{padding:118px 0 62px;min-height:auto}.editorial-hero h1{font-size:clamp(60px,17vw,84px)}.editorial-hero-copy>p{font-size:16px}
  .studio-visual{margin-top:32px;min-height:auto}.studio-poster{min-height:320px;padding:24px}.studio-manifesto{min-height:290px;padding:30px}.studio-principles,.studio-business,.studio-collab{padding:70px 0}.principle-row{grid-template-columns:34px 1fr;gap:12px 18px;padding:26px 0}.principle-row p{grid-column:2}.studio-business-copy,.studio-collab-copy{font-size:16px}.studio-business-tags{grid-template-columns:1fr}.studio-business-tags span:nth-child(odd){border-right:0;padding-right:0}.studio-business-tags span:nth-child(even){padding-left:0}
  .insights-hero{padding-bottom:48px}.insights-listing{padding-bottom:78px}.insights-featured{gap:26px;padding-bottom:56px}.insight-cover{min-height:300px}.insights-grid-page{grid-template-columns:1fr;gap:48px}.insight-tile .insight-cover{min-height:260px}.insight-card-copy h2{font-size:42px}.insight-tile h3{font-size:29px}
  .article-hero{padding:118px 0 48px}.article-hero-grid{grid-template-columns:1fr;gap:24px}.article-hero-side{grid-column:auto}.article-cover-wrap{padding-bottom:56px}.article-cover-wrap .insight-cover{min-height:330px}.article-body{padding:64px 0 86px}.article-grid{grid-template-columns:1fr}.article-toc{position:static;border-bottom:1px solid var(--line);padding-bottom:24px}.article-content .article-lead{font-size:23px}.article-content h2{font-size:34px;margin-top:58px}.article-content p,.article-content li{font-size:16px}.article-content blockquote{font-size:29px}.article-next-link{align-items:center}
  .contact-hero{padding:118px 0 50px}.contact-hero h1{font-size:clamp(62px,18vw,90px)}.contact-intro{font-size:16px}.contact-main{padding-bottom:80px}.contact-grid{grid-template-columns:1fr;gap:54px}.contact-aside{position:static}.form-row{grid-template-columns:1fr;gap:10px;padding:23px 0}.form-row label,.form-row .form-label{padding-top:0}.form-row input[type=text],.form-row input[type=email],.form-row textarea{font-size:22px}.form-actions{align-items:flex-start;flex-direction:column}.contact-marquee-track{font-size:23px}
  .legal-page{padding:118px 0 80px}.legal-grid{grid-template-columns:1fr}.legal-copy{grid-column:auto}.legal-grid>.eyebrow{margin-bottom:0}
}
.work-filter button{appearance:none;border:0;background:none;padding:0;color:inherit;font:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer;position:relative;opacity:.52;transition:opacity .2s,color .2s}.work-filter button:hover,.work-filter button.is-active{opacity:1;color:var(--orange)}.portfolio-item.is-filtered-out{display:none}
.contact-footer{padding:72px 0 36px}.contact-footer-grid{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end;border-bottom:1px solid var(--line-light);padding-bottom:42px}.contact-footer .footer-brand strong{font-size:54px}.contact-footer .footer-bottom{padding-top:28px}
@media(max-width:720px){.contact-footer-grid{grid-template-columns:1fr}.contact-footer .footer-brand strong{font-size:44px}}
button.btn{border:0;cursor:pointer}

/* =========================================================
   EPPOS v7 — Homepage visual refinement
   Desktop polish + purpose-built mobile composition
   ========================================================= */
.home-page .hero{min-height:760px;padding-top:112px}
.home-page .hero-grid{grid-template-columns:44% 56%;min-height:660px;align-items:stretch}
.home-page .hero-copy{padding-top:64px}
.home-page .hero h1{font-size:clamp(72px,7.45vw,118px);line-height:.82;letter-spacing:-.058em}
.home-page .hero-lead{max-width:455px;line-height:1.55}
.home-page .hero-art{min-height:625px}
.home-page .horse-frame{inset:0 -54px 0 -4px;box-shadow:none}
.home-page .horse-frame img{object-position:69% center;transform:scale(1.035)}
.home-page .momentum-line{left:-30%;top:44%}
.home-page .intro{padding:104px 0 108px}
.home-page .intro-grid{gap:80px}
.home-page .work{padding:112px 0 110px}
.home-page .section-heading{margin-bottom:48px}
.home-page .project-meta{min-height:72px;padding:15px 16px 14px}
.home-page .services{padding:118px 0 122px}
.home-page .services-grid{gap:110px}
.home-page .statement{padding:94px 0}
.home-page .process{padding:98px 0 104px}
.home-page .expertise{padding:70px 0 74px}
.home-page .studio-grid{grid-template-columns:.86fr .82fr 1.52fr;min-height:390px}
.home-page .studio-poster.home-poster{min-height:390px;padding:30px}
.home-page .studio-copy{padding:54px 46px}
.home-page .studio-copy h2{font-size:46px}
.home-page .studio-copy p:not(.eyebrow){font-size:14px;line-height:1.65}
.home-page .insights{padding:52px 0 48px 42px}
.home-page .home-insight-card .mini-cover{height:142px;margin-bottom:16px}
.home-page .home-insight-card h3{font-size:17px;line-height:1.15;margin-bottom:7px}
.home-page .final-cta{padding:88px 0 28px}
.home-page .final-cta h2{font-size:56px}

/* Ensure the editorial mini covers render consistently on the homepage */
.home-page .mini-cover:before,.home-page .mini-cover:after{content:"";position:absolute;pointer-events:none}
.home-page .mini-cover.cover-brand:after{content:"Aa"}

@media (max-width:1050px){
  .home-page .hero{min-height:auto}
  .home-page .hero-grid{grid-template-columns:1fr;min-height:auto}
  .home-page .hero-copy{padding-top:34px}
  .home-page .hero-art{min-height:500px;margin-top:-8px}
  .home-page .studio-grid{grid-template-columns:1fr 1fr}
  .home-page .insights{grid-column:1/-1;padding:50px 0}
}

@media (max-width:720px){
  .home-page .container{width:calc(100% - 36px)}
  .home-page .header-inner{height:66px}
  .home-page .logo{font-size:27px}
  .home-page .menu-toggle{width:38px;height:38px}

  /* Hero: one strong image plane, rather than the desktop zig-zag split */
  .home-page .hero{padding-top:72px;overflow:hidden}
  .home-page .hero-copy{padding-top:26px}
  .home-page .hero h1{font-size:clamp(56px,16.6vw,68px);line-height:.84;letter-spacing:-.062em;margin-bottom:18px}
  .home-page .hero-lead{font-size:15px;line-height:1.5;max-width:315px;margin-bottom:24px}
  .home-page .hero-actions{gap:15px}
  .home-page .scroll-link{font-size:9px}
  .home-page .hero-art{min-height:300px;margin:28px -18px 0}
  .home-page .horse-frame{inset:0 -26px 0 16px;clip-path:polygon(14% 0,100% 0,88% 100%,0 100%)}
  .home-page .horse-frame img{transform:scale(1.02);object-position:67% center;filter:saturate(.18) contrast(1.08)}
  .home-page .momentum-line{left:-18%;right:-12%;top:44%;height:110px;transform:none}
  .home-page .momentum-path,.home-page .momentum-arrow{stroke-width:3}
  .home-page .hero-tag{right:24px;top:17%;font-size:8px;letter-spacing:.14em}

  .home-page .intro{padding:62px 0 72px}
  .home-page .intro-grid{gap:24px}
  .home-page .intro-grid h2{font-size:43px;line-height:.94}
  .home-page .intro-copy{font-size:15px;line-height:1.6}

  .home-page .work{padding:66px 0 72px}
  .home-page .section-heading{display:grid;grid-template-columns:1fr auto;align-items:start;gap:14px;margin-bottom:30px}
  .home-page .section-heading h2{font-size:44px;line-height:.91;max-width:250px}
  .home-page .section-heading .utility-link{font-size:8px;margin-top:25px;gap:8px}
  .home-page .work-grid{gap:14px}
  .home-page .project-card{border-color:rgba(255,255,255,.11)}
  .home-page .project-large .project-media{aspect-ratio:1.18}
  .home-page .compact .project-media{aspect-ratio:1.7}
  .home-page .project-meta{min-height:64px;padding:12px 12px 11px}
  .home-page .project-meta strong{font-size:10px}
  .home-page .project-meta span,.home-page .project-meta b{font-size:9px}
  .home-page .project-stack{gap:14px}

  .home-page .services{padding:72px 0 76px;overflow:visible}
  .home-page .services-grid{gap:34px}
  .home-page .services-title{overflow:visible;transform:none!important}
  .home-page .services-title h2{font-size:44px;line-height:.93}
  .home-page .service-row{grid-template-columns:28px minmax(0,1fr) auto;gap:10px;padding:17px 0;min-height:0}
  .home-page .service-row strong{font-size:19px}
  .home-page .service-row em{grid-column:2 / 4;font-size:10px;line-height:1.45;padding-right:4px}
  .home-page .service-row .explore{font-size:9px}

  .home-page .statement{padding:68px 0 72px;min-height:330px;display:flex;align-items:center}
  .home-page .statement-grid{width:100%;display:block}
  .home-page .statement h2{font-size:43px;line-height:.94;letter-spacing:-.05em}
  .home-page .statement .eyebrow{margin-bottom:22px}

  .home-page .process{padding:72px 0 78px}
  .home-page .process-grid{gap:38px}
  .home-page .process h2{font-size:40px;line-height:.96}
  .home-page .steps{grid-template-columns:1fr;gap:0;border-top:1px solid rgba(22,22,22,.16)}
  .home-page .steps article{display:grid;grid-template-columns:34px 92px 1fr;gap:12px;border-left:0;border-bottom:1px solid rgba(22,22,22,.16);padding:20px 0;align-items:start}
  .home-page .steps article span{padding-top:4px}
  .home-page .steps article h3{font-size:20px;margin:0;padding-top:1px}
  .home-page .steps article p{font-size:11px;line-height:1.55;margin:0}

  .home-page .expertise{padding:68px 0 72px}
  .home-page .expertise-grid{gap:26px}
  .home-page .expertise h2{font-size:40px;line-height:.95}
  .home-page .expertise-copy{font-size:13px;line-height:1.6;max-width:310px}
  .home-page .industry-list{grid-template-columns:1fr;gap:0;border-top:1px solid rgba(244,241,234,.14)}
  .home-page .industry-list span{text-align:left;padding:15px 0 15px 32px;border-bottom:1px solid rgba(244,241,234,.14);font-size:11px}
  .home-page .industry-list span:before{left:0;top:11px;font-size:18px}

  /* Mobile storytelling: statement first, then brand poster, then thinking */
  .home-page .studio-grid{display:flex;flex-direction:column;min-height:0}
  .home-page .studio-copy{order:1;padding:68px 0 54px}
  .home-page .studio-copy h2{font-size:43px;line-height:.94}
  .home-page .studio-copy p:not(.eyebrow){font-size:14px;line-height:1.65;margin:18px 0 24px}
  .home-page .home-studio-link{order:2;margin:0 -18px}
  .home-page .studio-poster.home-poster{min-height:270px;height:270px;padding:24px 18px}
  .home-page .studio-poster.home-poster .studio-poster-word{font-size:64px}
  .home-page .studio-poster.home-poster:before{width:270px;height:270px;right:-92px;top:-84px}
  .home-page .studio-poster.home-poster:after{width:105px;height:105px;right:36px;bottom:-40px}
  .home-page .insights{order:3;padding:62px 0 68px}
  .home-page .insights-head{align-items:center;margin-bottom:24px}
  .home-page .insight-grid{grid-template-columns:1fr;gap:14px}
  .home-page .home-insight-card{display:grid;grid-template-columns:112px 1fr;column-gap:16px;align-items:center;border-top:1px solid rgba(22,22,22,.13);padding-top:14px}
  .home-page .home-insight-card .mini-cover{grid-row:1 / 3;height:84px;margin:0}
  .home-page .home-insight-card h3{font-size:16px;line-height:1.15;margin:0;align-self:end}
  .home-page .home-insight-card p{font-size:9px;align-self:start;margin-top:6px}
  .home-page .home-insight-card .mini-cover.cover-conversion:after{box-shadow:54px 23px 0 -12px var(--orange)}
  .home-page .home-insight-card .mini-cover.cover-brand:after{font-size:44px}
  .home-page .home-insight-card .mini-cover.cover-hospitality:after{width:48px;height:48px;border-width:9px}

  .home-page .final-cta{padding:72px 0 26px}
  .home-page .final-cta-grid{gap:24px}
  .home-page .final-cta h2{font-size:46px;line-height:.95}
  .home-page .footer-bottom{grid-template-columns:1fr;padding-top:20px;gap:12px;font-size:9px}
  .home-page .footer-bottom>div:last-child{justify-content:flex-start}
}

/* Contact form — live endpoint states */
.form-hp{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.form-actions .btn:disabled{opacity:.58;cursor:wait;transform:none}
.form-note a{text-decoration:underline;text-underline-offset:3px}.form-note a:hover{color:var(--orange)}
.form-status.is-success{color:#2f6f4e}.form-status.is-error{color:#b6372c}

/* =========================================================
   EPPOS v10 — controlled production refinements
   Built on the v8 visual system. No new layout experiments.
   Focus: readability, accessibility, resilient responsive UI.
   ========================================================= */
:root{--orange-text:#b74320}
body{font-size:17px;line-height:1.6}
.eyebrow{font-size:12px;line-height:1.25}
.btn{min-height:52px;padding-inline:25px;font-size:14px}
.btn-orange{background:var(--orange);color:var(--ink)}
.btn-orange:hover{background:var(--ivory);color:var(--ink)}
.text-link{color:var(--orange-text);font-size:15px}
.section-dark .text-link{color:var(--orange)}
.utility-link{font-size:12px;line-height:1.3}
.logo{font-size:34px}
.desktop-nav{font-size:15px;gap:40px}
.desktop-nav a{padding:8px 2px}
.scroll-link{font-size:11px}
.hero-tag{font-size:12px}
.hero-index span{font-size:11px}
.hero-index b{font-size:16px}
.intro-copy{font-size:18px;line-height:1.6}
.intro-pillars{font-size:12px}
.project-meta{min-height:74px}
.project-meta strong{font-size:12px}
.project-meta span{font-size:11.5px;line-height:1.45}
.project-meta b{font-size:11.5px}
.service-row{min-height:84px}
.service-row .num{font-size:14px}
.service-row strong{font-size:22px}
.service-row em{font-size:13.5px;line-height:1.5}
.explore{font-size:12.5px}
.statement .eyebrow,.statement-side{color:var(--ink);opacity:.9}
.statement-side{font-size:12px;font-weight:600}
.steps span{font-size:12px}
.steps p{font-size:14px;line-height:1.6}
.expertise-copy{font-size:15px;line-height:1.65}
.industry-list span{font-size:13px;line-height:1.4}
.studio-copy p:not(.eyebrow){font-size:15px;line-height:1.65}
.insight-grid p{font-size:12px;line-height:1.45}
.footer-brand span{font-size:12px}
.footer-bottom{font-size:12px;line-height:1.45}
.mobile-menu-inner small{font-size:12px}
.skip-link{font-size:14px}
.form-status{color:var(--orange-text)}

/* Secondary-page typography and controls */
.work-filter button{font-size:14px;min-height:34px;padding:5px 0}
.article-aside span{font-size:12px}.article-aside a{font-size:14px}
.contact-aside dt{font-size:12px}.contact-aside dd{font-size:16px}
.form-row label,.form-row .form-label{font-size:12.5px}
.choice-chip span{font-size:14px;min-height:44px;display:flex;align-items:center}
.form-note{font-size:12.5px;line-height:1.55}.form-status{font-size:14px}
.legal-copy p,.legal-copy li{font-size:16px}.legal-copy small{font-size:13px;color:var(--muted)}

/* Preserve readable text widths. */
.article-content p,.article-content li{max-width:75ch}
.legal-copy{max-width:780px}

@media(max-width:1050px){
  .desktop-nav{font-size:15px}
  .hero-lead{font-size:18px}
}

@media(max-width:720px){
  body{font-size:16px;line-height:1.6}
  .container,.home-page .container{width:calc(100% - 40px)}
  .header-inner,.home-page .header-inner{height:72px}
  .logo,.home-page .logo{font-size:29px}
  .eyebrow{font-size:11.5px;line-height:1.3;letter-spacing:.15em}
  .btn{min-height:50px;font-size:14px}
  .utility-link{font-size:11.5px}
  .text-link{font-size:15px}
  .mobile-menu a{font-size:clamp(40px,12vw,58px)}
  .mobile-menu-inner small{font-size:11.5px}

  /* Homepage — readable, deliberate mobile composition. */
  .home-page .hero{padding-top:76px}
  .home-page .hero-copy{padding-top:26px}
  .home-page .hero h1{font-size:clamp(54px,16vw,66px);line-height:.86;letter-spacing:-.058em}
  .home-page .hero-lead{font-size:16px;line-height:1.58;max-width:340px}
  .home-page .scroll-link{font-size:11px}
  .home-page .hero-tag{font-size:10px;line-height:1.35}
  .home-page .intro-grid h2{font-size:44px}
  .home-page .intro-copy{font-size:16px;line-height:1.65}
  .home-page .section-heading h2{font-size:44px}
  .home-page .section-heading .utility-link{font-size:11px;margin-top:20px}
  .home-page .project-meta{min-height:72px;padding:13px}
  .home-page .project-meta strong{font-size:12px;line-height:1.3}
  .home-page .project-meta span,.home-page .project-meta b{font-size:11px;line-height:1.4}
  .home-page .services-title h2{font-size:44px}
  .home-page .service-row{grid-template-columns:30px minmax(0,1fr) auto;gap:10px;padding:19px 0}
  .home-page .service-row .num{font-size:12px}
  .home-page .service-row strong{font-size:20px}
  .home-page .service-row em{font-size:13px;line-height:1.5}
  .home-page .service-row .explore{font-size:12px}
  .home-page .statement h2{font-size:44px;line-height:.96}
  .home-page .process h2{font-size:40px}
  .home-page .steps article{grid-template-columns:30px 80px minmax(0,1fr);gap:10px}
  .home-page .steps article span{font-size:12px}
  .home-page .steps article h3{font-size:20px}
  .home-page .steps article p{font-size:14px;line-height:1.55}
  .home-page .expertise h2{font-size:40px}
  .home-page .expertise-copy{font-size:15px;line-height:1.65}
  .home-page .industry-list span{font-size:14px;line-height:1.4;padding-block:17px}
  .home-page .studio-copy h2{font-size:43px}
  .home-page .studio-copy p:not(.eyebrow){font-size:15px;line-height:1.65}
  .home-page .home-insight-card h3{font-size:17px;line-height:1.22}
  .home-page .home-insight-card p{font-size:12px;line-height:1.4}
  .home-page .final-cta h2{font-size:45px;line-height:.97}
  .home-page .footer-bottom{font-size:12px;line-height:1.5}

  /* Interior pages */
  .editorial-hero-copy>p,.contact-intro{font-size:17px;line-height:1.6}
  .studio-business-copy,.studio-collab-copy{font-size:17px}
  .article-content p,.article-content li{font-size:17px;line-height:1.75}
  .article-toc a{font-size:14px;line-height:1.6}
  .article-aside span{font-size:12px}
  .contact-aside dt{font-size:12px}.contact-aside dd{font-size:16px}
  .form-row label,.form-row .form-label{font-size:12.5px}
  .choice-chip span{font-size:14px;padding:11px 16px}
  .form-note{font-size:12.5px}
  .form-status{font-size:14px}
  .legal-copy p,.legal-copy li{font-size:16px;line-height:1.75}
}

@media(max-width:360px){
  .container,.home-page .container{width:calc(100% - 32px)}
  .home-page .hero h1{font-size:52px}
  .home-page .section-heading h2,.home-page .services-title h2,.home-page .statement h2{font-size:40px}
  .home-page .steps article{grid-template-columns:28px 72px minmax(0,1fr);gap:8px}
  .home-page .project-meta{gap:8px}
  .home-page .project-meta b{white-space:normal;text-align:right}
}

/* v10 legibility floor for secondary metadata */
.services-hero-tag{font-size:12px}
.services-index span{font-size:11.5px}
.service-detail figcaption{font-size:12px;line-height:1.45}
.services-approach>div>p:last-child,.services-approach-grid>p{font-size:12.5px;line-height:1.55}
.project-deliverables>span{font-size:12px}
.editorial-kicker{font-size:12px}
.studio-poster-meta{font-size:12px}
.principle-row>span{font-size:12px}
.insight-meta,.insight-tile .meta-line{font-size:12px}
.article-toc{font-size:13px}
@media(max-width:720px){
  .home-page .hero-tag{font-size:11px}
  .home-page .project-meta span,.home-page .project-meta b{font-size:12px}
  .services-hero-tag{font-size:11px}
  .services-index span{font-size:11px}
  .service-detail figcaption,.project-deliverables>span,.editorial-kicker,.studio-poster-meta,.principle-row>span,.insight-meta,.insight-tile .meta-line{font-size:12px}
  .article-toc{font-size:13px}
}

/* v10 contrast corrections for small text on light surfaces */
.hero-tag,.services-hero-tag,.brand-card span,.portfolio-no,.principle-row>span,
.article-toc a:hover,.article-aside a,.contact-intro a,.contact-aside dd a:hover,
.work-filter button:hover,.work-filter button.is-active,.form-note a:hover,
.home-insight-card:hover h3,.service-row:hover .explore{color:var(--orange-text)}
.section-dark .hero-tag,.section-dark .article-aside a{color:var(--orange)}
@media(max-width:360px){
  .home-page .hero-art{margin-left:-16px;margin-right:-16px}
  .home-page .home-studio-link{margin-left:-16px;margin-right:-16px}
}

/* v10 responsive hardening for long project names */
.work-filter{font-size:14px}
.project-hero-meta p{font-size:16px}
.project-deliverables ul{font-size:14px;line-height:1.7}
@media(max-width:720px){
  .portfolio-item,.portfolio-item.portfolio-reverse{min-width:0}
  .portfolio-image,.portfolio-copy,.portfolio-copy>div{min-width:0}
  .portfolio-copy{grid-template-columns:28px minmax(0,1fr) auto}
  .portfolio-copy h2{font-size:clamp(35px,10vw,42px);overflow-wrap:anywhere}
  .project-hero-head>div{min-width:0}
  .project-adele .project-hero h1{font-size:clamp(42px,11.5vw,56px);line-height:.9;overflow-wrap:anywhere}
  .project-next-link{gap:16px}
  .project-next-link>div{min-width:0}
  .project-next-link h2{font-size:clamp(36px,10.5vw,46px);overflow-wrap:anywhere}
  .project-next-arrow{flex:0 0 auto}
  .project-deliverables ul{font-size:14px}
}
@media(max-width:720px){
  .project-alfasolid .project-hero h1{font-size:clamp(44px,14vw,58px);line-height:.9;overflow-wrap:anywhere}
}

/* v10 final QA — secondary copy and filter contrast */
.work-hero-copy>p,.contact-intro{color:#4b4843}
.work-filter button{opacity:1;color:#6d6a65}
.work-filter button:hover,.work-filter button.is-active{opacity:1;color:var(--orange-text)}
.contact-intro a{color:var(--orange-text)}
@media(max-width:720px){
  .work-hero-copy>p,.contact-intro{color:#4b4843}
}

/* =========================================================
   EPPOS v11 — readability + contact + footer QA pass
   Goal: make the site comfortably readable on real screens,
   remove form friction, and harden footer/brand spacing.
   ========================================================= */

/* Global readability floor */
body{font-size:18px;line-height:1.65}
.header-inner{height:88px}
.logo{font-size:36px;line-height:1;display:inline-flex;align-items:center}
.desktop-nav{font-size:16px;gap:42px}
.btn{min-height:54px;padding-inline:27px;font-size:15px}
.eyebrow{font-size:13px;line-height:1.35;letter-spacing:.16em}
.utility-link{font-size:13px;line-height:1.4}
.text-link{font-size:16px;line-height:1.4}
.scroll-link{font-size:12px}
.hero-lead{font-size:19px;line-height:1.55}
.hero-tag,.services-hero-tag{font-size:13px;line-height:1.45}
.hero-index span,.services-index span{font-size:12.5px;line-height:1.45}
.hero-index b,.services-index b{font-size:17px}
.intro-copy{font-size:19px;line-height:1.65}
.intro-pillars{font-size:13px;line-height:1.65}

/* Cards, services and process */
.project-meta{min-height:80px;padding:15px 16px 14px}
.project-meta strong{font-size:13px;line-height:1.35}
.project-meta span,.project-meta b{font-size:13px;line-height:1.5}
.service-row{min-height:90px}
.service-row .num{font-size:14.5px}
.service-row strong{font-size:23px}
.service-row em{font-size:14.5px;line-height:1.55}
.explore{font-size:13.5px}
.statement-side{font-size:13px;line-height:1.65}
.steps span{font-size:13px}
.steps p{font-size:15px;line-height:1.65}
.expertise-copy{font-size:16px;line-height:1.7}
.industry-list span{font-size:14.5px;line-height:1.5}
.studio-copy p:not(.eyebrow){font-size:16px;line-height:1.7}
.insight-grid h3{font-size:18px;line-height:1.25}
.insight-grid p{font-size:13.5px;line-height:1.5}

/* Secondary-page readability */
.work-filter,.work-filter button{font-size:15px}
.services-hero-tag{font-size:13px}
.service-detail figcaption{font-size:13px;line-height:1.5}
.services-approach>div>p:last-child,.services-approach-grid>p{font-size:13.5px;line-height:1.6}
.project-hero-meta p{font-size:17px;line-height:1.6}
.project-deliverables>span{font-size:13px}
.project-deliverables ul{font-size:15px;line-height:1.75}
.editorial-kicker{font-size:13px}
.studio-poster-meta{font-size:13px;line-height:1.5}
.principle-row>span{font-size:13px}
.insight-meta,.insight-tile .meta-line{font-size:13px;line-height:1.45}
.article-toc{font-size:14px;line-height:1.8}
.article-toc a{font-size:14px}
.article-aside span{font-size:13px}
.article-aside a{font-size:15px}
.article-content p,.article-content li{font-size:18px;line-height:1.75}
.legal-copy p,.legal-copy li{font-size:17px;line-height:1.75}
.legal-copy small{font-size:14px}

/* Contact: simpler form, larger labels and controls */
.contact-intro{font-size:18px;line-height:1.7}
.contact-aside dt{font-size:13px;line-height:1.4}
.contact-aside dd{font-size:17px;line-height:1.55}
.project-form{border-top:1px solid var(--line)}
.form-row{grid-template-columns:190px minmax(0,1fr);gap:36px;padding:31px 0}
.form-row label,.form-row .form-label{font-size:14px;line-height:1.4;padding-top:10px}
.form-row input[type=text],.form-row input[type=email],.form-row textarea{font-size:27px;line-height:1.3}
.choice-chip span{font-size:15px;min-height:48px;padding:12px 18px}
.form-note{font-size:14px;line-height:1.6;max-width:430px}
.form-status{font-size:15px;line-height:1.5}

/* Footer: this is content, not micro-copy. Keep it comfortably readable. */
.final-cta{padding-bottom:32px}
.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:9px;min-width:0}
.footer-brand strong{display:block;font-size:38px;line-height:.88;letter-spacing:-.06em}
.footer-brand span{display:block;font-size:14px;line-height:1.4;opacity:.82;margin:0}
.footer-bottom{margin-top:46px;padding-top:28px;padding-bottom:8px;grid-template-columns:1.35fr .72fr .82fr auto;gap:34px;font-size:14px;line-height:1.55;color:rgba(255,255,255,.8)}
.footer-bottom nav,.footer-bottom div{gap:7px}
.footer-bottom a{transition:color .2s ease}
.footer-bottom a:hover{color:#fff}
.footer-bottom div:last-child{gap:20px}
.contact-footer{padding:80px 0 42px}
.contact-footer-grid{padding-bottom:46px}
.contact-footer .footer-brand{gap:12px}
.contact-footer .footer-brand strong{font-size:56px;line-height:.86}
.contact-footer .footer-brand span{font-size:15px;line-height:1.4}

/* Avoid stale old micro-type rules on homepage. */
.home-page .scroll-link{font-size:12px}
.home-page .hero-tag{font-size:12px}
.home-page .section-heading .utility-link{font-size:12.5px}
.home-page .project-meta strong{font-size:13px}
.home-page .project-meta span,.home-page .project-meta b{font-size:13px}
.home-page .service-row em{font-size:14px;line-height:1.55}
.home-page .service-row .explore{font-size:13px}
.home-page .steps article p{font-size:15px;line-height:1.6}
.home-page .industry-list span{font-size:14px}
.home-page .home-insight-card p{font-size:13px;line-height:1.45}
.home-page .footer-bottom{font-size:14px;line-height:1.55}

@media(max-width:1050px){
  .footer-bottom{grid-template-columns:1fr 1fr;row-gap:24px}
  .footer-bottom div:last-child{justify-content:flex-start}
}

@media(max-width:720px){
  body{font-size:17px;line-height:1.65}
  .header-inner,.home-page .header-inner{height:76px}
  .logo,.home-page .logo{font-size:31px}
  .eyebrow{font-size:12.5px;line-height:1.4}
  .btn{min-height:52px;font-size:15px}
  .utility-link{font-size:12.5px}
  .text-link{font-size:15.5px}
  .mobile-menu-inner small{font-size:13px}
  .home-page .hero-lead{font-size:17px;line-height:1.6}
  .home-page .scroll-link{font-size:12px}
  .home-page .hero-tag{font-size:11.5px}
  .home-page .intro-copy{font-size:17px;line-height:1.7}
  .home-page .section-heading .utility-link{font-size:12px}
  .home-page .project-meta{min-height:78px}
  .home-page .project-meta strong{font-size:13px}
  .home-page .project-meta span,.home-page .project-meta b{font-size:12.5px}
  .home-page .service-row em{font-size:13.5px}
  .home-page .service-row .explore{font-size:12.5px}
  .home-page .steps article span{font-size:12.5px}
  .home-page .steps article p{font-size:14.5px;line-height:1.6}
  .home-page .expertise-copy{font-size:16px;line-height:1.7}
  .home-page .industry-list span{font-size:14.5px}
  .home-page .studio-copy p:not(.eyebrow){font-size:16px;line-height:1.7}
  .home-page .home-insight-card h3{font-size:18px}
  .home-page .home-insight-card p{font-size:13px}
  .editorial-hero-copy>p,.work-hero-copy>p,.contact-intro{font-size:17px;line-height:1.7}
  .article-content p,.article-content li{font-size:17px;line-height:1.78}
  .form-row{grid-template-columns:1fr;gap:10px;padding:26px 0}
  .form-row label,.form-row .form-label{font-size:13.5px;padding-top:0}
  .form-row input[type=text],.form-row input[type=email],.form-row textarea{font-size:23px}
  .choice-chip span{font-size:15px;min-height:48px}
  .form-note{font-size:13.5px}
  .form-status{font-size:14.5px}
  .footer-brand{gap:8px}
  .footer-brand strong{font-size:36px;line-height:.9}
  .footer-brand span{font-size:13.5px}
  .footer-bottom,.home-page .footer-bottom{grid-template-columns:1fr;gap:14px;font-size:13.5px;line-height:1.55;padding-top:24px}
  .footer-bottom nav{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px 18px}
  .footer-bottom div:last-child{gap:18px}
  .contact-footer{padding:64px 0 34px}
  .contact-footer .footer-brand strong{font-size:48px}
  .contact-footer .footer-brand span{font-size:14px}
}

/* =========================================================
   EPPOS v12 — homepage refinement
   Larger readable secondary type, abstract motion-led hero,
   acronym brand code, and separated Studio / Thinking sections.
   ========================================================= */

/* Header + hero */
.home-page .desktop-nav{font-size:16px}
.home-page .hero{padding-top:122px;min-height:730px}
.home-page .hero-grid{grid-template-columns:43% 57%;min-height:640px}
.home-page .hero-copy{padding-top:50px}
.home-page .hero-lead{font-size:19px;line-height:1.6;max-width:455px}
.home-page .horse-frame{inset:0 -46px 0 4%;clip-path:polygon(27% 0,100% 0,82% 54%,100% 54%,75% 100%,0 100%,22% 54%,7% 54%)}
.home-page .horse-frame img{transform:scale(1.03);transform-origin:center;object-position:center center;filter:saturate(.12) contrast(1.08)}
.home-page .hero-tag{font-size:13px;right:10px;top:24%}
.home-page .hero-index span{font-size:13px}
.home-page .hero-index b{font-size:18px}
.home-page .scroll-link{font-size:12.5px}

/* Intro */
.home-page .intro{padding:104px 0 84px}
.home-page .intro-grid{gap:76px}
.home-page .intro-copy{font-size:19px;line-height:1.7}
.home-page .intro-pillars{font-size:13.5px;line-height:1.7}

/* Acronym / brand code */
.brand-code{padding:0 0 96px}
.brand-code-wrap{border-top:1px solid rgba(22,22,22,.18);border-bottom:1px solid rgba(22,22,22,.18);padding:32px 0 34px}
.brand-code-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:32px}
.brand-code-head .eyebrow{margin-bottom:0}
.brand-code-head>p:last-child{font-size:16px;line-height:1.5;color:#4b4843;margin:0}
.brand-code-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid rgba(22,22,22,.12)}
.brand-code-grid article{display:flex;align-items:baseline;gap:14px;min-width:0;padding:22px 20px 4px 0;border-right:1px solid rgba(22,22,22,.12)}
.brand-code-grid article:not(:first-child){padding-left:20px}
.brand-code-grid article:last-child{border-right:0}
.brand-code-grid span{font:600 29px/1 var(--display);letter-spacing:-.04em;color:var(--orange)}
.brand-code-grid strong{font:600 16px/1.2 var(--body);letter-spacing:-.01em;overflow-wrap:anywhere}

/* Work */
.home-page .work{padding:102px 0 100px}
.home-page .section-heading{margin-bottom:48px}
.home-page .project-meta{min-height:86px;padding:16px 17px 15px}
.home-page .project-meta strong{font-size:14px;line-height:1.4}
.home-page .project-meta span{font-size:13.5px;line-height:1.55;margin-top:2px}
.home-page .project-meta b{font-size:13px}
.home-page .section-heading .utility-link{font-size:13px}

/* Services */
.home-page .services{padding:112px 0}
.home-page .services-grid{gap:96px}
.home-page .service-row{min-height:100px;grid-template-columns:48px 150px 1fr 88px}
.home-page .service-row .num{font-size:14px}
.home-page .service-row strong{font-size:24px}
.home-page .service-row em{font-size:15px;line-height:1.6;color:#5a5752}
.home-page .service-row .explore{font-size:13.5px}

/* Statement */
.home-page .statement{padding:90px 0}
.home-page .statement-side{font-size:13.5px;line-height:1.7}

/* Process */
.home-page .process{padding:104px 0}
.home-page .process-grid{gap:92px}
.home-page .process h2{font-size:46px}
.home-page .steps{gap:30px}
.home-page .steps article{padding-left:22px}
.home-page .steps span{font-size:13.5px}
.home-page .steps h3{font-size:25px;margin:12px 0 9px}
.home-page .steps article p{font-size:16px;line-height:1.65;color:#57544f}

/* Business expertise */
.home-page .expertise{padding:76px 0}
.home-page .expertise-grid{grid-template-columns:.78fr .8fr 1.72fr;gap:52px}
.home-page .expertise h2{font-size:48px}
.home-page .expertise-copy{font-size:17px;line-height:1.7;max-width:390px}
.home-page .industry-list{gap:22px}
.home-page .industry-list span{font-size:15px;line-height:1.5;padding-top:38px}

/* Studio — now a dedicated section */
.home-studio{padding:0}
.home-studio-grid{display:grid;grid-template-columns:.92fr 1.08fr;min-height:500px;border-bottom:1px solid rgba(22,22,22,.12)}
.home-studio-link{display:block;min-width:0}
.home-studio .home-poster{height:100%;min-height:500px}
.home-studio-copy{padding:76px 70px;display:flex;flex-direction:column;justify-content:center}
.home-studio-copy h2{font-size:clamp(54px,5vw,74px);line-height:.95}
.home-studio-copy p:not(.eyebrow){font-size:18px;line-height:1.72;max-width:560px;margin:26px 0 30px}

/* Thinking — now a dedicated section */
.home-thinking{padding:96px 0 110px}
.home-thinking-head{display:flex;justify-content:space-between;align-items:flex-end;gap:48px;margin-bottom:44px}
.home-thinking-head h2{font-size:clamp(48px,4.6vw,66px)}
.home-thinking-head .utility-link{font-size:13px;margin-bottom:8px}
.home-thinking-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.home-thinking .home-insight-card{display:block;min-width:0}
.home-thinking .mini-cover{aspect-ratio:1.7;min-height:0}
.home-thinking .home-insight-card h3{font-size:23px;line-height:1.22;margin:17px 0 8px;letter-spacing:-.025em}
.home-thinking .home-insight-card p{font-size:14px;line-height:1.5;color:#5a5752;margin:0}

/* CTA + footer */
.home-page .final-cta{padding-top:84px;padding-bottom:38px}
.home-page .final-cta h2{font-size:56px}
.home-page .footer-brand{gap:10px}
.home-page .footer-brand span{font-size:14.5px}
.home-page .footer-bottom{font-size:15px;line-height:1.6;margin-top:54px;padding-top:30px}
.home-page .footer-bottom nav,.home-page .footer-bottom div{gap:8px}

@media(max-width:1050px){
  .home-page .hero-grid{grid-template-columns:1fr}
  .home-page .hero-art{min-height:500px;margin-top:-12px}
  .home-page .horse-frame{inset:0 -40px 0 24%}
  .brand-code-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
  .brand-code-grid article{padding-right:12px;gap:9px}
  .brand-code-grid article:not(:first-child){padding-left:12px}
  .brand-code-grid strong{font-size:14px}
  .home-page .expertise-grid{grid-template-columns:1fr 1fr}
  .home-page .industry-list{grid-column:1/-1}
  .home-studio-grid{grid-template-columns:1fr 1fr}
  .home-studio-copy{padding:58px 44px}
}

@media(max-width:720px){
  .home-page .hero{padding-top:88px}
  .home-page .hero-copy{padding-top:28px}
  .home-page .hero h1{font-size:clamp(58px,17vw,76px);line-height:.86}
  .home-page .hero-lead{font-size:17px;line-height:1.65;max-width:345px}
  .home-page .hero-art{min-height:390px;margin-top:26px}
  .home-page .horse-frame{inset:0 -26px 0 5%;clip-path:polygon(23% 0,100% 0,81% 55%,100% 55%,72% 100%,0 100%,17% 55%,0 55%)}
  .home-page .horse-frame img{transform:scale(1.02);object-position:center center}
  .home-page .momentum-line{left:-8%;right:-8%;top:45%}
  .home-page .hero-tag{right:4px;top:18%;font-size:11.5px}
  .home-page .intro{padding:74px 0 62px}
  .home-page .intro-grid{gap:30px}
  .home-page .intro-grid h2{font-size:50px}
  .home-page .intro-copy{font-size:17px}

  .brand-code{padding:0 0 72px}
  .brand-code-wrap{padding:26px 0 18px}
  .brand-code-head{display:block;margin-bottom:20px}
  .brand-code-head>p:last-child{font-size:15px;margin-top:8px}
  .brand-code-grid{grid-template-columns:1fr}
  .brand-code-grid article,.brand-code-grid article:not(:first-child){padding:14px 0;border-right:0;border-bottom:1px solid rgba(22,22,22,.1);gap:16px}
  .brand-code-grid article:last-child{border-bottom:0}
  .brand-code-grid span{font-size:27px;width:30px}
  .brand-code-grid strong{font-size:16px}

  .home-page .work{padding:76px 0}
  .home-page .section-heading{margin-bottom:32px}
  .home-page .project-meta{min-height:82px}
  .home-page .project-meta strong{font-size:14px}
  .home-page .project-meta span,.home-page .project-meta b{font-size:13px}

  .home-page .services{padding:76px 0}
  .home-page .services-grid{gap:42px}
  .home-page .service-row{min-height:0;grid-template-columns:34px 1fr auto;padding:22px 0}
  .home-page .service-row strong{font-size:22px}
  .home-page .service-row em{font-size:14px;line-height:1.6}
  .home-page .service-row .explore{font-size:13px}

  .home-page .statement{padding:64px 0}
  .home-page .statement h2{font-size:clamp(48px,14vw,62px)}

  .home-page .process{padding:78px 0}
  .home-page .process-grid{gap:38px}
  .home-page .process h2{font-size:42px}
  .home-page .steps{grid-template-columns:1fr;gap:0}
  .home-page .steps article{border-left:0;border-top:1px solid rgba(22,22,22,.16);padding:22px 0}
  .home-page .steps article:last-child{border-bottom:1px solid rgba(22,22,22,.16)}
  .home-page .steps h3{font-size:24px;margin:8px 0}
  .home-page .steps article p{font-size:15.5px;max-width:330px}

  .home-page .expertise{padding:70px 0}
  .home-page .expertise-grid{grid-template-columns:1fr;gap:28px}
  .home-page .expertise h2{font-size:46px}
  .home-page .expertise-copy{font-size:16.5px}
  .home-page .industry-list{grid-template-columns:1fr;gap:0}
  .home-page .industry-list span{font-size:15px;text-align:left;padding:15px 0 15px 34px;border-top:1px solid rgba(244,241,234,.12)}
  .home-page .industry-list span:last-child{border-bottom:1px solid rgba(244,241,234,.12)}
  .home-page .industry-list span:before{left:0;top:12px;transform:none;font-size:20px}

  .home-studio-grid{grid-template-columns:1fr;min-height:0}
  .home-studio .home-poster{min-height:360px}
  .home-studio-copy{padding:62px 0}
  .home-studio-copy h2{font-size:50px}
  .home-studio-copy p:not(.eyebrow){font-size:17px;line-height:1.7;margin:22px 0 26px}

  .home-thinking{padding:72px 0 82px}
  .home-thinking-head{display:block;margin-bottom:30px}
  .home-thinking-head h2{font-size:48px;margin-bottom:22px}
  .home-thinking-grid{grid-template-columns:1fr;gap:34px}
  .home-thinking .mini-cover{aspect-ratio:1.6}
  .home-thinking .home-insight-card h3{font-size:21px;margin-top:14px}
  .home-thinking .home-insight-card p{font-size:14px}

  .home-page .final-cta{padding-top:66px}
  .home-page .final-cta h2{font-size:48px}
  .home-page .footer-bottom{font-size:14px;line-height:1.6}
}

/* v12 abstract horse treatment across the Services hero too */
.services-horse img{object-position:center center;transform:scale(1.03);filter:saturate(.12) contrast(1.08)}
