.q-quarterly-page {
	--qq-wine: #632337;
	--qq-coral: #e05d65;
	--qq-rose: #f1b3ab;
	--qq-cream: #fff9ed;
	--qq-forest: #173331;
	background: var(--q-paper);
	color: var(--qq-forest);
}

.q-quarterly-page .q-header {
	position: relative;
	z-index: 20;
}

.q-quarterly-page .q-nav .is-current {
	color: var(--qq-wine);
}

.qq-page h1,
.qq-page h2,
.qq-page h3,
.qq-page p {
	margin-top: 0;
}

.qq-page h1,
.qq-page h2,
.qq-page h3 {
	color: inherit;
	font-family: var(--q-display);
	letter-spacing: -0.04em;
}

.qq-eyebrow,
.qq-visual-kicker {
	margin-bottom: 18px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.11em;
	line-height: 1.2;
	text-transform: uppercase;
}

.qq-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(460px, 0.97fr);
	min-height: calc(100svh - 73px);
	border-bottom: 1px solid var(--q-line);
}

.qq-hero-visual {
	position: relative;
	min-height: 730px;
	overflow: hidden;
	background: #d7c4ac;
}

.qq-hero-photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.qq-hero-order {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(42px, 5.1vw, 84px) clamp(28px, 5vw, 80px);
	background: var(--qq-cream);
}

.qq-order-topline {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
}

.qq-order-topline .qq-eyebrow {
	max-width: 290px;
	color: var(--qq-wine);
}

.qq-rating {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 8px;
	color: var(--qq-forest);
	text-align: right;
	text-decoration: none;
}

.qq-rating strong {
	font-size: 20px;
	line-height: 1;
}

.qq-rating > span {
	color: var(--q-orange);
	font-size: 12px;
	letter-spacing: 0.08em;
}

.qq-rating small {
	grid-column: 1 / -1;
	margin-top: 4px;
	color: var(--q-muted);
	font-size: 10px;
}

.qq-hero h1 {
	max-width: 690px;
	margin-bottom: 24px;
	font-size: clamp(48px, 5.1vw, 84px);
	line-height: 0.94;
}

.qq-lead {
	max-width: 650px;
	margin-bottom: clamp(28px, 3vw, 48px);
	color: var(--q-muted);
	font-size: clamp(17px, 1.3vw, 21px);
	line-height: 1.48;
}

.qq-window {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
	padding: 14px 16px;
	border: 1px solid var(--qq-wine);
}

.qq-window > span {
	width: 11px;
	height: 11px;
	background: var(--qq-wine);
	box-shadow: 0 0 0 5px rgba(99, 35, 55, 0.12);
}

.qq-window[data-state="open"] > span {
	background: var(--q-teal);
	box-shadow: 0 0 0 5px rgba(0, 174, 178, 0.14);
}

.qq-window div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	width: 100%;
	gap: 16px;
}

.qq-window strong {
	font-size: 14px;
}

.qq-window small {
	color: var(--q-muted);
	font-size: 13px;
}

.qq-price-row {
	display: grid;
	grid-template-columns: minmax(170px, 0.52fr) 1fr;
	align-items: end;
	gap: 24px;
	padding: 22px 0;
	border-top: 1px solid var(--q-line);
}

