﻿:root {
  --red: #c8201f;
  --blue: #11376d;
  --gold: #d79a11;
  --cream: #F5F0E6;
  --ink: #111315;
  --font-head: 'Oswald', sans-serif;
  --font-impact: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  --font-signature: "Segoe Print", "Comic Sans MS", cursive;
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
}

body {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  background: radial-gradient(circle at 10% 12%, rgba(215, 154, 17, 0.08), transparent 21rem),
    radial-gradient(circle at 94% 22%, rgba(200, 32, 31, 0.08), transparent 16rem),
    var(--cream);
  color: var(--blue);
}

.section-stack-top {
  z-index: 2;
}

body>*:not(#bg-decor):not(.modal):not(.modal-backdrop):not(#mainNav):not(#scroll-top) {
  position: relative;
  z-index: 1;
}

#dirModal {
  z-index: 1080;
}

.modal-backdrop {
  z-index: 1070;
}

section {
  position: relative;
  overflow: hidden;
  --section-tint-a: rgba(245, 240, 230, 0);
  --section-tint-b: rgba(245, 240, 230, 0.84);
  --section-tint-c: rgba(250, 247, 241, 0.92);
  background:
    linear-gradient(180deg,
      var(--section-tint-a) 0%,
      var(--section-tint-b) 9%,
      var(--section-tint-c) 50%,
      var(--section-tint-b) 91%,
      var(--section-tint-a) 100%);
}

.about {
  --section-tint-a: rgba(237, 232, 220, 0);
  --section-tint-b: rgba(237, 232, 220, 0.82);
  --section-tint-c: rgba(245, 241, 232, 0.9);
}

.program,
.venues,
.masterclasses,
.partners {
  --section-tint-a: rgba(245, 240, 230, 0);
  --section-tint-b: rgba(245, 240, 230, 0.82);
  --section-tint-c: rgba(250, 247, 241, 0.9);
}

#contacts {
  --section-tint-a: rgba(245, 240, 230, 0);
  --section-tint-b: rgba(243, 238, 229, 0.8);
  --section-tint-c: rgba(249, 246, 239, 0.88);
}

section>.container,
section>.container-fluid {
  position: relative;
  z-index: 1;
}

section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  background:
    radial-gradient(circle at 86% 16%, rgba(200, 32, 31, 0.12), transparent 18rem),
    radial-gradient(circle at 12% 74%, rgba(215, 154, 17, 0.13), transparent 16rem),
    linear-gradient(118deg, transparent 0 46%, rgba(17, 55, 109, 0.045) 46.2% 46.8%, transparent 47% 100%);
}

.about::after {
  background:
    radial-gradient(circle at 84% 18%, rgba(17, 55, 109, 0.13), transparent 17rem),
    radial-gradient(circle at 10% 80%, rgba(200, 32, 31, 0.12), transparent 15rem);
}

.program::after {
  background:
    radial-gradient(circle at 92% 12%, rgba(200, 32, 31, 0.13), transparent 20rem),
    radial-gradient(circle at 8% 62%, rgba(215, 154, 17, 0.14), transparent 18rem);
}

.venues::after {
  background:
    radial-gradient(circle at 12% 16%, rgba(17, 55, 109, 0.13), transparent 18rem),
    radial-gradient(circle at 88% 70%, rgba(215, 154, 17, 0.14), transparent 17rem),
    linear-gradient(135deg, transparent 0 48%, rgba(200, 32, 31, 0.055) 48.2% 48.8%, transparent 49%);
}

.masterclasses::after,
.partners::after,
#contacts::after {
  background:
    radial-gradient(circle at 88% 20%, rgba(215, 154, 17, 0.15), transparent 16rem),
    radial-gradient(circle at 14% 76%, rgba(200, 32, 31, 0.12), transparent 15rem);
}

.program::before,
.venues::before,
.masterclasses::before,
.partners::before,
#contacts::before {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  font-family: bootstrap-icons !important;
  line-height: 1;
  font-size: clamp(92px, 13vw, 190px);
  opacity: 0.13;
  color: var(--blue);
}

.program::before {
  content: "\F49E";
  right: clamp(18px, 7vw, 120px);
  top: 76px;
  color: var(--red);
  transform: rotate(-11deg);
}

.venues::before {
  content: "\F3E8";
  left: clamp(14px, 5vw, 88px);
  top: 82px;
  color: var(--blue);
  transform: rotate(7deg);
}

.masterclasses::before {
  content: "\F4B1";
  right: clamp(14px, 7vw, 110px);
  top: 62px;
  color: var(--gold);
  transform: rotate(12deg);
}

.partners::before {
  content: "\F4CF";
  left: clamp(18px, 6vw, 100px);
  top: 52px;
  color: var(--red);
  transform: rotate(-8deg);
}

#contacts::before {
  content: "\F32F";
  right: clamp(18px, 7vw, 120px);
  top: 42px;
  color: var(--blue);
  transform: rotate(8deg);
}

section {
  scroll-margin-top: 70px;
}

/* в”Ђв”Ђ Section header в”Ђв”Ђ */

.sh-accent {
  width: 50px;
  height: 4px;
  background: var(--red);
  margin-bottom: 16px;
}

.section-header.light .sh-accent {
  background: var(--gold);
}

.section-header.light h2,
.section-header.light p {
  color: #fff;
}

.section-header h2 {
  font-family: var(--font-head);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.1;
  color: var(--ink);
}

.section-header p {
  font-size: 15px;
  color: #777;
  letter-spacing: 1px;
}

/* Scroll reveal */

.reveal-on-scroll {
  --reveal-shift-x: 0px;
  --reveal-shift-y: 42px;
  --reveal-scale: 0.985;
  --reveal-rotate: 0deg;
  --reveal-blur: 10px;
  --reveal-delay: 0ms;
  opacity: 0;
  visibility: hidden;
  filter: blur(var(--reveal-blur));
  transform: translate3d(var(--reveal-shift-x), var(--reveal-shift-y), 0) scale(var(--reveal-scale)) rotate(var(--reveal-rotate));
  transform-origin: 50% 50%;
  transition:
    opacity 760ms var(--ease-out-quint),
    transform 760ms var(--ease-out-quint),
    filter 760ms ease,
    visibility 0s linear 760ms;
  transition-delay: var(--reveal-delay);
  will-change: opacity, transform, filter;
}

.reveal-on-scroll[data-reveal="left"] {
  --reveal-shift-x: -48px;
  --reveal-shift-y: 20px;
}

.reveal-on-scroll[data-reveal="right"] {
  --reveal-shift-x: 48px;
  --reveal-shift-y: 20px;
}

.reveal-on-scroll[data-reveal="up"] {
  --reveal-shift-y: 48px;
}

.reveal-on-scroll[data-reveal="soft"] {
  --reveal-shift-y: 28px;
  --reveal-scale: 0.992;
  --reveal-blur: 6px;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  visibility: visible;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  transition-delay: var(--reveal-delay);
  transition-duration: 760ms, 760ms, 760ms, 0s;
}

.reveal-on-scroll.is-past {
  opacity: 0.58;
  visibility: visible;
  filter: saturate(0.94);
  transform: translate3d(0, -10px, 0) scale(0.995);
  transition-delay: 0ms;
  transition-duration: 420ms, 420ms, 420ms, 0s;
}

@media (prefers-reduced-motion: reduce) {
  .stars-marquee-shell {
    overflow-x: auto;
    mask-image: none;
  }

  .stars-marquee-track {
    width: auto;
    animation: none;
  }

  .reveal-on-scroll,
  .reveal-on-scroll.is-visible,
  .reveal-on-scroll.is-past {
    opacity: 1;
    visibility: visible;
    filter: none;
    transform: none;
    transition: none;
  }
}

/* в”Ђв”Ђ Hero в”Ђв”Ђ */

#hero {
  background: linear-gradient(rgba(255, 247, 232, 0.82), rgba(255, 247, 232, 0.88));
  border-bottom: 1px solid rgba(22, 21, 18, 0.18);
}

#hero::before,
#hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
}

#hero::before {
  width: 25rem;
  height: 9rem;
  right: -7rem;
  top: 48rem;
  background: linear-gradient(120deg, transparent 18%, rgba(200, 32, 31, 0.95) 19% 44%, transparent 46%),
    radial-gradient(ellipse at 30% 55%, rgba(17, 55, 109, 0.9), transparent 54%);
  filter: blur(1px);
  transform: rotate(-9deg);
}

#hero::after {
  width: 20rem;
  height: 9rem;
  left: -6rem;
  top: 79rem;
  background: radial-gradient(ellipse at 42% 50%, rgba(200, 32, 31, 0.9), transparent 48%),
    linear-gradient(103deg, transparent 40%, rgba(215, 154, 17, 0.9) 41% 56%, transparent 58%);
  transform: rotate(-14deg);
}

/* в”Ђв”Ђ Date panel в”Ђв”Ђ */

.date-panel {
  background: linear-gradient(90deg, rgba(252, 244, 229, 0.96), rgba(239, 228, 209, 0.84));
  border-right: 1px solid rgba(24, 22, 18, 0.22);
}

.date-panel::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 9px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.11), transparent);
  opacity: 0.45;
  pointer-events: none;
}

.date-panel-mobile {
  gap: 14px;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(24, 22, 18, 0.15);
}

.date-panel-mobile-copy {
  min-width: 0;
  flex: 1 1 220px;
  flex-wrap: wrap;
  row-gap: 2px;
}

.date-panel-mobile-date,
.date-panel-mobile-place {
  display: block;
  line-height: 1.15;
  letter-spacing: 0.8px;
}

.date-panel-mobile-date {
  font-size: 0.85rem;
}

.date-panel-mobile-place {
  font-size: 0.8rem;
  color: rgba(17, 19, 21, 0.78);
}

.date-panel-desktop {
  padding: 2.2vw 3.2vw;
}

.brand-lockup {
  gap: 12px;
  margin-bottom: 6vw;
}

.brand-mark {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  color: #fff7e8;
  background: var(--red);
  font-family: var(--font-head);
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(16px, 1.9vw, 24px);
  box-shadow: inset 0 -6px 0 rgba(152, 26, 23, 0.35);
  width: clamp(44px, 5vw, 68px);
  height: clamp(44px, 5vw, 68px);
}

.brand-mark-sm {
  width: 36px;
  height: 36px;
  font-size: 14px;
  box-shadow: inset 0 -4px 0 rgba(152, 26, 23, 0.35);
}

.brand-lockup p {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
  color: var(--blue);
  font-size: clamp(10px, 1.05vw, 14px);
}

.brand-lockup p::first-line {
  color: #6e665b;
}

.date-stack {
  font-family: var(--font-impact);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
  margin-bottom: clamp(12px, 2vw, 28px);
}

.date-range {
  color: var(--blue);
  font-size: clamp(58px, 8.2vw, 108px);
  line-height: 0.82;
}

.date-month {
  color: var(--blue);
  font-size: clamp(21px, 3.1vw, 42px);
}

.date-year {
  color: var(--red);
  font-size: clamp(45px, 6.2vw, 84px);
}

