/* ============================================================
   DEAR SANTA EXPERIENCE — design system (premium pass)
   Midnight-navy starfield · gold script · wax seals · parchment ·
   candy stripes · aurora green. Cinematic, editorial, story-led.
   ============================================================ */

:root {
  --navy: #10142E;
  --navy-deep: #0A0D20;
  --navy-panel: #161B3E;
  --gold: #D4A84B;
  --gold-light: #F2D38A;
  --gold-pale: #F7E7BE;
  --wax-red: #7E1F24;
  --postbox-red: #A8332E;
  --parchment: #EFE3C8;
  --parchment-deep: #E3D3AE;
  --aurora: #2E7D6B;
  --snow: #FAF8F2;
  --body-text: rgba(250, 248, 242, 0.82);
  --hairline: rgba(212, 168, 75, 0.28);
  --hairline-strong: rgba(212, 168, 75, 0.5);

  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", "Inter", -apple-system, sans-serif;

  --grad-gold: linear-gradient(115deg, #b98830 0%, var(--gold) 22%, var(--gold-pale) 50%, var(--gold) 78%, #b98830 100%);

  --max-width: 1180px;
  --pad: clamp(1.25rem, 4vw, 3rem);

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }

/* author display values (grid/flex) must not defeat the hidden attribute */
[hidden] { display: none !important; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  background: var(--navy);
  color: var(--body-text);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.75;
  overflow-x: hidden;
}

::selection { background: rgba(212, 168, 75, 0.35); color: var(--snow); }

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

a { color: var(--gold-light); }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 3px;
  border-radius: 2px;
}

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

/* ---------- typography ---------- */

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--gold-light);
  line-height: 1.12;
  margin: 0 0 0.55em;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  letter-spacing: 0.01em;
}
h3 { font-size: clamp(1.35rem, 2.4vw, 1.9rem); }

/* gilded display headings — gradient-filled serif */
h2,
.room-copy h3,
.form-success h3 {
  background: var(--grad-gold);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: var(--gold-light); /* fallback if clip unsupported */
}
@supports not (background-clip: text) {
  h2, .room-copy h3, .form-success h3 { background: none; }
}

.micro-label {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.42em;
  text-indent: 0.42em; /* optically centre tracked caps */
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* hairline flourishes either side of centred labels */
.tickets .micro-label,
.gallery .micro-label,
.hub .micro-label,
.sale-state .micro-label {
  justify-content: center;
}
.micro-label::before,
.micro-label::after {
  content: "";
  height: 1px;
  width: 2.2rem;
  background: linear-gradient(90deg, transparent, var(--hairline-strong));
  flex: 0 0 auto;
}
.micro-label::after {
  background: linear-gradient(90deg, var(--hairline-strong), transparent);
}
/* left-aligned labels keep only the trailing flourish */
.app-copy .micro-label::before,
.intro-copy .micro-label::before,
.location-copy .micro-label::before,
.room-copy .micro-label::before { display: none; }

.gold-caps {
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
}

/* ---------- buttons ---------- */

.btn {
  position: relative;
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-indent: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 1.1em 2.6em;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), background 0.35s ease, border-color 0.35s ease;
}

.btn-gold {
  background: linear-gradient(160deg, var(--gold-pale), var(--gold) 55%, #a87d2c);
  color: var(--navy-deep);
  box-shadow:
    0 4px 24px rgba(212, 168, 75, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18);
}
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow:
    0 10px 36px rgba(212, 168, 75, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(0, 0, 0, 0.18);
}
/* shine sweep */
.btn-gold::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  left: -80%;
  width: 50%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-20deg);
  transition: left 0.7s var(--ease-out);
}
.btn-gold:hover::after { left: 130%; }

