/* Austin page styling follows the city's 2025 brand language: violet-crown blues and
   purples, park greens, warm limestone neutrals, and rounded arch motifs drawn from the
   hills, bridges, and skies the city's identity references. Sections stay flat — simple
   rules and type, no boxed cards around charts or maps. */

.austin-page {
  --atx-ink: #221f36;
  --atx-night: #2b2745;
  --atx-violet: #57518f;
  --atx-violet-soft: #8b86bd;
  --atx-green: #4c7c5f;
  --atx-green-deep: #38614a;
  --atx-clay: #c75b39;
  --atx-clay-bright: #e0593e;
  --atx-limestone: #f7f5f0;
  --atx-sand: #eee9df;
  --atx-gray-dark: #514f5c;
  --atx-gray-light: #c9c5bb;
  --atx-white: #ffffff;
  color: var(--atx-ink);
  background: var(--atx-limestone);
  font-family: "Source Sans 3", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
}

.austin-page * {
  box-sizing: border-box;
}

.austin-page a {
  color: inherit;
}

.atx-container {
  width: min(1200px, calc(100vw - 40px));
  margin: 0 auto;
}

.atx-masthead {
  background: var(--atx-night);
  color: var(--atx-limestone);
  border-bottom: 4px solid var(--atx-green);
}

.atx-masthead-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 16px 0 14px;
}

.atx-lockup {
  display: flex;
  align-items: flex-end;
  gap: 14px;
}

.atx-arches svg {
  display: block;
  width: 44px;
  height: 22px;
  fill: var(--atx-violet-soft);
}

.atx-arches svg path:last-child {
  fill: var(--atx-green);
}

.atx-lockup-text {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.atx-wordmark {
  font-family: "Clash Grotesk", "Rubik", "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 5vw, 40px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.atx-agency {
  color: var(--atx-violet-soft);
  font-family: "Clash Grotesk", "Rubik", "Helvetica Neue", sans-serif;
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.atx-nav {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  --site-header-control-text: var(--atx-limestone);
  --site-header-control-bg: rgba(255, 255, 255, 0.05);
  --site-header-control-bg-hover: rgba(255, 255, 255, 0.12);
  --site-header-control-bg-active: rgba(255, 255, 255, 0.16);
  --site-header-control-border: rgba(255, 255, 255, 0.22);
}

.atx-nav a {
  color: var(--atx-limestone);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.atx-nav .site-header-button,
.atx-nav .site-header-icon-button,
.atx-nav .site-header-icon-link {
  color: var(--atx-limestone);
  text-decoration: none;
}

.atx-nav .site-city-switcher-link {
  color: var(--site-header-panel-text);
  text-decoration: none;
}

.atx-error {
  padding: 28px 0;
}

.atx-error p,
.atx-error h2 {
  margin: 0;
}

.atx-error h2 {
  font-family: "Clash Grotesk", "Rubik", "Helvetica Neue", sans-serif;
  font-weight: 600;
}

.atx-error button {
  margin-top: 12px;
  border: 1px solid var(--atx-ink);
  border-radius: 999px;
  background: var(--atx-white);
  color: var(--atx-ink);
  padding: 10px 18px;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
}

.atx-loading-screen {
  position: fixed;
  inset: 0;
  z-index: 1400;
  background:
    linear-gradient(
      180deg,
      var(--atx-limestone) 0%,
      var(--atx-limestone) 58%,
      var(--atx-sand) 100%
    );
  color: var(--atx-ink);
}

.atx-loading-screen::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 12px;
  background:
    linear-gradient(
      90deg,
      var(--atx-violet) 0 34%,
      var(--atx-green) 34% 67%,
      var(--atx-clay) 67% 100%
    );
}

.atx-loading-shell {
  position: relative;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 22px;
  padding: clamp(38px, 5.2vh, 56px) 0 clamp(20px, 3vh, 34px);
}

.atx-loading-head,
.atx-loading-foot {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.atx-loading-kicker-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.atx-loading-arches svg {
  width: 36px;
  height: 18px;
  fill: var(--atx-violet);
}

.atx-loading-arches svg path:last-child {
  fill: var(--atx-green);
}

.atx-loading-kicker {
  font-size: 11.9px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--atx-violet);
}

.atx-loading-title {
  margin: 0;
  font-family: "Clash Grotesk", "Rubik", "Helvetica Neue", sans-serif;
  font-size: clamp(48px, 9vw, 112px);
  line-height: 0.92;
  font-weight: 600;
  letter-spacing: -0.01em;
  max-width: 10ch;
}

.atx-loading-copy {
  max-width: 48rem;
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--atx-gray-dark);
}

.atx-loading-progress {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  font-family: "Clash Grotesk", "Rubik", "Helvetica Neue", sans-serif;
  font-size: clamp(64px, 10vw, 118px);
  line-height: 0.86;
  font-weight: 600;
  color: var(--atx-ink);
}

.atx-loading-progress-mark {
  color: var(--atx-green);
  font-size: 0.42em;
}

.atx-loading-stage {
  position: relative;
  min-height: min(56vh, 560px);
  overflow: hidden;
  border-top: 2px solid var(--atx-ink);
  border-bottom: 2px solid var(--atx-ink);
  background:
    linear-gradient(
      180deg,
      rgba(87, 81, 143, 0.1) 0%,
      rgba(247, 245, 240, 0.95) 34%,
      rgba(238, 233, 223, 0.96) 100%
    );
}

.atx-loading-stage-rule {
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  z-index: 1;
  background: var(--atx-violet);
  opacity: 0.55;
}

.atx-loading-stage-rule.is-top {
  top: 26px;
}

.atx-loading-stage-rule.is-bottom {
  bottom: 26px;
  background: var(--atx-green);
}

.atx-loading-image-layer {
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  height: min(36vh, 290px);
  overflow: hidden;
}

.atx-loading-image-layer.is-base {
  opacity: 0.14;
}

.atx-loading-image-layer.is-reveal {
  clip-path: inset(0 var(--atx-loader-clip, 100%) 0 0);
  transition: clip-path 240ms ease-out;
}

.atx-loading-image {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: min(1500px, 118vw);
  height: auto;
  max-width: none;
  transform: translateX(-50%);
  user-select: none;
  pointer-events: none;
}

.atx-loading-foot {
  align-items: baseline;
  font-size: 13px;
  line-height: 18px;
  color: var(--atx-gray-dark);
}

.atx-loading-hint {
  color: var(--atx-gray-dark);
  opacity: 0.8;
}

.atx-hero-card {
  padding: 32px 0 36px;
  position: relative;
}

.atx-hero-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  border-radius: 0 0 999px 0;
  background:
    linear-gradient(
      180deg,
      var(--atx-violet) 0,
      var(--atx-violet) 55%,
      var(--atx-green) 55%,
      var(--atx-green) 100%
    );
}

