:root {
	--phcc-red: #c8102e;
	--phcc-red-dark: #961026;
	--phcc-cream: #fff8ee;
	--phcc-cream-deep: #f7ead9;
	--phcc-ink: #211d1d;
	--phcc-muted: #686161;
	--phcc-line: #ded6d2;
	--phcc-white: #ffffff;
	--phcc-focus: #075fd8;
	--phcc-shadow: 0 18px 44px rgba(43, 27, 27, 0.12);
}

body.phcc-managed-page {
	margin: 0;
	overflow-x: clip;
	background: var(--phcc-cream);
}

body.phcc-managed-page .wp-site-blocks,
body.phcc-managed-page main.wp-block-group,
body.phcc-managed-page main.wp-block-group > .wp-block-group.alignfull,
body.phcc-managed-page main.wp-block-group.has-global-padding,
body.phcc-managed-page .wp-block-post-content,
body.phcc-managed-page .entry-content,
body.phcc-managed-page .wp-block-post-content > .alignfull,
body.phcc-managed-page .entry-content > .alignfull {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.phcc-managed-page main.wp-block-group > .wp-block-group.alignfull {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.phcc-managed-page .wp-site-blocks > *,
body.phcc-managed-page main.wp-block-group > *,
body.phcc-managed-page .wp-block-post-content > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

body.phcc-managed-page .has-global-padding,
body.phcc-managed-page .has-global-padding > .alignfull {
	padding-inline: 0 !important;
	margin-inline: 0 !important;
}

.phcc-shell,
.phcc-shell * {
	box-sizing: border-box;
}

.phcc-shell {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	color: var(--phcc-ink);
	background: var(--phcc-cream);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
}

.phcc-shell img {
	display: block;
	max-width: 100%;
}

.phcc-shell a {
	color: inherit;
}

.phcc-shell button,
.phcc-shell input,
.phcc-shell select {
	font: inherit;
}

.phcc-shell button,
.phcc-shell a,
.phcc-shell input,
.phcc-shell select {
	-webkit-tap-highlight-color: transparent;
}

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

.phcc-skip-link {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 9999;
	transform: translateY(-200%);
	padding: 0.75rem 1rem;
	border-radius: 0.4rem;
	background: var(--phcc-white);
	box-shadow: var(--phcc-shadow);
	font-weight: 800;
}

.phcc-skip-link:focus {
	transform: translateY(0);
}

.phcc-header {
	position: relative;
	z-index: 20;
	border-bottom: 1px solid rgba(33, 29, 29, 0.12);
	background: rgba(255, 255, 255, 0.97);
}

.phcc-header__inner,
.phcc-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(100% - 2rem, 1320px);
	margin-inline: auto;
}

.phcc-header__inner {
	min-height: 76px;
	gap: 2rem;
}

.phcc-brand {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	gap: 0.7rem;
	color: var(--phcc-ink);
	text-decoration: none;
}

.phcc-brand__mark {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50% 50% 45% 45%;
	color: var(--phcc-white);
	background: var(--phcc-red);
	font-size: 0.85rem;
	font-weight: 900;
	letter-spacing: 0;
}

.phcc-brand strong,
.phcc-brand small {
	display: block;
	line-height: 1.15;
}

.phcc-brand strong {
	font-size: 1.05rem;
}

.phcc-brand small {
	margin-top: 0.16rem;
	color: var(--phcc-muted);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.phcc-nav {
	display: flex;
	align-items: center;
	gap: 0.3rem;
}

.phcc-nav > br {
	display: none;
}

.phcc-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0.55rem 0.85rem;
	border-radius: 999px;
	color: var(--phcc-muted);
	font-size: 0.92rem;
	font-weight: 750;
	text-decoration: none;
}

.phcc-nav a:hover,
.phcc-nav a[aria-current="page"] {
	color: var(--phcc-red-dark);
	background: #fbe7e9;
}

.phcc-main {
	width: min(100% - 2rem, 1320px);
	margin-inline: auto;
	padding-bottom: 5rem;
}

.phcc-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(230px, 310px);
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
	padding: clamp(3.25rem, 8vw, 6.8rem) 0 clamp(2.8rem, 7vw, 5rem);
}

.phcc-hero--support {
	grid-template-columns: minmax(0, 850px);
	padding-bottom: 2.5rem;
}

.phcc-eyebrow {
	margin: 0 0 0.65rem;
	color: var(--phcc-red-dark);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.phcc-hero h1,
.phcc-tool-heading h2,
.phcc-content-section h2,
.phcc-menu-category h2,
.phcc-support-sections h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 750;
	letter-spacing: 0;
	line-height: 1.06;
}

.phcc-hero h1 {
	max-width: 900px;
	font-size: clamp(2.65rem, 7vw, 5.8rem);
}

.phcc-hero--support h1 {
	font-size: clamp(2.5rem, 6vw, 4.9rem);
}

.phcc-hero > div > p:not(.phcc-eyebrow) {
	max-width: 760px;
	margin: 1.2rem 0 0;
	color: var(--phcc-muted);
	font-size: clamp(1rem, 1.6vw, 1.22rem);
}

.phcc-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.75rem;
}

.phcc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.75rem 1.15rem;
	border: 1px solid transparent;
	border-radius: 0.55rem;
	cursor: pointer;
	font-weight: 850;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.phcc-button:hover {
	transform: translateY(-1px);
}

.phcc-button:disabled {
	cursor: not-allowed;
	opacity: 0.46;
	transform: none;
}

.phcc-button--primary {
	color: var(--phcc-white) !important;
	background: var(--phcc-red);
}

.phcc-button--primary:hover {
	background: var(--phcc-red-dark);
}

.phcc-button--ghost {
	border-color: var(--phcc-line);
	color: var(--phcc-ink) !important;
	background: var(--phcc-white);
}

.phcc-button--ghost:hover {
	border-color: var(--phcc-ink);
}

.phcc-button--dark {
	color: var(--phcc-white);
	background: var(--phcc-ink);
}

.phcc-button--wide {
	width: 100%;
}

.phcc-source-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.45rem;
	padding: 1.35rem;
	border: 1px solid var(--phcc-line);
	border-radius: 0.8rem;
	background: var(--phcc-white);
	box-shadow: 0 14px 30px rgba(43, 27, 27, 0.07);
}