.btn-ghost {
  border-color: rgba(242, 211, 138, 0.45);
  color: var(--gold-light);
  background: rgba(10, 13, 32, 0.25);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.btn-ghost:hover {
  background: rgba(242, 211, 138, 0.1);
  border-color: rgba(242, 211, 138, 0.8);
  transform: translateY(-2px);
}

.btn-wide { min-width: min(100%, 340px); }

/* ---------- scroll progress trail ---------- */

.scroll-progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 2px;
  z-index: 60;
  background: rgba(212, 168, 75, 0.08);
  pointer-events: none;
}
.scroll-progress-bar {
  position: relative;
  height: 100%;
  width: 0;
  background: var(--grad-gold);
  box-shadow: 0 0 10px rgba(242, 211, 138, 0.7);
}
.scroll-progress-spark {
  position: absolute;
  right: -4px; top: 50%;
  width: 8px; height: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, var(--gold-light) 45%, transparent 75%);
}

/* ---------- snowfall canvas ---------- */

#snowfall {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}
@media (prefers-reduced-motion: reduce) {
  #snowfall { display: none; }
}

/* ---------- sparkle divider ---------- */

.sparkle-divider {
  position: relative;
  width: min(460px, 72%);
  height: 22px;
  margin: 0 auto 3rem;
  background-image:
    radial-gradient(circle at 20% 42%, var(--gold) 0 1.2px, transparent 2px),
    radial-gradient(circle at 80% 58%, var(--gold) 0 1.2px, transparent 2px),
    radial-gradient(circle at 33% 62%, rgba(242,211,138,.7) 0 1px, transparent 1.6px),
    radial-gradient(circle at 67% 38%, rgba(242,211,138,.7) 0 1px, transparent 1.6px),
    linear-gradient(90deg, transparent, rgba(212,168,75,.5) 18%, rgba(242,211,138,.9) 50%, rgba(212,168,75,.5) 82%, transparent);
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 1px;
  background-position: center;
}
/* wax-seal diamond at the centre of every divider */
.sparkle-divider::before {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 9px; height: 9px;
  transform: translate(-50%, -50%) rotate(45deg);
  background: radial-gradient(circle at 35% 30%, #a13a40, var(--wax-red) 70%);
  box-shadow: 0 0 0 2px rgba(242, 211, 138, 0.5), 0 0 14px rgba(242, 211, 138, 0.55);
}
.sparkle-divider.small { width: min(240px, 60%); margin: 1.6rem auto; }

/* ---------- candy stripe ---------- */

.candy-stripe {
  height: 9px;
  background: repeating-linear-gradient(
    -45deg,
    var(--postbox-red) 0 12px,
    var(--snow) 12px 24px
  );
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.18);
}

/* ---------- header ---------- */

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem var(--pad);
  transition: background 0.5s ease, box-shadow 0.5s ease, padding 0.5s ease;
}
/* solidifies into a glass bar once you scroll (class added by JS) */
.site-header.scrolled {
  background: rgba(10, 13, 32, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--hairline), 0 12px 40px rgba(0, 0, 0, 0.35);
}

