/* ============================================
   WIRED FOR MORE: shared stylesheet
   Brand v2 · Espresso / Cognac / Amber Gold
   ============================================ */

:root {
  --espresso: #1A1612;
  --deep-walnut: #2E2520;
  --cognac: #8B5E3C;
  --burnt-sienna: #B5704D;
  --terracotta: #C4836A;
  --amber-gold: #C49A3C;
  --warm-gold: #D4A94E;
  --deep-olive: #4A5940;
  --warm-cream: #F5EDE3;
  --ivory: #FAF7F2;
  --soft-blush: #E8D5C8;
  --medium-warm: #6B5B50;
  --text-body: #3D342E;
  --neural-blue: #6B7D8D;

  --font-display: 'Cormorant Garamond', serif;
  --font-heading: 'Plus Jakarta Sans', sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--ivory);
  color: var(--text-body);
  font-family: var(--font-heading);
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }

.mono-label { font-family: var(--font-mono); font-weight: 400; text-transform: uppercase; letter-spacing: 0.28em; }

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-block; font-size: 0.74rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--espresso); background: var(--amber-gold); padding: 1rem 2.2rem; border-radius: 2px;
  text-decoration: none; cursor: pointer; border: none; transition: transform 0.3s ease, background 0.3s ease;
}
.btn-primary:hover { background: var(--warm-gold); transform: translateY(-2px); }
.btn-ghost {
  display: inline-block; font-size: 0.74rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.2em;
  color: rgba(245,237,227,0.85); text-decoration: none; border-bottom: 1px solid rgba(196,154,60,0.4); padding-bottom: 3px;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.btn-ghost:hover { color: var(--amber-gold); border-color: var(--amber-gold); }
.btn-dark {
  display: inline-block; font-size: 0.74rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--ivory); background: var(--espresso); padding: 1rem 2.2rem; border-radius: 2px;
  text-decoration: none; cursor: pointer; border: none; transition: transform 0.3s ease, background 0.3s ease;
}
.btn-dark:hover { background: var(--deep-walnut); transform: translateY(-2px); }

/* ===== HERO (home) ===== */
.hero {
  min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; background: var(--espresso); position: relative; overflow: hidden; padding: 8rem 2rem 5rem;
}
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(74,89,64,0.10) 0%, transparent 45%), linear-gradient(225deg, rgba(139,94,60,0.14) 0%, transparent 45%), radial-gradient(ellipse at 50% 120%, rgba(196,154,60,0.10) 0%, transparent 60%); }
.hero::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(196,154,60,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(196,154,60,0.035) 1px, transparent 1px); background-size: 60px 60px; }
.hero-inner { position: relative; z-index: 2; max-width: 880px; }
.hero-eyebrow { font-family: var(--font-mono); font-size: 0.62rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--amber-gold); margin-bottom: 2.4rem; opacity: 0; animation: fadeUp 0.9s ease 0.2s forwards; }
.hero h1 { font-family: var(--font-display); font-weight: 400; font-size: clamp(2.8rem, 7vw, 5.2rem); line-height: 1.05; color: var(--ivory); letter-spacing: 0.005em; margin-bottom: 1.8rem; opacity: 0; animation: fadeUp 0.9s ease 0.45s forwards; }
.hero h1 em { font-style: italic; color: var(--terracotta); font-weight: 400; }
.hero-sub { font-size: 1.02rem; font-weight: 300; line-height: 1.7; color: rgba(245,237,227,0.78); max-width: 600px; margin: 0 auto 2.8rem; opacity: 0; animation: fadeUp 0.9s ease 0.7s forwards; }
.hero-ctas { display: flex; gap: 1.2rem; justify-content: center; align-items: center; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.9s ease 0.95s forwards; }
.hero-cohort { position: absolute; bottom: 2.2rem; left: 0; right: 0; z-index: 2; font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--cognac); opacity: 0; animation: fadeUp 0.9s ease 1.3s forwards; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

/* ===== PAGE HEADER (inner pages) ===== */
.page-header { background: var(--espresso); position: relative; overflow: hidden; padding: 11rem 2rem 5rem; text-align: center; }
.page-header::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(196,154,60,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(196,154,60,0.035) 1px, transparent 1px); background-size: 60px 60px; }
.page-header-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.page-header .eyebrow { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--amber-gold); margin-bottom: 1.6rem; }
.page-header h1 { font-family: var(--font-display); font-weight: 400; font-size: clamp(2.6rem, 6vw, 4.4rem); line-height: 1.05; color: var(--ivory); margin-bottom: 1.2rem; }
.page-header h1 em { font-style: italic; color: var(--terracotta); }
.page-header .lede { font-size: 1.05rem; font-weight: 300; line-height: 1.7; color: rgba(245,237,227,0.78); max-width: 560px; margin: 0 auto; }

/* ===== TRUST ===== */
.trust { background: var(--warm-cream); text-align: center; padding: 1.6rem 2rem; }
.trust-line { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--medium-warm); line-height: 2; }
.trust-line span { color: var(--cognac); }

/* ===== MARQUEE ===== */
.marquee-wrap { background: var(--espresso); padding: 2.6rem 0; position: relative; overflow: hidden; border-top: 1px solid rgba(196,154,60,0.12); border-bottom: 1px solid rgba(196,154,60,0.12); }
.marquee-label { text-align: center; font-family: var(--font-mono); font-size: 0.56rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--amber-gold); margin-bottom: 1.8rem; }
.marquee { display: flex; width: max-content; animation: scroll 80s linear infinite; }
.marquee-wrap:hover .marquee { animation-play-state: paused; }
.marquee-item { flex: 0 0 auto; width: 340px; padding: 0 2rem; border-right: 1px solid rgba(245,237,227,0.1); display: flex; flex-direction: column; justify-content: center; }
.marquee-quote { font-family: var(--font-display); font-style: italic; font-size: 1.15rem; line-height: 1.4; color: var(--ivory); margin-bottom: 0.8rem; }
.marquee-attr { font-family: var(--font-mono); font-size: 0.54rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--terracotta); line-height: 1.6; }
.marquee-attr span { color: rgba(245,237,227,0.5); }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== GENERIC SECTION ===== */
section.block { max-width: 1080px; margin: 0 auto; padding: 6rem 2rem; }
.block-narrow { max-width: 760px; }
.sec-label { font-family: var(--font-mono); font-size: 0.6rem; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--amber-gold); margin-bottom: 1rem; }

/* ===== PROSE ===== */
.prose h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.9rem, 4vw, 2.8rem); color: var(--espresso); line-height: 1.15; margin: 2.5rem 0 1.1rem; }
.prose h3 { font-family: var(--font-display); font-weight: 500; font-size: 1.5rem; color: var(--espresso); margin: 2rem 0 0.7rem; }
.prose p { font-size: 1rem; font-weight: 300; line-height: 1.8; color: var(--text-body); margin-bottom: 1.2rem; max-width: 680px; }
.prose p.muted { color: var(--medium-warm); }
.prose strong { font-weight: 500; color: var(--cognac); }
.prose em { font-style: italic; }
.prose ul { list-style: none; margin: 0 0 1.4rem; }
.prose li { font-size: 0.98rem; font-weight: 300; line-height: 1.7; color: var(--text-body); padding-left: 1.4rem; position: relative; margin-bottom: 0.7rem; max-width: 660px; }
.prose li::before { content: ''; position: absolute; left: 0; top: 0.65rem; width: 6px; height: 6px; background: var(--amber-gold); border-radius: 50%; }

/* ===== MANIFESTO ===== */
.manifesto { text-align: center; max-width: 820px; }
.manifesto-quote { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: clamp(2rem, 4.5vw, 3.2rem); line-height: 1.2; color: var(--espresso); margin-bottom: 2rem; }
.manifesto-body { font-size: 1.05rem; font-weight: 300; line-height: 1.85; color: var(--text-body); max-width: 620px; margin: 0 auto; }
.manifesto-body strong { font-weight: 500; color: var(--cognac); }

/* ===== OFFERINGS ===== */
.offerings { background: var(--warm-cream); }
.offerings-head { text-align: center; max-width: 600px; margin: 0 auto 3.5rem; }
.offerings-head h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(2.2rem, 5vw, 3.2rem); color: var(--espresso); line-height: 1.1; margin-bottom: 1rem; }
.offerings-head p { font-size: 0.98rem; font-weight: 300; color: var(--medium-warm); line-height: 1.7; }
.offering { display: grid; grid-template-columns: 80px 1fr auto; gap: 2rem; align-items: center; padding: 2.4rem 0; border-bottom: 1px solid rgba(139,94,60,0.18); }
.offering:last-child { border-bottom: none; }
.offering-num { font-family: var(--font-display); font-size: 2.6rem; font-weight: 400; color: var(--amber-gold); }
.offering-kicker { font-family: var(--font-mono); font-size: 0.54rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cognac); margin-bottom: 0.5rem; }
.offering-title { font-family: var(--font-display); font-size: 1.9rem; font-weight: 500; color: var(--espresso); line-height: 1.15; margin-bottom: 0.5rem; }
.offering-desc { font-size: 0.92rem; font-weight: 300; color: var(--medium-warm); line-height: 1.7; max-width: 560px; }
.offering-link { font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em; color: var(--cognac); text-decoration: none; white-space: nowrap; border-bottom: 1px solid rgba(139,94,60,0.3); padding-bottom: 2px; transition: color 0.3s ease, border-color 0.3s ease; }
.offering-link:hover { color: var(--amber-gold); border-color: var(--amber-gold); }
@media (max-width: 760px) { .offering { grid-template-columns: 1fr; gap: 0.8rem; } .offering-num { font-size: 2rem; } }

/* ===== 8 WEEKS ===== */
.weeks-head { text-align: center; max-width: 640px; margin: 0 auto 3.5rem; }
.weeks-head h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(2.2rem, 5vw, 3.4rem); color: var(--espresso); line-height: 1.1; margin-bottom: 1rem; }
.weeks-head p { font-size: 0.98rem; font-weight: 300; color: var(--medium-warm); line-height: 1.7; }
.level { display: grid; grid-template-columns: 220px 1fr; gap: 2.5rem; margin-bottom: 2.2rem; }
.level-tag { background: var(--espresso); border-radius: 8px; padding: 1.8rem 1.6rem; position: relative; overflow: hidden; }
.level-tag::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(196,154,60,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(196,154,60,0.04) 1px, transparent 1px); background-size: 24px 24px; }
.level-tag-num { position: relative; z-index: 2; font-family: var(--font-mono); font-size: 0.55rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--amber-gold); margin-bottom: 0.7rem; }
.level-tag-name { position: relative; z-index: 2; font-family: var(--font-display); font-size: 1.7rem; font-weight: 500; color: var(--ivory); line-height: 1.1; margin-bottom: 0.8rem; }
.level-tag-desc { position: relative; z-index: 2; font-size: 0.78rem; font-weight: 300; font-style: italic; font-family: var(--font-display); color: var(--terracotta); line-height: 1.4; margin-bottom: 0.9rem; }
.level-tag-weeks { position: relative; z-index: 2; font-family: var(--font-mono); font-size: 0.52rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--medium-warm); }
.sessions { display: flex; flex-direction: column; justify-content: center; gap: 1.3rem; }
.session { display: grid; grid-template-columns: 40px 1fr; gap: 1rem; align-items: baseline; padding-bottom: 1.3rem; border-bottom: 1px solid rgba(139,94,60,0.14); }
.session:last-child { border-bottom: none; padding-bottom: 0; }
.session-num { font-family: var(--font-display); font-size: 1.5rem; font-weight: 400; color: var(--amber-gold); }
.session-title { font-family: var(--font-display); font-size: 1.35rem; font-weight: 500; color: var(--espresso); line-height: 1.2; }
.session-line { font-size: 0.86rem; font-weight: 300; font-style: italic; color: var(--medium-warm); margin-top: 0.2rem; line-height: 1.5; }
@media (max-width: 760px) { .level { grid-template-columns: 1fr; gap: 1.5rem; } .level-tag { padding: 1.4rem; } }

