:root {
  color-scheme: light;
  --ink: #102a32;
  --ink-2: #173d46;
  --muted: #5e6869;
  --cream: #f3eee3;
  --paper: #fffdf8;
  --white: #ffffff;
  --line: #b9c0bc;
  --line-soft: #dcded8;
  --yellow: #f4c84a;
  --yellow-soft: #fff4c7;
  --orange: #f15a29;
  --orange-dark: #c93f17;
  --teal: #1f756c;
  --teal-soft: #dcefeb;
  --green: #126447;
  --green-soft: #dcefe5;
  --amber: #765100;
  --amber-soft: #fff0bd;
  --red: #a82c23;
  --red-soft: #f9ded9;
  --gray-soft: #e8e8e1;
  --radius: 7px;
  --shadow: 8px 8px 0 rgba(16, 42, 50, .16);
  --display: "Arial Black", "Avenir Next", ui-sans-serif, system-ui, sans-serif;
  --body: "Avenir Next", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font: 500 1rem/1.5 var(--body);
  text-rendering: optimizeLegibility;
}
button, input, select { font: inherit; }
button, select, input, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
[hidden] { display: none !important; }
::selection { color: var(--ink); background: var(--yellow); }

.site-header {
  min-height: 70px;
  padding: 12px clamp(18px, 4vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 4px solid var(--yellow);
  background: rgba(16, 42, 50, .97);
  color: var(--paper);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  text-decoration: none;
  font-family: var(--display);
  font-size: .98rem;
  letter-spacing: -.035em;
}
.brand-icon {
  width: 40px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 2px solid var(--paper);
  border-radius: 4px;
  background: var(--ink-2);
  box-shadow: 3px 3px 0 var(--orange);
}
.brand-icon svg { width: 27px; height: 27px; }
.header-nav { display: flex; align-items: center; gap: 20px; }
.header-nav a {
  color: var(--paper);
  font-size: .84rem;
  font-weight: 760;
  text-decoration: none;
  text-underline-offset: 5px;
}
.header-nav a:hover { text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 2px; }
.source-pill {
  padding: 7px 10px;
  border: 2px solid var(--yellow);
  border-radius: 3px;
  background: var(--yellow);
  color: var(--ink);
  font: 800 .7rem/1 var(--mono);
  letter-spacing: .03em;
  text-transform: uppercase;
}

main { width: min(1280px, calc(100% - 44px)); margin: 0 auto; }
.hero {
  margin-top: 30px;
  padding: clamp(28px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  align-items: end;
  gap: clamp(30px, 5vw, 72px);
  position: relative;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--paper);
  box-shadow: var(--shadow);
}
.hero::after {
  content: "";
  width: 170px;
  height: 10px;
  position: absolute;
  right: 36px;
  top: 0;
  background: repeating-linear-gradient(90deg, var(--yellow) 0 24px, transparent 24px 34px);
}
.eyebrow, .step-label, .section-label {
  margin: 0 0 9px;
  color: var(--muted);
  font: 800 .73rem/1.25 var(--mono);
  letter-spacing: .09em;
  text-transform: uppercase;
}
.hero .eyebrow { color: var(--yellow); }
.hero h1 {
  margin: 0;
  max-width: 820px;
  font-family: var(--display);
  font-size: clamp(2.65rem, 5.5vw, 5.25rem);
  line-height: .92;
  letter-spacing: -.075em;
}
.hero-side { align-self: end; }
.hero-copy { margin: 0; max-width: 470px; color: #d8e1df; font-size: 1rem; line-height: 1.55; }
.hero-proof { margin: 22px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 18px; list-style: none; }
.hero-proof li { display: inline-flex; align-items: center; gap: 7px; color: var(--paper); font: 760 .73rem/1.2 var(--mono); text-transform: uppercase; letter-spacing: .03em; }
.hero-proof li::before { content: "✓"; width: 18px; height: 18px; display: grid; place-items: center; border: 1px solid var(--yellow); color: var(--yellow); font-size: .68rem; }

.checker {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(410px, .9fr) minmax(0, 1.1fr);
  align-items: start;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.checker-form { padding: 28px 30px 30px; border-right: 2px solid var(--ink); background: var(--paper); }
.form-heading { display: flex; align-items: start; justify-content: space-between; gap: 14px; padding-bottom: 18px; border-bottom: 2px solid var(--ink); margin-bottom: 20px; }
.form-heading h2 { margin: 0; font-family: var(--display); font-size: 1.3rem; letter-spacing: -.035em; }
.form-heading .step-label { display: inline-block; margin-bottom: 8px; padding: 5px 7px; background: var(--yellow); color: var(--ink); }
.form-time { padding-top: 5px; color: var(--muted); font: 700 .72rem/1.2 var(--mono); white-space: nowrap; }
.field { min-width: 0; }
.field + .field { margin-top: 15px; }
label, legend { display: block; margin-bottom: 7px; font-size: .86rem; font-weight: 800; }
fieldset { margin: 0; padding: 0; border: 0; }
select, input[type="number"] {
  width: 100%;
  min-height: 49px;
  padding: 0 13px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  outline: none;
}
select { cursor: pointer; }
select:focus, input[type="number"]:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(241, 90, 41, .18); }
.field-help, .form-note { margin: 8px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.42; }
.setup-fields { padding-top: 18px; margin-top: 18px; border-top: 1px dashed var(--line); }
.compact-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.compact-row + .compact-row { margin-top: 15px; }
.compact-row .field + .field { margin-top: 0; }
.compact-row:has(.field:nth-child(2):last-child) { grid-template-columns: 1fr 1fr; }
.compact-row.is-one { grid-template-columns: 1fr; }
.compact-row.is-two { grid-template-columns: 1fr 1fr; }
.location-field { margin: 17px 0; }
.segmented { display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; }
.segmented label { margin: 0; }
.segmented input { position: absolute; opacity: 0; pointer-events: none; }
.segmented span {
  min-height: 45px;
  display: grid;
  place-items: center;
  padding: 6px;
  border: 2px solid var(--ink);
  border-radius: 3px;
  background: var(--white);
  text-align: center;
  font-size: .76rem;
  font-weight: 800;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, transform .15s ease;
}
.segmented span:hover { background: var(--yellow-soft); }
.segmented input:checked + span { border-color: var(--ink); background: var(--ink); color: var(--paper); box-shadow: inset 0 -4px 0 var(--yellow); }
.segmented input:focus-visible + span { outline: 3px solid rgba(241, 90, 41, .34); outline-offset: 2px; }
.unit-input { position: relative; }
.unit-input input { padding-right: 36px; }
.unit-input span { position: absolute; right: 12px; top: 50%; translate: 0 -50%; color: var(--muted); font: 800 .73rem/1 var(--mono); }
.conditions { margin-top: 17px; }
.conditions-title { margin: 0 0 9px; font-size: .86rem; font-weight: 800; }
.condition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.condition {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 9px 11px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  background: var(--white);
  cursor: pointer;
}
.condition:hover { background: var(--yellow-soft); }
.condition:has(input:checked) { background: var(--yellow-soft); box-shadow: inset 5px 0 0 var(--yellow); }
.condition input { flex: 0 0 auto; width: 18px; height: 18px; accent-color: var(--orange); }
.condition strong, .condition small { display: block; }
.condition strong { font-size: .79rem; }
.condition small { margin-top: 2px; color: var(--muted); font-size: .69rem; line-height: 1.3; }
.check-button {
  width: 100%;
  min-height: 54px;
  margin-top: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  background: var(--orange);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  font-family: var(--display);
  font-size: .92rem;
  letter-spacing: -.02em;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.check-button span { font-family: var(--body); font-size: 1.35rem; }
.check-button:hover { background: #ff6b35; transform: translate(-1px, -1px); box-shadow: 6px 6px 0 var(--ink); }
.check-button:active { transform: translate(3px, 3px); box-shadow: 1px 1px 0 var(--ink); }
.check-button:focus-visible { outline: 3px solid rgba(241, 90, 41, .38); outline-offset: 3px; }

.result-panel { min-height: 610px; position: sticky; top: 94px; background: var(--white); }
.empty-result {
  min-height: 610px;
  padding: clamp(34px, 5vw, 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--paper);
}
.empty-result::after {
  content: "";
  height: 7px;
  width: 46%;
  position: absolute;
  right: -8%;
  bottom: 68px;
  rotate: -10deg;
  background: repeating-linear-gradient(90deg, var(--yellow) 0 30px, transparent 30px 43px);
  opacity: .68;
}
.empty-marker {
  width: 72px;
  height: 72px;
  margin-bottom: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  border: 3px solid var(--paper);
  border-radius: 5px;
  background: var(--ink-2);
  box-shadow: 6px 6px 0 var(--yellow);
  font-family: var(--display);
  font-size: 1.45rem;
}
.empty-marker strong { width: 100%; height: 100%; display: grid; place-items: center; border-right: 2px solid var(--paper); }
.empty-marker span { color: var(--yellow); }
.empty-result .step-label { color: var(--yellow); }
.empty-result h2 { margin: 0; max-width: 620px; font-family: var(--display); font-size: clamp(2.25rem, 4vw, 4rem); line-height: .98; letter-spacing: -.06em; }
.empty-result > div > p:last-child { max-width: 520px; margin: 16px 0 0; color: #c9d5d2; font-size: .96rem; }
.empty-points { margin-top: 48px; display: grid; gap: 0; counter-reset: empty-steps; border-top: 1px solid rgba(255,255,255,.25); }
.empty-points span { counter-increment: empty-steps; display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.25); color: var(--paper); font: 750 .75rem/1.25 var(--mono); text-transform: uppercase; letter-spacing: .02em; }
.empty-points span::before { content: "0" counter(empty-steps); color: var(--yellow); }
.answer-result { padding: clamp(28px, 4vw, 50px); border-top: 10px solid var(--line); background: var(--white); }
.answer-topline { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 21px; }
.result-status { display: inline-flex; align-items: center; gap: 8px; padding: 8px 10px; border: 2px solid currentColor; border-radius: 3px; background: var(--gray-soft); font: 800 .7rem/1 var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.result-status::before { content: ""; width: 8px; height: 8px; background: currentColor; }
.verified { color: var(--muted); font: 700 .72rem/1.3 var(--mono); }
.answer-result > h2 { margin: 0; max-width: 760px; font-family: var(--display); font-size: clamp(2.1rem, 3.6vw, 3.65rem); line-height: .98; letter-spacing: -.06em; }
.result-summary { margin: 16px 0 27px; max-width: 760px; color: var(--muted); font-size: .96rem; }
.answer-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; padding: 23px 0; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.reason-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 12px; counter-reset: reasons; }
.reason-list li { display: grid; grid-template-columns: 26px 1fr; gap: 10px; font-size: .84rem; }
.reason-list li::before { counter-increment: reasons; content: counter(reasons); width: 26px; height: 26px; display: grid; place-items: center; border: 2px solid var(--ink); color: var(--ink); font: 800 .68rem/1 var(--mono); }
.rule-facts { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border: 2px solid var(--ink); border-radius: 4px; overflow: hidden; }
.rule-facts div { padding: 13px 14px; background: var(--paper); }
.rule-facts div:nth-child(odd) { border-right: 1px solid var(--ink); }
.rule-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
.rule-facts dt { color: var(--teal); font: 800 .66rem/1.2 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.rule-facts dd { margin: 7px 0 0; font-size: .79rem; font-weight: 760; line-height: 1.35; }
.next-step { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding-top: 22px; }
.next-step p { margin: 0; }
.next-step > div:first-child > p:last-child { color: var(--muted); font-size: .83rem; max-width: 500px; }
.result-actions { display: flex; gap: 9px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 13px; border: 2px solid var(--ink); border-radius: 3px; text-decoration: none; text-align: center; font-size: .76rem; font-weight: 800; transition: transform .15s ease, box-shadow .15s ease; }
.button:hover { transform: translate(-1px, -1px); box-shadow: 3px 3px 0 var(--yellow); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-light { background: var(--white); color: var(--ink); }
.source-line { margin: 15px 0 0; color: var(--muted); font-size: .71rem; }
.source-line a { text-underline-offset: 3px; }
.result-panel[data-state="allowed"] .answer-result { border-color: var(--green); }
.result-panel[data-state="allowed"] .result-status { color: var(--green); background: var(--green-soft); }
.result-panel[data-state="conditional"] .answer-result { border-color: var(--amber); }
.result-panel[data-state="conditional"] .result-status { color: var(--amber); background: var(--amber-soft); }
.result-panel[data-state="prohibited"] .answer-result { border-color: var(--red); }
.result-panel[data-state="prohibited"] .result-status { color: var(--red); background: var(--red-soft); }
.result-panel[data-state="unknown"] .answer-result { border-color: var(--teal); }
.result-panel[data-state="unknown"] .result-status { color: var(--teal); background: var(--teal-soft); }

.coverage { padding: 82px 0 38px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.section-heading h2 { margin: 0; max-width: 750px; font-family: var(--display); font-size: clamp(2rem, 3.5vw, 3.35rem); line-height: .98; letter-spacing: -.055em; }
.section-heading > p { margin: 0; max-width: 340px; color: var(--muted); font-size: .84rem; }
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; counter-reset: cities; }
.city-card {
  min-height: 184px;
  display: block;
  padding: 20px;
  position: relative;
  border: 2px solid var(--ink);
  border-radius: 5px;
  background: var(--paper);
  box-shadow: 4px 4px 0 rgba(16, 42, 50, .14);
  text-decoration: none;
  overflow: hidden;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.city-card::after { counter-increment: cities; content: "0" counter(cities); position: absolute; right: 14px; top: 10px; color: rgba(16,42,50,.13); font-family: var(--display); font-size: 2.6rem; line-height: 1; }
.city-card:hover { background: var(--yellow-soft); transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); }
.city-card span { display: inline-block; padding: 4px 6px; background: var(--ink); color: var(--yellow); font: 800 .67rem/1.2 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.city-card h3 { margin: 14px 0 7px; font-family: var(--display); font-size: 1.35rem; letter-spacing: -.04em; }
.city-card p { margin: 0; min-height: 44px; max-width: 290px; color: var(--muted); font-size: .79rem; }
.city-card b { display: inline-block; margin-top: 17px; color: var(--orange-dark); font-size: .76rem; }
.method-note { margin: 16px 0 64px; padding: 23px 25px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 26px; border: 2px solid var(--ink); border-radius: 5px; background: var(--yellow); box-shadow: 5px 5px 0 var(--ink); }
.method-note strong { font-family: var(--display); font-size: 1rem; letter-spacing: -.02em; }
.method-note p { margin: 0; color: var(--ink); font-size: .83rem; }
.site-footer { width: 100%; margin: 0; padding: 24px clamp(18px, 4vw, 56px) 28px; display: flex; justify-content: space-between; gap: 18px; border-top: 4px solid var(--yellow); background: var(--ink); color: #cbd8d5; font-size: .74rem; }
.site-footer span:first-child { color: var(--paper); font-weight: 800; }

/* City guides */
.city-main { width: min(1120px, calc(100% - 44px)); margin: 0 auto; }
.breadcrumb { padding-top: 28px; font: 700 .75rem/1.4 var(--mono); color: var(--muted); }
.breadcrumb a { text-underline-offset: 4px; text-decoration-thickness: 2px; }
.city-hero {
  margin-top: 18px;
  padding: clamp(30px, 5vw, 58px);
  position: relative;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--paper);
  box-shadow: var(--shadow);
}
.city-hero::after { content: "CITY GUIDE"; position: absolute; right: -32px; top: 29px; padding: 7px 42px; rotate: 38deg; background: var(--yellow); color: var(--ink); font: 800 .65rem/1 var(--mono); letter-spacing: .08em; }
.city-hero .eyebrow { color: var(--yellow); }
.city-hero h1 { margin: 0; max-width: 900px; font-family: var(--display); font-size: clamp(2.7rem, 6vw, 5.5rem); line-height: .92; letter-spacing: -.07em; }
.city-hero > p:last-child { margin: 19px 0 0; max-width: 710px; color: #cbd8d5; }
.city-content { display: grid; grid-template-columns: 1fr 340px; gap: 48px; padding: 48px 0 78px; align-items: start; }
.city-article h2 { margin: 36px 0 11px; font-family: var(--display); font-size: 1.55rem; letter-spacing: -.035em; }
.city-article h2:first-child { margin-top: 0; }
.city-article h3 { margin: 24px 0 7px; font-size: 1.02rem; line-height: 1.35; font-weight: 850; letter-spacing: -.015em; }
.city-article p, .city-article li { font-size: .95rem; }
.city-article p { max-width: 710px; }
.city-article ul { padding-left: 21px; }
.city-article li + li { margin-top: 8px; }
.rule-callout { padding: 23px 24px; border: 2px solid var(--ink); border-left: 10px solid var(--orange); border-radius: 4px; background: var(--yellow-soft); box-shadow: 5px 5px 0 var(--ink); }
.rule-callout .section-label { color: var(--orange-dark); }
.rule-callout p { margin: 7px 0 0; }
.city-sidebar { position: sticky; top: 98px; display: grid; gap: 14px; }
.sidebar-card { padding: 20px; border: 2px solid var(--ink); border-radius: 4px; background: var(--paper); box-shadow: 4px 4px 0 rgba(16,42,50,.14); }
.sidebar-card:first-child { background: var(--yellow); box-shadow: 5px 5px 0 var(--ink); }
.sidebar-card h2 { margin: 0 0 9px; font-family: var(--display); font-size: 1.08rem; letter-spacing: -.03em; }
.sidebar-card p { margin: 0; color: var(--muted); font-size: .81rem; }
.sidebar-card:first-child p { color: var(--ink); }
.sidebar-card .button { width: 100%; margin-top: 15px; }
.city-facts { margin: 0; display: grid; }
.city-facts div { padding: 12px 0; border-bottom: 1px dashed var(--line); }
.city-facts div:last-child { border-bottom: 0; }
.city-facts dt { color: var(--teal); font: 800 .68rem/1.2 var(--mono); text-transform: uppercase; letter-spacing: .05em; }
.city-facts dd { margin: 5px 0 0; font-size: .83rem; font-weight: 760; }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; gap: 22px; }
  .hero-copy { max-width: 680px; }
  .checker { grid-template-columns: 1fr; }
  .checker-form { border-right: 0; border-bottom: 2px solid var(--ink); }
  .result-panel { position: static; min-height: 490px; }
  .empty-result { min-height: 490px; }
  .city-grid { grid-template-columns: 1fr 1fr; }
  .city-content { grid-template-columns: 1fr; }
  .city-sidebar { position: static; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .site-header { min-height: 64px; padding-inline: 13px; }
  .brand { font-size: .88rem; }
  .brand-icon { width: 36px; height: 33px; }
  .header-nav a, .source-pill { display: none; }
  main { width: min(100% - 20px, 1280px); }
  .hero { margin-top: 12px; padding: 27px 21px 25px; gap: 18px; box-shadow: 4px 4px 0 rgba(16,42,50,.2); }
  .hero::after { right: 16px; width: 105px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 3.75rem); }
  .hero-copy { font-size: .9rem; }
  .hero-proof { margin-top: 16px; gap: 9px 14px; }
  .hero-proof li { font-size: .65rem; }
  .checker { margin-top: 14px; box-shadow: 4px 4px 0 rgba(16,42,50,.18); }
  .checker-form, .answer-result, .empty-result { padding: 23px 18px; }
  .form-time { display: none; }
  .compact-row, .compact-row:has(.field:nth-child(2):last-child), .condition-grid, .answer-layout, .rule-facts, .next-step, .method-note { grid-template-columns: 1fr; }
  .segmented { grid-template-columns: repeat(2, 1fr); }
  .segmented label:last-child { grid-column: 1 / -1; }
  .result-panel, .empty-result { min-height: 450px; }
  .empty-result::after { bottom: 42px; width: 60%; }
  .empty-marker { width: 64px; height: 64px; margin-bottom: 28px; }
  .empty-points { margin-top: 34px; }
  .rule-facts div, .rule-facts div:nth-child(odd), .rule-facts div:nth-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--ink); }
  .rule-facts div:last-child { border-bottom: 0; }
  .result-actions { flex-direction: column; }
  .button { width: 100%; }
  .answer-topline { align-items: start; flex-direction: column; }
  .verified { order: -1; }
  .section-heading { align-items: start; flex-direction: column; gap: 10px; }
  .coverage { padding-top: 62px; }
  .city-grid, .city-sidebar { grid-template-columns: 1fr; }
  .city-card { min-height: auto; }
  .city-card p { min-height: 0; }
  .method-note { gap: 9px; padding: 20px; }
  .site-footer { flex-direction: column; gap: 5px; }
  .city-main { width: calc(100% - 20px); }
  .city-hero { padding: 30px 21px; box-shadow: 4px 4px 0 rgba(16,42,50,.18); }
  .city-hero::after { right: -40px; top: 23px; }
  .city-content { padding: 38px 0 62px; gap: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
