/* ============================================================
   PURSUE WHOLE® — scroll-cinematic site
   Brand: Obsidian/Clay neutrals-first · Seaside Display + Calibre · enso logo
   ============================================================ */

/* ---------- Fonts ---------- */
@font-face { font-family: "Seaside"; src: url("fonts/SeasideDisplay-Regular.otf") format("opentype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Seaside"; src: url("fonts/SeasideDisplayMedium.otf")  format("opentype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Calibre"; src: url("fonts/Calibre-Light.otf")    format("opentype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Calibre"; src: url("fonts/Calibre-Regular.otf")  format("opentype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Calibre"; src: url("fonts/Calibre-Medium.otf")   format("opentype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Calibre"; src: url("fonts/Calibre-Semibold.otf") format("opentype"); font-weight: 600; font-style: normal; font-display: swap; }

/* ---------- Palette ---------- */
:root {
  --obsidian: #0D0D0B;
  --charcoal: #1E1E1B;
  --stone:    #6B6B66;
  --ash:      #B8B8B2;
  --pearl:    #E8E7E2;
  --linen:    #F7F6F2;
  --ivory:    #FDFCFA;
  --bone:     #F8F7F2;
  --sand:     #EAE1D6;
  --clay:     #B89478;
  --clay-deep:#9C7657;

  --serif: "Seaside", Georgia, "Times New Roman", serif;
  --sans:  "Calibre", system-ui, -apple-system, "Helvetica Neue", sans-serif;

  --gutter: clamp(22px, 6vw, 120px);
  --maxw: 1320px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scrollbar-width: none; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
html::-webkit-scrollbar { display: none; }

body {
  background: var(--linen);
  color: var(--obsidian);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.65;
  overflow-x: hidden;
}

em { font-style: italic; }
sup { font-size: 0.5em; vertical-align: super; letter-spacing: 0; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.wrap.narrow { max-width: 880px; }
.wrap.center { text-align: center; }
.band { position: relative; z-index: 2; background: var(--linen); }

.kicker {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--clay-deep);
  margin-bottom: 1.3rem;
  font-size: clamp(0.82rem, 1.05vw, 0.95rem);
  letter-spacing: 0.3em;
}
.kicker.center { text-align: center; }
/* balance multi-line display text so lines break evenly */
.section-head, .hero-headline, .page-title, .serif-xl, .statement, .lead-serif, .pull, .display { text-wrap: balance; }
.section-head { font-family: var(--serif); font-weight: 500; font-size: clamp(2rem, 4.6vw, 3.7rem); line-height: 1.06; letter-spacing: -0.02em; }
.section-head.center { text-align: center; margin: 0 auto; max-width: 16ch; }

/* ---------- Reveal-on-scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 1.1s var(--ease), transform 1.1s var(--ease);
  will-change: opacity, transform;
}
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: clamp(18px, 2.4vw, 34px) var(--gutter);
  transition: background 0.6s var(--ease), padding 0.6s var(--ease), box-shadow 0.6s var(--ease);
}
.nav--lifted { padding-top: clamp(14px, 1.8vw, 22px); padding-bottom: clamp(14px, 1.8vw, 22px); }
.nav--solid {
  background: rgba(247, 246, 242, 0.86);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  box-shadow: 0 1px 0 rgba(13, 13, 11, 0.06);
}
.nav-brand { display: inline-flex; align-items: center; }
.nav-brand img { height: clamp(11px, 1.2vw, 15px); width: auto; display: block; transition: filter 0.5s var(--ease); }
/* logo tucks toward the corner, clear of the centered links */
.nav { padding-left: clamp(16px, 2.6vw, 52px); }
/* single white mark (homepage) — darken when nav goes solid over light */
.nav--solid .brand-mark { filter: brightness(0); }
/* two-logo swap (interior pages) */
.brand-dark { display: none; }
.nav--solid .brand-light { display: none; }
.nav--solid .brand-dark { display: block; }

.nav-links { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; gap: clamp(22px, 2.4vw, 44px); }
.nav-links a {
  font-size: 0.95rem; letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; color: var(--ivory); font-weight: 500;
  opacity: 0.85; transition: opacity 0.3s var(--ease), color 0.6s var(--ease);
}
.nav-links a:hover { opacity: 1; }
.nav--solid .nav-links a { color: var(--obsidian); opacity: 0.7; }
.nav--solid .nav-links a:hover { opacity: 1; }

.nav-cta {
  font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600;
  text-decoration: none; color: var(--ivory);
  padding: 0.7em 1.5em; border: 1px solid rgba(253, 252, 250, 0.45); border-radius: 100px;
  transition: all 0.4s var(--ease);
}
.nav-cta:hover { background: var(--ivory); color: var(--obsidian); border-color: var(--ivory); }
.nav--solid .nav-cta { color: var(--obsidian); border-color: rgba(13, 13, 11, 0.3); }
.nav--solid .nav-cta:hover { background: var(--obsidian); color: var(--ivory); border-color: var(--obsidian); }

/* ---------- Mobile hamburger ---------- */
.nav-burger { display: none; background: none; border: 0; padding: 10px 6px; cursor: pointer; z-index: 75; }
.nav-burger span { display: block; width: 26px; height: 2px; border-radius: 1px; background: var(--ivory); margin: 6px 0; transition: transform 0.35s var(--ease), opacity 0.3s var(--ease), background 0.4s var(--ease); }
.nav--solid .nav-burger span { background: var(--obsidian); }
.nav--open .nav-burger span { background: var(--ivory); }
.nav--open .nav-burger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav--open .nav-burger span:nth-child(2) { opacity: 0; }
.nav--open .nav-burger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ============================================================
   SCRUB STAGES (hero + interstitials)
   ============================================================ */
.scrub { position: relative; background: var(--obsidian); }
.hero { height: 640vh; }
.interstitial { height: 340vh; }
.sticky {
  position: sticky; top: 0; height: 100vh; width: 100%;
  overflow: hidden; background: var(--obsidian);
  display: grid; place-items: center;
}
.scrub canvas {
  position: absolute; inset: 0; width: 100%; height: 100%;
  display: block; object-fit: cover;
}
.hero-veil {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(130% 100% at 50% 42%, transparent 38%, rgba(8, 8, 6, 0.55) 100%),
    linear-gradient(180deg, rgba(8, 8, 6, 0.88) 0%, rgba(8, 8, 6, 0.35) 14%, transparent 30%, transparent 62%, rgba(8, 8, 6, 0.72) 100%);
}
.inter-veil {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(120% 100% at 50% 50%, transparent 45%, rgba(8, 8, 6, 0.5) 100%),
    linear-gradient(180deg, rgba(8, 8, 6, 0.45) 0%, transparent 40%, rgba(8, 8, 6, 0.55) 100%);
}

/* ---------- Hero overlay copy ---------- */
.hero-overlay {
  position: absolute; inset: 0; z-index: 10;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: clamp(18px, 3vh, 38px); text-align: center; padding: 0 var(--gutter);
}
.hero-overlay .reveal-line { opacity: 0; max-width: 92vw; }

.hero-logo {
  position: absolute; left: 0; right: 0; margin-inline: auto; top: 30%;
  width: clamp(330px, 46vw, 660px); height: auto; display: block;
  transform: none !important;            /* no up/down bob — fade only */
  filter: drop-shadow(0 6px 28px rgba(0,0,0,0.6)) drop-shadow(0 0 64px rgba(236,211,176,0.28));
}
.hero-headline {
  font-family: var(--serif); font-weight: 500; color: var(--ivory);
  font-size: clamp(2.1rem, 5.4vw, 5rem); line-height: 1.1; letter-spacing: -0.01em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.55), 0 6px 60px rgba(0,0,0,0.6);
}
.hero-headline em { color: #ECD3B0; font-style: italic; }
.hero-btn {
  display: inline-block; text-decoration: none; text-align: center;
  font-family: var(--sans); font-weight: 600; font-size: 0.85rem;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--ivory);
  padding: 1.05em 2.6em; border: 1px solid rgba(253, 252, 250, 0.6); border-radius: 100px;
  background: rgba(13, 13, 11, 0.18); backdrop-filter: blur(2px);
  transition: background 0.4s var(--ease), color 0.4s var(--ease), border-color 0.4s var(--ease);
}
.hero-btn span { display: inline-block; margin-left: 0.2em; }
.hero-btn:hover { background: var(--ivory); color: var(--obsidian); border-color: var(--ivory); }

/* ---------- Interstitial pull quote ---------- */
.inter-overlay {
  position: absolute; inset: 0; z-index: 10;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 0 var(--gutter);
}
.inter-overlay .reveal-line { opacity: 0; max-width: 92vw; }
.pull {
  font-family: var(--serif); font-weight: 400; color: var(--ivory);
  font-size: clamp(1.6rem, 4vw, 3.4rem); line-height: 1.22; letter-spacing: -0.01em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.5), 0 4px 50px rgba(0, 0, 0, 0.55);
}
.pull.pull-sm { font-size: clamp(1.25rem, 2.9vw, 2.5rem); line-height: 1.32; }
.pull.pull-stmt { font-size: clamp(2rem, 4.8vw, 4.1rem); line-height: 1.16; font-weight: 500; letter-spacing: -0.015em; }
.pull em { color: #ECD3B0; font-style: italic; }

/* ---------- Scroll cue ---------- */
.scroll-cue {
  position: absolute; bottom: 38px; left: 50%; transform: translateX(-50%);
  z-index: 12; display: flex; flex-direction: column; align-items: center; gap: 12px;
  color: rgba(253, 252, 250, 0.7); transition: opacity 0.5s var(--ease);
}
.scroll-cue span { font-size: 0.66rem; letter-spacing: 0.34em; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 46px; background: linear-gradient(rgba(253,252,250,0.7), rgba(253,252,250,0)); animation: drip 2.2s var(--ease) infinite; }
@keyframes drip { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ============================================================
   BANDS — editorial light sections
   ============================================================ */
.intro { padding: clamp(80px, 10vw, 150px) 0; }
.statement {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(1.9rem, 4.6vw, 3.9rem); line-height: 1.22; letter-spacing: -0.015em;
  max-width: 17ch;
}
.intro .statement { max-width: 20ch; }
.statement em { color: var(--clay-deep); font-style: italic; }
.statement .em-plain { color: inherit; }   /* italic only, no accent color */
.statement .em-bold { font-weight: 700; }
.statement.mid { margin: 0 auto; max-width: 20ch; }

.manifesto { padding: clamp(20px, 3vw, 50px) 0 clamp(70px, 9vw, 140px); }
.manifesto-p {
  font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.75; color: var(--charcoal);
  font-weight: 400; margin-bottom: 1.8em; max-width: 64ch;
}
.manifesto-p:last-child { margin-bottom: 0; }

/* Purpose / brand-video band */
.purpose { position: relative; overflow: hidden; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: clamp(80px, 10vw, 120px) 0; background: var(--obsidian); color: var(--ivory); text-align: center; }
.video-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.video-bg iframe {
  position: absolute; top: 50%; left: 50%;
  width: 100vw; height: 56.25vw; min-height: 100%; min-width: 177.78vh;
  transform: translate(-50%, -50%) scale(1.08);
  animation: kenburns 36s ease-in-out infinite alternate;
}
.video-bg video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  animation: kenburns 36s ease-in-out infinite alternate;
  transform: scale(1.08);
}
@keyframes kenburnsvid { from { transform: scale(1.06); } to { transform: scale(1.16); } }
.video-bg video { animation-name: kenburnsvid; }
@keyframes kenburns { from { transform: translate(-50%,-50%) scale(1.06); } to { transform: translate(-50%,-50%) scale(1.18); } }
.purpose-veil {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(130% 95% at 50% 50%, rgba(8,8,6,0.12) 0%, rgba(8,8,6,0.48) 90%),
    linear-gradient(180deg, rgba(8,8,6,0.5) 0%, rgba(8,8,6,0.16) 32%, rgba(8,8,6,0.2) 66%, rgba(8,8,6,0.58) 100%);
}
.purpose .wrap { position: relative; z-index: 2; }
.purpose .display, .purpose .display-sub { text-shadow: 0 2px 30px rgba(0,0,0,0.7), 0 1px 6px rgba(0,0,0,0.5); }
.purpose .display { font-family: var(--serif); font-weight: 400; font-size: clamp(2.8rem, 8.4vw, 7.2rem); line-height: 1.0; letter-spacing: -0.02em; }
.purpose .display-sub { font-family: var(--serif); font-style: italic; color: #ECD3B0; font-size: clamp(1.6rem, 4.4vw, 3.4rem); line-height: 1.1; margin-top: 0.2em; }
.ghost-btn {
  display: inline-block; margin-top: 3rem; text-decoration: none;
  font-weight: 600; font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ivory);
  padding: 1em 2.4em; border: 1px solid rgba(253, 252, 250, 0.4); border-radius: 100px;
  transition: all 0.4s var(--ease);
}
.ghost-btn:hover { background: var(--ivory); color: var(--obsidian); border-color: var(--ivory); }

/* Paths */
.paths { padding: clamp(72px, 9vw, 140px) 0; }
.paths .section-head { margin: 0.5rem auto 0; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2vw, 36px); margin-top: clamp(2.4rem, 4vw, 3.6rem); }
.path-card {
  position: relative; overflow: hidden;
  background: var(--ivory); border: 1px solid var(--pearl); border-radius: 4px;
  padding: clamp(28px, 2.6vw, 42px); display: flex; flex-direction: column; min-height: 0;
  transition: transform 0.6s var(--ease), box-shadow 0.6s var(--ease), border-color 0.6s var(--ease);
}
.path-card:hover { transform: translateY(-8px); box-shadow: 0 30px 70px -40px rgba(13, 13, 11, 0.4); border-color: var(--sand); }
.path-num { position: absolute; top: clamp(16px, 1.8vw, 26px); right: clamp(20px, 2vw, 30px); font-family: var(--serif); font-size: clamp(2.2rem, 3vw, 3rem); color: var(--c); opacity: 0.16; letter-spacing: 0; }
.path-card h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.6rem, 2.3vw, 2.1rem); margin: 0 0 0.7rem; letter-spacing: -0.01em; }
.path-card p { color: var(--stone); font-size: 1.0rem; line-height: 1.58; flex: 0 1 auto; }
.link-arrow {
  margin-top: 1.6rem; align-self: flex-start; text-decoration: none; color: var(--obsidian);
  font-weight: 500; font-size: 0.9rem; letter-spacing: 0.02em;
  border-bottom: 1px solid var(--clay); padding-bottom: 4px; transition: color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.link-arrow::after { content: " \2192"; transition: margin 0.3s var(--ease); }
.link-arrow:hover { color: var(--clay-deep); }
.link-arrow:hover::after { margin-left: 4px; }

/* Book */
.book { padding: clamp(72px, 9vw, 140px) 0; background: var(--bone); }
.book-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.serif-xl { font-family: var(--serif); font-weight: 500; font-size: clamp(2.5rem, 5.6vw, 4.6rem); line-height: 1.05; letter-spacing: -0.02em; }
.book-avail { margin: 1.4rem 0 1rem; color: var(--clay-deep); font-size: 1.2rem; }
.book-desc { color: var(--stone); font-size: 1.1rem; max-width: 34ch; margin-bottom: 2.4rem; }
.book-figure {
  border-radius: 5px; overflow: hidden; position: relative;
  box-shadow: 0 60px 110px -50px rgba(13, 13, 11, 0.7), 0 10px 30px -20px rgba(13,13,11,0.5);
  transform: perspective(1400px) rotateY(-8deg); transform-origin: left center;
  transition: transform 0.8s var(--ease);
}
.book-figure:hover { transform: perspective(1400px) rotateY(-3deg); }
.book-figure img { width: 100%; height: auto; display: block; }

/* Coaching */
.coaching { padding: clamp(72px, 9vw, 140px) 0; }
.solid-btn {
  display: inline-block; margin-top: 2.6rem; text-decoration: none;
  font-weight: 600; font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase;
  background: var(--obsidian); color: var(--ivory);
  padding: 1.05em 2.5em; border-radius: 100px; border: 1px solid var(--obsidian);
  transition: all 0.4s var(--ease);
}
.solid-btn:hover { background: transparent; color: var(--obsidian); }

/* Newsletter */
.newsletter { position: relative; overflow: hidden; padding: clamp(54px, 7vw, 100px) 0; background: var(--obsidian); color: var(--ivory); }
/* newsletter with the cover-page kintsugi art behind it */
.news-art .bg-photo { position: absolute; inset: 0; z-index: 0; }
.news-art .bg-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; opacity: 0.5; }
.news-art .bg-veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(8,8,6,0.74) 0%, rgba(8,8,6,0.5) 45%, rgba(8,8,6,0.74) 100%); }
.news-art .wrap { position: relative; z-index: 2; }
.news-compact { padding: clamp(38px, 4.6vw, 68px) 0; }
.newsletter .serif-xl { max-width: 18ch; margin: 0 auto; font-size: clamp(1.85rem, 3.8vw, 3rem); }
.newsletter .news-desc { margin: 1.2rem auto 2rem; }
.news-desc { color: var(--ash); font-size: 1.12rem; line-height: 1.7; max-width: 52ch; margin: 1.8rem auto 2.8rem; }
.news-form { display: flex; gap: 10px; max-width: 520px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.news-form input {
  flex: 1; min-width: 240px; background: transparent; border: 1px solid rgba(253, 252, 250, 0.3);
  border-radius: 100px; padding: 1.05em 1.6em; color: var(--ivory); font-family: var(--sans); font-size: 1rem;
}
.news-form input::placeholder { color: rgba(253, 252, 250, 0.45); }
.news-form input:focus { outline: none; border-color: var(--clay); }
.news-form button {
  background: var(--clay); color: var(--obsidian); border: none; border-radius: 100px;
  padding: 1.05em 2.2em; font-family: var(--sans); font-weight: 600; font-size: 0.82rem;
  letter-spacing: 0.16em; text-transform: uppercase; cursor: pointer; transition: background 0.3s var(--ease);
}
.news-form button:hover { background: var(--ivory); }
.news-fine { margin-top: 1.4rem; color: var(--stone); font-size: 0.85rem; letter-spacing: 0.04em; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--linen); padding: clamp(38px, 4.5vw, 64px) 0 22px; border-top: 1px solid var(--pearl); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1.1fr 0.6fr; gap: 28px; align-items: center; }
.footer-brand img { height: 18px; width: auto; margin-bottom: 0.7rem; display: block; }
.footer-brand p { color: var(--stone); max-width: none; white-space: nowrap; font-size: 0.95rem; margin: 0; text-align: left; }
.footer-links { display: grid; grid-template-columns: repeat(3, max-content); gap: 0.8rem 2.2rem; }
.footer-links a { font-size: 1rem; }
.footer-social { display: flex; flex-direction: row; gap: 0.8rem; align-self: center; transform: translateY(-4px); }
.footer-social .soc {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--ash);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--charcoal); transition: color 0.3s var(--ease), border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.footer-social .soc svg { width: 20px; height: 20px; display: block; }
.footer-social .soc:hover { border-color: var(--clay-deep); color: var(--clay-deep); }
.footer-links a, .footer-social a {
  text-decoration: none; color: var(--charcoal); font-size: 0.95rem; letter-spacing: 0.02em;
  width: max-content; transition: color 0.3s var(--ease);
}
.footer-links a:hover, .footer-social a:hover { color: var(--clay-deep); }
.footer-base { display: flex; justify-content: space-between; margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--pearl); color: var(--stone); font-size: 0.85rem; letter-spacing: 0.06em; }
@media (max-width: 760px) { .footer-brand p { white-space: normal; } }

