/* BmB – Book my Bed · Layout language after motel-one.com, typography Montserrat (as on bmb-pension.com),
   brand teal #119da6 from the logo. */
:root {
  --bg: #f5f3ee;
  --white: #ffffff;
  --ink: #032b30;
  --ink-80: rgba(3, 43, 48, 0.8);
  --ink-60: #4b6872;
  --ink-40: #97a9b0;
  --line: #c9d7dc;
  --line-soft: rgba(3, 43, 48, 0.12);
  --accent: #119da6;
  --accent-strong: #0b7c83;
  --accent-deep: #016f74;
  --accent-bright: #3fd0d9;
  /* Light petrol tints for highlights and soft backgrounds */
  --tint: #c6e8eb;
  --tint-soft: #e4f3f4;
  --ease-out: cubic-bezier(.2, .7, .2, 1);
  --sky: #d7e5ea;
  --sand: #eae5d7;
  --ok: #1d8a4e;
  --warn: #8a5a00;
  --warn-bg: #fdf3e1;
  --danger: #b3261e;
  --danger-bg: #fbeae8;
  --font: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --r-card: 36px 12px;
  --r-image: 48px 16px;
  --shadow: 0 10px 40px rgba(3, 43, 48, 0.10);
  --shadow-strong: 0 24px 70px rgba(3, 43, 48, 0.22);
  --container: 1240px;
  --header-h: 80px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: calc(var(--header-h) + 16px); }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: var(--font); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
img, svg { max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.15; font-weight: 500; letter-spacing: -0.02em; color: var(--ink); }
h1 { font-size: clamp(2.2rem, 4.6vw, 3.5rem); }
h2 { font-size: clamp(1.8rem, 3.3vw, 2.7rem); }
h3 { font-size: clamp(1.15rem, 1.6vw, 1.35rem); font-weight: 600; letter-spacing: -0.01em; }
p { margin: 0 0 1em; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: 24px; }
.center { text-align: center; }
.muted { color: var(--ink-60); }
.icon { flex: none; vertical-align: middle; }
.eyebrow { display: inline-block; font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-60); margin-bottom: .5rem; }
.accent { color: var(--accent); }

/* ---------- Buttons & links */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; border: 1px solid transparent; border-radius: 9999px; padding: .95rem 2rem; font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: background .2s, color .2s, border-color .2s; white-space: nowrap; line-height: 1.2; }
.btn--primary { background: var(--accent); color: var(--white); }
.btn--primary:hover { background: var(--accent-strong); }
.btn--outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--outline:hover { background: var(--ink); color: var(--white); }
.btn--sm { padding: .7rem 1.35rem; font-size: .72rem; }
.btn--lg { padding: 1.1rem 2.6rem; }
.btn--block { width: 100%; }
.btn[disabled] { opacity: .4; cursor: not-allowed; }
.text-link { display: inline-flex; align-items: center; gap: .4rem; font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); text-decoration: none; background: none; border: 0; border-bottom: 1px solid currentColor; padding: 0 0 2px; cursor: pointer; }
.text-link:hover { color: var(--accent-deep); }
.text-link--light { color: var(--white); }
.text-link[disabled] { color: var(--ink-40); cursor: default; }
.round-btn { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--sand); color: var(--ink); cursor: pointer; transition: background .2s; }
.round-btn:hover { background: #ddd6c3; }
.round-btn--sm { width: 36px; height: 36px; }
.icon-btn { display: grid; place-items: center; width: 42px; height: 42px; border: 0; background: none; cursor: pointer; color: var(--ink); border-radius: 50%; text-decoration: none; }
.icon-btn:hover { background: rgba(3, 43, 48, .06); }

/* ---------- Demo ribbon & header */
.demo-ribbon { background: var(--ink); color: var(--white); font-size: .72rem; letter-spacing: .04em; text-align: center; padding: .45rem 1rem; }
.site-header { position: sticky; top: 0; z-index: 800; background: var(--bg); border-bottom: 1px solid var(--line-soft); }
.site-header__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: var(--header-h); gap: 1rem; }
.site-header__left, .site-header__right { display: flex; align-items: center; gap: 1.6rem; }
.site-header__right { justify-content: flex-end; gap: .5rem; }
.site-header__nav { display: flex; gap: 1.8rem; }
.site-header__nav a { font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
.site-header__nav a:hover, .site-header__nav a.is-active { color: var(--accent-deep); }
.logo img { display: block; height: 54px; width: auto; }
.header-book { opacity: 0; pointer-events: none; transform: translateY(-4px); transition: opacity .25s, transform .25s; margin-right: .4rem; }
.site-header.is-scrolled .header-book { opacity: 1; pointer-events: auto; transform: none; }
.lang { position: relative; }
.lang__btn { width: auto; padding: 0 .6rem; gap: .3rem; border-radius: 999px; font-size: .72rem; font-weight: 600; letter-spacing: .08em; display: inline-flex; height: 42px; align-items: center; }
.lang__menu { position: absolute; right: 0; top: calc(100% + 8px); list-style: none; margin: 0; padding: .4rem; background: var(--white); border-radius: 12px; box-shadow: var(--shadow-strong); min-width: 170px; z-index: 5; }
.lang__menu a { display: block; padding: .55rem .8rem; border-radius: 8px; text-decoration: none; font-size: .9rem; }
.lang__menu a:hover { background: var(--bg); }
.lang__menu a.is-active { color: var(--accent-deep); font-weight: 600; }

/* Drawer */
.drawer { position: fixed; inset: 0; z-index: 1500; display: flex; }
.drawer__backdrop { position: absolute; inset: 0; background: rgba(3, 43, 48, .45); }
.drawer__panel { position: relative; width: min(440px, 92vw); height: 100%; background: var(--bg); padding: 1.4rem 2rem 2rem; overflow-y: auto; animation: slideIn .28s ease; }
@keyframes slideIn { from { transform: translateX(-30px); opacity: 0; } }
.drawer__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; }
.drawer__main { list-style: none; margin: 0 0 2rem; padding: 0; }
.drawer__main a { display: block; font-size: 1.7rem; font-weight: 500; letter-spacing: -0.02em; text-decoration: none; padding: .35rem 0; }
.drawer__main a:hover { color: var(--accent-deep); }
.drawer h4 { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; color: var(--ink-60); margin: 0 0 .8rem; }
.drawer__locations { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .4rem 1rem; }
.drawer__locations a { text-decoration: none; }

/* ---------- Search pill (Reiseziel · Datum · Reisende) */
.search-host { container-type: inline-size; }
.search-pill { display: flex; align-items: center; width: min(100%, 620px); background: var(--white); border-radius: 9999px; box-shadow: var(--shadow); padding: .45rem .45rem .45rem .6rem; }
.search-pill__seg { flex: 1 1 0; display: flex; align-items: center; justify-content: center; gap: .55rem; border: 0; background: none; padding: .6rem .8rem; cursor: pointer; font-size: .74rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; min-width: 0; }
.search-pill__seg + .search-pill__seg { border-left: 1px solid var(--line); }
.search-pill__seg span { overflow: hidden; text-overflow: ellipsis; }
.search-pill__seg.has-value { text-transform: none; letter-spacing: 0; font-size: .86rem; font-weight: 500; }
.search-pill__seg:hover { color: var(--accent-deep); }
.search-pill__go { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 0; background: var(--accent); color: var(--white); cursor: pointer; margin-left: .3rem; flex: none; }
.search-pill__go:hover { background: var(--accent-strong); }
@container (max-width: 470px) {
  .search-pill { flex-wrap: wrap; border-radius: 22px; padding: .5rem; }
  .search-pill__seg { flex: 1 1 100%; justify-content: flex-start; padding: .75rem .6rem; }
  .search-pill__seg + .search-pill__seg { border-left: 0; border-top: 1px solid var(--line); }
  .search-pill__go { width: 100%; border-radius: 999px; margin: .3rem 0 0; height: 46px; }
}

