@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700;800&display=swap");

:root {
	--q-blue: #006eb2;
	--q-blue-deep: #002f4c;
	--q-teal: #00aeb2;
	--q-teal-deep: #004949;
	--q-orange: #ff9a2c;
	--q-paper: #f7f2e8;
	--q-cool-white: #fffdf5;
	--q-mist: #d9e4eb;
	--q-line: #b9c6c6;
	--q-ink: #162c2a;
	--q-muted: #4d625d;
	--q-mint: #9ed6c0;
	--q-oat: #f0c57c;
	--q-lavender: #d0b0d0;
	--q-sky: #9dcde2;
	--q-font: "Hanken Grotesk", "Segoe UI", sans-serif;
	--q-display: "Hanken Grotesk", "Segoe UI", sans-serif;
	--q-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
	--q-page-gutter: clamp(20px, 3.2vw, 52px);
}

* {
	box-sizing: border-box;
}

html {
	background: var(--q-paper);
	scroll-behavior: smooth;
}

body.queal-direct-meal {
	/* Preserve the approved heading palette across Botiga Customizer settings. */
	--bt-color-heading-1: #212121;
	--bt-color-heading-2: #212121;
	--bt-color-heading-3: #212121;
	--bt-color-heading-4: #212121;
	--bt-color-heading-5: #212121;
	--bt-color-heading-6: #212121;
	margin: 0;
	background: var(--q-paper);
	color: var(--q-ink);
	font-family: var(--q-font);
	font-size: 16px;
	line-height: 1.45;
}

:where(body.queal-direct-meal button, body.queal-direct-meal a) {
	font: inherit;
}

:where(body.queal-direct-meal a) {
	color: inherit;
	text-decoration: none;
}

button {
	color: inherit;
}

.q-skip-link {
	position: fixed;
	z-index: 50;
	top: 12px;
	left: 12px;
	padding: 10px 14px;
	background: var(--q-cool-white);
	color: var(--q-ink);
	transform: translateY(-150%);
	transition: transform 180ms var(--q-ease-out);
}

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

.q-header {
	display: grid;
	grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
	align-items: center;
	height: 72px;
	padding: 0 clamp(22px, 3vw, 48px);
	background: var(--q-cool-white);
	border-bottom: 1px solid var(--q-line);
}

.q-wordmark {
	display: block;
	justify-self: start;
}

.q-wordmark img {
	display: block;
	width: 104px;
	height: auto;
}

.q-nav {
	display: flex;
	gap: clamp(20px, 2.6vw, 42px);
	align-items: center;
	font-size: 14px;
	font-weight: 650;
}

.q-nav a,
.q-header-actions a {
	padding-block: 10px;
	transition: color 180ms ease, background-color 180ms ease;
}

.q-nav a:hover,
.q-nav a:focus-visible,
.q-header-actions a:hover,
.q-header-actions a:focus-visible {
	color: var(--q-blue);
}

.q-nav .is-current {
	color: var(--q-blue);
	font-weight: 800;
}

.q-header-actions {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-self: end;
	font-size: 14px;
	font-weight: 650;
}

.q-cart-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
}

.q-language-selector {
	position: relative;
	z-index: 30;
}

.q-language-selector summary {
	display: flex;
	align-items: center;
	gap: 5px;
	min-height: 44px;
	cursor: pointer;
	list-style: none;
}

.q-language-selector summary::-webkit-details-marker {
	display: none;
}

.q-language-selector summary:focus-visible {
	outline: 2px solid var(--q-blue);
	outline-offset: 3px;
}

.q-language-flag {
	display: block;
	width: 20px;
	height: 14px;
	object-fit: contain;
}

.q-nav .q-dashboard-mobile {
	display: none;
}

.q-language-selector ul {
	position: absolute;
	top: 100%;
	right: 0;
	width: max-content;
	min-width: 150px;
	margin: 0;
	padding: 6px;
	list-style: none;
	background: var(--q-cool-white);
	border: 1px solid var(--q-line);
	box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
}

.q-language-selector li {
	margin: 0;
	padding: 0;
}

.q-language-selector li a {
	box-sizing: border-box;
	display: block;
	min-height: 44px;
	padding: 9px 12px;
}

