body.geo-overview-page {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background: #fff7eb;
  color: #27170f;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.geo-overview-page *,
body.geo-overview-page *::before,
body.geo-overview-page *::after {
  box-sizing: border-box;
}

body.geo-overview-page a,
body.geo-overview-page button {
  -webkit-tap-highlight-color: transparent;
}

body.geo-overview-page a:focus-visible,
body.geo-overview-page button:focus-visible,
body.geo-overview-page summary:focus-visible,
body.geo-overview-page iframe:focus-visible {
  outline: 3px solid rgba(107, 50, 29, .35);
  outline-offset: 3px;
}

.geo-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(400px, 1fr);
  align-items: start;
  min-width: 0;
  min-height: 100vh;
}

.geo-main {
  min-width: 0;
  min-height: 100vh;
  padding: 20px clamp(20px, 2.5vw, 38px) 30px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, .82), transparent 28rem),
    #fff7eb;
}

.geo-main > * {
  width: min(1240px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.geo-brandbar {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
}

.geo-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  width: 90px;
  max-width: 100%;
  color: #6b321d;
  text-decoration: none;
}

.geo-logo img,
img.geo-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.geo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  max-width: calc(100% - 118px);
  margin: 8px 0 0;
  color: #8a776c;
  font-size: .82rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.geo-breadcrumbs a {
  color: #6b321d;
  font-weight: 750;
  text-decoration: none;
}

.geo-breadcrumbs a:hover {
  text-decoration: underline;
}

.geo-card {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: clamp(22px, 2.2vw, 30px);
  overflow: hidden;
  border: 1px solid #ead8c9;
  border-radius: 28px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 24px 65px rgba(82, 44, 24, .1);
}

.geo-header {
  min-width: 0;
}

.geo-kicker {
  margin: 0 0 9px;
  color: #9a593c;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.geo-header h1 {
  max-width: 19ch;
  margin: 0;
  color: #27170f;
  font-size: clamp(2.25rem, 3vw, 3.5rem);
  line-height: 1;
  letter-spacing: -.05em;
  overflow-wrap: anywhere;
}

.geo-header > p:not(.geo-kicker) {
  max-width: 68ch;
  margin: 12px 0 0;
  color: #6c5a50;
  font-size: 1rem;
  line-height: 1.6;
}

.geo-subregion-nav {
  margin-top: 20px;
  padding: 15px 16px;
  border: 1px solid #d9e4d7;
  border-radius: 18px;
  background: #f4f8f1;
}

.geo-subregion-nav > strong,
.geo-subregion-nav > h2 {
  display: block;
  margin: 0 0 10px;
  color: #274c2c;
  font-size: .88rem;
  font-weight: 850;
}

.geo-subregion-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.geo-subregion-list li {
  min-width: 0;
}

.geo-subregion-list a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 38px;
  max-width: 100%;
  padding: 7px 12px;
  border: 1px solid #c9dbc6;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  color: #245d2b;
  font-size: .8rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.geo-subregion-list a:hover {
  border-color: #9fbe9d;
  background: #fff;
  transform: translateY(-1px);
}

.geo-subregion-list small {
  color: #687667;
  font-size: .75rem;
  font-weight: 700;
  white-space: nowrap;
}

.geo-price-barometers {
  display: grid;
  gap: 20px;
  min-width: 0;
  margin-top: 20px;
}

.geo-price-barometer {
  min-width: 0;
  margin-top: 20px;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid #cbdcc8;
  border-radius: 21px;
  background:
    radial-gradient(circle at 100% 0%, rgba(219, 236, 211, .72), transparent 17rem),
    #f7faf4;
  color: #253a29;
}

.geo-price-barometers > .geo-price-barometer {
  margin-top: 0;
}

.geo-price-barometer__header {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
}

.geo-price-barometer__header > div {
  min-width: 0;
}

.geo-price-barometer__kicker {
  margin: 0 0 6px;
  color: #6b765e;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.geo-price-barometer h2 {
  margin: 0;
  color: #245d2b;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.18;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}

.geo-price-barometer__badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border: 1px solid #b9d1b5;
  border-radius: 999px;
  background: rgba(255, 255, 255, .8);
  color: #3b6841;
  font-size: .75rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
}

.geo-price-barometer__series {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.geo-price-series {
  display: grid;
  grid-template-columns: minmax(145px, .7fr) minmax(0, 2fr);
  gap: 12px 22px;
  min-width: 0;
  padding: 15px;
  border: 1px solid #d8e4d5;
  border-radius: 16px;
  background: rgba(255, 255, 255, .88);
}

.geo-price-series__lead {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.geo-price-series__lead > span,
.geo-price-series__facts dt,
.geo-price-series__eyebrow {
  color: #687667;
  font-size: .75rem;
  font-weight: 800;
  line-height: 1.25;
}

.geo-price-series__lead > strong {
  margin-top: 2px;
  color: #245d2b;
  font-size: clamp(1.65rem, 2.3vw, 2.25rem);
  line-height: 1;
  letter-spacing: -.045em;
  white-space: nowrap;
}

.geo-price-series__lead > small {
  margin-top: 6px;
  color: #687667;
  font-size: .75rem;
  line-height: 1.3;
}

.geo-price-series__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  min-width: 0;
  margin: 0;
}

.geo-price-series__facts > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 4px 14px;
  border-left: 1px solid #dfe8dd;
}

.geo-price-series__facts dd {
  margin: 4px 0 0;
  color: #253a29;
  font-size: .95rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.geo-price-series__date {
  grid-column: 2;
  margin: -4px 14px 0;
  color: #687667;
  font-size: .75rem;
}

.geo-price-series__confidence {
  grid-column: 1 / -1;
  margin: 1px 0 0;
  padding-top: 9px;
  border-top: 1px solid #e5ece3;
  color: #687667;
  font-size: .75rem;
  line-height: 1.45;
}

.geo-price-series.is-orientation {
  border-style: dashed;
  background: rgba(255, 253, 247, .9);
}

.geo-price-series.is-orientation .geo-price-series__confidence {
  color: #7a674d;
}

.geo-price-barometer__method {
  margin: 11px 0 0;
  color: #687667;
  font-size: .75rem;
  line-height: 1.5;
}

.geo-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  min-width: 0;
  margin-top: 20px;
}

.geo-venue-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: 16px;
  overflow: hidden;
  border: 1px solid #ead8c9;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(82, 44, 24, .06);
}

