@font-face {
    font-family: "DM Sans";
    src: url("../fonts/dm-sans-400.c26dd178864e.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("../fonts/dm-sans-700.411346eea6cd.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("../fonts/dm-sans-800.2d31d262b379.ttf") format("truetype");
    font-weight: 800 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif Georgian";
    src: url("../fonts/noto-serif-georgian-400.73c8ff208cf7.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif Georgian";
    src: url("../fonts/noto-serif-georgian-700.e470c02dff9a.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif Georgian";
    src: url("../fonts/noto-serif-georgian-800.7419d3c32301.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --ink: #11110f;
    --paper: #f7f4ed;
    --paper-light: #fbfaf6;
    --red: #e52d2f;
    --red-soft: #f8dfdc;
    --green: #188451;
    --amber: #bf7614;
    --muted: #696761;
    --line: #c8c4bb;
    --line-dark: #8f8b83;
    --shell: 1360px;
    --display: "Noto Serif Georgian", Georgia, "Times New Roman", serif;
    --serif: "Noto Serif Georgian", Georgia, "Times New Roman", serif;
    --sans: "Noto Serif Georgian", Georgia, "Times New Roman", serif;
    --page-title-size: clamp(3.7rem, 6.1vw, 4.75rem);
    --page-title-leading: .92;
    --page-title-tracking: -.047em;
    --page-lead-size: clamp(1.1rem, 1.65vw, 1.4rem);
    --page-title-top-space: 1.8rem;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    line-height: 1.35;
    -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.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;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 3px solid var(--red);
    outline-offset: 4px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(251, 250, 246, .97);
    border-bottom: 1px solid var(--line);
}

.header-inner,
.footer-inner,
.home-shell,
.content-section {
    width: min(var(--shell), calc(100% - 5rem));
    margin-inline: auto;
}

.header-inner {
    min-height: 82px;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto minmax(310px, 1fr);
    align-items: center;
    gap: 2.2rem;
}

.brand {
    width: fit-content;
    font-size: clamp(1.5rem, 2.25vw, 2rem);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: 1;
    text-decoration: none;
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: clamp(1.4rem, 2.7vw, 2.75rem);
}

.primary-nav a {
    padding: 1.9rem 0 1.6rem;
    border-bottom: 3px solid transparent;
    font-size: .98rem;
    font-weight: 700;
    text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.primary-nav a.is-active {
    color: var(--red);
    border-color: var(--red);
}

.header-actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.search-toggle,
.menu-toggle {
    display: inline-grid;
    place-items: center;
    padding: .7rem;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.search-toggle {
    padding-right: 1.25rem;
    border-right: 1px solid var(--line);
}

.today {
    display: grid;
    gap: .08rem;
    margin: 0;
    font-size: .72rem;
}

.today span { color: var(--muted); }
.menu-toggle { display: none; }
.menu-close-icon { display: none; }

.search-panel {
    width: min(760px, calc(100% - 4rem));
    margin: 0 auto;
    padding: 1.25rem 0 1.5rem;
}

.search-panel label {
    display: block;
    margin-bottom: .4rem;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.search-panel input {
    width: 100%;
    padding: .85rem 0;
    color: var(--ink);
    background: transparent;
    border: 0;
    border-bottom: 2px solid var(--ink);
    border-radius: 0;
    outline: none;
    font-family: var(--serif);
    font-size: 1.5rem;
}

.search-panel p {
    min-height: 1rem;
    margin: .55rem 0 0;
    color: var(--muted);
    font-size: .82rem;
}

.home-shell {
    display: grid;
    grid-template-columns: minmax(0, 2.15fr) minmax(300px, .95fr);
    min-height: calc(100vh - 147px);
}

.feed-section {
    min-width: 0;
    padding: 1.35rem 2.2rem 2.5rem 0;
    border-right: 1px solid var(--line);
}

.city-alert {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1.05rem;
    padding: .7rem .9rem;
    background: var(--red-soft);
    font-size: .78rem;
}

.city-alert strong {
    color: var(--red);
    letter-spacing: .06em;
    text-transform: uppercase;
}

.text-link { white-space: nowrap; }

.alert-icon { width: 20px; height: 20px; }

.alert-story,
.city-alert .text-link {
    text-decoration: none;
}

.alert-story:hover,
.city-alert .text-link:hover { text-decoration: underline; }

.alert-close {
    display: grid;
    place-items: center;
    padding: .25rem;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.feed-heading { margin: .45rem 0 1rem; }

.feed-heading h1 {
    max-width: 850px;
    margin: 0;
    font-family: var(--display);
    font-size: var(--page-title-size);
    font-weight: 400;
    line-height: var(--page-title-leading);
    letter-spacing: var(--page-title-tracking);
}

.feed-heading p {
    margin: .45rem 0 0;
    color: var(--muted);
    font-family: var(--serif);
    font-size: var(--page-lead-size);
}

.feed-filters {
    display: flex;
    gap: .35rem;
    overflow-x: auto;
    padding: .25rem 0 .85rem;
    border-bottom: 1px solid var(--line-dark);
    scrollbar-width: thin;
}

.feed-filter {
    flex: 0 0 auto;
    padding: .48rem .82rem;
    color: var(--muted);
    background: transparent;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font-size: .72rem;
    text-decoration: none;
}

.feed-filter:hover { color: var(--ink); }

.feed-filter.is-active {
    color: var(--paper-light);
    background: var(--ink);
    font-weight: 800;
}

.feed-more {
    padding: 1.4rem 0 .25rem;
    text-align: center;
}

.feed-more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 9rem;
    padding: .72rem 1.25rem;
    color: var(--paper-light);
    background: var(--ink);
    border: 1px solid var(--ink);
    font-family: var(--sans);
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
}

.feed-more a:hover {
    color: var(--ink);
    background: transparent;
}

.feed-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 1rem;
    padding: .95rem 0 1rem;
    border-bottom: 1px solid var(--line);
}

.feed-time {
    display: grid;
    align-content: start;
    gap: .15rem;
    font-family: var(--display);
}

.feed-time strong {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.04em;
}

.feed-time span {
    color: var(--muted);
    font-family: var(--sans);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.feed-copy h2 {
    max-width: 760px;
    margin: 0;
    font-family: var(--display);
    font-size: clamp(1.45rem, 2.1vw, 1.8rem);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -.03em;
}

.feed-copy h2 a { text-decoration: none; }
.feed-copy h2 a:hover { text-decoration: underline; text-decoration-color: var(--red); text-decoration-thickness: 2px; }

.feed-summary {
    max-width: 760px;
    margin: .32rem 0 0;
    color: var(--muted);
    font-family: var(--serif);
    font-size: .86rem;
    line-height: 1.32;
}

.city-sidebar { min-width: 0; padding: 1.35rem 0 2.5rem 2.2rem; }

.sidebar-section + .sidebar-section {
    margin-top: 1.9rem;
    padding-top: 1.45rem;
    border-top: 1px solid var(--line-dark);
}

.sidebar-heading { margin-bottom: .85rem; }

.sidebar-heading h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(1.7rem, 2.1vw, 2rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.045em;
}

.sidebar-heading p {
    margin: .35rem 0 0;
    color: var(--muted);
    font-family: var(--serif);
    font-size: .83rem;
}

.service-item {
    padding: .82rem 0 .9rem;
    border-top: 1px solid var(--line);
}

.service-label {
    margin: 0;
    color: var(--green);
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.service-traffic .service-label { color: var(--red); }
.service-weather .service-label { color: var(--amber); }

.service-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .42rem;
}

.service-reading {
    display: flex;
    align-items: baseline;
    gap: .7rem;
}

.service-dot {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    background: var(--green);
    border-radius: 50%;
}

.service-traffic .service-dot { background: var(--red); }
.service-weather .service-dot { background: var(--amber); }

.service-metric {
    font-family: var(--display);
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0;
}

.service-item h3 {
    margin: 0;
    font-family: var(--display);
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1.05;
}

.service-item > p:not(.service-label),
.service-empty {
    margin: .28rem 0 0 1.08rem;
    color: var(--muted);
    font-family: var(--serif);
    font-size: .76rem;
    line-height: 1.3;
}

.service-item a {
    flex: 0 0 auto;
    font-size: .62rem;
    font-weight: 700;
    text-decoration: none;
}

.service-item a:hover { color: var(--red); }

.agenda-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 1rem;
    padding: .72rem 0;
    border-top: 1px solid var(--line);
}

.agenda-item time { display: grid; align-content: start; }

.agenda-item time strong {
    font-family: var(--display);
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1;
}

.agenda-item time span {
    color: var(--red);
    font-size: .63rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.agenda-item h3 {
    margin: 0;
    font-family: var(--display);
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.15;
}

.agenda-item h3 a { text-decoration: none; }
.agenda-item h3 a:hover { text-decoration: underline; text-decoration-color: var(--red); }

.agenda-item p {
    margin: .3rem 0 0;
    color: var(--muted);
    font-size: .72rem;
}

.is-filtered-out { display: none !important; }
.empty-state { color: var(--muted); }

.agenda-shell {
    width: min(var(--shell), calc(100% - 5rem));
    min-height: calc(100vh - 147px);
    margin-inline: auto;
    padding: var(--page-title-top-space) 0 3.5rem;
}

.agenda-hero {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
    gap: 2.5rem;
    align-items: end;
    margin-bottom: 1.2rem;
}

.agenda-hero h1 {
    margin: 0;
    font-family: var(--display);
    font-size: var(--page-title-size);
    font-weight: 400;
    line-height: var(--page-title-leading);
    letter-spacing: var(--page-title-tracking);
}

.agenda-hero > div > p {
    margin: .4rem 0 0;
    color: var(--muted);
    font-family: var(--serif);
    font-size: var(--page-lead-size);
}

.agenda-hero > div > span {
    display: block;
    margin-top: .25rem;
    color: var(--muted);
    font-size: .9rem;
}

.agenda-hero-note {
    min-height: 90px;
    padding-left: 2.5rem;
    border-left: 1px solid var(--line);
}

.agenda-hero-note h2 {
    margin: 0;
    font-family: var(--display);
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.04em;
}

.agenda-hero .agenda-hero-note p {
    margin-top: .35rem;
    font-size: 1rem;
}

.week-picker {
    border-top: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line);
}

.week-heading {
    display: grid;
    grid-template-columns: 3rem 1fr 3rem;
    align-items: center;
    min-height: 42px;
    border-bottom: 1px solid var(--line);
    text-align: center;
}

.week-heading a {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
}

.week-heading a:first-child img { transform: rotate(180deg); }
.week-heading a:last-child { justify-self: end; }

.week-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.week-day {
    display: grid;
    place-items: center;
    min-height: 82px;
    padding: .55rem .25rem .45rem;
    border-right: 1px solid var(--line);
    text-decoration: none;
}

.week-day:last-child { border-right: 0; }

.week-day span {
    min-height: 1.15em;
    font-size: .75rem;
}

.week-day strong {
    font-family: var(--display);
    font-size: 1.65rem;
    font-weight: 400;
    line-height: 1;
}

.week-day small {
    color: var(--muted);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.week-day:hover,
.week-day:focus-visible { background: var(--paper-light); }

.week-day.is-today span,
.week-day.is-today strong,
.week-day.is-today small { color: var(--red); }

.week-day.is-selected {
    box-shadow: inset 0 -3px 0 var(--red);
}

.agenda-filters {
    display: grid;
    grid-template-columns: minmax(190px, auto) minmax(160px, auto) minmax(260px, 1fr) auto auto;
    gap: 0;
    align-items: center;
    min-height: 64px;
    border-bottom: 1px solid var(--line-dark);
}

.agenda-filters label:not(.agenda-search) {
    padding-right: 1.25rem;
    margin-right: 1.25rem;
    border-right: 1px solid var(--line);
}

.agenda-filters select,
.agenda-filters input {
    color: var(--ink);
    background: transparent;
    border: 0;
    outline: none;
}

.agenda-filters select {
    width: 100%;
    padding: .8rem 1.8rem .8rem 0;
    cursor: pointer;
}

.agenda-search {
    position: relative;
    display: flex;
    align-items: center;
    justify-self: end;
    width: min(100%, 470px);
    border: 1px solid var(--line);
}

.agenda-search input {
    width: 100%;
    padding: .65rem 2.7rem .65rem .9rem;
    font-family: var(--serif);
}

.agenda-search img {
    position: absolute;
    right: .8rem;
    pointer-events: none;
}

.agenda-filter-submit {
    margin-left: .6rem;
    padding: .65rem 1rem;
    color: var(--paper-light);
    background: var(--ink);
    border: 1px solid var(--ink);
    cursor: pointer;
}

.agenda-clear {
    margin-left: .75rem;
    color: var(--red);
    font-size: .76rem;
    white-space: nowrap;
}

.agenda-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(330px, 1fr);
}

.agenda-main {
    min-width: 0;
    padding: 1.2rem 2.2rem 0 0;
    border-right: 1px solid var(--line);
}

.agenda-day-group + .agenda-day-group { margin-top: 1.45rem; }

.agenda-day-group > h2,
.agenda-empty h2 {
    margin: 0;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.045em;
}

.agenda-event-row {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 1rem;
    padding: .72rem 0 .78rem;
    border-bottom: 1px solid var(--line);
}

.agenda-event-row > time {
    display: grid;
    align-content: start;
    gap: .12rem;
}

.agenda-event-row > time strong {
    color: var(--ink);
    font-family: var(--display);
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.04em;
}

.agenda-day-group:first-child .agenda-event-row:first-of-type > time strong {
    color: var(--red);
}

.agenda-event-row > time span {
    color: var(--muted);
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.agenda-event-copy > p {
    margin: 0 0 .15rem;
    color: var(--muted);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.agenda-event-copy h3 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -.025em;
}

.agenda-event-copy h3 a,
.agenda-weekend h4 a { text-decoration: none; }

.agenda-event-copy h3 a:hover,
.agenda-weekend h4 a:hover { text-decoration: underline; text-decoration-color: var(--red); }

.agenda-event-copy > span {
    display: block;
    margin-top: .18rem;
    color: var(--muted);
    font-size: .8rem;
}

.agenda-event-copy .agenda-event-summary {
    max-width: 700px;
    margin: .45rem 0 0;
    color: var(--muted);
    font-size: .8rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.35;
    text-transform: none;
}

.agenda-weekend {
    min-width: 0;
    padding: 1.2rem 0 0 2.2rem;
}

.agenda-weekend > header { margin-bottom: .9rem; }

.agenda-weekend > header h2 {
    margin: 0;
    font-family: var(--display);
    font-size: 2.15rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.04em;
}

.agenda-weekend > header p {
    margin: .25rem 0 0;
    color: var(--muted);
    font-size: .82rem;
}

.weekend-day {
    padding: .85rem 0 1.1rem;
    border-top: 1px solid var(--line);
}

.weekend-day h3 {
    margin: 0 0 .45rem;
    font-family: var(--display);
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.03em;
}

.weekend-day article {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: .65rem;
    padding: .38rem 0;
}

.weekend-day article > time {
    font-family: var(--display);
    font-size: 1.3rem;
    line-height: 1;
}

.weekend-day h4 {
    margin: 0;
    font-family: var(--display);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.05;
}

.weekend-day article p {
    margin: .15rem 0 0;
    color: var(--muted);
    font-size: .7rem;
    line-height: 1.25;
}

.weekend-link {
    display: inline-block;
    margin-top: .6rem;
    color: var(--red);
    font-family: var(--serif);
    text-decoration: none;
}

.weekend-link:hover { text-decoration: underline; }

.agenda-empty { padding: 3rem 0; }
.agenda-empty p { color: var(--muted); }
.agenda-empty a { color: var(--red); }
.agenda-empty-small { color: var(--muted); }

.content-section { padding: 3rem 0 4rem; }

.section-heading {
    display: flex;
    align-items: baseline;
    gap: 1.2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--line-dark);
}

.section-heading h1,
.section-heading h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(2.8rem, 6vw, 5.2rem);
    font-weight: 400;
    line-height: .95;
    letter-spacing: -.055em;
}

.section-heading p { margin: 0; color: var(--muted); }

.news-grid { display: grid; grid-template-columns: 1fr; }

.news-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 1.5rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid var(--line);
}

.news-meta {
    display: flex;
    gap: 1rem;
    margin: 0;
    color: var(--muted);
    font-size: .68rem;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.news-meta span { color: var(--ink); font-weight: 900; }

.news-card h2,
.news-card h3 {
    margin: .45rem 0;
    font-family: var(--display);
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.05;
}

.news-card p:last-child { margin: 0; color: var(--muted); }

.live-page { padding-top: var(--page-title-top-space); }

.live-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 2rem;
    padding-bottom: 1.35rem;
    border-bottom: 1px solid var(--line-dark);
}

.live-hero > div:first-child {
    display: block;
    min-width: 0;
}

.live-hero h1 {
    margin: 0;
    font-family: var(--display);
    font-size: var(--page-title-size);
    font-weight: 400;
    line-height: var(--page-title-leading);
    letter-spacing: var(--page-title-tracking);
}

.live-hero > div:first-child > p {
    margin: .45rem 0 0;
    color: var(--muted);
    font-family: var(--serif);
    font-size: var(--page-lead-size);
}

.live-freshness { text-align: right; }

.live-freshness p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .55rem;
    margin: 0;
    font-size: .82rem;
}

.live-freshness time {
    display: block;
    margin-top: .18rem;
    color: var(--muted);
    font-size: .74rem;
}

.live-status-dot {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--line-dark);
}

.live-status-normal { background: var(--green); }
.live-status-alert { background: var(--red); }
.live-status-scheduled { background: var(--amber); }
.live-status-muted { background: var(--line-dark); }

.live-pulse { border-bottom: 1px solid var(--line-dark); }

.live-pulse > h2 {
    margin: 0;
    padding-top: 1rem;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.live-pulse-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: .55rem;
}

.live-pulse-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: start;
    gap: 1rem;
    min-width: 0;
    margin-bottom: 1.25rem;
    padding: .85rem 1.5rem 0;
    border-left: 1px solid var(--line);
}

.live-pulse-item:first-child { padding-left: 0; border-left: 0; }
.live-pulse-item:last-child { padding-right: 0; }

.live-pulse-icon {
    width: 48px;
    height: 48px;
    margin-top: .2rem;
}

.live-pulse-copy { min-width: 0; }

.live-pulse-label {
    margin: 0 0 .35rem;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.live-pulse-item h3 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(1.55rem, 2.35vw, 2rem);
    font-weight: 400;
    line-height: 1.03;
    letter-spacing: -.03em;
}

.live-pulse-state {
    display: flex;
    align-items: center;
    gap: .55rem;
    margin: .55rem 0 .2rem;
    font-size: .9rem;
}

.live-pulse-detail {
    margin: 0;
    color: var(--muted);
    font-size: .76rem;
    line-height: 1.3;
}

.live-now { padding-top: 1.35rem; }

.live-now-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 2rem;
    padding-bottom: .95rem;
    border-bottom: 1px solid var(--line-dark);
}

