/* Kai Apartments — design system
   Ported from the "Kai Home" Claude Design mockup. Palette, type scale and
   spacing are lifted verbatim; the mockup was fixed-width, so every section
   here gains the responsive behaviour it was missing. */

/* ---------- fonts (latin + latin-ext cover EN/ES/DE/FR) ---------- */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/cormorant-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/cormorant-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url("/assets/fonts/cormorant-italic-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url("/assets/fonts/cormorant-italic-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/karla-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Cyrillic subsets for the display face (RU/BG pages). Karla has no
   Cyrillic, so body text in those scripts falls through to system-ui via
   the font stack — Latin glyphs on the same pages still render in Karla. */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/cormorant-cyrillic-ext.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/cormorant-cyrillic.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url("/assets/fonts/cormorant-italic-cyrillic-ext.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url("/assets/fonts/cormorant-italic-cyrillic.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/karla-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- tokens ---------- */
:root {
  --green: #14312a;
  --sand: #ead9bd;
  --cream: #f4eee1;
  --card: #fff;
  --border: #e3d9c4;
  --body: #4c5a50;
  --gold: #8a7a5c;
  --strip-bg: #e9dfc9;
  --strip-border: #ddd0b4;
  --strip-text: #5c5138;
  --leaf: #7fae8f;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Karla', system-ui, -apple-system, sans-serif;
  --gutter: 48px;
  --shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--body);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
a:hover { color: inherit; opacity: .8; }
img { max-width: 100%; }

:focus-visible { outline: 2px solid var(--leaf); outline-offset: 3px; }

.shell { max-width: var(--shell); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.serif { font-family: var(--serif); }
.eyebrow { font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--gold); }
.skip {
  position: absolute; left: -9999px; top: 0; background: var(--sand); color: var(--green);
  padding: 12px 20px; z-index: 100; font-size: 13px;
}
.skip:focus { left: 8px; top: 8px; }

/* ---------- nav ---------- */
.nav {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 20px var(--gutter); background: var(--green); color: var(--sand);
  position: sticky; top: 0; z-index: 20;
}
.nav-logo { font-family: var(--serif); font-size: 24px; letter-spacing: .06em; white-space: nowrap; }
.nav-logo em { font-style: italic; font-weight: 400; }
.nav-links { display: flex; gap: 30px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.nav-links a[aria-current="page"] { border-bottom: 1px solid var(--sand); padding-bottom: 3px; }
.nav-end { display: flex; gap: 16px; align-items: center; font-size: 12px; }
.lang .on { border-bottom: 1px solid var(--sand); padding-bottom: 2px; }
.lang .off { opacity: .55; }
.lang a { color: inherit; text-decoration: none; opacity: .55; }
.lang a.on { opacity: 1; border-bottom: 1px solid currentColor; padding-bottom: 2px; }
.nav-cta {
  border: 1px solid var(--sand); padding: 9px 20px; border-radius: 2px;
  letter-spacing: .1em; text-transform: uppercase; font-size: 11px; white-space: nowrap;
}
.nav-cta:hover { background: var(--sand); color: var(--green); opacity: 1; }

/* ---------- hero ---------- */
.hero { position: relative; height: 640px; background: var(--green); overflow: hidden; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .85; border: 0; }
/* The drone loop sits over the still and only fades in once it has actually
   loaded, so a blocked or slow YouTube leaves the still in place rather than
   an empty frame. */
.hero-frame { pointer-events: none; opacity: 0; transition: opacity .9s ease; }
.hero-frame.ready { opacity: .85; }
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,49,42,.55), rgba(20,49,42,.12) 45%, rgba(20,49,42,.7));
}
.hero-copy { position: absolute; left: 64px; bottom: 84px; color: var(--cream); max-width: 620px; }
.hero-kicker { font-size: 12px; letter-spacing: .24em; text-transform: uppercase; margin-bottom: 18px; color: var(--sand); }
.hero-title { font-family: var(--serif); font-size: 64px; line-height: 1.04; font-weight: 500; margin: 0; }
.hero-title em { font-style: italic; }
.hero-sub { font-size: 15.5px; line-height: 1.65; margin-top: 20px; opacity: .92; max-width: 460px; text-wrap: pretty; }
.hero-actions { display: flex; gap: 16px; margin-top: 28px; flex-wrap: wrap; }
.hero-note {
  position: absolute; right: var(--gutter); bottom: 84px; display: flex; align-items: center; gap: 10px;
  color: var(--cream); font-size: 12px; letter-spacing: .06em;
}
.hero-note span {
  width: 36px; height: 36px; border: 1px solid rgba(244,238,225,.7); border-radius: 50%;
  display: grid; place-items: center; font-size: 11px;
}

