/* ============================================================
   Halle Eavelyn, iteration 10 · NAVY, CREAM, HER GOLD
   Group stylesheet: /session/ (Work With Me) + /coaching/ (Method)
   Halle's palette from her markup: navy #17135C on the night
   bands, cream #FBFAF5 as the page, and the gold from her own
   site (#ED941C). Engraved like a certificate. No shadows
   anywhere; depth is borders, surface shifts, and night bands.
   Type: Cormorant Infant (display) · Source Serif 4 (body) · Archivo (UI)
   · Forever Soulmates, her handwriting face, as the second accent.
   ============================================================ */

/* her own handwriting face, self-hosted from her site's asset set */
@font-face {
  font-family: "Amsterdam One";
  src: url("/assets/fonts/amsterdamone.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --cream: #FBFAF5;
  --alabaster: #FBFAF5;
  --wash: #F4F1E7;
  --night: #17135C;
  --night-2: #17135C;
  --violet: #17135C;
  --peri-deep: #17135C;
  --ink: #17135C;
  --body-c: #17135C;
  --muted: #6B675C;
  --gold: #ED941C;
  --gold-light: #ED941C;
  --gold-ink: #98651D;
  --gold-ink-2: #98651D; /* AA on wash (5.31:1) */
  --gold-rule: rgba(152, 101, 29, 0.5);
  --hairline: rgba(23, 19, 92, 0.16);
  --hairline-strong: rgba(23, 19, 92, 0.34);
  --hairline-d: rgba(251, 250, 245, 0.18);
  --night-text: #FBFAF5;
  --night-body: #DDD9CC;
  --night-muted: #C9C4B4;
  /* strata: the five stages deepening, pale violet to navy night */
  --strata-1: #EDE4D2;
  --strata-2: #D9C49C;
  --strata-3: #B98F4E;
  --strata-4: #98651D;
  --strata-5: #17135C;
  --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", "Forever Soulmates", cursive;
  --peri: #17135C;
  --wrap: 1160px;
  --ease: cubic-bezier(0.22, 0.75, 0.25, 1);
  /* navy banding: concentric gold rings, <=6% opacity,
     bled off the corners of night bands only */
  --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='.055'%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;
  background: var(--cream);
}

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

img { max-width: 100%; height: auto; display: block; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
a { color: var(--peri-deep); }
:focus-visible { outline: 3px solid var(--peri-deep); outline-offset: 3px; }
.night :focus-visible { outline-color: var(--gold-light); }

h1, h2, h3 {
  font-family: var(--font-display);
  color: var(--ink);
  margin: 0 0 0.5em;
}

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

.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; left: 1rem; top: -4rem; z-index: 60;
  background: var(--night); color: var(--night-text);
  font-family: var(--font-ui); font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none;
  padding: 0.7rem 1.2rem; border-radius: 2px;
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: 1rem; }

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

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

/* accent words inside frozen copy: Forever Soulmates, the handwriting face
   from Halle's own site (her request 2). Never a rewrite, only a dress. */
.accent-i,
.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(--peri-deep);
}
.accent-i em, em.accent-u { font-style: normal; }
.night .accent-i,
.night .script { color: var(--gold-light); }

.btn {
  display: inline-block;
  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;
}
.btn-gold { background: var(--gold); color: var(--night); }
.btn-gold:hover { background: #C97815; }
.btn-ghost { border-color: rgba(23, 19, 92, 0.45); color: var(--violet); }
.btn-ghost:hover { border-color: var(--violet); background: rgba(23, 19, 92, 0.05); }
.night .btn-ghost,
.btn-ghost-night { border-color: rgba(237, 148, 28, 0.55); color: var(--gold-light); }
.night .btn-ghost:hover,
.btn-ghost-night:hover { border-color: var(--gold-light); background: rgba(237, 148, 28, 0.08); color: var(--gold-light); }
.btn-sm { padding: 0.7rem 1.25rem; }
.btn-lg { padding: 1.15rem 2.4rem; }
.btn-block { display: block; width: 100%; }

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

/* 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;
}

/* ceremonial lozenge marks */
.lz { color: var(--gold); font-size: 0.55rem; }

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

.site-header {
  background: var(--cream);
  border-bottom: 1px solid var(--hairline);
}
.header-in {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.4rem; flex-wrap: wrap;
  padding-block: 1.1rem;
}
.wordmark {
  font-family: var(--font-display);
  font-weight: 500; font-size: 1.02rem;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink); text-decoration: none; white-space: nowrap;
}
.wordmark span { color: var(--gold-ink); }

