/* ===========================================================================
   Pathway Discovery Cards — "Cards on the table at dusk"
   Twilight ground · parchment surfaces · gold accent · three suit colors.
   Display accent = Euphorigenic (the printed-card face). Headings = Fraunces.
   Body = Mulish.  Public marketing landing + gated members area.
   The card art is used as marketing imagery — this is not a digital deck.
   ========================================================================= */

@font-face {
  font-family: "Euphorigenic";
  src: url("../assets/fonts/euphorigenic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

:root {
  --night:      #14101f;
  --night-2:    #1c1730;
  --dusk:       #2a2140;
  --plum:       #3a2b4e;
  --mauve:      #6b5876;

  --parchment:  #efe5cf;
  --ink:        #2a241d;

  --cream:      #ece2cc;
  --cream-soft: #b6a888;
  --cream-dim:  #8a7d64;

  --gold:       #e3b866;
  --gold-deep:  #c69444;
  --rose:       #d0917f;

  --arch:       #7c3a4a;  --arch-lt: #a05666;
  --con:        #2f5578;  --con-lt:  #4d7ca3;
  --obj:        #34613c;  --obj-lt:  #56895f;

  --f-accent: "Euphorigenic", "Fraunces", Georgia, serif;
  --f-display:"Fraunces", Georgia, "Times New Roman", serif;
  --f-body:   "Mulish", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;

  --maxw: 1200px;
  --radius: 14px;
  --shadow-card: 0 18px 45px -18px rgba(0,0,0,.65);
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* --------------------------------------------------------------- base --- */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--cream);
  background: var(--night);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
  background:
    radial-gradient(1.4px 1.4px at 12% 18%, rgba(255,247,224,.85), transparent 60%),
    radial-gradient(1.2px 1.2px at 28% 42%, rgba(255,247,224,.55), transparent 60%),
    radial-gradient(1.6px 1.6px at 47% 12%, rgba(255,247,224,.7), transparent 60%),
    radial-gradient(1.1px 1.1px at 63% 33%, rgba(255,247,224,.5), transparent 60%),
    radial-gradient(1.5px 1.5px at 78% 20%, rgba(255,247,224,.8), transparent 60%),
    radial-gradient(1.2px 1.2px at 88% 48%, rgba(255,247,224,.45), transparent 60%),
    radial-gradient(1.3px 1.3px at 8% 62%, rgba(255,247,224,.4), transparent 60%),
    radial-gradient(1.4px 1.4px at 92% 72%, rgba(255,247,224,.5), transparent 60%);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
main, header, footer { position: relative; z-index: 1; }
section { padding: clamp(64px, 9vw, 128px) 0; position: relative; }

/* --------------------------------------------------------- typography --- */
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 500; line-height: 1.08; margin: 0; letter-spacing: -.01em; }
.eyebrow {
  font-family: var(--f-body); font-size: .72rem; font-weight: 700; letter-spacing: .26em;
  text-transform: uppercase; color: var(--gold); margin: 0 0 18px;
  display: flex; align-items: center; gap: 12px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--gold-deep); opacity: .8; }
.eyebrow.center { justify-content: center; }
.eyebrow.center::after { content: ""; width: 26px; height: 1px; background: var(--gold-deep); opacity: .8; }

.section-head { max-width: 640px; margin: 0 auto clamp(40px, 5vw, 68px); text-align: center; }
.section-head h2 { font-size: clamp(2rem, 4.2vw, 3.1rem); }
.section-head p { color: var(--cream-soft); font-size: 1.06rem; margin: 18px 0 0; }
.accent { font-family: var(--f-accent); color: var(--gold); font-weight: 400; }

