/* ===========================================================
   Hôtel Ondine — Cassis
   Palette: sea #0E3A5B · sky #7FB6C4 · sand #F2E9DC · terracotta #C96F4A · deep #10222E
   Type: Libre Caslon Display (display) + Jost (ui/body)
=========================================================== */

:root {
  --sea:        #0E3A5B;
  --sky:        #7FB6C4;
  --sand:       #F2E9DC;
  --terracotta: #C96F4A;
  --terracotta-ink: #A15130; /* AA-safe terracotta for text on sand */
  --deep:       #10222E;

  /* type scale — fluid, ratio ~1.25-1.4 */
  --fs-00: clamp(0.78rem, 0.75rem + 0.15vw, 0.88rem);
  --fs-0:  clamp(1rem, 0.95rem + 0.2vw, 1.1rem);
  --fs-1:  clamp(1.2rem, 1.1rem + 0.4vw, 1.4rem);
  --fs-2:  clamp(1.5rem, 1.3rem + 0.9vw, 2.05rem);
  --fs-3:  clamp(1.9rem, 1.55rem + 1.6vw, 2.8rem);
  --fs-4:  clamp(2.6rem, 2rem + 2.8vw, 4.2rem);
  --fs-5:  clamp(3.4rem, 2.3rem + 5vw, 6.4rem);

  --sp-1: 0.5rem;
  --sp-2: 1rem;
  --sp-3: 1.75rem;
  --sp-4: 2.75rem;
  --sp-5: 4.5rem;
  --sp-6: 7rem;
  --sp-7: 10.5rem;

  --measure: 62ch;

  --ease-tide: cubic-bezier(0.45, 0, 0.2, 1);

  /* driven by scroll: hero midday -> dusk */
  --sky-h1: 200; --sky-s1: 55%; --sky-l1: 82%;
  --sky-h2: 195; --sky-s2: 62%; --sky-l2: 62%;
  --sea-h1: 199; --sea-s1: 58%; --sea-l1: 40%;
  --sea-h2: 205; --sea-s2: 62%; --sea-l2: 16%;
  --sun-l: 92%;
  --sun-o: 0.9;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; }

body {
  margin: 0;
  background: var(--sand);
  color: var(--deep);
  font-family: 'Jost', sans-serif;
  font-size: var(--fs-0);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* fine grain — tactile depth over flat gradients, unmoving */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 500;
  pointer-events: none;
  opacity: 0.045;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}

h1, h2, h3 {
  font-family: 'Libre Caslon Display', serif;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.01em;
}

p { margin: 0; }

a { color: inherit; }

img, svg { display: block; max-width: 100%; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--sand);
  color: var(--deep);
  padding: var(--sp-1) var(--sp-2);
  z-index: 999;
}
.skip-link:focus {
  left: var(--sp-2);
  top: var(--sp-2);
}

:focus-visible {
  outline: 2px solid var(--terracotta);
  outline-offset: 3px;
}

.chapter-mark {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: 'Libre Caslon Display', serif;
  font-style: normal;
  font-size: var(--fs-0);
  color: var(--terracotta-ink);
  margin: 0 0 var(--sp-2);
  letter-spacing: 0.32em;
}
.chapter-mark::before {
  content: "";
  flex: 0 0 auto;
  width: 2.75rem;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}

/* small persistent monogram, top-left */
.mark {
  position: fixed;
  top: var(--sp-2);
  left: var(--sp-2);
  z-index: 60;
  color: var(--sand);
  opacity: 0.85;
  pointer-events: none;
  mix-blend-mode: difference;
  transition: opacity 0.8s var(--ease-tide);
}
.mark.is-hidden { opacity: 0; }

/* ===================== HERO ===================== */

.hero {
  position: relative;
  height: 100svh;
  min-height: 560px;
  overflow: hidden;
  isolation: isolate;
}

.hero-sky {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    hsl(var(--sky-h1) var(--sky-s1) var(--sky-l1)) 0%,
    hsl(var(--sky-h2) var(--sky-s2) var(--sky-l2)) 62%,
    hsl(var(--sea-h1) var(--sea-s1) var(--sea-l1)) 100%
  );
  z-index: 0;
}

