.location-page {
  background: var(--paper);
}

.location-page .site-header {
  background: rgba(250, 248, 242, 0.94);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(52px, 7vw, 90px);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: var(--acid);
}

.breadcrumbs a:hover {
  color: var(--white);
}

.geo-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding-block: calc(var(--header-height) + 72px) 110px;
  color: var(--white);
  background: var(--forest);
}

.geo-grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, #000 20%, transparent 90%);
}

.geo-hero::before {
  position: absolute;
  top: 6%;
  right: -4%;
  width: min(48vw, 700px);
  aspect-ratio: 1;
  border: 1px solid rgba(216, 255, 79, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 76px rgba(216, 255, 79, 0.035),
    0 0 0 152px rgba(216, 255, 79, 0.02);
  content: "";
}

.geo-hero .shell {
  position: relative;
  z-index: 1;
}

.geo-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(220px, 2fr);
  gap: 60px;
  align-items: end;
}

.geo-hero .eyebrow {
  color: var(--acid);
}

.geo-hero h1 {
  max-width: 960px;
  margin: 0 0 36px;
  font-size: clamp(4rem, 8.4vw, 8.6rem);
  line-height: 0.86;
  text-transform: uppercase;
}

.geo-hero h1 span {
  display: inline-block;
  margin-top: 0.12em;
  padding: 0.06em 0.12em 0.09em;
  color: var(--forest-deep);
  background: var(--acid);
  transform: rotate(-1deg);
}

.geo-hero-lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.02rem, 1.5vw, 1.25rem);
  line-height: 1.65;
}

.geo-number {
  display: grid;
  justify-items: center;
  align-self: center;
  padding: 36px 26px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(16, 45, 40, 0.62);
  transform: rotate(3deg);
  backdrop-filter: blur(10px);
}

.geo-number span {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(5rem, 10vw, 8rem);
  font-weight: 900;
  line-height: 0.85;
  letter-spacing: -0.08em;
}

.geo-number small {
  margin-top: 22px;
  color: var(--acid);
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.geo-info {
  background: var(--cream);
}

.geo-info-grid,
.geo-assortment-grid {
  display: grid;
  grid-template-columns: minmax(300px, 4.5fr) minmax(0, 5.5fr);
  gap: clamp(52px, 10vw, 150px);
}

.geo-info h2,
.geo-assortment h2 {
  font-size: clamp(3rem, 5.8vw, 5.7rem);
}

.geo-copy {
  padding-top: 46px;
}

.geo-copy > p,
.geo-assortment-grid > div:last-child > p {
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.78;
}

.geo-copy > p {
  margin-bottom: 22px;
}

.geo-copy .warehouse-facts {
  margin-top: 38px;
  margin-bottom: 0;
}

.geo-assortment {
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    var(--forest-deep);
  background-size: 72px 72px;
}

.geo-assortment-grid {
  align-items: end;
}

.geo-assortment-grid > div:last-child {
  padding-bottom: 8px;
}

.geo-assortment-grid > div:last-child > p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.68);
}

.geo-assortment .underlined-link {
  color: var(--acid);
}

.location-page .footer-bottom a:hover {
  color: var(--acid);
}

.location-marketplaces {
  background: var(--paper);
}

.location-marketplaces h2 {
  font-size: clamp(3rem, 5.8vw, 5.7rem);
}

.location-marketplaces .underlined-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--forest);
}

.delivery-hero h1 {
  max-width: 1050px;
  font-size: clamp(3.8rem, 7.7vw, 7.8rem);
}

.delivery-cities {
  color: var(--white);
  background: var(--forest);
}

.delivery-cities .section-heading > p {
  color: rgba(255, 255, 255, 0.66);
}

.delivery-city-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.delivery-city-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: clamp(28px, 4vw, 48px);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.delivery-city-card:hover {
  color: var(--forest-deep);
  background: var(--acid);
}

.delivery-city-index {
  margin-bottom: 50px;
  color: var(--acid);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.delivery-city-card:hover .delivery-city-index {
  color: var(--forest-deep);
}

.delivery-city-card h3 {
  margin-bottom: 20px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

.delivery-city-card p {
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
  line-height: 1.7;
}

.delivery-city-card:hover p {
  color: rgba(16, 45, 40, 0.76);
}

.delivery-city-card strong {
  margin-top: auto;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topic-hero h1 {
  max-width: 1100px;
  font-size: clamp(3.6rem, 7.2vw, 7.4rem);
}

.topic-clusters {
  color: var(--white);
  background: var(--forest);
}

.topic-clusters .section-heading > p {
  color: rgba(255, 255, 255, 0.66);
}

.topic-cluster-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.topic-cluster-card {
  position: relative;
  min-height: 320px;
  padding: clamp(30px, 5vw, 62px);
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.topic-cluster-index {
  display: block;
  margin-bottom: 52px;
  color: var(--acid);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.topic-cluster-card h3 {
  max-width: 460px;
  margin-bottom: 22px;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1;
}

.topic-cluster-card p {
  max-width: 600px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.topic-checklist {
  display: grid;
  gap: 12px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.topic-checklist li {
  position: relative;
  padding-left: 25px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.topic-checklist li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--acid);
  content: "";
  transform: rotate(45deg);
}

.topic-notice {
  background: var(--cream);
}

.topic-notice-grid {
  display: grid;
  grid-template-columns: minmax(220px, 3fr) minmax(0, 7fr);
  gap: clamp(42px, 9vw, 130px);
}

.topic-notice-grid h2 {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: clamp(2.8rem, 5.8vw, 5.7rem);
}

.topic-notice-grid > div > p {
  max-width: 780px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 1.02rem;
  line-height: 1.8;
}

@media (max-width: 900px) {
  .geo-hero {
    min-height: auto;
  }

  .geo-hero-layout {
    grid-template-columns: 1fr 160px;
    gap: 34px;
  }

  .geo-number {
    padding: 28px 18px;
  }

  .geo-info-grid,
  .geo-assortment-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .geo-copy {
    max-width: 700px;
    padding-top: 0;
  }

  .topic-notice-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

@media (max-width: 680px) {
  .breadcrumbs {
    margin-bottom: 44px;
  }

  .geo-hero {
    padding-block: 112px 82px;
  }

  .geo-hero-layout {
    grid-template-columns: 1fr;
  }

  .geo-hero h1 {
    font-size: clamp(3.3rem, 17vw, 5rem);
  }

  .topic-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }

  .delivery-hero h1 {
    font-size: clamp(2.9rem, 14vw, 4.5rem);
  }

  .geo-number {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-self: end;
    padding: 18px 22px;
  }

  .geo-number span {
    font-size: 4rem;
  }

  .geo-number small {
    margin-top: 0;
    text-align: left;
  }

  .topic-cluster-grid {
    grid-template-columns: 1fr;
  }

  .topic-cluster-card {
    min-height: auto;
  }

  .topic-cluster-index {
    margin-bottom: 34px;
  }

  .delivery-city-grid {
    grid-template-columns: 1fr;
  }

  .delivery-city-card {
    min-height: 300px;
  }
}
