:root {
  color-scheme: light;
  --bone: #fbfaf7;
  --paper: #fffefa;
  --cream: #f6efe5;
  --ink: #211b17;
  --soft-ink: #5b5046;
  --muted: #8a7b6b;
  --olive: #47513f;
  --gold: #b78c4d;
  --gold-2: #f2d493;
  --line: rgba(183, 140, 77, 0.2);
  --glass: rgba(255, 254, 250, 0.68);
  --shadow: 0 28px 90px rgba(54, 38, 26, 0.14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --display: "Cinzel", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
  --ease: cubic-bezier(.2, .9, .2, 1);
  --lamp-glow: rgba(242, 212, 147, 0);
  --leaf-green: rgba(49, 130, 74, 0.24);
  --leaf-green-strong: rgba(43, 116, 66, 0.34);
  --stem-green: rgba(54, 98, 58, 0.26);
  --whatsapp: #25d366;
  --whatsapp-dark: #128c7e;
}

.availability-search-row {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(71,81,63,.14);
  border-radius: 18px;
  padding: 12px;
  background: rgba(255,255,255,.55);
}
.availability-search-row .secondary-action {
  border: 1px solid #47513f;
  border-radius: 999px;
  padding: 12px 17px;
  background: #fffefa;
  color: #47513f;
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
}
.availability-search-row span { color: var(--muted); font-size: .75rem; line-height: 1.45; }
.availability-results { display: grid; gap: 8px; }
.availability-result-card {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(71,81,63,.14);
  border-radius: 18px;
  padding: 14px;
  background: rgba(255,254,250,.82);
}
.availability-result-card span,.availability-result-card strong,.availability-result-card small { display: block; }
.availability-result-card span { color: #b78c4d; font-size: .62rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.availability-result-card strong { margin-top: 5px; color: #211b17; }
.availability-result-card small { margin-top: 4px; color: var(--muted); font-size: .7rem; }
.availability-result-card>div:last-child { text-align: right; }
.availability-result-card button { margin-top: 7px; border: 0; border-radius: 999px; padding: 9px 14px; background: #47513f; color: #fffefa; font-weight: 800; cursor: pointer; }
.availability-empty { margin: 0; border-radius: 14px; padding: 13px; background: rgba(183,140,77,.08); color: var(--muted); font-size: .78rem; }
@media(max-width:620px){.availability-search-row{display:grid}.availability-result-card{grid-template-columns:1fr}.availability-result-card>div:last-child{text-align:left}}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
  background: var(--bone);
}

html[data-theme="evening"] {
  color-scheme: light;
  --bone: #261d14;
  --paper: #332517;
  --cream: #3f2e1d;
  --ink: #fff7ea;
  --soft-ink: #ead8b8;
  --muted: #c3a977;
  --olive: #d7c08b;
  --gold: #f2d493;
  --gold-2: #ffe3a6;
  --line: rgba(255, 219, 139, 0.28);
  --glass: rgba(67, 45, 24, 0.68);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
  --lamp-glow: rgba(255, 219, 139, 0.56);
  --leaf-green: rgba(82, 150, 90, 0.22);
  --leaf-green-strong: rgba(92, 164, 98, 0.3);
  --stem-green: rgba(137, 157, 100, 0.2);
}

body {
  min-width: 320px;
  min-height: 100vh;
  width: 100%;
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 10% 8%, rgba(242, 212, 147, 0.44), transparent 30rem),
    radial-gradient(circle at 90% 4%, rgba(71, 81, 63, 0.16), transparent 34rem),
    linear-gradient(180deg, #fffefa 0%, #fbfaf7 50%, #f4ede3 100%);
  color: var(--ink);
  font: 400 15px/1.72 var(--sans);
  -webkit-font-smoothing: antialiased;
}

html[data-theme="evening"] body {
  background:
    radial-gradient(circle at 16% 14%, rgba(255, 219, 139, 0.34), transparent 20rem),
    radial-gradient(circle at 82% 13%, rgba(242, 186, 94, 0.28), transparent 26rem),
    radial-gradient(circle at 56% 78%, rgba(111, 92, 45, 0.24), transparent 30rem),
    linear-gradient(180deg, #2c2116 0%, #1b1611 48%, #332315 100%);
}

body.weather-rain {
  background:
    radial-gradient(circle at 8% 10%, rgba(153, 176, 183, 0.35), transparent 30rem),
    radial-gradient(circle at 90% 6%, rgba(71, 81, 63, 0.2), transparent 34rem),
    linear-gradient(180deg, #fbfaf7 0%, #f3f1ec 52%, #e8e4dc 100%);
}

html[data-theme="evening"] body.weather-rain {
  background:
    radial-gradient(circle at 18% 16%, rgba(242, 212, 147, 0.18), transparent 18rem),
    radial-gradient(circle at 76% 12%, rgba(107, 129, 122, 0.26), transparent 22rem),
    linear-gradient(180deg, #1e1c19 0%, #131514 52%, #211a15 100%);
}

body.weather-clear {
  background:
    radial-gradient(circle at 10% 8%, rgba(242, 212, 147, 0.58), transparent 30rem),
    radial-gradient(circle at 90% 4%, rgba(183, 140, 77, 0.16), transparent 34rem),
    linear-gradient(180deg, #fffefa 0%, #fbfaf7 50%, #f4ede3 100%);
}

html[data-theme="evening"] body.weather-clear {
  background:
    radial-gradient(circle at 18% 16%, rgba(242, 212, 147, 0.26), transparent 18rem),
    radial-gradient(circle at 80% 12%, rgba(183, 140, 77, 0.26), transparent 22rem),
    linear-gradient(180deg, #261f18 0%, #181410 48%, #241b15 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
  color: inherit;
  background: none;
  cursor: pointer;
}

.ambient-grid {
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(183, 140, 77, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(183, 140, 77, 0.045) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle at 50% 0%, black, transparent 78%);
}

html[data-theme="evening"] .ambient-grid {
  opacity: 0.4;
  background:
    linear-gradient(90deg, rgba(242, 212, 147, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(242, 212, 147, 0.03) 1px, transparent 1px);
}

.ambient-grid::after {
  position: absolute;
  inset: -20%;
  background: conic-gradient(from 90deg at 50% 50%, transparent, rgba(71, 81, 63, 0.12), transparent, rgba(183, 140, 77, 0.15), transparent);
  filter: blur(58px);
  animation: slowSpin 28s linear infinite;
  content: "";
}

.petal-field {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.78;
  mix-blend-mode: multiply;
}

html[data-theme="evening"] .petal-field {
  opacity: 0.5;
  mix-blend-mode: screen;
}

main,
.site-footer {
  position: relative;
  z-index: 2;
}

.lamp-field {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s var(--ease);
}

html[data-theme="evening"] .lamp-field {
  opacity: 1;
}

.lamp-field span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--s);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 232, 168, 0.95) 0 2px, rgba(242, 212, 147, 0.42) 3px, transparent 62%);
  filter: blur(0.2px);
  opacity: 0.8;
  animation: lampFlicker var(--speed, 4s) ease-in-out infinite;
}

.lamp-field span:nth-child(1) { --x: 8%; --y: 24%; --s: 180px; --speed: 5s; }
.lamp-field span:nth-child(2) { --x: 82%; --y: 18%; --s: 220px; --speed: 6s; }
.lamp-field span:nth-child(3) { --x: 64%; --y: 56%; --s: 160px; --speed: 4.5s; }
.lamp-field span:nth-child(4) { --x: 16%; --y: 72%; --s: 190px; --speed: 7s; }
.lamp-field span:nth-child(5) { --x: 45%; --y: 36%; --s: 130px; --speed: 5.8s; }
.lamp-field span:nth-child(6) { --x: 88%; --y: 78%; --s: 150px; --speed: 6.6s; }

.petal-field span {
  position: absolute;
  top: -12vh;
  left: calc(var(--x, 10) * 1%);
  width: clamp(6px, 0.8vw, 10px);
  height: clamp(14px, 1.8vw, 24px);
  border-radius: 999px 999px 999px 2px;
  background: linear-gradient(180deg, rgba(183, 140, 77, 0.32), rgba(71, 81, 63, 0.2));
  opacity: 0.55;
  transform: rotate(28deg);
  animation: driftDown var(--d, 18s) linear infinite;
  animation-delay: var(--delay, 0s);
}

.petal-field span:nth-child(1) { --x: 8; --d: 18s; --delay: -4s; }
.petal-field span:nth-child(2) { --x: 16; --d: 24s; --delay: -11s; }
.petal-field span:nth-child(3) { --x: 28; --d: 20s; --delay: -2s; }
.petal-field span:nth-child(4) { --x: 37; --d: 26s; --delay: -8s; }
.petal-field span:nth-child(5) { --x: 49; --d: 19s; --delay: -13s; }
.petal-field span:nth-child(6) { --x: 58; --d: 23s; --delay: -5s; }
.petal-field span:nth-child(7) { --x: 69; --d: 21s; --delay: -16s; }
.petal-field span:nth-child(8) { --x: 77; --d: 25s; --delay: -7s; }
.petal-field span:nth-child(9) { --x: 86; --d: 22s; --delay: -3s; }
.petal-field span:nth-child(10) { --x: 94; --d: 27s; --delay: -15s; }
.petal-field span:nth-child(11) { --x: 42; --d: 29s; --delay: -20s; }
.petal-field span:nth-child(12) { --x: 63; --d: 17s; --delay: -10s; }

body.weather-rain .petal-field span {
  width: 2px;
  height: 36px;
  border-radius: 999px;
  background: rgba(91, 118, 126, 0.28);
  transform: rotate(10deg);
}

.hero-2026,
.vision-section,
.kitchen-section,
.weather-section,
.reviews-section,
.gallery-section,
.contact-section,
.weather-card,
.review-card,
.contact-card {
  position: relative;
  isolation: isolate;
}

.hero-2026 > *,
.vision-section > *,
.kitchen-section > *,
.weather-section > *,
.reviews-section > *,
.gallery-section > *,
.contact-section > *,
.weather-card > *,
.review-card > *,
.contact-card > * {
  position: relative;
  z-index: 1;
}

.hero-2026::before,
.vision-section::after,
.kitchen-section::before,
.weather-section::after,
.reviews-section::before,
.gallery-section::before,
.contact-section::after,
.weather-card::after,
.review-card:nth-child(2n)::after,
.contact-card::after {
  position: absolute;
  z-index: 0;
  width: var(--sprig-w, clamp(96px, 13vw, 210px));
  height: var(--sprig-h, clamp(130px, 18vw, 300px));
  pointer-events: none;
  background:
    radial-gradient(ellipse at 40% 18%, var(--leaf-green-strong) 0 8%, transparent 9%),
    radial-gradient(ellipse at 62% 29%, var(--leaf-green) 0 7%, transparent 8%),
    radial-gradient(ellipse at 39% 42%, var(--leaf-green) 0 7%, transparent 8%),
    radial-gradient(ellipse at 64% 55%, var(--leaf-green) 0 6%, transparent 7%),
    radial-gradient(ellipse at 42% 70%, var(--leaf-green) 0 5.5%, transparent 6.5%),
    linear-gradient(180deg, transparent 4%, var(--stem-green) 18% 88%, transparent 96%) 50% 50% / 2px 100% no-repeat;
  opacity: var(--sprig-opacity, 0.5);
  transform: rotate(var(--sprig-rotate, -18deg)) scale(var(--sprig-scale, 1));
  transform-origin: center;
  mix-blend-mode: multiply;
  content: "";
}

html[data-theme="evening"] .hero-2026::before,
html[data-theme="evening"] .vision-section::after,
html[data-theme="evening"] .kitchen-section::before,
html[data-theme="evening"] .weather-section::after,
html[data-theme="evening"] .reviews-section::before,
html[data-theme="evening"] .gallery-section::before,
html[data-theme="evening"] .contact-section::after,
html[data-theme="evening"] .weather-card::after,
html[data-theme="evening"] .review-card:nth-child(2n)::after,
html[data-theme="evening"] .contact-card::after {
  opacity: 0.2;
  mix-blend-mode: screen;
}

.hero-2026::before {
  right: clamp(10px, 4vw, 72px);
  top: clamp(68px, 9vw, 136px);
  --sprig-rotate: 32deg;
  --sprig-opacity: 0.34;
  --sprig-scale: 1.05;
}

.vision-section::after {
  right: 4%;
  bottom: 10%;
  --sprig-rotate: -28deg;
  --sprig-opacity: 0.28;
  --sprig-scale: 0.86;
}

.kitchen-section::before {
  left: -1%;
  top: 8%;
  --sprig-rotate: 24deg;
  --sprig-opacity: 0.22;
  --sprig-scale: 0.82;
}

.weather-section::after {
  right: 5%;
  top: 14%;
  --sprig-rotate: -40deg;
  --sprig-opacity: 0.24;
  --sprig-scale: 0.74;
}

.reviews-section::before {
  left: 7%;
  bottom: 4%;
  --sprig-rotate: 38deg;
  --sprig-opacity: 0.21;
  --sprig-scale: 0.72;
}

.gallery-section::before {
  right: 8%;
  top: 2%;
  --sprig-rotate: -22deg;
  --sprig-opacity: 0.2;
  --sprig-scale: 0.76;
}

.contact-section::after {
  left: 0;
  top: 18%;
  --sprig-rotate: 26deg;
  --sprig-opacity: 0.24;
  --sprig-scale: 0.82;
}

.weather-card,
.review-card,
.contact-card {
  overflow: hidden;
}

.weather-card::after {
  right: -34px;
  top: -42px;
  --sprig-w: 150px;
  --sprig-h: 210px;
  --sprig-rotate: -18deg;
  --sprig-opacity: 0.24;
}

.review-card:nth-child(2n)::after {
  right: -42px;
  bottom: -76px;
  --sprig-w: 135px;
  --sprig-h: 190px;
  --sprig-rotate: 26deg;
  --sprig-opacity: 0.18;
}

.contact-card::after {
  right: -44px;
  top: -50px;
  --sprig-w: 125px;
  --sprig-h: 175px;
  --sprig-rotate: -28deg;
  --sprig-opacity: 0.18;
}

.site-topbar {
  position: sticky;
  top: 12px;
  z-index: 40;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(8px, 1.4vw, 18px);
  width: min(calc(100% - clamp(22px, 5vw, 96px)), 1260px);
  margin: 12px auto 0;
  padding: 7px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.76);
  box-shadow: 0 18px 60px rgba(54, 38, 26, 0.08);
  backdrop-filter: blur(22px);
}

html[data-theme="evening"] .site-topbar {
  background: rgba(38, 31, 24, 0.7);
  box-shadow: 0 18px 64px rgba(0, 0, 0, 0.22), 0 0 46px rgba(242, 212, 147, 0.07);
}

.brand-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 0 0 auto;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #211b17;
  color: var(--gold-2);
  font: 500 1.2rem/1 var(--display);
  box-shadow: inset 0 0 0 1px rgba(242, 212, 147, 0.34), 0 12px 26px rgba(33, 27, 23, 0.18);
}

html[data-theme="evening"] .brand-mark {
  background: #fff2cf;
  color: #211b17;
  box-shadow: 0 0 32px rgba(242, 212, 147, 0.4), inset 0 0 0 1px rgba(33, 27, 23, 0.16);
}

.brand-link strong,
.brand-link small,
.footer-logo-lockup strong,
.footer-logo-lockup small {
  display: block;
}

.brand-link strong {
  font: 600 0.96rem/1.1 var(--display);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.brand-link small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.7rem;
}

.brand-text { min-width: 0; }

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  overflow-x: auto;
  color: var(--soft-ink);
  font-size: 0.72rem;
  font-weight: 600;
  scrollbar-width: none;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav a {
  flex: 0 0 auto;
  padding: 8px 9px;
  border-radius: 999px;
  transition: background .2s var(--ease), color .2s var(--ease);
}

.site-nav a:hover {
  background: rgba(71, 81, 63, 0.08);
  color: var(--olive);
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-cta,
.theme-toggle,
.primary-glow,
.secondary-glass,
.inline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 0 14px;
  font-size: 0.78rem;
  font-weight: 700;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), background .22s var(--ease);
}

.top-cta,
.primary-glow {
  background: linear-gradient(135deg, var(--olive), #202a21);
  color: #fffefa;
  box-shadow: 0 20px 45px rgba(71, 81, 63, 0.2);
}

.theme-toggle {
  border: 1px solid var(--line);
  background: rgba(255, 254, 250, 0.62);
  color: var(--ink);
}

html[data-theme="evening"] .theme-toggle,
html[data-theme="evening"] .secondary-glass,
html[data-theme="evening"] .inline-link {
  background: rgba(255, 242, 207, 0.08);
  color: var(--ink);
  box-shadow: 0 0 24px rgba(242, 212, 147, 0.08);
}

html[data-theme="evening"] .top-cta,
html[data-theme="evening"] .primary-glow {
  background: linear-gradient(135deg, #ffe3a6, #b78c4d);
  color: #211b17;
  box-shadow: 0 20px 55px rgba(242, 212, 147, 0.18);
}

.secondary-glass,
.inline-link {
  border: 1px solid var(--line);
  background: rgba(255, 254, 250, 0.62);
  color: var(--ink);
}

.top-cta:hover,
.primary-glow:hover,
.secondary-glass:hover,
.inline-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 55px rgba(54, 38, 26, 0.14);
}

main {
  width: 100%;
  overflow: clip;
}

.hero-2026 {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.72fr);
  gap: clamp(24px, 4.5vw, 72px);
  align-items: center;
  min-height: min(780px, calc(100dvh - 74px));
  overflow: clip;
  padding: clamp(48px, 6.4vw, 94px) clamp(22px, 5.2vw, 92px) clamp(42px, 4.2vw, 68px);
}

.hero-aura {
  position: absolute;
  inset: 4% 3% auto auto;
  width: min(55vw, 720px);
  height: min(55vw, 720px);
  pointer-events: none;
}

html[data-theme="evening"] .hero-aura span {
  border-color: rgba(242, 212, 147, 0.2);
  box-shadow: 0 0 35px rgba(242, 212, 147, 0.08);
}

.hero-aura span {
  position: absolute;
  inset: var(--inset, 0);
  border: 1px solid rgba(183, 140, 77, 0.16);
  border-radius: 44% 56% 50% 50%;
  animation: orbitMorph var(--speed, 16s) ease-in-out infinite;
}

.hero-aura span:nth-child(2) { --inset: 10%; --speed: 20s; animation-direction: reverse; }
.hero-aura span:nth-child(3) { --inset: 22%; --speed: 24s; }

.hero-copy {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 800px;
  font-size: clamp(3.6rem, 7.8vw, 7.9rem);
  line-height: 0.89;
}

h2 {
  max-width: 820px;
  font-size: clamp(2.7rem, 5.6vw, 5.7rem);
  line-height: 0.94;
}

h3 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.hero-copy p:not(.eyebrow),
.section-head p,
.vision-copy p,
.kitchen-section p,
.reviews-section p,
.weather-section p,
.contact-section p {
  max-width: 600px;
  color: var(--soft-ink);
  font-size: clamp(0.94rem, 1.04vw, 1.08rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.eirene-theme-card {
  position: relative;
  overflow: hidden;
  min-height: min(64dvh, 560px);
  padding: clamp(22px, 3vw, 36px);
  border: 1px solid rgba(183, 140, 77, 0.24);
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(255,254,250,.76), rgba(244,238,228,.42)),
    url("/assets/stays/anka/cover.jpg") center/cover;
  box-shadow: var(--shadow);
  isolation: isolate;
}

html[data-theme="evening"] .eirene-theme-card {
  background:
    radial-gradient(circle at 24% 20%, rgba(242, 212, 147, 0.24), transparent 14rem),
    linear-gradient(145deg, rgba(36,31,25,.58), rgba(24,20,16,.46)),
    url("/assets/stays/anka/cover.jpg") center/cover;
}

.eirene-theme-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255,254,250,.62), rgba(33,27,23,.26)),
    radial-gradient(circle at 74% 18%, rgba(242, 212, 147, 0.32), transparent 18rem);
  content: "";
}

