@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap");

:root {
  --bg: #f4efe8;
  --sand: #ebe3d8;
  --ink: #191614;
  --muted: rgba(255, 255, 255, 0.94);
  --line: rgba(25, 22, 20, 0.12);
  --line-strong: rgba(25, 22, 20, 0.24);
  --gold: #b39161;
  --white: #f7f5ec;
  --surface-gray: rgb(106, 106, 105);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
  --content: 1180px;
  --narrow: 820px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", sans-serif;
  background: rgb(255, 255, 255);
  color: var(--ink);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
p { color: var(--ink); }

h1, h2, h3, .hero-kicker, .big-title, .landing-title, .value-heading {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.01em;
}

section { max-width: var(--content); margin: 0 auto; padding: 5.5rem 2rem; }
.section-narrow, .content-section { max-width: var(--narrow); text-align: left; }
.text-gap { margin-top: 1.25rem; }
.big-title {
  font-size: clamp(2.8rem, 7vw, 5.4rem);
  line-height: .92;
  color: var(--ink);
  margin-bottom: 1.5rem;
}
.legal-title { margin-bottom: 2rem; }
.desc, .content-section p, .section-narrow p, .legal-text {
  font-size: clamp(1.05rem, 1rem + .25vw, 1.2rem);
  line-height: 1.95;
}

/* Normalize main body paragraphs to match the `Herkunft` .desc style */
.content-section p,
.craft-text p,
.statement-split__content p,
.herkunft-row .text p,
.text p,
.values .value-body p,
.menu-section p {
  font-size: clamp(1.05rem, 1rem + .25vw, 1.2rem);
  line-height: 1.95;
  max-width: var(--narrow);
  margin: 0 auto 1.5rem auto;
  color: var(--ink);
}

/* Ensure all paragraph-like text uses the same base color */
body p,
body .desc,
body .content-section p,
body .craft-text p,
body .statement-split__content p,
body .herkunft-row .text p,
body .text p,
body .values .value-body p,
body .menu-section p {
  color: var(--ink);
}

/* Make the first content section on hero pages match craft-text styling */
body.hero-page .content-section,
body.weingut-page .content-section {
  max-width: 980px;
  padding: 7rem 2rem;
  text-align: left;
}

body.hero-page .content-section p,
body.weingut-page .content-section p {
  color: rgba(17,17,17,0.74);
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  line-height: 1.8;
}

.hero,
.map-hero {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.weingut-hero {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.weingut-hero::before,
.map-hero::before,
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}
.weingut-hero::before {
  background-image: url("bilder/Weingarten-1.jpeg");
  filter: saturate(0.9) brightness(0.96);
}

.buschenschank-hero::before {
  background-image: url("bilder/Wein-Jahrgangsverkostung\ 4.jpeg");
  background-position: center;
}
.map-hero::before {
  background-image: url("maps/Hartberg Karte-Leer.svg");
  filter: brightness(0.14);
}

.map-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.28) 36%, rgba(0,0,0,.62) 100%),
    url("maps/Hartberg Karte - Gold - Beschriftet.svg");
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: mapStructureFadeIn 3s ease .5s forwards;
}

@keyframes mapStructureFadeIn {
  to { opacity: 1; }
}


.weingut-hero::after,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #C7C3BC 0%, rgba(0,0,0,.28) 36%, rgba(0,0,0,.62) 100%);
}

.weingut-hero::after {
  background:
    linear-gradient(180deg, rgba(26,23,18,.64) 0%, rgba(16,14,11,.62) 38%, rgba(0,0,0,.82) 100%),
    rgba(48,36,22,.32);
  opacity: 0;
  animation: weingutHeroDarken .9s ease 1s forwards;
}

.weingut-hero .hero-mark {
  opacity: 0;
  transform: translateY(14px);
  animation: weingutLogoReveal .9s ease 1.08s forwards;
}

@keyframes weingutHeroDarken {
  to {
    opacity: 1;
  }
}

@keyframes weingutLogoReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 1100px);
  text-align: center;
  color: var(--white);
}

