/* ============================================================
   Halle Eavelyn — The Great Wealth Transfer launch pages, v2
   Her rebrand round: editorial luxury, modern feminine wealth.
   One deep blue (#17135C) carries every dark moment; warm ivory
   (#FBFAF5) is the only light surface; amber (#ED941C) fires the
   conversion moments — CTAs, pricing, emphasis — and nowhere
   else; bronze (#98651D) sets the eyebrows, labels, fine rules,
   and small details. Lavender is gone. The white-cards-on-
   colored-band treatment is gone: hierarchy comes from scale,
   whitespace, thin bronze rules, and ivory/deep-blue shifts.
   Contrast, held to AA:
   - bronze on ivory 4.8:1 (labels, small text)
   - amber on ivory 2.25:1 — NEVER small text on light; it sets
     buttons (blue text on amber, 7:1) and large numerals only
   - amber on deep blue 6.9:1 (accents and pricing on dark)
   - ivory on deep blue 15.6:1; bronze on deep blue 3.3:1 is
     decorative rules only, never text
   Typography: Cormorant Infant (display, per Halle) +
   Source Serif 4 (body) + Archivo (labels) + Amsterdam One
   (script accents, per David).
   Copy is hers, verbatim, save the standing no-"quiet" rule.
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Source+Serif+4:ital,opsz,wght@0,8..60,400..600;1,8..60,400&family=Archivo:wght@500;600;700&display=swap");

@font-face {
  font-family: "Amsterdam One";
  src: url("/assets/fonts/amsterdamone.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --ivory: #FBFAF5;
  --blue: #17135C;
  --ink: #17135C;
  --body-c: #17135C;
  --muted: #6B675C;
  --amber: #ED941C;
  --amber-deep: #C97815;
  --bronze: #98651D;
  --bronze-rule: rgba(152, 101, 29, 0.45);
  --hairline: rgba(23, 19, 92, 0.14);
  --hairline-d: rgba(251, 250, 245, 0.2);
  --ivory-dim: #C9C4B4;
  --error: #963D2C;
  --font-display: "Cormorant Infant", Georgia, serif;
  --font-body: "Source Serif 4", Georgia, serif;
  --font-ui: "Archivo", -apple-system, "Segoe UI", sans-serif;
  --font-script: "Amsterdam One", "Bradley Hand", cursive;
  --wrap: 1160px;
  --ease: cubic-bezier(0.22, 0.7, 0.3, 1);
  /* banding: concentric amber rings, bled off the corners of the
     deep-blue bands only, <=6% opacity */
  --bands: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='880'%20height='880'%3E%3Cg%20fill='none'%20stroke='%23ED941C'%20stroke-opacity='.05'%20stroke-width='1.2'%3E%3Ccircle%20cx='440'%20cy='440'%20r='52'/%3E%3Ccircle%20cx='440'%20cy='440'%20r='66'/%3E%3Ccircle%20cx='440'%20cy='440'%20r='96'/%3E%3Ccircle%20cx='440'%20cy='440'%20r='128'/%3E%3Ccircle%20cx='440'%20cy='440'%20r='142'/%3E%3Ccircle%20cx='440'%20cy='440'%20r='184'/%3E%3Ccircle%20cx='440'%20cy='440'%20r='222'/%3E%3Ccircle%20cx='440'%20cy='440'%20r='238'/%3E%3Ccircle%20cx='440'%20cy='440'%20r='284'/%3E%3Ccircle%20cx='440'%20cy='440'%20r='322'/%3E%3Ccircle%20cx='440'%20cy='440'%20r='338'/%3E%3Ccircle%20cx='440'%20cy='440'%20r='392'/%3E%3Ccircle%20cx='440'%20cy='440'%20r='430'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- base ---------- */

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  background: var(--ivory);
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.72;
  color: var(--body-c);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3 {
  text-wrap: balance;
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.12;
  margin: 0 0 0.5em;
}

p { margin: 0 0 1em; }

a { color: var(--blue); }

:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.night :focus-visible { outline-color: var(--amber); }

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1.15rem, 4vw, 2rem); }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -70px; left: 1rem;
  z-index: 300;
  background: var(--blue);
  color: var(--ivory);
  font-family: var(--font-ui);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0.8rem 1.3rem;
  border-radius: 0 0 3px 3px;
  text-decoration: none;
  transition: top 0.25s var(--ease);
}
.skip-link:focus { top: 0; }

