/* ============================================================
   LA PEZCA — Custom layer
   ============================================================ */

:root {
  --navy-900: #091428;
  --navy-800: #0d1f38;
  --navy-700: #0f2244;
  --navy-600: #142951;
  --cream-50: #fbf6e9;
  --cream-100: #f7eed5;
  --cream-200: #f3e7c8;
  --gold-400: #ecc05a;
  --gold-500: #e0b545;
  --chile-500: #c4302b;
  --chile-600: #a82420;
  --sun-500: #e89a3c;

  --ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

html {
  scroll-behavior: smooth;
}

body {
  font-feature-settings: "ss01", "ss02", "ss03", "cv11";
}

/* Fraunces fine-tuning */
.font-display {
  font-variation-settings: "opsz" 64, "SOFT" 50, "WONK" 0;
  letter-spacing: -0.01em;
}

.font-display em {
  font-style: italic;
  font-variation-settings: "opsz" 64, "SOFT" 100, "WONK" 1;
}

/* ============================================================
   GRAIN OVERLAY
   ============================================================ */
.grain {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.55 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* ============================================================
   NAV
   ============================================================ */
.nav-link {
  position: relative;
  padding-bottom: 4px;
  transition: color 220ms ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: var(--gold-500);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 360ms var(--ease-soft);
}
.nav-link:hover {
  color: var(--gold-400);
}
.nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

#nav.is-scrolled {
  background: rgba(13, 31, 56, 0.92);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 18px 42px -28px rgba(0, 0, 0, 0.55);
}

#nav.is-scrolled .nav-text,
#nav.is-scrolled .nav-subtext {
  color: var(--cream-50);
}

.btn-pill {
  border-radius: 999px;
  transition: border-color 220ms ease, color 220ms ease,
    background 220ms ease, transform 220ms var(--ease-soft);
}
.btn-pill:hover {
  transform: translateY(-1px);
}

.logo-mark {
  box-shadow: 0 4px 18px -8px rgba(0, 0, 0, 0.45);
}

/* Mobile menu */
#mobileMenu.is-open {
  pointer-events: auto;
  opacity: 1;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  background:
    radial-gradient(1100px 600px at 20% 10%, rgba(232, 154, 60, 0.22), transparent 60%),
    radial-gradient(900px 500px at 90% 20%, rgba(196, 48, 43, 0.18), transparent 65%),
    radial-gradient(700px 600px at 70% 90%, rgba(28, 52, 97, 0.6), transparent 60%),
    linear-gradient(180deg, #0a1a32 0%, #0d1f38 35%, #122749 70%, #0d1f38 100%);
}

.hero-rays {
  background:
    repeating-conic-gradient(
      from 0deg at 80% 8%,
      rgba(236, 192, 90, 0.08) 0deg 4deg,
      transparent 4deg 16deg
    );
  filter: blur(0.5px);
  animation: rays-drift 60s linear infinite;
}
@keyframes rays-drift {
  to {
    transform: rotate(360deg);
  }
}

.hero-waves {
  height: 220px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(236, 192, 90, 0.18), transparent 70%),
    repeating-linear-gradient(
      90deg,
      transparent 0 60px,
      rgba(247, 238, 213, 0.06) 60px 64px,
      transparent 64px 120px,
      rgba(247, 238, 213, 0.04) 120px 124px
    );
  mask-image: linear-gradient(to top, black 30%, transparent);
}

.floaty {
  position: absolute;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}
.floaty-1 {
  width: 280px;
  height: 280px;
  top: 18%;
  right: -60px;
  background: radial-gradient(circle, rgba(232, 154, 60, 0.55), transparent 65%);
  animation: floaty 16s var(--ease-soft) infinite alternate;
}
.floaty-2 {
  width: 220px;
  height: 220px;
  bottom: 8%;
  left: 8%;
  background: radial-gradient(circle, rgba(196, 48, 43, 0.45), transparent 65%);
  animation: floaty 18s var(--ease-soft) infinite alternate-reverse;
}
.floaty-3 {
  width: 180px;
  height: 180px;
  top: 40%;
  left: 38%;
  background: radial-gradient(circle, rgba(236, 192, 90, 0.5), transparent 65%);
  animation: floaty 20s var(--ease-soft) infinite alternate;
}
.floaty-r1 {
  width: 320px;
  height: 320px;
  top: -40px;
  left: -60px;
  background: radial-gradient(circle, rgba(196, 48, 43, 0.35), transparent 65%);
  filter: blur(56px);
  opacity: 0.5;
  position: absolute;
  border-radius: 999px;
  animation: floaty 14s var(--ease-soft) infinite alternate;
}
.floaty-r2 {
  width: 360px;
  height: 360px;
  bottom: -80px;
  right: -80px;
  background: radial-gradient(circle, rgba(232, 154, 60, 0.32), transparent 65%);
  filter: blur(56px);
  opacity: 0.5;
  position: absolute;
  border-radius: 999px;
  animation: floaty 17s var(--ease-soft) infinite alternate-reverse;
}
@keyframes floaty {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(20px, -22px, 0) scale(1.07);
  }
}

