    /* ══════════════════════════════════════════════════════════
       GRAF-ASWIN-KASINO  ·  Designsprache „Offizierskasino"
       Tannengrün · Gold · Elfenbein — klassische Speisekarte
    ══════════════════════════════════════════════════════════ */
    :root {
      /* Papier & Flächen */
      --paper:      #f3eee3;
      --paper-deep: #ebe4d3;
      --card:       #fbf8f0;
      --card-2:     #f5f0e2;
      --line:       #d8d0bb;
      --line-soft:  #e5deca;

      /* Schrift */
      --ink:        #242a21;
      --ink-soft:   #4e5446;
      --muted:      #87826e;

      /* Dunkle Flächen (Masthead, Navigation, Leisten) */
      --pine:       #1d2a22;
      --pine-2:     #243329;
      --pine-3:     #2c3e31;
      --ivory:      #f2ecda;
      --ivory-dim:  rgba(242,236,218,.62);

      /* Akzente */
      --gold:       #b3924d;
      --gold-d:     #97793a;
      --gold-l:     #d6b878;
      --gold-pale:  #f0e7cd;
      /* Cognac: warmer Braunton fuer To Go und Sonderwuensche. Ab 15.1 als Literale verstreut
         eingefuehrt, ab 15.8 hier definiert — „Braun = To Go / Sonderwunsch" ist Absicht. */
      --cognac:      #6e4a1f;
      --cognac-2:    #b5822f;
      --cognac-t:    #8a5a2a;
      --cognac-l:    #e8c98c;
      --cognac-pale: #f0e0c4;
      --wine:       #8d2b1f;
      --wine-l:     #f3e2dd;
      --moss:       #3f6b50;
      --moss-l:     #deebe1;
      --red:        #a23a2e;

      --r-s: 8px;
      --r:   14px;
      --r-l: 20px;

      --sh-sm: 0 1px 2px rgba(40,46,36,.07);
      --sh:    0 6px 22px -6px rgba(40,46,36,.16), 0 2px 6px rgba(40,46,36,.06);
      --sh-lg: 0 24px 50px -16px rgba(29,42,34,.35), 0 6px 16px rgba(29,42,34,.12);

      --font-display: 'Cormorant Garamond', 'Times New Roman', serif;
      --font-ui: 'Manrope', system-ui, sans-serif;
    }

    /* ── Reset & Basis ── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { font-size: 16px; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%; }
    body {
      font-family: var(--font-ui);
      background: var(--paper);
      color: var(--ink);
      min-height: 100dvh;
      background-image:
        radial-gradient(ellipse at 50% -10%, rgba(179,146,77,.07) 0, transparent 55%),
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.32  0 0 0 0 0.30  0 0 0 0 0.22  0 0 0 .03 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
      background-attachment: fixed;
    }
    body.no-scroll { overflow: hidden; }
    ::selection { background: var(--pine); color: var(--ivory); }
    button { font-family: var(--font-ui); }
    /* Cormorant: Versalziffern statt Mediävalziffern für alle Zahlen */
    .row-price, .v-price, .cart-item-price, .cart-total-row, .qty-control .qty,
    .my-order-total, .order-card-total, .order-line .l-price, .total-row,
    .cb-total, .dish-count-row .name, .sec-sub, .my-order-line {
      font-feature-settings: "lnum" 1, "tnum" 1;
    }

    /* ══════════════════════════════════════════════════════════
       MASTHEAD — dunkles Kopfband mit Medaillon
    ══════════════════════════════════════════════════════════ */
    .masthead {
      background:
        radial-gradient(ellipse at 50% 130%, rgba(179,146,77,.16) 0, transparent 60%),
        linear-gradient(180deg, var(--pine-2) 0%, var(--pine) 100%);
      color: var(--ivory);
      text-align: center;
      padding: clamp(26px, 5vw, 44px) 18px 26px;
      position: relative;
    }
    .masthead::after {
      content: '';
      position: absolute; left: 0; right: 0; bottom: 0;
      height: 5px;
      border-top: 1px solid rgba(214,184,120,.55);
      border-bottom: 1px solid rgba(214,184,120,.25);
    }
    .medallion {
      width: clamp(106px, 17.5vw, 140px);
      height: clamp(106px, 17.5vw, 140px);
      margin: 0 auto 16px;
      border-radius: 50%;
      background: radial-gradient(circle at 38% 30%, #fffdf4 0%, #f1e9d4 78%);
      display: flex; align-items: center; justify-content: center;
      position: relative;
      box-shadow: 0 10px 26px -8px rgba(0,0,0,.5), inset 0 -2px 6px rgba(151,121,58,.25);
    }
    /* Wappen ist 513×641 (1:1.25) und unten durch das Schriftband voll breit → Bildecken müssen
       innerhalb des Kreises liegen: 62 % Breite ⇒ Eckabstand ≈ 0.99 r (vorher 72 % ⇒ 1.15 r, ragte heraus). */
    .medallion img { width: 62%; height: auto; display: block; }
    .brand-over {
      font-size: 10px; font-weight: 700;
      letter-spacing: .34em; text-transform: uppercase;
      color: var(--gold-l);
      margin-bottom: 10px;
    }
    .masthead h1 {
      font-family: var(--font-display);
      font-weight: 600;
      font-size: clamp(1.55rem, 5.2vw, 2.5rem);
      letter-spacing: .14em;
      text-transform: uppercase;
      line-height: 1.12;
      color: #f6f1e0;
    }
    .brand-sub {
      margin-top: 12px;
      display: flex; align-items: center; justify-content: center; gap: 14px;
      font-size: 10px; font-weight: 600;
      letter-spacing: .26em; text-transform: uppercase;
      color: var(--ivory-dim);
    }
    .brand-sub::before, .brand-sub::after {
      content: '';
      width: clamp(28px, 6vw, 54px); height: 1px;
      background: linear-gradient(to right, transparent, rgba(214,184,120,.6));
    }
    .brand-sub::after { background: linear-gradient(to left, transparent, rgba(214,184,120,.6)); }
    .role-tag {
      display: inline-block;
      margin-top: 14px;
      padding: 6px 16px;
      border: 1px solid rgba(214,184,120,.65);
      border-radius: 999px;
      font-size: 10px; font-weight: 800;
      letter-spacing: .28em; text-transform: uppercase;
      color: var(--gold-l);
    }
    .role-tag.green { border-color: rgba(141,182,154,.7); color: #b9d9c4; }

    /* Begrüßungszeile (nur Gastansicht) */
    .greeting-band {
      max-width: 560px;
      margin: 22px auto 0;
      padding: 0 22px;
      text-align: center;
      font-family: var(--font-display);
      font-style: italic;
      font-size: clamp(15px, 2.6vw, 17.5px);
      line-height: 1.6;
      color: var(--ink-soft);
    }
    .greeting-band .sign {
      display: block;
      margin-top: 7px;
      font-family: var(--font-ui);
      font-style: normal;
      font-size: 10px; font-weight: 700;
      letter-spacing: .26em; text-transform: uppercase;
      color: var(--gold-d);
    }

    /* ══════════════════════════════════════════════════════════
       NAVIGATION — dunkles Band, Unterstrich-Tabs
    ══════════════════════════════════════════════════════════ */
    .menu-nav {
      position: sticky; top: 0; z-index: 40;
      background: rgba(29,42,34,.97);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border-bottom: 1px solid rgba(214,184,120,.4);
      margin-top: 18px;
    }
    .nav-scroll {
      display: flex;
      gap: 2px;
      overflow-x: auto;
      scrollbar-width: none;
      padding: 0 10px;
      max-width: 1060px;
      margin: 0 auto;
    }
    .nav-scroll::-webkit-scrollbar { display: none; }
    @media (min-width: 900px) { .nav-scroll { justify-content: center; } }
    .nav-link {
      flex: 0 0 auto;
      background: none; border: none;
      padding: 15px 15px 12px;
      font-size: 11px; font-weight: 700;
      letter-spacing: .18em; text-transform: uppercase;
      color: var(--ivory-dim);
      border-bottom: 2px solid transparent;
      cursor: pointer;
      transition: color .2s, border-color .2s;
      white-space: nowrap;
      touch-action: manipulation;
    }
    .nav-link:hover { color: var(--ivory); }
    .nav-link.active { color: #f6f1e0; border-bottom-color: var(--gold-l); }
    .nav-link.featured { color: var(--gold-l); }
    .nav-link.featured.active { color: var(--gold-l); }
    .nav-link.featured::before { content: '✦ '; font-size: 9px; vertical-align: 1px; }

    /* ══════════════════════════════════════════════════════════
       INHALTS-CONTAINER
    ══════════════════════════════════════════════════════════ */
    .page {
      width: 100%;
      max-width: 700px;
      margin: 0 auto;
      padding: 26px 20px 150px;
      animation: rise .4s ease-out both;
    }
    @media (min-width: 900px) { .page { max-width: 1010px; padding: 34px 32px 130px; } }
    @keyframes rise {
      from { opacity: 0; transform: translateY(6px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* ── Sektionsköpfe ── */
    .sec-head { text-align: center; margin: 8px 0 20px; }
    .sec-orn {
      display: flex; align-items: center; justify-content: center; gap: 12px;
      color: var(--gold);
      margin-bottom: 10px;
      font-size: 11px;
    }
    .sec-orn::before, .sec-orn::after {
      content: '';
      width: clamp(40px, 9vw, 80px); height: 1px;
      background: linear-gradient(to right, transparent, var(--gold));
    }
    .sec-orn::after { background: linear-gradient(to left, transparent, var(--gold)); }
    .sec-head h2 {
      font-family: var(--font-display);
      font-weight: 600;
      font-size: clamp(1.6rem, 4.6vw, 2.05rem);
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--ink);
    }
    .sec-sub {
      margin-top: 5px;
      font-size: 12.5px; font-weight: 600;
      letter-spacing: .06em;
      color: var(--ink-soft);
    }
    .hours-line {
      margin-top: 9px;
      display: inline-flex; align-items: center; gap: 9px;
      font-size: 10.5px; font-weight: 800;
      letter-spacing: .22em; text-transform: uppercase;
      color: var(--gold-d);
    }
    .hours-line svg { width: 13px; height: 13px; }
    .hours-line.alert { color: var(--wine); }
    .sec-note {
      max-width: 470px;
      margin: 12px auto 0;
      font-family: var(--font-display);
      font-style: italic;
      font-size: 15px;
      line-height: 1.55;
      color: var(--ink-soft);
      text-align: center;
    }
    .group-note {
      text-align: center;
      font-size: 10.5px; font-weight: 600;
      letter-spacing: .14em; text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 6px;
    }

    /* ══════════════════════════════════════════════════════════
       SPEISEKARTEN-ZEILEN  (klassisch: Name … Preis)
    ══════════════════════════════════════════════════════════ */
    .menu-list { display: grid; grid-template-columns: 1fr; column-gap: 56px; }
    @media (min-width: 880px) { .menu-list.two-col { grid-template-columns: 1fr 1fr; } }

    .menu-row {
      padding: 13px 10px 13px 12px;
      border-bottom: 1px solid var(--line-soft);
      border-radius: 6px;
      transition: background .18s;
      position: relative;
      animation: rise .35s ease-out both;
    }
    .menu-row:hover { background: rgba(251,248,240,.85); }
    .menu-row.featured {
      background: linear-gradient(90deg, rgba(141,43,31,.055), transparent 70%);
      box-shadow: inset 2.5px 0 0 var(--wine);
    }
    .menu-row.daily {
      background: linear-gradient(90deg, rgba(47,92,66,.075), transparent 70%);
      box-shadow: inset 2.5px 0 0 #2f5c42;
    }
    .menu-row.has-member:not(.featured):not(.daily) {
      background: linear-gradient(90deg, rgba(179,146,77,.07), transparent 70%);
      box-shadow: inset 2.5px 0 0 var(--gold);
    }
    .menu-row.in-cart { background: linear-gradient(90deg, rgba(63,107,80,.07), transparent 75%); }
    .menu-row.sold-out { opacity: .55; }
    .menu-row.sold-out .row-name,
    .menu-row.sold-out .row-price { text-decoration: line-through; text-decoration-color: rgba(36,42,33,.4); }

    .row-tags { display: flex; gap: 14px; margin-bottom: 3px; }
    .row-tag {
      font-size: 9px; font-weight: 800;
      letter-spacing: .24em; text-transform: uppercase;
    }
    .row-tag.week { color: var(--wine); }
    .row-tag.week::before { content: '✦ '; }
    .row-tag.daily { color: #2f5c42; }
    .row-tag.daily::before { content: '◆ '; }
    .row-tag.member { color: var(--gold-d); }
    .row-tag.member::before { content: '★ '; }

    .row-line { display: flex; align-items: baseline; gap: 9px; }
    .row-name {
      font-family: var(--font-display);
      font-size: 1.16rem;
      font-weight: 600;
      color: var(--ink);
      line-height: 1.3;
    }
    .kennz {
      font-family: var(--font-ui);
      font-size: .56em;
      font-weight: 700;
      letter-spacing: .1em;
      color: var(--muted);
      vertical-align: super;
      margin-left: 4px;
      white-space: nowrap;
    }
    .leader {
      flex: 1;
      min-width: 16px;
      border-bottom: 2px dotted rgba(135,130,110,.55);
      transform: translateY(-4px);
    }
    .row-price {
      font-family: var(--font-display);
      font-size: 1.12rem;
      font-weight: 700;
      color: var(--ink);
      white-space: nowrap;
      font-variant-numeric: tabular-nums;
    }
    .row-price .ab {
      font-family: var(--font-ui);
      font-size: 9px; font-weight: 800;
      letter-spacing: .18em; text-transform: uppercase;
      color: var(--gold-d);
      margin-right: 5px;
      vertical-align: 2px;
    }
    .row-desc {
      margin-top: 2px;
      font-family: var(--font-display);
      font-style: italic;
      font-size: 14.5px;
      line-height: 1.45;
      color: var(--ink-soft);
      padding-right: 56px;
    }
    .row-note {
      margin-top: 3px;
      font-size: 10px; font-weight: 700;
      letter-spacing: .16em; text-transform: uppercase;
      color: var(--muted);
    }
    .row-add {
      position: absolute;
      right: 8px; bottom: 11px;
      width: 36px; height: 36px;
      border-radius: 50%;
      border: 1.5px solid var(--gold);
      background: transparent;
      color: var(--gold-d);
      font-size: 19px; line-height: 1;
      cursor: pointer;
      transition: all .18s;
      display: flex; align-items: center; justify-content: center;
      touch-action: manipulation;
    }
    .row-add:hover { background: var(--gold); color: #fff; transform: scale(1.06); }
    .row-add:active { transform: scale(.94); }
    .row-count {
      position: absolute;
      right: 36px; bottom: 34px;
      min-width: 19px; height: 19px;
      padding: 0 5px;
      border-radius: 999px;
      background: var(--moss);
      color: #fff;
      font-size: 10.5px; font-weight: 800;
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 2px 5px rgba(63,107,80,.4);
      pointer-events: none;
    }
    .row-soldtag {
      position: absolute;
      right: 8px; bottom: 16px;
      font-size: 9px; font-weight: 800;
      letter-spacing: .2em; text-transform: uppercase;
      color: var(--red);
      border: 1px solid rgba(162,58,46,.4);
      border-radius: 999px;
      padding: 4px 10px;
      background: rgba(243,226,221,.5);
    }
    .menu-row { padding-right: 56px; }
    .menu-row.sold-out { padding-right: 110px; }

    /* ══════════════════════════════════════════════════════════
       GESPERRTE KARTE
    ══════════════════════════════════════════════════════════ */
    .locked-frame {
      max-width: 520px;
      margin: 10px auto;
      padding: 34px 26px 30px;
      text-align: center;
      background: var(--card);
      border: 1px solid var(--gold);
      outline: 1px solid var(--gold);
      outline-offset: 4px;
      border-radius: 4px;
      box-shadow: var(--sh-sm);
    }
    .locked-frame .lk {
      width: 56px; height: 56px;
      margin: 0 auto 14px;
      border-radius: 50%;
      border: 1px solid var(--gold);
      display: flex; align-items: center; justify-content: center;
      color: var(--gold-d);
    }
    .locked-frame .lk svg { width: 24px; height: 24px; }
    .locked-frame h3 {
      font-family: var(--font-display);
      font-size: 1.45rem; font-weight: 600;
      letter-spacing: .04em;
      margin-bottom: 8px;
    }
    .locked-frame p {
      font-family: var(--font-display);
      font-style: italic;
      font-size: 15px; line-height: 1.6;
      color: var(--ink-soft);
      margin-bottom: 18px;
    }

    /* ══════════════════════════════════════════════════════════
       VARIANTEN-AUSWAHL  (mobil Sheet · Desktop Dialog)
    ══════════════════════════════════════════════════════════ */
    .sheet-overlay {
      position: fixed; inset: 0;
      background: rgba(20,28,23,.6);
      z-index: 60;
      display: flex; align-items: flex-end; justify-content: center;
      animation: fade .22s ease-out;
    }
    @keyframes fade { from { opacity: 0; } to { opacity: 1; } }
    .sheet {
      width: 100%;
      max-width: 560px;
      background: var(--card);
      border-radius: 18px 18px 0 0;
      padding: 20px 22px calc(24px + env(safe-area-inset-bottom));
      animation: up .28s cubic-bezier(.32,1.2,.5,1);
      max-height: 85dvh;
      overflow-y: auto;
    }
    @keyframes up { from { transform: translateY(100%); } to { transform: translateY(0); } }
    @media (min-width: 700px) {
      .sheet-overlay { align-items: center; padding: 24px; }
      .sheet { max-width: 440px; border-radius: 6px; border: 1px solid var(--gold); outline: 1px solid var(--gold); outline-offset: 4px; animation: pop .26s cubic-bezier(.34,1.4,.6,1); }
      .sheet-grip { display: none; }
    }
    @keyframes pop { from { opacity: 0; transform: scale(.94); } to { opacity: 1; transform: scale(1); } }
    .sheet-grip { width: 38px; height: 4px; border-radius: 2px; background: var(--line); margin: -6px auto 14px; }
    .sheet h3 {
      font-family: var(--font-display);
      font-size: 1.45rem; font-weight: 600;
      letter-spacing: .02em;
    }
    .sheet .sheet-sub {
      font-family: var(--font-display);
      font-style: italic;
      font-size: 14px;
      color: var(--ink-soft);
      margin-top: 2px;
    }
    .variant-list { margin: 16px 0; border-top: 1px solid var(--line-soft); }
    .variant-row {
      display: flex; align-items: baseline; gap: 10px;
      width: 100%;
      background: none; border: none;
      border-bottom: 1px solid var(--line-soft);
      padding: 13px 6px;
      cursor: pointer;
      text-align: left;
      transition: background .15s;
      touch-action: manipulation;
    }
    .variant-row:hover { background: var(--card-2); }
    /* Ausverkaufte Variante: sichtbar, aber nicht wählbar (ab 15.6) */
    .variant-row.gone { cursor: default; opacity: .6; }
    .variant-row.gone .v-label { text-decoration: line-through; }
    .variant-row .v-gone { font-family: var(--font-ui); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--red); white-space: nowrap; }
    .variant-row .v-label { font-family: var(--font-display); font-size: 1.05rem; font-weight: 600; color: var(--ink); }
    .variant-row .leader { transform: translateY(-3px); }
    .variant-row .v-price { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; color: var(--gold-d); font-variant-numeric: tabular-nums; }
    .sheet-close {
      width: 100%;
      background: none;
      border: 1px solid var(--line);
      border-radius: var(--r-s);
      padding: 12px;
      font-size: 11px; font-weight: 800;
      letter-spacing: .2em; text-transform: uppercase;
      color: var(--ink-soft);
      cursor: pointer;
    }
    .sheet-close:hover { border-color: var(--ink-soft); }

    /* ══════════════════════════════════════════════════════════
       BESTELL-LEISTE  (mobil unten · Desktop schwebend rechts)
    ══════════════════════════════════════════════════════════ */
    .cart-bar {
      position: fixed;
      left: 0; right: 0; bottom: 0;
      z-index: 45;
      width: 100%;
      display: flex; align-items: center; gap: 14px;
      background: linear-gradient(180deg, var(--pine-2), var(--pine));
      color: var(--ivory);
      border: none;
      border-top: 1px solid rgba(214,184,120,.6);
      padding: 13px 18px calc(13px + env(safe-area-inset-bottom));
      cursor: pointer;
      text-align: left;
      animation: barUp .3s ease-out both;
    }
    @keyframes barUp { from { transform: translateY(105%); } to { transform: translateY(0); } }
    @media (min-width: 900px) {
      .cart-bar {
        left: auto; right: 30px; bottom: 30px;
        width: auto; min-width: 330px;
        border: 1px solid rgba(214,184,120,.7);
        border-radius: 4px;
        outline: 1px solid rgba(214,184,120,.45);
        outline-offset: 3px;
        box-shadow: var(--sh-lg);
        padding: 15px 18px;
      }
    }
    .cart-bar .cb-count {
      font-size: 10px; font-weight: 800;
      letter-spacing: .22em; text-transform: uppercase;
      color: var(--gold-l);
    }
    .cart-bar .cb-total {
      flex: 1;
      font-family: var(--font-display);
      font-size: 1.25rem; font-weight: 700;
      font-variant-numeric: tabular-nums;
    }
    .cart-bar .cb-go {
      background: linear-gradient(180deg, var(--gold-l), var(--gold));
      color: var(--pine);
      border-radius: 3px;
      padding: 11px 18px;
      font-size: 11px; font-weight: 800;
      letter-spacing: .18em; text-transform: uppercase;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
    }

    /* ══════════════════════════════════════════════════════════
       WARENKORB-DRAWER
    ══════════════════════════════════════════════════════════ */
    .drawer-overlay { position: fixed; inset: 0; background: rgba(20,28,23,.6); z-index: 70; animation: fade .22s ease-out; }
    .drawer {
      position: fixed; top: 0; right: 0; bottom: 0;
      width: min(470px, 100%);
      background: var(--paper);
      z-index: 71;
      display: flex; flex-direction: column;
      box-shadow: -16px 0 50px rgba(20,28,23,.4);
      animation: slide .28s cubic-bezier(.32,1,.45,1);
    }
    @keyframes slide { from { transform: translateX(100%); } to { transform: translateX(0); } }
    .drawer-head {
      background: linear-gradient(180deg, var(--pine-2), var(--pine));
      color: var(--ivory);
      padding: 18px 20px 15px;
      display: flex; align-items: center; justify-content: space-between;
      border-bottom: 1px solid rgba(214,184,120,.55);
    }
    .drawer-head h2 {
      font-family: var(--font-display);
      font-size: 1.3rem; font-weight: 600;
      letter-spacing: .14em; text-transform: uppercase;
    }
    .drawer-close {
      width: 34px; height: 34px;
      background: none;
      border: 1px solid rgba(242,236,218,.4);
      border-radius: 3px;
      color: var(--ivory);
      font-size: 15px;
      cursor: pointer;
      display: flex; align-items: center; justify-content: center;
    }
    .drawer-close:hover { border-color: var(--gold-l); color: var(--gold-l); }
    .drawer-body { flex: 1; overflow-y: auto; padding: 18px 20px calc(28px + env(safe-area-inset-bottom)); }

    .cart-item { padding: 13px 2px; border-bottom: 1px solid var(--line-soft); }
    .cart-item-line { display: flex; align-items: baseline; gap: 9px; }
    .cart-item-name { font-family: var(--font-display); font-size: 1.08rem; font-weight: 600; }
    .cart-item-price { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }
    .cart-item-variant { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-d); margin-top: 2px; }
    .cart-item-desc { font-family: var(--font-display); font-style: italic; font-size: 13.5px; color: var(--ink-soft); margin-top: 3px; line-height: 1.45; }
    .cart-item-cat { font-size: 9.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
    .qty-row { margin-top: 9px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
    .qty-control { display: inline-flex; align-items: center; gap: 2px; border: 1px solid var(--line); border-radius: 3px; background: var(--card); }
    .qty-control button {
      width: 32px; height: 30px;
      background: none; border: none;
      font-size: 16px; font-weight: 600;
      color: var(--ink-soft);
      cursor: pointer;
      touch-action: manipulation;
    }
    .qty-control button:hover { color: var(--gold-d); }
    .qty-control .qty { min-width: 26px; text-align: center; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; }
    .cart-item-remove {
      background: none; border: none;
      font-size: 10px; font-weight: 800;
      letter-spacing: .16em; text-transform: uppercase;
      color: var(--muted);
      cursor: pointer;
      padding: 6px 4px;
    }
    .cart-item-remove:hover { color: var(--red); }
    .cart-comment {
      margin-top: 9px;
      width: 100%;
      background: var(--card);
      border: 1px solid var(--line);
      border-radius: var(--r-s);
      padding: 9px 12px;
      font-size: 13px;
      font-family: var(--font-ui);
      color: var(--ink);
      outline: none;
      resize: vertical;
      min-height: 38px;
    }
    .cart-comment:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(179,146,77,.18); }
    .cart-total-row {
      display: flex; justify-content: space-between; align-items: baseline;
      margin: 18px 0;
      padding-top: 14px;
      border-top: 2px solid var(--ink);
      font-family: var(--font-display);
      font-size: 1.3rem; font-weight: 700;
    }
    .cart-total-row .amount { font-variant-numeric: tabular-nums; }
    .checkout-head {
      font-size: 10px; font-weight: 800;
      letter-spacing: .24em; text-transform: uppercase;
      color: var(--gold-d);
      margin: 4px 0 14px;
      display: flex; align-items: center; gap: 12px;
    }
    .checkout-head::after { content: ''; flex: 1; height: 1px; background: var(--line); }

    /* ══════════════════════════════════════════════════════════
       FORMULARE & BUTTONS
    ══════════════════════════════════════════════════════════ */
    .form-group { margin-bottom: 13px; }
