/* =====================================================================
   Jon Crawley Psychic Medium - Landing Page
   Aesthetic: warm near-black canvas, copper/gold accents,
   Fraunces (editorial serif) + Hanken Grotesk (calm sans)
   ===================================================================== */

/* ---------- Design tokens ---------- */
:root {
  /* Surfaces (brand navy) */
  --bg:            #0a1830;
  --bg-2:          #0d1f3e;
  --surface:       #122a52;
  --surface-2:     #16325f;
  --surface-glass: rgba(18, 42, 82, 0.55);

  /* Accent (logo gold) */
  --accent:        #c8941f;
  --accent-soft:   #e3b75a;
  --accent-deep:   #9a7016;
  --accent-glow:   rgba(200, 148, 31, 0.30);
  --accent-line:   rgba(200, 148, 31, 0.16);

  /* Brand blue (logo) */
  --brand-blue:      #16408f;
  --brand-blue-soft: #2c5fbd;
  --brand-blue-deep: #0e2f73;
  --brand-blue-line: rgba(22, 64, 143, 0.18);

  /* Text (cool, for navy) */
  --ink:           #f2f4fa;
  --ink-soft:      #c7d1e3;
  --muted:         #93a1ba;
  --muted-2:       #6c7b9b;

  /* Lines & shadows */
  --border:        rgba(200, 214, 244, 0.10);
  --border-strong: rgba(200, 214, 244, 0.18);
  --shadow:        0 24px 60px -28px rgba(0, 0, 0, 0.85);
  --shadow-glow:   0 22px 60px -24px rgba(202, 150, 33, 0.38);

  /* Type */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body:    "Hanken Grotesk", system-ui, -apple-system, sans-serif;

  /* Rhythm */
  --container:    1240px;
  --container-narrow: 880px;
  --gutter:       clamp(20px, 5vw, 40px);
  --section-pad:  clamp(72px, 11vw, 140px);
  --radius:       20px;
  --radius-lg:    28px;
  --radius-sm:    12px;
}

/* ---------- Reset / base ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

* { margin: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.125rem);
  line-height: 1.72;
  color: var(--ink-soft);
  background-color: var(--bg);
  background-image:
    radial-gradient(900px 520px at 78% -4%, rgba(56, 98, 172, 0.16), transparent 60%),
    radial-gradient(760px 600px at 0% 8%, rgba(40, 70, 132, 0.10), transparent 55%);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* Subtle film-grain overlay for premium texture */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.04;
  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'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* =====================================================================
   CELESTIAL ATMOSPHERE - drifting stars + breathing nebula
   Fixed layer behind all content. Transform/opacity only (GPU-friendly).
   ===================================================================== */
.cosmos {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

/* Slow breathing copper nebula */
.cosmos__aura {
  position: absolute;
  inset: -12%;
  background:
    radial-gradient(42% 38% at 80% 6%, rgba(56, 98, 172, 0.16), transparent 62%),
    radial-gradient(46% 50% at 10% 26%, rgba(40, 70, 132, 0.10), transparent 64%),
    radial-gradient(40% 44% at 60% 96%, rgba(80, 120, 190, 0.08), transparent 66%);
  transform-origin: 60% 30%;
  animation: cosmosBreathe 19s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

/* Star layers (radial-gradient dots tiled, drift via transform = seamless) */
.cosmos__stars {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200%;
  background-repeat: repeat;
  will-change: transform;
}
.cosmos__stars--far {
  background-size: 220px 220px;
  opacity: 0.5;
  background-image:
    radial-gradient(1.4px 1.4px at 18px 24px, rgba(255, 243, 228, 0.7), transparent 60%),
    radial-gradient(1.2px 1.2px at 46px 140px, rgba(255, 243, 228, 0.5), transparent 60%),
    radial-gradient(1.3px 1.3px at 70px 60px, rgba(255, 243, 228, 0.6), transparent 60%),
    radial-gradient(1px 1px at 95px 190px, rgba(255, 243, 228, 0.45), transparent 60%),
    radial-gradient(1.5px 1.5px at 120px 30px, rgba(255, 243, 228, 0.65), transparent 60%),
    radial-gradient(1.1px 1.1px at 140px 110px, rgba(255, 243, 228, 0.5), transparent 60%),
    radial-gradient(1.3px 1.3px at 165px 170px, rgba(255, 243, 228, 0.55), transparent 60%),
    radial-gradient(1px 1px at 190px 80px, rgba(255, 243, 228, 0.4), transparent 60%),
    radial-gradient(1.2px 1.2px at 30px 92px, rgba(255, 243, 228, 0.5), transparent 60%),
    radial-gradient(1px 1px at 60px 200px, rgba(255, 243, 228, 0.4), transparent 60%),
    radial-gradient(1.4px 1.4px at 105px 132px, rgba(255, 243, 228, 0.6), transparent 60%),
    radial-gradient(1.1px 1.1px at 155px 44px, rgba(255, 243, 228, 0.5), transparent 60%),
    radial-gradient(1px 1px at 200px 150px, rgba(255, 243, 228, 0.4), transparent 60%),
    radial-gradient(1.2px 1.2px at 10px 175px, rgba(255, 243, 228, 0.5), transparent 60%);
  animation: cosmosDriftFar 165s linear infinite;
}
.cosmos__stars--near {
  background-size: 320px 320px;
  opacity: 0.7;
  background-image:
    radial-gradient(2px 2px at 40px 60px, rgba(255, 236, 205, 0.9), transparent 60%),
    radial-gradient(1.6px 1.6px at 120px 200px, rgba(255, 236, 205, 0.7), transparent 60%),
    radial-gradient(2.2px 2.2px at 205px 90px, rgba(228, 188, 96, 0.85), transparent 60%),
    radial-gradient(1.6px 1.6px at 280px 180px, rgba(255, 236, 205, 0.7), transparent 60%),
    radial-gradient(2px 2px at 90px 285px, rgba(255, 236, 205, 0.8), transparent 60%),
    radial-gradient(2.2px 2.2px at 245px 40px, rgba(228, 188, 96, 0.8), transparent 60%),
    radial-gradient(1.8px 1.8px at 160px 130px, rgba(255, 236, 205, 0.75), transparent 60%),
    radial-gradient(1.6px 1.6px at 300px 255px, rgba(255, 236, 205, 0.65), transparent 60%),
    radial-gradient(2px 2px at 60px 160px, rgba(255, 236, 205, 0.8), transparent 60%);
  animation: cosmosDriftNear 115s linear infinite, cosmosTwinkle 7s ease-in-out infinite alternate;
}

@keyframes cosmosDriftFar { to { transform: translate3d(0, -220px, 0); } }
@keyframes cosmosDriftNear { to { transform: translate3d(0, -320px, 0); } }
@keyframes cosmosTwinkle { from { opacity: 0.55; } to { opacity: 0.8; } }
@keyframes cosmosBreathe {
  from { transform: scale(1) translate3d(0, 0, 0); opacity: 0.7; }
  to   { transform: scale(1.13) translate3d(0, -1.5%, 0); opacity: 1; }
}

/* Lighten the load on small screens */
@media (max-width: 760px) {
  .cosmos__stars--near { display: none; }
}

img { max-width: 100%; display: block; height: auto; }

a { color: inherit; text-decoration: none; }

button { font: inherit; cursor: pointer; }

ul, ol { list-style: none; padding: 0; }

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -120px;
  z-index: 200;
  background: var(--accent);
  color: #20140a;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 10px;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 16px; }

/* ---------- Layout primitives ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  position: relative;
  z-index: 2;
}
.container--narrow { max-width: var(--container-narrow); }

.section { padding-block: var(--section-pad); position: relative; }
/* clip decorative lotus bleed so it never causes horizontal overflow */
.about, .booking, .site-footer { overflow: hidden; }

.section__head { margin-bottom: clamp(40px, 5vw, 64px); }
.section__head--center { text-align: center; }
.section__head--wide { max-width: 760px; margin-inline: auto; }

.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 16px;
}

.section__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.9rem, 1.3rem + 2.6vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-wrap: balance;
}

.section__lede {
  margin-top: 20px;
  color: var(--muted);
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.15rem);
  text-wrap: pretty;
}

.accent { color: var(--accent); }

/* ---------- Glass card base ---------- */
.card-glass {
  background: linear-gradient(165deg, var(--surface-2), var(--surface));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* ---------- Icons ---------- */
.icon {
  width: 1.25em;
  height: 1.25em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}
.icon--accent { color: var(--accent); }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  background: var(--btn-bg);
  color: var(--ink);
  transition: transform 0.25s ease, box-shadow 0.3s ease, background 0.25s ease, border-color 0.25s ease;
}
.btn .icon { width: 1.1em; height: 1.1em; }

.btn--primary {
  /* lighter, glossy metallic gold (highlight top -> #c7941e base) */
  --btn-bg: linear-gradient(180deg, #efc868 0%, #dcab3c 46%, #c7941e 100%);
  color: #2a1c05;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 14px 30px -14px rgba(199, 148, 30, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    inset 0 -2px 7px rgba(120, 80, 10, 0.22);
}
/* moving gloss "swipe" highlight */
.btn--primary::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  width: 22%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.65), transparent);
  transform: skewX(-20deg);
  pointer-events: none;
  animation: btnSheen 5.5s ease-in-out infinite;
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 20px 44px -14px rgba(199, 148, 30, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    inset 0 -2px 7px rgba(120, 80, 10, 0.22);
}
.btn--primary:hover::after { animation-duration: 1.1s; }
@keyframes btnSheen {
  0%   { left: -30%; opacity: 0; }
  10%  { opacity: 1; }
  26%  { left: 112%; opacity: 0; }
  100% { left: 112%; opacity: 0; }
}

