/* Spreewaldhotels · Dachseite · Stylesheet (Schriften stehen in schriften.css)
   Farben und Schriften stehen oben als Variablen. Wer eine Farbe ändern will, ändert sie nur hier. */


:root {
  --creme: #f4f0e7;
  --sand: #eae4d8;
  --sand-dunkel: #ddd6c7;
  --nacht: #1c1d1f;
  --nacht-leiste: #1f211e;
  --gold: #ceb68a;          /* Gold auf dunklem Grund und Buttons */
  --gold-schrift: #9a7b45;  /* kursive Goldzeilen auf hellem Grund */
  --gold-kicker: #8c6f3c;   /* kleine Überzeilen auf hellem Grund */
  --text: #1c1d1f;
  --text-leise: #5f5b52;
  --hell: #f4f0e7;
  --hell-leise: rgba(244, 240, 231, .78);
  --salbei: #8ea58b;
  --linie: #d3c9b6;
  --rot: #b23a2c;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Jost", "Helvetica Neue", Arial, sans-serif;
  --breite: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--creme); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.7; font-weight: 400; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, p { margin: 0; }
button, input, select { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.container { width: min(var(--breite), calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--nacht); color: var(--hell); padding: 10px 16px; text-decoration: none; }
.skip:focus { top: 12px; }

/* Typografie */
.kicker { font-family: var(--sans); font-weight: 500; font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-kicker); margin-bottom: 18px; }
.kicker--hell { color: var(--hell-leise); }
.kicker--gold { color: var(--gold); }
.titel { font-family: var(--serif); font-weight: 500; font-size: clamp(2.3rem, 3.7vw, 3.3rem); line-height: 1.08; letter-spacing: -.005em; }
.titel em { font-style: italic; font-weight: 500; color: var(--gold-schrift); }
.titel--hell { color: var(--hell); }
.titel--klein { font-size: clamp(2rem, 3vw, 2.75rem); }
.titel--hell em { color: var(--gold); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--sans); font-weight: 500; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; padding: 15px 28px; border: 1px solid transparent; border-radius: 0; cursor: pointer; transition: background-color .2s, color .2s, border-color .2s; }
.btn--gold { background: var(--gold); color: var(--nacht); }
.btn--gold:hover { background: #dcc59b; }
.btn--rahmen { border-color: rgba(244, 240, 231, .85); color: var(--hell); background: transparent; padding: 11px 20px; font-size: 11px; }
.btn--rahmen:hover { background: rgba(244, 240, 231, .12); }
.btn--rahmen-gold { border-color: var(--gold); color: var(--hell); background: transparent; }
.btn--rahmen-gold:hover { background: rgba(206, 182, 138, .14); }

/* Kopfzeile */
.kopf { position: absolute; inset: 0 0 auto 0; z-index: 20; color: var(--hell); }
.kopf__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 30px; }
.marke { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: var(--serif); font-weight: 500; font-size: 27px; letter-spacing: .005em; }
.marke__blatt { width: 14px; height: 24px; color: var(--gold); flex: none; }
.nav { display: flex; gap: 38px; margin-left: 60px; }
.nav a { font-size: 12px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; text-decoration: none; color: var(--hell-leise); transition: color .2s; }
.nav a:hover { color: var(--hell); }
.entwurf { position: absolute; right: 0; top: 104px; background: var(--rot); color: #fff; font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; padding: 7px 14px; }

/* Hero */
.hero { position: relative; height: 880px; color: var(--hell); }
.hero__bild { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero__schleier { position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(18, 19, 17, .55) 0%, rgba(18, 19, 17, 0) 22%),
  linear-gradient(90deg, rgba(18, 19, 17, .72) 0%, rgba(18, 19, 17, .5) 42%, rgba(18, 19, 17, .28) 100%); }
.hero__inhalt { position: relative; padding-top: 350px; }
.hero__titel { font-family: var(--serif); font-weight: 500; font-size: clamp(3.2rem, 7vw, 6.4rem); line-height: .98; letter-spacing: -.01em; margin-bottom: 30px; }
.hero__titel em { font-style: italic; font-weight: 500; color: var(--gold); display: inline-block; margin-top: .06em; }
.hero__text { max-width: 520px; font-size: 17px; line-height: 1.65; color: var(--hell-leise); }

/* Buchungsleiste */
.buchung { position: absolute; left: 50%; bottom: -34px; transform: translateX(-50%); z-index: 5; display: grid; grid-template-columns: 1.35fr 1fr 1fr .85fr 1.35fr; background: var(--nacht-leiste); box-shadow: 0 24px 50px -18px rgba(0, 0, 0, .45); }
.feld { position: relative; display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 18px 24px; border-right: 1px solid rgba(244, 240, 231, .09); cursor: pointer; min-height: 94px; }
.feld__label { font-size: 10px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); }
.feld__wert { font-size: 16px; color: var(--hell); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.feld__wert.ist-leer { color: rgba(244, 240, 231, .55); }
.feld select { appearance: none; -webkit-appearance: none; background: transparent; border: 0; padding: 0; font-size: 16px; color: var(--hell); cursor: pointer; width: 100%; }
.feld select option { color: var(--text); }
.feld input[type="date"] { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; cursor: pointer; border: 0; padding: 0; }
.feld:hover { background: rgba(244, 240, 231, .03); }
.buchung__los { margin: 14px; padding: 16px 20px; }

/* Ergebnis "Alle Häuser" */
.ergebnis { padding-top: 70px; }
.ergebnis__kopf { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; flex-wrap: wrap; margin-bottom: 18px; }
.ergebnis__titel { font-family: var(--serif); font-size: 30px; font-weight: 500; }
.ergebnis__zeitraum { color: var(--text-leise); font-size: 15px; margin: -6px 0 18px; }
.ergebnis__zu { background: none; border: 0; cursor: pointer; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-kicker); text-decoration: underline; text-underline-offset: 5px; }
.ergebnis__liste { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--linie); }
.ergebnis__liste li { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--linie); }
.ergebnis__name { font-family: var(--serif); font-size: 24px; font-weight: 600; line-height: 1.2; }
.ergebnis__zeile { display: block; font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-kicker); margin-top: 4px; }
.ergebnis__haus { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid var(--linie); padding-bottom: 3px; }
.ergebnis__hinweis { font-size: 14px; color: var(--text-leise); margin-top: 14px; }

