    /* =============================================
       CATEGORY TABS — sticky, scrollable pills
       ============================================= */
    .cat-tabs {
      position: sticky;
      top: var(--header-h);
      z-index: 100;
      background: linear-gradient(to bottom, #1A1816 0%, #151311 50%, #111010 100%);
      border-bottom: 1px solid rgba(255,255,255,0.06);
      border-top: 1px solid rgba(255,255,255,0.04);
      padding: 12px 0;
    }

    .cat-tabs-scroll {
      display: flex;
      gap: 8px;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      padding: 0 16px;
    }
    .cat-tabs-scroll::-webkit-scrollbar { display: none; }

    .cat-tab {
      flex-shrink: 0;
      padding: 10px 18px;
      font-family: var(--font-body);
      font-size: 10px;
      font-weight: 400;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--text-dim);
      text-decoration: none;
      border: none;
      border-bottom: 1.5px solid transparent;
      border-radius: 0;
      transition: all 0.3s;
      white-space: nowrap;
      background: none;
    }

    .cat-tab.active {
      color: var(--text);
      border-bottom-color: var(--text);
    }

    /* =============================================
       MENU MOOD — foto singola ad inizio menu
       ============================================= */
    .menu-mood {
      position: relative;
      height: 160px;
      overflow: hidden;
    }
    .menu-mood img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 60%;
      filter: brightness(0.4) saturate(0.7);
    }
    .menu-mood::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, rgba(11,10,9,0.2) 0%, rgba(11,10,9,1) 100%);
    }

    /* =============================================
       MENU SECTIONS — sfondo a tema per categoria
       ============================================= */
    .menu-sec {
      padding: 0;
      position: relative;
      overflow: hidden;
      background: #15110C;
    }

    /* Items area — solid dark, no photo */
    .menu-sec-items-area {
      position: relative;
      z-index: 2;
      background: #15110C;
    }

    .menu-sec-inner {
      max-width: 540px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
      padding: 28px 24px 44px;
    }

    /* === Section header — photo ONLY behind header === */
    .menu-sec-header {
      position: relative;
      overflow: hidden;
      margin-bottom: 0;
    }

    /* Background image — now INSIDE header only */
    .menu-sec-bg {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      filter: brightness(0.25) saturate(0.5);
      z-index: 0;
    }

    /* Header overlay — replaces the old full-section ::after */
    .menu-sec-header::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom,
        rgba(11,10,9,0.1) 0%,
        rgba(11,10,9,0.38) 60%,
        rgba(11,10,9,0.88) 100%
      );
      z-index: 1;
      pointer-events: none;
    }

    .menu-sec-header-content {
      position: relative;
      z-index: 2;
    }

    .menu-sec-name {
      font-family: var(--font-body);
      font-size: 32px;
      font-weight: 700;
      letter-spacing: 6px;
      text-transform: uppercase;
      color: var(--text);
      text-shadow: 0 2px 20px rgba(0,0,0,0.5);
    }

    .menu-sec-label {
      display: inline-block;
      font-family: var(--font-body);
      font-size: 10px;
      font-weight: 500;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: var(--gold);
      margin-top: 10px;
      background: rgba(201, 168, 76, 0.12);
      padding: 5px 14px;
    }

    .menu-sec-sub {
      font-family: var(--font-body);
      font-size: 11px;
      font-weight: 300;
      font-style: italic;
      color: rgba(237,232,224,0.35);
      margin-top: 8px;
    }

    /* ==============================================
       UNIQUE HEADER STYLES — each category different
       ============================================== */

    /* --- COCKTAILS: left-aligned, bold, photo bleeds right --- */
    .header-style-cocktails {
      height: 240px;
      display: flex;
      align-items: flex-end;
      position: relative;
      background: #15110C;
    }
    .header-style-cocktails .menu-sec-bg {
      filter: brightness(0.72) saturate(1.25);
      background-size: 110%;        /* zoom leggero: giusto per scorrere un po' in orizzontale */
      background-position: 28% center;
    }
    .header-style-cocktails .menu-sec-header-content {
      padding: 0 28px 28px;
      text-align: left;
      width: 45%;
    }
    .header-style-cocktails .menu-sec-name {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 46px;
      font-weight: 400;
      letter-spacing: 6px;
      line-height: 1;
    }
    .header-style-cocktails .menu-sec-label {
      background: none;
      padding: 0;
      margin-top: 8px;
      opacity: 0.7;
    }
    .header-style-cocktails::after {
      background:
        linear-gradient(to right, rgba(11,10,9,0.9) 0%, rgba(11,10,9,0.6) 45%, transparent 70%),
        linear-gradient(to bottom, transparent 40%, rgba(11,10,9,0.9) 100%);
    }
    .cocktails-hero-img { display: none; }

    /* --- LONG DRINK: right-aligned, Bodoni, atmospheric --- */
    .header-style-longdrink {
      height: 220px;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
    }
    .header-style-longdrink .menu-sec-bg {
      filter: brightness(0.62) saturate(1);
      background-position: center;
    }
    .header-style-longdrink .menu-sec-header-content {
      text-align: right;
      padding: 0 28px 28px;
    }
    .header-style-longdrink .menu-sec-name {
      font-family: var(--font-display);
      font-size: 36px;
      font-weight: 400;
      letter-spacing: 3px;
      font-style: italic;
      line-height: 1.1;
    }
    .header-style-longdrink .menu-sec-label {
      background: none;
      padding: 0;
      margin-top: 10px;
      font-size: 9px;
      letter-spacing: 2px;
      opacity: 0.8;
    }
    .header-style-longdrink::after {
      background:
        linear-gradient(to left, rgba(11,10,9,0.7) 0%, rgba(11,10,9,0.2) 60%, transparent 100%),
        linear-gradient(to bottom, transparent 30%, rgba(11,10,9,0.95) 100%);
    }

    /* --- SOUR: centered, elegant, gold border frame --- */
    .header-style-sour {
      height: 180px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .header-style-sour .menu-sec-bg {
      filter: brightness(0.6) saturate(1);
    }
    .header-style-sour .menu-sec-header-content {
      text-align: center;
      border: 1px solid rgba(201, 168, 76, 0.25);
      padding: 22px 40px;
      position: relative;
    }
    .header-style-sour .menu-sec-header-content::before {
      content: '';
      position: absolute;
      inset: 4px;
      border: 1px solid rgba(201, 168, 76, 0.1);
    }
    .header-style-sour .menu-sec-name {
      font-size: 28px;
      font-weight: 400;
      letter-spacing: 8px;
      font-family: 'Playfair Display', serif;
    }
    .header-style-sour .menu-sec-label {
      font-size: 9px;
      letter-spacing: 3px;
      background: none;
      padding: 0;
      margin-top: 6px;
    }

    /* --- ANALCOLICI: foto spinta a sinistra, titolo piccolo in basso a destra --- */
    .header-style-analcolici {
      height: 180px;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
    }
    .header-style-analcolici .menu-sec-bg {
      filter: brightness(0.62) saturate(1.05);
      background-position: center 38%;   /* zoom minimo: drink a sx, vuoto a dx (è la foto stessa) */
      background-size: cover;
    }
    .header-style-analcolici .menu-sec-header-content {
      text-align: right;
      padding: 0 16px 10px;
    }
    .header-style-analcolici .menu-sec-label {
      background: none;
      padding: 0;
      margin-top: 6px;
      font-size: 8px;
    }
    /* sfumatura sul lato destro + base — sinistra libera (drink visibili) */
    .header-style-analcolici::after {
      background:
        linear-gradient(to left, rgba(11,10,9,0.8) 0%, rgba(11,10,9,0.2) 55%, transparent 85%),
        linear-gradient(to bottom, transparent 40%, rgba(11,10,9,0.85) 100%);
    }

    /* --- BIRRE: clean, centered --- */
    .header-style-birre {
      height: 160px;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
    }
    .header-style-birre .menu-sec-bg {
      filter: brightness(0.6) saturate(1);
    }
    .header-style-birre .menu-sec-header-content {
      text-align: right;
      padding: 0 20px 28px;
    }
    .header-style-birre .menu-sec-name {
      font-size: 34px;
      font-weight: 400;
      letter-spacing: 10px;
      font-family: 'Bebas Neue', sans-serif;
    }
    .header-style-birre .menu-sec-label {
      background: none;
      padding: 0;
      margin-top: 4px;
      font-size: 9px;
      transform: translateX(6px);  /* solo la frase, leggermente a destra */
    }
    .header-style-birre::after {
      background: linear-gradient(to bottom, transparent 50%, rgba(11,10,9,0.9) 100%);
    }

    /* --- VINI: elegant, gold decorative lines --- */
    .header-style-vini {
      height: 240px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      position: relative;
    }
    .header-style-vini .menu-sec-bg {
      filter: brightness(0.7) saturate(1);
      background-position: center center;
    }
    .header-style-vini .menu-sec-header-content {
      text-align: center;
      padding: 0 28px;
      position: absolute;
      top: 22%;
      left: 0;
      right: 0;
    }
    .header-style-vini .menu-sec-name {
      font-size: 42px;
      font-weight: 400;
      letter-spacing: 14px;
      font-family: 'Cormorant Garamond', serif;
      font-style: italic;
      color: rgba(255,255,255,0.75);
      text-shadow: 0 1px 8px rgba(0,0,0,0.4);
    }
    .header-style-vini .menu-sec-label {
      background: none;
      padding: 0;
      margin-top: 8px;
      font-size: 8px;
      letter-spacing: 2.5px;
    }
    .header-style-vini .gold-line-deco {
      display: none;
    }
    .header-style-vini .gold-line-deco-top {
      display: none;
    }

    /* --- BEVANDE: compact, minimal height --- */
    .header-style-bevande {
      height: 140px;
      display: flex;
      align-items: center;
    }
    .header-style-bevande .menu-sec-bg {
      filter: brightness(0.6) saturate(0.9);
      background-size: 100% 100%;
      background-position: center center;
      background-repeat: no-repeat;
    }
    .header-style-bevande .menu-sec-header-content {
      display: flex;
      align-items: baseline;
      gap: 16px;
      padding: 0 28px 0 80px;
      width: 100%;
    }
    .header-style-bevande .menu-sec-name {
      font-size: 22px;
      font-weight: 300;
      letter-spacing: 6px;
      font-family: 'Cormorant Garamond', serif;
    }
    .header-style-bevande .menu-sec-label {
      background: none;
      padding: 0;
      margin-top: 0;
      font-size: 9px;
    }
    .header-style-bevande::after {
      background: linear-gradient(to bottom, rgba(11,10,9,0.3) 0%, rgba(11,10,9,0.85) 100%);
    }

    /* --- PIZZE: bold, warm, centered --- */
    /* PIZZE: foto valorizzata con "PIZZE" dentro l'immagine, in basso al centro */
    .header-style-pizze {
      height: 230px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
    }
    .header-style-pizze .menu-sec-bg {
      filter: brightness(0.6) saturate(1.1);
      background-position: center 30%;
      background-size: cover;
    }
    .header-style-pizze::after {
      background: linear-gradient(to bottom, rgba(11,10,9,0.08) 0%, rgba(11,10,9,0.05) 45%, rgba(11,10,9,0.85) 100%);
    }
    .header-style-pizze .menu-sec-header-content {
      text-align: center;
      padding: 0 24px 14px;   /* blocco (PIZZE + frase) un po' più in basso */
    }
    .header-style-pizze .menu-sec-name {
      text-shadow: 0 2px 18px rgba(0,0,0,0.95);
    }
    /* frase DENTRO la foto, subito sotto PIZZE */
    .header-style-pizze .menu-sec-label {
      display: inline-block;
      background: none;
      padding: 0;
      margin-top: 8px;
      color: var(--gold-soft);
      text-shadow: 0 1px 12px rgba(0,0,0,0.95), 0 0 5px rgba(0,0,0,0.85);
    }

    /* --- FOOD: banner pulito. "FOOD" nella striscia sopra (non sulla foto). Tagline in alto a destra, sotto FOOD. --- */
    /* FOOD: banner pulito, nessun testo sulla foto. "FOOD" sta nella striscia sopra. */
    .header-style-food {
      height: 215px;
    }
    .header-style-food .menu-sec-bg {
      filter: brightness(0.65) saturate(1.1);
      background-position: 65% center;
      background-size: cover;
    }
    .header-style-food::after {
      background: linear-gradient(to bottom, rgba(11,10,9,0.15) 0%, rgba(11,10,9,0.1) 55%, rgba(11,10,9,0.85) 100%);
    }
    .header-style-food .menu-sec-header-content { display: none; }

    /* Apertura sezione cucina: titolo minimale centrato in alto, poi stacco nero
       che sfuma facendo emergere la prima fascia (Antipasti). */
    .food-section-eyebrow {
      background: #15110C;
      text-align: center;
      padding: 34px 24px 34px;
    }
    .food-eyebrow-label {
      font-family: var(--font-body);
      font-size: 12.5px;
      font-weight: 400;
      letter-spacing: 6px;
      text-transform: uppercase;
      color: var(--gold-soft);   /* "La nostra cucina" in oro, elegante */
    }

    /* --- GIN: cleaned up, keeps bottle layout --- */
    .header-style-gin {
      height: 160px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
    }
    .header-style-gin .menu-sec-bg {
      filter: brightness(0.55) saturate(0.9);
    }
    .header-style-gin .menu-sec-header-content {
      text-align: center;
      padding-bottom: 24px;
    }
    .header-style-gin .menu-sec-name {
      font-size: 26px;
      font-weight: 300;
      letter-spacing: 10px;
      font-family: var(--font-display);
    }
    /* "Toniche: ..." più leggibile sulla foto gin */
    .header-style-gin .menu-sec-sub {
      color: rgba(237,232,224,0.8);
      font-size: 11.5px;
      text-shadow: 0 1px 9px rgba(0,0,0,0.98), 0 0 4px rgba(0,0,0,0.9);
      margin-top: 6px;
    }

    /* === TITOLI SEZIONE UNIFICATI — un solo font (Bebas Neue) per coerenza ===
       Questa regola ha la stessa specificità delle .header-style-X .menu-sec-name
       e, venendo dopo, le supera tutte: ogni titolo usa lo stesso carattere/size. */
    [class*="header-style-"] .menu-sec-name {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 44px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 6px;
      line-height: 1;
      color: var(--text);
    }
    /* ANALCOLICI: titolo più piccolo, una riga, ancorato a destra (non copre i drink) */
    .header-style-analcolici .menu-sec-name {
      white-space: nowrap;
      font-size: 34px;
      letter-spacing: 4px;
    }
    .header-style-gin .menu-sec-label {
      background: none;
      padding: 0;
      margin-top: 6px;
      font-size: 9px;
      letter-spacing: 3px;
    }