/* longer pill variant (specificity beats .btn--lg padding shorthand) */
.btn.btn--wide { padding-inline: clamp(42px, 5.5vw, 64px); }
.btn--primary:active { transform: translateY(0); }

.btn--ghost {
  border-color: var(--border-strong);
  background: rgba(255, 255, 255, 0.02);
  color: var(--ink);
}
.btn--ghost:hover {
  border-color: var(--accent);
  color: var(--accent-soft);
  transform: translateY(-2px);
}

.btn--lg { padding: 16px 32px; font-size: 1rem; }
.btn--block { width: 100%; }
.btn--pill { border-radius: 14px; }
.btn__arrow { transition: transform 0.25s ease; }
.btn:hover .btn__arrow { transform: translateX(4px); }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--accent);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.link-arrow span { transition: transform 0.25s ease; }
.link-arrow:hover span { transform: translateX(5px); }

/* =====================================================================
   HEADER
   ===================================================================== */
/* Light-mode header (always solid so the logo reads on a light surface) */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(240, 248, 250, 0.9);
  backdrop-filter: blur(12px) saturate(1.05);
  border-bottom: 1px solid rgba(23, 48, 66, 0.08);
  box-shadow: 0 10px 30px -24px rgba(20, 55, 75, 0.45);
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.site-header.is-stuck {
  background: rgba(240, 248, 250, 0.95);
  box-shadow: 0 14px 34px -22px rgba(20, 55, 75, 0.5);
}

/* logo lockup in the header */
.brand--logo { display: block; }
.brand__logo {
  height: clamp(34px, 3.1vw, 46px);
  width: auto;
  display: block;
}

/* dark nav text + controls on the light header */
.site-header .nav__link { color: #3a5160; }
.site-header .nav__link:hover { color: #173042; }
.site-header .nav__link.is-active { color: var(--brand-blue); }
.site-header .nav__link.is-active::after { background: var(--brand-blue); }
.site-header .brand__name { color: #173042; }
.site-header .brand__role { color: #5f7682; }
.site-header .nav-toggle { border-color: rgba(23, 48, 66, 0.18); }
.site-header .nav-toggle span { background: #173042; }

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 80px;
}

.brand { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name {
  position: relative;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink);
  padding-bottom: 7px;
  margin-bottom: 2px;
}
.brand__name::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: var(--accent);
}
.brand__role {
  text-transform: uppercase;
  letter-spacing: 0.34em;
  font-size: 0.62rem;
  font-weight: 600;
  color: var(--muted);
}

.nav__list { display: flex; gap: clamp(20px, 2.4vw, 38px); }
.nav__link {
  position: relative;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-soft);
  padding: 6px 0;
  transition: color 0.2s ease;
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width 0.3s ease;
}
.nav__link:hover { color: var(--ink); }
.nav__link:hover::after,
.nav__link.is-active::after { width: 100%; }
.nav__link.is-active { color: var(--accent); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid var(--border-strong);
  border-radius: 10px;
}
.nav-toggle span {
  width: 20px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =====================================================================
   HERO
   ===================================================================== */
.hero {
  position: relative;
  z-index: 1;                 /* sit above the starfield for a clean navy field */
  padding-top: clamp(24px, 3.5vw, 48px);
  padding-bottom: clamp(40px, 6vw, 80px);
  overflow: hidden;
  /* deep brand-navy field with a soft blue spotlight + faint warm halo behind Jon */
  background:
    radial-gradient(46% 40% at 61% 25%, rgba(220, 178, 100, 0.13), transparent 60%),
    radial-gradient(80% 66% at 60% 40%, rgba(60, 102, 176, 0.42), transparent 64%),
    radial-gradient(120% 90% at 50% 116%, rgba(4, 9, 24, 0.55), transparent 66%),
    linear-gradient(168deg, #16294e 0%, #0e2042 46%, #070f28 100%);
}

/* warm aura that bleeds behind the portrait on the right */
.hero__aura {
  position: absolute;
  top: -14%;
  right: -10%;
  width: min(72%, 880px);
  height: 135%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(closest-side at 58% 44%, rgba(70, 112, 188, 0.30), rgba(40, 72, 134, 0.14) 46%, transparent 72%);
  filter: blur(8px);
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  align-items: center;
  gap: clamp(14px, 2.2vw, 34px);
  min-height: min(72vh, 640px);
}
.hero__grid > * { min-width: 0; }

.hero__content { max-width: 640px; }

/* right side: portrait grows, quote pinned to the far edge */
.hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(4px, 1vw, 18px);
  min-height: 540px;
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.4rem, 1.5rem + 2.9vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 22px;
}
.hero__title-line,
.hero__title .accent { display: block; }

.hero__sub {
  font-size: clamp(1.02rem, 0.98rem + 0.4vw, 1.18rem);
  color: var(--muted);
  max-width: 420px;
  margin-bottom: 30px;
  text-wrap: pretty;
}

/* inline icon mini-stats */
.hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 2.2vw, 30px);
  margin-bottom: 32px;
}
.hero-stat { display: flex; align-items: center; gap: 11px; }
.hero-stat__icon { color: var(--accent); display: inline-flex; }
.hero-stat__icon .icon { width: 1.55rem; height: 1.55rem; stroke-width: 1.4; }
.hero-stat__text { display: flex; flex-direction: column; line-height: 1.2; }
.hero-stat__text strong {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--ink);
  font-size: 1.04rem;
}
.hero-stat__text span { font-size: 0.8rem; color: var(--muted); }

.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* portrait, blended into the dark + glow (no frame) */
.hero__portrait {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2%;
  right: 150px;
  z-index: 2;
  display: grid;
  place-items: end center;
  pointer-events: none;
}
.hero__glow {
  position: absolute;
  inset: 5% 4% 0;
  z-index: 0;
  border-radius: 50% 50% 46% 46%;
  background: radial-gradient(circle at 50% 40%, rgba(214, 200, 168, 0.18), rgba(120, 134, 170, 0.10) 46%, transparent 70%);
  filter: blur(6px);
}
.hero__img {
  position: relative;
  z-index: 1;
  width: clamp(380px, 32vw, 500px);
  max-height: 100%;
  transform: translateX(-4%);
  object-fit: contain;
  object-position: bottom center;
  /* fade the lower edge into the dark canvas */
  -webkit-mask-image: linear-gradient(180deg, #000 80%, transparent 99%);
  mask-image: linear-gradient(180deg, #000 80%, transparent 99%);
}
/* graceful placeholder silhouette until the real cut-out is supplied */
.hero__img.is-missing { visibility: hidden; }
.hero__portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  background: center bottom / auto 86% no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 240'%3E%3Cg fill='%23c8941f' opacity='0.5'%3E%3Ccircle cx='100' cy='72' r='42'/%3E%3Cpath d='M22 240c0-46 35-78 78-78s78 32 78 78Z'/%3E%3C/g%3E%3C/svg%3E");
}
.hero__portrait:has(.hero__img.is-missing)::before { opacity: 0.45; }

/* mission quote, pulled into the hero beside Jon */
.hero__quote {
  position: relative;
  z-index: 3;
  flex: 0 0 clamp(140px, 13vw, 195px);
  align-self: center;
  max-width: 220px;
}
.hero__quote-mark {
  display: block;
  font-family: var(--font-display);
  font-size: 3.4rem;
  line-height: 0.5;
  color: var(--accent);
  margin-bottom: 14px;
}
.hero__quote blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.05rem, 0.95rem + 0.5vw, 1.32rem);
  line-height: 1.42;
  color: var(--ink);
}
.hero__quote figcaption {
  margin-top: 16px;
  color: var(--accent);
  font-weight: 600;
  font-size: 0.92rem;
}

/* =====================================================================
   TRUST BAR (below hero, on the dark canvas)
   ===================================================================== */
.hero__trustline {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--muted);
  font-size: 0.94rem;
  margin-top: clamp(24px, 3.5vw, 48px);
  margin-bottom: 22px;
}

.trust-bar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding-top: clamp(22px, 2.6vw, 30px);
}
.trust-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 6px clamp(10px, 1.6vw, 20px);
  position: relative;
}
.trust-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 14%;
  height: 72%;
  width: 1px;
  background: var(--border);
}
.trust-stat__icon { color: var(--accent); display: inline-flex; }
.trust-stat__icon .icon { width: 1.85rem; height: 1.85rem; stroke-width: 1.4; }
.trust-stat__text { display: flex; flex-direction: column; line-height: 1.2; }
.trust-stat__text strong {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.2rem, 1rem + 0.8vw, 1.6rem);
  color: var(--ink);
}
.trust-stat__text span { font-size: 0.82rem; color: var(--muted); }

/* =====================================================================
   ABOUT
   ===================================================================== */
.about__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
}
.about__text p { color: var(--ink-soft); margin-top: 18px; max-width: 52ch; }
.about__text p:first-of-type { margin-top: 4px; }

