.q-product-page {
	--qpp-accent: #d88400;
	--qpp-accent-soft: #f3d28c;
	--qpp-accent-pale: #f8ead0;
	--qpp-deep: #4a301c;
	--qpp-scene: #d89a3a;
	--qpp-rail: var(--q-page-gutter);
}

.q-product-page--flow {
	--qpp-accent: #c42f59;
	--qpp-accent-soft: #e69ab2;
	--qpp-accent-pale: #f5dce4;
	--qpp-deep: #26182c;
	--qpp-scene: #9d2448;
}

.qpp-main {
	background: var(--q-paper);
	color: var(--q-ink);
}

.qpp-kicker {
	margin: 0 0 10px;
	color: var(--qpp-deep);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.qpp-opening {
	display: grid;
	grid-template-columns: minmax(420px, 43fr) minmax(620px, 57fr);
	min-height: calc(100svh - 72px);
}

.qpp-tableau {
	position: sticky;
	top: 0;
	align-self: start;
	height: calc(100svh - 72px);
	min-height: 680px;
	overflow: hidden;
	padding: var(--qpp-rail);
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--qpp-deep) 78%, transparent) 0%, color-mix(in srgb, var(--qpp-deep) 30%, transparent) 58%, transparent 86%),
		linear-gradient(180deg, transparent 50%, color-mix(in srgb, var(--qpp-deep) 62%, transparent)),
		var(--qpp-hero-image) center / cover no-repeat,
		var(--qpp-scene);
	color: white;
}

.qpp-tableau-copy {
	position: relative;
	z-index: 1;
	max-width: 610px;
}

.qpp-tableau-copy p {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.q-product-page .qpp-tableau h1 {
	max-width: 10ch;
	font-size: clamp(50px, 5.2vw, 80px);
}

.qpp-tableau-proof {
	position: absolute;
	right: var(--qpp-rail);
	bottom: var(--qpp-rail);
	left: var(--qpp-rail);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.55);
	font-size: 12px;
	font-weight: 740;
}

.qpp-order {
	min-width: 0;
	padding: var(--qpp-rail) var(--qpp-rail) 38px;
	background: var(--q-cool-white);
}

.qpp-order-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 30px;
	align-items: start;
}

.qpp-order-heading h2,
.qpp-choice-heading h3,
body.q-product-page .qpp-method h2,
body.q-product-page .qpp-facts h2,
body.q-product-page .qpp-ingredients h2,
body.q-product-page .qpp-testimonials h2,
body.q-product-page .qpp-faq h2,
body.q-product-page .qpp-close h2 {
	margin: 0;
	font-weight: 750;
	letter-spacing: -0.04em;
	line-height: 1;
	text-wrap: balance;
}

.qpp-order-heading h2 {
	max-width: 12ch;
	font-size: clamp(42px, 4.3vw, 66px);
}

.qpp-rating {
	display: grid;
	grid-template-columns: auto auto;
	gap: 0 8px;
	align-items: baseline;
	min-width: 125px;
	padding-top: 3px;
}

.qpp-rating strong {
	font-size: 24px;
}

.qpp-rating span {
	color: var(--qpp-accent);
	font-size: 12px;
	letter-spacing: 0.04em;
}

.qpp-rating .qpp-stars {
	display: inline-flex;
	letter-spacing: 0.04em;
}

.qpp-rating .qpp-half-star {
	position: relative;
	display: inline-block;
	width: 1em;
}

.qpp-rating .qpp-half-star > span:last-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	overflow: hidden;
}

.qpp-rating small {
	grid-column: 1 / -1;
	color: var(--q-muted);
	font-size: 11px;
}

.qpp-price-ledger {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 28px 0 0;
	border-top: 1px solid var(--q-line);
	border-bottom: 1px solid var(--q-line);
}

.qpp-price-ledger p {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 14px 16px;
}

.qpp-price-ledger p + p {
	border-left: 1px solid var(--q-line);
}

.qpp-price-ledger p > span {
	color: var(--q-muted);
	font-size: 10px;
	font-weight: 760;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.qpp-price-ledger strong {
	color: var(--qpp-deep);
	font-size: clamp(19px, 1.6vw, 25px);
}

.qpp-order-brief {
	padding: 20px 0 4px;
}

.qpp-order-brief p {
	width: 55%;
	max-width: 68ch;
	margin: 0;
	color: #3c5355;
	font-size: 13px;
	line-height: 1.55;
}

.qpp-choice-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin: 28px 0 12px;
}

