/* ==========================================================================
   Белгосцирк (Belarusian State Circus) — Imperial Gold Edition
   Master Design System & CSS v5.0 (Primary: Imperial Gold · Accent: Emerald Velvet)
   Crafted to Senior UI/UX Specialist Standards & Awwwards Luxury Excellence
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Design Tokens & CSS Variables
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   1. Design Tokens & CSS Variables (Triad: Deep Emerald · Imperial Gold · Crisp White)
   -------------------------------------------------------------------------- */
:root {
  /* 1. Deep Emerald Velvet Palette (Primary Theatrical Canvas) */
  --emerald-base: #061A17;
  --emerald-deep: #031210;
  --emerald-surface: #0A2621;
  --emerald-card: #0E352E;
  --emerald-card-hover: #13453C;
  --emerald-velvet: #0B3D2E;
  --emerald-bright: #1AB083;
  --emerald-mint: #34D399;
  --emerald-glow: rgba(26, 176, 131, 0.35);

  /* 2. Imperial & Champagne Gold Palette (Prestige, Borders & CTA) */
  --gold-imperial: #D4AF37;
  --gold-champagne: #F3E5AB;
  --gold-light: #FFF4D0;
  --gold-bright: #FFD700;
  --gold-antique: #AA7A1E;
  --gold-deep: #7D5712;
  --gold-accent: #E5C158;

  /* 3. Crisp White & High-Contrast Typography */
  --text-white: #FFFFFF;
  --text-primary: #F8F9FA;
  --text-ivory: #FDFBF7;
  --text-gold-light: #F8E8C2;
  --text-muted: #D1DDD7;
  --text-dim: #9EB2A9;
  --accent-burgundy: #6E1720;

  /* Background & Canvas Hierarchy */
  --bg-ink: #061A17;
  --bg-deep-gold: #061A17;
  --bg-stage-gold: #0A2621;
  --bg-velvet-gold: #0E352E;
  --bg-velvet-emerald: #0B3D2E;

  /* Transparency & Glass Surfaces */
  --border-gold: rgba(212, 175, 55, 0.45);
  --border-gold-subtle: rgba(212, 175, 55, 0.22);
  --border-gold-bright: rgba(255, 244, 208, 0.85);
  --border-emerald: rgba(26, 176, 131, 0.35);
  
  --surface-glass: rgba(6, 26, 23, 0.88);
  --surface-card: rgba(10, 38, 33, 0.85);
  --surface-card-hover: rgba(14, 53, 46, 0.95);
  --surface-emerald-card: rgba(11, 43, 38, 0.9);
  --surface-overlay: rgba(3, 18, 16, 0.92);

  /* Elevation & Shadows */
  --shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.5);
  --shadow-deep: 0 24px 70px rgba(0, 0, 0, 0.85);
  --shadow-gold-glow: 0 0 35px rgba(212, 175, 55, 0.35);
  --shadow-gold-heavy: 0 10px 40px rgba(212, 175, 55, 0.4);
  --shadow-emerald-glow: 0 0 35px rgba(26, 176, 131, 0.3);

  /* Gradients */
  --gradient-gold-cta: linear-gradient(135deg, #FFF6DA 0%, #E5C158 35%, #D4AF37 70%, #AA7A1E 100%);
  --gradient-gold-hover: linear-gradient(135deg, #FFFFFF 0%, #FFF0C2 30%, #E5C158 70%, #C4972A 100%);
  --gradient-gold-card: linear-gradient(145deg, rgba(14, 53, 46, 0.85) 0%, rgba(6, 26, 23, 0.95) 100%);
  --gradient-emerald-velvet: linear-gradient(135deg, #0D4434 0%, #05221B 100%);
  --gradient-gold-shimmer: linear-gradient(105deg, #AA7A1E 0%, #FFF4D0 25%, #D4AF37 50%, #FFF4D0 75%, #AA7A1E 100%);

  /* Geometry & Layout */
  --radius-architectural: 24px;
  --radius-functional: 18px;
  --radius-pill: 9999px;
  --container-max: 1440px;
  --space-section: clamp(80px, 6.5vw, 128px);

  /* Typography */
  --font-display: 'Prata', 'Cormorant Garamond', Georgia, serif;
  --font-ui: 'Manrope', 'Golos Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-normal: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-slow: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* --------------------------------------------------------------------------
   7b. About / More Than Circus — editorial heritage module
   -------------------------------------------------------------------------- */
.about-intro {
  display: grid;
  grid-template-columns: minmax(280px, .84fr) minmax(420px, 1.16fr);
  gap: clamp(42px, 8vw, 128px);
  align-items: center;
  margin-bottom: clamp(64px, 9vw, 120px);
}

.about-copy { max-width: 530px; }
.about-copy .fc-badge-tag { display: inline-flex; margin-bottom: 22px; }
.about-headline { font-size: clamp(56px, 7vw, 100px); line-height: .88; letter-spacing: -.055em; margin-bottom: 30px; }
.about-headline em { color: var(--gold-champagne); font-weight: 400; }
.about-desc { max-width: 490px; font-size: 17px; line-height: 1.7; margin-bottom: 34px; }
.about-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.about-action-primary { display: inline-flex; align-items: center; gap: 24px; min-height: 52px; padding: 6px 8px 6px 22px; text-decoration: none; }
.about-tour-link { display: inline-flex; align-items: center; gap: 10px; color: var(--text-primary); font-size: 14px; font-weight: 700; text-decoration: none; letter-spacing: .03em; transition: color var(--transition-fast), transform var(--transition-fast); }
.about-tour-link:hover { color: var(--gold-champagne); transform: translateX(3px); }
.tour-play { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid var(--gold-champagne); border-radius: 50%; color: var(--gold-champagne); font-size: 13px; padding-left: 2px; }

.about-photo-orbit { position: relative; min-height: 500px; }
.about-photo { position: absolute; margin: 0; overflow: hidden; border: 1px solid rgba(212, 175, 55, .55); box-shadow: 0 22px 50px rgba(0,0,0,.35); }
.about-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.16,1,.3,1); }
.about-photo:hover img { transform: scale(1.05); }
.about-photo-main { inset: 14px 18px 50px 72px; clip-path: polygon(0 0, 100% 0, 100% 88%, 86% 100%, 0 100%); }
.about-photo-main::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(4,31,26,.05), rgba(4,31,26,.6)); pointer-events: none; }
.about-photo-main figcaption { position: absolute; z-index: 1; left: 22px; bottom: 19px; color: #fff5d5; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.about-photo-small { right: -4px; bottom: 0; width: 190px; height: 155px; transform: rotate(4deg); }
.about-photo-small span { position: absolute; left: 13px; bottom: 11px; color: #fff5d5; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.about-photo-seal { position: absolute; left: 0; top: 42%; display: grid; place-items: center; width: 108px; height: 108px; border-radius: 50%; background: var(--emerald-velvet); border: 1px solid var(--gold-champagne); box-shadow: 0 0 0 8px rgba(5,31,26,.72), 0 0 0 9px rgba(212,175,55,.35); color: var(--gold-champagne); transform: rotate(-12deg); }
.about-photo-seal span { font-family: var(--font-display); font-size: 28px; line-height: 1; }
.about-photo-seal small { text-align: center; font-size: 13px; line-height: 1.4; letter-spacing: .16em; }

.about-facts-layout { display: grid; grid-template-columns: minmax(190px, .7fr) 1.8fr; gap: clamp(32px, 7vw, 100px); padding: 32px 0 36px; border-top: 1px solid var(--border-gold-subtle); border-bottom: 1px solid var(--border-gold-subtle); }
.about-facts-kicker { display: block; margin-bottom: 14px; color: var(--gold-champagne); font-size: 13px; font-weight: 800; letter-spacing: .22em; }
.about-facts-intro p { max-width: 230px; margin: 0 0 26px; color: var(--text-muted); font-size: 14px; line-height: 1.55; }
.about-text-link { color: var(--text-primary); font-size: 13px; font-weight: 800; letter-spacing: .04em; text-decoration: none; }
.about-text-link span { color: var(--gold-champagne); font-size: 16px; margin-left: 5px; }
.about-text-link:hover { color: var(--gold-champagne); }
.about-facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.about-fact { min-height: 94px; padding: 2px 20px 14px; border-left: 1px solid var(--border-gold-subtle); }
.about-fact strong { display: block; margin-bottom: 11px; color: var(--gold-champagne); font-family: var(--font-display); font-size: clamp(28px, 3vw, 44px); font-weight: 400; line-height: 1; }
.about-fact span { color: var(--text-muted); font-size: 13px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.about-fact-wide { grid-column: span 2; border-top: 1px solid var(--border-gold-subtle); padding-top: 20px; margin-top: 16px; }

.about-gallery-strip { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 12px; align-items: stretch; margin-top: 48px; }
.about-gallery-strip img { width: 100%; height: 130px; object-fit: cover; filter: saturate(.78); transition: filter var(--transition-fast), transform var(--transition-fast); }
.about-gallery-strip img:hover { filter: saturate(1); transform: translateY(-4px); }
.about-gallery-label { display: flex; flex-direction: column; justify-content: space-between; padding: 17px 18px; border: 1px solid var(--border-gold-subtle); color: var(--text-primary); text-decoration: none; }
.about-gallery-label span { font-family: var(--font-display); font-size: 25px; line-height: 1.05; }
.about-gallery-label small { color: var(--gold-champagne); font-size: 13px; font-weight: 800; letter-spacing: .16em; }

@media (max-width: 900px) {
  .about-intro { grid-template-columns: 1fr; gap: 35px; }
  .about-copy { max-width: 680px; }
  .about-photo-orbit { min-height: 430px; max-width: 650px; }
  .about-facts-layout { grid-template-columns: 1fr; }
  .about-facts-intro p { max-width: 460px; }
}

@media (max-width: 600px) {
  .about-headline { font-size: clamp(54px, 17vw, 76px); }
  .about-desc { font-size: 15px; }
  .about-photo-orbit { min-height: 330px; }
  .about-photo-main { inset: 8px 24px 40px 38px; }
  .about-photo-small { width: 135px; height: 112px; }
  .about-photo-seal { width: 74px; height: 74px; left: -4px; top: 43%; box-shadow: 0 0 0 5px rgba(5,31,26,.72), 0 0 0 6px rgba(212,175,55,.35); }
  .about-photo-seal span { font-size: 19px; }
  .about-photo-seal small { font-size: 13px; }
  .about-facts-grid { grid-template-columns: repeat(2, 1fr); }
  .about-fact { padding-left: 14px; }
  .about-fact-wide { grid-column: span 2; }
  .about-gallery-strip { grid-template-columns: 1fr 1fr; }
  .about-gallery-label { grid-column: span 2; min-height: 120px; }
}

/* High Contrast Accessibility Mode Overrides */
body.high-contrast {
  --bg-ink: #000000;
  --bg-deep-gold: #000000;
  --bg-stage-gold: #051410;
  --text-primary: #ffffff;
  --text-muted: #f0e6d2;
  --gold-champagne: #ffe082;
  --border-gold: rgba(255, 224, 130, 0.95);
}

/* Reduced Motion Override */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* --------------------------------------------------------------------------
   2. Base Reset & Typography
   -------------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  background-color: var(--bg-ink);
  color: var(--text-primary);
  font-family: var(--font-ui);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  background: linear-gradient(135deg, #031210 0%, #061A17 50%, #0A2621 100%);
  background-attachment: fixed;
  line-height: 1.6;
  min-height: 100vh;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--gold-champagne);
  outline-offset: 3px;
}

::selection {
  background: var(--gold-imperial);
  color: var(--bg-ink);
}

/* Custom Gold Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--bg-ink);
}
::-webkit-scrollbar-thumb {
  background: var(--gold-antique);
  border-radius: 16px;
  border: 2px solid var(--bg-ink);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--gold-imperial);
}

/* Layout Utilities */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 48px);
  padding-right: clamp(20px, 4vw, 48px);
}

