:root {
  --ink: #241a16;
  --paper: #f4eadb;
  --paper-light: #fffaf0;
  --green: #16251d;
  --green-soft: #34483a;
  --burgundy: #761629;
  --burgundy-dark: #4f0d1a;
  --gold: #b88a43;
  --gold-light: #d5b67a;
  --brown: #4a3022;
  --line: rgba(77, 48, 31, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 12%, rgba(184, 138, 67, .08), transparent 24rem),
    radial-gradient(circle at 85% 70%, rgba(118, 22, 41, .05), transparent 28rem),
    var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 99; padding: .7rem 1rem; background: white; }

.site-header {
  min-height: 92px;
  padding: .65rem clamp(1.2rem, 4vw, 4.8rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
  z-index: 10;
  background: rgba(255, 250, 240, .94);
  border-bottom: 1px solid rgba(184, 138, 67, .5);
  box-shadow: 0 8px 30px rgba(46, 30, 19, .06);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; line-height: 1; }
.brand-mark { width: 58px; height: 58px; object-fit: contain; flex: 0 0 auto; }
.brand-copy { display: flex; flex-direction: column; }
.brand-main { font-family: "Lora", Georgia, serif; font-weight: 700; font-size: 1.28rem; letter-spacing: .04em; color: var(--burgundy); }
.brand-sub { margin-top: .34rem; font-size: .62rem; font-weight: 700; letter-spacing: .15em; color: var(--brown); }
nav { display: flex; gap: 2.2rem; }
nav a, .footer-links a { font-size: .9rem; font-weight: 700; text-decoration: none; }
nav a:hover, .footer-links a:hover { color: var(--burgundy); text-decoration: underline; text-underline-offset: 5px; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: .88rem 1.4rem;
  color: #fffaf0;
  background: var(--burgundy);
  border: 1px solid var(--gold);
  border-radius: .35rem;
  box-shadow: 0 8px 18px rgba(79, 13, 26, .12);
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s, background .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); background: var(--burgundy-dark); box-shadow: 0 11px 24px rgba(79, 13, 26, .18); }
.button-small { padding: .58rem 1rem; font-size: .9rem; }
.button-outline { color: var(--burgundy); background: transparent; border-color: var(--burgundy); box-shadow: none; }
.button-outline:hover { color: white; }

.hero {
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: minmax(420px, 48%) 1fr;
  overflow: hidden;
  background: var(--paper-light);
  border-bottom: 1px solid var(--gold);
}
.hero-copy {
  padding: clamp(4rem, 7vw, 8rem) 2rem clamp(4rem, 7vw, 7rem) clamp(1.3rem, 6vw, 7rem);
  position: relative;
  z-index: 2;
}
.hero-copy::before {
  content: "✦  ☾  ✦";
  display: block;
  margin-bottom: 1.8rem;
  color: var(--gold);
  font-size: 1.25rem;
  letter-spacing: .75rem;
}
.eyebrow, .section-kicker { color: var(--burgundy); font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .55rem; }
.eyebrow span { width: .55rem; height: .55rem; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 4px rgba(184, 138, 67, .13); }
h1, h2 { margin: .8rem 0 1.4rem; font-family: "Lora", Georgia, serif; font-weight: 700; line-height: 1.1; letter-spacing: -.025em; }
h1 { max-width: 10ch; color: var(--green); font-size: clamp(3.1rem, 5.5vw, 6.4rem); }
h2 { color: var(--green); font-size: clamp(2.55rem, 4.8vw, 5.25rem); }
h3 { margin: .6rem 0; font-family: "Lora", Georgia, serif; font-size: 1.55rem; line-height: 1.2; }
.hero-lead { max-width: 680px; font-size: 1.13rem; }
.hero-actions { display: flex; align-items: center; gap: 1.35rem; margin-top: 2rem; flex-wrap: wrap; }
.text-link { color: var(--brown); font-weight: 700; text-underline-offset: 5px; }
.microcopy { margin-top: 3rem; color: var(--burgundy); font-family: "Lora", Georgia, serif; font-size: 1.18rem; font-style: italic; }
.hero-art {
  min-height: 670px;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #f9f1e5;
  border-left: 1px solid var(--gold);
  box-shadow: inset 18px 0 35px rgba(59, 35, 22, .06);
}
.hero-art::before, .hero-art::after { content: "✦"; position: absolute; z-index: 2; color: var(--gold); font-size: 1.5rem; }
.hero-art::before { top: 2rem; left: 2rem; }
.hero-art::after { right: 2rem; bottom: 2rem; }
.hero-art img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.hero-stamp {
  width: 148px;
  height: 148px;
  position: absolute;
  left: 1.8rem;
  bottom: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--paper-light);
  background: var(--green);
  border: 4px double var(--gold);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(22, 37, 29, .28);
  font-size: .86rem;
  line-height: 1.22;
  text-align: center;
  transform: rotate(-5deg);
}
.hero-stamp strong { color: var(--gold-light); font-family: "Lora", Georgia, serif; font-size: 2rem; line-height: .95; }

