/*
  HOTEL LÄRCHENHOF — concept demo stylesheet.
  Design language: cinematic hospitality. Slate ground, larch-wood accent, warm
  off-white type. Full-bleed image stages, a sticky image column the copy
  scrolls past, a horizontally snapping room rail. Radii stay between 0 and 4px,
  motion is limited to slow cross-fades.

  Every selector is prefixed `lh-` (or scoped under `.lh`) so nothing leaks in
  or out of the Appvolution demo frame.
*/

.lh {
  --slate: #20242a;
  --slate-2: #262b32;
  --slate-3: #1a1d22;
  --slate-deep: #171a1f;
  --larch: #b98b52;
  --larch-lift: #d0a068;
  --paper: #f4efe7;
  --ink: #f4efe7;
  --ink-2: #c2bdb2;
  --ink-3: #99958b;
  --line: rgba(244, 239, 231, .17);
  --line-soft: rgba(244, 239, 231, .09);
  --display: "Spectral", "Iowan Old Style", Georgia, serif;
  --sans: "Lato", system-ui, -apple-system, "Segoe UI", sans-serif;
  --shell: 1420px;
  --gut: clamp(20px, 5vw, 72px);

  margin: var(--appv-bar-h) 0 0;
  color: var(--ink);
  background: var(--slate);
  font-family: var(--sans);
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.72;
  color-scheme: dark;
  -webkit-font-smoothing: antialiased;
}
.lh *, .lh *::before, .lh *::after { box-sizing: border-box; }
:where(.lh) img { display: block; max-width: 100%; height: auto; }
:where(.lh) a { color: inherit; text-decoration: none; }
:where(.lh) p { margin: 0 0 1.05em; }
.lh :focus-visible { outline: 2px solid var(--larch-lift); outline-offset: 3px; }
.lh ::selection { background: var(--larch); color: #1a1408; }

.lh .skip {
  position: fixed; left: 12px; top: -90px; z-index: 300;
  padding: 11px 18px; color: var(--slate); background: var(--paper);
  font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  transition: top .18s ease;
}
.lh .skip:focus { top: calc(var(--appv-bar-h) + 10px); }

.lh-shell { width: min(100% - var(--gut) * 2, var(--shell)); margin-inline: auto; }

/* ------------------------------------------------------------- typography */

.lh h1, .lh h2, .lh h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: .012em;
}
.lh h1 { font-size: clamp(2.5rem, 5.8vw, 4.9rem); }
.lh h2 { font-size: clamp(1.85rem, 3.6vw, 3.1rem); }
.lh h3 { font-size: clamp(1.15rem, 1.5vw, 1.42rem); font-weight: 400; }

.lh-eyebrow {
  margin: 0 0 16px;
  font-family: var(--sans);
  font-size: .69rem; font-weight: 700; letter-spacing: .3em; text-transform: uppercase;
  color: var(--larch);
}
.lh-eyebrow--light { color: var(--paper); }
.lh-hint { color: var(--ink-3); font-size: .84rem; line-height: 1.6; }

.lh-link {
  display: inline-flex; align-items: center; gap: 12px;
  padding-bottom: 5px; border-bottom: 1px solid var(--line);
  font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  transition: color .25s ease, border-color .25s ease;
}
.lh-link:hover { color: var(--larch); border-color: var(--larch); }
.lh-link i { font-style: normal; transition: transform .25s ease; }
.lh-link:hover i { transform: translateX(6px); }
.lh-link--back { border: 0; margin-bottom: 20px; }
.lh-link--back:hover i { transform: translateX(-6px); }

/* ---------------------------------------------------------------- buttons */

.lh-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 13px 28px;
  border: 1px solid rgba(244, 239, 231, .34); border-radius: 2px;
  background: transparent; color: var(--ink); cursor: pointer;
  font-family: var(--sans); font-size: .77rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; text-align: center;
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}
.lh-btn:hover { color: var(--larch-lift); border-color: var(--larch-lift); }
.lh-btn--solid { background: var(--larch); border-color: var(--larch); color: #1a1408; }
.lh-btn--solid:hover { background: var(--larch-lift); border-color: var(--larch-lift); color: #1a1408; }
.lh-btn--ghost { border-color: rgba(244, 239, 231, .55); }
.lh-btn--light { background: var(--paper); border-color: var(--paper); color: var(--slate); }
.lh-btn--light:hover { background: #fff; border-color: #fff; color: var(--slate); }
.lh-btn--sm { min-height: 40px; padding: 10px 18px; font-size: .69rem; }
.lh-btn--lg { min-height: 58px; padding: 17px 34px; }
.lh-btn--block { display: flex; width: 100%; margin-top: 10px; }

/* ----------------------------------------------------------------- header */

.lh-head {
  position: sticky; top: var(--appv-bar-h); z-index: 90;
  background: rgba(26, 29, 34, .9);
  border-bottom: 1px solid var(--line-soft);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
}
.lh-head__inner { display: flex; align-items: center; gap: clamp(16px, 3vw, 40px); min-height: 74px; }
.lh-brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 1 auto; min-width: 0; }
.lh-brand svg { width: 26px; height: 26px; flex: 0 0 auto; color: var(--larch); }
.lh-brand__name {
  display: flex; flex-direction: column; min-width: 0;
  font-family: var(--display); font-size: 1.32rem; font-weight: 400;
  letter-spacing: .16em; line-height: 1.15; text-transform: uppercase;
}
.lh-brand__name i {
  font-family: var(--sans); font-style: normal; font-size: .55rem; font-weight: 700;
  letter-spacing: .26em; color: var(--ink-3);
}
.lh-nav { display: flex; flex-wrap: wrap; gap: clamp(16px, 2vw, 30px); margin-left: auto; }
.lh-nav a {
  font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-2); transition: color .22s ease;
}
.lh-nav a:hover { color: var(--ink); }
.lh-nav a[aria-current] { color: var(--larch); }
.lh-head__actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; margin-left: auto; }
.lh-nav + .lh-head__actions { margin-left: 0; }

