:root {
  --white: #fff;
  --snow: #fafaf7;
  --ivory: #f3f0eb;
  --stone: #e8e3dc;
  --sand: #d5cfc7;
  --ash: #6f695f;
  --graphite: #4a4640;
  --night: #1a1816;
  --terracotta: #9c4f32;
  --terracotta-dark: #d98b68;
  --copper: #7f3f2a;
  --font-display: "Instrument Serif", Georgia, serif;
  --font-heading: "Space Grotesk", Arial, sans-serif;
  --font-body: Inter, Arial, sans-serif;
  --font-mono: "JetBrains Mono", Consolas, monospace;
  --shell: 1120px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--graphite); background: var(--white); font-family: var(--font-body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; color: var(--white); background: var(--night); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 3px; }

.preview-bar { padding: 7px 16px; color: #fff; background: #73402e; font: 600 11px/1.4 var(--font-mono); letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(232, 227, 220, .85); background: rgba(255, 255, 255, .92); backdrop-filter: blur(14px); }
.header-inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.wordmark { color: var(--night); font: 700 18px/1 var(--font-heading); letter-spacing: -.03em; text-decoration: none; }
.header-link { color: var(--graphite); font: 600 13px/1.2 var(--font-heading); text-decoration: none; }
.header-link:hover { color: var(--terracotta); }

.hero { padding: clamp(64px, 9vw, 112px) 0 clamp(56px, 8vw, 96px); background: radial-gradient(circle at 85% 15%, rgba(196,112,77,.12), transparent 32%), var(--snow); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); gap: clamp(48px, 8vw, 96px); align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--terracotta); font: 600 11px/1.4 var(--font-mono); letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--night); font-family: var(--font-display); font-weight: 400; letter-spacing: -.025em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(42px, 5.6vw, 76px); line-height: .99; }
h1 em { color: var(--terracotta); font-weight: 400; }
h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 54px); line-height: 1.04; }
h3 { color: var(--night); font: 600 18px/1.25 var(--font-heading); }
.hero-lead { max-width: 650px; margin-bottom: 30px; color: var(--graphite); font-size: clamp(17px, 1.6vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 24px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 13px 22px; border-radius: 8px; font: 700 14px/1 var(--font-heading); text-decoration: none; transition: transform .2s var(--ease), background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--terracotta); }
.button-primary:hover { background: var(--copper); }
.text-link { color: var(--night); font: 600 13px/1.4 var(--font-heading); text-underline-offset: 5px; }
.text-link:hover { color: var(--terracotta); }
.microcopy { margin: 16px 0 0; color: var(--ash); font-size: 12px; }

.offer-card { padding: clamp(28px, 4vw, 42px); border: 1px solid var(--stone); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 24px 70px rgba(42, 35, 29, .1); }
.offer-label { margin-bottom: 4px; color: var(--ash); font: 600 11px/1.4 var(--font-mono); letter-spacing: .12em; text-transform: uppercase; }
.price { margin-bottom: 6px; color: var(--night); font: 500 28px/1 var(--font-heading); }
.price span { font-size: 72px; letter-spacing: -.06em; }
.price-note { padding-bottom: 24px; border-bottom: 1px solid var(--stone); color: var(--ash); font-size: 13px; line-height: 1.55; }
.offer-list { display: grid; gap: 13px; margin: 24px 0; padding: 0; list-style: none; }
.offer-list li { display: grid; grid-template-columns: 18px 1fr; gap: 8px; font-size: 14px; line-height: 1.45; }
.offer-list span { color: var(--terracotta); font-weight: 800; }
.offer-timing { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--night); font: 600 12px/1.4 var(--font-heading); }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--terracotta); box-shadow: 0 0 0 5px rgba(196,112,77,.13); }

.proof { border-block: 1px solid var(--stone); background: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 22px clamp(20px, 4vw, 46px); border-right: 1px solid var(--stone); text-align: center; }
.proof-item:last-child { border-right: 0; }
.proof-item strong { color: var(--terracotta); font: 700 clamp(25px, 3vw, 38px)/1 var(--font-heading); letter-spacing: -.04em; }
.proof-item span { margin-top: 8px; color: var(--ash); font-size: 12px; line-height: 1.4; }

.section { padding: clamp(72px, 9vw, 120px) 0; }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 9vw, 120px); align-items: start; }
.section-heading { max-width: 520px; }
.section-heading-narrow { max-width: 700px; margin-bottom: 48px; }
.section-heading > p:last-child { color: var(--ash); font-size: 17px; }
.problem-list { border-top: 1px solid var(--stone); }
.problem-list p { display: grid; grid-template-columns: 34px 1fr; gap: 18px; margin: 0; padding: 21px 0; border-bottom: 1px solid var(--stone); font-size: 16px; }
.problem-list span { color: var(--terracotta); font: 600 11px/1.6 var(--font-mono); }

