/* Awakened Life — Site Stylesheet
   Hybrid theme: white base with dark anchor sections.
   Locked accent: ALF1 deep purple #2E1D52. */

@font-face {
  font-family: 'Peckham Press';
  src: url('assets/fonts/PeckhamPress-Regular.woff2') format('woff2'),
       url('assets/fonts/PeckhamPress-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  /* Base (white) */
  --ink:           #ffffff;
  --ink-2:         #f7f5f0;
  --ink-3:         #ebe7df;
  --hairline:      rgba(0, 0, 0, 0.10);
  --hairline-warm: rgba(109, 75, 168, 0.28);

  /* Text (dark on light) */
  --bone:          #14111e;
  --bone-soft:     #262230;
  --bone-muted:    #494455;
  --bone-faint:    #837e8e;

  /* Volume colours */
  --alf1:          #2e1d52;
  --alf1-bright:   #6d4ba8;
  --alf2:          #0c1a3f;
  --alf2-bright:   #2a4a8f;
  --futures:       #3a1818;
  --futures-bright:#8a3838;

  /* Accent */
  --accent:        #2e1d52;
  --accent-soft:   #4a2e80;
  --magenta:       var(--accent);
  --magenta-soft:  var(--accent-soft);

  /* Type */
  --display: 'Peckham Press', 'Cormorant Garamond', 'Times New Roman', serif;
  --serif:   'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --sans:    'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;

  /* Rhythm */
  --max:    1240px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
}

*,*::before,*::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--bone);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::selection { background: var(--accent); color: #ffffff; }

a { color: var(--bone); text-decoration: none; border-bottom: 1px solid var(--hairline); transition: border-color .25s ease, color .25s ease; }
a:hover { border-color: var(--accent); color: var(--accent); }

/* Firmer, more legible body copy (Cormorant reads thin at 400) */
p, li { font-weight: 400; }

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 0;
}

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

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.narrow { max-width: 760px; margin: 0 auto; padding: 0 var(--gutter); }
.hairline { border: 0; border-top: 1px solid var(--hairline); margin: 0; }

/* ============ DARK SECTION ============ */
.dark-section {
  --ink:           #16151f;
  --ink-2:         #1d1c28;
  --ink-3:         #262333;
  --hairline:      rgba(245, 241, 230, 0.10);
  --hairline-warm: rgba(167, 139, 223, 0.28);
  --bone:          #f5f1e6;
  --bone-soft:     #d8d2c1;
  --bone-muted:    #9a9484;
  --bone-faint:    #5a5648;
  background: var(--ink);
  color: var(--bone);
}
.dark-section a { color: var(--bone); }
.dark-section a:hover { color: var(--accent-soft); border-color: var(--accent-soft); }
.dark-section .meta-eyebrow,
.dark-section .phase .num {
  color: var(--accent-soft);
}
.dark-section .eyebrow {
  color: var(--bone);
}
.dark-section .eyebrow::before { background: var(--bone); }
.dark-section .hero h1 .accent {
  -webkit-text-stroke: 1px #ffffff;
  paint-order: stroke fill;
}

/* ============ TOPBAR (light, editorial) ============ */
.topbar {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(245, 241, 230, 0.12);
  position: sticky;
  top: 0;
  background: rgba(24, 21, 38, 0.94);
  color: #f5f1e6;
  backdrop-filter: blur(12px);
  z-index: 50;
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }

