/* =====================================================================
   FUTURE SKIN — 2046 visual overlay for Memories In Motion
   Shared across landing + utility pages; toggles to cream via body.cream
   ===================================================================== */
:root{
  /* tokens */
  --f-bg:#0a0807;
  --f-bg-2:#13100d;
  --f-bg-3:#1c1813;
  --f-surface:rgba(28,24,19,.55);
  --f-surface-strong:rgba(20,17,13,.75);
  --f-ink:#f6efe2;
  --f-ink-2:#e8dec9;
  --f-muted:#bcae97;                 /* bumped from #a59885 → AA-Large on dark */
  --f-coral:#ff5b4a;
  --f-coral-soft:#ff8a78;
  --f-gold:#e8b766;
  --f-gold-bright:#ffd486;
  --f-line:rgba(232,222,201,.12);
  --f-line-strong:rgba(255,91,74,.45);
  --f-glow:0 0 0 1px rgba(255,91,74,.25),0 0 30px -2px rgba(255,91,74,.35);
  --f-mono:"SF Mono","JetBrains Mono",ui-monospace,Menlo,monospace;

  /* tweak knobs (set by tweaks panel) */
  --f-mesh-radius:280px;
  --f-mesh-line-alpha:.11;
  --f-tilt:1;                        /* multiplier 0..1.5 */
  --f-hud:block;                     /* none/block */

  /* accent (default coral) — tweaks-panel can flip to amber/mono */
  --f-accent:var(--f-coral);
  --f-accent-soft:var(--f-coral-soft);
  --f-accent-glow:255,91,74;
}

html,body{background:var(--f-bg);color:var(--f-ink)}
body{
  background:
    radial-gradient(ellipse 60% 50% at 85% -10%,rgba(var(--f-accent-glow),.18) 0%,transparent 55%),
    radial-gradient(ellipse 50% 40% at 5% 8%,rgba(232,183,102,.1) 0%,transparent 55%),
    radial-gradient(ellipse 80% 60% at 50% 120%,rgba(var(--f-accent-glow),.08) 0%,transparent 60%),
    var(--f-bg) !important;
  color:var(--f-ink);
}