.header-logo img {
  width: clamp(86px, 11vw, 132px);
  height: auto;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(ellipse 58% 58% at 50% 50%, #000 35%, transparent 85%);
          mask-image: radial-gradient(ellipse 58% 58% at 50% 50%, #000 35%, transparent 85%);
}

.anchor-nav {
  display: flex;
  gap: clamp(1.1rem, 2.8vw, 2.4rem);
}
.anchor-nav a {
  position: relative;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--snow);
  opacity: 0.82;
  padding: 0.5em 0;
  transition: opacity 0.25s ease;
}
.anchor-nav a::after {
  content: "";
  position: absolute;
  left: 50%; right: 50%;
  bottom: 0;
  height: 1px;
  background: var(--grad-gold);
  transition: left 0.35s var(--ease-out), right 0.35s var(--ease-out);
}
.anchor-nav a:hover { opacity: 1; }
.anchor-nav a:hover::after { left: 0; right: 0; }

@media (max-width: 700px) {
  .anchor-nav { display: none; }
}

/* ---------- hero ---------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  background:
    radial-gradient(ellipse 120% 70% at 50% 22%, #1b2150 0%, var(--navy) 52%, var(--navy-deep) 100%);
  overflow: hidden;
  padding: 7rem var(--pad) 5rem;
}

/* slow-breathing aurora wisp behind the starfield */
.hero-aurora {
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(ellipse 45% 26% at 24% 30%, rgba(46, 125, 107, 0.32), transparent 70%),
    radial-gradient(ellipse 50% 30% at 78% 20%, rgba(46, 125, 107, 0.16), transparent 70%),
    radial-gradient(ellipse 40% 22% at 60% 38%, rgba(212, 168, 75, 0.08), transparent 70%);
  filter: blur(30px);
  animation: aurora-drift 26s ease-in-out infinite alternate;
}
@keyframes aurora-drift {
  0%   { transform: translate3d(-2%, -1%, 0) scale(1);    opacity: 0.75; }
  50%  { transform: translate3d(2%, 1.5%, 0) scale(1.06); opacity: 1; }
  100% { transform: translate3d(-1%, 2%, 0) scale(1.02);  opacity: 0.8; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-aurora { animation: none; }
}

.hero-canvas,
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* cinematic edge vignette */
.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 80% at 50% 45%, transparent 55%, rgba(6, 8, 20, 0.55) 100%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 820px;
}

.hero-logo {
  width: min(620px, 90vw);
  margin: 0 auto 0.6rem;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(ellipse 66% 66% at 50% 50%, #000 48%, transparent 90%);
          mask-image: radial-gradient(ellipse 66% 66% at 50% 50%, #000 48%, transparent 90%);
  filter: drop-shadow(0 0 60px rgba(212, 168, 75, 0.18));
  animation: logo-float 9s ease-in-out infinite;
}
@keyframes logo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-logo { animation: none; }
}

.hero-tagline {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  font-weight: 500;
  font-style: italic;
  color: var(--snow);
  line-height: 1.45;
  margin: 0 auto 2.6rem;
  max-width: 36ch;
  text-shadow: 0 2px 30px rgba(6, 8, 20, 0.8);
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
}

/* ticket-strip venue line, framed by hairlines */
.hero-venue {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.34em;
  text-indent: 0.34em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0.9em 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}

.hero-fade {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 160px;
  background: linear-gradient(transparent, var(--navy));
  z-index: 1;
}

/* ---------- scroll reveal (classes applied by JS; no-JS stays visible) ---------- */

.reveal {
  opacity: 0;
  transform: translateY(34px);
}
.reveal.in {
  opacity: 1;
  transform: none;
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
}
.reveal.in.d1 { transition-delay: 0.08s; }
.reveal.in.d2 { transition-delay: 0.18s; }
.reveal.in.d3 { transition-delay: 0.28s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
}

/* ---------- quick answers ---------- */

.quick-answers {
  padding: 6.5rem var(--pad) 5.5rem;
  max-width: var(--max-width);
  margin: 0 auto;
}

.qa-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.qa-card {
  position: relative;
  background:
    radial-gradient(ellipse 120% 60% at 50% -10%, rgba(255, 252, 240, 0.55), transparent 60%),
    linear-gradient(170deg, var(--parchment) 0%, var(--parchment-deep) 100%);
  border-radius: 12px;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.35) inset,
    0 24px 60px rgba(0, 0, 0, 0.55),
    0 6px 18px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
}
.qa-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.35) inset,
    0 34px 80px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(212, 168, 75, 0.35),
    0 10px 24px rgba(0, 0, 0, 0.4);
}
/* inner hairline frame — engraved-invitation feel */
.qa-card::after {
  content: "";
  position: absolute;
  inset: 16px;
  top: 22px;
  border: 1px solid rgba(126, 31, 36, 0.18);
  border-radius: 7px;
  pointer-events: none;
}

.qa-card .candy-stripe { border-radius: 12px 12px 0 0; }

.qa-card h3 {
  color: var(--wax-red);
  font-weight: 600;
  padding: 1.8rem 2.1rem 0;
  margin-bottom: 0.5rem;
}