.phcc-source-card span {
	color: var(--phcc-muted);
	font-size: 0.77rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.phcc-source-card strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.75rem;
}

.phcc-source-card a {
	min-height: 44px;
	padding-top: 0.7rem;
	color: var(--phcc-red-dark);
	font-weight: 800;
}

.phcc-notice {
	margin-bottom: 2rem;
	padding: 1rem 1.2rem;
	border-left: 5px solid var(--phcc-red);
	border-radius: 0 0.5rem 0.5rem 0;
	color: #4f393a;
	background: #fce8e9;
}

.phcc-notice a {
	font-weight: 850;
}

.phcc-calculator {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
	align-items: start;
	gap: 1.6rem;
}

.phcc-calculator__catalog,
.phcc-summary {
	min-width: 0;
}

.phcc-tool-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.2rem;
}

.phcc-tool-heading h2,
.phcc-content-section h2,
.phcc-menu-category h2,
.phcc-support-sections h2 {
	font-size: clamp(2rem, 4vw, 3.2rem);
}

.phcc-tool-heading > p,
.phcc-tool-heading > span {
	margin: 0;
	color: var(--phcc-muted);
	font-size: 0.9rem;
	font-weight: 750;
}

.phcc-catalog-toolbar {
	position: sticky;
	top: 0.5rem;
	z-index: 20;
	margin-bottom: 1rem;
	padding: 0.8rem;
	border: 1px solid var(--phcc-line);
	border-radius: 0.65rem;
	background: rgba(255, 248, 238, 0.97);
	box-shadow: 0 8px 22px rgba(43, 27, 27, 0.08);
	backdrop-filter: blur(8px);
}

.phcc-filters {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(190px, 240px);
	gap: 0.8rem;
	margin-bottom: 0.8rem;
}

.phcc-field,
.phcc-search,
.phcc-category-select {
	display: grid;
	gap: 0.4rem;
	font-size: 0.82rem;
	font-weight: 800;
}

.phcc-field select,
.phcc-search input,
.phcc-category-select select {
	width: 100%;
	min-height: 48px;
	padding: 0.65rem 0.8rem;
	border: 1px solid #bfb6b2;
	border-radius: 0.5rem;
	color: var(--phcc-ink);
	background: var(--phcc-white);
}

.phcc-category-chips,
.phcc-anchor-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.25rem;
}

.phcc-category-chips button,
.phcc-anchor-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.55rem 0.85rem;
	border: 1px solid var(--phcc-line);
	border-radius: 999px;
	color: var(--phcc-ink);
	background: var(--phcc-white);
	cursor: pointer;
	font-size: 0.86rem;
	font-weight: 800;
	text-decoration: none;
}

.phcc-category-chips button.is-active,
.phcc-category-chips button:hover,
.phcc-anchor-nav a:hover {
	border-color: var(--phcc-red);
	color: var(--phcc-white);
	background: var(--phcc-red);
}

.phcc-catalog-toolbar .phcc-filters,
.phcc-catalog-toolbar .phcc-category-chips {
	margin-bottom: 0.65rem;
}

.phcc-filter-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 24px;
	gap: 1rem;
}

.phcc-filter-meta p {
	margin: 0;
	color: var(--phcc-muted);
	font-size: 0.82rem;
	font-weight: 800;
}

.phcc-filter-status {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.phcc-filter-status[hidden] {
	display: none;
}

.phcc-filter-status > span {
	width: 0.9rem;
	height: 0.9rem;
	flex: 0 0 0.9rem;
	border: 2px solid rgba(104, 97, 97, 0.3);
	border-top-color: var(--phcc-red);
	border-radius: 50%;
	animation: phcc-filter-spin 0.7s linear infinite;
}

@keyframes phcc-filter-spin {
	to {
		transform: rotate(360deg);
	}
}

.phcc-product-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.phcc-product-card {
	display: grid;
	grid-template-rows: 220px minmax(0, 1fr);
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--phcc-line);
	border-radius: 0.75rem;
	background: var(--phcc-white);
	box-shadow: 0 10px 26px rgba(43, 27, 27, 0.055);
}

.phcc-product-card[hidden] {
	display: none;
}

.phcc-product-card__media {
	position: relative;
	display: grid;
	place-items: center;
	block-size: 220px;
	min-height: 0;
	overflow: hidden;
	background: linear-gradient(145deg, #fff 0%, #f8eee3 100%);
}

.phcc-product-card__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	object-fit: contain;
	padding: 0.7rem;
}

.phcc-product-card__media span {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 1;
	padding: 0.32rem 0.55rem;
	border-radius: 999px;
	color: var(--phcc-white);
	background: rgba(33, 29, 29, 0.84);
	font-size: 0.7rem;
	font-weight: 850;
}

.phcc-product-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 1rem;
}

.phcc-product-card h3,
.phcc-menu-card h3,
.phcc-info-grid h3,
.phcc-meal-line h3 {
	margin: 0;
	line-height: 1.2;
}

.phcc-product-card h3 {
	font-size: 1.17rem;
}

.phcc-product-card__body > p {
	margin: 0.55rem 0 0;
	color: var(--phcc-muted);
	font-size: 0.9rem;
}

.phcc-product-card__calories {
	color: var(--phcc-ink) !important;
	font-weight: 900;
}

.phcc-product-card__options {
	font-size: 0.8rem !important;
}

.phcc-product-card .phcc-button {
	width: 100%;
	margin-top: 0.9rem;
}

.phcc-empty {
	padding: 2.5rem;
	border: 1px dashed var(--phcc-line);
	border-radius: 0.65rem;
	text-align: center;
}

.phcc-summary {
	position: sticky;
	top: 1.5rem;
	padding: 1.2rem;
	border-radius: 0.8rem;
	color: var(--phcc-white);
	background: var(--phcc-ink);
	box-shadow: var(--phcc-shadow);
}