.geo-venue-card:hover {
  border-color: #d9baa2;
  box-shadow: 0 14px 32px rgba(82, 44, 24, .1);
  transform: translateY(-1px);
}

.geo-venue-card.is-champ {
  border: 2px solid #78a979;
  background: linear-gradient(145deg, #fbfff9 0%, #fff 62%, #f0f8ed 100%);
  box-shadow: 0 14px 34px rgba(47, 94, 52, .13);
}

.geo-venue-card.is-champ::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #245d2b, #78a979, #c7dfbd);
  content: "";
}

.geo-venue-card.is-premium {
  border-color: #d5a94e;
  background: linear-gradient(145deg, #fffdf8 0%, #fff 58%, #fff8e8 100%);
  box-shadow: 0 14px 34px rgba(112, 69, 30, .13);
}

.geo-venue-card.is-premium::after {
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #6b3f1d, #d5a94e, #fff0b6, #9a651f);
  content: "";
}

.geo-venue-card.is-champ.is-premium {
  border-color: #78a979;
  box-shadow:
    inset 0 0 0 2px rgba(213, 169, 78, .42),
    0 14px 34px rgba(47, 94, 52, .13);
}

.geo-venue-card.is-champ.is-premium::before {
  z-index: 1;
  right: 50%;
}

.geo-venue-card.is-champ.is-premium::after {
  left: 50%;
}

.geo-venue-header {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
}

.geo-venue-header > div,
.geo-venue-header > header {
  min-width: 0;
}

.geo-venue-header h2,
.geo-venue-header h3 {
  margin: 0;
  color: #27170f;
  font-size: 1.08rem;
  line-height: 1.18;
  letter-spacing: -.015em;
  overflow-wrap: anywhere;
}

.geo-venue-header h2 a,
.geo-venue-header h3 a,
.geo-venue-card > a {
  color: inherit;
  text-decoration: none;
}

.geo-venue-header h2 a:hover,
.geo-venue-header h3 a:hover,
.geo-venue-card > a:hover {
  color: #6b321d;
  text-decoration: underline;
}

.geo-venue-card > a {
  width: fit-content;
  max-width: 100%;
  margin-top: 12px;
  color: #6b321d;
  font-size: .78rem;
  font-weight: 850;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.geo-venue-logo {
  display: block;
  flex: 0 0 68px;
  width: 68px;
  height: 58px;
  max-width: 68px;
  padding: 8px;
  border: 1px solid #ead8c9;
  border-radius: 13px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 7px 18px rgba(82, 44, 24, .08);
}

.is-premium .geo-venue-logo {
  border-color: #e4c780;
}

.geo-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 20px;
  margin-bottom: 7px;
}

.geo-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 20px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #f1ebe5;
  color: #6c5a50;
  font-size: .64rem;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: .025em;
}

