:root {
	--star-shell-bg: #f4f7f5;
	--star-shell-surface: #ffffff;
	--star-shell-surface-strong: #111111;
	--star-shell-text: #1a1f1c;
	--star-shell-muted: #505b54;
	--star-shell-border: #d7e3da;
	--star-shell-brand: #00943d;
	--star-shell-accent: #007331;
	--star-shell-accent-strong: #004d21;
	--star-shell-accent-soft: #e3f2e8;
	--star-shell-focus: #005f28;
	--star-shell-radius: 15px;
	--star-shell-shadow: 0 12px 32px rgba(13, 35, 67, 0.08);
	--star-shell-container: 1240px;
	--star-shell-content: 840px;
	--star-shell-space-1: 6px;
	--star-shell-space-2: 10px;
	--star-shell-space-3: 16px;
	--star-shell-space-4: 24px;
	--star-shell-space-5: 36px;
	--star-shell-space-6: 56px;
	--star-shell-display: clamp(2.2rem, 4vw, 3.8rem);
	--star-shell-h1: clamp(2rem, 4vw, 3.35rem);
	--star-shell-h2: clamp(1.55rem, 2.6vw, 2.35rem);
	--star-shell-h3: clamp(1.2rem, 2vw, 1.65rem);
	--star-shell-lead: clamp(1.08rem, 1.8vw, 1.35rem);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.star-portal-shell {
	margin: 0;
	background: var(--star-shell-bg);
	color: var(--star-shell-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
}

body.admin-bar .star-shell-header {
	top: 32px;
}

.star-shell-utility {
	border-bottom: 1px solid rgba(255, 255, 255, .16);
	background: var(--star-shell-accent-strong);
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
}

.star-shell-utility__inner {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: min(calc(100% - 40px), var(--star-shell-container));
	margin-inline: auto;
	padding-block: 7px;
}

.star-shell-utility time {
	color: #fff;
	text-transform: capitalize;
}

a {
	color: var(--star-shell-accent);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.2em;
}

a:hover {
	color: var(--star-shell-accent-strong);
}

:where(a, button, input, textarea, select):focus-visible {
	outline: 3px solid var(--star-shell-focus);
	outline-offset: 3px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.screen-reader-text,
.star-shell-skip-link:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.star-shell-skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 100000;
	padding: 12px 18px;
	border-radius: 10px;
	background: #fff;
	color: #111;
	font-weight: 700;
}

.star-shell-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 8px 24px rgba(17, 35, 24, 0.07);
	backdrop-filter: blur(16px);
}

.star-shell-header__masthead {
	border-bottom: 1px solid var(--star-shell-border);
	background: #ffffff;
}

.star-shell-header__inner {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) auto;
	align-items: center;
	gap: 30px;
	width: min(calc(100% - 40px), var(--star-shell-container));
	min-height: 76px;
	margin-inline: auto;
}

.star-shell-brand,
.star-shell-brand > a {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.star-shell-brand {
	overflow: hidden;
}

.star-shell-brand .custom-logo-link {
	display: inline-flex;
	flex: 0 1 240px;
	width: min(240px, 100%);
	max-width: 100%;
	min-height: 48px;
	align-items: center;
	text-decoration: none;
}

.star-shell-brand .custom-logo {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
	max-height: 58px;
	object-fit: contain;
	object-position: left center;
}

.star-shell-brand__name {
	color: var(--star-shell-surface-strong);
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	font-weight: 800;
	line-height: 1.1;
	text-decoration: none;
}

.star-shell-brand__description {
	display: none;
}

.star-shell-navigation {
	min-width: 0;
	width: 100%;
}

.star-shell-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.star-shell-menu--primary {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 2px;
}

.star-shell-menu--primary a {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 8px 12px;
	color: var(--star-shell-text);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: .035em;
	text-decoration: none;
	text-transform: uppercase;
}

.star-shell-menu--primary a:hover,
.star-shell-menu--primary .current-menu-item > a,
.star-shell-menu--primary .current-menu-ancestor > a {
	box-shadow: inset 0 -3px var(--star-shell-brand);
	color: var(--star-shell-accent-strong);
}

.star-shell-menu--primary .sub-menu {
	position: absolute;
	top: 100%;
	display: none;
	min-width: 240px;
	list-style: none;
	margin: 0;
	padding: 10px;
	border: 1px solid var(--star-shell-border);
	border-radius: 0 0 12px 12px;
	background: var(--star-shell-surface);
	box-shadow: var(--star-shell-shadow);
}

.star-shell-menu--primary li {
	position: relative;
}

.star-shell-menu--primary li:hover > .sub-menu,
.star-shell-menu--primary li:focus-within > .sub-menu {
	display: block;
}

.star-shell-menu--primary .sub-menu a {
	width: 100%;
	padding: 6px 10px;
	font-size: .78rem;
	text-transform: none;
}

.star-shell-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	min-width: 0;
}

