@import url("./site-pages.css?v=19");

.product-page {
  --accent: #ff2d68;
  --accent-rgb: 255, 45, 104;
  --accent-2: #2c8cff;
  --accent-2-rgb: 44, 140, 255;
  --surface: rgba(8, 15, 28, 0.82);
  --surface-strong: #080e1a;
  --product-line: rgba(110, 145, 194, 0.2);
  background:
    radial-gradient(circle at 72% 8%, rgba(var(--accent-2-rgb), 0.14), transparent 28%),
    radial-gradient(circle at 22% 22%, rgba(var(--accent-rgb), 0.1), transparent 24%),
    #020710;
}

.product-page-city {
  --accent: #ae68ff;
  --accent-rgb: 174, 104, 255;
  --accent-2: #ff3d91;
  --accent-2-rgb: 255, 61, 145;
}

.product-page-map {
  --accent: #13d7ed;
  --accent-rgb: 19, 215, 237;
  --accent-2: #8a4dff;
  --accent-2-rgb: 138, 77, 255;
}

.product-page .wrap {
  width: min(100% - 40px, 1320px);
}

.product-page .header {
  top: 12px;
  margin-top: 12px;
}

.product-page .nav {
  grid-template-columns: minmax(190px, 1fr) auto minmax(270px, 1fr);
  border-radius: 8px;
}

.product-page .brand img {
  width: 176px !important;
}

.product-page .nav-links {
  overflow: visible;
}

.product-switcher {
  position: relative;
}

.product-switcher summary {
  list-style: none;
  padding: 9px 12px;
  border-radius: 999px;
  color: #d4d4df;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.product-switcher summary::-webkit-details-marker {
  display: none;
}

.product-switcher summary::after {
  margin-left: 7px;
  content: "⌄";
}

.product-switcher[open] summary,
.product-switcher summary:hover {
  color: #fff;
  background: rgba(var(--accent-rgb), 0.12);
}

.product-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 60;
  display: grid;
  width: 250px;
  transform: translateX(-50%);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px;
  background: rgba(4, 9, 18, 0.98);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}

.product-menu a {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
  border-radius: 6px !important;
  padding: 9px !important;
  text-align: left;
}

.product-menu i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--menu-color) 45%, transparent);
  border-radius: 6px;
  color: var(--menu-color);
  background: color-mix(in srgb, var(--menu-color) 10%, transparent);
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
}

.product-menu span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.product-menu small {
  color: var(--muted);
  font-size: 9px;
}

.header-product-cta {
  min-height: 42px;
  padding: 11px 17px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 12px;
}

.product-main {
  overflow: hidden;
}

.product-hero {
  position: relative;
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(380px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(30px, 4vw, 72px);
  padding-block: 70px 50px;
}

.product-hero::before {
  position: absolute;
  inset: 0 50% 0 -50vw;
  z-index: -1;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at 75% 45%, rgba(var(--accent-rgb), 0.13), transparent 34%);
}

.product-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: #7f8da2;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-crumbs a:hover {
  color: var(--accent);
}

.product-kicker {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(3rem, 4.35vw, 4.65rem);
  line-height: 1.02;
  text-transform: none;
}

.product-hero h1 span {
  color: var(--accent);
  text-shadow: 0 0 30px rgba(var(--accent-rgb), 0.32);
}

.product-lead {
  max-width: 600px;
  margin: 24px 0 0;
  color: #b7c1cf;
  font-size: 1.05rem;
  line-height: 1.7;
}

.product-hero .actions {
  justify-content: flex-start;
  margin-top: 28px;
}

.product-page .btn {
  min-height: 50px;
  border-radius: 6px;
}

.product-page .btn-primary {
  border-color: rgba(var(--accent-rgb), 0.55);
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 12px 34px rgba(var(--accent-rgb), 0.24);
}

.hero-product-visual {
  position: relative;
  min-width: 0;
  aspect-ratio: 1.35;
}

.hero-product-visual::before {
  position: absolute;
  inset: 10% 6%;
  border-radius: 50%;
  background: rgba(var(--accent-rgb), 0.14);
  filter: blur(70px);
  content: "";
}

.hero-product-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(var(--accent-rgb), 0.3);
  border-radius: 8px;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.46);
  mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 100%), linear-gradient(180deg, #000 0, #000 90%, transparent 100%);
  mask-composite: intersect;
}

.visual-fact {
  position: absolute;
  z-index: 2;
  display: grid;
  min-width: 150px;
  gap: 4px;
  border: 1px solid rgba(var(--accent-rgb), 0.38);
  border-radius: 7px;
  padding: 12px 14px;
  background: rgba(5, 11, 21, 0.9);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(16px);
}

