/* ===================================================================
   Patty Jin — "Quantum Leap" funnel. Cosmic & gold, dark, aspirational.
   Cormorant Garamond display + Inter body.
   =================================================================== */

:root {
  --bg: #0c0a1e;
  --bg-2: #110e28;
  --panel: #171334;
  --panel-2: #1e1942;
  --line: rgba(255, 255, 255, .1);
  --line-2: rgba(255, 255, 255, .16);

  --ink: #f4f2fb;
  --ink-2: #bfb8dd;
  --ink-3: #8b83b0;

  --violet: #8b5cf6;
  --violet-bright: #a855f7;
  --pink: #e879a6;
  --gold: #e9c583;
  --gold-bright: #f6d78f;

  --grad-gold: linear-gradient(95deg, #f6d78f, #e0a24e);
  --grad-cosmic: linear-gradient(120deg, #a855f7, #e879a6 55%, #f6d78f);

  --sh-md: 0 20px 50px -24px rgba(0, 0, 0, .7);
  --sh-lg: 0 40px 90px -40px rgba(0, 0, 0, .85);
  --glow-gold: 0 0 40px -6px rgba(233, 197, 131, .5);
  --glow-violet: 0 0 50px -8px rgba(139, 92, 246, .6);

  --radius: 22px;
  --radius-md: 16px;
  --radius-sm: 11px;

  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --maxw: 1160px;
  --banner-h: 2.5rem;
}

* , *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--sans); color: var(--ink);
  background: var(--bg); line-height: 1.65; font-size: 17px;
  letter-spacing: -0.006em; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 800px; }
.center { text-align: center; }

/* ===== Type ===== */
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.06; color: #fff; margin: 0 0 .5em; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.8rem, 6.5vw, 5rem); }
h2 { font-size: clamp(2rem, 4.4vw, 3.4rem); }
h3 { font-size: 1.4rem; }
p { margin: 0 0 1rem; }
em { font-style: italic; color: var(--gold-bright); }
.grad { background: var(--grad-gold); -webkit-background-clip: text; background-clip: text; color: transparent; }

.eyebrow {
  font-family: var(--sans); font-size: .76rem; font-weight: 600; letter-spacing: .24em;
  text-transform: uppercase; color: var(--gold); margin: 0 0 1.1rem; display: inline-flex; align-items: center; gap: .6rem;
}
.eyebrow::before { content: ''; width: 26px; height: 1px; background: currentColor; opacity: .6; }
.eyebrow.center { justify-content: center; }
.lede { font-size: 1.24rem; color: var(--ink-2); line-height: 1.6; }

