:root { color-scheme: light; --ink: #10251d; --muted: #62736c; --paper: #f4f1e8; --panel: #fffdf7; --green: #087f5b; --dark: #0b251d; --lime: #c8f17b; --line: rgba(16,37,29,.13); --soft: #e8eee8; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.city-topbar, .city-main, .city-footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.city-topbar { display: flex; min-height: 82px; align-items: center; justify-content: space-between; }
.city-topbar > a:last-child { color: var(--green); font-size: .78rem; font-weight: 800; text-decoration: none; }
.city-brand { display: flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.035em; text-decoration: none; }
.city-brand span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--lime); background: var(--ink); }
.breadcrumbs { display: flex; align-items: center; gap: 8px; padding-top: 36px; color: var(--muted); font-size: .72rem; }
.breadcrumbs a { text-underline-offset: 3px; }
.city-hero { padding: 75px 0 68px; }
.city-eyebrow { margin: 0 0 13px; color: var(--green); font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { max-width: 930px; margin: 0; font-size: clamp(3.6rem, 7.2vw, 7rem); letter-spacing: -.07em; line-height: .92; }
h1 em { color: var(--green); font-weight: inherit; }
.city-hero > p:not(.city-eyebrow) { max-width: 760px; margin: 27px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.65; }
.city-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 46px; border-block: 1px solid var(--line); }
.city-facts div { display: grid; gap: 4px; padding: 20px 24px; border-right: 1px solid var(--line); }
.city-facts div:first-child { padding-left: 0; }
.city-facts div:last-child { border: 0; }
.city-facts strong { font-size: 1.35rem; letter-spacing: -.035em; }
.city-facts span { color: var(--muted); font-size: .7rem; }
.city-comparison { padding: 36px; border: 1px solid var(--line); border-radius: 28px; background: var(--panel); box-shadow: 0 24px 70px rgba(16,37,29,.11); }
.city-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.city-section-head h2, .city-details h2, .city-directory h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.055em; }
.city-map-link { padding: 11px 15px; border-radius: 999px; color: white; background: var(--dark); font-size: .75rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.city-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.city-lists > article { padding: 20px; border: 1px solid var(--line); border-radius: 20px; background: #f8f7f0; }
.city-list-title { display: flex; align-items: center; gap: 12px; margin-bottom: 13px; }
.city-list-title > span { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--lime); background: var(--dark); font-weight: 900; }
.city-list-title > span.other { color: var(--dark); background: var(--lime); }
.city-list-title h3 { margin: 0; font-size: .92rem; }
.city-list-title p { margin: 3px 0 0; color: var(--muted); font-size: .66rem; }
.city-lists ol { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.city-station { position: relative; display: grid; grid-template-columns: 28px minmax(0,1fr) auto; align-items: center; gap: 10px; min-height: 108px; padding: 12px 13px 31px; border-radius: 14px; background: white; }
.city-rank { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: var(--green); background: #e5f2e9; font-size: .72rem; font-weight: 900; }
.city-station-copy { min-width: 0; }
.city-operator { display: block; margin-bottom: 3px; color: var(--green); font-size: .58rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.city-station-copy strong, .city-station-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.city-station-copy strong { font-size: .82rem; }
.city-station-copy small { margin-top: 3px; color: var(--muted); font-size: .62rem; }
.city-tags { display: flex; gap: 5px; margin-top: 8px; }
.city-tags i { padding: 3px 6px; border-radius: 999px; color: #53665e; background: var(--soft); font-size: .56rem; font-style: normal; font-weight: 750; }
.city-price { text-align: right; }
.city-price strong, .city-price span { display: block; }
.city-price strong { font-size: 1.12rem; letter-spacing: -.045em; }
.city-price span { color: var(--muted); font-size: .58rem; }
.city-station > a { position: absolute; right: 13px; bottom: 10px; color: var(--green); font-size: .64rem; font-weight: 850; text-decoration: none; }
.city-insight { margin: 18px 0 0; padding: 13px; border-radius: 12px; color: #72500a; background: #fff0c5; font-size: .77rem; text-align: center; }
.city-details { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: 90px; padding: 110px 0; }
.city-details > div > p:not(.city-eyebrow) { max-width: 650px; color: var(--muted); line-height: 1.65; }
.operator-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.operator-list span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.45); font-size: .68rem; }
.operator-list b { margin-left: 5px; color: var(--green); }
.city-details aside { align-self: end; padding: 23px; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); }
.city-details aside h3 { margin: 0 0 10px; font-size: .9rem; }
.city-details aside ul { margin: 0; padding: 0; list-style: none; }
.city-details aside li + li { border-top: 1px solid var(--line); }
.city-details aside a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 0; text-decoration: none; }
.city-details aside a span { color: var(--green); font-size: .76rem; font-weight: 800; }
.city-details aside a small { color: var(--muted); font-size: .64rem; }
.city-directory { padding: 10px 0 110px; }
.city-directory h2 { margin-bottom: 28px; }
.city-directory ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: 0; padding: 0; list-style: none; }
.city-directory a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); text-decoration: none; }
.city-directory a:hover { border-color: rgba(8,127,91,.45); }
.city-directory a strong, .city-directory a small { display: block; }
.city-directory a strong { font-size: .88rem; }
.city-directory a small { margin-top: 4px; color: var(--muted); font-size: .64rem; }
.city-directory a > span:last-child { color: var(--green); font-size: .72rem; font-weight: 800; white-space: nowrap; }
.city-footer { display: flex; justify-content: space-between; gap: 24px; padding: 28px 0 38px; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }
.city-footer a { text-underline-offset: 2px; }
@media (max-width: 820px) {
  .city-topbar, .city-main, .city-footer { width: min(100% - 28px, 1180px); }
  .breadcrumbs { padding-top: 20px; }
  .city-hero { padding: 55px 0 46px; }
  h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .city-facts { grid-template-columns: 1fr; }
  .city-facts div, .city-facts div:first-child { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .city-comparison { padding: 21px 14px; border-radius: 21px; }
  .city-section-head { align-items: flex-start; flex-direction: column; }
  .city-lists { grid-template-columns: 1fr; }
  .city-lists > article { padding: 14px; }
  .city-details { grid-template-columns: 1fr; gap: 38px; padding: 80px 0; }
  .city-directory ul { grid-template-columns: 1fr; }
  .city-footer { align-items: flex-start; flex-direction: column; }
}