/* Header extensions may arrive from a separate plugin stylesheet. Keep the
 * account control usable even while an optimisation layer refreshes that
 * stylesheet, because the shell owns the available space in this row. */
.star-shell-header__actions .star-commerce-account-wrap {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.star-shell-header__actions .star-commerce-account-link {
	display: inline-flex;
	min-height: 44px;
	padding: 8px 11px;
	align-items: center;
	gap: 8px;
	border: 1px solid var(--star-shell-border);
	border-radius: 10px;
	background: var(--star-shell-surface);
	color: var(--star-shell-text);
	font-size: 14px;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
}

.star-shell-header__actions .star-commerce-account-link__icon {
	position: relative;
	display: inline-block;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.star-shell-header__actions .star-commerce-account-link__icon::before {
	position: absolute;
	top: 3px;
	left: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: currentColor;
	content: "";
	transform: translateX(-50%);
}

.star-shell-header__actions .star-commerce-account-link__icon::after {
	position: absolute;
	left: 4px;
	bottom: 3px;
	width: 8px;
	height: 4px;
	border-radius: 8px 8px 4px 4px;
	background: currentColor;
	content: "";
}

.star-shell-header__search-trigger {
	display: none;
}

.star-shell-header__search .star-shell-search__field {
	width: clamp(180px, 18vw, 260px);
}

.star-shell-header__search .star-shell-search__submit {
	min-width: 44px;
	padding-inline: 13px;
}

.star-shell-header__nav-row {
	position: relative;
	border-bottom: 3px solid var(--star-shell-brand);
	background: #ffffff;
}

.star-shell-header__nav-inner {
	display: flex;
	align-items: stretch;
	width: min(calc(100% - 40px), var(--star-shell-container));
	margin-inline: auto;
}

.star-shell-header__home {
	display: grid;
	flex: 0 0 48px;
	min-height: 48px;
	place-items: center;
	border-right: 1px solid var(--star-shell-border);
	color: var(--star-shell-accent-strong);
	font-size: 1.25rem;
	text-decoration: none;
}

.star-shell-header__home:hover,
.star-shell-header__home:focus-visible {
	background: var(--star-shell-accent-soft);
	color: var(--star-shell-accent-strong);
}

.star-shell-nav-toggle {
	display: none;
	align-items: center;
	gap: 8px;
	justify-self: end;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid var(--star-shell-border);
	border-radius: 10px;
	background: var(--star-shell-surface);
	color: var(--star-shell-text);
	font: inherit;
	font-weight: 700;
}

.star-shell-nav-toggle__icon,
.star-shell-nav-toggle__icon::before,
.star-shell-nav-toggle__icon::after {
	display: block;
	width: 20px;
	height: 2px;
	background: currentColor;
	content: "";
}

.star-shell-nav-toggle__icon::before {
	transform: translateY(-6px);
}

.star-shell-nav-toggle__icon::after {
	transform: translateY(4px);
}

.star-shell-search {
	display: flex;
	gap: 8px;
}

.star-shell-search label {
	flex: 1;
}

.star-shell-search__field {
	width: 100%;
	min-height: 44px;
	padding: 9px 13px;
	border: 1px solid var(--star-shell-border);
	border-radius: 11px;
	background: #fff;
	color: var(--star-shell-text);
	font: inherit;
}

.star-shell-search__submit,
.star-shell-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 9px 16px;
	border: 1px solid var(--star-shell-accent);
	border-radius: 11px;
	background: var(--star-shell-accent);
	color: #fff;
	font: inherit;
	font-weight: 750;
	text-decoration: none;
	cursor: pointer;
}

.star-shell-search__submit:hover,
.star-shell-search__submit:focus-visible,
.star-shell-button:hover,
.star-shell-button:focus-visible {
	border-color: var(--star-shell-accent-strong);
	background: var(--star-shell-accent-strong);
	color: #ffffff;
}

.star-shell-main {
	min-height: 55vh;
}

.star-shell-main:not(.star-shell-main--front) {
	padding-block: clamp(30px, 5vw, 58px);
}

.star-shell-container {
	width: min(calc(100% - 40px), var(--star-shell-container));
	margin-inline: auto;
}

.star-shell-container--content {
	max-width: var(--star-shell-content);
}

/* The active theme owns the document shell. Legacy module styles written for
 * Astra may still target #primary and reset its margins or width. Keep the
 * shared STAR Portal container centred without changing a module's internal
 * layout or data. */
body.star-portal-shell #primary.star-shell-container {
	width: min(calc(100% - 40px), var(--star-shell-container));
	margin-inline: auto;
}

