/* =========================================================
   Haus Lachmann, Ferienwohnung, Eriskirch am Bodensee (Demo)
   Eine privat vermietete Maisonette-Ferienwohnung am See.
   Charakter: ruhig, warm, gastlich, editorial-wohnlich.
   "Refined, hospitable, lakeside."

   Palette (aus Logo Blau+Gold + Naturholz der Fotos abgeleitet):
     Leitfarbe = ruhiges Seeblau / Petrol  (See)
     Akzent    = Warmgold / Messing  (sparsam, Logo-Schrift)
     Natur     = Holz / Sand / Warmbeige
     Grund     = Off-White / Creme  (Putzfassade, Grosszuegigkeit)
   Fonts lokal (DSGVO): Spectral (Display/Serif),
     Instrument Sans (Body/UI).
   Keine Fotos: Farbflaechen, Verlaeufe, feine Linien, inline-SVG
   (Seelinien, Haus-Silhouette, Wellen). Wiedererkennung:
   "HL"-Monogramm + Haus/See-Motiv, Gold-Schriftzug-Anmutung.
   ========================================================= */

/* ---------- Fonts (lokal gehostet, DSGVO) ---------- */
@font-face {
  font-family: "Spectral";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/spectral-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: "Spectral";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/spectral-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: "Spectral";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/spectral-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: "Spectral";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/spectral-italic-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: "Instrument Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/instrument-sans-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 {
  /* Seeblau / Petrol (Leitfarbe, ruhig, "am See") */
  --see:        #2f6d7a;   /* Leitfarbe, gedecktes Petrol */
  --see-tief:   #245560;   /* Hover/Tiefe */
  --see-nacht:  #1b3c44;   /* tiefster Grund, dunkle Flaechen */
  --see-nacht2: #163239;
  --see-hell:   #8fc3cd;   /* helles Petrol auf dunklem Grund */
  --see-tint:   rgba(47, 109, 122, 0.08);
  --see-tint-2: rgba(47, 109, 122, 0.14);

  /* Warmgold / Messing (Akzent, sparsam, Logo-DNA) */
  --gold:       #b88a35;   /* gesaettigtes Messinggold fuer Text/Linien */
  --gold-hell:  #d9b878;   /* helles Gold auf dunklem Grund */
  --gold-tint:  rgba(184, 138, 53, 0.15);
  --gold-line:  rgba(184, 138, 53, 0.42);

  /* Naturholz / Warmbeige / Sand */
  --holz:       #c9a877;
  --sand:       #e6dcc6;
  --sand-tint:  rgba(201, 168, 119, 0.16);

  /* Terrakotta (Dach/Fliesen, sehr sparsam) */
  --terra:      #b9603f;

  /* Grundflaechen: Off-White / Creme (Putzfassade, Weite) */
  --creme:      #faf6ee;   /* warmes Cremeweiss, Grundflaeche */
  --creme-2:    #f4eee2;   /* zweite warme Flaeche */
  --surface:    #fffdf8;   /* helle Karte, leicht warm */

  --text:       #33373d;   /* Anthrazit Fliesstext */
  --muted:      #6c6b63;   /* gedaempfter, leicht warmer Text */
  --hairline:   rgba(27, 60, 68, 0.16);
  --hairline-2: rgba(27, 60, 68, 0.08);

  --maxw: 1180px;
  --pad: clamp(1.25rem, 4vw, 3rem);
  --radius: 16px;
  --radius-lg: 28px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-soft: 0 26px 64px -30px rgba(22, 50, 57, 0.42);
  --shadow-card: 0 1px 2px rgba(22, 50, 57, 0.05), 0 20px 46px -34px rgba(22, 50, 57, 0.5);

  --font-display: "Spectral", "Iowan Old Style", Georgia, serif;
  --font-body: "Instrument Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--creme);
  line-height: 1.72;
  font-size: 17px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.012em;
  margin: 0;
  hyphens: manual;
  color: var(--see-nacht);
}
p { margin: 0; }
::selection { background: var(--see); color: #fff; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad); }

/* ---------- Demo-Leiste ---------- */
.demo-bar {
  background: var(--see-nacht);
  color: #d7e7ea;
  font-size: 0.72rem;
  letter-spacing: 0.025em;
  text-align: center;
  padding: 0.5rem 1rem;
  line-height: 1.4;
}
.demo-bar strong { color: #fff; font-weight: 600; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(250, 246, 238, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hairline-2);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 76px; }

.brand { display: inline-flex; align-items: center; gap: 0.72rem; }
.brand .emblem { width: 44px; height: 44px; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-word {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--see-nacht);
  letter-spacing: 0.005em;
}
.brand-word em { font-style: italic; font-weight: 500; color: var(--see); }
.brand-sub {
  font-size: 0.62rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 0.3rem;
  font-weight: 600;
}

.nav-links { display: flex; align-items: center; gap: 0.4rem; list-style: none; margin: 0; padding: 0; }
.nav-links > li > a {
  display: inline-block;
  padding: 0.5rem 0.78rem;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--see-nacht);
  border-radius: 10px;
  transition: color 0.2s, background 0.2s;
}
.nav-links > li > a:hover { color: var(--see); background: var(--see-tint); }
.nav-links > li > a.active { color: var(--see); }
.nav-links > li > a.active::after {
  content: ""; display: block; height: 2px; width: 18px; margin: 3px auto 0;
  background: var(--gold); border-radius: 2px;
}
.nav-cta {
  display: inline-flex !important; align-items: center; gap: 0.4rem;
  background: var(--see); color: #fff !important;
  padding: 0.55rem 1.05rem !important; border-radius: 999px !important;
  font-weight: 600 !important; transition: background 0.2s, transform 0.2s !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--see-tief) !important; transform: translateY(-1px); }