/* ============================================================
   INTERIOR PAGES
   ============================================================ */
.page-hero {
  position: relative; min-height: 92vh; display: grid; place-items: center;
  text-align: center; overflow: hidden;
  padding: clamp(150px, 20vh, 240px) var(--gutter) clamp(90px, 11vh, 140px);
  background: var(--obsidian); color: var(--ivory);
}
.page-hero .bg-photo { position: absolute; inset: 0; z-index: 0; }
.page-hero .bg-photo img { width: 100%; height: 100%; object-fit: cover; opacity: 0.42; filter: grayscale(0.2); }
.page-hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(85% 70% at 50% 0%, rgba(184, 148, 120, 0.18), transparent 62%),
    linear-gradient(180deg, rgba(8,8,6,0.5) 0%, transparent 30%, rgba(8,8,6,0.7) 100%);
}
.page-hero .inner { position: relative; z-index: 2; max-width: 1000px; }
.page-eyebrow { font-family: var(--sans); font-weight: 500; font-size: 0.74rem; letter-spacing: 0.42em; text-transform: uppercase; color: var(--clay); margin-bottom: 1.9rem; }
.page-title { font-family: var(--serif); font-weight: 400; font-size: clamp(2.4rem, 6.4vw, 5.6rem); line-height: 1.05; letter-spacing: -0.02em; }
.page-title em { color: var(--clay); font-style: italic; }
.page-sub { font-family: var(--serif); font-style: italic; color: rgba(253, 252, 250, 0.88); font-size: clamp(1.2rem, 2.6vw, 2rem); line-height: 1.32; margin-top: 1.5rem; }
.page-lead { font-size: clamp(1.04rem, 1.5vw, 1.28rem); color: var(--ash); max-width: 58ch; margin: 1.9rem auto 0; line-height: 1.72; }
.page-hero .btn-row { margin-top: 2.8rem; }

