:root {
  --oxblood:#4B0F17;
  --rust:#B23A2E;
  --terracotta:#D46A4A;
  --blush:#F2D7CF;
  --stone:#E7E2DA;
  --cream:#F2EEE7;
  --charcoal:#1C1C1C;
  --ink:#2A2521;
  --muted:#6B625A;
  --line:#D8D0C6;
  --shell:1312px;
  --pad:64px;
  --shadow:0 20px 55px rgba(75,15,23,.13);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--charcoal)}
body{margin:0;background:var(--cream);font-family:'Satoshi',Arial,sans-serif;color:var(--charcoal);-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img{display:block;max-width:100%}
::selection{background:var(--terracotta);color:white}

.shell{width:min(var(--shell),calc(100% - (var(--pad)*2)));margin-inline:auto;position:relative;z-index:2}
.section{padding:108px 0}
.scroll-progress{position:fixed;inset:0 auto auto 0;width:0;height:3px;background:linear-gradient(90deg,var(--oxblood),var(--rust),var(--terracotta));z-index:1000}

.site-header{position:absolute;top:0;left:0;right:0;margin:0 auto;width:min(1440px,100%);height:86px;padding:0 64px;display:flex;align-items:center;justify-content:space-between;z-index:100;color:var(--cream)}
.site-header.is-scrolled{position:fixed;background:rgba(43,8,13,.9);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 1px 0 rgba(242,215,207,.1)}
.brand{display:flex;align-items:center;gap:11px;font-family:'Clash Display',sans-serif;font-weight:600;font-size:20px;letter-spacing:3.5px}
.brand img{flex:none}
.desktop-nav{display:flex;align-items:center;gap:26px;font-size:12.5px;font-weight:700}
.desktop-nav>a:not(.button){color:#e8d5cf;transition:color .25s ease}
.desktop-nav>a:not(.button):hover{color:white}
.menu-toggle,.mobile-nav{display:none}

.button{display:inline-flex;align-items:center;justify-content:center;border:0;background:linear-gradient(100deg,var(--rust),var(--terracotta));color:white;padding:17px 28px;font-size:13px;line-height:1;font-weight:700;letter-spacing:1.05px;text-transform:uppercase;cursor:pointer;box-shadow:0 12px 34px rgba(178,58,46,.35);transition:transform .28s ease,box-shadow .28s ease,filter .28s ease}
.button:hover{transform:translateY(-3px);box-shadow:0 18px 44px rgba(178,58,46,.48);filter:saturate(1.05)}
.button-small{padding:12px 18px;font-size:10.5px}
.button-dark{background:var(--oxblood);box-shadow:0 10px 30px rgba(75,15,23,.22)}
.button-dark:hover{box-shadow:0 16px 36px rgba(75,15,23,.32)}

.hero{min-height:850px;background:radial-gradient(120% 92% at 78% 108%,#7a2418 0%,var(--oxblood) 46%,#2b080d 100%);position:relative;overflow:hidden;color:var(--cream);display:flex;align-items:center}
.terrain-canvas{position:absolute;inset:0;width:100%;height:100%;opacity:.72;pointer-events:none}
#heroTerrain{opacity:.85}
.grain{position:absolute;inset:0;pointer-events:none;opacity:.12;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.52'/%3E%3C/svg%3E")}
.hero-mark{position:absolute;width:min(520px,42vw);right:1%;top:16%;opacity:.58;filter:drop-shadow(0 30px 60px rgba(0,0,0,.15));transition:transform .1s linear}
.hero-mark img{width:100%;height:auto}
.hero-inner{padding-top:104px;padding-bottom:128px}
.eyebrow{margin:0 0 18px;color:var(--terracotta);font-size:12px;line-height:1.2;font-weight:700;letter-spacing:3.1px;text-transform:uppercase}
.eyebrow.dark{color:var(--rust)}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:'Clash Display',sans-serif}
h1{max-width:810px;margin-bottom:26px;font-size:clamp(52px,5vw,72px);line-height:1.04;font-weight:600;letter-spacing:-1.6px}
h1 em{font-weight:500;font-style:italic;background:linear-gradient(95deg,var(--terracotta) 10%,var(--blush) 90%);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-title-single{max-width:1120px;font-size:clamp(46px,4.35vw,63px)}
.hero-copy{max-width:790px;margin-bottom:30px;color:#e8d5cf;font-size:18px;line-height:1.72}
.hero-actions{display:flex;align-items:center;gap:22px}
.hero-actions>span{max-width:330px;color:#c9aca4;font-size:13px;line-height:1.5}
.scroll-cue{position:absolute;left:64px;bottom:30px;display:flex;align-items:center;gap:10px;color:#c9aca4;font-size:10px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase}
.scroll-cue span{width:1px;height:36px;background:linear-gradient(var(--terracotta),transparent)}

.section-heading{margin-bottom:46px;max-width:790px}
.section-heading.narrow{max-width:730px}
h2{margin-bottom:16px;font-size:clamp(39px,4vw,54px);line-height:1.08;font-weight:500;letter-spacing:-.8px}
h2.light{color:var(--cream)}
.lead{margin:0;color:#4a423b;font-size:16px;line-height:1.72}

.build{background:var(--cream)}
.build-heading{max-width:820px}
.build-flow{display:grid;grid-template-columns:1fr 36px 1fr 36px 1fr 36px 1fr;align-items:stretch}
.flow-card{padding:30px 26px;background:white;border:1px solid #e2dbd1;min-height:230px;box-shadow:0 14px 35px rgba(75,15,23,.05)}
.flow-step{display:block;margin-bottom:26px;color:var(--rust);font-family:'Clash Display',sans-serif;font-size:13px;font-weight:600}
.flow-card h3{margin-bottom:10px;font-size:21px}
.flow-card p{margin:0;color:var(--muted);font-size:13.8px;line-height:1.65}
.flow-connector{display:grid;place-items:center;color:var(--terracotta);font-size:24px}

.problem{background:linear-gradient(var(--cream),#EDE7DE)}
.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.light-card{position:relative;min-height:280px;padding:32px 30px 48px;background:white;border:1px solid #e2dbd1;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}
.light-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.card-number{display:block;margin-bottom:12px;font-family:'Clash Display',sans-serif;font-size:15px;font-weight:600;color:var(--rust)}
.light-card h3{margin-bottom:10px;font-size:23px}
.light-card p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.68}
.ridge{position:absolute;left:0;bottom:0;width:100%;height:30px;overflow:visible;fill:none;stroke:var(--terracotta);stroke-width:1.7}
.ridge path{vector-effect:non-scaling-stroke}

.system{position:relative;background:linear-gradient(155deg,var(--charcoal) 58%,#2b080d);overflow:hidden}
.section-mark{position:absolute;right:-65px;bottom:-80px;width:390px;opacity:.17}
.system-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:50px}
.system-heading>div{max-width:650px}
.system-intro{max-width:430px;margin:0 0 6px;color:#aaa096;font-size:15px;line-height:1.68}
.system-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #3c3632;background:rgba(28,28,28,.48);backdrop-filter:blur(4px)}
.system-card{min-height:225px;padding:31px 23px;border-right:1px solid #3c3632;transition:background .3s ease}
.system-card:last-child{border-right:0}
.system-card:hover{background:rgba(178,58,46,.1)}
.system-card>span{display:block;margin-bottom:12px;font-family:'Clash Display',sans-serif;font-size:36px;font-weight:600;background:linear-gradient(180deg,var(--terracotta),var(--rust));-webkit-background-clip:text;background-clip:text;color:transparent}
.system-card h3{margin-bottom:7px;color:var(--cream);font-family:'Satoshi',sans-serif;font-size:14px}
.system-card p{margin:0;color:#aaa096;font-size:12.8px;line-height:1.58}
.system-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:26px;gap:30px;color:#8f857d;font-size:12.5px;line-height:1.55}
.system-bottom p{max-width:650px;margin:0}
.text-link{font-weight:700;text-transform:uppercase;letter-spacing:1.3px;font-size:11px}
.light-link{color:var(--blush)}
.text-link span{color:var(--terracotta);font-size:15px}

.process{background:linear-gradient(#EDE7DE,var(--cream))}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.process-card{position:relative;padding:34px 30px 32px;background:white;border:1px solid #ddd4cb;min-height:330px}
.process-card>span{display:block;margin-bottom:34px;font-family:'Clash Display',sans-serif;font-size:34px;font-weight:600;color:var(--blush);-webkit-text-stroke:1px var(--rust)}
.process-card .stage{margin-bottom:10px;color:var(--rust);font-size:10.5px;font-weight:700;letter-spacing:2px;text-transform:uppercase}
.process-card h3{margin-bottom:12px;font-size:23px;line-height:1.2}
.process-card p:last-child{margin:0;color:var(--muted);font-size:14px;line-height:1.65}
.process-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:30px;padding-top:26px;border-top:1px solid var(--line)}
.process-bottom p{margin:0;color:var(--muted);font-size:13.5px}

.founders{background:var(--stone)}
.founders-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:68px;align-items:center}
.founders-copy .lead{max-width:590px}
.values{display:flex;gap:20px;flex-wrap:wrap;margin:25px 0 30px;color:var(--rust);font-size:10.5px;font-weight:700;letter-spacing:1.7px;text-transform:uppercase}
.founder-cards{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.founder-photo{position:relative;aspect-ratio:.8;overflow:hidden;box-shadow:0 20px 44px rgba(75,15,23,.18);background:#c8beb3}
.founder-photo img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.7,.2,1)}
.founder:first-child .founder-photo img{object-position:50% 18%}
.founder:last-child .founder-photo img{object-position:50% 26%}
.founder:hover .founder-photo img{transform:scale(1.025)}
.founder-photo::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(75,15,23,.38) 100%)}
.photo-dune{position:absolute;left:-5%;right:-5%;bottom:-7%;height:16%;z-index:2;transform:rotate(-1deg);border-radius:50% 50% 0 0/100% 100% 0 0}
.photo-dune.one{background:var(--terracotta)}
.photo-dune.two{background:var(--rust)}
.founder h3{margin:16px 0 2px;font-size:19px}
.founder>p{margin:0;color:var(--rust);font-size:10.5px;font-weight:700;letter-spacing:1.25px;text-transform:uppercase}

.audit{position:relative;padding:122px 0;background:radial-gradient(115% 120% at 50% 118%,#8a2a1c 0%,var(--oxblood) 52%,#33090f 100%);overflow:hidden;color:var(--cream)}
.audit-terrain{opacity:.36}
.audit-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:72px;align-items:center}
.audit-mark{margin-bottom:26px}
.audit-copy h2{max-width:600px;font-size:clamp(44px,4.3vw,62px)}
.audit-copy>p:not(.eyebrow){max-width:560px;color:#d8c8c2;font-size:16px;line-height:1.68}
.audit-points{display:flex;gap:11px;flex-wrap:wrap;margin-top:28px}
.audit-points span{border:1px solid rgba(242,215,207,.26);padding:9px 12px;color:var(--blush);font-size:10px;font-weight:700;letter-spacing:1.25px;text-transform:uppercase;background:rgba(255,255,255,.03)}
.audit-form{padding:34px;background:rgba(242,238,231,.97);box-shadow:0 30px 80px rgba(0,0,0,.28);color:var(--charcoal);display:grid;gap:16px}
.audit-form label{display:grid;gap:7px;color:#4a423b;font-size:11px;font-weight:700;letter-spacing:.7px;text-transform:uppercase}
.audit-form input,.audit-form select{width:100%;border:1px solid #d6ccc2;background:#fff;padding:14px;color:var(--charcoal);outline:none;border-radius:0;transition:border .2s ease,box-shadow .2s ease;text-transform:none;letter-spacing:0;font-weight:500}
.audit-form input:focus,.audit-form select:focus{border-color:var(--rust);box-shadow:0 0 0 3px rgba(178,58,46,.1)}
.form-button{width:100%;margin-top:4px;padding:18px}
.form-note{margin:0!important;color:#7d746c!important;font-size:11px!important;line-height:1.5!important;text-align:center}
.hidden{position:absolute!important;left:-9999px!important}

.footer{background:var(--charcoal);color:#aaa096;padding:30px 0}
.footer-inner{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:32px;font-size:11.5px}
.footer-brand{color:var(--cream);font-size:14px;letter-spacing:3px}
.footer-inner>p{margin:0}
.footer-links{display:flex;gap:24px;font-weight:700}
.footer-links a:hover{color:var(--terracotta)}
.copyright{white-space:nowrap}

.reveal{opacity:1;transform:none}

.thanks-page{min-height:100vh;display:grid;place-items:center;padding:30px;background:radial-gradient(110% 120% at 50% 118%,#8a2a1c 0%,var(--oxblood) 52%,#33090f 100%);color:var(--cream)}
.thanks-card{max-width:720px;text-align:center;padding:70px 40px;border:1px solid rgba(242,215,207,.2);background:rgba(28,28,28,.18);backdrop-filter:blur(12px)}
.thanks-card img{width:70px;margin:0 auto 26px}
.thanks-card h1{font-size:clamp(42px,7vw,66px);margin-bottom:18px}
.thanks-card p{color:#d8c8c2;font-size:17px;line-height:1.7;margin-bottom:28px}

/* Growth scorecard */
.scorecard-page{min-height:100vh;background:#2b080d;color:var(--cream)}
.scorecard-header{position:absolute;background:transparent}
.scorecard-back{color:#d8c8c2;font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase}
.scorecard-main{position:relative;min-height:100vh;padding:140px 24px 80px;overflow:hidden;background:radial-gradient(100% 90% at 80% 110%,#812419 0%,var(--oxblood) 46%,#2b080d 100%)}
.scorecard-main::before{content:'';position:absolute;inset:0;opacity:.1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
.scorecard-terrain{position:absolute;inset:auto -10% -8% -10%;height:45%;pointer-events:none}
.scorecard-terrain i{position:absolute;left:0;right:0;bottom:0;height:72%;border-radius:50% 50% 0 0/35% 35% 0 0;transform:rotate(-2deg)}
.scorecard-terrain i:nth-child(1){background:#D46A4A;opacity:.55;bottom:10%;transform:rotate(3deg)}
.scorecard-terrain i:nth-child(2){background:#B23A2E;opacity:.8;bottom:1%;transform:rotate(-3deg)}
.scorecard-terrain i:nth-child(3){background:#4B0F17;height:48%;bottom:-12%}
.scorecard-shell{position:relative;z-index:2;width:min(900px,100%);margin:auto}
.scorecard-intro{max-width:850px;padding:32px 0}
.scorecard-intro h1{max-width:850px;font-size:clamp(48px,6vw,76px)}
.scorecard-intro>p:not(.eyebrow){max-width:680px;color:#d8c8c2;font-size:18px;line-height:1.7}
.scorecard-meta{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0 32px}
.scorecard-meta span{padding:9px 12px;border:1px solid rgba(242,215,207,.24);color:var(--blush);font-size:10px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase}
.quiz-panel,.lead-gate,.score-result{padding:42px;background:rgba(242,238,231,.98);box-shadow:0 30px 90px rgba(0,0,0,.28);color:var(--charcoal)}
.quiz-progress-row{display:flex;justify-content:space-between;margin-bottom:10px;color:var(--rust);font-size:10px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase}
.quiz-progress{height:4px;background:#ded5cb;margin-bottom:48px}.quiz-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--rust),var(--terracotta));transition:width .35s ease}
.question-area{margin-bottom:12px;color:var(--rust);font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase}
.question-stage h2{max-width:760px;font-size:clamp(31px,4vw,46px);margin-bottom:28px}
.answer-list{display:grid;gap:11px}
.answer-choice{display:flex;align-items:center;gap:15px;width:100%;padding:16px 18px;border:1px solid #d8d0c6;background:#fff;color:var(--ink);text-align:left;cursor:pointer;transition:.2s ease}
.answer-choice:hover,.answer-choice.selected{border-color:var(--rust);background:#fbf2ef;transform:translateX(4px)}
.answer-choice span{display:grid;place-items:center;flex:none;width:28px;height:28px;background:var(--blush);color:var(--oxblood);font-size:11px;font-weight:700}
.quiz-controls{margin-top:25px}.quiz-back,.quiz-restart{border:0;background:none;padding:0;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:1px;text-decoration:underline;text-underline-offset:4px;cursor:pointer;text-transform:uppercase}
.lead-gate{max-width:760px;margin:auto}.lead-gate h2{font-size:clamp(36px,5vw,52px)}.lead-gate>p:not(.eyebrow){color:var(--muted);line-height:1.65}
#scorecardForm{display:grid;gap:15px;margin-top:28px}#scorecardForm>label,.gate-contact-grid label{display:grid;gap:7px;color:#4a423b;font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}
#scorecardForm input{width:100%;border:1px solid #d6ccc2;background:#fff;padding:14px;outline:none;border-radius:0}#scorecardForm input:focus{border-color:var(--rust);box-shadow:0 0 0 3px rgba(178,58,46,.1)}
.gate-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.consent-field{grid-template-columns:20px 1fr!important;align-items:start;text-transform:none!important;letter-spacing:0!important;font-weight:500!important;line-height:1.45}.consent-field input{width:16px!important;margin-top:2px}.contact-error{margin:0;color:#a32626;font-size:12px}
.result-score{display:flex;align-items:flex-end;gap:24px;margin:16px 0}.result-score strong{font-family:'Clash Display',sans-serif;font-size:clamp(74px,13vw,130px);line-height:.85;color:var(--oxblood)}.result-score span{padding-bottom:8px;color:var(--rust);font-family:'Clash Display',sans-serif;font-size:clamp(22px,4vw,34px);font-weight:600}
.result-meter{height:8px;background:#ded5cb;margin:28px 0}.result-meter span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--oxblood),var(--terracotta));transition:width 1s cubic-bezier(.2,.7,.2,1)}
.result-summary{max-width:760px;color:#4a423b;font-size:17px;line-height:1.7}.result-priorities{margin:30px 0;padding:26px;background:#ede6de}.result-priorities h3{font-size:18px}.result-priorities ol{margin:0;padding-left:24px;color:var(--rust);font-weight:700}.result-priorities li{padding:5px}.result-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-top:28px;border-top:1px solid var(--line)}.result-cta h3{margin-bottom:6px}.result-cta p{margin:0;color:var(--muted);font-size:13px}.quiz-restart{margin-top:26px}

@media (max-width:700px){
  .scorecard-header{height:72px;padding:0 20px}.scorecard-back{font-size:9px}.scorecard-main{padding:104px 16px 50px}.scorecard-intro{padding-top:18px}.scorecard-intro h1{font-size:42px}.scorecard-intro>p:not(.eyebrow){font-size:16px}.quiz-panel,.lead-gate,.score-result{padding:26px 20px}.quiz-progress{margin-bottom:34px}.question-stage h2{font-size:31px}.answer-choice{padding:14px 13px;font-size:14px}.gate-contact-grid{grid-template-columns:1fr}.result-score{display:block}.result-score span{display:block;margin-top:16px}.result-cta{display:block}.result-cta .button{width:100%;margin-top:20px}.scorecard-terrain{height:32%}
}

@media (max-width: 1100px){
  .desktop-nav{gap:18px;font-size:11.5px}
  .build-flow{grid-template-columns:1fr 24px 1fr 24px 1fr 24px 1fr}
  .flow-card{padding:27px 22px}
}

@media (max-width: 1000px){
  :root{--pad:36px}
  .site-header{padding:0 36px}
  .hero{min-height:800px}
  .hero-mark{width:48vw;right:-5%;top:17%;opacity:.45}
  .build-flow{grid-template-columns:1fr 1fr;gap:18px}
  .flow-connector{display:none}
  .system-grid{grid-template-columns:repeat(3,1fr)}
  .system-card{border-bottom:1px solid #3c3632}
  .system-card:nth-child(3){border-right:0}
  .system-card:nth-child(4),.system-card:nth-child(5){border-bottom:0}
  .system-card:nth-child(4){grid-column:1/2}
  .process-grid{grid-template-columns:1fr}
  .process-card{min-height:auto}
  .founders-grid,.audit-grid{gap:40px}
  .footer-inner{grid-template-columns:auto 1fr auto}
  .copyright{grid-column:3}
  .footer-inner>p:not(.copyright){display:none}
}

@media (max-width: 820px){
  .desktop-nav{display:none}
  .menu-toggle{display:grid;gap:6px;width:42px;height:42px;place-content:center;background:transparent;border:0;z-index:102}
  .menu-toggle span{display:block;width:22px;height:1.5px;background:var(--cream);transition:transform .25s ease,opacity .25s ease}
  .menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.75px) rotate(45deg)}
  .menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.75px) rotate(-45deg)}
  .mobile-nav{display:flex;position:fixed;inset:0;z-index:101;background:rgba(43,8,13,.98);padding:118px 28px 40px;flex-direction:column;gap:22px;transform:translateY(-105%);transition:transform .4s cubic-bezier(.2,.7,.2,1);font-family:'Clash Display',sans-serif;font-size:30px;color:var(--cream)}
  .mobile-nav.open{transform:none}
  .mobile-nav .button{margin-top:12px;font-family:'Satoshi',sans-serif;font-size:12px}
}

@media (max-width: 760px){
  :root{--pad:22px}
  .section{padding:72px 0}
  .site-header{height:70px;padding:0 22px}
  .brand{font-size:17px;letter-spacing:3px;gap:9px}
  .brand img{width:28px;height:28px}

  .terrain-canvas{display:none}
  .hero{min-height:730px;align-items:flex-start}
  .hero-inner{padding-top:136px;padding-bottom:92px}
  .hero-mark{width:235px;right:-63px;top:74px;opacity:.34}
  .hero .eyebrow{max-width:280px;font-size:10px;letter-spacing:2.35px}
  h1{font-size:clamp(40px,11.5vw,51px);line-height:1.04;letter-spacing:-1px;margin-bottom:20px}
  .hero-copy{font-size:15.5px;line-height:1.64;margin-bottom:25px}
  .hero-actions{align-items:stretch;flex-direction:column;gap:12px}
  .hero-actions .button{width:100%}
  .hero-actions>span{text-align:center;max-width:none;font-size:12.5px;line-height:1.45}
  .scroll-cue{display:none}

  h2{font-size:34px;line-height:1.12}
  .section-heading{margin-bottom:31px}
  .eyebrow{font-size:10.5px;letter-spacing:2.4px;margin-bottom:12px}
  .lead{font-size:14.8px;line-height:1.65}

  .build-flow{grid-template-columns:1fr;gap:13px}
  .flow-card{min-height:auto;padding:22px}
  .flow-step{margin-bottom:15px}
  .flow-card h3{font-size:19px}
  .flow-card p{font-size:13.8px}

  .problem-grid{grid-template-columns:1fr;gap:14px}
  .light-card{min-height:auto;padding:23px 22px 32px}
  .light-card h3{font-size:19px}
  .light-card p{font-size:13.7px}

  .system-heading{display:block;margin-bottom:28px}
  .system-heading h2{margin-bottom:14px}
  .system-intro{font-size:13.7px}
  .system-grid{grid-template-columns:1fr}
  .system-card{min-height:auto;padding:20px 22px;display:grid;grid-template-columns:38px 1fr;column-gap:13px;row-gap:2px;border-right:0;border-bottom:1px solid #3c3632!important}
  .system-card:last-child{border-bottom:0!important}
  .system-card:nth-child(4){grid-column:auto}
  .system-card>span{grid-row:1/3;margin:0;font-size:30px}
  .system-card h3{margin:0}
  .system-card p{grid-column:2;font-size:12.7px}
  .system-bottom{display:block;margin-top:22px}
  .system-bottom p{margin-bottom:18px;font-size:12.7px}
  .section-mark{width:250px;right:-80px}

  .process-grid{gap:13px}
  .process-card{padding:25px 22px}
  .process-card>span{font-size:29px;margin-bottom:22px}
  .process-card h3{font-size:20px}
  .process-card p:last-child{font-size:13.7px}
  .process-bottom{display:block;margin-top:22px;padding-top:22px}
  .process-bottom p{margin-bottom:18px;font-size:13px}
  .process-bottom .button{width:100%}

  .founders-grid{grid-template-columns:1fr;gap:40px}
  .values{gap:13px;font-size:9.5px;letter-spacing:1.4px;margin:20px 0 24px}
  .founders-copy .button{width:100%}
  .founder-cards{gap:14px}
  .founder h3{font-size:17px;margin-top:12px}
  .founder>p{font-size:9px;letter-spacing:.85px}

  .audit{padding:78px 0 88px}
  .audit-grid{grid-template-columns:1fr;gap:34px}
  .audit-mark{width:48px;margin-bottom:18px}
  .audit-copy h2{font-size:37px}
  .audit-copy>p:not(.eyebrow){font-size:14.8px}
  .audit-points{margin-top:20px}
  .audit-points span{font-size:9px;padding:8px 9px}
  .audit-form{padding:23px 20px;gap:14px}

  .footer{padding:26px 0}
  .footer-inner{grid-template-columns:1fr;gap:18px;text-align:center;justify-items:center}
  .footer-links{flex-wrap:wrap;justify-content:center;gap:16px}
  .copyright{grid-column:auto}
}

@media (max-width: 390px){
  h1{font-size:39px}
  .founder-cards{grid-template-columns:1fr 1fr}
  .founder>p{line-height:1.45}
}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .terrain-canvas{display:none}
}

/* v3 polish: stable navigation, restored visual rhythm and inter-section CTAs */
.site-header{position:absolute}
.site-header.is-scrolled{position:absolute;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none}
.mobile-dunes,.audit-dunes{display:none}

.section-cta{position:relative;overflow:hidden}
.section-cta-inner{min-height:126px;display:flex;align-items:center;justify-content:space-between;gap:40px;padding-top:25px;padding-bottom:25px}
.section-cta-inner>div{max-width:760px}
.section-cta p{margin:0}
.section-cta .cta-kicker{font-family:'Clash Display',sans-serif;font-size:22px;font-weight:600;line-height:1.15;margin-bottom:5px}
.section-cta-inner>div>p:last-child{font-size:14px;line-height:1.55}
.cta-light{background:#F2D7CF;color:#4B0F17;border-top:1px solid rgba(75,15,23,.08);border-bottom:1px solid rgba(75,15,23,.08)}
.cta-rust{background:linear-gradient(100deg,#B23A2E,#D46A4A);color:#fff}
.cta-rust .section-cta-inner>div>p:last-child{color:#fdece6}
.cta-dark{background:#251f1c;color:#F2EEE7;border-top:1px solid #3a332f;border-bottom:1px solid #3a332f}
.cta-dark .section-cta-inner>div>p:last-child{color:#bdb2a8}
.button-cream{background:linear-gradient(100deg,#F2EEE7,#F2D7CF);color:#4B0F17;box-shadow:0 12px 30px rgba(75,15,23,.2)}
.button-cream:hover{box-shadow:0 16px 36px rgba(75,15,23,.28)}

.founders{position:relative;overflow:hidden}
.founders::before{content:'';position:absolute;left:-120px;bottom:-170px;width:460px;height:460px;border:1px solid rgba(178,58,46,.13);border-radius:48% 52% 42% 58% / 52% 44% 56% 48%;transform:rotate(18deg)}
.founder-photo{min-height:430px}

@media (max-width:820px){
  .site-header{position:absolute!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important}
}

@media (max-width:760px){
  .hero{min-height:790px}
  .hero-inner{padding-top:128px;padding-bottom:205px}
  .mobile-dunes{display:block;position:absolute;left:0;right:0;bottom:-1px;width:100%;height:205px;z-index:1;pointer-events:none}
  .hero-mark{z-index:1}
  .section-cta-inner{min-height:0;display:block;padding-top:30px;padding-bottom:30px}
  .section-cta .cta-kicker{font-size:20px;margin-bottom:7px}
  .section-cta-inner>div>p:last-child{font-size:13.5px}
  .section-cta .button{width:100%;margin-top:20px}
  .founders-grid{gap:30px}
  .founder-cards{grid-template-columns:1fr 1fr;gap:12px}
  .founder-photo{min-height:0;aspect-ratio:.78}
  .founder h3{font-size:18px}
  .audit{padding-bottom:155px}
  .audit-dunes{display:block;position:absolute;left:0;right:0;bottom:-1px;width:100%;height:100px;pointer-events:none;opacity:.36}
}

/* v4 mobile typography + spacing rhythm */
:root{
  --section-space:108px;
  --section-space-mobile:64px;
  --content-gap-mobile:28px;
}

.section{padding:var(--section-space) 0}
.hero-title-line{display:block;white-space:nowrap}

@media (max-width:760px){
  .section{padding:var(--section-space-mobile) 0}

  /* Two deliberate hero lines at phone widths. */
  .hero-title{
    max-width:none;
    width:100%;
    font-size:clamp(32px,9.25vw,42px);
    line-height:1.08;
    letter-spacing:-.8px;
    margin-bottom:22px;
  }
  .hero-title-single{white-space:normal}
  .hero-title-line{white-space:nowrap}

  /* One spacing system across every major section. */
  .section-heading{margin-bottom:var(--content-gap-mobile)}
  .system-heading{margin-bottom:var(--content-gap-mobile)}
  .founders-grid{gap:var(--content-gap-mobile)}
  .audit-grid{gap:var(--content-gap-mobile)}

  .build-flow,.problem-grid,.process-grid{gap:14px}
  .system-bottom{margin-top:22px}
  .process-bottom{margin-top:24px;padding-top:24px}

  /* Keep transitions tight and intentional rather than leaving dead space. */
  .section-cta-inner{padding-top:28px;padding-bottom:28px}
  .founders{padding-top:var(--section-space-mobile);padding-bottom:var(--section-space-mobile)}
  .founder-cards{margin-bottom:0}
  .founder h3{margin-top:12px}
  .founder>p{margin-bottom:0}

  .audit{padding-top:var(--section-space-mobile);padding-bottom:142px}
  .audit-mark{margin-bottom:18px}
  .audit-copy h2{margin-bottom:16px}
  .audit-copy>p:not(.eyebrow){margin-bottom:0}

  /* Hero vertical rhythm after the smaller, cleaner title. */
  .hero-inner{padding-top:126px;padding-bottom:198px}
  .hero .eyebrow{margin-bottom:16px}
  .hero-copy{margin-bottom:26px}
}

@media (min-width:1000px){
  .build-heading{max-width:none}
  .desktop-single-line{font-size:clamp(38px,3.25vw,47px);white-space:nowrap}
}

@media (max-width:390px){
  .hero-title{font-size:clamp(31px,9.1vw,35px)}
}

/* v5: continuous mobile rhythm. Keep breathing room without dead screens. */
@media (max-width:760px){
  :root{
    --section-space-mobile:52px;
    --content-gap-mobile:24px;
  }

  /* Hero should feel like an opening section, not a full-screen poster. */
  .hero{
    min-height:0;
    align-items:flex-start;
  }
  .hero-inner{
    padding-top:102px;
    padding-bottom:118px;
  }
  .mobile-dunes{height:112px}
  .hero-title{
    font-size:clamp(31px,8.45vw,38px);
    line-height:1.09;
    letter-spacing:-.55px;
    word-spacing:.055em;
    margin-bottom:20px;
  }
  .hero-title-line{white-space:nowrap}
  .hero-copy{
    margin-bottom:22px;
    font-size:15px;
    line-height:1.58;
  }
  .hero-actions{gap:10px}
  .hero-actions>span{font-size:12px}

  /* Compact, consistent major-section rhythm. */
  .section{padding:52px 0}
  .section-heading{margin-bottom:24px}
  .section-heading h2{margin-bottom:13px}
  .system-heading{margin-bottom:24px}

  /* Build and problem flow directly into their CTA strips. */
  .build{padding-top:54px;padding-bottom:46px}
  .problem{padding-top:50px;padding-bottom:46px}
  .system{padding-top:52px;padding-bottom:46px}

  /* CTA strips are connectors, not separate sections. */
  .section-cta-inner{
    padding-top:21px;
    padding-bottom:21px;
  }
  .section-cta .cta-kicker{
    font-size:18px;
    line-height:1.18;
    margin-bottom:5px;
  }
  .section-cta-inner>div>p:last-child{
    font-size:13px;
    line-height:1.48;
  }
  .section-cta .button{
    margin-top:14px;
    padding-top:15px;
    padding-bottom:15px;
  }

  /* Pull the process close to About. There was a visible empty tail here. */
  .process{padding-top:50px;padding-bottom:34px}
  .process-grid{gap:11px}
  .process-card{padding:23px 21px}
  .process-card>span{margin-bottom:17px}
  .process-bottom{
    margin-top:19px;
    padding-top:19px;
  }
  .process-bottom p{margin-bottom:14px}

  /* About should read as one unit: intro, CTA, portraits, then straight into audit. */
  .founders{
    padding-top:46px;
    padding-bottom:34px;
  }
  .founders-grid{gap:25px}
  .founders-copy h2{margin-bottom:13px}
  .values{margin:17px 0 20px}
  .founder-cards{gap:12px}
  .founder h3{margin-top:10px;margin-bottom:3px}
  .founder>p{margin:0}

  /* Audit starts quickly after the people behind the business. */
  .audit{
    padding-top:48px;
    padding-bottom:128px;
  }
  .audit-grid{gap:25px}
  .audit-mark{margin-bottom:14px}
  .audit-copy .eyebrow{margin-bottom:11px}
  .audit-copy h2{margin-bottom:14px}
  .audit-copy>p:not(.eyebrow){line-height:1.58}
  .audit-points{margin-top:17px;gap:8px}
  .audit-dunes{height:82px}
}

@media (max-width:390px){
  .hero-title{
    font-size:clamp(29px,8.35vw,33px);
    letter-spacing:-.45px;
    word-spacing:.045em;
  }
  .hero-inner{padding-top:98px;padding-bottom:108px}
  .mobile-dunes{height:102px}
}

/* v7: tighter hero arrival and lightweight, translation-only depth. */
.hero{--hero-pointer-x:0px;--hero-pointer-y:0px;--hero-scroll:0px;--hero-rotate:0deg;isolation:isolate}
.hero::before,.hero::after{content:'';position:absolute;border-radius:50%;pointer-events:none;z-index:0;will-change:transform}
.hero::before{width:min(48vw,680px);aspect-ratio:1;right:-12%;top:-30%;background:radial-gradient(circle,rgba(212,106,74,.14),rgba(212,106,74,0) 68%);transform:translate3d(calc(var(--hero-pointer-x) * .35),calc(var(--hero-pointer-y) * .35),0)}
.hero::after{width:min(40vw,560px);aspect-ratio:1;left:18%;bottom:-36%;border:1px solid rgba(242,215,207,.07);box-shadow:0 0 0 54px rgba(242,215,207,.025),0 0 0 108px rgba(242,215,207,.018);transform:translate3d(calc(var(--hero-pointer-x) * -.22),calc(var(--hero-pointer-y) * -.18),0)}
.hero-inner,.hero .grain,.hero .terrain-canvas,.hero .hero-mark,.hero .mobile-dunes{z-index:1}
.hero-inner{position:relative;margin-top:-70px}
.hero-mark{transform:translate3d(calc(var(--hero-pointer-x) * .65),calc(var(--hero-pointer-y) * .55 + var(--hero-scroll)),0) rotate(var(--hero-rotate));will-change:transform;transition:transform .16s cubic-bezier(.2,.8,.2,1)}
.mobile-dunes path{transform-box:view-box;transform-origin:center bottom;will-change:transform}

@media (max-width:760px){
  .hero-inner{margin-top:0}
  .hero::before{width:520px;right:-330px;top:30px;opacity:.8;transform:translate3d(0,calc(var(--hero-scroll) * .22),0)}
  .hero::after{width:290px;left:-185px;bottom:70px;transform:translate3d(0,calc(var(--hero-scroll) * -.14),0)}
  .hero-mark{transform:translate3d(0,calc(var(--hero-scroll) * .32),0) rotate(var(--hero-rotate));transition:none}
  .mobile-dunes path:nth-child(1){transform:translate3d(0,calc(var(--hero-scroll) * -.13),0)}
  .mobile-dunes path:nth-child(2){transform:translate3d(0,calc(var(--hero-scroll) * -.075),0)}
  .mobile-dunes path:nth-child(3){transform:translate3d(0,calc(var(--hero-scroll) * -.035),0)}
}

@media (prefers-reduced-motion:reduce){
  .hero{--hero-pointer-x:0px!important;--hero-pointer-y:0px!important;--hero-scroll:0px!important;--hero-rotate:0deg!important}
  .hero-mark,.mobile-dunes path,.hero::before,.hero::after{transform:none!important;will-change:auto}
}