/* HERO emblem */
.emblem {
  position: relative;
  display: grid;
  place-items: center;
}
.emblem-img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.45))
    drop-shadow(0 0 40px rgba(236, 192, 90, 0.22));
  animation: emblem-float 9s var(--ease-soft) infinite alternate;
}
@keyframes emblem-float {
  from {
    transform: translateY(-6px) rotate(-1deg);
  }
  to {
    transform: translateY(8px) rotate(1deg);
  }
}
.emblem-ring,
.emblem-ring-2 {
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  border: 1px dashed rgba(236, 192, 90, 0.45);
  animation: spin 60s linear infinite;
  pointer-events: none;
}
.emblem-ring-2 {
  inset: -6%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 238, 213, 0.12);
  animation-duration: 90s;
  animation-direction: reverse;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Scroll arrow */
.scroll-arrow {
  animation: arrow-bob 2.4s ease-in-out infinite;
}
@keyframes arrow-bob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
}

.dot-pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold-500);
  box-shadow: 0 0 0 0 rgba(236, 192, 90, 0.7);
  animation: dot-pulse 2s ease-out infinite;
}
@keyframes dot-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(236, 192, 90, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(236, 192, 90, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(236, 192, 90, 0);
  }
}

/* ============================================================
   TICKER
   ============================================================ */
.ticker-track {
  --speed: 60s;
}
.ticker {
  display: flex;
  width: max-content;
  animation: ticker-scroll var(--speed) linear infinite;
}
.ticker-row {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  padding-right: 36px;
  white-space: nowrap;
}
.ticker-sep {
  color: var(--chile-500);
  font-size: 1.2rem;
}
@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ============================================================
   EYEBROW
   ============================================================ */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: "Inter", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--chile-500);
  font-weight: 500;
}
.eyebrow-light {
  color: var(--gold-400);
}
.eyebrow-line {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.underline-wave {
  position: relative;
  white-space: nowrap;
}
.underline-wave::after {
  content: "";
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: -6px;
  height: 8px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 8' preserveAspectRatio='none'><path d='M0 4 Q 10 0 20 4 T 40 4 T 60 4 T 80 4' stroke='%23c4302b' stroke-width='2' fill='none' stroke-linecap='round'/></svg>") repeat-x center / 80px 8px;
  opacity: 0.85;
}

/* ============================================================
   PILLAR CARDS
   ============================================================ */
.pillar-card {
  position: relative;
  border-radius: 28px;
  padding: 38px 32px 60px;
  overflow: hidden;
  transition: transform 500ms var(--ease-soft), box-shadow 500ms var(--ease-soft);
  isolation: isolate;
}
.pillar-card:hover {
  transform: translateY(-4px);
}
.pillar-num {
  position: absolute;
  top: 22px;
  right: 26px;
  font-family: "Fraunces", serif;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  opacity: 0.7;
}
.pillar-title {
  font-family: "Fraunces", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
}
.pillar-text {
  margin-top: 12px;
  max-width: 28ch;
  line-height: 1.55;
  font-size: 0.98rem;
  opacity: 0.78;
}
.pillar-icon {
  position: absolute;
  bottom: 16px;
  right: 22px;
  font-size: 2.5rem;
  filter: grayscale(0.05);
  transform: rotate(-6deg);
  transition: transform 600ms var(--ease-spring);
}
.pillar-card:hover .pillar-icon {
  transform: rotate(-2deg) scale(1.08) translateY(-2px);
}

.pillar-card-dark {
  background: var(--navy-800);
  color: var(--cream-50);
  box-shadow: 0 30px 80px -50px rgba(13, 31, 56, 0.45);
}
.pillar-card-cream {
  background: var(--cream-50);
  color: var(--navy-800);
  border: 1px solid rgba(13, 31, 56, 0.06);
}
.pillar-card-chile {
  background: var(--chile-500);
  color: var(--cream-50);
  box-shadow: 0 30px 80px -50px rgba(196, 48, 43, 0.55);
}
.pillar-card-gold {
  background: var(--gold-500);
  color: var(--navy-900);
}

/* ============================================================
   BAR (Experiencia en barra)
   ============================================================ */
.bar-stage {
  position: relative;
  border-radius: 28px;
  padding: 36px;
  background: linear-gradient(180deg, rgba(247, 238, 213, 0.04), rgba(247, 238, 213, 0.01));
  border: 1px solid rgba(247, 238, 213, 0.1);
  backdrop-filter: blur(6px);
  overflow: hidden;
}

.bar-frame {
  position: relative;
  border-radius: 18px;
  padding: 36px 22px 18px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(236, 192, 90, 0.18), transparent 55%),
    linear-gradient(180deg, rgba(13, 31, 56, 0.65), rgba(9, 20, 40, 0.85));
  border: 1px solid rgba(236, 192, 90, 0.18);
  min-height: 320px;
}

