/* ==========================================================================
   Villa Ullassa — villaullassakohphangan.com
   Farben, Masse und Typografie 1:1 aus dem Claude-Design-Prototyp
   ("Villa Ullassa.dc.html"), hier nur aus Inline-Styles in echte Klassen
   ueberfuehrt.
   ========================================================================== */

:root {
  --sand:        #f5ead8;  /* Seitenhintergrund */
  --sand-deep:   #ebddc5;  /* abgesetzte Baender */
  --paper:       #f9f4ed;  /* Karten auf Sand */
  --ink:         #201e1d;
  --ink-2:       #474238;
  --ink-3:       #645c50;
  --ink-4:       #82796a;
  --ink-5:       #a19786;
  --line:        #dcd3c4;
  --forest:      #272e1b;  /* dunkle Sektionen */
  --forest-2:    #3d472b;
  --moss:        #56633f;
  --moss-light:  #aebf92;
  --moss-mid:    #8fa073;
  --clay:        #c67139;  /* Primaeraktion */
  --clay-dark:   #b2622d;
  --clay-deep:   #8c491a;  /* Links, Eyebrows */
  --apricot:     #f6a06b;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
  --radius: 28px;
  --gutter: clamp(18px, 4vw, 56px);
  --wrap: 1360px;
  --section-y: clamp(76px, 12vh, 152px);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: rgba(198, 113, 57, .28); }
:focus { outline: none; }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }

a { color: var(--clay-deep); text-decoration: none; text-underline-offset: 4px; }
a:hover { color: var(--clay); text-decoration: underline; }
/* height:auto ist Pflicht, sonst nimmt ein noch nicht geladenes Bild die Hoehe
   aus seinem height-Attribut (z. B. 1000px) statt dem Seitenverhaeltnis. */
img { display: block; max-width: 100%; height: auto; }
p { margin: 0; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 300; margin: 0; letter-spacing: -.015em; }
button { font-family: inherit; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* Skip-Link */
.skip {
  position: absolute; inset-inline-start: 12px; top: -60px; z-index: 100;
  background: var(--paper); color: var(--ink); padding: 12px 20px;
  border-radius: 999px; font-size: 14px; font-weight: 600; transition: top .2s ease;
}
.skip:focus { top: 12px; text-decoration: none; }

/* ---------- Typo-Bausteine ---------- */

.eyebrow {
  font-size: 11.5px; font-weight: 600; letter-spacing: .24em;
  text-transform: uppercase; color: var(--clay-deep);
}
.eyebrow--light { color: var(--moss-light); }
.eyebrow--pale { color: rgba(249, 244, 237, .82); }

.h-xl { font-size: clamp(40px, 7.2vw, 104px); line-height: 1.03; font-weight: 200; letter-spacing: -.022em; text-wrap: balance; }
.h-lg { font-size: clamp(30px, 4.6vw, 62px); line-height: 1.1;  font-weight: 200; text-wrap: balance; }
.h-md { font-size: clamp(28px, 3.8vw, 52px); line-height: 1.12; font-weight: 200; text-wrap: balance; }
.h-sm { font-size: clamp(26px, 3.2vw, 44px); line-height: 1.14; font-weight: 200; }

.lead { font-size: clamp(16px, 1.25vw, 18.5px); line-height: 1.72; color: var(--ink-2); text-wrap: pretty; }
.lead--tight { font-size: 16.5px; line-height: 1.72; color: var(--ink-2); text-wrap: pretty; }
.lead--muted { color: var(--ink-3); font-size: 16px; line-height: 1.7; }
.lead--onDark { color: rgba(249, 244, 237, .72); }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border: 0; border-radius: 999px; cursor: pointer;
  font-family: inherit; font-weight: 600; text-decoration: none;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
  white-space: nowrap;
}
.btn:hover { text-decoration: none; }

.btn--primary { background: var(--clay); color: var(--paper); font-size: 14.5px; padding: 16px 32px; }
.btn--primary:hover { background: var(--clay-dark); color: var(--paper); }
.btn--primary-sm { background: var(--clay); color: var(--paper); font-size: 13px; padding: 11px 22px; letter-spacing: .02em; }
.btn--primary-sm:hover { background: var(--clay-dark); color: var(--paper); }

