/* Zusätzliche Optimierungen für iPhone und kleine Smartphones. */
.lunch-download { display: flex; align-items: center; gap: 14px; margin: 30px 0 0; }
.lunch-download small { font: 400 10px DM Mono, monospace; text-transform: uppercase; letter-spacing: .04em; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.reservation-form select { width: 100%; min-height: 44px; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); font: 400 16px Manrope, sans-serif; padding: 10px 0; outline: none; }
.reservation-form select:focus { border-bottom-width: 2px; }
.menu-section-full { display: block; }
.menu-section-full .menu-copy { max-width: 560px; }
.menu-downloads { display: flex; flex-wrap: wrap; gap: 12px; }
.menu-pages { display: grid; gap: 28px; margin-top: 56px; }
.menu-pages img { display: block; width: 100%; height: auto; border: 1px solid var(--line); box-shadow: 10px 10px 0 rgba(23, 35, 29, .08); background: #fff; }
.food-photo.food-photo-full { width: min(65%, 880px); height: auto; margin-left: auto; margin-right: auto; overflow: visible; }
.food-photo.food-photo-full img { height: auto; object-fit: contain; object-position: center; }

@media (max-width:700px) { .food-photo.food-photo-full { width: 82%; } }

@keyframes nav-link-drop { 0% { transform: translateY(0); } 65% { transform: translateY(9px); } 100% { transform: translateY(4px); } }
.nav a.nav-link-dropping { animation: nav-link-drop .24s cubic-bezier(.2,.8,.2,1) both; }
@media (prefers-reduced-motion: reduce) { .nav a.nav-link-dropping { animation: none; } }

@media (max-width: 700px) {
  html { -webkit-text-size-adjust: 100%; }

  body { font-size: 15px; }

  .site-header {
    height: 64px;
    padding: 10px 5.5vw;
    position: sticky;
    top: 0;
    background: var(--cream);
    z-index: 50;
  }

  .brand-header { gap: 8px; }
  .brand-header img { width: 40px; height: 40px; }
  .brand { font-size: 20px; }

  .menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
  }

  .menu-toggle span { width: 24px; margin: 4px; }

  .nav {
    top: 63px;
    padding: 18px 5.5vw 24px;
    gap: 3px;
    box-shadow: 0 10px 18px rgba(23, 35, 29, .12);
  }

  .nav a {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    font-size: 12px;
  }

  .nav .nav-cta {
    justify-content: space-between;
    margin-top: 8px;
    padding: 13px 15px;
  }

  .hero, .food-hero, .lunch-hero, .gift-hero, .legal-hero {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }

  .hero { padding-top: 52px; }
  .hero h1, .food-hero h1, .gift-hero h1, .legal-hero h1 { font-size: clamp(46px, 14vw, 61px); }
  .lunch-hero h1 { font-size: clamp(48px, 14vw, 64px); }
  .intro, .food-hero-grid > p, .lunch-hero > div > p, .gift-intro { font-size: 16px; }

  .hero-image-wrap { height: min(112vw, 430px); margin-top: 38px; }
  .image-note { width: 88px; height: 88px; right: -5px; bottom: 18px; font-size: 10px; }
  .hero-actions { gap: 15px; }
  .button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; }

  .about, .buffet, .food-categories, .lunch-menu, .gift-options,
  .reservation, .prepayment, .legal-section { padding-left: 5.5vw; padding-right: 5.5vw; }

  .feature-image, .about-photo, .food-photo { height: min(105vw, 400px); }
  .feature { min-height: 260px; padding: 28px 5.5vw; }
  .feature h3 { margin-top: 42px; }

  .cta-band, .food-cta, .lunch-cta, .gift-cta { padding-left: 5.5vw; padding-right: 5.5vw; }
  .cta-band { gap: 20px; }
  .cta-band p, .food-cta p, .gift-cta p { font-size: clamp(42px, 13vw, 52px); }

  .price-list article { padding: 18px 0; }
  .price-top { font-size: 18px; }
  .price-top span:last-child { font-size: 14px; }

  .menu-section { padding-left: 5.5vw; padding-right: 5.5vw; }
  .menu-preview { width: min(100%, 340px); margin-left: auto; margin-right: auto; }
  .menu-pages { gap: 18px; margin-top: 34px; }
  .menu-pages img { box-shadow: 5px 5px 0 rgba(23, 35, 29, .08); }
  .menu-downloads { display: grid; grid-template-columns: 1fr; }
  .menu-downloads .button { width: 100%; }

  .reservation-heading > p:not(.eyebrow), .prepayment-copy > p:not(.eyebrow) { margin-bottom: 34px; }
  .reservation-form, .prepayment-form { gap: 16px; }
  .form-split { gap: 14px; }
  .time-help { grid-column: auto; }
  .reservation-form input, .reservation-form textarea, .prepayment-form input, .prepayment-form select { min-height: 44px; }
  .reservation-form .button, .prepayment-form .button { width: 100%; justify-self: stretch; }

  .lunch-note { padding-left: 5.5vw; padding-right: 5.5vw; }
  .lunch-download { display: grid; justify-items: start; gap: 10px; margin-top: 24px; }
  .lunch-download .button { width: 100%; }
  .lunch-list article { grid-template-columns: 30px 62px 1fr; gap: 9px; }
  .lunch-list article > img { width: 62px; height: 62px; }
  .lunch-list h3 { font-size: 17px; }
  .lunch-list p { font-size: 12px; }
  .lunch-list b { font-size: 13px; }

  .gift-grid { gap: 10px; }
  .gift-card { min-height: 205px; }
  .gift-card strong { font-size: 37px; margin-top: 35px; }

  .legal-nav { padding-left: 5.5vw; padding-right: 5.5vw; gap: 22px; }
  .legal-nav a { min-height: 34px; display: inline-flex; align-items: center; white-space: nowrap; }

  .cookie-notice { padding: 18px; box-shadow: 5px 5px 0 var(--orange); }
  .cookie-notice button { min-height: 44px; }
}


@media (max-width: 390px) {
  .hero h1, .food-hero h1, .gift-hero h1, .legal-hero h1 { font-size: 46px; }
  .lunch-hero h1 { font-size: 48px; }
  .about h2, .buffet h2, .menu-section h2, .lunch-menu h2, .reservation-heading h2, .prepayment h2 { font-size: 47px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-self: start; }
  .round-link { width: 66px; height: 66px; }
  .gift-card { min-height: 190px; padding: 14px; }
  .gift-card strong { font-size: 33px; }
  .lunch-list article { grid-template-columns: 26px 54px 1fr; gap: 7px; }
  .lunch-list article > img { width: 54px; height: 54px; }
}
