:root {
  --ivory: #FAF9F6; --white: #FFFFFF; --blush: #F5EEEC;
  --ink: #5E6369; --heading: #4F545A;
  --accent: #8E5A52; --accent-deep: #6F4640;
  --line: rgba(193,148,144,0.35); --line-strong: rgba(193,148,144,0.5);
  --on-dark: #FAF9F6; --on-dark-soft: #E5DCD9; --on-dark-accent: #F0D9D5;
  --line-on-dark: rgba(250,249,246,0.25);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --program: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
[hidden] { display: none !important; } /* keeps the narrow-screen overrides from re-showing hidden phase copy */
body { background: var(--ivory); color: var(--ink); font-family: var(--sans); font-weight: 300; -webkit-font-smoothing: antialiased; }
a { color: var(--accent); }
a:hover { color: var(--accent-deep); }
img { max-width: 100%; height: auto; }

/* ---- layout ---------------------------------------------------------- */
.page { width: 100%; background: var(--ivory); }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 40px; }
.narrow { max-width: 680px; margin: 0 auto; padding: 0 32px; }
.centered { text-align: center; }
.section { padding-block: 104px; }
.section-stack { padding-block: 104px 40px; }
.section-bonus { padding-block: 64px 104px; }
.band { background: var(--blush); padding-block: 96px; }
.band-close { padding-block: 112px 96px; }
.rule { height: 1px; background: var(--line); border: 0; }
.grid3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.grid2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.grid-top { margin-top: 56px; }
.grid2.grid-top { margin-top: 48px; }

/* ---- type ------------------------------------------------------------ */
.eyebrow { font-size: 12px; font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase; color: var(--accent); }
.eyebrow-light { color: var(--on-dark-accent); }
.eyebrow-spaced { margin-top: 28px; }
.h2 { font-family: var(--serif); font-weight: 300; font-size: 52px; line-height: 1.08; color: var(--heading); margin-top: 16px; }
.h2-capped { max-width: 760px; margin-inline: auto; }
.h2-light { color: var(--on-dark); }
.body { font-size: 18px; line-height: 1.8; margin-top: 22px; }
.body-capped { max-width: 640px; margin-inline: auto; }
.prog { font-family: var(--program); font-style: italic; font-weight: 400; }
.count { font-variant-numeric: tabular-nums; font-weight: 400; }
.count-accent { color: var(--accent); }

/* ---- calls to action -------------------------------------------------- */
.cta { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 0 44px; background: var(--ink); color: var(--ivory); font-size: 13px; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: background 250ms, color 250ms; }
.cta:hover { background: var(--accent); color: var(--ivory); }
.cta:focus-visible { outline: 1px solid var(--accent); outline-offset: 3px; }
.cta-ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.cta-light { background: var(--on-dark); color: var(--ink); }
.cta-light:hover { background: var(--accent); color: var(--ivory); }
.cta-ghost-light { background: transparent; color: var(--on-dark); border: 1px solid var(--on-dark); }
.cta[aria-disabled="true"] { opacity: 0.5; pointer-events: none; }
.cta-wrap { margin-top: 40px; }
.cta-group { margin-top: 40px; }
.cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 18px; }
.cta-note { margin-top: 16px; font-size: 15px; line-height: 1.7; color: var(--accent); }
.cta-note-light { color: var(--on-dark-accent); }

