/* ============================================================
   Affinity Method — sales page (page-scoped)
   Loaded AFTER style.css; reuses its tokens, shell, and
   section grammar. Mindvalley-inspired structure adapted to
   the AG system: committed navy surface, cream relief bands,
   signal-orange accent, Libre Baskerville display + Inter body.
   All type in clamp(). No side-stripe borders, no gradient
   text, no glass, no dot grids.
   ============================================================ */

/* nav bar opacity match for consistent appearance over dark hero section */
.nav { background: color-mix(in oklch, var(--navy-900) 98%, transparent); }

.am {
  --am-measure: 42rem;          /* ~66ch reading column */
  --am-band: clamp(88px, 12vw, 168px);
}

/* readable long-form column shared by the story/prose bands */
.am-prose { max-width: var(--am-measure); }
.am-prose p {
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.62;
  margin: 0 0 1.15em;
}
.am-prose p.am-lead-in {
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.45;
  font-weight: 400;
}
.am-prose em { font-style: italic; }
.section-relief .am-prose p { color: var(--navy-700); }
.section-relief .am-prose strong { color: var(--navy-900); }

/* the small inset "voice" quotes scattered through the letter */
.am-voice {
  margin: 1.4em 0;
  padding-left: clamp(16px, 2vw, 26px);
  border-left: 2px solid var(--signal-orange);
  font-style: italic;
  color: var(--text-2);
  font-size: clamp(17px, 1.3vw, 21px);
}
.section-relief .am-voice { color: var(--navy-700); }

/* a mid-letter sub-question, e.g. "Why does this keep happening?" */
.am-subq {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: clamp(28px, 4vw, 48px) 0;
  color: var(--cream-100);
  max-width: none;
}
.section-relief .am-subq { color: var(--navy-900); }
.am-subq .accent { color: var(--signal-orange); }
.section-relief .am-subq .accent { color: var(--signal-orange-dark); }
/* .am-prose p is more specific than .am-subq, so re-assert the display
   treatment when a sub-question sits inside the reading column */
.am-prose .am-subq {
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1.12;
  margin: clamp(28px, 4vw, 48px) 0;
}
.section-relief .am-prose .am-subq { color: var(--navy-900); }

/* ------------------------------------------------------------
   1. HERO  (headline placeholder lives here)
   ------------------------------------------------------------ */
.am-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--navy-900);
  padding: clamp(120px, 16vw, 220px) var(--gutter) clamp(72px, 10vw, 120px);
  text-align: center;
}
.am-hero::before {                       /* soft warm vignette, not a pattern */
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(ellipse 90% 60% at 50% -10%,
      color-mix(in oklch, var(--signal-orange) 16%, transparent), transparent 60%),
    radial-gradient(ellipse 80% 70% at 50% 120%,
      color-mix(in oklch, var(--navy-700) 60%, transparent), transparent 55%);
}
.am-hero-inner { max-width: 960px; margin: 0 auto; }

.am-kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-display);
  font-size: clamp(12px, calc(11px + 0.2vw), 15px);
  font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--signal-orange);
  margin-bottom: clamp(24px, 3.5vw, 40px);
}
.am-kicker::before, .am-kicker::after {
  content: ""; width: clamp(24px, 4vw, 44px); height: 1.5px;
  background: color-mix(in oklch, var(--signal-orange) 60%, transparent);
}

