:root {
  --ink: #102d32;
  --deep: #071b20;
  --deep-soft: #0d2b30;
  --sand: #eee8dc;
  --paper: #f8f5ee;
  --foam: #fffdf8;
  --coral: #bd603e;
  --gold: #d8b88c;
  --sea: #80aaa6;
  --line: rgba(16, 45, 50, 0.17);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; }
img { display: block; width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 50; padding: .8rem 1rem; background: white; color: var(--deep); }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; min-height: 94px; display: flex; align-items: center; justify-content: space-between; padding: 0 4.5vw; color: white; border-bottom: 1px solid rgba(255,255,255,.28); transition: background .3s, min-height .3s; }
.wordmark { display: inline-flex; align-items: center; gap: .62rem; color: inherit; text-decoration: none; text-transform: uppercase; letter-spacing: .18em; }
.wordmark span { font-family: var(--serif); font-size: 2rem; line-height: 1; letter-spacing: -.05em; }
.wordmark b { font-size: .65rem; font-weight: 600; }
nav { display: flex; align-items: center; gap: 2.15rem; font-size: .71rem; letter-spacing: .04em; }
nav a { position: relative; text-decoration: none; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: white; transition: right .25s; }
nav a:hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 2.5rem; border: 1px solid rgba(255,255,255,.7); padding: .84rem 1rem; text-transform: uppercase; letter-spacing: .12em; }

.hero { position: relative; min-height: 780px; height: 100svh; overflow: hidden; color: white; background: var(--deep); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: heroReveal 1.6s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,18,22,.86) 0%, rgba(3,18,22,.45) 48%, rgba(3,18,22,.04) 78%), linear-gradient(0deg, rgba(3,18,22,.74) 0%, transparent 38%), linear-gradient(180deg, rgba(3,18,22,.28), transparent 30%); }
.hero-copy { position: absolute; left: 7vw; top: 48%; width: min(770px, 82vw); transform: translateY(-50%); }
.eyebrow { margin: 0 0 1.4rem; text-transform: uppercase; letter-spacing: .21em; font-size: .64rem; line-height: 1.5; font-weight: 600; }
.eyebrow.coral { color: var(--coral); }
.eyebrow.light { color: rgba(255,255,255,.78); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.052em; line-height: .91; }
h1 { max-width: 800px; font-size: clamp(4.6rem, 8.8vw, 9rem); }
h1 em { font-weight: 400; color: #f5d8c1; }
.hero-intro { max-width: 480px; margin: 2rem 0 2.2rem; font-family: var(--serif); font-size: 1.34rem; line-height: 1.45; color: rgba(255,255,255,.87); }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 3rem; min-width: 228px; min-height: 53px; padding: 1rem 1.1rem; border: 1px solid; background: none; text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: .65rem; font-weight: 600; cursor: pointer; transition: background .25s, color .25s, border-color .25s; }
.button-light { color: white; border-color: rgba(255,255,255,.72); }
.button-light:hover { background: white; color: var(--deep); }
.button-dark { color: white; border-color: var(--deep); background: var(--deep); }
.button-dark:hover { background: var(--coral); border-color: var(--coral); }
.text-link { display: inline-flex; gap: 2.5rem; padding-bottom: .45rem; border-bottom: 1px solid currentColor; text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: .64rem; font-weight: 600; }
.light-link { color: rgba(255,255,255,.82); }
.hero-meta { position: absolute; right: 4.5vw; bottom: 2.4rem; display: grid; grid-template-columns: repeat(4, auto); gap: 2rem; }
.hero-meta div { display: grid; min-width: 78px; }
.hero-meta strong { font-family: var(--serif); font-size: 1.75rem; font-weight: 400; letter-spacing: -.04em; }
.hero-meta span { margin-top: .1rem; color: rgba(255,255,255,.72); text-transform: uppercase; letter-spacing: .13em; font-size: .55rem; }
.scroll-note { position: absolute; left: 4.5vw; bottom: 2.7rem; display: flex; align-items: center; gap: .8rem; text-transform: uppercase; letter-spacing: .16em; font-size: .55rem; color: rgba(255,255,255,.62); }
.scroll-note span { display: block; width: 44px; height: 1px; background: currentColor; }

