.archive-page {
  margin: 0;
  background: #f8fafc;
  color: #0f172a;
}

.archive-page *,
.archive-page *::before,
.archive-page *::after {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.archive-shell {
  width: min(100% - 2rem, 1160px);
  margin: 0 auto;
}

.archive-copy-block {
  margin: 0.5rem 0;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(14, 116, 144, 0.12);
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at top left, rgba(186, 230, 253, 0.38), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
}

.archive-copy-block > :first-child {
  margin-top: 0;
}

.archive-copy-block > :last-child {
  margin-bottom: 0;
}

.archive-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.archive-breadcrumb-item {
  display: inline-flex;
  align-items: center;
  color: #334155;
  font-size: 0.92rem;
}

.archive-breadcrumb-item + .archive-breadcrumb-item::before {
  content: "/";
  margin-right: 0.35rem;
  color: #64748b;
}

.archive-breadcrumb-link {
  color: #1e293b;
  font-weight: 600;
  text-decoration: none;
}

.archive-breadcrumb-link:hover,
.archive-breadcrumb-link:focus {
  color: #1d4ed8;
  text-decoration: none;
}

.archive-breadcrumb-link-home {
  color: #1e293b;
  font-weight: 700;
}

.archive-home-icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  margin-right: 0.35rem;
  vertical-align: middle;
}

.archive-home-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.archive-breadcrumb-current {
  color: #0f172a;
  font-weight: 700;
}

.archive-breadcrumb-current-label {
  display: inline-block;
  max-width: 100%;
  color: inherit;
  overflow-wrap: anywhere;
}

.archive-breadcrumb-city-menu {
  position: relative;
}

.archive-breadcrumb-city-toggle {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  line-height: 1.2;
}

.archive-breadcrumb-city-toggle::-webkit-details-marker {
  display: none;
}

.archive-breadcrumb-city-toggle::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-0.08rem) rotate(45deg);
  transition: transform 0.2s ease;
  flex: 0 0 auto;
}

.archive-breadcrumb-city-menu[open] .archive-breadcrumb-city-toggle::after {
  transform: translateY(0.06rem) rotate(225deg);
}

.archive-breadcrumb-city-dropdown {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  z-index: 30;
  display: grid;
  gap: 0.45rem;
  width: min(320px, calc(100vw - 2rem));
  padding: 0.95rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.995);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(10px);
}

.archive-breadcrumb-city-link {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  max-width: 100%;
  padding: 0.45rem 0.72rem;
  border-radius: 0.85rem;
  background: #f1f5f9;
  color: #0f172a;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.archive-breadcrumb-city-link:hover,
.archive-breadcrumb-city-link:focus {
  background: #dbeafe;
  color: #1e3a8a;
  box-shadow: inset 0 0 0 1px rgba(29, 78, 216, 0.12);
  transform: translateY(-1px);
}

.archive-promo-section {
  padding: 1.5rem 0;
  background: #f8fafc;
}

.city-switcher-launch-row {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.city-switcher-launch-col {
  width: min(100%, 560px);
}

.city-switcher-trigger {
  width: 100%;
  display: flex;
  align-items: stretch;
  padding: 0;
  border: 0;
  border-radius: 1rem;
  background: transparent;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  cursor: pointer;
}

.city-switcher-trigger-icon,
.city-switcher-trigger-text {
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: #ffffff;
}

.city-switcher-trigger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0.95rem;
  border-right: 0;
  border-radius: 1rem 0 0 1rem;
}

.city-switcher-trigger-text {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 2.9rem;
  padding: 0.75rem 0.95rem;
  border-left: 0;
  border-radius: 0 1rem 1rem 0;
  color: #64748b;
  text-align: left;
}

.city-switcher-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem;
  overflow: auto;
  background: rgba(15, 23, 42, 0.5);
}

.city-switcher-overlay.is-hidden {
  display: none !important;
}

.city-switcher-overlay.is-visible {
  display: flex;
}

.city-switcher-dialog {
  width: 100%;
  max-width: 560px;
  max-height: min(80vh, 640px);
  margin: auto 0;
}