/* ------------------------------------------------------------- buttons --- */
.btn {
  display: inline-flex; align-items: center; gap: .5em;
  font-family: var(--f-body); font-weight: 700; font-size: .95rem; letter-spacing: .01em;
  padding: 14px 26px; border-radius: 999px; border: 1px solid transparent; cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s;
  white-space: nowrap;
}
.btn-primary { background: linear-gradient(180deg, var(--gold) 0%, var(--gold-deep) 100%); color: #241a0a; box-shadow: 0 10px 24px -10px rgba(227,184,102,.6); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(227,184,102,.7); }
.btn-ghost { background: transparent; color: var(--cream); border-color: rgba(236,226,204,.28); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.btn-lg { padding: 17px 34px; font-size: 1rem; }
.btn-block { display: flex; width: 100%; justify-content: center; }
.btn[disabled] { opacity: .5; cursor: not-allowed; }
.btn[disabled]:hover { transform: none; box-shadow: none; }

.link-arrow { color: var(--gold); font-weight: 700; display: inline-flex; align-items: center; gap: .4em; }
.link-arrow .a { transition: transform .25s var(--ease); }
.link-arrow:hover .a { transform: translateX(4px); }

/* -------------------------------------------------------------- header --- */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; transition: background .35s, backdrop-filter .35s, border-color .35s; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(20,16,31,.82); backdrop-filter: blur(14px); border-bottom-color: rgba(227,184,102,.16); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 20px; }
.brand { display: flex; align-items: baseline; gap: .4ch; font-family: var(--f-accent); font-size: 1.5rem; color: var(--cream); }
.brand .dot { color: var(--gold); }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { font-size: .9rem; font-weight: 600; color: var(--cream-soft); transition: color .2s; }
.nav a:hover { color: var(--cream); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-actions .signin { font-size: .9rem; font-weight: 700; color: var(--cream); cursor: pointer; }
.header-actions .signin:hover { color: var(--gold); }
.nav-toggle { display: none; background: none; border: 0; color: var(--cream); cursor: pointer; padding: 8px; font-size: 1.4rem; }

/* ---------------------------------------------------------------- hero --- */
/* padding-top clears the fixed header: on a short phone viewport the hero
   content grew past the top and the eyebrow sat behind the menu bar. */
.hero { min-height: 100svh; display: flex; align-items: flex-end; padding: 96px 0 clamp(48px, 8vh, 96px); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: bottom center; }
/* The traveller sits ~60% across the artwork. On narrow screens a centred crop
   cuts her off, so bias the crop right — the image loses its left edge first. */
@media (max-width: 900px) { .hero-bg img { object-position: 64% bottom; } }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20,16,31,.85) 0%, rgba(20,16,31,.25) 30%, rgba(20,16,31,.12) 52%, rgba(20,16,31,.6) 100%),
    linear-gradient(90deg, rgba(20,16,31,.8) 0%, rgba(20,16,31,.35) 46%, rgba(20,16,31,0) 76%);
}
.hero-inner { max-width: 690px; }
.hero h1 { font-family: var(--f-accent); font-weight: 400; font-size: clamp(3rem, 8vw, 6rem); line-height: .98; color: var(--cream); text-shadow: 0 4px 30px rgba(0,0,0,.5); margin: 0 0 10px; }
.hero h1 .l2 { color: var(--gold); display: block; }
.hero .lead { font-family: var(--f-display); font-size: clamp(1.15rem, 2.3vw, 1.5rem); font-weight: 400; font-style: italic; color: var(--cream); max-width: 34ch; margin: 0 0 14px; }
.hero .sub { color: var(--cream-soft); max-width: 48ch; margin: 0 0 32px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-meta { margin-top: 34px; display: flex; gap: 26px; flex-wrap: wrap; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--cream-dim); }
.hero-meta b { color: var(--gold); font-weight: 700; }
.scroll-cue { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); color: var(--cream-dim); font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.scroll-cue .line { width: 1px; height: 34px; background: linear-gradient(var(--gold), transparent); animation: cue 2.4s var(--ease) infinite; }
@keyframes cue { 0%,100%{opacity:.3; transform: scaleY(.6); transform-origin: top;} 50%{opacity:1; transform: scaleY(1);} }

/* ---------------------------------------------------- anatomy (B/D/H) --- */
.anatomy { background: linear-gradient(180deg, var(--night) 0%, var(--night-2) 100%); }
.anatomy-quote { text-align: center; font-family: var(--f-display); font-style: italic; font-size: clamp(1.4rem, 3.2vw, 2.1rem); color: var(--cream); max-width: 22ch; margin: 0 auto 10px; }
.anatomy-quote::before, .anatomy-quote::after { content: "\201C"; color: var(--gold); }
.anatomy-quote::after { content: "\201D"; }
.anatomy-sub { text-align: center; color: var(--cream-soft); max-width: 52ch; margin: 0 auto clamp(40px,5vw,60px); }
.triad { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(18px, 3vw, 44px); max-width: 900px; margin: 0 auto; }
.slot { text-align: center; }
.slot-role { font-size: .74rem; letter-spacing: .24em; text-transform: uppercase; font-weight: 700; margin-bottom: 16px; color: var(--cream-dim); }
.slot-role b { display: block; font-family: var(--f-accent); font-size: 1.25rem; letter-spacing: .02em; text-transform: none; margin-top: 3px; color: var(--scl, var(--gold)); }
/* Each sample is a real card that starts face down; its name, question and
   the closing line stay hidden until it has been turned over. */
.sample {
  position: relative; display: block; width: 100%;
  aspect-ratio: 11/15; border: 0; padding: 0; background: none;
  border-radius: 11px;
  transform-style: preserve-3d;
  transition: transform .55s var(--ease);
  cursor: pointer; -webkit-tap-highlight-color: transparent;
}
.sample > span {
  position: absolute; inset: 0;
  border-radius: inherit; overflow: hidden;
  backface-visibility: hidden;
  box-shadow: var(--shadow-card);
}
.sample-front img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sample-back { transform: rotateY(180deg); background: var(--bk) center/cover no-repeat; }
.sample:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }

/* face down until turned */
.slot:not(.is-up) .sample { transform: rotateY(180deg); }
.slot:nth-child(1):not(.is-up) .sample { transform: rotateY(180deg) rotate(2.5deg); }
.slot:nth-child(3):not(.is-up) .sample { transform: rotateY(180deg) rotate(-2.5deg); }
.slot.is-up:nth-child(1) .sample { transform: rotate(-2.5deg); }
.slot.is-up:nth-child(3) .sample { transform: rotate(2.5deg); }
.slot.is-up:hover .sample { transform: rotate(0) translateY(-6px); }

.slot-name { font-family: var(--f-accent); font-size: 1.35rem; color: var(--cream); }
.slot-essence { color: var(--cream-soft); font-size: .92rem; }
/* Name + question are collapsed to nothing until the card is face up, so the
   section is compact on first sight and grows as cards are turned. */
