:root {
  --ink: #172a26;
  --ink-soft: #29423d;
  --paper: #f3f0e9;
  --paper-deep: #e7e0d5;
  --stone: #c8bbac;
  --rust: #b45f43;
  --line: rgba(23, 42, 38, 0.18);
  --sans: "Manrope", sans-serif;
  --serif: "DM Serif Display", Georgia, serif;
}

/* DM Serif Display has no Greek subset — Greek headings would silently fall back
   to whatever serif the device happens to have. Noto Serif Display covers Greek
   and matches the display contrast of the Latin face. */
html[lang="el"] { --serif: "Noto Serif Display", Georgia, serif; }
/* Greek carries tonos accents above the x-height, so the Latin display leading
   and tracking are too tight to reuse as-is. */
/* Greek runs longer than the English line for line: at the Latin display size the
   hero headline grew to six lines and pushed the CTA past the fold. */
html[lang="el"] .hero h1 { font-size: clamp(40px, 5.4vw, 82px); line-height: 1.0; letter-spacing: -.02em; }
html[lang="el"] .section-title { line-height: 1.04; letter-spacing: -.02em; }
html[lang="el"] .sheet-panel h2 { line-height: 1.06; letter-spacing: -.02em; }
html[lang="el"] .nav-list a { line-height: 1.1; letter-spacing: -.015em; }

/* German words run far longer than English at the same point size: on the shared
   scale the headline and summary pushed the hero CTA past the fold at every
   desktop height. */
html[lang="de"] .hero h1 { font-size: clamp(42px, 5.2vw, 82px); line-height: .95; letter-spacing: -.035em; }
html[lang="de"] .hero-summary { max-width: 460px; font-size: 17px; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.55;
  overflow-x: hidden;
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }

:focus-visible { outline: 2px solid #e1b85f; outline-offset: 3px; }
.site-header :focus-visible, .nav-sheet :focus-visible { outline-color: #e1b85f; }

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

.skip-link {
  position: absolute;
  z-index: 40;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--paper);
  font-size: 13px;
  font-weight: 600;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus-visible { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px clamp(22px, 4vw, 64px);
  color: var(--paper);
}
/* The header sits over photography on its right side: this scrim keeps the
   controls legible whatever the image happens to be doing behind them. */
.site-header::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  height: 148px;
  background: linear-gradient(to bottom, rgba(12, 23, 20, .62), rgba(12, 23, 20, 0));
  pointer-events: none;
}
.wordmark { font-size: 13px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.header-actions { display: flex; align-items: center; gap: 10px; }

.header-control {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(243, 240, 233, .55);
  color: var(--paper);
  background: rgba(19, 32, 28, .78);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.menu-button { gap: 12px; }
.menu-button:hover { background: #e1b85f; color: var(--ink); border-color: #e1b85f; }

/* Language switch: two real links, current language marked with aria-current. */
.language { padding: 0; overflow: hidden; }
.language a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  color: rgba(243, 240, 233, .72);
  transition: background .2s ease, color .2s ease;
}
.language a:hover { color: var(--paper); }
.language a[aria-current="page"] { color: var(--ink); background: var(--paper); }
.language a[aria-current="page"]:hover { color: var(--ink); }
.menu-lines { display: grid; gap: 4px; width: 20px; }
.menu-lines i { display: block; width: 100%; height: 2px; background: currentColor; }

.hero {
  min-height: 93vh;
  background: var(--ink);
  color: var(--paper);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  overflow: hidden;
}
.hero-copy {
  padding: clamp(148px, 18vh, 225px) clamp(22px, 7vw, 110px) 56px;
  align-self: end;
  position: relative;
}
.kicker, .section-kicker {
  margin: 0 0 20px;
  color: #e1b85f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero h1, .section-title {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.045em;
}
.hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(58px, 7.5vw, 118px);
  line-height: .88;
}
.hero h1 em { color: #e1b85f; font-style: italic; }
.hero-summary {
  max-width: 480px;
  margin: 38px 0 0;
  color: #ddd6ca;
  font-size: 19px;
  line-height: 1.55;
}
.hero-meta {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 44px;
  color: #d9cfbf;
  font-size: 14px;
  letter-spacing: .04em;
}
.hero-meta span { display: inline-flex; align-items: center; gap: 9px; }
.hero-meta i { width: 5px; height: 5px; border-radius: 50%; background: var(--rust); display: inline-block; }

/* Short laptops (1280x800 and similar): the larger reading type pushes the hero
   CTA just past the fold, so the vertical padding gives the difference back
   rather than shrinking the type. */
@media (min-width: 821px) and (max-height: 940px) {
  .hero-copy { padding-top: clamp(104px, 13vh, 150px); padding-bottom: 36px; }
  .hero-summary { margin-top: 30px; }
  .hero-meta { margin-top: 32px; }
  .hero-copy .primary-action { margin-top: 34px; }
}

.hero-media { position: relative; min-height: 620px; overflow: hidden; }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; display: block; }

.frame { position: relative; margin: 0; overflow: hidden; background: #d9d2c6; }
.frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.frame--sleep img { object-position: 56% 48%; }
.frame--kitchen img { object-position: 42% 50%; }

.primary-action, .text-action {
  border: 0;
  border-radius: 0;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.primary-action {
  margin-top: 44px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 15px 18px 15px 20px;
  color: var(--ink);
  background: var(--paper);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.primary-action:hover { background: #e1b85f; transform: translateY(-2px); }
.primary-action b { font-size: 20px; font-weight: 400; line-height: 0; }

/* Left rail (kicker + facts) against the headline, rather than one tall empty
   cell: DOM order stays kicker → copy → facts so mobile reads correctly. */
.intro {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  align-items: start;
  column-gap: clamp(38px, 7vw, 110px);
  row-gap: clamp(36px, 4vw, 64px);
  padding: clamp(78px, 13vw, 180px) clamp(22px, 8vw, 130px);
  border-bottom: 1px solid var(--line);
}
.intro > .section-kicker { grid-area: 1 / 1; margin-top: 10px; }
.intro > .intro-copy { grid-area: 1 / 2 / span 2 / 3; }
.intro > .facts { grid-area: 2 / 1; }
.intro-copy { max-width: 700px; }
.section-title { margin: 0; font-size: clamp(45px, 5.5vw, 82px); line-height: .95; }
.section-title em { color: var(--rust); font-style: italic; }
.intro-copy p { max-width: 640px; margin: 30px 0 0; font-size: 20px; line-height: 1.55; color: #3e4b47; }
.facts { border-top: 1px solid var(--line); }
.fact { display: grid; grid-template-columns: 72px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.fact-number { color: var(--rust); font-family: var(--serif); font-size: 38px; line-height: .8; }
.fact p { margin: 0; color: #4c5954; font-size: 16px; line-height: 1.5; }
.fact strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 15px; }

/* ---- Scroll stage -----------------------------------------------------
   Adapted from the Aceternity container-scroll pattern for this static site:
   no React/framer-motion — CSS variables driven by a small scroll listener.
   Brand frame (ink/paper), not a dark SaaS device chrome. */
.scroll-stage {
  position: relative;
  height: 165vh;
  background:
    radial-gradient(ellipse 80% 50% at 50% 30%, rgba(228, 184, 95, .08), transparent 60%),
    var(--paper-deep);
}
.scroll-stage__pin {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4vw, 48px);
  padding: clamp(96px, 14vw, 140px) clamp(18px, 4vw, 64px) clamp(40px, 6vw, 72px);
  perspective: 1100px;
  /* Keep visible: title translate + kicker must not clip at the sticky edge. */
  overflow: visible;
}
.scroll-stage__title {
  max-width: 720px;
  text-align: center;
  transform: translate3d(0, var(--scroll-y, 0px), 0);
  will-change: transform;
}
.scroll-stage__title .section-kicker {
  margin-bottom: 16px;
}
.scroll-stage__title .section-title {
  max-width: none;
  margin: 0;
}
.scroll-stage__card {
  position: relative;
  /* rotateX from a top origin throws the bottom edge toward the viewer, so the
     projected box is ~1.3x the element box at the 18deg starting angle. Without
     reserving for it the page scrolls sideways between 820 and 1200px. */
  --projection: 1.32;
  width: min(980px, calc(100% / var(--projection)));
  aspect-ratio: 16 / 10;
  padding: 10px;
  border: 1px solid rgba(23, 42, 38, .22);
  border-radius: 6px;
  background: var(--ink);
  box-shadow:
    0 2px 4px rgba(23, 42, 38, .06),
    0 18px 40px rgba(23, 42, 38, .16),
    0 48px 80px rgba(23, 42, 38, .1);
  transform-origin: center top;
  transform: rotateX(var(--scroll-rotate, 18deg)) scale(var(--scroll-scale, 1.04));
  transform-style: preserve-3d;
  will-change: transform;
}
.scroll-stage__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .scroll-stage { height: 145vh; }
  .scroll-stage__card {
    aspect-ratio: 4 / 3;
    --projection: 1.16;
    --scroll-rotate: 12deg;
    --scroll-scale: .92;
  }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-stage { height: auto; }
  .scroll-stage__pin { position: relative; height: auto; perspective: none; }
  .scroll-stage__title,
  .scroll-stage__card {
    transform: none;
    will-change: auto;
  }
}

.space-section { padding: clamp(74px, 11vw, 160px) clamp(22px, 4vw, 64px); background: var(--paper-deep); }
.space-heading { max-width: 930px; margin: 0 auto 58px; }
.space-heading .section-title { max-width: 730px; }
.gallery { max-width: 1340px; margin: 0 auto; display: grid; grid-template-columns: 1.28fr .72fr; gap: 18px; }
.gallery-main, .gallery-small { min-height: 590px; }
.gallery-small { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }

.walk-section { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); min-height: 780px; }
.walk-copy { padding: clamp(76px, 10vw, 150px) clamp(22px, 9vw, 145px); background: var(--ink); color: var(--paper); }
.walk-copy .section-title { color: var(--paper); }
.walk-copy .section-title em { color: #e1b85f; }
.walk-copy > p:not(.section-kicker) { max-width: 440px; margin: 30px 0 0; color: #d9d1c4; font-size: 19px; line-height: 1.55; }
.walk-list { margin-top: 62px; border-top: 1px solid rgba(243,240,233,.22); }
.walk-row { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 18px 0; border-bottom: 1px solid rgba(243,240,233,.22); font-size: 17px; }
.walk-row span:last-child { color: #e1b85f; font-size: 14px; }
.walk-photo { position: relative; overflow: hidden; background: #b5aa9a; }
.walk-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; display: block; }
.map-key { position: absolute; z-index: 4; right: 28px; bottom: 30px; width: min(360px, calc(100% - 56px)); padding: 22px; background: var(--paper); font-size: 15px; line-height: 1.5; }
.map-key strong { display: block; margin-bottom: 12px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.map-key p { margin: 0; color: #53605a; }

/* The closing section carries the only conversion on the page, so it gets its own
   surface and a CTA that outweighs every other action. */
.booking-section { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 48px; padding: clamp(84px, 12vw, 172px) clamp(22px, 8vw, 130px); background: var(--paper-deep); }
.booking-section .section-title { max-width: 720px; }
.booking-section p { max-width: 540px; margin: 24px 0 0; color: #4b5a54; font-size: 19px; line-height: 1.55; }
.booking-section .primary-action { margin-top: 0; padding: 19px 24px 19px 26px; color: var(--paper); background: var(--ink); font-size: 13px; }
.booking-section .primary-action:hover { color: var(--ink); background: #e1b85f; }

.site-footer { padding: 30px clamp(22px, 4vw, 64px); display: flex; justify-content: space-between; gap: 18px; color: #d4cbbc; background: var(--ink); font-size: 12px; }
.site-footer a { color: #e1b85f; }

/* `visibility` — not just opacity — so a closed sheet leaves the tab order. */
.notfound {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: clamp(32px, 8vw, 120px) clamp(22px, 8vw, 130px);
  color: var(--paper);
  background: var(--ink);
}
.notfound h1 { max-width: 620px; margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(40px, 6vw, 76px); line-height: .98; letter-spacing: -.045em; }
.notfound h1 em { color: #e1b85f; font-style: italic; }
.notfound p { max-width: 460px; margin: 22px 0 0; color: #d9d1c4; }
.notfound p[lang="el"] { margin-top: 10px; color: #b9b2a5; font-size: 15px; }
.notfound .primary-action { justify-self: start; }

/* Visibility flips instantly on open (so the panel is focusable in the same
   frame) and only after the fade on close. */
/* `safe center` + scrolling: once the panel is taller than the viewport, plain
   centring clips its top and the submit button becomes unreachable. */
.booking-sheet, .nav-sheet { position: fixed; inset: 0; z-index: 20; display: grid; justify-items: center; align-items: safe center; overflow-y: auto; overscroll-behavior: contain; padding: 20px; background: rgba(12, 23, 20, .64); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease, visibility 0s linear .25s; }
.booking-sheet.is-open, .nav-sheet.is-open { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity .25s ease, visibility 0s linear 0s; }
.sheet-panel { width: min(620px, 100%); padding: clamp(28px, 6vw, 64px); color: var(--ink); background: var(--paper); transform: translateY(14px); transition: transform .25s ease; }
.is-open .sheet-panel { transform: translateY(0); }
.sheet-close { float: right; display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; margin: -10px -10px 0 0; border: 0; padding: 0 10px; color: var(--ink); background: transparent; font-size: 14px; font-weight: 600; }
.sheet-panel h2 { max-width: 450px; margin: 0; font: 48px/.96 var(--serif); letter-spacing: -.045em; }
.sheet-panel p { max-width: 470px; margin: 23px 0 0; color: #52615a; }
.nav-sheet { align-items: start; justify-items: end; padding: 20px; background: rgba(12, 23, 20, .58); }
.nav-sheet .sheet-panel { display: flex; flex-direction: column; width: min(560px, 100%); min-height: calc(100vh - 40px); min-height: calc(100dvh - 40px); background: var(--ink); color: var(--paper); }
.nav-sheet .sheet-close { color: var(--paper); }
.nav-list { display: grid; margin-top: 64px; border-top: 1px solid rgba(243, 240, 233, .18); }
.nav-list a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid rgba(243, 240, 233, .18);
  font: clamp(34px, 5.4vw, 54px)/1.05 var(--serif);
  letter-spacing: -.04em;
  transition: color .2s ease, padding-left .2s ease;
}
.nav-list a:hover { color: #e1b85f; padding-left: 12px; }
/* The menu is a navigation surface that used to dead-end: the conversion action
   belongs here too. */
.nav-action { margin-top: auto; padding-top: 40px; }
.nav-action .primary-action { margin-top: 0; }

/* Persistent booking action on small screens (locked in the reference board). */
.mobile-cta { display: none; }
@media (max-width: 820px) {
  .mobile-cta {
    position: fixed;
    z-index: 15;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
    background: rgba(19, 32, 28, .94);
    border-top: 1px solid rgba(243, 240, 233, .16);
  }
  .mobile-cta .primary-action { margin-top: 0; width: 100%; justify-content: center; min-height: 52px; font-size: 13px; }
  body { padding-bottom: 88px; }
  .nav-sheet .sheet-panel { min-height: auto; }
  .nav-action { padding-top: 32px; }
}

@media (max-width: 820px) {
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 580px; padding-top: 145px; }
  .hero-media { min-height: 490px; }
  .intro, .walk-section { grid-template-columns: 1fr; }
  .intro { gap: 40px; }
  .intro > .section-kicker, .intro > .intro-copy, .intro > .facts { grid-area: auto; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-main { min-height: 460px; }
  .gallery-small { min-height: 640px; }
  .walk-photo { min-height: 560px; }
  .booking-section { grid-template-columns: 1fr; align-items: start; }
  .booking-section .primary-action { margin-top: 0; justify-self: start; }
}
@media (max-width: 520px) {
  .site-header { padding: 18px 20px; }
  .wordmark { font-size: 11px; letter-spacing: .05em; white-space: nowrap; }
  .header-actions { gap: 7px; }
  .header-control { font-size: 11px; letter-spacing: .07em; }
  .menu-button { padding: 0 11px; gap: 9px; }
  .menu-lines { width: 17px; }
  .language a { padding: 0 8px; }
  .hero h1 { font-size: clamp(56px, 17vw, 84px); }
  html[lang="el"] .hero h1 { font-size: clamp(40px, 12.4vw, 60px); }
  html[lang="de"] .hero h1 { font-size: clamp(38px, 12vw, 58px); }
  .hero-summary { font-size: 18px; }
  .hero-meta { gap: 13px; }
  .fact { grid-template-columns: 58px 1fr; }
  .space-section { padding-inline: 14px; }
  .gallery { gap: 12px; }
  .gallery-small { gap: 12px; min-height: 530px; }
  .walk-copy { padding-inline: 22px; }
  .walk-photo { min-height: 480px; }
  .map-key { right: 18px; bottom: 18px; width: calc(100% - 36px); }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

/* ---- Amenities ------------------------------------------------------- */

.amenities { padding: clamp(74px, 11vw, 160px) clamp(22px, 8vw, 130px); border-bottom: 1px solid var(--line); }
.section-head { max-width: 820px; margin: 0 0 clamp(38px, 5vw, 64px); }
.section-head .section-title { max-width: 700px; }
.section-head > p:not(.section-kicker) { max-width: 640px; margin: 26px 0 0; color: #3e4b47; font-size: 19px; line-height: 1.55; }
.amenity-list { border-top: 1px solid var(--line); }
.amenity {
  display: grid;
  grid-template-columns: minmax(0, 230px) minmax(0, 1fr);
  gap: 10px clamp(20px, 4vw, 56px);
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.amenity h3 { margin: 0; color: var(--ink); font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.amenity p { margin: 0; max-width: 760px; color: #4c5954; font-size: 18px; line-height: 1.55; }

/* ---- Discover -------------------------------------------------------- */

.discover { padding: clamp(74px, 11vw, 160px) clamp(22px, 8vw, 130px); background: var(--paper-deep); border-bottom: 1px solid var(--line); }
.discover-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(40px, 6vw, 90px); align-items: start; }
.rail-block + .rail-block { margin-top: clamp(36px, 4vw, 54px); }
.rail-block h3 { margin: 0 0 4px; color: var(--ink); font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.rail { border-top: 1px solid var(--line); margin-top: 18px; }
.rail-row { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 17px; }
.rail-row span:last-child { color: var(--rust); font-size: 15px; white-space: nowrap; }
.rail-note { margin: 18px 0 0; max-width: 560px; color: #4c5954; font-size: 17px; line-height: 1.55; }
.rail-note strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

/* ---- Experiences ----------------------------------------------------- */

.experiences { padding: clamp(74px, 11vw, 160px) clamp(22px, 8vw, 130px); background: var(--ink); color: var(--paper); border-bottom: 0; }
.experiences .section-title { color: var(--paper); }
.experiences .section-title em { color: #e1b85f; }
.experiences .section-head > p:not(.section-kicker) { color: #d9d1c4; }
.experience-list { border-top: 1px solid rgba(243, 240, 233, .22); }
.experience {
  display: grid;
  grid-template-columns: minmax(0, 250px) minmax(0, 1fr);
  gap: 10px clamp(20px, 4vw, 56px);
  padding: 26px 0;
  border-bottom: 1px solid rgba(243, 240, 233, .22);
}
.experience h3 { margin: 0; color: #e1b85f; font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.experience p { margin: 0; max-width: 760px; color: #d9d1c4; font-size: 18px; line-height: 1.55; }
.experience a { color: var(--paper); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.experience a:hover { color: #e1b85f; }
.experiences-note { max-width: 640px; margin: 34px 0 0; color: #b9b2a5; font-size: 16px; line-height: 1.5; }

/* ---- Contact rail inside the booking section ------------------------- */

.booking-inner { display: grid; gap: 44px; }
.contact-rail { display: flex; flex-wrap: wrap; gap: 10px 44px; padding-top: 30px; border-top: 1px solid var(--line); }
.contact-item { display: grid; gap: 4px; }
.contact-item strong { color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-item a, .contact-item span { color: #3e4b47; font-size: 18px; }
.contact-item a:hover { color: var(--rust); }

@media (max-width: 820px) {
  .discover-grid { grid-template-columns: 1fr; }
  .amenity, .experience { grid-template-columns: 1fr; gap: 8px; }
  .booking-inner { gap: 34px; }
}

/* ---- Rooftop moment -------------------------------------------------- */

.rooftop { position: relative; min-height: min(78vh, 720px); overflow: hidden; background: #0d1714; }
.rooftop img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; display: block; }
.rooftop-key {
  position: absolute;
  z-index: 4;
  left: clamp(22px, 8vw, 130px);
  bottom: clamp(28px, 5vw, 64px);
  width: min(430px, calc(100% - 44px));
  padding: 30px;
  background: rgba(19, 32, 28, .88);
  color: var(--paper);
}
.rooftop-key .section-kicker { margin-bottom: 14px; }
.rooftop-key p { margin: 0; color: #d9d1c4; font-size: 17px; line-height: 1.55; }

/* ---- Direct booking panel -------------------------------------------- */

.sheet-panel .booking-direct { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.booking-call {
  display: inline-block;
  font-family: var(--serif);
  font-size: clamp(34px, 5.6vw, 52px);
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--ink);
  transition: color .2s ease;
}
.booking-call:hover { color: var(--rust); }
.booking-direct .booking-meta { display: flex; flex-wrap: wrap; gap: 8px 32px; margin: 20px 0 0; }
.booking-meta div { display: grid; gap: 3px; }
.booking-meta strong { color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.booking-meta a, .booking-meta span { color: #4b5a54; font-size: 17px; }
.booking-meta a:hover { color: var(--rust); }
.booking-direct-note { margin: 26px 0 0 !important; color: #6a736e !important; font-size: 15px !important; }

/* ---- Booking request form -------------------------------------------- */

.booking-form { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.booking-form > p { max-width: none !important; margin: 0 0 20px !important; color: #6a736e !important; font-size: 15px !important; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
.field { display: grid; gap: 6px; }
.field--wide { grid-column: 1 / -1; }
.field label { color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.field input, .field textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: #fbf9f5;
  font-family: var(--sans);
  font-size: 16px; /* 16px keeps iOS from zooming on focus */
  transition: border-color .2s ease;
}
.field textarea { min-height: 84px; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--ink); outline-offset: 1px; }
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: var(--rust); }

.field--consent { grid-column: 1 / -1; display: flex; align-items: flex-start; gap: 11px; margin-top: 4px; }
.field--consent input { width: 20px; min-height: 20px; height: 20px; margin: 2px 0 0; flex: none; accent-color: var(--ink); }
.field--consent label { color: #4b5a54; font-size: 15px; font-weight: 400; letter-spacing: 0; text-transform: none; line-height: 1.45; }

.booking-form .primary-action { margin-top: 22px; width: 100%; justify-content: center; min-height: 52px; color: var(--paper); background: var(--ink); font-size: 13px; }
.booking-form .primary-action:hover { color: var(--ink); background: #e1b85f; }
.booking-form .primary-action[disabled] { opacity: .55; cursor: progress; transform: none; }

.form-status { margin: 16px 0 0; font-size: 14px; }
.form-status:empty { margin: 0; }
.form-status[data-state="error"] { color: var(--rust); }
.form-status[data-state="ok"] { color: var(--ink); }
.form-done { margin: 0; padding: 26px 0 4px; }
.form-done strong { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 30px; font-weight: 400; letter-spacing: -.03em; }
.form-done span { color: #4b5a54; font-size: 15px; }

@media (max-width: 520px) {
  .field-grid { grid-template-columns: 1fr; }
}

/* ---- Header booking action (persistent CTA on desktop) --------------- */

.header-book {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #e1b85f;
  color: var(--ink);
  background: #e1b85f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.header-book:hover { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.header-book b { font-size: 17px; font-weight: 400; line-height: 0; }
@media (max-width: 820px) { .header-book { display: none; } }

/* Two actions on the mobile bar: calling is the fastest path for many guests. */
.mobile-cta-row { display: grid; grid-template-columns: auto 1fr; gap: 10px; }
.mobile-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid rgba(243, 240, 233, .5);
  color: var(--paper);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.mobile-call:hover { color: #e1b85f; border-color: #e1b85f; }

/* ---- Contact sheet gallery ------------------------------------------- */

.contact-sheet { max-width: 1340px; margin: 0 auto; display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.contact-sheet .frame { grid-column: span 2; aspect-ratio: 3 / 2; }
.contact-sheet .frame--lead { grid-column: span 4; aspect-ratio: 16 / 9; }
.contact-sheet .frame--tall { grid-column: span 2; aspect-ratio: 3 / 4; }
/* Row partner of the lead image: let the grid row set its height instead of an
   aspect ratio, otherwise it comes up short and leaves a gap. */
.contact-sheet .frame--sleep { aspect-ratio: auto; }
.contact-sheet .frame--half { grid-column: span 3; aspect-ratio: 16 / 10; }
.frame--bed img { object-position: 50% 45%; }
.frame--coffee img { object-position: 50% 55%; }

/* ---- Eating & drinking ----------------------------------------------- */

.taste { margin-top: clamp(48px, 6vw, 76px); padding-top: clamp(38px, 4vw, 54px); border-top: 1px solid var(--line); }
.taste-head { max-width: 620px; margin-bottom: 34px; }
.taste-head h3 { margin: 0 0 10px; font-family: var(--serif); font-weight: 400; font-size: clamp(28px, 3.4vw, 44px); line-height: 1.04; letter-spacing: -.035em; }
.taste-head p { margin: 0; color: #4c5954; font-size: 18px; line-height: 1.55; }
.taste-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: clamp(28px, 4vw, 64px); }
.taste-col h4 { margin: 0 0 4px; color: var(--ink); font-size: 14px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.taste-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.taste-list li { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 18px; }
.taste-list li span { display: block; margin-top: 2px; color: #6a736e; font-size: 15px; }

/* ---- Partner callout -------------------------------------------------- */

.partner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  margin-top: clamp(44px, 5vw, 68px);
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid rgba(243, 240, 233, .3);
  background: rgba(243, 240, 233, .05);
}
.partner h3 { margin: 0 0 12px; color: var(--paper); font-family: var(--serif); font-weight: 400; font-size: clamp(28px, 3.4vw, 42px); line-height: 1.05; letter-spacing: -.035em; }
.partner p { max-width: 560px; margin: 0; color: #d9d1c4; font-size: 17px; line-height: 1.55; }
.partner .primary-action { margin-top: 0; white-space: nowrap; }
@media (max-width: 420px) {
  .partner { padding: 26px 20px; }
  .partner .primary-action { white-space: normal; }
}
@media (max-width: 820px) {
  .partner { grid-template-columns: 1fr; }
  .partner .primary-action { justify-self: start; }
  .contact-sheet { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .contact-sheet .frame--lead, .contact-sheet .frame--half { grid-column: span 2; aspect-ratio: 3 / 2; }
  .contact-sheet .frame--tall { grid-column: span 1; aspect-ratio: 3 / 4; }
}

/* ---- Footer ----------------------------------------------------------- */

.site-footer { display: block; padding: 0; }
.footer-top {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: clamp(44px, 6vw, 96px);
  padding: clamp(60px, 8vw, 108px) clamp(22px, 8vw, 130px) clamp(44px, 5vw, 68px);
}
.footer-brand .wordmark { display: block; margin-bottom: 22px; color: #d4cbbc; }
.footer-tagline {
  max-width: 560px;
  margin: 0;
  color: var(--paper);
  text-wrap: balance;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 3.1vw, 42px);
  line-height: 1.1;
  letter-spacing: -.035em;
}
.footer-tagline em { color: #e1b85f; font-style: italic; }

.footer-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 34px 28px; }
.footer-col h3 {
  margin: 0 0 16px;
  color: #e1b85f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer-col ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.footer-col a, .footer-col span { color: #d4cbbc; font-size: 16px; }
.footer-col a { transition: color .2s ease; }
.footer-col a:hover { color: #e1b85f; }
.footer-col a[aria-current="page"] { color: var(--paper); font-weight: 600; }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  padding: 24px clamp(22px, 8vw, 130px);
  border-top: 1px solid rgba(243, 240, 233, .16);
  color: #9aa39d;
  font-size: 12px;
}
.footer-bottom a { color: #e1b85f; }
.footer-bottom a:hover { color: var(--paper); }

@media (max-width: 820px) {
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ---- Brand mark in the footer ---------------------------------------- */

.footer-logo { display: block; width: 190px; height: auto; margin: 0 0 24px; }
@media (max-width: 820px) { .footer-logo { width: 150px; margin-bottom: 20px; } }

/* ---- Brand mark in the hero panel ------------------------------------ */

/* Sits on the flat ink panel, never on the photograph, where the line art has a
   clean ground to read against. Absolutely positioned so it cannot affect the
   hero fold. */
.hero-mark {
  position: absolute;
  right: clamp(22px, 7vw, 110px);
  bottom: 54px;
  width: 138px;
  height: auto;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  animation: hero-mark-in 1000ms cubic-bezier(.22, .61, .36, 1) 700ms forwards;
}
@keyframes hero-mark-in {
  to { opacity: .62; transform: translateY(0); }
}
/* On the stacked mobile hero it keeps the same job — balancing the CTA from the
   right — just smaller, and it disappears where the CTA would reach it. */
@media (max-width: 820px) {
  .hero-mark { width: 104px; bottom: 44px; right: 22px; }
}
@media (max-width: 400px) {
  .hero-mark { width: 84px; bottom: 40px; }
}
/* The German CTA label is the longest of the three and leaves the least room. */
@media (max-width: 380px) {
  .hero-mark { width: 70px; }
}
@media (max-width: 339px) {
  .hero-mark { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-mark { opacity: .62; transform: none; animation: none; }
}