.btn--ghostLight { border: 1px solid rgba(249, 244, 237, .5); color: var(--paper); font-size: 14.5px; font-weight: 500; padding: 16px 30px; backdrop-filter: blur(6px); }
.btn--ghostLight:hover { background: rgba(249, 244, 237, .14); color: var(--paper); }

.btn--outlineLight { border: 1px solid rgba(249, 244, 237, .4); color: var(--paper); font-size: 14.5px; font-weight: 500; padding: 15px 26px; }
.btn--outlineLight:hover { background: rgba(249, 244, 237, .12); color: var(--paper); }

.btn--outlineDark { border: 1px solid rgba(32, 30, 29, .22); color: var(--ink); font-size: 14.5px; padding: 15px 28px; }
.btn--outlineDark:hover { background: rgba(32, 30, 29, .06); color: var(--ink); }

.btn--quiet { border: 1px solid rgba(32, 30, 29, .18); background: transparent; color: var(--ink); font-size: 14px; font-weight: 500; padding: 14px 30px; }
.btn--quiet:hover { background: rgba(32, 30, 29, .05); }

/* ---------- Kopfzeile ---------- */

.site-head {
  position: fixed; inset-inline: 0; top: 0; z-index: 60;
  transition: background .5s ease, box-shadow .5s ease, backdrop-filter .5s ease;
}
/* Weicher Schleier, damit die hellen Navigationslinks auch ueber einem
   hellen Himmel im Hero lesbar bleiben. Verschwindet, sobald die Leiste
   ihren eigenen Hintergrund bekommt. */
.site-head::before {
  content: ""; position: absolute; inset: 0 0 auto; height: 148px;
  background: linear-gradient(180deg, rgba(32, 30, 29, .42), rgba(32, 30, 29, 0));
  pointer-events: none; transition: opacity .5s ease;
}
.site-head.is-scrolled::before { opacity: 0; }
.site-head .nav { position: relative; }

.site-head.is-scrolled {
  background: rgba(245, 234, 216, .9);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(32, 30, 29, .08);
}
.nav {
  max-width: var(--wrap); margin: 0 auto;
  padding: 20px var(--gutter);
  display: flex; align-items: center; gap: clamp(16px, 3vw, 44px);
}
.brand {
  font-family: var(--serif); font-size: 19px; font-weight: 400;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--paper); flex: none; transition: color .5s ease;
}
.brand:hover { color: var(--paper); text-decoration: none; }
.is-scrolled .brand { color: var(--ink); }

.nav-links {
  display: flex; align-items: center; gap: clamp(14px, 2vw, 30px);
  margin-inline-start: auto;
  font-size: 13.5px; font-weight: 500; letter-spacing: .02em;
  color: rgba(249, 244, 237, .9); transition: color .5s ease;
}
.is-scrolled .nav-links { color: rgba(32, 30, 29, .78); }
.nav-links a { color: inherit; padding: 4px 0; transition: opacity .25s ease; }
.nav-links a:hover { color: inherit; opacity: .6; text-decoration: none; }

.lang { position: relative; flex: none; }
.lang-btn {
  display: flex; align-items: center; gap: 7px;
  background: transparent; border: 1px solid rgba(249, 244, 237, .42);
  color: rgba(249, 244, 237, .95);
  font-size: 12px; font-weight: 600; letter-spacing: .1em;
  padding: 8px 13px; border-radius: 999px; cursor: pointer;
  transition: border-color .5s ease, color .5s ease, background .25s ease;
}
.lang-btn:hover { background: rgba(249, 244, 237, .14); }
.is-scrolled .lang-btn { color: var(--ink); border-color: rgba(32, 30, 29, .2); }
.is-scrolled .lang-btn:hover { background: rgba(32, 30, 29, .06); }
.lang-caret { font-size: 8px; opacity: .7; }

