/* Handy-Modus: feste Mobile-Ansicht für alle Seiten */
.handy .container,
.handy .container-wide {
  width: 100%;
  padding: 0 16px;
}

.handy section {
  padding: 40px 0;
}

.handy h2 {
  font-size: clamp(22px, 6vw, 30px);
  margin-bottom: 12px;
  padding-left: 12px;
}

.handy .topbar {
  padding: 10px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.handy .topbar .brand img {
  max-height: 46px;
  height: 46px;
}

.handy .brand {
  font-size: 14px;
}

.handy .nav-toggle-mobile {
  display: inline-flex;
}

.handy .nav-links {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 12px;
  display: none;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  border-radius: 12px;
  margin-top: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.handy .nav-links.is-open {
  display: flex;
}

.handy .nav-item {
  width: 100%;
}

.handy .nav-toggle {
  padding-left: 0;
}

.handy .nav-menu {
  position: static;
  width: 100%;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #1e293b;
  margin-top: 8px;
  border-radius: 8px;
}

.handy .hero,
.handy .page-hero-wrap .hero {
  grid-template-columns: 1fr;
  gap: 20px;
}

.handy .hero-wrap,
.handy .page-hero-wrap {
  padding: 8px 0 14px;
}

.handy .hero h1,
.handy .page-hero-wrap h1 {
  font-size: clamp(28px, 7.5vw, 40px);
  white-space: normal;
}

.handy .hero p,
.handy .page-hero-wrap p {
  font-size: 16px;
}

.handy .hero-price .price-highlight {
  font-size: clamp(44px, 12vw, 72px);
}

.handy .hero-meta {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.handy .pill {
  min-height: 40px;
  padding: 10px 14px;
  font-size: 14px;
  white-space: nowrap;
}

.handy .gallery,
.handy .highlights,
.handy .image-grid,
.handy .districts ul {
  grid-template-columns: 1fr;
}

.handy .districts a {
  min-height: 48px;
  padding: 14px 16px;
}

.handy .map-with-address {
  border-radius: 16px;
}

.handy .map-with-address iframe {
  height: 300px;
  border-radius: 16px;
}

.handy .map-address-box {
  position: static;
  max-width: none;
  margin: 12px 12px 0;
}

.handy .call-fab,
.handy .whatsapp-fab,
.handy .standort-fab {
  right: 16px;
  width: 52px;
  height: 52px;
}

.handy .services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: 6px;
}

.handy .service {
  padding: 8px 10px;
}
