/* Weingut Kauppert — Layout & Komponenten (statisch, aus dem Design-System abgeleitet).
   Ergänzt tokens.css + base.css. Mobil-responsiv. */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
img { max-width: 100%; }

.container { max-width: var(--container-max); margin: 0 auto; padding: 0 28px; }
.section { padding: 88px 0; }
.section--tight { padding: 56px 0; }
.bg-subtle { background: var(--surface-subtle); }
.center { text-align: center; }

/* ---------- Skip link (Barrierefreiheit) ---------- */
.skip-link { position: absolute; left: -999px; top: 0; background: var(--wine-700); color: var(--sand-50);
  padding: 10px 16px; border-radius: 0 0 8px 0; z-index: 200; }
.skip-link:focus { left: 0; }

/* ---------- Navigation ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(250,246,239,.88);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border-subtle); }
.nav__inner { max-width: var(--container-max); margin: 0 auto; padding: 12px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav__logo img { height: 50px; width: auto; display: block; }
.nav__links { display: flex; gap: 26px; align-items: center; }
.nav__links a { font-family: var(--font-body); font-weight: 600; font-size: 15px; color: var(--ink-700);
  text-decoration: none; padding-bottom: 4px; border-bottom: 2px solid transparent; white-space: nowrap; }
.nav__links a:hover { color: var(--wine-700); text-decoration: none; }
.nav__links a[aria-current="page"] { color: var(--wine-700); border-bottom-color: var(--gold-500); }
.nav__actions { display: flex; align-items: center; gap: 8px; }
.nav__icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--radius-md); color: var(--ink-800); text-decoration: none; }
.nav__icon:hover { background: var(--sand-100); color: var(--ink-800); text-decoration: none; }
.nav__cart { background: var(--wine-700); color: var(--sand-50); }
.nav__cart:hover { background: var(--wine-800); color: var(--sand-50); }
.nav__toggle { display: none; background: none; border: none; cursor: pointer; color: var(--ink-800); padding: 8px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 700; font-size: 15px; line-height: 1;
  padding: 13px 22px; border-radius: var(--radius-md); border: 1.5px solid transparent;
  cursor: pointer; text-decoration: none; transition: background .18s, color .18s, box-shadow .18s, transform .18s; }
.btn:hover { text-decoration: none; }
.btn svg { width: 18px; height: 18px; }
.btn--lg { padding: 16px 28px; font-size: 16px; }
.btn--sm { padding: 9px 15px; font-size: 13.5px; }
.btn--primary { background: var(--wine-700); color: var(--sand-50); }
.btn--primary:hover { background: var(--wine-800); color: var(--sand-50); box-shadow: var(--shadow-md); }
.btn--accent { background: var(--gold-500); color: var(--wine-900); }
.btn--accent:hover { background: var(--gold-600); color: var(--wine-900); box-shadow: var(--shadow-md); }
.btn--secondary { background: transparent; color: var(--wine-700); border-color: var(--wine-700); }
.btn--secondary:hover { background: var(--wine-700); color: var(--sand-50); }
.btn--inverse { background: rgba(255,255,255,.08); color: var(--sand-50); border-color: rgba(250,246,239,.55); }
.btn--inverse:hover { background: var(--sand-50); color: var(--wine-900); }
.btn--full { width: 100%; }

/* ---------- Section heading ---------- */
.sh { max-width: 640px; }
.sh--center { margin-left: auto; margin-right: auto; text-align: center; }
.sh__eyebrow { font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold-600); display: block; margin-bottom: 12px; }
.sh__title { font-family: var(--font-display); font-weight: 600; font-size: var(--fs-display-lg);
  line-height: 1.05; color: var(--ink-900); margin: 0; letter-spacing: -.015em; text-wrap: balance; }