.city-switcher-card {
  width: 100%;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.city-switcher-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.city-switcher-title {
  margin: 0 0 0.25rem;
  color: #111827;
  font-size: 1.05rem;
  font-weight: 700;
}

.city-switcher-subtitle {
  margin: 0;
  color: #64748b;
  font-size: 0.875rem;
}

.city-switcher-card-body {
  padding: 1.25rem;
  overflow: auto;
}

.city-switcher-close {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background:
    linear-gradient(45deg, transparent 46%, #334155 46%, #334155 54%, transparent 54%),
    linear-gradient(-45deg, transparent 46%, #334155 46%, #334155 54%, transparent 54%);
  background-color: #f8fafc;
  cursor: pointer;
}

.city-switcher-label {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 600;
}

.city-switcher-input,
.city-switcher-select {
  width: 100%;
  min-height: 2.9rem;
  margin-bottom: 1rem;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 1rem;
  background: #ffffff;
  color: #0f172a;
  font: inherit;
}

.city-switcher-input:focus,
.city-switcher-select:focus {
  outline: 0;
  border-color: rgba(13, 110, 253, 0.4);
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.12);
}

.city-switcher-alert {
  margin-bottom: 1rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid #fdba74;
  border-radius: 0.9rem;
  background: #fff7ed;
  color: #9a3412;
  font-size: 0.875rem;
}

.city-switcher-alert.is-hidden {
  display: none !important;
}

.city-switcher-results {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  height: 320px;
}

.city-switcher-result-item,
.city-switcher-result-message {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.9rem;
  background: #ffffff;
  color: #0f172a;
  text-align: left;
}

.city-switcher-result-item {
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.city-switcher-result-item:hover,
.city-switcher-result-item:focus {
  background: #f8fbff;
  border-color: rgba(13, 110, 253, 0.24);
  transform: translateY(-1px);
}

.city-switcher-result-name {
  display: block;
  font-weight: 700;
}

.city-switcher-result-state,
.city-switcher-result-message {
  color: #64748b;
  font-size: 0.875rem;
}

.promo-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.promo-last-updated-note {
  margin: 0 0 0.85rem;
  color: #64748b;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}

.promo-grid-item {
  display: flex;
  width: 100%;
}

.promo-list-card {
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.promo-list-layout {
  display: flex;
  flex-direction: row;
  min-height: 100%;
}

.promo-media-wrap {
  position: relative;
  flex: 0 0 280px;
  max-width: 100%;
}

.promo-slider {
  position: relative;
  display: block;
  height: 260px;
  overflow: hidden;
}

.promo-list-slider {
  height: 100%;
  min-height: 280px;
}

.promo-image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.promo-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.55s ease-in-out;
}

.promo-slide.is-active {
  opacity: 1;
  z-index: 1;
}

.promo-badge-fresh {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  margin: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  padding: 0.35rem 0.55rem;
  background: linear-gradient(135deg, #9f1239, #c2410c);
  color: #fff;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  font-size: 0.6rem;
  font-weight: 700;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.promo-review-badge {
  position: absolute;
  bottom: 0.55rem;
  right: 0.55rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  min-height: 2rem;
  padding: 0.4rem 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.42), rgba(14, 116, 144, 0.28));
  color: #f8fafc;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.promo-review-badge strong {
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
}

.promo-review-stars {
  display: inline-flex;
  gap: 0.03rem;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.8rem;
  line-height: 1;
}

.promo-review-stars .is-active {
  color: #f59e0b;
}

.promo-review-count {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1;
}

.promo-card-body {
  flex: 1 1 auto;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  padding: 1rem 1.25rem 1.25rem;
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 58%, #edf6ff 100%);
  color: #1f2937;
}

.promo-card-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  min-width: 0;
}

.promo-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #111827;
}

.promo-title-list {
  margin: 0 0 0.5rem;
  -webkit-line-clamp: 3;
  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 700;
}

.promo-title-link {
  display: inline;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}

.promo-title-link:hover,
.promo-title-link:focus {
  color: #0d6efd;
}

.promo-bio {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #374151;
}

.promo-bio-list {
  margin: 0;
  -webkit-line-clamp: 4;
  font-size: 0.92rem;
  line-height: 1.6;
}

.promo-chip-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.promo-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0f3b66;
  font-size: 0.76rem;
  font-weight: 700;
}

.promo-chip-muted {
  background: #f8fafc;
  color: #475569;
}

.promo-footer-row {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

.promo-contact-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 0.45rem;
}

.promo-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 0;
  text-decoration: none;
}