.nav-cta svg { width: 15px; height: 15px; }

.nav-toggle {
  display: none; width: 46px; height: 46px; border: 1px solid var(--hairline);
  background: var(--surface); border-radius: 12px; position: relative; flex: none;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 50%; top: 50%; width: 20px; height: 2px;
  background: var(--see-nacht); border-radius: 2px; transform: translate(-50%, -50%);
  transition: transform 0.25s var(--ease), opacity 0.2s;
}
.nav-toggle span::before { transform: translate(-50%, -7px); }
.nav-toggle span::after { transform: translate(-50%, 5px); }

.nav-backdrop {
  position: fixed; inset: 0; background: rgba(22, 50, 57, 0.42);
  opacity: 0; visibility: hidden; transition: opacity 0.3s, visibility 0.3s; z-index: 55;
}
.nav-backdrop.show { opacity: 1; visibility: visible; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-body); font-weight: 600; font-size: 0.96rem;
  padding: 0.86rem 1.55rem; border-radius: 999px; border: 1.5px solid transparent;
  transition: transform 0.2s var(--ease), background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  white-space: nowrap; cursor: pointer; line-height: 1.1;
}
.btn .pin { display: inline-flex; }
.btn-primary { background: var(--see); color: #fff; box-shadow: 0 12px 26px -14px rgba(47, 109, 122, 0.85); }
.btn-primary:hover { background: var(--see-tief); transform: translateY(-2px); box-shadow: 0 18px 32px -14px rgba(47, 109, 122, 0.9); }
.btn-gold { background: var(--gold); color: #fff; box-shadow: 0 12px 26px -14px rgba(184, 138, 53, 0.8); }
.btn-gold:hover { background: #a4792c; transform: translateY(-2px); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.5); }
.btn-outline-light:hover { background: rgba(255, 255, 255, 0.12); border-color: #fff; }
.btn-ghost { background: var(--surface); color: var(--see); border-color: var(--hairline); }
.btn-ghost:hover { border-color: var(--see); background: var(--see-tint); transform: translateY(-1px); }
.btn-on-dark { background: #fff; color: var(--see-nacht); }
.btn-on-dark:hover { background: var(--see-hell); transform: translateY(-2px); }

/* ---------- Sections ---------- */
.section { padding: clamp(3.6rem, 8vw, 6.8rem) 0; }
.surface-band { background: var(--creme-2); }
.surface-dark {
  background:
    radial-gradient(120% 90% at 85% -10%, rgba(47, 109, 122, 0.55), transparent 60%),
    linear-gradient(160deg, var(--see-nacht) 0%, var(--see-nacht2) 100%);
  color: #e4eff1;
}
.section-head { max-width: 680px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.95rem, 4.4vw, 3rem); margin-bottom: 0.95rem; }
.section-head p { color: var(--muted); font-size: 1.07rem; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--font-body); font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 0.9rem;
}
.eyebrow::before {
  content: ""; width: 26px; height: 1.5px; background: var(--gold-line);
  display: inline-block;
}
.eyebrow.on-dark { color: var(--gold-hell); }
.eyebrow.on-dark::before { background: rgba(217, 184, 120, 0.6); }

/* ---------- HERO (asymmetrisch, hell, editorial) ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(90% 70% at 88% 8%, rgba(143, 195, 205, 0.30), transparent 60%),
    radial-gradient(80% 70% at 5% 95%, var(--sand-tint), transparent 65%),
    var(--creme);
  padding: clamp(2.8rem, 6vw, 4.6rem) 0 0;
}
.hero .wrap { position: relative; z-index: 2; }
.hero-grid {
  display: grid; grid-template-columns: 1.04fr 0.96fr;
  gap: clamp(1.6rem, 4vw, 3.4rem); align-items: end;
}
.hero-copy { padding-bottom: clamp(2.6rem, 6vw, 5rem); }
.hero h1 {
  color: var(--see-nacht); font-size: clamp(2.6rem, 6.4vw, 4.5rem); font-weight: 500;
  line-height: 1.03; margin: 0.4rem 0 1.4rem; letter-spacing: -0.022em;
}
.hero h1 .accent { color: var(--see); font-style: italic; font-weight: 400; }
.hero-lead { color: var(--muted); font-size: 1.16rem; max-width: 42ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.1rem; }
.hero-phone-note {
  display: flex; align-items: center; gap: 0.55rem; margin-top: 1.4rem;
  color: var(--muted); font-size: 0.88rem;
}
.hero-phone-note svg { width: 18px; height: 18px; flex: none; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 1.4rem 2.4rem; margin-top: 2.6rem; }
.hero-meta .item { display: flex; flex-direction: column; gap: 0.18rem; position: relative; padding-left: 0.95rem; }
.hero-meta .item::before {
  content: ""; position: absolute; left: 0; top: 0.25rem; bottom: 0.25rem; width: 2px;
  background: var(--gold-line); border-radius: 2px;
}
.hero-meta .k { font-family: var(--font-display); font-size: 1.06rem; color: var(--see-nacht); font-weight: 600; }
.hero-meta .l { font-size: 0.82rem; color: var(--muted); }

/* Hero-Bildtafel (gestalteter Foto-Platzhalter mit Marke statt Foto) */
.hero-plate {
  position: relative; align-self: stretch; min-height: 380px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  background:
    radial-gradient(120% 90% at 70% 10%, rgba(143, 195, 205, 0.4), transparent 60%),
    linear-gradient(165deg, var(--see) 0%, var(--see-nacht) 100%);
  overflow: hidden;
  box-shadow: 0 -30px 70px -36px rgba(22, 50, 57, 0.5);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: clamp(1.6rem, 3vw, 2.4rem);
}
.hero-plate .scene {
  position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0.95;
}
.hero-plate .plate-tag {
  position: relative; z-index: 2; display: inline-flex; align-self: flex-start;
  align-items: center; gap: 0.5rem; background: rgba(255, 253, 248, 0.92);
  color: var(--see-nacht); font-size: 0.78rem; font-weight: 600;
  padding: 0.4rem 0.85rem; border-radius: 999px; margin-bottom: 0.8rem;
  box-shadow: 0 10px 30px -16px rgba(0,0,0,0.5);
}
.hero-plate .plate-tag svg { width: 15px; height: 15px; color: var(--gold); }
.hero-plate .plate-word {
  position: relative; z-index: 2; display: flex; flex-direction: column; line-height: 1;
}
.hero-plate .pw1 { font-size: 0.7rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-hell); font-weight: 700; margin-bottom: 0.45rem; }
.hero-plate .pw2 { font-family: var(--font-display); font-style: italic; font-weight: 500; font-size: clamp(1.9rem, 4vw, 2.5rem); color: #fff; }

/* ---------- Reveal-Animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); }
@supports (animation-timeline: view()) {
  .reveal {
    animation: reveal-in 0.9s var(--ease) forwards;
    animation-timeline: view();
    animation-range: entry 0% cover 26%;
    animation-delay: var(--d, 0s);
  }
}
.no-vt .reveal { transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); transition-delay: var(--d, 0s); }
.no-vt .reveal.is-in { opacity: 1; transform: none; }
@keyframes reveal-in { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; animation: none !important; }
}

/* ---------- Bento / Staerken ---------- */
.bento {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.1rem; margin-top: 2.8rem;
}
.tile {
  grid-column: span 4; background: var(--surface); border-radius: var(--radius);
  padding: 1.75rem 1.65rem; box-shadow: var(--shadow-card);
  border: 1px solid var(--hairline-2);
  display: flex; flex-direction: column; gap: 0.6rem;
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.tile:hover { transform: translateY(-4px); box-shadow: 0 1px 2px rgba(22,50,57,0.06), 0 30px 52px -32px rgba(22,50,57,0.55); }
.tile.span-7 { grid-column: span 7; }
.tile.span-5 { grid-column: span 5; }
.tile.span-4 { grid-column: span 4; }
.tile h3 { font-size: 1.34rem; }
.tile p { color: var(--muted); font-size: 0.98rem; }
.tile .ic {
  width: 48px; height: 48px; border-radius: 13px; display: inline-flex;
  align-items: center; justify-content: center; color: var(--see);
  background: var(--see-tint); margin-bottom: 0.3rem;
}
.tile.feature {
  grid-row: span 2; justify-content: space-between;
  background:
    radial-gradient(130% 120% at 100% 0%, rgba(47,109,122,0.12), transparent 55%),
    var(--surface);
  border-color: var(--see-tint-2);
}
.tile.feature > div { display: flex; flex-direction: column; gap: 0.6rem; }
.tile.feature .ic { background: var(--see); color: #fff; }
.tile.feature h3 { font-size: 1.7rem; }
.tile.gold {
  background: linear-gradient(160deg, var(--gold-tint), rgba(184,138,53,0.05)), var(--surface);
  border-color: var(--gold-line);
}
.tile.gold .ic { background: var(--gold-tint); color: var(--gold); }
.tile.dark {
  background: linear-gradient(160deg, var(--see-nacht), var(--see-nacht2));
  color: #cfe2e5; border: none;
}
.tile.dark h3 { color: #fff; }
.tile.dark p { color: #a7c2c6; }
.tile.dark .ic { background: rgba(255,255,255,0.12); color: var(--see-hell); }
.tile .more {
  display: inline-flex; align-items: center; gap: 0.45rem; margin-top: 1rem;
  font-weight: 600; color: var(--see); font-size: 0.94rem;
}
.tile .more svg { width: 18px; height: 18px; transition: transform 0.2s; }
.tile .more:hover svg { transform: translateX(4px); }

/* ---------- Split-Sektion ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split.flip > .panel-dark, .split.flip > .photo-ph { order: -1; }
.lede { color: var(--muted); font-size: 1.09rem; margin-top: 1.1rem; }
.feature-list { list-style: none; margin: 1.6rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 0.9rem; }
.feature-list li { display: flex; align-items: flex-start; gap: 0.8rem; color: var(--text); }
.feature-list .chk {
  width: 27px; height: 27px; flex: none; border-radius: 8px; background: var(--see-tint);
  display: inline-flex; align-items: center; justify-content: center; color: var(--see); margin-top: 1px;
}
.feature-list .chk svg { width: 16px; height: 16px; }

.panel-dark {
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(47,109,122,0.5), transparent 60%),
    linear-gradient(160deg, var(--see-nacht), var(--see-nacht2));
  color: #cfe2e5; border-radius: var(--radius-lg); padding: clamp(1.9rem, 4vw, 2.9rem);
  position: relative; overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.panel-dark::after {
  content: ""; position: absolute; right: -40px; bottom: -40px; width: 180px; height: 180px;
  border: 1px solid rgba(143,195,205,0.18); border-radius: 50%;
}
.panel-dark .ptag {
  display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--gold-hell); margin-bottom: 0.7rem;
}
.panel-dark h3 { color: #fff; font-size: 1.6rem; margin-bottom: 0.8rem; }
.panel-dark p { color: #a7c2c6; }
.tag-row { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.4rem; }
.pill {
  font-size: 0.82rem; padding: 0.36rem 0.88rem; border-radius: 999px;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(143,195,205,0.24); color: #c7dadd;
}

/* Platzhalter-Flaeche statt Foto (klar gestaltet, gold-Rahmen) */
.photo-ph {
  position: relative; border-radius: var(--radius-lg); min-height: 360px;
  background:
    radial-gradient(120% 90% at 78% 0%, rgba(47,109,122,0.14), transparent 55%),
    linear-gradient(160deg, var(--creme-2), #ece3d2);
  border: 1px solid var(--hairline-2);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 2rem; gap: 0.5rem; overflow: hidden;
}
.photo-ph.tall { min-height: 440px; }
.photo-ph::before {
  content: ""; position: absolute; inset: 14px; border: 1px dashed var(--gold-line); border-radius: 20px;
}
.photo-ph .frame-ic {
  width: 56px; height: 56px; border-radius: 15px; background: var(--surface);
  display: inline-flex; align-items: center; justify-content: center; color: var(--see);
  box-shadow: var(--shadow-card); position: relative; z-index: 1; margin-bottom: 0.4rem;
}
.photo-ph .ph-label { font-family: var(--font-display); font-size: 1.34rem; color: var(--see-nacht); font-weight: 600; position: relative; z-index: 1; }
.photo-ph .ph-sub { font-size: 0.86rem; color: var(--muted); position: relative; z-index: 1; max-width: 32ch; }
.photo-ph .ph-hint {
  position: relative; z-index: 1; margin-top: 0.6rem; font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold);
  background: var(--gold-tint); padding: 0.25rem 0.8rem; border-radius: 999px;
}
.photo-ph .scene { position: absolute; inset: 0; opacity: 0.5; }

/* ---------- Karten-Grid (Teaser) ---------- */
.menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.2rem; margin-top: 2.6rem; }
.menu-card {
  position: relative; background: var(--surface); border-radius: var(--radius);
  padding: 1.85rem 1.75rem; box-shadow: var(--shadow-card); border: 1px solid var(--hairline-2);
  overflow: hidden; transition: transform 0.3s var(--ease), box-shadow 0.3s;
}
.menu-card:hover { transform: translateY(-4px); box-shadow: 0 1px 2px rgba(22,50,57,0.06), 0 30px 52px -32px rgba(22,50,57,0.5); }
.menu-card .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--see-tint); color: var(--see); display: inline-flex; align-items: center; justify-content: center; }
.menu-card .num {
  position: absolute; top: 1.2rem; right: 1.6rem; font-family: var(--font-display);
  font-size: 2.5rem; color: var(--see-tint-2); font-weight: 600; line-height: 1;
}
.menu-card h3 { font-size: 1.42rem; margin: 1rem 0 0.5rem; }
.menu-card p { color: var(--muted); font-size: 0.97rem; }
.map-link { display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 600; color: var(--see); font-size: 0.94rem; }
.map-link svg { transition: transform 0.2s; }
.map-link:hover svg { transform: translateX(4px); }

/* ---------- Chips ---------- */
.chip-cloud { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.5rem; }
.chip {
  font-size: 0.85rem; font-weight: 500; padding: 0.44rem 0.98rem; border-radius: 999px;
  background: var(--surface); border: 1px solid var(--hairline); color: var(--see-nacht);
}

/* ---------- CTA-Band ---------- */
.cta-band {
  position: relative; overflow: hidden; border-radius: var(--radius-lg);
  background:
    radial-gradient(120% 130% at 0% 0%, rgba(47,109,122,0.55), transparent 55%),
    linear-gradient(150deg, var(--see-nacht), var(--see-nacht2));
  color: #fff; padding: clamp(2.2rem, 5vw, 3.4rem);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 1.8rem; box-shadow: var(--shadow-soft);
}
.cta-band::after {
  content: ""; position: absolute; right: -60px; top: -60px; width: 220px; height: 220px;
  border-radius: 50%; border: 1px solid rgba(217,184,120,0.24);
}
.cta-band h2 { color: #fff; font-size: clamp(1.65rem, 3.6vw, 2.4rem); }
.cta-band p { color: #b3cccf; margin-top: 0.6rem; max-width: 46ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; position: relative; z-index: 1; }

/* ---------- Kontakt-Formular ---------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-info h2 { font-size: clamp(1.85rem, 4vw, 2.7rem); }
.phone-cta-box {
  margin-top: 1.8rem; padding: 1.4rem 1.6rem; border-radius: var(--radius);
  background: var(--see-tint); border: 1px solid var(--see-tint-2);
}
.phone-cta-box .lbl { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); }
.phone-cta-box .num { display: block; font-family: var(--font-display); font-size: 2rem; font-weight: 600; color: var(--see-nacht); margin: 0.3rem 0; }
.phone-cta-box .num:hover { color: var(--see); }
.phone-cta-box p { font-size: 0.88rem; color: var(--muted); }

.form-card {
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(47,109,122,0.07), transparent 55%),
    var(--surface);
  border: 1px solid var(--hairline); border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 3vw, 2.4rem); box-shadow: var(--shadow-card);
}
.form-card h3 { font-size: 1.55rem; }
.form-card .hint { font-size: 0.85rem; color: var(--muted); margin: 0.4rem 0 1.3rem; }
.field { margin-bottom: 1rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--see-nacht); margin-bottom: 0.35rem; }
.field input, .field textarea {
  width: 100%; font-family: var(--font-body); font-size: 0.96rem; color: var(--text);
  padding: 0.78rem 0.98rem; border: 1.5px solid var(--hairline); border-radius: 12px;
  background: var(--creme); transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.field textarea { min-height: 122px; resize: vertical; }
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--see); background: #fff;
  box-shadow: 0 0 0 4px var(--see-tint);
}
.form-card .btn { width: 100%; justify-content: center; margin-top: 0.4rem; }
.form-card .btn-submit { background: var(--see); color: #fff; }
.form-card .btn-submit:hover { background: var(--see-tief); }
.form-card .btn .pin svg path { stroke: #fff; }
.form-note { font-size: 0.78rem; color: var(--muted); margin-top: 0.9rem; line-height: 1.5; }

/* ---------- Page-Hero (Unterseiten) ---------- */
.page-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(110% 90% at 90% -20%, rgba(47,109,122,0.5), transparent 55%),
    linear-gradient(160deg, var(--see-nacht), var(--see-nacht2));
  color: #fff; padding: clamp(2.6rem, 6vw, 4.4rem) 0 clamp(2.4rem, 5vw, 3.8rem);
}
.page-hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold) 40%, var(--gold) 60%, transparent); opacity: 0.7;
}
.page-hero .wrap { position: relative; z-index: 1; }
.breadcrumb { font-size: 0.84rem; color: #97b8bc; margin-bottom: 0.7rem; }
.breadcrumb a { color: var(--see-hell); }
.breadcrumb a:hover { color: #fff; }
.page-hero h1 { color: #fff; font-size: clamp(2.1rem, 5vw, 3.5rem); font-weight: 500; }
.page-hero .page-intro { color: #bdd5d8; margin-top: 0.9rem; max-width: 58ch; font-size: 1.07rem; }

/* ---------- Ausstattungs-/Raum-Liste ---------- */
.room-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; }
.room-card {
  background: var(--surface); border: 1px solid var(--hairline-2); border-radius: var(--radius);
  padding: 1.75rem 1.65rem; box-shadow: var(--shadow-card);
  display: flex; flex-direction: column; gap: 0.6rem;
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
  position: relative; overflow: hidden;
}
.room-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(var(--see), var(--gold)); opacity: 0.85;
}
.room-card:hover { transform: translateY(-4px); box-shadow: 0 1px 2px rgba(22,50,57,0.06), 0 30px 52px -32px rgba(22,50,57,0.5); }
.room-card .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--see-tint); color: var(--see); display: inline-flex; align-items: center; justify-content: center; flex: none; }
.room-card h3 { font-size: 1.36rem; margin-top: 0.4rem; }
.room-card p { color: var(--muted); font-size: 0.96rem; }

.amenities { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin-top: 2.6rem; }
.amenity {
  display: flex; align-items: flex-start; gap: 0.85rem; padding: 1.15rem 1.25rem;
  background: var(--surface); border: 1px solid var(--hairline-2); border-radius: var(--radius);
  box-shadow: 0 1px 2px rgba(22,50,57,0.04);
}
.amenity .ic { width: 42px; height: 42px; flex: none; border-radius: 11px; background: var(--see-tint); color: var(--see); display: inline-flex; align-items: center; justify-content: center; }
.amenity.gold .ic { background: var(--gold-tint); color: var(--gold); }
.amenity .at { font-weight: 600; color: var(--see-nacht); display: block; font-size: 0.98rem; }
.amenity .ad { font-size: 0.84rem; color: var(--muted); }

/* ---------- Preis-Beispiele ---------- */
.price-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.2rem; margin-top: 2.4rem; }
.price-card {
  background: var(--surface); border: 1px solid var(--hairline-2); border-radius: var(--radius-lg);
  padding: 1.9rem 1.7rem; box-shadow: var(--shadow-card); position: relative; overflow: hidden;
  transition: transform 0.3s var(--ease);
}
.price-card:hover { transform: translateY(-4px); }
.price-card .pc-season {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.4rem;
}
.price-card .pc-desc { font-family: var(--font-display); font-size: 1.18rem; color: var(--see-nacht); font-weight: 500; }
.price-card .pc-price { font-family: var(--font-display); font-size: 2.5rem; color: var(--see); font-weight: 600; margin-top: 1rem; line-height: 1; }
.price-card .pc-meta { font-size: 0.86rem; color: var(--muted); margin-top: 0.5rem; }
.price-card .pc-card { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1.1rem; font-size: 0.8rem; font-weight: 600; color: var(--gold); }
.price-card .pc-card svg { width: 15px; height: 15px; }

.note-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; margin-top: 2rem; }
.note-card {
  background: var(--surface); border: 1px solid var(--hairline-2); border-left: 3px solid var(--gold);
  border-radius: 13px; padding: 1.25rem 1.35rem;
}
.note-card .nt { font-weight: 600; color: var(--see-nacht); display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.35rem; }
.note-card .nt svg { width: 18px; height: 18px; color: var(--gold); flex: none; }
.note-card p { font-size: 0.9rem; color: var(--muted); }
.price-stamp { font-size: 0.86rem; color: var(--muted); margin-top: 1.5rem; font-style: italic; }