.atx-hero-title {
  margin: 0 0 12px 26px;
  font-family: "Clash Grotesk", "Rubik", "Helvetica Neue", sans-serif;
  font-size: clamp(36px, 5.4vw, 70px);
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.01em;
  max-width: 22ch;
}

.atx-hero-title span {
  color: var(--atx-violet);
}

.atx-hero-dek,
.atx-hero-note {
  margin: 0 0 0 26px;
  max-width: 78ch;
  font-size: 16px;
  line-height: 24px;
  color: var(--atx-gray-dark);
}

.atx-hero-note {
  margin-top: 10px;
}

.atx-stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 0 26px;
}

.atx-stat {
  border-top: 3px solid var(--atx-ink);
  padding-top: 12px;
}

.atx-stat-label,
.atx-chip span,
.atx-section-tag,
.atx-repeat-head {
  font-size: 11.9px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.atx-stat-label {
  color: var(--atx-gray-dark);
}

.atx-stat-value {
  margin-top: 8px;
  font-family: "Clash Grotesk", "Rubik", "Helvetica Neue", sans-serif;
  font-size: 31px;
  line-height: 36px;
  font-weight: 600;
}

.atx-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 0 26px;
}

.atx-chip {
  border: 1px solid var(--atx-gray-light);
  border-radius: 14px;
  padding: 10px 14px;
  background: var(--atx-sand);
  min-width: 220px;
}

.atx-chip span {
  display: block;
  color: var(--atx-gray-dark);
}

.atx-chip strong {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  line-height: 20px;
}

.austin-page main {
  padding-top: 8px;
}

.atx-section {
  padding: 36px 0 24px;
}

.atx-section + .atx-section {
  margin-top: 8px;
}