.qq-price {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.qq-price > span {
	color: var(--q-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.qq-price strong {
	font-size: clamp(30px, 3vw, 48px);
	line-height: 1;
}

.qq-price .woocommerce-Price-currencySymbol {
	font-size: 0.65em;
}

.qq-price-row > p {
	margin-bottom: 0;
	color: var(--q-muted);
	font-size: 13px;
	line-height: 1.4;
}

.qq-proof {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 0 18px;
	padding: 0;
	border: 1px solid var(--q-line);
	list-style: none;
}

.qq-proof li {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 16px;
}

.qq-proof li + li {
	border-left: 1px solid var(--q-line);
}

.qq-proof strong {
	font-size: clamp(24px, 2vw, 34px);
	line-height: 1;
}

.qq-proof span {
	color: var(--q-muted);
	font-size: 12px;
}

.qq-add-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 62px;
	padding: 0 22px;
	border: 1px solid var(--qq-forest);
	border-radius: 0;
	background: var(--q-orange);
	color: var(--qq-forest);
	font: 800 16px/1 var(--q-font);
	cursor: pointer;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.qq-add-button:hover:not(:disabled) {
	background: var(--qq-forest);
	color: var(--qq-cream);
}

.qq-add-button:active:not(:disabled) {
	transform: translateY(2px);
}

.qq-add-button:disabled {
	border-color: var(--q-line);
	background: #e7e0d5;
	color: #687672;
	cursor: not-allowed;
}

.qq-add-button.is-added {
	background: var(--q-teal);
	color: var(--qq-forest);
}

.qq-cart-feedback {
	min-height: 20px;
	margin: 8px 0 0;
	font-size: 13px;
	font-weight: 700;
}

.qq-cart-feedback[data-state="error"] { color: #a31b28; }
.qq-cart-feedback[data-state="success"] { color: var(--q-teal-deep); }

.qq-order-note {
	margin: 0;
	color: var(--q-muted);
	font-size: 11px;
	text-align: center;
}

.qq-process,
.qq-flavours,
.qq-faq {
	padding: clamp(72px, 8vw, 130px) var(--q-page-gutter);
}

.qq-process header,
.qq-faq header {
	max-width: 650px;
}

.qq-process h2,
.qq-flavours h2,
.qq-proof-wall h2,
.qq-faq h2,
.qq-close h2 {
	margin-bottom: 22px;
	font-size: clamp(42px, 5vw, 76px);
	line-height: 0.98;
}

.qq-flavours-copy > p,
.qq-faq header > p:last-child {
	color: var(--q-muted);
	font-size: 17px;
	line-height: 1.55;
}

.qq-process {
	background: var(--qq-forest);
	color: var(--qq-cream);
}

.q-quarterly-page .qq-process h2,
.q-quarterly-page .qq-process h3,
.q-quarterly-page .qq-proof-wall h2 {
	color: var(--qq-cream);
}

.qq-process header {
	margin-bottom: clamp(42px, 6vw, 82px);
}

.qq-process-intro {
	max-width: 720px;
	margin: 0;
	color: rgba(255, 249, 237, 0.72);
	font-size: clamp(16px, 1.35vw, 21px);
	line-height: 1.5;
}

.qq-process .qq-eyebrow {
	color: var(--qq-rose);
}

.qq-process ol {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 249, 237, 0.45);
	border-bottom: 1px solid rgba(255, 249, 237, 0.45);
	list-style: none;
}

.qq-process li {
	min-height: 290px;
	padding: 20px clamp(18px, 2.2vw, 34px) 28px;
	border-right: 1px solid rgba(255, 249, 237, 0.45);
}

.qq-process ol {
	border-left: 1px solid rgba(255, 249, 237, 0.45);
}

.qq-process li > span {
	display: block;
	margin-bottom: clamp(72px, 7vw, 120px);
	color: var(--qq-rose);
	font-size: 12px;
	font-weight: 800;
}

.qq-process h3 {
	margin-bottom: 10px;
	font-size: clamp(21px, 1.7vw, 28px);
	line-height: 1.05;
}

.qq-process li p {
	margin-bottom: 0;
	color: rgba(255, 249, 237, 0.72);
	font-size: 14px;
	line-height: 1.48;
}

.qq-flavours {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(500px, 1.28fr);
	gap: clamp(48px, 8vw, 130px);
	background: var(--qq-cream);
}

.qq-flavours-copy {
	align-self: center;
}

.qq-close > a {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	margin-top: 18px;
	padding-bottom: 5px;
	border-bottom: 2px solid currentColor;
	color: var(--qq-wine);
	font-weight: 800;
	text-decoration: none;
}

.qq-flavours-copy p a {
	color: var(--qq-wine);
	font-weight: 800;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.qq-flavour-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--q-line);
	border-left: 1px solid var(--q-line);
	list-style: none;
}

.qq-flavour-list li {
	position: relative;
	min-height: 78px;
	padding: 25px 22px 29px;
	border-right: 1px solid var(--q-line);
	border-bottom: 1px solid var(--q-line);
	font-size: 14px;
	font-weight: 700;
}

.qq-flavour-list li::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 7px;
	background: var(--qq-flavour);
	content: "";
}

.qq-proof-wall {
	padding: clamp(72px, 8vw, 130px) var(--q-page-gutter);
	background: var(--qq-wine);
	color: var(--qq-cream);
}

.qq-proof-wall header {
	display: grid;
	grid-template-columns: 0.6fr 1.4fr;
	align-items: end;
	gap: 40px;
	margin-bottom: clamp(48px, 6vw, 88px);
}

.qq-proof-wall header .qq-eyebrow {
	color: var(--qq-rose);
}

.qq-proof-wall h2 {
	max-width: 830px;
	margin: 0;
}

.qq-proof-wall > div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid rgba(255, 249, 237, 0.45);
	border-left: 1px solid rgba(255, 249, 237, 0.45);
}

.qq-proof-wall blockquote {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 315px;
	margin: 0;
	padding: clamp(24px, 3vw, 46px);
	border-right: 1px solid rgba(255, 249, 237, 0.45);
	border-bottom: 1px solid rgba(255, 249, 237, 0.45);
}

