/* ============================================================
   Landschlachterei Reinke — Basis-Stile
   Farben, Typografie, Layout, Kopf/Navigation, Footer.
   Diese Regeln gelten für alle Seiten.
   ============================================================ */

:root {
  --cream:  #FBF7F0;
  --paper:  #F4ECDD;
  --paper-2:#EFE4D0;
  --ink:    #2C2620;
  --ink-soft:#5C5246;
  --accent: #7A2E2E;   /* Weinrot */
  --accent-d:#642626;
  --wine:   #7A2E2E;
  --board:  #2B2823;
  --board-2:#211E1A;
  --line:   rgba(44,38,32,0.14);
  --line-2: rgba(44,38,32,0.08);
  --whatsapp:#1FA855;
  --shadow: 0 18px 40px -24px rgba(44,38,32,0.45);
  --maxw: 1160px;
  --head: 'Acme', system-ui, sans-serif;
  --body: 'Averia Serif Libre', Georgia, serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  overflow-x: hidden;
  font-family: var(--body);
  color: var(--ink);
  background-color: var(--cream);
  background-image:
    radial-gradient(circle at 12% 8%, rgba(192,130,47,0.05), transparent 42%),
    radial-gradient(circle at 88% 18%, rgba(122,46,46,0.04), transparent 40%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--head); font-weight: 400; letter-spacing: 0.6px; line-height: 1.12; margin: 0; }

a { color: inherit; }

img { display: block; max-width: 100%; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }

.eyebrow {
  font-family: var(--body);
  font-size: 14px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent-d);
  font-weight: 700;
  margin: 0 0 14px;
}

/* hand-style divider: a gold rule with a centered diamond */
.divider { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 16px auto 0; max-width: 240px; }
.divider::before, .divider::after { content: ""; height: 2px; flex: 1; background: linear-gradient(90deg, transparent, var(--accent)); }
.divider::after { background: linear-gradient(90deg, var(--accent), transparent); }
.divider i { width: 9px; height: 9px; background: var(--accent); transform: rotate(45deg); display: block; }

.section { padding-block: 84px; }
.section--tight { padding-block: 56px; }
.section-head { text-align: center; max-width: 640px; margin-inline: auto; }
.section-head h2 { font-size: clamp(30px, 4.4vw, 46px); }
.section-head p { color: var(--ink-soft); margin: 14px 0 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--body); font-size: 17px; font-weight: 700;
  padding: 14px 26px; border: 2px solid transparent; cursor: pointer;
  text-decoration: none; transition: transform .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease;
  letter-spacing: .3px;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--accent); color: #fff; box-shadow: 0 10px 22px -12px rgba(192,130,47,0.9); }
