.gogr-home {
  --gogr-blue: #176bce;
  --gogr-blue-strong: #075dbf;
  --gogr-blue-deep: #064d9a;
  --gogr-navy: #082b52;
  --gogr-sky: #eef7ff;
  --gogr-sky-strong: #dceeff;
  --gogr-border: #dbe7f2;
  --gogr-muted: #62758a;
  --gogr-shadow: 0 18px 48px rgb(8 43 82 / 10%);
  background: #fff;
  color: var(--gogr-navy);
  overflow-x: clip;
}

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

.gogr-home__container {
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
}

.gogr-home__hero {
  position: relative;
  min-height: 610px;
  padding: 62px 0 68px;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(120deg, #fff 0%, #f5faff 46%, #e4f2ff 100%);
}

.gogr-home__hero::before {
  content: "";
  position: absolute;
  inset: auto -8% -205px -8%;
  height: 275px;
  z-index: -1;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: #fff;
}

.gogr-home__hero-glow {
  position: absolute;
  top: -180px;
  left: 29%;
  z-index: -2;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(81 170 245 / 18%) 0%, transparent 68%);
  pointer-events: none;
}

.gogr-home__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: 52px;
}

.gogr-home__hero-content {
  position: relative;
  z-index: 3;
  min-width: 0;
}

.gogr-home__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--gogr-blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gogr-home__eyebrow-mark {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #fff url("../images/gogr/logo-mark.png") center 48% / 27px auto no-repeat;
  box-shadow: 0 8px 22px rgb(23 107 206 / 16%);
}

.gogr-home h1 {
  margin: 0;
  max-width: 680px;
  color: var(--gogr-navy);
  font-size: clamp(3.35rem, 4.1vw, 4rem);
  font-weight: 800;
  letter-spacing: -.048em;
  line-height: .99;
}

.gogr-home__hero-line {
  display: block;
}

.gogr-home h1 em {
  color: var(--gogr-blue);
  font-style: normal;
}

.gogr-home__lead {
  max-width: 555px;
  margin: 22px 0 28px;
  color: var(--gogr-muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

.gogr-home__hero-visual {
  position: relative;
  min-width: 0;
  height: 475px;
  margin: 0;
  overflow: hidden;
  border: 8px solid rgb(255 255 255 / 92%);
  border-radius: 38px 14px 38px 14px;
  box-shadow: 0 28px 70px rgb(8 43 82 / 20%);
  transform: rotate(.4deg);
}

.gogr-home__hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgb(4 31 60 / 30%) 100%);
  pointer-events: none;
}

.gogr-home__hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  transition: transform .7s ease;
}

.gogr-home__hero-visual:hover img {
  transform: scale(1.025);
}

.gogr-home__hero-caption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 999px;
  background: rgb(8 43 82 / 62%);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.gogr-home__hero-caption span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7dd3fc;
  box-shadow: 0 0 0 4px rgb(125 211 252 / 20%);
}

.gogr-home__search {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(205px, 1.15fr) minmax(185px, 1fr) auto;
  align-items: stretch;
  width: min(720px, calc(100% + 105px));
  min-height: 68px;
  padding: 7px;
  border: 1px solid rgb(214 229 242 / 92%);
  border-radius: 18px;
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 20px 48px rgb(8 43 82 / 15%);
  backdrop-filter: blur(12px);
}

.gogr-home__search-field {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
}

.gogr-home__search-field + .gogr-home__search-field::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 0;
  width: 1px;
  background: var(--gogr-border);
}

.gogr-home__search-icon,
.gogr-home__search-submit-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat;
}

.gogr-home__search-icon {
  margin-left: 13px;
}

.gogr-home__search-icon[data-icon="location"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23176bce' stroke-width='1.9' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-5.2 7-12a7 7 0 1 0-14 0c0 6.8 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.4'/%3E%3C/svg%3E");
}