.qa-card p {
  color: #463722;
  padding: 0 2.1rem;
  margin: 0 0 1.4rem;
  font-size: 0.97rem;
  line-height: 1.7;
  flex: 1;
}

.qa-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  margin: 0 2.1rem 1.9rem;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--wax-red);
  text-decoration: none;
  align-self: flex-start;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(126, 31, 36, 0.35);
  transition: border-color 0.25s ease, gap 0.25s ease;
}
.qa-link:hover { border-bottom-color: var(--wax-red); gap: 0.85em; }

/* ---------- app section (Letter's Journey) ---------- */

.app-section {
  position: relative;
  padding: 7.5rem var(--pad);
  background: var(--navy-deep);
  overflow: hidden;
}

.app-bg {
  position: absolute;
  inset: 0;
  background: url("../assets/keyart-letter.jpg") center 28% / cover no-repeat;
  opacity: 0.38;
  transform: scale(1.05); /* room for parallax drift */
}
.app-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--navy-deep) 0%, rgba(10, 13, 32, 0.45) 30%, rgba(10, 13, 32, 0.7) 72%, var(--navy-deep) 100%);
}

.app-inner {
  position: relative;
  z-index: 2;
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 380px) 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.app-quill img {
  width: 100%;
  max-width: 380px;
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 40px rgba(212, 168, 75, 0.12));
  animation: quill-float 7s ease-in-out infinite;
}
@keyframes quill-float {
  0%, 100% { transform: translateY(0) rotate(-0.5deg); }
  50% { transform: translateY(-12px) rotate(0.5deg); }
}
@media (prefers-reduced-motion: reduce) {
  .app-quill img { animation: none; }
}

.app-copy h2 { max-width: 24ch; }

.journey-steps {
  list-style: none;
  margin: 3rem 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.journey-steps li {
  position: relative;
  padding: 1.4rem 0 1.4rem 4.6rem;
}
/* gold thread connecting the seals */
.journey-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 1.55rem;
  top: 4.6rem;
  bottom: -0.6rem;
  width: 1px;
  background: linear-gradient(var(--hairline-strong), var(--hairline));
}

.step-seal {
  position: absolute;
  left: 0; top: 1.5rem;
  width: 3.1rem; height: 3.1rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #ab4046, var(--wax-red) 62%, #541215);
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(242, 211, 138, 0.4),
    inset 0 0 0 3px rgba(242, 211, 138, 0.18),
    inset 0 2px 3px rgba(255, 255, 255, 0.18);
}

.journey-steps h3 {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.3rem;
  -webkit-text-fill-color: currentColor;
  background: none;
}

.journey-steps p { margin: 0; max-width: 56ch; }

.app-download-band {
  margin-top: 3.2rem;
  padding: 1.8rem 2.2rem;
  border: 1px solid var(--hairline);
  border-radius: 14px;
  background: rgba(10, 13, 32, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(242, 211, 138, 0.12), 0 18px 50px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem;
}

.app-band-title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--gold-light);
  margin: 0;
  flex: 1;
  min-width: 200px;
}

.appstore-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  padding: 0.9em 1.6em;
  border-radius: 12px;
  border: 1px solid rgba(250, 248, 242, 0.35);
  color: var(--snow);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 820px) {
  .app-inner { grid-template-columns: 1fr; }
  .app-quill { display: flex; justify-content: center; }
  .app-quill img { max-width: 260px; }
}

/* ---------- experience scroll journey ---------- */

.experience {
  background: linear-gradient(var(--navy), var(--navy-deep) 60%, var(--navy));
  padding: 7.5rem 0 5rem;
}

.experience-intro {
  max-width: var(--max-width);
  margin: 0 auto 4.5rem;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: minmax(240px, 440px) 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.intro-poster {
  border-radius: 14px;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.65),
    0 0 0 1px var(--hairline),
    0 0 0 12px rgba(10, 13, 32, 0.6),
    0 0 0 13px var(--hairline);
  transition: transform 0.6s var(--ease-out);
}
.intro-poster:hover { transform: scale(1.015); }