.slot-name, .slot-essence {
  max-height: 0; margin-top: 0; overflow: hidden;
  opacity: 0; transform: translateY(6px);
  transition: max-height .5s var(--ease), margin-top .5s var(--ease),
              opacity .45s var(--ease) .12s, transform .45s var(--ease) .12s;
}
.slot.is-up .slot-name    { max-height: 4em;  margin-top: 18px; opacity: 1; transform: none; }
.slot.is-up .slot-essence { max-height: 14em; margin-top: 4px;  opacity: 1; transform: none; }

.triad-cue { text-align: center; color: var(--cream-dim); font-size: .84rem; margin: 22px 0 0; transition: opacity .4s; }
.triad-cue.done { opacity: 0; }

.anatomy-foot { text-align: center; margin-top: 0; max-height: 0; overflow: hidden; opacity: 0; transform: translateY(10px); transition: max-height .6s var(--ease), margin-top .6s var(--ease), opacity .6s var(--ease), transform .6s var(--ease); pointer-events: none; font-family: var(--f-display); font-style: italic; font-size: clamp(1.1rem,2.4vw,1.4rem); color: var(--cream-soft); }
.anatomy-foot.revealed { max-height: 22em; margin-top: clamp(36px,5vw,54px); opacity: 1; transform: none; pointer-events: auto; }
.anatomy-foot b { font-style: normal; }
.anatomy-foot .a { color: var(--arch-lt); } .anatomy-foot .c { color: var(--con-lt); } .anatomy-foot .o { color: var(--obj-lt); }

/* -------------------------------------------------------------- suits --- */
.suits { background: var(--night-2); }
.suit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.suit {
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01));
  border: 1px solid rgba(236,226,204,.1); border-top: 3px solid var(--sc, var(--gold));
  border-radius: var(--radius); padding: 30px 28px 34px;
  transition: transform .3s var(--ease), box-shadow .3s;
}
.suit:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -26px rgba(0,0,0,.7); }
/* The image is the whole printed card, so no fake frame or padding here. */
.suit-card-img { display: block; width: 58%; margin: 0 auto 24px; border-radius: 9px; box-shadow: var(--shadow-card); transform: rotate(-3deg); transition: transform .4s var(--ease); object-fit: cover; aspect-ratio: 11/15; }
.suit:nth-child(2) .suit-card-img { transform: rotate(2deg); }
.suit:nth-child(3) .suit-card-img { transform: rotate(-1.5deg); }
.suit:hover .suit-card-img { transform: rotate(0) translateY(-4px); }
.suit-mode { font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; font-weight: 700; color: var(--sc-lt); }
.suit h3 { font-size: 1.7rem; margin: 8px 0 6px; color: var(--cream); }
.suit .count { font-family: var(--f-accent); color: var(--sc-lt); font-size: 1rem; }
.suit p { color: var(--cream-soft); font-size: .95rem; margin: 14px 0 0; }
.suit .tag { margin-top: 18px; font-size: .82rem; color: var(--cream-dim); }
.suit .tag b { color: var(--cream); font-weight: 600; }
.suits-foot { text-align: center; max-width: 60ch; margin: clamp(34px,4.5vw,48px) auto 0; color: var(--cream-soft); font-family: var(--f-display); font-style: italic; font-size: clamp(1.05rem,2.2vw,1.28rem); }
.suits-foot b { font-style: normal; color: var(--cream); }

