/* ========================================
   BASHDRAM.RU — Design System
   Light Theme — Башкирский театр драмы
   ======================================== */

/* RESET */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

/* TOKENS */
:root {
  --bg: #FAFAF8;
  --bg-card: #FFFFFF;
  --bg-card-hover: #F5F3F0;
  --bg-elevated: #FFFFFF;
  --bg-overlay: rgba(0,0,0,0.5);

  --gold: #8B1A1A;
  --gold-light: #B83232;
  --gold-dark: #5C1010;
  --gold-glow: rgba(139,26,26,0.12);

  --red: #B83232;
  --blue: #2980B9;
  --purple: #8E44AD;
  --green: #27AE60;
  --orange: #E67E22;

  --text: #1A1A1A;
  --text-muted: #666660;
  --text-dim: #999990;
  --white: #FFFFFF;

  --border: rgba(139,26,26,0.12);
  --border-light: rgba(0,0,0,0.06);

  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;

  --shadow: 0 2px 12px rgba(0,0,0,0.08);
  --shadow-lg: 0 4px 24px rgba(0,0,0,0.1);
  --shadow-gold: 0 4px 20px rgba(139,26,26,0.12);

  --transition: 0.3s cubic-bezier(0.4,0,0.2,1);
  --transition-fast: 0.15s ease;
  --transition-slow: 0.5s cubic-bezier(0.4,0,0.2,1);

  --nav-height: 150px;
  --max-width: 1360px;
  --px: 48px;

  --font-heading: 'Montserrat', 'Arial', sans-serif;
  --font-body: 'Golos Text', 'Inter', 'Segoe UI', sans-serif;
}

html { scroll-behavior: smooth; font-size: 16px; overflow-x: hidden; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  max-width: 100vw;
}

/* SCROLLBAR */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 3px; }

/* TYPOGRAPHY */
h1,h2,h3,h4,h5 { font-family: var(--font-heading); font-weight: 600; line-height: 1.25; color: var(--text); }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.2rem); }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.5rem); }
a { color: var(--gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold-light); }
img { max-width: 100%; height: auto; display: block; }

/* CONTAINER */
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 var(--px); overflow-x: hidden; }
.section { overflow-x: hidden; }

/* BASHKIR ORNAMENT — временно отключён.
   Ждём качественный SVG кускар-узора от дизайнера/заказчика,
   файла img/ornament-border.svg в проекте нет. */
.bashkir-ornament { display: none; }