.qpp-choice-heading h3 {
	font-size: clamp(25px, 2.25vw, 35px);
}

.qpp-choice-heading > p {
	margin: 0 0 3px;
	color: var(--q-muted);
	font-size: 11px;
	font-weight: 700;
}

.qpp-order .q-flavour-grid--single {
	gap: 0;
	border-top: 1px solid var(--q-line);
	border-left: 1px solid var(--q-line);
}

.qpp-order .q-flavour-grid--single .q-flavour {
	min-height: 86px;
	border: 0;
	border-right: 1px solid var(--q-line);
	border-bottom: 1px solid var(--q-line);
}

.qpp-order .q-flavour-grid--single .q-flavour-visual {
	inset: auto 0 0;
	width: auto;
	height: 9px;
	background: var(--qpp-accent);
}

.qpp-order .q-flavour-grid--single .q-flavour-band {
	grid-template-columns: minmax(0, 1fr) 150px;
	min-height: 85px;
	padding: 0 0 9px;
}

.qpp-order .q-flavour-grid--single .q-flavour-copy,
.qpp-order .q-flavour-grid--single .q-flavour-copy--selected {
	gap: 4px;
	padding: 15px 18px;
}

.qpp-order .q-flavour-grid--single .q-flavour-band > button {
	align-self: center;
	justify-self: end;
	width: 52px;
	height: 52px;
	min-width: 52px;
	min-height: 52px;
	margin: 0 14px 0 0;
	background: var(--q-orange);
	color: var(--q-ink);
}

.qpp-order .q-flavour-grid--single .q-flavour-quantity {
	align-self: center;
	justify-self: end;
	width: 136px;
	height: 52px;
	min-height: 52px;
	margin-right: 14px;
	background: var(--qpp-deep);
}

.qpp-order .q-flavour-grid--single .q-flavour-quantity button {
	height: 100%;
	min-height: 44px;
}

.qpp-order .q-flavour-grid--single .q-flavour-band > button:hover,
.qpp-order .q-flavour-grid--single .q-flavour-band > button:focus-visible,
.qpp-order .q-flavour-grid--single .q-flavour-quantity button:hover,
.qpp-order .q-flavour-grid--single .q-flavour-quantity button:focus-visible,
.qpp-order .q-flavour-grid--single .q-flavour-quantity button:active {
	background: var(--q-orange);
	color: var(--q-ink);
}

.qpp-order-bar {
	position: relative;
	z-index: 8;
	bottom: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 20px;
	align-items: center;
	margin: 0;
	padding: 14px 16px;
	border: 1px solid var(--q-line);
	border-top: 0;
	background: transparent;
}

.qpp-purchase-plan {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: 0.72fr 1.28fr;
	margin: 0;
	padding: 0 0 11px;
	border: 0;
}

.qpp-purchase-plan legend {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip-path: inset(50%);
}

.qpp-purchase-plan label {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 9px;
	align-items: center;
	min-height: 54px;
	padding: 8px 12px;
	border: 1px solid transparent;
	color: color-mix(in srgb, var(--qpp-deep) 76%, white);
	cursor: pointer;
}

.qpp-purchase-plan label + label {
	border-left-color: color-mix(in srgb, var(--qpp-accent) 28%, transparent);
}

.qpp-purchase-plan label.is-active {
	border-color: var(--qpp-deep);
	background: transparent;
	color: var(--q-ink);
}

.qpp-purchase-plan input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--qpp-accent);
}

.qpp-purchase-plan label > span,
.qpp-order-summary,
.qpp-order-total {
	display: grid;
}

.qpp-purchase-plan strong {
	font-size: 12px;
}

.qpp-purchase-plan small,
.qpp-order-summary span {
	color: var(--q-muted);
	font-size: 10px;
	line-height: 1.25;
}

.qpp-purchase-plan .qpp-plan-status {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	min-height: 15px;
	align-items: center;
	padding: 2px 12px;
	background: var(--qpp-deep);
	color: var(--q-cool-white);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.055em;
	line-height: 1.2;
	text-transform: uppercase;
}

.qpp-purchase-plan label.is-active .qpp-plan-status {
	display: none;
}

.qpp-order-summary {
	min-width: 0;
}

.qpp-order-summary strong,
.qpp-order-summary span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.qpp-order-summary strong {
	font-size: 14px;
}

.qpp-order-total {
	margin: 0;
	text-align: right;
}

.qpp-order-total span {
	color: var(--q-muted);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.qpp-order-total strong {
	font-size: 20px;
}

.qpp-method {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
	min-height: 760px;
	background: var(--qpp-accent-pale);
}

.qpp-method-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(70px, 9vw, 132px) var(--qpp-rail);
}