.btn--primary:hover { background: var(--accent-d); }
.btn--outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: var(--cream); }
.btn--wine { background: var(--wine); color: #fff; }
.btn--wine:hover { background: #642424; }
.btn--whatsapp { background: var(--whatsapp); color: #fff; }
.btn--whatsapp:hover { background: #178a45; }

/* ============================================================
   INFO-LEISTE (Topbar)
   ============================================================ */
#topbar { background: var(--paper); color: var(--ink-soft); border-bottom: 1px solid var(--line-2); font-family: var(--body); font-size: 14.5px; }
#topbar .wrap { display: flex; align-items: center; justify-content: center; gap: 10px 28px; flex-wrap: wrap; padding-block: 9px; }
#topbar .tb-item { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
#topbar .tb-item .ic { color: var(--accent-d); font-size: 13px; }
#topbar .dot { width: 4px; height: 4px; border-radius: 50%; background: currentColor; opacity: .4; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
#siteheader { position: sticky; top: 0; z-index: 50; background: rgba(251,247,240,0.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line-2); transition: box-shadow .2s ease; }
#siteheader.scrolled { box-shadow: 0 8px 24px -18px rgba(44,38,32,0.5); }
#siteheader .wrap { display: flex; align-items: center; justify-content: space-between; padding-block: 12px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { height: 56px; width: auto; display: block; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { font-family: var(--body); font-size: 17px; text-decoration: none; color: var(--ink); padding: 9px 16px; position: relative; }
.nav a::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: 4px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }
.nav a.active { color: var(--accent-d); }
.nav-cta { margin-left: 10px; }
.nav a.nav-cta, .nav a.nav-cta:hover { color: #fff; }
.burger { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .2s; }

/* ============================================================
   HERO
   ============================================================ */
#hero { padding-block: 64px 40px; }
#hero .wrap { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
#hero .hero-photo { position: relative; }
.media-placeholder {
  display: grid; place-items: center; gap: 12px; text-align: center;
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 28% 26%, rgba(192,130,47,0.12), transparent 55%),
    radial-gradient(circle at 78% 80%, rgba(122,46,46,0.08), transparent 55%);
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.media-placeholder i { font-size: 56px; color: var(--accent); }
.media-placeholder .mp-label { font-family: var(--body); font-style: italic; color: var(--ink-soft); font-size: 15.5px; padding-inline: 20px; }
.media-placeholder--hero { width: 100%; height: 460px; }
.hero-photo .hero-img { width: 100%; height: 460px; object-fit: cover; box-shadow: var(--shadow); }
#hero .hero-photo .stamp {
  position: absolute; bottom: -22px; left: -22px; background: var(--wine); color: #fff;
  font-family: var(--head); font-size: 15px; letter-spacing: .5px; padding: 16px 20px; line-height: 1.15;
  box-shadow: 0 12px 26px -14px rgba(122,46,46,0.8); transform: rotate(-3deg); max-width: 200px;
}
#hero .hero-photo .stamp b { display: block; font-size: 30px; }
#hero h1 { font-size: clamp(38px, 5.4vw, 60px); line-height: 1.04; }
#hero .lead { font-size: 20px; color: var(--ink-soft); margin: 20px 0 28px; max-width: 460px; }
#hero .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* trust strip */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(244,236,221,0.5); }
.trust .wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-block: 34px; }
.trust .t-item { text-align: center; padding-inline: 12px; }
.trust .t-item .t-ic { font-size: 26px; color: var(--accent); margin-bottom: 8px; }
.trust .t-item h4 { font-size: 21px; margin-bottom: 6px; }
.trust .t-item p { margin: 0; font-size: 16px; color: var(--ink-soft); }
.trust .t-item:not(:last-child) { border-right: 1px solid var(--line); }

/* ============================================================
   GRILLKISTE — Featured Dauerangebot
   ============================================================ */
#angebot { background: var(--paper); border-block: 1px solid var(--line-2); }
.offer-card {
  position: relative; max-width: 720px; margin: 38px auto 0; background: var(--cream);
  border: 2px solid var(--ink); display: grid; grid-template-columns: 1fr auto; gap: 24px;
  align-items: center; padding: 34px 36px; box-shadow: 10px 10px 0 var(--accent);
}
.offer-card .ribbon {
  position: absolute; top: -16px; left: 28px; background: var(--wine); color: #fff;
  font-family: var(--head); font-size: 14px; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 7px 16px;
}
.offer-card h3 { font-size: 34px; color: var(--accent-d); margin-bottom: 10px; }
.offer-card .items { color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.offer-card .price { text-align: right; white-space: nowrap; }
.offer-card .price .lbl { display: block; font-family: var(--head); font-size: 16px; color: var(--ink-soft); }
.offer-card .price .amt { font-family: var(--head); font-size: 52px; color: var(--wine); line-height: 1; }

/* ============================================================
   GRILLSPEZIALITÄTEN — Kreidetafel
   ============================================================ */
#grill { background:
    linear-gradient(rgba(20,18,15,0.5), rgba(20,18,15,0.5)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.04 0.008' numOctaves='3'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23w)' opacity='0.5'/%3E%3C/svg%3E");
  background-color: #5a3d24;
}
.board {
  max-width: 900px; margin-inline: auto; background: var(--board);
  background-image: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.04), transparent 60%),
                    radial-gradient(circle at 75% 80%, rgba(255,255,255,0.03), transparent 55%);
  border: 14px solid #3a2718; border-radius: 8px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.06), inset 0 0 80px rgba(0,0,0,0.55), 0 30px 60px -28px rgba(0,0,0,0.7);
  padding: 50px clamp(28px, 5vw, 70px) 54px;
  color: #F3EFE6;
}
.board .board-head { text-align: center; margin-bottom: 8px; }
.board .board-head h2 { font-size: clamp(32px, 4.6vw, 50px); color: #fff; text-shadow: 0 1px 0 rgba(255,255,255,0.25); }
.board .board-head .chalk-sub { color: #D9CFBE; font-style: italic; margin-top: 8px; }
.board .chalk-rule { height: 2px; background: repeating-linear-gradient(90deg, rgba(255,255,255,0.5) 0 22px, transparent 22px 30px); margin: 22px auto 30px; max-width: 320px; opacity: .7; }
.menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 56px; }
.menu-item { display: flex; align-items: baseline; gap: 10px; padding: 7px 0; border-bottom: 1px dotted rgba(255,255,255,0.18); }
.menu-item .name { font-size: 21px; color: #F6F2E9; }
.menu-item .note { font-size: 13px; color: #C9BBA4; font-style: italic; margin-left: auto; text-align: right; }
.board .board-foot { text-align: center; margin-top: 30px; color: #F3D79A; font-size: 17px; }
.board .board-foot u { text-underline-offset: 4px; }

/* ============================================================
   PRODUKTE
   ============================================================ */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 46px; }
.prod-card {
  text-decoration: none; color: var(--ink); background: var(--cream); border: 1px solid var(--line);
  overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; display: block;
}
.prod-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--accent); }
.prod-card .pc-photo { width: 100%; height: 190px; object-fit: cover; display: block; }
.prod-card .pc-deco {
  width: 100%; height: 190px; display: grid; place-items: center; border-bottom: 1px solid var(--line);
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 28% 26%, rgba(192,130,47,0.12), transparent 55%),
    radial-gradient(circle at 78% 80%, rgba(122,46,46,0.08), transparent 55%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
}
.prod-card .pc-deco i { font-size: 54px; color: var(--accent); }
.prod-card:hover .pc-deco i { color: var(--accent-d); }
.prod-card .pc-body { padding: 18px 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.prod-card h4 { font-size: 22px; }
.prod-card .arrow { color: var(--accent); font-size: 20px; transition: transform .18s ease; }
.prod-card:hover .arrow { transform: translateX(4px); }
.gutschein {
  max-width: 560px; margin: 36px auto 0; text-align: center; background: var(--paper);
  border: 1px dashed var(--accent); padding: 22px 28px; color: var(--ink-soft);
}
.gutschein strong { color: var(--ink); }

/* ============================================================
   VORBESTELLEN
   ============================================================ */
#vorbestellen { background: var(--paper); border-block: 1px solid var(--line-2); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 760px; margin: 40px auto 0; }
.contact-card { background: var(--cream); border: 1px solid var(--line); padding: 30px; text-align: center; }
.contact-card .cc-ic { font-size: 34px; margin-bottom: 14px; }
.contact-card.tel .cc-ic { color: var(--accent); }
.contact-card.wa .cc-ic { color: var(--whatsapp); }
.contact-card h4 { font-size: 23px; margin-bottom: 6px; }
.contact-card .num { font-size: 22px; font-weight: 700; letter-spacing: .3px; }
.contact-card .sub { color: var(--ink-soft); font-size: 15px; margin-top: 8px; min-height: 42px; }
.contact-card .btn { margin-top: 16px; }
.vb-note { max-width: 700px; margin: 28px auto 0; text-align: center; color: var(--ink-soft); }
.vb-callout {
  max-width: 640px; margin: 22px auto 0; display: flex; gap: 14px; align-items: flex-start;
  background: rgba(122,46,46,0.07); border-left: 4px solid var(--wine); padding: 18px 22px; text-align: left;
}
.vb-callout .ic { color: var(--wine); font-size: 20px; margin-top: 2px; }
.vb-callout b { color: var(--wine); }

/* ============================================================
   ÖFFNUNGSZEITEN + Foto
   ============================================================ */
.hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.media-placeholder--hours { width: 100%; height: 380px; }
.hours-grid .hours-img { width: 100%; height: 380px; object-fit: cover; box-shadow: var(--shadow); }
.hours-card h2 { font-size: clamp(28px, 3.6vw, 40px); margin-bottom: 6px; }
.hours-list { margin-top: 22px; }
.hours-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.hours-row .day { font-size: 18px; }
.hours-row .time { font-weight: 700; font-size: 18px; text-align: right; }
.hours-row.closed .time { color: var(--wine); font-weight: 400; font-style: italic; }

/* ============================================================
   ANFAHRT
   ============================================================ */
#anfahrt .wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 44px; align-items: stretch; }
.way-info { align-self: center; }
.way-info h2 { font-size: clamp(28px, 3.6vw, 40px); }
.way-info .addr { font-size: 20px; line-height: 1.7; margin: 20px 0; }
.way-info .addr b { display: block; font-family: var(--head); font-weight: 400; font-size: 23px; }
.map-frame { border: 8px solid var(--cream); box-shadow: var(--shadow); outline: 1px solid var(--line); min-height: 380px; background: var(--paper); }
.map-frame iframe { display: block; width: 100%; height: 100%; min-height: 380px; border: 0; filter: sepia(0.18) saturate(1.05); }

/* ============================================================
   FOOTER
   ============================================================ */
#footer { background: var(--board-2); color: #D9CFBE; padding-block: 56px 30px; }
#footer .wrap { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
#footer h5 { font-family: var(--head); font-weight: 400; font-size: 18px; color: #fff; margin: 0 0 14px; letter-spacing: 1px; }
#footer .f-brand .fb-name { font-family: var(--head); font-size: 26px; color: #fff; }
#footer .f-brand p { color: #AD9F8C; max-width: 320px; margin: 12px 0 0; font-size: 16px; }
#footer ul { list-style: none; margin: 0; padding: 0; }
#footer li { padding: 5px 0; font-size: 16px; }
#footer li .ic { color: var(--accent); width: 18px; display: inline-block; }
#footer a { text-decoration: none; color: #D9CFBE; transition: color .15s; }
#footer a:hover { color: var(--accent); }
#footer .f-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 36px; padding-top: 20px; text-align: center; color: #8C8170; font-size: 14px; }
#footer .f-bottom a { color: #AD9F8C; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  body { font-size: 17px; }
  .nav { position: fixed; top: 0; right: 0; bottom: auto; left: auto; height: 100dvh; width: min(78vw, 320px); background: var(--cream); flex-direction: column; align-items: stretch; padding: 86px 24px 24px; transform: translateX(100%); transition: transform .25s ease; box-shadow: -20px 0 50px -30px rgba(0,0,0,0.5); overflow-y: auto; }
  body.nav-open .nav { transform: translateX(0); }
  .nav a { font-size: 20px; padding: 14px 8px; border-bottom: 1px solid var(--line-2); }
  .nav a::after { display: none; }
  .nav-cta { margin: 14px 8px 0; }
  .burger { display: block; z-index: 60; }
  #hero .wrap { grid-template-columns: 1fr; gap: 36px; }
  .media-placeholder--hero { height: 320px; }
  .hero-photo .hero-img { height: 320px; }
  .trust .wrap { grid-template-columns: 1fr; gap: 0; padding-block: 8px; }
  .trust .t-item { padding-block: 22px; }
  .trust .t-item:not(:last-child) { border-right: 0; border-bottom: 1px solid var(--line); }
  .menu-grid { grid-template-columns: 1fr; gap: 2px; }
  .prod-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid, .hours-grid, #anfahrt .wrap { grid-template-columns: 1fr; }
  .media-placeholder--hours { height: 280px; order: -1; }
  .hours-grid .hours-img { height: 280px; order: -1; }
  #footer .wrap { grid-template-columns: 1fr; gap: 28px; }
  .offer-card { grid-template-columns: 1fr; text-align: center; }
  .offer-card .price { text-align: center; }
}
@media (max-width: 520px) {
  .wrap { padding-inline: 18px; }
  .section { padding-block: 60px; }
  .prod-grid { grid-template-columns: 1fr; }
  .offer-card { padding: 28px 22px; box-shadow: 6px 6px 0 var(--accent); }
  #hero .hero-photo .stamp { left: 0; }
}


/* ============================================================
   Partyservice — Speisekarte (lädt nach styles.css)
   ============================================================ */

/* ---------- Page header band ---------- */
.page-head { background: var(--paper); border-bottom: 1px solid var(--line-2); padding-block: 90px 80px; text-align: center; }
.page-head .eyebrow { margin-bottom: 16px; }
.page-head h1 { font-size: clamp(36px, 5vw, 56px); }
.page-head p { color: var(--ink-soft); max-width: 600px; margin: 18px auto 0; font-size: 19px; }

/* ---------- Info chips under page head ---------- */
.ps-notes { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 26px; }
.ps-notes .chip {
  display: inline-flex; align-items: center; gap: 9px; background: var(--cream);
  border: 1px solid var(--line); color: var(--ink-soft); font-size: 15px; padding: 9px 16px;
}
.ps-notes .chip i { color: var(--accent); font-size: 13px; }

/* ---------- Category index (vertical, top only) ---------- */
#cat-nav { background: var(--cream); border-bottom: 1px solid var(--line-2); padding-block: 44px 8px; }
#cat-nav .cn-inner { max-width: 760px; margin-inline: auto; }
#cat-nav .cn-title { display: flex; align-items: center; gap: 14px; justify-content: center; margin-bottom: 22px; }
#cat-nav .cn-title h2 { font-family: var(--head); font-weight: 400; font-size: 24px; letter-spacing: .5px; color: var(--ink); }
#cat-nav .cn-title .cn-rule { height: 1px; width: 48px; background: var(--accent); }
#cat-nav .cn-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 2px 40px; }
#cat-nav .cn-list a {
  display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink);
  font-size: 18px; padding: 11px 6px; border-bottom: 1px dotted var(--line); transition: color .15s ease, padding .15s ease;
}
#cat-nav .cn-list a .cn-ic { color: var(--accent); font-size: 15px; width: 20px; text-align: center; flex: 0 0 auto; transition: transform .15s ease; }
#cat-nav .cn-list a .cn-arrow { margin-left: auto; color: var(--accent); opacity: 0; transform: translateX(-4px); transition: opacity .15s ease, transform .15s ease; font-size: 14px; }
#cat-nav .cn-list a:hover { color: var(--accent-d); padding-left: 12px; }
#cat-nav .cn-list a:hover .cn-arrow { opacity: 1; transform: translateX(0); }

