/* ═══════════════════════════════════════════════════════════════════
   FOUNDATION — Rose-pink page wash for ALL .dr-page pages
   Matches /tarot/tarot-card-of-the-day/ byte-for-byte.
   Base color #F0DFC8 (warmer cream than --parchment) is critical —
   the rose gradients at low opacity disappear against #FBF3DC but
   read clearly against #F0DFC8. !important needed to win against
   body.ca-page's parchment shorthand + gold gradient in birth-chart-v2.css.
   ─────────────────────────────────────────────────────────────── */
body.dr-page{
  background-color:#F0DFC8 !important;
  background-image:
    radial-gradient(ellipse 70% 50% at 14% 8%,  rgba(217, 150, 143, 0.08), transparent 65%),
    radial-gradient(ellipse 55% 40% at 88% 22%, rgba(184, 145, 80, 0.10), transparent 55%),
    radial-gradient(ellipse 70% 55% at 50% 110%, rgba(107, 31, 44, 0.06), transparent 60%) !important;
}

/* ─────────────────────────────────────────────────────────────────
 * /css/deep-readings-v2.css — /deep-readings/ hub (brand v2)
 * Design: "An Apothecary of Tinctures" — illuminated catalog of
 * one-time readings with the Membership card as the foil-stamped
 * "Master Tincture" at the bottom.
 *
 * Date: 2026-05-17
 * Scope: every rule prefixed with .dr-page so nothing leaks.
 * Load order: AFTER birth-chart-v2.css so .dr-page can override
 * .ca-page hero defaults the same way .login-page does.
 *
 * Section map:
 *   1. Hero overrides (mirrors login-v2.css fix)
 *   2. Floating ornaments
 *   3. Hero index strip (5 mini medallions)
 *   4. Signal strip (one-time / saved forever / from $4.31)
 *   5. Catalog grid + base card chrome
 *   6. Card-level pieces (medallion frame, body, foot, buy CTA)
 *   7. Most-popular variant (Personal Astrologer)
 *   8. Membership "All Access" featured card
 *   9. How it works room
 *  10. Section ornaments + colophon
 *  11. Responsive
 * ───────────────────────────────────────────────────────────────── */


/* ═══ 1. HERO OVERRIDES — match /tarot/'s alignment exactly ═══════
   .ca-page sets ca-wrap padding-top: 2.6rem and max-width: 760px,
   which pushes the hero down 42px and pinches the card grid. Mirror
   the login-v2.css recipe (with a wider max-width because we have a
   3-col catalog underneath). */
.dr-page .ca-wrap {
  max-width: 1180px !important;
  padding-top: 0 !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  position: relative;
  z-index: 1;
}
.dr-page .page-hero {
  padding: 2rem 2rem 0.6rem !important;     /* tightened bottom — hero index sits closer to catalog band */
  position: relative;
}
.dr-page .page-hero-back { top: 1.5rem !important; }

/* Tighten hero bottom space — fleuron flows directly into the index */
.dr-page .page-hero h1 { margin-bottom: 0.4rem; }
.dr-page .page-hero-script { margin-bottom: 0.6rem; }
.dr-page .page-hero-fleuron { margin-bottom: 0.6rem; }

@media (max-width: 720px) {
  .dr-page .ca-wrap { padding-left: 1rem !important; padding-right: 1rem !important; }
  .dr-page .page-hero { padding: 0.5rem 0 1.6rem !important; }
}


/* ═══ 2. FLOATING ORNAMENTS — quiet ✦ ❋ ⋆ drift in the parchment ══ */
.dr-page .dr-orn-field {
  position: absolute; inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.dr-page .dr-orn {
  position: absolute;
  font-family: 'Cinzel Decorative', serif;
  color: var(--gold);
  opacity: 0.4;
  animation: drOrnFloat 8s ease-in-out infinite;
  text-shadow: 0 0 8px rgba(212, 172, 104, 0.3);
}
@keyframes drOrnFloat {
  0%, 100% { transform: translateY(0)    rotate(0deg);   opacity: 0.4; }
  50%      { transform: translateY(-6px) rotate(7deg);   opacity: 0.65; }
}
@media (prefers-reduced-motion: reduce) {
  .dr-page .dr-orn { animation: none; }
}


/* ═══ 3. HERO INDEX STRIP — 5 medallions, spread wide across the page ═ */
.dr-page .dr-hero-index {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.4rem;
  margin: 1rem auto 0;
  max-width: 1020px;
  flex-wrap: nowrap;
  padding: 0 1rem;
}
.dr-page .dr-hero-index-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--burgundy);                 /* was gold-deep — darker labels */
  transition: transform 0.25s, color 0.25s;
  flex: 1 1 0;
  min-width: 0;
}
.dr-page .dr-hero-index-item:hover { transform: translateY(-3px); color: var(--burgundy-deep); }
.dr-page .dr-hero-index-medallion {
  width: 96px; height: 96px;
  display: flex; align-items: center; justify-content: center;
  filter: drop-shadow(0 3px 6px rgba(74, 22, 32, 0.16));
}
.dr-page .dr-hero-index-medallion svg { width: 100%; height: 100%; }
.dr-page .dr-hero-index-label {
  font-family: 'EB Garamond', serif;
  font-variant: small-caps;
  font-weight: 800;                       /* was 700 — bolder */
  font-size: 1.05rem;                     /* was 0.85rem — bigger */
  letter-spacing: 0.22em;
  text-align: center;
  color: inherit;
  max-width: 130px;
  line-height: 1.25;
}


/* ═══ 4. SIGNAL STRIP — one-time / saved forever / from $X
       Bumped to display-scale so it reads as a banner, not fine print. */
.dr-page .dr-signals {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem 1.4rem;
  margin: 2.6rem auto 0;
  padding: 1.35rem 2rem;
  max-width: 980px;
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.4;
  color: var(--ink);
  border-top: 1px dotted rgba(184, 145, 80, 0.55);
  border-bottom: 1px dotted rgba(184, 145, 80, 0.55);
  text-align: center;
}
.dr-page .dr-signal strong {
  font-style: normal;
  font-weight: 700;
  color: var(--burgundy);
}
.dr-page .dr-signal-sep {
  font-family: 'Cinzel Decorative', serif;
  color: var(--gold);
  font-size: 0.95em;
  opacity: 0.8;
}


/* ═══ 5. CATALOG ROOM + GRID ═════════════════════════════════════════
   The 5-card catalog sits inside a full-bleed aubergine band so the
   parchment cards POP against the dark backdrop. Headings inside the
   band are reversed to gold/cream. The Membership feature card sits
   OUTSIDE the band on parchment for a "step into the light" feel. */