/* ========================================
   TOPBAR — contacts, socials, accessibility
   ======================================== */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1001;
  background: var(--gold-dark); color: rgba(255,255,255,0.8);
  font-family: var(--font-body); font-size: 0.7rem;
  height: 32px;
}
.topbar-inner {
  max-width: var(--max-width); margin: 0 auto; padding: 0 var(--px);
  display: flex; justify-content: space-between; align-items: center; height: 100%;
}
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 10px; }
.topbar-link, .topbar-social, .topbar-access {
  color: rgba(255,255,255,0.8); text-decoration: none; transition: color 0.2s;
}
.topbar-link:hover, .topbar-social:hover, .topbar-access:hover { color: #fff; }
.topbar-social {
  font-weight: 700; font-size: 0.65rem; letter-spacing: 0.04em;
  background: rgba(255,255,255,0.12); padding: 2px 8px; border-radius: 3px;
}
.topbar-sep { color: rgba(255,255,255,0.25); }
.topbar-access { font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.topbar-lang { display: flex; gap: 2px; }
.topbar-lang-btn {
  background: none; border: 1px solid rgba(255,255,255,0.25); color: rgba(255,255,255,0.6);
  padding: 2px 7px; border-radius: 3px; cursor: pointer; font-size: 0.62rem; font-weight: 700;
  font-family: var(--font-heading); transition: 0.2s;
}
.topbar-lang-btn.active, .topbar-lang-btn:hover {
  border-color: rgba(255,255,255,0.8); color: #fff; background: rgba(255,255,255,0.1);
}

/* ========================================
   NAVBAR — logo + theater name + buy btn
   ======================================== */
.navbar {
  position: fixed; top: 32px; left: 0; right: 0; z-index: 1000;
  height: 80px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--px);
  background: #fff;
  transition: background var(--transition), box-shadow var(--transition);
  max-width: 100vw;
}
.navbar.scrolled { box-shadow: 0 1px 8px rgba(0,0,0,0.06); }

/* Logo */
.nav-logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.nav-logo-img { width: 64px; height: 64px; border-radius: 4px; object-fit: cover; border: 2px solid var(--gold); }

/* Center: Theater name */
.nav-center {
  position: absolute; left: 50%; transform: translateX(-50%);
  text-align: center; white-space: nowrap;
}
.nav-theater-name {
  display: flex; flex-direction: column; text-decoration: none; line-height: 1.3;
}
.nav-theater-title {
  font-family: var(--font-heading); font-size: 1.05rem; font-weight: 700;
  color: var(--text); letter-spacing: 0.04em; text-transform: uppercase;
}
.nav-theater-gafuri {
  font-family: var(--font-heading); font-size: 0.95rem; font-weight: 400;
  color: var(--gold); letter-spacing: 0.06em; font-style: italic;
  margin-top: 1px;
}
.nav-theater-season {
  font-family: var(--font-heading); font-size: 0.62rem; font-weight: 600;
  color: var(--text-dim); letter-spacing: 0.12em; text-transform: uppercase;
  margin-top: 2px;
}
.nav-theater-season span { color: var(--gold); }

/* Nav right */
.nav-right { display: flex; align-items: center; gap: 10px; }
.nav-buy-btn {
  background: var(--gold); color: #fff; text-decoration: none;
  font-family: var(--font-heading); font-size: 0.75rem; font-weight: 700;
  padding: 10px 24px; border-radius: 6px; white-space: nowrap;
  text-transform: uppercase; letter-spacing: 0.04em;
  transition: var(--transition); box-shadow: 0 2px 12px rgba(139,26,26,0.3);
}
.nav-buy-btn:hover { background: var(--gold-light); color: #fff; transform: translateY(-1px); box-shadow: 0 4px 20px rgba(139,26,26,0.4); }
.mobile-buy-btn {
  display: inline-block; background: var(--gold); color: #fff !important;
  font-family: var(--font-heading); font-size: 1rem; font-weight: 700;
  padding: 14px 36px; border-radius: 8px; text-decoration: none;
  margin-top: 12px; text-transform: uppercase; letter-spacing: 0.04em;
}

/* ========================================
   NAV MENUBAR — horizontal links
   ======================================== */
.nav-menubar {
  position: fixed; top: 112px; left: 0; right: 0; z-index: 999;
  background: #fff;
  border-top: 1px solid var(--border);
  border-bottom: 3px solid var(--gold);
  display: flex; justify-content: center;
  padding: 0 var(--px);
}

/* Menu */
.nav-menu { display: flex; align-items: center; gap: 0; list-style: none; }
/* position: static — чтобы мега-меню растягивалось на всю ширину менюбара */
.nav-item { position: static; }
.nav-menu > li > a {
  color: var(--text-muted); text-decoration: none;
  font-family: var(--font-heading); font-size: 0.76rem; font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase;
  padding: 10px 18px; display: block;
  transition: color var(--transition), background var(--transition);
  position: relative; white-space: nowrap;
}
.nav-menu > li > a:hover, .nav-menu > li > a.active { color: var(--gold); background: rgba(139,26,26,0.05); }
.nav-menu > li > a.active::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 100%; height: 3px; background: var(--gold);
}

/* Mega Menu — раскрывается при наведении на всю ширину экрана
   (как у оперного театра, замечание заказчика) */
.mega-menu {
  position: absolute; top: 100%; left: 0; right: 0;
  padding: 32px var(--px) 36px;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(10px);
  border-bottom: 3px solid var(--gold);
  box-shadow: 0 32px 56px rgba(0,0,0,0.14);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
  transform: translateY(-8px);
  z-index: 998;
}
.nav-item.has-mega:hover .mega-menu {
  opacity: 1; visibility: visible; pointer-events: all;
  transform: translateY(0);
}
.mega-menu-inner {
  max-width: var(--max-width); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, minmax(200px, 300px));
  justify-content: center; gap: 6px 48px;
}
.mega-link {
  display: block; padding: 12px 16px; border-left: 2px solid transparent;
  font-family: var(--font-body); font-size: 0.95rem; font-weight: 400;
  color: var(--text); text-decoration: none; white-space: nowrap;
  transition: color var(--transition), background var(--transition), border-color var(--transition);
}
.mega-link:hover {
  color: var(--gold); background: rgba(139,26,26,0.05); border-left-color: var(--gold);
}

