/* ==========================================================================
   WOORAY — Premium Indoor Kids' Play Area & Party Venue
   Custom stylesheet layered on top of Bootstrap 5.
   Palette: warm cream, blush, dusty gold/brass, espresso, muted sage.
   ========================================================================== */

/* ---------- Design Tokens ---------- */
:root {
  --wr-cream: #F7F1E8;
  --wr-cream-soft: #FBF8F3;
  --wr-blush: #F1DAD2;
  --wr-blush-soft: #F9EAE5;
  --wr-gold: #B9955C;
  --wr-gold-deep: #8C6A3B;
  --wr-espresso: #3B2A1E;
  --wr-charcoal: #2A1F17;
  --wr-sage: #7E9083;
  --wr-sage-deep: #5F715F;
  --wr-white: #FFFFFF;

  --wr-font-display: "Fraunces", "Georgia", serif;
  --wr-font-body: "Jost", "Helvetica Neue", Arial, sans-serif;

  --wr-radius-lg: 28px;
  --wr-radius-md: 18px;
  --wr-radius-sm: 10px;

  --wr-shadow-soft: 0 20px 60px rgba(59, 42, 30, 0.10);
  --wr-shadow-lift: 0 30px 80px rgba(59, 42, 30, 0.16);

  --wr-section-pad: 7.5rem;

  --wr-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

@media (max-width: 767.98px) {
  :root { --wr-section-pad: 4rem; }
}

/* ---------- Base ---------- */
html { scroll-behavior: smooth; scroll-padding-top: 84px; }

/* Full-viewport, snap-assisted section rhythm — desktop only, and scoped
   to the homepage's one-chapter-per-screen layout (body.page-home) so
   content-heavy inner pages (long-form text, galleries, forms) aren't
   forced into 100vh, vertically-centered sections.
   scroll-snap-type: proximity (not mandatory) so content-heavy
   sections (forms, grids, galleries) can still be scrolled through
   freely without ever clipping content or fighting the user. */
@media (min-width: 768px) {
  html { scroll-snap-type: y proximity; }
  body.page-home .hero, body.page-home .section { scroll-snap-align: start; }
  body.page-home .section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

body {
  font-family: var(--wr-font-body);
  color: var(--wr-espresso);
  background-color: var(--wr-cream);
  font-weight: 300;
  line-height: 1.75;
  overflow-x: hidden;
}

h1, h2, h3, h4, .font-display {
  font-family: var(--wr-font-display);
  color: var(--wr-espresso);
  font-weight: 600;
  letter-spacing: -0.01em;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.skip-link {
  position: fixed; top: 0; left: 0; z-index: 3000;
  background: var(--wr-espresso); color: var(--wr-cream);
  padding: 0.75rem 1.25rem; border-radius: 0 0 var(--wr-radius-sm) 0;
}

::selection { background: var(--wr-gold); color: var(--wr-white); }

/* Smoother section rhythm */
.section { padding: var(--wr-section-pad) 0; position: relative; overflow: hidden; }

/* Subtle film-grain texture for dark "chapter" sections — keeps the rich
   gradients from reading flat/plasticky. Sits above backgrounds, below content. */
.grain-dark::after {
  content: "";
  position: absolute; inset: 0;
  background-image: var(--wr-noise);
  opacity: 0.05;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}

/* Cinematic image reveal — wipes open with a gentle scale-settle as it
   enters the viewport. Toggled by IntersectionObserver in main.js.
   Images are visible by default; main.js opts a .reveal-img into the
   clipped starting state (adding .reveal-armed) only once it has
   successfully attached the observer that will un-clip it again. This
   way a JS error, a blocked script, or a missed observer callback can
   never leave an image permanently invisible — it just skips the effect
   and shows normally. */
.reveal-img.reveal-armed {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-img.reveal-armed.is-revealed { clip-path: inset(0 0 0% 0); }
.reveal-img.reveal-armed img { transition: transform 1.3s cubic-bezier(0.22, 1, 0.36, 1); transform: scale(1.18); }
.reveal-img.reveal-armed.is-revealed img { transform: scale(1); }
@media (prefers-reduced-motion: reduce) {
  .reveal-img.reveal-armed { clip-path: none !important; transition: none !important; }
  .reveal-img.reveal-armed img { transform: none !important; transition: none !important; }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--wr-font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wr-gold-deep);
  margin-bottom: 0.9rem;
}
.eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: currentColor;
  opacity: 0.7;
  flex: 0 0 auto;
}
.eyebrow--light { color: var(--wr-blush); }
.eyebrow__num {
  font-family: var(--wr-font-display);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--wr-gold);
  opacity: 0.85;
}

.section-title {
  font-size: clamp(2rem, 1.6rem + 1.8vw, 3rem);
  margin-bottom: 1.25rem;
  line-height: 1.15;
}
.section-title--light { color: var(--wr-cream); }

/* Oversized ghost numeral behind a chapter header — the site's signature
   editorial device, marking each "chapter" boldly rather than with an icon. */
/* z-index:0 (not just position:relative) is required here — it gives
   .section-head its own stacking context so the ghost numeral's negative
   z-index is contained locally instead of escaping behind the section's
   own background further up the tree. */
.section-head { position: relative; z-index: 0; }
.ghost-num {
  position: absolute;
  top: -3.2rem; left: 50%; transform: translateX(-50%);
  font-family: var(--wr-font-display);
  font-size: clamp(6rem, 4rem + 8vw, 11rem);
  font-weight: 600;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(59, 42, 30, 0.1);
  z-index: -1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}
.ghost-num--light { -webkit-text-stroke: 1px rgba(247, 241, 232, 0.14); }
@media (max-width: 767.98px) {
  .ghost-num { display: none; }
}

.section-lede {
  font-size: 1.08rem;
  font-weight: 300;
  color: rgba(59, 42, 30, 0.78);
  max-width: 640px;
}
.section-lede--light { color: rgba(247, 241, 232, 0.85); }

/* ---------- Buttons ---------- */
.btn {
  font-family: var(--wr-font-body);
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 999px;
  padding: 0.85rem 2rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease, color 0.35s ease;
}

.btn-wooray-primary {
  background: var(--wr-espresso);
  color: var(--wr-cream);
  border: 1px solid var(--wr-espresso);
}
.btn-wooray-primary:hover, .btn-wooray-primary:focus {
  background: var(--wr-gold-deep);
  border-color: var(--wr-gold-deep);
  color: var(--wr-white);
  transform: translateY(-3px);
  box-shadow: var(--wr-shadow-soft);
}

.btn-wooray-outline {
  background: transparent;
  color: var(--wr-espresso);
  border: 1.5px solid var(--wr-espresso);
}
.btn-wooray-outline:hover, .btn-wooray-outline:focus {
  background: var(--wr-espresso);
  color: var(--wr-cream);
  transform: translateY(-3px);
}
.btn-wooray-outline--light {
  color: var(--wr-cream);
  border-color: rgba(247, 241, 232, 0.5);
}
.btn-wooray-outline--light:hover {
  background: var(--wr-gold);
  border-color: var(--wr-gold);
  color: var(--wr-charcoal);
}

.btn-wooray-cta {
  background: var(--wr-gold);
  color: var(--wr-charcoal) !important;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.65rem 1.6rem;
  border: 1px solid var(--wr-gold);
}
.btn-wooray-cta:hover {
  background: var(--wr-espresso);
  border-color: var(--wr-espresso);
  color: var(--wr-cream) !important;
}

/* ==========================================================================
   PRELOADER
   ========================================================================== */
#preloader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--wr-cream);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#preloader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader__inner { text-align: center; }
.preloader__mark { animation: wr-pulse 1.4s ease-in-out infinite; margin: 0 auto 0.75rem; }
.preloader__word {
  display: block; font-family: var(--wr-font-display);
  font-size: 1.1rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--wr-gold-deep);
}
@keyframes wr-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.12); opacity: 0.7; }
}