.nav { display: flex; align-items: center; gap: 1.6rem; }
.nav a:not(.btn) {
  font-family: var(--font-ui); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--body-c); text-decoration: none;
  padding-bottom: 0.25rem; border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.nav a:not(.btn):hover { color: var(--violet); border-color: var(--gold-ink); }
.nav a[aria-current="page"] { color: var(--violet); border-bottom-color: var(--gold-ink); }
.nav .nav-more { display: none; }

.header-mini { display: none; align-items: center; gap: 0.7rem; }
.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px;
  background: none; border: 1px solid var(--hairline-strong);
  border-radius: 2px; color: var(--ink); cursor: pointer;
  transition: border-color 0.2s ease;
}
.nav-toggle:hover { border-color: var(--violet); }

@media (max-width: 940px) {
  .nav {
    display: none;
    flex-basis: 100%; flex-direction: column; align-items: stretch;
    gap: 0;
    border-top: 1px solid var(--hairline);
    padding-block: 0.4rem 1rem;
  }
  .nav.open { display: flex; }
  .nav a:not(.btn) {
    padding: 0.85rem 0.2rem;
    border-bottom: 1px solid var(--hairline);
  }
  .nav a:not(.btn):last-of-type { border-bottom-color: transparent; }
  .nav .nav-more { display: block; }
  .nav .btn { display: none; }
  .header-mini { display: flex; }
}

/* one compact header row at phone widths: wordmark left,
   quiz button + menu affordance right, no wrapping */
@media (max-width: 620px) {
  .header-in { gap: 0.8rem; }
  .wordmark { font-size: 0.8rem; letter-spacing: 0.14em; }
  .header-mini { gap: 0.45rem; }
  .header-mini .btn {
    padding: 0.55rem 0.7rem;
    font-size: 0.64rem;
    letter-spacing: 0.08em;
  }
  .nav-toggle { width: 38px; height: 38px; }
}

/* ---------- page hero ---------- */

.hero-page {
  padding-block: clamp(3.2rem, 6.5vw, 5.5rem) clamp(3.4rem, 7vw, 6rem);
}
.hero-title {
  font-size: clamp(2.35rem, 4.6vw, 3.7rem);
  font-weight: 500; line-height: 1.08; letter-spacing: -0.01em;
  max-width: 21ch;
  margin: 0 0 1.3rem;
}
.hero-sub {
  max-width: 37rem;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.3rem; }
.cred {
  font-family: var(--font-ui); font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--muted);
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.7rem;
  margin: 0;
}

/* ---------- sections ---------- */

.sec { padding-block: clamp(4rem, 8vw, 6.8rem); }
.sec-head { max-width: 46rem; margin-bottom: clamp(2.2rem, 4.6vw, 3.4rem); }
.sec-head h2 {
  font-size: clamp(2rem, 3.8vw, 2.9rem);
  font-weight: 500; line-height: 1.12;
}
.sec-sub { font-size: 1.05rem; color: var(--body-c); margin: 0; }
.night .sec-head { margin-inline: auto; text-align: center; }

/* ---------- night bands ---------- */

.night {
  background-color: var(--night);
  background-image: var(--bands), var(--bands), linear-gradient(180deg, var(--night-2), var(--night) 40%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: -300px -340px, calc(100% + 320px) calc(100% + 340px), 0 0;
  background-size: 880px 880px, 880px 880px, cover;
  color: var(--night-text);
}
.night h2, .night h3 { color: var(--night-text); }
.night p { color: var(--night-body); }

/* ---------- the two free doors ---------- */

.door-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.2rem, 2.6vw, 2rem);
}
.door-card {
  position: relative;
  background: var(--alabaster);
  border: 1px solid var(--hairline);
  border-radius: 2px;
  padding: clamp(1.7rem, 3vw, 2.4rem);
  transition: border-color 0.25s ease;
}
.door-card::before {
  content: "";
  position: absolute; top: -1px; left: -1px; right: -1px; height: 2px;
  background: var(--gold);
  transform: scaleX(0); transform-origin: left center;
  transition: transform 0.35s var(--ease);
}
.door-card:hover { border-color: var(--hairline-strong); }
.door-card:hover::before { transform: scaleX(1); }
.door-q {
  font-family: var(--font-ui); font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold-ink); margin: 0 0 0.9rem;
}
.door-card h3 { font-size: 1.35rem; font-weight: 500; margin-bottom: 0.45em; }
.door-card p { font-size: 0.98rem; margin-bottom: 1.4em; }