/* Burger */
.burger {
  display: none; background: none; border: none; cursor: pointer;
  width: 36px; height: 36px; position: relative; z-index: 1001;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.burger span {
  display: block; width: 22px; height: 2px; background: var(--text);
  border-radius: 1px; transition: var(--transition); transform-origin: center;
}
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu overlay */
.mobile-menu {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999;
  background: rgba(255,255,255,0.98); backdrop-filter: blur(20px);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; opacity: 0; visibility: hidden; transition: var(--transition-slow);
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu a {
  font-family: var(--font-heading); font-size: 1.6rem; color: var(--text-muted);
  padding: 10px 24px; border-radius: 8px; transition: var(--transition);
  text-decoration: none; transform: translateY(20px); opacity: 0;
}
.mobile-menu.open a {
  transform: translateY(0); opacity: 1;
  transition: transform 0.4s ease, opacity 0.4s ease, color var(--transition);
}
.mobile-menu.open a:nth-child(1) { transition-delay: 0.05s; }
.mobile-menu.open a:nth-child(2) { transition-delay: 0.1s; }
.mobile-menu.open a:nth-child(3) { transition-delay: 0.15s; }
.mobile-menu.open a:nth-child(4) { transition-delay: 0.2s; }
.mobile-menu.open a:nth-child(5) { transition-delay: 0.25s; }
.mobile-menu.open a:nth-child(6) { transition-delay: 0.3s; }
.mobile-menu.open a:nth-child(7) { transition-delay: 0.35s; }
.mobile-menu.open a:nth-child(8) { transition-delay: 0.4s; }
.mobile-menu a:hover, .mobile-menu a.active { color: var(--gold); }
.mobile-menu-socials {
  display: flex; gap: 16px; margin-top: 24px;
  transform: translateY(20px); opacity: 0; transition: var(--transition-slow);
}
.mobile-menu.open .mobile-menu-socials { transform: translateY(0); opacity: 1; transition-delay: 0.45s; }
.mobile-menu-socials a { font-size: 1.4rem; color: var(--text-dim); padding: 8px; }
.mobile-menu-socials a:hover { color: var(--gold); }

/* ========================================
   HERO SLIDER
   ======================================== */
.hero { position: relative; width: 100%; height: 85vh; min-height: 500px; max-height: 800px; overflow: hidden; margin-top: var(--nav-height); }
.hero-slides { position: relative; width: 100%; height: 100%; }
.hero-slide {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  opacity: 0; transition: opacity 0.8s ease; display: flex; align-items: flex-end;
}
.hero-slide.active { opacity: 1; z-index: 1; }
.hero-slide-bg {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background-size: cover; background-position: center;
  transition: transform 6s ease;
}
.hero-slide.active .hero-slide-bg { transform: scale(1.05); }
.hero-slide-overlay {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to top, rgba(14,14,14,0.98) 0%, rgba(14,14,14,0.6) 40%, rgba(14,14,14,0.25) 100%);
}
.hero-slide-content {
  position: relative; z-index: 2; padding: 60px var(--px) 80px;
  max-width: var(--max-width); width: 100%;
}
.hero-slide-badge {
  display: inline-block; padding: 4px 14px; border-radius: 4px;
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--white); margin-bottom: 16px;
}
.hero-slide-badge.premiere { background: var(--red); }
.hero-slide-badge.news { background: var(--blue); }
.hero-slide-badge.event { background: var(--purple); }
.hero-slide-badge.tour { background: var(--orange); }

.hero-slide-title {
  font-family: var(--font-heading); font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700; color: var(--white); margin-bottom: 12px; line-height: 1.15;
  max-width: 700px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.7), 0 0 40px rgba(0,0,0,0.4);
}
.hero-slide-desc {
  font-size: 1rem; color: rgba(255,255,255,0.88); margin-bottom: 8px; max-width: 500px; line-height: 1.5;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}
.hero-slide-meta {
  display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 24px;
  font-size: 0.85rem; color: rgba(255,255,255,0.82);
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.hero-slide-meta span { display: flex; align-items: center; gap: 6px; }
.hero-slide-meta svg { width: 15px; height: 15px; fill: var(--gold-light); }

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

/* Hero navigation */
.hero-arrows { position: absolute; top: 50%; z-index: 5; width: 100%; display: flex; justify-content: space-between; padding: 0 16px; transform: translateY(-50%); pointer-events: none; }
.hero-arrow {
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.7); color: var(--gold); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition); pointer-events: all; backdrop-filter: blur(8px);
}
.hero-arrow:hover { border-color: var(--gold); background: rgba(139,26,26,0.2); }
.hero-arrow svg { width: 18px; height: 18px; fill: currentColor; }

.hero-dots {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  z-index: 5; display: flex; gap: 8px;
}
.hero-dot {
  width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.3);
  cursor: pointer; transition: var(--transition); border: none;
}
.hero-dot.active { background: var(--gold); width: 24px; border-radius: 4px; }

/* ========================================
   BUTTONS
   ======================================== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600; font-size: 0.85rem;
  padding: 12px 28px; border-radius: 8px;
  text-decoration: none; border: none; cursor: pointer;
  transition: var(--transition); white-space: nowrap;
}
.btn svg { width: 16px; height: 16px; fill: currentColor; }

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #fff; box-shadow: 0 2px 12px rgba(139,26,26,0.3);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: var(--shadow-gold); color: #fff; }

.btn-outline {
  background: transparent; border: 1px solid rgba(0,0,0,0.12); color: var(--text);
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); background: rgba(139,26,26,0.08); }

.btn-sm { padding: 8px 18px; font-size: 0.78rem; border-radius: 6px; }

/* ========================================
   SECTION HEADERS
   ======================================== */
.section { padding: 80px 0; }
.section-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 40px; gap: 16px;
}
.section-header h2 { color: var(--gold); }
.section-header-sub { font-size: 0.85rem; color: var(--text-dim); margin-top: 4px; }
.section-header .btn { flex-shrink: 0; }
.section-divider {
  width: 48px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent);
  margin-top: 12px;
}

/* ========================================
   EVENT CARDS (Afisha)
   ======================================== */
.event-card {
  display: grid; grid-template-columns: 100px 180px 1fr auto;
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius); overflow: hidden;
  transition: var(--transition); margin-bottom: 10px;
  cursor: pointer;
}
.event-card:hover {
  border-color: rgba(139,26,26,0.3); background: var(--bg-card-hover);
  box-shadow: var(--shadow); transform: translateY(-2px);
}