/* ---------- Lage-Liste ---------- */
.poi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.1rem; margin-top: 2.4rem; }
.poi-card { background: var(--surface); border: 1px solid var(--hairline-2); border-radius: var(--radius); padding: 1.55rem; box-shadow: 0 1px 2px rgba(22,50,57,0.04); transition: transform 0.3s var(--ease); }
.poi-card:hover { transform: translateY(-3px); }
.poi-card .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--sand-tint); color: var(--gold); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 0.7rem; }
.poi-card h3 { font-size: 1.22rem; margin-bottom: 0.4rem; }
.poi-card p { font-size: 0.92rem; color: var(--muted); }

.map-cta {
  display: inline-flex; align-items: center; gap: 0.6rem; margin-top: 1.6rem;
  padding: 0.72rem 1.25rem; border-radius: 999px; border: 1.5px solid var(--hairline);
  background: var(--surface); color: var(--see); font-weight: 600; font-size: 0.92rem;
  transition: border-color 0.2s, background 0.2s;
}
.map-cta:hover { border-color: var(--see); background: var(--see-tint); }
.map-cta svg { width: 18px; height: 18px; }

/* Kompakter dunkler Kontaktblock (Unterseiten) */
.mini-contact {
  display: grid; grid-template-columns: 1fr auto; gap: 1.5rem 2rem; align-items: center;
  background:
    radial-gradient(120% 130% at 100% 0%, rgba(47,109,122,0.5), transparent 55%),
    linear-gradient(150deg, var(--see-nacht), var(--see-nacht2));
  color: #fff; border-radius: var(--radius-lg); padding: clamp(1.8rem, 4vw, 2.6rem);
  box-shadow: var(--shadow-soft);
}
.mini-contact h3 { color: #fff; font-size: 1.55rem; }
.mini-contact p { color: #b3cccf; margin-top: 0.4rem; max-width: 48ch; }
.mini-contact .mc-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }

/* ---------- Legal-Seiten ---------- */
.legal { max-width: 770px; }
.legal h2 { font-size: 1.52rem; margin: 2.2rem 0 0.7rem; color: var(--see-nacht); }
.legal h3 { font-size: 1.16rem; margin: 1.6rem 0 0.5rem; color: var(--see-nacht); }
.legal p { color: var(--text); margin-bottom: 0.9rem; }
.legal a { color: var(--see); text-decoration: underline; text-underline-offset: 2px; }
.legal .callout {
  background: var(--see-tint); border: 1px solid var(--see-tint-2); border-radius: var(--radius);
  padding: 1.4rem 1.6rem; margin-bottom: 1.5rem;
}
.legal .callout .tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; }
.legal .callout p { margin-bottom: 0.4rem; }
.placeholder-pill {
  display: inline-block; background: var(--gold-tint); border: 1px dashed var(--gold-line);
  color: var(--gold); border-radius: 999px; padding: 0.1rem 0.72rem; font-size: 0.82rem; font-weight: 600;
}
.datenschutz-title { hyphens: manual; }

