/* Launch readiness: SEO helpers and desktop menu polish only. */

.mm-desktop-bar {
  display: none;
}

/* Cookie UI must stay independent from the website typography. */
:root {
  --cookie-banner-font: Arial, Helvetica, sans-serif;
}

#cookie-banner,
#cookie-banner *,
#cookie-modal,
#cookie-modal * {
  font-family: var(--cookie-banner-font) !important;
}

#cookie-banner,
#cookie-modal {
  font-weight: 400 !important;
}

#cookie-banner .cookie-text p,
#cookie-modal .cookie-modal-section p,
#cookie-modal .cookie-modal-intro,
#cookie-modal .cookie-option-info p {
  font-weight: 400 !important;
}

#cookie-banner .cookie-text h3,
#cookie-modal .cookie-modal-card h3,
#cookie-modal .cookie-modal-section h4,
#cookie-modal .cookie-option-info h4 {
  font-weight: 500 !important;
}

#cookie-banner .cookie-text a,
#cookie-modal .cookie-modal-section a,
#cookie-banner .cookie-btn,
#cookie-modal .cookie-btn,
#cookie-modal .cookie-option-badge,
#cookie-modal .toggle-slider::after {
  font-weight: 500 !important;
}

#cookie-modal .cookie-close {
  font-weight: 400 !important;
}

@media (min-width: 769px) and (max-width: 1279px) {
  .mobile-menu::before {
    display: none;
  }

  .mobile-menu .mm-desktop-bar {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1rem, 2vw, 2rem);
    width: 100%;
    min-height: calc(var(--nav-height) + clamp(3.25rem, 3.8vw, 4.5rem));
    padding: 0 var(--side-padding);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .08) 58%, rgba(0, 0, 0, 0)),
      linear-gradient(180deg, rgba(10, 26, 47, .28), rgba(10, 26, 47, .1));
  }

  .mobile-menu .mm-top {
    display: none;
  }

  .mobile-menu .mm-links {
    justify-content: flex-start;
    gap: clamp(.3rem, 1vh, .8rem);
    padding: clamp(2.75rem, 6vh, 4.5rem) var(--side-padding) 0;
  }

  .mobile-menu .mm-links a {
    font-size: clamp(1.25rem, 2.35vw, 2.35rem);
    letter-spacing: .1em;
    line-height: .98;
  }

  .mm-desktop-logo {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: var(--logo-width);
    min-width: var(--logo-width);
    align-self: flex-start;
    padding-top: clamp(1.35rem, 1.8vw, 1.8rem);
    color: var(--color-white);
  }

  .mm-desktop-logo img {
    width: var(--logo-width);
    height: auto;
    object-fit: contain;
  }

  .mm-desktop-logo span {
    display: inline-flex;
    justify-content: center;
    min-width: var(--logo-width);
    margin-top: clamp(.42rem, .55vw, .58rem);
    padding: clamp(.34rem, .42vw, .48rem) .5rem clamp(.72rem, .85vw, .95rem);
    background: var(--color-red);
    color: var(--color-white);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
    font-size: clamp(.6rem, .52rem + .35vw, .82rem);
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .mm-desktop-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(.85rem, 1.35vw, 1.45rem);
    align-self: flex-start;
    padding-top: calc((var(--nav-height) - clamp(24px, calc(18px + .9vw), 35px)) / 2);
    padding-right: clamp(3.2rem, 4.6vw, 4.25rem);
    color: rgba(255, 255, 255, .66);
    font-family: var(--font-secondary, var(--font-primary));
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .mm-desktop-hours {
    color: rgba(255, 255, 255, .58);
    font-size: clamp(.8rem, .72rem + .32vw, 1rem);
    white-space: nowrap;
  }

  .mm-desktop-lang {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: rgba(255, 255, 255, .42);
  }

  .mm-desktop-lang a {
    color: rgba(255, 255, 255, .42);
    transition: color var(--transition-fast);
  }

  .mm-desktop-lang a:hover,
  .mm-desktop-lang a.active {
    color: var(--color-white);
  }

  .mm-desktop-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(24px, calc(18px + .9vw), 35px);
    height: clamp(24px, calc(18px + .9vw), 35px);
    border-radius: 999px;
    background: transparent;
    color: inherit;
    overflow: visible;
    transition: transform var(--transition-fast), opacity var(--transition-fast);
  }

  .mm-desktop-icon:hover {
    opacity: .82;
    transform: translateY(-1px);
  }

  .mm-desktop-icon img {
    display: block;
    width: clamp(24px, calc(18px + .9vw), 35px);
    height: clamp(24px, calc(18px + .9vw), 35px);
    object-fit: contain;
    filter: none;
  }

  nav:has(.mobile-menu.open) .hamburger {
    width: clamp(36px, calc(30px + .7vw), 40px);
    height: clamp(36px, calc(30px + .7vw), 40px);
    margin-left: 0;
    outline: 0 !important;
    box-shadow: none !important;
  }

  nav:has(.mobile-menu.open) .hamburger:focus,
  nav:has(.mobile-menu.open) .hamburger:focus-visible,
  nav:has(.mobile-menu.open) .hamburger:active {
    outline: 0 !important;
    box-shadow: none !important;
  }
}

/* Background-icon pass: matching subpage illustrations as unclipped watermarks. */
main#main-content > .split-section,
main#main-content > .split-section > .s-top,
main#main-content > .split-section > .s-photos {
  overflow: visible !important;
}

main#main-content > .split-section > .s-top .s-above {
  position: relative !important;
  z-index: 5 !important;
}

main#main-content > .split-section [class*="-illust"] {
  position: absolute !important;
  pointer-events: none !important;
  z-index: 1 !important;
  width: clamp(8.5rem, 14vw, 16rem) !important;
  max-width: min(16rem, 34vw) !important;
  min-width: 0 !important;
  opacity: 1 !important;
}

main#main-content > .split-section [class*="-illust"] img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  opacity: .095 !important;
  filter: none !important;
}

main#main-content > .split-section > .s-top.bg-red [class*="-illust"] img,
main#main-content > .split-section > .s-top.bg-navy [class*="-illust"] img,
main#main-content > .split-section > .s-top.bg-gold [class*="-illust"] img,
main#main-content > .split-section > .s-top.bg-green [class*="-illust"] img {
  opacity: .18 !important;
  filter: brightness(0) invert(1) !important;
}

main#main-content > .split-section > .s-top.bg-white [class*="-illust"] img {
  opacity: .075 !important;
  filter: brightness(0) saturate(100%) invert(11%) sepia(28%) saturate(1472%) hue-rotate(181deg) brightness(89%) contrast(95%) !important;
}

main#main-content > .split-section .zweig-illust-top {
  top: clamp(1rem, 2vw, 2.4rem) !important;
  right: clamp(1.1rem, 5vw, 6rem) !important;
  transform: scaleX(-1) rotate(-5deg) !important;
}

main#main-content > .split-section .deco-left,
main#main-content > .split-section .bread-illust,
main#main-content > .split-section .brot-white-illust,
main#main-content > .split-section .pizza-deco-illust,
main#main-content > .split-section .pizza-illust,
main#main-content > .split-section .grapes-illust,
main#main-content > .split-section .oliven-deco-illust,
main#main-content > .split-section .glocken-icon-illust,
main#main-content > .split-section .gesch-icon-illust,
main#main-content > .split-section .muetze-illust {
  left: clamp(1.25rem, 6vw, 8rem) !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(-8deg) !important;
}

main#main-content > .split-section .deco-right,
main#main-content > .split-section .lemon-illust,
main#main-content > .split-section .lemon-deco-illust,
main#main-content > .split-section .kas-deco-illust,
main#main-content > .split-section .olives-deco-illust,
main#main-content > .split-section .bread-deco-illust,
main#main-content > .split-section .fisch-deco-illust,
main#main-content > .split-section .fisch-illust,
main#main-content > .split-section .cake-deco-illust,
main#main-content > .split-section .cake-illust,
main#main-content > .split-section .glocken-icon2-illust,
main#main-content > .split-section .gesch-icon2-illust,
main#main-content > .split-section .scherpe-illust,
main#main-content > .split-section .scharpe-illust,
main#main-content > .split-section .zuckerstange-illust {
  right: clamp(1.25rem, 6vw, 8rem) !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(8deg) !important;
}

main#main-content > .split-section .deco-top,
main#main-content > .split-section .pyjama-illust,
main#main-content > .split-section .wein-illust,
main#main-content > .split-section .gesch-icon3-illust,
main#main-content > .split-section .tasse-illust {
  top: clamp(1.25rem, 4vw, 4.5rem) !important;
  right: clamp(2rem, 9vw, 12rem) !important;
  transform: rotate(6deg) !important;
}

main#main-content > .split-section .olive-illust {
  left: clamp(1.25rem, 6vw, 8rem) !important;
  bottom: clamp(1rem, 3vw, 3rem) !important;
  transform: rotate(-6deg) !important;
}

main#main-content > .split-section > .s-photos [class*="-illust"] img {
  opacity: .14 !important;
  filter: brightness(0) invert(1) !important;
}

/* Intentional scale hierarchy: some illustrations are ambient murals, others are small accents. */
main#main-content > .split-section .zweig-illust-top,
main#main-content > .split-section .pizza-deco-illust,
main#main-content > .split-section .cake-deco-illust,
main#main-content > .split-section .glocken-icon-illust,
main#main-content > .split-section .glocken-icon2-illust,
main#main-content > .split-section .gesch-icon-illust,
main#main-content > .split-section .gesch-icon2-illust,
main#main-content > .split-section .gesch-icon3-illust {
  width: clamp(15rem, 27vw, 34rem) !important;
  max-width: min(34rem, 52vw) !important;
}

main#main-content > .split-section .zweig-illust-top img,
main#main-content > .split-section .pizza-deco-illust img,
main#main-content > .split-section .cake-deco-illust img,
main#main-content > .split-section .glocken-icon-illust img,
main#main-content > .split-section .glocken-icon2-illust img,
main#main-content > .split-section .gesch-icon-illust img,
main#main-content > .split-section .gesch-icon2-illust img,
main#main-content > .split-section .gesch-icon3-illust img {
  opacity: .065 !important;
}

main#main-content > .split-section > .s-top.bg-red .zweig-illust-top img,
main#main-content > .split-section > .s-top.bg-red .pizza-deco-illust img,
main#main-content > .split-section > .s-top.bg-red .cake-deco-illust img,
main#main-content > .split-section > .s-top.bg-navy .glocken-icon-illust img,
main#main-content > .split-section > .s-top.bg-navy .glocken-icon2-illust img,
main#main-content > .split-section > .s-top.bg-navy .gesch-icon-illust img,
main#main-content > .split-section > .s-top.bg-navy .gesch-icon2-illust img,
main#main-content > .split-section > .s-top.bg-navy .gesch-icon3-illust img,
main#main-content > .split-section > .s-top.bg-gold .zweig-illust-top img,
main#main-content > .split-section > .s-top.bg-green .zweig-illust-top img {
  opacity: .065 !important;
  filter: brightness(0) invert(1) !important;
}

main#main-content > .split-section .kas-deco-illust,
main#main-content > .split-section .olives-deco-illust,
main#main-content > .split-section .bread-deco-illust,
main#main-content > .split-section .lemon-deco-illust,
main#main-content > .split-section .grapes-illust,
main#main-content > .split-section .wein-illust,
main#main-content > .split-section .pyjama-illust {
  width: clamp(10rem, 18vw, 22rem) !important;
  max-width: min(22rem, 42vw) !important;
}

main#main-content > .split-section .tasse-illust,
main#main-content > .split-section .muetze-illust,
main#main-content > .split-section .scherpe-illust,
main#main-content > .split-section .scharpe-illust,
main#main-content > .split-section .zuckerstange-illust,
main#main-content > .split-section .olive-illust {
  width: clamp(7rem, 12vw, 13rem) !important;
  max-width: min(13rem, 30vw) !important;
}

@media (max-width: 850px) {
  main#main-content > .split-section [class*="-illust"] {
    width: clamp(6.5rem, 24vw, 9.25rem) !important;
    max-width: 9.25rem !important;
  }

  main#main-content > .split-section [class*="-illust"] img {
    opacity: .085 !important;
  }

  main#main-content > .split-section > .s-top.bg-red [class*="-illust"] img,
  main#main-content > .split-section > .s-top.bg-navy [class*="-illust"] img,
  main#main-content > .split-section > .s-top.bg-gold [class*="-illust"] img,
  main#main-content > .split-section > .s-top.bg-green [class*="-illust"] img {
    opacity: .16 !important;
  }

  main#main-content > .split-section .zweig-illust-top,
  main#main-content > .split-section .pizza-deco-illust,
  main#main-content > .split-section .cake-deco-illust,
  main#main-content > .split-section .glocken-icon-illust,
  main#main-content > .split-section .glocken-icon2-illust,
  main#main-content > .split-section .gesch-icon-illust,
  main#main-content > .split-section .gesch-icon2-illust,
  main#main-content > .split-section .gesch-icon3-illust {
    width: clamp(11rem, 44vw, 16rem) !important;
    max-width: 16rem !important;
  }

  main#main-content > .split-section .zweig-illust-top img,
  main#main-content > .split-section .pizza-deco-illust img,
  main#main-content > .split-section .cake-deco-illust img,
  main#main-content > .split-section .glocken-icon-illust img,
  main#main-content > .split-section .glocken-icon2-illust img,
  main#main-content > .split-section .gesch-icon-illust img,
  main#main-content > .split-section .gesch-icon2-illust img,
  main#main-content > .split-section .gesch-icon3-illust img {
    opacity: .055 !important;
  }

  main#main-content > .split-section > .s-top.bg-red .zweig-illust-top img,
  main#main-content > .split-section > .s-top.bg-red .pizza-deco-illust img,
  main#main-content > .split-section > .s-top.bg-red .cake-deco-illust img,
  main#main-content > .split-section > .s-top.bg-navy .glocken-icon-illust img,
  main#main-content > .split-section > .s-top.bg-navy .glocken-icon2-illust img,
  main#main-content > .split-section > .s-top.bg-navy .gesch-icon-illust img,
  main#main-content > .split-section > .s-top.bg-navy .gesch-icon2-illust img,
  main#main-content > .split-section > .s-top.bg-navy .gesch-icon3-illust img {
    opacity: .055 !important;
  }

  main#main-content > .split-section .zweig-illust-top {
    top: .85rem !important;
    right: .85rem !important;
  }

  main#main-content > .split-section .deco-left,
  main#main-content > .split-section .bread-illust,
  main#main-content > .split-section .brot-white-illust,
  main#main-content > .split-section .pizza-deco-illust,
  main#main-content > .split-section .pizza-illust,
  main#main-content > .split-section .grapes-illust,
  main#main-content > .split-section .oliven-deco-illust,
  main#main-content > .split-section .glocken-icon-illust,
  main#main-content > .split-section .gesch-icon-illust,
  main#main-content > .split-section .muetze-illust {
    left: .8rem !important;
    top: 52% !important;
  }

  main#main-content > .split-section .deco-right,
  main#main-content > .split-section .lemon-illust,
  main#main-content > .split-section .lemon-deco-illust,
  main#main-content > .split-section .kas-deco-illust,
  main#main-content > .split-section .olives-deco-illust,
  main#main-content > .split-section .bread-deco-illust,
  main#main-content > .split-section .fisch-deco-illust,
  main#main-content > .split-section .fisch-illust,
  main#main-content > .split-section .cake-deco-illust,
  main#main-content > .split-section .cake-illust,
  main#main-content > .split-section .glocken-icon2-illust,
  main#main-content > .split-section .gesch-icon2-illust,
  main#main-content > .split-section .scherpe-illust,
  main#main-content > .split-section .scharpe-illust,
  main#main-content > .split-section .zuckerstange-illust {
    right: .8rem !important;
    top: 48% !important;
  }
}

/* Startseite behält ihre eigene, ältere Icon-Komposition. */
.home-page main#main-content > .split-section [class*="-illust"] {
  max-width: none !important;
}

.home-page main#main-content > .split-section [class*="-illust"] img {
  height: auto !important;
}

.home-page main#main-content > .split-section .zweig-illust-top {
  width: 50% !important;
  right: -80px !important;
  top: -80px !important;
  transform: scaleX(-1) !important;
}

.home-page main#main-content > .split-section .zweig-illust-top img {
  opacity: .1 !important;
  filter: brightness(0) invert(1) !important;
}

.home-page main#main-content > .split-section .bread-illust {
  width: 29% !important;
  left: 0 !important;
  right: auto !important;
  top: auto !important;
  bottom: 10% !important;
  transform: rotate(-4deg) !important;
}

.home-page main#main-content > .split-section .bread-illust img {
  opacity: .25 !important;
  filter: invert(67%) sepia(30%) saturate(600%) hue-rotate(10deg) brightness(95%) !important;
}

.home-page main#main-content > .split-section .grapes-illust {
  width: 15% !important;
  right: 2% !important;
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.home-page main#main-content > .split-section .grapes-illust img {
  opacity: .2 !important;
  filter: none !important;
}

.home-page main#main-content > .split-section .lemon-illust {
  width: 36% !important;
  left: 19% !important;
  right: auto !important;
  top: 45% !important;
  transform: translateY(-50%) rotate(14deg) !important;
}

.home-page main#main-content > .split-section .lemon-illust img {
  opacity: .2 !important;
  filter: brightness(0) invert(1) !important;
}

.home-page main#main-content > .split-section .fisch-illust {
  width: 30% !important;
  right: 0 !important;
  left: auto !important;
  top: -80% !important;
  transform: scaleX(-1) !important;
}

.home-page main#main-content > .split-section .fisch-illust img {
  opacity: .2 !important;
  filter: brightness(0) invert(1) !important;
}

.home-page main#main-content > .split-section .olive-illust {
  width: 15% !important;
  left: 19% !important;
  right: auto !important;
  top: auto !important;
  bottom: -50px !important;
  transform: none !important;
}

.home-page main#main-content > .split-section .olive-illust img {
  opacity: 1 !important;
  filter: brightness(0) invert(1) !important;
}

.home-page main#main-content > .genusskueche-section .pizza-illust {
  width: auto !important;
  left: clamp(60px, 10vw, 188px) !important;
  right: auto !important;
  top: auto !important;
  bottom: clamp(-150px, -13vw, -249px) !important;
  transform: rotate(10deg) scaleX(-1) !important;
}