/* ---------- Menu sections ---------- */
.menu-section { padding-block: 56px; scroll-margin-top: 130px; }
#grill.section { scroll-margin-top: 90px; }
.menu-section:nth-of-type(even) { background: var(--paper); border-block: 1px solid var(--line-2); }
.ms-head { display: flex; align-items: center; gap: 16px; max-width: 820px; margin-inline: auto 0; margin-inline: auto; margin-bottom: 8px; }
.ms-head .ms-ic {
  flex: 0 0 auto; width: 52px; height: 52px; display: grid; place-items: center;
  background: rgba(192,130,47,0.12); color: var(--accent-d); font-size: 22px; border: 1px solid var(--accent);
}
.ms-head h2 { font-size: clamp(26px, 3.4vw, 36px); }
.ms-head .ms-line { flex: 1; height: 1px; background: var(--line); }

/* price-list */
.price-list { max-width: 820px; margin: 22px auto 0; }
.unit-label { font-style: italic; color: var(--accent-d); font-size: 15px; margin: 22px 0 6px; letter-spacing: .3px; }
.unit-label:first-child { margin-top: 6px; }
.pl-row { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 4px 14px; padding: 11px 0; border-bottom: 1px dotted var(--line); }
.pl-row .pl-name { font-size: 19px; color: var(--ink); }
.pl-row .pl-desc { grid-column: 1 / 2; font-size: 14.5px; color: var(--ink-soft); font-style: italic; margin-top: 3px; line-height: 1.45; }
.pl-row .pl-price { font-family: var(--head); font-size: 21px; color: var(--wine); white-space: nowrap; text-align: right; }
.pl-row .pl-price.tag { font-size: 15px; font-style: italic; font-family: var(--body); color: var(--accent-d); }

