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

body.q-shop-page {
	--q-blue: #006eb2;
	--q-blue-deep: #002f4c;
	--q-teal: #00aeb2;
	--q-orange: #ff9a2c;
	--q-paper: #f7f2e8;
	--q-cool-white: #fffdf5;
	--q-line: #b9c6c6;
	--q-ink: #162c2a;
	--q-muted: #4d625d;
	--q-mint: #9ed6c0;
	--q-oat: #f0c57c;
	--q-sky: #9dcde2;
	--q-page-gutter: clamp(20px, 4vw, 72px);
	margin: 0;
	background: var(--q-paper);
	color: var(--q-ink);
	font-family: "Hanken Grotesk", "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.45;
}

.q-shop-page *,
.q-shop-page *::before,
.q-shop-page *::after { box-sizing: border-box; }
.q-shop-page a { color: inherit; text-decoration: none; }
.q-shop-page button { font: inherit; }
.q-shop-page img { display: block; max-width: 100%; }
.q-shop-page :focus-visible { outline: 3px solid var(--q-orange); outline-offset: 4px; }

.q-shop-page .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(-160%);
	transition: transform 180ms ease;
}
.q-shop-page .q-skip-link:focus { transform: translateY(0); }

.q-shop-page .q-header {
	display: grid;
	grid-template-columns: minmax(120px, 1fr) auto minmax(120px, 1fr);
	align-items: center;
	min-height: 72px;
	padding: 0 clamp(20px, 3vw, 48px);
	background: var(--q-cool-white);
	border-bottom: 1px solid var(--q-line);
}
.q-shop-page .q-wordmark { justify-self: start; }
.q-shop-page .q-wordmark img { width: 104px; height: auto; }
.q-shop-page .q-nav,
.q-shop-page .q-header-actions { display: flex; align-items: center; }
.q-shop-page .q-nav { gap: clamp(14px, 2.3vw, 36px); font-size: 14px; font-weight: 650; }
.q-shop-page .q-header-actions { gap: 24px; justify-self: end; font-size: 14px; font-weight: 650; }
.q-shop-page .q-nav a,
.q-shop-page .q-header-actions a { padding-block: 10px; }
.q-shop-page .q-nav a:hover,
.q-shop-page .q-header-actions a:hover,
.q-shop-page .q-nav .is-current { color: var(--q-blue); }
.q-shop-page .q-nav .is-current { font-weight: 800; }
.q-shop-page .q-cart-link { display: inline-flex; gap: 8px; align-items: center; }
.q-shop-page .q-cart-link span { display: grid; width: 22px; height: 22px; place-items: center; background: var(--q-ink); color: #fff; font-size: 12px; }

.qshop-main { overflow: hidden; }
.qshop-kicker { margin: 0 0 12px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.qshop-hero { display: grid; grid-template-columns: minmax(0, .78fr) minmax(430px, 1.22fr); min-height: 520px; background: var(--q-blue-deep); color: var(--q-cool-white); }
.qshop-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(58px, 7vw, 96px) var(--q-page-gutter); }
.qshop-hero-copy .qshop-kicker { color: #a6d8e6; }
.qshop-hero h1,
.qshop-chooser h2,
.qshop-products h2,
.qshop-compare h2,
.qshop-reassurance h2 { margin: 0; font-weight: 760; letter-spacing: -.048em; line-height: .98; text-wrap: balance; }
body.q-shop-page .qshop-hero h1 { max-width: 11ch; color: var(--q-cool-white); font-size: clamp(48px, 4.8vw, 72px); }
.qshop-hero-copy > p:not(.qshop-kicker) { max-width: 35ch; margin: 24px 0 0; color: #d7e7e8; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.5; }
.qshop-text-link,
.qshop-text-link:visited,
.qshop-text-link:hover,
.qshop-text-link:focus { margin-top: 32px; padding-bottom: 4px; border-bottom: 2px solid var(--q-teal); color: #fff; font-size: 13px; font-weight: 800; }
.qshop-text-link:focus,
.qshop-text-link:focus-visible { border-bottom-color: #fff; }
.qshop-text-link span { display: inline-block; margin-left: 14px; color: var(--q-teal); font-size: 18px; }
.qshop-hero-visual { position: relative; min-height: 400px; overflow: hidden; background: #8fb8c2; }
.qshop-hero-visual::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,47,76,.36), transparent 40%), linear-gradient(0deg, rgba(0,47,76,.4), transparent 45%); content: ""; }
.qshop-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.qshop-hero-visual p { position: absolute; z-index: 1; right: clamp(20px, 4vw, 58px); bottom: clamp(20px, 4vw, 58px); display: grid; margin: 0; padding: 16px 18px; border-top: 1px solid rgba(255,255,255,.55); color: #fff; font-size: 13px; }
.qshop-hero-visual p strong { font-size: 18px; letter-spacing: -.02em; }

.qshop-chooser { padding: clamp(72px, 8vw, 120px) var(--q-page-gutter); background: var(--q-cool-white); }
.qshop-chooser > header { display: grid; grid-template-columns: minmax(170px, .35fr) minmax(0, 1fr); gap: 40px; align-items: start; margin-bottom: clamp(38px, 5vw, 64px); }
.qshop-chooser .qshop-kicker { color: var(--q-blue); }
.qshop-chooser h2 { max-width: 15ch; font-size: clamp(38px, 5vw, 76px); }
.qshop-chooser-layout { display: grid; grid-template-columns: minmax(290px, .7fr) minmax(0, 1.3fr); border: 1px solid var(--q-line); }
.qshop-choice-list { display: grid; align-content: start; border-right: 1px solid var(--q-line); }
.qshop-choice-list button { display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 14px; min-height: 108px; padding: 24px; border: 0; border-bottom: 1px solid var(--q-line); background: transparent; color: var(--q-ink); text-align: left; cursor: pointer; font-size: clamp(16px, 1.5vw, 21px); font-weight: 700; letter-spacing: -.025em; line-height: 1.16; transition: background-color 180ms ease, color 180ms ease; }
.qshop-choice-list button:last-child { border-bottom: 0; }
.qshop-choice-list button span { color: var(--q-muted); font-size: 11px; font-weight: 800; letter-spacing: .05em; }
.qshop-choice-list button:hover { background: #edf4f1; }
.qshop-choice-list button.is-active { background: var(--q-blue); color: #fff; }
.qshop-choice-list button.is-active span { color: #a7dbe5; }
.qshop-answer-stage { min-width: 0; background: var(--q-paper); }
.qshop-answer { display: grid; grid-template-columns: minmax(230px, .78fr) minmax(0, 1.22fr); min-height: 458px; }
.qshop-answer-image { position: relative; min-height: 100%; overflow: hidden; }
.qshop-answer-image img { width: 100%; height: 100%; object-fit: cover; }
.qshop-answer-image--steady { background: #d7edf1; }.qshop-answer-image--ready { background: #efcb85; }.qshop-answer-image--flow { background: #d8b3cc; }.qshop-answer-image--taste { background: #9ed6c0; }
.qshop-answer-image--taste img { object-position: center; }
.qshop-answer-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 4.5vw, 66px); }
.qshop-answer-copy .qshop-kicker { margin-bottom: 8px; color: var(--q-blue-deep); }
.qshop-answer-copy h3 { max-width: 12ch; margin: 0; font-size: clamp(34px, 3.4vw, 52px); font-weight: 760; letter-spacing: -.045em; line-height: 1; }
.qshop-answer-copy > p:not(.qshop-kicker) { max-width: 46ch; margin: 19px 0 28px; color: #365052; font-size: 14px; line-height: 1.55; }
.qshop-answer-copy dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; border-top: 1px solid var(--q-line); }
.qshop-answer-copy dl > div { display: grid; gap: 5px; padding: 12px 10px 12px 0; }
.qshop-answer-copy dl > div + div { padding-left: 10px; border-left: 1px solid var(--q-line); }
.qshop-answer-copy dt { font-size: clamp(17px, 1.7vw, 23px); font-weight: 800; letter-spacing: -.035em; }.qshop-answer-copy dd { margin: 0; color: var(--q-muted); font-size: 10px; font-weight: 700; line-height: 1.25; }
.qshop-action { display: inline-flex; gap: 34px; align-items: center; align-self: flex-start; margin-top: 30px; padding: 13px 16px; background: var(--q-ink); color: #fff; font-size: 13px; font-weight: 800; transition: background-color 180ms ease, transform 180ms ease; }.qshop-action:hover { background: var(--q-blue); transform: translateY(-2px); }
body.q-shop-page .qshop-action,
body.q-shop-page .qshop-action:hover,
body.q-shop-page .qshop-action:focus { color: #fff; }

.qshop-products { padding: clamp(68px, 8vw, 112px) var(--q-page-gutter); background: var(--q-paper); }.qshop-products > header { display: grid; grid-template-columns: minmax(170px, .35fr) minmax(0, 1fr); gap: 40px; margin-bottom: clamp(34px, 5vw, 62px); }.qshop-products .qshop-kicker { color: var(--q-blue); }.qshop-products h2 { max-width: 14ch; font-size: clamp(40px, 4.7vw, 68px); }
.qshop-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--q-ink); border-left: 1px solid var(--q-ink); }.qshop-product { position: relative; display: flex; min-height: 500px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 24px; border-right: 1px solid var(--q-ink); border-bottom: 1px solid var(--q-ink); transition: transform 220ms ease, z-index 220ms ease; }.qshop-product:hover { z-index: 2; transform: translateY(-7px); }.qshop-product--steady { background: #c9e6ee; }.qshop-product--ready { background: #f2ce85; }.qshop-product--flow { background: #d8b3cc; }.qshop-product--taste { background: #9ed6c0; }.qshop-product > div { position: relative; z-index: 1; }.qshop-product > div > span { font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }.qshop-product h3 { margin: 7px 0 12px; font-size: clamp(30px, 3.2vw, 48px); font-weight: 800; letter-spacing: -.055em; line-height: .95; }.qshop-product p { max-width: 18ch; margin: 0; font-size: 13px; line-height: 1.45; }.qshop-product img { position: absolute; right: 0; bottom: 85px; width: 82%; max-height: 235px; object-fit: contain; transition: transform 280ms ease; }.qshop-product--taste img { right: 0; width: 92%; object-fit: contain; object-position: right center; }.qshop-product:hover img { transform: scale(1.045) rotate(-1deg); }.qshop-product footer { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 13px; border-top: 1px solid rgba(22,44,42,.42); font-size: 11px; }.qshop-product footer strong { display: flex; flex-wrap: wrap; gap: 0 4px; align-items: baseline; }.qshop-product footer > span { font-size: 21px; }

.qshop-accessory { display: grid; grid-template-columns: minmax(0, 1fr) 220px auto; gap: clamp(25px, 4vw, 58px); align-items: center; min-height: 240px; margin-top: 36px; padding: 28px 34px; border: 1px solid var(--q-ink); background: #e6d8c6; transition: background-color 180ms ease; }
.qshop-accessory:hover { background: #d9ebe6; }
.qshop-accessory > div > span { color: var(--q-blue); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.qshop-accessory h3 { max-width: 16ch; margin: 8px 0 11px; font-size: clamp(29px, 3.2vw, 48px); font-weight: 780; letter-spacing: -.05em; line-height: .98; }
.qshop-accessory p { max-width: 48ch; margin: 0; color: var(--q-muted); font-size: 13px; }
.qshop-accessory img { width: 220px; height: 180px; object-fit: contain; }
.qshop-accessory > strong { display: inline-flex; gap: 25px; align-items: center; padding: 13px 15px; background: var(--q-ink); color: #fff; font-size: 13px; white-space: nowrap; }

.qshop-compare { display: grid; grid-template-columns: minmax(300px, .62fr) minmax(0, 1.38fr); gap: clamp(50px, 7vw, 115px); padding: clamp(82px, 11vw, 160px) var(--q-page-gutter); background: var(--q-blue-deep); color: #fff; }.qshop-compare .qshop-kicker { color: #8fd1dc; }body.q-shop-page .qshop-compare h2 { max-width: 9ch; color: var(--q-cool-white); font-size: clamp(42px, 5.3vw, 80px); }.qshop-compare header > p:last-child { max-width: 37ch; margin: 27px 0 0; color: #cce1e3; font-size: 15px; line-height: 1.6; }.qshop-table-wrap { overflow-x: auto; align-self: end; border: 1px solid rgba(198,230,233,.45); }.qshop-compare table { width: 100%; min-width: 660px; border-collapse: collapse; text-align: left; }.qshop-compare th,.qshop-compare td { padding: 17px 14px; border-right: 1px solid rgba(198,230,233,.28); border-bottom: 1px solid rgba(198,230,233,.28); vertical-align: top; }.qshop-compare thead th { color: #94cad3; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }.qshop-compare tbody th { color: var(--q-cool-white); font-size: 15px; font-weight: 700; line-height: 1.2; white-space: nowrap; }.qshop-compare tbody th a { color: inherit; font: inherit; border-bottom: 1px solid #8fd1dc; }.qshop-compare tbody td { color: #d8e8e8; font-size: 12px; line-height: 1.4; }.qshop-compare tr:last-child td,.qshop-compare tr:last-child th { border-bottom: 0; }
.qshop-table-price { white-space: nowrap; }.qshop-table-price > span,.qshop-table-price > small { display: block; }.qshop-table-price > small { margin-top: 4px; color: #94cad3; font-size: 10px; font-weight: 700; }
.qshop-scroll-cue { display: none; }

.qshop-reassurance { display: grid; grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr); gap: clamp(50px, 11vw, 180px); padding: clamp(80px, 11vw, 155px) var(--q-page-gutter); background: var(--q-cool-white); }.qshop-reassurance .qshop-kicker { color: var(--q-blue); }.qshop-reassurance h2 { max-width: 11ch; font-size: clamp(42px, 5.2vw, 79px); }.qshop-reassurance-points { border-top: 1px solid var(--q-line); }.qshop-reassurance-points p { display: grid; grid-template-columns: minmax(130px, .55fr) minmax(0, 1.45fr); gap: 30px; margin: 0; padding: 22px 0; border-bottom: 1px solid var(--q-line); }.qshop-reassurance-points strong { font-size: 15px; }.qshop-reassurance-points span { color: var(--q-muted); font-size: 14px; line-height: 1.55; }

.q-shop-page .q-footer { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: 42px var(--q-page-gutter); background: var(--q-ink); color: #fff; }.q-shop-page .q-footer img { width: 104px; filter: brightness(0) invert(1); }.q-shop-page .q-footer p { margin: 13px 0 0; color: #c8d7d2; font-size: 12px; }.q-shop-page .q-footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 12px 25px; max-width: 570px; }.q-shop-page .q-footer-links a { color: #e5efea; font-size: 12px; font-weight: 700; }.q-shop-page .q-footer-links a:hover { color: var(--q-mint); }

@media (max-width: 1040px) {
	.q-shop-page .q-header { grid-template-columns: 1fr auto; }.q-shop-page .q-nav { display: none; }.qshop-hero { grid-template-columns: minmax(0, .78fr) minmax(390px, 1.22fr); }.qshop-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.qshop-product { min-height: 410px; }
}
@media (max-width: 780px) {
	.qshop-hero,.qshop-chooser-layout,.qshop-compare,.qshop-reassurance { grid-template-columns: minmax(0, 1fr); }.qshop-hero-copy { min-height: 500px; }.qshop-hero-visual { min-height: 360px; }.qshop-chooser > header,.qshop-products > header { grid-template-columns: minmax(0, 1fr); gap: 0; }.qshop-choice-list { border-right: 0; border-bottom: 1px solid var(--q-line); }.qshop-answer { grid-template-columns: minmax(180px, .72fr) minmax(0, 1.28fr); min-height: 390px; }.qshop-compare { gap: 22px; }.qshop-scroll-cue { display: flex; justify-content: space-between; margin: 0; color: #94cad3; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }.qshop-reassurance { gap: 48px; }.qshop-compare table { min-width: 630px; }
}
@media (max-width: 560px) {
	.q-shop-page .q-header { min-height: 64px; padding: 0 18px; }.q-shop-page .q-wordmark img { width: 91px; }.q-shop-page .q-header-actions { gap: 14px; font-size: 13px; }.qshop-hero-copy { min-height: 390px; padding: 52px 20px; }.qshop-hero h1 { font-size: clamp(45px, 13vw, 62px); }.qshop-hero-visual { min-height: 300px; }.qshop-chooser,.qshop-products,.qshop-compare,.qshop-reassurance { padding-right: 20px; padding-left: 20px; }.qshop-chooser h2,.qshop-products h2,.qshop-compare h2,.qshop-reassurance h2 { font-size: clamp(39px, 12vw, 58px); }.qshop-choice-list button { min-height: 82px; padding: 18px; font-size: 16px; }.qshop-answer { grid-template-columns: minmax(0, 1fr); }.qshop-answer-image { min-height: 265px; }.qshop-answer-image--taste { min-height: 300px; }.qshop-answer-copy { padding: 30px 22px; }.qshop-answer-copy h3 { font-size: 38px; }.qshop-answer-copy dl { grid-template-columns: minmax(0, 1fr); }.qshop-answer-copy dl > div,.qshop-answer-copy dl > div + div { grid-template-columns: 86px minmax(0, 1fr); align-items: baseline; padding: 9px 0; border-left: 0; border-bottom: 1px solid var(--q-line); }.qshop-answer-copy dl > div:last-child { border-bottom: 0; }.qshop-product-grid { grid-template-columns: minmax(0, 1fr); }.qshop-product { min-height: 410px; }.qshop-product img { width: 48%; max-height: 205px; right: 0; bottom: 72px; }.qshop-product--taste img { width: 56%; }.qshop-reassurance-points p { grid-template-columns: minmax(0, 1fr); gap: 8px; }.q-shop-page .q-footer { align-items: start; flex-direction: column; padding: 38px 20px; }.q-shop-page .q-footer-links { justify-content: start; }
}
@media (max-width: 780px) {
	.qshop-accessory { grid-template-columns: minmax(0, 1fr) 170px; }
	.qshop-accessory img { width: 170px; }
	.qshop-accessory > strong { grid-column: 1 / -1; justify-self: start; }
}
@media (max-width: 560px) {
	.qshop-accessory { grid-template-columns: minmax(0, 1fr); padding: 24px; }
	.qshop-accessory img { grid-row: 2; width: 100%; height: 190px; }
	.qshop-accessory > strong { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) { .q-shop-page *, .q-shop-page *::before, .q-shop-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* All answers share one grid cell, so the longest answer sets a stable stage. */
.qshop-answer-stage { display: grid; }
.qshop-answer, .qshop-answer[hidden] { display: grid; grid-area: 1 / 1; min-width: 0; }
.qshop-answer[hidden] { visibility: hidden; pointer-events: none; }
.qshop-answer-image { min-height: 0; }
.qshop-answer-image img { position: absolute; inset: 0; }
@media (min-width: 861px) {
 .qshop-answer { grid-template-columns: minmax(180px, .66fr) minmax(0, 1.34fr); }
}
@media (max-width: 560px) {
 .qshop-answer { grid-template-rows: 300px 1fr; }
 .qshop-answer-image, .qshop-answer-image--taste { height: 300px; min-height: 0; }
}
.qshop-testimonials { padding: 70px var(--q-page-gutter); background: #dbeaf0; }
.qshop-review-stage { display: grid; }
.qshop-review-pair, .qshop-review-pair[hidden] { display: grid; grid-area: 1 / 1; grid-template-columns: repeat(2,minmax(0,1fr)); }
.qshop-review-pair[hidden] { visibility: hidden; pointer-events: none; }
.qshop-review-pair figure { display: flex; flex-direction: column; margin: 0; padding: clamp(24px,3vw,48px); background: var(--q-blue-deep); color: var(--q-cool-white); }
.qshop-review-pair figure:nth-child(2) { background: var(--q-cool-white); color: var(--q-ink); }
.qshop-review-product, .qshop-review-pair figcaption { font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.qshop-review-product { margin-bottom: 20px; opacity: .8; }
.qshop-review-pair blockquote { margin: 0 0 28px; padding: 0; border: 0; font-size: clamp(23px,2.5vw,36px); font-weight: 700; line-height: 1.2; }
.qshop-review-pair figcaption { margin-top: auto; }
.qshop-review-controls { display: flex; align-items: center; justify-content: flex-end; gap: 12px; margin-top: 18px; }
.qshop-review-controls[hidden] { display: none; }
.qshop-review-controls button { min-height: 44px; min-width: 44px; padding: 8px 14px; border: 1px solid var(--q-line); background: var(--q-cool-white); color: var(--q-ink); cursor: pointer; }
@media (max-width: 560px) {
 .qshop-testimonials { padding: 48px 20px; }
 .qshop-review-pair, .qshop-review-pair[hidden] { grid-template-columns: minmax(0,1fr); }
 .qshop-review-controls { flex-wrap: wrap; }
}