.lh-burger {
  display: none; width: 44px; height: 44px; padding: 0;
  border: 1px solid var(--line); border-radius: 2px; background: none; cursor: pointer;
}
.lh-burger i, .lh-burger::before, .lh-burger::after {
  content: ""; display: block; width: 18px; height: 1px; margin: 5px auto;
  background: var(--ink); transition: transform .22s ease, opacity .22s ease;
}
.lh-burger[aria-expanded="true"] i { opacity: 0; }
.lh-burger[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.lh-burger[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.lh-mobile { display: grid; padding: 6px var(--gut) 18px; background: var(--slate-3); border-top: 1px solid var(--line-soft); }
.lh-mobile a {
  padding: 13px 0; border-bottom: 1px solid var(--line-soft);
  font-size: .78rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.lh-mobile a[aria-current] { color: var(--larch); }
@media (min-width: 981px) { .lh-mobile { display: none !important; } }

/* ------------------------------------------------------------------- hero */

.lh-hero {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  min-height: clamp(540px, 86vh, 880px);
}
@supports (height: 1svh) { .lh-hero { min-height: clamp(540px, 86svh, 880px); } }
.lh-hero__media { position: absolute; inset: 0; }
.lh-hero__media picture { display: block; width: 100%; height: 100%; }
.lh-hero__img { width: 100%; height: 100%; object-fit: cover; }
/* The hero photograph runs from near-black to bright larch. The veil has to
   carry the type on both, so it darkens the reading corner twice. */
.lh-hero__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 23, 27, .5) 0%, rgba(20, 23, 27, .28) 34%, rgba(20, 23, 27, .95) 100%),
    linear-gradient(94deg, rgba(20, 23, 27, .88) 0%, rgba(20, 23, 27, .58) 44%, rgba(20, 23, 27, .05) 88%);
}
/* `.lh-shell` already sets an explicit width, so a `max-width` here would
   re-centre the block instead of narrowing it — the measure belongs on the
   text itself. */
.lh-hero__inner { position: relative; z-index: 2; padding: clamp(90px, 12vw, 150px) 0 clamp(30px, 4vw, 52px); }
.lh-hero__eyebrow {
  margin: 0 0 22px;
  font-size: .7rem; font-weight: 700; letter-spacing: .34em; text-transform: uppercase; color: var(--larch);
}
.lh-hero h1 { margin-bottom: 26px; }
.lh-hero__lead { max-width: 46ch; font-size: clamp(1rem, 1.3vw, 1.14rem); color: var(--ink-2); }
.lh-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.lh-hero__facts {
  position: relative; z-index: 2; margin: 0;
  width: min(100% - var(--gut) * 2, var(--shell)); margin-inline: auto;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px 20px;
  padding: 22px 0 clamp(26px, 3vw, 40px); border-top: 1px solid var(--line);
}
.lh-hero__facts dt { font-size: .66rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); }
.lh-hero__facts dd { margin: 4px 0 0; font-family: var(--display); font-weight: 300; font-size: clamp(1.3rem, 2.2vw, 1.9rem); }

/* --------------------------------------------------------------- sections */

.lh-section { padding: clamp(64px, 8vw, 128px) 0; }
.lh-section--top { padding-top: clamp(26px, 3vw, 44px); }
.lh-section--tight { padding-bottom: clamp(24px, 3vw, 40px); }
.lh-quiet { background: var(--slate-3); }

.lh-sectionhead {
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(20px, 3vw, 60px); align-items: end;
  padding-bottom: clamp(28px, 3.5vw, 50px);
}
.lh-sectionhead__aside { margin: 0; color: var(--ink-2); font-size: .96rem; max-width: 52ch; }