/* Option A wordmark — editorial masthead. Pure type, no enclosure. */
.wordmark {
  font-family: var(--display);
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  color: #f5f1e6;
  display: inline-flex;
  align-items: baseline;
  gap: 0.3em;
}
.wordmark a { color: inherit; border: 0; display: inline-flex; gap: 0.45em; }
.wordmark .pink { color: #6d4ba8; background: transparent; padding: 0; margin: 0; }
@media (max-width: 720px) {
  .wordmark { font-size: 0.9375rem; letter-spacing: 0.14em; gap: 0.3em; }
  .wordmark a { gap: 0.3em; }
}

.nav { display: flex; gap: 2rem; font-size: 0.7575rem; letter-spacing: 0.16em; text-transform: uppercase; }
.nav a { border: 0; color: #cfc9bb; }
.nav a:hover { color: #b9a7ec; }
@media (max-width: 720px) {
  .topbar { padding: 1rem 0; }
  .topbar .wrap { flex-wrap: wrap; gap: 0.5rem 1.25rem; justify-content: center; }
  .wordmark { font-size: 1.2375rem; }
  .nav { gap: 0.9rem; font-size: 0.6375rem; letter-spacing: 0.12em; flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 380px) {
  .wordmark { font-size: 1.0575rem; }
  .nav { gap: 0.7rem; font-size: 0.5975rem; }
}

/* ============ EYEBROW ============ */
.eyebrow {
  font-family: var(--sans);
  font-size: 0.7175rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--accent);
  display: inline-block;
}

/* ============ HERO ============ */
.hero {
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(2.5rem, 5vw, 4rem);
  position: relative;
  overflow: hidden;
}
.hero.dark-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 480px at 50% 0%, rgba(167, 139, 223, 0.08), transparent 70%);
  pointer-events: none;
}
.hero .wrap { position: relative; }
.hero h1 {
  font-size: clamp(1.75rem, 4vw, 3.25rem);
  max-width: 26ch;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}
.hero h1 .accent { color: var(--accent); }
.hero h1 .alf1-word    { color: var(--alf1); }
.hero h1 .alf2-word    { color: var(--alf2); }
.hero h1 .futures-word { color: var(--futures); }
.hero .lede {
  font-family: var(--serif);
  font-size: clamp(1.0875rem, 1.8vw, 1.5rem);
  line-height: 1.45;
  color: var(--bone-soft);
  max-width: 38ch;
  margin-bottom: 3rem;
}

/* ============ TRIPTYCH / DIPTYCH ============ */
.diptych {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  margin: clamp(3rem, 6vw, 5rem) auto;
  align-items: start;
  max-width: 760px;
}
.diptych figure { margin: 0; position: relative; display: flex; flex-direction: column; }
.diptych img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  box-shadow: 0 20px 50px -20px rgba(0,0,0,0.25), 0 5px 15px -5px rgba(0,0,0,0.12);
  transition: transform .5s ease;
}
.diptych figure:hover img { transform: translateY(-6px); }
.diptych figcaption {
  margin-top: 1.25rem;
  font-family: var(--sans);
  font-size: 0.6575rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--bone-muted);
  text-align: center;
}
.diptych figcaption b { color: var(--bone); font-weight: 600; }