.live-now-header > div:first-child {
    display: flex;
    align-items: baseline;
    gap: 1rem;
}

.live-now-header h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(2.6rem, 4vw, 3.5rem);
    font-weight: 400;
    line-height: .95;
    letter-spacing: -.05em;
}

.live-now-header p {
    margin: 0;
    color: var(--muted);
    font-size: .84rem;
}

.live-filters {
    display: flex;
    gap: .35rem;
    overflow-x: auto;
    scrollbar-width: thin;
}

.live-filters .feed-filter {
    padding: .42rem .7rem;
    border: 1px solid var(--line);
    border-radius: 0;
}

.live-filters .feed-filter.is-active { border-color: var(--ink); }
.live-filters .feed-filter span { color: inherit; }

.live-activity-row {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr) 92px 20px;
    align-items: start;
    gap: 1.35rem;
    padding: 1rem .85rem 1.05rem;
    border-bottom: 1px solid var(--line);
}

.live-activity-alert {
    background: color-mix(in srgb, var(--red-soft) 72%, transparent);
    border-bottom-color: color-mix(in srgb, var(--red) 26%, var(--line));
}

.live-activity-row > time {
    display: grid;
    gap: .15rem;
    font-family: var(--display);
}

.live-activity-row > time strong {
    font-size: 1.55rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.035em;
}