/* Date column */
.ev-date {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 16px 8px; background: rgba(139,26,26,0.05);
  border-right: 1px solid var(--border); text-align: center;
}
.ev-date-day { font-family: var(--font-heading); font-size: 2.2rem; font-weight: 700; color: var(--gold); line-height: 1; }
.ev-date-month { font-size: 0.7rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.1em; }
.ev-date-weekday { font-size: 0.6rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 2px; }
.ev-date-time {
  font-size: 0.9rem; font-weight: 700; color: var(--gold);
  margin-top: 6px;
}

/* Image column */
.ev-image { position: relative; overflow: hidden; border-right: 1px solid var(--border); }
.ev-image img { width: 100%; height: 100%; min-height: 130px; object-fit: cover; transition: transform 0.5s ease; }
.event-card:hover .ev-image img { transform: scale(1.06); }
.ev-image-placeholder {
  width: 100%; height: 100%; min-height: 130px; display: flex;
  align-items: center; justify-content: center;
  font-family: var(--font-heading); font-size: 1.6rem; font-weight: 700;
  color: rgba(0,0,0,0.06); transition: transform 0.5s ease;
}

.ev-badges { position: absolute; top: 6px; left: 6px; display: flex; flex-direction: column; gap: 3px; z-index: 2; }
.ev-badge {
  display: inline-block; padding: 2px 8px; border-radius: 3px;
  font-size: 0.58rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--white);
}
.badge-premiere { background: var(--red); }
.badge-tour { background: var(--blue); }
.badge-guests { background: var(--purple); }
.badge-new { background: var(--green); }
.badge-closing { background: var(--orange); }

/* Info column */
.ev-info { padding: 14px 20px; display: flex; flex-direction: column; justify-content: center; gap: 6px; }
.ev-title {
  font-family: var(--font-heading); font-size: 1.1rem; font-weight: 700;
  color: var(--text); line-height: 1.3; transition: color var(--transition);
}
.ev-title-sub { font-family: var(--font-body); font-size: 0.75rem; color: var(--text-dim); font-weight: 400; }
.event-card:hover .ev-title { color: var(--gold); }

.ev-meta { display: flex; flex-wrap: wrap; gap: 12px; font-size: 0.75rem; color: var(--text-muted); }
.ev-meta-item { display: flex; align-items: center; gap: 4px; }
.ev-meta-item svg { width: 12px; height: 12px; fill: var(--gold-dark); flex-shrink: 0; }

.ev-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 4px; }
.ev-tag {
  padding: 2px 8px; border-radius: 3px; font-size: 0.62rem; font-weight: 500;
  background: rgba(139,26,26,0.08); color: var(--gold); border: 1px solid rgba(139,26,26,0.12);
}
.ev-tag-age { background: rgba(0,0,0,0.05); color: var(--text-muted); border-color: rgba(0,0,0,0.06); font-weight: 700; }
.ev-tag-venue { background: rgba(41,128,185,0.08); color: #5DADE2; border-color: rgba(41,128,185,0.15); }

/* Action column */
.ev-action {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 14px 20px; gap: 8px; border-left: 1px solid var(--border); min-width: 150px;
}
.ev-action .afisha-tile-pushkin { margin-bottom: 4px; }

/* ========================================
   SHOW MORE BUTTON
   ======================================== */
.show-more-wrap { text-align: center; padding: 32px 0; }
.show-more-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(139,26,26,0.08); border: 1px solid var(--border);
  color: var(--gold); padding: 12px 32px; border-radius: 8px;
  cursor: pointer; font-family: var(--font-body); font-size: 0.85rem; font-weight: 500;
  transition: var(--transition);
}
.show-more-btn:hover { background: rgba(139,26,26,0.15); border-color: rgba(139,26,26,0.3); }
.show-more-btn svg { width: 14px; height: 14px; fill: currentColor; transition: transform var(--transition); }
.show-more-btn:hover svg { transform: translateY(3px); }

/* ========================================
   NEWS CARDS
   ======================================== */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news-card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; transition: var(--transition);
}
.news-card:hover { border-color: rgba(139,26,26,0.2); transform: translateY(-3px); box-shadow: var(--shadow); }
.news-card-image { position: relative; height: 200px; overflow: hidden; font-size: 0; color: transparent; background: var(--bg-card); }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.news-card:hover .news-card-image img { transform: scale(1.05); }
.news-card-image-placeholder {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  font-size: 3rem; background: linear-gradient(135deg, #f0ebe5, #e8e0d8);
}
.news-card-cat {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  padding: 5px 14px; border-radius: 20px; font-size: 0.65rem; font-weight: 600;
  background: rgba(139,26,26,0.85); color: #fff; backdrop-filter: blur(12px);
  text-transform: uppercase; letter-spacing: 0.08em;
  border: 1px solid rgba(0,0,0,0.12);
}
.news-card-body { padding: 20px; }
.news-card-date { font-size: 0.72rem; color: var(--text-dim); margin-bottom: 8px; }
.news-card-title {
  font-family: var(--font-heading); font-size: 1.05rem; font-weight: 600;
  color: var(--text); line-height: 1.35; margin-bottom: 10px;
  transition: color var(--transition);
}
.news-card:hover .news-card-title { color: var(--gold); }
.news-card-excerpt { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; }
.news-card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 0.8rem; font-weight: 500; color: var(--gold); }
.news-card-link svg { width: 14px; height: 14px; fill: currentColor; transition: transform var(--transition); }
.news-card-link:hover svg { transform: translateX(4px); }

