/* ==========================================================================
   Gypsy's Ravensburg — Cantina y Cocktail Bar — Demo-Gestaltungsvorschlag
   Charakter: dunkle, warme mexikanische Cantina-/Cocktailbar-Lounge —
   abendlich, stimmungsvoll, hochwertig ("Bar nach Feierabend").
   Farbwelt: Anthrazit/Braun-Schwarz #1C1916 · Holzbraun #25190D ·
             Gold/Amber #E6B93A · Chili-/Terrakotta-Rot #C0432B ·
             Agaven-Grün #7C9A6A (sehr sparsam) · Cremeweiß #EDE3D0
   Schriften: Bodoni Moda (Headlines) + Hanken Grotesk (Text), lokal gehostet
   ========================================================================== */

/* ---------- Schriften (lokal, DSGVO-konform) ---------- */
@font-face {
  font-family: "Bodoni Moda";
  src: url("../fonts/bodoni-moda.woff2") format("woff2");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bodoni Moda";
  src: url("../fonts/bodoni-moda-italic.woff2") format("woff2");
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/hanken-grotesk.woff2") format("woff2");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/hanken-grotesk-italic.woff2") format("woff2");
  font-weight: 300 800;
  font-style: italic;
  font-display: swap;
}

/* ---------- Designsystem ---------- */
:root {
  --bg:        #1c1916;   /* tiefes warmes Anthrazit/Braun-Schwarz — Grund */
  --bg-2:      #211b15;   /* leicht abgesetzte Fläche */
  --wood:      #25190d;   /* dunkles Holzbraun — abgesetzte Flächen */
  --wood-2:    #2e2113;   /* helleres Holz für Karten */
  --panel:     #261f18;   /* Kartengrund */
  --gold:      #e6b93a;   /* Leitfarbe Gold/Amber — Überschriften-Akzente, Linien, Buttons */
  --gold-2:    #ecc42e;   /* helleres Gold (Hover/Glanz) */
  --gold-dark: #c79b27;   /* gedämpftes Gold */
  --chili:     #c0432b;   /* Chili-/Terrakotta-Rot — Akzente/CTAs */
  --chili-2:   #d6553b;   /* helleres Chili (Hover) */
  --agave:     #8aa86f;   /* Agaven-/Limetten-Grün — dritter Mini-Akzent, sparsam */

  --cream:     #ede3d0;   /* warmes Cremeweiß — Fließtext (guter Kontrast) */
  --cream-soft:#cabfa9;   /* gedämpfter Fließtext / Sekundärtext */
  --cream-dim: #a89c86;   /* feine Hinweise */

  --line:      #3a3026;   /* Trennlinien auf dunklem Grund */
  --line-soft: #2c241b;   /* zarte Linien */

  --font-display: "Bodoni Moda", "Didot", "Georgia", serif;
  --font-body: "Hanken Grotesk", "Segoe UI", system-ui, sans-serif;

  --container: 1140px;
  --pad: clamp(1.25rem, 4vw, 2.5rem);
  --radius: 14px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset & Grundlagen ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.04rem;
  line-height: 1.74;
  color: var(--cream);
  background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a { color: var(--gold); text-decoration: none; }

::selection { background: var(--gold); color: var(--bg); }

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

.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--pad);
}

/* ---------- Typografie ---------- */
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.004em;
  color: var(--cream);
  text-wrap: balance;
  hyphens: manual;
  overflow-wrap: break-word;
}

h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); font-weight: 700; }
h2 { font-size: clamp(1.95rem, 4.2vw, 3rem); }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.65rem); }

.mark { color: var(--gold); font-style: italic; }
.mark--chili { color: var(--chili-2); font-style: italic; }

/* Markenschriftzug "Gypsy's" */
.gypsys {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.01em;
}

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.95rem;
}
.eyebrow--chili { color: var(--chili-2); }

.lead {
  font-size: clamp(1.08rem, 1.6vw, 1.26rem);
  color: var(--cream);
  max-width: 40rem;
}

/* ---------- Papel-Picado-Wimpelkette (Wiedererkennung, dezent) ---------- */
.papel {
  height: 26px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--bg) 50%),
    linear-gradient(-45deg, transparent 50%, var(--bg) 50%);
  background-size: 26px 26px;
  background-position: 0 0, 13px 0;
  background-repeat: repeat-x;
  background-color: var(--gold);
  position: relative;
  opacity: 0.9;
}
.papel--chili { background-color: var(--chili); }
.papel--agave { background-color: var(--agave); }