body.star-portal-shell #primary.star-shell-container--content {
	max-width: var(--star-shell-content);
}

/* STAR Blocks originally styled the waste hero only while its heading was an
 * h1. The page now keeps the document h1 above the service and uses h2 inside
 * the dark hero, so preserve the same contrast without altering its markup. */
body.star-portal-shell.star-resident-waste-page .star-resident-waste__intro > h2 {
	max-width: 850px;
	margin: 8px 0 14px;
	color: #fff;
	font-size: clamp(31px, 5vw, 52px);
	line-height: 1.04;
	letter-spacing: -.04em;
	text-wrap: balance;
}

.star-shell-container--narrow {
	max-width: 720px;
}

.star-shell-front-content > :first-child {
	margin-top: 0;
}

.star-shell-front-content > :last-child {
	margin-bottom: 0;
}

.star-shell-page-header,
.star-shell-page__header,
.star-shell-article__header {
	margin-bottom: clamp(28px, 5vw, 52px);
}

.star-shell-page-header h1,
.star-shell-page__header h1,
.star-shell-article__header h1 {
	margin: 0;
	color: var(--star-shell-surface-strong);
	font-size: clamp(2rem, 4vw, 3.35rem);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.star-shell-entry-content :where(h2) {
	font-size: var(--star-shell-h2);
	line-height: 1.12;
	letter-spacing: -.025em;
}

.star-shell-entry-content :where(h3) {
	font-size: var(--star-shell-h3);
	line-height: 1.2;
}

.star-shell-bottom-nav {
	display: none;
}

.star-shell-page-header__description,
.star-shell-meta,
.star-shell-card__meta {
	color: var(--star-shell-muted);
}

.star-shell-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
	font-size: 0.94rem;
}