/* ===== SCIENCE STRIP ===== */
.science-strip { background: var(--warm-cream); text-align: center; padding: 3.5rem 2rem; }
.science-strip .sec-label { color: var(--amber-gold); }
.science-names { font-family: var(--font-display); font-size: 1.15rem; font-weight: 400; font-style: italic; color: var(--text-body); max-width: 720px; margin: 0.8rem auto 0; line-height: 1.7; }

/* ===== SCIENCE PILLARS (science page) ===== */
.pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; margin-top: 3rem; }
.pillar { background: var(--warm-cream); border-radius: 10px; padding: 2.2rem; }
.pillar-num { font-family: var(--font-mono); font-size: 0.55rem; letter-spacing: 0.22em; color: var(--amber-gold); margin-bottom: 0.9rem; }
.pillar h3 { font-family: var(--font-display); font-size: 1.6rem; font-weight: 500; color: var(--espresso); margin-bottom: 0.7rem; line-height: 1.15; }
.pillar p { font-size: 0.92rem; font-weight: 300; line-height: 1.7; color: var(--medium-warm); }
@media (max-width: 760px) { .pillars { grid-template-columns: 1fr; gap: 1.6rem; } }
.pillars-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 760px) { .pillars-3 { grid-template-columns: 1fr; } }

/* ===== TIER CARDS (masterclasses) ===== */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; margin-top: 3rem; }
.tier { background: var(--ivory); border: 1px solid rgba(139,94,60,0.2); border-radius: 10px; padding: 2.2rem 1.8rem; display: flex; flex-direction: column; }
.tier-kicker { font-family: var(--font-mono); font-size: 0.52rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cognac); margin-bottom: 0.8rem; }
.tier h3 { font-family: var(--font-display); font-size: 1.7rem; font-weight: 500; color: var(--espresso); margin-bottom: 0.5rem; }
.tier-meta { font-size: 0.85rem; font-weight: 300; color: var(--medium-warm); margin-bottom: 1.2rem; }
.tier-price { font-family: var(--font-display); font-size: 1.8rem; color: var(--cognac); margin-top: auto; }
.tier-price small { font-family: var(--font-mono); font-size: 0.5rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--medium-warm); display: block; margin-top: 0.3rem; }
@media (max-width: 760px) { .tiers { grid-template-columns: 1fr; } }

/* ===== THEME CARDS (workshops) ===== */
.themes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; margin-top: 2.5rem; }
.theme { border-left: 2px solid var(--amber-gold); padding: 0.4rem 0 0.4rem 1.4rem; }
.theme-name { font-family: var(--font-display); font-size: 1.4rem; font-weight: 500; color: var(--espresso); line-height: 1.15; margin-bottom: 0.3rem; }
.theme-sub { font-family: var(--font-mono); font-size: 0.52rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cognac); margin-bottom: 0.6rem; }
.theme-desc { font-size: 0.88rem; font-weight: 300; line-height: 1.65; color: var(--medium-warm); }
@media (max-width: 760px) { .themes { grid-template-columns: 1fr; } }

/* ===== FOR HER ===== */
.forher { background: var(--espresso); position: relative; overflow: hidden; }
.forher::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(196,154,60,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(196,154,60,0.03) 1px, transparent 1px); background-size: 60px 60px; }
.forher-inner { position: relative; z-index: 2; max-width: 1080px; margin: 0 auto; padding: 6rem 2rem; }
.forher .sec-label { color: var(--amber-gold); }
.forher h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(2rem, 4.5vw, 3rem); color: var(--ivory); line-height: 1.15; margin-bottom: 2rem; max-width: 620px; }
.forher-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; max-width: 820px; }
.forher-item { font-size: 0.95rem; font-weight: 300; line-height: 1.7; color: rgba(245,237,227,0.82); padding-left: 1.4rem; position: relative; }
.forher-item::before { content: ''; position: absolute; left: 0; top: 0.6rem; width: 6px; height: 6px; background: var(--amber-gold); border-radius: 50%; }
@media (max-width: 760px) { .forher-list { grid-template-columns: 1fr; } }

/* ===== FOR COMPANIES BAND ===== */
.companies { background: var(--espresso); position: relative; overflow: hidden; }
.companies::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(196,154,60,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(196,154,60,0.03) 1px, transparent 1px); background-size: 60px 60px; }
.companies::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 80% 20%, rgba(74,89,64,0.18) 0%, transparent 55%); }
.companies-inner { position: relative; z-index: 2; max-width: 1080px; margin: 0 auto; padding: 6rem 2rem; }
.companies .sec-label { color: var(--amber-gold); }
.companies h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(2rem, 4.5vw, 3rem); color: var(--ivory); line-height: 1.15; margin-bottom: 1.4rem; max-width: 620px; }
.companies-text { font-size: 0.98rem; font-weight: 300; line-height: 1.75; color: rgba(245,237,227,0.78); max-width: 600px; margin-bottom: 2.6rem; }
.companies-stats { display: flex; gap: 3.5rem; flex-wrap: wrap; margin-bottom: 2.6rem; }
.cstat-num { font-family: var(--font-display); font-size: 2.6rem; font-weight: 400; color: var(--amber-gold); line-height: 1; }
.cstat-label { font-family: var(--font-mono); font-size: 0.55rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(245,237,227,0.6); margin-top: 0.6rem; }
.companies-blocks { font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 2.4rem; }

/* ===== TESTIMONIAL (single) ===== */
.testi { text-align: center; max-width: 820px; }
.testi-quote { font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: clamp(1.5rem, 3vw, 2.1rem); line-height: 1.4; color: var(--espresso); margin: 1.5rem 0 1.8rem; }
.testi-attr { font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cognac); line-height: 1.8; }
.testi-attr span { color: var(--medium-warm); }

/* ===== FINAL CTA ===== */
.final { background: var(--deep-walnut); text-align: center; padding: 6rem 2rem; position: relative; overflow: hidden; }
.final::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(196,154,60,0.12) 0%, transparent 60%); }
.final-inner { position: relative; z-index: 2; max-width: 620px; margin: 0 auto; }
.final h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(2.2rem, 5vw, 3.4rem); color: var(--ivory); line-height: 1.1; margin-bottom: 1rem; }
.final p { font-size: 0.95rem; font-weight: 300; color: rgba(245,237,227,0.7); margin-bottom: 2.4rem; }
.final .mono-label { font-size: 0.58rem; letter-spacing: 0.26em; color: var(--amber-gold); display: block; margin-top: 2rem; }

/* ===== FORM ===== */
.form-wrap { max-width: 560px; margin: 0 auto; }
.field { margin-bottom: 1.4rem; text-align: left; }
.field label { display: block; font-family: var(--font-mono); font-size: 0.56rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cognac); margin-bottom: 0.5rem; }
.field input, .field textarea, .field select {
  width: 100%; font-family: var(--font-heading); font-size: 0.95rem; font-weight: 300; color: var(--text-body);
  background: var(--ivory); border: 1px solid rgba(139,94,60,0.3); border-radius: 3px; padding: 0.8rem 1rem; transition: border-color 0.3s ease;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--amber-gold); }
.field textarea { resize: vertical; min-height: 120px; }
.checkbox-field { display: flex; gap: 0.7rem; align-items: flex-start; margin-bottom: 1.2rem; text-align: left; }
.checkbox-field input { width: auto; margin-top: 0.25rem; }
.checkbox-field label { font-family: var(--font-heading); font-size: 0.82rem; font-weight: 300; text-transform: none; letter-spacing: 0; color: var(--medium-warm); line-height: 1.5; }

/* ===== FOOTER ===== */
footer { background: var(--espresso); padding: 4rem 2rem 2rem; }
.footer-inner { max-width: 1080px; margin: 0 auto; }
.footer-cols { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(245,237,227,0.12); }
.footer-brand-name { font-family: var(--font-display); font-size: 1.5rem; color: var(--ivory); margin-bottom: 0.6rem; }
.footer-brand-name em { color: var(--amber-gold); font-style: italic; }
.footer-tagline { font-size: 0.85rem; font-weight: 300; color: rgba(245,237,227,0.6); line-height: 1.6; max-width: 300px; }
.footer-col-head { font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--amber-gold); margin-bottom: 1.1rem; }
.footer-col a { display: block; font-size: 0.85rem; font-weight: 300; color: rgba(245,237,227,0.72); text-decoration: none; margin-bottom: 0.7rem; transition: color 0.3s ease; }
.footer-col a:hover { color: var(--amber-gold); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; padding-top: 2rem; }
.footer-bottom-left { font-family: var(--font-mono); font-size: 0.56rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(245,237,227,0.5); }
.footer-disclaimer { font-size: 0.74rem; font-weight: 300; color: rgba(245,237,227,0.4); text-align: center; width: 100%; margin-top: 1.4rem; }
@media (max-width: 760px) { .footer-cols { grid-template-columns: 1fr; gap: 2rem; } }

/* ===== REVEAL ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ============================================
   v3 ARCHITECTURE: Two ways in, dual blocks, sub-cards
   ============================================ */

/* TWO WAYS IN BAND */
.two-ways {
  background: var(--ivory);
  padding: 5rem 2rem 4rem;
}
.two-ways-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.two-ways .sec-label {
  margin-bottom: 2.5rem;
  color: var(--cognac);
}
.ways-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.way-card {
  display: block;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 4px;
  text-decoration: none;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
}
.way-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(26,22,18,0.18);
}
.way-card-warm {
  background: var(--warm-cream);
  color: var(--espresso);
  border: 1px solid rgba(139,94,60,0.18);
}
.way-card-dark {
  background: var(--espresso);
  color: var(--ivory);
  border: 1px solid rgba(196,154,60,0.25);
}
.way-card-eyebrow {
  font-size: 0.62rem;
  margin-bottom: 1rem;
}
.way-card-warm .way-card-eyebrow { color: var(--cognac); }
.way-card-dark .way-card-eyebrow { color: var(--amber-gold); }
.way-card-title {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 1rem;
}
.way-card-dark .way-card-title em { color: var(--amber-gold); font-style: italic; }
.way-card-desc {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.55;
  margin-bottom: 2rem;
  max-width: 360px;
}
.way-card-warm .way-card-desc { color: var(--medium-warm); }
.way-card-dark .way-card-desc { color: rgba(245,237,227,0.78); }
.way-card-cue {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-top: 0.5rem;
}
.way-card-warm .way-card-cue { color: var(--cognac); }
.way-card-dark .way-card-cue { color: var(--amber-gold); }
@media (max-width: 760px) {
  .ways-grid { grid-template-columns: 1fr; }
  .two-ways { padding: 3.5rem 1.4rem; }
  .way-card { padding: 2.2rem 1.8rem 1.8rem; }
}