.live-activity-row > time span {
    color: var(--muted);
    font-size: .63rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.live-activity-meta {
    display: flex;
    gap: .65rem;
    margin: 0 0 .25rem;
    color: var(--muted);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.live-activity-meta span { color: var(--green); }
.live-activity-alert .live-activity-meta span { color: var(--red); }
.live-activity-scheduled .live-activity-meta span { color: var(--amber); }

.live-activity-copy h3 {
    max-width: 900px;
    margin: 0;
    font-family: var(--display);
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    font-weight: 400;
    line-height: 1.04;
    letter-spacing: -.025em;
}

.live-activity-copy h3 a { text-decoration: none; }
.live-activity-copy h3 a:hover { text-decoration: underline; text-decoration-color: var(--red); }

.live-activity-copy > p:not(.live-activity-meta) {
    max-width: 950px;
    margin: .28rem 0 0;
    color: var(--muted);
    font-size: .8rem;
}

.live-activity-copy small {
    display: block;
    margin-top: .28rem;
    color: var(--muted);
    font-size: .66rem;
}

.live-activity-age {
    margin: .25rem 0 0;
    color: var(--muted);
    font-size: .7rem;
    text-align: right;
}

.live-activity-arrow { align-self: center; width: 16px; height: 16px; }

.prose {
    width: min(920px, calc(100% - 4rem));
    min-height: 65vh;
    margin-inline: auto;
    padding: clamp(3rem, 7vw, 6rem) 0;
}

.eyebrow {
    margin: 0 0 1rem;
    color: var(--red);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.prose h1 {
    max-width: 900px;
    margin: 0 0 1.5rem;
    font-family: var(--display);
    font-size: clamp(3.2rem, 7.5vw, 6.4rem);
    font-weight: 400;
    line-height: .93;
    letter-spacing: -.06em;
}

.article-detail {
    width: min(1000px, calc(100% - 4rem));
    padding-top: 2rem;
}

.article-detail h1 {
    max-width: none;
    margin-bottom: 1.1rem;
    font-size: clamp(2.6rem, 4.5vw, 3.6rem);
    line-height: .98;
    letter-spacing: -.045em;
}

.lead {
    max-width: 760px;
    margin: 0 0 2rem;
    color: #363530;
    font-family: var(--serif);
    font-size: clamp(1.25rem, 2.5vw, 1.7rem);
    line-height: 1.35;
}

.article-image { margin: 2.25rem 0; }
.article-image img { display: block; width: 100%; height: auto; }

.article-image-inline {
    float: right;
    width: 52%;
    margin: .15rem 0 1.5rem 2rem;
}

.article-image-inline img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
}

.article-image-inline figcaption {
    margin-top: .55rem;
    color: var(--muted);
    font-size: .68rem;
    line-height: 1.35;
    text-transform: uppercase;
}

.detail-player { display: flex; align-items: center; margin: 2rem 0; }
.detail-player audio { display: none; }

.play-cta {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    padding: .45rem 1.2rem .45rem .45rem;
    color: #fff;
    background: var(--ink);
    border: 0;
    border-radius: 999px;
    font-weight: 800;
    cursor: pointer;
}

.play-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
}

.play-icon img { width: 23px; height: 23px; }

.episode-copy {
    margin-top: 2.5rem;
    font-family: var(--serif);
    font-size: 1.15rem;
    line-height: 1.75;
}

.article-copy {
    margin-top: 2.25rem;
    font-size: 1.08rem;
    line-height: 1.58;
}

.article-copy::after {
    display: block;
    clear: both;
    content: "";
}

.article-copy > p:first-of-type { margin-top: 0; }

.source-credit {
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line-dark);
    color: var(--muted);
}

