
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#0b0b0b;--paper:#f4f1ea;--white:#fff;--orange:#ff5a36;--muted:#66635e;--line:#d4d0c7;--line-dark:#2a2a2a;--max:1320px;--pad:clamp(20px,4.3vw,64px);--serif:"Instrument Serif",Georgia,serif;--sans:"Manrope",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.58;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:auto}button,input,textarea,select{font:inherit}.shell{width:min(var(--max),calc(100% - 2*var(--pad)));margin:auto}.skip{position:absolute;left:-9999px}.skip:focus{left:16px;top:16px;z-index:9999;background:#fff;padding:10px 14px}:focus-visible{outline:2px solid var(--orange);outline-offset:4px}
/* HEADER */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(244,241,234,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(11,11,11,.14)}.nav{height:84px;display:flex;align-items:center;gap:36px}.brand{display:inline-flex;align-items:center;flex:0 0 auto}.brand img{width:102px;height:auto}.nav-center{display:flex;align-items:center;gap:34px;margin-left:auto}.nav-link,.drop-toggle{border:0;background:none;padding:28px 0;font-size:14px;font-weight:700;line-height:1;position:relative}.nav-link:after,.drop-toggle:after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:1px;background:var(--ink);transition:right .2s}.nav-link:hover:after,.drop-toggle:hover:after,.dropdown:focus-within .drop-toggle:after{right:0}.nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;background:var(--ink);color:#fff;border-radius:999px;font-size:13px;font-weight:800;transition:.2s}.nav-cta:hover{background:var(--orange)}.dropdown{position:relative}.mega{position:absolute;left:50%;top:72px;transform:translateX(-50%) translateY(10px);width:min(900px,88vw);background:#0d0d0d;color:#fff;border:1px solid #222;padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.25);opacity:0;visibility:hidden;transition:.18s;display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.dropdown:hover .mega,.dropdown:focus-within .mega{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.mega-col h4{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:#858585;margin:0 0 14px}.mega a{display:block;padding:9px 0;font-size:15px;line-height:1.28;border-bottom:1px solid transparent}.mega a:hover{color:var(--orange)}.mobile-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:none}.mobile-menu{display:none;position:fixed;inset:84px 0 0;background:var(--paper);padding:20px var(--pad) 50px;overflow:auto}.mobile-menu.open{display:block}.mobile-menu>a,.mobile-menu>button{width:100%;display:flex;align-items:center;justify-content:space-between;border:0;background:none;border-bottom:1px solid var(--line);padding:18px 0;text-align:left;font-size:22px;font-weight:700}.mobile-sub{display:none;padding:8px 0 14px}.mobile-sub.open{display:block}.mobile-sub a{display:block;border-bottom:1px solid rgba(11,11,11,.08);padding:11px 0 11px 14px;font-size:15px}.mobile-menu .nav-cta{margin-top:24px;color:#fff;border:0}
/* SHARED */
.photo{overflow:hidden;background:#ddd}.photo img{height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.photo:hover img{transform:scale(1.02)}.section{padding:clamp(80px,9vw,135px) 0}.section.white{background:#fff}.section.dark{background:#0b0b0b;color:#fff}.section-head{max-width:860px;margin-bottom:48px}.section-no{display:inline-flex;align-items:center;margin:0 0 18px;font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#716d66}.section-no:before{content:none}.section-head h2,.page-title{margin:0;font-size:clamp(48px,6.2vw,88px);line-height:.93;letter-spacing:-.055em;font-weight:700}.section-head h2 em,.page-title em{font-family:var(--serif);font-weight:400;color:var(--orange)}.section-head p{font-size:18px;color:var(--muted);max-width:720px;margin:22px 0 0}.dark .section-head p{color:#a5a5a5}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 21px;border-radius:999px;border:1px solid var(--ink);font-size:13px;font-weight:800;transition:.2s}.btn.dark{background:var(--ink);color:#fff}.btn.orange{background:var(--orange);border-color:var(--orange);color:#fff}.btn:hover{transform:translateY(-2px)}.btn.dark:hover{background:var(--orange);border-color:var(--orange)}
/* HOME */
.hero{padding:clamp(54px,6.4vw,92px) 0 84px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);gap:clamp(44px,6vw,92px);align-items:center}.hero h1{margin:0;font-size:clamp(60px,8vw,120px);line-height:.86;letter-spacing:-.068em;text-transform:uppercase;font-weight:800;max-width:9.5ch}.hero h1 em{font-family:var(--serif);font-weight:400;color:var(--orange);text-transform:uppercase}.hero-copy p{font-size:clamp(18px,1.6vw,22px);color:#44413c;max-width:660px;margin:28px 0 0}.hero-art{position:relative;min-height:650px}.hero-photo-main{position:absolute;inset:0 0 9% 16%;}.hero-photo-main img{object-position:center}.hero-photo-small{position:absolute;left:0;bottom:0;width:47%;height:42%;border:10px solid var(--paper)}.hero-note{position:absolute;right:-1px;top:7%;width:218px;background:var(--orange);color:#111;padding:22px;font:400 25px/.98 var(--serif);font-style:italic}.marquee{overflow:hidden;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--orange)}.marquee-track{display:flex;width:max-content;animation:marquee 32s linear infinite}.marquee span{padding:13px 21px;white-space:nowrap;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.025em}.marquee i{font-style:normal;margin-left:16px}@keyframes marquee{to{transform:translateX(-50%)}}
.editorial-intro{max-width:920px}.editorial-intro h2{font-size:clamp(54px,7.5vw,104px);line-height:.9;letter-spacing:-.06em;margin:0}.editorial-intro p{max-width:760px;margin:25px 0 0;font-size:19px;color:var(--muted)}.image-triptych{display:grid;grid-template-columns:1.15fr .7fr .9fr;gap:14px;margin-top:55px;align-items:end}.image-triptych .photo:nth-child(1){height:500px}.image-triptych .photo:nth-child(2){height:360px}.image-triptych .photo:nth-child(3){height:430px}.service-showcase{display:grid;grid-template-columns:minmax(280px,.78fr) 1.22fr;gap:70px;align-items:start}.service-showcase-aside{position:sticky;top:120px}.service-showcase-aside h2{font-size:clamp(48px,5.5vw,78px);line-height:.93;letter-spacing:-.055em;margin:0}.service-showcase-aside p{font-size:17px;color:var(--muted);max-width:430px}.capability-list{border-top:1px solid var(--line)}.cap-row{display:grid;grid-template-columns:62px 1fr 38px;grid-template-rows:auto auto;column-gap:18px;row-gap:5px;padding:24px 0;border-bottom:1px solid var(--line);transition:.2s}.cap-row:hover{padding-left:8px}.cap-row .num{grid-row:1/3;font:400 27px/1 var(--serif);color:#8e8a83}.cap-row h3{margin:0;font-size:clamp(22px,2.2vw,31px);letter-spacing:-.035em}.cap-row p{margin:0;color:var(--muted);font-size:14px;max-width:650px}.cap-row .arrow{grid-column:3;grid-row:1/3;font-size:22px;align-self:center}.cap-row:hover .arrow{color:var(--orange)}.journey-band{position:relative;overflow:hidden;background:#0b0b0b;color:#fff}.journey-band .bg-photo{position:absolute;inset:0;opacity:.24}.journey-band .bg-photo img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}.journey-content{position:relative;z-index:1}.journey-content h2{font-size:clamp(50px,7vw,95px);line-height:.91;letter-spacing:-.058em;max-width:9.5ch;margin:0}.journey-content p{max-width:690px;color:#b8b8b8;font-size:18px;margin:22px 0 0}.journey-steps{display:grid;grid-template-columns:repeat(4,1fr);margin-top:52px;border-top:1px solid #3c3c3c}.journey-step{padding:25px 25px 36px 0;border-right:1px solid #3c3c3c}.journey-step:last-child{border-right:0;padding-left:25px}.journey-step:not(:first-child){padding-left:25px}.journey-step strong{font:400 40px/1 var(--serif);color:var(--orange)}.journey-step h3{font-size:23px;margin:34px 0 8px}.journey-step p{font-size:14px;color:#aaa;margin:0}.industry-mosaic{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.industry-card{position:relative;min-height:390px;overflow:hidden;background:#111;color:#fff}.industry-card:nth-child(1){grid-column:span 7;min-height:520px}.industry-card:nth-child(2){grid-column:span 5;min-height:520px}.industry-card:nth-child(n+3){grid-column:span 4}.industry-card img{position:absolute;inset:0;height:100%;object-fit:cover;filter:saturate(.72);transition:.55s}.industry-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 15%,rgba(0,0,0,.88) 100%)}.industry-card .in{position:absolute;z-index:2;left:23px;right:23px;bottom:22px}.industry-card h3{font-size:30px;letter-spacing:-.04em;margin:0}.industry-card p{font-size:13px;color:#ddd;max-width:460px;margin:7px 0 0}.industry-card:hover img{transform:scale(1.035);filter:saturate(1)}.about-teaser{display:grid;grid-template-columns:.95fr 1.05fr;gap:65px;align-items:center}.about-teaser-media{display:grid;grid-template-columns:1fr .68fr;gap:12px;align-items:end}.about-teaser-media .photo:first-child{height:560px}.about-teaser-media .photo:last-child{height:370px}.about-teaser h2{font-size:clamp(50px,6vw,84px);line-height:.93;letter-spacing:-.055em;margin:0}.about-teaser p{font-size:18px;color:var(--muted);max-width:650px}.cta-band{background:var(--orange);padding:82px 0}.cta-band h2{font-size:clamp(52px,7vw,96px);line-height:.89;letter-spacing:-.06em;max-width:930px;margin:0}.cta-band p{max-width:700px;font-size:18px;margin:23px 0 0}.cta-band .btn{margin-top:28px}
/* STANDARD PAGES */
.page-hero{padding:clamp(60px,7vw,100px) 0 82px}.page-hero-grid{display:grid;grid-template-columns:1fr .92fr;gap:64px;align-items:center}.page-hero p{font-size:19px;color:var(--muted);max-width:720px;margin:24px 0 0}.page-hero .photo{height:610px}.page-intro{max-width:850px}.page-intro h2{font-size:clamp(46px,5.5vw,76px);line-height:.96;letter-spacing:-.05em;margin:0}.page-intro p{font-size:18px;color:var(--muted)}.editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.editorial-card{background:#fff;padding:30px;border-top:2px solid var(--ink);min-height:270px}.editorial-card .big{font:400 38px/1 var(--serif);color:#8c8880}.editorial-card h3{font-size:25px;letter-spacing:-.035em;margin:32px 0 10px}.editorial-card p{font-size:14px;color:var(--muted)}.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.split-feature>.photo{height:560px}.split-feature h2{font-size:clamp(42px,5vw,70px);line-height:.95;letter-spacing:-.05em;margin:0}.split-feature p{font-size:17px;color:var(--muted);max-width:610px}.bullet-lines{margin-top:28px;border-top:1px solid var(--line)}.bullet-line{display:grid;grid-template-columns:50px 1fr;gap:15px;padding:14px 0;border-bottom:1px solid var(--line);align-items:center}.bullet-line span{font:400 22px/1 var(--serif);color:#8b877f}.bullet-line b{font-size:14px}.service-feature{display:grid;grid-template-columns:1fr 1fr;gap:55px;padding:36px 0;border-top:1px solid var(--line);align-items:center}.service-feature:last-child{border-bottom:1px solid var(--line)}.service-feature .photo{height:450px}.service-feature h3{font-size:clamp(38px,4.3vw,62px);line-height:.94;letter-spacing:-.05em;margin:0}.service-feature p{color:var(--muted);max-width:590px}.service-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.chip{border:1px solid var(--ink);border-radius:999px;padding:9px 13px;font-size:12px;font-weight:700}.chip:hover{background:var(--ink);color:#fff}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}.process-step{padding:28px 24px 34px;border-right:1px solid var(--line-dark);min-height:260px}.process-step:last-child{border-right:0}.process-step strong{font:400 38px/1 var(--serif);color:var(--orange)}.process-step h3{font-size:24px;margin:37px 0 10px}.process-step p{font-size:14px;color:#a3a3a3;margin:0}.faq{max-width:980px}.faq details{border-top:1px solid var(--line);padding:0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{list-style:none;cursor:pointer;padding:21px 0;font-size:18px;font-weight:700;display:flex;justify-content:space-between;gap:20px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:22px;font-weight:400}.faq details[open] summary:after{content:"–"}.faq details p{color:var(--muted);max-width:760px;margin:-5px 0 22px}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-card{background:#fff;padding:34px;border-top:2px solid var(--ink)}.contact-card h3{font-size:31px;margin:0}.contact-card>a{display:block;font-size:18px;font-weight:800;margin-top:18px;word-break:break-word}.contact-card p{color:var(--muted)}.legal{max-width:900px}.legal h1{font-size:clamp(50px,7vw,90px);line-height:.95}.legal h2{margin-top:50px;font-size:30px}.legal p,.legal li{color:#4f4c47}.legal a{text-decoration:underline}
/* ABOUT */
.about-manifesto{max-width:940px}.about-manifesto h2{font-size:clamp(52px,7vw,96px);line-height:.91;letter-spacing:-.06em;margin:0}.about-manifesto p{font-size:19px;color:var(--muted);max-width:760px}.principles{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line)}.principle{padding:30px 30px 36px 0;border-bottom:1px solid var(--line)}.principle:nth-child(odd){border-right:1px solid var(--line);padding-right:30px}.principle:nth-child(even){padding-left:30px}.principle span{font:400 34px/1 var(--serif);color:#8b877f}.principle h3{font-size:29px;letter-spacing:-.04em;margin:28px 0 10px}.principle p{color:var(--muted);margin:0}.about-photo-band{display:grid;grid-template-columns:1.15fr .85fr;gap:12px}.about-photo-band .photo:first-child{height:600px}.about-photo-band .photo:last-child{height:430px;align-self:end}
/* INDUSTRY HUB */
.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.industry-grid .industry-card{min-height:450px}.industry-grid .industry-card:nth-child(n){grid-column:auto}
/* INDUSTRY DETAIL */
.industry-hero{padding:clamp(58px,7vw,100px) 0 82px}.industry-hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:62px;align-items:center}.industry-hero h1{font-size:clamp(54px,7.2vw,102px);line-height:.89;letter-spacing:-.062em;margin:0;max-width:10.2ch}.industry-hero p{font-size:19px;color:var(--muted);max-width:700px;margin:24px 0 0}.industry-hero-media{display:grid;grid-template-columns:1fr .58fr;gap:12px;align-items:end}.industry-hero-media .photo:first-child{height:610px}.industry-hero-media .photo:last-child{height:390px}.industry-snapshot{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}.industry-snapshot h2{font-size:clamp(45px,5.5vw,75px);line-height:.94;letter-spacing:-.05em;margin:0}.industry-snapshot p{color:var(--muted);font-size:17px}.industry-points{border-top:1px solid var(--line)}.industry-point{display:grid;grid-template-columns:54px 1fr;gap:14px;padding:18px 0;border-bottom:1px solid var(--line)}.industry-point span{font:400 24px/1 var(--serif);color:#8b877f}.industry-point h3{font-size:21px;margin:0 0 5px}.industry-point p{font-size:14px;margin:0}.priority-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.priority-card{background:#fff;padding:30px;min-height:260px;border-top:2px solid var(--ink)}.priority-card span{font:400 34px/1 var(--serif);color:#8b877f}.priority-card h3{font-size:28px;letter-spacing:-.035em;margin:30px 0 10px}.priority-card p{color:var(--muted);font-size:14px}.campaign-strip{display:grid;grid-template-columns:1fr 1fr;gap:14px}.campaign-strip .photo{height:520px}.campaign-copy{background:var(--orange);padding:42px;display:flex;flex-direction:column;justify-content:flex-end}.campaign-copy h2{font-size:clamp(43px,5vw,70px);line-height:.92;letter-spacing:-.052em;margin:0}.campaign-copy p{font-size:17px;max-width:600px}.campaign-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.campaign-tags span{border:1px solid rgba(11,11,11,.5);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700}.lead-flow{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #363636;border-bottom:1px solid #363636}.lead-stage{padding:25px 20px 30px;border-right:1px solid #363636}.lead-stage:last-child{border-right:0}.lead-stage b{display:block;font:400 34px/1 var(--serif);color:var(--orange)}.lead-stage h3{font-size:20px;margin:30px 0 8px}.lead-stage p{font-size:13px;color:#aaa;margin:0}.service-fit{display:grid;grid-template-columns:.75fr 1.25fr;gap:65px}.service-fit h2{font-size:clamp(46px,5.5vw,76px);line-height:.94;letter-spacing:-.05em;margin:0}.service-fit p{color:var(--muted)}.service-fit-list{border-top:1px solid var(--line)}.service-fit-list a{display:grid;grid-template-columns:44px 1fr auto;gap:14px;align-items:center;padding:17px 0;border-bottom:1px solid var(--line)}.service-fit-list a span{font:400 23px/1 var(--serif);color:#8b877f}.service-fit-list a strong{font-size:17px}.service-fit-list a b{font-size:18px}.service-fit-list a:hover strong,.service-fit-list a:hover b{color:var(--orange)}
/* FOOTER */
.footer{background:#0b0b0b;color:#fff;padding:64px 0 25px}.footer-grid{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:42px}.footer .brand img{width:108px}.footer-brand p{color:#aaa;font-size:13px;max-width:360px;margin:20px 0}.footer-emails a{display:block;font-size:13px;margin:6px 0;color:#ddd}.footer h4{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#777;margin:0 0 16px}.footer>div a,.footer-grid>div>a{display:block;font-size:13px;margin:9px 0;color:#d4d4d4}.footer-grid>div>a:hover,.footer-emails a:hover{color:var(--orange)}.footer-bottom{border-top:1px solid #292929;margin-top:42px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;color:#777;font-size:10px}
.reveal{opacity:0;transform:translateY(16px);transition:.65s ease}.reveal.in{opacity:1;transform:none}
@media(max-width:1050px){.nav-center{gap:22px}.hero-grid,.page-hero-grid,.industry-hero-grid,.split-feature,.about-teaser,.service-showcase,.industry-snapshot,.service-fit{grid-template-columns:1fr}.hero-art{min-height:600px;max-width:760px}.service-showcase-aside{position:relative;top:auto}.industry-mosaic .industry-card:nth-child(n){grid-column:span 6}.process-grid{grid-template-columns:1fr 1fr}.process-step:nth-child(2){border-right:0}.process-step:nth-child(-n+2){border-bottom:1px solid var(--line-dark)}.lead-flow{grid-template-columns:1fr 1fr}.lead-stage{border-bottom:1px solid #363636}.lead-stage:nth-child(even){border-right:0}.lead-stage:last-child{grid-column:1/-1}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.about-photo-band{grid-template-columns:1fr 1fr}}
@media(max-width:820px){.nav-center{display:none}.mobile-toggle{display:grid;place-items:center;margin-left:auto}.brand img{width:90px}.hero h1{font-size:clamp(56px,16vw,92px)}.hero-grid{display:block}.hero-art{margin-top:48px;min-height:520px}.hero-note{width:180px;font-size:21px}.image-triptych{grid-template-columns:1fr 1fr}.image-triptych .photo:nth-child(1){grid-column:1/-1;height:420px}.image-triptych .photo:nth-child(2),.image-triptych .photo:nth-child(3){height:300px}.journey-steps{grid-template-columns:1fr 1fr}.journey-step:nth-child(2){border-right:0}.industry-mosaic .industry-card:nth-child(n),.industry-grid .industry-card:nth-child(n){grid-column:span 12;min-height:430px}.editorial-grid,.priority-grid,.principles,.contact-cards{grid-template-columns:1fr}.principle:nth-child(odd){border-right:0}.principle:nth-child(even){padding-left:0}.campaign-strip{grid-template-columns:1fr}.campaign-strip .photo{height:420px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{grid-column:auto}.page-hero .photo{height:500px}.industry-hero-media .photo:first-child{height:500px}.industry-hero-media .photo:last-child{height:320px}}
@media(max-width:560px){.section{padding:72px 0}.hero{padding-top:42px}.hero-art{min-height:430px}.hero-photo-main{inset:0 0 14% 10%}.hero-photo-small{width:48%;height:38%;border-width:7px}.hero-note{display:none}.image-triptych{display:block}.image-triptych .photo{height:310px!important;margin-top:10px}.journey-steps,.process-grid,.lead-flow,.footer-grid{grid-template-columns:1fr}.journey-step,.journey-step:not(:first-child),.process-step,.lead-stage{padding-left:0;border-right:0;border-bottom:1px solid #363636}.industry-hero-media{grid-template-columns:1fr}.industry-hero-media .photo:first-child{height:430px}.industry-hero-media .photo:last-child{display:none}.page-hero .photo{height:420px}.about-teaser-media,.about-photo-band{grid-template-columns:1fr}.about-teaser-media .photo:first-child,.about-photo-band .photo:first-child{height:420px}.about-teaser-media .photo:last-child,.about-photo-band .photo:last-child{height:280px}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.campaign-copy{padding:30px}.section-head h2,.page-title{font-size:48px}.service-showcase-aside h2,.about-teaser h2,.industry-snapshot h2,.service-fit h2{font-size:48px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.marquee-track{animation:none}.reveal{opacity:1;transform:none;transition:none}.photo img,.btn,.cap-row{transition:none}}

/* V5 — tailored industry depth */
.market-specs{background:var(--ink);color:#fff;border-top:1px solid #222;border-bottom:1px solid #222}.market-specs-grid{display:grid;grid-template-columns:repeat(4,1fr)}.market-spec{padding:25px 24px;border-right:1px solid #303030}.market-spec:last-child{border-right:0}.market-spec small{display:block;color:#888;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;margin-bottom:8px}.market-spec strong{font:400 clamp(21px,2vw,30px)/1.05 var(--serif);color:#fff}.market-spec strong em{font-style:normal;color:var(--orange)}
.industry-playbook{display:grid;grid-template-columns:.68fr 1.32fr;gap:70px;align-items:start}.industry-playbook>div:first-child{position:sticky;top:125px}.industry-playbook h2{font-size:clamp(48px,5.6vw,78px);line-height:.92;letter-spacing:-.052em;margin:0}.industry-playbook>div:first-child p{font-size:17px;color:var(--muted);max-width:500px}.playbook-list{border-top:1px solid var(--line)}.playbook-row{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:25px 0;border-bottom:1px solid var(--line)}.playbook-row>span{font:400 28px/1 var(--serif);color:#8e8980}.playbook-row h3{font-size:24px;letter-spacing:-.025em;margin:0 0 6px}.playbook-row p{font-size:14px;color:var(--muted);margin:0;max-width:650px}
.editorial-pull{background:var(--orange);color:var(--ink);padding:clamp(58px,7vw,95px) 0}.editorial-pull blockquote{font:400 clamp(43px,6vw,83px)/.94 var(--serif);letter-spacing:-.035em;margin:0;max-width:1100px}.editorial-pull p{font-size:14px;font-weight:700;max-width:620px;margin:26px 0 0}
.mega:before{content:"Services";position:absolute;right:28px;top:22px;font:400 52px/1 var(--serif);color:rgba(255,255,255,.05);pointer-events:none}.mega-col{position:relative;z-index:1}
@media(max-width:1050px){.industry-playbook{grid-template-columns:1fr}.industry-playbook>div:first-child{position:relative;top:auto}.market-specs-grid{grid-template-columns:1fr 1fr}.market-spec:nth-child(2){border-right:0}.market-spec:nth-child(-n+2){border-bottom:1px solid #303030}}
@media(max-width:560px){.market-specs-grid{grid-template-columns:1fr}.market-spec{border-right:0;border-bottom:1px solid #303030}.market-spec:last-child{border-bottom:0}.industry-playbook h2{font-size:47px}.editorial-pull blockquote{font-size:43px}}


/* V6 header refinements */
.site-header{background:rgba(244,241,234,.985);border-bottom:1px solid rgba(11,11,11,.10)}
.nav{height:88px;gap:34px}.brand img{width:86px;height:auto}.nav-center{gap:30px}.nav-center>*{display:flex;align-items:center}.nav-link,.drop-toggle{display:inline-flex;align-items:center;height:88px;padding:0;font-size:14px;font-weight:800;letter-spacing:-.01em}.nav-link:after,.drop-toggle:after{bottom:24px}.nav-cta{min-height:50px;padding:0 22px;font-size:13px}.dropdown{position:relative;display:flex;align-items:center}.mega{top:76px;border-radius:0 0 18px 18px}.mega-services{width:min(920px,90vw)}.mega-industries{width:min(720px,88vw);grid-template-columns:repeat(2,1fr)}.mega-industries:before{content:"Industries"}.mobile-toggle{width:46px;height:46px}
.section-head h2 br{display:none}@media(max-width:820px){.nav{height:80px}.brand img{width:72px}.mobile-menu{inset:80px 0 0}}


/* V7 generated image + audit page refinements */
.hero-art .photo img,.image-triptych .photo img,.service-feature .photo img,.page-hero .photo img,.audit-visual .photo img,.audit-outcome-grid .photo img{object-position:center center}
.audit-hero{padding:48px 0 24px;background:linear-gradient(180deg,rgba(255,255,255,.52),transparent 100%),var(--bg)}
.audit-hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:42px;align-items:center}
.audit-copy p{max-width:740px}
.audit-tags{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 30px}.audit-tags span{padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.7);font-size:13px;font-weight:700}
.audit-visual{position:relative}.audit-visual .photo{min-height:520px}.audit-overlay-card{position:absolute;display:grid;gap:4px;padding:16px 18px;background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 40px rgba(0,0,0,.08);max-width:230px}.audit-overlay-card strong{font-size:14px;letter-spacing:-.02em}.audit-overlay-card span{font-size:13px;color:var(--muted);line-height:1.45}.audit-overlay-card.top{top:22px;left:-24px}.audit-overlay-card.mid{right:-16px;top:38%}.audit-overlay-card.bot{left:24px;bottom:18px}
.audit-grid-v2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.audit-process-band{background:#121212;color:#fff}.audit-process-band .section-head p,.audit-process-band .section-head h2,.audit-process-band .section-head .section-no{color:inherit}.audit-process-band .section-no{opacity:.72}.audit-process-band .process-step{background:#1b1b1b;border-color:rgba(255,255,255,.12)}
.audit-outcome-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:34px;align-items:center}.mini-contact-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}.mini-contact-panel div{padding:16px 18px;border:1px solid var(--line);border-radius:16px;background:#fff}.mini-contact-panel small{display:block;margin-bottom:8px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800}.mini-contact-panel a{font-weight:800;letter-spacing:-.02em}
@media (max-width:1024px){.audit-hero-grid,.audit-outcome-grid,.audit-grid-v2{grid-template-columns:1fr}.audit-overlay-card.top,.audit-overlay-card.mid,.audit-overlay-card.bot{position:static;max-width:none;margin-top:12px}.audit-visual .photo{min-height:0}.mini-contact-panel{grid-template-columns:1fr}}

/* V10 — Free Audit process alignment */
.audit-process-band .process-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  width:100%;
}
.audit-process-band .process-step{
  min-height:328px;
  display:grid;
  grid-template-rows:auto 78px 1fr;
  align-content:start;
  padding:32px 26px 34px;
}
.audit-process-band .process-step strong{
  margin:0;
}
.audit-process-band .process-step h3{
  margin:38px 0 12px;
  align-self:start;
}
.audit-process-band .process-step p{
  margin:0;
  align-self:start;
}
@media(max-width:1050px){
  .audit-process-band .process-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .audit-process-band .process-step:nth-child(2){border-right:1px solid var(--line-dark);}
  .audit-process-band .process-step:nth-child(-n+2){border-bottom:0;}
}
@media(max-width:820px){
  .audit-process-band .process-grid{grid-template-columns:1fr;}
  .audit-process-band .process-step{
    min-height:0;
    grid-template-rows:auto auto auto;
    border-right:0!important;
    border-bottom:1px solid var(--line-dark)!important;
    padding:28px 0 30px;
  }
  .audit-process-band .process-step:last-child{border-bottom:0!important;}
  .audit-process-band .process-step h3{margin:24px 0 10px;}
}