/* ---------- the ascension map: the ascent register ---------- */

.register {
  list-style: none;
  border-top: 1px solid var(--gold-ink); /* the vein */
  border-bottom: 1px solid var(--hairline);
}
.reg-row {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) auto;
  gap: 0.35rem 2.2rem;
  align-items: baseline;
  padding: 1.45rem 0.2rem 1.55rem;
  border-top: 1px solid var(--hairline);
}
.reg-row:first-child { border-top: 0; }
.reg-label {
  grid-column: 1; grid-row: 1;
  font-family: var(--font-ui); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); margin: 0;
}
.reg-name {
  grid-column: 2; grid-row: 1;
  font-size: 1.28rem; font-weight: 500; line-height: 1.25;
  margin: 0;
}
.reg-name a {
  color: var(--ink); text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.reg-name a:hover { color: var(--peri-deep); border-bottom-color: var(--gold-rule); }
.reg-price {
  grid-column: 3; grid-row: 1;
  justify-self: end; text-align: right;
  font-family: var(--font-ui); font-size: 0.76rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold-ink); margin: 0;
}
.reg-map {
  grid-column: 2; grid-row: 2;
  font-family: var(--font-ui); font-size: 0.66rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold-ink);
  display: flex; align-items: center; gap: 0.55rem;
  margin: 0.1rem 0 0;
}
.reg-map::before { content: "\25C6"; font-size: 0.5rem; color: var(--gold-ink); }
.reg-line, .reg-next {
  grid-column: 2; grid-row: auto;
  font-size: 0.95rem; line-height: 1.6;
  margin: 0.25rem 0 0;
}
.reg-line { color: var(--body-c); }
.reg-next { color: var(--muted); font-style: italic; }

/* the summit: Sovereign Legacy Private on a night panel, gold keyline */
.reg-summit {
  position: relative;
  margin-block: 1.4rem 1.5rem;
  border-top: 0;
  background-color: var(--night);
  background-image: linear-gradient(160deg, var(--night-2), var(--night) 55%);
  border: 1px solid var(--gold-rule);
  border-radius: 2px;
  padding: 1.8rem clamp(1.2rem, 2.6vw, 2rem) 1.9rem;
}
.reg-summit::after {
  content: "";
  position: absolute; inset: 7px;
  border: 1px solid rgba(237, 148, 28, 0.3);
  border-radius: 1px;
  pointer-events: none;
}
.reg-summit .reg-label { color: var(--gold-light); }
.reg-summit .reg-name a { color: var(--night-text); }
.reg-summit .reg-name a:hover { color: var(--gold-light); }
.reg-summit .reg-price { color: var(--gold-light); }
.reg-summit .reg-map { color: var(--gold-light); }
.reg-summit .reg-line { color: var(--night-body); }
.reg-summit .reg-next { color: var(--night-muted); }

/* the credibility line: violet fine print under the tier register */
.tier-fine {
  max-width: 46rem;
  font-size: 0.92rem; line-height: 1.65;
  color: var(--muted);
  margin: 1.6rem 0 0;
}

/* ---------- the tiers in depth ---------- */