.gogr-home__search-icon[data-icon="category"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23176bce' stroke-width='1.9' viewBox='0 0 24 24'%3E%3Crect x='4' y='4' width='6' height='6' rx='1.4'/%3E%3Crect x='14' y='4' width='6' height='6' rx='1.4'/%3E%3Crect x='4' y='14' width='6' height='6' rx='1.4'/%3E%3Crect x='14' y='14' width='6' height='6' rx='1.4'/%3E%3C/svg%3E");
}

.gogr-home__search-field select {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 0 34px 0 10px;
  border: 0;
  border-radius: 12px;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2362758a' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E") right 13px center / 10px 7px no-repeat;
  color: var(--gogr-navy);
  font: inherit;
  font-size: .94rem;
  appearance: none;
}

.gogr-home__search-field select:focus {
  outline: 0;
  background-color: #f3f9ff;
}

.gogr-home__search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 126px;
  margin-left: 7px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--gogr-blue), #0a58bd);
  color: #fff;
  font: inherit;
  font-size: .94rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 9px 20px rgb(23 107 206 / 28%);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.gogr-home__search-submit-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='white' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='m16 16 4 4'/%3E%3C/svg%3E");
}

.gogr-home__search-submit:hover {
  background: linear-gradient(135deg, var(--gogr-blue-strong), var(--gogr-blue-deep));
  box-shadow: 0 12px 24px rgb(23 107 206 / 34%);
  transform: translateY(-1px);
}

.gogr-home__search :focus-visible,
.gogr-home a:focus-visible,
.gogr-home button:focus-visible {
  outline: 3px solid rgb(23 107 206 / 32%);
  outline-offset: 3px;
}

.gogr-home__search-error {
  grid-column: 1 / -1;
  margin: 8px 8px 0;
  color: #b42318;
  font-size: .86rem;
}

.gogr-home__popular {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--gogr-muted);
  font-size: .84rem;
}

.gogr-home__popular > span {
  margin-right: 2px;
  font-weight: 700;
}

.gogr-home__popular a {
  padding: 6px 11px;
  border: 1px solid #dbe8f4;
  border-radius: 999px;
  background: rgb(255 255 255 / 76%);
  color: #375a7c;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.gogr-home__popular a:hover {
  border-color: #a7cdef;
  background: #fff;
  color: var(--gogr-blue);
}

.gogr-home__section {
  padding: 76px 0;
  scroll-margin-top: 88px;
}

.gogr-home__section-head {
  margin-bottom: 28px;
}