/* generic content sections */
.section { padding: clamp(60px, 7.5vw, 112px) 0; position: relative; z-index: 2; background: var(--linen); }
.section.tight { padding: clamp(44px, 5.5vw, 80px) 0; }
.section.dark { background: var(--obsidian); color: var(--ivory); }
.section.bone { background: var(--bone); }
.section.dark .kicker { color: var(--clay); }
.section.dark .prose p { color: var(--ash); }

.lead-serif { font-family: var(--serif); font-weight: 400; font-size: clamp(1.7rem, 3.6vw, 3rem); line-height: 1.28; letter-spacing: -0.01em; max-width: 20ch; }
.section.center .lead-serif { max-width: 24ch; margin: 0 auto; }
.lead-serif em { color: var(--clay-deep); font-style: italic; }
.section.dark .lead-serif em { color: var(--clay); }

.prose { max-width: 64ch; }
/* a <p> carrying .prose itself gets the same size as paragraphs inside .prose */
p.prose { font-size: clamp(1.04rem, 1.4vw, 1.28rem); line-height: 1.75; color: var(--charcoal); }
.section.center .prose { margin: 0 auto; }
.prose p { font-size: clamp(1.04rem, 1.4vw, 1.28rem); line-height: 1.75; color: var(--charcoal); margin-bottom: 1.5em; }
.prose p:last-child { margin-bottom: 0; }
.prose .accent { font-family: var(--serif); font-style: italic; color: var(--clay-deep); }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 2.6rem; }
.section.center .btn-row { justify-content: center; }

/* discovery / value bullet list */
.checks { list-style: none; display: grid; gap: 1.15rem; margin-top: 3rem; max-width: 62ch; }
.section.center .checks { margin-left: auto; margin-right: auto; text-align: left; }
.checks li { position: relative; padding-left: 2.4rem; font-size: clamp(1.05rem, 1.4vw, 1.22rem); line-height: 1.55; color: var(--charcoal); }
.checks li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 18px; height: 1px; background: var(--clay); }

/* four movements / steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 2vw, 34px); margin-top: 3.6rem; }
.step { border-top: 1px solid var(--ash); padding-top: 1.7rem; }
.step .n { font-family: var(--serif); color: var(--clay); font-size: 1.05rem; letter-spacing: 0.06em; }
.step h4 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.4rem, 1.9vw, 1.7rem); margin: 0.7rem 0 0.9rem; letter-spacing: -0.01em; }
.step p { color: var(--stone); font-size: 0.98rem; line-height: 1.6; }
.steps[data-cycle] .step { opacity: 0.42; transition: opacity 0.7s var(--ease), border-top-color 0.7s var(--ease); }
.steps[data-cycle] .step.is-lit { opacity: 1; border-top-color: var(--clay); }

/* testimonials */
.quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(22px, 3vw, 44px); margin-top: 3.6rem; }
.quote { background: var(--ivory); border: 1px solid var(--pearl); border-radius: 4px; padding: clamp(28px, 2.6vw, 44px); }
.section.bone .quote { background: var(--linen); }
.quote p { font-family: var(--serif); font-style: italic; font-size: clamp(1.1rem, 1.5vw, 1.32rem); line-height: 1.5; color: var(--charcoal); }
.quote cite { display: block; margin-top: 1.5rem; font-style: normal; font-family: var(--sans); font-weight: 600; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--clay-deep); }

/* founder bio */
.bio { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.bio-photo { width: 100%; border-radius: 4px; overflow: hidden; box-shadow: 0 50px 90px -55px rgba(13, 13, 11, 0.65); background: var(--pearl); }
.bio-photo img { width: 100%; display: block; aspect-ratio: 3 / 5; object-fit: cover; object-position: center 30%; }
.bio-name { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 3.4vw, 2.8rem); letter-spacing: -0.01em; }
.bio-role { color: var(--clay-deep); font-weight: 500; font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase; margin: 0.8rem 0 1.8rem; }
.bio-body p { font-size: clamp(1.02rem, 1.35vw, 1.18rem); line-height: 1.75; color: var(--charcoal); }