.tier-stack { border-top: 1px solid var(--gold-ink); } /* the vein */
.tier {
  border-top: 1px solid var(--hairline);
  padding-block: clamp(2.6rem, 5vw, 4rem);
}
.tier-stack .tier:first-child { border-top: 0; }
.tier-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: clamp(1.3rem, 2.6vw, 2.2rem);
  align-items: start;
  margin-bottom: 0.9rem;
}
.tier-no {
  font-family: var(--font-display); font-weight: 500;
  font-size: 2.3rem; line-height: 1;
  color: var(--gold-ink);
  margin: 0.25rem 0 0;
}
.tier-no::after {
  content: ""; display: block; width: 22px; height: 1px;
  background: var(--gold-rule); margin-top: 0.85rem;
}
.tier h3 {
  font-size: clamp(1.6rem, 2.5vw, 2.15rem);
  font-weight: 500; line-height: 1.15;
  margin: 0 0 0.35em;
}
.tier-price {
  font-weight: 600; color: var(--ink);
  font-size: 1rem; line-height: 1.55;
  display: flex; align-items: baseline; gap: 0.7rem;
  margin: 0 0 0.8rem;
}
.tier-price::before {
  content: ""; width: 18px; height: 1px; flex: none;
  background: var(--gold-ink);
  transform: translateY(-0.28em);
}
.tier-what { max-width: 46rem; font-size: 1.04rem; margin: 0 0 1.6rem; }
.tier-body { grid-column: 2; min-width: 0; }
.tier-cols {
  display: grid; grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(1.6rem, 3.4vw, 3rem);
  margin-bottom: 1.9rem;
}
.tier-label {
  font-family: var(--font-ui); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold-ink);
  margin: 0 0 0.75rem;
}
.value-list {
  list-style: none;
}
.value-list li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.25rem;
  font-size: 0.97rem; line-height: 1.6;
  border-top: 1px solid var(--hairline);
}
.value-list li:first-child { border-top: 0; padding-top: 0.1rem; }
.value-list li::before {
  content: "\25C6";
  position: absolute; left: 0; top: 0.95em;
  font-size: 0.42rem; line-height: 1;
  color: var(--gold-ink);
}
.value-list li:first-child::before { top: 0.6em; }
.term { margin-top: 1.4rem; }
.term:first-child { margin-top: 0; }
.term p:last-child { font-size: 0.97rem; line-height: 1.62; margin: 0; }

/* the crown tier, in depth */
.tier-crown {
  border-top: 2px solid var(--gold-ink);
  background: var(--alabaster);
  border-inline: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  border-radius: 2px;
  padding-inline: clamp(1.4rem, 3vw, 2.6rem);
}

/* ---------- Egypt: the crown jewel, the one photo-led night band ---------- */

.egypt-band { padding-block: clamp(4rem, 8vw, 6.8rem); }
.egypt-grid {
  display: grid; grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(2.2rem, 5vw, 4.2rem);
  align-items: center;
}
.egypt-media { position: relative; }
.egypt-media img {
  width: 100%; aspect-ratio: 3 / 4; object-fit: cover;
  border-radius: 2px;
}
.egypt-media::after {
  content: "";
  position: absolute; inset: 12px;
  border: 1px solid rgba(237, 148, 28, 0.55);
  border-radius: 1px;
  pointer-events: none;
}
.egypt-band .kicker { justify-content: flex-start; }
.egypt-band .kicker::after { display: none; }
.egypt-band .tier-no { color: var(--gold-light); }
.egypt-band .tier-price { color: var(--night-text); }
.egypt-band .tier-label { color: var(--gold-light); }
.egypt-band .tier { border-top: 0; padding-block: 0; }
.egypt-band .tier-cols { grid-template-columns: 1fr 1fr; margin-bottom: 1.7rem; }

/* ---------- the application ---------- */

.apply-grid {
  display: grid; grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(2.4rem, 5vw, 4.2rem);
  align-items: start;
}
.apply-copy h2 { font-size: clamp(2rem, 3.8vw, 2.9rem); font-weight: 500; line-height: 1.12; }

.feat-card {
  background: var(--alabaster);
  border: 1px solid var(--hairline);
  border-radius: 2px;
  padding: clamp(1.5rem, 2.6vw, 2rem);
  margin: 2rem 0 0;
}
.feat-card blockquote { margin: 0 0 1.2rem; }
.feat-card blockquote p {
  font-family: var(--font-display);
  font-size: 1.08rem; font-weight: 500; line-height: 1.6;
  color: var(--ink); margin: 0;
}
.feat-person {
  display: flex; align-items: center; gap: 0.9rem;
  border-top: 1px solid var(--hairline);
  padding-top: 1.1rem;
}
.feat-person img {
  width: 52px; height: 52px; object-fit: cover;
  border-radius: 2px;
  border: 1px solid var(--hairline);
}
.feat-person span { display: flex; flex-direction: column; gap: 0.1rem; }
.feat-person strong {
  font-family: var(--font-display); font-weight: 600;
  font-size: 0.98rem; color: var(--ink);
}
.feat-person em {
  font-style: normal;
  font-family: var(--font-ui); font-size: 0.66rem; font-weight: 600;
  letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--muted);
}