/* ==========================================================================
   SCROLL PROGRESS
   ========================================================================== */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0%;
  background: var(--wr-gold);
  z-index: 1200;
  transition: width 0.1s linear;
}

/* ==========================================================================
   HEADER — minimal bar + full-screen overlay menu
   ========================================================================== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  transition: background-color 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease;
  padding: 1.1rem 0;
}
.site-header.is-scrolled {
  background: rgba(247, 241, 232, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(59, 42, 30, 0.08);
  padding: 0.75rem 0;
}
.site-header__bar {
  max-width: 1320px; margin: 0 auto; padding: 0 1.5rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1.75rem;
}
/* When the inline nav is present (xl+), it soaks up the free space so the
   links + CTA + toggler sit together as one right-aligned group next to the
   brand, matching the reference layout instead of spreading three-wide. */
.site-header__nav.d-xl-flex { margin-left: auto; }
.navbar-brand {
  background: var(--wr-white);
  border-radius: 999px;
  padding: 0.4rem 1rem;
  box-shadow: var(--wr-shadow-soft);
  transition: box-shadow 0.35s ease, background 0.35s ease;
}
.site-header.is-scrolled .navbar-brand { background: none; box-shadow: none; }
.brand-logo { height: 40px; width: auto; display: block; transition: height 0.35s ease; }
.site-header.is-scrolled .brand-logo { height: 34px; }

/* Inline primary nav (lg+) — links visible in the bar, wooray-reference style.
   White by default over the dark hero; gold on hover/active; once the bar is
   scrolled and gains its light/cream background, default text switches dark
   for contrast, keeping the gold hover/active state. */
.site-header__nav { align-items: center; }
.site-header__links {
  display: flex; align-items: center;
  list-style: none; margin: 0; padding: 0;
}
.site-header__link {
  position: relative;
  display: inline-block;
  font-family: var(--wr-font-body);
  font-weight: 500;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  color: var(--wr-white);
  margin: 0 0.65rem;
  padding: 0.35rem 0;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.site-header__link::after {
  content: "";
  position: absolute; left: 0; bottom: -2px;
  width: 0; height: 2px;
  background: var(--wr-gold);
  transition: width 0.3s ease;
}
.site-header__link:hover,
.site-header__link.is-active { color: var(--wr-gold); }
.site-header__link:hover::after,
.site-header__link.is-active::after { width: 100%; }

.site-header.is-scrolled .site-header__link { color: var(--wr-espresso); }
.site-header.is-scrolled .site-header__link:hover,
.site-header.is-scrolled .site-header__link.is-active { color: var(--wr-gold-deep); }

.site-header__actions { display: flex; align-items: center; gap: 1.25rem; }

.menu-toggle {
  display: flex; align-items: center; gap: 0.75rem;
  background: none; border: none; padding: 0.3rem 0;
  font-family: var(--wr-font-body); font-size: 0.85rem; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--wr-white);
  transition: color 0.3s ease;
}
.site-header.is-scrolled .menu-toggle { color: var(--wr-espresso); }
.menu-toggle__bars { display: inline-flex; flex-direction: column; gap: 5px; width: 24px; }
.menu-toggle__bars span { display: block; height: 1.5px; width: 100%; background: var(--wr-white); transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease; }
.site-header.is-scrolled .menu-toggle__bars span { background: var(--wr-espresso); }
.nav-overlay.is-open ~ .site-header .menu-toggle__bars span:first-child { transform: translateY(3.25px) rotate(45deg); }
.nav-overlay.is-open ~ .site-header .menu-toggle__bars span:last-child { transform: translateY(-3.25px) rotate(-45deg); }