/* ---------- Footer ---------- */
.site-footer { background: var(--see-nacht); color: #a7c2c6; padding: clamp(2.8rem, 6vw, 4rem) 0 1.6rem; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 2.4rem; padding-bottom: 2.4rem; border-bottom: 1px solid rgba(143,195,205,0.14); }
.footer-brand { display: inline-flex; align-items: center; gap: 0.72rem; }
.footer-brand .emblem { width: 44px; height: 44px; flex: none; }
.footer-brand .brand-word { color: #fff; }
.footer-brand .brand-word em { color: var(--see-hell); }
.footer-brand .brand-sub { color: var(--gold-hell); }
.footer-about { margin-top: 1rem; font-size: 0.92rem; color: #90adb1; max-width: 40ch; }
.footer-col h4 { font-family: var(--font-display); font-size: 1.08rem; color: #fff; margin-bottom: 0.9rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.55rem; }
.footer-col a, .footer-col span { font-size: 0.92rem; color: #a7c2c6; transition: color 0.2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.8rem; padding-top: 1.6rem; font-size: 0.82rem; color: #82a0a4; }
.footer-bottom .legal-links { display: flex; gap: 1.2rem; }
.footer-bottom a:hover { color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 2.4rem; }
  .hero-plate { min-height: 320px; border-radius: var(--radius-lg); align-self: auto; box-shadow: var(--shadow-soft); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .tile.feature { grid-row: auto; }
}
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed; top: 0; right: 0; height: 100dvh; width: min(82vw, 340px);
    flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0.3rem;
    background: var(--creme); padding: 5.5rem 1.5rem 2rem; z-index: 58;
    transform: translateX(100%); transition: transform 0.34s var(--ease);
    box-shadow: -20px 0 50px -20px rgba(22,50,57,0.4); overflow-y: auto;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links > li > a { padding: 0.85rem 1rem; font-size: 1.04rem; border-radius: 11px; }
  .nav-links > li > a.active::after { margin: 4px 0 0; }
  .nav-cta { justify-content: center; margin-top: 0.6rem; }
  .split { grid-template-columns: 1fr; }
  .split.flip > .panel-dark, .split.flip > .photo-ph { order: 0; }
  .bento { grid-template-columns: repeat(6, 1fr); }
  .tile, .tile.span-7, .tile.span-5, .tile.span-4 { grid-column: span 6; }
  .mini-contact { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .bento { grid-template-columns: 1fr; }
  .tile, .tile.span-7, .tile.span-5, .tile.span-4 { grid-column: span 1; }
  .footer-top { grid-template-columns: 1fr; gap: 1.8rem; }
  .hero-meta { gap: 1.2rem 1.8rem; }
  .cta-band { flex-direction: column; align-items: flex-start; }
  .field-row { grid-template-columns: 1fr; }
  .brand-word { font-size: 1.24rem; }
}