.quote-card {
  position: relative;
  padding: clamp(34px, 4vw, 52px);
  border-radius: var(--radius-lg);
  border-color: var(--accent-line);
  box-shadow: var(--shadow-glow);
}
.quote-card__mark {
  font-family: var(--font-display);
  font-size: 5rem;
  line-height: 0.7;
  color: var(--accent);
  display: block;
  margin-bottom: 10px;
}
.quote-card blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.3rem, 1.1rem + 1vw, 1.7rem);
  line-height: 1.45;
  color: var(--ink);
}
.quote-card figcaption {
  margin-top: 22px;
  color: var(--accent);
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* =====================================================================
   CARD GRIDS / SERVICES
   ===================================================================== */
.card-grid { display: grid; gap: clamp(18px, 2vw, 26px); }
.card-grid--2 { grid-template-columns: repeat(2, 1fr); }
.card-grid--4 { grid-template-columns: repeat(4, 1fr); }

.section__cta { text-align: center; margin-top: clamp(36px, 4vw, 56px); }

.service-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(28px, 3vw, 40px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  border-color: var(--accent-line);
  box-shadow: var(--shadow-glow);
}
.service-card__icon {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  color: var(--accent);
  background: radial-gradient(circle at 30% 25%, rgba(228, 188, 96, 0.18), rgba(202, 150, 33, 0.05));
  border: 1px solid var(--accent-line);
}
.service-card__icon .icon { width: 1.7rem; height: 1.7rem; stroke-width: 1.5; }
.service-card__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--ink);
}
.service-card p { color: var(--muted); margin-bottom: 6px; }

/* =====================================================================
   HOW IT WORKS
   ===================================================================== */
.steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.4vw, 32px);
  position: relative;
}
/* dotted connector (desktop) */
.steps__grid::before {
  content: "";
  position: absolute;
  top: 64px;
  left: 16%;
  right: 16%;
  height: 0;
  border-top: 2px dotted var(--accent-line);
  z-index: 0;
}
.step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: clamp(32px, 3vw, 46px) clamp(22px, 2.5vw, 34px) clamp(28px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.step__num {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-blue-soft), var(--brand-blue-deep));
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: -46px;
  margin-bottom: 8px;
  box-shadow: 0 10px 24px -10px rgba(22, 64, 143, 0.5);
}
.step__icon { color: var(--accent); }
.step__icon .icon { width: 2.1rem; height: 2.1rem; stroke-width: 1.4; }
.step__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--ink);
}
.step p { color: var(--muted); max-width: 28ch; }

/* =====================================================================
   HOW IT WORKS - zigzag vertical timeline ladder (ivory zone)
   ===================================================================== */
.timeline {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  padding: 10px 0 6px;
  list-style: none;
}
/* central rail + scroll-driven gold fill */
.timeline__rail {
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: var(--accent-line);
  border-radius: 2px;
  overflow: hidden;
}
.timeline__fill {
  position: absolute;
  inset: 0;
  transform-origin: top center;
  transform: scaleY(var(--tl-progress, 0));
  background: linear-gradient(180deg, var(--accent-soft, #e3b75a), var(--accent, #c8941f) 55%, var(--accent-deep, #9a7016));
  box-shadow: 0 0 14px rgba(200, 148, 31, 0.55);
  will-change: transform;
}

.tl-step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(56px, 8vw, 104px);
  align-items: center;
  min-height: 138px;
}
.tl-step + .tl-step { margin-top: clamp(6px, 1.4vw, 16px); }

/* neutralize the global [data-reveal] hide on the row; the card + node animate instead */
.timeline .tl-step[data-reveal] { opacity: 1; transform: none; transition: none; }

/* card */
.tl-card {
  position: relative;
  max-width: 400px;
  padding: clamp(20px, 2.4vw, 30px) clamp(22px, 2.6vw, 32px);
  border-radius: 18px;
  opacity: 0;
  transition: opacity 0.85s ease, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
  will-change: transform, opacity;
}
.tl-step--l .tl-card { grid-column: 1; justify-self: end; text-align: right; transform: translateX(-46px); }
.tl-step--r .tl-card { grid-column: 2; justify-self: start; text-align: left; transform: translateX(46px); }
.tl-step.is-visible .tl-card { opacity: 1; transform: none; }
.tl-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-glow); border-color: var(--accent-line); }

.tl-card__eyebrow {
  display: inline-block;
  font-family: ui-monospace, "SF Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-text);
  margin-bottom: 9px;
}
.tl-card__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.2rem, 1rem + 0.7vw, 1.5rem);
  color: var(--ink);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.tl-card p { color: var(--muted); margin: 0; line-height: 1.6; }

/* connector rung from card to the rail */
.tl-card::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(28px, 4vw, 52px);
  height: 2px;
  background: linear-gradient(90deg, var(--accent-line), var(--accent));
  opacity: 0;
  transform: translateY(-50%) scaleX(0);
  transition: opacity 0.5s ease 0.2s, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
.tl-step--l .tl-card::after { left: 100%; transform-origin: left center; }
.tl-step--r .tl-card::after { right: 100%; transform-origin: right center; background: linear-gradient(270deg, var(--accent-line), var(--accent)); }
.tl-step.is-visible .tl-card::after { opacity: 0.75; transform: translateY(-50%) scaleX(1); }

/* numbered node centered on the rail */
.tl-node {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--surface, #fff);
  border: 2px solid var(--accent);
  color: var(--accent-text);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.18rem;
  box-shadow: 0 10px 26px -12px rgba(154, 112, 22, 0.5), inset 0 0 0 4px rgba(255, 255, 255, 0.7);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4);
  transition: opacity 0.55s ease, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.12s, background 0.5s ease, color 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
}
.tl-node b { position: relative; z-index: 1; }
.tl-step.is-visible .tl-node {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  background: linear-gradient(160deg, var(--accent-soft, #e3b75a), var(--accent, #c8941f));
  color: #fff;
  border-color: var(--accent-soft, #e3b75a);
  box-shadow: 0 14px 30px -10px rgba(154, 112, 22, 0.6), 0 0 0 6px rgba(200, 148, 31, 0.12);
}
/* gentle invite pulse on the active node */
.tl-node__pulse {
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 2px solid var(--accent);
  opacity: 0;
  pointer-events: none;
}
.tl-step.is-visible .tl-node__pulse { animation: tlPulse 2.8s ease-out infinite; }
@keyframes tlPulse {
  0%   { transform: scale(0.96); opacity: 0.5; }
  70%  { opacity: 0; }
  100% { transform: scale(1.7); opacity: 0; }
}

/* mobile + tablet: rail to the left, single-column ladder */
@media (max-width: 1000px) {
  .timeline { max-width: 480px; padding-top: 4px; }
  .timeline__rail { left: 22px; }
  .tl-step { grid-template-columns: 1fr; min-height: 0; }
  .tl-step + .tl-step { margin-top: 30px; }
  .tl-step--l .tl-card,
  .tl-step--r .tl-card {
    grid-column: 1;
    justify-self: stretch;
    max-width: none;
    text-align: left;
    margin-left: 60px;
    transform: translateY(20px);
  }
  .tl-node { left: 22px; width: 46px; height: 46px; font-size: 1rem; }
  .tl-step--l .tl-card::after,
  .tl-step--r .tl-card::after {
    left: -38px;
    right: auto;
    width: 38px;
    transform-origin: right center;
    background: linear-gradient(270deg, var(--accent-line), var(--accent));
  }
}

/* =====================================================================
   REVIEWS
   ===================================================================== */
.reviews__carousel {
  display: flex;
  align-items: stretch;
  gap: 12px;
}
.reviews__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2 * clamp(18px, 2vw, 26px)) / 3);
  gap: clamp(18px, 2vw, 26px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  flex: 1;
  padding-bottom: 4px;
}
.reviews__track::-webkit-scrollbar { display: none; }

.review-card {
  scroll-snap-align: start;
  padding: clamp(28px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.review-card__stars { color: var(--accent); letter-spacing: 3px; }
.review-card blockquote {
  font-size: 1.02rem;
  color: var(--ink-soft);
  line-height: 1.7;
}
.review-card cite {
  font-style: normal;
  font-weight: 600;
  color: var(--accent);
  margin-top: auto;
}

.carousel-arrow {
  align-self: center;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: none;
  border-radius: 50%;
  background: var(--surface-2);
  border: 1px solid var(--border-strong);
  color: var(--ink);
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.carousel-arrow:hover { background: var(--accent); color: #1c1107; transform: scale(1.05); }
.carousel-arrow .icon { width: 1.3rem; height: 1.3rem; }

.reviews__dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 28px;
}
.reviews__dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: var(--muted-2);
  opacity: 0.5;
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease;
}
.reviews__dots button.is-active { background: var(--accent); opacity: 1; transform: scale(1.25); }

/* =====================================================================
   TIKTOK
   ===================================================================== */
.tiktok__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(14px, 1.6vw, 22px);
}
.tk-card {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.tk-card:hover {
  transform: translateY(-5px);
  border-color: var(--accent-line);
  box-shadow: var(--shadow-glow);
}
.tk-card__media {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(228, 188, 96, 0.16), transparent 55%),
    linear-gradient(180deg, #1a130c, #0c0907);
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition: box-shadow 0.4s ease, border-color 0.4s ease;
}
/* cinematic vignette so the glass button reads on any poster */
.tk-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(72% 60% at 50% 42%, transparent 38%, rgba(0, 0, 0, 0.36) 100%),
    linear-gradient(180deg, transparent 52%, rgba(0, 0, 0, 0.42));
  transition: opacity 0.45s ease;
}
.tk-card:hover .tk-card__media {
  border-color: var(--accent-line);
  box-shadow: inset 0 0 0 1px var(--accent-line), 0 0 26px -10px var(--accent-glow);
}
/* TikTok logo above the section heading */
.tiktok-mark {
  display: block;
  width: clamp(50px, 6vw, 62px);
  height: auto;
  margin: 0 auto 16px;
  border-radius: 13px;
  box-shadow: 0 12px 26px -12px rgba(0, 0, 0, 0.45);
}

/* official-feeling black TikTok CTA */
.btn--tiktok {
  background: #050505;
  color: #ffffff;
  border-radius: 14px;
  gap: 12px;
  box-shadow: 0 14px 30px -16px rgba(0, 0, 0, 0.6);
}
.btn--tiktok:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -16px rgba(0, 0, 0, 0.66);
}
.btn-tiktok-mark { width: 26px; height: 26px; border-radius: 6px; }
/* See-through "liquid glass" play button */
.tk-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(11px) saturate(135%);
  backdrop-filter: blur(11px) saturate(135%);
  color: #fdfdfb;
  box-shadow:
    0 10px 34px -10px rgba(0, 0, 0, 0.5),
    inset 0 1px 1px rgba(255, 255, 255, 0.55),
    inset 0 -3px 8px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1),
    background 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease, opacity 0.25s ease;
}
/* specular glass dome highlight */
.tk-play::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(78% 58% at 50% 22%, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 62%);
  pointer-events: none;
}
/* gentle invite-to-play pulse ring */
.tk-play::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 0;
  pointer-events: none;
  animation: tkPulse 3s ease-out infinite;
}
.tk-play svg {
  position: relative;
  z-index: 1;
  width: 26px;
  height: 26px;
  fill: currentColor;
  margin-left: 3px;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
}
.tk-play:hover {
  transform: translate(-50%, -50%) scale(1.09);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
}
.tk-card:hover .tk-play {
  background: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 16px 40px -12px rgba(0, 0, 0, 0.55),
    inset 0 1px 1px rgba(255, 255, 255, 0.6),
    inset 0 -3px 8px rgba(0, 0, 0, 0.22),
    0 0 22px -4px var(--accent-glow);
}
@keyframes tkPulse {
  0% { transform: scale(0.92); opacity: 0.5; }
  70% { opacity: 0; }
  100% { transform: scale(1.55); opacity: 0; }
}