.lh-empty {
  margin: 24px 0 0; padding: 22px 24px;
  border: 1px dashed var(--line); color: var(--ink-2); font-size: .94rem;
}

.lh-ticks { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 9px; }
.lh-ticks li { position: relative; padding-left: 26px; color: var(--ink-2); font-size: .94rem; line-height: 1.6; }
.lh-ticks li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 12px; height: 1px; background: var(--larch);
}

.lh-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 0; padding: 0; }
.lh-tags li {
  padding: 6px 12px; border: 1px solid var(--line-soft); border-radius: 2px;
  font-size: .76rem; letter-spacing: .04em; color: var(--ink-2);
}

/* ------------------------------------------------- availability signature */

.lh-avail { border: 1px solid var(--line); border-top: 2px solid var(--larch); background: var(--slate-2); padding: clamp(18px, 2.4vw, 30px); }
.lh-avail__grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 16px clamp(14px, 1.6vw, 24px); align-items: end;
}
.lh-avail__field { margin: 0; display: grid; gap: 8px; min-width: 0; }
.lh-avail__field label {
  font-size: .66rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3);
}
.lh-avail__field label span { letter-spacing: .1em; text-transform: none; font-weight: 400; }
.lh-avail__field input, .lh-avail__field select {
  width: 100%; min-width: 0; padding: 12px 12px;
  border: 1px solid var(--line); border-radius: 2px;
  background: rgba(244, 239, 231, .05); color: var(--ink);
  font-family: var(--sans); font-size: .96rem; line-height: 1.3;
}
.lh-avail__field input:hover, .lh-avail__field select:hover { border-color: rgba(244, 239, 231, .34); }
.lh-avail__grid .lh-btn { white-space: nowrap; }
.lh-avail__out {
  margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--line-soft);
  font-family: var(--display); font-weight: 300; font-size: clamp(1.05rem, 1.8vw, 1.42rem); color: var(--paper);
}
.lh-avail__hint { margin: 8px 0 0; font-size: .8rem; line-height: 1.6; color: var(--ink-3); }

/* --------------------------------------------------------------- the rail */

.lh-stay { padding: clamp(60px, 7.5vw, 116px) 0 clamp(50px, 6vw, 96px); }
.lh-rail { margin-top: clamp(26px, 3.4vw, 46px); }
.lh-rail__track {
  display: flex; gap: clamp(14px, 1.6vw, 22px);
  overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory; scroll-padding-left: var(--gut);
  padding: 4px var(--gut) 20px;
}
.lh-rail__track::-webkit-scrollbar { height: 3px; }
.lh-rail__track::-webkit-scrollbar-track { background: var(--line-soft); }
.lh-rail__track::-webkit-scrollbar-thumb { background: var(--larch); }
.lh-rail__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 12px; }
.lh-rail__hint { margin: 0; font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }

.lh-rcard {
  flex: 0 0 min(360px, 78vw); scroll-snap-align: start;
  display: flex; flex-direction: column;
  border: 1px solid var(--line); background: var(--slate-2);
  transition: border-color .3s ease, transform .5s cubic-bezier(.22, .61, .36, 1);
}
.lh-rcard:hover { border-color: var(--larch); }
.lh-rcard__media { display: block; overflow: hidden; }
.lh-rcard__media img { width: 100%; height: clamp(180px, 21vw, 236px); object-fit: cover; }
.lh-rcard__body { display: flex; flex-direction: column; gap: 4px; padding: 22px 24px 26px; flex: 1 1 auto; }
.lh-rcard__kicker { margin: 0; font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--larch); }
.lh-rcard h3 { margin: 4px 0 6px; }
.lh-rcard__lead { margin: 0 0 16px; color: var(--ink-2); font-size: .92rem; line-height: 1.62; }
.lh-rcard__price { margin: auto 0 0; display: flex; align-items: baseline; gap: 8px; }
.lh-rcard__price b { font-family: var(--display); font-weight: 300; font-size: 1.5rem; }
.lh-rcard__price span { font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.lh-rcard__total { margin: 8px 0 0; padding-top: 10px; border-top: 1px solid var(--line-soft); font-size: .86rem; color: var(--larch); }

@media (prefers-reduced-motion: no-preference) {
  .lh-rcard:hover { transform: translateY(-4px); }
}

/* -------------------------------------------------- sticky image column */

.lh-scroll {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 78px); align-items: start;
  padding: clamp(60px, 8vw, 132px) 0;
}
.lh-scroll__media { position: sticky; top: calc(var(--appv-bar-h) + 92px); }
.lh-scroll__stack { position: relative; width: 100%; height: min(74vh, 680px); overflow: hidden; background: var(--slate-3); }
.lh-scroll__shot { position: absolute; inset: 0; opacity: 0; }
.lh-scroll__shot.is-active { opacity: 1; }
.lh-scroll__shot picture { display: block; width: 100%; height: 100%; }
.lh-scroll__shot img { width: 100%; height: 100%; object-fit: cover; }
.lh-scroll__block { padding: clamp(24px, 5vw, 74px) 0; }
.lh-scroll__block:first-child { padding-top: 0; }
.lh-scroll__block h2 { margin-bottom: 22px; }
.lh-scroll__block p { color: var(--ink-2); max-width: 46ch; }

