:root {
  --ink: #0b1511;
  --paper: #f4f7f3;
  --white: #fcfefa;
  --signal: #79d69c;
  --signal-deep: #20734b;
  --forest: #153b2a;
  --mist: #dce9e1;
  --muted: #5d6962;
  --line: rgba(11, 21, 17, 0.16);
  --radius: 18px;
  --shadow: 0 30px 80px rgba(16, 18, 15, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; }
[id] { scroll-margin-top: 24px; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 3px solid var(--signal-deep); outline-offset: 4px; }

.shell { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow { display: inline-flex; gap: 10px; align-items: center; margin: 0 0 18px; font-size: .76rem; line-height: 1; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 3px; background: currentColor; }
.pill { display: inline-flex; align-items: center; min-height: 32px; padding: 7px 11px; border: 1px solid currentColor; border-radius: 999px; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 92px; color: var(--white); }
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 1.05rem; font-weight: 900; letter-spacing: -.02em; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; position: relative; }
.brand-mark::after { content: ""; width: 17px; height: 3px; background: var(--signal); transform: rotate(-36deg); }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .9rem; font-weight: 700; }
.nav-links a:not(.nav-cta) { opacity: .72; transition: opacity .2s ease; }
.nav-links a:not(.nav-cta):hover { opacity: 1; }
.nav-cta { min-height: 44px; display: inline-flex; align-items: center; background: var(--signal); color: var(--ink); padding: 11px 16px; border-radius: 999px; }

.hero { min-height: 760px; padding: 165px 0 85px; color: var(--white); background: var(--ink); overflow: hidden; position: relative; }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: 80px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.02); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 70px; align-items: end; position: relative; z-index: 1; }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(3.6rem, 8.5vw, 8rem); line-height: .88; letter-spacing: -.075em; font-weight: 850; }
.hero h1 span { color: var(--signal); }
.hero-side { padding: 0 0 10px; }
.hero-side p { margin: 0 0 30px; color: #d2d4cc; font-size: 1.08rem; line-height: 1.65; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 13px 19px; border: 1px solid var(--ink); border-radius: 3px; background: var(--ink); color: var(--white); font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.signal { background: var(--signal); border-color: var(--signal); color: var(--ink); }
.button.light { background: var(--white); color: var(--ink); border-color: var(--white); }
.button::after, .icon-out { content: ""; width: .7rem; height: .7rem; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: translate(-1px, 1px); }
.icon { display: inline-block; flex: 0 0 auto; }
.icon-down { width: .65rem; height: .65rem; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translate(-2px, -2px); }

.statement { padding: 95px 0; border-bottom: 1px solid var(--line); }
.statement-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; }
.statement h2 { margin: 0; max-width: 850px; font-size: clamp(2.4rem, 5vw, 5rem); letter-spacing: -.055em; line-height: 1.02; }
.statement h2 em { font-style: normal; box-shadow: inset 0 -.24em 0 var(--signal); }