.q-language-selector li a:hover,
.q-language-selector li a:focus-visible,
.q-language-selector li a[aria-current] {
	background: var(--q-sky, #e8f1f4);
	color: var(--q-blue);
}

.q-cart-link span {
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	background: var(--q-ink);
	color: white;
	font-size: 12px;
}

.q-first-screen {
	display: grid;
	grid-template-rows: minmax(0, 1fr) 148px;
	height: calc(100svh - 72px);
	min-height: calc(100svh - 72px);
	overflow: hidden;
}

.q-purchase-stage {
	display: grid;
	grid-template-columns: minmax(0, 54fr) minmax(430px, 46fr);
	min-height: 0;
}

.q-product-scene {
	position: relative;
	min-height: 0;
	overflow: hidden;
	padding: var(--q-page-gutter);
	background-color: var(--q-blue-deep);
	background-image:
		linear-gradient(90deg, rgba(0, 47, 76, 0.32) 0%, rgba(0, 47, 76, 0.08) 38%, transparent 62%),
		url("../images/steady-hero-integrated-v2.webp");
	background-position: center;
	background-size: cover;
	isolation: isolate;
}

.q-product-scene::before {
	display: none;
}

.q-product-scene::after {
	display: none;
}

.q-window-shadow {
	display: none;
}

.q-scene-kicker,
.q-config-step {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.q-scene-kicker {
	color: #d9eef2;
}

.q-config-step {
	color: var(--q-blue-deep);
}

.q-scene-copy {
	position: relative;
	z-index: 3;
	max-width: 300px;
}

body.queal-direct-meal .q-scene-copy h1 {
	max-width: 6.6ch;
	margin: 0;
	color: white;
	font-family: var(--q-display);
	font-size: clamp(48px, 5.25vw, 78px);
	font-stretch: condensed;
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.06;
	text-wrap: balance;
}

.q-scene-copy p {
	max-width: 26ch;
	margin: 20px 0 0;
	color: #e0f0f1;
	font-size: clamp(16px, 1.25vw, 19px);
	line-height: 1.5;
}

.q-scene-object {
	position: absolute;
	z-index: 1;
	right: clamp(0px, 1.7vw, 28px);
	bottom: -10%;
	width: min(45%, 465px);
	height: 76%;
}

.q-first-screen[data-product="steady"] .q-scene-object {
	display: none;
}

.q-scene-object::after {
	position: absolute;
	z-index: 0;
	right: 8%;
	bottom: 4%;
	width: 82%;
	height: 16%;
	background: rgba(26, 58, 73, 0.18);
	content: "";
	filter: blur(18px);
	transform: skewX(-18deg);
}

.q-scene-object > img {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(18px 28px 22px rgba(0, 47, 76, 0.2));
	mix-blend-mode: normal;
	transition: opacity 220ms ease, transform 650ms var(--q-ease-out);
}

.q-first-screen[data-product="ready"] .q-product-scene {
	background-image:
		linear-gradient(90deg, rgba(255, 250, 240, 0.9) 0%, rgba(255, 250, 240, 0.58) 39%, rgba(255, 250, 240, 0.04) 70%),
		url("../images/ready-hero-integrated-v2.webp");
	background-position: center, 50% center;
	background-size: cover;
}

.q-first-screen[data-product="flow"] .q-product-scene {
	background-image:
		linear-gradient(90deg, rgba(9, 27, 52, 0.84) 0%, rgba(18, 30, 58, 0.58) 42%, rgba(18, 30, 58, 0.03) 73%),
		url("../images/flow-hero-integrated-v2.webp");
	background-position: center, 50% center;
	background-size: cover;
}

.q-first-screen[data-product="ready"] .q-scene-kicker {
	color: var(--q-blue-deep);
}

.q-first-screen[data-product="ready"] .q-scene-copy h1 {
	color: var(--q-ink);
}

.q-first-screen[data-product="ready"] .q-scene-copy p {
	color: #264a54;
}

.q-first-screen[data-product="flow"] .q-scene-kicker,
.q-first-screen[data-product="flow"] .q-scene-copy h1 {
	color: white;
}

.q-first-screen[data-product="flow"] .q-scene-copy p {
	color: #e2e5ee;
}

.q-first-screen[data-product="ready"] .q-scene-object,
.q-first-screen[data-product="flow"] .q-scene-object {
	display: none;
}

.q-scene-note {
	position: absolute;
	z-index: 5;
	bottom: 24px;
	left: var(--q-page-gutter);
	margin: 0;
	padding: 9px 12px;
	background: rgba(0, 47, 76, 0.86);
	color: white;
	font-size: 13px;
	font-weight: 750;
	backdrop-filter: blur(8px);
}

.q-first-screen[data-product="ready"] .q-scene-note,
.q-first-screen[data-product="flow"] .q-scene-note {
	background: rgba(246, 247, 244, 0.9);
	color: var(--q-teal-deep);
}

.q-configurator {
	--q-config-copy-width: clamp(252px, 22.68vw, 369.6px);
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	background: var(--q-cool-white);
}

.q-first-screen.is-taste-tester .q-config-header {
	display: none;
}

.q-first-screen.is-taste-tester .q-configurator {
	min-height: 0;
}

.q-first-screen.is-taste-tester .q-config-body {
	padding-top: clamp(24px, 2.5vw, 38px);
}

.q-config-header {
	padding: clamp(24px, 2.5vw, 38px) clamp(26px, 2.8vw, 44px) 16px;
}

.q-config-header h2 {
	max-width: min(100%, var(--q-config-copy-width));
	margin: 0;
	font-family: var(--q-display);
	font-size: clamp(30px, 2.7vw, 44px);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 0.98;
	text-wrap: balance;
}

.q-back-action {
	display: inline-flex;
	flex: 0 0 auto;
	gap: 9px;
	align-items: center;
	padding: 8px 0;
	border: 0;
	background: transparent;
	color: var(--q-blue);
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
}

.q-back-action:hover {
	color: var(--q-teal-deep);
}

.q-config-body {
	display: flex;
	min-height: 0;
	flex: 1;
	flex-direction: column;
	padding: 0 clamp(26px, 2.8vw, 44px) clamp(20px, 2vw, 30px);
}

.q-config-intro {
	max-width: min(100%, var(--q-config-copy-width));
	margin: 0 0 12px;
	color: var(--q-muted);
	font-size: 14px;
}

.q-product-brief {
	margin: 4px 0 18px;
}

.q-product-brief[hidden] {
	display: none;
}

.q-product-brief-lead {
	max-width: 48ch;
	margin: 0 0 16px;
	color: var(--q-blue-deep);
	font-size: 16px;
	font-weight: 720;
	line-height: 1.35;
}

.q-product-facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-block: 1px solid var(--q-line);
}

.q-product-facts p {
	display: grid;
	gap: 3px;
	min-width: 0;
	margin: 0;
	padding: 13px 12px 13px 0;
}

.q-product-facts p + p {
	padding-left: 12px;
	border-left: 1px solid var(--q-line);
}

.q-product-facts strong {
	color: var(--q-blue-deep);
	font-family: var(--q-display);
	font-size: clamp(22px, 2.1vw, 32px);
	letter-spacing: -0.04em;
	line-height: 1;
}

.q-product-facts span {
	color: var(--q-muted);
	font-size: 10px;
	font-weight: 750;
	line-height: 1.25;
}

.q-product-method {
	margin: 13px 0 0;
	color: #456164;
	font-size: 12px;
	line-height: 1.45;
}

.q-taste-action {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	width: 100%;
	min-height: 78px;
	margin-top: 12px;
	padding: 11px 11px 11px 16px;
	border: 0;
	background: #f4d49a;
	color: var(--q-blue-deep);
	cursor: pointer;
	text-align: left;
	transition: background-color 180ms ease;
}

.q-taste-copy {
	display: grid;
	gap: 1px;
	min-width: 0;
}

.q-taste-copy em {
	color: #6b4314;
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.q-taste-copy strong {
	font-family: var(--q-display);
	font-size: 20px;
	letter-spacing: -0.02em;
	line-height: 1.05;
}

.q-taste-copy small {
	overflow: hidden;
	color: #4f4a37;
	font-size: 11px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.q-taste-action > b {
	align-self: stretch;
	display: flex;
	min-width: 92px;
	align-items: center;
	justify-content: space-between;
	padding: 0 13px;
	background: var(--q-orange);
	color: #301a00;
	font-size: 16px;
	font-weight: 850;
	transition: transform 260ms var(--q-ease-out);
}

.q-taste-action:hover,
.q-taste-action:focus-visible {
	background: #f0c57c;
}

.q-taste-action:hover > b,
.q-taste-action:focus-visible > b {
	transform: translateX(3px);
}

.q-taste-action[hidden] {
	display: none;
}

.q-choice-divider {
	display: flex;
	gap: 20px;
	align-items: baseline;
	justify-content: space-between;
	margin: 14px 0 8px;
	color: var(--q-blue-deep);
}

.q-choice-divider strong {
	font-size: 12px;
}

.q-choice-divider span {
	color: var(--q-muted);
	font-size: 10px;
}

.q-first-screen:not([data-product="steady"]) .q-choice-divider {
	display: none;
}

.q-flavour-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(6px, 0.65vw, 10px);
}

.q-first-screen[data-product="ready"] .q-flavour-grid,
.q-first-screen[data-product="flow"] .q-flavour-grid {
	grid-template-columns: minmax(0, 1fr);
}

.q-first-screen[data-product="ready"] .q-flavour,
.q-first-screen[data-product="flow"] .q-flavour {
	min-height: 58px;
}

.q-first-screen[data-product="ready"] .q-flavour-band,
.q-first-screen[data-product="flow"] .q-flavour-band {
	min-height: 58px;
}

.q-flavour {
	--flavour-a: #004949;
	--flavour-b: #00aeb2;
	--flavour-c: #bee1eb;
	--dither-color: #002f4c;
	position: relative;
	min-width: 0;
	min-height: 66px;
	overflow: hidden;
	background: var(--q-paper);
	isolation: isolate;
}

.q-flavour-visual {
	position: absolute;
	inset: 0;
	overflow: hidden;
	background: linear-gradient(128deg, var(--flavour-a) 0%, var(--flavour-b) 48%, var(--flavour-c) 100%);
	opacity: 0.54;
	transition: filter 400ms var(--q-ease-out), opacity 400ms var(--q-ease-out);
}

.q-flavour-visual::before {
	position: absolute;
	inset: -18%;
	background-image: radial-gradient(var(--dither-color) 0 1px, transparent 1.3px);
	background-size: 3px 3px;
	content: "";
	mask-image: linear-gradient(112deg, #000 4%, #000 34%, transparent 76%);
	mix-blend-mode: multiply;
	opacity: 0.42;
	transform: rotate(-3deg) scale(1.08);
}

.q-flavour-visual::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(251, 252, 250, 0.04) 0%, rgba(251, 252, 250, 0.72) 40%, rgba(251, 252, 250, 0.96) 76%);
	content: "";
}

.q-flavour:hover .q-flavour-visual {
	filter: saturate(1.08);
	opacity: 0.68;
}

.q-flavour.is-selected .q-flavour-visual {
	filter: saturate(1.12) contrast(1.03);
	opacity: 0.82;
}

.q-flavour--apple,
.q-cart-product--steady-apple {
	--flavour-a: #007f7f;
	--flavour-b: #9bcf67;
	--flavour-c: #d8ebad;
	--shape-rotate: -12deg;
	--shape-radius: 46% 54% 42% 58% / 60% 43% 57% 40%;
}

.q-flavour--chocolate,
.q-cart-product--steady-chocolate {
	--flavour-a: #4b3021;
	--flavour-b: #9b6a48;
	--flavour-c: #e4c28f;
	--dither-color: #1a1a1a;
	--shape-rotate: 9deg;
	--shape-radius: 62% 38% 56% 44% / 44% 62% 38% 56%;
}

.q-flavour--forest,
.q-cart-product--steady-forest {
	--flavour-a: #1f4772;
	--flavour-b: #9b4d82;
	--flavour-c: #e7a4cf;
	--shape-rotate: -4deg;
	--shape-radius: 38% 62% 48% 52% / 58% 44% 56% 42%;
}

.q-flavour--macchiato,
.q-cart-product--steady-macchiato {
	--flavour-a: #004949;
	--flavour-b: #8d6548;
	--flavour-c: #dbc099;
	--shape-rotate: 12deg;
	--shape-radius: 58% 42% 36% 64% / 48% 61% 39% 52%;
}

.q-flavour--strawberry,
.q-cart-product--steady-strawberry {
	--flavour-a: #c93259;
	--flavour-b: #e87599;
	--flavour-c: #f7c1d1;
	--dither-color: #7b1838;
	--shape-rotate: -10deg;
	--shape-radius: 50% 50% 44% 56% / 62% 48% 52% 38%;
}

.q-flavour--vanilla,
.q-cart-product--steady-vanilla {
	--flavour-a: #75c9da;
	--flavour-b: #d6e9e7;
	--flavour-c: #fff1c2;
	--dither-color: #006eb2;
	--shape-rotate: 5deg;
	--shape-radius: 66% 34% 54% 46% / 38% 52% 48% 62%;
}

.q-flavour--banana,
.q-cart-product--steady-banana {
	--flavour-a: #7da58a;
	--flavour-b: #e6c65c;
	--flavour-c: #fff1a1;
	--dither-color: #004949;
	--shape-rotate: -14deg;
	--shape-radius: 42% 58% 65% 35% / 53% 38% 62% 47%;
}

.q-flavour--hazelnut,
.q-cart-product--steady-hazelnut {
	--flavour-a: #29485a;
	--flavour-b: #986242;
	--flavour-c: #dca06e;
	--shape-rotate: 7deg;
	--shape-radius: 55% 45% 38% 62% / 44% 58% 42% 56%;
}

.q-flavour--cookies,
.q-cart-product--steady-cookies {
	--flavour-a: #333b3d;
	--flavour-b: #8b9494;
	--flavour-c: #e4e0d7;
	--dither-color: #1a1a1a;
	--shape-rotate: -6deg;
	--shape-radius: 36% 64% 54% 46% / 56% 46% 54% 44%;
}

.q-flavour--orange-creamsicle,
.q-cart-product--steady-limited-902 {
	--flavour-a: #d86c3e;
	--flavour-b: #efa469;
	--flavour-c: #f8dfbd;
	--dither-color: #8f3825;
	--shape-rotate: 13deg;
	--shape-radius: 60% 40% 48% 52% / 42% 64% 36% 58%;
}

.q-flavour--abundant-apricot,
.q-cart-product--steady-limited-903 {
	--flavour-a: #d77b34;
	--flavour-b: #f3b26d;
	--flavour-c: #ffe3bc;
	--dither-color: #9e4c21;
	--shape-rotate: -9deg;
	--shape-radius: 48% 52% 39% 61% / 58% 40% 60% 42%;
}

.q-flavour--lush-lemon-lavender,
.q-cart-product--steady-limited-904 {
	--flavour-a: #8a75b5;
	--flavour-b: #ded762;
	--flavour-c: #f5e9b8;
	--dither-color: #554677;
	--shape-rotate: 11deg;
	--shape-radius: 57% 43% 61% 39% / 43% 56% 44% 57%;
}

.q-flavour--buttery-belgian-waffle,
.q-cart-product--steady-limited-905 {
	--flavour-a: #a96d32;
	--flavour-b: #e7b35e;
	--flavour-c: #fff0be;
	--dither-color: #704018;
	--shape-rotate: -4deg;
	--shape-radius: 42% 58% 55% 45% / 48% 42% 58% 52%;
}

.q-flavour--peach-ice-tea,
.q-cart-product--steady-limited-906 {
	--flavour-a: #d97567;
	--flavour-b: #f4ae85;
	--flavour-c: #f9dfc3;
	--dither-color: #8e4541;
	--shape-rotate: 8deg;
	--shape-radius: 61% 39% 45% 55% / 44% 61% 39% 56%;
}

.q-flavour--june-limited-edition-placeholder,
.q-cart-product--steady-limited-907 {
	--flavour-a: #698bb4;
	--flavour-b: #b8d9f1;
	--flavour-c: #edf5ff;
	--dither-color: #415e84;
	--shape-rotate: -12deg;
	--shape-radius: 51% 49% 64% 36% / 37% 57% 43% 63%;
}

.q-flavour--iconic-iced-coffee,
.q-cart-product--steady-limited-908 {
	--flavour-a: #55443d;
	--flavour-b: #a27556;
	--flavour-c: #e8cfb5;
	--dither-color: #352820;
	--shape-rotate: 5deg;
	--shape-radius: 59% 41% 52% 48% / 52% 39% 61% 48%;
}

.q-flavour--august-limited-edition-placeholder,
.q-cart-product--steady-limited-909 {
	--flavour-a: #637d86;
	--flavour-b: #a9c6c3;
	--flavour-c: #e8f2ea;
	--dither-color: #39555b;
	--shape-rotate: -7deg;
	--shape-radius: 45% 55% 38% 62% / 60% 42% 58% 40%;
}

.q-flavour--bright-cherry-blossom,
.q-cart-product--steady-limited-910 {
	--flavour-a: #c25570;
	--flavour-b: #ee9aad;
	--flavour-c: #ffe0e7;
	--dither-color: #822a4b;
	--shape-rotate: 14deg;
	--shape-radius: 58% 42% 46% 54% / 39% 63% 37% 61%;
}

.q-flavour--tremendous-tiramisu,
.q-cart-product--steady-limited-911 {
	--flavour-a: #5f4337;
	--flavour-b: #b78a67;
	--flavour-c: #ead7bc;
	--dither-color: #422d25;
	--shape-rotate: -5deg;
	--shape-radius: 40% 60% 58% 42% / 55% 45% 55% 45%;
}

.q-flavour--slightly-salted-caramel,
.q-cart-product--steady-limited-912 {
	--flavour-a: #a56431;
	--flavour-b: #d6a061;
	--flavour-c: #f3dfba;
	--dither-color: #754319;
	--shape-rotate: 9deg;
	--shape-radius: 62% 38% 53% 47% / 46% 57% 43% 54%;
}

.q-flavour--spectacular-speculoos,
.q-cart-product--steady-limited-913 {
	--flavour-a: #a9562e;
	--flavour-b: #d88549;
	--flavour-c: #f5d29d;
	--dither-color: #74331e;
	--shape-rotate: -11deg;
	--shape-radius: 47% 53% 62% 38% / 54% 39% 61% 46%;
}

.q-flavour--ready-berry,
.q-cart-product--ready-berry {
	--flavour-a: #b65f16;
	--flavour-b: #e6932d;
	--flavour-c: #f6d68b;
}

.q-flavour--flow-raspberry,
.q-cart-product--flow-raspberry {
	--flavour-a: #7f1533;
	--flavour-b: #c83d58;
	--flavour-c: #e77b7a;
}

.q-flavour-band {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 36px;
	align-items: stretch;
	min-height: 66px;
	color: var(--q-ink);
}

.q-flavour-copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
	justify-content: center;
	min-width: 0;
	padding: 6px 5px 6px 9px;
}

