
:root{
  --black:#070707;--black-2:#11100f;--ink:#161311;--cream:#dfd8cf;--cream-2:#f4efe6;--muted:#6f675e;--red:#a6212a;--red-2:#c53a43;--white:#fbf7ed;--line:rgba(20,18,16,.14);--line-light:rgba(255,255,255,.14);--max:1280px;--gutter:clamp(20px,4vw,64px);--radius:28px;--ease:cubic-bezier(.22,1,.36,1);--quote-font:Georgia,"Times New Roman",serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--black);scroll-padding-top:92px}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}body.nav-open{overflow:hidden}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin:0}::selection{background:var(--red);color:#fff}:focus-visible{outline:3px solid var(--red-2);outline-offset:4px;border-radius:10px}
.skip-link{position:fixed;left:16px;top:16px;z-index:999;transform:translateY(-150%);background:var(--cream-2);color:var(--ink);padding:12px 16px;border-radius:999px;font-weight:900}.skip-link:focus{transform:translateY(0)}
.site-header{position:fixed;inset:0 0 auto;z-index:100;height:84px;padding:0 var(--gutter);display:flex;align-items:center;justify-content:space-between;background:rgba(7,7,7,.78);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}
.brand,.brand.plain-brand{display:flex;align-items:center;height:56px}.brand img,.brand.plain-brand img{height:56px;width:auto;max-width:none}
.nav{display:flex;align-items:center;gap:clamp(18px,2.2vw,34px);color:rgba(251,247,237,.76);font-size:12px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.nav a{position:relative;padding:10px 0;transition:color .25s var(--ease),border-color .25s var(--ease),background .25s var(--ease)}.nav a::after{content:"";position:absolute;left:0;right:0;bottom:3px;height:1px;background:var(--red-2);transform:scaleX(0);transform-origin:left;transition:transform .25s var(--ease)}.nav a:hover{color:#fff}.nav a:hover::after{transform:scaleX(1)}.nav .nav-cta{border:1px solid rgba(255,255,255,.24);border-radius:999px;padding:12px 18px;color:#fff;background:rgba(255,255,255,.04)}.nav .nav-cta::after{display:none}.nav .nav-cta:hover{background:rgba(166,33,42,.18);border-color:rgba(197,58,67,.78)}.menu-toggle{display:none;border:0;background:transparent;color:#fff;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;padding:12px}
.section{padding:clamp(88px,9vw,136px) var(--gutter)}.wrap{max-width:var(--max);margin:0 auto}.dark{background:var(--black);color:var(--cream-2)}.paper{background:var(--cream-2)}.section-light{background:var(--cream-2)}.section-dark{background:var(--black);color:var(--white)}
.eyebrow,.section-label,.section-kicker{display:inline-flex;align-items:center;gap:10px;margin:0 0 18px;color:var(--red);font-size:11px;font-weight:950;letter-spacing:.18em;text-transform:uppercase}.eyebrow::before,.section-label::before{content:"";width:34px;height:1px;background:currentColor}.section-dark .eyebrow,.inverse{color:#f3b8bd}.section-dark .eyebrow::before,.inverse::before{background:currentColor}
.section-title{max-width:900px;font-size:clamp(42px,5vw,74px);line-height:.93;letter-spacing:-.062em;font-weight:900}.section-title.sm{font-size:clamp(34px,4vw,56px);letter-spacing:-.056em}.section-copy{color:rgba(20,18,16,.72);font-size:clamp(17px,1.3vw,20px);line-height:1.56;letter-spacing:-.022em}.dark .section-copy,.section-dark .section-copy{color:rgba(251,247,237,.72)}.split{display:grid;grid-template-columns:minmax(0,.92fr) minmax(350px,.82fr);gap:clamp(42px,8vw,110px);align-items:start}.split.center{align-items:center}.split.compact{gap:clamp(24px,5vw,60px)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:999px;border:1px solid transparent;font-size:12px;font-weight:950;letter-spacing:.14em;text-transform:uppercase;transition:transform .25s var(--ease),background .25s var(--ease),border-color .25s var(--ease),color .25s var(--ease)}.btn:hover{transform:translateY(-2px)}.btn-red{background:var(--red);color:#fff;border-color:var(--red)}.btn-red:hover{background:#c6343e;border-color:#c6343e}.btn-ghost{color:#fff;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.045)}
.hero{min-height:100svh;position:relative;overflow:hidden;color:var(--cream-2);padding:152px var(--gutter) 80px;background:linear-gradient(90deg,rgba(7,7,7,.99),rgba(7,7,7,.97) 56%,rgba(38,8,12,.98)),linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:auto,90px 90px,90px 90px}.hero::before{content:"";position:absolute;right:-16vw;top:80px;width:54vw;height:78vh;background:radial-gradient(circle at 38% 28%,rgba(166,33,42,.42),transparent 64%);filter:blur(18px);pointer-events:none}.hero::after{content:"";position:absolute;inset:auto 0 0;height:160px;background:linear-gradient(180deg,transparent,rgba(7,7,7,.72));pointer-events:none}.hero-inner{max-width:var(--max);margin:0 auto;position:relative;z-index:1;min-height:calc(100svh - 232px);display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);align-items:center;gap:clamp(48px,8vw,110px)}.hero h1{max-width:900px;font-size:clamp(54px,6vw,92px);line-height:.9;letter-spacing:-.072em;font-weight:880}.hero-gap{display:block;height:14px}.hero-copy{max-width:720px;margin-top:28px;color:rgba(251,247,237,.76);font-size:clamp(17px,1.42vw,21px);line-height:1.5;letter-spacing:-.024em}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:34px}.trust-line{max-width:720px;margin-top:32px;border-left:1px solid rgba(197,58,67,.76);padding-left:18px;color:rgba(251,247,237,.68);font-size:13px;line-height:1.55}
.hero-stage{position:relative;min-height:640px;border:1px solid rgba(255,255,255,.12);border-radius:36px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.015));box-shadow:0 36px 90px rgba(0,0,0,.46);overflow:hidden;isolation:isolate}.hero-stage::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:56px 56px;opacity:.28;z-index:-1}.hero-stage::after{content:"";position:absolute;right:-120px;bottom:-130px;width:380px;height:380px;background:radial-gradient(circle,rgba(166,33,42,.56),transparent 70%);filter:blur(12px);z-index:-1}.stage-sheet{position:absolute;border-radius:22px;border:1px solid rgba(255,255,255,.14);box-shadow:0 22px 62px rgba(0,0,0,.36);overflow:hidden}.stage-sheet strong,.stage-sheet h3{letter-spacing:-.06em}.sheet-kicker{display:block;color:var(--red);font-size:10px;font-weight:950;letter-spacing:.18em;text-transform:uppercase}.stage-screen{left:42px;top:46px;width:min(81%,500px);height:272px;background:var(--cream-2);color:var(--ink);padding:24px}.stage-screen h3{max-width:330px;font-size:34px;line-height:.98;margin-top:16px}.stage-screen p{margin-top:16px;max-width:340px;color:rgba(20,18,16,.6);font-size:14px;line-height:1.48}.sheet-lines{display:grid;gap:8px;margin-top:24px}.sheet-lines i{display:block;height:8px;background:rgba(20,18,16,.12);border-radius:99px}.sheet-lines i:nth-child(1){width:84%}.sheet-lines i:nth-child(2){width:66%}.sheet-lines i:nth-child(3){width:48%}.stage-brochure{right:36px;top:240px;width:240px;height:210px;background:linear-gradient(160deg,#1a1714,#0f0e0c);padding:20px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;transform:rotate(3deg)}.stage-brochure strong{font-size:30px;line-height:.95}.stage-board{left:44px;bottom:44px;width:312px;height:194px;background:linear-gradient(135deg,#c7bdae,var(--cream-2));padding:24px;color:var(--ink)}.stage-board strong{display:block;margin-top:18px;font-size:30px;line-height:.95}.stage-board p{margin-top:14px;color:rgba(20,18,16,.64);font-size:13px;line-height:1.45}.stage-strip{right:46px;bottom:44px;width:212px;height:140px;background:var(--red);padding:20px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;gap:8px}.stage-strip span{font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;opacity:.88}
.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:38px}.pillar{border-top:1px solid var(--line);padding-top:18px}.pillar h3{font-size:30px;letter-spacing:-.06em;line-height:1}.pillar p{margin-top:14px;color:rgba(20,18,16,.62);font-size:14px;line-height:1.5}
.fixes-section-red{position:relative;background:linear-gradient(180deg,#991d25,#7a171f);color:#fff;padding:110px var(--gutter) 90px;overflow:hidden}.fixes-section-red::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 22%,rgba(255,255,255,.10),transparent 28%),linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:auto,88px 88px,88px 88px;opacity:.25;pointer-events:none}.fixes-red-shell{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(34px,7vw,88px)}.fixes-red-copy{position:sticky;top:118px;align-self:start}.fixes-red-copy .section-copy{color:rgba(255,255,255,.8)}.light-eyebrow{color:#fff}.light-eyebrow::before{background:#fff}.fixes-showcase{position:relative;min-height:320vh}.fixes-stage{position:sticky;top:118px;height:min(70vh,520px);border-radius:30px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,rgba(12,8,8,.22),rgba(12,8,8,.14));backdrop-filter:blur(8px);overflow:hidden;box-shadow:0 36px 90px rgba(0,0,0,.22)}.fixes-stage::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 74% 30%,rgba(255,255,255,.16),transparent 26%),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:auto,84px 84px,84px 84px;opacity:.26}.fixes-panel{position:absolute;inset:0;padding:34px 28px 34px 28px;display:flex;flex-direction:column;justify-content:center;opacity:0;transform:translateY(28px) scale(.985);transition:opacity .48s var(--ease),transform .48s var(--ease)}.fixes-panel.active{opacity:1;transform:none}.fixes-panel span{position:absolute;left:26px;top:24px;color:#ffd8db;font-size:12px;font-weight:950;letter-spacing:.18em;text-transform:uppercase}.fixes-panel h3{max-width:720px;font-size:clamp(42px,4.4vw,68px);line-height:.92;letter-spacing:-.06em}.fixes-panel p{max-width:720px;margin-top:20px;color:rgba(255,255,255,.78);font-size:clamp(18px,1.6vw,22px);line-height:1.48}.fixes-track{position:absolute;inset:0;pointer-events:none}.fixes-trigger{height:80vh}
.service-accordion{display:grid;gap:16px;margin-top:36px}.service-card{border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.46);overflow:hidden;box-shadow:0 18px 44px rgba(20,18,16,.08)}.service-card summary{list-style:none;display:grid;grid-template-columns:66px 1fr auto;gap:24px;padding:28px 30px;align-items:center;cursor:pointer}.service-card summary::-webkit-details-marker{display:none}.service-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:rgba(166,33,42,.1);color:var(--red);font-size:12px;font-weight:950;letter-spacing:.14em}.service-headline h3{font-size:clamp(28px,3vw,40px);line-height:.95;letter-spacing:-.062em}.service-toggle{color:rgba(20,18,16,.46);font-size:11px;font-weight:950;letter-spacing:.16em;text-transform:uppercase}.service-card[open] .service-toggle{color:var(--red)}.service-chip-body{padding:0 30px 28px 120px}.chips-wrap{display:flex;flex-wrap:wrap;gap:12px}.output-chip{display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;border-radius:999px;border:1px solid rgba(20,18,16,.12);background:rgba(255,255,255,.7);font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 8px 20px rgba(20,18,16,.05)}
.showcase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:38px}.showcase-tile{position:relative;min-height:240px;border:1px solid rgba(255,255,255,.12);border-radius:30px;padding:28px;background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.02));box-shadow:0 24px 60px rgba(0,0,0,.2);overflow:hidden}.showcase-tile::before{content:"";position:absolute;inset:auto -10% -50% auto;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(166,33,42,.34),transparent 68%)}.showcase-tile span{position:relative;display:block;color:#f1b5bb;font-size:11px;font-weight:950;letter-spacing:.18em;text-transform:uppercase}.showcase-tile strong{position:relative;display:block;margin-top:80px;max-width:400px;font-size:clamp(30px,3.1vw,44px);line-height:.95;letter-spacing:-.06em}
.audience-section{padding-top:104px;padding-bottom:120px}.audience-top{max-width:var(--max);margin:0 auto 38px;display:grid;grid-template-columns:1fr .55fr;gap:48px;align-items:end}.audience-grid-old{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.audience-card-old{min-height:220px;padding:26px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));display:flex;flex-direction:column;justify-content:space-between;transition:transform .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease)}.audience-card-old:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.24);background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03))}.audience-card-old span{display:block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--red-2);font-weight:900;margin-bottom:14px}.audience-card-old strong{font-size:30px;line-height:1.02;letter-spacing:-.04em;color:#fff}.audience-card-old em{font-style:normal;color:rgba(255,255,255,.67);font-size:16px;line-height:1.45;margin-top:16px}
.process-section{padding:0 var(--gutter);background:var(--black)}.process-showcase{height:260vh;position:relative}.process-sticky{position:sticky;top:0;min-height:100vh;max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1fr) auto;gap:52px;align-items:center;padding:120px 0}.process-copy h2{font-size:clamp(44px,6vw,86px);line-height:.92;letter-spacing:-.065em;color:#fff}.process-copy p{margin-top:22px;color:rgba(255,255,255,.68);font-size:clamp(18px,1.6vw,22px);line-height:1.5;max-width:520px}.process-stage{position:relative;height:min(78vh,760px);border-radius:34px;overflow:hidden;border:1px solid rgba(255,255,255,.11);box-shadow:0 40px 120px rgba(0,0,0,.34);background:rgba(255,255,255,.02)}.process-stage::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 84% 14%, rgba(185,31,40,.16), transparent 28%),linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015));}.process-stage::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);background-size:88px 88px;mask-image:linear-gradient(180deg, rgba(0,0,0,.85), transparent 92%)}.process-panel{position:absolute;inset:0;z-index:1;padding:44px;display:flex;flex-direction:column;justify-content:flex-end;opacity:0;transform:translateY(40px) scale(.98);transition:opacity .55s var(--ease), transform .55s var(--ease)}.process-panel.active{opacity:1;transform:none;z-index:2}.process-panel span{position:absolute;left:40px; top:34px;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--red);font-weight:900}.process-panel h3{font-size:clamp(54px,6vw,110px);line-height:.9;color:#fff;max-width:620px}.process-panel p{font-size:22px;line-height:1.42;max-width:650px;margin-top:18px;color:#fff}.process-panel ul{margin-top:22px;color:rgba(255,255,255,.76);padding-left:18px}.process-panel li{margin:10px 0;font-size:15px}.process-rail{display:flex;flex-direction:column;gap:10px;position:relative;z-index:2}.process-rail button{width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.03);color:rgba(255,255,255,.42);font-size:12px;letter-spacing:.1em;text-transform:uppercase}.process-rail button.active{background:rgba(185,31,40,.26);color:#fff;border-color:rgba(255,255,255,.24);transform:scale(1.04)}
.founder-section{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1fr .85fr;gap:54px;align-items:center;padding-top:132px;padding-bottom:132px}.founder-photo img{height:720px;width:100%;object-fit:cover;border-radius:28px;border:1px solid rgba(0,0,0,.08);box-shadow:0 28px 80px rgba(0,0,0,.12)}.founder-copy{max-width:980px}.founder-copy p{margin-top:18px;max-width:620px;color:rgba(20,17,15,.72);font-size:clamp(18px,1.28vw,20px);line-height:1.58}.founder-quote-wrap{position:relative;margin-top:8px;padding-left:32px}.founder-quote{margin:0;max-width:900px}.founder-quote p{margin:0;font-family:var(--quote-font);font-style:italic;font-weight:500;font-size:clamp(40px,4.6vw,72px);line-height:.98;letter-spacing:-.03em;color:var(--ink)}.founder-quote cite{display:block;margin-top:18px;font-style:normal;font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:rgba(20,17,15,.52)}.founder-note-block{margin-top:34px;display:grid;gap:16px;max-width:840px}.founder-note-heading{margin:0 0 2px 0;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--red) !important;font-weight:900}
.brief-section{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1fr .85fr;gap:54px;align-items:start;padding-top:120px;padding-bottom:120px}.brief-copy h2{font-size:clamp(58px,5.7vw,98px);line-height:.94;letter-spacing:-.065em;color:#fff}.brief-copy p:last-child{margin-top:18px;font-size:22px;max-width:620px;color:rgba(255,255,255,.74);line-height:1.36}.brief-form{background:#fff;color:var(--ink);border-radius:24px;padding:22px;border:1px solid rgba(255,255,255,.08);box-shadow:0 22px 50px rgba(0,0,0,.18)}.brief-form label{display:block;font-size:11px;letter-spacing:.15em;text-transform:uppercase;font-weight:900;color:rgba(0,0,0,.54);margin-bottom:16px}.brief-form input,.brief-form textarea{display:block;width:100%;margin-top:8px;padding:14px 15px;border-radius:14px;border:1px solid rgba(0,0,0,.12);background:#fbf7f2;color:var(--ink)}.brief-form textarea{min-height:140px;resize:vertical}.brief-form button{width:100%;height:50px;border:0;border-radius:999px;background:var(--black);color:#fff;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:900;margin-top:8px}.form-status{min-height:22px;margin-top:12px;color:var(--red);font-size:13px;font-weight:800}.hidden-field{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}
.page-hero{padding:144px var(--gutter) 78px;background:var(--black);color:var(--cream-2)}.page-hero .wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(38px,7vw,100px);align-items:end}.page-hero h1{font-size:clamp(48px,6.4vw,92px);line-height:.9;letter-spacing:-.07em;font-weight:880}.page-content{padding:clamp(74px,8vw,120px) var(--gutter)}.content-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.content-card{border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.32);padding:26px;min-height:250px}.content-card h2,.content-card h3{font-size:30px;line-height:1;letter-spacing:-.058em}.content-card p{margin-top:16px;color:rgba(20,18,16,.64);font-size:14px;line-height:1.55}.content-card ul{margin:18px 0 0;padding-left:18px;color:rgba(20,18,16,.62);font-size:14px;line-height:1.58}
.footer{background:var(--black);color:#fff;padding:0 clamp(20px,5vw,58px);border-top:1px solid rgba(255,255,255,.10);display:block}.footer-main{max-width:var(--max);margin:0 auto;padding:48px 0 34px;display:grid;grid-template-columns:minmax(170px,.75fr) minmax(220px,.9fr) minmax(180px,.7fr) auto;gap:28px;align-items:center}.footer-brand img{height:72px;width:auto}.footer-links{display:flex;flex-wrap:wrap;gap:16px 20px}.footer-links a{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.62);transition:color .25s var(--ease), transform .25s var(--ease)}.footer-links a:hover{color:#fff;transform:translateY(-1px)}.footer-meta span{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.46)}.footer-socials a{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.62)}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.delay-1{transition-delay:.08s}.reveal.delay-2{transition-delay:.16s}.reveal.delay-3{transition-delay:.24s}.reveal.delay-4{transition-delay:.32s}.reveal.is-visible{opacity:1;transform:translateY(0)}
@media (max-width:1180px){.hero-inner,.split,.service-lead,.page-hero .wrap,.content-grid,.footer-inner,.founder-section,.brief-section,.audience-top,.fixes-red-shell{grid-template-columns:1fr}.hero-stage{max-width:720px;min-height:560px}.audience-grid-old{grid-template-columns:repeat(2,1fr)}.process-showcase{height:auto;padding:110px 0}.process-sticky{position:relative;min-height:auto;grid-template-columns:1fr;gap:28px;padding:0}.process-stage{height:600px}.process-rail{flex-direction:row}.fixes-showcase{min-height:auto}.fixes-stage{position:relative;top:auto;height:420px}.fixes-red-copy{position:relative;top:auto}.fixes-track{display:none}.content-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1fr}.brief-section{grid-template-columns:1fr}}
@media (max-width:840px){.site-header{height:72px}.brand img,.brand.plain-brand img{height:42px}.menu-toggle{display:block}.nav{position:fixed;top:72px;left:0;right:0;bottom:0;display:grid;align-content:start;gap:0;padding:28px var(--gutter);background:rgba(8,8,7,.988);transform:translateX(100%);transition:transform .32s var(--ease);overflow:auto}.nav a{font-size:18px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.1)}.nav .nav-cta{width:max-content;margin-top:24px;padding:14px 20px}body.nav-open .nav{transform:translateX(0)}.hero,.page-hero{padding-top:118px}.hero-inner{min-height:auto}.hero h1{font-size:clamp(46px,13vw,78px)}.hero-stage{min-height:500px;border-radius:24px}.stage-screen{left:22px;top:24px;width:82%;height:232px}.stage-brochure{right:18px;top:214px;width:204px;height:170px}.stage-board{left:24px;bottom:34px;width:242px;height:170px}.stage-strip{right:20px;bottom:34px;width:150px;height:120px}.pillars,.showcase-grid,.content-grid{grid-template-columns:1fr}.service-card summary,.service-chip-body{grid-template-columns:1fr;gap:16px}.service-card summary{display:grid}.service-chip-body{padding:0 24px 24px 24px}.audience-grid-old{grid-template-columns:1fr}.founder-photo img{height:auto}.process-panel h3{font-size:clamp(46px,10vw,72px)}.process-panel p{font-size:18px}.process-panel ul{font-size:14px}.brief-copy h2{font-size:clamp(42px,12vw,72px)}.brief-copy p:last-child{font-size:18px}.footer-main{grid-template-columns:1fr}}
@media (max-width:560px){:root{--gutter:18px}.hero{padding-bottom:58px}.hero-gap{height:10px}.hero-copy{font-size:16px}.trust-line{font-size:12px}.hero-stage{min-height:440px}.stage-screen h3{font-size:26px}.stage-screen{height:215px}.stage-brochure{width:188px;height:145px;top:204px}.stage-board{width:216px;padding:18px}.stage-board strong{font-size:24px}.stage-strip{width:128px;padding:14px}.section-title{font-size:clamp(36px,11.5vw,56px)}.section-title.sm{font-size:clamp(30px,10vw,44px)}.fixes-stage{height:360px}.fixes-panel h3{font-size:clamp(32px,11vw,48px)}.fixes-panel p{font-size:16px}.process-rail{display:none}.footer-main{padding:42px 0 28px}.footer-brand img{height:56px}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.btn:hover{transform:none}.reveal{opacity:1;transform:none}}