/* ---------- Booking modal */
.bmodal { position: fixed; inset: 0; z-index: 3000; display: grid; place-items: center; padding: 16px; }
.bmodal__backdrop { position: absolute; inset: 0; background: rgba(3, 43, 48, .55); }
.bmodal__dialog { position: relative; width: min(560px, 100%); height: min(780px, calc(100vh - 32px)); background: var(--bg); border-radius: 16px; display: flex; flex-direction: column; overflow: hidden; animation: pop .22s ease; }
@keyframes pop { from { transform: translateY(12px); opacity: 0; } }
.bmodal__top { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1rem .4rem 1.5rem; }
.bmodal__top strong { font-size: 1.05rem; font-weight: 600; }
.bmodal__body { flex: 1; overflow-y: auto; padding: .6rem 1.5rem 1.5rem; display: flex; flex-direction: column; gap: .75rem; }
.bmodal__foot { margin: 0 1.5rem 1.5rem; background: var(--white); border-radius: 12px; padding: 1rem 1.25rem; }
.acc { background: var(--white); border-radius: 12px; }
.acc__head { display: flex; align-items: center; gap: .8rem; width: 100%; border: 0; background: none; padding: .9rem 1.1rem; cursor: pointer; text-align: left; font-size: .98rem; font-weight: 500; }
.acc__icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; flex: none; }
.acc.is-open .acc__icon { background: var(--accent-deep); color: var(--white); }
.acc__title { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.acc__chev { transition: transform .2s; }
.acc.is-open .acc__chev { transform: rotate(180deg); }
.acc__panel { padding: 0 1.1rem 1.1rem; }
.acc:not(.is-open) .acc__panel { display: none; }
.float-field { position: relative; margin-bottom: .6rem; }
.float-field input { width: 100%; border: 1px solid var(--ink); border-radius: 8px; padding: 1.35rem .9rem .5rem; font: inherit; background: var(--white); }
.float-field input:focus { outline: none; box-shadow: 0 0 0 1px var(--ink); }
.float-field label { position: absolute; top: .45rem; left: .9rem; font-size: .66rem; color: var(--ink-60); }
.loc-list { list-style: none; margin: 0; padding: 0; max-height: 300px; overflow-y: auto; }
.loc-list button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 1rem; border: 0; background: none; padding: .7rem .6rem; border-radius: 8px; cursor: pointer; text-align: left; }
.loc-list button span { font-weight: 500; }
.loc-list button:hover:not(:disabled) { background: var(--bg); }
.loc-list button.is-selected { background: var(--sky); }
.loc-list small { color: var(--ink-60); font-size: .76rem; text-align: right; }
.loc-list button:disabled { cursor: not-allowed; }
.loc-list button:disabled span { color: var(--ink-40); }
.cal-dow { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); font-size: .72rem; color: var(--ink-80); text-align: center; padding: .2rem 0 .6rem; border-bottom: 1px solid var(--line-soft); text-transform: capitalize; }
.cal-scroll { max-height: 320px; overflow-y: auto; }
.cal-month h5 { font-size: .85rem; font-weight: 600; margin: 1rem 0 .5rem; text-transform: capitalize; }
.cal-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); row-gap: 4px; }
.cal-day { position: relative; border: 0; background: none; padding: 0; height: 40px; cursor: pointer; font-size: .88rem; font-weight: 500; min-width: 0; }
.cal-day span { position: relative; z-index: 1; display: grid; place-items: center; width: min(36px, 100%); height: 36px; margin: 0 auto; border-radius: 50%; }
.cal-day:hover:not(:disabled) span { box-shadow: inset 0 0 0 1px var(--ink); }
.cal-day:disabled { cursor: default; }
.cal-day.is-past { color: var(--ink-40); font-weight: 400; }
.cal-day.is-blocked { color: #b5c1c5; font-weight: 400; }
.cal-day.is-blocked span { text-decoration: line-through; }
.cal-day.is-minstay { color: var(--ink-40); }
.cal-day.in-range::before { content: ''; position: absolute; top: 2px; bottom: 2px; left: 0; right: 0; background: var(--sky); }
.cal-day.is-start span, .cal-day.is-end span { background: var(--ink); color: var(--white); }
.cal-legend { display: flex; gap: 1.2rem; margin-top: .7rem; font-size: .72rem; color: var(--ink-60); }
.cal-legend span { display: inline-flex; align-items: center; gap: .4rem; }
.cal-legend__free::before { content: '12'; font-weight: 600; color: var(--ink); }
.cal-legend__blocked::before { content: '12'; color: #b5c1c5; text-decoration: line-through; }
.cal-hint { font-size: .84rem; color: var(--ink-60); margin: .5rem 0 0; }
.guests-room { padding: .6rem 0; border-bottom: 1px solid var(--line-soft); }
.guests-room__head { display: flex; justify-content: space-between; font-weight: 600; font-size: .9rem; }
.guests-row { display: flex; justify-content: space-between; align-items: center; font-size: .88rem; color: var(--ink-80); }
.stepper { display: inline-flex; align-items: center; gap: .9rem; }
.stepper button { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--ink); background: none; cursor: pointer; font-size: 1rem; line-height: 1; padding: 0; }
.stepper button:disabled { border-color: var(--ink-40); color: var(--ink-40); cursor: default; }
.stepper output { min-width: 1rem; text-align: center; font-weight: 600; }
.guests-actions { margin-top: 1rem; }

/* ---------- Hero */
.hero { padding-block: 3rem 4.5rem; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero h1 { margin-bottom: 1.1rem; }
.hero__lead { font-size: 1.02rem; color: var(--ink-80); max-width: 34rem; margin-bottom: 2rem; }
.hero__map { position: relative; }
.hero__map .map { height: min(560px, 70vh); border-radius: var(--r-image); }
.collage { display: grid; grid-template-columns: 1.25fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; height: min(560px, 70vh); }
.collage__item { overflow: hidden; background: var(--sky); }
.collage__item--1 { grid-row: span 2; border-radius: 48px 16px 16px 48px; }
.collage__item--2 { border-radius: 16px 48px 16px 16px; }
.collage__item--3 { border-radius: 16px 16px 48px 16px; }

/* Photos */
.photo { display: block; width: 100%; height: 100%; object-fit: cover; background: var(--sky); }
.photo--empty { display: grid; place-items: center; }
.photo--empty img { width: 40%; opacity: .5; }
.photo--plan { display: grid; place-items: center; padding: 2rem; }

/* Availability */
.avail { display: inline-flex; align-items: center; gap: .45rem; font-size: .76rem; font-weight: 500; color: var(--ink-80); white-space: nowrap; }
.avail::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--ok); flex: none; }
.avail--no::before { background: var(--ink-40); }

/* ---------- Sections */
.section { padding-block: 5rem; }
.section--tight { padding-block: 2.5rem 4rem; }
.section--flush-top { padding-top: 0; }
.section-title { text-align: center; margin-bottom: 2.4rem; }
.section-title p { color: var(--ink-80); max-width: 40rem; margin: .3rem auto 0; }

.designed { background: var(--ink); color: var(--white); border-radius: 36px; padding: clamp(3rem, 7vw, 6rem) clamp(1.5rem, 9vw, 9rem); }
.designed h2 { color: var(--white); font-size: clamp(2.2rem, 4.8vw, 3.9rem); font-weight: 500; margin-bottom: 1.4rem; }
.designed__word { display: inline-block; color: var(--accent-bright); font-style: italic; font-weight: 600; transition: opacity .35s, transform .35s; }
.designed__word.is-out { opacity: 0; transform: translateY(-14px); }
.designed p { max-width: 40rem; color: rgba(255, 255, 255, .85); font-size: 1rem; }
.designed__facts { display: flex; flex-wrap: wrap; gap: 2.8rem; margin: 2.2rem 0 2.4rem; padding: 0; list-style: none; }
.designed__facts strong { display: block; font-size: 2.8rem; font-weight: 300; line-height: 1; color: var(--accent-bright); }
.designed__facts span { font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .7); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.split__media { border-radius: 36px 12px; overflow: hidden; background: var(--sky); min-height: 560px; }
.split__card { background: var(--ink); color: var(--white); border-radius: 12px 36px 80px 12px; padding: 3.5rem clamp(1.5rem, 5vw, 4rem); display: flex; flex-direction: column; justify-content: center; }
.split__card h3 { color: var(--white); font-size: clamp(1.4rem, 2.2vw, 1.8rem); font-weight: 500; text-align: center; margin-bottom: 1.8rem; }
.benefits { list-style: none; margin: 0 auto 2.2rem; padding: 0; display: grid; gap: 1.05rem; max-width: 28rem; }
.benefits li { display: flex; gap: .9rem; align-items: flex-start; font-size: .92rem; color: rgba(255, 255, 255, .92); }
.benefits .icon { color: var(--accent-bright); margin-top: 1px; }
.split__actions { display: flex; flex-direction: column; align-items: center; gap: 1.1rem; }