.section-padding {
  padding-top: var(--space-section);
  padding-bottom: var(--space-section);
}

/* Golden Gradient Text Effect */
.gold-text-gradient {
  background: linear-gradient(105deg, var(--gold-antique) 0%, var(--gold-champagne) 40%, #E5C158 70%, var(--gold-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gold-text-shimmer {
  background: var(--gradient-gold-shimmer);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldShine 8s linear infinite;
}

@keyframes goldShine {
  to {
    background-position: 200% center;
  }
}

/* Section Header Shared Styles */
.section-title-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(32px, 5vw, 56px);
  gap: 20px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.2vw, 46px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--gold-champagne);
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.section-subhead {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-accent);
  margin-bottom: 8px;
}

.section-link {
  font-size: 15px;
  font-weight: 600;
  color: var(--gold-champagne);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform var(--transition-fast), color var(--transition-fast);
}

.section-link:hover {
  color: var(--gold-light);
  transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   3. Buttons System (Primary: Luminous Gold · Secondary: Velvet Emerald)
   -------------------------------------------------------------------------- */
.btn-primary {
  position: relative;
  background: var(--gradient-gold-cta);
  color: #081412;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  padding: 13px 22px;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.4), 0 0 0 1px rgba(255, 244, 208, 0.6) inset;
  transition: all var(--transition-normal);
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -120%;
  width: 80%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.65), transparent);
  transform: rotate(25deg);
  transition: left 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.btn-primary:hover::before {
  left: 140%;
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 30px rgba(212, 175, 55, 0.65), 0 0 25px rgba(255, 244, 208, 0.5);
  background: var(--gradient-gold-hover);
  color: #04100E;
}

.btn-primary:active {
  transform: translateY(0) scale(0.98);
}

/* Embedded Price Badge */
.btn-price-pill {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  background: rgba(6, 26, 23, 0.9);
  color: var(--gold-champagne);
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.5);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

/* Secondary Button: Rich Emerald Velvet */
.btn-secondary {
  background: var(--gradient-emerald-velvet);
  color: var(--gold-champagne);
  border: 1px solid var(--border-gold);
  font-weight: 600;
  font-size: 15px;
  padding: 13px 24px;
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.4);
  transition: all var(--transition-fast);
  text-decoration: none;
  cursor: pointer;
}

.btn-secondary:hover {
  background: linear-gradient(135deg, #135E47 0%, #083327 100%);
  border-color: var(--gold-champagne);
  color: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(26, 176, 131, 0.35);
}

.btn-secondary:active {
  transform: translateY(0);
}

/* --------------------------------------------------------------------------
   4. Header & Navigation Component
   -------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 88px;
  display: flex;
  align-items: center;
  transition: background-color var(--transition-normal), backdrop-filter var(--transition-normal), border-bottom-color var(--transition-normal), height var(--transition-normal);
  border-bottom: 1px solid transparent;
}

.site-header.scrolled {
  background-color: var(--surface-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--border-gold-subtle);
  height: 76px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.logo-crest-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 2px 12px rgba(212, 175, 55, 0.55));
  mix-blend-mode: screen;
  transition: transform var(--transition-fast), filter var(--transition-fast);
}

.brand-logo:hover .logo-crest-img {
  transform: scale(1.08) rotate(2deg);
  filter: drop-shadow(0 4px 18px rgba(255, 244, 208, 0.8));
}

.logo-text-group {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-family: var(--font-display);
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1.1;
  color: var(--gold-champagne);
}

.brand-subtitle {
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-link {
  font-size: 15px;
  font-weight: 500;
  color: var(--text-primary);
  position: relative;
  padding: 6px 0;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold-champagne);
  transition: width var(--transition-normal);
  border-radius: 16px;
}

.nav-link:hover {
  color: var(--gold-champagne);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.lang-switcher, .lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  background: rgba(31, 24, 14, 0.7);
  border: 1px solid var(--border-gold-subtle);
  padding: 5px 12px;
  border-radius: var(--radius-pill);
}

.lang-btn {
  color: var(--text-muted);
  transition: color var(--transition-fast);
  padding: 2px 4px;
}

.lang-btn.active, .lang-btn:hover {
  color: var(--gold-champagne);
  font-weight: 700;
}

.access-btn, .icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-gold-subtle);
  background: rgba(31, 24, 14, 0.6);
  color: var(--gold-champagne);
  transition: all var(--transition-fast);
}

.access-btn:hover, .icon-btn:hover {
  border-color: var(--gold-champagne);
  color: var(--gold-light);
  background: rgba(45, 35, 20, 0.8);
  transform: scale(1.05);
}

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 20px;
  z-index: 120;
}

.mobile-menu-btn span {
  height: 2px;
  width: 100%;
  background: var(--gold-champagne);
  border-radius: 16px;
  transition: transform var(--transition-normal), opacity var(--transition-normal);
}

/* --------------------------------------------------------------------------
   5. Hero 3D Carousel Stage Section (Imperial Gold Ambience)
   -------------------------------------------------------------------------- */
.hero-carousel-section {
  position: relative;
  min-height: 960px;
  height: auto;
  display: flex;
  align-items: center;
  padding-top: 104px;
  padding-bottom: 54px;
  overflow: hidden;
}

.hero-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero-ambient-glow {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 950px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.38) 0%, rgba(11, 61, 46, 0.28) 45%, rgba(10, 8, 5, 0) 70%);
  filter: blur(85px);
  opacity: 0.75;
  transition: background 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s ease;
}

.hero-facade-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-size: cover;
  background-position: center right;
  opacity: 0.18;
  filter: saturate(1.2) contrast(1.2);
  mask-image: linear-gradient(to right, transparent 0%, black 50%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 50%);
}

#heroSparkleCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.hero-bottom-vignette {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background: linear-gradient(to top, var(--bg-ink) 0%, transparent 100%);
  z-index: 3;
}

.hero-carousel-container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.hero-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  z-index: 10;
}

.hero-brand-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(31, 24, 14, 0.8);
  border: 1px solid var(--border-gold);
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.hero-live-indicator {
  width: 8px;
  height: 8px;
  background: var(--gold-bright);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--gold-bright);
  animation: pulseDot 2s infinite ease-in-out;
}

@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.6; }
}

.hero-brand-text {
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold-champagne);
}

.hero-counter-display {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--gold-champagne);
  font-weight: 400;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.hero-active-num {
  font-size: 28px;
  font-weight: 700;
  color: var(--gold-light);
}

.hero-counter-slash {
  color: var(--gold-antique);
  font-size: 18px;
  opacity: 0.6;
}

.hero-total-count {
  font-size: 15px;
  color: var(--text-muted);
}

/* 3D Carousel Track & Cards */
.hero-carousel-viewport {
  position: relative;
  width: 100%;
  height: 410px;
  perspective: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(52px, 6vw, 76px);
  z-index: 10;
  overflow: visible;
}

.hero-carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
}

.hero-carousel-card {
  position: absolute;
  width: 290px;
  height: 390px;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.7s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.7s ease, border-color 0.7s ease;
  box-shadow: 0 20px 50px rgba(0,0,0,0.85);
  border: 1px solid var(--border-gold-subtle);
  background: var(--bg-deep-gold);
}

.hero-carousel-card[data-offset="0"] {
  transform: translate3d(0, 0, 80px) scale(1.06);
  z-index: 20;
  opacity: 1;
  border-color: var(--gold-champagne);
  box-shadow: 0 30px 80px rgba(0,0,0,0.9), 0 0 45px var(--card-glow, rgba(212,175,55,0.45));
  filter: brightness(1);
}

.hero-carousel-card[data-offset="-1"] {
  transform: translate3d(-270px, 0, -40px) rotateY(16deg) scale(0.88);
  z-index: 10;
  opacity: 0.65;
  filter: brightness(0.7);
}

.hero-carousel-card[data-offset="1"] {
  transform: translate3d(270px, 0, -40px) rotateY(-16deg) scale(0.88);
  z-index: 10;
  opacity: 0.65;
  filter: brightness(0.7);
}

.hero-carousel-card[data-offset="-2"] {
  transform: translate3d(-490px, 0, -140px) rotateY(26deg) scale(0.74);
  z-index: 5;
  opacity: 0.3;
  filter: brightness(0.45);
}

.hero-carousel-card[data-offset="2"] {
  transform: translate3d(490px, 0, -140px) rotateY(-26deg) scale(0.74);
  z-index: 5;
  opacity: 0.3;
  filter: brightness(0.45);
}

