:root {
	--star-local-ink: #171b18;
	--star-local-muted: #536058;
	--star-local-surface: #ffffff;
	--star-local-soft: #f1f7f3;
	--star-local-brand: #00943d;
	--star-local-accent: #006b2d;
	--star-local-accent-strong: #004d21;
	--star-local-border: #d7e3da;
	--star-local-width: 1220px;
	--star-local-space-1: 6px;
	--star-local-space-2: 10px;
	--star-local-space-3: 16px;
	--star-local-space-4: 24px;
	--star-local-space-5: 36px;
	--star-local-space-6: 56px;
	--star-local-radius-small: 10px;
	--star-local-radius-medium: 16px;
	--star-local-radius-large: 18px;
	--star-local-shadow: 0 10px 28px rgba(18, 33, 58, .07);
}

.star-local-ticker,
.star-local-hero,
.star-local-feed,
.star-local-discovery,
.star-local-today,
.star-resident-updates,
.star-resident-waste,
.star-local-article,
.star-local-related,
.star-local-context,
.star-local-street-hub {
	box-sizing: border-box;
	width: min(calc(100% - 32px), var(--star-local-width));
	margin-inline: auto;
}

.star-local-ticker {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) 42px;
	align-items: center;
	min-height: 46px;
	margin-block: 14px 18px;
	overflow: hidden;
	border: 1px solid var(--star-local-border);
	border-radius: 12px;
	background: var(--star-local-surface);
}

