:root {
  --black: #0a0a0a;
  --ink: #0a0a0a;
  --muted: #666;
  --white: #fff;
  --soft: #f4f1eb;
  --line: #c9c9c9;
  --sans: "Instrument Sans", "Helvetica Neue", sans-serif;
  --display: "Instrument Sans", "Helvetica Neue", sans-serif;
  --pad: clamp(1.25rem, 5.2vw, 6.5rem);
  --section: clamp(6rem, 11vw, 11rem);
  --max: 1600px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.45; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: .98; letter-spacing: -.045em; }
::selection { color: white; background: black; }
:focus-visible { outline: 2px solid #1663ff; outline-offset: 4px; }

.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .75rem 1rem; transform: translateY(-160%); color: white; background: black; }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { width: 1.2rem; height: 1.2rem; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

/* Header */
.site-header { height: 104px; padding: 0 var(--pad); display: grid; grid-template-columns: minmax(260px, 1fr) auto auto; align-items: center; gap: clamp(1.5rem, 4vw, 4.5rem); position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s; }
.site-header.scrolled { border-bottom-color: #ddd; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; min-width: max-content; }
.brand-mark { display: none; }
.brand-emblem { width: 64px; height: 64px; display: block; flex: 0 0 64px; }
.brand-emblem img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0); }
.brand-copy { display: flex; gap: .28em; align-items: baseline; line-height: 1; text-transform: none; letter-spacing: -.035em; }
.brand-copy strong, .brand-copy small { margin: 0; font: 600 clamp(1.25rem, 1.7vw, 1.75rem)/1 var(--sans); letter-spacing: -.045em; }
.brand-copy small { text-transform: none; }
.desktop-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(1.2rem, 2.8vw, 3rem); }
.desktop-nav a { text-decoration: none; font-size: .96rem; font-weight: 400; letter-spacing: -.02em; }
.desktop-nav a::after { display: none; }

.button { min-height: 54px; padding: .85rem 2rem; display: inline-flex; align-items: center; justify-content: center; gap: .75rem; border: 1px solid var(--black); border-radius: 999px; color: white; background: black; text-decoration: none; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; cursor: pointer; transition: color .2s, background .2s, transform .2s; }
.button:hover { color: black; background: white; transform: none; box-shadow: none; }
.button svg { width: .95rem; transition: transform .2s; }
.button:hover svg, .room-link:hover svg, .gallery-place a:hover svg { transform: translateX(4px); }
.button-small { min-height: 48px; padding: .75rem 1.5rem; }
.button-rust { color: white; background: black; border-color: black; }
.button-rust:hover { color: black; background: transparent; }
.text-link { display: inline-block; padding-bottom: .18rem; border-bottom: 1px solid currentColor; text-decoration: none; font-size: .85rem; font-weight: 500; text-transform: none; letter-spacing: 0; }
.menu-toggle, .mobile-menu, .mobile-book { display: none; }

