:root {
    --ink: #161616;
    --ink-soft: #292929;
    --paper: #f4f1e9;
    --white: #fffdf8;
    --surface: #ebe7dc;
    --line: #cbc6ba;
    --muted: #69665f;
    --orange: #ff5c35;
    --orange-dark: #dd3c19;
    --lime: #caff4d;
    --violet: #725cff;
    --blue: #3458eb;
    --aqua: #7fe4d3;
    --yellow: #ffd75f;
    --mint: #a6eadc;
    --coral: #ff8066;
    --success: #16725f;
    --danger: #b42318;
    --shell: 1240px;
    --header-height: 116px;
    --radius: 4px;
    --transition: 180ms cubic-bezier(.2,.7,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
::selection { color: var(--ink); background: var(--lime); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
p, h1, h2, h3, h4 { margin: 0; }
h1, h2, h3, h4 {
    font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
    font-weight: 800;
    line-height: .96;
    letter-spacing: -.055em;
}
h1 { font-size: clamp(3.6rem, 6.2vw, 6.6rem); }
h2 { font-size: clamp(2.6rem, 5vw, 5.2rem); }
h3 { font-size: clamp(1.5rem, 2.2vw, 2.2rem); line-height: 1.04; }
em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }

.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.narrow { width: min(calc(100% - 64px), 900px); margin-inline: auto; }
.section { position: relative; padding: 132px 0; }
.section-sm { position: relative; padding: 78px 0; }
.section, .section-sm, .final-cta, .site-footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
}
.section-sm { contain-intrinsic-size: auto 520px; }
.final-cta { contain-intrinsic-size: auto 620px; }
.site-footer { contain-intrinsic-size: auto 1000px; }
.section-surface { background: var(--surface); }
.section-ink, .section-dark { color: var(--white); background: var(--ink); }
.section-grid-bg {
    background-color: var(--paper);
    background-image: linear-gradient(rgba(22,22,22,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(22,22,22,.06) 1px, transparent 1px);
    background-size: 40px 40px;
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: -90px; left: 20px; padding: 12px 18px; color: white; background: var(--ink); transition: top var(--transition); }
.skip-link:focus { top: 16px; }
.icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; }

/* Header */
.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    height: var(--header-height);
    background: var(--paper);
    border-bottom: 1px solid var(--ink);
}
.header-note { height: 34px; color: var(--paper); background: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.header-note .shell { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.header-note a { display: inline-flex; align-items: center; gap: 7px; color: var(--lime); text-decoration: none; }
.header-inner { display: flex; height: 81px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-mark {
    display: grid;
    width: 45px;
    height: 45px;
    place-items: center;
    color: var(--paper);
    background: var(--ink);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: -.05em;
    transform: rotate(-7deg);
}
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 18px; letter-spacing: -.045em; }
.brand-copy small { margin-top: 6px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 2px; }
.site-nav > a { position: relative; padding: 12px 13px; font-size: 13px; font-weight: 700; text-decoration: none; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 7px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform var(--transition); }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-cta { display: inline-flex; align-items: center; gap: 18px; margin-left: 12px; padding: 13px 16px; color: var(--ink); background: var(--orange); border: 1px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); transition: transform var(--transition), box-shadow var(--transition); }
.site-nav .nav-cta:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--ink); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; color: white; background: var(--ink); border: 0; cursor: pointer; }
.menu-close-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close-icon { display: block; }

/* Buttons */
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 17px; margin-top: 34px; }
.button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    padding: 13px 20px;
    border: 1px solid var(--ink);
    border-radius: 0;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition: transform var(--transition), box-shadow var(--transition), color var(--transition), background var(--transition);
}
.button:hover { transform: translate(3px,3px); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--violet); outline-offset: 3px; }
.button-primary { color: var(--ink); background: var(--lime); box-shadow: 5px 5px 0 var(--ink); }
.button-primary:hover { box-shadow: 2px 2px 0 var(--ink); }
.button-secondary { color: var(--ink); background: var(--white); box-shadow: 5px 5px 0 var(--ink); }
.button-secondary:hover { color: white; background: var(--ink); box-shadow: 2px 2px 0 var(--orange); }
.button-dark { color: white; background: var(--ink); box-shadow: 5px 5px 0 var(--orange); }
.button-light { color: var(--ink); background: var(--white); box-shadow: 5px 5px 0 var(--lime); }
.button-plain { min-height: auto; padding: 9px 0; border: 0; border-bottom: 2px solid currentColor; background: transparent; }
.button-plain:hover { color: var(--orange); transform: none; }
.button[disabled] { opacity: .55; pointer-events: none; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font-weight: 800; text-underline-offset: 5px; }

