/* =========================================================
   Hotel & Gasthof Krone, Markdorf am Bodensee (Demo)
   Traditionsreicher Bodensee-Gasthof im Herzen der Altstadt:
   warm, gastfreundlich, bodenständig-gediegen, modern umgesetzt.
   Leitfarbe Bodensee-Himmelblau, scharfer Gold/Messing-Akzent,
   Schmiedeeisen-Dunkel für Typo/Footer, warmes Creme als Grund.
   Fonts lokal (DSGVO): Literata (Display), Barlow (Body/UI).
   Keine Fotos, nur Farbflächen, Verläufe, Grain, SVG-Krone.
   Schreibstil: keine Gedankenstriche in sichtbaren Texten.
   ========================================================= */

/* ---------- Fonts (lokal gehostet, DSGVO) ---------- */
/* Literata: variable, eine Latin-Datei deckt 400-700 ab (Display/Headlines) */
@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/literata-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Barlow: statische Latin-Dateien je Gewicht (Body/UI) */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/barlow-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/barlow-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/barlow-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/barlow-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
    U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- Palette + Tokens ---------- */
:root {
  /* Bodensee-Himmelblau (Marken-Leitfarbe aus Banner) */
  --blau:        #3D66B8;   /* tiefes Leitblau */
  --blau-hell:   #417ED7;   /* helleres Himmelblau */
  --blau-tief:   #2C4C8C;   /* dunkler: Hover/Tiefe */
  --blau-nacht:  #16233f;   /* tiefstes Blau, dunkler Grund */
  --blau-900:    #1b2d4f;   /* dunkler Footer-/Panel-Grund */
  --blau-luft:   #b9cdec;   /* helles Himmelblau auf dunklem Grund */
  --blau-tint:   rgba(61, 102, 184, 0.08);

  /* Gold/Messing (Wirtshausschild, sparsam, edel) */
  --gold:        #C9A24B;   /* Akzent: Linien, Icons, Hover */
  --gold-tief:   #a8842f;   /* dunkler für Text auf hell */
  --gold-hell:   #e0c486;   /* helles Gold auf dunklem Grund */
  --gold-tint:   rgba(201, 162, 75, 0.14);

  /* Fensterladen-Grün (Sekundärakzent, sehr sparsam) */
  --gruen:       #4a6650;   /* gedämpftes Tannengrün */

  /* Schmiedeeisen-Dunkel */
  --eisen:       #1A1A14;   /* Text, Footer, tiefster Grund */
  --eisen-soft:  #26261d;

  /* Grundflächen, warmes Off-White/Creme */
  --creme:       #FAF7F0;   /* warmes Creme, Grundfläche */
  --creme-soft:  #f2ecdf;   /* zweite warme Fläche */
  --surface:     #fffdf9;   /* helle Karte */

  --text:        #221f17;   /* dunkler Fließtext (Schmiedeeisen-Ton) */
  --muted:       #59554a;   /* gedämpfter Text */
  --hairline:    rgba(26, 26, 20, 0.14);
  --hairline-2:  rgba(26, 26, 20, 0.07);

  --maxw: 1180px;
  --pad: clamp(1.25rem, 4vw, 3rem);
  --r:   16px;
  --r-sm: 11px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --shadow-soft: 0 24px 60px -28px rgba(22, 35, 63, 0.42);
  --shadow-card: 0 18px 44px -26px rgba(22, 35, 63, 0.30);
}

/* ---------- Reset / Grundlagen ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: "Barlow", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: clamp(1rem, 0.97rem + 0.18vw, 1.075rem);
  line-height: 1.72;
  color: var(--text);
  background: var(--creme);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
/* dezenter Grain auf dem ganzen Grund, fest und ohne Performance-Last */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: "Literata", Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--eisen);
  margin: 0 0 0.6rem;
  hyphens: manual;
}
h1 { font-size: clamp(2.5rem, 1.9rem + 3.1vw, 4.3rem); }
h2 { font-size: clamp(1.95rem, 1.5rem + 2vw, 3rem); }
h3 { font-size: clamp(1.3rem, 1.15rem + 0.6vw, 1.6rem); }
p  { margin: 0 0 1rem; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }
main { position: relative; z-index: 1; }