.star-shell-article__terms {
	margin-bottom: 12px;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.star-shell-article__featured {
	margin: 0 0 clamp(30px, 6vw, 56px);
}

.star-shell-article__featured img {
	width: 100%;
	border-radius: var(--star-shell-radius);
	box-shadow: var(--star-shell-shadow);
}

.star-shell-entry-content {
	font-size: clamp(1.05rem, 1.6vw, 1.2rem);
}

.star-shell-entry-content a {
	overflow-wrap: anywhere;
}

/*
 * STAR Blocks page hero calculates its desktop overlay against a 1240 px
 * presentation canvas. Pages keep a narrower reading measure, so only the
 * hero breaks out to the shell canvas while the following prose stays 840 px.
 */
.star-shell-entry-content > .star-blocks-page-hero {
	width: min(calc(100vw - 40px), var(--star-shell-container));
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.star-portal-shell .star-blocks-page-hero.is-no-image.is-overlay-center .star-blocks-page-hero__overlay {
	transform: translateY(calc(var(--star-blocks-hero-progress) * -20px));
}

@media (min-width: 783px) {
	.star-portal-shell .star-blocks-page-hero.is-no-image.is-height-viewport .star-blocks-page-hero__media {
		min-height: clamp(280px, 38svh, 420px);
	}
}

.star-shell-entry-content :where(h2, h3, h4) {
	margin-top: 1.8em;
	color: var(--star-shell-surface-strong);
	line-height: 1.2;
}

.star-shell-entry-content blockquote {
	margin-inline: 0;
	padding: 20px 24px;
	border-left: 5px solid var(--star-shell-accent);
	border-radius: 0 var(--star-shell-radius) var(--star-shell-radius) 0;
	background: var(--star-shell-surface);
}

.star-shell-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.star-shell-card {
	overflow: hidden;
	border: 1px solid var(--star-shell-border);
	border-radius: var(--star-shell-radius);
	background: var(--star-shell-surface);
	box-shadow: 0 10px 30px rgba(13, 35, 67, 0.06);
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.star-shell-card:hover,
.star-shell-card:focus-within {
	border-color: #b8c4d5;
	box-shadow: 0 14px 34px rgba(13, 35, 67, 0.1);
	transform: translateY(-3px);
}

.star-shell-card__media {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #dfe6f1;
}

.star-shell-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.star-shell-card:hover .star-shell-card__media img {
	transform: scale(1.025);
}

.star-shell-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #dfe6f1, #eef2f8);
}

.star-shell-card__body {
	padding: 22px;
}

.star-shell-card__meta {
	font-size: 0.82rem;
	font-weight: 700;
}

.star-shell-card__title {
	margin: 10px 0;
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	line-height: 1.25;
}

.star-shell-card__title a {
	color: var(--star-shell-surface-strong);
	text-decoration: none;
}

.star-shell-card__excerpt {
	color: var(--star-shell-muted);
	font-size: 0.94rem;
}

.star-shell-card__excerpt p:last-child {
	margin-bottom: 0;
}

.navigation.pagination,
.post-navigation {
	margin-top: 42px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.page-numbers,
.post-navigation a {
	display: inline-flex;
	padding: 9px 13px;
	border: 1px solid var(--star-shell-border);
	border-radius: 10px;
	background: var(--star-shell-surface);
	text-decoration: none;
}

.page-numbers.current {
	border-color: var(--star-shell-accent);
	background: var(--star-shell-accent);
	color: #fff;
}

.star-shell-empty {
	padding: clamp(32px, 8vw, 72px);
	border: 1px solid var(--star-shell-border);
	border-radius: var(--star-shell-radius);
	background: var(--star-shell-surface);
	text-align: center;
}

.star-shell-empty__code {
	margin: 0;
	color: var(--star-shell-accent);
	font-size: clamp(4rem, 14vw, 8rem);
	font-weight: 900;
	line-height: 1;
}

.star-shell-comments {
	margin-top: 64px;
	padding-top: 40px;
	border-top: 1px solid var(--star-shell-border);
}

.star-shell-comment-list {
	padding-left: 24px;
}

.star-shell-footer {
	margin-top: clamp(64px, 9vw, 120px);
	background: var(--star-shell-surface-strong);
	color: #dbe5f5;
}

.star-portal-shell--front .star-shell-footer {
	margin-top: 0;
}

.star-shell-footer a {
	color: #fff;
}

.star-shell-footer__inner,
.star-shell-footer__bottom {
	width: min(calc(100% - 40px), var(--star-shell-container));
	margin-inline: auto;
}

.star-shell-footer__inner {
	display: grid;
	grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.4fr);
	gap: 64px;
	padding-block: 64px;
}

.star-shell-footer__brand > a {
	font-size: 1.35rem;
	font-weight: 850;
	text-decoration: none;
}

.star-shell-footer__brand p {
	max-width: 38ch;
	color: #aebdd3;
}

.star-shell-footer__menus {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 28px;
}

.star-shell-footer__menus nav:empty {
	display: none;
}

.star-shell-menu--footer {
	display: grid;
	gap: 8px;
}

.star-shell-menu--footer a {
	text-decoration: none;
}

.star-shell-menu--footer a:hover,
.star-shell-menu--footer a:focus-visible {
	color: #fff;
	text-decoration: underline;
}

.star-shell-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding-block: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: #aebdd3;
	font-size: 0.86rem;
}

.alignwide {
	width: min(1100px, calc(100vw - 40px));
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.alignfull {
	width: 100vw;
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 1079px) {
	body.admin-bar .star-shell-header {
		top: 46px;
	}

	.star-shell-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 14px;
		min-height: 64px;
	}

	.star-shell-brand .custom-logo-link {
		flex-basis: 198px;
		width: min(198px, 100%);
	}

	.star-shell-brand .custom-logo {
		max-height: 48px;
	}

	.star-shell-nav-toggle {
		display: inline-flex;
	}

	.star-shell-navigation {
		position: absolute;
		top: 100%;
		left: 20px;
		right: 20px;
		z-index: 10;
		display: none;
		max-height: calc(100vh - 110px);
		overflow: auto;
		padding: 14px;
		border: 1px solid var(--star-shell-border);
		border-radius: 16px;
		background: var(--star-shell-surface);
		box-shadow: var(--star-shell-shadow);
	}

	.star-shell-navigation[data-open] {
		display: block;
	}

	.star-shell-menu--primary {
		display: grid;
		gap: 2px;
	}

	.star-shell-menu--primary a {
		width: 100%;
		min-height: 46px;
		padding-inline: 12px;
		border-bottom: 1px solid var(--star-shell-border);
	}

	.star-shell-menu--primary .current-menu-item > a,
	.star-shell-menu--primary .current-menu-ancestor > a {
		box-shadow: inset 4px 0 var(--star-shell-brand);
		background: var(--star-shell-accent-soft);
	}

	.star-shell-menu--primary .sub-menu {
		position: static;
		display: grid;
		padding: 0 0 0 14px;
		border: 0;
		box-shadow: none;
	}

	.star-shell-header__nav-inner {
		width: 100%;
	}

	.star-shell-header__home {
		display: none;
	}

	.star-shell-header__search {
		display: none;
	}

	.star-shell-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.star-shell-utility__tagline {
		display: none;
	}

	body.star-portal-shell--bottom-nav {
		padding-bottom: calc(92px + env(safe-area-inset-bottom));
	}

	.star-shell-bottom-nav {
		position: fixed;
		z-index: 1000;
		left: 10px;
		right: 10px;
		bottom: max(8px, env(safe-area-inset-bottom));
		display: block;
		max-width: 620px;
		margin-inline: auto;
		border: 1px solid rgba(0, 115, 49, 0.18);
		border-radius: 20px;
		background: rgba(255, 255, 255, 0.96);
		box-shadow: 0 12px 38px rgba(13, 42, 27, 0.2);
		backdrop-filter: blur(14px);
		-webkit-backdrop-filter: blur(14px);
	}

	.star-shell-menu--bottom {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(52px, 1fr));
		align-items: end;
		gap: 2px;
		margin: 0;
		padding: 7px 6px;
		list-style: none;
	}

	.star-shell-menu--bottom > li {
		min-width: 0;
	}

	.star-shell-menu--bottom a {
		display: grid;
		grid-template-rows: 24px auto;
		place-items: center;
		gap: 2px;
		min-height: 54px;
		padding: 5px 2px 4px;
		border-radius: 13px;
		color: var(--star-shell-muted);
		font-size: 0.66rem;
		font-weight: 800;
		line-height: 1.15;
		text-align: center;
		text-decoration: none;
	}

	.star-shell-menu--bottom a::before {
		display: block;
		width: 22px;
		height: 22px;
		background: currentColor;
		content: "";
		-webkit-mask-position: center;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-position: center;
		mask-repeat: no-repeat;
		mask-size: contain;
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 10a2 2 0 1 1 0 4 2 2 0 0 1 0-4m7 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4m7 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 10a2 2 0 1 1 0 4 2 2 0 0 1 0-4m7 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4m7 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4'/%3E%3C/svg%3E");
	}

	.star-shell-menu--bottom .star-bottom-nav-item--home a::before {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 10.6 12 3l9 7.6V21h-6v-6H9v6H3z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 10.6 12 3l9 7.6V21h-6v-6H9v6H3z'/%3E%3C/svg%3E");
	}

	.star-shell-menu--bottom .star-bottom-nav-item--calendar a::before {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 2h2v3h8V2h2v3h3v17H3V5h3zm13 9H5v9h14zM5 7v2h14V7z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 2h2v3h8V2h2v3h3v17H3V5h3zm13 9H5v9h14zM5 7v2h14V7z'/%3E%3C/svg%3E");
	}

	.star-shell-menu--bottom .star-bottom-nav-item--add a::before {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 4h2v7h7v2h-7v7h-2v-7H4v-2h7z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 4h2v7h7v2h-7v7h-2v-7H4v-2h7z'/%3E%3C/svg%3E");
	}

	.star-shell-menu--bottom .star-bottom-nav-item--directory a::before {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 3h16v18h-6v-5h-4v5H4zm3 4v2h3V7zm7 0v2h3V7zm-7 5v2h3v-2zm7 0v2h3v-2z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 3h16v18h-6v-5h-4v5H4zm3 4v2h3V7zm7 0v2h3V7zm-7 5v2h3v-2zm7 0v2h3v-2z'/%3E%3C/svg%3E");
	}

	.star-shell-menu--bottom .star-bottom-nav-item--account a::before {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 12c5.5 0 9 2.6 9 6v2H3v-2c0-3.4 3.5-6 9-6'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 12c5.5 0 9 2.6 9 6v2H3v-2c0-3.4 3.5-6 9-6'/%3E%3C/svg%3E");
	}

	.star-shell-menu--bottom .star-bottom-nav-item--add a {
		min-height: 64px;
		margin-top: -15px;
		border: 4px solid #fff;
		border-radius: 18px;
		background: var(--star-shell-accent);
		box-shadow: 0 8px 20px rgba(0, 115, 49, 0.28);
		color: #fff;
	}

	.star-shell-menu--bottom .star-bottom-nav-item--add a:hover,
	.star-shell-menu--bottom .star-bottom-nav-item--add a:focus-visible,
	.star-shell-menu--bottom .star-bottom-nav-item--add.current-menu-item > a {
		background: var(--star-shell-accent-strong);
		color: #fff;
	}

	.star-shell-menu--bottom a:hover,
	.star-shell-menu--bottom a:focus-visible,
	.star-shell-menu--bottom .current-menu-item > a {
		background: var(--star-shell-accent-soft);
		color: var(--star-shell-accent);
	}

	.star-shell-header__inner,
	.star-shell-container,
	.star-shell-footer__inner,
	.star-shell-footer__bottom {
		width: min(calc(100% - 28px), var(--star-shell-container));
	}

	body.star-portal-shell #primary.star-shell-container {
		width: min(calc(100% - 28px), var(--star-shell-container));
	}

	.star-shell-brand .custom-logo-link {
		flex-basis: 190px;
		width: min(190px, 100%);
	}

	.star-shell-brand .custom-logo {
		max-height: 46px;
	}

	.star-shell-header__actions > * {
		flex: 0 0 auto;
	}

	.star-shell-header__actions .star-commerce-account-link,
	.star-portal-navigation .star-shell-header__search-trigger,
	.star-shell-nav-toggle {
		width: 44px;
		min-width: 44px;
		max-width: 44px;
		padding: 0;
		justify-content: center;
	}

	.star-shell-header__actions .star-commerce-account-link__label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.star-shell-nav-toggle > span:last-child {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.star-shell-entry-content > .star-blocks-page-hero {
		width: calc(100vw - 28px);
	}

	.star-shell-card-grid,
	.star-shell-footer__inner,
	.star-shell-footer__menus {
		grid-template-columns: 1fr;
	}

	.star-shell-footer__inner {
		gap: 34px;
	}

	.star-shell-footer__bottom {
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	.star-shell-header__inner {
		width: calc(100% - 24px);
		gap: 6px;
	}

	.star-shell-brand .custom-logo-link {
		flex-basis: 190px;
		width: min(190px, 100%);
	}

	.star-shell-brand .custom-logo {
		max-height: 42px;
	}

	.star-shell-header__actions {
		gap: 6px;
	}

}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