/* ============ CTAS ============ */
.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}
.btn {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.7875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 1.1rem 2rem;
  border: 1px solid var(--bone);
  background: transparent;
  color: var(--bone);
  cursor: pointer;
  transition: all .25s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.btn:hover { background: var(--bone); color: var(--ink); border-color: var(--bone); }
.btn.primary { background: var(--accent); border-color: var(--accent); color: #ffffff; }
.btn.primary:hover { background: var(--accent-soft); border-color: var(--accent-soft); color: #ffffff; }
.btn .arrow { display: inline-block; transition: transform .25s ease; }
.btn:hover .arrow { transform: translateX(4px); }

/* ============ SECTIONS ============ */
section.s {
  padding: clamp(4rem, 7vw, 6rem) 0;
}
section.s + section.s { border-top: 1px solid var(--hairline); }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 2rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  flex-wrap: wrap;
}
.section-head h2 { font-size: clamp(1.5rem, 3vw, 2.5rem); }

/* ============ PRODUCT BLOCKS ============ */
.product-block {
  padding: clamp(2rem, 4vw, 3.5rem) 0;
}
.product-block + .product-block { border-top: 1px solid var(--hairline); }
.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}
@media (min-width: 800px) {
  .product-grid { grid-template-columns: 220px 1fr; gap: 3rem; }
  .product-block.small .product-grid { grid-template-columns: 180px 1fr; }
}
.product-grid img {
  width: 100%;
  border-radius: 4px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  box-shadow: 0 20px 50px -20px rgba(0,0,0,0.25);
}
.meta-eyebrow {
  font-family: var(--sans);
  font-size: 0.6575rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}
.product-grid h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 1rem;
}
.product-grid .description {
  font-family: var(--serif);
  font-size: 1.0875rem;
  color: var(--bone-soft);
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.product-grid .pair {
  background: var(--ink-2);
  padding: 1.25rem 1.5rem;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
.product-grid .pair p { margin: 0 0 0.5rem; font-size: 0.8875rem; }
.product-grid .pair p:last-child { margin-bottom: 0; }
.product-grid .price-line {
  font-family: var(--sans);
  font-size: 0.7875rem;
  letter-spacing: 0.12em;
  color: var(--bone-muted);
  margin-top: 1.25rem;
}
.product-grid .price-line b { color: var(--bone); font-weight: 600; }
.product-grid .reminder {
  font-size: 0.7375rem;
  letter-spacing: 0.08em;
  color: var(--bone-muted);
  margin-top: 1rem;
}

/* ============ ABOUT PREVIEW BLOCK (dark) ============ */
.about-preview {
  padding: clamp(5rem, 8vw, 7rem) 0;
  text-align: center;
}
.about-preview .stack p {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.1875rem, 2.2vw, 1.75rem);
  margin: 0.4em 0;
}
.about-preview .spacer { height: 1.5rem; }
.about-preview .anchor {
  display: inline-block;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  color: #ffffff;
  background: var(--accent);
  padding: 0.05em 0.4em;
  margin: 0.5rem 0;
  -webkit-text-stroke: 1px #ffffff;
  paint-order: stroke fill;
}

/* ============ ABOUT PAGE STACK ============ */
.legion-stack {
  text-align: left;
  padding: clamp(3rem, 5vw, 4rem) 0;
}
.legion-stack p {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  margin: 0.5em 0;
}
.legion-stack .pivot {
  margin-top: 1.5em;
  font-weight: 400;
}

/* ============ PULL QUOTE ============ */
.pullquote {
  padding: clamp(3rem, 6vw, 5rem) 0;
  text-align: center;
}
.pullquote blockquote {
  font-family: var(--serif);
  font-size: clamp(1.3375rem, 2.5vw, 1.9rem);
  line-height: 1.4;
  color: var(--bone);
  max-width: 36ch;
  margin: 0 auto 1.5rem;
}
.pullquote cite {
  font-family: var(--sans);
  font-size: 0.7175rem;
  font-style: normal;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bone-muted);
}
.pullquote .caption {
  font-family: var(--serif);
  font-size: 0.9875rem;
  color: var(--bone-soft);
  max-width: 50ch;
  margin: 1.5rem auto 0;
}

/* ============ PHASE BLOCKS ============ */
.phases {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--hairline);
  border: 1px solid var(--hairline);
  margin: 2rem 0;
}
.phase {
  background: var(--ink);
  padding: 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: start;
}
.phase .num {
  font-family: var(--display);
  font-size: 1.6rem;
  color: var(--accent);
  letter-spacing: 0.05em;
  line-height: 1;
  min-width: 3rem;
}
.phase .num small {
  display: block;
  font-size: 0.5575rem;
  letter-spacing: 0.28em;
  color: var(--bone-muted);
  margin-bottom: 0.35rem;
}
.phase .body h3 { font-size: 1.0375rem; margin-bottom: 0.5rem; letter-spacing: 0.06em; }
.phase .body .modules {
  font-family: var(--sans);
  font-size: 0.8375rem;
  color: var(--bone-muted);
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}
.phase .body .desc { font-family: var(--serif); font-size: 0.9375rem; color: var(--bone-soft); line-height: 1.5; }

/* ============ THE PREMISE (HGGA) ============ */
.premise {
  padding: clamp(4rem, 7vw, 6rem) 0;
}
.premise-list {
  max-width: 28ch;
  margin: 0 auto;
}
.premise-list p {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: clamp(1.1875rem, 2.2vw, 1.75rem);
  margin: 1.25em 0;
  line-height: 1.15;
}
.premise-kicker {
  text-align: center;
  margin-top: 3rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* ============ FORMAT CARDS ============ */
.format-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin: 2rem 0;
}
@media (min-width: 720px) {
  .format-cards { grid-template-columns: 1.4fr 1fr 1fr; }
}
.format-card {
  background: var(--ink-2);
  border: 1px solid var(--hairline);
  border-radius: 4px;
  padding: 1.5rem;
  text-align: center;
}
.format-card.featured {
  background: var(--ink-3);
  border-color: var(--hairline-warm);
}
.format-card .price {
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: 0.5rem;
}
.format-card .label {
  font-family: var(--sans);
  font-size: 0.6575rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}