/* Filter pills */
.pills { display: flex; flex-wrap: wrap; justify-content: center; gap: .55rem; margin-bottom: 2.4rem; }
.pill { border: 1px solid var(--ink); background: transparent; border-radius: 9999px; padding: .5rem 1.05rem; font-size: .82rem; font-weight: 500; cursor: pointer; color: var(--ink); }
.pill:hover { background: rgba(3, 43, 48, .05); }
.pill.is-active { background: var(--accent-deep); border-color: var(--accent-deep); color: var(--white); }

/* Location cards (staggered rail & grid) */
.rail-head { display: flex; justify-content: flex-end; gap: .5rem; margin-bottom: 1rem; }
.loc-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 3 * 1.6rem) / 4); gap: 1.6rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 1rem; }
.loc-rail::-webkit-scrollbar { display: none; }
.loc-rail > * { scroll-snap-align: start; }
.loc-rail > :nth-child(odd) { margin-top: 4.2rem; }
.loc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3rem 1.6rem; }
.loc-card { display: block; text-decoration: none; color: var(--ink); }
.loc-card__media { position: relative; aspect-ratio: 3 / 4; border-radius: var(--r-image); overflow: hidden; margin-bottom: 1.1rem; background: var(--sky); }
.loc-card:nth-child(even) .loc-card__media { border-radius: 16px 48px; }
.loc-card__media .photo { transition: transform .6s; }
.loc-card:hover .loc-card__media .photo { transform: scale(1.04); }
.loc-card__chip { position: absolute; left: .9rem; bottom: .9rem; z-index: 2; background: var(--white); border-radius: 9999px; padding: .32rem .8rem; }
.loc-card h3 { margin-bottom: .4rem; }
.loc-card p { font-size: .88rem; color: var(--ink-80); margin-bottom: .5rem; }
.loc-card__facts { font-size: .8rem; color: var(--ink-60); }
.loc-card__price { margin-top: .5rem; font-size: .82rem; color: var(--ink-60); }
.loc-card__price strong { font-size: 1.15rem; font-weight: 600; color: var(--ink); }
.loc-card:hover h3 { color: var(--accent-deep); }

/* Group apartments */
.group-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.6rem; margin-bottom: 2.4rem; }
.group-card { display: flex; flex-direction: column; align-items: flex-start; text-decoration: none; color: var(--ink); }
.group-card__media { position: relative; width: 100%; aspect-ratio: 4 / 5; border-radius: var(--r-card); overflow: hidden; margin-bottom: 1rem; background: var(--sky); }
.group-card:nth-child(even) .group-card__media { border-radius: 12px 36px; }
.group-card__beds { position: absolute; left: .8rem; bottom: .8rem; display: inline-flex; gap: .35rem; align-items: center; background: var(--white); font-size: .74rem; font-weight: 600; border-radius: 999px; padding: .32rem .75rem; }
.group-card h3 { font-size: 1.05rem; margin-bottom: .2rem; }
.group-card p { font-size: .82rem; color: var(--ink-60); margin-bottom: .5rem; }
.group-card:hover h3 { color: var(--accent-deep); }

/* Tiles */
.offer-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.offer-tile { background: var(--white); border-radius: var(--r-card); padding: 2.2rem; display: flex; flex-direction: column; align-items: flex-start; }
.offer-tile:nth-child(2) { border-radius: 12px 36px; }
.offer-tile > .icon { color: var(--accent); margin-bottom: 1.3rem; }
.offer-tile p { color: var(--ink-80); flex: 1; font-size: .92rem; }
.benefit-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-bottom: 3rem; }
.benefit { background: var(--white); border-radius: var(--r-card); padding: 1.8rem; }
.benefit:nth-child(even) { border-radius: 12px 36px; }
.benefit > .icon { color: var(--accent); margin-bottom: 1rem; }
.benefit h3 { font-size: 1.05rem; margin-bottom: .3rem; }
.benefit p { margin: 0; font-size: .88rem; color: var(--ink-80); }
.dest-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.2rem; }
.dest { display: flex; flex-direction: column; background: var(--white); border-radius: var(--r-card); padding: 1.8rem; }
.dest:nth-child(even) { border-radius: 12px 36px; }
.dest p { color: var(--ink-80); font-size: .88rem; flex: 1; }
.dest__nearest { display: flex; flex-direction: column; border-top: 1px solid var(--line); padding-top: .9rem; text-decoration: none; }
.dest__nearest span { font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-60); }
.dest__nearest strong { font-weight: 600; color: var(--accent-deep); }
.dest__nearest small { color: var(--ink-60); }

/* ---------- Maps (own stacking context so Leaflet never covers dialogs) */
.map { position: relative; z-index: 0; isolation: isolate; background: var(--sky); overflow: hidden; }
.map .leaflet-tile-pane { filter: grayscale(1) contrast(.92) brightness(1.08); }
.map .leaflet-tile-pane::after { content: ''; }
.leaflet-container { font-family: var(--font); background: var(--sky); }
.map-pin { background: var(--accent); border: 3px solid var(--white); border-radius: 50%; box-shadow: 0 3px 10px rgba(3, 43, 48, .35); }
.map-pin--off { background: var(--ink-40); }
.leaflet-popup-content-wrapper { border-radius: 16px 6px; padding: 0; overflow: hidden; }
.leaflet-popup-content { margin: 0; width: 240px !important; }
.map-popup { display: flex; flex-direction: column; text-decoration: none; color: var(--ink); }
.map-popup img { width: 100%; height: 130px; object-fit: cover; }
.map-popup strong { padding: .7rem .9rem 0; font-size: .95rem; font-weight: 600; }
.map-popup span { padding: 0 .9rem; font-size: .8rem; color: var(--ink-60); }
.map-popup em { padding: .15rem .9rem .8rem; font-style: normal; font-size: .76rem; font-weight: 600; }
.map-popup .is-ok { color: var(--ok); }
.map-popup .is-no { color: var(--ink-40); }

/* Overview (Karte | Liste) */
.overview-head { text-align: center; padding-block: 3rem 1.6rem; }
.overview-head p { color: var(--ink-80); }
.tabs { display: flex; justify-content: center; gap: 2rem; margin-top: 1.2rem; }
.tabs button { border: 0; background: none; padding: .3rem 0; font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; color: var(--ink-60); border-bottom: 2px solid transparent; }
.tabs button.is-active { color: var(--accent-deep); border-bottom-color: var(--accent-deep); }
.overview-map { position: relative; height: min(78vh, 780px); min-height: 580px; }
.overview-map .map { position: absolute; inset: 0; }
.overview-panel { position: absolute; z-index: 1; top: 1.5rem; left: max(1.5rem, calc((100vw - var(--container)) / 2 + 24px)); bottom: 1.5rem; width: min(380px, calc(100% - 3rem)); background: var(--white); border-radius: 12px; box-shadow: var(--shadow); display: flex; flex-direction: column; overflow: hidden; }
.overview-panel__head { display: flex; justify-content: space-between; align-items: center; padding: 1.1rem 1.4rem; font-size: .84rem; border-bottom: 1px solid var(--line-soft); }
.overview-panel__list { overflow-y: auto; padding: 0 1.4rem; }
.mini-card { padding: 1.4rem 0; border-bottom: 1px solid var(--line-soft); }
.mini-card.is-hover h3 { color: var(--accent-deep); }
.mini-card__top { display: grid; grid-template-columns: 104px 1fr; gap: 1rem; align-items: center; margin-bottom: 1rem; text-decoration: none; }
.mini-card__thumb { width: 104px; height: 84px; border-radius: 20px 6px; overflow: hidden; }
.mini-card__brand { font-size: .68rem; color: var(--ink-60); }
.mini-card h3 { font-size: 1.15rem; margin: .05rem 0 .15rem; }
.mini-card__meta { font-size: .76rem; color: var(--ink-60); }
.mini-card__row { display: flex; justify-content: space-between; align-items: baseline; font-size: .84rem; margin-bottom: .2rem; }
.mini-card__row strong { font-weight: 600; font-size: 1rem; }
.mini-card .avail { margin-bottom: .9rem; }