/* Reviews as a static 3-up grid (2 rows of 3) */
.reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2vw, 26px);
}
@media (max-width: 900px) { .reviews__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .reviews__grid { grid-template-columns: 1fr; } }

/* Click-to-play video (facade: poster only until played) */
.tk-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
  border: 0;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.tk-card:hover .tk-video { transform: scale(1.045); }
.tk-card__media.is-playing .tk-play { opacity: 0; visibility: hidden; }
.tk-card__media.is-playing .tk-play::after { animation: none; }
.tk-card__media.is-playing::after { opacity: 0; }
.tk-card__media.is-playing .tk-video { z-index: 3; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .tk-play::after { animation: none; }
  .tk-video,
  .tk-card:hover .tk-video { transition: none; transform: none; }
}
.tk-card__label {
  text-align: center;
  font-weight: 600;
  color: var(--ink-soft);
  font-size: 0.95rem;
  padding-bottom: 6px;
}
.tiktok__cta { text-align: center; margin-top: clamp(36px, 4vw, 52px); }

/* =====================================================================
   FAQ
   ===================================================================== */
.faq__list { display: flex; flex-direction: column; gap: 14px; }

/* two even columns */
.faq__list--cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 14px 24px;
  max-width: 1060px;
  margin-inline: auto;
}
@media (max-width: 760px) {
  .faq__list--cols { grid-template-columns: 1fr; }
}

.faq-item {
  background: linear-gradient(165deg, var(--surface-2), var(--surface));
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.25s ease;
}
.faq-item[open] { border-color: var(--accent-line); }
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(20px, 2.4vw, 26px) clamp(22px, 2.6vw, 30px);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.05rem, 1rem + 0.4vw, 1.22rem);
  color: var(--ink);
  list-style: none;
  cursor: pointer;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item__icon {
  position: relative;
  flex: none;
  width: 22px;
  height: 22px;
}
.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  background: var(--accent);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.faq-item__icon::before { top: 10px; left: 2px; width: 18px; height: 2px; }
.faq-item__icon::after { left: 10px; top: 2px; width: 2px; height: 18px; }
.faq-item[open] .faq-item__icon::after { transform: rotate(90deg); opacity: 0; }
.faq-item__body {
  padding: 0 clamp(22px, 2.6vw, 30px) clamp(22px, 2.6vw, 28px);
}
.faq-item__body p { color: var(--muted); max-width: 68ch; }

.faq__disclaimer {
  margin-top: 30px;
  text-align: center;
  font-size: 0.9rem;
  color: var(--muted-2);
  max-width: 64ch;
  margin-inline: auto;
}

/* =====================================================================
   BOOKING
   ===================================================================== */
.booking { padding-bottom: clamp(80px, 10vw, 150px); }

.booking__panel {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
  padding: clamp(30px, 4vw, 60px);
  border-radius: var(--radius-lg);
  border: 1px solid var(--accent-line);
  background:
    radial-gradient(700px 360px at 12% 0%, rgba(202, 150, 33, 0.12), transparent 60%),
    linear-gradient(165deg, var(--surface-2), var(--surface));
  box-shadow: 0 0 0 1px rgba(202, 150, 33, 0.06), var(--shadow-glow);
}

.booking__intro { padding-top: 8px; }
.booking__copy { color: var(--muted); margin-top: 16px; max-width: 32ch; }
.booking__assurances {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 30px;
}
.booking__assurances li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  color: var(--ink-soft);
}

/* Calendar mock */
.cal {
  background: #eef6f8;
  color: #173042;
  border-radius: 20px;
  padding: clamp(18px, 2.4vw, 28px);
  box-shadow: 0 30px 70px -34px rgba(0, 0, 0, 0.8);
}
.cal__month {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 16px;
}
.cal__nav {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  border: 1px solid rgba(23, 48, 66, 0.14);
  background: #fff;
  color: #5a4b3a;
}
.cal__nav .icon { width: 1rem; height: 1rem; stroke-width: 2; }

.cal__body {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: clamp(14px, 2vw, 24px);
  align-items: start;
}
.cal__weekdays,
.cal__days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.cal__weekdays span {
  text-align: center;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #9a8b78;
  padding-bottom: 6px;
}
.cal__day {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: none;
  background: transparent;
  border-radius: 9px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #463a2c;
  transition: background 0.18s ease, color 0.18s ease;
}
.cal__day:hover { background: rgba(202, 150, 33, 0.16); }
.cal__day.is-muted { color: #c3b6a4; pointer-events: none; }
.cal__day.is-selected {
  background: linear-gradient(135deg, var(--accent-soft), var(--accent-deep));
  color: #fff;
  box-shadow: 0 8px 18px -8px var(--accent-glow);
}

.cal__times-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #9a8b78;
}
.cal__date { font-weight: 700; font-size: 0.92rem; margin: 4px 0 12px; }
.cal__slots { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cal__slot {
  padding: 9px 6px;
  border-radius: 9px;
  border: 1px solid rgba(23, 48, 66, 0.16);
  background: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  color: #463a2c;
  transition: all 0.18s ease;
}
.cal__slot:hover { border-color: var(--accent); color: var(--accent-deep); }
.cal__slot.is-active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.cal__form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(23, 48, 66, 0.1);
  display: grid;
  gap: 14px;
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field label {
  font-size: 0.78rem;
  font-weight: 700;
  color: #5a4b3a;
  letter-spacing: 0.01em;
}
.field__opt { color: #9a8b78; font-weight: 500; }
.field input,
.field select {
  font: inherit;
  font-size: 0.9rem;
  padding: 11px 13px;
  border-radius: 10px;
  border: 1px solid rgba(23, 48, 66, 0.16);
  background: #fff;
  color: #173042;
  width: 100%;
}
.field input::placeholder { color: #b1a290; }
.field input:focus,
.field select:focus {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
  border-color: var(--accent);
}
.cal__form .btn--primary { margin-top: 6px; }
.cal__note {
  text-align: center;
  font-size: 0.78rem;
  color: #8a7b68;
  margin-top: 4px;
}

/* Honeypot: off-screen spam trap. Real users never see or fill this. */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* =====================================================================
   FOOTER
   ===================================================================== */
.site-footer {
  position: relative;
  border-top: 1px solid var(--border);
  padding-top: clamp(56px, 7vw, 88px);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35));
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.3fr;
  gap: clamp(32px, 5vw, 64px);
  padding-bottom: clamp(40px, 5vw, 60px);
}
.footer__brand .brand { margin-bottom: 16px; }
.footer__brand p { color: var(--muted); max-width: 34ch; margin-bottom: 22px; }

.socials { display: flex; gap: 12px; }
.socials a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  border: 1px solid var(--border-strong);
  color: var(--accent);
  transition: all 0.25s ease;
}
.socials a:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #1c1107;
  transform: translateY(-3px);
}