/* Hero */
.hero { min-height: calc(100svh - 104px); max-width: var(--max); margin: 0 auto; padding: 0 var(--pad) var(--section); position: relative; overflow: hidden; }
.hero-visual { min-height: 720px; height: calc(100svh - 150px); position: relative; overflow: hidden; background: #24201d; }
.hero-visual::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.4) 48%, rgba(0,0,0,.12) 100%), linear-gradient(0deg, rgba(0,0,0,.28), transparent 52%); }
.hero-photo-main { position: absolute; inset: 0; z-index: 1; margin: 0; width: 100%; height: 100%; box-shadow: none; }
.hero-photo-main img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; image-rendering: auto; transform: scale(1.02); filter: saturate(.82) contrast(1.04) brightness(.9); }
.hero-photo-small, .sun-disc, .hero-stamp, .photo-note { display: none; }
.hero-copy { position: absolute; z-index: 4; left: calc(var(--pad) * 1.85); right: calc(var(--pad) * 1.5); bottom: calc(var(--section) + clamp(3rem, 6vw, 6rem)); color: white; }
.eyebrow { margin-bottom: 1.5rem; display: flex; align-items: center; gap: .75rem; color: inherit; font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.eyebrow > span { display: block; width: 30px; height: 1px; background: currentColor; }
.eyebrow.light { color: inherit; }
.hero h1 { max-width: 1180px; margin: 0 0 1.6rem; font: 500 clamp(4.3rem, 7.1vw, 8rem)/.9 var(--display); letter-spacing: -.075em; }
.hero h1 br { display: none; }
.hero h1 em, .intro h2 em, .location h2 em { color: inherit; font-style: normal; font-weight: inherit; }
.hero-lede { max-width: 38rem; margin-bottom: 0; color: rgba(255,255,255,.9); font-size: clamp(1rem, 1.25vw, 1.2rem); }
.hero-actions { margin-top: 2.2rem; display: flex; align-items: center; gap: 1.5rem; }
.hero .button { color: black; background: white; border-color: white; }
.hero .button:hover { color: white; background: transparent; }
.hero .text-link { color: white; }
.hero-details { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 1.4rem; color: rgba(255,255,255,.78); font-size: .7rem; font-weight: 500; text-transform: uppercase; letter-spacing: .05em; }
.hero-details span { display: flex; align-items: center; gap: .45rem; }
.hero-details svg { width: 1rem; }
.reveal { animation: appear .75s both cubic-bezier(.22,.75,.24,1); }
.reveal-delay { animation-delay: .15s; }
.hero-visual.reveal { animation: none; }
@keyframes appear { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* Booking */
.booking-bar { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad) var(--section); display: grid; grid-template-columns: .72fr 1.6fr; align-items: end; gap: clamp(3rem, 8vw, 9rem); position: relative; color: black; background: white; }
.booking-intro .eyebrow { margin-bottom: 1.6rem; }
.booking-intro h2 { margin: 0; font: 500 clamp(3rem, 5.8vw, 6.2rem)/.9 var(--display); letter-spacing: -.065em; }
.booking-cta { display: flex; align-items: center; justify-content: space-between; gap: clamp(2rem, 5vw, 5rem); padding: 2rem 0; border-top: 1px solid black; border-bottom: 1px solid black; }
.booking-cta p { max-width: 34rem; margin: 0; color: #444; font-size: 1rem; }
.booking-cta .button { flex: 0 0 auto; min-width: 190px; }
.booking-note { position: absolute; right: var(--pad); bottom: calc(var(--section) - 2.2rem); color: #777; font-size: .67rem; }

/* Shared sections */
.section-pad { max-width: var(--max); margin: 0 auto; padding: var(--section) var(--pad); }
.section-kicker { display: flex; align-items: center; gap: .75rem; color: black; font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; }
.section-kicker span { width: 28px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid black; border-radius: 50%; }
.section-kicker p { margin: 0; }
.intro { display: grid; grid-template-columns: .38fr 1.15fr .72fr; align-items: start; gap: clamp(2rem, 5vw, 6rem); border-top: 1px solid black; }
.intro-heading h2, .section-heading h2, .location h2, .policies h2, .contact h2 { margin: 0; font: 500 clamp(3.6rem, 6.5vw, 7.2rem)/.9 var(--display); letter-spacing: -.07em; }
.intro-copy { max-width: 30rem; color: #333; font-size: 1.04rem; }
.intro-copy .text-link { margin-top: 1.2rem; color: black; }
.value-grid { grid-column: 1 / -1; margin-top: clamp(4rem, 8vw, 8rem); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid black; border-bottom: 1px solid black; }
.value-grid article { padding: 2rem clamp(1rem, 2.4vw, 2.5rem) 3.5rem 0; }
.value-grid article + article { padding-left: clamp(1rem, 2.4vw, 2.5rem); border-left: 1px solid #aaa; }
.value-grid span { color: #666; font-size: .66rem; font-weight: 600; }
.value-grid h3 { margin: 4.5rem 0 1rem; font: 500 clamp(1.55rem, 2.2vw, 2.25rem)/1 var(--display); letter-spacing: -.045em; }
.value-grid p { margin: 0; color: #555; font-size: .86rem; }

/* Rooms */
.rooms { max-width: none; background: var(--soft); }
.rooms > * { max-width: calc(var(--max) - 2 * var(--pad)); margin-left: auto; margin-right: auto; }
.split-heading { display: grid; grid-template-columns: 1.15fr .5fr; gap: 3rem; align-items: end; margin-bottom: clamp(4rem, 7vw, 7rem); }
.section-heading .eyebrow { margin-bottom: 1.5rem; }
.split-heading > p { max-width: 31rem; margin: 0; color: #555; font-size: 1rem; }
.room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 3.2vw, 3.8rem) 1rem; }
.room-card, .room-card.featured-room { overflow: visible; display: block; min-height: 0; background: transparent; border: 0; }
.room-card.featured-room { grid-column: auto; }
.room-photo { aspect-ratio: 4 / 3.45; overflow: hidden; background: #e5e1d9; }
.room-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22,.75,.24,1); filter: saturate(.78); }
.room-card:hover .room-photo img { transform: scale(1.025); }
.room-copy { min-height: 265px; padding: 1.35rem .15rem 0; display: flex; flex-direction: column; align-items: flex-start; }
.room-number { margin-bottom: .65rem; color: #777; font-size: .64rem; font-weight: 500; text-transform: uppercase; letter-spacing: .05em; }
.room-copy h3 { margin: 0 0 1rem; font: 500 clamp(1.7rem, 2.25vw, 2.35rem)/1 var(--display); letter-spacing: -.05em; }
.room-meta { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 1rem; color: #444; font-size: .72rem; }
.room-meta span { display: flex; align-items: center; gap: .38rem; }
.room-meta svg { width: .95rem; }
.room-copy > p:not(.room-number) { margin-bottom: 1.4rem; color: #555; font-size: .83rem; }
.room-link { margin-top: auto; padding-bottom: .2rem; display: inline-flex; align-items: center; gap: .6rem; border-bottom: 1px solid black; color: black; text-decoration: none; font-size: .72rem; font-weight: 500; text-transform: none; letter-spacing: 0; }
.room-link svg { width: .9rem; transition: transform .2s; }
.accessible-room { background: transparent; }
.room-disclaimer { margin-top: 3rem; padding-top: 1rem; border-top: 1px solid #aaa; color: #666; font-size: .72rem; }
.reveal-card { opacity: 0; transform: translateY(16px); transition: opacity .55s var(--delay, 0ms), transform .55s var(--delay, 0ms); }
.reveal-card.in-view { opacity: 1; transform: none; }

/* Amenities */
.amenities { max-width: none; color: black; background: white; position: relative; overflow: hidden; }
.amenities::before { display: none; }
.amenities > * { position: relative; max-width: calc(var(--max) - 2 * var(--pad)); margin-left: auto; margin-right: auto; }
.amenities-top { display: grid; grid-template-columns: 1fr .5fr; align-items: end; gap: 3rem; }
.amenities-top h2 { max-width: 900px; margin: 0; font: 500 clamp(3.6rem, 6.5vw, 7.2rem)/.9 var(--display); letter-spacing: -.07em; }
.amenities-top > p { max-width: 31rem; color: #555; }
.amenity-grid { margin-top: clamp(4rem, 7vw, 7rem); display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid black; border-left: 0; }
.amenity-grid article { min-height: 235px; padding: 1.6rem 1.4rem 2rem 0; border-right: 0; border-bottom: 1px solid #aaa; transition: none; }
.amenity-grid article + article { padding-left: 1.4rem; border-left: 1px solid #aaa; }
.amenity-grid article:nth-child(5n + 1) { padding-left: 0; border-left: 0; }
.amenity-grid article:hover { background: transparent; }
.amenity-grid svg { width: 1.5rem; height: 1.5rem; color: black; }
.amenity-grid h3 { margin: 4.3rem 0 .6rem; font: 500 1.25rem/1 var(--display); letter-spacing: -.035em; }
.amenity-grid p { margin: 0; color: #666; font-size: .76rem; }

/* Gallery */
.gallery { max-width: none; background: var(--soft); }
.gallery > * { max-width: calc(var(--max) - 2 * var(--pad)); margin-left: auto; margin-right: auto; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 520px 430px 500px; grid-auto-rows: 380px; gap: 1rem; }
.gallery-grid figure { margin: 0; position: relative; overflow: hidden; background: #ddd7cf; }
.gallery-grid figure img { height: 100%; object-fit: cover; filter: saturate(.75); transition: transform .6s; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-grid figcaption { position: absolute; inset: auto 1rem 1rem; width: fit-content; padding: .75rem 1rem; border-radius: 999px; color: black; background: rgba(255,255,255,.92); font: 500 .78rem/1 var(--sans); backdrop-filter: blur(8px); }
.gallery-grid figcaption span { display: none; }
.gallery-lead { grid-column: 1 / 4; grid-row: 1; }
.gallery-lead img { object-position: center 58%; }
.gallery-a { grid-row: 2 / 4; }
.gallery-b { grid-column: 2 / 4; }
.gallery-c { grid-column: 2; }
.gallery-place { padding: 2.2rem; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; color: white; background: black; }
.gallery-place > * { position: relative; z-index: 2; }
.gallery-place .eyebrow { margin-bottom: auto; }
.gallery-place h3 { margin-bottom: 1rem; font: 500 2.8rem/.9 var(--display); letter-spacing: -.06em; }
.gallery-place p { color: #ccc; font-size: .82rem; }
.gallery-place a { display: flex; align-items: center; gap: .5rem; text-decoration: none; font-size: .72rem; font-weight: 500; }
.gallery-place a svg { width: .9rem; transition: transform .2s; }
.landscape-lines { display: none; }
.gallery-status { margin-top: 1rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid black; border-bottom: 1px solid black; }
.gallery-status p { margin: 0; padding: 1.25rem 1.25rem 1.25rem 0; display: grid; }
.gallery-status p + p { padding-left: 1.25rem; border-left: 1px solid #aaa; }
.gallery-status strong { font: 500 1rem var(--sans); letter-spacing: -.025em; }
.gallery-status span { margin-top: .15rem; color: #666; font-size: .68rem; }

/* Location */
.location { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(4rem, 9vw, 10rem) clamp(3rem, 7vw, 8rem); }
.location-copy { align-self: center; }
.location-copy > p:not(.eyebrow) { max-width: 32rem; margin: 1.7rem 0 2.5rem; color: #444; font-size: 1rem; }
.location address { margin: 2.5rem 0; display: flex; gap: .8rem; font-style: normal; }
.location address svg { color: black; flex: 0 0 auto; }
.map-wrap { min-height: 650px; position: relative; background: #e7e7e7; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 650px; border: 0; filter: grayscale(1) contrast(.92); }
.map-tag { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; padding: 1.15rem 1.35rem; display: flex; justify-content: space-between; gap: 1rem; border-radius: 999px; color: white; background: black; }
.map-tag strong { font: 500 1rem/1 var(--sans); letter-spacing: -.02em; }
.map-tag span { color: #bbb; font-size: .72rem; }
.nearby { grid-column: 1 / -1; }
.nearby-heading { padding-bottom: 1.5rem; display: flex; align-items: end; justify-content: space-between; border-bottom: 1px solid black; }
.nearby-heading h3 { margin: 0; font: 500 clamp(2.5rem, 4vw, 4.5rem)/1 var(--display); letter-spacing: -.06em; }
.nearby-heading p { margin: 0; color: #666; font-size: .72rem; }
.nearby-list { display: grid; grid-template-columns: 1fr 1fr; }
.nearby-list article { padding: 1.75rem 0; display: grid; grid-template-columns: 2rem 1fr auto; gap: 1rem; align-items: start; border-bottom: 1px solid #aaa; }
.nearby-list article:nth-child(odd) { padding-right: 2rem; }
.nearby-list article:nth-child(even) { padding-left: 2rem; border-left: 1px solid #aaa; }
.nearby-list article > span { color: #777; font-size: .65rem; font-weight: 500; }
.nearby-list h4 { margin: 0 0 .35rem; font: 500 1.2rem/1 var(--display); letter-spacing: -.035em; }
.nearby-list p { margin: 0; color: #666; font-size: .74rem; }
.nearby-list strong { color: black; font-size: .72rem; }
.directions-note { grid-column: 1 / -1; padding: 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; background: var(--soft); }
.directions-note p { margin: 0; font-size: .82rem; }

/* Policies */
.policies { max-width: none; padding-top: calc(var(--section) * 1.15); padding-bottom: calc(var(--section) * 1.15); display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(4rem, 9vw, 10rem); background: var(--soft); }
.policies > *:first-child { margin-left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); }
.policies > *:last-child { margin-right: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); }
.policies-intro > p:not(.eyebrow) { margin: 1.7rem 0 2.5rem; color: #555; }
.time-card { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid black; border-radius: 999px; overflow: hidden; color: black; background: transparent; }
.time-card div { padding: 1rem 1.35rem; }
.time-card div + div { border-left: 1px solid black; }
.time-card span { display: block; color: #666; font-size: .62rem; text-transform: uppercase; letter-spacing: .06em; }
.time-card strong { font: 500 1.15rem var(--sans); letter-spacing: -.03em; }
.faq-list { border-top: 1px solid black; }
.faq-list details { border-bottom: 1px solid #999; }
.faq-list summary { min-height: 82px; padding: 1.4rem 3rem 1.4rem 0; display: flex; align-items: center; position: relative; list-style: none; cursor: pointer; font: 500 1.15rem/1.2 var(--sans); letter-spacing: -.03em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; width: 13px; height: 1px; right: .25rem; top: 50%; background: black; transition: transform .2s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details div { padding: 0 3rem 1.6rem 0; color: #555; font-size: .86rem; }
.faq-list details div p { margin: 0; }

/* Contact */
.contact { max-width: none; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 9vw, 10rem); color: black; background: white; border-top: 1px solid black; }
.contact > *:first-child { margin-left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); }
.contact > *:last-child { margin-right: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); }
.contact-copy > p:not(.eyebrow) { max-width: 31rem; margin: 1.7rem 0 3rem; color: #444; }
.contact-links { display: grid; }
.contact-links a { padding: 1.15rem 0; display: flex; align-items: center; gap: 1rem; border-top: 1px solid #aaa; text-decoration: none; }
.contact-links a:last-child { border-bottom: 1px solid #aaa; }
.contact-links svg { color: black; flex: 0 0 auto; }
.contact-links span { display: grid; min-width: 0; }
.contact-links small { color: #777; font-size: .62rem; text-transform: none; letter-spacing: 0; }
.contact-links strong { font: 500 1rem var(--sans); letter-spacing: -.025em; overflow-wrap: anywhere; }
.contact-form { padding: 0; display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 1.4rem 1rem; color: black; background: white; }
.form-row { display: grid; gap: .4rem; }
.form-row.full { grid-column: 1 / -1; }
.form-row label { font-size: .75rem; font-weight: 400; text-transform: none; letter-spacing: 0; }
.form-row label span { color: #777; }
.form-row input, .form-row select, .form-row textarea { width: 100%; min-height: 54px; padding: .75rem 1.1rem; border: 1px solid #777; border-radius: 999px; background: transparent; color: black; }
.form-row textarea { min-height: 130px; border-radius: 28px; resize: vertical; }
.contact-form .button { grid-column: 1 / -1; justify-self: start; margin-top: .25rem; }
.form-status { grid-column: 1 / -1; min-height: 1rem; margin: 0; color: #333; font-size: .72rem; }

/* Footer */
.site-footer { padding: 3.75rem var(--pad) 1.75rem; display: grid; grid-template-columns: 1.5fr .55fr .75fr 1fr; align-items: start; gap: 2rem; color: black; background: white; border-top: 1px solid black; }
.brand-light .brand-mark { display: none; }
.footer-logo img { width: min(14rem, 100%); filter: brightness(0); }
.footer-brand .brand-copy strong, .footer-brand .brand-copy small { font-size: clamp(2.5rem, 4.5vw, 5rem); letter-spacing: -.07em; }
.footer-brand p { margin: .9rem 0 0; color: #555; font: 400 1rem var(--sans); }
.footer-column { display: grid; align-content: start; gap: .55rem; }
.footer-column h2 { margin: 0 0 .7rem; color: #777; font-size: .65rem; text-transform: uppercase; letter-spacing: .06em; }
.footer-column a { width: fit-content; color: black; text-decoration: none; font-size: .8rem; }
.footer-column a:hover { text-decoration: underline; }
.footer-address p { color: #333; font-size: .82rem; }
.light-link { color: black; }
.footer-bottom { grid-column: 1 / -1; margin-top: 2rem; padding-top: 1.25rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .65rem 1.5rem; border-top: 1px solid #aaa; color: #777; font-size: .65rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: inherit; }

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

@media (max-width: 1120px) {
  .site-header { grid-template-columns: auto 1fr auto auto; }
  .desktop-nav { display: none; }
  .menu-toggle { width: 46px; height: 46px; padding: 11px; display: grid; align-content: center; gap: 5px; border: 1px solid #999; border-radius: 50%; background: white; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; height: 1px; background: black; transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu { position: absolute; left: 0; right: 0; top: 104px; padding: 1.2rem var(--pad) 1.7rem; display: grid; background: white; border-bottom: 1px solid black; }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu > a:not(.button) { padding: .75rem 0; border-bottom: 1px solid #bbb; text-decoration: none; font: 500 1.3rem var(--sans); letter-spacing: -.035em; }
  .mobile-menu .button { margin-top: 1.2rem; }
  .booking-bar { grid-template-columns: 1fr; }
  .booking-intro { display: flex; justify-content: space-between; align-items: end; }
  .booking-note { display: none; }
  .intro { grid-template-columns: .4fr 1.1fr; }
  .intro-copy { grid-column: 2; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-grid article:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid #aaa; }
  .value-grid article:nth-child(4) { border-top: 1px solid #aaa; }
  .room-grid { grid-template-columns: 1fr 1fr; }
  .amenity-grid { grid-template-columns: repeat(3, 1fr); }
  .amenity-grid article:nth-child(4) { padding-left: 0; border-left: 0; }
  .location { gap: 4rem; }
  .policies, .contact { gap: 4rem; }
  .site-footer { grid-template-columns: 1.3fr .7fr .8fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-address { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { padding-bottom: 66px; }
  :root { --section: 6.5rem; }
  .site-header { height: 76px; padding-inline: 1.1rem; gap: .7rem; }
  .site-header > .button { display: none; }
  .brand { gap: .55rem; }
  .brand-emblem { width: 50px; height: 50px; flex-basis: 50px; }
  .brand-copy strong, .brand-copy small { font-size: 1rem; }
  .mobile-menu { top: 76px; }
  .mobile-book { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; height: 66px; display: flex; align-items: center; justify-content: center; gap: .75rem; color: white; background: black; text-decoration: none; font-size: .76rem; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
  .hero { min-height: auto; padding: 0 1rem 5.5rem; }
  .hero-visual { min-height: 650px; height: 78svh; }
  .hero-visual::after { background: linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.08) 80%); }
  .hero-photo-main img { object-position: 58% center; }
  .hero-copy { left: 2.25rem; right: 2.25rem; bottom: 8rem; }
  .hero h1 { font-size: clamp(3.7rem, 16vw, 5.1rem); }
  .hero-lede { font-size: .94rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.1rem; }
  .hero-details { gap: .75rem 1.2rem; }
  .booking-bar { padding: 0 1.25rem var(--section); gap: 2.5rem; }
  .booking-intro { display: block; }
  .booking-intro .eyebrow { margin-bottom: 1rem; }
  .booking-cta { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .booking-cta .button { width: 100%; }
  .section-pad { padding: var(--section) 1.25rem; }
  .intro { display: block; }
  .section-kicker { margin-bottom: 2.2rem; }
  .intro-heading h2, .section-heading h2, .location h2, .policies h2, .contact h2, .amenities-top h2 { font-size: clamp(3.1rem, 14vw, 4.4rem); }
  .intro-copy { margin-top: 1.8rem; }
  .value-grid { margin-top: 4rem; grid-template-columns: 1fr; }
  .value-grid article, .value-grid article + article, .value-grid article:nth-child(3) { padding: 1.6rem 0 2rem; border-left: 0; border-top: 1px solid #aaa; }
  .value-grid article:first-child { border-top: 0; }
  .value-grid h3 { margin: 2.8rem 0 .7rem; }
  .split-heading, .amenities-top { grid-template-columns: 1fr; align-items: start; gap: 1.5rem; margin-bottom: 3.5rem; }
  .room-grid { grid-template-columns: 1fr; gap: 3rem; }
  .room-copy { min-height: 0; padding-top: 1.25rem; }
  .room-copy h3 { font-size: 2rem; }
  .room-link { margin-top: .5rem; }
  .amenities > *, .rooms > *, .gallery > * { max-width: none; }
  .amenity-grid { margin-top: 3.5rem; grid-template-columns: 1fr 1fr; }
  .amenity-grid article, .amenity-grid article + article, .amenity-grid article:nth-child(4) { min-height: 190px; padding: 1.2rem 1rem 1.5rem 0; border-left: 0; }
  .amenity-grid article:nth-child(even) { padding-left: 1rem; border-left: 1px solid #aaa; }
  .amenity-grid h3 { margin-top: 3rem; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 340px repeat(3, 300px) 380px; grid-auto-rows: 300px; }
  .gallery-lead, .gallery-a, .gallery-b, .gallery-c, .gallery-d { grid-column: 1; grid-row: auto; }
  .gallery-status { grid-template-columns: 1fr; }
  .gallery-status p + p { padding-left: 0; border-left: 0; border-top: 1px solid #aaa; }
  .location { display: block; }
  .map-wrap { min-height: 480px; margin-top: 4rem; }
  .map-wrap iframe { min-height: 480px; }
  .map-tag { align-items: flex-start; flex-direction: column; border-radius: 24px; }
  .nearby { margin-top: 4rem; }
  .nearby-heading { align-items: flex-start; flex-direction: column; gap: .6rem; }
  .nearby-list { grid-template-columns: 1fr; }
  .nearby-list article:nth-child(odd), .nearby-list article:nth-child(even) { padding: 1.4rem 0; border-left: 0; }
  .directions-note { margin-top: 2rem; grid-template-columns: 1fr; gap: 1.2rem; }
  .policies, .contact { display: block; }
  .policies > *:first-child, .contact > *:first-child { margin-left: 0; }
  .policies > *:last-child, .contact > *:last-child { margin-right: 0; }
  .time-card { border-radius: 26px; }
  .faq-list { margin-top: 3.5rem; }
  .faq-list summary { font-size: 1.05rem; }
  .contact-form { margin-top: 4rem; grid-template-columns: 1fr; }
  .form-row.full, .contact-form .button, .form-status { grid-column: auto; }
  .site-footer { padding: 3.5rem 1.25rem 1.5rem; grid-template-columns: 1fr 1fr; gap: 2rem 1.5rem; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-logo img { width: min(13rem, 72vw); }
  .footer-address { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .5rem; }
}

@media (max-width: 420px) {
  .amenity-grid { grid-template-columns: 1fr; }
  .amenity-grid article, .amenity-grid article + article, .amenity-grid article:nth-child(even) { min-height: 165px; padding: 1.2rem 0 1.5rem; border-left: 0; }
  .room-meta { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .contact-links strong { font-size: .9rem; }
}
