/* Local landing refresh */
.build-version { color: var(--orange); font: 800 10px/1 Inter, sans-serif; }
.header-register,
.primary {
  padding: 11px 20px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: var(--deep);
  font-weight: 800;
}
.sticky-search {
  position: absolute;
  left: 50%;
  width: min(760px, 52vw);
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(150px, .72fr) auto auto;
  align-items: center;
  gap: 2px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: white;
  box-shadow: 0 8px 30px #18332312;
  transform: translate(-50%, -10px) scale(.98);
  opacity: 0;
  pointer-events: none;
  transition: opacity .26s ease, transform .26s ease, box-shadow .26s ease;
}
header.search-active .sticky-search {
  transform: translate(-50%, 0) scale(1);
  opacity: 1;
  pointer-events: auto;
}
.sticky-search label {
  display: grid;
  gap: 1px;
  padding: 0 12px;
}
.sticky-search label + label {
  border-left: 1px solid #ebe6dc;
}
.sticky-search span {
  color: var(--deep);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .02em;
}
.sticky-search input {
  min-width: 0;
  width: 100%;
  padding: 2px 0 4px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 12px;
}
.sticky-search button {
  padding: 8px 18px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
}
.sticky-filter-button {
  color: var(--deep);
  background: #f3f4eb;
}
.sticky-search button:last-child {
  color: white;
  background: var(--deep);
}
.landing-hero {
  min-height: auto;
  padding: 46px 5vw 48px;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, .92fr);
  align-items: start;
  gap: 5vw;
  background:
    radial-gradient(circle at 17% 12%, #fff 0, transparent 27%),
    linear-gradient(115deg, #fffdf9, #f7f4ec);
}
.landing-hero h1 {
  margin: 12px 0 18px;
  font-size: clamp(44px, 4.4vw, 70px);
  line-height: .98;
}
.landing-hero .hero-copy > p:not(.kicker) {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.55;
}
.landing-hero .search-box {
  grid-template-columns: 1.1fr .8fr .9fr auto;
  max-width: none;
  margin-top: 25px;
  border: 1px solid #e5e1d8;
  box-shadow: 0 16px 44px #18332312;
}
.landing-hero .search-box select {
  width: 100%;
  padding: 7px 0;
  border: 0;
  outline: 0;
  color: var(--deep);
  background: transparent;
}
.hero-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.hero-filter-pills button {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--deep);
  background: #fffdf9;
  font-size: 12px;
  font-weight: 750;
}
.hero-filter-pills button.active { color: white; border-color: var(--deep); background: var(--deep); }
.hero-proof { padding-top: 5px; }
.proof-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.proof-heading h2 { margin: 0; font: 700 22px Georgia, serif; }
.proof-heading span { display: block; width: 24px; height: 2px; margin: 12px 0; background: var(--orange); }
.proof-heading a { font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.proof-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 20px 0; }
.proof-stats div { padding-left: 12px; border-left: 3px solid #dce7c5; }
.proof-stats b, .proof-stats small { display: block; }
.proof-stats b { font-size: 13px; }
.proof-stats small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.proof-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.proof-card { overflow: hidden; border-radius: 15px; background: white; box-shadow: 0 15px 40px #18332312; }
.proof-photo { height: 150px; display: grid; place-items: center; background-position: center; background-size: cover; }
.proof-photo span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; color: var(--deep); background: #f5f6ebdd; font-size: 28px; font-weight: 900; }
.proof-declared .proof-photo { background-image: linear-gradient(#18332318,#18332355), url("../../images/logo.png"); }
.proof-community .proof-photo { background: linear-gradient(135deg, #ba9a75, #3d2518); }
.proof-bocavia .proof-photo { background: linear-gradient(135deg, #a7bf85, #244f32); }
.proof-card h3 { margin: 14px 14px 7px; font: 700 17px Georgia, serif; }
.proof-card p { margin: 0 14px 18px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.discover { padding: 48px 5vw 90px; }
.discover > .section-title { display: none; }
.landing-section-title { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.landing-section-title h2 { margin: 4px 0; font: 700 34px Georgia, serif; }
.landing-section-title p:last-child { margin: 0; color: var(--muted); }
.nearby-explorer {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(270px, .75fr);
  min-height: 350px;
  margin-bottom: 38px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #f5f4ed;
  box-shadow: 0 18px 55px #18332310;
}
#nearby-map { z-index: 1; min-height: 350px; background: #e8ecdf; }
.nearby-controls { padding: 38px 30px; background: linear-gradient(145deg, #fffdf8, #eff2e4); }
.nearby-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; color: white; background: var(--green); font-size: 28px; }
.nearby-controls h3 { margin: 22px 0 8px; font: 700 24px Georgia, serif; }
.nearby-controls p { min-height: 58px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.nearby-controls label { display: flex; justify-content: space-between; margin-top: 25px; font-size: 12px; font-weight: 800; }
.nearby-controls input { width: 100%; margin: 18px 0 6px; accent-color: var(--orange); }
.radius-scale { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; }
@media (min-width: 1180px) {
  .restaurant-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  .landing-hero { grid-template-columns: 1fr; }
  .hero-proof { padding-top: 20px; }
  .sticky-search { width: min(560px, 50vw); grid-template-columns: minmax(150px, 1fr) minmax(120px, .7fr) auto auto; }
}
@media (max-width: 760px) {
  header { padding: 0 18px; }
  #primary-nav, .header-register { display: none; }
  .sticky-search { top: 82px; left: 16px; width: calc(100% - 32px); grid-template-columns: 1fr auto; transform: translateY(-8px) scale(.98); }
  header.search-active .sticky-search { transform: translateY(0) scale(1); }
  .sticky-search label:nth-of-type(2) { display: none; }
  .sticky-filter-button { display: none; }
  .landing-hero { padding: 38px 20px; }
  .landing-hero h1 { font-size: 43px; }
  .landing-hero .search-box { grid-template-columns: 1fr; }
  .landing-hero .search-box label + label { border-left: 0; border-top: 1px solid var(--line); }
  .proof-cards { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .proof-card { min-width: 220px; scroll-snap-align: start; }
  .proof-stats { grid-template-columns: 1fr; }
  .landing-section-title { align-items: stretch; flex-direction: column; }
  .nearby-explorer { grid-template-columns: 1fr; }
  #nearby-map { min-height: 320px; }
}