.eirene-theme-card h2 {
  max-width: 520px;
  font-size: clamp(2.9rem, 5vw, 5rem);
}

.eirene-theme-card p:not(.eyebrow) {
  max-width: 440px;
  color: var(--soft-ink);
}

.theme-orbit {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: min(42vw, 340px);
  aspect-ratio: 1;
  pointer-events: none;
}

.theme-orbit span {
  position: absolute;
  inset: var(--inset, 0);
  border: 1px solid rgba(255, 254, 250, 0.44);
  border-radius: 50%;
  animation: slowSpin var(--speed, 18s) linear infinite;
}

.theme-orbit span:nth-child(2) { --inset: 18%; --speed: 12s; animation-direction: reverse; }
.theme-orbit span:nth-child(3) { --inset: 36%; --speed: 8s; }

.theme-signals,
.vision-pillars,
.stay-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.theme-signals {
  margin-top: 22px;
}

.theme-signals span,
.theme-signals a,
.vision-pillars span,
.pill {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 254, 250, 0.5);
  color: var(--soft-ink);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.hero-metrics {
  position: absolute;
  left: clamp(22px, 5.2vw, 92px);
  bottom: clamp(24px, 3.4vw, 50px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

html[data-theme="evening"] .hero-metrics article,
html[data-theme="evening"] .weather-card,
html[data-theme="evening"] .review-card,
html[data-theme="evening"] .contact-card {
  background: rgba(43, 36, 29, 0.66);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22), 0 0 26px rgba(242, 212, 147, 0.04);
}

.hero-metrics article {
  min-width: 126px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 254, 250, 0.72);
  backdrop-filter: blur(18px);
}