/* ===== Buttons ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--sans); font-weight: 600; font-size: .98rem; letter-spacing: -0.01em;
  padding: .9rem 1.7rem; border-radius: 999px; border: 1.5px solid transparent; cursor: pointer;
  text-decoration: none; white-space: nowrap; line-height: 1;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.btn-lg { padding: 1.05rem 2.2rem; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--grad-gold); color: #2a1d05; box-shadow: var(--glow-gold); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 55px -4px rgba(233, 197, 131, .7); }
.btn-outline { background: transparent; color: var(--gold-bright); border-color: var(--line-2); }
.btn-outline:hover { border-color: var(--gold); background: rgba(233,197,131,.08); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink-2); }
.btn-ghost:hover { color: #fff; }
.btn-ghost .arrow { transition: transform .25s var(--ease); }
.btn-ghost:hover .arrow { transform: translateX(4px); }
.btn-nav { background: var(--grad-gold); color: #2a1d05; padding: .62rem 1.25rem; font-size: .92rem; }
.btn-nav:hover { transform: translateY(-1px); box-shadow: var(--glow-gold); }

/* ===== Header ===== */
.site-header {
  position: sticky; top: var(--banner-h); z-index: 60; border-bottom: 1px solid transparent;
  transition: background .3s var(--ease), border-color .3s var(--ease), backdrop-filter .3s;
}
.site-header.scrolled { background: rgba(12, 10, 30, .72); backdrop-filter: saturate(160%) blur(14px); border-bottom-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo { font-family: var(--serif); font-size: 1.65rem; font-weight: 600; color: #fff; text-decoration: none; letter-spacing: .01em; }
.logo span { color: var(--gold); font-style: italic; }
.nav { display: flex; align-items: center; gap: 2rem; }
.nav a:not(.btn) { color: var(--ink-2); text-decoration: none; font-weight: 500; font-size: .95rem; transition: color .2s; }
.nav a:not(.btn):hover { color: var(--gold-bright); }

/* ===== Starfield ===== */
.stars {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .9;
  background-image:
    radial-gradient(1.2px 1.2px at 12% 22%, rgba(255,255,255,.9), transparent),
    radial-gradient(1px 1px at 28% 68%, rgba(255,255,255,.7), transparent),
    radial-gradient(1.4px 1.4px at 48% 34%, rgba(246,215,143,.9), transparent),
    radial-gradient(1px 1px at 63% 12%, rgba(255,255,255,.7), transparent),
    radial-gradient(1.2px 1.2px at 78% 58%, rgba(255,255,255,.85), transparent),
    radial-gradient(1px 1px at 88% 30%, rgba(232,121,166,.8), transparent),
    radial-gradient(1px 1px at 38% 84%, rgba(255,255,255,.6), transparent),
    radial-gradient(1.3px 1.3px at 70% 82%, rgba(255,255,255,.7), transparent);
  animation: twinkle 5s ease-in-out infinite alternate;
}
@keyframes twinkle { from { opacity: .55; } to { opacity: 1; } }

/* ===== Hero ===== */
.hero { position: relative; padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5.5rem); overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(60% 55% at 80% 20%, rgba(139,92,246,.35), transparent 70%),
    radial-gradient(50% 50% at 10% 90%, rgba(232,121,166,.22), transparent 70%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 3.5rem; align-items: center; }
.hero h1 { margin-bottom: .5em; }
.hero .lede { max-width: 40ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin: 2rem 0 1.1rem; }
.reassure { font-size: .9rem; color: var(--ink-3); display: inline-flex; align-items: center; gap: .5rem; }
.reassure::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(233,197,131,.18); }

.hero-art { position: relative; min-height: 460px; z-index: 2; }
.hero-frame {
  position: absolute; inset: 0; margin: auto; width: 100%; max-width: 400px; aspect-ratio: 4/5;
  border-radius: 220px 220px 26px 26px;
  background: #241a45 url('patty-hero.webp') center 14% / cover no-repeat;
  box-shadow: var(--sh-lg), var(--glow-violet), inset 0 2px 20px rgba(255,255,255,.1);
  overflow: hidden; animation: floatY 7s ease-in-out infinite;
}
.hero-frame::after { content: ''; position: absolute; inset: 0; background: radial-gradient(70% 50% at 50% 100%, rgba(12,10,30,.55), transparent 60%); }
.hero-badge {
  position: absolute; top: 8%; right: -4%; z-index: 3;
  background: rgba(23,19,52,.9); border: 1px solid var(--line-2); backdrop-filter: blur(8px);
  border-radius: 999px; padding: .55rem 1rem .55rem .6rem; box-shadow: var(--sh-md);
  display: flex; align-items: center; gap: .6rem; font-size: .82rem; font-weight: 600; color: #fff;
  animation: floatY 5.5s ease-in-out infinite;
}
.hero-badge .dot { width: 30px; height: 30px; border-radius: 50%; background: var(--grad-gold); display: grid; place-items: center; color: #2a1d05; }
.hero-quote {
  position: absolute; bottom: 4%; left: -6%; z-index: 3; margin: 0;
  background: rgba(23,19,52,.92); border: 1px solid var(--line-2); backdrop-filter: blur(8px);
  border-radius: var(--radius-md); padding: 1.3rem 1.4rem; box-shadow: var(--sh-lg); max-width: 260px;
  animation: floatY 8.5s ease-in-out .6s infinite;
}
.hero-quote p { font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: #fff; margin-bottom: .5rem; line-height: 1.3; }
.hero-quote cite { font-style: normal; font-size: .78rem; color: var(--gold); }
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }

/* ===== Orbs ===== */
.hero-orbs, .cta-orbs { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.ho, .blob { position: absolute; border-radius: 50%; filter: blur(50px); opacity: .5; will-change: transform, border-radius; }
.ho-1 { width: 260px; height: 260px; background: var(--violet); top: 4%; left: 2%; animation: drift1 16s ease-in-out infinite, morph 11s ease-in-out infinite; }
.ho-2 { width: 220px; height: 220px; background: var(--pink); bottom: 6%; right: 6%; opacity: .35; animation: drift2 20s ease-in-out infinite, morph 13s ease-in-out infinite; }
.ho-3 { width: 170px; height: 170px; background: var(--gold); top: 44%; left: 44%; opacity: .28; animation: drift3 18s ease-in-out infinite, morph 15s ease-in-out infinite; }
.cta-b1 { width: 300px; height: 300px; background: var(--violet); top: -50px; right: 8%; opacity: .45; animation: drift2 18s ease-in-out infinite, morph 12s ease-in-out infinite; }
.cta-b2 { width: 240px; height: 240px; background: var(--gold); bottom: -60px; left: 10%; opacity: .35; animation: drift1 22s ease-in-out infinite, morph 15s ease-in-out infinite; }
@keyframes drift1 { 0%, 100% { transform: translate(0,0) scale(1); } 50% { transform: translate(34px,-26px) scale(1.08); } }
@keyframes drift2 { 0%, 100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-30px,22px) scale(1.1); } }
@keyframes drift3 { 0%, 100% { transform: translate(0,0) scale(1); } 50% { transform: translate(20px,28px) scale(0.92); } }
@keyframes morph { 0%,100% { border-radius: 42% 58% 63% 37% / 42% 45% 55% 58%; } 50% { border-radius: 58% 42% 38% 62% / 55% 60% 40% 45%; } }

/* ===== Trust bar ===== */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-2); }
.trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.5rem 0; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: .7rem; color: var(--ink-2); font-size: .92rem; font-weight: 500; }
.trust-item svg { width: 22px; height: 22px; fill: none; stroke: var(--gold); stroke-width: 1.6; flex: none; }