.intro-copy h2 { max-width: 22ch; }

.scroll-prompt {
  display: inline-flex;
  align-items: center;
  gap: 0.9em;
  margin-top: 2rem;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 0.85em 1.6em;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  background: rgba(10, 13, 32, 0.4);
}

.scroll-arrow {
  display: inline-block;
  animation: bob 1.8s ease-in-out infinite;
}
@keyframes bob {
  0%, 100% { transform: translateY(-1px); }
  50% { transform: translateY(4px); }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-arrow { animation: none; }
}

@media (max-width: 820px) {
  .experience-intro { grid-template-columns: 1fr; }
  .intro-poster { max-width: 340px; margin: 0 auto; }
}

/* journey track — stacked cards by default (this IS the no-JS fallback);
   GSAP pinning is layered on top when available */
.journey-track {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--pad);
  display: grid;
  gap: 3rem;
  counter-reset: room;
}

.room-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 0;
  background:
    radial-gradient(ellipse 80% 60% at 80% 0%, rgba(212, 168, 75, 0.06), transparent 60%),
    var(--navy-panel);
  border: 1px solid var(--hairline);
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(242, 211, 138, 0.1);
}

.room-card:nth-child(even) .room-scene { order: 2; }

.room-scene {
  min-height: 320px;
  position: relative;
}
.room-scene svg,
.room-scene-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* soft gold seam where scene meets copy */
.room-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 60px rgba(6, 8, 20, 0.55);
  pointer-events: none;
}

.room-copy {
  position: relative;
  padding: clamp(2rem, 4.5vw, 3.8rem);
  align-self: center;
  counter-increment: room;
}
/* ghosted roman folio numeral behind each room title */
.room-copy::before {
  content: counter(room, upper-roman);
  position: absolute;
  top: 0.4rem;
  right: 1.6rem;
  font-family: var(--font-display);
  font-size: clamp(4rem, 8vw, 6.5rem);
  font-weight: 500;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(212, 168, 75, 0.18);
  pointer-events: none;
}
.room-copy h3 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 500;
  margin-bottom: 0.6rem;
}
.room-copy p { max-width: 50ch; }
.room-copy p:last-child { margin-bottom: 0; }

@media (max-width: 760px) {
  .room-card { grid-template-columns: 1fr; }
  .room-card:nth-child(even) .room-scene { order: 0; }
  .room-scene { min-height: 230px; }
}

/* living scenes — stars twinkle, sparkle trails flow */
@keyframes scene-twinkle {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; }
}
.room-scene .scene-stars circle { animation: scene-twinkle 3.2s ease-in-out infinite; }
.room-scene .scene-stars circle:nth-child(2n) { animation-delay: 1.1s; }
.room-scene .scene-stars circle:nth-child(3n) { animation-delay: 2.1s; }
.room-scene .scene-sparkles circle { animation: scene-twinkle 2.4s ease-in-out infinite; }
.room-scene .scene-sparkles circle:nth-child(2n) { animation-delay: 0.8s; }

@keyframes sparkle-flow { to { stroke-dashoffset: -132; } }
.room-scene .sparkle-path { animation: sparkle-flow 7s linear infinite; }

@media (prefers-reduced-motion: reduce) {
  .room-scene .scene-stars circle,
  .room-scene .scene-sparkles circle,
  .room-scene .sparkle-path { animation: none; }
}