.sh--md .sh__title { font-size: var(--fs-display-md); }
.sh__desc { font-family: var(--font-body); font-size: 17px; line-height: 1.6; color: var(--ink-600); margin: 14px 0 0; }
.sh--center .sh__desc { margin-left: auto; margin-right: auto; }

/* ---------- Stats ---------- */
.stats { display: flex; gap: 40px; margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--border-subtle); flex-wrap: wrap; }
.stat__value { font-family: var(--font-display); font-weight: 600; font-size: 46px; line-height: 1; color: var(--wine-700); }
.stat__value span { font-size: 22px; color: var(--gold-600); margin-left: 3px; }
.stat__label { font-family: var(--font-body); font-size: 14px; color: var(--ink-600); margin-top: 6px; max-width: 150px; }

/* ---------- Hero ---------- */
.hero { position: relative; height: 560px; overflow: hidden; }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(46,17,25,.32), rgba(46,17,25,.62)); }
.hero__content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center;
  justify-content: center; text-align: center; padding: 24px; }
.hero__logo { height: 140px; width: auto; margin-bottom: 24px; }
.hero__rule { width: 46px; height: 1px; background: var(--gold-400); margin-bottom: 20px; }
.hero__place { font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: .28em;
  text-transform: uppercase; color: var(--gold-300); margin-bottom: 16px; }
.hero__title { font-family: var(--font-display); font-weight: 600; font-size: 68px; line-height: 1;
  color: var(--sand-50); margin: 0; max-width: 820px; }
.hero__sub { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: 25px;
  color: var(--sand-100); margin-top: 12px; }
.hero__cta { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; justify-content: center; }

/* ---------- Banner strip ---------- */
.banner { background: var(--wine-800); color: var(--sand-50); padding: 24px 0; }
.banner__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.banner__eyebrow { font-family: var(--font-body); font-weight: 700; font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--gold-400); }
.banner__title { font-family: var(--font-display); font-size: 30px; margin-top: 4px; }

/* ---------- Split (image + text) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split__media { border-radius: var(--radius-lg); overflow: hidden; height: 400px; box-shadow: var(--shadow-md); }
.split__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story-p { font-family: var(--font-body); font-size: 17px; line-height: 1.7; color: var(--ink-700); margin-top: 18px; }

/* ---------- Cards grid ---------- */
.grid { display: grid; gap: 24px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }

/* ---------- Wine label card ---------- */
.winecard { display: flex; flex-direction: column; background: var(--surface-card); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow .2s, transform .2s; }
.winecard:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.winecard__label { position: relative; aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; padding: 22px;
  background: linear-gradient(160deg, var(--card-white), var(--sand-100) 78%, var(--sand-200));
  border-top: 3px solid var(--gold-500); border-bottom: 1px solid var(--border-subtle); }
.winecard__frame { display: none; }
.winecard__panel { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 9px; }
.winecard__brand { font-family: var(--font-body); font-weight: 700; font-size: 9px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold-700); }
.winecard__divider { width: 30px; height: 1px; background: var(--gold-500); }
.winecard__grape-script { font-family: var(--font-display); font-style: italic; font-size: 27px; line-height: 1.1; color: var(--wine-700); }
.winecard__appellation-sm { font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-400); }
.winecard__vintage { position: absolute; top: 12px; left: 12px; font-family: var(--font-mono); font-size: 13px;
  padding: 3px 9px; border-radius: var(--radius-pill); background: var(--card-white); color: var(--wine-700); border: 1px solid var(--gold-300); }
/* Weinart nur dezent über Farbe angedeutet — helle, freundliche Flächen für alle */
.winecard[data-cat="rot"] .winecard__label { border-top-color: var(--wine-600);
  background: linear-gradient(160deg, var(--card-white), var(--wine-50) 82%, var(--wine-100)); }
.winecard[data-cat="rot"] .winecard__grape-script { color: var(--wine-800); }
.winecard[data-cat="rot"] .winecard__vintage { color: var(--wine-800); border-color: var(--wine-200); }
.winecard[data-cat="rose"] .winecard__label { border-top-color: var(--wine-400);
  background: linear-gradient(160deg, var(--card-white), var(--wine-50) 88%); }