.hero-mark {
  width: min(105vw, 3250px);
  margin: 0 auto 2rem;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,.22));
}
.hero-kicker {
  font-size: clamp(1.1rem, 1rem + .7vw, 2rem);
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero-subcopy {
  max-width: 760px;
  margin: 1.5rem auto 0;
  color: rgba(247,245,236,.82);
}

.map-hero .hero-content {
  width: 100%;
  padding: clamp(4rem, 8vw, 8rem);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.map-hero .hero-kicker {
  color: var(--gold);
  font-family: "Inter", sans-serif;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.22em;
}

.map-hero h1 {
  margin-top: 0.8rem;
  color: var(--white);
  font-size: clamp(5rem, 10vw, 10rem);
  line-height: 0.9;
}

.map-hero .hero-subcopy {
  max-width: 65ch;
  margin: 2rem 0 0;
  color: rgba(255,255,255,0.82);
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  line-height: 1.8;
}

.map-hero .hero-subcopy {
  color: rgba(255,255,255,0.5) !important;
}
.hero-shop-button {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 3;
  text-decoration: none;
  color: var(--white);
  border: 1px solid rgba(247,245,236,.55);
  padding: .95rem 1.2rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  background: #C7C3BC;
  backdrop-filter: blur(6px);
}

.content-section {
  background: transparent;
  color: var(--ink);
  padding: 5rem 2rem;
  border-radius: 0;
  box-shadow: none;
}
.content-section p {
  color: var(--ink);
}

.page-intro {
  max-width: var(--narrow);
  margin: 0 auto;
  padding: 5rem 2rem 1.5rem;
  text-align: center;
}
.page-intro .eyebrow,
.landing-eyebrow,
.mini-choice-title,
.legal-subheading,
.meta {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 1.0rem;
}
.page-intro .eyebrow,
.landing-eyebrow,
.mini-choice-title,
.legal-subheading { color: var(--gold); }
.page-intro h1,
.landing-title { font-size: clamp(3.5rem, 10vw, 8rem); line-height: .88; margin: .5rem 0 1rem; }

.values {
  max-width: none;
  background: linear-gradient(180deg, #d3d3cf 0%, #e4e1db 100%);
  border-top: 1px solid rgba(180, 117, 75, 0.08);
  border-bottom: 1px solid rgba(25,22,20,.08);
  padding: 6rem 0;
  overflow: hidden;
}

.values-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 2rem;
}

.values-intro {
  max-width: 760px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.values-label {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .74rem;
  margin-bottom: .7rem;
}

.values-title {
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: .92;
  color: var(--ink);
}

.values-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.values-slider__viewport {
  width: 100%;
  max-width: 840px;
  overflow: hidden;
  padding: 1rem 0;
}

.values-slider__track {
  display: flex;
  align-items: stretch;
  gap: 0;
  will-change: transform;
}

.values-slide {
  flex: 0 0 48%;
  min-width: 48%;
  padding: 0 8px;
  opacity: .45;
  transform: scale(.92);
  transition: opacity .45s ease, transform .45s ease;
}

.values-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.value-item {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  border: none;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.10);
  height: 100%;
}

.value-image {
  display: block;
  width: auto;
  max-width: 180px;
  margin: 0 auto;
}

.value-body {
  padding: 1.7rem 1.5rem 2rem;
  text-align: center;
}

.value-heading {
  font-size: clamp(1.2rem, 3vw, 2.8rem);
  line-height: .95;
  margin-bottom: .8rem;
  color: #5a5a59;
  text-transform: uppercase;
  text-align: center;
}

.value-text {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(247,245,236,.82);
  max-width: 34ch;
  margin: 0 auto;
}

.values-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 1px solid rgba(25,22,20,.14);
  background: rgba(247,245,236,.74);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(25, 22, 20, 0.08);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
  z-index: 5;
}

.values-slider__arrow--prev {
  left: 0;
}

.values-slider__arrow--next {
  right: 0;
}

.values-slider__arrow:hover {
  background: rgba(247,245,236,.96);
  box-shadow: 0 20px 44px rgba(25, 22, 20, 0.12);
}

.values-slider__arrow span {
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-1px);
}

/* =========================
   BUSCHENSCHANK TERMINE
========================= */

.term-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.term-body {
  width: 100%;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.2rem 3rem 2.8rem;
  text-align: center;
  background: transparent;
  color: var(--ink);
}

.term-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
  padding: 0;
  border-radius: 0;
  border: 0;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.term-badge.is-open {
  background: transparent;
  border-color: transparent;
  color: var(--gold);
}

.term-slide .value-heading {
  color: #1a1816;
  font-size: clamp(3rem, 5vw, 4.4rem);
  line-height: 0.9;
  margin-bottom: .5rem;
}

.term-year {
  margin-top: 0.2rem;
  margin-bottom: 2rem;
  color: rgba(247,245,236,0.82);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1;
}

.term-list {
  width: min(100%, 420px);
  display: grid;
  gap: 0;
}

.term-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 0;
  border-top: 1px solid rgba(247,245,236,0.16);
}

.term-row:last-child {
  border-bottom: 1px solid rgba(247,245,236,0.16);
}

.term-date {
  text-align: left;
  color: rgba(247,245,236,0.78);
  font-size: 0.96rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.term-time {
  text-align: right;
  color: rgba(247,245,236,0.96);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.term-note {
  max-width: 32ch;
  margin-top: 1.8rem;
  color: rgba(247,245,236,0.78);
  font-size: 0.95rem;
  line-height: 1.8;
}

@media (max-width: 1100px) {
  .values-slide {
    flex: 0 0 76%;
    min-width: 76%;
    padding: 0 16px;
  }

  .values-slider__arrow--prev {
    left: .4rem;
  }

  .values-slider__arrow--next {
    right: .4rem;
  }
}

@media (max-width: 640px) {
  .values {
    padding: 4.5rem 0;
  }

  .values-inner {
    padding: 0 1rem;
  }

  .values-slide {
    flex: 0 0 86%;
    min-width: 86%;
    padding: 0 10px;
  }

  .values-slider__arrow {
    width: 46px;
    height: 46px;
  }

  .value-body {
    padding: 1.35rem 1.1rem 1.6rem;
  }

  .term-body {
    min-height: 460px;
    padding: 2.4rem 1.25rem 2.2rem;
  }

  .term-list {
    width: 100%;
  }

  .term-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    text-align: center;
  }

  .term-date,
  .term-time {
    text-align: center;
  }
}

.herkunft-row,
.wine {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
  border-top: 1px solid var(--line);
}
.herkunft-row.reverse > :first-child,
.wine.reverse > :first-child { order: 2; }
.herkunft-row.reverse > :last-child,
.wine.reverse > :last-child { order: 1; }
.herkunft-row .text,
.wine .text { text-align: left; }
.herkunft-row--connected { border-top: 0; }
.herkunft-row .text h3,
.wine .text h3 { font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: .92; margin-bottom: .8rem; }
.herkunft-row .media img,
.bottle img,
.map-wrapper,
.card { border-radius: 22px; overflow: hidden; }
.herkunft-row .media img,
.bottle img,
.map-wrapper {
  border: none;
  border-radius: 0;
  background: transparent;
}
.herkunft-row .media img {
  display: block;
  width: min(100%, 320px);
  margin: 0 auto;
  padding: .8rem;
}
.herkunft-row--ried-neuberg {
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.4rem, 3vw, 2.4rem);
}
.herkunft-row--ried-neuberg .media img {
  width: min(100%, 560px);
  padding: 0;
}
.herkunft-row--ried-neuberg .text {
  width: min(100%, 950px);
  margin: 0;
}
.herkunft-row .media img[src*="icons/"] { background: transparent; border: none; width: min(220px, 80%); padding: 0; }
.bottle { display: flex; justify-content: center; }
.bottle img { width: min(100%, 850px); padding: 1rem .8rem; }
.meta { color: var(--gold); margin-bottom: .9rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.3rem;
  min-height: 48px;
  padding: .8rem 1.25rem;
  border: 1px solid rgba(25,22,20,.18);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .76rem;
  background: transparent;
}
.btn:hover, .hero-shop-button:hover { background: var(--ink); color: var(--white); }