/* mesh grid that reacts to cursor — tight radius, strong reveal */
body::before{
  content:"";position:fixed;inset:0;z-index:0;pointer-events:none;
  background-image:
    linear-gradient(rgba(232,222,201,var(--f-mesh-line-alpha)) 1px,transparent 1px),
    linear-gradient(90deg,rgba(232,222,201,var(--f-mesh-line-alpha)) 1px,transparent 1px);
  background-size:52px 52px;
  background-position:0 0;
  mask-image:radial-gradient(circle var(--f-mesh-radius) at calc(var(--cx,50vw)) calc(var(--cy,50vh)),#000 0%,rgba(0,0,0,.7) 30%,transparent 75%);
  -webkit-mask-image:radial-gradient(circle var(--f-mesh-radius) at calc(var(--cx,50vw)) calc(var(--cy,50vh)),#000 0%,rgba(0,0,0,.7) 30%,transparent 75%);
}
/* vignette + scanline */
body::after{
  content:"";position:fixed;inset:0;z-index:0;pointer-events:none;
  background:
    radial-gradient(ellipse at center,transparent 30%,rgba(0,0,0,.45) 100%),
    repeating-linear-gradient(0deg,transparent 0,transparent 3px,rgba(0,0,0,.18) 3px,rgba(0,0,0,.18) 4px);
  mix-blend-mode:multiply;opacity:.5;
}

.grain{opacity:.18;mix-blend-mode:overlay}

/* ---------- CURSOR GLOW base (was inline in index.html) ---------- */
.cursor-glow{
  position:fixed;left:0;top:0;width:680px;height:680px;border-radius:50%;
  pointer-events:none;z-index:1;
  transform:translate3d(calc(var(--cx,50vw) - 340px),calc(var(--cy,50vh) - 340px),0);
  background:radial-gradient(circle,rgba(var(--f-accent-glow),.18) 0%,rgba(232,183,102,.06) 35%,transparent 65%);
  mix-blend-mode:screen;filter:blur(40px);
  opacity:0;transition:opacity .4s ease;
}
.cursor-glow.live{opacity:1}

/* ---------- color repaint ---------- */
.eyebrow{color:var(--f-accent);font-family:var(--f-mono);font-size:10.5px;letter-spacing:.32em}
.eyebrow::before{background:var(--f-accent);box-shadow:0 0 8px var(--f-accent)}
h1,h2,h3,h4{color:var(--f-ink)}
h2 em,.logo em,.hero h1 em,h2 .gold-word{color:var(--f-gold)}
.hero h1 em::after{background:linear-gradient(90deg,transparent,rgba(var(--f-accent-glow),.55) 20%,rgba(var(--f-accent-glow),.55) 80%,transparent)}

/* scroll-bg layers re-tint for dark */
.scroll-bg .nebula{background:radial-gradient(circle,rgba(var(--f-accent-glow),.28) 0%,transparent 62%)}
.scroll-bg .peach{background:radial-gradient(circle,rgba(232,183,102,.18) 0%,transparent 65%)}
.scroll-bg .gold{background:radial-gradient(circle,rgba(255,212,134,.22) 0%,transparent 65%)}
.scroll-bg .coral-sm{background:radial-gradient(circle,rgba(255,138,120,.32) 0%,transparent 65%)}
.scroll-bg .streak{background:linear-gradient(105deg,transparent 40%,rgba(var(--f-accent-glow),.18) 50%,transparent 60%)}
.scroll-bg .streak.s2{background:linear-gradient(75deg,transparent 35%,rgba(232,183,102,.22) 50%,transparent 65%)}
.scroll-bg .word{color:rgba(var(--f-accent-glow),.06);text-shadow:0 0 60px rgba(var(--f-accent-glow),.25)}

/* extend the scroll-bg layers with cursor parallax */
.scroll-bg .nebula{transform:translate3d(calc(var(--sy,0) * -.08px + var(--mx,0) * .4px),calc(var(--sy,0) * -.35px + var(--my,0) * .3px),0) rotate(calc(var(--sy,0) * .03deg))}
.scroll-bg .peach{transform:translate3d(calc(var(--sy,0) * .05px + var(--mx,0) * -.5px),calc(var(--sy,0) * -.55px + var(--my,0) * -.35px),0)}
.scroll-bg .gold{transform:translate3d(calc(var(--sy,0) * -.15px + var(--mx,0) * .65px),calc(var(--sy,0) * -.85px + var(--my,0) * .45px),0)}
.scroll-bg .coral-sm{transform:translate3d(calc(var(--mx,0) * -.6px),calc(var(--sy,0) * -.65px + var(--my,0) * .4px),0) rotate(calc(var(--sy,0) * -.04deg))}

/* NAV */
.nav{border-bottom:1px solid transparent}
.nav.scrolled{background:rgba(10,8,7,.7);border-bottom:1px solid var(--f-line);box-shadow:0 0 30px rgba(0,0,0,.4)}
.logo{color:var(--f-ink)}
.logo .mark{
  background:radial-gradient(circle at 30% 30%,var(--f-gold-bright),var(--f-accent) 70%,#7a1d18);
  box-shadow:0 0 0 1px rgba(var(--f-accent-glow),.35),0 0 18px rgba(var(--f-accent-glow),.5);
}
.nav-links a{color:var(--f-ink);opacity:.7;font-family:var(--f-mono);font-size:11.5px;letter-spacing:.18em;text-transform:uppercase}
.nav-links a:hover{color:var(--f-accent);opacity:1}
.nav-links a::after{background:var(--f-accent);box-shadow:0 0 6px var(--f-accent)}

/* BUTTONS — futuristic chip */
.btn{
  font-family:var(--f-mono);font-size:11.5px;letter-spacing:.22em;text-transform:uppercase;
  padding:14px 22px;border-radius:4px;
  transition:all .25s cubic-bezier(.2,.7,.2,1);
  position:relative;will-change:transform;
}
.btn-gold{background:var(--f-accent);color:#0a0807;box-shadow:0 0 0 1px rgba(var(--f-accent-glow),.6),0 0 24px -4px rgba(var(--f-accent-glow),.7),inset 0 -2px 0 rgba(0,0,0,.2)}
.btn-gold:hover{background:var(--f-accent-soft);color:#0a0807;box-shadow:0 0 0 1px rgba(var(--f-accent-glow),.9),0 0 40px -2px rgba(var(--f-accent-glow),.85)}
.btn-ghost{border:1px solid var(--f-accent);color:var(--f-accent);background:rgba(var(--f-accent-glow),.06)}
.btn-ghost:hover{background:var(--f-accent);color:#0a0807}
.btn-outline{border:1px solid var(--f-line);color:var(--f-ink);background:rgba(20,17,13,.4);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.btn-outline:hover{border-color:var(--f-accent);color:var(--f-accent);background:rgba(var(--f-accent-glow),.08)}
.btn-gold::after{display:none}

/* HERO */
.hero h1{color:var(--f-ink);letter-spacing:-.025em}
.hero h1 em{color:var(--f-gold);text-shadow:0 0 40px rgba(255,212,134,.35)}
.hero-sub,.hero-meta-txt{color:var(--f-muted)}
.hero-meta-txt b{color:var(--f-ink)}
.hero-meta .avatars span{border-color:var(--f-bg-2);background:linear-gradient(135deg,var(--f-gold-bright),var(--f-accent))}
.hero-meta .avatars span:nth-child(2){background:linear-gradient(135deg,var(--f-accent-soft),#7a1d18)}
.hero-meta .avatars span:nth-child(3){background:linear-gradient(135deg,var(--f-gold-bright),var(--f-gold))}

/* Hero rotating chip */
.hero-rotating{
  background:rgba(20,17,13,.6);backdrop-filter:blur(14px);
  border:1px solid var(--f-line);color:var(--f-muted);
  font-family:var(--f-mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;
  padding:10px 18px 10px 10px;border-radius:4px;
}
.hero-rotating::before{background:linear-gradient(90deg,var(--f-accent),var(--f-gold));opacity:.55}
.hero-rotating .label{color:var(--f-ink-2)}
.hero-rotating .swap span{color:var(--f-accent);font-family:var(--display);font-style:italic;text-transform:none;letter-spacing:.005em;font-size:18px}

.hero-bg .glow{filter:blur(80px)!important;opacity:.7!important}
.reel-frame,.device,.phone{filter:drop-shadow(0 0 60px rgba(var(--f-accent-glow),.25))}

/* scroll indicator */
.scroll-indicator .label{color:var(--f-muted);font-family:var(--f-mono);font-size:9.5px;letter-spacing:.36em}
.scroll-indicator .track{background:rgba(232,222,201,.08)}

/* SECTIONS */
.stats,.section,.avail{background:transparent}
.stats-inner{
  background:linear-gradient(135deg,rgba(28,24,19,.6),rgba(20,17,13,.4));
  border:1px solid var(--f-line);border-radius:6px;padding:48px 56px;
  backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  position:relative;overflow:hidden;
}
.stats-inner::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--f-accent) 50%,transparent);opacity:.6}
.stat-num{color:var(--f-ink);font-family:var(--display)}
.stat-num em{color:var(--f-gold)}
.stat-label{color:var(--f-muted);font-family:var(--f-mono);font-size:10.5px;letter-spacing:.28em;text-transform:uppercase}
.section-head p{color:var(--f-muted)}

/* CARDS */
.card{
  background:linear-gradient(180deg,rgba(28,24,19,.65),rgba(13,11,8,.55))!important;
  border:1px solid var(--f-line)!important;border-radius:6px!important;
  color:var(--f-ink);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  position:relative;
}
.card::before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--f-accent),transparent);opacity:0;transition:opacity .35s ease}
.card:hover::before{opacity:.7}
.card:hover{border-color:var(--f-line-strong)!important;box-shadow:0 30px 60px -20px rgba(0,0,0,.6),0 0 0 1px rgba(var(--f-accent-glow),.18)!important}
.card h3{color:var(--f-ink)}
.card p{color:var(--f-muted)}
.card .card-ico{color:var(--f-accent);background:rgba(var(--f-accent-glow),.08);border:1px solid rgba(var(--f-accent-glow),.25)}
.card .card-tag{font-family:var(--f-mono);font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--f-gold);background:rgba(232,183,102,.08);border:1px solid rgba(232,183,102,.25)}

/* GENERIC CARD-LIKE */
.tcard,.pricing-card,.panel,.reel-card,.pcard{
  background:linear-gradient(180deg,rgba(28,24,19,.6),rgba(13,11,8,.5))!important;
  border:1px solid var(--f-line)!important;color:var(--f-ink);
  border-radius:6px!important;backdrop-filter:blur(14px);
}
.tcard blockquote,.tcard p{color:var(--f-ink-2)!important}
.tcard .who *,.pcard p,.panel p{color:var(--f-muted)!important}
.tcard .who b,.panel h3,.pcard h3,.pcard h4{color:var(--f-ink)!important}
.quote-mark{color:var(--f-accent)!important;opacity:.45!important}

.reel-card{box-shadow:0 30px 60px -25px rgba(0,0,0,.7)!important}
.reel-card .rc-num{color:var(--f-gold)!important;font-family:var(--f-mono)}
.reel-card .rc-duration{background:rgba(10,8,7,.7)!important;color:var(--f-ink)!important;font-family:var(--f-mono);font-size:10px;letter-spacing:.18em;border:1px solid var(--f-line)!important}
.reel-card .rc-label h5{color:var(--f-ink)!important}
.reel-card .rc-label span{color:var(--f-muted)!important}

/* FORM */
input,textarea,select{background:rgba(20,17,13,.6)!important;color:var(--f-ink)!important;border-color:var(--f-line)!important}
input::placeholder,textarea::placeholder{color:var(--f-muted)!important}

/* FOOTER */
.footer{background:transparent;border-top:1px solid var(--f-line);color:var(--f-muted)}
.footer-grid h4,.footer-grid b{color:var(--f-ink)}
.footer a{color:var(--f-muted)}
.footer a:hover{color:var(--f-accent)}
.footer-bottom{color:var(--f-muted);border-top:1px solid var(--f-line)}
.footer-bottom .made b{color:var(--f-gold)}

/* LOADER */
.loader{background:var(--f-bg)}
.loader::before{background:radial-gradient(ellipse 60% 45% at 90% 5%,rgba(var(--f-accent-glow),.22) 0%,transparent 55%),radial-gradient(ellipse 40% 35% at 8% 92%,rgba(232,183,102,.14) 0%,transparent 55%)}
.loader-tag{color:var(--f-muted);font-family:var(--f-mono);font-size:10.5px;letter-spacing:.32em}
.loader-tag b{color:var(--f-ink)}
.loader-tag .dot{background:var(--f-accent);box-shadow:0 0 14px var(--f-accent)}
.loader-rotator{color:var(--f-ink);text-shadow:0 0 60px rgba(var(--f-accent-glow),.25)}
.loader-rotator .swap span{color:var(--f-ink)}
.loader-counter{color:var(--f-gold);font-variant-numeric:tabular-nums}
.loader-bar{background:rgba(232,222,201,.08)}

/* HUD */
.hud{position:fixed;inset:0;pointer-events:none;z-index:50;display:var(--f-hud,block)}
.hud .bracket{position:absolute;width:24px;height:24px;border:1px solid var(--f-accent);opacity:.55}
.hud .bracket.tl{top:18px;left:18px;border-right:none;border-bottom:none}
.hud .bracket.tr{top:18px;right:18px;border-left:none;border-bottom:none}
.hud .bracket.bl{bottom:18px;left:18px;border-right:none;border-top:none}
.hud .bracket.br{bottom:18px;right:18px;border-left:none;border-top:none}
.hud .tc{position:absolute;bottom:24px;right:54px;font-family:var(--f-mono);font-size:10.5px;letter-spacing:.2em;color:var(--f-muted);display:flex;align-items:center;gap:10px}
.hud .tc .rec{width:7px;height:7px;border-radius:50%;background:var(--f-accent);box-shadow:0 0 10px var(--f-accent);animation:recBlink 1.4s ease-in-out infinite}
.hud .tc b{color:var(--f-ink);font-weight:500}
.hud .build{position:absolute;bottom:24px;left:54px;font-family:var(--f-mono);font-size:10px;letter-spacing:.28em;color:var(--f-muted);text-transform:uppercase}
.hud .build span{color:var(--f-accent)}
@keyframes recBlink{0%,100%{opacity:1}50%{opacity:.3}}
@media (max-width:880px){.hud .build,.hud .tc{display:none}}

/* Magnetic / tilt cards */
.card,.tcard,.pcard,.panel,.reel-card,.stats-inner{
  transition:transform .45s cubic-bezier(.2,.7,.2,1),border-color .35s ease,box-shadow .35s ease;
  will-change:transform;transform-style:preserve-3d;
}
.card.tilt,.tcard.tilt,.pcard.tilt,.panel.tilt,.reel-card.tilt,.stats-inner.tilt{
  transition:transform .12s linear,border-color .35s ease,box-shadow .35s ease;
  border-color:var(--f-line-strong)!important;
  box-shadow:0 40px 80px -28px rgba(0,0,0,.7),0 0 0 1px rgba(var(--f-accent-glow),.28),0 0 50px -8px rgba(var(--f-accent-glow),.25)!important;
}
.card .tilt-spot,.tcard .tilt-spot,.pcard .tilt-spot,.panel .tilt-spot,.reel-card .tilt-spot{
  position:absolute;inset:0;pointer-events:none;border-radius:inherit;
  background:radial-gradient(circle 200px at var(--tx,50%) var(--ty,50%),rgba(var(--f-accent-glow),.22) 0%,transparent 60%);
  opacity:0;transition:opacity .3s ease;mix-blend-mode:screen;
}
.tilt .tilt-spot{opacity:1}

/* ---------- THEME TOGGLE ---------- */
.theme-toggle{
  position:fixed;right:24px;top:50%;transform:translateY(-50%);z-index:120;
  display:flex;flex-direction:column;gap:6px;padding:6px;
  background:rgba(20,17,13,.55);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border:1px solid var(--f-line);border-radius:999px;
  box-shadow:0 20px 40px -12px rgba(0,0,0,.5);
}
.theme-toggle button{
  width:34px;height:34px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:var(--f-muted);font-family:var(--f-mono);font-size:11px;letter-spacing:.04em;
  transition:all .25s ease;position:relative;border:none;background:transparent;cursor:pointer;
}
.theme-toggle button:hover{color:var(--f-ink)}
.theme-toggle button.active{background:var(--f-accent);color:#0a0807;box-shadow:0 0 18px -2px rgba(var(--f-accent-glow),.7)}
.theme-toggle button svg{width:16px;height:16px}
@media (max-width:680px){
  /* dock the floating pill to the bottom-right so it stops covering content */
  .theme-toggle{right:14px;bottom:16px;top:auto;transform:none;flex-direction:row}
  .theme-toggle button{width:44px;height:44px}   /* ≥44px tap target */
}

/* ---------- IN-NAV THEME TOGGLE (single button, near "Book Now") ---------- */
.nav-theme{
  display:inline-flex;align-items:center;justify-content:center;flex:none;
  width:40px;height:40px;border-radius:999px;
  margin-left:auto;   /* pull the toggle over to sit right beside "Book Now" */
  border:1px solid var(--f-line);background:rgba(255,255,255,.04);color:inherit;
  cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;
}
.nav-theme:hover{border-color:var(--f-accent);color:var(--f-accent)}
.nav-theme svg{width:18px;height:18px}
.nav-theme .ic-cream{display:none}
body.cream .nav-theme{border-color:rgba(20,17,13,.18);background:rgba(255,255,255,.55)}
body.cream .nav-theme .ic-dark{display:none}
body.cream .nav-theme .ic-cream{display:inline}

/* ---------- MOBILE NAV MENU (hamburger drop-down) ---------- *
   Works on every page: future.js toggles .open on .nav-links.        */
@media (max-width:980px){
  .nav-links{
    position:fixed;left:0;right:0;top:0;margin:0;
    display:flex !important;flex-direction:column;align-items:stretch;gap:2px;
    padding:82px 20px 22px;
    background:rgba(16,13,10,.94);
    -webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);
    border-bottom:1px solid var(--f-line);
    box-shadow:0 30px 60px -18px rgba(0,0,0,.55);
    transform:translateY(-102%);transition:transform .38s cubic-bezier(.2,.7,.2,1);
    z-index:95;
  }
  .nav-links.open{transform:translateY(0)}
  .nav-links a{font-size:17px;padding:14px 4px;width:100%;border-bottom:1px solid rgba(232,222,201,.09)}
  .nav-links a:last-child{border-bottom:none}
  body.cream .nav-links{background:rgba(243,238,228,.96);border-bottom-color:rgba(20,17,13,.1)}
  body.cream .nav-links a{border-bottom-color:rgba(20,17,13,.08)}

  /* keep the Book CTA reachable, hide the in-nav theme btn (pill covers it) */
  .nav-inner > .btn.btn-gold{display:inline-flex !important}
  .nav-theme{display:none}

  /* hamburger: ≥44px target, stays above the open panel so it can close it */
  .nav-toggle{width:44px !important;height:44px !important;position:relative;z-index:120}
  .nav-toggle span,
  .nav-toggle span::before,
  .nav-toggle span::after{transition:transform .3s ease,opacity .2s ease}
  .nav-toggle.open span{background:transparent}
  .nav-toggle.open span::before{transform:translateY(5px) rotate(45deg)}
  .nav-toggle.open span::after{transform:translateY(-5px) rotate(-45deg)}
}

/* ---------- A11Y: focus rings ---------- */
.theme-toggle button:focus-visible,
.btn:focus-visible,
.nav-links a:focus-visible,
.tweaks-fab:focus-visible,
button:focus-visible,
a:focus-visible{
  outline:2px solid var(--f-accent);
  outline-offset:3px;
  border-radius:6px;
}
body.cream .theme-toggle button:focus-visible,
body.cream .btn:focus-visible,
body.cream button:focus-visible,
body.cream a:focus-visible{outline-color:var(--coral)}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* ---------- TWEAKS PANEL ---------- */
.tweaks-fab{display:none}                              /* not used by default */
.tweaks-panel{
  position:fixed;right:24px;bottom:24px;z-index:130;width:300px;
  background:rgba(13,11,8,.85);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
  border:1px solid var(--f-line);border-radius:10px;
  box-shadow:0 30px 60px -20px rgba(0,0,0,.7),0 0 0 1px rgba(var(--f-accent-glow),.12);
  font-family:var(--f-mono);color:var(--f-ink);font-size:11.5px;
  transform:translateY(20px) scale(.98);opacity:0;pointer-events:none;
  transition:opacity .3s ease,transform .35s cubic-bezier(.2,.7,.2,1);
}
.tweaks-panel.open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.tweaks-panel header{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 16px;border-bottom:1px solid var(--f-line);cursor:grab;
}
.tweaks-panel header.drag{cursor:grabbing}
.tweaks-panel header h4{margin:0;font-family:var(--f-mono);font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--f-ink);font-weight:500}
.tweaks-panel header h4::before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--f-accent);box-shadow:0 0 8px var(--f-accent);margin-right:10px;vertical-align:1px}
.tweaks-panel .close-x{width:22px;height:22px;border-radius:50%;border:1px solid var(--f-line);color:var(--f-muted);display:flex;align-items:center;justify-content:center;background:transparent}
.tweaks-panel .close-x:hover{color:var(--f-ink);border-color:var(--f-accent)}
.tweaks-panel .body{padding:14px 16px 18px;display:flex;flex-direction:column;gap:18px}
.tweaks-panel .row{display:flex;flex-direction:column;gap:8px}
.tweaks-panel .row label{font-size:9.5px;letter-spacing:.28em;text-transform:uppercase;color:var(--f-muted);display:flex;justify-content:space-between}
.tweaks-panel .row label .val{color:var(--f-ink);letter-spacing:.04em;font-size:10.5px;text-transform:none}
.tweaks-panel input[type=range]{
  appearance:none;-webkit-appearance:none;width:100%;height:18px;background:transparent;margin:0;padding:0;
  border:none!important;
}
.tweaks-panel input[type=range]::-webkit-slider-runnable-track{height:2px;background:rgba(232,222,201,.18);border-radius:2px}
.tweaks-panel input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:var(--f-accent);box-shadow:0 0 8px rgba(var(--f-accent-glow),.7);margin-top:-6px;border:none;cursor:pointer}
.tweaks-panel input[type=range]::-moz-range-track{height:2px;background:rgba(232,222,201,.18);border-radius:2px}
.tweaks-panel input[type=range]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--f-accent);box-shadow:0 0 8px rgba(var(--f-accent-glow),.7);border:none;cursor:pointer}
.tweaks-panel .seg{display:flex;background:rgba(232,222,201,.04);border:1px solid var(--f-line);border-radius:4px;padding:2px;gap:2px}
.tweaks-panel .seg button{flex:1;padding:7px 4px;border-radius:3px;font-family:var(--f-mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--f-muted);background:transparent;border:none;cursor:pointer;transition:all .2s ease}
.tweaks-panel .seg button:hover{color:var(--f-ink)}
.tweaks-panel .seg button.on{background:var(--f-accent);color:#0a0807}
.tweaks-panel .swatches{display:flex;gap:8px}
.tweaks-panel .swatches button{width:28px;height:28px;border-radius:50%;border:1px solid var(--f-line);cursor:pointer;position:relative;background:transparent;padding:0}
.tweaks-panel .swatches button i{display:block;width:100%;height:100%;border-radius:50%}
.tweaks-panel .swatches button.on{border-color:var(--f-ink);box-shadow:0 0 0 2px rgba(var(--f-accent-glow),.4)}

/* tweaks toolbar-toggle FAB — shown by the toolbar 'Tweaks' button */
.tweaks-fab{
  position:fixed;right:24px;bottom:24px;z-index:125;
  width:46px;height:46px;border-radius:50%;
  background:rgba(20,17,13,.7);border:1px solid var(--f-line);color:var(--f-ink);
  backdrop-filter:blur(14px);display:none;align-items:center;justify-content:center;
  cursor:pointer;box-shadow:0 20px 40px -12px rgba(0,0,0,.55);
}
.tweaks-fab.shown{display:flex}
.tweaks-fab:hover{border-color:var(--f-accent);color:var(--f-accent)}
.tweaks-fab svg{width:18px;height:18px}

/* ===== CREAM MODE (revert to editorial) ===== */
body.cream{background:var(--bg)!important;color:var(--text)}
body.cream::before,body.cream::after{display:none}
body.cream{
  background:
    radial-gradient(ellipse 50% 40% at 90% -5%,rgba(244,217,196,.55) 0%,transparent 55%),
    radial-gradient(ellipse 40% 30% at 5% 8%,rgba(224,68,56,.06) 0%,transparent 55%),
    var(--bg)!important;
}
body.cream .grain{opacity:.08;mix-blend-mode:multiply}
body.cream .hud{display:none}

body.cream .eyebrow{color:var(--coral);font-family:var(--body);font-size:11px;letter-spacing:.22em}
body.cream .eyebrow::before{background:var(--coral);box-shadow:none}
body.cream h1,body.cream h2,body.cream h3,body.cream h4{color:var(--text)}
body.cream h2 em,body.cream .logo em,body.cream .hero h1 em,body.cream h2 .gold-word{color:var(--coral)}
body.cream h2 .gold-word{color:var(--gold)}
body.cream .hero h1 em::after{background:linear-gradient(90deg,transparent,rgba(245,165,150,.7) 20%,rgba(245,165,150,.7) 80%,transparent)}

body.cream .scroll-bg .nebula{background:radial-gradient(circle,rgba(224,68,56,.17) 0%,transparent 62%)}
body.cream .scroll-bg .peach{background:radial-gradient(circle,rgba(244,217,196,.55) 0%,transparent 65%)}
body.cream .scroll-bg .gold{background:radial-gradient(circle,rgba(236,209,147,.4) 0%,transparent 65%)}
body.cream .scroll-bg .coral-sm{background:radial-gradient(circle,rgba(245,165,150,.4) 0%,transparent 65%)}
body.cream .scroll-bg .word{color:rgba(224,68,56,.07);text-shadow:none;-webkit-text-stroke:1.2px rgba(224,68,56,.13)}

body.cream .nav.scrolled{background:rgba(243,238,228,.8);border-bottom:1px solid var(--line);box-shadow:0 4px 18px -6px rgba(40,30,20,.1)}
body.cream .logo{color:var(--text)}
body.cream .logo .mark{background:radial-gradient(circle at 30% 30%,var(--gold-bright),var(--coral) 70%,var(--coral-deep));box-shadow:0 4px 12px -2px rgba(224,68,56,.4)}
body.cream .nav-links a{color:var(--text);opacity:.78;font-family:var(--body);font-size:13.5px;letter-spacing:.01em;text-transform:none}
body.cream .nav-links a:hover{color:var(--coral)}
body.cream .nav-links a::after{background:var(--coral);box-shadow:none}

body.cream .btn{font-family:var(--body);font-size:13.5px;letter-spacing:.02em;text-transform:none;padding:13px 24px;border-radius:999px}
body.cream .btn-gold{background:var(--coral);color:#fff;box-shadow:0 10px 28px -10px rgba(224,68,56,.55)}
body.cream .btn-gold:hover{background:var(--coral-deep);box-shadow:0 18px 38px -12px rgba(224,68,56,.7)}
body.cream .btn-outline{border:1.5px solid rgba(20,17,13,.2);color:var(--text);background:rgba(255,255,255,.5)}
body.cream .btn-outline:hover{border-color:var(--coral);color:var(--coral);background:#fff}
body.cream .btn-ghost{border:1.5px solid var(--coral);color:var(--coral);background:transparent}
body.cream .btn-ghost:hover{background:var(--coral);color:#fff}

body.cream .hero h1,body.cream .hero-sub,body.cream .hero-meta-txt b{color:var(--text)}
body.cream .hero h1 em{color:var(--coral);text-shadow:none}
body.cream .hero-sub,body.cream .hero-meta-txt{color:var(--muted)}
body.cream .hero-meta .avatars span{border-color:var(--bg)}
body.cream .hero-rotating{background:rgba(255,255,255,.55);border:1px solid var(--line);color:var(--muted);font-family:var(--body);font-size:13.5px;letter-spacing:.01em;text-transform:none;padding:9px 20px 9px 9px;border-radius:999px}
body.cream .hero-rotating::before{background:var(--accent-grad);opacity:.35}
body.cream .hero-rotating .label{color:var(--text)}
body.cream .hero-rotating .swap span{color:var(--coral);font-size:18px}

body.cream .reel-frame,body.cream .device,body.cream .phone{filter:none}

body.cream .scroll-indicator .label{color:var(--muted);font-family:var(--body);font-size:10.5px;letter-spacing:.32em}
body.cream .scroll-indicator .track{background:rgba(20,17,13,.1)}

body.cream .stats-inner{background:linear-gradient(180deg,var(--surface-2),var(--surface));border:1px solid var(--line);box-shadow:var(--shadow-sm);padding:48px 56px;backdrop-filter:none}
body.cream .stats-inner::before{display:none}
body.cream .stat-num{color:var(--text)}
body.cream .stat-num em{color:var(--coral)}
body.cream .stat-label{color:var(--muted);font-family:var(--body);font-size:12px;letter-spacing:.18em}
body.cream .section-head p{color:var(--muted)}

body.cream .card{background:var(--surface)!important;border:1px solid var(--line)!important;border-radius:18px!important;color:var(--text);box-shadow:var(--shadow-sm)!important;backdrop-filter:none}
body.cream .card::before{display:none}
body.cream .card:hover{border-color:var(--line)!important;box-shadow:var(--shadow-md)!important}
body.cream .card h3{color:var(--text)}
body.cream .card p{color:var(--muted)}
body.cream .card .card-ico{color:var(--coral);background:rgba(224,68,56,.08);border:1px solid rgba(224,68,56,.15)}
body.cream .card .card-tag{font-family:var(--body);font-size:11px;letter-spacing:.12em;color:var(--gold);background:rgba(200,151,82,.08);border:1px solid rgba(200,151,82,.18)}

body.cream .tcard,body.cream .pricing-card,body.cream .panel,body.cream .reel-card,body.cream .pcard{background:var(--surface)!important;border:1px solid var(--line)!important;color:var(--text);border-radius:18px!important;backdrop-filter:none;box-shadow:var(--shadow-sm)!important}
body.cream .tcard blockquote,body.cream .tcard p{color:var(--text)!important}
body.cream .tcard .who *,body.cream .pcard p,body.cream .panel p{color:var(--muted)!important}
body.cream .tcard .who b,body.cream .panel h3,body.cream .pcard h3,body.cream .pcard h4{color:var(--text)!important}
body.cream .quote-mark{color:var(--coral)!important;opacity:.35!important}

body.cream .reel-card .rc-num{color:var(--gold)!important;font-family:var(--display)}
body.cream .reel-card .rc-duration{background:rgba(255,255,255,.85)!important;color:var(--text)!important;border:1px solid var(--line)!important;font-family:var(--body)}
body.cream .reel-card .rc-label h5{color:var(--text)!important}
body.cream .reel-card .rc-label span{color:var(--muted)!important}

body.cream input,body.cream textarea,body.cream select{background:#fff!important;color:var(--text)!important;border-color:var(--line)!important}
body.cream input::placeholder,body.cream textarea::placeholder{color:var(--muted)!important}

body.cream .footer{border-top:1px solid var(--line);color:var(--muted)}
body.cream .footer-grid h4,body.cream .footer-grid b{color:var(--text)}
body.cream .footer a{color:var(--muted)}
body.cream .footer a:hover{color:var(--coral)}
body.cream .footer-bottom{color:var(--muted);border-top:1px solid var(--line)}
body.cream .footer-bottom .made b{color:var(--coral)}

body.cream .cursor-glow{background:radial-gradient(circle,rgba(224,68,56,.13) 0%,rgba(244,217,196,.05) 35%,transparent 65%);mix-blend-mode:multiply!important;filter:blur(20px)}
body.cream .loader{background:var(--bg)}
body.cream .loader-rotator,body.cream .loader-rotator .swap span{color:var(--text);text-shadow:none}
body.cream .loader-counter{color:var(--text)}
body.cream .loader-bar{background:rgba(20,17,13,.08)}
body.cream .loader-tag{color:var(--muted);font-family:var(--body)}
body.cream .loader-tag b{color:var(--text)}
body.cream .loader-tag .dot{background:var(--coral);box-shadow:0 0 12px var(--coral)}
body.cream .tilt-spot{display:none}
body.cream .tweaks-panel{background:rgba(255,255,255,.92);color:var(--text);border:1px solid var(--line);box-shadow:var(--shadow-md)}
body.cream .tweaks-panel header h4{color:var(--text)}
body.cream .tweaks-panel header h4::before{background:var(--coral);box-shadow:0 0 8px var(--coral)}
body.cream .tweaks-panel .row label{color:var(--muted)}
body.cream .tweaks-panel .row label .val{color:var(--text)}
body.cream .tweaks-panel input[type=range]::-webkit-slider-thumb{background:var(--coral);box-shadow:0 0 8px rgba(224,68,56,.6)}
body.cream .tweaks-panel input[type=range]::-moz-range-thumb{background:var(--coral)}
body.cream .tweaks-panel .seg{background:rgba(20,17,13,.04);border-color:var(--line)}
body.cream .tweaks-panel .seg button{color:var(--muted)}
body.cream .tweaks-panel .seg button.on{background:var(--coral);color:#fff}
body.cream .tweaks-fab{background:rgba(255,255,255,.9);border-color:var(--line);color:var(--text)}
body.cream .tweaks-fab:hover{border-color:var(--coral);color:var(--coral)}

/* Reduced motion */
@media (prefers-reduced-motion:reduce){
  body::before,body::after{display:none}
  .card,.tcard,.pcard,.panel,.reel-card,.stats-inner{transform:none!important;transform-style:flat!important}
  .tilt-spot{display:none}
  .cursor-glow{display:none}
}

/* ===================================================================
   UI/UX FIX BATCH — dark-mode heading contrast, card padding, mobile.
   Loaded on every public page (admin.html is excluded via body.admin).
   =================================================================== */

/* FIX 5 (NARROWED — see BATCH 3 BUG 1) — dark (default) skin: keep page
   headings light instead of resolving to the inline `h1..h4{color:var(--text)}`
   near-black. The `body:not(.cream):not(.admin)` prefix (0,3,1) already
   outranks that inline rule (0,0,1), so the blanket `!important` is gone:
   this is now an ordinary cascade rule, which means a genuinely light
   surface can still opt its own heading dark. Card headings are handled
   at the surface level by the BATCH 3 token remap. Accent <em>/.gold-word
   spans keep their own colour via their more specific rules. */
body:not(.cream):not(.admin) h1,
body:not(.cream):not(.admin) h2,
body:not(.cream):not(.admin) h3,
body:not(.cream):not(.admin) h4{ color:#f5f0e8; }

/* FIX 4 — consistent padding + left alignment on the main content cards
   (testimonial, feature, philosophy, calendar). Specialised containers
   with centred internals (packages, the booking form card, hub feature
   cards) are intentionally left untouched. */
body:not(.admin) .tcard,
body:not(.admin) .card,
body:not(.admin) .philosophy-card,
body:not(.admin) .cal-card{
  padding:1.5rem !important;
  text-align:left;
}

/* FIX 6 — small screens (≤768px) only; desktop is unchanged. */
@media (max-width:768px){
  body:not(.admin) .section{ padding:56px 0 !important; }

  body:not(.admin) .tcard,
  body:not(.admin) .card,
  body:not(.admin) .philosophy-card,
  body:not(.admin) .cal-card{ padding:1.1rem !important; }

  body:not(.admin) h1,
  body:not(.admin) .hero h1,
  body:not(.admin) .hub-hero h1{ font-size:clamp(36px,9vw,52px) !important; }
  body:not(.admin) h2{ font-size:clamp(28px,7vw,42px) !important; }

  /* tighten the gap between stacked cards */
  body:not(.admin) .tcards,
  body:not(.admin) .pkg-grid,
  body:not(.admin) .addons,
  body:not(.admin) .feat-grid{ gap:14px !important; }
}

/* ===================================================================
   RESPONSIVE FIX BATCH — small-screen nav (measured at 311px–430px).
   Layout-only: no colour, type family, radius or effect is changed, and
   every clamp() upper bound is the existing value, so the design is
   reached unchanged at the top of each range. FIX 7 is scoped to ≤480px;
   FIX 8 touches the ≤980px drop-down panel, which is off-canvas until
   the hamburger is tapped.
   =================================================================== */

/* FIX 7 — NAV OVERFLOW.
   .nav-inner is a nowrap flex row holding a 239px logo + the Book CTA +
   the 44px hamburger with a 24px gap. That needs ~355px of a 267px content
   box at 311px, so the hamburger was laid out at x=357–387 — entirely off
   the 311px viewport and clipped by body{overflow-x:hidden}, leaving the
   mobile menu unreachable at ≤390px. Scale the logo with the viewport,
   tighten the gap, and pin the toggle so it can never be pushed out.
   Measured: the bar still fits unaided at 481px, so this is scoped to ≤480
   and every width above it renders exactly as before. */
@media (max-width:480px){
  /* No room for the in-nav CTA beside the hamburger at these widths — it is
     what pushes the toggle off-screen. The hero and section Book buttons
     still carry the conversion path here. */
  body:not(.admin) .nav-inner > .btn{ display:none !important; }

  body:not(.admin) .nav-inner{ gap:10px; flex-wrap:nowrap; }
  body:not(.admin) .nav-inner .logo{
    font-size:clamp(16px,4.6vw,23px);
    gap:8px;
    min-width:0;              /* let the flex item shrink below min-content */
    flex:0 1 auto;
  }
  body:not(.admin) .nav-inner .logo .mark{
    width:clamp(26px,7.4vw,34px);
    height:clamp(26px,7.4vw,34px);
    flex:none;                /* the dot must never squash into an ellipse */
  }
  body:not(.admin) .nav-toggle{ flex:none; }
}

/* FIX 8 — MOBILE MENU OVERLAP.
   The drop-down panel cleared the navbar with a hard-coded 82px of padding,
   but the bar measures 89px tall (22px + 44px toggle + 22px + border), so
   the first link sat 7px underneath it and was partly untappable. */
@media (max-width:980px){
  body:not(.admin) .nav-links{ padding-top:96px; 
  }
}
/* UI/UX FIX BATCH 2 — mobile header, vertical whitespace, footer &
   calendar. CSS-only. Every rule is scoped with `body:not(.admin)`
   (to beat the page inline <style> that loads after future.css) and
   lives inside a mobile media query so desktop is byte-for-byte
   unchanged — the ONE exception is FIX 7, an intentionally global
   calendar-alignment correction called out in the brief.
   =================================================================== */

/* FIX 7 — CALENDAR OFF-AXIS (availability.html). Root cause: `.dow`
   carried `padding:0 4px` while `.cal-grid` had none, so the weekday
   labels sat 4px inboard of the date cells. Zero the padding on every
   width so the two 7-col grids share one axis (global by design). */
body:not(.admin) .dow{ padding:0; }

/* FIX 8 — HEADER CRAMPED + THEME TOGGLE MISSING (≤980px). De-cram the
   bar, stop the "Book Now" chip from clipping, and re-enable the
   in-nav theme button that future.css force-hid in this same MQ. */
@media (max-width:980px){
  /* Bar height is a derived quantity, not a guess. --nav-pad and --nav-ctl are
     the ONLY places these two numbers live; they inherit down to .nav-links so
     the drop-down's clearance can never drift out of sync with the bar again.
        bar = 2*--nav-pad + --nav-ctl + 1px border-bottom                    */
  body:not(.admin) .nav{ --nav-pad:12px; --nav-ctl:40px; padding:var(--nav-pad) 0; }
  body:not(.admin) .nav.scrolled{ --nav-pad:8px; }

  body:not(.admin) .nav-inner{ gap:10px; flex-wrap:nowrap; }

  body:not(.admin) .logo{ font-size:19px; min-width:0; white-space:nowrap; flex:0 1 auto; }
  body:not(.admin) .logo .mark{ width:28px; height:28px; }

  /* !important beats future.css `.nav-theme{display:none}` in this MQ */
  body:not(.admin) .nav-theme{ display:inline-flex !important; width:var(--nav-ctl); height:var(--nav-ctl); margin-left:auto; }

  /* shrink the CTA + drop its arrow so logo+CTA+toggle+burger all fit */
  body:not(.admin) .nav-inner > .btn.btn-gold{ padding:10px 16px; font-size:12.5px; }
  body:not(.admin) .nav-inner > .btn.btn-gold .arrow{ display:none; }

  /* !important beats future.css `.nav-toggle{width/height:44px!important}` */
  body:not(.admin) .nav-toggle{ width:var(--nav-ctl) !important; height:var(--nav-ctl) !important; }

  /* Clear the bar exactly, in BOTH scroll states. The old flat 74px was tuned
     against a 65px bar and never tracked .scrolled (which drops the bar to 57),
     so the gap drifted 9/13/17/21px depending on width and scroll position.
     The trailing 12px is the deliberate gap — one bar-padding unit — and stays
     constant on purpose so it does not shrink to 8px when the bar contracts. */
  body:not(.admin) .nav-links{
    padding-top: calc(var(--nav-pad)*2 + var(--nav-ctl) + 1px + 12px);
    /* match .nav's own .35s padding transition, else the panel snaps 8px when
       you scroll with the menu open */
    transition: transform .38s cubic-bezier(.2,.7,.2,1), padding-top .35s ease;
  }

  /* .nav-links is a child of header.nav, whose stacking context it shares, and
     its z-index:95 outranks these two (both unpositioned) — so the open panel
     painted straight over the logo and theme button, which is what made the
     top band read as blank. Lift them clear of the panel. */
  body:not(.admin) .logo,
  body:not(.admin) .nav-theme{ position:relative; z-index:96; }
}

/* FIX 8b — VERY NARROW PHONES (≤400px). Nothing may overflow at 360px.
   Tap targets held at 36px (the floor). */
@media (max-width:400px){
  body:not(.admin) .wrap{ padding:0 16px; }
  body:not(.admin) .nav-inner{ gap:7px; }
  body:not(.admin) .logo{ font-size:17px; }
  body:not(.admin) .logo .mark{ width:24px; height:24px; }
  /* One token drives the theme button, the burger AND the drop-down's
     clearance — see --nav-ctl in FIX 8 above. */
  body:not(.admin) .nav{ --nav-ctl:36px; }
  body:not(.admin) .nav-inner > .btn.btn-gold{ padding:9px 12px; font-size:12px; }
}

/* FIX 9 — TOO MUCH VERTICAL WHITESPACE (≤768px). Tighten the big
   section rhythm so more fits per screen. */
@media (max-width:768px){
  body:not(.admin) .hero{ min-height:auto; padding:96px 0 44px; }
  body:not(.admin) .page-hero{ padding:96px 0 32px; }
  body:not(.admin) .crumb{ margin-bottom:16px; }
  body:not(.admin) .section-head{ margin-bottom:28px; }
  body:not(.admin) .stats-inner{ padding:30px 0; }
  body:not(.admin) .avail-inner{ padding:56px 0; }
  body:not(.admin) .cta-strip{ padding:56px 0; margin-top:48px; }
  body:not(.admin) .notice{ padding:16px 18px; }
  body:not(.admin) .cards-3{ gap:14px; }

  body:not(.admin) .event{ padding:20px 18px; }
  body:not(.admin) .event-emoji-wrap{ width:48px; height:48px; }

  /* !important beats FIX 6 `.tcard{padding:1.1rem!important}` above */
  body:not(.admin) .tcard{ padding-top:2rem !important; }

  /* steps: two columns instead of one tall stack */
  body:not(.admin) .steps{ grid-template-columns:repeat(2,1fr); gap:28px 18px; }
  body:not(.admin) .step h4{ font-size:22px; }
  body:not(.admin) .step p{ font-size:14px; }
}

/* FIX 9b — EVENTS GRID to two columns on small phones (≤560px). */
@media (max-width:560px){
  body:not(.admin) .events-grid{ grid-template-columns:repeat(2,1fr); gap:12px; }
}

/* FIX 10 — FOOTER EATS THE BOTTOM OF EVERY PAGE (≤768px). Compact it. */
@media (max-width:768px){
  body:not(.admin) .footer{ padding:44px 0 22px; margin-top:48px; }
  body:not(.admin) .footer-grid{ gap:24px; margin-bottom:26px; }
  body:not(.admin) .footer .logo{ font-size:21px; }
  body:not(.admin) .footer .tagline{ font-size:17px; }
  /* BUG 3 fix: the real gap was the untouched `.footer h6` heading margin
     (20px) above each column list — that's what kept the footer tall. */
  body:not(.admin) .footer h6{ margin-bottom:10px; }
  body:not(.admin) .footer ul{ gap:8px; }
  body:not(.admin) .socials a{ width:38px; height:38px; }   /* ≥36px tap target */
  body:not(.admin) .footer-bottom{ padding-top:16px; font-size:12px; }
}

/* FIX 11 — CALENDAR CELLS not square / cramped on narrow screens
   (≤640px). Square them via aspect-ratio and tighten the chrome. */
@media (max-width:640px){
  body:not(.admin) .cal-grid,
  body:not(.admin) .dow{ gap:5px; }
  body:not(.admin) .cal-cell{ min-height:0; aspect-ratio:1/1; border-radius:10px; }
  body:not(.admin) .dow span{ font-size:10px; letter-spacing:.08em; }
  body:not(.admin) .cal-head{ margin-bottom:16px; }
  body:not(.admin) .legend{ gap:12px; font-size:11px; }
}

/* ===================================================================
   DARK-THEME SYSTEM FIX — one token switch, not per-section patches.
   Supersedes the old BUG-1 approach, which remapped the shared design
   tokens on an ENUMERATED list of ~20 card/panel classes. Any surface
   not on that list kept the LIGHT shared tokens and bled light-on-dark;
   the list also could not reach index.html, whose inline <style> loads
   AFTER future.css and re-declares the light theme.

   The system-level fix: switch the shared tokens THEMSELVES at the body,
   so every consumer — shared.css, each page's inline <style>, and the
   utility pages alike — resolves them dark automatically, with zero
   per-section rules. Light mode reads the untouched :root / body.cream
   values and is byte-for-byte unchanged; admin.html opts out via .admin.
   `body:not(.cream):not(.admin)` (0,2,1) outranks the inline `:root`
   (0,1,0) on index.html, so the switch wins even there.

   Values match the --f-* dark palette. Contrast on #1c1813: body/ink
   #e8dec9 ≈ 13:1, muted #bcae97 ≈ 8:1, text/heading #f6efe2 ≈ 15:1,
   coral #ff5b4a ≈ 5.8:1 — all ≥ 4.5. Panels already repainted by the
   future.css --f-* rules (.card/.tcard/.reel-card…) keep those looks;
   this only fills the gaps they never covered. */
body:not(.cream):not(.admin){
  --bg:#0a0807;
  --bg-2:#141109;
  --bg-3:#1c1813;
  --surface:#1c1813;
  --surface-2:#141109;
  --ink:#f6efe2;
  --ink-2:#e8dec9;
  --text:#f6efe2;
  --muted:#bcae97;
  --line:rgba(232,222,201,.14);
  --line-strong:rgba(255,91,74,.45);
  --coral:#ff5b4a;
  --coral-deep:#ff8a78;
  --coral-soft:#ff8a78;
  --gold:#e8b766;
  --gold-soft:#ecd193;
  --gold-bright:#ffd486;
}

/* Intentional light-on-light IMAGERY that must stay light in both themes:
   the hero phone-UI chips (index) and the hub page-preview thumbnails
   pair a hard-coded light background with token-driven text. The body
   switch above would flip their text light → invisible on white, so the
   few imagery containers restore the light token values locally. This is
   the inverse of the old list: a short, bounded set of design props, not
   an open-ended enumeration of chrome. */
body:not(.cream):not(.admin) .float-chip{
  --text:#14110d;
  --muted:#7e7669;
}
body:not(.cream):not(.admin) .fcard-thumb{
  --text:#14110d;
  --muted:#7e7669;
  --bg-2:#f8f4ea;
  --bg-3:#ede5d3;
  --line:rgba(20,17,13,.1);
}

/* Hard-coded LIGHT backgrounds that structurally can't read a token
   (literal #fff / cream). Most already have a future.css --f-* dark
   rule that wins on the shared-CSS pages; scoping to the dark theme
   (0,2,1+) also lets it win over index.html / hub.html inline styles.
   Bounded, since it only lists true literals — not themeable surfaces. */
body:not(.cream):not(.admin) .nav.scrolled{
  background:rgba(10,8,7,.72);border-bottom:1px solid var(--f-line);
  box-shadow:0 0 30px rgba(0,0,0,.4);
}
body:not(.cream):not(.admin) .footer{ background:transparent; }
body:not(.cream):not(.admin) .btn-outline{
  background:rgba(20,17,13,.4);border-color:var(--f-line);color:var(--f-ink);
}
body:not(.cream):not(.admin) .btn-outline:hover{
  background:rgba(var(--f-accent-glow),.1);border-color:var(--f-accent);color:var(--f-accent);
}
body:not(.cream):not(.admin) .hero-rotating{
  background:rgba(20,17,13,.6);border-color:var(--f-line);color:var(--f-muted);
}
body:not(.cream):not(.admin) .nav-toggle{
  background:rgba(20,17,13,.5);border-color:var(--f-line);
}
body:not(.cream):not(.admin) .socials a{ background:rgba(20,17,13,.5); }
body:not(.cream):not(.admin) .qlink{ background:rgba(20,17,13,.4); }
body:not(.cream):not(.admin) .qlink:hover{ background:rgba(28,24,19,.72); }
body:not(.cream):not(.admin) .fcard-arrow{ background:rgba(20,17,13,.5); }
body:not(.cream):not(.admin) .event .arrow-corner{ background:rgba(20,17,13,.5); }

/* Panels whose light look came from a hard-coded #fff gradient — a var()
   remap can't reach inside a literal, so repaint them explicitly. The
   coral tint keeps the "most booked" / open-date spotlight cue legible. */
body:not(.cream):not(.admin) .pkg.featured{
  background:linear-gradient(180deg,rgba(255,91,74,.16),#1c1813);
}
body:not(.cream):not(.admin) .cal-day.open{
  background:linear-gradient(180deg,rgba(255,91,74,.16),#161009);
}
body:not(.cream):not(.admin) .cal-cell.available:hover{
  background:linear-gradient(180deg,rgba(255,91,74,.16),rgba(20,17,13,.55));
}

/* ---- BUG 2 — FEATURE CARDS FIXED-HEIGHT WITH A BOTTOM-ANCHORED BADGE
   Root cause (index.html): `.card{min-height:360px}` forces a tall card
   and `.card p{flex:1}` grows the paragraph to fill it, shoving the
   badge to the very bottom (big dead gap). The badge (`.card-tag`, drawn
   as a full box by future.css) kept its inline `padding-top:20px`-only,
   so its text sat low inside that box. On ≤768px make height content-
   driven and turn the tag into a compact pill right after the copy. */
@media (max-width:768px){
  body:not(.admin) .card{ min-height:0; }
  body:not(.admin) .card p{ flex:0 1 auto; }
  body:not(.admin) .card-tag{
    margin-top:16px; padding:9px 14px; border-radius:999px;
    align-self:flex-start; line-height:1.1;
  }
}