.home-page main#main-content > .genusskueche-section .pizza-illust img {
  width: clamp(140px, calc(100px + 17.7vw), 439px) !important;
  opacity: 1 !important;
  filter: brightness(0) invert(1) !important;
}

.home-page main#main-content > .genusskueche-section .cake-illust {
  width: clamp(20%, 30vw, 36%) !important;
  right: -10% !important;
  left: auto !important;
  top: auto !important;
  bottom: clamp(-60px, -6.3vw, -120px) !important;
  transform: rotate(-12deg) !important;
}

.home-page main#main-content > .genusskueche-section .cake-illust img {
  width: 100% !important;
  opacity: .2 !important;
  filter: brightness(0) invert(1) !important;
}

@media (max-width: 850px) {
  .home-page main#main-content > .split-section .zweig-illust-top {
    width: 50% !important;
    right: -20px !important;
    top: -10px !important;
  }

  .home-page main#main-content > .split-section .bread-illust {
    width: 25% !important;
    left: -2% !important;
    bottom: -20px !important;
  }

  .home-page main#main-content > .split-section .grapes-illust {
    width: 20% !important;
    right: -5px !important;
  }

  .home-page main#main-content > .split-section .lemon-illust {
    width: 30% !important;
    left: 3% !important;
  }

  .home-page main#main-content > .split-section .fisch-illust {
    display: block !important;
    width: 50% !important;
    right: -10% !important;
    top: -40% !important;
  }

  .home-page main#main-content > .split-section .fisch-illust img {
    width: 100% !important;
    opacity: .08 !important;
  }

  .home-page main#main-content > .split-section .olive-illust {
    width: 15% !important;
    left: 3% !important;
    bottom: -15px !important;
  }

  .home-page main#main-content > .genusskueche-section .pizza-illust {
    display: block !important;
    left: -62px !important;
    top: -10px !important;
    bottom: auto !important;
  }

  .home-page main#main-content > .genusskueche-section .pizza-illust img {
    width: clamp(100px, 25vw, 180px) !important;
    opacity: .7 !important;
  }

  .home-page main#main-content > .genusskueche-section .cake-illust {
    display: block !important;
    width: auto !important;
    right: -15px !important;
    bottom: -50px !important;
  }

  .home-page main#main-content > .genusskueche-section .cake-illust img {
    width: clamp(80px, 20vw, 140px) !important;
  }
}

/* Unterseiten: lebendigere Icon-Kompositionen, ohne die Startseite zu verändern. */
body:not(.home-page) main#main-content > .split-section {
  isolation: isolate;
}

body:not(.home-page) main#main-content > .split-section [class*="-illust"] {
  z-index: 1 !important;
  pointer-events: none !important;
}

body:not(.home-page) main#main-content > .split-section > .s-top.bg-red [class*="-illust"] img,
body:not(.home-page) main#main-content > .split-section > .s-top.bg-navy [class*="-illust"] img,
body:not(.home-page) main#main-content > .split-section > .s-top.bg-gold [class*="-illust"] img,
body:not(.home-page) main#main-content > .split-section > .s-top.bg-green [class*="-illust"] img {
  filter: brightness(0) invert(1) !important;
}

body:not(.home-page) main#main-content > .split-section:nth-of-type(1) .zweig-illust-top,
body:not(.home-page) main#main-content > .split-section:nth-of-type(1) .deco-left,
body:not(.home-page) main#main-content > .split-section:nth-of-type(1) .deco-right {
  width: clamp(16rem, 31vw, 39rem) !important;
  max-width: min(39rem, 58vw) !important;
  left: auto !important;
  right: clamp(1rem, 6vw, 7.5rem) !important;
  top: clamp(.35rem, 2.5vw, 2.75rem) !important;
  bottom: auto !important;
  transform: rotate(-11deg) scaleX(-1) !important;
}

body:not(.home-page) main#main-content > .split-section:nth-of-type(1) [class*="-illust"] img {
  opacity: .055 !important;
}

body:not(.home-page) main#main-content > .split-section:nth-of-type(1) .s-photos .bread-illust,
body:not(.home-page) main#main-content > .split-section:nth-of-type(1) .s-photos .brot-white-illust {
  width: clamp(10rem, 20vw, 26rem) !important;
  max-width: min(26rem, 46vw) !important;
  left: clamp(1rem, 5vw, 6rem) !important;
  right: auto !important;
  top: auto !important;
  bottom: clamp(1rem, 4vw, 4.5rem) !important;
  transform: rotate(-7deg) !important;
}

body:not(.home-page) main#main-content > .split-section:nth-of-type(2) .deco-left,
body:not(.home-page) main#main-content > .split-section:nth-of-type(2) .grapes-illust,
body:not(.home-page) main#main-content > .split-section:nth-of-type(2) .pizza-deco-illust,
body:not(.home-page) main#main-content > .split-section:nth-of-type(2) .glocken-icon-illust,
body:not(.home-page) main#main-content > .split-section:nth-of-type(2) .gesch-icon-illust,
body:not(.home-page) main#main-content > .split-section:nth-of-type(2) .tasse-illust,
body:not(.home-page) main#main-content > .split-section:nth-of-type(2) .muetze-illust {
  width: clamp(18rem, 35vw, 44rem) !important;
  max-width: min(44rem, 62vw) !important;
  left: clamp(1rem, 4vw, 5rem) !important;
  right: auto !important;
  top: auto !important;
  bottom: clamp(.6rem, 2.5vw, 2.5rem) !important;
  transform: rotate(9deg) !important;
}

body:not(.home-page) main#main-content > .split-section:nth-of-type(2) [class*="-illust"] img {
  opacity: .062 !important;
}

body:not(.home-page) main#main-content > .split-section:nth-of-type(2) .deco-right,
body:not(.home-page) main#main-content > .split-section:nth-of-type(2) .cake-deco-illust {
  width: clamp(9rem, 14vw, 17rem) !important;
  max-width: min(17rem, 32vw) !important;
  left: auto !important;
  right: clamp(2rem, 8vw, 10rem) !important;
  top: clamp(1.5rem, 5vw, 5rem) !important;
  bottom: auto !important;
  transform: rotate(-15deg) !important;
}

body:not(.home-page) main#main-content > .split-section:nth-of-type(2) .deco-right img,
body:not(.home-page) main#main-content > .split-section:nth-of-type(2) .cake-deco-illust img {
  opacity: .12 !important;
}

body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .deco-right,
body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .lemon-illust,
body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .lemon-deco-illust,
body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .olives-deco-illust,
body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .fisch-deco-illust,
body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .glocken-icon2-illust,
body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .gesch-icon2-illust,
body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .scherpe-illust,
body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .scharpe-illust,
body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .zuckerstange-illust {
  width: clamp(13rem, 24vw, 30rem) !important;
  max-width: min(30rem, 48vw) !important;
  left: auto !important;
  right: clamp(1rem, 4vw, 5rem) !important;
  top: clamp(1rem, 8vw, 8rem) !important;
  bottom: auto !important;
  transform: rotate(14deg) !important;
}

body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .olive-illust,
body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .oliven-deco-illust {
  width: clamp(7.5rem, 12vw, 14rem) !important;
  max-width: min(14rem, 30vw) !important;
  left: clamp(2rem, 8vw, 10rem) !important;
  right: auto !important;
  top: auto !important;
  bottom: clamp(1rem, 3vw, 3rem) !important;
  transform: rotate(-9deg) !important;
}

body:not(.home-page) main#main-content > .split-section:nth-of-type(3) [class*="-illust"] img {
  opacity: .08 !important;
}

body:not(.home-page) main#main-content > .split-section:nth-of-type(4) .deco-top,
body:not(.home-page) main#main-content > .split-section:nth-of-type(4) .deco-right,
body:not(.home-page) main#main-content > .split-section:nth-of-type(4) .fisch-illust,
body:not(.home-page) main#main-content > .split-section:nth-of-type(4) .bread-deco-illust,
body:not(.home-page) main#main-content > .split-section:nth-of-type(4) .wein-illust,
body:not(.home-page) main#main-content > .split-section:nth-of-type(4) .gesch-icon3-illust {
  width: clamp(20rem, 39vw, 48rem) !important;
  max-width: min(48rem, 66vw) !important;
  left: auto !important;
  right: clamp(1rem, 3vw, 4rem) !important;
  top: auto !important;
  bottom: clamp(.5rem, 1.5vw, 1.75rem) !important;
  transform: rotate(-8deg) scaleX(-1) !important;
}

body:not(.home-page) main#main-content > .split-section:nth-of-type(4) [class*="-illust"] img {
  opacity: .05 !important;
}

body:not(.home-page) main#main-content > .split-section:nth-of-type(5) .deco-left,
body:not(.home-page) main#main-content > .split-section:nth-of-type(5) .deco-right,
body:not(.home-page) main#main-content > .split-section:nth-of-type(5) .deco-top,
body:not(.home-page) main#main-content > .split-section:nth-of-type(5) [class*="-illust"] {
  width: clamp(10rem, 18vw, 22rem) !important;
  max-width: min(22rem, 40vw) !important;
  left: clamp(1rem, 5vw, 6rem) !important;
  right: auto !important;
  top: clamp(1.5rem, 6vw, 6rem) !important;
  bottom: auto !important;
  transform: rotate(-12deg) !important;
}

body:not(.home-page) main#main-content > .split-section > .s-top.bg-white [class*="-illust"] img {
  opacity: .07 !important;
  filter: brightness(0) saturate(100%) invert(11%) sepia(28%) saturate(1472%) hue-rotate(181deg) brightness(89%) contrast(95%) !important;
}

@media (max-width: 850px) {
  body:not(.home-page) main#main-content > .split-section:nth-of-type(1) .zweig-illust-top,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(1) .deco-left,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(1) .deco-right {
    width: clamp(13rem, 58vw, 19rem) !important;
    right: 0 !important;
    top: .5rem !important;
  }

  body:not(.home-page) main#main-content > .split-section:nth-of-type(2) .deco-left,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(2) .grapes-illust,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(2) .pizza-deco-illust,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(2) .glocken-icon-illust,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(2) .gesch-icon-illust,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(2) .tasse-illust,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(2) .muetze-illust {
    width: clamp(14rem, 64vw, 21rem) !important;
    left: 0 !important;
    bottom: 1rem !important;
  }

  body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .deco-right,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .lemon-illust,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .lemon-deco-illust,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .olives-deco-illust,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .fisch-deco-illust,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .glocken-icon2-illust,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .gesch-icon2-illust,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .scherpe-illust,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .scharpe-illust,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(3) .zuckerstange-illust {
    width: clamp(10rem, 45vw, 15rem) !important;
    right: .5rem !important;
    top: 1.5rem !important;
  }

  body:not(.home-page) main#main-content > .split-section:nth-of-type(4) .deco-top,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(4) .deco-right,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(4) .fisch-illust,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(4) .bread-deco-illust,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(4) .wein-illust,
  body:not(.home-page) main#main-content > .split-section:nth-of-type(4) .gesch-icon3-illust {
    width: clamp(15rem, 70vw, 23rem) !important;
    right: 0 !important;
    bottom: 1rem !important;
  }
}

/* Touch devices must activate links/buttons on the first tap, not spend the first tap on hover. */
@media (hover: none), (pointer: coarse) {
  a,
  button,
  [role="button"],
  .btn,
  .delivery-tab,
  .mobile-pin-btn,
  .manual-slider-btn,
  .photo-card,
  .shop-card,
  .service-card,
  .delivery-photo,
  .footer-social a,
  .footer-legal a,
  .footer-contact-link {
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(227, 6, 19, .18);
  }

  a:hover,
  button:hover,
  [role="button"]:hover,
  .btn:hover,
  .btn-dark:hover,
  .btn-outline:hover,
  .cookie-btn:hover,
  .delivery-tab:hover,
  .mobile-pin-btn.visible:hover,
  .icon-btn:hover,
  .nav-right .contact-icon:hover,
  .manual-slider-btn:hover,
  .photo-card:hover,
  .shop-card:hover,
  .service-card:hover,
  .delivery-photo:hover,
  .image-composition img:hover,
  .s-photos img:hover,
  .photo-cluster img:hover,
  .a11y-fab-wrapper:hover,
  #accessibility-icon:hover,
  #accessibility-panel .a11y-option-btn:hover,
  #accessibility-panel .a11y-reset:hover {
    transform: none !important;
    filter: none !important;
    box-shadow: inherit;
  }

  .btn-dark:hover {
    background: transparent !important;
    color: var(--color-navy) !important;
    border-color: rgba(10, 26, 47, .2) !important;
  }

  .btn-outline:hover {
    background: transparent !important;
    color: var(--color-white) !important;
    border-color: rgba(255, 255, 255, .3) !important;
  }

  .delivery-tab:hover,
  .delivery-tab:active {
    background: var(--color-red) !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .mobile-pin-btn.visible:hover,
  .mobile-pin-btn.visible:focus-visible {
    background: var(--color-red) !important;
    transform: none !important;
  }

  .mm-group-items a:hover,
  .mm-group-items a:active {
    padding-left: 0 !important;
  }

  .mm-group-items a:hover::before,
  .nav-links a:hover::after,
  footer .footer-legal a:hover::after,
  footer .footer-contact-link:hover::after {
    opacity: 0 !important;
    transform: scaleX(0) !important;
    width: 0 !important;
  }

  .manual-slider-host:hover .manual-slider-btn {
    opacity: 0 !important;
  }

  .manual-slider-host:focus-within .manual-slider-btn {
    opacity: 1 !important;
  }

  .logo-badge:hover .lb-short,
  .logo-wrap:hover .lb-short {
    max-height: 30px !important;
    opacity: 1 !important;
  }

  .logo-badge:hover .lb-long,
  .logo-wrap:hover .lb-long {
    max-height: 0 !important;
    opacity: 0 !important;
  }
}

/* Final mobile readability polish: body copy and menu labels +1px only on touch-sized layouts. */
@media (max-width: 900px) {
  main p,
  main li,
  footer p,
  footer li,
  .intro-text,
  .lead-text,
  .section-copy,
  .copy-text,
  .body-copy,
  .s-text,
  .text-col p,
  .split-copy p,
  .legal-content p,
  .legal-content li {
    font-size: calc(1em + 1px);
  }

  .nav-links,
  .dropdown-toggle,
  .nav-lang,
  .footer-lang,
  .dropdown-menu a,
  .mm-links > a,
  .mm-group-toggle,
  .mm-group-items a {
    font-size: calc(1em + 1px) !important;
  }
}

/* Final edge guard for large decorative murals that sit between photo bands
   and content blocks. Their older oversized transforms could push the SVG
   artwork outside the viewport on responsive widths. */
body:not(.home-page) main#main-content > .split-section .s-photos .bread-illust,
body:not(.home-page) main#main-content > .split-section .s-photos .brot-white-illust {
  left: clamp(1.75rem, 4.5vw, 6.5rem) !important;
  right: auto !important;
  top: clamp(1.4rem, 3.4vw, 3.8rem) !important;
  bottom: auto !important;
  width: clamp(12rem, 23vw, 27rem) !important;
  max-width: min(27rem, calc(100vw - 4rem)) !important;
  transform: rotate(-6deg) !important;
}

body:not(.home-page) main#main-content > .split-section .s-photos .oliven-deco-illust,
body:not(.home-page) main#main-content > .split-section .s-photos .olive-illust,
body:not(.home-page) main#main-content > .split-section .s-photos .lemon-illust,
body:not(.home-page) main#main-content > .split-section .s-photos .lemon-deco-illust {
  left: clamp(1.75rem, 4.5vw, 6.5rem) !important;
  right: auto !important;
  top: clamp(1.4rem, 3.4vw, 3.8rem) !important;
  bottom: auto !important;
  width: clamp(11rem, 21vw, 25rem) !important;
  max-width: min(25rem, calc(100vw - 4rem)) !important;
  transform: rotate(-10deg) !important;
}

body:not(.home-page) main#main-content > .split-section .s-top .supermarket-top-bread,
body:not(.home-page) main#main-content > .split-section .s-top .kas-deco-illust,
body:not(.home-page) main#main-content > .split-section .s-top .bread-deco-illust,
body:not(.home-page) main#main-content > .split-section .s-top .cake-deco-illust,
body:not(.home-page) main#main-content > .split-section .s-top .pizza-deco-illust {
  max-width: min(36rem, calc(100vw - 4rem)) !important;
}

@media (max-width: 900px) {
  body:not(.home-page) main#main-content > .split-section .s-photos .bread-illust,
  body:not(.home-page) main#main-content > .split-section .s-photos .brot-white-illust,
  body:not(.home-page) main#main-content > .split-section .s-photos .oliven-deco-illust,
  body:not(.home-page) main#main-content > .split-section .s-photos .olive-illust,
  body:not(.home-page) main#main-content > .split-section .s-photos .lemon-illust,
  body:not(.home-page) main#main-content > .split-section .s-photos .lemon-deco-illust {
    left: 1rem !important;
    right: auto !important;
    top: 1rem !important;
    bottom: auto !important;
    width: min(48vw, 13.5rem) !important;
    max-width: calc(100vw - 2rem) !important;
    transform: rotate(-7deg) !important;
  }

  body:not(.home-page) main#main-content > .split-section .s-top .supermarket-top-bread,
  body:not(.home-page) main#main-content > .split-section .s-top .kas-deco-illust,
  body:not(.home-page) main#main-content > .split-section .s-top .bread-deco-illust,
  body:not(.home-page) main#main-content > .split-section .s-top .cake-deco-illust,
  body:not(.home-page) main#main-content > .split-section .s-top .pizza-deco-illust {
    max-width: min(58vw, 17rem) !important;
  }
}

/* Subpage polish: tighter rhythm after photo clusters and archival look for history. */
body:not(.home-page) main#main-content > .split-section {
  margin-bottom: 0;
}

body:not(.home-page) main#main-content > .split-section + .split-section {
  margin-top: clamp(-2.5rem, -4vw, -1rem);
}

body:not(.home-page) main#main-content > .split-section .s-photos {
  padding-bottom: clamp(1.25rem, 3vw, 2.5rem);
}

body.history-page main img,
body.history-page .hero-slider img {
  filter: grayscale(100%) contrast(1.04);
}

/* Final subpage alignment pass: keep decorative icons intentional, unclipped and away from copy. */
body:not(.home-page) .split-title,
body:not(.home-page) .page-title,
body:not(.home-page) .hero-title,
body:not(.home-page) .h1 {
  text-wrap: balance;
}