.lang-menu {
  position: absolute; top: calc(100% + 10px); inset-inline-end: 0;
  list-style: none; margin: 0; padding: 8px;
  background: var(--paper); border-radius: 20px;
  box-shadow: 0 12px 32px rgba(46, 43, 37, .22);
  min-width: 172px; z-index: 70;
}
.lang-menu[hidden] { display: none; }
.lang-menu button {
  display: flex; width: 100%; justify-content: space-between; gap: 10px;
  background: transparent; border: 0; font-size: 13.5px; color: var(--ink);
  padding: 9px 12px; border-radius: 999px; cursor: pointer; text-align: start;
}
.lang-menu button:hover { background: var(--sand-deep); }
.lang-menu button[aria-current="true"] { background: var(--sand-deep); font-weight: 600; }
.lang-menu span { opacity: .4; font-size: 11px; letter-spacing: .08em; }

/* Burger — nur mobil */
.burger {
  display: none; flex: none;
  width: 42px; height: 42px; border-radius: 999px;
  border: 1px solid rgba(249, 244, 237, .42); background: transparent;
  cursor: pointer; padding: 0; place-items: center;
  transition: border-color .5s ease, background .25s ease;
}
.is-scrolled .burger { border-color: rgba(32, 30, 29, .2); }
.burger span {
  display: block; width: 17px; height: 1.5px; border-radius: 2px;
  background: var(--paper); margin: 3.5px auto; transition: background .5s ease, transform .3s ease, opacity .2s ease;
}
.is-scrolled .burger span { background: var(--ink); }
/* Abstand der Balkenmitten: 1.5px Hoehe + 2 x 3.5px Rand = 8.5px. */
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8.5px) rotate(-45deg); }

@media (max-width: 900px) {
  .burger { display: grid; margin-inline-start: auto; }
  .nav { gap: 12px; }
  /* Das Overlay liegt im Stacking-Kontext der Kopfzeile — Marke, Burger und
     Sprachwahl muessen darum ausdruecklich darueber bleiben. */
  .brand, .burger, .lang { position: relative; z-index: 61; }
  .nav-links {
    position: fixed; inset: 0 0 auto; top: 0;
    flex-direction: column; align-items: stretch; justify-content: center;
    gap: 6px; margin: 0; padding: 96px var(--gutter) 40px;
    height: 100svh; background: var(--sand);
    color: var(--ink); font-size: 22px; font-family: var(--serif); font-weight: 300;
    transform: translateY(-100%); transition: transform .45s cubic-bezier(.2, .7, .2, 1);
    z-index: 59; overflow-y: auto;
  }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid rgba(32, 30, 29, .1); }
  .nav-links.is-open { transform: none; }
  body.nav-open { overflow: hidden; }
  .nav .btn--primary-sm { display: none; }

  /* Bei offenem Menue steht die Kopfzeile auf Sand, nicht mehr auf dem Foto. */
  body.nav-open .site-head::before { opacity: 0; }
  body.nav-open .brand { color: var(--ink); }
  body.nav-open .burger { border-color: rgba(32, 30, 29, .2); }
  body.nav-open .burger span { background: var(--ink); }
  body.nav-open .lang-btn { color: var(--ink); border-color: rgba(32, 30, 29, .2); }
}

/* ---------- Hero ---------- */

