﻿/* в”Ђв”Ђ Variables в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
:root {
  --bg:           #eef4fb;
  --surface:      #ffffff;
  --surface-soft: #f4f8fd;
  --line:         #ccdaec;
  --text:         #1a2332;
  --muted:        #5a6e87;
  --faint:        #8fa8c4;
  --gold:         #d4830a;
  --gold-light:   #f5a623;
  --bronze:       #3d7ab5;
  --terra:        #2a5a8a;
  --accent-dark:  #b8720a;
  --radius:       20px;
  --topbar-h:     60px;
}

/* в”Ђв”Ђ Reset в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  color: var(--text);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, 100% - 32px); margin-inline: auto; }
.content { padding-bottom: 60px; }
.section-gap { margin-bottom: clamp(16px, 3vw, 28px); }

/* в”Ђв”Ђ Topbar в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--topbar-h);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 clamp(1rem, 4vw, 2rem);
  background: rgba(238,244,251,0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.topbar.scrolled { border-bottom-color: var(--line); }
.topbar-brand { display: flex; align-items: baseline; gap: 10px; text-decoration: none; }
.topbar-rc {
  font-family: "Unbounded", sans-serif;
  font-weight: 700; font-size: 1rem;
  color: var(--gold); letter-spacing: 0.04em;
}
.topbar-sub {
  font-size: 0.68rem; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--faint);
}
.topbar-links { display: flex; align-items: center; gap: clamp(12px, 3vw, 28px); }
.topbar-link {
  font-size: 0.76rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); text-decoration: none; transition: color 0.2s;
}
.topbar-link:hover { color: var(--text); }
.topbar-link--accent { color: var(--gold); }
.topbar-link--accent:hover { color: var(--accent-dark); }

/* в”Ђв”Ђ Hero в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.hero {
  --hero-bg: #0f0f0f;
  --hero-text: #1f2937;
  --hero-muted: #6b7280;
  --hero-run: #f5a623;
  --hero-coffee: #edca98;
  --hero-repeat: #bf5e28;
  min-height: 100svh;
  padding-top: calc(var(--topbar-h) + clamp(40px, 7vw, 72px));
  padding-bottom: clamp(40px, 6vw, 64px);
  padding-inline: clamp(16px, 4vw, 40px);
  position: relative;
  overflow: hidden;
  color: var(--hero-text);
  background: linear-gradient(160deg, #cce0f5 0%, #ddeaf8 35%, #e8f3fb 60%, #eef4fb 100%);
}

.hero::before,
.hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}
.hero::before {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(245, 166, 35, 0.22) 0%, transparent 70%);
  top: -100px;
  right: -80px;
  animation: orb-drift 12s ease-in-out infinite alternate;
}
.hero::after {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(200, 121, 65, 0.24) 0%, transparent 70%);
  bottom: 60px;
  left: -60px;
  animation: orb-drift 16s ease-in-out infinite alternate-reverse;
}
@keyframes orb-drift {
  from { transform: translate(0, 0); }
  to { transform: translate(30px, 20px); }
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: center;
  min-height: calc(100svh - var(--topbar-h) - clamp(40px,7vw,72px) - clamp(40px,6vw,64px));
}
@media (min-width: 860px) {
  .hero-layout { grid-template-columns: 1fr 1fr; }
}

.hero-eyebrow {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(11px,1.8vw,13px);
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--hero-coffee);
  margin-bottom: 14px;
}
.hero-line {
  height: 1px;
  width: min(100%, 280px);
  background: rgba(240, 237, 232, 0.26);
}

.hero-slogan {
  margin: clamp(20px,3.5vw,30px) 0 0;
  display: flex;
  flex-direction: column;
  gap: clamp(2px, 1vw, 8px);
  font-family: "Unbounded", sans-serif;
  font-size: clamp(42px, 9vw, 68px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.slogan-line {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.5vw, 14px);
  width: fit-content;
  opacity: 0;
  transform: translateY(12px);
  animation: slogan-in 450ms ease-out forwards;
  animation-delay: var(--line-delay, 0ms);
  transition: filter 150ms ease, transform 150ms ease;
}
.slogan-line:hover { filter: brightness(0.85); transform: translateX(3px); }
.slogan-icon {
  width: clamp(28px,6vw,52px);
  height: clamp(28px,6vw,52px);
  min-width: 28px;
  object-fit: contain;
  filter: var(--icon-filter, none);
}
.run-line {
  color: var(--hero-run);
  --icon-filter: brightness(1.06) saturate(1.12) hue-rotate(-2deg);
}
.coffee-line {
  color: var(--hero-coffee);
  --icon-filter: brightness(1.05) saturate(1.1) hue-rotate(-3deg);
}
.repeat-line {
  color: var(--hero-repeat);
  --icon-filter: brightness(0.93) saturate(1.22) hue-rotate(-6deg);
  animation: slogan-in 450ms ease-out forwards, breathe 3s ease-in-out infinite;
  animation-delay: var(--line-delay, 0ms), 700ms;
}
.hero .slogan-cap-gold,
.hero .slogan-body-warm,
.hero .slogan-cap-bronze,
.hero .slogan-body-terra {
  color: currentColor;
}
.coffee-line .slogan-icon { animation: steam-drift 5s ease-in-out infinite; }

.hero-description {
  margin: clamp(14px,2.5vw,22px) 0 0;
  max-width: 48ch;
  color: var(--hero-muted);
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  line-height: 1.65;
}

.next-run {
  margin-top: clamp(20px, 3.5vw, 32px);
  padding: clamp(14px, 2vw, 20px) clamp(16px, 2.5vw, 24px);
  background: rgba(240, 237, 232, 0.92);
  border: 1px solid rgba(200, 121, 65, 0.36);
  border-radius: 16px;
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  backdrop-filter: blur(8px);
}
.next-run-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hero-muted);
}
.next-run-date {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(0.85rem, 1.8vw, 1rem);
  font-weight: 500;
  color: var(--hero-repeat);
}
.countdown {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin-top: 2px;
}
.countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 36px;
}
.countdown-num {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 700;
  color: var(--hero-text);
  line-height: 1;
  min-width: 2ch;
  text-align: center;
}
.countdown-lbl {
  font-size: 0.62rem;
  color: var(--hero-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 2px;
}
.countdown-sep {
  font-family: "Unbounded", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--hero-repeat);
  line-height: 1.1;
  padding-bottom: 14px;
}

.hero-right {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2vw, 18px);
  opacity: 0;
  transform: translateY(16px);
  animation: slogan-in 600ms ease-out 400ms forwards;
}
.hero-photo-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}
.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-photo-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(240, 237, 232, 0.88);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hero-text);
  border: 1px solid rgba(200, 121, 65, 0.42);
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(240, 237, 232, 0.92);
  border: 1px solid rgba(200, 121, 65, 0.36);
  border-radius: 16px;
  padding: clamp(12px,2vw,18px) clamp(16px,2.5vw,24px);
  backdrop-filter: blur(8px);
}
.stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.stat-num {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 700;
  color: var(--hero-run);
  line-height: 1;
}
.stat-lbl {
  font-size: 0.7rem;
  color: var(--hero-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}
.stat-div {
  width: 1px;
  height: 36px;
  background: rgba(200, 121, 65, 0.34);
  flex-shrink: 0;
}
/* в”Ђв”Ђ Panels в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(20px, 3.5vw, 36px);
  box-shadow: 0 4px 24px rgba(30,60,100,0.06);
}
h2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: clamp(1.2rem, 2.8vw, 1.7rem);
  line-height: 1.2;
  color: var(--text);
}
.section-lead {
  margin-top: 14px;
  font-family: "Unbounded", sans-serif;
  color: var(--gold);
  font-size: clamp(0.95rem, 2.4vw, 1.3rem);
  font-weight: 500;
  line-height: 1.35;
}
.section-text {
  margin-top: 10px;
  color: var(--muted);
  max-width: 72ch;
  line-height: 1.7;
}
.section-head p { margin-top: 8px; color: var(--muted); }

/* в”Ђв”Ђ When & Where в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.when-where-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}
@media (min-width: 700px) {
  .when-where-panel { grid-template-columns: 1fr 1fr; }
}
.when-where-map iframe {
  width: 100%;
  height: clamp(200px, 34vw, 280px);
  border: 0;
  border-radius: 14px;
  display: block;
}
.map-open-link {
  margin-top: 14px;
  display: inline-block;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
  transition: color 0.2s;
}
.map-open-link:hover { color: var(--accent-dark); }

/* в”Ђв”Ђ Gallery в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.photo-grid {
  margin-top: 18px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 560px) { .photo-grid { grid-template-columns: repeat(3,1fr); } }
@media (min-width: 900px) { .photo-grid { grid-template-columns: repeat(4,1fr); } }

.photo-thumb {
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: var(--surface-soft);
  aspect-ratio: 1/1;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.photo-thumb img { width: 100%; height: 100%; object-fit: cover; }
.photo-thumb:hover {
  transform: translateY(-2px);
  border-color: var(--gold-light);
  box-shadow: 0 10px 28px rgba(30,60,100,0.1);
}
.photo-thumb:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* в”Ђв”Ђ Join в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.join-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}
@media (min-width: 700px) { .join-inner { grid-template-columns: 1fr auto; } }
.join-actions { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; }

/* в”Ђв”Ђ Buttons в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.button-primary { background: var(--gold); color: #fff; }
.button-primary:hover { background: var(--accent-dark); transform: translateY(-1px); }
.button-ghost { background: transparent; color: var(--text); border-color: var(--line); }
.button-ghost:hover { border-color: var(--gold-light); transform: translateY(-1px); }
.button:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

/* в”Ђв”Ђ QR Card в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.qr-card {
  border: 1px dashed rgba(212,131,10,0.4);
  border-radius: 16px;
  padding: 20px;
  background: var(--surface-soft);
  text-align: center;
  min-width: 180px;
}
.qr-card img { width: clamp(120px,22vw,160px); margin-inline: auto; border-radius: 10px; }
.qr-label {
  margin-top: 10px;
  font-family: "Unbounded", sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--gold);
}
.qr-subline { margin-top: 4px; color: var(--faint); font-size: 0.82rem; }

/* в”Ђв”Ђ Footer в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.footer {
  border-top: 1px solid var(--line);
  padding: 20px 16px 28px;
  text-align: center;
  color: var(--faint);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
}

/* в”Ђв”Ђ Lightbox в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(10,20,35,0.93);
  z-index: 200;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px; padding: 16px;
}
.lightbox[hidden] { display: none; }
.lightbox-close {
  position: absolute; top: 16px; right: 16px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(20,30,45,0.85);
  color: #eee; width: 44px; height: 44px;
  border-radius: 50%; font-size: 18px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.lightbox-figure { margin: 0; display: grid; justify-items: center; gap: 10px; }
.lightbox-figure img { width: min(92vw,1100px); max-height: 80vh; object-fit: contain; border-radius: 12px; }
.lightbox-figure figcaption { color: rgba(255,255,255,0.45); font-size: 0.88rem; }
.lightbox-nav {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(20,30,45,0.85);
  color: #eee; font-size: 28px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.lightbox-close:hover, .lightbox-nav:hover { background: rgba(212,131,10,0.25); border-color: rgba(212,131,10,0.5); }
.lightbox-close:focus-visible, .lightbox-nav:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }

/* в”Ђв”Ђ Animations в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
@keyframes slogan-in {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes breathe {
  0%,100% { opacity: 0.88; }
  50%      { opacity: 1; }
}
@keyframes steam-drift {
  0%,100% { transform: translateY(0); opacity: 0.7; }
  50%      { transform: translateY(-4px); opacity: 1; }
}

/* в”Ђв”Ђ Reduced motion в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .slogan-line, .hero-right { opacity: 1; transform: none; }
}










