/* ============================================================
   Caspian 208 — sun-bleached Mediterranean redesign
   Type: Bricolage Grotesque (display) + Instrument Sans (body)
   Fonts self-hosted via /fonts/fonts.css (CSP: font-src 'self').
   ============================================================ */

:root {
  --bg: oklch(0.972 0.013 85);
  --bg-sand: oklch(0.945 0.022 80);
  --card: oklch(0.993 0.006 90);
  --ink: oklch(0.30 0.025 55);
  --ink-soft: oklch(0.47 0.022 55);
  --ink-faint: oklch(0.60 0.018 60);
  --line: oklch(0.885 0.016 80);
  --accent: oklch(0.60 0.13 45);
  --accent-soft: oklch(0.60 0.13 45 / 0.12);
  --sea: oklch(0.60 0.09 230);
  --ok: oklch(0.60 0.11 150);
  --err: oklch(0.55 0.16 28);
  --radius-photo: 14px;
  --scrim-strength: 0.55;
  --font-display: "Bricolage Grotesque", "Helvetica Neue", sans-serif;
  --font-body: "Instrument Sans", "Helvetica Neue", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 28px; }

/* ---------- type helpers ---------- */
.kicker {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.kicker--accent { color: var(--accent); }

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.05; text-wrap: balance; }

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: oklch(0.972 0.013 85 / 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav__inner {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 68px;
}
.nav__brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.nav__mark {
  width: 36px; height: 36px;
  border: 1.5px solid var(--accent);
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-size: 11px; font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.02em;
}
.nav__name { font-family: var(--font-display); font-weight: 700; font-size: 17px; line-height: 1.1; }
.nav__sub { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); white-space: nowrap; }
.nav__links { display: flex; gap: 26px; }
.nav__links a {
  text-decoration: none;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  transition: color 0.15s;
}
.nav__links a:hover { color: var(--accent); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 14px; font-weight: 600;
  letter-spacing: 0.04em;
  padding: 13px 26px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s, border-color 0.15s, transform 0.1s;
}
.btn:active { transform: scale(0.98); }
.btn--primary { background: var(--accent); color: oklch(0.98 0.008 85); }
.btn--primary:hover { background: oklch(0.54 0.13 45); }
.btn--ghost { border-color: var(--line); color: var(--ink); background: transparent; }
.btn--ghost:hover { border-color: var(--ink-soft); }
.btn--onphoto { border-color: oklch(1 0 0 / 0.55); color: #fff; background: oklch(1 0 0 / 0.08); backdrop-filter: blur(4px); }
.btn--onphoto:hover { background: oklch(1 0 0 / 0.18); }
.btn--small { padding: 9px 18px; font-size: 13px; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
}
.hero__photo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.02);
  filter: saturate(1.06);
}
.hero__scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to top,
      oklch(0.24 0.04 50 / calc(var(--scrim-strength) + 0.35)) 0%,
      oklch(0.30 0.05 55 / var(--scrim-strength)) 32%,
      oklch(0.45 0.05 60 / 0.12) 65%,
      oklch(0.70 0.06 70 / 0.10) 100%);
}
.hero__content {
  position: relative;
  width: 100%;
  padding-bottom: 56px;
}
.hero__kicker {
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: oklch(0.95 0.03 75);
  text-shadow: 0 1px 12px oklch(0.25 0.04 50 / 0.5);
  margin-bottom: 18px;
}
.hero h1 {
  font-size: clamp(44px, 6.4vw, 84px);
  font-weight: 700;
  letter-spacing: -0.015em;
  max-width: 13ch;
  margin-bottom: 22px;
}
.hero h1 em { font-style: normal; color: oklch(0.86 0.085 65); }
.hero__lede {
  max-width: 56ch;
  font-size: 18px;
  line-height: 1.65;
  color: oklch(0.95 0.01 80);
  margin-bottom: 30px;
  text-wrap: pretty;
}
.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 38px; }
.hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid oklch(1 0 0 / 0.28);
  padding-top: 20px;
}
.hero__stat {
  display: flex; align-items: baseline; gap: 9px;
  padding-right: 32px; margin-right: 32px;
  border-right: 1px solid oklch(1 0 0 / 0.22);
}
.hero__stat:last-child { border-right: none; padding-right: 0; margin-right: 0; }
.hero__stat b { font-family: var(--font-display); font-size: 24px; font-weight: 700; }
.hero__stat span { font-size: 13px; color: oklch(0.92 0.015 80); letter-spacing: 0.02em; }