.lh-scroll__dots { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 22px; margin: 16px 0 0; padding: 0; }
.lh-scroll__dot {
  display: inline-flex; align-items: baseline; gap: 8px;
  font-size: .66rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink-3); transition: color .5s ease;
}
.lh-scroll__dot span { font-family: var(--display); font-weight: 300; font-size: .95rem; letter-spacing: 0; }
.lh-scroll__dot.is-active { color: var(--larch); }

@media (prefers-reduced-motion: no-preference) {
  .lh-scroll__shot { opacity: 0; transform: scale(1.05); transition: opacity 1.2s cubic-bezier(.4, 0, .2, 1), transform 2.6s cubic-bezier(.4, 0, .2, 1); }
  .lh-scroll__shot.is-active { opacity: 1; transform: scale(1); }
  .lh-scroll__block { min-height: 46vh; display: flex; flex-direction: column; justify-content: center; }
}

/* -------------------------------------------------------------- the band */

.lh-band { position: relative; overflow: hidden; padding: clamp(80px, 11vw, 156px) 0; }
.lh-band__media { position: absolute; inset: 0; }
.lh-band__media picture { display: block; width: 100%; height: 100%; }
.lh-band__media img { width: 100%; height: 100%; object-fit: cover; }
.lh-band__veil {
  position: absolute; inset: 0;
  background: linear-gradient(96deg, rgba(23, 26, 31, .94) 0%, rgba(23, 26, 31, .72) 46%, rgba(23, 26, 31, .32) 100%);
}
.lh-band__inner { position: relative; z-index: 2; }
.lh-band__inner h2 { margin-bottom: 22px; }
.lh-band__inner p { color: var(--ink-2); max-width: 46ch; }
.lh-band__inner .lh-btn { margin-top: 16px; }

/* --------------------------------------------------------------- pagehead */

.lh-pagehead {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  min-height: clamp(420px, 62vh, 660px);
}
.lh-pagehead--short { min-height: clamp(320px, 46vh, 480px); }
.lh-pagehead__media { position: absolute; inset: 0; }
.lh-pagehead__media picture { display: block; width: 100%; height: 100%; }
.lh-pagehead__img { width: 100%; height: 100%; object-fit: cover; }
.lh-pagehead__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 23, 27, .5) 0%, rgba(20, 23, 27, .24) 38%, rgba(20, 23, 27, .94) 100%),
    linear-gradient(94deg, rgba(20, 23, 27, .84) 0%, rgba(20, 23, 27, .5) 46%, rgba(20, 23, 27, .04) 86%);
}
.lh-pagehead--short .lh-pagehead__veil {
  background:
    linear-gradient(180deg, rgba(20, 23, 27, .34) 0%, rgba(20, 23, 27, .2) 42%, rgba(20, 23, 27, .92) 100%),
    linear-gradient(94deg, rgba(20, 23, 27, .8) 0%, rgba(20, 23, 27, .42) 48%, rgba(20, 23, 27, .02) 84%);
}
/* The short pagehead is a very flat frame: `cover` keeps a narrow horizontal
   band and, centred, that band lands above the subject on a 3:2 photograph.
   Biasing the crop downwards keeps the room itself in the picture. On phones
   the frame is nearly square again, so the shift is desktop-only. */
@media (min-width: 761px) {
  .lh-pagehead--short .lh-pagehead__img { object-position: 50% 66%; }
}
.lh-pagehead__inner { position: relative; z-index: 2; padding: clamp(80px, 10vw, 130px) 0 clamp(34px, 4vw, 58px); }
.lh-pagehead__lead { max-width: 50ch; margin-top: 26px; color: var(--ink-2); }

/* ------------------------------------------------------------ room list */

.lh-list { display: grid; gap: clamp(44px, 6vw, 96px); }
.lh-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(22px, 3.4vw, 62px); align-items: center; }
.lh-row:nth-child(even) .lh-row__media { order: 2; }
.lh-row__media { overflow: hidden; background: var(--slate-3); }
.lh-row__media img { width: 100%; height: clamp(240px, 32vw, 440px); object-fit: cover; transition: transform 1.4s cubic-bezier(.22, .61, .36, 1); }
.lh-row__media a:hover img { transform: scale(1.04); }
.lh-row__body { min-width: 0; }
.lh-row__body h2 { margin-bottom: 16px; }
.lh-row__lead { color: var(--ink-2); max-width: 46ch; }