/* Full-screen overlay nav */
.nav-overlay {
  position: fixed; inset: 0; z-index: 1400;
  background: var(--wr-charcoal);
  display: flex; flex-direction: column;
  justify-content: center;
  padding: 2rem;
  opacity: 0; visibility: hidden; transform: translateY(-12px);
  transition: opacity 0.45s ease, visibility 0.45s ease, transform 0.45s ease;
}
.nav-overlay.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-overlay__close {
  position: absolute; top: 1.75rem; right: 1.75rem;
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid rgba(247,241,232,0.25); background: transparent;
  color: var(--wr-cream); display: flex; align-items: center; justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.nav-overlay__close:hover { background: var(--wr-gold); color: var(--wr-charcoal); }
.nav-overlay__nav { max-width: 900px; margin: 0 auto; width: 100%; }
.nav-overlay__link {
  display: flex; align-items: baseline; gap: 1.5rem;
  font-family: var(--wr-font-display);
  font-size: clamp(2rem, 1.4rem + 3vw, 3.6rem);
  color: var(--wr-cream);
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(247,241,232,0.1);
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.nav-overlay__link:first-child { border-top: 1px solid rgba(247,241,232,0.1); }
.nav-overlay__link span {
  font-family: var(--wr-font-body); font-size: 0.9rem; font-style: normal;
  color: var(--wr-gold); letter-spacing: 0.05em;
}
.nav-overlay__link:hover { color: var(--wr-gold); padding-left: 1rem; }
.nav-overlay__footer {
  max-width: 900px; margin: 2.5rem auto 0; width: 100%;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.25rem;
}
.nav-overlay__social { display: flex; gap: 0.75rem; }
.nav-overlay__social a {
  width: 40px; height: 40px; border-radius: 50%; display: inline-flex;
  align-items: center; justify-content: center; border: 1px solid rgba(247,241,232,0.2);
  color: var(--wr-cream); transition: background-color 0.3s ease, border-color 0.3s ease;
}
.nav-overlay__social a:hover { background: var(--wr-gold); border-color: var(--wr-gold); color: var(--wr-charcoal); }

@media (max-width: 575.98px) {
  .nav-overlay__link { font-size: 1.7rem; gap: 1rem; }
}

/* Right-edge chapter-progress dots — frosted pill keeps contrast
   consistent regardless of the light/dark section scrolled behind it. */
.section-dots {
  position: fixed; right: 1.75rem; top: 50%; transform: translateY(-50%);
  z-index: 900; flex-direction: column; align-items: center; gap: 1rem;
  background: rgba(247, 241, 232, 0.75);
  backdrop-filter: blur(8px);
  padding: 1.1rem 0.6rem;
  border-radius: 999px;
  box-shadow: var(--wr-shadow-soft);
}
.section-dots a {
  width: 7px; height: 7px; border-radius: 50%;
  border: 1px solid rgba(59, 42, 30, 0.4);
  transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.section-dots a.is-active { background: var(--wr-gold); border-color: var(--wr-gold); transform: scale(1.5); }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-top: 6.5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background: #1c140d;
}
.hero__bg-layer {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero__scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 60% 55% at 68% 30%, rgba(185, 149, 92, 0.2) 0%, rgba(185, 149, 92, 0) 68%),
    linear-gradient(180deg, rgba(42, 31, 23, 0.5) 0%, rgba(28, 20, 13, 0.72) 60%, rgba(28, 20, 13, 0.85) 100%);
}
/* The text+mascot content block is shorter than a full viewport, so
   align-items:center inside a min-height:100vh box was leaving a large
   empty gap between the header and the title/mascot. Top-align instead,
   at every breakpoint, so the headline and "Woo" the mascot are visible
   immediately on load. */
@media (min-width: 992px) {
  .hero { min-height: 100vh; align-items: flex-start; padding-top: 8.5rem; padding-bottom: 0; }
}
.hero__ambient {
  position: absolute; inset: -10%; z-index: 1;
  background: radial-gradient(circle at 65% 38%, rgba(247, 241, 232, 0.08) 0%, transparent 55%);
  will-change: transform;
  pointer-events: none;
}
.hero__container { position: relative; z-index: 2; }

.hero__content { color: var(--wr-cream); }
.hero__content .eyebrow {
  color: var(--wr-gold);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  font-weight: 600;
}
.hero__title {
  color: var(--wr-cream);
  font-size: clamp(2.2rem, 1.7rem + 2.4vw, 3.6rem);
  line-height: 1.12;
  margin-bottom: 1.4rem;
  animation: wr-title-glow 4s ease-in-out infinite;
}
@keyframes wr-title-glow {
  0%, 100% {
    text-shadow: 0 0 18px rgba(185, 149, 92, 0.45), 0 0 42px rgba(185, 149, 92, 0.22), 0 4px 24px rgba(0, 0, 0, 0.35);
  }
  50% {
    text-shadow: 0 0 26px rgba(185, 149, 92, 0.65), 0 0 60px rgba(185, 149, 92, 0.32), 0 4px 24px rgba(0, 0, 0, 0.35);
  }
}
.hero__lede {
  color: rgba(247, 241, 232, 0.85);
  font-size: 1.1rem;
  max-width: 520px;
  margin-bottom: 2.2rem;
}
.hero__cta-group { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero__cta-group .btn-wooray-primary {
  background: var(--wr-gold);
  border-color: var(--wr-gold);
  color: var(--wr-charcoal);
}
.hero__cta-group .btn-wooray-primary:hover,
.hero__cta-group .btn-wooray-primary:focus {
  background: var(--wr-gold-deep);
  border-color: var(--wr-gold-deep);
  color: var(--wr-white);
}
.hero__cta-group .btn-wooray-outline {
  color: var(--wr-cream); border-color: rgba(247, 241, 232, 0.6);
}
.hero__cta-group .btn-wooray-outline:hover { background: var(--wr-gold); border-color: var(--wr-gold); color: var(--wr-charcoal); }

.hero__mascot-col { display: flex; justify-content: center; overflow: visible; }
.hero__mascot-frame {
  position: relative;
  max-width: 460px;
  /* Isolate our own stacking context so the animated rings (transform-driven,
     which iOS Safari can otherwise composite above sibling layers regardless
     of z-index) are reliably painted behind the mascot image. */
  isolation: isolate;
}
@media (min-width: 992px) {
  .hero__mascot-col { justify-content: flex-end; }
  .hero__mascot-frame { max-width: none; width: 70%; margin-right: 0; }
}
.hero__mascot-glow {
  position: absolute;
  left: 50%; top: 52%;
  width: 115%; aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(185, 149, 92, 0.35) 0%, rgba(185, 149, 92, 0.08) 45%, transparent 72%);
  border-radius: 50%;
  z-index: 0;
}
/* Rotating rings behind Woo — wooray-reference's portal-ring treatment,
   recolored to the gold/cream theme, kept as plain rings (no photo/logo
   inset like the reference's portal-photo). */
.hero__mascot-ring {
  position: absolute; left: 50%; top: 52%;
  border-radius: 50%;
  z-index: 0;
}
.hero__mascot-ring--outer {
  width: 90%; aspect-ratio: 1/1;
  border: 1.5px solid rgba(247, 241, 232, 0.3);
  animation: wr-spin-slow 34s linear infinite;
}
.hero__mascot-ring--outer::before,
.hero__mascot-ring--outer::after {
  content: "";
  position: absolute;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--wr-gold);
  box-shadow: 0 0 14px 3px rgba(185, 149, 92, 0.7);
  top: -4.5px; left: 50%;
}
.hero__mascot-ring--outer::after {
  background: var(--wr-cream);
  box-shadow: 0 0 12px 3px rgba(247, 241, 232, 0.55);
  top: auto; bottom: -4.5px; left: auto; right: 50%;
}
.hero__mascot-ring--inner {
  width: 68%; aspect-ratio: 1/1;
  border: 1px dashed rgba(185, 149, 92, 0.4);
  animation: wr-spin-slow 46s linear infinite reverse;
}
@keyframes wr-spin-slow {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.hero__mascot-img {
  position: relative; z-index: 1;
  width: 100%; height: auto;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.5));
}

.hero__scroll-cue {
  position: absolute; bottom: 2.2rem; left: 50%; transform: translateX(-50%);
  width: 26px; height: 42px; border: 2px solid rgba(247, 241, 232, 0.6);
  border-radius: 20px; z-index: 2;
}
.hero__scroll-cue span {
  position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
  width: 4px; height: 8px; border-radius: 2px; background: var(--wr-gold);
  animation: wr-scroll-cue 1.8s ease infinite;
}
@keyframes wr-scroll-cue {
  0% { opacity: 1; top: 6px; }
  70% { opacity: 0; top: 22px; }
  100% { opacity: 0; top: 22px; }
}

/* ==========================================================================
   MARQUEE TICKER
   ========================================================================== */
.ticker-band {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, var(--wr-charcoal), #3b2a1e, var(--wr-charcoal));
  border-top: 1px solid rgba(247, 241, 232, 0.1);
  border-bottom: 1px solid rgba(247, 241, 232, 0.1);
  padding: 16px 0;
  overflow: hidden;
}
.ticker-track { display: flex; width: max-content; animation: wr-ticker-scroll 32s linear infinite; }
.ticker-track span {
  font-family: var(--wr-font-display);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--wr-cream);
  white-space: nowrap;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.ticker-track span i { color: var(--wr-gold); font-size: 0.5rem; }
@keyframes wr-ticker-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
}

/* ==========================================================================
   ABOUT
   ========================================================================== */
.about { background: var(--wr-cream); }
.about__shape {
  position: absolute; top: -40px; right: -40px; width: 220px; opacity: 0.5; z-index: 0;
}
/* 3D photo stack — three overlapping cards that ease apart as the section
   scrolls into view (see initAboutStack in main.js), plus a floating
   "Certified Safe" badge, wooray-reference's about-section treatment. */