/* feine Goldlinie als Trenner */
.rule-gold {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 20%, var(--gold) 80%, transparent);
  opacity: 0.5;
  margin-block: 0;
}

/* ---------- Demo-Leiste (auf dunklem Grund gut lesbar) ---------- */
.demo-bar {
  background: #120f0c;
  color: var(--cream);
  font-size: 0.8rem;
  text-align: center;
  padding: 0.55rem var(--pad);
  line-height: 1.5;
  border-bottom: 1px solid var(--gold-dark);
}
.demo-bar strong { color: var(--gold); font-weight: 700; }

/* ---------- Header ---------- */
.site-head {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(20, 17, 13, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.site-head__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.7rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--cream);
}
.brand__mark { width: 46px; height: 46px; flex-shrink: 0; }
.brand__name {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: 1.65rem;
  line-height: 1;
  color: var(--gold);
  display: flex;
  flex-direction: column;
}
.brand__name small {
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 600;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream-soft);
  margin-top: 0.32rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 2.2vw, 1.7rem);
}
.nav a {
  color: var(--cream);
  font-weight: 500;
  font-size: 0.96rem;
  padding-block: 0.3rem;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}
.nav a:hover { color: var(--gold); }
.nav a[aria-current="page"] {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
.nav__cta {
  background: var(--chili);
  color: #fff !important;
  padding: 0.5rem 1.15rem !important;
  border-radius: 999px;
  border-bottom: none !important;
  white-space: nowrap;
  font-weight: 600;
  transition: background 0.2s;
}
.nav__cta:hover { background: var(--chili-2); }

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
  padding: 10px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: transform 0.25s var(--ease), opacity 0.2s;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding-block: clamp(3.2rem, 8vw, 6.5rem) clamp(3rem, 7vw, 5.5rem);
  background:
    radial-gradient(58rem 30rem at 82% -8%, rgba(230, 185, 58, 0.14) 0%, transparent 60%),
    radial-gradient(48rem 28rem at -8% 112%, rgba(192, 67, 43, 0.16) 0%, transparent 58%),
    linear-gradient(180deg, var(--wood) 0%, var(--bg) 70%);
  overflow: hidden;
}
.hero::after {
  /* feine Lichtsprenkel — abendliche Lounge-Stimmung */
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 18% 30%, rgba(230, 185, 58, 0.10) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 22%, rgba(230, 185, 58, 0.08) 0 2px, transparent 3px),
    radial-gradient(circle at 40% 80%, rgba(230, 185, 58, 0.07) 0 2px, transparent 3px);
  pointer-events: none;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.hero h1 { margin-block: 0.4rem 1.3rem; }

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.9rem;
}

.hero__art { display: grid; place-items: center; }
.hero__glass {
  width: min(320px, 66vw);
  height: auto;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.55));
}

/* Hero-Fakten-Reihe */
.hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2.4rem;
  margin-top: 2.4rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}