/* --------------------------------------------------------------- ways --- */
.ways { background: var(--night-2); }
.ways-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.way { padding: 26px 26px 28px; border-radius: var(--radius); background: rgba(255,255,255,.03); border: 1px solid rgba(236,226,204,.1); border-left: 3px solid var(--gold-deep); transition: transform .3s var(--ease), border-color .3s; }
.way:hover { transform: translateY(-5px); border-left-color: var(--gold); }
.way .k { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.way h3 { font-size: 1.2rem; color: var(--cream); margin: 6px 0 8px; }
.way p { color: var(--cream-soft); font-size: .92rem; margin: 0; }
.ways-foot { text-align: center; max-width: 62ch; margin: 34px auto 0; color: var(--cream-soft); font-family: var(--f-display); font-style: italic; font-size: 1.12rem; }

/* ------------------------------------------------------------ process --- */
/* .ways and .process are adjacent and both dark, so the two full section
   paddings stacked up into a big empty band above the panel below. */
.process { background: linear-gradient(180deg, var(--night-2), var(--night)); padding-top: clamp(32px, 4.5vw, 60px); }
.not-fortune { max-width: 780px; margin: 0 auto clamp(48px,6vw,72px); text-align: center; padding: 34px 40px; border-radius: var(--radius); background: linear-gradient(180deg, rgba(227,184,102,.08), rgba(227,184,102,.02)); border: 1px solid rgba(227,184,102,.2); }
.not-fortune p { margin: 0; font-family: var(--f-display); font-size: clamp(1.2rem,2.6vw,1.65rem); color: var(--cream); font-style: italic; }
.not-fortune .k { color: var(--gold); font-style: normal; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding-top: 20px; }
.step::before { counter-increment: step; content: "0" counter(step); font-family: var(--f-accent); font-size: 2.6rem; color: var(--gold); opacity: .6; line-height: 1; }
.step h3 { font-size: 1.2rem; margin: 12px 0 8px; color: var(--cream); }
.step p { color: var(--cream-soft); font-size: .92rem; margin: 0; }
.step::after { content: ""; position: absolute; top: 34px; right: -11px; width: 22px; height: 1px; background: linear-gradient(90deg, var(--gold-deep), transparent); }
.step:last-child::after { display: none; }

/* ------------------------------------------------------------ gallery --- */
.gallery { background: var(--night); overflow: hidden; }

/* The toss surface — cards land here, dealt by GSAP (src/js/script.js). */
.toss {
  position: relative;
  height: clamp(370px, 46vw, 580px);
  margin-top: clamp(18px, 3vw, 34px);
  perspective: 1400px;
  touch-action: manipulation;
}
/* A faint pool of light on the "table" so the cards look landed, not floating. */
.toss::before {
  content: ""; position: absolute; inset: 12% 4% 4%;
  background: radial-gradient(58% 62% at 50% 58%, rgba(227,184,102,.09), transparent 72%);
  pointer-events: none;
}
.toss-note { text-align: center; color: var(--cream-dim); font-size: .84rem; margin: 6px 0 0; transition: opacity .5s var(--ease); }
.toss-note.done { opacity: 0; }

/* ---- a real Pathway card ------------------------------------------------ */
/* Fronts are the actual printed cards (extracted from the production art in
   Pathway_Discovery_Cards/*.ai); backs are the production compass design. */
.pc {
  position: absolute; top: 50%; left: 50%;
  width: clamp(96px, 12.2vw, 162px);
  aspect-ratio: 11/15;
  margin: calc(clamp(96px, 12.2vw, 162px) * -15 / 11 / 2) 0 0 calc(clamp(96px, 12.2vw, 162px) / -2);
  border-radius: clamp(7px, .95vw, 12px);
  background: none; border: 0; padding: 0;
  transform-style: preserve-3d;
  will-change: transform;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
/* The printed cards are cut square, so the corners are rounded here instead —
   in CSS, so it stays crisp at any size. */
.pc-face {
  position: absolute; inset: 0;
  backface-visibility: hidden;
  border-radius: clamp(4px, .62vw, 8px);
  overflow: hidden;
  /* box-shadow, not filter: a filter here would flatten the 3D context and
     the back faces would never paint. */
  box-shadow: 0 20px 30px -10px rgba(0,0,0,.7), 0 2px 5px rgba(0,0,0,.45);
}
.pc-back {
  transform: rotateY(180deg);
  background: var(--bk) center/cover no-repeat;
}
.pc-img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Pre-toss state — GSAP animates from here; also the no-JS resting look. */
.toss[data-armed="1"] .pc { opacity: 0; }
.pc:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

/* Small screens: thin the pile so it stays a scatter, not a smear. */
@media (max-width: 720px) { .pc[data-thin="1"] { display: none; } }

@media (prefers-reduced-motion: reduce) {
  .toss[data-armed="1"] .pc { opacity: 1; }
  .sample { transition: none; }
  .pc { transition: none !important; }
}

/* --------------------------------------------------------------- shop --- */
.shop { background: linear-gradient(180deg, var(--night), var(--night-2)); }
.hero-product { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px,5vw,64px); align-items: center; margin-bottom: 52px; }
.hero-product .shot { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); border: 1px solid rgba(236,226,204,.1); }
.hero-product .shot img { width: 100%; }
.price-row { display: flex; align-items: baseline; gap: 14px; margin: 4px 0 20px; }
.price { font-family: var(--f-accent); font-size: 2.6rem; color: var(--gold); }
.price-strike { color: var(--cream-dim); text-decoration: line-through; font-size: 1.1rem; }
.price-tag { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--rose); }
.feat-list { list-style: none; padding: 0; margin: 22px 0 28px; display: grid; gap: 10px; }
.feat-list li { display: flex; gap: 12px; color: var(--cream-soft); font-size: .96rem; }
.feat-list li::before { content: "✦"; color: var(--gold); flex: 0 0 auto; }
.buy-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.buy-note { font-size: .82rem; color: var(--cream-dim); margin-top: 14px; }
.amazon-badge { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--cream-dim); border: 1px solid rgba(236,226,204,.2); border-radius: 999px; padding: 3px 11px; }
.shop-secondary { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.mini { display: flex; gap: 22px; align-items: center; background: rgba(255,255,255,.03); border: 1px solid rgba(236,226,204,.1); border-radius: var(--radius); padding: 26px; }
.mini .ic { font-size: 2rem; flex: 0 0 auto; }
.mini h3 { font-size: 1.25rem; color: var(--cream); margin-bottom: 6px; }
.mini p { color: var(--cream-soft); font-size: .9rem; margin: 0 0 10px; }
.mini .badge { display: inline-block; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(227,184,102,.35); border-radius: 999px; padding: 2px 10px; }

/* ------------------------------------------------------------ sessions --- */
.sessions { background: var(--night-2); }
.session-wrap { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(30px,5vw,64px); align-items: center; }
.session-photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); border: 1px solid rgba(236,226,204,.1); }
.session-photo img { width: 100%; }
.session-body h2 { font-size: clamp(1.9rem,3.8vw,2.7rem); }
.session-body p { color: var(--cream-soft); }
.offer-list { display: grid; gap: 14px; margin: 26px 0; }
.offer { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 22px; border-radius: 12px; background: rgba(255,255,255,.03); border: 1px solid rgba(236,226,204,.1); }
.offer .oi h3 { font-size: 1.1rem; color: var(--cream); }
.offer .oi span { font-size: .86rem; color: var(--cream-soft); }
.offer .op { font-family: var(--f-accent); font-size: 1.5rem; color: var(--gold); white-space: nowrap; }