.hero-carousel-card[data-offset^="3"],
.hero-carousel-card[data-offset^="-3"],
.hero-carousel-card[data-offset^="4"],
.hero-carousel-card[data-offset^="-4"] {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, -300px) scale(0.5);
}

.hero-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.hero-carousel-card:hover .hero-card-img {
  transform: scale(1.04);
}

.hero-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,8,5,0.95) 0%, rgba(31,24,14,0.4) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
}

.hero-card-tag {
  align-self: flex-start;
  font-size: 13px;
  font-weight: 700;
  color: #120E05;
  background: var(--card-accent, var(--gold-champagne));
  padding: 4px 10px;
  border-radius: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-card-title-preview {
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--text-primary);
  line-height: 1.15;
}

/* Spotlight Panel below Carousel */
.hero-spotlight-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  gap: 40px;
  z-index: 15;
  position: relative;
  background: var(--surface-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-functional);
  padding: 28px 38px;
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow-deep), var(--shadow-gold-glow);
}

.hero-credit-line {
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-accent);
  font-weight: 700;
  margin-bottom: 8px;
}

.hero-show-title {
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  font-weight: 400;
  color: var(--text-primary);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.hero-title-accent {
  background: var(--gradient-gold-cta);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-program-desc {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 580px;
  margin-bottom: 14px;
}

.hero-program-acts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

/* Act Chips: Emerald Velvet with Gold Border */
.hero-act-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--emerald-velvet);
  border: 1px solid var(--border-gold-subtle);
  color: var(--gold-champagne);
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  transition: all var(--transition-fast);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-act-chip:hover {
  background: #115944;
  border-color: var(--gold-champagne);
  color: var(--gold-light);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(26, 176, 131, 0.3);
}

.hero-meta-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-meta-badge {
  padding: 6px 14px;
  background: rgba(45, 35, 20, 0.85);
  border: 1px solid var(--border-gold-subtle);
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  color: var(--gold-champagne);
  letter-spacing: 0.05em;
}

.hero-spotlight-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.hero-dots-indicator {
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.25);
  border: 1px solid transparent;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.hero-dot.active {
  background: var(--gold-champagne);
  transform: scale(1.3);
  box-shadow: 0 0 10px var(--gold-champagne);
}

.hero-spotlight-actions {
  display: flex;
  gap: 12px;
}

.hero-nav-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--border-gold);
  background: rgba(31, 24, 14, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-champagne);
  transition: all var(--transition-fast);
}

.hero-nav-btn:hover {
  background: var(--gold-champagne);
  color: var(--bg-ink);
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
}

.hero-cta-btn {
  padding: 14px 28px;
}

/* --------------------------------------------------------------------------
   6. Upcoming Shows & Date Picker Sidebar
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   6. Interactive Event Calendar & Schedule System
   -------------------------------------------------------------------------- */
.calendar-schedule-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 32px;
  align-items: start;
}

/* Main Calendar Month Card */
.calendar-month-card {
  background: var(--surface-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-functional);
  padding: 28px;
  box-shadow: var(--shadow-deep);
  backdrop-filter: blur(16px);
}

.calendar-top-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 16px;
  flex-wrap: wrap;
}

.calendar-month-title {
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--gold-champagne);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.calendar-month-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.calendar-nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(31, 24, 14, 0.9);
  border: 1px solid var(--border-gold-subtle);
  color: var(--gold-champagne);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.calendar-nav-btn:hover {
  background: var(--gradient-gold-cta);
  color: #120E05;
  border-color: var(--gold-champagne);
  transform: scale(1.05);
}

/* Quick Month Pills */
.calendar-month-pills {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.calendar-month-pill {
  padding: 6px 14px;
  background: rgba(20, 16, 9, 0.7);
  border: 1px solid var(--border-gold-subtle);
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.calendar-month-pill:hover, .calendar-month-pill.active {
  background: var(--emerald-velvet);
  color: var(--gold-champagne);
  border-color: var(--gold-champagne);
}

/* Weekday Columns */
.calendar-weekdays-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-gold-subtle);
}

.calendar-weekday-col {
  font-size: 13px;
  font-weight: 700;
  color: var(--gold-accent);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.calendar-weekday-col.weekend {
  color: var(--gold-champagne);
}

/* Days Grid */
.calendar-days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.calendar-day-cell {
  min-height: 64px;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.12);
  background: rgba(20, 16, 9, 0.6);
  padding: 8px 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: all var(--transition-fast);
  user-select: none;
}

.calendar-day-cell.other-month {
  opacity: 0.25;
  border-color: transparent;
  pointer-events: none;
}

.calendar-day-cell.has-event {
  cursor: pointer;
  background: rgba(31, 24, 14, 0.95);
  border-color: rgba(212, 175, 55, 0.35);
}

.calendar-day-cell.has-event:hover {
  border-color: var(--gold-champagne);
  background: rgba(45, 35, 20, 1);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(212, 175, 55, 0.25);
}

.calendar-day-cell.selected {
  border-color: var(--gold-champagne);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.25) 0%, rgba(11, 61, 46, 0.35) 100%);
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.5);
}

.calendar-day-num {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-primary);
}

.calendar-day-cell.has-event .calendar-day-num {
  color: var(--gold-champagne);
}

.calendar-event-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  width: 100%;
}

.calendar-time-chip {
  font-size: 13px;
  font-weight: 700;
  padding: 2px 4px;
  border-radius: 16px;
  background: var(--emerald-velvet);
  color: var(--gold-champagne);
  border: 1px solid var(--border-gold-subtle);
  width: 100%;
  text-align: center;
  line-height: 1;
}

/* Connected Event Detail Showcase Card */
.calendar-show-detail-card {
  background: var(--surface-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-functional);
  padding: 28px;
  box-shadow: var(--shadow-deep);
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}

.calendar-selected-date-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--emerald-velvet);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-pill);
  color: var(--gold-champagne);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: fit-content;
}

.calendar-show-header {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  align-items: start;
}

.calendar-show-poster {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--border-gold-subtle);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
}

.calendar-show-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.calendar-show-title {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--gold-champagne);
  line-height: 1.15;
}

.calendar-show-meta {
  font-size: 13px;
  color: var(--text-muted);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.calendar-session-select {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.calendar-session-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--gold-accent);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.calendar-session-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.calendar-session-badge {
  padding: 10px 20px;
  background: rgba(20, 16, 9, 0.85);
  border: 1px solid var(--border-gold-subtle);
  border-radius: 16px;
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.calendar-session-badge:hover, .calendar-session-badge.selected {
  background: var(--gradient-gold-cta);
  color: #120E05;
  border-color: var(--gold-champagne);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.35);
}

.calendar-show-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}

.calendar-official-note {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  border-top: 1px solid var(--border-gold-subtle);
  padding-top: 14px;
  margin-top: 8px;
}

/* Calendar Breakpoint Responsive Rules */
@media (max-width: 1024px) {
  .calendar-schedule-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .calendar-month-card, 
  .calendar-show-detail-card {
    padding: 20px 14px;
  }
  
  .calendar-month-title {
    font-size: 20px;
  }
  
  .calendar-month-pills {
    gap: 4px;
    overflow-x: auto;
    padding-bottom: 6px;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  .calendar-month-pill {
    padding: 6px 12px;
    font-size: 13px;
    white-space: nowrap;
  }

  .calendar-days-grid {
    gap: 4px;
  }

  .calendar-day-cell {
    min-height: 48px;
    padding: 4px 2px;
  }

  .calendar-day-num {
    font-size: 13px;
  }

  .calendar-time-chip {
    font-size: 13px;
    padding: 1px 2px;
  }

  .calendar-show-header {
    grid-template-columns: 100px 1fr;
    gap: 14px;
  }

  .calendar-show-poster {
    height: 130px;
  }
  
  .calendar-show-actions {
    flex-direction: column;
    width: 100%;
  }

  .calendar-show-actions .btn-primary,
  .calendar-show-actions .btn-secondary {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 375px) {
  .calendar-show-header {
    grid-template-columns: 1fr;
  }
  
  .calendar-show-poster {
    height: 160px;
  }
}

/* Quick Action Navigation Bar */
.quick-action-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(52px, 6vw, 84px);
  border-top: 1px solid var(--border-gold-subtle);
  border-bottom: 1px solid var(--border-gold-subtle);
  position: relative;
}

.quick-action-heading {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 0 0 17px;
  position: absolute;
  left: 0;
  bottom: 100%;
}

.quick-action-heading span {
  color: var(--gold-champagne);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.quick-action-heading p {
  color: var(--text-dim);
  font-size: 13px;
  margin: 0;
}

.action-tile {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 24px;
  min-height: 124px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--text-primary);
  font: inherit;
  text-align: left;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all var(--transition-normal);
}

.action-tile:first-of-type {
  border-left: 0;
}

.action-tile::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gold-champagne);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition-normal);
}

.action-tile:hover {
  background: rgba(243, 229, 171, .045);
}

.action-tile:hover::after,
.action-tile:focus-visible::after {
  transform: scaleX(1);
}

.action-tile:focus-visible {
  outline: 2px solid var(--gold-champagne);
  outline-offset: -3px;
}

.action-tile:active {
  background: rgba(243, 229, 171, .08);
}

.action-icon-box {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(243, 229, 171, 0.08);
  color: var(--gold-accent);
  transition: all var(--transition-fast);
  margin-bottom: 24px;
}

.action-icon-box svg {
  width: 22px;
  height: 22px;
}

.action-tile:hover .action-icon-box {
  background: var(--gold-champagne);
  color: #082720;
  transform: scale(1.05);
}

.action-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.action-tile-label {
  font-family: var(--font-display);
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--text-primary);
}

.action-tile-note {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .02em;
}

/* --------------------------------------------------------------------------
   7. Institutional Section ("Больше, чем цирк")
   -------------------------------------------------------------------------- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  margin-bottom: 64px;
}

.about-text-content {
  display: flex;
  flex-direction: column;
}

.about-headline {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.5vw, 52px);
  line-height: 1.08;
  color: var(--text-primary);
  margin-bottom: 20px;
  text-wrap: balance;
}

.about-desc {
  font-size: 18px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 32px;
}

.about-image-card {
  position: relative;
  border-radius: var(--radius-architectural);
  overflow: hidden;
  border: 1px solid var(--border-gold);
  box-shadow: var(--shadow-deep);
}

.about-image-card img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.about-image-card:hover img {
  transform: scale(1.04);
}

/* Values Grid Below */
.values-wrapper {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid var(--border-gold-subtle);
}