.footer__title {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 20px;
}
.footer__col ul { display: flex; flex-direction: column; gap: 13px; }
.footer__col a, .footer__col span { color: var(--ink-soft); transition: color 0.2s ease; }
.footer__col a:hover { color: var(--accent); }

.footer__contact li {
  display: flex;
  align-items: center;
  gap: 12px;
  word-break: break-word;
}
.footer__contact .icon { width: 1.2rem; height: 1.2rem; flex: none; }

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding-block: 26px;
  border-top: 1px solid var(--border);
  font-size: 0.82rem;
  color: var(--muted-2);
}

/* =====================================================================
   DECOR (lotus outlines)
   ===================================================================== */
.lotus {
  position: absolute;
  width: clamp(160px, 22vw, 300px);
  aspect-ratio: 1.4;
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
  background: no-repeat center / contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 140' fill='none' stroke='%23c8941f' stroke-width='1.4' stroke-linecap='round'%3E%3Cpath d='M100 130C60 120 30 95 30 70c0-15 12-22 22-18 6-22 30-38 48-38s42 16 48 38c10-4 22 3 22 18 0 25-30 50-70 60Z'/%3E%3Cpath d='M100 130c-20-12-30-40-30-66 0-16 14-30 30-30s30 14 30 30c0 26-10 54-30 66Z'/%3E%3Cpath d='M100 130c-10-16-12-44-6-66M100 130c10-16 12-44 6-66'/%3E%3C/svg%3E");
}
.lotus--right { right: -40px; bottom: 8%; }
.lotus--left { left: -50px; bottom: 6%; }

/* =====================================================================
   REVEAL ANIMATION
   ===================================================================== */
[data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-reveal].is-visible { opacity: 1; transform: none; }

/* section headlines get a softer, slightly slower fade-in */
.section__head[data-reveal] { transition-duration: 1.05s; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 980px) {
  .nav,
  .header__cta { display: none; }
  .nav-toggle { display: flex; }

  /* Mobile nav panel */
  .nav.is-open {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(240, 248, 250, 0.98);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(23, 48, 66, 0.1);
    box-shadow: 0 18px 36px -22px rgba(20, 55, 75, 0.4);
    padding: 12px var(--gutter) 24px;
  }
  .nav.is-open .nav__list { flex-direction: column; gap: 4px; }
  .nav.is-open .nav__link { display: block; padding: 14px 4px; border-bottom: 1px solid rgba(23, 48, 66, 0.08); }
  .nav.is-open .nav__link::after { display: none; }

  .hero__grid { grid-template-columns: minmax(0, 1fr); text-align: center; }
  .hero__content { max-width: none; margin-inline: auto; order: 2; }
  .hero__sub { margin-inline: auto; }
  .hero__stats { justify-content: center; }
  .hero__actions { justify-content: center; }
  .hero__visual { order: 1; justify-content: center; min-height: 300px; }
  .hero__portrait { position: relative; inset: auto; place-items: end center; min-height: 300px; }
  .hero__img { width: min(72%, 340px); transform: none; }
  .hero__quote { display: none; }
  .hero__aura { right: -28%; width: min(120%, 720px); top: -6%; height: 100%; }

  .about__grid { grid-template-columns: 1fr; }
  .trust-bar { grid-template-columns: repeat(2, 1fr); gap: 22px 8px; }
  .trust-stat:nth-child(2)::after { display: none; }
  .tiktok__grid { grid-template-columns: repeat(3, 1fr); }

  .booking__panel { grid-template-columns: 1fr; }
  .booking__intro { text-align: center; }
  .booking__copy, .booking__assurances { margin-inline: auto; }
  .booking__assurances li { justify-content: center; }

  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .lotus { display: none; }
  .card-grid--2 { grid-template-columns: 1fr; }
  .card-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .steps__grid { grid-template-columns: 1fr; gap: 40px; }
  .steps__grid::before { display: none; }
  .step__num { margin-top: -23px; }

  .tiktok__grid { grid-template-columns: 1fr 1fr; }

  .reviews__track { grid-auto-columns: 88%; }
  .carousel-arrow { display: none; }

  .cal__body { grid-template-columns: 1fr; }
  .cal__slots { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 540px) {
  /* trust stats: 2 rows of 2 on phones (icon over number/label, centered) */
  .trust-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; padding-top: 22px; }
  .trust-stat {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 7px;
    padding: 6px 4px;
    min-width: 0;
  }
  .trust-stat::after { display: none !important; }
  .trust-stat__icon .icon { width: 1.6rem; height: 1.6rem; }
  .trust-stat__text { width: 100%; align-items: center; text-align: center; line-height: 1.16; }
  .trust-stat__text strong { font-size: 1.15rem; }
  .trust-stat__text span { font-size: 0.74rem; }
  .card-grid--4 { grid-template-columns: 1fr; }
  .hero__title { font-size: clamp(1.95rem, 1.2rem + 4.6vw, 2.5rem); }
  .tiktok__grid { grid-template-columns: 1fr; max-width: 340px; margin-inline: auto; }
  .reviews__track { grid-auto-columns: 92%; }
  /* center the entire footer on phones */
  .site-footer { text-align: center; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__brand { display: flex; flex-direction: column; align-items: center; }
  .footer__brand p { max-width: 38ch; margin-inline: auto; }
  .brand { align-items: center; }
  .socials { justify-content: center; }
  .footer__col { display: flex; flex-direction: column; align-items: center; }
  .footer__col ul { align-items: center; }
  .footer__contact li { justify-content: center; }
  .footer__bottom { flex-direction: column; align-items: center; text-align: center; }
  .footer__legal { justify-content: center; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
}

/* =====================================================================
   ADDED COMPONENTS (CRO / SEO pass)
   ===================================================================== */

/* <picture> should not create a layout box in the grid/flex hero */
.hero__portrait picture { display: contents; }

/* Hero social proof + reassurance */
.hero__proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin-top: 22px;
}
.hero__stars { color: var(--accent); letter-spacing: 2px; font-size: 0.95rem; }
.hero__proof-text { color: var(--ink-soft); font-size: 0.9rem; font-weight: 500; }
.hero__assure {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

/* ---------- Social-proof avatar cluster ---------- */
.proof-card {
  display: inline-flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 22px;
  padding: 15px 18px;
  background: var(--surface-glass);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  backdrop-filter: blur(14px) saturate(120%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: var(--ink-soft);
  transition: transform .4s cubic-bezier(.2,.7,.2,1), border-color .4s ease, box-shadow .4s ease;
}
.proof-card:hover,
.proof-card:focus-visible {
  transform: translateY(-3px);
  border-color: var(--accent-line);
  box-shadow: var(--shadow-glow);
}
.proof-card:focus-visible { outline: 2px solid var(--accent-soft); outline-offset: 3px; }

.proof-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(22px, 4vw, 40px);
}

.proof-avatars { display: inline-flex; align-items: center; }
.proof-avatars__item {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid var(--surface-2);
  overflow: hidden;
  background-color: var(--surface-2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 5px 14px -6px rgba(0, 0, 0, 0.7);
  opacity: 0;
  transform: translateX(-10px) scale(.82);
  animation: proofAvatarIn .6s cubic-bezier(.2,.7,.2,1) forwards;
  animation-delay: calc(var(--i) * 90ms + 250ms);
  transition: margin-left .4s cubic-bezier(.2,.7,.2,1);
}
.proof-avatars__item:not(:first-child) { margin-left: -13px; }
/* gentle fan-out on hover */
.proof-card:hover .proof-avatars__item:not(:first-child) { margin-left: -8px; }

@keyframes proofAvatarIn {
  to { opacity: 1; transform: translateX(0) scale(1); }
}

.proof-card__arrow {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  color: var(--accent-soft);
  transition: transform .4s cubic-bezier(.2,.7,.2,1), background .4s ease, color .4s ease;
}
.proof-card__arrow .icon { width: 1.05rem; height: 1.05rem; stroke-width: 1.8; }
.proof-card:hover .proof-card__arrow,
.proof-card:focus-visible .proof-card__arrow {
  background: linear-gradient(135deg, var(--accent-soft), var(--accent-deep));
  color: #1c1107;
  transform: rotate(8deg) translate(2px, -2px);
}

.proof-card__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--muted);
}
.proof-card__label strong { color: var(--ink); font-weight: 600; }
.proof-card__spark { color: var(--accent); font-size: 0.85rem; }

@media (prefers-reduced-motion: reduce) {
  .proof-avatars__item { animation: none; opacity: 1; transform: none; }
  .proof-card,
  .proof-card__arrow,
  .proof-avatars__item { transition: none; }
}

/* About inline CTA */
.about__cta { margin-top: 30px; }

/* Review credibility meta */
.review-card__meta {
  margin-top: 4px;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted-2);
}