/* ---------- Location page */
.lp-hero { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; padding-block: 3rem 3rem; }
.lp-hero h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); }
.lp-hero__intro { font-size: .95rem; color: var(--ink-80); max-width: 27rem; margin: 1.4rem 0 1.8rem; }
.contact-list { list-style: none; padding: 0; margin: 0; max-width: 27rem; }
.contact-list li { display: flex; align-items: center; gap: .9rem; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.contact-list li:last-child { border-bottom: 0; }
.contact-list a { text-decoration: none; }
.lp-hero__media { position: relative; aspect-ratio: 4 / 3; border-radius: 16px 48px; overflow: hidden; background: var(--sky); }
.lp-hero__photo { display: block; width: 100%; height: 100%; border: 0; padding: 0; cursor: zoom-in; }
.lp-hero__badge { position: absolute; left: 0; top: 1.4rem; background: rgba(3, 43, 48, .78); color: var(--white); padding: .5rem .9rem; border-radius: 0 8px 8px 0; }
.gallery-btn { position: absolute; right: 1rem; bottom: 1rem; display: inline-flex; align-items: center; gap: .45rem; border: 0; background: var(--white); border-radius: 999px; padding: .6rem 1.1rem; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.crumbs { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-60); margin-bottom: 1rem; }
.crumbs a { text-decoration: none; }
.soldout { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 2rem; }
.facts-band { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts-band div { padding: 1.5rem 1rem; text-align: center; }
.facts-band div + div { border-left: 1px solid var(--line); }
.facts-band span { display: block; font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-60); margin-bottom: .3rem; }
.facts-band strong { font-size: 1.25rem; font-weight: 400; }

.room-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3rem 1.6rem; }
.room-card { display: flex; flex-direction: column; }
.room-card__media { position: relative; aspect-ratio: 4 / 3; border-radius: var(--r-image); overflow: hidden; margin-bottom: 1.1rem; background: var(--sky); }
.room-card:nth-child(even) .room-card__media { border-radius: 16px 48px; }
.room-card__beds { position: absolute; left: .9rem; bottom: .9rem; display: inline-flex; align-items: center; gap: .4rem; background: var(--white); border-radius: 999px; padding: .32rem .8rem; font-size: .74rem; font-weight: 500; }
.room-card h3 { margin: .1rem 0 .5rem; }
.room-card__desc { font-size: .86rem; color: var(--ink-80); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.room-card__foot { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid var(--line); }
.room-card .chips { margin-bottom: 1rem; }
.price-from { font-size: .8rem; color: var(--ink-60); }
.price-from strong { font-size: 1.15rem; font-weight: 600; color: var(--ink); }
.bedplan { width: 100%; max-height: 150px; }
.bp-room { fill: var(--white); stroke: var(--ink); stroke-width: 1.2; }
.bp-bed { fill: var(--bg); stroke: var(--accent-deep); stroke-width: 1.2; }
.bp-pillow { fill: var(--sky); }
.chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .4rem; }
.chips li { display: inline-flex; align-items: center; gap: .35rem; border: 1px solid var(--line); border-radius: 9999px; padding: .2rem .7rem; font-size: .74rem; color: var(--ink-80); }

.amenities { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 3rem; }
.amenities li { display: flex; align-items: center; gap: .9rem; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: .92rem; }
.amenities .icon { color: var(--accent); }
.map-block { position: relative; border-radius: var(--r-image); overflow: hidden; min-height: 540px; }
.map-block .map { position: absolute; inset: 0; }
.map-block__card { position: absolute; z-index: 1; top: 1.5rem; left: 1.5rem; bottom: 1.5rem; width: min(340px, calc(100% - 3rem)); background: var(--white); border-radius: 12px; padding: 1.6rem; box-shadow: var(--shadow); overflow-y: auto; display: flex; flex-direction: column; align-items: flex-start; }
.map-block__card p { font-size: .88rem; color: var(--ink-80); }
.nearby { list-style: none; padding: 0; margin: .6rem 0 0; width: 100%; }
.nearby a { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .8rem 0; border-top: 1px solid var(--line); text-decoration: none; font-size: .9rem; }
.nearby small { color: var(--ink-60); }
.nearby-title { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; color: var(--ink-60); margin: 1.8rem 0 0; }
.info-rows { max-width: 860px; margin: 0 auto; }
.info-rows div { display: grid; grid-template-columns: 220px 1fr; gap: 1.5rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.info-rows dt { font-weight: 600; }
.info-rows dd { margin: 0; color: var(--ink-80); }

.book-bar { position: sticky; bottom: 0; z-index: 700; background: var(--bg); box-shadow: 0 -6px 30px rgba(3, 43, 48, .10); }
.book-bar__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 76px; }
.book-bar__left { display: flex; align-items: center; gap: 1rem; font-size: .88rem; }
.book-bar__right { display: flex; align-items: center; gap: 1.4rem; }
.book-bar__price { display: flex; align-items: center; gap: .6rem; }
.book-bar__price small { font-size: .66rem; line-height: 1.2; text-align: right; color: var(--ink-80); max-width: 7rem; }
.book-bar__price strong { font-size: 1.6rem; font-weight: 400; }

.notice { border-radius: 12px; padding: 1.1rem 1.3rem; background: var(--white); margin-bottom: 1.4rem; border-left: 3px solid var(--accent); }
.notice h3 { font-size: 1.05rem; margin: 0 0 .25rem; }
.notice p { margin: 0; font-size: .9rem; }
.notice .btn { margin-top: .8rem; }
.soldout .btn { margin-top: 0; }
.notice--warn { background: var(--warn-bg); border-left-color: var(--warn); }
.notice--error { background: var(--danger-bg); border-left-color: var(--danger); }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 2500; background: rgba(3, 20, 22, .94); display: grid; place-items: center; padding: 3rem 4.5rem; }
.lightbox img { max-width: 100%; max-height: 82vh; border-radius: 16px 6px; }
.lightbox__close, .lightbox__nav { position: absolute; border: 0; background: rgba(255, 255, 255, .12); color: var(--white); width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; cursor: pointer; }
.lightbox__close { top: 1rem; right: 1rem; }
.lightbox__nav--prev { left: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: 1rem; top: 50%; transform: translateY(-50%); }
.lightbox__count { position: absolute; bottom: 1.2rem; color: var(--white); font-size: .82rem; }