/* ========================================
   ACTOR CARDS
   ======================================== */
.actors-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.actor-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 3/4; cursor: pointer; transition: var(--transition);
}
.actor-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.actor-card img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(80%); transition: filter 0.5s ease, transform 0.5s ease; }
.actor-card:hover img { filter: grayscale(0%); transform: scale(1.05); }
.actor-card-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 20px 14px 14px;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
}
.actor-card-name { font-family: var(--font-heading); font-size: 0.85rem; font-weight: 600; color: var(--white); line-height: 1.2; }
.actor-card-title { font-size: 0.65rem; color: var(--gold); margin-top: 2px; }

/* ========================================
   PERFORMANCE CARDS (REPERTOIRE)
   ======================================== */
.perf-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.perf-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 3/4; cursor: pointer; transition: var(--transition);
  background: var(--bg-card); border: 1px solid var(--border);
}
.perf-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(139,26,26,0.3); }
.perf-card-image { width: 100%; height: 70%; overflow: hidden; }
.perf-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.perf-card:hover .perf-card-image img { transform: scale(1.05); }
.perf-card-body { padding: 14px; display: flex; flex-direction: column; gap: 4px; }
.perf-card-title { font-family: var(--font-heading); font-size: 0.9rem; font-weight: 600; color: var(--text); line-height: 1.25; }
.perf-card-genre { font-size: 0.7rem; color: var(--text-muted); }
.perf-card-badges { position: absolute; top: 10px; left: 10px; display: flex; gap: 4px; z-index: 2; }

/* ========================================
   FILTERS
   ======================================== */
.filters { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; padding: 20px 0; }
.filter-group { display: flex; align-items: center; gap: 6px; }
.filter-label { font-size: 0.72rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.08em; margin-right: 4px; }
.filter-btn {
  background: rgba(0,0,0,0.03); border: 1px solid var(--border); color: var(--text-muted);
  padding: 6px 16px; border-radius: 20px; cursor: pointer;
  font-family: var(--font-body); font-size: 0.78rem; font-weight: 500; white-space: nowrap;
  transition: var(--transition);
}
.filter-btn.active, .filter-btn:hover { background: rgba(139,26,26,0.12); border-color: rgba(139,26,26,0.3); color: var(--gold); }
.filter-sep { width: 1px; height: 24px; background: var(--border); margin: 0 8px; }
.filter-reset { background: none; border: none; color: var(--text-dim); cursor: pointer; font-family: var(--font-body); font-size: 0.78rem; padding: 6px 12px; transition: color var(--transition); }
.filter-reset:hover { color: var(--gold); }

/* DATE SCROLL */
.date-scroll-wrap { padding: 0 0 24px; overflow-x: auto; scrollbar-width: none; }
.date-scroll-wrap::-webkit-scrollbar { display: none; }
.date-scroll { display: flex; gap: 8px; }
.date-chip {
  flex-shrink: 0; display: flex; flex-direction: column; align-items: center;
  padding: 10px 14px; border-radius: var(--radius-sm);
  border: 1px solid var(--border); background: var(--bg-card);
  cursor: pointer; transition: var(--transition); min-width: 66px;
}
.date-chip:hover, .date-chip.active { border-color: var(--gold); background: rgba(139,26,26,0.08); }
.date-chip.active { box-shadow: 0 0 12px rgba(139,26,26,0.12); }
.date-chip-weekday { font-size: 0.6rem; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.04em; }
.date-chip-day { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 700; color: var(--text-muted); line-height: 1.2; }
.date-chip.active .date-chip-day { color: var(--gold); }
.date-chip-month { font-size: 0.65rem; color: var(--text-dim); }
.date-chip-count { margin-top: 4px; font-size: 0.55rem; background: rgba(139,26,26,0.12); color: var(--gold); padding: 1px 7px; border-radius: 10px; }
.date-chip.in-range { border-color: rgba(139,26,26,0.4); background: rgba(139,26,26,0.06); }
.date-chip.in-range .date-chip-day { color: var(--gold); }
input[type="date"] { color-scheme: light; }

/* ========================================
   PAGE HEADER
   ======================================== */
.page-header {
  padding: calc(var(--nav-height) + 40px) 0 32px;
  border-bottom: 1px solid var(--border);
}
.page-header h1 { color: var(--gold); }
.page-header-sub { color: var(--text-dim); font-size: 0.9rem; margin-top: 4px; }
.page-header-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }

/* Breadcrumbs */
.breadcrumbs { font-size: 0.75rem; color: var(--text-dim); margin-bottom: 12px; display: flex; gap: 8px; }
.breadcrumbs a { color: var(--text-muted); }
.breadcrumbs a:hover { color: var(--gold); }
.breadcrumbs span { color: var(--text-dim); }

/* ========================================
   DETAIL PAGE (Spectacle / Actor / News)
   ======================================== */