.star-local-ticker__label {
	align-self: stretch;
	display: grid;
	place-items: center;
	padding: 10px 16px;
	background: var(--star-local-accent);
	color: #fff;
	font-size: 13px;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.star-local-ticker__viewport { width: 100%; max-width: 100%; min-width: 0; overflow: hidden; scrollbar-width: none; }
.star-local-ticker__viewport::-webkit-scrollbar { display: none; }
.star-local-ticker__viewport.is-manual { overflow-x: auto; scrollbar-width: thin; }
.star-local-ticker ul { display: flex; gap: 30px; width: max-content; min-width: max-content; margin: 0; padding: 0 18px; list-style: none; }
.star-local-ticker li { flex: 0 0 auto; }
.star-local-ticker li a { display: flex; gap: 10px; align-items: center; padding: 10px 0; color: var(--star-local-ink); text-decoration: none; white-space: nowrap; }
.star-local-ticker time { color: var(--star-local-accent); font-size: 12px; font-weight: 800; }
.star-local-ticker span { font-size: 14px; font-weight: 700; }
.star-local-ticker__toggle { display: grid; width: 34px; height: 34px; margin: 0 5px 0 2px; padding: 0; place-items: center; border: 0; border-radius: 9px; background: transparent; color: var(--star-local-muted); cursor: pointer; }
.star-local-ticker__toggle:hover, .star-local-ticker__toggle:focus-visible { background: var(--star-local-soft); color: var(--star-local-accent-strong); }
.star-local-ticker__toggle:focus-visible { outline: 3px solid #1b75d0; outline-offset: 2px; }
.star-local-ticker__toggle > span[aria-hidden="true"] { font-size: 15px; font-weight: 850; line-height: 1; }

.star-local-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; border-bottom: 1px solid var(--star-local-border); box-shadow: inset 0 -3px var(--star-local-brand); }
.star-local-section-head span,
.star-local-section-head__title > span,
.star-local-eyebrow { color: var(--star-local-accent); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.star-local-section-head :is(h1, h2),
.star-local-section-head__title > :is(h1, h2) { margin: 0; padding-bottom: 10px; color: var(--star-local-ink); font-size: clamp(24px, 2.6vw, 34px); line-height: 1.12; letter-spacing: -.02em; }
.star-local-section-head__title { min-width: 0; }
.star-local-section-head__link { flex: 0 0 auto; margin-bottom: 12px; color: var(--star-local-ink); font-size: 14px; font-weight: 800; text-decoration: none; }
.star-local-section-head__link:hover, .star-local-section-head__link:focus-visible { color: var(--star-local-accent-strong); text-decoration: underline; }
.star-local-hero { margin-block: clamp(20px, 3vw, 38px); }
.star-local-feed { margin-block: clamp(28px, 4vw, 52px); }
.star-local-discovery { margin-block: clamp(28px, 4vw, 48px); padding: clamp(20px, 3vw, 30px); border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-large); background: var(--star-local-soft); color: var(--star-local-ink); }
.star-local-discovery > h2 { max-width: 760px; margin: 0 0 7px; color: var(--star-local-ink); font-size: clamp(24px, 2.6vw, 34px); line-height: 1.12; }
.star-local-discovery > p { max-width: 760px; margin: 0 0 20px; color: var(--star-local-muted); }
.star-local-discovery__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.star-local-discovery__card { min-width: 0; padding: 17px; border: 1px solid var(--star-local-border); border-radius: 13px; background: #fff; transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.star-local-discovery__card h3 { margin: 0 0 7px; color: var(--star-local-ink); font-size: 18px; line-height: 1.25; }
.star-local-discovery__card h3 a { color: inherit; text-decoration: none; }
.star-local-discovery__card p { margin: 0; color: var(--star-local-muted); font-size: 14px; line-height: 1.5; }
.star-local-discovery__card:focus-within, .star-local-discovery__card:hover { border-color: #b8c3cf; box-shadow: 0 10px 24px rgba(18, 33, 58, .08); transform: translateY(-3px); }
.star-local-memory-intro, .star-local-city-intro { width: min(calc(100% - 32px), var(--star-local-width)); margin: clamp(28px, 4vw, 48px) auto 20px; }
.star-local-memory-intro { padding: clamp(22px, 3vw, 32px); border-radius: var(--star-local-radius-large); background: var(--star-local-accent-strong); color: #fff; }
.star-local-memory-intro__eyebrow { margin: 0 0 7px; color: #bfe6cd; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.star-local-memory-intro h2, .star-local-city-intro h1 { max-width: 850px; margin: 0 0 10px; color: inherit; font-size: clamp(28px, 3.7vw, 42px); line-height: 1.08; letter-spacing: -.03em; }
.star-local-memory-intro > p:not(.star-local-memory-intro__eyebrow) { max-width: 820px; margin: 0; color: #dce4ee; font-size: clamp(15px, 1.5vw, 18px); line-height: 1.55; }
.star-local-memory-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 22px; }
.star-local-memory-actions a { display: grid; gap: 5px; min-width: 0; padding: 15px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 13px; background: rgba(255, 255, 255, .08); color: #fff; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.star-local-memory-actions a:hover, .star-local-memory-actions a:focus-visible { border-color: #fff; background: rgba(255, 255, 255, .15); color: #fff; transform: translateY(-2px); }
.star-local-memory-actions strong { font-size: 17px; }
.star-local-memory-actions span { color: #dce4ee; font-size: 13px; line-height: 1.45; }
.star-local-funeral-panel { width: min(calc(100% - 32px), var(--star-local-width)); margin: clamp(24px, 4vw, 44px) auto; }
.star-local-funeral-panel .star-obituaries-widget { padding: clamp(18px, 2.6vw, 26px); box-shadow: var(--star-local-shadow); }
.star-local-city-intro { padding-block: clamp(18px, 3vw, 30px) 8px; color: var(--star-local-ink); }
.star-local-city-intro > p:last-child { max-width: 880px; color: var(--star-local-muted); line-height: 1.55; }
.star-resident-updates { margin-block: clamp(32px, 5vw, 64px); }
.star-resident-waste { margin-block: clamp(32px, 5vw, 64px); }
.star-resident-waste-page .site-content > .ast-container { display: block; max-width: none; padding-inline: 0; }
.star-resident-waste-page #primary { width: 100%; margin: 0; padding: 0; border: 0; }
.star-resident-waste-page #secondary,
.star-resident-waste-page .ast-single-post-featured-section,
.star-resident-waste-page article > .entry-header,
.star-resident-waste-page .ast-breadcrumbs-wrapper { display: none !important; }
.star-resident-waste-page article.ast-article-single { display: flex; flex-direction: column; padding: 0; background: transparent; }
.star-resident-waste-page .entry-content { order: -10; margin: 0; }
.star-resident-waste--hub { margin-block: clamp(18px, 3vw, 36px) clamp(42px, 6vw, 76px); }
.star-resident-waste__intro { position: relative; overflow: hidden; padding: clamp(28px, 5vw, 58px); border-radius: var(--star-local-radius-large); background: linear-gradient(135deg, #17231d 0%, #26362d 100%); color: #fff; box-shadow: var(--star-local-shadow); }
.star-resident-waste__intro::after { position: absolute; inset: auto -40px -70px auto; width: 220px; height: 220px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.star-resident-waste__intro .star-local-eyebrow { color: #bfe6cd; }
.star-resident-waste__intro h1 { max-width: 850px; margin: 8px 0 14px; color: #fff; font-size: clamp(32px, 5vw, 56px); line-height: 1.04; letter-spacing: -.04em; text-wrap: balance; }
.star-resident-waste__intro > p { max-width: 760px; margin: 0; color: #e3ebe6; font-size: clamp(16px, 1.8vw, 20px); line-height: 1.55; }
.star-resident-waste__facts { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.star-resident-waste__facts span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.07); color: #fff; font-size: 12px; font-weight: 750; }
.star-resident-waste__search-panel { margin-top: 18px; padding: clamp(18px, 3vw, 30px); border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-large); background: #fff; box-shadow: var(--star-local-shadow); }
.star-resident-waste__search-head { margin-bottom: 18px; }
.star-resident-waste__search-head h2 { margin: 4px 0 0; color: var(--star-local-ink); font-size: clamp(24px, 3vw, 34px); line-height: 1.12; }
.star-resident-waste__form { display: grid; grid-template-columns: minmax(160px, 1fr) minmax(210px, 1.4fr) minmax(100px, .55fr) minmax(170px, 1fr) minmax(150px, .8fr); gap: 14px; align-items: end; padding: clamp(18px, 3vw, 30px); border: 1px solid var(--star-local-border); border-radius: 18px; background: var(--star-local-soft); }
.star-resident-waste__form label { display: grid; gap: 7px; color: var(--star-local-ink); font-size: 13px; font-weight: 800; }
.star-resident-waste__form input, .star-resident-waste__form select { box-sizing: border-box; width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #b9c4d0; border-radius: 9px; background: #fff; color: var(--star-local-ink); font: inherit; font-weight: 500; }
.star-resident-waste__form input:focus, .star-resident-waste__form select:focus { border-color: var(--star-local-ink); outline: 3px solid rgba(18, 33, 58, .16); }
.star-resident-waste__form button { min-height: 48px; padding: 11px 20px; border: 0; border-radius: 9px; background: var(--star-local-accent); color: #fff; font: inherit; font-weight: 850; cursor: pointer; }
.star-resident-waste__form button:hover, .star-resident-waste__form button:focus-visible { background: var(--star-local-ink); outline: 3px solid rgba(18, 33, 58, .2); outline-offset: 2px; }
.star-resident-waste__actions { display: grid; gap: 8px; }
.star-resident-waste__form .star-resident-waste__forget { min-height: 0; padding: 5px 8px; background: transparent; color: var(--star-local-muted); font-size: 11px; font-weight: 700; text-decoration: underline; }
.star-resident-waste__form .star-resident-waste__forget:hover, .star-resident-waste__form .star-resident-waste__forget:focus-visible { background: transparent; color: var(--star-local-ink); }
.star-resident-waste__form .star-resident-waste__remember { display: flex; grid-column: 1 / -1; align-items: center; gap: 9px; font-size: 12px; font-weight: 650; }
.star-resident-waste__form .star-resident-waste__remember input { width: 18px; min-height: 18px; margin: 0; padding: 0; }
.star-resident-waste__privacy { margin: 10px 2px 0; color: var(--star-local-muted); font-size: 12px; line-height: 1.45; }
.star-resident-waste__status { min-height: 0; margin-top: 8px; color: var(--star-local-accent-strong); font-size: 12px; font-weight: 700; }
.star-resident-waste__results { margin-top: 28px; }
.star-resident-waste__results h3 { margin: 0; color: var(--star-local-ink); font-size: clamp(23px, 2.4vw, 32px); }
.star-resident-waste__results-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.star-resident-waste__calendar-link { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 15px; border: 1px solid var(--star-local-accent); border-radius: 999px; color: var(--star-local-accent-strong); font-size: 13px; font-weight: 850; text-decoration: none; }
.star-resident-waste__calendar-link:hover, .star-resident-waste__calendar-link:focus-visible { background: var(--star-local-accent); color: #fff; outline: 3px solid rgba(18,33,58,.16); outline-offset: 2px; }
.star-resident-waste__filters { display: flex; gap: 8px; margin: 16px 0 22px; padding-bottom: 4px; overflow-x: auto; scrollbar-width: thin; }
.star-resident-waste__filters button { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; min-height: 42px; padding: 6px 11px; border: 1px solid var(--star-local-border); border-radius: 999px; background: #fff; color: var(--star-local-ink); font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.star-resident-waste__filters button[aria-pressed="true"] { border-color: var(--star-local-ink); background: var(--star-local-ink); color: #fff; }
.star-resident-waste__filters button small { display: grid; min-width: 22px; height: 22px; place-items: center; border-radius: 50%; background: rgba(127,143,133,.14); font-size: 10px; }
.star-resident-waste__filter-icon { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--star-waste-color,#526157); color: var(--star-waste-ink,#fff); }
.star-resident-waste__filter-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.star-resident-waste__days { display: grid; gap: 14px; }
.star-resident-waste__day { display: grid; grid-template-columns: minmax(150px,.32fr) minmax(0,1fr); gap: 18px; padding: 18px; border: 1px solid var(--star-local-border); border-radius: 16px; background: #fff; }
.star-resident-waste__day > header { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding-right: 18px; border-right: 1px solid var(--star-local-border); }
.star-resident-waste__day > header time { color: var(--star-local-ink); font-size: 15px; font-weight: 850; line-height: 1.35; text-transform: capitalize; }
.star-resident-waste__day > header span { padding: 4px 8px; border-radius: 999px; background: var(--star-local-soft); color: var(--star-local-accent-strong); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.star-resident-waste__events { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.star-resident-waste__event { position: relative; display: grid; gap: 7px; min-width: 0; padding: 18px 18px 18px 24px; overflow: hidden; border: 1px solid var(--star-local-border); border-radius: 14px; background: #fff; }
.star-resident-waste__event::before { position: absolute; inset: 0 auto 0 0; width: 6px; background: var(--star-waste-color, var(--star-local-accent)); content: ""; }
.star-resident-waste__event time { color: var(--star-local-muted); font-size: 12px; text-transform: capitalize; }
.star-resident-waste__event-heading { display: flex; align-items: center; gap: 11px; min-width: 0; }
.star-resident-waste__event-icon { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 11px; background: var(--star-waste-color, #526157); color: var(--star-waste-ink, #fff); }
.star-resident-waste__event-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.star-resident-waste__event strong { min-width: 0; color: var(--star-local-ink); font-size: 18px; line-height: 1.2; }
.star-resident-waste__event p, .star-resident-waste__source { margin: 0; color: var(--star-local-muted); font-size: 13px; line-height: 1.45; }
.star-resident-waste__shifted { width: fit-content; padding: 3px 7px; border-radius: 999px; background: #fff3cd; color: #725600; font-size: 11px; font-weight: 800; }
.star-resident-waste__notice { padding: 18px; border-radius: 10px; background: var(--star-local-soft); color: var(--star-local-ink); }
.star-resident-waste__notice--error { border-left: 5px solid var(--star-local-accent); }
.star-resident-waste__source { margin-top: 16px; }
.star-resident-waste__guide, .star-resident-waste__related { margin-top: clamp(34px, 5vw, 64px); }
.star-resident-waste__guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.star-resident-waste__guide-grid article { position: relative; min-width: 0; padding: 22px; border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-medium); background: #fff; }
.star-resident-waste__guide-grid article > span { display: grid; width: 32px; height: 32px; place-items: center; margin-bottom: 16px; border-radius: 50%; background: var(--star-local-soft); color: var(--star-local-accent-strong); font-size: 13px; font-weight: 900; }
.star-resident-waste__guide-grid h3 { margin: 0 0 8px; color: var(--star-local-ink); font-size: 19px; }
.star-resident-waste__guide-grid p { margin: 0; color: var(--star-local-muted); font-size: 14px; line-height: 1.55; }
.star-resident-waste__verification { margin: 14px 0 0; padding: 15px 17px; border-left: 4px solid var(--star-local-accent); border-radius: 0 10px 10px 0; background: var(--star-local-soft); color: var(--star-local-muted); font-size: 13px; }
.star-resident-updates__list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.star-resident-updates__item { border: 1px solid var(--star-local-border); border-radius: 14px; background: var(--star-local-surface); }
.star-resident-updates__item a { display: flex; justify-content: space-between; gap: 18px; padding: 18px 20px; color: var(--star-local-ink); text-decoration: none; }
.star-resident-updates__item a:hover, .star-resident-updates__item a:focus-visible { border-radius: 14px; outline: 3px solid var(--star-local-ink); outline-offset: 2px; }
.star-resident-updates__item span { font-weight: 750; line-height: 1.35; }
.star-resident-updates__item time { flex: 0 0 auto; color: var(--star-local-muted); font-size: 12px; }
.star-resident-updates__meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 14px; color: var(--star-local-muted); font-size: 12px; }
.star-resident-updates__meta a { color: var(--star-local-accent); font-weight: 750; }
.star-local-hero__grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(310px, 1fr); grid-template-rows: repeat(4, 132px); gap: 12px 18px; align-items: stretch; }
.star-local-news-home .ast-breadcrumbs-wrapper { display: none; }
.star-local-hero__grid .star-local-card--feature { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .9fr); grid-row: 1 / span 4; }
.star-local-hero__grid .star-local-card--feature .star-local-card__media { position: relative; height: auto; min-height: 0; aspect-ratio: auto; }
.star-local-hero__grid .star-local-card--feature .star-local-card__media :is(img, .star-local-card__placeholder) { position: absolute; inset: 0; width: 100%; height: 100%; }
.star-local-hero__grid .star-local-card--feature .star-local-card__body { align-content: end; padding: clamp(22px, 2.6vw, 34px); }
.star-local-hero__grid .star-local-card--compact { display: grid; min-height: 0; grid-template-columns: 132px minmax(0, 1fr); }
.star-local-hero__grid .star-local-card--compact .star-local-card__media { position: relative; height: auto; min-height: 0; aspect-ratio: auto; }
.star-local-hero__grid .star-local-card--compact .star-local-card__media :is(img, .star-local-card__placeholder) { position: absolute; inset: 0; width: 100%; height: 100%; }
.star-local-hero__grid .star-local-card--compact .star-local-card__body { align-content: center; gap: 6px; padding: 12px 14px; }
.star-local-hero__grid .star-local-card--compact h3 { display: -webkit-box; overflow: hidden; font-size: clamp(15px, 1.25vw, 18px); line-height: 1.2; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.star-local-hero__grid .star-local-card--compact time { font-size: 11px; }
.star-local-hero__grid .star-local-card--compact p { display: none; }
.star-local-feed__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }

.star-local-card { --star-local-category-accent: var(--star-local-accent); min-width: 0; overflow: hidden; border: 1px solid var(--star-local-border); border-radius: 14px; background: var(--star-local-surface); box-shadow: 0 8px 22px rgba(18, 33, 58, .055); transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.star-local-card:hover, .star-local-card:focus-within { border-color: #b8c3cf; box-shadow: 0 18px 38px rgba(18, 33, 58, .11); transform: translateY(-2px); }
.star-local-card__media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--star-local-soft); }
.star-local-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.star-local-card:hover .star-local-card__media img { transform: scale(1.035); }
.star-local-hero__grid .star-local-card--feature .star-local-card__media--portrait,
.star-local-hero__grid .star-local-card--feature .star-local-card__media--portrait-canvas { background: linear-gradient(145deg, #16211d, #31443a); }
.star-local-hero__grid .star-local-card--feature .star-local-card__media--portrait img { object-position: 50% 50%; }
.star-local-hero__grid .star-local-card--feature .star-local-card__media--portrait-canvas img { object-position: 50% 50%; transform: scale(1.12); }
.star-local-hero__grid .star-local-card--feature:hover .star-local-card__media--portrait-canvas img { transform: scale(1.155); }
.star-local-card__placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #e8edf2, #f7f9fa); }
.star-local-card__body { display: grid; gap: 9px; padding: 16px; }
.star-local-feed__grid .star-local-card__body { border-top: 3px solid var(--star-local-category-accent); }
.star-local-card__category { width: fit-content; color: var(--star-local-category-accent); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.star-local-card__category:hover, .star-local-card__category:focus-visible { color: var(--star-local-ink); text-decoration: underline; }
.star-local-card :is(h2, h3) { margin: 0; color: var(--star-local-ink); font-size: clamp(18px, 1.5vw, 23px); line-height: 1.22; }
.star-local-card :is(h2, h3) a { color: inherit; text-decoration: none; }
.star-local-card :is(h2, h3) a:focus-visible, .star-local-card__category:focus-visible { border-radius: 3px; outline: 3px solid var(--star-local-ink); outline-offset: 3px; }
.star-local-card p { margin: 0; color: var(--star-local-muted); font-size: 15px; line-height: 1.55; }
.star-local-card time { color: var(--star-local-muted); font-size: 12px; }
.star-local-card--compact .star-local-card__body { padding: 14px; }
.star-local-card--compact h3 { font-size: 18px; }
.star-local-card--feature :is(h2, h3) { word-break: normal; overflow-wrap: normal; hyphens: none; font-size: clamp(27px, 2.2vw, 36px); line-height: 1.08; letter-spacing: -.03em; text-wrap: balance; }
.star-local-card--feature .star-local-card__title--long { font-size: clamp(25px, 1.85vw, 31px); line-height: 1.1; }
.star-local-card--feature .star-local-card__title--xlong { font-size: clamp(23px, 1.65vw, 28px); line-height: 1.12; }
.star-local-card--sponsored { position: relative; border-color: #d8c58d; background: linear-gradient(180deg, #fff 0%, #fffcf3 100%); }
.star-local-card--sponsored::before { position: absolute; inset: 0 auto 0 0; z-index: 2; width: 5px; background: #b78313; content: ""; }
.star-local-card__sponsored-label { width: fit-content; color: #76520a; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.star-local-card--sponsored .star-local-card__body { padding-left: 20px; }

body.star-local-news-home > .skip-link.screen-reader-text {
	background: #fff !important;
	color: var(--star-local-accent-strong) !important;
}

body.star-local-news-home .site-footer .google-review-box div a,
body.star-local-news-home .site-footer .ast-footer-copyright a {
	color: #fff !important;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.star-local-news-home .star-ad__label {
	font-size: 12px;
	line-height: 1.25;
}

.star-local-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 34px; }
.star-local-pagination .page-numbers { display: grid; min-width: 42px; min-height: 42px; place-items: center; padding: 8px 12px; border: 1px solid var(--star-local-border); border-radius: 9px; color: var(--star-local-ink); text-decoration: none; }
.star-local-pagination .current { border-color: var(--star-local-accent); background: var(--star-local-accent); color: #fff; }

.star-local-article-page .site-content > .ast-container,
.star-local-article-page .site-content .ast-container,
.star-local-article-page .content-area,
.star-local-article-page .site-main { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.star-local-article { margin-block: 24px 58px; }
.star-local-article__header-wrap { max-width: 1040px; margin-inline: auto; }
.star-local-article__breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: var(--star-local-muted); font-size: 13px; }
.star-local-article__breadcrumbs a { color: inherit; text-decoration: none; }
.star-local-article__header h1 { margin: 10px 0 14px; color: var(--star-local-ink); font-size: clamp(32px, 4.2vw, 52px); line-height: 1.08; }
.star-local-article__header > p { max-width: 820px; margin: 0; color: var(--star-local-muted); font-size: clamp(17px, 1.7vw, 21px); line-height: 1.5; }
.star-local-article__meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 20px; color: var(--star-local-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.star-local-article__meta a { color: inherit; }
.star-local-article__actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.star-local-article__actions a, .star-local-article__actions button { display: inline-flex; align-items: center; min-height: 40px; padding: 8px 13px; border: 1px solid var(--star-local-border); border-radius: 999px; background: #fff; color: var(--star-local-ink); font: inherit; font-size: 13px; font-weight: 750; text-decoration: none; cursor: pointer; }
.star-local-article__actions :is(a, button):hover, .star-local-article__actions :is(a, button):focus-visible { border-color: var(--star-local-accent); color: var(--star-local-accent); }
.star-local-article__context-labels { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--star-local-muted); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.star-local-article__context-labels a, .star-local-article__context-labels > span { color: var(--star-local-accent); text-decoration: none; }
.star-local-article__featured { margin: 30px 0 0; overflow: hidden; border-radius: 18px; }
.star-local-article__featured img { display: block; width: 100%; height: auto; }
.star-local-article__featured figcaption { padding: 10px 14px; background: #eef2f6; color: var(--star-local-muted); font-size: 12px; line-height: 1.45; }
.star-local-article__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 330px); gap: clamp(32px, 5vw, 68px); margin-top: 42px; }
.star-local-article__content { min-width: 0; color: #26354c; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.78; }
.star-local-article__content h2 { margin-top: 1.7em; color: var(--star-local-ink); font-size: clamp(25px, 2.5vw, 34px); }
.star-local-article__content h3 { margin-top: 1.5em; color: var(--star-local-ink); font-size: clamp(21px, 2vw, 28px); }
.star-local-article__content img { max-width: 100%; height: auto; }
.star-local-article__content :where(p, li, td, th, pre, code) { overflow-wrap: anywhere; }
.star-local-article__content :where(.wp-block-table, .wp-block-embed, pre) { max-width: 100%; overflow-x: auto; }
.star-local-article__content :where(iframe, video) { max-width: 100%; }
.star-local-article__sidebar-card { position: sticky; top: 100px; padding: 22px; border: 1px solid var(--star-local-border); border-radius: 16px; background: var(--star-local-soft); }
.star-local-article__sidebar--intelligence { display: grid; align-content: start; gap: 14px; }
.star-local-article__sidebar--intelligence .star-local-article__sidebar-card { position: static; }
.star-local-article__sidebar-card--community { background: #173b35; color: #fff; }
.star-local-article__sidebar-card--community h2, .star-local-article__sidebar-card--community p { color: inherit; }
.star-local-article__sidebar-card--community p { font-size: 14px; line-height: 1.5; }
.star-local-article__sidebar-card--community a { display: inline-flex; margin-top: 8px; color: #fff; font-weight: 800; text-decoration: underline; }
.star-local-article__sidebar h2 { margin: 8px 0 18px; color: var(--star-local-ink); font-size: 24px; }
.star-local-article__sidebar ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.star-local-article__sidebar a { display: grid; gap: 3px; color: var(--star-local-ink); text-decoration: none; }
.star-local-article__sidebar a span { color: var(--star-local-muted); font-size: 11px; }
.star-local-related { margin-top: 54px; padding-top: 30px; border-top: 3px solid var(--star-local-ink); }
.star-local-related h2 { margin: 8px 0 22px; color: var(--star-local-ink); }
.star-local-related__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.star-local-related__card a { display: grid; gap: 10px; color: var(--star-local-ink); text-decoration: none; }
.star-local-related__card img, .star-local-related__card .star-local-card__placeholder { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 12px; }
.star-local-related__card time { color: var(--star-local-muted); font-size: 12px; }
.star-local-related__card small { color: var(--star-local-accent); font-size: 11px; font-weight: 750; }
.star-local-related__footer { display: flex; justify-content: flex-end; margin-top: 24px; }
.star-local-related__footer a { color: var(--star-local-ink); font-weight: 800; text-decoration: none; }
.star-local-related__footer a:hover, .star-local-related__footer a:focus-visible { color: var(--star-local-accent); text-decoration: underline; }

.star-local-today { margin-block: clamp(24px, 3vw, 40px); padding: clamp(18px, 2.5vw, 28px); border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-large); background: linear-gradient(135deg, #fff, #f1f7f3); box-shadow: var(--star-local-shadow); }
.star-local-today__header { display: grid; grid-template-columns: minmax(190px, .72fr) minmax(0, 1.85fr); align-items: center; gap: 12px 18px; padding-bottom: 12px; border-bottom: 2px solid var(--star-local-accent); }
.star-local-today__heading { min-width: 0; }
.star-local-today__heading > span { display: block; margin-bottom: 4px; color: var(--star-local-accent); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.star-local-today__heading h2 { margin: 0; color: var(--star-local-ink); font-size: clamp(26px, 3.1vw, 38px); line-height: 1.04; letter-spacing: -.045em; }
.star-local-today__utilities { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; min-width: 0; }
.star-local-today__utility { display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; align-items: center; gap: 7px; min-width: 0; min-height: 58px; padding: 8px; border: 1px solid var(--star-local-border); border-radius: 12px; background: rgba(255,255,255,.82); color: var(--star-local-ink); text-decoration: none; transition: border-color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.star-local-today__utility:is(a):hover, .star-local-today__utility:is(a):focus-visible { border-color: var(--star-local-accent); background: #fff; color: var(--star-local-ink); box-shadow: 0 8px 20px rgba(18, 33, 58, .08); transform: translateY(-1px); }
.star-local-today__icon { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: #e3f2e8; color: var(--star-local-accent); font-size: 13px; font-weight: 900; }
.star-local-today__body { display: grid; gap: 0; min-width: 0; }
.star-local-today__body strong { overflow: hidden; font-size: 9px; font-weight: 850; letter-spacing: .06em; line-height: 1.15; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.star-local-today__value { overflow: hidden; font-size: 14px; font-weight: 800; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.star-local-today__body small { display: none; }
.star-local-today__utility-arrow { color: var(--star-local-accent); font-weight: 900; }
.star-local-today__waste-pickups { display: flex; flex-wrap: nowrap; gap: 4px; margin-top: 2px; overflow: hidden; }
.star-local-today__waste-pickups[hidden] { display: none; }
.star-local-today__utility--waste .star-local-today__waste-day:nth-child(n + 2) { display: none; }
.star-local-today__waste-day { display: inline-flex; align-items: center; gap: 3px; padding: 2px 4px; border-radius: 6px; background: #f4f6f4; }
.star-local-today__waste-day time { color: var(--star-local-muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.star-local-today__waste-icons { display: inline-flex; gap: 2px; }
.star-local-today__waste-icon { display: grid; width: 16px; height: 16px; place-items: center; border: 1px solid rgba(18,33,58,.1); border-radius: 5px; background: var(--star-waste-color, #526157); color: var(--star-waste-ink, #fff); box-shadow: 0 1px 2px rgba(18,33,58,.12); }
.star-local-today__waste-icon svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.9; }
.star-local-today__lists { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.star-local-today__list { min-width: 0; padding: 12px; border: 1px solid var(--star-local-border); border-radius: 14px; background: rgba(255,255,255,.78); }
.star-local-today__list-heading { display: grid; grid-template-columns: 26px minmax(0, 1fr) auto; align-items: center; gap: 8px; min-height: 30px; color: var(--star-local-ink); text-decoration: none; }
.star-local-today__list-heading:is(a):hover, .star-local-today__list-heading:is(a):focus-visible { color: var(--star-local-accent); }
.star-local-today__list-icon { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 8px; background: #e3f2e8; color: var(--star-local-accent); font-size: 12px; font-weight: 900; }
.star-local-today__list-heading h3 { margin: 0; font-size: 14px; line-height: 1.2; }
.star-local-today__list-heading > span:last-child { color: var(--star-local-accent); font-weight: 900; }
.star-local-today__list ul { display: grid; gap: 0; margin: 8px 0 0; padding: 0; list-style: none; }
.star-local-today__list li + li { border-top: 1px solid var(--star-local-border); }
.star-local-today__list li a { display: grid; grid-template-columns: minmax(0, 1fr) max-content; align-items: center; gap: 8px; min-height: 32px; padding: 7px 0; color: var(--star-local-ink); text-decoration: none; }
.star-local-today__list li a:hover, .star-local-today__list li a:focus-visible { color: var(--star-local-accent); }
.star-local-today__list-title { min-width: 0; overflow: hidden; color: inherit; font-size: 13px; font-weight: 700; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.star-local-today__list time { color: var(--star-local-muted); font-size: 10px; font-variant-numeric: tabular-nums; line-height: 1.25; text-align: right; white-space: nowrap; }

.star-local-context { margin-top: clamp(38px, 6vw, 68px); padding: clamp(20px, 3vw, 34px); border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-large); background: #f5f7f9; }
.star-local-context__location { display: flex; align-items: center; gap: 14px; min-height: 76px; padding: 15px 18px; border-radius: var(--star-local-radius-medium); background: var(--star-local-accent-strong); color: #fff; text-decoration: none; }
.star-local-context__location > span:last-child { margin-left: auto; }
.star-local-context__location small, .star-local-context__location strong { display: block; }
.star-local-context__location small { color: #cbd5e1; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.star-local-context__location strong { margin-top: 2px; color: #fff; font-size: clamp(17px, 2vw, 22px); }
.star-local-context__pin { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--star-local-accent); color: #fff; font-size: 24px; }
.star-local-context__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; margin-top: 18px; }
.star-local-context__module { min-width: 0; padding: 18px; border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-medium); background: #fff; }
.star-local-context__module h3 { margin: 0 0 14px; color: var(--star-local-ink); font-size: 19px; line-height: 1.25; }
.star-local-context__articles { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.star-local-context__articles a { display: grid; gap: 3px; color: var(--star-local-ink); text-decoration: none; }
.star-local-context__articles time { color: var(--star-local-muted); font-size: 11px; }
.star-local-context__entities { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; }
.star-local-context__entity { display: grid; gap: 4px; min-width: 0; padding: 14px; border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-small); color: var(--star-local-ink); text-decoration: none; }
.star-local-context__entity > span { color: var(--star-local-accent); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.star-local-context__entity small { color: var(--star-local-muted); overflow-wrap: anywhere; }
.star-local-context__entity:hover, .star-local-context__entity:focus-visible { border-color: var(--star-local-ink); color: var(--star-local-ink); }
.star-local-context__actions { display: grid; gap: 10px; }
.star-local-context__action { display: grid; gap: 3px; padding: 14px; border-radius: var(--star-local-radius-small); background: #eef2f6; color: var(--star-local-ink); text-decoration: none; }
.star-local-context__action span { color: var(--star-local-accent); font-size: 13px; font-weight: 800; }

.star-local-article__resident-context { display: grid; gap: 12px; width: min(calc(100% - 32px), var(--star-local-width)); margin: 34px auto 0; padding: 20px; border-left: 4px solid var(--star-local-accent); background: #f3f7f4; }
.star-local-article__resident-context > div { display: flex; flex-wrap: wrap; gap: 9px; }
.star-local-article__resident-context a, .star-local-article__resident-context span { display: inline-flex; min-height: 38px; align-items: center; padding: 7px 11px; border: 1px solid rgba(23,59,53,.16); border-radius: 999px; background: #fff; color: var(--star-local-ink); font-size: 13px; font-weight: 750; text-decoration: none; }
.star-local-life-memory { width: min(calc(100% - 32px), var(--star-local-width)); margin: 42px auto 0; padding: 26px; border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-large); background: linear-gradient(135deg, #fff, #f8f5f0); }
.star-local-life-memory h2 { margin: 7px 0 18px; color: var(--star-local-ink); }
.star-local-life-memory__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.star-local-life-memory__card { display: grid; gap: 5px; min-height: 116px; padding: 17px; border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-medium); background: #fff; color: var(--star-local-ink); text-decoration: none; }
.star-local-life-memory__card > span { color: var(--star-local-accent); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.star-local-life-memory__card small { color: var(--star-local-muted); font-size: 12px; }
.star-local-article__sidebar .star-local-life-memory--sidebar { width: auto; margin: 0; padding: 22px; border-radius: 16px; background: linear-gradient(135deg, #fff, #f8f5f0); }
.star-local-article__sidebar .star-local-life-memory--sidebar h2 { margin: 8px 0 16px; font-size: 24px; }
.star-local-article__sidebar .star-local-life-memory--sidebar .star-local-life-memory__grid { grid-template-columns: 1fr; }
.star-local-article__sidebar .star-local-life-memory--sidebar .star-local-life-memory__card { min-height: 0; padding: 14px; }
.star-local-article__insertion { clear: both; margin-block: 28px; }

.star-local-article__adjacent { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; width: min(calc(100% - 32px), var(--star-local-width)); margin: 34px auto 0; }
.star-local-article__adjacent a { display: grid; gap: 6px; min-width: 0; padding: 18px; border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-medium); background: #fff; color: var(--star-local-ink); text-decoration: none; }
.star-local-article__adjacent a:last-child { text-align: right; }
.star-local-article__adjacent span { color: var(--star-local-accent); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

/* Article 2.0: a self-contained editorial canvas for the opt-in single.
 * The palette, section rhythm and cards deliberately reuse the local
 * newsroom language from the homepage while avoiding inherited single-post
 * widgets and Astra's boxed article treatment. */
body.star-local-article-page { background: #f2f6f3; }
body.star-local-article-page .site-content { background: linear-gradient(180deg, #f2f6f3 0, #fff 54%); }
body.star-local-article-page .site-content > .ast-container { display: block; }
body.star-local-article-page #content.site-content,
body.star-local-article-page #content.site-content > .ast-container,
body.star-local-article-page #primary.star-local-article-shell { width: 100%; max-width: none; margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
body.star-local-article-page .star-article2 { width: 100%; margin: 0; padding: 0 0 clamp(44px, 7vw, 86px); border: 0; background: transparent; box-shadow: none; }
.star-article2__hero { position: relative; overflow: hidden; padding: clamp(26px, 5vw, 72px) 0 clamp(36px, 6vw, 80px); background: radial-gradient(circle at 86% 5%, rgba(0,148,61,.48), transparent 31%), linear-gradient(134deg, #10271c 0%, #005126 58%, #00813a 100%); color: #fff; }
.star-article2__hero::before, .star-article2__hero::after { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; pointer-events: none; }
.star-article2__hero::before { width: min(50vw, 680px); height: min(50vw, 680px); inset: -42% -12% auto auto; }
.star-article2__hero::after { width: min(28vw, 360px); height: min(28vw, 360px); inset: auto auto -22% 7%; }
.star-article2__hero-inner { position: relative; z-index: 1; width: min(calc(100% - 32px), 1220px); margin-inline: auto; }
.star-article2 .star-local-article__breadcrumbs { margin: 0 0 clamp(22px, 3vw, 34px); color: #cce3d4; }
.star-article2 .star-local-article__breadcrumbs a { color: #fff; font-weight: 700; }
.star-article2__hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .33fr); gap: clamp(26px, 5vw, 76px); align-items: end; }
.star-article2__header { max-width: 840px; }
.star-article2__hero .star-local-article__context-labels { color: #d3edda; }
.star-article2__hero .star-local-article__context-labels a, .star-article2__hero .star-local-article__context-labels > span { color: #c6f1d6; }
.star-article2__hero .star-local-article__header h1 { max-width: 900px; margin: 13px 0 16px; color: #fff; font-size: clamp(38px, 5vw, 70px); line-height: .99; letter-spacing: -.055em; text-wrap: balance; }
.star-article2__hero .star-local-article__header > p { max-width: 760px; color: #e2eee6; font-size: clamp(17px, 1.8vw, 22px); line-height: 1.48; }
.star-article2__details { display: grid; gap: 18px; padding: 18px 0 4px; border-top: 1px solid rgba(255,255,255,.27); }
.star-article2__details .star-local-article__meta { display: grid; gap: 9px; margin: 0; color: #dcece2; font-size: 11px; letter-spacing: .04em; text-transform: none; }
.star-article2__details .star-local-article__meta span { display: block; }
.star-article2__details .star-local-article__meta a { color: #fff; }
.star-article2__details .star-local-article__actions { margin: 0; }
.star-article2__details .star-local-article__actions :is(a, button) { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.1); color: #fff; }
.star-article2__details .star-local-article__actions :is(a, button):hover, .star-article2__details .star-local-article__actions :is(a, button):focus-visible { border-color: #fff; background: #fff; color: #005126; }
.star-article2__featured { width: min(100%, 1080px); margin: clamp(28px, 4vw, 48px) 0 0; border: 1px solid rgba(255,255,255,.24); border-radius: 20px; box-shadow: 0 28px 50px rgba(5, 32, 17, .34); }
.star-article2__featured figcaption { padding: 11px 15px; background: #e8f0ea; color: #3f5144; }
.star-article2 :is(.featured-image-caption, .ast-single-post-featured-section) { display: none !important; }
.star-article2__ad { width: min(calc(100% - 32px), 1020px); margin-inline: auto; }
.star-article2__ad--top { margin-top: clamp(20px, 3.5vw, 44px); }
.star-article2__ad--bottom { margin-top: clamp(30px, 5vw, 68px); }
.star-article2__canvas { width: min(calc(100% - 32px), 1220px); margin: clamp(28px, 5vw, 64px) auto 0; }
.star-article2__layout { grid-template-columns: minmax(0, 760px) minmax(280px, 344px); gap: clamp(28px, 5vw, 74px); margin: 0; align-items: start; }
.star-article2__content { padding: clamp(24px, 4vw, 54px); border: 1px solid #dce8df; border-radius: 22px; background: #fff; box-shadow: 0 16px 36px rgba(18, 47, 30, .07); color: #253a2d; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.82; }
.star-article2__reading-cue { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 28px; color: #005126; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.star-article2__reading-cue span { display: inline-block; width: 32px; height: 3px; background: #00943d; }
.star-article2__content > :first-child { margin-top: 0; }
.star-article2__content > :last-child { margin-bottom: 0; }
.star-article2__content :is(p, li, blockquote) { text-align: justify; text-justify: inter-word; hyphens: auto; -webkit-hyphens: auto; }
.star-article2__content p:not(.article-author) { margin-block: 0 1.35em; }
.star-article2__content .article-author { text-align: left; }
.star-article2__content h2 { margin-top: 1.8em; color: #173b25; font-size: clamp(26px, 2.6vw, 36px); line-height: 1.1; letter-spacing: -.025em; }
.star-article2__content h3 { color: #173b25; line-height: 1.2; }
.star-article2__content a { color: #006b2d; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.star-article2__content blockquote { margin: 1.8em 0; padding: 18px 20px; border-left: 4px solid #00943d; border-radius: 0 12px 12px 0; background: #f1f7f3; color: #173b25; font-size: 1.08em; }
.star-article2__content .star-local-article__resident-context { width: auto; margin: 38px 0 0; border-radius: 14px; }
.star-article2 .star-local-article__sidebar--intelligence { align-self: stretch; gap: 14px; }
.star-article2 .star-local-article__sidebar-ad--sticky { position: sticky; top: 24px; align-self: start; }
.star-article2 .star-local-article__sidebar-card, .star-article2 .star-local-life-memory--sidebar { border-color: #d5e5da; border-radius: 18px; box-shadow: 0 10px 24px rgba(18, 47, 30, .05); }
.star-article2 .star-local-article__sidebar-card--community { background: linear-gradient(135deg, #123c26, #006b2d); }
.star-article2 .star-local-article__sidebar-card h2, .star-article2 .star-local-life-memory--sidebar h2 { font-size: 21px; letter-spacing: -.02em; }
.star-article2 .star-local-article__sidebar a { padding: 10px 0; border-bottom: 1px solid #dce8df; }
.star-article2 .star-local-article__sidebar li:last-child a { border-bottom: 0; }
.star-article2__below { width: min(calc(100% - 32px), 1220px); margin: 0 auto; }
.star-article2__below .star-local-related { width: 100%; margin-top: clamp(52px, 7vw, 86px); padding: clamp(26px, 3.5vw, 42px); border: 1px solid #dce8df; border-top: 4px solid #006b2d; border-radius: 18px; background: #fff; box-shadow: 0 12px 28px rgba(18, 47, 30, .05); }
.star-article2__below .star-local-related h2 { font-size: clamp(28px, 3vw, 40px); letter-spacing: -.035em; }
.star-article2__below .star-local-related__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.star-article2__below .star-local-related__card { min-width: 0; }
.star-article2__below .star-local-related__card a { height: 100%; padding: 0 0 12px; border: 1px solid #dce8df; border-radius: 13px; overflow: hidden; background: #fff; }
.star-article2__below .star-local-related__card :is(strong, small, time) { margin-inline: 13px; }
.star-article2__below .star-local-related__card img, .star-article2__below .star-local-related__card .star-local-card__placeholder { border-radius: 0; }
.star-article2-comments { margin-top: clamp(42px, 6vw, 74px); padding: clamp(24px, 4vw, 46px); border-radius: 20px; background: #183a28; color: #fff; }
.star-article2-comments__header { margin-bottom: 26px; }
.star-article2-comments .star-local-eyebrow { color: #b8e6c9; }
.star-article2-comments h2 { margin: 7px 0 0; color: #fff; font-size: clamp(27px, 3vw, 40px); letter-spacing: -.04em; }
.star-article2-comments__list { display: grid; gap: 12px; margin: 0 0 28px; padding: 0; list-style: none; }
.star-article2-comments__list .comment-body { padding: 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: rgba(255,255,255,.08); }
.star-article2-comments__list .comment-author, .star-article2-comments__list .comment-metadata, .star-article2-comments__list .comment-content { color: #fff; }
.star-article2-comments__list .comment-metadata a, .star-article2-comments__list .comment-reply-link { color: #c3f0d4; }
.star-article2-comments__form { padding: clamp(20px, 3vw, 30px); border-radius: 15px; background: #fff; color: #253a2d; }
.star-article2-comments .comment-respond { margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
.star-article2-comments__form .comment-reply-title { margin: 0 0 8px; color: #173b25; font-size: 24px; }
.star-article2-comments__form .comment-notes { margin-top: 0; color: #536058; }
.star-article2-comments__form :is(input[type="text"], textarea) { box-sizing: border-box; width: 100%; border: 1px solid #b8cdbd; border-radius: 9px; background: #fff; color: #173b25; font: inherit; }
.star-article2-comments__form :is(input[type="text"], textarea):focus { border-color: #006b2d; outline: 3px solid rgba(0,148,61,.18); outline-offset: 1px; }
.star-article2-comments__form textarea { min-height: 140px; padding: 12px; }
.star-article2-comments__form .submit { min-height: 46px; padding: 10px 17px; border: 0; border-radius: 9px; background: #006b2d; color: #fff; font: inherit; font-weight: 850; cursor: pointer; }
.star-article2-comments__form .submit:hover, .star-article2-comments__form .submit:focus-visible { background: #173b25; outline: 3px solid rgba(0,148,61,.26); outline-offset: 2px; }
.star-article2-comments__form .comment-form-regulamin-consent, .star-article2-comments__form .comment-form-cookie-consent, .star-article2-comments__form .comment-form-ip-notice { color: #536058; font-size: 12px; line-height: 1.45; }
.star-article2-comments__form .comment-form-regulamin-consent a, .star-article2-comments__form .comment-form-cookie-consent a, .star-article2-comments__form .comment-form-ip-notice a { color: #006b2d; }
.star-article2__below .star-local-today { width: 100%; }

@media (max-width: 980px) {
	.star-article2__hero-grid, .star-article2__layout { grid-template-columns: 1fr; }
	.star-article2__details { max-width: 620px; }
	.star-article2__content { padding: clamp(22px, 5vw, 38px); }
	.star-article2 .star-local-article__sidebar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
	.star-article2 .star-local-article__sidebar > * { min-width: 0; }
	.star-article2 .star-local-article__sidebar--intelligence { align-self: auto; }
	.star-article2 .star-local-article__sidebar-ad--sticky { position: static; }
}

@media (max-width: 640px) {
	body.star-local-article-page .site-content { background: #f2f6f3; }
	.star-article2__hero { padding-block: 20px 38px; }
	.star-article2__hero-inner, .star-article2__canvas, .star-article2__below { width: min(calc(100% - 16px), 1220px); }
	.star-article2 .star-local-article__breadcrumbs { margin-bottom: 20px; font-size: 12px; }
	.star-article2__hero .star-local-article__header h1 { font-size: clamp(34px, 10.2vw, 48px); line-height: 1.02; }
	.star-article2__hero .star-local-article__header > p { font-size: 16px; }
	.star-article2__featured { margin-top: 28px; border-radius: 14px; }
	.star-article2__ad { width: min(calc(100% - 16px), 1020px); }
	.star-article2__canvas { margin-top: 22px; }
	.star-article2__content { border-radius: 15px; font-size: 17px; line-height: 1.75; }
	.star-article2 .star-local-article__sidebar { grid-template-columns: 1fr; }
	.star-article2__below .star-local-related { padding: 20px; border-radius: 15px; }
	.star-article2__below .star-local-related__grid { grid-template-columns: 1fr; }
	.star-article2-comments { padding: 22px 16px; border-radius: 15px; }
	.star-article2-comments__form { padding: 18px; }
}

.star-local-street-hub { margin-block: clamp(24px, 4vw, 52px); }
.star-local-street-hub__hero { padding: clamp(22px, 3.5vw, 38px); border-radius: var(--star-local-radius-large); background: var(--star-local-accent-strong); color: #fff; }
.star-local-street-hub__hero h1 { max-width: 860px; margin: 7px 0 12px; color: #fff; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -.035em; }
.star-local-street-hub__hero p { max-width: 720px; margin: 0; color: #d8e0ea; font-size: clamp(16px, 1.7vw, 19px); }

html.star-motion-ready .star-motion-item:not(.is-visible) {
	opacity: 0;
	transform: translateY(16px);
}

html.star-motion-ready .star-motion-item {
	transition: opacity .5s cubic-bezier(.2, .7, .2, 1) var(--star-motion-delay, 0ms), transform .5s cubic-bezier(.2, .7, .2, 1) var(--star-motion-delay, 0ms);
}

html.star-motion-ready .star-motion-item.is-visible {
	opacity: 1;
	transform: translateY(0);
}
.star-local-street-hub__service { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; padding: clamp(20px, 3vw, 30px); border: 1px solid var(--star-local-border); border-radius: var(--star-local-radius-large); background: #fff; }
.star-local-street-hub__service h2 { margin: 4px 0; color: var(--star-local-ink); }
.star-local-street-hub__service p { margin: 0; color: var(--star-local-muted); }
.star-local-street-hub__service > a { flex: 0 0 auto; padding: 12px 18px; border-radius: var(--star-local-radius-small); background: var(--star-local-accent); color: #fff; font-weight: 850; text-decoration: none; }
.star-local-street-hub__section { margin-top: clamp(34px, 5vw, 64px); }
.star-local-street-hub__news { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.star-local-street-hub__empty { padding: 20px; border-left: 5px solid var(--star-local-accent); background: #fff; color: var(--star-local-muted); }

@media (max-width: 980px) {
	.star-local-hero__grid, .star-local-feed__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.star-local-hero__grid { grid-template-rows: auto; }
	.star-local-hero__grid .star-local-card--feature { grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); grid-column: 1 / -1; grid-row: auto; }
	.star-local-hero__grid .star-local-card--feature .star-local-card__media { min-height: 340px; }
	.star-local-hero__grid .star-local-card--compact { height: 156px; grid-template-columns: 120px minmax(0, 1fr); }
	.star-local-article__layout { grid-template-columns: 1fr; }
	.star-local-article__sidebar-card { position: static; }
	.star-local-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.star-local-discovery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.star-resident-waste__form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.star-resident-waste__events { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.star-resident-waste__guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.star-local-street-hub__news { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.star-local-memory-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	html.star-motion-ready .star-motion-item,
	html.star-motion-ready .star-motion-item:not(.is-visible) {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.star-local-card,
	.star-local-card__media img,
	.star-local-discovery__card,
	.star-local-memory-actions a {
		transition: none;
	}
	.star-local-ticker__viewport { overflow-x: auto; scrollbar-width: thin; }
	.star-local-ticker__toggle { display: none; }
}

@media (max-width: 640px) {
	html.star-motion-ready .star-motion-item,
	html.star-motion-ready .star-motion-item:not(.is-visible),
	html.star-motion-ready .star-obituaries-motion-item { opacity: 1 !important; transform: none !important; transition: none !important; }
	.star-local-hero, .star-local-feed { margin-block: 20px; }
	.star-local-feed__grid { gap: 12px; }
	.star-local-feed__grid .star-local-card { display: block; min-height: 0; }
	.star-local-feed__grid .star-local-card__media { height: auto; min-height: 0; aspect-ratio: auto; }
	.star-local-feed__grid .star-local-card__media img { display: block; width: 100%; height: auto; object-fit: contain; object-position: 50% 50%; transform: none; }
	.star-local-feed__grid .star-local-card:hover .star-local-card__media img { transform: none; }
	.star-local-feed__grid .star-local-card__body { align-content: start; gap: 7px; padding: 14px 15px 15px; }
	.star-local-feed__grid .star-local-card h3 { font-size: 18px; line-height: 1.26; }
	.star-local-feed__grid .star-local-card p { display: none; }
	.star-local-feed__grid .star-local-card time { font-size: 11px; }
	.star-local-ticker { width: min(calc(100% - 16px), var(--star-local-width)); grid-template-columns: auto minmax(0, 1fr) 38px; margin-block: 10px 16px; }
	.star-local-ticker__label { justify-content: start; padding-inline: 12px; font-size: 11px; }
	.star-local-ticker ul { gap: 24px; padding-inline: 13px; }
	.star-local-ticker li a { padding-block: 9px; }
	.star-local-ticker span { font-size: 13px; }
	.star-local-hero__grid, .star-local-feed__grid, .star-local-related__grid { grid-template-columns: 1fr; }
	.star-local-hero__grid .star-local-card--feature { display: block; grid-column: auto; }
	.star-local-hero__grid .star-local-card--feature .star-local-card__media { min-height: 0; aspect-ratio: 16 / 10; }
	.star-local-hero__grid .star-local-card--feature .star-local-card__media--portrait,
	.star-local-hero__grid .star-local-card--feature .star-local-card__media--portrait-canvas { aspect-ratio: 4 / 5; }
	.star-local-hero__grid .star-local-card--feature .star-local-card__media--portrait-canvas img { transform: scale(1.035); }
	.star-local-hero__grid .star-local-card--feature:hover .star-local-card__media--portrait-canvas img { transform: scale(1.065); }
	.star-local-hero__grid .star-local-card--feature p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
	.star-local-hero__grid .star-local-card--compact { height: 148px; grid-template-columns: minmax(128px, 44%) minmax(0, 1fr); }
	.star-local-hero__grid .star-local-card--compact .star-local-card__media { min-height: 0; }
	.star-local-hero__grid .star-local-card--compact .star-local-card__media img { object-position: 50% 50%; }
	.star-local-hero__grid .star-local-card--feature h3 { font-size: clamp(22px, 7vw, 29px); }
	.star-local-hero__grid .star-local-card--feature .star-local-card__title--long { font-size: clamp(21px, 6.4vw, 27px); }
	.star-local-hero__grid .star-local-card--feature .star-local-card__title--xlong { font-size: clamp(20px, 5.9vw, 25px); }
	.star-local-section-head { display: block; }
	.star-local-section-head__link { display: inline-flex; margin-bottom: 12px; }
	.star-local-discovery__grid { grid-template-columns: 1fr; }
	.star-local-article__header h1 { overflow-wrap: anywhere; }
	.star-resident-updates__item a { display: grid; }
	.star-resident-waste__form, .star-resident-waste__events { grid-template-columns: 1fr; }
	.star-resident-waste__results-head { align-items: flex-start; flex-direction: column; }
	.star-resident-waste__day { grid-template-columns: 1fr; gap: 12px; padding: 14px; }
	.star-resident-waste__day > header { padding: 0 0 11px; border-right: 0; border-bottom: 1px solid var(--star-local-border); }
	.star-resident-waste-page .site-content > .ast-container { padding-inline: 0; }
	.star-resident-waste--hub { width: min(calc(100% - 16px), var(--star-local-width)); margin-block: 8px 40px; }
	.star-resident-waste__intro { padding: 24px 20px; border-radius: 16px; }
	.star-resident-waste__intro h1 { font-size: clamp(31px, 9vw, 42px); }
	.star-resident-waste__facts { gap: 6px; margin-top: 18px; }
	.star-resident-waste__facts span { padding: 6px 8px; font-size: 10px; }
	.star-resident-waste__search-panel { margin-top: 10px; padding: 14px; }
	.star-resident-waste__form { gap: 11px; padding: 14px; }
	.star-resident-waste__actions { gap: 5px; }
	.star-resident-waste__guide, .star-resident-waste__related { margin-top: 32px; }
	.star-resident-waste__guide-grid { grid-template-columns: 1fr; gap: 10px; }
	.star-resident-waste__guide-grid article { padding: 17px; }
	.star-local-today { width: min(calc(100% - 16px), var(--star-local-width)); margin-block: 20px; padding: 14px; }
	.star-local-today__header { grid-template-columns: 1fr; gap: 10px; padding-bottom: 10px; }
	.star-local-today__heading { display: flex; align-items: baseline; gap: 8px; }
	.star-local-today__heading > span { margin: 0; font-size: 9px; }
	.star-local-today__heading h2 { font-size: 27px; }
	.star-local-today__utilities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.star-local-today__utility { grid-template-columns: 26px minmax(0, 1fr) auto; min-height: 54px; padding: 7px; }
	.star-local-today__utility--waste { grid-column: 1 / -1; }
	.star-local-today__icon { width: 26px; height: 26px; border-radius: 9px; font-size: 12px; }
	.star-local-today__value { font-size: 13px; }
	.star-local-today__lists { grid-template-columns: 1fr; gap: 8px; margin-top: 10px; }
	.star-local-today__list { padding: 10px; }
	.star-local-today__list ul { margin-top: 5px; }
	.star-local-today__list li a { padding-block: 6px; }
	.star-local-context__grid, .star-local-article__adjacent, .star-local-street-hub__news { grid-template-columns: 1fr; }
	.star-local-street-hub__service { align-items: stretch; flex-direction: column; }
	.star-local-street-hub__service > a { text-align: center; }
}