.lh-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 22px; margin: 24px 0 0; }
.lh-specs dt { font-size: .64rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.lh-specs dd { margin: 4px 0 0; font-size: .93rem; color: var(--ink); }

.lh-row__foot { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line-soft); }
.lh-price { margin: 0; display: grid; gap: 2px; }
.lh-price b { font-family: var(--display); font-weight: 300; font-size: clamp(1.6rem, 2.4vw, 2.1rem); line-height: 1.1; }
.lh-price span { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); }
.lh-price em { font-style: normal; margin-top: 6px; font-size: .9rem; color: var(--larch); }
.lh-row__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }

.lh-check { display: inline-flex; align-items: center; gap: 9px; padding: 12px 14px; border: 1px solid var(--line-soft); border-radius: 2px; cursor: pointer; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-2); transition: border-color .25s ease, color .25s ease; }
.lh-check:hover { border-color: var(--larch); color: var(--ink); }
.lh-check input { accent-color: var(--larch); width: 16px; height: 16px; }
.lh-check.is-picked { border-color: var(--larch); color: var(--larch); }

/* --------------------------------------------------------------- compare */

.lh-compare__status { margin: 0 0 14px; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); }
.lh-compare__scroll { overflow-x: auto; border: 1px solid var(--line); background: var(--slate-2); }
.lh-ctable { width: 100%; min-width: 620px; border-collapse: collapse; }
.lh-ctable th, .lh-ctable td {
  padding: 14px 18px; text-align: left; vertical-align: top;
  border-bottom: 1px solid var(--line-soft); font-size: .9rem; line-height: 1.6;
}
.lh-ctable thead th { font-family: var(--display); font-weight: 400; font-size: 1.1rem; color: var(--larch); border-bottom: 1px solid var(--line); }
.lh-ctable tbody th { font-weight: 400; color: var(--ink-3); white-space: nowrap; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; }
.lh-ctable tbody tr:last-child th, .lh-ctable tbody tr:last-child td { border-bottom: 0; }
.lh-ctable td b { font-family: var(--display); font-weight: 300; font-size: 1.25rem; color: var(--paper); }
.lh-ctable ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 5px; }

.lh-table__scroll { overflow-x: auto; margin: 20px 0 0; border: 1px solid var(--line-soft); }
.lh-dtable { width: 100%; min-width: 420px; border-collapse: collapse; }
.lh-dtable th, .lh-dtable td { padding: 13px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line-soft); font-size: .92rem; line-height: 1.6; }
.lh-dtable th { width: 32%; font-weight: 400; color: var(--ink-3); font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; }
.lh-dtable tr:last-child th, .lh-dtable tr:last-child td { border-bottom: 0; }

/* -------------------------------------------------------- detail / stage */

.lh-stage {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  min-height: clamp(500px, 76vh, 800px);
}
.lh-stage__shots { position: absolute; inset: 0; background: var(--slate-3); }
.lh-stage__shot { position: absolute; inset: 0; opacity: 0; }
.lh-stage__shot.is-active { opacity: 1; }
.lh-stage__shot picture { display: block; width: 100%; height: 100%; }
.lh-stage__img { width: 100%; height: 100%; object-fit: cover; }
.lh-stage__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 26, 31, .7) 0%, rgba(23, 26, 31, .26) 40%, rgba(23, 26, 31, .94) 100%),
    linear-gradient(90deg, rgba(23, 26, 31, .64) 0%, rgba(23, 26, 31, 0) 68%);
}
.lh-stage__caption { position: relative; z-index: 2; padding: clamp(80px, 9vw, 120px) 0 24px; }
.lh-stage__lead { max-width: 46ch; margin: 20px 0 0; color: var(--ink-2); }
.lh-stage__thumbs { position: relative; z-index: 2; display: flex; gap: 10px; overflow-x: auto; padding: 0 0 clamp(26px, 3vw, 44px); }
.lh-stage__thumbs::-webkit-scrollbar { height: 3px; }
.lh-stage__thumbs::-webkit-scrollbar-thumb { background: var(--larch); }
.lh-thumb {
  flex: 0 0 auto; width: 98px; height: 68px; padding: 0; overflow: hidden; cursor: pointer;
  border: 1px solid rgba(244, 239, 231, .32); border-radius: 2px; background: none;
  opacity: .6; transition: opacity .3s ease, border-color .3s ease;
}
.lh-thumb img { width: 100%; height: 100%; object-fit: cover; }
.lh-thumb:hover { opacity: .9; }
.lh-thumb.is-active { opacity: 1; border-color: var(--larch); }

@media (prefers-reduced-motion: no-preference) {
  .lh-stage__shot { transition: opacity 1.3s cubic-bezier(.4, 0, .2, 1); }
}

