:root {
  --bg: #e8e2d6;
  --bg-2: #ddd5c6;
  --paper: #f3eee4;
  --ink: #152232;
  --body: #3a4654;
  --muted: #5a6570;
  --line: rgba(21, 34, 50, 0.16);
  --cta: #152232;
  --cta-press: #0c141d;
  --cta-ink: #f3eee4;
  --value: #2f5c56;
  --rose: #e5d4d2;
  --lavender: #d9d4e6;
  --mint: #d2e2e2;
  --radius: 14px;
  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Source Sans 3", ui-sans-serif, system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
}

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

em {
  font-style: italic;
  color: var(--ink);
}

.wrap {
  width: min(720px, calc(100% - 1.5rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(232, 226, 214, 0.94);
  border-bottom: 1px solid var(--line);
}

.top-note {
  width: min(720px, calc(100% - 1.5rem));
  margin: 0 auto;
  padding: 0 0 0.9rem;
  text-align: center;
  font-family: var(--serif);
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.45;
  color: var(--ink);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 4rem;
}

.logo {
  --logo: "Cormorant Garamond", "Palatino Linotype", Palatino, serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.08rem;
  color: var(--ink);
  line-height: 1;
  min-width: 0;
}

.logo-mark {
  font-family: var(--logo);
  font-style: italic;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: -0.03em;
}

.logo-rest {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 22rem;
  min-height: 3.15rem;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  background: var(--cta);
  color: var(--cta-ink);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.01em;
  text-align: center;
}

.cta:active {
  background: var(--cta-press);
}

.cta-sm {
  width: auto;
  max-width: none;
  min-height: 2.35rem;
  padding: 0.45rem 0.8rem;
  font-size: 0.82rem;
  flex-shrink: 0;
}

.hero,
.wait,
.agitate,
.story,
.inside,
.proof,
.offer,
.guarantee,
.faq,
.final {
  padding: 2.4rem 0;
}

.hero {
  padding-top: 1.75rem;
  padding-bottom: 2rem;
}

.eyebrow,
.kicker {
  margin: 0 0 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--cta);
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 0.8rem;
}

h1 {
  font-size: 1.85rem;
  margin-bottom: 0.65rem;
}

.bonus-line {
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 600;
  font-style: italic;
  color: var(--ink);
  margin: 0 0 1rem;
  line-height: 1.35;
}

h2 {
  font-size: 1.45rem;
}

h3 {
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
}

.subhead,
.lede,
.story p,
.guarantee p {
  color: var(--muted);
  margin: 0 0 1.1rem;
}

.contact-email {
  margin: 0.85rem 0 0;
  font-weight: 700;
  word-break: break-all;
}

.contact-email a {
  color: var(--ink);
}

.subhead {
  font-size: 1.05rem;
}

.hero .cta,
.story .cta,
.inside .cta,
.price-row .cta,
.final .cta {
  margin-top: 0.35rem;
}

.micro,
.price-step,
.cohort {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.price-step {
  font-weight: 700;
  color: var(--ink);
}

.cohort {
  color: var(--value);
  font-weight: 600;
}

.wait {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.wait h2 {
  text-align: center;
}

.wait-grid {
  display: grid;
  gap: 0.85rem;
  margin: 0 0 1rem;
}

.wait-grid > div {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1.05rem 1.1rem;
}

.wait-label {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.wait-figure {
  margin: 0 0 0.35rem;
  font-family: var(--serif);
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1;
}

.wait-grid p:last-child {
  margin: 0;
  color: var(--body);
  font-size: 0.95rem;
}

.wait .cohort {
  text-align: center;
}

.price-row .cohort {
  margin-top: 0.85rem;
}

.agitate {
  background: var(--bg-2);
}

.agitate-list,
.modules,
.stack,
.final-stack,
.proof-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.agitate-list li {
  position: relative;
  padding: 0.85rem 0 0.85rem 1.35rem;
  border-top: 1px solid var(--line);
  color: var(--body);
  border-bottom: 1px solid var(--line);
}

.agitate-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--cta);
  font-weight: 700;
}

.agitate-close {
  margin: 1.25rem 0 0;
  color: var(--ink);
  font-weight: 600;
}

.inside-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.35rem;
}

.preview {
  margin: 0 0 1.5rem;
}

.preview-frame {
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--bg);
}