.place {
  font-family: var(--font-impact);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 0;
  color: var(--blue);
  font-size: clamp(14px, 1.7vw, 24px);
}

.place span {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78em;
  font-weight: 800;
  line-height: 1.14;
  text-transform: uppercase;
}

/* в”Ђв”Ђ Decor в”Ђв”Ђ */

.decor-totem {
  position: absolute;
  left: clamp(40px, 5.4vw, 72px);
  bottom: -12px;
  width: 64px;
  height: 78px;
}

.decor-totem span {
  position: absolute;
  display: block;
}

.decor-totem span:nth-child(1) {
  width: 17px;
  height: 17px;
  top: 0;
  left: 0;
  background: var(--red);
}

.decor-totem span:nth-child(2) {
  width: 3px;
  height: 38px;
  top: 26px;
  left: 7px;
  background: var(--gold);
  box-shadow: 0 12px 0 var(--gold), 0 25px 0 var(--gold);
}

.decor-totem span:nth-child(3) {
  width: 9px;
  height: 9px;
  right: 4px;
  bottom: 10px;
  background: var(--ink);
  border-radius: 50%;
  box-shadow: -20px -18px 0 var(--ink), 27px 8px 0 rgba(200, 32, 31, 0.8);
}

/* в”Ђв”Ђ Navigation в”Ђв”Ђ */

#mainNav,
#mainNav .container-fluid {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  background: none !important;
}

#mainNav {
  min-height: clamp(58px, 7.2vw, 86px);
  padding: 0;
}

#mainNav .navbar-brand {
  font-size: 1rem;
  letter-spacing: 1.4px;
  color: var(--ink);
}

#mainNav .navbar-toggler {
  padding: 0.4rem 0.55rem;
  color: var(--ink);
}

#mainNav .navbar-toggler-icon {
  width: 1.2rem;
  height: 1.2rem;
}

#mainNav .nav-link {
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0.5rem 0.85rem;
  position: relative;
  white-space: nowrap;
  transition: color 300ms ease;
}

#mainNav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width 300ms ease;
}

#mainNav .nav-link:hover {
  color: var(--red);
}

#mainNav .nav-link:hover::after {
  width: 100%;
}

#mainNav.is-stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: rgba(245, 240, 230, 0.75) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}

#mainNav.is-stuck .navbar-nav {
  margin-left: 0 !important;
  justify-content: space-around;
  width: 100%;
}

#mainNav.is-stuck .nav-link {
  text-align: center;
}

.nav-spacer.is-visible {
  display: block !important;
}

/* в”Ђв”Ђ Hero content в”Ђв”Ђ */

.hero-copy {
  padding: clamp(16px, 2.8vw, 34px) 0 0 clamp(20px, 3.8vw, 58px);
  z-index: 5;
  background: linear-gradient(to right, rgba(255, 247, 232, .92) 60%, rgba(255, 247, 232, .6) 80%, transparent 100%);
  align-self: stretch;
}

.hero-copy .roman {
  font-family: var(--font-impact);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
  color: var(--red);
  font-size: clamp(58px, 5.4vw, 86px);
}

.hero-copy h1 {
  font-family: var(--font-impact);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: 0;
  max-width: 31rem;
  font-size: clamp(31px, 3.45vw, 56px);
}

.hero-copy h1 span:nth-child(1),
.hero-copy h1 span:nth-child(4) {
  color: var(--gold);
}

.hero-copy h1 span:nth-child(2) {
  color: var(--blue);
}

.hero-copy h1 span:nth-child(3) {
  color: var(--red);
}

.signature {
  margin: clamp(16px, 2.4vw, 28px) 0 0;
  color: rgba(17, 55, 109, 0.78);
  font-family: var(--font-signature);
  font-size: clamp(13px, 1.15vw, 18px);
  line-height: 1.25;
  transform: rotate(-3deg);
}

.signature::after {
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  margin-top: 3px;
  background: var(--blue);
  transform: rotate(-3deg);
}

.opening-note {
  gap: 16px;
  margin-top: clamp(16px, 2.4vw, 30px);
  color: var(--ink);
  text-decoration: none;
}

.opening-note-copy {
  display: grid;
  gap: 3px;
}

.opening-note-copy strong {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.3px;
  color: var(--ink);
}

.opening-note-copy span {
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 600;
  line-height: 1.25;
  color: rgba(17, 55, 109, 0.82);
}

.opening-note-badge {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: var(--red);
  box-shadow: inset 0 -5px 0 rgba(152, 26, 23, 0.35);
  color: #fff7e8;
  font-size: 19px;
}

.opening-note-badge .bi {
  line-height: 1;
}

.hero-content {
  position: relative;
  overflow: hidden;
}

.hero-art {
  min-height: 310px;
  overflow: hidden;
}

.hero-layer {
  position: absolute;
  pointer-events: none;
}

.hero-bg {
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-skripach {
  z-index: 2;
  left: 50%;
  bottom: -5%;
  height: 90%;
  transform: translateX(-50%);
  object-fit: contain;
  transform-origin: bottom center;
  animation: hero-sway 4s ease-in-out infinite;
}

@keyframes hero-sway {

  0%,
  100% {
    transform: translateX(-50%) rotate(0deg);
  }

  25% {
    transform: translateX(-50%) rotate(-5deg);
  }

  75% {
    transform: translateX(-50%) rotate(5deg);
  }
}

.hero-truba-2 {
    z-index: 1;
    left: 286px;
    top: -12px;
    width: 12%;
    object-fit: contain;
    object-position: left top;
    transform-origin: center;
    animation: hero-truba2-sway 3.5s ease-in-out infinite;
}

@keyframes hero-truba2-sway {
  0%, 100% { transform: rotate(-50deg); }
  50% { transform: rotate(-44deg); }
}

.hero-truba-1 {
  z-index: 1;
  left: calc(27% - 100px);
  bottom: 100px;
  width: 14%;
  object-fit: contain;
  object-position: center bottom;
  transform: rotate(-30deg);
  transform-origin: bottom center;
  animation: hero-truba-sway 3s ease-in-out infinite;
}

@keyframes hero-truba-sway {

  0%,
  100% {
    transform: rotate(60deg);
  }

  50% {
    transform: rotate(66deg);
  }
}

.hero-baraban {
  z-index: 3;
  right: 2%;
  bottom: -5%;
  height: 65%;
  object-fit: contain;
  animation: hero-bounce 2s ease-in-out infinite;
}

@keyframes hero-bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.blue-mark {
  z-index: 3;
  left: 1.3rem;
  bottom: 1.2rem;
  width: 4.5rem;
  height: 4.5rem;
  background: radial-gradient(circle, var(--blue) 0 58%, transparent 60%);
}

.blue-mark::before,
.blue-mark::after {
  content: "";
  position: absolute;
  background: var(--gold);
}

.blue-mark::before {
  width: 2.8rem;
  height: 0.55rem;
  left: 2rem;
  top: -1rem;
  transform: rotate(-15deg);
}

.blue-mark::after {
  width: 0.6rem;
  height: 3rem;
  left: -0.8rem;
  bottom: 0;
}

.red-sun {
  z-index: 1;
  top: 1.5rem;
  left: 3rem;
  width: clamp(100px, 12vw, 180px);
  height: clamp(100px, 12vw, 180px);
  background: var(--red);
  display: grid;
  place-items: center;
  color: #fff7e8;
  font-family: var(--font-impact);
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(16px, 1.8vw, 26px);
  line-height: 1.1;
  letter-spacing: 0.06em;
  word-spacing: 0.15em;
  text-align: center;
  transform: rotate(-7deg);
}

.gold-callout {
  z-index: 4;
  right: clamp(18px, 4vw, 78px);
  top: clamp(54px, 8vw, 104px);
  display: grid;
  place-items: center;
  width: clamp(96px, 11.5vw, 156px);
  height: clamp(96px, 11.5vw, 156px);
  color: var(--ink);
  background: var(--gold);
  font-family: var(--font-impact);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
  font-size: clamp(13px, 1.3vw, 19px);
  transform: rotate(-7deg);
  box-shadow: inset 0 -10px 0 rgba(130, 79, 0, 0.12);
}

.gold-callout::after {
  content: "";
  position: absolute;
  bottom: -84px;
  left: 50%;
  width: 5px;
  height: 96px;
  background: var(--gold);
  transform: translateX(-50%);
}

/* в”Ђв”Ђ Ticker в”Ђв”Ђ */

.ticker-wrap {
  background:
    linear-gradient(180deg, rgba(39, 36, 32, 0.95), rgba(30, 28, 25, 0.98)),
    repeating-linear-gradient(-45deg,
      rgba(245, 240, 230, 0.016) 0 10px,
      rgba(245, 240, 230, 0.008) 10px 20px);
  padding: 14px 0;
}

.ticker-track {
  gap: 40px;
  animation: ticker 25s linear infinite;
  font-family: var(--font-head);
  font-size: 14px;
  letter-spacing: 4px;
  color: var(--cream);
}

.t-dot {
  color: var(--red);
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* в”Ђв”Ђ About в”Ђв”Ђ */

.about {
  padding: 86px 0;
}

.about-content p {
  max-width: 680px;
  color: #4b453e;
  font-size: 16px;
}

.about-lead {
  font-size: 18px !important;
  color: var(--ink) !important;
  font-weight: 500;
}

.about-points {
  margin-top: 22px;
}

.about-point {
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid #d7cebd;
}

.about-point strong {
  font-family: var(--font-head);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  white-space: nowrap;
}

.about-point span {
  font-size: 14px;
  color: #534d45;
}

.about-quote {
  margin-top: 22px;
  padding-left: 20px;
  border-left: 3px solid var(--gold);
  font-style: italic;
  color: #4b453e;
}

.about-quote cite {
  font-size: 13px;
  color: #777;
  font-style: normal;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  font-family: var(--font-head);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: var(--red);
  text-decoration: none;
  transition: background 250ms ease, transform 250ms ease;
}

.cta-btn:hover {
  background: #a11a17;
  color: #fff;
  transform: translateY(-2px);
}

.cta-outline {
  background: transparent;
  border: 2px solid var(--red);
  color: var(--red);
}

.cta-outline:hover {
  background: var(--red);
  color: #fff;
}

.about-visual {
  min-height: 340px;
  background: rgba(17, 19, 21, 0.68);
}

.about-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background:
    linear-gradient(180deg, rgba(17, 19, 21, 0.48), rgba(17, 19, 21, 0.24)),
    radial-gradient(circle at 86% 10%, rgba(215, 154, 17, 0.24), transparent 22rem),
    radial-gradient(circle at 12% 76%, rgba(200, 32, 31, 0.22), transparent 18rem),
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(215, 154, 17, 0.55) 10px, rgba(215, 154, 17, 0.55) 12px);
}

.about-visual::after {
  content: "";
  position: absolute;
  right: -52px;
  top: -52px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--red);
  opacity: 0.22;
}

.about-visual>* {
  position: relative;
}

.about-num {
  font-family: var(--font-head);
  font-size: 104px;
  line-height: 0.9;
  color: var(--gold);
  font-weight: 700;
}

