.city-shopping {
  margin: 32px 0 42px;
  color: #433747;
  scroll-margin-top: 24px;
}
.shopping-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border: 1px solid #d9cddc;
  background: #f7f0f5;
  border-radius: 18px;
  padding: 26px;
}
.shopping-heading h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.035em;
  margin: 0;
}
.shopping-heading > svg {
  flex-shrink: 0;
  color: #745069;
}
.shopping-eyebrow {
  font-size: 12px;
  letter-spacing: 1.7px;
  font-weight: 700;
  margin: 0 0 9px;
  color: #76556d;
}
.city-shopping p {
  line-height: 1.65;
  color: #645869;
}
.shopping-intro {
  font-size: 16px;
  max-width: 850px;
  margin: 19px 0 24px;
}
.shopping-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.shop-card {
  min-width: 0;
  background: #fff;
  border: 1px solid #d9cddc;
  border-top: 4px solid #9b748d;
  border-radius: 16px;
  padding: 24px;
}
.shop-card:only-child {
  grid-column: 1/-1;
  max-width: 900px;
}
.shop-kind {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #604456;
  background: #f9edf4;
  border: 1px solid #ddc6d5;
  padding: 5px 10px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.shop-card h3 {
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: -0.025em;
  margin: 0 0 12px;
}
.shop-card p {
  font-size: 16px;
  margin: 0 0 16px;
}
.shop-card h4 {
  font-size: 16px;
  line-height: 1.4;
  margin: 20px 0 6px;
}
.shop-facts {
  margin: 20px 0;
}
.shop-facts > div {
  border-top: 1px solid #ebe2ed;
  padding: 13px 0;
}
.shop-facts dt {
  font-size: 13px;
  font-weight: 700;
  color: #77536a;
  margin-bottom: 6px;
}
.shop-facts dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.shop-planning {
  border-top: 1px solid #d9cddc;
  border-bottom: 1px solid #d9cddc;
  margin: 4px 0 16px;
}
.shop-planning summary {
  cursor: pointer;
  min-height: 48px;
  padding: 14px 3px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.shop-planning ul {
  padding-inline-start: 20px;
  margin: 12px 0 18px;
}
.shop-planning li + li {
  margin-top: 8px;
}
.shop-planning a {
  font-size: 15px;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.shop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.shop-actions a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #684357;
}
.shop-actions svg {
  flex-shrink: 0;
}
.shopping-note {
  font-size: 14px;
  margin: 22px 0 0;
}
.shopping-empty {
  background: #f7f0f5;
  padding: 24px;
  border: 1px solid #d9cddc;
  border-radius: 14px;
}
.shopping-launcher {
  display: flex;
  width: 100%;
  text-align: start;
  align-items: center;
  gap: 18px;
  padding: 23px;
  margin: 22px 0;
  background: #f7f0f5;
  color: #604456;
  border: 1px solid #d1bdd0;
  border-radius: 16px;
}
.shopping-launcher > span {
  display: grid;
  gap: 7px;
  flex: 1;
  min-width: 0;
}
.shopping-launcher strong {
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.03em;
}
.shopping-launcher span span {
  font-size: 15px;
  line-height: 1.5;
}
.shopping-launcher > svg {
  flex-shrink: 0;
}
.city-shopping :is(a, summary):focus-visible,
.shopping-launcher:focus-visible,
.city-shopping h2:focus {
  outline: 3px solid #714164;
  outline-offset: 5px;
}
.large-type .city-shopping :is(p, dd, a, summary),
.large-type .shopping-launcher span span {
  font-size: 18px;
}
.large-type .shop-facts dt,
.large-type .shop-kind {
  font-size: 16px;
}
.high-contrast .city-shopping,
.high-contrast .city-shopping :is(p, dd, dt, a, summary),
.high-contrast .shopping-launcher {
  color: #2d1930 !important;
}
.high-contrast .shop-card,
.high-contrast .shopping-heading,
.high-contrast .shop-kind {
  border-color: #674a68;
}
.high-contrast .shop-facts > div {
  border-color: #af92b0;
}
@media (max-width: 760px) {
  .shopping-grid {
    grid-template-columns: 1fr;
  }
  .shopping-heading {
    padding: 22px;
    gap: 14px;
  }
  .shop-card {
    padding: 20px;
  }
  .shopping-launcher {
    padding: 19px;
    gap: 13px;
  }
  .shopping-launcher strong {
    font-size: 20px;
  }
  .shopping-launcher > svg:last-child {
    display: none;
  }
}
@media (forced-colors: active) {
  .shop-card,
  .shopping-heading,
  .shopping-launcher,
  .shop-kind {
    border: 1px solid CanvasText;
    background: Canvas;
    color: CanvasText;
  }
  .shop-actions a {
    color: LinkText;
  }
}
