:root {
  --growth-ink: #101b3f;
  --growth-blue: #1d2c62;
  --growth-coral: #ef5b4c;
  --growth-paper: #f6f8fc;
  --growth-line: #d8deeb;
  --growth-muted: #59657d;
}

.city-growth {
  background: #fff;
  padding-block: clamp(3.75rem, 7vw, 7rem);
}

.city-growth .container,
.article-growth-note {
  max-width: 1120px;
}

.city-growth__head {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, .55fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--growth-line);
}

.city-growth__head h2,
.article-growth-note h2 {
  color: var(--growth-ink);
  margin: 0 0 .9rem;
  text-wrap: balance;
}

.city-growth__intro {
  max-width: 68ch;
  margin: 0;
  color: var(--growth-muted);
  line-height: 1.75;
}

.city-growth__facts {
  margin: 0;
  display: grid;
  gap: .65rem;
}

.city-growth__facts div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .65rem;
  border-bottom: 1px solid var(--growth-line);
}

.city-growth__facts dt {
  color: var(--growth-muted);
}

.city-growth__facts dd {
  margin: 0;
  color: var(--growth-ink);
  font-weight: 700;
  text-align: right;
}

.city-growth__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0 clamp(2.5rem, 6vw, 6rem);
  margin-top: 2rem;
}

.city-growth__body > div {
  padding: 1.55rem 0;
  border-bottom: 1px solid var(--growth-line);
}

.city-growth__body h3 {
  color: var(--growth-ink);
  margin: 0 0 .7rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.city-growth__body p,
.city-growth__body li,
.article-growth-note p,
.article-growth-note li,
.article-growth-note td,
.article-growth-note th {
  color: #303b54;
  line-height: 1.7;
}

.city-growth__body ul,
.article-growth-note ul {
  margin: .75rem 0 0;
  padding-left: 1.2rem;
}

.city-growth__price {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(180px, .45fr) minmax(0, 1.55fr);
  gap: 2rem;
  align-items: start;
  background: var(--growth-ink);
  margin-top: 1.2rem;
  padding: clamp(1.4rem, 3vw, 2.2rem) !important;
  border: 0 !important;
}

.city-growth__price h3,
.city-growth__price p,
.city-growth__price a {
  color: #fff;
}

.city-growth__price strong {
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2.15rem);
}

.city-growth__links {
  grid-column: 1 / -1;
}

.city-growth__links p {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1.15rem;
}

.city-growth__links a,
.city-growth__source a,
.article-growth-note a {
  color: #b33a32;
  text-decoration-thickness: .08em;
  text-underline-offset: .2em;
}

.city-growth__source {
  margin: 1.4rem 0 0;
  color: var(--growth-muted);
  font-size: .9rem;
}

.article-growth-note {
  margin: 2.25rem auto 3rem;
  padding: clamp(1.5rem, 3vw, 2.35rem);
  background: var(--growth-paper);
  border-left: 4px solid var(--growth-coral);
}

.article-growth-note__answer {
  margin: 0 0 1.5rem;
  max-width: 72ch;
  font-size: 1.08rem;
}

.article-growth-note table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 1.25rem 0;
  background: #fff;
}

.article-growth-note th,
.article-growth-note td {
  padding: .8rem .9rem;
  border-bottom: 1px solid var(--growth-line);
  text-align: left;
  vertical-align: top;
}

.article-growth-note th {
  color: var(--growth-ink);
  font-weight: 700;
}

.article-growth-note__path {
  margin: 1.25rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--growth-line);
}

@media (max-width: 760px) {
  body.growth-article-page .top-bar {
    padding-block: .25rem;
  }

  body.growth-article-page .top-bar-content {
    justify-content: center;
    flex-wrap: nowrap;
  }

  body.growth-article-page .top-bar-item:nth-of-type(n + 2) {
    display: none;
  }

  body.growth-article-page .breadcrumb {
    padding-block: .4rem;
  }

  body.growth-article-page .breadcrumb li:last-child {
    display: none;
  }

  body.growth-article-page .breadcrumb li:nth-last-child(2)::after {
    display: none;
  }

  body.growth-article-page .breadcrumb li:nth-last-child(2) > [aria-hidden="true"] {
    display: none;
  }

  body.growth-article-page .breadcrumb li > [aria-hidden="true"] {
    display: none;
  }

  body.growth-article-page .breadcrumb li:first-child::after {
    content: "/" !important;
    display: inline !important;
    margin-left: .35rem;
    color: var(--growth-muted);
  }

  body.growth-article-page .breadcrumb li:nth-child(2)::after {
    display: none !important;
  }

  body.growth-article-page .article-hero {
    height: auto;
    max-height: none;
    padding-block: 1.5rem 1.75rem;
    align-items: flex-start;
  }

  body.growth-article-page .article-meta {
    gap: .8rem;
    margin-bottom: .65rem;
    font-size: .82rem;
  }

  body.growth-article-page .article-hero h1 {
    font-size: clamp(1.75rem, 8vw, 2.1rem);
    line-height: 1.12;
  }

  body.growth-article-page main > article.section {
    padding-block: 0;
  }

  body.growth-article-page .article-body {
    padding: 1.35rem 1rem 3rem;
  }

  body.growth-article-page .article-body h2 {
    margin-top: 2rem;
  }

  body.growth-article-page .article-body p,
  body.growth-article-page .article-body li {
    line-height: 1.7;
  }

  body.growth-article-page .article-summary {
    margin: 0 0 1.5rem;
    padding: 1.15rem 1.2rem;
  }

  body.growth-article-page .article-body > .article-intro,
  body.growth-article-page .article-body > .container > .article-intro {
    margin: 0 0 1.5rem;
    padding: 0 0 1.25rem;
    border-bottom: 1px solid var(--growth-line);
    color: #303b54;
    font-size: 1.05rem;
    line-height: 1.7;
  }

  body.growth-article-page .article-body > :first-child,
  body.growth-article-page .article-body > .container > :first-child {
    margin-top: 0 !important;
  }

  body.growth-article-page .article-growth-note {
    margin-block: 1.5rem 2.25rem;
  }

  .city-growth__head,
  .city-growth__body,
  .city-growth__price {
    grid-template-columns: 1fr;
  }

  .city-growth__head {
    gap: 1.5rem;
  }

  .city-growth__body {
    gap: 0;
  }

  .city-growth__price,
  .city-growth__links {
    grid-column: auto;
  }

  .city-growth__facts div {
    align-items: baseline;
  }

  .article-growth-note {
    margin-inline: 0;
    padding-inline: 1rem;
  }

  .article-growth-note table {
    display: block;
    background: transparent;
  }

  .article-growth-note thead {
    display: none;
  }

  .article-growth-note tbody,
  .article-growth-note tr,
  .article-growth-note td {
    display: block;
    width: 100%;
  }

  .article-growth-note tr {
    margin-bottom: .7rem;
    padding: .75rem .85rem;
    background: #fff;
    border-bottom: 1px solid var(--growth-line);
  }

  .article-growth-note td {
    padding: .2rem 0;
    border: 0;
    overflow-wrap: break-word;
  }

  .article-growth-note td:first-child {
    color: var(--growth-ink);
    font-weight: 700;
  }
}

@media (prefers-reduced-motion: reduce) {
  .city-growth *,
  .article-growth-note * {
    scroll-behavior: auto !important;
  }
}