.section-dark { color: #c9c2b8; background: var(--night); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark .eyebrow, .section-dark .deliverable-number { color: var(--terracotta-dark); }
.section-dark .section-heading > p:last-child { color: #b8b0a6; }
.deliverables { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #383430; border-left: 1px solid #383430; }
.deliverable { min-height: 240px; padding: clamp(28px, 4vw, 46px); border-right: 1px solid #383430; border-bottom: 1px solid #383430; }
.deliverable-number { display: block; margin-bottom: 46px; color: var(--terracotta); font: 600 11px/1 var(--font-mono); }
.deliverable h3 { margin-bottom: 12px; }
.deliverable p { max-width: 420px; margin-bottom: 0; font-size: 14px; }

.process-section { background: var(--ivory); }
.process { margin: 0; padding: 0; border-top: 1px solid var(--sand); list-style: none; }
.process li { display: grid; grid-template-columns: 72px 1fr; gap: 28px; padding: 31px 0; border-bottom: 1px solid var(--sand); }
.process > li > span { color: var(--terracotta); font: 500 34px/1 var(--font-display); }
.process h3 { margin-bottom: 6px; }
.process p { margin: 0; color: var(--ash); font-size: 14px; }

.fit-section { background: var(--snow); }
.fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.fit-card { padding: clamp(30px, 5vw, 54px); border: 1px solid var(--stone); border-radius: 16px; background: var(--white); }
.fit-card-yes { border-color: rgba(196,112,77,.55); box-shadow: inset 0 4px 0 var(--terracotta); }
.fit-card h2 { font-size: clamp(29px, 3vw, 42px); }
.fit-card ul { display: grid; gap: 11px; margin: 26px 0 0; padding: 0; color: var(--graphite); font-size: 14px; list-style: none; }
.fit-card li { position: relative; padding-left: 21px; }
.fit-card li::before { content: "—"; position: absolute; left: 0; color: var(--terracotta); }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(48px, 9vw, 120px); }
.faq-list { border-top: 1px solid var(--stone); }
details { border-bottom: 1px solid var(--stone); }
summary { position: relative; padding: 23px 42px 23px 0; color: var(--night); font: 600 16px/1.45 var(--font-heading); cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 19px; color: var(--terracotta); font-size: 25px; font-weight: 300; }
details[open] summary::after { content: "−"; }
details p { max-width: 660px; margin: -4px 0 24px; color: var(--ash); font-size: 14px; }

.closing { padding: clamp(72px, 10vw, 130px) 0; color: #d5cfc7; background: var(--night); }
.closing .eyebrow { color: var(--terracotta-dark); }
.closing-inner { max-width: 920px; margin-inline: auto; text-align: center; }
.closing h2 { margin-bottom: 38px; color: var(--white); font-size: clamp(38px, 5vw, 64px); }
.closing-action { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.button-light { color: var(--night); background: var(--white); }
.button-light:hover { color: var(--white); background: var(--terracotta); }
.closing-action p { margin: 0; color: #a9a196; font-size: 12px; }

footer { padding: 28px 0 96px; color: #a9a196; background: var(--night); border-top: 1px solid #383430; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
.footer-inner p { margin: 0; }
.footer-inner div { display: flex; gap: 20px; }
.footer-inner a:hover { color: var(--white); }

.mobile-cta { display: none; }
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 850px) {
  .hero-grid, .split, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 46px; }
  .offer-card { max-width: 540px; }
  .split, .faq-grid { gap: 42px; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .preview-bar { font-size: 9px; }
  .header-link { font-size: 12px; }
  .hero { padding-top: 54px; }
  h1 { font-size: clamp(39px, 12vw, 54px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { min-height: 96px; border-right: 0; border-bottom: 1px solid var(--stone); }
  .proof-item:last-child { border-bottom: 0; }
  .deliverables, .fit-grid { grid-template-columns: 1fr; }
  .deliverable { min-height: 0; }
  .deliverable-number { margin-bottom: 28px; }
  .process li { grid-template-columns: 44px 1fr; gap: 14px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  footer { padding-bottom: 110px; }
  .mobile-cta { position: fixed; z-index: 40; right: 10px; bottom: 10px; left: 10px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 10px 10px 10px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; color: var(--white); background: rgba(26,24,22,.94); box-shadow: 0 14px 40px rgba(0,0,0,.28); backdrop-filter: blur(14px); opacity: 0; pointer-events: none; transform: translateY(120%); transition: opacity .25s, transform .35s var(--ease); }
  .mobile-cta.is-visible { opacity: 1; pointer-events: auto; transform: none; }
  .mobile-cta div { display: flex; flex-direction: column; }
  .mobile-cta strong { font: 600 12px/1.3 var(--font-heading); }
  .mobile-cta span { color: #b9b1a7; font-size: 10px; }
  .mobile-cta a { padding: 11px 14px; border-radius: 8px; color: var(--white); background: var(--terracotta); font: 700 12px/1 var(--font-heading); text-decoration: none; }
}

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