:root {
  --ink: #132a27;
  --muted: #61716e;
  --paper: #f5f2ea;
  --surface: #fffdf8;
  --line: #d9ddd5;
  --green: #0d5b4f;
  --green-dark: #073d36;
  --lime: #d6ff77;
  --orange: #f28c54;
  --shadow: 0 18px 45px rgba(19, 42, 39, 0.09);
  --radius: 22px;
}

* { 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;
  line-height: 1.55;
}
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(245, 242, 234, .94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(19, 42, 39, .1); }
.header-main { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo { display: block; width: min(276px, 46vw); height: 64px; object-fit: contain; object-position: left center; }
.brand-mark { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 14px; color: var(--lime); background: var(--green); font-size: 15px; font-weight: 850; letter-spacing: -.04em; transform: rotate(-3deg); }
.brand strong { display: block; font-size: 21px; line-height: 1; letter-spacing: -.04em; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.today { display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: 13px; }
.today strong { color: var(--ink); }
.menu-toggle { display: none; padding: 9px 14px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: transparent; font-weight: 750; }
.main-nav { color: white; background: var(--green-dark); }
.nav-inner { min-height: 50px; display: flex; align-items: center; gap: 32px; }
.nav-inner a { text-decoration: none; font-size: 13px; font-weight: 720; }
.nav-inner a:hover { color: var(--lime); }
.nav-accent { margin-left: auto; color: var(--lime); }

.utility-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-block: 24px; }
.utility-card { display: flex; align-items: center; gap: 14px; min-height: 92px; padding: 18px 20px; border: 1px solid rgba(19, 42, 39, .09); border-radius: 18px; background: rgba(255, 253, 248, .7); }
.utility-card div { display: grid; grid-template-columns: auto auto; column-gap: 14px; align-items: baseline; }
.utility-card small, .utility-card span { color: var(--muted); font-size: 11px; }
.utility-card small { grid-column: 1 / -1; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.utility-card strong { font-size: 18px; letter-spacing: -.03em; }
.utility-icon { position: relative; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 12px; background: #f7c765; }
.utility-icon.air { background: #86d4c0; }
.utility-icon.bus { background: #a8bde5; }
.utility-icon::after { content: ""; position: absolute; inset: 11px; border: 2px solid rgba(7, 61, 54, .65); border-radius: 50%; }
.utility-icon.bus::after { border-radius: 3px; }

.card-surface { overflow: hidden; border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(300px, .8fr); gap: 22px; }
.hero-story { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 470px; }
.hero-visual, .card-visual { position: relative; overflow: hidden; }
.hero-visual::before, .card-visual::before, .hero-visual::after, .card-visual::after { content: ""; position: absolute; border-radius: 999px; opacity: .85; }
.visual-city { background: linear-gradient(145deg, #1a6b5c, #74ad8a 58%, #e4c07e); }
.visual-city::before { width: 260px; height: 260px; left: -70px; bottom: -50px; border: 45px solid rgba(255,255,255,.22); }
.visual-city::after { width: 150px; height: 240px; right: 35px; top: 70px; border-radius: 14px 14px 0 0; background: repeating-linear-gradient(90deg, rgba(7,61,54,.75) 0 18px, rgba(255,255,255,.2) 18px 25px); transform: skewY(-8deg); }
.category-label { position: absolute; z-index: 2; left: 24px; top: 24px; padding: 6px 10px; border-radius: 99px; color: var(--green-dark); background: var(--lime); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.visual-caption { position: absolute; z-index: 2; left: 24px; bottom: 22px; color: rgba(255,255,255,.78); font-size: 11px; }
.has-photo { background-size: cover !important; background-position: center !important; }
.has-photo::before, .has-photo::after { display: none; }
.hero-copy { padding: 36px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: block; margin: 0 0 8px; color: var(--green); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4vw, 53px); line-height: .98; letter-spacing: -.055em; }
.hero-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; }
.story-meta { display: flex; gap: 18px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.latest { padding: 30px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.section-heading.compact { align-items: center; margin-bottom: 10px; }
.section-heading h2, .resident-grid h2, .newsletter h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 3vw, 43px); line-height: 1; letter-spacing: -.04em; }
.live-dot { display: inline-flex; align-items: center; gap: 6px; color: #b33b2c; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.live-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #dd513e; box-shadow: 0 0 0 5px rgba(221,81,62,.12); }
.timeline { margin: 0 0 18px; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 44px 1fr; gap: 10px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.timeline time { color: var(--orange); font-size: 11px; font-weight: 850; }
.timeline a { text-decoration: none; font-size: 14px; font-weight: 720; line-height: 1.35; }
.timeline a:hover, .text-link:hover { color: var(--green); }
.text-link { color: var(--green); font-size: 12px; font-weight: 800; text-decoration: none; }

.content-section { padding-block: 78px; }
.filter-group { display: flex; gap: 8px; flex-wrap: wrap; }
.filter { padding: 8px 13px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: transparent; cursor: pointer; font-size: 11px; font-weight: 750; }
.filter.active { color: white; border-color: var(--green); background: var(--green); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-card { overflow: hidden; border: 1px solid rgba(19,42,39,.09); border-radius: 18px; background: var(--surface); transition: transform .2s, box-shadow .2s; }
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.article-card[hidden] { display: none; }
.article-card-link { display: block; height: 100%; text-decoration: none; }
.card-visual { height: 190px; background: #b5ccbd; }
.article-card:nth-child(3n + 2) .card-visual { background-position: 35% center !important; }
.article-card:nth-child(3n + 3) .card-visual { background-position: 70% center !important; }
.card-visual span { position: absolute; z-index: 2; left: 17px; bottom: 15px; padding: 5px 8px; border-radius: 99px; color: white; background: rgba(7,61,54,.82); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.card-visual::before { width: 150px; height: 150px; right: -20px; top: -35px; border: 28px solid rgba(255,255,255,.34); }
.card-visual::after { width: 160px; height: 90px; left: 20px; bottom: -28px; background: rgba(13,91,79,.72); transform: rotate(-10deg); }
.visual-road { background: linear-gradient(135deg, #d2af72, #839f97); }
.visual-event { background: linear-gradient(135deg, #d87958, #604f77); }
.visual-guide { background: linear-gradient(135deg, #7f9bc2, #d2d4ae); }
.visual-business { background: linear-gradient(135deg, #597d74, #d2a667); }
.article-body { padding: 22px; }
.article-body h3 { margin-bottom: 12px; font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.12; letter-spacing: -.025em; }
.article-body p { color: var(--muted); font-size: 13px; }
.article-body small { color: var(--muted); font-size: 10px; font-weight: 650; }
.filter-empty { margin: 22px 0 0; color: var(--muted); }
.cms-loading, .cms-error { grid-column: 1 / -1; padding: 28px; border: 1px dashed var(--line); border-radius: 16px; color: var(--muted); background: rgba(255,253,248,.55); }
.timeline .cms-loading, .timeline .cms-error { display: block; padding: 18px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.section-action { margin-top: 28px; text-align: center; }
.primary-link { display: inline-flex; padding: 12px 18px; border-radius: 11px; color: white; background: var(--green); text-decoration: none; font-size: 13px; font-weight: 800; }
.primary-link:hover { background: var(--green-dark); }

.back-link { color: var(--green); text-decoration: none; font-size: 13px; font-weight: 800; }
.page-hero { padding-block: 80px 45px; }
.page-hero h1 { max-width: 760px; margin-bottom: 18px; }
.page-hero > p { max-width: 700px; color: var(--muted); font-size: 17px; }
.blog-search { display: block; max-width: 680px; margin-top: 28px; }
.blog-search input { width: 100%; padding: 16px 18px; border: 1px solid var(--line); border-radius: 13px; outline: none; background: var(--surface); }
.blog-search input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(13,91,79,.1); }
.blog-content { min-height: 520px; padding-bottom: 90px; }
.blog-content .filter-group { margin-bottom: 28px; }
.blog-grid { grid-template-columns: repeat(3, 1fr); }

.article-page { max-width: 920px; padding-block: 75px; }
.article-header { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.article-header h1 { margin-top: 18px; font-size: clamp(38px, 6vw, 68px); }
.category-pill { display: inline-flex; padding: 6px 10px; border-radius: 99px; color: var(--green-dark); background: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.article-lead { max-width: 680px; margin: 0 auto; color: var(--muted); font-size: 18px; }
.article-meta { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 22px; color: var(--muted); font-size: 11px; font-weight: 700; }
.article-cover { height: 360px; margin-bottom: 50px; border-radius: var(--radius); box-shadow: var(--shadow); }
.article-prose { max-width: 700px; margin-inline: auto; color: #253f3b; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.8; }
.article-prose h2 { margin: 45px 0 14px; color: var(--ink); font-size: 32px; line-height: 1.15; }
.article-prose li { margin-bottom: 8px; }
.article-note { margin-block: 30px; padding: 20px 22px; border-left: 4px solid var(--green); color: var(--ink); background: #e9efe9; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 14px; }
.article-source { max-width: 700px; margin: 45px auto 0; padding: 22px; border: 1px solid var(--line); border-radius: 14px; color: var(--muted); background: var(--surface); font-size: 12px; }
.article-source strong { color: var(--ink); }
.article-source p { margin: 7px 0 0; }
.more-posts { padding-bottom: 90px; }

.resident-section { padding-block: 72px; color: white; background: var(--green-dark); }
.resident-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.resident-grid p { max-width: 390px; margin-top: 18px; color: rgba(255,255,255,.66); }
.eyebrow.light { color: var(--lime); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.service-grid a { display: flex; align-items: center; gap: 14px; padding: 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; text-decoration: none; font-size: 13px; font-weight: 720; background: rgba(255,255,255,.04); }
.service-grid a:hover { color: var(--green-dark); background: var(--lime); }
.service-grid span { color: var(--lime); font-size: 10px; font-weight: 850; }
.service-grid a:hover span { color: var(--green); }

.directory-search { display: grid; grid-template-columns: 1fr auto; max-width: 760px; margin-bottom: 26px; padding: 6px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.directory-search input { min-width: 0; padding: 12px 14px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.directory-search button, .newsletter button { padding: 12px 20px; border: 0; border-radius: 10px; color: white; background: var(--green); cursor: pointer; font-weight: 800; }
.directory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.directory-grid a { display: flex; flex-direction: column; min-height: 112px; padding: 20px; border: 1px solid var(--line); border-radius: 15px; text-decoration: none; background: rgba(255,253,248,.62); }
.directory-grid a[hidden] { display: none; }
.directory-grid a:hover { border-color: var(--green); background: var(--surface); }
.directory-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.directory-grid span { margin-top: 8px; color: var(--muted); font-size: 12px; }

.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-bottom: 80px; padding: 45px; border-radius: var(--radius); background: var(--lime); }
.newsletter p { margin: 12px 0 0; color: #4e602b; font-size: 13px; }
.newsletter form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.newsletter input { min-width: 0; padding: 14px; border: 0; border-radius: 10px; outline: 0; background: white; }
#newsletter-message { grid-column: 1 / -1; min-height: 18px; font-size: 11px; font-weight: 700; }
.site-footer { padding-block: 40px; color: rgba(255,255,255,.7); background: #092e29; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; font-size: 12px; }
.footer-brand { color: white; }
.footer-brand .brand-logo { width: 230px; filter: brightness(0) invert(1); opacity: .94; }
.footer-grid p { margin: 0; text-align: center; }
.footer-grid nav { display: flex; justify-content: flex-end; gap: 18px; }
.footer-grid nav a { text-decoration: none; }

@media (max-width: 900px) {
  .today { display: none; }
  .menu-toggle { display: block; }
  .main-nav { display: none; }
  .main-nav.open { display: block; }
  .nav-inner { align-items: stretch; flex-direction: column; gap: 0; padding-block: 8px; }
  .nav-inner a { padding: 11px 0; }
  .nav-accent { margin-left: 0; }
  .utility-grid { grid-template-columns: 1fr; }
  .hero-grid, .resident-grid, .newsletter { grid-template-columns: 1fr; }
  .hero-story { grid-template-columns: 1fr; }
  .hero-visual { min-height: 310px; }
  .article-grid, .directory-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .newsletter { gap: 28px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 24px, 1160px); }
  .header-main { min-height: 72px; }
  .brand strong { font-size: 18px; }
  .hero-copy { padding: 26px; }
  .latest { padding: 24px; }
  .content-section { padding-block: 55px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .article-grid, .directory-grid, .service-grid, .blog-grid { grid-template-columns: 1fr; }
  .page-hero, .article-page { padding-block: 50px; }
  .article-cover { height: 240px; margin-bottom: 32px; }
  .newsletter { margin-bottom: 55px; padding: 28px; }
  .newsletter form { grid-template-columns: 1fr; }
  .newsletter button { width: 100%; }
  #newsletter-message { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; text-align: left; }
  .footer-grid p { text-align: left; }
  .footer-grid nav { justify-content: flex-start; flex-wrap: wrap; }
}