.preview-frame video {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  background: var(--bg);
}

.preview figcaption {
  margin: 0.65rem 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.88rem;
}

.mockup {
  display: flex;
  justify-content: center;
  padding: 1.5rem 0.75rem 2.25rem;
  perspective: 1200px;
}

.book {
  position: relative;
  width: min(248px, 78vw);
  height: 372px;
  transform: rotateY(-18deg) rotateX(3deg);
  transform-style: preserve-3d;
}

.book-spine {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 100%;
  background: linear-gradient(90deg, #cfc6b6 0%, #e8e0d2 70%, #d4cbbd 100%);
  transform: rotateY(-90deg) translateZ(1px);
  transform-origin: left center;
  border-radius: 2px 0 0 2px;
  box-shadow: inset -1px 0 0 rgba(21, 34, 50, 0.12);
}

.book-pages {
  position: absolute;
  right: -8px;
  top: 6px;
  width: 10px;
  height: calc(100% - 12px);
  background: repeating-linear-gradient(
    to right,
    #fffef9 0 2px,
    #e6dfd2 2px 3px
  );
  border-radius: 0 2px 2px 0;
  transform: skewY(-3deg);
}

.cover {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 0;
  padding: 1.65rem 1.2rem 1.4rem;
  border-radius: 3px 6px 6px 3px;
  background: #f4efe4;
  color: #1a2430;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
  box-shadow:
    16px 20px 36px rgba(26, 36, 48, 0.22),
    2px 2px 0 rgba(26, 36, 48, 0.06);
}

.cover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  height: auto;
  background: rgba(26, 36, 48, 0.12);
}

.cover-kicker {
  margin: 0;
  font-family: var(--serif);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: #1a2430;
}

.cover-title {
  margin: 1.35rem 0 0.7rem;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.15;
  color: #1a2430;
}

.cover-sub {
  margin: 0;
  color: #1a2430;
  font-family: var(--serif);
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.35;
}

.cover-toc {
  margin: auto 0 0;
  padding: 1rem 0 0;
  list-style-position: inside;
  width: 100%;
  font-family: var(--serif);
  font-size: 0.82rem;
  line-height: 1.7;
  color: #1a2430;
}

.modules li,
.stack li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.modules li:last-child,
.stack li:last-child {
  border-bottom: 1px solid var(--line);
}

.modules span {
  font-weight: 800;
  color: var(--cta);
  padding-top: 0.1rem;
}

.modules p,
.stack p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.proof-grid {
  display: grid;
  gap: 0.75rem;
  margin: 1.1rem 0 1.25rem;
}

.proof-grid li {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
}

.proof-grid li:nth-child(1) {
  background: var(--rose);
}

.proof-grid li:nth-child(2) {
  background: var(--lavender);
}

.proof-grid li:nth-child(3) {
  background: var(--mint);
}

.proof-grid strong {
  display: block;
  font-family: var(--serif);
  color: var(--ink);
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.proof-grid span {
  color: var(--muted);
  font-size: 0.92rem;
}

.reviews {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.1rem;
}

.reviews blockquote {
  margin: 0;
  padding: 1.15rem 1.15rem 1.2rem;
  background: var(--paper);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(21, 34, 50, 0.06);
}

.reviews .stars {
  margin: 0 0 0.55rem;
  font-family: var(--sans);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  color: var(--value);
  line-height: 1;
}

.reviews blockquote p:not(.stars) {
  font-family: var(--serif);
  color: var(--ink);
  margin: 0 0 0.65rem;
}

.reviews blockquote footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.65rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.offer {
  background: var(--bg-2);
}

.how-it-works li {
  grid-template-columns: 1fr;
}

.value {
  color: var(--value);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  padding-top: 0.2rem;
}

.price-row {
  margin-top: 1.4rem;
  padding: 1.2rem 1.1rem 1.3rem;
  background: var(--paper);
  border-radius: 18px;
  border: 1px solid var(--line);
  text-align: center;
}

.total-value,
.price,
.price-note {
  margin: 0 0 0.35rem;
}

.total-value {
  color: var(--muted);
}

.price {
  font-family: var(--serif);
  color: var(--ink);
  font-size: 1.55rem;
}

.guarantee {
  text-align: left;
}

.guarantee-card {
  padding: 1.35rem 1.25rem 1.4rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.guarantee-card h2 {
  margin-bottom: 1rem;
}

.guarantee-points {
  list-style: none;
  margin: 0;
  padding: 0;
}

.guarantee-points li {
  position: relative;
  margin: 0;
  padding: 0.75rem 0 0.75rem 1.15rem;
  border-top: 1px solid var(--line);
  color: var(--body);
}

.guarantee-points li:last-child {
  margin-bottom: 0.35rem;
}

.guarantee-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--ink);
}