.bar-light {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 24px;
  background: radial-gradient(ellipse, rgba(236, 192, 90, 0.55), transparent 70%);
  filter: blur(8px);
}

.bar-counter {
  position: relative;
  height: 110px;
  margin-top: 28px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(236, 192, 90, 0.32), rgba(196, 48, 43, 0.08) 70%, transparent),
    linear-gradient(180deg, var(--cream-100), #d4b894);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 18px 38px -22px rgba(196, 48, 43, 0.4);
  overflow: hidden;
}

.bar-prep {
  position: absolute;
  inset: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bar-prep .dot {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--chile-500);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  animation: prep-pulse 2s ease-in-out infinite;
}
.bar-prep .dot-2 {
  background: var(--gold-500);
  animation-delay: 0.25s;
  width: 22px;
  height: 22px;
}
.bar-prep .dot-3 {
  background: #4a7a4a;
  animation-delay: 0.5s;
  width: 16px;
  height: 16px;
}
.bar-prep .dot-4 {
  background: var(--sun-500);
  animation-delay: 0.75s;
  width: 20px;
  height: 20px;
}
.bar-prep .dot-5 {
  background: var(--cream-50);
  animation-delay: 1s;
  width: 14px;
  height: 14px;
}
@keyframes prep-pulse {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.85;
  }
  50% {
    transform: translateY(-3px);
    opacity: 1;
  }
}

.bar-stools {
  display: flex;
  justify-content: space-around;
  margin-top: 26px;
  padding: 0 8px;
}
.stool {
  width: 32px;
  height: 14px;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, var(--gold-500), #8a6420);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.35);
  position: relative;
}
.stool::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 2px;
  height: 18px;
  background: rgba(247, 238, 213, 0.4);
}

.bar-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 26px;
  gap: 18px;
  padding-top: 20px;
  border-top: 1px solid rgba(247, 238, 213, 0.12);
}
.bar-meta-label {
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(247, 238, 213, 0.55);
}
.bar-meta-value {
  margin-top: 6px;
  font-family: "Fraunces", serif;
  font-size: 1.2rem;
  color: var(--gold-400);
}

.bar-bullet {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.55;
}
.bar-bullet-mark {
  color: var(--gold-500);
  font-weight: 600;
  margin-top: 2px;
}

/* ============================================================
   DISH CARDS
   ============================================================ */
.dish-card {
  position: relative;
  border-radius: 24px;
  padding: 30px 28px 32px;
  background: var(--cream-50);
  border: 1px solid rgba(13, 31, 56, 0.08);
  transition: transform 500ms var(--ease-soft), box-shadow 500ms var(--ease-soft),
    border-color 500ms ease;
  display: flex;
  flex-direction: column;
}
.dish-card:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 48, 43, 0.28);
  box-shadow: 0 32px 80px -50px rgba(13, 31, 56, 0.35);
}

.dish-card-feature {
  background: linear-gradient(160deg, var(--navy-800), #122749);
  color: var(--cream-50);
  border-color: rgba(236, 192, 90, 0.2);
}
.dish-card-feature .dish-text {
  color: rgba(247, 238, 213, 0.78);
}
.dish-card-feature .dish-list li {
  color: var(--cream-100);
  border-color: rgba(247, 238, 213, 0.12);
}
.dish-card-feature .dish-tag {
  color: var(--gold-400);
}

.dish-card-coctel {
  background: var(--chile-500);
  color: var(--cream-50);
  border-color: transparent;
}
.dish-card-coctel .dish-text {
  color: rgba(247, 238, 213, 0.85);
}
.dish-card-coctel .dish-list li {
  border-color: rgba(247, 238, 213, 0.18);
}
.dish-card-coctel .dish-tag {
  color: var(--gold-400);
}

.dish-card-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}
.dish-illu {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(13, 31, 56, 0.05);
  color: var(--chile-500);
}
.dish-card-feature .dish-illu {
  background: rgba(247, 238, 213, 0.06);
  color: var(--gold-400);
}
.dish-card-coctel .dish-illu {
  background: rgba(247, 238, 213, 0.12);
  color: var(--cream-50);
}
.dish-illu svg {
  width: 28px;
  height: 28px;
}
.dish-title {
  font-family: "Fraunces", serif;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1;
}
.dish-heat {
  font-size: 0.95rem;
  letter-spacing: 0.06em;
}
.dish-text {
  margin-top: 14px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(13, 31, 56, 0.72);
}
.dish-list {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(13, 31, 56, 0.08);
  font-size: 0.92rem;
  display: flex;
  flex-direction: column;
}
.dish-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(13, 31, 56, 0.08);
}
.dish-list li:last-child {
  border-bottom: 0;
}
.dish-list li > span:first-child {
  font-weight: 500;
}
.dish-tag {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--chile-500);
  font-style: italic;
}