.landing {
  min-height: 100vh;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.landing::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.26), rgba(0,0,0,.45)), url("../bilder/Familie.JPG") center/cover;
  z-index: -2;
}
.landing::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.46), rgba(0,0,0,.18) 45%, rgba(0,0,0,.56));
  z-index: -1;
}
.landing-shell {
  min-height: 100vh;
  max-width: 1320px;
  margin: 0 auto;
  padding: 2rem;
  display: grid;
  align-content: center;
  gap: 2rem;
}
.landing-intro { max-width: 760px; color: var(--white); }
.landing-title { color: var(--white); }
.landing-copy { color: rgba(247,245,236,.84); max-width: 640px; }
.choices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.choice {
  min-height: 430px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  padding: 2rem;
  text-decoration: none;
  color: var(--white);
  display: flex;
  align-items: end;
  isolation: isolate;
}
.choice::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  z-index: -2;
}
.choice--buschenschank::before { background-image: url("../bilder/Familie.JPG"); }
.choice::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.58) 62%, rgba(0,0,0,.82));
  z-index: -1;
}
.choice-content img { width: min(100%, 380px); margin-bottom: 1rem; }
.choice-kicker { display: inline-block; color: rgba(247,245,236,.72); margin-bottom: .8rem; font-size: .74rem; text-transform: uppercase; letter-spacing: .18em; }
.choice-desc p, .brandline { color: rgba(247,245,236,.78); }
.brandline { text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; }

#kontakt { max-width: 720px; padding-bottom: 1rem; }
.card { padding: 2rem; }
.card h2 { font-size: clamp(2.3rem, 5vw, 4rem); line-height: .95; margin-bottom: 1rem; }
.map-section { max-width: 1100px; text-align: center; }
.map-title { font-size: clamp(2.6rem, 5vw, 4.6rem); margin-bottom: 1.5rem; }
.map-wrapper { overflow: hidden; min-height: 480px; }
.map-frame { width: 100%; min-height: 480px; border: 0; display: block; }

.mini-choice-section {
  max-width: none;
  min-height: 100vh;
  margin: 0;
  padding: 1rem 2rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  text-align: center;
  background: #fff;
}

.mini-choice-title {
  margin: 0;
  color: var(--gold);
}

.mini-choices {
  width: min(100%, 760px);
  margin-top: clamp(7rem, 17vh, 10rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(5rem, 12vh, 9rem);
  justify-items: center;
}

.mini-choice-card {
  text-decoration: none;
  width: 100%;
  min-height: 220px;
  padding: clamp(1.6rem, 4vw, 2.6rem);
  border-radius: 0;
  background: transparent;
  border: 1px solid rgba(179, 145, 97, 0.42);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .25s ease, transform .35s ease;
}

.mini-choice-card:hover {
  opacity: 0.82;
  transform: translateY(-4px);
  border-color: rgba(179, 145, 97, 0.72);
}

.mini-choice-card img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.mini-choice-card:first-child img {
  max-width: min(100%, 600px);
}

.mini-choice-card:last-child img {
  max-width: min(100%, 620px);
}

.legal-section { max-width: 980px; text-align: left; }
.legal-block { margin-bottom: 1rem; }
.legal-list { display: grid; gap: .65rem; }
.legal-list dt { color: var(--ink); font-weight: 600; }
.legal-subheading {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}
.legal-text,
.legal-list dd {
  overflow-wrap: anywhere;
}
.reveal-text { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease;}
.reveal-text.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .contact-page .legal-title {
    font-size: clamp(2.35rem, 9vw, 3.6rem);
    line-height: 1;
    margin-bottom: 1.35rem;
    text-align: left;
  }
}

@media (max-width: 1100px) {
  .values-slider {
    grid-template-columns: 1fr;
    position: relative;
  }

  .values-slider__viewport {
    max-width: 100%;
  }

  .values-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }

  .values-slider__arrow:hover {
    transform: translateY(-50%) scale(1.05);
  }

  .values-slider__arrow--prev {
    left: .5rem;
  }

  .values-slider__arrow--next {
    right: .5rem;
  }

  .values-viewport { width: 100%; }

  .values-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .values-arrow:hover { transform: translateY(-50%) scale(1.04); }
  .values-arrow--prev { left: .25rem; }
  .values-arrow--next { right: .25rem; }

  .mini-choice-section {
    min-height: 82vh;
    padding: 4.5rem 1.5rem;
  }
  .mini-choices {
    margin-top: 3.5rem;
    gap: 4rem;
  }
  .mini-choice-card {
    min-height: 170px;
  }
  .mini-choice-card:first-child img {
    max-width: min(100%, 390px);
  }
  .mini-choice-card:last-child img {
    max-width: min(100%, 420px);
  }

  .values-grid, .choices, .mini-choices,
  .herkunft-row, .wine { grid-template-columns: 1fr; }

  .herkunft-row.reverse > :first-child,
  .wine.reverse > :first-child,
  .herkunft-row.reverse > :last-child,
  .wine.reverse > :last-child { order: initial; }

  .herkunft-row .media { order: 1; }
  .herkunft-row .text { order: 2; }
  .wine .bottle img {
    width: min(198vw, 470px);
    padding: 0.4rem 0.6rem;
  }

  .hero-shop-button { right: 1rem; bottom: 1rem; }
}