.format-card .blurb {
  font-family: var(--serif);
  font-size: 0.8875rem;
  color: var(--bone-soft);
  margin-bottom: 1.25rem;
  line-height: 1.45;
}
.format-card .btn { width: 100%; justify-content: center; padding: 0.85rem; font-size: 0.7175rem; }

/* ============ LEAD MAGNET HERO ============ */
.lead-hero {
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.lead-hero .lead-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}
@media (min-width: 820px) {
  .lead-hero .lead-grid { grid-template-columns: 280px 1fr; gap: 4rem; }
}
.lead-hero .cover-wrap img {
  width: 100%;
  border-radius: 4px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  box-shadow: 0 25px 60px -20px rgba(0,0,0,0.6);
}
.lead-form {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.lead-form input {
  flex: 1 1 280px;
  background: var(--ink-2);
  border: 1px solid var(--hairline);
  color: var(--bone);
  font-family: var(--sans);
  font-size: 0.8875rem;
  padding: 1.1rem 1.25rem;
  letter-spacing: 0.02em;
  border-radius: 4px;
}
.lead-form input::placeholder { color: var(--bone-faint); }
.lead-form input:focus { outline: none; border-color: var(--accent-soft); }
.lead-form button { white-space: nowrap; }
.lead-reassurance {
  font-size: 0.7875rem;
  color: var(--bone-muted);
  margin-top: 1rem;
  max-width: 50ch;
}

/* ============ HOOKS / IS THIS YOU ============ */
.hooks {
  padding: clamp(4rem, 7vw, 6rem) 0;
}
.hooks h2 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}
.hooks-list {
  max-width: 30ch;
  margin: 0 auto;
}
.hooks-list p {
  font-family: var(--serif);
  font-size: clamp(1.0875rem, 1.8vw, 1.3375rem);
  line-height: 1.4;
  margin: 1.5em 0;
}
.hooks-list .kicker {
  font-family: var(--sans);
  font-size: 0.8875rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-align: center;
  margin-top: 3rem;
}

/* ============ FOR / NOT FOR ============ */
.for-not-for {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: clamp(3rem, 6vw, 5rem) 0;
}
@media (min-width: 720px) {
  .for-not-for { grid-template-columns: 1fr 1fr; gap: 3rem; }
}
.for-not-for h3 {
  font-size: 1.0875rem;
  margin-bottom: 1rem;
  letter-spacing: 0.06em;
}
.for-not-for .col p {
  font-family: var(--serif);
  font-size: 0.9375rem;
  color: var(--bone-soft);
  margin: 0.75em 0;
  line-height: 1.45;
}
.for-not-for .closing {
  grid-column: 1 / -1;
  text-align: center;
  font-weight: 600;
  margin-top: 1rem;
}