/* highlighted menu cards (Spanferkel / Entenbrust / Krusten) */
.menu-highlights { max-width: 900px; margin: 30px auto 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.mh-card { background: var(--cream); border: 2px solid var(--ink); box-shadow: 8px 8px 0 var(--accent); padding: 26px 26px 28px; display: flex; flex-direction: column; }
.mh-card .mh-ribbon { font-family: var(--head); font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; color: #fff; background: var(--wine); align-self: flex-start; padding: 5px 13px; margin-bottom: 16px; }
.mh-card h3 { font-size: 26px; color: var(--accent-d); }
.mh-card .mh-desc { color: var(--ink-soft); font-size: 16px; margin: 10px 0 18px; line-height: 1.55; flex: 1; }
.mh-card .mh-price { display: flex; align-items: baseline; gap: 8px; }
.mh-card .mh-price .amt { font-family: var(--head); font-size: 38px; color: var(--wine); line-height: 1; }
.mh-card .mh-price .per { font-size: 15px; color: var(--ink-soft); }
.mh-card .mh-tiers { margin-top: 14px; border-top: 1px solid var(--line); padding-top: 12px; }
.mh-card .mh-tiers .tier { display: flex; justify-content: space-between; gap: 12px; font-size: 15px; padding: 4px 0; color: var(--ink-soft); }
.mh-card .mh-tiers .tier span { white-space: nowrap; }
.mh-card .mh-tiers .tier b { color: var(--wine); font-weight: 700; white-space: nowrap; }

/* ---------- Flyer download ---------- */
.flyer-band { background: var(--paper); border-block: 1px solid var(--line-2); }
.flyer-band .wrap { display: flex; align-items: center; justify-content: center; gap: 22px; flex-wrap: wrap; padding-block: 40px; text-align: center; }
.flyer-band .fb-ic { font-size: 30px; color: var(--accent); }
.flyer-band .fb-text { text-align: left; }
.flyer-band .fb-text h4 { font-size: 22px; }
.flyer-band .fb-text p { margin: 4px 0 0; color: var(--ink-soft); font-size: 15px; }

/* ---------- Service extras ---------- */
.extras-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 900px; margin: 44px auto 0; }
.extra-card { display: flex; gap: 18px; align-items: flex-start; background: var(--cream); border: 1px solid var(--line); padding: 26px; }
.extra-card .ec-ic { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; background: rgba(122,46,46,0.08); color: var(--wine); font-size: 21px; }
.extra-card h4 { font-size: 21px; margin-bottom: 6px; }
.extra-card p { margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.55; }

/* ---------- Closing CTA (reuse #angebot-cta look) ---------- */
#ps-cta { background:
    linear-gradient(rgba(34,30,26,0.9), rgba(34,30,26,0.9)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.04 0.008' numOctaves='3'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23w)' opacity='0.5'/%3E%3C/svg%3E");
  background-color: var(--board); color: #F3EFE6; text-align: center; }
#ps-cta .wrap { padding-block: 72px; }
#ps-cta h2 { font-size: clamp(30px, 4vw, 44px); color: #fff; }
#ps-cta p { color: #D9CFBE; max-width: 580px; margin: 14px auto 28px; font-size: 18px; }
#ps-cta .cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 700px) {
  .extras-grid { grid-template-columns: 1fr; }
  .menu-highlights { grid-template-columns: 1fr; }
  .mh-card { box-shadow: 6px 6px 0 var(--accent); }
  #cat-nav { padding-top: 36px; }
  #cat-nav .cn-list { grid-template-columns: 1fr; }
}