/* GSAP pinned mode (class added by JS only when ScrollTrigger is live) */
.journey-pinned .journey-track {
  display: block;
  position: relative;
}
.journey-pinned .room-card {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
.journey-pinned .room-card:first-child {
  opacity: 1;
  visibility: visible;
}
.journey-pinned .journey-track {
  height: min(72vh, 640px);
}

/* ---------- tickets ---------- */

.tickets {
  padding: 7.5rem var(--pad);
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.tickets h2 {
  max-width: 26ch;
  margin-inline: auto;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  line-height: 1.3;
}

.interest-form {
  margin: 3rem auto 0;
  max-width: 480px;
  text-align: left;
  display: grid;
  gap: 1.4rem;
  padding: 2.4rem 2.2rem;
  border: 1px solid var(--hairline);
  border-radius: 18px;
  background: rgba(10, 13, 32, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(242, 211, 138, 0.1), 0 24px 70px rgba(0, 0, 0, 0.45);
}

.form-row { display: grid; gap: 0.45rem; }

.form-row label {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
}

.form-row input,
.form-row select {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 300;
  color: var(--snow);
  background: rgba(6, 8, 20, 0.6);
  border: 1px solid rgba(212, 168, 75, 0.3);
  border-radius: 10px;
  padding: 0.95em 1.1em;
  width: 100%;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.form-row input:focus,
.form-row select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 168, 75, 0.15);
  outline: none;
}
.form-row select { appearance: none; }

.form-row input.invalid,
.form-row select.invalid { border-color: var(--postbox-red); }

.field-error {
  font-size: 0.82rem;
  color: #e98b86;
  min-height: 1.2em;
}

.form-success {
  margin: 3rem auto 0;
  max-width: 480px;
  padding: 2.8rem 2.4rem;
  border: 1px solid var(--hairline-strong);
  border-radius: 18px;
  background: rgba(22, 27, 62, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(242, 211, 138, 0.15), 0 24px 70px rgba(0, 0, 0, 0.5);
}

.success-seal {
  width: 72px; height: 72px;
  margin: 0 auto 1.2rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #ab4046, var(--wax-red) 62%, #541215);
  color: var(--gold-light);
  font-size: 1.7rem;
  display: grid;
  place-items: center;
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(242, 211, 138, 0.4),
    inset 0 0 0 3px rgba(242, 211, 138, 0.18),
    inset 0 2px 3px rgba(255, 255, 255, 0.18);
}

.presale-art {
  border-radius: 16px;
  border: 1px solid var(--hairline-strong);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(10, 13, 32, 0.5), 0 0 0 11px var(--hairline);
  margin: 0 auto 2.4rem;
}

.sale-state .booking-link { margin-top: 1.8rem; }

/* good to know — parchment panel with wax-seal bullets */

.parchment-panel {
  position: relative;
  margin: 4.5rem auto 0;
  background:
    radial-gradient(ellipse 120% 60% at 50% -10%, rgba(255, 252, 240, 0.55), transparent 60%),
    linear-gradient(170deg, var(--parchment) 0%, var(--parchment-deep) 100%);
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.35) inset,
    0 24px 60px rgba(0, 0, 0, 0.5);
  text-align: left;
}
.parchment-panel::after {
  content: "";
  position: absolute;
  inset: 16px;
  top: 22px;
  border: 1px solid rgba(126, 31, 36, 0.18);
  border-radius: 7px;
  pointer-events: none;
}

.parchment-panel h3 {
  color: var(--wax-red);
  font-weight: 600;
  padding: 1.7rem 2.2rem 0;
  margin-bottom: 0.5rem;
}

.seal-list {
  list-style: none;
  margin: 0;
  padding: 0.3rem 2.2rem 1.9rem;
  color: #463722;
}
.seal-list li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1.9rem;
  font-size: 0.97rem;
}
.seal-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.86em;
  width: 0.8em; height: 0.8em;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #a13a40, var(--wax-red) 70%);
  box-shadow: inset 0 0 0 2px rgba(242, 211, 138, 0.35), 0 1px 3px rgba(0, 0, 0, 0.3);
}

.entry-time { margin-top: 4.5rem; }
.entry-time .gold-caps { display: block; margin-bottom: 1rem; }
.entry-time p { max-width: 58ch; margin-inline: auto; }

.opening-hours { margin-top: 4.5rem; }
.opening-hours .gold-caps { display: block; }