.nowrap {
  white-space: nowrap;
}

body:not(.home-page) main#main-content > .split-section .zweig-illust-top {
  left: auto !important;
  right: clamp(-7.5rem, -4vw, -2rem) !important;
  top: clamp(1.2rem, 4vw, 4.5rem) !important;
  width: clamp(18rem, 32vw, 42rem) !important;
  max-width: min(42rem, 54vw) !important;
  transform: rotate(-10deg) scaleX(-1) !important;
}

body:not(.home-page) main#main-content > .split-section .zweig-illust-top img {
  opacity: .045 !important;
}

body:not(.home-page) main#main-content > .split-section .supermarket-top-bread {
  position: absolute !important;
  inset: clamp(1rem, 3vw, 3.75rem) clamp(-5rem, -3vw, -2rem) auto auto !important;
  z-index: 0 !important;
  width: clamp(17rem, 28vw, 36rem) !important;
  max-width: min(36rem, 48vw) !important;
  pointer-events: none !important;
  overflow: visible !important;
  transform: rotate(-8deg) !important;
}

body:not(.home-page) main#main-content > .split-section .supermarket-top-bread img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  opacity: .045 !important;
}

body:not(.home-page) main#main-content > .split-section > .s-top.bg-red .zweig-illust-top img,
body:not(.home-page) main#main-content > .split-section > .s-top.bg-gold .zweig-illust-top img,
body:not(.home-page) main#main-content > .split-section > .s-top.bg-green .zweig-illust-top img,
body:not(.home-page) main#main-content > .split-section > .s-top.bg-navy .zweig-illust-top img {
  opacity: .055 !important;
  filter: brightness(0) invert(1) !important;
}

.textile-page main#main-content .zweig-illust-top,
.deco-page main#main-content .zweig-illust-top,
.maso-page main#main-content .zweig-illust-top {
  display: none !important;
}

.frische-page main#main-content > .split-section:nth-of-type(2) .pizza-deco-illust,
.frische-page main#main-content > .split-section:nth-of-type(2) .cake-deco-illust,
.genuss-page main#main-content > .split-section:nth-of-type(2) .pizza-deco-illust,
.genuss-page main#main-content > .split-section:nth-of-type(2) .cake-deco-illust {
  width: clamp(10rem, 16vw, 18rem) !important;
  max-width: min(18rem, 32vw) !important;
}

.frische-page main#main-content > .split-section:nth-of-type(2) .pizza-deco-illust,
.genuss-page main#main-content > .split-section:nth-of-type(2) .pizza-deco-illust {
  left: clamp(1.25rem, 4vw, 5rem) !important;
  right: auto !important;
  top: clamp(1.5rem, 4vw, 4.25rem) !important;
  bottom: auto !important;
  transform: rotate(-8deg) !important;
}

.frische-page main#main-content > .split-section:nth-of-type(2) .cake-deco-illust,
.genuss-page main#main-content > .split-section:nth-of-type(2) .cake-deco-illust {
  left: auto !important;
  right: clamp(2rem, 7vw, 9rem) !important;
  top: auto !important;
  bottom: clamp(1.5rem, 4vw, 4.5rem) !important;
  transform: rotate(9deg) !important;
}

body:not(.home-page) main#main-content > .split-section .s-photos img,
body:not(.home-page) main#main-content > .split-section .photo-cluster img,
body:not(.home-page) main#main-content > .split-section .image-composition img {
  box-shadow: none !important;
}

body:not(.home-page) main#main-content > .split-section .s-photos,
body:not(.home-page) main#main-content > .split-section .wrap.pb-photos,
body:not(.home-page) main#main-content > .split-section .photo-cluster,
body:not(.home-page) main#main-content > .split-section .image-composition,
body:not(.home-page) main#main-content > .split-section [class^="ph-"],
body:not(.home-page) main#main-content > .split-section [class*=" ph-"],
body:not(.home-page) main#main-content > .split-section .ph350,
body:not(.home-page) main#main-content > .split-section .ph450,
body:not(.home-page) main#main-content > .split-section .beste-photo {
  box-shadow: none !important;
  filter: none !important;
}

body:not(.home-page) main#main-content > .split-section .s-photos::before,
body:not(.home-page) main#main-content > .split-section .s-photos::after,
body:not(.home-page) main#main-content > .split-section .wrap.pb-photos::before,
body:not(.home-page) main#main-content > .split-section .wrap.pb-photos::after,
body:not(.home-page) main#main-content > .split-section .photo-cluster::before,
body:not(.home-page) main#main-content > .split-section .photo-cluster::after,
body:not(.home-page) main#main-content > .split-section .image-composition::before,
body:not(.home-page) main#main-content > .split-section .image-composition::after,
body:not(.home-page) main#main-content > .split-section [class^="ph-"]::before,
body:not(.home-page) main#main-content > .split-section [class^="ph-"]::after,
body:not(.home-page) main#main-content > .split-section [class*=" ph-"]::before,
body:not(.home-page) main#main-content > .split-section [class*=" ph-"]::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

body:not(.home-page) main#main-content > .split-section + .split-section {
  margin-top: clamp(-4.75rem, -6vw, -2rem) !important;
}

.delivery .delivery-photo,
.delivery .delivery-visual {
  margin-top: clamp(1.6rem, 3.2vw, 3.6rem) !important;
}

@media (max-width: 900px) {
  body:not(.home-page) main#main-content > .split-section .zweig-illust-top {
    right: 0 !important;
    top: .9rem !important;
    width: clamp(12rem, 50vw, 18rem) !important;
    max-width: min(18rem, calc(100vw - 1rem)) !important;
  }

  .delivery .delivery-photo,
  .delivery .delivery-visual {
    margin-top: 0 !important;
  }
}

/* Final visual QA: photo blocks should sit cleanly without faux shadows,
   and subpage sections should not create oversized gaps between copy and imagery. */
body:not(.home-page) main#main-content > .split-section .photo-row-nachhaltig,
body:not(.home-page) main#main-content > .split-section .photo-row-weine,
body:not(.home-page) main#main-content > .split-section .photo-row-bewusst,
body:not(.home-page) main#main-content > .split-section .photo-row-genusskueche,
body:not(.home-page) main#main-content > .split-section .photo-row-genusskueche-3,
body:not(.home-page) main#main-content > .split-section .wrap.pb-photos,
body:not(.home-page) main#main-content > .split-section .s-photos,
body:not(.home-page) main#main-content > .split-section picture,
body:not(.home-page) main#main-content > .split-section [class^="ph-"],
body:not(.home-page) main#main-content > .split-section [class*=" ph-"],
body:not(.home-page) main#main-content > .split-section .ph350,
body:not(.home-page) main#main-content > .split-section .ph450,
body:not(.home-page) main#main-content > .split-section .beste-photo {
  box-shadow: none !important;
  filter: none !important;
  background: transparent !important;
}

.supermarket-page main#main-content > .split-section:nth-of-type(1) .supermarket-top-bread {
  right: 0 !important;
  top: clamp(.5rem, 1.8vw, 2.2rem) !important;
  width: clamp(16rem, 25vw, 31rem) !important;
  max-width: min(31rem, calc(100vw - 1rem)) !important;
}

.supermarket-page main#main-content > .split-section:nth-of-type(2) .brot-white-illust,
.supermarket-page main#main-content > .split-section:nth-of-type(2) .bread-illust {
  display: none !important;
}

@media (max-width: 900px) {
  .supermarket-page main#main-content > .split-section:nth-of-type(1) .supermarket-top-bread {
    right: 0 !important;
    top: .55rem !important;
    width: clamp(12rem, 45vw, 17rem) !important;
    max-width: min(17rem, calc(100vw - 1rem)) !important;
  }
}

/* Final section QA, 2026-05-09: page-specific illustration placement and tighter food-page rhythm. */
.maso-page main#main-content > .split-section:nth-of-type(2) .kas-deco-illust {
  position: absolute !important;
  top: auto !important;
  bottom: clamp(1rem, 3vw, 4rem) !important;
  right: clamp(1rem, 3vw, 5rem) !important;
  left: auto !important;
  width: clamp(28rem, 52vw, 64rem) !important;
  max-width: min(64rem, calc(100vw - 1rem)) !important;
  transform: rotate(-8deg) !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

.maso-page main#main-content > .split-section:nth-of-type(2) .kas-deco-illust img {
  opacity: .055 !important;
}

.maso-page main#main-content > .split-section:nth-of-type(3) .s-photos {
  position: relative !important;
  overflow: visible !important;
}

.maso-page main#main-content > .split-section:nth-of-type(3) .s-photos .oliven-deco-illust {
  left: clamp(1rem, 6vw, 7.5rem) !important;
  top: clamp(-4.5rem, -3.8vw, -2rem) !important;
  width: clamp(15rem, 27vw, 33rem) !important;
  max-width: min(33rem, 42vw) !important;
  transform: rotate(-15deg) !important;
  z-index: 3 !important;
  pointer-events: none !important;
}

.maso-page main#main-content > .split-section:nth-of-type(3) .s-photos .oliven-deco-illust img {
  opacity: .06 !important;
}

.genuss-page main#main-content > .split-section .single-photo-row {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: min(58rem, 100%) !important;
  margin-inline: auto !important;
}

.genuss-page main#main-content > .split-section .single-photo-row [class^="ph-"],
.genuss-page main#main-content > .split-section .single-photo-row [class*=" ph-"] {
  width: 100% !important;
}

@media (max-width: 900px) {
  .maso-page main#main-content > .split-section:nth-of-type(2) .kas-deco-illust {
    bottom: 1rem !important;
    right: 0 !important;
    width: clamp(20rem, 80vw, 34rem) !important;
    max-width: min(34rem, calc(100vw - 1rem)) !important;
  }

  .maso-page main#main-content > .split-section:nth-of-type(3) .s-photos .oliven-deco-illust {
    left: 0 !important;
    top: -2.6rem !important;
    width: clamp(12rem, 56vw, 20rem) !important;
    max-width: min(20rem, calc(100vw - 1rem)) !important;
  }

}

/* Responsive hardening: photo compositions must never overflow into nearby
   headings or copy when the viewport sits between desktop and tablet sizes. */
main#main-content > .split-section .s-photos {
  position: relative !important;
  overflow: visible !important;
  max-width: 100% !important;
  z-index: 1 !important;
}

main#main-content > .split-section .wrap.pb-photos {
  width: min(100%, var(--container-max, 1160px)) !important;
  max-width: calc(100vw - (var(--side-padding, 1rem) * 2)) !important;
  margin-inline: auto !important;
  overflow: visible !important;
}

main#main-content > .split-section .photo-row-nachhaltig,
main#main-content > .split-section .photo-row-weine,
main#main-content > .split-section .photo-row-bewusst,
main#main-content > .split-section .photo-row-genusskueche,
main#main-content > .split-section .photo-row-genusskueche-3 {
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: auto !important;
}

main#main-content > .split-section [class^="ph-"],
main#main-content > .split-section [class*=" ph-"],
main#main-content > .split-section .ph350,
main#main-content > .split-section .ph450,
main#main-content > .split-section .beste-photo {
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

main#main-content > .split-section .s-photos picture,
main#main-content > .split-section .s-photos img {
  max-width: 100% !important;
}

.glockenspiel-page main#main-content > .split-section .s-photos .glockenspiel-inline-icon {
  background: transparent !important;
  overflow: visible !important;
}

.glockenspiel-page main#main-content > .split-section .s-photos .glockenspiel-inline-icon picture {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

.glockenspiel-page main#main-content > .split-section .s-photos .glockenspiel-inline-icon img {
  width: min(103.2%, 32.4rem) !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
}

main#main-content > .split-section .s-top {
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 1720px) and (min-width: 851px) {
  main#main-content > .split-section .wrap.pb-photos {
    max-width: min(100%, calc(100vw - 3rem)) !important;
  }

  main#main-content > .split-section .photo-row-nachhaltig,
  main#main-content > .split-section .photo-row-weine,
  main#main-content > .split-section .photo-row-bewusst,
  main#main-content > .split-section .photo-row-genusskueche {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, .74fr) !important;
    gap: clamp(.85rem, 1.7vw, 1.35rem) !important;
  }

  main#main-content > .split-section .photo-row-genusskueche-3 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(.85rem, 1.7vw, 1.35rem) !important;
  }
}

@media (max-width: 850px) {
  main#main-content > .split-section .wrap.pb-photos {
    max-width: calc(100vw - 1.5rem) !important;
  }

  main#main-content > .split-section .photo-row-nachhaltig,
  main#main-content > .split-section .photo-row-weine,
  main#main-content > .split-section .photo-row-bewusst,
  main#main-content > .split-section .photo-row-genusskueche {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, .74fr) !important;
    gap: clamp(.8rem, 3.5vw, 1.25rem) !important;
  }

  main#main-content > .split-section .photo-row-genusskueche-3 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(.8rem, 3.5vw, 1.25rem) !important;
  }

  main#main-content > .split-section .photo-row-genusskueche-3 > :last-child {
    grid-column: 1 / -1 !important;
  }

  main#main-content > .split-section .single-photo-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Editorial spacing for all pages (restored original values). */
main#main-content > .split-section .s-top {
  padding-top: clamp(3.8rem, 6.6vw, 7.8rem) !important;
  padding-bottom: clamp(3.3rem, 5.8vw, 6.8rem) !important;
}

main#main-content > .split-section .s-top .row-center {
  padding-top: clamp(.6rem, 1.1vw, 1rem) !important;
}

main#main-content > .split-section .s-top .row-center.stacked-copy {
  display: block !important;
  max-width: min(100%, 42rem) !important;
}

main#main-content > .split-section .s-top .row-center.stacked-copy .text-body-split {
  display: block !important;
  max-width: min(100%, 42rem) !important;
}

main#main-content > .split-section .s-top .row-center.stacked-copy .text-body-split + .text-body-split {
  margin-top: clamp(1rem, 1.8vw, 1.45rem) !important;
}

main#main-content > .split-section .wrap.pb-photos {
  padding-top: clamp(3.8rem, 6.4vw, 7.4rem) !important;
  padding-bottom: clamp(3.2rem, 5.6vw, 6.4rem) !important;
}

main#main-content > .split-section + .split-section {
  margin-top: 0 !important;
}

main#main-content > .split-section .s-photos + .s-top,
main#main-content > .split-section .s-photos + section {
  margin-top: clamp(2rem, 4vw, 4.5rem) !important;
}

@media (max-width: 900px) {
  main#main-content > .split-section .s-top {
    padding-top: clamp(2.4rem, 8vw, 4rem) !important;
    padding-bottom: clamp(2.1rem, 7vw, 3.4rem) !important;
  }

  main#main-content > .split-section .wrap.pb-photos {
    padding-top: clamp(2.1rem, 7vw, 3.6rem) !important;
    padding-bottom: clamp(2rem, 6.5vw, 3.2rem) !important;
  }
}

/* Subpages: generous editorial gap between intro copy and image composition. */
body:not(.home-page) main#main-content > .split-section .s-top {
  padding-top: clamp(5.8rem, 8.5vw, 10rem) !important;
  padding-bottom: clamp(2.4rem, 3.8vw, 4rem) !important;
}

body:not(.home-page) main#main-content > .split-section .wrap.pb-photos {
  padding-top: clamp(3.2rem, 5.2vw, 6.2rem) !important;
}

@media (max-width: 900px) {
  body:not(.home-page) main#main-content > .split-section .s-top {
    padding-top: clamp(3.4rem, 11vw, 5.4rem) !important;
    padding-bottom: clamp(1.8rem, 5.8vw, 2.8rem) !important;
  }

  body:not(.home-page) main#main-content > .split-section .wrap.pb-photos {
    padding-top: clamp(2.2rem, 7.5vw, 3.8rem) !important;
  }
}

/* Frische & Regionale Spezialitäten: reduce oversized gaps. */
.frische-page main#main-content > .split-section .s-top,
.regionale-page main#main-content > .split-section .s-top {
  padding-bottom: clamp(1.6rem, 2.8vw, 2.8rem) !important;
}

.frische-page main#main-content > .split-section .wrap.pb-photos,
.regionale-page main#main-content > .split-section .wrap.pb-photos {
  padding-top: clamp(2rem, 3.4vw, 3.6rem) !important;
}

@media (max-width: 900px) {
  .frische-page main#main-content > .split-section .s-top,
  .regionale-page main#main-content > .split-section .s-top {
    padding-bottom: clamp(1.2rem, 4vw, 2rem) !important;
  }

  .frische-page main#main-content > .split-section .wrap.pb-photos,
  .regionale-page main#main-content > .split-section .wrap.pb-photos {
    padding-top: clamp(1.4rem, 4.8vw, 2.6rem) !important;
  }
}


/* Final responsive QA: keep decorative illustrations inside the visible
   viewport so they never get cut off by the global overflow guard. */
body:not(.home-page) main#main-content > .split-section,
body:not(.home-page) main#main-content > .split-section > .s-top,
body:not(.home-page) main#main-content > .split-section > .s-photos {
  overflow: visible !important;
}

body:not(.home-page) main#main-content > .split-section [class*="-illust"] {
  max-width: calc(100vw - 2rem) !important;
  overflow: visible !important;
  pointer-events: none !important;
}

body:not(.home-page) main#main-content > .split-section [class*="-illust"] img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

body:not(.home-page) main#main-content > .split-section .zweig-illust-top,
body:not(.home-page) main#main-content > .split-section .deco-right,
body:not(.home-page) main#main-content > .split-section .deco-top,
body:not(.home-page) main#main-content > .split-section .supermarket-top-bread,
body:not(.home-page) main#main-content > .split-section .kas-deco-illust,
body:not(.home-page) main#main-content > .split-section .olives-deco-illust,
body:not(.home-page) main#main-content > .split-section .lemon-illust,
body:not(.home-page) main#main-content > .split-section .lemon-deco-illust,
body:not(.home-page) main#main-content > .split-section .bread-deco-illust,
body:not(.home-page) main#main-content > .split-section .fisch-illust,
body:not(.home-page) main#main-content > .split-section .fisch-deco-illust,
body:not(.home-page) main#main-content > .split-section .cake-illust,
body:not(.home-page) main#main-content > .split-section .cake-deco-illust,
body:not(.home-page) main#main-content > .split-section .scherpe-illust,
body:not(.home-page) main#main-content > .split-section .scharpe-illust,
body:not(.home-page) main#main-content > .split-section .zuckerstange-illust,
body:not(.home-page) main#main-content > .split-section .glocken-icon2-illust,
body:not(.home-page) main#main-content > .split-section .gesch-icon2-illust {
  right: clamp(1rem, 3vw, 4.5rem) !important;
  left: auto !important;
}