.atx-section-head {
  max-width: 78ch;
}

.atx-section-tag {
  color: var(--atx-green-deep);
}

.atx-section-head h2 {
  margin: 6px 0 8px;
  font-family: "Clash Grotesk", "Rubik", "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 4.4vw, 46px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.atx-section-head p,
.atx-summary-card p,
.atx-footer p,
.atx-footer li {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--atx-gray-dark);
}

.atx-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.atx-summary-card {
  padding: 14px 0 0;
  border-top: 2px solid var(--atx-gray-light);
}

.atx-summary-card h3 {
  margin: 0 0 6px;
  font-family: "Clash Grotesk", "Rubik", "Helvetica Neue", sans-serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: 600;
}

.atx-ytd-section {
  padding-top: 24px;
}

.atx-ytd-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.atx-ytd-stat {
  min-height: 128px;
  border-top: 4px solid var(--atx-ink);
  padding-top: 12px;
}

.atx-ytd-stat.is-primary {
  border-color: var(--atx-violet);
}

.atx-ytd-label {
  font-size: 11.9px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--atx-gray-dark);
}

.atx-ytd-value {
  margin-top: 8px;
  font-family: "Clash Grotesk", "Rubik", "Helvetica Neue", sans-serif;
  font-size: clamp(40px, 5.4vw, 64px);
  line-height: 0.95;
  font-weight: 600;
}

.atx-ytd-stat.is-primary .atx-ytd-value {
  color: var(--atx-violet);
}

.atx-toggle-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.atx-toggle-button {
  appearance: none;
  border: 1px solid var(--atx-ink);
  border-radius: 999px;
  background: transparent;
  color: var(--atx-ink);
  padding: 8px 16px;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.atx-toggle-button.is-active {
  background: var(--atx-ink);
  color: var(--atx-limestone);
  border-color: var(--atx-ink);
}

.atx-chart-block {
  margin-top: 14px;
  background: none;
  border: 0;
  box-shadow: none;
}

.atx-chart-shell {
  min-height: 320px;
  padding-top: 8px;
}

.atx-chart-shell.atx-chart-shell-short {
  min-height: 266px;
}

.atx-chart-shell.atx-chart-shell-ytd {
  min-height: 292px;
}

.atx-plot-root {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.atx-plot-root > * {
  width: 100%;
  height: 100%;
}

.atx-echart-root {
  width: 100%;
  height: 100%;
}

.atx-plot-root svg,
.atx-plot-root figure {
  display: block;
  overflow: visible;
}

.atx-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 12px;
}

.atx-note {
  font-size: 14px;
  line-height: 20px;
  color: var(--atx-gray-dark);
}

.atx-map-shell {
  position: relative;
  height: clamp(360px, 54vw, 520px);
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #f3f1ec;
  box-shadow: none;
}

.atx-map-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 450;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(34, 31, 54, 0.1);
}

.atx-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 14px;
  font-size: 14px;
  line-height: 20px;
  color: var(--atx-gray-dark);
}

.atx-map-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.atx-map-swatch {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 0 1px rgba(34, 31, 54, 0.16);
}

.atx-map-swatch.open {
  background: var(--atx-clay-bright);
}

.atx-map-swatch.closed {
  background: #56a075;
}

.atx-map-swatch.hotspot {
  background: var(--atx-night);
}

.atx-mayor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.atx-mayor-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  padding: 22px 20px 18px;
  border-radius: 18px 18px 0 0;
}

.atx-mayor-card--leffingwell {
  background: var(--atx-sand);
  color: var(--atx-ink);
}

.atx-mayor-card--adler {
  background: var(--atx-violet);
  color: var(--atx-limestone);
}

.atx-mayor-card--watson {
  background: var(--atx-green-deep);
  color: var(--atx-limestone);
}

.atx-mayor-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.atx-mayor-title-block h3 {
  margin: 0;
  font-family: "Clash Grotesk", "Rubik", "Helvetica Neue", sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}

.atx-mayor-term {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 22px;
  color: inherit;
  opacity: 0.85;
}

.atx-mayor-grade {
  flex: 0 0 auto;
  min-width: 78px;
  padding: 8px 12px 6px;
  text-align: right;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
}

.atx-mayor-card--leffingwell .atx-mayor-grade {
  background: rgba(34, 31, 54, 0.08);
}