.about-visual strong {
  font-family: var(--font-head);
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about-visual span {
  color: rgba(255, 255, 255, 0.72);
}

.about-visual-grid {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.about-visual-grid span {
  padding: 34px 14px;
  background: rgba(255, 255, 255, 0.08);
  border-top: 3px solid var(--gold);
  font-family: var(--font-head);
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
}

/* в”Ђв”Ђ Program в”Ђв”Ђ */

.program {
  padding: 86px 0;
}

.prog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ptab {
  border: 1px solid #d6cdbc;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 14px;
  cursor: pointer;
  transition: all .25s;
}

.ptab.active,
.ptab:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.ptab.active {
  border-bottom-color: var(--red);
}

.program-tools {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-width: 0;
}

.category-rail {
  padding: 2px 0 10px;
  min-width: 0;
  max-width: 100%;
}

.cat-chip {
  flex: 0 0 auto;
  border: 1px solid #d6cdbc;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 14px;
  cursor: pointer;
  transition: all .25s;
}

.cat-chip.active,
.cat-chip:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.program-count {
  font-family: var(--font-head);
  letter-spacing: 2px;
  color: var(--blue);
  font-size: 13px;
}

.prog-content {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 28px;
  align-items: start;
}

.program-summary {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 18px;
  align-items: end;
  background: rgba(255, 255, 255, 0.6);
  border-top: 4px solid var(--red);
  padding: 18px 20px;
  margin-bottom: 14px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .045);
  overflow: hidden;
}

.program-summary::before,
.program-summary::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.program-summary::before {
  inset: 0;
  background:
    linear-gradient(135deg, rgba(200, 32, 31, 0.08), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(17, 55, 109, 0.15), rgba(17, 55, 109, 0)) 20px calc(100% - 14px) / calc(100% - 40px) 1px no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.24), rgba(215, 154, 17, 0)) 20px calc(100% - 20px) / 68px 3px no-repeat;
  opacity: 0.9;
}

.program-summary::after {
  width: 90px;
  height: 90px;
  right: -28px;
  top: -24px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 154, 17, 0.16) 0 38%, rgba(215, 154, 17, 0.04) 39% 60%, transparent 61%);
}

.program-summary h3 {
  position: relative;
  z-index: 1;
  font-family: var(--font-head);
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--ink);
}

.program-summary p {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #777;
  margin-top: 7px;
}

.summary-metrics {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 0;
}

.summary-metrics span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  min-height: 36px;
  background: #eee6d8;
  padding: 8px 11px;
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--blue);
}

.agenda-list {
  display: grid;
  gap: 8px;
  max-height: 680px;
  overflow: auto;
  padding: 0 8px 2px 28px;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: var(--red) #e2d8c7;
}

.agenda-list::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: #d8cfbd;
}

.agenda-item {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) minmax(110px, auto);
  gap: 14px;
  align-items: start;
  text-align: left;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #e2d8c7;
  border-left: 4px solid transparent;
  padding: 12px 14px;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .035);
  cursor: pointer;
  transition: all .22s;
  overflow: hidden;
}

.agenda-item::before {
  content: "";
  position: absolute;
  left: -31px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px var(--cream);
}

.agenda-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(17, 55, 109, 0.05), transparent 36%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.2), rgba(215, 154, 17, 0)) 104px calc(100% - 12px) / 44px 2px no-repeat;
  opacity: 0.95;
  pointer-events: none;
}

.agenda-item:hover,
.agenda-item.active {
  transform: translateX(5px);
  border-left-color: var(--red);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

.agenda-time {
  position: relative;
  z-index: 1;
  font-family: var(--font-head);
  font-size: 20px;
  line-height: 1;
  color: var(--blue);
  font-weight: 700;
  text-transform: uppercase;
}

.agenda-main {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.agenda-title {
  display: block;
  font-family: var(--font-head);
  font-size: 17px;
  line-height: 1.3;
  color: var(--ink);
  letter-spacing: .3px;
}

.agenda-place {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #777;
  line-height: 1.4;
}

.agenda-cat {
  position: relative;
  z-index: 1;
  justify-self: end;
  font-family: var(--font-head);
  font-size: 10px;
  letter-spacing: 1.4px;
  color: var(--red);
  text-transform: uppercase;
  white-space: nowrap;
}

.agenda-list> :nth-child(3n + 1) .agenda-item::after {
  background:
    linear-gradient(135deg, rgba(17, 55, 109, 0.05), transparent 36%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.2), rgba(215, 154, 17, 0)) 104px calc(100% - 12px) / 44px 2px no-repeat;
}

.agenda-list> :nth-child(3n + 2) .agenda-item::after {
  background:
    linear-gradient(135deg, rgba(200, 32, 31, 0.05), transparent 36%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(200, 32, 31, 0.18), rgba(200, 32, 31, 0)) 104px calc(100% - 12px) / 44px 2px no-repeat;
}

.agenda-list> :nth-child(3n) .agenda-item::after {
  background:
    linear-gradient(135deg, rgba(215, 154, 17, 0.05), transparent 36%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(17, 55, 109, 0.18), rgba(17, 55, 109, 0)) 104px calc(100% - 12px) / 44px 2px no-repeat;
}

.event-panel {
  position: sticky;
  top: 92px;
  background: rgba(17, 19, 21, 0.68);
  color: #fff;
  border-radius: 4px;
  padding: 26px;
  min-height: 340px;
  overflow: hidden;
}

.event-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background:
    linear-gradient(180deg, rgba(17, 19, 21, 0.48), rgba(17, 19, 21, 0.24)),
    radial-gradient(circle at 86% 10%, rgba(215, 154, 17, 0.24), transparent 22rem),
    radial-gradient(circle at 12% 76%, rgba(200, 32, 31, 0.22), transparent 18rem),
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(215, 154, 17, 0.55) 10px, rgba(215, 154, 17, 0.55) 12px);
  pointer-events: none;
}

.event-panel::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  right: -50px;
  bottom: -50px;
  background: var(--red);
  opacity: .18;
}

.event-panel>* {
  position: relative;
}

.panel-date {
  font-family: var(--font-head);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 13px;
}

.panel-time {
  font-family: var(--font-head);
  font-size: 48px;
  color: #fff;
  line-height: 1;
  margin: 12px 0;
}

.panel-title {
  font-family: var(--font-head);
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 14px;
}

.panel-text {
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mini-bars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 20px;
}

.mini-bar {
  height: 8px;
  background: rgba(255, 255, 255, .12);
  position: relative;
}

.mini-bar span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: var(--gold);
}

.panel-place {
  display: inline-flex;
  align-items: baseline;
  max-width: 100%;
  margin: 0 0 12px;
  padding: 7px 10px;
  background: rgba(212, 160, 23, .16);
  border-left: 3px solid var(--gold);
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.25;
}

.panel-place .bi-geo-alt {
  margin-right: 4px;
  font-size: 12px;
}

/* в”Ђв”Ђ Venues / Districts в”Ђв”Ђ */

.venues-layout {
  display: grid;
  grid-template-columns: .9fr 1.2fr;
  gap: 34px;
  height: 620px;
}

.venues-sidebar {
  display: grid;
  gap: 12px;
  min-height: 0;
  grid-template-rows: auto 1fr;
}

.venues-sort {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.venue-sort {
  border: 1px solid #d6cdbc;
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
  padding: 8px 14px;
  border-radius: 0;
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .25s;
}

.venue-sort.active,
.venue-sort:hover,
.venue-sort:focus-visible {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.venues-header {
  display: none;
}

.venues-header.visible {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 6px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.venues-header strong {
  font-family: var(--font-head);
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.venues-header span {
  font-family: var(--font-head);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--red);
}

.venues-list {
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4px 6px 4px 0;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(200, 32, 31, .55) rgba(0, 0, 0, .08);
}

.venues-list::-webkit-scrollbar {
  width: 10px;
}

.venues-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, .08);
  border-radius: 999px;
}

.venues-list::-webkit-scrollbar-thumb {
  background: rgba(200, 32, 31, .55);
  border-radius: 999px;
}

.venue-item {
  position: relative;
  padding: 15px 18px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  border-left: 4px solid transparent;
  cursor: pointer;
  transition: all .25s;
  overflow: hidden;
}

.venue-item::before,
.venue-item::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.venue-item::before {
  inset: 0;
  background:
    linear-gradient(135deg, rgba(17, 55, 109, 0.06), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.18), rgba(215, 154, 17, 0)) 18px calc(100% - 12px) / 52px 2px no-repeat;
  opacity: 0.92;
}

.venue-item::after {
  width: 68px;
  height: 68px;
  right: -18px;
  top: -18px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 32, 31, 0.12) 0 38%, rgba(200, 32, 31, 0.03) 39% 60%, transparent 61%);
}

.venue-item:hover,
.venue-item.active {
  border-left-color: var(--red);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
  transform: translateX(4px);
}

.vi-num {
  position: relative;
  z-index: 1;
  font-family: var(--font-head);
  font-size: 11px;
  color: var(--red);
  letter-spacing: 3px;
  margin-bottom: 4px;
}

.venue-item .venue-title {
  position: relative;
  z-index: 1;
  margin: 0 0 6px;
  font-family: var(--font-head);
  font-size: 16px;
  letter-spacing: 1px;
}

.venue-item p {
  position: relative;
  z-index: 1;
  font-size: 13px;
  color: var(--muted, #6b7280);
  line-height: 1.45;
}

.venue-item p em {
  font-style: normal;
  color: var(--blue);
}

.venue-item p em::before {
  content: "\F3C5";
  font-family: bootstrap-icons !important;
  margin-right: 4px;
  font-size: 12px;
}

.vi-schedule {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink);
}

.vi-schedule::before {
  content: "\F295";
  font-family: bootstrap-icons !important;
  margin-right: 4px;
  font-size: 12px;
  color: var(--gold);
}

.vi-schedule li {
  padding: 2px 0;
}

.vi-schedule strong {
  font-family: var(--font-head);
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--red);
  margin-right: 4px;
}

.venues-city,
.venues-district {
  display: grid;
  gap: 10px;
  align-content: start;
}

.venue-day-label {
  position: relative;
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
  padding: 10px 0 4px;
  border-top: 2px solid var(--gold);
  margin-top: 6px;
  overflow: hidden;
}

.venue-day-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 46px;
  height: 3px;
  background: linear-gradient(90deg, var(--red), rgba(200, 32, 31, 0));
}

#venues-list .venue-item:nth-child(3n + 2)::before,
.venues-district .venue-item:nth-child(3n + 2)::before {
  background:
    linear-gradient(135deg, rgba(200, 32, 31, 0.06), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(200, 32, 31, 0.18), rgba(200, 32, 31, 0)) 18px calc(100% - 12px) / 52px 2px no-repeat;
}

#venues-list .venue-item:nth-child(3n)::before,
.venues-district .venue-item:nth-child(3n)::before {
  background:
    linear-gradient(135deg, rgba(215, 154, 17, 0.06), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(17, 55, 109, 0.18), rgba(17, 55, 109, 0)) 18px calc(100% - 12px) / 52px 2px no-repeat;
}