.hero-metrics strong,
.review-orb span {
  display: block;
  color: var(--olive);
  font: 500 1.9rem/1 var(--serif);
}

.hero-metrics span,
.review-orb small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vision-section,
.care-section,
.section-shell,
.kitchen-section,
.weather-section,
.map-section,
.reviews-section,
.gallery-section,
.contact-section {
  width: min(calc(100% - clamp(32px, 6vw, 120px)), 1480px);
  margin-inline: auto;
  overflow: clip;
  scroll-margin-top: 112px;
  padding: clamp(44px, 6.2vw, 88px) 0;
}

.vision-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.72fr);
  gap: clamp(26px, 6vw, 96px);
  align-items: start;
  border-top: 1px solid var(--line);
}

.care-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
  padding-top: 0;
}

.care-section article {
  min-height: 142px;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: clamp(18px, 2.2vw, 26px);
  background:
    radial-gradient(circle at 92% 0%, rgba(183, 140, 77, 0.14), transparent 12rem),
    rgba(255, 254, 250, 0.7);
  box-shadow: 0 18px 54px rgba(54, 38, 26, 0.08);
}

html[data-theme="evening"] .care-section article {
  background:
    radial-gradient(circle at 84% 4%, rgba(255, 219, 139, 0.18), transparent 12rem),
    rgba(54, 38, 21, 0.68);
}