.atx-mayor-grade span,
.atx-mayor-metric-label,
.atx-mayor-note strong {
  display: block;
  font-size: 11.9px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.atx-mayor-grade strong {
  display: block;
  margin-top: 2px;
  font-family: "Clash Grotesk", "Rubik", "Helvetica Neue", sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
}

.atx-mayor-summary,
.atx-mayor-note {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  color: inherit;
}

.atx-mayor-summary {
  opacity: 0.92;
}

.atx-mayor-note {
  opacity: 0.82;
}

.atx-mayor-metrics {
  display: grid;
  gap: 10px;
}

.atx-mayor-metric {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding-top: 10px;
  border-top: 1px solid currentColor;
}

.atx-mayor-metric-label {
  color: inherit;
  opacity: 0.78;
  max-width: 18ch;
}

.atx-mayor-best {
  display: inline-block;
  margin-top: 4px;
  padding: 1px 6px;
  border-radius: 999px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.26);
}

.atx-mayor-card--leffingwell .atx-mayor-best {
  background: rgba(34, 31, 54, 0.1);
}

.atx-mayor-metric-value {
  flex: 0 0 auto;
  text-align: right;
  font-family: "Clash Grotesk", "Rubik", "Helvetica Neue", sans-serif;
  font-size: 27px;
  line-height: 28px;
  font-weight: 600;
}

.atx-repeat-head,
.atx-repeat-item {
  display: grid;
  grid-template-columns: 68px 92px minmax(0, 1.9fr) minmax(110px, 0.9fr) minmax(110px, 0.9fr);
  gap: 8px 12px;
  justify-items: start;
}

.atx-repeat-head {
  padding: 0 0 8px;
  border-bottom: 1px solid var(--atx-gray-light);
  color: var(--atx-gray-dark);
}

.atx-repeat-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.atx-repeat-item {
  padding: 8px 0;
  border-bottom: 1px solid var(--atx-gray-light);
  align-items: start;
}

.atx-repeat-rank,
.atx-repeat-requests {
  font-family: "Clash Grotesk", "Rubik", "Helvetica Neue", sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
}

.atx-repeat-rank {
  color: var(--atx-violet);
}

.atx-repeat-requests {
  color: var(--atx-ink);
}

.atx-repeat-address {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.atx-repeat-date {
  font-size: 16px;
  line-height: 20px;
  color: var(--atx-gray-dark);
}

.atx-footer {
  margin-top: 28px;
  background: var(--atx-sand);
  padding: 28px 0 40px;
}

.atx-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
}

.atx-footer h2 {
  margin: 0 0 10px;
  font-family: "Clash Grotesk", "Rubik", "Helvetica Neue", sans-serif;
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
}

.atx-footer ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.atx-source-list {
  display: grid;
  gap: 8px;
}

.atx-source-list a {
  color: var(--atx-violet);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.austin-page .leaflet-container {
  background: #f3f1ec;
  font-family: "Source Sans 3", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
}

/* Single-hue monochrome basemap: grayscale the CARTO tiles, then tint them toward a
   muted violet-crown blue so the map reads as one quiet surface under the data. */
.austin-page .leaflet-tile-pane {
  filter: grayscale(1) sepia(1) saturate(1.15) hue-rotate(202deg) brightness(1.02) contrast(0.98);
}

.austin-page .leaflet-container a {
  color: var(--atx-violet);
}

.austin-page .leaflet-pane.atx-map-labels-pane {
  mix-blend-mode: multiply;
  opacity: 0.78;
}

.austin-page .leaflet-control-zoom {
  border: none !important;
  box-shadow: 0 14px 32px rgba(34, 31, 54, 0.16);
}

.austin-page .leaflet-bar a,
.austin-page .leaflet-bar a:hover {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: none;
  border-bottom: 1px solid rgba(34, 31, 54, 0.1);
  background: rgba(255, 255, 255, 0.96);
  color: var(--atx-ink);
}

.austin-page .leaflet-bar a:last-child {
  border-bottom: none;
}

.austin-page .leaflet-bar a:hover {
  background: #ffffff;
  color: var(--atx-violet);
}

.austin-page .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #5c5a66;
  padding: 2px 8px;
}