.btn {
  padding: 14px 28px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  display: inline-block; border: 1px solid transparent; cursor: pointer;
}
.btn-solid { background: var(--sand); color: var(--green); font-weight: 700; }
.btn-ghost { border-color: rgba(244,238,225,.7); color: var(--cream); }
.btn-green { background: var(--green); color: var(--sand); font-weight: 700; }

/* ---------- why book direct ---------- */
.strip { background: var(--strip-bg); border-bottom: 1px solid var(--strip-border); }
.strip-grid {
  display: grid; grid-template-columns: auto 1fr 1fr 1fr; gap: 40px; align-items: center;
  padding-top: 26px; padding-bottom: 26px;
}
.strip-title { font-family: var(--serif); font-size: 22px; font-style: italic; color: var(--green); }
.strip-item { display: flex; gap: 14px; align-items: baseline; }
.strip-pct { font-family: var(--serif); font-size: 30px; color: var(--green); }
.strip-text { font-size: 12.5px; color: var(--strip-text); line-height: 1.45; }

/* ---------- section headers ---------- */
.sec-head {
  display: flex; justify-content: space-between; align-items: baseline; gap: 20px; flex-wrap: wrap;
}
.sec-title { font-family: var(--serif); font-size: 40px; color: var(--green); line-height: 1.1; margin: 0; }
.sec-meta { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }

/* ---------- unit cards ---------- */
.units { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; padding-bottom: 80px; }
.unit { background: var(--card); border: 1px solid var(--border); display: block; }
.unit:hover { opacity: 1; }
.unit-img { display: block; width: 100%; height: 300px; object-fit: cover; }
.unit-body { padding: 28px 30px 32px; }
.unit-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.unit-name { font-family: var(--serif); font-size: 28px; color: var(--green); }
.unit-rating { font-size: 12px; color: var(--gold); white-space: nowrap; }
.unit-desc { font-size: 13.5px; line-height: 1.6; color: var(--body); margin-top: 10px; text-wrap: pretty; }
.unit-link { margin-top: 20px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--green); }
.unit-link span { border-bottom: 1px solid var(--green); padding-bottom: 3px; }

/* ---------- green feature band ---------- */
.band { background: var(--green); color: var(--sand); }
.band-grid {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center;
  padding-top: 72px; padding-bottom: 72px;
}
.band-quote { font-family: var(--serif); font-size: 34px; font-style: italic; line-height: 1.25; }
.band-text { font-size: 14px; line-height: 1.75; opacity: .85; margin-top: 18px; text-wrap: pretty; }
.band-links { display: flex; gap: 26px; margin-top: 26px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; flex-wrap: wrap; }
.band-links a { border-bottom: 1px solid var(--sand); padding-bottom: 3px; }
.band-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.band-imgs img { width: 100%; height: 150px; object-fit: cover; display: block; }
.play-wrap { position: relative; display: block; }
.play-wrap span {
  position: absolute; inset: 0; display: grid; place-items: center;
  color: var(--cream); font-size: 20px; background: rgba(20,49,42,.25);
}

/* ---------- reviews ---------- */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.review { background: var(--card); border: 1px solid var(--border); padding: 28px 28px 24px; }
.review-quote { font-family: var(--serif); font-size: 19px; font-style: italic; line-height: 1.5; color: var(--green); }
.review-by { margin-top: 16px; font-size: 12px; color: var(--gold); letter-spacing: .08em; }
.review-list { display: flex; flex-direction: column; gap: 16px; margin-top: 18px; }
.rating-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px 28px; }
.rating-cell { border-top: 1px solid var(--border); padding-top: 14px; }
.rating-score { font-family: var(--serif); font-size: 30px; color: var(--green); line-height: 1; }
.rating-label { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-top: 8px; }