.hero__fact { line-height: 1.3; }
.hero__fact b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--gold);
}
.hero__fact span {
  font-size: 0.84rem;
  color: var(--cream-soft);
  letter-spacing: 0.04em;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.98rem;
  padding: 0.8rem 1.8rem;
  border-radius: 999px;
  border: 2px solid var(--gold);
  color: var(--gold);
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.2s var(--ease), border-color 0.2s;
}
.btn:hover { transform: translateY(-2px); }
.btn--solid { background: var(--gold); color: var(--bg); border-color: var(--gold); }
.btn--solid:hover { background: var(--gold-2); border-color: var(--gold-2); }
.btn--chili { background: var(--chili); color: #fff; border-color: var(--chili); }
.btn--chili:hover { background: var(--chili-2); border-color: var(--chili-2); }
.btn--ghost { border-color: var(--cream-soft); color: var(--cream); }
.btn--ghost:hover { background: var(--cream); color: var(--bg); border-color: var(--cream); }
/* Link-Buttons gegen Kontext-Link-Regeln (.contact-card a, .legal a, .site-foot a) absichern */
a.btn.btn--solid { color: var(--bg); }
a.btn.btn--chili { color: #fff; }
a.btn.btn--ghost { color: var(--cream); }
a.btn.btn--ghost:hover { color: var(--bg); }

/* ---------- Sektionen ---------- */
.section { padding-block: clamp(3.2rem, 7vw, 5.6rem); }
.section--wood { background: var(--wood); }
.section--panel { background: var(--bg-2); }
.section--gold {
  background:
    radial-gradient(40rem 24rem at 50% 0%, rgba(230, 185, 58, 0.08), transparent 60%),
    var(--wood);
}

.section__head { max-width: 47rem; margin-bottom: clamp(1.9rem, 4vw, 3rem); }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head h2 { margin-bottom: 0.85rem; }
.section__head p { color: var(--cream-soft); }

/* ---------- Karten-Raster (Highlights) ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.4rem;
}
.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem 1.6rem 1.7rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s var(--ease), border-color 0.25s;
}
.card:hover { transform: translateY(-4px); border-color: var(--gold-dark); }
.card__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
}
.card h3 { font-size: 1.42rem; margin-bottom: 0.45rem; color: var(--cream); }
.card p { font-size: 0.97rem; color: var(--cream-soft); }
.card__tag {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(230, 185, 58, 0.12);
  border: 1px solid rgba(230, 185, 58, 0.3);
  border-radius: 999px;
  padding: 0.22rem 0.8rem;
  margin-bottom: 0.9rem;
}
.card__tag--chili {
  color: var(--chili-2);
  background: rgba(192, 67, 43, 0.14);
  border-color: rgba(192, 67, 43, 0.4);
}
.card__tag--agave {
  color: var(--agave);
  background: rgba(138, 168, 111, 0.14);
  border-color: rgba(138, 168, 111, 0.4);
}

/* ---------- Hinweis-/Notiz-Karte ---------- */
.note-card {
  margin-top: 2rem;
  background: var(--panel);
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.1rem 1.45rem;
  color: var(--cream-soft);
  font-size: 0.95rem;
}
.note-card strong { color: var(--cream); font-weight: 600; }

/* ---------- Media-Grid (Text + Foto-Platzhalter) ---------- */
.media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.6rem, 4vw, 3.2rem);
  align-items: center;
}
.media-grid p { color: var(--cream-soft); }

/* ---------- Foto-Platzhalter ---------- */
.photo-ph {
  display: grid;
  place-items: center;
  text-align: center;
  background:
    repeating-linear-gradient(135deg, var(--wood-2) 0 16px, var(--wood) 16px 32px);
  border: 2px dashed var(--gold-dark);
  border-radius: var(--radius);
  color: var(--gold);
  min-height: 240px;
  padding: 1.5rem;
}
.photo-ph span {
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: var(--bg);
  background: var(--gold);
  padding: 0.45rem 1.05rem;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}
.photo-ph small { display: block; margin-top: 0.55rem; color: var(--cream-soft); font-weight: 400; }
.photo-ph--tall { min-height: 340px; }

/* ---------- Speise-/Cocktailkarte (Menü) ---------- */
.menu-group {
  margin-bottom: clamp(2.4rem, 5vw, 3.4rem);
}
.menu-group__head {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1.4rem;
}
.menu-group__head h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.3rem);
  white-space: nowrap;
}
.menu-group__head .line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-dark), transparent);
  opacity: 0.6;
}
.menu-group__intro {
  color: var(--cream-soft);
  margin-bottom: 1.6rem;
  max-width: 46rem;
}

.menu-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.1rem 2.4rem;
}
.menu-item {
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: 1rem;
}
.menu-item h3 {
  font-family: var(--font-body);
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.menu-item p { font-size: 0.93rem; color: var(--cream-soft); line-height: 1.6; }

.diet {
  display: inline-block;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
  vertical-align: middle;
}
.diet--veg { color: var(--agave); background: rgba(138, 168, 111, 0.16); border: 1px solid rgba(138, 168, 111, 0.45); }
.diet--vegan { color: #a7c98a; background: rgba(138, 168, 111, 0.22); border: 1px solid rgba(138, 168, 111, 0.55); }

.menu-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
  margin-top: 2.4rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
  color: var(--cream-soft);
  align-items: center;
}

/* Preis-Hinweis statt Beträgen */
.price-note {
  margin-top: 2.4rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem 1.5rem;
  color: var(--cream-soft);
  font-size: 0.95rem;
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}
.price-note svg { flex-shrink: 0; margin-top: 0.15rem; }
.price-note strong { color: var(--cream); font-weight: 600; }

/* ---------- Feature-Liste ---------- */
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.4rem);
}
.feature { border-top: 2px solid var(--gold-dark); padding-top: 1.1rem; }
.feature h3 { font-size: 1.35rem; margin-bottom: 0.45rem; color: var(--cream); }
.feature p { font-size: 0.97rem; color: var(--cream-soft); }