.promo-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.promo-load-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.7rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.promo-load-more-btn:hover,
.promo-load-more-btn:focus {
  filter: brightness(1.05);
}

.archive-disclaimer {
  margin-top: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(185, 28, 28, 0.25);
  border-radius: 1rem;
  background: #fff8f8;
}

.archive-disclaimer-title {
  margin: 0 0 1rem;
  color: #b91c1c;
  font-size: 1.05rem;
  font-weight: 700;
}

.archive-disclaimer-copy {
  margin: 0 0 0.5rem;
}

.archive-disclaimer-copy-last {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .promo-media-wrap {
    max-width: 320px;
  }
}

@media (max-width: 991.98px) {
  .promo-list-layout { align-items: stretch; }

  .promo-last-updated-note {
    font-size: 0.76rem;
    margin-bottom: 0.72rem;
  }

  .promo-media-wrap {
    flex: 0 0 148px;
    width: 148px;
    max-width: 148px;
  }

  .promo-list-slider {
    min-height: 100%;
    height: 100%;
  }

  .promo-card-body {
    padding: 0.95rem;
  }

  .promo-title-list {
    -webkit-line-clamp: 2;
    font-size: 1rem;
    line-height: 1.35;
  }

  .promo-bio-list {
    -webkit-line-clamp: 4;
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .promo-contact-inline {
    gap: 0.4rem;
    padding: 0.32rem;
  }

  .promo-review-badge {
    bottom: 0.45rem;
    right: 0.45rem;
    gap: 0.22rem;
    min-height: 1.85rem;
    padding: 0.34rem 0.56rem;
  }

  .promo-review-badge strong {
    font-size: 0.8rem;
  }

  .promo-review-stars {
    font-size: 0.72rem;
  }

  .promo-review-count {
    font-size: 0.68rem;
  }

  .promo-icon-link,
  .promo-icon-link img {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 575.98px) {
  .archive-shell {
    width: min(100% - 1rem, 1160px);
  }

  .archive-copy-block {
    padding: 0.95rem 1rem;
    border-radius: 1.15rem;
  }

  .archive-breadcrumb {
    gap: 0.25rem;
  }

  .archive-breadcrumb-current {
    display: inline-flex;
    align-items: flex-start;
    max-width: 100%;
  }

  .archive-breadcrumb-city-menu {
    display: inline-block;
    max-width: 100%;
  }

  .archive-breadcrumb-city-toggle {
    display: inline-flex;
    justify-content: flex-start;
    width: auto;
    max-width: 100%;
  }

  .archive-breadcrumb-city-dropdown {
    left: 0;
    right: auto;
    width: min(100%, calc(100vw - 2rem));
    max-width: 300px;
  }

  .city-switcher-card-header,
  .city-switcher-card-body,
  .archive-disclaimer {
    padding: 1rem;
  }

  .city-switcher-dialog {
    width: 100%;
    max-width: none;
  }

  .city-switcher-card-header {
    align-items: flex-start;
  }

  .city-switcher-title {
    font-size: 0.98rem;
  }

  .city-switcher-subtitle {
    font-size: 0.82rem;
  }

  .promo-media-wrap {
    flex: 0 0 132px;
    width: 132px;
    max-width: 132px;
  }

  .promo-card-body {
    padding: 0.9rem;
    min-width: 0;
  }

  .promo-title-list {
    font-size: 0.96rem;
    line-height: 1.35;
  }

  .promo-bio-list {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .promo-chip {
    padding: 0.32rem 0.62rem;
    font-size: 0.68rem;
  }

  .promo-chip-row {
    gap: 0.35rem;
  }

  .promo-contact-inline {
    gap: 0.35rem;
    padding: 0.28rem;
  }

  .promo-icon-link,
  .promo-icon-link img {
    width: 36px;
    height: 36px;
  }

  .promo-badge-fresh {
    font-size: 0.52rem;
    padding: 0.28rem 0.45rem;
  }

  .promo-review-badge {
    bottom: 0.4rem;
    right: 0.4rem;
    min-height: 1.7rem;
    padding: 0.28rem 0.48rem;
  }

  .promo-review-badge strong {
    font-size: 0.74rem;
  }

  .promo-review-stars {
    font-size: 0.66rem;
  }

  .promo-review-count {
    font-size: 0.62rem;
  }

}