/* ---------- shared voice ---------- */

.kicker,
.eyebrow {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bronze);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.1rem;
}
.kicker::before,
.eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: var(--bronze);
  flex: none;
}
.night .kicker,
.night .eyebrow { color: var(--amber); }
.night .kicker::before, .night .eyebrow::before { background: var(--bronze); }

/* Amsterdam One at ~1.15x of its host line, inline-block, with
   swash clearance on every side. Deep blue on ivory, amber on
   the deep-blue bands. */
.script {
  font-family: var(--font-script);
  font-style: normal;
  font-weight: 400;
  font-size: 1.15em;
  line-height: 1.4;
  display: inline-block;
  padding: 0.06em 0.14em 0.2em 0.06em;
  word-spacing: 0.1em;
  color: var(--blue);
}
.night .script { color: var(--amber); }

.sec-head { max-width: 44rem; margin-bottom: clamp(2.4rem, 5vw, 3.6rem); }
.sec-head h2 { font-size: clamp(2.15rem, 4vw, 3.1rem); line-height: 1.1; }
.sec-sub { font-size: 1.05rem; color: var(--body-c); margin: 0; }
.sec-head-c { margin-inline: auto; text-align: center; }
.sec-head-c .kicker, .sec-head-c .eyebrow { justify-content: center; }
.sec-head-c .kicker::after, .sec-head-c .eyebrow::after {
  content: "";
  width: 26px; height: 1px;
  background: var(--bronze);
  flex: none;
}

.dot {
  display: inline-block;
  width: 5px; height: 5px;
  background: var(--bronze);
  transform: rotate(45deg);
  margin-inline: 0.6rem;
  vertical-align: middle;
}
.night .dot { background: var(--amber); }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 1rem 1.9rem;
  border-radius: 2px;
  border: 1px solid transparent;
  background: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
button.btn { appearance: none; -webkit-appearance: none; }

.btn-gold { background: var(--amber); color: var(--blue); }
.btn-gold:hover { background: var(--amber-deep); }

.btn-ghost { border-color: rgba(23, 19, 92, 0.5); color: var(--blue); }
.btn-ghost:hover { border-color: var(--blue); background: rgba(23, 19, 92, 0.05); }
.night .btn-ghost { border-color: rgba(237, 148, 28, 0.55); color: var(--ivory); }
.night .btn-ghost:hover { border-color: var(--amber); background: rgba(237, 148, 28, 0.08); }

.btn-sm { min-height: 44px; padding: 0.7rem 1.25rem; }
.btn-lg { min-height: 54px; padding: 1.1rem 2.4rem; font-size: 0.82rem; }
.btn-block { display: flex; width: 100%; }
.btn[disabled] { opacity: 0.55; cursor: default; }

.cta-link {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--bronze);
  text-decoration: none;
  border-bottom: 1px solid var(--bronze-rule);
  padding-bottom: 0.3rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.cta-link:hover { color: var(--blue); border-color: var(--blue); }
.night .cta-link { color: var(--amber); }
.night .cta-link:hover { color: var(--ivory); border-color: var(--ivory); }

/* the ledger rule: double hairline between light sections */
.rule-double {
  height: 5px;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  max-width: var(--wrap);
  margin: 0 auto;
}

/* ---------- the deep-blue bands ---------- */

.night {
  background-color: var(--blue);
  background-image: var(--bands), var(--bands);
  background-repeat: no-repeat, no-repeat;
  background-position: -300px -340px, calc(100% + 320px) calc(100% + 340px);
  background-size: 880px 880px, 880px 880px;
  color: var(--ivory);
}
.night h2, .night h3 { color: var(--ivory); }
.night p { color: var(--ivory-dim); }

/* ---------- header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--ivory);
  border-bottom: 1px solid var(--hairline);
  transition: border-color 0.3s var(--ease);
}
.site-header.scrolled { border-bottom-color: rgba(23, 19, 92, 0.3); }

.header-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  padding-block: 1.05rem;
}

.wordmark {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.06rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}
.wordmark span { color: var(--bronze); }

@media (max-width: 430px) {
  .wordmark { font-size: 0.8rem; letter-spacing: 0.12em; }
  .header-in .btn-sm { padding: 0.6rem 0.7rem; font-size: 0.64rem; letter-spacing: 0.1em; }
}

/* ============================================================
   PAGE 1 — THE GREAT WEALTH TRANSFER (registration)
   ============================================================ */