@media (max-width: 640px) {
  .hero-content { padding-top: 8rem; }
  .hero-kicker { letter-spacing: .12em; }
  .map-hero {
    min-height: 82vh;
    align-items: flex-end;
  }
  .map-hero .hero-content {
    padding: 8.5rem 1.2rem 4.5rem;
  }
  .map-hero .hero-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    line-height: 1.45;
  }
  .map-hero h1 {
    margin-top: 0.65rem;
    font-size: clamp(3.6rem, 18vw, 5.2rem);
    line-height: 0.92;
  }
  .map-hero .hero-subcopy {
    max-width: 32ch;
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.7;
  }
  section, .content-section, .section-narrow { padding-left: 1.2rem; padding-right: 1.2rem; }
  .herkunft-row--ried-neuberg { padding: 3rem 0; padding-left: 0; padding-right: 0; }
  .herkunft-row--ried-neuberg .media { min-height: 65vh; }
  .herkunft-row--ried-neuberg .text { width: auto; padding: 0 1.2rem; }
  .values-inner { padding: 0 1rem; }
  .values-arrow {
    width: 48px;
    height: 48px;
  }
  .choice { min-height: 340px; }
  .map-wrapper, .map-frame { min-height: 360px; }

  .contact-page .legal-section {
    padding-top: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-page .legal-title {
    font-size: clamp(2.1rem, 11vw, 3rem);
    line-height: 1.02;
    margin-bottom: 1.25rem;
    text-align: left;
  }

  .contact-page .legal-block {
    padding: 1.35rem 1rem 1.45rem;
    margin-bottom: 0.85rem;
  }

  .contact-page .legal-subheading {
    font-size: 1.45rem;
    line-height: 1.12;
    margin-bottom: 0.85rem;
  }

  .contact-page .legal-text,
  .contact-page .legal-list {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .contact-page .legal-list {
    gap: 0.85rem;
  }

  .contact-page .legal-list dt {
    margin-bottom: 0.12rem;
  }
}

/* =========================
   SPLIT LANDING PAGE
========================= */

body.landing-page {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 18%, rgba(179, 145, 97, 0.10), transparent 28%),
    linear-gradient(180deg, #090807 0%, #0c0a09 55%, #0a0908 100%);
  color: #f5f1ea;
  overflow: hidden;
}

.landing-split {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.landing-split::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(179, 145, 97, 0.02),
    rgba(179, 145, 97, 0.45),
    rgba(179, 145, 97, 0.02)
  );
  z-index: 4;
}

.landing-panel {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  isolation: isolate;
}

.landing-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: 0.34;
  transform: scale(1.025);
  transition:
    transform 1.2s cubic-bezier(.22,.61,.36,1),
    opacity .8s ease,
    filter .8s ease;
  filter: saturate(88%) brightness(0.72);
  display: none;
}

.landing-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at center, rgba(179,145,97,.08), transparent 56%),
    linear-gradient(180deg, rgba(8,7,7,.42), rgba(8,7,7,.72));
  transition: background .6s ease;
}

.landing-panel__inner {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
}

.landing-panel__glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(179,145,97,.16), transparent 68%);
  filter: blur(34px);
  opacity: .34;
  transition: opacity .7s ease, transform .9s ease;
  pointer-events: none;
}

.landing-panel__content {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.landing-panel__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: #b8925e;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: .72rem;
  font-weight: 500;

  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .55s cubic-bezier(.22,.61,.36,1),
    transform .75s cubic-bezier(.22,.61,.36,1);
  pointer-events: none;
}

.landing-panel__logo {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: clamp(335px, 16vw, 320px);
  max-width: 100%;
  object-fit: contain;
  text-align: center;
  transform-origin: center center;
  filter: drop-shadow(0 20px 42px rgba(0, 0, 0, 0.36));
  transition:
    transform 1s cubic-bezier(.22,.61,.36,1),
    filter .8s ease,
    opacity .6s ease;
  transform: translate3d(0, 0, 0) scale(1);
}

.landing-panel__logo--weingut {
  width: min(100%, 2220px);
}

.landing-panel__logo--buschenschank {
  width: min(100%, 2220px);
}

.landing-panel__text {
  max-width: 470px;
  margin: 1.8rem auto 0;
  color: rgba(245, 241, 234, 0.88);
  font-size: 1.03rem;
  line-height: 1.9;

  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity .6s cubic-bezier(.22,.61,.36,1),
    transform .8s cubic-bezier(.22,.61,.36,1);
  transition-delay: .06s;
  pointer-events: none;
}

.landing-panel__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  padding: .95rem 1.3rem;
  border-top: 1px solid rgba(184, 146, 94, 0.38);
  border-bottom: 1px solid rgba(184, 146, 94, 0.38);
  color: #b8925e;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .74rem;

  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .65s cubic-bezier(.22,.61,.36,1),
    transform .85s cubic-bezier(.22,.61,.36,1),
    letter-spacing .35s ease,
    color .35s ease,
    border-color .35s ease;
  transition-delay: .08s;
  pointer-events: none;
}

.landing-panel:hover::before {
  transform: scale(1.06);
  opacity: .5;
  filter: saturate(96%) brightness(.82);
}

.landing-panel:hover::after {
  background:
    radial-gradient(circle at center, rgba(179,145,97,.12), transparent 56%),
    linear-gradient(180deg, rgba(8,7,7,.26), rgba(8,7,7,.62));
}

.landing-panel:hover .landing-panel__glow {
  opacity: .58;
  transform: scale(1.06);
}

.landing-panel:hover .landing-panel__logo {
  transform: translate3d(0, -10px, 0) scale(1.035);
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.42));
}