.problem, .program, .pricing, .faq { padding: clamp(5rem, 9vw, 9rem) clamp(1.3rem, 7vw, 8rem); }
.problem { background: rgba(244, 234, 219, .72); }
.problem-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 7vw, 8rem); align-items: start; }
.problem-grid h2 { margin-top: 0; }
.problem-grid p { font-size: 1.08rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.steps article { padding: 2rem; border-right: 1px solid var(--line); }
.steps article:last-child { border-right: 0; }
.steps span, .universe span { color: var(--burgundy); font-size: .74rem; font-weight: 800; letter-spacing: .12em; }

.program { background: var(--paper-light); }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 4rem; align-items: end; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 480px; margin-bottom: .6rem; font-size: 1.08rem; }
.program-note { max-width: 1100px; margin: 2.5rem 0 0; padding: 1.2rem 1.4rem; background: var(--paper); border: 1px solid var(--gold); border-left: 5px solid var(--burgundy); box-shadow: 0 8px 24px rgba(64, 39, 24, .05); }
.program-note strong { color: var(--burgundy); }
.universe-grid { margin-top: 2rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.universe { min-height: 230px; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(184, 138, 67, .62); box-shadow: 0 8px 24px rgba(64, 39, 24, .06); }
.universe p { margin: 0; }
.universe h3 { font-size: 1.9rem; }
.universe.cobalt { color: #fff8e9; background: var(--green); }
.universe.coral { color: #fff8e9; background: var(--burgundy); }
.universe.dark { color: #fff8e9; background: var(--brown); }
.universe.gold { color: var(--ink); background: #d1b178; }
.universe.paper { color: var(--ink); background: #f2e4d1; }
.universe.cobalt span, .universe.coral span, .universe.dark span { color: var(--gold-light); }
.universe.wide { grid-column: span 3; min-height: 190px; background: linear-gradient(135deg, var(--green), #26392d); }

.live-section { min-height: 720px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; color: #fff8e9; background: var(--green); border-top: 6px double var(--gold); border-bottom: 6px double var(--gold); }
.live-number { justify-self: center; color: var(--gold); font-family: "Lora", Georgia, serif; font-size: clamp(8rem, 23vw, 26rem); font-weight: 700; line-height: .75; writing-mode: vertical-rl; transform: rotate(180deg); opacity: .82; }
.live-copy { padding: 5rem clamp(2rem, 8vw, 9rem) 5rem 1rem; }
.live-copy h2 { max-width: 10ch; color: #fff8e9; }
.live-copy .section-kicker { color: var(--gold-light); }
.live-copy p, .live-copy li { color: rgba(255, 248, 233, .84); }
.live-copy ul { padding-left: 1.2rem; }
.live-copy li { margin: .7rem 0; }
.apero-card { margin-top: 2.4rem; padding: 1.7rem 1.9rem; background: rgba(118, 22, 41, .58); border: 1px solid var(--gold); border-left: 5px solid var(--gold-light); box-shadow: 0 14px 34px rgba(8, 16, 11, .18); }
.apero-card h3 { margin: .25rem 0 .75rem; color: #fff8e9; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.apero-card p { margin: 0; }
.apero-card .apero-kicker { color: var(--gold-light); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.apero-card .apero-meta { margin-top: 1rem; color: var(--gold-light); font-size: .78rem; font-weight: 700; letter-spacing: .05em; }

.trial { padding: clamp(5rem, 8vw, 8rem) clamp(1.3rem, 7vw, 8rem); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 8rem); align-items: center; color: #fff8e9; background: var(--burgundy-dark); }
.trial h2 { max-width: 11ch; color: #fff8e9; }
.trial .section-kicker { color: var(--gold-light); }
.trial-note { color: rgba(255, 248, 233, .75); }
.interest-form { padding: 2rem; color: var(--ink); background: var(--paper-light); border: 1px solid var(--gold); box-shadow: 0 16px 40px rgba(25, 10, 10, .15); }
.interest-form label { display: block; margin-bottom: .6rem; font-weight: 700; }
.form-row { display: flex; gap: .7rem; }
.form-row input { min-width: 0; flex: 1; padding: .9rem 1.1rem; border: 1px solid var(--gold); border-radius: .25rem; background: white; font: inherit; }
.form-row input:focus { outline: 2px solid var(--burgundy); outline-offset: 2px; }
.form-status { margin: 1rem .2rem 0; color: #65564c; font-size: .78rem; line-height: 1.4; }
.privacy-note { margin: .65rem .2rem 0; color: #65564c; font-size: .76rem; line-height: 1.45; }
.privacy-note a { color: var(--burgundy); font-weight: 700; text-underline-offset: 3px; }

.pricing { background: var(--paper); }
.pricing-heading { margin-bottom: 4rem; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; align-items: stretch; }
.price-card { padding: 2.2rem; display: flex; flex-direction: column; position: relative; background: var(--paper-light); border: 1px solid var(--gold); box-shadow: 0 10px 30px rgba(68, 42, 25, .08); }
.price-card.featured { color: #fff8e9; background: var(--green); border: 3px double var(--gold); transform: translateY(-1rem); }
.price-card.featured .button { color: var(--ink); background: var(--gold-light); }
.price-name { color: var(--burgundy); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.featured .price-name { color: var(--gold-light); }
.price { display: flex; flex-direction: column; margin: 1.2rem 0; }
.price strong { font-family: "Lora", Georgia, serif; font-size: clamp(2.4rem, 4vw, 4.2rem); line-height: 1; }
.price span { font-size: .9rem; }
.price-card p:nth-of-type(2) { margin-bottom: 2rem; }
.price-card .button { margin-top: auto; }
.badge { position: absolute !important; right: 1.2rem; top: -1rem; padding: .4rem .7rem; color: var(--ink); background: var(--gold-light); border: 1px solid var(--gold); font-size: .7rem !important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.launch-note { margin: 3rem auto 1.5rem; font-size: 1.05rem; text-align: center; }
.household-highlight { max-width: 1000px; margin: 0 auto 1rem; padding: 1.35rem 1.5rem; color: #fff8e9; background: var(--burgundy); border: 4px double var(--gold-light); font-family: "Lora", Georgia, serif; font-size: clamp(1.45rem, 3vw, 2.35rem); line-height: 1.2; text-align: center; }
.household-highlight strong { display: block; color: var(--gold-light); font-size: 1.15em; }
.household { max-width: 900px; margin: 0 auto; color: #5a493e; font-size: .9rem; text-align: center; }

.library-section { padding: clamp(4.5rem, 7vw, 7rem) clamp(1.3rem, 7vw, 8rem); background: var(--paper-light); border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.library-intro { max-width: 780px; margin: 0 auto 2.5rem; text-align: center; }
.library-intro h2 { margin: .5rem 0 1rem; font-size: clamp(2.5rem, 5vw, 5rem); }
.library-intro > p:not(.section-kicker) { font-size: 1.08rem; }
.library-intro strong { color: var(--burgundy); }
.library-pricing { margin: 1.25rem 0 0; line-height: 1.8; }
.library-pricing strong { white-space: nowrap; font-size: 1.08em; }
.library-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.library-grid article { padding: 1.7rem; background: var(--paper); border: 1px solid var(--gold); box-shadow: 0 8px 24px rgba(64, 39, 24, .05); }
.library-grid span { color: var(--burgundy); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.library-grid h3 { margin: .65rem 0; color: var(--green); font-size: 1.55rem; }
.library-grid p { margin: 0; color: #55463c; }
.library-details { max-width: 1100px; margin: 1.5rem auto 0; color: #55463c; text-align: center; }
.library-details a { color: var(--burgundy); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.library-gift { max-width: 1100px; margin: 1.5rem auto 0; color: var(--burgundy); font-family: "Lora", Georgia, serif; font-weight: 700; text-align: center; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 9vw, 10rem); background: var(--paper-light); }
.faq h2 { font-size: clamp(2.5rem, 4vw, 4.6rem); }
details { padding: 1.25rem 0; border-top: 1px solid var(--gold); }
details:last-child { border-bottom: 1px solid var(--gold); }
summary { display: flex; justify-content: space-between; gap: 1rem; list-style: none; color: var(--green); font-size: 1.05rem; font-weight: 700; cursor: pointer; }
summary::after { content: "+"; color: var(--burgundy); font-family: "Lora", Georgia, serif; font-size: 1.4rem; }
details[open] summary::after { content: "−"; }
details p { padding-right: 2rem; color: #55463c; }

.final-cta { padding: clamp(6rem, 11vw, 11rem) 1.3rem; position: relative; overflow: hidden; color: #fff8e9; background: var(--green); text-align: center; }
.final-cta::before { content: "✦   ☾   ✦"; display: block; margin-bottom: 1.5rem; color: var(--gold); font-size: 1.5rem; letter-spacing: .6rem; }
.final-cta .section-kicker { color: var(--gold-light); }
.final-cta h2 { max-width: 14ch; margin: 1rem auto 2.3rem; color: #fff8e9; }
.final-cta .button { color: var(--ink); background: var(--gold-light); }

footer { padding: 2.5rem clamp(1.3rem, 6vw, 7rem); display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: center; color: #fff8e9; background: #0f1914; border-top: 1px solid var(--gold); }
.footer-brand { color: white; }
.footer-brand .brand-main { color: var(--gold-light); }
.footer-brand .brand-sub { color: #fff8e9; }
.footer-links { display: flex; gap: 1.5rem; font-size: .82rem; }

.legal-main { min-height: calc(100vh - 92px); background: var(--paper-light); }
.legal-hero { padding: clamp(4rem, 7vw, 7rem) clamp(1.3rem, 7vw, 8rem) 3rem; color: #fff8e9; background: var(--green); border-bottom: 5px double var(--gold); }
.legal-hero .section-kicker { color: var(--gold-light); }
.legal-hero h1 { max-width: 15ch; margin-bottom: 0; color: #fff8e9; font-size: clamp(2.8rem, 6vw, 5.5rem); }
.legal-content { max-width: 980px; margin: 0 auto; padding: clamp(3.5rem, 6vw, 6rem) clamp(1.3rem, 4vw, 3rem); }
.legal-content h2 { margin-top: 2.8rem; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content h3 { margin-top: 2rem; color: var(--green); font-size: 1.25rem; }
.legal-content p, .legal-content li { color: #4f4036; }
.legal-content a { color: var(--burgundy); font-weight: 700; text-underline-offset: 3px; }
.legal-content address { padding: 1.4rem 1.6rem; background: var(--paper); border-left: 5px solid var(--burgundy); font-style: normal; }
.legal-content ul { padding-left: 1.25rem; }
.legal-content li { margin: .5rem 0; }
.legal-date { color: #74645a !important; font-size: .88rem; }
.legal-back { display: inline-flex; margin-top: 2.5rem; }

@media (max-width: 1000px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 3rem; }
  .hero-art { min-height: auto; max-height: none; border-top: 1px solid var(--gold); border-left: 0; }
  .hero-art img { width: 100%; height: auto; object-fit: contain; }
  .problem-grid, .section-heading, .trial, .faq { grid-template-columns: 1fr; }
  .steps, .price-grid { grid-template-columns: 1fr; }
  .steps article { border-right: 0; border-bottom: 1px solid var(--line); }
  .universe-grid { grid-template-columns: 1fr 1fr; }
  .universe.wide { grid-column: span 2; }
  .live-section { grid-template-columns: .45fr 1.55fr; }
  .price-card.featured { transform: none; }
  .library-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-links { justify-content: center; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .site-header { min-height: 74px; }
  .site-header .button-small { display: none; }
  .brand-mark { width: 48px; height: 48px; }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 3rem; }
  .hero-copy::before { margin-bottom: 1.25rem; }
  .hero-stamp { width: 110px; height: 110px; left: .9rem; bottom: .9rem; font-size: .72rem; }
  .hero-stamp strong { font-size: 1.55rem; }
  .problem, .program, .pricing, .library-section, .faq { padding: 4.5rem 1.2rem; }
  .universe-grid { grid-template-columns: 1fr; }
  .universe.wide { grid-column: auto; }
  .apero-card { padding: 1.4rem; }
  .live-section { min-height: auto; grid-template-columns: 1fr; }
  .live-number { margin-top: 4rem; font-size: 7rem; line-height: .8; writing-mode: horizontal-tb; transform: none; }
  .live-copy { padding: 2rem 1.3rem 5rem; }
  .trial { padding: 4.5rem 1.2rem; }
  .form-row { flex-direction: column; }
  .price-card { padding: 1.6rem; }
  .footer-links { flex-direction: column; gap: .6rem; }
  .legal-main { min-height: calc(100vh - 74px); }
  .legal-hero { padding-top: 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