.hero-sun {
  position: absolute;
  left: 50%;
  top: 34%;
  width: min(38vw, 420px);
  height: min(38vw, 420px);
  border-radius: 50%;
  background: radial-gradient(circle, hsl(var(--sky-h1) 70% var(--sun-l) / var(--sun-o)) 0%, hsl(var(--sky-h1) 70% var(--sun-l) / 0) 70%);
  z-index: 1;
  filter: blur(2px);
  animation: sun-breathe 9s var(--ease-tide) infinite;
}
@keyframes sun-breathe {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50%      { transform: translate(-50%, -50%) scale(1.05); }
}

.hero-sea {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 46%;
  background: linear-gradient(
    to bottom,
    hsl(var(--sea-h1) var(--sea-s1) calc(var(--sea-l1) + 6%)) 0%,
    hsl(var(--sea-h2) var(--sea-s2) var(--sea-l2)) 100%
  );
  z-index: 1;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.5) 9%, black 24%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.5) 9%, black 24%);
}
.hero-sea::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    98deg,
    hsl(var(--sky-h1) 40% 96% / 0.16) 0px,
    hsl(var(--sky-h1) 40% 96% / 0.16) 2px,
    transparent 2px,
    transparent 46px
  );
  animation: shimmer 9s linear infinite;
}
@keyframes shimmer {
  from { background-position: 0 0; }
  to   { background-position: 400px 0; }
}

.gulls {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.gull { position: absolute; }
.gull-a { top: 14%; left: 16%; animation: bob-a 7s ease-in-out infinite; }
.gull-b { top: 20%; left: 76%; animation: bob-b 9s ease-in-out infinite; }
.gull-c { top: 9%; left: 52%; animation: bob-c 8s ease-in-out infinite; }
@keyframes bob-a { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes bob-b { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes bob-c { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 var(--sp-3);
}

.hero-eyebrow {
  font-size: var(--fs-00);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--deep);
  opacity: 0.75;
  margin-bottom: var(--sp-2);
}

.hero-title {
  font-size: var(--fs-5);
  line-height: 0.96;
  color: var(--deep);
}

.hero-sub {
  margin-top: var(--sp-3);
  max-width: 34ch;
  font-size: var(--fs-1);
  color: var(--deep);
  opacity: 0.85;
}

.hero-scroll {
  position: absolute;
  bottom: var(--sp-4);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-1);
  color: var(--deep);
}
.hero-scroll-line {
  width: 1px;
  height: 44px;
  background: currentColor;
  opacity: 0.5;
  animation: tide-line 3.2s var(--ease-tide) infinite;
  transform-origin: top;
}
@keyframes tide-line {
  0%, 100% { transform: scaleY(0.4); opacity: 0.2; }
  50% { transform: scaleY(1); opacity: 0.6; }
}
.hero-scroll-text {
  font-size: var(--fs-00);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.6;
}

/* ===================== BOOKING BAR ===================== */

.booking-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--deep);
  border-bottom: 1px solid rgba(242, 233, 220, 0.12);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: box-shadow 1.05s var(--ease-tide);
}
.booking-bar.is-visible { box-shadow: 0 8px 30px rgba(0,0,0,0.18); }

.booking-form {
  max-width: 1240px;
  margin: 0 auto;
  padding: var(--sp-1) var(--sp-3);
  display: flex;
  align-items: end;
  gap: var(--sp-3);
  flex-wrap: wrap;
}

.booking-brand {
  font-family: 'Libre Caslon Display', serif;
  font-size: var(--fs-1);
  color: var(--sand);
  text-decoration: none;
  margin-right: auto;
  padding: var(--sp-1) 0;
}
.booking-brand:hover { color: var(--sky); }