.map-container {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(17, 19, 21, 0.68);
  color: #fff;
  border-radius: 4px;
  padding: 16px;
  min-height: 390px;
  overflow: hidden;
}

.map-container::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background:
    linear-gradient(180deg, rgba(17, 19, 21, 0.48), rgba(17, 19, 21, 0.24)),
    radial-gradient(circle at 86% 10%, rgba(215, 154, 17, 0.24), transparent 22rem),
    radial-gradient(circle at 12% 76%, rgba(200, 32, 31, 0.22), transparent 18rem),
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(215, 154, 17, 0.55) 10px, rgba(215, 154, 17, 0.55) 12px);
  pointer-events: none;
}

.map-container::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  right: -50px;
  bottom: -50px;
  background: var(--red);
  opacity: .18;
}

.map-container>* {
  position: relative;
}

.map-toolbar {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 6px;
  margin-bottom: 8px;
}

.map-note {
  font-size: 11px;
  color: rgba(255, 255, 255, .46);
  line-height: 1.35;
}

.map-frame {
  background: rgba(255, 255, 255, .06);
  border-radius: 4px;
  padding: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1 1 0%;
}

.festival-map {
  width: 100%;
  flex: 1 1 0%;
  min-height: 360px;
  border-radius: 3px;
  overflow: hidden;
  background: #1a1a1a;
}

.map-frame::before {
  display: none;
}

.map-legend {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 3;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  max-width: calc(100% - 32px);
}

.map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(17, 19, 21, .9);
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 6px 8px;
  border-radius: 2px;
  font-family: var(--font-head);
  font-size: 10px;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
}

.legend-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  display: inline-block;
}

.legend-dot.venue {
  background: var(--red);
}

.legend-dot.district {
  background: var(--blue);
}

.legend-dot.cluster {
  background: var(--gold);
}

.map-popup {
  position: absolute;
  transform: translate(-50%, calc(-100% - 18px));
  min-width: 240px;
  max-width: 340px;
  max-height: 300px;
  overflow: auto;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  border-top: 4px solid var(--red);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
  padding: 13px 14px;
  z-index: 5;
  pointer-events: auto;
  backdrop-filter: blur(12px);
}

.map-popup::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.map-popup strong {
  display: block;
  font-family: var(--font-head);
  font-size: 17px;
  line-height: 1.1;
  color: var(--ink);
  text-transform: uppercase;
}

.map-popup span {
  display: block;
  margin: 6px 0 4px;
  font-family: var(--font-head);
  font-size: 11px;
  letter-spacing: 1.5px;
  color: var(--blue);
  text-transform: uppercase;
}

.map-popup p {
  font-size: 12px;
  color: var(--muted, #6b7280);
  line-height: 1.4;
}

.map-popup-events {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.map-popup-events li {
  padding-top: 8px;
  border-top: 1px solid rgba(17, 55, 109, .12);
}

.map-popup-events li:first-child {
  padding-top: 0;
  border-top: 0;
}

.map-popup-event-title {
  display: block;
  font-size: 12px;
  line-height: 1.35;
  color: var(--ink);
  font-weight: 700;
}

.map-popup-event-meta {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.35;
  color: var(--muted, #6b7280);
}

.map-fallback {
  height: 430px;
  display: grid;
  place-items: center;
  text-align: center;
  background: #e7dfcf;
  color: var(--ink);
  font-family: var(--font-head);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 24px;
}

.ol-control {
  background: rgba(255, 255, 255, .92) !important;
  border-radius: 2px !important;
}

.ol-controls-bar {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 2px;
}

.ol-controls-bar .ol-control {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
}

.ol-zoom {
  display: flex !important;
  flex-direction: row !important;
}

.ol-zoom .ol-zoom-in,
.ol-zoom .ol-zoom-out {
  margin: 0 !important;
}

.ol-rotate {
  display: none !important;
}

.ol-attribution {
  position: absolute !important;
  bottom: 8px !important;
  right: 8px !important;
  top: auto !important;
  left: auto !important;
  font-size: 11px !important;
  display: flex !important;
  align-items: center !important;
}

.ol-attribution button {
  display: none !important;
}

.ol-attribution ul {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
}

.ol-attribution li {
  margin: 0 !important;
}

.ol-control button {
  background: var(--ink) !important;
  color: #fff !important;
  border-radius: 1px !important;
  font-family: var(--font-head) !important;
  width: 30px !important;
  height: 30px !important;
  font-size: 16px !important;
}

.ol-control button:focus,
.ol-control button:hover {
  background: var(--red) !important;
}

/* в”Ђв”Ђ Masterclasses в”Ђв”Ђ */

.masterclasses {
  padding: 86px 0;
}

.mc-tabs {
  border-bottom: none;
}

.mc-tabs .nav-item {
  margin-bottom: 0;
}

.mc-tabs .nav-link {
  border: 1px solid #d6cdbc;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 14px;
  transition: all .25s;
}

.mc-tabs .nav-link.active,
.mc-tabs .nav-link:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.mc-tabs .nav-link.active {
  border-bottom-color: var(--red);
}

.mc-grid {
  gap: 16px;
}

.mc-card {
  position: relative;
  flex: 0 0 calc((100% - 32px) / 3);
  max-width: calc((100% - 32px) / 3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 240, 230, 0.82));
  color: var(--ink);
  border-top: 4px solid var(--gold);
  border-radius: 4px;
  padding: 18px 18px 16px;
  transition: all .3s;
  overflow: hidden;
}

.mc-card::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  right: -30px;
  bottom: -30px;
  background: var(--red);
  opacity: .14;
}

.mc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(17, 55, 109, 0.08), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.22), rgba(215, 154, 17, 0)) 22px calc(100% - 18px) / 54px 3px no-repeat,
    linear-gradient(90deg, rgba(17, 55, 109, 0.16), rgba(17, 55, 109, 0)) 22px calc(100% - 10px) / calc(100% - 44px) 1px no-repeat;
  opacity: .95;
  pointer-events: none;
}

.mc-card>* {
  position: relative;
}

.mc-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
  transform: translateY(-3px);
}

.mc-card .panel-date {
  font-family: var(--font-head);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  font-size: 11px;
}

.mc-card .panel-title {
  font-family: var(--font-head);
  font-size: 15px;
  line-height: 1.12;
  margin-top: 8px;
  margin-bottom: 8px;
}

.mc-card .panel-place {
  margin: 0 0 8px;
  padding: 4px 7px;
  background: rgba(215, 154, 17, .1);
  border-left: 3px solid var(--gold);
  color: var(--blue);
  font-family: var(--font-head);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.25;
}

.mc-card .panel-text {
  color: rgba(17, 19, 21, .68);
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mc-address {
  color: rgba(17, 19, 21, .5);
  font-size: 11px;
  margin: 0 0 8px;
  padding-left: 14px;
  line-height: 1.3;
  position: relative;
}

.mc-address::before {
  content: "\F3C5";
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 12px;
  color: var(--blue);
}


/* в”Ђв”Ђ Directions в”Ђв”Ђ */

.directions {
  padding: 92px 0;
  background: rgba(17, 19, 21, 0.68);
  position: relative;
  overflow: hidden;
}

.directions::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background:
    linear-gradient(180deg, rgba(17, 19, 21, 0.48), rgba(17, 19, 21, 0.24)),
    radial-gradient(circle at 86% 10%, rgba(215, 154, 17, 0.24), transparent 22rem),
    radial-gradient(circle at 12% 76%, rgba(200, 32, 31, 0.22), transparent 18rem),
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(215, 154, 17, 0.55) 10px, rgba(215, 154, 17, 0.55) 12px);
  pointer-events: none;
}

.dark-decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.dark-decor i {
  position: absolute;
  display: block;
  line-height: 1;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.dark-decor .decor-lg {
  font-size: clamp(96px, 14vw, 210px);
  opacity: 0.22;
}

.dark-decor .decor-sm {
  font-size: clamp(46px, 6vw, 90px);
  opacity: 0.28;
}

.dark-decor-ring,
.dark-decor-bars {
  position: absolute;
  display: block;
}

.dark-decor-ring {
  width: clamp(96px, 11vw, 170px);
  height: clamp(96px, 11vw, 170px);
  border: 2px solid rgba(215, 154, 17, 0.32);
  border-radius: 50%;
}

.dark-decor-bars {
  width: clamp(92px, 10vw, 150px);
  height: 72px;
  opacity: 0.34;
  background:
    linear-gradient(rgba(245, 240, 230, 0.68), rgba(245, 240, 230, 0.68)) 0 0 / 78px 5px no-repeat,
    linear-gradient(var(--gold), var(--gold)) 18px 26px / 112px 5px no-repeat,
    linear-gradient(var(--red), var(--red)) 0 52px / 62px 5px no-repeat;
}

.dark-decor-directions .decor-lg-a {
  right: 5vw;
  top: 58px;
  color: var(--gold);
  transform: rotate(-10deg);
}

.dark-decor-directions .decor-lg-b {
  left: 5vw;
  bottom: 10%;
  color: rgba(245, 240, 230, 0.8);
  transform: rotate(12deg);
}

.dark-decor-directions .decor-lg-c {
  right: 22vw;
  bottom: 6%;
  color: var(--red);
  transform: rotate(14deg);
}

.dark-decor-directions .decor-sm-a {
  left: 15vw;
  top: 94px;
  color: var(--gold);
  transform: rotate(-16deg);
}

.dark-decor-directions .decor-sm-b {
  right: 12vw;
  top: 42%;
  color: rgba(245, 240, 230, 0.76);
  transform: rotate(8deg);
}

.dark-decor-directions .decor-sm-c {
  left: 45vw;
  bottom: 18%;
  color: var(--gold);
  transform: rotate(-8deg);
}

.dark-decor-directions .decor-sm-d {
  left: 6vw;
  top: 178px;
  color: rgba(245, 240, 230, 0.82);
  transform: rotate(18deg);
}

.dark-decor-directions .decor-ring-a {
  left: 3vw;
  top: 88px;
  transform: rotate(-10deg);
}

.dark-decor-directions .decor-bars-a {
  left: 12vw;
  top: 212px;
  transform: rotate(-14deg);
}

.dir-card {
  appearance: none;
  width: 100%;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .09));
  border: 1px solid rgba(255, 255, 255, .09);
  padding: 20px 18px 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all .35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
  color: inherit;
}

.dir-card::before,
.dir-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.dir-card::before {
  inset: 0;
  background:
    linear-gradient(135deg, rgba(215, 154, 17, 0.13), transparent 32%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(245, 240, 230, 0.14), rgba(245, 240, 230, 0)) 20px calc(100% - 18px) / calc(100% - 40px) 1px no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.28), rgba(215, 154, 17, 0)) 20px calc(100% - 24px) / 58px 3px no-repeat;
  opacity: 0.92;
}

.dir-card::after {
  width: 96px;
  height: 96px;
  top: -34px;
  right: -28px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 32, 31, 0.18) 0 42%, rgba(200, 32, 31, 0.04) 43% 64%, transparent 65%);
  opacity: 0.9;
}

.dir-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .35);
  border-color: rgba(255, 255, 255, .14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, .11));
}

