/* Olga review 2026-08-16: natural photography, glass facts in hero, navigation on image tiles. */
.page-hero-media,
.editorial-hero > img,
.brand-story-photo img,
.experience-grid img,
.experience-grid a:hover img { filter: none !important; }

.page-hero::after {
  background: linear-gradient(90deg,
    rgba(243, 236, 223, .76) 0%,
    rgba(243, 236, 223, .64) 30%,
    rgba(243, 236, 223, .24) 52%,
    rgba(243, 236, 223, .03) 72%) !important;
}

.editorial-hero::after {
  background: linear-gradient(90deg,
    rgba(243, 236, 223, .74) 0%,
    rgba(243, 236, 223, .60) 34%,
    rgba(243, 236, 223, .18) 58%,
    rgba(243, 236, 223, .02) 78%) !important;
}

.page-hero-content,
.editorial-hero-content {
  text-shadow: 0 1px 0 rgba(255, 251, 242, .92), 0 0 24px rgba(255, 251, 242, .72);
}

.hero-facts {
  position: absolute !important;
  z-index: 6;
  right: auto !important;
  bottom: 14px !important;
  left: 50% !important;
  width: min(1320px, calc(100% - 40px)) !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 10px !important;
  transform: translateX(-50%) !important;
  border: 1px solid rgba(162, 224, 224, .28) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 12% 0, rgba(137, 210, 205, .18), transparent 36%),
    linear-gradient(105deg, rgba(31, 84, 105, .48), rgba(28, 63, 73, .38)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 18px 48px rgba(5, 20, 24, .26) !important;
  backdrop-filter: blur(18px) saturate(120%) !important;
  overflow: hidden;
}

.hero-facts .festival-fact {
  min-width: 0;
  min-height: 84px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .07) !important;
  border-radius: 18px;
  background: rgba(15, 45, 52, .42) !important;
  color: #fff8e8;
  text-decoration: none;
  transition: background .22s ease, border-color .22s ease, transform .22s ease;
}

.hero-facts .festival-fact + .festival-fact { border-left-color: rgba(255, 255, 255, .07) !important; }
.hero-facts a.festival-fact:hover,
.hero-facts a.festival-fact:focus-visible {
  border-color: rgba(111, 218, 209, .55) !important;
  background: rgba(19, 73, 78, .58) !important;
  transform: translateY(-2px);
  outline: none;
}

.hero-facts .festival-fact-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 225, 152, .42);
  border-radius: 14px;
  background: linear-gradient(145deg, #f4c35b, #d99b2c);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .35), 0 10px 24px rgba(103, 65, 11, .18);
}

.hero-facts .festival-fact-icon svg { width: 27px; height: 27px; color: #5b431b; }
.hero-facts .festival-fact p { margin: 0; color: #fff9ec; font-size: clamp(11px, .86vw, 13px); font-weight: 600; line-height: 1.38; text-wrap: pretty; }
.hero-facts .festival-fact strong { font-weight: 650; }
.hero-facts [data-participant-count] { display: inline; font-variant-numeric: tabular-nums; }
.hero-brand-v3 .hero-content { margin-bottom: 112px; }

.experience-grid a::after {
  inset: 20% 0 0;
  background: linear-gradient(transparent, rgba(22, 18, 14, .78));
}

.experience-grid small {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: 20px;
  left: 20px;
  color: #72d9d1;
  font-size: clamp(10px, .78vw, 12px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .105em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .72);
  text-transform: uppercase;
}

.experience-grid span {
  font-size: clamp(23px, 1.65vw, 30px);
  line-height: 1.08;
  text-transform: none;
  text-wrap: balance;
}

@media (max-width: 820px) {
  .page-hero::after,
  .editorial-hero::after {
    background: linear-gradient(0deg,
      rgba(243, 236, 223, .76) 0%,
      rgba(243, 236, 223, .58) 42%,
      rgba(243, 236, 223, .20) 70%,
      rgba(243, 236, 223, .02) 100%) !important;
  }

  .hero-brand-v3 .hero-content { bottom: 124px; margin: 0; }
  .hero-facts {
    right: auto !important;
    bottom: 10px !important;
    left: 12px !important;
    width: calc(100% - 24px) !important;
    display: flex !important;
    gap: 8px !important;
    padding: 8px !important;
    transform: none !important;
    border-radius: 18px !important;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .hero-facts::-webkit-scrollbar { display: none; }
  .hero-facts .festival-fact {
    flex: 0 0 min(272px, 78vw);
    min-height: 76px;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 10px 12px;
    scroll-snap-align: start;
  }
  .hero-facts .festival-fact-icon { width: 46px; height: 46px; border-radius: 12px; }
  .hero-facts .festival-fact-icon svg { width: 24px; height: 24px; }
  .hero-facts .festival-fact p { font-size: 12px; }
  .experience-grid small { top: 15px; right: 14px; left: 14px; font-size: 9px; }
  .experience-grid span { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-facts .festival-fact { transition: none; }
}