/* ---------- neighborhood ---------- */
.hood { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: center; padding-bottom: 88px; }
.hood-text { font-size: 14px; line-height: 1.75; color: var(--body); margin-top: 16px; text-wrap: pretty; }
.hood-link {
  display: inline-block; margin-top: 22px; font-size: 11px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--green); border-bottom: 1px solid var(--green); padding-bottom: 4px;
}
.map { width: 100%; aspect-ratio: 520 / 300; border: 1px solid var(--border); display: block; background: #efe7d3; }

/* ---------- consent-gated embeds & cookie bar ---------- */
div.map { position: relative; display: grid; place-items: center; }
div.map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-embed { display: grid; place-items: center; }
.embed-load {
  font: inherit; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; cursor: pointer;
  padding: 10px 18px; border: 1px solid var(--sand); background: rgba(20,49,42,.6); color: var(--sand);
}
div.map .embed-load { border-color: var(--gold); background: rgba(255,255,255,.75); color: var(--green); }
.cookiebar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
  background: var(--green); color: var(--sand);
  padding: 14px var(--gutter); display: flex; gap: 18px; align-items: center; justify-content: center;
  flex-wrap: wrap; font-size: 12.5px; line-height: 1.55; box-shadow: 0 -2px 14px rgba(0, 0, 0, .25);
}
.cookiebar span { max-width: 760px; }
.cookiebar .btn-row { display: flex; gap: 10px; flex: none; }
.cookiebar button {
  font: inherit; cursor: pointer; padding: 9px 16px; font-size: 11px; letter-spacing: .1em;
  text-transform: uppercase; border: 1px solid var(--sand); background: var(--sand); color: var(--green); font-weight: 700;
}
.cookiebar button.ghost { background: transparent; color: var(--sand); font-weight: 400; }