.dr-page .dr-catalog-band {
  position: relative;
  margin: 1.4rem calc(50% - 50vw) 0;          /* full-bleed: break out of .ca-wrap. Tightened top space. */
  padding: 3.2rem max(2rem, calc((100vw - 1180px) / 2 + 2rem)) 4rem;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(212, 172, 104, 0.22), transparent 60%),
    linear-gradient(180deg, var(--aubergine) 0%, var(--aubergine-deep) 100%);
  box-shadow:
    inset 0 1px 0 var(--gold),
    inset 0 -1px 0 var(--gold);
}
/* Faint starfield over the band */
.dr-page .dr-catalog-band::before {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    radial-gradient(circle at 8%  18%, rgba(240, 216, 154, 0.7) 0.6px, transparent 1.6px),
    radial-gradient(circle at 22% 78%, rgba(240, 216, 154, 0.5) 0.6px, transparent 1.6px),
    radial-gradient(circle at 38% 12%, rgba(240, 216, 154, 0.6) 0.5px, transparent 1.4px),
    radial-gradient(circle at 54% 92%, rgba(240, 216, 154, 0.55) 0.5px, transparent 1.4px),
    radial-gradient(circle at 68% 6%,  rgba(240, 216, 154, 0.5) 0.6px, transparent 1.6px),
    radial-gradient(circle at 84% 88%, rgba(240, 216, 154, 0.6) 0.5px, transparent 1.4px),
    radial-gradient(circle at 96% 32%, rgba(240, 216, 154, 0.55) 0.5px, transparent 1.4px),
    radial-gradient(circle at 14% 52%, rgba(240, 216, 154, 0.45) 0.4px, transparent 1.2px),
    radial-gradient(circle at 74% 48%, rgba(240, 216, 154, 0.45) 0.4px, transparent 1.2px);
  background-size: 100% 100%;
}
/* Gold rule ornaments above + below the band content */
.dr-page .dr-catalog-band::after {
  content: '';
  position: absolute;
  left: 50%; transform: translateX(-50%);
  bottom: 1.4rem;
  width: 160px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 172, 104, 0.55) 50%, transparent);
}

/* When .dr-room sits inside the band, reverse heading colors to cream/gold */
.dr-page .dr-catalog-band .dr-room { position: relative; z-index: 1; }
.dr-page .dr-catalog-band .dr-room-eyebrow { color: var(--gold-shimmer); }
.dr-page .dr-catalog-band .dr-room-title { color: var(--cream); text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.dr-page .dr-catalog-band .dr-room-title em { color: var(--gold-bright); }
.dr-page .dr-catalog-band .dr-room-script { color: var(--gold-bright); opacity: 0.95; }
.dr-page .dr-catalog-band .dr-room-deck { color: rgba(237, 228, 200, 0.92); }
.dr-page .dr-catalog-band .dr-room-deck em { color: var(--gold-shimmer); font-weight: 600; }

/* Cards inside the band get a deeper shadow so they POP against aubergine */
.dr-page .dr-catalog-band .dr-card {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 18px 38px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(184, 145, 80, 0.4);
}
.dr-page .dr-catalog-band .dr-card:hover {
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 26px 50px rgba(0, 0, 0, 0.55),
    0 0 0 1px var(--gold);
}

.dr-page .dr-room {
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  z-index: 1;
}
/* When .dr-room sits OUTSIDE the band (used for "How it works" room
   structure where the band wraps the room, this rule still applies
   to other rooms that don't use the band). */
.dr-page > .ca-wrap > .dr-room { margin-top: 3.6rem; }
.dr-page .dr-room-head {
  text-align: center;
  margin: 0 auto 2.4rem;
  max-width: 640px;
}
.dr-page .dr-room-eyebrow {
  font-family: 'EB Garamond', serif;
  font-variant: small-caps;
  font-weight: 800;
  font-size: 1.55rem;                          /* bumped again — bigger room-eyebrow ("The Catalog" / "The Process") */
  letter-spacing: 0.42em;
  color: var(--gold-deep);
  margin-bottom: 0.85rem;
}
.dr-page .dr-room-title {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: clamp(1.85rem, 3.6vw, 2.55rem);
  letter-spacing: 0.04em;
  color: var(--ink);
  margin: 0 0 0.35rem;
  line-height: 1.15;
}
.dr-page .dr-room-title em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 600;
  color: var(--burgundy);
  letter-spacing: 0;
}
.dr-page .dr-room-script {
  font-family: 'Italianno', cursive;
  font-size: clamp(1.65rem, 2.8vw, 2.05rem);   /* nudged up */
  color: var(--burgundy);                       /* was gold-deep — darker, more readable */
  line-height: 1;
  margin-bottom: 0.4rem;
}
.dr-page .dr-room-deck {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  line-height: 1.55;
  color: var(--ink);
  margin: 0.4rem auto 0;
  /* desktop: wide enough that the deck fits on ONE line.
     Mobile: collapses to viewport - 2rem so it still wraps cleanly. */
  max-width: min(1100px, calc(100vw - 2rem));
}
/* Force one-line on the catalog deck above ~900px viewport */
@media (min-width: 900px) {
  .dr-page .dr-catalog-band .dr-room-deck { white-space: nowrap; }
}

.dr-page .dr-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  margin: 0 auto;
}

/* Catalog ornament — fleuron divider between grid + featured card */
.dr-page .dr-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  margin: 2.8rem auto 2rem;
  max-width: 460px;
  color: var(--gold);
}
.dr-page .dr-divider::before,
.dr-page .dr-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
}
.dr-page .dr-divider-mark {
  font-family: 'Cinzel Decorative', serif;
  font-size: 1.15rem;
  color: var(--gold-deep);
  letter-spacing: 0.4em;
}


/* ═══ 6. BASE CARD — sealed-letter feel, parchment + gold corners ═══ */
.dr-page .dr-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(212, 172, 104, 0.08), transparent 60%),
    var(--vellum);
  border: 1px solid rgba(184, 145, 80, 0.55);
  border-radius: 3px;
  padding: 1.8rem 1.6rem 1.6rem;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 8px 22px rgba(74, 22, 32, 0.08);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  isolation: isolate;
}
.dr-page .dr-card::before {
  /* inner gold rule — gives the "framed manuscript page" feel */
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(184, 145, 80, 0.32);
  border-radius: 2px;
  pointer-events: none;
}
.dr-page .dr-card:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 14px 30px rgba(74, 22, 32, 0.16);
}

