:root {
  --bg: #f5f5f7;
  --bg-warm: #fbfbfd;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --surface-soft: rgba(248, 248, 250, 0.84);
  --surface-dark: #0f172a;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --accent: #0071e3;
  --accent-2: #42a1ec;
  --accent-deep: #0058b0;
  --accent-soft: #eaf3ff;
  --line: rgba(29, 29, 31, 0.08);
  --line-strong: rgba(29, 29, 31, 0.14);
  --shadow: 0 18px 36px rgba(0, 113, 227, 0.16);
  --shadow-soft: 0 24px 60px rgba(15, 23, 42, 0.1);
  --shadow-card: 0 16px 40px rgba(15, 23, 42, 0.08);
  --radius-lg: 32px;
  --radius-md: 24px;
  --radius-sm: 18px;
  --font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  --font-display: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  isolation: isolate;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  font-family: var(--font-sans);
  background:
    radial-gradient(circle at top left, rgba(90, 167, 255, 0.22), transparent 34%),
    radial-gradient(circle at top right, rgba(191, 219, 254, 0.38), transparent 24%),
    linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 42%, #ffffff 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: -3;
  border-radius: 50%;
  filter: blur(12px);
}

body::before {
  top: 7rem;
  right: -7rem;
  width: 21rem;
  height: 21rem;
  background: radial-gradient(circle, rgba(0, 113, 227, 0.14), transparent 70%);
}

body::after {
  left: -6rem;
  bottom: 6rem;
  width: 19rem;
  height: 19rem;
  background: radial-gradient(circle, rgba(125, 149, 178, 0.14), transparent 70%);
}

body.auth-modal-open {
  overflow: hidden;
}

.momo-smoke-scene {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 0.34;
}

.momo-smoke-scene::before {
  content: "";
  position: absolute;
  left: 50%;
  width: min(72rem, 96vw);
  bottom: -10rem;
  height: 18rem;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 50% 100%, rgba(255, 193, 139, 0.12), transparent 38%),
    radial-gradient(ellipse at 30% 100%, rgba(198, 204, 210, 0.1), transparent 34%),
    radial-gradient(ellipse at 70% 100%, rgba(198, 204, 210, 0.1), transparent 34%);
  filter: blur(34px);
  opacity: 0.92;
}

.steam-plume {
  --steam-duration: 18s;
  position: absolute;
  bottom: -8rem;
  width: clamp(4.5rem, 7vw, 6.5rem);
  height: clamp(18rem, 26vw, 24rem);
  border-radius: 999px;
  opacity: 0;
  filter: blur(18px);
  mix-blend-mode: normal;
  transform-origin: center bottom;
  will-change: transform, opacity;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(221, 226, 231, 0.08) 18%, rgba(205, 211, 217, 0.14) 48%, rgba(255, 193, 139, 0.1) 82%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(ellipse at 50% 22%, rgba(232, 236, 240, 0.16), transparent 42%),
    radial-gradient(ellipse at 50% 70%, rgba(198, 204, 210, 0.14), transparent 42%);
  animation: steam-rise var(--steam-duration) ease-in-out infinite;
}

.steam-plume::before,
.steam-plume::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.steam-plume::before {
  inset: 12% 24% 18% 24%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(245, 247, 249, 0.22) 34%, rgba(221, 226, 231, 0.08) 68%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(8deg);
}

.steam-plume::after {
  inset: 18% 16% 24% 16%;
  border-radius: 999px;
  background: radial-gradient(ellipse at 50% 36%, rgba(250, 251, 252, 0.18), transparent 44%);
  filter: blur(8px);
}

.steam-plume-one {
  left: 12%;
  --steam-duration: 19s;
  animation-delay: -4s;
}

.steam-plume-two {
  left: 31%;
  --steam-duration: 22s;
  animation-delay: -11s;
}

.steam-plume-three {
  left: 48%;
  width: clamp(5rem, 7.5vw, 7rem);
  --steam-duration: 20s;
  animation-delay: -7s;
}

.steam-plume-four {
  right: 27%;
  --steam-duration: 21s;
  animation-delay: -14s;
}

.steam-plume-five {
  right: 12%;
  width: clamp(4.25rem, 6.5vw, 6rem);
  --steam-duration: 18s;
  animation-delay: -9s;
}