.hero {
  position: relative; height: 100svh; min-height: 620px;
  display: flex; align-items: flex-end; overflow: hidden; background: var(--forest);
}
.hero-media, .hero-media img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero-media img { animation: ull-drift 34s ease-in-out infinite alternate; }
.hero::after, .hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; }
.hero::before { background: linear-gradient(180deg, rgba(39,46,27,.52) 0%, rgba(39,46,27,.1) 30%, rgba(32,30,29,.42) 62%, rgba(32,30,29,.86) 100%); z-index: 1; }
.hero::after  { background: radial-gradient(120% 88% at 8% 108%, rgba(32,30,29,.66) 0%, rgba(32,30,29,.3) 42%, rgba(32,30,29,0) 72%); z-index: 1; }
.hero-body {
  position: relative; z-index: 2; width: 100%; max-width: var(--wrap);
  margin: 0 auto; padding: 0 var(--gutter) clamp(52px, 9vh, 104px);
}
.hero-body .eyebrow { margin-bottom: clamp(18px, 3vh, 30px); }
.hero-title { color: var(--paper); max-width: 15em; }
.hero-sub {
  margin-top: clamp(18px, 3vh, 30px); max-width: 44ch;
  font-size: clamp(15.5px, 1.3vw, 18.5px); line-height: 1.65;
  color: rgba(249, 244, 237, .86); text-wrap: pretty;
}
.hero-actions { margin-top: clamp(26px, 4vh, 42px); display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero-hint {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 2;
  width: 1px; height: 34px;
  background: linear-gradient(180deg, rgba(249,244,237,0), rgba(249,244,237,.8));
  animation: ull-hint 3.4s ease-in-out infinite;
}

@keyframes ull-drift { from { transform: scale(1.06) translate3d(0,0,0); } to { transform: scale(1.14) translate3d(0,-1.4%,0); } }
@keyframes ull-pulse { 0%,100% { opacity: .35; transform: scale(1); } 50% { opacity: .9; transform: scale(1.35); } }
@keyframes ull-hint  { 0%,100% { transform: translateY(0); opacity: .55; } 50% { transform: translateY(7px); opacity: 1; } }

/* ---------- Eckdatenband ---------- */

.facts { background: var(--sand-deep); border-bottom: 1px solid rgba(32, 30, 29, .07); }
.facts ul {
  max-width: var(--wrap); margin: 0 auto;
  padding: clamp(20px, 3vw, 30px) var(--gutter);
  list-style: none; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  gap: clamp(14px, 2.4vw, 34px);
}
.fact-k { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-4); }
.fact-v { font-family: var(--serif); font-size: 26px; font-weight: 300; margin-top: 4px; }
.fact-v span { font-size: 14px; color: var(--ink-3); font-family: var(--sans); }
.fact--price .fact-v { color: var(--clay-deep); }
.fact-note { margin-top: 2px; font-size: 12px; color: var(--ink-4); letter-spacing: .01em; }
[hidden] { display: none !important; }

/* ---------- Villa ---------- */

.measure { max-width: 820px; }
.villa-heading h2 { margin-top: clamp(16px, 2.4vh, 26px); }
.villa-heading p { margin-top: clamp(18px, 2.6vh, 28px); max-width: 62ch; }

.figure-pair {
  margin-top: clamp(38px, 6vh, 72px); display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
  gap: clamp(14px, 2vw, 26px);
}
.figure-pair figure { margin: 0; }
.figure-pair img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--radius); filter: saturate(.88) contrast(.97) brightness(1.03);
}
.figure-pair figcaption { margin-top: 12px; font-size: 12.5px; color: var(--ink-3); }

.usp-grid {
  margin-top: clamp(34px, 5vh, 60px); display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: clamp(20px, 3vw, 44px);
}
.usp-grid h3 { font-size: 20px; font-weight: 400; color: var(--moss); }
.usp-grid p { margin-top: 8px; font-size: 14.5px; line-height: 1.7; color: var(--ink-3); }

/* ---------- Luftbild-Band ---------- */

.band { position: relative; height: clamp(320px, 62vh, 640px); overflow: hidden; }
.band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(39,46,27,.58), rgba(39,46,27,0) 62%);
}
.band-quote {
  position: absolute; bottom: clamp(24px, 5vh, 54px); inset-inline: 0; z-index: 2;
  max-width: var(--wrap); margin: 0 auto; padding-inline: var(--gutter);
  font-family: var(--serif); font-size: clamp(19px, 2.4vw, 34px);
  font-weight: 200; font-style: italic; line-height: 1.32;
  color: var(--paper); text-wrap: balance;
}
.band-quote span { display: block; max-width: 24ch; }

/* ---------- Wellbeing ---------- */

.tone { background: var(--sand-deep); }
.tone--dark { background: var(--forest); color: var(--paper); }
.tone--dark h2, .tone--dark h3 { color: var(--paper); }

.split {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
  gap: clamp(28px, 4vw, 72px); align-items: center;
}
.split h2 { margin-top: clamp(16px, 2.4vh, 26px); }
.split .lead--tight { margin-top: 20px; max-width: 52ch; }
.split figure { margin: 0; }
.split figure img {
  width: 100%; aspect-ratio: 5 / 4; object-fit: cover;
  border-radius: var(--radius); filter: saturate(.88) contrast(.97) brightness(1.03);
}

