:root {
  --bg: #efe9df;
  --paper: #fbfaf7;
  --ink: #261f1b;
  --muted: #756a61;
  --line: #d5cabd;
  --aubergine: #5a3144;
  --aubergine-dark: #432332;
  --rose: #c76f78;
  --rose-dark: #9d4f58;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
}

a:hover {
  color: var(--rose-dark);
}

a:active {
  color: var(--aubergine);
}

a:focus-visible {
  outline: 3px solid var(--rose);
  outline-offset: 4px;
}

p {
  margin: 0;
  font-size: 16px;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.12;
}

h1 {
  font-size: 40px;
  letter-spacing: -0.045em;
}

h2 {
  font-size: 28px;
  letter-spacing: -0.025em;
}

h3 {
  font-size: 17px;
}

.shell {
  width: min(calc(100% - 44px), var(--max));
  margin-inline: auto;
}

.site-header {
  background: var(--aubergine-dark);
  color: #f6eef2;
}

.header-row {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.crumb {
  color: #d8c7ce;
  font-size: 14px;
  font-weight: 700;
}

.intro-panel {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.intro-layout {
  min-height: 480px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) 320px;
  gap: 84px;
  align-items: center;
}

.intro-main {
  padding: 78px 0;
}

.top-rule {
  display: block;
  width: 92px;
  height: 6px;
  margin-bottom: 32px;
  background: var(--rose);
}

.kicker {
  margin-bottom: 14px;
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.lead {
  max-width: 700px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.intro-side {
  align-self: stretch;
  padding: 54px 0 54px 34px;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.side-label {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.side-block {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  align-items: baseline;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.side-block:last-child {
  border-bottom: 1px solid var(--line);
}

.side-block strong {
  color: var(--aubergine);
  font-size: 30px;
  line-height: 1;
}

.side-block span {
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 90px 0;
}

.overview {
  background: var(--bg);
}

.overview-layout {
  display: grid;
  grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
  gap: 90px;
  align-items: end;
  margin-bottom: 44px;
}

.section-tag {
  margin-bottom: 12px;
  color: var(--rose-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
}

.overview-copy {
  max-width: 650px;
  color: var(--muted);
}

.county-sheets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.county-sheet {
  background: var(--paper);
  border-top: 5px solid var(--aubergine);
  padding: 18px 28px 28px;
}

.county-sheet article {
  min-height: 56px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid #e5ddd5;
}

.county-sheet span {
  color: var(--rose-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
}

.cities-section {
  background: var(--aubergine);
  color: #fff7fa;
}

.cities-layout {
  display: grid;
  grid-template-columns: minmax(240px, .62fr) minmax(0, 1.38fr);
  gap: 90px;
  align-items: start;
}

.cities-title h2 {
  color: #fff7fa;
}

.cities-title .section-tag {
  color: #eaa8ae;
}

.cities-stack {
  border-top: 1px solid #8f6879;
}

.cities-stack article {
  min-height: 92px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid #7a5265;
}

.city-index {
  color: #eaa8ae;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
}

.cities-stack h3 {
  color: #fff7fa;
  font-size: 20px;
}

.cities-stack p {
  margin-top: 5px;
  color: #d9c4cd;
  font-size: 14px;
}

.local-section {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.local-layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 90px;
  align-items: start;
}

.local-layout > p {
  max-width: 700px;
  color: var(--muted);
  padding: 26px 0 0;
  border-top: 4px solid var(--rose);
}

.site-footer {
  background: var(--aubergine-dark);
  color: #d8c7ce;
}

.footer-row {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 14px;
}

.footer-row a {
  color: #fff7fa;
  font-weight: 700;
  text-underline-offset: 4px;
}

@media (max-width: 920px) {
  .intro-layout,
  .overview-layout,
  .cities-layout,
  .local-layout {
    grid-template-columns: 1fr;
  }

  .intro-layout {
    min-height: auto;
    gap: 0;
  }

  .intro-main {
    padding: 64px 0 40px;
  }

  .intro-side {
    padding: 0 0 52px;
    border-left: 0;
  }

  .overview-layout,
  .cities-layout,
  .local-layout {
    gap: 36px;
  }
}

@media (max-width: 650px) {
  .shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .header-row {
    min-height: 66px;
  }

  h1 {
    font-size: 40px;
    overflow-wrap: anywhere;
  }

  .lead {
    font-size: 17px;
  }

  .section {
    padding: 64px 0;
  }

  .county-sheets {
    grid-template-columns: 1fr;
  }

  .county-sheet {
    padding-inline: 20px;
  }

  .footer-row {
    min-height: 90px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
  }
}