.q-flavour-name {
	overflow: hidden;
	display: -webkit-box;
	font-size: clamp(10px, 0.76vw, 12px);
	font-weight: 750;
	line-height: 1.08;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.q-flavour-meta {
	color: #405457;
	font-size: clamp(8px, 0.62vw, 9.5px);
	font-weight: 650;
	line-height: 1;
}

.q-flavour-band button {
	display: grid;
	align-self: center;
	width: 44px;
	height: 44px;
	min-width: 36px;
	margin: 0 6px;
	padding: 0;
	place-items: center;
	border: 0;
	background: var(--q-ink);
	color: white;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
}

.q-flavour-band button:hover,
.q-flavour-band button:focus-visible {
	background: var(--q-teal);
	color: var(--q-ink);
}

.q-flavour-band > button {
	align-self: end;
	justify-self: end;
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	margin: 0 4px 4px 0;
	font-size: 16px;
}

.q-flavour.is-selected .q-flavour-band {
	background: rgba(16, 39, 42, 0.9);
	color: white;
}

.q-flavour-band:has(.q-flavour-quantity) {
	grid-template-columns: minmax(0, 1fr);
}

.q-flavour-copy--selected {
	gap: 5px;
	justify-content: center;
	padding: 5px 8px;
}

.q-flavour-quantity {
	display: grid;
	grid-template-columns: 34px minmax(28px, 1fr) 34px;
	min-height: 28px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.1);
}

.q-flavour-quantity button {
	width: 34px;
	height: 28px;
	min-width: 34px;
	margin: 0;
	background: rgba(0, 0, 0, 0.16);
	font-size: 16px;
}

.q-flavour-count {
	display: grid;
	place-items: center;
	font-size: 12px;
	font-weight: 850;
}

/* Match the established product-page selector while preserving the homepage flow. */
.q-configurator #flavour-grid.q-home-selector {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border-top: 1px solid var(--q-line);
	border-left: 1px solid var(--q-line);
}

.q-configurator #flavour-grid.q-home-selector.q-flavour-grid--single {
	grid-template-columns: minmax(0, 1fr);
}

.q-configurator #flavour-grid.q-home-selector .q-flavour {
	min-height: 86px;
	border: 0;
	border-right: 1px solid var(--q-line);
	border-bottom: 1px solid var(--q-line);
	background: var(--q-paper);
}