/* FOR YOURSELF BLOCK */
.block-women {
  background: var(--warm-cream);
  padding: 6rem 2rem 5rem;
  scroll-margin-top: 80px;
}
.block-women-inner {
  max-width: 920px;
  margin: 0 auto;
}
.block-women .sec-label {
  margin-bottom: 1.5rem;
  color: var(--cognac);
}
.block-women-h {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  color: var(--espresso);
  margin-bottom: 3rem;
}
.audience-paragraph {
  max-width: 680px;
  margin: 0 auto 4rem;
}
.audience-paragraph p {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-body);
  margin-bottom: 1.2rem;
}
.audience-pull {
  font-family: var(--font-display) !important;
  font-style: italic;
  font-size: clamp(1.4rem, 2.8vw, 1.8rem) !important;
  font-weight: 400 !important;
  text-align: center;
  color: var(--cognac) !important;
  line-height: 1.4 !important;
  margin-top: 2rem !important;
  padding-top: 2rem;
  border-top: 1px solid rgba(139,94,60,0.18);
}

/* PRODUCT CARD (WFM cohort) */
.product-card-women {
  background: var(--ivory);
  padding: 3rem 2.5rem;
  border-radius: 4px;
  text-align: center;
  border: 1px solid rgba(139,94,60,0.15);
  box-shadow: 0 8px 32px rgba(26,22,18,0.06);
}
.product-eyebrow {
  font-size: 0.62rem;
  color: var(--cognac);
  margin-bottom: 1rem;
}
.product-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 400;
  color: var(--espresso);
  margin-bottom: 0.6rem;
}
.product-logistics {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--amber-gold);
  margin-bottom: 1.8rem;
}
.product-desc {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--text-body);
  margin-bottom: 2rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.product-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* BRING IT TO YOUR PEOPLE BLOCK */
.block-bring {
  background: var(--espresso);
  color: var(--ivory);
  padding: 6rem 2rem 5rem;
  scroll-margin-top: 80px;
  position: relative;
}
.block-bring::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(196,154,60,0.04) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(139,94,60,0.05) 0%, transparent 40%);
  pointer-events: none;
}
.block-bring-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.block-bring-h {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  color: var(--ivory);
  margin: 1.5rem 0 2rem;
}
.bring-intro {
  max-width: 680px;
  margin: 0 auto 4rem;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(245,237,227,0.85);
}

/* SUB CARDS */
.sub-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}
.sub-card {
  background: rgba(245,237,227,0.04);
  border: 1px solid rgba(196,154,60,0.18);
  border-radius: 4px;
  overflow: hidden;
  transition: border-color 0.4s ease;
}
.sub-card:hover { border-color: rgba(196,154,60,0.4); }
.sub-card-community { /* warmer feel */ }
.sub-card-corporate { /* tighter, more structured feel */ }
.sub-card-photo {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--deep-walnut);
}
.sub-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sub-card-corporate .sub-card-body {
  padding-top: 3rem;
}
.sub-card-body {
  padding: 2.2rem 2.2rem 2.5rem;
}
.sub-card-eyebrow {
  font-size: 0.62rem;
  color: var(--amber-gold);
  margin-bottom: 1rem;
}
.sub-card-title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--ivory);
  margin-bottom: 1.2rem;
}
.sub-card-body p {
  font-size: 0.96rem;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(245,237,227,0.82);
  margin-bottom: 1.2rem;
}
.sub-card-list {
  list-style: none;
  margin: 1.5rem 0 1.8rem;
  padding: 0;
}
.sub-card-list li {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--warm-gold);
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(196,154,60,0.12);
}
.sub-card-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0 1.8rem;
}
.sub-card-pills span {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ivory);
  background: rgba(196,154,60,0.16);
  border: 1px solid rgba(196,154,60,0.3);
  padding: 0.4rem 0.8rem;
  border-radius: 2px;
}
@media (max-width: 860px) {
  .sub-cards { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* B2B TESTIMONIAL STRIP */
.b2b-strip {
  padding-top: 3.5rem;
  border-top: 1px solid rgba(196,154,60,0.18);
}
.b2b-strip-label {
  font-size: 0.62rem;
  color: var(--amber-gold);
  text-align: center;
  margin-bottom: 2.5rem;
}
.b2b-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.b2b-quote {
  text-align: center;
}
.b2b-q {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.5;
  color: rgba(245,237,227,0.92);
  margin-bottom: 1.2rem;
}
.b2b-attr {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--warm-gold);
  line-height: 1.5;
}
.b2b-attr span {
  color: rgba(245,237,227,0.55);
  font-size: 0.55rem;
  font-weight: 300;
}
@media (max-width: 860px) {
  .b2b-quotes { grid-template-columns: 1fr; gap: 2rem; }
}

/* AMBER BUTTON variant */
.btn-amber {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--espresso);
  background: var(--amber-gold);
  padding: 1rem 2.2rem;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}
.btn-amber:hover { background: var(--warm-gold); transform: translateY(-1px); }

.btn-ghost-dark {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--espresso);
  background: transparent;
  border: 1px solid var(--cognac);
  padding: 1rem 2.2rem;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
}
.btn-ghost-dark:hover { background: var(--cognac); color: var(--ivory); }

/* FINAL CTAS group */
.final-ctas {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1rem 0 2rem;
}

/* ============================================
   MASTERCLASSES PAGE: hero with photo, feel section
   ============================================ */
.mc-hero {
  position: relative;
  background: var(--espresso);
  color: var(--ivory);
  padding: 7rem 0 0;
  margin-top: 0;
  overflow: hidden;
}
.mc-hero-image {
  width: 100%;
  height: clamp(360px, 60vh, 620px);
  overflow: hidden;
  position: relative;
}
.mc-hero-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26,22,18,0.1) 0%, rgba(26,22,18,0.55) 80%, var(--espresso) 100%);
}
.mc-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.mc-hero-content {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 2rem 5rem;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -8rem;
}
.mc-hero-content .eyebrow {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--amber-gold);
  margin-bottom: 1.5rem;
}
.mc-hero-content h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6.5vw, 4.5rem);
  font-weight: 400;
  line-height: 1.05;
  color: var(--ivory);
  margin-bottom: 1.5rem;
}
.mc-hero-content h1 em { color: var(--amber-gold); font-style: italic; }
.mc-hero-content .lede {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(245,237,227,0.85);
  max-width: 620px;
  margin: 0 auto 2.5rem;
}

/* WHO GRID (audience list) */
.who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 880px;
  margin: 0 auto;
}
.who-item {
  background: var(--warm-cream);
  border: 1px solid rgba(139,94,60,0.18);
  padding: 1.6rem 1.4rem;
  border-radius: 2px;
}
.who-tag {
  font-size: 0.58rem;
  color: var(--cognac);
  margin-bottom: 0.5rem;
}
.who-name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--espresso);
  line-height: 1.3;
}
@media (max-width: 760px) {
  .who-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .who-grid { grid-template-columns: 1fr; }
}

/* WHAT IT FEELS LIKE section */
.mc-feel {
  background: var(--warm-cream);
  padding: 6rem 2rem;
}
.mc-feel-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.mc-feel-text .sec-label {
  color: var(--cognac);
  margin-bottom: 1.2rem;
}
.mc-feel-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.6vw, 2.4rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--espresso);
  margin-bottom: 1.5rem;
}
.mc-feel-text p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--text-body);
}
.mc-feel-photo img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 14px 50px rgba(26,22,18,0.16);
}
@media (max-width: 860px) {
  .mc-feel-inner { grid-template-columns: 1fr; gap: 2.5rem; }
}

/* DISAMBIGUATION CALLOUT */
.disambig {
  background: var(--espresso);
  color: var(--ivory);
  padding: 5rem 2rem;
}
.disambig-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.disambig-inner h3 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.2vw, 2.2rem);
  font-weight: 400;
  line-height: 1.25;
  color: var(--ivory);
  margin: 1rem 0 1.2rem;
}
.disambig-inner p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(245,237,227,0.82);
  margin-bottom: 2rem;
}

/* block-narrow utility */
.block-narrow {
  max-width: 780px;
  margin: 0 auto;
  padding: 5rem 2rem 4rem;
}

/* ============================================
   v4 ADDITIONS: TRM full card, deep-dive hero, testimonial sections
   ============================================ */

/* amber em accent inside text */
.amber-em {
  color: var(--amber-gold);
  font-style: italic;
  font-weight: 500;
  font-family: var(--font-display);
  letter-spacing: 0.04em;
}