/* Corner fleurons — tiny ornamental marks anchored to each corner */
.dr-page .dr-card-corner {
  position: absolute;
  font-family: 'Cinzel Decorative', serif;
  color: var(--gold-deep);
  font-size: 0.7rem;
  opacity: 0.65;
  pointer-events: none;
}
.dr-page .dr-card-corner.tl { top: 10px;    left: 12px;  }
.dr-page .dr-card-corner.tr { top: 10px;    right: 12px; }
.dr-page .dr-card-corner.bl { bottom: 10px; left: 12px;  }
.dr-page .dr-card-corner.br { bottom: 10px; right: 12px; }

/* MEDALLION FRAME — round gold rim, parchment fill */
.dr-page .dr-card-medallion {
  width: 104px; height: 104px;
  margin: 0.4rem auto 0.9rem;
  display: flex; align-items: center; justify-content: center;
  filter: drop-shadow(0 3px 6px rgba(74, 22, 32, 0.12));
}
.dr-page .dr-card-medallion svg { width: 100%; height: 100%; }

/* Card text */
.dr-page .dr-card-eyebrow {
  font-family: 'EB Garamond', serif;
  font-variant: small-caps;
  font-weight: 800;
  font-size: 0.95rem;                     /* was 0.78rem — bumped for readability */
  letter-spacing: 0.32em;
  color: var(--burgundy);                 /* was gold-deep — darker, more readable */
  text-align: center;
  margin-bottom: 0.55rem;
}
.dr-page .dr-card-title {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 1.32rem;
  letter-spacing: 0.02em;
  color: var(--ink);
  text-align: center;
  margin: 0 0 0.35rem;
  line-height: 1.2;
}
.dr-page .dr-card-title em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 600;
  color: var(--burgundy);
  letter-spacing: 0;
}
.dr-page .dr-card-script {
  font-family: 'Italianno', cursive;
  font-size: 1.95rem;                     /* nudged up — bigger but still on one line at desktop card width */
  color: var(--burgundy);
  text-align: center;
  line-height: 1;
  margin-bottom: 0.95rem;
  white-space: nowrap;                    /* keep on one line; overflow hidden as safety net */
  overflow: hidden;
  text-overflow: ellipsis;
}
.dr-page .dr-card-deck {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--ink);
  text-align: center;
  margin: 0 0 1.3rem;
  flex: 1;
}
.dr-page .dr-card-deck em {
  color: var(--burgundy);
  font-weight: 600;
}
/* <strong> highlights member-benefit phrases in deeper gold so the list
   of perks reads as a series of distinct items, not a wall of italic. */
.dr-page .dr-card-deck strong {
  color: var(--gold-deep);
  font-weight: 700;
  font-style: normal;
}

/* Foot — price + learn more, separated by a fine rule */
.dr-page .dr-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding-top: 0.95rem;
  margin-bottom: 1rem;
  border-top: 1px dotted rgba(184, 145, 80, 0.5);
}
.dr-page .dr-card-price {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.45rem;
  color: var(--burgundy);
  line-height: 1;
}
.dr-page .dr-card-learn {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 1.05rem;                     /* slight bump */
  color: var(--burgundy);                 /* was gold-deep — darker, more legible */
  font-weight: 700;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: color 0.25s, background-size 0.25s;
}
.dr-page .dr-card-learn:hover {
  color: var(--burgundy-deep);
  background-size: 100% 2px;
}
.dr-page .dr-card-learn::after {
  content: ' →';
  font-style: normal;
  font-weight: 400;
}

