/* ============================================================
   Risør Hotel — styles.css (clean rewrite, v111)
   One authoritative stylesheet. No versioned patch chains.
   No redundant !important overrides.
   ============================================================ */

/* ── Self-hosted fonts ─────────────────────────────────────── */
@font-face {
  font-family: 'Lora';
  src: url('fonts/lora-latin-400-normal.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('fonts/lora-latin-500-normal.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('fonts/lora-latin-600-normal.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('fonts/source-sans-3-latin-400-normal.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('fonts/source-sans-3-latin-500-normal.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('fonts/source-sans-3-latin-600-normal.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('fonts/source-sans-3-latin-700-normal.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ── Design tokens ─────────────────────────────────────────── */
:root {
  --ink:        #273238;
  --ink-soft:   #4a5659;
  --muted:      #768084;
  --paper:      #f5efe5;
  --paper-2:    #fbf7ef;
  --shell:      #eee5d6;
  --white:      #fff;
  --sea:        #15384a;
  --sea-dark:   #102c3a;
  --sea-deep:   #0d2632;
  --clay:       #8f5a4b;
  --rose:       #c9938e;
  --gold:       #b89d69;
  --line:       rgba(39,50,56,.16);
  --line-light: rgba(255,255,255,.24);
  --max:        1180px;
  --wide:       1480px;
  --serif:      'Lora', Georgia, serif;
  --sans:       'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --header-glass:      rgba(245,239,229,.22);
  --header-glass-open: rgba(245,239,229,.82);
}

/* ── Reset ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img  { display: block; max-width: 100%; height: auto; }
a    { color: inherit; text-decoration: none; }
p    { margin: 0; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
[id]           { scroll-margin-top: 96px; }

/* ── Utilities ─────────────────────────────────────────────── */
.wrap  { width: min(var(--max), calc(100% - 44px)); margin-inline: auto; }
.wide  { width: min(var(--wide), calc(100% - 28px)); margin-inline: auto; }
.muted { color: var(--muted); }

.skip-link {
  position: absolute; left: 16px; top: -90px;
  background: var(--sea); color: #fff;
  padding: 11px 14px; z-index: 100;
}
.skip-link:focus { top: 16px; }

/* ── Typography ────────────────────────────────────────────── */
h1, h2, h3 { font-family: var(--serif); font-weight: 500; color: var(--ink); }
h2 {
  font-size: clamp(2.35rem, 5.4vw, 4.9rem);
  line-height: 1.02; letter-spacing: -.047em; margin: 0;
}
h3 {
  font-size: clamp(1.32rem, 2.2vw, 2rem);
  line-height: 1.14; letter-spacing: -.022em; margin: 0;
}
.eyebrow {
  font-size: .78rem; letter-spacing: .22em;
  text-transform: uppercase; color: var(--sea);
  font-weight: 850; margin-bottom: 14px;
}
.kicker {
  font-size: .83rem; letter-spacing: .2em;
  text-transform: uppercase; color: rgba(255,255,255,.9);
  font-weight: 800;
}
.lead {
  font-size: 1.16rem; color: var(--ink-soft);
  max-width: 760px; margin: 18px 0 0;
}
.caption {
  display: block; margin-top: 10px;
  font-size: .92rem; color: rgba(255,255,255,.58);
}

/* ── Buttons ───────────────────────────────────────────────── */
.book-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 13px 21px;
  border: 1px solid var(--sea);
  background: var(--sea); color: #fff;
  text-transform: uppercase; letter-spacing: .12em;
  font-weight: 800; font-size: .8rem;
  transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease, color .18s ease;
}
.book-btn:hover { background: var(--sea-dark); border-color: var(--sea-dark); transform: translateY(-1px); }

.line-btn {
  display: inline-flex; align-items: center; gap: 8px;
  border: 0; background: transparent;
  border-bottom: 1px solid currentColor;
  padding: 0 0 4px; color: var(--sea);
  font-weight: 800; letter-spacing: .01em;
  transition: color .18s ease, transform .18s ease;
}
.line-btn:hover { color: var(--sea-deep); transform: translateY(-1px); }

/* Shine effect on blue .book-btn (header, final CTA, stay section) */
.site-header .book-btn,
.stay-actions .book-btn,
.final .book-btn {
  position: relative; isolation: isolate; overflow: hidden;
  background: var(--sea); color: #fff;
  border: 1px solid rgba(255,255,255,.36);
  box-shadow: 0 10px 28px rgba(5,21,31,.18), inset 0 0 0 1px rgba(255,255,255,.05);
}
.site-header .book-btn::before,
.stay-actions .book-btn::before,
.final .book-btn::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.16) 0%, rgba(255,255,255,.04) 35%, rgba(194,224,238,.18) 62%, rgba(255,255,255,.09) 100%);
  opacity: .40; transition: opacity .32s ease;
}
.site-header .book-btn::after,
.stay-actions .book-btn::after,
.final .book-btn::after {
  content: ""; display: block; position: absolute;
  top: -46%; bottom: -46%; left: -76%; width: 54%;
  z-index: 2; pointer-events: none;
  background: linear-gradient(105deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.08) 26%, rgba(255,255,255,.44) 46%, rgba(255,255,255,.18) 58%, rgba(255,255,255,0) 100%);
  transform: skewX(-18deg); opacity: 0;
  mix-blend-mode: screen;
  transition: left .72s cubic-bezier(.22,1,.36,1), opacity .22s ease;
}
.site-header .book-btn:hover,
.site-header .book-btn:focus-visible,
.stay-actions .book-btn:hover,
.stay-actions .book-btn:focus-visible,
.final .book-btn:hover,
.final .book-btn:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.62);
  box-shadow: 0 15px 34px rgba(5,21,31,.24), 0 0 0 1px rgba(255,255,255,.06), inset 0 1px 0 rgba(255,255,255,.18);
  outline: none;
}
.site-header .book-btn:hover::before,
.site-header .book-btn:focus-visible::before,
.stay-actions .book-btn:hover::before,
.stay-actions .book-btn:focus-visible::before,
.final .book-btn:hover::before,
.final .book-btn:focus-visible::before { opacity: .78; }
.site-header .book-btn:hover::after,
.site-header .book-btn:focus-visible::after,
.stay-actions .book-btn:hover::after,
.stay-actions .book-btn:focus-visible::after,
.final .book-btn:hover::after,
.final .book-btn:focus-visible::after { left: 126%; opacity: 1; }

/* White hero book button — stable, no pseudo shine */
.hero-actions .book-btn {
  position: relative; isolation: isolate; overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbf8f1 100%);
  color: var(--sea-deep); border: 1px solid rgba(255,255,255,.98);
  text-shadow: none;
  box-shadow: 0 16px 38px rgba(5,21,31,.20), 0 0 0 1px rgba(255,255,255,.14), inset 0 1px 0 rgba(255,255,255,.88);
  transition: transform .24s cubic-bezier(.22,1,.36,1), box-shadow .24s ease, border-color .24s ease, background .24s ease, color .24s ease;
}
.hero-actions .book-btn:hover,
.hero-actions .book-btn:focus-visible {
  transform: translateY(-2px);
  color: var(--sea); background: linear-gradient(180deg, #ffffff 0%, #f7f2e8 100%);
  border-color: #ffffff;
  box-shadow: 0 19px 44px rgba(5,21,31,.24), 0 0 0 1px rgba(255,255,255,.22), inset 0 1px 0 rgba(255,255,255,.96);
  outline: none;
}

/* expand pill (rooms & info toggle) */
.expand-pill {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 190px; min-height: 48px; padding: 0 30px;
  margin-inline: auto;
  border: 1px solid rgba(193,151,83,.34); border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(249,244,234,.72));
  color: var(--sea);
  font-family: var(--sans); font-size: .76rem; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase; line-height: 1;
  box-shadow: 0 16px 34px rgba(5,21,31,.08), inset 0 1px 0 rgba(255,255,255,.72);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  position: relative; overflow: hidden; isolation: isolate; cursor: pointer;
  transition: transform .32s cubic-bezier(.22,1,.36,1), border-color .32s ease, box-shadow .32s ease, background .32s ease, color .32s ease;
}
.expand-pill::after {
  content: "+"; display: inline-flex; align-items: center; justify-content: center;
  width: 18px; height: 18px; margin-left: 12px;
  color: rgba(193,151,83,.94); font-size: 1rem; font-weight: 500;
  letter-spacing: 0; line-height: 1; transform: translateY(-1px);
  transition: transform .32s cubic-bezier(.22,1,.36,1);
}
.expand-pill[aria-expanded="true"]::after { content: "–"; transform: translateY(-2px); }
.expand-pill:hover, .expand-pill:focus-visible {
  transform: translateY(-2px); border-color: rgba(193,151,83,.58);
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(250,246,238,.86));
  color: var(--sea-deep);
  box-shadow: 0 20px 42px rgba(5,21,31,.11), 0 0 0 1px rgba(216,191,130,.08), inset 0 1px 0 rgba(255,255,255,.86);
  outline: none;
}