/* podcast episodes */
.episodes { margin-top: 3.4rem; border-top: 1px solid var(--ash); }
.episode { display: grid; grid-template-columns: 110px 1fr; gap: clamp(20px, 4vw, 60px); align-items: start; padding: clamp(26px, 3vw, 42px) 0; border-bottom: 1px solid var(--pearl); transition: padding-left 0.4s var(--ease); }
.episode:hover { padding-left: 10px; }
.episode .date { color: var(--stone); font-size: 0.82rem; letter-spacing: 0.05em; padding-top: 0.4rem; }
.episode .tag { display: block; font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--clay-deep); margin-bottom: 0.9rem; }
.episode h4 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.4rem, 2.4vw, 2.1rem); line-height: 1.2; letter-spacing: -0.01em; }
.episode p { color: var(--stone); font-size: 1.02rem; line-height: 1.6; margin-top: 0.8rem; max-width: 64ch; }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 3vw, 48px); margin-top: 3.4rem; }
.contact-card { background: var(--ivory); border: 1px solid var(--pearl); border-radius: 4px; padding: clamp(34px, 3vw, 56px); }
.contact-card h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.5rem, 2.4vw, 2rem); margin-bottom: 1rem; letter-spacing: -0.01em; }
.contact-card p { color: var(--stone); font-size: 1.05rem; line-height: 1.6; margin-bottom: 1.8rem; }
.contact-email { font-family: var(--serif); font-size: clamp(1.3rem, 2.4vw, 2rem); color: var(--obsidian); text-decoration: none; border-bottom: 1px solid var(--clay); padding-bottom: 4px; transition: color 0.3s var(--ease); }
.contact-email:hover { color: var(--clay-deep); }

/* Contact — engaging layout */
.contact-hero { min-height: 66vh; }
.contact-main { padding-top: clamp(70px, 9vw, 130px); }
.contact-split { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.contact-aside { text-align: center; }
.contact-portrait { width: 100%; max-width: 300px; margin: 0 auto 1.4rem; border-radius: 4px; overflow: hidden; box-shadow: 0 45px 90px -50px rgba(13,13,11,0.6); }
.contact-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 8%; aspect-ratio: 4 / 5; display: block; }
.contact-aside-name { font-family: var(--serif); font-size: 1.5rem; }
.contact-aside-role { color: var(--clay-deep); font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; margin-top: 0.3rem; }
.contact-options { display: flex; flex-direction: column; gap: clamp(18px, 2vw, 28px); }
.contact-opt { display: block; text-decoration: none; color: var(--obsidian); background: var(--ivory); border: 1px solid var(--pearl); border-radius: 6px; padding: clamp(28px, 3vw, 44px); transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease), border-color 0.5s var(--ease); }
.contact-opt:hover { transform: translateY(-6px); box-shadow: 0 36px 80px -44px rgba(13,13,11,0.5); border-color: var(--sand); }
.co-eyebrow { display: block; font-size: 0.74rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--clay-deep); margin-bottom: 1rem; }
.co-q { display: block; font-family: var(--serif); font-size: clamp(1.5rem, 2.4vw, 2.2rem); line-height: 1.2; letter-spacing: -0.01em; margin-bottom: 1.4rem; }
.co-email { display: inline-flex; align-items: center; gap: 0.5em; font-family: var(--sans); font-weight: 500; font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: var(--clay-deep); border-bottom: 1px solid var(--clay); padding-bottom: 4px; }
.co-email i { font-style: normal; transition: transform 0.4s var(--ease); }
.contact-opt:hover .co-email i { transform: translateX(6px); }
/* button styled identically to the old email link */
.co-btn { display: inline-flex; align-items: center; gap: 0.5em; font-family: var(--sans); font-weight: 500; font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: var(--clay-deep); background: none; border: none; border-bottom: 1px solid var(--clay); padding: 0 0 4px; cursor: pointer; transition: color 0.4s var(--ease); }
.co-btn i { font-style: normal; transition: transform 0.4s var(--ease); }
.contact-opt:hover .co-btn i { transform: translateX(6px); }

/* newsletter celebration overlay */
.celebrate { position: fixed; inset: 0; z-index: 300; display: none; align-items: center; justify-content: center; padding: 6vw;
  background: radial-gradient(120% 120% at 50% 30%, rgba(20,19,17,0.92) 0%, rgba(11,11,9,0.97) 70%); }