.foundation-stat-box {
  display: flex;
  flex-direction: column;
}

.foundation-year {
  font-family: var(--font-display);
  font-size: clamp(56px, 6vw, 76px);
  line-height: 1;
  color: var(--gold-champagne);
  font-weight: 400;
}

.foundation-label {
  font-size: 14px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.value-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(31, 24, 14, 0.45);
  border: 1px solid var(--border-gold-subtle);
  transition: background-color var(--transition-fast), border-color var(--transition-fast);
}

.value-card:hover {
  background: var(--surface-card-hover);
  border-color: var(--gold-champagne);
}

.value-icon-svg {
  width: 36px;
  height: 36px;
  color: var(--gold-champagne);
}

.value-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
}

.value-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   8. Heritage & Architecture Cards
   -------------------------------------------------------------------------- */
.arch-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.arch-card {
  position: relative;
  background: var(--surface-card);
  border: 1px solid var(--border-gold-subtle);
  border-radius: var(--radius-architectural);
  overflow: hidden;
  cursor: pointer;
  transition: all var(--transition-normal);
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.arch-card:hover {
  border-color: var(--gold-champagne);
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75), var(--shadow-gold-glow);
  z-index: 5;
}

.arch-img-wrapper, .arch-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.arch-img-wrapper img, .arch-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.arch-card:hover .arch-img-wrapper img,
.arch-card:hover .arch-img {
  transform: scale(1.08);
}

.arch-card-caption, .arch-body {
  padding: 16px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-primary);
  background: rgba(20, 16, 9, 0.95);
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arch-hint-icon {
  opacity: 0;
  transform: translateX(-4px);
  transition: all var(--transition-fast);
  color: var(--gold-champagne);
}

.arch-card:hover .arch-hint-icon {
  opacity: 1;
  transform: translateX(0);
}

.arch-name {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--gold-champagne);
  margin-bottom: 6px;
}

.arch-desc {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   9. News Section
   -------------------------------------------------------------------------- */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.news-card {
  background: var(--surface-card);
  border: 1px solid var(--border-gold-subtle);
  border-radius: var(--radius-functional);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all var(--transition-normal);
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}

.news-card:hover {
  border-color: var(--gold-champagne);
  transform: translateY(-5px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.65), var(--shadow-gold-glow);
}

.news-img-wrapper, .news-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.news-img-wrapper img, .news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.news-card:hover .news-img-wrapper img,
.news-card:hover .news-img {
  transform: scale(1.07);
}

.news-date-tag, .news-category {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(20, 16, 9, 0.9);
  border: 1px solid var(--border-gold);
  padding: 4px 10px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 700;
  color: var(--gold-champagne);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
}

.news-content, .news-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.news-date {
  font-size: 13px;
  color: var(--gold-accent);
  font-weight: 600;
  margin-bottom: 8px;
}

.news-title {
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.3;
  color: var(--text-primary);
  margin-bottom: 16px;
  transition: color var(--transition-fast);
}

.news-card:hover .news-title {
  color: var(--gold-champagne);
}

.news-excerpt {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

.news-arrow-link, .news-more-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--gold-champagne);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform var(--transition-fast);
}

.news-card:hover .news-arrow-link,
.news-card:hover .news-more-link {
  transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   10. Call to Action Banner
   -------------------------------------------------------------------------- */
.cta-banner {
  background: linear-gradient(135deg, rgba(45, 35, 20, 0.95) 0%, rgba(20, 16, 9, 0.98) 100%);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-functional);
  padding: clamp(32px, 5vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  box-shadow: var(--shadow-deep), var(--shadow-gold-glow);
  backdrop-filter: blur(16px);
  flex-wrap: wrap;
}

.cta-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 38px);
  color: var(--gold-champagne);
  line-height: 1.15;
  margin-bottom: 10px;
}

.cta-desc {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 600px;
}

/* --------------------------------------------------------------------------
   11. Footer Component & State Symbols
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--bg-ink);
  border-top: 1px solid var(--border-gold-subtle);
  padding-top: 64px;
  padding-bottom: 40px;
  color: var(--text-muted);
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-nav-col h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--gold-champagne);
  margin-bottom: 20px;
}

.footer-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav-list a:hover {
  color: var(--gold-champagne);
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-phone {
  font-size: 20px;
  font-weight: 700;
  color: var(--gold-champagne);
}

.social-links {
  display: flex;
  gap: 10px;
  align-items: center;
}

.social-icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--border-gold-subtle);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-champagne);
  background: rgba(6, 26, 23, 0.85);
  transition: all var(--transition-fast);
  text-decoration: none;
}

.social-icon-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  transition: transform var(--transition-fast);
}

.social-icon-btn:hover {
  border-color: var(--gold-champagne);
  color: #04100E;
  background: var(--gradient-gold-cta);
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 6px 18px rgba(212, 175, 55, 0.45);
}

.social-icon-btn:hover svg {
  transform: scale(1.1);
}

.footer-state-symbols {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  background: rgba(31, 24, 14, 0.75);
  border: 1px solid var(--border-gold-subtle);
  border-radius: var(--radius-functional);
  margin-bottom: 32px;
  gap: 24px;
  flex-wrap: wrap;
  backdrop-filter: blur(8px);
}

.state-symbols-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.state-symbol-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(212, 175, 55, 0.5));
  transition: transform var(--transition-fast);
}

.state-symbol-img:hover {
  transform: scale(1.1);
}

.state-symbol-flag {
  width: 48px;
  height: 24px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  border: 1px solid var(--border-gold-subtle);
  transition: transform var(--transition-fast);
}

.state-symbol-flag:hover {
  transform: scale(1.08);
}

.state-symbol-text {
  display: flex;
  flex-direction: column;
}

.state-symbol-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--gold-champagne);
  line-height: 1.2;
}

.state-symbol-subtitle {
  font-size: 13px;
  color: var(--text-muted);
}

.state-gov-portals {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
}

.gov-link {
  color: var(--text-muted);
  font-weight: 500;
  transition: color var(--transition-fast);
}

.gov-link:hover {
  color: var(--gold-champagne);
  text-decoration: underline;
}

.gov-dot {
  color: var(--gold-antique);
  opacity: 0.5;
}

.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  flex-wrap: wrap;
  gap: 16px;
}

/* --------------------------------------------------------------------------
   12. Modals & Lightbox System
   -------------------------------------------------------------------------- */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--surface-overlay);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-normal);
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-container {
  background: var(--bg-deep-gold);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-functional);
  width: 100%;
  max-width: 840px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: var(--shadow-deep), var(--shadow-gold-glow);
  padding: clamp(24px, 4vw, 40px);
  transform: translateY(24px);
  transition: transform var(--transition-normal);
}

.modal-overlay.active .modal-container {
  transform: translateY(0);
}

.modal-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border-gold-subtle);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all var(--transition-fast);
}

.modal-close-btn:hover {
  border-color: var(--gold-champagne);
  color: #120E05;
  background: var(--gold-champagne);
}

/* --------------------------------------------------------------------------
   13. Subpages & Multi-Page Shared Components
   -------------------------------------------------------------------------- */
.subpage-hero {
  position: relative;
  padding-top: 140px;
  padding-bottom: 60px;
  background: radial-gradient(circle at 50% 20%, rgba(45, 35, 20, 0.7) 0%, rgba(11, 61, 46, 0.25) 45%, var(--bg-ink) 80%);
  border-bottom: 1px solid var(--border-gold-subtle);
  overflow: hidden;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.breadcrumbs a {
  color: var(--gold-champagne);
  transition: color var(--transition-fast);
}

.breadcrumbs a:hover {
  color: var(--gold-light);
  text-decoration: underline;
}

.breadcrumbs .sep {
  opacity: 0.5;
}

.subpage-title {
  font-family: var(--font-display);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.05;
  color: var(--gold-champagne);
  margin-bottom: 16px;
}

.subpage-lead {
  font-size: clamp(16px, 1.6vw, 20px);
  color: var(--text-muted);
  max-width: 780px;
  line-height: 1.6;
}

/* Tab Filter Navigation */
.filter-tabs-wrapper {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--border-gold-subtle);
}

.filter-tab-btn {
  padding: 12px 24px;
  background: rgba(31, 24, 14, 0.7);
  border: 1px solid var(--border-gold-subtle);
  border-radius: var(--radius-pill);
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all var(--transition-fast);
}

.filter-tab-btn:hover {
  border-color: var(--gold-champagne);
  color: var(--gold-champagne);
  background: rgba(45, 35, 20, 0.9);
}

.filter-tab-btn.active {
  background: var(--gradient-gold-cta);
  color: #120E05;
  border-color: var(--gold-light);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
  font-weight: 700;
}

/* Afisha Grid */
.afisha-show-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 32px;
  margin-bottom: 60px;
}

.afisha-card {
  background: var(--surface-card);
  border: 1px solid var(--border-gold-subtle);
  border-radius: var(--radius-architectural);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all var(--transition-normal);
  box-shadow: var(--shadow-deep);
}

.afisha-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-champagne);
  box-shadow: 0 20px 40px rgba(0,0,0,0.85), var(--shadow-gold-glow);
}

.afisha-card-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.afisha-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.afisha-card:hover .afisha-card-img {
  transform: scale(1.05);
}

.afisha-status-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 14px;
  background: var(--emerald-velvet);
  border: 1px solid var(--gold-champagne);
  color: var(--gold-champagne);
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  backdrop-filter: blur(8px);
}

.afisha-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.afisha-card-title {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--gold-champagne);
  margin-bottom: 10px;
}

.afisha-card-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 20px;
  flex-grow: 1;
}

.afisha-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid var(--border-gold-subtle);
}

.afisha-price-tag {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--gold-champagne);
  font-weight: 700;
}

/* History Timeline */
.history-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 40px 0;
}

.history-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  height: 100%;
  width: 2px;
  background: linear-gradient(to bottom, var(--gold-champagne), var(--border-gold-subtle), transparent);
}