/* ------------------------------------------------------------- members --- */
.members { background: linear-gradient(180deg, var(--night-2), var(--night)); }
.members-inner {
  border-radius: 20px; overflow: hidden;
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(124,58,74,.35), transparent 60%),
    radial-gradient(120% 140% at 0% 100%, rgba(47,85,120,.35), transparent 60%),
    linear-gradient(180deg, var(--dusk), var(--night-2));
  border: 1px solid rgba(227,184,102,.22); padding: clamp(26px,6vw,72px);
}
.members-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,4vw,56px); align-items: center; }
/* Grid items default to min-width:auto, so a wide child pushed the track past
   the panel and the right-hand padding vanished under overflow:hidden. */
.members-grid > * { min-width: 0; }
.members h2 { font-size: clamp(2rem,4vw,3rem); color: var(--cream); }
.members .lock { font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 700; display: inline-flex; gap: 8px; align-items: center; margin-bottom: 16px; }
.members > .members-inner p.intro { color: var(--cream-soft); margin: 14px 0 0; }
.inside-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.inside-list li { display: flex; gap: 16px; }
.inside-list .ii { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 11px; display: grid; place-items: center; font-size: 1.2rem; background: rgba(227,184,102,.14); border: 1px solid rgba(227,184,102,.3); }
.inside-list h3 { font-size: 1.05rem; color: var(--cream); margin-bottom: 2px; }
.inside-list p { font-size: .9rem; color: var(--cream-soft); margin: 0; }
.members-cta { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.members-cta .note { font-size: .82rem; color: var(--cream-dim); }

/* --------------------------------------------------------------- watch --- */
/* Shared video player + playlist (used by public Watch and the members app). */
.watch { background: var(--night); }
.player-wrap { display: grid; grid-template-columns: 1.6fr 1fr; gap: 24px; align-items: start; max-width: 1000px; margin: 0 auto; }
.player { position: relative; aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden; background: linear-gradient(135deg, var(--plum), var(--night)); border: 1px solid rgba(236,226,204,.12); }
.player iframe { width: 100%; height: 100%; border: 0; display: block; }
.player .ph { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; color: var(--cream-soft); padding: 20px; }
.player .ph .k { font-family: var(--f-accent); color: var(--gold); font-size: 1.3rem; margin-bottom: 4px; }
.now-title { font-family: var(--f-display); color: var(--cream); font-size: 1.15rem; margin: 14px 0 4px; }
.now-desc { color: var(--cream-soft); font-size: .92rem; }
.playlist { display: grid; gap: 10px; max-height: 460px; overflow-y: auto; padding-right: 4px; }
.plitem { text-align: left; width: 100%; background: rgba(255,255,255,.03); border: 1px solid rgba(236,226,204,.1); border-left: 3px solid transparent; border-radius: 10px; padding: 13px 15px; cursor: pointer; transition: border-color .2s, background .2s; color: inherit; font: inherit; }
.plitem:hover { background: rgba(255,255,255,.06); }
.plitem.active { border-left-color: var(--gold); background: rgba(227,184,102,.08); }
.plitem .k { font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.plitem h3 { font-size: 1rem; color: var(--cream); margin: 3px 0 2px; }
.plitem p { font-size: .82rem; color: var(--cream-soft); margin: 0; }
.plitem .soon { font-size: .68rem; color: var(--cream-dim); margin-top: 4px; }
@media (max-width: 820px) { .player-wrap { grid-template-columns: 1fr; } .playlist { max-height: none; } }

/* --------------------------------------------------------------- about --- */
.about { background: var(--night-2); }
.about-wrap { display: grid; grid-template-columns: 1fr 1.6fr; gap: clamp(30px,5vw,60px); align-items: center; max-width: 960px; margin: 0 auto; }
/* Author portrait, in the circle. The gold ring and plum ground are kept from
   the old monogram so the section still reads as part of the set. */
.about-mark {
  aspect-ratio: 1; border-radius: 50%; overflow: hidden;
  background: radial-gradient(circle at 30% 25%, var(--plum), var(--night));
  border: 1px solid rgba(227,184,102,.3);
  box-shadow: 0 18px 40px -18px rgba(0,0,0,.8), inset 0 0 0 4px rgba(20,16,31,.55);
}
.about-mark img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-body h2 { font-size: clamp(1.7rem,3.4vw,2.4rem); margin-bottom: 6px; }
.about-body .cred { color: var(--gold); font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; }
.about-body p { color: var(--cream-soft); }
.about-body p + p { margin-top: 14px; }
/* the global `a` rule strips colour + underline, so bio links need their own */
.about-body a { color: var(--gold); border-bottom: 1px solid rgba(227,184,102,.45); transition: color .2s, border-color .2s; }
.about-body a:hover { color: var(--cream); border-bottom-color: var(--cream); }

/* ----------------------------------------------------- practitioners --- */
.p-hero {
  padding: clamp(150px, 20vh, 210px) 0 clamp(56px, 8vw, 92px);
  background:
    radial-gradient(90% 120% at 15% 0%, rgba(124,58,74,.4), transparent 62%),
    radial-gradient(80% 110% at 95% 10%, rgba(47,85,120,.34), transparent 60%),
    linear-gradient(180deg, var(--night), var(--night-2));
  border-bottom: 1px solid rgba(236,226,204,.08);
}
.p-hero h1 {
  font-family: var(--f-accent); font-weight: 400;
  font-size: clamp(2.4rem, 6vw, 4.4rem); line-height: 1.02;
  color: var(--cream); margin: 0 0 20px;
}
.p-hero .accent-line { color: var(--gold); }
.p-lead {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(1.1rem, 2.1vw, 1.42rem); color: var(--cream-soft);
  max-width: 56ch; margin: 0 0 32px;
}

/* the "hours vs minutes" pull quote */
.p-problem { background: var(--night-2); padding: clamp(48px,7vw,86px) 0; }
.p-problem .pull {
  max-width: 780px; margin: 0 auto; text-align: center;
  font-family: var(--f-display); font-size: clamp(1.15rem, 2.4vw, 1.6rem);
  line-height: 1.5; color: var(--cream-soft);
}
.p-problem .pull b { color: var(--cream); font-style: normal; }
.p-problem .pull-after {
  margin-top: 22px; padding-top: 22px; color: var(--cream);
  border-top: 1px solid rgba(227,184,102,.25);
}

.p-does { background: linear-gradient(180deg, var(--night-2), var(--night)); }
.p-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px,2.6vw,30px); }
.p-card {
  position: relative; padding: 32px 30px 34px; border-radius: var(--radius);
  background: rgba(255,255,255,.03); border: 1px solid rgba(236,226,204,.1);
  transition: transform .3s var(--ease), border-color .3s;
}
.p-card:hover { transform: translateY(-5px); border-color: rgba(227,184,102,.35); }
.p-num { font-family: var(--f-accent); font-size: 2.1rem; color: var(--gold); opacity: .55; line-height: 1; }
.p-card h3 { font-size: 1.3rem; color: var(--cream); margin: 10px 0 10px; }
.p-card p { color: var(--cream-soft); font-size: .95rem; margin: 0; }