.detail-hero {
  position: relative; width: 100%; height: 50vh; min-height: 360px;
  overflow: hidden; margin-top: var(--nav-height);
}
.detail-hero img {
  width: 100%; height: 100%; object-fit: cover;
}
.detail-hero-overlay {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 60px var(--px) 40px;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
}
.detail-body { padding: 40px 0 80px; }
.detail-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 48px; }
.detail-sidebar { position: sticky; top: calc(var(--nav-height) + 24px); align-self: start; }
.detail-sidebar-card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 24px; margin-bottom: 20px;
}
.detail-sidebar-card h4 { font-size: 0.9rem; color: var(--gold); margin-bottom: 16px; }

/* ========================================
   CONTACT PAGE
   ======================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-map { border-radius: var(--radius); overflow: hidden; height: 400px; border: 1px solid var(--border); }
.contact-map iframe { width: 100%; height: 100%; border: none; }
.contact-info-card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 32px; margin-bottom: 20px;
}
.contact-info-card h3 { color: var(--gold); font-size: 1rem; margin-bottom: 16px; }
.contact-item { display: flex; gap: 12px; margin-bottom: 14px; font-size: 0.9rem; color: var(--text-muted); }
.contact-item svg { width: 18px; height: 18px; fill: var(--gold); flex-shrink: 0; margin-top: 2px; }
.contact-item a { color: var(--text); }
.contact-item a:hover { color: var(--gold); }

/* ========================================
   FOOTER
   ======================================== */
.footer { border-top: 3px solid var(--gold); padding: 60px 0 24px; background: #2D0A0A; color: #e8e0d8; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-about-name { font-family: var(--font-heading); font-size: 1rem; color: #fff; margin-bottom: 8px; }
.footer-about-text { font-size: 0.8rem; color: rgba(255,255,255,0.6); line-height: 1.6; margin-bottom: 16px; }
.footer-socials { display: flex; gap: 8px; }
.footer-social {
  width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.7); transition: var(--transition); text-decoration: none; font-size: 0.9rem;
}
.footer-social:hover { border-color: #B83232; color: #fff; background: rgba(184,50,50,0.2); }
.footer-col-title { font-family: var(--font-heading); font-size: 0.85rem; color: #B83232; margin-bottom: 16px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { font-size: 0.8rem; color: rgba(255,255,255,0.6); transition: color var(--transition); text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.75rem; color: rgba(255,255,255,0.4);
}
.footer-phones { display: flex; flex-direction: column; gap: 4px; }
.footer-phones a { color: rgba(255,255,255,0.7); font-size: 0.85rem; font-weight: 500; }
.footer-phones a:hover { color: #fff; }

/* ========================================
   ANIMATIONS
   ======================================== */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.event-card { animation: fadeInUp 0.4s ease forwards; }

/* ========================================
   EVENT CARD — GRID VIEW
   ======================================== */
.events-container--grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.events-container--grid .mood-section {
  grid-column: 1 / -1;
}
.events-container--grid .event-card {
  grid-template-columns: 1fr;
  margin-bottom: 0;
}
.events-container--grid .ev-date {
  flex-direction: row; gap: 8px;
  padding: 12px 14px;
  border-right: none; border-bottom: 1px solid var(--border);
}
.events-container--grid .ev-image {
  border-right: none; border-bottom: 1px solid var(--border);
  height: 160px;
}
.events-container--grid .ev-image-placeholder {
  font-size: 2.5rem; min-height: 160px;
}
.events-container--grid .ev-info { padding: 14px; }
.events-container--grid .ev-action {
  border-left: none; border-top: 1px solid var(--border);
  flex-direction: row; justify-content: space-between; padding: 12px 14px; min-width: auto;
}
@media(max-width:900px) {
  .events-container--grid { grid-template-columns: 1fr; }
}

/* ========================================
   MOOD SECTION (Choose by mood)
   ======================================== */
.mood-section {
  padding: 40px 0 0;
  overflow: hidden;
}
.mood-section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 600;
  color: var(--text);
  margin-bottom: 20px;
  text-align: center;
}
.mood-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.mood-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 24px 16px;
  min-width: 120px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-card);
  color: var(--text-muted);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: var(--transition);
  text-transform: uppercase;
}
.mood-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  object-fit: contain;
  transition: var(--transition);
  opacity: 0.55;
}
.mood-chip:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(139,26,26,0.04);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(139,26,26,0.1);
}
.mood-chip:hover .mood-icon { opacity: 1; }
.mood-chip.active {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
  box-shadow: 0 4px 16px rgba(139,26,26,0.25);
}
.mood-chip.active .mood-icon { opacity: 1; filter: brightness(0) invert(1); }
.mood-chip.active:hover {
  background: var(--gold-light);
  transform: translateY(-3px);
}

/* ========================================
   EVENT CARD — Consistent image proportions
   ======================================== */
.ev-image img {
  aspect-ratio: 3/4;
  object-fit: cover;
}

/* ========================================
   AFISHA TILE GRID
   ======================================== */
.afisha-tile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.afisha-tile {
  display: flex; flex-direction: column;
  background: var(--bg-card); border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius); overflow: hidden;
  text-decoration: none; color: inherit;
  transition: var(--transition);
}
.afisha-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(139,26,26,0.4);
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
}