/* ---------- Eyebrow / Section-Heads ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: "Barlow", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-tief);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--gold);
}
.eyebrow.on-dark { color: var(--gold-hell); }
.eyebrow.center { justify-content: center; }

.section { padding: clamp(3.6rem, 2.4rem + 5vw, 7rem) 0; position: relative; }
.section-head { max-width: 50rem; margin-bottom: 2.6rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.lede { font-size: 1.12rem; color: var(--muted); max-width: 40rem; }

/* dekorative Goldlinie als Section-Trenner mit kleiner Krone */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--gold);
  opacity: 0.85;
}
.divider::before, .divider::after {
  content: "";
  height: 1px;
  flex: 1;
  max-width: 140px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.divider::after { background: linear-gradient(90deg, var(--gold), transparent); }
.divider svg { width: 26px; height: 26px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 0.97rem;
  letter-spacing: 0.01em;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.35s var(--ease), background 0.35s var(--ease),
    box-shadow 0.35s var(--ease), color 0.35s var(--ease), border-color 0.35s var(--ease);
  will-change: transform;
}
.btn:active { transform: translateY(1px) scale(0.985); }
.btn svg { width: 17px; height: 17px; }
.btn .pin {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  transition: transform 0.35s var(--ease);
}
.btn:hover .pin { transform: translateX(2px); }

.btn-primary {
  background: var(--blau);
  color: #fff;
  box-shadow: 0 14px 30px -16px rgba(61, 102, 184, 0.75);
}
.btn-primary:hover { background: var(--blau-tief); transform: translateY(-2px); }

.btn-gold {
  background: var(--gold);
  color: var(--eisen);
  box-shadow: 0 14px 30px -16px rgba(201, 162, 75, 0.7);
}
.btn-gold:hover { background: var(--gold-hell); transform: translateY(-2px); }
.btn-gold .pin { background: rgba(26, 26, 20, 0.12); }

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}
.btn-outline-light:hover { background: rgba(255, 255, 255, 0.14); transform: translateY(-2px); }

.btn-ghost {
  border-color: var(--hairline);
  color: var(--eisen);
  background: var(--surface);
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-tief); transform: translateY(-2px); }

.btn-on-dark { background: var(--gold); color: var(--eisen); }
.btn-on-dark:hover { background: var(--gold-hell); transform: translateY(-2px); }

/* ---------- Demo-Leiste ---------- */
.demo-bar {
  position: relative;
  z-index: 60;
  background: var(--eisen);
  color: #d8d3c4;
  font-size: 0.8rem;
  text-align: center;
  padding: 0.55rem 1rem;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.demo-bar strong { color: var(--gold-hell); font-weight: 600; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 247, 240, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--hairline-2);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: 74px;
}
.brand { display: inline-flex; align-items: center; gap: 0.75rem; }
.brand .emblem { width: 40px; height: 40px; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-word {
  font-family: "Literata", serif;
  font-weight: 700;
  font-size: 1.45rem;
  letter-spacing: 0.06em;
  color: var(--eisen);
  text-transform: uppercase;
}
.brand-sub {
  font-size: 0.66rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
}
.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.92rem;
  font-weight: 500;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  color: var(--text);
  transition: color 0.3s var(--ease), background 0.3s var(--ease);
}
.nav-links a:hover { color: var(--blau-tief); background: var(--blau-tint); }
.nav-links a.active { color: var(--blau-tief); }
.nav-links a.active::after {
  content: ""; width: 5px; height: 5px; border-radius: 999px;
  background: var(--gold); margin-left: 2px;
}
.nav-cta {
  background: var(--blau);
  color: #fff !important;
  box-shadow: 0 12px 24px -16px rgba(61, 102, 184, 0.8);
}
.nav-cta:hover { background: var(--blau-tief) !important; }
.nav-cta svg { width: 15px; height: 15px; }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--hairline);
  border-radius: 12px;
  background: var(--surface);
  cursor: pointer;
  position: relative;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  width: 20px; height: 2px;
  background: var(--eisen);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
}
.nav-toggle span::before { transform: translate(-50%, -7px); }
.nav-toggle span::after  { transform: translate(-50%, 5px); }
.nav-backdrop { display: none; }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(120% 120% at 80% -10%, rgba(65, 126, 215, 0.55), transparent 55%),
    linear-gradient(160deg, var(--blau-nacht) 0%, var(--blau-900) 45%, var(--blau-tief) 100%);
  color: #fff;
  overflow: hidden;
  padding: clamp(3.5rem, 2.5rem + 5vw, 6.5rem) 0 clamp(4rem, 3rem + 5vw, 7rem);
}
.hero::after {
  /* subtile Goldsprenkel / Lichtspiel oben rechts */
  content: "";
  position: absolute;
  top: -20%; right: -10%;
  width: 60vw; height: 60vw;
  background: radial-gradient(circle, var(--gold-tint), transparent 62%);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 2; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: clamp(2rem, 1rem + 4vw, 4rem);
  align-items: center;
}
.hero h1 { color: #fff; margin-bottom: 1.3rem; }
.hero h1 .accent {
  display: block;
  font-style: italic;
  font-weight: 600;
  color: var(--gold-hell);
}
.hero-lead {
  font-size: 1.18rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 33rem;
  margin-bottom: 1.8rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-bottom: 2rem; }
.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 1.5rem;
  max-width: 36rem;
}
.hero-meta .item { display: flex; flex-direction: column; gap: 0.25rem; }
.hero-meta .k {
  font-family: "Literata", serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--gold-hell);
}
.hero-meta .l { font-size: 0.82rem; color: rgba(255, 255, 255, 0.72); line-height: 1.4; }