/* ---- banner and brand ------------------------------------------------ */
.banner { background: var(--ink); color: var(--on-dark); text-align: center; padding: 14px 20px; font-size: 13px; letter-spacing: 0.08em; }
.banner .count { font-size: 20px; font-weight: 500; letter-spacing: 0.04em; }
header { text-align: center; padding: 40px 20px 0; }
.brand { font-family: var(--serif); font-size: 26px; font-weight: 400; letter-spacing: 0.02em; color: var(--ink); text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand-accent { color: var(--accent); }

/* ---- hero ------------------------------------------------------------ */
.hero { text-align: center; padding-block: 88px 96px; }
.hero-title { margin-top: 22px; font-size: 128px; line-height: 0.95; color: var(--accent); }
.hero-sub { font-family: var(--serif); font-size: 30px; font-weight: 300; line-height: 1.3; margin-top: 26px; color: var(--heading); }
.hero-meta { margin-top: 26px; font-size: 15px; letter-spacing: 0.04em; }

/* ---- story ----------------------------------------------------------- */
.pull { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 34px; line-height: 1.3; color: var(--heading); margin-top: 44px; }
.inline-prog { font-size: 21px; color: var(--accent); }

/* ---- what changes ---------------------------------------------------- */
.words { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 28px; margin-top: 48px; font-family: var(--serif); font-size: 34px; font-weight: 300; color: var(--heading); line-height: 1.4; }

/* ---- credential cards and voices ------------------------------------- */
.card { background: var(--white); border: 1px solid var(--line); padding: 32px 28px; }
.card-title { font-family: var(--serif); font-size: 28px; font-weight: 400; line-height: 1.2; margin-top: 14px; color: var(--heading); }
.card-note { font-size: 15px; line-height: 1.7; margin-top: 14px; }
.voice { background: var(--white); border: 1px solid var(--line); padding: 32px 28px; display: flex; flex-direction: column; gap: 18px; }
.voice blockquote { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 24px; line-height: 1.35; color: var(--heading); }
.voice figcaption { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; }

/* ---- everything inside ----------------------------------------------- */
.stack { margin-top: 48px; }
.stackrow { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 19px; }
.stackrow-name { color: var(--heading); font-weight: 400; }
.stackrow-note { font-size: 15px; margin-top: 4px; }
.stackrow-price { font-family: var(--serif); font-size: 26px; color: var(--ink); white-space: nowrap; }

/* ---- bonuses and price ----------------------------------------------- */
.bonus { background: var(--blush); padding: 36px 32px; }
.bonus-title { font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.2; margin-top: 14px; color: var(--heading); }
.bonus-note { font-size: 16px; line-height: 1.7; margin-top: 14px; }
.total { margin-top: 64px; background: var(--white); border: 1px solid var(--line-strong); padding: 44px 36px; text-align: center; }
.total-value { font-family: var(--serif); font-size: 56px; font-weight: 300; margin-top: 10px; color: var(--ink); text-decoration: line-through; text-decoration-color: var(--accent); text-decoration-thickness: 2px; }
.price { font-family: var(--serif); font-size: 80px; font-weight: 400; line-height: 1; margin-top: 10px; color: var(--accent); }
.price-split { font-size: 16px; margin-top: 14px; }
.price-note { font-size: 15px; margin-top: 10px; }

/* ---- deadlines ------------------------------------------------------- */
.join { background: var(--ink); color: var(--on-dark); padding-block: 96px; }
.clock { display: flex; justify-content: center; gap: 36px; margin-top: 40px; }
.clock b { display: block; font-family: var(--serif); font-size: 60px; font-weight: 300; line-height: 1; font-variant-numeric: tabular-nums; }
.clock span { display: block; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; margin-top: 8px; color: var(--on-dark-soft); }
.facts { margin-top: 48px; text-align: left; font-size: 17px; line-height: 1.8; }
.fact { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-top: 1px solid var(--line-on-dark); }
.fact-last { border-bottom: 1px solid var(--line-on-dark); }
.promise { font-size: 16px; line-height: 1.7; margin-top: 32px; color: var(--on-dark-soft); }
.promise strong { color: var(--on-dark); font-weight: 400; }

/* ---- close and footer ------------------------------------------------ */
.close-line { font-size: 72px; line-height: 1; color: var(--accent); }
.close-body { font-size: 20px; }
footer { text-align: center; padding: 40px 20px 56px; font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; }
.fine { display: inline-block; margin-top: 10px; text-transform: none; letter-spacing: 0.04em; }

@media (max-width: 760px) {
  .wrap, .narrow { padding: 0 20px; }
  .h2 { font-size: 38px; }
  .body { font-size: 17px; }
  .grid3, .grid2 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .hero-title { font-size: 88px; }
  .hero-sub { font-size: 26px; }
  .pull { font-size: 28px; }
  .words { font-size: 28px; gap: 8px 22px; }
  .banner .count { font-size: 17px; }
  .clock { gap: 18px; }
  .clock b { font-size: 48px; }
  .stackrow { font-size: 17px; }
  .price { font-size: 64px; }
  .total-value { font-size: 44px; }
  .total { padding: 36px 24px; }
  .close-line { font-size: 56px; }
  .cta { width: 100%; padding: 0 24px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