.q-configurator #flavour-grid.q-home-selector .q-flavour-visual,
.q-configurator #flavour-grid.q-home-selector .q-flavour:hover .q-flavour-visual,
.q-configurator #flavour-grid.q-home-selector .q-flavour.is-selected .q-flavour-visual {
	inset: auto 0 0;
	width: auto;
	height: 9px;
	background: var(--flavour-b);
	filter: none;
	opacity: 1;
	transition: none;
}

.q-configurator #flavour-grid.q-home-selector .q-flavour-visual::before,
.q-configurator #flavour-grid.q-home-selector .q-flavour-visual::after {
	display: none;
}

.q-configurator #flavour-grid.q-home-selector .q-flavour-band {
	grid-template-columns: minmax(0, 1fr) 122px;
	min-height: 85px;
	padding: 0 0 9px;
	background: transparent;
	color: var(--q-ink);
}

.q-configurator #flavour-grid.q-home-selector.q-flavour-grid--single .q-flavour-band {
	grid-template-columns: minmax(0, 1fr) 150px;
}

.q-configurator #flavour-grid.q-home-selector .q-flavour-copy,
.q-configurator #flavour-grid.q-home-selector .q-flavour-copy--selected {
	gap: 4px;
	padding: 14px;
}

.q-configurator #flavour-grid.q-home-selector .q-flavour-name {
	font-size: 12px;
}

.q-configurator #flavour-grid.q-home-selector .q-flavour-meta {
	font-size: 9px;
}

.q-configurator #flavour-grid.q-home-selector .q-flavour-band > button {
	align-self: center;
	justify-self: end;
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
	margin: 0 10px 0 0;
	background: var(--q-orange);
	color: var(--q-ink);
	font-size: 20px;
}

.q-configurator #flavour-grid.q-home-selector .q-flavour-quantity {
	align-self: center;
	justify-self: end;
	width: 112px;
	height: 46px;
	min-height: 46px;
	margin-right: 10px;
	background: var(--q-ink);
	color: white;
}

.q-configurator #flavour-grid.q-home-selector.q-flavour-grid--single .q-flavour-quantity {
	width: 136px;
}

.q-configurator #flavour-grid.q-home-selector .q-flavour-quantity button {
	height: 100%;
	min-height: 44px;
	background: transparent;
	color: inherit;
}

.q-configurator #flavour-grid.q-home-selector .q-flavour-band > button:hover,
.q-configurator #flavour-grid.q-home-selector .q-flavour-quantity button:hover {
	background: var(--q-orange);
	color: var(--q-ink);
}

.q-configurator #flavour-grid.q-home-selector .q-flavour-band > button:focus-visible,
.q-configurator #flavour-grid.q-home-selector .q-flavour-quantity button:focus-visible {
	outline: 3px solid var(--q-blue-deep);
	outline-offset: -4px;
}

.q-order-bar {
	display: grid;
	flex: 0 0 72px;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	height: 72px;
	margin-top: 12px;
	padding: 12px 18px;
	background: #d8eee6;
	transition: background-color 240ms ease;
}

.q-first-shaker {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-height: 48px;
	margin: 12px 0 0;
	padding: 9px 12px;
	border: 1px solid rgba(0, 73, 73, 0.2);
	background: rgba(216, 238, 230, 0.52);
	color: var(--q-ink);
	cursor: pointer;
}

.q-first-shaker input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--q-teal-deep);
}

.q-first-shaker span {
	display: grid;
	gap: 1px;
}

.q-first-shaker strong {
	font-size: 12px;
	line-height: 1.25;
}

.q-first-shaker small {
	color: var(--q-muted);
	font-size: 10px;
	font-weight: 650;
	line-height: 1.3;
}

.qs-order-bar > .q-first-shaker,
.qpp-order-bar > .q-first-shaker {
	grid-column: 1 / -1;
	margin-top: -4px;
}

.q-order-bar.has-selection {
	background: #c8e8dc;
}

.q-order-bar p {
	margin: 0;
	color: var(--q-muted);
	font-size: 14px;
	font-weight: 700;
}

.q-primary-action {
	display: inline-flex;
	gap: 28px;
	align-items: center;
	justify-content: space-between;
	min-width: 162px;
	padding: 14px 16px;
	border: 0;
	background: var(--q-orange);
	color: #301a00;
	cursor: pointer;
	font-weight: 850;
}

.q-primary-action span {
	transition: transform 220ms var(--q-ease-out);
}

.q-primary-action:hover:not(:disabled),
.q-primary-action:focus-visible:not(:disabled) {
	background: #ffad4d;
}

.q-primary-action:hover:not(:disabled) span,
.q-primary-action:focus-visible:not(:disabled) span {
	transform: translateX(4px);
}

.q-primary-action:disabled {
	background: #d6d9d7;
	color: #6a7776;
	cursor: not-allowed;
}

.q-product-shelf {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--q-line);
	background: var(--q-cool-white);
}

.q-product-choice {
	--product-accent: var(--q-blue);
	--product-deep: var(--q-blue-deep);
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 20px;
	align-items: center;
	min-height: 0;
	min-width: 0;
	overflow: hidden;
	padding: 24px clamp(20px, 2.2vw, 34px);
	border: 0;
	border-right: 1px solid var(--q-line);
	background: var(--q-cool-white);
	color: var(--q-ink);
	cursor: pointer;
	text-align: left;
	transition: background-color 180ms ease;
}

.q-product-choice:last-child {
	border-right: 0;
}

.q-product-choice--steady {
	--product-accent: var(--q-blue);
	--product-deep: var(--q-blue-deep);
}

.q-product-choice--ready {
	--product-accent: #efbc61;
	--product-deep: #8b4e12;
}

.q-product-choice--flow {
	--product-accent: #d93f68;
	--product-deep: #922342;
}

.q-product-choice::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 8px;
	background: var(--product-accent);
	content: "";
	transform: scaleY(1);
	transform-origin: bottom;
	transition: transform 300ms var(--q-ease-out);
}

.q-product-choice:hover:not(.is-active) {
	background: #f5f2eb;
}

.q-product-choice:focus-visible {
	z-index: 2;
	outline: 3px solid var(--q-orange);
	outline-offset: -3px;
}

.q-product-choice.is-active {
	background: #f0eee6;
}

.q-product-choice.is-active::after {
	transform: scaleY(2);
}

.q-shelf-copy {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 8px;
}

.q-shelf-copy strong {
	font-family: var(--q-display);
	color: var(--product-deep);
	font-size: clamp(25px, 2.3vw, 34px);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 0.95;
}

.q-shelf-copy small {
	color: var(--q-muted);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.25;
}

.q-shelf-arrow {
	position: relative;
	z-index: 2;
	color: var(--product-deep);
	font-size: 20px;
	font-weight: 750;
	transition: transform 260ms var(--q-ease-out);
}

.q-product-choice:hover .q-shelf-arrow,
.q-product-choice:focus-visible .q-shelf-arrow {
	transform: translateX(4px);
}

.q-taste-tester {
	display: flex;
	min-height: 100%;
	flex-direction: column;
}

.q-taste-layout {
	display: grid;
	flex: 1;
	grid-template-columns: minmax(190px, 0.92fr) minmax(240px, 1.08fr);
	gap: clamp(18px, 2vw, 32px);
	align-items: center;
	padding-block: 16px 22px;
}

.q-taste-visual {
	position: relative;
	align-self: stretch;
	display: grid;
	min-height: 0;
	overflow: hidden;
	margin: 0;
	padding: 18px;
	background:
		linear-gradient(135deg, rgba(240, 197, 124, 0.28), transparent 54%),
		#f4ead9;
	isolation: isolate;
}

