/* ============================================================
   Gasthof-Pension Entenmühle, Gefrees - Redesign-Demo 2026
   Statisches CSS ohne Framework. Schriften lokal: Playfair Display + Source Sans 3.
   Palette: Tannengrün / Knochenweiß / Bernstein (Forest-Familie).
   ============================================================ */

@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/playfair-var.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/playfair-italic-var.woff2") format("woff2");
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/sourcesans3-var.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --green-950: #101d15;
  --green-900: #1a2f23;
  --green-850: #223a2b;
  --green-100: #e2eae3;
  --bone: #f6f5ef;
  --bone-2: #edecdf;
  --ink: #232921;
  --ink-soft: #59615a;
  --amber: #b06a1b;
  --amber-dark: #8d5312;
  --line: #dbd9cc;
  --on-green: #f2f3ec;
  --on-green-soft: #b9c4b4;
  --radius: 10px;
  --radius-sm: 6px;
  --wrap: 1150px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: "Source Sans 3", "Segoe UI", system-ui, sans-serif;
  font-size: 1.075rem;
  line-height: 1.68;
  color: var(--ink);
  background: var(--bone);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

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

a { color: var(--amber-dark); }

h1, h2, h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 640;
  line-height: 1.12;
  letter-spacing: 0.002em;
}

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: 1rem; top: -3.5rem; z-index: 100;
  background: var(--green-900); color: #fff; padding: 0.6rem 1rem;
  border-radius: var(--radius-sm); transition: top 0.2s;
}
.skip-link:focus { top: 1rem; }

:focus-visible { outline: 3px solid var(--amber); outline-offset: 2px; border-radius: 2px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2rem); }

/* ============================== Navigation ============================== */

.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 245, 239, 0.94);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.nav.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 26px -20px rgba(26, 47, 35, 0.55); }

.nav-inner {
  max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(1.1rem, 4vw, 2rem);
  height: 76px; display: flex; align-items: center; gap: 1.3rem;
}

.brand { display: flex; align-items: center; gap: 0.8rem; text-decoration: none; color: var(--ink); }
.brand img { height: 52px; width: auto; }
.brand-name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.22rem; font-weight: 680; line-height: 1.15; letter-spacing: 0.01em;
}
.brand-name small {
  display: block; font-family: "Source Sans 3", sans-serif;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-soft);
}

.nav-links { display: flex; gap: clamp(0.9rem, 2vw, 1.7rem); margin-left: auto; align-items: center; }
.nav-links a {
  text-decoration: none; color: var(--ink-soft); font-weight: 600; font-size: 1rem;
  padding: 0.3rem 0; border-bottom: 2px solid transparent; transition: color 0.2s, border-color 0.2s;
}
.nav-links a:hover { color: var(--ink); border-bottom-color: var(--amber); }
.nav-links a[aria-current="page"] { color: var(--green-900); border-bottom-color: var(--green-900); }

.nav-tel {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-weight: 700; color: var(--green-900) !important; white-space: nowrap;
}

.nav-burger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; padding: 10px; margin-left: auto;
  background: none; border: 1px solid var(--line); border-radius: var(--radius-sm); cursor: pointer;
}
.nav-burger span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.25s, opacity 0.25s; }
.nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================== Buttons ============================== */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  font: inherit; font-weight: 700; font-size: 1.02rem; line-height: 1.2;
  padding: 0.85rem 1.6rem; border-radius: var(--radius-sm); border: 2px solid transparent;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
}
.btn:active { transform: translateY(1px); }

