/* ============================================================================
   mvmcp.css, Mickey's Very Merry Christmas Party 2026 decision guide.
   Brand-register hero (snow + a blue-lit castle skyline) over a product-register
   tool (a sortable, filterable night picker). Built on v1.css tokens; holiday
   accents (castle blue, evergreen, snow) are local to this page. OKLCH throughout.
   ========================================================================== */

.mvmcp {
  --mv-blue:       oklch(72% 0.125 236);   /* Frozen castle blue */
  --mv-blue-deep:  oklch(46% 0.120 252);
  --mv-blue-glow:  oklch(70% 0.140 240 / 0.55);
  --mv-evergreen:  oklch(60% 0.110 150);
  --mv-snow:       oklch(97% 0.010 240);
}

/* ----------------------------------------------------------------- the hero */
.mv-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
  background:
    radial-gradient(120% 90% at 50% 8%, var(--mv-blue-glow), transparent 58%),
    linear-gradient(180deg,
      oklch(24% 0.060 270) 0%,
      oklch(27% 0.070 250) 46%,
      oklch(22% 0.055 200) 100%);
}
.mv-hero-canvas {
  position: absolute; inset: 0; width: 100%; height: 100%;
  display: block; z-index: 1; pointer-events: none;
}
/* The blue "lighting" wash that gently breathes (the castle-lighting moment). */
.mv-hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(70% 50% at 50% 86%, var(--mv-blue-glow), transparent 70%);
  opacity: 0.6;
  animation: mv-breathe 9s ease-in-out infinite;
}
@keyframes mv-breathe {
  0%, 100% { opacity: 0.42; }
  50%      { opacity: 0.78; }
}

/* The skyline silhouette, pinned to the foot of the hero. */
.mv-skyline {
  position: absolute; left: 0; right: 0; bottom: -1px; z-index: 2;
  width: 100%; height: clamp(120px, 26vw, 240px);
  pointer-events: none;
  filter: drop-shadow(0 0 26px oklch(70% 0.14 240 / 0.45));
}
.mv-skyline svg { width: 100%; height: 100%; display: block; }
.mv-sky-fill { fill: oklch(17% 0.045 268); }
.mv-sky-edge { fill: none; stroke: var(--mv-blue); stroke-width: 1.4; opacity: 0.65; }
.mv-sky-window { fill: var(--brand); opacity: 0.85; }
.mv-flag { fill: oklch(62% 0.19 25); }            /* festive red pennants */
.mv-gate-glow { fill: var(--brand); opacity: 0.20; }  /* warm light through the gateway */

.mv-hero-in {
  position: relative; z-index: 3;
  padding-block: clamp(56px, 9vw, 104px) clamp(150px, 24vw, 230px);
  text-align: center;
}
.mv-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--display); font-weight: 800; font-size: 12.5px;
  letter-spacing: 0.10em; text-transform: uppercase; color: var(--mv-snow);
  background: oklch(100% 0 0 / 0.08); border: 1px solid oklch(100% 0 0 / 0.16);
  padding: 7px 14px; border-radius: var(--r-pill); backdrop-filter: blur(3px);
}
.mv-kicker .mv-flake { color: var(--mv-blue); }
.mv-hero h1 {
  font-size: clamp(34px, 6vw, 68px); font-weight: 800; letter-spacing: -0.03em;
  line-height: 1.02; margin: 18px auto 0; max-width: 16ch; text-wrap: balance;
  color: var(--mv-snow);
  text-shadow: 0 2px 30px oklch(20% 0.06 260 / 0.6);
}
.mv-hero .mv-standfirst {
  margin: 16px auto 0; max-width: 60ch; font-size: clamp(16px, 1.9vw, 20px);
  line-height: 1.55; color: oklch(92% 0.02 240);
}
.mv-hero-cta {
  margin-top: 26px; display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center;
}
.mv-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 800; font-size: 15px; padding: 12px 20px; border-radius: var(--r-pill);
  border: 1px solid transparent; cursor: pointer;
}
.mv-btn-gold { background: var(--brand); color: var(--brand-ink); box-shadow: var(--halo); }
.mv-btn-gold:hover { background: var(--brand-press); text-decoration: none; }
.mv-btn-ghost { background: oklch(100% 0 0 / 0.06); color: var(--mv-snow); border-color: oklch(100% 0 0 / 0.22); }
.mv-btn-ghost:hover { background: oklch(100% 0 0 / 0.12); text-decoration: none; }

@media (prefers-reduced-motion: reduce) {
  .mv-hero::before { animation: none; opacity: 0.6; }
}

/* ----------------------------------------------------- predicted notice band */
.mv-predicted {
  display: flex; align-items: flex-start; gap: 12px;
  margin: clamp(20px, 4vw, 34px) 0 0;
  padding: 14px 18px; border-radius: var(--r);
  background: oklch(84% 0.13 86 / 0.10); border: 1px solid oklch(84% 0.13 86 / 0.32);
  color: var(--ink); font-size: 14.5px; line-height: 1.5;
}
.mv-predicted b { color: var(--brand); }
.mv-predicted .mv-pred-ico { flex: none; font-size: 18px; line-height: 1.3; }