/* ---------- sections ---------- */
.section { padding: 104px 0; }
.section--sand { background: var(--bg-sand); }
.section__head {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 56px;
}
.section__num {
  font-family: var(--font-display);
  font-size: 14px; font-weight: 700;
  color: var(--accent);
}
.section__head h2 {
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -0.01em;
}
.section__head::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
  align-self: center;
  margin-left: 10px;
}

/* ---------- residence ---------- */
.residence__top {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 64px;
}
.residence__lede {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.005em;
}
.residence__lede em { font-style: normal; color: var(--accent); }
.facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.fact {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.fact dt {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 5px;
}
.fact dd { font-size: 16px; font-weight: 600; }

.gallery {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  grid-template-rows: repeat(2, 230px);
  gap: 14px;
}
.gallery figure {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-photo);
}
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery figcaption {
  position: absolute;
  left: 12px; bottom: 12px;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: oklch(0.28 0.03 55 / 0.62);
  backdrop-filter: blur(4px);
  padding: 6px 12px;
  border-radius: 999px;
}
.gallery .g-marina { grid-row: span 2; }
.gallery--row2 {
  grid-template-columns: 1fr 1.45fr;
  grid-template-rows: 280px;
  margin-top: 14px;
}

/* ---------- amenities ---------- */
.amenities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.amenities h3 {
  font-size: 20px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--ink);
}
.amenities ul { list-style: none; display: grid; gap: 11px; }
.amenities li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 15.5px;
  color: var(--ink-soft);
}
.amenities li::before {
  content: "";
  flex: none;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-2px);
}

/* ---------- booking ---------- */
.book__intro { max-width: 62ch; margin-bottom: 14px; color: var(--ink-soft); text-wrap: pretty; }
.book__intro strong { color: var(--ink); }
.book__intro em { color: var(--accent); font-style: italic; }
.book__extras {
  font-size: 13px;
  color: var(--ink-faint);
  max-width: 76ch;
  margin-bottom: 44px;
}
.book__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 28px;
  align-items: start;
}

.cal-card, .stay-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 44px -28px oklch(0.40 0.05 55 / 0.35);
}
.cal-card { padding: 26px 26px 20px; }
.cal__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.cal__nav {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  color: var(--ink);
  transition: border-color 0.15s, background 0.15s;
}
.cal__nav:hover:not(:disabled) { border-color: var(--accent); background: var(--accent-soft); }
.cal__nav:disabled { opacity: 0.3; cursor: default; }
.cal__loading { color: var(--ink-faint); font-size: 14px; text-align: center; padding: 48px 0; }
.cal__months { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.cal__month-name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  margin-bottom: 12px;
}
.cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.cal__dow {
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-faint);
  text-align: center;
  padding-bottom: 6px;
}
.cal__day {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 46px;
  border-radius: 9px;
  border: none;
  background: transparent;
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  transition: background 0.12s;
}
.cal__day small {
  font-size: 9.5px;
  font-weight: 500;
  color: var(--ink-faint);
  line-height: 1.2;
}
.cal__day:hover:not(:disabled):not(.is-booked) { background: var(--accent-soft); }
.cal__day:disabled { color: oklch(0.78 0.012 80); cursor: default; }
.cal__day:disabled small { visibility: hidden; }
.cal__day.is-booked {
  color: oklch(0.78 0.012 80);
  cursor: default;
  background:
    repeating-linear-gradient(135deg, oklch(0.90 0.014 80 / 0.7) 0 3px, transparent 3px 7px);
}
.cal__day.is-booked small { visibility: hidden; }
.cal__day.in-range { background: var(--accent-soft); border-radius: 0; }
.cal__day.is-edge { background: var(--accent); color: #fff; border-radius: 9px; }
.cal__day.is-edge small { color: oklch(1 0 0 / 0.75); }
.cal__legend {
  display: flex;
  gap: 22px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 12.5px;
  color: var(--ink-soft);
}
.cal__legend span { display: inline-flex; align-items: center; gap: 8px; }
.cal__legend i {
  width: 14px; height: 14px;
  border-radius: 4px;
  border: 1px solid var(--line);
}
.cal__legend .l-avail i { background: var(--card); }
.cal__legend .l-booked i { background: repeating-linear-gradient(135deg, oklch(0.90 0.014 80) 0 3px, transparent 3px 6px); }
.cal__legend .l-stay i { background: var(--accent); border-color: var(--accent); }

/* stay card */
.stay-card { padding: 28px; }
.stay-card h3 { font-size: 24px; margin-bottom: 20px; }
.stay__dates {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 18px;
}
.stay__date .lbl {
  font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-faint);
}
.stay__date .val { font-weight: 600; font-size: 15px; }
.stay__date .val.placeholder { color: var(--ink-faint); font-weight: 500; }
.stay__arrow { color: var(--accent); font-size: 18px; }
.stay__msg {
  font-size: 13px;
  line-height: 1.45;
  color: var(--ink-soft);
  background: var(--accent-soft);
  border-radius: 10px;
  padding: 10px 14px;
  margin-bottom: 18px;
}
.stay__msg.is-error { color: oklch(0.42 0.13 28); background: oklch(0.55 0.16 28 / 0.10); }
.stay__guests { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 18px; }
.stepper { border: 1px solid var(--line); border-radius: 12px; padding: 10px 14px; }
.stepper .lbl {
  font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-faint);
  display: block;
  margin-bottom: 6px;
}
.stepper__row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.stepper__btn {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: transparent;
  font-size: 15px;
  cursor: pointer;
  color: var(--ink);
  line-height: 1;
}
.stepper__btn:hover:not(:disabled) { border-color: var(--accent); color: var(--accent); }
.stepper__btn:disabled { opacity: 0.3; cursor: default; }
.stepper__val { font-weight: 700; font-size: 16px; }