body:not(.home-page) main#main-content > .split-section .deco-left,
body:not(.home-page) main#main-content > .split-section .bread-illust,
body:not(.home-page) main#main-content > .split-section .brot-white-illust,
body:not(.home-page) main#main-content > .split-section .pizza-deco-illust,
body:not(.home-page) main#main-content > .split-section .pizza-illust,
body:not(.home-page) main#main-content > .split-section .grapes-illust,
body:not(.home-page) main#main-content > .split-section .oliven-deco-illust,
body:not(.home-page) main#main-content > .split-section .olive-illust,
body:not(.home-page) main#main-content > .split-section .glocken-icon-illust,
body:not(.home-page) main#main-content > .split-section .gesch-icon-illust,
body:not(.home-page) main#main-content > .split-section .muetze-illust {
  left: clamp(1rem, 3vw, 4.5rem) !important;
  right: auto !important;
}

body:not(.home-page) main#main-content > .split-section .deco-top,
body:not(.home-page) main#main-content > .split-section .pyjama-illust,
body:not(.home-page) main#main-content > .split-section .wein-illust,
body:not(.home-page) main#main-content > .split-section .gesch-icon3-illust,
body:not(.home-page) main#main-content > .split-section .tasse-illust {
  right: clamp(1.4rem, 4vw, 5.5rem) !important;
  left: auto !important;
}

.maso-page main#main-content > .split-section:nth-of-type(3) .s-photos .oliven-deco-illust {
  left: clamp(1rem, 4vw, 6rem) !important;
  right: auto !important;
}


@media (max-width: 900px) {
  body:not(.home-page) main#main-content > .split-section [class*="-illust"] {
    max-width: min(64vw, 18rem) !important;
  }

  body:not(.home-page) main#main-content > .split-section .zweig-illust-top,
  body:not(.home-page) main#main-content > .split-section .deco-right,
  body:not(.home-page) main#main-content > .split-section .deco-top,
  body:not(.home-page) main#main-content > .split-section .supermarket-top-bread,
  body:not(.home-page) main#main-content > .split-section .kas-deco-illust,
  body:not(.home-page) main#main-content > .split-section .olives-deco-illust,
  body:not(.home-page) main#main-content > .split-section .lemon-illust,
  body:not(.home-page) main#main-content > .split-section .lemon-deco-illust,
  body:not(.home-page) main#main-content > .split-section .bread-deco-illust,
  body:not(.home-page) main#main-content > .split-section .fisch-illust,
  body:not(.home-page) main#main-content > .split-section .fisch-deco-illust,
  body:not(.home-page) main#main-content > .split-section .cake-illust,
  body:not(.home-page) main#main-content > .split-section .cake-deco-illust,
  body:not(.home-page) main#main-content > .split-section .scherpe-illust,
  body:not(.home-page) main#main-content > .split-section .scharpe-illust,
  body:not(.home-page) main#main-content > .split-section .zuckerstange-illust,
  body:not(.home-page) main#main-content > .split-section .glocken-icon2-illust,
  body:not(.home-page) main#main-content > .split-section .gesch-icon2-illust {
    right: .85rem !important;
    left: auto !important;
  }

  body:not(.home-page) main#main-content > .split-section .deco-left,
  body:not(.home-page) main#main-content > .split-section .bread-illust,
  body:not(.home-page) main#main-content > .split-section .brot-white-illust,
  body:not(.home-page) main#main-content > .split-section .pizza-deco-illust,
  body:not(.home-page) main#main-content > .split-section .pizza-illust,
  body:not(.home-page) main#main-content > .split-section .grapes-illust,
  body:not(.home-page) main#main-content > .split-section .oliven-deco-illust,
  body:not(.home-page) main#main-content > .split-section .olive-illust,
  body:not(.home-page) main#main-content > .split-section .glocken-icon-illust,
  body:not(.home-page) main#main-content > .split-section .gesch-icon-illust,
  body:not(.home-page) main#main-content > .split-section .muetze-illust,
  .maso-page main#main-content > .split-section:nth-of-type(3) .s-photos .oliven-deco-illust {
    left: .85rem !important;
    right: auto !important;
  }

  body:not(.home-page) main#main-content > .split-section .deco-top,
  body:not(.home-page) main#main-content > .split-section .pyjama-illust,
  body:not(.home-page) main#main-content > .split-section .wein-illust,
  body:not(.home-page) main#main-content > .split-section .gesch-icon3-illust,
  body:not(.home-page) main#main-content > .split-section .tasse-illust {
    right: 1rem !important;
    left: auto !important;
  }

}

/* Absolute final guard: large decorative SVGs must stay fully visible after
   every responsive override above has run. */
body:not(.home-page) main#main-content > .split-section .s-photos .bread-illust,
body:not(.home-page) main#main-content > .split-section .s-photos .brot-white-illust {
  left: clamp(2rem, 4.8vw, 7rem) !important;
  right: auto !important;
  top: clamp(1.5rem, 3.8vw, 4rem) !important;
  bottom: auto !important;
  width: clamp(12rem, 22vw, 26rem) !important;
  max-width: min(26rem, calc(100vw - 4.5rem)) !important;
  transform: rotate(-5deg) !important;
}

body:not(.home-page) main#main-content > .split-section .s-photos .oliven-deco-illust,
body:not(.home-page) main#main-content > .split-section .s-photos .olive-illust,
body:not(.home-page) main#main-content > .split-section .s-photos .lemon-illust,
body:not(.home-page) main#main-content > .split-section .s-photos .lemon-deco-illust {
  left: clamp(2rem, 4.8vw, 7rem) !important;
  right: auto !important;
  top: clamp(1.5rem, 3.8vw, 4rem) !important;
  bottom: auto !important;
  width: clamp(11rem, 20vw, 24rem) !important;
  max-width: min(24rem, calc(100vw - 4.5rem)) !important;
  transform: rotate(-9deg) !important;
}

body:not(.home-page) main#main-content > .split-section .s-top .supermarket-top-bread,
body:not(.home-page) main#main-content > .split-section .s-top .kas-deco-illust,
body:not(.home-page) main#main-content > .split-section .s-top .bread-deco-illust,
body:not(.home-page) main#main-content > .split-section .s-top .cake-deco-illust,
body:not(.home-page) main#main-content > .split-section .s-top .pizza-deco-illust {
  max-width: min(36rem, calc(100vw - 4.5rem)) !important;
}

@media (max-width: 900px) {
  body:not(.home-page) main#main-content > .split-section .s-photos .bread-illust,
  body:not(.home-page) main#main-content > .split-section .s-photos .brot-white-illust,
  body:not(.home-page) main#main-content > .split-section .s-photos .oliven-deco-illust,
  body:not(.home-page) main#main-content > .split-section .s-photos .olive-illust,
  body:not(.home-page) main#main-content > .split-section .s-photos .lemon-illust,
  body:not(.home-page) main#main-content > .split-section .s-photos .lemon-deco-illust {
    left: 1rem !important;
    right: auto !important;
    top: 1rem !important;
    bottom: auto !important;
    width: min(46vw, 13rem) !important;
    max-width: calc(100vw - 2rem) !important;
    transform: rotate(-6deg) !important;
  }

  body:not(.home-page) main#main-content > .split-section .s-top .supermarket-top-bread,
  body:not(.home-page) main#main-content > .split-section .s-top .kas-deco-illust,
  body:not(.home-page) main#main-content > .split-section .s-top .bread-deco-illust,
  body:not(.home-page) main#main-content > .split-section .s-top .cake-deco-illust,
  body:not(.home-page) main#main-content > .split-section .s-top .pizza-deco-illust {
    max-width: min(56vw, 16rem) !important;
  }
}

/* Frische & Regionale: icons mit position absolute, volle Größe. */
body.frische-page main#main-content > .split-section > .s-top,
body.regionale-page main#main-content > .split-section > .s-top {
  position: relative !important;
}

body.frische-page main#main-content > .split-section [class*="-illust"],
body.regionale-page main#main-content > .split-section [class*="-illust"] {
  position: absolute !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

body.frische-page main#main-content > .split-section:nth-of-type(1) .zweig-illust-top,
body.regionale-page main#main-content > .split-section:nth-of-type(1) .zweig-illust-top {
  position: absolute !important;
  top: clamp(1rem, 2.5vw, 3rem) !important;
  right: clamp(1rem, 4vw, 6rem) !important;
  left: auto !important;
  width: clamp(16rem, 30vw, 38rem) !important;
  max-width: min(38rem, 54vw) !important;
  transform: rotate(-10deg) scaleX(-1) !important;
}

body.frische-page main#main-content > .split-section:nth-of-type(2) .pizza-deco-illust {
  position: absolute !important;
  left: clamp(1.5rem, 4vw, 5rem) !important;
  right: auto !important;
  top: clamp(1.5rem, 4vw, 4.5rem) !important;
  bottom: auto !important;
  width: clamp(10rem, 18vw, 22rem) !important;
  max-width: min(22rem, 38vw) !important;
  transform: rotate(-8deg) !important;
}

body.frische-page main#main-content > .split-section:nth-of-type(2) .cake-deco-illust {
  position: absolute !important;
  right: clamp(2rem, 7vw, 9rem) !important;
  left: auto !important;
  bottom: clamp(1.5rem, 4vw, 5rem) !important;
  top: auto !important;
  width: clamp(9rem, 14vw, 17rem) !important;
  max-width: min(17rem, 32vw) !important;
  transform: rotate(9deg) !important;
}

body.frische-page main#main-content > .split-section:nth-of-type(3) .lemon-deco-illust {
  position: absolute !important;
  right: clamp(1.5rem, 5vw, 7rem) !important;
  left: auto !important;
  top: clamp(1rem, 3vw, 4rem) !important;
  bottom: auto !important;
  width: clamp(10rem, 18vw, 22rem) !important;
  max-width: min(22rem, 38vw) !important;
  transform: rotate(8deg) !important;
}

body.regionale-page main#main-content > .split-section:nth-of-type(2) .kas-deco-illust {
  position: absolute !important;
  right: clamp(1.5rem, 5vw, 7rem) !important;
  left: auto !important;
  top: clamp(1rem, 3vw, 4rem) !important;
  bottom: auto !important;
  width: clamp(10rem, 18vw, 22rem) !important;
  max-width: min(22rem, 38vw) !important;
  transform: rotate(8deg) !important;
}

body.regionale-page main#main-content > .split-section:nth-of-type(3) .olives-deco-illust {
  position: absolute !important;
  left: clamp(1.5rem, 5vw, 7rem) !important;
  right: auto !important;
  top: clamp(1rem, 3vw, 4rem) !important;
  bottom: auto !important;
  width: clamp(10rem, 18vw, 22rem) !important;
  max-width: min(22rem, 38vw) !important;
  transform: rotate(-8deg) !important;
}

body.regionale-page main#main-content > .split-section:nth-of-type(4) .bread-deco-illust {
  position: absolute !important;
  right: clamp(1.5rem, 4vw, 6rem) !important;
  left: auto !important;
  top: auto !important;
  bottom: clamp(1.5rem, 3vw, 4rem) !important;
  width: clamp(12rem, 22vw, 28rem) !important;
  max-width: min(28rem, 44vw) !important;
  transform: rotate(-8deg) scaleX(-1) !important;
}

@media (max-width: 850px) {
  body.frische-page main#main-content > .split-section:nth-of-type(1) .zweig-illust-top,
  body.regionale-page main#main-content > .split-section:nth-of-type(1) .zweig-illust-top {
    width: clamp(12rem, 52vw, 18rem) !important;
    max-width: min(18rem, calc(100vw - 1rem)) !important;
    right: 0 !important;
    top: .5rem !important;
  }

  body.frische-page main#main-content > .split-section:nth-of-type(2) .pizza-deco-illust {
    width: clamp(8rem, 36vw, 12rem) !important;
    left: .8rem !important;
    top: 1rem !important;
  }

  body.frische-page main#main-content > .split-section:nth-of-type(2) .cake-deco-illust {
    width: clamp(7rem, 28vw, 10rem) !important;
    right: .8rem !important;
    bottom: 1rem !important;
  }

  body.frische-page main#main-content > .split-section:nth-of-type(3) .lemon-deco-illust {
    width: clamp(8rem, 36vw, 12rem) !important;
    right: .8rem !important;
    top: 1rem !important;
  }

  body.regionale-page main#main-content > .split-section:nth-of-type(2) .kas-deco-illust {
    width: clamp(8rem, 36vw, 12rem) !important;
    right: .8rem !important;
    top: 1rem !important;
  }

  body.regionale-page main#main-content > .split-section:nth-of-type(3) .olives-deco-illust {
    width: clamp(8rem, 36vw, 12rem) !important;
    left: .8rem !important;
    top: 1rem !important;
  }

  body.regionale-page main#main-content > .split-section:nth-of-type(4) .bread-deco-illust {
    width: clamp(10rem, 46vw, 14rem) !important;
    right: .8rem !important;
    bottom: 1rem !important;
  }
}

/* Delivery-Tab: weiter rausstehen, sanfter Übergang. */
.delivery-tab {
  transform: translate(50%, -50%) !important;
  transition: transform .4s cubic-bezier(.25, .8, .25, 1), background .3s ease, box-shadow .3s ease !important;
}

.delivery-tab span {
  opacity: .22 !important;
  transition: opacity .4s cubic-bezier(.25, .8, .25, 1) !important;
}

.delivery-tab:hover,
.delivery-tab:focus-visible,
.delivery-tab.delivery-tab-peek-open {
  transform: translate(0, -50%) !important;
  transition: transform .35s cubic-bezier(.25, .8, .25, 1), background .25s ease, box-shadow .25s ease !important;
}

.delivery-tab:hover span,
.delivery-tab:focus-visible span,
.delivery-tab.delivery-tab-peek-open span {
  opacity: 1 !important;
  transition: opacity .35s cubic-bezier(.25, .8, .25, 1) !important;
}

@media (max-width: 900px) {
  .delivery-tab {
    transform: translate(50%, -50%) !important;
  }

  .delivery-tab:hover,
  .delivery-tab:focus,
  .delivery-tab:active {
    transform: translate(50%, -50%) !important;
  }

  .delivery-tab.delivery-tab-peek-open,
  .delivery-tab:focus-visible {
    transform: translate(0, -50%) !important;
  }
}

/* Maso: Brot-Icon in s-photos von oben positionieren statt von unten (verhindert Abschneiden). */
body.maso-page main#main-content > .split-section:nth-of-type(1) .s-photos .bread-illust,
body.maso-page main#main-content > .split-section:nth-of-type(1) .s-photos .brot-white-illust {
  position: absolute !important;
  top: clamp(1rem, 2.5vw, 3rem) !important;
  bottom: auto !important;
  left: clamp(1.5rem, 4vw, 6rem) !important;
  right: auto !important;
  width: clamp(12rem, 22vw, 26rem) !important;
  max-width: min(26rem, calc(100vw - 4rem)) !important;
  transform: rotate(-5deg) !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 850px) {
  body.maso-page main#main-content > .split-section:nth-of-type(1) .s-photos .bread-illust,
  body.maso-page main#main-content > .split-section:nth-of-type(1) .s-photos .brot-white-illust {
    top: 1rem !important;
    left: .8rem !important;
    width: min(46vw, 13rem) !important;
    max-width: calc(100vw - 2rem) !important;
  }
}

/* Final mobile and footer polish 2026-05-10. */
html,
body {
  padding-bottom: 0 !important;
}

body > .red-bar {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

footer {
  margin-bottom: 0 !important;
}

.delivery-tab {
  transform: translate(0, -50%) !important;
}

.delivery-tab span {
  opacity: 1 !important;
}

footer .footer-lang,
footer .footer-lang a,
footer .footer-lang span {
  font-size: clamp(.72rem, .78vw, .9rem) !important;
  line-height: 1.1 !important;
  letter-spacing: .08em !important;
}

footer .footer-lang {
  gap: .36rem !important;
  align-items: center !important;
}

@media (max-width: 850px) {
  main#main-content > .split-section .s-top,
  body:not(.home-page) main#main-content > .split-section .s-top,
  body.home-page main#main-content > .split-section .s-top {
    padding-top: clamp(1.55rem, 5.2vw, 2.7rem) !important;
  }

  .delivery {
    padding-top: clamp(4.4rem, 16vw, 7rem) !important;
    padding-bottom: clamp(2.4rem, 8vw, 4rem) !important;
  }

  .delivery .delivery-title,
  .delivery h2 {
    margin-top: 0 !important;
  }
}

@media (max-width: 768px), (hover: none) and (pointer: coarse) {
  .delivery-tab {
    top: 50% !important;
    right: 0 !important;
    transform: translate(72%, -50%) !important;
    transition:
      transform .42s cubic-bezier(.22, 1, .36, 1),
      background .2s ease,
      box-shadow .2s ease !important;
  }

  .delivery-tab:hover,
  .delivery-tab:focus,
  .delivery-tab:active {
    transform: translate(72%, -50%) !important;
  }

  .delivery-tab.delivery-tab-peek-open,
  .delivery-tab:focus-visible {
    transform: translate(0, -50%) !important;
  }

  .delivery-tab.delivery-tab-peek-open span {
    opacity: 1 !important;
  }
}

/* Legal pages: keep mobile copy compact like the rest of the website. */
@media (max-width: 900px) {
  .legal-content p,
  .legal-content li,
  .legal-content a,
  .legal-content h1 + p {
    font-size: .86rem !important;
    line-height: 1.62 !important;
  }

  .legal-content h2 {
    font-size: 1rem !important;
    line-height: 1.25 !important;
  }

  .legal-content h3 {
    font-size: .94rem !important;
    line-height: 1.3 !important;
  }

  .legal-tab,
  .legal-content .legal-nav a {
    font-size: .82rem !important;
  }
}

/* ===== CHEESE ICON: TOP-LEFT OF 5TH PHOTO ===== */
.beste-photo {
  position: relative;
}

.beste-photo > .kas-illust {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  transform: translate(-30%, -30%) !important;
  z-index: 5 !important;
  pointer-events: none;
  display: block !important;
  width: auto !important;
  opacity: 1 !important;
}