.tags { margin: 26px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 9px; }
.tags li {
  font-size: 12.5px; font-weight: 500; color: var(--moss);
  background: rgba(122, 138, 94, .16); padding: 8px 16px; border-radius: 999px;
}

/* ---------- Ausstattung & Leistungen ---------- */

.amen-grid {
  margin-top: clamp(28px, 4vh, 52px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: clamp(24px, 3.4vw, 56px);
}
.amen-col h3 {
  font-size: 20px; font-weight: 400; color: var(--moss);
  padding-bottom: 12px; border-bottom: 1px solid rgba(32, 30, 29, .12);
}
.amen-col > p {
  margin-top: 10px; font-size: 13px; line-height: 1.6; color: var(--ink-4);
}
.amen-col ul {
  margin: 16px 0 0; padding: 0; list-style: none;
  display: grid; gap: 9px; font-size: 14.5px; line-height: 1.55; color: var(--ink-2);
}
.amen-col li { display: flex; gap: 11px; align-items: baseline; }
.amen-col li::before {
  content: ""; flex: none; width: 5px; height: 5px; border-radius: 999px;
  background: var(--clay); opacity: .55; transform: translateY(-2px);
}

/* ---------- Galerie ---------- */

.gallery-head {
  display: flex; flex-wrap: wrap; gap: 20px;
  align-items: flex-end; justify-content: space-between;
}
.gallery-head h2 { margin-top: 16px; }
.gallery-head .lead--muted { margin-top: 16px; max-width: 54ch; text-wrap: pretty; }
.gallery-note { font-size: 12.5px; color: var(--ink-4); letter-spacing: .04em; }

.masonry {
  margin-top: clamp(28px, 4vh, 52px);
  columns: 3 300px; column-gap: clamp(12px, 1.6vw, 20px);
}
.shot {
  display: block; width: 100%; margin: 0 0 clamp(12px, 1.6vw, 20px);
  padding: 0; border: 0; background: none; cursor: zoom-in;
  break-inside: avoid; border-radius: var(--radius); overflow: hidden;
}
.shot img {
  width: 100%; filter: saturate(.88) contrast(.97) brightness(1.03);
  transition: transform .9s cubic-bezier(.2, .7, .2, 1);
  background: var(--sand-deep);
}
.shot:hover img { transform: scale(1.035); }
.shot.is-hidden { display: none; }
.gallery-more { margin-top: clamp(20px, 3vh, 34px); display: flex; justify-content: center; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(32, 30, 29, .94);
  display: flex; align-items: center; justify-content: center;
  padding: clamp(16px, 4vw, 56px);
}
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 100%; max-height: 100%; border-radius: 20px; object-fit: contain; }
.lightbox-btn {
  position: absolute; width: 44px; height: 44px; border-radius: 999px;
  border: 1px solid rgba(249, 244, 237, .35); background: rgba(32, 30, 29, .35);
  color: var(--paper); font-size: 19px; cursor: pointer; display: grid; place-items: center;
  transition: background .25s ease;
}
.lightbox-btn:hover { background: rgba(249, 244, 237, .18); }
.lightbox-close { top: 22px; inset-inline-end: 22px; }
.lightbox-prev { top: 50%; inset-inline-start: 16px; transform: translateY(-50%); }
.lightbox-next { top: 50%; inset-inline-end: 16px; transform: translateY(-50%); }
.lightbox-count {
  position: absolute; bottom: 20px; inset-inline: 0; text-align: center;
  font-size: 12.5px; letter-spacing: .1em; color: rgba(249, 244, 237, .6);
}

/* ---------- Lage ---------- */

.loc-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  gap: clamp(28px, 4vw, 64px); align-items: start;
}
.loc-grid h2 { margin-top: 16px; }
.loc-grid .lead--tight { margin-top: 16px; max-width: 48ch; }
.loc-list { margin: clamp(24px, 4vh, 40px) 0 0; display: grid; gap: 0; }
.loc-list > div {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 15px 0; border-top: 1px solid rgba(32, 30, 29, .12);
}
.loc-list > div:last-child { border-bottom: 1px solid rgba(32, 30, 29, .12); }
.loc-list dt { font-size: 15.5px; }
.loc-list dd { margin: 0; font-size: 15.5px; color: var(--clay-deep); white-space: nowrap; }
.map-frame {
  border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 12px 32px rgba(46, 43, 37, .14); background: var(--sand-deep);
}
.map-frame iframe { width: 100%; height: clamp(340px, 54vh, 520px); border: 0; display: block; }

