@font-face { font-family: 'Cormorant Garamond'; font-weight: 500; font-display: swap; src: url('/fonts/cormorant-garamond-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 400; font-display: swap; src: url('/fonts/inter-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 600; font-display: swap; src: url('/fonts/inter-latin-600-normal.woff2') format('woff2'); }

:root {
  --ink: #16202c;
  --ink-soft: #545e6b;
  --gold: #b8934f;
  --bg: #fbf9f5;
  --alt: #f2eee6;
  --card: #ffffff;
  --line: #e6dfd3;
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --ink: #f1ede6; --ink-soft: #b3ada3; --gold: #d4b276; --bg: #0e1318; --alt: #141b22; --card: #19212a; --line: #2a333d;
    color-scheme: dark;
  }
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--bg); color: var(--ink); font: 16px/1.65 var(--sans); }
a { color: inherit; }
img, video { max-width: 100%; display: block; }
.muted { color: var(--ink-soft); }
.small { font-size: 14px; }
.center { text-align: center; }
.kicker { font-size: 12px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin: 0 0 10px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.08; margin: 0 0 16px; }
h1 { font-size: clamp(40px, 6vw, 68px); letter-spacing: -.01em; }
h2 { font-size: clamp(32px, 4vw, 46px); }
h3 { font-size: 26px; }
.lead { font-size: 18px; color: var(--ink-soft); max-width: 36em; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 26px;
  border-radius: 999px; background: var(--ink); color: var(--bg); text-decoration: none; font-weight: 600; border: 1px solid var(--ink);
}
.btn.ghost { background: transparent; color: var(--ink); }
.btn:focus-visible, a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.nav { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 14px clamp(16px, 4vw, 48px); background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.logo { font: 500 24px/1 var(--serif); text-decoration: none; letter-spacing: .02em; }
.logo span { color: var(--gold); }
.nav nav { display: flex; gap: 22px; align-items: center; font-size: 15px; }
.nav nav a { text-decoration: none; }
.nav-cta { border: 1px solid var(--ink); border-radius: 999px; padding: 8px 16px; }
@media (max-width: 640px) { .nav nav a:not(.nav-cta) { display: none; } }

.hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(24px, 5vw, 64px); align-items: center; padding: clamp(40px, 7vw, 96px) clamp(16px, 4vw, 48px); max-width: 1240px; margin: 0 auto; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin: 26px 0 22px; }
.proof { list-style: none; padding: 0; margin: 0; display: flex; gap: 18px; flex-wrap: wrap; font-size: 14px; color: var(--ink-soft); }
.proof li::before { content: '✓ '; color: var(--gold); font-weight: 600; }
.hero-media { position: relative; display: grid; grid-template-columns: 1fr; justify-items: center; }
.phone { width: min(300px, 70vw); aspect-ratio: 9 / 16; border-radius: 34px; overflow: hidden; border: 8px solid #0b0f14; box-shadow: 0 30px 60px rgba(10, 15, 20, .25); background: #0b0f14; z-index: 2; }
.phone video { width: 100%; height: 100%; object-fit: cover; }
.wide { width: 100%; max-width: 520px; margin-top: -60px; border-radius: 14px; overflow: hidden; box-shadow: 0 20px 50px rgba(10, 15, 20, .18); background: #0b0f14; }
.wide video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.demo-note { font-size: 12px; color: var(--ink-soft); margin-top: 10px; }
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; } .wide { display: none; } }

.section { padding: clamp(56px, 8vw, 104px) clamp(16px, 4vw, 48px); max-width: 1240px; margin: 0 auto; }
.section.alt { max-width: none; background: var(--alt); }
.section.alt > * { max-width: 1144px; margin-left: auto; margin-right: auto; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
.steps article { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 28px; }
.num { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--gold); color: var(--gold); font: 500 22px/1 var(--serif); margin-bottom: 14px; }
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; } }

.engagements { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(24px, 5vw, 64px); align-items: start; }
.checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.checks li { padding-left: 30px; position: relative; color: var(--ink-soft); }
.checks li strong { color: var(--ink); }
.checks li::before { content: ''; position: absolute; left: 0; top: .6em; width: 16px; height: 2px; background: var(--gold); }
@media (max-width: 800px) { .engagements { grid-template-columns: 1fr; } }

.offers { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin: 36px 0 20px; }
.offer { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 26px 22px; display: flex; flex-direction: column; gap: 10px; }
.offer.featured { border-color: var(--gold); box-shadow: 0 16px 40px rgba(184, 147, 79, .15); }
.offer .tag { align-self: flex-start; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 600; }
.offer h3 { margin: 0; font-size: 28px; }
.offer .price { font: 500 40px/1 var(--serif); }
.offer .price small { font: 400 15px var(--sans); color: var(--ink-soft); }
.offer p { margin: 0; color: var(--ink-soft); font-size: 15px; flex: 1; }
.offer .btn { margin-top: 12px; }
.offer .soon { font-size: 14px; color: var(--ink-soft); text-align: center; margin-top: 12px; }

.faq { max-width: 780px; margin: 30px auto 0; display: grid; gap: 10px; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 16px 20px; }
.faq summary { cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::after { content: '+'; color: var(--gold); font-size: 20px; line-height: 1; }
.faq details[open] summary::after { content: '–'; }
.faq p { color: var(--ink-soft); margin: 12px 0 0; }

.footer { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 36px clamp(16px, 4vw, 48px); border-top: 1px solid var(--line); }
.footer nav { display: flex; gap: 18px; align-items: center; }

.legal { max-width: 780px; margin: 0 auto; padding: 48px 16px 80px; }
.legal h1 { font-size: 44px; }
.legal h2 { font-size: 28px; margin-top: 36px; }
.legal .draft { background: #fff4d6; color: #5c4400; border: 1px solid #f0d27a; border-radius: 12px; padding: 12px 16px; font-size: 14px; }
.legal table { border-collapse: collapse; width: 100%; font-size: 14px; }
.legal th, .legal td { text-align: left; border-bottom: 1px solid var(--line); padding: 8px 6px; vertical-align: top; }

.thanks { text-align: center; }
.thanks .lead { margin: 0 auto; }
.spaced { margin-top: 28px; }