.beste-photo > .kas-illust img {
  width: clamp(154px, calc(96px + 9.3vw), 274px) !important;
  height: auto !important;
  object-fit: contain;
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .beste-photo > .kas-illust img {
    width: clamp(154px, 19vw, 192px) !important;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .beste-photo > .kas-illust img {
    width: clamp(192px, 17.3vw, 230px) !important;
  }
}

@media (max-width: 768px) {
  .beste-photo > .kas-illust {
    display: block !important;
    transform: translate(-20%, -20%) !important;
  }
  .beste-photo > .kas-illust img {
    width: clamp(112px, 28vw, 160px) !important;
  }
}

/* ===== GLOCKENSPIEL SECTION: FIX OVERLAP ON TABLET ===== */
@media (max-width: 1399px) {
  #glockenspiel {
    margin-top: 0 !important;
    padding-top: clamp(60px, calc(40px + 4vw), 100px) !important;
  }
}

/* ===== GESCHICHTE IMAGES: BLACK & WHITE ===== */
.geschichte-page .hero-slider img,
.geschichte-page .fullscreen-slider img,
.geschichte-page .s-photos img,
.geschichte-page .ph-812 img,
.geschichte-page .ph-674 img,
.geschichte-page .ph-536 img,
.geschichte-page .ph-398 img {
  filter: grayscale(100%) contrast(1.05) brightness(1.02) !important;
}

img[src*="geschichte-"],
source[srcset*="geschichte-"] + img {
  filter: grayscale(100%) contrast(1.05) brightness(1.02) !important;
}

/* ===== HOVER ZOOM ON NON-FULLSCREEN IMAGES (desktop only) ===== */
@media (hover: hover) and (min-width: 961px) {
  .ph350 img,
  .ph450 img,
  .ph-812 img,
  .ph-674 img,
  .ph-536 img,
  .ph-398 img,
  .ph-536-sq img,
  .ph-398-536 img,
  .photo-cluster img,
  .s-photos img,
  .beste-photo img {
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    will-change: transform;
  }

  .ph350:hover img,
  .ph450:hover img,
  .ph-812:hover img,
  .ph-674:hover img,
  .ph-536:hover img,
  .ph-398:hover img,
  .ph-536-sq:hover img,
  .ph-398-536:hover img,
  .photo-cluster .ph350:hover img,
  .photo-cluster .ph450:hover img,
  .s-photos .ph-812:hover img,
  .s-photos .ph-674:hover img,
  .s-photos .ph-536:hover img,
  .s-photos .ph-398:hover img,
  .beste-photo:hover img {
    transform: scale(1.06) !important;
  }
}

/* Final mobile QA 2026-05-12: taps, spacing and decorative art. */
.delivery {
  scroll-margin-top: var(--nav-height);
}

main#main-content > .split-section > .s-top {
  isolation: isolate;
}

main#main-content > .split-section > .s-top .s-above,
main#main-content > .split-section > .s-top .wrap {
  position: relative;
  z-index: 2;
}

main#main-content > .split-section [class*="-illust"],
.delivery [class*="-illust"],
#geschichte .geschbg,
#glockenspiel .oliven-illust {
  pointer-events: none !important;
}

@media (max-width: 768px) {
  .delivery,
  .fullscreen-slider-section,
  .photo-cluster {
    content-visibility: visible !important;
    contain-intrinsic-size: none !important;
  }

  .delivery-tab,
  .delivery-tab:hover,
  .delivery-tab:focus,
  .delivery-tab:active {
    transform: translate(62%, -50%) !important;
  }

  .delivery-tab.delivery-tab-peek-open,
  .delivery-tab:focus-visible {
    transform: translate(0, -50%) !important;
  }

  .delivery-tab span {
    opacity: .88 !important;
  }

  .delivery-tab.delivery-tab-peek-open span {
    opacity: 1 !important;
  }

  .delivery {
    padding-top: clamp(3.8rem, 13vw, 5.4rem) !important;
    padding-bottom: clamp(2.6rem, 9vw, 4rem) !important;
  }

  #apartments .photo-cluster {
    gap: clamp(.75rem, 3vw, 1rem) !important;
    margin-top: clamp(.75rem, 3vw, 1rem) !important;
    margin-bottom: 0 !important;
    padding-inline: clamp(.75rem, 3vw, 1rem) !important;
  }

  #apartments .row-narrow,
  #apartments .row-wide,
  #apartments .row-photo5 {
    gap: clamp(.75rem, 3vw, 1rem) !important;
    padding-inline: 0 !important;
    margin-inline: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 100% !important;
  }

  #apartments .row-photo5 {
    justify-content: stretch !important;
  }

  #apartments .row-photo5 .beste-photo,
  #apartments .row-photo5 .ph450 {
    width: 100% !important;
    max-width: 100% !important;
  }

  #glockenspiel {
    margin-top: 0 !important;
    padding-top: clamp(2.5rem, 9vw, 3.6rem) !important;
  }

  main#main-content > .split-section .s-top,
  body:not(.home-page) main#main-content > .split-section .s-top,
  body.home-page main#main-content > .split-section .s-top {
    padding-top: clamp(1.8rem, 6.4vw, 2.7rem) !important;
    padding-bottom: clamp(1.75rem, 6vw, 2.55rem) !important;
  }

  main#main-content > .split-section .wrap.pb-photos,
  body:not(.home-page) main#main-content > .split-section .wrap.pb-photos,
  body.home-page main#main-content > .split-section .wrap.pb-photos {
    max-width: calc(100vw - 1.5rem) !important;
    padding-top: clamp(.85rem, 3.4vw, 1.35rem) !important;
    padding-bottom: clamp(.85rem, 3.4vw, 1.35rem) !important;
  }

  main#main-content > .split-section .photo-row-nachhaltig,
  main#main-content > .split-section .photo-row-weine,
  main#main-content > .split-section .photo-row-bewusst,
  main#main-content > .split-section .photo-row-genusskueche,
  main#main-content > .split-section .photo-row-genusskueche-3 {
    gap: clamp(.5rem, 2.2vw, .8rem) !important;
  }

  main#main-content > .split-section .photo-row-genusskueche-3 > :last-child,
  .photo-row-genusskueche-3 .ph-536-sq:last-child {
    grid-column: 1 / -1 !important;
  }

  body.home-page .genusskueche-section .wrap.pb-photos {
    --genuss-mobile-photo-gap: clamp(.55rem, 2.4vw, .8rem);
  }

  body.home-page .genusskueche-section .photo-row-genusskueche,
  body.home-page .genusskueche-section .photo-row-genusskueche-3 {
    gap: var(--genuss-mobile-photo-gap) !important;
  }

  body.home-page .genusskueche-section .photo-row-genusskueche {
    margin-bottom: var(--genuss-mobile-photo-gap) !important;
  }

  main#main-content > .split-section [class*="-illust"] {
    z-index: 0 !important;
    max-width: min(46vw, 11rem) !important;
  }

  main#main-content > .split-section .bread-illust,
  main#main-content > .split-section .brot-white-illust {
    top: .75rem !important;
    bottom: auto !important;
    left: .75rem !important;
    right: auto !important;
    width: min(42vw, 10.5rem) !important;
    transform: rotate(-5deg) !important;
  }

  main#main-content > .split-section .grapes-illust,
  main#main-content > .split-section .wein-illust {
    top: 1rem !important;
    right: .75rem !important;
    left: auto !important;
    width: min(38vw, 9.5rem) !important;
    opacity: .18 !important;
  }

  .delivery .banana-illust,
  .delivery .peroncino-deco,
  .delivery-bg {
    z-index: 0 !important;
  }

  .a11y-fab-wrapper {
    left: .75rem !important;
    right: auto !important;
    bottom: .75rem !important;
    top: auto !important;
  }

  #accessibility-icon {
    width: 2.9rem !important;
    height: 2.9rem !important;
    border: 0 !important;
    border-radius: .42rem !important;
    background: #fff !important;
    color: #2d4359 !important;
  }
}

/* Homepage card carousel: keep the original card sizing and shape. */
.story-carousel {
  position: relative;
}

.story-carousel-viewport {
  width: 100%;
}

.story-carousel-track {
  transition: transform .82s cubic-bezier(.2, .72, .22, 1);
  cursor: grab;
  touch-action: pan-y;
  will-change: transform;
}

.story-carousel-track:active {
  cursor: grabbing;
}

.photo-card-img.glockenspiel-card-img {
  background: #071725;
  overflow: hidden;
}

.photo-card-img.glockenspiel-card-img img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain !important;
  object-position: center top !important;
  background: #071725;
  translate: 0 -30%;
  scale: 2.05;
  transform-origin: center top;
}

#geschichte .photo-card-img {
  overflow: hidden;
}

#geschichte .photo-card-img img {
  transform-origin: center center;
  scale: 1;
}

/* Run the slow zoom only while hovered, and only then promote that single image
   to its own layer. Keeping will-change off the other ~30 cloned images avoids
   exhausting GPU texture memory (which caused stutter/hang while sliding).
   Guard with (hover: hover) so a tap on touch devices does NOT trigger the
   hover-zoom (which jumped the image from scale 1.06 down to 1 and looked jerky). */
@media (hover: hover) and (pointer: fine) {
  #geschichte .photo-card:hover .photo-card-img img,
  #geschichte .photo-card:focus-visible .photo-card-img img {
    animation: storyImageSlowZoom 16s cubic-bezier(.37, 0, .2, 1) infinite alternate;
    will-change: scale;
  }
}

/* Glockenspiel in the desktop carousel: enlarged (scale 2) and positioned so the
   carillon sits in frame. No hover zoom -- it stays at this size on hover (only the
   darken overlay applies, like the other cards' darken). */
#geschichte .story-carousel .photo-card-img.glockenspiel-card-img img {
  object-fit: contain !important;
  object-position: center center !important;
  translate: 0;
  scale: 2;
  transform-origin: center center;
  animation: none;
  position: absolute;
  top: 31%;
}

.story-carousel-btn {
  display: none;
}

@media (min-width: 1024px) {
  .story-carousel-viewport {
    overflow: hidden;
  }

  .story-carousel .g4.story-carousel-track {
    width: calc(var(--story-card-count, 6) * 25%);
    max-width: none;
    grid-template-columns: repeat(var(--story-card-count, 6), minmax(0, 1fr));
  }

  /* While the track is sliding, disable hover so cards passing under the
     cursor don't trigger darken/zoom repaints -> smooth motion. */
  .story-carousel.is-sliding .story-carousel-track {
    pointer-events: none;
  }

  .story-carousel .photo-card {
    position: relative;
  }

  .story-carousel .photo-card-img {
    position: relative;
  }

  .story-carousel .photo-card-img::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 5;
    background: rgba(5, 13, 24, .58);
    opacity: 0;
    pointer-events: none;
    transition: opacity .38s cubic-bezier(.2, .72, .22, 1);
  }

  .story-carousel .photo-card-img::after {
    content: none;
    position: absolute;
    top: 50%;
    right: 1.35rem;
    left: 1.35rem;
    z-index: 6;
    color: var(--color-white);
    font-size: clamp(.72rem, .8vw, .92rem);
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .12em;
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(-50% + .35rem));
    transition: opacity .42s cubic-bezier(.2, .72, .22, 1), transform .42s cubic-bezier(.2, .72, .22, 1);
  }

  .story-carousel .photo-card:hover .photo-card-img::before,
  .story-carousel .photo-card:hover .photo-card-img::after,
  .story-carousel .photo-card-img:hover::before,
  .story-carousel .photo-card-img:hover::after,
  .story-carousel .photo-card:focus-visible .photo-card-img::before,
  .story-carousel .photo-card:focus-visible .photo-card-img::after {
    opacity: 1;
  }

  .story-carousel .photo-card:hover .photo-card-img::after,
  .story-carousel .photo-card-img:hover::after,
  .story-carousel .photo-card:focus-visible .photo-card-img::after {
    transform: translateY(-50%);
  }

  .story-carousel-btn {
    position: absolute;
    top: var(--story-carousel-image-center, 50%);
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 4.5rem;
    border: 0;
    background: transparent;
    color: var(--color-white);
    font-size: clamp(3rem, 4vw, 4.5rem);
    font-weight: 300;
    line-height: 1;
    text-shadow: 0 .12rem .55rem rgba(5, 13, 24, .45);
    opacity: .82;
    transform: translateY(-50%);
    transition: opacity var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
  }

  .story-carousel-prev {
    left: clamp(-3.2rem, -2.4vw, -1.4rem);
  }

  .story-carousel-next {
    right: clamp(-3.2rem, -2.4vw, -1.4rem);
  }

  .story-carousel-btn:hover {
    color: var(--color-gold);
    opacity: 1;
    transform: translateY(-50%) scale(1.03);
  }

  .story-carousel-btn:focus {
    outline: none;
  }

  .story-carousel-btn:focus-visible {
    outline: 1px solid rgba(255, 255, 255, .5);
    outline-offset: .15rem;
  }
}

.nav-right .hours-wrap img,
.nav-right .hours-wrap .mm-hours-icon {
  opacity: 1 !important;
  filter: brightness(0) invert(1) !important;
}

.nav-right .hours-wrap > span,
.nav-lang a,
.nav-lang .sep {
  color: #fff !important;
  opacity: 1 !important;
}

@media (max-width: 1023px) {
  .story-carousel-track {
    transform: none !important;
  }
}

@media (max-width: 640px) {
  #geschichte .story-carousel {
    display: none;
  }

  #geschichte .text-box .mobile-story-carousel.g4 {
    position: relative;
    scroll-snap-type: x proximity !important;
    touch-action: pan-x pan-y pinch-zoom !important;
  }

  #geschichte .text-box .mobile-story-carousel.g4.story-loop-jump {
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
  }

  #geschichte .mobile-story-carousel .photo-card-img {
    position: relative;
    overflow: hidden !important;
    background: #071725;
    contain: paint;
  }

  /* Press-to-darken on touch, mirroring the desktop hover darken. The image keeps
     its size -- only this overlay fades in while the card is pressed. No zoom. */
  #geschichte .mobile-story-carousel .photo-card-img::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    background: rgba(5, 13, 24, .58);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s cubic-bezier(.2, .72, .22, 1);
  }

  #geschichte .mobile-story-carousel .photo-card:active .photo-card-img::before,
  #geschichte .mobile-story-carousel .photo-card-img:active::before {
    opacity: 1;
  }

  #geschichte .mobile-story-carousel .photo-card-img picture {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  #geschichte .mobile-story-carousel .photo-card-img:not(.glockenspiel-card-img) img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    animation-name: storyMobileImageSlowZoom;
    scale: 1.06;
  }

  #geschichte .text-box .mobile-story-carousel.g4::before,
  #geschichte .text-box .mobile-story-carousel.g4::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 43%;
    z-index: 12;
    pointer-events: none;
    opacity: 0;
  }

  #geschichte .text-box .mobile-story-carousel.g4::before {
    width: 2rem;
    height: 2.65rem;
    border-radius: 1.05rem 1.05rem .82rem .82rem;
    background: var(--color-white);
    box-shadow: 0 .45rem 1.4rem rgba(5, 13, 24, .35);
    transform: translate(-58%, -42%) rotate(-16deg) scale(.92);
  }

  #geschichte .text-box .mobile-story-carousel.g4::after {
    width: 4.5rem;
    height: 4.5rem;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    box-shadow: 0 0 0 .55rem rgba(227, 6, 19, .22);
    transform: translate(-50%, -50%) scale(.45);
  }

  #geschichte .text-box .mobile-story-carousel.g4.tap-hint-active::before {
    animation: storyTapFinger 2.4s ease-out 1 both;
  }

  #geschichte .text-box .mobile-story-carousel.g4.tap-hint-active::after {
    animation: storyTapRipple 2.4s ease-out 1 both;
  }

  #geschichte .mobile-story-carousel .photo-card-img.glockenspiel-card-img img {
    padding: 0;
    object-fit: contain !important;
    object-position: center center !important;
    translate: 0;
    scale: 2;
    transform-origin: center center;
    position: absolute;
    top: 31%;
  }
}

@keyframes storyImageSlowZoom {
  from {
    scale: 1;
  }

  to {
    scale: 1.14;
  }
}

@keyframes storyMobileImageSlowZoom {
  from {
    scale: 1.06;
  }

  to {
    scale: 1.18;
  }
}

@media (prefers-reduced-motion: reduce) {
  #geschichte .photo-card-img img {
    animation: none !important;
  }
}

@keyframes storyTapFinger {
  0%,
  12% {
    opacity: 0;
    transform: translate(-72%, -24%) rotate(-18deg) scale(.88);
  }

  24%,
  64% {
    opacity: .96;
  }

  42% {
    transform: translate(-50%, -50%) rotate(-10deg) scale(.9);
  }

  74%,
  100% {
    opacity: 0;
    transform: translate(-35%, -58%) rotate(-10deg) scale(.9);
  }
}

@keyframes storyTapRipple {
  0%,
  28% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.42);
  }

  42% {
    opacity: .95;
    transform: translate(-50%, -50%) scale(.72);
  }

  74%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

/* Softer motion pass: avoid hard jumps across sliders, fades and carousel details. */
.fade-in {
  transition: opacity .95s cubic-bezier(.2, .72, .22, 1), transform .95s cubic-bezier(.2, .72, .22, 1) !important;
}

.hero-slider img,
.interior-slider img,
.fullscreen-slider img {
  transition: opacity 1.05s cubic-bezier(.2, .72, .22, 1), transform 1.05s cubic-bezier(.2, .72, .22, 1) !important;
}

.glockenspiel-page .glockenspiel-hero .hero-slider {
  align-items: flex-start !important;
  padding-top: calc(var(--nav-height) + clamp(1.2rem, 2.4vw, 3rem)) !important;
}

.glockenspiel-page .glockenspiel-hero .hero-slider img.glockenspiel-scroll-zoom {
  transform-origin: center top !important;
  object-position: center top !important;
}

@media (max-width: 850px) {
  .glockenspiel-page .glockenspiel-hero .hero-slider {
    padding-top: calc(var(--nav-height) + clamp(1rem, 5vw, 2rem)) !important;
  }
}

.slider-dots .dot,
.interior-dots .dot,
.dot {
  transition: width .42s cubic-bezier(.2, .72, .22, 1), background-color .42s cubic-bezier(.2, .72, .22, 1), opacity .42s ease, transform .42s cubic-bezier(.2, .72, .22, 1) !important;
}