/* Willkommen */
.willkommen { padding: 150px 0 72px; }
.willkommen__raster { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.willkommen__text { padding-top: 30px; color: var(--text-leise); font-size: 16px; line-height: 1.75; max-width: 540px; }
.trenner { display: flex; align-items: center; gap: 16px; margin-top: 30px; width: 190px; color: #b9ac92; }
.trenner span { flex: 1; height: 1px; background: #cfc4ae; }
.trenner svg { width: 10px; height: 17px; }

/* Häuser */
.haeuser { padding-bottom: 130px; }
.haeuser__raster { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.karte { position: relative; overflow: hidden; background: var(--nacht); color: var(--hell); display: flex; flex-direction: column; justify-content: flex-end; min-height: 460px; isolation: isolate; }
.karte--gross { grid-column: span 3; aspect-ratio: 569 / 597; }
.karte--klein { grid-column: span 2; aspect-ratio: 372 / 513; }
.karte__bild { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .8s ease; }
.karte::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(20, 20, 18, 0) 38%, rgba(20, 20, 18, .55) 62%, rgba(20, 20, 18, .9) 100%); }
.karte:hover .karte__bild { transform: scale(1.03); }
.karte__bild--leineweber { object-position: 64% 50%; }
.karte__inhalt { padding: 0 30px 28px; }
.karte__logo { filter: brightness(0) invert(1); width: auto; margin-bottom: 20px; }
.karte__logo--waldhotel-eiche { height: 56px; }
.karte__logo--leineweber { height: 60px; filter: none; }
.karte__logo--kolonieschaenke { height: 62px; }
.karte__logo--louisenhof { height: 44px; }
.karte__logo--spreewaldperle { height: 34px; }
.karte__zeile { font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.karte__text { font-size: 15px; line-height: 1.6; color: rgba(244, 240, 231, .9); max-width: 470px; }
.karte__link { display: inline-block; margin-top: 22px; font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; text-decoration: none; padding-bottom: 5px; border-bottom: 1px solid rgba(244, 240, 231, .6); }
.karte__link:hover { border-color: var(--gold); color: var(--gold); }

/* Welches Haus passt zu dir? */
.wahl { background: var(--sand); padding: 125px 0; }
.wahl__raster { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; max-width: 440px; }
.chip { border: 1px solid #cbbea4; background: transparent; border-radius: 999px; padding: 10px 20px; font-size: 14px; line-height: 1.3; cursor: pointer; color: var(--text); transition: background-color .2s, color .2s, border-color .2s; }
.chip:hover { border-color: var(--text); }
.chip[aria-pressed="true"] { background: var(--nacht); border-color: var(--nacht); color: var(--hell); }
.wahl__hinweis { margin-top: 22px; font-size: 14px; color: var(--text-leise); min-height: 24px; }
.tabelle { width: 100%; border-collapse: collapse; }
.tabelle th, .tabelle td { padding: 0 8px; }
.tabelle thead th { font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: #6f6a5f; text-align: center; line-height: 1.5; padding-bottom: 16px; border-bottom: 1px solid var(--linie); vertical-align: bottom; }
.tabelle thead th:first-child { text-align: left; padding-left: 6px; }
.tabelle tbody tr { height: 70px; border-bottom: 1px solid var(--linie); transition: background-color .25s, opacity .25s; }
.tabelle tbody th { text-align: left; font-family: var(--serif); font-weight: 600; font-size: 22px; padding-left: 6px; white-space: nowrap; }
.tabelle tbody th a { text-decoration: none; }
.tabelle tbody th a:hover { color: var(--gold-schrift); }
.tabelle td { text-align: center; }
.punkt { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--salbei); }
.offen { font-family: var(--serif); font-size: 18px; color: #b7aa90; }
.nein { display: inline-block; width: 10px; height: 1px; background: #b7aa90; vertical-align: middle; }
.tabelle tbody tr.ist-treffer { background: var(--sand-dunkel); }
.tabelle tbody tr.ist-gedimmt { opacity: .38; }

/* Raus aus dem Takt */
.takt { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; background: var(--nacht); }
.takt__bild img { width: 100%; height: 100%; object-fit: cover; }
.takt__inhalt { padding: 100px 80px 100px 72px; display: flex; flex-direction: column; justify-content: center; }
.takt__welle { width: 240px; height: 40px; margin: 34px 0 30px; color: var(--gold); }
.takt__text { color: var(--hell-leise); font-size: 16px; line-height: 1.75; max-width: 460px; margin-bottom: 38px; }
.takt__knoepfe { display: flex; flex-wrap: wrap; gap: 14px; }
.erlebnis-raster { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 26px; }
.erlebnis { background: #fff; padding: 30px 28px 28px; display: flex; flex-direction: column; gap: 12px; border-top: 3px solid var(--gold); }
.erlebnis h3 { font-family: var(--serif); font-weight: 600; font-size: 25px; line-height: 1.2; }
.erlebnis p { color: var(--text-leise); font-size: 15px; line-height: 1.7; }
.erlebnis .btn, .erlebnis .textlink { margin-top: auto; align-self: flex-start; }
.textlink { font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid var(--linie); padding-bottom: 3px; }
.textlink:hover { border-color: var(--gold-schrift); }
.seite__einleitung { color: var(--text-leise); max-width: 640px; }
.termine { list-style: none; margin: 26px 0 0; padding: 0; border-top: 1px solid var(--linie); max-width: 900px; }
.termine li { display: grid; grid-template-columns: 190px 1fr auto; gap: 22px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid var(--linie); }
.termin__datum { font-weight: 500; font-size: 15px; }
.termin__zeit { display: block; font-size: 13px; color: var(--text-leise); }
.termin__titel { font-family: var(--serif); font-weight: 600; font-size: 22px; line-height: 1.25; }
.termin__ort { display: block; font-size: 14px; color: var(--text-leise); margin-top: 2px; }
.termine__leer { color: var(--text-leise); padding: 18px 0; }
.quelle { font-size: 14px; color: var(--text-leise); margin-top: 18px; }

/* Gutscheine */
.gutschein { padding: 118px 0 120px; text-align: center; }
.gutschein__inhalt { display: flex; flex-direction: column; align-items: center; }
.gutschein__text { color: var(--text-leise); margin: 22px 0 34px; }

/* Fußzeile */
.fuss { background: var(--nacht); color: var(--hell-leise); padding: 78px 0 34px; font-size: 14px; }
.fuss__raster { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1fr; gap: 40px; }
.fuss .marke { color: var(--hell); font-size: 26px; }
.fuss__marke p { margin-top: 18px; max-width: 280px; line-height: 1.7; }
.fuss__titel { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.fuss ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.fuss a { text-decoration: none; transition: color .2s; }
.fuss a:hover { color: var(--hell); }
.fuss__unten { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 70px; padding-top: 24px; border-top: 1px solid rgba(244, 240, 231, .1); font-size: 12px; color: rgba(244, 240, 231, .5); }

/* Dialog und Hinweis */
.dialog { border: 0; padding: 40px 44px 36px; width: min(560px, calc(100% - 32px)); background: var(--creme); color: var(--text); }
.dialog::backdrop { background: rgba(18, 19, 17, .6); }
.dialog__titel { font-family: var(--serif); font-size: 32px; font-weight: 500; line-height: 1.15; margin-bottom: 8px; }
.dialog__text { color: var(--text-leise); font-size: 15px; margin-bottom: 18px; }
.dialog__liste { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--linie); }
.dialog__liste li { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--linie); }
.dialog__liste strong { font-family: var(--serif); font-size: 21px; font-weight: 600; }
.dialog__liste a { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid var(--linie); padding-bottom: 3px; white-space: nowrap; }
.dialog__zu { position: absolute; top: 12px; right: 16px; background: none; border: 0; font-size: 28px; line-height: 1; cursor: pointer; color: var(--text-leise); }
.hinweis { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 20px); background: var(--nacht); color: var(--hell); padding: 14px 22px; font-size: 14px; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; z-index: 50; }
.hinweis.ist-sichtbar { opacity: 1; transform: translate(-50%, 0); }

/* Unterseiten */
.seitenkopf { background: var(--nacht); color: var(--hell); padding: 190px 0 90px; }
.seitenkopf .titel em { color: var(--gold); }
.seite { padding: 90px 0 110px; }
.seite h2 { font-family: var(--serif); font-weight: 500; font-size: 34px; margin: 0 0 14px; }
.seite section + section { margin-top: 70px; }
.rechtstext { max-width: 760px; }
.rechtstext h2 { font-size: 26px; margin: 34px 0 8px; }
.rechtstext h2:first-child { margin-top: 0; }
.rechtstext p { color: var(--text-leise); }
.rechtstext p + p { margin-top: 10px; }
.rechtstext .widerspruch { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-top: 16px; color: var(--text); }
.rechtstext .widerspruch .btn[hidden] { display: none; }
.platzhalter { border: 1px dashed #bfb39b; padding: 22px 24px; color: var(--text-leise); background: rgba(255, 255, 255, .35); max-width: 760px; }
.platzhalter + .platzhalter { margin-top: 12px; }

/* Tablet */
@media (max-width: 1100px) {
  .nav { gap: 24px; margin-left: 0; }
  .buchung { grid-template-columns: 1.2fr 1fr 1fr 1fr; }
  .buchung__los { grid-column: 1 / -1; margin: 0 14px 14px; }
  .hero { height: 860px; }
  .hero__inhalt { padding-top: 250px; }
  .buchung { bottom: -110px; }
  .willkommen { padding-top: 200px; }
  .wahl__raster { grid-template-columns: 1fr; gap: 50px; }
  .takt__inhalt { padding: 80px 48px; }
  .erlebnis-raster { grid-template-columns: 1fr 1fr; }
}

/* Smartphone */
@media (max-width: 760px) {
  .karte__logo--waldhotel-eiche { height: 48px; }
  .karte__logo--leineweber { height: 52px; }
  .karte__logo--kolonieschaenke { height: 54px; }
  .karte__logo--louisenhof { height: 38px; }
  .karte__logo--spreewaldperle { height: 30px; }
  .container { width: calc(100% - 32px); }
  .nav, .kopf__buchen { display: none; }
  .kopf__inner { padding-top: 22px; }
  .marke { font-size: 23px; }
  .entwurf { top: 72px; right: 16px; font-size: 9px; padding: 6px 10px; }
  .hero { height: auto; min-height: 700px; display: flex; flex-direction: column; }
  .hero__bild { height: calc(100% - 250px); }
  .hero__schleier { bottom: 250px; }
  .hero__inhalt { padding-top: 250px; padding-bottom: 110px; }
  .hero__titel { font-size: 3.1rem; margin-bottom: 22px; }
  .hero__text { font-size: 16px; }
  .buchung { position: relative; left: auto; bottom: auto; transform: none; margin: -60px auto 0; grid-template-columns: 1fr 1fr; width: calc(100% - 32px); }
  .feld { min-height: 74px; padding: 14px 18px; border-right: 0; border-bottom: 1px solid rgba(244, 240, 231, .09); }
  .feld--haus { grid-column: 1 / -1; }
  .feld--anreise { border-right: 1px solid rgba(244, 240, 231, .09); }
  .feld--gaeste { grid-column: 1 / 2; border-bottom: 0; }
  .buchung__los { grid-column: 1 / -1; margin: 12px 14px 14px; }
  .ergebnis { padding-top: 44px; }
  .ergebnis__liste li { grid-template-columns: 1fr; gap: 10px; }
  .willkommen { padding: 70px 0 44px; }
  .willkommen__raster { grid-template-columns: 1fr; gap: 16px; }
  .willkommen__text { justify-self: start; padding-top: 0; }
  .haeuser { padding-bottom: 80px; }
  .haeuser__raster { grid-template-columns: 1fr; gap: 16px; }
  .karte--gross, .karte--klein { grid-column: auto; aspect-ratio: 358 / 440; min-height: 0; }
  .karte__inhalt { padding: 0 22px 22px; }
  .karte::after { background: linear-gradient(180deg, rgba(20, 20, 18, 0) 16%, rgba(20, 20, 18, .62) 44%, rgba(20, 20, 18, .92) 100%); }
  .karte__bild--leineweber { object-position: 54% 50%; }
  .wahl { padding: 80px 0; }
  .tabelle thead th { font-size: 9px; letter-spacing: .12em; padding-bottom: 12px; }
  .tabelle tbody tr { height: 58px; }
  .tabelle tbody th { font-size: 17px; white-space: normal; line-height: 1.15; }
  .takt { grid-template-columns: 1fr; }
  .takt__bild img { height: 320px; }
  .takt__inhalt { padding: 60px 24px 70px; }
  .gutschein { padding: 80px 0; }
  .fuss__raster { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .fuss__marke { grid-column: 1 / -1; }
  .seitenkopf { padding: 140px 0 60px; }
  .dialog { padding: 34px 22px 26px; }
  .dialog__liste li { flex-direction: column; align-items: flex-start; gap: 6px; }
  .erlebnis-raster { grid-template-columns: 1fr; }
  .termine li { grid-template-columns: 1fr; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