/* ============ COURSE PRICING BLOCK ============ */
.pricing-anchor {
  padding: clamp(4rem, 7vw, 6rem) 0;
  text-align: center;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.pricing-anchor .price {
  font-family: var(--display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: var(--accent);
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
}
.pricing-anchor .price-line {
  font-family: var(--serif);
  font-size: 1.0875rem;
  color: var(--bone-soft);
  max-width: 50ch;
  margin: 0 auto 0.75rem;
}
.pricing-anchor .small {
  font-family: var(--sans);
  font-size: 0.7875rem;
  color: var(--bone-muted);
  letter-spacing: 0.06em;
  margin-bottom: 2rem;
}

/* ============ CROSS-SELL DARK BLOCK ============ */
.cross-sell {
  padding: clamp(4rem, 7vw, 6rem) 0;
}
.cross-sell .inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 800px) {
  .cross-sell .inner { grid-template-columns: 180px 1fr; gap: 3rem; }
}
.cross-sell img {
  width: 100%;
  border-radius: 4px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  box-shadow: 0 20px 50px -15px rgba(0,0,0,0.6);
}
.cross-sell h2 { font-size: clamp(1.5rem, 2.5vw, 2rem); margin-bottom: 1rem; }
.cross-sell p { font-family: var(--serif); font-size: 1.0375rem; color: var(--bone-soft); margin: 0 0 1rem; line-height: 1.5; }
.cross-sell .price-line { font-size: 0.7875rem; color: var(--bone-muted); letter-spacing: 0.1em; margin-bottom: 1.5rem; }

/* ============ FOOTER ============ */
footer {
  padding: 4rem 0 3rem;
  background: #16151f;
  color: #f5f1e6;
}
footer.minimal { padding: 3rem 0 2rem; }
footer .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
footer .footer-newsletter { max-width: 460px; }
footer .footer-newsletter h3 {
  font-size: 1.1375rem;
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
}
footer .footer-newsletter p { font-family: var(--serif); font-size: 0.8875rem; color: #d8d2c1; margin: 0 0 1rem; line-height: 1.5; }
footer .nav-block { font-size: 0.7175rem; letter-spacing: 0.18em; text-transform: uppercase; }
footer .nav-block a { display: block; color: #d8d2c1; border: 0; margin-bottom: 0.5rem; }
footer .nav-block a:hover { color: var(--accent-soft); }
footer .social { display: flex; gap: 0.9rem; align-items: center; margin-top: 1.35rem; }
footer .social a { border: 0; display: inline-flex; margin: 0; padding: 0; }
footer .social svg { width: 40px; height: 40px; fill: #d8d2c1; transition: fill .2s ease; display: block; }
footer .social a:hover svg { fill: var(--accent-soft); }

/* ===== Mobile: in every split, text leads and the image drops below it,
   so section images never stack back-to-back on narrow screens ===== */
@media (max-width: 899px) {
  .split > img, .split > picture, .split > figure,
  .split > .receipt, .split > .macbook, .split > .phone-wrap, .split > .ph-img { order: 2; }
}
@media (max-width: 859px) {
  .split-13 > img, .split-13 > .ph-img,
  .split-31 > img, .split-31 > .ph-img { order: 2; }
}
footer .nav-block .sub-label { display: block; margin-top: 1.5rem; margin-bottom: 0.5rem; color: #6e6878; font-size: 0.6375rem; }
footer .bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(245, 241, 230, 0.10);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.6575rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9a9484;
}
footer .bottom a { color: #9a9484; border: 0; }
footer .bottom a:hover { color: var(--accent-soft); }

/* ============ COURSE CARDS (full prototype-style cards, stacked) ============ */
.course-pair {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
.course-card-large {
  background: linear-gradient(180deg, var(--ink-2) 0%, var(--ink) 100%);
  border: 1px solid var(--hairline);
  border-radius: 4px;
  padding: clamp(1.75rem, 3vw, 2.75rem);
  position: relative;
  overflow: hidden;
}
.course-card-large::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--alf1-bright) 0%, var(--accent) 100%);
}
.course-card-large .header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 800px) {
  .course-card-large .header { grid-template-columns: 180px 1fr; gap: 2.5rem; }
}
.course-card-large .header img {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 18px 40px -15px rgba(0,0,0,0.4);
}
.course-card-large .meta-eyebrow { margin-bottom: 0.75rem; }
.course-card-large h3 { font-size: clamp(1.5rem, 2.5vw, 2rem); line-height: 1.1; margin-bottom: 0.75rem; }
.course-card-large .blurb {
  font-family: var(--serif);
  font-size: 1.0375rem;
  color: var(--bone-soft);
  line-height: 1.5;
  margin-bottom: 1rem;
}
.course-card-large .stat-row {
  font-family: var(--sans);
  font-size: 0.7175rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bone-muted);
}
.course-card-large .stat-row strong { color: var(--bone); font-weight: 600; }

/* Module reveal (Find out more accordion on course cards) */
.module-reveal { margin-top: 1.5rem; }
.module-reveal > summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  font-family: var(--sans);
  font-size: 0.6775rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 4px;
  padding: 0.75rem 1.3rem;
  transition: background .25s ease, border-color .25s ease;
}
.module-reveal > summary::-webkit-details-marker { display: none; }
.module-reveal > summary::after { content: "+"; font-size: 1.15em; line-height: 1; }
.module-reveal[open] > summary::after { content: "\2013"; }
.module-reveal > summary:hover { background: var(--accent-soft); border-color: var(--accent-soft); }
.module-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  border: 1px solid var(--hairline);
  border-radius: 4px;
  overflow: hidden;
}
.module-list li {
  display: grid;
  grid-template-columns: 3.25rem minmax(8.5rem, 12rem) 1fr;
  gap: 1.25rem;
  align-items: center;
  min-height: 4rem;
  padding: 0.75rem 1.15rem;
  border-bottom: 1px solid var(--hairline);
}
.module-list li:last-child { border-bottom: 0; }
.module-list .m-num {
  font-family: var(--display);
  font-size: 1.2375rem;
  color: var(--accent);
  line-height: 1;
  letter-spacing: 0.04em;
}
.module-list .m-title {
  font-family: var(--display);
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  color: var(--bone);
  line-height: 1.15;
}
.module-list .m-sum {
  font-family: var(--serif);
  font-size: 0.9375rem;
  color: var(--bone);
  line-height: 1.4;
}
@media (max-width: 560px) {
  .module-list li { grid-template-columns: 2.5rem 1fr; gap: 0.5rem 1rem; }
  .module-list .m-sum { grid-column: 1 / -1; margin-top: 0.35rem; }
}
.course-card-large .phases {
  margin: 0 0 2rem;
}
.course-card-large .price-line {
  font-family: var(--sans);
  font-size: 0.7875rem;
  letter-spacing: 0.1em;
  color: var(--bone-muted);
  margin-bottom: 1rem;
}