.availability-strip { position: relative; z-index: 2; display: grid; grid-template-columns: 1.3fr 1fr 1fr auto; align-items: stretch; margin: -1px 4.5vw 0; background: var(--foam); box-shadow: 0 20px 50px rgba(4,25,29,.09); }
.availability-strip > div { display: flex; align-items: center; gap: .8rem; padding: 1.45rem 1.55rem; border-right: 1px solid var(--line); }
.availability-strip p { display: grid; gap: .25rem; margin: 0; }
.availability-strip b { font-family: var(--serif); font-size: 1rem; font-weight: 500; }
.availability-strip small { color: rgba(16,45,50,.58); font-size: .64rem; }
.availability-strip > a { display: flex; align-items: center; gap: 2.5rem; padding: 1.45rem 1.6rem; color: white; background: var(--coral); text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: .61rem; font-weight: 600; }
.status-dot { width: .55rem; height: .55rem; flex: 0 0 auto; border-radius: 50%; background: #5b9b76; box-shadow: 0 0 0 5px rgba(91,155,118,.12); }

.section { padding: 9rem 7vw; }
h2 { font-size: clamp(3.7rem, 6.2vw, 6.9rem); }
.opening { padding-top: 10rem; }
.opening-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10vw; align-items: end; }
.opening h2 span { color: var(--coral); }
.opening-copy { padding-bottom: .7rem; }
.opening-copy p { margin: 0 0 1.4rem; font-size: .98rem; line-height: 1.8; color: rgba(16,45,50,.76); }
.opening-copy p:first-child { color: var(--ink); font-family: var(--serif); font-size: 1.25rem; line-height: 1.55; }
.opening-copy .text-link { margin-top: 1rem; }

.cinema { display: grid; grid-template-columns: 1.38fr .62fr; gap: 1.2rem; padding: 0 2.2vw 10rem; align-items: end; }
.cinema figure { position: relative; margin: 0; overflow: hidden; background: var(--sand); }
.cinema-main img { height: min(72vw, 820px); object-fit: cover; }
.cinema-side { margin-bottom: -4rem !important; }
.cinema-side img { height: min(48vw, 560px); object-fit: cover; }
.cinema figcaption { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.1rem; padding-top: 3rem; color: white; background: linear-gradient(transparent, rgba(0,0,0,.52)); text-transform: uppercase; letter-spacing: .14em; font-size: .6rem; }

.details { background: var(--sand); }
.details-heading { display: grid; grid-template-columns: .6fr 1.4fr; gap: 5vw; }
.details-heading h2 { max-width: 1000px; font-size: clamp(3.4rem, 5.6vw, 6.3rem); }
.amenity-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 6rem; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.amenity-grid article { min-height: 270px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.amenity-icon { display: grid; place-items: center; width: 2.2rem; height: 2.2rem; margin-bottom: 3rem; border: 1px solid rgba(189,96,62,.4); border-radius: 50%; color: var(--coral); font-family: var(--serif); }
.amenity-grid h3, .day-list h3 { margin: 0 0 .8rem; font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.amenity-grid p { max-width: 310px; margin: 0; color: rgba(16,45,50,.66); font-size: .82rem; line-height: 1.7; }

.gallery-section { padding-bottom: 1.1rem; background: var(--foam); }
.gallery-heading { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: end; }
.gallery-heading > div:last-child > p { max-width: 620px; margin: 0 0 2rem; color: rgba(16,45,50,.7); line-height: 1.75; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: .45rem; }
.gallery-filters button { padding: .72rem 1rem; border: 1px solid var(--line); border-radius: 2rem; background: transparent; text-transform: uppercase; letter-spacing: .12em; font-size: .58rem; cursor: pointer; transition: .2s; }
.gallery-filters button:hover, .gallery-filters button.active { color: white; border-color: var(--deep); background: var(--deep); }
.gallery-filters span { margin-left: .25rem; opacity: .65; }
.gallery-grid { display: grid; grid-auto-flow: dense; grid-template-columns: repeat(4, 1fr); grid-auto-rows: clamp(175px, 18vw, 340px); gap: .65rem; padding: 0 .65rem; }
.gallery-card { position: relative; overflow: hidden; min-width: 0; padding: 0; border: 0; background: #d9d4c9; cursor: zoom-in; text-align: left; }
.gallery-card--wide { grid-column: span 2; }
.gallery-card--tall { grid-row: span 2; }
.gallery-card[hidden] { display: none; }
.gallery-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .4s; }
.gallery-card::after { content: "↗"; position: absolute; top: 1rem; right: 1rem; display: grid; place-items: center; width: 2.3rem; height: 2.3rem; border: 1px solid rgba(255,255,255,.64); border-radius: 50%; color: white; font-size: .8rem; opacity: 0; transform: translateY(8px); transition: .25s; }
.gallery-card:hover img { transform: scale(1.035); filter: brightness(.88); }
.gallery-card:hover::after { opacity: 1; transform: none; }
.gallery-card > span { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; padding: 4rem 1rem 1rem; color: white; background: linear-gradient(transparent, rgba(0,0,0,.62)); text-transform: uppercase; letter-spacing: .13em; font-size: .59rem; }
.gallery-card b { font-weight: 400; opacity: .72; }

.hermosa-intro { padding-top: 11rem; padding-bottom: 7rem; color: white; background: var(--deep); }
.hermosa-intro-grid { display: grid; grid-template-columns: 1fr .65fr; gap: 10vw; align-items: end; }
.hermosa-intro h2 { color: #f4e9d8; }
.hermosa-intro-grid p { margin: 0; color: rgba(255,255,255,.73); font-family: var(--serif); font-size: 1.23rem; line-height: 1.65; }
.hermosa-stories { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--deep); }
.area-card { position: relative; min-height: 540px; overflow: hidden; }
.area-card--large { grid-column: span 2; min-height: min(72vw, 810px); }
.area-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,19,23,.85), rgba(3,19,23,.05) 70%); }
.area-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.area-card:hover img { transform: scale(1.025); }
.area-card > div { position: absolute; z-index: 1; left: 3.5rem; right: 3.5rem; bottom: 3rem; max-width: 570px; color: white; }
.area-card h3 { margin: 0 0 .9rem; font-family: var(--serif); font-size: clamp(2.6rem, 4vw, 4.8rem); font-weight: 400; line-height: .96; letter-spacing: -.04em; }
.area-card p:last-child { max-width: 480px; margin: 0; color: rgba(255,255,255,.72); font-size: .82rem; line-height: 1.7; }