/* Booking policy + form hint + validation status */
.booking__policy {
  margin-top: 22px;
  font-size: 0.86rem;
  color: var(--muted);
}
.booking__policy a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.field__hint { font-size: 0.74rem; color: #8a7b68; margin-top: 2px; }
.cal__status { text-align: center; font-size: 0.82rem; font-weight: 600; min-height: 1.1em; color: #b4452b; }
.cal__status.is-ok { color: #2e7d32; }
.field input:invalid:not(:placeholder-shown) { border-color: #c25a3d; }

/* Footer legal links */
.footer__legal { display: flex; gap: 18px; flex-wrap: wrap; }
.footer__legal a { color: var(--muted); font-size: 0.82rem; transition: color 0.2s ease; }
.footer__legal a:hover { color: var(--accent); }

/* Sticky mobile booking bar */
.mobile-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px 10px 18px;
  border-radius: 16px;
  background: rgba(16, 12, 9, 0.92);
  border: 1px solid var(--border-strong);
  box-shadow: 0 16px 40px -16px rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(12px);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}
.mobile-cta.is-hidden { transform: translateY(140%); opacity: 0; pointer-events: none; }
.mobile-cta__meta { display: flex; flex-direction: column; line-height: 1.2; }
.mobile-cta__stars { color: var(--accent); letter-spacing: 1px; font-size: 0.8rem; }
.mobile-cta__text { color: var(--muted); font-size: 0.72rem; }
.mobile-cta__btn { white-space: nowrap; padding: 12px 20px; }

/* =====================================================================
   LEGAL PAGES (privacy / terms)
   ===================================================================== */
.legal { padding-block: clamp(40px, 7vw, 88px); }
.legal .section__title { margin-bottom: 8px; }
.legal__updated { color: var(--muted-2); font-size: 0.85rem; margin-bottom: 32px; }
.legal h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.5rem);
  color: var(--ink);
  margin: 34px 0 12px;
}
.legal p { color: var(--ink-soft); margin-bottom: 14px; max-width: 70ch; }
.legal ul { display: flex; flex-direction: column; gap: 10px; margin: 0 0 14px; padding-left: 4px; }
.legal li {
  position: relative;
  padding-left: 22px;
  color: var(--ink-soft);
  max-width: 70ch;
}
.legal li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}
.legal a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.legal__note {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
  font-size: 0.85rem;
  color: var(--muted-2);
  font-style: italic;
}

/* Show sticky CTA + reserve space on small screens */
@media (max-width: 760px) {
  .mobile-cta { display: flex; }
  body { padding-bottom: 78px; }
}

/* =====================================================================
   LIGHT BODY ZONE  (warm ivory sheet between the dark hero & footer)
   Themed by overriding design tokens; components adapt automatically.
   ===================================================================== */
.lightzone {
  position: relative;
  z-index: 2;                 /* sit above the fixed celestial layer */
  border-radius: clamp(26px, 4vw, 48px) clamp(26px, 4vw, 48px) 0 0;
  background:
    radial-gradient(1200px 560px at 80% -6%, rgba(96, 175, 200, 0.16), transparent 62%),
    radial-gradient(900px 480px at 12% 8%, rgba(120, 195, 210, 0.10), transparent 60%),
    linear-gradient(180deg, #fbfeff 0%, #eaf6f9 46%, #dceef3 100%);
  color: #173042;
  box-shadow: 0 -28px 60px -40px rgba(0, 0, 0, 0.55);

  /* ---- light-theme token overrides (cascade to all descendants) ---- */
  --ink:           #173042;
  --ink-soft:      #3a5160;
  --muted:         #5f7682;
  --muted-2:       #8a7f70;
  --surface:       #ffffff;
  --surface-2:     #f3fafb;
  --border:        rgba(23, 48, 66, 0.10);
  --border-strong: rgba(23, 48, 66, 0.18);
  --accent-line:   rgba(202, 150, 33, 0.30);
  --shadow:        0 22px 50px -30px rgba(20, 55, 75, 0.30);
  --shadow-glow:   0 24px 56px -28px rgba(202, 150, 33, 0.28);
  --accent-text:   #8a6312;   /* deepened copper for AA text contrast on cream */
}

/* faint paper grain for warmth (kept very subtle) */
.lightzone::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.025;
  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'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.lightzone > * { position: relative; z-index: 1; }

/* text-tone overrides where copper is used as TEXT (needs contrast) */
.lightzone .eyebrow,
.lightzone .accent,
.lightzone .link-arrow,
.lightzone .review-card cite,
.lightzone .booking__policy a { color: var(--accent-text); }

/* ghost button reads correctly on light */
.lightzone .btn--ghost {
  background: #ffffff;
  border-color: var(--border-strong);
  color: var(--ink);
}
.lightzone .btn--ghost:hover {
  border-color: var(--accent);
  color: var(--accent-text);
  background: #fff;
}

/* booking panel becomes a clean white focal card */
.lightzone .booking__panel {
  background:
    radial-gradient(700px 360px at 12% 0%, rgba(202, 150, 33, 0.08), transparent 60%),
    linear-gradient(165deg, #f3fafb, #ffffff);
  border-color: var(--accent-line);
  box-shadow: 0 0 0 1px rgba(202, 150, 33, 0.06), 0 30px 70px -36px rgba(20, 55, 75, 0.32);
}

/* warm-tint the emphasis quote card */
.lightzone .quote-card {
  background: linear-gradient(165deg, #e9f5f8, #f7fcfd);
  border-color: var(--accent-line);
  box-shadow: var(--shadow);
}

/* keep video poster frames dark (posters fill them); just refine border */
.lightzone .tk-card__media { border-color: rgba(23, 48, 66, 0.12); }

/* soften decorative lotus on the light surface */
.lightzone .lotus { opacity: 0.28; }

@media (max-width: 760px) {
  .lightzone { border-radius: clamp(18px, 5vw, 28px) clamp(18px, 5vw, 28px) 0 0; }
}

/* =====================================================================
   SMOOTH (LENIS) SCROLLING - required helper styles
   ===================================================================== */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
.lenis.lenis-smooth iframe { pointer-events: none; }

/* =====================================================================
   CRO FUNNEL COMPONENTS
   ===================================================================== */
.tick { width: 1.1em; height: 1.1em; flex: none; fill: none; stroke: var(--accent); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

/* hero offer headline + trust bullets */
.hero__title--offer { font-size: clamp(1.85rem, 1.15rem + 2.5vw, 3rem); line-height: 1.08; }
@media (max-width: 600px) {
  /* max-size 3-line hero headline, tuned to never wrap into a 4th line (safe to ~340px) */
  .hero__title--offer { font-size: clamp(2.1rem, -0.55rem + 12.5vw, 2.7rem); line-height: 1.04; letter-spacing: -0.025em; }
}
.hero__bullets { display: grid; grid-template-columns: repeat(2, auto); gap: 9px 24px; margin-top: 26px; justify-content: start; }
.hero__bullets li { display: flex; align-items: center; gap: 9px; font-size: 0.9rem; color: var(--ink-soft); }

/* section microcopy + multi-button cta row */
.section__note { margin-top: 12px; font-size: 0.88rem; color: var(--muted-2); font-style: italic; }
.section__cta--row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; align-items: center; }

/* checklists */
.checklist { display: grid; gap: 12px; margin: 4px 0; }
.checklist--2 { grid-template-columns: repeat(2, 1fr); gap: 12px 26px; }
.checklist li { display: flex; align-items: flex-start; gap: 11px; color: var(--ink-soft); line-height: 1.5; }
.checklist .tick { margin-top: 3px; }

/* who-this-is-for */
.who-card { padding: clamp(28px, 4vw, 46px); }
.who-card__lead { font-family: var(--font-display); font-size: 1.3rem; color: var(--ink); margin-bottom: 22px; }
.who-card__note { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--border); font-size: 0.9rem; color: var(--muted); }

/* 5-step */
.steps__grid--5 { grid-template-columns: repeat(5, 1fr); }

/* offer cards */
.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 2vw, 24px); align-items: stretch; }
.offer-card { position: relative; display: flex; flex-direction: column; padding: clamp(26px, 2.6vw, 34px); transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.offer-card:hover { transform: translateY(-5px); border-color: var(--accent-line); box-shadow: var(--shadow-glow); }
.offer-card--featured { border-color: var(--accent-line); box-shadow: var(--shadow-glow); }
.offer-card__tag { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #d8a838, #c7941e); color: #2a1c05; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; white-space: nowrap; }
.offer-card__title { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; color: var(--ink); margin-bottom: 10px; }
.offer-card__best { font-weight: 600; color: var(--accent-text, var(--accent-deep)); font-size: .9rem; margin-bottom: 10px; }
.offer-card__desc { color: var(--muted); font-size: .93rem; margin-bottom: 18px; }
.offer-card__price { font-family: var(--font-display); font-weight: 600; font-size: 1.85rem; color: var(--ink); margin: auto 0 18px; }
.offer-card__price span { font-size: .78rem; color: var(--muted); font-family: var(--font-body); letter-spacing: .04em; }

/* value cards */
.card-grid--3 { grid-template-columns: repeat(3, 1fr); }
.value-card { padding: clamp(28px, 3vw, 40px); text-align: center; }
.value-card__icon { display: inline-grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; color: var(--accent); background: radial-gradient(circle at 30% 25%, rgba(200,148,31,.16), rgba(200,148,31,.04)); border: 1px solid var(--accent-line); margin-bottom: 16px; }
.value-card__icon .icon { width: 1.7rem; height: 1.7rem; stroke-width: 1.5; }
.value-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; color: var(--ink); margin-bottom: 8px; }
.value-card p { color: var(--muted); font-size: .94rem; }
/* grief-sensitive block */
.grief { padding-bottom: clamp(20px, 3vw, 34px); }
.grief__panel { padding: clamp(28px, 4vw, 48px); text-align: center; border-radius: var(--radius); }
.grief__title { font-family: var(--font-display); font-weight: 500; font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.1rem); color: var(--ink); margin: 6px 0 14px; letter-spacing: -0.01em; }
.grief__panel p { color: var(--ink-soft); font-size: clamp(1rem, 0.97rem + 0.3vw, 1.12rem); line-height: 1.7; max-width: 60ch; margin-inline: auto; }
.outcomes { padding-top: clamp(20px, 3vw, 34px); }