.stack-wrap {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 4/5;
  margin: 0 auto;
}
.stack-card {
  position: absolute; inset: 0;
  border-radius: var(--wr-radius-lg);
  overflow: hidden;
  box-shadow: var(--wr-shadow-lift);
  border: 6px solid var(--wr-cream-soft);
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.stack-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.stack-card.c1 { transform: rotate(-7deg) translate(-16px, 10px); z-index: 1; }
.stack-card.c2 { transform: rotate(4deg) translate(14px, -6px); z-index: 2; }
.stack-card.c3 { transform: rotate(0deg); z-index: 3; }
.stack-wrap.spread .c1 { transform: rotate(-12deg) translate(-38px, 24px); }
.stack-wrap.spread .c2 { transform: rotate(8deg) translate(34px, -16px); }
.stack-wrap.spread .c3 { transform: rotate(-1deg) translate(0, -6px) scale(1.02); }
.about-badge {
  position: absolute; bottom: -18px; right: -6px; z-index: 4;
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  border-radius: var(--wr-radius-md);
  background: var(--wr-white);
  box-shadow: var(--wr-shadow-lift);
}
.about-badge .dot {
  width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0;
  background: radial-gradient(circle at 35% 30%, var(--wr-gold), var(--wr-gold-deep));
  box-shadow: 0 0 12px rgba(185, 149, 92, 0.55);
}
.about-badge strong { display: block; font-family: var(--wr-font-display); font-size: 0.96rem; color: var(--wr-espresso); }
.about-badge span { font-size: 0.76rem; color: rgba(59, 42, 30, 0.65); }

.about__stats { text-align: left; border-top: 1px solid rgba(59, 42, 30, 0.12); padding-top: 1.5rem; }
.about__stat-num {
  display: block; font-family: var(--wr-font-display); font-size: 1.9rem;
  color: var(--wr-gold-deep); font-weight: 600;
}
.about__stat-label {
  display: block; font-size: 0.78rem; letter-spacing: 0.04em;
  color: rgba(59,42,30,0.65);
}

/* ==========================================================================
   MEET WOO
   ========================================================================== */
.meet-woo {
  background-image:
    radial-gradient(ellipse 55% 60% at 25% 30%, rgba(185, 149, 92, 0.14) 0%, transparent 70%),
    url("../images/teddy/teddy-bg.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center, right center;
  background-size: cover, cover;
  /* Woo is baked into the image itself, holding his balloons on the right —
     background-attachment:fixed pins him in the viewport like a parallax
     backdrop while the text column scrolls past in front of him, at every
     breakpoint including mobile. */
  background-attachment: scroll, fixed;
  background-color: var(--wr-charcoal);
}
.meet-woo__teddy img { display: none; }
@media (max-width: 767.98px) {
  /* On mobile, Woo living behind the text as a section-wide background
     reads poorly on a narrow screen. Drop the image layer from the section
     background (keep just the ambient gradient) and render him instead in
     the column that's already first in mobile order (.meet-woo__teddy),
     so he sits above the text as a real block, not behind it. */
  .meet-woo {
    background-image: radial-gradient(ellipse 55% 60% at 25% 30%, rgba(185, 149, 92, 0.14) 0%, transparent 70%);
    background-attachment: scroll;
  }
  .meet-woo__teddy {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 260px;
    margin-bottom: 2rem;
    margin: 0px 0px -40px;
  }
  .meet-woo__teddy img {
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
}
.meet-woo > .container { position: relative; z-index: 2; }
.meet-woo__opening {
  font-family: var(--wr-font-display);
  font-style: italic;
  font-size: 1.3rem;
  line-height: 1.5;
  color: var(--wr-blush);
  margin-bottom: 1.5rem;
}

/* ==========================================================================
   ATTRACTIONS
   ========================================================================== */
.attractions { background: var(--wr-cream); }

/* Horizontal scroll-snap "journey" rail — wooray-reference's treatment:
   the centered/active card sits at full scale and colour, everything else
   recedes (scaled down, tilted, desaturated) until it scrolls to center. */
.filmstrip {
  display: flex; gap: 1.75rem;
  overflow-x: auto;
  background: var(--wr-cream);
  scroll-snap-type: x mandatory;
  padding: 2rem 8vw 2.5rem;
  margin: 0 -1.5rem;
  perspective: 1400px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--wr-gold) transparent;
}
.filmstrip::-webkit-scrollbar { height: 5px; }
.filmstrip::-webkit-scrollbar-track { background: transparent; }
.filmstrip::-webkit-scrollbar-thumb { background: var(--wr-gold); border-radius: 999px; }

.attraction-item {
  flex: 0 0 auto;
  width: min(380px, 78vw);
  aspect-ratio: 3/4;
  scroll-snap-align: center;
  position: relative;
  border-radius: var(--wr-radius-lg);
  overflow: hidden;
  cursor: grab;
  box-shadow: var(--wr-shadow-lift);
  transform: scale(0.86) rotateY(6deg);
  opacity: 0.55;
  filter: saturate(0.6) brightness(0.75);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.attraction-item.is-active {
  transform: scale(1) rotateY(0deg);
  opacity: 1;
  filter: saturate(1) brightness(1);
}
.attraction-item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.attraction-item__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(28, 20, 13, 0.92) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1.75rem;
}
.attraction-item__idx {
  font-family: var(--wr-font-display);
  font-style: italic;
  color: var(--wr-gold);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
}
.attraction-item h3 { font-size: 1.35rem; margin-bottom: 0.5rem; color: var(--wr-cream); }
.attraction-item p { font-size: 0.9rem; color: rgba(247, 241, 232, 0.8); margin-bottom: 0; }

/* Static full grid of play zones (Play Zone inner page) — same card visual
   language as the homepage filmstrip, but always at full scale/colour
   since there's no active/centered item outside a horizontal rail. */
.zone-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.75rem;
}
.attraction-item--grid {
  width: 100%;
  transform: none;
  opacity: 1;
  filter: none;
  cursor: default;
}
.attraction-item--grid:hover { transform: translateY(-6px); }

.filmstrip-nav { display: flex; justify-content: center; gap: 0.75rem; margin-top: 0.5rem; }
.filmstrip-nav__btn {
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(59, 42, 30, 0.25); background: transparent; color: var(--wr-espresso);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.filmstrip-nav__btn:hover { background: var(--wr-espresso); border-color: var(--wr-espresso); color: var(--wr-cream); }

/* ==========================================================================
   PARTIES
   ========================================================================== */
.parties { color: var(--wr-cream); }
.parties__bg {
  position: absolute; inset: -8% -4%; z-index: 0;
  background-size: cover; background-position: center;
  will-change: transform;
}
.parties__overlay {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, rgba(42,31,23,0.94) 0%, rgba(42,31,23,0.9) 100%);
}
.parties > .container { position: relative; z-index: 2; }

.party-addon {
  background: rgba(247, 241, 232, 0.06);
  border: 1px solid rgba(247, 241, 232, 0.14);
  border-radius: var(--wr-radius-md);
  padding: 1.5rem 1rem;
  text-align: center;
  height: 100%;
  transition: background-color 0.35s ease, transform 0.35s ease;
}
.party-addon:hover { background: rgba(185, 149, 92, 0.16); transform: translateY(-4px); }
.party-addon i { font-size: 1.6rem; color: var(--wr-gold); display: block; margin-bottom: 0.6rem; }
.party-addon span { font-size: 0.85rem; letter-spacing: 0.02em; }
.party-addon--woo img {
  width: 46px; height: auto; margin: 0 auto 0.6rem;
  border-radius: 50%; object-fit: cover; object-position: top center; aspect-ratio: 1/1;
  box-shadow: var(--wr-shadow-soft);
}

.package-card {
  background: rgba(247, 241, 232, 0.05);
  border: 1px solid rgba(247, 241, 232, 0.16);
  border-radius: var(--wr-radius-lg);
  padding: 2.5rem 2rem;
  height: 100%;
  display: flex; flex-direction: column;
  position: relative;
  transition: transform 0.4s ease, border-color 0.4s ease;
}
.package-card:hover { transform: translateY(-6px); border-color: var(--wr-gold); }
.package-card--featured {
  background: linear-gradient(165deg, rgba(185,149,92,0.16), rgba(247,241,232,0.04));
  border-color: var(--wr-gold);
}
.package-card__badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--wr-gold); color: var(--wr-charcoal);
  font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.35rem 1rem; border-radius: 999px; font-weight: 600;
}
.package-card__tier { font-family: var(--wr-font-display); font-size: 1.4rem; margin-bottom: 0.6rem; color: var(--wr-cream); }
.package-card__desc { color: rgba(247,241,232,0.75); font-size: 0.92rem; margin-bottom: 1.5rem; }
.package-card__list { list-style: none; padding: 0; margin: 0 0 2rem; flex-grow: 1; }
.package-card__list li {
  padding: 0.5rem 0 0.5rem 1.6rem; position: relative;
  font-size: 0.92rem; color: rgba(247,241,232,0.88);
  border-top: 1px solid rgba(247,241,232,0.1);
}
.package-card__list li:first-child { border-top: none; }
.package-card__list li::before {
  content: "\F633"; font-family: "bootstrap-icons"; position: absolute; left: 0; color: var(--wr-gold);
}