.care-section span,
.care-section strong {
  display: block;
}

.care-section span {
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.care-section strong {
  max-width: 340px;
  margin-top: 12px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  font-weight: 500;
  line-height: 1.05;
}

.vision-copy {
  display: grid;
  gap: 22px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.44fr);
  gap: clamp(22px, 5vw, 82px);
  align-items: end;
  margin-bottom: 30px;
}

.section-head.tight {
  grid-template-columns: 1fr;
  max-width: 860px;
}

.adaptive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: clamp(14px, 2vw, 24px);
}

.stay-card {
  position: relative;
  overflow: hidden;
  min-height: clamp(390px, 42vw, 540px);
  display: grid;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--image) center/cover, var(--cream);
  box-shadow: 0 26px 70px rgba(54, 38, 26, 0.1);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}

.stay-card-open {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.stay-card-open:focus-visible,
.stay-detail-button:focus-visible {
  outline: 2px solid rgba(242, 212, 147, 0.95);
  outline-offset: -8px;
}

.stay-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 90px rgba(54, 38, 26, 0.15);
}

.stay-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(33,27,23,0.02), rgba(33,27,23,0.74));
  content: "";
}

.stay-card-content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  padding: 26px;
  color: #fffefa;
  pointer-events: none;
}

.stay-card-content a,
.stay-card-content button {
  pointer-events: auto;
}

.stay-card h3,
.stay-card p {
  color: #fffefa;
}

.stay-card .primary-glow {
  justify-self: start;
  margin-top: 4px;
  min-height: 38px;
  background: rgba(255, 254, 250, 0.9);
  color: var(--ink);
  box-shadow: none;
}

.stay-card .pill {
  background: rgba(255, 254, 250, 0.16);
  color: #fffefa;
}

.stay-chipline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stay-chipline span {
  border: 1px solid rgba(255, 254, 250, 0.2);
  border-radius: 999px;
  padding: 7px 10px;
  color: rgba(255, 254, 250, 0.88);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}

.stay-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.stay-card-actions .secondary-glass {
  min-height: 38px;
  color: #fffefa;
  background: rgba(255, 254, 250, 0.12);
}

.stay-dialog {
  width: min(1040px, calc(100vw - 26px));
  max-height: min(840px, calc(100vh - 26px));
  border: 1px solid rgba(183, 140, 77, 0.24);
  border-radius: 34px;
  padding: 0;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 44px 140px rgba(33, 27, 23, 0.32);
}

.stay-dialog::backdrop {
  background: rgba(33, 27, 23, 0.46);
  backdrop-filter: blur(10px);
}

.stay-dialog[open] {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
}

.dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(183, 140, 77, 0.22);
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.92);
  color: var(--ink);
  cursor: pointer;
}

.stay-dialog-media {
  min-height: 580px;
  background: var(--cream);
}

.stay-dialog-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.stay-dialog-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(30px, 5vw, 62px);
}

.stay-dialog-copy h2 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  line-height: 0.92;
}

.stay-dialog-copy p,
.stay-dialog-copy blockquote {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.stay-dialog-copy blockquote {
  border-left: 2px solid var(--gold);
  padding-left: 16px;
  font-style: italic;
}

.stay-dialog-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stay-dialog-highlights span {
  border: 1px solid rgba(183, 140, 77, 0.22);
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(255, 254, 250, 0.72);
  color: var(--olive);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.stay-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.menu-list-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.58fr);
  gap: clamp(24px, 5vw, 74px);
  align-items: start;
  min-width: 0;
  overflow: hidden;
}

.menu-list-layout > *,
.menu-list,
.menu-tabs,
.menu-row,
.menu-preview,
.menu-row > * {
  min-width: 0;
}

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  overflow: visible;
  margin-bottom: 16px;
  scrollbar-width: none;
}

html[data-theme="evening"] .menu-row {
  border-color: rgba(242, 212, 147, 0.16);
}

.menu-tabs::-webkit-scrollbar {
  display: none;
}

.menu-tab {
  position: relative;
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(33, 27, 23, 0.1);
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.52);
  color: rgba(33, 27, 23, 0.58);
  font: 800 0.68rem/1 var(--sans);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  transition: background .22s var(--ease), border-color .22s var(--ease), color .22s var(--ease), transform .22s var(--ease);
}

html[data-theme="evening"] .menu-tab {
  border-color: rgba(242, 212, 147, 0.18);
  background: rgba(43, 36, 29, 0.52);
  color: rgba(255, 247, 234, 0.62);
}

.menu-tab.active {
  border-color: transparent;
  background: var(--olive);
  color: var(--paper);
  transform: translateY(-1px);
}

.menu-tab.active::after {
  display: none;
}

.menu-list {
  display: grid;
}

.menu-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid rgba(33, 27, 23, 0.1);
  transition: padding-left .22s var(--ease), border-color .22s var(--ease);
}

.menu-row:hover {
  padding-left: 12px;
  border-color: rgba(183, 140, 77, 0.6);
}

.menu-row h3 {
  font-size: clamp(1.28rem, 1.7vw, 1.7rem);
}

.menu-row p {
  max-width: 620px;
  margin: 8px 0 0;
  color: rgba(33, 27, 23, 0.55);
  font-size: 0.84rem;
}

html[data-theme="evening"] .menu-row p {
  color: rgba(255, 247, 234, 0.58);
}

.menu-row small {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.menu-price {
  color: var(--gold);
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-weight: 800;
  white-space: nowrap;
}

.menu-whatsapp {
  margin-top: 22px;
}

.menu-preview {
  position: sticky;
  top: 102px;
  overflow: hidden;
  max-width: 100%;
  min-height: 560px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.menu-preview img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
  transition: opacity .4s var(--ease), transform .55s var(--ease);
  transform: scale(1.04);
}

.menu-preview::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(33, 27, 23, 0.76));
  content: "";
}

.menu-preview div {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  color: #fffefa;
}

.menu-preview h3,
.menu-preview p {
  color: #fffefa;
}

.weather-section,
.map-shell,
.reviews-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(310px, 0.6fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: start;
}