@keyframes steam-rise {
  0% {
    transform: translate3d(0, 5rem, 0) scale(0.92) rotate(-8deg);
    opacity: 0;
  }

  18% {
    opacity: 0.12;
  }

  48% {
    opacity: 0.22;
  }

  72% {
    transform: translate3d(0.8rem, -5rem, 0) scale(1.04) rotate(4deg);
    opacity: 0.14;
  }

  100% {
    transform: translate3d(-0.8rem, -12rem, 0) scale(1.12) rotate(-5deg);
    opacity: 0;
  }
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: -0.04em;
}

p {
  margin: 0;
}

a {
  color: inherit;
}

img,
video {
  display: block;
  max-width: 100%;
}

[data-parallax] {
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.bg-blur {
  position: fixed;
  display: block;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(16px);
  opacity: 0.7;
  z-index: -2;
}

.bg-blur-one {
  width: 19rem;
  height: 19rem;
  top: -6rem;
  left: -5rem;
  background: radial-gradient(circle, rgba(92, 168, 255, 0.28), transparent 70%);
}

.bg-blur-two {
  width: 24rem;
  height: 24rem;
  right: -8rem;
  bottom: -10rem;
  background: radial-gradient(circle, rgba(174, 198, 255, 0.22), transparent 72%);
}

.site-header,
.search-home-topbar,
.search-home,
.search-home-footer,
.site-footer,
main,
footer,
.section,
.site-footer {
  width: min(1180px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.site-header,
.search-home-topbar,
.search-home,
.search-home-footer,
main,
footer,
.section,
.site-footer {
  position: relative;
  z-index: 2;
}

.site-header {
  position: sticky;
  top: 0.95rem;
  z-index: 20;
  margin-top: 0.95rem;
  padding: 0.9rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(18px) saturate(120%);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--text);
  line-height: 0;
}

.brand-logo {
  display: block;
  width: min(205px, 34vw);
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  flex-wrap: wrap;
}

.site-nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 600;
  font-size: 0.93rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.site-nav .btn,
.site-nav button.btn {
  color: #fff;
}

.menu-toggle {
  display: none;
  border: 0;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 999px;
  padding: 0.68rem 0.92rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.btn {
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.84rem 1.2rem;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 40px rgba(0, 113, 227, 0.24);
}

.btn:active {
  transform: translateY(0);
}

.btn-small {
  padding: 0.68rem 1.02rem;
}

.auth-toggle {
  min-width: 92px;
}

.section {
  position: relative;
  margin-top: clamp(3rem, 6vw, 4.75rem);
}

.eyebrow {
  width: fit-content;
  border: 1px solid rgba(0, 113, 227, 0.14);
  border-radius: 999px;
  background: rgba(247, 250, 255, 0.92);
  color: var(--accent);
  padding: 0.42rem 0.76rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  margin-top: 1.35rem;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 1.25rem;
  align-items: stretch;
}

.hero-content,
.hero-visual,
.card,
.review,
.promo,
.menu-item,
.google-card,
.city-card,
.content-card,
.faq-item,
.district-card,
.city-stat,
.cta-panel,
.auth-modal-card,
.legal-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 248, 251, 0.88));
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(12px);
}

.hero-content,
.hero-visual {
  position: relative;
  overflow: hidden;
  padding: clamp(1.3rem, 3vw, 2rem);
}

.hero-content::before,
.hero-visual::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.hero-content::before {
  top: -4rem;
  right: -4rem;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 176, 255, 0.32), transparent 72%);
}

.hero-content > *,
.hero-visual > * {
  position: relative;
  z-index: 1;
}

.hero h1 {
  margin-top: 1rem;
  max-width: 11ch;
  font-size: clamp(2.7rem, 6vw, 5.45rem);
  line-height: 0.94;
}

.hero-copy {
  margin-top: 1rem;
  max-width: 56ch;
  color: var(--muted);
  line-height: 1.75;
  font-size: 1rem;
}