.delivery-tab,
.mobile-pin-btn,
.story-carousel-btn,
.photo-card-img img,
.btn,
.icon-btn,
.nav-links a::after {
  transition-timing-function: cubic-bezier(.2, .72, .22, 1) !important;
}

/* Legal pages: keep table-of-contents and blue links clear of the fixed nav. */
body.legal-page {
  background: var(--color-white) !important;
}

body.legal-page nav {
  background: rgba(10, 26, 47, .96) !important;
  color: var(--color-white) !important;
  box-shadow: 0 8px 28px rgba(10, 26, 47, .18) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

body.legal-page .legal-page-main {
  padding-top: calc(var(--nav-height) + clamp(5.5rem, 8vw, 7rem)) !important;
}

@media (max-width: 900px) {
  body.legal-page .legal-page-main {
    padding-top: calc(var(--nav-height) + clamp(4rem, 16vw, 5.5rem)) !important;
  }
}

/* Mobile menu + touch target pass: keep expanded groups reachable on short screens. */
@media (max-width: 900px) {
  .mobile-menu.open {
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
  }

  .mobile-menu .mm-top {
    padding-top: clamp(.75rem, 2.8vh, 1.2rem) !important;
  }

  .mobile-menu .mm-logo {
    width: clamp(4.25rem, 18vw, 5.4rem) !important;
  }

  .mobile-menu .mm-links {
    min-height: 0 !important;
    justify-content: flex-start !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding-top: clamp(3.9rem, 12.8vh, 6.8rem) !important;
    padding-bottom: clamp(7.25rem, 18vh, 9.5rem) !important;
    scroll-padding-top: 5rem !important;
    scroll-padding-bottom: 8rem !important;
  }

  .mobile-menu .mm-links > a,
  .mobile-menu .mm-group-toggle {
    min-height: 3.08rem !important;
    align-items: center !important;
    font-weight: 650 !important;
    padding-top: .9rem !important;
    padding-bottom: .9rem !important;
    touch-action: manipulation !important;
  }

  .mobile-menu .mm-group-items a {
    min-height: 2.82rem !important;
    display: flex !important;
    align-items: center !important;
    font-size: clamp(.84rem, 3.55vw, 1rem) !important;
    font-weight: 550 !important;
    padding-top: .72rem !important;
    padding-bottom: .72rem !important;
    touch-action: manipulation !important;
  }

  .mobile-menu .mm-links > a {
    font-size: clamp(1.12rem, 5vw, 1.5rem) !important;
  }

  .mobile-menu a,
  .mobile-menu button,
  .mobile-pin-btn,
  .delivery-tab,
  .icon-btn a,
  .footer-social a,
  .footer-legal a,
  .footer-contact-link,
  .footer-lang a,
  .manual-slider-btn span {
    min-width: 44px !important;
    min-height: 44px !important;
  }

  .footer-legal a,
  .footer-contact-link,
  .footer-lang a {
    display: inline-flex !important;
    align-items: center !important;
  }
}

@media (max-width: 420px) and (max-height: 760px) {
  .mobile-menu .mm-links {
    padding-top: clamp(2.8rem, 9.5vh, 4.2rem) !important;
    padding-bottom: clamp(8rem, 20vh, 10rem) !important;
  }

  .mobile-menu .mm-links > a,
  .mobile-menu .mm-group-toggle {
    min-height: 2.82rem !important;
    padding-top: .72rem !important;
    padding-bottom: .72rem !important;
  }

  .mobile-menu .mm-group-items a {
    min-height: 2.55rem !important;
    padding-top: .58rem !important;
    padding-bottom: .58rem !important;
  }
}

/* Mobile carousel controls: light arrows, quieter modern indicators. */
@media (max-width: 768px), (hover: none) and (pointer: coarse) {
  .manual-slider-controls {
    align-items: center !important;
    padding-inline: 0 !important;
  }

  .manual-slider-btn,
  .manual-slider-host:hover .manual-slider-btn,
  .manual-slider-host:focus-within .manual-slider-btn {
    width: 15% !important;
    min-width: 3.25rem !important;
    opacity: 1 !important;
    pointer-events: none !important;
  }

  .manual-slider-btn span {
    width: clamp(2.25rem, 9vw, 2.7rem) !important;
    height: clamp(2.25rem, 9vw, 2.7rem) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    text-shadow: 0 .12rem .55rem rgba(5, 13, 24, .42) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    font-size: clamp(2.15rem, 8vw, 2.65rem) !important;
    font-weight: 300 !important;
    line-height: .78 !important;
    opacity: .92 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .manual-slider-btn.prev span {
    margin-left: clamp(.35rem, 1.6vw, .65rem) !important;
    padding-right: .12rem !important;
  }

  .manual-slider-btn.next span {
    margin-right: clamp(.35rem, 1.6vw, .65rem) !important;
    padding-left: .12rem !important;
  }

  .manual-slider-btn:active span {
    color: var(--color-red) !important;
    background: transparent !important;
    opacity: 1 !important;
  }

  .slider-dots,
  .interior-dots {
    display: flex !important;
    align-items: center !important;
    gap: .28rem !important;
    bottom: clamp(.65rem, 2.6vw, .95rem) !important;
    left: var(--space-sm) !important;
    width: auto !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    border-radius: 999px !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    transform: none !important;
  }

  .slider-dots .dot,
  .interior-dots .dot,
  .dot {
    width: .34rem !important;
    height: .34rem !important;
    min-width: .34rem !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, .42) !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .slider-dots .dot.active,
  .interior-dots .dot.active,
  .dot.active {
    width: .72rem !important;
    background: rgba(255, 255, 255, .78) !important;
    transform: none !important;
  }
}

/* Mobile nav clarity and shorter homepage photo blocks. */
.logo-img-link img {
  width: calc(var(--logo-width) * .85) !important;
}

.logo-badge {
  width: calc(var(--logo-width) * .85) !important;
  transform: translateX(-50%) translateY(0) scale(1);
  transition: opacity .34s ease, transform .34s ease !important;
}

@media (max-width: 1279px) {
  .nav-right .icon-btns {
    gap: clamp(.18rem, 1.2vw, .35rem) !important;
  }

  .nav-right .icon-btn {
    width: clamp(2.35rem, 9.2vw, 2.8rem) !important;
    height: clamp(2.35rem, 9.2vw, 2.8rem) !important;
  }

  .nav-right .icon-btn a {
    width: 100% !important;
    height: 100% !important;
    min-width: 44px !important;
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .nav-right .icon-btn img {
    width: clamp(1.45rem, 5.8vw, 1.8rem) !important;
    height: clamp(1.45rem, 5.8vw, 1.8rem) !important;
  }

  .hamburger {
    width: clamp(2.75rem, 11vw, 3.25rem) !important;
    height: clamp(2.8rem, 11vw, 3.3rem) !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: .18rem !important;
  }

  .hamburger::before {
    content: "MENU";
    display: block;
    color: var(--color-white);
    font-family: var(--font-secondary);
    font-size: clamp(.52rem, 1.85vw, .62rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: .16em;
  }

  .hb {
    width: clamp(1.25rem, 5.4vw, 1.55rem) !important;
    height: clamp(.82rem, 3.5vw, 1rem) !important;
  }

  .hb span {
    height: 1.5px !important;
    border-radius: 999px !important;
  }
}

@media (min-width: 1280px) {
  body.home-page nav,
  body.home-page nav .nav-inner,
  body.home-page nav .logo-wrap,
  body.home-page nav .logo-img-link,
  body.home-page nav .logo-img-link img,
  body.home-page nav .nav-links,
  body.home-page nav .nav-right,
  body.home-page nav .hours-wrap img,
  body.home-page nav .hours-wrap > span,
  body.home-page nav .nav-lang,
  body.home-page nav .icon-btn,
  body.home-page nav .icon-btn img {
    transition-duration: .72s !important;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1) !important;
  }

  body.home-page nav {
    transition-property: height, background, box-shadow, backdrop-filter, -webkit-backdrop-filter !important;
  }

  body.home-page nav .nav-inner {
    transition-property: padding-top !important;
  }

  body.home-page nav .logo-wrap,
  body.home-page nav .logo-img-link {
    transition-property: transform, min-width !important;
  }

  body.home-page nav .logo-img-link img {
    transition-property: width, max-width !important;
  }

  body.home-page nav .logo-badge {
    transform: translateX(-50%) translateY(0) scale(1) !important;
    transition:
      opacity .3s ease .42s,
      transform .52s cubic-bezier(.22, .61, .36, 1) .34s,
      width .72s cubic-bezier(.22, .61, .36, 1) !important;
  }

  body.home-page nav .nav-links,
  body.home-page nav .nav-right {
    transition-property: padding-top, gap, font-size !important;
  }

  body.home-page nav:not(.scrolled) {
    --logo-width: clamp(150px, 10.5vw, 170px);
    --nav-height: clamp(126px, 8.6vw, 142px);
  }

  body.home-page nav:not(.scrolled)::after {
    opacity: 0 !important;
  }

  body.home-page nav:not(.scrolled) .nav-inner {
    align-items: flex-start;
    padding-top: clamp(.85rem, 1.15vw, 1.35rem);
  }

  body.home-page nav:not(.scrolled) .logo-wrap {
    flex: 0 0 auto;
    min-width: var(--logo-width);
    transform: translateY(clamp(.2rem, .65vw, .75rem));
  }

  body.home-page nav:not(.scrolled) .logo-img-link {
    flex: 0 0 auto;
    min-width: var(--logo-width);
  }

  body.home-page nav:not(.scrolled) .logo-img-link img {
    width: var(--logo-width) !important;
    max-width: none !important;
  }

  body.home-page nav:not(.scrolled) .logo-badge {
    width: calc(var(--logo-width) * .78) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateX(-50%) translateY(.9rem) scale(.96) !important;
    transition:
      opacity .16s ease,
      transform .24s cubic-bezier(.4, 0, .2, 1),
      width .72s cubic-bezier(.22, .61, .36, 1) !important;
  }

  body.home-page nav:not(.scrolled) .nav-links,
  body.home-page nav:not(.scrolled) .nav-right {
    padding-top: clamp(.55rem, .85vw, 1rem);
  }

  body.home-page nav:not(.scrolled) .nav-links {
    font-size: clamp(.92rem, .82vw, 1.08rem);
    gap: clamp(1rem, 1.45vw, 1.9rem);
    padding-top: clamp(1rem, 1.25vw, 1.5rem) !important;
    align-items: center !important;
  }

  body.home-page nav:not(.scrolled) .hours-wrap img,
  body.home-page nav:not(.scrolled) .icon-btn,
  body.home-page nav:not(.scrolled) .icon-btn img {
    width: clamp(2.35rem, 2.25vw, 2.85rem) !important;
    height: clamp(2.35rem, 2.25vw, 2.85rem) !important;
  }

  body.home-page nav:not(.scrolled) .hours-wrap > span,
  body.home-page nav:not(.scrolled) .nav-lang {
    font-size: clamp(.9rem, .82vw, 1.04rem);
  }
}

@media (max-width: 850px) {
  .home-page .photo-cluster {
    margin-bottom: clamp(1rem, 4vw, 1.7rem) !important;
  }

  .home-page .photo-cluster .row-narrow,
  .home-page .photo-cluster .row-wide,
  .home-page .photo-cluster .row-photo5,
  .home-page .genusskueche-photos .photo-row-genusskueche,
  .home-page .genusskueche-photos .photo-row-genusskueche-3 {
    margin-bottom: clamp(.8rem, 3.2vw, 1.15rem) !important;
    gap: clamp(.75rem, 3.4vw, 1.15rem) !important;
  }

  .home-page .photo-cluster .ph350,
  .home-page .photo-cluster .ph450,
  .home-page .photo-cluster .beste-photo,
  .home-page .genusskueche-photos .ph-536-sq,
  .home-page .genusskueche-photos .ph-398-536 {
    height: clamp(118px, 36vw, 312px) !important;
    min-height: 0 !important;
    max-height: 312px !important;
  }

  .home-page .photo-cluster .kas-illust {
    display: none !important;
  }

  .home-page main#main-content > .split-section .bread-illust {
    width: 25% !important;
    left: -2% !important;
    bottom: 15px !important;
  }
}

/* Touch devices: no hover-only interaction may block the first tap on links. */
@media (hover: none), (pointer: coarse) {
  a,
  button,
  [role="button"] {
    touch-action: manipulation;
    cursor: pointer;
  }

  .nav-dropdown:hover .dropdown-menu,
  .hours-wrap:hover .hours-drop {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .dropdown-toggle:hover,
  .dropdown-menu a:hover,
  .nav-links a:hover,
  .nav-lang a:hover,
  .icon-btn:hover,
  .icon-btn a:hover,
  .mm-group-toggle:hover,
  .mm-group-items a:hover,
  .mm-links > a:hover,
  .footer-legal a:hover,
  .footer-contact-link:hover {
    color: inherit !important;
    opacity: inherit !important;
    transform: none !important;
    background: transparent !important;
  }

  .mm-group-items a:hover,
  .mm-group-items a:active {
    padding-left: 0 !important;
  }

  .story-carousel .photo-card-img::before,
  .story-carousel .photo-card-img::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .story-carousel .photo-card:hover .photo-card-img::before,
  .story-carousel .photo-card:hover .photo-card-img::after,
  .story-carousel .photo-card:focus-visible .photo-card-img::before,
  .story-carousel .photo-card:focus-visible .photo-card-img::after {
    opacity: 0 !important;
  }

  .delivery-tab:not(.delivery-tab-peek-open):hover,
  .delivery-tab:not(.delivery-tab-peek-open):focus,
  .delivery-tab:not(.delivery-tab-peek-open):active {
    transform: translate(72%, -50%) !important;
  }
}

/* Mobile footer legal links: keep the four links balanced instead of one orphan line. */
@media (max-width: 640px) {
  footer .footer-legal {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(100%, 20rem) !important;
    gap: .9rem 1.25rem !important;
    align-items: center !important;
    justify-items: start !important;
  }

footer .footer-legal a {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 2.45rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    white-space: nowrap !important;
  }
}

/* Nav hours and home sliders: final interaction pass. */
nav .hours-drop .hours-big {
  font-size: clamp(14px, calc(11.8px + .34vw), 18px) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
  margin-top: 6px !important;
}

@media (min-width: 769px) {
  #home > img,
  .hero-slider img {
    top: -12% !important;
    height: 136% !important;
  }

  .fullscreen-photo img,
  .interior-slider img,
  .fullscreen-slider img {
    top: -18% !important;
    height: 138% !important;
  }
}

.senoner-slide-ready img {
  transition:
    transform .62s cubic-bezier(.22, .61, .36, 1),
    opacity .62s ease !important;
}

.manual-slider-btn,
.manual-slider-btn:hover,
.manual-slider-btn:focus,
.manual-slider-btn:active,
.manual-slider-host:hover .manual-slider-btn,
.manual-slider-host:focus-within .manual-slider-btn {
  transform: none !important;
}

.manual-slider-btn span,
.manual-slider-btn:hover span,
.manual-slider-btn:focus span,
.manual-slider-btn:active span {
  transform: none !important;
  translate: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .senoner-slide-ready img {
    transition: none !important;
  }
}

/* Final responsive rhythm pass 2026-06-14: keep image groups, copy and
   decorative food drawings separated at every breakpoint. */
.title-line {
  display: block;
}

.title-keep {
  white-space: nowrap;
}

.h1,
.split-title,
.story-title,
.delivery-title,
.page-hero-title h1 {
  letter-spacing: 0 !important;
  text-wrap: balance;
  overflow-wrap: normal;
  hyphens: manual;
}

main#main-content > .split-section,
main#main-content > .split-section > .s-top,
main#main-content > .split-section > .s-photos {
  isolation: isolate;
}

main#main-content > .split-section > .s-top {
  padding-top: clamp(4rem, 6.5vw, 7.6rem) !important;
  padding-bottom: clamp(2.25rem, 4vw, 4.7rem) !important;
}

main#main-content > .split-section .wrap.pb-photos {
  padding-top: clamp(2.25rem, 4vw, 4.7rem) !important;
  padding-bottom: clamp(3rem, 5.2vw, 6.2rem) !important;
}

body:not(.home-page) main#main-content > .split-section > .s-top {
  padding-top: clamp(4.8rem, 7vw, 8.4rem) !important;
  padding-bottom: clamp(2.2rem, 3.8vw, 4.2rem) !important;
}

body:not(.home-page) main#main-content > .split-section .wrap.pb-photos {
  padding-top: clamp(2.2rem, 3.8vw, 4.2rem) !important;
  padding-bottom: clamp(3rem, 5vw, 5.8rem) !important;
}

main#main-content > .split-section + .split-section {
  margin-top: 0 !important;
}

main#main-content > .split-section [class*="-illust"] {
  z-index: 0 !important;
  pointer-events: none !important;
}

main#main-content > .split-section > .s-top .s-above,
main#main-content > .split-section > .s-top .wrap {
  position: relative !important;
  z-index: 2 !important;
}

body.home-page #apartments {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

body.home-page #apartments .gw-top {
  padding-bottom: clamp(1.8rem, 3vw, 3.5rem) !important;
}

body.home-page #apartments .photo-cluster {
  position: relative;
  z-index: 3;
  content-visibility: visible !important;
  contain-intrinsic-size: none !important;
  margin-top: clamp(1rem, 1.6vw, 2rem) !important;
  margin-bottom: 0 !important;
  padding-inline: var(--side-padding) !important;
}

body.home-page #apartments .row-narrow,
body.home-page #apartments .row-wide,
body.home-page #apartments .row-photo5 {
  min-width: 0 !important;
}

body.home-page #apartments .row-photo5 {
  justify-content: flex-end !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
}

body.home-page #apartments .row-photo5 .beste-photo {
  width: min(35vw, 42rem) !important;
  max-width: min(35vw, 42rem) !important;
}

body.home-page #apartments .row-photo5 .ph450 {
  width: 100% !important;
  height: clamp(18rem, 28vw, 36rem) !important;
}

body.home-page #glockenspiel {
  isolation: isolate;
  overflow: hidden !important;
  margin-top: 0 !important;
  padding-top: clamp(4rem, 7vw, 7rem) !important;
}

body.home-page #glockenspiel .beste-inner {
  position: relative;
  z-index: 2;
}

body.home-page #glockenspiel .beste-inner .col-center {
  align-items: flex-start !important;
  max-width: min(42vw, 45rem) !important;
  text-align: left !important;
}