/* placeholder marker — deliberately obvious, replace when headline is chosen */
.am-hero.is-placeholder .am-hero-inner {
  border: 1.5px dashed color-mix(in oklch, var(--signal-orange) 55%, transparent);
  border-radius: 6px;
  padding: clamp(28px, 5vw, 64px) clamp(20px, 4vw, 56px);
  background: color-mix(in oklch, var(--signal-orange) 4%, transparent);
}
.am-ph-tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: clamp(10px, calc(9px + 0.15vw), 12px);
  font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--navy-900); background: var(--signal-orange);
  padding: 6px 12px; border-radius: 2px; margin-bottom: 28px;
}
.am-prehead {
  font-size: clamp(15px, 1.3vw, 19px);
  color: color-mix(in oklch, var(--cream-100) 74%, transparent);
  font-weight: 300; letter-spacing: 0.01em;
  margin: 0 auto 22px; max-width: 44ch;
}
.am-headline {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(38px, 6.2vw, 82px);
  line-height: 0.98; letter-spacing: -0.035em;
  color: var(--cream-100);
  margin: 0 auto clamp(24px, 3vw, 34px); max-width: 16ch;
}
.am-headline .accent { color: var(--signal-orange); }
.am-hero.is-placeholder .am-headline { color: color-mix(in oklch, var(--cream-100) 60%, transparent); }
.am-sub {
  font-size: clamp(17px, 1.6vw, 23px);
  line-height: 1.5; font-weight: 300;
  color: color-mix(in oklch, var(--cream-100) 82%, transparent);
  margin: 0 auto clamp(20px, 2.5vw, 30px); max-width: 52ch;
}
.am-smallprint {
  font-family: var(--font-display);
  font-size: clamp(13px, calc(12px + 0.2vw), 16px);
  font-style: italic;
  color: color-mix(in oklch, var(--cream-100) 55%, transparent);
  margin: 0 0 clamp(36px, 5vw, 52px);
}
.am-hero-cta { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.am-hero-cta .btn { font-size: clamp(15px, calc(14px + 0.3vw), 18px); padding: 18px 34px; }
.am-reassure {
  font-size: clamp(12px, calc(11px + 0.15vw), 14px);
  color: color-mix(in oklch, var(--cream-100) 55%, transparent);
  letter-spacing: 0.01em;
}
.am-reassure strong { color: var(--signal-orange); font-weight: 600; }

/* trust strip beneath the hero */
.am-trust {
  background: var(--navy-800);
  border-top: 1px solid color-mix(in oklch, var(--cream-100) 8%, transparent);
  border-bottom: 1px solid color-mix(in oklch, var(--cream-100) 8%, transparent);
  padding: clamp(28px, 4vw, 44px) var(--gutter);
}
.am-trust-inner {
  max-width: var(--maxw); margin: 0 auto;
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: clamp(20px, 5vw, 72px);
}
.am-trust-item { display: flex; align-items: baseline; gap: 10px; }
.am-trust-num {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(20px, 1.8vw, 28px); letter-spacing: -0.02em;
  color: var(--signal-orange);
}
.am-trust-label {
  font-size: clamp(12px, calc(11px + 0.2vw), 15px);
  color: color-mix(in oklch, var(--cream-100) 66%, transparent);
  max-width: 22ch; line-height: 1.35;
}

/* ------------------------------------------------------------
   2. TURN — big centered pivot statements (the reframes)
   ------------------------------------------------------------ */
.am-turn {
  background: var(--signal-orange);
  color: var(--navy-900);
  padding: var(--am-band) var(--gutter);
  text-align: center;
}
.am-turn-inner { max-width: 22ch; margin: 0 auto; }
.am-turn-eyebrow {
  font-family: var(--font-display);
  font-size: clamp(12px, calc(11px + 0.2vw), 15px);
  font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: color-mix(in oklch, var(--navy-900) 70%, transparent);
  margin-bottom: clamp(20px, 3vw, 32px);
}
.am-turn-statement {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(30px, 5vw, 60px);
  line-height: 1.04; letter-spacing: -0.03em;
  margin: 0;
  color: var(--navy-900);
}
.am-turn--navy { background: var(--navy-900); }
.am-turn--navy .am-turn-statement { color: var(--cream-100); }
.am-turn--navy .am-turn-eyebrow { color: var(--signal-orange); }
.am-turn--navy .am-turn-statement .accent { color: var(--signal-orange); }

/* ------------------------------------------------------------
   3. DIFFERENTIATORS — numbered editorial list (not cards)
   ------------------------------------------------------------ */
.am-diff-list { list-style: none; padding: 0; margin: clamp(40px, 6vw, 72px) 0 0; }
.am-diff-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 28px;
  padding: clamp(28px, 3.5vw, 44px) 0;
  border-top: 1px solid color-mix(in oklch, var(--cream-100) 12%, transparent);
}
.am-diff-item:last-child { border-bottom: 1px solid color-mix(in oklch, var(--cream-100) 12%, transparent); }
@media (min-width: 780px) {
  .am-diff-item { grid-template-columns: minmax(0, 128px) 1fr; align-items: start; }
}
.am-diff-num {
  font-family: var(--font-display);
  font-weight: 800; font-style: italic;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 0.9; letter-spacing: -0.04em;
  color: var(--signal-orange);
}
.am-diff-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.15; letter-spacing: -0.015em;
  color: var(--cream-100);
  margin: 0 0 12px;
}
.am-diff-body { color: var(--text-2); font-size: clamp(16px, 1.15vw, 19px); line-height: 1.6; max-width: 62ch; margin: 0; }
.am-diff-body em { color: color-mix(in oklch, var(--cream-100) 88%, transparent); font-style: italic; }

