:root {
  --font-display: "Iowan Old Style", "Palatino Linotype", Georgia, "Times New Roman", serif;
  --font-body: Georgia, "Times New Roman", serif;
  --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-brand: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --ink: #111;
  --muted: #666;
  --soft: #f7f7f5;
  --rule: #d9d9d9;
  --accent: #f7f2dc;
  --blue: var(--accent);
  --selected: var(--accent);
  --focus: var(--accent);
  --page-width: 1200px;
  --header-width: 700px;
  --body-width: 600px;
  --wide-media-width: 960px;
  --desktop-gutter: 32px;
  --tablet-gutter: 24px;
  --mobile-padding: 16px;
  --header-height: 52px;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 48px;
  --space-6: 64px;
  --space-7: 96px;
}

* { box-sizing: border-box; }
::selection { color: var(--ink); background: var(--accent); }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
body.drawer-open { overflow: hidden; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { width: 24px; height: 24px; }

.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; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); background: #fff; border: 2px solid var(--focus); padding: 10px 14px; font-weight: 700; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 4px solid var(--focus); outline-offset: 2px; box-shadow: 0 0 0 1px #a89e74; }
main[tabindex="-1"]:focus { outline: none; }

.site-header { position: sticky; z-index: 100; top: 0; height: var(--header-height); background: rgba(255,255,255,.98); border-bottom: 1px solid var(--rule); }
.site-header__inner { position: relative; display: flex; align-items: center; justify-content: space-between; max-width: 100%; height: 100%; padding: 0 24px; }
.site-header__left, .site-header__actions, .share-controls { display: flex; align-items: center; gap: 10px; }
.wordmark, .footer-wordmark, .drawer-wordmark { font-family: var(--font-brand); font-weight: 700; letter-spacing: -.08em; text-decoration: none; }
.wordmark { position: absolute; left: 50%; width: 100px; height: 46px; overflow: hidden; transform: translateX(-50%); }
.wordmark img { position: absolute; top: 50%; left: 50%; width: 230px; max-width: none; height: auto; transform: translate(-50%, -50%); }
.monogram { display: none; width: 36px; height: 36px; overflow: hidden; border-radius: 9px; text-decoration: none; }
.monogram img { width: 100%; height: 100%; object-fit: cover; }
.icon-button, .round-button, .account-button, .action-button, .comment-button { display: inline-flex; align-items: center; justify-content: center; border: 0; background: transparent; cursor: pointer; text-decoration: none; }
.icon-button { width: 36px; height: 36px; padding: 6px; }
.round-button { width: 40px; height: 40px; border: 1px solid var(--rule); border-radius: 50%; }
.round-button svg, .comment-button svg, .action-button svg { width: 22px; height: 22px; }
.round-button.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.search-button { margin-left: -8px; }
.header-section { margin-left: 4px; font-size: 12px; font-weight: 700; text-decoration: none; letter-spacing: .03em; }
.account-button { gap: 7px; height: 36px; padding: 0 4px 0 10px; font-size: 13px; }
.account-button svg { display: none; }
.action-button { gap: 7px; min-height: 40px; padding: 0 14px; border: 1px solid var(--rule); border-radius: 22px; font-size: 13px; white-space: nowrap; }
.comment-button { gap: 6px; height: 40px; padding: 0 13px; border: 1px solid var(--rule); border-radius: 22px; font-size: 13px; }
.article-running-title { display: none; position: absolute; left: 50%; align-items: center; gap: 9px; max-width: 650px; transform: translateX(-50%); font: 12px/1.2 var(--font-display); white-space: nowrap; overflow: hidden; }
.article-running-title strong { font: 700 11px/1 var(--font-sans); }
.article-running-title span { padding-left: 9px; border-left: 1px solid #aaa; overflow: hidden; text-overflow: ellipsis; }
.site-header.is-condensed .wordmark { position: relative; left: auto; width: 100px; height: 46px; flex: 0 0 100px; transform: none; }
.site-header.is-condensed .wordmark img { width: 230px; }
.site-header.is-condensed .site-header__left { display: none; }
.site-header.is-condensed .site-header__left .icon-button, .site-header.is-condensed .header-section, .site-header.is-condensed .account-button { display: none; }
.site-header.is-condensed .article-running-title { display: flex; }

.top-ad { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 164px; color: #737373; background: #f7f7f7; border-bottom: 1px solid var(--rule); font: 10px/1 var(--font-sans); letter-spacing: .08em; }
.top-ad div { display: flex; align-items: center; justify-content: center; width: 660px; max-width: 70vw; height: 68px; margin-top: 10px; color: #fff; background: linear-gradient(110deg, #1d3557, #5c8a93 55%, #dca85e); font-size: 13px; font-weight: 700; letter-spacing: .08em; }

.article-intro { width: min(var(--header-width), calc(100% - 48px)); margin: 0 auto; padding-top: 18px; }
.access-note { margin: 0; padding: 0 0 12px; text-align: center; font: 600 15px/1.2 var(--font-sans); }
.access-rule { width: 62px; height: 3px; margin: 0 auto 28px; background: var(--accent); }
.kicker { margin: 0 0 13px; font: 700 13px/1 var(--font-sans); letter-spacing: .02em; }
.article-intro h1 { margin: 0; font: 400 clamp(42px, 4.15vw, 60px)/.99 var(--font-display); letter-spacing: -.035em; }
.standfirst { margin: 17px 0 20px; color: #3c3c3c; font: 400 23px/1.26 var(--font-display); }
.article-intro > .share-controls { padding-top: 18px; border-top: 1px solid var(--rule); }

.article-media { width: min(var(--body-width), calc(100% - 48px)); margin: var(--space-5) auto; }
.article-media--hero { width: min(var(--page-width), 100%); margin-top: 26px; }
.article-media--wide { width: min(var(--wide-media-width), calc(100% - 48px)); }
.article-media img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; background: #eee; }
.article-media--hero img { aspect-ratio: 16 / 9; }
.article-media figcaption { max-width: 760px; margin-top: 8px; color: #5b5b5b; font: 12px/1.35 var(--font-sans); }
.article-media figcaption span { color: #858585; }

.article-column { width: min(var(--body-width), calc(100% - 48px)); margin: 0 auto; }
.article-column > p { margin: 0 0 26px; font: 400 21px/1.55 var(--font-body); letter-spacing: -.01em; }
.article-column > .lead { font-size: 22px; }
.article-column > p a { color: var(--ink); background: linear-gradient(transparent 62%, var(--accent) 62%); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-column > h2 { margin: 42px 0 17px; font: 700 22px/1.25 var(--font-sans); letter-spacing: -.025em; }
.article-column > ul { margin: 0 0 30px; padding-left: 26px; font: 400 20px/1.5 var(--font-body); }
.article-column > ul li { margin: 8px 0; padding-left: 4px; }
.byline-block { display: flex; align-items: center; gap: 12px; margin: 27px 0 28px; font-size: 12px; }
.byline-block p { margin: 2px 0; }
.byline-block a { font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.author-avatar { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 auto; border-radius: 50%; color: #fff; background: #222; font: 600 12px/1 var(--font-sans); }
.follow-promo { display: flex; align-items: center; flex-direction: column; justify-content: center; gap: 14px; margin: 0 0 40px; padding: 26px 24px; background: var(--soft); text-align: center; }
.follow-promo p { margin: 0; font: 18px/1.35 var(--font-sans); }
.follow-promo a { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; padding: 0 22px; border: 1px solid #c8c8c8; border-radius: 24px; background: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }
.follow-promo svg { width: 17px; height: 17px; }
.pull-quote { margin: 46px -90px; padding: 28px 0 28px 28px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); border-left: 5px solid var(--ink); }
.pull-quote p { margin: 0; font: 500 31px/1.17 var(--font-display); letter-spacing: -.02em; }
.pull-quote cite { display: block; margin-top: 14px; font: normal 12px/1.3 var(--font-sans); }

.embed-card { display: grid; grid-template-columns: 210px 1fr; gap: 24px; margin: 40px 0; padding: 24px; border: 1px solid var(--rule); }
.embed-card__graphic { display: flex; align-items: flex-end; gap: 7px; height: 150px; padding: 18px; background: #edf1f2; }
.embed-card__graphic span { width: 25%; height: var(--h); background: #111; }
.embed-card h3 { margin: 5px 0 8px; font: 600 23px/1.1 var(--font-display); }
.embed-card p { margin: 0 0 12px; font-size: 13px; line-height: 1.4; }
.embed-card a { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; }
.embed-card a svg { width: 17px; }
.eyebrow { margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .08em; }

.ad-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 250px; margin: 62px 0; background: #f7f7f7; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); color: #777; font: 10px/1 var(--font-sans); letter-spacing: .08em; }
.ad-placeholder div { display: grid; place-items: center; width: min(620px, 80vw); height: 90px; margin-top: 12px; border: 1px solid #ddd; color: #999; background: repeating-linear-gradient(135deg, #fff, #fff 8px, #fafafa 8px, #fafafa 16px); }
.article-topics { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--rule); font-size: 12px; }
.article-topics span { font-weight: 700; }
.article-topics a { padding: 5px 9px; background: #f0f0f0; border-radius: 2px; text-decoration: none; }
.author-card { display: flex; gap: 18px; margin: 38px 0; padding: 24px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--rule); }
.author-avatar--large { width: 64px; height: 64px; font-size: 16px; }
.author-card h2 { margin: 0 0 6px; font: 700 18px/1.2 var(--font-sans); }
.author-card p { margin: 0 0 8px; font: 14px/1.45 var(--font-sans); }
.author-card a { display: flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; }
.author-card svg { width: 16px; }

.newsletter { margin: 48px 0; padding: 32px; border: 1px solid #bbb; }
.newsletter h2 { margin: 6px 0; font: 600 31px/1.1 var(--font-display); }
.newsletter > p:not(.eyebrow) { margin: 0 0 20px; font: 17px/1.45 var(--font-display); }
.newsletter__form { display: flex; gap: 8px; }
.newsletter input { min-width: 0; flex: 1; height: 44px; padding: 0 12px; border: 1px solid #aaa; }
.newsletter button { display: flex; align-items: center; gap: 5px; height: 44px; padding: 0 16px; color: #fff; background: #111; border: 0; font-size: 12px; font-weight: 700; cursor: pointer; }
.newsletter button svg { width: 17px; }
.subscription-popup { position: fixed; z-index: 300; inset: 0; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 18px; pointer-events: none; visibility: hidden; }
.subscription-popup.is-visible { pointer-events: none; visibility: visible; }
.subscription-popup__backdrop { display: none; }
.subscription-popup__panel { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 42px; width: min(960px, calc(100% - 40px)); padding: 28px 42px; color: #fff; border-radius: 14px; background: rgba(20, 20, 20, .9); box-shadow: 0 8px 34px rgba(0, 0, 0, .2); pointer-events: auto; transform: translateY(calc(105% + 18px)); transition: transform .4s cubic-bezier(.22, 1, .36, 1); }
.subscription-popup.is-visible .subscription-popup__panel { transform: translateY(0); }
.subscription-popup__close { position: absolute; top: 5px; right: 7px; display: grid; place-items: center; width: 30px; height: 30px; padding: 0; color: #fff; border: 0; background: transparent; cursor: pointer; }
.subscription-popup__close svg { width: 21px; height: 21px; }
.subscription-popup__close:focus { outline: none; }
.subscription-popup__copy h2 { max-width: 760px; margin: 0 0 4px; font: 700 18px/1.2 var(--font-sans); letter-spacing: 0; }
.subscription-popup__copy > p:not(.eyebrow) { max-width: 760px; margin: 0; color: #fff; font-size: 16px; line-height: 1.35; }
.subscription-popup__cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; color: #111; background: #fff; border: 0; border-radius: 3px; font-size: 14px; font-weight: 700; text-decoration: none; cursor: pointer; }
.cookie-banner { position: fixed; z-index: 400; right: 0; bottom: 0; left: 0; width: 100%; margin: 0; padding: 24px max(28px, calc((100% - 1160px) / 2)); color: var(--ink); border-top: 1px solid var(--ink); background: rgba(255, 255, 255, .98); box-shadow: 0 -8px 32px rgba(0, 0, 0, .14); opacity: 0; transform: translateY(calc(100% + 2px)); transition: opacity .28s ease, transform .32s cubic-bezier(.22, 1, .36, 1); }
.cookie-banner.is-visible { opacity: 1; transform: translateY(0); }
.cookie-banner__main { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cookie-banner__copy { max-width: 660px; }
.cookie-banner__copy h2 { margin: 0 0 6px; font: 700 17px/1.2 var(--font-sans); }
.cookie-banner__copy p { margin: 0; color: #444; font-size: 14px; line-height: 1.45; }
.cookie-banner__actions { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.cookie-button { min-height: 42px; padding: 0 17px; border: 1px solid var(--ink); font-size: 12px; font-weight: 700; cursor: pointer; }
.cookie-button--secondary { color: var(--ink); background: #fff; }
.cookie-button--primary { color: #fff; background: var(--ink); }
.cookie-banner__settings { display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: end; gap: 18px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--rule); }
.cookie-banner__settings[hidden] { display: none; }
.cookie-banner__settings label { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.cookie-banner__settings label span { display: flex; flex-direction: column; gap: 4px; }
.cookie-banner__settings small { color: #666; font-size: 11px; line-height: 1.3; }
.comments { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 42px 0 18px; padding: 22px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--rule); }
.comments h2 { margin: 4px 0 0; font: 600 22px/1 var(--font-display); }
.comments button { padding: 11px 15px; border: 1px solid var(--ink); background: #fff; font-size: 12px; font-weight: 700; cursor: pointer; }
.share-controls--compact { padding-bottom: 28px; }

.related { display: grid; grid-template-columns: minmax(0, 3fr) minmax(260px, 1fr); gap: 30px; width: min(var(--page-width), calc(100% - 64px)); margin: 100px auto 70px; padding-top: 18px; border-top: 1px solid var(--ink); }
.related h2 { margin: 0 0 18px; font: 700 16px/1.2 var(--font-sans); }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px 18px; }
.story-card a { display: block; text-decoration: none; }
.story-card__image { position: relative; display: flex; align-items: flex-end; aspect-ratio: 4/3; padding: 14px; overflow: hidden; background: linear-gradient(145deg, var(--card-color, #e2e2e2), #fff); }
.story-card__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-card__image:empty::after { content: ""; position: absolute; width: 70%; height: 70%; right: -20%; bottom: -30%; border: 18px solid rgba(0,0,0,.15); border-radius: 50%; }
.story-card__image span { font: 600 44px/1 var(--font-display); opacity: .75; }
.story-card p { margin: 9px 0 2px; color: #777; font: 600 11px/1.2 var(--font-sans); }
.story-card h3 { margin: 0; font: 600 18px/1.12 var(--font-display); letter-spacing: -.015em; }
.related__loading { grid-column: 1 / -1; margin: 8px 0; color: #777; font: 13px/1.4 var(--font-sans); }
.trending { padding-top: 0; border-top: 1px solid var(--ink); }
.trending h2 { padding-top: 16px; }
.trending ol { list-style: none; margin: 0; padding: 0; }
.trending li { padding: 15px 0; border-top: 1px solid var(--rule); }
.trending a { font: 600 17px/1.17 var(--font-display); text-decoration: none; }

.site-footer { position: relative; width: min(var(--page-width), calc(100% - 64px)); margin: 52px auto 0; padding: 14px 0 30px; border-top: 1px solid var(--rule); }
.site-footer__top { display: flex; align-items: baseline; justify-content: space-between; }
.footer-wordmark { display: block; width: 72px; height: 72px; margin-left: -4px; }
.footer-wordmark img { width: 100%; height: 100%; object-fit: contain; }
.site-footer__utilities { display: flex; align-items: center; gap: 28px; }
.footer-socials { position: absolute; top: -43px; right: 0; display: flex; align-items: center; gap: 17px; }
.footer-socials a { display: grid; place-items: center; width: 28px; height: 28px; color: var(--ink); }
.footer-socials svg { width: 21px; height: 21px; fill: currentColor; }
.footer-socials a:hover { opacity: .6; }
.footer-back-to-top { padding: 3px 5px; color: var(--ink); background: var(--selected); font-size: 11px; text-decoration: none; }
.footer-groups { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; margin-top: 22px; }
.footer-groups h2 { margin: 0 0 10px; font: 700 12px/1 var(--font-sans); text-transform: uppercase; }
.footer-groups a { display: block; margin: 8px 0; font-size: 12px; text-decoration: none; }
.site-footer__legal { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 30px; padding-top: 14px; border-top: 1px solid var(--rule); color: #666; font-size: 10px; }
.site-footer__legal a { text-decoration: none; }

.drawer-backdrop { position: fixed; z-index: 150; inset: 0; background: rgba(0,0,0,.5); }
.drawer { position: fixed; z-index: 160; top: 0; bottom: 0; width: min(420px, 88vw); padding: 20px 26px; overflow-y: auto; background: #fff; transition: transform .25s ease; }
.drawer[aria-hidden="true"] { pointer-events: none; }
.drawer--menu { left: 0; transform: translateX(0); }
.drawer--menu[aria-hidden="true"] { transform: translateX(-102%); }
.drawer__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--rule); }
.drawer-wordmark { position: relative; display: block; width: 100px; height: 46px; overflow: hidden; }
.drawer-wordmark img { position: absolute; top: 50%; left: 50%; width: 230px; max-width: none; height: auto; transform: translate(-50%, -50%); }
.drawer [data-close-drawer], .drawer [data-close-drawer]:focus-visible { border: 0; outline: 0; box-shadow: none; }
.drawer nav a { display: flex; align-items: center; min-height: 54px; border-bottom: 1px solid var(--rule); font-size: 18px; font-weight: 600; text-decoration: none; }
.drawer-nav__parent { display: flex; align-items: center; border-bottom: 1px solid var(--rule); }
.drawer-nav__parent > a { min-width: 0; flex: 1; border-bottom: 0 !important; }
.drawer-nav__toggle { display: grid; place-items: center; width: 52px; height: 52px; flex: 0 0 52px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.drawer-nav__toggle svg { width: 20px; height: 20px; transition: transform .2s ease; }
.drawer-nav__toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.drawer-subnav { border-bottom: 1px solid var(--rule); background: #fff; }
.drawer-subnav a { min-height: 46px !important; padding: 0 20px 0 24px; border-bottom-color: #e7e7e7 !important; font-size: 15px !important; }
.drawer-subnav a:hover { color: inherit; background: transparent; }
.drawer-subnav a:last-child { border-bottom: 0 !important; }
.drawer nav a[aria-current="page"] { color: var(--ink); background: var(--selected); }
.drawer-nav__group.is-active .drawer-nav__parent > a { font-weight: 700; }

/* Account access */
body[data-page="auth"] { min-height: 100vh; }
.auth-page { display: grid; grid-template-rows: 58px 1fr auto; min-height: 100vh; }
.auth-header { display: grid; place-items: center; border-bottom: 1px solid var(--rule); }
.auth-wordmark { position: relative; display: block; width: 120px; height: 52px; overflow: hidden; }
.auth-wordmark img { position: absolute; top: 50%; left: 50%; width: 270px; max-width: none; height: auto; transform: translate(-50%, -50%); }
.auth-main { display: flex; justify-content: center; padding: 45px 24px 80px; }
.auth-card { width: min(430px, 100%); }
.auth-card h1 { margin: 0 0 27px; text-align: center; font: 600 30px/1.12 var(--font-display); letter-spacing: -.015em; }
.auth-form { display: grid; gap: 9px; }
.auth-form label { font-size: 13px; font-weight: 700; }
.auth-form input { width: 100%; height: 48px; padding: 0 13px; border: 1px solid var(--ink); border-radius: 3px; background: #fff; font-size: 16px; }
.auth-form input:focus-visible { outline: 2px solid var(--ink); outline-offset: 1px; }
.auth-continue { height: 46px; margin-top: 9px; color: #fff; background: #111; border: 1px solid #111; border-radius: 3px; font-size: 15px; font-weight: 700; cursor: pointer; }
.auth-divider { display: flex; align-items: center; gap: 12px; margin: 17px 0; font-size: 13px; }
.auth-divider::before, .auth-divider::after { content: ""; height: 1px; flex: 1; background: var(--rule); }
.auth-terms { margin: 0 auto 23px; max-width: 390px; text-align: center; font-size: 12px; line-height: 1.45; }
.auth-terms a { text-underline-offset: 2px; }
.auth-providers { display: grid; gap: 9px; }
.auth-providers button { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; height: 46px; padding: 0 42px; border: 1px solid var(--ink); border-radius: 3px; background: #fff; font-size: 14px; font-weight: 700; cursor: pointer; }
.auth-provider-icon { width: 20px; height: 20px; flex: 0 0 20px; }
.auth-card.is-choosing-municipalities { width: min(620px, 100%); }
.auth-step { margin: 0 0 10px; text-align: center; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.auth-municipalities__intro { max-width: 470px; margin: -11px auto 22px; color: #555; text-align: center; font-size: 14px; line-height: 1.45; }
.auth-municipalities fieldset { margin: 0; padding: 0; border: 0; }
.municipality-search-label { display: block; margin: 0 0 7px; font-size: 13px; font-weight: 700; }
.municipality-search { position: relative; }
.municipality-search svg { position: absolute; top: 50%; left: 14px; width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; transform: translateY(-50%); pointer-events: none; }
.municipality-search input { width: 100%; height: 46px; padding: 0 42px; border: 1px solid var(--ink); border-radius: 3px; background: #fff; font-size: 15px; }
.municipality-search input:focus-visible { outline: 2px solid var(--ink); outline-offset: 1px; }
.municipality-results-count { margin: 9px 0 7px; color: #666; font-size: 12px; }
.municipality-list { max-height: 410px; overflow-y: auto; overscroll-behavior: contain; border: 1px solid #aaa; border-radius: 2px; background: #fff; scrollbar-gutter: stable; }
.municipality-list label { display: flex; align-items: center; gap: 11px; min-height: 41px; padding: 8px 13px; border-bottom: 1px solid #e5e5e5; cursor: pointer; font-size: 14px; }
.municipality-list label:last-child { border-bottom: 0; }
.municipality-list label[hidden] { display: none; }
.municipality-list label:hover { background: #f4f4f4; }
.municipality-list input { width: 17px; height: 17px; flex: 0 0 17px; margin: 0; accent-color: #111; }
.municipality-list label:has(input:checked) { background: var(--accent); font-weight: 700; }
.municipality-list input:focus-visible { outline: 2px solid #111; outline-offset: 2px; }
.municipality-no-results { margin: 12px 0; color: #666; text-align: center; font-size: 13px; }
.auth-municipalities .auth-continue { width: 100%; }
.municipality-error { margin: 8px 0 0; color: #a21b13; font-size: 12px; font-weight: 700; }
.auth-footer { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px; min-height: 56px; padding: 15px 24px; color: #777; border-top: 1px solid var(--rule); font-size: 11px; }
.auth-footer a { color: inherit; }

@media (max-width: 540px) {
  .auth-page { grid-template-rows: 54px 1fr auto; }
  .auth-main { padding: 36px 20px 60px; }
  .auth-card h1 { margin-bottom: 25px; font-size: 27px; }
  .municipality-list { max-height: 369px; }
  .auth-footer { gap: 10px 14px; }
}

@media (max-width: 1024px) {
  :root { --page-width: 960px; --wide-media-width: 820px; --desktop-gutter: 24px; }
  .article-intro { padding-top: 26px; }
  .article-running-title { max-width: 470px; }
  .gift-action { display: none; }
  .related { width: calc(100% - 48px); }
  .site-footer { width: calc(100% - 48px); }
}

@media (max-width: 768px) {
  :root { --header-height: 48px; --body-width: 100%; --header-width: 100%; }
  .site-header__inner { padding: 0 var(--mobile-padding); }
  .search-button, .header-section, .account-button span { display: none; }
  .account-button { width: 36px; padding: 6px; }
  .account-button svg { display: block; }
  .wordmark { width: 92px; height: 46px; }
  .wordmark img { width: 195px; }
  .site-header__actions { gap: 7px; }
  .site-header__actions .gift-action, .site-header__actions .comment-button, .site-header__actions .round-button { display: none; }
  .site-header.is-condensed .site-header__left { display: none; }
  .site-header.is-condensed .monogram, .site-header.is-condensed .article-running-title { display: none; }
  .site-header.is-condensed .wordmark { display: block; width: 92px; height: 46px; flex-basis: 92px; }
  .site-header.is-condensed .wordmark img { width: 195px; }
  .site-header.is-condensed .site-header__actions .gift-action, .site-header.is-condensed .site-header__actions .comment-button, .site-header.is-condensed .site-header__actions .round-button { display: inline-flex; }
  .site-header.is-condensed .site-header__actions .gift-action { display: none; }
  .site-header.is-condensed .site-header__actions .round-button { width: 36px; height: 36px; }
  .site-header.is-condensed .site-header__actions { margin-left: auto; }
  .top-ad { height: 88px; background: #fff; border: 0; }
  .top-ad span, .top-ad div { display: none; }
  .article-intro { width: 100%; padding: 0 var(--mobile-padding); }
  .access-note { padding-top: 19px; font-size: 14px; }
  .access-rule { margin-bottom: 22px; }
  .kicker { margin-bottom: 12px; font-size: 12px; }
  .article-intro h1 { font-size: clamp(34px, 9.3vw, 48px); line-height: 1.02; letter-spacing: -.04em; }
  .standfirst { margin: 14px 0 18px; font-size: 21px; line-height: 1.25; }
  .article-intro > .share-controls { gap: 8px; padding-top: 16px; }
  .article-intro .gift-action { display: inline-flex; padding: 0 12px; }
  .article-intro .round-button { width: 42px; height: 42px; }
  .article-intro .comment-button { height: 42px; padding: 0 11px; }
  .article-media--hero { width: 100%; margin-top: 24px; }
  .article-media--hero img { aspect-ratio: 4 / 5; }
  .article-media--hero figcaption { padding: 0 var(--mobile-padding); }
  .article-media, .article-media--wide { width: 100%; margin: 38px 0; }
  .article-media--wide figcaption { padding: 0 var(--mobile-padding); }
  .article-column { width: 100%; padding: 0 var(--mobile-padding); }
  .byline-block { margin: 25px 0; }
  .follow-promo { margin: 0 0 34px; padding: 22px 18px; }
  .follow-promo p { font-size: 15px; }
  .article-column > p, .article-column > .lead { margin-bottom: 24px; font-size: 20px; line-height: 1.48; }
  .article-column > h2 { margin-top: 36px; font-size: 20px; }
  .article-column > ul { font-size: 19px; }
  .pull-quote { margin: 40px 0; padding: 23px 0 23px 20px; }
  .pull-quote p { font-size: 28px; }
  .embed-card { grid-template-columns: 1fr; }
  .ad-placeholder { height: 210px; margin: 48px 0; }
  .newsletter { padding: 24px 20px; }
  .newsletter h2 { font-size: 27px; }
  .newsletter__form { flex-direction: column; }
  .newsletter button { justify-content: center; }
  .subscription-popup { padding: 0 12px max(12px, env(safe-area-inset-bottom)); }
  .subscription-popup__panel { grid-template-columns: 1fr; gap: 20px; width: 100%; padding: 38px 22px 22px; color: #fff; border-radius: 14px; background: rgba(20, 20, 20, .9); text-align: left; transform: translateY(calc(105% + 12px)); }
  .subscription-popup__close { top: 7px; right: 9px; width: 32px; height: 32px; color: #fff; }
  .subscription-popup__copy h2 { margin: 0 0 5px; font: 700 18px/1.2 var(--font-sans); letter-spacing: 0; }
  .subscription-popup__copy > p:not(.eyebrow) { margin: 0; color: #fff; font-size: 15px; }
  .subscription-popup__cta { width: 100%; color: #111; background: #fff; }
  .cookie-banner { right: 0; bottom: 0; left: 0; width: 100%; padding: 22px 20px max(22px, env(safe-area-inset-bottom)); }
  .cookie-banner__main { align-items: stretch; flex-direction: column; gap: 20px; }
  .cookie-banner__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-banner__actions .cookie-button--primary { grid-column: 1 / -1; grid-row: 1; }
  .cookie-banner__settings { grid-template-columns: 1fr; align-items: stretch; }
  .cookie-banner__settings label { min-height: 44px; }
  .related { grid-template-columns: 1fr; width: 100%; margin: 70px 0 52px; padding: 16px var(--mobile-padding) 0; }
  .story-grid { grid-template-columns: 1fr 1fr; gap: 35px 14px; }
  .story-card h3 { font-size: 17px; }
  .trending { margin-top: 20px; }
  .site-footer { width: calc(100% - 32px); }
  .footer-wordmark { width: 58px; height: 58px; margin-left: -3px; }
  .site-footer__top { align-items: flex-start; }
  .site-footer__utilities { align-items: flex-end; flex-direction: column-reverse; gap: 12px; }
  .footer-socials { gap: 12px; }
  .footer-groups { grid-template-columns: 1fr; gap: 0; }
  .footer-groups section { padding: 19px 0 10px; border-top: 1px solid var(--rule); }
  .footer-groups section a { display: none; }
  .site-footer__legal { line-height: 1.5; }
}

@media (max-width: 430px) {
  :root { --mobile-padding: 14px; }
  .article-intro h1 { font-size: 36px; }
  .standfirst { font-size: 19px; }
  .article-intro .gift-action { max-width: 154px; font-size: 12px; }
  .article-intro .comment-button { padding: 0 9px; }
  .article-intro > .share-controls { gap: 6px; }
  .article-column > p, .article-column > .lead { font-size: 19px; }
  .follow-promo a { width: 100%; padding: 0 14px; }
  .story-grid { grid-template-columns: 1fr; }
  .comments { align-items: flex-start; flex-direction: column; }
  .share-controls--compact .gift-action { display: none; }
}

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

/* Homepage */
.home-page { min-height: 100vh; }
.home-shell { width: min(var(--page-width), calc(100% - 64px)); margin: 0 auto; }
.home-top-ad { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 164px; color: #737373; background: #f7f7f7; border-bottom: 1px solid var(--rule); font: 10px/1 var(--font-sans); letter-spacing: .08em; }
.home-top-ad div { display: grid; place-items: center; width: min(760px, calc(100% - 64px)); height: 72px; margin-top: 10px; color: #fff; background: linear-gradient(110deg, #102c35, #507e8b 52%, #d2a758); font-size: 13px; font-weight: 700; }
.home-lead { display: grid; grid-template-columns: minmax(220px, .82fr) minmax(0, 1.75fr) minmax(220px, .78fr); padding: 28px 0 30px; border-bottom: 3px solid var(--ink); }
.home-lead__side { padding-right: 24px; border-right: 1px solid var(--rule); }
.home-lead__main { padding: 0 28px; }
.home-now { padding-left: 24px; border-left: 1px solid var(--rule); }
.home-lead > *, .home-story__copy { min-width: 0; }
.home-story { min-width: 0; }
.home-story + .home-story { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--rule); }
.home-story a { text-decoration: none; }
.home-story__image { display: block; margin-bottom: 12px; overflow: hidden; background: var(--soft); }
.home-story__image img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .3s ease; }
.home-story__image:hover img { transform: scale(1.015); }
.home-label { margin: 0 0 7px !important; color: #555; font: 700 10px/1 var(--font-sans) !important; letter-spacing: .08em; }
.home-story h2 { margin: 0; font: 600 25px/1.05 var(--font-display); letter-spacing: -.025em; }
.home-story__copy > p:not(.home-label) { margin: 9px 0; color: #424242; font: 16px/1.35 var(--font-display); }
.home-story__copy span { display: block; margin-top: 10px; color: #777; font: 10px/1.25 var(--font-sans); text-transform: uppercase; }
.home-story--lead { text-align: center; }
.home-story--lead .home-story__image { margin-bottom: 17px; }
.home-story--lead .home-story__image img { aspect-ratio: 16 / 9; }
.home-story--lead h2 { font-size: clamp(34px, 3vw, 46px); line-height: .99; }
.home-story--lead .home-story__copy > p:not(.home-label) { max-width: 660px; margin: 13px auto; font-size: 19px; }
.home-section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 20px; padding-top: 13px; border-top: 3px solid var(--ink); }
.home-section-heading h2 { margin: 0; font: 800 28px/1 var(--font-brand); letter-spacing: -.045em; }
.home-section-heading a, .home-more-link { display: inline-flex; align-items: center; gap: 5px; padding: 3px 5px; color: var(--ink); background: var(--selected); font-size: 11px; font-weight: 700; text-decoration: none; }
.home-section-heading a svg, .home-more-link svg { width: 16px; height: 16px; }
.home-section-heading--compact { margin-bottom: 2px; padding-top: 0; border-top: 0; border-bottom: 1px solid var(--ink); }
.home-section-heading--compact h2 { padding-bottom: 11px; font-size: 22px; }
.home-section-heading--compact span { color: #b42318; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.home-front-column__stories { margin-bottom: 16px; }
.home-front-column .home-section-heading h2 { font: 700 30px/.96 var(--font-sans); letter-spacing: -.045em; }
.home-front-column__stories .home-story { padding: 15px 0; }
.home-front-column__stories .home-story + .home-story { margin-top: 0; }
.home-front-column__stories .home-story h2 { font-size: 18px; line-height: 1.08; }
.home-front-column__stories .home-story__copy > p:not(.home-label) { margin: 7px 0; font-size: 13px; line-height: 1.32; }
.home-briefs { display: grid; grid-template-columns: repeat(4, 1fr); padding: 25px 0 55px; }
.home-briefs .home-story { padding: 0 20px; border-right: 1px solid var(--rule); }
.home-briefs .home-story:first-child { padding-left: 0; }
.home-briefs .home-story:last-child { padding-right: 0; border-right: 0; }
.home-briefs .home-story + .home-story { margin-top: 0; border-top: 0; }
.home-briefs .home-story h2 { font-size: 20px; }
.home-briefs .home-story__image img { aspect-ratio: 4 / 3; }
.home-membership { display: flex; align-items: center; justify-content: space-between; gap: 40px; width: min(1320px, calc(100% - 40px)); min-height: 190px; margin: 0 auto 64px; padding: 34px clamp(32px, 6vw, 84px); color: #fff; background: linear-gradient(120deg, #10242b, #315d68 58%, #a47e45); }
.home-membership > div { max-width: 740px; }
.home-membership .home-label { color: #d7e1e3; }
.home-membership h2 { margin: 8px 0; font: 500 38px/1.04 var(--font-display); }
.home-membership p:not(.home-label) { margin: 0; font-size: 14px; line-height: 1.45; }
.home-membership > a { flex: 0 0 auto; padding: 12px 22px; color: #111; background: #fff; border: 0; font-size: 12px; font-weight: 700; text-decoration: none; cursor: pointer; }
.home-section { margin-bottom: 64px; }
.home-section-grid--news { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(220px, .8fr) minmax(220px, .8fr); }
.home-section-grid--news > * { padding: 0 24px; border-right: 1px solid var(--rule); }
.home-section-grid--news > *:first-child { padding-left: 0; }
.home-section-grid--news > *:last-child { padding-right: 0; border-right: 0; }
.home-story--feature h2 { font-size: 32px; }
.home-story--feature .home-story__copy > p:not(.home-label) { font-size: 18px; }
.home-section-stack .home-story h2 { font-size: 22px; }
.home-section-stack--visual .home-story__image img { aspect-ratio: 16 / 9; }
.home-opinion-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.15fr; }
.home-opinion { min-height: 290px; padding: 24px; border-right: 1px solid var(--rule); }
.home-opinion:first-child { padding-left: 0; }
.home-opinion:last-child { padding-right: 0; border-right: 0; }
.home-opinion h2 { margin: 8px 0 12px; font: 600 25px/1.05 var(--font-display); letter-spacing: -.02em; }
.home-opinion h2 a { text-decoration: none; }
.home-opinion > p:not(.home-label) { margin: 0; color: #555; font: 14px/1.4 var(--font-display); }
.home-opinion__avatar { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 24px; border-radius: 50%; color: #fff; background: #222; font: 700 13px/1 var(--font-sans); }
.home-opinion--dark, .home-opinion:first-child.home-opinion--dark { padding: 30px 28px 34px; color: #fff; background: #111; }
.home-opinion--dark .home-label, .home-opinion--dark > p:not(.home-label) { color: #ccc; }
.home-opinion--dark h2 { font-size: 31px; }
.home-opinion--history img { width: 100%; margin-bottom: 14px; aspect-ratio: 4 / 3; object-fit: cover; }
.home-opinion--history h2 { font-size: 21px; }
.home-municipals-preference { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: -7px 0 18px; color: #555; font-size: 12px; }
.home-municipals-preference a { padding: 3px 5px; color: var(--ink); background: var(--selected); font-weight: 700; text-decoration: none; }
.home-municipals-grid > .home-story { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .85fr); align-items: stretch; padding-bottom: 28px; border-bottom: 1px solid var(--ink); }
.home-story--municipal-lead .home-story__image { margin: 0; }
.home-story--municipal-lead .home-story__image img { height: 100%; aspect-ratio: 16 / 9; }
.home-story--municipal-lead .home-story__copy { display: flex; flex-direction: column; justify-content: center; padding: 24px 12px 24px 34px; }
.home-story--municipal-lead h2 { font-size: 38px; }
.home-story--municipal-lead .home-story__copy > p:not(.home-label) { font-size: 18px; }
.home-municipals-list { display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 26px; }
.home-municipals-list .home-story { min-width: 0; margin: 0; padding: 0 20px; border-right: 1px solid var(--rule); }
.home-municipals-list .home-story:first-child { padding-left: 0; }
.home-municipals-list .home-story:last-child { padding-right: 0; border-right: 0; }
.home-municipals-list .home-story__image img { aspect-ratio: 4 / 3; }
.home-municipals-list .home-story h2 { font-size: 20px; }
.home-municipals-list .home-story__copy > p:not(.home-label) { display: none; }
.home-newsletter { display: grid; grid-template-columns: 1fr minmax(360px, .75fr); align-items: center; gap: 60px; margin: 20px 0 72px; padding: 36px 40px; border: 1px solid var(--ink); }
.home-newsletter h2 { margin: 6px 0; font: 600 35px/1.05 var(--font-display); }
.home-newsletter > div > p:not(.home-label) { margin: 0; font: 16px/1.4 var(--font-display); }
.home-newsletter input { min-width: 0; flex: 1; height: 44px; padding: 0 12px; border: 1px solid #aaa; }
.home-newsletter button { display: flex; align-items: center; justify-content: center; gap: 6px; height: 44px; padding: 0 17px; color: #fff; background: var(--ink); border: 0; font-size: 12px; font-weight: 700; cursor: pointer; }
.home-newsletter button svg { width: 17px; height: 17px; }

@media (max-width: 1024px) {
  .home-shell { width: calc(100% - 48px); }
  .home-lead { grid-template-columns: minmax(210px, .75fr) minmax(0, 1.55fr); }
  .home-now { grid-column: 1 / -1; display: grid; grid-template-columns: 180px 1fr auto; align-items: start; gap: 24px; margin-top: 28px; padding: 20px 0 0; border-top: 1px solid var(--ink); border-left: 0; }
  .home-front-column__stories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 24px; margin: 0; }
  .home-front-column__stories .home-story { padding: 10px 0; }
  .home-front-column__stories .home-story + .home-story { padding-left: 24px; border-top: 0; border-left: 1px solid var(--rule); }
  .home-more-link { padding-top: 10px; }
  .home-opinion-grid { grid-template-columns: 1fr 1fr; }
  .home-opinion { border-bottom: 1px solid var(--rule); }
  .home-opinion:nth-child(2) { border-right: 0; }
  .home-opinion:nth-child(3), .home-opinion:nth-child(4) { border-bottom: 0; }
  .home-opinion:nth-child(3) { padding-left: 0; }
  .home-opinion:nth-child(4) { padding-right: 0; }
  .home-municipals-grid > .home-story { grid-template-columns: 1.2fr 1fr; }
  .home-story--municipal-lead .home-story__copy { padding-left: 26px; }
  .home-municipals-list { grid-template-columns: 1fr 1fr; }
  .home-municipals-list .home-story { padding: 0 22px 24px; }
  .home-municipals-list .home-story:nth-child(2) { padding-right: 0; border-right: 0; }
  .home-municipals-list .home-story:nth-child(3), .home-municipals-list .home-story:nth-child(4) { padding-top: 24px; border-top: 1px solid var(--rule); }
  .home-municipals-list .home-story:nth-child(3) { padding-left: 0; }
}

@media (max-width: 768px) {
  .site-header--home .header-section, .site-header--home .search-button { display: none; }
  .home-top-ad { height: 76px; background: #fff; border-bottom: 0; }
  .home-top-ad span, .home-top-ad div { display: none; }
  .home-shell { width: 100%; padding: 0 var(--mobile-padding); }
  .home-lead { display: flex; flex-direction: column; padding-top: 20px; }
  .home-lead__main { order: 1; width: 100%; padding: 0 0 26px; border-bottom: 1px solid var(--ink); }
  .home-lead__side { order: 2; width: 100%; padding: 22px 0 0; border-right: 0; }
  .home-now { order: 3; display: block; width: 100%; margin-top: 24px; }
  .home-story--lead { text-align: left; }
  .home-story--lead h2 { font-size: clamp(34px, 9vw, 43px); }
  .home-story--lead .home-story__copy > p:not(.home-label) { margin-left: 0; font-size: 18px; }
  .home-lead__side .home-story:first-child { display: grid; grid-template-columns: 145px 1fr; gap: 16px; }
  .home-lead__side .home-story:first-child .home-story__image { margin: 0; }
  .home-lead__side .home-story:first-child .home-story__image img { height: 100%; aspect-ratio: 1; }
  .home-lead__side .home-story h2 { font-size: 21px; }
  .home-front-column__stories { display: block; margin-bottom: 16px; }
  .home-front-column__stories .home-story { padding: 16px 0; }
  .home-front-column__stories .home-story + .home-story { padding-left: 0; border-top: 1px solid var(--rule); border-left: 0; }
  .home-briefs { grid-template-columns: 1fr 1fr; padding-bottom: 44px; }
  .home-briefs .home-story { padding: 20px 16px; border-bottom: 1px solid var(--rule); }
  .home-briefs .home-story:nth-child(odd) { padding-left: 0; }
  .home-briefs .home-story:nth-child(even) { padding-right: 0; border-right: 0; }
  .home-briefs .home-story:nth-child(-n+2) { padding-top: 22px; }
  .home-briefs .home-story:nth-child(n+3) { border-bottom: 0; }
  .home-membership { align-items: flex-start; flex-direction: column; gap: 24px; width: 100%; margin-bottom: 48px; padding: 34px var(--mobile-padding); }
  .home-membership h2 { font-size: 31px; }
  .home-section { margin-bottom: 48px; }
  .home-section-heading h2 { font-size: 25px; }
  .home-section-grid--news { grid-template-columns: 1fr; }
  .home-section-grid--news > * { padding: 0; border-right: 0; }
  .home-section-grid--news > * + * { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--ink); }
  .home-story--feature h2 { font-size: 29px; }
  .home-section-stack--visual { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .home-section-stack--visual .home-story + .home-story { margin-top: 0; padding-top: 0; border-top: 0; }
  .home-section-stack--visual .home-story h2 { font-size: 19px; }
  .home-opinion-grid { grid-template-columns: 1fr; align-items: start; }
  .home-opinion, .home-opinion:first-child, .home-opinion:nth-child(3), .home-opinion:nth-child(4) { min-height: 0; padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .home-opinion-grid > .home-opinion.home-opinion--dark { align-self: start; width: 100%; min-height: 0; height: auto; padding: 30px 24px 32px; border-bottom: 0; }
  .home-opinion--dark h2 { margin: 10px 0 14px; }
  .home-opinion--dark > p:not(.home-label) { margin-bottom: 14px; }
  .home-opinion__avatar { margin-bottom: 16px; }
  .home-opinion--history img { width: 145px; float: right; margin: 0 0 8px 16px; }
  .home-municipals-preference { align-items: flex-start; flex-direction: column; gap: 4px; }
  .home-municipals-grid > .home-story { display: block; }
  .home-story--municipal-lead .home-story__image img { height: auto; }
  .home-story--municipal-lead .home-story__copy { padding: 20px 0 26px; }
  .home-municipals-list { grid-template-columns: 1fr; padding-top: 0; }
  .home-municipals-list .home-story, .home-municipals-list .home-story:nth-child(even), .home-municipals-list .home-story:nth-child(odd), .home-municipals-list .home-story:nth-child(n+3) { padding: 22px 0; border-right: 0; border-top: 1px solid var(--rule); }
  .home-municipals-list .home-story:first-child { border-top: 0; }
  .home-story--municipal-lead h2 { font-size: 29px; }
  .home-newsletter { grid-template-columns: 1fr; gap: 22px; margin-bottom: 52px; padding: 28px 22px; }
  .home-newsletter h2 { font-size: 30px; }
}

@media (max-width: 430px) {
  .home-lead__side .home-story:first-child { grid-template-columns: 112px 1fr; }
  .home-lead__side .home-story:first-child .home-story__copy > p:not(.home-label) { display: none; }
  .home-briefs { grid-template-columns: 1fr; }
  .home-briefs .home-story, .home-briefs .home-story:nth-child(odd), .home-briefs .home-story:nth-child(even) { display: grid; grid-template-columns: 105px 1fr; gap: 14px; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .home-briefs .home-story__image { margin: 0; }
  .home-briefs .home-story__image img { height: 100%; aspect-ratio: 1; }
  .home-briefs .home-story h2 { font-size: 18px; }
  .home-section-heading a { font-size: 0; }
  .home-section-heading a svg { width: 20px; height: 20px; }
  .home-section-stack--visual { grid-template-columns: 1fr; }
  .home-section-stack--visual .home-story + .home-story { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--rule); }
}

/* Information pages */
.info-page { min-height: 100vh; }
.info-shell { width: min(1060px, calc(100% - 64px)); margin: 0 auto; }
.info-hero { padding: 76px 0 58px; border-bottom: 1px solid var(--rule); background: var(--soft); }
.info-hero .eyebrow { margin-bottom: 16px; }
.info-hero h1 { margin: 0; font: 800 clamp(52px, 6vw, 82px)/.92 var(--font-brand); letter-spacing: -.065em; }
.info-hero .info-shell > p:last-child { max-width: 760px; margin: 23px 0 0; color: #383838; font: 24px/1.32 var(--font-display); }
.info-content { padding-top: 56px; padding-bottom: 84px; }
.info-page--qui-som .info-content, .info-page--contacte .info-content, .info-page--butlletins .info-content { display: flex; align-items: center; min-height: calc(100vh - var(--header-height)); padding-top: 72px; padding-bottom: 72px; }
.info-section { margin-top: 72px; }
.info-section__heading { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 28px; padding: 17px 0 24px; border-top: 3px solid var(--ink); }
.info-section__heading h2 { margin: 0; font: 600 38px/1.03 var(--font-display); letter-spacing: -.03em; }
.info-section a { color: var(--ink); background: linear-gradient(transparent 58%, var(--blue) 58%); font-weight: 700; text-decoration: none; }
.info-section a svg { width: 17px; height: 17px; vertical-align: middle; }

.bulletin-single { width: min(610px, 100%); margin: 0 auto; transform: translateX(60px); }
.bulletin-single h2 { margin: 0 0 14px; font: 700 13px/1 var(--font-sans); letter-spacing: 0; text-transform: uppercase; }
.bulletin-single > p:not(.eyebrow):not(.bulletin-note) { margin: 0 0 24px; font: 18px/1.45 var(--font-display); }
.bulletin-single .bulletin-note { margin: 18px 0 0; color: #666; font-size: 12px; line-height: 1.45; }
.info-signup { display: flex; max-width: 440px; }
.info-signup input { min-width: 0; flex: 1; height: 44px; padding: 0 12px; border: 1px solid #999; }
.info-signup button, .info-form > button { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 44px; padding: 0 16px; color: #fff; background: var(--ink); border: 0; font-size: 12px; font-weight: 700; cursor: pointer; }
.info-signup button svg, .info-form > button svg { width: 16px; height: 16px; }
.info-note { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 28px; color: #666; font-size: 12px; }

.about-roster { width: min(740px, 100%); margin: 0 auto; transform: translateX(36px); }
.about-roster > h2 { margin: 0 0 30px; font: 700 13px/1 var(--font-sans); text-transform: uppercase; }
.responsibility-roster { margin: 0; }
.responsibility-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px; padding: 0 0 32px; }
.responsibility-row article { min-width: 0; }
.responsibility-row h3 { margin: 0 0 7px; font: 700 14px/1.2 var(--font-sans); }
.responsibility-row p { margin: 0; font: 16px/1.3 var(--font-sans); }
.responsibility-row--director article { grid-column: 1; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.values-grid article { min-height: 235px; padding: 22px; border-right: 1px solid var(--rule); }
.values-grid article:first-child { padding-left: 0; }
.values-grid article:last-child { padding-right: 0; border-right: 0; }
.values-grid span { color: #999; font: 24px/1 var(--font-display); }
.values-grid h3 { margin: 38px 0 8px; font: 600 25px/1 var(--font-display); }
.values-grid p { margin: 0; font-size: 14px; line-height: 1.5; }
.about-numbers { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; padding: 32px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.about-numbers div { display: flex; align-items: center; flex-direction: column; gap: 7px; border-right: 1px solid var(--rule); text-align: center; }
.about-numbers div:last-child { border-right: 0; }
.about-numbers strong { font: 600 45px/1 var(--font-display); }
.about-numbers span { color: #666; font-size: 12px; }
.about-team > p { max-width: 720px; margin: 0 0 20px 238px; font: 21px/1.4 var(--font-display); }
.about-team > a { display: inline-flex; align-items: center; gap: 6px; margin-left: 238px; }

.contact-directory { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 3px solid var(--ink); }
.contact-directory article { min-height: 260px; padding: 28px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.contact-directory article:first-child { padding-left: 0; }
.contact-directory article:last-child { border-right: 0; }
.contact-directory h2 { margin: 12px 0 9px; font: 600 26px/1.05 var(--font-display); }
.contact-directory p:not(.eyebrow) { margin: 0 0 24px; font-size: 14px; line-height: 1.45; }
.contact-directory a { color: var(--ink); background: linear-gradient(transparent 58%, var(--blue) 58%); font-size: 13px; font-weight: 700; }
.contact-single { width: min(610px, 100%); max-width: none; margin: 0 auto; padding: 0; border: 0; text-align: left; }
.contact-single .eyebrow { margin: 0 0 14px; }
.contact-single h2 { margin: 0 0 14px; font: 700 13px/1 var(--font-sans); letter-spacing: 0; text-transform: uppercase; }
.contact-single > p:not(.eyebrow) { margin: 0 0 22px; font: 18px/1.45 var(--font-display); }
.contact-single a { color: var(--ink); font-weight: 700; text-decoration: none; }
.contact-single a:hover { text-decoration: underline; }
.contact-single .contact-address { margin-bottom: 0; color: #666; font: 13px/1.4 var(--font-sans); }
.contact-single a svg { width: 17px; height: 17px; }
.contact-form-section { display: grid; grid-template-columns: 1fr; }
.info-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 820px; margin-left: 238px; }
.info-form > div { display: flex; flex-direction: column; gap: 8px; }
.info-form__wide { grid-column: 1 / -1; }
.info-form label { font-size: 12px; font-weight: 700; }
.info-form input, .info-form select, .info-form textarea { width: 100%; padding: 11px 12px; border: 1px solid #999; background: #fff; border-radius: 0; }
.info-form input, .info-form select { height: 44px; }
.info-form textarea { resize: vertical; }
.info-form > button { justify-self: start; }



@media (max-width: 768px) {
  .site-header--page .header-section, .site-header--page .search-button { display: none; }
  .info-shell { width: 100%; padding-right: var(--mobile-padding); padding-left: var(--mobile-padding); }
  .info-hero { padding: 48px 0 38px; }
  .info-hero h1 { font-size: 46px; }
  .info-hero .info-shell > p:last-child { margin-top: 17px; font-size: 20px; }
  .info-content { padding-top: 36px; padding-bottom: 58px; }
  .info-section { margin-top: 52px; }
  .info-section__heading { grid-template-columns: 1fr; gap: 9px; }
  .info-section__heading h2 { font-size: 31px; }
  .info-signup { max-width: none; }
  .info-note { align-items: flex-start; flex-direction: column; }
  .about-manifesto p { font-size: 30px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .values-grid article, .values-grid article:first-child, .values-grid article:last-child { min-height: 210px; padding: 22px 16px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
  .values-grid article:nth-child(odd) { padding-left: 0; }
  .values-grid article:nth-child(even) { padding-right: 0; border-right: 0; }
  .about-numbers { gap: 20px; }
  .about-numbers strong { font-size: 35px; }
  .info-form { margin-left: 0; }
  .info-page--qui-som .info-content, .info-page--contacte .info-content, .info-page--butlletins .info-content { min-height: calc(100vh - var(--header-height)); padding-top: 56px; padding-bottom: 56px; }
  .about-roster, .contact-single, .bulletin-single { transform: none; }
  .responsibility-row { gap: 22px; }
  .contact-directory { grid-template-columns: 1fr; }
  .contact-directory article, .contact-directory article:first-child, .contact-directory article:last-child { min-height: 0; padding: 25px 0; border-right: 0; }
  .info-form { grid-template-columns: 1fr; gap: 18px; }
  .info-form__wide { grid-column: auto; }
}

@media (max-width: 430px) {
  .info-hero h1 { font-size: 39px; }
  .info-signup { flex-direction: column; gap: 8px; }
  .values-grid { grid-template-columns: 1fr; }
  .responsibility-row { grid-template-columns: 1fr; gap: 22px; }
  .responsibility-row--director article { grid-column: auto; }
  .values-grid article, .values-grid article:first-child, .values-grid article:last-child, .values-grid article:nth-child(odd), .values-grid article:nth-child(even) { min-height: 0; padding: 22px 0; border-right: 0; }
  .values-grid h3 { margin-top: 22px; }
  .about-numbers { grid-template-columns: 1fr; gap: 0; }
  .about-numbers div { padding: 21px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .about-numbers div:last-child { border-bottom: 0; }
}

/* Category pages */
.category-page { min-height: 100vh; }
.category-top-ad { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 234px; color: #747474; background: #f7f7f7; border-bottom: 1px solid var(--rule); font: 10px/1 var(--font-sans); letter-spacing: .08em; }
.category-top-ad div { display: grid; place-items: center; width: min(980px, calc(100% - 64px)); height: 116px; margin-top: 10px; color: #fff; background: linear-gradient(115deg, #27415f, #568695 52%, #d7a95d); font-size: 16px; font-weight: 700; letter-spacing: .09em; }
.category-shell { width: min(var(--page-width), calc(100% - 64px)); margin: 0 auto; }
.category-shell > h1 { margin: 0 0 20px; padding-top: 34px; font: 700 clamp(48px, 5vw, 70px)/.96 var(--font-sans); letter-spacing: -.045em; }
.category-primary-nav, .category-secondary-nav { display: flex; align-items: center; overflow-x: auto; scrollbar-width: none; white-space: nowrap; }
.category-primary-nav { gap: 23px; padding: 12px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.category-secondary-nav { gap: 0; padding: 9px 0 10px; border-bottom: 3px solid var(--ink); }
.category-primary-nav::-webkit-scrollbar, .category-secondary-nav::-webkit-scrollbar { display: none; }
.category-primary-nav a, .category-secondary-nav a { font: 700 12px/1 var(--font-sans); text-decoration: none; text-transform: uppercase; }
.category-primary-nav a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.category-secondary-nav a { padding: 0 12px; border-right: 1px solid var(--rule); }
.category-secondary-nav a:first-child { padding-left: 0; }
.category-primary-nav a[aria-current="page"], .category-secondary-nav a[aria-current="page"] { color: var(--ink); box-shadow: inset 0 -5px 0 var(--selected); }

.category-lead { display: grid; grid-template-columns: minmax(0, 2.1fr) minmax(300px, .9fr); gap: 28px; padding: 30px 0 38px; border-bottom: 1px solid var(--rule); }
.category-lead a { text-decoration: none; }
.category-lead__main { padding-right: 28px; border-right: 1px solid var(--rule); }
.category-lead__main > a { display: block; }
.category-lead__main img { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #e5e5e5; }
.category-lead__copy { max-width: 760px; margin: 15px auto 0; text-align: center; }
.category-lead__copy h2 { margin: 0; font: 600 30px/1.05 var(--font-display); letter-spacing: -.025em; }
.category-lead__copy p { margin: 10px auto 8px; max-width: 680px; font: 17px/1.35 var(--font-display); }
.category-lead__copy span, .category-lead__rail span { color: #777; font: 10px/1.3 var(--font-sans); text-transform: uppercase; }
.category-lead__rail article { display: grid; grid-template-columns: minmax(0, 1fr) 92px; gap: 16px; padding: 0 0 22px; margin-bottom: 22px; border-bottom: 1px solid var(--rule); }
.category-lead__rail article:last-child { margin-bottom: 0; border-bottom: 0; }
.category-lead__rail h2 { margin: 5px 0 8px; font: 600 23px/1.05 var(--font-display); letter-spacing: -.02em; }
.category-lead__rail article > div > p:not(.eyebrow) { margin: 0 0 10px; font: 15px/1.32 var(--font-display); }
.category-lead__thumb { width: 92px; height: 92px; object-fit: cover; background: #eee; }

.category-promo { width: min(1200px, calc(100% - 64px)); margin: 56px auto 62px; padding: 38px 24px; background: var(--soft); }
.category-promo__visual { display: none; }
.category-promo > div:last-child { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.category-promo h2 { margin: 7px 0; font: 500 32px/1.08 var(--font-display); }
.category-promo p:not(.eyebrow) { margin: 0 0 20px; font: 16px/1.4 var(--font-sans); }
.category-promo a { display: inline-flex; align-items: center; min-height: 46px; padding: 0 25px; border: 1px solid #c8c8c8; border-radius: 24px; background: #fff; font-size: 13px; font-weight: 700; text-decoration: none; cursor: pointer; }

.category-archive { padding-top: 0; border-top: 3px solid var(--ink); }
.category-tabs { display: flex; align-items: stretch; height: 56px; margin-top: -3px; border-bottom: 1px solid var(--rule); }
.category-latest-tab { position: relative; min-width: 150px; margin-bottom: -1px; padding: 0 28px; color: #666; background: transparent; border: 1px solid transparent; font-size: 15px; font-weight: 700; cursor: pointer; }
.category-latest-tab.is-active { z-index: 1; color: var(--ink); background: #fff; border-color: var(--rule); border-bottom-color: #fff; }
.category-search-tab { display: block; width: 210px; margin-bottom: -1px; border: 1px solid transparent; background: transparent; transition: width .2s ease; }
.category-search-tab.is-active { position: relative; z-index: 1; width: 250px; background: #fff; border-color: var(--rule); border-bottom-color: #fff; }
.category-search-trigger { display: flex; align-items: center; gap: 10px; width: 100%; height: 100%; padding: 0 20px; color: #666; background: transparent; border: 0; font-size: 15px; font-weight: 700; cursor: pointer; }
.category-search-trigger svg { width: 19px; height: 19px; }
.category-search-fields { display: flex; align-items: center; gap: 12px; width: 100%; height: 100%; padding: 0 16px; }
.category-search-trigger[hidden], .category-search-fields[hidden], .category-search-fields button[hidden], .category-search-summary[hidden] { display: none !important; }
.category-search-fields > span { display: grid; place-items: center; flex: 0 0 auto; }
.category-search-fields svg { width: 19px; height: 19px; }
.category-search-tab input { min-width: 0; width: 100%; height: 100%; padding: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 15px; font-weight: 700; }
.category-search-tab input::placeholder { color: #666; opacity: 1; }
.category-search-tab input::-webkit-search-cancel-button { display: none; }
.category-search-fields button { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 30px; padding: 0; color: #666; background: transparent; border: 0; cursor: pointer; }
.category-search-fields button svg { width: 17px; height: 17px; }
.category-search-summary { display: flex; align-items: center; gap: 5px; min-height: 88px; padding: 20px 0; border-bottom: 1px solid var(--rule); }
.category-search-summary p { margin: 0; font: 18px/1.35 var(--font-sans); }
.category-search-summary select { padding: 5px 28px 5px 7px; border: 1px solid transparent; border-radius: 4px; background-color: #fff; font-size: 18px; font-weight: 400; cursor: pointer; }
.category-search-summary option { font-weight: 400; }
.category-search-summary select:focus-visible { border-color: var(--focus); outline: 2px solid var(--focus); outline-offset: 0; }
.category-archive__layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 46px; }
.category-feed__item { display: grid; grid-template-columns: 115px minmax(0, 1fr) 170px; gap: 24px; min-height: 190px; padding: 25px 0; border-bottom: 1px solid var(--rule); }
.category-feed__item time { color: #666; font: 11px/1.35 var(--font-sans); }
.category-feed__item h2 { margin: 0 0 9px; font: 600 25px/1.05 var(--font-display); letter-spacing: -.025em; }
.category-feed__item h2 a { text-decoration: none; }
.category-feed__item > div > p:not(.eyebrow) { margin: 0 0 10px; font: 16px/1.35 var(--font-display); }
.category-feed__item span { color: #777; font: 10px/1.3 var(--font-sans); text-transform: uppercase; }
.category-feed__image { width: 170px; height: 145px; object-fit: cover; background: #eee; }

.wordpress-article-page { padding-bottom: 80px; }
.wordpress-article__intro { padding-top: 18px; }
.wordpress-article__intro h1 { margin: 0; font: 400 clamp(42px, 4.15vw, 60px)/.99 var(--font-display); letter-spacing: -.035em; }
.wordpress-article__intro .standfirst { margin-bottom: 18px; color: #3e3e3e; }
.wordpress-article__meta { margin: 16px 0 0; color: #666; font: 11px/1.4 var(--font-sans); text-transform: uppercase; }
.wordpress-article .article-media--hero img { max-height: 820px; object-fit: cover; }
.wordpress-article__content { font: 21px/1.55 var(--font-body); }
.wordpress-article__content > * { max-width: 100%; }
.wordpress-article__content h2 { margin: 42px 0 17px; font: 700 22px/1.25 var(--font-sans); letter-spacing: -.025em; }
.wordpress-article__content h3 { margin: 34px 0 14px; font: 700 18px/1.25 var(--font-sans); }
.wordpress-article__content p { margin: 0 0 26px; font: 400 21px/1.55 var(--font-body); letter-spacing: -.01em; }
.wordpress-article__content ul, .wordpress-article__content ol { margin: 0 0 30px; padding-left: 26px; font: 400 20px/1.5 var(--font-body); }
.wordpress-article__content li { margin: 8px 0; padding-left: 4px; }
.wordpress-article__content blockquote { margin: 46px -90px; padding: 28px 0 28px 28px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); border-left: 5px solid var(--ink); }
.wordpress-article__content blockquote p { margin: 0; font: 500 31px/1.17 var(--font-display); letter-spacing: -.02em; }
.wordpress-article__content figure { width: min(var(--wide-media-width), calc(100vw - 48px)); margin: 44px 0 44px 50%; transform: translateX(-50%); }
.wordpress-article__content figcaption { margin-top: 8px; color: #5b5b5b; font: 12px/1.35 var(--font-sans); }
.wordpress-article__content img { width: auto; max-width: 100%; height: auto; }
.wordpress-article__end .newsletter { margin-top: 54px; }

@media (max-width: 700px) {
  .wordpress-article__intro { padding-top: 0; }
  .wordpress-article__intro h1 { font-size: clamp(34px, 9.3vw, 48px); line-height: 1.02; }
  .wordpress-article__intro .standfirst { font-size: 20px; }
  .wordpress-article__content blockquote { margin: 40px 0; }
  .wordpress-article__content figure { width: 100vw; }
}
.category-feed__loader { display: flex; flex-direction: column; align-items: center; gap: 12px; min-height: 116px; padding: 28px 0 42px; text-align: center; }
.category-feed__loader p { margin: 0; color: #707070; font: 11px/1.4 var(--font-sans); }
.category-feed__loader button { min-width: 170px; padding: 11px 18px; border: 1px solid var(--ink); background: #fff; font-size: 12px; font-weight: 700; cursor: pointer; }
.category-feed__loader button:disabled { cursor: wait; opacity: .55; }
.category-feed__spinner { width: 24px; height: 24px; border: 2px solid var(--rule); border-top-color: var(--ink); border-radius: 50%; animation: feed-spin .75s linear infinite; }
.category-feed__sentinel { width: 100%; height: 1px; }
@keyframes feed-spin { to { transform: rotate(360deg); } }
.category-sidebar { padding-top: 25px; }
.category-side-ad { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 300px; padding: 30px; color: #fff; background: #181818; text-align: center; }
.category-side-ad span { color: #aaa; font-size: 9px; letter-spacing: .08em; }
.category-side-ad strong { margin-top: 50px; font: 700 27px/1 var(--font-brand); }
.category-side-ad p { font: 20px/1.15 var(--font-display); }
.category-side-card { margin-top: 30px; padding: 24px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--rule); }
.category-side-card h2 { margin: 6px 0; font: 600 25px/1.1 var(--font-display); }
.category-side-card p:not(.eyebrow) { font: 14px/1.4 var(--font-sans); }
.category-side-card a { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; }
.category-side-card svg { width: 17px; }
@media (max-width: 1024px) {
  .category-shell { width: calc(100% - 48px); }
  .category-lead { grid-template-columns: minmax(0, 1.75fr) minmax(270px, 1fr); }
  .category-lead__copy h2 { font-size: 27px; }
  .category-lead__rail h2 { font-size: 20px; }
  .category-archive__layout { grid-template-columns: 1fr; }
  .category-sidebar { display: none; }
}

@media (max-width: 768px) {
  .site-header--category .header-section, .site-header--category .search-button { display: none; }
  .category-top-ad { height: 92px; background: #fff; border-bottom: 0; }
  .category-top-ad span, .category-top-ad div { display: none; }
  .category-shell { width: 100%; padding: 0 var(--mobile-padding); }
  .category-shell > h1 { margin-bottom: 16px; padding-top: 15px; font-size: 44px; }
  .category-primary-nav { gap: 18px; }
  .category-lead { grid-template-columns: 1fr; gap: 26px; padding-top: 22px; }
  .category-lead__main { padding-right: 0; border-right: 0; }
  .category-lead__copy { text-align: left; }
  .category-lead__copy h2 { font-size: 28px; }
  .category-lead__copy p { margin-left: 0; font-size: 17px; }
  .category-lead__rail { border-top: 1px solid var(--ink); }
  .category-lead__rail article { padding-top: 18px; }
  .category-promo { width: 100%; margin: 42px 0 48px; padding: 30px var(--mobile-padding); }
  .category-promo h2 { font-size: 28px; }
  .category-promo p:not(.eyebrow) { font-size: 15px; }
  .category-tabs { margin-top: 0; }
  .category-latest-tab { min-width: 105px; padding: 0 16px; font-size: 13px; }
  .category-search-tab { width: 150px; }
  .category-search-trigger { padding: 0 12px; font-size: 13px; }
  .category-search-tab.is-active { width: min(240px, calc(100vw - 137px)); }
  .category-search-fields { padding: 0 11px; }
  .category-search-tab input { font-size: 13px; }
  .category-search-summary { align-items: flex-start; flex-direction: column; gap: 8px; min-height: 0; padding: 20px 0; }
  .category-search-summary p, .category-search-summary select { font-size: 15px; }
  .category-feed__item { grid-template-columns: minmax(0, 1fr) 125px; gap: 16px; min-height: 0; }
  .category-feed__item time { grid-column: 1 / -1; }
  .category-feed__image { width: 125px; height: 110px; }
  .category-feed__item h2 { font-size: 21px; }
  .category-feed__item > div > p:not(.eyebrow) { font-size: 15px; }
}

@media (max-width: 430px) {
  .category-shell > h1 { font-size: 39px; }
  .category-primary-nav, .category-secondary-nav { margin-right: calc(var(--mobile-padding) * -1); }
  .category-primary-nav a, .category-secondary-nav a { font-size: 11px; }
  .category-lead__copy h2 { font-size: 25px; }
  .category-lead__rail h2 { font-size: 19px; }
  .category-lead__rail article { grid-template-columns: minmax(0, 1fr) 82px; }
  .category-lead__thumb { width: 82px; height: 82px; }
  .category-feed__item { grid-template-columns: minmax(0, 1fr) 105px; gap: 12px; }
  .category-feed__image { width: 105px; height: 94px; }
  .category-feed__item > div > p:not(.eyebrow) { display: none; }
  .category-feed__item h2 { font-size: 19px; }
  .category-feed__loader { padding-bottom: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  .category-feed__spinner { animation: none; border-top-color: var(--rule); }
}

/* Native WordPress integration. These rules adapt the approved prototype
   without requiring a client-side rendering pass. */
.admin-bar .site-header { top: 32px; }
.search-drawer { position: fixed; z-index: 145; top: var(--header-height); right: 0; left: 0; padding: 18px max(24px, calc((100% - var(--page-width)) / 2)); border-bottom: 1px solid var(--rule); background: rgba(255,255,255,.99); box-shadow: 0 12px 25px rgba(0,0,0,.08); }
.admin-bar .search-drawer { top: calc(var(--header-height) + 32px); }
.search-drawer[hidden] { display: none; }
.search-drawer form { display: grid; grid-template-columns: minmax(0,1fr) auto; max-width: 720px; margin: 0 auto; }
.search-drawer input { min-width: 0; height: 46px; padding: 0 15px; border: 1px solid var(--ink); font-size: 16px; }
.search-drawer button { min-width: 92px; border: 1px solid var(--ink); color: #fff; background: var(--ink); font-weight: 700; }
.site-footer__legal button { padding: 0; color: inherit; border: 0; background: transparent; font: inherit; cursor: pointer; }
.site-footer__legal button:hover { text-decoration: underline; }
.info-page--municipis .info-content { display: flex; align-items: center; min-height: calc(100vh - var(--header-height)); padding-top: 64px; padding-bottom: 64px; }
.info-page--municipis .auth-municipalities { margin: 0 auto; }
.wordpress-page { width: min(760px,100%); margin: 0 auto; padding: 80px 0; }
.wordpress-page h1 { margin: 0 0 28px; font: 600 clamp(38px,5vw,64px)/1 var(--font-display); }
.wordpress-page { font: 18px/1.55 var(--font-body); }
.navigation.pagination { width: min(var(--page-width), calc(100% - 48px)); margin: 38px auto 70px; }
.navigation.pagination .nav-links { display: flex; justify-content: center; gap: 8px; }
.navigation.pagination a, .navigation.pagination span { display: grid; min-width: 38px; min-height: 38px; place-items: center; border: 1px solid var(--rule); text-decoration: none; }
.navigation.pagination .current { color: #fff; border-color: var(--ink); background: var(--ink); }
.round-button[aria-pressed="true"] { color: #fff; background: var(--ink); }
.action-button.is-copied::after { content: "Enllaç copiat"; margin-left: 6px; font-size: 11px; }
.native-login-page { display: grid; min-height: calc(100vh - var(--header-height)); padding: 72px 24px; place-items: start center; }
.native-login-card { width: min(430px,100%); }
.native-login-card h1 { margin: 0 0 30px; text-align: center; font: 600 31px/1.12 var(--font-display); }
.native-login-card label { display: block; margin: 0 0 7px; font-size: 13px; font-weight: 700; }
.native-login-card .login-username, .native-login-card .login-password { margin: 0 0 18px; }
.native-login-card input[type="text"], .native-login-card input[type="password"] { width: 100%; height: 48px; padding: 0 13px; border: 1px solid var(--ink); font-size: 16px; }
.native-login-card .login-remember label { display: flex; align-items: center; gap: 8px; font-weight: 400; }
.native-login-card .login-submit input { width: 100%; min-height: 48px; border: 1px solid var(--ink); color: #fff; background: var(--ink); font-weight: 700; cursor: pointer; }
.native-login-links { display: flex; justify-content: space-between; gap: 18px; margin-top: 20px; font-size: 13px; }
.native-login-terms { margin: 28px 0 0; color: #666; text-align: center; font-size: 12px; line-height: 1.5; }

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .search-drawer { top: calc(var(--header-height) + 46px); }
}

@media (max-width: 768px) {
  .search-drawer { padding: 14px var(--mobile-padding); }
  .info-page--municipis .info-content { align-items: flex-start; padding-top: 42px; }
  .wordpress-page { padding: 52px 0; }
  .native-login-page { padding: 50px 20px; }
}