.geo-badge--champ {
  background: #e5f1e1;
  color: #245d2b;
}

.geo-badge--premium {
  background: #f3e4bc;
  color: #6f4a15;
}

.geo-venue-meta {
  margin: 9px 0 0;
  color: #746258;
  font-size: .82rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.geo-score {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: baseline;
  margin-top: auto;
  padding-top: 13px;
  color: #6b321d;
  font-size: .84rem;
  font-weight: 850;
}

.geo-score strong {
  font-size: 1.12rem;
}

.geo-stars {
  color: #a84c22;
  font-size: .9rem;
  letter-spacing: .045em;
  white-space: nowrap;
}

.geo-opening {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 28px;
  margin-top: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #ecece8;
  color: #666660;
  font-size: .7rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.geo-opening.is-open,
.geo-opening[data-state="open"] {
  background: #edf6eb;
  color: #245d2b;
}

.geo-opening.is-closing-soon,
.geo-opening[data-state="closing_soon"] {
  background: #fff2cf;
  color: #754a00;
}

.geo-opening.is-closed,
.geo-opening[data-state="closed"] {
  background: #e4e4e1;
  color: #60605c;
}

.geo-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #ead8c9;
}

.geo-pagination > a,
.geo-pagination__pages a,
.geo-pagination__pages span {
  display: inline-grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  padding: 7px 11px;
  border: 1px solid #d8c0ae;
  border-radius: 999px;
  background: #fff;
  color: #6b321d;
  font-size: .8rem;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.geo-pagination > a:hover,
.geo-pagination__pages a:hover {
  background: #fff7eb;
  transform: translateY(-1px);
}

.geo-pagination__pages {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.geo-pagination__pages [aria-current="page"],
.geo-pagination__pages .is-current {
  border-color: #6b321d;
  background: #6b321d;
  color: #fff;
}

.geo-empty {
  margin-top: 20px;
  padding: 24px;
  border: 1px dashed #d8c0ae;
  border-radius: 18px;
  background: #fffaf3;
  color: #6c5a50;
  line-height: 1.55;
  text-align: center;
}

.geo-empty > :first-child { margin-top: 0; }
.geo-empty > :last-child { margin-bottom: 0; }

#mobile-experience-anchor {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.geo-shell > .experience-pane {
  position: sticky;
  top: 0;
  min-width: 0;
  height: 100vh;
  height: 100svh;
  overflow: auto;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 247, 235, .35), transparent 18rem),
    linear-gradient(155deg, #d8b493 0%, #c7966c 54%, #b87c52 100%);
  box-shadow: inset 1px 0 rgba(107, 50, 29, .11);
}

@media (max-width: 1120px) {
  .geo-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .geo-main {
    min-height: auto;
  }

  .geo-shell > .experience-pane,
  #mobile-experience-anchor + .experience-pane,
  .geo-card > .experience-pane {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-top: 28px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: none;
  }

  #mobile-experience-anchor + .experience-pane .experience-content,
  .geo-card > .experience-pane .experience-content {
    min-height: 0;
    padding-top: 34px;
  }

  #mobile-experience-anchor + .experience-pane .phone-mockup,
  .geo-card > .experience-pane .phone-mockup {
    height: min(680px, 68vh);
    min-height: 540px;
  }
}

@media (max-width: 760px) {
  .geo-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .geo-price-series {
    grid-template-columns: minmax(0, 1fr);
  }

  .geo-price-series__lead {
    padding-bottom: 3px;
  }

  .geo-price-series__facts {
    padding-top: 10px;
    border-top: 1px solid #dfe8dd;
  }

  .geo-price-series__facts > div:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .geo-price-series__date {
    grid-column: 1;
    margin: -2px 0 0;
  }

  .geo-price-series__confidence {
    grid-column: 1;
  }
}

@media (max-width: 680px) {
  .geo-main {
    padding: 18px 16px 26px;
  }

  .geo-brandbar {
    gap: 14px;
    margin-bottom: 13px;
  }

  .geo-logo {
    width: 82px;
  }

  .geo-breadcrumbs {
    max-width: calc(100% - 96px);
    margin-top: 4px;
    font-size: .74rem;
  }

  .geo-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .geo-header h1 {
    max-width: 100%;
    font-size: clamp(2.05rem, 11vw, 3rem);
  }

  .geo-header > p:not(.geo-kicker) {
    font-size: .94rem;
  }

  .geo-subregion-nav {
    padding: 14px;
  }

  .geo-subregion-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .geo-subregion-list a {
    justify-content: space-between;
    width: 100%;
    border-radius: 13px;
  }

  .geo-price-barometers {
    gap: 16px;
    margin-top: 16px;
  }

  .geo-price-barometer {
    padding: 15px;
    border-radius: 18px;
  }

  .geo-price-barometer__header {
    flex-direction: column;
    gap: 10px;
  }

  .geo-price-barometer__badge {
    min-height: 26px;
  }

  .geo-price-series {
    padding: 14px;
  }

  .geo-list {
    gap: 11px;
    margin-top: 16px;
  }

  .geo-venue-card {
    padding: 14px;
    border-radius: 17px;
  }

  .geo-venue-header {
    gap: 11px;
  }

  .geo-venue-logo {
    flex-basis: 60px;
    width: 60px;
    height: 52px;
    max-width: 60px;
  }

  .geo-pagination {
    justify-content: center;
  }

  .geo-pagination > a {
    flex: 1 1 120px;
  }

  .geo-pagination__pages {
    order: -1;
    flex-basis: 100%;
  }

  #mobile-experience-anchor + .experience-pane,
  .geo-card > .experience-pane {
    margin-top: 24px;
    border-radius: 20px;
  }

  #mobile-experience-anchor + .experience-pane .experience-content,
  .geo-card > .experience-pane .experience-content {
    padding: 30px 14px 26px;
  }

  #mobile-experience-anchor + .experience-pane .phone-mockup,
  .geo-card > .experience-pane .phone-mockup {
    width: min(370px, calc(100% - 8px));
    height: 560px;
    min-height: 0;
  }
}

@media (max-width: 390px) {
  .geo-main {
    padding-right: 12px;
    padding-left: 12px;
  }

  .geo-card {
    padding-right: 14px;
    padding-left: 14px;
  }

  .geo-breadcrumbs {
    gap: 5px;
  }

  .geo-price-series__facts {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .geo-price-series__facts > div,
  .geo-price-series__facts > div:first-child {
    padding: 0;
    border-left: 0;
  }

  #mobile-experience-anchor + .experience-pane .phone-mockup,
  .geo-card > .experience-pane .phone-mockup {
    height: 520px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.geo-overview-page *,
  body.geo-overview-page *::before,
  body.geo-overview-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media print {
  .geo-shell {
    display: block;
  }

  .geo-shell .experience-pane,
  .geo-pagination {
    display: none !important;
  }

  .geo-main {
    padding: 0;
  }

  .geo-card {
    border: 0;
    box-shadow: none;
  }
}