/* Primary BUY pill — gold-foil button (Stripe-bound) */
.dr-page .dr-card-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  appearance: none;
  cursor: pointer;
  background: linear-gradient(180deg, var(--gold-pale), var(--gold-bright) 50%, var(--gold-deep));
  color: var(--burgundy-deep);
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  padding: 0.85rem 1.2rem;
  border: 1.5px solid var(--gold-deep);
  border-radius: 999px;
  text-decoration: none;
  box-shadow:
    0 4px 12px rgba(74, 22, 32, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: transform 0.3s, box-shadow 0.3s, filter 0.3s;
}
.dr-page .dr-card-buy:hover {
  transform: translateY(-2px);
  box-shadow:
    0 8px 20px rgba(74, 22, 32, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  filter: brightness(1.05);
}
.dr-page .dr-card-buy:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

/* Calendly-link variant (Psychic Healing) — darker, moon-glyph */
.dr-page .dr-card-buy-link {
  background: linear-gradient(180deg, var(--aubergine), var(--aubergine-deep));
  color: var(--gold-shimmer);
  border-color: var(--gold);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}
.dr-page .dr-card-buy-link:hover {
  filter: brightness(1.12);
}


/* ═══ 7. MOST POPULAR VARIANT — Personal Astrologer ═════════════════ */
.dr-page .dr-card.is-popular {
  border-color: var(--gold);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(240, 216, 154, 0.22), transparent 70%),
    linear-gradient(180deg, #FCF6E0 0%, var(--vellum) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 12px 28px rgba(184, 145, 80, 0.22);
}
.dr-page .dr-card.is-popular::before { border-color: rgba(184, 145, 80, 0.55); }
.dr-page .dr-popular-pill {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  /* --burgundy-mid was undefined in birth-chart-v2.css — switched to
     --burgundy + --burgundy-deep with hex fallbacks so the gradient
     ALWAYS renders even if vars get stripped. */
  background: linear-gradient(180deg, #8B2840 0%, var(--burgundy, #6B1F2C) 50%, var(--burgundy-deep, #4A1620) 100%);
  color: var(--gold-shimmer, #F0D89A);
  font-family: 'EB Garamond', serif;
  font-variant: small-caps;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.3em;
  padding: 0.45rem 1.2rem;
  border: 1px solid var(--gold, #D4AC68);
  border-radius: 999px;
  white-space: nowrap;
  box-shadow:
    0 4px 12px rgba(74, 22, 32, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.dr-page .dr-popular-pill::before {
  content: '✦';
  display: inline-block;
  margin-right: 0.4em;
  color: var(--gold-bright);
  font-family: 'Cinzel Decorative', serif;
}

/* "Best Value" variant on the Membership card — gold pill instead of burgundy.
   Sets the membership card apart from the burgundy "Most Popular" pill on PA. */
.dr-page .dr-popular-pill.is-best-value {
  background: linear-gradient(180deg, var(--gold-pale, #E5C68A), var(--gold-bright, #D4AC68) 50%, var(--gold-deep, #8E6E3A));
  color: var(--burgundy-deep, #4A1620);
  border-color: var(--gold-deep, #8E6E3A);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.dr-page .dr-popular-pill.is-best-value::before {
  color: var(--burgundy);
}

/* The Membership-as-grid-card variant — slight gold-emphasis border so it
   reads as the "premium tier" alongside the 5 one-time cards. The big
   aubergine featured panel below is the real destination. */
.dr-page .dr-card.is-membership-card {
  border-color: var(--gold, #B89150);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(240, 216, 154, 0.18), transparent 70%),
    linear-gradient(180deg, #FCF6E0 0%, var(--vellum) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 14px 30px rgba(184, 145, 80, 0.28);
}
.dr-page .dr-card.is-membership-card::before {
  border-color: rgba(184, 145, 80, 0.6);
}

/* Price unit (the "/mo" suffix on the Membership card) — smaller, lighter */
.dr-page .dr-card-price-unit {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 0.5em;
  vertical-align: 0.55em;
  padding-left: 0.15em;
  color: var(--gold-deep);
  letter-spacing: 0;
}

/* "3 days free · cancel anytime" — sits ABOVE the Start Free Trial button
   so the gold-foil button stays bottom-aligned with the other 5 cards'
   Buy buttons. Larger + darker per user feedback. */
.dr-page .dr-card-micro {
  margin: 0 0 0.7rem;                     /* gap below, none above */
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.02rem;                     /* was 0.92rem */
  text-align: center;
  color: var(--burgundy);                 /* was gold-deep — darker */
  line-height: 1.45;
}
.dr-page .dr-card-micro strong {
  font-weight: 800;
  font-style: normal;
  color: var(--burgundy-deep);
}


/* ═══ 8. MEMBERSHIP — "ALL ACCESS" FEATURED CARD ═══════════════════ */
.dr-page .dr-feature {
  position: relative;
  margin: 0 auto;
  padding: 2.6rem 2.4rem 2.4rem;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(212, 172, 104, 0.25), transparent 65%),
    linear-gradient(180deg, var(--aubergine) 0%, var(--aubergine-deep) 100%);
  border: 1px solid var(--gold);
  border-radius: 4px;
  box-shadow:
    inset 0 0 0 5px var(--aubergine-deep),
    inset 0 0 0 6px rgba(212, 172, 104, 0.45),
    0 14px 36px rgba(42, 20, 40, 0.38);
  color: var(--cream);
  overflow: hidden;
}

/* Faint starfield behind the content */
.dr-page .dr-feature-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    radial-gradient(circle at 12% 22%, rgba(240, 216, 154, 0.6) 0.5px, transparent 1.5px),
    radial-gradient(circle at 84% 14%, rgba(240, 216, 154, 0.5) 0.5px, transparent 1.5px),
    radial-gradient(circle at 46% 86%, rgba(240, 216, 154, 0.5) 0.5px, transparent 1.5px),
    radial-gradient(circle at 92% 72%, rgba(240, 216, 154, 0.6) 0.5px, transparent 1.5px),
    radial-gradient(circle at 8% 76%, rgba(240, 216, 154, 0.4) 0.5px, transparent 1.5px),
    radial-gradient(circle at 64% 38%, rgba(240, 216, 154, 0.4) 0.5px, transparent 1.5px);
  background-size: 100% 100%;
}

.dr-page .dr-feature-inner {
  position: relative;
  display: grid;
  grid-template-columns: 168px 1fr;
  align-items: center;
  gap: 2.2rem;
  max-width: 920px;
  margin: 0 auto;
}

.dr-page .dr-feature-medallion {
  width: 168px; height: 168px;
  display: flex; align-items: center; justify-content: center;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.35));
}
.dr-page .dr-feature-medallion svg { width: 100%; height: 100%; }

.dr-page .dr-feature-content { min-width: 0; }
.dr-page .dr-feature-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-family: 'EB Garamond', serif;
  font-variant: small-caps;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.36em;
  color: var(--gold-shimmer);
  margin-bottom: 0.6rem;
  padding: 0.3rem 0.75rem;
  border: 1px solid rgba(212, 172, 104, 0.55);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
}
.dr-page .dr-feature-eyebrow::before {
  content: '✦';
  font-family: 'Cinzel Decorative', serif;
  color: var(--gold-bright);
  letter-spacing: 0;
}
.dr-page .dr-feature-title {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: clamp(1.85rem, 3.2vw, 2.3rem);
  letter-spacing: 0.02em;
  color: var(--gold-shimmer);
  margin: 0 0 0.5rem;
  line-height: 1.15;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.dr-page .dr-feature-title em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 600;
  color: var(--cream);
  letter-spacing: 0;
}
.dr-page .dr-feature-script {
  font-family: 'Italianno', cursive;
  font-size: 1.8rem;
  color: var(--gold-bright);
  line-height: 1;
  margin: 0 0 0.7rem;
  opacity: 0.92;
}
.dr-page .dr-feature-deck {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.08rem;
  line-height: 1.6;
  color: rgba(237, 228, 200, 0.92);
  margin: 0 0 1.3rem;
  max-width: 540px;
}
.dr-page .dr-feature-deck strong {
  color: var(--gold-shimmer);
  font-style: normal;
  font-weight: 700;
}
.dr-page .dr-feature-deck em {
  color: var(--gold-bright);
  font-weight: 600;
}

.dr-page .dr-feature-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  margin-top: 0.4rem;
}
.dr-page .dr-feature-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(180deg, var(--gold-pale), var(--gold-bright) 50%, var(--gold-deep));
  color: var(--burgundy-deep);
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 1rem 2.2rem;
  border: 1.5px solid var(--gold-deep);
  border-radius: 999px;
  text-decoration: none;
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: transform 0.3s, box-shadow 0.3s, filter 0.3s;
}
.dr-page .dr-feature-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.dr-page .dr-feature-cta::after {
  content: '⟶';
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.1em;
  margin-left: 0.15em;
  letter-spacing: 0;
}
.dr-page .dr-feature-price {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1.7rem;
  color: var(--gold-shimmer);
  line-height: 1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.dr-page .dr-feature-price .dr-feature-unit {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 0.55em;
  color: var(--cream);
  padding-left: 0.2em;
  vertical-align: 0.5em;
  text-shadow: none;
  opacity: 0.85;
}
.dr-page .dr-feature-micro {
  display: block;
  margin: 0.9rem 0 0;
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(237, 228, 200, 0.7);
  line-height: 1.5;
}
.dr-page .dr-feature-micro strong {
  color: var(--gold-bright);
  font-weight: 700;
  font-style: normal;
}


/* ═══ 9. HOW IT WORKS ROOM — 3 steps with Roman numerals ═══════════ */
.dr-page .dr-how {
  margin: 4rem auto 0;
  max-width: 1080px;
  padding: 2.8rem 2rem 2.4rem;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(184, 145, 80, 0.07), transparent 60%),
    var(--parchment);
  border-top: 1px solid rgba(184, 145, 80, 0.35);
  border-bottom: 1px solid rgba(184, 145, 80, 0.35);
  position: relative;
}
.dr-page .dr-how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin: 2rem auto 0;
  max-width: 900px;
}
/* Each step now sits in its own parchment card — matches the catalog
   card aesthetic at smaller scale so the "How it works" room reads as
   a coherent set of three tiles. */
.dr-page .dr-how-step {
  position: relative;
  text-align: center;
  padding: 2.2rem 1.4rem 1.8rem;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(212, 172, 104, 0.1), transparent 60%),
    var(--vellum);
  border: 1px solid rgba(184, 145, 80, 0.5);
  border-radius: 3px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 8px 22px rgba(74, 22, 32, 0.08);
  isolation: isolate;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.dr-page .dr-how-step::before {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(184, 145, 80, 0.28);
  border-radius: 2px;
  pointer-events: none;
}
.dr-page .dr-how-step:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 14px 30px rgba(74, 22, 32, 0.16);
}

.dr-page .dr-how-numeral {
  font-family: 'Cinzel Decorative', serif;
  font-weight: 700;
  font-size: 3rem;                          /* bumped from 2.4rem */
  letter-spacing: 0.04em;
  color: var(--gold-deep);
  line-height: 1;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.dr-page .dr-how-numeral::after {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  margin: 0.6rem auto 0;
  background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent);
}
.dr-page .dr-how-title {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 1.3rem;                        /* bumped from 1.05rem */
  letter-spacing: 0.03em;
  color: var(--ink);
  margin: 0 0 0.8rem;
  line-height: 1.25;
  position: relative;
  z-index: 1;
}
.dr-page .dr-how-title em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 700;
  color: var(--burgundy);
  letter-spacing: 0;
}
.dr-page .dr-how-deck {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1.15rem;                       /* bumped from 1rem */
  line-height: 1.6;
  color: var(--ink);
  margin: 0;
  position: relative;
  z-index: 1;
}


/* ═══ 10. COLOPHON / CLOSING MARK ══════════════════════════════════ */
.dr-page .dr-colophon {
  margin: 3.2rem auto 1rem;
  text-align: center;
  font-family: 'Italianno', cursive;
  font-size: 1.6rem;
  color: var(--gold-deep);
  opacity: 0.8;
  line-height: 1;
}
.dr-page .dr-colophon::before,
.dr-page .dr-colophon::after {
  content: '·';
  display: inline-block;
  margin: 0 1rem;
  color: var(--gold);
  font-family: 'Cinzel Decorative', serif;
  font-size: 1.2rem;
  vertical-align: 0.18em;
}


/* ═══ 11. RESPONSIVE ═══════════════════════════════════════════════ */
@media (max-width: 1020px) {
  .dr-page .dr-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dr-page .dr-hero-index { gap: 0.8rem; max-width: 720px; }
  .dr-page .dr-hero-index-medallion { width: 78px; height: 78px; }
  .dr-page .dr-hero-index-label { font-size: 0.75rem; max-width: 100px; }
  .dr-page .dr-feature-inner { grid-template-columns: 132px 1fr; gap: 1.6rem; }
  .dr-page .dr-feature-medallion { width: 132px; height: 132px; }
  .dr-page .dr-catalog-band { padding: 3.4rem 1.6rem 3rem; }
}

@media (max-width: 720px) {
  .dr-page .dr-room { margin-top: 2.4rem; }
  .dr-page .dr-grid { grid-template-columns: minmax(0, 1fr); gap: 1.4rem; }
  .dr-page .dr-hero-index { gap: 0.5rem; flex-wrap: wrap; padding: 0; }
  .dr-page .dr-hero-index-item { flex: 0 0 calc(33.333% - 0.4rem); }
  .dr-page .dr-hero-index-medallion { width: 64px; height: 64px; }
  .dr-page .dr-hero-index-label { font-size: 0.7rem; max-width: 92px; }
  .dr-page .dr-signals { font-size: 1.05rem; padding: 1rem 1rem; gap: 0.3rem 0.9rem; margin-top: 2rem; }

  .dr-page .dr-catalog-band { padding: 2.8rem 1rem 2.4rem; margin-top: 2.4rem; }

  .dr-page .dr-feature { padding: 2rem 1.2rem 1.8rem; }
  .dr-page .dr-feature-inner {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
    gap: 1.2rem;
  }
  .dr-page .dr-feature-medallion { width: 116px; height: 116px; margin: 0 auto; }
  .dr-page .dr-feature-deck { max-width: none; }
  .dr-page .dr-feature-actions { justify-content: center; }

  .dr-page .dr-how { padding: 2rem 1rem 1.8rem; margin-top: 2.8rem; }
  .dr-page .dr-how-grid { grid-template-columns: minmax(0, 1fr); gap: 1.6rem; max-width: 380px; }

  .dr-page .dr-card { padding: 1.6rem 1.2rem 1.4rem; }
  .dr-page .dr-card-medallion { width: 92px; height: 92px; }
}

@media (max-width: 420px) {
  .dr-page .dr-hero-index-item { flex: 0 0 calc(50% - 0.3rem); }
}


/* ═══ 12. MEDALLION ANIMATIONS ═════════════════════════════════════════
   Each card medallion has key elements that come alive. Goal: SLOW,
   QUIET motion that rewards a lingering eye — not attention-grabbing.
   All animations cease under prefers-reduced-motion. Animations also
   pause when the parent .dr-page is hidden (browser handles this).

   Pattern: shared keyframes (twinkle, pulse, breath, drift) are reused
   across medallions with different selectors + timings/delays so each
   medallion feels distinct without doubling the keyframe count.
   ─────────────────────────────────────────────────────────────────── */

/* ─── Shared keyframes ─── */
@keyframes dr-anim-twinkle {
  0%, 100% { opacity: 1;   transform: scale(1); }
  50%      { opacity: 0.35; transform: scale(0.7); }
}
@keyframes dr-anim-pulse {
  0%, 100% { transform: scale(1);    opacity: 1; }
  50%      { transform: scale(1.18); opacity: 0.88; }
}
@keyframes dr-anim-breath {
  0%, 100% { transform: scale(1);    opacity: 0.7; }
  50%      { transform: scale(1.15); opacity: 1; }
}
@keyframes dr-anim-glow-pulse {
  0%, 100% { filter: drop-shadow(0 0 0   rgba(240, 216, 154, 0)); }
  50%      { filter: drop-shadow(0 0 5px rgba(240, 216, 154, 0.7)); }
}
@keyframes dr-anim-rotate-slow {
  to { transform: rotate(360deg); }
}
@keyframes dr-anim-rock {
  0%, 100% { transform: rotate(-22deg); }
  50%      { transform: rotate(-19.5deg); }
}
@keyframes dr-anim-flicker {
  0%, 100% { transform: scaleY(1)    skewX(0deg);   opacity: 1; }
  25%      { transform: scaleY(1.08) skewX(-2.5deg); opacity: 0.92; }
  50%      { transform: scaleY(0.96) skewX(1.5deg); opacity: 1; }
  75%      { transform: scaleY(1.04) skewX(-1deg);  opacity: 0.95; }
}
@keyframes dr-anim-bob {
  0%, 100% { transform: rotate(0deg) translateY(0); }
  50%      { transform: rotate(-1.5deg) translateY(-0.5px); }
}
@keyframes dr-anim-illuminate {
  0%, 80%, 100% { fill-opacity: 0.55; filter: brightness(0.92); }
  18%, 42%      { fill-opacity: 1;    filter: brightness(1.12) drop-shadow(0 0 3px rgba(240,216,154,0.7)); }
}
@keyframes dr-anim-halo-pulse {
  0%, 100% { r: 6.2; opacity: 0.55; }
  50%      { r: 8.5; opacity: 0.18; }
}
@keyframes dr-anim-date-pulse {
  0%, 100% { transform: scale(1);   opacity: 1; }
  50%      { transform: scale(1.3); opacity: 0.7; }
}


/* ─── 1. QUILL — feather bobs, ink drips at the nib, ink-drop stars twinkle
       Subtle "writing in progress" feel without crossing into busy. ─── */
.dr-svg-quill .dr-q-quill {
  transform-origin: 29px 70px;
  transform-box: fill-box;
  animation: dr-anim-bob 5s ease-in-out infinite;
}
.dr-svg-quill .dr-q-ink-drip {
  transform-origin: 29px 69.5px;
  transform-box: fill-box;
  animation: dr-anim-ink-drip 4s ease-in-out infinite;
}
.dr-svg-quill .dr-q-trace {
  animation: dr-anim-trace-grow 4s ease-in-out infinite;
}
.dr-svg-quill .dr-q-twinkle-1,
.dr-svg-quill .dr-q-twinkle-2 {
  transform-origin: center;
  transform-box: fill-box;
}
.dr-svg-quill .dr-q-twinkle-1 { animation: dr-anim-twinkle 2.8s ease-in-out infinite; }
.dr-svg-quill .dr-q-twinkle-2 { animation: dr-anim-twinkle 3.4s ease-in-out infinite 1.2s; }
@keyframes dr-anim-ink-drip {
  0%, 100% { transform: scale(0); opacity: 0; }
  18%      { transform: scale(1.3); opacity: 0.9; }
  55%      { transform: scale(1); opacity: 0.6; }
  85%      { transform: scale(0.5) translateY(1.5px); opacity: 0.2; }
}
@keyframes dr-anim-trace-grow {
  0%, 100% { x2: 29; opacity: 0; }
  30%      { x2: 32; opacity: 0.55; }
  70%      { x2: 38; opacity: 0.45; }
  90%      { x2: 38; opacity: 0; }
}


/* ─── 2. WHEEL — spokes rotate slowly, compass star pulses, moon glows,
       transit dot orbits the perimeter (subtle "live sky" feel) ─── */
.dr-svg-wheel .dr-w-spokes {
  transform-origin: 48px 48px;
  transform-box: fill-box;
  animation: dr-anim-rotate-slow 90s linear infinite;
}
.dr-svg-wheel .dr-w-center {
  transform-origin: 48px 48px;
  transform-box: fill-box;
  animation: dr-anim-pulse 3.4s ease-in-out infinite;
}
.dr-svg-wheel .dr-w-moon {
  transform-origin: 48px 14px;
  transform-box: fill-box;
  animation: dr-anim-glow-pulse 5s ease-in-out infinite;
}
/* Orbiting transit dot — full revolution every 30s (faster than the
   90s spokes so the eye can pick out the motion). The halo around the
   dot also pulses to draw a little attention. */
.dr-svg-wheel .dr-w-orbiter {
  transform-origin: 48px 48px;
  transform-box: fill-box;
  animation: dr-anim-rotate-slow 30s linear infinite;
}
.dr-svg-wheel .dr-w-orbiter > circle:last-child {
  transform-origin: 48px 14px;
  transform-box: fill-box;
  animation: dr-anim-breath 2.4s ease-in-out infinite;
}
.dr-svg-wheel .dr-w-twinkle-1,
.dr-svg-wheel .dr-w-twinkle-2 {
  transform-origin: center;
  transform-box: fill-box;
}
.dr-svg-wheel .dr-w-twinkle-1 { animation: dr-anim-twinkle 3.2s ease-in-out infinite 0.4s; }
.dr-svg-wheel .dr-w-twinkle-2 { animation: dr-anim-twinkle 2.6s ease-in-out infinite 1.8s; }


/* ─── 3. NUMERALS — pulse in sequence, halo expands, stars twinkle.
       Uses dedicated keyframes (not the shared dr-anim-pulse/dr-anim-breath)
       so the numerals BRIGHTEN at peak instead of dimming — gives the
       3·6·9 a more attention-grabbing "blink to life" feel. ─── */
@keyframes dr-anim-num-glow {
  0%, 100% { transform: scale(1);    opacity: 0.7; }
  50%      { transform: scale(1.18); opacity: 1; }
}
@keyframes dr-anim-halo-expand {
  0%, 100% { transform: scale(1);    opacity: 0.55; }
  50%      { transform: scale(1.25); opacity: 0.85; }
}
.dr-svg-numerals .dr-n-num-top,
.dr-svg-numerals .dr-n-num-left,
.dr-svg-numerals .dr-n-num-right {
  transform-origin: center;
  transform-box: fill-box;
}
.dr-svg-numerals .dr-n-num-top   { animation: dr-anim-num-glow 4.5s ease-in-out infinite 0s;   }
.dr-svg-numerals .dr-n-num-left  { animation: dr-anim-num-glow 4.5s ease-in-out infinite 1.5s; }
.dr-svg-numerals .dr-n-num-right { animation: dr-anim-num-glow 4.5s ease-in-out infinite 3s;   }
.dr-svg-numerals .dr-n-halo {
  transform-origin: 48px 26px;
  transform-box: fill-box;
  animation: dr-anim-halo-expand 4.5s ease-in-out infinite;
}
.dr-svg-numerals [class*="dr-n-star-"] {
  transform-origin: center;
  transform-box: fill-box;
}
.dr-svg-numerals .dr-n-star-1 { animation: dr-anim-twinkle 2.5s ease-in-out infinite 0s; }
.dr-svg-numerals .dr-n-star-2 { animation: dr-anim-twinkle 3.1s ease-in-out infinite 0.7s; }
.dr-svg-numerals .dr-n-star-3 { animation: dr-anim-twinkle 2.8s ease-in-out infinite 1.3s; }
.dr-svg-numerals .dr-n-star-4 { animation: dr-anim-twinkle 3.3s ease-in-out infinite 0.4s; }
.dr-svg-numerals .dr-n-star-5 { animation: dr-anim-twinkle 2.6s ease-in-out infinite 1.9s; }
.dr-svg-numerals .dr-n-star-6 { animation: dr-anim-twinkle 3.0s ease-in-out infinite 2.4s; }
.dr-svg-numerals .dr-n-star-7 { animation: dr-anim-twinkle 2.7s ease-in-out infinite 0.9s; }
/* Triangle dashes flow along the lines — current/energy moving between numerals */
.dr-svg-numerals .dr-n-triangle line {
  animation: dr-anim-dash-flow 6s linear infinite;
}
@keyframes dr-anim-dash-flow {
  to { stroke-dashoffset: -36; }
}
/* Center fleuron rotates slowly — quiet mandala motion */
.dr-svg-numerals .dr-n-center {
  transform-origin: 48px 50px;
  transform-box: fill-box;
  animation: dr-anim-rotate-slow 20s linear infinite;
}


/* ─── 4. MOONS — 5 phases illuminate in lunation sequence (left→right),
       full moon halo pulses, calendar date pulses ─── */
.dr-svg-moons .dr-m-phase {
  /* baseline opacity so non-illuminated phases stay visible */
  fill-opacity: 0.85;
}
.dr-svg-moons .dr-m-phase-1 > * { animation: dr-anim-illuminate 6s ease-in-out infinite 0s;   }
.dr-svg-moons .dr-m-phase-2 > * { animation: dr-anim-illuminate 6s ease-in-out infinite 1.2s; }
.dr-svg-moons .dr-m-phase-3 > * { animation: dr-anim-illuminate 6s ease-in-out infinite 2.4s; }
.dr-svg-moons .dr-m-phase-4 > * { animation: dr-anim-illuminate 6s ease-in-out infinite 3.6s; }
.dr-svg-moons .dr-m-phase-5 > * { animation: dr-anim-illuminate 6s ease-in-out infinite 4.8s; }
.dr-svg-moons .dr-m-halo {
  animation: dr-anim-halo-pulse 4s ease-in-out infinite;
}
.dr-svg-moons .dr-m-date {
  transform-origin: 33px 70px;
  transform-box: fill-box;
  animation: dr-anim-date-pulse 2.4s ease-in-out infinite;
}
.dr-svg-moons .dr-m-twinkle {
  transform-origin: center;
  transform-box: fill-box;
  animation: dr-anim-twinkle 3s ease-in-out infinite;
}


/* ─── 5. HANDS — aura breathes, flame flickers, rays radiate, orb glows ─── */
.dr-svg-hands .dr-h-aura {
  transform-origin: 48px 38px;
  transform-box: fill-box;
  animation: dr-anim-breath 4.5s ease-in-out infinite;
}
.dr-svg-hands .dr-h-orb {
  transform-origin: 48px 38px;
  transform-box: fill-box;
  animation: dr-anim-glow-pulse 3.8s ease-in-out infinite;
}
.dr-svg-hands .dr-h-flame {
  transform-origin: 48px 33px;
  transform-box: fill-box;
  animation: dr-anim-flicker 1.4s ease-in-out infinite;
}
.dr-svg-hands .dr-h-ray {
  transform-origin: center;
  transform-box: fill-box;
}
.dr-svg-hands .dr-h-ray-1 { animation: dr-anim-twinkle 3.2s ease-in-out infinite 0s;   }
.dr-svg-hands .dr-h-ray-2 { animation: dr-anim-twinkle 3.2s ease-in-out infinite 0.6s; }
.dr-svg-hands .dr-h-ray-3 { animation: dr-anim-twinkle 3.2s ease-in-out infinite 1.2s; }
.dr-svg-hands .dr-h-ray-4 { animation: dr-anim-twinkle 3.2s ease-in-out infinite 1.8s; }
.dr-svg-hands .dr-h-ray-5 { animation: dr-anim-twinkle 3.2s ease-in-out infinite 2.4s; }


/* ─── 6. APOTHECARY — bottle glow pulses, sigil shines, key rocks,
       twinkles drift ─── */
.dr-svg-apothecary .dr-j-bottle {
  animation: dr-anim-glow-pulse 4.2s ease-in-out infinite;
}
.dr-svg-apothecary .dr-j-sigil {
  transform-origin: center;
  transform-box: fill-box;
  animation: dr-anim-pulse 3.2s ease-in-out infinite;
}
.dr-svg-apothecary .dr-j-key {
  transform-origin: 48px 50px;
  transform-box: fill-box;
  animation: dr-anim-rock 6s ease-in-out infinite;
}
.dr-svg-apothecary .dr-j-twinkle {
  transform-origin: center;
  transform-box: fill-box;
}
.dr-svg-apothecary .dr-j-tw-1 { animation: dr-anim-twinkle 2.6s ease-in-out infinite 0.0s; }
.dr-svg-apothecary .dr-j-tw-2 { animation: dr-anim-twinkle 3.0s ease-in-out infinite 0.6s; }
.dr-svg-apothecary .dr-j-tw-3 { animation: dr-anim-twinkle 2.8s ease-in-out infinite 1.2s; }
.dr-svg-apothecary .dr-j-tw-4 { animation: dr-anim-twinkle 3.2s ease-in-out infinite 1.8s; }
.dr-svg-apothecary .dr-j-tw-5 { animation: dr-anim-twinkle 2.7s ease-in-out infinite 0.3s; }
.dr-svg-apothecary .dr-j-tw-6 { animation: dr-anim-twinkle 3.4s ease-in-out infinite 1.5s; }


/* ─── Hover boost: card hover speeds up its own medallion slightly,
       so the card feels alive when you point at it ─── */
.dr-page .dr-card:hover .dr-svg-quill .dr-q-quill { animation-duration: 3.2s; }
.dr-page .dr-card:hover .dr-svg-wheel .dr-w-spokes { animation-duration: 40s; }
.dr-page .dr-card:hover .dr-svg-numerals .dr-n-num-top,
.dr-page .dr-card:hover .dr-svg-numerals .dr-n-num-left,
.dr-page .dr-card:hover .dr-svg-numerals .dr-n-num-right { animation-duration: 2.6s; }
.dr-page .dr-card:hover .dr-svg-moons .dr-m-phase > * { animation-duration: 3.6s; }
.dr-page .dr-card:hover .dr-svg-hands .dr-h-aura { animation-duration: 2.8s; }
.dr-page .dr-feature:hover .dr-svg-apothecary .dr-j-bottle { animation-duration: 2.6s; }


/* ─── Reduced motion override — kills ALL medallion animations ─── */
/* ─── MASTER-SIGIL (Sol-Luna mandala) — Members upsell on dark cards ─── */
@keyframes dr-ms-rays-spin{
  from { transform: rotate(0deg);   }
  to   { transform: rotate(360deg); }
}
@keyframes dr-ms-sun-pulse{
  0%, 100% { transform: scale(1);    filter: drop-shadow(0 0 4px rgba(240,216,154,.45)); }
  50%      { transform: scale(1.06); filter: drop-shadow(0 0 14px rgba(240,216,154,.85)); }
}
@keyframes dr-ms-moon-glow{
  0%, 100% { opacity: 0.92; }
  50%      { opacity: 1; }
}
.dr-svg-master-sigil .dr-ms-rays{
  transform-origin: 48px 48px;
  transform-box: view-box;
  animation: dr-ms-rays-spin 120s linear infinite;
}
.dr-svg-master-sigil .dr-ms-sun{
  transform-origin: 48px 48px;
  transform-box: view-box;
  animation: dr-ms-sun-pulse 4.5s ease-in-out infinite;
}
.dr-svg-master-sigil .dr-ms-moon{
  animation: dr-ms-moon-glow 4.5s ease-in-out infinite;
}
.dr-svg-master-sigil .dr-ms-drift{
  animation: dr-anim-dash-flow 9s linear infinite;
}
.dr-svg-master-sigil .dr-ms-tw-1{ animation: dr-anim-twinkle 2.6s ease-in-out infinite 0s;   }
.dr-svg-master-sigil .dr-ms-tw-2{ animation: dr-anim-twinkle 3.1s ease-in-out infinite 0.9s; }
.dr-svg-master-sigil .dr-ms-tw-3{ animation: dr-anim-twinkle 2.8s ease-in-out infinite 1.7s; }
.dr-svg-master-sigil .dr-ms-tw-4{ animation: dr-anim-twinkle 3.2s ease-in-out infinite 0.4s; }

@media (prefers-reduced-motion: reduce) {
  .dr-page .dr-svg *,
  .dr-page .dr-svg {
    animation: none !important;
  }
}

/* ════════════════════════════════════════════════════════════════════
   FAQ SECTION
   Matches /tarot/ FAQ pattern byte-for-byte (italic Garamond title with
   gradient gold "FAQs", gold hairline rule with ✦, accordion items with
   crescent-moon icon that rotates + inverts on open). Used on both the
   /deep-readings/ hub and the per-product pages.
   ──────────────────────────────────────────────────────────────────── */
.dr-page .dr-faq{
  padding:4.5rem 1.5rem 3rem;
  position:relative;
}
.dr-page .dr-faq-title{
  font-family:'EB Garamond',serif;
  font-weight:600;
  font-style:italic;
  font-size:clamp(2.2rem,4.4vw,3rem);
  color:#6B1F2C;
  text-align:center;
  margin:0 0 .4rem;
}
.dr-page .dr-faq-title em{
  background:linear-gradient(135deg,#8E6E3A 0%,#D4AC68 50%,#8E6E3A 100%);
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent;
  -webkit-text-fill-color:transparent;
  font-style:italic;
  font-weight:600;
}
.dr-page .dr-faq-rule{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:1rem;
  margin:.5rem auto 0;
  max-width:240px;
  color:#8E6E3A;
}
.dr-page .dr-faq-rule::before,
.dr-page .dr-faq-rule::after{
  content:"";
  flex:1;
  height:1px;
  background:linear-gradient(90deg,transparent,#B89150 50%,transparent);
}
.dr-page .dr-faq-rule span{
  font-family:'EB Garamond',serif;
  font-style:italic;
  font-size:1.1rem;
  line-height:1;
  color:#8E6E3A;
}
.dr-page .dr-faq-list{
  max-width:760px;
  margin:2.4rem auto 0;
}
.dr-page .dr-faq-item{
  border-bottom:1px solid rgba(184,145,80,.45);
  padding:0;
  margin:0;
}
.dr-page .dr-faq-item:first-child{
  border-top:1px solid rgba(184,145,80,.45);
}
.dr-page .dr-faq-item[open]{
  background:rgba(184,145,80,.04);
}
.dr-page .dr-faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:1.4rem 3.6rem 1.4rem .5rem;
  font-family:'EB Garamond',serif;
  font-style:italic;
  font-weight:700;
  font-size:1.35rem;
  line-height:1.3;
  color:#2D1F38;
  position:relative;
  transition:color .2s ease;
  letter-spacing:-.005em;
}
.dr-page .dr-faq-item summary::-webkit-details-marker{display:none}
.dr-page .dr-faq-item summary::marker{content:""}
.dr-page .dr-faq-item summary:hover{color:#6B1F2C}
.dr-page .dr-faq-icon{
  position:absolute;
  right:.85rem;
  top:50%;
  width:32px;
  height:32px;
  border-radius:50%;
  border:1px solid #B89150;
  background:#FAF1E1;
  display:flex;
  align-items:center;
  justify-content:center;
  transform:translateY(-50%);
  transition:transform .45s cubic-bezier(.2,.8,.2,1),background .3s ease,border-color .3s ease;
  pointer-events:none;
}
.dr-page .dr-faq-icon svg{
  width:18px;
  height:18px;
  display:block;
  fill:#6B1F2C;
  transition:fill .3s ease, transform .45s cubic-bezier(.2,.8,.2,1);
}
.dr-page .dr-faq-item[open] .dr-faq-icon{
  background:#6B1F2C;
  border-color:#6B1F2C;
  transform:translateY(-50%) rotate(180deg);
}
.dr-page .dr-faq-item[open] .dr-faq-icon svg{fill:#F0D89A}
.dr-page .dr-faq-item:not([open]) summary:hover .dr-faq-icon{background:#FDF5E3}

.dr-page .dr-faq-body{
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:max-height .45s cubic-bezier(.2,.8,.2,1),opacity .3s ease, padding .45s cubic-bezier(.2,.8,.2,1);
}
.dr-page .dr-faq-item[open] .dr-faq-body{
  max-height:600px;
  opacity:1;
  padding:0 .5rem 1.5rem;
}
.dr-page .dr-faq-body p{
  font-family:'EB Garamond',serif;
  font-weight:500;
  font-size:1.12rem;
  line-height:1.65;
  color:#3D2D44;
  margin:0 0 .85rem;
}
.dr-page .dr-faq-body p:last-child{margin-bottom:0}
.dr-page .dr-faq-body em{font-style:italic;color:#6B1F2C}