.dir-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(215, 154, 17, .12);
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  transition: background .35s;
}

.dir-icon i {
  font-size: 15px;
  color: var(--gold);
}

.dir-card:hover .dir-icon {
  background: rgba(215, 154, 17, .25);
}

.dir-card>* {
  position: relative;
}

.dir-card>* {
  z-index: 1;
}

.dir-card h3 {
  font-family: var(--font-head);
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 4px;
}

.dir-count {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.dir-card p {
  margin-top: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, .62);
  line-height: 1.5;
  flex: 1 1 0%;
}

.dir-card-btn {
  display: inline-block;
  margin-top: 10px;
  font-family: var(--font-head);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid rgba(215, 154, 17, .3);
  transition: border-color .25s;
  align-self: flex-start;
  pointer-events: none;
}

.dir-ruler {
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin: 12px 0 0;
  opacity: .16;
  transition: opacity .35s ease;
}

.dir-card:hover .dir-ruler {
  opacity: .3;
}

.dir-card:hover .dir-card-btn {
  border-color: var(--gold);
}

.dir-grid>div:nth-child(4n + 1) .dir-card::before {
  background:
    linear-gradient(135deg, rgba(215, 154, 17, 0.14), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(245, 240, 230, 0.14), rgba(245, 240, 230, 0)) 20px calc(100% - 18px) / calc(100% - 40px) 1px no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.28), rgba(215, 154, 17, 0)) 20px calc(100% - 24px) / 58px 3px no-repeat;
}

.dir-grid>div:nth-child(4n + 2) .dir-card::before {
  background:
    linear-gradient(135deg, rgba(17, 55, 109, 0.18), transparent 36%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(245, 240, 230, 0.14), rgba(245, 240, 230, 0)) 20px calc(100% - 18px) / calc(100% - 40px) 1px no-repeat,
    linear-gradient(90deg, rgba(17, 55, 109, 0.3), rgba(17, 55, 109, 0)) 20px calc(100% - 24px) / 52px 3px no-repeat;
}

.dir-grid>div:nth-child(4n + 2) .dir-card::after {
  background: radial-gradient(circle, rgba(17, 55, 109, 0.2) 0 42%, rgba(17, 55, 109, 0.05) 43% 64%, transparent 65%);
}

.dir-grid>div:nth-child(4n + 3) .dir-card::before {
  background:
    linear-gradient(135deg, rgba(200, 32, 31, 0.15), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(245, 240, 230, 0.14), rgba(245, 240, 230, 0)) 20px calc(100% - 18px) / calc(100% - 40px) 1px no-repeat,
    linear-gradient(90deg, rgba(200, 32, 31, 0.3), rgba(200, 32, 31, 0)) 20px calc(100% - 24px) / 52px 3px no-repeat;
}

.dir-grid>div:nth-child(4n) .dir-card::before {
  background:
    linear-gradient(135deg, rgba(245, 240, 230, 0.11), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(245, 240, 230, 0.16), rgba(245, 240, 230, 0)) 20px calc(100% - 18px) / calc(100% - 40px) 1px no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.26), rgba(215, 154, 17, 0)) 20px calc(100% - 24px) / 64px 3px no-repeat;
}

.dir-grid>div:nth-child(4n) .dir-card::after {
  width: 78px;
  height: 78px;
  top: auto;
  bottom: -24px;
  right: -18px;
  background: radial-gradient(circle, rgba(245, 240, 230, 0.14) 0 38%, rgba(245, 240, 230, 0.03) 39% 62%, transparent 63%);
}

@media (min-width: 992px) {
  .dir-grid {
    justify-content: space-evenly;
    row-gap: 16px;
  }

  .dir-grid>[class*="col-"] {
    flex: 0 1 235px;
    max-width: 235px;
    width: 100%;
  }

  .mc-grid {
    justify-content: space-evenly;
    row-gap: 16px;
  }

  .mc-card {
    flex: 0 1 255px;
    max-width: 255px;
  }
}

.dir-examples {
  margin: 8px 0 0;
  padding: 10px 0 0;
  border-top: 1px dashed rgba(255, 255, 255, .1);
}

.dir-examples span {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, .55);
  line-height: 1.55;
  padding: 2px 0;
}

.dir-examples span::before {
  content: "\00b7";
  display: inline-block;
  color: var(--gold);
  font-weight: 700;
  margin-right: 8px;
}

/* в”Ђв”Ђ Directions modal в”Ђв”Ђ */

.dir-modal-content {
  background: var(--ink);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 6px;
}

.dir-modal-content .modal-header {
  padding: 24px 28px 12px;
}

.dir-modal-content .modal-title {
  font-family: var(--font-head);
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.dir-modal-content .modal-body {
  padding: 8px 28px 28px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, .15) transparent;
}

.dir-modal-content .modal-body::-webkit-scrollbar {
  width: 6px;
}

.dir-modal-content .modal-body::-webkit-scrollbar-track {
  background: transparent;
}

.dir-modal-content .modal-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .15);
  border-radius: 3px;
}

.dir-modal-content .modal-body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, .3);
}

.dir-modal-desc {
  color: rgba(255, 255, 255, .6);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.dir-event-row {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.dir-event-row:last-child {
  border-bottom: none;
}

.dir-event-date {
  flex: 0 0 120px;
  font-family: var(--font-head);
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gold);
  line-height: 1.5;
}

.dir-event-info {
  flex: 1 1 0%;
  min-width: 0;
}

.dir-event-title {
  font-family: var(--font-head);
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 6px;
}

.dir-event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  font-size: 14px;
  color: rgba(255, 255, 255, .5);
}

.dir-event-meta span::before {
  display: inline-block;
  margin-right: 5px;
  color: var(--gold);
  font-weight: 700;
}

.dir-event-venue::before {
  content: "\2192";
}

.dir-event-participants::before {
  content: "\2605";
}

/* в”Ђв”Ђ Responsive в”Ђв”Ђ */