.visual-fact strong {
  font-size: 0.82rem;
}

.visual-fact small {
  color: #8f9caf;
  font-size: 0.68rem;
}

.visual-fact-top {
  top: 7%;
  right: -1%;
}

.visual-fact-bottom {
  bottom: 8%;
  left: -2%;
}

.product-section {
  position: relative;
  padding: clamp(68px, 7vw, 104px) 0;
}

.product-section.band {
  border-block: 1px solid rgba(110, 145, 194, 0.12);
  background: rgba(5, 12, 23, 0.62);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  align-items: end;
  gap: 36px;
  margin-bottom: 34px;
}

.section-index {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-intro h2,
.split-copy h2,
.product-final h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4.2vw, 4.25rem);
  line-height: 1.03;
  text-transform: none;
}

.section-intro > p,
.split-copy > p,
.product-final p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.workflow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.workflow::before {
  position: absolute;
  top: 27px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  content: "";
}

.workflow-step {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 clamp(10px, 1.6vw, 22px);
}

.workflow-step:first-child {
  padding-left: 0;
}

.workflow-step:last-child {
  padding-right: 0;
}

.step-number {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(var(--accent-rgb), 0.5);
  border-radius: 50%;
  color: #fff;
  background: var(--surface-strong);
  box-shadow: 0 0 24px rgba(var(--accent-rgb), 0.18);
  font-size: 0.76rem;
  font-weight: 900;
}

.workflow-step h3 {
  margin: 18px 0 8px;
  font-size: 1rem;
  text-transform: none;
}

.workflow-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.participant-grid,
.feature-grid,
.nearby-grid,
.format-grid,
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.nearby-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  position: relative;
  min-width: 0;
  border: 1px solid var(--product-line);
  border-radius: 8px;
  padding: 22px;
  background: var(--surface);
}

.product-card h3 {
  margin: 18px 0 8px;
  font-size: 1.08rem;
  text-transform: none;
}

.product-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.card-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(var(--accent-rgb), 0.42);
  border-radius: 7px;
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.08);
  font-size: 0.7rem;
  font-weight: 900;
}

.connected-participants {
  display: grid;
  grid-template-columns: 1fr 190px 1fr;
  align-items: center;
  gap: 18px;
}

.participant-stack {
  display: grid;
  gap: 12px;
}

.participant {
  position: relative;
  border: 1px solid var(--product-line);
  border-radius: 8px;
  padding: 18px;
  background: var(--surface);
}

.participant strong {
  display: block;
  margin-bottom: 6px;
}

.participant span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.participant-hub {
  position: relative;
  display: grid;
  width: 170px;
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(var(--accent-rgb), 0.52);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.2), rgba(5, 11, 21, 0.92) 68%);
  box-shadow: 0 0 60px rgba(var(--accent-rgb), 0.18);
  text-align: center;
}

.participant-hub strong {
  font-size: 1.1rem;
}

.participant-hub small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
}

.tool-convergence {
  display: grid;
  grid-template-columns: 1fr 220px;
  align-items: center;
  gap: 32px;
}

.tool-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.tool-item {
  border: 1px solid var(--product-line);
  border-radius: 7px;
  padding: 14px 10px;
  background: var(--surface);
  text-align: center;
}

.tool-item strong {
  display: block;
  margin-bottom: 5px;
  font-size: 0.82rem;
}

.tool-item small {
  color: var(--muted);
  font-size: 0.68rem;
}

.tool-result {
  border: 1px solid rgba(var(--accent-rgb), 0.42);
  border-radius: 8px;
  padding: 26px;
  background: linear-gradient(145deg, rgba(var(--accent-rgb), 0.14), rgba(var(--accent-2-rgb), 0.08));
}

.tool-result strong {
  display: block;
  margin-bottom: 9px;
  font-size: 1.25rem;
}

.tool-result span {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.showcase {
  overflow: hidden;
  border: 1px solid var(--product-line);
  border-radius: 8px;
  background: var(--surface-strong);
}

.showcase-tabs {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  border-bottom: 1px solid var(--product-line);
  padding: 8px;
  scrollbar-width: none;
}

.showcase-tabs::-webkit-scrollbar {
  display: none;
}

.showcase-tab {
  min-height: 42px;
  flex: 1 0 auto;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 9px 16px;
  color: var(--muted);
  background: transparent;
  font-size: 0.78rem;
  font-weight: 850;
  cursor: pointer;
}

.showcase-tab[aria-selected="true"] {
  border-color: rgba(var(--accent-rgb), 0.34);
  color: #fff;
  background: rgba(var(--accent-rgb), 0.1);
}

.showcase-panel {
  display: none;
  grid-template-columns: minmax(240px, 0.38fr) minmax(0, 0.62fr);
  align-items: center;
  gap: 26px;
  padding: 24px;
}

.showcase-panel.active {
  display: grid;
}

.showcase-copy h3 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 2.5vw, 2.6rem);
  text-transform: none;
}