/* ===== Sections ===== */
.section { padding: clamp(4rem, 8vw, 7rem) 0; position: relative; }
.subhead { max-width: 58ch; margin: 0 auto 3rem; color: var(--ink-2); font-size: 1.15rem; }

.story { background: var(--bg); }
.feel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin: 3rem 0; }
.feel-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 1.5rem 1.4rem; font-size: 1.02rem; color: var(--ink); line-height: 1.5;
  display: flex; gap: .8rem; align-items: flex-start; transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s;
}
.feel-card:hover { transform: translateY(-3px); border-color: var(--line-2); box-shadow: var(--sh-md); }
.feel-card::before { content: ''; flex: none; width: 8px; height: 8px; margin-top: .55rem; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px rgba(233,197,131,.8); }
.story-close { font-size: 1.4rem; font-family: var(--serif); line-height: 1.45; text-align: center; max-width: 26ch; margin: 0 auto; color: var(--ink-2); }
.story-close strong { color: #fff; }

/* Method */
.offer { background: linear-gradient(180deg, var(--bg-2), var(--bg)); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 1rem; }
.steps-5 { grid-template-columns: repeat(5, 1fr); gap: 1.1rem; }
.step {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.4rem; position: relative; overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s, border-color .35s;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: var(--line-2); }
.step::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-cosmic); opacity: 0; transition: opacity .3s; }
.step:hover::before { opacity: 1; }
.step-num {
  display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px;
  border-radius: 14px; background: var(--grad-cosmic); color: #fff; font-family: var(--serif); font-size: 1.3rem;
  margin-bottom: 1rem; box-shadow: var(--glow-violet);
}
.step h3 { font-size: 1.25rem; }
.step p { color: var(--ink-2); margin: 0; font-size: .96rem; }
.offer-cta { text-align: center; margin-top: 3rem; }