/* TRM FULL CARD (in homepage, replaces side-by-side TRM sub-card) */
.trm-card {
  background: linear-gradient(180deg, rgba(245,237,227,0.03) 0%, rgba(196,154,60,0.05) 100%);
  border: 1px solid rgba(196,154,60,0.25);
  border-radius: 4px;
  padding: 3.5rem 3rem;
  margin-bottom: 4rem;
  position: relative;
  overflow: hidden;
}
.trm-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cognac) 0%, var(--amber-gold) 50%, var(--cognac) 100%);
}
.trm-card-head {
  text-align: center;
  margin-bottom: 2.5rem;
}
.trm-card-sub {
  font-size: 0.6rem;
  color: rgba(245,237,227,0.55);
  margin-top: 0.5rem;
}
.trm-thesis {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.3rem, 2.6vw, 1.7rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--ivory);
  text-align: center;
  max-width: 740px;
  margin: 0 auto 3rem;
}
.trm-thesis em {
  color: var(--amber-gold);
  font-style: italic;
}
.trm-layers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.trm-layer {
  text-align: center;
  padding: 1.5rem 1.2rem;
  background: rgba(26,22,18,0.4);
  border: 1px solid rgba(196,154,60,0.18);
  border-radius: 3px;
}
.trm-layer-tag {
  font-size: 0.6rem;
  color: var(--amber-gold);
  margin-bottom: 0.6rem;
}
.trm-layer-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--ivory);
  margin-bottom: 0.6rem;
}
.trm-layer-desc {
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(245,237,227,0.7);
}
.trm-arc-label {
  font-size: 0.62rem;
  color: var(--amber-gold);
  text-align: center;
  margin-bottom: 1rem;
}
.trm-pillars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(196,154,60,0.18);
}
.trm-pillars span {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ivory);
  background: rgba(196,154,60,0.18);
  border: 1px solid rgba(196,154,60,0.32);
  padding: 0.5rem 0.9rem;
  border-radius: 2px;
}
.trm-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.trm-stat {
  text-align: center;
}
.trm-stat-num {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--amber-gold);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.trm-stat-label {
  font-size: 0.58rem;
  color: rgba(245,237,227,0.65);
}
.trm-closer {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  font-weight: 400;
  line-height: 1.5;
  color: var(--ivory);
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(196,154,60,0.18);
}
.trm-closer em {
  color: var(--amber-gold);
  font-style: italic;
}
.trm-card .btn-amber {
  display: block;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 760px) {
  .trm-card { padding: 2.5rem 1.6rem; }
  .trm-layers { grid-template-columns: 1fr; gap: 1rem; }
  .trm-stats { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* MASTERCLASSES HERO with banner photo */
.mc-hero {
  position: relative;
  background: var(--espresso);
  color: var(--ivory);
  padding: 0;
  margin-top: 0;
  overflow: hidden;
}
.mc-hero-banner {
  width: 100%;
  height: clamp(280px, 38vh, 460px);
  overflow: hidden;
  position: relative;
  margin-top: 70px; /* nav offset */
}
.mc-hero-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26,22,18,0.15) 0%, rgba(26,22,18,0.45) 70%, var(--espresso) 100%);
}
.mc-hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.mc-hero-content {
  max-width: 880px;
  margin: -8rem auto 0;
  padding: 0 2rem 5rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* DEEP-DIVE HERO offering */
.deepdive-hero {
  background: var(--warm-cream);
  border: 1px solid var(--amber-gold);
  border-radius: 4px;
  padding: 3rem 2.5rem;
  margin-top: 3rem;
  box-shadow: 0 14px 50px rgba(196,154,60,0.18);
}
.deepdive-head {
  text-align: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(139,94,60,0.2);
  margin-bottom: 3rem;
}
.deepdive-tag {
  font-size: 0.62rem;
  color: var(--amber-gold);
  margin-bottom: 1rem;
}
.deepdive-h {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.8vw, 2.6rem);
  font-weight: 400;
  color: var(--espresso);
  margin-bottom: 1rem;
}
.deepdive-meta {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--cognac);
  margin-bottom: 1.5rem;
}
.deepdive-price {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--espresso);
  font-weight: 500;
}
.deepdive-price small {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.56rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--medium-warm);
  font-weight: 300;
  margin-top: 0.3rem;
}
.deepdive-themes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.dd-theme {
  background: var(--ivory);
  border: 1px solid rgba(139,94,60,0.15);
  padding: 1.6rem 1.5rem;
  border-radius: 3px;
}
.dd-theme-tag {
  font-size: 0.58rem;
  color: var(--cognac);
  margin-bottom: 0.6rem;
}
.dd-theme-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--espresso);
  margin-bottom: 0.3rem;
}
.dd-theme-sub {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--amber-gold);
  margin-bottom: 0.8rem;
}
.dd-theme-desc {
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--text-body);
}
.deepdive-cta {
  text-align: center;
}
@media (max-width: 760px) {
  .deepdive-hero { padding: 2.2rem 1.6rem; }
  .deepdive-themes { grid-template-columns: 1fr; }
}

/* SECONDARY TIERS (Talk + Masterclass) */
.secondary-tiers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 880px;
  margin: 2.5rem auto 0;
}
.sec-tier {
  background: var(--ivory);
  border: 1px solid rgba(139,94,60,0.18);
  padding: 1.8rem 1.5rem;
  border-radius: 3px;
}
.sec-tier-tag {
  font-size: 0.6rem;
  color: var(--cognac);
  margin-bottom: 0.8rem;
}
.sec-tier h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--espresso);
  margin-bottom: 0.8rem;
}
.sec-tier-meta {
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--text-body);
  margin-bottom: 1.2rem;
}
.sec-tier-price {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--espresso);
  font-weight: 500;
}
.sec-tier-price small {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.52rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--medium-warm);
  font-weight: 300;
  margin-top: 0.3rem;
}
@media (max-width: 680px) {
  .secondary-tiers { grid-template-columns: 1fr; }
}

/* TESTIMONIAL SECTIONS (masterclasses, programme, for-companies) */
.mc-testimonials, .programme-test {
  background: var(--warm-cream);
  padding: 5rem 2rem;
}
.mc-test-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.mc-test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.mc-testimonials .mc-test-grid {
  grid-template-columns: 1fr 1fr;
}
.mc-test {
  text-align: center;
}
.mc-test-q {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--espresso);
  margin-bottom: 1.4rem;
  padding: 0 0.5rem;
}
.mc-test-attr {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--cognac);
  line-height: 1.6;
}
.mc-test-attr span {
  color: var(--medium-warm);
  font-size: 0.55rem;
  font-weight: 300;
}
@media (max-width: 860px) {
  .mc-test-grid, .mc-testimonials .mc-test-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* ============================================
   v5: TRM sub-card variant (next to masterclasses card)
   ============================================ */

.sub-cards {
  align-items: stretch;
}
.sub-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sub-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* TRM SUB-CARD VARIANT */
.sub-card-trm {
  background: linear-gradient(180deg, rgba(196,154,60,0.06) 0%, rgba(139,94,60,0.04) 100%);
  border: 1px solid rgba(196,154,60,0.32);
  position: relative;
  overflow: hidden;
}
.sub-card-trm::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cognac) 0%, var(--amber-gold) 50%, var(--cognac) 100%);
  z-index: 1;
}
.trm-header-strip {
  padding: 2.4rem 2rem 1rem;
  text-align: center;
  background: rgba(26,22,18,0.3);
  border-bottom: 1px solid rgba(196,154,60,0.18);
}
.trm-header-strip .sub-card-eyebrow {
  margin-bottom: 0.6rem;
}
.trm-card-sub {
  font-size: 0.58rem;
  color: rgba(245,237,227,0.55);
}
.sub-card-trm .sub-card-body {
  padding: 2rem 2rem 2.5rem;
  display: flex;
  flex-direction: column;
}

/* TRM thesis inside narrower card */
.sub-card-trm .trm-thesis {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--ivory);
  text-align: center;
  margin: 0 0 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(196,154,60,0.15);
}
.sub-card-trm .trm-thesis em {
  color: var(--amber-gold);
  font-style: italic;
}

/* TRM stacked layers (vertical, not grid) */
.trm-layers-stacked {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.trm-layer-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: start;
  padding: 1rem 1.2rem;
  background: rgba(26,22,18,0.35);
  border: 1px solid rgba(196,154,60,0.18);
  border-radius: 3px;
}
.trm-layer-num {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--amber-gold);
  font-weight: 500;
  line-height: 1;
  padding-top: 0.2rem;
}
.trm-layer-row .trm-layer-tag {
  font-size: 0.58rem;
  color: var(--amber-gold);
  margin-bottom: 0.3rem;
}
.trm-layer-row .trm-layer-name {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 500;
  color: var(--ivory);
  margin-bottom: 0.3rem;
}
.trm-layer-row .trm-layer-desc {
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(245,237,227,0.7);
}

/* TRM stats compact (in narrower card) */
.sub-card-trm .trm-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  margin: 1.5rem 0 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(196,154,60,0.15);
}
.sub-card-trm .trm-stat-num {
  font-size: clamp(1.6rem, 3vw, 2rem);
  margin-bottom: 0.3rem;
}
.sub-card-trm .trm-stat-label {
  font-size: 0.5rem;
  line-height: 1.3;
}

/* TRM pillars compact */
.sub-card-trm .trm-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  justify-content: center;
}
.sub-card-trm .trm-pillars span {
  font-size: 0.56rem;
  padding: 0.35rem 0.65rem;
}
.sub-card-trm .trm-arc-label {
  font-size: 0.58rem;
  margin-bottom: 0.8rem;
}

/* TRM closer compact */
.sub-card-trm .trm-closer {
  font-size: 0.95rem;
  margin: 1.5rem 0 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(196,154,60,0.15);
  text-align: center;
}
.sub-card-trm .trm-closer em {
  color: var(--amber-gold);
}
.sub-card-trm .btn-amber {
  margin-top: auto;
  align-self: center;
}

/* MAKE SURE Masterclasses sub-card has matching structure */
.sub-card-community .sub-card-body {
  display: flex;
  flex-direction: column;
}
.sub-card-community .sub-card-body .btn-amber {
  margin-top: auto;
  align-self: flex-start;
}

/* ============================================
   v5: MASTERCLASS PAGE: full-bleed hero v2, espresso deep-dive
   ============================================ */

/* Full-bleed hero */
.mc-hero-v2 {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 0;
  padding: 8rem 2rem 5rem;
}
.mc-hero-v2-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.mc-hero-v2-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.mc-hero-v2-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(26,22,18,0.55) 0%, rgba(26,22,18,0.4) 40%, rgba(26,22,18,0.7) 100%);
}
.mc-hero-v2-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  text-align: center;
  color: var(--ivory);
}
.mc-hero-v2-content .eyebrow {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--amber-gold);
  margin-bottom: 1.5rem;
}
.mc-hero-v2-content h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6.5vw, 4.5rem);
  font-weight: 400;
  line-height: 1.05;
  color: var(--ivory);
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 24px rgba(26,22,18,0.4);
}
.mc-hero-v2-content h1 em { color: var(--amber-gold); font-style: italic; }
.mc-hero-v2-content .lede {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(245,237,227,0.95);
  max-width: 640px;
  margin: 0 auto 2.5rem;
  text-shadow: 0 1px 12px rgba(26,22,18,0.3);
}