.source-credit a { font-weight: 800; }

.site-footer { border-top: 1px solid var(--line); }

.footer-inner {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    font-size: .68rem;
}

.footer-inner p { margin: 0; }
.footer-inner p:first-child { display: flex; align-items: center; gap: 1rem; }
.footer-inner p:first-child span { padding-left: 1rem; border-left: 1px solid var(--line); color: var(--muted); letter-spacing: .11em; }
.footer-message { color: var(--muted); }

@media (max-width: 1080px) {
    .header-inner { grid-template-columns: auto 1fr auto; }
    .today { display: none; }
    .home-shell { grid-template-columns: minmax(0, 1.7fr) minmax(260px, .8fr); }
    .feed-section { padding-right: 1.75rem; }
    .city-sidebar { padding-left: 1.75rem; }
    .agenda-hero { grid-template-columns: minmax(0, 1.65fr) minmax(260px, 1fr); }
    .agenda-layout { grid-template-columns: minmax(0, 1.65fr) minmax(280px, .9fr); }
    .agenda-main { padding-right: 1.5rem; }
    .agenda-weekend { padding-left: 1.5rem; }
    .agenda-filters { grid-template-columns: minmax(170px, auto) minmax(145px, auto) minmax(210px, 1fr) auto; }
    .agenda-clear { grid-column: 1 / -1; margin: -.35rem 0 .55rem; }
    .live-hero > div:first-child { display: block; }
    .live-hero > div:first-child > p { margin-top: .45rem; white-space: normal; }
    .live-pulse-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .live-pulse-item:nth-child(odd) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
    .live-pulse-item:nth-child(even) { border-top: 1px solid var(--line); }
    .live-pulse-item:nth-child(-n+2) { border-top: 0; }
    .live-now-header { align-items: start; grid-template-columns: 1fr; gap: 1rem; }
    .live-activity-row { grid-template-columns: 88px minmax(0, 1fr) 78px 18px; gap: 1rem; }
}