@media (min-width: 901px) {
	.phcc-summary {
		display: flex;
		flex-direction: column;
		align-self: start;
		max-height: calc(100vh - 3rem);
		overflow: hidden;
	}

	.phcc-summary > :not(.phcc-meal-lines) {
		flex: 0 0 auto;
	}

	.phcc-summary > .phcc-meal-lines {
		flex: 0 1 auto;
		min-height: 0;
		overflow-y: auto;
		padding-right: 0.25rem;
		scrollbar-gutter: stable;
		scrollbar-width: thin;
		overscroll-behavior: contain;
	}

	.phcc-summary > .phcc-meal-lines:focus-visible {
		outline: 3px solid var(--phcc-focus);
		outline-offset: -3px;
	}
}

.phcc-summary__heading,
.phcc-meal-line__heading,
.phcc-meal-line__controls,
.phcc-preview-heading,
.phcc-dialog__header,
.phcc-dialog__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.phcc-summary h2 {
	margin: 0;
	color: var(--phcc-white);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
}

.phcc-summary .phcc-eyebrow {
	color: #ffb7c0;
}

.phcc-text-button {
	min-height: 44px;
	padding: 0.4rem;
	border: 0;
	color: #ffd9dd;
	background: transparent;
	cursor: pointer;
	font-weight: 800;
	text-decoration: underline;
}

.phcc-summary__empty {
	margin: 1rem 0;
	padding: 1.1rem;
	border: 1px dashed rgba(255, 255, 255, 0.28);
	border-radius: 0.55rem;
}

.phcc-summary__empty p,
.phcc-summary__empty span {
	display: block;
	margin: 0;
}

.phcc-summary__empty span,
.phcc-summary__note {
	color: #c9c0c0;
	font-size: 0.78rem;
}

.phcc-meal-lines {
	display: grid;
	gap: 0.65rem;
	margin-top: 1rem;
}

.phcc-meal-lines:empty {
	display: none;
}

.phcc-meal-line {
	padding: 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 0.55rem;
	background: rgba(255, 255, 255, 0.065);
}

.phcc-meal-line__heading {
	align-items: flex-start;
}

.phcc-meal-line h3 {
	font-size: 0.94rem;
}

.phcc-meal-line__heading p {
	margin: 0.2rem 0 0;
	color: #c9c0c0;
	font-size: 0.74rem;
}

.phcc-meal-line__heading > button {
	display: grid;
	place-items: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	color: var(--phcc-white);
	background: transparent;
	cursor: pointer;
	font-size: 1.25rem;
}

.phcc-meal-line__heading > button:hover {
	background: rgba(255, 255, 255, 0.12);
}

.phcc-meal-line__controls {
	flex-wrap: wrap;
	margin-top: 0.65rem;
}

.phcc-meal-line__meta {
	display: contents;
}

.phcc-meal-line__meta > span {
	order: 1;
	color: #d1caca;
	font-size: 0.75rem;
}

.phcc-meal-line__controls > .phcc-stepper {
	order: 2;
}

.phcc-stepper {
	display: inline-grid;
	grid-template-columns: 44px 48px 44px;
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 0.45rem;
	overflow: hidden;
}

.phcc-stepper button,
.phcc-stepper input {
	width: 100%;
	height: 44px;
	border: 0;
	color: var(--phcc-white);
	background: transparent;
	text-align: center;
}

.phcc-stepper button {
	cursor: pointer;
	font-size: 1.15rem;
}

.phcc-stepper input {
	-moz-appearance: textfield;
	border-inline: 1px solid rgba(255, 255, 255, 0.2);
}

.phcc-stepper input::-webkit-inner-spin-button,
.phcc-stepper input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.phcc-meal-line__calories {
	flex: 0 0 100%;
	order: 3;
	margin: 0.6rem 0 0;
	font-size: 0.82rem;
	font-weight: 850;
}

@media (min-width: 901px) {
	.phcc-summary .phcc-meal-lines {
		gap: 0.5rem;
		margin-top: 0.65rem;
	}

	.phcc-summary .phcc-meal-line {
		display: grid;
		grid-template-rows: minmax(44px, auto) minmax(44px, auto);
		gap: 0.3rem;
		padding: 0.45rem 0.55rem;
	}

	.phcc-summary .phcc-meal-line__heading > div,
	.phcc-summary .phcc-meal-line__meta {
		min-width: 0;
	}

	.phcc-summary .phcc-meal-line__heading h3,
	.phcc-summary .phcc-meal-line__heading p,
	.phcc-summary .phcc-meal-line__meta span {
		overflow-wrap: anywhere;
	}

	.phcc-summary .phcc-meal-line__controls {
		margin-top: 0;
	}

	.phcc-summary .phcc-meal-line__meta {
		display: grid;
		gap: 0.15rem;
	}

	.phcc-summary .phcc-meal-line__calories {
		margin: 0;
		line-height: 1.1;
	}
}

.phcc-totals {
	margin: 1rem 0;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.phcc-totals h3 {
	margin: 0 0 0.7rem;
	font-size: 1rem;
}

.phcc-nutrition-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.45rem;
	margin: 0;
}

.phcc-nutrition-grid > div {
	min-width: 0;
	padding: 0.65rem;
	border-radius: 0.4rem;
	background: rgba(255, 255, 255, 0.075);
}

.phcc-nutrition-grid dt,
.phcc-nutrition-grid dd {
	margin: 0;
}

.phcc-nutrition-grid dt {
	color: #c9c0c0;
	font-size: 0.67rem;
}

.phcc-nutrition-grid dd {
	margin-top: 0.18rem;
	font-size: 0.92rem;
	font-weight: 850;
}

.phcc-summary__note {
	margin: 0.75rem 0 0;
}

.phcc-dialog {
	width: min(94vw, 780px);
	max-height: min(90vh, 900px);
	padding: 0;
	border: 0;
	border-radius: 0.85rem;
	color: var(--phcc-ink);
	background: transparent;
	box-shadow: var(--phcc-shadow);
}

.phcc-dialog::backdrop {
	background: rgba(20, 15, 15, 0.68);
	backdrop-filter: blur(3px);
}

.phcc-dialog__frame {
	max-height: min(90vh, 900px);
	overflow: auto;
	margin: 0;
	background: var(--phcc-cream);
}

.phcc-dialog__header {
	position: sticky;
	top: 0;
	z-index: 4;
	padding: 1rem 1.2rem;
	border-bottom: 1px solid var(--phcc-line);
	background: rgba(255, 248, 238, 0.97);
}

.phcc-dialog__header h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.7rem, 4vw, 2.5rem);
	line-height: 1.1;
}