/* ---------- Booking engine */
.bk-bar { background: var(--white); border-bottom: 1px solid var(--line-soft); }
.bk-bar__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 64px; flex-wrap: wrap; padding-block: .6rem; }
.bk-bar__items { display: flex; flex-wrap: wrap; gap: .4rem 2rem; font-size: .88rem; }
.bk-bar__items > span { display: inline-flex; align-items: center; gap: .5rem; }
.bk-bar__items .icon { color: var(--accent); }
.booking-section { min-height: 60vh; padding-block: 2.6rem 5rem; }
.booking-loading { display: flex; align-items: center; justify-content: center; gap: .8rem; padding: 5rem 0; color: var(--ink-60); }
.spinner { width: 22px; height: 22px; border-radius: 50%; border: 2px solid var(--sky); border-top-color: var(--accent-deep); animation: spin .8s linear infinite; display: inline-block; vertical-align: middle; }
@keyframes spin { to { transform: rotate(360deg); } }
.stepper-nav { display: flex; justify-content: center; flex-wrap: wrap; row-gap: .6rem; list-style: none; padding: 0; margin: 0 0 2.6rem; }
.stepper-nav li { display: flex; align-items: center; gap: .6rem; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-60); }
.stepper-nav li + li::before { content: ''; width: 56px; height: 1px; background: var(--line); margin: 0 1rem; }
.stepper-nav b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--line); font-weight: 500; letter-spacing: 0; background: var(--white); }
.stepper-nav .is-current { color: var(--ink); }
.stepper-nav .is-current b { background: var(--ink); border-color: var(--ink); color: var(--white); }
.stepper-nav .is-done b { background: var(--accent); border-color: var(--accent); color: var(--white); }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 2rem; align-items: start; }
.booking-head { margin-bottom: 1.8rem; }
.booking-head h1 { font-size: clamp(2rem, 3.8vw, 2.8rem); margin: .5rem 0 .3rem; }
.booking-head p { color: var(--ink-80); margin: 0; }
.booking-head--center { text-align: center; }
.subhead { font-size: 1.2rem; margin: 2rem 0 1rem; }
.result-card { display: grid; grid-template-columns: 220px minmax(0, 1fr) auto; gap: 1.8rem; align-items: center; background: var(--white); border-radius: var(--r-card); padding: 1rem 1.8rem 1rem 1rem; margin-bottom: 1.1rem; }
.result-card__thumb { height: 160px; border-radius: 30px 10px; overflow: hidden; background: var(--sky); }
.result-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.result-card__thumb img.is-logo { object-fit: contain; padding: 1.5rem; }
.result-card.is-unavailable { background: transparent; box-shadow: inset 0 0 0 1px var(--line); }
.result-card.is-unavailable .result-card__thumb { opacity: .5; }
.result-card h3 { font-size: 1.45rem; margin: .3rem 0 .4rem; }
.result-card__meta { display: flex; flex-wrap: wrap; gap: .3rem 1.2rem; font-size: .8rem; color: var(--ink-60); }
.result-card__meta span { display: inline-flex; align-items: center; gap: .35rem; }
.result-card__price { text-align: right; min-width: 200px; }
.result-card__price small { display: block; font-size: .74rem; color: var(--ink-60); }
.result-card__price .amount, .offer__side .amount { display: block; font-size: 1.8rem; font-weight: 400; line-height: 1.15; }
.result-card__price .btn { margin-top: .9rem; }
.more-results { margin-top: 2rem; }
.more-results summary { cursor: pointer; font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-60); margin-bottom: 1rem; }
.room-tabs { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1.3rem; }
.room-tab { display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); background: transparent; border-radius: 12px; padding: .65rem 1.1rem; cursor: pointer; min-width: 150px; text-align: left; }
.room-tab strong { font-weight: 600; }
.room-tab small { font-size: .74rem; color: var(--ink-60); display: flex; align-items: center; gap: .3rem; max-width: 260px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.room-tab.is-active { background: var(--white); border-color: var(--ink); }
.room-tab.is-filled small { color: var(--ok); }
.offer { display: grid; grid-template-columns: 220px minmax(0, 1fr) 210px; gap: 1.8rem; align-items: center; background: var(--white); border-radius: var(--r-card); padding: 1rem 1.8rem 1rem 1rem; margin-bottom: 1.1rem; transition: box-shadow .2s; }
.offer.is-selected { box-shadow: inset 0 0 0 2px var(--accent); }
.offer.is-unavailable { background: transparent; box-shadow: inset 0 0 0 1px var(--line); }
.offer__plan { height: 160px; border-radius: 30px 10px; overflow: hidden; background: var(--sky); display: grid; place-items: center; }
.offer__plan img { width: 100%; height: 100%; object-fit: cover; display: block; }
.offer__plan svg { width: 70%; }
.offer.is-unavailable .offer__plan { opacity: .5; }
.offer h3 { font-size: 1.2rem; margin: .2rem 0 .3rem; }
.offer.is-unavailable h3 { color: var(--ink-60); }
.offer__beds { font-size: .84rem; color: var(--ink-80); margin: 0 0 .6rem; }
.offer__desc { font-size: .84rem; color: var(--ink-80); margin: 0 0 .7rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.offer__side { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: .15rem; }
.offer__side small { font-size: .74rem; color: var(--ink-60); }
.offer__side .btn { margin-top: .8rem; }
.offer__reason { font-size: .84rem; color: var(--ink-60); }
.offer__units { font-size: .74rem; color: var(--accent-deep); font-weight: 600; }
.summary { position: sticky; top: calc(var(--header-h) + 1.5rem); background: var(--white); border-radius: 12px 36px; overflow: hidden; }
.summary__photo { height: 160px; background: var(--sky); }
.summary__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.summary__photo img.is-logo { object-fit: contain; padding: 2rem; }
.summary__body { padding: 1.6rem; }
.summary h3 { font-size: 1.3rem; margin-bottom: .1rem; }
.summary__place { font-size: .8rem; color: var(--ink-60); margin: 0 0 1.1rem; }
.summary__dates { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; padding: 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: .6rem; font-size: .8rem; color: var(--ink-80); }
.summary__dates span { display: block; font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-60); }
.summary__dates strong { display: block; font-weight: 500; font-size: 1rem; color: var(--ink); }
.summary__lines { list-style: none; margin: 0 0 1rem; padding: 0; }
.summary__lines li { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line-soft); font-size: .86rem; }
.summary__lines li small { display: block; color: var(--ink-60); font-size: .74rem; }
.summary__lines strong { font-weight: 600; white-space: nowrap; }
.summary__lines .is-open { color: var(--ink-60); }
.summary__total { display: flex; justify-content: space-between; align-items: baseline; }
.summary__total span { font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.summary__total strong { font-size: 1.9rem; font-weight: 400; }
.summary__vat { font-size: .74rem; color: var(--ink-60); margin: 0 0 1.2rem; }
.form-card { background: var(--white); border-radius: var(--r-card); padding: 2rem; margin-bottom: 1.1rem; }
.form-card h2 { font-size: 1.4rem; margin-bottom: 1.3rem; }
.form-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .9rem; }
.field { grid-column: span 3; position: relative; display: flex; flex-direction: column; }
.field--full { grid-column: span 6; }
.field--2 { grid-column: span 2; }
.field--4 { grid-column: span 4; }
.field label { position: absolute; top: .5rem; left: .9rem; font-size: .66rem; color: var(--ink-60); pointer-events: none; }
.field label em { font-style: normal; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; background: var(--white); font: inherit; font-size: .92rem; color: var(--ink); padding: 1.45rem .9rem .55rem; appearance: none; }
.field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23032b30' stroke-width='1.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .9rem center; padding-right: 2.4rem; }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); }
.field.is-invalid input, .field.is-invalid select { border-color: var(--danger); }
.field__error { color: var(--danger); font-size: .76rem; margin-top: .3rem; }
.checkbox { display: flex; gap: .75rem; align-items: flex-start; font-size: .88rem; }
.checkbox input { width: 20px; height: 20px; margin-top: .1rem; accent-color: var(--accent-deep); flex: none; }
.review-list { list-style: none; margin: 0; padding: 0; }
.review-list li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; align-items: center; padding: .9rem 0; border-bottom: 1px solid var(--line-soft); }
.review-list li:last-child { border-bottom: 0; }
.review-list small { display: block; color: var(--ink-60); font-size: .8rem; }
.form-actions { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 1.6rem; }
.confirmation { max-width: 780px; margin: 0 auto; background: var(--white); border-radius: 48px 16px; padding: clamp(2rem, 5vw, 3.5rem); text-align: center; }
.confirmation__icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 1.2rem; border-radius: 50%; background: var(--sky); color: var(--accent-deep); }
.confirmation h1 { margin: .4rem 0 .8rem; }
.confirmation__ref { display: inline-block; font-size: .9rem; font-weight: 600; letter-spacing: .12em; border: 1px solid var(--ink); border-radius: 9999px; padding: .55rem 1.3rem; margin: .6rem 0 1.8rem; }
.confirmation__grid { display: grid; grid-template-columns: repeat(3, 1fr); text-align: left; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 1rem; }
.confirmation__grid div { padding: 1rem; font-size: .84rem; color: var(--ink-80); }
.confirmation__grid div + div { border-left: 1px solid var(--line); }
.confirmation__grid span { display: block; font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-60); }
.confirmation__grid strong { display: block; font-weight: 500; font-size: 1rem; color: var(--ink); }
.confirmation .review-list { text-align: left; margin-bottom: 1.4rem; }

