/* ============================================================
   hotyogapower.com — shared styles
   The public front door for HYP Yoga. Design language inherited
   from hyp.yoga: cream + warm gold, Cormorant Garamond for the
   "book" register, Inter for the interface. Built with reverence.
   ============================================================ */

:root {
  /* Core palette */
  --color-bg: #faf8f5;
  --color-bg-deep: #f0ece6;
  --color-text: #2c2a26;
  --color-text-muted: #6b6560;
  --color-text-light: #958e85;
  --color-accent: #b8860b;
  --color-accent-soft: #d4a843;
  --color-accent-bg: #f5edd8;
  --color-accent-deep: #8a6608;
  --color-border: #e0dbd3;
  --color-white: #ffffff;

  /* Feature accents (used sparingly, per hyp.yoga's color system) */
  --c-reflect: #1e88b4;   /* the web / journal / TapasAI world */
  --c-swami:  #c47a1a;    /* SwamiGPT — warm brown (sun) */
  --c-dharma: #5a8a5e;    /* DharmaGPT — sage (moon) */
  --c-tapas:  #1e88b4;    /* TapasAI — journal blue (compass) */
  --c-illuminate: #7c5cbf; /* Illuminate / AI Sparks — purple */

  /* Type */
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-sanskrit: 'Noto Sans Devanagari', 'Devanagari Sangam MN', 'Nirmala UI', serif;

  /* Inline checkmark used as a tintable CSS mask (free-includes list) */
  --check-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");

  /* Sacred-geometry hero motif (flower of life, gold) — faint texture behind heroes */
  --mandala: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20600%20600'%20fill='none'%20stroke='%23b8860b'%20stroke-width='1.5'%3E%3Ccircle%20cx='300'%20cy='300'%20r='200'/%3E%3Ccircle%20cx='300'%20cy='300'%20r='100'/%3E%3Ccircle%20cx='400'%20cy='300'%20r='100'/%3E%3Ccircle%20cx='350'%20cy='386.6'%20r='100'/%3E%3Ccircle%20cx='250'%20cy='386.6'%20r='100'/%3E%3Ccircle%20cx='200'%20cy='300'%20r='100'/%3E%3Ccircle%20cx='250'%20cy='213.4'%20r='100'/%3E%3Ccircle%20cx='350'%20cy='213.4'%20r='100'/%3E%3C/svg%3E");
  /* Ornamental divider (diamond flanked by hairlines) */
  --ornament: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2012'%3E%3Cpath%20d='M60%201L65%206L60%2011L55%206Z'%20fill='%23b8860b'/%3E%3Cline%20x1='8'%20y1='6'%20x2='48'%20y2='6'%20stroke='%23b8860b'%20stroke-width='1'%20opacity='0.5'/%3E%3Cline%20x1='72'%20y1='6'%20x2='112'%20y2='6'%20stroke='%23b8860b'%20stroke-width='1'%20opacity='0.5'/%3E%3C/svg%3E");

  /* Shape & light */
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 4px rgba(184, 134, 11, 0.08);
  --shadow: 0 4px 18px rgba(184, 134, 11, 0.12);
  --shadow-lg: 0 14px 44px rgba(44, 42, 38, 0.10);
  --maxw: 980px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-sans);
  font-weight: 400;
  background: var(--color-bg);
  color: var(--color-text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

img { max-width: 100%; display: block; }
a { color: var(--color-accent-deep); text-decoration: none; }
a:hover { color: var(--color-accent); }

:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
  border-radius: 3px;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 1.5rem; }
.center { text-align: center; }
.muted { color: var(--color-text-muted); }

/* Gold hairline ornament — a quiet rule that evokes a printed page */
.rule {
  width: 56px; height: 2px; margin: 1.5rem auto;
  background: linear-gradient(90deg, transparent, var(--color-accent-soft), transparent);
  border: 0;
}

/* Small all-caps label */
.eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-accent-deep);
}
.eyebrow--pill {
  background: var(--color-accent-bg);
  color: var(--color-accent-deep);
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
}

