/* =====================================================================
 * Past Life — marketing site
 * Visual language mirrors the app (app/src/theme.js):
 *   dusk indigo + candle gold + parchment. Restrained, mythic, literary.
 * ===================================================================== */

:root {
  /* palette — lifted from app theme.js */
  --bg:        #14101f;
  --bg-elev:   #1d1730;
  --card:      #241c3a;
  --ink:       #ece6f5;
  --ink-soft:  #b3a9c9;
  --ink-faint: #7d7393;
  --gold:      #d9b25f;
  --gold-soft: #b9914a;
  --rose:      #c98a9b;
  --line:      #332a4a;
  --fire:      #d97a5a;
  --earth:     #b59455;
  --air:       #9bb7d4;
  --water:     #7fa9b8;

  --bg-deep:   #0f0c18;
  --gold-glow: rgba(217, 178, 95, 0.14);

  --serif: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  --prose: "EB Garamond", Georgia, serif;
  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --maxw: 1120px;
  --ease: cubic-bezier(0.22, 1, 0.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;
  background: var(--bg);
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { color: var(--ink); font-weight: 500; margin: 0; }

/* film-grain / candle haze overlay */
.grain {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  opacity: 0.5; mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }
.container-narrow { max-width: 760px; }
.center { text-align: center; }

/* shared type bits */
.kicker {
  font-family: var(--sans); font-size: 12.5px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold);
  margin: 0 0 18px;
}
.kicker-center { display: inline-block; }
.eyebrow {
  font-family: var(--sans); font-size: 12px; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-faint);
  margin: 0 0 16px;
}
.display {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(2.6rem, 7vw, 4.7rem); line-height: 1.04;
  letter-spacing: -0.01em; color: var(--ink); margin: 0 0 22px;
}
.section-title {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(1.9rem, 4.2vw, 3rem); line-height: 1.12;
  letter-spacing: -0.01em; color: var(--ink); margin: 0 0 20px;
}
.section-lede {
  font-family: var(--prose); font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.62; color: var(--ink-soft); max-width: 62ch; margin: 0 0 8px;
}
.count-gold { color: var(--gold); font-style: italic; }