.landing-panel:hover .landing-panel__eyebrow,
.landing-panel:hover .landing-panel__text,
.landing-panel:hover .landing-panel__link {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.landing-panel:hover .landing-panel__link {
  letter-spacing: .22em;
  color: #d6b37d;
  border-color: rgba(214, 179, 125, 0.54);
}

.landing-mobile-toggle {
  display: none;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 980px) {
  body.landing-page {
    overflow: hidden;
    min-height: 100svh;
  }

  .landing-split {
    min-height: 100svh;
    height: 100svh;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .landing-split::before {
    display: none;
  }

  .landing-panel {
    grid-area: 1 / 1;
    min-height: 100svh;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity .45s ease, transform .55s cubic-bezier(.22,.61,.36,1), visibility .45s ease;
  }

  .landing-panel.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .landing-panel__inner {
    min-height: 100svh;
    height: 100svh;
  }

  .landing-panel__inner {
    padding: 3.5rem 1.5rem 8.2rem;
  }

  .landing-panel__glow {
    width: 360px;
    height: 360px;
    opacity: .28;
  }

  /* Mobile: Text immer sichtbar */
  .landing-panel__eyebrow,
  .landing-panel__text,
  .landing-panel__link {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .landing-panel__logo {
    transform: none;
  }

  .landing-panel__text {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 1.2rem;
  }

  .landing-panel__link {
    margin-top: 1.5rem;
  }

  .landing-mobile-toggle {
    position: fixed;
    left: 50%;
    bottom: calc(1rem + env(safe-area-inset-bottom));
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    min-width: min(82vw, 320px);
    min-height: 52px;
    padding: .85rem 1.2rem;
    border: 1px solid rgba(184, 146, 94, 0.52);
    border-radius: 999px;
    background: rgba(9, 8, 7, 0.76);
    color: #d6b37d;
    font: inherit;
    font-size: .72rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    transform: translateX(-50%);
    cursor: pointer;
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  }

  .landing-mobile-toggle__label {
    white-space: nowrap;
  }

  .landing-mobile-toggle__arrow {
    width: 10px;
    height: 10px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
  }

  .landing-footer {
    display: none;
  }
}

@media (max-width: 640px) {
  .landing-panel__logo--weingut {
    width: min(100%, 1020px);
  }

  .landing-panel__logo--buschenschank {
    width: min(100%, 1020px);
  }

  .landing-panel__logo {
    height: clamp(240px, 58vh, 440px);
  }

  .landing-panel__text {
    max-width: 34ch;
    font-size: .98rem;
  }

  .landing-panel__link {
    font-size: .72rem;
    letter-spacing: .16em;
  }
}

.landing-panel__content > * {
  align-self: center;
}

/* =========================
   BUSCHENSCHANK TERMINE
========================= */

.term-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.term-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 3rem 2rem;
  text-align: center;
}

.term-month {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  letter-spacing: 0.04em;
  margin: 1.2rem 0 1.5rem;
  color: var(--ink);
}

.term-list p {
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0.5rem 0;
  color: var(--muted);
}

/* =========================
   BUSCHENSCHANK TERMINE
========================= */

.term-slide {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.term-body {
  width: 100%;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.2rem 3rem 2.8rem;
  text-align: center;
  background: transparent;
  color: var(--ink);
}

.term-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
  padding: 0;
  border-radius: 0;
  border: 0;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.term-badge.is-open {
  background: transparent;
  border-color: transparent;
  color: var(--gold);
}

.term-year {
  margin: 0.9rem 0 2.2rem;
  color: rgba(25,22,20,0.48);
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.term-slide .value-heading {
  color: #211d1a;
  font-size: clamp(3.4rem, 5vw, 5.2rem);
  line-height: 0.86;
  text-transform: none;
}

.term-list {
  width: min(100%, 360px);
  display: grid;
  gap: 0;
}

.term-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(25,22,20,0.11);
}

.term-row:last-child {
  border-bottom: 1px solid rgba(25,22,20,0.11);
}

.term-date {
  text-align: left;
  color: rgba(25,22,20,0.72);
  font-size: 0.86rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.term-time {
  text-align: right;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.term-note {
  max-width: 32ch;
  margin-top: 1.8rem;
  color: rgba(25,22,20,0.58);
  font-size: 0.92rem;
  line-height: 1.75;
}

@media (max-width: 640px) {
  .term-body {
    min-height: 460px;
    padding: 2.4rem 1.25rem 2.2rem;
  }

  .term-list {
    width: 100%;
  }

  .term-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    text-align: center;
  }

  .term-date,
  .term-time {
    text-align: center;
  }
}

/* =========================
   ELEGANT OPENING HOURS
========================= */

.values--terms {
  background: #fff;
  border-top: 1px solid rgba(179,145,97,0.16);
  border-bottom: 1px solid rgba(25,22,20,0.08);
}

.values--terms .values-intro {
  margin-bottom: 3rem;
}

.values--terms .values-title {
  color: #24201d;
  text-transform: none;
}

.values--terms .values-slider__viewport {
  max-width: 900px;
  padding: 1.4rem 0 5rem;
}

.values--terms .values-slide {
  flex-basis: 54%;
  min-width: 54%;
  padding: 0 14px;
  opacity: 0.34;
  transform: scale(0.9);
}

.values--terms .values-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.values--terms .value-item {
  max-width: 500px;
  border-radius: 8px;
  overflow: visible;
  background: transparent;
  border: 1px solid rgba(179,145,97,0.28);
  box-shadow: none;
}

.values--terms .term-body {
  position: relative;
  min-height: 520px;
  padding: 3.2rem 3rem 2.8rem;
  background: transparent;
  color: var(--ink);
}

.values--terms .term-body::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(179,145,97,0.28);
  pointer-events: none;
}

.values--terms .term-badge {
  margin-bottom: 1.1rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
}

.values--terms .term-badge.is-open {
  background: transparent;
  border: 0;
  color: var(--gold);
}

.values--terms .term-slide .value-heading {
  margin: 0;
  color: #211d1a;
  font-size: clamp(3.4rem, 5vw, 5.2rem);
  line-height: 0.86;
  text-transform: none;
}

.values--terms .term-year {
  margin: 0.9rem 0 2.2rem;
  color: rgba(25,22,20,0.48);
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.values--terms .term-list {
  width: min(100%, 360px);
  gap: 0;
}

.values--terms .term-row {
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(25,22,20,0.11);
}

.values--terms .term-row::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--gold);
  opacity: 0.7;
}

.values--terms .term-row:last-child {
  border-bottom: 1px solid rgba(25,22,20,0.11);
}

.values--terms .term-date,
.values--terms .term-time {
  color: rgba(25,22,20,0.78);
  font-size: 0.86rem;
  letter-spacing: 0.13em;
}

.values--terms .term-time {
  color: var(--ink);
  font-weight: 500;
}

.values--terms .term-note {
  margin-top: 1.8rem;
  color: rgba(25,22,20,0.58);
  font-size: 0.92rem;
  line-height: 1.75;
}

.values--terms .values-slider__arrow {
  width: 52px;
  height: 52px;
  border-color: rgba(179,145,97,0.32);
  background: rgba(255,255,255,0.72);
  box-shadow: 0 16px 38px rgba(25,22,20,0.08);
}

.values--terms .values-slider__arrow:hover {
  background: #fff;
  border-color: rgba(179,145,97,0.54);
}

.values--terms .hero-shop-button {
  right: 50%;
  bottom: 1rem;
  transform: translateX(50%);
  color: var(--ink);
  border-color: rgba(0, 0, 0);
  background: #ffffff;
  backdrop-filter: blur(10px);
}

.values--terms .hero-shop-button:hover {
  background: #C7C3BC;
  color: rgba(0, 0, 0);
  border-color: rgba(0, 0, 0);
}

@media (max-width: 1100px) {
  .values--terms .values-slide {
    flex-basis: 76%;
    min-width: 76%;
  }
}

@media (max-width: 640px) {
  .values--terms .values-slider__viewport {
    padding-bottom: 4.6rem;
  }

  .values--terms .values-slide {
    flex-basis: 88%;
    min-width: 88%;
    padding: 0 10px;
  }

  .values--terms .term-body {
    min-height: 480px;
    padding: 2.7rem 1.5rem 2.3rem;
  }

  .values--terms .term-body::before {
    inset: 10px;
  }

  .values--terms .term-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    padding: 0.85rem 0;
  }

  .values--terms .term-row::before {
    display: none;
  }

  .values--terms .term-date,
  .values--terms .term-time {
    text-align: center;
  }
}

/* Final opening-hours override: keep this after older duplicate term rules. */
.values--terms .term-body,
.term-slide .term-body {
  background: transparent !important;
  color: var(--ink);
}

.values--terms .term-badge,
.term-slide .term-badge {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--gold) !important;
  padding: 0 !important;
}