/* ---------- Insel-Karten ---------- */

.cards {
  margin-top: clamp(28px, 4vh, 52px); display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 272px), 1fr));
  gap: clamp(14px, 2vw, 24px);
}
.card { background: var(--paper); border-radius: var(--radius); overflow: hidden; }
.card img {
  width: 100%; aspect-ratio: 3 / 2; object-fit: cover;
  filter: saturate(.88) contrast(.97) brightness(1.03);
}
.card-body { padding: 22px 24px 26px; }
.card-kicker { font-size: 10.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-4); }
.card h3 { margin-top: 9px; font-size: 22px; font-weight: 400; }
.card p:last-child { margin-top: 9px; font-size: 14.5px; line-height: 1.68; color: var(--ink-3); }

/* ---------- Bald verfuegbar ---------- */

.soon { background: var(--forest); color: rgba(249, 244, 237, .72); }
.soon .eyebrow { color: var(--moss-light); }
.soon h2 { color: var(--paper); margin-top: 16px; }
.soon-list {
  margin: clamp(28px, 4vh, 44px) 0 0; padding: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: clamp(18px, 2.6vw, 34px);
}
.soon-list h3 { font-size: 20px; font-weight: 400; color: var(--paper); }
.soon-list p { margin-top: 9px; font-size: 14.5px; line-height: 1.7; color: rgba(249, 244, 237, .62); }
.pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--forest); background: var(--moss-light);
  padding: 5px 12px; border-radius: 999px; margin-bottom: 12px;
}
.dot { width: 6px; height: 6px; border-radius: 999px; background: var(--clay); animation: ull-pulse 2.6s ease-in-out infinite; }

/* ---------- Buchen ---------- */

.book-head h2 { margin-top: 16px; }
.book-head .lead--tight { margin-top: 16px; max-width: 54ch; }
.book-grid {
  margin-top: clamp(28px, 4vh, 52px); display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: clamp(14px, 2vw, 24px);
}
.book-card {
  border-radius: var(--radius); padding: clamp(26px, 3.4vw, 42px);
  display: flex; flex-direction: column;
}
.book-card--direct { background: var(--forest); color: var(--paper); }
.book-card--airbnb { background: var(--sand-deep); }
.book-tag {
  align-self: flex-start; font-size: 10.5px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  padding: 6px 13px; border-radius: 999px;
}
.book-tag--best { color: var(--forest); background: var(--apricot); }
.book-tag--easy { color: var(--moss); background: rgba(122, 138, 94, .2); }
.book-card h3 { margin-top: 22px; font-size: clamp(24px, 2.4vw, 32px); font-weight: 300; }
.book-card > p { margin-top: 12px; font-size: 15.5px; line-height: 1.7; }
.book-card--direct > p { color: rgba(249, 244, 237, .74); }
.book-card--airbnb > p { color: var(--ink-2); }
.book-list { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; font-size: 14.5px; }
.book-list li { display: flex; gap: 11px; }
.book-list li::before { content: "—"; }
.book-card--direct .book-list { color: rgba(249, 244, 237, .86); }
.book-card--direct .book-list li::before { color: var(--moss-light); }
.book-card--airbnb .book-list { color: var(--ink-2); }
.book-card--airbnb .book-list li::before { color: var(--ink-4); }
.book-actions { margin-top: auto; padding-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }

/* ---------- Kalender ---------- */

