:root {
  --cream: #f8f0e5;
  --paper: #fffaf3;
  --ink: #19383b;
  --muted: #5f716f;
  --plum: #74425f;
  --apricot: #e9a873;
  --line: #d9cbbd;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
a { color: inherit; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 22px clamp(22px, 5vw, 76px); border-bottom: 1px solid rgba(25,56,59,.14); }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 720; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--plum); color: #fff; font-family: Georgia, serif; }
.book-chip { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; }
.hero { position: relative; overflow: hidden; min-height: 570px; padding: clamp(72px,10vw,126px) clamp(22px,9vw,140px) 96px; background: radial-gradient(circle at 83% 20%,rgba(233,168,115,.35),transparent 25%),linear-gradient(130deg,var(--paper),#f3e2d4 70%,#ead0c2); }
.hero-copy-wrap { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 18px; color: var(--plum); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1,h2,h3 { font-family: Georgia,"Times New Roman",serif; }
h1 { max-width: 880px; margin: 0; font-size: clamp(50px,8vw,102px); line-height: .96; letter-spacing: -.045em; }
.hero-copy { max-width: 660px; margin: 30px 0; font-size: clamp(18px,2vw,23px); line-height: 1.55; color: #3c5555; }
.primary-link { display: inline-block; padding: 14px 20px; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 760; text-decoration: none; }
.conversation-motif { position: absolute; right: clamp(10px,7vw,100px); bottom: 38px; width: 270px; height: 190px; opacity: .9; }
.bubble { position: absolute; border: 2px solid currentColor; border-radius: 52% 48% 48% 52%; }
.bubble::after { content: ""; position: absolute; width: 26px; height: 26px; border-left: 2px solid; transform: rotate(-22deg); }
.bubble-one { width: 165px; height: 105px; right: 0; top: 0; color: var(--plum); }
.bubble-one::after { right: 17px; bottom: -19px; }
.bubble-two { width: 140px; height: 92px; left: 0; bottom: 0; color: var(--apricot); }
.bubble-two::after { left: 22px; bottom: -18px; transform: rotate(22deg); }
.how { padding: 68px clamp(22px,7vw,110px); background: var(--ink); color: #fff; }
.how .eyebrow { color: #efb98f; }
.how h2 { max-width: 820px; margin: 0 0 28px; font-size: clamp(36px,5vw,62px); line-height: 1.04; }
.how ol { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin: 0; padding-left: 22px; }
.how li { padding-right: 18px; line-height: 1.6; color: #e8efec; }
.track-section { padding: 80px clamp(22px,7vw,110px) 110px; }
.section-heading { display: flex; justify-content: space-between; gap: 35px; align-items: end; margin-bottom: 36px; }
.section-heading h2 { margin: 0; font-size: clamp(38px,5vw,64px); }
.section-heading > p { max-width: 480px; color: var(--muted); line-height: 1.6; }
.unit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.unit-card { scroll-margin-top: 20px; padding: clamp(24px,4vw,38px); border: 1px solid var(--line); border-radius: 25px; background: rgba(255,250,243,.84); box-shadow: 0 18px 50px rgba(73,44,54,.06); }
.unit-number { color: var(--plum); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.unit-card h3 { margin: 12px 0 10px; font-size: clamp(27px,3vw,39px); line-height: 1.08; }
.unit-card > p { min-height: 48px; color: var(--muted); line-height: 1.5; }
.track { margin-top: 18px; padding: 15px; border-radius: 16px; background: #fff; border: 1px solid #eaded3; }
.track.dialogue { background: #f4e7ee; }
.track-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.track-heading strong { font-size: 15px; }
.track-heading small { color: var(--muted); }
audio { display: block; width: 100%; height: 42px; }
.download { display: inline-block; margin-top: 9px; color: var(--plum); font-size: 13px; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.loading,.error { grid-column: 1/-1; padding: 32px; border-radius: 18px; background: #fff; color: var(--muted); }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 34px clamp(22px,7vw,110px); background: #102d30; color: #e7efec; font-size: 13px; }
footer p { margin: 0; }

@media (max-width: 760px) {
  .book-chip { display: none; }
  .hero { min-height: 650px; }
  h1 { font-size: 44px; line-height: 1.02; letter-spacing: -.035em; }
  .conversation-motif { right: -35px; opacity: .5; }
  .how ol,.unit-grid { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  footer { display: block; }
  footer p + p { margin-top: 8px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