.gogr-home__section-head--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.gogr-home__section h2 {
  margin: 0 0 8px;
  color: var(--gogr-navy);
  font-size: clamp(1.9rem, 2.5vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.gogr-home__section p {
  margin: 0;
  color: var(--gogr-muted);
  font-size: .98rem;
  line-height: 1.55;
}

.gogr-home__section-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 3px;
  color: var(--gogr-blue);
  font-size: .92rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.gogr-home__section-link:hover {
  color: var(--gogr-blue-deep);
}

.gogr-home__categories {
  padding-top: 60px;
}

.gogr-home__category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gogr-home__category-card {
  display: flex;
  min-height: 138px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px 12px;
  border: 1px solid var(--gogr-border);
  border-radius: 20px;
  background: #fff;
  color: var(--gogr-navy);
  font-size: .96rem;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 7px 22px rgb(8 43 82 / 5%);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.gogr-home__category-card:hover {
  border-color: #a9ceef;
  box-shadow: 0 15px 32px rgb(8 43 82 / 11%);
  transform: translateY(-5px);
}

.gogr-home__category-card--all {
  background: linear-gradient(145deg, #f8fbff, #edf6ff);
}

.gogr-home__category-icon {
  width: 58px;
  height: 58px;
  border: 1px solid #d7eaff;
  border-radius: 18px;
  background: var(--gogr-sky) center / 32px 32px no-repeat;
  box-shadow: inset 0 1px 0 #fff;
}

.gogr-home__category-icon[data-icon="restaurant"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23176bce' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M7 3v8M7 11v10M5 3c0 2.5 2 4 2 4s2-1.5 2-4M12 3v7a3 3 0 0 0 3 3v8M12 3h2.5A2.5 2.5 0 0 1 17 5.5V8'/%3E%3C/svg%3E");
}

.gogr-home__category-icon[data-icon="cafe"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23176bce' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M4 9h12v5a4 4 0 0 1-4 4H8a4 4 0 0 1-4-4V9Zm12 1h2.5A2.5 2.5 0 0 1 21 12.5 2.5 2.5 0 0 1 18.5 15H16M8 20h6'/%3E%3C/svg%3E");
}

.gogr-home__category-icon[data-icon="bar"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23176bce' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M8 21h8M12 17v4M6 3h12l-2.5 7a4.5 4.5 0 0 1-7 0L6 3Z'/%3E%3C/svg%3E");
}

.gogr-home__category-icon[data-icon="beach"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23176bce' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M12 12 5 20h14L12 12Zm0 0V4m0 0 5 4M4 20c2-1.5 4-1.5 6 0s4 1.5 6 0 4-1.5 6 0'/%3E%3C/svg%3E");
}

.gogr-home__category-icon[data-icon="hotel"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23176bce' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Cpath d='M3 20V9a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v11M3 20h18M15 11h4a2 2 0 0 1 2 2v7M7 12h4M7 16h4'/%3E%3C/svg%3E");
}

.gogr-home__category-icon[data-icon="all"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23176bce' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M12 4v4M12 16v4M4 12h4M16 12h4M8.5 8.5l2.5 2.5'/%3E%3C/svg%3E");
}

.gogr-home__cities {
  background: linear-gradient(180deg, #f6fbff 0%, #eef7ff 100%);
}

.gogr-home__city-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.gogr-home__city-controls {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.gogr-home__city-controls button {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gogr-border);
  border-radius: 50%;
  background: #fff;
  color: var(--gogr-blue);
  box-shadow: 0 5px 14px rgb(8 43 82 / 7%);
}

.gogr-home__city-controls button:disabled {
  cursor: default;
  opacity: .38;
}

.gogr-home__city-card {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 9;
  min-height: 250px;
  overflow: hidden;
  border-radius: 22px;
  background: #cfe7f9;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 34px rgb(8 43 82 / 12%);
  transition: transform .25s ease, box-shadow .25s ease;
}

.gogr-home__city-card:hover {
  box-shadow: 0 22px 42px rgb(8 43 82 / 18%);
  transform: translateY(-5px);
}

.gogr-home__city-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.gogr-home__city-card:hover img {
  transform: scale(1.045);
}

.gogr-home__city-card.is-fallback img {
  background: linear-gradient(145deg, #dff1ff, #91c7ee);
}

.gogr-home__city-card-body {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 70px 20px 19px;
  background: linear-gradient(180deg, transparent 0%, rgb(4 31 60 / 88%) 100%);
}

.gogr-home__city-card-body strong {
  display: block;
  color: #fff;
  font-size: 1.27rem;
  font-weight: 800;
  line-height: 1.2;
}

.gogr-home__city-card-body small {
  display: block;
  margin-top: 5px;
  color: rgb(255 255 255 / 80%);
  font-size: .83rem;
  font-weight: 600;
}

.gogr-home__city-card-arrow {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 50%;
  background: rgb(255 255 255 / 14%);
  font-size: 1.15rem;
  backdrop-filter: blur(8px);
}

.gogr-home__business-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.gogr-home__business-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--gogr-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 25px rgb(8 43 82 / 7%);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.gogr-home__business-card:hover {
  border-color: #b6d4ef;
  box-shadow: 0 18px 36px rgb(8 43 82 / 13%);
  transform: translateY(-5px);
}

.gogr-home__business-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--gogr-sky);
}

.gogr-home__business-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.gogr-home__business-card:hover .gogr-home__business-media img {
  transform: scale(1.045);
}

.gogr-home__business-card.is-fallback .gogr-home__business-media {
  padding: 14px;
  background: linear-gradient(145deg, #f4faff, #deeffc);
}

.gogr-home__business-card.is-fallback .gogr-home__business-media img {
  object-fit: contain;
  filter: saturate(.88);
}

.gogr-home__business-card.is-fallback:hover .gogr-home__business-media img {
  transform: scale(1.02);
}

.gogr-home__business-favorite {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

.gogr-home__business-body {
  min-width: 0;
  padding: 18px 18px 20px;
}

.gogr-home__business-body h3 {
  display: -webkit-box;
  min-height: 2.65em;
  margin: 0;
  overflow: hidden;
  color: var(--gogr-navy);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.32;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gogr-home__business-body h3 a {
  color: inherit;
  text-decoration: none;
}

.gogr-home__business-meta,
.gogr-home__business-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin: 10px 0 0 !important;
  font-size: .86rem !important;
}

.gogr-home__business-rating {
  color: var(--gogr-navy) !important;
  font-weight: 800;
}

.gogr-home__business-rating > span:first-child {
  color: #f5a623;
}

.gogr-home__business-rating > span:last-child {
  color: var(--gogr-muted);
  font-weight: 600;
}

.gogr-home__favorite-form,
.gogr-home__favorite-form button {
  margin: 0;
}

.gogr-home__favorite-form button,
.gogr-home__favorite-link {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 78%);
  border-radius: 50%;
  background: rgb(255 255 255 / 92%);
  color: var(--gogr-navy);
  box-shadow: 0 7px 18px rgb(8 43 82 / 18%);
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.gogr-home__favorite-form button svg,
.gogr-home__favorite-link svg {
  width: 19px;
  height: 19px;
  fill: transparent;
  stroke: currentColor;
  stroke-width: 1.7;
}

.gogr-home__favorite-form button[aria-pressed="true"] {
  background: var(--gogr-blue);
  color: #fff;
}

.gogr-home__favorite-form button[aria-pressed="true"] svg {
  fill: currentColor;
}

.gogr-home__visitors {
  padding-top: 70px;
}

.gogr-home__visitor-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(180px, 1fr);
  gap: 14px;
  overflow-x: auto;
  padding: 2px 2px 10px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #a9c9e5 transparent;
}

.gogr-home__visitor-shot {
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: var(--gogr-sky);
  cursor: pointer;
  scroll-snap-align: start;
  transition: transform .25s ease, box-shadow .25s ease;
}

.gogr-home__visitor-shot:nth-child(3n + 1) {
  transform: translateY(5px);
}

.gogr-home__visitor-shot:hover {
  box-shadow: 0 14px 30px rgb(8 43 82 / 14%);
  transform: translateY(-3px);
}

.gogr-home__visitor-shot img {
  display: block;
  width: 100%;
  height: 205px;
  object-fit: cover;
}

.gogr-home__visitor-empty {
  display: flex;
  min-height: 126px;
  align-items: center;
  gap: 18px;
  padding: 24px 28px;
  border: 1px solid #d8e9f7;
  border-radius: 22px;
  background: linear-gradient(135deg, #f8fcff, #eef7ff);
}

.gogr-home__visitor-empty-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border-radius: 18px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23176bce' stroke-width='1.7' viewBox='0 0 24 24'%3E%3Crect x='3.5' y='5' width='17' height='14' rx='3'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M8 5 9.2 3.5h5.6L16 5'/%3E%3C/svg%3E") center / 28px no-repeat;
  box-shadow: 0 9px 22px rgb(8 43 82 / 8%);
}

.gogr-home__visitor-empty a {
  display: inline-flex;
  gap: 7px;
  margin-top: 8px;
  color: var(--gogr-blue);
  font-size: .92rem;
  font-weight: 800;
  text-decoration: none;
}

.gogr-home__visitor-empty-title {
  display: block;
  margin-bottom: 3px;
  color: var(--gogr-navy);
  font-size: 1rem;
  font-weight: 800;
}

.gogr-home__visitor-empty .gogr-home__visitor-empty-title + p {
  font-size: .86rem;
}

.gogr-home__value {
  padding: 35px 0;
  background: #edf7ff;
}

.gogr-home__value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.gogr-home__value article {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 14px;
  padding: 4px 28px;
}

.gogr-home__value article + article {
  border-left: 1px solid #d5e6f3;
}

.gogr-home__value-icon {
  width: 48px;
  height: 48px;
  border: 1px solid #d4e7f7;
  border-radius: 16px;
  background: #fff center / 24px 24px no-repeat;
  box-shadow: 0 7px 18px rgb(8 43 82 / 6%);
}

.gogr-home__value-icon[data-icon="local"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23176bce' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M12 21s7-4.5 7-11a7 7 0 1 0-14 0c0 6.5 7 11 7 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

.gogr-home__value-icon[data-icon="reviews"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23176bce' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='m12 3 2.4 4.9L20 9l-4 3.9.9 5.6L12 16.2 7.1 18.5 8 12.9 4 9l5.6-1.1L12 3Z'/%3E%3C/svg%3E");
}

.gogr-home__value-icon[data-icon="explore"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23176bce' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='m10 14 5-2-2 5-1-2-2-1Z'/%3E%3C/svg%3E");
}

.gogr-home__value-icon[data-icon="community"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23176bce' stroke-width='1.8' viewBox='0 0 24 24'%3E%3Cpath d='M16 19v-1a4 4 0 0 0-4-4H7a4 4 0 0 0-4 4v1M17 15a4 4 0 0 1 4 4v1M9.5 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm7.5-1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.gogr-home__value h3 {
  margin: 0 0 4px;
  color: var(--gogr-navy);
  font-size: .97rem;
  font-weight: 800;
}

.gogr-home__value p {
  font-size: .82rem;
  line-height: 1.45;
}

.gogr-home__empty {
  padding: 22px;
  border-radius: 18px;
  background: var(--gogr-sky);
  color: var(--gogr-muted);
}

.gogr-home__mobile-cta {
  display: none;
}

.gogr-home__mobile-cta-title {
  margin: 0;
  font-weight: 800;
}

.gogr-home__mobile-cta-action {
  margin: 3px 0 0;
  color: #d8efff;
  font-size: .86rem;
}

@media (max-width: 1180px) {
  .gogr-home__hero-grid {
    grid-template-columns: minmax(0, .96fr) minmax(440px, 1.04fr);
    gap: 34px;
  }

  .gogr-home__search {
    width: min(680px, calc(100% + 70px));
  }

  .gogr-home__business-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gogr-home__value article {
    padding-inline: 18px;
  }
}

@media (max-width: 1024px) {
  .gogr-home__container {
    width: min(1320px, calc(100% - 36px));
  }

  .gogr-home__hero {
    padding-top: 46px;
  }

  .gogr-home__hero-grid {
    grid-template-columns: minmax(0, .98fr) minmax(380px, 1.02fr);
    gap: 28px;
  }

  .gogr-home h1 {
    font-size: clamp(2.85rem, 5vw, 3.5rem);
  }

  .gogr-home__hero-visual {
    height: 430px;
  }

  .gogr-home__search {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 4px;
    padding: 9px;
  }

  .gogr-home__search-field + .gogr-home__search-field::before {
    top: 0;
    right: 12px;
    bottom: auto;
    left: 12px;
    width: auto;
    height: 1px;
  }

  .gogr-home__search-submit {
    min-height: 52px;
    margin: 3px 0 0;
  }

  .gogr-home__category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gogr-home__city-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gogr-home__value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 26px;
  }

  .gogr-home__value article:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 780px) {
  .gogr-home__hero {
    min-height: auto;
    padding: 40px 0 58px;
  }

  .gogr-home__hero::before {
    display: none;
  }

  .gogr-home__hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .gogr-home__hero-content {
    max-width: 640px;
  }

  .gogr-home__hero-visual {
    height: min(55vw, 430px);
    min-height: 330px;
    border-radius: 28px 12px 28px 12px;
  }

  .gogr-home__business-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .gogr-home__container {
    width: min(100% - 28px, 1320px);
  }

  .gogr-home__hero {
    padding: 32px 0 42px;
  }

  .gogr-home__eyebrow {
    margin-bottom: 14px;
    font-size: .7rem;
  }

  .gogr-home__eyebrow-mark {
    width: 30px;
    height: 30px;
    background-size: 24px auto;
  }

  .gogr-home h1 {
    font-size: clamp(2.45rem, 12vw, 3.05rem);
    line-height: 1.02;
  }

  .gogr-home__lead {
    margin: 17px 0 22px;
    font-size: .98rem;
    line-height: 1.58;
  }

  .gogr-home__search {
    border-radius: 17px;
    box-shadow: 0 16px 36px rgb(8 43 82 / 14%);
  }

  .gogr-home__popular {
    gap: 7px;
    margin-top: 15px;
  }

  .gogr-home__popular > span {
    width: 100%;
  }

  .gogr-home__hero-visual {
    min-height: 255px;
    height: 68vw;
    max-height: 330px;
    border-width: 5px;
  }

  .gogr-home__hero-caption {
    right: 13px;
    bottom: 12px;
    max-width: calc(100% - 26px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .gogr-home__section {
    padding: 52px 0;
  }

  .gogr-home__categories {
    padding-top: 48px;
  }

  .gogr-home__section-head {
    margin-bottom: 22px;
  }

  .gogr-home__section-head--row {
    align-items: flex-start;
  }

  .gogr-home__section h2 {
    font-size: 1.72rem;
  }

  .gogr-home__section p {
    font-size: .92rem;
  }

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

  .gogr-home__category-card {
    min-height: 125px;
    gap: 11px;
    padding: 16px 8px;
    border-radius: 17px;
    font-size: .9rem;
  }

  .gogr-home__category-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background-size: 29px;
  }

  .gogr-home__city-grid,
  .gogr-home__business-grid {
    grid-template-columns: 1fr;
  }

  .gogr-home__city-card {
    height: 218px;
    min-height: 0;
    aspect-ratio: auto;
  }

  .gogr-home__business-card {
    border-radius: 20px;
  }

  .gogr-home__business-media {
    aspect-ratio: 16 / 10;
  }

  .gogr-home__visitor-track {
    grid-auto-columns: 72%;
  }

  .gogr-home__visitor-empty {
    align-items: flex-start;
    padding: 20px;
  }

  .gogr-home__value-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .gogr-home__value article,
  .gogr-home__value article + article {
    padding: 18px 4px;
    border-top: 1px solid #d5e6f3;
    border-left: 0;
  }

  .gogr-home__value article:first-child {
    border-top: 0;
  }

  .gogr-home__mobile-cta {
    position: sticky;
    bottom: 0;
    z-index: 20;
    display: block;
    padding: 11px 0 calc(11px + env(safe-area-inset-bottom, 0px));
    background: rgb(6 77 154 / 96%);
    color: #fff;
    box-shadow: 0 -8px 25px rgb(8 43 82 / 18%);
    backdrop-filter: blur(10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gogr-home *,
  .gogr-home *::before,
  .gogr-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Approved homepage reference: compact desktop composition. */
@media (min-width: 1025px) {
  .gogr-home__hero { min-height: 500px; padding: 42px 0 46px; background: #fff; }
  .gogr-home__hero::before { bottom: -235px; z-index: 1; }
  .gogr-home__hero-glow, .gogr-home__eyebrow { display: none; }
  .gogr-home__hero-grid { position: relative; display: block; min-height: 408px; }
  .gogr-home__hero-content { width: min(650px, 51%); padding-top: 2px; }
  .gogr-home h1 { max-width: none; font-size: clamp(3.2rem, 4.1vw, 4rem); }
  .gogr-home__hero-line { white-space: nowrap; }
  .gogr-home__lead { margin: 18px 0 20px; line-height: 1.5; }
  .gogr-home__hero-visual {
    position: absolute; top: -42px; right: calc((100vw - 100%) / -2); bottom: -46px; z-index: -1;
    width: min(78vw, 1260px); height: auto; margin: 0; overflow: hidden;
    border: 0; border-radius: 0; box-shadow: none; transform: none;
  }
  .gogr-home__hero-visual::before {
    content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: linear-gradient(90deg, #fff 0%, rgb(255 255 255 / 99%) 16%, rgb(255 255 255 / 93%) 29%, rgb(255 255 255 / 68%) 43%, rgb(255 255 255 / 25%) 58%, transparent 72%);
  }
  .gogr-home__hero-visual::after { z-index: 1; background: linear-gradient(0deg, rgb(255 255 255 / 54%) 0%, transparent 18%); }
  .gogr-home__hero-visual img { object-position: 62% center; transition: none; }
  .gogr-home__hero-visual:hover img { transform: none; }
  .gogr-home__hero-caption { display: none; }
  .gogr-home__search { width: min(720px, calc(100vw - 48px)); min-height: 62px; border-radius: 15px; }
}

@media (min-width: 781px) {
  .gogr-home__section { padding: 44px 0; }
  .gogr-home__section-head { margin-bottom: 18px; }
  .gogr-home__section h2 { font-size: clamp(1.45rem, 2vw, 1.75rem); }
  .gogr-home__categories { padding: 30px 0 34px; }
  .gogr-home__categories .gogr-home__container { display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: center; gap: 18px; }
  .gogr-home__categories .gogr-home__section-head { margin: 0; }
  .gogr-home__categories .gogr-home__section-head p { display: none; }
  .gogr-home__category-grid { gap: 10px; }
  .gogr-home__category-card { min-height: 88px; gap: 7px; padding: 10px 6px; border-radius: 14px; font-size: .83rem; box-shadow: 0 5px 15px rgb(8 43 82 / 4%); }
  .gogr-home__category-icon { width: 40px; height: 40px; border: 0; border-radius: 12px; background-size: 27px; }
  .gogr-home__city-grid { grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 4); grid-template-columns: none; gap: 16px; overflow-x: auto; padding: 2px 2px 10px; scroll-snap-type: x proximity; scrollbar-width: thin; scrollbar-color: #a9c9e5 transparent; }
  .gogr-home__city-card { height: 136px; min-height: 0; aspect-ratio: auto; border-radius: 14px; box-shadow: 0 8px 20px rgb(8 43 82 / 10%); scroll-snap-align: start; }
  .gogr-home__city-card-body { padding: 42px 14px 12px; }
  .gogr-home__city-card-body strong { font-size: 1rem; }
  .gogr-home__city-card-body small { margin-top: 2px; font-size: .72rem; }
  .gogr-home__city-card-arrow { width: 30px; height: 30px; flex-basis: 30px; }
  .gogr-home__business-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
  .gogr-home__business-card { display: grid; min-height: 132px; grid-template-columns: 43% minmax(0, 1fr); border-radius: 14px; box-shadow: 0 5px 16px rgb(8 43 82 / 6%); }
  .gogr-home__business-media { height: 100%; min-height: 132px; aspect-ratio: auto; }
  .gogr-home__business-body { align-self: center; padding: 13px 11px; }
  .gogr-home__business-body h3 { min-height: 2.45em; font-size: .91rem; }
  .gogr-home__business-meta, .gogr-home__business-rating { margin-top: 7px !important; font-size: .75rem !important; }
  .gogr-home__business-favorite { top: 8px; right: 8px; }
  .gogr-home__favorite-form button, .gogr-home__favorite-link { width: 32px; height: 32px; }
  .gogr-home__visitors { padding-top: 40px; }
  .gogr-home__visitor-empty { min-height: 86px; padding: 14px 20px; border-radius: 15px; }
  .gogr-home__visitor-empty-icon { width: 46px; height: 46px; flex-basis: 46px; border-radius: 14px; }
  .gogr-home__value { padding: 22px 0; }
  .gogr-home__value article { grid-template-columns: 40px 1fr; gap: 10px; padding: 3px 18px; }
  .gogr-home__value-icon { width: 40px; height: 40px; border-radius: 13px; }
}

@media (min-width: 781px) and (max-width: 1024px) {
  .gogr-home__categories .gogr-home__container { display: block; }
  .gogr-home__categories .gogr-home__section-head { margin-bottom: 18px; }
  .gogr-home__city-grid { grid-auto-columns: calc((100% - 16px) / 2); }
  .gogr-home__business-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Final desktop scale pass; mobile/tablet behavior remains unchanged. */
@media (min-width: 1200px) {
  .gogr-home__container {
    width: min(1400px, calc(100% - 48px));
  }

  .gogr-home__hero {
    min-height: 500px;
    padding: 44px 0 48px;
  }

  .gogr-home__hero-grid {
    display: flex;
    min-height: 408px;
    align-items: center;
  }

  .gogr-home__hero-content {
    width: min(680px, 47%);
    padding-top: 0;
  }

  .gogr-home__hero-line {
    white-space: normal;
  }

  .gogr-home h1 {
    font-size: clamp(3.75rem, 4.2vw, 4.25rem);
    line-height: .98;
  }

  .gogr-home__lead {
    max-width: 590px;
    font-size: 1.04rem;
  }

  .gogr-home__hero-visual {
    top: 0;
    right: calc(clamp(0px, (100vw - 1400px) / 2, 260px) * -1);
    bottom: auto;
    width: calc(53% + clamp(0px, (100vw - 1400px) / 2, 260px));
    height: 470px;
  }

  .gogr-home__hero-visual::before {
    background: linear-gradient(90deg,
      #fff 0%,
      rgb(255 255 255 / 99%) 12%,
      rgb(255 255 255 / 92%) 22%,
      rgb(255 255 255 / 70%) 35%,
      rgb(255 255 255 / 35%) 50%,
      transparent 68%);
  }

  .gogr-home__hero-visual img {
    object-fit: cover;
    object-position: 68% center;
  }

  .gogr-home__search {
    width: min(810px, calc(100vw - 48px));
    min-height: 66px;
  }

  .gogr-home__section h2 {
    font-size: clamp(1.875rem, 2.2vw, 2.125rem);
  }

  .gogr-home__section p {
    font-size: 1rem;
  }

  .gogr-home__categories {
    padding: 28px 0 40px;
  }

  .gogr-home__categories .gogr-home__container {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 24px;
  }

  .gogr-home__category-grid {
    gap: 14px;
  }

  .gogr-home__category-card {
    min-height: 104px;
    gap: 9px;
    padding: 13px 8px;
    font-size: .9rem;
  }

  .gogr-home__category-icon {
    width: 48px;
    height: 48px;
    background-size: 30px;
  }

  .gogr-home__city-grid {
    grid-auto-columns: calc((100% - 54px) / 4);
    gap: 18px;
  }

  .gogr-home__city-card {
    height: 178px;
    min-height: 0;
    aspect-ratio: auto;
  }

  .gogr-home__city-card-body {
    padding: 58px 16px 14px;
  }

  .gogr-home__city-card-body strong {
    font-size: 1.08rem;
  }

  .gogr-home__business-grid {
    gap: 16px;
  }

  .gogr-home__business-card {
    min-height: 158px;
    grid-template-columns: 46% minmax(0, 1fr);
  }

  .gogr-home__business-media {
    min-height: 158px;
  }

  .gogr-home__business-body {
    padding: 15px 13px;
  }

  .gogr-home__business-body h3 {
    font-size: .96rem;
  }
}
