:root {
  --ink: #201824;
  --muted: #665d69;
  --paper: #f7f3ed;
  --surface: #fffdf9;
  --plum: #451451;
  --plum-2: #62216f;
  --orchid: #ad55bc;
  --orchid-light: #ead8ee;
  --mint: #dceee7;
  --mint-ink: #123f33;
  --sun: #ffd96a;
  --line: #ded6df;
  --shadow: 0 18px 55px rgba(53, 26, 60, .12);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 26%, rgba(173, 85, 188, .08), transparent 22rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a { color: inherit; }
button, input { font: inherit; }
.page-shell { width: min(calc(100% - 40px), var(--shell)); 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;
}
.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 50; padding: 10px 14px;
  background: #fff; color: var(--plum); font-weight: 800;
}
.skip-link:focus { top: 12px; }

.preview-bar { background: var(--ink); color: #fff; font-size: .78rem; letter-spacing: .02em; }
.preview-bar__inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.preview-bar__status { display: inline-flex; align-items: center; gap: 7px; color: #d8d0da; }
.preview-bar__status i, .live-dot { width: 7px; height: 7px; border-radius: 50%; background: #54d99b; box-shadow: 0 0 0 4px rgba(84, 217, 155, .13); }

.site-header { background: var(--surface); border-bottom: 1px solid var(--line); }
.site-header__main { min-height: 108px; display: grid; grid-template-columns: auto 1fr minmax(260px, 360px); align-items: center; gap: 24px; }
.wordmark {
  width: 92px; height: 70px; padding: 8px 10px 6px; display: flex; flex-direction: column;
  justify-content: center; background: var(--orchid); color: #fff; text-decoration: none;
  box-shadow: 7px 7px 0 var(--plum);
}
.wordmark span { font-size: 2rem; line-height: .9; letter-spacing: -.06em; font-weight: 850; }
.wordmark small { padding-top: 5px; margin-top: 5px; border-top: 2px solid rgba(255,255,255,.8); font-size: 1rem; line-height: 1; }
.site-header__place { display: flex; flex-direction: column; }
.site-header__place strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.site-header__place span { color: var(--muted); font-size: .9rem; }
.site-search { display: flex; border: 1px solid var(--line); background: #fff; padding: 4px; border-radius: 999px; }
.site-search:focus-within { outline: 3px solid rgba(173, 85, 188, .25); border-color: var(--orchid); }
.site-search input { min-width: 0; flex: 1; border: 0; background: transparent; padding: 8px 12px; outline: 0; }
.site-search button { border: 0; border-radius: 999px; padding: 8px 14px; background: var(--plum); color: #fff; font-size: .86rem; font-weight: 800; cursor: pointer; }

.primary-nav { border-top: 1px solid #ebe5ec; }
.primary-nav__inner { display: flex; gap: 28px; align-items: center; overflow-x: auto; scrollbar-width: none; }
.primary-nav a { position: relative; flex: 0 0 auto; padding: 13px 0 12px; text-decoration: none; color: var(--muted); font-size: .87rem; font-weight: 750; }
.primary-nav a:hover, .primary-nav a.is-active { color: var(--plum); }
.primary-nav a.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: var(--orchid); }

.pulse { color: #fff; background: var(--plum); }
.pulse__grid { min-height: 72px; display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); align-items: stretch; }
.pulse__intro, .pulse__item { display: grid; align-content: center; }
.pulse__intro { grid-template-columns: auto 1fr; column-gap: 10px; padding-right: 24px; }
.pulse__intro .live-dot { grid-row: 1 / 3; align-self: center; }
.pulse__intro span { font-weight: 850; }
.pulse__intro small { color: #d8c5dc; font-size: .74rem; }
.pulse__item { grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 10px; padding: 0 18px; border-left: 1px solid rgba(255,255,255,.16); text-decoration: none; transition: background .2s ease; }
.pulse__item:hover { background: rgba(255,255,255,.08); }
.pulse__item > span { grid-row: 1 / 3; align-self: center; color: var(--sun); font-size: 1.45rem; }
.pulse__item strong { font-size: .82rem; }
.pulse__item em { color: #d8c5dc; font-size: .73rem; font-style: normal; }

.lead { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-areas: "copy briefing" "story story"; gap: 28px; padding-block: 72px 54px; }
.lead__copy { grid-area: copy; padding: 24px 12px 20px 0; }
.eyebrow { margin: 0 0 14px; color: var(--plum-2); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lead h1 { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.045em; font-weight: 700; }
.lead__standfirst { max-width: 640px; margin: 22px 0 0; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; line-height: 1.55; }
.lead__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 18px; border-radius: 5px; text-decoration: none; font-size: .88rem; font-weight: 850; }
.button--primary { background: var(--plum); color: #fff; box-shadow: 4px 4px 0 var(--orchid); }
.button--quiet { border: 1px solid var(--line); background: var(--surface); color: var(--plum); }
.trust-line { display: flex; gap: 8px; align-items: center; margin-top: 24px; color: var(--muted); font-size: .78rem; }
.trust-line span { display: inline-grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: var(--mint); color: var(--mint-ink); font-weight: 900; }

.briefing-card { grid-area: briefing; position: relative; overflow: hidden; padding: 30px; background: var(--surface); border: 1px solid #e7dce9; box-shadow: var(--shadow); }
.briefing-card::before { content: ""; position: absolute; right: -55px; top: -55px; width: 170px; height: 170px; border: 38px solid var(--orchid-light); border-radius: 50%; }
.briefing-card__header { position: relative; display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.briefing-card h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; line-height: 1.1; }
.edition-badge { padding: 5px 9px; border: 1px solid var(--plum); border-radius: 999px; color: var(--plum); background: #fff; font-size: .72rem; font-weight: 900; }
.briefing-list { margin: 6px 0 20px; padding: 0; list-style: none; counter-reset: briefing; }
.briefing-list li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid #ece5ed; }
.briefing-list li > span { color: var(--orchid); font-family: Georgia, "Times New Roman", serif; font-size: .95rem; font-weight: 700; }
.briefing-list strong { font-size: .9rem; }
.briefing-list p { margin: 3px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.text-link { color: var(--plum); font-size: .85rem; font-weight: 900; text-underline-offset: 4px; }

.lead-story { grid-area: story; display: grid; grid-template-columns: minmax(260px, .8fr) 1.2fr; min-height: 300px; margin-top: 8px; background: var(--surface); border-top: 4px solid var(--orchid); box-shadow: 0 10px 35px rgba(53, 26, 60, .08); }
.lead-story__art { position: relative; min-height: 300px; overflow: hidden; background: var(--orchid-light); }
.lead-story__postmark { position: absolute; left: 30px; top: 26px; z-index: 2; width: 84px; height: 84px; display: grid; place-items: center; border: 2px solid var(--plum); border-radius: 50%; color: var(--plum); font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; font-weight: 700; transform: rotate(-8deg); }
.lead-story__rings { position: absolute; width: 300px; height: 300px; border: 44px solid rgba(173,85,188,.38); border-radius: 50%; right: -70px; bottom: -110px; }
.lead-story__rings::after { content: ""; position: absolute; inset: 34px; border: 2px solid var(--plum); border-radius: 50%; }
.lead-story__label { position: absolute; left: 30px; bottom: 28px; padding: 6px 10px; background: var(--sun); color: var(--ink); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.lead-story__body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(30px, 5vw, 64px); }
.story-meta { margin: 0 0 16px; color: var(--muted); font-size: .76rem; }
.story-meta span { margin-right: 8px; padding: 4px 7px; background: var(--mint); color: var(--mint-ink); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.lead-story h2 { max-width: 720px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3.4vw, 3.1rem); line-height: 1.08; letter-spacing: -.025em; }
.lead-story__body > p:not(.story-meta) { max-width: 650px; color: var(--muted); }

.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 28px; }
.section-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.5vw, 3.35rem); line-height: 1.02; letter-spacing: -.035em; }
.section-heading > p { max-width: 330px; margin: 0; color: var(--muted); font-size: .84rem; }
.section-heading--light .eyebrow, .section-heading--light > p { color: #d9c7dc; }
.section-heading--light h2 { color: #fff; }

.service-band { padding-block: 60px 70px; background: #2a1f2e; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-height: 310px; display: flex; flex-direction: column; padding: 24px; background: #fff; border-top: 5px solid var(--orchid); }
.service-card--weather { color: #fff; background: var(--plum-2); border-top-color: var(--sun); }
.service-card__topline { min-height: 50px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--orchid-light); color: var(--plum); font-size: 1.45rem; font-weight: 900; }
.service-icon--mint { background: var(--mint); color: var(--mint-ink); }
.service-icon--sun { background: var(--sun); color: var(--ink); }
.service-icon--rose { background: #f7dfe3; color: #8b283d; }
.service-kicker { margin: 20px 0 7px; color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.service-card--weather .service-kicker { color: #dbc8df; }
.service-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; line-height: 1.08; }
.service-card > p:not(.service-kicker):not(.weather-reading) { color: var(--muted); font-size: .84rem; }
.service-card .text-link { margin-top: auto; }
[data-travel-summary-card] .text-link, [data-roadworks-summary-card] .text-link, [data-alerts-summary-card] .text-link { margin-top: 12px; }
.live-label, .feed-label { padding: 4px 7px; border-radius: 999px; background: #f0ebf1; color: var(--muted); font-size: .62rem; font-weight: 850; letter-spacing: .04em; }
.live-label { display: inline-flex; align-items: center; gap: 6px; color: #fff; background: rgba(255,255,255,.12); }
.live-label i { width: 6px; height: 6px; border-radius: 50%; background: #54d99b; }
.weather-reading { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; margin: 0 0 18px; }
.weather-reading strong { font-family: Georgia, "Times New Roman", serif; font-size: 3.3rem; line-height: 1; }
.weather-reading span { color: #eadfec; font-size: .82rem; }
.weather-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0 0 18px; }
.weather-details div { padding-top: 9px; border-top: 1px solid rgba(255,255,255,.18); }
.weather-details dt { color: #d9c9dc; font-size: .6rem; text-transform: uppercase; }
.weather-details dd { margin: 3px 0 0; font-size: .78rem; font-weight: 800; }
.weather-next { margin: 0 0 14px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.18); color: #eadfec; font-size: .74rem; line-height: 1.45; }
.environment-inline { margin: 0 0 14px; padding: 10px 12px; color: #fff !important; background: rgba(255,255,255,.1); border-left: 3px solid var(--sun); font-size: .72rem !important; line-height: 1.45; }
.weather-outlook { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin: 3px 0 20px; }
.weather-outlook div { min-width: 0; padding: 10px 6px; text-align: center; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); }
.weather-outlook strong, .weather-outlook span, .weather-outlook small { display: block; }
.weather-outlook strong { color: #eadfec; font-size: .62rem; text-transform: uppercase; }
.weather-outlook span { margin: 6px 0; color: var(--sun); font-size: 1.2rem; }
.weather-outlook small { color: #fff; font-size: .65rem; font-weight: 800; white-space: nowrap; }
.service-card--weather > small { margin-top: auto; color: #d9c9dc; font-size: .65rem; }
.travel-updated { display: block; margin-top: auto; padding-top: 14px; color: var(--muted); font-size: .66rem; }
[data-travel-tone="good"] { border-top-color: #54b98a; }
[data-travel-tone="warning"] { border-top-color: #e1a12c; }

.notice-briefing { padding-block: 58px; background: var(--mint); }
.notice-briefing__grid { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr); gap: clamp(32px, 6vw, 76px); align-items: start; }
.notice-briefing__top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.notice-briefing__top .eyebrow { margin-bottom: 0; }
.notice-briefing__copy h2 { margin: 18px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1.04; letter-spacing: -.035em; }
.notice-briefing__copy > p { color: #31584e; font-size: .9rem; }
.notice-briefing__copy .text-link { display: inline-block; margin-top: 20px; }
.notice-source { display: block; color: #31584e; font-size: .68rem; line-height: 1.5; }
.notice-source a { color: var(--plum); text-underline-offset: 2px; }
.civic-ward-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.civic-ward { padding: 18px; background: #f7f3f7; border-top: 4px solid var(--orchid); }
.civic-ward__heading { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.civic-ward__heading h4 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; }
.civic-ward__heading a { color: var(--plum); font-size: .64rem; font-weight: 850; }
.civic-representatives { display: grid; gap: 10px; margin: 13px 0 0; padding: 0; list-style: none; }
.civic-representatives li { padding: 11px 0 0; border-top: 1px solid var(--line); }
.civic-representatives li:first-child { padding-top: 0; border-top: 0; }
.civic-representatives strong, .civic-representatives small { display: block; }
.civic-representatives strong { font-size: .8rem; }
.civic-representatives small { margin-top: 2px; color: var(--muted); font-size: .64rem; }
.civic-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 8px; }
.civic-actions a { color: var(--plum); font-size: .64rem; font-weight: 850; }
.civic-service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; }
.civic-service-list li { padding: 17px; background: #f7f3f7; border-left: 4px solid var(--orchid); }
.civic-service-list li[data-urgent="true"] { border-left-color: #d95b6a; background: #fbf0f2; }
.civic-service-list strong, .civic-service-list span, .civic-service-list small { display: block; }
.civic-service-list strong { margin: 4px 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.02rem; }
.civic-service-list > li > span { color: var(--muted); font-size: .69rem; }
.civic-service-list small { margin-top: 8px; color: var(--muted); font-size: .62rem; }
.civic-service-list .civic-actions a { display: inline-block; }
.notice-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; margin: 18px 0; padding: 0; list-style: none; }
.notice-list[hidden] { display: none; }
.notice-list--home { grid-template-columns: 1fr; margin: 0; }
.notice-list li { min-width: 0; padding: 16px; background: #fff; border: 1px solid rgba(69,20,81,.14); border-left: 4px solid var(--orchid); }
.notice-list__meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 9px; }
.notice-list__meta strong, .notice-list__meta span { font-size: .61rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.notice-list__meta strong { color: var(--plum); }
.notice-list__meta span { color: var(--mint-ink); }
.notice-list li > a { display: block; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.02rem; font-weight: 700; line-height: 1.25; text-underline-offset: 3px; }
.notice-list li > small { display: block; margin-top: 9px; color: var(--muted); font-size: .65rem; line-height: 1.4; }
[data-notices-tone="partial"] { border-top-color: #e1a12c; }
[data-notices-tone="unavailable"] { border-top-color: #9d929f; }
[data-travel-tone="unavailable"] { border-top-color: #9d929f; }
[data-alert-tone="good"] { border-top-color: #54b98a; }
[data-alert-tone="warning"] { border-top-color: #e1a12c; }
[data-alert-tone="danger"] { border-top-color: #b3263f; }
[data-alert-tone="unavailable"] { border-top-color: #9d929f; }

.latest { padding-block: 72px; }
.latest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.news-card { min-width: 0; min-height: 300px; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); }
.news-card--wide { grid-column: span 2; }
.news-card--horizontal { display: grid; grid-template-columns: .8fr 1.2fr; }
.news-card--ink { color: #fff; background: var(--ink); border-color: var(--ink); }
.news-card--ink .news-card__body p, .news-card--ink .story-meta { color: #d8ceda; }
.news-card__visual { min-height: 150px; position: relative; overflow: hidden; background: var(--orchid-light); }
.news-card--wide .news-card__visual { min-height: 190px; }
.news-card__visual::before, .news-card__visual::after { content: ""; position: absolute; border-radius: 50%; }
.news-card__visual::before { width: 230px; height: 230px; right: -36px; top: -90px; border: 42px solid rgba(98,33,111,.2); }
.news-card__visual::after { width: 100px; height: 100px; left: 34px; bottom: -30px; background: var(--sun); }
.news-card__visual--culture { min-height: 100%; background: var(--mint); }
.news-card__visual--culture::before { border-color: rgba(18,63,51,.2); }
.news-card__visual > span { position: absolute; z-index: 3; left: 18px; top: 18px; padding: 5px 8px; background: #fff; color: var(--plum); box-shadow: 0 1px 0 rgba(29,20,31,.14); font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.news-card__image { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.news-card__source-mark { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; color: var(--plum); }
.news-card__source-mark small { font-size: .58rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.news-card__source-mark strong { max-width: 72%; font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; line-height: 1; text-align: right; }
.news-card__body { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.news-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.12; }
.card-link { color: inherit; text-decoration: none; }
.card-link:hover { color: var(--plum-2); text-decoration: underline; text-underline-offset: 4px; }
.news-card__body > p:not(.story-meta):not(.news-card__source) { color: var(--muted); font-size: .8rem; }
.news-card__source { margin: auto 0 0; padding-top: 18px; color: var(--muted); font-size: .68rem; font-weight: 800; }
.feed-actions { display: flex; align-items: center; gap: 20px; margin-top: 28px; }
.feed-actions p { color: var(--muted); font-size: .75rem; }

.ad-preview { min-height: 130px; display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 28px; margin-bottom: 72px; padding: 26px 30px; color: #fff; background: var(--plum); border: 1px dashed rgba(255,255,255,.38); }
.ad-preview__label { color: #e3d3e6; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ad-preview__label span { display: block; width: max-content; margin-bottom: 5px; padding: 3px 6px; color: var(--ink); background: var(--sun); }
.ad-preview__message { display: flex; flex-direction: column; }
.ad-preview__message strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.ad-preview__message small { margin-top: 4px; color: #dac8de; }
.ad-preview > a { font-size: .75rem; font-weight: 900; text-underline-offset: 4px; }

.briefing-feature { padding-block: 78px; color: #fff; background: var(--plum); }
.briefing-feature__grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.briefing-feature .eyebrow { color: #dfcde3; }
.briefing-feature h2 { max-width: 740px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 4.4vw, 4.2rem); line-height: 1; letter-spacing: -.04em; }
.briefing-feature h1 { max-width: 740px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.65rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.045em; }
.briefing-feature__copy > p:not(.eyebrow) { max-width: 690px; color: #e2d5e5; }
.check-list { display: grid; gap: 11px; margin: 26px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; color: #f2ebf3; font-size: .86rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--sun); font-weight: 900; }
.button--light { color: var(--plum); background: #fff; box-shadow: 4px 4px 0 var(--sun); }
.briefing-sheet { position: relative; min-height: 460px; padding: 34px; color: var(--ink); background: #fffdf8; box-shadow: 18px 18px 0 rgba(255,255,255,.12); transform: rotate(1.3deg); }
.briefing-sheet__top { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 2px solid var(--ink); font-size: .74rem; text-transform: uppercase; letter-spacing: .09em; }
.briefing-sheet__line { height: 8px; margin-top: 12px; background: #e5dfe6; }
.briefing-sheet__line--title { width: 78%; height: 16px; margin-top: 26px; background: var(--plum); }
.briefing-sheet__line--short { width: 58%; }
.briefing-sheet__item { display: grid; grid-template-columns: 34px 1fr; gap: 12px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.briefing-sheet__item > span { color: var(--orchid); font-family: Georgia, "Times New Roman", serif; font-weight: 800; }
.briefing-sheet__item div { display: flex; flex-direction: column; }
.briefing-sheet__item small { margin-top: 3px; color: var(--muted); }
.briefing-sheet__stamp { position: absolute; right: 28px; bottom: 24px; padding: 6px 9px; color: var(--mint-ink); border: 2px solid var(--mint-ink); font-size: .68rem; font-weight: 900; text-transform: uppercase; transform: rotate(-5deg); }

.community-grid { padding-block: 76px; }
.community-grid__items { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.community-grid__items article { min-height: 270px; padding: 30px; background: var(--surface); }
.community-grid__items article + article { border-left: 1px solid var(--line); }
.community-grid__items article > span { color: var(--orchid); font-family: Georgia, "Times New Roman", serif; font-size: .9rem; }
.community-grid__items h3 { margin: 28px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; }
.community-grid__items p { color: var(--muted); font-size: .83rem; }
.community-grid__items a { display: inline-block; margin-top: 18px; color: var(--plum); font-size: .8rem; font-weight: 850; }

.ad-tiers { padding-block: 70px; background: #eee8ef; }
.tier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tier-card { min-height: 260px; padding: 28px; background: var(--surface); border-top: 5px solid var(--orchid-light); }
.tier-card--one { color: #fff; background: var(--plum); border-top-color: var(--sun); }
.tier-card > span { display: inline-block; padding: 4px 7px; background: var(--orchid-light); color: var(--plum); font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.tier-card--one > span { color: var(--ink); background: var(--sun); }
.tier-card h3 { margin: 38px 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; }
.tier-card p { color: var(--muted); font-size: .84rem; }
.tier-card--one p { color: #e1d4e4; }
.tier-card small { display: block; margin-top: 26px; color: var(--muted); font-weight: 800; }
.tier-card--one small { color: #e1d4e4; }

.route-page { min-height: 60vh; }
.route-hero { padding-block: 72px; color: #fff; background: var(--plum); }
.route-hero--news { background: linear-gradient(120deg, var(--plum), #6c2479); }
.route-hero__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: clamp(38px, 7vw, 100px); align-items: end; }
.route-hero__grid--single { grid-template-columns: minmax(0, 1fr); }
.route-hero .eyebrow { color: #e7d6ea; }
.route-hero h1 { max-width: 850px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.65rem, 5.3vw, 5rem); line-height: .98; letter-spacing: -.045em; }
.route-hero__grid > div > p:not(.eyebrow), .route-hero > .page-shell > p:not(.eyebrow) { max-width: 720px; color: #e6dae8; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; }
.route-hero__note { padding: 24px; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08); }
.route-hero__note strong { color: var(--sun); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.route-hero__note p { margin-bottom: 0; color: #e7dce9; font-size: .8rem; }
.route-content { padding-block: 70px 82px; }
.route-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.route-card { min-height: 300px; padding: 28px; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-top: 5px solid var(--orchid); }
.route-card--live { border-top-color: #54d99b; }
.route-card.service-card--weather {
  color: #fff;
  background: linear-gradient(145deg, var(--plum-2), #391243);
  border-color: var(--plum-2);
  border-top-color: var(--sun);
}
.route-card[data-weather-card] { grid-column: span 2; }
.route-card[data-weather-briefing-card] { grid-column: 1 / -1; min-height: 0; }
.route-card[data-environment-card] { grid-column: 1 / -1; min-height: 0; }
.route-card[data-notices-card] { grid-column: 1 / -1; min-height: 0; }
.route-card[data-civic-card="representatives"], .route-card[data-civic-card="services"] { grid-column: 1 / -1; min-height: 0; }
.route-card__top { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 42px; color: var(--plum); font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.route-card__top small { padding: 3px 7px; border-radius: 999px; color: var(--muted); background: #f0ebf1; font-size: .6rem; letter-spacing: .03em; }
.route-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; line-height: 1.08; }
.route-card > p:not(.weather-reading) { color: var(--muted); font-size: .84rem; }
.route-card .text-link { margin-top: auto; }
.travel-list { display: grid; gap: 10px; margin: 5px 0 18px; padding: 0; list-style: none; }
.travel-list[hidden] { display: none; }
.travel-list li { padding: 12px 14px; background: #f5f1f6; border-left: 3px solid var(--orchid); }
.travel-list strong, .travel-list span { display: block; }
.travel-list strong { color: var(--plum); font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
.travel-list span { margin-top: 4px; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.alert-list { display: grid; gap: 10px; margin: 5px 0 18px; padding: 0; list-style: none; }
.alert-list[hidden] { display: none; }
.alert-list li { padding: 12px 14px; background: #f5f1f6; border-left: 4px solid #e1a12c; }
.alert-list li[data-alert-severity="1"] { border-left-color: #b3263f; }
.alert-list strong, .alert-list span, .alert-list small { display: block; }
.alert-list strong { color: var(--plum); font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
.alert-list span { margin-top: 4px; color: var(--ink); font-size: .78rem; line-height: 1.4; }
.alert-list small { margin-top: 6px; color: var(--muted); font-size: .68rem; }
.weather-briefing-details { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 18px 0; }
.weather-briefing-details div { padding: 14px; background: #f5f1f6; border-top: 3px solid var(--orchid-light); }
.weather-briefing-details dt { color: var(--muted); font-size: .65rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.weather-briefing-details dd { margin: 5px 0 0; color: var(--plum); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 700; }
.weather-periods { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; margin: 0; padding: 0; list-style: none; }
.weather-periods[hidden] { display: none; }
.weather-periods li { min-width: 0; padding: 12px; border: 1px solid var(--line); background: #fff; }
.weather-periods strong, .weather-periods span { display: block; }
.weather-periods strong { color: var(--plum); font-size: .68rem; text-transform: uppercase; letter-spacing: .04em; }
.weather-periods span { margin-top: 6px; color: var(--muted); font-size: .72rem; line-height: 1.4; }
.environment-details { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 18px 0; }
.environment-details div { padding: 14px; background: #f5f1f6; border-top: 3px solid var(--orchid-light); }
.environment-details dt { color: var(--muted); font-size: .65rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.environment-details dd { margin: 5px 0 0; color: var(--plum); font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; font-weight: 700; }
.environment-pollen-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; margin: 0 0 14px; padding: 0; list-style: none; }
.environment-pollen-list[hidden] { display: none; }
.environment-pollen-list li { min-width: 0; padding: 12px; border: 1px solid var(--line); background: #fff; }
.environment-pollen-list strong, .environment-pollen-list span { display: block; }
.environment-pollen-list strong { color: var(--plum); font-size: .68rem; text-transform: uppercase; letter-spacing: .04em; }
.environment-pollen-list span { margin-top: 6px; color: var(--muted); font-size: .72rem; line-height: 1.4; }
.environment-source { color: var(--muted); font-size: .66rem; }
.environment-source a { color: var(--plum); text-underline-offset: 2px; }
[data-weather-briefing-tone="good"] { border-top-color: #54b98a; }
[data-weather-briefing-tone="watch"] { border-top-color: #e1a12c; }
[data-weather-briefing-tone="unavailable"] { border-top-color: #9d929f; }
[data-environment-tone="good"] { border-top-color: #54b98a; }
[data-environment-tone="watch"] { border-top-color: #e1a12c; }
[data-environment-tone="danger"] { border-top-color: #b3263f; }
[data-environment-tone="unavailable"] { border-top-color: #9d929f; }
.route-card.service-card--weather .route-card__top, .route-card.service-card--weather > small { color: #e9ddeb; }
.route-card.service-card--weather .route-card__top small { color: #fff; background: rgba(255,255,255,.13); }
.empty-state { grid-column: 1 / -1; padding: 42px; border: 1px solid var(--line); background: var(--surface); }
.empty-state p { margin-bottom: 0; color: var(--muted); }

.policy-shell { max-width: 900px; }
.policy-copy { padding-block: 64px 86px; }
.policy-copy h2 { margin: 42px 0 10px; color: var(--plum); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.policy-copy h3 { margin: 28px 0 8px; color: var(--ink); font-size: 1rem; }
.policy-copy p, .policy-copy li { color: var(--muted); line-height: 1.72; }
.policy-copy ul { padding-left: 22px; }
.policy-copy a { color: var(--plum); font-weight: 750; text-underline-offset: 3px; }
.policy-callout { margin: 30px 0; padding: 24px 28px; background: var(--surface); border: 1px solid var(--line); border-left: 6px solid var(--orchid); }
.policy-callout p { margin: 0; }
.policy-meta { color: #e7d6ea; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.aggregator-feature { min-height: 680px; display: flex; align-items: center; }
.aggregator-evidence { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); gap: clamp(30px, 6vw, 84px); align-items: center; margin-top: 54px; padding: clamp(30px, 5vw, 58px); color: #fff; background: var(--plum); }
.aggregator-evidence .eyebrow { color: var(--sun); }
.aggregator-evidence h2 { max-width: 560px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.8vw, 3.5rem); line-height: 1.02; letter-spacing: -.035em; }
.aggregator-provenance { padding: 26px; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.07); }
.aggregator-provenance strong { color: var(--sun); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.aggregator-provenance p { margin-bottom: 0; color: #e7dce9; font-size: .82rem; line-height: 1.65; }
.aggregator-contact { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 42px; }
.aggregator-contact strong { color: var(--plum); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.aggregator-contact p { max-width: 650px; margin: 6px 0 0; }

.story-page { padding-block: 74px 92px; }
.story-shell { max-width: 900px; }
.story-shell > h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.045em; }
.story-standfirst { max-width: 760px; margin: 28px 0; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 1.26rem; line-height: 1.58; }
.story-image { display: block; width: 100%; max-height: 580px; object-fit: cover; margin: 36px 0; background: var(--orchid-light); }
.source-panel { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; margin: 44px 0 32px; padding: 30px; background: var(--surface); border: 1px solid var(--line); border-left: 6px solid var(--orchid); }
.source-panel h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; }
.source-panel p:not(.eyebrow) { margin-bottom: 0; color: var(--muted); font-size: .82rem; }

.briefing-preview-notice { color: #3f2d08; background: var(--sun); }
.briefing-preview-notice > div { min-height: 52px; display: flex; align-items: center; gap: 18px; }
.briefing-preview-notice strong { font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; }
.briefing-preview-notice span { color: #67551f; font-size: .72rem; }
.briefing-preview-notice a { margin-left: auto; color: inherit; font-size: .72rem; font-weight: 850; }
.briefing-hero { padding-block: 78px; color: #fff; background: linear-gradient(125deg, var(--plum), #722781); }
.briefing-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 190px; gap: 56px; align-items: end; }
.briefing-hero .eyebrow { color: #eadced; }
.briefing-hero h1 { max-width: 900px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 6vw, 5.8rem); line-height: .94; letter-spacing: -.045em; }
.briefing-hero__grid > div:first-child > p:last-child { max-width: 760px; margin: 25px 0 0; color: #e5d7e8; font-family: Georgia, "Times New Roman", serif; font-size: 1.16rem; line-height: 1.55; }
.briefing-hero__edition { display: grid; padding: 24px; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.08); }
.briefing-hero__edition span, .briefing-hero__edition small { color: #e7daea; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.briefing-hero__edition strong { margin-block: 9px; color: var(--sun); font-family: Georgia, "Times New Roman", serif; font-size: 3.5rem; line-height: 1; }
.briefing-edition { padding-block: 72px 92px; }
.briefing-edition__list { max-width: 1000px; margin: 0 auto; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.briefing-edition__item { display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: 28px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.briefing-edition__number { color: var(--orchid); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-weight: 800; }
.briefing-edition__item article { max-width: 780px; }
.briefing-edition__item h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 3vw, 2.5rem); line-height: 1.08; }
.briefing-edition__item h2 a { color: inherit; text-decoration: none; }
.briefing-edition__item h2 a:hover { color: var(--plum-2); text-decoration: underline; text-underline-offset: 5px; }
.briefing-edition__item article > p:not(.eyebrow) { color: var(--muted); font-size: .9rem; line-height: 1.65; }
.briefing-edition__footer { max-width: 1000px; display: flex; justify-content: space-between; align-items: center; gap: 32px; margin: 42px auto 0; padding: 28px; background: var(--surface); border-left: 6px solid var(--orchid); }
.briefing-edition__footer strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.briefing-edition__footer p { max-width: 620px; margin: 6px 0 0; color: var(--muted); font-size: .76rem; }
.briefing-empty-explainer { padding-block: 56px; }
.briefing-empty-explainer strong { color: var(--plum); font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; }
.briefing-empty-explainer p { max-width: 720px; color: var(--muted); }

.site-footer { padding-top: 62px; color: #eee5f0; background: var(--ink); }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 44px; }
.wordmark--footer { width: 76px; height: 62px; box-shadow: 5px 5px 0 rgba(255,255,255,.18); }
.site-footer__grid > div:first-child p, .site-footer__note p { max-width: 280px; color: #bfb3c1; font-size: .78rem; }
.site-footer h2 { margin: 0 0 14px; color: #fff; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.site-footer__grid > div:not(:first-child):not(.site-footer__note) { display: flex; flex-direction: column; gap: 9px; }
.site-footer__grid a:not(.wordmark) { color: #cfc4d1; font-size: .78rem; text-decoration: none; }
.site-footer__grid a:hover { color: #fff; text-decoration: underline; }
.site-footer__note { padding: 22px; border: 1px solid #4b3f4e; }
.site-footer__note strong { color: var(--sun); }
.site-footer__bottom { display: flex; justify-content: space-between; margin-top: 46px; padding-block: 18px; color: #9f929f; border-top: 1px solid #443847; font-size: .68rem; }

@media (max-width: 900px) {
  .site-header__main { grid-template-columns: auto 1fr; }
  .site-search { grid-column: 1 / -1; margin-bottom: 18px; }
  .pulse__grid { grid-template-columns: repeat(4, 1fr); }
  .pulse__intro { grid-column: 1 / -1; min-height: 48px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .pulse__item { min-height: 64px; }
  .lead { grid-template-columns: 1fr; grid-template-areas: "copy" "briefing" "story"; padding-top: 44px; }
  .lead__copy { padding-right: 0; }
  .service-grid, .latest-grid { grid-template-columns: repeat(2, 1fr); }
  .briefing-feature__grid { grid-template-columns: 1fr; }
  .notice-briefing__grid { grid-template-columns: 1fr; }
  .briefing-sheet { width: min(100%, 600px); }
  .site-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .route-card-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .page-shell { width: min(calc(100% - 28px), var(--shell)); }
  .preview-bar__status { display: none; }
  .site-header__main { min-height: 92px; gap: 16px; }
  .wordmark { width: 72px; height: 59px; }
  .wordmark span { font-size: 1.55rem; }
  .site-header__place strong { font-size: 1.05rem; }
  .site-header__place span { font-size: .76rem; }
  .primary-nav__inner { gap: 22px; }
  .pulse__grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .pulse__intro { padding-inline: 16px; }
  .pulse__item { padding-inline: 16px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .lead { gap: 20px; padding-block: 36px; }
  .lead h1 { font-size: 2.65rem; }
  .briefing-card { padding: 24px 20px; }
  .lead-story { grid-template-columns: 1fr; }
  .lead-story__art { min-height: 210px; }
  .lead-story__body { padding: 28px 22px 34px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 12px; }
  .service-grid, .latest-grid, .tier-grid { grid-template-columns: 1fr; }
  .news-card--wide { grid-column: auto; }
  .news-card--horizontal { grid-template-columns: 1fr; }
  .news-card__visual--culture { min-height: 190px; }
  .ad-preview { grid-template-columns: 1fr; gap: 16px; }
  .briefing-sheet { min-height: 430px; padding: 26px 22px; }
  .community-grid__items { grid-template-columns: 1fr; }
  .community-grid__items article + article { border-left: 0; border-top: 1px solid var(--line); }
  .site-footer__grid { grid-template-columns: 1fr; }
  .route-hero__grid, .route-card-grid, .source-panel { grid-template-columns: 1fr; }
  .aggregator-contact { align-items: flex-start; flex-direction: column; }
  .aggregator-evidence { grid-template-columns: 1fr; }
  .briefing-hero__grid { grid-template-columns: 1fr; }
  .briefing-hero__edition { width: min(100%, 240px); }
  .briefing-preview-notice > div { align-items: flex-start; flex-direction: column; gap: 5px; padding-block: 12px; }
  .briefing-preview-notice a { margin-left: 0; }
  .briefing-edition__item { grid-template-columns: 42px minmax(0, 1fr); gap: 12px; }
  .briefing-edition__footer { align-items: flex-start; flex-direction: column; }
  .route-card[data-weather-card] { grid-column: auto; }
  .route-card[data-weather-briefing-card] { grid-column: auto; }
  .route-card[data-environment-card] { grid-column: auto; }
  .route-card[data-notices-card] { grid-column: auto; }
  .route-card[data-civic-card="representatives"], .route-card[data-civic-card="services"] { grid-column: auto; }
  .route-hero { padding-block: 48px; }
  .route-content { padding-block: 48px 58px; }
  .route-card { min-height: 250px; }
  .weather-outlook { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .weather-briefing-details, .weather-periods, .environment-details, .environment-pollen-list, .notice-list, .civic-ward-list, .civic-service-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