/* ---------- hero: the deep-blue marquee ---------- */

.lhero {
  text-align: center;
  padding-block: clamp(3.8rem, 8.5vw, 7.2rem) clamp(4.2rem, 9vw, 7.4rem);
}
.lhero .kicker { justify-content: center; }
.lhero .kicker::after { content: ""; width: 26px; height: 1px; background: var(--bronze); flex: none; }

.lhero-title {
  font-size: clamp(2.9rem, 6.8vw, 5.2rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: 0.005em;
  color: var(--ivory);
  margin: 0 0 1.2rem;
}
.lhero-title span { display: block; }
.lhero-title .hook {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: 1.18em;
  line-height: 1.42;
  word-spacing: 0.1em;
  color: var(--amber);
  margin: 0.1em 0 0;
  padding: 0.04em 0.14em 0.28em 0.08em;
  display: inline-block;
}

.lhero-sub {
  max-width: 38rem;
  margin: 0 auto 1.9rem;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.66;
  /* her mark: same color as The Great Wealth headline */
  color: var(--ivory);
}

/* the details line: her copy's date row on one bronze-ruled plate */
.lhero-details {
  font-family: var(--font-ui);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ivory);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 0.85rem;
  max-width: 44rem;
  margin: 0 auto 2.2rem;
  padding: 0.95rem 1.2rem;
  border-top: 1px solid var(--bronze-rule);
  border-bottom: 1px solid var(--bronze-rule);
}
.lhero-details .dot { margin-inline: 0; }

.lhero-fine {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ivory-dim);
  margin: 1.6rem 0 0;
}

/* ---------- the moment: four numbers on one ruled ledger ---------- */

.moment { padding-block: clamp(4rem, 8vw, 6.4rem); }
.moment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--bronze-rule);
}
.moment-stat {
  margin: 0;
  padding: 2rem clamp(1.1rem, 2.2vw, 1.9rem) 0.4rem 0;
  border-right: 1px solid var(--hairline);
}
.moment-stat + .moment-stat { padding-left: clamp(1.1rem, 2.2vw, 1.9rem); }
.moment-stat:last-child { border-right: 0; padding-right: 0; }
.moment-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.3rem, 3.7vw, 3.2rem);
  line-height: 1;
  color: var(--bronze);
  margin-bottom: 0.85rem;
}
.moment-note {
  display: block;
  font-size: 0.95rem;
  line-height: 1.66;
  color: var(--body-c);
}
@media (max-width: 880px) {
  .moment-grid { grid-template-columns: 1fr 1fr; row-gap: 0.6rem; }
  .moment-stat { border-right: 0; padding: 1.4rem 0 0.2rem; }
  .moment-stat + .moment-stat { padding-left: 0; }
  .moment-stat:nth-child(odd) { border-right: 1px solid var(--hairline); padding-right: 1.1rem; }
  .moment-stat:nth-child(even) { padding-left: 1.1rem; }
}
@media (max-width: 520px) {
  .moment-grid { grid-template-columns: 1fr; }
  .moment-stat,
  .moment-stat:nth-child(odd),
  .moment-stat:nth-child(even) { border-right: 0; padding: 1.35rem 0 0.15rem; border-top: 1px solid var(--hairline); }
  .moment-stat:first-child { border-top: 0; }
}

/* ---------- the invitation: arriving is not holding ---------- */

.invite { padding-block: clamp(4.2rem, 8.5vw, 7rem); }
.invite-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2.4rem, 5vw, 4.5rem);
  align-items: start;
}
.invite h2 {
  font-size: clamp(2.3rem, 4.2vw, 3.4rem);
  line-height: 1.08;
}
.invite h2 .invite-turn { display: block; margin-top: 0.12em; }
.invite-copy p { font-size: 1.08rem; }

/* the second paragraph is the turn: it wears the bronze keyline */
.invite-pull {
  margin-top: 1.6rem;
  padding: 1.3rem 0 1.3rem 1.6rem;
  border-left: 2px solid var(--bronze);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.32rem;
  line-height: 1.5;
  color: var(--ink);
  margin-bottom: 0;
}