/* extras (upsells) — same visual family as the steppers */
.stay__extras { margin-bottom: 18px; }
.stay__extras > .lbl {
  font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-faint);
  display: block;
  margin-bottom: 10px;
}
.extras-list { display: grid; gap: 8px; }
.extra-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 14px;
  transition: border-color 0.15s, background 0.15s;
}
.extra-row.on { border-color: var(--accent); background: var(--accent-soft); }
.extra-check { display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 14.5px; }
.extra-check input { width: 16px; height: 16px; accent-color: var(--accent); cursor: pointer; flex: none; }
.extra-name { color: var(--ink); }
.extra-side { display: flex; align-items: center; gap: 12px; white-space: nowrap; }
.extra-qty { display: flex; align-items: center; gap: 8px; }
.extra-qty button {
  width: 24px; height: 24px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--card);
  font-size: 14px; line-height: 1;
  cursor: pointer; color: var(--ink);
}
.extra-qty button:hover:not(:disabled) { border-color: var(--accent); color: var(--accent); }
.extra-qty button:disabled { opacity: 0.3; cursor: default; }
.extra-qty span { font-weight: 700; font-size: 14px; min-width: 1ch; text-align: center; }
.extra-price { font-family: var(--font-display); font-weight: 600; font-size: 14px; color: var(--accent); }

.stay__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 14px 4px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 6px;
}
.stay__total .lbl { font-size: 13px; font-weight: 600; color: var(--ink-soft); }
.stay__total .amount { font-family: var(--font-display); font-weight: 700; font-size: 24px; }
.stay__total .amount small { font-size: 13px; font-weight: 500; color: var(--ink-faint); font-family: var(--font-body); }
.stay__nocharge { font-size: 12.5px; color: var(--ink-faint); margin-bottom: 18px; }

.stay__form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: grid; gap: 5px; }
.field--full { grid-column: 1 / -1; }
.field label {
  font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-faint);
}
.field input, .field textarea {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 11px 14px;
  outline: none;
  transition: border-color 0.15s;
  width: 100%;
}
.field input:focus, .field textarea:focus { border-color: var(--accent); }
.field input.invalid { border-color: var(--err); }
.field textarea { resize: vertical; min-height: 64px; }
.hp { position: absolute; left: -5000px; width: 1px; height: 1px; opacity: 0; }
.stay__submit { grid-column: 1 / -1; width: 100%; margin-top: 6px; }
.stay__submit:disabled { background: oklch(0.82 0.015 80); color: oklch(0.55 0.015 70); cursor: default; }
.stay__fineprint { grid-column: 1 / -1; font-size: 11.5px; color: var(--ink-faint); line-height: 1.55; }