/* Inside list */
.inside { background: var(--bg); }
.inside-list { list-style: none; padding: 0; margin: 1rem auto 0; max-width: 620px; display: grid; gap: .9rem; }
.inside-list li {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 1.1rem 1.3rem; color: var(--ink-2); display: flex; gap: .8rem; align-items: baseline; transition: border-color .3s, transform .3s;
}
.inside-list li:hover { border-color: var(--line-2); transform: translateX(4px); }
.inside-list strong { color: #fff; }
.inside-list .tick { color: var(--gold); flex: none; }

/* About */
.about { background: linear-gradient(180deg, var(--bg), var(--bg-2)); }
.about-inner { display: grid; grid-template-columns: .82fr 1.18fr; gap: 3.5rem; align-items: center; }
.about-photo {
  aspect-ratio: 4/5; border-radius: 200px 200px 24px 24px; max-width: 380px;
  background: #3a2a6b url('patty-about.webp') 50% 18% / cover no-repeat;
  box-shadow: var(--sh-lg), var(--glow-violet); position: relative; overflow: hidden;
}
.about-copy .lede { margin-bottom: 1.2rem; }
.about-copy p { color: var(--ink-2); }
.about-copy .btn { margin-top: .6rem; }

/* Results */
.voices { background: var(--bg-2); }
.voices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 1rem; }
.voice { margin: 0; background: var(--panel); border-radius: var(--radius); padding: 2rem 1.9rem; border: 1px solid var(--line); position: relative; box-shadow: var(--sh-md); }
.voice::before { content: '\201C'; font-family: var(--serif); font-size: 4rem; color: var(--gold); opacity: .6; position: absolute; top: .3rem; left: 1.2rem; line-height: 1; }
.voice blockquote { margin: 1.4rem 0 1.2rem; font-family: var(--serif); font-size: 1.2rem; color: #fff; line-height: 1.45; }
.voice figcaption { color: var(--gold); font-weight: 600; font-size: .9rem; display: flex; align-items: center; gap: .6rem; }
.voice figcaption::before { content: ''; width: 24px; height: 1px; background: var(--gold); }

/* Final CTA */
.final-cta { background: linear-gradient(160deg, #1a1140 0%, #2a1550 60%, #12102a 100%); overflow: hidden; }
.final-cta .container { position: relative; z-index: 2; }
.final-cta .lede { color: var(--ink-2); max-width: 54ch; margin: 0 auto 2.2rem; }
.final-cta .reassure { color: var(--ink-3); margin-top: 1.8rem; justify-content: center; }

/* Footer */
.site-footer { background: #08061a; color: var(--ink-2); padding-top: 3.5rem; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 3rem; padding-bottom: 2.5rem; }
.footer-note { color: var(--ink-3); margin-top: .7rem; max-width: 34ch; }
.footer-help { background: rgba(255,255,255,.04); border-radius: var(--radius-md); padding: 1.5rem 1.7rem; border: 1px solid var(--line); }
.footer-help strong { color: #fff; display: flex; align-items: center; gap: .5rem; margin-bottom: .5rem; }
.footer-help strong::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.footer-help p { color: var(--ink-3); font-size: .92rem; margin: 0; }
.footer-bottom { border-top: 1px solid var(--line); padding: 1.5rem 0 1.8rem; font-size: .85rem; color: var(--ink-3); display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; }

/* ===== Example banner ===== */
.example-banner {
  position: sticky; top: 0; z-index: 65; overflow: hidden; height: var(--banner-h);
  display: flex; align-items: center; color: #2a1d05;
  background: linear-gradient(90deg, #e0a24e, #f6d78f, #e879a6, #a855f7, #f6d78f, #e0a24e);
  background-size: 300% 100%; animation: bannerShift 16s linear infinite; box-shadow: 0 2px 14px -6px rgba(0,0,0,.6);
}
.example-marquee { display: flex; width: max-content; animation: marquee 42s linear infinite; }
.example-marquee__group { display: flex; }
.example-marquee span { white-space: nowrap; padding: 0 2.4rem; font-size: .85rem; font-weight: 600; }
.example-banner strong { font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes bannerShift { 0% { background-position: 0% 50%; } 100% { background-position: 300% 50%; } }

/* ===== Scroll reveal ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } *, .stars, .ho, .blob, .hero-frame, .hero-badge, .hero-quote { animation-duration: .001ms !important; } }

/* ================= BOOKING ================= */
.page-booking { background: linear-gradient(180deg, var(--bg-2), var(--bg)); min-height: 100vh; }
.booking-head { max-width: 660px; margin: 0 auto 3rem; }
.booking { padding-top: clamp(2.5rem, 5vw, 4rem); position: relative; z-index: 2; }
.booking-grid { display: grid; grid-template-columns: 360px 1fr; gap: 2rem; align-items: start; }
.booking-summary { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; box-shadow: var(--sh-md); position: sticky; top: 96px; }
.summary-coach { display: flex; align-items: center; gap: .9rem; margin-bottom: 1.6rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); }
.summary-avatar { width: 54px; height: 54px; border-radius: 50%; background: var(--grad-cosmic); color: #fff; font-family: var(--serif); font-size: 1.5rem; display: flex; align-items: center; justify-content: center; box-shadow: var(--glow-violet); }
.summary-coach strong { display: block; color: #fff; font-size: 1.05rem; }
.summary-coach span { font-size: .85rem; color: var(--ink-3); }
.summary-title { font-size: 1.7rem; margin-bottom: 1.2rem; }
.summary-meta { list-style: none; padding: 0; margin: 0 0 1.4rem; display: grid; gap: .85rem; }
.summary-meta li { display: flex; align-items: center; gap: .7rem; color: var(--ink-2); font-size: .96rem; }
.summary-meta svg { width: 21px; height: 21px; fill: none; stroke: var(--gold); stroke-width: 1.7; flex: none; }
.summary-desc { font-size: .93rem; color: var(--ink-2); margin: 0; line-height: 1.6; }
.summary-selected { margin-top: 1.5rem; padding: 1.2rem; border-radius: var(--radius-sm); background: var(--panel-2); border: 1px solid var(--line-2); }
.summary-selected-label { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; color: var(--gold); font-weight: 600; margin-bottom: .35rem; }
.summary-selected strong { color: #fff; font-size: 1.08rem; font-family: var(--serif); }

.booking-main { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 2.2rem; box-shadow: var(--sh-md); min-height: 460px; }
.scheduler { display: grid; grid-template-columns: 1.25fr 1fr; gap: 2rem; }
.calendar { border-right: 1px solid var(--line); padding-right: 2rem; }
.cal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.3rem; }
.cal-month { font-family: var(--serif); font-size: 1.35rem; color: #fff; }
.cal-nav { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line-2); background: transparent; color: var(--gold); font-size: 1.35rem; cursor: pointer; display: grid; place-items: center; transition: background .2s, border-color .2s; }
.cal-nav:hover:not(:disabled) { background: var(--panel-2); border-color: var(--gold); }
.cal-nav:disabled { opacity: .3; cursor: not-allowed; }
.cal-weekdays { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; margin-bottom: 8px; }
.cal-weekdays span { text-align: center; font-size: .7rem; font-weight: 700; color: var(--ink-3); text-transform: uppercase; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.cal-day { aspect-ratio: 1; border: none; background: transparent; border-radius: 12px; font-family: var(--sans); font-size: .96rem; color: var(--ink); cursor: pointer; font-weight: 500; display: flex; align-items: center; justify-content: center; position: relative; transition: background .18s, color .18s; }
.cal-day.empty { visibility: hidden; }
.cal-day.available { color: var(--gold-bright); font-weight: 600; }
.cal-day.available::after { content: ''; position: absolute; bottom: 7px; left: 50%; transform: translateX(-50%); width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.cal-day.available:hover { background: var(--panel-2); }
.cal-day.unavailable { color: var(--ink-3); opacity: .5; cursor: not-allowed; }
.cal-day.selected { background: var(--grad-cosmic); color: #fff; font-weight: 600; }
.cal-day.selected::after { background: #fff; }
.cal-day.today:not(.selected) { box-shadow: inset 0 0 0 1.5px var(--line-2); }
.timeslots-heading { font-size: 1rem; color: #fff; margin: 0 0 1.1rem; font-weight: 600; font-family: var(--serif); }
.timeslots-list { display: grid; gap: .65rem; max-height: 360px; overflow-y: auto; padding-right: 5px; }
.slot { padding: .9rem; border: 1.5px solid var(--line-2); border-radius: var(--radius-sm); background: transparent; color: var(--gold-bright); font-family: var(--sans); font-weight: 600; font-size: .98rem; cursor: pointer; transition: border-color .18s, background .18s, transform .12s; text-align: center; }
.slot:hover { border-color: var(--gold); background: var(--panel-2); transform: translateY(-1px); }
.slot.selected { border-color: transparent; background: var(--grad-cosmic); color: #fff; }
.slot-empty { color: var(--ink-3); font-size: .92rem; padding: 1.2rem 0; text-align: center; }

.booking-form { max-width: 540px; }
.booking-form h2 { font-size: 1.7rem; margin-bottom: 1.4rem; }
.back-link { background: none; border: none; color: var(--gold); cursor: pointer; font-family: var(--sans); font-weight: 600; font-size: .92rem; padding: 0; margin-bottom: 1.4rem; display: inline-flex; align-items: center; gap: .3rem; transition: gap .2s; }
.back-link:hover { gap: .5rem; }
.field { margin-bottom: 1.2rem; }
.field label { display: block; font-weight: 600; font-size: .9rem; color: #fff; margin-bottom: .45rem; }
.optional { font-weight: 400; color: var(--ink-3); }
.field input, .field textarea { width: 100%; padding: .85rem .95rem; border: 1.5px solid var(--line-2); border-radius: var(--radius-sm); font-family: var(--sans); font-size: 1rem; color: var(--ink); background: var(--bg-2); transition: border-color .18s, box-shadow .18s; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-3); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(233,197,131,.14); }
.field textarea { resize: vertical; }
.checkbox { display: flex; align-items: flex-start; gap: .65rem; font-size: .92rem; color: var(--ink-2); margin: .4rem 0 1.5rem; cursor: pointer; line-height: 1.5; }
.checkbox input { margin-top: .2rem; accent-color: var(--gold); width: 18px; height: 18px; flex: none; }
.form-privacy { font-size: .82rem; color: var(--ink-3); text-align: center; margin: 1.1rem 0 0; }

/* ================= THANK YOU ================= */
.page-thankyou { background: linear-gradient(180deg, var(--bg-2), var(--bg)); min-height: 100vh; }
.thankyou { padding-top: clamp(3.5rem, 7vw, 6rem); position: relative; z-index: 2; }
.check { width: 92px; height: 92px; margin: 0 auto 1.8rem; filter: drop-shadow(0 0 20px rgba(233,197,131,.5)); }
.check svg { width: 100%; height: 100%; fill: none; stroke-width: 3; }
.check circle { stroke: var(--violet); opacity: .5; stroke-dasharray: 151; stroke-dashoffset: 151; animation: ring .7s var(--ease) .1s forwards; }
.check path { stroke: var(--gold-bright); stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 48; stroke-dashoffset: 48; animation: draw .5s var(--ease) .5s forwards; }
@keyframes ring { to { stroke-dashoffset: 0; } }
@keyframes draw { to { stroke-dashoffset: 0; } }
.confirm-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--sh-md); max-width: 460px; margin: 2rem auto 2.8rem; text-align: center; }
.confirm-row { padding: .35rem 0; }
.confirm-label { color: var(--gold); font-weight: 600; font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; }
.confirm-when { font-family: var(--serif); font-size: 1.5rem; color: #fff; }
.confirm-with { color: var(--ink-2); font-size: .95rem; }
.cal-cta { max-width: 560px; margin: 0 auto 2.6rem; padding: 2rem 1.9rem; text-align: center; background: var(--panel); border: 1.5px solid var(--line-2); border-radius: var(--radius); box-shadow: var(--sh-md); position: relative; overflow: hidden; }
.cal-cta::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--grad-cosmic); }
.cal-cta-kicker { font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin: 0 0 .5rem; }
.cal-cta h2 { font-size: 1.5rem; margin-bottom: .5rem; }
.cal-cta > p { color: var(--ink-2); font-size: .98rem; margin: 0 auto 1.5rem; max-width: 42ch; }
.cal-cta-buttons { display: flex; gap: .8rem; justify-content: center; flex-wrap: wrap; }
.cal-cta-buttons .btn svg { width: 19px; height: 19px; }
.whatnext { text-align: left; max-width: 540px; margin: 0 auto 2.4rem; }
.whatnext h2 { text-align: center; font-size: 1.6rem; margin-bottom: 1.6rem; }
.whatnext ol { padding: 0; margin: 0; list-style: none; counter-reset: step; display: grid; gap: 1rem; }
.whatnext li { position: relative; padding-left: 3rem; color: var(--ink-2); counter-increment: step; }
.whatnext li::before { content: counter(step); position: absolute; left: 0; top: 0; width: 32px; height: 32px; border-radius: 50%; background: var(--grad-cosmic); color: #fff; font-family: var(--serif); font-size: .95rem; display: grid; place-items: center; }
.whatnext strong { color: #fff; }
.thankyou-note { font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: #fff; max-width: 32ch; margin: 0 auto 2.2rem; line-height: 1.5; }

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .steps-5 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 940px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-art { min-height: 380px; max-width: 400px; margin: 0 auto; width: 100%; }
  .hero .lede { max-width: none; }
  .feel-grid, .steps, .voices-grid { grid-template-columns: 1fr 1fr; }
  .about-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-photo { max-width: 300px; margin: 0 auto; }
  .booking-grid { grid-template-columns: 1fr; }
  .booking-summary { position: static; }
  .footer-inner { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .nav { gap: 1rem; }
  .nav a:not(.btn) { display: none; }
  .feel-grid, .steps, .steps-5, .voices-grid { grid-template-columns: 1fr; }
  .scheduler { grid-template-columns: 1fr; }
  .calendar { border-right: none; padding-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 1.5rem; }
  .timeslots-list { max-height: none; }
  .booking-main { padding: 1.5rem; }
  .hero-quote { left: 0; }
  .hero-badge { right: 0; }
  .trust-inner { justify-content: center; gap: 1.2rem 1.8rem; }
}