.p-language { background: var(--night); }
.p-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(34px,5vw,68px); align-items: center; }
.p-split.reverse { grid-template-columns: .95fr 1.05fr; }
.p-split h2 { font-size: clamp(1.8rem,3.6vw,2.6rem); color: var(--cream); margin-bottom: 18px; }
.p-split p { color: var(--cream-soft); margin: 0 0 14px; }
.p-note {
  margin-top: 20px !important; padding-left: 18px;
  border-left: 2px solid var(--gold-deep);
  font-family: var(--f-display); font-style: italic; color: var(--cream) !important;
}
.p-suits { display: grid; gap: 16px; }
.p-suit {
  display: flex; gap: 18px; align-items: center;
  padding: 16px 18px; border-radius: var(--radius);
  background: rgba(255,255,255,.03); border: 1px solid rgba(236,226,204,.1);
  border-left: 3px solid var(--sc, var(--gold));
}
.p-suit img { width: 74px; flex: 0 0 74px; aspect-ratio: 11/15; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow-card); }
.p-suit b { display: block; color: var(--sc-lt, var(--cream)); font-size: 1.05rem; margin-bottom: 3px; }
.p-suit span { color: var(--cream-soft); font-size: .88rem; }

.p-fits { background: linear-gradient(180deg, var(--night), var(--night-2)); }
.p-craft { background: var(--night-2); }
.p-two { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px,4vw,50px); margin-bottom: clamp(40px,6vw,64px); }
.p-col { padding: 30px 28px; border-radius: var(--radius); background: rgba(255,255,255,.03); border: 1px solid rgba(236,226,204,.1); border-top: 3px solid var(--gold-deep); }
.p-col h3 { font-family: var(--f-accent); font-size: 1.6rem; color: var(--gold); margin-bottom: 12px; }
.p-col p { color: var(--cream-soft); font-size: .95rem; margin: 0; }