.winecard__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.winecard__grape { font-family: var(--font-body); font-weight: 700; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-600); }
.winecard__name { font-family: var(--font-display); font-weight: 600; font-size: 30px; line-height: 1.05; color: var(--ink-900); margin: 0; }
.winecard__appellation { font-family: var(--font-body); font-size: 15px; color: var(--text-muted); }
.winecard__taste { font-family: var(--font-body); font-size: 15px; line-height: 1.5; color: var(--ink-600); margin: 0; }
.winecard__foot { margin-top: auto; padding-top: 12px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.winecard__price { display: flex; align-items: baseline; gap: 3px; font-family: var(--font-display); font-weight: 600; font-size: 30px; color: var(--wine-700); }
.winecard__price span { font-size: 19px; }
.winecard__unit { font-family: var(--font-body); font-size: 11px; color: var(--text-subtle); }

/* ---------- Badges ---------- */
.badges { display: flex; flex-wrap: wrap; gap: 6px; }
.badge { display: inline-flex; align-items: center; font-family: var(--font-body); font-weight: 700; font-size: 11px;
  letter-spacing: .04em; padding: 3px 10px; border-radius: var(--radius-pill); }
.badge--wine { background: var(--wine-100); color: var(--wine-700); }
.badge--gold { background: var(--gold-100); color: var(--gold-700); border: 1px solid var(--gold-300); }

/* ---------- Event card (home) ---------- */
.eventcard { background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg);
  overflow: hidden; display: grid; grid-template-columns: 148px 1fr; box-shadow: var(--shadow-md); }
.eventcard__date { position: relative; background: var(--wine-700); display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; padding: 22px 12px; }
.eventcard__date-frame { position: absolute; inset: 9px; border: 1px solid var(--gold-500); border-radius: 4px; opacity: .8; }
.eventcard__weekday { font-family: var(--font-body); font-weight: 700; font-size: 9px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--gold-300); margin-bottom: 8px; }
.eventcard__day { font-family: var(--font-display); font-style: italic; font-size: 22px; line-height: 1.1; color: var(--sand-50); }
.eventcard__body { padding: 22px 24px; display: flex; flex-direction: column; justify-content: center; }
.eventcard__title { font-family: var(--font-display); font-weight: 600; font-size: 26px; margin: 8px 0 4px; color: var(--ink-900); }
.eventcard__sub { font-family: var(--font-display); font-style: italic; font-size: 17px; color: var(--gold-700); margin: 0 0 12px; }
.eventcard__link { display: inline-flex; gap: 7px; align-items: center; font-family: var(--font-body); font-weight: 600;
  font-size: 14px; color: var(--wine-700); text-decoration: none; }
.eventcard__link:hover { text-decoration: none; color: var(--wine-800); }

/* ---------- Testimonials ---------- */
.testimonial { background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg);
  padding: 28px; box-shadow: var(--shadow-sm); }
.testimonial__stars { color: var(--gold-500); letter-spacing: 2px; margin-bottom: 12px; font-size: 15px; }
.testimonial__quote { font-family: var(--font-display); font-style: italic; font-size: 21px; line-height: 1.4;
  color: var(--ink-800); margin: 0 0 14px; }
.testimonial__author { font-family: var(--font-body); font-weight: 700; font-size: 14px; color: var(--wine-700); }

/* ---------- Anreise card ---------- */
.anreise { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius-lg);
  border: 1px solid var(--gold-300); background: var(--gold-100); box-shadow: var(--shadow-md); }