/* Tier accent badge + stat chips — gives each package card its own
   colour identity instead of three identically-styled dark cards. */
.package-card__accent {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 50%;
  font-size: 1.3rem; margin-bottom: 1.1rem;
}
.package-card--cub .package-card__accent { background: rgba(126, 144, 131, 0.28); color: #A9C0AC; }
.package-card--signature .package-card__accent { background: rgba(185, 149, 92, 0.3); color: var(--wr-gold); }
.package-card--royal .package-card__accent { background: linear-gradient(135deg, var(--wr-gold), #6b4d24); color: var(--wr-charcoal); }
.package-card--cub { border-top: 3px solid var(--wr-sage); }
.package-card--royal { border-top: 3px solid var(--wr-gold); background: linear-gradient(165deg, rgba(185,149,92,0.08), rgba(247,241,232,0.03)); }

.package-card__stats { display: flex; gap: 0.55rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.package-card__stat {
  font-size: 0.76rem; letter-spacing: 0.03em; color: rgba(247,241,232,0.88);
  background: rgba(247,241,232,0.08); border: 1px solid rgba(247,241,232,0.18);
  border-radius: 999px; padding: 0.32rem 0.85rem;
}

/* ---- Birthday Parties page: a bright variant of the shared .parties /
   .party-addon components (used dark, as a teaser, on the city pages) so
   this page isn't three dark sections in a row. ---- */
.parties--bright { color: var(--wr-espresso); }
.parties--bright .parties__bg { display: none; }
.parties--bright .parties__overlay {
  background: linear-gradient(160deg, var(--wr-blush-soft) 0%, var(--wr-cream) 55%, var(--wr-cream-soft) 100%);
}
.parties--bright .section-title--light { color: var(--wr-espresso); }
.parties--bright .section-lede--light { color: rgba(59, 42, 30, 0.72); }
.parties--bright .eyebrow--light { color: var(--wr-gold-deep); }

.party-addon.party-addon--bright {
  background: var(--wr-white);
  border-color: rgba(59, 42, 30, 0.08);
  box-shadow: var(--wr-shadow-soft);
}
.party-addon.party-addon--bright:hover { background: var(--wr-blush-soft); border-color: rgba(59, 42, 30, 0.08); }
.party-addon.party-addon--bright span { color: var(--wr-espresso); }
.party-addon.party-addon--bright i {
  width: 48px; height: 48px; border-radius: 50%; font-size: 1.3rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 0.75rem;
}
.party-addon--gold i { background: rgba(185, 149, 92, 0.18); color: var(--wr-gold-deep); }
.party-addon--sage i { background: rgba(126, 144, 131, 0.2); color: var(--wr-sage-deep); }
.party-addon--blush i { background: rgba(201, 127, 114, 0.16); color: #C97F72; }
.party-addon--espresso i { background: rgba(59, 42, 30, 0.1); color: var(--wr-espresso); }

/* ==========================================================================
   CAFÉ
   ========================================================================== */
.cafe { padding-top: 50px; padding-bottom: 50px; }
.cafe__bg {
  position: absolute; inset: -8% -4%;
  background-size: cover; background-position: center;
  background-attachment: fixed;
}
@media (max-width: 767.98px) {
  /* background-attachment: fixed is unreliable on mobile browsers (iOS Safari especially). */
  .cafe__bg { background-attachment: scroll; }
}
.cafe__card {
  background: rgba(251, 248, 243, 0.94);
  backdrop-filter: blur(6px);
  border-radius: var(--wr-radius-lg);
  padding: 3rem 2.5rem;
  box-shadow: var(--wr-shadow-lift);
}
.cafe__menu { list-style: none; padding: 0; margin: 1.75rem 0 2rem; }
.cafe__menu li {
  padding: 0.6rem 0; border-bottom: 1px dashed rgba(59,42,30,0.15);
  display: flex; align-items: center; gap: 0.75rem; font-size: 0.96rem;
}
.cafe__menu li i { color: var(--wr-gold-deep); font-size: 1.1rem; }
.cafe__menu li:last-child { border-bottom: none; }

/* ==========================================================================
   WHY WOORAY
   ========================================================================== */
.why-wooray { background: var(--wr-cream-soft); }

.value-list { list-style: none; margin: 0; padding: 0; }
.value-list li {
  display: flex; gap: 1.5rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(59, 42, 30, 0.12);
}
.value-list li:last-child { border-bottom: 1px solid rgba(59, 42, 30, 0.12); }
.value-list__num {
  font-family: var(--wr-font-display);
  font-style: italic;
  font-size: 1.3rem;
  color: var(--wr-gold);
  flex: 0 0 auto;
  min-width: 2.2rem;
}
.value-list h3 { font-size: 1.15rem; margin-bottom: 0.5rem; }
.value-list p { font-size: 0.94rem; color: rgba(59,42,30,0.7); margin-bottom: 0; }

/* ==========================================================================
   GALLERY
   ========================================================================== */
.gallery-section { background: var(--wr-cream); }

.gallery-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem; margin-bottom: 2.5rem; }
.gallery-filter__btn {
  background: transparent; border: 1px solid rgba(59, 42, 30, 0.22);
  border-radius: 999px; padding: 0.55rem 1.3rem;
  font-family: var(--wr-font-body); font-size: 0.86rem; letter-spacing: 0.02em; color: var(--wr-espresso);
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.gallery-filter__btn:hover { border-color: var(--wr-gold); }
.gallery-filter__btn.active { background: var(--wr-espresso); border-color: var(--wr-espresso); color: var(--wr-cream); }

.masonry-gallery {
  columns: 4 220px;
  column-gap: 1rem;
}
.masonry-gallery__item {
  display: block; width: 100%; margin: 0 0 1rem; padding: 0; border: 0;
  background: none; break-inside: avoid; border-radius: var(--wr-radius-md);
  overflow: hidden; box-shadow: var(--wr-shadow-soft); cursor: pointer;
  position: relative;
}
.masonry-gallery__item img { width: 100%; height: auto; transition: transform 0.6s ease; }
.masonry-gallery__item::after {
  content: "\F52A"; font-family: "bootstrap-icons";
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: var(--wr-cream); font-size: 1.6rem;
  background: rgba(42,31,23,0.35); opacity: 0; transition: opacity 0.35s ease;
}
.masonry-gallery__item:hover::after { opacity: 1; }
.masonry-gallery__item:hover img { transform: scale(1.08); }

@media (max-width: 575.98px) {
  .masonry-gallery { columns: 2 140px; }
}

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(20, 14, 10, 0.94);
  display: flex; align-items: center; justify-content: center;
  padding: 2rem;
}
.lightbox[hidden] { display: none; }
.lightbox__img { max-width: 88vw; max-height: 80vh; border-radius: var(--wr-radius-sm); box-shadow: var(--wr-shadow-lift); }
.lightbox__caption { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); color: var(--wr-cream); font-size: 0.9rem; letter-spacing: 0.04em; }
.lightbox__close, .lightbox__nav {
  position: absolute; background: rgba(247,241,232,0.1); color: var(--wr-cream);
  border: 1px solid rgba(247,241,232,0.25); border-radius: 50%;
  width: 46px; height: 46px; display: flex; align-items: center; justify-content: center;
  transition: background-color 0.3s ease;
}
.lightbox__close:hover, .lightbox__nav:hover { background: var(--wr-gold); color: var(--wr-charcoal); }
.lightbox__close { top: 1.5rem; right: 1.5rem; }
.lightbox__nav--prev { left: 1.5rem; top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: 1.5rem; top: 50%; transform: translateY(-50%); }

/* ==========================================================================
   TESTIMONIALS — video grid
   ========================================================================== */
.testimonials { background: var(--wr-blush-soft); text-align: center; }

.video-testi-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.video-testi-slider__viewport {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.video-testi-slider__viewport::-webkit-scrollbar { display: none; }
.video-testi-slider__track {
  display: flex;
  gap: 1rem;
}
.video-testi__item {
  position: relative; display: block;
  flex: 0 0 calc((100% - 5 * 1rem) / 6);
  background: var(--wr-charcoal); border-radius: var(--wr-radius-md);
  overflow: hidden; box-shadow: var(--wr-shadow-soft);
  aspect-ratio: 9 / 16;
  scroll-snap-align: start;
  cursor: pointer;
}
.video-testi__item video { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.video-testi__play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 2.2rem; color: var(--wr-cream);
  background: rgba(42, 31, 23, 0.25);
  opacity: 0; transition: opacity 0.3s ease;
}
.video-testi__item:hover .video-testi__play,
.video-testi__item:focus-visible .video-testi__play { opacity: 1; }

/* Video lightbox */
.video-lightbox {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(20, 14, 10, 0.94);
  display: flex; align-items: center; justify-content: center;
  padding: 2rem;
}
.video-lightbox[hidden] { display: none; }
.video-lightbox__video { max-width: 90vw; max-height: 88vh; border-radius: var(--wr-radius-sm); box-shadow: var(--wr-shadow-lift); background: #000; }
.video-lightbox__close {
  position: absolute; top: 1.5rem; right: 1.5rem;
  background: rgba(247,241,232,0.1); color: var(--wr-cream);
  border: 1px solid rgba(247,241,232,0.25); border-radius: 50%;
  width: 46px; height: 46px; display: flex; align-items: center; justify-content: center;
  transition: background-color 0.3s ease;
}
.video-lightbox__close:hover { background: var(--wr-gold); color: var(--wr-charcoal); }

.video-testi-slider__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
.video-testi-slider__dot {
  width: 0.65rem; height: 0.65rem; padding: 0; border: 0; border-radius: 50%;
  background: rgba(42,31,23,0.25); cursor: pointer;
  transition: background-color 0.25s ease, transform 0.25s ease;
}
.video-testi-slider__dot:hover { background: rgba(42,31,23,0.5); }
.video-testi-slider__dot.is-active { background: var(--wr-charcoal); transform: scale(1.3); }

@media (max-width: 991.98px) {
  .video-testi__item { flex: 0 0 calc((100% - 2 * 1rem) / 3); }
}
@media (max-width: 575.98px) {
  .video-testi__item { flex: 0 0 calc((100% - 1rem) / 2); }
}

/* ==========================================================================
   WOORAY ACROSS INDIA — locations
   ========================================================================== */
.locations { background: var(--wr-cream-soft); }

.city-chip-list {
  list-style: none; margin: 0 auto; padding: 0; max-width: 880px;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 0.9rem;
}
.city-chip {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: transparent; border: 1px solid rgba(59,42,30,0.22);
  border-radius: 999px; padding: 0.6rem 1.3rem;
  font-size: 0.9rem; letter-spacing: 0.02em;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.city-chip:hover { border-color: var(--wr-gold); background: var(--wr-white); }
.city-chip i { color: var(--wr-gold-deep); }
.city-chip a { display: inline-flex; align-items: center; gap: 0.5rem; color: inherit; text-decoration: none; }
.city-chip--flagship a { color: var(--wr-cream); }
.city-chip--flagship { background: var(--wr-espresso); color: var(--wr-cream); border-color: var(--wr-espresso); }
.city-chip--flagship i { color: var(--wr-gold); }
.city-chip--flagship span {
  font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--wr-gold); color: var(--wr-charcoal);
  border-radius: 999px; padding: 0.15rem 0.55rem; margin-left: 0.2rem;
}
.city-chip--more { background: transparent; box-shadow: none; border-style: dashed; color: rgba(59,42,30,0.6); font-style: italic; }

/* ==========================================================================
   VISIT
   ========================================================================== */
.visit-info-list { list-style: none; padding: 0; margin: 2rem 0; }
.visit-info-list li { display: flex; gap: 1rem; padding: 0.9rem 0; border-bottom: 1px solid rgba(59,42,30,0.1); }
.visit-info-list li:last-child { border-bottom: none; }
.visit-info-list i { font-size: 1.2rem; color: var(--wr-gold-deep); margin-top: 0.2rem; }
.visit-info-list strong { display: block; font-size: 0.95rem; }
.visit-info-list span { font-size: 0.92rem; color: rgba(59,42,30,0.72); }

.visit-map {
  border-radius: var(--wr-radius-lg);
  overflow: hidden;
  box-shadow: var(--wr-shadow-soft);
  min-height: 380px;
  height: 100%;
}

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact-form .form-label { font-size: 0.85rem; letter-spacing: 0.03em; color: var(--wr-espresso); margin-bottom: 0.4rem; }
.contact-form .form-control, .contact-form .form-select {
  border: 1px solid rgba(59,42,30,0.18);
  border-radius: var(--wr-radius-sm);
  padding: 0.75rem 1rem;
  background: var(--wr-white);
}
.contact-form .form-control:focus, .contact-form .form-select:focus {
  border-color: var(--wr-gold);
  box-shadow: 0 0 0 0.2rem rgba(185, 149, 92, 0.2);
}
.alert-wooray-success {
  background: var(--wr-sage); color: var(--wr-white);
  border-radius: var(--wr-radius-sm); border: none; padding: 1rem 1.25rem;
}

.contact-side-card {
  background: var(--wr-white);
  border-radius: var(--wr-radius-lg);
  box-shadow: var(--wr-shadow-soft);
  padding: 2.5rem 2rem;
  text-align: center;
  position: relative;
}
.contact-side-card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--wr-blush-soft); color: var(--wr-gold-deep);
  font-size: 1.6rem; margin-bottom: 1.1rem;
}
.contact-side-card h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.contact-side-card__detail { margin-bottom: 0.5rem; font-size: 0.95rem; }
.contact-side-card__detail i { color: var(--wr-gold-deep); margin-right: 0.4rem; }
.contact-side-card__social { display: flex; justify-content: center; gap: 0.75rem; margin-top: 1.25rem; }
.contact-side-card__social a {
  width: 40px; height: 40px; border-radius: 50%; display: inline-flex;
  align-items: center; justify-content: center; background: var(--wr-blush-soft);
  color: var(--wr-espresso); transition: background-color 0.3s ease, color 0.3s ease;
}
.contact-side-card__social a:hover { background: var(--wr-espresso); color: var(--wr-cream); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: var(--wr-charcoal);
  color: rgba(247,241,232,0.75);
  padding: 5rem 0 0;
  position: relative;
  overflow: hidden;
}
.footer-logo img { height: 46px; width: auto; margin-bottom: 1rem; filter: brightness(1.05); background: var(--wr-cream); border-radius: 10px; padding: 6px 10px; }
.footer-tagline { font-style: italic; font-family: var(--wr-font-display); color: var(--wr-blush); margin-bottom: 0.75rem; }
.footer-desc { font-size: 0.92rem; line-height: 1.6; color: rgba(247,241,232,0.65); margin-bottom: 1.5rem; max-width: 320px; }
.footer-social { display: flex; gap: 0.75rem; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%; display: inline-flex;
  align-items: center; justify-content: center; border: 1px solid rgba(247,241,232,0.2);
  color: var(--wr-cream); transition: background-color 0.3s ease, border-color 0.3s ease;
}
.footer-social a:hover { background: var(--wr-gold); border-color: var(--wr-gold); color: var(--wr-charcoal); }

.footer-heading { color: var(--wr-cream); font-size: 0.95rem; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1.25rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.7rem; font-size: 0.92rem; }
.footer-links a { color: rgba(247,241,232,0.75); transition: color 0.3s ease; }
.footer-links a:hover { color: var(--wr-gold); }

.footer-bottom {
  margin-top: 4rem; padding: 1.75rem 0; border-top: 1px solid rgba(247,241,232,0.1);
  display: flex; flex-wrap: wrap; gap: 0.5rem 1.5rem; justify-content: space-between;
  font-size: 0.82rem; color: rgba(247,241,232,0.55);
  position: relative; z-index: 1;
}

/* ==========================================================================
   BACK TO TOP
   ========================================================================== */
.back-to-top {
  position: fixed; bottom: 1.75rem; right: 1.75rem; z-index: 900;
  width: 48px; height: 48px; border-radius: 50%; border: none;
  background: var(--wr-espresso); color: var(--wr-cream);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--wr-shadow-soft);
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease, background-color 0.3s ease;
}
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--wr-gold-deep); }