.qq-proof-wall blockquote p {
	font-size: clamp(22px, 2.3vw, 36px);
	font-weight: 600;
	letter-spacing: -0.035em;
	line-height: 1.12;
}

.qq-proof-wall blockquote footer {
	color: var(--qq-rose);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.qq-faq {
	display: grid;
	grid-template-columns: minmax(280px, 0.72fr) minmax(560px, 1.28fr);
	gap: clamp(48px, 8vw, 130px);
	background: var(--q-paper);
}

.qq-faq-list {
	border-top: 1px solid var(--qq-forest);
}

.qq-faq details {
	border-bottom: 1px solid var(--qq-forest);
}

.qq-faq summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 76px;
	padding: 15px 0;
	font-size: 17px;
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

.qq-faq summary::-webkit-details-marker {
	display: none;
}

.qq-faq summary span {
	position: relative;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
}

.qq-faq summary span::before,
.qq-faq summary span::after {
	position: absolute;
	top: 11px;
	left: 4px;
	width: 16px;
	height: 2px;
	background: currentColor;
	content: "";
}

.qq-faq summary span::after {
	transform: rotate(90deg);
	transition: transform 160ms ease;
}

.qq-faq details[open] summary span::after {
	transform: rotate(0);
}

.qq-faq details > p {
	max-width: 730px;
	margin: 0 45px 24px 0;
	color: var(--q-muted);
	font-size: 15px;
	line-height: 1.58;
}

.qq-close {
	padding: clamp(80px, 10vw, 160px) var(--q-page-gutter);
	background: var(--q-orange);
	text-align: center;
}

.qq-close .qq-eyebrow {
	margin-bottom: 24px;
}

.qq-close h2 {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: clamp(54px, 8vw, 126px);
}

.qq-close .qq-add-button {
	max-width: 430px;
	margin: 38px auto 0;
}

.qq-add-button--inverse {
	background: var(--qq-forest);
	color: var(--qq-cream);
}

.qq-add-button--inverse:hover:not(:disabled) {
	background: var(--qq-wine);
}

.qq-close .qq-cart-feedback {
	margin-right: auto;
	margin-left: auto;
}

.qq-cart-feedback--inverse[data-state="success"],
.qq-cart-feedback--inverse[data-state="error"] {
	color: var(--qq-forest);
}

.q-quarterly-page :is(a, button, summary):focus-visible {
	outline: 3px solid var(--q-blue);
	outline-offset: 4px;
}

.q-quarterly-page .q-footer,
.q-quarterly-page .q-footer a {
	color: var(--q-cool-white);
}

@media (max-width: 1120px) {
	.qq-hero {
		grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
	}

	.qq-order-topline {
		gap: 16px;
	}

	.qq-flavours,
	.qq-faq {
		grid-template-columns: 1fr;
	}

	.qq-flavours-copy,
	.qq-faq header {
		max-width: 720px;
	}

	.qq-process ol {
		grid-template-columns: repeat(2, 1fr);
	}

	.qq-process li {
		min-height: 240px;
		border-bottom: 1px solid rgba(255, 249, 237, 0.45);
	}
}

@media (max-width: 820px) {
	.qq-hero {
		grid-template-columns: 1fr;
	}

	.qq-hero-visual {
		min-height: 0;
		aspect-ratio: 4 / 5;
	}


	.qq-hero-order {
		padding: 56px var(--q-page-gutter) 72px;
	}

	.qq-process ol,
	.qq-proof-wall > div {
		grid-template-columns: 1fr;
	}

	.qq-process li {
		min-height: 0;
	}

	.qq-process li > span {
		margin-bottom: 48px;
	}

	.qq-proof-wall header {
		grid-template-columns: 1fr;
	}

	.qq-proof-wall blockquote {
		min-height: 250px;
	}
}

@media (max-width: 560px) {
	.qq-hero-visual {
		min-height: 0;
	}





	.qq-order-topline {
		align-items: flex-start;
	}

	.qq-order-topline .qq-eyebrow {
		max-width: 190px;
	}

	.qq-rating {
		grid-template-columns: 1fr;
	}

	.qq-rating > span {
		display: none;
	}

	.qq-hero h1 {
		font-size: clamp(43px, 13vw, 62px);
	}

	.qq-window div {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.qq-price-row {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.qq-proof li {
		padding: 13px 10px;
	}

	.qq-proof span {
		font-size: 10px;
	}

	.qq-flavour-list {
		grid-template-columns: 1fr;
	}

	.qq-proof-wall blockquote {
		min-height: 220px;
	}

	.qq-faq summary {
		font-size: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.qq-add-button,
	.qq-faq summary span::after {
		transition: none;
	}
}