.transform-section { height: 250vh; background: var(--mist); position: relative; }
.transform-sticky { position: sticky; top: 0; height: 100vh; min-height: 680px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.transform-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 24px; }
.transform-head h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.045em; }
.transform-head p { max-width: 390px; margin: 0; color: #50534c; }
.browser { height: min(63vh, 650px); min-height: 430px; border: 1px solid #2b2e28; border-radius: var(--radius); background: #fff; overflow: hidden; box-shadow: var(--shadow); position: relative; cursor: ew-resize; touch-action: pan-y; user-select: none; }
.browser-bar { height: 43px; display: flex; align-items: center; gap: 7px; padding: 0 15px; border-bottom: 1px solid rgba(0,0,0,.12); background: #efefed; }
.browser-dot { width: 8px; height: 8px; border-radius: 50%; background: #babbb8; }
.browser-url { margin-left: 9px; color: #686b65; font-size: .72rem; }
.site-mock { position: absolute; inset: 43px 0 0; overflow: hidden; }
.before-site { background: #e9e5dc; color: #302f2c; font-family: Georgia, serif; }
.before-nav { height: 74px; padding: 0 5%; display: flex; align-items: center; justify-content: space-between; border-bottom: 3px double #968d7c; }
.before-logo { font-size: 1.3rem; font-weight: bold; }
.before-links { font-size: .8rem; word-spacing: 12px; }
.before-body { padding: 9% 8%; text-align: center; }
.before-body small { text-transform: uppercase; letter-spacing: .12em; }
.before-body h3 { margin: 12px auto 20px; max-width: 650px; font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: 1; font-weight: normal; }
.before-body p { max-width: 540px; margin: 0 auto 30px; color: #777066; }
.before-button { display: inline-block; padding: 9px 18px; border: 1px solid #625d53; font-size: .78rem; }
.after-site { background: #151815; color: #fffef9; }
.after-nav { height: 74px; padding: 0 5%; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.15); }
.after-logo { font-weight: 900; letter-spacing: -.03em; }
.after-nav span:last-child { background: #dfb86e; color: #171814; padding: 10px 14px; border-radius: 2px; font-size: .74rem; font-weight: 800; }
.after-body { height: calc(100% - 74px); padding: 7% 6%; position: relative; overflow: hidden; background: linear-gradient(105deg, #151815 0 56%, #26322a 56%); }
.after-body::after { content: ""; position: absolute; right: 4%; bottom: -18%; width: 36%; aspect-ratio: 1; border: 1px solid rgba(223,184,110,.65); border-radius: 50%; box-shadow: 0 0 0 40px rgba(223,184,110,.05), 0 0 0 80px rgba(223,184,110,.025); }
.after-body small { color: #dfb86e; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.after-body h3 { margin: 13px 0 20px; max-width: 650px; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .92; letter-spacing: -.055em; }
.after-body p { max-width: 500px; color: #c2c7be; }
.after-button { display: inline-flex; align-items: center; gap: 10px; margin-top: 10px; padding: 12px 17px; background: #dfb86e; color: #171814; font-size: .78rem; font-weight: 900; }
.after-button::after { content: ""; width: 7px; height: 7px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; }
.reveal-layer { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--reveal, 0%)) 0 0); }
.reveal-line { position: absolute; z-index: 5; top: 43px; bottom: 0; left: var(--reveal, 0%); width: 3px; background: var(--signal); transform: translateX(-1px); pointer-events: none; }
.reveal-knob { position: absolute; z-index: 6; left: clamp(26px, var(--reveal, 0%), calc(100% - 26px)); top: 50%; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; transform: translate(-50%, -50%); background: var(--signal); color: var(--ink); border: 5px solid #fff; box-shadow: 0 8px 30px rgba(0,0,0,.2); pointer-events: none; }
.reveal-knob i { width: 18px; height: 2px; background: currentColor; position: relative; }
.reveal-knob i::before, .reveal-knob i::after { content: ""; position: absolute; top: -3px; width: 6px; height: 6px; border-top: 2px solid currentColor; border-left: 2px solid currentColor; }
.reveal-knob i::before { left: 0; transform: rotate(-45deg); }
.reveal-knob i::after { right: 0; transform: rotate(135deg); }
.reveal-label { position: absolute; z-index: 7; top: 60px; padding: 7px 10px; background: var(--ink); color: var(--white); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.reveal-label.before { left: 16px; }
.reveal-label.after { right: 16px; background: var(--signal); color: var(--ink); }
.scroll-cue { display: flex; align-items: center; gap: 12px; margin-top: 14px; color: #555950; font-size: .82rem; font-weight: 700; }
.scroll-cue span { flex: 1; height: 4px; background: linear-gradient(90deg, var(--ink) var(--reveal, 0%), rgba(16,18,15,.14) var(--reveal, 0%)); border-radius: 9px; }
.compare-controls { display: grid; grid-template-columns: auto minmax(120px, 1fr) auto; gap: 14px; align-items: center; margin-top: 16px; color: #474d48; font-size: .8rem; font-weight: 800; }
.compare-controls input, .range-wrap input { width: 100%; min-height: 44px; margin: 0; appearance: none; -webkit-appearance: none; background: transparent; cursor: ew-resize; }
.compare-controls input::-webkit-slider-runnable-track, .range-wrap input::-webkit-slider-runnable-track { height: 4px; border-radius: 99px; background: rgba(11,21,17,.2); }
.compare-controls input::-webkit-slider-thumb, .range-wrap input::-webkit-slider-thumb { width: 30px; height: 30px; margin-top: -13px; border: 4px solid var(--white); border-radius: 50%; appearance: none; -webkit-appearance: none; background: var(--signal-deep); box-shadow: 0 3px 12px rgba(0,0,0,.18); }
.compare-controls input::-moz-range-track, .range-wrap input::-moz-range-track { height: 4px; border-radius: 99px; background: rgba(11,21,17,.2); }
.compare-controls input::-moz-range-thumb, .range-wrap input::-moz-range-thumb { width: 22px; height: 22px; border: 4px solid var(--white); border-radius: 50%; background: var(--signal-deep); box-shadow: 0 3px 12px rgba(0,0,0,.18); }
.mobile-compare-tabs { display: none; }

.issues { padding: 110px 0; background: var(--paper); }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; margin-bottom: 64px; }
.section-head h2 { margin: 0; max-width: 750px; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .97; letter-spacing: -.055em; }
.issue-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.issue { padding: 28px 24px 34px 0; min-height: 210px; border-bottom: 1px solid var(--line); }
.issue:not(:nth-child(3n+1)) { padding-left: 24px; border-left: 1px solid var(--line); }
.issue-number { color: var(--muted); font-size: .78rem; font-weight: 800; }
.issue h3 { margin: 42px 0 8px; font-size: 1.25rem; letter-spacing: -.02em; }
.issue p { margin: 0; max-width: 300px; color: var(--muted); }

.work { padding: 110px 0; color: var(--white); background: var(--ink); }
.work-top { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 55px; }
.work h2 { margin: 0; font-size: clamp(2.6rem, 6vw, 5.8rem); line-height: .95; letter-spacing: -.06em; }
.demo-card { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 520px; background: #232620; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); overflow: hidden; }
.demo-visual { min-height: 500px; padding: 36px; background: #262f29; position: relative; overflow: hidden; display: flex; align-items: center; }
.demo-visual::before { content: ""; position: absolute; width: 450px; height: 450px; right: -180px; top: -120px; border: 1px solid #dfb86e; border-radius: 50%; box-shadow: 0 0 0 55px rgba(223,184,110,.05), 0 0 0 110px rgba(223,184,110,.025); }
.mini-page { width: 84%; max-width: 560px; padding: 25px; border-radius: 9px; color: #141512; background: #f3eee3; transform: rotate(-3deg); box-shadow: 0 40px 80px rgba(0,0,0,.3); position: relative; }
.mini-nav { display: flex; justify-content: space-between; align-items: center; font-weight: 900; font-size: .72rem; }
.mini-nav i { width: 70px; height: 20px; background: #d7ad63; display: block; }
.mini-page h3 { margin: 60px 0 15px; max-width: 370px; font-size: clamp(2rem, 4vw, 4rem); line-height: .9; letter-spacing: -.06em; }
.mini-page p { max-width: 320px; color: #5e605a; font-size: .78rem; }
.demo-copy { padding: clamp(36px, 6vw, 76px); display: flex; flex-direction: column; justify-content: center; }
.demo-copy h3 { margin: 18px 0; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.05em; }
.demo-copy p { color: #b9bdb5; max-width: 500px; }
.demo-copy .button { margin-top: 24px; align-self: flex-start; }

.process { padding: 110px 0; }
.process-list { margin-top: 55px; border-top: 1px solid var(--ink); }
.step { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 30px; align-items: start; padding: 32px 0; border-bottom: 1px solid var(--line); }
.step strong { font-size: 1.3rem; }
.step p { margin: 0; max-width: 480px; color: var(--muted); }

.contact { padding: 110px 0; background: var(--signal); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.contact h2 { margin: 0; font-size: clamp(3.3rem, 7vw, 7rem); line-height: .87; letter-spacing: -.07em; }
.contact p { max-width: 520px; }
.contact-form { display: grid; gap: 16px; }
.field { display: grid; gap: 7px; }
.field label { font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; border: 0; border-bottom: 2px solid var(--ink); border-radius: 0; padding: 13px 2px; color: var(--ink); background: transparent; outline: none; }
.field textarea { min-height: 84px; resize: vertical; }
.field input:focus, .field textarea:focus { box-shadow: 0 2px 0 var(--white); }
.form-note { margin: 0; font-size: .8rem; opacity: .74; }
.form-note a { text-decoration: underline; text-underline-offset: 3px; }
.form-status { min-height: 24px; font-weight: 800; }

.footer { padding: 38px 0; color: #c5c8c0; background: var(--ink); }
.footer-row { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.footer a { color: var(--white); }
.footer-legal { display: inline-flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; }

.legal-page { background: var(--paper); }
.legal-page .site-header { position: relative; background: var(--ink); }
.legal-main { padding: 90px 0 120px; }
.legal-main header { max-width: 850px; padding-bottom: 52px; border-bottom: 1px solid var(--line); }
.legal-main h1 { margin: 0; font-size: clamp(3.5rem, 8vw, 7.8rem); line-height: .9; letter-spacing: -.065em; }
.legal-main .updated { margin-top: 22px; color: var(--muted); }
.legal-copy { max-width: 780px; margin: 60px auto 0; }
.legal-copy h2 { margin: 48px 0 12px; font-size: 1.6rem; letter-spacing: -.03em; }
.legal-copy p, .legal-copy li { color: #414a45; }
.legal-copy a { color: var(--signal-deep); text-decoration: underline; text-underline-offset: 3px; }

/* Personalised demo */
.demo-page { background: #f1eee7; }
.demo-page .site-header { position: relative; background: var(--ink); }
.audit-hero { padding: 78px 0 90px; background: var(--ink); color: var(--white); }
.audit-topline { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 70px; }
.audit-hero h1 { margin: 0; max-width: 950px; font-size: clamp(3rem, 7vw, 7rem); line-height: .9; letter-spacing: -.065em; }
.audit-hero h1 span { color: #dfb86e; }
.audit-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 54px; align-items: end; }
.audit-intro p { max-width: 620px; color: #c3c6bf; font-size: 1.08rem; }
.audit-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.audit-meta div { padding: 18px; background: var(--ink); }
.audit-meta small { display: block; color: #8f948a; text-transform: uppercase; letter-spacing: .1em; }
.audit-meta strong { display: block; margin-top: 6px; }
.demo-reveal-section { padding: 90px 0; background: var(--mist); }
.manual-reveal { --reveal: 50%; }
.manual-reveal .browser { cursor: ew-resize; touch-action: pan-y; }
.range-wrap { margin-top: 20px; display: flex; gap: 18px; align-items: center; }
.range-wrap label { font-weight: 800; }
.range-wrap input { flex: 1; accent-color: var(--ink); }
.audit-findings { padding: 100px 0; }
.finding-list { border-top: 1px solid var(--ink); }
.finding { display: grid; grid-template-columns: 85px .8fr 1.2fr; gap: 30px; padding: 32px 0; border-bottom: 1px solid var(--line); }
.finding h3, .finding p { margin: 0; }
.finding p { color: var(--muted); }
.demo-cta { padding: 90px 0; color: var(--white); background: var(--forest); }
.demo-cta-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; }
.demo-cta h2 { margin: 0; font-size: clamp(3rem, 6vw, 6rem); line-height: .92; letter-spacing: -.06em; }
.demo-cta p { color: #c5cbc2; }

@media (max-width: 850px) {
  .shell { width: min(100% - 28px, 680px); }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; padding: 145px 0 75px; }
  .hero-grid, .statement-grid, .section-head, .demo-card, .contact-grid, .audit-intro, .demo-cta-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero h1 { font-size: clamp(3.5rem, 17vw, 6rem); }
  .hero-side { max-width: 520px; }
  .statement, .issues, .work, .process, .contact { padding: 76px 0; }
  .transform-section { height: 220vh; }
  .transform-sticky { min-height: 620px; }
  .transform-head { align-items: start; flex-direction: column; }
  .browser { min-height: 390px; height: 58vh; }
  .before-links { display: none; }
  .after-body { background: #151815; }
  .issue-grid { grid-template-columns: 1fr; }
  .issue, .issue:not(:nth-child(3n+1)) { padding: 26px 0; border-left: 0; }
  .issue h3 { margin-top: 22px; }
  .work-top { align-items: start; flex-direction: column; }
  .demo-visual { min-height: 380px; }
  .step { grid-template-columns: 45px 1fr; }
  .step p { grid-column: 2; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .audit-topline { margin-bottom: 48px; }
  .finding { grid-template-columns: 46px 1fr; }
  .finding p { grid-column: 2; }
}

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

/* Proofline V2 */
@view-transition { navigation: auto; }

.v2 { overflow-x: clip; }
.page-progress { position: fixed; z-index: 100; inset: 0 0 auto; height: 3px; background: transparent; pointer-events: none; }
.page-progress span { display: block; width: 100%; height: 100%; background: var(--signal); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.hero-v2 { min-height: 980px; padding-bottom: 0; }
.hero-v2::after { top: -100px; right: -260px; width: 760px; height: 760px; }
.hero-v2-top { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .5fr); gap: 60px; align-items: end; position: relative; z-index: 2; }
.hero-v2 h1 { max-width: 850px; font-size: clamp(4.5rem, 10vw, 9.4rem); }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 18px; padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.35); color: var(--white); font-size: .88rem; font-weight: 800; }
.text-link span { color: var(--signal); }
.text-link.dark { color: var(--ink); border-color: rgba(16,18,15,.3); }

.hero-stage { margin-top: 70px; position: relative; z-index: 2; }
.hero-stage-image { height: min(58vw, 670px); min-height: 480px; position: relative; overflow: hidden; background: #20231e; border: 1px solid rgba(255,255,255,.2); }
.hero-stage-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,9,7,.82) 0, rgba(7,9,7,.2) 55%, rgba(7,9,7,.02)); }
.stage-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.stage-caption, .stage-statement, .stage-line { z-index: 2; }
.stage-caption { position: absolute; inset: 24px 26px auto; display: flex; justify-content: space-between; gap: 20px; color: #fff; font-size: .74rem; letter-spacing: .09em; text-transform: uppercase; }
.stage-caption span { color: rgba(255,255,255,.7); }
.stage-statement { position: absolute; left: clamp(24px, 6vw, 80px); bottom: clamp(48px, 8vw, 105px); max-width: 620px; color: #fff; font-size: clamp(3rem, 7vw, 7.2rem); line-height: .86; letter-spacing: -.07em; font-weight: 850; }
.stage-line { position: absolute; left: 0; bottom: 0; width: 68%; height: 8px; background: var(--signal); transform-origin: left; animation: line-arrive 1.3s cubic-bezier(.22,1,.36,1) .7s both; }
@keyframes line-arrive { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.hero-principles { display: grid; grid-template-columns: repeat(3, 1fr); color: #bfc3b9; font-size: .74rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hero-principles span { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.hero-principles span:not(:first-child) { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.2); }

.manifesto { padding: 135px 0; background: var(--paper); }
.manifesto-grid { display: grid; grid-template-columns: .45fr 1.55fr; gap: 70px; align-items: start; }
.manifesto-copy { margin: 0; max-width: 980px; font-size: clamp(2.1rem, 4.3vw, 4.6rem); line-height: 1.05; letter-spacing: -.05em; font-weight: 750; }
.manifesto-copy em { font-style: normal; box-shadow: inset 0 -.2em 0 var(--signal); }

.after-site-photo .after-body { background: linear-gradient(90deg, rgba(15,18,15,.94) 0%, rgba(15,18,15,.68) 52%, rgba(15,18,15,.08) 100%), url('/bathroom-concept-v2.webp') center / cover no-repeat; }
.after-site-photo .after-body h3, .after-site-photo .after-body p, .after-site-photo .after-body small, .after-site-photo .after-button { position: relative; z-index: 2; }

.findings-strip { padding: 110px 0; background: var(--mist); }
.findings-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.findings-title { position: sticky; top: 80px; align-self: start; }
.findings-title h2 { margin: 0 0 35px; font-size: clamp(2.8rem, 5vw, 5.6rem); line-height: .92; letter-spacing: -.06em; }
.findings-list { border-top: 2px solid var(--ink); }
.findings-list article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 34px 0 38px; border-bottom: 1px solid rgba(16,18,15,.3); }
.findings-list article > span { font-size: .8rem; font-weight: 800; }
.findings-list h3 { margin: 0 0 7px; font-size: 1.35rem; letter-spacing: -.025em; }
.findings-list p { margin: 0; max-width: 470px; }

.showcase { height: min(82vw, 900px); min-height: 620px; position: relative; overflow: hidden; color: #fff; background: #1b1d19; }
.showcase > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.showcase-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,10,8,.08), rgba(8,10,8,.18) 40%, rgba(8,10,8,.84)); }
.showcase-copy { height: 100%; padding-bottom: 70px; position: relative; display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; }
.showcase-copy h2 { margin: 24px 0 0; max-width: 760px; font-size: clamp(3.5rem, 7vw, 7.5rem); line-height: .87; letter-spacing: -.065em; }
.showcase-copy p { max-width: 470px; color: #d4d6d0; }

.standards { padding: 120px 0; background: var(--paper); }
.standards-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.standards-grid article { min-height: 260px; padding: 28px 28px 35px 0; border-bottom: 1px solid var(--line); }
.standards-grid article:not(:nth-child(3n+1)) { padding-left: 28px; border-left: 1px solid var(--line); }
.standards-grid article > span { color: var(--muted); font-size: .74rem; font-weight: 800; }
.standards-grid h3 { margin: 60px 0 8px; font-size: 1.35rem; }
.standards-grid p { margin: 0; color: var(--muted); max-width: 320px; }

.experience { padding: 120px 0; color: #fff; background: var(--forest); }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.experience h2 { margin: 0; max-width: 620px; font-size: clamp(3rem, 5.5vw, 6.2rem); line-height: .91; letter-spacing: -.06em; }
.experience-points { border-top: 1px solid rgba(255,255,255,.35); }
.experience-points > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.experience-points p { margin: 0; color: #aeb3aa; }

.platform-section { padding: 110px 0; background: var(--paper); }
.platform-grid { display: grid; grid-template-columns: .45fr 1.55fr; gap: 70px; }
.platform-grid h2 { margin: 0; font-size: clamp(3rem, 6vw, 6.5rem); line-height: .9; letter-spacing: -.065em; }
.platform-grid p { max-width: 770px; color: #55584f; font-size: 1.08rem; }
.platform-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.platform-tags span { padding: 10px 14px; border: 1px solid #252821; border-radius: 999px; font-size: .82rem; font-weight: 800; }

.review-scope { padding: 120px 0; color: var(--white); background: var(--ink); }
.review-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.review-intro { position: sticky; top: 80px; align-self: start; }
.review-intro h2 { margin: 0; max-width: 630px; font-size: clamp(3rem, 5.8vw, 6.2rem); line-height: .91; letter-spacing: -.06em; }
.review-intro > p:last-child { max-width: 560px; margin-top: 28px; color: #bfc8c1; font-size: 1.05rem; }
.review-deliverables { border-top: 1px solid rgba(255,255,255,.35); }
.review-deliverables article { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 34px 0 38px; border-bottom: 1px solid rgba(255,255,255,.16); }
.review-deliverables article > span { color: var(--signal); font-size: .8rem; font-weight: 800; }
.review-deliverables h3 { margin: 0 0 8px; font-size: 1.35rem; letter-spacing: -.025em; }
.review-deliverables p { margin: 0; max-width: 490px; color: #aeb8b1; }

.faq { padding: 120px 0; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq h2 { margin: 0; font-size: clamp(3rem, 6vw, 6.5rem); line-height: .9; letter-spacing: -.065em; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 27px 0; cursor: pointer; list-style: none; font-size: 1.15rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: 0 0 auto; color: var(--signal-deep); font-size: 1.6rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -4px 48px 28px 0; color: var(--muted); }

.mobile-cta { display: none; }

@media (max-width: 850px) {
  .hero-v2 { min-height: auto; padding-top: 126px; }
  .hero-v2-top, .manifesto-grid, .findings-grid, .showcase-copy, .experience-grid, .platform-grid, .review-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-v2 h1 { font-size: clamp(3.75rem, 18vw, 5.8rem); }
  .hero-stage { margin-top: 48px; }
  .hero-stage-image { height: min(118vw, 520px); min-height: 430px; }
  .stage-photo { object-position: 58% center; }
  .stage-caption { flex-direction: column; gap: 4px; }
  .stage-statement { font-size: clamp(3.2rem, 16vw, 6rem); }
  .hero-principles { grid-template-columns: 1fr; }
  .hero-principles span, .hero-principles span:not(:first-child) { padding: 12px 0; border-left: 0; }
  .manifesto { padding: 70px 0; }
  .manifesto-copy { font-size: clamp(1.85rem, 9vw, 3.2rem); }
  .transform-section { height: auto; padding: 70px 0; }
  .transform-sticky { position: relative; height: auto; min-height: 0; overflow: visible; }
  .transform-head h2 br { display: none; }
  .findings-strip, .standards, .experience, .platform-section, .review-scope, .faq { padding: 78px 0; }
  .findings-title, .review-intro { position: static; }
  .showcase { height: 145vw; min-height: 540px; max-height: 680px; }
  .showcase-copy { padding-bottom: 50px; align-content: end; }
  .showcase-copy p { margin: 0; }
  .standards-grid { grid-template-columns: 1fr; }
  .standards-grid article, .standards-grid article:not(:nth-child(3n+1)) { min-height: auto; padding: 24px 0 30px; border-left: 0; }
  .standards-grid h3 { margin-top: 25px; }
  .experience-points > div { grid-template-columns: 1fr; gap: 8px; }
  .findings-strip, .standards, .platform-section, .process, .faq { background: var(--paper); }
  .experience { background: var(--ink); }
  .contact { background: var(--mist); }
  .browser { height: min(112vw, 500px); min-height: 390px; border-radius: 12px; }
  .browser-bar { height: 39px; }
  .site-mock { inset: 39px 0 0; }
  .before-nav, .after-nav { height: 58px; padding: 0 4%; }
  .before-logo, .after-logo { max-width: 58%; font-size: .72rem; }
  .after-nav span:last-child { padding: 7px 8px; font-size: .56rem; }
  .before-body { padding: 18% 7% 8%; }
  .before-body h3 { max-width: 290px; font-size: clamp(1.75rem, 8.5vw, 2.6rem); }
  .before-body p { max-width: 280px; font-size: .78rem; }
  .after-body { height: calc(100% - 58px); padding: 16% 6% 7%; }
  .after-body h3 { max-width: 300px; font-size: clamp(1.9rem, 9vw, 2.8rem); }
  .after-body p { max-width: 280px; font-size: .78rem; }
  .after-button { padding: 10px 12px; font-size: .65rem; }
  .reveal-label { top: 50px; max-width: 42%; font-size: .58rem; }
  .reveal-knob { width: 48px; height: 48px; }
  .mobile-compare-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-top: 14px; padding: 4px; border: 1px solid rgba(11,21,17,.2); border-radius: 999px; background: rgba(244,247,243,.94); }
  .mobile-compare-tabs button { min-height: 44px; border: 0; border-radius: 999px; color: var(--ink); background: transparent; font-size: .78rem; font-weight: 850; cursor: pointer; }
  .mobile-compare-tabs button[aria-pressed="true"] { color: var(--white); background: var(--ink); }
  .compare-controls { margin: 8px 0 0; }
  .demo-page .browser { height: min(120vw, 520px); }
  .audit-hero { padding: 58px 0 68px; }
  .audit-hero h1 { font-size: clamp(2.75rem, 13vw, 4.8rem); }
  .audit-intro { margin-top: 36px; }
  .audit-meta { grid-template-columns: 1fr; }
  .demo-reveal-section, .audit-findings, .demo-cta { padding: 68px 0; }
  .demo-cta h2 { font-size: clamp(2.8rem, 13vw, 4.8rem); }
  .contact h2 { font-size: clamp(3.2rem, 16vw, 5.5rem); }
  .field input, .field textarea { min-height: 52px; font-size: 16px; }
  .footer-legal { justify-content: flex-start; }
  .legal-main { padding: 70px 0 90px; }
  .legal-copy { margin-top: 42px; }
  .mobile-cta { position: fixed; z-index: 90; display: flex; justify-content: space-between; align-items: center; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); min-height: 54px; padding: 0 17px; color: var(--ink); background: var(--signal); border: 1px solid var(--ink); font-size: .84rem; font-weight: 900; box-shadow: 0 10px 40px rgba(0,0,0,.24); }
  .footer { padding-bottom: calc(100px + env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  .stage-line { animation: none; transform: none; }
}
