:root {
  --bg: #f3ebde;
  --paper: #fbf6ef;
  --ink: #21151f;
  --muted: #6f5d67;
  --line: rgba(33, 21, 31, 0.14);
  --accent: #7d3655;
  --accent-2: #b68156;
  --deep: #2f2431;
  --soft: #eadfce;
  --max: 1240px;
  --radius: 24px;
  --shadow: 0 18px 40px rgba(33, 21, 31, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(125, 54, 85, 0.08), transparent 24%),
    var(--bg);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

p, h1, h2, h3 {
  margin-top: 0;
}

.page-shell {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 22px 0 32px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 18px 0 24px;
  border-bottom: 1px solid var(--line);
}

.brand-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.eyebrow,
.intro-tag,
.section-kicker,
.panel-label {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.73rem;
  color: var(--muted);
}

.brand {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.topnav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 6px;
}

.topnav a {
  color: var(--muted);
}

.hero-fold {
  display: grid;
  grid-template-columns: 1.65fr 0.95fr;
  gap: 32px;
  padding: 44px 0 28px;
  align-items: start;
}

.hero-copy h1 {
  font-size: clamp(2.8rem, 7vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  max-width: 10ch;
  margin-bottom: 22px;
}

.lead {
  font-size: 1.08rem;
  max-width: 62ch;
  color: rgba(33, 21, 31, 0.84);
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 600;
  border: 1px solid var(--deep);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--deep);
  color: #fff;
}

.button.primary:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.button.ghost {
  background: transparent;
  color: var(--deep);
}

.button.ghost:hover {
  background: rgba(33, 21, 31, 0.05);
}

.hero-panel {
  display: grid;
  gap: 16px;
}

.panel-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
}

.panel-accent {
  background: linear-gradient(180deg, rgba(125, 54, 85, 0.1), rgba(125, 54, 85, 0.03)), var(--paper);
}

.meta-list,
.contact-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.meta-list li {
  display: grid;
  gap: 4px;
}

.meta-list strong {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.ticker-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 16px 0 10px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
  color: var(--muted);
}

.chapter-grid,
.faq-layout,
.request-layout,
.process-rail,
.split-story {
  padding: 52px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 26px;
}

.section-head h2,
.request-copy h2,
.legal-aside h1,
.thanks-card h1 {
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.chapter-card {
  display: grid;
  grid-template-columns: 90px 1.2fr 210px;
  gap: 18px;
  align-items: start;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.chapter-card:last-child {
  border-bottom: 1px solid var(--line);
}

.chapter-card.featured {
  background: linear-gradient(90deg, rgba(255,255,255,0.28), transparent);
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 16px;
}

.chapter-index {
  font-size: 2rem;
  color: var(--accent);
  letter-spacing: -0.06em;
}

.chapter-body h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  letter-spacing: -0.04em;
}

.chapter-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.note {
  color: var(--muted);
  font-size: 0.92rem;
  text-align: right;
}

.split-story {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
  align-items: start;
}

.pull-quote {
  padding: 26px;
  background: var(--deep);
  color: #fff;
  border-radius: calc(var(--radius) + 8px);
  box-shadow: var(--shadow);
}

.pull-quote p {
  font-size: 1.55rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin: 0;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.benefit-list div {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.benefit-list h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.process-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.process-steps li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.process-steps li:last-child {
  border-bottom: 1px solid var(--line);
}

.process-steps strong {
  font-size: 1.55rem;
  color: var(--accent);
}

.process-steps h3 {
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
}

.faq-items {
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(251, 246, 239, 0.65);
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-weight: 600;
}

details p {
  margin: 12px 0 0;
  color: rgba(33, 21, 31, 0.82);
}

.request-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.request-copy {
  position: sticky;
  top: 18px;
}

.request-form {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 6px);
  padding: 22px;
  display: grid;
  gap: 16px;
  box-shadow: var(--shadow);
}

.request-form label {
  display: grid;
  gap: 8px;
}

.request-form span {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(33, 21, 31, 0.18);
  background: #fffdf9;
  border-radius: 14px;
  padding: 14px 16px;
  font: inherit;
  color: var(--ink);
}

input:focus,
textarea:focus {
  outline: 2px solid rgba(125, 54, 85, 0.25);
  border-color: var(--accent);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr auto;
  gap: 16px 24px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.disclaimer {
  grid-column: 1 / -1;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.94rem;
}

.legal-shell,
.thanks-shell {
  min-height: 100vh;
}

.legal-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 34px;
  padding: 38px 0 52px;
}

.legal-aside {
  position: sticky;
  top: 18px;
  align-self: start;
}

.legal-content {
  display: grid;
  gap: 16px;
}

.legal-block {
  background: rgba(251, 246, 239, 0.72);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
}

.legal-block h2 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.thanks-shell {
  display: grid;
  place-items: center;
}

.thanks-card {
  width: min(860px, 100%);
  background: linear-gradient(180deg, rgba(125, 54, 85, 0.06), rgba(255,255,255,0.5)), var(--paper);
  border: 1px solid var(--line);
  border-radius: 32px;
  box-shadow: var(--shadow);
  padding: 36px;
}

.thanks-sequence {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 28px 0;
}

.thanks-sequence div {
  border-top: 1px solid var(--line);
  padding-top: 10px;
  display: grid;
  gap: 6px;
}

.thanks-contact {
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 20px;
}

.center-actions {
  justify-content: flex-start;
}

@media (max-width: 980px) {
  .hero-fold,
  .split-story,
  .faq-layout,
  .request-layout,
  .legal-layout,
  .site-footer,
  .ticker-band,
  .thanks-sequence {
    grid-template-columns: 1fr;
  }

  .chapter-card {
    grid-template-columns: 1fr;
  }

  .chapter-meta,
  .footer-links {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .request-copy,
  .legal-aside {
    position: static;
  }

  .benefit-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .page-shell {
    width: min(calc(100% - 24px), var(--max));
  }

  .topbar {
    flex-direction: column;
  }

  .hero-copy h1,
  .section-head h2,
  .request-copy h2,
  .legal-aside h1,
  .thanks-card h1 {
    max-width: none;
  }

  .process-steps li {
    grid-template-columns: 1fr;
  }

  .thanks-card {
    padding: 24px;
  }
}