/* Hero-Karte mit großem Kronen-Emblem */
.hero-card {
  position: relative;
  border-radius: var(--r);
  padding: 2.2rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  text-align: center;
}
.hero-card .crest { width: 100%; max-width: 230px; margin: 0 auto 1.2rem; height: auto; }
.hero-card .cap {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}
.hero-card .cap b { color: var(--gold-hell); font-weight: 600; }

/* Hinweis-Streifen unter Hero-Buttons (Wiedereröffnung) */
.hero-note {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: var(--gold-hell);
  background: rgba(201, 162, 75, 0.1);
  border: 1px solid rgba(201, 162, 75, 0.3);
  border-radius: 999px;
  padding: 0.4rem 1rem;
  margin-bottom: 1.8rem;
}
.hero-note svg { width: 16px; height: 16px; flex: none; }

/* ---------- Surface-Band (warme zweite Fläche) ---------- */
.surface-band { background: var(--creme-soft); }
.surface-band::before, .surface-band::after {
  content: "";
  display: block;
  height: 1px;
  background: var(--hairline-2);
}

/* ---------- Drei-Säulen-Übersicht (Bento) ---------- */
.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.1rem;
}
.tile {
  grid-column: span 4;
  background: var(--surface);
  border: 1px solid var(--hairline-2);
  border-radius: var(--r);
  padding: 1.8rem 1.7rem;
  box-shadow: var(--shadow-card);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease), border-color 0.4s var(--ease);
  display: flex;
  flex-direction: column;
}
.tile:hover { transform: translateY(-4px); border-color: rgba(201, 162, 75, 0.4); box-shadow: var(--shadow-soft); }
.tile.span-7 { grid-column: span 7; }
.tile.span-5 { grid-column: span 5; }
.tile.feature {
  background: linear-gradient(150deg, var(--blau) 0%, var(--blau-tief) 100%);
  color: #fff;
  border-color: transparent;
  justify-content: space-between;
}
.tile.feature h3 { color: #fff; }
.tile.feature p { color: rgba(255, 255, 255, 0.82); }
.tile .ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px;
  border-radius: 13px;
  background: var(--blau-tint);
  color: var(--blau);
  margin-bottom: 1.1rem;
}
.tile.feature .ic { background: rgba(255, 255, 255, 0.14); color: var(--gold-hell); }
.tile .ic svg { width: 24px; height: 24px; }
.tile h3 { margin-bottom: 0.5rem; }
.tile p { color: var(--muted); margin-bottom: 0; }
.tile .more {
  display: inline-flex; align-items: center; gap: 0.4rem;
  margin-top: 1.3rem;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--gold-hell);
}
.tile .more svg { width: 18px; height: 18px; transition: transform 0.3s var(--ease); }
.tile .more:hover svg { transform: translateX(4px); }