/* DEEP-DIVE espresso section */
.deepdive-section {
  background: var(--espresso);
  color: var(--ivory);
  padding: 6rem 2rem 6rem;
  position: relative;
  overflow: hidden;
}
.deepdive-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(circle at 15% 25%, rgba(196,154,60,0.06) 0%, transparent 35%),
    radial-gradient(circle at 85% 75%, rgba(139,94,60,0.06) 0%, transparent 35%);
  pointer-events: none;
}
.deepdive-section-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.deepdive-hero-v2 {
  background: linear-gradient(180deg, rgba(245,237,227,0.04) 0%, rgba(196,154,60,0.06) 100%);
  border: 1px solid rgba(196,154,60,0.32);
  border-radius: 4px;
  padding: 3rem 2.5rem;
  margin-top: 3rem;
  position: relative;
  overflow: hidden;
}
.deepdive-hero-v2::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--cognac) 0%, var(--amber-gold) 50%, var(--cognac) 100%);
}
.deepdive-head-v2 {
  text-align: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(196,154,60,0.2);
  margin-bottom: 3rem;
}
.deepdive-head-v2 .deepdive-tag {
  font-size: 0.62rem;
  color: var(--amber-gold);
  margin-bottom: 1rem;
}
.deepdive-h-v2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.8vw, 2.6rem);
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: 1rem;
}
.deepdive-meta-v2 {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(196,154,60,0.85);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.deepdive-price-v2 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--amber-gold);
  font-weight: 500;
}
.deepdive-price-v2 small {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.56rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(245,237,227,0.55);
  font-weight: 300;
  margin-top: 0.3rem;
}
.deepdive-themes-v2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.dd-theme-v2 {
  background: rgba(26,22,18,0.5);
  border: 1px solid rgba(196,154,60,0.22);
  padding: 1.8rem 1.6rem;
  border-radius: 3px;
  position: relative;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.dd-theme-v2:hover {
  border-color: rgba(196,154,60,0.5);
  transform: translateY(-2px);
}
.dd-theme-num {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--amber-gold);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
}
.dd-theme-v2 .dd-theme-tag {
  font-size: 0.58rem;
  color: var(--amber-gold);
  margin-bottom: 0.6rem;
}
.dd-theme-v2 .dd-theme-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--ivory);
  margin-bottom: 0.4rem;
}
.dd-theme-v2 .dd-theme-sub {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--warm-gold);
  margin-bottom: 0.9rem;
}
.dd-theme-v2 .dd-theme-desc {
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(245,237,227,0.78);
}
.deepdive-cta-v2 {
  text-align: center;
  padding-top: 1rem;
}
@media (max-width: 760px) {
  .deepdive-hero-v2 { padding: 2.2rem 1.6rem; }
  .deepdive-themes-v2 { grid-template-columns: 1fr; gap: 1rem; }
}

/* Make "What it feels like" section feel more luxe with cognac accents */
.mc-feel {
  position: relative;
}
.mc-feel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: var(--amber-gold);
}

/* ============================================
   v6: Clean masterclass hero (no photo), prominent programme title
   ============================================ */

/* CLEAN MASTERCLASS HERO (no photo, espresso WFM-themed) */
.mc-hero-clean {
  position: relative;
  background: var(--espresso);
  color: var(--ivory);
  padding: 10rem 2rem 7rem;
  text-align: center;
  overflow: hidden;
  margin-top: 0;
}
.mc-hero-clean-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 22% 35%, rgba(196,154,60,0.10) 0%, transparent 40%),
    radial-gradient(circle at 78% 65%, rgba(139,94,60,0.10) 0%, transparent 40%),
    radial-gradient(circle at 50% 100%, rgba(196,154,60,0.06) 0%, transparent 50%);
  pointer-events: none;
}
.mc-hero-clean::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(196,154,60,0.4) 50%, transparent 100%);
  z-index: 1;
}
.mc-hero-clean::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(196,154,60,0.3) 50%, transparent 100%);
}
.mc-hero-clean-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
}
.mc-hero-clean-deco {
  width: 60px;
  height: 2px;
  background: var(--amber-gold);
  margin: 0 auto 2.5rem;
}
.mc-hero-clean-content .eyebrow {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--amber-gold);
  margin-bottom: 1.8rem;
}
.mc-hero-clean-content h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 400;
  line-height: 1.05;
  color: var(--ivory);
  margin-bottom: 1.8rem;
}
.mc-hero-clean-content h1 em { color: var(--amber-gold); font-style: italic; }
.mc-hero-clean-content .lede {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(245,237,227,0.85);
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

/* PROMINENT PROGRAMME TITLE */
.programme-header {
  text-align: center;
}
.programme-h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 400;
  line-height: 1;
  color: var(--espresso);
  margin: 1.5rem 0 0.4rem;
}
.programme-h1 em {
  color: var(--amber-gold);
  font-style: italic;
}
.programme-h1-sub {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  color: var(--cognac);
  margin: 0 0 2rem;
  position: relative;
  display: inline-block;
  padding: 0 2.5rem;
}
.programme-h1-sub::before,
.programme-h1-sub::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background: rgba(139,94,60,0.35);
}
.programme-h1-sub::before { left: -10px; }
.programme-h1-sub::after { right: -10px; }

/* ============================================
   v7: Who-with-photo section (masterclasses), my-story back-link
   ============================================ */

.who-with-photo {
  background: var(--warm-cream);
  padding: 5rem 2rem 6rem;
}
.who-with-photo-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 3rem;
  align-items: stretch;
}
.who-photo {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 14px 50px rgba(26,22,18,0.18);
  position: relative;
  min-height: 460px;
}
.who-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  display: block;
}
.who-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-content: stretch;
}
.who-grid-2col .who-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 800px) {
  .who-with-photo-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .who-photo { min-height: 320px; }
}
@media (max-width: 480px) {
  .who-grid-2col { grid-template-columns: 1fr; }
}

/* MY STORY back link */
.my-story-back-link {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-top: 1.5rem;
}
.my-story-back-link a {
  color: var(--cognac);
  text-decoration: none;
  transition: color 0.2s;
}
.my-story-back-link a:hover {
  color: var(--amber-gold);
}

/* ============================================
   v8: Legal pages, FAQ, thank-you page
   ============================================ */

/* LEGAL DOCUMENT STYLING */
.legal-doc {
  background: var(--ivory);
  padding: 4rem 2rem 6rem;
}
.legal-inner {
  max-width: 760px;
  margin: 0 auto;
}
.legal-inner p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text-body);
  margin-bottom: 1.3rem;
}
.legal-inner p:first-of-type {
  font-size: 1.08rem;
}
.legal-h2 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.6vw, 1.8rem);
  font-weight: 500;
  color: var(--espresso);
  margin: 3rem 0 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(139,94,60,0.18);
}
.legal-h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--cognac);
  margin: 2rem 0 0.8rem;
}
.legal-list {
  margin: 1rem 0 1.5rem;
  padding-left: 1.5rem;
  list-style: none;
}
.legal-list li {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text-body);
  margin-bottom: 0.7rem;
  position: relative;
  padding-left: 1.2rem;
}
.legal-list li::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--amber-gold);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  top: 0.1rem;
}
.legal-inner a {
  color: var(--cognac);
  text-decoration: underline;
  text-decoration-color: rgba(139,94,60,0.4);
  transition: color 0.2s;
}
.legal-inner a:hover {
  color: var(--amber-gold);
  text-decoration-color: var(--amber-gold);
}
.legal-emergency {
  background: rgba(139,94,60,0.06);
  border-left: 3px solid var(--cognac);
  padding: 1rem 1.4rem;
  margin: 1.5rem 0 !important;
  font-size: 1rem !important;
}
.legal-footer-note {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(139,94,60,0.18);
}
.legal-footer-note p {
  font-family: var(--font-mono);
  font-size: 0.65rem !important;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--medium-warm);
  line-height: 1.7;
}

/* TERMS TOC */
.legal-toc {
  background: var(--warm-cream);
  border: 1px solid rgba(139,94,60,0.18);
  padding: 1.8rem 2rem;
  border-radius: 4px;
  margin-bottom: 3rem;
}
.legal-toc-head {
  font-size: 0.65rem;
  color: var(--cognac);
  margin-bottom: 1rem;
}
.legal-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 2rem;
}
.legal-toc-list li {
  font-size: 0.88rem;
  margin-bottom: 0.5rem;
  break-inside: avoid;
}
.legal-toc-list a {
  color: var(--espresso);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, color 0.2s;
}
.legal-toc-list a:hover {
  color: var(--cognac);
  border-color: var(--amber-gold);
}
@media (max-width: 600px) {
  .legal-toc-list { columns: 1; }
}

/* FAQ PAGE */
.faq-nav-section {
  background: var(--warm-cream);
  padding: 4rem 2rem;
}
.faq-nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.faq-nav-card {
  background: var(--ivory);
  border: 1px solid rgba(139,94,60,0.2);
  border-radius: 4px;
  padding: 2rem 1.8rem;
  text-decoration: none;
  text-align: center;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.faq-nav-card:hover {
  border-color: var(--amber-gold);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(196,154,60,0.15);
}
.faq-nav-eyebrow {
  font-size: 0.6rem;
  color: var(--cognac);
  margin-bottom: 0.8rem;
}
.faq-nav-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--espresso);
  line-height: 1.3;
}
@media (max-width: 760px) {
  .faq-nav-inner { grid-template-columns: 1fr; gap: 1rem; }
}

.faq-section {
  padding: 5rem 2rem;
  scroll-margin-top: 80px;
}
.faq-section-alt {
  background: var(--warm-cream);
}
.faq-section-inner {
  max-width: 820px;
  margin: 0 auto;
}
.faq-section-head {
  text-align: center;
  margin-bottom: 3.5rem;
}
.faq-section-head .sec-label {
  color: var(--cognac);
  margin-bottom: 1rem;
}
.faq-section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.6vw, 2.4rem);
  font-weight: 400;
  color: var(--espresso);
  line-height: 1.2;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.faq-item {
  border-bottom: 1px solid rgba(139,94,60,0.15);
  padding-bottom: 2rem;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-item h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--espresso);
  line-height: 1.3;
  margin-bottom: 0.8rem;
}
.faq-item p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text-body);
}
.faq-item a {
  color: var(--cognac);
  text-decoration: underline;
  text-decoration-color: rgba(139,94,60,0.4);
  transition: color 0.2s;
}
.faq-item a:hover {
  color: var(--amber-gold);
}

/* THANK YOU PAGE */
.thank-you-section {
  background: var(--espresso);
  color: var(--ivory);
  min-height: 70vh;
  padding: 10rem 2rem 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.thank-you-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(196,154,60,0.08) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(139,94,60,0.08) 0%, transparent 40%);
  pointer-events: none;
}
.thank-you-inner {
  max-width: 680px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.thank-you-deco {
  width: 60px;
  height: 2px;
  background: var(--amber-gold);
  margin: 0 auto 2.5rem;
}
.thank-you-section .eyebrow {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--amber-gold);
  margin-bottom: 1.8rem;
}
.thank-you-msg h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.5vw, 3.6rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--ivory);
  margin-bottom: 2rem;
}
.thank-you-msg h1 em {
  color: var(--amber-gold);
  font-style: italic;
}
.thank-you-msg p {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(245,237,227,0.88);
  margin-bottom: 1.4rem;
}
.thank-you-msg a {
  color: var(--amber-gold);
  text-decoration: underline;
}
.thank-you-note {
  font-size: 0.92rem !important;
  color: rgba(245,237,227,0.65) !important;
  font-style: italic;
}
.thank-you-actions {
  margin-top: 3rem;
}

/* ============================================
   v9: Application process, deliverables, level cards, ideal client, typical facts, FC hero
   ============================================ */