/* ---------- Legal */
.prose { max-width: 780px; margin: 0 auto; }
.prose h1 { text-align: center; margin-bottom: 2rem; }
.prose h2 { font-size: 1.4rem; margin-top: 2.2rem; }
.prose ul { padding-left: 1.2rem; }

/* ---------- Footer */
.site-footer { border-top: 1px solid var(--line-soft); padding-top: 4.5rem; }
.site-footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3.5rem; }
.site-footer h4 { font-size: .98rem; font-weight: 600; margin-bottom: 1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .55rem; font-size: .88rem; }
.site-footer a { text-decoration: none; display: inline-flex; align-items: center; gap: .5rem; }
.site-footer a:hover { color: var(--accent-deep); }
.site-footer__brand img { height: 72px; width: auto; margin-bottom: 1rem; }
.site-footer__brand p { font-size: .88rem; color: var(--ink-80); max-width: 21rem; }
.site-footer__locations { border-top: 1px solid var(--line-soft); padding-block: 2.8rem; }
.site-footer__locations ul { grid-template-columns: repeat(6, 1fr); gap: .6rem 1.5rem; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; border-top: 1px solid var(--line-soft); padding-block: 1.4rem; font-size: .76rem; color: var(--ink-60); }

/* ---------- Responsive */
@media (max-width: 1100px) {
  .loc-rail { grid-auto-columns: calc((100% - 2 * 1.6rem) / 3); }
  .booking-layout { grid-template-columns: 1fr; }
  .summary { position: static; }
  .room-grid, .loc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .group-grid, .dest-grid, .benefit-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .amenities { grid-template-columns: repeat(2, 1fr); }
  .site-footer__locations ul { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 900px) {
  .site-header__nav { display: none; }
  .hero__grid, .lp-hero, .split { grid-template-columns: 1fr; }
  .hero__map .map { height: 380px; }
  .collage { height: 360px; }
  .split__media { min-height: 320px; }
  .offer-tiles { grid-template-columns: 1fr; }
  .facts-band { grid-template-columns: repeat(2, 1fr); }
  .facts-band div:nth-child(3) { border-left: 0; }
  .facts-band div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .result-card, .offer { grid-template-columns: 160px minmax(0, 1fr); padding: 1rem; }
  .result-card__thumb, .offer__plan { height: 130px; }
  .result-card__price, .offer__side { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .3rem 1rem; text-align: left; min-width: 0; }
  .result-card__price .btn, .offer__side .btn { margin-top: 0; }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
  .info-rows div { grid-template-columns: 1fr; gap: .2rem; }
  .confirmation__grid { grid-template-columns: 1fr; }
  .confirmation__grid div + div { border-left: 0; border-top: 1px solid var(--line); }
  .overview-map { height: auto; min-height: 0; }
  .overview-map .map { position: relative; height: 380px; }
  .overview-panel { position: relative; inset: auto; width: 100%; border-radius: 0; box-shadow: none; }
  .overview-panel__list { overflow: visible; }
}
@media (max-width: 640px) {
  :root { --header-h: 68px; }
  body { font-size: 15px; }
  .container { padding-inline: 16px; }
  .logo img { height: 42px; }
  .hide-sm, .header-book { display: none; }
  .site-header__left { gap: .5rem; }
  .loc-rail { grid-auto-columns: 78%; }
  .loc-rail > :nth-child(odd) { margin-top: 2rem; }
  .room-grid, .loc-grid, .group-grid, .dest-grid, .benefit-row { grid-template-columns: 1fr; }
  .amenities { grid-template-columns: 1fr; }
  .section { padding-block: 3.6rem; }
  .section--flush-top { padding-top: 0; }
  .designed { border-radius: 24px; }
  .result-card, .offer { grid-template-columns: 1fr; }
  .result-card__thumb, .offer__plan { height: 180px; }
  .form-grid { grid-template-columns: 1fr; }
  .field, .field--2, .field--4, .field--full { grid-column: auto; }
  .book-bar__inner { flex-wrap: wrap; gap: .6rem; padding-block: .7rem; }
  .book-bar__right { width: 100%; justify-content: space-between; }
  .book-bar__price small { display: none; }
  .site-footer__top { grid-template-columns: 1fr; }
  .site-footer__locations ul { grid-template-columns: repeat(2, 1fr); }
  .map-block__card { position: relative; inset: auto; width: 100%; border-radius: 0; box-shadow: none; }
  .map-block { min-height: 0; }
  .map-block .map { position: relative; height: 320px; }
  .bmodal { padding: 0; }
  .bmodal__dialog { width: 100%; height: 100%; border-radius: 0; }
  .stepper-nav li + li::before { width: 18px; margin: 0 .5rem; }
  .stepper-nav li { font-size: .62rem; }
  .lightbox { padding: 3.5rem .5rem; }
  .collage { height: 280px; }
}

/* ---------- Construction site search & distances */
.site-search { position: relative; }
.site-search .float-field input { border-color: var(--accent-deep); }
.site-suggest { list-style: none; margin: -.2rem 0 .8rem; padding: .3rem; background: var(--white); border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); max-height: 280px; overflow-y: auto; }
.site-suggest button { display: flex; align-items: flex-start; gap: .7rem; width: 100%; border: 0; background: none; padding: .6rem .6rem; border-radius: 8px; cursor: pointer; text-align: left; }
.site-suggest button .icon { color: var(--accent-deep); margin-top: 2px; }
.site-suggest button:hover, .site-suggest button.is-active { background: var(--sky); }
.site-suggest strong { display: block; font-weight: 600; font-size: .9rem; }
.site-suggest small { display: block; color: var(--ink-60); font-size: .76rem; }
.site-suggest__note { display: flex; align-items: center; gap: .6rem; padding: .7rem; font-size: .84rem; color: var(--ink-60); }
.site-hint { font-size: .8rem; color: var(--ink-60); margin: 0 0 .6rem; }
.site-chip { display: flex; align-items: center; gap: .8rem; background: var(--sky); border-radius: 10px; padding: .7rem .9rem; margin-bottom: .8rem; }
.site-chip > .icon { color: var(--accent-deep); flex: none; }
.site-chip span { flex: 1; min-width: 0; }
.site-chip small { display: block; font-size: .72rem; color: var(--ink-60); }
.site-chip strong { display: block; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.loc-list__head { font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-60); margin: .4rem 0 .3rem; }
.site-badge { position: absolute; right: .9rem; top: .9rem; z-index: 2; display: inline-flex; align-items: center; gap: .35rem; background: var(--ink); color: var(--white); border-radius: 999px; padding: .32rem .75rem; font-size: .74rem; font-weight: 600; }
.site-badge .icon { color: var(--accent-bright); }
.site-ico { display: inline-flex; }
.site-ico--trip, [data-audience="holiday"] .site-ico--work { display: none; }
[data-audience="holiday"] .site-ico--trip { display: inline-flex; }
.site-note { display: inline-flex; align-items: center; gap: .45rem; font-size: .84rem; font-weight: 500; color: var(--accent-deep); margin-top: .4rem; }
.site-distance { display: flex; align-items: center; gap: .6rem; font-weight: 600; color: var(--accent-deep); background: var(--white); border-radius: 12px; padding: .8rem 1rem; max-width: 27rem; margin: -.6rem 0 1.6rem; }
.site-distance--small { background: var(--sky); margin: 0 0 1rem; font-size: .84rem; }
.mini-card__site { display: flex; align-items: center; gap: .45rem; font-size: .8rem; font-weight: 600; color: var(--accent-deep); margin-bottom: .5rem; }
.map-site { display: grid !important; place-items: center; background: var(--ink); color: var(--accent-bright); border: 3px solid var(--white); border-radius: 50% 50% 50% 4px; transform: rotate(-45deg); box-shadow: 0 4px 14px rgba(3, 43, 48, .45); }
.map-site svg { transform: rotate(45deg); }
.leaflet-tooltip.map-distance { background: var(--white); border: 0; border-radius: 999px; padding: .15rem .55rem; font-family: var(--font); font-size: .72rem; font-weight: 600; color: var(--ink); box-shadow: 0 2px 8px rgba(3, 43, 48, .2); }
.leaflet-tooltip.map-distance::before { display: none; }
.results-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 2rem; align-items: start; }
.results-map { position: sticky; top: calc(var(--header-h) + 1.5rem); }
.results-map .map { height: min(620px, calc(100vh - var(--header-h) - 3rem)); border-radius: 16px 48px; }
.result-card__meta .is-site { color: var(--accent-deep); font-weight: 600; }
.summary__site { display: flex; gap: .6rem; align-items: flex-start; background: var(--sky); border-radius: 10px; padding: .6rem .8rem; font-size: .84rem; font-weight: 600; color: var(--accent-deep); margin: -.4rem 0 1rem; }
.summary__site small { display: block; font-weight: 500; color: var(--ink-60); }
@media (max-width: 1100px) {
  .results-layout { grid-template-columns: 1fr; }
  .results-map { position: static; order: -1; }
  .results-map .map { height: 440px; }
}


