:root {
  --bg: #0b0f0c;
  --ink: #e6efe8;
  --muted: #9aa6a0;
  --accent: #6fd88b;
  --pill: rgba(255, 255, 255, 0.06);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

/* Video Intro Overlay */
.video-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.video-container {
  position: relative;
  width: 60%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6), 
              0 0 100px rgba(111, 216, 139, 0.6),
              0 0 150px rgba(111, 216, 139, 0.4),
              inset 0 0 80px rgba(111, 216, 139, 0.1);
}

.video-intro #intro-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.95;
}

.skip-btn {
  position: relative;
  padding: 12px 32px;
  background: rgba(111, 216, 139, 0.9);
  color: #0b0f0c;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.2s ease, background 0.2s ease;
  z-index: 10000;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.skip-btn:hover {
  background: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.skip-btn:active {
  transform: translateY(0);
}

.unmute-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  background: rgba(111, 216, 139, 0.95);
  color: #0b0f0c;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.2s ease;
  z-index: 10001;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.unmute-btn svg {
  width: 32px;
  height: 32px;
}

.unmute-btn:hover {
  background: var(--accent);
  transform: scale(1.15);
  box-shadow: 0 8px 24px rgba(111, 216, 139, 0.6);
}

.unmute-btn.hidden {
  display: none;
}

@media (max-width: 600px) {
  .video-intro {
    gap: 16px;
    padding: 0 16px;
  }

  .video-container {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
  }

  .skip-btn {
    padding: 10px 22px;
    font-size: 0.9rem;
  }

  .unmute-btn {
    width: 50px;
    height: 50px;
    bottom: 12px;
    left: 12px;
  }

  .unmute-btn svg {
    width: 26px;
    height: 26px;
  }
}

/* Hide header and main content initially */
#main-header,
#main-content {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

#main-header.visible,
#main-content.visible {
  opacity: 1;
  pointer-events: auto;
}

* {
  box-sizing: border-box;
}

/* Prevent image dragging */
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: auto;
}

body {
  margin: 0;
  font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 15% 10%, #1a221b 0%, #0b0f0c 52%, #050706 100%);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    repeating-linear-gradient(
      90deg,
      rgba(111, 216, 139, 0.08) 0px,
      rgba(111, 216, 139, 0.08) 1px,
      transparent 1px,
      transparent 12px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(111, 216, 139, 0.08) 0px,
      rgba(111, 216, 139, 0.08) 1px,
      transparent 1px,
      transparent 16px
    );
  mix-blend-mode: screen;
  z-index: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 2;
  backdrop-filter: blur(10px);
  background: rgba(7, 10, 8, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header__inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding: 0 clamp(24px, 6vw, 80px);
  min-height: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.header-logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.7;
  transition: opacity 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
  margin-right: 12px;
  margin-left: -380px;
  margin-top: 15px;
  margin-bottom: -50px;
}

.header-logo:hover {
  opacity: 1;
  transform: scale(1.08);
}

.brand {
  margin-left: 220px;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  letter-spacing: 0.18em;
  text-decoration: none;
  color: var(--ink);
  font-size: 1.1rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  flex: 1;
  justify-content: center;
}

.site-nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: color 160ms ease, border-color 160ms ease;
}

.site-nav a:hover {
  color: var(--accent);
  border-color: rgba(111, 216, 139, 0.6);
}

.lang-switcher {
  display: flex;
  gap: 8px;
  align-items: center;
}

.lang-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--muted);
  padding: 6px 10px;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
  letter-spacing: 0.05em;
}

.lang-btn:hover {
  background: rgba(111, 216, 139, 0.1);
  border-color: var(--accent);
  color: var(--accent);
}

.lang-btn.active {
  background: var(--accent);
  color: var(--bg);
  border-color: var(--accent);
}

.design-switch-old {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width: 38px;
  min-height: 34px;
  border-color: var(--accent);
  background: rgba(111, 216, 139, 0.2);
  color: var(--accent);
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(111, 216, 139, 0.28), 0 0 18px rgba(111, 216, 139, 0.3);
}

.design-switch-old svg {
  display: none;
}