@media (max-width: 767.98px) {
  .date-panel-mobile {
    align-items: flex-start !important;
    padding: 12px 16px !important;
  }

  .date-panel-mobile-copy {
    gap: 4px 14px !important;
  }

  .date-panel-mobile-date,
  .date-panel-mobile-place {
    font-size: 0.76rem;
  }

  #mainNav .container-fluid {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  #mainNav .navbar-collapse {
    margin-top: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(17, 19, 21, 0.12);
    border-radius: 16px;
    background: rgba(252, 247, 238, 0.94);
    box-shadow: 0 14px 26px rgba(17, 19, 21, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  #mainNav .navbar-nav {
    gap: 2px;
  }

  #mainNav .nav-link {
    padding: 0.7rem 0.25rem;
    white-space: normal;
    letter-spacing: 1.25px;
  }

  .hero-copy {
    padding: 24px 16px 0;
    background: linear-gradient(to bottom, rgba(255, 247, 232, 0.96) 0%, rgba(255, 247, 232, 0.88) 72%, transparent 100%);
  }

  .opening-note {
    max-width: 20rem;
    padding: 10px 12px 10px 0;
    background: linear-gradient(90deg, rgba(255, 247, 232, 0.9) 0%, rgba(255, 247, 232, 0.48) 78%, transparent 100%);
    border-radius: 18px;
  }

  .opening-note-copy strong {
    font-size: 1.15rem;
    letter-spacing: 1.1px;
  }

  .opening-note-copy span {
    font-size: 1rem;
  }

  .hero-copy h1 {
    font-size: clamp(26px, 7vw, 40px);
  }

  .hero-copy .roman {
    font-size: clamp(40px, 10vw, 60px);
  }

  .hero-art {
    min-height: 200px;
  }

  .hero-content {
    overflow: visible;
  }

  .hero-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hero-skripach {
    left: 50%;
    height: 80%;
  }

  .hero-truba-2 {
    left: 5%;
    height: 50%;
  }

  .hero-truba-1 {
    left: 15%;
    height: 55%;
  }

  .hero-baraban {
    right: 5%;
    height: 50%;
  }

  .blue-mark,
  .red-sun,
  .gold-callout {
    display: none;
  }

  #hero::before,
  #hero::after {
    display: none;
  }

  .about {
    padding: 48px 0;
  }

  .about-num {
    font-size: 64px;
  }

  .about-visual-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-visual-grid span {
    padding: 20px 10px;
    font-size: 16px;
  }

  .prog-content {
    grid-template-columns: 1fr;
  }

  .event-panel {
    position: static;
    min-height: 200px;
  }

  .program-summary {
    grid-template-columns: 1fr;
  }

  .agenda-item {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .agenda-cat {
    display: none;
  }

  .mc-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .venues-layout {
    grid-template-columns: 1fr;
    height: auto;
  }

  .festival-map {
    min-height: 360px;
  }

  .map-container {
    height: 400px;
  }

  .map-legend {
    position: static;
    margin-top: 10px;
    max-width: none;
  }

  .stars {
    padding: 72px 0;
  }

  .stars-accordion-button {
    padding: 16px 18px;
    align-items: flex-start;
  }

  .stars-accordion-title {
    font-size: 18px;
  }

  .stars-accordion-meta {
    letter-spacing: 1.3px;
  }

  .stars-marquee-set {
    gap: 14px;
    padding: 0 14px 4px 18px;
  }

  .stars-marquee-card {
    flex-basis: 220px;
    max-width: 220px;
    min-height: 290px;
  }

  .stars-marquee-card .sc-photo {
    height: 290px;
  }

  .stars-marquee-nav {
    width: 38px;
    height: 38px;
  }

  .stars-marquee-prev {
    left: 6px;
  }

  .stars-marquee-next {
    right: 6px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .date-panel-mobile {
    padding: 14px 24px !important;
  }

  .date-panel-mobile-copy {
    gap: 4px 18px !important;
  }

  #mainNav .container-fluid {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  #mainNav .navbar-collapse {
    margin-top: 10px;
    padding: 14px 18px;
    border: 1px solid rgba(17, 19, 21, 0.12);
    border-radius: 18px;
    background: rgba(252, 247, 238, 0.92);
    box-shadow: 0 18px 30px rgba(17, 19, 21, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  #mainNav .navbar-nav {
    gap: 4px;
  }

  #mainNav .nav-link {
    padding: 0.72rem 0.25rem;
    white-space: normal;
    letter-spacing: 1.4px;
  }

  .hero-content {
    flex-direction: column;
  }

  .hero-copy,
  .hero-art {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hero-copy {
    padding: 28px 28px 0;
    background: linear-gradient(to bottom, rgba(255, 247, 232, 0.95) 0%, rgba(255, 247, 232, 0.84) 70%, transparent 100%);
  }

  .opening-note {
    max-width: 26rem;
    padding: 10px 16px 12px 0;
    background: linear-gradient(90deg, rgba(255, 247, 232, 0.88) 0%, rgba(255, 247, 232, 0.42) 78%, transparent 100%);
    border-radius: 20px;
  }

  .hero-copy h1 {
    font-size: clamp(28px, 4vw, 42px);
    max-width: 38rem;
  }

  .hero-copy .roman {
    font-size: clamp(44px, 6vw, 66px);
  }

  .hero-art {
    min-height: 340px;
  }

  .hero-skripach {
    left: 54%;
    height: 88%;
  }

  .hero-truba-2 {
    left: 8%;
    top: -2%;
    width: 11%;
  }

  .hero-truba-1 {
    left: 12%;
    bottom: 18%;
    width: 14%;
  }

  .hero-baraban {
    right: 4%;
    height: 60%;
  }

  .mc-card {
    flex: 0 0 calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }
}

@media (max-width: 991.98px) {
  .about {
    padding: 64px 0;
  }

  .about-grid {
    row-gap: 24px;
  }

  .about-content p {
    max-width: none;
    font-size: 15px;
  }

  .about-lead {
    font-size: 17px !important;
  }

  .about-point {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 0;
  }

  .about-point strong {
    font-size: 13px;
    letter-spacing: 1.6px;
  }

  .about-quote {
    margin-top: 18px;
    padding-left: 16px;
  }

  .about-cta {
    margin-top: 20px !important;
  }

  .about-visual {
    min-height: 0;
    padding: 24px 22px !important;
  }

  .about-num {
    font-size: clamp(72px, 12vw, 104px);
  }

  .about-visual strong {
    font-size: clamp(22px, 3.1vw, 30px);
  }

  .about-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }

  .about-visual-grid span {
    padding: 20px 10px;
    font-size: 16px;
    letter-spacing: 1.6px;
  }

  .program {
    padding: 68px 0;
  }

  .prog-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: thin;
  }

  .prog-tabs::-webkit-scrollbar,
  .category-rail::-webkit-scrollbar {
    height: 6px;
  }

  .prog-tabs::-webkit-scrollbar-thumb,
  .category-rail::-webkit-scrollbar-thumb {
    background: rgba(17, 55, 109, 0.28);
    border-radius: 999px;
  }

  .ptab {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .program-tools {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
  }

  .category-rail {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }

  .cat-chip {
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .program-count {
    justify-self: start;
    font-size: 12px;
    letter-spacing: 1.6px;
  }

  .prog-content {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .program-summary {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: start;
    padding: 16px 16px 14px;
  }

  .program-summary h3 {
    font-size: clamp(24px, 4.2vw, 30px);
  }

  .summary-metrics {
    justify-content: flex-start;
  }

  .summary-metrics span {
    min-height: 0;
    white-space: normal;
  }

  .agenda-list {
    max-height: none;
    padding: 0 4px 2px 24px;
  }

  .agenda-item {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .agenda-title {
    font-size: 15px;
  }

  .agenda-place {
    font-size: 11px;
  }

  .agenda-cat {
    display: none;
  }

  .event-panel {
    position: static;
    top: auto;
    min-height: 0;
    padding: 20px 18px;
  }

  .panel-time {
    font-size: 38px;
  }

  .panel-title {
    font-size: clamp(24px, 4.5vw, 30px);
  }

  .venues {
    padding: 68px 0;
  }

  .venues-layout {
    grid-template-columns: 1fr;
    gap: 18px;
    height: auto;
  }

  .venues-sidebar {
    gap: 10px;
  }

  .venues-sort {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: thin;
  }

  .venues-sort::-webkit-scrollbar {
    height: 6px;
  }

  .venues-sort::-webkit-scrollbar-thumb {
    background: rgba(17, 55, 109, 0.28);
    border-radius: 999px;
  }

  .venue-sort {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 9px 12px;
  }

  .venues-list {
    max-height: 420px;
    padding: 4px 4px 4px 0;
  }

  .venue-item {
    padding: 14px 14px 14px 16px;
  }

  .venue-item .venue-title {
    font-size: 15px;
  }

  .venue-item p,
  .vi-schedule {
    font-size: 12px;
  }

  .map-container {
    min-height: 0;
    padding: 14px;
  }

  .map-note {
    font-size: 12px;
    color: rgba(255, 255, 255, .62);
  }

  .map-frame {
    padding: 6px;
  }

  .festival-map {
    min-height: clamp(320px, 55vw, 460px);
  }

  .map-legend {
    position: static;
    margin-top: 10px;
    max-width: none;
  }

  .mini-bars {
    margin-top: 12px;
    gap: 6px;
  }
}

@media (min-width: 992px) {
  #hero .row.g-0 {
    min-height: clamp(410px, 48vw, 610px);
  }

  .date-panel-desktop {
    min-height: 100%;
  }
}

/* в”Ђв”Ђ Stars / Р—РІС‘Р·РґРЅС‹Рµ РіРѕСЃС‚Рё в”Ђв”Ђ */

.stars {
  background: rgba(17, 19, 21, 0.66);
  padding: 92px 0;
  position: relative;
  overflow: hidden;
}

.stars-bg-geo {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.stars-bg-geo::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.48;
  background:
    linear-gradient(180deg, rgba(17, 19, 21, 0.5), rgba(17, 19, 21, 0.24)),
    radial-gradient(circle at 12% 18%, rgba(215, 154, 17, 0.24), transparent 21rem),
    radial-gradient(circle at 90% 34%, rgba(17, 55, 109, 0.34), transparent 24rem),
    radial-gradient(circle at 72% 88%, rgba(200, 32, 31, 0.2), transparent 20rem),
    repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(215, 154, 17, 0.55) 10px, rgba(215, 154, 17, 0.55) 12px);
}

.dark-decor-stars .decor-lg-a {
  right: 6vw;
  top: 54px;
  color: var(--gold);
  transform: rotate(9deg);
}

.dark-decor-stars .decor-lg-b {
  left: 4vw;
  top: 24%;
  color: rgba(245, 240, 230, 0.82);
  transform: rotate(-12deg);
}

.dark-decor-stars .decor-lg-c {
  right: 16vw;
  bottom: 11%;
  color: var(--red);
  transform: rotate(-8deg);
}

.dark-decor-stars .decor-sm-a {
  left: 30vw;
  top: 112px;
  color: var(--gold);
  transform: rotate(14deg);
}

.dark-decor-stars .decor-sm-b {
  right: 4vw;
  top: 48%;
  color: rgba(245, 240, 230, 0.72);
  transform: rotate(-10deg);
}

.dark-decor-stars .decor-sm-c {
  left: 12vw;
  bottom: 10%;
  color: var(--gold);
  transform: rotate(10deg);
}

.sbg.r1 {
  position: absolute;
  width: 200px;
  height: 12px;
  background: var(--red);
  opacity: .15;
  top: 20%;
  right: -40px;
  transform: rotate(-10deg);
}

.sbg.c1 {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px solid var(--blue);
  opacity: .1;
  bottom: 10%;
  left: -60px;
}

.stars-group-title {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 16px;
  padding: 0;
}

.stars-accordion {
  display: grid;
  gap: 18px;
}

.stars-accordion-item {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 0;
  overflow: hidden;
  backdrop-filter: blur(6px);
}

.stars-accordion-item .accordion-header {
  margin: 0;
}

.stars-accordion-button {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  background: transparent;
  color: #fff;
  box-shadow: none;
  border: 0;
}

.stars-accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, .08);
  color: #fff;
  box-shadow: none;
}

.stars-accordion-button:focus {
  box-shadow: none;
}

.stars-accordion-button::after {
  width: 14px;
  height: 14px;
  margin-left: auto;
  background-size: 14px;
  filter: invert(91%) sepia(11%) saturate(2235%) hue-rotate(345deg) brightness(95%) contrast(87%);
}

.stars-accordion-index {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(215, 154, 17, .45);
  background: rgba(215, 154, 17, .1);
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 2px;
}

.stars-accordion-copy {
  display: grid;
  gap: 3px;
  text-align: left;
}

.stars-accordion-title {
  font-family: var(--font-head);
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.05;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.stars-accordion-meta {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .62);
}

.stars-accordion-body {
  padding: 0 0 22px;
}

.stars-marquee-shell {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.stars-marquee-frame {
  position: relative;
}

.stars-marquee-shell.is-steered .stars-marquee-track,
.stars-marquee-shell:hover .stars-marquee-track,
.stars-marquee-shell:focus-within .stars-marquee-track {
  animation-play-state: paused;
}

.stars-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: stars-marquee var(--marquee-duration, 36s) linear infinite;
}

.stars-marquee-track[data-direction="reverse"] {
  animation-direction: reverse;
}

.stars-marquee-set {
  display: flex;
  gap: 18px;
  padding: 0 18px 4px 24px;
}

.stars-marquee-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background: rgba(17, 19, 21, .72);
  color: #fff;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}

.stars-marquee-nav:hover {
  background: rgba(215, 154, 17, .9);
  border-color: rgba(215, 154, 17, .95);
  color: var(--ink);
}

.stars-marquee-prev {
  left: 10px;
}

.stars-marquee-next {
  right: 10px;
}

.stars-marquee-nav .bi {
  font-size: 18px;
  line-height: 1;
}

@keyframes stars-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.speaker-card {
  position: relative;
  background: rgba(255, 255, 255, .18);
  border-top: 3px solid var(--gold);
  overflow: hidden;
  transition: transform .35s, background .35s;
}

.stars-marquee-card {
  flex: 0 0 clamp(224px, 23vw, 292px);
  max-width: clamp(224px, 23vw, 292px);
  min-height: 326px;
}

.speaker-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, .28);
}

.sc-photo {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  opacity: .65;
  transition: opacity .35s;
}

.stars-marquee-card .sc-photo {
  height: 326px;
}

.speaker-card:hover .sc-photo {
  opacity: .85;
}

.sc-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 16px 14px;
  background: linear-gradient(to top, rgba(17, 19, 21, .92) 0%, rgba(17, 19, 21, .7) 60%, transparent 100%);
  overflow: hidden;
}

.sc-info h3 {
  font-family: var(--font-head);
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}

.sc-info span {
  font-size: 13px;
  color: var(--gold);
  text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.sc-country {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
  font-family: var(--font-head);
  font-size: 11px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, .6) !important;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.sc-decor {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  border: 2px solid;
  border-radius: 50%;
  opacity: .55;
}

.d-red {
  border-color: var(--red);
}

.d-blue {
  border-color: var(--blue);
}

.d-yellow {
  border-color: var(--gold);
}

/* в”Ђв”Ђв”Ђ FOOTER в”Ђв”Ђв”Ђ */
.footer {
  background:
    linear-gradient(180deg, rgba(39, 36, 32, 0.95), rgba(30, 28, 25, 0.98)),
    radial-gradient(circle at 16% 18%, rgba(245, 240, 230, 0.06), transparent 22rem),
    radial-gradient(circle at 84% 82%, rgba(215, 154, 17, 0.08), transparent 18rem),
    repeating-linear-gradient(-45deg,
      rgba(245, 240, 230, 0.016) 0 10px,
      rgba(245, 240, 230, 0.008) 10px 20px);
  padding: 58px 0 0;
  color: #fff;
  border-top: 1px solid rgba(245, 240, 230, 0.12);
}

.footer-geo {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.95;
}

.fg-rect.r1 {
  position: absolute;
  width: 132px;
  height: 8px;
  background: var(--red);
  opacity: .16;
  top: 34px;
  right: 76px;
  box-shadow: 62px 22px 0 rgba(215, 154, 17, 0.16);
}

.fg-rect.r2 {
  position: absolute;
  width: 8px;
  height: 88px;
  background: var(--blue);
  opacity: .16;
  bottom: 78px;
  left: 52px;
}

.fg-dot.d1 {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--gold);
  opacity: .18;
  top: 46%;
  right: 18%;
}