.p-deeper { background: linear-gradient(180deg, var(--night-2), var(--night)); }
.p-list { padding: 30px 28px; border-radius: var(--radius); background: rgba(255,255,255,.03); border: 1px solid rgba(236,226,204,.1); }
.p-list h3 { font-size: 1.2rem; color: var(--cream); margin-bottom: 18px; }
/* testimonials — a grid so more voices can be added beside the first */
.p-voices { background: var(--night-2); }
.voices-grid { display: grid; gap: clamp(20px,2.6vw,28px); grid-template-columns: repeat(2, 1fr); max-width: 940px; margin: 0 auto; }
@media (max-width: 780px) { .voices-grid { grid-template-columns: 1fr; } }
.voice {
  position: relative; margin: 0;
  padding: clamp(30px,4vw,46px) clamp(26px,3.4vw,42px) clamp(26px,3vw,36px);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  border: 1px solid rgba(236,226,204,.12);
  border-top: 3px solid var(--gold-deep);
}
.voice::before {
  content: "\201C"; position: absolute; top: 4px; left: 20px;
  font-family: var(--f-display); font-size: 5rem; line-height: 1;
  color: var(--gold); opacity: .3;
}
.voice-lead { grid-column: 1 / -1; text-align: center; }
.voice-lead::before { left: 50%; transform: translateX(-50%); }
.voice-on { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin: 0 0 14px; }
.voice blockquote { margin: 0; }
.voice blockquote p {
  font-family: var(--f-display); font-style: italic;
  font-size: clamp(1.08rem, 2.1vw, 1.42rem); line-height: 1.5;
  color: var(--cream); margin: 0 0 16px;
}
.voice blockquote p:last-child { margin-bottom: 0; color: var(--cream-soft); }
.voice blockquote em { font-style: normal; color: var(--gold); }
.voice figcaption { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(236,226,204,.12); }
.voice figcaption b { display: block; font-family: var(--f-accent); font-size: 1.2rem; color: var(--cream); }
.voice figcaption span { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--cream-dim); }

.p-who { background: var(--night); }
.p-who .section-head p { color: var(--cream-soft); }

@media (max-width: 940px) {
  .p-grid, .p-two { grid-template-columns: 1fr; }
  .p-split, .p-split.reverse { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .p-suit img { width: 58px; flex: 0 0 58px; }
  .p-card { padding: 26px 22px 28px; }
  .p-col, .p-list { padding: 24px 20px; }
}

/* ------------------------------------------------------------- contact --- */
.contact { background: linear-gradient(180deg, var(--night-2), var(--night)); }
.contact-wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(30px,5vw,64px); }
.contact-intro h2 { font-size: clamp(1.9rem,3.8vw,2.7rem); }
.contact-intro p { color: var(--cream-soft); }
.contact-intro .direct { margin-top: 26px; display: grid; gap: 10px; }
.contact-intro .direct a { color: var(--cream); font-weight: 600; display: inline-flex; gap: 10px; align-items: center; }
.contact-intro .direct a:hover { color: var(--gold); }
form.card-form { background: rgba(255,255,255,.03); border: 1px solid rgba(236,226,204,.12); border-radius: var(--radius); padding: 30px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--cream-soft); margin-bottom: 8px; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; font-family: var(--f-body); font-size: 1rem; color: var(--cream); background: rgba(20,16,31,.6); border: 1px solid rgba(236,226,204,.18); border-radius: 10px; padding: 13px 15px; transition: border-color .2s, box-shadow .2s; }
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(227,184,102,.18); }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23e3b866' stroke-width='1.6' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
.form-msg { font-size: .9rem; margin-top: 14px; min-height: 1.2em; color: var(--gold); }