.map-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.36fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.satellite-map {
  position: relative;
  overflow: hidden;
  min-height: clamp(480px, 55vw, 680px);
  border: 1px solid var(--line);
  border-radius: 36px;
  background: #1d241f;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.google-map-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s var(--ease);
}

.satellite-map.has-google-map .google-map-canvas {
  opacity: 1;
  pointer-events: auto;
}

.satellite-map.has-google-map .map-tiles,
.satellite-map.has-google-map .traffic-layer {
  opacity: 0;
  pointer-events: none;
}

.satellite-map.has-google-map::after {
  background:
    radial-gradient(circle at 64% 38%, rgba(242, 212, 147, 0.12), transparent 15rem),
    linear-gradient(180deg, rgba(33, 27, 23, 0.03), rgba(33, 27, 23, 0.3));
}

.satellite-map::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 66% 36%, rgba(242, 212, 147, 0.2), transparent 15rem),
    linear-gradient(180deg, rgba(33, 27, 23, 0.02), rgba(33, 27, 23, 0.42));
  mix-blend-mode: screen;
  content: "";
}

html[data-theme="evening"] .satellite-map::after {
  background:
    radial-gradient(circle at 64% 38%, rgba(242, 212, 147, 0.34), transparent 15rem),
    radial-gradient(circle at 30% 72%, rgba(242, 212, 147, 0.12), transparent 16rem),
    linear-gradient(180deg, rgba(15, 13, 10, 0.24), rgba(15, 13, 10, 0.56));
}

.map-tiles {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  filter: saturate(0.82) contrast(1.08) brightness(0.9);
  transform: scale(1.06);
}

html[data-theme="evening"] .map-tiles {
  filter: saturate(0.68) contrast(1.12) brightness(0.58);
}

.map-tile {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.traffic-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.road {
  fill: none;
  stroke: rgba(255, 254, 250, 0.22);
  stroke-width: 9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.road-secondary {
  stroke-width: 7;
}

.road-river {
  stroke: rgba(181, 218, 221, 0.22);
  stroke-width: 5;
}

.traffic-flow {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 28 34;
  animation: trafficMove 2.8s linear infinite;
  filter: url(#trafficGlow);
}

.flow-clear {
  stroke: #6ef3ad;
  animation-duration: 2.3s;
}

.flow-slow {
  stroke: #f2d493;
  animation-duration: 3.6s;
}

.flow-busy {
  stroke: #ef876f;
  animation-duration: 4.8s;
}

.map-pin {
  fill: #fff7ea;
  stroke: var(--gold);
  stroke-width: 4;
  filter: url(#trafficGlow);
  animation: pinPulse 2.2s ease-in-out infinite;
}

.map-label {
  fill: #fff7ea;
  font: 700 22px/1 var(--sans);
  letter-spacing: 0.02em;
  paint-order: stroke;
  stroke: rgba(33, 27, 23, 0.72);
  stroke-width: 5px;
}

.map-glass {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 4;
  width: min(340px, calc(100% - 40px));
  max-width: calc(100% - 40px);
  padding: 18px;
  border: 1px solid rgba(255, 254, 250, 0.24);
  border-radius: 24px;
  background: rgba(33, 27, 23, 0.45);
  color: #fff7ea;
  backdrop-filter: blur(18px);
}

.map-glass span,
.map-glass small {
  display: block;
  color: rgba(255, 247, 234, 0.72);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.map-glass strong {
  display: block;
  margin: 4px 0;
  font: 500 clamp(1.45rem, 3vw, 2rem)/1 var(--serif);
}

.map-glass small {
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: none;
  overflow-wrap: anywhere;
}

.traffic-panel {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 254, 250, 0.64);
  box-shadow: 0 20px 64px rgba(54, 38, 26, 0.08);
  backdrop-filter: blur(18px);
}

html[data-theme="evening"] .traffic-panel {
  background: rgba(43, 36, 29, 0.66);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22), 0 0 26px rgba(242, 212, 147, 0.04);
}

.traffic-list {
  display: grid;
  gap: 10px;
}

.traffic-list article {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 254, 250, 0.42);
  min-width: 0;
}

html[data-theme="evening"] .traffic-list article {
  background: rgba(255, 242, 207, 0.06);
}

.traffic-list strong,
.traffic-list small {
  display: block;
  grid-column: 2;
}

.traffic-list small {
  color: var(--muted);
  overflow-wrap: anywhere;
}

.traffic-dot {
  grid-row: 1 / span 2;
  align-self: center;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 0 18px currentColor;
}

.traffic-dot.clear { color: #6ef3ad; background: #6ef3ad; }
.traffic-dot.slow { color: #f2d493; background: #f2d493; }
.traffic-dot.busy { color: #ef876f; background: #ef876f; }

.weather-card {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 0%, rgba(242, 212, 147, 0.42), transparent 14rem),
    rgba(255, 254, 250, 0.66);
  box-shadow: 0 22px 70px rgba(54, 38, 26, 0.1);
  backdrop-filter: blur(18px);
}

.weather-now {
  display: flex;
  gap: 18px;
  align-items: center;
}

.weather-now > span {
  color: var(--olive);
  font: 500 clamp(3.5rem, 7vw, 6rem)/0.88 var(--serif);
}

.weather-now strong {
  display: block;
  font-size: 1rem;
}

.weather-now p,
.weather-note {
  margin: 4px 0 0;
  color: var(--soft-ink);
  font-size: 0.86rem;
}

.weather-picker {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.weather-picker input {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 14px;
  color: var(--ink);
  background: rgba(255, 254, 250, 0.74);
}

.review-orb {
  position: sticky;
  top: 108px;
  display: grid;
  width: min(100%, 240px);
  aspect-ratio: 1;
  align-self: center;
  justify-self: center;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, #fffefa, transparent 35%),
    linear-gradient(145deg, rgba(242, 212, 147, 0.5), rgba(71, 81, 63, 0.12));
  box-shadow: var(--shadow);
  text-align: center;
}

.review-orb span {
  font-size: clamp(3rem, 8vw, 5.2rem);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 14px;
  margin-top: 28px;
}

.review-card {
  min-height: 190px;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 254, 250, 0.68);
  box-shadow: 0 18px 50px rgba(54, 38, 26, 0.07);
  backdrop-filter: blur(18px);
}

.review-card strong {
  display: block;
  color: var(--olive);
  letter-spacing: 0.03em;
}

.review-card p {
  color: var(--soft-ink);
}

.gallery-stage {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  gap: 14px;
  align-items: center;
}

.gallery-control {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 254, 250, 0.66);
  color: var(--olive);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 16px 40px rgba(54, 38, 26, 0.08);
}

.gallery-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 37vw);
  gap: 16px;
  overflow-x: auto;
  padding: 14px 8px 28px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.gallery-rail::-webkit-scrollbar {
  display: none;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  min-height: clamp(380px, 48vw, 650px);
  scroll-snap-align: center;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: var(--image) center/cover;
  box-shadow: var(--shadow);
  transition: transform .32s var(--ease), filter .32s var(--ease);
}

.gallery-card:hover {
  transform: translateY(-8px) scale(1.01);
  filter: saturate(1.06);
}

.gallery-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(33,27,23,.7));
  content: "";
}

.gallery-card div {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  color: #fffefa;
}