.history-epoch-card {
  position: relative;
  margin-left: 64px;
  background: var(--surface-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-architectural);
  padding: 32px;
  backdrop-filter: blur(10px);
}

.history-epoch-card::before {
  content: '';
  position: absolute;
  top: 36px;
  left: -48px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--gold-champagne);
  box-shadow: 0 0 14px var(--gold-champagne);
}

.history-years {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--gold-champagne);
  margin-bottom: 12px;
}

.history-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-primary);
}

/* Artists & Troupe Grid */
.artists-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 28px;
  margin: 32px 0;
}

.artist-card {
  background: var(--surface-card);
  border: 1px solid var(--border-gold-subtle);
  border-radius: var(--radius-architectural);
  overflow: hidden;
  text-align: center;
  transition: all var(--transition-fast);
}

.artist-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold-champagne);
  box-shadow: var(--shadow-gold-glow);
}

.artist-img-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--bg-stage-gold);
}

.artist-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist-body {
  padding: 20px;
}

.artist-name {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--text-primary);
  margin-bottom: 6px;
}

.artist-rank {
  font-size: 13px;
  color: var(--gold-champagne);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Contacts & Box Office */
.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 32px;
}

.contact-card-box {
  background: var(--surface-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-architectural);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: var(--shadow-deep);
}

.contact-phone-big {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--gold-champagne);
  font-weight: 700;
}

.contact-time-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: var(--emerald-velvet);
  border: 1px solid var(--border-gold-subtle);
  border-radius: var(--radius-pill);
  font-size: 13px;
  color: var(--gold-champagne);
}

/* FAQ Items */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 860px;
  margin: 32px auto;
}

.faq-item {
  background: var(--surface-card);
  border: 1px solid var(--border-gold-subtle);
  border-radius: var(--radius-functional);
  overflow: hidden;
  transition: all var(--transition-fast);
}

.faq-item:hover, .faq-item.active {
  border-color: var(--gold-champagne);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.faq-question-btn {
  width: 100%;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  color: var(--gold-champagne);
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.faq-answer {
  padding: 0 24px 24px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.65;
  display: none;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  color: var(--gold-champagne);
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
  .hero-carousel-section {
    min-height: 820px;
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .hero-carousel-viewport {
    height: 360px;
  }
  .hero-carousel-card {
    width: 240px;
    height: 340px;
  }
  .hero-spotlight-panel {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 22px 26px;
  }
  .shows-wrapper {
    grid-template-columns: 1fr;
  }
  .date-picker-sidebar {
    flex-direction: row;
    overflow-x: auto;
  }
  .about-grid, .values-wrapper {
    grid-template-columns: 1fr;
  }
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .arch-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .quick-action-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-top-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .site-header {
    height: 72px;
  }
  .main-nav {
    display: flex;
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    background: rgba(20, 16, 9, 0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-gold);
    flex-direction: column;
    padding: 30px;
    gap: 20px;
    transform: translateY(-150%);
    opacity: 0;
    pointer-events: none;
    transition: all var(--transition-normal);
  }
  .main-nav.mobile-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .mobile-menu-btn {
    display: flex;
  }
  .hero-carousel-section {
    min-height: 780px;
    padding-top: 80px;
  }
  .hero-carousel-viewport {
    height: 320px;
  }
  .hero-carousel-card {
    width: 200px;
    height: 290px;
  }
  .showcase-card {
    grid-template-columns: 1fr;
  }
  .arch-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-grid, .quick-action-bar, .contacts-grid, .afisha-show-grid, .footer-top-grid {
    grid-template-columns: 1fr;
  }
}

/* DEBUG BLOCK BADGES */
.debug-block-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gold-champagne, #D4AF37);
  color: #000;
  font-weight: 900;
  font-size: 16px;
  padding: 8px 16px;
  z-index: 9999;
  border-bottom-right-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
  font-family: monospace;
}
section {
  position: relative; /* ensure badge anchors correctly */
}

/* Final cascade for the homepage heritage module */
#about .about-copy .about-headline { font-size: clamp(56px, 7vw, 100px); line-height: .88; letter-spacing: -.055em; margin-bottom: 30px; }
#about .about-copy .about-desc { max-width: 490px; font-size: 17px; line-height: 1.7; margin-bottom: 34px; }
@media (max-width: 600px) {
  #about .about-copy .about-headline { font-size: clamp(54px, 17vw, 76px); }
  #about .about-copy .about-desc { font-size: 15px; }
}

@media (max-width: 1024px) {
  .quick-action-bar .action-tile:nth-of-type(3) { border-left: 0; }
  .quick-action-bar .action-tile:nth-of-type(n+3) { border-top: 1px solid var(--border-gold-subtle); }
}

@media (max-width: 768px) {
  .quick-action-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .quick-action-heading p { font-size: 13px; }
  .quick-action-bar .action-tile {
    border-left: 0;
    border-top: 1px solid var(--border-gold-subtle);
    min-height: 104px;
    padding: 20px 18px;
  }
  .quick-action-bar .action-tile:first-of-type { border-top: 0; }
  .action-tile-label { font-size: 21px; }
  .action-tile-note { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .action-tile::after,
  .action-icon-box,
  .action-arrow { transition: none; }
}

/* Quiet continuation of the calendar console */
.quick-action-bar {
  margin-top: 28px;
  background: rgba(4, 24, 21, .28);
}

.quick-action-heading {
  padding-bottom: 11px;
  gap: 14px;
}

.quick-action-heading span,
.action-index,
.action-tile-label,
.action-tile-note,
.action-arrow {
  font-family: var(--font-ui);
}

.quick-action-heading span {
  font-size: 13px;
  letter-spacing: .16em;
}

.quick-action-heading p {
  font-size: 13px;
  letter-spacing: .01em;
}

/* Removed outdated action tile overrides */

@media (max-width: 768px) {
  .quick-action-bar { margin-top: 24px; }
  .action-tile { min-height: 92px; }
  .action-tile-label { font-size: 16px; }
}

/* Give the four visitor actions room to breathe inside the calendar frame */
.quick-action-bar {
  column-gap: clamp(10px, 1.25vw, 18px);
  padding: 0 2px;
}

.quick-action-bar .action-tile {
  border: 1px solid var(--border-gold-subtle);
  background: rgba(4, 24, 21, .18);
}

.quick-action-bar .action-tile:hover,
.quick-action-bar .action-tile:focus-visible {
  background: rgba(243, 229, 171, .055);
}

@media (max-width: 768px) {
  .quick-action-bar { row-gap: 10px; padding: 0; }
  .quick-action-bar .action-tile,
  .quick-action-bar .action-tile:first-of-type { border: 1px solid var(--border-gold-subtle); }
}

/* Keep a deliberate breathing space between the calendar and visitor tools */
.quick-action-bar {
  margin-top: clamp(64px, 7vw, 96px);
}

@media (max-width: 768px) {
  .quick-action-bar { margin-top: 56px; }
}

/* --------------------------------------------------------------------------
   More than a circus — architectural portrait
   -------------------------------------------------------------------------- */
#about {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 58%, rgba(212, 175, 55, .075), transparent 32%),
    linear-gradient(180deg, rgba(2, 21, 18, 0) 0%, rgba(3, 26, 22, .34) 45%, rgba(2, 18, 16, .12) 100%);
}

#about::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 12% 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243, 229, 171, .16), transparent);
}

.about-architecture {
  position: relative;
  padding-top: clamp(26px, 3vw, 44px);
  border-top: 1px solid var(--border-gold-subtle);
}

.about-architecture-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  gap: clamp(44px, 8vw, 126px);
  align-items: end;
}

.about-architecture-kicker {
  display: block;
  margin-bottom: 18px;
  color: var(--gold-champagne);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.about-architecture-copy h2 {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--font-display);
  font-size: clamp(58px, 7vw, 104px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.055em;
}

.about-architecture-copy h2 span {
  display: block;
  color: var(--gold-champagne);
  font-style: italic;
  font-weight: 400;
  transform: translateX(clamp(20px, 4vw, 64px));
}

.about-architecture-intro {
  padding-bottom: 7px;
}

.about-architecture-intro p {
  max-width: 520px;
  margin: 0 0 27px;
  color: #ffffff;
  font-family: var(--font-ui);
  font-size: 16.5px;
  line-height: 1.6;
  font-weight: 400;
}

.about-architecture-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 26px;
}

.about-architecture-primary,
.about-architecture-tour {
  font-family: var(--font-ui);
  text-decoration: none;
}

.about-architecture-primary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 48px;
  padding: 0 9px 0 19px;
  border: 1px solid rgba(243, 229, 171, .55);
  border-radius: 999px;
  color: #0a211d;
  background: linear-gradient(105deg, #f8e7ac, #d9ae3d);
  font-size: 13px;
  font-weight: 800;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.about-architecture-primary span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--gold-champagne);
  background: #082720;
  font-size: 16px;
}

.about-architecture-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(212, 175, 55, .2);
}

.about-architecture-tour {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 22px 0 8px;
  border: 1px solid rgba(243, 229, 171, 0.4);
  border-radius: 999px;
  color: var(--text-primary);
  background: rgba(243, 229, 171, 0.08);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: all var(--transition-fast);
}

.about-architecture-tour:hover {
  background: rgba(243, 229, 171, 0.15);
  border-color: rgba(243, 229, 171, 0.8);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.15);
}

.about-architecture-tour .tour-play {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gold-champagne);
  color: #0a211d;
  font-size: 13px;
  padding-left: 2px;
  border: none;
}

.about-building-stage {
  position: relative;
  min-height: clamp(620px, 52vw, 790px);
  margin-top: clamp(42px, 7vw, 92px);
  overflow: hidden;
}

.about-building-stage::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 4%;
  right: 4%;
  bottom: 38px;
  height: 90px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .36);
  filter: blur(35px);
}

.about-year-mark {
  position: absolute;
  z-index: 0;
  top: clamp(16px, 2.8vw, 46px);
  left: 50%;
  color: transparent;
  font-family: var(--font-display);
  font-size: clamp(150px, 25vw, 390px);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.08em;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgba(243, 229, 171, .13);
  transform: translateX(-51%);
  user-select: none;
}

.about-architectural-arc {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -43%;
  width: min(88vw, 1180px);
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(243, 229, 171, .19);
  border-radius: 50%;
  transform: translateX(-50%);
}