.design-switch-old::after {
  content: "NEU";
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
}

.design-switch-old:hover {
  background: var(--accent);
  color: #06110b;
  box-shadow: 0 0 0 1px rgba(111, 216, 139, 0.4), 0 0 24px rgba(111, 216, 139, 0.55);
}

#matrix {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.45;
  mix-blend-mode: screen;
  z-index: 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, 550px) minmax(260px, 1fr);
  gap: clamp(24px, 4vw, 60px);
  padding: clamp(24px, 6vw, 80px);
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero__image {
  width: 100%;
  border-radius: 22px;
  box-shadow: var(--shadow);
  position: relative;
  /* Image is now handled via HTML <img> tag to ensure full visibility without cropping */
}

.hero__img-content {
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: contain;
  border-radius: inherit;
  display: block;
}

.hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 24px rgba(111, 216, 139, 0.35);
  opacity: 0.6;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero--reverse .hero__image {
  order: 2;
}

.hero--reverse .hero__content {
  order: 1;
}

.hero__image--connect {
  border-radius: 18px;
  box-shadow: none;
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: var(--muted);
}

.eyebrow--link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.eyebrow--link::after {
  content: "\2192";
  font-size: 0.9rem;
}

.eyebrow--link:hover {
  color: var(--accent);
}

.title {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  margin: 0;
  letter-spacing: 0.14em;
  font-weight: 600;
  position: relative;
  text-shadow: 0 0 18px rgba(111, 216, 139, 0.35);
  animation: title-glow 4.5s ease-in-out infinite;
  white-space: nowrap;
}

/* Italic/cursive styling for name */
[data-i18n="name-title"],
[data-i18n="name-full"] {
  font-family: "Tangerine", cursive;
  font-size: clamp(3.5rem, 8vw, 6.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  font-style: italic;
}

.title .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(14px);
}

/* Fix for long email addresses in contact page */
.hero--reverse .title {
  white-space: nowrap;
  font-size: clamp(0.9rem, 2.5vw, 1.8rem);
  line-height: 1.2;
}

.intro .title .char {
  animation: title-wave 0.9s ease forwards;
  animation-delay: calc(var(--i) * 60ms);
}

.hero__image {
  transform: scale(0.92);
  opacity: 0.7;
}

.intro .hero__image {
  animation: image-zoom 1.4s ease forwards;
}

.title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 64px;
  height: 2px;
  background: linear-gradient(90deg, rgba(111, 216, 139, 0.85), transparent);
  opacity: 0.8;
}

.subtitle {
  margin: 0;
  font-size: 1.05rem;
  color: var(--muted);
}

.social-links {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  width: fit-content;
}

.social-link svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.linkedin-logo {
  height: 21px;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
}

.github-logo {
  height: 21px;
  width: auto;
  max-width: 100%;
  flex-shrink: 0;
}

.linkedin-link {
  background: transparent;
  border: none;
  color: inherit;
  padding: 0;
  gap: 0;
}

.linkedin-link:hover {
  background: transparent;
  border: none;
  transform: none;
  box-shadow: none;
}

.github-link {
  background: transparent;
  border: none;
  color: inherit;
  padding: 0;
  gap: 0;
}

.github-link:hover {
  background: transparent;
  border: none;
  transform: none;
  box-shadow: none;
}

.cal-link-button {
  background: rgba(111, 216, 139, 0.12);
  border: 1px solid rgba(111, 216, 139, 0.35);
  color: var(--accent);
  cursor: pointer;
  font-family: inherit;
  padding: 10px 16px;
}

.cal-link-button:hover {
  background: rgba(111, 216, 139, 0.2);
  border-color: rgba(111, 216, 139, 0.55);
  box-shadow: 0 4px 12px rgba(111, 216, 139, 0.2);
  transform: translateY(-2px);
}

.pill-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px; /* Reduced gap */
  font-size: 1rem;
}

.pill-list li {
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: none;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
}

.pill-list li::before {
  content: "•";
  color: var(--accent);
  font-size: 1.2rem;
  line-height: 1;
}