/* ---------- Happy-Hour-Band ---------- */
.hh-band {
  background:
    radial-gradient(30rem 16rem at 80% 50%, rgba(230, 185, 58, 0.14), transparent 60%),
    var(--wood);
  border-block: 1px solid var(--line);
}
.hh-band__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
}
.hh-clock {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  color: var(--gold);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
.hh-clock small { display: block; font-family: var(--font-body); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cream-soft); margin-top: 0.5rem; }
.hh-band h2 { margin-bottom: 0.5rem; }
.hh-band p { color: var(--cream-soft); }

/* ---------- Öffnungszeiten ---------- */
.hours-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 2.2rem);
}
.hours-card h3 { font-size: 1.4rem; margin-bottom: 1rem; color: var(--cream); }
.hours-table { width: 100%; border-collapse: collapse; }
.hours-table th, .hours-table td {
  text-align: left;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 0.98rem;
  color: var(--cream);
}
.hours-table th { font-weight: 600; color: var(--cream); }
.hours-table td { text-align: right; color: var(--cream-soft); }
.hours-table tr.is-closed td { color: var(--chili-2); }
.hours-table tr:last-child th, .hours-table tr:last-child td { border-bottom: none; }
.hours-note {
  margin-top: 1.1rem;
  font-size: 0.84rem;
  color: var(--cream-dim);
  line-height: 1.55;
  display: flex;
  gap: 0.5rem;
}
.hours-note::before { content: "ⓘ"; color: var(--gold); flex-shrink: 0; }

/* ---------- CTA-Band ---------- */
.cta-band {
  background:
    radial-gradient(40rem 22rem at 50% 120%, rgba(192, 67, 43, 0.22), transparent 60%),
    var(--wood);
  text-align: center;
  padding-block: clamp(3.2rem, 7vw, 5.2rem);
  border-top: 1px solid var(--line);
}
.cta-band h2 { color: var(--cream); margin-bottom: 0.7rem; }
.cta-band p {
  color: var(--cream-soft);
  max-width: 36rem;
  margin-inline: auto;
}
.cta-band .tel {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.1rem, 6vw, 3.4rem);
  color: var(--gold);
  margin-block: 1.4rem 1.3rem;
  border-bottom: 3px solid rgba(230, 185, 58, 0.4);
  transition: border-color 0.2s;
}
.cta-band .tel:hover { border-color: var(--gold); }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 0.85rem; justify-content: center; }

/* ---------- Kontaktseite ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 3.6rem);
  align-items: start;
}
.contact-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 2.2rem);
}
.contact-card h2 { font-size: 1.5rem; margin-bottom: 1rem; color: var(--cream); }
.contact-card .tel-big {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.9rem, 5vw, 2.5rem);
  color: var(--gold);
  line-height: 1.1;
  margin-block: 0.3rem 0.5rem;
}
.contact-card address { font-style: normal; color: var(--cream-soft); line-height: 1.7; }
.contact-card ul { list-style: none; color: var(--cream-soft); }
.contact-card li { padding-block: 0.25rem; }
.contact-card a { color: var(--gold); }

/* ---------- Reservierungs-Formular ---------- */
.form-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.5rem, 4vw, 2.4rem);
}
.form-card h2 { font-size: 1.55rem; margin-bottom: 0.4rem; color: var(--cream); }
.form-intro { color: var(--cream-soft); margin-bottom: 1.6rem; font-size: 0.97rem; }
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.2rem;
}
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field--full { grid-column: 1 / -1; }
.field label {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--cream);
}
.field input,
.field select,
.field textarea {
  font-family: var(--font-body);
  font-size: 0.98rem;
  color: var(--cream);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.7rem 0.85rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.field input::placeholder, .field textarea::placeholder { color: var(--cream-dim); }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(230, 185, 58, 0.18);
}
.field textarea { resize: vertical; min-height: 110px; }
.field select { appearance: none; cursor: pointer; }
.form-actions { grid-column: 1 / -1; margin-top: 0.4rem; }
.form-hint {
  grid-column: 1 / -1;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--cream-dim);
  display: flex;
  gap: 0.5rem;
  line-height: 1.55;
}
.form-hint::before { content: "ⓘ"; color: var(--gold); flex-shrink: 0; }
.form-status {
  grid-column: 1 / -1;
  margin-top: 1rem;
  padding: 0.85rem 1.1rem;
  border-radius: 10px;
  background: rgba(138, 168, 111, 0.16);
  border: 1px solid rgba(138, 168, 111, 0.45);
  color: #bcd6a3;
  font-size: 0.93rem;
  display: none;
}
.form-status.is-shown { display: block; }