/* -------------------------------------------------------------- footer --- */
.site-footer { background: var(--night); border-top: 1px solid rgba(227,184,102,.14); padding: 64px 0 34px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.footer-brand .brand { font-size: 1.7rem; margin-bottom: 14px; }
.footer-brand p { color: var(--cream-soft); font-size: .92rem; max-width: 34ch; }
.footer-col h4 { font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin: 0 0 16px; font-weight: 700; }
.footer-col a { display: block; color: var(--cream-soft); font-size: .92rem; margin-bottom: 10px; }
.footer-col a:hover { color: var(--cream); }
.footer-bottom { border-top: 1px solid rgba(236,226,204,.1); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .82rem; color: var(--cream-dim); }
.footer-bottom .tagline { font-family: var(--f-display); font-style: italic; }

/* --------------------------------------------------------------- modal --- */
.modal-overlay { position: fixed; inset: 0; z-index: 100; display: none; background: rgba(10,7,18,.72); backdrop-filter: blur(6px); align-items: center; justify-content: center; padding: 24px; }
.modal-overlay.open { display: flex; }
.modal { width: 100%; max-width: 430px; border-radius: 18px; padding: 38px 34px; background: linear-gradient(180deg, var(--dusk), var(--night-2)); border: 1px solid rgba(227,184,102,.28); box-shadow: 0 40px 80px -30px rgba(0,0,0,.8); position: relative; animation: pop .4s var(--ease); }
@keyframes pop { from { opacity: 0; transform: translateY(14px) scale(.98); } }
.modal .close { position: absolute; top: 16px; right: 18px; background: none; border: 0; color: var(--cream-soft); font-size: 1.5rem; cursor: pointer; line-height: 1; }
.modal .close:hover { color: var(--gold); }
.modal .m-brand { font-family: var(--f-accent); font-size: 1.6rem; color: var(--gold); text-align: center; }
.modal h3 { text-align: center; font-size: 1.5rem; color: var(--cream); margin: 6px 0 4px; }
.modal .m-sub { text-align: center; color: var(--cream-soft); font-size: .9rem; margin: 0 0 24px; }
.modal .field { margin-bottom: 16px; }
.modal .m-alt { text-align: center; font-size: .88rem; color: var(--cream-soft); margin-top: 18px; }
.modal .m-alt a { color: var(--gold); font-weight: 700; cursor: pointer; }
.modal .m-note { text-align: center; font-size: .76rem; color: var(--cream-dim); margin-top: 16px; }

/* ------------------------------------------------------- members view --- */
#membersView { display: none; }
body.members-mode #membersView { display: block; }
body.members-mode #publicView { display: none; }
.dash { min-height: 100vh; padding-top: 74px; }
.dash-hero { background: linear-gradient(180deg, var(--dusk), var(--night-2)); padding: 48px 0 40px; border-bottom: 1px solid rgba(227,184,102,.18); }
.dash-hero .eyebrow { margin-bottom: 10px; }
.dash-hero h1 { font-family: var(--f-display); font-size: clamp(1.8rem,4vw,2.6rem); color: var(--cream); }
.dash-hero p { color: var(--cream-soft); margin: 8px 0 0; }
.dash-section { padding: 44px 0; }
.dash-section h2 { font-size: 1.5rem; color: var(--cream); margin-bottom: 6px; }
.dash-section .dsub { color: var(--cream-soft); font-size: .92rem; margin-bottom: 26px; }
.lesson-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.lesson { border-radius: 12px; overflow: hidden; background: rgba(255,255,255,.03); border: 1px solid rgba(236,226,204,.1); transition: transform .3s var(--ease), border-color .3s; }
.lesson:hover { transform: translateY(-5px); border-color: rgba(227,184,102,.4); }
.lesson .thumb { aspect-ratio: 16/9; background: linear-gradient(135deg, var(--plum), var(--night)); display: grid; place-items: center; position: relative; }
.lesson .thumb .play { width: 54px; height: 54px; border-radius: 50%; background: rgba(227,184,102,.9); display: grid; place-items: center; }
.lesson .thumb .play::before { content: ""; border-left: 15px solid #241a0a; border-top: 9px solid transparent; border-bottom: 9px solid transparent; margin-left: 4px; }
.lesson .thumb .dur { position: absolute; bottom: 10px; right: 12px; font-size: .72rem; background: rgba(0,0,0,.55); padding: 2px 8px; border-radius: 6px; color: var(--cream); }
.lesson .meta { padding: 16px 18px; }
.lesson .meta .k { font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.lesson .meta h3 { font-size: 1.08rem; color: var(--cream); margin: 4px 0 6px; }
.lesson .meta p { font-size: .86rem; color: var(--cream-soft); margin: 0; }
.deep-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.deep { padding: 24px; border-radius: 12px; background: rgba(255,255,255,.03); border: 1px solid rgba(236,226,204,.1); border-left: 3px solid var(--dc, var(--gold)); }
.deep h3 { font-family: var(--f-accent); font-size: 1.3rem; color: var(--cream); }
.deep .role { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--dc-lt, var(--gold)); margin: 4px 0 10px; }
.deep p { font-size: .9rem; color: var(--cream-soft); margin: 0; }

/* --------------------------------------------------------- responsive --- */
@media (max-width: 940px) {
  .nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .suit-grid, .steps, .video-row, .lesson-grid, .deep-grid, .ways-grid { grid-template-columns: 1fr 1fr; }
  .hero-product, .session-wrap, .members-grid, .contact-wrap, .about-wrap, .shop-secondary { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .step::after { display: none; }
  .about-wrap { max-width: 480px; }
  .about-mark { max-width: 220px; margin: 0 auto; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  /* Tighter eyebrows so a centred one like "The deck at a glance" keeps its
     rules on the same line instead of wrapping under a lone dash. */
  /* btn has white-space:nowrap, so a long label (e.g. "Sign in to the Members
     area") outgrew its panel and ate the right-hand margin. Stack and fill. */
  .members-cta { flex-direction: column; align-items: stretch; }
  .members-cta .btn { width: 100%; justify-content: center; text-align: center;
                      white-space: normal; padding-left: 18px; padding-right: 18px; }
  .eyebrow { font-size: .64rem; letter-spacing: .16em; gap: 9px; }
  .eyebrow::before, .eyebrow.center::after { width: 16px; }
  .section-head .eyebrow.center { flex-wrap: nowrap; }
  .section-head .eyebrow.center::before,
  .section-head .eyebrow.center::after { flex: 0 0 16px; }
  .header-actions .signin, .header-actions .btn-primary { display: none; }
  .mobile-nav .btn-primary { margin-top: 6px; }
  .steps, .video-row, .lesson-grid, .deep-grid, .ways-grid, .footer-top { grid-template-columns: 1fr; }
  .suit-grid { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
  .hero-meta { gap: 16px; }
  .offer { flex-direction: column; align-items: flex-start; }
  .triad { gap: 14px; }
  .slot-role b { font-size: 1.05rem; }
  .slot-essence { display: none; }
}

/* mobile nav drawer */
.mobile-nav { position: fixed; inset: 0; z-index: 60; background: rgba(20,16,31,.97); backdrop-filter: blur(10px); display: none; flex-direction: column; align-items: center; justify-content: center; gap: 24px; }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-family: var(--f-display); font-size: 1.5rem; color: var(--cream); }
.mobile-nav a:hover { color: var(--gold); }
.mobile-nav .close { position: absolute; top: 22px; right: 24px; background: none; border: 0; color: var(--cream); font-size: 2rem; cursor: pointer; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) { * { animation-duration: .001ms !important; transition-duration: .001ms !important; } }