/* APPLICATION STEPS (programme + for-companies) */
.apply-steps {
  max-width: 820px;
  margin: 3rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.apply-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.8rem;
  align-items: start;
  padding: 1.6rem 1.8rem;
  background: var(--ivory);
  border: 1px solid rgba(139,94,60,0.18);
  border-radius: 4px;
  position: relative;
  transition: border-color 0.3s, transform 0.3s;
}
.apply-step:hover {
  border-color: var(--amber-gold);
  transform: translateX(4px);
}
.apply-step-num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--amber-gold);
  font-weight: 500;
  line-height: 1;
  padding-top: 0.2rem;
  min-width: 50px;
}
.apply-step-tag {
  font-size: 0.6rem;
  color: var(--cognac);
  margin-bottom: 0.4rem;
}
.apply-step-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--espresso);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.apply-step-desc {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--text-body);
}
@media (max-width: 600px) {
  .apply-step { padding: 1.2rem 1.4rem; gap: 1.2rem; }
  .apply-step-num { font-size: 1.8rem; min-width: 40px; }
}

/* DELIVERABLES GRID (programme) */
.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1100px;
  margin: 3rem auto 0;
}
.deliverable {
  background: var(--warm-cream);
  border: 1px solid rgba(139,94,60,0.18);
  padding: 1.8rem 1.6rem;
  border-radius: 4px;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}
.deliverable:hover {
  border-color: var(--amber-gold);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(196,154,60,0.12);
}
.deliverable-tag {
  font-size: 0.58rem;
  color: var(--amber-gold);
  margin-bottom: 0.7rem;
}
.deliverable-name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--espresso);
  margin-bottom: 0.7rem;
  line-height: 1.3;
}
.deliverable-desc {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--text-body);
}
@media (max-width: 860px) {
  .deliverables-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .deliverables-grid { grid-template-columns: 1fr; }
}

/* LEVEL CARDS on homepage (replacing 8-session grid) */
.levels-overview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1100px;
  margin: 3rem auto 0;
}
.level-card {
  background: var(--ivory);
  border: 1px solid rgba(139,94,60,0.2);
  border-top: 3px solid var(--amber-gold);
  padding: 2rem 1.8rem;
  border-radius: 0 0 4px 4px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
.level-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(196,154,60,0.12);
}
.level-card-tag {
  font-size: 0.58rem;
  color: var(--cognac);
  margin-bottom: 0.8rem;
}
.level-card-name {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--espresso);
  margin-bottom: 0.6rem;
}
.level-card-desc {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--text-body);
  margin-bottom: 1.2rem;
}
.level-card-sessions {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--amber-gold);
}
@media (max-width: 760px) {
  .levels-overview { grid-template-columns: 1fr; }
}

/* IDEAL CLIENT GRID (for-companies) */
.ideal-client-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1100px;
  margin: 3rem auto 0;
}
.ideal-item {
  background: var(--warm-cream);
  border: 1px solid rgba(139,94,60,0.18);
  padding: 2rem 1.8rem;
  border-radius: 4px;
}
.ideal-num {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--amber-gold);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
}
.ideal-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--espresso);
  margin-bottom: 0.7rem;
}
.ideal-desc {
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--text-body);
}
@media (max-width: 760px) {
  .ideal-client-grid { grid-template-columns: 1fr; gap: 1rem; }
}

/* TYPICAL FACTS (for-companies) */
.typical-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 980px;
  margin: 2.5rem auto 0;
  padding: 2rem 0;
  border-top: 1px solid rgba(139,94,60,0.18);
  border-bottom: 1px solid rgba(139,94,60,0.18);
}
.typical-fact {
  text-align: center;
}
.typical-fact-label {
  font-size: 0.58rem;
  color: var(--cognac);
  margin-bottom: 0.6rem;
}
.typical-fact-value {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--espresso);
  margin-bottom: 0.3rem;
  line-height: 1.2;
}
.typical-fact-desc {
  font-family: var(--font-mono);
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--medium-warm);
}
@media (max-width: 720px) {
  .typical-facts { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
}

/* FOR COMPANIES HERO (visual upgrade) */
.fc-hero {
  position: relative;
  background: var(--espresso);
  color: var(--ivory);
  padding: 10rem 2rem 6rem;
  text-align: center;
  overflow: hidden;
  margin-top: 0;
}
.fc-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 25% 30%, rgba(94,116,135,0.10) 0%, transparent 40%),
    radial-gradient(circle at 75% 70%, rgba(196,154,60,0.08) 0%, transparent 40%),
    radial-gradient(circle at 50% 100%, rgba(94,116,135,0.06) 0%, transparent 50%);
  pointer-events: none;
}
.fc-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(196,154,60,0.4) 50%, transparent 100%);
  z-index: 1;
}
.fc-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(196,154,60,0.3) 50%, transparent 100%);
}
.fc-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
}
.fc-hero-deco {
  width: 60px;
  height: 2px;
  background: var(--amber-gold);
  margin: 0 auto 2.5rem;
}
.fc-hero-content .eyebrow {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--amber-gold);
  margin-bottom: 1.8rem;
}
.fc-hero-content h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 400;
  line-height: 1.05;
  color: var(--ivory);
  margin-bottom: 1.8rem;
}
.fc-hero-content h1 em { color: var(--amber-gold); font-style: italic; }
.fc-hero-content .lede {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(245,237,227,0.85);
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

/* CHECKBOX GROUP (contact form, conditional) */
.checkbox-group {
  background: rgba(245,237,227,0.5);
  border: 1px solid rgba(139,94,60,0.15);
  padding: 1.5rem 1.4rem;
  border-radius: 4px;
  margin: 1.5rem 0;
}
.checkbox-group-label {
  font-size: 0.6rem;
  color: var(--cognac);
  margin-bottom: 1rem;
  display: block;
}

/* BTN-GHOST-DARK (for use on light backgrounds) */
.btn-ghost-dark {
  display: inline-block;
  padding: 0.85rem 1.8rem;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--cognac);
  background: transparent;
  border: 1px solid var(--cognac);
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s, color 0.2s;
}
.btn-ghost-dark:hover {
  background: var(--cognac);
  color: var(--ivory);
}

/* MINI AGENDA (masterclasses) */
.mini-agenda {
  max-width: 720px;
  margin: 3rem auto 0;
  background: var(--warm-cream);
  border: 1px solid rgba(139,94,60,0.18);
  border-radius: 4px;
  padding: 2rem 2rem;
}
.mini-agenda-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(139,94,60,0.12);
  align-items: start;
}
.mini-agenda-row:last-child { border-bottom: none; }
.mini-agenda-time {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--amber-gold);
  padding-top: 0.3rem;
}
.mini-agenda-content-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--espresso);
  margin-bottom: 0.3rem;
}
.mini-agenda-content-desc {
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--text-body);
}
@media (max-width: 540px) {
  .mini-agenda { padding: 1.5rem 1.4rem; }
  .mini-agenda-row { grid-template-columns: 1fr; gap: 0.4rem; }
}

/* PULL QUOTE (about page) */
.about-pull-quote {
  max-width: 620px;
  margin: 3rem auto;
  padding: 2rem 0;
  text-align: center;
  border-top: 1px solid rgba(196,154,60,0.3);
  border-bottom: 1px solid rgba(196,154,60,0.3);
}
.about-pull-quote-text {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  font-weight: 400;
  line-height: 1.5;
  color: var(--espresso);
}
.about-pull-quote-text em {
  color: var(--amber-gold);
  font-style: italic;
}

/* MY STORY end CTA */
.story-end-cta {
  max-width: 600px;
  margin: 4rem auto 0;
  padding: 2.5rem 2rem;
  background: var(--warm-cream);
  border-left: 3px solid var(--amber-gold);
  border-radius: 0 4px 4px 0;
  text-align: center;
}
.story-end-cta h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--espresso);
  margin-bottom: 1rem;
}
.story-end-cta h3 em {
  color: var(--amber-gold);
  font-style: italic;
}
.story-end-cta p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--text-body);
  margin-bottom: 1.5rem;
}

/* FAQ mid-page CTA */
.faq-mid-cta {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  background: var(--ivory);
  border: 1px solid rgba(196,154,60,0.25);
  border-radius: 4px;
  text-align: center;
}
.faq-mid-cta p {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--espresso);
  margin: 0;
}
.faq-mid-cta a {
  color: var(--cognac);
  font-style: normal;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  text-decoration: none;
  margin-left: 0.5rem;
  border-bottom: 1px solid var(--amber-gold);
}

/* THANK YOU secondary links */
.thank-you-secondary {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(196,154,60,0.2);
}
.thank-you-secondary-label {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(245,237,227,0.55);
  margin-bottom: 1rem;
}
.thank-you-secondary-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: center;
}
.thank-you-secondary-links a {
  color: rgba(245,237,227,0.85);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
  border-bottom: 1px solid rgba(196,154,60,0.35);
  padding-bottom: 0.2rem;
  transition: color 0.2s, border-color 0.2s;
}
.thank-you-secondary-links a:hover {
  color: var(--amber-gold);
  border-color: var(--amber-gold);
}

/* ============================================
   v10: Nav Apply CTA + footer social/email
   ============================================ */

/* (old nav-apply CSS removed, see v10 below for clean version) */

.footer-social {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(196,154,60,0.18);
  border-bottom: 1px solid rgba(196,154,60,0.18);
  margin-top: 2rem;
}
.footer-social-link {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--amber-gold);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.2rem;
  transition: border-color 0.2s, opacity 0.2s;
}
.footer-social-link:hover {
  border-color: var(--amber-gold);
}
@media (max-width: 600px) {
  .footer-social { gap: 1rem; padding: 1.2rem 0; }
}

/* TRUST SIGNAL STRIP under hero (optional, on homepage) */
.trust-strip {
  background: rgba(245,237,227,0.6);
  padding: 1.4rem 2rem;
  text-align: center;
  border-bottom: 1px solid rgba(139,94,60,0.12);
}
.trust-strip-label {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--medium-warm);
  margin-bottom: 0.6rem;
}
.trust-strip-items {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.92rem;
  color: var(--cognac);
  line-height: 1.6;
}
.trust-strip-items span {
  margin: 0 0.7rem;
}

/* ============================================
   NAV: single canonical block (v11)
   JS in main.js toggles .scrolled at scrollY > 60.
   .solid kept as alias for any page that hardcodes it.
   Two states:
   1. Default (top of page): transparent gradient over dark hero,
      ivory links: readable on espresso.
   2. .scrolled / .solid: cream bg with blur + shadow, dark links :
      readable regardless of content beneath.
   ============================================ */

nav, #nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 1.2rem 2.4rem;
  background: linear-gradient(180deg, rgba(26,22,18,0.7) 0%, rgba(26,22,18,0.3) 65%, transparent 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
  transition: background 0.4s ease, padding 0.35s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

nav.scrolled, nav.solid,
#nav.scrolled, #nav.solid {
  background: rgba(250,247,242,0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0.85rem 2.4rem;
  border-bottom-color: rgba(139,94,60,0.12);
  box-shadow: 0 1px 18px rgba(26,22,18,0.05);
}

/* Brand */
.nav-brand {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.005em;
  color: var(--ivory);
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  margin-right: auto;
  transition: color 0.35s ease, opacity 0.2s ease;
}
.nav-brand em {
  font-style: italic;
  font-weight: 400;
  color: var(--amber-gold);
  margin: 0 0.08em;
}
.nav-brand:hover { opacity: 0.85; }
nav.scrolled .nav-brand, nav.solid .nav-brand,
#nav.scrolled .nav-brand, #nav.solid .nav-brand {
  color: var(--espresso);
}

