/*
  Picture Grove – mobile Overrides
  --------------------------------
  Diese Datei ergänzt das Basis-Stylesheet index.css
  ausschließlich für kleinere Viewports.
*/

.language-switcher {
  position: absolute;
  top: 18px;
  right: 20px;
  left: 20px;
  z-index: 2;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}

.lang-link {
  font-size: 0.76rem;
  letter-spacing: 0.06em;
}

.box {
  max-width: calc(100vw - 40px);
  padding: 0px 24px 28px;
  transform: none;
}

h1 {
  font-size: clamp(1.72rem, 8.2vw, 2.75rem);
  line-height: 1.02;
  font-weight: 500;
  text-shadow: 0 0 6px rgba(214, 190, 120, 0.18);
}

.tagline {
  font-size: clamp(1.02rem, 4.0vw, 1.55rem);
  line-height: 1.35;
}

.actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.btn {
  width: min(100%, 115px);
}

body {
  background-image: url('/assets/pics/hero-mobile.webp');
  background-position: center center;
  background-attachment: scroll;
}