.phcc-dialog__header .phcc-eyebrow {
	margin-bottom: 0.3rem;
}

.phcc-icon-button {
	display: grid;
	place-items: center;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	border: 1px solid var(--phcc-line);
	border-radius: 50%;
	color: var(--phcc-ink);
	background: var(--phcc-white);
	cursor: pointer;
	font-size: 1.5rem;
}

.phcc-dialog__body,
.phcc-dialog__preview {
	padding: 1.2rem;
}

.phcc-fields-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
}

.phcc-template-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 0.8rem;
	padding: 0.8rem;
	border-radius: 0.5rem;
	color: #553234;
	background: #f9dfe2;
}

.phcc-template-note span {
	font-size: 0.78rem;
}

.phcc-option-group {
	min-width: 0;
	margin: 1rem 0 0;
	padding: 0.75rem;
	border: 1px solid var(--phcc-line);
	border-radius: 0.55rem;
	background: var(--phcc-white);
}

.phcc-option-group legend {
	padding: 0 0.35rem;
	font-weight: 900;
}

.phcc-option-group legend small {
	color: var(--phcc-muted);
	font-size: 0.7rem;
	font-weight: 700;
}

.phcc-option-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(105px, 150px);
	align-items: center;
	min-height: 48px;
	gap: 0.6rem;
	padding: 0.35rem 0;
	border-bottom: 1px solid #eee7e2;
}

.phcc-option-row:last-child {
	border-bottom: 0;
}

.phcc-option-row label {
	display: flex;
	align-items: center;
	min-height: 44px;
	gap: 0.65rem;
	cursor: pointer;
}

.phcc-option-row input {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	accent-color: var(--phcc-red);
}

.phcc-option-row select {
	width: 100%;
	min-height: 44px;
	padding: 0.5rem;
	border: 1px solid #bfb6b2;
	border-radius: 0.4rem;
	background: var(--phcc-white);
}

.phcc-option-row.is-locked {
	color: var(--phcc-muted);
}

.phcc-inline-note,
.phcc-preview-details,
.phcc-allergens {
	font-size: 0.82rem;
}

.phcc-inline-note {
	margin: 0.75rem 0 0;
	color: var(--phcc-muted);
}

.phcc-dialog__preview {
	border-block: 1px solid var(--phcc-line);
	background: var(--phcc-ink);
	color: var(--phcc-white);
}

.phcc-preview-heading {
	align-items: flex-start;
}

.phcc-preview-heading > div {
	display: grid;
}

.phcc-preview-heading span {
	color: #c9c0c0;
	font-size: 0.72rem;
}

.phcc-preview-heading strong {
	margin-top: 0.15rem;
}

.phcc-dialog__preview .phcc-nutrition-grid {
	margin-top: 1rem;
}

.phcc-preview-details {
	margin: 0.8rem 0 0;
	color: #ddd4d4;
}

.phcc-allergens {
	margin: 0.8rem 0 0;
	padding-top: 0.8rem;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	color: #f0e8e8;
}

.phcc-dialog__actions {
	position: sticky;
	bottom: 0;
	z-index: 4;
	justify-content: flex-end;
	padding: 1rem 1.2rem;
	border-top: 1px solid var(--phcc-line);
	background: rgba(255, 248, 238, 0.97);
}

.phcc-status {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 100;
	max-width: min(360px, calc(100vw - 2rem));
	margin: 0;
	padding: 0;
	color: transparent;
	pointer-events: none;
}

.phcc-status:not(:empty) {
	padding: 0.8rem 1rem;
	border-radius: 0.5rem;
	color: var(--phcc-white);
	background: var(--phcc-ink);
	box-shadow: var(--phcc-shadow);
}

.phcc-calculator.has-error .phcc-status {
	position: static;
	grid-column: 1 / -1;
	max-width: none;
	margin: 0 0 1rem;
	color: var(--phcc-white);
	pointer-events: auto;
}

.phcc-calculator[aria-busy="true"] [data-phcc-catalog-control] {
	cursor: wait;
	opacity: 0.62;
}

.phcc-calculator.has-error [data-phcc-catalog-control] {
	cursor: not-allowed;
	opacity: 0.62;
}

.phcc-content-section,
.phcc-menu-category,
.phcc-support-sections > section,
.phcc-source-overview > section {
	margin-top: clamp(3rem, 8vw, 6rem);
}

.phcc-content-section {
	padding: clamp(1.4rem, 4vw, 2.4rem);
	border: 1px solid var(--phcc-line);
	border-radius: 0.8rem;
	background: var(--phcc-white);
}

.phcc-content-section > p {
	max-width: 850px;
	color: var(--phcc-muted);
}

.phcc-info-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.4rem;
}

.phcc-info-grid article {
	padding: 1.2rem;
	border-radius: 0.6rem;
	background: var(--phcc-cream);
}

.phcc-info-grid article > strong {
	display: block;
	margin-bottom: 0.4rem;
	color: var(--phcc-red-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.1rem;
}

.phcc-info-grid p {
	margin-bottom: 0;
	color: var(--phcc-muted);
}

.phcc-longform-guide {
	width: min(100%, 920px);
	margin: 6rem auto 0;
	padding-top: 3.5rem;
	border-top: 1px solid var(--phcc-line);
}

.phcc-longform-guide__header {
	max-width: 820px;
}

.phcc-longform-guide h2,
.phcc-longform-guide h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 0;
	line-height: 1.18;
}

.phcc-longform-guide h2 {
	font-size: 2.25rem;
}

.phcc-longform-guide h3 {
	font-size: 1.35rem;
}

.phcc-longform-guide p,
.phcc-longform-guide li {
	color: #4f4949;
}

.phcc-longform-guide p {
	margin: 1rem 0 0;
}

.phcc-longform-guide a {
	color: var(--phcc-red-dark);
	font-weight: 750;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
}

.phcc-longform-guide__intro {
	color: var(--phcc-ink) !important;
	font-size: 1.12rem;
	line-height: 1.7;
}

.phcc-longform-guide__contents {
	margin-top: 2rem;
	padding: 1.25rem 1.4rem;
	border-left: 4px solid var(--phcc-red);
	background: rgba(255, 255, 255, 0.62);
}