.values--terms .term-year,
.term-slide .term-year,
.values--terms .term-date,
.term-slide .term-date,
.values--terms .term-time,
.term-slide .term-time,
.values--terms .term-note,
.term-slide .term-note {
  color: rgba(25,22,20,0.72);
}

.values--terms .term-time,
.term-slide .term-time {
  color: var(--ink);
}

/* =========================
   WINE SLIDER
========================= */

.values--wine-slider {
  background: #fff;
  border-top: 1px solid rgba(179,145,97,0.16);
  border-bottom: 1px solid rgba(25,22,20,0.08);
}

.values--wine-slider .values-slider__viewport {
  max-width: 1080px;
  padding: 1.4rem 0;
}

.values--wine-slider .values-slide {
  flex: 0 0 64%;
  min-width: 64%;
  padding: 0 14px;
  opacity: 0.34;
  transform: scale(0.9);
}

.values--wine-slider .values-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.values--wine-slider .value-item {
  max-width: 660px;
  min-height: 640px;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 2rem;
}

.values--wine-slider .value-image {
  width: auto;
  max-width: min(34%, 155px);
  max-height: 360px;
  object-fit: contain;
  margin: 0 auto 1.25rem;
}

.values--wine-slider .value-body {
  padding: 0;
}

.values--wine-slider .value-heading {
  margin: 0;
  color: #211d1a;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-transform: none;
}

.values--wine-slider .values-slider__arrow {
  background: #fff !important;
  background-color: #fff !important;
  box-shadow: none;
}

.values--wine-slider .values-slider__arrow:hover {
  background: #fff !important;
  background-color: #fff !important;
  box-shadow: none;
}

.values--wine-slider .hero-shop-button {
  color: var(--ink);
  border-color: rgba(0, 0, 0, 0.48);
  background: #ffffff;
  backdrop-filter: blur(10px);
}

.values--wine-slider .hero-shop-button:hover {
  background: #C7C3BC;
  color: rgba(0, 0, 0, 0.74);
  border-color: rgba(0, 0, 0, 0.48);
}

@media (max-width: 1100px) {
  .values--wine-slider .values-slide {
    flex-basis: 82%;
    min-width: 82%;
  }
}

@media (max-width: 640px) {
  .values--wine-slider .values-slide {
    flex-basis: 88%;
    min-width: 88%;
    padding: 0 10px;
  }

  .values--wine-slider .value-item {
    min-height: 540px;
    padding: 2.4rem 1.5rem;
  }

  .values--wine-slider .value-image {
    width: auto;
    max-width: min(42%, 140px);
    max-height: 300px;
    margin-bottom: 1rem;
  }
}

/* =========================
   STATEMENT SPLIT
========================= */

.statement-split {
  max-width: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  min-height: clamp(520px, 68vh, 720px);
  background: #C7C3BC;
  
}

.statement-split__image {
  min-height: auto;
  overflow: hidden;
}

.statement-split__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.96);
}

.statement-split__content {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(3rem, 6vw, 6.5rem) clamp(2rem, 7vw, 8rem);
  max-width: 760px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.statement-split h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 100;
  letter-spacing: 0.01em;
  text-align: left;
  max-width: min(720px, 100%);
  color: #0f0e0d;
  /* scale with viewport but stay readable for narrow splits */
  font-size: clamp(2.4rem, 3.6vw + 0.6rem, 5.2rem);
  line-height: 1.02;
  text-transform: none;
  width: 100%;
}