.hours-list {
  margin: 0 auto;
  max-width: 400px;
  display: grid;
  gap: 0.7rem;
}
.hours-list > div {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
}
/* dotted leader between date and hours — printed-programme feel */
.hours-list > div::before { content: none; }
.hours-list dt {
  color: var(--gold-light);
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.hours-list > div::after { content: none; }
.hours-list dd {
  margin: 0;
  color: var(--snow);
  white-space: nowrap;
}
.hours-leader {
  flex: 1;
  border-bottom: 1px dotted rgba(212, 168, 75, 0.4);
  transform: translateY(-0.3em);
  min-width: 2rem;
}

/* ---------- gallery ---------- */

.gallery {
  padding: 7rem 0;
  text-align: center;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(22, 27, 62, 0.8), transparent 70%),
    var(--navy-deep);
}
.gallery .micro-label,
.gallery h2 { padding: 0 var(--pad); }

.carousel {
  position: relative;
  margin-top: 3rem;
}
/* edge fades so slides dissolve at the viewport edges */
.carousel::before,
.carousel::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: clamp(20px, 6vw, 90px);
  z-index: 2;
  pointer-events: none;
}
.carousel::before { left: 0; background: linear-gradient(90deg, var(--navy-deep), transparent); }
.carousel::after { right: 0; background: linear-gradient(-90deg, var(--navy-deep), transparent); }

.carousel-track {
  list-style: none;
  margin: 0;
  padding: 0.8rem var(--pad);
  display: flex;
  gap: 1.6rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.carousel-track::-webkit-scrollbar { display: none; }

.slide {
  flex: 0 0 auto;
  width: min(360px, 76vw);
  scroll-snap-align: center;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--hairline);
  background: var(--navy-panel);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
}
.slide:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6), 0 0 0 1px var(--hairline-strong);
}
.slide img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.slide img[src$=".png"] { object-fit: contain; padding: 1.4rem 0; height: 418px; }

.placeholder-art {
  height: 450px;
  display: grid;
  place-content: center;
  gap: 0.7rem;
  background:
    radial-gradient(circle at 30% 25%, rgba(242, 211, 138, 0.07), transparent 60%),
    var(--navy-panel);
}
.ph-num {
  font-family: var(--font-display);
  font-size: 3.4rem;
  color: transparent;
  -webkit-text-stroke: 1px rgba(242, 211, 138, 0.45);
}
.ph-label {
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(250, 248, 242, 0.5);
  max-width: 20ch;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 1px solid var(--hairline-strong);
  background: rgba(10, 13, 32, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--gold-light);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.5);
}
.carousel-btn:hover {
  background: rgba(212, 168, 75, 0.22);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 168, 75, 0.25);
}
.carousel-btn.prev { left: clamp(6px, 2vw, 28px); }
.carousel-btn.next { right: clamp(6px, 2vw, 28px); }

/* ---------- location ---------- */

.location {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 7.5rem var(--pad);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.location-copy h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  line-height: 1.3;
}

.directions { display: grid; gap: 1.8rem; margin-top: 2.4rem; }
.direction-block {
  padding-left: 1.4rem;
  border-left: 1px solid var(--hairline-strong);
}
.direction-block h3 { margin-bottom: 0.4rem; }
.direction-block p { margin: 0; max-width: 52ch; }

.map-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--hairline);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.55),
    0 0 0 10px rgba(10, 13, 32, 0.5),
    0 0 0 11px var(--hairline);
}
.map-wrap iframe { display: block; width: 100%; height: 440px; filter: saturate(0.85) contrast(1.02); }
.map-link {
  display: block;
  padding: 0.95em 1em;
  text-align: center;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(10, 13, 32, 0.9);
  border-top: 1px solid var(--hairline);
  transition: background 0.25s ease;
}
.map-link:hover { background: rgba(212, 168, 75, 0.12); }

@media (max-width: 820px) {
  .location { grid-template-columns: 1fr; }
  .map-wrap iframe { height: 320px; }
}

/* ---------- NCG hub ---------- */