/* ---------- Rechtsseiten ---------- */
.legal { max-width: 47rem; }
.legal h1 { margin-bottom: 1.6rem; }
.legal h2 { font-size: 1.5rem; margin: 2.2rem 0 0.7rem; color: var(--gold); }
.legal p, .legal address { color: var(--cream-soft); font-style: normal; }
.legal p + p { margin-top: 0.8rem; }
.legal address { line-height: 1.7; }
.legal ul { margin: 0.6rem 0 0 1.2rem; color: var(--cream-soft); }
.legal li { padding-block: 0.2rem; }
.legal a { color: var(--gold); }

.demo-note {
  background: rgba(192, 67, 43, 0.12);
  border-left: 4px solid var(--chili);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.1rem 1.45rem;
  margin-bottom: 2rem;
  font-size: 0.95rem;
  color: var(--cream-soft);
}
.demo-note strong { color: var(--chili-2); font-weight: 600; }

.placeholder {
  display: inline;
  background: var(--wood);
  border: 1px dashed var(--gold-dark);
  border-radius: 6px;
  padding: 0.05rem 0.55rem;
  font-size: 0.86rem;
  color: var(--gold);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.legal p { overflow-wrap: anywhere; }

/* ---------- Footer ---------- */
.site-foot {
  background: #14110d;
  color: var(--cream-soft);
  padding-block: clamp(2.4rem, 5vw, 3.6rem) 1.5rem;
  border-top: 1px solid var(--line);
}
.site-foot a { color: var(--cream); }
.site-foot a:hover { color: var(--gold); }
.site-foot h3 {
  color: var(--gold);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.4rem;
  margin-bottom: 0.7rem;
}
.site-foot ul { list-style: none; font-size: 0.95rem; }
.site-foot li { padding-block: 0.18rem; }

.foot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
.foot-meta {
  border-top: 1px solid var(--line);
  padding-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--cream-dim);
}
.foot-meta a { color: var(--cream-soft); }

/* ---------- Reveal-Animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal[data-delay="1"] { transition-delay: 0.1s; }
.reveal[data-delay="2"] { transition-delay: 0.2s; }
.reveal[data-delay="3"] { transition-delay: 0.3s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsiv ---------- */
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__art { order: -1; }
  .hero__glass { width: min(210px, 52vw); }
  .media-grid, .contact-grid, .hh-band__inner { grid-template-columns: 1fr; }
  .hh-clock { text-align: left; }
}

@media (max-width: 760px) {
  .nav-toggle { display: flex; }
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #1a1611;
    border-bottom: 1px solid var(--line);
    padding: 0.5rem var(--pad) 1.2rem;
    display: none;
  }
  .nav.is-open { display: flex; }
  .nav a {
    padding: 0.85rem 0.2rem;
    border-bottom: 1px solid var(--line-soft);
    font-size: 1.05rem;
  }
  .nav a[aria-current="page"] { border-bottom-color: var(--line-soft); }
  .nav__cta {
    margin-top: 0.9rem;
    text-align: center;
    border-radius: 12px;
  }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .brand__name { font-size: 1.4rem; }
  .brand__mark { width: 40px; height: 40px; }
  .form-grid { grid-template-columns: 1fr; }
}