/* ------------------------------------------------------------
   4. CURRICULUM — Mindvalley-style module accordion
   ------------------------------------------------------------ */
.am-curriculum { background: var(--cream-100); color: var(--navy-900); }
.am-curriculum-inner { max-width: 900px; margin: 0 auto; }
.am-modnote {
  font-size: clamp(16px, 1.2vw, 20px); color: var(--navy-700);
  max-width: 62ch; margin: 0 0 clamp(36px, 5vw, 56px); line-height: 1.6;
}
.am-lessons { display: grid; gap: 12px; }
.am-lesson {
  border: 1px solid var(--ink-line-light);
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  transition: border-color 200ms, box-shadow 200ms;
}
.am-lesson[open] { border-color: color-mix(in oklch, var(--signal-orange) 55%, var(--ink-line-light)); box-shadow: 0 12px 30px rgba(0, 37, 81, 0.08); }
.am-lesson summary {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center;
  gap: clamp(14px, 2.5vw, 24px);
  padding: clamp(18px, 2.4vw, 26px) clamp(18px, 3vw, 30px);
  cursor: pointer; list-style: none;
}
.am-lesson summary::-webkit-details-marker { display: none; }
.am-lesson-num {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(13px, calc(12px + 0.2vw), 15px); letter-spacing: 0.08em;
  color: var(--signal-orange-dark);
  padding: 6px 10px; border: 1px solid color-mix(in oklch, var(--signal-orange) 40%, transparent);
  border-radius: 100px; white-space: nowrap;
}
.am-lesson-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(17px, 1.7vw, 23px); line-height: 1.2; letter-spacing: -0.012em;
  color: var(--navy-900); margin: 0;
}
.am-lesson-plus {
  position: relative; width: 20px; height: 20px; flex-shrink: 0;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}
.am-lesson-plus::before, .am-lesson-plus::after {
  content: ""; position: absolute; background: var(--signal-orange-dark); border-radius: 2px;
}
.am-lesson-plus::before { top: 9px; left: 0; width: 20px; height: 2px; }
.am-lesson-plus::after  { left: 9px; top: 0; width: 2px; height: 20px; transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1); }
.am-lesson[open] .am-lesson-plus::after { transform: rotate(90deg); opacity: 0; }
.am-lesson-body {
  padding: 0 clamp(18px, 3vw, 30px) clamp(22px, 3vw, 30px);
  padding-left: clamp(18px, 3vw, 30px);
}
.am-lesson-body p { color: var(--navy-700); font-size: clamp(16px, 1.15vw, 18px); line-height: 1.62; margin: 0 0 1em; max-width: 64ch; }
.am-lesson-body .am-sublist { list-style: none; padding: 0; margin: 6px 0 4px; display: grid; gap: 10px; }
.am-lesson-body .am-sublist li {
  display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: baseline;
  font-size: clamp(15px, 1.1vw, 17px); color: var(--navy-700); line-height: 1.5;
}
.am-lesson-body .am-sublist li::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--signal-orange); transform: translateY(-2px);
}
.am-lesson-body .am-sublist strong { color: var(--navy-900); }
.am-lesson-body .am-inset {
  margin: 14px 0; padding: 16px 20px;
  background: var(--cream-90); border-radius: 6px;
  font-style: italic; color: var(--navy-800); font-size: clamp(15px, 1.1vw, 17px);
}