.stay__success { text-align: center; padding: 36px 10px; }
.stay__success .tick {
  width: 56px; height: 56px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--ok);
  color: #fff;
  display: grid; place-items: center;
  font-size: 26px;
}
.stay__success h4 { font-family: var(--font-display); font-size: 24px; margin-bottom: 10px; }
.stay__success p { font-size: 14.5px; color: var(--ink-soft); max-width: 36ch; margin: 0 auto 22px; }
.stay__success .success__ref { margin-bottom: 8px; }
.stay__success .success__ref strong { font-family: var(--font-display); color: var(--accent); }
.stay__success #success-dates { font-family: var(--font-display); font-weight: 600; font-size: 16px; color: var(--ink); }

/* ---------- location ---------- */
.location__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: start;
}
.location__lede {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 36px;
}
.location__lede em { font-style: normal; color: var(--sea); }
.walks { list-style: none; }
.walks li {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.walks li:first-child { border-top: 1px solid var(--line); }
.walks .place { font-weight: 700; font-size: 15.5px; white-space: nowrap; }
.walks .what { font-size: 13.5px; color: var(--ink-faint); flex: 1; }
.walks .time {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  color: var(--accent);
  white-space: nowrap;
}
.location__address {
  margin-top: 26px;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.map-frame {
  border-radius: var(--radius-photo);
  overflow: hidden;
  border: 1px solid var(--line);
  height: 460px;
}
.map-frame iframe { width: 100%; height: 100%; border: 0; }

/* ---------- reviews ---------- */
.reviews__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 56px;
  align-items: start;
}
.score-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 32px;
}
.score-card__big {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 6px;
}
.score-card__big b {
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}
.score-card__big span { font-size: 13px; color: var(--ink-soft); line-height: 1.45; }
.score-bars { display: grid; gap: 13px; margin: 26px 0; }
.score-bar { display: grid; grid-template-columns: 86px 1fr 34px; align-items: center; gap: 12px; font-size: 13px; }
.score-bar .lbl { color: var(--ink-soft); font-weight: 500; }
.score-bar .track { height: 5px; border-radius: 99px; background: var(--bg-sand); overflow: hidden; }
.score-bar .fill { height: 100%; border-radius: 99px; background: var(--accent); }
.score-bar .fill--95 { width: 95%; }
.score-bar .fill--84 { width: 84%; }
.score-bar .fill--82 { width: 82%; }
.score-bar .num { font-weight: 700; text-align: right; }
.score-card__award {
  display: flex; align-items: center; gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 13.5px;
  margin-bottom: 22px;
}
.score-card__award b { font-family: var(--font-display); }
.award-medal {
  flex: none;
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 1.5px solid var(--accent);
  color: var(--accent);
  display: grid; place-items: center;
  font-size: 15px;
}
.quotes { display: grid; gap: 16px; }
.quote {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 26px;
}
.quote p {
  font-size: 16.5px;
  line-height: 1.55;
  text-wrap: pretty;
  margin-bottom: 14px;
}
.quote p::before { content: "“"; color: var(--accent); font-family: var(--font-display); font-weight: 700; }
.quote p::after { content: "”"; color: var(--accent); font-family: var(--font-display); font-weight: 700; }
.quote footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.quote cite { font-style: normal; font-size: 13px; font-weight: 600; color: var(--ink-soft); }
.quote .q-score {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 7px;
  padding: 2px 8px;
}

/* ---------- footer ---------- */
.footer {
  background: oklch(0.27 0.025 55);
  color: oklch(0.93 0.015 80);
  padding: 72px 0 48px;
  text-align: center;
}
.footer__mark {
  width: 44px; height: 44px;
  margin: 0 auto 24px;
  border: 1.5px solid oklch(0.78 0.08 60);
  border-radius: 50%;
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-size: 12px; font-weight: 700;
  color: oklch(0.85 0.07 65);
}
.footer__line {
  font-family: var(--font-display);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 600;
  margin-bottom: 26px;
}
.footer__meta { font-size: 13.5px; color: oklch(0.74 0.02 70); line-height: 1.8; }
.footer__meta a { color: oklch(0.85 0.07 65); }

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .nav__links { display: none; }
  .residence__top, .location__grid, .reviews__grid, .book__grid { grid-template-columns: 1fr; gap: 40px; }
  .cal__months { grid-template-columns: 1fr; }
  .cal__month:last-child { display: none; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: 260px 200px 200px; }
  .gallery .g-marina { grid-row: span 1; }
  .gallery--row2 { grid-template-columns: 1fr; grid-template-rows: 220px 220px; }
  .section { padding: 72px 0; }
  .hero h1 { font-size: clamp(38px, 9vw, 56px); }
  .hero__stat { padding-right: 20px; margin-right: 20px; }
}

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