.statement-split__content > p:last-child {
  max-width: 5280px;
  margin-top: 2.2rem;
  color: #0f0e0d;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.55;
}

.statement-split--buschenschank {
  background: #C7C3BC;
}

.statement-split--image-right .statement-split__image {
  order: 2;
}

.statement-split--image-right .statement-split__content {
  order: 1;
}

.statement-split--image-right {
  min-height: clamp(460px, 58vh, 620px);
}

.statement-split--image-right .statement-split__content {
  padding: clamp(2.6rem, 5vw, 5.4rem) clamp(2rem, 5.8vw, 6.2rem);
}

.statement-split--image-right h2 {
  font-size: inherit;
}

@media (max-width: 900px) {
  .statement-split {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .statement-split__image,
  .statement-split__content {
    min-height: auto;
  }

  .statement-split__image {
    aspect-ratio: 4 / 3;
  }

  .statement-split__content {
    padding: 3.5rem 1.5rem 4rem;
  }

  .statement-split h2 {
    max-width: 11ch;
    font-size: clamp(2.8rem, 10vw, 4.4rem);
  }

  .statement-split--image-right .statement-split__image,
  .statement-split--image-right .statement-split__content {
    order: initial;
  }
}

/* =========================
   SPEISEKARTE
========================= */

.menu-page {
  background: #f8f8f6;
}

.menu-hero {
  max-width: none;
  margin: 0;
  padding: 0;
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  background: #deddda;
}

/* dunkeltes Overlay für die Menu-Hero-Section (Speisekarte) */
.menu-hero {
  position: relative;
}
.menu-hero__image { z-index: 0; }
.menu-hero__content { position: relative; z-index: 2; }
.menu-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.72) 60%);
}

.menu-hero__image {
  min-height: inherit;
  overflow: hidden;
}

.menu-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.96);
}

.menu-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 8rem);
}

.menu-kicker,
.menu-section__intro span,
.menu-split__text span {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.74rem;
  font-weight: 500;
}

.menu-hero h1,
.menu-section__intro h2,
.menu-split__text h2 {
  margin-top: 0.8rem;
  color: #111;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 0.9;
}

.menu-hero h1 {
  font-size: clamp(4.8rem, 9vw, 9rem);
}

.menu-hero p:last-child {
  max-width: 46ch;
  margin-top: 2rem;
  color: rgba(17,17,17,0.78);
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  line-height: 1.75;
}

.menu-section {
  max-width: 980px;
  padding: 7rem 2rem;
  margin: 0 auto;
}

.menu-section__intro {
  margin-bottom: 3.5rem;
  text-align: center;
}

.menu-section__intro h2,
.menu-split__text h2 {
  font-size: clamp(2.4rem, 3.6vw + 0.6rem, 5.2rem);
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 4rem);
  max-width: 100%;
}

.menu-grid--small {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.menu-card {
  padding: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  min-height: auto;
}

.menu-card img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin-bottom: 1.5rem;
}

.menu-card h3,
.menu-list__group h3 {
  margin-bottom: 1.8rem;
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1.1;
}

.menu-card p {
  color: rgba(17,17,17,0.72);
  line-height: 1.8;
  font-size: clamp(1.05rem, 1rem + 0.25vw, 1.2rem);
}

.menu-item {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(25,22,20,0.1);
  align-items: flex-start;
}

.menu-item:first-child {
  border-top: none;
  padding-top: 0;
}

.menu-item:last-child {
  border-bottom: none;
}

.menu-item span {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 500;
}

.menu-item em {
  color: rgba(17,17,17,0.52);
  font-size: 0.9rem;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-image-break {
  max-width: none;
  min-height: 76vh;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.menu-image-break img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.96);
}

.menu-image-break::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.48));
}

.menu-image-break p {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 0 2rem 4rem;
  color: #f7f5ec;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.4rem, 8vw, 8rem);
  line-height: 0.92;
}

.menu-list {
  display: block;
}

.menu-list__group {
  margin-bottom: clamp(3rem, 5vw, 5rem);
  border-top: none;
  padding-top: 0;
}

.menu-list__group:first-child {
  margin-top: 0;
}

.menu-row {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(25,22,20,0.1);
}

.menu-row:first-child {
  border-top: none;
  padding-top: 0;
}

.menu-row strong {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 500;
}

.menu-row span {
  color: rgba(17,17,17,0.62);
  font-size: 0.95rem;
}

.menu-split {
  max-width: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 78vh;
  background: #e1dfdb;
}

.menu-split__text {
  padding: clamp(4rem, 7vw, 7rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-split__text p {
  max-width: 42ch;
  margin-top: 2rem;
  color: rgba(17,17,17,0.72);
  font-size: 1.08rem;
  line-height: 1.75;
}

.menu-split__image {
  overflow: hidden;
}

.menu-split__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.96);
}