body.home-page #glockenspiel .h1,
body.home-page #glockenspiel .text-body {
  text-align: left !important;
}

body.home-page #glockenspiel .h1 {
  font-size: clamp(2.15rem, 4.1vw, 3.6rem) !important;
  line-height: 1.08 !important;
}

body.home-page #glockenspiel .text-body {
  max-width: min(42rem, 100%) !important;
}

body.home-page #glockenspiel .best-icons {
  justify-content: flex-start !important;
}

body.home-page #glockenspiel .oliven-illust {
  z-index: 0 !important;
  top: auto !important;
  right: clamp(-12rem, -9vw, -5rem) !important;
  bottom: clamp(-9rem, -7vw, -4rem) !important;
  width: min(54vw, 58rem) !important;
}

body.home-page #glockenspiel .oliven-illust img {
  opacity: .065 !important;
}

.beste-photo > .kas-illust {
  transform: translate(-12%, -30%) !important;
}

.beste-photo > .kas-illust img {
  width: clamp(8.5rem, 9vw, 14.5rem) !important;
}

@media (min-width: 1400px) {
  body.home-page #glockenspiel {
    margin-top: clamp(-54rem, -43vw, -35rem) !important;
    padding-top: clamp(34rem, 31vw, 40rem) !important;
    padding-bottom: clamp(5rem, 8vw, 10rem) !important;
  }
}

@media (max-width: 1550px) {
  body.home-page #apartments .beste-photo > .kas-illust {
    display: none !important;
  }
}

@media (max-width: 960px) {
  body.home-page #apartments {
    overflow: hidden;
  }

  body.home-page #apartments .photo-cluster {
    padding-inline: clamp(.9rem, 4vw, 1.5rem) !important;
  }

  body.home-page #apartments .row-narrow,
  body.home-page #apartments .row-wide,
  body.home-page #apartments .row-photo5 {
    width: 100% !important;
    max-width: min(100%, 42rem) !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
  }

  body.home-page #apartments .row-photo5 .beste-photo,
  body.home-page #apartments .row-photo5 .ph450 {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.home-page #glockenspiel {
    margin-top: 0 !important;
    padding-top: clamp(3rem, 10vw, 5rem) !important;
  }

  body.home-page #glockenspiel .beste-inner .col-center {
    align-items: center !important;
    max-width: min(100%, 42rem) !important;
    text-align: center !important;
  }

  body.home-page #glockenspiel .h1,
  body.home-page #glockenspiel .text-body {
    text-align: center !important;
  }

  body.home-page #glockenspiel .best-icons {
    justify-content: center !important;
  }

  body.home-page #glockenspiel .oliven-illust {
    right: -18vw !important;
    bottom: -4rem !important;
    width: min(82vw, 26rem) !important;
  }
}

@media (max-width: 900px) {
  main#main-content > .split-section > .s-top,
  body:not(.home-page) main#main-content > .split-section > .s-top {
    padding-top: clamp(2.45rem, 8vw, 4.1rem) !important;
    padding-bottom: clamp(1.55rem, 5.4vw, 2.7rem) !important;
  }

  main#main-content > .split-section .wrap.pb-photos,
  body:not(.home-page) main#main-content > .split-section .wrap.pb-photos {
    padding-top: clamp(1.55rem, 5.4vw, 2.7rem) !important;
    padding-bottom: clamp(2rem, 7vw, 3.5rem) !important;
  }

  .h1,
  .split-title,
  .story-title,
  .delivery-title,
  .page-hero-title h1 {
    text-wrap: balance;
  }
}

@media (max-width: 640px) {
  body.home-page #glockenspiel .h1 {
    font-size: clamp(1.55rem, 6.7vw, 2rem) !important;
    line-height: 1.1 !important;
  }
}

@media (max-width: 360px) {
  body.home-page #glockenspiel .h1 .title-keep {
    white-space: normal;
  }
}

body.frische-page main#main-content > .split-section:nth-of-type(2) .cake-deco-illust {
  right: clamp(-8rem, -5.6vw, -3rem) !important;
  bottom: clamp(-4.5rem, -3vw, -1.75rem) !important;
  left: auto !important;
  top: auto !important;
  width: clamp(18rem, 31vw, 36rem) !important;
  max-width: min(36rem, 56vw) !important;
  transform: rotate(9deg) !important;
}

body.frische-page main#main-content > .split-section:nth-of-type(2) .cake-deco-illust img {
  opacity: .17 !important;
}

body.frische-page main#main-content > .split-section:nth-of-type(3) .lemon-deco-illust {
  right: clamp(-12rem, -7vw, -4rem) !important;
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  width: clamp(28rem, 55vw, 54rem) !important;
  max-width: min(54rem, 74vw) !important;
  transform: translateY(-50%) rotate(7deg) !important;
}

body.frische-page main#main-content > .split-section:nth-of-type(3) .lemon-deco-illust img {
  opacity: .08 !important;
}

@media (max-width: 850px) {
  body.frische-page main#main-content > .split-section:nth-of-type(2) .cake-deco-illust {
    right: -3.25rem !important;
    bottom: -2rem !important;
    width: clamp(13rem, 58vw, 21rem) !important;
    max-width: min(21rem, 72vw) !important;
  }

  body.frische-page main#main-content > .split-section:nth-of-type(3) .lemon-deco-illust {
    right: -7rem !important;
    top: 54% !important;
    width: clamp(20rem, 88vw, 32rem) !important;
    max-width: min(32rem, 110vw) !important;
  }
}

/* Final audit fixes: long legal URLs, tablet title rhythm, clipped home decor. */
.legal-content,
.legal-content p,
.legal-content li {
  min-width: 0;
}

.legal-content a {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

body.home-page #geschichte,
body.home-page #lieferservice {
  isolation: isolate;
  overflow: hidden !important;
}

@media (max-width: 1100px) and (min-width: 768px) {
  main#main-content > .split-section > .s-top .g2 {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: clamp(1.15rem, 2.8vw, 1.9rem) !important;
  }

  main#main-content > .split-section > .s-top .split-title {
    max-width: min(100%, 48rem) !important;
    font-size: clamp(2.25rem, 5.2vw, 3.35rem) !important;
    line-height: 1.08 !important;
  }

  main#main-content > .split-section > .s-top .text-body-split {
    max-width: min(100%, 46rem) !important;
  }
}

@media (max-width: 767px) {
  body.home-page #geschichte .geschbg {
    left: 0 !important;
    max-width: 100vw !important;
    transform: translateX(-40%) !important;
  }

body.home-page #lieferservice .delivery-bg,
body.home-page #lieferservice .peroncino-deco {
    max-width: 100vw !important;
  }
}

/* Visual correction after review: decorations must stay whole, while the
   five-photo home composition keeps its old rhythm at 70% visual size. */
main#main-content > .split-section,
main#main-content > .split-section > .s-top,
main#main-content > .split-section > .s-photos,
body.home-page #geschichte,
body.home-page #lieferservice {
  overflow: visible !important;
}

main#main-content > .split-section [class*="-illust"],
body.home-page #geschichte .geschbg,
body.home-page #lieferservice .delivery-bg,
body.home-page #lieferservice .peroncino-deco {
  overflow: visible !important;
  pointer-events: none !important;
}

body.home-page #geschichte .geschbg {
  max-width: none !important;
}

body.home-page #lieferservice .delivery-bg,
body.home-page #lieferservice .peroncino-deco {
  right: clamp(.8rem, 2.5vw, 2.4rem) !important;
  max-width: calc(100vw - 1.6rem) !important;
}

body.frische-page main#main-content > .split-section:nth-of-type(2) .cake-deco-illust {
  right: clamp(1rem, 4vw, 4rem) !important;
  bottom: clamp(1rem, 2.5vw, 2.5rem) !important;
  width: clamp(18rem, 30vw, 34rem) !important;
  max-width: min(34rem, calc(100vw - 2rem)) !important;
}

body.frische-page main#main-content > .split-section:nth-of-type(3) .lemon-deco-illust {
  right: clamp(1rem, 4vw, 4rem) !important;
  top: 50% !important;
  width: clamp(25rem, 46vw, 45rem) !important;
  max-width: min(45rem, calc(100vw - 2rem)) !important;
  transform: translateY(-50%) rotate(7deg) !important;
}

@media (min-width: 961px) {
  body.home-page #apartments {
    overflow: visible !important;
  }

  body.home-page #apartments .photo-cluster {
    gap: var(--space-sm) !important;
    margin-top: clamp(20px, calc(10px + 2.4vw), 56px) !important;
    padding-inline: var(--side-padding) !important;
  }

  body.home-page #apartments .row-narrow {
    display: grid !important;
    grid-template-columns: 1.4fr 1fr !important;
    width: 70% !important;
    max-width: 665px !important;
    margin-left: auto !important;
    margin-right: 15% !important;
  }

  body.home-page #apartments .row-wide {
    display: grid !important;
    grid-template-columns: 1fr 2fr !important;
    width: 70% !important;
    max-width: 861px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  body.home-page #apartments .row-photo5 {
    width: 70% !important;
    max-width: 861px !important;
    justify-content: flex-end !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  body.home-page #apartments .row-photo5 .beste-photo {
    width: clamp(280px, calc(210px + 23.3vw), 568px) !important;
    max-width: 100% !important;
  }

  body.home-page #apartments .ph350 {
    height: clamp(112px, calc(56px + 9.8vw), 375px) !important;
  }

  body.home-page #apartments .ph450,
  body.home-page #apartments .row-photo5 .ph450 {
    height: clamp(126px, calc(56px + 11.7vw), 375px) !important;
  }
}

@media (max-width: 960px) {
  body.home-page #apartments .row-narrow,
  body.home-page #apartments .row-wide,
  body.home-page #apartments .row-photo5 {
    width: 82% !important;
    max-width: min(82%, 34rem) !important;
  }

  body.home-page #apartments .ph350,
  body.home-page #apartments .ph450,
  body.home-page #apartments .row-photo5 .ph450,
  body.home-page #apartments .beste-photo {
    height: clamp(98px, 29vw, 255px) !important;
    min-height: 0 !important;
  }
}

@media (max-width: 850px) {
  body.frische-page main#main-content > .split-section:nth-of-type(2) .cake-deco-illust {
    right: .8rem !important;
    bottom: 1rem !important;
    width: clamp(12rem, 50vw, 18rem) !important;
    max-width: calc(100vw - 1.6rem) !important;
  }

  body.frische-page main#main-content > .split-section:nth-of-type(3) .lemon-deco-illust {
    right: .8rem !important;
    top: 54% !important;
    width: clamp(16rem, 76vw, 28rem) !important;
    max-width: calc(100vw - 1.6rem) !important;
  }
}

/* Edge safety: no decorative icon should be visibly cut off on any page. */
@media (min-width: 768px) {
  .glockenspiel-page main#main-content > .split-section:nth-of-type(3) .glockenspiel-inline-icon {
    margin-top: clamp(9rem, 18vw, 12.5rem) !important;
  }
}

@media (max-width: 1100px) {
  main#main-content > .split-section [class*="-illust"] {
    max-width: min(36vw, calc(100vw - 5rem)) !important;
  }

  main#main-content > .split-section .zweig-illust-top,
  main#main-content > .split-section .deco-right,
  main#main-content > .split-section .deco-top,
  main#main-content > .split-section .lemon-illust,
  main#main-content > .split-section .lemon-deco-illust,
  main#main-content > .split-section .cake-illust,
  main#main-content > .split-section .cake-deco-illust,
  main#main-content > .split-section .grapes-illust,
  main#main-content > .split-section .wein-illust,
  main#main-content > .split-section .bread-deco-illust,
  main#main-content > .split-section .fisch-illust,
  main#main-content > .split-section .fisch-deco-illust,
  main#main-content > .split-section .glocken-icon2-illust,
  main#main-content > .split-section .gesch-icon2-illust,
  main#main-content > .split-section .gesch-icon3-illust,
  main#main-content > .split-section .zuckerstange-illust {
    right: clamp(2rem, 5vw, 4rem) !important;
    left: auto !important;
  }

  main#main-content > .split-section .deco-left,
  main#main-content > .split-section .bread-illust,
  main#main-content > .split-section .brot-white-illust,
  main#main-content > .split-section .pizza-illust,
  main#main-content > .split-section .pizza-deco-illust,
  main#main-content > .split-section .oliven-deco-illust,
  main#main-content > .split-section .olive-illust,
  main#main-content > .split-section .glocken-icon-illust,
  main#main-content > .split-section .gesch-icon-illust,
  main#main-content > .split-section .tasse-illust,
  main#main-content > .split-section .muetze-illust {
    left: clamp(2rem, 5vw, 4rem) !important;
    right: auto !important;
  }

  body.home-page #geschichte .geschbg {
    left: clamp(1.5rem, 6vw, 3rem) !important;
    right: auto !important;
    width: min(72vw, 21rem) !important;
    max-width: calc(100vw - 3rem) !important;
    transform: none !important;
  }
}

@media (min-width: 1101px) {
  body.home-page #glockenspiel .oliven-illust {
    right: clamp(2rem, 4vw, 5rem) !important;
    width: min(44vw, 50rem, calc(100vw - 4rem)) !important;
  }

  body.home-page main#main-content > .split-section .zweig-illust-top,
  body.home-page main#main-content > .split-section .cake-illust {
    right: clamp(2rem, 4vw, 5rem) !important;
    max-width: min(42vw, calc(100vw - 4rem)) !important;
  }

  body.home-page main#main-content > .split-section .bread-illust,
  body.home-page main#main-content > .split-section .pizza-illust {
    left: clamp(2rem, 4vw, 5rem) !important;
  }
}

/* Final edge correction with page-level specificity: rotated SVG bounding
   boxes need extra interior space so no decorative icon is cut off. */
@media (max-width: 1100px) {
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .zweig-illust-top,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .deco-right,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .deco-top,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .supermarket-top-bread,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .kas-deco-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .olives-deco-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .lemon-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .lemon-deco-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .bread-deco-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .fisch-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .fisch-deco-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .cake-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .cake-deco-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .scherpe-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .scharpe-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .zuckerstange-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .glocken-icon2-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .gesch-icon2-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .gesch-icon3-illust,
  body.home-page main#main-content > .split-section .zweig-illust-top,
  body.home-page main#main-content > .split-section .cake-illust,
  body.home-page main#main-content > .split-section .deco-right,
  body.home-page main#main-content > .split-section .deco-top {
    left: auto !important;
    right: clamp(2.75rem, 7vw, 5rem) !important;
    max-width: min(32vw, calc(100vw - 7rem)) !important;
  }

  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .deco-left,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .bread-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .brot-white-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .pizza-deco-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .pizza-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .grapes-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .oliven-deco-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .olive-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .glocken-icon-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .gesch-icon-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .tasse-illust,
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) .muetze-illust,
  body.home-page main#main-content > .split-section .bread-illust,
  body.home-page main#main-content > .split-section .pizza-illust,
  body.home-page main#main-content > .split-section .banana-illust {
    left: clamp(2.75rem, 7vw, 5rem) !important;
    right: auto !important;
    max-width: min(32vw, calc(100vw - 7rem)) !important;
  }

  body.home-page #lieferservice .delivery-bg,
  body.home-page #lieferservice .peroncino-deco {
    left: auto !important;
    right: clamp(2.75rem, 7vw, 5rem) !important;
    width: min(28vw, 12rem) !important;
    max-width: calc(100vw - 7rem) !important;
  }

  body.home-page main#main-content > .genusskueche-section .pizza-illust {
    left: clamp(2.75rem, 7vw, 5rem) !important;
    right: auto !important;
    width: auto !important;
  }

  body.home-page main#main-content > .genusskueche-section .pizza-illust img {
    width: min(30vw, 10rem) !important;
  }

  body.home-page main#main-content > .genusskueche-section .cake-illust {
    left: auto !important;
    right: clamp(2.75rem, 7vw, 5rem) !important;
    width: auto !important;
  }

  body.home-page main#main-content > .genusskueche-section .cake-illust img {
    width: min(28vw, 9rem) !important;
  }

  body.home-page #lieferservice .banana-illust {
    left: clamp(2.75rem, 7vw, 5rem) !important;
    right: auto !important;
    width: min(28vw, 9rem) !important;
    max-width: calc(100vw - 7rem) !important;
  }
}

@media (max-width: 520px) {
  body:not(.home-page) main#main-content > .split-section:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) [class*="-illust"],
  body.home-page main#main-content > .split-section [class*="-illust"] {
    max-width: min(44vw, calc(100vw - 6rem)) !important;
  }

  body.home-page #lieferservice .delivery-bg,
  body.home-page #lieferservice .peroncino-deco {
    width: min(30vw, 9rem) !important;
    max-width: calc(100vw - 6rem) !important;
  }

  body.home-page main#main-content > .genusskueche-section .pizza-illust img,
  body.home-page main#main-content > .genusskueche-section .cake-illust img,
  body.home-page #lieferservice .banana-illust {
    width: min(25vw, 7.5rem) !important;
  }
}

@media (min-width: 1101px) {
  body.home-page #glockenspiel .oliven-illust {
    right: clamp(3.25rem, 6vw, 7rem) !important;
    width: min(40vw, 46rem, calc(100vw - 8rem)) !important;
  }
}

.page-hero-title .hero-subline {
  margin: clamp(0.4rem, 0.8vw, 0.8rem) 0 0;
  color: var(--color-white);
  font-size: clamp(1.05rem, 1.4vw, 1.45rem);
  font-weight: 500;
  line-height: 1.35;
  opacity: 0.88;
}

/* Wider desktops use the calmer preview composition for the five-image block.
   The MacBook-Air rule below keeps its tighter navy transition. */