@media (max-width: 880px) {
  .invite-grid { grid-template-columns: 1fr; gap: 1.8rem; }
}

/* ---------- what you will learn: three ruled movements ----------
   No cards, no colored band: three columns straight on the ivory,
   opened by one bronze rule, separated by hairlines, numbered in
   bronze Cormorant numerals. */

.learn { padding-block: clamp(4.2rem, 8.5vw, 7rem); }
.learn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--bronze-rule);
}
.learn-item {
  padding: 2.1rem clamp(1.3rem, 2.6vw, 2.3rem) 0.4rem 0;
  border-right: 1px solid var(--hairline);
}
.learn-item + .learn-item { padding-left: clamp(1.3rem, 2.6vw, 2.3rem); }
.learn-item:last-child { border-right: 0; padding-right: 0; }
.learn-num {
  display: block;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--bronze);
  margin-bottom: 1.2rem;
}
.learn-item h3 {
  font-size: 1.55rem;
  margin-bottom: 0.5rem;
}
.learn-item p { margin: 0; font-size: 0.99rem; }
@media (max-width: 880px) {
  .learn-grid { grid-template-columns: 1fr; }
  .learn-item { border-right: 0; border-top: 1px solid var(--hairline); padding: 1.7rem 0 0.4rem; }
  .learn-item:first-child { border-top: 0; }
  .learn-item + .learn-item { padding-left: 0; }
}

/* ---------- about Halle: portrait in a bronze-ruled frame ---------- */

.about { padding-block: clamp(4.2rem, 8.5vw, 7rem); }
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2.4rem, 5vw, 4.5rem);
  align-items: center;
}
.about-art { position: relative; }
/* the lavender backing block is retired: the portrait sits in an
   offset hairline frame drawn in bronze, nothing filled */
.about-back {
  position: absolute;
  inset: 7% -18px -18px auto;
  width: 86%;
  border: 1px solid var(--bronze-rule);
  border-radius: 2px;
}
.about-portrait {
  position: relative;
  z-index: 1;
  width: min(100%, 400px);
  border-radius: 2px;
  border: 3px solid var(--blue);
}
.about-plate {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: -1.4rem 0 0 1.2rem;
  background: var(--blue);
  color: var(--amber);
  font-family: var(--font-script);
  font-size: 1.15rem;
  line-height: 1.5;
  padding: 0.7rem 1.4rem 0.95rem;
  border-radius: 2px;
}
.about-copy h2 { font-size: clamp(2.15rem, 4vw, 3.1rem); }
.about-copy p { font-size: 1.08rem; }
@media (max-width: 880px) {
  .about-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .about-art { max-width: 340px; }
}

/* ---------- register: the deep-blue ceremony with the seat form ---------- */

.register { padding-block: clamp(4.2rem, 9vw, 7.4rem); }
.register-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2.4rem, 5.5vw, 5rem);
  align-items: center;
}
.register h2 {
  font-size: clamp(2.3rem, 4.2vw, 3.4rem);
  line-height: 1.08;
}
.register h2 .script { display: block; font-size: 1.2em; line-height: 1.4; margin-top: 0.18em; padding: 0.04em 0.14em 0.24em 0.06em; }
.register-logistics { font-size: 1.06rem; max-width: 30rem; }
.register-fine {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ivory-dim);
  margin: 1.4rem 0 0;
}
@media (max-width: 880px) {
  .register-grid { grid-template-columns: 1fr; gap: 2.2rem; }
}

/* ---------- forms (all [data-mock]) ----------
   The one deliberate panel on each page: the conversion moment.
   Ivory, held by a hairline and one amber keyline. */

.reg-form {
  background: var(--ivory);
  border: 1px solid var(--hairline);
  border-top: 2px solid var(--amber);
  padding: clamp(1.6rem, 3.5vw, 2.4rem);
  scroll-margin-top: 6rem;
}

.form-card-head { margin-bottom: 1.5rem; }
.form-card-head h3 { font-size: 1.6rem; margin-bottom: 0.35rem; }
.form-card-head p { color: var(--muted); font-size: 0.94rem; margin: 0; }