/* ───────────────────────── buttons ───────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-weight: 600; font-size: 15px;
  border-radius: 999px; padding: 13px 24px; cursor: pointer;
  border: 1px solid transparent; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s;
  white-space: nowrap;
}
.btn-gold { background: var(--gold); color: #221a0a; box-shadow: 0 6px 30px -10px var(--gold); }
.btn-gold:hover { background: #e6c06f; transform: translateY(-1px); }
.btn-ghost { border-color: var(--line); color: var(--ink-soft); background: rgba(255,255,255,0.02); }
.btn-ghost:hover { border-color: var(--gold-soft); color: var(--gold); }

/* ───────────────────────── nav ───────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; gap: 24px;
  padding: 16px 28px;
  backdrop-filter: blur(10px);
  background: linear-gradient(to bottom, rgba(15,12,24,0.82), rgba(15,12,24,0));
  transition: background .3s, border-color .3s, padding .3s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(15,12,24,0.92);
  border-bottom-color: var(--line);
  padding-top: 12px; padding-bottom: 12px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); }
.brand-mark {
  display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%;
  color: var(--gold); border: 1px solid var(--gold-soft);
  box-shadow: 0 0 18px -4px var(--gold-glow); background: radial-gradient(circle at 50% 35%, rgba(217,178,95,0.18), transparent 70%);
}
.brand-word { font-family: var(--serif); font-size: 21px; font-weight: 600; letter-spacing: 0.01em; color: var(--ink); }
.nav-links { display: flex; gap: 26px; margin-left: auto; }
.nav-links a { font-size: 14.5px; color: var(--ink-soft); transition: color .2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { margin-left: 4px; padding: 9px 18px; font-size: 14px; }

/* ───────────────────────── hero ───────────────────────── */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 140px 24px 80px; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-img {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%;
  filter: saturate(0.92) brightness(0.62) contrast(1.02);
  transform: scale(1.06);
  animation: heroDrift 26s ease-in-out infinite alternate;
}
@keyframes heroDrift { to { transform: scale(1.13) translateY(-1.5%); } }
@media (prefers-reduced-motion: reduce) { .hero-img { animation: none; } }
.hero-wash {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 75% 15%, rgba(217,178,95,0.10), transparent 55%),
    linear-gradient(to right, rgba(15,12,24,0.94) 0%, rgba(15,12,24,0.74) 45%, rgba(15,12,24,0.42) 100%),
    linear-gradient(to top, var(--bg) 4%, rgba(20,16,31,0.2) 55%, rgba(20,16,31,0.55) 100%);
}
.hero-bg.failed { background: radial-gradient(120% 90% at 70% 10%, #241c3a, var(--bg) 60%); }
.hero-bg.failed .hero-img { display: none; }

.hero-inner { position: relative; z-index: 2; max-width: 760px; width: 100%; margin: 0 auto; }
.lede {
  font-family: var(--prose); font-size: clamp(1.12rem, 1.9vw, 1.42rem);
  line-height: 1.6; color: var(--ink-soft); max-width: 56ch; margin: 0 0 34px;
}
.lede strong { color: var(--ink); font-weight: 500; }

.waitlist-form { display: flex; gap: 10px; max-width: 480px; flex-wrap: wrap; }
.waitlist-form input {
  flex: 1 1 240px; min-width: 0;
  background: rgba(20,16,31,0.6); border: 1px solid var(--line); border-radius: 999px;
  color: var(--ink); font-family: var(--sans); font-size: 15px; padding: 13px 20px;
  transition: border-color .2s, box-shadow .2s;
}
.waitlist-form input::placeholder { color: var(--ink-faint); }
.waitlist-form input:focus { outline: none; border-color: var(--gold-soft); box-shadow: 0 0 0 3px var(--gold-glow); }
.waitlist-form.ok input { border-color: var(--gold-soft); }

.hero-note { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 14px; color: var(--ink-faint); margin: 20px 0 0; }
.ios-badge { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-soft); }
.hero-note-sep { opacity: 0.5; }
.microline { font-size: 12.5px; color: var(--ink-faint); margin: 28px 0 0; letter-spacing: 0.01em; }

.scroll-cue {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 3;
  width: 26px; height: 42px; border: 1px solid var(--line); border-radius: 999px;
  display: grid; place-items: start center; padding-top: 8px;
}
.scroll-cue span { width: 3px; height: 8px; border-radius: 2px; background: var(--gold); animation: cue 1.8s var(--ease) infinite; }
@keyframes cue { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translateY(12px); } }
@media (prefers-reduced-motion: reduce) { .scroll-cue span { animation: none; } }

/* ───────────────────────── sections ───────────────────────── */
.section { padding: 110px 0; position: relative; }
.section + .section { padding-top: 0; }
.section-worlds, .section-reading, .section-pricing { background:
  linear-gradient(to bottom, transparent, rgba(29,23,48,0.35) 10%, rgba(29,23,48,0.35) 90%, transparent); }
.section-worlds { padding-top: 110px; }

/* steps */
.steps { list-style: none; margin: 44px 0 0; padding: 0; display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); counter-reset: step; }
.step {
  background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 30px 28px;
  position: relative; overflow: hidden;
}
.step::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 1px; background: linear-gradient(to right, transparent, var(--gold-soft), transparent); opacity: 0.45; }
.step-no { font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--gold); letter-spacing: 0.1em; }
.step h3 { font-family: var(--serif); font-size: 1.5rem; margin: 10px 0 10px; color: var(--ink); }
.step p { margin: 0; font-size: 15.5px; color: var(--ink-soft); }

/* callout */
.callout {
  margin-top: 40px; padding: 38px 40px; border-radius: 20px;
  background: linear-gradient(135deg, rgba(36,28,58,0.9), rgba(29,23,48,0.6));
  border: 1px solid var(--line); position: relative;
}
.callout::after { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 2px; border-radius: 2px; background: linear-gradient(var(--gold), transparent); }
.callout-kicker { font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin: 0 0 12px; }
.callout-body { font-family: var(--prose); font-size: 1.22rem; line-height: 1.62; color: var(--ink); margin: 0; max-width: 70ch; }
.callout-body em { color: var(--gold); font-style: italic; }