/* ==========================================================================
   INNER PAGES — page header banner, breadcrumb, and shared content
   components reused across About, Play Zone, Parties, Café, Gallery,
   Locations, Franchise and Contact.
   ========================================================================== */
.page-header {
  position: relative;
  padding: 9.5rem 0 4.25rem;
  overflow: hidden;
  background-color: #1c140d;
}
.page-header__bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
}
.page-header__scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 60% 55% at 68% 20%, rgba(185, 149, 92, 0.16) 0%, rgba(185, 149, 92, 0) 68%),
    linear-gradient(180deg, rgba(28, 20, 13, 0.6) 0%, rgba(28, 20, 13, 0.86) 100%);
}
.page-header .container { position: relative; z-index: 2; }
.page-header__title { color: var(--wr-cream); margin-bottom: 1rem; }
.page-header__lede { color: rgba(247, 241, 232, 0.82); max-width: 620px; margin-bottom: 0; }

.breadcrumb-wr {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.55rem;
  list-style: none; padding: 0; margin: 0 0 1.25rem;
  font-size: 0.82rem; letter-spacing: 0.03em; color: rgba(247, 241, 232, 0.65);
}
.breadcrumb-wr a { color: rgba(247, 241, 232, 0.9); transition: color 0.3s ease; }
.breadcrumb-wr a:hover { color: var(--wr-gold); }
.breadcrumb-wr .sep { opacity: 0.5; font-size: 0.7rem; }
.breadcrumb-wr .current { color: var(--wr-gold); }