.gallery-card span {
  display: block;
  color: var(--gold-2);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gallery-card strong {
  display: block;
  font: 500 clamp(1.8rem, 3.5vw, 3.8rem)/0.9 var(--serif);
  letter-spacing: -0.04em;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-card {
  display: grid;
  gap: 8px;
  min-height: 150px;
  align-content: end;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 254, 250, 0.68);
  box-shadow: 0 18px 50px rgba(54, 38, 26, 0.07);
  transition: transform .24s var(--ease), border-color .24s var(--ease);
}

.contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(183, 140, 77, 0.55);
}

.contact-card span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-card strong {
  font-size: 1rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(calc(100% - clamp(32px, 6vw, 120px)), 1480px);
  margin: 0 auto;
  padding: 32px 0 48px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
}

.footer-brand {
  display: grid;
  gap: 8px;
}

.footer-logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  width: 96px;
  padding: 0;
}

.footer-brand-mark {
  width: 38px;
  height: 38px;
}

.footer-logo-lockup strong {
  color: var(--ink);
  font-weight: 800;
}

.footer-logo-lockup small,
.footer-brand > small {
  color: var(--muted);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.lightbox {
  width: min(92vw, 1100px);
  border: 0;
  border-radius: 34px;
  padding: 0;
  overflow: hidden;
  background: var(--ink);
  box-shadow: 0 40px 120px rgba(0,0,0,.32);
}

.lightbox::backdrop {
  background: rgba(33,27,23,.72);
  backdrop-filter: blur(16px);
}

.lightbox img {
  display: block;
  width: 100%;
  max-height: 72vh;
  object-fit: cover;
}

.lightbox > button {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,254,250,.84);
  color: var(--ink);
  font-size: 1.4rem;
}

.lightbox div {
  display: grid;
  gap: 4px;
  padding: 22px;
  color: #fffefa;
}

.lightbox span {
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lightbox strong {
  font: 500 2.2rem/0.95 var(--serif);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s var(--ease), transform .65s var(--ease);
}

[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

.kitchen-section[data-reveal] {
  opacity: 1;
  transform: none;
}

@keyframes driftDown {
  0% { transform: translate3d(0, -14vh, 0) rotate(20deg); opacity: 0; }
  10% { opacity: .55; }
  100% { transform: translate3d(42px, 116vh, 0) rotate(210deg); opacity: 0; }
}

@keyframes slowSpin {
  to { transform: rotate(360deg); }
}

@keyframes lampFlicker {
  0%, 100% { opacity: .62; transform: scale(0.98); }
  45% { opacity: .92; transform: scale(1.04); }
  60% { opacity: .72; transform: scale(1); }
}

@keyframes trafficMove {
  to { stroke-dashoffset: -124; }
}

@keyframes weatherDrift {
  to { background-position: 68px 68px; }
}

@keyframes pinPulse {
  50% { r: 13; opacity: .78; }
}

@keyframes orbitMorph {
  50% { transform: rotate(18deg) scale(1.04); border-radius: 56% 44% 50% 50%; opacity: .55; }
}

/* Public website refinements. */
.brand-logo-card {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.92), rgba(255, 254, 250, 0.68) 58%, rgba(251, 250, 247, 0.44)),
    linear-gradient(145deg, rgba(255, 254, 250, 0.88), rgba(246, 239, 229, 0.52));
  border: 1px solid rgba(231, 222, 209, 0.82);
  border-radius: 50%;
  box-shadow: 0 16px 42px rgba(54, 38, 26, 0.08);
  isolation: isolate;
}

.brand-logo-card img {
  display: block;
  width: 86%;
  height: 86%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: contrast(1.06) saturate(0.98);
}

.nav-logo-card {
  width: auto;
  max-width: 224px;
  padding: 3px 12px 3px 4px;
  flex: 0 0 auto;
  border: 1px solid rgba(231, 222, 209, 0.68);
  border-radius: 999px;
  background: rgba(255, 254, 250, 0.58);
}

.nav-logo-card img {
  display: block;
  width: clamp(42px, 4.1vw, 52px);
  height: clamp(42px, 4.1vw, 52px);
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  mix-blend-mode: multiply;
  filter: contrast(1.04) saturate(0.98);
}

html[data-theme="evening"] .brand-logo-card {
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 252, 238, 0.96), rgba(255, 240, 205, 0.82) 58%, rgba(183, 140, 77, 0.22)),
    linear-gradient(145deg, rgba(255, 246, 224, 0.94), rgba(247, 221, 173, 0.68));
  border-color: rgba(242, 212, 147, 0.42);
  box-shadow: 0 0 28px rgba(242, 212, 147, 0.18), 0 18px 46px rgba(0, 0, 0, 0.18);
}

html[data-theme="evening"] .brand-logo-card img {
  mix-blend-mode: multiply;
  filter: contrast(1.08) saturate(1.04) brightness(0.98);
}

.brand-mark {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  background: transparent;
  color: var(--gold);
  box-shadow: none;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

html[data-theme="evening"] .brand-mark {
  background: transparent;
  color: var(--gold-2);
  filter: drop-shadow(0 0 12px rgba(242, 212, 147, 0.26));
}

.top-actions {
  min-width: max-content;
}

.login-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(71, 81, 63, 0.18);
  border-radius: 999px;
  padding: 0 13px;
  color: var(--olive);
  background: rgba(255, 254, 250, 0.72);
  font-size: 0.74rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.login-link:hover {
  border-color: rgba(71, 81, 63, 0.32);
  background: rgba(255, 254, 250, 0.94);
}

.whatsapp-action {
  border-color: rgba(37, 211, 102, 0.45) !important;
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark)) !important;
  color: #fff !important;
  box-shadow: 0 18px 42px rgba(37, 211, 102, 0.22) !important;
}

.whatsapp-action::before {
  margin-right: 7px;
  font-size: 0.76rem;
  content: "↗";
}

h1 {
  font-size: clamp(3.4rem, 7.2vw, 7.4rem);
  line-height: 0.9;
}

h2 {
  font-size: clamp(2.25rem, 4.6vw, 4.8rem);
  line-height: 0.98;
}

.hero-logo-lockup {
  width: clamp(132px, 15vw, 214px);
  margin: 0 0 clamp(18px, 2.4vw, 28px);
  padding: 0;
}

.hero-metrics {
  position: static;
  grid-column: 1;
  margin-top: clamp(76px, 6vw, 112px);
}

html[data-theme="evening"] .hero-logo-lockup {
  filter: none;
}

.theme-signals a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 254, 250, 0.5);
  color: var(--soft-ink);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  transition: transform .22s var(--ease), background .22s var(--ease);
}

.theme-signals a:hover {
  transform: translateY(-2px);
  background: rgba(255, 254, 250, 0.74);
}

.weather-card,
.contact-form {
  position: relative;
  isolation: isolate;
}

.weather-card > *,
.contact-form > * {
  position: relative;
  z-index: 1;
}

.weather-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: transparent;
  content: "";
  transition: opacity .35s var(--ease), background .35s var(--ease);
}

.weather-card.weather-sunny {
  background:
    radial-gradient(circle at 78% 10%, rgba(255, 210, 84, 0.8), transparent 8rem),
    radial-gradient(circle at 20% 90%, rgba(242, 212, 147, 0.34), transparent 12rem),
    rgba(255, 254, 250, 0.74);
}

