:root {
  --ink: #17211b;
  --muted: #5d665f;
  --forest: #214b36;
  --forest-dark: #143324;
  --moss: #9db18f;
  --paper: #f7f4ed;
  --white: #fffefa;
  --line: rgba(23, 33, 27, 0.14);
  --shadow: 0 24px 70px rgba(28, 49, 37, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: absolute; left: -9999px; top: 1rem; }
.skip-link:focus { left: 1rem; z-index: 20; background: white; padding: .75rem 1rem; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 244, 237, .93);
  backdrop-filter: blur(16px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; display: inline-flex; align-items: baseline; gap: 9px; font-weight: 850; letter-spacing: -.04em; font-size: 1.35rem; }
.brand span { font-weight: 650; color: var(--forest); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links > a { text-decoration: none; font-size: .93rem; font-weight: 700; }
.nav-links > a:hover { color: var(--forest); }
.language-menu { position: relative; }
.language-menu > summary {
  list-style: none;
  cursor: pointer;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: .42rem .72rem;
  font-size: .88rem;
  font-weight: 800;
}
.language-menu > summary::-webkit-details-marker { display: none; }
.language-options {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 150px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 14px 38px rgba(28,49,37,.14);
}
.language-options a { display: block; padding: .52rem .7rem; border-radius: 8px; text-decoration: none; font-size: .9rem; font-weight: 750; }
.language-options a:hover, .language-options a[aria-current="page"] { background: var(--paper); color: var(--forest); }
.book-button, .nav-book {
  border-radius: 999px;
  background: var(--forest);
  color: white;
  text-decoration: none;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.35rem;
  transition: transform .2s ease, background .2s ease;
}
.book-button:hover, .nav-book:hover { background: var(--forest-dark); transform: translateY(-2px); }
.nav-book { min-height: 42px; padding: 0 1rem; }

.hero { padding: 54px 0 72px; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 58px; }
.eyebrow { color: var(--forest); font-size: .8rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; line-height: 1.07; margin-top: 0; }
h1 { font-size: clamp(3.35rem, 7vw, 6.4rem); letter-spacing: -.06em; margin-bottom: 1.4rem; }
h1 em { color: var(--forest); font-weight: 500; }
.hero-copy > p { color: var(--muted); font-size: 1.1rem; max-width: 560px; margin: 0 0 1.7rem; }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.text-link { font-weight: 800; text-underline-offset: 5px; }
.hero-media { position: relative; }
.hero-media img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 34px 34px 8px 34px; box-shadow: var(--shadow); }
.image-note { margin: .8rem 0 0; color: var(--muted); font-size: .78rem; }
.location-chip { position: absolute; left: -28px; bottom: 58px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 15px 40px rgba(28,49,37,.12); border-radius: 16px; padding: .95rem 1.05rem; font-weight: 800; }

.quick-facts { border-block: 1px solid var(--line); background: rgba(255,255,255,.38); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact { padding: 26px 28px; border-right: 1px solid var(--line); }
.fact:first-child { border-left: 1px solid var(--line); }
.fact strong { display: block; font-size: 1.05rem; }
.fact span { color: var(--muted); font-size: .9rem; }

.section { padding: 104px 0; }
.section.alt { background: var(--white); }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 48px; align-items: end; margin-bottom: 44px; }
.section-heading h2 { font-size: clamp(2.4rem, 5vw, 4.5rem); letter-spacing: -.045em; margin-bottom: 0; }
.section-heading p { color: var(--muted); max-width: 660px; margin: 0; font-size: 1.05rem; }
.rooms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.room-showcase { grid-template-columns: 1fr; gap: 24px; }
.room { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); display: flex; flex-direction: column; }
.room-showcase .room { min-height: 390px; padding: 0; overflow: hidden; display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); background: var(--white); }
.room-showcase .room:nth-child(even) .room-copy { order: 2; }
.room-copy { padding: clamp(28px, 5vw, 54px); display: flex; flex-direction: column; justify-content: center; }
.room-number { color: var(--forest); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.room h3 { font-size: 1.65rem; margin: 1rem 0 .7rem; }
.room p { color: var(--muted); margin: 0; }
.room ul { list-style: none; padding: 0; margin: auto 0 0; display: flex; gap: 8px; flex-wrap: wrap; }
.room li { background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: .34rem .7rem; font-size: .78rem; font-weight: 750; }
.room.accessible { border-color: rgba(33,75,54,.45); }
.room.accessible .room-copy { background: var(--forest); color: white; }
.room.accessible .room-number, .room.accessible p { color: rgba(255,255,255,.75); }
.room.accessible li { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.2); }
.room-gallery { min-width: 0; padding: 10px; display: grid; grid-template-columns: 1.45fr .75fr; grid-template-rows: 1fr 1fr; gap: 10px; background: #dce3d8; }
.photo-slot { min-height: 0; padding: 20px; border: 1px solid rgba(33,75,54,.12); border-radius: 14px; background: #f0f2ec; color: var(--forest); display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; }
.photo-slot:nth-child(2) { background: #e8ece4; }
.photo-slot:nth-child(3) { background: #d3ddce; }
.photo-slot.photo-main { grid-row: 1 / 3; }
.photo-slot span { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 6vw, 5.5rem); line-height: 1; opacity: .22; }
.photo-slot small { font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.photo-slot:has(img) { position: relative; padding: 0; overflow: hidden; background: #dce3d8; }
.room-gallery img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; }
.room-gallery img:focus-visible { outline: 4px solid var(--forest); outline-offset: -4px; }
.gallery-link { width: fit-content; margin-top: 22px; padding: 0 0 4px; border: 0; border-bottom: 2px solid currentColor; background: transparent; color: var(--forest); font: inherit; font-size: .88rem; font-weight: 850; cursor: pointer; }
.gallery-link::after { content: ' ↗'; }
.gallery-link:hover { color: var(--forest-dark); }
.gallery-link:focus-visible { outline: 3px solid var(--forest); outline-offset: 4px; }
.room.accessible .gallery-link { color: white; }
.room-more-images[hidden], .space-more-images[hidden] { display: none; }
.lightbox-open { overflow: hidden; }
.photo-lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; background: transparent; color: white; }
.photo-lightbox::backdrop { background: rgba(7, 14, 10, .93); backdrop-filter: blur(12px); }
.photo-lightbox [hidden] { display: none; }
.lightbox-panel { position: relative; width: 100%; height: 100%; display: grid; place-items: center; padding: clamp(58px, 7vw, 88px) clamp(20px, 7vw, 100px) 28px; }
.lightbox-panel figure { width: min(1100px, 100%); height: 100%; margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 14px; }
.lightbox-panel figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox-panel figcaption { min-height: 28px; display: flex; justify-content: space-between; gap: 22px; color: rgba(255,255,255,.78); font-size: .9rem; }
.lightbox-empty { max-width: 560px; padding: 42px; border: 1px solid rgba(255,255,255,.22); border-radius: 24px; background: rgba(255,255,255,.08); text-align: center; }
.lightbox-empty p { margin: 0; font-size: 1.05rem; }
.lightbox-count { white-space: nowrap; }
.lightbox-close, .lightbox-arrow { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(255,255,255,.1); color: white; cursor: pointer; backdrop-filter: blur(8px); }
.lightbox-close { top: 20px; right: 24px; width: 46px; height: 46px; font-size: 1.9rem; line-height: 1; }
.lightbox-arrow { top: 50%; width: 52px; height: 52px; font-size: 2.3rem; transform: translateY(-50%); }
.lightbox-previous { left: 22px; }
.lightbox-next { right: 22px; }
.lightbox-close:hover, .lightbox-arrow:hover { background: rgba(255,255,255,.2); }
.lightbox-close:focus-visible, .lightbox-arrow:focus-visible { outline: 3px solid white; outline-offset: 3px; }

.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.feature { background: var(--paper); padding: 34px; }
.feature-index { color: var(--forest); font-weight: 900; font-size: .8rem; }
.feature h3 { font-family: inherit; font-weight: 850; font-size: 1.1rem; margin: .65rem 0 .35rem; }
.feature p { color: var(--muted); margin: 0; }
.shared-heading { margin: 72px 0 24px; }
.shared-heading h3 { max-width: 700px; margin: .5rem 0 0; font-size: clamp(2.25rem, 4vw, 3.7rem); letter-spacing: -.04em; }
.shared-spaces { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.shared-spaces article { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); display: flex; flex-direction: column; }
.shared-spaces article { grid-column: span 2; }
.shared-spaces article:nth-child(4), .shared-spaces article:nth-child(5) { grid-column: span 3; }
.shared-spaces article:first-child { background: var(--forest-dark); color: white; }
.shared-spaces article > span { color: var(--moss); font-size: .78rem; font-weight: 900; letter-spacing: .14em; }
.shared-spaces h3 { margin: auto 0 .7rem; font-size: 1.55rem; }
.shared-spaces p { margin: 0; color: var(--muted); }
.shared-spaces article:first-child p { color: rgba(255,255,255,.7); }
.shared-spaces article:first-child .gallery-link { color: white; }

.location-card { background: var(--forest-dark); color: white; border-radius: 30px; padding: clamp(34px, 6vw, 72px); display: grid; grid-template-columns: 1.1fr .9fr; gap: 58px; align-items: center; }
.location-card h2 { font-size: clamp(2.7rem, 5vw, 4.8rem); letter-spacing: -.045em; margin-bottom: 1rem; }
.location-card p { color: rgba(255,255,255,.72); max-width: 600px; }
.location-list { border-left: 1px solid rgba(255,255,255,.22); padding-left: 36px; display: grid; gap: 18px; }
.location-list div { padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.14); }
.location-list strong { display: block; }
.location-list span { color: rgba(255,255,255,.68); }

.faq { display: grid; gap: 10px; max-width: 850px; margin: 0 auto; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; }
.faq summary { cursor: pointer; font-weight: 850; }
.faq details p { color: var(--muted); margin: .8rem 0 0; }

.closing { text-align: center; padding: 104px 20px; background: var(--moss); }
.closing h2 { font-size: clamp(2.7rem, 6vw, 5rem); max-width: 800px; margin: 0 auto 1.5rem; letter-spacing: -.05em; }
.closing p { max-width: 620px; margin: 0 auto 1.7rem; color: #26382c; }
.footer { padding: 34px 0; background: var(--ink); color: white; }
.footer-row { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer p { margin: 0; color: rgba(255,255,255,.65); }
.footer a { color: white; }
.footer-actions { display: flex; align-items: center; gap: 10px 22px; flex-wrap: wrap; }

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.support-widget { position: fixed; right: 22px; bottom: 22px; z-index: 40; font-family: inherit; }
.support-trigger { width: 58px; height: 58px; padding: 0; border: 0; border-radius: 50%; background: var(--forest); color: white; display: grid; place-items: center; cursor: pointer; box-shadow: 0 12px 34px rgba(18,44,30,.28); transition: transform .2s ease, background .2s ease; }
.support-trigger:hover { background: var(--forest-dark); transform: translateY(-2px); }
.support-trigger:focus-visible, .support-close:focus-visible, .support-quick button:focus-visible, .support-form input:focus-visible, .support-form button:focus-visible { outline: 3px solid #aac39e; outline-offset: 3px; }
.support-trigger svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.support-trigger.is-open svg { transform: scale(.9); }
.support-panel { position: absolute; right: 0; bottom: 70px; width: min(380px, calc(100vw - 28px)); max-height: min(620px, calc(100vh - 110px)); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); color: var(--ink); box-shadow: 0 24px 70px rgba(16,35,24,.25); flex-direction: column; transform-origin: bottom right; }
.support-panel.is-open { display: flex; animation: support-in .18s ease-out; }
.support-panel[hidden] { display: none; }
.support-head { min-height: 76px; padding: 16px 18px 14px 20px; background: var(--forest-dark); color: white; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.support-head strong, .support-head span { display: block; }
.support-head strong { font-size: 1rem; }
.support-head span { margin-top: 4px; color: rgba(255,255,255,.72); font-size: .74rem; }
.support-head i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #a9d59b; }
.support-close { width: 36px; height: 36px; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.08); color: white; font-size: 1.55rem; line-height: 1; cursor: pointer; }
.support-messages { min-height: 190px; max-height: 300px; padding: 18px; overflow-y: auto; background: #f3f5f0; display: flex; flex-direction: column; gap: 10px; }
.support-message { max-width: 88%; padding: 11px 13px; border-radius: 15px; font-size: .86rem; line-height: 1.45; }
.support-message p { margin: 0; }
.support-message a { display: inline-block; margin-top: 8px; color: inherit; font-weight: 850; }
.support-message-bot { align-self: flex-start; border: 1px solid var(--line); border-bottom-left-radius: 4px; background: white; }
.support-message-bot a { color: var(--forest); }
.support-message-guest { align-self: flex-end; border-bottom-right-radius: 4px; background: var(--forest); color: white; }
.support-quick { padding: 12px 14px 6px; background: white; display: flex; gap: 7px; overflow-x: auto; scrollbar-width: thin; }
.support-quick button { flex: 0 0 auto; padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--forest); font: inherit; font-size: .74rem; font-weight: 780; cursor: pointer; }
.support-quick button:hover { border-color: var(--forest); }
.support-form { padding: 10px 14px 14px; background: white; display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.support-form input { min-width: 0; height: 43px; padding: 0 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink); font: inherit; font-size: .83rem; }
.support-form button { min-width: 64px; padding: 0 12px; border: 0; border-radius: 12px; background: var(--forest); color: white; font: inherit; font-size: .8rem; font-weight: 850; cursor: pointer; }
@keyframes support-in { from { opacity: 0; transform: translateY(8px) scale(.98); } }

.booking-body { background: #eef1eb; }
.booking-header { position: relative; background: var(--paper); }
.booking-nav { display: flex; align-items: center; gap: 14px; }
.booking-back { color: var(--forest); font-size: .9rem; font-weight: 800; text-decoration: none; }
.booking-main { padding: 64px 0 88px; }
.booking-intro { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 48px; margin-bottom: 34px; }
.booking-intro h1 { font-size: clamp(3rem, 7vw, 5.6rem); margin: .55rem 0 1rem; }
.booking-intro p { color: var(--muted); max-width: 680px; margin: 0; font-size: 1.06rem; }
.booking-assurances { display: flex; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.booking-assurances span { border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); padding: .55rem .8rem; color: var(--forest); font-size: .82rem; font-weight: 800; }
.booking-assurances span::before { content: '✓'; margin-right: .38rem; }
.booking-policy { margin-bottom: 26px; padding: 24px 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.68); display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: center; }
.booking-policy-heading { display: flex; align-items: flex-start; gap: 14px; }
.booking-policy-mark { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 50%; background: #dfe9da; color: var(--forest); font-weight: 900; }
.booking-policy-heading h2 { margin: 1px 0 6px; font-family: inherit; font-size: 1.08rem; font-weight: 850; }
.booking-policy-heading p, .booking-policy-options p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.booking-policy-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.booking-policy-options article { padding: 13px 16px; border: 0; border-left: 3px solid #b8cbb0; border-radius: 0 10px 10px 0; background: rgba(255,255,255,.55); }
.booking-policy-options strong { display: block; margin-bottom: 5px; color: var(--forest); font-size: .88rem; }
.booking-shell { overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.booking-shell-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; padding: 28px 34px; border-bottom: 1px solid var(--line); background: var(--white); }
.booking-shell-head > div { display: flex; align-items: center; gap: 14px; }
.booking-shell-head h2 { margin: 0; font-family: inherit; font-size: 1.18rem; font-weight: 850; }
.booking-step { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--forest); color: white; font-size: .76rem; font-weight: 900; }
.booking-shell-head p { max-width: 390px; margin: 0; color: var(--muted); text-align: right; font-size: .84rem; }
.booking-loading { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 180px; color: var(--muted); }
.booking-loading[hidden] { display: none; }
.booking-loading span { width: 22px; height: 22px; border: 3px solid #dce4d8; border-top-color: var(--forest); border-radius: 50%; animation: booking-spin .8s linear infinite; }
.booking-loading p { margin: 0; }
.booking-frame { display: block; width: 100%; min-height: 2400px; border: 0; background: white; opacity: 0; transition: opacity .25s ease; }
.booking-frame.is-loaded { opacity: 1; }
.booking-fallback { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 20px 34px; border-top: 1px solid var(--line); background: var(--paper); }
.booking-fallback p { color: var(--muted); margin: 0; font-size: .88rem; }
.booking-fallback a { color: var(--forest); white-space: nowrap; }
.booking-footer span { color: rgba(255,255,255,.65); }
@keyframes booking-spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .nav-links > a:not(.nav-book) { display: none; }
  .hero-grid, .section-heading, .location-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 34px; }
  .hero-copy { order: 1; }
  .hero-media { order: 2; }
  .location-chip { left: 14px; bottom: 52px; }
  .facts-grid { grid-template-columns: repeat(2, 1fr); }
  .fact:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .fact:nth-child(4) { border-top: 1px solid var(--line); }
  .rooms { grid-template-columns: repeat(2, 1fr); }
  .room-showcase { grid-template-columns: 1fr; }
  .room-showcase .room { grid-template-columns: minmax(230px, .85fr) minmax(0, 1.15fr); }
  .shared-spaces { grid-template-columns: 1fr; }
  .shared-spaces article, .shared-spaces article:nth-child(4), .shared-spaces article:nth-child(5) { grid-column: auto; }
  .shared-spaces article { min-height: 210px; }
  .location-list { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); padding: 30px 0 0; }
  .booking-intro { grid-template-columns: 1fr; gap: 22px; }
  .booking-policy { grid-template-columns: 1fr; }
  .booking-assurances { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav { min-height: 68px; }
  .brand span { display: none; }
  .nav-links { gap: 8px; }
  .nav-book { min-height: 38px; padding: 0 .75rem; font-size: .83rem; }
  .language-menu > summary { padding: .36rem .55rem; font-size: .8rem; }
  .hero { padding: 38px 0 54px; }
  h1 { font-size: clamp(3.2rem, 18vw, 4.6rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-media img { height: clamp(260px, 78vw, 340px); aspect-ratio: auto; object-fit: cover; object-position: center; border-radius: 24px 24px 6px 24px; }
  .location-chip { position: static; display: inline-block; margin-top: 12px; }
  .facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rooms, .features { grid-template-columns: 1fr; }
  .fact, .fact:first-child, .fact:nth-child(3), .fact:nth-child(4) { min-height: 126px; padding: 22px 18px; border: 0; display: flex; flex-direction: column; justify-content: center; }
  .fact:nth-child(odd) { border-right: 1px solid var(--line); }
  .fact:nth-child(n+3) { border-top: 1px solid var(--line); }
  .section { padding: 72px 0; }
  .section-heading { gap: 18px; margin-bottom: 28px; }
  .room { min-height: 225px; }
  .room-showcase .room { min-height: 0; grid-template-columns: 1fr; }
  .room-showcase .room:nth-child(even) .room-copy { order: 0; }
  .room-copy { min-height: 280px; }
  .room-gallery { min-height: 330px; grid-template-columns: 1.25fr .75fr; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .booking-main { padding: 38px 0 58px; }
  .booking-intro h1 { font-size: clamp(2.8rem, 15vw, 4rem); }
  .booking-back { display: none; }
  .booking-shell { width: 100%; border-radius: 0; border-inline: 0; }
  .booking-shell-head { align-items: flex-start; padding: 22px 18px; flex-direction: column; gap: 10px; }
  .booking-shell-head p { text-align: left; }
  .booking-frame { min-height: 2800px; }
  .booking-fallback { align-items: flex-start; padding: 18px; flex-direction: column; }
  .booking-policy { padding: 20px 18px; }
  .booking-policy-options { grid-template-columns: 1fr; }
  .lightbox-panel { padding: 66px 12px 20px; }
  .lightbox-panel figcaption { padding-inline: 8px; }
  .lightbox-close { top: 12px; right: 12px; }
  .lightbox-arrow { top: auto; bottom: 62px; width: 46px; height: 46px; transform: none; }
  .lightbox-previous { left: 14px; }
  .lightbox-next { right: 14px; }
  .support-widget { right: 14px; bottom: 14px; }
  .support-panel { position: fixed; right: 14px; bottom: 82px; left: 14px; width: auto; max-height: calc(100dvh - 104px); }
  .support-messages { max-height: min(300px, 38dvh); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Self check-in steps */
.checkin-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.checkin-steps li { min-width: 0; border-top: 2px solid var(--forest); padding-top: 24px; }
.checkin-number { display: block; margin-bottom: 18px; color: var(--forest); font-size: 1rem; font-weight: 800; letter-spacing: .08em; }
.checkin-steps h3 { margin: 0 0 12px; font-size: 1.5rem; line-height: 1.25; overflow-wrap: anywhere; }
.checkin-steps p { margin: 0; color: var(--muted); font-size: 1rem; }
.checkin .section-heading h2 { line-height: 1.12; }
@media (max-width: 620px) {
  .checkin-steps { grid-template-columns: 1fr; gap: 20px; }
  .checkin-steps li { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 14px; padding-top: 20px; }
  .checkin-number { margin: 2px 0 0; }
  .checkin-steps h3 { margin-bottom: 8px; }
}