.hero-meta-grid {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.hero-meta-card {
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  padding: 0.95rem 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.hero-meta-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.38rem;
  font-weight: 800;
  line-height: 1.05;
  color: var(--text);
}

.hero-meta-card span {
  display: block;
  margin-top: 0.48rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.hero-action-row {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.hero-action-row .inline-link {
  margin-top: 0;
}

.finder {
  margin-top: 1.55rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.72rem;
  padding: 0.58rem;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.finder input {
  flex: 1 1 260px;
  min-width: 0;
  border: 0;
  padding: 0.96rem 1rem;
  background: transparent;
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.finder input::placeholder {
  color: #8d8d93;
}

.finder input:focus {
  outline: none;
}

.finder:focus-within {
  border-color: rgba(0, 113, 227, 0.24);
  box-shadow: 0 18px 40px rgba(0, 113, 227, 0.12);
}

.finder .btn {
  padding: 0.96rem 1.4rem;
  white-space: nowrap;
}

.finder-result {
  min-height: 1.4rem;
  margin-top: 0.85rem;
  color: var(--accent-deep);
  font-weight: 700;
  font-size: 0.93rem;
}

.finder-help {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.finder-help a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.finder-help a:hover {
  text-decoration: underline;
}

.quick-tags {
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.quick-tags li {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.58rem 0.92rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.hero-visual {
  gap: 1rem;
  background: linear-gradient(155deg, #0f172a 0%, #111827 46%, #1e293b 100%);
  color: #fff;
}

.hero-visual::before {
  right: -5rem;
  bottom: -6rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(64, 156, 255, 0.26), transparent 72%);
}

.hero-image-holder {
  position: relative;
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #0a1020;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.hero-image-holder picture {
  display: block;
  height: 100%;
}

.hero-image-holder img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  transform: scale(1.03);
}

.hero-image-holder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 10, 18, 0) 34%, rgba(8, 10, 18, 0.58) 100%);
  pointer-events: none;
}

.hero-visual-stack {
  display: grid;
  gap: 0.75rem;
}

.hero-info-card,
.hero-mini-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem 1.05rem;
  backdrop-filter: blur(14px);
}

.hero-info-card h3 {
  font-size: 1.35rem;
  line-height: 1.1;
}

.hero-info-card p {
  margin-top: 0.6rem;
  color: rgba(244, 247, 255, 0.76);
  line-height: 1.6;
}

.hero-mini-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.hero-mini-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.08;
}

.hero-mini-card span {
  display: block;
  margin-top: 0.45rem;
  color: rgba(244, 247, 255, 0.76);
  font-size: 0.88rem;
  line-height: 1.5;
}

.hero-visual .pill {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.35rem;
}

.section-head h2 {
  max-width: 14ch;
}

.section-head p {
  max-width: 44ch;
  color: var(--muted);
  line-height: 1.72;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.02;
}

.spot-grid,
.review-grid,
.google-grid,
.city-grid,
.content-grid,
.faq-grid,
.district-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.card,
.city-card,
.content-card,
.faq-item,
.district-card,
.google-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  padding: 1.2rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.card::before,
.city-card::before,
.content-card::before,
.faq-item::before,
.district-card::before,
.google-card::before {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 113, 227, 0.3), transparent);
  pointer-events: none;
}

.card:hover,
.city-card:hover,
.content-card:hover,
.faq-item:hover,
.district-card:hover,
.google-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
  border-color: rgba(0, 113, 227, 0.14);
}

.review,
.promo,
.menu-item,
.city-stat,
.cta-panel {
  position: relative;
  overflow: hidden;
  padding: 1.2rem;
}

.pill {
  width: fit-content;
  margin: 0 0 0.85rem;
  border: 1px solid rgba(0, 113, 227, 0.12);
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  padding: 0.4rem 0.72rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.card h3,
.city-card h3,
.content-card h3,
.faq-item h3,
.district-card h3,
.google-card h3 {
  font-size: 1.26rem;
  line-height: 1.15;
}

.card p,
.city-card p,
.content-card p,
.faq-item p,
.district-card p,
.google-card p {
  margin-top: 0.5rem;
  color: var(--muted);
  line-height: 1.64;
}

.meta {
  color: #86868b;
  font-size: 0.88rem;
}

.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.75rem;
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.inline-link:hover {
  color: var(--accent-deep);
}

.listing-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.84rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  padding: 0.52rem 0.86rem;
  border: 1px solid rgba(0, 113, 227, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.listing-link:hover {
  transform: translateY(-1px);
  background: #f4f8ff;
  box-shadow: 0 12px 24px rgba(0, 113, 227, 0.1);
}

.coming-soon {
  display: inline-flex;
  align-items: center;
  margin-top: 0.75rem;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.87rem;
}

.city-links {
  margin-top: 2.4rem;
}

.city-link-cloud,
.search-chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.style-cloud {
  margin-top: 0.85rem;
}

.city-chip {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.58rem 0.92rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.city-chip:hover {
  transform: translateY(-1px);
  color: var(--accent);
  border-color: rgba(0, 113, 227, 0.2);
  background: #f5f9ff;
  box-shadow: 0 14px 30px rgba(0, 113, 227, 0.08);
}

.city-chip-active {
  background: linear-gradient(135deg, rgba(0, 113, 227, 0.1), rgba(66, 161, 236, 0.14));
  border-color: rgba(0, 113, 227, 0.2);
  color: var(--accent);
}

.search-cluster {
  margin-top: 2.8rem;
}

.updated-at {
  margin-top: 0.55rem;
  color: #86868b;
  font-size: 0.84rem;
  letter-spacing: 0.01em;
}

.google-listings {
  margin-top: 2.2rem;
}

.google-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 248, 252, 0.9));
}