/* ── Header ───────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 248, 245, 0.86);
  backdrop-filter: saturate(1.4) blur(10px);
  -webkit-backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--color-border);
}
.site-header__inner {
  max-width: var(--maxw); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 0.7rem 1.5rem;
}
.wordmark {
  font-family: var(--font-serif);
  font-size: 1.5rem; font-weight: 600; letter-spacing: -0.01em;
  color: var(--color-text); line-height: 1; white-space: nowrap;
}
.wordmark em { font-style: italic; color: var(--color-accent); }
.site-nav { display: flex; align-items: center; gap: 1.4rem; }
.site-nav a {
  font-size: 0.92rem; font-weight: 500; color: var(--color-text-muted);
}
.site-nav a:hover { color: var(--color-accent); }
@media (max-width: 600px) {
  .site-nav .site-nav__hide-sm { display: none; }
}

/* ── Buttons ──────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  min-height: 46px; padding: 0.7rem 1.4rem;
  font-family: var(--font-sans); font-size: 0.98rem; font-weight: 500;
  border-radius: 999px; border: 1px solid transparent; cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
              background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.btn--primary {
  background: linear-gradient(180deg, var(--color-accent-soft), var(--color-accent));
  color: #fff;
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.btn--primary:hover {
  color: #fff; transform: translateY(-1px);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  background: linear-gradient(180deg, #e0bb55, var(--color-accent));
}
.btn--secondary {
  background: var(--color-white); color: var(--color-text);
  border-color: var(--color-border); box-shadow: var(--shadow-sm);
}
.btn--secondary:hover { color: var(--color-text); border-color: var(--color-accent-soft); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn--ghost { background: transparent; color: var(--color-accent-deep); }
.btn--ghost:hover { color: var(--color-accent); background: var(--color-accent-bg); }
.btn--block { width: 100%; }
.btn[aria-disabled="true"], .btn--soon {
  pointer-events: none; cursor: default; opacity: 0.85;
  background: var(--color-bg-deep); color: var(--color-text-muted);
  border-color: var(--color-border); box-shadow: none;
}

/* ── Hero ─────────────────────────────────────────────────── */
.hero {
  position: relative;
  padding: 5.5rem 1.5rem 2.5rem;
  text-align: center;
  background: radial-gradient(130% 90% at 50% -20%, var(--color-accent-bg) 0%, var(--color-bg) 58%);
}
.hero__inner { max-width: 760px; margin: 0 auto; }
.hero__eyebrow { margin-bottom: 1.25rem; }
.hero__title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 500; line-height: 1.06; letter-spacing: -0.015em;
  color: var(--color-text); margin-bottom: 1.25rem;
}
.hero__title em { font-style: italic; color: var(--color-accent); }
.hero__sub {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  color: var(--color-text-muted); max-width: 600px; margin: 0 auto;
  font-weight: 300;
}