.anreise__body { padding: 44px; }
.anreise__list { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.anreise__list div { display: flex; gap: 9px; align-items: center; font-size: 15px; color: var(--ink-800); }
.anreise__media { min-height: 320px; }
.anreise__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.icon-inline { color: var(--wine-700); flex-shrink: 0; }

/* ---------- Footer ---------- */
.footer { background: var(--wine-900); color: var(--sand-200); }
.footer__inner { max-width: var(--container-max); margin: 0 auto; padding: 56px 28px 32px;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer__logo img { height: 60px; width: auto; }
.footer__blurb { font-family: var(--font-body); font-size: 15px; line-height: 1.7; color: var(--sand-300); margin-top: 16px; max-width: 320px; }
.footer__tag { display: inline-block; margin-top: 18px; font-family: var(--font-body); font-weight: 700; font-size: 11px;
  letter-spacing: .2em; text-transform: uppercase; color: var(--gold-400); }
.footer__h { font-family: var(--font-body); font-weight: 700; font-size: 12px; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold-400); margin-bottom: 14px; }
.footer__row { display: flex; gap: 9px; align-items: center; margin-bottom: 10px; color: var(--sand-200); font-size: 14px; }
.footer a { color: var(--sand-200); }
.footer a:hover { color: var(--gold-300); }
.footer__links a { display: block; margin-bottom: 10px; }
.footer__bottom { border-top: 1px solid rgba(233,209,154,.18); padding: 18px 28px; text-align: center; font-size: 13px; color: var(--sand-400); }
.footer__bottom a { color: var(--sand-400); }

/* ---------- Focus visibility ---------- */
a:focus-visible, button:focus-visible, .btn:focus-visible { outline: none; box-shadow: var(--ring-focus); border-radius: var(--radius-sm); }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .split { grid-template-columns: 1fr; gap: 32px; }
  .split__media { height: 300px; }
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .anreise { grid-template-columns: 1fr; }
  .anreise__media { min-height: 240px; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .hero__title { font-size: 52px; }
}
@media (max-width: 720px) {
  .container { padding: 0 18px; }
  .section { padding: 60px 0; }
  .nav__links { display: none; }
  .nav__toggle { display: inline-flex; }
  .nav.is-open .nav__links { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column;
    background: var(--surface-page); padding: 16px 24px; gap: 16px; border-bottom: 1px solid var(--border-subtle); box-shadow: var(--shadow-md); }
  .grid--3, .grid--2 { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; gap: 28px; }
  .hero { height: 480px; }
  .hero__title { font-size: 40px; }
  .hero__logo { height: 100px; }
  .hero__sub { font-size: 20px; }
  .sh__title { font-size: var(--fs-display-md); }
  .banner__inner { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   Unterseiten — zusätzliche Komponenten
   ============================================================ */

/* ---------- Seiten-Hero (kurz, mit Bild) ---------- */
.pagehero { position: relative; height: 340px; overflow: hidden; display: flex; }
.pagehero--sm { height: 300px; }
.pagehero--lg { height: 380px; }
.pagehero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pagehero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(46,17,25,.42), rgba(46,17,25,.62)); }
.pagehero__content { position: relative; margin: auto; text-align: center; padding: 24px; }
.pagehero__eyebrow { font-family: var(--font-body); font-weight: 700; font-size: 11px; letter-spacing: .26em;
  text-transform: uppercase; color: var(--gold-300); margin-bottom: 12px; }
.pagehero__title { font-family: var(--font-display); font-weight: 600; font-size: 60px; line-height: 1.02;
  color: var(--sand-50); margin: 0; }

/* ---------- Tag-Filter ---------- */
.tags { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 36px; }
.tag { font-family: var(--font-body); font-weight: 600; font-size: 14px; padding: 8px 16px;
  border-radius: var(--radius-pill); border: 1px solid var(--border-default); background: var(--surface-card);
  color: var(--ink-700); cursor: pointer; transition: all .15s; }
.tag:hover { border-color: var(--gold-500); color: var(--wine-700); }
.tag.is-active { background: var(--wine-700); border-color: var(--wine-700); color: var(--sand-50); }

/* ---------- Generische Karte ---------- */
.card { background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg);
  padding: 28px 30px; box-shadow: var(--shadow-sm); }