.phcc-longform-guide__contents > strong {
	display: block;
	margin-bottom: 0.7rem;
}

.phcc-longform-guide__contents ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.5rem 2rem;
	margin: 0;
	padding-left: 1.15rem;
}

.phcc-longform-guide__section {
	margin-top: 3.5rem;
	padding-top: 3.5rem;
	border-top: 1px solid var(--phcc-line);
	scroll-margin-top: 1.5rem;
}

.phcc-longform-guide__steps {
	margin: 1.5rem 0 0;
	padding-left: 1.5rem;
}

.phcc-longform-guide__steps li {
	padding: 1.1rem 0 1.25rem 0.6rem;
	border-top: 1px solid rgba(104, 97, 97, 0.22);
}

.phcc-longform-guide__steps li::marker {
	color: var(--phcc-red-dark);
	font-weight: 900;
}

.phcc-longform-guide__steps li:first-child {
	border-top: 0;
}

.phcc-longform-guide__steps p {
	margin-top: 0.55rem;
}

.phcc-longform-guide__callout {
	margin-top: 1.4rem;
	padding: 1.15rem 1.25rem;
	border-left: 4px solid var(--phcc-red);
	background: var(--phcc-white);
}

.phcc-longform-guide__callout p {
	margin-top: 0.35rem;
}

.phcc-longform-guide__related {
	margin-top: 1.5rem;
}

.phcc-longform-guide__related ul {
	margin: 0.8rem 0 0;
	padding-left: 1.15rem;
}

.phcc-longform-guide__related li + li {
	margin-top: 0.4rem;
}

.phcc-longform-guide__faq > p {
	max-width: 720px;
}

.phcc-longform-guide__faq-list {
	margin-top: 1.5rem;
	border-bottom: 1px solid var(--phcc-line);
}

.phcc-longform-guide__faq-list details {
	border-top: 1px solid var(--phcc-line);
}

.phcc-longform-guide__faq-list summary {
	min-height: 56px;
	padding: 1rem 2.2rem 1rem 0;
	cursor: pointer;
	font-weight: 850;
	line-height: 1.4;
}

.phcc-longform-guide__faq-list details[open] summary {
	color: var(--phcc-red-dark);
}

.phcc-longform-guide__faq-list details p {
	max-width: 780px;
	margin: 0;
	padding: 0 0 1.25rem;
}

.phcc-footer {
	padding: 2.5rem 0;
	color: #eee8e8;
	background: var(--phcc-ink);
}

.phcc-footer__inner {
	align-items: flex-start;
	gap: 2rem;
}

.phcc-footer p {
	max-width: 620px;
	margin: 0.4rem 0 0;
	color: #bfb7b7;
	font-size: 0.85rem;
}

.phcc-footer nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.3rem 1rem;
}

.phcc-footer nav a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--phcc-white);
	font-size: 0.85rem;
	font-weight: 750;
}

.phcc-anchor-nav {
	position: sticky;
	top: 0.5rem;
	z-index: 10;
	padding: 0.65rem;
	border: 1px solid var(--phcc-line);
	border-radius: 0.65rem;
	background: rgba(255, 248, 238, 0.96);
	backdrop-filter: blur(8px);
}

.phcc-menu-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.phcc-menu-card {
	display: grid;
	grid-template-rows: 220px 1fr;
	overflow: hidden;
	border: 1px solid var(--phcc-line);
	border-radius: 0.7rem;
	background: var(--phcc-white);
}

.phcc-menu-card > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0.7rem;
	background: linear-gradient(145deg, #fff 0%, #f8eee3 100%);
}

.phcc-menu-card > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 1rem;
}

.phcc-menu-card p,
.phcc-menu-card span {
	color: var(--phcc-muted);
	font-size: 0.86rem;
}

.phcc-menu-card p {
	margin: 0.55rem 0;
}

.phcc-menu-card span {
	display: block;
	margin-top: 0.3rem;
}

.phcc-menu-card a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin-top: auto;
	padding-top: 0.75rem;
	color: var(--phcc-red-dark);
	font-weight: 850;
}

.phcc-allergen-source,
.phcc-allergen-directory {
	margin-top: 3rem;
}

.phcc-allergen-warning {
	margin-bottom: 2rem;
	padding: 1.15rem 1.25rem;
	border-left: 4px solid var(--phcc-red);
	background: #fff3e5;
}

.phcc-allergen-warning strong {
	display: block;
	color: var(--phcc-red-dark);
	font-size: 1.05rem;
}

.phcc-allergen-warning p,
.phcc-allergen-source__header p,
.phcc-allergen-source__disclosure,
.phcc-allergen-directory__intro {
	margin: 0.55rem 0 0;
	color: var(--phcc-muted);
}

.phcc-allergen-source__header {
	max-width: 760px;
}

.phcc-allergen-source__links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
	margin-top: 1.25rem;
}

.phcc-allergen-source__links a {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-height: 110px;
	padding: 1rem;
	border: 1px solid var(--phcc-line);
	border-radius: 0.5rem;
	color: var(--phcc-ink);
	background: var(--phcc-white);
	text-decoration: none;
}

.phcc-allergen-source__links a:hover,
.phcc-allergen-source__links a:focus-visible {
	border-color: var(--phcc-red);
	box-shadow: 0 0 0 3px rgba(203, 32, 45, 0.12);
}

.phcc-allergen-source__links strong {
	color: var(--phcc-red-dark);
	line-height: 1.25;
}

.phcc-allergen-source__links span {
	color: var(--phcc-muted);
	font-size: 0.86rem;
	line-height: 1.45;
}

.phcc-allergen-source__disclosure {
	max-width: 840px;
	font-size: 0.86rem;
}

.phcc-allergen-categories {
	display: grid;
	gap: 2.75rem;
	margin-top: 2rem;
}

.phcc-allergen-category {
	padding-top: 2rem;
	border-top: 1px solid var(--phcc-line);
	scroll-margin-top: 1rem;
}

.phcc-allergen-category .phcc-tool-heading {
	margin-bottom: 0;
}

.phcc-allergen-category h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.65rem, 3vw, 2.2rem);
}

.phcc-allergen-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1rem;
}

.phcc-allergen-card {
	display: grid;
	grid-template-rows: 170px 1fr;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--phcc-line);
	border-radius: 0.5rem;
	background: var(--phcc-white);
}

