/*!
Theme Name:   Dino's Child
Theme URI:    https://dinos-nuernberg.de
Description:  Child Theme für Dino's BBQ & Wirtshaus auf Basis von Divi 5. Editorial-Layout, BBQ-/Wirtshaus-Branding, Reveal-Animationen, Sticky-Mobile-Bar.
Author:       Dino's Nürnberg
Author URI:   https://dinos-nuernberg.de
Template:     Divi
Version:      1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  dinos-child
Tags:         restaurant, bbq, wirtshaus, editorial, nuernberg
*/

/* =========================================================
   Imported from master index.html — keep in sync via:
   /Users/Uli/Documents/New project/landing/index.html
   ========================================================= */

/* =========================================================
         Dino's BBQ & Wirtshaus — Editorial v3
         ========================================================= */

      :root {
        --ink: #11100d;
        --ink-soft: rgba(17, 16, 13, 0.72);
        --ink-mute: rgba(17, 16, 13, 0.52);
        --paper: #efe9de;
        --paper-warm: #f4ede0;
        --cream: #fffaf1;
        --espresso: #2a1812;
        --espresso-deep: #1a0e09;
        --smoke-red: #8a3d2b;
        --terracotta: #b65f3b;
        --olive: #5f6f4a;
        --oak: #a87952;
        --brass: #b08a4a;
        --hairline: rgba(17, 16, 13, 0.16);
        --hairline-light: rgba(255, 250, 241, 0.18);

        --display: "Fraunces", "Times New Roman", serif;
        --sans: "Inter", -apple-system, "Segoe UI", sans-serif;
        --mono: "JetBrains Mono", ui-monospace, Menlo, monospace;

        --w: min(100% - 40px, 1320px);
        --w-narrow: min(100% - 40px, 980px);
      }

      * { box-sizing: border-box; }
      a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--terracotta); outline-offset: 4px; border-radius: 2px; }
      iframe:focus, iframe:focus-visible, .dinos-find-map:focus, .dinos-find-map *:focus, .dinos-find-map *:focus-visible { outline: none !important; }

      html {
        scroll-behavior: smooth;
        -webkit-text-size-adjust: 100%;
      }

      body {
        margin: 0;
        font-family: var(--sans);
        font-size: 17px;
        line-height: 1.6;
        color: var(--ink);
        background: var(--paper);
        background-image:
          radial-gradient(at 0% 0%, rgba(168, 121, 82, 0.08) 0, transparent 50%),
          radial-gradient(at 100% 0%, rgba(95, 111, 74, 0.06) 0, transparent 40%);
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        overflow-x: hidden;
      }

      /* Subtle paper noise */
      body::before {
        content: "";
        position: fixed;
        inset: 0;
        pointer-events: none;
        z-index: 1;
        opacity: 0.32;
        mix-blend-mode: multiply;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.07 0 0 0 0 0.06 0 0 0 0 0.05 0 0 0 0.16 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
      }

      img { display: block; max-width: 100%; }
      a { color: inherit; text-decoration: none; }
      h1, h2, h3, h4, p { margin: 0; }
      button, input, select, textarea { font: inherit; color: inherit; }

      /* =========================================================
         TYPE
         ========================================================= */
      .display {
        font-family: var(--display);
        font-weight: 400;
        line-height: 0.92;
        letter-spacing: -0.02em;
        font-variation-settings: "opsz" 144, "SOFT" 100;
      }
      .display em { font-style: italic; font-variation-settings: "opsz" 144, "SOFT" 50; }

      .eyebrow {
        font-family: var(--mono);
        font-size: 0.74rem;
        font-weight: 600;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: var(--smoke-red);
      }
      .eyebrow.light { color: var(--terracotta); }
      .eyebrow.cream { color: rgba(244, 217, 180, 0.86); }

      .lead {
        font-family: var(--display);
        font-weight: 400;
        font-style: italic;
        font-size: clamp(1.2rem, 2vw, 1.55rem);
        line-height: 1.45;
        letter-spacing: -0.01em;
        color: var(--ink-soft);
        max-width: 36ch;
      }
      .dark .lead { color: rgba(255, 250, 241, 0.78); }

      .body p { color: var(--ink-soft); }
      .dark .body p { color: rgba(255, 250, 241, 0.78); }

      /* =========================================================
         UTILITY BAR
         ========================================================= */
      .utility {
        position: relative;
        z-index: 30;
        background: var(--ink);
        color: rgba(255, 250, 241, 0.86);
        font-family: var(--mono);
        font-size: 0.72rem;
        letter-spacing: 0.08em;
      }
      .utility-inner {
        width: var(--w);
        margin: 0 auto;
        padding: 9px 0;
        display: flex;
        justify-content: space-between;
        gap: 16px;
        text-transform: uppercase;
      }
      .utility .live {
        display: inline-flex;
        align-items: center;
        gap: 8px;
      }
      .utility .live::before {
        content: "";
        width: 7px; height: 7px;
        border-radius: 50%;
        background: #b6d987;
        box-shadow: 0 0 0 4px rgba(182, 217, 135, 0.25);
        animation: pulse 2.4s ease-in-out infinite;
      }
      @keyframes pulse {
        0%, 100% { box-shadow: 0 0 0 4px rgba(182, 217, 135, 0.25); }
        50% { box-shadow: 0 0 0 7px rgba(182, 217, 135, 0.05); }
      }

      /* =========================================================
         NAV
         ========================================================= */
      .nav {
        position: sticky;
        top: 0;
        z-index: 25;
        background: rgba(239, 233, 222, 0.78);
        backdrop-filter: saturate(160%) blur(14px);
        -webkit-backdrop-filter: saturate(160%) blur(14px);
        border-bottom: 1px solid var(--hairline);
      }
      .nav-inner {
        width: var(--w);
        margin: 0 auto;
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 28px;
        padding: 16px 0;
      }
      .brand {
        display: inline-flex;
        align-items: center;
        gap: 14px;
      }
      .brand-mark {
        width: 60px;
        height: 38px;
        padding: 5px 7px;
        border-radius: 4px;
        background: var(--cream);
        border: 1px solid var(--hairline);
        object-fit: contain;
      }
      .brand-name {
        font-family: var(--display);
        font-size: 1.32rem;
        font-weight: 500;
        letter-spacing: -0.01em;
      }
      .brand-name span {
        display: block;
        font-family: var(--mono);
        font-size: 0.66rem;
        font-weight: 500;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: var(--ink-mute);
        margin-top: 2px;
      }
      .nav-links {
        display: flex;
        justify-content: center;
        gap: 4px;
        font-family: var(--mono);
        font-size: 0.78rem;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }
      .nav-links a {
        position: relative;
        padding: 8px 14px;
        color: var(--ink-soft);
        border-radius: 999px;
        transition: color 0.2s, background 0.2s;
      }
      .nav-links a:hover { color: var(--ink); background: rgba(17, 16, 13, 0.05); }
      .nav-actions {
        display: inline-flex;
        align-items: center;
        gap: 10px;
      }

      /* =========================================================
         BUTTONS
         ========================================================= */
      .btn {
        --bg: var(--ink);
        --fg: var(--cream);
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 48px;
        padding: 0 22px;
        background: var(--bg);
        color: var(--fg);
        border: 1px solid var(--bg);
        border-radius: 999px;
        font-weight: 700;
        font-size: 0.94rem;
        letter-spacing: 0.01em;
        cursor: pointer;
        transition: transform 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s;
        overflow: hidden;
      }
      .btn:hover { transform: translateY(-1px); box-shadow: 0 14px 30px rgba(17, 16, 13, 0.18); }
      .btn .arrow {
        width: 22px; height: 1px;
        background: currentColor;
        position: relative;
        transition: width 0.3s;
      }
      .btn .arrow::after {
        content: "";
        position: absolute;
        right: 0; top: 50%;
        width: 8px; height: 8px;
        border-top: 1px solid currentColor;
        border-right: 1px solid currentColor;
        transform: translateY(-50%) rotate(45deg);
      }
      .btn:hover .arrow { width: 30px; }

      .btn.fire { --bg: var(--smoke-red); --fg: var(--cream); }
      .btn.cream { --bg: var(--cream); --fg: var(--ink); }
      .btn.outline {
        --bg: transparent; --fg: var(--ink);
        border-color: var(--ink);
      }
      .btn.outline-light {
        --bg: transparent; --fg: var(--cream);
        border-color: rgba(255, 250, 241, 0.5);
      }
      .btn.ghost {
        --bg: rgba(255, 250, 241, 0.08);
        --fg: var(--cream);
        border-color: rgba(255, 250, 241, 0.25);
      }
      .btn.small { min-height: 40px; padding: 0 16px; font-size: 0.86rem; }

      .link-arrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-family: var(--mono);
        font-size: 0.78rem;
        font-weight: 600;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        padding-bottom: 4px;
        border-bottom: 1px solid currentColor;
        transition: gap 0.2s;
      }
      .link-arrow:hover { gap: 16px; }

      /* =========================================================
         HERO — editorial asymmetric
         ========================================================= */
      .hero {
        position: relative;
        background: var(--paper);
        padding: 0 0 0;
        overflow: hidden;
      }
      .hero-grid {
        width: var(--w);
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        gap: 50px;
        align-items: end;
        padding: 80px 0 40px;
        min-height: 86vh;
      }
      .hero-text {
        position: relative;
        z-index: 2;
      }
      .hero-text .eyebrow { display: inline-block; margin-bottom: 36px; }
      .hero-h {
        font-family: var(--display);
        font-weight: 350;
        font-size: clamp(3.8rem, 11vw, 11rem);
        line-height: 0.84;
        letter-spacing: -0.045em;
        font-variation-settings: "opsz" 144, "SOFT" 30;
      }
      .hero-h em {
        font-style: italic;
        color: var(--smoke-red);
        font-weight: 400;
      }
      .hero-h .stroke {
        -webkit-text-stroke: 1.5px var(--ink);
        color: transparent;
        font-style: italic;
      }
      .hero-sub {
        max-width: 38ch;
        margin-top: 36px;
        font-size: 1.1rem;
        color: var(--ink-soft);
      }
      .hero-actions {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        align-items: center;
      }
      .hero-meta {
        margin-top: 56px;
        display: flex;
        flex-wrap: wrap;
        gap: 32px 48px;
        font-family: var(--mono);
        font-size: 0.74rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--ink-mute);
        padding-top: 24px;
        border-top: 1px solid var(--hairline);
      }
      .hero-meta b {
        display: block;
        font-family: var(--display);
        font-weight: 500;
        font-style: italic;
        font-size: 1.6rem;
        line-height: 1;
        letter-spacing: -0.01em;
        text-transform: none;
        color: var(--ink);
        margin-bottom: 4px;
      }

      .hero-photo {
        position: relative;
        aspect-ratio: 4/5;
        border-radius: 4px;
        overflow: hidden;
        background: var(--ink);
        box-shadow:
          0 30px 60px rgba(58, 36, 28, 0.25),
          0 1px 0 rgba(17, 16, 13, 0.05);
      }
      .hero-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        animation: kenBurns 22s ease-out infinite alternate;
      }
      @keyframes kenBurns {
        from { transform: scale(1.04) translate(0, 0); }
        to { transform: scale(1.14) translate(-2%, -3%); }
      }
      .hero-photo .caption {
        position: absolute;
        left: 22px; bottom: 22px;
        right: 22px;
        font-family: var(--mono);
        font-size: 0.7rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: rgba(255, 250, 241, 0.86);
        display: flex;
        justify-content: space-between;
        gap: 12px;
      }
      .hero-photo .caption::before {
        content: "";
        position: absolute;
        left: 0; right: 0; bottom: -22px;
        top: -22px;
        background: linear-gradient(0deg, rgba(17, 16, 13, 0.72), transparent);
        z-index: -1;
      }

      .hero-side {
        position: absolute;
        top: 50%;
        left: 14px;
        transform: translateY(-50%) rotate(-90deg);
        transform-origin: left center;
        font-family: var(--mono);
        font-size: 0.68rem;
        letter-spacing: 0.32em;
        text-transform: uppercase;
        color: var(--ink-mute);
        z-index: 5;
      }
      .hero-side::after {
        content: "";
        display: inline-block;
        width: 60px;
        height: 1px;
        background: currentColor;
        vertical-align: middle;
        margin-left: 16px;
      }

      /* =========================================================
         MARQUEE
         ========================================================= */
      .marquee {
        background: var(--ink);
        color: var(--cream);
        overflow: hidden;
        border-block: 1px solid var(--ink);
      }
      .marquee-track {
        display: flex;
        gap: 60px;
        padding: 24px 0;
        white-space: nowrap;
        font-family: var(--display);
        font-style: italic;
        font-weight: 400;
        font-size: clamp(2rem, 5vw, 4.2rem);
        letter-spacing: -0.02em;
        animation: scroll 38s linear infinite;
      }
      .marquee-track span {
        display: inline-flex;
        align-items: center;
        gap: 60px;
      }
      .marquee-track span::after {
        content: "✦";
        font-style: normal;
        font-size: 0.5em;
        color: var(--terracotta);
      }
      @keyframes scroll {
        from { transform: translateX(0); }
        to { transform: translateX(-50%); }
      }

      /* =========================================================
         SECTIONS GENERAL
         ========================================================= */
      section { position: relative; z-index: 2; }
      .sec {
        padding: 140px 0;
      }
      .sec.dark { background: var(--ink); color: var(--cream); }
      .sec.espresso {
        background: var(--espresso);
        color: var(--cream);
        background-image:
          radial-gradient(at 20% 0%, rgba(182, 95, 59, 0.18) 0, transparent 40%),
          radial-gradient(at 100% 100%, rgba(95, 111, 74, 0.16) 0, transparent 50%);
      }
      .sec.cream { background: var(--cream); }

      .container { width: var(--w); margin: 0 auto; }
      .narrow { width: var(--w-narrow); margin: 0 auto; }

      /* Section label (numbered) */
      .sec-label {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 26px;
        align-items: center;
        margin-bottom: 56px;
      }
      .sec-label .num {
        font-family: var(--mono);
        font-size: 0.74rem;
        font-weight: 600;
        letter-spacing: 0.18em;
        color: var(--smoke-red);
      }
      .dark .sec-label .num, .espresso .sec-label .num { color: #f4d9b4; }
      .sec-label .rule {
        height: 1px;
        background: var(--hairline);
      }
      .dark .sec-label .rule, .espresso .sec-label .rule { background: var(--hairline-light); }

      /* =========================================================
         MANIFEST / STATEMENT
         ========================================================= */
      .manifest {
        padding: 180px 0 160px;
        background: var(--paper-warm);
      }
      .manifest-text {
        font-family: var(--display);
        font-weight: 350;
        font-size: clamp(2.2rem, 5.6vw, 5.6rem);
        line-height: 1.04;
        letter-spacing: -0.025em;
        max-width: 18ch;
      }
      .manifest-text em {
        font-style: italic;
        color: var(--smoke-red);
      }
      .manifest-text .strike {
        text-decoration: line-through;
        text-decoration-thickness: 2px;
        color: var(--ink-mute);
      }
      .manifest-grid {
        margin-top: 100px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 4px;
        border-top: 1px solid var(--hairline);
        border-bottom: 1px solid var(--hairline);
      }
      .manifest-cell {
        padding: 36px 24px;
        border-right: 1px solid var(--hairline);
      }
      .manifest-cell:last-child { border-right: none; }
      .manifest-cell .num {
        font-family: var(--mono);
        font-size: 0.74rem;
        letter-spacing: 0.18em;
        color: var(--ink-mute);
      }
      .manifest-cell h3 {
        font-family: var(--display);
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 1.15;
        margin: 18px 0 10px;
      }
      .manifest-cell p {
        color: var(--ink-soft);
        font-size: 0.96rem;
      }

      /* =========================================================
         SMOKER STORY
         ========================================================= */
      .smoker {
        position: relative;
        overflow: hidden;
      }
      .smoker-grid {
        display: grid;
        grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
        gap: 80px;
        align-items: end;
      }
      .smoker-photo {
        position: relative;
        aspect-ratio: 3/4;
        overflow: hidden;
        border-radius: 4px;
      }
      .smoker-photo img {
        width: 100%; height: 100%;
        object-fit: cover;
        filter: contrast(1.04) saturate(1.05);
      }
      .smoker-photo::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, transparent 60%, rgba(17, 16, 13, 0.45));
      }
      .smoker-copy {
        padding-bottom: 30px;
      }
      .smoker-h {
        font-family: var(--display);
        font-weight: 400;
        font-size: clamp(2.6rem, 6vw, 5.5rem);
        line-height: 0.98;
        letter-spacing: -0.025em;
        margin-bottom: 32px;
      }
      .smoker-h em { font-style: italic; color: #f4d9b4; font-weight: 400; }
      .smoker-copy p {
        font-size: 1.08rem;
        max-width: 48ch;
        margin-bottom: 14px;
        color: rgba(255, 250, 241, 0.84);
      }
      .smoker-data {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        border-top: 1px solid var(--hairline-light);
      }
      .smoker-data > div {
        padding: 26px 22px 0 0;
        border-right: 1px solid var(--hairline-light);
      }
      .smoker-data > div:last-child { border-right: none; }
      .smoker-data b {
        font-family: var(--display);
        font-style: italic;
        font-weight: 500;
        font-size: 2.6rem;
        line-height: 1;
        letter-spacing: -0.02em;
        color: var(--cream);
        display: block;
        margin-bottom: 10px;
      }
      .smoker-data span {
        font-family: var(--mono);
        font-size: 0.74rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: rgba(255, 250, 241, 0.66);
      }

      /* =========================================================
         MENU — editorial newspaper style
         ========================================================= */
      .menu-section {
        background: var(--paper-warm);
      }
      .menu-head {
        display: grid;
        grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
        gap: 60px;
        align-items: end;
        margin-bottom: 80px;
      }
      .menu-h {
        font-family: var(--display);
        font-weight: 400;
        font-size: clamp(2.8rem, 6vw, 6rem);
        line-height: 0.96;
        letter-spacing: -0.025em;
      }
      .menu-h em { font-style: italic; color: var(--smoke-red); }

      .menu-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-bottom: 60px;
        padding: 8px;
        border: 1px solid var(--hairline);
        border-radius: 999px;
        background: rgba(255, 250, 241, 0.5);
        width: max-content;
        max-width: 100%;
      }
      .menu-tab {
        font-family: var(--mono);
        font-size: 0.76rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        padding: 10px 18px;
        background: transparent;
        border: none;
        color: var(--ink-soft);
        border-radius: 999px;
        cursor: pointer;
        transition: background 0.2s, color 0.2s;
      }
      .menu-tab:hover { color: var(--ink); }
      .menu-tab.active {
        background: var(--ink);
        color: var(--cream);
      }

      .menu-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 80px;
      }
      .menu-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: baseline;
        gap: 14px;
        padding: 26px 0;
        border-bottom: 1px solid var(--hairline);
        transition: padding 0.2s;
      }
      .menu-row:hover { padding-left: 8px; }
      .menu-row[hidden] { display: none; }
      .menu-row .name {
        display: flex;
        align-items: baseline;
        gap: 14px;
        flex-wrap: wrap;
      }
      .menu-row h3 {
        font-family: var(--display);
        font-weight: 500;
        font-size: 1.5rem;
        letter-spacing: -0.01em;
        line-height: 1.1;
      }
      .menu-row .pill {
        font-family: var(--mono);
        font-size: 0.62rem;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        padding: 3px 8px;
        border-radius: 999px;
        background: rgba(95, 111, 74, 0.14);
        color: var(--olive);
      }
      .menu-row .pill.spicy { background: rgba(138, 61, 43, 0.14); color: var(--smoke-red); }
      .menu-row .pill.new { background: rgba(176, 138, 74, 0.18); color: #8a6826; }
      .menu-row p {
        margin-top: 6px;
        font-size: 0.96rem;
        color: var(--ink-soft);
        max-width: 50ch;
      }
      .menu-row .price {
        font-family: var(--display);
        font-style: italic;
        font-weight: 500;
        font-size: 1.4rem;
        color: var(--smoke-red);
        white-space: nowrap;
        letter-spacing: -0.01em;
      }

      .menu-bottom {
        margin-top: 80px;
        padding: 36px 40px;
        border: 1px solid var(--hairline);
        border-radius: 4px;
        background: var(--cream);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 24px;
        justify-content: space-between;
      }
      .menu-bottom strong {
        font-family: var(--display);
        font-weight: 500;
        font-size: 1.4rem;
      }
      .menu-bottom span {
        display: block;
        margin-top: 4px;
        color: var(--ink-soft);
        font-size: 0.96rem;
      }

      /* =========================================================
         SUNDAY — bold red statement
         ========================================================= */
      .sunday {
        background: var(--smoke-red);
        color: var(--cream);
        position: relative;
        overflow: hidden;
        padding: 160px 0;
      }
      .sunday::before {
        content: "";
        position: absolute;
        right: -10%;
        top: 50%;
        width: 70%;
        aspect-ratio: 1;
        transform: translateY(-50%);
        background: url("https://images.unsplash.com/photo-1623174479658-79fb603acf60?auto=format&fit=crop&w=1400&q=82") center/cover;
        opacity: 0.32;
        mix-blend-mode: luminosity;
        filter: contrast(1.1);
        border-radius: 50%;
      }
      .sunday-content {
        position: relative;
        z-index: 2;
        max-width: 720px;
      }
      .sunday-h {
        font-family: var(--display);
        font-weight: 350;
        font-size: clamp(3rem, 7vw, 6.6rem);
        line-height: 0.94;
        letter-spacing: -0.03em;
        margin: 28px 0 30px;
      }
      .sunday-h em {
        font-style: italic;
        color: #f4d9b4;
      }
      .sunday p {
        font-size: 1.15rem;
        max-width: 560px;
        color: rgba(255, 250, 241, 0.9);
      }
      .sunday-actions {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        margin-top: 40px;
      }
      .sunday-price {
        position: absolute;
        right: 8%;
        top: 50%;
        transform: translateY(-50%) rotate(-6deg);
        font-family: var(--display);
        font-style: italic;
        font-weight: 400;
        font-size: clamp(4rem, 11vw, 11rem);
        line-height: 1;
        color: rgba(255, 250, 241, 0.94);
        z-index: 3;
        letter-spacing: -0.04em;
      }
      .sunday-price small {
        display: block;
        font-family: var(--mono);
        font-style: normal;
        font-size: 0.78rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        margin-top: 12px;
        color: rgba(255, 250, 241, 0.7);
      }

      /* =========================================================
         CATERING
         ========================================================= */
      .catering-layout {
        display: grid;
        grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
        gap: 90px;
        align-items: start;
      }
      .catering-h {
        font-family: var(--display);
        font-weight: 400;
        font-size: clamp(2.4rem, 5.6vw, 5rem);
        line-height: 0.96;
        letter-spacing: -0.025em;
        margin-bottom: 32px;
      }
      .catering-h em { font-style: italic; color: #f4d9b4; }
      .catering-list {
        display: grid;
        gap: 0;
        border-top: 1px solid var(--hairline-light);
      }
      .catering-row {
        padding: 36px 0;
        border-bottom: 1px solid var(--hairline-light);
        display: grid;
        grid-template-columns: 60px 1fr auto;
        gap: 24px;
        align-items: start;
        transition: padding 0.25s;
      }
      .catering-row:hover { padding-left: 8px; }
      .catering-row .num {
        font-family: var(--mono);
        font-size: 0.78rem;
        font-weight: 600;
        letter-spacing: 0.16em;
        color: rgba(244, 217, 180, 0.7);
        padding-top: 8px;
      }
      .catering-row h3 {
        font-family: var(--display);
        font-weight: 500;
        font-size: 1.7rem;
        letter-spacing: -0.01em;
        margin-bottom: 8px;
      }
      .catering-row p {
        font-size: 0.98rem;
        color: rgba(255, 250, 241, 0.78);
        max-width: 60ch;
      }
      .catering-row .from {
        font-family: var(--display);
        font-style: italic;
        font-weight: 500;
        font-size: 1.2rem;
        color: #f4d9b4;
        white-space: nowrap;
        padding-top: 6px;
      }

      .catering-form {
        padding: 40px;
        background: var(--cream);
        color: var(--ink);
        border-radius: 4px;
        position: sticky;
        top: 100px;
      }
      .catering-form .eyebrow { display: block; margin-bottom: 14px; }
      .catering-form h3 {
        font-family: var(--display);
        font-weight: 500;
        font-size: 2rem;
        letter-spacing: -0.01em;
        line-height: 1.1;
        margin-bottom: 8px;
      }
      .catering-form p.sub {
        color: var(--ink-soft);
        margin-bottom: 28px;
        font-size: 0.98rem;
      }
      .form-row { display: grid; gap: 14px; margin-bottom: 14px; }
      .form-row.two { grid-template-columns: 1fr 1fr; }
      .field { display: grid; gap: 6px; }
      .field label {
        font-family: var(--mono);
        font-size: 0.7rem;
        font-weight: 600;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--ink-mute);
      }
      .field input, .field select, .field textarea {
        min-height: 50px;
        padding: 12px 14px;
        background: transparent;
        color: var(--ink);
        border: 1px solid var(--hairline);
        border-radius: 4px;
        transition: border-color 0.2s;
      }
      .field input:focus, .field select:focus, .field textarea:focus {
        border-color: var(--ink);
        outline: none;
      }
      .field textarea { min-height: 110px; resize: vertical; font-family: var(--sans); }
      .form-note {
        margin-top: 14px;
        font-family: var(--mono);
        font-size: 0.76rem;
        color: var(--ink-mute);
        letter-spacing: 0.04em;
      }
      .form-note a { text-decoration: underline; text-underline-offset: 3px; color: var(--ink); }

      /* =========================================================
         GALLERY — editorial collage
         ========================================================= */
      .gallery {
        background: var(--paper);
      }
      .gallery-grid {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-auto-rows: 100px;
        gap: 14px;
      }
      .gallery-grid figure {
        margin: 0;
        overflow: hidden;
        border-radius: 4px;
        position: relative;
        background: var(--ink);
      }
      .gallery-grid figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
      }
      .gallery-grid figure:hover img { transform: scale(1.06); }
      .g1 { grid-column: span 5; grid-row: span 5; }
      .g2 { grid-column: span 4; grid-row: span 3; }
      .g3 { grid-column: span 3; grid-row: span 3; }
      .g4 { grid-column: span 4; grid-row: span 2; }
      .g5 { grid-column: span 3; grid-row: span 2; }

      .gallery-caption {
        margin-top: 28px;
        font-family: var(--mono);
        font-size: 0.74rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--ink-mute);
        display: flex;
        justify-content: space-between;
      }

      /* =========================================================
         TESTIMONIAL — single editorial quote
         ========================================================= */
      .quote-section {
        background: var(--cream);
        padding: 180px 0;
      }
      .quote-block {
        max-width: 920px;
        margin: 0 auto;
        text-align: center;
      }
      .quote-stars {
        display: inline-flex;
        gap: 4px;
        font-size: 1.1rem;
        color: #c9912a;
        margin-bottom: 32px;
      }
      .quote-text {
        font-family: var(--display);
        font-weight: 350;
        font-style: italic;
        font-size: clamp(1.6rem, 3.6vw, 3.2rem);
        line-height: 1.18;
        letter-spacing: -0.015em;
        margin-bottom: 36px;
      }
      .quote-text::before, .quote-text::after {
        font-style: normal;
        color: var(--smoke-red);
      }
      .quote-text::before { content: "\201E"; }
      .quote-text::after { content: "\201C"; }
      .quote-author {
        font-family: var(--mono);
        font-size: 0.78rem;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: var(--ink-mute);
      }
      .quote-author b { color: var(--ink); margin-right: 12px; }
      .quote-source {
        margin-top: 60px;
        padding-top: 28px;
        border-top: 1px solid var(--hairline);
        display: inline-flex;
        align-items: center;
        gap: 14px;
        font-family: var(--mono);
        font-size: 0.78rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--ink-mute);
      }
      .quote-source b {
        font-family: var(--display);
        font-style: italic;
        font-size: 1.6rem;
        font-weight: 500;
        color: var(--brass);
        text-transform: none;
        letter-spacing: -0.01em;
      }

      /* =========================================================
         FIND US
         ========================================================= */
      .find {
        background: var(--paper-warm);
      }
      .find-grid {
        display: grid;
        grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
        gap: 70px;
        align-items: start;
      }
      .find-h {
        font-family: var(--display);
        font-weight: 400;
        font-size: clamp(2.4rem, 5.6vw, 5rem);
        line-height: 0.96;
        letter-spacing: -0.025em;
        margin-bottom: 40px;
      }
      .find-h em { font-style: italic; color: var(--smoke-red); }
      .find-data {
        display: grid;
        gap: 0;
        border-top: 1px solid var(--hairline);
      }
      .find-data > div {
        padding: 28px 0;
        border-bottom: 1px solid var(--hairline);
      }
      .find-data h4 {
        font-family: var(--mono);
        font-size: 0.74rem;
        font-weight: 600;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: var(--smoke-red);
        margin-bottom: 14px;
      }
      .find-data p, .find-data li {
        font-family: var(--display);
        font-weight: 400;
        font-size: 1.18rem;
        line-height: 1.4;
        letter-spacing: -0.005em;
      }
      .find-data a:hover { color: var(--smoke-red); }
      .hours-list {
        margin: 0;
        padding: 0;
        list-style: none;
      }
      .hours-list li {
        display: flex;
        justify-content: space-between;
        gap: 18px;
        padding: 6px 0;
        font-family: var(--sans);
        font-size: 1rem;
      }
      .hours-list li.today {
        font-weight: 700;
        color: var(--smoke-red);
      }
      .hours-list li.today span:last-child::after {
        content: " — heute";
        font-family: var(--mono);
        font-size: 0.72rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        margin-left: 6px;
        color: var(--smoke-red);
      }
      .find-map {
        position: relative;
        aspect-ratio: 5/6;
        border-radius: 4px;
        overflow: hidden;
        background:
          linear-gradient(140deg, rgba(58, 36, 28, 0.86), rgba(95, 111, 74, 0.72)),
          url("https://images.unsplash.com/photo-1559339352-11d035aa65de?auto=format&fit=crop&w=1400&q=82") center/cover;
        color: var(--cream);
        display: grid;
        place-items: center;
        text-align: center;
        padding: 40px;
      }
      .find-map::before {
        content: "";
        position: absolute;
        inset: 18px;
        border: 1px dashed rgba(255, 250, 241, 0.4);
      }
      .find-map .pin-mark {
        font-family: var(--display);
        font-style: italic;
        font-size: 4rem;
        font-weight: 400;
        line-height: 1;
        letter-spacing: -0.02em;
      }
      .find-map small {
        display: block;
        margin-top: 18px;
        font-family: var(--mono);
        font-size: 0.7rem;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: rgba(255, 250, 241, 0.7);
      }

      /* =========================================================
         NEWSLETTER
         ========================================================= */
      .newsletter {
        background: var(--ink);
        color: var(--cream);
        padding: 120px 0;
        text-align: center;
        position: relative;
        overflow: hidden;
      }
      .newsletter::before, .newsletter::after {
        content: "✦";
        position: absolute;
        top: 50%;
        font-size: 1.4rem;
        color: rgba(244, 217, 180, 0.32);
        transform: translateY(-50%);
      }
      .newsletter::before { left: 8%; }
      .newsletter::after { right: 8%; }
      .newsletter h2 {
        font-family: var(--display);
        font-weight: 350;
        font-size: clamp(2.2rem, 5vw, 4rem);
        line-height: 1;
        letter-spacing: -0.025em;
        margin-bottom: 18px;
        max-width: 16ch;
        margin-left: auto;
        margin-right: auto;
      }
      .newsletter h2 em { font-style: italic; color: #f4d9b4; }
      .newsletter p {
        max-width: 50ch;
        margin: 0 auto 36px;
        color: rgba(255, 250, 241, 0.74);
      }
      .newsletter form {
        max-width: 480px;
        margin: 0 auto;
        display: flex;
        gap: 8px;
        padding: 6px;
        border: 1px solid rgba(255, 250, 241, 0.25);
        border-radius: 999px;
        background: rgba(255, 250, 241, 0.05);
      }
      .newsletter input {
        flex: 1;
        padding: 0 18px;
        background: transparent;
        border: none;
        color: var(--cream);
        font-size: 0.96rem;
        min-height: 50px;
      }
      .newsletter input::placeholder { color: rgba(255, 250, 241, 0.46); }
      .newsletter button {
        border: none;
        padding: 0 22px;
        min-height: 46px;
        border-radius: 999px;
        background: var(--cream);
        color: var(--ink);
        font-weight: 700;
        cursor: pointer;
      }

      /* =========================================================
         FOOTER
         ========================================================= */
      .footer {
        background: var(--espresso-deep);
        color: rgba(255, 250, 241, 0.78);
        padding: 100px 0 36px;
      }
      .footer-top {
        display: grid;
        grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 0.7fr));
        gap: 50px;
        padding-bottom: 80px;
        border-bottom: 1px solid var(--hairline-light);
      }
      .footer-brand h3 {
        font-family: var(--display);
        font-weight: 400;
        color: var(--cream);
        font-size: 2.4rem;
        margin-bottom: 14px;
        letter-spacing: -0.02em;
      }
      .footer-brand p { max-width: 36ch; }
      .footer-col h4 {
        font-family: var(--mono);
        font-size: 0.74rem;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: rgba(244, 217, 180, 0.74);
        margin-bottom: 18px;
      }
      .footer-col ul { margin: 0; padding: 0; list-style: none; }
      .footer-col li { margin: 10px 0; }
      .footer-col a:hover { color: var(--cream); }
      .footer-mega {
        padding: 60px 0;
        font-family: var(--display);
        font-style: italic;
        font-weight: 350;
        font-size: clamp(4rem, 14vw, 14rem);
        line-height: 0.86;
        letter-spacing: -0.04em;
        color: var(--cream);
        white-space: nowrap;
        overflow: hidden;
      }
      .footer-bottom {
        display: flex;
        justify-content: space-between;
        font-family: var(--mono);
        font-size: 0.74rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: rgba(255, 250, 241, 0.5);
        padding-top: 24px;
        border-top: 1px solid var(--hairline-light);
        flex-wrap: wrap;
        gap: 14px;
      }
      .footer-bottom a:hover { color: var(--cream); }

      /* =========================================================
         MOBILE BAR
         ========================================================= */
      .mobile-bar {
        display: none;
        position: fixed;
        z-index: 40;
        bottom: 14px;
        left: 14px;
        right: 14px;
        padding: 6px;
        background: var(--ink);
        border-radius: 999px;
        box-shadow: 0 22px 44px rgba(17, 16, 13, 0.4);
      }
      .mobile-bar a {
        flex: 1;
        min-height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-weight: 700;
        font-size: 0.9rem;
        border-radius: 999px;
        color: var(--cream);
      }
      .mobile-bar a.call { background: rgba(255, 250, 241, 0.1); }
      .mobile-bar a.book { background: var(--smoke-red); }

      /* =========================================================
         SCROLL REVEAL
         ========================================================= */
      .reveal {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.9s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
      }
      .reveal.in { opacity: 1; transform: translateY(0); }

      /* =========================================================
         RESPONSIVE
         ========================================================= */
      @media (max-width: 1100px) {
        .hero-grid { grid-template-columns: 1fr; gap: 30px; padding: 60px 0 30px; }
        .hero-photo { aspect-ratio: 16/11; }
        .hero-side { display: none; }
        .smoker-grid { grid-template-columns: 1fr; gap: 50px; }
        .smoker-copy { padding-bottom: 0; }
        .menu-head { grid-template-columns: 1fr; gap: 40px; margin-bottom: 50px; }
        .menu-list { grid-template-columns: 1fr; gap: 0; }
        .find-grid { grid-template-columns: 1fr; gap: 40px; }
        .find-map { aspect-ratio: 16/12; min-height: 400px; }
        .catering-layout { grid-template-columns: 1fr; gap: 50px; }
        .catering-form { position: static; }
        .gallery-grid { grid-auto-rows: 80px; }
        .g1 { grid-column: span 7; }
        .g2 { grid-column: span 5; }
        .g3 { grid-column: span 6; }
        .g4 { grid-column: span 6; }
        .g5 { grid-column: span 12; grid-row: span 2; }
      }

      @media (max-width: 880px) {
        .nav-links { display: none; }
        .nav-inner { grid-template-columns: 1fr auto; gap: 14px; padding: 12px 0; }
        .nav-actions .btn.outline { display: none; } /* phone in mobile-bar */
        .brand-name { font-size: 1.18rem; }
        .brand-name span { font-size: 0.62rem; }
        .utility-inner span:last-child { display: none; }
        .utility-inner { font-size: 0.68rem; padding: 8px 0; }

        .sec { padding: 90px 0; }
        .manifest { padding: 100px 0 90px; }

        .hero-actions { gap: 10px; }
        .hero-actions .btn { flex: 1 1 auto; min-width: 150px; }
        .hero-meta { gap: 22px 36px; padding-top: 22px; margin-top: 40px; }

        .marquee-track { gap: 36px; padding: 18px 0; }
        .marquee-track span { gap: 36px; }

        .manifest-grid { grid-template-columns: 1fr; }
        .manifest-cell { border-right: none; border-bottom: 1px solid var(--hairline); padding: 28px 4px; }
        .manifest-cell:last-child { border-bottom: none; }

        .smoker-data { grid-template-columns: 1fr; }
        .smoker-data > div { border-right: none; border-bottom: 1px solid var(--hairline-light); padding: 22px 0; }
        .smoker-data > div:last-child { border-bottom: none; }

        .menu-tabs {
          flex-wrap: nowrap;
          overflow-x: auto;
          width: 100%;
          max-width: none;
          padding: 6px;
          -webkit-overflow-scrolling: touch;
          scrollbar-width: none;
        }
        .menu-tabs::-webkit-scrollbar { display: none; }
        .menu-tab { flex: 0 0 auto; white-space: nowrap; }

        .menu-bottom { padding: 26px 22px; gap: 16px; }
        .menu-bottom .btn { width: 100%; justify-content: center; }

        .sunday { padding: 100px 0; }
        .sunday::before { right: -40%; width: 110%; opacity: 0.18; }
        .sunday-actions .btn { flex: 1 1 auto; min-width: 150px; }

        .catering-row { grid-template-columns: 44px 1fr; gap: 16px 14px; padding: 28px 0; }
        .catering-row .from {
          grid-column: 2;
          padding-top: 0;
          padding-bottom: 4px;
          font-size: 1.05rem;
          order: -1;
        }
        .catering-form { padding: 28px; }

        .form-row.two { grid-template-columns: 1fr; }

        .find-data > div { padding: 24px 0; }
        .find-data p, .find-data li { font-size: 1.06rem; }
        .find-map { min-height: 360px; padding: 30px 22px; }
        .find-map .pin-mark { font-size: 3rem; }

        .quote-section { padding: 110px 0; }
        .quote-text { line-height: 1.22; }

        .newsletter { padding: 90px 0; }
        .newsletter::before, .newsletter::after { display: none; }
        .newsletter form { flex-direction: column; border-radius: 18px; padding: 8px; gap: 6px; }
        .newsletter input { text-align: center; min-height: 50px; padding: 12px; }
        .newsletter button { width: 100%; min-height: 50px; padding: 14px; }

        .footer { padding: 80px 0 30px; }
        .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; padding-bottom: 50px; }
        .footer-brand { grid-column: span 2; }
        .footer-mega { padding: 40px 0; }
        .footer-bottom { font-size: 0.7rem; }

        .sunday-price { display: none; }
        .mobile-bar { display: flex; }
        body { padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px)); }
        .mobile-bar { bottom: calc(12px + env(safe-area-inset-bottom, 0px)); }
      }

      @media (max-width: 560px) {
        :root { --w: min(100% - 28px, 1320px); }
        body { font-size: 16px; }

        .nav-actions .btn.fire { padding: 0 14px; font-size: 0.84rem; }
        .nav-inner { padding: 10px 0; gap: 10px; }
        .brand { gap: 10px; }
        .brand-mark { width: 50px; height: 34px; padding: 4px 6px; }
        .brand-name { font-size: 1.05rem; }
        .brand-name span { font-size: 0.58rem; letter-spacing: 0.14em; }

        .sec { padding: 70px 0; }
        .manifest { padding: 80px 0 70px; }
        .sec-label { gap: 18px; margin-bottom: 36px; }

        .hero-grid { padding: 36px 0 28px; min-height: 78vh; }
        .hero-text .eyebrow { margin-bottom: 22px; }
        .hero-h { font-size: clamp(2.6rem, 14vw, 5.2rem); line-height: 0.88; }
        .hero-sub { margin-top: 22px; font-size: 1rem; }
        .hero-actions { margin-top: 26px; }
        .hero-actions .btn { width: 100%; flex: 1 1 100%; }
        .hero-meta { gap: 16px 22px; margin-top: 32px; padding-top: 18px; font-size: 0.66rem; }
        .hero-meta b { font-size: 1.25rem; }
        .hero-photo .caption { font-size: 0.62rem; left: 14px; right: 14px; bottom: 14px; }

        .marquee-track { font-size: clamp(1.4rem, 7vw, 2.4rem); gap: 26px; padding: 14px 0; }
        .marquee-track span { gap: 26px; }

        .manifest-text { font-size: clamp(1.7rem, 8.6vw, 2.6rem); line-height: 1.08; }
        .manifest-grid { margin-top: 50px; }
        .manifest-cell { padding: 24px 0; }
        .manifest-cell h3 { font-size: 1.35rem; margin: 14px 0 8px; }

        .smoker-h { font-size: clamp(2.1rem, 10vw, 3.4rem); margin-bottom: 24px; }
        .smoker-copy p { font-size: 1rem; }
        .smoker-data b { font-size: 2rem; }

        .menu-h { font-size: clamp(2.2rem, 10vw, 3.4rem); }
        .menu-row { padding: 22px 0; }
        .menu-row h3 { font-size: 1.32rem; }
        .menu-row p { font-size: 0.92rem; }
        .menu-row .price { font-size: 1.2rem; }
        .menu-bottom strong { font-size: 1.2rem; }

        .sunday { padding: 80px 0; }
        .sunday-h { font-size: clamp(2.3rem, 11vw, 3.8rem); }
        .sunday p { font-size: 1.04rem; }

        .catering-h { font-size: clamp(2.1rem, 10vw, 3.4rem); }
        .catering-row { padding: 24px 0; }
        .catering-row h3 { font-size: 1.45rem; }
        .catering-row p { font-size: 0.94rem; }
        .catering-form { padding: 22px; }
        .catering-form h3 { font-size: 1.65rem; }

        .find-h { font-size: clamp(2.1rem, 10vw, 3.4rem); margin-bottom: 28px; }
        .find-data > div { padding: 22px 0; }
        .find-data h4 { font-size: 0.7rem; margin-bottom: 10px; }
        .find-data p, .find-data li { font-size: 1rem; }
        .find-map { aspect-ratio: 4/5; min-height: 320px; padding: 26px 18px; }
        .find-map .pin-mark { font-size: 2.4rem; }
        .find-map small { font-size: 0.64rem; }

        .quote-section { padding: 80px 0; }
        .quote-text { font-size: clamp(1.25rem, 5.6vw, 1.85rem); }
        .quote-stars { margin-bottom: 22px; }
        .quote-source { flex-direction: column; gap: 6px; margin-top: 40px; padding-top: 22px; }

        .newsletter h2 { font-size: clamp(1.9rem, 8vw, 2.6rem); max-width: 14ch; }
        .newsletter p { margin-bottom: 26px; font-size: 0.96rem; }

        .gallery-grid figure:nth-child(n+4) { display: none; }
        .g1, .g2, .g3 { grid-column: span 12; grid-row: span 3; }
        .gallery-caption { flex-direction: column; gap: 6px; font-size: 0.66rem; }

        .footer-top { grid-template-columns: 1fr; gap: 30px; padding-bottom: 40px; }
        .footer-brand { grid-column: span 1; }
        .footer-brand h3 { font-size: 2rem; }
        .footer-mega { padding: 24px 0; }
        .footer-bottom { flex-direction: column; align-items: flex-start; }

        .mobile-bar { left: 10px; right: 10px; padding: 5px; }
        .mobile-bar a { font-size: 0.86rem; min-height: 46px; }

        .btn { font-size: 0.9rem; padding: 0 18px; }
        .btn.small { font-size: 0.8rem; padding: 0 14px; }
      }

      /* Respect motion */
      @media (prefers-reduced-motion: reduce) {
        .marquee-track, .hero-photo img { animation: none !important; }
        .reveal { opacity: 1; transform: none; transition: none; }
        html { scroll-behavior: auto; }
      }