.day-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; background: var(--paper); }
.day-heading { position: sticky; top: 4rem; align-self: start; }
.day-heading h2 { font-size: clamp(3.8rem, 5.5vw, 6rem); }
.day-list { border-top: 1px solid var(--line); }
.day-list article { display: grid; grid-template-columns: 110px 1fr; gap: 2rem; min-height: 145px; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.day-list time { padding-top: .25rem; color: var(--coral); text-transform: uppercase; letter-spacing: .13em; font-size: .61rem; }
.day-list h3 { font-size: 1.65rem; }
.day-list p { margin: 0; color: rgba(16,45,50,.65); font-size: .84rem; line-height: 1.6; }

.location-section { display: grid; grid-template-columns: .7fr 1.3fr; min-height: 760px; background: var(--deep-soft); color: white; }
.location-copy { display: flex; flex-direction: column; justify-content: center; padding: 7rem 5.5vw; }
.location-copy h2 { max-width: 600px; font-size: clamp(3.3rem, 5vw, 5.5rem); color: #f5e8d8; }
.location-copy > p:not(.eyebrow) { max-width: 500px; margin: 2rem 0; color: rgba(255,255,255,.7); font-size: .88rem; line-height: 1.75; }
.location-copy address { display: grid; gap: .35rem; margin: .5rem 0 2.2rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.2); font-style: normal; }
.location-copy address b { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.location-copy address span { color: rgba(255,255,255,.62); font-size: .72rem; }
.location-copy .button { width: 100%; max-width: 360px; }
.map-note { margin-top: .8rem; color: rgba(255,255,255,.48); font-size: .59rem; }
.map-frame { position: relative; min-height: 700px; overflow: hidden; background: #c7d2cd; }
.map-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 30px 0 60px rgba(7,27,32,.19); mix-blend-mode: multiply; }
.map-frame iframe { width: 100%; height: 100%; min-height: 760px; border: 0; filter: grayscale(.85) sepia(.08) hue-rotate(125deg) saturate(.7) contrast(.9); }
.map-pin { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; place-items: center; width: 86px; height: 86px; border: 2px solid white; border-radius: 50%; background: var(--coral); box-shadow: 0 14px 30px rgba(7,27,32,.28); transform: translate(-50%, -50%); pointer-events: none; }
.map-pin span { font-family: var(--serif); font-size: 1.45rem; line-height: 1; }
.map-pin small { text-transform: uppercase; letter-spacing: .12em; font-size: .46rem; }

.inquire { display: grid; grid-template-columns: .82fr 1.18fr; gap: 10vw; background: var(--foam); }
.inquire-heading h2 { font-size: clamp(3.8rem, 5.8vw, 6.4rem); }
.inquire-heading > p:not(.eyebrow) { max-width: 540px; margin: 2rem 0 3rem; color: rgba(16,45,50,.7); font-size: .92rem; line-height: 1.8; }
.inquire-points { display: grid; max-width: 440px; border-top: 1px solid var(--line); }
.inquire-points span { display: grid; gap: .25rem; padding: 1rem 0; border-bottom: 1px solid var(--line); color: rgba(16,45,50,.6); font-size: .69rem; }
.inquire-points b { color: var(--ink); font-family: var(--serif); font-size: 1rem; font-weight: 500; }
.inquiry-form { display: grid; align-self: start; gap: 1.25rem; padding: 2.5rem; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 24px 55px rgba(6,31,36,.07); }
.form-topline { display: flex; justify-content: space-between; margin-bottom: .8rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.form-topline span { font-family: var(--serif); font-size: 1.35rem; }
.form-topline small { color: rgba(16,45,50,.48); font-size: .59rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
label { display: grid; gap: .55rem; text-transform: uppercase; letter-spacing: .11em; font-size: .61rem; font-weight: 600; }
label small { display: inline; color: #75858a; text-transform: lowercase; font-weight: 400; }
input, textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; background: transparent; padding: .85rem .1rem; color: var(--ink); text-transform: none; letter-spacing: normal; }
textarea { min-height: 115px; border: 1px solid var(--line); padding: .85rem; resize: vertical; line-height: 1.55; }
input:focus, textarea:focus { border-color: var(--coral); box-shadow: 0 1px 0 var(--coral); }
textarea:focus { box-shadow: 0 0 0 1px var(--coral); }
.consent { grid-template-columns: auto 1fr; align-items: start; text-transform: none; letter-spacing: 0; font-size: .67rem; font-weight: 400; line-height: 1.55; }
.consent input { width: 1rem; margin-top: .1rem; accent-color: var(--coral); }
.submit-button { width: 100%; margin-top: .5rem; }
.submit-button:disabled { cursor: wait; opacity: .56; }
.form-status { min-height: 1.3rem; margin: 0; font-size: .78rem; line-height: 1.5; }
.form-status.success { color: #26734d; }
.form-status.error { color: #a43c2a; }
.honeypot { position: absolute; left: -10000px; }

footer { padding: 6rem 4.5vw 2rem; color: white; background: #041318; }
.footer-main { display: grid; grid-template-columns: .5fr 1fr auto; gap: 5vw; align-items: center; padding-bottom: 5rem; }
.footer-main > p { margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4.5rem); line-height: 1; letter-spacing: -.04em; }
.footer-inquire { display: flex; gap: 2rem; padding-bottom: .45rem; border-bottom: 1px solid rgba(255,255,255,.48); text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: .61rem; }
.footer-meta { display: flex; justify-content: space-between; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.56); text-transform: uppercase; letter-spacing: .12em; font-size: .57rem; }
.footer-meta > div { display: flex; gap: 2rem; }
.photo-credits { margin-top: 1.5rem; max-width: 900px; color: rgba(255,255,255,.38); font-size: .54rem; line-height: 1.6; }
.photo-credits summary { width: max-content; cursor: pointer; text-transform: uppercase; letter-spacing: .12em; }
.photo-credits p { margin: .7rem 0 0; }

.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; color: white; background: rgba(3,14,17,.98); }
.lightbox::backdrop { background: rgba(3,14,17,.96); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox > img { width: auto; max-width: calc(100vw - 12rem); height: auto; max-height: calc(100vh - 8rem); object-fit: contain; }
.lightbox-bar { position: absolute; z-index: 2; top: 0; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; min-height: 72px; padding: 0 2rem; border-bottom: 1px solid rgba(255,255,255,.15); }
.lightbox-bar p { display: flex; gap: 1.4rem; margin: 0; }
.lightbox-bar span { color: rgba(255,255,255,.55); font-size: .65rem; }
.lightbox-bar b { font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.lightbox-close, .lightbox-nav { border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: white; background: rgba(3,14,17,.38); cursor: pointer; }
.lightbox-close { width: 2.7rem; height: 2.7rem; font-size: 1.5rem; }
.lightbox-nav { position: absolute; z-index: 2; top: 50%; width: 3.25rem; height: 3.25rem; font-size: 1rem; transform: translateY(-50%); }
.lightbox-prev { left: 2rem; }
.lightbox-next { right: 2rem; }

@keyframes heroReveal { from { opacity: 0; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1020px) {
  .availability-strip { grid-template-columns: 1fr 1fr 1fr; }
  .availability-strip > a { grid-column: span 3; justify-content: center; }
  .opening-grid, .hermosa-intro-grid { grid-template-columns: 1.15fr .85fr; gap: 6vw; }
  .amenity-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .location-section { grid-template-columns: .9fr 1.1fr; }
  .inquire { gap: 6vw; }
}

@media (max-width: 780px) {
  .site-header { min-height: 72px; padding: 0 1.25rem; }
  nav a:not(.nav-cta) { display: none; }
  .nav-cta { gap: 1rem; padding: .7rem .85rem; }
  .hero { min-height: 740px; }
  .hero-copy { left: 1.35rem; top: 43%; width: calc(100% - 2.7rem); }
  .hero-intro { max-width: 380px; font-size: 1.15rem; }
  .hero-meta { left: 1.35rem; right: 1.35rem; bottom: 1.7rem; grid-template-columns: repeat(4, 1fr); gap: .5rem; }
  .hero-meta div { min-width: 0; }
  .hero-meta strong { font-size: 1.4rem; }
  .scroll-note { display: none; }
  .availability-strip { grid-template-columns: 1fr 1fr; margin: 0; }
  .availability-strip > div { padding: 1.2rem; }
  .availability-strip > div:nth-child(3) { border-top: 1px solid var(--line); }
  .availability-strip > a { grid-column: auto; }
  .section { padding: 6.5rem 1.35rem; }
  .opening { padding-top: 7rem; }
  .opening-grid, .details-heading, .gallery-heading, .hermosa-intro-grid, .day-section, .inquire { grid-template-columns: 1fr; }
  .opening-grid, .gallery-heading, .hermosa-intro-grid, .day-section, .inquire { gap: 3rem; }
  .cinema { grid-template-columns: 1fr; padding: 0 0 7rem; }
  .cinema-main img, .cinema-side img { height: 76vw; }
  .cinema-side { margin: 0 1.35rem 0 22vw !important; }
  .amenity-grid { margin-top: 4rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 47vw; gap: .4rem; padding: 0 .4rem; }
  .gallery-card--wide { grid-column: span 2; }
  .gallery-card--tall { grid-row: span 1; }
  .hermosa-intro { padding-top: 8rem; }
  .hermosa-stories { grid-template-columns: 1fr; }
  .area-card, .area-card--large { grid-column: auto; min-height: 100vw; }
  .area-card > div { left: 1.35rem; right: 1.35rem; bottom: 1.7rem; }
  .day-heading { position: static; }
  .location-section { grid-template-columns: 1fr; }
  .location-copy { padding: 6rem 1.35rem; }
  .map-frame, .map-frame iframe { min-height: 540px; }
  .inquiry-form { padding: 1.5rem; }
  .footer-main { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (max-width: 540px) {
  h1 { font-size: 3.8rem; }
  h2 { font-size: 3.4rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.4rem; }
  .hero-meta div:last-child { display: none; }
  .hero-meta { grid-template-columns: repeat(3, 1fr); }
  .availability-strip { grid-template-columns: 1fr; }
  .availability-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .availability-strip > div:nth-child(3) { border-top: 0; }
  .availability-strip > a { grid-column: auto; justify-content: space-between; }
  .amenity-grid { grid-template-columns: 1fr; }
  .amenity-grid article { min-height: 230px; }
  .gallery-heading { padding-bottom: 4rem; }
  .gallery-filters { gap: .35rem; }
  .gallery-filters button { padding: .65rem .75rem; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 74vw; }
  .gallery-card--wide { grid-column: auto; }
  .area-card, .area-card--large { min-height: 126vw; }
  .day-list article { grid-template-columns: 85px 1fr; gap: 1rem; }
  .form-row { grid-template-columns: 1fr; }
  .form-topline { display: grid; gap: .35rem; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .lightbox > img { max-width: 100vw; max-height: calc(100vh - 10rem); }
  .lightbox-bar { padding: 0 1rem; }
  .lightbox-bar b { display: none; }
  .lightbox-prev { left: .7rem; }
  .lightbox-next { right: .7rem; }
}

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