/* ── details/summary accordion ────────────────────────────── */
details.more {
  margin-top: 20px;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
details.more summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 15px 0; font-weight: 800; color: var(--sea);
  transition: color .16s ease;
}
details.more summary::-webkit-details-marker { display: none; }
details.more summary::after { content: '+'; font-size: 1.25rem; font-weight: 400; line-height: 1; }
details.more[open] summary::after { content: '–'; }
details.more summary:hover { color: var(--clay); }
details.more p { padding: 0 0 18px; color: var(--ink-soft); }

/* ── Header ────────────────────────────────────────────────── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; width: 100%;
  z-index: 70;
  background: var(--header-glass);
  border-bottom: 1px solid rgba(245,239,229,.18);
  backdrop-filter: blur(18px) saturate(1.05);
  -webkit-backdrop-filter: blur(18px) saturate(1.05);
  padding-top: env(safe-area-inset-top);
  transform: translate3d(0,0,0);
  transition: transform .32s cubic-bezier(.22,1,.36,1), background .22s ease, border-color .22s ease;
  will-change: transform;
}
body.header-hidden:not(.menu-open) .site-header {
  transform: translate3d(0, calc(-100% - env(safe-area-inset-top) - 6px), 0);
}
body.menu-open .site-header {
  background: var(--header-glass-open);
  border-bottom-color: rgba(39,50,56,.10);
}

.header-inner {
  width: min(1580px, calc(100% - 64px));
  margin-inline: auto;
  min-height: 84px;
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.brand { display: flex; align-items: center; gap: 16px; min-width: max-content; margin-left: 34px; }
.brand img {
  width: 58px; height: 58px; border-radius: 50%; object-fit: cover; flex: 0 0 auto;
  box-shadow: 0 10px 26px rgba(4,18,28,.24), 0 0 0 1px rgba(255,255,255,.10) inset;
}
.brand strong {
  display: block; font-family: var(--serif); font-weight: 600;
  font-size: 1.22rem; letter-spacing: .11em; text-transform: uppercase;
  color: #fff; line-height: 1.05;
  text-shadow: 0 1px 12px rgba(4,18,28,.50), 0 2px 22px rgba(4,18,28,.24);
}
.brand small {
  display: block; margin-top: 4px; font-size: .68rem; letter-spacing: .30em;
  text-transform: uppercase; color: rgba(255,255,255,.64); font-weight: 700; line-height: 1;
  text-shadow: 0 1px 12px rgba(4,18,28,.50);
}

.desktop-nav {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(22px, 2.4vw, 38px); white-space: nowrap;
}
.desktop-nav a {
  position: relative;
  font-size: .89rem; letter-spacing: .255em; text-transform: uppercase;
  font-weight: 850; color: #fff; line-height: 1;
  padding: 31px 0 28px;
  text-shadow: 0 1px 12px rgba(4,18,28,.48), 0 2px 22px rgba(4,18,28,.26);
  transition: color .18s ease;
}
.desktop-nav a::after {
  content: ""; position: absolute;
  left: 50%; bottom: 18px;
  width: 42px; height: 2px;
  background: rgba(216,191,130,.88);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  opacity: 0;
  transition: transform .52s cubic-bezier(.22,1,.36,1), opacity .34s ease;
}
.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after { transform: translateX(-50%) scaleX(1); opacity: .96; }

.header-actions {
  display: flex; align-items: center;
  gap: 24px; justify-content: flex-end;
}
.header-actions > .book-btn {
  min-height: 54px; width: 132px;
  padding: 0 12px; letter-spacing: .16em;
}

/* Language switcher */
.language { position: relative; isolation: isolate; }
.lang-trigger {
  height: 54px; display: flex; align-items: center; gap: 10px;
  border: 0; background: transparent; cursor: pointer; color: #fff;
  letter-spacing: .20em;
  text-shadow: 0 1px 12px rgba(4,18,28,.36);
}
.lang-trigger .lang-flag { display: none; }
.lang-trigger::after {
  content: ""; display: inline-block;
  width: 7px; height: 7px; margin-left: 2px;
  border-right: 1.5px solid rgba(255,255,255,.88);
  border-bottom: 1.5px solid rgba(255,255,255,.88);
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease, border-color .18s ease;
  opacity: .82; flex: 0 0 auto;
}
.language.open .lang-trigger::after { transform: translateY(1px) rotate(225deg); border-color: #e8d3ab; opacity: 1; }
.lang-trigger:hover, .lang-trigger:focus-visible { opacity: .92; transform: translateY(-1px); }
.lang-code, .lang-alt {
  font-size: .88rem; font-weight: 850; line-height: 1;
  color: rgba(255,255,255,.92); letter-spacing: .18em;
  text-shadow: 0 1px 12px rgba(4,18,28,.36);
}
.lang-divider {
  font-size: .92rem; font-weight: 500;
  color: rgba(255,255,255,.44); letter-spacing: 0; margin: 0 -1px;
  text-shadow: 0 1px 12px rgba(4,18,28,.36);
}
.lang-list {
  position: absolute; right: 50%; top: calc(100% + 12px);
  min-width: 220px; padding: 8px;
  background: rgba(245,239,229,.96);
  border: 1px solid rgba(209,196,171,.55);
  box-shadow: 0 22px 50px rgba(4,18,28,.20);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translate3d(50%, 8px, 0);
  transition: opacity .18s ease, transform .24s cubic-bezier(.22,1,.36,1), visibility .18s ease;
  z-index: 100;
}
.language.open .lang-list {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translate3d(50%, 0, 0);
}
.lang-list button {
  width: 100%; border: 0; background: transparent;
  display: flex; align-items: center; gap: 11px;
  padding: 11px 12px; cursor: pointer; text-align: left;
  font-weight: 650; color: var(--sea-deep); border-radius: 2px;
  letter-spacing: .04em;
  transition: background .16s ease, color .16s ease, transform .16s ease;
}
.lang-list button:hover,
.lang-list button:focus-visible,
.lang-list button.is-active { background: rgba(21,56,74,.085); color: var(--sea); transform: translateX(2px); }
.lang-list .flag { font-size: 1.03rem; }

/* Hamburger */
.menu-btn {
  display: none; width: 36px; height: 30px;
  border: 0; background: transparent; cursor: pointer;
  position: relative; color: transparent;
}
.menu-btn::before,
.menu-btn::after {
  content: ''; position: absolute; left: 3px; right: 3px; height: 1px;
  background: #fff; transition: transform .18s ease, top .18s ease;
}
.menu-btn::before { top: 9px; } .menu-btn::after { top: 20px; }
body.menu-open .menu-btn::before { top: 15px; transform: rotate(42deg); }
body.menu-open .menu-btn::after  { top: 15px; transform: rotate(-42deg); }

/* Mobile nav drawer */
.mobile-nav {
  display: none;
  border-top: 1px solid var(--line); padding: 10px 0 18px;
  background: rgba(245,239,229,.94);
}
body.menu-open .mobile-nav { display: block; }
.mobile-nav a {
  display: block; padding: 12px 0;
  border-bottom: 1px solid rgba(39,50,56,.11);
  font-size: .9rem; font-weight: 800; letter-spacing: .13em;
  text-transform: uppercase; color: #3f4c50;
  transition: color .18s ease, background .18s ease, padding-left .18s ease;
}
.mobile-nav a:hover, .mobile-nav a:focus-visible { color: var(--sea); background: rgba(21,56,74,.055); padding-left: 10px; }

/* ── Hero ──────────────────────────────────────────────────── */
.hero {
  position: relative;
  height: clamp(720px, 56.25vw, 980px);
  display: grid; align-items: center;
  overflow: hidden; background: var(--sea-deep);
  --hero-scroll: 0px;
  --hero-load-y: 14px;
}
.hero-media {
  position: absolute; inset: 0;
  overflow: hidden; opacity: 0;
  background: var(--sea-deep);
  transform: translate3d(0, var(--hero-load-y), 0);
  transition: opacity .72s ease, transform .95s cubic-bezier(.22,1,.36,1);
  will-change: opacity, transform;
}
body.is-loaded .hero-media { opacity: 1; transform: translate3d(0, var(--hero-scroll), 0); }
body.is-parallax-ready .hero-media { transition: opacity .72s ease; }
.hero-media img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 42%;
  filter: saturate(1.02) contrast(1.02);
}
/* Morning light sweep on load — GPU-only, no blend mode */
.hero-media::after {
  content: ""; position: absolute; inset: -16% -34%; z-index: 2;
  pointer-events: none;
  background: linear-gradient(105deg, rgba(255,255,255,0) 0%, rgba(255,248,230,.07) 24%, rgba(255,255,255,.22) 48%, rgba(197,229,243,.07) 62%, rgba(255,255,255,0) 100%);
  transform: translate3d(-140%, 0, 0) skewX(-10deg);
  will-change: transform;
  backface-visibility: hidden;
}
body.is-loaded .hero-media::after { animation: morningLightSweep 2.55s cubic-bezier(.22,1,.36,1) 1.8s both; }