@media (min-width: 1551px) {
  body.home-page #apartments {
    background: var(--color-white) !important;
    overflow: visible !important;
  }

  body.home-page #apartments::after {
    content: none !important;
    display: none !important;
  }

  body.home-page #apartments .gw-top,
  body.home-page #apartments .photo-cluster {
    position: relative !important;
    z-index: auto !important;
  }

  body.home-page #apartments .photo-cluster {
    width: 100% !important;
    max-width: 1920px !important;
    margin: clamp(36px, 3.2vw, 52px) auto 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 0 !important;
  }

  body.home-page #apartments .row-narrow {
    width: 950px !important;
    max-width: calc(100% - 2rem) !important;
    margin-left: clamp(328px, calc((100vw - 1600px) * 0.8 + 328px), 584px) !important;
    margin-right: 0 !important;
  }

  body.home-page #apartments .row-wide {
    width: min(85.4vw, 1640px) !important;
    max-width: calc(100% - 2rem) !important;
    margin-left: min(7.35vw, 140px) !important;
    margin-right: 0 !important;
  }

  body.home-page #apartments .row-photo5 {
    width: min(79.45vw, 1525px) !important;
    max-width: calc(100% - 2rem) !important;
    margin-left: min(7.35vw, 140px) !important;
    margin-right: 0 !important;
  }

  body.home-page #apartments .row-narrow,
  body.home-page #apartments .row-wide,
  body.home-page #apartments .row-photo5 {
    margin-bottom: clamp(14px, 0.85vw, 17px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: clamp(14px, 1.1vw, 21px) !important;
  }

  body.home-page #apartments .row-photo5 {
    margin-bottom: 0 !important;
    justify-content: flex-end !important;
  }

  body.home-page #apartments .row-photo5 .beste-photo {
    width: 812px !important;
    max-width: 64% !important;
    flex: 0 0 812px !important;
  }

  body.home-page #apartments .beste-photo {
    flex: 1 1 0 !important;
  }

  body.home-page #apartments .ph350,
  body.home-page #apartments .ph450,
  body.home-page #apartments .row-photo5 .ph450 {
    height: clamp(304px, calc(56.25vh - 258px), 438px) !important;
  }

  body.home-page #apartments .row-photo5 .ph450 {
    height: clamp(347px, calc(67.5vh - 328px), 508px) !important;
  }
}

/* MacBook-Air rhythm: from compact laptop widths onward the navy delicatessen
   section begins visually behind the lower photo rows, not below the fifth image. */
@media (min-width: 1300px) and (max-width: 1550px) and (max-height: 1050px) {
  body.home-page #apartments {
    background: var(--color-white) !important;
  }

  body.home-page #apartments::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -1px !important;
    height: clamp(34rem, 45vw, 47rem) !important;
    background: var(--color-navy) !important;
    pointer-events: none !important;
    z-index: 1 !important;
  }

  body.home-page #apartments .gw-top,
  body.home-page #apartments .photo-cluster {
    position: relative !important;
  }

  body.home-page #apartments .gw-top {
    z-index: 2 !important;
  }

  body.home-page #apartments .photo-cluster {
    z-index: 3 !important;
  }

  body.home-page #apartments .row-narrow {
    width: 92.5% !important;
    max-width: 880px !important;
  }

  body.home-page #apartments .row-wide,
  body.home-page #apartments .row-photo5 {
    width: 92.5% !important;
    max-width: 1139px !important;
  }

  body.home-page #apartments .row-photo5 .beste-photo {
    width: clamp(370px, calc(277px + 30.8vw), 751px) !important;
    max-width: 100% !important;
  }

  body.home-page #apartments .ph350 {
    height: clamp(129px, calc(64px + 11.3vw), 431px) !important;
  }

  body.home-page #apartments .ph450,
  body.home-page #apartments .row-photo5 .ph450 {
    height: clamp(145px, calc(64px + 13.45vw), 431px) !important;
  }
}

/* Sliders crossfade instead of sliding across the viewport, so loop boundaries
   no longer pull the first image in from the opposite side. */
.senoner-slide-ready img.slider-enter-next,
.senoner-slide-ready img.slider-enter-prev {
  opacity: 0 !important;
  transform: translate3d(0, 0, 0) !important;
  transition: none !important;
}

.senoner-slide-ready img.slider-leave-next,
.senoner-slide-ready img.slider-leave-prev {
  opacity: 0 !important;
  transform: translate3d(0, 0, 0) !important;
}

.senoner-slide-ready img.slider-in-view {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

/* Final copy/photo surface QA: short text fragments must not float away from
   body copy, and photo compositions sit on clean white without faux shadows. */
main#main-content .text-box.light p + p {
  margin-top: clamp(.35rem, .8vw, .65rem) !important;
}

main#main-content > .split-section .photo-row-nachhaltig,
main#main-content > .split-section .photo-row-weine,
main#main-content > .split-section .photo-row-bewusst,
main#main-content > .split-section .photo-row-genusskueche,
main#main-content > .split-section .photo-row-genusskueche-3,
main#main-content > .split-section .wrap.pb-photos,
main#main-content > .split-section .s-photos,
main#main-content > .split-section picture,
main#main-content > .split-section [class^="ph-"],
main#main-content > .split-section [class*=" ph-"],
main#main-content > .split-section .ph350,
main#main-content > .split-section .ph450,
main#main-content > .split-section .beste-photo {
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

main#main-content > .split-section .s-photos::before,
main#main-content > .split-section .s-photos::after,
main#main-content > .split-section .wrap.pb-photos::before,
main#main-content > .split-section .wrap.pb-photos::after,
main#main-content > .split-section .photo-row-nachhaltig::before,
main#main-content > .split-section .photo-row-nachhaltig::after,
main#main-content > .split-section .photo-row-weine::before,
main#main-content > .split-section .photo-row-weine::after,
main#main-content > .split-section .photo-row-bewusst::before,
main#main-content > .split-section .photo-row-bewusst::after,
main#main-content > .split-section .photo-row-genusskueche::before,
main#main-content > .split-section .photo-row-genusskueche::after,
main#main-content > .split-section .photo-row-genusskueche-3::before,
main#main-content > .split-section .photo-row-genusskueche-3::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

main#main-content > .split-section .s-top.bg-white,
main#main-content > .split-section .s-photos .bg-white {
  background-color: var(--color-white) !important;
}

/* Location page: present contact, hours, and directions as a compact
   scannable list instead of a long paragraph with manual line breaks. */
.location-info-list {
  list-style: none !important;
  display: grid !important;
  gap: clamp(.85rem, 1.5vw, 1.25rem) !important;
  width: 100% !important;
  max-width: 42rem !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: left !important;
}

.location-info-list li {
  margin: 0 !important;
  padding: 0 0 clamp(.85rem, 1.5vw, 1.2rem) !important;
  border-bottom: 1px solid rgba(10, 26, 47, .14) !important;
  color: var(--color-navy) !important;
  font-size: clamp(1rem, calc(.9rem + .28vw), 1.12rem) !important;
  line-height: 1.62 !important;
}

.location-info-list li:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.location-info-list span {
  display: block !important;
  margin-bottom: .25rem !important;
  color: var(--color-red) !important;
  font-size: .72rem !important;
  font-weight: 700 !important;
  letter-spacing: .14em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
}

.location-info-list strong {
  font-weight: 700 !important;
}

.location-info-list a {
  color: inherit !important;
  text-decoration: underline !important;
  text-underline-offset: .18em !important;
}

/* Delivery CTA copy: smaller and calmer, as requested for the two contact buttons. */
.delivery-btn {
  font-weight: 400 !important;
}

.delivery-btn .db-label {
  font-size: clamp(11px, calc(9px + .3vw), 14px) !important;
  font-weight: 400 !important;
}

.delivery-btn .db-sub {
  font-size: clamp(10px, calc(8.5px + .22vw), 12px) !important;
  font-weight: 400 !important;
}

/* Mobile slider tap guard: prevent browser press highlights from painting the
   full-height invisible slider button area. Only the small arrow remains active. */
@media (hover: none), (pointer: coarse), (max-width: 768px) {
  .manual-slider-controls,
  .manual-slider-btn,
  .manual-slider-btn span,
  .hero-slider,
  .interior-slider,
  .fullscreen-slider {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
  }

  .manual-slider-btn,
  .manual-slider-btn:hover,
  .manual-slider-btn:focus,
  .manual-slider-btn:active {
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    outline: 0 !important;
  }

  .manual-slider-btn::before,
  .manual-slider-btn::after {
    content: none !important;
    display: none !important;
  }

  .manual-slider-btn span,
  .manual-slider-btn:hover span,
  .manual-slider-btn:focus span,
  .manual-slider-btn:active span {
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .manual-slider-btn:active span {
    opacity: .72 !important;
  }
}

/* Absolute final content rhythm guard. Keep this at the end: later legacy
   section overrides must not reintroduce double spacing. */
main#main-content {
  --content-rhythm-half: clamp(1.9rem, 3.2vw, 3.2rem);
  --content-rhythm-full: clamp(3.8rem, 6.4vw, 6.4rem);
  --content-copy-measure: 32rem;
}

main#main-content > .split-section > .s-top {
  padding-top: var(--content-rhythm-full) !important;
  padding-bottom: var(--content-rhythm-half) !important;
}

main#main-content > .split-section .wrap.pb-photos {
  padding-top: var(--content-rhythm-half) !important;
  padding-bottom: var(--content-rhythm-full) !important;
}

main#main-content > .split-section:has(+ .split-section) .wrap.pb-photos,
main#main-content > .split-section:has(+ .mittelpunkt) .wrap.pb-photos {
  padding-bottom: 0 !important;
}

main#main-content > .split-section:last-of-type .wrap.pb-photos {
  padding-bottom: var(--content-rhythm-full) !important;
}

main#main-content > .mittelpunkt {
  padding-top: var(--content-rhythm-full) !important;
  padding-bottom: var(--content-rhythm-full) !important;
}

@media (max-width: 900px) {
  main#main-content {
    --content-rhythm-half: clamp(1.25rem, 4.8vw, 2.2rem);
    --content-rhythm-full: clamp(2.5rem, 9.6vw, 4.4rem);
  }
}

/* Final home intro handoff: keep the delicatessen text readable while the
   photo collage transitions from compact laptop to full desktop sizes. */
@media (min-width: 1300px) {
  body.home-page #apartments {
    position: relative !important;
    background: var(--color-white) !important;
    overflow: visible !important;
    isolation: auto !important;
    z-index: auto !important;
  }

  body.home-page #apartments::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -1px !important;
    height: clamp(42rem, 47vw, 56rem) !important;
    background: var(--color-navy) !important;
    pointer-events: none !important;
    z-index: 1 !important;
  }

  body.home-page #apartments .gw-top {
    position: relative !important;
    z-index: 2 !important;
  }

  body.home-page #apartments .photo-cluster {
    position: relative !important;
    z-index: 6 !important;
  }

  body.home-page #glockenspiel {
    position: relative !important;
    z-index: 4 !important;
    margin-top: clamp(-20.5rem, -17vw, -14rem) !important;
    padding-top: clamp(4.25rem, 6.2vw, 7rem) !important;
    overflow: visible !important;
  }

  body.home-page #glockenspiel .beste-inner {
    position: relative !important;
    z-index: 5 !important;
  }

  body.home-page #glockenspiel .h1 {
    font-size: var(--fs-hero) !important;
    line-height: 1.1 !important;
  }
}

@media (min-width: 1300px) and (max-width: 1550px) {
  body.home-page #apartments .row-photo5 .beste-photo {
    width: clamp(296px, calc(222px + 24.64vw), 601px) !important;
    flex-basis: clamp(296px, calc(222px + 24.64vw), 601px) !important;
    max-width: 80% !important;
  }

  body.home-page #apartments .row-photo5 .ph450 {
    height: clamp(129px, calc(64px + 11.3vw), 431px) !important;
  }
}

@media (min-width: 1551px) and (max-width: 1919px) {
  body.home-page #apartments .row-narrow {
    width: clamp(880px, calc(880px + (100vw - 1550px) * 0.19), 950px) !important;
    max-width: calc(100% - 2rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home-page #apartments .row-wide {
    width: clamp(1139px, calc(1139px + (100vw - 1550px) * 1.35), 1640px) !important;
    max-width: calc(100% - 2rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.home-page #apartments .row-photo5 {
    width: clamp(1139px, calc(1139px + (100vw - 1550px) * 1.05), 1525px) !important;
    max-width: calc(100% - 2rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: flex-end !important;
  }

  body.home-page #apartments .row-photo5 .beste-photo {
    width: clamp(601px, calc(601px + (100vw - 1550px) * 0.132), 650px) !important;
    flex-basis: clamp(601px, calc(601px + (100vw - 1550px) * 0.132), 650px) !important;
    max-width: 64% !important;
  }

  body.home-page #apartments .ph350 {
    height: clamp(239px, calc(239px + (100vw - 1550px) * 0.3), 349px) !important;
  }

  body.home-page #apartments .ph450,
  body.home-page #apartments .row-photo5 .ph450 {
    height: clamp(239px, calc(239px + (100vw - 1550px) * 0.3), 349px) !important;
  }
}

@media (min-width: 1551px) and (max-width: 1700px) {
  body.home-page #glockenspiel .beste-inner .col-center {
    max-width: min(39vw, 42rem) !important;
  }
}

@media (min-width: 1920px) {
  body.home-page #apartments .row-photo5 .beste-photo {
    width: 650px !important;
    flex-basis: 650px !important;
    max-width: 64% !important;
  }

  body.home-page #apartments .row-photo5 .ph450 {
    height: clamp(304px, calc(56.25vh - 258px), 438px) !important;
  }
}

/* Text copy uses one standard measure across subpages. Multi-paragraph copy
   stacks vertically and keeps the same readable width as the ordinary sections. */
main#main-content > .split-section .s-top .row-center.stacked-copy,
main#main-content > .split-section .row-center:has(> .text-body-split + .text-body-split),
main#main-content > .mittelpunkt .row-center:has(> .text-body-split + .text-body-split) {
  display: block !important;
  max-width: min(100%, var(--content-copy-measure)) !important;
}

main#main-content > .split-section .s-top .row-center > .text-body-split,
main#main-content > .mittelpunkt .row-center > .text-body-split,
main#main-content > .split-section .s-top .row-center.stacked-copy > .text-body-split,
main#main-content > .split-section .row-center:has(> .text-body-split + .text-body-split) > .text-body-split,
main#main-content > .mittelpunkt .row-center:has(> .text-body-split + .text-body-split) > .text-body-split {
  display: block !important;
  max-width: min(100%, var(--content-copy-measure)) !important;
}

main#main-content > .split-section .s-top .row-center.stacked-copy > .text-body-split + .text-body-split,
main#main-content > .split-section .row-center:has(> .text-body-split + .text-body-split) > .text-body-split + .text-body-split,
main#main-content > .mittelpunkt .row-center:has(> .text-body-split + .text-body-split) > .text-body-split + .text-body-split {
  margin-top: clamp(1rem, 1.8vw, 1.45rem) !important;
}

/* Production slider guard: slider images must fill their frame without the
   legacy vertical parallax offset exposing navy section backgrounds. */
.hero-slider,
.interior-slider,
.fullscreen-slider,
.fullscreen-photo,
.fullscreen-slider-section {
  overflow: hidden !important;
  background: var(--color-navy) !important;
}

.hero-slider > picture,
.interior-slider > picture,
.fullscreen-slider > picture {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
}

#home > img,
.hero-slider img,
.interior-slider img,
.fullscreen-slider img,
.fullscreen-photo img {
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  transform: translate3d(0, 0, 0) !important;
  translate: none !important;
}

.senoner-slide-ready img.slider-enter-next,
.senoner-slide-ready img.slider-enter-prev,
.senoner-slide-ready img.slider-leave-next,
.senoner-slide-ready img.slider-leave-prev,
.senoner-slide-ready img.slider-in-view {
  transform: translate3d(0, 0, 0) !important;
  translate: none !important;
}

.slider-dots,
.interior-dots {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Home conscious section: the apple is a quiet background sketch, not a large
   section graphic. Keep this scoped so subpage icon safety rules stay intact. */
body.home-page main#main-content > .bewusst-section .lemon-illust {
  left: clamp(3rem, 14vw, 11rem) !important;
  right: auto !important;
  width: clamp(14rem, 22vw, 22rem) !important;
  max-width: min(28vw, 22rem) !important;
  transform: translateY(-50%) rotate(14deg) !important;
}

body.home-page main#main-content > .bewusst-section .lemon-illust img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 1100px) {
  body.home-page main#main-content > .bewusst-section .lemon-illust {
    left: clamp(1.75rem, 5vw, 3.25rem) !important;
    right: auto !important;
    width: clamp(8rem, 21vw, 13rem) !important;
    max-width: min(25vw, 13rem) !important;
  }
}

@media (max-width: 520px) {
body.home-page main#main-content > .bewusst-section .lemon-illust {
    left: 1.25rem !important;
    width: min(30vw, 7.75rem) !important;
    max-width: min(30vw, 7.75rem) !important;
  }
}

/* Glockenspiel subpage hero: the animated carillon is a portrait asset and
   must not be stretched to cover the wide header frame. */
.glockenspiel-page .glockenspiel-hero .hero-slider {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

.glockenspiel-page .glockenspiel-hero .hero-slider > img,
.glockenspiel-page .glockenspiel-hero .hero-slider img.glockenspiel-scroll-zoom {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: clamp(34rem, 56vw, 50rem) !important;
  height: auto !important;
  max-width: min(76vw, 50rem) !important;
  max-height: none !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center top !important;
  margin: clamp(1.5rem, 4vh, 3rem) auto 0 !important;
  scale: var(--glockenspiel-zoom, 1) !important;
  transform: none !important;
  transform-origin: center top !important;
  translate: none !important;
}

@media (max-width: 640px) {
  .glockenspiel-page .glockenspiel-hero .hero-slider > img,
  .glockenspiel-page .glockenspiel-hero .hero-slider img.glockenspiel-scroll-zoom {
    width: min(78vw, 19rem) !important;
    height: auto !important;
    max-width: min(78vw, 19rem) !important;
    max-height: none !important;
    margin-top: clamp(1rem, 4vh, 2.25rem) !important;
  }
}

/* =====================================================================
   STORY-KACHELN: Desktop-Hover-Zoom-In (zusätzlich zum Ambient-Zoom)
   2026-06-15 — alle 6 Kacheln einheitlich, inkl. Glockenspiel.
   Die Ambient-Animation nutzt die CSS-Property `scale`; der Hover nutzt
   `transform: scale()`. Beide komponieren multiplikativ, daher addiert
   sich der Hover-Zoom sauber auf den laufenden Ambient-Zoom auf.
   Nur Desktop mit echtem Hover; Touch-Geräte bleiben unberührt.
   ===================================================================== */
@media (hover: hover) and (min-width: 1024px) {
  #geschichte .story-carousel .photo-card-img img {
    transition: transform .55s cubic-bezier(.2, .72, .22, 1);
  }

  #geschichte .story-carousel .photo-card:hover .photo-card-img img,
  #geschichte .story-carousel .photo-card:focus-visible .photo-card-img img {
    transform: scale(1.07);
  }
}