.q-taste-visual::before {
	position: absolute;
	inset: 42% -10% -12% 24%;
	z-index: -1;
	background-image: radial-gradient(rgba(0, 47, 76, 0.58) 0 1px, transparent 1.3px);
	background-size: 4px 4px;
	content: "";
	mask-image: linear-gradient(128deg, transparent, #000 42%, transparent 88%);
	opacity: 0.34;
	transform: rotate(-4deg);
}

.q-taste-visual img {
	width: 100%;
	height: 100%;
	max-height: 520px;
	object-fit: contain;
	filter: drop-shadow(13px 16px 14px rgba(23, 63, 82, 0.16));
	mix-blend-mode: multiply;
	transform: scale(1.14);
}

.q-taste-visual figcaption {
	align-self: end;
	margin-top: 8px;
	color: #5b5749;
	font-size: 10px;
}

.q-taste-layout h3 {
	max-width: 14ch;
	margin: 0 0 16px;
	font-family: var(--q-display);
	font-size: clamp(27px, 2.5vw, 40px);
	letter-spacing: -0.03em;
	line-height: 1;
}

.q-taste-layout ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.q-taste-layout li {
	padding: 8px 0;
	border-bottom: 1px solid var(--q-line);
	font-size: 13px;
}

.q-taste-flavours {
	margin: 14px 0 0;
	color: var(--q-muted);
	font-size: 11px;
	line-height: 1.45;
}

.q-taste-tester .q-order-bar {
	flex: 0 0 auto;
	margin-top: auto;
}

.q-taste-order-bar {
	grid-template-columns: minmax(0, 1fr) auto auto;
}

.q-taste-order-summary {
	display: grid;
	gap: 2px;
}

.q-taste-order-summary > strong {
	font-family: var(--q-display);
	font-size: 18px;
	letter-spacing: -0.02em;
}

.q-taste-order-summary > span {
	color: var(--q-muted);
	font-size: 11px;
}

.q-taste-order-price {
	display: grid;
	gap: 1px;
	text-align: right;
}

.q-taste-order-price > strong {
	color: var(--q-ink);
	font-family: var(--q-display);
	font-size: 22px;
	letter-spacing: -0.025em;
}

.q-taste-order-price > span {
	color: var(--q-muted);
	font-size: 10px;
	font-weight: 600;
}

.q-home {
	overflow: clip;
}

.q-home section[id] {
	scroll-margin-top: 92px;
}

.q-section-note {
	margin: 0 0 14px;
	color: var(--q-teal-deep);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

body.queal-direct-meal .q-workday h2,
.q-recipe-nutrition h2,
body.queal-direct-meal .q-preparation h2,
.q-recipe-ingredients h2 {
	max-width: 13ch;
	margin: 0;
	font-family: var(--q-display);
	font-size: clamp(42px, 5vw, 76px);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 0.96;
	text-wrap: balance;
}

body.queal-direct-meal .q-recipe-nutrition h2,
body.q-steady-page .q-recipe-nutrition h2 {
	color: #f4f6ef;
}

.q-workday {
	display: grid;
	grid-template-columns: minmax(420px, 0.84fr) minmax(0, 1.16fr);
	background: #fff9eb;
}

.q-workday-copy {
	align-self: center;
	padding: clamp(62px, 7vw, 110px) var(--q-page-gutter);
}

.q-workday-copy > p:not(.q-section-note) {
	max-width: 43ch;
	margin: 28px 0 38px;
	color: var(--q-muted);
	font-size: 18px;
}

.q-workday-copy ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.q-workday-copy li {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 24px;
	margin-top: 6px;
	padding: 16px 18px;
}

.q-workday-copy li:nth-child(1) {
	background: #d8eee6;
}

.q-workday-copy li:nth-child(2) {
	background: #f3d49a;
}

.q-workday-copy li:nth-child(3) {
	background: #c8dfee;
}

.q-workday-copy li span {
	color: var(--q-muted);
	font-size: 13px;
}

.q-workday-scene {
	position: relative;
	min-height: 720px;
	overflow: hidden;
	background: #e5dfd3;
}

.q-workday-scene::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 249, 235, 0.72) 0%, rgba(255, 249, 235, 0.24) 35%, transparent 61%);
	content: "";
	pointer-events: none;
}

.q-workday-scene img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.q-workday-scene p {
	position: absolute;
	z-index: 2;
	top: 10%;
	left: 7%;
	display: grid;
	max-width: 10ch;
	gap: 4px;
	margin: 0;
	color: var(--q-blue-deep);
	font-family: var(--q-display);
	font-size: clamp(34px, 3.4vw, 54px);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 0.98;
	text-wrap: balance;
}

.q-workday-scene p strong,
.q-workday-scene p span {
	font: inherit;
}

.q-nutrition {
	display: grid;
	grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(52px, 7vw, 112px);
	align-items: start;
	padding: clamp(88px, 8vw, 128px) var(--q-page-gutter);
	background: #063f5d;
	color: #f4f6ef;
}

.q-nutrition .q-section-note {
	color: #8ed7ce;
}

.q-nutrition-copy > p:not(.q-section-note) {
	max-width: 45ch;
	margin: 28px 0;
	color: #c9dddc;
}

.q-nutrition-switch {
	display: inline-grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 8px;
	padding: 4px;
	background: #002f4c;
}

.q-nutrition-switch button {
	min-height: 44px;
	padding: 10px 14px;
	border: 0;
	background: transparent;
	color: #c9dddc;
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 750;
}

.q-nutrition-switch button[aria-selected="true"] {
	background: var(--q-orange);
	color: #301a00;
}

.q-nutrition-switch button:hover:not([aria-selected="true"]),
.q-nutrition-switch button:focus-visible:not([aria-selected="true"]) {
	background: #0e5678;
	color: white;
}

.q-nutrition-panels,
.q-nutrition-panel {
	min-width: 0;
}

.q-nutrition-panel[hidden] {
	display: none;
}

.q-nutrition-board {
	display: grid;
	height: clamp(310px, 31vw, 410px);
	grid-template-rows: minmax(0, 3.5435fr) minmax(0, 1fr) auto;
	gap: 8px;
}

.q-macro-row {
	display: flex;
	gap: 8px;
	min-width: 0;
}

.q-macro {
	display: flex;
	min-width: 0;
	flex: var(--macro-share) 1 0;
	flex-direction: column;
	justify-content: space-between;
	padding: 18px;
	color: #10272a;
}

.q-macro span {
	font-size: 12px;
	font-weight: 700;
}

.q-macro strong {
	align-self: flex-end;
	font-family: var(--q-display);
	font-size: clamp(30px, 3vw, 48px);
}

.q-macro--protein {
	--macro-share: 45;
	background: var(--q-mint);
}

.q-macro--carbs {
	--macro-share: 73;
	background: var(--q-oat);
}

.q-macro--fats {
	--macro-share: 24;
	background: var(--q-lavender);
}

.q-macro--fibre {
	--macro-share: 9.3;
	background: var(--q-sky);
}

.q-macro-row--secondary .q-macro {
	flex-direction: row;
	gap: 8px;
	align-items: center;
	padding: 12px 16px;
}

.q-macro-row--secondary .q-macro strong {
	font-size: clamp(22px, 2.3vw, 34px);
}

.q-nutrition-board > p {
	margin: 10px 0 0;
	color: #b8cfce;
	font-size: 12px;
}

.q-nutrition-tables {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 8px;
	align-items: start;
}

.q-nutrition-table-wrap {
	max-width: 100%;
	overflow-x: auto;
	background: var(--q-cool-white);
	color: var(--q-ink);
}

.q-nutrition-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 1.2;
}

.q-nutrition-table caption {
	padding: 17px 16px 12px;
	color: var(--q-blue-deep);
	font-size: 15px;
	font-weight: 800;
	text-align: left;
}

.q-nutrition-table th,
.q-nutrition-table td {
	padding: 8px 10px;
	border-top: 1px solid #d7dfdc;
	text-align: right;
	vertical-align: top;
}

.q-nutrition-table thead th {
	background: #e5ede9;
	color: #415659;
	font-size: 10px;
	font-weight: 800;
}

.q-nutrition-table th:first-child {
	text-align: left;
}

.q-nutrition-table tbody th {
	font-weight: 750;
}

.q-nutrition-table .q-nutrition-subrow th {
	padding-left: 24px;
	color: #536669;
	font-weight: 550;
}

.q-nutrition-table--micros {
	min-width: 560px;
}

.q-nutrition-footnote {
	margin: 14px 0 0;
	color: #b8cfce;
	font-size: 11px;
}

.q-nutrition-reference {
	background: var(--q-cool-white);
	color: var(--q-ink);
}

.q-nutrition-reference h3 {
	margin: 0;
	padding: 14px 12px 10px;
	border-bottom: 1px solid #d7dfdc;
	color: var(--q-blue-deep);
	font-size: 14px;
	font-weight: 800;
}

.q-nutrition-reference-bands {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	background: var(--q-oat);
}

.q-nutrition-reference-bands p {
	display: grid;
	gap: 5px;
	margin: 0;
	padding: 10px;
	border-right: 1px solid #cfad72;
	border-bottom: 1px solid #cfad72;
}

.q-nutrition-reference-bands strong {
	font-size: 9px;
	text-transform: uppercase;
}

.q-nutrition-reference-bands span {
	font-size: 14px;
	font-weight: 800;
}

.q-nutrition-reference-bands small,
.q-nutrition-reference-micros small {
	color: #536669;
	font-size: 9px;
}

.q-nutrition-reference-micros {
	columns: 3;
	column-gap: 0;
}