.lh-detail__body { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: clamp(26px, 4vw, 74px); align-items: start; }
.lh-detail__text { min-width: 0; }
.lh-detail__text h2 { margin: 0 0 18px; font-size: clamp(1.4rem, 2.2vw, 1.9rem); }
.lh-detail__text h2 + p { color: var(--ink-2); }
.lh-detail__text > * + h2 { margin-top: clamp(34px, 4vw, 54px); }
.lh-detail__aside {
  position: sticky; top: calc(var(--appv-bar-h) + 96px);
  border: 1px solid var(--line); border-top: 2px solid var(--larch);
  background: var(--slate-2); padding: clamp(22px, 2.6vw, 32px);
}
.lh-detail__total { margin: 0; font-family: var(--display); font-weight: 300; font-size: clamp(2rem, 3.4vw, 2.8rem); line-height: 1.1; }
.lh-detail__meta { margin: 8px 0 0; font-size: .86rem; color: var(--ink-2); }
.lh-detail__note { margin: 14px 0 20px; padding: 12px 14px; border-left: 2px solid var(--larch); background: rgba(185, 139, 82, .1); font-size: .85rem; color: var(--ink-2); }
.lh-detail__note.is-warn { border-left-color: #e08b6b; background: rgba(224, 139, 107, .12); }
.lh-detail__facts { margin: 26px 0 0; padding-top: 20px; border-top: 1px solid var(--line-soft); display: grid; gap: 14px; }
.lh-detail__facts dt { font-size: .64rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.lh-detail__facts dd { margin: 3px 0 0; font-size: .9rem; color: var(--ink-2); }

/* --------------------------------------------------------------- booking */

.lh-booking { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); gap: clamp(26px, 3.4vw, 60px); align-items: start; }

.lh-steps { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 0 0 clamp(26px, 3vw, 42px); padding: 0 0 20px; border-bottom: 1px solid var(--line-soft); }
.lh-steps li { display: inline-flex; align-items: baseline; gap: 10px; font-size: .74rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-3); }
.lh-steps li span { font-family: var(--display); font-size: 1.1rem; font-weight: 300; letter-spacing: 0; }
.lh-steps li.is-current { color: var(--larch); }
.lh-steps li.is-done { color: var(--ink-2); }

.lh-fieldset { display: block; width: 100%; margin: 0; padding: 0; border: 0; min-width: 0; }
.lh-fieldset legend {
  display: block; width: 100%; float: none; margin: 0 0 24px; padding: 0 0 14px;
  border-bottom: 1px solid var(--line);
  font-family: var(--display); font-weight: 300; font-size: clamp(1.4rem, 2.6vw, 2rem); line-height: 1.15; color: var(--paper);
}
.lh-fieldset__hint { margin: 22px 0 0; font-size: .84rem; color: var(--ink-3); }