/* forms: hairline underlines, no boxes, periwinkle focus */
.form-card {
  background: var(--alabaster);
  border: 1px solid var(--hairline);
  border-top: 2px solid var(--gold-ink);
  border-radius: 2px;
  padding: clamp(1.7rem, 3vw, 2.4rem);
}
.form-card-head h3 { font-size: 1.5rem; font-weight: 500; margin-bottom: 0.3em; }
.form-card-head p { font-size: 0.96rem; color: var(--muted); margin-bottom: 1.6em; }
.field { margin-bottom: 1.35rem; }
.field label {
  display: block;
  font-family: var(--font-ui); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 0.4rem;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  font-family: var(--font-body); font-size: 1rem;
  color: var(--ink);
  background: transparent;
  border: 0; border-bottom: 1px solid var(--hairline-strong);
  border-radius: 0;
  padding: 0.55rem 2px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field textarea { resize: vertical; min-height: 96px; line-height: 1.55; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-bottom-color: var(--peri-deep);
  box-shadow: 0 1px 0 var(--peri-deep);
}
.form-card .btn { margin-top: 0.4rem; }
.form-fine {
  font-size: 0.85rem; color: var(--muted);
  text-align: center; margin: 1rem 0 0;
}

/* mock-form success panel (built by app.js) */
.form-success {
  background: var(--alabaster);
  border: 1px solid var(--hairline);
  border-top: 2px solid var(--gold-ink);
  border-radius: 2px;
  padding: clamp(2rem, 3.6vw, 2.8rem);
  text-align: center;
}
.form-success:focus { outline: none; }
.form-success-glyph {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px;
  border: 1px solid var(--gold-rule); border-radius: 999px;
  color: var(--peri-deep);
  margin-bottom: 1.1rem;
}
.form-success h3 { font-size: 1.45rem; font-weight: 500; }
.form-success p { font-size: 0.98rem; margin-bottom: 0.9em; }
.form-demo-note {
  font-family: var(--font-ui); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); margin: 1.4rem 0 0;
}

/* ---------- method page: the pattern ---------- */

.pattern-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(2rem, 4.5vw, 3.6rem);
}
.pattern-item {
  border-top: 1px solid var(--hairline);
  padding-block: 1.5rem 1.2rem;
}
.pattern-item h3 {
  font-family: var(--font-ui); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold-ink);
  margin: 0 0 0.65rem;
}
.pattern-item p { font-size: 0.99rem; line-height: 1.65; margin: 0; }
.pattern-quote {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.1vw, 1.5rem);
  font-weight: 500; font-style: italic; line-height: 1.55;
  color: var(--ink);
  text-align: center;
  max-width: 42rem;
  margin: clamp(2.4rem, 5vw, 3.6rem) auto 0;
}
.pattern-quote::before {
  content: "\25C6";
  display: block;
  font-style: normal; font-size: 0.55rem;
  color: var(--gold-ink);
  margin-bottom: 1.3rem;
}
.sec-sub em { font-family: var(--font-display); font-style: italic; }

/* ---------- method page: the five stages, strata deepening ---------- */

.stage-ledger {
  list-style: none;
  border-top: 1px solid var(--gold-ink); /* the vein */
  border-bottom: 1px solid var(--hairline);
}
.stage-row {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  column-gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: start;
  border-top: 1px solid var(--hairline);
  padding-block: clamp(1.7rem, 3.2vw, 2.4rem);
}
.stage-row:first-child { border-top: 0; }
.stage-num {
  font-family: var(--font-display); font-weight: 500;
  font-size: 2.3rem; line-height: 1;
  color: var(--gold-ink);
  display: block;
}
.strata {
  display: flex; gap: 5px;
  margin-top: 0.95rem;
}
.strata i {
  width: 11px; height: 11px;
  border: 1px solid var(--hairline);
  border-radius: 1px;
  background: transparent;
}
.strata i.on { border-color: transparent; }
.stage-row h3 { font-size: clamp(1.45rem, 2.3vw, 1.9rem); font-weight: 500; margin-bottom: 0.25em; }
.stage-line {
  font-family: var(--font-display);
  font-style: italic; font-weight: 500;
  font-size: 1.08rem; line-height: 1.5;
  color: var(--peri-deep);
  margin: 0 0 0.6em;
}
.stage-row .stage-body p:last-child { font-size: 1rem; margin: 0; }

/* ---------- method page: the core promise (ceremony) ---------- */