.about-architectural-arc::before,
.about-architectural-arc::after {
  content: '';
  position: absolute;
  border: 1px solid rgba(243, 229, 171, .08);
  border-radius: 50%;
}

.about-architectural-arc::before { inset: 4.5%; }
.about-architectural-arc::after { inset: 9%; }

.about-building-cutout {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 22px;
  display: block;
  width: min(86%, 1120px);
  height: auto;
  max-width: none;
  filter: drop-shadow(0 34px 28px rgba(0, 0, 0, .42));
  transform: translateX(-50%);
  user-select: none;
}

.about-building-caption {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: max-content;
  padding: 9px 14px;
  border: 1px solid rgba(243, 229, 171, .2);
  color: rgba(255, 248, 224, .64);
  background: rgba(3, 24, 20, .76);
  backdrop-filter: blur(9px);
  font-family: var(--font-ui);
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.about-building-caption strong {
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 600;
}

.about-stat {
  position: absolute;
  z-index: 4;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: 13px;
  min-width: 150px;
  padding: 12px 15px 13px;
  border-left: 1px solid rgba(243, 229, 171, .55);
  background: linear-gradient(90deg, rgba(2, 23, 19, .82), rgba(2, 23, 19, .14));
  backdrop-filter: blur(4px);
}

.about-stat::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-champagne);
  box-shadow: 0 0 11px rgba(243, 229, 171, .7);
}

.about-stat small {
  grid-column: 1 / -1;
  margin-bottom: 7px;
  color: rgba(243, 229, 171, .8);
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
}

.about-stat strong {
  color: var(--gold-champagne);
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.045em;
}

.about-stat > span {
  align-self: end;
  padding-bottom: 2px;
  color: var(--text-muted);
  font-family: var(--font-ui);
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.about-stat-artists { top: 18%; left: 1%; }
.about-stat-visitors { top: 16%; right: 1%; }
.about-stat-seats { bottom: 14%; left: 5%; }
.about-stat-arenas { right: 5%; bottom: 14%; }

.about-architecture-footer {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 24px 0 0;
  border-top: 1px solid var(--border-gold-subtle);
  font-family: var(--font-ui);
}

.about-architecture-footer > div {
  display: flex;
  align-items: baseline;
  gap: 15px;
}

.about-architecture-footer > div span {
  color: var(--gold-champagne);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.about-architecture-footer small {
  color: var(--text-muted);
  font-size: 14px;
}

.about-architecture-footer nav {
  display: flex;
  gap: 24px;
}

.about-architecture-footer a {
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color var(--transition-fast);
}

.about-architecture-footer a:hover { color: var(--gold-champagne); }

@media (max-width: 1000px) {
  .about-architecture-header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-architecture-intro p { max-width: 650px; }
  .about-building-stage { min-height: 690px; }
  .about-building-cutout { width: 110%; }
  .about-stat-artists { left: 0; }
  .about-stat-visitors { right: 0; }
  .about-stat-seats { left: 2%; }
  .about-stat-arenas { right: 2%; }
}

@media (max-width: 700px) {
  .about-architecture-copy h2 {
    font-size: clamp(52px, 16vw, 78px);
  }

  .about-architecture-copy h2 span { transform: translateX(18px); }
  .about-architecture-actions { align-items: flex-start; flex-direction: column; }

  .about-building-stage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    min-height: 0;
    margin-top: 50px;
    overflow: visible;
  }

  .about-year-mark {
    top: 5px;
    font-size: 38vw;
  }

  .about-architectural-arc {
    top: 20px;
    bottom: auto;
    width: 130vw;
  }

  .about-building-stage::after {
    top: min(57vw, 260px);
    bottom: auto;
  }

  .about-building-cutout {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 2;
    grid-column: 1 / -1;
    width: 126%;
    margin: 0 0 -8px -13%;
    transform: none;
  }

  .about-building-caption {
    position: relative;
    left: auto;
    bottom: auto;
    grid-column: 1 / -1;
    justify-self: center;
    margin: -14px 0 9px;
    transform: none;
  }

  .about-stat {
    position: relative;
    inset: auto;
    min-width: 0;
    padding: 13px 11px;
    background: rgba(2, 23, 19, .56);
  }

  .about-stat strong { font-size: clamp(29px, 9vw, 39px); }
  .about-stat > span { font-size: 13px; }

  .about-architecture-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 20px;
  }

  .about-architecture-footer > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 430px) {
  .about-architecture-primary { width: 100%; }
  .about-building-caption span { display: none; }
  .about-architecture-footer nav { width: 100%; justify-content: space-between; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .about-architecture-primary { transition: none; }
}

/* --------------------------------------------------------------------------
   Location module — route planning and arrival information
   -------------------------------------------------------------------------- */
.location-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(72px, 9vw, 128px);
  padding-bottom: clamp(72px, 9vw, 128px);
  background:
    linear-gradient(180deg, rgba(3, 19, 16, .08), rgba(3, 19, 16, .38)),
    radial-gradient(circle at 78% 42%, rgba(212, 175, 55, .065), transparent 33%);
}

.location-section::before {
  display: none;
}

.location-module {
  position: relative;
  padding: clamp(24px, 3vw, 42px) 0 0;
  border-top: 0;
}

.location-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(34px, 5vw, 66px);
}

.location-kicker {
  display: block;
  margin-bottom: 18px;
  color: var(--gold-champagne);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.location-heading h2 {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--font-display);
  font-size: clamp(50px, 6.8vw, 94px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.055em;
}

.location-heading h2 em {
  display: block;
  padding-left: clamp(20px, 4vw, 62px);
  color: var(--gold-champagne);
  font-style: italic;
}

.location-heading-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 9px;
  padding-bottom: 6px;
  text-align: right;
  font-family: var(--font-ui);
}

.location-coordinates {
  color: var(--gold-champagne);
  font-size: 13px;
  letter-spacing: .16em;
}

.location-heading-meta strong {
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(500px, 1.2fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
}

.location-guide {
  min-width: 0;
  background: rgba(3, 16, 12, 0.88);
  border: 1.5px solid rgba(213, 180, 108, 0.4);
  border-radius: 24px;
  box-shadow: 
    inset 0 1px 2px rgba(255, 255, 255, 0.08),
    inset 0 0 25px rgba(0, 0, 0, 0.8),
    0 12px 32px rgba(0, 0, 0, 0.6);
  padding: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.location-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 6px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(213, 180, 108, 0.2);
  border-radius: 16px;
}

.location-tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--text-muted);
  background: transparent;
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  transition: all var(--transition-fast);
}

.location-tab:hover {
  color: #FFF4D0;
  background: rgba(243, 229, 171, 0.06);
}

.location-tab.active {
  color: #FFF4D0;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.25), rgba(212, 175, 55, 0.12));
  border: 1px solid rgba(212, 175, 55, 0.55);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.location-tab::after {
  display: none;
}

.location-panels {
  min-height: 330px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.location-panel {
  padding: 22px 10px 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.location-panel[hidden] { display: none; }

.location-route-item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(243, 229, 171, 0.1);
  align-items: center;
}

.location-route-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 50%;
  color: var(--gold-champagne);
  background: rgba(243, 229, 171, 0.06);
}

.location-route-icon svg {
  width: 22px;
  height: 22px;
}

.location-route-item strong {
  display: block;
  margin-bottom: 3px;
  color: #FFF4D0;
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 700;
}

.location-route-item > div > span {
  display: block;
  color: var(--gold-champagne);
  font-family: var(--font-ui);
  font-size: 14px;
  line-height: 1.35;
}

.location-route-item small {
  display: block;
  margin-top: 3px;
  color: var(--text-muted);
  font-family: var(--font-ui);
  font-size: 13px;
  line-height: 1.4;
}

.location-map-link,
.location-parking-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: rgba(243, 229, 171, 0.05);
  color: #FFF4D0;
  font-family: var(--font-ui);
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all var(--transition-fast);
  margin-top: auto;
}

.location-map-link span,
.location-parking-link > span:last-child {
  color: var(--gold-champagne);
  font-size: 16px;
  transition: transform var(--transition-fast);
}

.location-map-link:hover,
.location-parking-link:hover {
  background: rgba(212, 175, 55, 0.15);
  border-color: rgba(212, 175, 55, 0.7);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.location-map-link:hover span,
.location-parking-link:hover > span:last-child {
  transform: translate(2px, -2px);
}

.location-route-form { margin: 0; }

.location-route-form label {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-champagne);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-route-input-wrap {
  display: flex;
  align-items: center;
  border: 1.5px solid rgba(212, 175, 55, 0.35);
  border-radius: 999px;
  background: rgba(2, 18, 15, 0.85);
  padding: 4px 5px 4px 18px;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5);
  transition: all var(--transition-fast);
}

.location-route-input-wrap:focus-within {
  border-color: var(--gold-champagne);
  box-shadow: 0 0 16px rgba(212, 175, 55, 0.25), inset 0 2px 6px rgba(0, 0, 0, 0.5);
}

.location-route-input-wrap input {
  min-width: 0;
  flex: 1;
  height: 44px;
  padding: 0;
  border: 0;
  outline: 0;
  color: var(--text-white);
  background: transparent;
  font-family: var(--font-ui);
  font-size: 14.5px;
}

.location-route-input-wrap input::placeholder {
  color: rgba(209, 221, 215, 0.45);
}

.location-route-input-wrap button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  color: #061A17;
  background: linear-gradient(135deg, #FFF4D0, #D4AF37);
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  display: grid;
  place-items: center;
  transition: all var(--transition-fast);
}

.location-route-input-wrap button:hover,
.location-route-input-wrap button:focus-visible {
  transform: scale(1.06);
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.6);
}

.location-route-form > small {
  display: block;
  margin-top: 10px;
  color: var(--text-muted);
  font-family: var(--font-ui);
  font-size: 13px;
  line-height: 1.45;
}

.location-parking-note {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 14px;
  padding: 16px 18px;
  margin: 18px 0 16px;
  border-radius: 16px;
  background: rgba(243, 229, 171, 0.04);
  border: 1px solid rgba(243, 229, 171, 0.15);
  align-items: start;
}

.location-note-mark {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 50%;
  color: var(--gold-champagne);
  background: rgba(212, 175, 55, 0.1);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
}