/* Generic light-surface content card — feature/perk grids, safety points,
   franchise support pillars, café highlights, etc. */
.info-card {
  background: var(--wr-white);
  border-radius: var(--wr-radius-md);
  padding: 2.1rem 1.75rem;
  height: 100%;
  box-shadow: var(--wr-shadow-soft);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.info-card:hover { transform: translateY(-6px); box-shadow: var(--wr-shadow-lift); }
.info-card__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--wr-blush-soft); color: var(--wr-gold-deep);
  font-size: 1.35rem; margin-bottom: 1.1rem;
}
/* Optional accent colours — a grid of info-cards can give each one its
   own identity instead of a uniform icon treatment. */
.info-card__icon--gold { background: rgba(185, 149, 92, 0.18); color: var(--wr-gold-deep); }
.info-card__icon--sage { background: rgba(126, 144, 131, 0.2); color: var(--wr-sage-deep); }
.info-card__icon--blush { background: rgba(201, 127, 114, 0.16); color: #C97F72; }
.info-card__icon--espresso { background: rgba(59, 42, 30, 0.1); color: var(--wr-espresso); }
.info-card h3 { font-size: 1.08rem; margin-bottom: 0.55rem; }
.info-card p { font-size: 0.92rem; color: rgba(59, 42, 30, 0.72); margin-bottom: 0; }

/* Vertical numbered timeline — About page milestones, Franchise process */
.timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.timeline::before {
  content: ""; position: absolute; left: 19px; top: 6px; bottom: 6px; width: 1px;
  background: rgba(59, 42, 30, 0.15);
}
.timeline li { position: relative; padding-left: 56px; padding-bottom: 2.5rem; }
.timeline li:last-child { padding-bottom: 0; }
.timeline__dot {
  position: absolute; left: 0; top: 0; width: 40px; height: 40px; border-radius: 50%;
  background: var(--wr-cream-soft); border: 1px solid var(--wr-gold);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--wr-font-display); font-style: italic; color: var(--wr-gold-deep); font-size: 0.85rem;
  flex-shrink: 0;
}
.timeline__dot i { font-size: 1.05rem; font-style: normal; }
.timeline h3 { font-size: 1.1rem; margin-bottom: 0.4rem; }
.timeline p { font-size: 0.92rem; color: rgba(59, 42, 30, 0.7); margin-bottom: 0; }

/* Small framed photo tucked beside the Our Journey intro copy — the
   timeline itself is text-only, so this gives that half of the section
   a visual anchor instead of two columns of pure type. */
.journey-photo {
  margin-top: 2rem; max-width: 280px;
  border-radius: var(--wr-radius-md); overflow: hidden;
  box-shadow: var(--wr-shadow-lift);
  transform: rotate(-2deg);
}
.journey-photo img { width: 100%; height: 100%; object-fit: cover; }

/* Founder / team feature card */
.founder-card {
  display: flex; gap: 2rem; align-items: center;
  background: var(--wr-white); border-radius: var(--wr-radius-lg);
  box-shadow: var(--wr-shadow-soft); padding: 2.5rem;
}
.founder-card img {
  width: 150px; height: 150px; border-radius: 50%; object-fit: cover;
  flex-shrink: 0; box-shadow: var(--wr-shadow-lift);
}
.founder-card .role {
  display: block; color: var(--wr-gold-deep); font-size: 0.8rem;
  letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.75rem;
}
.founder-card h3 { margin-bottom: 0.2rem; }
.founder-card p { font-size: 0.94rem; color: rgba(59, 42, 30, 0.72); margin-bottom: 0; }
@media (max-width: 575.98px) {
  .founder-card { flex-direction: column; text-align: center; padding: 2rem 1.5rem; }
}

/* ==========================================================================
   FOUNDER'S STORY (About page) — asymmetric photo collage + narrative
   ========================================================================== */