/* the 6 real-conversation bonus PDFs */
.am-bonus {
  margin-top: clamp(40px, 6vw, 72px);
  padding: clamp(30px, 4vw, 52px);
  background: var(--navy-900); color: var(--cream-100);
  border-radius: 8px;
}
.am-bonus h3 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(23px, 2.6vw, 34px); line-height: 1.1; letter-spacing: -0.02em;
  color: var(--cream-100); margin: 0 0 18px; max-width: 22ch;
}
.am-bonus p { color: var(--text-2); font-size: clamp(16px, 1.15vw, 19px); line-height: 1.6; max-width: 58ch; }
.am-bonus-split { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; }
@media (min-width: 720px) { .am-bonus-split { grid-template-columns: 1fr 1fr; gap: 18px; } }
.am-bonus-split li {
  padding: 22px 24px; border-radius: 6px;
  background: color-mix(in oklch, var(--cream-100) 5%, transparent);
  border: 1px solid color-mix(in oklch, var(--cream-100) 8%, transparent);
}
.am-bonus-split .n { font-family: var(--font-display); font-weight: 800; font-size: clamp(30px, 3vw, 40px); color: var(--signal-orange); letter-spacing: -0.03em; line-height: 1; display: block; margin-bottom: 8px; }
.am-bonus-split strong { color: var(--cream-100); }
.am-format {
  margin-top: clamp(30px, 4vw, 48px);
  padding: 22px 26px; border-radius: 6px;
  background: color-mix(in oklch, var(--signal-orange) 8%, var(--cream-100));
  border: 1px solid color-mix(in oklch, var(--signal-orange) 26%, transparent);
  color: var(--navy-800); font-size: clamp(15px, 1.1vw, 18px); line-height: 1.55;
}
.am-format strong { color: var(--navy-900); }

/* ------------------------------------------------------------
   5. SUPPORT (Part 2) — access blocks + featured testimonial
   ------------------------------------------------------------ */
.am-access { list-style: none; padding: 0; margin: clamp(36px, 5vw, 56px) 0 0; display: grid; gap: 16px; }
.am-access li {
  padding: clamp(24px, 3vw, 34px);
  background: color-mix(in oklch, var(--cream-100) 5%, transparent);
  border: 1px solid color-mix(in oklch, var(--cream-100) 9%, transparent);
  border-radius: 8px;
}
.am-access h3 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(19px, 1.8vw, 25px); letter-spacing: -0.012em;
  color: var(--cream-100); margin: 0 0 10px;
}
.am-access p { color: var(--text-2); font-size: clamp(16px, 1.15vw, 18px); line-height: 1.6; margin: 0; max-width: 60ch; }

.am-testimonial {
  margin: clamp(36px, 5vw, 56px) 0 0;
  padding: clamp(32px, 4.5vw, 60px);
  background: var(--cream-100); color: var(--navy-900);
  border-radius: 10px; position: relative; overflow: hidden;
}
.am-testimonial blockquote { margin: 0; }
.am-testimonial blockquote p {
  font-size: clamp(17px, 1.35vw, 21px); line-height: 1.6; color: var(--navy-800);
  margin: 0 0 1em; font-style: italic; max-width: 68ch;
}
.am-testimonial cite {
  display: block; margin-top: 18px; font-style: normal;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(15px, 1.2vw, 17px); color: var(--signal-orange-dark);
}
.am-after {
  list-style: none; padding: 0; margin: clamp(32px, 4vw, 48px) 0 0; display: grid; gap: 14px;
}
.am-after li {
  display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start;
  font-size: clamp(16px, 1.15vw, 19px); color: var(--text-2); line-height: 1.55;
}
.am-after li strong { color: var(--cream-100); }
.am-after li::before {
  content: ""; margin-top: 9px; width: 10px; height: 10px; border-radius: 2px;
  background: var(--signal-orange); transform: rotate(45deg);
}

/* ------------------------------------------------------------
   6. TRANSFORMATION — two checklists
   ------------------------------------------------------------ */
.am-checklist { list-style: none; padding: 0; margin: clamp(32px, 4vw, 48px) 0 0; display: grid; gap: 4px; }
.am-checklist li {
  display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start;
  padding: 16px 0; border-bottom: 1px solid color-mix(in oklch, var(--cream-100) 10%, transparent);
  font-size: clamp(16px, 1.2vw, 20px); line-height: 1.5; color: var(--text);
}
.section-relief .am-checklist li { color: var(--navy-800); border-bottom-color: var(--ink-line-light); }
.am-checklist li::before {
  content: "✓"; font-weight: 800; color: var(--signal-orange);
  font-size: 0.9em; line-height: 1.4;
}
.am-checklist.am-big li { font-family: var(--font-body); font-size: clamp(16px, 1.25vw, 21px); }
.am-checklist strong { color: var(--cream-100); }
.section-relief .am-checklist strong { color: var(--navy-900); }