.qpp-method h2 {
	max-width: 11ch;
	font-size: clamp(48px, 5.6vw, 86px);
}

.qpp-method-copy > p:not(.qpp-kicker) {
	max-width: 68ch;
	margin: 30px 0 46px;
	color: color-mix(in srgb, var(--qpp-deep) 82%, white);
	font-size: 16px;
	line-height: 1.7;
}

.qpp-method-steps {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid color-mix(in srgb, var(--qpp-deep) 24%, transparent);
}

.qpp-method-steps li {
	display: grid;
	grid-template-columns: 38px 110px minmax(0, 1fr);
	gap: 18px;
	align-items: baseline;
	padding: 15px 0;
	border-bottom: 1px solid color-mix(in srgb, var(--qpp-deep) 24%, transparent);
}

.qpp-method-steps span {
	color: var(--qpp-accent);
	font-size: 11px;
	font-weight: 820;
}

.qpp-method-steps strong {
	font-size: 14px;
}

.qpp-method-steps small {
	color: color-mix(in srgb, var(--qpp-deep) 76%, white);
	font-size: 12px;
}

.qpp-method-scene {
	position: relative;
	min-height: 620px;
	margin: 0;
	overflow: hidden;
}

.qpp-method-scene img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.qpp-method-scene figcaption {
	position: absolute;
	right: 24px;
	bottom: 24px;
	max-width: 380px;
	padding: 14px 18px;
	background: var(--q-cool-white);
	color: var(--qpp-deep);
	font-size: 13px;
	font-weight: 750;
}

.q-product-page--ready .qpp-method-scene figcaption {
	white-space: nowrap;
}

.qpp-facts {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr);
	gap: clamp(50px, 8vw, 120px);
	align-items: end;
	padding: clamp(90px, 11vw, 160px) var(--qpp-rail);
	background: var(--qpp-deep);
	color: white;
}

.qpp-facts .qpp-kicker {
	color: var(--qpp-accent-soft);
}

body.q-product-page .qpp-facts h2 {
	max-width: 12ch;
	color: white;
	font-size: clamp(48px, 5.4vw, 82px);
}

.qpp-facts header > h2 + p {
	max-width: 62ch;
	margin: 28px 0 0;
	color: color-mix(in srgb, var(--qpp-accent-soft) 64%, white);
	font-size: 15px;
	line-height: 1.65;
}

.qpp-fact-ledger {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid color-mix(in srgb, var(--qpp-accent-soft) 48%, transparent);
	border-left: 1px solid color-mix(in srgb, var(--qpp-accent-soft) 48%, transparent);
}

.qpp-fact-ledger p {
	display: grid;
	min-height: 142px;
	align-content: space-between;
	margin: 0;
	padding: 22px;
	border-right: 1px solid color-mix(in srgb, var(--qpp-accent-soft) 48%, transparent);
	border-bottom: 1px solid color-mix(in srgb, var(--qpp-accent-soft) 48%, transparent);
}

.qpp-fact-ledger strong {
	color: var(--qpp-accent-soft);
	font-size: clamp(28px, 3vw, 44px);
	letter-spacing: -0.04em;
}

.qpp-fact-ledger span {
	color: white;
	font-size: 11px;
	font-weight: 700;
}

.q-product-page--ready .qpp-facts,
.q-product-page--flow .qpp-facts {
	grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
	align-items: stretch;
}

.qpp-macro-board {
	display: grid;
	height: clamp(320px, 31vw, 410px);
	grid-template-rows: minmax(0, 3.5435fr) minmax(0, 1fr) auto;
	gap: 8px;
	align-self: end;
}

.qpp-nutrition-switch {
	margin-top: 28px;
}

.q-product-page--ready .qpp-nutrition-switch {
	background: color-mix(in srgb, var(--qpp-deep) 82%, black);
}

.q-product-page--ready .qpp-nutrition-switch button {
	color: var(--qpp-accent-soft);
}

.q-product-page--ready .qpp-nutrition-switch button[aria-selected="true"] {
	background: var(--qpp-accent);
	color: var(--qpp-deep);
}

.q-product-page--ready .qpp-nutrition-switch button:hover:not([aria-selected="true"]),
.q-product-page--ready .qpp-nutrition-switch button:focus-visible:not([aria-selected="true"]) {
	background: color-mix(in srgb, var(--qpp-deep) 70%, var(--qpp-accent));
	color: var(--q-cool-white);
}