.guarantee-card .contact-email {
  margin: 0.35rem 0 0;
  padding-top: 0.95rem;
  border-top: 1px solid var(--line);
}

.guarantee-card .contact-email a {
  display: inline-block;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: var(--bg);
  border: 1px solid var(--line);
}

.faq details {
  border-top: 1px solid var(--line);
  padding: 0.85rem 0;
}

.faq details:last-of-type {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  font-family: var(--serif);
  font-weight: 700;
  color: var(--ink);
}

.faq p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.final {
  background: var(--bg-2);
  text-align: center;
  padding-bottom: 3rem;
}

.final-stack {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
}

.final-stack li {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.88rem;
}

.urgency {
  color: var(--muted);
  font-size: 0.92rem;
  margin: 0 0 1rem;
}

.final .cta {
  margin-inline: auto;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 2.5rem 0 2.25rem;
  color: var(--muted);
  font-size: 0.86rem;
  background: #e2dcd0;
}

.footer-shell {
  width: min(920px, calc(100% - 2rem));
  margin-inline: auto;
}

.footer-top {
  display: grid;
  gap: 2rem 3rem;
}

.footer-name {
  margin: 0 0 0.65rem;
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--ink);
}

.disclaimer {
  margin: 0;
  line-height: 1.6;
  max-width: 28rem;
  font-size: 0.84rem;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
}

.footer-heading {
  margin: 0 0 0.15rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
}

.footer-nav a {
  color: var(--body);
  font-weight: 500;
  font-size: 0.92rem;
}

.footer-nav a:hover {
  color: var(--ink);
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem 1.25rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: var(--ink);
  font-weight: 600;
}

@media (min-width: 720px) {
  .footer-top {
    grid-template-columns: 1.5fr 0.7fr;
    align-items: start;
  }

  .footer-nav {
    justify-self: end;
  }
}

.toast {
  position: fixed;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  width: min(92vw, 28rem);
  background: var(--ink);
  color: var(--cta-ink);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 800px) {
  .toast {
    bottom: 1.25rem;
  }

  body {
    font-size: 18px;
  }

  .wrap {
    width: min(920px, calc(100% - 2rem));
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 1.85rem;
  }

  .hero,
  .wait,
  .agitate,
  .story,
  .inside,
  .proof,
  .offer,
  .guarantee,
  .faq,
  .final {
    padding: 3.5rem 0;
  }

  .wait-grid {
    grid-template-columns: 1fr 1fr;
  }

  .inside-grid {
    grid-template-columns: 1fr;
  }

  .book {
    width: 280px;
    height: 420px;
  }

  .proof-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cta {
    width: auto;
  }
}

.legal {
  padding: 2.25rem 0 4rem;
}

.legal .updated {
  margin: 0 0 1.75rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.legal h2 {
  margin-top: 2rem;
  font-size: 1.25rem;
}

.legal p,
.legal li {
  color: var(--body);
}

.legal ul {
  padding-left: 1.2rem;
}

.legal a {
  color: var(--ink);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal blockquote {
  margin: 0 0 1.1rem;
  padding: 0.95rem 1.05rem;
  border-left: 3px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font-weight: 600;
}

.checkout-legal {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  max-width: 28rem;
  line-height: 1.5;
}

.checkout-legal a {
  color: var(--ink);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