/* HEAT scale */
.heat-row {
  display: grid;
  grid-template-columns: 90px 160px 1fr;
  gap: 16px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(13, 31, 56, 0.1);
}
.heat-row:last-child {
  border-bottom: 0;
}
.heat-icons {
  font-size: 1.05rem;
  letter-spacing: 0.05em;
}
.heat-name {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 1.15rem;
  color: var(--navy-900);
}
.heat-desc {
  color: rgba(13, 31, 56, 0.7);
}

/* ============================================================
   ORIGEN
   ============================================================ */
.origin-tide {
  height: 280px;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(236, 192, 90, 0.16), transparent 60%),
    repeating-linear-gradient(
      90deg,
      transparent 0 80px,
      rgba(247, 238, 213, 0.05) 80px 84px,
      transparent 84px 160px,
      rgba(247, 238, 213, 0.03) 160px 164px
    );
  mask-image: linear-gradient(to top, black 30%, transparent);
}

.origin-card {
  position: relative;
  border-radius: 22px;
  padding: 30px 28px;
  background: rgba(247, 238, 213, 0.04);
  border: 1px solid rgba(247, 238, 213, 0.12);
  transition: transform 500ms var(--ease-soft), background 400ms ease;
}
.origin-card:hover {
  background: rgba(247, 238, 213, 0.08);
  transform: translateY(-3px);
}
.origin-card-alt {
  background: rgba(236, 192, 90, 0.06);
  border-color: rgba(236, 192, 90, 0.22);
}
.origin-num {
  font-family: "Fraunces", serif;
  font-size: 0.78rem;
  letter-spacing: 0.4em;
  color: var(--gold-400);
}
.origin-title {
  margin-top: 8px;
  font-family: "Fraunces", serif;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.05;
}
.origin-text {
  margin-top: 12px;
  font-size: 0.96rem;
  line-height: 1.55;
  color: rgba(247, 238, 213, 0.78);
}

/* ============================================================
   AMBIENTE
   ============================================================ */
.mood-card {
  position: relative;
  border-radius: 28px;
  padding: 40px 36px 44px;
  overflow: hidden;
  isolation: isolate;
  transition: transform 500ms var(--ease-soft);
}
.mood-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--mood-bg);
  z-index: -2;
}
.mood-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--mood-overlay);
  z-index: -1;
  opacity: 0.6;
}
.mood-card:hover {
  transform: translateY(-4px);
}

.mood-day {
  --mood-bg: linear-gradient(160deg, #fdf3d8, #f3e7c8 60%, #ecd9a5);
  --mood-overlay: radial-gradient(circle at 80% 0%, rgba(232, 154, 60, 0.4), transparent 60%);
  color: var(--navy-900);
  border: 1px solid rgba(13, 31, 56, 0.08);
}
.mood-night {
  --mood-bg: linear-gradient(160deg, #122849, #0d1f38 60%, #050d1c);
  --mood-overlay: radial-gradient(circle at 20% 0%, rgba(196, 48, 43, 0.35), transparent 60%);
  color: var(--cream-50);
  border: 1px solid rgba(247, 238, 213, 0.1);
}

.mood-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}
.mood-day .mood-time {
  color: var(--chile-500);
}
.mood-night .mood-time {
  color: var(--gold-400);
}
.mood-icon {
  font-size: 1.6rem;
}
.mood-title {
  margin-top: 26px;
  font-family: "Fraunces", serif;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 0.95;
}
.mood-text {
  margin-top: 16px;
  max-width: 38ch;
  line-height: 1.6;
  font-size: 1.02rem;
  opacity: 0.85;
}
.mood-list {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid currentColor;
  border-color: rgba(13, 31, 56, 0.12);
  font-size: 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0.85;
}
.mood-night .mood-list {
  border-color: rgba(247, 238, 213, 0.14);
}

/* ============================================================
   VISITA / MAPA
   ============================================================ */
.visit-info dt {
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--chile-500);
}
.visit-info dd {
  margin-top: 6px;
  font-family: "Fraunces", serif;
  font-size: 1.25rem;
  line-height: 1.2;
  color: var(--navy-900);
}