.lh-fieldgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px clamp(16px, 2vw, 26px); }
.lh-field { margin: 0; display: grid; gap: 8px; min-width: 0; }
.lh-field--wide { grid-column: 1 / -1; }
.lh-field label { font-size: .66rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.lh-field input, .lh-field select, .lh-field textarea {
  width: 100%; min-width: 0; padding: 12px 13px;
  border: 1px solid var(--line); border-radius: 2px;
  background: rgba(244, 239, 231, .05); color: var(--ink);
  font-family: var(--sans); font-size: .96rem; line-height: 1.45;
}
.lh-field textarea { resize: vertical; }
.lh-field input::placeholder, .lh-field textarea::placeholder { color: var(--ink-3); }
.lh-field input:hover, .lh-field select:hover, .lh-field textarea:hover { border-color: rgba(244, 239, 231, .34); }

.lh-choices { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 10px; }
.lh-choices--extras { margin-bottom: 28px; }
.lh-choice label {
  display: flex; align-items: flex-start; gap: 14px; padding: 16px 18px; cursor: pointer;
  border: 1px solid var(--line); border-radius: 2px; background: rgba(244, 239, 231, .03);
  transition: border-color .25s ease, background .25s ease;
}
.lh-choice label:hover { border-color: rgba(244, 239, 231, .36); }
.lh-choice input { margin: 5px 0 0; width: 17px; height: 17px; flex: 0 0 auto; accent-color: var(--larch); }
.lh-choice__body { display: grid; gap: 3px; flex: 1 1 auto; min-width: 0; }
.lh-choice__body b { font-family: var(--display); font-weight: 400; font-size: 1.16rem; }
.lh-choice__meta { font-size: .84rem; color: var(--ink-3); }
.lh-choice__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px; margin-top: 6px; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.lh-choice__price em { font-style: normal; font-family: var(--display); font-size: 1.3rem; letter-spacing: 0; text-transform: none; color: var(--larch); }
.lh-choice.is-picked label { border-color: var(--larch); background: rgba(185, 139, 82, .12); }

.lh-consent { margin: 24px 0 0; }
.lh-consent label { display: flex; align-items: flex-start; gap: 12px; font-size: .87rem; line-height: 1.6; color: var(--ink-2); }
.lh-consent input { margin: 4px 0 0; width: 17px; height: 17px; flex: 0 0 auto; accent-color: var(--larch); }

.lh-form__nav { display: flex; flex-wrap: wrap; gap: 12px; margin-top: clamp(26px, 3vw, 40px); }

.lh-summary {
  position: sticky; top: calc(var(--appv-bar-h) + 96px);
  border: 1px solid var(--line); border-top: 2px solid var(--larch);
  background: var(--slate-2); padding: clamp(22px, 2.6vw, 32px);
}
.lh-summary h2 { font-size: clamp(1.4rem, 2.2vw, 1.85rem); margin-bottom: 18px; }
.lh-summary__lines { margin: 0; display: grid; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line-soft); }
.lh-summary__lines > div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.lh-summary__lines dt { font-size: .86rem; color: var(--ink-2); min-width: 0; }
.lh-summary__lines dd { margin: 0; font-size: .9rem; white-space: nowrap; }
.lh-summary__total { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin: 18px 0 0; }
.lh-summary__total span { font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.lh-summary__total b { font-family: var(--display); font-weight: 300; font-size: clamp(1.7rem, 2.8vw, 2.3rem); line-height: 1.1; color: var(--larch); }
.lh-summary__note { margin: 18px 0 0; font-size: .78rem; line-height: 1.6; color: var(--ink-3); }

.lh-form--card { border: 1px solid var(--line); border-top: 2px solid var(--larch); background: var(--slate-2); padding: clamp(24px, 3vw, 38px); }
.lh-form--card h2 { margin-bottom: 24px; font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
.lh-form--card .lh-btn { margin-top: 26px; }

/* ------------------------------------------------------------ experience */

.lh-seasons { display: flex; flex-wrap: wrap; gap: 10px; }
.lh-season {
  display: grid; gap: 3px; padding: 14px 26px; cursor: pointer;
  border: 1px solid var(--line); border-radius: 2px; background: transparent; color: var(--ink-2);
  font-family: var(--sans); font-size: .82rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  transition: border-color .25s ease, color .25s ease, background .25s ease;
}
.lh-season span { font-size: .66rem; font-weight: 400; letter-spacing: .12em; color: var(--ink-3); }
.lh-season:hover { border-color: rgba(244, 239, 231, .4); color: var(--ink); }
.lh-season.is-active { border-color: var(--larch); background: rgba(185, 139, 82, .14); color: var(--larch); }
.lh-season__out { margin: 16px 0 0; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-3); }

.lh-prog { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 290px), 1fr)); gap: clamp(14px, 1.8vw, 24px); margin-top: clamp(26px, 3vw, 44px); }
.lh-prog__item { display: flex; flex-direction: column; padding: clamp(22px, 2.4vw, 30px); border: 1px solid var(--line); background: var(--slate-2); transition: border-color .3s ease; }
.lh-prog__item:hover { border-color: var(--larch); }
.lh-prog__when { margin: 0 0 10px; font-size: .68rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--larch); }
.lh-prog__item h3 { margin-bottom: 12px; }
.lh-prog__text { color: var(--ink-2); font-size: .92rem; line-height: 1.66; }
.lh-prog__foot { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin: auto 0 0; padding-top: 16px; border-top: 1px solid var(--line-soft); }
.lh-prog__foot span { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.lh-prog__foot b { font-family: var(--display); font-weight: 300; font-size: 1.25rem; color: var(--paper); }

/* ------------------------------------------------------- split / cta / gallery */

.lh-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 3.6vw, 68px); align-items: center; }
.lh-split__media { overflow: hidden; background: var(--slate-3); }
.lh-split__media img { width: 100%; height: clamp(260px, 34vw, 460px); object-fit: cover; }
.lh-split__copy { min-width: 0; }
.lh-split__copy h2 { margin-bottom: 20px; }
.lh-split__copy p { color: var(--ink-2); max-width: 46ch; }

.lh-contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(26px, 3.6vw, 66px); align-items: start; }
.lh-contact__info { min-width: 0; }
.lh-contact__info h2 { margin-bottom: 22px; }
.lh-contact address { font-style: normal; margin: 0 0 14px; font-size: 1rem; line-height: 1.9; color: var(--ink-2); }

.lh-cta {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: clamp(22px, 3vw, 50px);
  padding: clamp(46px, 6vw, 86px) 0; border-top: 1px solid var(--line-soft);
}
.lh-cta h2 { margin-bottom: 16px; }
.lh-cta p { color: var(--ink-2); max-width: 46ch; margin: 0; }

/* ----------------------------------------------------------------- footer */

