/* Authentic Swiss Escapes – Entwurf Seetalwebsites
   Farben: Morgenhimmel → Sandstein → Abendlicht → Nacht, dazu Seegrün und Glut (Sonnenuntergang) */

:root {
  --morgen: #edf2ef;
  --tag: #f5eee1;
  --abend: #f0e0cc;
  --nacht: #16232e;
  --see: #2f6f6a;
  --see-tief: #1f4f4b;
  --see-hell: #a9cbc5;
  --holz: #8b5e3c;
  --sand: #d9c7a7;
  --glut: #cf6a3c;
  --glut-hell: #f4c49f;
  --papier: #fffaf3;

  --bg: var(--morgen);
  --ink: #1d2f3f;
  --ink-weich: rgba(29, 47, 63, .72);
  --linie: rgba(29, 47, 63, .14);
  --akzent: var(--see);

  --serif: "Fraunces", Georgia, serif;
  --sans: "Karla", system-ui, sans-serif;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --radius: 22px;
  --rahmen: 1240px;
  --rand: clamp(16px, 4vw, 44px);
}

body[data-tone="tag"] { --bg: var(--tag); }
body[data-tone="abend"] { --bg: var(--abend); --akzent: var(--holz); }
body[data-tone="nacht"] {
  --bg: var(--nacht);
  --ink: #f3ede3;
  --ink-weich: rgba(243, 237, 227, .72);
  --linie: rgba(243, 237, 227, .16);
  --akzent: var(--glut-hell);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 400 1.0625rem/1.65 var(--sans);
  transition: background-color 1.1s var(--ease), color .8s var(--ease);
  overflow-x: clip;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3 { margin: 0; font-weight: 400; }
p { margin: 0; }
em { font-style: italic; }

.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--nacht); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip:focus { top: 16px; }
:focus-visible { outline: 2.5px solid var(--glut); outline-offset: 3px; border-radius: 6px; }

.rahmen { width: 100%; max-width: calc(var(--rahmen) + 2 * var(--rand)); margin-inline: auto; padding-inline: var(--rand); }