.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(4,18,28,.66) 0%, rgba(5,24,36,.48) 30%, rgba(6,28,42,.18) 60%, rgba(6,28,42,.04) 100%),
    linear-gradient(180deg, rgba(4,16,23,.04) 0%, rgba(4,16,23,.08) 44%, rgba(4,16,23,.34) 100%);
}
.hero::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 46%;
  background: linear-gradient(0deg, rgba(7,27,39,.86) 0%, rgba(7,27,39,.48) 36%, rgba(7,27,39,0) 100%);
  pointer-events: none;
}

.hero-content {
  position: relative; z-index: 2; color: #fff;
  padding: clamp(118px, 10vw, 150px) 0 210px;
  max-width: 650px; text-align: center;
  margin-inline: auto;
  opacity: 0; transform: translate3d(0, 14px, 0);
  transition: opacity .62s ease .16s, transform .72s cubic-bezier(.22,1,.36,1) .16s;
}
body.is-loaded .hero-content { opacity: 1; transform: translate3d(0, 0, 0); }

.hero h1 {
  margin: .08em auto 10px; color: #fff;
  font-size: clamp(3.55rem, 6.45vw, 6.35rem);
  line-height: 1.02; letter-spacing: -.055em;
  max-width: 9.25ch; text-align: center;
  text-shadow: 0 3px 18px rgba(0,0,0,.20), 0 14px 42px rgba(0,0,0,.16);
  padding-bottom: .18em;
}
body.is-loaded .hero h1 { animation: heroTitleSettle 1.06s cubic-bezier(.22,1,.36,1) .12s both; }
.hero h1 > span { display: inline-block; line-height: 1.10; padding-bottom: .18em; }
.hero h1 br { display: block; }
.hero h1 .sea-word { color: #eef9ff; display: inline; }

.hero-actions {
  display: flex; align-items: center; justify-content: center;
  gap: 14px; flex-wrap: wrap; margin-top: 36px;
}
body.is-loaded .hero-actions > * { animation: heroCtaSettle .96s cubic-bezier(.22,1,.36,1) both; }
body.is-loaded .hero-actions > *:nth-child(1) { animation-delay: .34s; }
body.is-loaded .hero-actions > *:nth-child(2) { animation-delay: .48s; }
body.is-loaded .hero-actions > *:nth-child(3) { animation-delay: .60s; }
.hero-actions .book-btn,
.hero-actions .line-btn {
  min-height: 60px; padding: 0 28px; min-width: 166px;
  font-size: .92rem; font-weight: 900;
  letter-spacing: .115em; line-height: 1; text-transform: uppercase;
  border: 1px solid rgba(255,255,255,.68);
  box-shadow: 0 16px 38px rgba(0,0,0,.16);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.hero-actions .line-btn {
  background: rgba(8,31,43,.30); color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.68);
}
.hero-actions .line-btn:hover, .hero-actions .line-btn:focus-visible {
  background: rgba(255,255,255,.16); color: #fff;
  border-color: rgba(255,255,255,.86); transform: translateY(-2px);
}

/* Bridge strip at hero bottom */
.hero-bridge-inner {
  position: absolute; left: 50%; bottom: 30px;
  transform: translateX(-50%);
  width: min(var(--max), calc(100% - 44px));
  z-index: 4;
  display: grid; grid-template-columns: minmax(0,1.1fr) minmax(260px,.55fr);
  gap: 40px; align-items: end;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255,255,255,.24);
}
.hero-bridge-inner .kicker {
  display: block; font-size: .76rem; letter-spacing: .22em;
  color: #f0dfbf; font-weight: 850; margin-bottom: 10px;
}
.hero-bridge-lead {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(1.15rem, 1.9vw, 1.95rem);
  line-height: 1.34; letter-spacing: -.025em;
  max-width: 700px; color: rgba(255,255,255,.98);
}
.hero-bridge-inner .hero-facts {
  display: grid; gap: 9px; justify-items: end;
  margin: 0; padding: 0; border: 0;
  color: rgba(255,255,255,.92); font-size: .78rem;
  letter-spacing: .16em; text-transform: uppercase; font-weight: 800;
}
.hero-bridge-inner .hero-facts span {
  display: block; min-width: 190px; text-align: right;
  padding: 0 0 8px; border-bottom: 1px solid rgba(255,255,255,.18);
}

/* ── Sections (shared) ─────────────────────────────────────── */
.section { padding: 92px 0; border-top: 1px solid var(--line); }
.section.light { background: var(--paper-2); }

/* ── Stay / Rooms ──────────────────────────────────────────── */
.stay-section {
  padding: 92px 0 96px;
  background: var(--paper); color: var(--ink);
  border-top: 1px solid var(--line);
}
.stay-content { padding-top: 0; }
.stay-intro-compact {
  display: block; max-width: 860px; margin: 0 auto 42px; text-align: center;
}
.stay-intro-compact .stay-copy { max-width: 820px; margin: 0 auto; }
.stay-intro-compact .lead { max-width: 760px; margin-inline: auto; }
.stay-actions {
  display: flex; justify-content: center;
  gap: 14px; margin-top: 24px; flex-wrap: wrap;
}
.stay-actions .book-btn, .stay-actions .line-btn { min-width: 180px; justify-content: center; }