.cal {
  margin-top: clamp(28px, 4vh, 52px); background: var(--paper);
  border-radius: var(--radius); padding: clamp(24px, 3.2vw, 40px);
}
.cal-head { display: flex; flex-wrap: wrap; gap: 18px; align-items: baseline; justify-content: space-between; }
.cal-head h3 { font-size: 24px; font-weight: 400; }
.cal-sub { font-size: 12.5px; color: var(--ink-4); }
.cal-months {
  margin-top: 22px; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: clamp(20px, 3vw, 40px);
}
.cal-month h4 { font-size: 15px; font-weight: 500; font-family: var(--sans); letter-spacing: .02em; margin-bottom: 12px; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.cal-dow { font-size: 10.5px; font-weight: 600; letter-spacing: .1em; color: var(--ink-5); text-align: center; padding-bottom: 4px; }
.cal-day {
  aspect-ratio: 1; display: grid; place-items: center;
  font-size: 13px; border-radius: 9px;
}
.cal-day--free { background: rgba(122, 138, 94, .22); color: var(--forest-2); }
.cal-day--booked { background: var(--line); color: var(--ink-5); text-decoration: line-through; }
.cal-day--past { background: transparent; color: rgba(161, 151, 134, .5); }
.cal-more { display: flex; justify-content: center; }
.cal-more button { margin-top: 18px; }
.cal-more button[hidden] { display: none; }
.cal-legend { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }
.cal-legend > span { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--ink-3); }
.swatch { width: 12px; height: 12px; border-radius: 5px; }
.swatch--free { background: rgba(122, 138, 94, .28); }
.swatch--booked { background: var(--line); }
.cal-cta { margin-inline-start: auto; font-size: 14px; font-weight: 600; }
.cal-status { margin-top: 18px; font-size: 13.5px; color: var(--ink-3); }
.cal-stamp { font-size: 12px; color: var(--ink-5); margin-top: 8px; }

/* ---------- Fusszeile ---------- */

.site-foot { background: var(--forest); color: rgba(249, 244, 237, .72); }
.foot-grid {
  max-width: var(--wrap); margin: 0 auto;
  padding: clamp(56px, 8vh, 96px) var(--gutter) 40px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  gap: clamp(28px, 4vw, 56px);
}
.foot-brand { font-family: var(--serif); font-size: 21px; letter-spacing: .16em; text-transform: uppercase; color: var(--paper); }
.foot-tag { margin-top: 14px; font-size: 14.5px; line-height: 1.7; max-width: 30ch; }
.foot-k { font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--moss-mid); }
.foot-grid ul { margin: 14px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; font-size: 14.5px; }
.foot-grid ul.inline { display: flex; flex-wrap: wrap; gap: 8px 14px; }
.foot-grid a { color: inherit; }
.foot-grid a:hover { color: var(--paper); }
.foot-grid button {
  background: none; border: 0; color: inherit; font-size: inherit;
  padding: 0; cursor: pointer; text-decoration: underline; text-underline-offset: 4px;
  text-decoration-color: rgba(249, 244, 237, .3);
}
.foot-grid button:hover { color: var(--paper); }
.foot-legal { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter) 44px; }
.foot-legal p {
  font-size: 12px; color: rgba(249, 244, 237, .42);
  border-top: 1px solid rgba(249, 244, 237, .14); padding-top: 22px;
}

/* ---------- Sticky-Aktion ---------- */

.sticky {
  position: fixed; z-index: 55; bottom: 18px; inset-inline-end: 18px;
  display: flex; gap: 10px; opacity: 0; pointer-events: none;
  transform: translateY(14px);
  transition: opacity .45s ease, transform .45s ease;
}
.sticky.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.sticky-icon {
  width: 52px; height: 52px; border-radius: 999px; background: var(--paper);
  box-shadow: 0 8px 24px rgba(46, 43, 37, .24); display: grid; place-items: center;
}
.sticky-icon:hover { background: var(--sand-deep); text-decoration: none; }
.sticky .btn--primary {
  height: 52px; padding: 0 26px; font-size: 14px;
  box-shadow: 0 8px 24px rgba(46, 43, 37, .24);
}

/* ---------- Einblend-Animation ---------- */

/* Nur einblenden, wenn JS wirklich laeuft — sonst bliebe der Inhalt unsichtbar. */
html.js .reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity 1.05s cubic-bezier(.2,.7,.2,1), transform 1.05s cubic-bezier(.2,.7,.2,1);
}
html.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; }
}

/* ---------- RTL ---------- */

[dir="rtl"] .band::after { background: linear-gradient(270deg, rgba(39,46,27,.58), rgba(39,46,27,0) 62%); }
[dir="rtl"] .book-list li::before { content: "—"; }