/* ----------------------------------------------------------- quick-pick grid */
.mv-picks {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px;
  margin-top: 22px;
}
.mv-pick {
  position: relative; background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--r); padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 4px;
}
.mv-pick-label {
  font-family: var(--display); font-weight: 800; font-size: 11.5px;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3);
}
.mv-pick-date { font-family: var(--display); font-weight: 800; font-size: clamp(20px, 2.4vw, 26px); color: var(--ink); }
.mv-pick-price { font-weight: 800; color: var(--brand); font-size: 18px; }
.mv-pick-note { color: var(--ink-2); font-size: 13px; margin-top: 2px; }
.mv-pick.is-value  { border-color: oklch(81% 0.16 152 / 0.45); }
.mv-pick.is-first  { border-color: oklch(73% 0.19 13 / 0.45); }
.mv-pick.is-value .mv-pick-label  { color: var(--heat-low); }
.mv-pick.is-first .mv-pick-label  { color: var(--heat-high); }

/* ----------------------------------------------------------------- controls */
.mv-controls {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px;
  margin-top: 26px; padding: 14px 16px; border: 1px solid var(--line);
  border-radius: var(--r); background: oklch(27% 0.05 279 / 0.6);
  position: sticky; top: 64px; z-index: 5; backdrop-filter: blur(8px);
}
.mv-ctl-group { display: flex; align-items: center; gap: 8px; }
.mv-ctl-group > .mv-ctl-cap {
  font-size: 12px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-3);
}
.mv-select {
  appearance: none; font-family: inherit; font-size: 14px; font-weight: 600;
  color: var(--ink); background: var(--surface-2); border: 1px solid var(--line-2);
  border-radius: var(--r-sm); padding: 9px 30px 9px 12px; cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink-3) 50%), linear-gradient(135deg, var(--ink-3) 50%, transparent 50%);
  background-position: calc(100% - 16px) center, calc(100% - 11px) center;
  background-size: 5px 5px, 5px 5px; background-repeat: no-repeat;
}
.mv-select:focus-visible { outline: 2.5px solid var(--brand); outline-offset: 2px; }
.mv-toggle {
  display: inline-flex; align-items: center; gap: 8px; cursor: pointer; user-select: none;
  font-size: 14px; font-weight: 600; color: var(--ink-2);
}
.mv-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.mv-toggle .mv-track {
  width: 38px; height: 22px; border-radius: var(--r-pill); background: var(--surface-3);
  border: 1px solid var(--line-2); position: relative; transition: background .15s ease;
}
.mv-toggle .mv-track::after {
  content: ""; position: absolute; top: 2px; left: 2px; width: 16px; height: 16px;
  border-radius: 50%; background: var(--ink-2); transition: transform .15s ease, background .15s ease;
}
.mv-toggle input:checked + .mv-track { background: var(--brand); border-color: var(--brand); }
.mv-toggle input:checked + .mv-track::after { transform: translateX(16px); background: var(--brand-ink); }
.mv-toggle input:focus-visible + .mv-track { outline: 2.5px solid var(--brand); outline-offset: 2px; }
.mv-count { margin-left: auto; font-size: 13px; color: var(--ink-3); }
.mv-count b { color: var(--ink); font-variant-numeric: tabular-nums; }