.btn-amber { background: var(--amber); color: #fff; }
.btn-amber:hover { background: var(--amber-dark); }

.btn-ghost-light { background: transparent; color: var(--on-green); border-color: rgba(242, 243, 236, 0.5); }
.btn-ghost-light:hover { border-color: #fff; background: rgba(255, 255, 255, 0.08); }

.btn-outline { background: transparent; color: var(--green-900); border-color: var(--green-900); }
.btn-outline:hover { background: var(--green-900); color: #fff; }

/* ============================== Hero (Startseite) ============================== */

.hero { background: var(--green-900); color: var(--on-green); }
.hero-inner {
  max-width: var(--wrap); margin: 0 auto;
  padding: clamp(2.6rem, 6.5vh, 4.6rem) clamp(1.1rem, 4vw, 2rem) 0;
  display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  gap: clamp(1.8rem, 4.5vw, 4rem); align-items: center;
}
.hero-copy { padding-bottom: clamp(2.4rem, 6vh, 4.2rem); }
.hero-eyebrow {
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--on-green-soft);
  animation: rise-in 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero h1 {
  margin-top: 0.9rem;
  font-size: clamp(2.3rem, 4.5vw, 3.55rem);
  font-weight: 650;
  animation: rise-in 0.7s 0.08s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero h1 em { font-style: italic; font-weight: 600; }
.hero-sub {
  margin-top: 1.1rem; font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  color: var(--on-green-soft); max-width: 32rem; line-height: 1.6;
  animation: rise-in 0.7s 0.16s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-actions {
  margin-top: 1.9rem; display: flex; flex-wrap: wrap; gap: 0.85rem;
  animation: rise-in 0.7s 0.24s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-bild {
  align-self: end;
  animation: rise-in 0.8s 0.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-bild img {
  width: 100%; height: clamp(320px, 44vw, 480px); object-fit: cover; object-position: 50% 62%;
  border-radius: var(--radius) var(--radius) 0 0;
  border: 6px solid rgba(246, 245, 239, 0.12); border-bottom: 0;
}

@keyframes rise-in {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}

/* Öffnungszeiten-Leiste unter dem Hero */
.zeiten-strip { background: var(--green-950); color: var(--on-green); }
.zeiten-strip-inner {
  max-width: var(--wrap); margin: 0 auto; padding: 1.05rem clamp(1.1rem, 4vw, 2rem);
  display: flex; flex-wrap: wrap; gap: 0.5rem 2.8rem; align-items: baseline;
}
.zeiten-strip strong { color: #fff; font-weight: 700; }
.zeiten-strip span { color: var(--on-green-soft); }
.zeiten-strip a { color: #fff; font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--amber); }

/* ============================== Sektionen ============================== */

.section { padding: clamp(3.2rem, 8vh, 5.6rem) 0; }
.section-green { background: var(--green-900); color: var(--on-green); }
.section-tint { background: var(--bone-2); }

.section h2 { font-size: clamp(1.7rem, 3.2vw, 2.45rem); max-width: 26ch; }
.section-lead { margin-top: 0.9rem; color: var(--ink-soft); max-width: 62ch; font-size: 1.1rem; }
.section-green .section-lead { color: var(--on-green-soft); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Intro (Startseite) */
.intro-text {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 2.1vw, 1.65rem); line-height: 1.5; font-weight: 500;
  max-width: 30ch;
}
.intro-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.intro-fakten { display: flex; flex-direction: column; }
.intro-fakten div { padding: 1rem 0; border-top: 1px solid var(--line); }
.intro-fakten div:first-child { border-top: 0; }
.intro-fakten strong { display: block; font-size: 1.05rem; }
.intro-fakten span { color: var(--ink-soft); font-size: 0.99rem; }

/* Feature-Split (Küche) */
.feature { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(2rem, 5vw, 4.2rem); align-items: center; }
.feature-bild img { width: 100%; height: clamp(300px, 34vw, 430px); object-fit: cover; border-radius: var(--radius); }
.feature h2 { margin-bottom: 1rem; }
.feature p { color: var(--ink-soft); max-width: 54ch; }
.section-green .feature p { color: var(--on-green-soft); }
.feature .btn { margin-top: 1.6rem; }
.feature-badge {
  display: inline-block; margin-bottom: 1.1rem;
  background: rgba(176, 106, 27, 0.14); color: var(--amber-dark);
  font-weight: 700; font-size: 0.92rem; letter-spacing: 0.02em;
  padding: 0.35rem 0.85rem; border-radius: 999px;
}
.section-green .feature-badge { background: rgba(242, 243, 236, 0.14); color: var(--on-green); }

/* Karten-Duo */
.duo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.duo-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; text-decoration: none; color: var(--ink); display: flex; flex-direction: column;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s;
}
.duo-card:hover { transform: translateY(-4px); box-shadow: 0 22px 40px -28px rgba(26, 47, 35, 0.5); }
.duo-card img { width: 100%; height: 250px; object-fit: cover; }
.duo-card-body { padding: 1.4rem 1.5rem 1.6rem; }
.duo-card h3 { font-size: 1.35rem; }
.duo-card p { margin-top: 0.5rem; color: var(--ink-soft); font-size: 1rem; }
.duo-card .mehr { margin-top: 0.85rem; display: inline-block; font-weight: 700; color: var(--amber-dark); }

/* Terminliste */
.termine-panel {
  background: var(--green-850); border-radius: var(--radius);
  padding: clamp(1.6rem, 3.5vw, 2.6rem);
}
.termine-panel h3 { font-size: 1.3rem; margin-bottom: 0.4rem; }
.termine-gruppe + .termine-gruppe { margin-top: 1.8rem; }
.termine-gruppe p.preis { color: var(--on-green-soft); margin-bottom: 0.6rem; }
.termine-liste { list-style: none; display: flex; flex-wrap: wrap; gap: 0.55rem; }
.termine-liste li {
  background: rgba(242, 243, 236, 0.1); border: 1px solid rgba(242, 243, 236, 0.18);
  color: var(--on-green); border-radius: 999px; padding: 0.32rem 0.85rem; font-weight: 600; font-size: 0.97rem;
}
.termine-hinweis { margin-top: 1.6rem; color: var(--on-green-soft); font-size: 0.98rem; }
.termine-hinweis a { color: #fff; }

/* Zitat */
.zitat {
  font-family: "Playfair Display", Georgia, serif; font-style: italic;
  font-size: clamp(1.3rem, 2.4vw, 1.8rem); line-height: 1.45; padding-bottom: 0.3rem;
  max-width: 26ch;
}
.zitat-quelle { margin-top: 0.8rem; font-size: 0.95rem; color: var(--on-green-soft); font-family: "Source Sans 3", sans-serif; font-style: normal; }

/* ============================== Unterseiten-Kopf ============================== */

.subhero { background: var(--green-900); color: var(--on-green); }
.subhero-inner {
  max-width: var(--wrap); margin: 0 auto;
  padding: clamp(2.4rem, 6vh, 3.8rem) clamp(1.1rem, 4vw, 2rem);
}
.subhero h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 650; max-width: 22ch; }
.subhero p { margin-top: 0.9rem; color: var(--on-green-soft); max-width: 60ch; font-size: 1.12rem; }

/* ============================== Inhalts-Bausteine ============================== */

.prose { max-width: 66ch; }
.prose p + p { margin-top: 0.9rem; }
.prose ul { margin: 0.8rem 0 0 1.2rem; }
.prose li + li { margin-top: 0.35rem; }

.bild-text { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: clamp(1.8rem, 4.5vw, 4rem); align-items: center; }
.bild-text img { width: 100%; border-radius: var(--radius); }
.bild-text h2, .bild-text h3 { margin-bottom: 0.8rem; }
.bild-text p { color: var(--ink-soft); }
.bild-text figcaption { margin-top: 0.6rem; font-size: 0.92rem; color: var(--ink-soft); }

/* Preistabelle */
.preis-tabelle-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; }
table.preise { border-collapse: collapse; width: 100%; min-width: 520px; }
table.preise caption { text-align: left; padding: 1.1rem 1.2rem 0.4rem; font-weight: 700; font-size: 1.05rem; }
table.preise th, table.preise td { padding: 0.8rem 1.2rem; text-align: left; }
table.preise thead th { background: var(--green-900); color: #fff; font-weight: 700; }
table.preise td:nth-child(2), table.preise td:nth-child(3),
table.preise th:nth-child(2), table.preise th:nth-child(3) { text-align: right; font-variant-numeric: tabular-nums; }
table.preise tbody tr:nth-child(even) { background: var(--bone); }
.tabelle-fussnote { margin-top: 0.8rem; font-size: 0.94rem; color: var(--ink-soft); }

/* Konditionen-Gruppen */
.kondi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.2rem; }
.kondi {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.5rem 1.55rem;
}
.kondi h3 { font-size: 1.16rem; margin-bottom: 0.7rem; }
.kondi ul { list-style: none; }
.kondi li { padding: 0.45rem 0; color: var(--ink-soft); border-top: 1px solid var(--bone-2); }
.kondi li:first-child { border-top: 0; }
.kondi li strong { color: var(--ink); }

/* Hinweis-Kästen */
.callout {
  border-radius: var(--radius); padding: 1.15rem 1.4rem;
  background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--amber);
}
.callout strong { display: block; margin-bottom: 0.2rem; }
.callout p { color: var(--ink-soft); font-size: 1rem; }

/* Galerien */
.galerie-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.1rem; }
.galerie-grid figure { position: relative; border-radius: var(--radius); overflow: hidden; }
.galerie-grid img { width: 100%; height: 100%; object-fit: cover; }
.galerie-grid figcaption {
  padding: 0.55rem 0.2rem 0; font-size: 0.93rem; color: var(--ink-soft);
}
.g-span-7 { grid-column: span 7; }
.g-span-5 { grid-column: span 5; }
.g-span-6 { grid-column: span 6; }
.g-span-4 { grid-column: span 4; }
.g-span-8 { grid-column: span 8; }

/* Speisekarten-Grid */
.karten-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 1.1rem; }
.karten-grid a {
  display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 0.7rem; text-decoration: none; color: var(--ink); text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.karten-grid a:hover { transform: translateY(-3px); box-shadow: 0 16px 30px -22px rgba(26, 47, 35, 0.45); }
.karten-grid img { width: 100%; height: 210px; object-fit: cover; object-position: top; border-radius: 4px; border: 1px solid var(--bone-2); }
.karten-grid span { display: block; margin-top: 0.6rem; font-weight: 700; font-size: 0.98rem; }
.karten-grid small { color: var(--ink-soft); }

/* Kontakt */
.kontakt-grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(2rem, 5vw, 3.6rem); align-items: start; }
.kontakt-block address { font-style: normal; font-size: 1.1rem; line-height: 1.7; }
.kontakt-tel {
  display: inline-block; margin-top: 1rem; font-size: 1.7rem; font-weight: 800;
  font-family: "Source Sans 3", sans-serif;
  color: var(--green-900); text-decoration: none; border-bottom: 3px solid var(--amber);
}
.kontakt-tel:hover { color: var(--amber-dark); }
.kontakt-block .btn { margin-top: 1.5rem; }
.kontakt-meta { margin-top: 1.2rem; color: var(--ink-soft); }

.form {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.7rem 1.7rem 1.9rem; display: flex; flex-direction: column; gap: 1.05rem;
}
.form-demo-hinweis {
  font-size: 0.9rem; color: var(--ink-soft);
  background: var(--bone); border-radius: var(--radius-sm); padding: 0.65rem 0.9rem;
}
.form-feld { display: flex; flex-direction: column; gap: 0.4rem; }
.form-zeile { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-feld label { font-weight: 700; font-size: 0.98rem; }
.form-feld input, .form-feld select, .form-feld textarea {
  font: inherit; color: var(--ink);
  border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  padding: 0.68rem 0.85rem; background: var(--bone); width: 100%;
}
.form-feld input:focus, .form-feld select:focus, .form-feld textarea:focus {
  outline: none; border-color: var(--green-900); box-shadow: 0 0 0 3px rgba(26, 47, 35, 0.15);
}
.form-hilfe { color: var(--ink-soft); font-size: 0.87rem; }
.form .btn { align-self: flex-start; }

/* Kontakt-Band (Startseite) */
.kontakt-band { background: var(--green-950); color: var(--on-green); }
.kontakt-band-inner {
  max-width: var(--wrap); margin: 0 auto; padding: clamp(2.6rem, 6vh, 4rem) clamp(1.1rem, 4vw, 2rem);
  display: flex; flex-wrap: wrap; gap: 1.8rem; align-items: center; justify-content: space-between;
}
.kontakt-band h2 { font-size: clamp(1.55rem, 2.8vw, 2.1rem); max-width: 22ch; }
.kontakt-band p { margin-top: 0.5rem; color: var(--on-green-soft); max-width: 52ch; }
.kontakt-band .aktionen { display: flex; gap: 0.85rem; flex-wrap: wrap; }

/* ============================== Footer ============================== */

.footer { background: var(--green-950); color: var(--on-green-soft); }
.footer a { color: var(--on-green); text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.footer-inner {
  max-width: var(--wrap); margin: 0 auto; padding: 3rem clamp(1.1rem, 4vw, 2rem) 2rem;
  display: grid; grid-template-columns: minmax(240px, 1.3fr) 1fr 1fr; gap: 2.2rem;
}
.footer-brand { display: flex; gap: 1rem; align-items: flex-start; line-height: 1.55; }
.footer-brand img { height: 84px; width: auto; }
.footer-brand strong { color: var(--on-green); font-family: "Playfair Display", Georgia, serif; font-size: 1.12rem; font-weight: 650; }
.footer h3 { font-size: 0.85rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--on-green); margin-bottom: 0.8rem; font-family: "Source Sans 3", sans-serif; }
.footer ul { list-style: none; }
.footer li { padding: 0.22rem 0; }
.footer-legal {
  max-width: var(--wrap); margin: 0 auto; padding: 1.1rem clamp(1.1rem, 4vw, 2rem) 1.6rem;
  border-top: 1px solid rgba(242, 243, 236, 0.14); font-size: 0.93rem;
  display: flex; flex-wrap: wrap; gap: 1.4rem; justify-content: space-between;
}

/* ============================== Unterseiten (rechtliches) ============================== */

.subpage-main { max-width: 820px; margin: 0 auto; padding: 3rem clamp(1.1rem, 4vw, 2rem) 4rem; }
.subpage-main h1 { font-size: clamp(2rem, 4vw, 2.6rem); margin-bottom: 1.6rem; }
.subpage-main h2 { font-size: 1.32rem; margin: 2rem 0 0.7rem; }
.subpage-main p, .subpage-main address { margin-bottom: 0.9rem; font-style: normal; color: var(--ink-soft); }
.subpage-main strong { color: var(--ink); }
.hinweis-box {
  background: #f8f1df; border: 1px solid #e3d3a8; border-radius: var(--radius-sm);
  padding: 1rem 1.3rem; margin-bottom: 2rem; color: #6d5716; font-size: 0.98rem;
}

/* ============================== Responsive ============================== */

@media (max-width: 1080px) {
  .nav-links { display: none; position: absolute; top: 76px; left: 0; right: 0;
    background: var(--bone); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; gap: 0; padding: 0.5rem 1.2rem 1rem;
    box-shadow: 0 22px 30px -22px rgba(16, 29, 21, 0.4);
  }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 0.85rem 0.3rem; border-bottom: 1px solid var(--bone-2); font-size: 1.06rem; }
  .nav-burger { display: flex; }
}

@media (max-width: 940px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 0; }
  .hero-bild { margin-top: 0.4rem; }
  .hero-bild img { height: clamp(240px, 52vw, 380px); border-width: 4px; }
  .intro-grid, .feature, .bild-text, .kontakt-grid { grid-template-columns: 1fr; }
  .duo-grid { grid-template-columns: 1fr; }
  .feature-bild { order: -1; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .g-span-7, .g-span-5, .g-span-6, .g-span-4, .g-span-8 { grid-column: span 12; }
  .galerie-grid img { height: clamp(210px, 48vw, 320px); }
}

@media (max-width: 620px) {
  body { font-size: 1.02rem; }
  .brand img { height: 44px; }
  .brand-name { font-size: 1.05rem; }
  .hero-actions .btn { width: 100%; }
  .form-zeile { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .kontakt-band .aktionen { width: 100%; }
  .kontakt-band .aktionen .btn { width: 100%; }
  .karten-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
  .karten-grid img { height: 175px; }
}

/* ============================== Reduzierte Bewegung ============================== */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-eyebrow, .hero h1, .hero-sub, .hero-actions, .hero-bild { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .duo-card, .karten-grid a, .nav, .nav-links a { transition: none; }
}

/* ============================================================
   Premium refinement — präsentationsfertige Fassung
   Baut gezielt auf der bestehenden Struktur auf.
   ============================================================ */

:root {
  --green-950: #2f493c;
  --green-900: #426252;
  --green-850: #5b796a;
  --green-100: #e7eee8;
  --bone: #fbfaf6;
  --bone-2: #f2ede4;
  --ink: #29332d;
  --ink-soft: #667169;
  --amber: #bf815a;
  --amber-dark: #8d5a3d;
  --amber-soft: #efcfb2;
  --line: #ddd8cd;
  --on-green: #fffdf8;
  --on-green-soft: #e1e9e2;
  --radius: 18px;
  --radius-sm: 9px;
  --wrap: 1240px;
  --shadow-soft: 0 24px 64px -42px rgba(46, 73, 59, 0.34);
  --shadow-image: 0 30px 76px -48px rgba(46, 73, 59, 0.42);
}

::selection {
  color: var(--on-green);
  background: var(--green-850);
}

body {
  background:
    radial-gradient(circle at 8% 22%, rgba(184, 111, 45, 0.035), transparent 24rem),
    var(--bone);
  line-height: 1.72;
}

main {
  position: relative;
}

h1,
h2,
h3 {
  letter-spacing: -0.025em;
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

.wrap {
  width: 100%;
  max-width: var(--wrap);
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}

/* Navigation */
.nav {
  background: rgba(251, 250, 246, 0.94);
  border-bottom: 1px solid rgba(24, 49, 38, 0.08);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}

.nav.is-scrolled {
  border-bottom-color: rgba(24, 49, 38, 0.12);
  box-shadow: 0 16px 40px -32px rgba(16, 37, 28, 0.62);
}

.nav-inner {
  max-width: var(--wrap);
  height: 84px;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}

.brand {
  gap: 0.9rem;
}

.brand img {
  width: auto;
  height: 58px;
  filter: drop-shadow(0 6px 10px rgba(24, 49, 38, 0.1));
}

.brand-name {
  font-size: 1.33rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.brand-name small {
  margin-top: 0.18rem;
  color: #697169;
  font-size: 0.68rem;
  letter-spacing: 0.17em;
}

.nav-links {
  gap: clamp(1rem, 1.8vw, 1.8rem);
}

.nav-links a {
  position: relative;
  padding: 0.45rem 0;
  border: 0;
  color: #4e5a51;
  font-size: 0.96rem;
  font-weight: 650;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--green-950);
  border: 0;
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-links .nav-tel {
  min-height: 42px;
  padding: 0.6rem 1rem;
  color: var(--on-green) !important;
  background: var(--green-900);
  border-radius: var(--radius-sm);
  box-shadow: 0 10px 22px -16px rgba(47, 73, 60, 0.62);
}

.nav-links .nav-tel::after {
  display: none;
}

.nav-links .nav-tel:hover {
  color: #fff !important;
  background: var(--green-850);
  transform: translateY(-1px);
}

.nav-links-legal {
  display: flex !important;
}

/* Buttons */
.btn {
  min-height: 52px;
  padding: 0.9rem 1.45rem;
  border-radius: var(--radius-sm);
  font-size: 1rem;
  font-weight: 760;
  letter-spacing: 0.005em;
  box-shadow: none;
  transition:
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:active {
  transform: translateY(0) scale(0.985);
}

.btn-amber {
  color: #fff;
  background: var(--amber);
  box-shadow: 0 16px 30px -20px rgba(141, 90, 61, 0.62);
}

.btn-amber:hover {
  color: #fff;
  background: #aa704d;
  box-shadow: 0 20px 38px -22px rgba(141, 90, 61, 0.7);
}

.btn-outline {
  border-color: rgba(24, 49, 38, 0.66);
}

.btn-outline:hover {
  background: var(--green-900);
  border-color: var(--green-900);
  box-shadow: 0 16px 30px -22px rgba(16, 37, 28, 0.82);
}

.btn-ghost-light {
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(8px);
}

.btn-ghost-light:hover {
  border-color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.12);
}

.btn-arrow::after {
  content: "→";
  font-size: 1.18em;
  line-height: 1;
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-arrow:hover::after {
  transform: translateX(4px);
}

/* Startseiten-Hero */
.hero {
  position: relative;
  display: flex;
  min-height: calc(100dvh - 84px);
  overflow: hidden;
  isolation: isolate;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: var(--green-950);
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(251, 249, 243, 0.62) 0%, rgba(251, 249, 243, 0.24) 52%, rgba(66, 98, 82, 0.08) 100%),
    linear-gradient(0deg, rgba(47, 73, 60, 0.28) 0%, transparent 42%);
}

.hero::after {
  position: absolute;
  z-index: -1;
  top: -30%;
  left: -18%;
  width: 70%;
  height: 100%;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, rgba(201, 139, 78, 0.18), transparent 62%);
}

.hero-inner {
  position: static;
  z-index: 1;
  display: flex;
  width: 100%;
  min-height: clamp(610px, calc(100dvh - 178px), 790px);
  max-width: var(--wrap);
  padding: clamp(4.5rem, 9vh, 7.5rem) clamp(1.25rem, 4vw, 2.5rem) clamp(4rem, 8vh, 6.5rem);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(830px, 68%);
  max-width: none;
  padding: clamp(1.7rem, 3.4vw, 3rem);
  color: var(--ink);
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(66, 98, 82, 0.14);
  border-radius: 4px 32px 4px 32px;
  box-shadow: 0 30px 80px -46px rgba(47, 73, 60, 0.46);
  backdrop-filter: blur(16px) saturate(105%);
  -webkit-backdrop-filter: blur(16px) saturate(105%);
}

.hero-eyebrow {
  color: var(--green-900);
  font-size: 0.82rem;
  font-weight: 760;
  letter-spacing: 0.2em;
}

.hero h1 {
  max-width: 18.5ch;
  margin-top: 1.1rem;
  font-size: clamp(3.8rem, 5.7vw, 5.6rem);
  font-weight: 610;
  line-height: 0.95;
  letter-spacing: -0.052em;
  color: var(--green-950);
  text-shadow: none;
}

.hero h1 em {
  color: var(--amber-dark);
  font-weight: 540;
}

.hero-sub {
  max-width: 51ch;
  margin-top: 1.55rem;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.35vw, 1.27rem);
  line-height: 1.62;
}

.hero-actions {
  margin-top: 2.1rem;
  gap: 0.8rem;
}

.hero-trust {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 0.65rem 1.45rem;
  color: var(--green-900);
  font-size: 0.93rem;
  font-weight: 620;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.hero-trust span::before {
  width: 5px;
  height: 5px;
  content: "";
  background: var(--amber);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(191, 129, 90, 0.12);
}

.hero .btn-ghost-light {
  color: var(--green-900);
  background: rgba(255, 255, 255, 0.5);
  border-color: rgba(66, 98, 82, 0.5);
}

.hero .btn-ghost-light:hover {
  color: var(--green-950);
  background: rgba(231, 238, 232, 0.72);
  border-color: var(--green-900);
}

.hero-bild {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: hero-image-in 1.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-bild img {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: 58% 72%;
  transform: scale(1.01);
}

@keyframes hero-image-in {
  from {
    opacity: 0;
    transform: scale(1.035);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.zeiten-strip {
  position: relative;
  z-index: 2;
  color: var(--green-950);
  background: rgba(231, 238, 232, 0.97);
  border-top: 1px solid rgba(66, 98, 82, 0.13);
  backdrop-filter: blur(16px);
}

.zeiten-strip-inner {
  display: grid;
  max-width: var(--wrap);
  padding: 1.3rem clamp(1.25rem, 4vw, 2.5rem);
  grid-template-columns: 1.15fr 1.35fr 0.8fr;
  gap: 0;
  align-items: center;
}

.zeiten-strip-inner > div {
  min-height: 44px;
  padding: 0 1.5rem;
  border-right: 1px solid rgba(66, 98, 82, 0.16);
  line-height: 1.38;
}

.zeiten-strip-inner > div:first-child {
  padding-left: 0;
}

.zeiten-strip-inner > div:last-child {
  padding-right: 0;
  border-right: 0;
  text-align: right;
}

.zeiten-strip strong,
.zeiten-strip span {
  display: block;
}

.zeiten-strip strong {
  color: var(--green-950);
  font-size: 0.96rem;
}

.zeiten-strip span {
  margin-top: 0.1rem;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.zeiten-strip a {
  display: inline-block;
  padding-bottom: 0.15rem;
  color: var(--green-950);
  border-bottom-color: var(--amber);
  font-size: 1rem;
}

/* Sektionen, Typografie und Abstände */
.section {
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.section-tint {
  background:
    radial-gradient(circle at 90% 5%, rgba(184, 111, 45, 0.08), transparent 25rem),
    var(--bone-2);
}

.section-green {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(239, 207, 178, 0.2), transparent 28rem),
    linear-gradient(145deg, #698879, #496b5a 76%);
}

.section-green::after {
  position: absolute;
  right: -7rem;
  bottom: -11rem;
  width: 28rem;
  height: 28rem;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  box-shadow:
    0 0 0 4rem rgba(255, 255, 255, 0.018),
    0 0 0 8rem rgba(255, 255, 255, 0.012);
}

.section h2 {
  max-width: 23ch;
  font-size: clamp(2.15rem, 4vw, 3.55rem);
  font-weight: 620;
  line-height: 1.07;
}

.section-lead {
  max-width: 60ch;
  margin-top: 1.1rem;
  font-size: 1.12rem;
  line-height: 1.7;
}

.section-kicker,
.subhero-kicker {
  color: var(--amber-dark);
  font-size: 0.8rem;
  font-weight: 780;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-gap {
  margin-top: clamp(2.2rem, 4vw, 3.2rem);
}

.content-gap {
  margin-top: clamp(2.8rem, 5vw, 4.2rem);
}

.content-gap-sm {
  margin-top: 1.8rem;
}

.prose-space {
  margin-top: 1rem;
}

.lead-compact {
  margin-top: 0.8rem;
}

.quote-space {
  margin-top: 1.7rem;
}

.section-action {
  margin-top: 1.6rem;
}

.document-link {
  margin-top: 1.9rem;
  color: var(--ink-soft);
}

.document-link a {
  font-weight: 700;
  text-underline-offset: 0.2em;
}

.text-link {
  display: inline-flex;
  margin-top: 1.7rem;
  align-items: center;
  gap: 0.6rem;
  color: var(--green-900);
  font-weight: 720;
  text-decoration: none;
}

.text-link::after {
  content: "→";
  transition: transform 220ms ease;
}

.text-link:hover::after {
  transform: translateX(4px);
}

/* Intro */
.intro-grid {
  grid-template-columns: minmax(0, 6.4fr) minmax(0, 5.6fr);
  gap: clamp(3rem, 8vw, 7.5rem);
  align-items: start;
}

.intro-text {
  max-width: 24ch;
  margin-top: 1rem;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-weight: 520;
  line-height: 1.35;
  letter-spacing: -0.035em;
}

.intro-fakten {
  counter-reset: fact;
}

.intro-fakten div {
  display: grid;
  padding: 1.25rem 0 1.4rem;
  border-top-color: rgba(24, 49, 38, 0.16);
  grid-template-columns: 3.2rem 1fr;
  grid-template-rows: auto auto;
}

.intro-fakten div:first-child {
  border-top: 1px solid rgba(24, 49, 38, 0.16);
}

.intro-fakten div::before {
  color: var(--amber-dark);
  content: "0" counter(fact);
  counter-increment: fact;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.1rem;
  font-style: italic;
  grid-row: 1 / 3;
}

.intro-fakten strong {
  font-size: 1.08rem;
  line-height: 1.35;
}

.intro-fakten span {
  margin-top: 0.25rem;
  line-height: 1.55;
}

/* Feature-Splits */
.feature,
.bild-text {
  gap: clamp(3rem, 7vw, 6.6rem);
}

.feature-bild,
.bild-text figure {
  position: relative;
}

.feature-bild::before,
.bild-text figure::before {
  position: absolute;
  z-index: -1;
  inset: 1rem -1rem -1rem 1rem;
  content: "";
  border: 1px solid rgba(143, 79, 27, 0.25);
  border-radius: 3px 24px 3px 24px;
}

.feature-bild img,
.bild-text img {
  height: clamp(340px, 35vw, 475px);
  border-radius: 3px 28px 3px 28px;
  box-shadow: var(--shadow-image);
  object-fit: cover;
}

.bild-text .room-sample {
  width: 100%;
  max-width: 520px;
  height: auto;
  min-height: 260px;
  object-fit: cover;
}

.feature-badge {
  margin-bottom: 1.25rem;
  padding: 0.25rem 0 0.25rem 0.85rem;
  color: var(--amber-dark);
  background: transparent;
  border-left: 2px solid var(--amber);
  border-radius: 0;
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.section-green .feature-badge {
  color: var(--amber-soft);
  background: transparent;
  border-left-color: var(--amber-soft);
}

.feature h2 {
  margin-bottom: 1.2rem;
}

.feature p,
.bild-text p {
  font-size: 1.06rem;
  line-height: 1.72;
}

/* Große Zielkarten */
.duo-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

.duo-card {
  border: 0;
  border-radius: 3px 28px 3px 28px;
  box-shadow: var(--shadow-soft);
}

.duo-card:nth-child(2) {
  margin-top: 4rem;
}

.duo-card:hover {
  box-shadow: 0 34px 80px -45px rgba(19, 44, 33, 0.68);
  transform: translateY(-6px);
}

.duo-card img {
  height: 360px;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.duo-card:nth-child(2) img {
  height: 310px;
}

.duo-card:hover img {
  transform: scale(1.025);
}

.duo-card-body {
  padding: 1.7rem 1.8rem 2rem;
}

.duo-card h3 {
  font-size: 1.65rem;
}

.duo-card .mehr {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.duo-card .mehr::after {
  content: "→";
}

/* Termine */
.termine-panel {
  padding: clamp(1.8rem, 4vw, 3rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.06)),
    #587868;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px 30px 4px 30px;
  box-shadow: 0 34px 70px -46px rgba(0, 0, 0, 0.8);
}

.termine-panel h3 {
  font-size: 1.5rem;
}

.termine-gruppe + .termine-gruppe {
  margin-top: 2rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.termine-liste {
  gap: 0.55rem;
}

.termine-liste li {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(226, 181, 124, 0.32);
  border-radius: 6px;
  font-variant-numeric: tabular-nums;
}

.zitat {
  position: relative;
  padding-left: 1.2rem;
}

.zitat::before {
  position: absolute;
  top: -1.7rem;
  left: -0.35rem;
  color: rgba(226, 181, 124, 0.28);
  content: "“";
  font-family: Georgia, serif;
  font-size: 6rem;
  font-style: normal;
  line-height: 1;
}

/* Eigenständige Unterseiten-Heros */
.subhero {
  --subhero-image: url("../bilder/hero-biergarten.jpg");
  position: relative;
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: var(--green-950);
}

.subhero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background-image: var(--subhero-image);
  background-position: var(--subhero-position, center);
  background-size: cover;
  transform: scale(1.015);
}

.subhero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(251, 249, 243, 0.96) 0%, rgba(251, 249, 243, 0.88) 48%, rgba(251, 249, 243, 0.28) 78%, rgba(251, 249, 243, 0.08) 100%),
    linear-gradient(0deg, rgba(66, 98, 82, 0.12), transparent 50%);
}

.subhero-kueche {
  --subhero-image: url("../bilder/gericht-lamm.jpg");
  --subhero-position: center 58%;
}

.subhero-uebernachten {
  --subhero-image: url("../bilder/karte-uebernachten.jpg");
  --subhero-position: center 48%;
}

.subhero-erleben {
  --subhero-image: url("../bilder/natur-wald.jpg");
  --subhero-position: center 58%;
}

.subhero-kontakt {
  --subhero-image: url("../bilder/gebaeude-nordseite.jpg");
  --subhero-position: center 50%;
}

.subhero-inner {
  display: flex;
  min-height: 560px;
  max-width: var(--wrap);
  padding: clamp(5rem, 9vw, 7rem) clamp(1.25rem, 4vw, 2.5rem);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.subhero-kicker {
  color: var(--amber-dark);
}

.subhero h1 {
  max-width: 12ch;
  margin-top: 1rem;
  font-size: clamp(3rem, 5.7vw, 5.45rem);
  font-weight: 610;
  line-height: 0.98;
  letter-spacing: -0.052em;
  color: var(--green-950);
  text-shadow: none;
}

.subhero p:not(.subhero-kicker) {
  max-width: 54ch;
  margin-top: 1.25rem;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  line-height: 1.62;
}

.subhero-actions {
  display: flex;
  margin-top: 1.9rem;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.subhero-facts {
  display: flex;
  margin-top: 2rem;
  padding-top: 1.15rem;
  flex-wrap: wrap;
  gap: 0.55rem 1.5rem;
  color: var(--green-900);
  border-top: 1px solid rgba(66, 98, 82, 0.25);
  font-size: 0.92rem;
  font-weight: 620;
}

.subhero-facts span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.subhero-facts span::before {
  width: 4px;
  height: 4px;
  content: "";
  background: var(--amber);
  border-radius: 50%;
}

.subhero .btn-ghost-light {
  color: var(--green-900);
  background: rgba(255, 255, 255, 0.45);
  border-color: rgba(66, 98, 82, 0.48);
}

.subhero .btn-ghost-light:hover {
  color: var(--green-950);
  background: rgba(231, 238, 232, 0.78);
  border-color: var(--green-900);
}

/* Inhaltsbausteine */
.prose {
  max-width: 64ch;
}

.prose p + p {
  margin-top: 1.05rem;
}

.galerie-grid {
  gap: clamp(1rem, 2vw, 1.5rem);
}

.galerie-grid figure {
  border-radius: 3px 24px 3px 24px;
  transition: transform 350ms cubic-bezier(0.16, 1, 0.3, 1);
}

.galerie-grid figure:hover {
  transform: translateY(-3px);
}

.galerie-grid img {
  border-radius: 3px 24px 3px 24px;
  box-shadow: var(--shadow-soft);
  transition: transform 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.galerie-grid figure:hover img {
  transform: scale(1.015);
}

.galerie-grid figcaption {
  padding: 0.75rem 0.15rem 0;
  line-height: 1.5;
}

.gallery-image-tall {
  height: 360px !important;
}

.gallery-image-medium {
  height: 310px !important;
}

.preis-tabelle-wrap {
  border: 0;
  background: #fffdf8;
  box-shadow: var(--shadow-soft);
}

.price-table-feature {
  max-width: 780px;
  margin-top: 2.3rem;
}

table.preise caption {
  padding: 1.35rem 1.5rem 0.7rem;
  color: var(--green-900);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.3rem;
}

table.preise th,
table.preise td {
  padding: 1rem 1.35rem;
}

table.preise thead th {
  background: linear-gradient(135deg, var(--green-900), var(--green-850));
}

table.preise tbody tr:nth-child(even) {
  background: #f3efe5;
}

.kondi-grid {
  gap: 1.25rem;
}

.kondi,
.callout {
  position: relative;
  overflow: hidden;
  padding: 1.65rem 1.7rem 1.8rem;
  background: rgba(255, 253, 248, 0.88);
  border: 0;
  border-radius: 3px 20px 3px 20px;
  box-shadow: inset 0 0 0 1px rgba(24, 49, 38, 0.09);
}

.kondi::before,
.callout::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.5rem;
  height: 3px;
  content: "";
  background: var(--amber);
}

.kondi h3 {
  font-size: 1.35rem;
}

.kondi li {
  padding: 0.6rem 0;
}

.callout {
  border-left: 0;
}

.callout strong {
  margin-bottom: 0.45rem;
  color: var(--green-900);
  font-size: 1.08rem;
}

.callout-spaced {
  margin-top: 1.15rem;
}

/* Speisekarten */
.karten-grid {
  grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
  gap: 1.35rem;
}

.karten-grid a {
  padding: 0;
  overflow: hidden;
  color: var(--ink);
  text-align: left;
  background: #fffdf8;
  border: 0;
  border-radius: 3px 18px 3px 18px;
  box-shadow: 0 22px 55px -40px rgba(19, 44, 33, 0.52);
}

.karten-grid a:hover {
  box-shadow: 0 30px 70px -42px rgba(19, 44, 33, 0.72);
  transform: translateY(-5px);
}

.karten-grid img {
  height: 230px;
  border: 0;
  border-radius: 0;
  filter: saturate(0.9) contrast(1.02);
  transition: filter 240ms ease, transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.karten-grid a:hover img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.025);
}

.karten-grid span {
  padding: 0.85rem 1rem 0.15rem;
  font-size: 1rem;
}

.karten-grid a::after {
  display: block;
  padding: 0 1rem 1rem;
  color: var(--amber-dark);
  content: "Karte öffnen ↗";
  font-size: 0.82rem;
  font-weight: 720;
}

/* Kontakt und Formular */
.kontakt-grid {
  grid-template-columns: minmax(0, 5.2fr) minmax(0, 6.8fr);
  gap: clamp(2.6rem, 7vw, 6.5rem);
}

.kontakt-tel {
  margin-top: 1.35rem;
  color: var(--green-900);
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.035em;
}

.kontakt-meta {
  max-width: 48ch;
  padding-left: 1rem;
  border-left: 2px solid var(--amber);
}

.contact-side-title {
  font-size: 1.65rem;
}

.form {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  gap: 1.2rem;
  background: #fffdf8;
  border: 0;
  border-radius: 3px 28px 3px 28px;
  box-shadow: var(--shadow-soft);
}

.form-demo-hinweis {
  padding: 0.85rem 1rem;
  color: #687169;
  background: #f2eee4;
  border-radius: 5px;
}

.form-status:empty {
  display: none;
}

.form-status {
  padding: 0.7rem 0.85rem;
  color: #753c1a;
  background: #f8e8d9;
  border-left: 3px solid var(--amber);
  font-size: 0.92rem;
}

.form-feld label {
  color: var(--green-950);
  font-size: 0.93rem;
}

.form-feld input,
.form-feld select,
.form-feld textarea {
  min-height: 48px;
  padding: 0.75rem 0.9rem;
  background: #fff;
  border-color: #cfc9bb;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.form-feld textarea {
  min-height: 130px;
  resize: vertical;
}

.form-feld input:hover,
.form-feld select:hover,
.form-feld textarea:hover {
  border-color: #a9b0aa;
}

.form-feld input:focus,
.form-feld select:focus,
.form-feld textarea:focus {
  background: #fff;
  border-color: var(--green-850);
  box-shadow: 0 0 0 4px rgba(36, 72, 58, 0.12);
}

/* Abschluss-CTA */
.kontakt-band {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(73, 107, 90, 0.95) 0%, rgba(73, 107, 90, 0.88) 58%, rgba(73, 107, 90, 0.58) 100%),
    url("../bilder/terrasse-suedseite.jpg") center 48% / cover;
}

.kontakt-band::after {
  position: absolute;
  z-index: -1;
  top: -15rem;
  right: -10rem;
  width: 34rem;
  height: 34rem;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.kontakt-band-inner {
  max-width: var(--wrap);
  padding: clamp(3.7rem, 7vw, 5.8rem) clamp(1.25rem, 4vw, 2.5rem);
  gap: 2.5rem;
}

.kontakt-band h2 {
  max-width: 19ch;
  font-size: clamp(2rem, 3.7vw, 3.3rem);
  line-height: 1.08;
}

.kontakt-band p {
  margin-top: 0.8rem;
  font-size: 1.06rem;
}

/* Footer und Rechtliches */
.footer {
  background:
    radial-gradient(circle at 9% 20%, rgba(239, 207, 178, 0.12), transparent 24rem),
    #3d5f4e;
}

.footer-inner {
  max-width: var(--wrap);
  padding: 4rem clamp(1.25rem, 4vw, 2.5rem) 3rem;
  gap: clamp(2.5rem, 6vw, 5rem);
}

.footer-brand img {
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

.footer h3 {
  color: var(--amber-soft);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
}

.footer li {
  padding: 0.28rem 0;
}

.footer-legal {
  max-width: var(--wrap);
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}

.subpage-main {
  max-width: 900px;
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.25rem, 4vw, 2.5rem) 6rem;
}

.subpage-main h1 {
  color: var(--green-950);
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  letter-spacing: -0.045em;
}

.subpage-main h2 {
  color: var(--green-900);
  font-size: 1.55rem;
}

.hinweis-box {
  padding: 1.2rem 1.35rem;
  color: #684d22;
  background: #f5ead2;
  border-color: #dcc49d;
  border-radius: 3px 15px 3px 15px;
}

/* Mobile Direktaktionen */
.mobile-actions {
  display: none;
}

/* Tablet */
@media (max-width: 1080px) {
  .nav-links {
    top: 84px;
    padding: 0.7rem clamp(1.25rem, 4vw, 2.5rem) 1.2rem;
    background: rgba(248, 245, 237, 0.98);
  }

  .nav-links a {
    padding: 0.9rem 0.25rem;
    border-bottom: 1px solid rgba(24, 49, 38, 0.09);
  }

  .nav-links a::after {
    display: none;
  }

  .nav-links .nav-tel {
    margin-top: 0.6rem;
    justify-content: center;
    border-bottom: 0;
  }

  .nav-links-legal {
    position: static;
    display: flex !important;
    width: auto;
    padding: 0;
    margin-left: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .nav-links-legal a {
    border: 0;
  }
}

@media (max-width: 940px) {
  .hero-inner {
    min-height: 660px;
  }

  .hero-copy {
    width: min(820px, 92%);
  }

  .hero h1 {
    max-width: 16ch;
    font-size: clamp(3.8rem, 8vw, 5.2rem);
  }

  .hero-bild {
    margin: 0;
  }

  .intro-grid,
  .feature,
  .bild-text,
  .kontakt-grid {
    grid-template-columns: 1fr;
    gap: 3.4rem;
  }

  .feature-bild {
    order: -1;
  }

  .duo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .duo-card:nth-child(2) {
    margin-top: 2.5rem;
  }

  .zeiten-strip-inner {
    grid-template-columns: 1fr 1fr;
  }

  .zeiten-strip-inner > div:nth-child(2) {
    padding-right: 0;
    border-right: 0;
  }

  .zeiten-strip-inner > div:last-child {
    padding-top: 0.8rem;
    padding-left: 0;
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: left;
  }

  .subhero,
  .subhero-inner {
    min-height: 520px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

/* Mobil */
@media (max-width: 620px) {
  body {
    width: 100%;
    font-size: 1rem;
  }

  h1,
  h2,
  h3,
  figcaption {
    max-width: 100%;
    hyphens: auto;
    overflow-wrap: anywhere;
  }

  .btn {
    max-width: 100%;
    text-align: center;
    white-space: normal;
  }

  .hero-copy,
  .hero-trust span,
  .subhero-inner,
  .subhero-facts span,
  .intro-grid > *,
  .feature > *,
  .bild-text > *,
  .duo-grid > *,
  .kontakt-grid > *,
  .kondi-grid > *,
  .footer-inner > * {
    min-width: 0;
  }

  body.has-mobile-actions {
    padding-bottom: calc(68px + env(safe-area-inset-bottom, 0px));
  }

  body.nav-open {
    overflow: hidden;
  }

  .nav-inner {
    width: 100%;
    height: 68px;
    padding-inline: 0.9rem;
    gap: 0.55rem;
  }

  .brand {
    min-width: 0;
    gap: 0.55rem;
  }

  .brand img {
    height: 43px;
    flex: 0 0 auto;
  }

  .brand-name {
    overflow: hidden;
    max-width: 12rem;
    font-size: 1.12rem;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .brand-name small {
    display: none;
  }

  .nav-burger {
    width: 42px;
    height: 42px;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .nav-links {
    top: 68px;
    max-height: calc(100dvh - 68px);
    padding: 0.55rem 1rem 1rem;
    overflow-y: auto;
  }

  .nav-links-legal {
    position: static;
    display: flex !important;
    max-width: 10.5rem;
    padding: 0;
    overflow: visible;
  }

  .nav-links-legal a {
    padding: 0.5rem;
    overflow: hidden;
    font-size: 0.87rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero {
    min-height: calc(100svh - 68px);
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(251, 249, 243, 0.38), rgba(251, 249, 243, 0.08)),
      linear-gradient(0deg, rgba(66, 98, 82, 0.18), transparent 52%);
  }

  .hero-inner {
    min-height: auto;
    padding: 2.6rem 1rem 2.5rem;
  }

  .hero-copy {
    width: 100%;
    padding: 1.35rem 1.15rem 1.45rem;
    border-radius: 3px 22px 3px 22px;
  }

  .hero-eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.17em;
  }

  .hero h1 {
    max-width: none;
    margin-top: 0.85rem;
    font-size: clamp(2.65rem, 11vw, 3.1rem);
    line-height: 0.98;
  }

  .hero h1 em {
    display: block;
    margin-top: 0.08em;
    font-size: 0.88em;
    white-space: normal;
  }

  .hero-sub {
    max-width: 34ch;
    margin-top: 1.2rem;
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .hero-actions {
    margin-top: 1.55rem;
  }

  .hero-actions .btn,
  .subhero-actions .btn {
    width: 100%;
  }

  .hero-trust {
    display: grid;
    margin-top: 1.5rem;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    font-size: 0.84rem;
  }

  .hero-bild img {
    object-position: 58% center;
  }

  .zeiten-strip-inner {
    display: grid;
    padding: 1.05rem 1.2rem 1.2rem;
    grid-template-columns: 1fr;
  }

  .zeiten-strip-inner > div,
  .zeiten-strip-inner > div:first-child,
  .zeiten-strip-inner > div:nth-child(2),
  .zeiten-strip-inner > div:last-child {
    min-height: 0;
    padding: 0.7rem 0;
    border: 0;
    border-top: 1px solid rgba(66, 98, 82, 0.13);
    grid-column: auto;
    text-align: left;
  }

  .zeiten-strip-inner > div:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .section {
    padding: 4.5rem 0 5rem;
  }

  .section h2 {
    font-size: clamp(1.9rem, 9.2vw, 2.45rem);
  }

  .section-lead {
    font-size: 1.04rem;
  }

  .intro-grid {
    gap: 2.7rem;
  }

  .intro-text {
    max-width: 25ch;
    font-size: 1.9rem;
  }

  .intro-fakten div {
    grid-template-columns: 2.6rem 1fr;
  }

  .feature,
  .bild-text,
  .kontakt-grid {
    gap: 2.8rem;
  }

  .feature-bild::before,
  .bild-text figure::before {
    inset: 0.65rem -0.45rem -0.65rem 0.45rem;
  }

  .feature-bild img,
  .bild-text img {
    height: 290px;
  }

  .duo-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .kondi-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .kondi,
  .callout {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .duo-card:nth-child(2) {
    margin-top: 0;
  }

  .duo-card img,
  .duo-card:nth-child(2) img {
    height: 245px;
  }

  .duo-card-body {
    padding: 1.35rem 1.35rem 1.6rem;
  }

  .subhero,
  .subhero-inner {
    min-height: 620px;
  }

  .subhero::after {
    background:
      linear-gradient(180deg, rgba(251, 249, 243, 0.97) 0%, rgba(251, 249, 243, 0.9) 66%, rgba(251, 249, 243, 0.72) 100%),
      linear-gradient(0deg, rgba(66, 98, 82, 0.08), transparent 58%);
  }

  .subhero-inner {
    padding: 4.25rem 1.2rem 4rem;
  }

  .subhero h1 {
    max-width: 12ch;
    font-size: clamp(2.55rem, 12vw, 3.25rem);
  }

  .subhero p:not(.subhero-kicker) {
    font-size: 1.03rem;
  }

  .subhero-actions {
    width: 100%;
    margin-top: 1.55rem;
  }

  .subhero-facts {
    display: grid;
    width: 100%;
    margin-top: 1.5rem;
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .galerie-grid {
    gap: 1.3rem;
  }

  .galerie-grid figcaption {
    padding-right: 0.35rem;
    overflow-wrap: anywhere;
  }

  .gallery-image-tall,
  .gallery-image-medium {
    height: 255px !important;
  }

  .karten-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .karten-grid img {
    height: 165px;
  }

  .karten-grid span {
    padding: 0.75rem 0.75rem 0.1rem;
    font-size: 0.91rem;
  }

  .karten-grid a::after {
    padding: 0 0.75rem 0.8rem;
    font-size: 0.74rem;
  }

  .termine-panel {
    padding: 1.4rem;
  }

  .termine-liste {
    display: grid;
    grid-template-columns: 1fr;
  }

  .preis-tabelle-wrap {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    overscroll-behavior-inline: contain;
  }

  table.preise th,
  table.preise td {
    padding: 0.8rem 0.9rem;
  }

  .form {
    padding: 1.25rem;
  }

  .kontakt-band-inner {
    padding: 3.7rem 1.2rem 4rem;
  }

  .kontakt-band .aktionen {
    width: 100%;
  }

  .kontakt-band .aktionen .btn {
    width: 100%;
  }

  .footer-inner {
    padding: 3rem 1.2rem 2.3rem;
    grid-template-columns: 1fr;
  }

  .footer-legal {
    padding: 1.1rem 1.2rem 1.6rem;
  }

  .mobile-actions {
    position: fixed;
    z-index: 70;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    padding: 0.55rem 0.65rem calc(0.55rem + env(safe-area-inset-bottom, 0px));
    grid-template-columns: 0.82fr 1.18fr;
    gap: 0.5rem;
    background: rgba(251, 250, 246, 0.96);
    border-top: 1px solid rgba(66, 98, 82, 0.14);
    box-shadow: 0 -14px 35px -25px rgba(47, 73, 60, 0.5);
    backdrop-filter: blur(14px);
  }

  .mobile-actions a {
    display: inline-flex;
    min-height: 48px;
    padding: 0.65rem 0.75rem;
    align-items: center;
    justify-content: center;
    color: var(--green-900);
    background: transparent;
    border: 1px solid rgba(66, 98, 82, 0.35);
    border-radius: 7px;
    font-size: 0.9rem;
    font-weight: 760;
    text-decoration: none;
  }

  .mobile-actions a:last-child {
    color: #fff;
    background: var(--green-900);
    border-color: var(--green-900);
  }
}

@media (max-width: 360px) {
  .wrap {
    padding-inline: 0.9rem;
  }

  .karten-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .karten-grid span {
    overflow-wrap: anywhere;
  }

  .subhero-inner {
    padding-inline: 0.95rem;
  }

  .mobile-actions {
    padding-inline: 0.45rem;
    gap: 0.35rem;
  }

  .mobile-actions a {
    padding-inline: 0.45rem;
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bild,
  .hero-eyebrow,
  .hero h1,
  .hero-sub,
  .hero-actions,
  .hero-trust {
    animation: none;
  }

  .btn,
  .btn::after,
  .text-link::after,
  .duo-card,
  .duo-card img,
  .galerie-grid figure,
  .galerie-grid img,
  .karten-grid a,
  .karten-grid img,
  .nav-links a::after {
    transition: none;
  }
}