/* =====================================================================
   Motion & conversion layer (petrol shades only): booking actions, live badges, ticker, reveals
   ===================================================================== */

/* Buttons: booking actions in a petrol gradient, bright teal on dark blocks */
.btn { position: relative; overflow: hidden; isolation: isolate; transition: background .2s, color .2s, border-color .2s, box-shadow .25s, transform .2s var(--ease-out); }
.btn:active { transform: scale(.97); }
.btn--primary:hover { transform: translateY(-1px); }
.btn--cta { background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%); color: var(--white); box-shadow: 0 8px 22px rgba(1, 111, 116, .3); }
.btn--cta:hover { box-shadow: 0 12px 30px rgba(1, 111, 116, .42); transform: translateY(-2px); filter: brightness(1.07); }
.designed .btn--cta, .final-cta .btn--cta, .split__card .btn--cta { background: var(--accent-bright); color: var(--ink); box-shadow: 0 8px 26px rgba(63, 208, 217, .28); }
.btn--cta::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .6) 50%, transparent 70%); transform: translateX(-120%); }
.btn--cta:hover::after { transform: translateX(120%); transition: transform .75s var(--ease-out); }
.btn--cta .spinner { border-color: rgba(255, 255, 255, .3); border-top-color: var(--white); }
.text-link { background: linear-gradient(currentColor, currentColor) no-repeat 0 100% / 100% 1px; border-bottom: 0; padding-bottom: 3px; transition: color .2s, background-size .3s var(--ease-out); }
.text-link:hover { background-size: 35% 1px; }
.text-link--light:hover { color: var(--accent-bright); }

/* Header: frosted glass once scrolled, underline on nav hover */
.site-header { transition: box-shadow .3s, background .3s; }
.site-header.is-scrolled { background: rgba(245, 243, 238, .86); -webkit-backdrop-filter: saturate(1.4) blur(14px); backdrop-filter: saturate(1.4) blur(14px); box-shadow: 0 8px 30px rgba(3, 43, 48, .08); }
.site-header__nav a { background: linear-gradient(var(--accent), var(--accent)) no-repeat 0 100% / 0 2px; padding-bottom: 4px; transition: background-size .3s var(--ease-out), color .2s; }
.site-header__nav a:hover, .site-header__nav a.is-active { background-size: 100% 2px; }

/* Search pill: petrol go button with a soft pulse */
.search-pill { transition: box-shadow .3s, transform .3s var(--ease-out); }
.search-pill:hover { box-shadow: var(--shadow-strong); transform: translateY(-2px); }
.search-pill__go { background: linear-gradient(135deg, var(--accent), var(--accent-deep)); color: var(--white); animation: pulse-petrol 2.8s infinite; transition: filter .2s, transform .2s; }
.search-pill__go:hover { filter: brightness(1.08); transform: scale(1.06); }
@keyframes pulse-petrol { 0% { box-shadow: 0 0 0 0 rgba(17, 157, 166, .55); } 70%, 100% { box-shadow: 0 0 0 16px rgba(17, 157, 166, 0); } }

