/* ---------- Czcionki lokalne (SIL OFL: Playfair Display, Jost) ---------- */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Jost-400-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: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Jost-400-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: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Jost-500-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: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Jost-500-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: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Jost-600-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: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Jost-600-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: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/PlayfairDisplay-600-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: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/PlayfairDisplay-600-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;
}

/* ============================================================
   Pensjonat u Marysi i Li-Mar — pensjonatlimar.pl
   Czysty, responsywny CSS bez frameworków
   ============================================================ */

:root {
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --ink: #26302b;
  --muted: #5f6a63;
  --pine: #2c4a3b;
  --pine-dark: #1d3529;
  --terra: #b0511c;
  --terra-dark: #93441a;
  --gold: #b98a5e;
  --line: #e5dcc9;
  --shadow: 0 10px 30px rgba(38, 48, 43, .10);
  --radius: 14px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Jost', 'Segoe UI', system-ui, sans-serif;
  font-weight: 400;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
}

img { max-width: 100%; display: block; }

::selection { background: var(--terra); color: #fff; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }
section[id] { scroll-margin-top: 90px; }

/* Delikatne pojawianie się elementów przy przewijaniu */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .main-nav, .main-nav li { transition: none !important; }
}

h1, h2, h3, .brand-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  line-height: 1.2;
  color: var(--pine-dark);
}

a { color: var(--terra); text-decoration: none; }
a:hover { color: var(--terra-dark); }
/* Linki wewnątrz tekstu muszą się odróżniać nie tylko kolorem (WCAG) */
p a, .prose a, .price-note a, .cookie-banner a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.container { width: min(1160px, 92%); margin: 0 auto; }

section { padding: 72px 0; }

.section-label {
  display: inline-block;
  font-size: 13px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--terra);
  font-weight: 500;
  margin-bottom: 10px;
}

.section-title { font-size: clamp(28px, 4vw, 40px); margin-bottom: 18px; }

.lead { max-width: 720px; color: var(--muted); }