.showcase-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.showcase-image {
  min-width: 0;
  height: 390px;
  overflow: hidden;
  border: 1px solid rgba(var(--accent-rgb), 0.28);
  border-radius: 7px;
  background: rgba(var(--accent-rgb), 0.05);
}

.showcase-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.showcase-image.reference img {
  width: 128%;
  max-width: none;
  object-position: left top;
}

.split-showcase {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(30px, 5vw, 70px);
}

.split-copy p {
  margin-top: 18px;
}

.district-visual,
.radius-visual {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid rgba(var(--accent-rgb), 0.28);
  border-radius: 8px;
  background: var(--surface-strong);
}

.district-visual > img,
.radius-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.district-overlay,
.radius-overlay {
  position: absolute;
  inset: auto 20px 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.district-overlay div,
.radius-overlay div {
  border: 1px solid rgba(var(--accent-rgb), 0.3);
  border-radius: 7px;
  padding: 12px;
  background: rgba(4, 10, 20, 0.86);
  backdrop-filter: blur(12px);
}

.district-overlay strong,
.radius-overlay strong {
  display: block;
  font-size: 0.78rem;
}

.district-overlay small,
.radius-overlay small {
  color: var(--muted);
  font-size: 0.66rem;
}

.recommendation-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.recommendation {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--product-line);
  padding: 12px 0;
}

.recommendation b {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.1);
}

.recommendation span {
  font-size: 0.86rem;
}

.city-connection {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  padding: 22px 0;
  scrollbar-color: rgba(111, 137, 176, 0.24) transparent;
  scrollbar-width: thin;
}

.city-connection::-webkit-scrollbar {
  height: 3px;
}

.city-connection::-webkit-scrollbar-track {
  background: transparent;
}

.city-connection::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(111, 137, 176, 0.24);
}

.city-connection:hover::-webkit-scrollbar-thumb {
  background: rgba(111, 137, 176, 0.48);
}

.city-connection:focus-visible {
  border-radius: 6px;
  outline: 2px solid var(--accent);
  outline-offset: 4px;
}

.city-node {
  min-width: 130px;
  border: 1px solid var(--product-line);
  border-radius: 8px;
  padding: 18px;
  background: var(--surface);
  text-align: center;
  font-weight: 850;
}

.city-link {
  width: clamp(24px, 4vw, 66px);
  height: 1px;
  flex: 0 0 auto;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.format-card {
  overflow: hidden;
  border: 1px solid var(--product-line);
  border-radius: 8px;
  background: var(--surface);
}

.format-card img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.format-content {
  padding: 20px;
}

.format-content h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  text-transform: none;
}

.format-content p {
  min-height: 44px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.format-content a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 850;
}

.manual-problem {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) 1.2fr;
  gap: 8px;
  align-items: stretch;
}

.manual-item,
.manual-solution {
  display: grid;
  min-height: 120px;
  place-items: center;
  border: 1px solid var(--product-line);
  border-radius: 8px;
  padding: 14px;
  background: var(--surface);
  text-align: center;
  font-size: 0.78rem;
  font-weight: 800;
}

.manual-solution {
  border-color: rgba(var(--accent-rgb), 0.42);
  background: rgba(var(--accent-rgb), 0.1);
  color: var(--accent);
}

.ecosystem-compact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ecosystem-compact a {
  border: 1px solid var(--product-line);
  border-radius: 8px;
  padding: 20px;
  background: var(--surface);
}

.ecosystem-compact strong {
  display: block;
  margin-bottom: 6px;
  color: var(--accent);
}

.ecosystem-compact span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.product-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  border: 1px solid rgba(var(--accent-rgb), 0.36);
  border-radius: 8px;
  padding: clamp(30px, 5vw, 64px);
  background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.14), rgba(var(--accent-2-rgb), 0.08));
}

.product-final p {
  max-width: 680px;
  margin-top: 16px;
}

.product-final .actions {
  min-width: 240px;
  margin: 0;
}

.product-final .btn {
  width: 100%;
}