.promise { text-align: center; padding-block: clamp(4.6rem, 9vw, 7.5rem); }
.promise-mark {
  display: flex; align-items: center; justify-content: center; gap: 1rem;
  color: var(--gold-ink); font-size: 0.7rem;
  margin: 0 0 2.2rem;
}
.promise-mark::before, .promise-mark::after {
  content: ""; width: 44px; height: 1px; background: var(--gold-rule);
}
.promise blockquote { max-width: 46rem; margin: 0 auto; }
.promise blockquote p {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.7vw, 2.1rem);
  font-weight: 500; line-height: 1.5;
  color: var(--night-text);
  margin: 0 0 1.6rem;
}
.promise cite {
  font-style: normal;
  font-family: var(--font-ui); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--night-muted);
}

/* ---------- method page: the outcomes (a ruled colonnade) ---------- */

.outcome-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--hairline);
  border-top: 2px solid var(--gold-ink);
  background: var(--alabaster);
}
.outcome-card {
  padding: 1.9rem 1.6rem 2.1rem;
  border-left: 1px solid var(--hairline);
}
.outcome-card:first-child { border-left: 0; }
.outcome-q {
  font-family: var(--font-ui); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold-ink);
  display: flex; align-items: center; gap: 0.55rem;
  margin: 0 0 1rem;
}
.outcome-q .lz { font-size: 0.45rem; }
.outcome-card h3 { font-size: 1.22rem; font-weight: 600; margin-bottom: 0.5em; }
.outcome-card p:last-child { font-size: 0.95rem; line-height: 1.62; margin: 0; }

/* ---------- method page: the beliefs (wash band) ---------- */

.beliefs { background: var(--wash); }
/* kicker on wash needs the darker gold ink to hold AA (5.31:1) */
.beliefs .kicker { color: var(--gold-ink-2); }
.belief-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0 clamp(1.8rem, 4vw, 3rem);
}
.belief-item {
  display: flex; align-items: baseline; gap: 0.8rem;
  border-top: 1px solid var(--hairline);
  padding-block: 1.35rem;
}
.belief-item .lz { flex: none; transform: translateY(-0.12em); }
.belief-item p { margin: 0; font-size: 1rem; line-height: 1.55; }
.belief-item strong { font-weight: 600; color: var(--ink); }

/* ---------- method page: the fit ---------- */

.fit-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(1.2rem, 2.6vw, 2rem);
  align-items: start;
}
.fit-card {
  background: var(--alabaster);
  border: 1px solid var(--hairline);
  border-radius: 2px;
  padding: clamp(1.7rem, 3vw, 2.4rem);
}
.fit-card-for { border-top: 2px solid var(--gold-ink); }
.fit-card h3 { font-size: 1.35rem; font-weight: 500; margin-bottom: 0.5em; }
.fit-card > p:last-child { font-size: 0.99rem; line-height: 1.66; margin: 0; }
.notfor-list { list-style: none; }
.notfor-list li {
  position: relative;
  border-top: 1px solid var(--hairline);
  padding: 0.85rem 0 0.85rem 1.35rem;
  font-size: 0.95rem; line-height: 1.6;
}
.notfor-list li:first-child { border-top: 0; padding-top: 0.2rem; }
.notfor-list li::before {
  content: "";
  position: absolute; left: 0; top: 1.62em;
  width: 14px; height: 1px;
  background: var(--gold-ink);
}
.notfor-list li:first-child::before { top: 0.97em; }

/* ---------- method page: client voices ---------- */

.voice-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.2rem, 2.6vw, 2rem);
}
.voice-grid .feat-card { margin: 0; }

/* ---------- final CTA (night ceremony) ---------- */

.final { text-align: center; padding-block: clamp(5rem, 10vw, 8rem); }
.final h2 {
  font-size: clamp(2.2rem, 4.6vw, 3.4rem);
  font-weight: 400; line-height: 1.12;
  margin-bottom: 0.6em;
}
.final .accent-lg {
  display: block;
  font-family: var(--font-script);
  font-style: normal; font-weight: 400;
  font-size: 1.18em; line-height: 1.35;
  padding: 0.04em 0.14em 0.28em 0.06em;
  color: var(--gold-light);
}
.final-sub { max-width: 34rem; margin: 0 auto 2rem; }
.final-ctas {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem;
  margin-bottom: 2.4rem;
}
.final-meta {
  font-family: var(--font-ui); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 0.8rem;
  margin: 0;
}
.final p.final-meta { color: var(--night-muted); }
.final-meta a { color: var(--gold-light); text-decoration: none; border-bottom: 1px solid var(--gold-rule); padding-bottom: 0.15rem; }
.final-meta a:hover { color: var(--night-text); border-color: var(--night-text); }
.final-meta .dot { color: var(--gold); font-size: 0.5rem; }
.final-meta .dot::before { content: "\25C6"; }

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