.hub {
  position: relative;
  text-align: center;
  padding: 7rem var(--pad) 8rem;
  background:
    radial-gradient(ellipse 70% 60% at 50% 110%, rgba(46, 125, 107, 0.22), transparent 70%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(212, 168, 75, 0.07), transparent 70%),
    var(--navy);
}
.hub h2 { max-width: 22ch; margin-inline: auto; }
.hub-copy { max-width: 60ch; margin: 0 auto; }

/* ---------- footer ---------- */

.site-footer {
  position: relative;
  background: var(--navy-deep);
  padding: 4.5rem var(--pad) 8rem;
  text-align: center;
}
/* hairline with centred seal ornament instead of a plain border */
.site-footer::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: min(720px, 86%);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hairline-strong) 30%, var(--hairline-strong) 70%, transparent);
}

.partner-row {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.partner-slot {
  min-width: 160px;
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 0.7rem 1.6rem;
  border: 1px solid var(--hairline);
  border-radius: 10px;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--gold-light);
  letter-spacing: 0.08em;
  background: rgba(22, 27, 62, 0.35);
}
.partner-spare { opacity: 0.3; border-style: dashed; }

.footer-seal {
  width: 104px;
  margin: 0 auto 2rem;
  border-radius: 50%;
  box-shadow:
    0 10px 32px rgba(0, 0, 0, 0.55),
    0 0 0 1px var(--hairline-strong),
    0 0 0 7px rgba(10, 13, 32, 0.8),
    0 0 0 8px var(--hairline);
}

.social-row {
  list-style: none;
  margin: 0 0 2.2rem;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 1.4rem;
}
.social-row a {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--hairline);
  color: var(--gold-light);
  transition: background 0.3s ease, transform 0.3s var(--ease-out), box-shadow 0.3s ease;
}
.social-row a:hover {
  background: rgba(212, 168, 75, 0.16);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4), 0 0 16px rgba(212, 168, 75, 0.2);
}

.legal-row {
  display: flex;
  justify-content: center;
  gap: 0.9rem;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  margin-bottom: 1.2rem;
}
.legal-row a {
  color: var(--body-text);
  text-decoration-color: rgba(212, 168, 75, 0.4);
  text-underline-offset: 4px;
}
.legal-row a:hover { color: var(--gold-light); }

.copyright {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  color: rgba(250, 248, 242, 0.45);
  margin: 0;
}

/* ---------- floating tickets button ---------- */

.floating-tickets {
  position: fixed;
  right: clamp(14px, 3vw, 34px);
  bottom: clamp(14px, 3vw, 34px);
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  padding: 1.05em 1.8em;
  border-radius: 999px;
  background: radial-gradient(circle at 32% 28%, var(--gold-pale), var(--gold) 55%, #a87d2c);
  color: var(--navy-deep);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(242, 211, 138, 0.6),
    0 0 0 7px rgba(10, 13, 32, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
  animation: tickets-glow 3.6s ease-in-out infinite;
}
@keyframes tickets-glow {
  0%, 100% { box-shadow: 0 8px 30px rgba(0,0,0,.55), 0 0 0 1px rgba(242,211,138,.6), 0 0 0 7px rgba(10,13,32,.45), 0 0 18px rgba(212,168,75,.25), inset 0 1px 0 rgba(255,255,255,.5); }
  50%      { box-shadow: 0 8px 30px rgba(0,0,0,.55), 0 0 0 1px rgba(242,211,138,.85), 0 0 0 7px rgba(10,13,32,.45), 0 0 34px rgba(212,168,75,.5), inset 0 1px 0 rgba(255,255,255,.5); }
}
@media (prefers-reduced-motion: reduce) {
  .floating-tickets { animation: none; }
}
.floating-tickets:hover {
  transform: translateY(-3px) scale(1.04);
}

/* ---------- legal pages ---------- */

.legal-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 9rem var(--pad) 5rem;
}
.legal-page h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  background: var(--grad-gold);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--gold-light);
}
.legal-page h2 { font-size: 1.5rem; margin-top: 2.4rem; }
.legal-page .back-link {
  display: inline-block;
  margin-top: 3rem;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  text-decoration: none;
}

/* ---------- reduced motion ---------- */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