/* gallery */
.gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 40px 0 34px; }
.tile { margin: 0; position: relative; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 3 / 4; background: var(--bg-elev); }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), filter .4s; filter: saturate(0.9) brightness(0.86); }
.tile:hover img { transform: scale(1.07); filter: saturate(1) brightness(1); }
.tile figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 12px 10px;
  font-family: var(--serif); font-size: 14px; color: var(--ink); letter-spacing: 0.03em;
  background: linear-gradient(to top, rgba(15,12,24,0.92), transparent);
}
.tile.failed { display: none; }

.era-list { list-style: none; margin: 0; padding: 26px 0 0; border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: 8px 0; }
.era-list li { font-family: var(--sans); font-size: 13px; color: var(--ink-faint); padding: 3px 14px; position: relative; }
.era-list li::after { content: "·"; position: absolute; right: -2px; color: var(--line); }
.era-list li:last-child::after { content: ""; }

/* reading card */
.reading-card {
  margin-top: 44px; display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 0;
  background: var(--card); border: 1px solid var(--line); border-radius: 22px; overflow: hidden;
  box-shadow: 0 40px 80px -40px rgba(0,0,0,0.7);
}
.reading-portrait { position: relative; min-height: 420px; }
.reading-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; filter: brightness(0.82) saturate(0.95); }
.reading-portrait-grad { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,16,31,0.95) 4%, transparent 55%); }
.reading-portrait.failed img { display: none; }
.reading-portrait.failed { background: linear-gradient(160deg, #2a2142, #1a1428); }
.reading-portrait-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 28px 26px; }
.reading-role { font-family: var(--serif); font-size: 1.4rem; line-height: 1.2; color: #fff; margin: 0 0 8px; text-shadow: 0 1px 10px rgba(0,0,0,0.6); }
.reading-era { font-family: var(--sans); font-size: 13px; color: var(--gold); margin: 0; letter-spacing: 0.01em; }

.reading-body { padding: 34px 36px 36px; }
.reading-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.chip { display: inline-flex; flex-direction: column; gap: 3px; padding: 9px 15px; border-radius: 12px; background: var(--bg-elev); border: 1px solid var(--line); }
.chip-label { font-family: var(--sans); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint); }
.chip-val { font-family: var(--sans); font-size: 14.5px; font-weight: 600; }
.chip-soul { border-color: var(--earth); } .chip-soul .chip-val { color: var(--earth); }
.chip-unfinished { border-color: var(--gold-soft); } .chip-unfinished .chip-val { color: var(--gold); }

.reading-why { font-family: var(--prose); font-style: italic; font-size: 1.12rem; line-height: 1.55; color: var(--ink-soft); margin: 0 0 24px; }
.reading-label { font-family: var(--sans); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin: 0 0 12px; }
.reading-prose p { font-family: var(--prose); font-size: 1.12rem; line-height: 1.72; color: var(--ink); margin: 0 0 14px; }
.reading-prose p:last-child { margin-bottom: 0; }

.almost { margin-top: 26px; padding: 22px 24px; border-radius: 14px; background: var(--bg-elev); border: 1px solid var(--line); }
.almost-title { font-family: var(--serif); font-size: 1.15rem; color: var(--ink); margin: 0 0 12px; }
.almost ul { margin: 0; padding: 0; list-style: none; }
.almost li { font-family: var(--prose); font-size: 1.02rem; color: var(--ink-soft); padding: 4px 0 4px 18px; position: relative; }
.almost li::before { content: "·"; position: absolute; left: 4px; color: var(--gold); }
.almost-foot { font-family: var(--prose); font-style: italic; font-size: 0.96rem; color: var(--ink-faint); margin: 12px 0 0; }
.reading-foot { font-family: var(--prose); font-size: 1.1rem; line-height: 1.6; color: var(--ink-soft); max-width: 64ch; margin: 30px 0 0; }
.reading-foot strong { color: var(--gold); font-weight: 500; }

/* tiers */
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.tier-card { padding: 32px 28px; border-radius: 18px; border: 1px solid var(--line); background: var(--card); }
.tier-card-mid { background: linear-gradient(160deg, #2a2142, var(--card)); border-color: var(--gold-soft); }
.tier-pct { font-family: var(--serif); font-style: italic; font-size: 1.7rem; color: var(--gold); margin: 0 0 6px; }
.tier-card h3 { font-family: var(--serif); font-size: 1.55rem; margin: 0 0 10px; }
.tier-card p { margin: 0; font-size: 15.5px; color: var(--ink-soft); }

/* pricing */
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 44px; }
.price-card { padding: 28px 24px; border-radius: 18px; border: 1px solid var(--line); background: var(--card); display: flex; flex-direction: column; }
.price-free { border-color: var(--gold-soft); }
.price-card-annual { background: linear-gradient(165deg, #2b2344, var(--card)); }
.price-tag { font-family: var(--serif); font-size: 2rem; color: var(--gold); margin: 0 0 14px; line-height: 1; }
.price-tag .per { font-family: var(--sans); font-size: 0.9rem; color: var(--ink-faint); font-weight: 500; }
.price-card h3 { font-family: var(--serif); font-size: 1.3rem; margin: 0 0 10px; }
.price-card p { margin: 0; font-size: 14.5px; color: var(--ink-soft); }
.price-foot { font-size: 13px; color: var(--ink-faint); margin: 26px 0 0; max-width: 72ch; }

/* the line */
.section-line { padding: 96px 0; }
.section-line .container { text-align: center; }
.section-line .eyebrow, .section-line .section-title { display: block; }
.line-body { font-family: var(--prose); font-size: clamp(1.18rem, 2.1vw, 1.5rem); line-height: 1.66; color: var(--ink); margin: 0 auto; max-width: 60ch; }
.line-body em { color: var(--gold); font-style: italic; }

/* final cta */
.section-final { padding: 120px 0; background: radial-gradient(80% 120% at 50% 0%, rgba(217,178,95,0.08), transparent 60%); }
.final-title { font-family: var(--serif); font-weight: 500; font-size: clamp(2.1rem, 5vw, 3.4rem); line-height: 1.08; color: var(--ink); margin: 0 0 32px; }
.final-form { margin: 0 auto; justify-content: center; }
.final-note { font-size: 13.5px; color: var(--ink-faint); margin: 22px 0 0; }

/* footer */
.footer { border-top: 1px solid var(--line); padding: 54px 0 40px; background: var(--bg-deep); position: relative; z-index: 2; }
.footer-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; flex-wrap: wrap; }
.footer-brand .brand-word { font-size: 24px; }
.footer-tag { font-family: var(--prose); font-style: italic; color: var(--ink-faint); margin: 8px 0 0; font-size: 15px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 26px; }
.footer-links a { font-size: 14px; color: var(--ink-soft); transition: color .2s; }
.footer-links a:hover { color: var(--gold); }
.footer-fine { margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.footer-fine p { font-size: 12.5px; color: var(--ink-faint); margin: 0; max-width: 60ch; }

/* toast */
.toast {
  position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%) translateY(20px);
  background: var(--card); border: 1px solid var(--gold-soft); color: var(--ink);
  padding: 13px 22px; border-radius: 999px; font-size: 14.5px; z-index: 100;
  opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s var(--ease);
  box-shadow: 0 20px 50px -20px rgba(0,0,0,0.8);
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* scroll reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ───────────────────────── legal / content pages ───────────────────────── */
.page { padding: 130px 0 90px; }
.page .container { max-width: 760px; }
.page h1 { font-family: var(--serif); font-size: clamp(2.2rem, 5vw, 3rem); margin: 0 0 8px; }
.page .updated { font-size: 13px; color: var(--ink-faint); margin: 0 0 36px; letter-spacing: 0.02em; }
.page h2 { font-family: var(--serif); font-size: 1.5rem; color: var(--ink); margin: 38px 0 12px; }
.page p, .page li { font-family: var(--prose); font-size: 1.08rem; line-height: 1.7; color: var(--ink-soft); }
.page p { margin: 0 0 14px; }
.page ul { margin: 0 0 16px; padding-left: 22px; }
.page li { margin: 0 0 8px; }
.page a.inline { color: var(--gold); text-decoration: underline; text-underline-offset: 2px; }
.page strong { color: var(--ink); font-weight: 500; }
.page .note { background: var(--card); border: 1px solid var(--line); border-left: 2px solid var(--gold-soft); border-radius: 10px; padding: 16px 20px; margin: 0 0 18px; font-size: 0.98rem; }
.page .back { display: inline-block; margin-top: 40px; font-family: var(--sans); font-size: 14px; color: var(--gold); }
.faq { border-top: 1px solid var(--line); padding-top: 20px; margin-top: 8px; }

/* ───────────────────────── lightbox ───────────────────────── */
/* clickable thumbnails (gallery tiles + reading portrait) */
.tile { cursor: zoom-in; }
.tile::after {
  content: "";
  position: absolute; top: 9px; right: 9px; width: 22px; height: 22px; z-index: 2;
  border-radius: 50%; background: rgba(15,12,24,0.55); border: 1px solid rgba(217,178,95,0.5);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d9b25f' stroke-width='1.6' stroke-linecap='round'%3E%3Ccircle cx='5' cy='5' r='3.2'/%3E%3Cpath d='M7.4 7.4L11 11'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
  opacity: 0; transition: opacity .25s; pointer-events: none;
}
.tile:hover::after { opacity: 1; }
.reading-portrait { cursor: zoom-in; }

.lightbox {
  position: fixed; inset: 0; z-index: 200; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 16px; padding: 28px;
  background: rgba(10, 8, 16, 0.92); backdrop-filter: blur(6px);
  opacity: 0; visibility: hidden; transition: opacity .28s var(--ease), visibility .28s;
}
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox-stage { position: relative; display: flex; align-items: center; justify-content: center; max-width: min(92vw, 760px); max-height: 82vh; }
.lightbox-img {
  max-width: 100%; max-height: 82vh; width: auto; height: auto;
  border-radius: 14px; border: 1px solid var(--line);
  box-shadow: 0 40px 100px -30px rgba(0,0,0,0.9);
  opacity: 0; transition: opacity .35s var(--ease); transform: scale(0.98);
}
.lightbox-img.loaded { opacity: 1; transform: none; }
.lightbox-spinner {
  position: absolute; width: 34px; height: 34px; border-radius: 50%;
  border: 2px solid var(--line); border-top-color: var(--gold); animation: spin .8s linear infinite;
}
.lightbox.loaded .lightbox-spinner { display: none; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .lightbox-spinner { animation: none; } .lightbox-img { transition: opacity .2s; transform: none; } }
.lightbox-cap { font-family: var(--prose); font-style: italic; font-size: 1rem; color: var(--ink-soft); margin: 0; text-align: center; max-width: 60ch; }
.lightbox-close {
  position: absolute; top: 16px; right: 20px; width: 42px; height: 42px;
  background: none; border: none; color: var(--ink-soft); font-size: 30px; line-height: 1;
  cursor: pointer; border-radius: 50%; transition: color .2s, background .2s;
}
.lightbox-close:hover { color: var(--gold); background: rgba(255,255,255,0.05); }

/* ───────────────────────── responsive ───────────────────────── */
@media (max-width: 920px) {
  .nav-links { display: none; }
  .steps, .tier-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .reading-card { grid-template-columns: 1fr; }
  .reading-portrait { min-height: 360px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .nav { padding: 12px 18px; }
  .nav-cta { display: none; }
  .section { padding: 80px 0; }
  .hero { padding: 120px 20px 70px; }
  .price-grid, .gallery { grid-template-columns: repeat(2, 1fr); }
  .callout, .reading-body { padding: 26px 22px; }
  .btn { padding: 13px 20px; }
  .footer-fine { flex-direction: column; gap: 8px; }
}