.weather-card.weather-cloudy {
  background:
    radial-gradient(circle at 82% 18%, rgba(210, 218, 211, 0.72), transparent 10rem),
    linear-gradient(140deg, rgba(255, 254, 250, 0.78), rgba(232, 228, 218, 0.68));
}

.weather-card.weather-rain {
  background:
    radial-gradient(circle at 80% 0%, rgba(121, 149, 158, 0.42), transparent 13rem),
    linear-gradient(140deg, rgba(247, 250, 248, 0.78), rgba(218, 225, 222, 0.72));
}

.weather-card.weather-rain::before,
.weather-card.weather-storm::before {
  opacity: 0.44;
  background: repeating-linear-gradient(105deg, transparent 0 12px, rgba(77, 111, 121, 0.24) 13px 15px);
  animation: weatherDrift 1.6s linear infinite;
}

.weather-card.weather-windy::before {
  opacity: 0.52;
  background: repeating-linear-gradient(170deg, transparent 0 22px, rgba(71, 81, 63, 0.16) 23px 25px);
  animation: weatherDrift 2.4s linear infinite;
}

.weather-card.weather-storm {
  background:
    radial-gradient(circle at 76% 8%, rgba(242, 212, 147, 0.5), transparent 8rem),
    linear-gradient(140deg, rgba(54, 59, 58, 0.18), rgba(205, 213, 213, 0.76)),
    rgba(255, 254, 250, 0.7);
}

.weather-now > span {
  font-size: clamp(2.8rem, 5.4vw, 4.8rem);
}

.map-directions {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(255, 254, 250, 0.86);
  color: #211b17;
  font-size: 0.78rem;
  font-weight: 900;
  max-width: 100%;
  text-align: center;
  white-space: normal;
}

.traffic-list a {
  color: var(--gold);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.gallery-stage {
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  gap: 10px;
}

.gallery-control {
  width: 46px;
  height: 46px;
}

.gallery-rail {
  grid-auto-columns: clamp(250px, 30vw, 430px);
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 4px 24px;
}

.gallery-card {
  min-height: clamp(310px, 38vw, 500px);
  aspect-ratio: 4 / 5;
}

.gallery-card div {
  right: 18px;
  bottom: 18px;
  left: 18px;
}

.gallery-card strong {
  font: 500 clamp(1.25rem, 2.1vw, 2.35rem)/1 var(--serif);
  letter-spacing: -0.03em;
}

.contact-card {
  gap: 10px;
  min-height: 132px;
}

.contact-card::before {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(183, 140, 77, 0.12);
  color: var(--gold);
  font-size: 1rem;
  line-height: 34px;
  text-align: center;
  content: "→";
}

.contact-whatsapp {
  background:
    radial-gradient(circle at 82% 0%, rgba(37, 211, 102, 0.28), transparent 8rem),
    rgba(255, 254, 250, 0.68);
}

.contact-whatsapp::before {
  background: var(--whatsapp);
  color: #fff;
  content: "W";
}

.contact-form {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 4px;
  max-width: 860px;
  justify-self: end;
  padding: clamp(16px, 2.2vw, 24px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 0%, rgba(183, 140, 77, 0.18), transparent 16rem),
    rgba(255, 254, 250, 0.72);
  box-shadow: 0 22px 70px rgba(54, 38, 26, 0.08);
  backdrop-filter: blur(18px);
}

.contact-form > div,
.contact-form .wide,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form label {
  display: grid;
  gap: 5px;
}

.contact-form label span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 0 12px;
  color: var(--ink);
  background: rgba(255, 254, 250, 0.76);
  outline: 0;
}

.contact-form textarea {
  min-height: 86px;
  padding: 10px 12px;
  resize: vertical;
}

.contact-form .request-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-form .form-notice {
  min-height: 1.3em;
  margin: 0;
  color: var(--olive);
  font-size: 0.82rem;
}

.contact-form .form-notice.error {
  color: #9b3e32;
}

@media (max-width: 1020px) {
  .site-topbar {
    grid-template-columns: 1fr;
    border-radius: 28px;
    padding: 12px;
  }

  .brand-link {
    width: 100%;
  }

  .top-actions {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .top-actions .top-cta {
    flex: 1 1 0;
    min-width: 0;
    padding-inline: 12px;
  }

  .site-nav {
    grid-column: auto;
    justify-content: flex-start;
    order: 2;
    width: 100%;
  }

  .hero-2026,
  .vision-section,
  .care-section,
  .menu-list-layout,
  .weather-section,
  .reviews-section,
  .contact-section,
  .section-head {
    grid-template-columns: 1fr;
  }

  .stay-dialog[open] {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .stay-dialog-media {
    min-height: min(62vw, 420px);
  }

  .stay-dialog-copy h2 {
    max-width: 100%;
  }

  .hero-2026 {
    min-height: auto;
  }

  .eirene-theme-card {
    min-height: 520px;
  }

  .menu-preview,
  .review-orb {
    position: static;
  }

  .menu-preview {
    position: relative;
    top: auto;
  }

  .menu-list-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  body {
    font-size: 14px;
  }

  .site-topbar,
  .vision-section,
  .care-section,
  .section-shell,
  .kitchen-section,
  .weather-section,
  .reviews-section,
  .gallery-section,
  .contact-section,
  .site-footer {
    width: min(100% - 24px, 1480px);
  }

  .site-topbar {
    top: 8px;
    gap: 7px;
    padding: 8px;
    border-radius: 22px;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
    overflow: visible;
  }

  .site-nav a {
    padding: 7px 4px;
    text-align: center;
    font-size: 0.62rem;
  }

  .site-nav a:nth-child(1),
  .site-nav a:nth-child(4),
  .site-nav a:nth-child(6) {
    display: none;
  }

  .hero-2026 {
    padding: 42px 12px 54px;
  }

  h1 {
    font-size: clamp(2.9rem, 14vw, 4.5rem);
  }

  h2 {
    font-size: clamp(2.1rem, 10vw, 3.3rem);
  }

  .hero-metrics {
    position: static;
    margin-top: 18px;
  }

  .eirene-theme-card,
  .satellite-map {
    min-height: 420px;
  }

  .map-glass {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    padding: 14px;
    border-radius: 20px;
  }

  .map-glass strong {
    font-size: 1.35rem;
  }

  .hero-logo-lockup {
    width: min(58vw, 220px);
    max-width: 100%;
    padding: 0;
  }

  .nav-logo-card {
    width: 58px;
    padding: 0;
  }

  .footer-logo-lockup {
    width: 88px;
  }

  .brand-link strong {
    font-size: 0.84rem;
  }

  .brand-link small {
    font-size: 0.62rem;
  }

  .top-actions .theme-toggle,
  .top-actions .top-cta {
    min-height: 38px;
    font-size: 0.74rem;
  }

  .menu-list-layout {
    gap: 18px;
  }

  .menu-preview {
    min-height: 260px;
    border-radius: 24px;
  }

  .menu-preview div {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .menu-preview h3 {
    font-size: 1.5rem;
  }

  .menu-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    padding: 14px 0;
  }

  .menu-tabs {
    gap: 7px;
  }

  .menu-tab {
    min-height: 32px;
    padding: 0 11px;
    font-size: 0.62rem;
  }

  .menu-row h3 {
    font-size: 1.1rem;
  }

  .menu-row p {
    display: none;
  }

  .menu-price {
    font-size: 0.82rem;
  }

  .gallery-stage {
    grid-template-columns: 1fr;
  }

  .gallery-control {
    display: none;
  }

  .care-section {
    gap: 10px;
  }

  .care-section article {
    min-height: 126px;
    border-radius: 22px;
  }

  .gallery-rail {
    grid-auto-columns: minmax(238px, 82vw);
    padding-inline: 0;
  }

  .gallery-card {
    min-height: 330px;
    border-radius: 26px;
  }

  .gallery-card div {
    right: 16px;
    bottom: 18px;
    left: 16px;
  }

  .gallery-card strong {
    font-size: clamp(1.32rem, 8vw, 2.2rem);
    line-height: 1;
  }

  .contact-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .site-footer {
    justify-content: flex-start;
  }

  .site-footer nav {
    width: 100%;
  }
}

/* v35 public experience stabilization */
.site-topbar {
  grid-template-columns: auto minmax(0, 1fr) auto;
  width: min(calc(100% - 32px), 1120px);
  min-height: 58px;
  padding: 7px 10px;
}

.site-nav {
  grid-column: 2;
  justify-content: center;
}

.top-actions {
  grid-column: 3;
}

.theme-signals span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border-radius: 999px;
  padding: 0 12px;
  color: var(--soft-ink);
  background: rgba(255, 254, 250, 0.5);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.presence-section {
  display: flex;
  width: min(calc(100% - 32px), 1120px);
  align-items: center;
  gap: 18px;
  margin: 22px auto 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 15px 22px;
  color: var(--muted);
  background: rgba(255, 254, 250, .72);
  box-shadow: 0 18px 48px rgba(47, 61, 49, .06);
  backdrop-filter: blur(16px);
}

.presence-section p { margin: 0; }
.presence-signal { width: 10px; height: 10px; flex: none; border-radius: 50%; background: #4a8b61; box-shadow: 0 0 0 6px rgba(74, 139, 97, .12); }

.stay-browser,
.review-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 12px;
}

.stays-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(330px, 38vw);
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 4px 28px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.stay-card {
  min-height: 560px;
  scroll-snap-align: start;
}

.stay-browser-control,
.review-control {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--olive);
  background: rgba(255,254,250,.88);
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 12px 32px rgba(47,61,49,.1);
}

.compact-rules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,254,250,.72);
}