/* ------------------------------------------------------------
   7. STORIES — featured + screenshot wall + quote cards
   ------------------------------------------------------------ */
.am-feature {
  padding: clamp(32px, 4.5vw, 60px);
  background: var(--navy-900); color: var(--cream-100);
  border-radius: 10px; position: relative; overflow: hidden;
  margin-bottom: clamp(40px, 5vw, 64px);
}
.am-feature::before {
  content: "\201C"; position: absolute; top: -40px; left: 18px;
  font-family: var(--font-display); font-size: clamp(160px, 26vw, 300px);
  color: var(--signal-orange); opacity: 0.32; line-height: 1; pointer-events: none;
}
.am-feature blockquote { position: relative; margin: 0; max-width: 70ch; }
.am-feature blockquote p { font-size: clamp(18px, 1.5vw, 23px); line-height: 1.5; color: var(--cream-100); margin: 0 0 1em; font-style: italic; }
.am-feature cite { display: block; margin-top: 20px; font-style: normal; font-family: var(--font-display); font-weight: 700; font-size: clamp(15px, 1.2vw, 17px); color: var(--signal-orange); }
.am-feature .am-feature-add {
  margin-top: 22px; padding-top: 20px;
  border-top: 1px solid color-mix(in oklch, var(--cream-100) 14%, transparent);
  font-size: clamp(15px, 1.15vw, 18px); color: var(--text-2); font-style: italic;
}

/* review sub-heads */
.am-review-head {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(15px, 1.2vw, 18px); letter-spacing: 0.02em;
  color: var(--signal-orange-dark);
  margin: clamp(40px, 5vw, 64px) 0 22px;
  padding-bottom: 12px; border-bottom: 1px solid var(--ink-line-light);
}

/* text quote cards — masonry-ish columns, varied sizes (not a rigid grid) */
.am-quotes { columns: 1; column-gap: 20px; }
@media (min-width: 620px) { .am-quotes { columns: 2; } }
@media (min-width: 1000px) { .am-quotes { columns: 3; } }
.am-quote {
  break-inside: avoid; margin: 0 0 20px;
  padding: clamp(22px, 2.4vw, 30px);
  background: #fff; border: 1px solid var(--ink-line-light);
  border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 37, 81, 0.04);
}
.am-quote p { font-size: clamp(15px, 1.1vw, 18px); line-height: 1.55; color: var(--navy-800); margin: 0 0 12px; font-style: italic; }
.am-quote cite { font-style: normal; font-family: var(--font-display); font-weight: 700; font-size: clamp(13px, 1vw, 15px); color: var(--signal-orange-dark); }

/* screenshot proof wall */
.am-wall {
  columns: 2; column-gap: clamp(10px, 1.5vw, 18px);
  margin-top: clamp(28px, 4vw, 44px);
}
@media (min-width: 720px) { .am-wall { columns: 3; } }
@media (min-width: 1080px) { .am-wall { columns: 4; } }
.am-wall figure {
  break-inside: avoid; margin: 0 0 clamp(10px, 1.5vw, 18px);
  border-radius: 8px; overflow: hidden;
  border: 1px solid var(--ink-line-light);
  background: #fff; box-shadow: 0 2px 12px rgba(0, 37, 81, 0.06);
}
.am-wall img { width: 100%; height: auto; display: block; }

/* an inline proof screenshot slot (specific captioned shots pending match) */
.am-shot { margin: clamp(24px, 3vw, 36px) 0; }
.am-shot img { width: 100%; max-width: 520px; height: auto; border-radius: 8px; border: 1px solid color-mix(in oklch, var(--cream-100) 14%, transparent); }
.am-shot-slot {
  max-width: 520px; aspect-ratio: 16 / 10;
  display: flex; align-items: center; justify-content: center; text-align: center;
  padding: 24px; border-radius: 8px;
  border: 1.5px dashed color-mix(in oklch, var(--signal-orange) 50%, transparent);
  background: color-mix(in oklch, var(--signal-orange) 5%, transparent);
  color: color-mix(in oklch, var(--cream-100) 70%, transparent);
  font-size: clamp(12px, 1vw, 14px); font-style: italic;
}
.section-relief .am-shot-slot { color: var(--navy-700); }
.am-shot figcaption { margin-top: 10px; font-size: clamp(13px, 1vw, 15px); color: var(--text-2); font-style: italic; }
.section-relief .am-shot figcaption { color: var(--navy-700); }