/* ------------------------------------------------------------------- table */
.mv-table-wrap { margin-top: 16px; }
.mv-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 15px; }
.mv-table thead th {
  text-align: left; font-family: var(--display); font-weight: 800; font-size: 12.5px;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink-3);
  padding: 10px 14px; border-bottom: 1px solid var(--line-2); white-space: nowrap;
}
.mv-table th.mv-sortable { cursor: pointer; user-select: none; }
.mv-table th.mv-sortable:hover { color: var(--ink); }
.mv-table th .mv-arrow { opacity: 0; margin-left: 5px; font-size: 10px; }
.mv-table th[aria-sort="ascending"] .mv-arrow { opacity: 1; }
.mv-table th[aria-sort="descending"] .mv-arrow { opacity: 1; }
.mv-table th[aria-sort] { color: var(--brand); }
.mv-table tbody td { padding: 13px 14px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.mv-table tbody tr:hover td { background: oklch(30.5% 0.052 279 / 0.5); }
.mv-table tbody tr.is-hidden { display: none; }
.mv-table tbody tr.is-pick td { box-shadow: inset 3px 0 0 var(--brand); }

.mv-cell-date { display: flex; flex-direction: column; gap: 4px; }
.mv-cell-date .mv-d-main { font-family: var(--display); font-weight: 800; font-size: 16px; color: var(--ink); }
.mv-cell-date .mv-d-main .mv-dow { color: var(--ink-3); font-weight: 700; }
.mv-badges { display: flex; flex-wrap: wrap; gap: 5px; }
.mv-badge {
  font-size: 10.5px; font-weight: 800; letter-spacing: 0.03em; text-transform: uppercase;
  padding: 2px 7px; border-radius: var(--r-pill); white-space: nowrap;
}
.mv-badge.b-open  { background: oklch(72% 0.19 13 / 0.16); color: var(--heat-high); }
.mv-badge.b-final { background: oklch(72% 0.19 13 / 0.16); color: var(--heat-high); }
.mv-badge.b-value { background: oklch(81% 0.16 152 / 0.16); color: var(--heat-low); }
.mv-badge.b-tg    { background: var(--brand-tint); color: var(--brand); }

.mv-price b { font-size: 17px; font-weight: 800; color: var(--ink); font-variant-numeric: tabular-nums; }
.mv-price .mv-tier { display: block; font-size: 11.5px; color: var(--ink-3); font-weight: 700; }

.mv-crowd {
  display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 13.5px;
}
.mv-crowd .mv-dot { width: 8px; height: 8px; border-radius: 50%; }
.mv-crowd.heat-low  { color: var(--heat-low); }
.mv-crowd.heat-low  .mv-dot { background: var(--heat-low); }
.mv-crowd.heat-med  { color: var(--heat-med); }
.mv-crowd.heat-med  .mv-dot { background: var(--heat-med); }
.mv-crowd.heat-high { color: var(--heat-high); }
.mv-crowd.heat-high .mv-dot { background: var(--heat-high); }

.mv-demand { font-weight: 700; font-size: 13.5px; }
.mv-demand.dem-first { color: var(--heat-high); }
.mv-demand.dem-early { color: var(--amber); }
.mv-demand.dem-books { color: var(--ink-2); }
.mv-demand.dem-open  { color: var(--heat-low); }

.mv-empty { text-align: center; color: var(--ink-3); padding: 30px 0; font-size: 15px; }
.mv-empty.is-hidden { display: none; }

/* ------------------------------------------- prose sections (inclusions etc.) */
.mv-prose { max-width: 760px; }
.mv-prose h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 800; letter-spacing: -0.025em; }
.mv-prose h3 { font-size: 18px; font-weight: 800; margin-top: 22px; }
.mv-prose p { color: var(--ink-2); font-size: 16px; line-height: 1.62; margin-top: 12px; }
.mv-prose ul { margin: 12px 0 0; padding-left: 0; list-style: none; display: grid; gap: 10px; }
.mv-incl li {
  display: flex; gap: 11px; align-items: flex-start; color: var(--ink-2);
  font-size: 15.5px; line-height: 1.5;
}
.mv-incl li::before { content: "✦"; color: var(--brand); font-size: 14px; line-height: 1.5; flex: none; }

.mv-steps { counter-reset: mv-step; display: grid; gap: 12px; margin-top: 14px; }
.mv-step {
  display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 14px 16px;
}
.mv-step::before {
  counter-increment: mv-step; content: counter(mv-step);
  font-family: var(--display); font-weight: 800; font-size: 15px;
  width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center;
  background: var(--brand-tint); color: var(--brand);
}
.mv-step h3 { margin: 0; font-size: 16px; }
.mv-step p { margin-top: 4px; font-size: 14.5px; }

/* --------------------------------------------------------------------- FAQ */
.mv-faq { max-width: 760px; display: grid; gap: 10px; margin-top: 16px; }
.mv-faq details {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 4px 16px;
}
.mv-faq summary {
  cursor: pointer; list-style: none; padding: 13px 0; font-family: var(--display);
  font-weight: 800; font-size: 16px; color: var(--ink);
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.mv-faq summary::-webkit-details-marker { display: none; }
.mv-faq summary::after { content: "+"; color: var(--brand); font-size: 22px; font-weight: 700; flex: none; }
.mv-faq details[open] summary::after { content: "–"; }
.mv-faq details p { color: var(--ink-2); font-size: 15px; line-height: 1.6; padding: 0 0 14px; margin: 0; }

/* ------------------------------------------------------ responsive (mobile) */
@media (max-width: 680px) {
  .mv-controls { top: 56px; }
  .mv-count { width: 100%; margin-left: 0; }

  /* Collapse the table into stacked cards; keep it a real <table> for a11y/SEO. */
  .mv-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .mv-table, .mv-table tbody, .mv-table tr, .mv-table td { display: block; width: 100%; }
  .mv-table tbody tr {
    border: 1px solid var(--line); border-radius: var(--r); margin-bottom: 12px;
    padding: 6px 14px; background: var(--surface);
  }
  .mv-table tbody tr:hover td { background: transparent; }
  .mv-table tbody td { border-bottom: 1px solid var(--line); padding: 10px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
  .mv-table tbody td:last-child { border-bottom: none; }
  .mv-table tbody td::before {
    content: attr(data-label); font-size: 12px; font-weight: 700; letter-spacing: 0.03em;
    text-transform: uppercase; color: var(--ink-3); flex: none;
  }
  .mv-table tbody tr.is-pick td { box-shadow: none; }
  .mv-table tbody tr.is-pick { box-shadow: inset 3px 0 0 var(--brand); }
  .mv-cell-date { align-items: flex-end; }
}