.austin-page .leaflet-tooltip.atx-pothole-tooltip {
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(34, 31, 54, 0.12);
  box-shadow: 0 16px 30px rgba(34, 31, 54, 0.16);
  background: rgba(255, 255, 255, 0.97);
  font-size: 13px;
  line-height: 18px;
  color: var(--atx-ink);
  min-width: 190px;
  max-width: 260px;
}

.austin-page .leaflet-tooltip.atx-pothole-tooltip::before {
  border-top-color: rgba(255, 255, 255, 0.97);
}

.austin-page .leaflet-tooltip.atx-pothole-tooltip .map-tooltip-title {
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 2px;
}

.austin-page .leaflet-tooltip.atx-pothole-tooltip .map-tooltip-meta,
.austin-page .leaflet-tooltip.atx-pothole-tooltip .map-tooltip-subtle,
.austin-page .leaflet-tooltip.atx-pothole-tooltip .map-tooltip-status-row {
  margin-top: 3px;
}

.austin-page .leaflet-tooltip.atx-pothole-tooltip .map-tooltip-status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.austin-page .leaflet-tooltip.atx-pothole-tooltip .map-tooltip-status {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.austin-page .leaflet-tooltip.atx-pothole-tooltip .map-tooltip-status.is-open {
  background: rgba(224, 89, 62, 0.14);
  color: #8f3014;
}

.austin-page .leaflet-tooltip.atx-pothole-tooltip .map-tooltip-status.is-closed {
  background: rgba(76, 124, 95, 0.16);
  color: #2c5740;
}

.austin-page .leaflet-tooltip.atx-pothole-tooltip .map-tooltip-id,
.austin-page .leaflet-tooltip.atx-pothole-tooltip .map-tooltip-subtle {
  color: #66646f;
  font-size: 12px;
}

.atx-summary-grid,
.atx-footer-grid {
  grid-template-columns: 1fr;
}

@media (max-width: 900px) {
  .atx-stat-row,
  .atx-summary-grid,
  .atx-ytd-grid,
  .atx-footer-grid,
  .atx-mayor-grid {
    grid-template-columns: 1fr;
  }

  .atx-nav {
    display: none;
  }

  .atx-hero-title {
    max-width: none;
  }

  .atx-loading-head,
  .atx-loading-foot {
    flex-direction: column;
  }

  .atx-loading-progress {
    font-size: clamp(58px, 15vw, 100px);
  }

  .atx-loading-stage {
    min-height: min(48vh, 460px);
  }
}

@media (max-width: 720px) {
  .atx-container {
    width: min(100vw - 24px, 1200px);
  }

  .atx-wordmark {
    font-size: 30px;
  }

  .atx-hero-title,
  .atx-hero-dek,
  .atx-hero-note,
  .atx-stat-row,
  .atx-chip-row {
    margin-left: 18px;
  }

  .atx-mayor-head {
    flex-direction: column;
  }

  .atx-mayor-title-block h3 {
    font-size: 27px;
  }

  .atx-repeat-head {
    display: none;
  }

  .atx-repeat-item {
    grid-template-columns: 64px 72px minmax(0, 1fr);
    gap: 4px 10px;
  }

  .atx-repeat-address,
  .atx-repeat-date {
    grid-column: 3;
  }

  .atx-loading-shell {
    gap: 18px;
    padding-top: 34px;
  }

  .atx-loading-kicker-row {
    margin-bottom: 8px;
  }

  .atx-loading-title {
    font-size: clamp(38px, 15vw, 68px);
    max-width: 9ch;
  }

  .atx-loading-copy {
    margin-top: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .atx-loading-stage {
    min-height: min(42vh, 360px);
  }

  .atx-loading-stage-rule.is-top {
    top: 18px;
  }

  .atx-loading-stage-rule.is-bottom {
    bottom: 18px;
  }

  .atx-loading-image-layer {
    height: min(26vh, 180px);
  }
}


/* Minimal hero meta: plain inline facts on one line, no boxes. */
.atx-chip-row {
  align-items: baseline;
  gap: 4px 14px;
}

.atx-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  min-width: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}

.atx-chip + .atx-chip::before {
  content: "\00B7";
  margin-right: 14px;
  color: var(--atx-gray-light);
}

.atx-chip span {
  display: inline;
}

.atx-chip strong {
  display: inline;
  margin-top: 0;
  font-size: 13.5px;
  line-height: 18px;
}