/* Rooms grid */
.rooms-grid {
  width: min(var(--wide), calc(100vw - 28px));
  margin-inline: auto;
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px; margin-top: 34px; align-items: start;
}
.room-card {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}
.room-img {
  height: 315px; overflow: hidden; margin-bottom: 20px;
  background: #e5dccc;
}
.room-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.room-card:hover .room-img img { transform: scale(1.03); }
.room-card h3 { margin-bottom: 8px; }
.room-card p { color: var(--ink-soft); }

/* Compact room card (v79+) */
.room-card--compact {
  display: flex; flex-direction: column; min-height: 100%;
  padding: 0; border: 1px solid var(--line);
  background: rgba(255,255,255,.58);
  box-shadow: 0 18px 50px rgba(13,36,49,.07);
  text-align: left; overflow: hidden;
  transition: transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s ease, border-color .28s ease;
}
.room-card--compact:hover {
  transform: translateY(-3px); border-color: rgba(180,151,91,.34);
  box-shadow: 0 24px 64px rgba(13,36,49,.11);
}
.room-card--compact .room-img { height: 255px; margin: 0; box-shadow: none; }
.room-card--compact .room-img img { transform: none; }
.room-card--compact:hover .room-img img.is-active { transform: scale(1.025); }
.room-card--compact .room-body {
  display: flex; flex-direction: column; gap: 10px;
  flex: 1; padding: 20px 20px 22px;
}
.room-card--compact h3 {
  margin: 0; font-size: clamp(1.28rem, 1.8vw, 1.65rem);
  line-height: 1.08; letter-spacing: -.025em; color: var(--ink);
}
.room-card--compact .room-teaser {
  margin: 0; max-width: none; color: var(--ink-soft);
  font-size: .98rem; line-height: 1.45;
}
.room-more {
  margin-top: auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.room-more summary {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  min-height: 44px; cursor: pointer; list-style: none;
  color: var(--sea); font-weight: 900; font-size: .78rem;
  letter-spacing: .18em; text-transform: uppercase;
}
.room-more summary::-webkit-details-marker { display: none; }
.room-more summary::after { content: '+'; font-size: 1.05rem; color: var(--gold); transition: transform .22s ease; }
.room-more[open] summary::after { transform: rotate(45deg); }
.room-more p { margin: 0; padding: 0 0 16px; color: var(--ink-soft); font-size: .95rem; line-height: 1.54; }

/* seven-room grid */
.rooms-grid-seven { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.rooms-grid-seven .room-card--compact .room-body { min-height: 210px; justify-content: flex-start; }

/* Expandable extra rooms */
.rooms-extra-shell {
  grid-column: 1 / -1; overflow: hidden;
  max-height: 0; opacity: 0; transform: translateY(-6px);
  position: relative; margin-top: 0; pointer-events: none;
  transition: max-height .72s cubic-bezier(.22,1,.36,1), opacity .36s ease, transform .46s cubic-bezier(.22,1,.36,1);
}
.rooms-extra-shell.is-expanded {
  max-height: 760px; opacity: 1; transform: translateY(0);
  pointer-events: auto; margin-top: 4px;
}
.rooms-extra-grid {
  display: grid; grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 20px; align-items: start;
}
.rooms-extra-grid .room-card { grid-column: span 2; }
.rooms-extra-grid .room-card:first-child  { grid-column: 2 / span 2; }
.rooms-extra-grid .room-card:nth-child(2) { grid-column: 4 / span 2; }

.rooms-expand-control {
  grid-column: 1 / -1; display: flex;
  justify-content: center; align-items: center;
  width: 100%; margin-top: 26px;
}

/* Image slider */
.image-slider { position: relative; overflow: hidden; }
.image-slider > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0;
  transition: opacity .26s ease, transform .38s ease;
  will-change: auto;
}
.image-slider > img:not(.is-active) { visibility: hidden; }
.image-slider > img.is-active { opacity: 1; visibility: visible; position: absolute; }
.image-slider:hover > img.is-active { transform: scale(1.01); }

.slider-btn {
  position: absolute; top: 50%; z-index: 3;
  transform: translateY(-50%);
  width: 38px; height: 38px;
  border: 1px solid rgba(255,255,255,.35); border-radius: 50%;
  background: rgba(21,56,74,.62); color: #fff;
  display: grid; place-items: center;
  cursor: pointer; font-size: 1.55rem; line-height: 1;
  transition: background .16s ease, transform .16s ease;
}
.slider-btn:hover { background: rgba(21,56,74,.82); transform: translateY(-50%) scale(1.03); }
.slider-btn.prev { left: 13px; } .slider-btn.next { right: 13px; }
.slider-dots {
  position: absolute; left: 16px; bottom: 14px;
  z-index: 3; display: flex; gap: 6px;
  align-items: center; justify-content: center;
}
.slider-dots button {
  width: 7px; height: 7px; border-radius: 999px; border: 0;
  background: rgba(255,255,255,.54); padding: 0; cursor: pointer;
  transition: width .16s ease, background .16s ease;
}
.slider-dots button:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.slider-dots button.is-active { width: 22px; background: #fff; }

/* ── Risør section ─────────────────────────────────────────── */
.risor-section {
  position: relative; overflow: hidden;
  background: #f7f3ec; color: #273238;
  padding: 96px 0 104px; isolation: isolate; border-top: 0;
}
.risor-section::before {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(247,243,236,.96), rgba(247,243,236,.91)),
    url("assets/info-risor-harbor.webp") center/cover no-repeat;
  opacity: .88; z-index: -2; pointer-events: none;
}
.risor-section::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 50% 4%, rgba(255,255,255,.70), rgba(255,255,255,0) 42%),
    linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,0) 50%);
  z-index: -1; pointer-events: none;
}
.risor-section .wrap { position: relative; z-index: 1; }
.risor-section h2, .risor-section h3 { color: #273238; }
.risor-section .eyebrow { color: var(--gold); }
.risor-section .lead, .risor-section p { color: #5f6c70; }
.risor-section .caption { color: #5f6c70; }
.risor-grid {
  display: grid; grid-template-columns: .9fr 1.1fr;
  gap: 70px; align-items: start;
}
.risor-notes { border-top: 1px solid rgba(39,50,56,.14); margin-top: 30px; }
.risor-note {
  display: grid; grid-template-columns: 135px 1fr;
  gap: 24px; padding: 17px 0; border-bottom: 1px solid rgba(39,50,56,.14);
}
.risor-note strong {
  font-family: var(--sans); font-weight: 850;
  letter-spacing: .1em; text-transform: uppercase; color: #273238; font-size: .84rem;
}
.risor-gallery {
  display: grid; grid-template-columns: 1.2fr .8fr;
  gap: 16px; align-items: stretch;
}
.risor-gallery figure { margin: 0; overflow: hidden; background: #f0e7db; box-shadow: 0 18px 54px rgba(31,45,49,.075); }
.risor-gallery img { width: 100%; height: 100%; object-fit: cover; }
.risor-gallery .tall { height: 560px; }
.risor-gallery .stack { display: grid; gap: 16px; }
.risor-gallery .small { height: 272px; }
.risor-activity {
  position: relative; z-index: 1; margin-top: 34px;
  display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr);
  align-items: stretch; overflow: hidden; text-decoration: none;
  color: #273238; border: 1px solid rgba(39,50,56,.14);
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 54px rgba(31,45,49,.07);
  transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
}
.risor-activity:hover {
  transform: translateY(-3px); border-color: rgba(184,157,105,.38);
  background: rgba(255,255,255,.90); box-shadow: 0 24px 66px rgba(31,45,49,.10);
}
.risor-activity img { width: 100%; height: 100%; min-height: 205px; object-fit: cover; }
.risor-activity-copy {
  padding: 26px 30px; display: flex;
  align-items: flex-start; justify-content: center; flex-direction: column;
}
.risor-activity-copy h3 { font-size: clamp(1.55rem, 2.7vw, 2.35rem); margin-bottom: 8px; }
.risor-activity-copy p { max-width: 620px; margin-bottom: 18px; }
.risor-activity-copy .line-btn { color: var(--sea); border-color: rgba(39,50,56,.22); }
.risor-activity:hover .line-btn { border-color: var(--gold); color: var(--sea); }

/* ── Weddings / Events ─────────────────────────────────────── */
.wedding-intro {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 42px; margin-bottom: 34px; padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}
.wedding-intro h2 { max-width: 760px; }
.wedding-links { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
.event-gallery {
  display: grid; grid-template-columns: 1.15fr .85fr .85fr;
  grid-template-rows: 335px 335px; gap: 16px;
}
.event-tile { position: relative; overflow: hidden; background: #e5dccc; transition: transform .18s ease, box-shadow .18s ease; }
.event-tile.large { grid-row: span 2; }
.event-tile:hover { transform: translateY(-2px); box-shadow: 0 22px 58px rgba(39,50,56,.10); }
.event-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.event-tile:hover img { transform: scale(1.025); }
.event-tile .image-slider { width: 100%; height: 100%; }
.event-tile .image-slider > img { position: absolute; }
.event-tile span {
  position: absolute; left: 18px; bottom: 16px; z-index: 5;
  background: rgba(16,44,58,.78); color: #fff;
  padding: 7px 11px; text-transform: uppercase;
  letter-spacing: .12em; font-size: .72rem; font-weight: 850;
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.event-tile .slider-btn { width: 32px; height: 32px; font-size: 1.25rem; }
.event-tile .slider-dots { bottom: 13px; right: 16px; left: auto; }
.event-info {
  margin-top: 34px; display: grid; grid-template-columns: repeat(3,1fr);
  gap: 28px; border-top: 1px solid var(--line); padding-top: 22px;
}
.event-info h3 {
  font-family: var(--sans); font-size: 1.04rem; text-transform: uppercase;
  letter-spacing: .08em; color: var(--sea); font-weight: 850; margin-bottom: 6px;
}
.event-info p { color: var(--ink-soft); }

/* ── Info / Amenities ──────────────────────────────────────── */
#info.info-amenities {
  position: relative; overflow: hidden;
  background: #fbf8f1; padding: 84px 0 88px;
  isolation: isolate;
}
#info.info-amenities::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(180deg, rgba(251,248,241,.98), rgba(251,248,241,.94)),
    url("assets/info-risor-harbor.webp") center/cover no-repeat;
  opacity: .36;
}
#info.info-amenities::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(circle at 50% 8%, rgba(255,255,255,.72), rgba(255,255,255,0) 42%);
  pointer-events: none; opacity: .55;
}
#info.info-amenities .info-shell {
  display: block;
  width: min(1180px, calc(100% - 44px));
  margin-inline: auto;
}
#info.info-amenities .info-intro {
  position: relative; z-index: 3;
  max-width: 680px; margin: 0 auto 64px; text-align: center;
}
#info.info-amenities .info-intro .eyebrow { color: var(--gold); letter-spacing: .28em; }
#info.info-amenities .info-intro h2 {
  font-size: clamp(2.8rem, 4.8vw, 4.75rem);
  line-height: .98; margin: 14px 0 12px; letter-spacing: -.055em;
  color: #273238;
}
#info.info-amenities .info-intro h2::after {
  content: ''; display: block; width: 34px; height: 1px;
  background: var(--gold); margin: 18px auto 0; opacity: .9;
}
#info.info-amenities .info-intro .lead {
  position: relative; z-index: 5;
  margin: 18px auto 0; max-width: 500px;
  color: #667276; font-size: 1.02rem; line-height: 1.7;
}
#info.info-amenities .info-cards.amenities-grid {
  display: block; position: relative; z-index: 2;
  max-width: 1120px; margin: 0 auto;
}
.amenities-row {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px; align-items: stretch;
}
.amenities-row-more-wrap {
  position: relative; max-height: 76px; overflow: hidden;
  margin-top: 16px;
  transition: max-height .42s cubic-bezier(.22,1,.36,1);
}
.amenities-row-more-wrap::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 76px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(251,248,241,0), rgba(251,248,241,.92) 72%, rgba(251,248,241,.98));
  opacity: 1; transition: opacity .22s ease;
}
#info.info-amenities.is-expanded .amenities-row-more-wrap { max-height: 260px; }
#info.info-amenities.is-expanded .amenities-row-more-wrap::after { opacity: 0; }
.info-expand-control {
  display: flex; justify-content: center; align-items: center;
  width: 100%; margin: 24px auto 0; grid-column: 1 / -1;
}