/* ── Doors (front-door choices; extensible grid) ──────────── */
.doors-label {
  text-align: center; margin: 2.75rem 0 1.25rem;
  font-family: var(--font-serif); font-style: italic;
  font-size: 1.4rem; color: var(--color-text-light);
}
.doors {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  max-width: 860px; margin: 0 auto;
}
.door {
  display: flex; flex-direction: column; align-items: flex-start;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-top: 3px solid var(--color-accent-soft);
  border-radius: var(--radius);
  padding: 1.75rem 1.6rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.door:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.door--web { border-top-color: var(--c-reflect); }
.door__icon {
  width: 44px; height: 44px; margin-bottom: 1rem;
  display: grid; place-items: center; border-radius: 12px;
  background: var(--color-accent-bg); color: var(--color-accent-deep);
}
.door--web .door__icon { background: #e4f0f6; color: var(--c-reflect); }
.door__icon svg { width: 24px; height: 24px; }
.door__label { margin-bottom: 0.5rem; }
.door__title {
  font-family: var(--font-serif); font-size: 1.7rem; font-weight: 600;
  line-height: 1.1; color: var(--color-text); margin-bottom: 0.6rem;
}
.door__desc { color: var(--color-text-muted); font-size: 0.98rem; margin-bottom: 1.4rem; flex: 1; }
.door__cta {
  font-weight: 500; font-size: 0.98rem; color: var(--color-accent-deep);
  display: inline-flex; align-items: center; gap: 0.4rem;
}
.door--web .door__cta { color: var(--c-reflect); }
.door:hover .door__cta { gap: 0.65rem; }

/* ── Generic section ──────────────────────────────────────── */
.section { padding: 3.5rem 1.5rem; }
.section--deep { background: var(--color-bg-deep); }
.section__head { max-width: 640px; margin: 0 auto 2.25rem; text-align: center; }
.section__eyebrow { margin-bottom: 0.75rem; }
.section__title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: clamp(1.9rem, 4vw, 2.6rem); line-height: 1.12;
  letter-spacing: -0.01em; color: var(--color-text); margin-bottom: 0.75rem;
}
.section__title em { font-style: italic; color: var(--color-accent); }
.section__lede { color: var(--color-text-muted); font-size: 1.05rem; font-weight: 300; }

/* ── Feature grid ─────────────────────────────────────────── */
.features {
  display: grid; gap: 1.1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  max-width: 880px; margin: 0 auto;
}
.feature {
  background: var(--color-white); border: 1px solid var(--color-border);
  border-radius: var(--radius); padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.feature__icon {
  width: 40px; height: 40px; margin-bottom: 0.9rem;
  display: grid; place-items: center; border-radius: 10px;
  background: var(--color-accent-bg); color: var(--color-accent-deep);
}
.feature__icon svg { width: 22px; height: 22px; }
.feature__title {
  font-family: var(--font-serif); font-size: 1.4rem; font-weight: 600;
  color: var(--color-text); margin-bottom: 0.4rem; line-height: 1.15;
}
.feature__desc { color: var(--color-text-muted); font-size: 0.95rem; }
.feature__desc strong { font-weight: 600; color: var(--color-text); }

/* ── Tier ladder ──────────────────────────────────────────── */
.tiers {
  display: grid; gap: 1.1rem;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  max-width: 980px; margin: 0 auto;
}
.tier {
  background: var(--color-white); border: 1px solid var(--color-border);
  border-radius: var(--radius); padding: 1.5rem 1.35rem; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
}
.tier--featured { border-color: var(--color-accent-soft); box-shadow: var(--shadow); }
.tier__name {
  font-family: var(--font-serif); font-size: 1.5rem; font-weight: 600;
  color: var(--color-text); margin-bottom: 0.15rem;
}
.tier__price { font-size: 0.95rem; color: var(--color-accent-deep); font-weight: 500; margin-bottom: 0.1rem; }
.tier__note { font-size: 0.78rem; color: var(--color-text-light); margin-bottom: 0.9rem; }
.tier__list { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.tier__list li { position: relative; padding-left: 1.3rem; font-size: 0.9rem; color: var(--color-text-muted); }
.tier__list li::before {
  content: ""; position: absolute; left: 0; top: 0.55em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--color-accent-soft);
}

/* ── Pathways (the /web gateway) ──────────────────────────── */
.pathways {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  max-width: 720px; margin: 0 auto;
}
.pathway {
  display: flex; flex-direction: column; align-items: flex-start;
  background: var(--color-white); border: 1px solid var(--color-border);
  border-radius: var(--radius); padding: 1.75rem 1.6rem; box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pathway:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.pathway__label { margin-bottom: 0.6rem; }
.pathway__title {
  font-family: var(--font-serif); font-size: 1.6rem; font-weight: 600;
  color: var(--color-text); margin-bottom: 0.5rem; line-height: 1.1;
}
.pathway__desc { color: var(--color-text-muted); font-size: 0.95rem; margin-bottom: 1.4rem; flex: 1; }

/* ── Free-includes list ───────────────────────────────────── */
.free-list {
  list-style: none; max-width: 640px; margin: 1.5rem auto 0;
  display: grid; gap: 0.6rem 1.5rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.free-list li { position: relative; padding-left: 1.6rem; color: var(--color-text-muted); font-size: 0.95rem; }
.free-list li::before {
  content: ""; position: absolute; left: 0; top: 0.35em;
  width: 14px; height: 14px;
  background: var(--color-accent); -webkit-mask: var(--check-mask) center/contain no-repeat; mask: var(--check-mask) center/contain no-repeat;
}

/* ── Callout band ─────────────────────────────────────────── */
.callout { text-align: center; max-width: 640px; margin: 0 auto; }
.callout__title {
  font-family: var(--font-serif); font-style: italic; font-weight: 500;
  font-size: clamp(1.5rem, 3.5vw, 2.1rem); color: var(--color-text); margin-bottom: 1.25rem;
}

/* ── Badge ────────────────────────────────────────────────── */
.badge {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em;
  padding: 0.4rem 0.85rem; border-radius: 999px;
  background: var(--color-accent-bg); color: var(--color-accent-deep);
}
.badge__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--color-accent); }

/* ── Footer ───────────────────────────────────────────────── */
.footer {
  background: var(--color-bg-deep); border-top: 1px solid var(--color-border);
  padding: 3rem 1.5rem 2.25rem; margin-top: 1rem;
}
.footer__inner { max-width: var(--maxw); margin: 0 auto; }
.footer__brand { margin-bottom: 1.75rem; }
.footer__brand .wordmark { font-size: 1.35rem; }
.footer__tagline { color: var(--color-text-light); font-size: 0.9rem; margin-top: 0.4rem; }
.footer__cols {
  display: grid; gap: 1.5rem; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  padding-bottom: 1.75rem; border-bottom: 1px solid var(--color-border);
}
.footer__col h4 {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--color-text-light); margin-bottom: 0.75rem;
}
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer__col a { color: var(--color-text-muted); font-size: 0.92rem; }
.footer__col a:hover { color: var(--color-accent); }
.footer__legal {
  margin-top: 1.5rem; font-size: 0.82rem; color: var(--color-text-light);
  display: flex; flex-wrap: wrap; gap: 0.5rem 1.25rem; align-items: center;
}

/* ── Utility spacing ──────────────────────────────────────── */
.stack-cta { display: flex; flex-wrap: wrap; gap: 0.85rem; justify-content: center; margin-top: 1.75rem; }
.mt-sm { margin-top: 0.75rem; }
.mt { margin-top: 1.5rem; }

/* ── Mantra pull-quote (the map / guides / compass line) ──── */
.mantra {
  text-align: center; max-width: 720px; margin: 0 auto;
  font-family: var(--font-serif); font-style: italic; font-weight: 500;
  font-size: clamp(1.4rem, 3.2vw, 2rem); line-height: 1.45; color: var(--color-text);
}
.mantra .m-swami  { font-style: normal; color: var(--c-swami); }
.mantra .m-dharma { font-style: normal; color: var(--c-dharma); }
.mantra .m-tapas  { font-style: normal; color: var(--c-tapas); }

/* ── Companion cards (AI Companions page) ─────────────────── */
.companions { display: flex; flex-direction: column; gap: 1.25rem; max-width: 820px; margin: 0 auto; }
.companion-card {
  --c: var(--color-accent);
  display: grid; grid-template-columns: auto 1fr; gap: 0.25rem 1.5rem;
  background: var(--color-white); border: 1px solid var(--color-border);
  border-left: 4px solid var(--c); border-radius: var(--radius);
  padding: 1.75rem; box-shadow: var(--shadow-sm);
}
.companion-card--swami  { --c: var(--c-swami); }
.companion-card--dharma { --c: var(--c-dharma); }
.companion-card--tapas  { --c: var(--c-tapas); }
.companion-card__icon {
  grid-row: 1 / 3; align-self: start;
  width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center;
  background: var(--color-accent-bg);
  background: color-mix(in srgb, var(--c) 13%, var(--color-white));
  color: var(--c);
}
.companion-card__icon svg { width: 32px; height: 32px; }
.companion-card__head { align-self: center; }
.companion-card__role { color: var(--c); margin-bottom: 0.3rem; display: block; }
.companion-card__name {
  font-family: var(--font-serif); font-size: 1.85rem; font-weight: 600; line-height: 1.05;
  color: var(--color-text); display: flex; align-items: baseline; gap: 0.55rem; flex-wrap: wrap;
}
.companion-card__sanskrit {
  font-family: var(--font-sanskrit); font-size: 1.05rem; font-weight: 400;
  color: var(--color-text-light); line-height: 1;
}
.companion-card__body { grid-column: 2; }
.companion-card__desc { color: var(--color-text-muted); margin: 0.55rem 0 1rem; }
.companion-asks { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1rem; }
.companion-ask {
  font-size: 0.85rem; color: var(--color-text-muted);
  background: var(--color-bg-deep); border: 1px solid var(--color-border);
  padding: 0.3rem 0.75rem; border-radius: 999px;
}
.companion-tier { font-size: 0.86rem; color: var(--color-text-light); }
.companion-tier strong { color: var(--c); font-weight: 600; }
@media (max-width: 560px) {
  .companion-card { grid-template-columns: 1fr; gap: 0.9rem; }
  .companion-card__icon { grid-row: auto; }
  .companion-card__body { grid-column: 1; }
}

/* ════════════════════════════════════════════════════════════
   VISUAL ELEVATION — Liquid Glass, hero motif, ornament, motion.
   Appended so these rules override the flatter base styles above.
   All CSS-only (no JS), so the strict script-src 'none' CSP holds.
   ════════════════════════════════════════════════════════════ */

/* ── Hero: sacred-geometry motif + depth + bolder display type ── */
.hero { position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; left: 50%; top: -190px; transform: translateX(-50%);
  width: 700px; height: 700px; max-width: 150vw; aspect-ratio: 1; pointer-events: none; z-index: 0;
  background: var(--mandala) center / contain no-repeat; opacity: 0.07;
}
.hero__inner { position: relative; z-index: 1; }
.hero__title { font-size: clamp(2.85rem, 7vw, 4.75rem); }
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .hero__title em {
    background: linear-gradient(165deg, var(--color-accent-soft), var(--color-accent-deep));
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; color: transparent;
  }
}