.compact-rules article {
  min-height: 82px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.compact-rules article:nth-child(3n) { border-right: 0; }
.compact-rules article:nth-last-child(-n+3) { border-bottom: 0; }

.quote-section {
  position: relative;
  width: min(calc(100% - 32px), 1120px);
  margin: clamp(54px, 8vw, 112px) auto;
  overflow: hidden;
  border: 1px solid rgba(183,140,77,.22);
  border-radius: 38px;
  padding: clamp(32px, 6vw, 76px);
  text-align: center;
  background:
    radial-gradient(circle at 15% 5%, rgba(87,128,95,.14), transparent 20rem),
    radial-gradient(circle at 90% 100%, rgba(183,140,77,.16), transparent 22rem),
    rgba(255,254,250,.78);
  box-shadow: 0 34px 90px rgba(47,61,49,.08);
}

.quote-section::after {
  position: absolute;
  top: -42px;
  right: 5%;
  color: rgba(183,140,77,.12);
  font: 500 12rem/1 var(--serif);
  content: "“";
}

.quote-section blockquote {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 18px auto;
  color: var(--ink);
  font: 500 clamp(2rem, 4.2vw, 4.4rem)/1.03 var(--serif);
  letter-spacing: -.04em;
}

.quote-section > span { color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.review-carousel { margin-top: 22px; }
.review-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 42%);
  gap: 14px;
  overflow-x: auto;
  padding: 8px 4px 24px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}
.review-card { scroll-snap-align: start; }

.stay-dialog {
  width: min(1120px, calc(100% - 30px));
  max-height: min(88dvh, 840px);
  overflow: hidden;
}

.stay-dialog-copy {
  min-width: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: clamp(26px, 4vw, 52px);
}

.stay-dialog-copy h2,
.stay-dialog-copy p,
.stay-dialog-copy blockquote {
  overflow-wrap: anywhere;
}

.footer-brand { display: grid; gap: 5px; }
.footer-brand strong { color: var(--ink); font: 600 1.1rem/1.1 var(--serif); }
.footer-brand > span { color: var(--gold); font-size: .72rem; }

@media (max-width: 1020px) {
  .site-topbar { grid-template-columns: auto minmax(0, 1fr) auto; border-radius: 999px; padding: 8px 9px; }
  .site-nav { grid-column: 2; order: initial; width: auto; }
  .top-actions { grid-column: 3; order: initial; width: auto; }
  .stay-dialog[open] { max-height: 92dvh; overflow: hidden; }
  .stay-dialog-media { min-height: 32dvh; max-height: 38dvh; }
}

@media (max-width: 700px) {
  .site-topbar { width: calc(100% - 16px); min-height: auto; grid-template-columns: 1fr auto; border-radius: 24px; }
  .nav-logo-card { max-width: none; padding-right: 8px; }
  .nav-logo-card img { width: 42px; height: 42px; }
  .brand-link small { display: none; }
  .site-nav { display: flex; grid-column: 1 / -1; order: 3; overflow-x: auto; scrollbar-width: none; }
  .site-nav a { display: inline-flex !important; flex: none; min-height: 34px; align-items: center; padding: 0 9px; }
  .site-nav a:nth-child(1), .site-nav a:nth-child(4), .site-nav a:nth-child(6) { display: none !important; }
  .top-actions { grid-column: 2; }
  .login-link { min-height: 38px; padding: 0 10px; }
  .top-actions .top-cta { width: 42px; min-width: 42px; overflow: hidden; color: transparent !important; padding: 0; font-size: 0 !important; }
  .top-actions .top-cta::before { display: none; }
  .top-actions .top-cta::after { color: #fff; content: "W"; font-weight: 900; }
  .presence-section { width: calc(100% - 24px); align-items: flex-start; border-radius: 24px; padding: 16px; font-size: .86rem; }
  .stay-browser, .review-carousel { grid-template-columns: 1fr; }
  .stay-browser-control, .review-control { display: none; }
  .stays-grid { grid-auto-columns: 86vw; gap: 12px; padding-inline: 0; }
  .stay-card { min-height: 530px; }
  .compact-rules { grid-template-columns: repeat(2, minmax(0, 1fr)); border-radius: 18px; }
  .compact-rules article:nth-child(3n) { border-right: 1px solid var(--line); }
  .compact-rules article:nth-child(2n) { border-right: 0; }
  .compact-rules article:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .compact-rules article:nth-last-child(-n+2) { border-bottom: 0; }
  .quote-section { width: calc(100% - 24px); border-radius: 28px; }
  .quote-section blockquote { font-size: clamp(2rem, 10vw, 3.2rem); }
  .review-grid { grid-auto-columns: 86vw; padding-inline: 0; }
  .stay-dialog { width: calc(100% - 14px); max-height: 94dvh; border-radius: 24px; }
  .stay-dialog[open] { grid-template-rows: minmax(210px, 34dvh) minmax(0, 1fr); }
  .stay-dialog-media { min-height: 0; max-height: none; }
  .stay-dialog-copy { padding: 22px 18px 28px; }
  .stay-dialog-actions { position: sticky; bottom: -28px; margin: 10px -18px -28px; padding: 12px 18px 18px; background: linear-gradient(transparent, var(--paper) 18%); }
}