.amenity-card {
  min-height: 148px; padding: 18px 16px 16px;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center; border-radius: 13px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(39,50,56,.105);
  box-shadow: 0 14px 38px rgba(28,41,46,.045);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.amenity-card:hover {
  transform: translateY(-3px); background: rgba(255,255,255,.94);
  border-color: rgba(184,157,105,.32); box-shadow: 0 22px 54px rgba(28,41,46,.075);
}
.amenity-icon {
  width: 38px; height: 38px; border-radius: 9px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #f4eee7; color: #bd944a;
  margin: 0 auto 12px; flex: 0 0 auto;
}
.amenity-icon svg { width: 21px; height: 21px; display: block; }
.amenity-card h3 { font-size: 1.18rem; line-height: 1.2; margin: 0 0 6px; color: #273238; }
.amenity-card p { margin: 0; color: #667276; font-size: .94rem; line-height: 1.42; max-width: 22ch; }

/* ── Final CTA ─────────────────────────────────────────────── */
.final {
  padding: 84px 0; text-align: center;
  background: var(--paper-2); border-top: 1px solid var(--line);
}
.final-title {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  width: max-content; max-width: calc(100vw - 36px);
  margin-inline: auto; text-align: center;
  line-height: .92; letter-spacing: -.06em;
  color: var(--sea);
}
.final-title span {
  display: block; width: max-content; max-width: 100%;
  white-space: nowrap; text-align: center;
}
.final-title .sea-word {
  color: var(--sea); display: inline; width: auto; white-space: nowrap;
}
.final .lead { margin-inline: auto; max-width: 620px; }
.final-actions { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; margin-top: 28px; }

/* ── Footer ────────────────────────────────────────────────── */
footer {
  background: var(--sea-dark); color: #fff;
  padding: 58px 0 30px; border-top: 0;
}
#contact { content-visibility: auto; contain-intrinsic-size: 320px; }
.footer-grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 34px; border-bottom: 1px solid rgba(255,255,255,.18);
  padding-bottom: 35px;
}
footer h3 { font-family: var(--serif); font-size: 1.4rem; color: #fff; margin: 0 0 8px; }
footer p, footer a { display: block; color: rgba(255,255,255,.72); margin: .18rem 0; }
footer a span { display: block; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  gap: 20px; color: rgba(255,255,255,.55);
  font-size: .95rem; padding-top: 24px; flex-wrap: wrap;
}
.footer-legal {
  display: inline-flex; align-items: center;
  gap: 18px; flex-wrap: wrap;
}
.footer-copy {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .42em; white-space: nowrap;
}
.footer-copy-yearbox, .footer-copy-namebox {
  display: inline-block; color: inherit; font: inherit;
  letter-spacing: inherit; line-height: inherit;
}
.saga-credit {
  display: inline-flex; align-items: center; gap: 7px;
  color: inherit; line-height: 1;
  transition: color .28s ease, opacity .28s ease, transform .28s ease;
}
.saga-credit:hover, .saga-credit:focus-visible {
  color: rgba(255,255,255,.78); transform: translateY(-1px);
}
.saga-credit img {
  width: 18px; height: 18px; display: inline-block; object-fit: contain;
  opacity: .78; filter: grayscale(1) brightness(1.85) contrast(.9);
}
.saga-credit:hover img, .saga-credit:focus-visible img { opacity: .92; }

/* ── content-visibility for offscreen sections ─────────────── */
#info, #risor, #weddings, .final {
  content-visibility: auto; contain-intrinsic-size: 720px;
}

/* ── Scroll reveal ─────────────────────────────────────────── */
.js .reveal-section {
  opacity: 0; transform: translate3d(0, 16px, 0);
  transition: opacity .82s ease, transform .92s cubic-bezier(.22,1,.36,1);
  will-change: opacity, transform;
}
.js .reveal-section.is-visible { opacity: 1; transform: translate3d(0, 0, 0); }

/* ── Keyframes ─────────────────────────────────────────────── */
@keyframes morningLightSweep {
  0%   { transform: translate3d(-140%,0,0) skewX(-10deg); }
  100% { transform: translate3d(140%,0,0) skewX(-10deg); }
}
@keyframes heroTitleSettle {
  0%   { opacity: 0; transform: translate3d(0, 18px, 0); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes heroCtaSettle {
  0%   { opacity: 0; transform: translate3d(0, 14px, 0); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* ── Reduced motion ────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-media, .hero-media img, .hero-content,
  .room-img img, .event-tile img,
  .image-slider > img, .slider-btn,
  .info-card, .event-tile, .book-btn, .line-btn,
  .review-card, .review-card .review-stars, .rating-badge, .rating-badge .rating-stars {
    transition: none !important; transform: none !important;
    animation: none !important; will-change: auto !important;
  }
  .hero-media { opacity: 1 !important; }
  .hero-content { opacity: 1 !important; }
  .hero-media::after { display: none !important; }
  body.is-loaded .hero h1,
  body.is-loaded .hero-actions > * { animation: none !important; opacity: 1 !important; }
  .js .reveal-section { opacity: 1 !important; transform: none !important; transition: none !important; }
  .rooms-extra-shell { transition: none !important; }
  .site-header .book-btn::after, .final .book-btn::after,
  .stay-actions .book-btn::after { opacity: 0 !important; }
}

/* ── iOS / Safari specifics ────────────────────────────────── */
@supports (-webkit-touch-callout: none) {
  .site-header {
    -webkit-backdrop-filter: blur(14px) saturate(1.02);
    transform: translateZ(0);
  }
  .hero-media, .hero-media img { transform: translateZ(0); backface-visibility: hidden; }
  input, button, select, textarea { font-size: 16px; }
}

/* ════════════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
   ════════════════════════════════════════════════════════════ */

/* ── ≤ 1250px ───────────────────────────────────────────────── */
@media (max-width: 1250px) {
  .header-inner { width: calc(100% - 36px); gap: 18px; }
  .brand { margin-left: 10px; }
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: .82rem; letter-spacing: .20em; }
  .header-actions { gap: 16px; }
  .header-actions > .book-btn { width: 124px; letter-spacing: .13em; }
  .brand strong { font-size: 1.05rem; letter-spacing: .10em; }
  .brand small  { font-size: .58rem; }
}

/* ── ≤ 1080px ───────────────────────────────────────────────── */
@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .menu-btn { display: block; }
  .header-inner {
    width: calc(100% - 24px);
    min-height: 70px;
    grid-template-columns: minmax(0,1fr) auto auto;
    gap: 10px;
  }
  .brand { margin-left: 0; min-width: 0; overflow: hidden; }
  .brand span { min-width: 0; overflow: hidden; display: block; line-height: 1; }
  .brand img  { width: 40px; height: 40px; }
  .brand strong { font-size: clamp(.82rem, 2.45vw, 1rem); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .brand small  { font-size: .52rem; letter-spacing: .22em; }
  .header-actions { gap: 10px; justify-self: end; }
  .header-actions > .book-btn { display: none; }
  .lang-trigger { height: 42px; gap: 7px; letter-spacing: .13em; }
  .lang-trigger .lang-flag { display: inline-block; font-size: 1rem; }
  .lang-code, .lang-alt { font-size: .78rem; letter-spacing: .12em; }
  .lang-divider { display: inline-block; }
  .lang-trigger::after { width: 6px; height: 6px; }
  .lang-list { right: 0; transform: translate3d(0, 8px, 0); }
  .language.open .lang-list { transform: translate3d(0, 0, 0); }
  .menu-btn { background: rgba(245,239,229,.24); border: 1px solid rgba(255,255,255,.34); border-radius: 999px; }
  .menu-btn::before, .menu-btn::after { background: #fff; }
  body.menu-open .menu-btn { background: rgba(21,56,74,.10); border-color: rgba(21,56,74,.20); }
  body.menu-open .menu-btn::before,
  body.menu-open .menu-btn::after { background: var(--sea-deep); }
  /* Mobile nav as floating drawer */
  .mobile-nav {
    position: fixed; z-index: 69;
    top: calc(70px + env(safe-area-inset-top));
    left: 12px; right: 12px; width: auto;
    display: block;
    padding: 8px 17px 14px;
    background: rgba(245,239,229,.94);
    border: 1px solid rgba(209,196,171,.52); border-top: 0;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 22px 44px rgba(4,18,28,.18);
    backdrop-filter: blur(18px) saturate(1.04);
    -webkit-backdrop-filter: blur(18px) saturate(1.04);
    opacity: 0; visibility: hidden; pointer-events: none;
    transform: translate3d(0, -8px, 0);
    transition: opacity .2s ease, transform .24s cubic-bezier(.22,1,.36,1), visibility .2s ease;
  }
  body.menu-open .mobile-nav { opacity: 1; visibility: visible; pointer-events: auto; transform: translate3d(0, 0, 0); }
  body.menu-open .site-header .brand strong,
  body.menu-open .site-header .brand small { color: var(--sea-deep); text-shadow: none; }
  body.menu-open .lang-code, body.menu-open .lang-alt { color: var(--sea-deep); text-shadow: none; }
  body.menu-open .lang-divider { color: rgba(21,56,74,.35); text-shadow: none; }
  .mobile-nav a { color: var(--sea-deep); padding: 13px 0; font-size: .82rem; }
  .mobile-nav a:hover, .mobile-nav a:focus-visible { color: var(--sea); background: rgba(21,56,74,.055); }
  .hero {
    min-height: 100svh; display: flex; flex-direction: column; justify-content: space-between;
    padding-top: calc(70px + env(safe-area-inset-top)); padding-bottom: 0;
  }
  .hero-media { position: absolute; inset: 0; height: 100%; opacity: 1; transform: none !important; }
  .hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
  .hero::before { background: linear-gradient(180deg, rgba(5,21,31,.42) 0%, rgba(5,21,31,.18) 40%, rgba(5,21,31,.82) 100%); }
  .hero::after  { height: 55%; background: linear-gradient(0deg, rgba(7,27,39,.95), rgba(7,27,39,0)); }
  .hero-content {
    position: relative; padding: 30px 0 24px;
    max-width: min(660px, calc(100% - 28px));
  }
  .hero-bridge-inner {
    position: relative; left: auto; bottom: auto; transform: none;
    width: min(var(--max), calc(100% - 28px));
    padding: 0 0 42px; grid-template-columns: 1fr; gap: 20px;
  }
  .hero-bridge-inner .hero-facts { display: flex; flex-wrap: wrap; justify-items: start; }
  .hero-bridge-inner .hero-facts span { min-width: 0; text-align: left; margin-right: 18px; }
  .rooms-grid { grid-template-columns: 1fr 1fr; width: min(980px, calc(100vw - 28px)); }
  .room-img { height: 360px; }
  .rooms-extra-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
  .rooms-extra-grid .room-card, .rooms-extra-grid .room-card:first-child, .rooms-extra-grid .room-card:nth-child(2) { grid-column: auto; }
  .rooms-extra-shell.is-expanded { max-height: 720px; }
  .event-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 320px 320px 320px; }
  .event-tile.large { grid-row: span 1; }
  .event-info { grid-template-columns: 1fr; }
  .risor-grid { grid-template-columns: 1fr; gap: 42px; }
  .risor-gallery .tall { height: 480px; }
  #info.info-amenities .amenities-row { grid-template-columns: repeat(2, minmax(0,1fr)); max-width: 720px; margin: 0 auto; }
  #info.info-amenities .amenities-row-more-wrap { max-height: 150px; }
  #info.info-amenities.is-expanded .amenities-row-more-wrap { max-height: 430px; }
  .wedding-intro { grid-template-columns: 1fr; gap: 42px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* ── ≤ 720px ────────────────────────────────────────────────── */
@media (max-width: 720px) {
  body { font-size: 16px; }
  .wrap, .wide { width: calc(100% - 28px); }
  .header-inner { width: calc(100% - 18px); min-height: 66px; gap: 9px; }
  .brand { gap: 8px; }
  .brand img   { width: 36px; height: 36px; }
  .brand strong { font-size: .82rem; letter-spacing: .085em; max-width: 135px; }
  .brand small  { font-size: .47rem; letter-spacing: .18em; }
  .lang-trigger { height: 38px; gap: 5px; }
  .lang-trigger::after { width: 6px; height: 6px; }
  .lang-alt, .lang-divider { display: none; }
  .lang-code { font-size: .75rem; letter-spacing: .10em; }
  .lang-list { min-width: 190px; right: -44px; transform: translate3d(0, 8px, 0); }
  .language.open .lang-list { transform: translate3d(0, 0, 0); }
  .menu-btn { width: 38px; height: 38px; }
  .menu-btn::before { top: 12px; } .menu-btn::after { top: 22px; }
  .mobile-nav { top: calc(66px + env(safe-area-inset-top)); left: 9px; right: 9px; border-radius: 0 0 18px 18px; }
  /* Hero — full-bleed cover image behind the transparent header on mobile */
  .hero { padding-top: calc(66px + env(safe-area-inset-top)); min-height: 100svh; }
  .hero-content { padding: 28px 0 22px; width: calc(100% - 28px); margin-inline: auto; }
  .hero h1 { font-size: clamp(2.95rem, 12.2vw, 4.35rem); max-width: 8.95ch; }
  .hero-actions {
    display: grid; grid-template-columns: 1fr;
    max-width: 320px; margin-inline: auto; gap: 10px;
  }
  .hero-actions .book-btn, .hero-actions .line-btn {
    width: 100%; min-height: 52px; justify-content: center;
    min-width: 0; font-size: .88rem; letter-spacing: .16em;
  }
  .hero-bridge-inner { width: calc(100% - 28px); padding: 0 0 36px; gap: 14px; }
  .hero-bridge-lead { font-size: 1.02rem; line-height: 1.42; max-width: none; }
  .hero-bridge-inner .kicker { font-size: .68rem; margin-bottom: 7px; }
  .hero-bridge-inner .hero-facts { display: flex; gap: 8px; }
  .hero-bridge-inner .hero-facts span { font-size: .66rem; border-bottom: 0; border-top: 1px solid rgba(255,255,255,.18); padding-top: 7px; margin: 0 10px 0 0; }
  /* Stay */
  .stay-section { padding: 68px 0 70px; }
  .stay-intro-compact { text-align: left; width: calc(100% - 30px); }
  .stay-actions { justify-content: flex-start; gap: 12px; }
  .stay-actions .book-btn, .stay-actions .line-btn { flex: 1 1 calc(50% - 6px); text-align: center; min-width: 0; }
  .rooms-grid { width: calc(100vw - 24px); grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
  .room-card--compact .room-img { height: 168px; }
  .room-card--compact .room-body { padding: 14px 12px 16px; gap: 8px; }
  .room-card--compact h3 { font-size: 1.05rem; }
  .room-card--compact .room-teaser { font-size: .83rem; }
  .room-more summary { min-height: 38px; font-size: .68rem; letter-spacing: .13em; }
  .room-more p { font-size: .82rem; padding-bottom: 12px; }
  .rooms-extra-shell.is-expanded { max-height: 1320px; }
  .rooms-extra-grid { grid-template-columns: 1fr; }
  .rooms-expand-control, .info-expand-control { margin-top: 20px; }
  .expand-pill { width: min(100%, 330px); min-width: 0; min-height: 46px; padding: 0 24px; font-size: .72rem; letter-spacing: .16em; }
  /* Risor */
  .risor-section { padding: 66px 0 72px; }
  .risor-gallery { grid-template-columns: 1fr; }
  .risor-gallery .tall { height: 350px; }
  .risor-gallery .small { height: 240px; }
  .risor-note { grid-template-columns: 1fr; gap: 8px; }
  .risor-activity { grid-template-columns: 1fr; margin-top: 26px; }
  .risor-activity img { height: 220px; }
  .risor-activity-copy { padding: 24px; }
  /* Weddings */
  .wedding-intro { align-items: flex-start; margin-bottom: 28px; }
  .wedding-links { width: 100%; justify-content: flex-start; }
  .wedding-links .book-btn, .wedding-links .line-btn { flex: 1 1 160px; justify-content: center; }
  .event-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(5, 300px); }
  /* Info */
  #info.info-amenities { padding: 68px 0 72px; }
  #info.info-amenities .info-shell { width: calc(100% - 28px); }
  #info.info-amenities .info-intro { text-align: left; margin: 0 0 36px; max-width: none; }
  #info.info-amenities .info-intro h2 { font-size: clamp(2.55rem, 12vw, 3.65rem); }
  #info.info-amenities .info-intro h2::after { margin-left: 0; margin-right: 0; }
  #info.info-amenities .info-intro .lead { margin-left: 0; max-width: 34ch; }
  #info.info-amenities .amenities-row { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; max-width: none; }
  #info.info-amenities .amenity-card { min-height: 132px; padding: 16px 12px 14px; border-radius: 12px; }
  #info.info-amenities .amenity-card h3 { font-size: 1.04rem; }
  #info.info-amenities .amenity-card p { font-size: .84rem; max-width: 18ch; }
  #info.info-amenities .amenity-icon { width: 35px; height: 35px; margin-bottom: 10px; }
  #info.info-amenities .amenities-row-more-wrap { max-height: 138px; margin-top: 10px; }
  #info.info-amenities.is-expanded .amenities-row-more-wrap { max-height: 380px; }
  /* Final */
  .final-title { width: max-content; max-width: calc(100vw - 28px); }
  /* Footer */
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 9px; }
  .footer-legal { gap: 10px 16px; }
  .footer-copy { gap: .46em; }
  /* Sections */
  .section { padding: 68px 0; }
  h2 { font-size: clamp(2.2rem, 12vw, 3.55rem); }
  .slider-btn { width: 34px; height: 34px; }
  .slider-dots { bottom: 12px; }
}

/* ── ≤ 430px ────────────────────────────────────────────────── */
@media (max-width: 430px) {
  .header-inner { gap: 7px; width: calc(100% - 14px); }
  .brand strong { max-width: 112px; font-size: .74rem; letter-spacing: .065em; }
  .brand small  { display: none; }
  .brand img { width: 33px; height: 33px; }
  .lang-trigger { min-width: 42px; padding: 0 4px; }
  .lang-code { font-size: .70rem; }
  .rooms-grid { width: calc(100vw - 18px); gap: 10px; }
  .room-card--compact .room-img { height: 150px; }
  .room-card--compact .room-body { padding: 12px 10px 14px; }
  .room-card--compact h3 { font-size: .98rem; }
  .room-card--compact .room-teaser { font-size: .78rem; }
  #info.info-amenities .amenities-row { grid-template-columns: 1fr; }
  #info.info-amenities .amenity-card { min-height: 0; padding: 18px 16px; }
  #info.info-amenities .amenity-card p { max-width: 28ch; }
  #info.info-amenities .amenities-row-more-wrap { max-height: 88px; }
  #info.info-amenities.is-expanded .amenities-row-more-wrap { max-height: 640px; }
}

/* ── ≤ 360px ────────────────────────────────────────────────── */
@media (max-width: 360px) {
  .brand strong { max-width: 92px; font-size: .68rem; }
  .brand img    { width: 31px; height: 31px; }
  .menu-btn { width: 35px; height: 35px; }
  .lang-trigger { height: 35px; min-width: 38px; }
}

/* ── i18n: long nav labels on German/Spanish/French ────────── */
html[lang="de"] .desktop-nav a,
html[lang="es"] .desktop-nav a,
html[lang="fr"] .desktop-nav a { letter-spacing: .20em; font-size: .88rem; white-space: nowrap; }
html[lang="de"] .header-actions > .book-btn,
html[lang="es"] .header-actions > .book-btn,
html[lang="fr"] .header-actions > .book-btn { letter-spacing: .15em; font-size: .84rem; min-width: 112px; }
html[lang="de"] .hero-actions .book-btn,
html[lang="de"] .hero-actions .line-btn,
html[lang="es"] .hero-actions .book-btn,
html[lang="es"] .hero-actions .line-btn,
html[lang="fr"] .hero-actions .book-btn,
html[lang="fr"] .hero-actions .line-btn { white-space: normal; text-align: center; line-height: 1.15; padding-inline: 24px; }
html[lang="de"] .lead, html[lang="es"] .lead, html[lang="fr"] .lead,
html[lang="de"] .amenity-card p, html[lang="es"] .amenity-card p, html[lang="fr"] .amenity-card p {
  overflow-wrap: anywhere; hyphens: auto; -webkit-hyphens: auto;
}
@media (max-width: 720px) {
  html[lang="de"] .hero-actions .book-btn, html[lang="de"] .hero-actions .line-btn,
  html[lang="es"] .hero-actions .book-btn, html[lang="es"] .hero-actions .line-btn,
  html[lang="fr"] .hero-actions .book-btn, html[lang="fr"] .hero-actions .line-btn {
    font-size: .82rem; min-height: 52px; padding-inline: 18px;
  }
}

/* ════════════════════════════════════════════════════════════
   GUEST REVIEWS  (added v112)
   ════════════════════════════════════════════════════════════ */
.reviews-section { background: var(--paper); }
.reviews-head { position: relative; z-index: 3; max-width: 680px; margin: 0 auto 64px; text-align: center; }
.reviews-head .eyebrow { color: var(--gold); letter-spacing: .28em; }
.reviews-head h2 {
  font-size: clamp(2.8rem, 4.8vw, 4.75rem);
  line-height: .98; margin: 14px 0 12px; letter-spacing: -.055em;
  color: #273238;
}
.reviews-head h2::after {
  content: ''; display: block; width: 34px; height: 1px;
  background: var(--gold); margin: 18px auto 0; opacity: .9;
}
.reviews-ratings { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.rating-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 18px; border-radius: 999px;
  border: 1px solid rgba(39,50,56,.14);
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 28px rgba(13,36,49,.06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.rating-badge:hover, .rating-badge:focus-visible {
  transform: translateY(-2px); border-color: rgba(184,157,105,.42);
  box-shadow: 0 16px 36px rgba(13,36,49,.1); outline: none;
}
.rating-badge .rating-score { font-family: var(--serif); font-weight: 600; font-size: 1.18rem; color: var(--sea); line-height: 1; }
.rating-badge .rating-score small { font-size: .66em; color: var(--muted); font-weight: 500; }
.rating-badge .rating-stars { color: #f5b50c; letter-spacing: 1px; font-size: .92rem; transition: color .25s ease, text-shadow .25s ease; }
.rating-badge:hover .rating-stars, .rating-badge:focus-visible .rating-stars { color: #ffcb3d; text-shadow: 0 0 9px rgba(245,181,12,.6), 0 0 2px rgba(255,205,70,.9); }
.rating-badge .rating-source { font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }

.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; align-items: stretch; }
.review-card {
  display: flex; flex-direction: column; gap: 15px; margin: 0;
  padding: 26px 24px;
  border: 1px solid var(--line); border-radius: 14px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 18px 50px rgba(13,36,49,.07);
  transition: transform .28s cubic-bezier(.22,1,.36,1), box-shadow .28s ease, border-color .28s ease;
}
.review-card:hover {
  transform: translateY(-4px); border-color: rgba(184,157,105,.34);
  box-shadow: 0 26px 66px rgba(13,36,49,.12);
}
.review-card .review-stars { color: #f5b50c; letter-spacing: 2px; font-size: 1rem; line-height: 1; align-self: flex-start; transform-origin: center; transition: transform .3s cubic-bezier(.22,1,.36,1), color .25s ease, text-shadow .25s ease; }
.review-card:hover .review-stars { color: #ffcb3d; text-shadow: 0 0 9px rgba(245,181,12,.6), 0 0 2px rgba(255,205,70,.9); }
.review-card blockquote {
  margin: 0; flex: 1;
  font-family: var(--serif); font-weight: 400;
  font-size: 1.08rem; line-height: 1.5; color: var(--ink);
}
.review-card figcaption {
  display: flex; flex-direction: column; gap: 3px;
  border-top: 1px solid var(--line); padding-top: 13px;
}
.review-card .review-name { font-weight: 800; color: var(--ink); font-size: .95rem; }
.review-card .review-meta { font-size: .73rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.reviews-more-wrap { text-align: center; margin-top: 32px; }
.reviews-more-wrap .line-btn { color: var(--sea); }

@media (max-width: 980px) {
  .reviews-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
}
@media (max-width: 720px) {
  .review-card { padding: 22px 20px; }
  .review-card blockquote { font-size: 1.02rem; }
  .reviews-head { text-align: left; margin: 0 0 36px; max-width: none; }
  .reviews-head h2 { font-size: clamp(2.55rem, 12vw, 3.65rem); }
  .reviews-head h2::after { margin-left: 0; margin-right: 0; }
  .reviews-ratings { justify-content: flex-start; }
}

/* ════════════════════════════════════════════════════════════
   STICKY MOBILE BOOKING BAR  (added v112)
   ════════════════════════════════════════════════════════════ */
.mobile-book-bar { display: none; }
@media (max-width: 1080px) {
  .mobile-book-bar {
    display: flex; gap: 10px; align-items: stretch;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 68;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: var(--header-glass-open);
    border-top: 1px solid rgba(39,50,56,.12);
    backdrop-filter: blur(16px) saturate(1.05);
    -webkit-backdrop-filter: blur(16px) saturate(1.05);
    box-shadow: 0 -10px 30px rgba(4,18,28,.12);
    transform: translateY(125%);
    transition: transform .34s cubic-bezier(.22,1,.36,1);
  }
  body.past-hero .mobile-book-bar { transform: translateY(0); }
  body.menu-open .mobile-book-bar { transform: translateY(125%); }
  .mobile-book-bar__call {
    flex: 0 0 auto; width: 52px;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid var(--sea); color: var(--sea);
    background: rgba(255,255,255,.62);
  }
  .mobile-book-bar__call svg { width: 20px; height: 20px; }
  .mobile-book-bar .book-btn { flex: 1; min-height: 50px; }
  /* keep the bar from covering the very bottom of the footer */
  footer { padding-bottom: calc(30px + 66px + env(safe-area-inset-bottom)); }
}
@media (prefers-reduced-motion: reduce) {
  .mobile-book-bar { transition: none !important; }
}
