.q-steady-page {
	--qs-rail: var(--q-page-gutter);
}

.qs-main {
	background: var(--q-paper);
}

.qs-opening {
	display: grid;
	grid-template-columns: minmax(420px, 43fr) minmax(620px, 57fr);
	min-height: calc(100svh - 72px);
}

.qs-tableau {
	position: sticky;
	top: 0;
	align-self: start;
	height: calc(100svh - 72px);
	min-height: 680px;
	overflow: hidden;
	padding: var(--qs-rail);
	background:
		linear-gradient(90deg, rgba(0, 26, 46, 0.76) 0%, rgba(0, 26, 46, 0.36) 56%, transparent 82%),
		linear-gradient(180deg, rgba(0, 32, 55, 0.12), rgba(0, 32, 55, 0.55)),
		url("../images/steady-hero-integrated-v2.webp") 58% center / cover no-repeat,
		var(--q-blue-deep);
	color: white;
	isolation: isolate;
}

.qs-tableau::after {
	display: none;
}

.qs-tableau-copy {
	max-width: 580px;
}

.qs-tableau-copy p,
.qs-eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.q-steady-page .qs-tableau h1 {
	max-width: 11ch;
	margin: 0;
	color: white;
	font-size: clamp(48px, 5.25vw, 78px);
	font-weight: 750;
	letter-spacing: -0.02em;
	line-height: 1.08;
}

.qs-tableau-proof {
	position: absolute;
	right: var(--qs-rail);
	bottom: var(--qs-rail);
	left: var(--qs-rail);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.52);
	font-size: 12px;
	font-weight: 750;
}

.qs-order {
	min-width: 0;
	padding: var(--qs-rail) var(--qs-rail) 40px;
	background: var(--q-cool-white);
}

.qs-order-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: start;
}

.qs-order-heading h2,
.qs-choice-heading h3,
body.q-steady-page .qs-section-copy h2,
body.q-steady-page .qs-taster-details h2,
body.q-steady-page .qs-close h2 {
	margin: 0;
	font-weight: 750;
	letter-spacing: -0.045em;
	line-height: 1;
}

.qs-order-heading h2 {
	max-width: 12ch;
	font-size: clamp(42px, 4.3vw, 66px);
}

.qs-rating {
	display: grid;
	grid-template-columns: auto auto;
	gap: 0 8px;
	align-items: baseline;
	min-width: 128px;
	padding-top: 3px;
}

.qs-rating strong {
	font-size: 24px;
}

.qs-rating span {
	color: var(--q-orange);
	font-size: 12px;
	letter-spacing: 0.04em;
}

.qs-rating .qs-stars {
	display: inline-flex;
	letter-spacing: 0.04em;
}

.qs-rating .qs-half-star {
	position: relative;
	display: inline-block;
	width: 1em;
}

.qs-rating .qs-half-star > span:last-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	overflow: hidden;
}

.qs-rating small {
	grid-column: 1 / -1;
	color: var(--q-muted);
	font-size: 11px;
}

.qs-price-ledger {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 28px 0 22px;
	border-top: 1px solid var(--q-line);
	border-bottom: 1px solid var(--q-line);
}

.qs-price-ledger p {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 14px 16px;
}

.qs-price-ledger p + p {
	border-left: 1px solid var(--q-line);
}

.qs-price-ledger span {
	color: var(--q-muted);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.qs-price-ledger strong {
	color: var(--q-blue-deep);
	font-size: clamp(18px, 1.55vw, 24px);
}

.qs-taster-route {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: stretch;
	width: 100%;
	min-height: 68px;
	overflow: hidden;
	padding: 0;
	border: 0;
	background: #efd3a4;
	color: var(--q-ink);
	cursor: pointer;
	text-align: left;
	transition: background-color 180ms ease;
}

.qs-taster-route:hover,
.qs-taster-route:focus-visible {
	background: var(--q-oat);
}

.qs-taster-image {
	position: relative;
	display: grid;
	width: 68px;
	height: 68px;
	align-self: center;
	overflow: hidden;
	place-items: center;
	background: #f8e4bc;
}

.qs-taster-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 58%;
}

.qs-taster-count {
	position: absolute;
	right: 4px;
	top: 4px;
	display: grid;
	min-width: 25px;
	height: 25px;
	padding-inline: 5px;
	place-items: center;
	background: var(--q-blue-deep);
	color: var(--q-cool-white);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.03em;
}