:root[data-theme="light"] .product-page {
  --surface: rgba(255, 255, 255, 0.94);
  --surface-strong: #ffffff;
  --product-line: rgba(20, 31, 61, 0.13);
  background:
    radial-gradient(circle at 72% 8%, rgba(var(--accent-2-rgb), 0.065), transparent 28%),
    radial-gradient(circle at 22% 22%, rgba(var(--accent-rgb), 0.05), transparent 24%),
    #f5f7fb;
}

:root[data-theme="light"] .product-menu {
  background: rgba(255, 255, 255, 0.98);
}

:root[data-theme="light"] .product-switcher summary {
  color: #3c4863;
}

:root[data-theme="light"] .product-switcher[open] summary,
:root[data-theme="light"] .product-switcher summary:hover {
  color: #101a38;
}

:root[data-theme="light"] .product-lead,
:root[data-theme="light"] .section-intro > p,
:root[data-theme="light"] .split-copy > p,
:root[data-theme="light"] .product-final p {
  color: #5e6b84;
}

:root[data-theme="light"] .product-section.band {
  background: rgba(236, 240, 246, 0.72);
}

:root[data-theme="light"] .step-number {
  color: #101a38;
  background: #fff;
}

:root[data-theme="light"] .showcase-tab[aria-selected="true"] {
  color: #101a38;
}

:root[data-theme="light"] .visual-fact,
:root[data-theme="light"] .district-overlay div,
:root[data-theme="light"] .radius-overlay div {
  color: #101a38;
  background: rgba(255, 255, 255, 0.96);
}

@media (max-width: 1100px) {
  .product-page .nav {
    grid-template-columns: 1fr auto;
  }

  .header-product-cta {
    display: none;
  }

  .product-page .nav-links {
    overflow: visible;
  }

  .product-switcher,
  .product-switcher summary {
    width: 100%;
    text-align: center;
  }

  .product-menu {
    position: static;
    width: 100%;
    margin-top: 6px;
    transform: none;
    box-shadow: none;
  }

  .product-hero {
    grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1.1fr);
    min-height: 570px;
    gap: 24px;
  }

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

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

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

@media (max-width: 760px) {
  .product-page .wrap {
    width: min(100% - 24px, 1320px);
  }

  .product-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 44px 36px;
  }

  .product-hero h1 {
    font-size: clamp(2.4rem, 10vw, 3.4rem);
  }

  .hero-product-visual {
    aspect-ratio: 1.12;
  }

  .visual-fact {
    min-width: 130px;
    padding: 10px;
  }

  .visual-fact-top {
    right: 2%;
  }

  .visual-fact-bottom {
    left: 2%;
  }

  .product-section {
    padding: 62px 0;
  }

  .section-intro,
  .split-showcase,
  .connected-participants,
  .tool-convergence,
  .product-final {
    grid-template-columns: 1fr;
  }

  .section-intro {
    align-items: start;
    gap: 14px;
  }

  .workflow {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 0;
  }

  .workflow::before {
    top: 26px;
    bottom: 26px;
    left: 26px;
    width: 1px;
    height: auto;
  }

  .workflow-step,
  .workflow-step:first-child,
  .workflow-step:last-child {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    padding: 0 0 24px;
  }

  .workflow-step h3 {
    margin: 3px 0 7px;
  }

  .workflow-step p {
    grid-column: 2;
  }

  .participant-hub {
    width: 150px;
    order: -1;
  }

  .participant-grid,
  .audience-grid,
  .format-grid,
  .ecosystem-compact {
    grid-template-columns: 1fr;
  }

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

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

  .showcase-panel,
  .showcase-panel.active {
    grid-template-columns: 1fr;
  }

  .showcase-image {
    height: 300px;
  }

  .district-visual,
  .radius-visual {
    min-height: 410px;
  }

  .district-overlay,
  .radius-overlay {
    grid-template-columns: 1fr;
  }

  .city-connection {
    justify-content: flex-start;
  }

  .product-final .actions {
    min-width: 0;
    justify-content: stretch;
  }
}

@media (max-width: 430px) {
  .product-page .brand img {
    width: 148px !important;
  }

  .product-lead {
    font-size: 0.95rem;
  }

  .hero-product-visual {
    aspect-ratio: 0.95;
  }

  .visual-fact {
    position: relative;
    inset: auto;
    width: calc(50% - 5px);
    min-width: 0;
    display: inline-grid;
    margin-top: 8px;
    vertical-align: top;
  }

  .nearby-grid,
  .recommendation-list,
  .feature-grid,
  .manual-problem {
    grid-template-columns: 1fr;
  }

  .showcase-panel {
    padding: 16px;
  }

  .showcase-image {
    height: 240px;
  }

  .district-visual,
  .radius-visual {
    min-height: 460px;
  }
}