.google-card .address {
  font-size: 0.92rem;
}

.listing-actions {
  margin-top: auto;
  padding-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.listing-actions .inline-link {
  margin-top: 0;
}

.listing-buy {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.82rem;
  border-radius: 999px;
  padding: 0.46rem 0.76rem;
  border: 1px solid var(--line);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.listing-buy:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.buy-zomato {
  color: #e23744;
  background: #fff0f2;
  border-color: #f3c0c6;
}

.buy-swiggy {
  color: #fc8019;
  background: #fff6e8;
  border-color: #f1d29e;
}

.menu-list {
  display: grid;
  gap: 1rem;
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.menu-item p {
  margin-top: 0.35rem;
  color: var(--muted);
}

.menu-item span {
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
}

.promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.promo p,
.promo h2 {
  margin-top: 0.6rem;
}

.timer {
  min-width: 7ch;
  color: var(--accent);
  text-align: right;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3.6vw, 2.25rem);
  font-weight: 800;
  line-height: 1;
}

.review {
  line-height: 1.7;
  color: var(--muted);
}

.review cite {
  display: block;
  margin-top: 0.8rem;
  color: var(--muted);
  font-style: normal;
  font-weight: 600;
}

.breadcrumb {
  color: #86868b;
  font-size: 0.9rem;
}

.breadcrumb a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
}

.city-hero {
  padding: clamp(1.35rem, 3vw, 2.1rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 252, 0.88));
  box-shadow: var(--shadow-soft);
}

.city-hero .hero-copy {
  max-width: 72ch;
}

.city-signal {
  margin-top: 0.75rem;
}

.city-stat-grid {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.city-stat {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 247, 252, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 14px 30px rgba(15, 23, 42, 0.06);
}

.city-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.68rem;
  font-weight: 800;
  line-height: 1;
  color: var(--text);
}

.city-stat span {
  display: block;
  margin-top: 0.5rem;
  color: var(--muted);
  line-height: 1.5;
}

.price-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 252, 0.9));
  box-shadow: var(--shadow-card);
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 420px;
}

.price-table th,
.price-table td {
  padding: 0.95rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid rgba(29, 29, 31, 0.08);
}

.price-table thead th {
  background: rgba(244, 248, 255, 0.92);
  color: #556274;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-table tbody tr:hover {
  background: rgba(245, 249, 255, 0.72);
}

.price-table tbody tr:last-child td {
  border-bottom: 0;
}

.cta-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.96), rgba(237, 245, 255, 0.92));
}

.cta-panel h2 {
  max-width: 14ch;
}

.cta-panel p {
  color: var(--muted);
  line-height: 1.65;
}

.video-banner-section {
  margin-top: 2.25rem;
}

.video-banner-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.97), rgba(17, 24, 39, 0.97));
  color: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

.video-banner-media {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0a1020;
}

.video-banner-media video {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.video-banner-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
}

.video-banner-copy p {
  color: rgba(255, 245, 245, 0.74);
  line-height: 1.7;
}

.video-banner-copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.04;
}

.video-banner-copy .btn {
  margin-top: 0.2rem;
}

.faq .faq-item {
  min-height: 100%;
}

.site-footer {
  margin-block: 3.8rem 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(29, 29, 31, 0.08);
  color: var(--muted);
  font-size: 0.92rem;
}

.site-footer p {
  line-height: 1.6;
}

.legal-links {
  margin-top: 0.45rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}

.legal-links a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
}

.legal-links a:hover {
  color: var(--accent-deep);
}

.footer-whatsapp-link {
  color: #128c7e !important;
  font-weight: 700;
}