.intro-simple{position:relative;overflow:hidden}
.intro-simple::before{content:"";position:absolute;left:0;top:0;width:min(62vw,820px);height:min(62vw,820px);background:linear-gradient(135deg, rgba(255,255,255,.34), rgba(255,255,255,0));clip-path:polygon(0 0,100% 0,0 100%);opacity:.72;pointer-events:none}
.intro-simple-wrap{position:relative;z-index:1;max-width:1120px}
.intro-main-title{max-width:1080px;font-size:clamp(56px,7vw,98px);line-height:.92;letter-spacing:-.075em;color:#0d0d0d}
.intro-simple-copy{max-width:760px;margin-top:28px}

.founder-exact{position:relative;overflow:hidden;background:#d8d4cf;max-width:1480px;margin:0 auto;padding:110px 54px 94px;display:grid;grid-template-columns:minmax(420px,.98fr) minmax(420px,.94fr);gap:48px;align-items:start}
.founder-exact::before{content:"";position:absolute;right:0;top:160px;width:52%;height:72%;background:rgba(239,225,223,.62);clip-path:polygon(100% 0,100% 100%,0 100%);pointer-events:none}
.founder-exact > *{position:relative;z-index:1}
.founder-exact .founder-photo img{height:668px;width:100%;object-fit:cover;border-radius:28px;border:none;box-shadow:none}
.founder-exact .founder-copy{padding-top:74px;max-width:none}
.founder-kicker{margin:0 0 22px 0;color:var(--red);font-size:13px;font-weight:900;letter-spacing:.2em;text-transform:uppercase}
.founder-kicker::before{display:none}
.founder-exact .founder-quote-wrap{margin-top:0;padding-left:0}
.founder-exact .founder-quote{margin:0;padding-left:24px;border-left:1px solid rgba(166,33,42,.42);max-width:720px}
.founder-exact .founder-quote p{font-family:var(--quote-font);font-style:italic;font-weight:500;font-size:clamp(20px,2vw,28px);line-height:1.58;letter-spacing:-.02em;color:#3f3832}
.founder-exact .founder-quote cite{margin-top:18px;font-size:12px;letter-spacing:.18em;color:#84796f}
.founder-exact .founder-note-block{margin-top:48px;max-width:700px;display:grid;gap:22px}
.founder-exact .founder-note-heading{margin:0;color:var(--red)!important;font-size:22px;font-weight:900;letter-spacing:.14em;line-height:1.1;text-transform:uppercase}
.founder-exact .founder-note-block p:not(.founder-note-heading){margin:0;color:#47413b;font-size:18px;line-height:1.72;max-width:660px}
.founder-page-intro{padding-bottom:60px}
.founder-page-block{margin-bottom:80px}

@media (max-width:1180px){
  .founder-exact{grid-template-columns:1fr;padding:72px 32px 72px;gap:34px}
  .founder-exact::before{top:auto;bottom:0;width:100%;height:42%;clip-path:polygon(100% 0,100% 100%,0 100%)}
  .founder-exact .founder-copy{padding-top:0}
  .founder-exact .founder-photo img{height:auto}
}
@media (max-width:840px){
  .brand,.brand.plain-brand{height:44px}.brand img,.brand.plain-brand img{height:44px}
  .intro-main-title{font-size:clamp(44px,12vw,68px)}
  .founder-exact{padding:46px 22px 54px}
  .founder-exact .founder-quote p{font-size:clamp(18px,5vw,23px);line-height:1.54}
  .founder-exact .founder-note-heading{font-size:17px}
  .founder-exact .founder-note-block p:not(.founder-note-heading){font-size:16px;line-height:1.64}
}


/* surgical polish after recording review */
.site-header{height:90px}
.brand,.brand.plain-brand{height:64px;min-width:168px}
.brand img,.brand.plain-brand img{height:64px;width:auto;max-width:none}

/* fixes section: no blank dead zone, one proof/example card visible at a time */
.fixes-section-red{padding-top:82px;padding-bottom:82px;min-height:260vh}
.fixes-red-shell{align-items:start}
.fixes-red-copy{top:112px}
.fixes-showcase{min-height:240vh;padding-top:0}
.fixes-stage{top:112px;height:min(68vh,540px)}
.fixes-panel{visibility:hidden;pointer-events:none;transition:opacity .28s var(--ease),transform .28s var(--ease),visibility 0s linear .28s}
.fixes-panel.active{visibility:visible;pointer-events:auto;transition-delay:0s}
.fixes-trigger{height:60vh}

/* process: prevent ghosted/overlapping cards during fast scroll */
.process-panel{visibility:hidden;pointer-events:none;transition:opacity .22s var(--ease),transform .22s var(--ease),visibility 0s linear .22s}
.process-panel.active{visibility:visible;pointer-events:auto;transition-delay:0s}
.process-showcase{height:250vh}

/* founder: closer to supplied V3 reference */
.founder-exact{max-width:1500px;padding:116px 64px 98px;grid-template-columns:minmax(520px,.96fr) minmax(520px,.9fr);gap:58px;background:#d8d4ce}
.founder-exact .founder-photo img{height:690px;border-radius:28px}
.founder-exact .founder-copy{padding-top:84px}
.founder-exact .founder-quote p{font-size:clamp(22px,1.75vw,30px);line-height:1.6}
.founder-exact .founder-note-heading{font-size:24px;letter-spacing:.15em}
.founder-exact .founder-note-block p:not(.founder-note-heading){font-size:20px;line-height:1.7;color:#46413d}

@media (max-width:1180px){
  .brand,.brand.plain-brand{height:54px;min-width:142px}.brand img,.brand.plain-brand img{height:54px}
  .fixes-section-red{min-height:auto}.fixes-stage{height:430px}.fixes-showcase{min-height:auto}.fixes-red-copy,.fixes-stage{position:relative;top:auto}
  .founder-exact{grid-template-columns:1fr;padding:72px 32px 72px;gap:34px}.founder-exact .founder-photo img{height:auto}.founder-exact .founder-copy{padding-top:0}
}
@media (max-width:840px){
  .site-header{height:78px}.brand,.brand.plain-brand{height:48px;min-width:126px}.brand img,.brand.plain-brand img{height:48px}
}


/* final motion cleanup after 21:45 recording */
.brand,.brand.plain-brand{height:72px;min-width:190px}
.brand img,.brand.plain-brand img{height:72px;width:auto;max-width:none}
.site-header{height:96px}

/* Keep the red proof/example section occupied by one visible card at all times. */
.fixes-section-red{height:280vh;min-height:0;padding:0 var(--gutter);display:block;overflow:clip}
.fixes-section-red::before{position:absolute}
.fixes-red-shell{position:sticky;top:96px;min-height:calc(100vh - 96px);display:grid;align-items:center;grid-template-columns:minmax(0,.78fr) minmax(0,1.1fr);gap:clamp(34px,7vw,88px)}
.fixes-red-copy{position:relative;top:auto;align-self:center}
.fixes-showcase{position:relative;min-height:0;height:auto;padding:0}
.fixes-stage{position:relative;top:auto;height:min(62vh,520px);min-height:430px;width:100%}
.fixes-track{display:none!important}
.fixes-panel{visibility:hidden;opacity:0;transform:translateY(18px) scale(.992);pointer-events:none;transition:opacity .22s var(--ease),transform .22s var(--ease),visibility 0s linear .22s}
.fixes-panel.active{visibility:visible;opacity:1;transform:none;pointer-events:auto;transition-delay:0s}

/* Keep the process pinned; remove the blank black tail before founder. */
.process-showcase{height:225vh;position:relative;overflow:clip}
.process-sticky{top:96px;min-height:calc(100vh - 96px);padding:0;align-items:center}
.process-stage{height:min(66vh,680px);min-height:520px}
.process-panel{visibility:hidden;opacity:0;pointer-events:none;transition:opacity .18s var(--ease),transform .18s var(--ease),visibility 0s linear .18s}
.process-panel.active{visibility:visible;opacity:1;pointer-events:auto;transition-delay:0s}

/* tighter transition into founder */
.founder-exact{margin-top:0}

@media (max-width:1180px){
  .brand,.brand.plain-brand{height:58px;min-width:156px}.brand img,.brand.plain-brand img{height:58px}
  .site-header{height:86px}
  .fixes-section-red{height:auto;min-height:auto;padding:76px var(--gutter)}
  .fixes-red-shell{position:relative;top:auto;min-height:auto;grid-template-columns:1fr;align-items:start}
  .fixes-stage{height:430px;min-height:430px}
  .process-showcase{height:auto;overflow:visible;padding:96px 0 0}
  .process-sticky{position:relative;top:auto;min-height:auto;padding:0;grid-template-columns:1fr}
  .process-stage{height:580px;min-height:520px}
}
@media (max-width:840px){
  .site-header{height:80px}.brand,.brand.plain-brand{height:52px;min-width:138px}.brand img,.brand.plain-brand img{height:52px}
}
@media (max-width:560px){
  .brand,.brand.plain-brand{height:46px;min-width:122px}.brand img,.brand.plain-brand img{height:46px}
  .fixes-stage{height:380px;min-height:380px}
  .process-stage{height:520px;min-height:500px}
}


/* --- Intro house sequence: desktop opening scene --- */
@media (min-width:1181px){
  .hero-house-sequence{
    --house-open:0;
    --hero-reveal:0;
    --overlay-fade:1;
    min-height:320vh;
    padding:0 var(--gutter) 80px;
    background:linear-gradient(90deg,rgba(7,7,7,.99),rgba(7,7,7,.97) 56%,rgba(38,8,12,.98)),linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
    background-size:auto,90px 90px,90px 90px;
  }
  .hero-house-sequence .hero-inner{
    position:sticky;
    top:92px;
    min-height:calc(100svh - 144px);
    z-index:2;
  }
  .hero-house-sequence .hero-copy-block,
  .hero-house-sequence .hero-stage{
    opacity:var(--hero-reveal);
    transform:translateY(calc((1 - var(--hero-reveal)) * 34px));
    transition:opacity .18s linear, transform .18s linear;
  }
  .hero-house-sequence .hero-house-intro{
    position:absolute;
    left:0; right:0; top:0;
    height:100svh;
    position:sticky;
    top:92px;
    z-index:5;
    pointer-events:none;
    opacity:var(--overlay-fade);
    transition:opacity .18s linear;
  }
  .hero-house-surface{
    position:absolute; inset:0;
    background:
      radial-gradient(circle at 50% 58%, rgba(0,0,0,.08), transparent 36%),
      linear-gradient(180deg, #ededeb 0%, #e8e6e2 64%, #e4e0da 100%);
  }
  .intro-house-assembly{
    position:absolute;
    left:50%; top:53%;
    width:min(62vw, 920px);
    aspect-ratio:1.42 / 1;
    transform:translate(-50%,-50%) scale(calc(1 + var(--house-open) * .15));
    filter:drop-shadow(0 28px 34px rgba(0,0,0,.10));
  }
  .house-piece{
    position:absolute;
    display:block;
    background:linear-gradient(160deg,#fbfbfa 0%,#efefed 44%,#dbd9d5 100%);
    border:1px solid rgba(182,180,176,.32);
    box-shadow:0 18px 32px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.85);
    will-change:transform,opacity;
    transform:
      translate3d(calc(var(--tx,0px) * var(--house-open)), calc(var(--ty,0px) * var(--house-open)), 0)
      rotate(calc(var(--rot,0deg) * var(--house-open)));
    transition:transform .16s linear, opacity .16s linear;
  }
  .house-piece::before,
  .house-piece::after{content:"";position:absolute;pointer-events:none}
  .piece-back-roof{
    left:18%; top:10%; width:42%; height:27%;
    clip-path:polygon(0 100%, 28% 18%, 100% 0, 80% 100%);
    --tx:-110px; --ty:-105px; --rot:-7deg;
  }
  .piece-front-roof{
    left:43.5%; top:8%; width:38%; height:36%;
    clip-path:polygon(0 100%, 78% 0, 100% 18%, 43% 100%);
    --tx:108px; --ty:-118px; --rot:7deg;
  }
  .piece-left-shell{
    left:18%; top:35.8%; width:32%; height:33.2%;
    clip-path:polygon(0 0, 100% 0, 64% 100%, 0 100%);
    background:linear-gradient(160deg,#e4e3e1 0%,#d6d4d1 100%);
    --tx:-122px; --ty:6px; --rot:-6deg;
  }
  .piece-glass-core{
    left:31%; top:30%; width:36%; height:41%;
    clip-path:polygon(0 30%, 37% 30%, 54% 0, 82% 0, 100% 30%, 100% 100%, 0 100%);
    background:linear-gradient(160deg,#f5f4f1 0%,#efede7 48%,#dcd7d0 100%);
    --tx:0px; --ty:34px; --rot:0deg;
    overflow:hidden;
  }
  .piece-glass-core::before{
    inset:0;
    background:
      linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,0) 46%),
      linear-gradient(90deg, transparent 0 15%, rgba(21,21,21,.92) 15% 18%, transparent 18% 32%, rgba(21,21,21,.92) 32% 35%, transparent 35% 51%, rgba(21,21,21,.92) 51% 54%, transparent 54% 80%, rgba(21,21,21,.92) 80% 83%, transparent 83% 100%),
      linear-gradient(180deg, transparent 0 40%, rgba(18,18,18,.88) 40% 100%);
    opacity:.94;
  }
  .piece-glass-core::after{
    inset:0;
    background:linear-gradient(135deg, rgba(255,255,255,.25), transparent 38%, rgba(255,255,255,.05));
    mix-blend-mode:screen;
  }
  .piece-diagonal-band{
    left:36.8%; top:44%; width:42.5%; height:18%;
    clip-path:polygon(0 100%, 34% 0, 100% 0, 68% 100%);
    background:linear-gradient(160deg,#d8d7d4 0%,#c8c6c3 100%);
    --tx:0px; --ty:-56px; --rot:0deg;
    z-index:2;
  }
  .piece-right-wing{
    left:66.2%; top:29.5%; width:20.5%; height:40%;
    clip-path:polygon(0 100%, 68% 0, 100% 16%, 56% 100%);
    background:linear-gradient(150deg,#e4e3e1 0%,#d3d2ce 100%);
    --tx:136px; --ty:10px; --rot:6deg;
    z-index:3;
  }
  .piece-right-block{
    left:76%; top:41%; width:11%; height:24.8%;
    clip-path:polygon(0 0, 82% 0, 100% 10%, 100% 100%, 0 100%);
    --tx:92px; --ty:20px; --rot:4deg;
  }
  .piece-right-block::before{
    left:18%; right:18%; top:14%; bottom:14%;
    background:linear-gradient(180deg,#e0dedb,#cbc8c4);
    opacity:.65;
  }
  .piece-left-base{
    left:21.4%; top:52%; width:28%; height:18%;
    clip-path:polygon(0 0, 100% 0, 72% 100%, 0 100%);
    background:linear-gradient(160deg,#eceae7 0%,#d8d6d2 100%);
    --tx:-86px; --ty:48px; --rot:-5deg;
  }
  .piece-base-platform{
    left:40%; top:67%; width:44%; height:13%;
    clip-path:polygon(12% 0, 100% 0, 78% 100%, 0 76%);
    background:linear-gradient(180deg,#efefed 0%,#cecbc6 58%,#a4a19c 100%);
    --tx:0px; --ty:88px; --rot:0deg;
    box-shadow:0 24px 28px rgba(0,0,0,.14), inset 0 10px 18px rgba(255,255,255,.32);
  }
  .piece-shadow{
    left:38%; top:72%; width:36%; height:8%;
    border:none; box-shadow:none;
    background:radial-gradient(ellipse at center, rgba(0,0,0,.30) 0%, rgba(0,0,0,.15) 42%, rgba(0,0,0,0) 72%);
    clip-path:none;
    --tx:0px; --ty:24px; --rot:0deg;
    opacity:calc(1 - var(--house-open) * .4);
  }
}
@media (max-width:1180px){
  .hero-house-intro{display:none}
}


/* --- Layered rendered house intro: performance-safe final approach --- */
@media (min-width:1181px){
  .hero-house-sequence{
    --house-open:0;
    --hero-reveal:0;
    --overlay-fade:1;
    min-height:320vh;
    padding:0 var(--gutter) 80px;
    background:linear-gradient(90deg,rgba(7,7,7,.995),rgba(7,7,7,.975) 58%,rgba(31,7,10,.985));
    overflow:clip;
  }
  .hero-house-sequence .hero-inner{
    position:sticky;
    top:92px;
    min-height:calc(100svh - 144px);
    z-index:2;
  }
  .hero-house-sequence .hero-core-copy,
  .hero-house-sequence .hero-stage{
    opacity:var(--hero-reveal);
    transform:translateY(calc((1 - var(--hero-reveal)) * 34px));
    transition:opacity .18s linear, transform .18s linear;
  }
  .hero-house-sequence .hero-house-intro{
    position:sticky;
    top:92px;
    height:calc(100svh - 0px);
    margin:0 calc(var(--gutter) * -1);
    z-index:5;
    pointer-events:none;
    opacity:var(--overlay-fade);
    transition:opacity .18s linear;
  }
  .hero-house-sequence .hero-house-surface{
    position:absolute; inset:0;
    background:linear-gradient(180deg,#ececea 0%, #e8e7e4 70%, #e4e1dc 100%);
  }
  .hero-house-sequence .hero-house-surface::before{
    content:""; position:absolute; inset:0;
    background:radial-gradient(circle at 50% 26%, rgba(255,255,255,.52), transparent 32%), radial-gradient(circle at 50% 72%, rgba(0,0,0,.06), transparent 26%);
  }
  .image-assembly{
    position:absolute;
    left:50%; top:51.5%;
    width:min(72vw, 1120px);
    aspect-ratio:1672 / 941;
    transform:translate(-50%,-50%) scale(calc(1 + var(--house-open) * .10));
    transform-origin:center center;
  }
  .image-assembly .house-layer{
    position:absolute; inset:0;
    width:100%; height:100%; object-fit:contain;
    will-change:transform,opacity;
    transition:transform .16s linear, opacity .16s linear, filter .16s linear;
    filter:drop-shadow(0 10px 20px rgba(0,0,0,.08));
  }
  .image-assembly .shadow-layer{
    opacity:calc(1 - (var(--house-open) * .35));
    transform:translateY(calc(var(--house-open) * 16px)) scale(calc(1 + var(--house-open) * .03));
    filter:blur(0px);
  }
  .image-assembly .roof-left-layer{transform:translate(calc(var(--house-open) * -130px), calc(var(--house-open) * -110px)) rotate(calc(var(--house-open) * -6deg));}
  .image-assembly .roof-right-layer{transform:translate(calc(var(--house-open) * 128px), calc(var(--house-open) * -104px)) rotate(calc(var(--house-open) * 6deg));}
  .image-assembly .left-shell-layer{transform:translate(calc(var(--house-open) * -116px), calc(var(--house-open) * 4px)) rotate(calc(var(--house-open) * -5deg));}
  .image-assembly .glass-core-layer{transform:translate(0px, calc(var(--house-open) * 42px)) scale(calc(1 - var(--house-open) * .04)); opacity:calc(1 - var(--house-open) * .16);}
  .image-assembly .diagonal-band-layer{transform:translate(calc(var(--house-open) * 0px), calc(var(--house-open) * -64px));}
  .image-assembly .right-wing-layer{transform:translate(calc(var(--house-open) * 122px), calc(var(--house-open) * 10px)) rotate(calc(var(--house-open) * 5deg));}
  .image-assembly .right-block-layer{transform:translate(calc(var(--house-open) * 92px), calc(var(--house-open) * 18px)) rotate(calc(var(--house-open) * 3deg));}
  .image-assembly .base-platform-layer{transform:translate(0px, calc(var(--house-open) * 88px)) scale(calc(1 - var(--house-open) * .02));}
}
@media (max-width:1180px){
  .hero-house-intro{display:none !important;}
}

/* --- Hero house refinement: presentation, tension, intentional reveal --- */
@media (min-width:1181px){
  .hero-house-sequence{
    --house-open:0;
    --hero-reveal:0;
    --overlay-fade:1;
    --portal:0;
    min-height:350vh !important;
  }
  .hero-house-sequence .hero-house-surface{
    background:
      radial-gradient(circle at 50% 52%, rgba(7,7,7,calc(var(--portal) * .62)) 0%, rgba(7,7,7,calc(var(--portal) * .50)) 28%, rgba(7,7,7,0) 56%),
      radial-gradient(circle at 50% 25%, rgba(255,255,255,.62), transparent 32%),
      linear-gradient(180deg,#f1efec 0%,#e8e6e2 68%,#dedad3 100%) !important;
  }
  .hero-house-sequence .hero-house-surface::before{
    background:
      radial-gradient(circle at 50% 68%, rgba(0,0,0,.09), transparent 24%),
      linear-gradient(90deg, rgba(255,255,255,.18), transparent 22%, transparent 78%, rgba(255,255,255,.12)) !important;
    opacity:calc(1 - var(--portal) * .45);
  }
  .image-assembly{
    width:min(76vw, 1180px) !important;
    top:51% !important;
    transform:
      translate(-50%,-50%)
      scale(calc(1.02 + var(--house-open) * .18)) !important;
    filter:
      drop-shadow(0 30px 42px rgba(0,0,0,.10))
      drop-shadow(0 0 calc(var(--portal) * 28px) rgba(255,255,255,.18)) !important;
  }
  .image-assembly .house-layer{
    filter:drop-shadow(0 13px 22px rgba(0,0,0,.09));
  }
  .image-assembly .shadow-layer{
    opacity:calc(1 - (var(--house-open) * .46)) !important;
    transform:translateY(calc(var(--house-open) * 24px)) scale(calc(1 + var(--house-open) * .04)) !important;
  }
  .image-assembly .roof-left-layer{
    transform:
      translate(calc(var(--house-open) * -150px), calc(var(--house-open) * -126px))
      rotate(calc(var(--house-open) * -7deg))
      scale(calc(1 + var(--house-open) * .015)) !important;
  }
  .image-assembly .roof-right-layer{
    transform:
      translate(calc(var(--house-open) * 150px), calc(var(--house-open) * -122px))
      rotate(calc(var(--house-open) * 7deg))
      scale(calc(1 + var(--house-open) * .015)) !important;
  }
  .image-assembly .left-shell-layer{
    transform:
      translate(calc(var(--house-open) * -142px), calc(var(--house-open) * 6px))
      rotate(calc(var(--house-open) * -5.5deg)) !important;
  }
  .image-assembly .right-wing-layer{
    transform:
      translate(calc(var(--house-open) * 150px), calc(var(--house-open) * 18px))
      rotate(calc(var(--house-open) * 5.5deg)) !important;
  }
  .image-assembly .right-block-layer{
    transform:
      translate(calc(var(--house-open) * 110px), calc(var(--house-open) * 24px))
      rotate(calc(var(--house-open) * 3.5deg)) !important;
  }
  .image-assembly .base-platform-layer{
    transform:
      translate(0px, calc(var(--house-open) * 102px))
      scale(calc(1 - var(--house-open) * .025)) !important;
  }
  .image-assembly .glass-core-layer{
    transform:
      translate(0px, calc(var(--house-open) * 30px))
      scale(calc(1 - var(--house-open) * .025)) !important;
    opacity:calc(1 - var(--house-open) * .04) !important;
  }
  .image-assembly .diagonal-band-layer{
    transform:
      translate(calc(var(--house-open) * -18px), calc(var(--house-open) * -92px))
      rotate(calc(var(--house-open) * -1.5deg))
      scale(calc(1 + var(--house-open) * .01)) !important;
    filter:
      drop-shadow(0 18px 28px rgba(0,0,0,.12))
      drop-shadow(0 0 calc(var(--portal) * 16px) rgba(255,255,255,.20)) !important;
    z-index:5;
  }
}

/* --- Restored chapter process with red glowing icons --- */
.process-showcase{
  height:430vh !important;
  position:relative !important;
  overflow:clip !important;
}
.process-sticky{
  position:sticky !important;
  top:96px !important;
  min-height:calc(100vh - 96px) !important;
  display:grid !important;
  grid-template-columns:minmax(0,.68fr) minmax(0,1fr) auto !important;
  gap:38px !important;
  align-items:center !important;
  max-width:var(--max) !important;
  margin:0 auto !important;
  padding:0 !important;
}
.process-stage{
  position:relative !important;
  height:min(80vh,780px) !important;
  min-height:640px !important;
  border-radius:36px !important;
  overflow:hidden !important;
  border:1px solid rgba(255,255,255,.11) !important;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.012)) !important;
  box-shadow:0 36px 100px rgba(0,0,0,.36) !important;
  transition:height .42s var(--ease), border-radius .42s var(--ease), box-shadow .42s var(--ease) !important;
}
.process-stage::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:radial-gradient(circle at 80% 20%, rgba(166,33,42,.22), transparent 24%),radial-gradient(circle at 24% 76%, rgba(255,255,255,.07), transparent 28%) !important;
  pointer-events:none !important;
}
.process-stage::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background-image:linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px) !important;
  background-size:86px 86px !important;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.90), transparent 96%) !important;
  pointer-events:none !important;
}
.process-preview-card,.process-resolve-card,.process-panel{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  padding:46px 48px 48px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-end !important;
  opacity:0 !important;
  visibility:hidden !important;
  transform:translateY(28px) scale(.985) !important;
  pointer-events:none !important;
  transition:opacity .42s var(--ease), transform .42s var(--ease), visibility 0s linear .42s !important;
}
.process-preview-card::before,.process-resolve-card::before,.process-panel::before{
  content:"" !important;
  position:absolute !important;
  left:40px !important;
  right:40px !important;
  top:28px !important;
  height:1px !important;
  background:linear-gradient(90deg,rgba(255,255,255,.18),rgba(255,255,255,.02)) !important;
}
.process-preview-card.active,.process-resolve-card.active,.process-panel.active{
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  pointer-events:auto !important;
  transition-delay:0s !important;
  z-index:2 !important;
}
.preview-label{
  display:block !important;
  color:var(--red) !important;
  font-size:11px !important;
  font-weight:950 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
}
.process-preview-card h3,.process-resolve-card h3{
  margin-top:22px !important;
  font-size:clamp(44px,4.8vw,74px) !important;
  line-height:.92 !important;
  letter-spacing:-.06em !important;
  color:#fff !important;
  max-width:820px !important;
}
.process-preview-card p,.process-resolve-card p{
  margin-top:18px !important;
  max-width:620px !important;
  color:rgba(255,255,255,.72) !important;
  font-size:clamp(18px,1.35vw,22px) !important;
  line-height:1.5 !important;
}
.preview-steps{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:12px !important;
  margin-top:28px !important;
}
.preview-steps span{
  display:inline-flex !important;
  align-items:center !important;
  min-height:42px !important;
  padding:0 16px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  font-size:11px !important;
  font-weight:900 !important;
  letter-spacing:.14em !important;
  text-transform:uppercase !important;
  color:rgba(255,255,255,.72) !important;
}
.process-panel span{
  position:absolute !important;
  left:48px !important;
  top:34px !important;
  font-size:12px !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
  color:var(--red) !important;
  font-weight:900 !important;
}
.process-panel h3{
  font-size:clamp(62px,6.6vw,122px) !important;
  line-height:.9 !important;
  color:#fff !important;
  max-width:720px !important;
  letter-spacing:-.07em !important;
}
.process-panel p{
  font-size:clamp(20px,1.55vw,25px) !important;
  line-height:1.46 !important;
  max-width:720px !important;
  margin-top:18px !important;
  color:rgba(255,255,255,.84) !important;
}
.process-panel ul{
  margin-top:24px !important;
  color:rgba(255,255,255,.76) !important;
  padding-left:18px !important;
  max-width:520px !important;
}
.process-panel li{
  margin:10px 0 !important;
  font-size:15px !important;
}
.process-icon-wrap{
  position:absolute !important;
  right:52px !important;
  top:44px !important;
  width:188px !important;
  height:188px !important;
  display:grid !important;
  place-items:center !important;
}
.process-icon-glow{
  position:absolute !important;
  inset:10px !important;
  border-radius:50% !important;
  background:radial-gradient(circle,rgba(166,33,42,.72) 0%,rgba(166,33,42,.30) 36%,rgba(166,33,42,0) 74%) !important;
  filter:blur(12px) !important;
}
.process-icon{
  position:relative !important;
  z-index:1 !important;
  width:130px !important;
  height:130px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  background:rgba(255,255,255,.05) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:var(--red) !important;
  box-shadow:0 0 0 1px rgba(166,33,42,.12) inset !important;
}
.process-icon svg{
  width:76px !important;
  height:76px !important;
}
.process-rail{
  display:flex !important;
  flex-direction:column !important;
  gap:10px !important;
  position:relative !important;
  z-index:2 !important;
}
.process-rail button{
  width:54px !important;
  height:54px !important;
  border-radius:50% !important;
  border:1px solid rgba(255,255,255,.14) !important;
  background:rgba(255,255,255,.03) !important;
  color:rgba(255,255,255,.42) !important;
  font-size:12px !important;
  letter-spacing:.1em !important;
  text-transform:uppercase !important;
  transition:all .28s var(--ease) !important;
}
.process-rail button.active{
  background:rgba(166,33,42,.28) !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.26) !important;
  transform:scale(1.05) !important;
}
.process-showcase[data-process-view="chapter"] .process-copy,
.process-showcase[data-process-view="resolve"] .process-copy{
  opacity:.14 !important;
  transform:translateY(-18px) !important;
}
.process-showcase[data-process-view="chapter"] .process-stage{
  height:min(86vh,860px) !important;
  min-height:690px !important;
  border-radius:44px !important;
  box-shadow:0 44px 140px rgba(0,0,0,.42) !important;
}
.process-showcase[data-process-view="resolve"] .process-stage{
  height:min(60vh,520px) !important;
  min-height:460px !important;
  border-radius:30px !important;
}

@media (max-width:1180px){
  .process-showcase{height:auto !important;padding:96px 0 0 !important;overflow:visible !important;}
  .process-sticky{position:relative !important;top:auto !important;min-height:auto !important;grid-template-columns:1fr !important;gap:28px !important;padding:0 !important;}
  .process-stage,.process-showcase[data-process-view="chapter"] .process-stage,.process-showcase[data-process-view="resolve"] .process-stage{height:640px !important;min-height:640px !important;border-radius:32px !important;}
  .process-copy,.process-showcase[data-process-view="chapter"] .process-copy,.process-showcase[data-process-view="resolve"] .process-copy{opacity:1 !important;transform:none !important;}
  .process-preview-card,.process-panel,.process-resolve-card{padding:40px 28px 34px !important;}
  .process-panel h3{font-size:clamp(42px,9vw,76px) !important;}
  .process-panel p{font-size:18px !important;}
  .process-icon-wrap{right:22px !important;top:24px !important;width:116px !important;height:116px !important;}
  .process-icon{width:82px !important;height:82px !important;}
  .process-icon svg{width:48px !important;height:48px !important;}
}
@media (max-width:840px){
  .process-rail{display:none !important;}
  .process-preview-card h3,.process-resolve-card h3{font-size:34px !important;}
  .process-panel h3{font-size:clamp(38px,11vw,58px) !important;}
}


/* --- Quicker smooth hero pass: no long hold, continuous Jesko-style handoff --- */
@media (min-width:1181px){
  .hero-house-sequence{
    --house-open:0;
    --hero-reveal:0;
    --overlay-fade:1;
    --portal:0;
    min-height:265vh !important;
  }

  .hero-house-sequence .hero-house-intro{
    top:92px !important;
    height:calc(100svh - 92px) !important;
    opacity:var(--overlay-fade) !important;
  }

  .hero-house-sequence .hero-house-surface{
    background:
      radial-gradient(circle at 50% 50%, rgba(7,7,7,calc(var(--portal) * .78)) 0%, rgba(7,7,7,calc(var(--portal) * .54)) 25%, rgba(7,7,7,0) 54%),
      radial-gradient(circle at 50% 25%, rgba(255,255,255,.62), transparent 33%),
      linear-gradient(180deg,#f2f0ed 0%,#e9e7e3 68%,#dedbd4 100%) !important;
  }

  .hero-house-sequence .hero-inner{
    top:92px !important;
    min-height:calc(100svh - 92px) !important;
    align-items:center !important;
  }

  .hero-house-sequence .hero-core-copy,
  .hero-house-sequence .hero-stage{
    opacity:var(--hero-reveal) !important;
    transform:translateY(calc((1 - var(--hero-reveal)) * 12px)) scale(calc(.992 + var(--hero-reveal) * .008)) !important;
    transition:none !important;
  }

  .image-assembly{
    width:min(76vw, 1170px) !important;
    top:50.5% !important;
    transform:
      translate(-50%,-50%)
      scale(calc(1.04 + var(--house-open) * .16)) !important;
    opacity:calc(1 - var(--hero-reveal) * .86) !important;
    filter:drop-shadow(0 32px 46px rgba(0,0,0,.11)) !important;
  }

  .image-assembly .house-layer{
    transition:none !important;
    filter:drop-shadow(0 12px 21px rgba(0,0,0,.09));
  }

  .image-assembly .shadow-layer{
    opacity:calc(1 - (var(--house-open) * .50)) !important;
    transform:translateY(calc(var(--house-open) * 18px)) scale(calc(1 + var(--house-open) * .04)) !important;
  }

  .image-assembly .roof-left-layer{
    transform:
      translate(calc(var(--house-open) * -142px), calc(var(--house-open) * -118px))
      rotate(calc(var(--house-open) * -6deg)) !important;
  }

  .image-assembly .roof-right-layer{
    transform:
      translate(calc(var(--house-open) * 144px), calc(var(--house-open) * -116px))
      rotate(calc(var(--house-open) * 6deg)) !important;
  }

  .image-assembly .left-shell-layer{
    transform:
      translate(calc(var(--house-open) * -136px), calc(var(--house-open) * 6px))
      rotate(calc(var(--house-open) * -4.5deg)) !important;
  }

  .image-assembly .glass-core-layer{
    transform:
      translate(0px, calc(var(--house-open) * 20px))
      scale(calc(1 - var(--house-open) * .018)) !important;
    opacity:calc(1 - var(--house-open) * .14) !important;
  }

  .image-assembly .diagonal-band-layer{
    transform:
      translate(calc(var(--house-open) * -18px), calc(var(--house-open) * -92px))
      rotate(calc(var(--house-open) * -1.4deg)) !important;
    z-index:5;
  }

  .image-assembly .right-wing-layer{
    transform:
      translate(calc(var(--house-open) * 140px), calc(var(--house-open) * 16px))
      rotate(calc(var(--house-open) * 4.8deg)) !important;
  }

  .image-assembly .right-block-layer{
    transform:
      translate(calc(var(--house-open) * 98px), calc(var(--house-open) * 22px))
      rotate(calc(var(--house-open) * 3deg)) !important;
  }

  .image-assembly .base-platform-layer{
    transform:
      translate(0px, calc(var(--house-open) * 92px))
      scale(calc(1 - var(--house-open) * .022)) !important;
  }
}

/* --- Jesko-style camera push refinement: quick, smooth, controlled --- */
@media (min-width:1181px){
  .hero-house-sequence{
    --camera-zoom:0;
    --hero-camera:0;
  }

  .hero-house-sequence .hero-house-intro{
    transform:scale(calc(1 + var(--camera-zoom) * .105));
    transform-origin:center center;
  }

  .hero-house-sequence .hero-house-surface{
    transform:scale(calc(1 + var(--camera-zoom) * .035));
    transform-origin:center center;
  }

  .image-assembly{
    transform:
      translate(-50%,-50%)
      scale(calc(1.025 + var(--house-open) * .15 + var(--camera-zoom) * .18)) !important;
  }

  .hero-house-sequence .hero-inner{
    transform:scale(calc(.985 + var(--hero-camera) * .015));
    transform-origin:center center;
  }

  .hero-house-sequence .hero-core-copy,
  .hero-house-sequence .hero-stage{
    transform:
      translateY(calc((1 - var(--hero-reveal)) * 18px))
      scale(calc(.985 + var(--hero-camera) * .015)) !important;
  }
}

/* --- Clean cinematic split: no underlay, no text, smoother Jesko-style handoff --- */
@media (min-width:1181px){
  .hero-house-sequence{
    --camera-zoom:0;
    --hero-camera:0;
    --house-open:0;
    --hero-reveal:0;
    --overlay-fade:1;
    --portal:0;
    min-height:238vh !important;
  }

  .hero-house-sequence .hero-house-intro{
    top:88px !important;
    height:calc(100svh - 88px) !important;
    opacity:var(--overlay-fade) !important;
    transform:scale(calc(1 + var(--camera-zoom) * .072)) !important;
    transform-origin:center center;
    overflow:hidden;
  }

  .hero-house-sequence .hero-house-surface{
    background:
      radial-gradient(circle at 50% 51%, rgba(7,7,7,calc(var(--portal) * .38)) 0%, rgba(7,7,7,calc(var(--portal) * .22)) 24%, rgba(7,7,7,0) 54%),
      radial-gradient(circle at 50% 25%, rgba(255,255,255,.62), transparent 34%),
      linear-gradient(180deg,#f2f0ed 0%,#ebe9e5 68%,#e2ded7 100%) !important;
    transform:scale(calc(1 + var(--camera-zoom) * .018)) !important;
    transform-origin:center center;
  }

  .hero-house-sequence .hero-house-surface::before{
    opacity:calc(.72 - var(--portal) * .24) !important;
  }

  .hero-house-sequence .hero-inner{
    top:84px !important;
    min-height:calc(100svh - 84px) !important;
    align-items:start !important;
    padding-top:clamp(8px, 2.6vh, 26px) !important;
    transform:none !important;
    transform-origin:center top;
  }

  .hero-house-sequence .hero-core-copy,
  .hero-house-sequence .hero-stage{
    opacity:var(--hero-reveal) !important;
    transform:
      translateY(calc((1 - var(--hero-reveal)) * 10px - var(--hero-reveal) * 12px))
      scale(calc(.992 + var(--hero-camera) * .008)) !important;
    transition:none !important;
  }

  .image-assembly{
    width:min(74vw, 1140px) !important;
    top:49.5% !important;
    transform:
      translate(-50%,-50%)
      scale(calc(1.01 + var(--house-open) * .092 + var(--camera-zoom) * .115)) !important;
    opacity:calc(1 - var(--hero-reveal) * .96) !important;
    filter:drop-shadow(0 26px 38px rgba(0,0,0,.10)) !important;
  }

  .image-assembly .house-layer{
    transition:none !important;
    filter:drop-shadow(0 9px 16px rgba(0,0,0,.07));
  }

  .image-assembly .shadow-layer{
    z-index:0;
    opacity:calc(1 - (var(--house-open) * .38)) !important;
    transform:
      translateY(calc(var(--house-open) * 12px))
      scale(calc(1 + var(--house-open) * .025)) !important;
  }

  .image-assembly .roof-left-layer{
    transform:
      translate(calc(var(--house-open) * -104px), calc(var(--house-open) * -86px))
      rotate(calc(var(--house-open) * -4.4deg)) !important;
  }

  .image-assembly .roof-right-layer{
    transform:
      translate(calc(var(--house-open) * 106px), calc(var(--house-open) * -84px))
      rotate(calc(var(--house-open) * 4.4deg)) !important;
  }

  .image-assembly .left-shell-layer{
    transform:
      translate(calc(var(--house-open) * -96px), calc(var(--house-open) * 2px))
      rotate(calc(var(--house-open) * -3.4deg)) !important;
  }

  .image-assembly .glass-core-layer{
    transform:
      translate(0px, calc(var(--house-open) * 8px))
      scale(calc(1 - var(--house-open) * .008)) !important;
    opacity:calc(1 - var(--house-open) * .08) !important;
  }

  .image-assembly .diagonal-band-layer{
    transform:
      translate(calc(var(--house-open) * -4px), calc(var(--house-open) * -64px))
      rotate(calc(var(--house-open) * -.9deg)) !important;
    z-index:5;
  }

  .image-assembly .right-wing-layer{
    transform:
      translate(calc(var(--house-open) * 98px), calc(var(--house-open) * 10px))
      rotate(calc(var(--house-open) * 3.4deg)) !important;
  }

  .image-assembly .right-block-layer{
    transform:
      translate(calc(var(--house-open) * 68px), calc(var(--house-open) * 12px))
      rotate(calc(var(--house-open) * 2.2deg)) !important;
  }

  .image-assembly .base-platform-layer{
    transform:
      translate(0px, calc(var(--house-open) * 58px))
      scale(calc(1 - var(--house-open) * .014)) !important;
  }
}

/* --- Final motion polish: cleaner camera move, staged split, higher locked hero landing --- */
@media (min-width:1181px){
  .hero-house-sequence{
    --camera-zoom:0;
    --hero-camera:0;
    --house-open:0;
    --roof-open:0;
    --band-open:0;
    --wall-open:0;
    --base-open:0;
    --core-open:0;
    --hero-reveal:0;
    --overlay-fade:1;
    --portal:0;
    min-height:232vh !important;
  }

  .hero-house-sequence .hero-house-intro{
    top:86px !important;
    height:calc(100svh - 86px) !important;
    opacity:var(--overlay-fade) !important;
    transform:scale(calc(1 + var(--camera-zoom) * .058)) !important;
    transform-origin:center center;
    overflow:hidden;
  }

  .hero-house-sequence .hero-house-surface{
    background:
      radial-gradient(circle at 50% 51%, rgba(7,7,7,calc(var(--portal) * .26)) 0%, rgba(7,7,7,calc(var(--portal) * .12)) 25%, rgba(7,7,7,0) 56%),
      radial-gradient(circle at 50% 24%, rgba(255,255,255,.66), transparent 34%),
      linear-gradient(180deg,#f3f1ee 0%,#ebe9e5 69%,#e3ded7 100%) !important;
    transform:scale(calc(1 + var(--camera-zoom) * .012)) !important;
    transform-origin:center center;
  }

  .hero-house-sequence .hero-house-surface::before{
    opacity:calc(.62 - var(--portal) * .16) !important;
  }

  .hero-house-sequence .hero-inner{
    top:78px !important;
    min-height:calc(100svh - 78px) !important;
    align-items:start !important;
    padding-top:clamp(0px, 1.2vh, 14px) !important;
    transform:none !important;
    transform-origin:center top;
  }

  .hero-house-sequence .hero-core-copy,
  .hero-house-sequence .hero-stage{
    opacity:var(--hero-reveal) !important;
    transform:
      translateY(calc((1 - var(--hero-reveal)) * 8px - var(--hero-reveal) * 16px))
      scale(calc(.994 + var(--hero-camera) * .006)) !important;
    transition:none !important;
  }

  .image-assembly{
    width:min(73vw, 1120px) !important;
    top:49% !important;
    transform:
      translate(-50%,-50%)
      scale(calc(1.006 + var(--house-open) * .054 + var(--camera-zoom) * .092)) !important;
    opacity:calc(1 - var(--hero-reveal) * .98) !important;
    filter:drop-shadow(0 24px 34px rgba(0,0,0,.095)) !important;
  }

  .image-assembly .house-layer{
    transition:none !important;
    filter:drop-shadow(0 8px 14px rgba(0,0,0,.06));
    will-change:transform, opacity;
  }

  .image-assembly .shadow-layer{
    z-index:0;
    opacity:calc(1 - (var(--house-open) * .32)) !important;
    transform:
      translateY(calc(var(--base-open) * 10px))
      scale(calc(1 + var(--camera-zoom) * .015)) !important;
  }

  .image-assembly .roof-left-layer{
    transform:
      translate(calc(var(--roof-open) * -86px), calc(var(--roof-open) * -70px))
      rotate(calc(var(--roof-open) * -3.4deg)) !important;
  }

  .image-assembly .roof-right-layer{
    transform:
      translate(calc(var(--roof-open) * 88px), calc(var(--roof-open) * -69px))
      rotate(calc(var(--roof-open) * 3.4deg)) !important;
  }

  .image-assembly .left-shell-layer{
    transform:
      translate(calc(var(--wall-open) * -78px), calc(var(--wall-open) * 1px))
      rotate(calc(var(--wall-open) * -2.8deg)) !important;
  }

  .image-assembly .glass-core-layer{
    transform:
      translate(0px, calc(var(--core-open) * 5px))
      scale(calc(1 - var(--core-open) * .004)) !important;
    opacity:calc(1 - var(--core-open) * .045) !important;
  }

  .image-assembly .diagonal-band-layer{
    transform:
      translate(calc(var(--band-open) * -2px), calc(var(--band-open) * -50px))
      rotate(calc(var(--band-open) * -.65deg)) !important;
    z-index:5;
  }

  .image-assembly .right-wing-layer{
    transform:
      translate(calc(var(--wall-open) * 80px), calc(var(--wall-open) * 8px))
      rotate(calc(var(--wall-open) * 2.8deg)) !important;
  }

  .image-assembly .right-block-layer{
    transform:
      translate(calc(var(--wall-open) * 52px), calc(var(--wall-open) * 9px))
      rotate(calc(var(--wall-open) * 1.8deg)) !important;
  }

  .image-assembly .base-platform-layer{
    transform:
      translate(0px, calc(var(--base-open) * 42px))
      scale(calc(1 - var(--base-open) * .01)) !important;
  }
}

/* --- White architectural hero experiment: house intro + main hero as one visual pass --- */
@media (min-width:1181px){
  .hero-house-sequence{
    background:
      radial-gradient(circle at 50% 16%, rgba(255,255,255,.72), transparent 30%),
      radial-gradient(circle at 78% 52%, rgba(166,33,42,.045), transparent 28%),
      linear-gradient(180deg,#f3f1ee 0%,#ebe8e3 62%,#e4dfd7 100%) !important;
    color:#11100f !important;
  }

  .hero-house-sequence::before{
    right:-18vw !important;
    top:10vh !important;
    width:54vw !important;
    height:70vh !important;
    background:radial-gradient(circle at 42% 32%,rgba(166,33,42,.12),transparent 68%) !important;
    filter:blur(16px) !important;
    opacity:.9 !important;
  }

  .hero-house-sequence::after{
    height:190px !important;
    background:linear-gradient(180deg,transparent,rgba(228,223,215,.86)) !important;
  }

  .hero-house-sequence .hero-inner{
    top:78px !important;
    min-height:calc(100svh - 78px) !important;
    align-items:center !important;
    padding-top:0 !important;
    gap:clamp(44px,7vw,94px) !important;
  }

  .hero-house-sequence .hero-core-copy,
  .hero-house-sequence .hero-stage{
    color:#11100f !important;
    opacity:var(--hero-reveal) !important;
    transform:
      translateY(calc((1 - var(--hero-reveal)) * 8px - var(--hero-reveal) * 2px))
      scale(calc(.996 + var(--hero-camera) * .004)) !important;
  }

  .hero-house-sequence .eyebrow{
    color:#a6212a !important;
  }

  .hero-house-sequence h1{
    max-width:920px !important;
    color:#11100f !important;
    font-weight:720 !important;
    letter-spacing:-.066em !important;
    line-height:.92 !important;
    font-size:clamp(50px,5.45vw,82px) !important;
  }

  .hero-house-sequence .hero-copy{
    color:rgba(17,16,15,.70) !important;
    max-width:710px !important;
    font-size:clamp(16px,1.25vw,19px) !important;
    line-height:1.55 !important;
  }

  .hero-house-sequence .trust-line{
    color:rgba(17,16,15,.66) !important;
    border-left-color:rgba(166,33,42,.70) !important;
  }

  .hero-house-sequence .btn-red{
    background:#11100f !important;
    border-color:#11100f !important;
    color:#fffaf2 !important;
    box-shadow:0 18px 38px rgba(0,0,0,.14) !important;
  }

  .hero-house-sequence .btn-red:hover{
    background:#a6212a !important;
    border-color:#a6212a !important;
    color:#fff !important;
  }

  .hero-house-sequence .btn-ghost{
    color:#11100f !important;
    border-color:rgba(17,16,15,.18) !important;
    background:rgba(255,255,255,.26) !important;
  }

  .hero-house-sequence .btn-ghost:hover{
    border-color:rgba(166,33,42,.55) !important;
    color:#a6212a !important;
  }

  .hero-house-sequence .hero-stage{
    min-height:520px !important;
    border-radius:32px !important;
    background:
      linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,.14)),
      linear-gradient(rgba(17,16,15,.045) 1px,transparent 1px),
      linear-gradient(90deg,rgba(17,16,15,.045) 1px,transparent 1px) !important;
    background-size:auto,72px 72px,72px 72px !important;
    border:1px solid rgba(17,16,15,.10) !important;
    box-shadow:0 32px 80px rgba(54,46,38,.14) !important;
  }

  .hero-house-sequence .hero-stage::before{
    background:
      radial-gradient(circle at 78% 18%,rgba(166,33,42,.16),transparent 34%),
      radial-gradient(circle at 22% 86%,rgba(255,255,255,.55),transparent 34%) !important;
    opacity:1 !important;
  }

  .hero-house-sequence .hero-stage::after{
    background:linear-gradient(180deg,transparent,rgba(243,241,238,.70)) !important;
  }

  .hero-house-sequence .stage-sheet{
    background:rgba(255,252,246,.82) !important;
    color:#11100f !important;
    border:1px solid rgba(17,16,15,.10) !important;
    box-shadow:0 22px 46px rgba(54,46,38,.13) !important;
    backdrop-filter:blur(8px);
  }

  .hero-house-sequence .stage-sheet h3,
  .hero-house-sequence .stage-sheet strong{
    color:#11100f !important;
  }

  .hero-house-sequence .stage-sheet p{
    color:rgba(17,16,15,.62) !important;
  }

  .hero-house-sequence .sheet-kicker{
    color:#a6212a !important;
  }

  .hero-house-sequence .sheet-lines i{
    background:rgba(17,16,15,.16) !important;
  }

  .hero-house-sequence .stage-strip span{
    color:rgba(17,16,15,.62) !important;
    border-color:rgba(17,16,15,.12) !important;
    background:rgba(255,255,255,.36) !important;
  }

  .hero-house-sequence .hero-house-surface{
    background:
      radial-gradient(circle at 50% 51%, rgba(17,16,15,calc(var(--portal) * .08)) 0%, rgba(17,16,15,calc(var(--portal) * .04)) 28%, rgba(17,16,15,0) 58%),
      radial-gradient(circle at 50% 24%, rgba(255,255,255,.70), transparent 36%),
      linear-gradient(180deg,#f4f2ef 0%,#ebe9e5 69%,#e3ded7 100%) !important;
  }

  .hero-house-sequence .hero-house-surface::before{
    opacity:calc(.50 - var(--portal) * .12) !important;
  }

  .image-assembly{
    top:49.4% !important;
  }
}

@media (max-width:1180px){
  .hero-house-sequence{
    background:
      radial-gradient(circle at 82% 22%,rgba(166,33,42,.10),transparent 30%),
      linear-gradient(180deg,#f3f1ee 0%,#e8e4dc 100%) !important;
    color:#11100f !important;
  }

  .hero-house-sequence h1,
  .hero-house-sequence .stage-sheet h3,
  .hero-house-sequence .stage-sheet strong{
    color:#11100f !important;
  }

  .hero-house-sequence .hero-copy,
  .hero-house-sequence .trust-line,
  .hero-house-sequence .stage-sheet p{
    color:rgba(17,16,15,.68) !important;
  }

  .hero-house-sequence .hero-stage,
  .hero-house-sequence .stage-sheet{
    background:rgba(255,252,246,.72) !important;
    color:#11100f !important;
    border-color:rgba(17,16,15,.10) !important;
    box-shadow:0 22px 54px rgba(54,46,38,.12) !important;
  }

  .hero-house-sequence .btn-red{
    background:#11100f !important;
    border-color:#11100f !important;
    color:#fffaf2 !important;
  }

  .hero-house-sequence .btn-ghost{
    color:#11100f !important;
    border-color:rgba(17,16,15,.18) !important;
  }
}


/* --- Jesko-style camera pass: background pushes in, hero resolves from zoomed-out to full-size --- */
@media (min-width:1181px){
  .hero-house-sequence{
    --hero-scale:0;
    --hero-stage-scale:0;
    min-height:236vh !important;
  }

  .hero-house-sequence .hero-house-intro{
    top:86px !important;
    height:calc(100svh - 86px) !important;
    opacity:var(--overlay-fade) !important;
    transform:scale(calc(1 + var(--camera-zoom) * .085)) !important;
    transform-origin:center center !important;
    overflow:hidden;
  }

  .hero-house-sequence .hero-house-surface{
    background:
      radial-gradient(circle at 50% 51%, rgba(17,16,15,calc(var(--portal) * .075)) 0%, rgba(17,16,15,calc(var(--portal) * .03)) 32%, rgba(17,16,15,0) 64%),
      radial-gradient(circle at 50% 24%, rgba(255,255,255,.74), transparent 37%),
      linear-gradient(180deg,#f5f3f0 0%,#ece9e4 67%,#e4ded6 100%) !important;
    transform:scale(calc(1 + var(--camera-zoom) * .12)) !important;
    transform-origin:center center !important;
  }

  .hero-house-sequence .hero-house-surface::before{
    opacity:calc(.46 - var(--portal) * .10) !important;
  }

  .image-assembly{
    width:min(74vw, 1140px) !important;
    top:49.2% !important;
    transform:
      translate(-50%,-50%)
      scale(calc(1.006 + var(--house-open) * .05 + var(--camera-zoom) * .14)) !important;
    opacity:calc(1 - var(--hero-reveal) * .985) !important;
    filter:drop-shadow(0 24px 34px rgba(0,0,0,.095)) !important;
  }

  .hero-house-sequence .hero-inner{
    top:78px !important;
    min-height:calc(100svh - 78px) !important;
    align-items:center !important;
    padding-top:0 !important;
    gap:clamp(44px,7vw,92px) !important;
  }

  .hero-house-sequence .hero-core-copy,
  .hero-house-sequence .hero-stage{
    opacity:var(--hero-reveal) !important;
    transition:none !important;
    will-change:transform, opacity;
  }

  .hero-house-sequence .hero-core-copy{
    transform:
      translateY(calc((1 - var(--hero-reveal)) * 16px))
      scale(calc(.90 + var(--hero-scale) * .10)) !important;
    transform-origin:left center !important;
  }

  .hero-house-sequence .hero-stage{
    transform:
      translateY(calc((1 - var(--hero-reveal)) * 10px))
      scale(calc(.88 + var(--hero-stage-scale) * .12)) !important;
    transform-origin:center center !important;
    min-height:488px !important;
    max-width:534px !important;
  }

  .hero-house-sequence h1{
    max-width:840px !important;
    color:#11100f !important;
    font-weight:690 !important;
    letter-spacing:-.058em !important;
    line-height:.93 !important;
    font-size:clamp(45px,4.95vw,75px) !important;
  }

  .hero-house-sequence .hero-copy{
    max-width:665px !important;
    font-size:clamp(15.5px,1.15vw,18px) !important;
  }

  .hero-house-sequence .hero-stage{
    border-radius:32px !important;
    background:
      linear-gradient(180deg,rgba(255,255,255,.46),rgba(255,255,255,.16)),
      linear-gradient(rgba(17,16,15,.045) 1px,transparent 1px),
      linear-gradient(90deg,rgba(17,16,15,.045) 1px,transparent 1px) !important;
    background-size:auto,72px 72px,72px 72px !important;
    border:1px solid rgba(17,16,15,.10) !important;
    box-shadow:0 32px 78px rgba(54,46,38,.13) !important;
  }

  .hero-house-sequence .stage-sheet{
    background:rgba(255,252,246,.84) !important;
    box-shadow:0 22px 46px rgba(54,46,38,.12) !important;
  }
}


/* --- Continuous scene pass: house split opens into tiny hero, then hero zooms quickly to full size --- */
@media (min-width:1181px){
  .hero-house-sequence{
    --hero-page-progress:0;
    --intro-zoom:0;
    --opening-core:0;
    min-height:232vh !important;
    background:#f5f3f0 !important;
  }

  .hero-house-sequence::before,
  .hero-house-sequence::after{
    display:none !important;
  }

  .hero-house-sequence .hero-house-intro{
    top:86px !important;
    height:calc(100svh - 86px) !important;
    z-index:4 !important;
    opacity:var(--overlay-fade) !important;
    transition:none !important;
    transform:scale(calc(1 + var(--intro-zoom) * .12)) !important;
    transform-origin:center center !important;
    overflow:hidden !important;
  }

  .hero-house-sequence .hero-house-intro::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
      radial-gradient(circle at 50% 52%, rgba(255,255,255,calc(var(--opening-core) * .92)) 0%, rgba(255,255,255,calc(var(--opening-core) * .85)) 10%, rgba(255,255,255,calc(var(--opening-core) * .38)) 18%, rgba(255,255,255,0) 34%);
    opacity:calc(var(--opening-core) * .85);
    mix-blend-mode:screen;
  }

  .hero-house-sequence .hero-house-surface{
    background:
      radial-gradient(circle at 50% 52%, rgba(255,255,255,calc(var(--opening-core) * .80)) 0%, rgba(255,255,255,calc(var(--opening-core) * .20)) 18%, rgba(255,255,255,0) 34%),
      radial-gradient(circle at 50% 60%, rgba(0,0,0,.07), transparent 38%),
      linear-gradient(180deg,#f6f4f1 0%,#ece9e4 67%,#e2ddd6 100%) !important;
    transform:scale(calc(1 + var(--intro-zoom) * .13)) !important;
    transform-origin:center center !important;
  }

  .hero-house-sequence .hero-house-surface::before{
    opacity:calc(.40 - var(--opening-core) * .18) !important;
  }

  .image-assembly{
    width:min(74vw, 1100px) !important;
    top:49.3% !important;
    transform:translate(-50%,-50%) scale(calc(1.01 + var(--house-open) * .055 + var(--intro-zoom) * .14)) !important;
    opacity:calc(1 - var(--hero-page-progress) * .96) !important;
    filter:drop-shadow(0 28px 34px rgba(0,0,0,.10)) !important;
  }

  .hero-house-sequence .hero-inner{
    position:sticky !important;
    top:86px !important;
    min-height:calc(100svh - 110px) !important;
    max-width:var(--max) !important;
    z-index:3 !important;
    align-items:center !important;
    gap:clamp(44px,7vw,90px) !important;
    opacity:calc(.08 + var(--hero-page-progress) * .92) !important;
    transform:scale(calc(.05 + var(--hero-page-progress) * .95)) !important;
    transform-origin:50% 47% !important;
    transition:none !important;
  }

  .hero-house-sequence .hero-core-copy,
  .hero-house-sequence .hero-stage{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }

  .hero-house-sequence h1{
    max-width:840px !important;
    color:#11100f !important;
    font-weight:680 !important;
    letter-spacing:-.056em !important;
    line-height:.93 !important;
    font-size:clamp(45px,4.9vw,74px) !important;
  }

  .hero-house-sequence .hero-copy{
    max-width:665px !important;
    font-size:clamp(15.5px,1.14vw,18px) !important;
    color:rgba(17,16,15,.72) !important;
  }

  .hero-house-sequence .trust-line{ max-width:665px !important; }

  .hero-house-sequence .hero-stage{
    min-height:486px !important;
    max-width:530px !important;
    border-radius:32px !important;
  }
}

/* --- Fixed living intro: JS-driven idle breath that coexists with scroll transforms --- */
@media (min-width:1181px){
  .hero-house-sequence{
    --idle-y:0;
    --idle-x:0;
    --idle-r:0;
    --idle-pulse:0;
  }

  .image-assembly{
    transform:
      translate(
        calc(-50% + (var(--idle-x) * 1px)),
        calc(-50% + (var(--idle-y) * 1px))
      )
      rotate(calc(var(--idle-r) * 1deg))
      scale(calc(1.01 + var(--house-open) * .055 + var(--intro-zoom) * .14 + var(--idle-pulse) * .006)) !important;
  }

  .hero-house-sequence .hero-house-surface{
    transform:
      translate3d(0, calc(var(--idle-y) * -.22px), 0)
      scale(calc(1 + var(--intro-zoom) * .13 + var(--idle-pulse) * .004)) !important;
  }

  .image-assembly .shadow-layer{
    transform:
      translateY(calc(var(--base-open) * 10px + var(--idle-y) * .30px))
      scale(calc(1 + var(--intro-zoom) * .015 + var(--idle-pulse) * .004)) !important;
  }
}

@media (prefers-reduced-motion: reduce){
  .hero-house-sequence{
    --idle-y:0 !important;
    --idle-x:0 !important;
    --idle-r:0 !important;
    --idle-pulse:0 !important;
  }
}

/* ==========================================================================
   HERO FINAL PASS — continuous architectural reveal, restrained grain, premium landing
   ========================================================================== */
@media (min-width:1181px){
  .hero-house-sequence{
    --hero-page-progress:0;
    --intro-zoom:0;
    --opening-core:0;
    --portal-radius:0%;
    --portal-soft:9%;
    --scene-depth:0;
    --idle-y:0;
    --idle-x:0;
    --idle-r:0;
    --idle-pulse:0;
    min-height:244vh !important;
    padding:0 var(--gutter) 86px !important;
    background:
      radial-gradient(circle at 50% 8%, rgba(255,255,255,.72), transparent 26%),
      linear-gradient(180deg,#f5f3f0 0%,#ece8e1 58%,#ded7cd 100%) !important;
    isolation:isolate;
  }

  .hero-house-sequence::before{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    inset:0 !important;
    z-index:7 !important;
    pointer-events:none !important;
    opacity:.105 !important;
    mix-blend-mode:multiply !important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E") !important;
    background-size:180px 180px !important;
  }

  .hero-house-sequence::after{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    inset:auto 0 0 !important;
    height:240px !important;
    z-index:2 !important;
    pointer-events:none !important;
    background:linear-gradient(180deg,transparent,rgba(222,215,205,.92)) !important;
  }

  .hero-house-sequence .hero-house-intro{
    position:sticky !important;
    top:84px !important;
    height:calc(100svh - 84px) !important;
    z-index:4 !important;
    pointer-events:none !important;
    opacity:var(--overlay-fade) !important;
    overflow:hidden !important;
    transform:scale(calc(1 + var(--intro-zoom) * .115 + var(--idle-pulse) * .004)) !important;
    transform-origin:center center !important;
    transition:none !important;
    -webkit-mask-image:
      radial-gradient(circle at 50% 51%,
        transparent 0%,
        transparent var(--portal-radius),
        rgba(0,0,0,.24) calc(var(--portal-radius) + 4%),
        #000 calc(var(--portal-radius) + var(--portal-soft)));
    mask-image:
      radial-gradient(circle at 50% 51%,
        transparent 0%,
        transparent var(--portal-radius),
        rgba(0,0,0,.24) calc(var(--portal-radius) + 4%),
        #000 calc(var(--portal-radius) + var(--portal-soft)));
  }

  .hero-house-sequence .hero-house-intro::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:6;
    pointer-events:none;
    opacity:.13;
    mix-blend-mode:multiply;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23g)' opacity='.28'/%3E%3C/svg%3E");
    background-size:160px 160px;
  }

  .hero-house-sequence .hero-house-intro::after{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    z-index:5 !important;
    pointer-events:none !important;
    opacity:calc(var(--opening-core) * .36) !important;
    mix-blend-mode:soft-light !important;
    background:
      radial-gradient(circle at 50% 51%, rgba(255,255,255,.75) 0%, rgba(255,255,255,.22) 20%, rgba(255,255,255,0) 44%) !important;
  }

  .hero-house-sequence .hero-house-surface{
    background:
      radial-gradient(circle at 50% 51%, rgba(255,255,255,calc(var(--opening-core) * .36)) 0%, rgba(255,255,255,calc(var(--opening-core) * .16)) 20%, rgba(255,255,255,0) 46%),
      radial-gradient(circle at 50% 59%, rgba(25,22,18,.075), transparent 36%),
      radial-gradient(circle at 17% 18%, rgba(166,33,42,.055), transparent 29%),
      radial-gradient(circle at 84% 30%, rgba(255,255,255,.48), transparent 32%),
      linear-gradient(180deg,#f7f5f2 0%,#ede9e3 66%,#ded7cd 100%) !important;
    transform:
      translate3d(calc(var(--idle-x) * -.12px), calc(var(--idle-y) * -.20px), 0)
      scale(calc(1 + var(--intro-zoom) * .145 + var(--idle-pulse) * .004)) !important;
    transform-origin:center center !important;
  }

  .hero-house-sequence .hero-house-surface::before{
    opacity:.34 !important;
  }

  .image-assembly{
    width:min(72vw, 1080px) !important;
    top:49.1% !important;
    transform:
      translate(
        calc(-50% + (var(--idle-x) * 1px)),
        calc(-50% + (var(--idle-y) * 1px))
      )
      rotate(calc(var(--idle-r) * 1deg))
      scale(calc(1.01 + var(--house-open) * .052 + var(--intro-zoom) * .105 + var(--idle-pulse) * .005)) !important;
    opacity:calc(1 - var(--hero-page-progress) * .92) !important;
    filter:drop-shadow(0 30px 34px rgba(38,31,24,.105)) !important;
  }

  .image-assembly .house-layer{
    transition:none !important;
    filter:drop-shadow(0 7px 12px rgba(40,32,25,.055)) !important;
    will-change:transform, opacity;
  }

  .image-assembly .roof-left-layer{
    transform:
      translate(calc(var(--roof-open) * -112px), calc(var(--roof-open) * -78px))
      rotate(calc(var(--roof-open) * -3.9deg)) !important;
  }

  .image-assembly .roof-right-layer{
    transform:
      translate(calc(var(--roof-open) * 114px), calc(var(--roof-open) * -78px))
      rotate(calc(var(--roof-open) * 3.9deg)) !important;
  }

  .image-assembly .left-shell-layer{
    transform:
      translate(calc(var(--wall-open) * -104px), calc(var(--wall-open) * 1px))
      rotate(calc(var(--wall-open) * -3deg)) !important;
  }

  .image-assembly .right-wing-layer{
    transform:
      translate(calc(var(--wall-open) * 106px), calc(var(--wall-open) * 8px))
      rotate(calc(var(--wall-open) * 3deg)) !important;
  }

  .image-assembly .right-block-layer{
    transform:
      translate(calc(var(--wall-open) * 72px), calc(var(--wall-open) * 9px))
      rotate(calc(var(--wall-open) * 1.9deg)) !important;
  }

  .image-assembly .diagonal-band-layer{
    transform:
      translate(calc(var(--band-open) * -4px), calc(var(--band-open) * -58px))
      rotate(calc(var(--band-open) * -.7deg)) !important;
    z-index:5 !important;
  }

  .image-assembly .glass-core-layer{
    transform:
      translate(0px, calc(var(--core-open) * 6px))
      scale(calc(1 - var(--core-open) * .006)) !important;
    opacity:calc(1 - var(--core-open) * .22) !important;
  }

  .image-assembly .base-platform-layer{
    transform:
      translate(0px, calc(var(--base-open) * 44px))
      scale(calc(1 - var(--base-open) * .012)) !important;
  }

  .image-assembly .shadow-layer{
    opacity:calc(.86 - (var(--house-open) * .42)) !important;
    transform:
      translateY(calc(var(--base-open) * 10px + var(--idle-y) * .25px))
      scale(calc(1 + var(--intro-zoom) * .016 + var(--idle-pulse) * .004)) !important;
  }

  .hero-house-sequence .hero-inner{
    position:sticky !important;
    top:84px !important;
    min-height:calc(100svh - 104px) !important;
    max-width:1240px !important;
    z-index:3 !important;
    padding-top:4px !important;
    align-items:center !important;
    gap:clamp(46px,6.7vw,88px) !important;
    opacity:1 !important;
    transform:
      translateY(calc((1 - var(--hero-page-progress)) * 6px))
      scale(calc(.055 + var(--hero-page-progress) * .945)) !important;
    transform-origin:50% 50% !important;
    transition:none !important;
    will-change:transform, opacity;
  }

  .hero-house-sequence .hero-core-copy{
    opacity:1 !important;
    transform:none !important;
    max-width:760px !important;
  }

  .hero-house-sequence .eyebrow{
    color:#a6212a !important;
    letter-spacing:.19em !important;
    font-weight:880 !important;
  }

  .hero-house-sequence h1{
    max-width:820px !important;
    color:#0e0d0c !important;
    font-weight:650 !important;
    letter-spacing:-.052em !important;
    line-height:.945 !important;
    font-size:clamp(44px,4.62vw,70px) !important;
    text-wrap:balance;
  }

  .hero-house-sequence .hero-gap{
    height:10px !important;
  }

  .hero-house-sequence .hero-copy{
    max-width:648px !important;
    margin-top:24px !important;
    color:rgba(17,16,15,.72) !important;
    font-size:clamp(15.5px,1.08vw,17.5px) !important;
    line-height:1.56 !important;
    letter-spacing:-.018em !important;
  }

  .hero-house-sequence .hero-actions{
    margin-top:28px !important;
    gap:13px !important;
  }

  .hero-house-sequence .trust-line{
    max-width:650px !important;
    margin-top:27px !important;
    color:rgba(17,16,15,.62) !important;
    border-left-color:rgba(166,33,42,.62) !important;
  }

  .hero-house-sequence .btn-red{
    background:#11100f !important;
    border-color:#11100f !important;
    color:#fffaf2 !important;
    box-shadow:0 16px 36px rgba(17,16,15,.14) !important;
  }

  .hero-house-sequence .btn-ghost{
    color:#11100f !important;
    border-color:rgba(17,16,15,.17) !important;
    background:rgba(255,255,255,.34) !important;
  }

  .hero-house-sequence .hero-stage{
    opacity:1 !important;
    transform:none !important;
    min-height:468px !important;
    max-width:510px !important;
    border-radius:30px !important;
    border:1px solid rgba(17,16,15,.105) !important;
    background:
      linear-gradient(180deg,rgba(255,255,255,.52),rgba(255,255,255,.19)),
      linear-gradient(rgba(17,16,15,.038) 1px,transparent 1px),
      linear-gradient(90deg,rgba(17,16,15,.038) 1px,transparent 1px),
      radial-gradient(circle at 80% 18%,rgba(166,33,42,.10),transparent 36%) !important;
    background-size:auto,64px 64px,64px 64px,auto !important;
    box-shadow:
      0 34px 70px rgba(54,46,38,.13),
      inset 0 1px 0 rgba(255,255,255,.54) !important;
  }

  .hero-house-sequence .hero-stage::before{
    opacity:.55 !important;
    background:
      linear-gradient(120deg,rgba(255,255,255,.35),transparent 42%),
      radial-gradient(circle at 78% 18%,rgba(166,33,42,.12),transparent 36%) !important;
  }

  .hero-house-sequence .hero-stage::after{
    background:linear-gradient(180deg,transparent,rgba(242,238,231,.56)) !important;
  }

  .hero-house-sequence .stage-sheet{
    background:
      linear-gradient(180deg,rgba(255,252,246,.90),rgba(246,241,232,.82)) !important;
    border:1px solid rgba(17,16,15,.095) !important;
    box-shadow:
      0 20px 42px rgba(54,46,38,.115),
      inset 0 1px 0 rgba(255,255,255,.62) !important;
  }

  .hero-house-sequence .stage-screen{
    left:34px !important;
    top:34px !important;
    width:min(80%,430px) !important;
    height:220px !important;
    padding:22px !important;
  }

  .hero-house-sequence .stage-screen h3{
    font-size:30px !important;
    letter-spacing:-.055em !important;
  }

  .hero-house-sequence .stage-screen p{
    font-size:13.5px !important;
  }

  .hero-house-sequence .stage-brochure{
    width:212px !important;
    height:170px !important;
    right:31px !important;
    top:206px !important;
    transform:rotate(2deg) !important;
  }

  .hero-house-sequence .stage-brochure strong{
    font-size:26px !important;
  }

  .hero-house-sequence .stage-board{
    left:36px !important;
    bottom:34px !important;
    width:278px !important;
    height:162px !important;
    padding:21px !important;
  }

  .hero-house-sequence .stage-board strong{
    font-size:26px !important;
  }

  .hero-house-sequence .stage-strip{
    right:34px !important;
    bottom:34px !important;
    width:160px !important;
    height:118px !important;
    padding:18px !important;
    background:#a6212a !important;
  }

  .hero-house-sequence .stage-strip span{
    color:rgba(255,255,255,.88) !important;
    background:transparent !important;
    border-color:rgba(255,255,255,.18) !important;
  }
}

@media (min-width:1181px) and (max-height:760px){
  .hero-house-sequence h1{
    font-size:clamp(40px,4.3vw,62px) !important;
  }
  .hero-house-sequence .hero-copy{
    margin-top:18px !important;
    line-height:1.45 !important;
  }
  .hero-house-sequence .hero-actions{
    margin-top:20px !important;
  }
  .hero-house-sequence .trust-line{
    margin-top:20px !important;
  }
  .hero-house-sequence .hero-stage{
    min-height:420px !important;
  }
}

@media (max-width:1180px){
  .hero-house-sequence{
    background:
      linear-gradient(180deg,rgba(245,243,240,.96),rgba(232,226,216,.96)),
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23g)' opacity='.10'/%3E%3C/svg%3E") !important;
  }

  .hero-house-sequence h1{
    font-weight:680 !important;
    letter-spacing:-.055em !important;
  }
}

/* ==========================================================================
   HERO MICRO-MOTION + FILM GRAIN REFINEMENT
   ========================================================================== */
@media (min-width:1181px){
  .hero-house-sequence .hero-house-intro::before{
    content:none !important;
    display:none !important;
  }

  .hero-house-sequence{
    --rough-x:0;
    --rough-y:0;
    --rough-r:0;
    --rough-f:0;
  }

  .hero-house-sequence .hero-inner{
    position:sticky !important;
    isolation:isolate !important;
  }

  .hero-house-sequence .hero-inner::before{
    content:"";
    position:absolute;
    inset:-18px;
    z-index:-1;
    pointer-events:none;
    opacity:calc(var(--hero-page-progress) * .095);
    border-radius:34px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.68' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
    background-size:220px 220px;
    mix-blend-mode:multiply;
  }

  .paper,
  .founder-exact,
  .start-section,
  .service-card{
    position:relative;
  }

  .paper::after,
  .founder-exact::after,
  .start-section::after,
  .service-card::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:.045;
    mix-blend-mode:multiply;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E");
    background-size:200px 200px;
  }

  .hero-house-sequence .hero-stage::before{
    opacity:.46 !important;
  }

  .hero-house-sequence .hero-stage::after{
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
  }

  .image-assembly{
    transform:
      translate(
        calc(-50% + (var(--idle-x) * 1px) + (var(--rough-x) * .18px)),
        calc(-50% + (var(--idle-y) * 1px) + (var(--rough-y) * .18px))
      )
      rotate(calc((var(--idle-r) * 1deg) + (var(--rough-r) * .08deg)))
      scale(calc(1.01 + var(--house-open) * .052 + var(--intro-zoom) * .105 + var(--idle-pulse) * .005 + var(--rough-f) * .003)) !important;
  }

  .image-assembly .house-layer{
    transition:transform .12s linear, opacity .12s linear, filter .12s linear !important;
  }

  .image-assembly .roof-left-layer{
    transform:
      translate(calc(var(--roof-open) * -112px + var(--rough-x) * -1.05px), calc(var(--roof-open) * -78px + var(--rough-y) * .92px))
      rotate(calc(var(--roof-open) * -3.9deg + var(--rough-r) * -.72deg)) !important;
  }

  .image-assembly .roof-right-layer{
    transform:
      translate(calc(var(--roof-open) * 114px + var(--rough-x) * 1.06px), calc(var(--roof-open) * -78px + var(--rough-y) * -.88px))
      rotate(calc(var(--roof-open) * 3.9deg + var(--rough-r) * .74deg)) !important;
  }

  .image-assembly .left-shell-layer{
    transform:
      translate(calc(var(--wall-open) * -104px + var(--rough-x) * -.86px), calc(var(--wall-open) * 1px + var(--rough-y) * .62px))
      rotate(calc(var(--wall-open) * -3deg + var(--rough-r) * -.42deg)) !important;
  }

  .image-assembly .right-wing-layer{
    transform:
      translate(calc(var(--wall-open) * 106px + var(--rough-x) * .96px), calc(var(--wall-open) * 8px + var(--rough-y) * -.54px))
      rotate(calc(var(--wall-open) * 3deg + var(--rough-r) * .40deg)) !important;
  }

  .image-assembly .right-block-layer{
    transform:
      translate(calc(var(--wall-open) * 72px + var(--rough-x) * .52px), calc(var(--wall-open) * 9px + var(--rough-y) * .38px))
      rotate(calc(var(--wall-open) * 1.9deg + var(--rough-r) * .22deg)) !important;
  }

  .image-assembly .diagonal-band-layer{
    transform:
      translate(calc(var(--band-open) * -4px + var(--rough-x) * .26px), calc(var(--band-open) * -58px + var(--rough-y) * -.76px))
      rotate(calc(var(--band-open) * -.7deg + var(--rough-r) * -.18deg)) !important;
    z-index:5 !important;
  }

  .image-assembly .glass-core-layer{
    transform:
      translate(calc(var(--rough-x) * .16px), calc(var(--core-open) * 6px + var(--rough-y) * .24px))
      scale(calc(1 - var(--core-open) * .006 + var(--rough-f) * .0018)) !important;
    opacity:calc(1 - var(--core-open) * .22) !important;
  }

  .image-assembly .base-platform-layer{
    transform:
      translate(calc(var(--rough-x) * .12px), calc(var(--base-open) * 44px + var(--rough-y) * .30px))
      scale(calc(1 - var(--base-open) * .012 + var(--rough-f) * .0015)) !important;
  }

  .image-assembly .shadow-layer{
    opacity:calc(.86 - (var(--house-open) * .42)) !important;
    transform:
      translateY(calc(var(--base-open) * 10px + var(--idle-y) * .25px + var(--rough-y) * .42px))
      scale(calc(1 + var(--intro-zoom) * .016 + var(--idle-pulse) * .004 + var(--rough-f) * .003)) !important;
  }
}


/* ==========================================================================
   MOTION POLISH PASS — 049e2cbc rollback base
   ========================================================================== */
@media (min-width:1181px){
  .hero-house-sequence{
    min-height:208vh !important;
    --house-clear:0;
  }

  .hero-house-sequence .hero-house-intro{
    opacity:calc(var(--overlay-fade) * (1 - var(--house-clear))) !important;
    transition:none !important;
    will-change:opacity, transform;
  }

  .image-assembly{
    opacity:calc((1 - var(--house-clear)) * (1 - var(--hero-page-progress) * .55)) !important;
    transition:none !important;
    will-change:transform, opacity;
  }

  .image-assembly .house-layer{
    transition:none !important;
    will-change:transform, opacity;
  }

  .hero-house-sequence .hero-inner{
    transform:
      translateY(calc((1 - var(--hero-page-progress)) * 4px))
      scale(calc(.080 + var(--hero-page-progress) * .920)) !important;
    transition:none !important;
    will-change:transform, opacity;
  }

  .hero-house-sequence .hero-core-copy,
  .hero-house-sequence .hero-stage{
    transition:none !important;
    will-change:transform, opacity;
  }

  .hero-house-sequence .hero-house-surface,
  .hero-house-sequence .hero-inner::before{
    transition:none !important;
  }

  .process-showcase{
    height:188vh !important;
  }

  .process-panel,
  .process-preview-card,
  .process-resolve-card{
    transition:
      opacity .38s cubic-bezier(.22,1,.36,1),
      transform .46s cubic-bezier(.22,1,.36,1) !important;
    will-change:transform, opacity;
  }

  .process-panel{
    transform:translateY(28px) scale(.985) !important;
  }

  .process-panel.active{
    transform:translateY(0) scale(1) !important;
  }
}

/* Intentional movement everywhere: no raw appearance. */
@media (min-width:841px){
  .reveal{
    opacity:0;
    transform:translate3d(0,26px,0) scale(.992);
    transition:
      opacity .72s cubic-bezier(.22,1,.36,1),
      transform .82s cubic-bezier(.22,1,.36,1) !important;
    will-change:transform, opacity;
  }

  .reveal.is-visible{
    opacity:1;
    transform:translate3d(0,0,0) scale(1);
  }

  .reveal.delay-1{transition-delay:.075s !important}
  .reveal.delay-2{transition-delay:.15s !important}
  .reveal.delay-3{transition-delay:.225s !important}
  .reveal.delay-4{transition-delay:.30s !important}

  .service-card{
    overflow:hidden !important;
    transition:
      transform .46s cubic-bezier(.22,1,.36,1),
      box-shadow .46s cubic-bezier(.22,1,.36,1),
      border-color .46s cubic-bezier(.22,1,.36,1),
      background-color .46s cubic-bezier(.22,1,.36,1) !important;
  }

  .service-card:hover{
    transform:translateY(-1px);
    box-shadow:0 24px 58px rgba(20,18,16,.105);
  }

  .service-card summary{
    transition:
      background-color .38s ease,
      padding .56s cubic-bezier(.22,1,.36,1) !important;
  }

  .service-card[open] summary{
    background:linear-gradient(180deg,rgba(255,255,255,.58),rgba(255,255,255,.18));
  }

  .service-card .service-toggle{
    transition:transform .34s cubic-bezier(.22,1,.36,1),color .25s ease,opacity .25s ease;
  }

  .service-card[open] .service-toggle{
    transform:translateX(2px);
  }

  .service-body.service-chip-body{
    height:0;
    overflow:hidden;
    opacity:0;
    padding:0 30px 0 120px !important;
    transition:
      height .72s cubic-bezier(.22,1,.36,1),
      opacity .38s ease,
      padding .56s cubic-bezier(.22,1,.36,1) !important;
    will-change:height, opacity;
  }

  .service-card[open]:not(.is-closing) .service-body.service-chip-body{
    opacity:1;
    padding:0 30px 28px 120px !important;
  }

  .service-card.is-closing .service-body.service-chip-body{
    opacity:0 !important;
    padding:0 30px 0 120px !important;
  }

  .chips-wrap{
    transform:translateY(-8px);
    opacity:.58;
    transition:transform .58s cubic-bezier(.22,1,.36,1), opacity .40s ease !important;
  }

  .service-card[open]:not(.is-closing) .chips-wrap{
    transform:translateY(0);
    opacity:1;
  }

  .output-chip{
    transform:translateY(7px) scale(.986);
    opacity:0;
    transition:
      transform .52s cubic-bezier(.22,1,.36,1),
      opacity .34s ease,
      box-shadow .34s cubic-bezier(.22,1,.36,1),
      border-color .34s ease,
      background-color .34s ease !important;
  }

  .service-card[open]:not(.is-closing) .output-chip{
    transform:translateY(0) scale(1);
    opacity:1;
  }

  .service-card[open]:not(.is-closing) .output-chip:nth-child(1){transition-delay:.03s}
  .service-card[open]:not(.is-closing) .output-chip:nth-child(2){transition-delay:.06s}
  .service-card[open]:not(.is-closing) .output-chip:nth-child(3){transition-delay:.09s}
  .service-card[open]:not(.is-closing) .output-chip:nth-child(4){transition-delay:.12s}
  .service-card[open]:not(.is-closing) .output-chip:nth-child(5){transition-delay:.15s}
}

@media (max-width:1180px){
  .service-body.service-chip-body{
    height:auto !important;
    opacity:1 !important;
  }
}


/* ==========================================================================
   PROCESS + FIXES SCROLL STATE PATCH
   Keeps the motion polish, fixes first process card, and makes fixes cards advance like process.
   ========================================================================== */
@media (min-width:1181px){
  .process-showcase{
    height:224vh !important;
  }

  .fixes-showcase{
    min-height:224vh !important;
  }

  .process-preview-card,
  .process-resolve-card,
  .process-panel,
  .fixes-panel{
    transition:
      opacity .44s cubic-bezier(.22,1,.36,1),
      transform .52s cubic-bezier(.22,1,.36,1) !important;
    will-change:opacity, transform;
  }

  .process-preview-card:not(.active),
  .process-resolve-card:not(.active),
  .process-panel:not(.active){
    opacity:0 !important;
    pointer-events:none;
    transform:translate3d(0,28px,0) scale(.985) !important;
    z-index:1 !important;
  }

  .process-preview-card.active,
  .process-resolve-card.active,
  .process-panel.active{
    opacity:1 !important;
    pointer-events:auto;
    transform:translate3d(0,0,0) scale(1) !important;
    z-index:5 !important;
  }

  .fixes-panel:not(.active){
    opacity:0 !important;
    pointer-events:none;
    transform:translate3d(0,28px,0) scale(.985) !important;
    z-index:1 !important;
  }

  .fixes-panel.active{
    opacity:1 !important;
    pointer-events:auto;
    transform:translate3d(0,0,0) scale(1) !important;
    z-index:4 !important;
  }

  .fixes-stage{
    will-change:transform;
  }
}

/* ==========================================================================
   Final footer, social, SEO/mobile polish
   ========================================================================== */
.footer{
  position:relative;
  background:
    radial-gradient(circle at 8% 0%, rgba(166,33,42,.18), transparent 34%),
    linear-gradient(180deg,#0b0a09 0%,#050505 100%) !important;
  color:#fff !important;
  padding:0 clamp(20px,5vw,58px) !important;
  border-top:1px solid rgba(255,255,255,.10) !important;
  overflow:hidden;
}

.footer::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(255,255,255,.030) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);
  background-size:92px 92px;
  opacity:.42;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.9),transparent 78%);
}

.footer-shell{
  position:relative;
  z-index:1;
  max-width:var(--max);
  margin:0 auto;
  padding:72px 0 46px;
  display:grid;
  grid-template-columns:minmax(260px,.88fr) minmax(420px,1.15fr) minmax(260px,.72fr);
  gap:clamp(32px,5.6vw,72px);
  align-items:start;
}

.footer-brand,
.footer-brand-block,
.footer-nav-grid,
.footer-contact-card{
  position:relative;
}

.footer-brand{
  display:inline-flex;
  width:max-content;
  margin-bottom:26px;
}

.footer-brand img{
  height:76px;
  width:auto;
  max-width:220px;
}

.footer-statement{
  max-width:430px;
  color:rgba(255,255,255,.88);
  font-size:clamp(22px,2.1vw,32px);
  line-height:1.05;
  letter-spacing:-.052em;
  font-weight:650;
  margin:0 0 22px;
}

.footer-area{
  max-width:460px;
  color:rgba(255,255,255,.50);
  font-size:14px;
  line-height:1.62;
  letter-spacing:-.01em;
  margin:0;
}

.footer-nav-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.footer-nav-grid h3,
.footer-kicker{
  margin:0 0 18px;
  color:rgba(255,255,255,.38);
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.footer-nav-grid a{
  display:block;
  width:max-content;
  max-width:100%;
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.3;
  letter-spacing:-.01em;
  margin:0 0 13px;
  transition:color .32s var(--ease), transform .32s var(--ease);
}

.footer-nav-grid a:hover,
.footer-email:hover,
.social-pill:hover{
  color:#fff;
  transform:translateY(-1px);
}

.footer-contact-card{
  padding:24px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  box-shadow:0 28px 70px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.06);
}

.footer-email{
  display:block;
  color:rgba(255,255,255,.90);
  font-size:15px;
  letter-spacing:-.01em;
  margin-bottom:22px;
  transition:color .32s var(--ease), transform .32s var(--ease);
}

.footer-socials{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.social-pill{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:44px;
  padding:11px 13px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  color:rgba(255,255,255,.74);
  background:rgba(255,255,255,.035);
  font-size:12px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:color .32s var(--ease), background .32s var(--ease), border-color .32s var(--ease), transform .32s var(--ease);
}

.social-pill:hover{
  border-color:rgba(255,255,255,.24);
  background:rgba(255,255,255,.07);
}

.social-pill-muted{
  color:rgba(255,255,255,.52);
  cursor:default;
}

.social-pill-muted:hover{
  color:rgba(255,255,255,.68);
  transform:none;
}

.social-icon{
  width:18px;
  height:18px;
  flex:0 0 auto;
}

.social-icon rect,
.social-icon circle{
  fill:none;
  stroke:currentColor;
  stroke-width:1.55;
}

.social-icon path{
  fill:currentColor;
}

.footer-bottom{
  position:relative;
  z-index:1;
  max-width:var(--max);
  margin:0 auto;
  padding:22px 0 28px;
  border-top:1px solid rgba(255,255,255,.09);
  display:flex;
  justify-content:space-between;
  gap:18px;
  color:rgba(255,255,255,.38);
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.footer-main,
.footer-inner{
  display:none !important;
}

/* Fine motion: every interactive object should arrive with intent, not snap. */
.btn,
.nav a,
.footer-nav-grid a,
.footer-email,
.social-pill,
.showcase-tile,
.audience-card-old,
.content-card,
.start-panel,
.start-card,
.process-panel,
.process-preview-card{
  backface-visibility:hidden;
  transform:translateZ(0);
}

/* Mobile polish: preserve desktop hierarchy without forcing heavy desktop motion. */
@media (max-width:1180px){
  .footer-shell{
    grid-template-columns:1fr;
    padding:64px 0 40px;
  }

  .footer-nav-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .footer-contact-card{
    max-width:520px;
  }
}

@media (max-width:840px){
  html{
    scroll-padding-top:82px;
  }

  body{
    overflow-x:hidden;
  }

  .site-header{
    padding-left:max(16px,env(safe-area-inset-left));
    padding-right:max(16px,env(safe-area-inset-right));
  }

  .hero-house-sequence{
    padding-left:var(--gutter) !important;
    padding-right:var(--gutter) !important;
  }

  .hero-house-sequence h1,
  .hero h1{
    letter-spacing:-.065em;
  }

  .hero-copy{
    font-size:16px;
    line-height:1.62;
  }

  .hero-actions{
    gap:10px;
  }

  .hero-actions .btn{
    width:100%;
    justify-content:center;
  }

  .hero-stage{
    width:100%;
    max-width:100%;
    min-height:470px;
    overflow:hidden;
  }

  .stage-screen{
    width:86%;
  }

  .footer{
    padding-left:22px !important;
    padding-right:22px !important;
  }

  .footer-shell{
    padding:56px 0 34px;
    gap:36px;
  }

  .footer-brand img{
    height:64px;
  }

  .footer-statement{
    font-size:clamp(26px,9vw,42px);
    max-width:560px;
  }

  .footer-nav-grid{
    grid-template-columns:1fr;
    gap:26px;
  }

  .footer-nav-grid a{
    font-size:15px;
    margin-bottom:12px;
  }

  .footer-contact-card{
    padding:20px;
    border-radius:22px;
  }

  .footer-bottom{
    flex-direction:column;
    padding-bottom:34px;
    line-height:1.65;
  }
}

@media (max-width:520px){
  .footer-socials{
    gap:9px;
  }

  .social-pill{
    width:100%;
    justify-content:flex-start;
  }

  .service-card summary{
    padding:24px 22px;
  }

  .service-chip-body{
    padding-left:22px !important;
    padding-right:22px !important;
  }
}