/* ---------- Knöpfe ---------- */
.knopf {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  min-height: 48px; padding: .8em 1.4em;
  border: 0; border-radius: 999px; cursor: pointer;
  font-weight: 600; font-size: 1rem; text-decoration: none; white-space: nowrap;
  transition: transform .35s var(--ease), background-color .35s var(--ease), color .35s, box-shadow .35s;
}
.knopf svg { width: 1.15em; height: 1.15em; transition: transform .35s var(--ease); }
.knopf:hover svg { transform: translateX(4px); }
.knopf:active { transform: scale(.97); }
.knopf-glut { background: var(--glut); color: #fff; box-shadow: 0 10px 30px -12px rgba(207, 106, 60, .7); }
.knopf-glut:hover { background: #b95a2f; }
.knopf-klein { min-height: 40px; padding: .5em 1.1em; font-size: .92rem; background: var(--glut); color: #fff; }
.knopf-linie { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px currentColor; }
.knopf-linie:hover { background: var(--ink); color: var(--papier); }

/* ---------- Kopf ---------- */
.kopf {
  position: fixed; inset: 0 0 auto; z-index: 50;
  color: #fff;
  transition: background-color .5s var(--ease), color .5s, box-shadow .5s, transform .5s var(--ease);
}
.kopf-innen { display: flex; align-items: center; gap: 24px; height: 76px; }
.kopf.fest {
  color: var(--ink);
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: 0 1px 0 var(--linie);
}
.kopf.weg { transform: translateY(-100%); }
.marke { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.marke-zeichen { width: 34px; height: 34px; stroke-width: 2.2; }
.marke-zeichen circle { fill: var(--glut); stroke: var(--glut); }
.marke-text { font: 500 1.15rem/1 var(--serif); letter-spacing: -.01em; font-variation-settings: "SOFT" 100; }
.marke-text em { font-weight: 400; }
.nav { display: flex; gap: 26px; }
.nav a { text-decoration: none; font-size: .95rem; font-weight: 500; position: relative; padding: 6px 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1.5px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .45s var(--ease); }
.nav a:hover::after, .nav a.aktiv::after { transform: scaleX(1); transform-origin: left; }
.kopf-rechts { display: flex; align-items: center; gap: 14px; }
.sprache { display: inline-flex; border-radius: 999px; box-shadow: inset 0 0 0 1.5px color-mix(in srgb, currentColor 35%, transparent); padding: 3px; }
.sprache button { border: 0; background: none; cursor: pointer; font-size: .8rem; font-weight: 700; letter-spacing: .06em; padding: 6px 10px; border-radius: 999px; min-width: 40px; min-height: 32px; }
.sprache button[aria-pressed="true"] { background: currentColor; }
.sprache button[aria-pressed="true"] { color: var(--nacht); background: #fff; }
.kopf.fest .sprache button[aria-pressed="true"] { color: var(--bg); background: var(--ink); }

/* ---------- Einstieg ---------- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: flex-end;
  color: #fff; overflow: hidden; isolation: isolate;
  padding-block: 120px clamp(28px, 6vh, 64px);
}
.hero-bild { position: absolute; inset: 0; z-index: -1; background: #2a2a3a; }
.hero-bild img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; transform-origin: 50% 60%; }
.js .hero-bild img { animation: kenburns 24s var(--ease) both; }
.hero-bild::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(90% 70% at 12% 78%, rgba(14, 22, 32, .62) 0%, rgba(14, 22, 32, 0) 70%),
    linear-gradient(180deg, rgba(14, 22, 32, .55) 0%, rgba(14, 22, 32, 0) 26%),
    linear-gradient(0deg, rgba(14, 22, 32, .88) 0%, rgba(14, 22, 32, .35) 42%, rgba(14, 22, 32, 0) 66%);
}
.hero-gruss, .hero-lead { text-shadow: 0 1px 14px rgba(14, 22, 32, .55); }
@keyframes kenburns { from { transform: scale(1.14); } to { transform: scale(1.02); } }

.hero-gruss { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; font-size: .92rem; letter-spacing: .04em; margin-bottom: 18px; }
.gruss-wechsel { position: relative; display: inline-grid; height: 1.7em; overflow: hidden; font: italic 400 1.35rem/1.7em var(--serif); color: var(--glut-hell); min-width: 7.2em; }
.gruss-wechsel span { grid-area: 1 / 1; transform: translateY(110%); opacity: 0; transition: transform .8s var(--ease), opacity .8s var(--ease); }
.gruss-wechsel span.an { transform: none; opacity: 1; }
.gruss-wechsel span.raus { transform: translateY(-110%); opacity: 0; }
.no-js .gruss-wechsel span:first-child, html:not(.js) .gruss-wechsel span:first-child { transform: none; opacity: 1; }
.gruss-ort { text-transform: uppercase; font-weight: 600; font-size: .78rem; letter-spacing: .18em; opacity: .9; padding-left: 14px; border-left: 1px solid rgba(255, 255, 255, .45); }

.hero-titel {
  font: 340 clamp(3rem, 8.6vw, 8rem)/.94 var(--serif);
  letter-spacing: -.03em;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 0;
  max-width: 11ch;
  text-wrap: balance;
}
.hero-titel em { color: var(--glut-hell); font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1; }
.wort { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .08em; margin-bottom: -.08em; }
.wort-i { display: inline-block; }
.js .hero-titel .wort-i { transform: translateY(105%) rotate(5deg); transform-origin: 0 100%; animation: welle 1.25s var(--ease) forwards; animation-delay: calc(.25s + var(--i) * 90ms); }
@keyframes welle {
  0% { transform: translateY(105%) rotate(5deg); }
  60% { transform: translateY(-4%) rotate(-.6deg); }
  100% { transform: none; }
}
.hero-lead { max-width: 44ch; margin-top: 22px; font-size: clamp(1.05rem, 1.5vw, 1.2rem); color: rgba(255, 255, 255, .88); }
.js .hero-lead, .js .schnell, .js .hero-gruss { opacity: 0; transform: translateY(18px); animation: rein 1s var(--ease) forwards; }
.js .hero-gruss { animation-delay: .1s; }
.js .hero-lead { animation-delay: .85s; }
.js .schnell { animation-delay: 1.05s; }
@keyframes rein { to { opacity: 1; transform: none; } }

.schnell {
  margin-top: clamp(26px, 5vh, 44px);
  display: grid; grid-template-columns: 1fr 1fr .7fr auto; align-items: stretch;
  max-width: 880px;
  background: rgba(16, 26, 36, .5);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px; padding: 8px;
  backdrop-filter: blur(16px) saturate(1.3);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
}
.schnell-feld { display: flex; flex-direction: column; justify-content: center; padding: 8px 18px; border-right: 1px solid rgba(255, 255, 255, .16); min-width: 0; }
.schnell-feld > span { font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; opacity: .75; }
.schnell-feld input, .schnell-feld select { background: none; border: 0; padding: 2px 0; color: #fff; color-scheme: dark; font-size: 1rem; width: 100%; min-height: 30px; cursor: pointer; }
.schnell-feld select option { color: var(--nacht); }
.schnell .knopf { margin-left: 8px; border-radius: 14px; }

.hero-bu { position: absolute; right: var(--rand); bottom: 18px; font-size: .75rem; letter-spacing: .08em; color: rgba(255, 255, 255, .7); writing-mode: vertical-rl; transform: rotate(180deg); bottom: auto; top: 50%; translate: 0 -50%; }

/* ---------- Zahlen ---------- */
.zahlen { padding-block: clamp(34px, 6vw, 60px); }
.zahlen-gitter { display: grid; grid-template-columns: repeat(4, 1fr); }
.zahl { padding: 6px 24px; border-left: 1px solid var(--linie); }
.zahl:first-child { border-left: 0; padding-left: 0; }
.zahl-wert { font: 350 clamp(2rem, 3.6vw, 3rem)/1.1 var(--serif); letter-spacing: -.02em; font-variation-settings: "opsz" 100, "SOFT" 100; white-space: nowrap; }
.zahl-wert small { font-size: .45em; font-family: var(--sans); font-weight: 600; letter-spacing: .02em; color: var(--ink-weich); }
.zahl-punkt { color: var(--glut); }
.zahl-text { margin-top: 4px; font-size: .95rem; color: var(--ink-weich); }

/* ---------- Abschnitte allgemein ---------- */
section[id] { scroll-margin-top: 70px; }
.abschnitt { padding-block: clamp(80px, 12vw, 150px); position: relative; }
.kopfzeile { max-width: 720px; margin-bottom: clamp(38px, 6vw, 64px); }
.kopfzeile-breit { max-width: 900px; }
.dachzeile { display: inline-flex; align-items: center; gap: 12px; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--akzent); margin-bottom: 18px; transition: color .8s; }
.dachzeile::before { content: ""; width: 28px; height: 1.5px; background: currentColor; }
.titel {
  font: 350 clamp(2.3rem, 5.4vw, 4.6rem)/1.02 var(--serif);
  letter-spacing: -.025em;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 0;
  text-wrap: balance;
}
.titel em { font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1; color: var(--akzent); transition: color .8s; }
.lead { margin-top: 22px; font-size: clamp(1.05rem, 1.4vw, 1.18rem); color: var(--ink-weich); max-width: 58ch; }

.js .zeigen { opacity: 0; transform: translateY(34px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease); transition-delay: var(--v, 0s); }
.js .zeigen.da { opacity: 1; transform: none; }

.etikett {
  position: absolute; left: 14px; top: 14px; z-index: 2;
  font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em;
  padding: 5px 10px; border-radius: 999px;
  background: rgba(16, 26, 36, .58); color: #fff;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.etikett-hell { position: static; display: inline-block; margin-bottom: 16px; background: color-mix(in srgb, var(--ink) 9%, transparent); color: var(--ink-weich); backdrop-filter: none; }

.platzhalter {
  display: inline-block; min-width: 3.4em; padding: 0 .35em;
  border-bottom: 1.5px dashed currentColor;
  font-style: italic; font-size: .92em; opacity: .75; line-height: 1.3;
}
.platzhalter-dunkel { margin-top: 6px; }

/* ---------- Unterkünfte ---------- */
.uk-gitter { display: grid; grid-template-columns: 1fr 1fr .82fr; gap: clamp(16px, 2vw, 26px); align-items: stretch; }
.uk-karte { perspective: 1800px; border-radius: var(--radius); min-height: 520px; outline-offset: 6px; cursor: pointer; }
.uk-innen { position: relative; height: 100%; min-height: inherit; transform-style: preserve-3d; transition: transform 1s var(--ease); }
@media (hover: hover) { .uk-karte:hover .uk-innen { transform: rotateY(180deg); } }
.uk-karte.gedreht .uk-innen, .uk-karte:focus-visible .uk-innen, .uk-karte:has(a:focus-visible) .uk-innen { transform: rotateY(180deg); }
.uk-vorne, .uk-hinten { position: absolute; inset: 0; border-radius: var(--radius); overflow: hidden; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.uk-vorne { background: #2a2f36; color: #fff; }
.uk-vorne img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.uk-vorne::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14, 22, 32, .82) 0%, rgba(14, 22, 32, 0) 55%); }
.uk-vorne-text { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 26px; }
.uk-nr { font: italic 400 1rem/1 var(--serif); opacity: .8; margin-bottom: 8px; }
.uk-name { font: 400 clamp(1.7rem, 2.5vw, 2.2rem)/1.08 var(--serif); letter-spacing: -.015em; font-variation-settings: "opsz" 100, "SOFT" 100; }
.uk-name small { display: inline-block; vertical-align: middle; font: 700 .62rem/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; padding: 5px 8px; border-radius: 999px; border: 1px solid rgba(255, 255, 255, .5); margin-left: 6px; transform: translateY(-3px); }
.uk-preis { margin-top: 10px; font-size: .98rem; opacity: .92; }
.uk-hinten {
  transform: rotateY(180deg);
  background: var(--papier); color: var(--nacht);
  padding: 30px 28px; display: flex; flex-direction: column;
  box-shadow: inset 0 0 0 1px rgba(29, 47, 63, .08);
}
.uk-hinten .uk-nr { color: var(--glut); opacity: 1; }
.uk-daten { margin: 22px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid rgba(29, 47, 63, .12); }
.uk-daten div { padding: 14px 0; border-bottom: 1px solid rgba(29, 47, 63, .12); }
.uk-daten div:nth-child(odd) { padding-right: 12px; }
.uk-daten dt { font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; color: rgba(29, 47, 63, .6); }
.uk-daten dd { margin: 4px 0 0; font-size: 1.02rem; }
.uk-hinweis { margin-top: 18px; font-size: .95rem; color: rgba(29, 47, 63, .72); }
.uk-hinten .knopf { margin-top: auto; align-self: flex-start; color: var(--nacht); }
.uk-hinten .knopf:hover { background: var(--nacht); color: var(--papier); }

.uk-eigen {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 520px; padding: 30px 28px; border-radius: var(--radius);
  background: var(--see); color: #eef5f3; text-decoration: none; overflow: hidden;
  transition: transform .6s var(--ease), background-color .6s var(--ease);
}
.uk-eigen::before { content: ""; position: absolute; width: 380px; height: 380px; right: -150px; top: -140px; border-radius: 50%; border: 1.5px solid rgba(255, 255, 255, .16); box-shadow: 0 0 0 44px rgba(255, 255, 255, .04), 0 0 0 90px rgba(255, 255, 255, .03); transition: transform 1s var(--ease); }
.uk-eigen:hover { background: var(--see-tief); }
.uk-eigen:hover::before { transform: scale(1.12); }
.uk-eigen .dachzeile { color: var(--glut-hell); }
.uk-eigen-icon { width: 44px; height: 44px; margin-bottom: auto; stroke-width: 1.4; }
.uk-eigen-titel { font: 400 clamp(1.5rem, 2.2vw, 1.95rem)/1.12 var(--serif); letter-spacing: -.01em; font-variation-settings: "SOFT" 100; }
.uk-eigen-text { margin-top: 12px; opacity: .85; }
.uk-eigen-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-weight: 700; }
.uk-eigen-link svg { width: 18px; height: 18px; transition: transform .4s var(--ease); }
.uk-eigen:hover .uk-eigen-link svg { transform: translateX(5px); }

/* ---------- Ein Tag hier ---------- */
.tag { padding-block: clamp(60px, 8vw, 110px) clamp(80px, 10vw, 140px); }
.tag-gitter { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(30px, 6vw, 90px); }
.tag-buehne { position: relative; }
.tag-buehne-innen { position: sticky; top: calc(50vh - 180px); display: flex; flex-direction: column; align-items: center; }
.bogen { width: 100%; max-width: 480px; overflow: visible; }
.bogen-bahn { stroke: var(--linie); stroke-width: 1.5; stroke-dasharray: 2 9; }
.bogen-spur { stroke: var(--glut); stroke-width: 2.4; }
.bogen-huegel { stroke: none; transition: fill 1s var(--ease); }
.bogen-huegel.h1 { fill: var(--see-hell); }
.bogen-huegel.h2 { fill: var(--see); }
body[data-tone="abend"] .bogen-huegel.h1 { fill: #b98f73; }
body[data-tone="abend"] .bogen-huegel.h2 { fill: #5b4a4f; }
.sonne-schein { fill: var(--glut-hell); stroke: none; opacity: .45; }
.sonne-kern { fill: #f2b84b; stroke: none; }
.js .sonne-schein { animation: schein 4s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
@keyframes schein { 50% { transform: scale(1.18); opacity: .25; } }
.tag-uhr { margin-top: 12px; font: 300 clamp(2.8rem, 6vw, 4.6rem)/1 var(--serif); letter-spacing: -.02em; font-variant-numeric: tabular-nums; font-variation-settings: "opsz" 144, "SOFT" 100; }

.tag-text .kopfzeile { margin-bottom: clamp(30px, 5vw, 50px); }
.tag-schritt { padding-block: clamp(20px, 5vh, 50px) clamp(50px, 12vh, 120px); }
.tag-bild { position: relative; margin: 0 0 24px; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 11; background: var(--sand); }
.tag-bild img { width: 100%; height: 115%; object-fit: cover; will-change: transform; }
.tag-zeit { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--glut); margin-bottom: 10px; }
.tag-schritt h3 { font: 400 clamp(1.8rem, 3vw, 2.6rem)/1.08 var(--serif); letter-spacing: -.02em; font-variation-settings: "opsz" 120, "SOFT" 100; margin-bottom: 12px; }
.tag-schritt p:last-child { color: var(--ink-weich); max-width: 50ch; }

/* ---------- Karte ---------- */
.gegend-gitter { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(26px, 4vw, 56px); align-items: start; }
.ziele { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--linie); }
.ziel { position: relative; padding: 18px 16px 18px 22px; border-bottom: 1px solid var(--linie); cursor: pointer; transition: background-color .4s var(--ease); outline-offset: -3px; }
.ziel::before { content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 3px; border-radius: 3px; background: var(--glut); transform: scaleY(0); transition: transform .45s var(--ease); }
.ziel.aktiv { background: color-mix(in srgb, var(--papier) 70%, transparent); }
.ziel.aktiv::before { transform: scaleY(1); }
.ziel-name { font: 400 1.35rem/1.2 var(--serif); font-variation-settings: "SOFT" 100; letter-spacing: -.01em; }
.ziel-text { margin-top: 4px; font-size: .95rem; color: var(--ink-weich); }
.ziel-zeit { display: flex; gap: 18px; margin-top: 8px; font-size: .9rem; font-weight: 700; }
.ziel-zeit > span { display: inline-flex; align-items: center; gap: 6px; }
.ziel-zeit svg { width: 20px; height: 20px; color: var(--see); }

.karte { margin: 0; position: sticky; top: 100px; }
.karte-svg { width: 100%; height: auto; border-radius: var(--radius); box-shadow: 0 30px 60px -40px rgba(29, 47, 63, .5), 0 0 0 1px var(--linie); background: #f3ecdf; }
.karte-grund { fill: #f3ecdf; stroke: none; }
.karte-punkte { stroke: none; }
#punkte circle { fill: rgba(139, 94, 60, .16); stroke: none; }
.hoehen ellipse { stroke: rgba(139, 94, 60, .16); stroke-width: 1.2; fill: none; }
.seen path { fill: #a9cbc5; stroke: #6fa39b; stroke-width: 1.5; }
.see-namen text { font: italic 400 19px var(--serif); fill: #3e7a73; stroke: none; letter-spacing: .04em; }
.weg { stroke: var(--see); stroke-width: 2.6; opacity: .75; transition: stroke .4s, stroke-width .4s, opacity .4s; }
.weg.aktiv { stroke: var(--glut); stroke-width: 4; opacity: 1; }
.ort circle { fill: #fff; stroke: var(--see); stroke-width: 3; transition: fill .4s, stroke .4s, r .4s; }
.ort text { font: 700 19px var(--sans); fill: #1d2f3f; stroke: #f3ecdf; stroke-width: 5px; paint-order: stroke; letter-spacing: .01em; }
.ort-pfeil path { stroke: var(--see); stroke-width: 3; }
.ort.aktiv circle { fill: var(--glut); stroke: var(--glut); }
.ort.aktiv text { fill: var(--glut); }
.js .ort:not(.ort-daheim) { opacity: 0; transition: opacity .6s var(--ease); }
.js .ort.sichtbar { opacity: 1; }
.daheim-kern { fill: var(--glut) !important; stroke: #fff !important; stroke-width: 3 !important; }
.daheim-ring { fill: none !important; stroke: var(--glut) !important; stroke-width: 1.5 !important; opacity: .5; }
.puls { fill: var(--glut) !important; stroke: none !important; opacity: .35; transform-box: fill-box; transform-origin: center; }
.js .puls { animation: puls 2.4s var(--ease) infinite; }
@keyframes puls { from { transform: scale(.6); opacity: .45; } to { transform: scale(3); opacity: 0; } }
.ort-daheim text { font: italic 600 26px var(--serif); fill: var(--nacht); }
.nordpfeil path { fill: var(--nacht); stroke: none; opacity: .75; }
.nordpfeil text { font: 700 16px var(--sans); fill: var(--nacht); stroke: none; opacity: .75; }
.karte figcaption { margin-top: 12px; font-size: .82rem; color: var(--ink-weich); }

/* ---------- Gastgeber ---------- */
.gg-gitter { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(36px, 6vw, 100px); align-items: center; }
.gg-portrait { position: relative; margin: 0 0 40px; }
.gg-rahmen {
  position: relative; aspect-ratio: 4 / 5; border-radius: 240px 240px var(--radius) var(--radius);
  background: radial-gradient(120% 90% at 30% 20%, #f7e6cf 0%, #e4c9a6 55%, #c9a17c 100%);
  display: grid; place-items: center; overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(139, 94, 60, .2);
}
.gg-rahmen::after { content: ""; position: absolute; inset: 14px; border-radius: 230px 230px 14px 14px; border: 1px dashed rgba(139, 94, 60, .45); }
.gg-initialen { font: 300 clamp(4rem, 10vw, 7.5rem)/1 var(--serif); color: rgba(91, 58, 34, .75); letter-spacing: -.03em; font-variation-settings: "opsz" 144, "SOFT" 100; }
.gg-initialen em { font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1; color: var(--glut); }
.gg-foto-folgt { position: absolute; top: calc(50% + clamp(50px, 7vw, 80px)); left: 0; right: 0; text-align: center; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: rgba(91, 58, 34, .75); }
.gg-klein { position: absolute; width: 42%; right: -8%; bottom: -40px; aspect-ratio: 3 / 4; object-fit: cover; border: 8px solid var(--papier); border-radius: 6px; box-shadow: 0 24px 50px -20px rgba(29, 47, 63, .5); transform: rotate(4deg); }
.gg-brief { margin-top: 28px; }
.gg-brief p { font-size: clamp(1.08rem, 1.4vw, 1.22rem); max-width: 52ch; }
.gg-brief p + p { margin-top: 14px; }
.gg-unterschrift { margin-top: 22px !important; font: italic 400 2rem/1 var(--serif) !important; color: var(--holz); font-variation-settings: "SOFT" 100, "WONK" 1; }

.gruende { grid-column: 1 / -1; list-style: none; margin: clamp(30px, 5vw, 60px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 26px); }
.grund { padding: 28px; border-radius: var(--radius); background: color-mix(in srgb, var(--papier) 72%, transparent); box-shadow: inset 0 0 0 1px rgba(139, 94, 60, .14); }
.grund svg { width: 34px; height: 34px; color: var(--glut); stroke-width: 1.5; margin-bottom: 18px; }
.grund h3 { font: 400 1.45rem/1.15 var(--serif); font-variation-settings: "SOFT" 100; margin-bottom: 8px; }
.grund p { color: var(--ink-weich); font-size: .98rem; }

/* ---------- Eigentümer ---------- */
.eigentuemer { overflow: hidden; isolation: isolate; }
.eg-bild { position: absolute; inset: 0; z-index: -1; opacity: 0; transition: opacity 1.2s var(--ease); }
body[data-tone="nacht"] .eg-bild { opacity: 1; }
.eg-bild img { width: 100%; height: 100%; object-fit: cover; opacity: .22; filter: saturate(.6); }
.eg-bild::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, var(--nacht) 0%, rgba(22, 35, 46, .4) 40%, var(--nacht) 100%); }
.eg-liste { list-style: none; margin: 0 0 clamp(36px, 5vw, 56px); padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--linie); }
.eg-liste li { padding: 28px 24px 10px 0; }
.eg-liste li + li { padding-left: 24px; border-left: 1px solid var(--linie); }
.eg-nr { display: block; font: italic 400 1.1rem var(--serif); color: var(--glut-hell); margin-bottom: 18px; }
.eg-liste h3 { font: 400 1.6rem/1.1 var(--serif); font-variation-settings: "SOFT" 100; margin-bottom: 10px; }
.eg-liste p { color: var(--ink-weich); font-size: .98rem; }

/* ---------- Anfrage ---------- */
.af {
  background: var(--papier); color: var(--nacht);
  border-radius: calc(var(--radius) + 6px);
  padding: clamp(20px, 3.4vw, 44px);
  box-shadow: 0 40px 80px -50px rgba(91, 58, 34, .55), 0 0 0 1px rgba(139, 94, 60, .12);
}
.af-modus { border: 0; margin: 0 0 28px; padding: 5px; display: inline-flex; flex-wrap: wrap; gap: 4px; border-radius: 999px; background: #f1e7d8; }
.af-modus label { position: relative; cursor: pointer; }
.af-modus input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.af-modus span { display: block; padding: 10px 18px; border-radius: 999px; font-weight: 600; font-size: .95rem; transition: background-color .4s var(--ease), color .4s; }
.af-modus input:checked + span { background: var(--nacht); color: #fff; }
.af-modus input:focus-visible + span { outline: 2.5px solid var(--glut); outline-offset: 2px; }
.af-gitter { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(24px, 4vw, 56px); }
.af.eigentuemer-modus .af-gitter { grid-template-columns: 1fr; }

.kal { align-self: start; }
.kal-kopf { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.kal-monat { font: 400 1.5rem/1 var(--serif); font-variation-settings: "SOFT" 100; text-transform: capitalize; }
.kal-pfeil { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(29, 47, 63, .18); background: none; cursor: pointer; display: grid; place-items: center; transition: background-color .3s, border-color .3s; }
.kal-pfeil:hover:not(:disabled) { background: var(--nacht); color: #fff; border-color: var(--nacht); }
.kal-pfeil:disabled { opacity: .3; cursor: default; }
.kal-pfeil svg { width: 18px; height: 18px; }
#kal-zurueck svg { transform: rotate(180deg); }
.kal-tage { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; }
#kal-wochentage { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(29, 47, 63, .5); padding-bottom: 8px; }
.kal-raster { row-gap: 4px; }
.kal-tag {
  position: relative; aspect-ratio: 1; min-height: 40px; border: 0; background: none; cursor: pointer;
  font-size: .95rem; font-variant-numeric: tabular-nums; z-index: 0;
}
.kal-tag::before { content: ""; position: absolute; inset: 3px 0; z-index: -1; background: var(--glut-hell); opacity: 0; transform: scaleX(.2); transition: opacity .35s var(--ease), transform .45s var(--ease); transition-delay: calc(var(--d, 0) * 28ms); }
.kal-tag::after { content: ""; position: absolute; inset: 3px; z-index: -1; border-radius: 50%; transition: background-color .3s, box-shadow .3s; }
.kal-tag:hover:not(:disabled)::after { box-shadow: inset 0 0 0 1.5px var(--nacht); }
.kal-tag.heute { font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.kal-tag:disabled { opacity: .28; cursor: default; }
.kal-tag.drin::before { opacity: .55; transform: none; }
.kal-tag.start::before { opacity: .55; transform: none; left: 50%; }
.kal-tag.ende::before { opacity: .55; transform: none; right: 50%; }
.kal-tag.start.ende::before { opacity: 0; }
.kal-tag.start, .kal-tag.ende { color: #fff; font-weight: 700; }
.kal-tag.start::after, .kal-tag.ende::after { background: var(--glut); }
.kal-leer { aspect-ratio: 1; min-height: 40px; }
.kal-summe { margin-top: 16px; padding: 14px 16px; border-radius: 14px; background: #f5ecdf; font-size: .95rem; min-height: 52px; }
.kal-summe strong { font-weight: 700; }

.af-felder { display: flex; flex-direction: column; gap: 16px; }
.af-zeile { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.af-zeile[hidden], [data-nur][hidden] { display: none; }
.feld { display: flex; flex-direction: column; gap: 6px; }
.feld > span { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: rgba(29, 47, 63, .6); }
.feld input, .feld select, .feld textarea {
  width: 100%; min-height: 50px; padding: 12px 14px;
  border: 1px solid rgba(29, 47, 63, .18); border-radius: 12px; background: #fff;
  transition: border-color .3s, box-shadow .3s;
}
.feld textarea { resize: vertical; min-height: 110px; }
.feld input:focus, .feld select:focus, .feld textarea:focus { outline: none; border-color: var(--see); box-shadow: 0 0 0 4px rgba(47, 111, 106, .15); }
.feld input.fehler { border-color: #b3261e; box-shadow: 0 0 0 4px rgba(179, 38, 30, .1); }
.zaehler { display: flex; align-items: center; justify-content: space-between; min-height: 50px; border: 1px solid rgba(29, 47, 63, .18); border-radius: 12px; background: #fff; padding: 4px; }
.zaehler button { width: 42px; height: 40px; border: 0; border-radius: 9px; background: #f5ecdf; cursor: pointer; font-size: 1.2rem; transition: background-color .3s; }
.zaehler button:hover { background: var(--sand); }
.zaehler output { font-weight: 700; font-size: 1.05rem; }
.af-senden { align-self: flex-start; margin-top: 6px; }
.af-hinweis { font-size: .95rem; min-height: 1.5em; }
.af-hinweis.ok { color: var(--see-tief); font-weight: 600; }
.af-hinweis.nein { color: #b3261e; }

/* ---------- Fuss ---------- */
.fuss { position: relative; color: #efe7da; background: transparent; margin-top: clamp(30px, 5vw, 60px); }
.fuss-huegel { display: block; width: 100%; height: clamp(70px, 10vw, 160px); stroke: none; }
.fh1 { fill: #2b4a4f; }
.fh2 { fill: var(--nacht); }
.fuss-gitter, .fuss-unten { background: var(--nacht); }
.fuss-gitter { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; padding-block: 30px 50px; max-width: none; padding-inline: max(var(--rand), calc((100vw - var(--rahmen)) / 2)); }
.fuss-unten { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-block: 22px 30px; border-top: 1px solid rgba(239, 231, 218, .12); font-size: .82rem; color: rgba(239, 231, 218, .62); max-width: none; padding-inline: max(var(--rand), calc((100vw - var(--rahmen)) / 2)); }
.fuss-unten a { color: #fff; }
.marke-fuss { color: #fff; }
.fuss-claim { margin-top: 14px; color: rgba(239, 231, 218, .72); max-width: 30ch; }
.fuss address { font-style: normal; line-height: 1.8; }
.fuss-nav { display: flex; flex-direction: column; gap: 6px; }
.fuss-nav a { text-decoration: none; width: fit-content; }
.fuss-nav a:hover { color: var(--glut-hell); }

.mobil-anfrage { display: none; }

/* ---------- Anpassungen ---------- */
@media (max-width: 1080px) {
  .nav { display: none; }
  .uk-gitter { grid-template-columns: 1fr 1fr; }
  .uk-eigen { grid-column: 1 / -1; min-height: 0; padding-top: 90px; }
  .uk-eigen-icon { position: absolute; top: 30px; left: 28px; }
  .eg-liste { grid-template-columns: 1fr 1fr; }
  .eg-liste li:nth-child(3) { padding-left: 0; border-left: 0; }
  .eg-liste li:nth-child(n+3) { border-top: 1px solid var(--linie); }
  .gegend-gitter { grid-template-columns: 1fr; }
  .karte { position: relative; top: 0; order: -1; }
}

@media (max-width: 860px) {
  .schnell { grid-template-columns: 1fr 1fr; gap: 0; }
  .schnell-feld { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
  .schnell-feld:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, .16); }
  .schnell-gaeste { border-right: 0 !important; grid-column: 1 / -1; }
  .schnell .knopf { grid-column: 1 / -1; margin: 8px 0 0; }
  .hero-bu { display: none; }
  .zahlen-gitter { grid-template-columns: 1fr 1fr; row-gap: 26px; }
  .zahl:nth-child(3) { border-left: 0; padding-left: 0; }
  .tag-gitter { grid-template-columns: 1fr; gap: 0; }
  .tag-buehne { position: sticky; top: 64px; z-index: 5; margin-inline: calc(var(--rand) * -1); padding: 16px var(--rand) 6px; background: color-mix(in srgb, var(--bg) 88%, transparent); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: background-color 1.1s var(--ease); }
  .tag-buehne-innen { position: static; flex-direction: row; justify-content: center; gap: 18px; }
  .bogen { width: 170px; }
  .tag-uhr { margin-top: 0; font-size: 2.6rem; }
  .gg-gitter { grid-template-columns: 1fr; }
  .gg-portrait { max-width: 420px; }
  .gruende { grid-template-columns: 1fr; }
  .af-gitter { grid-template-columns: 1fr; }
  .fuss-gitter { grid-template-columns: 1fr 1fr; }
  .fuss-gitter > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .kopf-innen { height: 64px; gap: 10px; }
  .marke-text { font-size: 1rem; }
  .marke-zeichen { width: 28px; height: 28px; }
  .kopf-rechts .knopf-klein { display: none; }
  .hero { padding-bottom: 20px; }
  .hero-bild::after { background: linear-gradient(0deg, rgba(14, 22, 32, .92) 0%, rgba(14, 22, 32, .62) 55%, rgba(14, 22, 32, .2) 78%, rgba(14, 22, 32, .45) 100%); }
  .uk-gitter { grid-template-columns: 1fr; }
  .uk-karte { min-height: 480px; }
  .eg-liste { grid-template-columns: 1fr; }
  .eg-liste li, .eg-liste li + li { padding: 22px 0 12px; border-left: 0; }
  .eg-liste li + li { border-top: 1px solid var(--linie); }
  .af-zeile { grid-template-columns: 1fr; }
  .af-modus { display: flex; }
  .af-modus label { flex: 1; text-align: center; }
  .gg-klein { right: -4px; }
  .ort text { font-size: 34px; stroke-width: 8px; }
  .ort-daheim text { font-size: 42px; }
  .ort-pfeil text { display: none; }
  .ort circle { r: 10; }
  .see-namen text { font-size: 28px; }
  .see-namen text:last-child { transform: translate(748px, 770px) rotate(-26deg); }
  .weg { stroke-width: 4; }
  .weg.aktiv { stroke-width: 6; }
  .fuss-gitter { grid-template-columns: 1fr; }
  .mobil-anfrage {
    display: inline-flex; position: fixed; left: 50%; bottom: 16px; z-index: 40;
    transform: translate(-50%, 140%); transition: transform .6s var(--ease);
  }
  .mobil-anfrage.an { transform: translate(-50%, 0); }
  .mobil-anfrage.an:active { transform: translate(-50%, 0) scale(.97); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; transition-delay: 0s !important; scroll-behavior: auto !important; }
  .js .zeigen, .js .hero-lead, .js .schnell, .js .hero-gruss { opacity: 1 !important; transform: none !important; }
  .js .hero-titel .wort-i { transform: none !important; }
  .js .ort:not(.ort-daheim) { opacity: 1; }
  .uk-innen { transition: none; }
}