.phcc-allergen-card__media {
	display: grid;
	place-items: center;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	background: #faf4ec;
}

.phcc-allergen-card__media img {
	display: block;
	width: 100%;
	height: 100% !important;
	min-height: 0;
	padding: 0.65rem;
	object-fit: contain;
}

.phcc-allergen-card__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	padding: 0.95rem;
}

.phcc-allergen-card__category,
.phcc-allergen-card__label {
	margin: 0;
	color: var(--phcc-muted);
	font-size: 0.74rem;
	font-weight: 750;
	letter-spacing: 0;
}

.phcc-allergen-card__category {
	text-transform: uppercase;
}

.phcc-allergen-card h4 {
	margin: 0.35rem 0 0;
	font-size: 1.08rem;
	line-height: 1.25;
}

.phcc-allergen-card__label {
	margin-top: 0.55rem;
	font-weight: 650;
}

.phcc-allergen-flags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem;
	margin: 0.55rem 0 0;
	padding: 0;
	list-style: none;
}

.phcc-allergen-flags li {
	padding: 0.28rem 0.45rem;
	border: 1px solid #f1c9c9;
	border-radius: 0.25rem;
	color: var(--phcc-red-dark);
	background: #fff1f1;
	font-size: 0.76rem;
	font-weight: 800;
}

.phcc-allergen-card__empty {
	margin: 0.55rem 0 0;
	color: var(--phcc-muted);
	font-size: 0.78rem;
	line-height: 1.45;
}

.phcc-allergen-card__link {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	margin-top: auto;
	padding-top: 0.7rem;
	color: var(--phcc-red-dark);
	font-size: 0.82rem;
	font-weight: 850;
}

.phcc-allergen-guide {
	margin-top: 6rem;
}

.phcc-allergen-label-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem 1rem;
	margin: 1.35rem 0 0;
	padding: 0;
	list-style: none;
}

.phcc-allergen-label-list li {
	display: grid;
	grid-template-columns: minmax(90px, 0.35fr) minmax(0, 1fr);
	gap: 0.65rem;
	padding: 0.75rem 0;
	border-top: 1px solid var(--phcc-line);
}

.phcc-allergen-label-list strong {
	color: var(--phcc-ink);
}

.phcc-allergen-label-list span {
	color: var(--phcc-muted);
	font-size: 0.86rem;
}

.phcc-support-sections {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-bottom: 3rem;
}

.phcc-support-sections > section {
	margin-top: 0;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--phcc-line);
	border-radius: 0.7rem;
	background: var(--phcc-white);
}

.phcc-support-sections h2 {
	font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.phcc-support-sections p {
	color: var(--phcc-muted);
}

.phcc-contact-card {
	display: grid;
	max-width: 760px;
	gap: 0.55rem;
	margin-bottom: 3rem;
	padding: clamp(1.5rem, 5vw, 3rem);
	border: 1px solid var(--phcc-line);
	border-radius: 0.8rem;
	background: var(--phcc-white);
}

.phcc-contact-card p {
	margin: 0;
	color: var(--phcc-muted);
	font-size: 0.8rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.phcc-contact-card a {
	min-width: 0;
	color: var(--phcc-red-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.3rem, 5vw, 2.5rem);
	font-weight: 750;
	overflow-wrap: anywhere;
}

.phcc-contact-card span {
	color: var(--phcc-muted);
}

.phcc-source-overview > .phcc-info-grid {
	margin-top: 0;
}

.phcc-guides-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	padding-bottom: 5rem;
}

.phcc-guide-card {
	display: grid;
	grid-template-columns: minmax(150px, 34%) minmax(0, 1fr);
	overflow: hidden;
	border: 1px solid var(--phcc-line);
	border-radius: 0.8rem;
	background: var(--phcc-white);
	box-shadow: 0 12px 30px rgba(43, 27, 27, 0.07);
}

.phcc-guide-card__media {
	display: grid;
	place-items: center;
	min-height: 260px;
	background: linear-gradient(145deg, #fff 0%, #f8eee3 100%);
}

.phcc-guide-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 0.75rem;
}

.phcc-guide-card > div {
	padding: 1.35rem;
}

.phcc-guide-card h2,
.phcc-article h1,
.phcc-article h2 {
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 0;
	line-height: 1.08;
}

.phcc-guide-card h2 {
	margin: 0;
	font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.phcc-guide-card h2 a,
.phcc-guide-card__link {
	text-decoration: none;
}

.phcc-guide-card > div > p:not(.phcc-eyebrow) {
	color: var(--phcc-muted);
}

.phcc-guide-card__link {
	color: var(--phcc-red-dark);
	font-weight: 900;
}

.phcc-article {
	width: min(100% - 2rem, 1180px);
	margin-inline: auto;
	padding: clamp(2.5rem, 7vw, 5rem) 0 5rem;
}

.phcc-article__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(240px, 0.7fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
	padding-bottom: clamp(2.5rem, 6vw, 4rem);
	border-bottom: 1px solid var(--phcc-line);
}

.phcc-article h1 {
	max-width: 900px;
	margin: 0;
	font-size: clamp(2.55rem, 6vw, 5rem);
}

.phcc-article__excerpt {
	max-width: 800px;
	color: var(--phcc-muted);
	font-size: 1.15rem;
}

.phcc-article__byline {
	font-size: 0.88rem;
	font-weight: 800;
}

.phcc-article__byline a {
	color: var(--phcc-red-dark);
}

.phcc-article__media {
	display: grid;
	place-items: center;
	min-height: 330px;
	margin: 0;
	padding: 1rem;
	border-radius: 0.9rem;
	background: var(--phcc-white);
	box-shadow: var(--phcc-shadow);
}

.phcc-article__media img {
	width: 100%;
	height: 100%;
	max-height: 360px;
	object-fit: contain;
}

.phcc-article__layout {
	display: grid;
	grid-template-columns: minmax(0, 760px) minmax(250px, 320px);
	align-items: start;
	justify-content: space-between;
	gap: clamp(2rem, 5vw, 5rem);
	padding-top: clamp(2.5rem, 6vw, 4.5rem);
}

.phcc-article__content {
	min-width: 0;
}

.phcc-article__lede {
	margin: 0;
	font-size: 1.18rem;
	font-weight: 650;
}

.phcc-article__content > section {
	margin-top: 3rem;
}

.phcc-article__content h2 {
	margin: 0;
	font-size: clamp(1.8rem, 4vw, 2.65rem);
}

.phcc-article__content p,
.phcc-article__content li,
.phcc-article__aside p {
	color: var(--phcc-muted);
}

.phcc-article__content a,
.phcc-article__aside a {
	color: var(--phcc-red-dark);
	font-weight: 800;
}

.phcc-article__content ul {
	padding: 1.1rem 1.1rem 1.1rem 2.25rem;
	border-left: 4px solid var(--phcc-red);
	background: var(--phcc-white);
}

.phcc-related-guides ul {
	display: grid;
	gap: 0.6rem;
	margin: 1rem 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	list-style: none;
}

.phcc-related-guides li {
	margin: 0;
}

.phcc-related-guides a {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 0.7rem 0.85rem;
	border: 1px solid var(--phcc-line);
	border-radius: 0.45rem;
	background: var(--phcc-white);
	text-decoration: none;
}

.phcc-article__aside {
	position: sticky;
	top: 1.5rem;
	padding: 1.35rem;
	border: 1px solid var(--phcc-line);
	border-radius: 0.8rem;
	background: var(--phcc-white);
	box-shadow: 0 12px 30px rgba(43, 27, 27, 0.07);
}

.phcc-article__aside h2 {
	margin: 0;
	font-size: 1.8rem;
}

.phcc-article__aside nav {
	display: grid;
	gap: 0.8rem;
	margin-top: 1rem;
}

.phcc-author-box {
	padding: clamp(1.3rem, 4vw, 2rem);
	border: 1px solid var(--phcc-line);
	border-radius: 0.8rem;
	background: var(--phcc-white);
}

.phcc-nutrient-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.6rem;
	margin-top: 1.2rem;
}

.phcc-nutrient-list > div {
	display: grid;
	padding: 0.75rem;
	border-radius: 0.45rem;
	background: var(--phcc-cream);
}

.phcc-nutrient-list span {
	color: var(--phcc-muted);
	font-size: 0.78rem;
}

.phcc-mobile-summary {
	display: none;
}

.phcc-mobile-summary__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1rem;
}