/* ---------- Split (Text + dunkles Panel) ---------- */
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 1rem + 4vw, 4rem);
  align-items: center;
}
.feature-list { list-style: none; margin: 1.6rem 0 0; padding: 0; display: grid; gap: 0.85rem; }
.feature-list li { display: flex; align-items: flex-start; gap: 0.75rem; color: var(--text); }
.feature-list .chk {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; flex: none;
  border-radius: 999px;
  background: var(--gold-tint);
  color: var(--gold-tief);
  margin-top: 2px;
}
.feature-list .chk svg { width: 15px; height: 15px; }

.panel-dark {
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(65, 126, 215, 0.4), transparent 60%),
    linear-gradient(155deg, var(--blau-nacht), var(--blau-900));
  color: #fff;
  border-radius: var(--r);
  padding: 2.4rem 2.2rem;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}
.panel-dark h3 { color: #fff; }
.panel-dark p { color: rgba(255, 255, 255, 0.82); margin-bottom: 0; }
.panel-dark .ptag {
  display: inline-block;
  font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-hell);
  margin-bottom: 0.9rem;
}
.tag-row { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.5rem; }
.pill {
  font-size: 0.82rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.9);
}

/* ---------- Event / Hinweis-Karten ---------- */
.event-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.event-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--hairline-2);
  border-radius: var(--r);
  padding: 1.9rem 1.8rem;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  overflow: hidden;
}
.event-card .date-flag {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  font-family: "Literata", serif;
  color: var(--gold-tief);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}
.event-card .date-flag .big { font-size: 1.5rem; }
.event-card h3 { margin-bottom: 0.3rem; }
.event-card p { color: var(--muted); margin-bottom: 0; }
.event-card.accent {
  background: linear-gradient(150deg, var(--eisen), var(--eisen-soft));
  color: #fff;
  border-color: transparent;
}
.event-card.accent h3 { color: #fff; }
.event-card.accent p { color: rgba(255, 255, 255, 0.82); }
.event-card.accent .date-flag { color: var(--gold-hell); }

/* ---------- Speisekultur / Aufzählung mit Karten ---------- */
.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.fcard {
  background: var(--surface);
  border: 1px solid var(--hairline-2);
  border-radius: var(--r);
  padding: 1.7rem 1.6rem;
  box-shadow: var(--shadow-card);
  transition: transform 0.4s var(--ease), border-color 0.4s var(--ease);
}
.fcard:hover { transform: translateY(-4px); border-color: rgba(201, 162, 75, 0.4); }
.fcard .ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 13px;
  background: var(--gold-tint); color: var(--gold-tief);
  margin-bottom: 1rem;
}
.fcard .ic svg { width: 23px; height: 23px; }
.fcard h3 { margin-bottom: 0.4rem; }
.fcard p { color: var(--muted); margin-bottom: 0; font-size: 0.98rem; }

/* ---------- Info-/Hinweis-Box ---------- */
.note-box {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-left: 3px solid var(--gold);
  border-radius: var(--r-sm);
  padding: 1.4rem 1.5rem;
}
.note-box h3 { font-size: 1.15rem; margin-bottom: 0.4rem; }
.note-box p { color: var(--muted); margin-bottom: 0; }