/* New home hero */
.hero-v2 { position: relative; padding: 52px 0 0; overflow: hidden; border-bottom: 1px solid var(--ink); }
.hero-v2::before { content: "BUILD / GROW / CONVERT"; position: absolute; left: -24px; top: 34%; color: rgba(22,22,22,.045); font-size: clamp(7rem, 19vw, 18rem); font-weight: 900; line-height: .8; white-space: nowrap; letter-spacing: -.09em; pointer-events: none; }
.hero-stage { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.42fr) minmax(350px,.58fr); gap: 54px; align-items: end; }
.hero-main { padding-bottom: 40px; }
.hero-index, .section-marker { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.hero-main h1 { max-width: 940px; margin-top: 24px; font-size: clamp(4rem, 5.3vw, 5.3rem); }
.hero-main h1 em { display: block; color: var(--orange); }
.hero-intro { display: grid; grid-template-columns: 1fr; max-width: 660px; margin: 28px 0 0 auto; padding-left: 28px; border-left: 1px solid var(--ink); }
.hero-intro > p { max-width: 610px; color: var(--ink-soft); font-size: 17px; }
.hero-intro .button-row { margin-top: 24px; }
.hero-system { align-self: end; color: white; background: var(--ink); border: 1px solid var(--ink); box-shadow: 12px 12px 0 var(--orange); }
.system-head { display: flex; justify-content: space-between; gap: 12px; padding: 14px 17px; border-bottom: 1px solid #484848; color: #a9a69f; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.system-status { color: var(--lime); }
.system-score { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; padding: 28px 22px; border-bottom: 1px solid #484848; }
.score-ring { display: grid; width: 103px; height: 103px; place-items: center; align-content: center; border: 10px solid var(--violet); border-right-color: var(--lime); border-radius: 50%; transform: rotate(-12deg); }
.score-ring strong, .score-ring small { transform: rotate(12deg); }
.score-ring strong { font-size: 33px; line-height: 1; }
.score-ring small { color: #aba8a1; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.system-score > div > strong { display: block; font-size: 20px; line-height: 1.12; }
.system-score > div > p { margin-top: 8px; color: #aaa69f; font-size: 11px; }
.system-list { margin: 0; padding: 0; list-style: none; }
.system-list li { display: grid; grid-template-columns: 30px 1fr; gap: 0 12px; padding: 15px 18px; border-bottom: 1px solid #383838; }
.system-list li:last-child { border-bottom: 0; }
.system-list li > span { grid-row: 1 / 3; color: var(--orange); font-size: 10px; font-weight: 900; }
.system-list strong { font-size: 13px; }
.system-list small { margin-top: 2px; color: #85827d; font-size: 10px; }
.hero-foot { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 26px; border: 1px solid var(--ink); border-bottom: 0; }
.hero-foot span { padding: 13px 18px; border-right: 1px solid var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.hero-foot span:last-child { border-right: 0; background: var(--lime); }

.signal-strip { color: var(--ink); background: var(--orange); border-bottom: 1px solid var(--ink); }
.signal-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.signal-grid > div { display: flex; min-height: 120px; align-items: flex-end; gap: 12px; padding: 23px 24px; border-right: 1px solid var(--ink); }
.signal-grid > div:first-child { border-left: 1px solid var(--ink); }
.signal-grid strong { font-size: 42px; line-height: 1; letter-spacing: -.07em; }
.signal-grid span { max-width: 105px; font-size: 10px; font-weight: 800; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }

.manifesto-grid { display: grid; grid-template-columns: .35fr 1.65fr; gap: 70px; }
.manifesto-lead { max-width: 1030px; font-size: clamp(2.2rem, 4.2vw, 4.2rem); font-weight: 700; line-height: 1.05; letter-spacing: -.05em; }
.manifesto-lead em { color: var(--orange); }
.manifesto-copy { max-width: 650px; margin: 46px 0 0 auto; color: var(--muted); font-size: 18px; }

.editorial-heading { display: grid; grid-template-columns: .36fr 1.64fr; gap: 50px; align-items: start; margin-bottom: 70px; }
.section-ink .section-marker, .section-dark .section-marker { color: #918e88; }
.editorial-heading h2 em { color: var(--lime); }
.audit-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #4a4a4a; }
.audit-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 25px; border-right: 1px solid #4a4a4a; transition: color var(--transition), background var(--transition); }
.audit-card:last-child { border-right: 0; }
.audit-card:hover { color: var(--ink); background: var(--lime); }
.audit-card > span { color: var(--orange); font-size: 11px; font-weight: 900; }
.audit-card h3 { margin-top: auto; }
.audit-card p { margin-top: 18px; color: #aaa7a0; font-size: 14px; }
.audit-card:hover p, .audit-card:hover > span { color: var(--ink); }
.audit-card small { margin-top: 25px; padding-top: 12px; border-top: 1px solid currentColor; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 62px; }
.section-heading > p { max-width: 570px; color: var(--muted); font-size: 18px; }
.section-heading-centered { max-width: 880px; margin: 0 auto 60px; text-align: center; }
.section-heading-centered .eyebrow { text-align: center; }
.section-heading-centered .lead { margin: 20px auto 0; }
.eyebrow, .kicker { margin-bottom: 17px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.lead { max-width: 760px; color: var(--muted); font-size: 19px; }
.deliverable-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.deliverable-card { position: relative; min-height: 365px; padding: 32px; overflow: hidden; background: var(--white); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.deliverable-card h3 { max-width: 560px; margin-bottom: 18px; }
.deliverable-card > p:not(.kicker) { max-width: 540px; color: var(--muted); }
.deliverable-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 90px 1fr 1fr; gap: 28px; align-items: center; }
.deliverable-no { display: inline-grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 10px; font-weight: 900; }
.structure-map { display: flex; align-items: center; padding: 28px; color: white; background: var(--ink); }
.structure-map span { padding: 10px; border: 1px solid #727272; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.structure-map i { height: 1px; flex: 1; background: var(--lime); }
.copy-lines { display: grid; gap: 12px; margin-top: 48px; transform: rotate(-3deg); }
.copy-lines b { width: 100%; height: 12px; background: var(--surface); }
.copy-lines b:nth-child(2) { width: 83%; background: var(--orange); }
.copy-lines b:nth-child(3) { width: 92%; }
.copy-lines b:nth-child(4) { width: 62%; }
.deliverable-color { color: white; background: var(--violet); }
.deliverable-color .kicker, .deliverable-color > p:not(.kicker) { color: white; }
.design-token { position: absolute; right: -25px; bottom: -35px; display: flex; }
.design-token i { display: block; width: 120px; height: 120px; border: 1px solid var(--ink); border-radius: 50%; }
.design-token i:nth-child(1) { background: var(--orange); }
.design-token i:nth-child(2) { margin-left: -35px; background: var(--lime); }
.design-token i:nth-child(3) { margin-left: -35px; background: var(--aqua); }
.deliverable-dark { color: white; background: var(--ink); }
.deliverable-dark ul { display: grid; grid-template-columns: repeat(2,1fr); gap: 0; margin: 35px 0 0; padding: 0; border-top: 1px solid #505050; border-left: 1px solid #505050; list-style: none; }
.deliverable-dark li { padding: 12px; border-right: 1px solid #505050; border-bottom: 1px solid #505050; color: #c8c5be; font-size: 12px; }
.deliverable-card .text-link { margin-top: 48px; }

.process-v2 { background: var(--lime); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.process-sticky { position: sticky; top: calc(var(--header-height) + 40px); }
.process-sticky h2 { margin: 24px 0 28px; font-size: clamp(2.8rem, 4.5vw, 4.6rem); }
.process-sticky > p:not(.section-marker) { max-width: 490px; color: #4e4e41; font-size: 18px; }
.process-sticky .button { margin-top: 36px; }
.process-track { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; counter-reset: none; }
.process-track li { display: grid; grid-template-columns: 80px 1fr; gap: 24px; min-height: 245px; padding: 32px 0; border-bottom: 1px solid var(--ink); }
.process-track li > span { display: grid; width: 58px; height: 58px; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-size: 11px; font-weight: 900; }
.process-track small { color: var(--orange-dark); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.process-track h3 { margin: 16px 0; }
.process-track p { max-width: 540px; color: #4e4e41; }

.pricing-v2 { color: white; background: var(--violet); }
.pricing-intro { display: grid; grid-template-columns: .35fr 1.15fr .5fr; gap: 40px; align-items: end; margin-bottom: 65px; }
.pricing-intro .section-marker { color: #d1caff; align-self: start; }
.pricing-intro h2 em { color: var(--lime); }
.pricing-intro > p:last-child { color: #e3dfff; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.price-card { position: relative; display: flex; min-height: 610px; flex-direction: column; padding: 30px; color: var(--ink); background: var(--paper); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.price-card.featured { color: white; background: var(--ink); transform: translateY(-18px); box-shadow: 12px 12px 0 var(--lime); }
.price-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 55px; padding-bottom: 14px; border-bottom: 1px solid currentColor; }
.price-top span, .price-label { font-size: 10px; font-weight: 900; }
.price-top small { font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-card h2, .price-card h3 { font-size: 48px; }
.price { display: flex; align-items: end; gap: 8px; margin: 26px 0 13px; }
.price > span, .price { font-size: 48px; font-weight: 800; line-height: 1; letter-spacing: -.07em; }
.price small { margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.featured .price small, .featured .price-desc { color: #aaa69f; }
.price-desc { min-height: 76px; color: var(--muted); }
.price-features { display: grid; gap: 13px; margin: 28px 0 36px; padding: 26px 0 0; border-top: 1px solid currentColor; list-style: none; }
.price-features li { display: flex; gap: 9px; align-items: flex-start; font-size: 13px; }
.price-features .icon { color: var(--orange); margin-top: 3px; }
.featured .price-features .icon { color: var(--lime); }
.price-card .button { margin-top: auto; align-self: stretch; }
.price-badge { position: absolute; }
.price-note, .notice { margin-top: 26px; padding: 18px 20px; color: var(--ink); background: var(--yellow); border: 1px solid var(--ink); font-size: 13px; }
.pricing-more { display: flex; justify-content: space-between; gap: 30px; margin-top: 35px; color: #e0dbff; font-size: 12px; }
.pricing-more a { display: inline-flex; align-items: center; gap: 8px; color: white; font-weight: 800; }

.estimator-section .editorial-heading h2 em { color: var(--orange); }
.estimator { display: grid; grid-template-columns: 1.2fr .8fr; border: 1px solid #525252; }
.estimator-controls { display: grid; gap: 0; }
.estimator-group { min-width: 0; margin: 0; padding: 30px; border: 0; border-bottom: 1px solid #525252; }
.estimator-group:last-child { border-bottom: 0; }
.estimator-group legend { width: 100%; margin-bottom: 18px; padding: 0; color: #c9c6bf; font-size: 13px; font-weight: 800; }
.option-row { display: flex; flex-wrap: wrap; gap: 8px; }
.option-chip { position: relative; }
.option-chip input { position: absolute; opacity: 0; pointer-events: none; }
.option-chip label { display: inline-flex; min-height: 42px; align-items: center; padding: 8px 13px; color: #aaa7a0; border: 1px solid #555; cursor: pointer; font-size: 12px; font-weight: 700; transition: var(--transition); }
.option-chip input:checked + label { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.option-chip input:focus-visible + label { outline: 3px solid var(--violet); outline-offset: 2px; }
.estimator-result { display: flex; flex-direction: column; justify-content: center; padding: 44px; color: var(--ink); background: var(--orange); }
.result-label { font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.result-package { margin-top: 14px; font-size: clamp(3.2rem, 5vw, 5rem); font-weight: 800; line-height: .92; letter-spacing: -.065em; }
.result-price { margin: 16px 0 24px; font-size: 21px; font-weight: 800; }
.result-reason { max-width: 390px; }
.estimator-result .button { margin-top: 34px; align-self: flex-start; }

.founder { background: var(--surface); }
.founder-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.founder-card { position: relative; min-height: 480px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; color: var(--ink); background: var(--orange); border: 1px solid var(--ink); box-shadow: 12px 12px 0 var(--ink); }
.founder-card::after { content: ""; position: absolute; right: 35px; top: 40px; width: 150px; height: 150px; border: 1px solid var(--ink); border-radius: 50%; box-shadow: 45px 55px 0 var(--lime), -30px 115px 0 var(--violet); }
.founder-monogram { position: relative; z-index: 1; font-size: clamp(6rem, 14vw, 11rem); font-weight: 900; line-height: .8; letter-spacing: -.1em; }
.founder-card > div { position: relative; z-index: 1; display: grid; padding-top: 20px; border-top: 1px solid var(--ink); }
.founder-card small { font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.founder-card strong { margin-top: 8px; font-size: 25px; }
.founder-card span:not(.founder-monogram) { color: #6f2414; font-size: 12px; }
.founder-copy h2 { margin: 27px 0; font-size: clamp(2.7rem, 4.5vw, 4.6rem); }
.founder-copy > p:not(.section-marker) { max-width: 650px; color: var(--muted); font-size: 18px; }
.founder-copy .text-link { margin-top: 30px; }

.faq-section { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.faq-layout > div:first-child { position: sticky; top: calc(var(--header-height) + 40px); }
.faq-layout h2 { margin: 25px 0; font-size: clamp(2.7rem, 4.4vw, 4.5rem); }
.faq-layout > div:first-child > p:last-child { color: var(--muted); }
.faq-layout > div:first-child a { color: var(--orange); }
.faq { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--ink); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; font-size: 18px; font-weight: 800; line-height: 1.3; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "↘"; display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; color: white; background: var(--ink); border-radius: 50%; transition: transform var(--transition), background var(--transition); }
.faq details[open] summary::after { background: var(--orange); transform: rotate(180deg); }
.faq-answer { max-width: 720px; padding: 0 60px 26px 0; color: var(--muted); }

.final-cta { padding: 110px 0; color: var(--ink); background: var(--orange); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.final-cta p { font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.final-cta h2 { max-width: 1100px; margin-top: 25px; }
.final-cta h2 em { color: var(--lime); }
.final-cta .shell > div { display: flex; justify-content: space-between; gap: 35px; align-items: center; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--ink); }

/* Existing subpages, rebuilt visual language */
.page-hero { position: relative; padding: 62px 0 72px; overflow: hidden; border-bottom: 1px solid var(--ink); }
.page-hero::after { content: "↘"; position: absolute; right: 5vw; bottom: -5rem; color: var(--orange); font-size: clamp(13rem, 30vw, 28rem); font-weight: 300; line-height: .7; opacity: .16; }
.page-hero .shell { position: relative; z-index: 1; }
.page-hero .breadcrumbs,
.page-hero .eyebrow { display: none; }
.page-hero h1 { max-width: 1050px; margin-top: 0; font-size: clamp(3.4rem, 6.2vw, 6.4rem); }
.page-hero .lead { margin-top: 30px; padding-left: 28px; border-left: 1px solid var(--ink); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a { text-decoration: none; }
.page-hero-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.meta-pill { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; color: var(--ink); background: var(--lime); border: 1px solid var(--ink); font-size: 10px; font-weight: 800; }
.problem-grid, .feature-grid, .value-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.card { position: relative; padding: 30px; background: var(--white); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.card-number { display: inline-grid; min-width: 43px; height: 43px; place-items: center; margin-bottom: 52px; padding: 0 10px; color: white; background: var(--ink); border-radius: 50%; font-size: 10px; font-weight: 900; }
.card h3 { margin-bottom: 16px; }
.card p { color: var(--muted); }
.card-accent:nth-child(1) { background: var(--lime); }
.card-accent:nth-child(2) { background: var(--yellow); }
.card-accent:nth-child(3) { color: white; background: var(--violet); }
.card-accent:nth-child(3) p { color: #e4e0ff; }
.split { display: grid; grid-template-columns: repeat(2,1fr); gap: 80px; align-items: center; }
.split .lead { margin-top: 24px; }
.check-list { display: grid; gap: 0; margin: 32px 0 0; padding: 0; border-top: 1px solid currentColor; list-style: none; }
.check-list li { display: flex; gap: 13px; align-items: flex-start; padding: 13px 0; border-bottom: 1px solid currentColor; }
.check-list .icon { margin-top: 4px; color: var(--orange); }
.section-dark .lead, .section-dark .section-heading > p { color: #aaa7a0; }
.section-dark .eyebrow { color: var(--lime); }
.section-dark .card { color: var(--ink); }
.blueprint { position: relative; min-height: 490px; padding: 25px; color: white; background: var(--violet); border: 1px solid var(--ink); box-shadow: 12px 12px 0 var(--lime); overflow: hidden; }
.blueprint::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 30px 30px; }
.blueprint-board { position: relative; min-height: 440px; }
.blueprint-line { position: absolute; height: 2px; background: var(--lime); transform-origin: left center; }
.blueprint-box { position: absolute; padding: 13px 15px; color: var(--ink); background: var(--paper); border: 1px solid var(--ink); font-size: 11px; font-weight: 800; }
.blueprint-box.b1 { left: 6%; top: 10%; width: 38%; }
.blueprint-box.b2 { right: 4%; top: 30%; width: 42%; }
.blueprint-box.b3 { left: 12%; bottom: 20%; width: 34%; }
.blueprint-box.b4 { right: 11%; bottom: 7%; width: 36%; }
.blueprint-line.l1 { left: 39%; top: 26%; width: 26%; transform: rotate(20deg); }
.blueprint-line.l2 { left: 29%; top: 50%; width: 32%; transform: rotate(155deg); }
.blueprint-line.l3 { left: 39%; bottom: 26%; width: 31%; transform: rotate(12deg); }
.blueprint-stamp { position: absolute; left: 50%; top: 48%; transform: translate(-50%,-50%) rotate(-7deg); padding: 9px 14px; color: var(--ink); background: var(--lime); border: 1px solid var(--ink); font-size: 14px; font-weight: 900; text-transform: uppercase; }

.process { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.process-step { min-height: 320px; padding: 28px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.process-step .step-dot { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 70px; color: white; background: var(--ink); border-radius: 50%; font-size: 11px; font-weight: 900; }
.process-step:nth-child(2) { background: var(--yellow); }
.process-step:nth-child(3) { background: var(--aqua); }
.process-step:nth-child(4) { color: white; background: var(--orange); }
.process-step h3 { margin-bottom: 14px; }
.process-step p { color: var(--muted); font-size: 14px; }
.process-step:nth-child(4) p { color: #5c1d0e; }
.compare-table-wrap { overflow-x: auto; border: 1px solid var(--ink); }
.compare-table { width: 100%; min-width: 760px; border-collapse: collapse; background: var(--white); }
.compare-table th, .compare-table td { padding: 17px 19px; text-align: left; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.compare-table th { color: white; background: var(--ink); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.compare-table thead th:not(:first-child), .compare-table td:not(:first-child) { text-align: center; }
.compare-table tr:last-child td { border-bottom: 0; }
.compare-table th:last-child, .compare-table td:last-child { border-right: 0; }
.compare-table .yes { color: var(--success); font-weight: 900; }
.cta-panel { display: grid; grid-template-columns: 1.25fr .75fr; gap: 38px; align-items: center; padding: 55px; color: white; background: var(--orange); border: 1px solid var(--ink); box-shadow: 12px 12px 0 var(--ink); }
.cta-panel h2 { font-size: clamp(2.5rem, 4.2vw, 4.3rem); }
.cta-panel p { max-width: 700px; margin-top: 18px; color: #5c1d0e; }
.cta-panel .button-row { justify-content: flex-end; margin: 0; }
.browser-card { padding: 8px; color: var(--ink); background: var(--ink); border: 1px solid var(--ink); box-shadow: 10px 10px 0 var(--lime); transform: rotate(2deg); }
.browser-bar { display: flex; align-items: center; gap: 6px; padding: 12px; background: var(--surface); }
.browser-dot { width: 8px; height: 8px; background: var(--orange); border: 1px solid var(--ink); border-radius: 50%; }
.browser-dot:nth-child(2) { background: var(--yellow); }
.browser-dot:nth-child(3) { background: var(--aqua); }
.browser-url { margin-left: 10px; color: var(--muted); font-size: 9px; }
.browser-content { padding: 20px; background: var(--white); }
.mini-nav { display: flex; justify-content: space-between; margin-bottom: 20px; }
.mini-logo { width: 60px; height: 10px; background: var(--ink); }
.mini-links { display: flex; gap: 6px; }
.mini-links i { width: 26px; height: 5px; background: var(--line); }
.mini-hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: 17px; padding: 24px; background: var(--lime); border: 1px solid var(--ink); }
.mini-copy { display: grid; gap: 8px; }
.mini-label, .mini-title, .mini-text, .mini-button { display: block; height: 7px; background: var(--ink); }
.mini-label { width: 40%; background: var(--orange); }
.mini-title { width: 95%; height: 15px; }
.mini-title.short { width: 68%; }
.mini-text { width: 86%; height: 5px; background: #809f37; }
.mini-button { width: 66px; height: 22px; background: var(--orange); }
.mini-art { min-height: 155px; background: var(--violet); border: 1px solid var(--ink); border-radius: 50% 50% 0 0; }
.mini-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 10px; }
.mini-stat { height: 50px; background: var(--surface); border: 1px solid var(--ink); }
.floating-note { position: absolute; display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; background: var(--lime); border: 1px solid var(--ink); font-size: 10px; font-weight: 800; }
.floating-note.one { left: -24px; bottom: 28px; }
.floating-note.two { right: -18px; top: 62px; }

.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 70px; align-items: start; }
.prose h2 { margin: 58px 0 22px; font-size: clamp(2.4rem, 3.8vw, 3.9rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 40px 0 13px; }
.prose p, .prose ul, .prose ol { margin: 0 0 18px; }
.prose ul, .prose ol { padding-left: 24px; }
.prose a { color: var(--orange-dark); text-underline-offset: 4px; }
.prose-note { margin: 28px 0; padding: 23px; background: var(--lime); border: 1px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); }
.prose-table { width: 100%; margin: 28px 0; border-collapse: collapse; background: var(--white); }
.prose-table th, .prose-table td { padding: 14px; border: 1px solid var(--ink); text-align: left; }
.prose-table th { color: white; background: var(--ink); }
.toc { position: sticky; top: calc(var(--header-height) + 25px); padding: 22px; color: white; background: var(--violet); border: 1px solid var(--ink); box-shadow: 7px 7px 0 var(--lime); }
.toc h2 { margin-bottom: 13px; font-size: 15px; letter-spacing: 0; }
.toc a { display: block; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 12px; font-weight: 700; text-decoration: none; }
.legal-card { margin-bottom: 17px; padding: 30px; background: var(--white); border: 1px solid var(--ink); }
.legal-card h2 { margin-bottom: 18px; font-size: clamp(1.8rem,3vw,2.6rem); }
.legal-card h3 { margin: 25px 0 10px; font-size: 1.3rem; }
.legal-card p, .legal-card ul, .legal-card ol { margin: 0 0 14px; }
.legal-card a { color: var(--orange-dark); }
.muted { color: var(--muted); }

.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 40px; align-items: start; }
.contact-side { position: sticky; top: calc(var(--header-height) + 25px); padding: 34px; color: white; background: var(--violet); border: 1px solid var(--ink); box-shadow: 10px 10px 0 var(--lime); }
.contact-side h2 { font-size: 42px; }
.contact-side > p:not(.eyebrow) { margin-top: 17px; color: #e0dcff; }
.contact-facts { margin-top: 28px; border-top: 1px solid white; }
.contact-fact { display: flex; gap: 11px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 13px; }
.contact-fact .icon { color: var(--lime); margin-top: 3px; }
.contact-form { padding: 34px; background: var(--white); border: 1px solid var(--ink); box-shadow: 10px 10px 0 var(--orange); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 19px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 850; }
.optional { color: var(--muted); font-size: 10px; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px; color: var(--ink); background: var(--paper); border: 1px solid var(--ink); border-radius: 0; outline: 0; }
.field textarea { min-height: 155px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { background: white; box-shadow: 4px 4px 0 var(--lime); }
.field [aria-invalid="true"] { border-color: var(--danger); box-shadow: 4px 4px 0 #f7b5ae; }
.field-error { min-height: 1em; color: var(--danger); font-size: 10px; }
.field-meta { display: flex; justify-content: space-between; gap: 14px; color: var(--muted); font-size: 10px; }
.privacy-note { margin-top: 20px; color: var(--muted); font-size: 11px; }
.privacy-note a { color: var(--orange-dark); }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 17px; margin-top: 24px; }
.form-status { color: var(--muted); font-size: 12px; font-weight: 700; }
.form-status.is-error { color: var(--danger); }
.form-status.is-success { color: var(--success); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.status-page { min-height: 70vh; display: grid; place-items: center; padding: 90px 0; }
.status-card { max-width: 820px; padding: 65px; background: var(--lime); border: 1px solid var(--ink); box-shadow: 12px 12px 0 var(--orange); text-align: center; }
.status-code { display: inline-grid; min-width: 72px; height: 72px; place-items: center; margin-bottom: 25px; padding: 0 14px; color: white; background: var(--ink); border-radius: 50%; font-size: 22px; font-weight: 900; }
.status-card h1 { font-size: clamp(2.8rem,5vw,5rem); }
.status-card p { max-width: 590px; margin: 20px auto 0; color: #4e4e41; font-size: 18px; }

/* Footer */
.site-footer { padding: 96px 0 28px; color: #aaa7a0; background: var(--ink); }
.footer-pitch { padding-bottom: 80px; border-bottom: 1px solid #4b4b4b; }
.footer-kicker { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-pitch > a { display: inline-flex; align-items: end; gap: 24px; margin-top: 23px; color: white; font-size: clamp(3.2rem,5.8vw,5.8rem); font-weight: 800; line-height: .92; letter-spacing: -.065em; text-decoration: none; }
.footer-pitch > a em { color: var(--lime); }
.footer-pitch > a .icon { width: .7em; height: .7em; margin-bottom: .05em; color: var(--orange); transition: transform var(--transition); }
.footer-pitch > a:hover .icon { transform: translate(10px,-10px); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 60px; padding: 70px 0; }
.brand-footer { color: white; }
.brand-footer .brand-mark { color: var(--ink); background: var(--lime); }
.brand-footer .brand-copy small { color: #77746e; }
.footer-brand p { max-width: 360px; margin: 24px 0 20px; font-size: 14px; }
.site-footer h2 { margin-bottom: 18px; color: white; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.site-footer a:not(.brand) { display: flex; width: fit-content; align-items: center; gap: 6px; margin: 9px 0; font-size: 13px; font-weight: 650; text-decoration: none; }
.site-footer a:hover { color: var(--lime); }
.site-footer .text-link { color: var(--orange); }
.footer-button { margin-top: 10px; padding: 0; color: #aaa7a0; background: none; border: 0; cursor: pointer; font-size: 13px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 24px; border-top: 1px solid #4b4b4b; color: #77746e; font-size: 10px; }
.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
    .audit-grid { grid-template-columns: repeat(2,1fr); }
    .audit-card:nth-child(2) { border-right: 0; }
    .audit-card { border-bottom: 1px solid #4a4a4a; }
    .pricing-grid { grid-template-columns: 1fr; }
    .price-card { min-height: auto; }
    .price-card.featured { transform: none; box-shadow: none; }
    .problem-grid, .feature-grid { grid-template-columns: repeat(2,1fr); }
    .process { grid-template-columns: repeat(2,1fr); }
    .contact-layout { grid-template-columns: 1fr; }
    .contact-side { position: relative; top: auto; }
    .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 920px) {
    :root { --header-height: 106px; }
    .shell, .narrow { width: min(calc(100% - 34px), var(--shell)); }
    .section { padding: 90px 0; }
    .section-sm { padding: 56px 0; }
    .header-note { height: 30px; }
    .header-inner { height: 75px; }
    .menu-toggle { display: block; }
    .site-nav { position: fixed; inset: var(--header-height) 0 auto; display: grid; gap: 0; padding: 16px 17px 25px; background: var(--paper); border-bottom: 1px solid var(--ink); transform: translateY(-120%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .2s ease; }
    .site-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
    .site-nav > a { padding: 14px 10px; border-bottom: 1px solid var(--line); font-size: 15px; }
    .site-nav .nav-cta { margin: 12px 0 0; justify-content: space-between; }
    .hero-v2 { padding-top: 65px; }
    .hero-stage { grid-template-columns: 1fr; }
    .hero-system { width: min(620px,90%); margin-left: auto; }
    .hero-main { padding-bottom: 15px; }
    .hero-main h1 { font-size: clamp(3.8rem,9.5vw,5.4rem); }
    .hero-intro { margin-left: 0; }
    .hero-foot, .signal-grid { grid-template-columns: repeat(2,1fr); }
    .hero-foot span:nth-child(2), .signal-grid > div:nth-child(2) { border-right: 0; }
    .hero-foot span { border-bottom: 1px solid var(--ink); }
    .manifesto-grid, .editorial-heading, .section-heading, .pricing-intro, .founder-grid, .faq-layout, .process-layout { grid-template-columns: 1fr; gap: 36px; }
    .manifesto-copy { margin-left: 0; }
    .deliverable-wide { grid-template-columns: 60px 1fr; }
    .deliverable-wide .structure-map { grid-column: 1 / -1; }
    .process-sticky, .faq-layout > div:first-child { position: relative; top: auto; }
    .estimator { grid-template-columns: 1fr; }
    .split { grid-template-columns: 1fr; gap: 46px; }
    .content-grid { grid-template-columns: 1fr; }
    .toc { position: relative; top: auto; order: -1; }
    .cta-panel { grid-template-columns: 1fr; }
    .cta-panel .button-row { justify-content: flex-start; }
    .final-cta .shell > div { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
    .header-note span { display: none; }
    .header-note .shell { justify-content: center; }
    .brand-copy small { display: none; }
    .hero-main h1, .page-hero h1 { font-size: clamp(3rem,14.5vw,4.4rem); }
    .hero-intro { padding-left: 18px; }
    .hero-system { width: calc(100% - 8px); }
    .system-score { grid-template-columns: 1fr; }
    .score-ring { width: 88px; height: 88px; }
    .hero-foot, .signal-grid, .audit-grid { grid-template-columns: 1fr; }
    .hero-foot span, .signal-grid > div { border-right: 0; border-bottom: 1px solid var(--ink); }
    .signal-grid > div { min-height: 90px; }
    .audit-card { min-height: 330px; border-right: 0; }
    .deliverable-grid { grid-template-columns: 1fr; }
    .deliverable-card { min-height: auto; }
    .deliverable-color { min-height: 500px; }
    .deliverable-wide { grid-column: auto; grid-template-columns: 1fr; }
    .deliverable-wide .structure-map { grid-column: auto; overflow-x: auto; }
    .deliverable-dark ul { grid-template-columns: 1fr; }
    .process-track li { grid-template-columns: 58px 1fr; gap: 16px; }
    .pricing-intro { margin-bottom: 40px; }
    .estimator-group, .estimator-result { padding: 24px; }
    .founder-card { min-height: 390px; }
    .founder-card::after { width: 100px; height: 100px; }
    .problem-grid, .feature-grid, .value-grid, .process, .pricing-grid { grid-template-columns: 1fr !important; }
    .design-token { right: 0; bottom: 0; }
    .price-card { padding: 25px; }
    .form-grid { grid-template-columns: 1fr; }
    .field-full { grid-column: auto; }
    .contact-form { padding: 25px; box-shadow: 7px 7px 0 var(--orange); }
    .blueprint { min-height: 410px; }
    .blueprint-board { min-height: 360px; }
    .cta-panel { padding: 34px 25px; box-shadow: 7px 7px 0 var(--ink); }
    .page-hero { padding: 62px 0 70px; }
    .footer-pitch > a { font-size: clamp(2.8rem,12vw,4rem); }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }
    .footer-bottom { display: grid; }
    .status-card { padding: 38px 24px; }
}

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