.audio-player {
  margin-top: 16px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  width: fit-content;
}

.audio-title {
  margin: 0 0 8px;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d93636;
}

.audio-player audio {
  width: 280px;
  max-width: 100%;
  accent-color: #d93636;
}

.radio-player {
  margin-top: 16px;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  width: 100%;
  max-width: 600px;
}

.radio-player iframe {
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(217, 54, 54, 0.15);
  background: rgba(217, 54, 54, 0.05);
}

.radio-logo {
  float: left;
  width: 200px;
  height: auto;
  margin: 0 20px 16px 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.radio-profile-link {
  background: rgba(217, 54, 54, 0.12);
  border: 1px solid rgba(217, 54, 54, 0.3);
  color: #d93636;
  margin-top: 12px;
}

.radio-profile-link:hover {
  background: rgba(217, 54, 54, 0.2);
  border-color: rgba(217, 54, 54, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(217, 54, 54, 0.25);
}

.radio-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 10px 20px;
  background: rgba(217, 54, 54, 0.12);
  border: 1px solid rgba(217, 54, 54, 0.3);
  border-radius: 8px;
  color: #d93636;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  width: fit-content;
}

.radio-link svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.radio-link:hover {
  background: rgba(217, 54, 54, 0.2);
  border-color: rgba(217, 54, 54, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(217, 54, 54, 0.25);
}

.radio-note {
  margin: 8px 0 0;
  font-size: 0.85rem;
  color: var(--muted);
  font-style: italic;
}

.radio-note a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.radio-note a:hover {
  border-bottom-color: var(--accent);
}

.footer {
  margin-top: auto;
  padding: 24px clamp(24px, 6vw, 80px) 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.footer__links a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.footer__links a:hover {
  color: var(--accent);
}

.footer__note {
  margin: 0;
  color: var(--muted);
  font-size: 1.1rem;
  white-space: nowrap;
}

.content-page {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  padding: clamp(24px, 6vw, 80px);
  display: grid;
  gap: 28px;
  position: relative;
  z-index: 1;
}

.content-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 3px solid var(--accent);
  border-radius: 8px;
  padding: clamp(20px, 4vw, 36px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.content-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(111, 216, 139, 0.15);
}

.about-header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 18px;
}

.profile-pic {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(111, 216, 139, 0.4);
  flex-shrink: 0;
  transform: scale(0.92);
  opacity: 0.7;
  animation: image-zoom 1.4s ease forwards;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-left: 48px;
}

.profile-pic:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 32px rgba(111, 216, 139, 0.6);
}

@media (max-width: 600px) {
  .video-intro {
    gap: 12px;
    padding: 0 12px;
  }

  .video-container {
    width: 95%;
    border-radius: 8px;
  }

  .skip-btn {
    padding: 8px 18px;
    font-size: 0.85rem;
  }

  .unmute-btn {
    width: 44px;
    height: 44px;
    bottom: 10px;
    left: 10px;
  }

  .unmute-btn svg {
    width: 22px;
    height: 22px;
  }

  .site-header__inner {
    padding: 12px 16px;
  }

  .header-logo {
    width: 60px;
    height: 60px;
  }

  .site-nav a {
    font-size: 0.95rem;
  }

  .lang-btn {
    padding: 5px 8px;
    font-size: 0.8rem;
  }

  .design-switch-old {
    min-width: 32px;
    min-height: 30px;
    box-shadow: 0 0 0 1px rgba(111, 216, 139, 0.22);
  }

  .design-switch-old svg {
    display: none;
  }

  .design-switch-old::after {
    font-size: 0.62rem;
  }

  .hero {
    padding: 16px;
  }

  .title {
    font-size: clamp(2rem, 8vw, 3.5rem);
  }

  [data-i18n="name-title"],
  [data-i18n="name-full"] {
    font-size: clamp(2.8rem, 10vw, 5rem);
  }

  .hero--reverse .title {
    font-size: clamp(1rem, 5vw, 1.4rem);
  }

  .subtitle {
    font-size: 0.95rem;
  }

  .eyebrow {
    font-size: 0.7rem;
  }

  .about-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .profile-pic {
    width: 100px;
    height: 100px;
    margin-left: 0;
  }

  .section-title {
    font-size: clamp(1.4rem, 5vw, 2rem);
  }

  .body-text {
    font-size: 0.98rem;
  }

  .footer {
    padding: 16px 16px 24px;
  }

  .footer__note {
    font-size: 0.9rem;
  }

  .content-card {
    border-left-width: 2px;
  }

  /* ── Mobile Header & Hamburger Nav ───────────────────── */
  .site-header__inner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
  }

  .header-logo {
    display: none;
  }

  .brand {
    flex: 1;
    margin-left: 0 !important;
    font-size: 1rem;
  }

  .nav-toggle {
    display: flex;
  }

  .lang-switcher {
    order: 3;
    width: 100%;
    justify-content: flex-end;
    padding: 4px 0 6px;
  }

  .site-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    order: 4;
    padding: 6px 0 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    gap: 0;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 4px;
    font-size: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  /* ── Radio-Player: feste Breite aufheben ────────────── */
  .radio-player iframe {
    width: 100% !important;
    max-width: 100%;
  }

  /* ── About-Seite: inline margin-left entfernen ───────── */
  .radio-player {
    margin-left: 0 !important;
  }

  p[style] {
    margin-left: 0 !important;
  }
}