.lh-foot { padding: clamp(50px, 6vw, 84px) 0 clamp(30px, 3vw, 48px); background: var(--slate-deep); border-top: 1px solid var(--line-soft); }
.lh-foot__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); gap: clamp(24px, 3vw, 48px); padding-bottom: clamp(30px, 4vw, 52px); }
.lh-foot__col { min-width: 0; }
.lh-foot__col h2 { font-family: var(--sans); font-size: .68rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; }
.lh-foot__col a { display: block; padding: 5px 0; font-size: .9rem; color: var(--ink-2); transition: color .22s ease; }
.lh-foot__col a:hover { color: var(--larch); }
.lh-foot__mark { margin: 0 0 12px; font-family: var(--display); font-weight: 300; font-size: 1.6rem; letter-spacing: .18em; text-transform: uppercase; }
.lh-foot__claim { color: var(--ink-3); font-size: .88rem; line-height: 1.72; max-width: 40ch; }
.lh-foot address { font-style: normal; font-size: .9rem; line-height: 1.9; color: var(--ink-2); }
.lh-note { margin: 0; padding-top: clamp(22px, 2.6vw, 34px); border-top: 1px solid var(--line-soft); font-size: .78rem; line-height: 1.7; color: var(--ink-3); }
.lh-note a { color: var(--larch); text-decoration: underline; text-underline-offset: 3px; }

/* ------------------------------------------------------------ reveal */

@media (prefers-reduced-motion: no-preference) {
  html.appv-demo [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 1.05s cubic-bezier(.22, .61, .36, 1), transform 1.05s cubic-bezier(.22, .61, .36, 1); }
  html.appv-demo [data-reveal].is-in { opacity: 1; transform: none; }
}

/* ------------------------------------------------------------ responsive */

@media (max-width: 1120px) {
  .lh-avail__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lh-avail__grid .lh-btn { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 980px) {
  .lh-nav { display: none; }
  .lh-burger { display: block; }
  .lh-head__inner { min-height: 66px; }
  .lh-sectionhead { grid-template-columns: minmax(0, 1fr); align-items: start; gap: 18px; }
  .lh-scroll { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .lh-scroll__media { top: calc(var(--appv-bar-h) + 74px); }
  .lh-scroll__stack { height: min(42vh, 320px); }
  .lh-detail__body { grid-template-columns: minmax(0, 1fr); }
  .lh-detail__aside { position: static; }
  .lh-booking { grid-template-columns: minmax(0, 1fr); }
  .lh-summary { position: static; order: -1; }
  .lh-contact { grid-template-columns: minmax(0, 1fr); }
  .lh-avail__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .lh-row { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .lh-row:nth-child(even) .lh-row__media { order: 0; }
  .lh-split { grid-template-columns: minmax(0, 1fr); }
  .lh-scroll__block { min-height: 0; padding: 20px 0 30px; }
}

@media (max-width: 760px) {
  .lh { font-size: 16px; }
  .lh-hero__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 18px; }
  .lh-fieldgrid { grid-template-columns: 1fr; }
  .lh-specs { grid-template-columns: 1fr; }
  .lh-hero__actions .lh-btn, .lh-cta .lh-btn { flex: 1 1 220px; }
  .lh-row__foot { flex-direction: column; align-items: stretch; }
  .lh-row__actions { flex-direction: column; align-items: stretch; }
  .lh-check { justify-content: center; }
  .lh-brand__name { font-size: 1.12rem; }
}

@media (max-width: 620px) {
  /* The key/value table needs 420px before its second column starts breaking
     words. Below that the scroller only ever showed a clipped right column, so
     the table stacks into labelled rows instead and nothing scrolls sideways. */
  .lh-table__scroll { overflow-x: visible; }
  .lh-dtable, .lh-dtable tbody, .lh-dtable tr, .lh-dtable th, .lh-dtable td { display: block; width: auto; }
  .lh-dtable { min-width: 0; }
  .lh-dtable tr { border-bottom: 1px solid var(--line-soft); }
  .lh-dtable tr:last-child { border-bottom: 0; }
  .lh-dtable th { padding: 14px 16px 0; border-bottom: 0; }
  .lh-dtable td { padding: 3px 16px 14px; border-bottom: 0; }

  .lh-avail__grid .lh-btn { justify-self: stretch; }
  .lh-steps { gap: 8px 18px; }
  .lh-steps li { font-size: .68rem; letter-spacing: .14em; }
  .lh-form__nav .lh-btn { flex: 1 1 100%; }
  .lh-thumb { width: 78px; height: 56px; }
  .lh-rcard { flex-basis: 84vw; }
}

@media (max-width: 520px) {
  .lh-avail__grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .lh-brand svg { display: none; }
  .lh-brand__name { font-size: 1rem; letter-spacing: .1em; }
  .lh-head__inner { gap: 10px; }
  .lh-btn { padding: 12px 18px; font-size: .7rem; letter-spacing: .12em; }
  .lh-btn--lg { padding: 15px 20px; }
}

/* ------------------------------------------------------------------ print */

@media print {
  .lh-head, .lh-mobile, .lh-stage__thumbs, .lh-rail { display: none !important; }
  .lh { background: #fff; color: #000; }
}