.q-nutrition-reference-micros p {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	break-inside: avoid;
	gap: 2px 8px;
	margin: 0;
	padding: 6px 10px;
	border-bottom: 1px solid #e2e8e5;
	font-size: 10px;
}

.q-nutrition-reference-micros p:nth-child(odd) {
	background: #eef2ef;
}

.q-nutrition-reference-micros span,
.q-nutrition-reference-micros small {
	text-align: right;
	white-space: nowrap;
}

.q-nutrition-reference-micros small {
	grid-column: 2;
}

.q-nutrition-reference-table {
 display: grid;
 gap: 16px;
}

.q-nutrition-reference-table .q-nutrition-table-wrap {
	overflow-x: auto;
}

.q-nutrition-table-wrap[tabindex]:focus-visible {
 outline: 3px solid var(--q-blue-deep);
 outline-offset: -3px;
}

/* Full nutrition keeps visible column headings and native table semantics. */
.q-nutrition-reference-table .q-nutrition-table { display: table; width: 100%; min-width: 0; }
.q-nutrition-reference-table .q-nutrition-table caption { display: table-caption; width: auto; }
.q-nutrition-reference-table .q-nutrition-table thead { display: table-header-group; }
.q-nutrition-reference-table .q-nutrition-table tbody { display: table-row-group; columns: auto; }
.q-nutrition-reference-table .q-nutrition-table tr { display: table-row; }
.q-nutrition-reference-table .q-nutrition-table th, .q-nutrition-reference-table .q-nutrition-table td { display: table-cell; }
.q-nutrition-reference-table .q-nutrition-table--micros tbody tr:nth-child(odd) { background: #eef2ef; }

.q-preparation {
	padding: clamp(78px, 8vw, 118px) var(--q-page-gutter);
	background: var(--q-paper);
}

.q-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
	gap: 60px;
	align-items: end;
	margin-bottom: clamp(36px, 5vw, 70px);
}

.q-section-heading > p {
	max-width: 44ch;
	margin: 0;
	color: var(--q-muted);
}

.q-prep-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: prep;
}

.q-prep-steps li {
	position: relative;
	display: grid;
	min-height: 220px;
	align-content: space-between;
	padding: 24px;
	color: var(--q-ink);
	counter-increment: prep;
}

.q-prep-steps li:nth-child(1) {
	background: var(--q-sky);
}

.q-prep-steps li:nth-child(2) {
	background: var(--q-oat);
}

.q-prep-steps li:nth-child(3) {
	background: var(--q-mint);
}

.q-prep-steps li::before {
	color: #294541;
	content: "0" counter(prep);
	font-size: 12px;
	font-weight: 800;
}

.q-prep-steps span {
	align-self: end;
	color: #294541;
	font-size: 13px;
}

.q-prep-steps strong {
	font-family: var(--q-display);
	font-size: clamp(30px, 3vw, 48px);
	letter-spacing: -0.025em;
}

.q-ingredients {
	display: grid;
	grid-template-columns: minmax(320px, 0.68fr) minmax(0, 1.32fr);
	gap: clamp(54px, 8vw, 126px);
	align-items: start;
	padding: clamp(82px, 8vw, 126px) var(--q-page-gutter);
	background: #dce8d8;
}

.q-ingredients-copy > p:not(.q-section-note) {
	max-width: 46ch;
	margin: 28px 0;
	color: #435c56;
}

.q-allergen-note {
	display: flex;
	gap: 14px 24px;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 22px;
	padding: 10px 16px;
	background: var(--q-oat);
	color: #3e2b14;
}

.q-allergen-note p {
	display: flex;
	gap: 18px;
	align-items: center;
	margin: 0;
	line-height: 1.2;
}

.q-allergen-note strong {
	font-size: 12px;
	text-transform: uppercase;
}

.q-allergen-note span {
	font-weight: 750;
}

.q-allergen-note small {
	margin: 0 0 0 auto;
	color: #6a4c25;
	font-size: 11px;
	line-height: 1.2;
}

.q-ingredient-disclosure .q-allergen-note small {
	display: inline;
	margin: 0 0 0 auto;
}

.q-ingredient-disclosure {
	padding: clamp(26px, 3vw, 42px);
	background: var(--q-cool-white);
	color: var(--q-ink);
}

.q-ingredient-disclosure h3 {
	margin: 0 0 20px;
	color: var(--q-blue-deep);
	font-family: var(--q-display);
	font-size: clamp(24px, 2.5vw, 38px);
	letter-spacing: -0.025em;
}

.q-ingredient-disclosure p {
	max-width: 78ch;
	margin: 0;
	font-size: clamp(15px, 1.25vw, 18px);
	line-height: 1.65;
}

.q-ingredient-disclosure > p strong {
	background: #f4d494;
	color: #35220c;
}

.q-ingredient-disclosure small {
	display: block;
	margin-top: 22px;
	color: var(--q-muted);
	font-size: 11px;
}

.q-ingredient-disclosure .q-micronutrient-key {
	max-width: 84ch;
	font-size: 11px;
	line-height: 1.55;
}

.q-proof {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 6px;
	background: var(--q-paper);
}

.q-proof-stats {
	grid-column: 1 / 3;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px;
}

.q-proof-stats p,
.q-proof figure {
	margin: 0;
}

.q-proof-stats p {
	display: grid;
	min-height: 170px;
	align-content: space-between;
	padding: 24px;
}

.q-proof-stats p:first-child {
	padding-left: var(--q-page-gutter);
}

.q-proof-stats p:nth-child(1) {
	background: var(--q-mint);
}

.q-proof-stats p:nth-child(2) {
	background: var(--q-oat);
}

.q-proof-stats p:nth-child(3) {
	background: var(--q-lavender);
}

.q-proof-stats p:nth-child(4) {
	background: var(--q-sky);
}

.q-proof-stats strong {
	font-family: var(--q-display);
	font-size: clamp(30px, 3vw, 50px);
	letter-spacing: -0.03em;
}

.q-proof-stats span {
	max-width: 17ch;
	color: #294541;
	font-size: 12px;
}

.q-proof-stats a {
	align-self: end;
	width: fit-content;
	color: #294541;
	font-size: 12px;
	font-weight: 720;
}

.q-proof-stats a:hover,
.q-proof-stats a:focus-visible {
	color: var(--q-blue-deep);
}

.q-proof figure {
	min-height: 380px;
	padding: clamp(44px, 6vw, 90px);
}

.q-proof figure:first-of-type {
	background: var(--q-blue-deep);
	color: #f7f2e8;
}

.q-proof figure:first-of-type blockquote {
	color: #f7f2e8;
}

.q-proof figure:last-of-type {
	background: #fff9eb;
}

.q-proof blockquote {
	max-width: 21ch;
	margin: 0;
	font-family: var(--q-display);
	font-size: clamp(28px, 3.2vw, 52px);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.08;
}

.q-proof figcaption {
	margin-top: 34px;
	color: var(--q-muted);
	font-size: 13px;
	font-weight: 700;
}

.q-proof figure:first-of-type figcaption {
	color: #a9d8d2;
}

.q-footer {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 48px;
	align-items: end;
	padding: 54px clamp(20px, 4.5vw, 76px);
	background: var(--q-ink);
	color: white;
}

.q-footer img {
	width: 105px;
	height: auto;
	filter: invert(1);
}

.q-footer p {
	margin: 12px 0 0;
	color: #b9c7c5;
	font-size: 12px;
}

.q-footer-links {
	display: flex;
	gap: 30px;
	font-size: 13px;
	font-weight: 700;
}

.q-footer-links a {
	color: white;
}

.q-footer-links a:hover,
.q-footer-links a:focus-visible {
	color: #8ed7ce;
}

footer.q-footer.q-site-footer {
	grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
	gap: clamp(48px, 8vw, 132px);
	align-items: start;
	padding-block: clamp(58px, 7vw, 92px);
}

.q-site-footer .q-site-footer__brand {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	align-items: flex-start;
}

.q-site-footer .q-site-footer__home {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
}

.q-site-footer .q-site-footer__tagline {
	margin-top: 10px;
}

.q-site-footer .q-site-footer__copyright {
	margin-top: auto;
	padding-top: 48px;
	color: #8fa5a0;
}

.q-site-footer nav.q-footer-links {
	display: grid;
	grid-template-columns: repeat(4, minmax(120px, 1fr));
	gap: 36px clamp(24px, 3vw, 52px);
	width: min(100%, 900px);
	max-width: none;
	justify-content: stretch;
}

.q-site-footer .q-footer-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
}