.map-frame {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(236, 192, 90, 0.18), transparent 60%),
    linear-gradient(160deg, var(--navy-800), #122849 70%, #091428);
  border: 1px solid rgba(247, 238, 213, 0.1);
  box-shadow: 0 40px 80px -50px rgba(0, 0, 0, 0.5);
  isolation: isolate;
}
.map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(247, 238, 213, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 238, 213, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(circle at center, black 40%, transparent 80%);
}
.map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  text-align: center;
  z-index: 3;
}
.pin-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border-radius: 999px;
  border: 2px solid var(--gold-500);
  opacity: 0;
  animation: pin-pulse 3.2s ease-out infinite;
}
@keyframes pin-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.4);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}
.pin-dot {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  overflow: hidden;
  background: var(--cream-100);
  border: 2px solid var(--gold-500);
  box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.55);
  z-index: 2;
}
.pin-label {
  margin-top: 12px;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gold-400);
}
.map-streets {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.street {
  position: absolute;
  font-size: 0.62rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(247, 238, 213, 0.5);
}
.street::before {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(247, 238, 213, 0.12);
}
.street-1 {
  top: 12%;
  left: 8%;
}
.street-1::before {
  width: 200px;
  top: -6px;
  left: -10px;
}
.street-2 {
  top: 32%;
  right: 10%;
}
.street-2::before {
  width: 180px;
  top: -6px;
  right: -10px;
}
.street-3 {
  bottom: 28%;
  left: 12%;
}
.street-3::before {
  width: 160px;
  top: -6px;
  left: -10px;
}
.street-4 {
  bottom: 12%;
  right: 14%;
}
.street-4::before {
  width: 200px;
  top: -6px;
  right: -10px;
}

.map-compass {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  border: 1px solid rgba(247, 238, 213, 0.2);
  display: grid;
  place-items: center;
  font-family: "Fraunces", serif;
  color: var(--gold-400);
  font-size: 0.72rem;
}
.compass-needle {
  position: absolute;
  inset: 14px;
  background: conic-gradient(from 0deg, var(--chile-500) 0deg 30deg, transparent 30deg 360deg);
  mask-image: radial-gradient(circle, transparent 30%, black 31%);
  border-radius: 999px;
  opacity: 0.7;
}
.compass-n {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}

/* ============================================================
   RESERVA
   ============================================================ */
.reserve-bg {
  background:
    radial-gradient(ellipse at 30% 30%, rgba(236, 192, 90, 0.2), transparent 60%),
    radial-gradient(ellipse at 70% 70%, rgba(196, 48, 43, 0.2), transparent 60%);
}

.reserve-input {
  flex: 1;
  border-radius: 999px;
  background: rgba(247, 238, 213, 0.06);
  border: 1px solid rgba(247, 238, 213, 0.18);
  color: var(--cream-50);
  padding: 18px 24px;
  font-size: 1rem;
  transition: border-color 220ms ease, background 220ms ease;
}
.reserve-input::placeholder {
  color: rgba(247, 238, 213, 0.45);
}
.reserve-input:focus {
  outline: none;
  border-color: var(--gold-500);
  background: rgba(247, 238, 213, 0.1);
}

.reserve-btn {
  border-radius: 999px;
  background: var(--gold-500);
  color: var(--navy-900);
  padding: 18px 32px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  transition: background 220ms ease, transform 220ms var(--ease-soft),
    box-shadow 220ms ease;
}
.reserve-btn:hover {
  background: var(--gold-400);
  transform: translateY(-1px);
  box-shadow: 0 18px 40px -14px rgba(236, 192, 90, 0.55);
}

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 900ms var(--ease-soft), transform 900ms var(--ease-soft);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* No-JS fallback */
.no-js .reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* ============================================================
   RESPONSIVE TWEAKS
   ============================================================ */
@media (max-width: 720px) {
  .heat-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }
  .pillar-card {
    padding: 32px 26px 56px;
  }
  .mood-title {
    font-size: 2.1rem;
  }
  .bar-meta {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 380px) {
  .dish-title {
    font-size: 1.5rem;
  }
  .pillar-title {
    font-size: 1.7rem;
  }
}