@media (max-width: 1080px) {
	.phcc-calculator {
		grid-template-columns: minmax(0, 1fr) minmax(290px, 340px);
	}

	.phcc-product-grid,
	.phcc-menu-grid,
	.phcc-allergen-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.phcc-allergen-source__links {
		grid-template-columns: 1fr;
	}

	.phcc-nutrient-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.phcc-header__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.5rem;
		padding-block: 0.75rem;
	}

	.phcc-nav {
		width: 100%;
		overflow-x: auto;
		padding-bottom: 0.2rem;
		scrollbar-width: thin;
	}

	.phcc-nav a {
		flex: 0 0 auto;
	}

	.phcc-hero {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.phcc-source-card {
		width: min(100%, 420px);
	}

	.phcc-calculator {
		display: block;
	}

	.phcc-summary {
		display: none;
	}

	.phcc-calculator-page .phcc-main {
		padding-bottom: calc(7rem + env(safe-area-inset-bottom));
	}

	.phcc-calculator-page .phcc-footer {
		padding-bottom: calc(7rem + env(safe-area-inset-bottom));
	}

	.phcc-mobile-summary:not([hidden]) {
		position: fixed;
		right: 0.75rem;
		bottom: calc(0.75rem + env(safe-area-inset-bottom));
		left: 0.75rem;
		z-index: 60;
		display: block;
		filter: drop-shadow(0 14px 28px rgba(30, 20, 20, 0.26));
	}

	.phcc-mobile-summary button {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 64px;
		gap: 0.65rem;
		padding: 0.65rem 0.85rem;
		border: 0;
		border-radius: 0.65rem;
		color: var(--phcc-white);
		background: var(--phcc-ink);
		cursor: pointer;
		font-weight: 800;
		text-align: left;
	}

	.phcc-mobile-summary__total {
		display: grid;
		min-width: 0;
		gap: 0.05rem;
		font-size: 0.78rem;
		line-height: 1.25;
	}

	.phcc-mobile-summary__total small {
		color: #d7cece;
		font-size: 0.68rem;
		font-weight: 750;
	}

	.phcc-mobile-summary__total strong {
		font-size: 1.3rem;
		line-height: 1;
	}

	.phcc-mobile-summary__view {
		display: inline-flex;
		align-items: center;
		justify-content: flex-end;
		flex: 0 0 auto;
		gap: 0.25rem;
		font-size: 0.76rem;
		white-space: nowrap;
	}

	.phcc-mobile-summary__view span {
		font-size: 1.25rem;
		line-height: 1;
	}

	.phcc-dialog--summary {
		width: min(100vw - 1rem, 680px);
	}

	.phcc-dialog--summary .phcc-dialog__frame {
		padding: 0 1rem 1rem;
		background: var(--phcc-ink);
		color: var(--phcc-white);
	}

	.phcc-dialog--summary .phcc-dialog__header {
		margin-inline: -1rem;
		color: var(--phcc-white);
		background: var(--phcc-ink);
		border-bottom-color: rgba(255, 255, 255, 0.14);
	}

	.phcc-dialog--summary .phcc-dialog__header h2 {
		color: var(--phcc-white);
	}

	.phcc-dialog--summary .phcc-icon-button {
		border-color: rgba(255, 255, 255, 0.2);
		color: var(--phcc-white);
		background: rgba(255, 255, 255, 0.08);
	}

	.phcc-dialog--summary .phcc-mobile-summary__actions .phcc-button--ghost {
		border-color: rgba(255, 255, 255, 0.3);
		color: var(--phcc-white) !important;
		background: rgba(255, 255, 255, 0.08);
	}

	.phcc-info-grid {
		grid-template-columns: 1fr;
	}

	.phcc-guides-grid,
	.phcc-article__hero,
	.phcc-article__layout {
		grid-template-columns: 1fr;
	}

	.phcc-article__aside {
		position: static;
	}

	.phcc-support-sections {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 650px) {
	.phcc-header__inner,
	.phcc-footer__inner,
	.phcc-main,
	.phcc-article {
		width: min(100% - 1.25rem, 1320px);
	}

	.phcc-header__inner {
		min-height: auto;
		gap: 0.35rem;
		padding-block: 0.55rem 0.65rem;
	}

	.phcc-brand {
		min-height: 44px;
	}

	.phcc-nav {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-auto-flow: row;
		grid-auto-rows: minmax(44px, auto);
		align-content: start;
		gap: 0.35rem;
		overflow: visible;
		padding-bottom: 0;
	}

	.phcc-nav::before,
	.phcc-nav::after {
		display: none;
		content: none;
	}

	.phcc-nav a {
		justify-content: center;
		width: 100%;
		min-height: 44px;
		padding: 0.45rem 0.2rem;
		font-size: 0.82rem;
		text-align: center;
	}

	.phcc-hero {
		padding-top: 2.6rem;
	}

	.phcc-longform-guide {
		margin-top: 4rem;
		padding-top: 2.5rem;
	}

	.phcc-longform-guide h2 {
		font-size: 1.85rem;
	}

	.phcc-longform-guide h3 {
		font-size: 1.25rem;
	}

	.phcc-longform-guide__intro {
		font-size: 1.02rem;
	}

	.phcc-longform-guide__contents {
		padding: 1rem 1rem 1rem 1.15rem;
	}

	.phcc-longform-guide__contents ul {
		grid-template-columns: 1fr;
		gap: 0.45rem;
	}

	.phcc-longform-guide__section {
		margin-top: 2.6rem;
		padding-top: 2.6rem;
	}

	.phcc-longform-guide__steps {
		padding-left: 1.2rem;
	}

	.phcc-longform-guide__steps li {
		padding-left: 0.25rem;
	}

	.phcc-hero h1 {
		font-size: clamp(2.5rem, 14vw, 4rem);
	}

	.phcc-article {
		padding-top: 1.35rem;
	}

	.phcc-article__hero {
		gap: 1.15rem;
		padding-bottom: 1.5rem;
	}

	.phcc-article h1 {
		font-size: 2.35rem;
		line-height: 1.04;
	}

	.phcc-article__excerpt {
		margin-block: 0.8rem;
		font-size: 1rem;
	}

	.phcc-article__byline {
		margin-block: 0.7rem 0;
	}

	.phcc-author-box a {
		overflow-wrap: anywhere;
	}

	.phcc-article__media {
		min-height: 210px;
	}

	.phcc-article__layout {
		gap: 2rem;
		padding-top: 1.75rem;
	}

	.phcc-filters,
	.phcc-product-grid,
	.phcc-menu-grid,
	.phcc-fields-row {
		grid-template-columns: 1fr;
	}

	.phcc-catalog-toolbar {
		padding: 0.7rem;
	}

	.phcc-catalog-toolbar .phcc-filters {
		gap: 0.55rem;
	}

	.phcc-category-chips {
		display: none;
	}

	.phcc-product-card {
		grid-template-columns: minmax(110px, 38%) minmax(0, 1fr);
		grid-template-rows: auto;
		min-height: 245px;
	}

	.phcc-product-card__media {
		block-size: auto;
		min-height: 220px;
	}

	.phcc-product-card__body {
		padding: 0.9rem;
	}

	.phcc-product-card__body > p {
		font-size: 0.82rem;
	}

	.phcc-product-card .phcc-button {
		padding-inline: 0.75rem;
		font-size: 0.84rem;
	}

	.phcc-tool-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.phcc-menu-card {
		grid-template-columns: 130px minmax(0, 1fr);
		grid-template-rows: auto;
	}

	.phcc-allergen-grid {
		grid-template-columns: 1fr;
	}

	.phcc-allergen-card {
		grid-template-columns: 130px minmax(0, 1fr);
		grid-template-rows: auto;
	}

	.phcc-allergen-card__media {
		min-height: 170px;
	}

	.phcc-allergen-label-list {
		grid-template-columns: 1fr;
	}

	.phcc-footer__inner {
		flex-direction: column;
	}

	.phcc-footer nav {
		justify-content: flex-start;
	}

	.phcc-guide-card {
		grid-template-columns: 120px minmax(0, 1fr);
	}

	.phcc-guide-card__media {
		min-height: 230px;
	}

	.phcc-nutrient-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.phcc-dialog {
		width: calc(100vw - 0.75rem);
		max-height: calc(100vh - 0.75rem);
		border-radius: 0.65rem;
	}

	.phcc-dialog__frame {
		max-height: calc(100vh - 0.75rem);
	}

	.phcc-dialog__header,
	.phcc-dialog__body,
	.phcc-dialog__preview,
	.phcc-dialog__actions {
		padding-inline: 0.85rem;
	}

	.phcc-option-row {
		grid-template-columns: minmax(0, 1fr) 112px;
	}

	.phcc-template-note {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.2rem;
	}

	.phcc-dialog__actions .phcc-button {
		flex: 1 1 0;
	}

	.phcc-status {
		right: 0.75rem;
		bottom: calc(5.5rem + env(safe-area-inset-bottom));
		left: 0.75rem;
	}
}

@media (max-width: 390px) {
	.phcc-guide-card {
		grid-template-columns: 1fr;
	}

	.phcc-guide-card__media {
		min-height: 190px;
	}
	.phcc-product-card {
		grid-template-columns: 1fr;
	}

	.phcc-product-card__media {
		block-size: 190px;
		min-height: 190px;
	}

	.phcc-menu-card {
		grid-template-columns: 105px minmax(0, 1fr);
	}

	.phcc-allergen-card {
		grid-template-columns: 105px minmax(0, 1fr);
	}

	.phcc-nutrition-grid,
	.phcc-nutrient-list {
		grid-template-columns: 1fr 1fr;
	}

	.phcc-option-row {
		grid-template-columns: 1fr;
	}

	.phcc-option-row select {
		margin-bottom: 0.3rem;
	}
}

@media (max-width: 340px) {
	.phcc-filter-meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.2rem;
	}

	.phcc-mobile-summary__total {
		font-size: 0.73rem;
	}

	.phcc-mobile-summary__total strong {
		font-size: 1.15rem;
	}

	.phcc-mobile-summary__view {
		font-size: 0.7rem;
	}
}

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