@media (max-width: 820px) {
    .header-inner { min-height: 68px; gap: 1rem; }
    .brand { font-size: 1.45rem; }
    .menu-toggle { display: inline-grid; justify-self: end; }
    .header-actions { grid-column: 2; grid-row: 1; }
    .search-toggle { padding-right: .7rem; border-right: 0; }
    .primary-nav {
        position: fixed;
        inset: 68px 0 0;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem;
        background: var(--paper-light);
    }
    .menu-open .primary-nav { display: flex; }
    .menu-open .menu-open-icon { display: none; }
    .menu-open .menu-close-icon { display: block; }
    .primary-nav a { width: 100%; padding: 1rem 0; font-family: var(--serif); font-size: 1.7rem; }
    .home-shell { display: block; }
    .feed-section { padding-right: 0; border-right: 0; }
    .city-sidebar { padding: 2rem 0 3rem; border-top: 1px solid var(--line-dark); }
    .service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1.5rem; }
    .agenda-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 1.5rem; }
    .agenda-hero { grid-template-columns: 1fr; }
    .agenda-hero-note { display: none; }
    .week-picker { overflow-x: auto; }
    .week-heading,
    .week-days { min-width: 660px; }
    .agenda-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .7rem;
        padding: .8rem 0;
    }
    .agenda-filters label:not(.agenda-search) { padding-right: .7rem; margin-right: 0; }
    .agenda-search { grid-column: 1 / -1; justify-self: stretch; width: 100%; }
    .agenda-filter-submit { margin-left: 0; }
    .agenda-clear { grid-column: auto; align-self: center; margin: 0; text-align: right; }
    .agenda-layout { display: block; }
    .agenda-main { padding-right: 0; border-right: 0; }
    .agenda-weekend { margin-top: 2.5rem; padding: 1.5rem 0 0; border-top: 1px solid var(--line-dark); }
    .article-image-inline {
        float: none;
        width: 100%;
        margin: 0 0 1.75rem;
    }
    .live-hero { grid-template-columns: 1fr; gap: .8rem; }
    .live-freshness { text-align: left; }
    .live-freshness p { justify-content: flex-start; }
    .live-now-header > div:first-child { display: block; }
    .live-now-header > div:first-child > p { margin-top: .45rem; }
    .live-filters { width: 100%; }
}