/* ============ BOOK TRIO (3-card row of books) ============ */
.book-trio {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 720px) { .book-trio { grid-template-columns: 1fr 1fr 1fr; gap: 1.5rem; } }
.book-trio-card {
  background: var(--ink-2);
  border: 1px solid var(--hairline);
  border-radius: 4px;
  padding: 1.5rem;
  display: grid;
  /* Fixed row heights so the first line of each text block lines up across the trio:
     cover · eyebrow · title · blurb · price · button. */
  grid-template-rows: auto 1.5em 4.5em 1fr 3em auto;
  gap: 0.75rem;
  text-align: center;
  justify-items: center;
}
.book-trio-card .meta-eyebrow { align-self: start; margin-bottom: 0; }
.book-trio-card h3 {
  align-self: start;
  margin: 0;
  font-size: 1.0875rem;
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.book-trio-card .blurb { align-self: start; margin: 0; }
.book-trio-card .price-line { align-self: center; margin: 0; }
.book-trio-card .btn { align-self: end; }
.book-trio-card img {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 12px 30px -10px rgba(0,0,0,0.25);
  margin-bottom: 0.5rem;
}
.book-trio-card h3 { font-size: 1.1375rem; line-height: 1.15; }
.book-trio-card .blurb {
  font-family: var(--serif);
  font-size: 0.8875rem;
  color: var(--bone-soft);
  line-height: 1.45;
  flex: 1;
}
.book-trio-card .price-line {
  font-family: var(--sans);
  font-size: 0.7375rem;
  letter-spacing: 0.1em;
  color: var(--bone-muted);
}
.book-trio-card .btn { width: 100%; justify-content: center; }

/* ============ GUIDES (text-spine cards, no cover art yet) ============ */
.guide-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
}
@media (min-width: 680px) { .guide-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .guide-grid { grid-template-columns: 1fr 1fr 1fr; } }
.guide-card {
  background: var(--ink-2);
  border: 1px solid var(--hairline);
  border-left: 3px solid var(--accent);
  border-radius: 4px;
  padding: 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.guide-card img {
  align-self: center;
  width: 100%;
  max-width: 150px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 12px 30px -10px rgba(0,0,0,0.3);
  margin-bottom: 0.6rem;
}
.guide-card .meta-eyebrow { margin: 0; }
.guide-card h3 { margin: 0; font-size: 1.2375rem; line-height: 1.12; min-height: 2.9rem; /* reserve two lines so titles align */ }
.guide-card .sub {
  font-family: var(--serif);
  font-style: italic;
  color: var(--bone-soft);
  font-size: 0.9375rem;
  line-height: 1.3;
  min-height: 3.9rem; /* reserve three lines so blurbs line up across the row */
}
.guide-card .blurb {
  font-family: var(--serif);
  font-size: 0.8575rem;
  color: var(--bone-muted);
  line-height: 1.5;
  margin: 0.2rem 0 0.9rem;
  flex: 1;
}
.guide-card .btn { align-self: start; }
@media (max-width: 480px) { .guide-card .btn { width: 100%; justify-content: center; } }

/* Two-up book row (e.g. the two Foundations textbooks side by side) */
.book-duo { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 2rem; }
@media (min-width: 640px) { .book-duo { grid-template-columns: 1fr 1fr; } }

/* Split book cards (large cover on one side, detail on the other), stacked */
.split-stack { display: grid; grid-template-columns: 1fr; gap: 1.75rem; margin-top: 2rem; }
.split-book { padding: 1.85rem 2rem; }
.split-inner { display: grid; grid-template-columns: 210px 1fr; gap: 2.75rem; align-items: center; }
.split-book img { width: 210px; max-width: 210px; aspect-ratio: 2 / 3; object-fit: cover; border-radius: 3px; box-shadow: 0 14px 34px -12px rgba(0,0,0,0.3); }
@media (max-width: 620px) {
  .split-inner { grid-template-columns: 1fr; gap: 1.5rem; justify-items: center; text-align: center; }
  .split-book img { width: 170px; max-width: 170px; }
  .split-book .meta-eyebrow, .split-book h3, .split-book .blurb, .split-book .price-line { text-align: center !important; }
}

/* Free-download magnet covers (four across) */
.magnet-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 1.75rem; }
@media (min-width: 760px) { .magnet-grid { grid-template-columns: repeat(4, 1fr); } }
.magnet-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.7rem;
  border: 0;
  color: var(--bone);
}
.magnet-card:hover { color: var(--accent); border: 0; }
.magnet-card img {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 12px 30px -10px rgba(0,0,0,0.3);
  transition: transform .25s ease;
}
.magnet-card:hover img { transform: translateY(-4px); }
.magnet-card .arch {
  font-family: var(--display);
  font-size: 1.1875rem;
  letter-spacing: 0.01em;
  line-height: 1;
  color: var(--accent);
  text-transform: uppercase;
}
.magnet-card:hover .arch { color: var(--accent-soft); }
.magnet-card .label {
  font-family: var(--sans);
  font-size: 0.7575rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

/* Coming-soon guide placeholder */
.guide-card.soon { border-style: dashed; background: transparent; }
.guide-card.soon .meta-eyebrow,
.guide-card.soon h3,
.guide-card.soon .sub,
.guide-card.soon .blurb { color: var(--bone-muted); }
.guide-card .cover-placeholder {
  align-self: center;
  width: 100%;
  max-width: 150px;
  aspect-ratio: 2 / 3;
  border: 1px dashed var(--hairline-warm);
  border-radius: 3px;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bone-muted);
  font-family: var(--sans);
  font-size: 0.6175rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5rem;
}
.guide-card .soon-label {
  align-self: start;
  font-family: var(--sans);
  font-size: 0.6575rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bone-muted);
  border: 1px solid var(--hairline);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
}