/* ── Liquid Glass surfaces (cards, panels) ──────────────────── */
.door, .feature, .tier, .pathway, .companion-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.42)),
    radial-gradient(135% 150% at 50% -12%, #ffffff 0%, #fdfbf7 55%, #f5eee2 100%);
  border: 1px solid rgba(184,134,11,0.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.9),
    0 1px 2px rgba(44,42,38,0.04),
    0 16px 36px -18px rgba(120,90,20,0.32);
}
.door:hover, .feature:hover, .tier:hover, .pathway:hover, .companion-card:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.96),
    0 2px 5px rgba(44,42,38,0.05),
    0 26px 52px -20px rgba(120,90,20,0.45);
}
/* Re-assert accent edges the shared border reset above would wipe */
.door { border-top: 3px solid var(--color-accent-soft); }
.door--web { border-top-color: var(--c-reflect); }
.tier--featured { border-color: rgba(184,134,11,0.4); }
.companion-card { border-left: 4px solid var(--c); }

/* Eyebrow pill + badge: a touch of glass */
.eyebrow--pill, .badge {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.6), rgba(255,255,255,0)),
    var(--color-accent-bg);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 1px 2px rgba(120,90,20,0.10);
}

/* ── Ornamental divider ─────────────────────────────────────── */
.rule {
  width: 124px; height: 12px; border: 0; margin: 1.5rem auto;
  background: var(--ornament) center / contain no-repeat;
}