.footer-whatsapp-link:hover {
  color: #0c6d62 !important;
}

.legal-shell {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.legal-meta {
  margin-top: 0.8rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.legal-prose {
  margin-top: 1.15rem;
}

.legal-prose h2 {
  margin-top: 1.1rem;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
}

.legal-prose p {
  margin-top: 0.7rem;
  color: var(--muted);
  line-height: 1.7;
}

.legal-prose ul {
  margin-top: 0.7rem;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.7;
}

.legal-prose li + li {
  margin-top: 0.35rem;
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(8, 10, 14, 0.48);
  backdrop-filter: blur(16px);
}

.auth-modal[hidden] {
  display: none;
}

.auth-modal-card {
  position: relative;
  width: min(560px, 100%);
  padding: 1.4rem;
}

.auth-close {
  position: absolute;
  top: 0.7rem;
  right: 0.75rem;
  width: 2.1rem;
  height: 2.1rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  color: var(--muted);
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.auth-copy {
  margin-top: 0.7rem;
  color: var(--muted);
  line-height: 1.65;
}

.auth-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.auth-provider {
  min-width: 210px;
}

.auth-google {
  background: linear-gradient(135deg, #ea4335, #f97316);
}

.auth-facebook {
  background: linear-gradient(135deg, #1877f2, #4f8cff);
}

.auth-state {
  margin-top: 0.9rem;
  min-height: 1.1rem;
  color: var(--muted);
  font-size: 0.88rem;
}

body[data-page-type="home"] {
  background:
    radial-gradient(circle at 50% 100%, rgba(255, 196, 146, 0.16), transparent 28%),
    linear-gradient(180deg, #fffefb 0%, #ffffff 38%, #f7fbff 100%);
}

body[data-page-type="home"]::before,
body[data-page-type="home"]::after {
  content: none;
}

body[data-page-type="home"] .bg-blur {
  display: none;
}

body[data-page-type="home"] .steam-plume {
  display: none;
}

body[data-page-type="home"] .momo-smoke-scene {
  opacity: 0.12;
}

body[data-page-type="home"] .momo-smoke-scene::before {
  width: min(42rem, 90vw);
  height: 16rem;
  bottom: -9rem;
  opacity: 0.42;
}

body[data-page-type="home"] .momo-smoke-scene::after {
  content: none;
}

@keyframes home-smoke-drift {
  0% {
    transform: translate3d(-0.6rem, 0.3rem, 0) scale(0.98);
    opacity: 0.32;
  }

  100% {
    transform: translate3d(0.8rem, -0.4rem, 0) scale(1.02);
    opacity: 0.48;
  }
}

.search-home-topbar,
.search-home,
.search-home-footer {
  width: min(1160px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.search-home-topbar {
  padding: 1.25rem 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.search-home-mini-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.search-home-mini-logo {
  display: block;
  width: min(190px, 38vw);
  height: auto;
}

.search-home {
  min-height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 2.5rem;
}

.search-home-hero {
  width: 100%;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  isolation: isolate;
  padding: 1.25rem 0 0.9rem;
}

.search-home-hero > :not(.search-hero-steam) {
  position: relative;
  z-index: 1;
}

.search-hero-steam {
  position: absolute;
  inset: -1.5rem -4rem -1.75rem;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
}

.search-hero-steam::before {
  content: "";
  position: absolute;
  left: 50%;
  width: min(32rem, 82vw);
  bottom: 1rem;
  height: 10rem;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 50% 100%, rgba(255, 193, 139, 0.16), transparent 34%),
    radial-gradient(ellipse at 50% 100%, rgba(207, 212, 218, 0.12), transparent 52%);
  filter: blur(18px);
  opacity: 0.88;
}

.search-hero-steam::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(20rem, 55vw);
  top: 0.75rem;
  height: 11rem;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 50% 62%, rgba(211, 216, 222, 0.18), transparent 44%),
    radial-gradient(ellipse at 50% 80%, rgba(242, 244, 246, 0.14), transparent 52%);
  filter: blur(24px);
  opacity: 0.52;
  animation: home-smoke-drift 12s ease-in-out infinite alternate;
}

.search-hero-steam-plume {
  position: absolute;
  bottom: 2.35rem;
  width: clamp(3.9rem, 6vw, 5.4rem);
  height: clamp(12rem, 20vw, 16rem);
  border-radius: 999px;
  filter: blur(14px);
  mix-blend-mode: normal;
  opacity: 0;
  transform-origin: center bottom;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(224, 229, 234, 0.18) 18%, rgba(210, 215, 221, 0.28) 48%, rgba(255, 193, 139, 0.14) 78%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(ellipse at 50% 22%, rgba(240, 243, 246, 0.2), transparent 42%),
    radial-gradient(ellipse at 50% 70%, rgba(203, 208, 214, 0.18), transparent 42%);
  animation: hero-steam-rise var(--hero-steam-duration, 10s) ease-in-out infinite;
}

.search-hero-steam-plume::before,
.search-hero-steam-plume::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.search-hero-steam-plume::before {
  inset: 12% 26% 18% 26%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(247, 248, 250, 0.24) 34%, rgba(222, 227, 232, 0.08) 68%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(10deg);
}

.search-hero-steam-plume::after {
  inset: 18% 18% 24% 18%;
  background: radial-gradient(ellipse at 50% 36%, rgba(250, 251, 252, 0.16), transparent 44%);
  filter: blur(6px);
}

.search-hero-steam-plume.plume-a {
  left: 20%;
  --hero-steam-duration: 9s;
  animation-delay: -2s;
}

.search-hero-steam-plume.plume-b {
  left: 36%;
  --hero-steam-duration: 11s;
  animation-delay: -5s;
}

.search-hero-steam-plume.plume-c {
  right: 36%;
  --hero-steam-duration: 10s;
  animation-delay: -7s;
}

.search-hero-steam-plume.plume-d {
  right: 20%;
  --hero-steam-duration: 9.5s;
  animation-delay: -3s;
}

@keyframes hero-steam-rise {
  0% {
    transform: translate3d(0, 3rem, 0) scale(0.92) rotate(-8deg);
    opacity: 0;
  }

  18% {
    opacity: 0.14;
  }

  46% {
    opacity: 0.26;
  }

  74% {
    transform: translate3d(0.55rem, -2.8rem, 0) scale(1.04) rotate(5deg);
    opacity: 0.18;
  }

  100% {
    transform: translate3d(-0.55rem, -8.5rem, 0) scale(1.1) rotate(-4deg);
    opacity: 0;
  }
}

.search-home-kicker {
  color: #5f6368;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.search-home-heading {
  margin-top: 0.6rem;
  max-width: none;
  font-size: clamp(1rem, 2vw, 1.55rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.search-home-copy {
  margin-top: 1rem;
  max-width: 38rem;
  color: #5f6368;
  font-size: 1rem;
  line-height: 1.7;
}

.search-home-form {
  width: 100%;
  max-width: 720px;
  margin-top: 1.6rem;
  padding: 0.72rem 0.8rem;
  gap: 0.8rem;
  border-color: rgba(32, 33, 36, 0.12);
  box-shadow: 0 2px 14px rgba(60, 64, 67, 0.12);
}

.search-home-form:hover,
.search-home-form:focus-within {
  border-color: rgba(32, 33, 36, 0.18);
  box-shadow: 0 4px 18px rgba(60, 64, 67, 0.16);
}

.search-home-form input {
  padding-inline: 0.7rem;
  font-size: 1.02rem;
}

.search-home-form .btn {
  padding-inline: 1.5rem;
  box-shadow: none;
}

.search-home-status {
  margin-top: 1rem;
  color: #5f6368;
  font-weight: 500;
}

.search-results {
  width: 100%;
  margin-top: 1.4rem;
  position: relative;
  padding-top: 1.4rem;
}

.search-results::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(32, 33, 36, 0), rgba(32, 33, 36, 0.14) 12%, rgba(32, 33, 36, 0.14) 88%, rgba(32, 33, 36, 0));
}

.search-results-head {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.search-results-query {
  color: var(--text);
  font-size: 1.28rem;
  font-weight: 700;
}

.search-results-summary {
  color: #5f6368;
  line-height: 1.6;
}

.search-results-layout {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 2rem;
  align-items: start;
}

.search-results-grid {
  display: grid;
  gap: 1rem;
}

.search-result-card,
.search-side-card {
  border: 1px solid rgba(32, 33, 36, 0.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(60, 64, 67, 0.08);
}

.search-result-card {
  padding: 1.25rem 1.35rem;
}

.search-result-card-empty {
  display: grid;
  gap: 0.6rem;
}

.search-result-card-empty h2 {
  font-size: 1.1rem;
}

.search-result-card-empty p {
  color: #5f6368;
  line-height: 1.6;
}

.search-result-meta {
  color: #5f6368;
  font-size: 0.83rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.search-result-title {
  display: inline-block;
  margin-top: 0.48rem;
  color: #1a0dab;
  font-family: var(--font-display);
  font-size: 1.38rem;
  line-height: 1.24;
  text-decoration: none;
}

.search-result-title:hover {
  text-decoration: underline;
}

.search-result-url {
  margin-top: 0.3rem;
  color: #188038;
  font-size: 0.92rem;
  line-height: 1.5;
  word-break: break-word;
}

.search-result-desc {
  margin-top: 0.45rem;
  color: #5f6368;
  line-height: 1.7;
}

.search-side-card {
  position: sticky;
  top: 1.5rem;
  padding: 1.25rem;
}

.search-side-card h2 {
  margin-top: 0.7rem;
  font-size: 1.32rem;
  line-height: 1.12;
}

.search-side-card p:not(.pill) {
  margin-top: 0.6rem;
  color: #5f6368;
  line-height: 1.7;
}

.search-results-cta {
  width: fit-content;
  margin-top: 0.75rem;
  text-align: center;
}

.search-live-listings {
  width: 100%;
  margin-top: 2rem;
}

.search-city-tabs-section {
  width: 100%;
  margin-top: 1.4rem;
  position: relative;
  padding-top: 1.4rem;
}

.search-city-tabs-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(32, 33, 36, 0), rgba(32, 33, 36, 0.14) 12%, rgba(32, 33, 36, 0.14) 88%, rgba(32, 33, 36, 0));
}

.search-city-tab-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.search-city-tab {
  appearance: none;
  border: 1px solid rgba(32, 33, 36, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #3c4043;
  padding: 0.72rem 1.05rem;
  font: inherit;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.search-city-tab:hover,
.search-city-tab:focus-visible {
  border-color: rgba(0, 113, 227, 0.2);
  color: #0b57d0;
  box-shadow: 0 12px 26px rgba(60, 64, 67, 0.1);
  transform: translateY(-1px);
  outline: none;
}

.search-city-tab.is-active {
  border-color: rgba(0, 113, 227, 0.22);
  background: linear-gradient(180deg, rgba(0, 113, 227, 0.1), rgba(0, 113, 227, 0.04));
  color: #0b57d0;
  box-shadow: 0 14px 30px rgba(60, 64, 67, 0.12);
}

.search-city-tab-panel {
  margin-top: 1.2rem;
}

.search-city-panel-label {
  margin-bottom: 0.9rem;
  color: #5f6368;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.search-city-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.search-city-link-card {
  border: 1px solid rgba(32, 33, 36, 0.1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(60, 64, 67, 0.08);
  padding: 1.25rem 1.35rem;
}

.search-city-link-card .inline-link {
  margin-top: 0.9rem;
}

.search-home-footer {
  padding: 1rem 0 1.6rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  border-top: 1px solid rgba(32, 33, 36, 0.08);
}

.search-home-footer a {
  color: #5f6368;
  text-decoration: none;
  font-size: 0.92rem;
}

.search-home-footer a:hover {
  color: var(--text);
}

.search-home-footer .footer-whatsapp-link {
  color: #128c7e;
}

.search-home-footer .footer-whatsapp-link:hover {
  color: #0c6d62;
}

.search-index {
  display: none;
}

body.home-search-has-results .search-home {
  align-items: stretch;
  justify-content: flex-start;
  padding-top: 0.75rem;
}

body.home-search-has-results .search-home-hero {
  max-width: none;
  align-items: flex-start;
  text-align: left;
  position: relative;
  padding-bottom: 1.4rem;
  margin-bottom: 1.4rem;
}

body.home-search-has-results .search-home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(32, 33, 36, 0), rgba(32, 33, 36, 0.14) 12%, rgba(32, 33, 36, 0.14) 88%, rgba(32, 33, 36, 0));
}

body.home-search-has-results .search-home-heading {
  max-width: none;
  font-size: clamp(0.96rem, 1.7vw, 1.3rem);
}

body.home-search-has-results .search-home-copy {
  max-width: 46rem;
}

body.home-search-has-results .search-home-form {
  max-width: 880px;
}

.reveal {
  animation: fade-up 0.72s both;
}

.spot-grid .reveal:nth-child(2),
.city-grid .reveal:nth-child(2),
.content-grid .reveal:nth-child(2),
.faq-grid .reveal:nth-child(2),
.district-grid .reveal:nth-child(2),
.review-grid .reveal:nth-child(2),
.menu-list .reveal:nth-child(2) {
  animation-delay: 0.08s;
}

.spot-grid .reveal:nth-child(3),
.city-grid .reveal:nth-child(3),
.content-grid .reveal:nth-child(3),
.faq-grid .reveal:nth-child(3),
.district-grid .reveal:nth-child(3),
.review-grid .reveal:nth-child(3),
.menu-list .reveal:nth-child(3) {
  animation-delay: 0.16s;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .search-results-layout {
    grid-template-columns: 1fr;
  }

  .search-city-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .search-side-card {
    position: static;
  }

  .hero-layout,
  .video-banner-card {
    grid-template-columns: 1fr;
  }

  .hero-meta-grid,
  .spot-grid,
  .review-grid,
  .google-grid,
  .city-grid,
  .content-grid,
  .faq-grid,
  .district-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-head h2,
  .section-head p {
    max-width: none;
  }

  .promo {
    flex-direction: column;
    align-items: flex-start;
  }

  .timer {
    text-align: left;
  }
}

@media (max-width: 700px) {
  .search-home-topbar,
  .search-home,
  .search-home-footer {
    width: min(1160px, calc(100% - 1.4rem));
  }

  .search-home-topbar {
    padding-top: 0.9rem;
  }

  .search-home {
    min-height: calc(100vh - 132px);
    padding-top: 1.5rem;
  }

  .brand-logo {
    width: min(170px, 44vw);
  }

  .search-home-mini-logo {
    width: min(160px, 46vw);
  }

  .search-home-heading {
    font-size: clamp(0.92rem, 4.2vw, 1.08rem);
  }

  .search-home-copy {
    font-size: 0.94rem;
  }

  .search-home-form {
    border-radius: 28px;
    padding: 0.8rem;
  }

  .search-results-query {
    font-size: 1.08rem;
  }

  .search-city-tab-bar {
    gap: 0.6rem;
  }

  .search-city-tab {
    width: 100%;
    justify-content: center;
  }

  .steam-plume-four,
  .steam-plume-five {
    display: none;
  }

  .steam-plume {
    filter: blur(14px);
  }

  .search-hero-steam {
    inset: -0.75rem -1rem -0.5rem;
  }

  .search-hero-steam-plume.plume-a,
  .search-hero-steam-plume.plume-d {
    display: none;
  }

  .search-home-footer {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .site-header {
    top: 0.45rem;
    width: min(1180px, calc(100% - 1.4rem));
    border-radius: 28px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.55rem);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav .btn,
  .site-nav .auth-toggle {
    width: 100%;
    justify-content: center;
  }

  .section,
  .site-footer {
    width: min(1180px, calc(100% - 1.4rem));
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.4rem, 10vw, 3.9rem);
  }

  .hero-content,
  .hero-visual,
  .city-hero,
  .cta-panel,
  .video-banner-card {
    border-radius: 28px;
  }

  .hero-meta-grid,
  .hero-mini-row,
  .spot-grid,
  .review-grid,
  .google-grid,
  .search-city-card-grid,
  .city-grid,
  .content-grid,
  .faq-grid,
  .district-grid,
  .city-stat-grid {
    grid-template-columns: 1fr;
  }

  .hero-image-holder,
  .hero-image-holder img {
    min-height: 320px;
  }

  .finder {
    border-radius: 28px;
    padding: 0.8rem;
  }

  .finder .btn {
    width: 100%;
  }

  .auth-provider {
    min-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  [data-parallax] {
    transform: none !important;
  }

  .btn,
  .card,
  .city-card,
  .content-card,
  .faq-item,
  .district-card,
  .google-card,
  .search-hero-steam-plume,
  .steam-plume,
  .city-chip,
  .listing-link,
  .listing-buy,
  .site-nav a,
  .reveal {
    animation: none !important;
    transition: none !important;
  }

  body[data-page-type="home"] .momo-smoke-scene::after,
  .search-hero-steam::after {
    animation: none !important;
  }

  .steam-plume {
    opacity: 0.12;
    transform: translate3d(0, -16vh, 0) scale(1.02);
  }

  .search-hero-steam-plume {
    opacity: 0.1;
    transform: translate3d(0, -2rem, 0) scale(1.02);
  }
}