.section-title {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  margin: 6px 0 10px;
  letter-spacing: 0.08em;
}

.body-text {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 1.02rem;
}

/* ── Hamburger Toggle Button ───────────────────────────── */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 100;
  flex-shrink: 0;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 860px) {
  .site-header__inner {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    padding: 16px clamp(20px, 6vw, 32px);
  }

  .header-logo {
    width: 80px;
    height: 80px;
    margin: 8px auto 0;
    margin-left: 0 !important;
  }

  .brand {
    margin-left: 0 !important;
    font-size: 1.05rem;
  }

  .site-nav {
    width: 100%;
    row-gap: 12px;
    justify-content: flex-start;
  }

  .site-nav a {
    font-size: 1rem;
    padding: 8px 0;
  }

  .lang-switcher {
    width: 100%;
    justify-content: flex-start;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: clamp(20px, 5vw, 40px);
    gap: clamp(20px, 4vw, 40px);
  }

  .hero__image {
    max-width: 100%;
    justify-self: center;
  }

  .hero__content {
    align-items: center;
    text-align: center;
  }

  .title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  /* Fix long email addresses on mobile */
  .hero--reverse .title {
    white-space: normal;
    word-break: break-word;
    font-size: clamp(1.1rem, 4vw, 1.8rem);
  }

  .pill-list {
    width: 100%;
  }

  .audio-player {
    width: 100%;
  }

  .audio-player audio {
    width: 100%;
  }

  .radio-player {
    max-width: 100%;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 20px clamp(20px, 6vw, 32px) 28px;
  }

  .footer__note {
    white-space: normal;
  }

  .content-page {
    padding: clamp(20px, 5vw, 40px);
  }

  .content-card {
    padding: clamp(16px, 4vw, 28px);
  }

  .profile-pic {
    margin-left: 0;
  }

  .social-links {
    width: 100%;
    justify-content: center;
  }

  .social-link {
    min-width: 140px;
    justify-content: center;
  }
}

/* ── 600px override: korrigiert Konflikte mit dem 860px-Block ── */
@media (max-width: 600px) {
  .site-header__inner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    padding: 10px 16px;
    min-height: 0;
  }

  .lang-switcher {
    justify-content: flex-end;
  }

  .site-nav {
    display: none;
  }

  .site-nav.open {
    display: flex;
  }
}

@keyframes title-glow {
  0% {
    text-shadow: 0 0 10px rgba(111, 216, 139, 0.2);
  }
  50% {
    text-shadow: 0 0 28px rgba(111, 216, 139, 0.6);
  }
  100% {
    text-shadow: 0 0 10px rgba(111, 216, 139, 0.2);
  }
}

@keyframes title-wave {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes image-zoom {
  0% {
    opacity: 0.7;
    transform: scale(0.92);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