/* proof list */
.proof-list { display: flex; flex-direction: column; gap: 12px; margin: 6px 0 28px; }
.proof-list li { display: flex; align-items: flex-start; gap: 11px; color: var(--ink-soft); line-height: 1.5; }
.proof-list .tick { margin-top: 3px; }

/* official / scam protection (navy gradient card) */
.official-card { position: relative; text-align: center; padding: clamp(34px, 5vw, 60px); border-radius: var(--radius-lg); color: #eef2fb; background: radial-gradient(120% 120% at 50% -10%, rgba(56,98,172,.35), transparent 60%), linear-gradient(165deg, #14284e, #0a1830); border: 1px solid rgba(200,214,244,.16); box-shadow: 0 30px 70px -34px rgba(0,0,0,.55); }
.official-card__icon { display: inline-grid; place-items: center; width: 64px; height: 64px; border-radius: 18px; margin-bottom: 18px; color: #2a1c05; background: linear-gradient(135deg, #e3b75a, #c7941e); }
.official-card__icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.official-card__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.4rem, 1.1rem + 1.2vw, 2rem); color: #fff; margin-bottom: 14px; }
.official-card > p { color: #c7d1e3; max-width: 60ch; margin: 0 auto 26px; }
.official-card .checklist { max-width: 640px; margin-inline: auto; text-align: left; }
.official-card .checklist li { color: #dfe6f3; }
.official-card .checklist .tick { stroke: var(--accent-soft); }
.official-card .checklist__warn .tick { stroke: #f0a23a; }
.official-card .checklist__warn { color: #f3c98a; }

/* review category chips */
.review-card__cat { display: inline-block; align-self: flex-start; font-size: .66rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--accent-text, var(--accent-deep)); background: rgba(200,148,31,.12); border: 1px solid var(--accent-line); padding: 4px 10px; border-radius: 999px; margin-bottom: 4px; }

/* booking reassurance */
.booking__h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; color: var(--ink); margin-bottom: 18px; }
.booking__checklist { display: flex; flex-direction: column; gap: 12px; margin-bottom: 22px; }
.booking__checklist li { display: flex; align-items: flex-start; gap: 11px; color: var(--ink-soft); }
.booking__checklist .tick { margin-top: 3px; }
.booking__scarcity { display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; color: var(--muted); padding: 14px 16px; border-radius: 12px; background: rgba(200,148,31,.08); border: 1px solid var(--accent-line); margin-bottom: 18px; }
.booking__scarcity .icon { flex: none; margin-top: 1px; }

/* footer navy gradient + soft section tints (no flat blocks) */
.site-footer { background: linear-gradient(180deg, rgba(10,24,48,0) 0%, rgba(6,15,33,.55) 100%); }
.lightzone .who { background: radial-gradient(120% 80% at 50% 0%, rgba(255,247,232,.5), transparent 62%); }
.lightzone .readings { background: linear-gradient(180deg, rgba(255,247,232,.5), transparent 72%); }
.lightzone .reviews { background: linear-gradient(180deg, rgba(255,250,240,.55), transparent 68%); }

/* responsive */
@media (max-width: 1000px) {
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .steps__grid--5 { grid-template-columns: repeat(2, 1fr); }
  .steps__grid--5::before { display: none; }
  .card-grid--3 { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .hero__bullets { grid-template-columns: 1fr; }
  .who-card .checklist--2, .official-card .checklist--2 { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .offer-grid { grid-template-columns: 1fr; }
  .steps__grid--5 { grid-template-columns: 1fr; }
}

/* ---- readings: grouped offers, real pricing ---- */
.offer-group__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.1rem, 1rem + 0.5vw, 1.42rem); color: var(--ink); text-align: center; margin: clamp(38px, 4vw, 54px) 0 20px; }
.offer-group__title:first-of-type { margin-top: 6px; }
.offer-card__meta { font-size: .84rem; font-weight: 600; letter-spacing: .02em; color: var(--accent-text, var(--accent-deep)); margin-bottom: 10px; text-transform: uppercase; }
.offer-card__sub { font-weight: 500; color: var(--muted); font-size: .85em; }
.offer-card__price { margin: 0 0 14px; }
.offer-card__desc { flex: 1 0 auto; margin-bottom: 18px; }
.offer-card__gift { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; color: var(--accent); background: rgba(200,148,31,.1); border: 1px solid var(--accent-line); margin-bottom: 14px; }
.offer-card__gift svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.offer-grid--3 { grid-template-columns: repeat(3, 1fr); }
.offer-grid--2 { grid-template-columns: repeat(2, 1fr); max-width: 760px; margin-inline: auto; }
@media (max-width: 880px) { .offer-grid--3 { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; } }
@media (max-width: 620px) { .offer-grid--2 { grid-template-columns: 1fr; } }

/* ---- "Is This For You" redesign (circle-checks, 2 columns, star dividers) ---- */
.who-card__lead { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.4rem, 1.2rem + 0.8vw, 1.9rem); color: var(--ink); margin-bottom: 0; }
.hr-star { display: flex; align-items: center; gap: 14px; margin: 14px 0 20px; }
.hr-star::before, .hr-star::after { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--accent-line), transparent); }
.hr-star--left { max-width: 380px; margin-right: auto; }
.hr-star--left::after { display: none; }
.hr-star__mark { color: var(--accent); font-size: 1rem; line-height: 1; }
.who-grid { display: grid; grid-auto-flow: column; grid-template-rows: repeat(5, auto); grid-template-columns: 1fr 1fr; column-gap: clamp(28px, 5vw, 64px); margin: 4px 0 6px; }
.who-item { display: flex; align-items: center; gap: 14px; padding: 15px 2px; border-bottom: 1px solid rgba(23, 48, 66, .08); color: var(--ink); font-size: clamp(.98rem, .94rem + .2vw, 1.08rem); }
.who-item:nth-child(5n) { border-bottom: none; }
.who-item__check { display: grid; place-items: center; width: 30px; height: 30px; flex: none; border-radius: 50%; border: 1.5px solid var(--accent); color: var(--accent); }
.who-item__check svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.who-card__note { text-align: center; }