/* ------------------------------------------------------------
   8. OFFER — value stack + price + guarantee + scarcity
   ------------------------------------------------------------ */
.am-offer { background: var(--navy-900); }
.am-offer-inner { max-width: 760px; margin: 0 auto; }
.am-offer-card {
  background: var(--navy-800);
  border: 1px solid color-mix(in oklch, var(--cream-100) 12%, transparent);
  border-radius: 12px;
  padding: clamp(28px, 4vw, 52px);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.35);
}
.am-stack { list-style: none; padding: 0; margin: 0 0 clamp(28px, 4vw, 40px); display: grid; gap: 2px; }
.am-stack li {
  display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start;
  padding: 18px 0; border-bottom: 1px solid color-mix(in oklch, var(--cream-100) 10%, transparent);
  font-size: clamp(16px, 1.2vw, 19px); line-height: 1.5; color: var(--text-2);
}
.am-stack li:last-child { border-bottom: none; }
.am-stack li::before { content: "✓"; color: var(--signal-orange); font-weight: 800; }
.am-stack strong { color: var(--cream-100); font-weight: 600; }

.am-price { text-align: center; padding: clamp(20px, 3vw, 32px) 0 clamp(8px, 2vw, 16px); }
.am-price-amount {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(52px, 8vw, 88px); line-height: 1; letter-spacing: -0.04em;
  color: var(--cream-100);
}
.am-price-amount .cur { font-size: 0.4em; color: var(--text-2); vertical-align: super; margin-right: 4px; font-weight: 400; }
.am-price-note { font-size: clamp(14px, 1.1vw, 16px); color: var(--text-2); margin-top: 12px; }
.am-price-compare { font-size: clamp(14px, 1.1vw, 16px); color: color-mix(in oklch, var(--cream-100) 60%, transparent); margin-top: 6px; font-style: italic; }
.am-offer-card .btn { width: 100%; margin-top: 20px; font-size: clamp(16px, 1.3vw, 19px); padding: 20px 28px; }
.am-offer-fine { text-align: center; font-size: clamp(12px, 1vw, 14px); color: var(--text-2); margin-top: 14px; }

/* guarantee */
.am-guarantee { background: var(--cream-100); color: var(--navy-900); }
.am-guarantee-inner {
  max-width: 900px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr; gap: clamp(32px, 4vw, 56px); align-items: center;
}
@media (min-width: 780px) { .am-guarantee-inner { grid-template-columns: auto 1fr; } }
.am-seal {
  width: clamp(140px, 20vw, 190px); height: clamp(140px, 20vw, 190px);
  border-radius: 50%; display: grid; place-content: center; text-align: center;
  border: 3px solid var(--signal-orange-dark);
  color: var(--signal-orange-dark); background: color-mix(in oklch, var(--signal-orange) 8%, var(--cream-100));
  margin: 0 auto;
}
.am-seal .n { font-family: var(--font-display); font-weight: 800; font-size: clamp(38px, 5vw, 54px); line-height: 0.9; letter-spacing: -0.03em; }
.am-seal .u { font-family: var(--font-display); font-weight: 700; font-size: clamp(11px, 1vw, 13px); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 6px; }
.am-guarantee .am-prose p { color: var(--navy-700); }
.am-guarantee .am-prose strong { color: var(--navy-900); }

/* scarcity */
.am-scarcity { background: var(--navy-800); }
.am-scarcity-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.am-scarcity-num {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(72px, 12vw, 150px); line-height: 0.9; letter-spacing: -0.05em;
  color: var(--signal-orange); margin: 0 0 8px;
}
.am-scarcity-label {
  font-family: var(--font-display); font-size: clamp(14px, 1.3vw, 18px);
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-2);
  margin-bottom: clamp(28px, 4vw, 44px);
}

/* signature block on the final section */
.am-sig { margin-top: clamp(32px, 4vw, 48px); }
.am-sig .name { font-family: var(--font-display); font-weight: 700; font-size: clamp(20px, 1.8vw, 26px); color: var(--cream-100); }
.section-relief .am-sig .name { color: var(--navy-900); }
.am-contact { font-size: clamp(14px, 1.1vw, 16px); color: var(--text-2); font-style: italic; margin-top: 14px; }
.am-contact a { color: var(--signal-orange); text-decoration: underline; text-underline-offset: 3px; }