/* ============ STAMP (reusable accent block) ============ */
.stamp {
  display: inline-block;
  background: var(--accent);
  color: #ffffff;
  padding: 0.05em 0.4em;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
.dark-section .stamp {
  -webkit-text-stroke: 1px #ffffff;
  paint-order: stroke fill;
}

/* ============ EMOTIONAL SECTIONS (problem / agitate / solution) ============ */
.problem-section,
.agitate-section,
.solution-section {
  padding: clamp(3rem, 5vw, 4.5rem) 0;
}
/* Split layout: content on the LEFT (read first), heading on the RIGHT (anchor). */
.split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 900px) {
  .split { grid-template-columns: 7fr 5fr; gap: 4rem; }
  .split .lead    { order: 2; }
  .split .content { order: 1; }
}
.split .lead h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  margin-bottom: 1.25rem;
  line-height: 1.05;
}
.split .lead .pre {
  font-family: var(--serif);
  font-size: 1.0375rem;
  color: var(--bone-soft);
  line-height: 1.5;
  margin-top: 1rem;
  max-width: 38ch;
}
.split .content p {
  font-family: var(--serif);
  font-size: clamp(1.0875rem, 1.6vw, 1.3375rem);
  line-height: 1.45;
  margin: 0.65em 0;
  color: var(--bone);
}
.split.tight .content p {
  font-size: clamp(1.1375rem, 1.7vw, 1.3875rem);
  line-height: 1.45;
  margin: 0.65em 0;
  color: var(--bone);
}
.split .content p.faint { color: var(--bone-soft); }
.split .content p strong,
.split .content p b {
  color: var(--bone);
  font-weight: 600;
}