/* ---------- CTA-Band ---------- */
.cta-band {
  background:
    radial-gradient(110% 130% at 0% 0%, rgba(65, 126, 215, 0.45), transparent 55%),
    linear-gradient(140deg, var(--blau-nacht), var(--blau-tief));
  color: #fff;
  border-radius: var(--r);
  padding: clamp(2.2rem, 1.5rem + 3vw, 3.4rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.8rem;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}
.cta-band h2 { color: #fff; margin-bottom: 0.5rem; }
.cta-band p { color: rgba(255, 255, 255, 0.82); margin-bottom: 0; max-width: 34rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.cta-band .crown-watermark {
  position: absolute;
  right: -30px; bottom: -50px;
  width: 230px; height: 230px;
  opacity: 0.1;
  pointer-events: none;
}

/* ---------- Kontakt + Formular ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 1rem + 4vw, 3.5rem);
  align-items: start;
}
.contact-info p { color: var(--muted); }
.phone-cta-box {
  margin-top: 1.8rem;
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r);
  padding: 1.5rem 1.6rem;
}
.phone-cta-box .lbl {
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold-tief); font-weight: 600;
}
.phone-cta-box .num {
  display: block;
  font-family: "Literata", serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--eisen);
  margin: 0.3rem 0 0.4rem;
}
.phone-cta-box p { margin: 0; font-size: 0.92rem; color: var(--muted); }

.contact-meta { list-style: none; margin: 1.6rem 0 0; padding: 0; display: grid; gap: 0.9rem; }
.contact-meta li { display: flex; align-items: flex-start; gap: 0.75rem; color: var(--text); }
.contact-meta .mi {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; flex: none; border-radius: 9px;
  background: var(--blau-tint); color: var(--blau);
}
.contact-meta .mi svg { width: 16px; height: 16px; }
.contact-meta a:hover { color: var(--blau-tief); }

/* Formular (in Demo integriert, dunkles Panel) */
.form-card {
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(65, 126, 215, 0.35), transparent 60%),
    linear-gradient(155deg, var(--blau-nacht), var(--blau-900));
  color: #fff;
  border-radius: var(--r);
  padding: clamp(1.8rem, 1.3rem + 2vw, 2.6rem);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}
.form-card h3 { color: #fff; margin-bottom: 0.4rem; }
.form-card .hint { color: rgba(255, 255, 255, 0.7); font-size: 0.88rem; margin-bottom: 1.5rem; }
.field { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.1rem; }
.field label { font-size: 0.82rem; font-weight: 600; color: var(--gold-hell); letter-spacing: 0.02em; }
.field input, .field textarea {
  font-family: inherit;
  font-size: 0.98rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--r-sm);
  padding: 0.75rem 0.9rem;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: rgba(255, 255, 255, 0.45); }
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.11);
}
.field textarea { min-height: 120px; resize: vertical; }
.form-note { font-size: 0.8rem; color: rgba(255, 255, 255, 0.62); margin: 1rem 0 0; line-height: 1.55; }
.form-card .btn { margin-top: 0.3rem; }

/* ---------- Innere Hero (Unterseiten) ---------- */
.page-hero {
  position: relative;
  background:
    radial-gradient(120% 130% at 85% -20%, rgba(65, 126, 215, 0.5), transparent 55%),
    linear-gradient(155deg, var(--blau-nacht) 0%, var(--blau-900) 60%, var(--blau-tief) 100%);
  color: #fff;
  overflow: hidden;
  padding: clamp(3rem, 2.2rem + 4vw, 5rem) 0 clamp(3rem, 2.2rem + 4vw, 4.5rem);
}
.page-hero::after {
  content: "";
  position: absolute; top: -25%; right: -8%;
  width: 50vw; height: 50vw;
  background: radial-gradient(circle, var(--gold-tint), transparent 62%);
  pointer-events: none;
}
.page-hero .wrap { position: relative; z-index: 2; max-width: 52rem; }
.page-hero h1 { color: #fff; }
.page-hero p { color: rgba(255, 255, 255, 0.85); font-size: 1.15rem; max-width: 38rem; margin-bottom: 0; }
.crumb {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.82rem; color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1rem;
}
.crumb a:hover { color: var(--gold-hell); }
.crumb svg { width: 14px; height: 14px; opacity: 0.6; }

/* ---------- Zwei-Spalten Inhalt ---------- */
.prose-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 1rem + 4vw, 3.5rem);
  align-items: start;
}
.prose-split h2 { margin-bottom: 1rem; }
.prose-split p { color: var(--muted); }

/* Aufzählung in eleganten Spalten */
.check-cols { columns: 2; column-gap: 2.5rem; list-style: none; padding: 0; margin: 1.4rem 0 0; }
.check-cols li {
  break-inside: avoid;
  display: flex; align-items: flex-start; gap: 0.6rem;
  margin-bottom: 0.85rem; color: var(--text);
}
.check-cols .chk {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; flex: none; border-radius: 999px;
  background: var(--gold-tint); color: var(--gold-tief); margin-top: 3px;
}
.check-cols .chk svg { width: 13px; height: 13px; }

/* Zahl-Stat Karten */
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; margin-top: 1.6rem; }
.stat {
  background: var(--surface);
  border: 1px solid var(--hairline-2);
  border-radius: var(--r-sm);
  padding: 1.3rem 1.4rem;
}
.stat .n { font-family: "Literata", serif; font-weight: 700; font-size: 1.6rem; color: var(--blau-tief); }
.stat .t { font-size: 0.88rem; color: var(--muted); margin-top: 0.2rem; }