.card--accent { background: var(--gold-100); border-color: var(--gold-300); box-shadow: var(--shadow-md); }
.card--wine { background: var(--wine-800); border: none; color: var(--sand-50); }
.card--wine h3 { color: var(--sand-50); }
.card__kicker { font-family: var(--font-body); font-weight: 700; font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold-600); margin-bottom: 6px; }
.card--wine .card__kicker { color: var(--gold-400); }
.card__title { font-family: var(--font-display); font-weight: 600; font-size: 28px; margin: 0 0 12px; color: var(--ink-900); }
.card--wine .card__title { color: var(--sand-50); }
.card--wine p { font-size: 15px; line-height: 1.7; color: var(--sand-200); margin: 0 0 20px; }

/* ---------- Preiszeile ---------- */
.pricerow { display: flex; align-items: baseline; justify-content: space-between; gap: 16px;
  padding: 12px 0; border-bottom: 1px solid var(--border-subtle); }
.pricerow:last-child { border-bottom: none; }
.pricerow__name { font-family: var(--font-body); font-weight: 600; font-size: 16px; color: var(--ink-900); }
.pricerow__meta { font-family: var(--font-mono); font-size: 12px; color: var(--text-muted); margin-left: 8px; }
.pricerow__note { font-family: var(--font-body); font-size: 14px; color: var(--text-muted); margin-top: 2px; }
.pricerow__right { text-align: right; white-space: nowrap; }
.pricerow__price { font-family: var(--font-display); font-weight: 600; font-size: 21px; color: var(--wine-700); }
.pricerow__unit { font-family: var(--font-body); font-size: 11px; color: var(--text-subtle); }

/* ---------- Öffnungszeiten-Zeile (in Karte) ---------- */
.hoursrow { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--border-subtle); }
.hoursrow:last-of-type { border-bottom: none; }
.hoursrow__day { font-weight: 600; font-size: 15px; color: var(--ink-900); }
.hoursrow__time { font-family: var(--font-mono); font-size: 14px; color: var(--wine-700); }

/* ---------- Vinothek Layout ---------- */
.split-start { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: start; }
.foodstrip { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.foodstrip img { width: 100%; height: 320px; object-fit: cover; display: block; }
.split-6040 { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; }

/* ---------- Event-Detailkarte ---------- */
.eventdetail { background: var(--surface-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg);
  overflow: hidden; display: grid; grid-template-columns: 300px 1fr; box-shadow: var(--shadow-md); margin-bottom: 28px; }
.eventdetail__date { position: relative; background: var(--wine-700); min-height: 340px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center; padding: 36px 24px; }
.eventdetail__frame { position: absolute; inset: 12px; border: 1px solid var(--gold-500); border-radius: 6px; }
.eventdetail__weekday { font-family: var(--font-body); font-weight: 700; font-size: 10px; letter-spacing: .24em;
  text-transform: uppercase; color: var(--gold-300); margin-bottom: 14px; }
.eventdetail__bigdate { font-family: var(--font-display); font-style: italic; font-size: 34px; line-height: 1.05; color: var(--sand-50); }
.eventdetail__rule { width: 40px; height: 1px; background: var(--gold-500); margin: 18px 0; }
.eventdetail__name { font-family: var(--font-display); font-size: 26px; color: var(--sand-50); }
.eventdetail__body { padding: 34px 38px; display: flex; flex-direction: column; justify-content: center; }
.eventdetail__meta { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; flex-wrap: wrap; }
.eventdetail__metadate { font-family: var(--font-mono); font-size: 14px; color: var(--wine-700); }
.eventdetail__title { font-family: var(--font-display); font-weight: 600; font-size: var(--fs-display-md); margin: 0 0 6px; color: var(--ink-900); }
.eventdetail__sub { font-family: var(--font-display); font-style: italic; font-size: 22px; color: var(--gold-700); margin: 0 0 18px; }
.eventlist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.eventlist li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--ink-700); }
.eventlist svg { margin-top: 3px; flex-shrink: 0; color: var(--gold-600); }
.eventdetail__actions { margin-top: 24px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.pdf-link { display: inline-flex; gap: 7px; align-items: center; font-family: var(--font-body); font-weight: 600;
  font-size: 14px; color: var(--wine-700); text-decoration: none; }
.pdf-link:hover { text-decoration: none; color: var(--wine-800); }

/* ---------- CTA-Split (wine) ---------- */
.ctasplit { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius-lg);
  background: var(--wine-800); color: var(--sand-50); box-shadow: var(--shadow-md); }