.q-product-page--flow .qpp-nutrition-switch {
	background: color-mix(in srgb, var(--qpp-deep) 84%, black);
}

.q-product-page--flow .qpp-nutrition-switch button {
	color: var(--qpp-accent-soft);
}

.q-product-page--flow .qpp-nutrition-switch button[aria-selected="true"] {
	background: var(--qpp-accent);
	color: var(--q-cool-white);
}

.q-product-page--flow .qpp-nutrition-switch button:hover:not([aria-selected="true"]),
.q-product-page--flow .qpp-nutrition-switch button:focus-visible:not([aria-selected="true"]) {
	background: color-mix(in srgb, var(--qpp-deep) 68%, var(--qpp-accent));
	color: var(--q-cool-white);
}

.q-product-page--flow .qpp-nutrition-switch button:focus-visible {
	outline: 0;
	box-shadow: inset 0 0 0 2px color-mix(in srgb, white 86%, var(--qpp-accent-soft));
}

.q-product-page--ready .q-nutrition-reference h3 {
	color: var(--qpp-deep);
}

.q-product-page--ready .q-nutrition-reference-bands {
	background: var(--qpp-accent-soft);
}

.q-product-page--ready .q-nutrition-reference-bands p {
	border-color: color-mix(in srgb, var(--qpp-deep) 28%, transparent);
}

.q-product-page--ready .q-nutrition-reference-bands span {
	color: var(--qpp-deep);
}

.q-product-page--ready .q-nutrition-reference-micros p:nth-child(odd) {
	background: var(--qpp-accent-pale);
}

.qpp-nutrition-panels,
.qpp-nutrition-panel {
	min-width: 0;
}

.qpp-nutrition-panels {
	align-self: end;
}

.qpp-nutrition-panel[hidden] {
	display: none;
}

.qpp-nutrition-tables {
	display: grid;
	gap: 8px;
}

.qpp-nutrition-table-wrap {
	max-width: 100%;
	overflow-x: auto;
	background: var(--q-cool-white);
	color: var(--q-ink);
}

.qpp-nutrition-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 1.2;
}

.qpp-nutrition-table caption {
	padding: 16px 14px 11px;
	color: var(--qpp-deep);
	font-size: 15px;
	font-weight: 800;
	text-align: left;
}

.qpp-nutrition-table th,
.qpp-nutrition-table td {
	padding: 7px 9px;
	border-top: 1px solid #e0d5c5;
	text-align: right;
	vertical-align: top;
}

.qpp-nutrition-table thead th {
	background: var(--qpp-accent-pale);
	color: var(--qpp-deep);
	font-size: 10px;
	font-weight: 800;
}

.qpp-nutrition-table th:first-child {
	text-align: left;
}

.qpp-nutrition-table tbody th {
	font-weight: 750;
}

.qpp-nutrition-table .qpp-nutrition-subrow th {
	padding-left: 24px;
	color: #6c5b4b;
	font-weight: 550;
}

.qpp-nutrition-footnote {
	margin: 12px 0 0;
	color: color-mix(in srgb, var(--qpp-accent-soft) 70%, white);
	font-size: 11px;
	line-height: 1.5;
}

.qpp-macro-row {
	display: flex;
	gap: 8px;
	min-width: 0;
}

.qpp-macro-row p {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	padding: 18px;
	color: var(--qpp-deep);
}

.qpp-macro-row p:first-child {
	flex: 42.6 1 0;
}

.qpp-macro-row p:last-child {
	flex: 26.6 1 0;
}

.qpp-macro-row--secondary p:first-child {
	flex: 12.3 1 0;
}

.qpp-macro-row--secondary p:last-child {
	flex: 6.6 1 0;
}

.qpp-macro-row--primary p:first-child {
	background: var(--qpp-accent-soft);
}

.qpp-macro-row--primary p:last-child {
	background: #e7aa43;
}

.qpp-macro-row--secondary p:first-child {
	background: var(--qpp-accent-pale);
}

.qpp-macro-row--secondary p:last-child {
	background: var(--qpp-accent);
}

.qpp-macro-row span {
	font-size: 12px;
	font-weight: 700;
}

.qpp-macro-row strong {
	align-self: flex-end;
	font-family: var(--q-display);
	font-size: clamp(30px, 3vw, 48px);
	letter-spacing: -0.04em;
}

.qpp-macro-row--secondary p {
	flex-direction: row;
	gap: 8px;
	align-items: center;
	padding: 12px 16px;
}

.qpp-macro-row--secondary strong {
	font-size: clamp(22px, 2.3vw, 34px);
}

