:root {
  --background: oklch(0.983 0.011 84);
  --foreground: oklch(0.26 0.026 52);
  --card: oklch(0.997 0.005 90);
  --primary: oklch(0.555 0.144 38);
  --primary-foreground: oklch(0.985 0.012 84);
  --secondary: oklch(0.945 0.024 78);
  --muted-foreground: oklch(0.52 0.032 55);
  --border: oklch(0.895 0.025 76);
  --sand: oklch(0.936 0.031 76);
  --cream: oklch(0.972 0.018 84);
  --mist: oklch(0.965 0.018 112);
  --blush: oklch(0.962 0.024 58);
  --clay: oklch(0.44 0.11 40);
  --clay-foreground: oklch(0.975 0.02 82);
  --leaf: oklch(0.52 0.075 148);
  --destructive: oklch(0.55 0.196 25);
  --shadow-soft: 0 1px 2px oklch(0.42 0.09 47 / .05), 0 10px 24px -12px oklch(0.42 0.09 47 / .16);
  --shadow-lift: 0 2px 4px oklch(0.42 0.09 47 / .06), 0 22px 44px -20px oklch(0.42 0.09 47 / .26);
  --color-primary: var(--primary);
  --color-secondary: var(--secondary);
  --color-accent: var(--leaf);
  --color-background: var(--background);
  --color-surface: var(--card);
  --color-text: var(--foreground);
  --color-text-muted: var(--muted-foreground);
  --color-border: var(--border);
  --shadow-card: var(--shadow-soft);
  --radius-small: .75rem;
  --radius-medium: 1.25rem;
  --radius-large: 2rem;
  --container-width: 76rem;
  --sans: "Poppins", ui-sans-serif, system-ui, sans-serif;
  --display: "Cormorant Garamond", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body { margin: 0; overflow-x: hidden; background: var(--background); color: var(--foreground); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-lock { overflow: hidden; }
img, svg { display: block; }
img { max-width: 100%; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: 0; }
ul { margin: 0; padding: 0; list-style: none; }
address { font-style: normal; }
[hidden] { display: none !important; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(100% - 2.5rem, 76rem); margin-inline: auto; }
.section { padding-block: 5rem; }
.band { border-block: 1px solid var(--border); background: linear-gradient(180deg, color-mix(in oklch, var(--cream) 88%, var(--sand)), color-mix(in oklch, var(--background) 92%, transparent)); }
.warm-band { border-block: 1px solid var(--border); background: linear-gradient(160deg, var(--background), oklch(0.955 0.03 74)); }
.eyebrow { color: var(--primary); font-size: .75rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.section-intro { max-width: 42rem; }
.section-intro h2, .review-heading h2 { margin-top: .75rem; font-size: clamp(2.15rem, 4.4vw, 2.85rem); line-height: 1.05; font-weight: 600; }
.section-intro > p:last-of-type { margin-top: 1rem; color: var(--muted-foreground); line-height: 1.55; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.btn { min-height: 2.75rem; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border: 1px solid transparent; border-radius: 999px; padding: .62rem 1rem; cursor: pointer; font-size: .875rem; font-weight: 600; text-align: center; transition: transform .18s, background .18s, border-color .18s, color .18s, box-shadow .18s; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, button:focus-visible, a:focus-visible, [role=button]:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; }
.btn svg { width: 1rem; height: 1rem; }
.btn-lg { min-height: 2.75rem; padding-inline: 1.25rem; }
.btn-primary { background: var(--primary); color: var(--primary-foreground); }
.btn-primary:hover { filter: brightness(.94); }
.btn-soft { background: var(--secondary); color: var(--foreground); }
.btn-soft:hover { background: var(--sand); }
.btn-outline { border-color: var(--border); background: transparent; }
.btn-on-dark { border-color: color-mix(in oklch, var(--primary-foreground) 35%, transparent); background: color-mix(in oklch, var(--primary-foreground) 12%, transparent); color: var(--primary-foreground); backdrop-filter: blur(8px); }
.full { width: 100%; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--primary-foreground); transition: background .3s, color .3s, border .3s, box-shadow .3s; }
.site-header.scrolled, .site-header.menu-open { border-bottom: 1px solid color-mix(in oklch, var(--border) 82%, transparent); background: color-mix(in oklch, var(--background) 88%, transparent); color: var(--foreground); box-shadow: 0 14px 40px -34px #211913; backdrop-filter: blur(16px) saturate(150%); -webkit-backdrop-filter: blur(16px) saturate(150%); }
.nav-inner { width: min(100% - 2.5rem, 76rem); min-height: 4.5rem; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .75rem; }
.brand-logo { position: relative; flex: 0 0 auto; width: 4.5rem; aspect-ratio: 327 / 146; overflow: hidden; border: 1px solid color-mix(in oklch, currentColor 20%, transparent); border-radius: .35rem; background: #2c143c; box-shadow: 0 10px 24px -18px #000; }
.brand-logo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--sans); font-size: 1.125rem; }
.brand small { margin-top: 1px; color: color-mix(in oklch, currentColor 75%, transparent); font-size: .6875rem; letter-spacing: .04em; }
.desktop-nav, .desktop-actions { display: none; }
.menu-toggle { display: grid; width: 2.5rem; aspect-ratio: 1; place-items: center; border: 1px solid color-mix(in oklch, currentColor 40%, transparent); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle svg { width: 1.25rem; height: 1.25rem; }
.mobile-panel { max-height: calc(100dvh - 4.5rem); overflow-y: auto; padding: 1rem 1.25rem 1.5rem; border-top: 1px solid var(--border); background: color-mix(in oklch, var(--background) 96%, white); color: var(--foreground); box-shadow: 0 22px 54px -36px #211913; animation: menu-drop .22s ease-out both; }
@keyframes menu-drop { from { opacity: 0; transform: translateY(-.75rem); } to { opacity: 1; transform: translateY(0); } }
.mobile-panel nav { display: flex; flex-direction: column; margin-bottom: 1rem; }
.mobile-panel nav a { border-radius: .75rem; padding: .7rem .75rem; font-size: .875rem; font-weight: 500; }
.mobile-panel nav a:hover { background: var(--secondary); }
.mobile-panel > .btn { width: 100%; margin-top: .5rem; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.45rem; height: 2px; border-radius: 999px; background: currentColor; transform: scaleX(0); transform-origin: center; transition: transform .2s; opacity: .7; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }

.hero { position: relative; min-height: 94svh; overflow: hidden; isolation: isolate; }
.hero > img, .hero-veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero > img { object-fit: cover; object-position: 58% 50%; transform: scale(1.02); animation: hero-drift 14s ease-out forwards; }
@keyframes hero-drift { from { transform: scale(1.06); } to { transform: scale(1.02); } }
.hero-veil { background: linear-gradient(90deg, oklch(0.12 0.026 45 / .78) 0%, oklch(0.16 0.03 45 / .62) 40%, oklch(0.18 0.03 45 / .34) 68%, oklch(0.2 0.035 45 / .18)), linear-gradient(to top, oklch(0.12 0.025 45 / .7), oklch(0.2 0.03 45 / .28) 58%, oklch(0.12 0.02 45 / .16)); }
.hero-content { position: relative; min-height: 94svh; display: flex; flex-direction: column; justify-content: center; padding-block: 8.5rem 5.5rem; color: var(--primary-foreground); }
.hero-content > * { animation: fade-up .65s ease-out both; }
.hero-content > *:nth-child(2) { animation-delay: .08s; }
.hero-content > *:nth-child(3) { animation-delay: .14s; }
.hero-content > *:nth-child(4) { animation-delay: .2s; }
.hero-content > *:nth-child(5) { animation-delay: .26s; }
.hero-content > *:nth-child(6) { animation-delay: .32s; }
@keyframes fade-up { from { opacity: 0; transform: translateY(1rem); } to { opacity: 1; transform: translateY(0); } }
.location-pill { display: inline-flex; width: fit-content; align-items: center; gap: .5rem; border: 1px solid color-mix(in oklch, var(--primary-foreground) 32%, transparent); border-radius: 999px; padding: .42rem 1rem; background: color-mix(in oklch, var(--primary-foreground) 11%, transparent); box-shadow: inset 0 1px 0 color-mix(in oklch, var(--primary-foreground) 22%, transparent); font-size: .75rem; font-weight: 600; letter-spacing: .03em; backdrop-filter: blur(10px); }
.hero h1 { max-width: 48rem; margin-top: 1.35rem; font-size: clamp(2.7rem, 5.6vw, 4.75rem); line-height: 1; font-weight: 600; text-wrap: balance; }
.hero-content > p:not(.hero-rating) { max-width: 43rem; margin-top: 1.15rem; color: color-mix(in oklch, var(--primary-foreground) 87%, transparent); font-size: clamp(1rem, 1.7vw, 1.18rem); line-height: 1.6; text-wrap: pretty; }
.hero-rating { display: inline-flex; width: fit-content; align-items: center; gap: .55rem; margin-top: 1.2rem; border: 1px solid color-mix(in oklch, var(--primary-foreground) 20%, transparent); border-radius: 999px; padding: .38rem .85rem; background: color-mix(in oklch, var(--primary-foreground) 8%, transparent); font-size: .875rem; color: color-mix(in oklch, var(--primary-foreground) 90%, transparent); backdrop-filter: blur(10px); }
.hero-rating strong { display: inline-flex; align-items: center; gap: .375rem; color: var(--primary-foreground); font-family: var(--sans); font-variant-numeric: tabular-nums; }
.hero-rating svg { fill: currentColor; }
.hero .actions { margin-top: 2rem; }
.hero .btn-primary { box-shadow: 0 18px 42px -26px #000; }
.hero-pills { display: flex; flex-wrap: wrap; gap: .5rem; max-width: 42rem; margin-top: 1.25rem; }
.hero-pills li { border: 1px solid color-mix(in oklch, var(--primary-foreground) 24%, transparent); border-radius: 999px; padding: .4rem .72rem; background: color-mix(in oklch, var(--primary-foreground) 9%, transparent); color: color-mix(in oklch, var(--primary-foreground) 88%, transparent); font-size: .72rem; font-weight: 600; white-space: nowrap; backdrop-filter: blur(10px); }
.trust { position: relative; z-index: 10; margin-top: -2.5rem; }
.trust, .trust.reveal { opacity: 1; transform: none; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .625rem; padding: .75rem; border: 1px solid var(--border); border-radius: 1.5rem; background: var(--card); box-shadow: var(--shadow-lift); }
.trust-grid > div { min-width: 0; display: flex; align-items: center; gap: .75rem; border-radius: 1rem; padding: .75rem 1rem; background: color-mix(in oklch, var(--sand) 60%, transparent); }
.icon-box { flex: 0 0 auto; display: grid; width: 2.25rem; aspect-ratio: 1; place-items: center; border-radius: .75rem; background: color-mix(in oklch, var(--primary) 10%, transparent); color: var(--primary); }
.trust strong, .trust small { display: block; line-height: 1.1; }
.trust strong { font-family: var(--sans); font-size: 1.125rem; font-variant-numeric: tabular-nums; }
.trust small { margin-top: .25rem; color: var(--muted-foreground); font-size: .75rem; }
.trust-ticker { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-top: .85rem; }
.trust-ticker span { border: 1px solid color-mix(in oklch, var(--primary) 18%, transparent); border-radius: 999px; padding: .35rem .7rem; background: color-mix(in oklch, var(--card) 74%, transparent); color: var(--muted-foreground); font-size: .72rem; font-weight: 600; box-shadow: var(--shadow-soft); }

.visit-made { margin-top: 1rem; border-block: 1px solid var(--border); background: linear-gradient(180deg, color-mix(in oklch, var(--mist) 88%, var(--leaf) 8%), color-mix(in oklch, var(--background) 82%, transparent)); }
.visit-made .eyebrow { display: inline-flex; align-items: center; gap: .45rem; }
.visit-made .eyebrow svg { width: .9rem; height: .9rem; }
.visit-grid { display: grid; gap: 1.1rem; margin-top: 3rem; }
.visit-card { position: relative; isolation: isolate; overflow: hidden; border: 1px solid color-mix(in oklch, var(--border) 92%, var(--primary)); border-radius: 1.35rem; background: var(--card); box-shadow: var(--shadow-soft); cursor: pointer; transform: translateY(0) scale(1); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.visit-card::before { content: ""; position: absolute; inset: -1px; z-index: 1; background: radial-gradient(circle at var(--mx, 50%) var(--my, 35%), color-mix(in oklch, var(--primary) 16%, transparent), transparent 42%); opacity: 0; transition: opacity .28s ease; pointer-events: none; }
.visit-card:hover, .visit-card:focus-visible { transform: translateY(-.65rem) scale(1.025); border-color: color-mix(in oklch, var(--primary) 38%, var(--border)); box-shadow: 0 18px 44px -24px oklch(0.42 0.09 47 / .36); }
.visit-card:hover::before, .visit-card:focus-visible::before { opacity: 1; }
.visit-image { position: relative; z-index: 0; aspect-ratio: 4 / 3; overflow: hidden; background: var(--sand); }
.visit-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .42s ease, filter .42s ease; }
.visit-card:hover .visit-image img, .visit-card:focus-visible .visit-image img { transform: scale(1.055); filter: saturate(1.06); }
.visit-content { position: relative; z-index: 2; padding: 1.25rem; }
.visit-content h3 { font-size: 1.38rem; line-height: 1.08; font-weight: 600; }
.visit-content p { display: -webkit-box; overflow: hidden; margin-top: .65rem; color: var(--muted-foreground); font-size: .88rem; line-height: 1.45; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.rooms-section { border-block: 1px solid color-mix(in oklch, var(--border) 70%, transparent); background: linear-gradient(180deg, color-mix(in oklch, var(--background) 94%, white), color-mix(in oklch, var(--cream) 88%, transparent)); }
.room-grid { display: grid; align-items: stretch; gap: 1.5rem; margin-top: 3rem; }
.room-card { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 1.5rem; background: var(--card); box-shadow: var(--shadow-soft); cursor: pointer; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.room-card:hover, .room-card:focus-visible { transform: translateY(-.55rem) scale(1.018); border-color: color-mix(in oklch, var(--primary) 34%, var(--border)); box-shadow: var(--shadow-lift); }
.room-image { aspect-ratio: 4/3; overflow: hidden; }
.room-image { position: relative; }
.room-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.room-card:hover .room-image img { transform: scale(1.055); filter: saturate(1.06); }
.room-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, #1d120d78 0%, #1d120d33 24%, transparent 52%, #1e1510b3 100%); pointer-events: none; }
.view-details { position: absolute; z-index: 1; color: #fff; font-size: .75rem; font-weight: 600; }
.view-details { right: 1rem; bottom: 1rem; display: inline-flex; align-items: center; gap: .25rem; transform: translateX(.35rem); opacity: .82; transition: transform .22s ease, opacity .22s ease; }
.room-card:hover .view-details, .room-card:focus-visible .view-details { transform: translateX(0); opacity: 1; }
.view-details svg { width: .9rem; height: .9rem; }
.room-content { flex: 1; display: flex; flex-direction: column; padding: 1.5rem; }
.room-content h3 { font-size: 1.55rem; line-height: 1.05; font-weight: 600; }
.price-row { min-height: 2.6rem; display: grid; align-content: start; gap: .55rem; margin-top: .65rem; }
.price-row > span { color: var(--muted-foreground); font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.tariff-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem; }
.tariff-box { min-width: 0; border: 1px solid color-mix(in oklch, var(--primary) 18%, var(--border)); border-radius: .9rem; padding: .68rem .7rem; background: color-mix(in oklch, var(--sand) 40%, var(--card)); box-shadow: inset 0 1px 0 color-mix(in oklch, white 44%, transparent); }
.tariff-box span { display: block; color: color-mix(in oklch, var(--foreground) 78%, var(--primary)); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.tariff-box-ac { border-color: color-mix(in oklch, var(--primary) 30%, var(--border)); background: color-mix(in oklch, var(--primary) 9%, var(--card)); }
.price { color: var(--primary); font-family: var(--sans); font-size: clamp(1.12rem, 1.48vw, 1.28rem); line-height: 1.1; font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }
.price small { color: var(--muted-foreground); font-size: .74rem; font-weight: 600; white-space: nowrap; }
.edit-price, .save-price { display: grid; width: 1.75rem; aspect-ratio: 1; place-items: center; border: 0; border-radius: 50%; background: transparent; color: var(--muted-foreground); cursor: pointer; }
.edit-price:hover, .save-price { background: var(--secondary); color: var(--primary); }
.price-input { width: min(100%, 16rem); height: 2.25rem; border: 1px solid var(--border); border-radius: .75rem; padding: 0 .75rem; background: var(--background); color: var(--foreground); font-family: var(--sans); font-weight: 600; font-variant-numeric: tabular-nums; }
.room-blurb { display: -webkit-box; overflow: hidden; margin-top: .85rem; color: var(--muted-foreground); font-size: .875rem; line-height: 1.5; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.room-facts { display: grid; grid-template-columns: 1fr; gap: .5rem; margin-top: 1.25rem; color: color-mix(in oklch, var(--foreground) 80%, transparent); font-size: .82rem; }
.room-facts li { display: flex; align-items: center; gap: .5rem; border: 1px solid color-mix(in oklch, var(--border) 78%, transparent); border-radius: 999px; padding: .45rem .6rem; background: color-mix(in oklch, var(--sand) 34%, transparent); }
.room-facts svg { flex: 0 0 auto; color: var(--primary); }
.room-actions { display: flex; flex-wrap: wrap; flex-direction: column; gap: .5rem; margin-top: auto; padding-top: 1.6rem; }
.room-actions .btn { flex: 1; }

.amenities-section { border-block: 1px solid color-mix(in oklch, var(--border) 76%, transparent); background: linear-gradient(160deg, color-mix(in oklch, var(--sand) 78%, transparent), color-mix(in oklch, var(--blush) 54%, transparent)); }
.amenities-layout { display: grid; gap: 1.5rem; align-items: stretch; }
.readiness-card { border: 1px solid color-mix(in oklch, var(--primary) 18%, var(--border)); border-radius: 1.5rem; padding: 1.5rem; background: linear-gradient(145deg, color-mix(in oklch, var(--card) 82%, var(--sand)), color-mix(in oklch, var(--secondary) 68%, transparent)); box-shadow: var(--shadow-soft); }
.readiness-card h3 { margin-top: .65rem; font-size: 1.65rem; line-height: 1.05; font-weight: 600; }
.readiness-card > p:not(.eyebrow) { margin-top: .75rem; color: var(--muted-foreground); font-size: .9rem; line-height: 1.55; }
.readiness-card ul { display: grid; gap: .65rem; margin-top: 1.25rem; }
.readiness-card li { display: flex; align-items: flex-start; gap: .55rem; color: color-mix(in oklch, var(--foreground) 82%, transparent); font-size: .84rem; line-height: 1.45; }
.readiness-card svg { flex: 0 0 auto; margin-top: .12rem; color: var(--leaf); }
.amenities-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; margin-top: 1.5rem; }
.amenities-grid li, .info-grid > li { border: 1px solid var(--border); border-radius: 1.5rem; background: var(--card); box-shadow: var(--shadow-soft); }
.amenities-grid li { display: flex; flex-direction: column; gap: .75rem; padding: 1.25rem; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.amenities-grid li:hover { transform: translateY(-.35rem); border-color: color-mix(in oklch, var(--primary) 24%, var(--border)); box-shadow: var(--shadow-lift); }
.amenities-grid h3 { font-size: 1.12rem; line-height: 1.1; font-weight: 600; }
.amenities-grid p { color: var(--muted-foreground); font-size: .85rem; line-height: 1.52; }
.tile-icon, .info-icon { display: grid; place-items: center; background: var(--sand); color: var(--primary); }
.tile-icon { width: 2.5rem; aspect-ratio: 1; border-radius: .75rem; background: color-mix(in oklch, var(--primary) 10%, var(--sand)); }

.gallery-section { border-block: 1px solid color-mix(in oklch, var(--border) 76%, transparent); background: linear-gradient(180deg, color-mix(in oklch, var(--background) 96%, white), color-mix(in oklch, var(--mist) 46%, transparent)); }
.photo-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 10rem; grid-auto-flow: dense; gap: .75rem; margin-top: 2.5rem; }
.gallery-card { position: relative; display: block; min-height: 0; overflow: hidden; border: 1px solid color-mix(in oklch, var(--border) 86%, transparent); border-radius: 1.1rem; background: var(--sand); box-shadow: var(--shadow-soft); }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 46%, #1c120c52); opacity: .74; pointer-events: none; transition: opacity .22s ease; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.gallery-card:hover img, .gallery-card:focus-visible img { transform: scale(1.045); filter: saturate(1.06); }
.gallery-card:hover::after, .gallery-card:focus-visible::after { opacity: .4; }

.section-heading-row { display: flex; flex-direction: column; gap: 1.5rem; }
.nearby-layout { display: grid; gap: 1.5rem; margin-top: 3rem; }
.nearby-map-card { overflow: hidden; border: 1px solid var(--border); border-radius: 1.5rem; background: var(--card); box-shadow: var(--shadow-lift); }
.map-preview-link { position: relative; display: block; min-height: 22rem; overflow: hidden; background: var(--sand); }
.map-preview-link img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.map-preview-link::after { content: "Open in Google Maps"; position: absolute; right: 1rem; bottom: 1rem; border: 1px solid color-mix(in oklch, white 55%, transparent); border-radius: 999px; padding: .5rem .8rem; background: color-mix(in oklch, #1b120d 74%, transparent); color: #fff; font-size: .75rem; font-weight: 600; box-shadow: 0 12px 30px -18px #000; backdrop-filter: blur(12px); }
.map-preview-link:hover img { transform: scale(1.025); filter: saturate(1.04); }
.nearby-map-footer { display: flex; flex-direction: column; gap: .9rem; padding: 1rem; border-top: 1px solid var(--border); background: color-mix(in oklch, var(--card) 82%, var(--sand)); }
.nearby-map-footer span { display: inline-flex; align-items: center; gap: .55rem; color: color-mix(in oklch, var(--foreground) 84%, transparent); font-size: .88rem; font-weight: 600; }
.nearby-map-footer svg { color: var(--primary); }
.nearby-map-footer .btn { min-width: 10.5rem; display: inline-flex; align-items: center; justify-content: center; padding-inline: 1.5rem; text-align: center; line-height: 1; }
.nearby-grid, .info-grid { display: grid; gap: 1rem; margin-top: 3rem; }
.nearby-layout .nearby-grid { margin-top: 0; }
.nearby-grid li { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: .85rem; border: 1px solid var(--border); border-radius: 1rem; padding: 1rem 1.15rem; background: color-mix(in oklch, var(--card) 92%, transparent); box-shadow: var(--shadow-soft); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.nearby-grid li:hover { transform: translateY(-.3rem); border-color: color-mix(in oklch, var(--primary) 24%, var(--border)); box-shadow: var(--shadow-lift); }
.nearby-index { display: grid; width: 1.45rem; aspect-ratio: 1; place-items: center; color: var(--primary); }
.nearby-index svg { width: 1rem; height: 1rem; }
.nearby-grid h3 { font-family: var(--sans); font-size: 1rem; line-height: 1.25; font-weight: 600; }
.nearby-grid p { margin-top: .28rem; color: var(--muted-foreground); font-size: .82rem; line-height: 1.45; }
.distance-strip, .review-pills { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.1rem; }
.review-pills { justify-content: space-between; max-width: 70rem; margin-inline: auto; margin-top: 2rem; }
.distance-strip span, .review-pills li { border: 1px solid color-mix(in oklch, var(--primary) 16%, transparent); border-radius: 999px; padding: .35rem .65rem; background: color-mix(in oklch, var(--card) 70%, transparent); color: color-mix(in oklch, var(--foreground) 78%, transparent); font-size: .75rem; font-weight: 600; }
.time-pill { width: fit-content; min-width: 5.35rem; display: inline-flex; align-items: center; justify-content: center; justify-self: end; gap: .35rem; border: 1px solid color-mix(in oklch, var(--primary) 18%, transparent); border-radius: 999px; padding: .45rem .8rem; background: color-mix(in oklch, var(--primary) 8%, var(--card)); color: color-mix(in oklch, var(--primary) 92%, var(--foreground)); font-size: 1rem; font-weight: 700; font-variant-numeric: tabular-nums; line-height: 1; white-space: nowrap; }
.reviews-section { border-block: 1px solid var(--border); background: linear-gradient(180deg, color-mix(in oklch, var(--blush) 78%, transparent), color-mix(in oklch, var(--background) 92%, transparent)); }
.review-heading { display: flex; flex-direction: column; gap: 2rem; }
.review-trust { max-width: 42rem; margin-top: .9rem; color: var(--muted-foreground); line-height: 1.55; }
.rating-card { display: flex; width: fit-content; align-items: center; gap: 1rem; border: 1px solid color-mix(in oklch, var(--primary) 20%, var(--border)); border-radius: 1.5rem; padding: 1.25rem 1.5rem; background: var(--card); box-shadow: var(--shadow-soft); }
.rating-card > strong { color: var(--primary); font-family: var(--sans); font-size: 2.1rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.stars { display: block; color: color-mix(in oklch, var(--primary) 72%, #d9a441); letter-spacing: .05em; }
.rating-card small { display: block; margin-top: .25rem; color: var(--muted-foreground); }
.review-signal-card { width: min(100%, 46rem); margin: 3rem auto 0; border: 1px solid color-mix(in oklch, var(--primary) 20%, var(--border)); border-radius: 1.5rem; padding: 2rem; background: color-mix(in oklch, var(--card) 88%, var(--sand)); text-align: center; box-shadow: var(--shadow-lift); }
.signal-icon { display: grid; width: 2.4rem; aspect-ratio: 1; place-items: center; margin-inline: auto; border-radius: 50%; background: color-mix(in oklch, var(--primary) 10%, transparent); color: var(--primary); }
.review-signal-card p { margin-top: 1rem; color: var(--foreground); font-family: var(--display); font-size: clamp(1.55rem, 3.4vw, 2rem); line-height: 1.15; font-weight: 600; }
.review-signal-card .stars { margin-top: 1.15rem; font-size: 1.05rem; }
.reviews-grid { display: grid; gap: 1.5rem; margin-top: 3rem; }
.review-card { display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 1.5rem; padding: 1.75rem; background: var(--card); box-shadow: var(--shadow-soft); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.review-card:hover { transform: translateY(-.35rem); border-color: color-mix(in oklch, var(--primary) 24%, var(--border)); box-shadow: var(--shadow-lift); }
.review-card h3 { margin-top: 1rem; font-size: 1.35rem; line-height: 1.08; font-weight: 600; }
.review-card p { flex: 1; margin-top: .8rem; color: color-mix(in oklch, var(--foreground) 82%, transparent); font-size: .88rem; line-height: 1.6; }
.review-author { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--border); font-size: .82rem; }
.review-author strong { font-family: var(--sans); font-weight: 600; }
.review-author span { color: var(--muted-foreground); font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-align: right; text-transform: uppercase; }
.review-actions { justify-content: center; }

.before-arrive { border-block: 1px solid var(--border); background: linear-gradient(180deg, color-mix(in oklch, var(--mist) 68%, var(--background)), color-mix(in oklch, var(--cream) 90%, transparent)); }
.before-arrive .eyebrow { display: inline-flex; align-items: center; gap: .45rem; }
.before-arrive .eyebrow svg { width: .9rem; height: .9rem; }
.before-arrive-layout { display: grid; gap: 2rem; align-items: start; }
.arrival-steps { display: grid; gap: 1.35rem; margin: 3rem 0 0; padding: 0; list-style: none; }
.arrival-steps li { position: relative; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1rem; }
.arrival-steps li + li::before { content: ""; position: absolute; left: 1.15rem; bottom: calc(100% + .12rem); width: 1px; height: 1.15rem; background: color-mix(in oklch, var(--primary) 18%, var(--border)); }
.arrival-steps span { display: grid; width: 2.3rem; aspect-ratio: 1; place-items: center; border-radius: 50%; background: color-mix(in oklch, var(--foreground) 90%, #000); color: color-mix(in oklch, var(--primary) 72%, #d9a441); font-size: .78rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.arrival-steps h3 { font-size: 1.28rem; line-height: 1.1; font-weight: 600; }
.arrival-steps p { margin-top: .35rem; color: var(--muted-foreground); font-size: .9rem; line-height: 1.5; }
.call-support-card { align-self: start; border: 1px solid color-mix(in oklch, var(--primary-foreground) 10%, transparent); border-radius: 1.6rem; padding: 1.5rem; background: color-mix(in oklch, #120c09 94%, var(--clay)); color: var(--primary-foreground); box-shadow: 0 28px 70px -34px #000; }
.support-head { display: flex; align-items: center; gap: .9rem; padding-bottom: 1.2rem; border-bottom: 1px solid color-mix(in oklch, var(--primary-foreground) 12%, transparent); }
.support-icon { display: grid; width: 2.45rem; aspect-ratio: 1; place-items: center; border-radius: 50%; background: color-mix(in oklch, var(--primary) 34%, transparent); color: var(--primary-foreground); }
.support-head strong, .support-head small { display: block; }
.support-head strong { font-family: var(--sans); font-weight: 600; }
.support-head small { margin-top: .15rem; color: color-mix(in oklch, var(--primary-foreground) 66%, transparent); font-size: .75rem; }
.support-list { display: grid; gap: .7rem; margin: 1.2rem 0; }
.support-list p { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border: 1px solid color-mix(in oklch, var(--primary-foreground) 10%, transparent); border-radius: 1rem; padding: .78rem 1rem; background: color-mix(in oklch, var(--primary-foreground) 6%, transparent); }
.support-list span, .support-list strong { display: block; }
.support-list span { color: color-mix(in oklch, var(--primary-foreground) 68%, transparent); font-size: .76rem; }
.support-list strong { font-family: var(--sans); font-size: .88rem; font-weight: 600; text-align: right; }
.call-support-card > small { display: block; margin-top: .85rem; color: color-mix(in oklch, var(--primary-foreground) 72%, transparent); font-size: .78rem; line-height: 1.45; text-align: center; }

.info-grid > li { padding: 1.5rem; }
.info-icon { width: 2.75rem; aspect-ratio: 1; border-radius: 1rem; background: color-mix(in oklch, var(--primary) 10%, transparent); }
.info-grid h3 { margin-top: 1rem; font-size: 1.125rem; }
.info-lines { display: grid; gap: .5rem; margin-top: .75rem; color: var(--muted-foreground); font-size: .875rem; line-height: 1.4; }
.info-lines li { display: flex; gap: .5rem; }
.info-lines li::before { content: ""; flex: 0 0 auto; width: .375rem; height: .375rem; margin-top: .5rem; border-radius: 50%; background: color-mix(in oklch, var(--primary) 60%, transparent); }

.enquiry-panel { display: grid; gap: 2.5rem; border: 1px solid var(--border); border-radius: 2rem; padding: 2rem; background: var(--clay); color: var(--clay-foreground); box-shadow: var(--shadow-lift); }
.enquiry-copy h2 { font-size: clamp(1.875rem, 4vw, 2.25rem); }
.enquiry-copy p { margin-top: 1rem; color: color-mix(in oklch, var(--clay-foreground) 80%, transparent); line-height: 1.55; }
.enquiry-copy .btn { margin-top: 2rem; }
.enquiry-copy small { display: block; margin-top: 1.5rem; color: color-mix(in oklch, var(--clay-foreground) 70%, transparent); line-height: 1.4; }
.form-card { border-radius: 1.5rem; padding: 1.5rem; background: var(--card); color: var(--foreground); }
.form-intro { margin-bottom: 1.25rem; }
.form-intro h3 { font-size: 1.35rem; line-height: 1.1; font-weight: 600; }
.form-intro p { margin-top: .5rem; color: var(--muted-foreground); font-size: .86rem; line-height: 1.45; }
.field + .field { margin-top: 1rem; }
.field label { display: block; margin-bottom: .5rem; font-size: .875rem; font-weight: 600; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--border); border-radius: .75rem; padding: .65rem .8rem; background: transparent; color: var(--foreground); }
.field label span { color: var(--muted-foreground); font-weight: 400; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.form-row + .form-row, .form-row + .field { margin-top: 1rem; }
.form-row .field + .field { margin-top: 0; }
.field textarea { resize: vertical; }
.field input[aria-invalid=true], .field textarea[aria-invalid=true] { border-color: var(--destructive); }
.error { min-height: 1rem; margin-top: .25rem; color: var(--destructive); font-size: .75rem; }
.success-state { min-height: 23rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1rem; padding-block: 2rem; }
.success-state > svg { width: 2.5rem; height: 2.5rem; color: var(--leaf); }
.success-state h3 { font-size: 1.25rem; }
.success-state p { color: var(--muted-foreground); font-size: .875rem; line-height: 1.5; }

.site-footer { border-top: 1px solid var(--border); background: color-mix(in oklch, var(--sand) 62%, var(--cream)); }
.footer-grid { display: grid; gap: 2.5rem; padding-block: 3.5rem; }
.footer-brand strong { font-size: 1.125rem; }
.footer-grid > div:first-child > p { max-width: 24rem; margin-top: 1rem; color: var(--muted-foreground); font-size: .875rem; line-height: 1.5; }
.footer-grid h3 { font-size: 1rem; }
.footer-grid address { margin-top: .75rem; color: var(--muted-foreground); font-size: .875rem; line-height: 1.5; }
.footer-phone { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1rem; color: var(--primary); font-size: .875rem; font-weight: 600; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem; margin-top: .75rem; color: var(--muted-foreground); font-size: .875rem; }
.footer-links a:hover { color: var(--primary); }
.copyright { border-top: 1px solid var(--border); }
.copyright-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem 2rem; padding-block: 1.5rem; }
.copyright p { color: var(--muted-foreground); font-size: .75rem; }
.footer-credit { flex: 0 0 auto; text-align: right; }
.footer-credit a { color: var(--primary); font-weight: 600; letter-spacing: 0; }
.footer-credit a:hover { text-decoration: underline; text-underline-offset: .2em; }

@media (max-width: 640px) {
  .copyright-inner { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .footer-credit { text-align: left; }
}

.room-dialog { width: min(calc(100% - 1.25rem), 78rem); height: min(calc(100dvh - 1.25rem), 52rem); max-width: none; max-height: none; overflow: hidden; border: 0; border-radius: 1.5rem; padding: 0; background: #211916; color: var(--foreground); box-shadow: 0 30px 100px #0008; opacity: 0; transform: translateY(1rem) scale(.985); transition: opacity .22s ease, transform .22s ease; }
.room-dialog[open] { opacity: 1; transform: translateY(0) scale(1); }
.room-dialog::backdrop { background: #18100ccc; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.room-dialog #dialog-body { height: 100%; display: grid; grid-template-rows: minmax(16rem, 43%) minmax(0, 1fr); }
.dialog-close { position: absolute; z-index: 5; top: .9rem; right: .9rem; display: grid; width: 2.5rem; aspect-ratio: 1; place-items: center; border: 1px solid #ffffff88; border-radius: 50%; background: #2a211ccc; color: #fff; cursor: pointer; backdrop-filter: blur(8px); }
.dialog-gallery { position: relative; min-height: 0; overflow: hidden; background: #211916; }
.dialog-gallery::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, #0008); pointer-events: none; }
.dialog-image { width: 100%; height: 100%; object-fit: cover; }
.gallery-label, .gallery-count { position: absolute; z-index: 2; bottom: 1.25rem; border: 1px solid #ffffff44; border-radius: 999px; padding: .4rem .75rem; background: #1e1712aa; color: #fff; font-size: .75rem; backdrop-filter: blur(8px); }
.gallery-label { left: 1.25rem; }
.gallery-count { right: 1.25rem; }
.gallery-arrow { position: absolute; z-index: 3; top: 50%; display: grid; width: 2.75rem; aspect-ratio: 1; place-items: center; border: 1px solid #ffffff66; border-radius: 50%; background: #21191399; color: #fff; cursor: pointer; transform: translateY(-50%); backdrop-filter: blur(8px); }
.gallery-prev { left: 1rem; }
.gallery-next { right: 1rem; }
.gallery-dots { position: absolute; z-index: 3; left: 50%; bottom: 1.4rem; display: flex; gap: .4rem; transform: translateX(-50%); }
.gallery-dots button { width: .45rem; height: .45rem; border: 0; border-radius: 50%; padding: 0; background: #ffffff88; cursor: pointer; }
.gallery-dots button.active { width: 1.25rem; border-radius: 999px; background: #fff; }
.gallery-thumbs { position: absolute; z-index: 3; left: 1rem; right: 1rem; bottom: 3.6rem; display: flex; gap: .5rem; overflow-x: auto; padding-bottom: .1rem; scrollbar-width: none; }
.gallery-thumbs::-webkit-scrollbar { display: none; }
.gallery-thumbs button { flex: 0 0 4.75rem; height: 3.25rem; overflow: hidden; border: 1px solid #ffffff5c; border-radius: .75rem; padding: 0; background: #21191399; opacity: .7; cursor: pointer; transition: opacity .18s, transform .18s, border-color .18s; }
.gallery-thumbs button.active, .gallery-thumbs button:hover { opacity: 1; transform: translateY(-1px); border-color: #fff; }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.dialog-content { overflow-y: visible; padding: 1.5rem; background: var(--card); }
.dialog-content h2 { margin-top: .35rem; font-size: clamp(1.75rem, 4vw, 2.35rem); line-height: 1.02; }
.dialog-eyebrow { display: inline-flex; width: fit-content; border: 1px solid color-mix(in oklch, var(--primary) 18%, transparent); border-radius: 999px; padding: .35rem .65rem; background: color-mix(in oklch, var(--sand) 45%, transparent); color: var(--primary) !important; font-size: .72rem !important; font-weight: 600; }
.dialog-rate { margin-top: 1rem; border: 1px solid var(--border); border-radius: 1rem; padding: .85rem 1rem; background: color-mix(in oklch, var(--sand) 36%, transparent); }
.dialog-rate > small { display: block; color: var(--muted-foreground); font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.dialog-price { margin-top: .15rem; color: var(--primary); font-family: var(--sans); font-size: 1.35rem; font-weight: 600; font-variant-numeric: tabular-nums; }
.dialog-price span { color: var(--muted-foreground); font-size: .78rem; font-weight: 500; }
.rate-note { display: block; margin-top: .55rem; color: var(--muted-foreground); }
.dialog-content > p { margin-top: 1rem; color: var(--muted-foreground); font-size: .875rem; line-height: 1.5; }
.detail-tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem; margin-top: 1.25rem; }
.detail-tiles > span { display: grid; grid-template-columns: auto 1fr; column-gap: .55rem; border: 1px solid var(--border); border-radius: 1rem; padding: .85rem; background: color-mix(in oklch, var(--sand) 42%, transparent); }
.detail-tiles svg { grid-row: 1 / 3; align-self: center; color: var(--primary); }
.detail-tiles small { color: var(--muted-foreground); font-size: .68rem; }
.detail-tiles strong { margin-top: .1rem; font-size: .78rem; font-family: var(--sans); font-variant-numeric: tabular-nums; }
.facility-list { margin-top: 1.5rem; }
.facility-list h3 { font-size: 1rem; }
.facility-list ul { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin-top: .75rem; font-size: .8rem; }
.facility-list li { display: flex; align-items: center; gap: .4rem; white-space: nowrap; }
.facility-list svg { flex: 0 0 auto; color: var(--leaf); }
.stay-note { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; margin-top: 1.5rem; border-block: 1px solid var(--border); padding-block: 1rem; }
.stay-note span { min-width: 0; }
.stay-note small, .stay-note strong { display: block; }
.stay-note small { color: var(--muted-foreground); font-size: .68rem; }
.stay-note strong { margin-top: .2rem; font-size: .78rem; font-family: var(--sans); font-variant-numeric: tabular-nums; }
.availability-note { display: flex; align-items: center; gap: .45rem; margin-top: 1rem !important; font-size: .75rem !important; }
.availability-note span { flex: 0 0 auto; width: .5rem; height: .5rem; border-radius: 50%; background: #29a55b; box-shadow: 0 0 0 .25rem #29a55b1f; }

.reveal { opacity: 0; transform: translateY(1.25rem); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.visit-card.reveal.is-visible:hover, .visit-card.reveal.is-visible:focus-visible { transform: translateY(-.65rem) scale(1.025); }
.room-card.reveal.is-visible:hover, .room-card.reveal.is-visible:focus-visible { transform: translateY(-.55rem) scale(1.018); }

@media (min-width: 640px) {
  .trust-grid { gap: .75rem; padding: 1rem; }
  .visit-grid { grid-template-columns: repeat(2, 1fr); }
  .room-grid, .info-grid { grid-template-columns: repeat(2, 1fr); }
  .room-actions { flex-direction: row; }
  .amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .photo-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .form-card { padding: 2rem; }
  .enquiry-panel { padding: 3rem; }
  .dialog-content { padding: 1.75rem; }
}

@media (min-width: 1024px) {
  .container { width: min(100% - 4rem, 76rem); }
  .section { padding-block: 7rem; }
  .nav-inner { width: min(100% - 4rem, 76rem); }
  .desktop-nav, .desktop-actions { display: flex; align-items: center; }
  .desktop-nav { gap: 1.75rem; font-size: .875rem; font-weight: 500; }
  .desktop-nav a { color: color-mix(in oklch, currentColor 85%, transparent); }
  .menu-toggle, .mobile-panel { display: none !important; }
  .hero-content { padding-bottom: 6rem; }
  .visit-grid { grid-template-columns: repeat(4, 1fr); }
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .room-grid, .reviews-grid { grid-template-columns: repeat(3, 1fr); }
  .nearby-layout { grid-template-columns: minmax(0, 1.12fr) minmax(20rem, .78fr); align-items: stretch; }
  .nearby-map-card { display: flex; flex-direction: column; }
  .nearby-map-card .map-preview-link { flex: 1; min-height: 32rem; }
  .nearby-map-footer { flex-direction: row; align-items: center; justify-content: space-between; }
  .photo-gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 13rem; gap: 1rem; }
  .gallery-card-large { grid-column: span 2; grid-row: span 2; }
  .amenities-layout { grid-template-columns: minmax(0, .95fr) minmax(18rem, .58fr); gap: 2rem; }
  .amenities-grid { grid-template-columns: repeat(3, 1fr); }
  .info-grid { grid-template-columns: repeat(4, 1fr); }
  .before-arrive-layout { grid-template-columns: minmax(0, .95fr) minmax(22rem, .78fr); gap: 4rem; }
  .before-arrive .call-support-card { align-self: end; }
  .section-heading-row, .review-heading { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .section-heading-row > .actions { margin-top: 0; }
  .enquiry-panel { grid-template-columns: repeat(2, 1fr); gap: 4rem; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .room-dialog { height: auto; max-height: calc(100dvh - 1.25rem); overflow: auto; }
  .room-dialog #dialog-body { height: auto; grid-template-columns: 1.08fr .92fr; grid-template-rows: 1fr; align-items: stretch; }
  .room-dialog .dialog-gallery { height: 100%; min-height: 100%; }
  .room-dialog .dialog-image { min-height: 100%; }
  .dialog-content { padding: 2.5rem; }
  .detail-tiles { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 480px) {
  .container { width: min(100% - 1.5rem, var(--container-width)); }
  .nav-inner { width: min(100% - 1.5rem, var(--container-width)); }
  .nav-inner .brand { gap: .55rem; min-width: 0; }
  .nav-inner .brand-logo { width: 3.75rem; }
  .nav-inner .brand strong { font-size: 1rem; }
  .nav-inner .brand small { font-size: .6rem; }
  .hero { min-height: 100svh; }
  .hero > img { animation: none; transform: none; object-position: 52% center; }
  .hero-veil { background: linear-gradient(to top, oklch(0.12 0.025 45 / .78), oklch(0.16 0.03 45 / .58) 52%, oklch(0.2 0.035 45 / .2)); }
  .hero-content { min-height: 100svh; justify-content: flex-end; padding-block: 7.25rem 4.25rem; }
  .location-pill { max-width: 100%; padding-inline: .8rem; font-size: .7rem; }
  .hero h1 { max-width: 22rem; margin-top: 1rem; font-size: clamp(1.9rem, 9.8vw, 2.55rem); line-height: 1.06; }
  .hero-content > p:not(.hero-rating) { max-width: 22.5rem; margin-top: .9rem; font-size: .98rem; line-height: 1.52; }
  .hero-rating { margin-top: 1rem; font-size: .78rem; }
  .hero-pills { max-width: 21rem; gap: .42rem; margin-top: 1rem; }
  .hero-pills li { padding: .34rem .58rem; font-size: .66rem; }
  .hero .actions { width: 100%; gap: .55rem; margin-top: 1.45rem; }
  .hero .actions .btn { flex: 1 1 10rem; min-width: 0; padding-inline: .8rem; }
  .photo-gallery { grid-auto-rows: 8.5rem; gap: .55rem; }
  .gallery-card { border-radius: .85rem; }
  .tariff-grid { grid-template-columns: 1fr; }
  .price { font-size: 1.22rem; }
  .room-dialog { width: 100%; height: 100dvh; border-radius: 0; }
  .room-dialog #dialog-body { grid-template-rows: minmax(15rem, 36%) minmax(0, 1fr); }
  .dialog-content { overflow-y: auto; padding: 1.25rem 1rem calc(1rem + env(safe-area-inset-bottom)); }
  .gallery-thumbs { display: none; }
  .sticky-actions { position: static; margin-inline: 0; padding: 0; background: none; }
  .nearby-map-footer .btn { width: 100%; }
  .time-pill { align-self: flex-start; min-width: 5rem; font-size: .95rem; white-space: nowrap; }
  .form-row { grid-template-columns: 1fr; }
  .form-row .field + .field { margin-top: 1rem; }
  .facility-list ul { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .reveal { opacity: 1; transform: none; }
}

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