/* ---------- activity guide (Punta Uva page) ---------- */
.amap-split { display: grid; grid-template-columns: 1fr 1.05fr; gap: 32px; align-items: start; margin-top: 32px; }
.amap { position: sticky; top: 84px; height: 600px; border: 1px solid var(--border); background: #dfe7dd; z-index: 0; }
.act-list { display: flex; flex-direction: column; gap: 12px; }
.act { background: var(--card); border: 1px solid var(--border); padding: 18px 22px; display: flex; gap: 16px; }
.act[data-pin] { cursor: pointer; }
.act[data-pin]:hover { border-color: var(--leaf); }
.act-num { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--green); color: var(--sand); display: grid; place-items: center; font-size: 13px; font-weight: 700; }
.act h3 { font-family: var(--serif); font-size: 20px; color: var(--green); margin: 0 0 4px; font-weight: 500; }
.act p { font-size: 13px; line-height: 1.6; margin: 0; color: var(--body); }
.act-meta { margin-top: 7px; font-size: 11.5px; color: var(--gold); letter-spacing: .04em; }
.act-meta a { color: var(--green); border-bottom: 1px solid var(--leaf); }
.pin {
  background: var(--green); color: var(--sand); border-radius: 50%; width: 26px; height: 26px;
  display: grid; place-items: center; font: 700 12px var(--sans);
  border: 2px solid var(--cream); box-shadow: 0 1px 4px rgba(0,0,0,.45);
}
.pin.home { background: #b3823c; }
.leaflet-container { font-family: var(--sans); }

/* ---------- seasonality ---------- */
.season-wrap { overflow-x: auto; margin-top: 28px; border: 1px solid var(--border); background: var(--card); }
.season { width: 100%; border-collapse: collapse; font-size: 12px; min-width: 760px; }
.season th, .season td { padding: 11px 6px; text-align: center; border-bottom: 1px solid #f0e9d8; white-space: nowrap; }
.season th { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }
.season th:first-child, .season td:first-child { text-align: left; padding-left: 18px; }
.season td:first-child { font-weight: 700; color: var(--green); font-size: 12.5px; }
.season .calm { background: #eef3e9; }
.dots { letter-spacing: 2px; color: var(--leaf); }
.dots.rain { color: #7d9db3; }

/* ---------- generic content ---------- */
.prose { font-size: 14px; line-height: 1.75; color: var(--body); text-wrap: pretty; }
.prose p { margin: 0 0 14px; }
.pad-lg { padding-top: 80px; padding-bottom: 80px; }
.pad-top { padding-top: 80px; }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; }
.feature { background: var(--card); border: 1px solid var(--border); padding: 26px 28px 28px; }
.feature h3 { font-family: var(--serif); font-size: 22px; color: var(--green); margin: 0 0 8px; font-weight: 500; }
.feature p { font-size: 13.5px; line-height: 1.6; margin: 0; }
.amenities { columns: 3; column-gap: 40px; font-size: 13.5px; line-height: 2; list-style: none; padding: 0; margin: 0; }
.amenities li::before { content: "·"; color: var(--gold); margin-right: 10px; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery img { width: 100%; height: 220px; object-fit: cover; display: block; }
.gallery .wide { grid-column: span 2; }

/* Listing-page variant: tall lead photo, two rows of tiles, video tiles. */
.gallery-listing { grid-template-columns: 2fr 1fr 1fr; gap: 12px; }
.gallery-listing .tall { grid-row: span 2; height: 452px; }
.gallery .play-tile { position: relative; display: block; width: 100%; height: 220px; padding: 0; border: 0; background: none; cursor: pointer; }
.gallery .play-tile img { height: 100%; }
.play-tile span {
  position: absolute; inset: 0; display: grid; place-items: center; align-content: center;
  color: var(--cream); background: rgba(20,49,42,.3); text-align: center;
}
.play-tile b { display: block; font-size: 22px; font-weight: 400; }
.play-tile i { font-style: normal; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.gallery .video-embed { height: 220px; aspect-ratio: auto; }
.gallery-listing .video-embed.tall-embed { height: 452px; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.video-embed { position: relative; aspect-ratio: 16 / 9; background: var(--green); border: 1px solid var(--border); }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* booking / enquiry panel */
.book { background: var(--card); border: 1px solid var(--border); padding: 30px 32px 34px; }
.book h2 { font-family: var(--serif); font-size: 28px; color: var(--green); margin: 0 0 6px; font-weight: 500; }
.book .price { font-family: var(--serif); font-size: 34px; color: var(--green); }
.book .price small { font-family: var(--sans); font-size: 12px; color: var(--gold); letter-spacing: .1em; text-transform: uppercase; }
.field { display: block; margin-top: 16px; }
.field span { display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 11px 12px; border: 1px solid var(--border); background: var(--cream);
  font-family: var(--sans); font-size: 14px; color: var(--green); border-radius: 2px;
}
.field textarea { min-height: 90px; resize: vertical; }
.note { font-size: 12px; line-height: 1.6; color: var(--gold); margin-top: 14px; }

/* ---------- availability calendar (fed by /api/availability) ---------- */
.cal { background: var(--card); border: 1px solid var(--border); padding: 24px 26px; margin-top: 18px; position: relative; }
.cal-arrow {
  position: absolute; top: 18px; left: 18px; z-index: 1;
  width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  background: none; border: 1px solid var(--border); color: var(--gold); font: inherit; font-size: 17px; cursor: pointer;
}
.cal-arrow.next { left: auto; right: 18px; }
.cal-arrow:disabled { opacity: .3; cursor: default; }
.cal-months { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.cal-month { font-family: var(--serif); font-size: 20px; color: var(--green); text-align: center; margin-bottom: 12px; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; font-size: 12.5px; text-align: center; }
.cal-dow { font-size: 10px; letter-spacing: .14em; color: var(--gold); padding-bottom: 6px; }
.cal-day {
  display: grid; place-items: center; aspect-ratio: 1.25;
  border: 1px solid #d8ccae; color: var(--green); cursor: pointer;
}
.cal-day.blank { visibility: hidden; }
.cal-day.past { color: #b9b09a; border-color: #e8e0cc; cursor: default; }
.cal-day.booked { background: #e4dbc6; border-color: #e4dbc6; color: var(--gold); cursor: default; }
.cal-day.sel { background: var(--green); border-color: var(--green); color: var(--sand); }
.cal-day:not(.past):not(.booked):not(.sel):hover { border-color: var(--leaf); }
.cal-legend { display: flex; gap: 20px; margin-top: 18px; font-size: 11px; color: var(--gold); align-items: center; flex-wrap: wrap; }
.cal-legend .sw { width: 11px; height: 11px; display: inline-block; margin-right: 7px; vertical-align: -1px; border: 1px solid #d8ccae; }
.cal-legend .sw.booked { background: #e4dbc6; border-color: #e4dbc6; }
.cal-legend .sw.sel { background: var(--green); border-color: var(--green); }
.cal-clear {
  font: inherit; font-size: 11px; letter-spacing: .06em; cursor: pointer;
  background: none; border: 0; border-bottom: 1px solid var(--leaf); color: var(--green); padding: 0 0 1px;
}
.cal-sync { margin-left: auto; }

/* ---------- live quote breakdown (fed by /api/quote.json) ---------- */
.quote { margin-top: 18px; font-size: 13px; color: var(--body); }
.quote-row { display: flex; justify-content: space-between; gap: 12px; margin-top: 8px; }
.quote-row.deduct { color: var(--green); }
.quote-total { display: flex; justify-content: space-between; border-top: 1px solid var(--border); margin-top: 10px; padding-top: 10px; font-weight: 700; color: var(--green); }
.quote-warn { margin-top: 10px; font-size: 12px; color: #a0522d; }
.split { display: grid; grid-template-columns: 1.4fr 1fr; gap: 44px; align-items: start; }

/* ---------- footer ---------- */
.foot { background: var(--green); color: var(--sand); }
.foot-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 44px; padding-top: 56px; padding-bottom: 56px; }
.foot-logo { font-family: var(--serif); font-size: 24px; letter-spacing: .06em; }
.foot-logo em { font-style: italic; font-weight: 400; }
.foot-addr { font-size: 12.5px; line-height: 1.7; opacity: .75; margin-top: 12px; }
.foot-col { font-size: 13px; line-height: 2.1; }
.foot-h { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; opacity: .6; margin-bottom: 8px; }
.foot-links { display: flex; flex-direction: column; gap: 2px; }
.foot-bar { border-top: 1px solid rgba(234,217,189,.2); }
.foot-bar-in {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding-top: 18px; padding-bottom: 18px; font-size: 11px; opacity: .6;
}

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  :root { --gutter: 32px; }
  .hero { height: 560px; }
  .hero-copy { left: 32px; bottom: 64px; }
  .hero-title { font-size: 52px; }
  .hero-note { display: none; }
  .strip-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .strip-title { grid-column: 1 / -1; }
  .band-grid { grid-template-columns: 1fr; gap: 36px; }
  .hood { grid-template-columns: 1fr; gap: 28px; }
  .reviews { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .amenities { columns: 2; }
  .video-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  :root { --gutter: 22px; }
  .nav { flex-wrap: wrap; gap: 12px; padding: 16px var(--gutter); position: static; }
  .nav-links { order: 3; width: 100%; gap: 18px; flex-wrap: wrap; font-size: 12px; }
  .nav-end { gap: 12px; }
  .hero { height: 78vh; min-height: 460px; }
  .hero-frame { display: none; }
  .hero-copy { left: var(--gutter); right: var(--gutter); bottom: 48px; max-width: none; }
  .hero-title { font-size: 40px; }
  .hero-sub { font-size: 14.5px; }
  .hero-actions .btn { flex: 1 1 100%; text-align: center; }
  .strip-grid { grid-template-columns: 1fr; gap: 18px; }
  .sec-title { font-size: 30px; }
  .units { grid-template-columns: 1fr; gap: 24px; padding-bottom: 56px; }
  .unit-img { height: 220px; }
  .band-quote { font-size: 26px; }
  .reviews { grid-template-columns: 1fr; gap: 18px; }
  .gallery { grid-template-columns: 1fr 1fr; gap: 10px; }
  .gallery img { height: 150px; }
  .gallery .wide { grid-column: span 2; }
  .gallery-listing { grid-template-columns: 1fr 1fr; }
  .gallery-listing .tall { grid-row: auto; height: 150px; }
  .gallery .play-tile, .gallery .video-embed, .gallery-listing .video-embed.tall-embed { height: 150px; }
  .cal { padding: 16px 12px; }
  .cal-months { grid-template-columns: 1fr; }
  .cal-month { font-size: 18px; }
  .cal-day { aspect-ratio: 1.05; font-size: 14px; }
  .cal-arrow { top: 12px; left: 12px; width: 38px; height: 38px; }
  .cal-arrow.next { left: auto; right: 12px; }
  .cal-sync { margin-left: 0; width: 100%; }
  .amap-split { grid-template-columns: 1fr; }
  .amap { position: static; height: 380px; }
  .video-grid { grid-template-columns: 1fr; }
  .amenities { columns: 1; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .pad-lg { padding-top: 52px; padding-bottom: 52px; }
  .pad-top { padding-top: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