/* ---- YouTube feature facade ---- */
.yt-embed { position: relative; aspect-ratio: 16 / 9; max-width: 900px; margin-inline: auto; border-radius: var(--radius); overflow: hidden; background: #05060a; box-shadow: var(--shadow); cursor: pointer; }
.yt-embed__thumb { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease, filter .4s ease; }
.yt-embed:hover .yt-embed__thumb { transform: scale(1.03); filter: brightness(.9); }
.yt-embed__play { position: absolute; inset: 0; margin: auto; width: 80px; height: 80px; border: none; border-radius: 50%; background: linear-gradient(135deg, #d8a838, #c7941e); color: #2a1c05; display: grid; place-items: center; cursor: pointer; box-shadow: 0 16px 36px -12px rgba(199, 148, 30, .6); transition: transform .25s ease; }
.yt-embed:hover .yt-embed__play { transform: scale(1.08); }
.yt-embed__play svg { width: 32px; height: 32px; fill: currentColor; margin-left: 4px; }
.yt-embed__label { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 18px 14px; font-size: .82rem; font-weight: 500; color: #eef2fb; background: linear-gradient(180deg, transparent, rgba(5, 8, 16, .78)); pointer-events: none; }
.yt-embed.is-playing .yt-embed__play, .yt-embed.is-playing .yt-embed__thumb, .yt-embed.is-playing .yt-embed__label { display: none; }
.yt-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---- feature interviews: sticky stacking deck ---- */
.feature-stack { max-width: 900px; margin-inline: auto; }
.feature-stack .yt-embed {
  position: sticky;
  top: calc(96px + var(--i, 0) * 22px);
  max-width: none;
  width: 100%;
  margin: 0 0 34px;
  display: block;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 30px 66px -28px rgba(10, 12, 20, 0.62), 0 0 0 1px rgba(23, 48, 66, 0.06);
}
.feature-stack .yt-embed:last-child { margin-bottom: 0; }
.feature-stack .yt-embed:nth-child(1) { --i: 0; }
.feature-stack .yt-embed:nth-child(2) { --i: 1; }
.feature-stack .yt-embed:nth-child(3) { --i: 2; }
.feature-stack .yt-embed:nth-child(4) { --i: 3; }
.feature-stack .yt-embed:nth-child(5) { --i: 4; }
.feature-stack .yt-embed:nth-child(6) { --i: 5; }
.yt-embed__ext { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(5, 8, 16, 0.72); color: #fff; z-index: 2; transition: background .2s ease; }
.yt-embed--ext:hover .yt-embed__ext { background: var(--accent); color: #2a1c05; }
.yt-embed__ext svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 600px) {
  .feature-stack { max-width: 560px; }
  .feature-stack .yt-embed { top: calc(74px + var(--i, 0) * 15px); margin-bottom: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .feature-stack .yt-embed { position: static; margin-bottom: 24px; }
}

@media (max-width: 560px) {
  .who-grid { grid-auto-flow: row; grid-template-rows: none; grid-template-columns: 1fr; }
  .who-item:nth-child(5n) { border-bottom: 1px solid rgba(23, 48, 66, .08); }
  .who-item:last-child { border-bottom: none; }
}

/* =====================================================================
   UI/UX POLISH PASS - depth, tactile feedback, refined micro-interactions
   ===================================================================== */

/* tabular figures so prices, stats & dates stay aligned and stable (no layout shift) */
.offer-card__price, .trust-stat__text strong, .hero-stat__text strong,
.cal__day, .cal__slot, .review-card__stars, .hero__stars, .mobile-cta__stars { font-variant-numeric: tabular-nums; }

/* tactile press feedback on buttons (spring-ish ease) */
.btn { transition: transform .22s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease, background .25s ease, border-color .25s ease, color .2s ease; }
.btn:active { transform: scale(.975); }
.btn--primary:active, .btn--tiktok:active { transform: translateY(0) scale(.975); }

/* richer, clearly-visible focus ring (a11y) */
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; box-shadow: 0 0 0 4px rgba(200,148,31,.22); border-radius: 8px; }

/* ghost button: subtle gold wash on hover for clearer affordance */
.btn--ghost:hover { background: rgba(200,148,31,.09); }

/* unify card depth + hover lift across all card families */
.value-card, .step, .quote-card, .review-card { transition: transform .32s cubic-bezier(.2,.7,.2,1), box-shadow .32s ease, border-color .32s ease; }
.value-card:hover, .step:hover, .review-card:hover { transform: translateY(-5px); border-color: var(--accent-line); box-shadow: var(--shadow-glow); }

/* gentle, ethereal hero portrait float (fits the spiritual brand; reduced-motion safe) */
@keyframes heroFloat { from { transform: translateY(0); } to { transform: translateY(-9px); } }
.hero__portrait { animation: heroFloat 7s ease-in-out infinite alternate; }

/* FAQ answer fades in softly when opened */
@keyframes faqIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
.faq-item[open] .faq-item__body { animation: faqIn .32s ease both; }

/* animated underline reveal for text links */
.footer__col a, .footer__legal a, .faq-item__body a, .booking__policy a, .who-card__note a {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1.5px; background-position: 0 100%; background-repeat: no-repeat;
  transition: background-size .3s ease, color .2s ease; padding-bottom: 1px;
}
.footer__col a:hover, .footer__legal a:hover, .faq-item__body a:hover, .booking__policy a:hover { background-size: 100% 1.5px; }

/* checklist rows: soft hover highlight */
.who-item { transition: background .2s ease; border-radius: 8px; }
.who-item:hover { background: rgba(200,148,31,.06); }

/* offer "Most Popular" card: a touch more lift so it reads as primary */
.offer-card--featured { transform: translateY(-4px); }
.offer-card--featured:hover { transform: translateY(-8px); }

@media (prefers-reduced-motion: reduce) {
  .hero__portrait, .faq-item[open] .faq-item__body { animation: none; }
}

/* =====================================================================
   MY APPROACH - consciousness framing (dark cosmic zone, after hero)
   ===================================================================== */
.approach { position: relative; z-index: 2; }
.approach__quote {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 52px) clamp(26px, 5vw, 56px);
  border-radius: 22px;
  text-align: center;
}
.approach__mark {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 0.5;
  color: var(--accent);
  opacity: 0.55;
  margin-bottom: 8px;
}
.approach__quote blockquote { margin: 0; }
.approach__quote blockquote p {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(1.1rem, 0.95rem + 0.8vw, 1.45rem);
  line-height: 1.55;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: pretty;
}
.approach__quote blockquote p + p { margin-top: clamp(20px, 2.4vw, 30px); }
.approach__quote blockquote em { color: var(--accent-text, #8a6312); font-style: italic; }
.approach__quote figcaption {
  margin-top: 22px;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: var(--muted);
}
.approach__pillars {
  list-style: none;
  margin: clamp(34px, 5vw, 56px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 38px);
}
.approach__pillar { text-align: center; }
.approach__icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 14px;
  border-radius: 14px;
  color: var(--accent);
  background: radial-gradient(circle at 30% 25%, rgba(200, 148, 31, 0.18), rgba(200, 148, 31, 0.04));
  border: 1px solid var(--accent-line);
}
.approach__icon svg {
  width: 26px; height: 26px;
  fill: none; stroke: currentColor; stroke-width: 1.6;
  stroke-linecap: round; stroke-linejoin: round;
}
.approach__pillar h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.12rem;
  color: var(--ink);
  margin: 0 0 6px;
}
.approach__pillar p { color: var(--muted); margin: 0; font-size: 0.95rem; line-height: 1.55; }
@media (max-width: 700px) {
  .approach__pillars { grid-template-columns: 1fr; gap: 26px; max-width: 360px; margin-inline: auto; }
}

/* =====================================================================
   READINGS - premium price menu / table (ivory zone)
   ===================================================================== */
.readings .menu {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(12px, 2vw, 24px) clamp(18px, 3.2vw, 44px) clamp(18px, 2vw, 30px);
  border-radius: 24px;
}
.menu__group { padding-top: clamp(2px, 0.8vw, 6px); }
.menu__group-title {
  font-family: ui-monospace, "SF Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-text);
  margin: clamp(12px, 1.8vw, 18px) 0 2px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.menu__group-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--accent-line);
}
.menu-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(16px, 3vw, 40px);
  align-items: center;
  padding: clamp(12px, 1.5vw, 15px) 0;
  border-top: 1px solid var(--border);
  transition: background 0.25s ease, border-color 0.25s ease;
}
.menu__group-title + .menu-row { border-top: 0; }
.menu-row:hover { background: rgba(200, 148, 31, 0.045); }
.menu-row__main { min-width: 0; }
.menu-row__head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.menu-row__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.12rem, 1rem + 0.5vw, 1.38rem);
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.menu-row__sub { font-weight: 400; color: var(--muted); font-size: 0.82em; }
.menu-row__icon {
  display: inline-flex;
  width: 18px; height: 18px;
  color: var(--accent);
  vertical-align: -3px;
  margin-right: 8px;
}
.menu-row__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.menu-row__badge {
  font-family: ui-monospace, "SF Mono", monospace;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #2a1c05;
  background: linear-gradient(135deg, #e3b75a, #c7941e);
  padding: 4px 9px;
  border-radius: 100px;
  white-space: nowrap;
}
.menu-row__badge--value { background: transparent; color: var(--accent-text); border: 1px solid var(--accent-line); }
.menu-row__meta {
  margin: 5px 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}
.menu-row__desc {
  margin: 6px 0 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
  line-height: 1.45;
  max-width: 48ch;
  text-wrap: pretty;
}
.menu-row__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  flex: none;
  text-align: right;
}
.menu-row__price {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.6rem, 1.3rem + 1.1vw, 2.15rem);
  color: var(--ink);
  margin: 0;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}
.menu-row__cur {
  font-size: 0.5em;
  color: var(--accent-text);
  vertical-align: 0.55em;
  margin-right: 1px;
  font-weight: 700;
}
.menu-row__cta { min-width: 102px; }
/* featured "Most Popular" row */
.menu-row--featured {
  background: linear-gradient(100deg, rgba(200, 148, 31, 0.1), rgba(200, 148, 31, 0.03));
  border-radius: 14px;
  border-top: 0;
  box-shadow: inset 0 0 0 1px var(--accent-line);
  padding-inline: clamp(14px, 2vw, 22px);
  margin: 6px 0;
}
.menu-row--featured + .menu-row { border-top: 0; }
.menu-row--featured .menu-row__price { color: var(--accent-text); }

/* two columns on desktop to cut height; the featured row spans full width */
@media (min-width: 680px) {
  .menu__group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(16px, 2vw, 30px);
    row-gap: 14px;
    align-items: stretch;
  }
  .menu__group-title { grid-column: 1 / -1; margin-bottom: 0; }
  .menu-row {
    display: flex;
    flex-direction: column;
    border-top: 0;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: clamp(13px, 1.5vw, 17px) clamp(15px, 1.8vw, 20px);
    gap: 5px;
  }
  .menu-row:hover { border-color: var(--accent-line); background: rgba(200, 148, 31, 0.04); }
  .menu-row__aside {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
    padding-top: 12px;
  }
  .menu-row__price { font-size: clamp(1.45rem, 1.2rem + 0.7vw, 1.85rem); }
  .menu-row__cta { min-width: 92px; }
  /* featured spans both columns and keeps a horizontal layout */
  .menu-row--featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: clamp(16px, 3vw, 40px);
    border: 0;
    box-shadow: inset 0 0 0 1px var(--accent-line);
    padding: clamp(13px, 1.6vw, 18px) clamp(16px, 2vw, 24px);
  }
  .menu-row--featured .menu-row__aside {
    flex-direction: column;
    align-items: flex-end;
    width: auto;
    margin-top: 0;
    padding-top: 0;
  }
  .menu-row--featured .menu-row__price { font-size: clamp(1.7rem, 1.3rem + 1.1vw, 2.1rem); }
}

@media (max-width: 600px) {
  .menu-row { grid-template-columns: 1fr; gap: 12px; padding-block: clamp(13px, 3.5vw, 16px); }
  .menu-row__aside {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .menu-row__desc { max-width: none; }
  .menu-row__cta { min-width: 120px; }
}