.fb-num {
  font-family: var(--font-head);
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 700;
  color: #fff7e8;
  line-height: 1;
  background: var(--red);
  box-shadow:
    inset 0 -6px 0 rgba(152, 26, 23, 0.34),
    0 10px 24px rgba(0, 0, 0, 0.22);
}

.fb-info strong {
  font-family: var(--font-head);
  font-size: 18px;
  letter-spacing: 1.2px;
  line-height: 1.18;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.fb-info span,
.footer-contact p {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .72);
}

.footer-contact h3 {
  margin-top: 0;
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

.footer-top {
  position: relative;
  z-index: 1;
}

.footer-top>[class*="col-"] {
  position: relative;
}

.footer-top>[class*="col-"]:not(:first-child)::before {
  content: "";
  position: absolute;
  left: calc(var(--bs-gutter-x) * 0.5 * -0.25);
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(245, 240, 230, 0.12), transparent);
}

.footer-links {
  gap: 6px !important;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, .78);
  transition: color .2s, transform .2s;
  text-decoration: none;
}

.footer-links a .bi {
  color: rgba(215, 154, 17, 0.82);
  font-size: 12px;
}

.footer-links a:hover {
  color: var(--gold);
  transform: translateX(2px);
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  transition: all .25s;
}

.footer-social a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
  transform: translateY(-2px);
}

.footer-policy {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  font-size: 11px;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, .68);
  transition: color .2s, transform .2s;
  text-decoration: none;
}

.footer-policy:hover {
  color: var(--gold);
  transform: translateX(2px);
}

.footer-bottom {
  position: relative;
  font-size: 12px;
  color: rgba(255, 255, 255, .6);
}

.footer-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 240, 230, 0.16), transparent);
}

.footer-bottom span {
  position: relative;
}

.footer-contact {
  position: relative;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.035));
  border-radius: 4px;
  overflow: hidden;
}

.footer-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(215, 154, 17, 0.08), transparent 34%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(200, 32, 31, 0.16), rgba(200, 32, 31, 0)) 18px calc(100% - 16px) / 52px 3px no-repeat;
  pointer-events: none;
}

.footer-contact>* {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .footer-top>[class*="col-"]:not(:first-child)::before {
    display: none;
  }

  .fb-info strong {
    font-size: 16px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
}

@media (max-width: 767.98px) {
  .footer {
    padding-top: 46px;
  }

  .fb-num {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }

  .fb-info strong {
    font-size: 15px;
    line-height: 1.2;
  }

  .footer-contact {
    padding: 16px 16px 14px;
  }

  .footer-social a {
    width: 38px;
    height: 38px;
  }
}

#mainNav .nav-link:focus-visible,
.navbar-toggler:focus-visible,
.cta-btn:focus-visible,
.ptab:focus-visible,
.cat-chip:focus-visible,
.agenda-item:focus-visible,
.venue-sort:focus-visible,
.mc-tabs .nav-link:focus-visible,
.dir-card:focus-visible,
.stars-accordion-button:focus-visible,
.stars-marquee-nav:focus-visible,
.footer-links a:focus-visible,
.footer-social a:focus-visible,
.footer-policy:focus-visible,
.scroll-top:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 100;
  box-shadow: 0 4px 14px rgba(200, 32, 31, 0.45);
  transition: all .25s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.scroll-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.scroll-top:hover {
  background: #a11a19;
  box-shadow: 0 6px 20px rgba(200, 32, 31, 0.6);
  transform: translateY(-2px);
}

body.modal-open #scroll-top {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(12px) !important;
  pointer-events: none !important;
}

.scroll-top.visible:hover {
  transform: translateY(-2px);
}

/* в”Ђв”Ђв”Ђ PARTNERS / ORGANIZERS в”Ђв”Ђв”Ђ */
.partners-tier h3 {
  font-family: var(--font-head);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d6cdbc;
}

.partners-state-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 14px 0;
}

.partners-state-grid>.partner-item-logo {
  flex: 0 1 230px;
  max-width: 230px;
  width: 100%;
}

.partners-compact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.partners-municipal-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.partner-item {
  background: rgba(255, 255, 255, 0.6);
  color: var(--ink);
  border-top: 4px solid var(--gold);
  border-radius: 4px;
  padding: 22px;
  height: 100%;
  transition: box-shadow .3s, transform .3s;
}

.partner-item::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  right: -18px;
  bottom: -18px;
  background: var(--red);
  opacity: .12;
}

.partner-item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
  transform: translateY(-3px);
}

.partner-item>* {
  position: relative;
}

.partner-item-logo {
  position: relative;
  min-height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 16px 12px 18px;
}

.partner-item-logo::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 16px;
  width: 46px;
  height: 46px;
  border-top: 2px solid rgba(17, 55, 109, 0.12);
  border-left: 2px solid rgba(17, 55, 109, 0.12);
  border-top-left-radius: 14px;
  pointer-events: none;
}

.partner-item-logo::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 16px;
  height: 18px;
  background:
    linear-gradient(90deg, rgba(17, 55, 109, 0.12), rgba(17, 55, 109, 0)) 0 100% / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.22), rgba(215, 154, 17, 0)) 0 0 / 52px 3px no-repeat;
  opacity: 0.8;
  pointer-events: none;
}

.partner-item-logo strong {
  text-align: center;
  font-size: 11px;
  line-height: 1.25;
}

.partner-item strong {
  display: block;
  font-family: var(--font-head);
  font-size: 14px;
  letter-spacing: .5px;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.35;
}

.partner-logo {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: rgba(215, 154, 17, .08);
  color: var(--gold);
  font-size: 22px;
}

.partner-logo-image-wrap {
  width: 102px;
  height: 102px;
  padding: 12px;
  margin-inline: auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 55, 109, 0.08);
}

.partner-logo-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.partner-logo-image-wrap-dark {
  background: var(--blue);
  border-color: rgba(17, 55, 109, 0.38);
  box-shadow: inset 0 0 0 1px rgba(245, 240, 230, 0.08);
}

.partners-state-grid> :nth-child(3n + 1) .partner-logo-image-wrap {
  box-shadow:
    inset 0 0 0 1px rgba(17, 55, 109, 0.06),
    0 10px 24px rgba(17, 55, 109, 0.05);
}

.partners-state-grid> :nth-child(3n + 2)::before {
  width: 58px;
  height: 24px;
  border-top: 2px solid rgba(200, 32, 31, 0.14);
  border-left: 0;
  border-radius: 0;
}

.partners-state-grid> :nth-child(3n + 2)::after {
  background:
    linear-gradient(90deg, rgba(17, 55, 109, 0.12), rgba(17, 55, 109, 0)) 0 100% / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(200, 32, 31, 0.2), rgba(200, 32, 31, 0)) 0 0 / 42px 3px no-repeat;
}

.partners-state-grid> :nth-child(3n) .partner-logo-image-wrap {
  position: relative;
}

.partners-state-grid> :nth-child(3n) .partner-logo-image-wrap::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 18px;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(215, 154, 17, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.partner-item-compact {
  min-height: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-top-width: 3px;
}

.partner-item-compact .partner-logo {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  margin-bottom: 0;
  font-size: 18px;
}

.partner-item-compact strong {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
}

.partners-municipal-col {
  position: relative;
  min-height: 100%;
  padding: 16px 14px 14px;
  border-top: 3px solid var(--gold);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 6px 18px rgba(17, 19, 21, 0.04);
  overflow: hidden;
}

.mc-grid> :nth-child(3n + 1) .mc-card {
  border-top-color: var(--gold);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 240, 230, 0.86));
}

.mc-grid> :nth-child(3n + 1) .mc-card::after {
  background: var(--gold);
  opacity: .12;
}

.mc-grid> :nth-child(3n + 2) .mc-card {
  border-top-color: var(--red);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 235, 232, 0.88));
}

.mc-grid> :nth-child(3n + 2) .mc-card::before {
  background:
    linear-gradient(135deg, rgba(200, 32, 31, 0.08), transparent 36%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(200, 32, 31, 0.22), rgba(200, 32, 31, 0)) 22px calc(100% - 18px) / 54px 3px no-repeat,
    linear-gradient(90deg, rgba(17, 55, 109, 0.14), rgba(17, 55, 109, 0)) 22px calc(100% - 10px) / calc(100% - 44px) 1px no-repeat;
}

.mc-grid> :nth-child(3n + 2) .mc-card::after {
  background: var(--red);
  opacity: .12;
}

.mc-grid> :nth-child(3n) .mc-card {
  border-top-color: var(--blue);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(233, 239, 248, 0.88));
}

.mc-grid> :nth-child(3n) .mc-card::before {
  background:
    linear-gradient(135deg, rgba(17, 55, 109, 0.1), transparent 36%) 0 0 / 100% 100% no-repeat,
    linear-gradient(90deg, rgba(17, 55, 109, 0.22), rgba(17, 55, 109, 0)) 22px calc(100% - 18px) / 54px 3px no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.16), rgba(215, 154, 17, 0)) 22px calc(100% - 10px) / calc(100% - 44px) 1px no-repeat;
}

.mc-grid> :nth-child(3n) .mc-card::after {
  background: var(--blue);
  opacity: .11;
}

.mc-grid> :nth-child(4n + 1) .mc-card .panel-place {
  background: rgba(215, 154, 17, .12);
}

.mc-grid> :nth-child(4n + 2) .mc-card .panel-place {
  background: rgba(200, 32, 31, .08);
  border-left-color: var(--red);
}

.mc-grid> :nth-child(4n + 3) .mc-card .panel-place {
  background: rgba(17, 55, 109, .08);
  border-left-color: var(--blue);
}

.partners-municipal-col::before,
.partners-municipal-col::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.partners-municipal-col::before {
  width: 62px;
  height: 62px;
  right: -16px;
  top: -18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(215, 154, 17, 0.22), rgba(215, 154, 17, 0.06) 62%, transparent 63%);
  opacity: 0.95;
}

.partners-municipal-col::after {
  left: 14px;
  right: 18px;
  bottom: 10px;
  height: 24px;
  background:
    linear-gradient(90deg, rgba(17, 55, 109, 0.16), rgba(17, 55, 109, 0.02) 58%, transparent 58%) 0 14px / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(200, 32, 31, 0.16), rgba(200, 32, 31, 0) 42%) 0 0 / 44px 3px no-repeat;
  opacity: 0.75;
}

.partners-municipal-title {
  position: relative;
  margin-bottom: 10px;
  padding-right: 18px;
  padding-bottom: 8px;
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: 1.1px;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--blue);
}

.partners-municipal-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 2px;
  background: var(--gold);
}

.partners-municipal-list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.partners-municipal-list li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
  color: rgba(17, 19, 21, 0.82);
  font-size: 13px;
  line-height: 1.45;
}