.founder-story {
  background: linear-gradient(165deg, var(--wr-blush-soft) 0%, var(--wr-cream) 55%, var(--wr-cream-soft) 100%);
  position: relative; overflow: hidden;
}
.founder-story__media {
  position: relative;
  max-width: 420px; margin: 0 auto 1rem;
  padding: 0 0 3rem 2rem;
}
.founder-story__portrait {
  border-radius: 200px 200px var(--wr-radius-lg) var(--wr-radius-lg);
  overflow: hidden; box-shadow: var(--wr-shadow-lift);
  aspect-ratio: 4 / 5;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.founder-story__media:hover .founder-story__portrait { transform: rotate(-1.5deg) scale(1.015); }
.founder-story__portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder-story__accent {
  position: absolute; left: 0; bottom: 0;
  width: 42%; aspect-ratio: 1 / 1;
  border-radius: var(--wr-radius-md); overflow: hidden;
  border: 6px solid var(--wr-white); box-shadow: var(--wr-shadow-lift);
  transform: rotate(-6deg);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.founder-story__media:hover .founder-story__accent { transform: rotate(-10deg) scale(1.05); }
.founder-story__accent img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder-story__signature {
  font-family: var(--wr-font-display); font-style: italic; font-size: 1.3rem;
  color: var(--wr-espresso); margin: 1.25rem 0 0;
}
.founder-story__signature span { display: block; font-family: var(--wr-font-body); font-style: normal; font-size: 0.75rem; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(59,42,30,0.55); margin-top: 0.3rem; }
.founder-story .section-lede::first-letter {
  font-family: var(--wr-font-display); font-weight: 700;
  font-size: 3.6rem; line-height: 0.75;
  color: var(--wr-gold-deep);
  float: left; padding-right: 0.4rem; margin-top: 0.15rem;
}
.founder-story__quote {
  position: relative;
  font-family: var(--wr-font-display); font-style: italic; font-weight: 500;
  font-size: clamp(1.3rem, 2.2vw, 1.65rem); line-height: 1.4;
  color: var(--wr-espresso);
  margin: 2rem 0; padding-left: 2.25rem;
  border-left: 3px solid var(--wr-gold);
}
.founder-story__quote::before {
  content: "\201C"; position: absolute; left: -0.15rem; top: -1.1rem;
  font-family: var(--wr-font-display); font-size: 4rem; color: var(--wr-gold);
  line-height: 1; opacity: 0.55;
}
@media (max-width: 575.98px) {
  .founder-story__media { padding-left: 1.25rem; max-width: 300px; }
}

/* Location / franchise destination card */
.location-card {
  background: var(--wr-white); border-radius: var(--wr-radius-lg);
  overflow: hidden; box-shadow: var(--wr-shadow-soft); height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.location-card:hover { transform: translateY(-6px); box-shadow: var(--wr-shadow-lift); }
.location-card__img { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.location-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.location-card:hover .location-card__img img { transform: scale(1.06); }
.location-card__badge {
  position: absolute; top: 1rem; left: 1rem; z-index: 2;
  background: var(--wr-gold); color: var(--wr-charcoal);
  font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.32rem 0.8rem; border-radius: 999px; font-weight: 600;
}
.location-card__badge--soon { background: var(--wr-sage); color: var(--wr-white); }
.location-card__body { padding: 1.75rem; }
.location-card__body h3 { font-size: 1.18rem; margin-bottom: 0.6rem; }
.location-card__body ul { list-style: none; padding: 0; margin: 0 0 1.25rem; }
.location-card__body li {
  display: flex; gap: 0.6rem; font-size: 0.87rem; color: rgba(59, 42, 30, 0.72); padding: 0.25rem 0;
}
.location-card__body li i { color: var(--wr-gold-deep); margin-top: 0.15rem; flex-shrink: 0; }

/* Café menu categories */
.menu-list { list-style: none; padding: 0; margin: 0; }
.menu-list li {
  display: flex; align-items: baseline; gap: 0.75rem;
  padding: 0.75rem 0; border-bottom: 1px dashed rgba(59, 42, 30, 0.15);
  font-size: 0.96rem;
}
.menu-list li:last-child { border-bottom: none; }
.menu-list i { color: var(--wr-gold-deep); font-size: 1.05rem; }

/* Accordion (FAQs) restyled to the Wooray palette */
.wr-accordion .accordion-item { background: transparent; border: none; border-bottom: 1px solid rgba(59, 42, 30, 0.12); border-radius: 0; }
.wr-accordion .accordion-item:first-child { border-top: 1px solid rgba(59, 42, 30, 0.12); }
.wr-accordion .accordion-button {
  font-family: var(--wr-font-display); font-weight: 600; font-size: 1.05rem;
  color: var(--wr-espresso); background: transparent; box-shadow: none; padding: 1.35rem 0;
}
.wr-accordion .accordion-button:not(.collapsed) { color: var(--wr-gold-deep); }
.wr-accordion .accordion-button:focus { box-shadow: none; }
.wr-accordion .accordion-button::after { filter: none; }
.wr-accordion .accordion-body { padding: 0 0 1.5rem; color: rgba(59, 42, 30, 0.72); font-size: 0.94rem; }

/* Simple stat/number block — reused on Franchise & Locations pages */
.stat-block { text-align: center; }
.stat-block__num { display: block; font-family: var(--wr-font-display); font-size: 2.4rem; color: var(--wr-gold-deep); font-weight: 600; }
.stat-block__label { display: block; font-size: 0.82rem; letter-spacing: 0.03em; color: rgba(59, 42, 30, 0.65); margin-top: 0.3rem; }
.stat-block--light .stat-block__num { color: var(--wr-gold); }
.stat-block--light .stat-block__label { color: rgba(247, 241, 232, 0.75); }

/* CTA banner strip — used to close out inner pages with a final call to action */
.cta-band {
  position: relative; overflow: hidden;
  background: var(--wr-espresso); color: var(--wr-cream);
  border-radius: var(--wr-radius-lg);
  padding: 3.5rem 2.5rem;
  text-align: center;
}
.cta-band h2 { color: var(--wr-cream); margin-bottom: 0.75rem; }
.cta-band p { color: rgba(247, 241, 232, 0.8); max-width: 560px; margin: 0 auto 1.75rem; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

@media (max-width: 767.98px) {
  .page-header { padding: 7.5rem 0 3rem; }
}

/* ==========================================================================
   RESPONSIVE ADJUSTMENTS
   ========================================================================== */
@media (max-width: 991.98px) {
  .stack-wrap { margin-bottom: 2.5rem; }
  .cafe { min-height: auto; }
  .cafe__card { padding: 2.2rem 1.6rem; }
}

@media (max-width: 767.98px) {
  .hero__mascot-frame { max-width: 260px; margin: 0 auto; }
  /* Keep Book a Party / Explore Wooray side by side on phones instead of
     stacking or overflowing the screen edges. */
  .hero__cta-group { flex-wrap: nowrap; gap: 0.6rem; }
  .hero__cta-group .btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.65rem 0.9rem;
    font-size: 0.88rem;
    text-align: center;
    white-space: nowrap;
  }

  /* .hero__scroll-cue is absolutely positioned against the whole hero
     section, but on mobile the section's height hugs its content (no
     min-height:100vh below 768px) — so a fixed "bottom: 2.2rem" placement
     ends up overlapping the CTA buttons instead of sitting below them.
     Drop it into normal flow, stacked under the content, with real
     spacing instead. */
  .hero { flex-direction: column; }
  .hero__scroll-cue {
    position: relative;
    display: block;
    align-self: center;
    margin: 1.75rem auto 0;
    left: auto; bottom: auto; transform: none;
  }
}

/* Disable heavy parallax + reduce shape decor on small screens for performance */
@media (max-width: 767.98px) {
  .about__shape { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__scroll-cue span { animation: none; }
  .preloader__mark { animation: none; }
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