.qs-taster-copy,
.qs-taster-price {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.qs-taster-copy em {
	margin-bottom: 2px;
	color: var(--q-blue-deep);
	font-size: 10px;
	font-style: normal;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.qs-taster-copy strong {
	font-size: 19px;
	line-height: 1.05;
}

.qs-taster-copy small {
	max-width: none;
	color: var(--q-muted);
	font-size: 11px;
	white-space: nowrap;
}

.qs-taster-price {
	align-items: flex-end;
	min-width: 92px;
	padding: 10px 18px 10px 0;
}

.qs-taster-price > strong {
	font-size: 18px;
	font-weight: 700;
}

.qs-order #steady-flavour-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin-top: 24px;
	border-top: 1px solid var(--q-line);
	border-left: 1px solid var(--q-line);
}

.q-steady-page #steady-flavour-grid .q-flavour {
	min-height: 86px;
	border: 0;
	border-right: 1px solid var(--q-line);
	border-bottom: 1px solid var(--q-line);
}

.q-steady-page #steady-flavour-grid .q-flavour-visual {
	inset: auto 0 0;
	width: auto;
	height: 9px;
	background: var(--flavour-b);
}

.q-steady-page #steady-flavour-grid .q-flavour-band {
	grid-template-columns: minmax(0, 1fr) 122px;
	min-height: 85px;
	padding: 0 0 9px;
}

.q-steady-page #steady-flavour-grid .q-flavour-copy,
.q-steady-page #steady-flavour-grid .q-flavour-copy--selected {
	gap: 4px;
	padding: 14px;
}

.q-steady-page #steady-flavour-grid .q-flavour-name {
	font-size: 12px;
}

.q-steady-page #steady-flavour-grid .q-flavour-meta {
	font-size: 9px;
}

.q-steady-page #steady-flavour-grid .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-steady-page #steady-flavour-grid .q-flavour-quantity {
	align-self: center;
	justify-self: end;
	width: 112px;
	height: 46px;
	min-height: 46px;
	margin-right: 10px;
	background: var(--q-ink);
}

.q-steady-page #steady-flavour-grid .q-flavour-quantity button {
	height: 100%;
	min-height: 44px;
}

.q-steady-page #steady-flavour-grid .q-flavour-band > button:hover,
.q-steady-page #steady-flavour-grid .q-flavour-band > button:focus-visible,
.q-steady-page #steady-flavour-grid .q-flavour-quantity button:hover,
.q-steady-page #steady-flavour-grid .q-flavour-quantity button:focus-visible,
.q-steady-page #steady-flavour-grid .q-flavour-quantity button:active {
	background: var(--q-orange);
	color: var(--q-ink);
}

.qs-taster-price small {
	color: var(--q-muted);
	font-size: 11px;
}

.qs-taster-price b {
	margin-top: 8px;
	color: var(--q-blue-deep);
	font-size: 12px;
}

.qs-choice-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin: 34px 0 13px;
}

.qs-choice-heading .qs-eyebrow {
	margin-bottom: 5px;
}

.qs-choice-heading h3 {
	font-size: clamp(26px, 2.3vw, 36px);
}

.qs-choice-heading > p {
	margin: 0 0 3px;
	color: var(--q-muted);
	font-size: 11px;
	font-weight: 700;
}

.qs-limited {
	display: none;
}

.qs-order-bar {
	position: relative;
	z-index: 9;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 22px;
	align-items: center;
	margin: 0;
	padding: 14px 16px;
	border: 1px solid var(--q-line);
	border-top: 0;
	background: transparent;
}

.qs-purchase-plan {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
	margin: 0;
	padding: 0 0 12px;
	border: 0;
}

.qs-purchase-plan legend {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

.qs-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: #355253;
	cursor: pointer;
}

.qs-purchase-plan label + label {
	border-left-color: rgba(0, 73, 73, 0.18);
}

.qs-purchase-plan label.is-active {
	border-color: var(--q-teal-deep);
	background: transparent;
	color: var(--q-ink);
}

.qs-purchase-plan input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--q-teal-deep);
}

.qs-purchase-plan label > span {
	display: grid;
	gap: 1px;
}

.qs-purchase-plan strong {
	font-size: 12px;
}