.location-parking-note strong {
  display: block;
  margin-bottom: 5px;
  color: #FFF4D0;
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 700;
}

.location-parking-note p {
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-ui);
  font-size: 13px;
  line-height: 1.5;
}

.location-map-frame {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border: 1.5px solid rgba(213, 180, 108, 0.4);
  border-radius: 24px;
  background: #0d2621;
  box-shadow: 
    inset 0 1px 2px rgba(255, 255, 255, 0.08),
    0 16px 44px rgba(0, 0, 0, 0.5);
}

.location-map-topline {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 18px;
  color: #FFF4D0;
  background: rgba(3, 16, 12, 0.85);
  border: 1px solid rgba(213, 180, 108, 0.35);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.location-map-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--gold-champagne);
}

.location-map-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--emerald-bright);
  box-shadow: 0 0 8px var(--emerald-bright);
}

.location-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
  filter: saturate(.85) contrast(.98);
}

.location-map-overlay-link {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  color: #FFF4D0;
  background: rgba(3, 16, 12, 0.9);
  border: 1px solid rgba(213, 180, 108, 0.6);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all var(--transition-fast);
}

.location-map-overlay-link span {
  color: var(--gold-champagne);
  font-size: 15px;
  transition: transform var(--transition-fast);
}

.location-map-overlay-link:hover {
  background: linear-gradient(135deg, #FFF4D0, #D4AF37);
  color: #061A17;
  border-color: #FFF4D0;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.3);
}

.location-map-overlay-link:hover span {
  color: #061A17;
  transform: translate(2px, -2px);
}

@media (max-width: 900px) {
  .location-layout { grid-template-columns: 1fr; }
  .location-guide { order: 2; }
  .location-map-frame { order: 1; min-height: 390px; }
  .location-map-frame iframe { min-height: 390px; }
  .location-guide { max-width: 680px; }
}

@media (max-width: 600px) {
  .location-heading { align-items: flex-start; flex-direction: column; gap: 23px; }
  .location-heading h2 { font-size: clamp(48px, 15vw, 72px); }
  .location-heading-meta { align-items: flex-start; padding: 0; text-align: left; }
  .location-map-frame { min-height: 330px; }
  .location-map-frame iframe { min-height: 330px; }
  .location-map-topline { align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  .location-tab,
  .location-tab::after,
  .location-map-link,
  .location-parking-link,
  .location-route-input-wrap button,
  .location-map-overlay-link { transition: none; }
}

/* Footer contact hierarchy — keep the ticket line visible, disclose the rest */
.site-footer .footer-phone-details {
  border-top: 1px solid rgba(243, 229, 171, .15);
  border-bottom: 1px solid rgba(243, 229, 171, .15);
}

.site-footer .footer-phone-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  color: var(--text-primary);
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  list-style: none;
  text-transform: uppercase;
}

.site-footer .footer-phone-details summary::-webkit-details-marker { display: none; }
.site-footer .footer-phone-details summary::marker { display: none; content: ''; }

.footer-details-chevron {
  color: var(--gold-champagne);
  font-size: 17px;
  line-height: 1;
  transition: transform var(--transition-fast);
}

.footer-phone-details[open] .footer-details-chevron { transform: rotate(180deg); }

.footer-phone-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 2px 0 14px;
  color: var(--text-muted);
  font-family: var(--font-ui);
  font-size: 13px;
  line-height: 1.45;
}

.footer-phone-list p { margin: 0; }

.footer-phone-list a {
  color: var(--gold-champagne);
  text-decoration: none;
}

.footer-phone-list a:hover { text-decoration: underline; }

.footer-contacts-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  color: var(--text-muted);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
  transition: color var(--transition-fast), transform var(--transition-fast);
}

.footer-contacts-link span { color: var(--gold-champagne); font-size: 14px; }
.footer-contacts-link:hover { color: var(--gold-champagne); transform: translateX(3px); }

/* Contact page — a readable home for the institutional banking details */
.contacts-requisites {
  margin-top: 40px;
}

.contacts-requisites-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin: 13px 0 28px;
}

.contacts-requisites-heading h2 {
  margin: 0 0 8px;
  color: var(--text-primary);
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  line-height: 1;
}

.contacts-requisites-heading p {
  margin: 0;
  color: var(--text-muted);
  font-family: var(--font-ui);
  font-size: 13px;
  line-height: 1.5;
}

.contacts-requisites-mark {
  display: grid;
  place-items: center;
  min-width: 58px;
  min-height: 58px;
  border: 1px solid rgba(243, 229, 171, .5);
  border-radius: 50%;
  color: var(--gold-champagne);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.35;
  text-align: center;
}

.contacts-requisites-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--border-gold-subtle);
}

.contacts-requisites-list > div {
  display: grid;
  grid-template-columns: minmax(115px, .7fr) minmax(0, 1.3fr);
  gap: 16px;
  padding: 17px 18px 17px 0;
  border-bottom: 1px solid rgba(243, 229, 171, .12);
}

.contacts-requisites-list > div:nth-child(even) {
  padding-left: 18px;
  border-left: 1px solid var(--border-gold-subtle);
}

.contacts-requisites-list dt,
.contacts-requisites-list dd {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 13px;
  line-height: 1.45;
}

.contacts-requisites-list dt {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contacts-requisites-list dd {
  color: var(--text-primary);
  overflow-wrap: anywhere;
}

@media (max-width: 700px) {
  .contacts-requisites-heading { gap: 16px; }
  .contacts-requisites-mark { min-width: 48px; min-height: 48px; }
  .contacts-requisites-list { grid-template-columns: 1fr; }
  .contacts-requisites-list > div,
  .contacts-requisites-list > div:nth-child(even) {
    grid-template-columns: minmax(100px, .7fr) minmax(0, 1.3fr);
    padding: 14px 0;
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-details-chevron,
  .footer-contacts-link { transition: none; }
}

/* --------------------------------------------------------------------------
   Persistent clown assistant — a character, not a generic chat bubble
   -------------------------------------------------------------------------- */
.circus-assistant {
  position: fixed;
  z-index: 1200;
  right: clamp(10px, 2.4vw, 34px);
  bottom: clamp(10px, 2.5vh, 28px);
  width: clamp(174px, 15vw, 230px);
  height: clamp(228px, 31vh, 320px);
  pointer-events: auto;
}

.circus-assistant::before {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 1px;
  width: 128px;
  height: 31px;
  border-radius: 50%;
  background: rgba(225, 188, 78, .28);
  filter: blur(18px);
  opacity: .72;
  transform: rotate(-5deg);
}

.circus-assistant::after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 4px;
  width: 128px;
  height: 21px;
  border: 1px solid rgba(243, 229, 171, .26);
  border-radius: 50%;
  opacity: .75;
  transform: rotate(-5deg);
}

.assistant-figure-button {
  position: absolute;
  right: -2px;
  bottom: 0;
  z-index: 3;
  display: block;
  width: clamp(114px, 10.5vw, 168px);
  height: clamp(220px, 30vh, 312px);
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  transform-origin: 70% 100%;
}

.assistant-figure-button:focus-visible {
  outline: 1px solid var(--gold-champagne);
  outline-offset: 5px;
}

.assistant-figure-halo {
  position: absolute;
  z-index: -1;
  right: 14%;
  bottom: 5%;
  width: 71%;
  height: 72%;
  border-radius: 50%;
  background: rgba(224, 180, 54, .13);
  filter: blur(26px);
  opacity: .9;
  transition: opacity var(--transition-normal), transform var(--transition-normal);
}

.assistant-figure {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 0 8px rgba(243, 229, 171, .34)) drop-shadow(0 17px 17px rgba(0, 0, 0, .58));
  user-select: none;
  animation: assistant-float 5.5s ease-in-out infinite;
  transition: filter var(--transition-normal), transform var(--transition-normal);
}

.assistant-figure-button:hover .assistant-figure,
.assistant-figure-button:focus-visible .assistant-figure {
  filter: drop-shadow(0 0 14px rgba(243, 229, 171, .7)) drop-shadow(0 20px 18px rgba(0, 0, 0, .6));
  transform: translateY(-6px) scale(1.025);
}

.assistant-figure-button:hover .assistant-figure-halo,
.assistant-figure-button:focus-visible .assistant-figure-halo { opacity: 1; transform: scale(1.13); }

.assistant-presence {
  position: absolute;
  z-index: 4;
  right: 8px;
  bottom: -1px;
  padding: 4px 7px;
  border: 1px solid rgba(243, 229, 171, .35);
  color: rgba(243, 229, 171, .7);
  background: rgba(4, 24, 20, .77);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .11em;
  pointer-events: none;
  text-transform: uppercase;
}

.assistant-bubble {
  position: absolute;
  right: clamp(62px, 7vw, 91px);
  bottom: clamp(172px, 22vh, 225px);
  z-index: 5;
  width: min(218px, 42vw);
  padding: 12px 14px 13px;
  border: 1px solid rgba(243, 229, 171, .53);
  border-radius: 20px;
  border-bottom-right-radius: 4px;
  color: var(--text-primary);
  background: rgba(3, 26, 22, .94);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .3), 0 0 22px rgba(212, 175, 55, .09);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px) scale(.96);
  transform-origin: bottom right;
  transition: opacity .65s cubic-bezier(.16, 1, .3, 1), transform .65s cubic-bezier(.16, 1, .3, 1);
}

.assistant-bubble.is-speaking {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.assistant-bubble-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--gold-champagne);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.assistant-bubble p {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.42;
}

.assistant-bubble-tail {
  position: absolute;
  right: -7px;
  bottom: 12px;
  width: 13px;
  height: 13px;
  border-top: 1px solid rgba(243, 229, 171, .53);
  border-right: 1px solid rgba(243, 229, 171, .53);
  background: rgba(3, 26, 22, .92);
  transform: rotate(45deg);
}

.assistant-sparkles {
  position: absolute;
  right: clamp(52px, 6vw, 78px);
  bottom: clamp(209px, 27vh, 270px);
  z-index: 6;
  color: var(--gold-champagne);
  font-family: var(--font-display);
  pointer-events: none;
}

