  .mobile-menu-toggle {
    display: none !important;
  }

  .mobile-menu-close {
    display: none !important;
  }

  .mobile-instagram-label {
    display: none;
  }

  .site-header nav {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .site-header nav a {
    min-height: 44px;
    margin-left: 0 !important;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
    line-height: 1;
    transition: background-color 0.25s ease, transform 0.25s ease;
  }

  .site-header nav a:hover {
    background: rgba(255, 255, 255, 0.16);
    text-decoration: none;
    transform: translateY(-1px);
  }

  .site-header nav a.nav-instagram {
    width: 44px;
    padding: 0;
  }

  .site-header nav a.nav-instagram img {
    top: 0;
  }

@media (max-width: 1100px) {
  html {
    scroll-padding-top: 12px;
  }

  body {
    overflow-x: hidden;
  }

  body.mobile-nav-open {
    overflow: hidden;
  }

  header {
    flex-direction: column;
    gap: 12px;
    padding: 14px 16px 10px !important;
    text-align: center;
  }

  .site-header {
    display: grid !important;
    grid-template-columns: 1fr auto;
    align-items: center;
    text-align: left;
  }

  .site-header .logo {
    justify-self: start;
  }

  .site-header > .site-nav {
    width: 100%;
    max-width: 360px;
    position: fixed;
    top: 96px;
    left: 50%;
    z-index: 1000;
    grid-column: auto;
    flex-direction: column !important;
    align-items: stretch;
    justify-content: center !important;
    gap: 12px;
    display: none !important;
    overflow: visible;
    padding: 58px 20px 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    background: rgba(63, 58, 58, 0.97);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    transform: translateX(-50%);
  }

  .site-header.mobile-nav-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(4px);
  }

  .site-header.mobile-nav-open > .site-nav {
    display: flex !important;
  }

  .mobile-menu-toggle {
    width: 46px;
    height: 46px;
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    color: white;
    cursor: pointer;
  }

  .mobile-menu-toggle span:not(.sr-only) {
    width: 22px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: currentColor;
  }

  .mobile-menu-close {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
  }

  .sr-only {
    width: 1px;
    height: 1px;
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .logo img {
    height: clamp(58px, 18vw, 82px) !important;
    max-width: 190px;
    object-fit: contain;
  }

  nav {
    width: 100%;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 8px;
    overflow-x: auto;
    padding: 4px 2px 10px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  nav::-webkit-scrollbar {
    display: none;
  }

  nav a {
    flex: 0 0 auto;
    min-height: 44px;
    margin: 0 !important;
    padding: 9px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 15px !important;
    line-height: 1;
  }

  .site-header nav a {
    width: 100%;
    min-height: 50px;
    justify-content: center;
    border-radius: 16px;
    font-size: 17px !important;
  }

  nav a.nav-instagram {
    width: 44px;
    padding: 0;
  }

  .site-header nav a.nav-instagram {
    width: 100%;
    gap: 10px;
  }

  .site-header nav .mobile-instagram-label {
    display: inline;
  }

  nav a.nav-instagram img {
    width: 22px !important;
    height: 22px !important;
    top: 0 !important;
  }

  .site-header > .site-nav {
    display: none !important;
  }

  .site-header.mobile-nav-open > .site-nav {
    display: flex !important;
  }

  .hero {
    height: auto !important;
    min-height: auto;
    flex-direction: column;
  }

  .left,
  .right {
    width: 100% !important;
  }

  .left {
    height: auto !important;
    min-height: 40vh;
    padding: 34px 18px 30px !important;
  }

  .left img {
    width: min(260px, 72vw) !important;
    margin-bottom: 16px;
  }

  .left p {
    font-size: 17px !important;
  }

  .right {
    height: clamp(360px, 64vh, 560px) !important;
  }

  .slide img {
    width: 100%;
    height: 100%;
    padding: 10px;
  }

  .slider-btn {
    width: 42px !important;
    height: 42px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 22px !important;
    line-height: 1 !important;
    padding: 0 !important;
  }

  .slider-dots {
    max-width: calc(100% - 28px);
    overflow-x: auto;
    bottom: 12px !important;
  }

  .btn {
    max-width: 100%;
    text-align: center;
    padding: 13px 20px;
    line-height: 1.35;
  }

  .albums-section,
  .angebot-section,
  .contact-section,
  .about-section,
  .gallery-section,
  .datenschutz-section,
  .impressum-section {
    padding: 34px 16px !important;
    min-height: auto !important;
  }

  .albums-section h1,
  .angebot-header h1,
  .contact-section h1,
  .about-text h1,
  .gallery-section h1,
  .impressum-box h1 {
    font-size: clamp(30px, 9vw, 36px) !important;
    line-height: 1.15;
  }

  .datenschutz-box h1 {
    font-size: clamp(24px, 7vw, 30px) !important;
    line-height: 1.15;
  }

  .albums-section p,
  .angebot-header p,
  .contact-section p.intro,
  .about-text p,
  .gallery-section p,
  .datenschutz-box p,
  .datenschutz-box li,
  .impressum-box p {
    font-size: 16px !important;
    line-height: 1.65;
  }

  .albums-section p,
  .angebot-header,
  .contact-section p.intro,
  .gallery-section p {
    margin-bottom: 28px !important;
  }

  .albums-grid,
  .angebot-grid,
  .gallery-grid,
  .contact-wrapper {
    gap: 18px !important;
  }

  .album-card {
    flex-basis: 100% !important;
    max-width: 420px !important;
  }

  .album-card img {
    height: 220px !important;
  }

  .angebot-card,
  .contact-box,
  .form-box,
  .about-container,
  .datenschutz-box,
  .impressum-box {
    border-radius: 16px !important;
    padding: 22px 18px !important;
  }

  .angebot-card h2,
  .contact-box h2,
  .form-box h2,
  .datenschutz-box h2,
  .impressum-box h2 {
    font-size: 23px !important;
  }

  .angebot-card > li,
  .angebot-card ul li {
    margin-left: 18px !important;
    padding-left: 4px;
  }

  .angebot-card ul {
    padding-left: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr !important;
  }

  .gallery-grid img {
    border-radius: 14px;
  }

  input,
  select,
  textarea {
    min-height: 48px;
    font-size: 16px;
  }

  .privacy-consent input {
    min-height: 22px;
    min-width: 22px;
    width: 22px;
    height: 22px;
  }

  textarea {
    min-height: 140px;
  }

  footer {
    padding: 22px 16px;
  }

  footer a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    margin: 0 6px;
  }

  .lightbox {
    padding: 18px !important;
  }

  .lightbox img {
    max-width: 96% !important;
    max-height: 78vh !important;
  }

  .lightbox .close,
  .lightbox .prev,
  .lightbox .next {
    font-size: 24px !important;
    padding: 10px 14px !important;
  }

  .lightbox .close {
    top: 12px !important;
    right: 12px !important;
  }

  .lightbox .prev {
    left: 10px !important;
  }

  .lightbox .next {
    right: 10px !important;
  }
}

@media (max-width: 420px) {
  nav a {
    padding-inline: 12px;
    font-size: 14px !important;
  }

  .right {
    height: 58vh !important;
  }

  .album-card img {
    height: 200px !important;
  }

  .angebot-card,
  .contact-box,
  .form-box,
  .about-container,
  .datenschutz-box,
  .impressum-box {
    padding: 20px 16px !important;
  }
}