/* Bullet list for the Problem section */
.bullet-list { list-style: none; padding: 0; margin: 0; }
.bullet-list li {
  font-family: var(--serif);
  font-size: clamp(1.0875rem, 1.6vw, 1.3375rem);
  line-height: 1.45;
  margin: 0.6em 0;
  color: var(--bone);
  padding-left: 1.5rem;
  position: relative;
}
.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
}
.dark-section .bullet-list li::before { background: var(--accent-soft); }

/* Solution section: lead-in same size as body now */
.solution-grid .right p.lead-in {
  font-family: var(--serif);
  font-size: clamp(1.0875rem, 1.6vw, 1.3375rem);
  line-height: 1.5;
  color: var(--bone);
  margin: 0 0 1rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}
.solution-grid .right p {
  font-size: clamp(1.0875rem, 1.6vw, 1.3375rem);
  line-height: 1.5;
}

/* Solution layout: heading column on the left, body on the right (vertically centred). */
.solution-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 900px) {
  .solution-grid { grid-template-columns: 1fr 1fr; gap: 4rem; }
}
.solution-grid h2 {
  font-size: clamp(2.25rem, 4.5vw, 3.75rem);
  line-height: 1.05;
}
.solution-grid p {
  font-family: var(--serif);
  font-size: 1.0375rem;
  line-height: 1.55;
  margin: 0.5em 0 0.75em;
  color: var(--bone-soft);
}

/* ============ MINI ABOUT (dark) ============ */
.mini-about {
  padding: clamp(3rem, 5vw, 4.5rem) 0;
}
.mini-about .who {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 800px) {
  .mini-about .who { grid-template-columns: 1fr 1fr; gap: 4rem; }
}
.mini-about .who .list p {
  font-family: var(--sans);
  font-size: clamp(1.0375rem, 1.5vw, 1.2375rem);
  margin: 0.45em 0;
  color: var(--bone);
  text-transform: none;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
.mini-about .stamps { margin: 1.25rem 0; }
.mini-about .stamps .stamp {
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  margin: 0.4em 0;
}

/* ============ FINAL CTA (dark) ============ */
.final-cta {
  padding: clamp(3rem, 5vw, 4.5rem) 0;
  text-align: center;
}
.final-cta h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  max-width: 26ch;
  margin: 0 auto 1rem;
  line-height: 1.15;
}
.final-cta p {
  font-family: var(--serif);
  font-size: 0.9875rem;
  color: var(--bone-soft);
  max-width: 56ch;
  margin: 0 auto 0.75em;
  line-height: 1.5;
}
.final-cta .cta-row { justify-content: center; margin-top: 1.75rem; }

/* ============ UTILITIES ============ */
.center { text-align: center; }
.muted { color: var(--bone-muted); }
.sovereignty {
  font-family: var(--serif);
  font-size: 0.9375rem;
  color: var(--bone-muted);
  margin-top: 1rem;
  font-style: normal;
}
.what-do-we-do {
  margin: 3rem 0;
}
.what-do-we-do p {
  font-family: var(--serif);
  font-size: 1.0375rem;
  margin: 1em 0;
  color: var(--bone-soft);
}
.what-do-we-do .closing { font-weight: 600; color: var(--bone); }

.lead-thanks { font-family: var(--serif); font-size: 0.95rem; color: var(--bone-soft); margin: 0.6rem 0 0; }
.dark-section .lead-thanks, footer .lead-thanks { color: #d8d2c1; }