/* ------------------------------------------------------------
   9. Sticky mobile enroll bar (CSS only, small screens)
   ------------------------------------------------------------ */
.am-sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: none;
  align-items: center; justify-content: space-between; gap: 14px;
  padding: 12px var(--gutter);
  background: color-mix(in oklch, var(--navy-900) 96%, transparent);
  backdrop-filter: saturate(150%) blur(12px);
  border-top: 1px solid color-mix(in oklch, var(--cream-100) 12%, transparent);
}
.am-sticky .p { font-family: var(--font-display); font-weight: 700; color: var(--cream-100); font-size: clamp(15px, 4vw, 18px); }
.am-sticky .p span { color: var(--text-2); font-weight: 400; font-size: 0.8em; display: block; }
.am-sticky .btn { padding: 13px 20px; }
@media (max-width: 820px) { .am-sticky { display: flex; } }

/* ------------------------------------------------------------
   utilities
   ------------------------------------------------------------ */
.am-band { padding-top: var(--am-band); padding-bottom: var(--am-band); }
.am-center { text-align: center; margin-left: auto; margin-right: auto; }
.am-narrow { max-width: 720px; margin-left: auto; margin-right: auto; }

/* example text box — reused from blog posts */
.ag-example-box {
  max-width: 560px;
  margin: clamp(18px, 2.5vw, 26px) auto;
  background: var(--cream-90);
  border: 1px solid color-mix(in oklch, var(--navy-900) 12%, transparent);
  border-radius: 10px;
  overflow: hidden;
}
.ag-example-box__head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-bottom: 1px solid color-mix(in oklch, var(--navy-900) 10%, transparent);
}
.ag-example-box__head svg {
  width: 16px; height: 16px;
  stroke: var(--signal-orange);
  fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.ag-example-box__label {
  font-family: var(--font-display);
  font-size: clamp(11px, calc(10px + 0.12vw), 12px);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-low);
}
.ag-example-box__text {
  margin: 0;
  padding: 18px 22px;
  font-family: "Inter", system-ui, sans-serif;
  font-style: italic;
  font-size: inherit;
  line-height: 1.7;
  color: #2C2C2A;
}

/* section helpers */
.am .numeral-inline { display: block; margin-bottom: clamp(10px, 1.8vw, 18px); }
.am-eyebrow {
  font-family: var(--font-display);
  font-size: clamp(12px, calc(11px + 0.2vw), 15px);
  font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--signal-orange); margin-bottom: 16px;
}
.section-relief .am-eyebrow { color: var(--signal-orange-dark); }

/* prose base colour on navy (relief overrides above set the cream-band colours) */
.am-prose p { color: color-mix(in oklch, var(--cream-100) 82%, transparent); }
.am-prose strong { color: var(--cream-100); font-weight: 700; }

/* ------------------------------------------------------------
   Lightbox — reused verbatim from build/components/lightbox.html
   (click-to-enlarge over a dark overlay, prev/next, same as the blog posts)
   ------------------------------------------------------------ */
.article-convo img,
.article-figure img { cursor: zoom-in; }
.article-convo img { transition: transform 160ms ease; }
.article-convo img:hover { transform: translateY(-2px); }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 4vw, 56px);
  background: rgba(0, 10, 26, 0.92);
  cursor: zoom-out;
}
.lightbox.is-open { display: flex; }
.lightbox img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
  cursor: default;
}
.lightbox-close {
  position: fixed;
  top: clamp(10px, 2vw, 22px);
  right: clamp(14px, 2.5vw, 28px);
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  color: #FAF8F5;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 160ms;
  z-index: 10000;
}
.lightbox-close:hover { opacity: 1; }
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  border-radius: 50%;
  color: #FAF8F5;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 160ms, background 160ms;
}
.lightbox-nav:hover { opacity: 1; background: rgba(255, 255, 255, 0.16); }
.lightbox-prev { left: clamp(8px, 2vw, 24px); }
.lightbox-next { right: clamp(8px, 2vw, 24px); }
.lightbox-nav[hidden] { display: none; }