.qpp-macro-note {
	margin-top: 2px;
	color: color-mix(in srgb, var(--qpp-accent-soft) 70%, white);
	font-size: 12px;
}

.qpp-active-board {
	display: grid;
	height: clamp(320px, 31vw, 410px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 8px;
	align-self: end;
}

.qpp-active-board p {
	display: grid;
	min-width: 0;
	align-content: space-between;
	margin: 0;
	padding: clamp(18px, 2vw, 28px);
	background: var(--qpp-accent-pale);
	color: var(--qpp-deep);
}

.qpp-active-board p:nth-child(2) {
	background: var(--qpp-accent-soft);
}

.qpp-active-board p:nth-child(3) {
	background: color-mix(in srgb, var(--qpp-accent-pale) 72%, white);
}

.qpp-active-board p:nth-child(4) {
	background: color-mix(in srgb, var(--qpp-accent) 76%, white);
}

.qpp-active-board span {
	font-size: 13px;
	font-weight: 800;
}

.qpp-active-board strong {
	align-self: end;
	font-family: var(--q-display);
	font-size: clamp(34px, 4vw, 58px);
	letter-spacing: -0.045em;
	line-height: 0.95;
}

.qpp-active-board small {
	margin-top: 8px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
}

.qpp-flow-label {
	display: grid;
	gap: 8px;
	background: var(--q-cool-white);
	color: var(--qpp-deep);
}

.qpp-flow-label h3 {
	margin: 0;
	padding: 16px 18px 10px;
	font-family: var(--q-display);
	font-size: clamp(20px, 2vw, 30px);
	letter-spacing: -0.025em;
}

.qpp-flow-composition {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qpp-flow-composition p {
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 0;
	padding: 13px 18px;
	border-top: 1px solid color-mix(in srgb, var(--qpp-deep) 20%, transparent);
	background: var(--qpp-accent-pale);
}

.qpp-flow-composition p:nth-child(even) {
	border-left: 1px solid color-mix(in srgb, var(--qpp-deep) 20%, transparent);
}

.qpp-flow-composition span,
.qpp-flow-composition strong {
	font-size: 13px;
}

.qpp-flow-composition span {
	font-weight: 800;
}

.qpp-flow-composition span small {
	display: block;
	margin-top: 4px;
	font-size: 10px;
	font-weight: 650;
}

.qpp-flow-label-notes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.qpp-flow-label-notes p {
	display: grid;
	gap: 5px;
	margin: 0;
	padding: 13px 18px;
	background: color-mix(in srgb, var(--qpp-accent-soft) 40%, white);
	font-size: 11px;
	line-height: 1.45;
}

.qpp-flow-label > small {
	padding: 0 18px 14px;
	font-size: 10px;
}

.q-product-page--ready .qpp-fact-ledger,
.q-product-page--flow .qpp-fact-ledger {
	grid-column: 1 / -1;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: calc(-1 * clamp(50px, 8vw, 120px) + 36px);
}

.q-product-page--ready .qpp-fact-ledger p,
.q-product-page--flow .qpp-fact-ledger p {
	min-height: 112px;
}

.qpp-ingredients {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(60px, 10vw, 150px);
	padding: clamp(90px, 11vw, 160px) var(--qpp-rail);
	background: var(--q-cool-white);
}

.q-product-page--ready .qpp-ingredients,
.q-product-page--flow .qpp-ingredients {
	background: var(--qpp-accent-pale);
}

.qpp-ingredients h2 {
	max-width: 12ch;
	font-size: clamp(48px, 5.2vw, 80px);
	font-weight: 700;
}

.qpp-ingredients > div:last-child {
	align-self: end;
	padding-top: 28px;
	border-top: 5px solid var(--qpp-accent);
}

.q-product-page--ready .qpp-ingredients > .q-ingredient-disclosure,
.q-product-page--flow .qpp-ingredients > .q-ingredient-disclosure {
	padding-top: clamp(26px, 3vw, 42px);
	border-top: 0;
}

.q-product-page--ready .q-ingredient-disclosure h3,
.q-product-page--flow .q-ingredient-disclosure h3 {
	color: var(--qpp-deep);
}

.qpp-ingredients > div:last-child:not(.q-ingredient-disclosure) > p {
	max-width: none;
	margin: 0 0 34px;
	color: var(--qpp-deep);
	font-size: clamp(17px, 1.7vw, 24px);
	line-height: 1.55;
}

.q-product-page--ready .q-ingredient-disclosure > p,
.q-product-page--flow .q-ingredient-disclosure > p {
	width: 100%;
}

.qpp-ingredients > div:last-child:not(.q-ingredient-disclosure) > strong {
	color: var(--qpp-deep);
	font-size: 13px;
}

.q-product-page--ready .q-ingredient-disclosure > p strong,
.q-product-page--flow .q-ingredient-disclosure > p strong {
	background: var(--qpp-accent-soft);
	color: var(--qpp-deep);
}

.q-product-page--ready .q-ingredient-disclosure .q-micronutrient-key {
	width: 100%;
	color: color-mix(in srgb, var(--qpp-deep) 72%, white);
}

.q-product-page--ready .q-allergen-note,
.q-product-page--flow .q-allergen-note {
	background: var(--qpp-accent-soft);
	color: var(--qpp-deep);
}

.q-product-page--ready .q-allergen-note small,
.q-product-page--flow .q-allergen-note small {
	color: var(--qpp-deep);
}

.q-product-page--flow .q-allergen-note {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 12px 24px;
	align-items: center;
	padding: 13px 16px;
}

.q-product-page--flow .q-allergen-note p {
	white-space: nowrap;
}

.q-product-page--flow .q-allergen-note small {
	margin: 0;
	font-size: 11px;
	line-height: 1.35;
	text-align: right;
}

.qpp-ingredient-ledger {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(130px, 0.75fr) minmax(130px, 0.75fr);
	border-top: 1px solid var(--q-line);
	border-left: 1px solid var(--q-line);
}

.qpp-ingredients > div:last-child .qpp-ingredient-ledger p {
	display: grid;
	gap: 8px;
	align-content: start;
	margin: 0;
	padding: 18px;
	border-right: 1px solid var(--q-line);
	border-bottom: 1px solid var(--q-line);
	font-size: 13px;
	line-height: 1.45;
}

.qpp-ingredient-ledger strong {
	font-size: 10px !important;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.qpp-testimonials {
	padding: clamp(90px, 11vw, 160px) var(--qpp-rail);
	background: var(--qpp-accent-soft);
}

.qpp-testimonial-ledger {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
}

.qpp-testimonials figure {
	display: flex;
	min-height: 300px;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	padding: clamp(30px, 4.5vw, 62px);
}

.qpp-testimonials figure:first-child {
	background: var(--qpp-deep);
	color: white;
}

.qpp-testimonials figure:last-child {
	background: var(--q-cool-white);
}

.qpp-testimonials blockquote {
	max-width: 23ch;
	margin: 0;
	font-family: var(--q-display);
	font-size: clamp(26px, 3.1vw, 46px);
	font-weight: 750;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

.qpp-testimonials figcaption {
	margin-top: 30px;
	font-size: 12px;
	font-weight: 760;
}

.qpp-feedback-company {
	display: flex;
	gap: 40px;
	align-items: end;
	justify-content: flex-end;
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid color-mix(in srgb, var(--qpp-deep) 28%, transparent);
	color: color-mix(in srgb, var(--qpp-deep) 78%, white);
}

.qpp-feedback-company p {
	display: grid;
	gap: 3px;
	margin: 0;
}

.qpp-feedback-company span {
	font-size: 10px;
	font-weight: 760;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.qpp-feedback-company strong,
.qpp-feedback-company a {
	color: var(--qpp-deep);
	font-size: 14px;
	text-decoration: none;
}

.qpp-faq {
	display: grid;
	grid-template-columns: minmax(330px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(60px, 10vw, 150px);
	padding: clamp(90px, 11vw, 160px) var(--qpp-rail);
	background: var(--q-paper);
}

.qpp-faq header {
	align-self: start;
}

.qpp-faq h2 {
	max-width: 10ch;
	font-size: clamp(46px, 5.2vw, 78px);
}

.qpp-faq details {
	border-top: 1px solid var(--q-line);
}

.qpp-faq details:last-child {
	border-bottom: 1px solid var(--q-line);
}

.qpp-faq summary {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding: 23px 0;
	color: var(--q-ink);
	cursor: pointer;
	font-size: 17px;
	font-weight: 750;
	list-style: none;
}

.qpp-faq summary::-webkit-details-marker {
	display: none;
}

.qpp-faq summary span {
	position: relative;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.qpp-faq summary span::before,
.qpp-faq summary span::after {
	position: absolute;
	top: 8px;
	left: 2px;
	width: 14px;
	height: 2px;
	background: var(--qpp-accent);
	content: "";
	transition: transform 180ms ease;
}

.qpp-faq summary span::after {
	transform: rotate(90deg);
}

.qpp-faq details[open] summary span::after {
	transform: rotate(0);
}

.qpp-faq details p {
	max-width: 68ch;
	margin: -4px 0 26px;
	color: #3e5759;
	font-size: 14px;
	line-height: 1.65;
}

.q-product-page--ready .qpp-faq details p {
	width: 100%;
	max-width: none;
	font-size: 1rem;
}

.qpp-close {
	display: flex;
	align-items: end;
	justify-content: space-between;
	padding: clamp(70px, 9vw, 120px) var(--qpp-rail);
	background: var(--qpp-deep);
	color: white;
}

.qpp-close .qpp-kicker {
	color: var(--qpp-accent-soft);
}

body.q-product-page .qpp-close h2 {
	max-width: 14ch;
	color: white;
	font-size: clamp(46px, 5.2vw, 80px);
}

.qpp-close .q-primary-action {
	flex: 0 0 auto;
	background: var(--qpp-accent);
	text-decoration: none;
}

@media (max-width: 1180px) {
	.qpp-opening {
		grid-template-columns: minmax(350px, 39fr) minmax(560px, 61fr);
	}

	.qpp-order {
		padding-right: 28px;
		padding-left: 28px;
	}

	.qpp-order-bar {
		margin-right: 0;
		margin-left: 0;
		padding-right: 16px;
		padding-left: 16px;
	}

	.qpp-method,
	.qpp-facts {
		grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
	}
}

@media (max-width: 900px) {
	.qpp-opening,
	.qpp-method,
	.qpp-facts,
	.qpp-ingredients,
	.qpp-faq {
		grid-template-columns: minmax(0, 1fr);
	}

	.qpp-tableau {
		position: relative;
		height: 72svh;
		min-height: 590px;
	}

	.qpp-order {
		padding: 54px var(--qpp-rail) 0;
	}

	.qpp-order-bar {
		position: relative;
		margin: 0;
		padding: 14px 16px;
	}

	.qpp-method-scene {
		min-height: 68vw;
	}

	.qpp-facts {
		gap: 52px;
	}

	.q-product-page--ready .qpp-facts,
	.q-product-page--flow .qpp-facts {
		grid-template-columns: minmax(0, 1fr);
	}

	.q-product-page--ready .qpp-fact-ledger,
	.q-product-page--flow .qpp-fact-ledger {
		grid-column: auto;
		margin-top: 0;
	}

	.qpp-ingredients > div:last-child {
		padding-top: 28px;
	}

	.qpp-faq {
		gap: 60px;
	}
}

@media (max-width: 620px) {
	.q-product-page--ready .q-nutrition-reference-bands {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.q-product-page--ready .q-nutrition-reference-micros {
		columns: 1;
	}

	.qpp-tableau {
		height: 67svh;
		min-height: 510px;
		padding: 28px 20px;
	}

	body.q-product-page .qpp-tableau h1 {
		font-size: clamp(43px, 13vw, 62px);
	}

	.qpp-tableau-proof {
		right: 20px;
		bottom: 22px;
		left: 20px;
		flex-direction: column;
		gap: 5px;
	}

	.qpp-order {
		padding: 42px 20px 0;
	}

	.qpp-order-heading {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.qpp-order-heading h2 {
		font-size: 42px;
	}

	.qpp-rating {
		grid-template-columns: auto auto auto;
		justify-content: start;
	}

	.qpp-rating small {
		grid-column: auto;
	}

	.qpp-price-ledger {
		grid-template-columns: minmax(0, 1fr);
	}

	.qpp-price-ledger p {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: baseline;
	}

	.qpp-price-ledger p + p {
		border-top: 1px solid var(--q-line);
		border-left: 0;
	}

	.qpp-order-brief {
		grid-template-columns: minmax(0, 1fr);
	}

	.qpp-order-brief p {
		width: 100%;
	}

	.qpp-choice-heading {
		align-items: start;
		flex-direction: column;
		gap: 8px;
	}

	.qpp-order-bar {
		grid-template-columns: minmax(0, 1fr) auto;
		margin-right: 0;
		margin-left: 0;
		padding: 14px 16px 18px;
	}

	.qpp-purchase-plan {
		grid-template-columns: minmax(0, 1fr);
	}

	.qpp-purchase-plan label + label {
		border-top-color: color-mix(in srgb, var(--qpp-accent) 28%, transparent);
		border-left-color: transparent;
	}

	.qpp-order-total {
		grid-column: 2;
		grid-row: 2;
	}

	.qpp-order-bar .q-primary-action {
		grid-column: 1 / -1;
		justify-content: space-between;
	}

	.qpp-method-copy,
	.qpp-facts,
	.qpp-ingredients,
	.qpp-testimonials,
	.qpp-faq,
	.qpp-close {
		padding: 74px 20px;
	}

	.qpp-method h2,
	.qpp-facts h2,
	.qpp-ingredients h2,
	.qpp-testimonials h2,
	.qpp-faq h2,
	.qpp-close h2 {
		font-size: clamp(42px, 12vw, 58px);
	}

	.qpp-method-steps li {
		grid-template-columns: 30px minmax(0, 1fr);
	}

	.qpp-method-steps small {
		grid-column: 2;
	}

	.qpp-fact-ledger,
	.q-product-page--ready .qpp-fact-ledger,
	.q-product-page--flow .qpp-fact-ledger,
	.qpp-ingredient-ledger {
		grid-template-columns: minmax(0, 1fr);
	}

	.qpp-macro-board {
		height: 300px;
	}

	.qpp-active-board {
		height: auto;
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: none;
	}

	.qpp-active-board p {
		min-height: 150px;
	}

	.qpp-flow-composition,
	.qpp-flow-label-notes {
		grid-template-columns: minmax(0, 1fr);
	}

	.qpp-flow-composition p:nth-child(even) {
		border-left: 0;
	}

	.q-product-page--flow .q-allergen-note {
		grid-template-columns: minmax(0, 1fr);
	}

	.q-product-page--flow .q-allergen-note small {
		text-align: left;
	}

	.qpp-nutrition-tables {
		grid-template-columns: minmax(0, 1fr);
	}

	.qpp-fact-ledger p {
		min-height: 112px;
	}

	.qpp-testimonial-ledger {
		grid-template-columns: minmax(0, 1fr);
	}

	.qpp-testimonials figure {
		min-height: 270px;
	}

	.qpp-feedback-company {
		gap: 18px;
		align-items: start;
		flex-direction: column;
	}

	.q-product-page--ready .qpp-method-scene figcaption {
		white-space: normal;
	}

	.qpp-close {
		align-items: stretch;
		flex-direction: column;
		gap: 38px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.qpp-faq summary span::after {
		transition: none;
	}
}

.qpp-faq > header h2 { margin-top: 0; }
.qpp-faq > header .qpp-kicker { margin: 0 0 10px; }

.q-product-page--ready .qpp-facts header > h2 + p { max-width: 43ch; }
@media (max-width: 1100px) {
 .q-product-page--ready .qpp-order,
 .q-product-page--flow .qpp-order { padding-bottom: 40px; }
}

.q-product-page--flow .qpp-tableau { background-position: center, center, right center; }

/* Keep product selection readable at both desktop and phone sizes. */
.qpp-order .q-flavour-name { font-size: 17px; line-height: 1.2; }
.qpp-order .q-flavour-meta { font-size: 13px; line-height: 1.35; }

@media (max-width: 620px) {
	.qpp-order .q-flavour-name { font-size: 18px; }
	.qpp-order .q-flavour-meta { font-size: 14px; }
	.qpp-method-steps li { row-gap: 4px; }
	.q-product-page .qpp-fact-ledger p {
		min-height: 0;
		align-content: start;
		gap: 4px;
		padding-block: 18px;
	}
	.qpp-fact-ledger strong { line-height: 1.15; }
}

/* Keep the initial add button and quantity control in the same compact row. */
.qpp-order .q-flavour-grid--single .q-flavour { min-height: 79px; }
.qpp-order .q-flavour-grid--single .q-flavour-band { min-height: 78px; height: 100%; }
.qpp-order .q-flavour-grid--single .q-flavour-copy,
.qpp-order .q-flavour-grid--single .q-flavour-copy--selected { padding: 11.5px 18px; }
.qpp-order .q-flavour-grid--single .q-flavour-band > button { width: 48px; min-width: 48px; height: 48px; min-height: 48px; margin-right: 10px; font-size: 18px; line-height: 1; }
.qpp-order .q-flavour-grid--single .q-flavour-quantity { height: 48px; min-height: 48px; margin-right: 10px; }
.qpp-order .q-flavour-grid--single .q-flavour-quantity button { font-size: 18px; line-height: 1; }

.qpp-purchase-plan strong,
.qpp-order-summary strong { font-size: 17px; line-height: 1.2; }
.qpp-purchase-plan small,
.qpp-order-summary span { font-size: 13px; line-height: 1.35; }