.partners-municipal-list li:last-child {
  margin-bottom: 0;
}

.partners-municipal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
}

.partners-municipal-grid> :nth-child(2n)::before {
  background:
    radial-gradient(circle at 30% 30%, rgba(17, 55, 109, 0.18), rgba(17, 55, 109, 0.05) 62%, transparent 63%);
}

.partners-municipal-grid> :nth-child(3n)::after {
  background:
    linear-gradient(90deg, rgba(17, 55, 109, 0.14), rgba(17, 55, 109, 0.02) 58%, transparent 58%) 0 14px / 100% 1px no-repeat,
    linear-gradient(90deg, rgba(215, 154, 17, 0.24), rgba(215, 154, 17, 0) 42%) 0 0 / 52px 3px no-repeat;
}

.partners-quote {
  position: relative;
  margin-top: 28px;
  padding: 30px 34px 28px 92px;
  overflow: hidden;
  border: 1px solid rgba(17, 55, 109, 0.1);
  border-left: 6px solid var(--gold);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(245, 240, 230, 0.88)),
    repeating-linear-gradient(-45deg,
      rgba(17, 55, 109, 0.018) 0 8px,
      rgba(17, 55, 109, 0.008) 8px 16px);
  box-shadow: 0 14px 32px rgba(17, 19, 21, 0.08);
  color: rgba(17, 19, 21, 0.82);
  font-size: 15px;
  line-height: 1.7;
  font-style: normal;
}

.partners-quote::before,
.partners-quote::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.partners-quote::before {
  content: "“";
  left: 28px;
  top: 18px;
  font-family: var(--font-head);
  font-size: 88px;
  line-height: 1;
  color: rgba(17, 55, 109, 0.14);
}

.partners-quote::after {
  width: 180px;
  height: 180px;
  right: -48px;
  bottom: -72px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(215, 154, 17, 0.15) 0 32%, rgba(215, 154, 17, 0.04) 33% 56%, transparent 57%),
    radial-gradient(circle at 30% 30%, rgba(200, 32, 31, 0.12), transparent 62%);
  opacity: 0.95;
}

.partners-quote p {
  position: relative;
  z-index: 1;
  margin: 0;
}

.partners-quote p::after {
  content: "";
  display: block;
  width: 96px;
  height: 6px;
  margin-top: 18px;
  background:
    linear-gradient(90deg, var(--gold), var(--gold)) 0 0 / 58px 3px no-repeat,
    linear-gradient(90deg, rgba(17, 55, 109, 0.26), rgba(17, 55, 109, 0)) 0 100% / 96px 1px no-repeat;
}

@media (max-width: 767.98px) {
  .partners-quote {
    padding: 24px 20px 24px 68px;
    font-size: 14px;
    line-height: 1.6;
  }

  .partners-quote::before {
    left: 18px;
    top: 16px;
    font-size: 64px;
  }
}

@media (max-width: 1199.98px) {
  .partners-state-grid {
    justify-content: center;
    gap: 18px;
  }

  .partners-state-grid>.partner-item-logo {
    flex-basis: 210px;
    max-width: 240px;
  }

  .partner-item-logo {
    min-height: 224px;
    gap: 14px;
    padding: 20px 18px 22px;
  }

  .partner-item-logo strong {
    font-size: 14px;
    line-height: 1.35;
  }

  .partner-logo-image-wrap {
    width: 148px;
    height: 148px;
    padding: 18px;
  }

  .partners-compact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .partners-municipal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .partner-item-logo {
    min-height: 220px;
  }

  .partners-compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .partners-state-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .partners-state-grid>.partner-item-logo {
    max-width: none;
  }

  .partners-compact-grid,
  .partners-municipal-grid {
    grid-template-columns: 1fr;
  }

  .partner-item-logo {
    min-height: 0;
  }

  .partner-logo-image-wrap {
    width: 140px;
    height: 140px;
    padding: 18px;
  }
}

/* в”Ђв”Ђв”Ђ PARALLAX BACKGROUND DECOR в”Ђв”Ђв”Ђ */
#bg-decor {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(17, 55, 109, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17, 55, 109, 0.03) 1px, transparent 1px);
  background-size: 74px 74px;
  background-position: center top;
  opacity: 0.95;
}

.bg-layer {
  position: absolute;
  inset: -12vh -8vw;
  will-change: transform;
}

.bg-layer-soft {
  opacity: 0.9;
}

.bg-layer-geo {
  opacity: 0.82;
}

.bg-layer-icons {
  opacity: 0.94;
}

#bg-decor::before,
#bg-decor::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(17, 55, 109, 0.12);
  opacity: 0.5;
  transform: rotate(-12deg);
}

#bg-decor::before {
  width: 34vw;
  height: 34vw;
  min-width: 280px;
  min-height: 280px;
  left: -14vw;
  top: 118vh;
}

#bg-decor::after {
  width: 28vw;
  height: 28vw;
  min-width: 220px;
  min-height: 220px;
  right: -10vw;
  top: 250vh;
}

.bg-shape {
  position: absolute;
  will-change: transform;
}

.bg-circle-red {
  width: clamp(120px, 14vw, 240px);
  height: clamp(120px, 14vw, 240px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 32, 31, 0.75), rgba(200, 32, 31, 0.12) 46%, transparent 72%);
  opacity: 0.22;
  filter: blur(2px);
}

.bg-circle-blue {
  width: clamp(150px, 17vw, 290px);
  height: clamp(150px, 17vw, 290px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(17, 55, 109, 0.62), rgba(17, 55, 109, 0.1) 48%, transparent 74%);
  opacity: 0.18;
  filter: blur(2px);
}

.bg-circle-gold {
  width: clamp(110px, 11vw, 190px);
  height: clamp(110px, 11vw, 190px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 154, 17, 0.72), rgba(215, 154, 17, 0.12) 45%, transparent 72%);
  opacity: 0.22;
  filter: blur(1px);
}

.bg-ring-blue,
.bg-ring-red,
.bg-ring-gold {
  border-radius: 50%;
  opacity: 0.2;
}

.bg-ring-blue {
  width: clamp(105px, 11vw, 170px);
  height: clamp(105px, 11vw, 170px);
  border: 2px solid var(--blue);
}

.bg-ring-red {
  width: clamp(85px, 9vw, 135px);
  height: clamp(85px, 9vw, 135px);
  border: 2px solid var(--red);
}

.bg-ring-gold {
  width: clamp(70px, 7vw, 110px);
  height: clamp(70px, 7vw, 110px);
  border: 2px solid var(--gold);
}

.bg-diamond-red {
  width: 40px;
  height: 40px;
  background: var(--red);
  opacity: 0.20;
  transform: rotate(45deg);
}

.bg-diamond-gold {
  width: 30px;
  height: 30px;
  background: var(--gold);
  opacity: 0.20;
  transform: rotate(45deg);
}

.bg-diamond-blue {
  width: 34px;
  height: 34px;
  background: var(--blue);
  opacity: 0.16;
  transform: rotate(45deg);
}

.bg-bar-gold {
  width: 128px;
  height: 4px;
  background: var(--gold);
  opacity: 0.22;
  transform: rotate(-15deg);
}

.bg-bar-red {
  width: 90px;
  height: 3px;
  background: var(--red);
  opacity: 0.22;
  transform: rotate(12deg);
}

.bg-dot-grid {
  width: 100px;
  height: 82px;
  opacity: 0.18;
  background-image: radial-gradient(circle, var(--blue) 2px, transparent 2.5px);
  background-size: 18px 18px;
}

.bg-step-mark {
  width: 92px;
  height: 92px;
  opacity: 0.18;
  background:
    linear-gradient(var(--red), var(--red)) 0 0 / 58px 5px no-repeat,
    linear-gradient(var(--gold), var(--gold)) 0 28px / 78px 5px no-repeat,
    linear-gradient(var(--blue), var(--blue)) 0 56px / 48px 5px no-repeat;
  transform: rotate(-18deg);
}

.bg-icon {
  opacity: 0.52;
  font-size: clamp(2.2rem, 4.6vw, 4.8rem);
  line-height: 1;
  text-shadow: 0 10px 28px rgba(17, 19, 21, 0.08);
}

.icon-music,
.icon-palette,
.icon-camera,
.icon-cup,
.icon-brush {
  color: var(--gold);
}

.icon-ticket,
.icon-star,
.icon-mic,
.icon-chat {
  color: var(--red);
}

.icon-geo,
.icon-book,
.icon-film,
.icon-theatre,
.icon-trophy {
  color: var(--blue);
}

.decor-a {
  top: 4vh;
  left: 5vw;
}

.decor-b {
  top: 14vh;
  right: 8vw;
}

.decor-c {
  top: 72vh;
  left: 72vw;
}

.decor-d {
  top: 48vh;
  left: 22vw;
}

.decor-e {
  top: 84vh;
  right: 18vw;
}

.decor-f {
  top: 38vh;
  left: 3vw;
}

.decor-g {
  top: 64vh;
  right: 6vw;
}

.decor-h {
  top: 12vh;
  left: 44vw;
}

.decor-i {
  top: 76vh;
  right: 18vw;
}

.decor-j {
  top: 28vh;
  right: 28vw;
}

.decor-k {
  top: 58vh;
  left: 14vw;
}

.decor-l {
  top: 18vh;
  left: 12vw;
}

.decor-m {
  top: 88vh;
  right: 14vw;
}

.decor-n {
  top: 48vh;
  left: 68vw;
}

.decor-o {
  top: 82vh;
  left: 8vw;
}

.decor-p {
  top: 24vh;
  left: 41vw;
}

.decor-q {
  top: 68vh;
  right: 15vw;
}

.decor-r {
  top: 52vh;
  left: 7vw;
}

.decor-s {
  top: 10vh;
  left: 58vw;
}

.decor-t {
  top: 82vh;
  right: 8vw;
}

.decor-u {
  top: 42vh;
  left: 34vw;
}

.decor-v {
  top: 20vh;
  right: 22vw;
}

.decor-w {
  top: 90vh;
  left: 70vw;
}

.decor-x {
  top: 6vh;
  left: 18vw;
}

.decor-y {
  top: 60vh;
  right: 34vw;
}

.decor-z {
  top: 34vh;
  right: 4vw;
}

.decor-aa {
  top: 74vh;
  left: 48vw;
}

.decor-ab {
  top: 44vh;
  right: 46vw;
}

.decor-ac {
  top: 14vh;
  left: 76vw;
}

@media (prefers-reduced-motion: reduce) {
  .bg-layer {
    transform: none !important;
  }
}

@media (max-width: 767.98px) {
  #bg-decor {
    background-size: 54px 54px;
    opacity: 0.72;
  }

  .bg-layer {
    inset: -8vh -16vw;
  }

  .bg-layer-icons {
    opacity: 0.62;
  }

  .bg-layer-geo {
    opacity: 0.56;
  }

  .bg-icon {
    font-size: 2.45rem;
  }

  .decor-b,
  .decor-g,
  .decor-j,
  .decor-n,
  .decor-q,
  .decor-t,
  .decor-w,
  .decor-z,
  .decor-aa,
  .decor-ac {
    display: none;
  }
}
