:root {
  --ink: #1c1d1f;
  --paper: #f4f1ea;
  --paper-2: #ebe6dc;
  --gold: #b68a4a;
  --gold-d: #8f6a35;
  --muted: #5c574e;
  --line: rgba(28, 29, 31, 0.12);
  --white: #fffcf7;
  --danger: #8b3a2f;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
.sans, nav, .btn, .eyebrow, .nav-cta, label, input, select, textarea, .chip, .price, footer {
  font-family: "Sora", system-ui, sans-serif;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0; position: sticky; top: 0; z-index: 20;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(10px); border-bottom: 1px solid transparent;
}
nav.scrolled { border-bottom-color: var(--line); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 600; letter-spacing: .02em; font-size: 14px; }
.brand img { width: 36px; height: 36px; border-radius: 8px; }
.nav-links { display: flex; gap: 22px; font-size: 13px; }
.nav-links a { text-decoration: none; color: var(--muted); }
.nav-cta { text-decoration: none; background: var(--ink); color: var(--paper); padding: 10px 16px; border-radius: 999px; font-size: 13px; }
.hero { padding: 72px 0 48px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.eyebrow { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-d); font-weight: 600; }
h1 { font-family: "Fraunces", Georgia, serif; font-weight: 500; font-size: clamp(36px, 5vw, 64px); line-height: 1.05; margin: 12px 0 18px; letter-spacing: -.02em; }
.lede { font-size: 19px; color: var(--muted); max-width: 38em; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; border: 0; cursor: pointer; padding: 13px 20px; border-radius: 999px; font-size: 14px; font-weight: 600; }
.btn-gold { background: var(--gold); color: #1c1d1f; }
.btn-gold:hover { background: #c79a58; }
.btn-ghost { background: transparent; border: 1px solid var(--line); }
.hero-card {
  background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 22px;
  box-shadow: 0 20px 50px rgba(28,29,31,.06);
}
.hero-card h3 { margin: 0 0 8px; font-family: Fraunces, serif; font-weight: 500; }
.row { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.row:last-child { border-bottom: 0; }
.tag { font-family: Sora, sans-serif; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; }
.tag.high { background: #dce8d8; color: #2b4a28; }
.tag.med { background: #f3e4c4; color: #6a4b12; }
.tag.low { background: #ece7e0; color: #5c574e; }
.proof { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 10px 0 56px; }
.proof div { border-top: 1px solid var(--line); padding-top: 14px; }
.proof strong { display: block; font-family: Fraunces, serif; font-size: 28px; font-weight: 500; }
.proof span { color: var(--muted); font-size: 13px; }
section { padding: 72px 0; }
.alt { background: var(--paper-2); }
h2 { font-family: Fraunces, serif; font-weight: 500; font-size: clamp(28px, 3.4vw, 42px); letter-spacing: -.02em; margin: 8px 0 16px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
.card h3 { margin: 0 0 8px; font-size: 20px; font-family: Fraunces, serif; font-weight: 500; }
.muted { color: var(--muted); }
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 26px; display: flex; flex-direction: column; }
.price-card.featured { border-color: var(--gold); box-shadow: 0 16px 40px rgba(182,138,74,.18); }
.price { font-family: Fraunces, serif; font-size: 42px; font-weight: 500; margin: 8px 0; }
.price small { font-size: 16px; color: var(--muted); }
.price-card ul { padding-left: 18px; color: var(--muted); flex: 1; }
.price-card .btn { width: 100%; margin-top: 8px; }
.faq details { border-bottom: 1px solid var(--line); padding: 14px 0; }
.faq summary { cursor: pointer; font-weight: 600; font-family: Sora, sans-serif; font-size: 15px; }
.faq p { color: var(--muted); margin: 8px 0 0; }
footer { padding: 40px 0; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
footer a { color: var(--muted); }
form.intake { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 28px; display: grid; gap: 14px; }
label { font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); display: grid; gap: 6px; }
input, select, textarea {
  font-size: 15px; padding: 11px 12px; border-radius: 10px; border: 1px solid var(--line);
  background: var(--paper); color: var(--ink);
}
textarea { min-height: 110px; resize: vertical; }
.checks { display: grid; gap: 8px; text-transform: none; letter-spacing: 0; font-size: 14px; color: var(--ink); }
.checks label { display: flex; gap: 8px; align-items: center; text-transform: none; letter-spacing: 0; font-size: 14px; color: var(--ink); }
.editor {
  background: var(--white); border: 1px solid var(--line); border-radius: 16px; min-height: 360px; padding: 28px;
  outline: none; font-size: 16.5px;
}
.toolbar { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.toolbar button { font-family: Sora, sans-serif; font-size: 12px; padding: 7px 10px; border-radius: 8px; border: 1px solid var(--line); background: var(--white); cursor: pointer; }
.notice { background: #efe4cc; border: 1px solid #d8c39a; border-radius: 12px; padding: 12px 14px; font-size: 14px; }
@media (max-width: 860px) {
  .hero, .proof, .grid-3, .pricing { grid-template-columns: 1fr; }
  .nav-links { display: none; }
}