.ctasplit__body { padding: 48px 44px; }
.ctasplit__kicker { font-family: var(--font-body); font-weight: 700; font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--gold-400); margin-bottom: 12px; }
.ctasplit__title { font-family: var(--font-display); font-weight: 600; font-size: 40px; margin: 0 0 14px; color: var(--sand-50); }
.ctasplit__body p { font-size: 16px; line-height: 1.7; color: var(--sand-200); margin: 0 0 24px; }
.ctasplit__media { min-height: 300px; }
.ctasplit__media img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- Ferienwohnung ---------- */
.fewo { padding: 40px 0; }
.fewo--alt { background: var(--surface-subtle); }
.fewo__inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 44px; align-items: center; }
.fewo__inner--reverse { grid-template-columns: 1fr 1.1fr; }
.fewo__photos { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fewo__photos img { width: 100%; height: 168px; object-fit: cover; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); display: block; }
.fewo__head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.fewo__size { font-family: var(--font-mono); font-size: 13px; color: var(--text-muted); }
.fewo__name { font-family: var(--font-display); font-weight: 600; font-size: var(--fs-display-lg); margin: 0 0 8px; color: var(--wine-800); }
.fewo__intro { font-size: 17px; line-height: 1.7; color: var(--ink-700); margin: 0 0 20px; }
.fewo__stats { display: flex; gap: 28px; margin-bottom: 22px; }
.fewo__features { list-style: none; margin: 0 0 24px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fewo__features li { display: flex; gap: 8px; align-items: center; font-size: 15px; color: var(--ink-700); }
.fewo__features svg { color: var(--vine-600); flex-shrink: 0; }

/* grid 4 for shop */
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Responsive (Unterseiten) ---------- */
@media (max-width: 940px) {
  .split-start, .split-6040 { grid-template-columns: 1fr; gap: 32px; }
  .eventdetail { grid-template-columns: 1fr; }
  .eventdetail__date { min-height: 200px; }
  .ctasplit { grid-template-columns: 1fr; }
  .ctasplit__media { min-height: 220px; order: -1; }
  .fewo__inner, .fewo__inner--reverse { grid-template-columns: 1fr; gap: 28px; }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .pagehero__title { font-size: 46px; }
}
@media (max-width: 720px) {
  .foodstrip { grid-template-columns: 1fr; }
  .foodstrip img { height: 240px; }
  .grid--4 { grid-template-columns: 1fr; }
  .fewo__features { grid-template-columns: 1fr; }
  .pagehero__title { font-size: 36px; }
  .ctasplit__title { font-size: 30px; }
}

/* ---------- Warenkorb ---------- */
.cart-count { position: absolute; top: -4px; right: -4px; min-width: 18px; height: 18px; padding: 0 4px;
  background: var(--gold-500); color: var(--wine-900); border-radius: 999px; font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; font-family: var(--font-body); }
.cart-overlay { position: fixed; inset: 0; background: rgba(36,28,24,.45); opacity: 0; pointer-events: none;
  transition: opacity .25s; z-index: 90; }
.cart-overlay.is-open { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; top: 0; right: 0; height: 100%; width: 400px; max-width: 92vw;
  background: var(--surface-page); box-shadow: var(--shadow-xl); transform: translateX(100%);
  transition: transform .28s ease; z-index: 91; display: flex; flex-direction: column; }
.cart-drawer.is-open { transform: translateX(0); }
.cart-head { padding: 22px 24px; border-bottom: 1px solid var(--border-subtle); display: flex;
  align-items: center; justify-content: space-between; }
.cart-head h2 { font-family: var(--font-display); font-size: 26px; margin: 0; }
.cart-close { border: none; background: none; font-size: 28px; line-height: 1; cursor: pointer; color: var(--ink-500); }
.cart-close:hover { color: var(--wine-700); }
.cart-items { flex: 1; overflow-y: auto; padding: 18px 24px; }
.cart-empty { color: var(--text-muted); text-align: center; margin-top: 40px; }
.cart-row { display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 14px 0; border-bottom: 1px solid var(--border-subtle); }
.cart-row__name { font-weight: 700; font-size: 15px; color: var(--ink-900); }
.cart-row__price { font-family: var(--font-mono); font-size: 13px; color: var(--text-muted); margin-top: 2px; }
.cart-qty { display: flex; align-items: center; gap: 10px; }
.cart-qty button { width: 28px; height: 28px; border-radius: var(--radius-sm); border: 1px solid var(--border-default);
  background: var(--surface-card); font-size: 17px; line-height: 1; cursor: pointer; color: var(--wine-700); }
.cart-qty button:hover { border-color: var(--gold-500); }
.cart-qty span { font-family: var(--font-mono); font-size: 15px; min-width: 18px; text-align: center; }
.cart-foot { padding: 22px 24px; border-top: 1px solid var(--border-subtle); background: var(--surface-card); }
.cart-sum { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.cart-sum span:first-child { font-size: 15px; color: var(--text-muted); }
.cart-total { font-family: var(--font-display); font-size: 26px; color: var(--wine-700); font-weight: 600; }
.cart-hint { font-size: 12px; color: var(--text-muted); line-height: 1.5; margin: 0 0 14px; }

/* ---------- Rechtstexte ---------- */
.legal { font-size: 16px; line-height: 1.7; color: var(--ink-800); }
.legal h2 { font-family: var(--font-display); font-size: 26px; color: var(--wine-800); margin: 30px 0 8px; }
.legal p { margin: 0 0 14px; }
.legal-note { background: var(--gold-100); border: 1px solid var(--gold-300); border-radius: var(--radius-md);
  padding: 16px 18px; font-size: 14px; margin-bottom: 24px; color: var(--ink-800); }
.legal-ph { background: var(--warning-100); color: var(--warning-600); font-weight: 700; padding: 1px 6px; border-radius: 4px; }

/* ---------- Farb-Umschalter (Bordeaux / Olivgrün) ---------- */
.wk-themeswitch { position: fixed; right: 16px; bottom: 16px; z-index: 80; display: flex; align-items: center; gap: 9px;
  background: var(--surface-card); border: 1px solid var(--border-default); border-radius: 999px;
  padding: 8px 13px; box-shadow: var(--shadow-lg); }
.wk-themeswitch b { font-family: var(--font-body); font-size: 10px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--text-muted); }
.wk-themeswitch button { width: 24px; height: 24px; border-radius: 50%; border: 2px solid var(--border-default);
  cursor: pointer; padding: 0; transition: transform .15s, box-shadow .15s; }
.wk-themeswitch button:hover { transform: scale(1.1); }
.wk-themeswitch button[aria-pressed="true"] { border-color: var(--ink-800); box-shadow: 0 0 0 2px var(--surface-card), 0 0 0 4px var(--ink-800); }
@media (max-width: 720px) { .wk-themeswitch { right: 10px; bottom: 10px; padding: 6px 10px; } }