@media (max-width: 900px) {
  .menu-hero,
  .menu-split {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .menu-hero__image,
  .menu-split__image {
    min-height: 54vh;
  }

  .menu-hero__content,
  .menu-split__text {
    padding: 4rem 1.5rem;
  }

  .menu-grid,
  .menu-grid--small,
  .menu-list {
    grid-template-columns: 1fr;
  }

  .menu-card {
    min-height: auto;
  }

  .menu-image-break {
    min-height: 58vh;
  }

  .menu-image-break p {
    padding: 0 1.5rem 3rem;
  }
}

/* =========================
   TRADITION
========================= */

.tradition-page {
  background: #f8f8f6;
}

.tradition-hero {
  max-width: none;
  min-height: 92vh;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  background: #e1dfdb;
}

.tradition-hero__content {
  padding: clamp(4rem, 8vw, 8rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tradition-kicker,
.tradition-text span,
.tradition-split__text span {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.74rem;
  font-weight: 500;
}

.tradition-hero h1,
.tradition-text h2,
.tradition-split__text h2 {
  margin-top: 0.8rem;
  color: #111;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 0.9;
}

.tradition-hero h1 {
  max-width: 760px;
  font-size: clamp(4.6rem, 8vw, 8.4rem);
}

.tradition-hero p:last-child,
.tradition-text p,
.tradition-split__text p {
  max-width: 58ch;
  margin-top: 2rem;
  color: rgba(17,17,17,0.74);
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  line-height: 1.8;
}

.tradition-text p + p {
  margin-top: 1.2rem;
}

.tradition-hero__image {
  min-height: inherit;
  overflow: hidden;
}

.tradition-hero__image img,
.tradition-split__image img,
.tradition-image-line img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.96);
}

.tradition-text {
  max-width: 920px;
  padding: 7rem 2rem;
}

.tradition-text h2,
.tradition-split__text h2 {
  font-size: clamp(3.6rem, 7vw, 7rem);
}

.tradition-text--center {
  text-align: center;
}

.tradition-text--center p {
  margin-left: auto;
  margin-right: auto;
}

.tradition-image-line {
  max-width: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  height: 62vh;
  min-height: 480px;
}

.tradition-split {
  max-width: none;
  min-height: 78vh;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background: #deddda;
}

.tradition-split__image {
  overflow: hidden;
}

.tradition-split__text {
  padding: clamp(4rem, 7vw, 7rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 900px) {
  .tradition-hero,
  .tradition-split,
  .tradition-image-line {
    grid-template-columns: 1fr;
  }

  .tradition-hero,
  .tradition-split {
    min-height: auto;
  }

  .tradition-hero__image,
  .tradition-split__image {
    min-height: 54vh;
  }

  .tradition-hero__content,
  .tradition-split__text {
    padding: 4rem 1.5rem;
  }

  .tradition-text {
    padding: 5rem 1.5rem;
  }

  .tradition-image-line {
    height: auto;
  }

  .tradition-image-line img {
    min-height: 42vh;
  }
}

/* =========================
   HANDWERK
========================= */

.craft-page {
  background: #f8f8f6;
}

.craft-hero {
  max-width: none;
  min-height: 92vh;
  margin: 0;
  padding: 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  background: #111;
}

.craft-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  /* dunkleres Overlay für bessere Lesbarkeit */
  background: linear-gradient(180deg, rgba(0,0,0,0.64) 0%, rgba(0,0,0,0.72) 48%, rgba(0,0,0,0.82) 100%);
}

.craft-hero__content {
  padding: clamp(4rem, 8vw, 8rem);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.craft-kicker,
.craft-text span {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.74rem;
  font-weight: 500;
}

.craft-hero .craft-kicker {
  color: var(--gold) !important;
  background: transparent !important;
}

.craft-hero h1,
.craft-text h2 {
  margin-top: 0.8rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 0.9;
}

.craft-hero h1 {
  color: var(--white);
}

.craft-text h2 {
  color: #111;
}

.craft-hero h1 {
  font-size: clamp(5rem, 10vw, 10rem);
}

.craft-hero p:last-child,
.craft-text p {
  max-width: 7120px;
  margin-top: 2rem;
  font-size: clamp(1.05rem, 1.25vw, 1.22rem);
  line-height: 1.8;
}

.craft-hero p:last-child {
  color: rgba(255,255,255,0.82);
}

.craft-text p {
  color: rgba(17,17,17,0.74);
}

.craft-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.craft-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(0.96);
}

.craft-text {
  max-width: 980px;
  padding: 7rem 2rem;
}

.craft-text h2 {
  max-width: 760px;
  font-size: clamp(1.6rem, 5vw, 7rem);
}

.craft-text--closing {
  padding-top: clamp(5rem, 8vw, 8rem);
  padding-bottom: clamp(5rem, 8vw, 8rem);
}

.craft-principles {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(3.5rem, 6vw, 6rem) 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.4rem, 3vw, 3rem);
  background: #fff;
}

.craft-card {
  min-height: auto;
  padding: 0;
  background: transparent;
  display: grid;
  align-content: start;
  gap: 1rem;
}

.craft-card img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-bottom: 0.5rem;
  opacity: 0.72;
}

.craft-card h3 {
  color: #111;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.35rem, 4vw, 3.8rem);
  font-weight: 500;
  line-height: 0.96;
  margin-bottom: 0;
}

.craft-card p {
  max-width: 34ch;
  color: rgba(17,17,17,0.66);
  line-height: 1.7;
}

.craft-principles--quiet {
  max-width: 980px;
  padding: clamp(4rem, 7vw, 7rem) 2rem;
  display: block;
  background: #fff;
  text-align: center;
}

.craft-principles--quiet p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(17,17,17,0.78);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 1.08;
}

@media (max-width: 900px) {
  .craft-hero,
  .craft-principles {
    grid-template-columns: 1fr;
  }

  .craft-hero {
    min-height: 78vh;
  }

  .craft-hero__image {
    min-height: 0;
  }

  .craft-hero__content {
    padding: 7rem 1.5rem 4rem;
  }

  .craft-text {
    padding: 5rem 1.5rem;
  }

  .craft-card {
    min-height: auto;
    max-width: 520px;
  }

  .craft-principles--quiet {
    padding: 4rem 1.5rem;
  }
}

@media (max-width: 640px) {
  .craft-hero {
    min-height: 82vh;
  }

  .craft-hero::after {
    background: linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.72));
  }

  .craft-hero__content {
    justify-content: flex-end;
    padding: 8.5rem 1.2rem 4.5rem;
  }

  .craft-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    line-height: 1.45;
  }

  .craft-hero h1 {
    margin-top: 0.65rem;
    font-size: clamp(3.6rem, 18vw, 5.2rem);
    line-height: 0.92;
  }

  .craft-hero p:last-child {
    max-width: 32ch;
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.7;
  }
}