/* Links: ivory on dark (default state) */
.nav-links {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.nav-links a {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(250,247,242,0.9);
  text-decoration: none;
  position: relative;
  padding-bottom: 0.3rem;
  transition: color 0.25s ease;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--amber-gold);
  transition: width 0.3s ease;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--amber-gold);
}
.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

/* Links: dark on cream (scrolled state) */
nav.scrolled .nav-links a, nav.solid .nav-links a,
#nav.scrolled .nav-links a, #nav.solid .nav-links a {
  color: rgba(26,22,18,0.75);
}
nav.scrolled .nav-links a:hover, nav.solid .nav-links a:hover,
#nav.scrolled .nav-links a:hover, #nav.solid .nav-links a:hover,
nav.scrolled .nav-links a.active, nav.solid .nav-links a.active,
#nav.scrolled .nav-links a.active, #nav.solid .nav-links a.active {
  color: var(--cognac);
}

/* APPLY button: amber-gold/espresso works on both dark and cream */
.nav-apply {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--espresso);
  background: var(--amber-gold);
  border: 1px solid var(--amber-gold);
  padding: 0.7rem 1.5rem;
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  display: inline-block;
  box-shadow: 0 2px 12px rgba(196,154,60,0.22);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}
.nav-apply:hover {
  background: var(--espresso);
  color: var(--amber-gold);
  border-color: var(--espresso);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(26,22,18,0.22);
}

/* Narrow screens: two-row nav, links ALWAYS visible (never display:none).
   Row 1: brand left + Apply right. Row 2: links centered, full width,
   wrapping onto a second line on very small screens if needed. */
@media (max-width: 880px) {
  nav, #nav {
    flex-wrap: wrap;
    row-gap: 0.55rem;
    padding: 0.8rem 1.2rem 0.75rem;
    background: rgba(26,22,18,0.9);
  }
  nav.scrolled, nav.solid, #nav.scrolled, #nav.solid {
    padding: 0.65rem 1.2rem 0.6rem;
  }
  .nav-brand { font-size: 1.1rem; }
  .nav-links {
    order: 3;
    flex-basis: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.7rem 1.2rem;
  }
  .nav-links a {
    font-size: 0.56rem;
    letter-spacing: 0.12em;
    padding-bottom: 0.2rem;
  }
  .nav-apply { padding: 0.5rem 1rem; font-size: 0.58rem; letter-spacing: 0.16em; }
}

/* ============================================
   JOURNAL / BLOG
   ============================================ */

/* Index grid */
.journal-grid-section {
  background: var(--ivory);
  padding: 4rem 2rem 5rem;
}
.journal-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.journal-card {
  display: flex;
  flex-direction: column;
  background: var(--warm-cream);
  border: 1px solid rgba(139,94,60,0.15);
  border-radius: 4px;
  padding: 2.2rem 2rem;
  text-decoration: none;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.journal-card:hover {
  border-color: var(--amber-gold);
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(196,154,60,0.14);
}
.journal-card-meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
.journal-card-cat { color: var(--amber-gold); font-size: 0.58rem; }
.journal-card-time { color: var(--medium-warm); font-size: 0.58rem; }
.journal-card-title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--espresso);
  margin-bottom: 0.9rem;
}
.journal-card-excerpt {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--text-body);
  margin-bottom: 1.4rem;
  flex-grow: 1;
}
.journal-card-link {
  color: var(--cognac);
  font-size: 0.62rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.journal-card-video {
  color: var(--amber-gold);
  margin-left: 0.4rem;
}
@media (max-width: 760px) {
  .journal-grid { grid-template-columns: 1fr; gap: 1.4rem; }
}

/* Post page */
.post {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 2rem;
}
.post-header {
  padding: 9rem 0 2.5rem;
  border-bottom: 1px solid rgba(139,94,60,0.15);
  margin-bottom: 2.5rem;
}
.post-back {
  color: var(--cognac);
  text-decoration: none;
  font-size: 0.62rem;
  display: inline-block;
  margin-bottom: 2rem;
  transition: color 0.2s ease;
}
.post-back:hover { color: var(--amber-gold); }
.post-meta {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-bottom: 1.2rem;
}
.post-meta .mono-label { color: var(--medium-warm); font-size: 0.6rem; }
.post-meta-sep { color: var(--amber-gold); }
.post-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 400;
  line-height: 1.12;
  color: var(--espresso);
  margin-bottom: 1.5rem;
}
.post-opener {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--cognac);
}
.post-body { padding-bottom: 2rem; }
.post-body p {
  font-size: 1.08rem;
  font-weight: 300;
  line-height: 1.85;
  color: var(--text-body);
  margin-bottom: 1.5rem;
}
.post-lead {
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: var(--espresso) !important;
  margin-bottom: 1.8rem !important;
}
.post-pull {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--cognac);
  border-left: 3px solid var(--amber-gold);
  padding: 0.5rem 0 0.5rem 1.8rem;
  margin: 2.5rem 0;
}
.post-question {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--espresso);
  border-top: 1px solid rgba(139,94,60,0.2);
  padding-top: 2rem;
  margin-top: 2.5rem;
}
.post-video {
  margin: 2.5rem 0;
}
.post-video video {
  width: 100%;
  max-width: 420px;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 14px 50px rgba(26,22,18,0.22);
  background: #000;
}
.post-video-caption {
  text-align: center;
  color: var(--medium-warm);
  font-size: 0.58rem;
  margin-top: 1rem;
}

/* Post CTA */
.post-cta {
  background: var(--espresso);
  border-radius: 6px;
  padding: 3rem 2.5rem;
  margin: 3rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.post-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(196,154,60,0.1) 0%, transparent 45%);
  pointer-events: none;
}
.post-cta-inner { position: relative; }
.post-cta h3 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-weight: 400;
  color: var(--ivory);
  margin: 0.8rem 0 1rem;
  line-height: 1.25;
}
.post-cta p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(245,237,227,0.82);
  margin-bottom: 1.8rem;
  line-height: 1.7;
}

/* Prev / next */
.post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding: 2.5rem 0 5rem;
  border-top: 1px solid rgba(139,94,60,0.15);
}
.post-nav-link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-decoration: none;
  padding: 1.4rem 1.6rem;
  border: 1px solid rgba(139,94,60,0.18);
  border-radius: 4px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.post-nav-link:hover { border-color: var(--amber-gold); transform: translateY(-2px); }
.post-nav-link .mono-label { color: var(--medium-warm); font-size: 0.56rem; }
.post-nav-prev { text-align: left; }
.post-nav-next { text-align: right; }
.post-nav-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--espresso);
  line-height: 1.3;
}
@media (max-width: 640px) {
  .post-nav { grid-template-columns: 1fr; }
  .post-nav-next { text-align: left; }
}

/* ============================================
   PRICE BLOCK (programme)
   ============================================ */
.price-block {
  max-width: 720px;
  margin: 0 auto;
  background: var(--warm-cream);
  border: 1px solid rgba(196,154,60,0.3);
  border-radius: 6px;
  padding: 3.5rem 3rem;
  text-align: center;
}
.price-h {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  font-weight: 400;
  color: var(--espresso);
  margin: 0.8rem 0 1.2rem;
}
.price-intro {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text-body);
  max-width: 560px;
  margin: 0 auto 2.8rem;
}
.price-figures {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 2rem;
}
.price-now-label, .price-then-label {
  font-size: 0.58rem;
  margin-bottom: 0.7rem;
}
.price-now-label { color: var(--amber-gold); }
.price-then-label { color: var(--medium-warm); }
.price-now-amount {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 3.8rem);
  font-weight: 500;
  color: var(--espresso);
  line-height: 1;
}
.price-then-amount {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 400;
  color: var(--medium-warm);
  line-height: 1;
  text-decoration-color: rgba(139,94,60,0.4);
}
.price-then {
  opacity: 0.85;
}
.price-note {
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--medium-warm);
  max-width: 480px;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .price-block { padding: 2.5rem 1.6rem; }
  .price-figures { flex-direction: column; gap: 1.5rem; }
}

/* ============================================
   v12: pioneer note, bundle note, homepage journal strip
   ============================================ */
.product-pioneer {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--amber-gold);
  border-left: 2px solid var(--amber-gold);
  padding-left: 1.1rem;
  margin: 1.4rem 0 1.6rem;
}
.bundle-note {
  max-width: 680px;
  margin: 2.5rem auto 0;
  background: var(--warm-cream);
  border: 1px solid rgba(196,154,60,0.3);
  border-radius: 4px;
  padding: 1.6rem 2rem;
  text-align: center;
}
.bundle-note-text {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--text-body);
  margin: 0;
}
.bundle-note-text strong { color: var(--espresso); font-weight: 600; }

.home-journal {
  background: var(--ivory);
  padding: 5rem 2rem;
  border-top: 1px solid rgba(139,94,60,0.12);
}
.home-journal-inner { max-width: 1100px; margin: 0 auto; }
.home-journal-h {
  text-align: center;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.8rem, 3.6vw, 2.4rem);
  color: var(--espresso);
  margin: 0.8rem 0 2.5rem;
}
.home-journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.home-journal-grid .journal-card-title { font-size: 1.25rem; }
@media (max-width: 860px) {
  .home-journal-grid { grid-template-columns: 1fr; gap: 1.2rem; }
}

/* ============================================
   APPLY PAGE (premium two-column): v13
   ============================================ */
.apply {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8.5rem 2rem 4rem;
}
.apply-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 4.5rem;
  align-items: start;
}

/* LEFT: conviction side */
.apply-left { padding-top: 0.5rem; }
.apply-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--amber-gold);
  margin-bottom: 1.6rem;
}
.apply-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(2.3rem, 4.4vw, 3.4rem);
  line-height: 1.08;
  color: var(--espresso);
  margin: 0 0 1.5rem;
  letter-spacing: -0.01em;
}
.apply-title em {
  font-style: italic;
  color: var(--cognac);
}
.apply-intro {
  font-size: 1.06rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--text-body);
  margin: 0 0 2.5rem;
  max-width: 30rem;
}

/* Price block: value reaffirmation with anchor */
.apply-price {
  background: var(--espresso);
  border-radius: 8px;
  padding: 1.9rem 2rem;
  margin-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}