.field { margin-bottom: 1.35rem; text-align: left; }
.field label {
  display: block;
  font-family: var(--font-ui); font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--body-c);
  margin-bottom: 0.35rem;
}
.field input {
  width: 100%;
  font: inherit; color: var(--ink);
  background: transparent;
  border: 0; border-bottom: 1px solid rgba(23, 19, 92, 0.42);
  border-radius: 0;
  padding: 0.5rem 0.1rem 0.55rem;
}
.field input:hover { border-bottom-color: rgba(23, 19, 92, 0.62); }
.field input:focus {
  outline: none;
  border-bottom: 2px solid var(--blue);
  padding-bottom: calc(0.55rem - 1px);
}
.form-fine { font-size: 0.85rem; color: var(--muted); margin: 1rem 0 0; }
form .btn { margin-top: 0.4rem; }

.form-success {
  background: var(--ivory);
  border: 1px solid var(--hairline);
  border-top: 2px solid var(--amber);
  padding: 2rem 1.8rem;
  text-align: left;
}
.form-success:focus { outline: none; }
.form-success-glyph {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px;
  border: 1px solid var(--bronze-rule); border-radius: 2px;
  color: var(--blue);
  margin-bottom: 1rem;
}
.form-success h3 { font-size: 1.6rem; margin-bottom: 0.4rem; }
.form-success p { margin: 0 0 0.6em; }
.form-success .form-demo-note { font-size: 0.85rem; color: var(--muted); margin: 0.9rem 0 0; }

/* the form panels sit inside deep-blue bands, so their text takes
   its ink back from the .night inheritance */
.night .reg-form h3, .night .form-success h3 { color: var(--ink); }
.night .reg-form p { color: var(--muted); }
.night .form-success p { color: var(--body-c); }
.night .form-success .form-demo-note { color: var(--muted); }

/* ============================================================
   PAGE 2 — RECLAIMING WEALTH (offer)
   ============================================================ */

/* ---------- offer hero: ivory, the stage found ---------- */

.ohero { padding-block: clamp(3.6rem, 7.5vw, 6.2rem) clamp(3rem, 6vw, 5rem); }
.ohero-in { max-width: 52rem; }
.ohero h1 {
  font-size: clamp(2.4rem, 5.2vw, 3.9rem);
  line-height: 1.06;
  letter-spacing: 0.005em;
  margin-bottom: 1.1rem;
}
.ohero h1 .script { display: block; font-size: 1.15em; line-height: 1.4; margin-top: 0.16em; padding: 0.04em 0.14em 0.24em 0.06em; color: var(--blue); }
.ohero-sub {
  font-size: clamp(1.08rem, 1.7vw, 1.22rem);
  max-width: 40rem;
  margin-bottom: 0;
}
.ohero-sub strong { font-weight: 600; color: var(--ink); }

/* ---------- the bridge ---------- */

.bridge { padding-block: clamp(3.4rem, 7vw, 5.8rem); }
.bridge-in { max-width: 48rem; }
.bridge p { font-size: 1.1rem; }
.bridge-pull {
  margin-top: 1.5rem;
  padding: 1.3rem 0 1.3rem 1.6rem;
  border-left: 2px solid var(--bronze);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.42rem;
  line-height: 1.6;
  color: var(--ink);
  margin-bottom: 0;
}
.bridge-pull .script { font-size: 1.3em; line-height: 1.3; padding: 0.04em 0.14em 0.18em 0.06em; }

/* ---------- what's inside: four ruled components ----------
   The wash band and white cards are retired: a two-column ruled
   register straight on the ivory. */

.inside { padding-block: clamp(4.2rem, 8.5vw, 7rem); }
.inside-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(2.2rem, 5vw, 4rem);
}
.inside-item {
  padding: 1.7rem 0 1.3rem;
  border-top: 1px solid var(--hairline);
}
.inside-item:nth-child(-n+2) { border-top: 1px solid var(--bronze-rule); }
.inside-item h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.inside-item p { margin: 0; font-size: 0.99rem; }
.inside-kick {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 0.9rem;
}
@media (max-width: 760px) {
  .inside-grid { grid-template-columns: 1fr; }
  .inside-item:nth-child(-n+2) { border-top: 1px solid var(--hairline); }
  .inside-item:first-child { border-top: 1px solid var(--bronze-rule); }
}

/* ---------- the founding rate: deep-blue price ceremony ---------- */