.site-footer { background: var(--cream); }
.footer-in {
  padding-block: 2.6rem 2.2rem;
  display: flex; flex-direction: column; align-items: center;
  gap: 1.1rem; text-align: center;
}
.footer-nav {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 0.9rem 1.6rem;
}
.footer-nav a {
  font-family: var(--font-ui); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--body-c); text-decoration: none;
  padding-bottom: 0.2rem; border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.footer-nav a:hover { color: var(--violet); border-color: var(--gold-ink); }
.footer-nav a[aria-current="page"] { color: var(--violet); border-bottom-color: var(--gold-ink); }
.footer-copy {
  font-family: var(--font-ui); font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted);
  max-width: 56rem;
  margin: 0;
}

/* ---------- motion: visible by default, choreographed when allowed ----------
   The head script adds .anim to <html> only when JS runs AND the visitor
   has not asked for reduced motion. Every hidden state lives behind .anim,
   so no-JS renders, reader modes, and static captures always see the page.
   app.js adds .rv-in on intersection with staggered --rvd delays, and
   force-reveals everything on print, resize-to-cover, or a 1.5s failsafe. */

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

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

/* ---------- responsive ---------- */

@media (max-width: 980px) {
  .apply-grid,
  .egypt-grid { grid-template-columns: 1fr; }
  .egypt-media { max-width: 480px; }
  .egypt-media img { aspect-ratio: 4 / 3; }
  .outcome-grid { grid-template-columns: 1fr; border-top-width: 1px; }
  .outcome-card { border-left: 0; border-top: 1px solid var(--hairline); }
  .outcome-card:first-child { border-top: 2px solid var(--gold-ink); margin-top: -1px; }
  .belief-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .door-grid, .fit-grid, .voice-grid { grid-template-columns: 1fr; }
  .pattern-grid { grid-template-columns: 1fr; }
  .tier-cols { grid-template-columns: 1fr; }
  .egypt-band .tier-cols { grid-template-columns: 1fr; }
  .tier-head { grid-template-columns: 1fr; row-gap: 0.9rem; }
  .tier-no::after { display: none; }
  .tier-no {
    display: flex; align-items: center; gap: 0.9rem;
    font-size: 1.9rem;
  }
  .tier-no::before { content: ""; width: 22px; height: 1px; background: var(--gold-rule); }
  .tier-body { grid-column: 1; }
  .reg-row {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    padding-block: 1.35rem;
  }
  .reg-label, .reg-name, .reg-price, .reg-map, .reg-line, .reg-next { grid-column: 1; grid-row: auto; }
  .reg-price { justify-self: start; text-align: left; margin-top: 0.15rem; }
  .stage-row { grid-template-columns: 1fr; row-gap: 0.8rem; }
  .stage-num { display: inline-flex; align-items: center; gap: 0.9rem; font-size: 1.9rem; }
  .stage-num::after { content: ""; width: 22px; height: 1px; background: var(--gold-rule); }
  .strata { margin-top: 0.55rem; }
  .belief-grid { grid-template-columns: 1fr; }
}

/* ---------- reduced motion ---------- */

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

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

@media print {
  .hi, .rv, .rv-in { opacity: 1 !important; transform: none !important; animation: none !important; }
  body { background: #fff; color: #222; }
  .skip-link, .nav-toggle, .header-mini, .nav .btn,
  .hero-ctas, .final-ctas, .door-card .cta-link,
  .tier .btn, .form-card, .btn { display: none !important; }
  .night, .reg-summit, .beliefs {
    background: #fff !important;
    color: #222 !important;
  }
  .night h2, .night h3, .night p, .night cite, .night blockquote p,
  .reg-summit .reg-name a, .reg-summit .reg-price, .reg-summit .reg-line,
  .reg-summit .reg-next, .reg-summit .reg-label, .reg-summit .reg-map,
  .final-meta a, .promise blockquote p, .promise cite {
    color: #222 !important;
  }
  .site-header, .site-footer { border-color: #999; }
  a { color: #222; }
}

/* 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;
}
