:root{--bg:#f4f3ee;--paper:#fbfaf7;--white:#fff;--ink:#0a0a0a;--muted:#676762;--line:#d7d4cc;--blue:#3155ff;--dark:#0a0a0a;--dark2:#141414;--max:1500px;--gutter:clamp(18px,4vw,64px)}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:"DM Sans",system-ui,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open{overflow:hidden}
main{padding-top:82px}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit}
img{display:block;max-width:100%;height:auto}
.shell{width:min(100%,var(--max));margin:auto;padding-inline:var(--gutter)}
.site-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:100;background:rgba(244,243,238,.93);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.nav-shell{height:82px;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:28px}
.brand{display:flex;align-items:center;width:132px}
.brand img{width:100%;height:auto}
.desktop-nav{display:flex;justify-content:center;gap:25px;align-items:center}
.nav-group{position:relative;display:flex;align-items:center;gap:4px}
.nav-parent{font-size:14px;font-weight:600;letter-spacing:-.01em;padding:28px 0}
.nav-toggle{border:0;background:transparent;padding:7px 5px;cursor:pointer;display:grid;place-items:center}
.nav-toggle .material-symbols-rounded{font-size:17px;font-weight:400}
.mega{position:absolute;top:70px;left:50%;transform:translateX(-50%) translateY(8px);width:430px;padding:12px;background:var(--paper);border:1px solid var(--line);box-shadow:0 24px 70px rgba(0,0,0,.12);opacity:0;visibility:hidden;pointer-events:none;transition:.18s ease}
.mega.wide{width:min(750px,80vw)}
.nav-group:hover .mega,.nav-group:focus-within .mega,.nav-group.open .mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.mega-grid>a{padding:16px;border:1px solid transparent}
.mega-grid>a:hover{background:#efede7;border-color:var(--line)}
.mega strong{display:block;font-size:14px;margin-bottom:4px}
.mega span{display:block;color:var(--muted);font-size:12px;line-height:1.4}
.mega-foot{border-top:1px solid var(--line);padding:12px 16px;display:flex;align-items:center;justify-content:space-between}
.mega-foot>a{font-size:13px;font-weight:650}
.mega-foot>span{font:500 10px/1 "IBM Plex Mono",monospace;letter-spacing:.12em}
.nav-cta{background:var(--ink);color:#fff;padding:12px 17px;font-size:13px;font-weight:650;border:1px solid var(--ink)}
.hamburger{display:none;justify-self:end;width:42px;height:42px;border:0;background:transparent;padding:9px 0 9px 12px;cursor:pointer}
.hamburger i{display:block;height:1px;background:var(--ink);margin:6px 0;width:28px;transition:.2s}
.mobile-menu{display:none}
.hero{position:relative;min-height:760px;border-bottom:1px solid var(--line);overflow:hidden}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(10,10,10,.06) 1px,transparent 1px),linear-gradient(to bottom,rgba(10,10,10,.06) 1px,transparent 1px);background-size:clamp(80px,10vw,160px) clamp(80px,10vw,160px)}
.hero-shell{position:relative;z-index:1;padding-top:100px;padding-bottom:70px}
.hero-kicker,.section-label,.breadcrumb{font:500 11px/1.4 "IBM Plex Mono",monospace;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.hero h1{font-size:clamp(68px,10.4vw,160px);line-height:.83;letter-spacing:-.075em;margin:72px 0 56px;max-width:1300px;text-transform:uppercase}
.hero h1 span{display:block;color:var(--bg);-webkit-text-fill-color:var(--bg);-webkit-text-stroke:2.5px var(--ink);paint-order:stroke fill;text-shadow:none;text-rendering:geometricPrecision;font-synthesis:none;font-weight:500;letter-spacing:-.02em;line-height:.9}
.hero-bottom{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:70px;align-items:end}
.hero-bottom>p{max-width:680px;font-size:clamp(20px,2vw,31px);line-height:1.15;letter-spacing:-.03em;margin:0}
.hero-side p,.section-copy,.prose p{color:var(--muted);font-size:16px;line-height:1.75;margin:0}
.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:1px solid var(--ink);font-size:13px;font-weight:650;background:transparent}
.btn.dark{background:var(--ink);color:#fff}
.btn.light{background:#fff;color:#111;border-color:#fff}
.btn.ghost-light{color:#fff;border-color:#464646}
.clients{border-bottom:1px solid var(--line)}
.clients-inner{padding-block:34px}
.clients-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:26px}
.clients-head p{margin:0;color:var(--muted);font-size:13px}
.client-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}
.client{min-height:120px;display:grid;place-items:center;padding:25px;border-right:1px solid var(--line)}
.client:last-child{border-right:0}
.client img{max-width:180px;max-height:60px;object-fit:contain}
.section{padding:clamp(80px,10vw,150px) 0;border-bottom:1px solid var(--line)}
.section-head{display:grid;grid-template-columns:220px 1fr;gap:55px;margin-bottom:60px}
.section-head-main{max-width:900px}
.section-title{font-size:clamp(46px,6vw,92px);line-height:.94;letter-spacing:-.06em;margin:0 0 25px}
.products-block{background:var(--dark);color:#fff}
.products-block .section-copy,.dark-section .section-copy{color:#9f9f9f}
.product-stack{display:grid;gap:24px}
.product-card{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);min-height:610px;border:1px solid #2e2e2e;background:#111}
.product-media{background:#171717;display:grid;place-items:center;overflow:hidden;padding:22px}
.product-media img{width:100%;height:100%;object-fit:contain}
.product-copy{padding:clamp(32px,5vw,72px);display:flex;flex-direction:column;justify-content:center}
.product-meta{display:flex;justify-content:space-between;gap:20px;margin-bottom:35px;font:500 10px "IBM Plex Mono",monospace;letter-spacing:.12em;text-transform:uppercase;color:#969696}
.product-copy h3{font-size:clamp(48px,5vw,86px);line-height:.95;letter-spacing:-.06em;margin:0 0 25px}
.product-copy .lead{font-size:21px;line-height:1.4;margin:0 0 18px}
.product-copy .detail{color:#a8a8a8;line-height:1.7;margin:0}
.product-note{margin:20px 0 0;padding:12px 0;border-top:1px solid #333;border-bottom:1px solid #333;color:#c5c5c5;font-size:13px}
.product-actions{margin-top:30px;display:flex;gap:10px;flex-wrap:wrap}
.chips{display:flex;gap:7px;flex-wrap:wrap;margin-top:22px}
.chips span{font:500 10px "IBM Plex Mono",monospace;border:1px solid #333;padding:8px 10px;color:#b8b8b8}
.service-visuals{display:grid;grid-template-columns:1.2fr .8fr;gap:12px;margin-bottom:42px}
.service-visuals figure{margin:0;aspect-ratio:16/9;overflow:hidden;background:#ddd}
.service-visuals img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}
.service-list{border-top:1px solid var(--line)}
.service-row{display:grid;grid-template-columns:80px minmax(220px,.8fr) 1.2fr;gap:30px;padding:27px 0;border-bottom:1px solid var(--line);align-items:start}
.service-row .num{font:500 11px "IBM Plex Mono",monospace;color:var(--muted)}
.service-row h3{font-size:24px;margin:0;letter-spacing:-.03em}
.service-row p{margin:0;color:var(--muted);line-height:1.65}
.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line)}
.card{min-height:300px;padding:28px;display:flex;flex-direction:column;border-right:1px solid var(--line);transition:.18s}
.card:last-child{border-right:0}
.card:hover{background:#fff}
.card .meta{font:500 10px "IBM Plex Mono",monospace;letter-spacing:.1em;color:var(--muted);text-transform:uppercase}
.card h3{font-size:30px;line-height:1.05;letter-spacing:-.04em;margin:42px 0 16px}
.card p{color:var(--muted);line-height:1.65;margin:0}
.card-link{margin-top:auto;padding-top:28px;font-size:13px;font-weight:650}
.dark-section,.founder-home,.founder-profile{background:var(--dark);color:#fff}
.founder-layout{display:grid;grid-template-columns:minmax(360px,.9fr) 1.1fr;gap:clamp(35px,7vw,110px);align-items:center}
.founder-photo{aspect-ratio:4/5;overflow:hidden;background:#1b1b1b;min-height:520px}
.founder-photo img{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transform:scale(1.02)}
.founder-copy h2{font-size:clamp(48px,6vw,90px);line-height:.95;letter-spacing:-.06em;margin:24px 0 30px}
.founder-copy .intro{font-size:22px;line-height:1.45;color:#fff}
.founder-copy p{color:#aaa;line-height:1.75}
.facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #303030;border-bottom:1px solid #303030;margin:30px 0}
.fact{padding:20px;border-right:1px solid #303030}
.fact:last-child{border-right:0}
.fact strong,.fact span{display:block}
.fact strong{font-size:13px;margin-bottom:8px}
.fact span{color:#989898;font-size:12px;line-height:1.5}
.page-hero{padding:120px 0 100px;border-bottom:1px solid var(--line)}
.page-hero h1{font-size:clamp(60px,9vw,140px);line-height:.88;letter-spacing:-.07em;margin:55px 0 35px;max-width:1200px}
.page-hero p{max-width:820px;font-size:21px;line-height:1.55;color:var(--muted);margin:0}
.content-grid{display:grid;grid-template-columns:220px minmax(0,850px);gap:70px}
.sticky-label{align-self:start;position:sticky;top:120px}
.prose h2{font-size:clamp(38px,4.5vw,68px);line-height:1;letter-spacing:-.05em;margin:0 0 30px}
.prose h3{font-size:24px;letter-spacing:-.03em;margin:42px 0 12px}
.prose p+p{margin-top:18px}
.callout{margin-top:40px;padding:28px;border:1px solid var(--line);background:var(--paper)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}
.feature{padding:28px;min-height:210px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.feature:nth-child(3n){border-right:0}
.feature h3{margin:0 0 18px;font-size:21px}
.feature p{margin:0;color:var(--muted);line-height:1.65}
.gallery{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.gallery figure{margin:0}
.gallery img{width:100%;height:auto;object-fit:contain;background:#141414}
.gallery figcaption{font:500 10px "IBM Plex Mono",monospace;letter-spacing:.08em;color:#999;margin-top:10px}
.timeline{border-top:1px solid var(--line)}
.timeline-row{display:grid;grid-template-columns:180px 1fr;gap:40px;border-bottom:1px solid var(--line);padding:28px 0}
.timeline-row .date{font:500 11px "IBM Plex Mono",monospace;color:var(--muted)}
.timeline-row h3{margin:0 0 8px;font-size:22px}
.timeline-row p{margin:0;color:var(--muted);line-height:1.6}
.skill-groups{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid #2b2b2b}
.skill-group{padding:28px;border-right:1px solid #2b2b2b;border-bottom:1px solid #2b2b2b}
.skill-group h3{margin:0 0 16px}
.skill-tags{display:flex;flex-wrap:wrap;gap:8px}
.skill-tags span{padding:8px 10px;border:1px solid #333;color:#aaa;font-size:12px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.contact-card{padding:42px;border:1px solid var(--line);background:var(--paper)}
.contact-card h2{font-size:40px;letter-spacing:-.04em;margin:15px 0}
.contact-card p{color:var(--muted);line-height:1.65}
.contact-card .big{display:block;margin-top:35px;font-size:clamp(20px,2.4vw,34px);letter-spacing:-.03em;overflow-wrap:anywhere}
.site-footer{background:#090909;color:#fff;padding:70px 0 24px}
.footer-main{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}
.footer-brand img{width:145px;margin-bottom:24px}
.footer-brand p{color:#999;max-width:430px}.footer-description{font-size:15px;line-height:1.7;margin:0 0 14px}.footer-owner{font-size:12px;line-height:1.6;color:#737373!important;margin:0}
.footer-col{display:flex;flex-direction:column;gap:11px;font-size:13px}
.footer-col strong{font-size:11px;color:#777;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}
.footer-bottom{margin-top:60px;padding-top:20px;border-top:1px solid #242424;display:flex;justify-content:space-between;gap:24px;color:#777;font-size:11px;line-height:1.5}
.backtop{position:fixed;right:22px;bottom:22px;z-index:120;border:1px solid #333;background:#111;color:#fff;width:48px;height:48px;opacity:0;pointer-events:none;transform:translateY(8px);transition:.2s;cursor:pointer}
.backtop.show{opacity:1;pointer-events:auto;transform:none}
.cookie-note{position:fixed;left:20px;bottom:20px;z-index:150;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:start;width:min(560px,calc(100vw - 40px));padding:18px;background:#fff;border:1px solid var(--line);box-shadow:0 15px 50px rgba(0,0,0,.15);opacity:0;pointer-events:none;transform:translateY(12px);transition:.2s}
.cookie-note.show{opacity:1;pointer-events:auto;transform:none}
.cookie-icon{width:42px;height:42px;background:#f0eee8;display:grid;place-items:center}
.cookie-note strong{font-size:13px}
.cookie-note p{margin:5px 0 0;color:var(--muted);font-size:12px;line-height:1.5}
.cookie-note button{border:0;background:transparent;cursor:pointer;padding:0}
.error-page{min-height:100vh;display:grid;place-items:center;padding:40px}
.error-page>div{max-width:800px}
.error-page h1{font-size:clamp(60px,10vw,140px);line-height:.9;letter-spacing:-.07em;margin:35px 0}
.error-page p{font-size:20px;color:var(--muted);line-height:1.6;margin-bottom:30px}
@media(max-width:1050px){
 main{padding-top:72px}
 .nav-shell{grid-template-columns:1fr auto;height:72px}.desktop-nav,.nav-cta{display:none}.hamburger{display:block}
 .mobile-menu{position:fixed;z-index:95;inset:72px 0 0;background:var(--bg);padding:15px var(--gutter) 40px;overflow:auto;transform:translateX(100%);transition:.25s;display:block}
 body.menu-open .mobile-menu{transform:none}.mobile-group{border-bottom:1px solid var(--line)}
 .mobile-head{display:grid;grid-template-columns:1fr 48px;align-items:center}.mobile-head>a{font-size:31px;letter-spacing:-.04em;padding:20px 0}.mobile-head button{height:52px;border:0;background:transparent;cursor:pointer}
 .mobile-sub{display:none;padding:0 0 20px}.mobile-group.open .mobile-sub{display:grid}.mobile-sub a{padding:10px 0;color:var(--muted);font-size:15px}
 .hero{min-height:auto}.hero-shell{padding-top:70px}.hero-bottom{grid-template-columns:1fr;gap:35px}.hero h1{margin-top:60px}
 .section-head{grid-template-columns:1fr;gap:20px}.product-card{grid-template-columns:1fr}.product-media{min-height:440px}.product-copy{padding:36px}
 .service-row{grid-template-columns:60px 1fr}.service-row p{grid-column:2}.cards,.feature-grid{grid-template-columns:1fr 1fr}.card:nth-child(2n),.feature:nth-child(2n){border-right:0}
 .founder-layout{grid-template-columns:1fr}.founder-photo{min-height:0;max-height:760px}.content-grid{grid-template-columns:1fr;gap:30px}.sticky-label{position:static}
 .footer-main{grid-template-columns:1.3fr 1fr 1fr}.footer-col:last-child{grid-column:2/4}.contact-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
 main{padding-top:68px}
 :root{--gutter:18px}.brand{width:120px}.hamburger{margin-right:-2px}
 .hero-shell{padding-top:48px;padding-bottom:52px}.hero h1{font-size:clamp(54px,18vw,88px);margin:55px 0 38px}.hero-bottom>p{font-size:21px}
 .clients-head{align-items:start;flex-direction:column}.client-grid{grid-template-columns:1fr}.client{border-right:0;border-bottom:1px solid var(--line)}.client:last-child{border-bottom:0}
 .section{padding:75px 0}.section-title{font-size:48px}.product-card{min-height:0}.product-media{min-height:0;padding:10px}.product-copy{padding:30px 22px}.product-copy h3{font-size:50px}.product-copy .lead{font-size:18px}
 .service-visuals,.gallery{grid-template-columns:1fr}.service-list{margin-top:20px}.service-row{grid-template-columns:42px 1fr;gap:14px}.service-row h3{font-size:21px}.service-row p{font-size:14px}
 .cards,.feature-grid{grid-template-columns:1fr}.card,.feature{border-right:0;border-bottom:1px solid var(--line)}.card:last-child,.feature:last-child{border-bottom:0}
 .founder-photo{aspect-ratio:1/1.12}.founder-copy h2{font-size:52px}.facts{grid-template-columns:1fr}.fact{border-right:0;border-bottom:1px solid #303030}.fact:last-child{border-bottom:0}
 .page-hero{padding:80px 0 70px}.page-hero h1{font-size:58px;margin-top:36px}.page-hero p{font-size:18px}
 .timeline-row{grid-template-columns:1fr;gap:8px}.skill-groups{grid-template-columns:1fr}.skill-group{border-right:0}.contact-card{padding:28px 20px}
 .footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}.footer-col:last-child{grid-column:1/3}.footer-bottom{flex-direction:column;gap:8px}
 .cookie-note{left:10px;bottom:10px;width:calc(100vw - 20px);grid-template-columns:auto 1fr}.cookie-note>button{grid-column:2;justify-self:start}
}

/* Expanded editorial and case-study system */
.logo-stage-section{padding-top:58px;padding-bottom:58px}
.logo-stage{display:grid;grid-template-columns:minmax(0,.72fr) minmax(320px,1.28fr);gap:54px;align-items:center}
.logo-stage h2{font-size:clamp(36px,5vw,72px);line-height:.96;letter-spacing:-.055em;margin:14px 0 15px}
.logo-stage p{max-width:560px;color:var(--muted);line-height:1.7}
.logo-panel{min-height:250px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;padding:38px}
.logo-panel img{max-width:min(440px,78%);max-height:150px;object-fit:contain}
.logo-panel.dark{background:#0c0c0c;border-color:#262626}
.logo-panel.dark img{max-height:120px}
.brand-showcase{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line)}
.brand-tile{min-height:310px;display:grid;place-items:center;padding:46px}
.brand-tile.light{background:#fff}
.brand-tile.dark{background:#0c0c0c}
.brand-tile img{width:min(390px,75%);height:auto}
.work-logo-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.work-brand-card{display:flex;flex-direction:column;min-height:330px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.work-brand-card .logo-wrap{min-height:210px;display:grid;place-items:center;padding:30px;border-bottom:1px solid var(--line)}
.work-brand-card img{max-width:68%;max-height:105px;object-fit:contain}
.work-brand-card .brand-copy{padding:20px}
.work-brand-card h3{font-size:22px;margin:0 0 8px;letter-spacing:-.035em}
.work-brand-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.process-step{padding:26px;min-height:250px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.28)}
.process-step>span{font:500 10px/1 "IBM Plex Mono",monospace;color:#7a7a75;letter-spacing:.08em}
.process-step h3{font-size:22px;line-height:1.05;letter-spacing:-.035em;margin:72px 0 12px}
.process-step p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.detail-split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:64px;align-items:start}
.detail-split .big-copy{font-size:clamp(31px,4vw,56px);line-height:1.02;letter-spacing:-.055em;margin:0}
.detail-list{border-top:1px solid var(--line)}
.detail-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:18px;padding:22px 0;border-bottom:1px solid var(--line)}
.detail-item span{font:500 10px/1 "IBM Plex Mono",monospace;color:#888}
.detail-item h3{font-size:19px;margin:0 0 6px;letter-spacing:-.025em}
.detail-item p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}
.context-band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#efede7}
.context-band .shell{display:grid;grid-template-columns:repeat(4,1fr)}
.context-item{padding:28px 24px;border-right:1px solid var(--line)}
.context-item:last-child{border-right:0}
.context-item strong{display:block;font-size:16px;margin-bottom:8px}
.context-item span{display:block;color:var(--muted);font-size:12px;line-height:1.6}
.quote-section{background:#fff}
.quote-wrap{display:grid;grid-template-columns:minmax(250px,.62fr) minmax(0,1.38fr);gap:56px;align-items:start}
.quote-side h2{font-size:clamp(34px,3.8vw,52px);line-height:1;letter-spacing:-.045em;margin:18px 0}
.quote-side p{color:var(--muted);line-height:1.7}
.quote-card{margin:0;border-left:1px solid var(--ink);padding:8px 0 8px 34px}
.quote-card blockquote{font-size:clamp(20px,1.75vw,29px);line-height:1.48;letter-spacing:-.02em;margin:0 0 30px;max-width:920px}
.quote-card figcaption{display:grid;gap:9px}
.quote-card figcaption strong{font-size:15px}
.quote-card figcaption span{font-size:12px;color:var(--muted);line-height:1.55}
.compact-cta{padding:52px 0;border-top:1px solid var(--line)}
.compact-cta .shell{display:flex;justify-content:space-between;align-items:center;gap:28px}
.compact-cta h2{font-size:clamp(30px,4vw,52px);letter-spacing:-.05em;margin:0;max-width:720px}
.product-proof{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.product-proof article{border:1px solid var(--line);background:#fff;padding:24px;min-height:230px}
.product-proof h3{font-size:22px;margin:0 0 12px}
.product-proof p{color:var(--muted);font-size:14px;line-height:1.7}
@media(max-width:980px){
 .logo-stage,.quote-wrap,.detail-split{grid-template-columns:1fr}
 .work-logo-grid{grid-template-columns:1fr 1fr}
 .process-grid{grid-template-columns:1fr 1fr}
 .context-band .shell{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
 .brand-showcase,.work-logo-grid,.process-grid,.context-band .shell,.product-proof{grid-template-columns:1fr}
 .brand-tile{min-height:220px}
 .context-item{border-right:0;border-bottom:1px solid var(--line)}
 .quote-card{padding-left:20px}
 .compact-cta .shell{align-items:flex-start;flex-direction:column}
}

@supports not (-webkit-text-stroke:1px #000){.hero h1 span{color:var(--ink);-webkit-text-fill-color:var(--ink)}}


/* Responsive hardening */
html,body{width:100%;max-width:100%;overflow-x:hidden}
main,header,footer,section,nav{max-width:100%}
.shell,.nav-shell,.hero-shell,.footer-main,.footer-bottom{min-width:0}
.shell>*,
.nav-shell>*,
.hero-bottom>*,
.section-head>*,
.product-card>*,
.service-row>*,
.cards>*,
.feature-grid>*,
.founder-layout>*,
.content-grid>*,
.contact-grid>*,
.logo-stage>*,
.brand-showcase>*,
.work-logo-grid>*,
.process-grid>*,
.detail-split>*,
.quote-wrap>*,
.product-proof>*{min-width:0}
h1,h2,h3,p,a,span,strong{max-width:100%}
.hero h1,.page-hero h1,.section-title,.founder-copy h2,.product-copy h3,.detail-split .big-copy,.compact-cta h2,.quote-side h2{overflow-wrap:break-word;word-break:normal}
.gallery figure,.service-visuals figure,.product-media,.logo-panel,.brand-tile,.logo-wrap{min-width:0;max-width:100%;overflow:hidden}
.actions,.product-actions{max-width:100%}
.btn{max-width:100%;white-space:normal;text-align:center}
.mega{max-width:calc(100vw - (var(--gutter) * 2))}
.cookie-note{grid-template-columns:auto minmax(0,1fr);padding-right:52px}
.cookie-note>button{position:absolute;top:10px;right:10px;width:32px;height:32px;display:grid;place-items:center;line-height:1}
.cookie-note>button .material-symbols-rounded{font-size:20px}
.cookie-note>div:nth-child(2){min-width:0}
.cookie-note p{overflow-wrap:break-word}

@media(max-width:1050px){
  .hero-shell{padding-top:clamp(48px,8vw,70px);padding-bottom:clamp(50px,8vw,70px)}
  .hero h1{font-size:clamp(56px,11vw,108px);line-height:.88;letter-spacing:-.055em;margin:clamp(44px,7vw,60px) 0 clamp(34px,6vw,50px);max-width:100%}
  .hero h1 span{letter-spacing:-.015em;line-height:.92}
  .hero-bottom{gap:28px}
  .page-hero h1{font-size:clamp(50px,8.5vw,88px);line-height:.94;letter-spacing:-.05em;max-width:100%}
  .section-title{font-size:clamp(40px,7vw,68px);line-height:.98}
  .product-copy h3{font-size:clamp(42px,7vw,68px)}
  .founder-copy h2{font-size:clamp(42px,7vw,68px)}
  .footer-main{grid-template-columns:minmax(0,1.35fr) repeat(2,minmax(0,1fr))}
}

@media(max-width:700px){
  :root{--gutter:16px}
  .nav-shell{height:68px}
  .mobile-menu{inset:68px 0 0;padding-inline:var(--gutter)}
  .mobile-head{grid-template-columns:minmax(0,1fr) 44px}
  .mobile-head>a{font-size:clamp(25px,8vw,31px)}
  .hero{min-height:0}
  .hero-shell{padding-top:42px;padding-bottom:48px}
  .hero-kicker{max-width:30rem}
  .hero h1{font-size:clamp(44px,14vw,72px);line-height:.9;letter-spacing:-.045em;margin:42px 0 32px}
  .hero h1 span{-webkit-text-stroke:2px var(--ink);letter-spacing:-.01em}
  .hero-bottom{grid-template-columns:minmax(0,1fr);gap:24px}
  .hero-bottom>p{font-size:clamp(19px,5.7vw,23px);line-height:1.22}
  .hero-side p,.section-copy,.prose p{font-size:15px;line-height:1.65}
  .section{padding:64px 0}
  .section-head{margin-bottom:38px}
  .section-title{font-size:clamp(36px,11vw,48px);line-height:1}
  .page-hero{padding:64px 0 58px}
  .page-hero h1{font-size:clamp(40px,12vw,58px);line-height:.98;letter-spacing:-.045em;margin:30px 0 24px}
  .page-hero p{font-size:17px;line-height:1.55}
  .product-card{grid-template-columns:minmax(0,1fr)}
  .product-copy{padding:28px 20px}
  .product-copy h3{font-size:clamp(38px,11vw,50px)}
  .product-meta{flex-wrap:wrap;gap:8px 16px}
  .service-row{grid-template-columns:34px minmax(0,1fr);gap:12px}
  .service-row p{grid-column:2}
  .cards,.feature-grid,.gallery,.service-visuals,.contact-grid,.skill-groups,.brand-showcase,.work-logo-grid,.process-grid,.context-band .shell,.product-proof,.logo-stage,.quote-wrap,.detail-split{grid-template-columns:minmax(0,1fr)}
  .card,.feature,.skill-group{border-right:0}
  .founder-layout{grid-template-columns:minmax(0,1fr)}
  .founder-copy h2{font-size:clamp(38px,11vw,52px)}
  .founder-copy .intro{font-size:19px}
  .content-grid{grid-template-columns:minmax(0,1fr);gap:26px}
  .timeline-row{grid-template-columns:minmax(0,1fr)}
  .contact-card{padding:24px 18px}
  .contact-card h2{font-size:clamp(30px,9vw,40px)}
  .footer-main{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px 20px}
  .footer-brand{grid-column:1/-1}
  .footer-col:last-child{grid-column:1/-1}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .logo-panel,.brand-tile{min-height:190px;padding:24px}
  .work-brand-card{min-height:0}
  .work-brand-card .logo-wrap{min-height:170px}
  .process-step{min-height:0}
  .process-step h3{margin-top:34px}
  .context-item{border-right:0}
  .detail-item{grid-template-columns:30px minmax(0,1fr);gap:12px}
  .quote-wrap{gap:34px}
  .quote-card{padding-left:18px}
  .quote-card blockquote{font-size:clamp(18px,5.3vw,23px);line-height:1.5}
  .compact-cta .shell{flex-direction:column;align-items:flex-start}
  .compact-cta h2{font-size:clamp(30px,9vw,42px)}
  .cookie-note{left:8px;right:8px;bottom:8px;width:auto;grid-template-columns:36px minmax(0,1fr) 32px;gap:10px;padding:14px 10px 14px 14px}
  .cookie-icon{width:36px;height:36px}
  .cookie-note>button{grid-column:3;grid-row:1;justify-self:end;align-self:start}
  .backtop{right:12px;bottom:12px}
}

@media(max-width:390px){
  :root{--gutter:14px}
  .brand{width:108px}
  .hero h1{font-size:clamp(40px,13.2vw,52px)}
  .page-hero h1{font-size:clamp(36px,11.5vw,46px)}
  .section-title{font-size:clamp(34px,10.5vw,42px)}
  .product-copy h3,.founder-copy h2{font-size:clamp(34px,10.5vw,44px)}
  .actions,.product-actions{display:grid;grid-template-columns:minmax(0,1fr);width:100%}
  .btn{width:100%}
  .cookie-note{grid-template-columns:minmax(0,1fr) 30px}
  .cookie-icon{display:none}
  .cookie-note>button{grid-column:2}
  .cookie-note>div:nth-child(2){grid-column:1;grid-row:1}
}

iframe,video,canvas,svg{max-width:100%}
.footer-col a,.mega a,.mobile-menu a{overflow-wrap:anywhere}
@media(max-width:700px){
  .footer-col{min-width:0}
  .footer-col a{word-break:break-word}
  .client img{max-width:min(180px,72vw)}
  .brand-tile img,.logo-panel img{max-width:min(360px,82vw)}
}


/* Mobile viewport final pass */
@media(max-width:700px){
  html,body{width:100%;max-width:100%;overflow-x:hidden}
  body{position:relative}
  .site-header,.mobile-menu,.hero,.clients,.section,.page-hero,.context-band,.compact-cta,.site-footer{width:100%;max-width:100%;overflow-x:hidden}
  .shell,.nav-shell,.hero-shell,.clients-inner,.footer-main,.footer-bottom{width:100%;max-width:100%;min-width:0;padding-left:16px;padding-right:16px}
  .hero-shell>*,
  .section .shell>*,
  .page-hero .shell>*,
  .compact-cta .shell>*,
  .context-band .shell>*,
  .footer-main>*{min-width:0;max-width:100%}
  .hero{min-height:0}
  .hero-grid{background-size:88px 88px}
  .hero-kicker{font-size:10px;line-height:1.5;max-width:100%}
  .hero h1{
    width:100%;
    max-width:100%;
    font-size:min(13vw,56px);
    line-height:.93;
    letter-spacing:-.035em;
    margin:38px 0 28px;
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .hero h1 span{
    width:100%;
    max-width:100%;
    -webkit-text-stroke:2px var(--ink);
    letter-spacing:0;
    line-height:.96;
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .hero-bottom{display:grid;grid-template-columns:minmax(0,1fr);gap:22px;width:100%;max-width:100%}
  .hero-bottom>p{font-size:min(5.6vw,22px);line-height:1.28;max-width:100%}
  .hero-side{min-width:0;max-width:100%}
  .page-hero h1{
    width:100%;
    max-width:100%;
    font-size:min(11.5vw,50px);
    line-height:1;
    letter-spacing:-.035em;
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .section-title,
  .founder-copy h2,
  .product-copy h3,
  .detail-split .big-copy,
  .compact-cta h2,
  .quote-side h2{
    width:100%;
    max-width:100%;
    font-size:min(10.5vw,44px);
    line-height:1.04;
    letter-spacing:-.035em;
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .cards,.feature-grid,.gallery,.service-visuals,.contact-grid,.skill-groups,.brand-showcase,.work-logo-grid,.process-grid,.context-band .shell,.product-proof,.logo-stage,.quote-wrap,.detail-split,.founder-layout,.content-grid,.product-card{
    grid-template-columns:minmax(0,1fr)!important;
    width:100%;
    max-width:100%;
  }
  .service-row{grid-template-columns:32px minmax(0,1fr)!important;width:100%;max-width:100%}
  .service-row p{grid-column:2}
  .product-media,.product-copy,.card,.feature,.work-brand-card,.process-step,.context-item,.detail-list,.detail-item,.contact-card,.skill-group,.logo-panel,.brand-tile,.quote-card{width:100%;max-width:100%;min-width:0}
  img,picture,video,canvas,svg,iframe{max-width:100%;height:auto}
  .gallery img,.product-media img,.logo-panel img,.brand-tile img,.work-brand-card img,.client img{max-width:100%;height:auto;object-fit:contain}
  .actions,.product-actions{width:100%;max-width:100%;display:flex;flex-wrap:wrap}
  .btn{max-width:100%}
  .footer-main{grid-template-columns:minmax(0,1fr)!important}
  .footer-brand,.footer-col,.footer-col:last-child{grid-column:1!important;min-width:0}
  .footer-col a,.contact-card .big{overflow-wrap:anywhere;word-break:break-word}
  .cookie-note{
    left:max(8px,env(safe-area-inset-left));
    right:max(8px,env(safe-area-inset-right));
    bottom:max(8px,env(safe-area-inset-bottom));
    width:auto;
    max-width:none;
    grid-template-columns:36px minmax(0,1fr);
    gap:10px;
    padding:14px 50px 14px 14px;
  }
  .cookie-note>button{position:absolute;top:8px;right:8px;width:32px;height:32px}
}
@media(max-width:390px){
  .shell,.nav-shell,.hero-shell,.clients-inner,.footer-main,.footer-bottom{padding-left:14px;padding-right:14px}
  .hero h1{font-size:min(12.8vw,50px)}
  .page-hero h1{font-size:min(11vw,44px)}
  .section-title,.founder-copy h2,.product-copy h3,.detail-split .big-copy,.compact-cta h2,.quote-side h2{font-size:min(10vw,40px)}
  .cookie-note{grid-template-columns:minmax(0,1fr);padding:14px 48px 14px 14px}
  .cookie-icon{display:none}
  .actions,.product-actions{display:grid;grid-template-columns:minmax(0,1fr)}
  .btn{width:100%}
}

/* Fixed header final override */
.site-header{position:fixed!important;top:0;left:0;right:0;width:100%;z-index:1000}
main{padding-top:82px}
@media(max-width:1050px){main{padding-top:72px}}
@media(max-width:700px){
  main{padding-top:68px}
  .mobile-menu{top:68px;bottom:0;left:0;right:0;inset:auto 0 0 0;height:calc(100dvh - 68px)}
}