.q-site-footer .q-footer-group__title {
	margin: 0 0 13px;
	color: #8ed7ce;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.q-site-footer.q-footer .q-footer-links a,
.q-site-footer.q-footer .q-footer-links a:visited {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	padding: 3px 0;
	color: white;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

.q-site-footer.q-footer .q-footer-links a:hover,
.q-site-footer.q-footer .q-footer-links a:focus-visible {
	color: #8ed7ce;
}

@media (max-width: 960px) {
	footer.q-footer.q-site-footer {
		grid-template-columns: minmax(0, 1fr);
		gap: 42px;
	}

	.q-site-footer .q-site-footer__copyright {
		margin-top: 0;
		padding-top: 22px;
	}
}

.q-visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	padding: 0;
	border: 0;
	margin: -1px;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

:where(a, button):focus-visible {
	outline: 3px solid var(--q-orange);
	outline-offset: 3px;
}

@media (max-width: 1120px) {
	.q-header {
		grid-template-columns: auto 1fr auto;
	}

	.q-nav {
		justify-content: center;
	}


	.q-first-screen {
		grid-template-rows: minmax(0, 1fr) 132px;
	}

	.q-purchase-stage {
		grid-template-columns: minmax(0, 52fr) minmax(440px, 48fr);
	}

	.q-product-scene {
		padding: 34px;
	}

	.q-scene-object {
		right: 0;
		width: 58%;
	}

	.q-config-header,
	.q-config-body {
		padding-right: 28px;
		padding-left: 28px;
	}

	.q-flavour-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-height: 760px) and (min-width: 861px) {
	.q-header {
		height: 64px;
	}

	.q-first-screen {
		grid-template-rows: minmax(0, 1fr) 96px;
		height: calc(100svh - 64px);
		min-height: 0;
	}

	.q-config-header {
		padding-top: 14px;
		padding-bottom: 8px;
	}

	.q-config-header h2 {
		font-size: clamp(30px, 2.5vw, 38px);
	}

	.q-config-intro {
		margin-bottom: 12px;
		line-height: 1.35;
	}

	.q-flavour {
		min-height: 64px;
	}

	.q-flavour-visual {
		bottom: 0;
	}

	.q-flavour-band {
		min-height: 64px;
	}

	.q-order-bar {
		flex-basis: 64px;
		height: 64px;
		padding: 12px 14px;
	}

	.q-primary-action {
		padding-block: 12px;
	}

	.q-taste-action {
		min-height: 64px;
		margin-top: 8px;
	}

	.q-taste-copy small {
		display: none;
	}

	.q-product-choice {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 860px) {
	.q-header {
		position: relative;
		z-index: 20;
		display: flex;
		height: auto;
		min-height: 64px;
		gap: 18px;
		justify-content: space-between;
		padding: 14px 18px;
	}

	.q-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		justify-content: flex-start;
		overflow-x: auto;
		padding: 0 18px;
		border-top: 1px solid var(--q-line);
		border-bottom: 1px solid var(--q-line);
		background: var(--q-cool-white);
		scrollbar-width: none;
	}

	.q-header-actions .q-dashboard-desktop { display: none; }
	.q-nav .q-dashboard-mobile { display: block; }
	.q-nav { gap: 16px; }

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

	.q-header-actions {
		gap: 12px;
	}

	.q-language-selector {
		position: static;
	}

	.q-language-selector ul {
		right: 18px;
		max-height: calc(100dvh - 130px);
		overflow-y: auto;
	}

	.q-first-screen {
		display: block;
		height: auto;
		min-height: 0;
		padding-top: 43px;
		overflow: visible;
	}

	.q-purchase-stage {
		display: block;
	}

	.q-product-scene {
		min-height: 540px;
		background-position: 64% center;
	}

	.q-first-screen[data-product="steady"] .q-product-scene {
		background-image:
			linear-gradient(#061b2d, #061b2d),
			url("../images/steady-hero-integrated-v2.webp");
		background-position: center top, 68% bottom;
		background-repeat: no-repeat;
		background-size: 100% 26%, auto 74%;
	}

	.q-scene-copy h1 {
		font-size: clamp(44px, 12vw, 66px);
	}

	.q-scene-object {
		right: 2%;
		bottom: -4%;
		width: min(62%, 440px);
		height: 68%;
	}

	.q-configurator {
		min-height: 610px;
	}

	.q-product-shelf {
		grid-template-columns: 1fr;
	}

	.q-product-choice {
		min-height: 94px;
		padding: 20px;
		border-right: 0;
		border-bottom: 1px solid var(--q-line);
	}
}

@media (max-width: 560px) {
	.q-wordmark img {
		width: 90px;
	}


	.q-product-scene {
		min-height: 620px;
		padding: 26px 20px;
		background-position: 67% center;
	}

	.q-first-screen[data-product="steady"] .q-product-scene {
		background-position: center top, 70% bottom;
		background-size: 100% 38%, auto 62%;
	}

	body.queal-direct-meal .q-scene-copy h1 {
		font-size: 44px;
	}

	.q-scene-copy p {
		max-width: 30ch;
		margin-top: 14px;
		font-size: 14px;
	}

	.q-scene-object {
		right: -1%;
		bottom: 0;
		width: 69%;
		height: 57%;
	}

	.q-scene-note {
		bottom: 18px;
		left: 20px;
		max-width: 62%;
	}

	.q-configurator {
		min-height: 680px;
	}

	.q-config-header {
		align-items: flex-start;
		padding: 30px 20px 18px;
	}

	.q-config-header h2 {
		font-size: 31px;
	}

	.q-config-body {
		padding: 0 20px 24px;
	}

	.q-flavour-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.q-configurator #flavour-grid.q-home-selector {
		grid-template-columns: minmax(0, 1fr);
	}

	.q-configurator #flavour-grid.q-home-selector .q-flavour-band,
	.q-configurator #flavour-grid.q-home-selector.q-flavour-grid--single .q-flavour-band {
		grid-template-columns: minmax(0, 1fr) 142px;
	}

	.q-configurator #flavour-grid.q-home-selector .q-flavour-quantity,
	.q-configurator #flavour-grid.q-home-selector.q-flavour-grid--single .q-flavour-quantity {
		width: 132px;
		height: 48px;
		min-height: 48px;
	}

	.q-flavour-name {
		font-size: 10px;
	}

	.q-taste-action {
		grid-template-columns: minmax(0, 1fr) 34px;
	}

	.q-taste-action > small {
		display: none;
	}

	.q-order-bar {
		position: sticky;
		z-index: 10;
		bottom: 0;
		height: auto;
		min-height: 72px;
		margin-right: -20px;
		margin-left: -20px;
		padding: 14px 20px;
		background: rgba(251, 252, 250, 0.96);
		backdrop-filter: blur(8px);
	}

	.q-primary-action {
		min-width: 138px;
		gap: 12px;
	}

	.q-taste-layout {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.q-taste-visual {
		min-height: 300px;
	}

	.q-taste-layout h3 {
		font-size: 27px;
	}

	.q-taste-order-bar {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.q-taste-order-summary > span {
		display: none;
	}

	.q-taste-order-bar .q-primary-action {
		grid-column: 1 / -1;
		width: 100%;
	}
}

@media (max-width: 860px) {
	.q-workday,
	.q-nutrition,
	.q-ingredients {
		grid-template-columns: 1fr;
	}

	.q-workday-scene {
		min-height: 650px;
	}

	.q-workday-scene img {
		object-position: 58% center;
	}

	.q-workday-scene p {
		top: auto;
		bottom: 24px;
		left: 20px;
		max-width: 9.5ch;
		padding: 16px 18px;
		background: rgba(255, 249, 235, 0.9);
	}

	.q-nutrition,
	.q-ingredients {
		gap: 54px;
	}

	.q-nutrition-tables {
		grid-template-columns: minmax(0, 1fr);
	}

	.q-section-heading {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.q-proof {
		grid-template-columns: 1fr;
	}

	.q-proof-stats {
		grid-column: 1;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	body.queal-direct-meal .q-workday h2,
	.q-recipe-nutrition h2,
	body.queal-direct-meal .q-preparation h2,
	.q-recipe-ingredients h2 {
		font-size: 42px;
	}

	.q-workday-copy,
	.q-nutrition,
	.q-preparation,
	.q-ingredients {
		padding: 72px 20px;
	}

	.q-workday-copy li {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.q-workday-scene {
		min-height: 500px;
	}

	.q-nutrition-board {
		height: 300px;
	}

	.q-nutrition-switch {
		width: 100%;
	}

	.q-nutrition-table {
		font-size: 11px;
	}

	.q-prep-steps {
		grid-template-columns: 1fr;
	}

	.q-prep-steps li {
		min-height: 150px;
	}

	.q-ingredient-disclosure {
		padding: 24px 20px;
	}

	.q-allergen-note {
		width: 100%;
	}

	.q-allergen-note small {
		width: 100%;
		margin-left: 0;
	}

	.q-proof-stats p {
		min-height: 145px;
		padding: 18px;
	}

	.q-proof-stats p:first-child {
		padding-left: var(--q-page-gutter);
	}

	.q-proof figure {
		min-height: 300px;
		padding: 52px 20px;
	}

	.q-footer {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 42px 20px;
	}

	.q-footer-links {
		flex-wrap: wrap;
		gap: 18px 26px;
	}

	footer.q-footer.q-site-footer {
		grid-template-columns: 1fr;
		gap: 46px;
	}

	.q-site-footer nav.q-footer-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 28px;
	}

	.q-site-footer .q-site-footer__copyright {
		margin-top: 0;
		padding-top: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 860px) {
	.q-nutrition-reference-bands,
	.q-nutrition-reference-table .q-nutrition-table tbody {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.q-nutrition-reference-micros,
	.q-nutrition-reference-table .q-nutrition-table--micros tbody {
		columns: 2;
	}
}

@media (max-width: 560px) {
	.q-nutrition-reference-micros,
	.q-nutrition-reference-table .q-nutrition-table--micros tbody {
		columns: 1;
	}

	.q-nutrition-reference-table .q-nutrition-table--micros tr {
		grid-template-columns: minmax(88px, 1.4fr) repeat(4, minmax(0, 1fr));
		gap: 4px;
	}

	.q-nutrition-reference-table .q-nutrition-table--micros td {
		min-width: 0;
		font-size: 8px;
		overflow-wrap: anywhere;
	}
}

/* Shared Steady practical-fact bar. The homepage also renders the shared
 * nutrition template, so it uses the same component grammar as /steady/. */
.home .qs-nutrition-facts {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 28px;
	border-top: 1px solid #3f7287;
	border-left: 1px solid #3f7287;
}

.home .qs-nutrition-facts p {
	display: grid;
	min-height: 112px;
	align-content: space-between;
	margin: 0;
	padding: 18px;
	border-right: 1px solid #3f7287;
	border-bottom: 1px solid #3f7287;
}

.home .qs-nutrition-facts strong {
	color: var(--q-oat);
	font-size: clamp(25px, 2.6vw, 39px);
	letter-spacing: -0.04em;
}

.home .qs-nutrition-facts span {
	color: var(--q-cool-white);
	font-size: 11px;
	font-weight: 700;
}

@media (max-width: 860px) {
	.home .qs-nutrition-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.home .qs-nutrition-facts {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 360px) {
 body .q-header .q-nav { gap: 10px; padding-inline: 12px; font-size: 13px; }
}


/* Homepage review: use the available width without forcing narrow text columns. */
.home #config-intro { width: 100%; max-width: none; white-space: pre-line; }
.home .q-product-choice { padding-inline: calc(clamp(20px, 2.2vw, 34px) + 8px); }
@media (max-width: 860px) {
 .home .q-workday-scene p { width: min(16ch, calc(100% - 40px)); max-width: none; overflow-wrap: break-word; }
 .home #nutrition-title { width: 100%; max-width: none; }
}

/* Keep the homepage order summary aligned with Steady's full product page. */
.q-home-rating { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 10px 0 0; color: var(--q-blue-deep); text-decoration: none; }
.q-home-rating:hover, .q-home-rating:focus-visible { text-decoration: underline; }
.q-home-rating strong { font-size: 20px; }
.q-home-rating small { font-size: 11px; }
.q-home-stars { color: var(--q-teal-deep); letter-spacing: 1px; }
.q-home-half-star { position: relative; display: inline-block; }
.q-home-half-star span:last-child { position: absolute; inset: 0; overflow: hidden; width: 50%; }
.q-home-price-ledger { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 14px 0; border-block: 1px solid var(--q-line); }
.q-home-price-ledger p { display: grid; gap: 5px; margin: 0; padding: 10px; }
.q-home-price-ledger p + p { border-left: 1px solid var(--q-line); }
.q-home-price-ledger span { font-size: 10px; line-height: 1.3; color: var(--q-muted); }
.q-home-price-ledger strong { font-size: 19px; color: var(--q-blue-deep); }
.q-home-purchase-plan { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; min-width: 0; margin: 16px 0 0; padding: 0; border: 0; }
.q-home-purchase-plan legend { margin-bottom: 8px; font-size: 12px; font-weight: 750; }
.q-home-purchase-plan label { display: flex; gap: 8px; align-items: flex-start; padding: 12px; border: 1px solid var(--q-line); cursor: pointer; }
.q-home-purchase-plan label.is-active { border-color: var(--q-teal-deep); background: #d8eee6; }
.q-home-purchase-plan input { flex: 0 0 auto; width: 16px; height: 16px; margin: 3px 0 0; accent-color: var(--q-teal-deep); }
.q-home-purchase-plan label > span { display: grid; gap: 4px; }
.q-home-purchase-plan strong { font-size: 13px; }
.q-home-purchase-plan small { font-size: 11px; line-height: 1.35; }
.q-home-plan-status { display: none; }
.q-home .q-order-bar { position: static; flex: 0 0 auto; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; height: auto; margin: 0; padding: 16px clamp(26px, 2.8vw, 44px); }
.q-home-order-summary { grid-column: 1 / -1; min-width: 0; }
.q-home .q-order-bar #selection-detail { margin-top: 5px; font-size: 11px; font-weight: 500; line-height: 1.5; }
.q-home .q-order-bar .q-home-total { display: grid; gap: 2px; }
.q-home-total span { font-size: 11px; }
.q-home-total strong { color: var(--q-blue-deep); font-size: 24px; }
.q-home .q-order-bar.is-error { background: #f5d9d5; }
.q-home .q-taste-action { grid-template-columns: minmax(0, 1fr) auto; }
.q-home .q-taste-action > b { min-width: 0; gap: 8px; padding: 0 10px; }
@media (max-width: 620px) {
 .q-home .q-product-choice--steady { display: none; }
 .q-home .q-product-shelf { grid-template-columns: repeat(2, minmax(0, 1fr)); }
 .q-home .q-taste-action { gap: 8px; }
 .q-home .q-taste-copy small { white-space: normal; overflow: visible; }
 .q-home .q-taste-action > b { font-size: 13px; }
 .q-home-price-ledger p { padding: 10px 7px; }
 .q-home-price-ledger strong { font-size: 17px; }
 .q-home-purchase-plan label { padding: 9px; gap: 6px; }
 .q-home .q-order-bar { padding: 14px; }
}

/* Explicit serving basis and compact columns preserve the full Steady label on phones. */
.q-nutrition-serving { color: inherit; font-size: 13px; line-height: 1.5; margin: 0 0 12px; }
.q-nutrition-scroll-hint { display: none; font-size: 11px; margin: 10px 0; }
.q-legal-page #privacy { scroll-margin-top: 100px; }
@media (max-width: 620px) {
 .q-recipe-nutrition .q-nutrition-panels { min-width: 0; }
 .q-recipe-nutrition .q-nutrition-table--micros { min-width: 0; width: 100%; table-layout: fixed; }
 .q-recipe-nutrition .q-nutrition-table--micros th:first-child { width: 30%; }
 .q-recipe-nutrition .q-nutrition-table--micros th, .q-recipe-nutrition .q-nutrition-table--micros td { padding: 8px 2px; font-size: 11px; overflow-wrap: anywhere; }
 .q-nutrition-scroll-hint { display: block; }
}

.q-home-rating { margin-inline: clamp(26px, 2.8vw, 44px); }
.q-home-price-ledger { margin-inline: clamp(26px, 2.8vw, 44px); }
.q-nutrition-scroll-hint[hidden] { display: none; }
@media (max-width: 620px) { .q-home-rating, .q-home-price-ledger { margin-inline: 20px; } }

.q-recipe-nutrition .q-nutrition-table:not(.q-nutrition-table--micros) { table-layout: fixed; }
.q-recipe-nutrition .q-nutrition-table:not(.q-nutrition-table--micros) th:first-child { width: 44%; }

/* Keep the homepage choices scrollable while its order action stays in view. */
.q-home .q-config-header h2 { max-width: none; }
.q-home .q-config-scroll { min-width: 0; }
.q-home .q-config-scroll:focus-visible { outline: 3px solid var(--q-orange); outline-offset: -3px; }
@media (min-width: 861px) {
 .q-home .q-configurator { min-height: 0; }
 .q-home .q-config-scroll { flex: 1 1 0; min-height: 0; overflow-y: auto; overscroll-behavior-y: auto; scrollbar-gutter: stable; }
 .q-home .q-config-body { flex: none; }
}