/* Hero: staggered entrance, highlighter under the accent words, live badge, trust list */
.hero { position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; z-index: -1; width: 620px; height: 620px; right: -220px; top: -260px; border-radius: 50%; background: radial-gradient(circle, rgba(63, 208, 217, .22), transparent 65%); animation: drift 16s ease-in-out infinite alternate; }
.hero__copy > * { animation: rise .9s var(--ease-out) both; }
.hero__copy > :nth-child(2) { animation-delay: .08s; }
.hero__copy > :nth-child(3) { animation-delay: .18s; }
.hero__copy > :nth-child(4) { animation-delay: .28s; }
.hero__copy > :nth-child(5) { animation-delay: .38s; }
.hero__map .map, .collage__item { animation: unveil 1.2s .15s var(--ease-out) both; }
.collage__item--2 { animation-delay: .3s; }
.collage__item--3 { animation-delay: .45s; }
@keyframes rise { from { opacity: 0; transform: translateY(26px); } }
@keyframes unveil { from { opacity: 0; clip-path: inset(8% 8% 8% 8% round 48px); transform: scale(.98); } to { opacity: 1; clip-path: inset(0 0 0 0); } }
.hero h1 { font-size: clamp(2.3rem, 4vw, 3.5rem); }
.hero__grid { grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); }
.hl { background: linear-gradient(var(--tint), var(--tint)) no-repeat 0 90% / 0 .3em; -webkit-box-decoration-break: clone; box-decoration-break: clone; animation: highlight 1s .75s var(--ease-out) forwards; }
@keyframes highlight { to { background-size: 100% .3em; } }
.live-pill { display: inline-flex; align-items: center; gap: .6rem; background: var(--white); border-radius: 999px; padding: .45rem 1rem .45rem .75rem; font-size: .78rem; font-weight: 600; box-shadow: var(--shadow); margin-bottom: 1.4rem; }
.live-pill i { position: relative; width: 9px; height: 9px; border-radius: 50%; background: #22b35e; }
.live-pill i::after, .avail--ok::after { content: ''; position: absolute; border-radius: 50%; animation: ping 2s var(--ease-out) infinite; }
.live-pill i::after { inset: 0; background: #22b35e; }
@keyframes ping { 0% { transform: scale(1); opacity: .7; } 80%, 100% { transform: scale(2.8); opacity: 0; } }
.trust { display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; list-style: none; padding: 0; margin: 1.5rem 0 0; font-size: .82rem; font-weight: 500; color: var(--ink-80); }
.trust li { display: inline-flex; align-items: center; gap: .45rem; }
.trust .icon { width: 20px; height: 20px; padding: 3px; border-radius: 50%; background: var(--accent); color: var(--white); stroke-width: 3; }
.hero__map .map { box-shadow: var(--shadow-strong); }


/* Parallax photo wrappers */
.parallax { width: 100%; height: 100%; will-change: transform; }
.parallax .photo { transform: scale(1.14); }

/* Ticker band */
.ticker-wrap { overflow: hidden; padding-block: 1.2rem; margin-bottom: 4.5rem; }
.ticker { background: var(--ink); color: var(--white); padding-block: 1.05rem; width: 106%; margin-left: -3%; transform: rotate(-1.6deg); box-shadow: 0 14px 40px rgba(3, 43, 48, .18); }
.ticker__track { display: flex; width: max-content; animation: marquee 42s linear infinite; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker ul { display: flex; list-style: none; margin: 0; padding: 0; }
.ticker li { display: flex; align-items: center; white-space: nowrap; font-size: clamp(.95rem, 1.5vw, 1.2rem); font-weight: 600; letter-spacing: -.01em; }
.ticker li::after { content: '✦'; color: var(--accent-bright); margin-inline: 1.8rem; font-size: .9em; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Dark "designed" block: drifting glows, underline on the rotating word, counters */
.designed, .final-cta { position: relative; overflow: hidden; isolation: isolate; }
.glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(70px); pointer-events: none; animation: drift 15s ease-in-out infinite alternate; }
.glow--a { width: 460px; height: 460px; top: -200px; left: -140px; background: var(--accent); opacity: .5; }
.glow--b { width: 380px; height: 380px; bottom: -220px; right: -100px; background: var(--accent-bright); opacity: .3; animation-duration: 19s; }
@keyframes drift { to { transform: translate(90px, 50px) scale(1.18); } }
.designed__word { position: relative; transition: opacity .35s, transform .35s var(--ease-out), filter .35s; }
.designed__word::after { content: ''; position: absolute; left: 0; right: 0; bottom: -.06em; height: .1em; border-radius: 99px; background: rgba(63, 208, 217, .45); transform-origin: left; transition: transform .55s .12s var(--ease-out); }
.designed__word.is-out { opacity: 0; transform: translateY(-18px); filter: blur(6px); }
.designed__word.is-out::after { transform: scaleX(0); transition-delay: 0s; }
.designed__word.is-enter { transition: none; opacity: 0; transform: translateY(18px); filter: blur(6px); }
.designed__word.is-enter::after { transition: none; transform: scaleX(0); }
.designed__facts strong { color: var(--accent-bright); font-weight: 500; font-variant-numeric: tabular-nums; }
.designed__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem 2rem; }
.split__media { position: relative; }

/* Location cards: petrol price chip, lift, arrow button */
.loc-card__media { transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out); }
.loc-card:hover .loc-card__media { transform: translateY(-6px); box-shadow: var(--shadow-strong); }
.loc-card__media .photo { transition: transform .9s var(--ease-out); }
.loc-card:hover .loc-card__media .photo { transform: scale(1.07); }
.loc-card__chip { top: .9rem; bottom: auto; box-shadow: 0 4px 14px rgba(3, 43, 48, .12); }
.loc-card .site-badge { left: .9rem; right: auto; top: 3.1rem; }
.price-chip { position: absolute; z-index: 2; left: .9rem; bottom: .9rem; display: flex; flex-direction: column; line-height: 1.12; background: var(--ink); color: var(--white); border-radius: 18px 18px 18px 4px; padding: .45rem .85rem .55rem; box-shadow: 0 8px 20px rgba(3, 43, 48, .2); transition: transform .4s var(--ease-out); }
.price-chip small { font-size: .62rem; font-weight: 600; color: rgba(255, 255, 255, .78); }
.price-chip strong { font-size: 1.3rem; font-weight: 700; letter-spacing: -.02em; }
.loc-card:hover .price-chip { transform: rotate(-3deg) scale(1.05); }
.loc-card__go { position: absolute; z-index: 2; right: .9rem; bottom: .9rem; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--white); color: var(--ink); opacity: 0; transform: scale(.5) rotate(-45deg); transition: opacity .35s, transform .45s var(--ease-out); }
.loc-card:hover .loc-card__go { opacity: 1; transform: none; }
.loc-card h3 { transition: color .2s; }

/* Availability dots: live pulse, bright teal for "available now" */
.avail--ok:not(.loc-card__chip):not(.lp-hero__badge) { position: relative; }
.avail--ok::after { left: 0; top: 50%; width: 8px; height: 8px; margin-top: -4px; background: var(--ok); }
.avail.loc-card__chip::after { left: .8rem; }
.avail.lp-hero__badge::after { left: .9rem; }
.avail--now { font-weight: 700; }
.avail--now.loc-card__chip, .avail--now.lp-hero__badge { background: var(--accent-deep); color: var(--white); }
.avail--now.loc-card__chip::before, .avail--now.loc-card__chip::after, .avail--now.lp-hero__badge::before, .avail--now.lp-hero__badge::after { background: var(--accent-bright); }

/* Tiles & cards: hover states */
.offer-tile, .benefit, .dest, .group-card__media, .room-card__media { transition: background .35s, color .35s, transform .45s var(--ease-out), box-shadow .45s var(--ease-out); }
.offer-tile:hover { background: var(--ink); transform: translateY(-6px); box-shadow: var(--shadow-strong); }
.offer-tile:hover h3 { color: var(--white); }
.offer-tile:hover p { color: rgba(255, 255, 255, .8); }
.offer-tile:hover > .icon, .offer-tile:hover .text-link { color: var(--accent-bright); }
.offer-tile > .icon { transition: transform .45s var(--ease-out), color .35s; }
.offer-tile:hover > .icon { transform: rotate(-10deg) scale(1.1); }
.benefit:hover, .dest:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.benefit > .icon { width: 52px; height: 52px; padding: 13px; border-radius: 50%; background: var(--tint-soft); color: var(--accent-deep); }
.room-card__beds { top: .9rem; bottom: auto; }
.group-card:hover .group-card__media, .room-card:hover .room-card__media { transform: translateY(-5px); box-shadow: var(--shadow-strong); }
.pill { transition: background .2s, color .2s, border-color .2s, transform .2s var(--ease-out); }
.pill:hover { transform: translateY(-1px); }

/* Final call to action */
.final-cta { background: var(--ink); color: var(--white); border-radius: 48px 16px; padding: clamp(3rem, 7vw, 5.5rem) clamp(1.25rem, 6vw, 5rem); text-align: center; }
.final-cta h2 { color: var(--white); font-size: clamp(2rem, 4.4vw, 3.5rem); max-width: 20ch; margin: 0 auto 1rem; }
.final-cta p { color: rgba(255, 255, 255, .82); max-width: 38rem; margin: 0 auto 2.2rem; }
.final-cta .search-pill { margin-inline: auto; color: var(--ink); }
.final-cta__call { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.7rem; color: var(--accent-bright); font-weight: 600; text-decoration: none; }
.final-cta__call:hover { text-decoration: underline; }

/* Prices per bed in the booking engine */
.bed-price { display: inline-block; margin-top: .35rem; background: var(--tint-soft); color: var(--accent-deep); border-radius: 999px; padding: .2rem .65rem; font-size: .76rem; font-weight: 600; white-space: nowrap; }
.book-bar__price strong { font-weight: 600; }
.map-popup em.is-ok { color: var(--ink); }

/* Map pins pulse where something is free */
.map-pin:not(.map-pin--off)::after { content: ''; position: absolute; inset: -3px; border-radius: 50%; border: 2px solid var(--accent); animation: ping 2.4s var(--ease-out) infinite; }

/* Scroll reveal (classes set by site.js, so content stays visible without JS) */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); transition-delay: calc(var(--i, 0) * 90ms); }
.reveal.is-in { opacity: 1; transform: none; }

/* Floating booking button on phones */
.m-cta { display: none; }

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .ticker-wrap { margin-bottom: 3.2rem; }
  .ticker li::after { margin-inline: 1.1rem; }
  .final-cta { border-radius: 28px; }
  .loc-card__go { display: none; }
  .m-cta { display: block; position: fixed; z-index: 900; left: 16px; right: 16px; bottom: 16px; transform: translateY(160%); transition: transform .4s var(--ease-out); }
  .m-cta.is-visible { transform: none; }
  .m-cta .btn { box-shadow: 0 12px 30px rgba(3, 43, 48, .3); }
  .has-m-cta .site-footer__bottom { padding-bottom: 5.5rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; }
  .ticker__track { animation: none; }
}