/* ── Primary button: light sheen sweep on hover ─────────────── */
.btn--primary { position: relative; overflow: hidden; isolation: isolate; }
.btn--primary::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; z-index: -1;
  background: linear-gradient(120deg, transparent 32%, rgba(255,255,255,0.5) 50%, transparent 68%);
  transform: translateX(-130%); transition: transform 0.6s ease;
}
.btn--primary:hover::after { transform: translateX(130%); }

/* ── Mantra: lift the key words ─────────────────────────────── */
.mantra { letter-spacing: -0.005em; }

/* ── Motion: hero entrance + scroll-reveal (reduced-motion safe) ── */
@media (prefers-reduced-motion: no-preference) {
  .hero__eyebrow { animation: hyp-rise 0.7s 0.05s both ease-out; }
  .hero__title   { animation: hyp-rise 0.7s 0.16s both ease-out; }
  .hero__sub     { animation: hyp-rise 0.7s 0.30s both ease-out; }
  .hero .stack-cta { animation: hyp-rise 0.7s 0.42s both ease-out; }
  @keyframes hyp-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

  /* Scroll-driven reveal — only where supported, so unsupported
     browsers never get stuck at opacity:0. */
  @supports (animation-timeline: view()) {
    .door, .feature, .tier, .pathway, .companion-card,
    .section__head, .callout, .mantra, .free-list {
      animation: hyp-reveal both linear;
      animation-timeline: view();
      animation-range: entry 0% entry 65%;
    }
    @keyframes hyp-reveal { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
  }
}

/* ── Pillar sections (features page) ────────────────────────── */
.pillar { --pc: var(--color-accent); }
.pillar--study { --pc: var(--color-accent); }
.pillar--reflect { --pc: var(--c-reflect); }
.pillar--illuminate { --pc: var(--c-illuminate); }
.pillar .section__eyebrow { color: var(--pc); }
.pillar .section__title em { color: var(--pc); }
.pillar .feature__icon {
  background: var(--color-accent-bg);
  background: color-mix(in srgb, var(--pc) 12%, var(--color-white));
  color: var(--pc);
}
.pillar .feature { border-top: 3px solid color-mix(in srgb, var(--pc) 55%, var(--color-border)); }
.pillar-note {
  display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 0.85rem;
  font-size: 0.85rem; font-weight: 500; color: var(--pc);
  background: color-mix(in srgb, var(--pc) 9%, var(--color-white));
  border: 1px solid color-mix(in srgb, var(--pc) 24%, var(--color-border));
  padding: 0.4rem 0.9rem; border-radius: 999px;
}
