: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;
}

* {
  box-sizing: border-box;
}

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

html[data-theme="evening"] {
  color-scheme: light;
  --bone: #211b17;
  --paper: #2b241d;
  --cream: #352b22;
  --ink: #fff7ea;
  --soft-ink: #d9c9b3;
  --muted: #a9957a;
  --olive: #d7c08b;
  --gold: #f2d493;
  --gold-2: #ffe3a6;
  --line: rgba(242, 212, 147, 0.22);
  --glass: rgba(43, 36, 29, 0.68);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
  --lamp-glow: rgba(242, 212, 147, 0.45);
  --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 18% 16%, rgba(242, 212, 147, 0.24), transparent 18rem),
    radial-gradient(circle at 80% 12%, rgba(183, 140, 77, 0.22), transparent 22rem),
    radial-gradient(circle at 55% 80%, rgba(71, 81, 63, 0.22), transparent 28rem),
    linear-gradient(180deg, #241d17 0%, #181410 48%, #241b15 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: minmax(210px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(12px, 2vw, 26px);
  width: min(calc(100% - clamp(24px, 4vw, 72px)), 1540px);
  margin: 12px auto 0;
  padding: 10px 12px;
  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: 11px;
  min-width: 0;
}

.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 {
  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;
}

.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.78rem;
  font-weight: 600;
  scrollbar-width: none;
}

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

.site-nav a {
  flex: 0 0 auto;
  padding: 9px 11px;
  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 17px;
  font-size: 0.82rem;
  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.9fr) minmax(340px, 0.78fr);
  gap: clamp(24px, 5vw, 84px);
  align-items: center;
  min-height: min(860px, calc(100dvh - 74px));
  overflow: clip;
  padding: clamp(58px, 7vw, 106px) 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(4rem, 8.8vw, 9rem);
  line-height: 0.86;
}

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(70dvh, 620px);
  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,.8), rgba(244,238,228,.52)),
    url("https://images.unsplash.com/photo-1518002054494-3a6f94352e9d?auto=format&fit=crop&w=1500&q=82") 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("https://images.unsplash.com/photo-1518002054494-3a6f94352e9d?auto=format&fit=crop&w=1500&q=82") center/cover;
}

.eirene-theme-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255,254,250,.55), rgba(33,27,23,.34)),
    radial-gradient(circle at 75% 20%, rgba(242, 212, 147, 0.35), 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,
.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,
.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);
}

.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: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: 1;
  display: grid;
  gap: 12px;
  padding: 26px;
  color: #fffefa;
}

.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;
}

.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: stretch;
}

.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;
}

.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));
  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 2rem/1 var(--serif);
}

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

.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);
}

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

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

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

.traffic-dot {
  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%, 260px);
  aspect-ratio: 1;
  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: 4px;
}

.footer-brand span {
  color: var(--ink);
  font-weight: 800;
}

.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-mark {
  width: 48px;
  height: 48px;
  background: rgba(255, 254, 250, 0.88);
  color: var(--gold);
  box-shadow: inset 0 0 0 1px rgba(183, 140, 77, 0.24), 0 12px 26px rgba(33, 27, 23, 0.12);
}

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

html[data-theme="evening"] .brand-mark {
  background: rgba(255, 242, 207, 0.14);
  color: var(--gold-2);
}

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

.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 {
  display: block;
  width: clamp(142px, 18vw, 250px);
  height: auto;
  margin: 0 0 clamp(22px, 3vw, 36px);
  border-radius: 24px;
  mix-blend-mode: multiply;
  opacity: 0.95;
}

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

html[data-theme="evening"] .hero-logo-lockup {
  padding: 8px 10px;
  background: rgba(255, 254, 250, 0.9);
  mix-blend-mode: normal;
  box-shadow: 0 0 38px rgba(242, 212, 147, 0.14);
}

.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;
}

.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: 14px;
  margin-top: 4px;
  padding: clamp(22px, 3vw, 34px);
  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: 7px;
}

.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: 44px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 14px;
  color: var(--ink);
  background: rgba(255, 254, 250, 0.76);
  outline: 0;
}

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

@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 .theme-toggle,
  .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,
  .menu-list-layout,
  .weather-section,
  .map-shell,
  .reviews-section,
  .contact-section,
  .section-head {
    grid-template-columns: 1fr;
  }

  .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,
  .section-shell,
  .kitchen-section,
  .weather-section,
  .map-section,
  .reviews-section,
  .gallery-section,
  .contact-section,
  .site-footer {
    width: min(100% - 24px, 1480px);
  }

  .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;
  }

  .hero-logo-lockup {
    width: 138px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-mark img {
    width: 30px;
    height: 30px;
  }

  .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;
  }

  .gallery-rail {
    grid-auto-columns: 78vw;
    padding-inline: 0;
  }

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

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

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

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