/* ---------- Przyciski ---------- */
.btn {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: .05em;
  transition: transform .2s, box-shadow .2s, background .2s;
  border: 2px solid transparent;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-primary { background: var(--terra); color: #fff; }
.btn-primary:hover { background: var(--terra-dark); color: #fff; }
.btn-outline { border-color: var(--pine); color: var(--pine); background: transparent; }
.btn-outline:hover { background: var(--pine); color: #fff; }
.btn-light { background: #fff; color: var(--pine-dark); }
.btn-light:hover { color: var(--terra); }

/* ---------- Nagłówek / nawigacja ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-name { font-size: 22px; color: var(--pine-dark); white-space: nowrap; }
.brand-name small {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #7d5a35;
}

.main-nav ul { display: flex; gap: 24px; list-style: none; align-items: center; flex-wrap: nowrap; }
.main-nav a {
  color: var(--ink);
  font-size: 14.5px;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.main-nav a:hover, .main-nav a.active { color: var(--terra); border-bottom-color: var(--terra); }
.main-nav .nav-cta { background: var(--pine); color: #fff; padding: 10px 22px; border-radius: 999px; border: none; white-space: nowrap; }
.main-nav .nav-cta:hover { background: var(--pine-dark); color: #fff; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--pine-dark);
  margin: 6px 0;
  transition: .3s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(20, 34, 26, .82) 20%, rgba(20, 34, 26, .35) 65%, rgba(20, 34, 26, .15));
}
.hero .container { position: relative; z-index: 1; }
/* Lżejsze tła hero na telefonach (nadpisują inline style) */
@media (max-width: 760px) {
  .hero-bg-limar { background-image: url('../images/hero-limar-sm.webp') !important; }
  .hero-bg-umarysi { background-image: url('../images/hero-umarysi-sm.webp') !important; }
  .hero-bg-lodzie { background-image: url('../images/lodzie-hero-sm.webp') !important; }
}
.hero-kicker {
  font-size: 14px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: #e8c9a8;
  margin-bottom: 16px;
}
.hero h1 {
  color: #fff;
  font-size: clamp(34px, 6vw, 62px);
  max-width: 700px;
  margin-bottom: 20px;
}
.hero h1, .hero p { text-shadow: 0 2px 20px rgba(0, 0, 0, .35); }
.hero p { max-width: 560px; font-size: 19px; color: #ecebe4; margin-bottom: 32px; }
.hero .btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-sub { min-height: 52vh; }

/* ---------- Karty oferty ---------- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 40px;
}
.card {
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition: transform .25s;
}
.card:hover { transform: translateY(-6px); }
.card .card-img { height: 210px; overflow: hidden; }
.card .card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.card:hover .card-img img { transform: scale(1.06); }
.card-body { padding: 22px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.card-body h3 { font-size: 21px; margin-bottom: 8px; }
.card-body p { color: var(--muted); font-size: 15.5px; flex: 1; }
.card-link {
  margin-top: 16px;
  font-size: 13px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 600;
}
.card-link::after { content: " →"; }

/* ---------- Sekcja dzielona (tekst + zdjęcie) ---------- */
.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center;
}
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
.split-img {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.split-img img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.split .btn { margin-top: 24px; }

.phone-line { margin-top: 22px; font-size: 15px; color: var(--muted); }
.phone-line strong { display: block; font-size: 24px; color: var(--pine-dark); font-weight: 600; }

/* ---------- Cennik ---------- */
.price-table {
  width: 100%;
  max-width: 680px;
  border-collapse: collapse;
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-top: 28px;
}
.price-table th, .price-table td { padding: 18px 26px; text-align: left; }
.price-table thead { background: var(--pine); color: #fff; }
.price-table thead th { font-weight: 500; letter-spacing: .08em; text-transform: uppercase; font-size: 14px; }
.price-table tbody tr + tr { border-top: 1px solid var(--line); }
.price-table tbody tr:hover { background: #fbf6ea; }
.price-table td:last-child { font-weight: 600; color: var(--terra); white-space: nowrap; }
.price-note { margin-top: 14px; font-size: 15px; color: var(--muted); }

/* ---------- Udogodnienia ---------- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}
.feature {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.feature .ico {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--cream);
  display: grid;
  place-items: center;
  font-size: 22px;
}
.feature h3 { font-size: 17px; font-family: 'Jost', sans-serif; font-weight: 600; margin-bottom: 2px; }
.feature p { font-size: 14.5px; color: var(--muted); }

.amenity-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 24px;
  list-style: none;
  margin-top: 28px;
  max-width: 760px;
}
.amenity-list li {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 15.5px;
}
.amenity-list li::before { content: "✓ "; color: var(--terra); font-weight: 700; }

/* ---------- Opinie ---------- */
.reviews { background: var(--pine-dark); color: #e9e7dd; }
.reviews .section-title { color: #fff; }
.reviews .lead { color: #cfd6cd; }
.reviews .section-label { color: #e8c9a8; }
.score-badges { display: flex; gap: 14px; margin: 26px 0 8px; flex-wrap: wrap; }
.score {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  padding: 12px 20px;
  text-align: center;
}
.score b { display: block; font-size: 26px; color: #e8c9a8; font-family: 'Playfair Display', serif; font-weight: 600; }
.score span { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 34px;
}
.review {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius);
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
}
.review p { font-size: 15.5px; flex: 1; }
.review p::before { content: "„"; color: var(--gold); font-size: 30px; line-height: 0; margin-right: 4px; font-family: Georgia, serif; }
.review .src {
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #e8c9a8;
}

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 30px auto 0; }
.faq details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  font-weight: 500;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; color: var(--terra); transition: transform .25s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 22px 18px; color: var(--muted); }

/* ---------- Galeria ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 36px;
}
.gallery-grid a {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  aspect-ratio: 4 / 3;
  box-shadow: 0 4px 14px rgba(38, 48, 43, .12);
}
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}
.gallery-grid a:hover img { transform: scale(1.07); }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(15, 22, 18, .93);
  display: none;
  align-items: center;
  justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 92vw;
  max-height: 86vh;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
}
.lightbox button {
  position: absolute;
  background: none;
  border: none;
  color: #fff;
  font-size: 42px;
  cursor: pointer;
  padding: 10px 18px;
  opacity: .8;
}
.lightbox button:hover { opacity: 1; }
.lb-close { top: 12px; right: 16px; }
.lb-prev { left: 8px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 8px; top: 50%; transform: translateY(-50%); }

/* ---------- Kontakt ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}
.contact-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  text-align: center;
  box-shadow: var(--shadow);
}
.contact-card .ico { font-size: 30px; margin-bottom: 10px; }
.contact-card h3 { font-size: 18px; margin-bottom: 6px; }
.contact-card a { font-size: 19px; font-weight: 500; }
.contact-card p { color: var(--muted); font-size: 14.5px; }

.map-frame {
  border: 0;
  width: 100%;
  height: 380px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.maps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 36px;
}
.maps-grid h3 { margin-bottom: 6px; }
.maps-grid .addr { color: var(--muted); margin-bottom: 14px; }

/* ---------- CTA pas ---------- */
.cta-band {
  background: linear-gradient(120deg, var(--pine) 0%, var(--pine-dark) 100%);
  color: #fff;
  text-align: center;
  border-radius: var(--radius);
  padding: 56px 30px;
}
.cta-band h2 { color: #fff; font-size: clamp(26px, 3.5vw, 36px); margin-bottom: 10px; }
.cta-band p { color: #d7dbd2; margin-bottom: 26px; }

/* ---------- Baner cookies ---------- */
.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 90;
  max-width: 680px;
  margin: 0 auto;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(20, 30, 24, .25);
  padding: 22px 24px;
  transform: translateY(calc(100% + 24px));
  transition: transform .5s cubic-bezier(.2, .9, .3, 1);
}
.cookie-banner.show { transform: none; }
.cookie-banner h2 {
  font-size: 18px;
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  margin-bottom: 6px;
}
.cookie-banner p { font-size: 14.5px; color: var(--muted); margin-bottom: 14px; }
.cookie-banner .cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.cookie-banner .btn { padding: 10px 22px; font-size: 15px; }
.cookie-banner a { white-space: nowrap; }
@media (prefers-reduced-motion: reduce) { .cookie-banner { transition: none; } }

/* Placeholder mapy przed zgodą */
.map-placeholder {
  width: 100%;
  height: 380px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background:
    radial-gradient(90% 90% at 50% 10%, rgba(185, 138, 94, .15), transparent 60%),
    linear-gradient(165deg, #24402f, var(--pine-dark));
  color: #e9e7dd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  padding: 24px;
}
.map-placeholder p { font-size: 14.5px; color: #cfd6cd; max-width: 380px; }

/* ---------- Stopka ---------- */
.site-footer {
  background: #16241c;
  color: #b9c2ba;
  padding: 64px 0 0;
  font-size: 15px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 44px;
}
.site-footer h3 {
  color: #fff;
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 600;
}
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: #b9c2ba; }
.site-footer a:hover { color: #e8c9a8; }
.footer-brand img { height: 40px; width: auto; margin-bottom: 14px; filter: brightness(1.4); }
.footer-brand p { max-width: 300px; font-size: 14.5px; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 20px 0;
  font-size: 13.5px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-bottom a { color: #8fa096; }

/* ---------- Strona treści (tarcza) ---------- */
.prose { max-width: 780px; }
.prose p { margin-bottom: 18px; }
.prose blockquote {
  border-left: 4px solid var(--gold);
  padding: 14px 22px;
  background: var(--paper);
  border-radius: 0 10px 10px 0;
  color: var(--muted);
  font-size: 15.5px;
  margin: 22px 0;
}

/* ============================================================
   RESPONSYWNOŚĆ
   ============================================================ */
@media (max-width: 1000px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 1080px) {
  .nav-toggle { display: block; }
  /* Pełnoekranowa kurtyna pod sticky headerem (absolute, nie fixed —
     backdrop-filter na headerze robi z niego containing block dla fixed) */
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: calc(100vh - 66px);
    height: calc(100dvh - 66px);
    background:
      radial-gradient(120% 60% at 85% -10%, rgba(185, 138, 94, .22), transparent 60%),
      linear-gradient(165deg, #24402f 0%, var(--pine-dark) 70%);
    clip-path: inset(0 0 100% 0);
    transition: clip-path .5s cubic-bezier(.7, 0, .25, 1);
    padding: 8vh 9vw 40px;
    overflow-y: auto;
    display: block;
  }
  .main-nav.open { clip-path: inset(0 0 0 0); }
  .main-nav ul { flex-direction: column; align-items: flex-start; gap: 0; }
  .main-nav li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .35s ease, transform .35s ease;
  }
  .main-nav li:last-child { border-bottom: none; }
  .main-nav.open li { opacity: 1; transform: none; }
  .main-nav.open li:nth-child(1) { transition-delay: .18s; }
  .main-nav.open li:nth-child(2) { transition-delay: .26s; }
  .main-nav.open li:nth-child(3) { transition-delay: .34s; }
  .main-nav.open li:nth-child(4) { transition-delay: .42s; }
  .main-nav.open li:nth-child(5) { transition-delay: .52s; }
  .main-nav a {
    display: block;
    padding: 20px 0;
    font-size: clamp(24px, 6vw, 32px);
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    text-transform: none;
    letter-spacing: .01em;
    color: #f3efe4;
    border-bottom: none;
  }
  .main-nav a:hover, .main-nav a.active { color: #e8c9a8; border-bottom: none; }
  .main-nav .nav-cta {
    margin-top: 30px;
    display: inline-block;
    width: auto;
    padding: 15px 34px;
    background: var(--terra);
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    letter-spacing: .05em;
    text-align: center;
    color: #fff;
  }
  .main-nav .nav-cta:hover { background: var(--terra-dark); }
  body.nav-locked { overflow: hidden; }
}

@media (max-width: 720px) {
  section { padding: 52px 0; }
  .hero { min-height: 88vh; }
  .cards-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .features-grid { grid-template-columns: 1fr; }
  .amenity-list { grid-template-columns: 1fr 1fr; }
  .maps-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .price-table th, .price-table td { padding: 14px 16px; }
  .brand-name { font-size: 17px; }
}