@media (max-width: 560px) {
    :root {
        --page-title-size: clamp(3rem, 15vw, 4.5rem);
        --page-lead-size: 1.05rem;
        --page-title-top-space: 1.45rem;
    }

    .header-inner,
    .footer-inner,
    .home-shell,
    .content-section,
    .agenda-shell { width: min(100% - 2rem, var(--shell)); }
    .search-panel,
    .prose { width: min(100% - 2rem, 920px); }
    .header-actions { display: none; }
    .header-inner { grid-template-columns: 1fr auto; }
    .menu-toggle { grid-column: 2; grid-row: 1; }
    .feed-section { padding-top: 1rem; }
    .city-alert { grid-template-columns: auto auto 1fr auto; gap: .5rem .7rem; }
    .city-alert .alert-story { grid-column: 2 / 5; }
    .city-alert .text-link { grid-column: 2 / 4; }
    .alert-close { grid-column: 4; grid-row: 1; }
    .feed-heading h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
    .feed-heading p { font-size: 1.05rem; }
    .feed-item { grid-template-columns: 68px minmax(0, 1fr); gap: .8rem; }
    .feed-time strong { font-size: 1.45rem; }
    .feed-copy h2 { font-size: 1.3rem; }
    .feed-summary { font-size: .9rem; }
    .service-list,
    .agenda-list { grid-template-columns: 1fr; }
    .agenda-shell { padding-top: var(--page-title-top-space); }
    .agenda-hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
    .agenda-hero > div > p { font-size: 1.05rem; }
    .agenda-filters { grid-template-columns: 1fr; }
    .agenda-filters label:not(.agenda-search) { border-right: 0; border-bottom: 1px solid var(--line); }
    .agenda-search,
    .agenda-clear { grid-column: 1; }
    .agenda-clear { text-align: left; }
    .agenda-event-row { grid-template-columns: 80px minmax(0, 1fr); gap: .75rem; }
    .agenda-event-row > time strong { font-size: 1.55rem; }
    .agenda-event-copy h3 { font-size: 1.25rem; }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .news-card { grid-template-columns: 1fr; }
    .live-page { padding-top: var(--page-title-top-space); }
    .live-hero h1 { font-size: var(--page-title-size); }
    .live-pulse-grid { grid-template-columns: 1fr; }
    .live-pulse-item,
    .live-pulse-item:first-child,
    .live-pulse-item:last-child,
    .live-pulse-item:nth-child(3),
    .live-pulse-item:nth-child(odd),
    .live-pulse-item:nth-child(even) {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: .8rem;
        margin-bottom: 0;
        padding: .9rem 0 1rem;
        border-left: 0;
        border-top: 1px solid var(--line);
    }
    .live-pulse-item:first-child { border-top: 0; }
    .live-pulse-icon { width: 40px; height: 40px; }
    .live-pulse-item h3 { font-size: 1.65rem; }
    .live-now-header h2 { font-size: 2.75rem; }
    .live-filters .feed-filter { padding: .4rem .62rem; }
    .live-activity-row { grid-template-columns: 62px minmax(0, 1fr) 16px; gap: .75rem; padding-inline: 0; }
    .live-activity-row > time strong { font-size: 1.25rem; }
    .live-activity-age { display: none; }
    .live-activity-arrow { grid-column: 3; }
    .live-activity-copy h3 { font-size: 1.2rem; }
    .footer-inner { align-items: flex-start; flex-direction: column; padding: 1.2rem 0; }
    .footer-inner p:first-child { align-items: flex-start; flex-direction: column; gap: .45rem; }
    .footer-inner p:first-child span { padding-left: 0; border-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
}