.apply-price::after {
  content: '';
  position: absolute;
  top: -40%;
  right: -10%;
  width: 60%;
  height: 180%;
  background: radial-gradient(circle, rgba(196,154,60,0.14) 0%, transparent 65%);
  pointer-events: none;
}
.apply-price-row {
  display: flex;
  align-items: baseline;
  gap: 2.2rem;
  position: relative;
}
.apply-price-now { display: flex; flex-direction: column; gap: 0.4rem; }
.apply-price-then { display: flex; flex-direction: column; gap: 0.4rem; }
.apply-price-label {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.apply-price-now .apply-price-label { color: var(--amber-gold); }
.apply-price-then .apply-price-label { color: rgba(245,237,227,0.5); }
.apply-price-amount {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 500;
  color: var(--ivory);
  line-height: 1;
}
.apply-price-anchor {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(245,237,227,0.55);
  line-height: 1;
  text-decoration-color: rgba(196,154,60,0.5);
}
.apply-price-note {
  position: relative;
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(245,237,227,0.78);
  margin: 1.3rem 0 0;
}

/* Steps: what happens after you apply */
.apply-steps-label {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--medium-warm);
  margin-bottom: 1.3rem;
}
.apply-steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.apply-steps-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.apply-step-n {
  flex-shrink: 0;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  border: 1px solid var(--amber-gold);
  color: var(--cognac);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}
.apply-step-t {
  font-size: 0.97rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text-body);
}

/* RIGHT: the form card */
.apply-right { position: sticky; top: 7rem; }
.apply-card {
  background: var(--warm-cream);
  border: 1px solid rgba(196,154,60,0.28);
  border-radius: 10px;
  padding: 2.6rem 2.4rem;
  box-shadow: 0 24px 70px -28px rgba(26,22,18,0.32), 0 2px 8px rgba(26,22,18,0.04);
}
.apply-card-head { margin-bottom: 2rem; }
.apply-card-title {
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 500;
  color: var(--espresso);
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.apply-card-sub {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--medium-warm);
  line-height: 1.5;
}
.apply-field { margin-bottom: 1.4rem; }
.apply-field label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--deep-walnut);
  margin-bottom: 0.55rem;
}
.apply-field input,
.apply-field select,
.apply-field textarea {
  width: 100%;
  box-sizing: border-box;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 300;
  color: var(--espresso);
  background: #FFFDFA;
  border: 1px solid rgba(139,94,60,0.25);
  border-radius: 5px;
  padding: 0.85rem 0.95rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.apply-field textarea { resize: vertical; min-height: 7rem; line-height: 1.6; }
.apply-field input:focus,
.apply-field select:focus,
.apply-field textarea:focus {
  outline: none;
  border-color: var(--amber-gold);
  box-shadow: 0 0 0 3px rgba(196,154,60,0.14);
}
.apply-hint {
  display: block;
  font-size: 0.78rem;
  font-weight: 300;
  font-style: italic;
  color: var(--medium-warm);
  margin-top: 0.5rem;
  line-height: 1.5;
}
.apply-submit {
  width: 100%;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--espresso);
  background: var(--amber-gold);
  border: 1px solid var(--amber-gold);
  border-radius: 5px;
  padding: 1.05rem 1.5rem;
  margin-top: 0.6rem;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  box-shadow: 0 6px 20px -8px rgba(196,154,60,0.6);
}
.apply-submit:hover {
  background: var(--espresso);
  color: var(--amber-gold);
  border-color: var(--espresso);
  transform: translateY(-1px);
  box-shadow: 0 10px 26px -10px rgba(26,22,18,0.4);
}
.apply-reassure {
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--medium-warm);
  margin: 1.3rem 0 0;
  text-align: center;
}
.apply-email {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--medium-warm);
  margin: 1.5rem 0 0;
}
.apply-email a { color: var(--cognac); text-decoration: underline; }

/* Quiet scope note */
.apply-scope {
  max-width: 760px;
  margin: 4rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(139,94,60,0.16);
}
.apply-scope p {
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--medium-warm);
  text-align: center;
  margin: 0;
}
.apply-scope a { color: var(--cognac); text-decoration: underline; }

/* Responsive */
@media (max-width: 900px) {
  .apply { padding: 7rem 1.5rem 3rem; }
  .apply-grid { grid-template-columns: 1fr; gap: 2.8rem; }
  .apply-right { position: static; }
  .apply-left { order: 1; }
  .apply-right { order: 2; }
}
@media (max-width: 480px) {
  .apply-card { padding: 1.8rem 1.4rem; }
  .apply-price { padding: 1.5rem 1.4rem; }
  .apply-price-row { gap: 1.4rem; }
  .apply-price-amount { font-size: 2.1rem; }
  .apply-title { font-size: 2rem; }
}

/* ============================================
   APPLY PAGE: masterclass & TRM variants: v14
   ============================================ */
.apply-sub-label {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--medium-warm);
  margin-bottom: 1.2rem;
}

/* Masterclass: three formats */
.apply-formats { margin-bottom: 2.5rem; }
.apply-format-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
.apply-format {
  background: var(--warm-cream);
  border: 1px solid rgba(196,154,60,0.28);
  border-radius: 7px;
  padding: 1.1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.apply-format-name {
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 500;
  color: var(--espresso);
  line-height: 1.1;
}
.apply-format-meta {
  font-size: 0.72rem;
  font-weight: 300;
  color: var(--medium-warm);
  line-height: 1.3;
}
.apply-format-price {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--cognac);
  margin-top: 0.25rem;
}
.apply-formats-note {
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--text-body);
  margin: 1.2rem 0 0;
}
.apply-formats-note em { font-style: italic; color: var(--cognac); }

/* Masterclass: four themes */
.apply-theme-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.apply-theme-list li {
  border-left: 2px solid var(--amber-gold);
  padding-left: 1.1rem;
}
.apply-theme-title {
  display: block;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 500;
  font-style: italic;
  color: var(--espresso);
  margin-bottom: 0.3rem;
}
.apply-theme-desc {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--text-body);
}

/* TRM: layers intro */
.apply-trm-layers { margin-bottom: 2.5rem; }
.apply-trm-intro {
  font-size: 0.97rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--text-body);
  margin: 0;
}

/* TRM: five sessions */
.apply-session-list {
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.apply-session-list li {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(139,94,60,0.14);
}
.apply-session-list li:first-child { padding-top: 0; }
.apply-session-list li:last-child { border-bottom: none; }
.apply-session-n {
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--amber-gold);
  letter-spacing: 0.05em;
  margin-top: 0.15rem;
}
.apply-session-body { display: flex; flex-direction: column; gap: 0.25rem; }
.apply-session-title {
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 500;
  color: var(--espresso);
  line-height: 1.1;
}
.apply-session-desc {
  font-size: 0.88rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--text-body);
}
.apply-sessions-note {
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--medium-warm);
  margin: 0;
}

@media (max-width: 480px) {
  .apply-format-row { grid-template-columns: 1fr; gap: 0.6rem; }
  .apply-format { flex-direction: row; align-items: baseline; justify-content: space-between; flex-wrap: wrap; }
}

/* ============================================
   PRICE: what's included value stack: v15
   ============================================ */
.price-includes {
  max-width: 600px;
  margin: 2.8rem auto 0;
  padding-top: 2.2rem;
  border-top: 1px solid rgba(196,154,60,0.25);
}
.price-includes-label {
  text-align: center;
  color: var(--amber-gold);
  margin-bottom: 1.5rem;
}
.price-includes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.price-includes-list li {
  position: relative;
  padding-left: 1.8rem;
  font-size: 0.97rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--text-body);
}
.price-includes-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border: 1px solid var(--amber-gold);
  transform: rotate(45deg);
}

/* Two-door mirror on the-programme forher section */
.forher-doors { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem; max-width: 900px; margin-top: 2.5rem; }
.forher-door .door-label { font-family: var(--font-mono); font-size: 0.62rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--amber-gold); margin-bottom: 1rem; }
.forher-door p { font-size: 0.98rem; font-weight: 300; line-height: 1.8; color: rgba(245,237,227,0.82); }
.forher-bridge { max-width: 820px; margin-top: 2.8rem; font-family: var(--font-display); font-style: italic; font-weight: 400; font-size: 1.15rem; line-height: 1.7; color: rgba(245,237,227,0.92); }
@media (max-width: 720px) { .forher-doors { grid-template-columns: 1fr; gap: 2.2rem; } }

/* Company path: two routes on the apply page */
.apply-company-routes { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; margin-bottom: 2.8rem; }
.apply-company-route { border: 1px solid var(--blush); border-radius: 4px; padding: 1.8rem 1.6rem; }
.apply-company-route .route-tag { font-family: var(--font-mono); font-size: 0.58rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cognac); margin-bottom: 0.8rem; }
.apply-company-route h4 { font-family: var(--font-display); font-weight: 400; font-size: 1.25rem; color: var(--espresso); margin: 0 0 0.6rem; line-height: 1.2; }
.apply-company-route p { font-size: 0.9rem; font-weight: 300; line-height: 1.65; color: var(--warm); margin: 0; }
@media (max-width: 720px) { .apply-company-routes { grid-template-columns: 1fr; } }

/* For-companies splitter: two large clickable route cards */
.fc-split { max-width: 1000px; margin: 0 auto; padding: 1rem 2rem 5rem; }
.fc-split-intro { text-align: center; max-width: 640px; margin: 0 auto 3.5rem; font-size: 1.05rem; font-weight: 300; line-height: 1.8; color: var(--text-body); }
.fc-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.fc-route { display: block; text-decoration: none; border: 1px solid var(--blush); border-radius: 6px; padding: 2.8rem 2.4rem; transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; background: var(--ivory); }
.fc-route:hover { border-color: var(--cognac); transform: translateY(-3px); box-shadow: 0 14px 40px rgba(26,22,18,0.10); }
.fc-route .fc-route-tag { font-family: var(--font-mono); font-size: 0.6rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--cognac); margin-bottom: 1.1rem; }
.fc-route h2 { font-family: var(--font-display); font-weight: 400; font-size: clamp(1.6rem, 3.4vw, 2.1rem); color: var(--espresso); margin: 0 0 1rem; line-height: 1.2; }
.fc-route p { font-size: 0.98rem; font-weight: 300; line-height: 1.75; color: var(--warm); margin: 0 0 1.6rem; }
.fc-route .fc-route-cta { font-family: var(--font-body); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cognac); }
.fc-route .fc-route-cta::after { content: ' \2192'; }
@media (max-width: 720px) { .fc-split-grid { grid-template-columns: 1fr; gap: 1.4rem; } }

/* Splitter reweigh: WFM primary route */
.fc-split-grid { grid-template-columns: 1.15fr 1fr; align-items: stretch; }
.fc-route-primary { border: 1.5px solid var(--amber-gold); padding: 3.2rem 2.6rem; box-shadow: 0 10px 34px rgba(26,22,18,0.08); }
.fc-route-badge { display: inline-block; font-family: var(--font-mono); font-size: 0.56rem; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--espresso); background: var(--amber-gold); padding: 0.35rem 0.75rem; border-radius: 2px; margin-bottom: 1.2rem; }
.fc-split-note { text-align: center; margin-top: 2.4rem; font-size: 0.92rem; font-weight: 300; line-height: 1.7; color: var(--medium-warm); }
.fc-split-note a { color: var(--cognac); text-decoration: underline; }
@media (max-width: 720px) { .fc-split-grid { grid-template-columns: 1fr; } .fc-route-primary { padding: 2.8rem 2.4rem; } }