/* ---------- Rechtsseiten (Legal) ---------- */
.legal { padding: clamp(2.5rem, 2rem + 3vw, 4.5rem) 0; }
.legal .wrap { max-width: 820px; }
.legal h2 { font-size: clamp(1.4rem, 1.2rem + 0.8vw, 1.8rem); margin: 2.4rem 0 0.8rem; }
.legal h2:first-of-type { margin-top: 1.5rem; }
.legal h3 { font-size: 1.15rem; margin: 1.6rem 0 0.5rem; }
.legal p, .legal li { color: var(--muted); }
.legal a { color: var(--blau-tief); text-decoration: underline; text-underline-offset: 2px; }
.legal ul { padding-left: 1.2rem; }
.demo-callout {
  background: var(--gold-tint);
  border: 1px solid rgba(201, 162, 75, 0.4);
  border-radius: var(--r);
  padding: 1.5rem 1.6rem;
  margin-bottom: 1.5rem;
}
.demo-callout strong { color: var(--gold-tief); }
.demo-callout p { color: var(--text); margin-bottom: 0; }
.legal-title { overflow-wrap: break-word; }

/* ---------- Footer ---------- */
.site-footer {
  position: relative;
  z-index: 1;
  background: var(--eisen);
  color: #c9c4b5;
  padding: clamp(3rem, 2.2rem + 3vw, 4.5rem) 0 2rem;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.2fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-brand { display: inline-flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; }
.footer-brand .emblem { width: 42px; height: 42px; }
.footer-brand .brand-word { color: #fff; }
.footer-brand .brand-sub { color: #948f80; }
.footer-about { color: #948f80; font-size: 0.95rem; max-width: 26rem; }
.footer-col h4 {
  font-family: "Barlow", sans-serif;
  font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold-hell); margin-bottom: 1rem;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; }
.footer-col a, .footer-col span { color: #c9c4b5; font-size: 0.95rem; }
.footer-col a:hover { color: var(--gold-hell); }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  padding-top: 1.8rem;
  font-size: 0.84rem;
  color: #8c8779;
}
.legal-links { display: flex; gap: 1.2rem; }
.legal-links a:hover { color: var(--gold-hell); }

/* ---------- Reveal-Animationen ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(26px);
    animation: reveal-in 0.85s var(--ease) forwards;
    animation-timeline: view();
    animation-range: entry 0% cover 26%;
    animation-delay: var(--d, 0s);
  }
  /* Fallback: IntersectionObserver setzt .is-in */
  .no-vt .reveal { animation: none; }
  .no-vt .reveal.is-in { animation: reveal-in 0.85s var(--ease) forwards; animation-delay: var(--d, 0s); }
}
@keyframes reveal-in {
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-card { order: -1; max-width: 360px; }
  .split, .contact-grid, .prose-split { grid-template-columns: 1fr; }
  .tile.span-7, .tile.span-5, .tile.feature { grid-column: span 12; }
  .tile { grid-column: span 6; }
  .feature-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .nav-links {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(80vw, 320px);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.4rem;
    background: var(--creme);
    padding: 5.5rem 1.5rem 2rem;
    box-shadow: -20px 0 50px -20px rgba(22, 35, 63, 0.4);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.4s var(--ease), visibility 0s linear 0.4s;
    z-index: 55;
  }
  .nav-links.open { transform: translateX(0); visibility: visible; transition: transform 0.4s var(--ease); }
  .nav-links a { font-size: 1.05rem; padding: 0.7rem 0.9rem; }
  .nav-cta { justify-content: center; margin-top: 0.5rem; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; z-index: 56; }
  .nav-backdrop {
    display: block;
    position: fixed; inset: 0;
    background: rgba(22, 35, 63, 0.5);
    opacity: 0; visibility: hidden;
    transition: opacity 0.4s var(--ease);
    z-index: 54;
  }
  .nav-backdrop.show { opacity: 1; visibility: visible; }

  .hero-meta { grid-template-columns: 1fr; gap: 1rem; }
  .bento .tile, .tile.span-7, .tile.span-5, .tile.feature { grid-column: span 12; }
  .event-grid, .feature-cards, .stat-row, .check-cols { grid-template-columns: 1fr; columns: 1; }
  .cta-band { flex-direction: column; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; gap: 1.8rem; }
}

@media (max-width: 420px) {
  .hero-actions .btn { width: 100%; justify-content: center; }
}