/* Date bar at top */
.afisha-tile-datebar {
  display: flex; align-items: center; gap: 8px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  background: rgba(139,26,26,0.03);
}
.atd-day {
  font-family: var(--font-heading); font-size: 1.8rem; font-weight: 800;
  color: var(--gold-light); line-height: 1;
}
.atd-month {
  font-family: var(--font-heading); font-size: 0.78rem; font-weight: 600;
  color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.03em;
}
.atd-weekday {
  font-size: 0.7rem; color: var(--text-muted); text-transform: uppercase;
  letter-spacing: 0.03em;
  border-left: 1px solid rgba(0,0,0,0.08); padding-left: 8px;
}
/* Время оформлено так же, как месяц (замечание заказчика),
   отличается только фирменным цветом */
.atd-time {
  margin-left: auto;
  color: var(--gold);
  font-family: var(--font-heading); font-size: 0.78rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.03em;
}

/* Image */
.afisha-tile-img {
  position: relative; overflow: hidden;
}
.afisha-tile-img img {
  width: 100%; aspect-ratio: 16/10; object-fit: cover;
  display: block; transition: transform 0.5s ease;
}
.afisha-tile:hover .afisha-tile-img img {
  transform: scale(1.05);
}

/* Badges on image */
.afisha-tile-badge {
  position: absolute; top: 10px; left: 10px;
  padding: 4px 12px; border-radius: 4px;
  font-family: var(--font-heading);
  font-size: 0.62rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em; color: #fff;
}
.badge-premiere { background: var(--gold); }
.badge-new { background: #2980B9; }
.badge-closing { background: #E67E22; }

/* Pushkin card badge */
.afisha-tile-pushkin {
  display: flex; align-items: center;
  flex-shrink: 0;
}
.afisha-tile-pushkin img {
  height: 48px; width: auto; object-fit: contain;
  display: block;
}

/* Old date overlay - keep for backwards compat */
.afisha-tile-date {
  position: absolute; top: 10px; left: 10px;
  background: rgba(0,0,0,0.75); backdrop-filter: blur(8px);
  padding: 8px 12px; border-radius: 8px;
  display: flex; flex-direction: column; align-items: center;
  line-height: 1;
}

/* Body */
.afisha-tile-body {
  padding: 14px 16px 6px; flex: 1;
}
.afisha-tile-title {
  font-family: var(--font-heading); font-size: 1.05rem; font-weight: 700;
  color: var(--text); margin-bottom: 4px; line-height: 1.25;
}
.afisha-tile-subtitle {
  font-size: 0.72rem; color: var(--text-dim); margin-bottom: 8px;
}
.afisha-tile-author {
  font-size: 0.68rem; color: var(--text-muted); font-style: italic;
  margin-bottom: 6px;
}
.afisha-tile-meta {
  display: flex; align-items: center; gap: 12px;
  font-size: 0.7rem; color: var(--text-muted); margin-bottom: 8px;
}
.afisha-tile-meta svg { width: 12px; height: 12px; fill: var(--gold-light); flex-shrink: 0; }
.afisha-tile-meta span { display: flex; align-items: center; gap: 4px; }
.afisha-tile-time {
  font-size: 0.7rem; color: var(--text-dim); margin-bottom: 6px;
}
.afisha-tile-genre {
  font-size: 0.72rem; color: var(--gold-light); margin-bottom: 3px;
}
.afisha-tile-director {
  font-size: 0.7rem; color: var(--text-dim);
}
.afisha-tile-tags {
  display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 8px;
}
.afisha-tile-tag {
  font-size: 0.62rem; padding: 3px 8px; border-radius: 4px;
  border: 1px solid rgba(139,26,26,0.2); color: var(--gold-light);
  background: rgba(139,26,26,0.06);
}
.afisha-tile-tag-venue {
  border-color: rgba(41,128,185,0.25); color: #5DADE2;
  background: rgba(41,128,185,0.08);
}
.afisha-tile-tag-age {
  border-color: rgba(0,0,0,0.08); color: var(--text-muted);
  background: rgba(0,0,0,0.03);
}

/* Bottom action */
.afisha-tile-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px 14px;
  border-top: 1px solid rgba(0,0,0,0.03);
}
.afisha-tile-pushkin { flex-shrink: 0; margin-right: auto; margin-left: 0; }
.afisha-tile-action .btn { text-align: center; margin-left: auto; }

/* ========================================
   HERO SEASON BADGE
   ======================================== */
.hero-season-badge {
  position: absolute; left: var(--px); top: 50%; transform: translateY(-50%);
  z-index: 3; display: flex; flex-direction: column; align-items: center;
  padding: 16px 12px; border-radius: 8px;
  background: rgba(0,0,0,0.5); backdrop-filter: blur(10px);
  border: 1px solid rgba(139,26,26,0.3);
}
.hsb-number {
  font-family: var(--font-heading); font-size: 2.2rem; font-weight: 800;
  color: var(--gold-light); line-height: 1;
}
.hsb-text {
  font-family: var(--font-heading); font-size: 0.6rem; font-weight: 600;
  color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.15em;
  margin-top: 2px;
}
.hsb-years {
  font-size: 0.55rem; color: var(--text-dim); margin-top: 4px; letter-spacing: 0.05em;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1200px) {
  :root { --px: 32px; }
  .actors-grid { grid-template-columns: repeat(4, 1fr); }
  .perf-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 900px) {
  :root { --px: 20px; --nav-height: 60px; }
  .burger { display: flex !important; }
  .nav-menu, .nav-right { display: none !important; }
  .nav-season { display: none; }
  .nav-logo-img { width: 42px; height: 42px; }

  .hero { height: 65vh; min-height: 380px; max-height: 550px; }
  .hero-slide-title { font-size: 1.6rem; max-width: 100%; }
  .hero-slide-desc { font-size: 0.85rem; max-width: 100%; }
  .hero-slide-content { padding: 30px var(--px) 50px; }
  .hero-slide-overlay {
    background: linear-gradient(to top, rgba(14,14,14,1) 0%, rgba(14,14,14,0.85) 30%, rgba(14,14,14,0.4) 100%);
  }
  .hero-slide-bg { background-position: center top; }
  .hero-slide-meta { font-size: 0.75rem; gap: 10px; margin-bottom: 16px; }
  .hero-slide-meta svg { width: 13px; height: 13px; }
  .hero-slide-badge { font-size: 0.6rem; padding: 3px 10px; margin-bottom: 10px; }
  .hero-slide-actions .btn { font-size: 0.8rem; padding: 8px 16px; }
  .hero-arrows { display: none; }
  .hero-season-badge { display: none; }

  .afisha-tile-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .afisha-tile-datebar { padding: 8px 10px; gap: 6px; }
  .atd-day { font-size: 1.4rem; }
  .atd-weekday { display: none; }

  .event-card { grid-template-columns: 1fr; max-width: 100%; }
  .ev-date { flex-direction: row; gap: 12px; padding: 10px 14px; border-right: none; border-bottom: 1px solid var(--border); }
  .ev-image { width: 100%; min-width: unset; height: 200px; }
  .ev-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .ev-image a { display: block; width: 100%; height: 100%; }
  .ev-info { padding: 12px 14px; min-width: 0; }
  .ev-title { word-break: break-word; }
  .ev-action { flex-direction: row; justify-content: space-between; border-left: none; border-top: 1px solid var(--border); padding: 10px 14px; min-width: auto; }
  .ev-tags { overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
  .ev-tags::-webkit-scrollbar { display: none; }

  .news-grid { grid-template-columns: 1fr; }
  .news-card-image { height: 180px; }
  .actors-grid { grid-template-columns: repeat(3, 1fr); }
  .perf-grid { grid-template-columns: repeat(2, 1fr); }

  .detail-grid { grid-template-columns: 1fr; }
  .detail-sidebar { position: static; }
  .contact-grid { grid-template-columns: 1fr; }

  .section { padding: 48px 0; }
  .section-header { flex-direction: column; align-items: flex-start; }

  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .mood-section { padding: 32px 0 0; }
  .mood-chips { gap: 8px; }
  .mood-chip { padding: 8px 16px; font-size: 0.82rem; }
}

@media (max-width: 600px) {
  :root { --px: 16px; }
  .actors-grid { grid-template-columns: repeat(2, 1fr); }
  .perf-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .afisha-tile-grid { grid-template-columns: 1fr; gap: 14px; }
  .afisha-tile-title { font-size: 0.92rem; }
  .afisha-tile-datebar { padding: 8px 12px; }
  .atd-time { font-size: 0.7rem; }
  .afisha-tile-pushkin img { height: 36px; width: auto; }
  .hero { height: 55vh; min-height: 320px; max-height: 450px; }
  .hero-slide-title { font-size: 1.4rem; }
  .hero-slide-desc { font-size: 0.78rem; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
  .hero-slide-content { padding: 20px var(--px) 40px; }
  .hero-slide-meta { gap: 8px; font-size: 0.7rem; margin-bottom: 12px; }
  .hero-slide-actions .btn { font-size: 0.75rem; padding: 7px 14px; }
  .hero-dots { bottom: 12px; gap: 6px; }
  .hero-dot { width: 6px; height: 6px; }
  .filters { gap: 6px; max-width: 100%; overflow-x: auto; }
  .filter-group { max-width: 100%; overflow-x: auto; flex-wrap: wrap; }
  .filter-sep { display: none; }
  .ev-image { height: 160px; }
  .news-card-image { height: 150px; }
  .date-period { flex-direction: column; align-items: flex-start !important; }
  .date-period > div:last-child { margin-left: 0 !important; }
}

/* ========================================
   SCROLL TO TOP BUTTON
   ======================================== */
.scroll-top-btn {
  background: var(--gold); color: #fff;
  position: fixed; bottom: 32px; right: 32px; z-index: 900;
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(139,26,26,0.4);
  opacity: 0; visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.scroll-top-btn.visible {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.scroll-top-btn:hover {
  transform: translateY(-3px); box-shadow: 0 6px 28px rgba(139,26,26,0.5);
}
.scroll-top-btn svg {
  width: 22px; height: 22px; fill: #fff;
}
@media(max-width:600px) {
  .scroll-top-btn {
  background: var(--gold); color: #fff; bottom: 20px; right: 20px; width: 42px; height: 42px; }
}