.assistant-sparkles span { position: absolute; opacity: .8; }
.assistant-sparkles span:nth-child(1) { top: -8px; left: 4px; font-size: 14px; animation: assistant-spark 2.6s ease-in-out infinite; }
.assistant-sparkles span:nth-child(2) { top: 19px; left: -20px; font-size: 13px; animation: assistant-spark 2.1s .4s ease-in-out infinite; }
.assistant-sparkles span:nth-child(3) { top: 3px; left: 54px; font-size: 13px; animation: assistant-spark 3s .8s ease-in-out infinite; }

.assistant-dialog {
  position: fixed;
  top: auto;
  left: auto;
  margin: 0;
  right: clamp(12px, 2.4vw, 34px);
  bottom: clamp(86px, 11vh, 116px);
  z-index: 10;
  display: none;
  flex-direction: column;
  width: min(376px, calc(100vw - 28px));
  max-height: min(620px, calc(100vh - 118px));
  overflow: hidden;
  border: 1px solid rgba(243, 229, 171, .4);
  border-radius: 24px;
  color: var(--text-primary);
  background: rgba(3, 24, 20, .98);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .6), 0 0 34px rgba(212, 175, 55, .15);
  pointer-events: auto;
  opacity: 0;
  transform: translateY(14px) scale(.97);
  transform-origin: bottom right;
  transition: opacity .25s ease, transform .35s cubic-bezier(.16, 1, .3, 1);
}

.assistant-dialog.is-open,
.assistant-dialog:popover-open {
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.assistant-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 24px 20px;
  border-bottom: 1px solid var(--border-gold-subtle);
  background: linear-gradient(135deg, rgba(243, 229, 171, .09), transparent 65%);
}

.assistant-dialog-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-champagne);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
}

.assistant-dialog-header h2 {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 400;
}

.assistant-dialog-close {
  width: 29px;
  height: 29px;
  border: 1px solid rgba(243, 229, 171, .35);
  border-radius: 50%;
  color: var(--gold-champagne);
  background: transparent;
  cursor: pointer;
  font-size: 21px;
  line-height: 1;
  transition: color var(--transition-fast), background var(--transition-fast);
}

.assistant-dialog-close:hover,
.assistant-dialog-close:focus-visible { color: #09241e; background: var(--gold-champagne); }

.assistant-conversation {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 150px;
  max-height: 270px;
  overflow-y: auto;
  padding: 20px 24px;
  background: radial-gradient(circle at 90% 0, rgba(243, 229, 171, .055), transparent 36%);
}

.assistant-message {
  max-width: 88%;
  padding: 12px 16px;
  font-family: var(--font-ui);
  font-size: 13px;
  line-height: 1.5;
}

.assistant-message-bot {
  align-self: flex-start;
  color: var(--text-primary);
  background: rgba(243, 229, 171, .08);
  border-radius: 16px;
  border-bottom-left-radius: 4px;
}

.assistant-message-user {
  align-self: flex-end;
  color: #0a211d;
  background: var(--gold-champagne);
  border-radius: 16px;
  border-bottom-right-radius: 4px;
}

.assistant-chat-form {
  display: flex;
  margin: 10px 24px;
  border: 1px solid rgba(243, 229, 171, .35);
  border-radius: 100px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}

.assistant-chat-form:focus-within { border-color: var(--gold-champagne); background: rgba(0, 0, 0, 0.4); }

.assistant-chat-form input {
  min-width: 0;
  flex: 1;
  height: 48px;
  padding: 0 20px;
  border: 0;
  outline: 0;
  color: var(--text-primary);
  background: transparent;
  font-family: var(--font-ui);
  font-size: 13px;
}

.assistant-chat-form input::placeholder { color: rgba(206, 219, 211, .5); }

.assistant-chat-form button {
  width: 45px;
  border: 0;
  border-left: 1px solid rgba(243, 229, 171, .25);
  color: #09241e;
  background: var(--gold-champagne);
  cursor: pointer;
  font-size: 18px;
  transition: background var(--transition-fast);
}

.assistant-chat-form button:hover,
.assistant-chat-form button:focus-visible { background: var(--gold-light); }

.assistant-dialog-note {
  margin: 12px 20px 17px;
  color: rgba(206, 219, 211, .5);
  font-family: var(--font-ui);
  font-size: 13px;
  line-height: 1.4;
}

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

@keyframes assistant-float {
  0%, 100% { transform: translateY(0) rotate(0); }
  50% { transform: translateY(-5px) rotate(.35deg); }
}

@keyframes assistant-spark {
  0%, 100% { opacity: .26; transform: translateY(2px) scale(.8); }
  50% { opacity: .95; transform: translateY(-7px) scale(1.1); }
}

@media (max-width: 700px) {
  .circus-assistant {
    right: 4px;
    bottom: 9px;
    width: 160px;
    height: 218px;
  }

  .assistant-figure-button {
    width: 103px;
    height: 205px;
  }

  .assistant-bubble {
    right: 53px;
    bottom: 140px;
    width: min(190px, calc(100vw - 78px));
    padding: 10px 12px;
  }

  .assistant-bubble p { font-size: 13px; }
  .assistant-sparkles { right: 45px; bottom: 176px; }
  .assistant-presence { right: 2px; font-size: 13px; }
  .assistant-dialog { right: 10px; bottom: 80px; width: calc(100vw - 20px); max-height: calc(100vh - 98px); }
}

@media (prefers-reduced-motion: reduce) {
  .assistant-figure,
  .assistant-sparkles span,
  .assistant-bubble,
  .assistant-dialog,
  .assistant-figure-halo,
  .assistant-dialog-close,
  .assistant-chat-form button { animation: none; transition: none; }
}

/* --------------------------------------------------------------------------
   v8 visual refinement — quieter lines, stronger hierarchy, softer modules
   -------------------------------------------------------------------------- */

/* Remove the decorative rules and ambient bands called out in review. */
#about::before,
#about .about-architecture {
  border-top: 0;
}

#about::before,
#about .about-building-stage::after {
  display: none;
}

#about {
  background: linear-gradient(180deg, rgba(2, 21, 18, 0) 0%, rgba(3, 26, 22, .26) 48%, rgba(2, 18, 16, .08) 100%);
}

/* Visitor tools: rounded architectural cards, not one stretched rectangle. */
.quick-action-bar {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.45vw, 22px);
  padding: 0;
  border: 0;
  background: transparent;
}

.quick-action-heading {
  position: static;
  align-items: baseline;
  gap: 16px;
  padding: 0 4px 16px;
  margin: 0;
  border-bottom: 1px solid var(--border-gold-subtle);
}

.quick-action-heading span {
  font-size: 13px;
  letter-spacing: .18em;
}

.quick-action-heading p {
  font-size: 13px;
}

.quick-action-bar .action-tile,
.quick-action-bar .action-tile:first-of-type {
  min-height: 154px;
  padding: 24px;
  background: rgba(3, 16, 12, 0.88);
  border: 1.5px solid rgba(213, 180, 108, 0.4);
  border-radius: 22px;
  box-shadow: 
    inset 0 1px 2px rgba(255, 255, 255, 0.08),
    inset 0 0 25px rgba(0, 0, 0, 0.8),
    0 6px 18px rgba(0, 0, 0, 0.6);
  opacity: 1;
}

.quick-action-bar .action-tile:hover,
.quick-action-bar .action-tile:focus-visible {
  border-color: rgba(243, 229, 171, 0.8);
  background: rgba(11, 47, 39, 0.9);
  box-shadow: 
    inset 0 1px 2px rgba(255, 255, 255, 0.15),
    inset 0 0 35px rgba(0, 0, 0, 0.9),
    0 8px 24px rgba(0, 0, 0, 0.8);
}

.action-tile::after {
  right: 16px;
  bottom: 9px;
  left: 16px;
  width: auto;
  height: 1px;
  border-radius: 16px;
  background: var(--gold-champagne);
}

.action-index {
  font-size: 13px;
  font-weight: 700;
}

.action-icon-box {
  width: 43px;
  height: 43px;
  align-self: end;
  justify-content: center;
  border: 1px solid rgba(243, 229, 171, .43);
  border-radius: 14px;
  color: var(--gold-champagne);
  background: rgba(243, 229, 171, .045);
}

.action-icon-box svg {
  width: 23px;
  height: 23px;
}

/* Action tile specific overrides removed to let flexbox take over naturally */

/* Location overrides cleaned up and consolidated above */

/* Footer: keep the information dense, but make it legible at the first-screen scale. */
.site-footer .footer-brand > p {
  max-width: 410px;
  font-size: 16px !important;
  line-height: 1.62 !important;
}

.site-footer h4 {
  font-size: 18px !important;
  line-height: 1.25;
}

.site-footer .footer-nav-list {
  gap: 12px !important;
}

.site-footer .footer-nav-list a {
  font-size: 15px !important;
  line-height: 1.42;
}

.site-footer .footer-box-office > div {
  font-size: 13px !important;
}

.site-footer .contact-phone {
  font-size: 23px !important;
}

.site-footer .footer-phone-details summary,
.site-footer .footer-phone-list p,
.site-footer .footer-contacts-link {
  font-size: 13px;
  line-height: 1.5;
}

.site-footer .footer-state-symbols {
  border-radius: 18px !important;
}

@media (max-width: 1024px) {
  .quick-action-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .location-map-frame,
  .location-map-frame iframe { min-height: 440px; }
}

@media (max-width: 768px) {
  .quick-action-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
  .quick-action-bar .action-tile,
  .quick-action-bar .action-tile:first-of-type { min-height: 126px; padding: 18px; }
  .action-tile-label { font-size: 19px; }
  .action-tile-note { font-size: 13px; }
  .location-guide,
  .location-map-frame { border-radius: 20px; }
}

@media (max-width: 600px) {
  .location-tab { padding: 10px 8px; font-size: 13px; min-height: 48px; }
  .location-panel { padding: 16px 6px 6px; }
  .location-route-item { grid-template-columns: 40px minmax(0, 1fr); gap: 12px; }
  .location-route-icon { width: 40px; height: 40px; }
  .location-route-item strong { font-size: 15px; }
  .location-route-item > div > span { font-size: 13px; }
  .location-map-frame,
  .location-map-frame iframe { min-height: 360px; }
  .site-footer .footer-brand > p { font-size: 15px !important; }
  .site-footer .footer-nav-list a { font-size: 14px !important; }
}