.celebrate.is-open { display: flex; animation: fadein 0.35s var(--ease); }
.celebrate-confetti, #celebrate-confetti { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.celebrate-card { position: relative; z-index: 1; text-align: center; max-width: min(620px, 90vw); }
.celebrate-mark { width: clamp(150px, 22vw, 210px); margin: 0 auto 1.8rem; display: block; opacity: 0.95; }
.celebrate-card h2 { font-family: var(--serif); font-weight: 400; color: var(--ivory); font-size: clamp(2.6rem, 7vw, 5rem); letter-spacing: -0.01em; line-height: 1.04; }
.celebrate-card h2 em { font-style: italic; color: #ECD3B0; }
.celebrate-card p { color: var(--ash); font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.55; margin-top: 1.1rem; }
.celebrate-close { position: absolute; top: clamp(18px, 3vw, 34px); right: clamp(18px, 3vw, 38px); z-index: 2;
  background: none; border: none; color: var(--ivory); font-size: 2.8rem; line-height: 1; cursor: pointer; opacity: 0.7; transition: opacity 0.3s var(--ease); }
.celebrate-close:hover { opacity: 1; }

/* Aligned variant of the celebration overlay — light, slate-blue, matches /waitlist/aligned */
.celebrate--aligned { background: radial-gradient(120% 120% at 50% 32%, #FBFAF6 0%, #F3F0E9 70%); }
.celebrate--aligned .celebrate-mark { width: clamp(150px, 22vw, 210px); }
.celebrate--aligned .celebrate-card h2 { color: var(--obsidian); font-weight: 600; }
.celebrate--aligned .celebrate-card h2 em { color: var(--clay-deep); font-style: italic; }
.celebrate--aligned .celebrate-card p { color: var(--stone); }
.celebrate--aligned .celebrate-close { color: var(--obsidian); opacity: 0.5; }
.celebrate--aligned .celebrate-close:hover { opacity: 1; }

/* contact form modal (Formspree) */
.modal--form .modal-stage { width: min(540px, 92vw); }
.cf-panel { background: var(--ivory); border: 1px solid var(--pearl); border-radius: 8px; padding: clamp(28px, 4vw, 48px); box-shadow: 0 50px 140px -30px rgba(0,0,0,0.6); text-align: left; }
.cf-eyebrow { font-size: 0.74rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--clay-deep); margin-bottom: 0.7rem; }
.cf-title { font-family: var(--serif); font-weight: 400; color: var(--obsidian); font-size: clamp(1.9rem, 3.4vw, 2.7rem); letter-spacing: -0.01em; margin: 0 0 1.5rem; }
.cf-form { display: flex; flex-direction: column; gap: 1rem; }
.cf-field { display: flex; flex-direction: column; gap: 0.4rem; }
.cf-field span { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--stone); }
.cf-field input, .cf-field textarea { font-family: var(--sans); font-size: 1rem; color: var(--obsidian); background: #fff; border: 1px solid var(--pearl); border-radius: 5px; padding: 0.8rem 0.9rem; width: 100%; transition: border-color 0.3s var(--ease); }
.cf-field input:focus, .cf-field textarea:focus { outline: none; border-color: var(--clay); }
.cf-field textarea { resize: vertical; min-height: 96px; }
.cf-submit { width: 100%; justify-content: center; margin-top: 0.4rem; }
.cf-note { margin: 0.2rem 0 0; font-size: 0.95rem; color: var(--clay-deep); }
.cf-note.is-error { color: #b4533a; }
.cf-thanks { font-family: var(--sans); font-size: 1.05rem; line-height: 1.55; color: var(--ash); }
.modal--form .modal-close { color: var(--ivory); }
@media (max-width: 600px) { .modal--form .modal-close { top: -44px; } }
@media (max-width: 820px) { .contact-split { grid-template-columns: 1fr; } .contact-portrait { max-width: 240px; } }

/* split: copy + framing image */
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(40px, 6vw, 100px); align-items: center; }
.split.flip > :first-child { order: 2; }
.split-figure { aspect-ratio: 4 / 3; border-radius: 4px; overflow: hidden; border: 1px solid var(--sand); box-shadow: 0 40px 80px -55px rgba(13, 13, 11, 0.55); }
.split-figure img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ============================================================
   ANIMATED SECTION BACKGROUNDS (auto-injected by backgrounds.js)
   ============================================================ */
.has-bg { position: relative; }
.sect-bg { position: absolute; inset: 0; z-index: 0; display: block; pointer-events: none; }
.has-bg > *:not(.sect-bg) { position: relative; z-index: 1; }
/* keep page-hero photo absolute + behind its veil, and copy above both */
.page-hero.has-bg .bg-photo { position: absolute; inset: 0; z-index: 0; }
.page-hero.has-bg .inner { z-index: 3; }
/* belt-and-braces: never draw a motif canvas over a photo/video hero */
.page-hero:not([data-bg]) .sect-bg { display: none !important; }
/* keep the Begin cue truly centered even when a motif canvas marks the hero .has-bg */
.page-hero.has-bg .scroll-cue { position: absolute; }
/* about hero: breathing room above the Begin cue */
.cue-room { padding-bottom: clamp(150px, 17vh, 210px); }
/* podcast hero: tall content — drop the cue lower and lift the button slightly */
.cue-low .scroll-cue { bottom: 10px; }
.cue-low .scroll-cue i { height: 34px; }
.cue-low .btn-row { margin-top: 2.1rem; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .nav-burger { display: block; }
  .nav-brand img { height: 13px; }   /* logo on phones */
  /* full-screen on-brand menu, opened by the burger */
  .nav-links {
    position: fixed !important; left: 0 !important; top: 0 !important;
    width: 100vw; height: 100vh; margin: 0; padding: 0;
    transform: none !important; z-index: 70;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; gap: 1.9rem; background: rgba(13, 13, 11, 0.96);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    opacity: 0; pointer-events: none; transition: opacity 0.45s var(--ease);
  }
  .nav--open .nav-links { opacity: 1; pointer-events: auto; }
  .nav-links a, .nav--solid .nav-links a {
    color: var(--ivory); opacity: 1; font-size: 1.2rem; letter-spacing: 0.22em;
    margin-right: -0.22em;   /* re-center tracked text */
  }
  .nav-links a:hover { color: #ECD3B0; }
  .path-grid { grid-template-columns: 1fr; }
  .book-grid { grid-template-columns: 1fr; }
  .book-figure { max-width: 420px; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
  .hero { height: 560vh; }
  .interstitial { height: 300vh; }
  .steps { grid-template-columns: 1fr 1fr; }
  .bio { grid-template-columns: 1fr; gap: 40px; }
  .bio-photo { max-width: 360px; }
  .split { grid-template-columns: 1fr; }
  .split.flip > :first-child { order: 0; }
  .split-figure { max-width: 520px; }
}
@media (max-width: 760px) {
  .quotes { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .episode { grid-template-columns: 1fr; gap: 6px; }
  .episode .date { padding-top: 0; }
}
@media (max-width: 520px) {
  .steps { grid-template-columns: 1fr; }
}

/* ============================================================
   ROUND-3 COMPONENTS
   ============================================================ */

/* Manifesto framed panel (connected to the intro statement) */
.framed {
  position: relative; margin: clamp(2rem, 3.4vw, 3.2rem) 0 0; max-width: min(1100px, 100%);
  border: 1px solid rgba(184, 184, 178, 0.55);
  padding: clamp(34px, 4vw, 56px) clamp(36px, 5vw, 72px);
  background: rgba(248, 247, 242, 0.55); backdrop-filter: blur(2px);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(26px, 3.2vw, 52px);
}
/* module-square corner marks — echo the building grid behind the section */
.framed::before, .framed::after {
  content: ""; position: absolute; width: 7px; height: 7px; background: var(--clay);
  box-shadow: 13px 0 0 var(--clay), 26px 0 0 rgba(184, 148, 120, 0.45);
}
.framed::before { top: 16px; left: 20px; }
.framed::after { bottom: 16px; right: 20px; box-shadow: -13px 0 0 var(--clay), -26px 0 0 rgba(184, 148, 120, 0.45); }
.framed .manifesto-p { font-size: clamp(0.95rem, 1.12vw, 1.06rem); line-height: 1.64; color: var(--charcoal); margin-bottom: 0; }
.intro .statement { margin-bottom: 0; }
@media (max-width: 860px) { .framed { grid-template-columns: 1fr; gap: 1.3rem; } }

/* Differentiated path cards */
.path-card { --c: var(--clay); border-top: 2px solid var(--c); }
.card-ind { --c: #B89478; background: linear-gradient(165deg, #FDFCFA 0%, #F6F1EA 100%); }
.card-cou { --c: #A56A52; background: linear-gradient(165deg, #FDFCFA 0%, #F6EEE9 100%); }
.card-fam { --c: #9A8C5E; background: linear-gradient(165deg, #FDFCFA 0%, #F3F2E8 100%); }
.path-emblem { color: var(--c); margin-bottom: 0.8rem; }
.path-emblem svg { width: clamp(58px, 5.8vw, 80px); height: auto; display: block; }
.path-card .path-num { color: var(--c); }
.path-card .link-arrow { border-color: var(--c); }
.path-card:hover { border-color: var(--c); }
.path-card:hover .link-arrow { color: var(--c); }

/* Book cover showcase — stationary, straight-on (homepage + individuals) */
.book-showcase { position: relative; width: 100%; max-width: 400px; margin: 0 auto; }
.book-showcase img {
  position: relative; z-index: 2; width: 100%; height: auto; display: block; border-radius: 3px;
  box-shadow: 0 55px 110px -45px rgba(13,13,11,0.7), 0 10px 26px -16px rgba(13,13,11,0.5), 0 0 70px rgba(184,148,120,0.18);
}
.book-showcase::before { /* offset accent frame */
  content: ""; position: absolute; z-index: 1; inset: 7% -8% -9% 8%;
  border: 1px solid var(--clay); border-radius: 3px; opacity: 0.5;
}
.book-showcase .bs-orbit { display: none; }

/* Buy on Amazon — slow, gentle fade, orange text */
.amazon-btn {
  display: inline-block; margin-top: 0.5rem; text-decoration: none;
  font-family: var(--sans); font-weight: 600; font-size: 0.82rem;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--clay-deep);
  padding: 1.05em 2.6em; border-radius: 100px; border: 1px solid rgba(156,118,87,0.55);
  animation: amzpulse 9s ease-in-out infinite;
  transition: color 0.4s var(--ease), border-color 0.4s var(--ease);
}
@keyframes amzpulse {
  0%, 100% { background: #0D0D0B; }
  50%      { background: #CBBFAE; }
}
.amazon-btn:hover { animation-play-state: paused; background: var(--clay-deep); color: var(--ivory); border-color: var(--clay-deep); }
@media (prefers-reduced-motion: reduce) { .amazon-btn { animation: none; background: #0D0D0B; } .book-showcase img { animation: none; } .book-showcase .bs-orbit { animation: none; } }

/* Individuals hero — cinematic potter still, layered veil, gold accents */
.ind-hero { min-height: 92vh; }
.ind-hero .bg-photo img { opacity: 0.66; filter: brightness(0.95) saturate(0.92); }
.ind-hero::after {
  background:
    radial-gradient(110% 90% at 50% 48%, rgba(8,8,6,0.1) 0%, rgba(8,8,6,0.66) 96%),
    linear-gradient(180deg, rgba(8,8,6,0.6) 0%, rgba(8,8,6,0.16) 36%, rgba(8,8,6,0.22) 66%, rgba(8,8,6,0.78) 100%);
}
.ind-hero .page-title { font-size: clamp(2.6rem, 6.8vw, 5.9rem); text-shadow: 0 2px 16px rgba(0,0,0,0.55), 0 8px 60px rgba(0,0,0,0.5); }
.ind-hero .page-title em { color: #ECD3B0; }
.ind-hero .hero-rule { display: block; width: 44px; height: 1px; background: var(--clay); margin: 1.7rem auto; }
.ind-hero .page-sub { font-size: clamp(1.15rem, 2.2vw, 1.7rem); line-height: 1.45; color: rgba(253,252,250,0.92); }
.ind-hero .btn-row { margin-top: 2.4rem; }

/* page-hero background video (podcast) */
.page-hero .bg-video { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.page-hero.has-bg .bg-video { position: absolute; inset: 0; z-index: 0; }
.page-hero .bg-video video { width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0.5; filter: grayscale(0.15) brightness(0.95); }

/* Discover — redesigned "Through this framework" (individuals) */
.discover-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px, 6vw, 100px); align-items: start; }
.discover-head .section-head { margin-top: 0.5rem; }
.discover-foot { margin-top: 1.6rem; color: var(--stone); font-size: 1.05rem; line-height: 1.65; max-width: 40ch; }
.discover-list { list-style: none; }
.discover-list li { display: grid; grid-template-columns: auto 1fr; gap: clamp(18px, 2vw, 32px); align-items: baseline; padding: clamp(16px, 1.9vw, 26px) 0; border-top: 1px solid var(--ash); opacity: 0.5; transition: opacity 0.7s var(--ease), padding-left 0.5s var(--ease); }
.discover-list li:last-child { border-bottom: 1px solid var(--ash); }
.discover-list li.is-lit { opacity: 1; padding-left: 12px; }
.dl-num { font-family: var(--serif); font-size: clamp(1.1rem, 1.4vw, 1.4rem); color: var(--ash); line-height: 1; transition: color 0.7s var(--ease); }
.discover-list li.is-lit .dl-num { color: var(--clay); }
.discover-list p { font-family: var(--serif); font-weight: 400; font-size: clamp(0.95rem, 1.2vw, 1.18rem); line-height: 1.34; color: var(--charcoal); letter-spacing: -0.005em; transition: color 0.7s var(--ease); }
.discover-list li.is-lit p { color: var(--obsidian); }
@media (max-width: 860px) { .discover-grid { grid-template-columns: 1fr; } }

/* Book endorse + top alignment (individuals) */
.book-ind .book-grid { align-items: start; }
.book-endorse { font-family: var(--serif); font-style: italic; font-size: clamp(1.2rem, 1.7vw, 1.4rem); color: var(--clay-deep); max-width: 32ch; margin: 1.1rem 0 0.2rem; line-height: 1.4; }
.book-ind .amazon-btn { margin-top: 1.6rem; }   /* match the homepage button spacing */
/* smaller coaching statement on individuals */
.coach-sm .lead-serif { font-size: clamp(1.35rem, 2.4vw, 2.1rem); line-height: 1.34; }

/* Marquee testimonials (individuals) */
.marquee-section { overflow: hidden; }
.marquee { margin-top: clamp(2rem, 3vw, 3rem); overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.marquee-track { display: flex; gap: clamp(20px, 2vw, 32px); width: max-content; animation: marquee 64s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee .quote { position: relative; width: clamp(300px, 32vw, 420px); flex: 0 0 auto; margin: 0; padding-top: clamp(44px, 4vw, 62px); border-top: 2px solid var(--clay); }
.marquee .quote::before { content: "\201C"; position: absolute; top: 8px; left: clamp(24px, 2.4vw, 40px); font-family: var(--serif); font-size: clamp(3rem, 5vw, 5rem); line-height: 1; color: var(--clay); opacity: 0.42; }
.marquee .quote cite { color: var(--clay-deep); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* Families — the gem model (What I Believe About Family) */
.gem-intro { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: clamp(36px, 5vw, 80px); align-items: center; margin-top: 0.6rem; }
.gem-intro img { width: min(100%, 280px); margin: 0 auto; display: block; filter: drop-shadow(0 28px 44px rgba(13,13,11,0.28)); }
/* slowly turning gem — circular feather so the clip melts into the bone bg */
.gem-spin video {
  width: min(100%, 300px); aspect-ratio: 1 / 1; margin: 0 auto; display: block; object-fit: cover;
  -webkit-mask-image: radial-gradient(closest-side, #000 72%, transparent 99%);
  mask-image: radial-gradient(closest-side, #000 72%, transparent 99%);
}
.gem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 2.4vw, 36px); margin-top: clamp(2.4rem, 4vw, 4rem); }
.gem-card { background: var(--ivory); border: 1px solid var(--pearl); border-top: 2px solid var(--clay); border-radius: 4px; padding: clamp(24px, 2.4vw, 38px); display: grid; grid-template-columns: auto 1fr; gap: clamp(18px, 2vw, 28px); align-items: start; transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease); }
.gem-card:hover { transform: translateY(-6px); box-shadow: 0 30px 70px -44px rgba(13,13,11,0.45); }
.gem-card img { width: clamp(72px, 6.6vw, 100px); height: auto; }
.gem-card img[src*="color"] { width: clamp(104px, 9.4vw, 142px); }
.gem-card h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.5rem, 2.1vw, 1.9rem); line-height: 1; letter-spacing: -0.01em; }
.gem-card .gc-sub { font-family: var(--serif); font-style: italic; color: var(--clay-deep); font-size: 1.05rem; margin: 0.3rem 0 0.8rem; }
.gem-card .gc-tag { font-weight: 600; font-size: 0.96rem; margin-bottom: 0.45rem; color: var(--obsidian); }
.gem-card p { color: var(--stone); font-size: 0.94rem; line-height: 1.6; }
/* The Whole Family — light header band with hairlines + ornaments */
.gem-banner { text-align: center; margin-top: clamp(2.4rem, 4vw, 4rem); }
.gem-banner .gb-rule { display: block; width: min(560px, 72%); height: 1px; background: var(--ash); margin: 0 auto; position: relative; }
.gem-banner .gb-rule::after { content: ""; position: absolute; left: 50%; top: 50%; width: 7px; height: 7px; transform: translate(-50%, -50%) rotate(45deg); background: var(--bone); border: 1px solid var(--clay); }
.gem-banner h3 { font-family: var(--serif); font-weight: 500; font-size: clamp(2.1rem, 4.4vw, 3.6rem); letter-spacing: -0.015em; margin: clamp(1.4rem, 2.2vw, 2rem) 0 0.3rem; }
.gem-banner h3 em { font-style: italic; color: var(--clay-deep); }
.gem-banner .gb-sub { font-family: var(--serif); font-style: italic; color: var(--stone); font-size: clamp(1.1rem, 1.7vw, 1.5rem); }
.gem-banner .gb-facets { display: flex; align-items: center; justify-content: center; gap: 1.1rem; margin: 1.2rem 0 clamp(1.4rem, 2.2vw, 2rem); font-size: 0.78rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--clay-deep); }
.gem-banner .gb-facets i { width: 28px; height: 1px; background: var(--clay); }

/* Framework — two-column prose, compact */
.fw-cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 3.5vw, 60px); }
.fw-cols p { font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.7; color: var(--charcoal); }
@media (max-width: 820px) { .fw-cols { grid-template-columns: 1fr; gap: 1.2rem; } }

/* Families — custom statements split */
.fam-custom { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(36px, 5vw, 84px); align-items: center; }
.fam-custom .fc-photo { border-radius: 4px; overflow: hidden; box-shadow: 0 45px 90px -50px rgba(13,13,11,0.5); }
.fam-custom .fc-photo img { width: 100%; display: block; }
.fam-list { list-style: none; display: grid; gap: 0.5rem; margin-top: 1.4rem; }
.fam-list li { display: grid; grid-template-columns: auto 1fr; gap: 1.1rem; align-items: baseline;
  padding: 0.85rem 1.1rem; border-left: 2px solid var(--pearl); border-radius: 0 3px 3px 0;
  color: var(--stone); line-height: 1.55; font-size: 0.98rem;
  transition: background 0.7s var(--ease), border-color 0.7s var(--ease); }
.fam-list .fl-num { font-family: var(--serif); font-size: 1.3rem; color: var(--ash); transition: color 0.7s var(--ease); }
.fam-list b { color: var(--obsidian); font-weight: 600; transition: color 0.7s var(--ease); }
.fam-list li.is-lit { border-left-color: var(--clay); background: rgba(184, 148, 120, 0.10); }
.fam-list li.is-lit .fl-num, .fam-list li.is-lit b { color: var(--clay-deep); }
@media (max-width: 860px) { .gem-intro, .gem-grid, .fam-custom { grid-template-columns: 1fr; } .gem-intro img { width: min(70%, 280px); } }

/* ============================================================
   ESSAYS PAGE — drifting quote wall + essay cards
   ============================================================ */
.essays-main { position: relative; background: var(--obsidian); color: var(--ivory); overflow: hidden; }
.quote-wall {
  position: absolute; inset: 0; overflow: hidden; pointer-events: none; opacity: 0.55;
  /* fully faded out under the fixed nav, then ramps in below it */
  -webkit-mask-image: linear-gradient(180deg, transparent 0, transparent 110px, #000 220px, #000 90%, transparent);
  mask-image: linear-gradient(180deg, transparent 0, transparent 110px, #000 220px, #000 90%, transparent);
}
.qw-track { animation: qwDrift 72s linear infinite; will-change: transform; }
.qw-img { width: 100%; display: block; }
/* the reading highlight — a soft line-height band sweeping left to right;
   as the wall drifts upward it moves on to each next line, like eyes reading */
.qw-reader {
  position: absolute; left: 0; top: 44%; height: clamp(18px, 1.6vw, 26px); width: 26%;
  border-radius: 100px; mix-blend-mode: screen;
  background: linear-gradient(90deg, transparent, rgba(236, 211, 176, 0.22) 18%, rgba(236, 211, 176, 0.22) 82%, transparent);
  filter: blur(1px);
  animation: qwRead 3.4s linear infinite;
}
@keyframes qwRead { from { transform: translateX(-30vw); } to { transform: translateX(110vw); } }
@media (prefers-reduced-motion: reduce) { .qw-reader { animation: none; opacity: 0; } }
.qw-block { padding: 6vh var(--gutter); text-align: justify; line-height: 2.3; font-size: clamp(0.92rem, 1.15vw, 1.1rem); }
.qw-name { font-family: var(--sans); font-weight: 600; font-size: 0.74em; letter-spacing: 0.2em; text-transform: uppercase; color: var(--clay); margin: 0 0.5em 0 1.1em; }
.qw-block .qw-name:first-child { margin-left: 0; }
.qw-quote { font-family: var(--serif); font-style: italic; color: rgba(253, 252, 250, 0.5); }
@keyframes qwDrift { from { transform: translateY(0); } to { transform: translateY(-50%); } }
@media (prefers-reduced-motion: reduce) { .qw-track { animation: none; } }

.essay-hero { position: relative; z-index: 1; text-align: center; padding: clamp(150px, 18vh, 220px) var(--gutter) clamp(36px, 5vh, 64px); }
.essay-hero .inner { position: relative; z-index: 0; display: inline-block; padding: clamp(20px, 3vw, 44px) clamp(30px, 5vw, 80px); }
/* depth-of-field pool: the wall behind the title goes soft-focus + dim, like a
   camera racking focus onto the header. Falls back to a plain dark pool where
   backdrop-filter is unsupported. */
.essay-hero .inner::before {
  content: ""; position: absolute; z-index: -1; inset: -36% -55%;
  background: radial-gradient(56% 56% at 50% 50%, rgba(13, 13, 11, 0.88) 0%, rgba(13, 13, 11, 0.6) 48%, rgba(13, 13, 11, 0.25) 68%, rgba(13, 13, 11, 0) 84%);
  filter: blur(14px);
}
@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .essay-hero .inner::before {
    background: radial-gradient(56% 56% at 50% 50%, rgba(13, 13, 11, 0.62) 0%, rgba(13, 13, 11, 0.42) 48%, rgba(13, 13, 11, 0) 80%);
    filter: none;
    -webkit-backdrop-filter: blur(9px) brightness(0.62) saturate(0.85);
    backdrop-filter: blur(9px) brightness(0.62) saturate(0.85);
    -webkit-mask-image: radial-gradient(58% 58% at 50% 50%, #000 38%, rgba(0,0,0,0.55) 62%, transparent 82%);
    mask-image: radial-gradient(58% 58% at 50% 50%, #000 38%, rgba(0,0,0,0.55) 62%, transparent 82%);
  }
}
/* heading + subheading match the Families page hero exactly */
.essay-hero .page-title { font-size: clamp(2.6rem, 6.8vw, 5.9rem); text-shadow: 0 2px 16px rgba(0,0,0,0.55), 0 8px 60px rgba(0,0,0,0.5); }
.essay-hero .page-title em { color: #ECD3B0; }
.essay-hero .hero-rule { display: block; width: 44px; height: 1px; background: var(--clay); margin: 1.7rem auto; }
.essay-hero .page-sub { font-size: clamp(1.15rem, 2.2vw, 1.7rem); line-height: 1.45; color: rgba(253, 252, 250, 0.92); margin: 0 auto; }

.essay-list { position: relative; z-index: 1; padding: clamp(24px, 3.5vw, 56px) 0 clamp(80px, 9vw, 140px); }
.essay-card {
  display: grid; grid-template-columns: 0.4fr 1.6fr; gap: clamp(28px, 4vw, 60px); align-items: center;
  padding: clamp(26px, 3vw, 44px); margin-bottom: clamp(20px, 2.4vw, 34px);
  background: rgba(13, 13, 11, 0.78); border: 1px solid rgba(253, 252, 250, 0.14); border-radius: 5px;
  backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);
  transition: border-color 0.5s var(--ease), transform 0.5s var(--ease);
}
.essay-card:hover { border-color: rgba(236, 211, 176, 0.4); transform: translateY(-4px); }
.es-thumb {
  aspect-ratio: 3 / 4; max-width: 240px; width: 100%; margin: 0 auto; border-radius: 3px;
  border: 1px solid rgba(236, 211, 176, 0.35);
  background: linear-gradient(160deg, #16161b 0%, #232027 60%, #2c2418 100%);
  display: grid; place-items: center; text-align: center; padding: 12%;
}
.es-thumb span { font-family: var(--serif); font-style: italic; color: var(--stone); font-size: 1.1rem; line-height: 1.5; }
/* hover page-flip cover (essay 01) */
.es-thumb.es-flip { padding: 0; background: #fff; position: relative; overflow: hidden; cursor: pointer; }
.es-flip img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0.7s var(--ease); }
.es-flip img.on { opacity: 1; }
.es-copy h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.7rem, 3vw, 2.6rem); letter-spacing: -0.01em; margin: 0.2rem 0 0.7rem; }
.es-copy h2 em { color: #ECD3B0; font-style: italic; }
.es-copy .kicker { color: var(--clay); margin-bottom: 0.4rem; }
.es-blurb { color: var(--ash); font-size: 1.02rem; line-height: 1.65; max-width: 58ch; }
.es-form { margin: 1.5rem 0 0; justify-content: flex-start; max-width: 520px; }
.es-form input { min-width: 0; }
/* inline form feedback (Kit capture) */
.form-note { margin-top: 0.9rem; font-size: 0.98rem; color: #ECD3B0; }
.form-note.is-error { color: #DCA08F; }

/* podcast — latest episode cards (YouTube) */
.ep-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(18px, 2.4vw, 34px); margin-top: 1.6rem; align-items: start; }
.ep-card { display: block; text-decoration: none; color: inherit; }
.ep-featured { grid-row: span 3; }
.ep-thumb {
  position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 4px;
  border: 1px solid rgba(236, 211, 176, 0.22); background: #16161b;
}
.ep-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.7s var(--ease); }
.ep-card:hover .ep-thumb img { transform: scale(1.045); }
.ep-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: clamp(44px, 4.6vw, 64px); height: clamp(44px, 4.6vw, 64px); border-radius: 50%;
  border: 1px solid rgba(236, 211, 176, 0.85); background: rgba(13, 13, 11, 0.45);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  transition: background 0.4s var(--ease), transform 0.4s var(--ease);
}
.ep-play::after {
  content: ""; position: absolute; top: 50%; left: 53%; transform: translate(-50%, -50%);
  border-style: solid; border-width: 9px 0 9px 15px; border-color: transparent transparent transparent #ECD3B0;
}
.ep-card:hover .ep-play { background: rgba(191, 111, 65, 0.55); transform: translate(-50%, -50%) scale(1.08); }
.ep-mini .ep-play { width: 38px; height: 38px; }
.ep-mini .ep-play::after { border-width: 6px 0 6px 10px; }
.ep-meta { display: block; padding: 0.9rem 0.2rem 0; }
.ep-tag { display: block; font-size: 0.78rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--clay); margin-bottom: 0.45rem; }
.ep-title { display: block; font-family: var(--serif); font-weight: 400; color: var(--obsidian, #1B1B1F); line-height: 1.25; font-size: clamp(1.15rem, 1.7vw, 1.5rem); transition: color 0.4s var(--ease); }
.ep-featured .ep-title { font-size: clamp(1.5rem, 2.6vw, 2.3rem); }
.ep-card:hover .ep-title { color: var(--clay); }
.ep-mini { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(14px, 1.6vw, 22px); align-items: center; }
.ep-mini .ep-meta { padding-top: 0; }
.ep-mini .ep-title { font-size: clamp(1rem, 1.35vw, 1.2rem); }
.ep-sub { display: block; margin-top: 0.4rem; color: var(--ash); font-size: 0.95rem; line-height: 1.4; }
.ep-mini .ep-sub { font-size: 0.88rem; }

/* locked "coming soon" state — blur the grid + overlay */
.ep-locked { position: relative; margin-top: 1.6rem; border-radius: 6px; overflow: hidden; }
.ep-locked .ep-grid { margin-top: 0; filter: blur(15px) saturate(0.85) brightness(0.72); transform: scale(1.04); pointer-events: none; user-select: none; }
.ep-veil { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 0.6rem; padding: 6vw 1rem;
  background: radial-gradient(120% 100% at 50% 50%, rgba(13,13,11,0.55) 0%, rgba(13,13,11,0.78) 100%); }
.ep-soon-eyebrow { font-size: 0.78rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--clay); }
.ep-soon { font-family: var(--serif); font-weight: 400; color: var(--ivory); font-size: clamp(2.6rem, 7vw, 5.4rem); line-height: 1; letter-spacing: 0.01em; text-shadow: 0 8px 40px rgba(0,0,0,0.5); }
.ep-soon-sub { color: var(--ash); font-size: clamp(1rem, 1.5vw, 1.25rem); }
@media (max-width: 900px) {
  .ep-grid { grid-template-columns: 1fr; }
  .ep-featured { grid-row: auto; }
}
@media (max-width: 540px) {
  .ep-mini { grid-template-columns: 1fr; }
  .ep-mini .ep-meta { padding-top: 0.8rem; }
}

/* download pages — minimal, on-brand */
.dl-main { min-height: 100vh; display: grid; place-items: center; text-align: center; padding: clamp(110px, 14vh, 170px) var(--gutter) clamp(60px, 8vh, 100px); position: relative; z-index: 1; }
.dl-cover { width: min(320px, 72vw); margin: 0 auto; border: 1px solid rgba(236, 211, 176, 0.35); border-radius: 4px; overflow: hidden; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55); }
.dl-cover img { width: 100%; display: block; }
.dl-main h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.9rem, 4vw, 3rem); letter-spacing: -0.01em; margin: 2.2rem 0 0.9rem; }
.dl-main h1 em { color: var(--clay); font-style: italic; }
.dl-inbox { color: var(--ash); font-size: clamp(1rem, 1.4vw, 1.15rem); margin-bottom: 2rem; }
@media (max-width: 600px) { .dl-cover { width: min(250px, 70vw); } }
/* static cover image thumb (essay 03) */
.es-thumb.es-cover { padding: 0; position: relative; overflow: hidden; }
.es-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* coming soon tag in place of the download form */
.es-soon {
  display: flex; align-items: center; gap: 14px; margin-top: 1.6rem;
  font-size: 0.85rem; letter-spacing: 0.32em; text-transform: uppercase; color: #ECD3B0;
}
.es-soon::before { content: ""; width: 38px; height: 1px; background: rgba(236, 211, 176, 0.55); }

/* Speaking — hire Andy, under the essays */
.essay-speak { position: relative; z-index: 1; padding: 0 0 clamp(90px, 10vw, 150px); }
.speak-card {
  display: grid; grid-template-columns: 0.62fr 1.38fr; gap: clamp(30px, 4.5vw, 70px); align-items: center;
  padding: clamp(30px, 4vw, 60px); background: rgba(13, 13, 11, 0.84);
  border: 1px solid rgba(236, 211, 176, 0.26); border-radius: 5px;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.speak-photo { position: relative; max-width: 340px; width: 100%; margin: 0 auto; }
.speak-photo::after { content: ""; position: absolute; inset: 16px -16px -16px 16px; border: 1px solid rgba(236, 211, 176, 0.4); border-radius: 4px; pointer-events: none; }
.speak-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 4px; display: block; filter: saturate(0.94); }
.speak-copy .kicker { color: var(--clay); }
.speak-copy h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 3.8vw, 3.3rem); letter-spacing: -0.01em; margin: 0.3rem 0 1rem; }
.speak-copy h2 em { color: #ECD3B0; }
.speak-lead { color: var(--ash); font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.65; max-width: 52ch; }
@media (max-width: 820px) {
  .speak-card { grid-template-columns: 1fr; text-align: center; }
  .speak-photo { max-width: 250px; }
  .speak-lead { margin: 0 auto; }
  .speak-card .btn-row { justify-content: center; }
  .es-soon { justify-content: flex-start; }
}
@media (max-width: 820px) { .essay-card { grid-template-columns: 1fr; } .es-thumb { max-width: 200px; } }

/* Harvard page — monograph spread */
.hv-hero { min-height: 78vh; }
.hv-hero .hero-rule { display: block; width: 44px; height: 1px; background: var(--clay); margin: 1.6rem auto; }
.hv-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.hv-cover { position: relative; max-width: 380px; margin: 0 auto; }
.hv-cover img { position: relative; z-index: 2; width: 100%; height: auto; display: block; border-radius: 3px;
  box-shadow: 0 55px 110px -45px rgba(13,13,11,0.65), 0 10px 26px -16px rgba(13,13,11,0.45); }
.hv-cover::before { content: ""; position: absolute; z-index: 1; inset: 7% -8% -9% 8%; border: 1px solid var(--clay); border-radius: 3px; opacity: 0.5; }
.hv-form { margin: 1.8rem 0 0; justify-content: flex-start; max-width: 560px; }
.hv-form input { min-width: 0; border-color: rgba(13,13,11,0.3); color: var(--obsidian); }
.hv-form input::placeholder { color: var(--stone); }
.hv-form button { background: var(--obsidian); color: var(--ivory); }
.hv-form button:hover { background: var(--clay-deep); }
@media (max-width: 860px) { .hv-grid { grid-template-columns: 1fr; } }

/* Podcast trailer button — white pill, black text */
.trailer-btn { background: var(--ivory); color: var(--obsidian); border-color: var(--ivory); cursor: pointer; font-family: var(--sans); }
.trailer-btn:hover { background: transparent; color: var(--ivory); border-color: var(--ivory); }

/* Podcast statement — staggered serif lines + animated soundwave */
.pod-state { font-family: var(--serif); font-weight: 500; font-size: clamp(1.9rem, 4.8vw, 4rem); line-height: 1.08; letter-spacing: -0.015em; }
.pod-state em { color: #ECD3B0; font-style: italic; }
.pod-state-1 { transform: translateX(-4%); }
.pod-state-2 { transform: translateX(4%); margin-top: 0.15em; }
.podwave { display: flex; justify-content: center; align-items: center; gap: 5px; height: 56px; margin: 2.2rem auto 0.6rem; }
.podwave i { width: 3px; border-radius: 2px; background: var(--clay); height: 12px; animation: eq 1.8s ease-in-out infinite; transform-origin: center; }
.podwave i:nth-child(2n) { animation-delay: 0.15s; height: 22px; }
.podwave i:nth-child(3n) { animation-delay: 0.3s; height: 34px; }
.podwave i:nth-child(4n) { animation-delay: 0.45s; height: 18px; }
.podwave i:nth-child(5n) { animation-delay: 0.6s; height: 42px; }
.podwave i:nth-child(7n) { animation-delay: 0.8s; height: 28px; }
@keyframes eq { 0%, 100% { transform: scaleY(0.45); } 50% { transform: scaleY(1.5); } }
@media (prefers-reduced-motion: reduce) { .podwave i { animation: none; } }

/* Coaching with headshot */
.coaching-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(40px, 6vw, 92px); align-items: center; }
.coaching-photo { border-radius: 4px; overflow: hidden; box-shadow: 0 45px 90px -50px rgba(13,13,11,0.6); }
.coaching-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 8%; display: block; aspect-ratio: 4 / 5; }
.coaching-copy .statement { max-width: 22ch; }
@media (max-width: 820px) { .coaching-grid { grid-template-columns: 1fr; } .coaching-photo { max-width: 340px; } }

/* Brand-video play dot */
.ghost-btn .play-dot { display: inline-block; width: 0; height: 0; border-left: 9px solid currentColor; border-top: 6px solid transparent; border-bottom: 6px solid transparent; margin-right: 12px; }
/* Watch-our-brand-video: light pill, black text -> gold on hover, all centered */
#open-brand-video, #open-product-video {
  cursor: pointer; font-family: var(--sans);
  display: inline-flex; align-items: center; justify-content: center;
  line-height: 1;
  /* right padding trimmed by the 0.2em trailing letter-space so text sits optically centered */
  padding: 1.1em 2.2em 1.05em 2.4em;
  background: var(--ivory); color: var(--obsidian); border: 1px solid var(--ivory);
}
#open-brand-video .play-dot, #open-product-video .play-dot { margin: 0 10px 0 0; flex: 0 0 auto; }
#open-brand-video:hover, #open-product-video:hover { background: var(--ivory); color: var(--clay-deep); border-color: var(--ivory); }
.purpose .display em { color: #ECD3B0; font-style: italic; }

/* Video lightbox */
.modal { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 4vw; }
.modal.is-open { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(8,8,6,0.88); backdrop-filter: blur(8px); animation: fadein 0.4s var(--ease); }
.modal-stage { position: relative; z-index: 1; width: min(1120px, 92vw); animation: fadein 0.5s var(--ease); }
.modal-frame { position: relative; width: 100%; aspect-ratio: 16/9; background: #000; border-radius: 8px; overflow: hidden; box-shadow: 0 50px 140px -30px rgba(0,0,0,0.85); }
.modal-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.modal-close { position: absolute; top: -48px; right: -4px; background: none; border: none; color: var(--ivory); font-size: 2.6rem; line-height: 1; cursor: pointer; opacity: 0.85; transition: opacity 0.3s var(--ease); }
.modal-close:hover { opacity: 1; }
@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 560px) {
  .nav-cta { display: none; }
  .footer-base { flex-direction: column; gap: 8px; }
}