.booking-field {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.booking-field label {
  font-size: var(--fs-00);
  color: var(--sky);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.booking-field input,
.booking-field select {
  font-family: 'Jost', sans-serif;
  font-size: var(--fs-00);
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(242,233,220,0.35);
  color: var(--sand);
  padding: 0.35rem 0.1rem;
  color-scheme: dark;
}
.booking-field input:focus-visible,
.booking-field select:focus-visible {
  outline: 2px solid var(--terracotta);
  outline-offset: 2px;
}
.booking-field select option { color: var(--deep); }

.booking-submit {
  font-family: 'Jost', sans-serif;
  font-size: var(--fs-00);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--terracotta);
  color: var(--deep);
  border: none;
  padding: 0.65rem 1.4rem;
  cursor: pointer;
  transition: background 0.7s var(--ease-tide), transform 0.4s var(--ease-tide);
}
.booking-submit:hover { background: #d97f56; }
.booking-submit:active { transform: scale(0.97); }

/* ===================== SHARED SECTION RHYTHM ===================== */

main section {
  padding: var(--sp-6) var(--sp-3);
}

/* ===================== THE HOUSE ===================== */

.house {
  position: relative;
  height: 260vh;
  background: var(--deep);
  padding: 0;
}

.house-pin {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: 80px;
  box-sizing: border-box;
}

.cliffs {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cliff-layer {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
}
.cliff-back path  { fill: #16334a; }
.cliff-mid path   { fill: #0d2536; }
.cliff-front path { fill: var(--deep); }

.house-text {
  position: relative;
  z-index: 2;
  max-width: var(--measure);
  margin: 0 auto;
  padding: 0 var(--sp-3);
  color: var(--sand);
}
.house-text .chapter-mark { color: var(--terracotta); }
.house-title {
  font-size: var(--fs-4);
  color: var(--sand);
  margin-bottom: var(--sp-3);
}
.house-copy {
  max-width: var(--measure);
  font-size: var(--fs-1);
  opacity: 0.9;
  margin-bottom: var(--sp-2);
}
.house-copy:last-child { margin-bottom: 0; }

/* ===================== ROOMS ===================== */

.rooms {
  background: var(--sand);
  padding-top: var(--sp-6);
  padding-bottom: var(--sp-5);
}

.rooms-head {
  max-width: 1240px;
  margin: 0 auto var(--sp-4);
  position: relative;
  padding: 0 var(--sp-1);
}
.rooms-title {
  font-size: var(--fs-4);
  color: var(--sea);
}
.rooms-copy {
  max-width: var(--measure);
  margin-top: var(--sp-2);
  font-size: var(--fs-1);
  color: var(--deep);
  opacity: 0.85;
}
.rooms-nav {
  position: absolute;
  right: var(--sp-1);
  bottom: 0;
  display: flex;
  gap: var(--sp-1);
}
.rooms-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--sea);
  background: transparent;
  color: var(--sea);
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.7s var(--ease-tide), color 0.7s var(--ease-tide);
}
.rooms-arrow:hover { background: var(--sea); color: var(--sand); }

.rooms-track {
  display: flex;
  gap: var(--sp-3);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  padding: var(--sp-1) max(var(--sp-3), calc((100vw - 1240px) / 2 + var(--sp-3)));
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.rooms-track::-webkit-scrollbar { display: none; }
.rooms-track.is-dragging { cursor: grabbing; scroll-snap-type: none; }

.room-card {
  flex: 0 0 clamp(260px, 30vw, 340px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  transition: transform 0.8s var(--ease-tide);
}
.room-card:hover,
.room-card:focus-within {
  transform: translateY(-6px);
}
.room-card:hover .room-name,
.room-card:focus-within .room-name {
  color: var(--terracotta-ink);
}

.room-figure {
  height: 220px;
  margin-bottom: var(--sp-2);
  background:
    radial-gradient(circle at var(--fig-x, 30%) var(--fig-y, 20%), var(--rc2) 0%, transparent 45%),
    linear-gradient(var(--fig-angle, 160deg), var(--rc1), var(--rc2));
  position: relative;
  overflow: hidden;
  transition: transform 1s var(--ease-tide), box-shadow 0.9s var(--ease-tide);
}
.room-card:hover .room-figure,
.room-card:focus-within .room-figure {
  transform: scale(1.035);
  box-shadow: 0 26px 44px -20px rgba(16,34,46,0.5);
}
.room-name {
  transition: color 0.6s var(--ease-tide);
}
.room-figure::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: var(--fig-h, 40%);
  background: repeating-linear-gradient(
    var(--fig-line, 100deg),
    rgba(242,233,220,0.14) 0px,
    rgba(242,233,220,0.14) 1px,
    transparent 1px,
    transparent 22px
  );
}
.room-figure[style*="--pat:1"] { --fig-x: 30%; --fig-y: 18%; --fig-angle: 160deg; --fig-line: 100deg; --fig-h: 40%; }
.room-figure[style*="--pat:2"] { --fig-x: 74%; --fig-y: 70%; --fig-angle: 200deg; --fig-line: 66deg; --fig-h: 55%; }
.room-figure[style*="--pat:3"] { --fig-x: 50%; --fig-y: 85%; --fig-angle: 15deg; --fig-line: 132deg; --fig-h: 30%; }

.room-index {
  font-size: var(--fs-00);
  letter-spacing: 0.16em;
  color: var(--terracotta-ink);
  margin-bottom: 0.35rem;
}
.room-name {
  font-size: var(--fs-2);
  color: var(--sea);
  margin-bottom: 0.3rem;
}
.room-meta {
  font-size: var(--fs-00);
  color: var(--deep);
  opacity: 0.65;
  margin-bottom: var(--sp-1);
}
.room-desc {
  font-size: var(--fs-0);
  color: var(--deep);
  opacity: 0.85;
  max-width: 38ch;
  margin-bottom: var(--sp-2);
  flex-grow: 1;
}
.room-rate {
  font-family: 'Libre Caslon Display', serif;
  font-size: var(--fs-1);
  color: var(--terracotta-ink);
}

.room-card--suite .room-name::after {
  content: " — Suite";
  font-family: 'Jost', sans-serif;
  font-size: var(--fs-00);
  font-style: italic;
  color: var(--terracotta-ink);
}

.rooms-progress {
  max-width: 1240px;
  margin: var(--sp-3) auto 0;
  padding: 0 var(--sp-1);
  height: 2px;
  background: rgba(14,58,91,0.14);
}
#rooms-progress-bar {
  display: block;
  height: 100%;
  width: 11%;
  background: var(--terracotta);
  transition: width 0.35s var(--ease-tide), transform 0.35s var(--ease-tide);
}

/* ===================== THE TABLE ===================== */

.table-section {
  background: var(--sea);
  color: var(--sand);
}
.table-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: var(--sp-5);
  align-items: center;
}
.table-text .chapter-mark { color: var(--sky); }
.table-title { font-size: var(--fs-4); color: var(--sand); margin-bottom: var(--sp-3); }
.table-copy {
  max-width: var(--measure);
  font-size: var(--fs-1);
  opacity: 0.92;
  margin-bottom: var(--sp-3);
}
.table-hours {
  font-size: var(--fs-0);
  opacity: 0.75;
  margin-top: var(--sp-3);
  margin-bottom: 0;
}

.menu-list {
  list-style: none;
  margin: 0 0 var(--sp-1);
  padding: 0;
  border-top: 1px solid rgba(242,233,220,0.2);
}
.menu-list li {
  display: flex;
  justify-content: space-between;
  gap: var(--sp-2);
  padding: var(--sp-2) 0;
  border-bottom: 1px solid rgba(242,233,220,0.2);
}
.menu-name {
  font-family: 'Libre Caslon Display', serif;
  font-size: var(--fs-1);
}
.menu-note {
  font-size: var(--fs-00);
  color: var(--sky);
  text-align: right;
  white-space: nowrap;
  padding-top: 0.3rem;
}

.table-visual svg {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
}

/* ===================== THE COAST ===================== */

.coast {
  background: var(--sand);
}
.coast-head {
  max-width: 1000px;
  margin: 0 auto var(--sp-5);
  text-align: left;
}
.coast-head .coast-copy { max-width: var(--measure); }
.coast-title { font-size: var(--fs-4); color: var(--sea); margin-bottom: var(--sp-2); }
.coast-copy { font-size: var(--fs-1); opacity: 0.85; }

.coast-list {
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  border-top: 1px solid rgba(14,58,91,0.2);
}
.coast-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  grid-template-rows: auto auto;
  gap: var(--sp-1) var(--sp-3);
  padding: var(--sp-3) 0;
  border-bottom: 1px solid rgba(14,58,91,0.2);
  align-items: baseline;
}
.coast-time {
  grid-column: 1;
  grid-row: 1 / 3;
  font-family: 'Libre Caslon Display', serif;
  font-size: var(--fs-2);
  color: var(--terracotta-ink);
}
.coast-name {
  grid-column: 2;
  grid-row: 1;
  display: block;
  font-family: 'Libre Caslon Display', serif;
  font-size: var(--fs-2);
  color: var(--sea);
  margin-bottom: 0.3rem;
}
.coast-detail {
  grid-column: 2;
  grid-row: 2;
  display: block;
  font-size: var(--fs-0);
  opacity: 0.8;
  max-width: 58ch;
}

/* ===================== BOOKING SECTION ===================== */

.booking-section {
  background: var(--deep);
  color: var(--sand);
}
.booking-inner {
  max-width: 760px;
  margin: 0 auto;
}
.booking-inner .chapter-mark { color: var(--terracotta); }
.booking-title { font-size: var(--fs-4); color: var(--sand); margin-bottom: var(--sp-3); }
.booking-copy {
  font-size: var(--fs-1);
  max-width: var(--measure);
  opacity: 0.85;
  margin-bottom: var(--sp-4);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}
.contact-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-3);
}
.contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.contact-field label {
  font-size: var(--fs-00);
  color: var(--sky);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.contact-field input,
.contact-field select {
  font-family: 'Jost', sans-serif;
  font-size: var(--fs-0);
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(242,233,220,0.35);
  color: var(--sand);
  padding: 0.6rem 0.1rem;
  color-scheme: dark;
}
.contact-field input:focus-visible,
.contact-field select:focus-visible {
  outline: 2px solid var(--terracotta);
  outline-offset: 2px;
}
.contact-field select option { color: var(--deep); }

.contact-submit {
  align-self: flex-start;
  font-family: 'Jost', sans-serif;
  font-size: var(--fs-0);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--terracotta);
  color: var(--deep);
  border: none;
  padding: 0.9rem 2rem;
  margin-top: var(--sp-2);
  cursor: pointer;
  transition: background 0.7s var(--ease-tide), transform 0.4s var(--ease-tide);
}
.contact-submit:hover { background: #d97f56; }
.contact-submit:active { transform: scale(0.97); }

.contact-status {
  font-size: var(--fs-00);
  color: var(--sky);
  min-height: 1.2em;
}

/* ===================== FOOTER ===================== */

.site-footer {
  background: var(--deep);
  color: var(--sand);
  border-top: 1px solid rgba(242,233,220,0.15);
  padding: var(--sp-4) var(--sp-3) var(--sp-5);
  text-align: center;
}
.footer-brand {
  font-family: 'Libre Caslon Display', serif;
  font-size: var(--fs-2);
  margin-bottom: var(--sp-2);
}
.footer-line {
  font-size: var(--fs-00);
  opacity: 0.7;
  margin-bottom: 0.3rem;
}
.footer-copyright { opacity: 0.5; margin-top: var(--sp-2); }

/* ===================== RESPONSIVE ===================== */

@media (max-width: 900px) {
  main section { padding: var(--sp-5) var(--sp-2); }

  .table-inner {
    grid-template-columns: 1fr;
    gap: var(--sp-4);
  }
  .table-visual { order: -1; max-width: 320px; margin: 0 auto; }

  .contact-row { grid-template-columns: 1fr; }

  .booking-form { gap: var(--sp-2); }

  .coast-item { grid-template-columns: 64px 1fr; gap: var(--sp-2); }
  .coast-time { font-size: var(--fs-1); }
}

@media (max-width: 600px) {
  .hero-title { font-size: var(--fs-5); }
  .hero-sub { max-width: 28ch; }

  .booking-form {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: var(--sp-1) var(--sp-2);
    gap: var(--sp-2);
  }
  .booking-form::-webkit-scrollbar { display: none; }
  .booking-brand { margin-right: var(--sp-1); flex: 0 0 auto; }
  .booking-field { flex: 0 0 auto; min-width: 108px; }
  .booking-field input,
  .booking-field select { padding: 0.75rem 0.1rem; min-height: 44px; }
  .booking-submit { flex: 0 0 auto; white-space: nowrap; min-height: 44px; padding: 0.85rem 1.4rem; }

  .booking-bar::after {
    content: "";
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: 28px;
    background: linear-gradient(to right, transparent, var(--deep));
    pointer-events: none;
  }

  .house-title, .rooms-title, .table-title, .coast-title, .booking-title {
    font-size: var(--fs-3);
  }

  .rooms-nav { position: static; margin-top: var(--sp-2); }
  .rooms-head { padding-bottom: 0; }

  .room-card { flex: 0 0 78vw; }

  .menu-list li { flex-direction: column; gap: 0.2rem; }
  .menu-note { text-align: left; }
}

/* ===================== MOTION PREFERENCES ===================== */

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .hero-scroll-line { animation: none; opacity: 0.4; transform: scaleY(0.7); }
  .gull { animation: none; }
}