.qs-purchase-plan small {
	color: var(--q-muted);
	font-size: 9.5px;
	font-weight: 680;
	line-height: 1.2;
}

.qs-purchase-plan .qs-plan-status {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	min-height: 15px;
	align-items: center;
	padding: 2px 12px;
	background: var(--q-teal-deep);
	color: var(--q-cool-white);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.055em;
	line-height: 1.2;
	text-transform: uppercase;
}

.qs-purchase-plan label.is-active .qs-plan-status {
	display: none;
}

.qs-order-summary {
	display: grid;
	min-width: 0;
}

.qs-order-summary strong,
.qs-order-summary span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.qs-order-summary strong {
	font-size: 14px;
}

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

.qs-order-total {
	display: grid;
	margin: 0;
	text-align: right;
}

.qs-order-total span {
	color: var(--q-muted);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.qs-order-total strong {
	font-size: 20px;
}

.qs-order-bar .q-primary-action > span:first-child {
	transform: none;
}

.qs-order-bar .q-primary-action:hover:not(:disabled) > span:first-child,
.qs-order-bar .q-primary-action:focus-visible:not(:disabled) > span:first-child {
	transform: none;
}

.qs-testimonials {
	padding: clamp(52px, 6vw, 86px) var(--qs-rail);
	background: #dbe9f0;
}

.qs-faq-heading h2 {
	max-width: 13ch;
	font-size: clamp(46px, 5vw, 76px);
	font-weight: 750;
	letter-spacing: -0.04em;
	line-height: 1;
}

.qs-testimonial-ledger {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
	align-items: stretch;
}

.qs-testimonial-ledger figure {
	display: flex;
	min-height: 310px;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	padding: clamp(30px, 4vw, 58px);
}

.qs-testimonial-ledger figure:first-child {
	background: var(--q-blue-deep);
	color: white;
}

.qs-testimonial-ledger figure:last-child {
	background: var(--q-cool-white);
	color: var(--q-ink);
}

.qs-testimonial-ledger blockquote {
	max-width: 22ch;
	margin: 0;
	font-family: var(--q-display);
	font-size: clamp(27px, 3vw, 44px);
	font-weight: 760;
	letter-spacing: -0.035em;
	line-height: 1.08;
	text-wrap: balance;
}

.qs-testimonial-ledger figcaption {
	margin-top: 34px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.qs-testimonial-ledger figure:first-child figcaption {
	color: #b8d7df;
}

.qs-feedback-company {
	display: flex;
	gap: 40px;
	align-items: end;
	justify-content: flex-end;
	padding-top: 22px;
	border-top: 1px solid #a9c3cf;
	margin-top: 22px;
	color: #3f5c64;
}

.qs-feedback-company p {
	display: grid;
	gap: 3px;
	margin: 0;
}

.qs-feedback-company span {
	font-size: 10px;
	font-weight: 760;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.qs-feedback-company strong {
	color: var(--q-blue-deep);
	font-size: 14px;
}

.qs-feedback-company strong a {
	color: inherit;
	text-decoration: none;
}

.qs-feedback-company strong a:hover,
.qs-feedback-company strong a:focus-visible {
	color: var(--q-blue);
}

.qs-faq {
	display: grid;
	grid-template-columns: minmax(320px, 0.72fr) minmax(520px, 1.28fr);
	gap: clamp(50px, 8vw, 130px);
	align-items: start;
	padding: clamp(86px, 10vw, 150px) var(--qs-rail);
	background: var(--q-oat);
}

.qs-faq-heading {
	position: sticky;
	top: 108px;
}

.qs-faq-heading > p:last-child {
	max-width: 36ch;
	margin: 22px 0 0;
	color: #5c513d;
	font-size: 16px;
}

.qs-faq-list {
	border-top: 1px solid rgba(44, 49, 43, 0.34);
}

.qs-faq-list details {
	border-bottom: 1px solid rgba(44, 49, 43, 0.34);
}

.qs-faq-list summary {
	position: relative;
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	padding: 26px 0;
	color: var(--q-blue-deep);
	cursor: pointer;
	font-size: 17px;
	font-weight: 750;
	list-style: none;
}

.qs-faq-list summary::-webkit-details-marker {
	display: none;
}

.qs-faq-list summary span {
	position: relative;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
}

.qs-faq-list summary span::before,
.qs-faq-list summary span::after {
	position: absolute;
	top: 11px;
	left: 3px;
	width: 18px;
	height: 2px;
	background: currentColor;
	content: "";
	transition: transform 180ms ease;
}

.qs-faq-list summary span::after {
	transform: rotate(90deg);
}

.qs-faq-list details[open] summary span::after {
	transform: rotate(0);
}

.qs-faq-list details > p {
	max-width: 62ch;
	margin: -8px 0 28px;
	padding-right: 54px;
	color: #4d523f;
	font-size: 14px;
	line-height: 1.65;
}

.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;
}

.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;
}

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

.qs-nutrition-facts span {
	color: white;
	font-size: 11px;
	font-weight: 700;
}

.qs-portion,
.qs-complete {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
	gap: clamp(50px, 8vw, 130px);
	align-items: center;
	padding: clamp(86px, 10vw, 150px) var(--qs-rail);
}

.qs-portion {
	background: var(--q-mint);
}

.qs-section-copy {
	max-width: 620px;
}

body.q-steady-page .qs-section-copy h2,
body.q-steady-page .qs-taster-details h2 {
	font-size: clamp(46px, 5vw, 76px);
}

.qs-section-copy > p:not(.qs-eyebrow),
.qs-taster-details > p:not(.qs-eyebrow, .qs-taster-flavours) {
	max-width: 56ch;
	margin: 24px 0 0;
	color: #274744;
	font-size: 17px;
}

.qs-portion-board {
	background: var(--q-cool-white);
}

.qs-portion-source {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	min-height: 116px;
	padding: 12px 24px;
	background: var(--q-blue-deep);
	color: white;
}

.qs-portion-source img {
	width: 82px;
	height: 92px;
	object-fit: contain;
	filter: drop-shadow(7px 9px 9px rgba(0, 0, 0, 0.2));
	transform: rotate(-4deg);
}

.qs-portion-source p {
	display: grid;
	gap: 2px;
	margin: 0;
}

.qs-portion-source p span,
.qs-portion-source small {
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.qs-portion-source p strong {
	font-size: 26px;
}

.qs-portion-source small {
	opacity: 0.76;
}

.qs-portion-row {
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	min-height: 124px;
	padding: 18px 24px;
}

.qs-portion-row + .qs-portion-row {
	border-top: 1px solid var(--q-line);
}

.qs-portion-row span {
	color: var(--q-blue-deep);
	font-size: 40px;
	font-weight: 800;
	letter-spacing: -0.05em;
}

.qs-portion-row strong {
	font-size: clamp(22px, 2vw, 32px);
}

.qs-portion-row small {
	padding: 8px 10px;
	background: var(--q-blue-deep);
	color: white;
	font-size: 12px;
	font-weight: 750;
}

.qs-portion-row--medium {
	background: #edf6ed;
}

.qs-portion-row--small {
	background: #dbe9f0;
}

.qs-taster-section {
	display: grid;
	grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1.08fr);
	background: #f0c57c;
}

.qs-taster-scene {
	position: relative;
	display: grid;
	min-height: 720px;
	overflow: hidden;
	place-items: center;
	padding: 0;
	background: #e8d5b5;
}

.qs-taster-scene::after {
	position: absolute;
	inset: 46% -6% -16% 24%;
	background-image: radial-gradient(rgba(0, 47, 76, 0.7) 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(-5deg);
}

.qs-taster-scene img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.qs-taster-scene p {
	position: absolute;
	right: 26px;
	bottom: 22px;
	z-index: 2;
	max-width: 20ch;
	margin: 0;
	padding: 9px 11px;
	background: rgba(255, 253, 245, 0.9);
	color: var(--q-blue-deep);
	text-align: right;
	font-size: 13px;
	font-weight: 800;
	backdrop-filter: blur(8px);
}

.qs-taster-details {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(70px, 8vw, 130px) var(--qs-rail);
}

.qs-taster-details ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 36px 0 22px;
	padding: 0;
	border-top: 1px solid rgba(22, 44, 42, 0.32);
	border-bottom: 1px solid rgba(22, 44, 42, 0.32);
	list-style: none;
}

.qs-taster-details li {
	display: grid;
	gap: 2px;
	padding: 16px 12px;
}

.qs-taster-details li + li {
	border-left: 1px solid rgba(22, 44, 42, 0.32);
}

.qs-taster-details li strong {
	color: var(--q-blue-deep);
	font-size: 28px;
}

.qs-taster-details li span {
	font-size: 11px;
	font-weight: 700;
}

.qs-taster-flavours {
	margin: 0;
	color: #4e503f;
	font-size: 12px;
	line-height: 1.55;
}

.qs-taster-action {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	margin-top: 32px;
}

.qs-taster-action > p {
	display: grid;
	margin: 0;
}

.qs-taster-action > p strong {
	font-size: 32px;
}

.qs-taster-action > p span {
	color: var(--q-muted);
	font-size: 11px;
}

.qs-taster-details > .qs-taster-status:empty {
	display: none;
}

.qs-taster-details > .qs-taster-status:not(:empty) {
	margin: 16px 0 0;
	padding: 14px 16px;
	background: #f5d9d5;
	color: var(--q-ink);
	font-size: 14px;
	line-height: 1.5;
}

.qs-complete {
	background: var(--q-sky);
}

.qs-section-copy > a {
	display: inline-flex;
	gap: 24px;
	margin-top: 28px;
	font-weight: 800;
}

.qs-section-copy > a:hover,
.qs-section-copy > a:focus-visible {
	color: var(--q-blue-deep);
}

.qs-complete-ledger {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	background: var(--q-cool-white);
}

.qs-complete-ledger p {
	display: grid;
	gap: 24px;
	min-height: 180px;
	margin: 0;
	padding: 24px;
}

.qs-complete-ledger p:nth-child(even) {
	border-left: 1px solid var(--q-line);
}

.qs-complete-ledger p:nth-child(n + 3) {
	border-top: 1px solid var(--q-line);
}

.qs-complete-ledger span {
	color: var(--q-muted);
	font-size: 12px;
	font-weight: 750;
}

.qs-complete-ledger strong {
	align-self: end;
	color: var(--q-blue-deep);
	font-size: clamp(40px, 5vw, 70px);
	letter-spacing: -0.06em;
}

.qs-close {
	display: flex;
	gap: 40px;
	align-items: end;
	justify-content: space-between;
	padding: clamp(70px, 8vw, 110px) var(--qs-rail);
	background: var(--q-blue-deep);
	color: white;
}

body.q-steady-page .qs-close h2 {
	max-width: 13ch;
	font-size: clamp(50px, 6vw, 88px);
	color: white;
}

@media (max-width: 1180px) {
	.qs-opening {
		grid-template-columns: minmax(350px, 39fr) minmax(560px, 61fr);
	}

	.qs-tableau {
		background-position: 62% center;
	}
}

@media (max-width: 860px) {
	.qs-main {
		padding-top: 43px;
	}

	.qs-opening,
	.qs-faq,
	.qs-portion,
	.qs-complete,
	.qs-taster-section {
		grid-template-columns: 1fr;
	}

	.qs-tableau {
		position: relative;
		height: auto;
		min-height: 720px;
	}

	.qs-order {
		padding-top: 58px;
	}

	.qs-portion,
	.qs-complete {
		gap: 56px;
	}

	.qs-faq {
		gap: 52px;
	}

	.qs-faq-heading {
		position: static;
	}

	.qs-taster-scene {
		min-height: 620px;
	}
}

@media (max-width: 560px) {
	.q-steady-page {
		--qs-rail: 20px;
	}

	.qs-tableau {
		min-height: 640px;
		background-position: 67% center;
	}

	body.q-steady-page .qs-tableau h1 {
		font-size: 44px;
	}

	.qs-tableau-proof {
		display: grid;
		gap: 4px;
	}

	.qs-order {
		padding-top: 42px;
	}

	.qs-order #steady-flavour-grid {
		grid-template-columns: 1fr;
	}

	.q-steady-page #steady-flavour-grid .q-flavour-band {
		grid-template-columns: minmax(0, 1fr) 142px;
	}

	.q-steady-page #steady-flavour-grid .q-flavour-quantity {
		width: 132px;
		height: 48px;
		min-height: 48px;
	}

	.qs-order-heading {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.qs-order-heading h2 {
		font-size: 43px;
	}

	.qs-rating {
		grid-template-columns: auto auto 1fr;
	}

	.qs-rating small {
		grid-column: auto;
	}

	.qs-price-ledger {
		grid-template-columns: 1fr;
	}

	.qs-price-ledger p {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: baseline;
	}

	.qs-price-ledger p + p {
		border-top: 1px solid var(--q-line);
		border-left: 0;
	}

	.qs-taster-route {
		grid-template-columns: 68px minmax(0, 1fr) auto;
		min-height: 68px;
	}

	.qs-taster-copy small {
		white-space: normal;
	}

	.qs-taster-price {
		min-width: 82px;
		padding-right: 12px;
	}

	.qs-choice-heading {
		align-items: start;
	}

	.qs-choice-heading h3 {
		max-width: 8ch;
		font-size: 32px;
	}

	.qs-order-bar {
		position: static;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 10px;
	}

	.qs-purchase-plan {
		grid-template-columns: 1fr;
	}

	.qs-purchase-plan label + label {
		border-top-color: rgba(0, 73, 73, 0.18);
		border-left-color: transparent;
	}

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

	.qs-order-summary span {
		max-width: 54vw;
		white-space: normal;
	}

	.qs-testimonial-ledger {
		grid-template-columns: 1fr;
	}

	.qs-feedback-company {
		gap: 18px;
		align-items: start;
		flex-direction: column;
	}

	.qs-testimonial-ledger figure {
		min-height: 270px;
	}

	.qs-faq {
		padding-block: 76px;
	}

	.qs-faq-list details > p {
		padding-right: 0;
	}

	.qs-portion,
	.qs-complete {
		padding-block: 76px;
	}

	body.q-steady-page .qs-section-copy h2,
	body.q-steady-page .qs-taster-details h2 {
		font-size: 43px;
	}

	.qs-portion-row {
		grid-template-columns: 62px minmax(0, 1fr);
		gap: 12px;
		min-height: 112px;
		padding: 16px;
	}

	.qs-portion-row small {
		grid-column: 2;
		justify-self: start;
	}

	.qs-portion-source {
		grid-template-columns: 70px minmax(0, 1fr);
		gap: 14px;
		padding: 12px 16px;
	}

	.qs-portion-source img {
		width: 64px;
		height: 78px;
	}

	.qs-portion-source small {
		grid-column: 2;
	}

	.qs-taster-scene {
		min-height: 460px;
		padding: 20px;
	}

	.qs-taster-details {
		padding-block: 74px;
	}

	.qs-taster-details ul {
		grid-template-columns: 1fr;
	}

	.qs-taster-details li {
		grid-template-columns: 76px minmax(0, 1fr);
		align-items: baseline;
	}

	.qs-taster-details li strong {
		white-space: nowrap;
	}

	.qs-taster-details li + li {
		border-top: 1px solid rgba(22, 44, 42, 0.32);
		border-left: 0;
	}

	.qs-taster-action,
	.qs-close {
		align-items: stretch;
		flex-direction: column;
	}

	.qs-taster-action .q-primary-action,
	.qs-close .q-primary-action {
		width: 100%;
	}

	.qs-complete-ledger {
		grid-template-columns: 1fr;
	}

	.qs-complete-ledger p {
		min-height: 140px;
	}

	.qs-complete-ledger p:nth-child(even) {
		border-left: 0;
	}

	.qs-complete-ledger p + p {
		border-top: 1px solid var(--q-line);
	}

body.q-steady-page .qs-close h2 {
		font-size: 52px;
	}
}

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

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

.q-steady-page .q-ingredient-disclosure > p,
.q-steady-page .q-ingredient-disclosure .q-micronutrient-key {
	max-width: none;
	width: 100%;
}

.q-steady-page .q-recipe-ingredients .q-section-note {
	margin-bottom: 10px;
	letter-spacing: 0.08em;
}

.q-steady-page .q-recipe-ingredients h2 {
	max-width: 12ch;
	font-size: clamp(48px, 5.2vw, 80px);
	font-weight: 750;
	letter-spacing: -0.04em;
	line-height: 1;
}

@media (max-width: 620px) {
	.q-steady-page .q-recipe-ingredients h2 {
		font-size: clamp(42px, 12vw, 58px);
	}
}

.qs-faq-heading h2 { margin-top: 0; }
.qs-faq-heading .qs-eyebrow { margin: 0 0 10px; }

.qs-rating, .qs-rating:visited { color: var(--q-blue-deep); text-decoration: none; }
.qs-rating:hover, .qs-rating:focus-visible { text-decoration: underline; }