.rate { text-align: center; padding-block: clamp(4.2rem, 9vw, 7.4rem); }
.rate h2 {
  font-size: clamp(2.3rem, 4.2vw, 3.4rem);
  margin-bottom: 1rem;
}
.rate-copy { max-width: 36rem; margin: 0 auto 2rem; font-size: 1.08rem; }
.rate-plate {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 1rem 1.6rem;
  margin: 0 auto 2rem;
}
.rate-was {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  color: var(--ivory-dim);
  text-decoration: line-through;
  text-decoration-color: var(--amber);
  text-decoration-thickness: 2.5px;
}
.rate-now {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(3.6rem, 7.4vw, 5.4rem);
  line-height: 1;
  color: var(--amber);
}
.rate-now-label {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--amber);
  margin-top: 0.7rem;
}
.rate-fine {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ivory-dim);
  margin: 1.6rem 0 0;
}

/* ---------- who this is for ---------- */

.who { padding-block: clamp(4.2rem, 8.5vw, 7rem); }
.who-in { max-width: 48rem; }
.who p { font-size: 1.08rem; }
.who-fine { font-size: 0.95rem; font-style: italic; color: var(--muted); margin-top: 1.4rem; }

/* ---------- faq: the ruled register ---------- */

.faq { padding-block: clamp(4.2rem, 8.5vw, 7rem); }
.faq-list { max-width: 48rem; margin: 0; }
.faq-item {
  border-top: 1px solid var(--hairline);
  padding: 1.5rem 0 1.2rem;
}
.faq-item:first-child { border-top: 1px solid var(--bronze-rule); }
.faq-item:last-child { border-bottom: 1px solid var(--hairline); }
.faq-item h3 { font-size: 1.4rem; margin-bottom: 0.45rem; }
.faq-item p { margin: 0; font-size: 1rem; }

/* ---------- footer ---------- */

.site-footer { background: var(--ivory); }
.footer-in {
  padding-block: 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.15rem;
  text-align: center;
}
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.4rem 1.5rem; }
.footer-nav a {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--body-c);
  text-decoration: none;
  padding: 0.35rem 0 0.25rem;
  border-bottom: 1px solid transparent;
}
.footer-nav a:hover { color: var(--blue); border-color: var(--bronze); }
.footer-copy {
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
  max-width: 52rem;
}

/* ============================================================
   MOTION ENGINE — visible by default, animated only under .anim
   ============================================================ */

.hi { opacity: 1; }
.anim .hi {
  --hi-from: translateY(22px);
  animation: heroIn 0.9s var(--ease) var(--d, 0s) backwards;
}
@keyframes heroIn {
  from { opacity: 0; transform: var(--hi-from, translateY(22px)); }
}

.rv { opacity: 1; }
.anim .rv { opacity: 0; }
.anim .rv-in { opacity: 1; animation: rvIn 0.8s var(--ease) var(--rvd, 0s) backwards; }
.rv-in { opacity: 1; }
.rv-up { --rv-from: translateY(26px); }
.rv-fade { --rv-from: none; }
@keyframes rvIn {
  from { opacity: 0; transform: var(--rv-from, none); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001s !important;
    animation-delay: 0s !important;
    transition-duration: 0.001s !important;
  }
  .hi, .anim .hi, .rv, .anim .rv, .rv-in { opacity: 1 !important; transform: none !important; animation: none !important; }
}

/* ---------- print ---------- */

@media print {
  body { background: #fff; color: #000; }
  .skip-link, .header-in .btn, .lhero .btn, .final .btn { display: none !important; }
  .site-header { position: static; border-bottom: 1px solid #000; }
  .night, .lhero, .register, .rate {
    background: #fff !important;
    background-image: none !important;
    color: #000 !important;
  }
  .night h2, .night h3, .night p, .lhero-title, .lhero-title .hook,
  .lhero-details, .lhero-sub, .rate-now, .rate-was, .final-meta,
  .night .kicker, .night .script { color: #000 !important; }
  .hi, .rv, .rv-in { opacity: 1 !important; transform: none !important; animation: none !important; }
  a { color: #000; text-decoration: underline; }
}

/* honeypot: visually gone, present for bots */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-error {
  font-size: 0.9rem;
  color: var(--error);
  margin: 0 0 0.8rem;
}
