@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700;800&display=swap");

body.q-shakers-page {
	--qsh-blue: #006eb2;
	--qsh-deep: #073b42;
	--qsh-teal: #00aeb2;
	--qsh-orange: #ff982b;
	--qsh-paper: #f6f0e6;
	--qsh-white: #fffdf7;
	--qsh-ink: #142d2c;
	--qsh-muted: #506662;
	--qsh-line: #b8c6c2;
	--qsh-gutter: clamp(20px, 4vw, 72px);
	margin: 0;
	background: var(--qsh-paper);
	color: var(--qsh-ink);
	font-family: "Hanken Grotesk", "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

.q-shakers-page *,
.q-shakers-page *::before,
.q-shakers-page *::after { box-sizing: border-box; }
.q-shakers-page a { color: inherit; text-decoration: none; }
.q-shakers-page button,
.q-shakers-page input { font: inherit; }
.q-shakers-page img { display: block; max-width: 100%; }
.q-shakers-page :focus-visible { outline: 3px solid var(--qsh-orange); outline-offset: 4px; }

.q-shakers-page .q-skip-link {
	position: fixed;
	z-index: 50;
	top: 12px;
	left: 12px;
	padding: 10px 14px;
	background: var(--qsh-white);
	transform: translateY(-160%);
}
.q-shakers-page .q-skip-link:focus { transform: translateY(0); }

.q-shakers-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(--qsh-white);
	border-bottom: 1px solid var(--qsh-line);
}
.q-shakers-page .q-wordmark { justify-self: start; }
.q-shakers-page .q-wordmark img { width: 104px; height: auto; }
.q-shakers-page .q-nav,
.q-shakers-page .q-header-actions { display: flex; align-items: center; }
.q-shakers-page .q-nav { gap: clamp(14px, 2.2vw, 34px); font-size: 14px; font-weight: 650; }
.q-shakers-page .q-header-actions { gap: 24px; justify-self: end; font-size: 14px; font-weight: 650; }
.q-shakers-page .q-nav a,
.q-shakers-page .q-header-actions a { padding-block: 10px; }
.q-shakers-page .q-nav a:hover,
.q-shakers-page .q-header-actions a:hover,
.q-shakers-page .q-nav .is-current { color: var(--qsh-blue); }
.q-shakers-page .q-nav .is-current { font-weight: 800; }
.q-shakers-page .q-cart-link { display: inline-flex; gap: 8px; align-items: center; }
.q-shakers-page .q-cart-link span { display: grid; width: 22px; height: 22px; place-items: center; background: var(--qsh-ink); color: #fff; font-size: 12px; }

.qsh-main { overflow: hidden; }
.qsh-kicker { margin: 0 0 12px; color: var(--qsh-blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.qsh-hero {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
	min-height: 620px;
	background: var(--qsh-deep);
	color: var(--qsh-white);
}
.qsh-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(64px, 8vw, 118px) var(--qsh-gutter); }
.qsh-hero .qsh-kicker { color: #8bd8db; }
.qsh-hero h1,
.qsh-section-heading h2,
.qsh-specs h2,
.qsh-faq h2 {
	margin: 0;
	font-weight: 760;
	letter-spacing: -.052em;
	line-height: .98;
	text-wrap: balance;
}
body.q-shakers-page .qsh-hero h1 { max-width: 10ch; color: var(--qsh-white); font-size: clamp(52px, 5.5vw, 86px); }
.qsh-hero-copy > p:not(.qsh-kicker) { max-width: 37ch; margin: 28px 0 0; color: #d1e5e2; font-size: clamp(17px, 1.35vw, 20px); }
.qsh-hero-copy > a { margin-top: 34px; padding-bottom: 5px; border-bottom: 2px solid var(--qsh-teal); font-size: 14px; font-weight: 800; }
body.q-shakers-page .qsh-hero-copy > a,
body.q-shakers-page .qsh-hero-copy > a:is(:visited, :hover, :focus, :active) { color: var(--qsh-white); }
.qsh-hero-copy > a span { margin-left: 14px; color: var(--qsh-teal); }

.qsh-hero-products { position: relative; min-height: 620px; overflow: hidden; background: #e6d8c6; }
.qsh-hero-products::before { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.5), transparent 52%); content: ""; }
.qsh-hero-bottle { position: absolute; overflow: hidden; border: 1px solid rgba(20,45,44,.25); box-shadow: 0 26px 46px rgba(20,45,44,.14); }
.qsh-hero-bottle img { width: 100%; height: 100%; padding: 8%; object-fit: contain; }
.qsh-hero-bottle--orange { top: 10%; left: 5%; width: 38%; aspect-ratio: 1; transform: rotate(-5deg); background: #f4b061; }
.qsh-hero-bottle--premium { z-index: 2; top: 18%; left: 34%; width: 40%; aspect-ratio: 1; transform: rotate(2deg); background: #316f70; }
.qsh-hero-bottle--teal { right: 2%; bottom: 7%; width: 38%; aspect-ratio: 1; transform: rotate(6deg); background: #8bd8d5; }

.qsh-shop { padding: clamp(78px, 9vw, 140px) var(--qsh-gutter); background: var(--qsh-white); }
.qsh-section-heading { display: grid; grid-template-columns: minmax(180px, .4fr) minmax(0, 1fr) minmax(240px, .55fr); gap: clamp(28px, 5vw, 70px); align-items: end; margin-bottom: clamp(44px, 6vw, 82px); }
.qsh-section-heading h2 { max-width: 13ch; font-size: clamp(42px, 5vw, 74px); }
.qsh-section-heading > p:last-child { max-width: 33ch; margin: 0; color: var(--qsh-muted); font-size: 14px; }
.qsh-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--qsh-ink); border-left: 1px solid var(--qsh-ink); }
.qsh-product { display: flex; min-width: 0; flex-direction: column; border-right: 1px solid var(--qsh-ink); border-bottom: 1px solid var(--qsh-ink); }
.qsh-product-image { position: relative; aspect-ratio: 1.05; overflow: hidden; }
.qsh-product-image img { width: 100%; height: 100%; padding: 8%; object-fit: contain; transition: transform 240ms ease; }
.qsh-product:hover .qsh-product-image img { transform: scale(1.035); }
.qsh-product--teal .qsh-product-image { background: #8bd8d5; }
.qsh-product--orange .qsh-product-image { background: #f4b061; }
.qsh-product--premium .qsh-product-image { background: #316f70; }
.qsh-product-copy { display: flex; flex: 1; flex-direction: column; padding: clamp(24px, 2.6vw, 38px); background: var(--qsh-paper); }
.qsh-product-type { margin: 0; color: var(--qsh-blue); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.qsh-product h3 { margin: 9px 0 15px; font-size: clamp(31px, 3.1vw, 47px); font-weight: 790; letter-spacing: -.05em; line-height: .96; }
.qsh-product-copy > p:not(.qsh-product-type):not(.qsh-price):not(.qsh-status) { min-height: 67px; margin: 0; color: var(--qsh-muted); font-size: 14px; line-height: 1.55; }
.qsh-buy-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--qsh-line); }
.qsh-price { margin: 0; font-size: 21px; font-weight: 800; }
.qsh-price del { color: var(--qsh-muted); font-size: 13px; font-weight: 500; }
.qsh-quantity { display: grid; grid-template-columns: 40px 44px 40px; align-items: stretch; height: 42px; border: 1px solid var(--qsh-ink); background: var(--qsh-white); }
body.q-shakers-page .qsh-quantity > button,
body.q-shakers-page .qsh-quantity > input { width: 100%; height: 100%; min-width: 0; min-height: 0; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; color: var(--qsh-ink); line-height: 1; text-align: center; }
.qsh-quantity button { cursor: pointer; font-size: 20px; }
.qsh-quantity button:hover { background: #dce9e5; }
.qsh-quantity input { appearance: textfield; font-weight: 800; }
.qsh-quantity input::-webkit-outer-spin-button,
.qsh-quantity input::-webkit-inner-spin-button { margin: 0; appearance: none; }
.qsh-add { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; min-height: 52px; margin-top: 18px; padding: 13px 16px; border: 0; background: var(--qsh-ink); color: #fff; cursor: pointer; font-weight: 800; }
.qsh-add:hover:not(:disabled) { background: var(--qsh-blue); }
.qsh-add[data-state="cart"],
.qsh-add[data-state="cart"]:hover { background: var(--qsh-orange); color: var(--qsh-ink); }
.qsh-add:disabled { cursor: not-allowed; opacity: .55; }
.qsh-add b { font-size: 19px; }
.qsh-status { min-height: 42px; margin: 10px 0 -7px; font-size: 12px; font-weight: 700; line-height: 1.35; }
.qsh-status[data-state="success"] { color: #146543; }
.qsh-status[data-state="error"] { color: #9b2721; }

.qsh-specs { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: clamp(55px, 9vw, 145px); padding: clamp(88px, 11vw, 165px) var(--qsh-gutter); background: var(--qsh-deep); color: #fff; }
.qsh-specs .qsh-kicker { color: #8bd8db; }
body.q-shakers-page .qsh-specs h2 { max-width: 10ch; color: var(--qsh-white); font-size: clamp(43px, 5.2vw, 78px); }
.qsh-spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-self: end; border-top: 1px solid rgba(255,255,255,.45); border-left: 1px solid rgba(255,255,255,.45); }
.qsh-spec-grid article { min-height: 210px; padding: 24px; border-right: 1px solid rgba(255,255,255,.45); border-bottom: 1px solid rgba(255,255,255,.45); }
.qsh-spec-grid article > span { color: #8bd8db; font-size: 11px; font-weight: 800; }
body.q-shakers-page .qsh-spec-grid h3 { margin: 24px 0 12px; color: #fff; font-size: 22px; letter-spacing: -.03em; }
.qsh-spec-grid p { display: grid; gap: 4px; margin: 0; color: #cce0dd; font-size: 13px; }
.qsh-spec-grid strong { color: #fff; font-size: 16px; }

.qsh-faq { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: clamp(55px, 9vw, 145px); padding: clamp(85px, 10vw, 150px) var(--qsh-gutter); background: var(--qsh-paper); }
.qsh-faq h2 { max-width: 11ch; font-size: clamp(42px, 5vw, 72px); }
.qsh-faq-list { border-top: 1px solid var(--qsh-line); }
.qsh-faq details { border-bottom: 1px solid var(--qsh-line); }
.qsh-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; font-size: clamp(17px, 1.6vw, 22px); font-weight: 750; list-style: none; }
.qsh-faq summary::-webkit-details-marker { display: none; }
.qsh-faq summary span { color: var(--qsh-blue); font-size: 25px; transition: transform 160ms ease; }
.qsh-faq details[open] summary span { transform: rotate(45deg); }
.qsh-faq details p { max-width: 60ch; margin: -4px 0 22px; color: var(--qsh-muted); font-size: 14px; }

.qsh-next { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: clamp(36px, 5vw, 64px) var(--qsh-gutter); background: var(--qsh-teal); color: var(--qsh-ink); }
.qsh-next p { margin: 0; font-size: clamp(23px, 3vw, 42px); font-weight: 780; letter-spacing: -.04em; }
body.q-shakers-page .qsh-next a,
body.q-shakers-page .qsh-next a:visited,
body.q-shakers-page .qsh-next a:hover,
body.q-shakers-page .qsh-next a:focus { display: inline-flex; gap: 30px; align-items: center; flex: 0 0 auto; padding: 14px 17px; background: var(--qsh-ink); color: #fff; font-size: 14px; font-weight: 800; }

.q-shakers-page .q-footer { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: 42px var(--qsh-gutter); background: var(--qsh-ink); color: #fff; }
.q-shakers-page .q-footer img { width: 104px; filter: brightness(0) invert(1); }
.q-shakers-page .q-footer p { margin: 13px 0 0; color: #c8d7d2; font-size: 12px; }
.q-shakers-page .q-footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 12px 25px; max-width: 620px; }
.q-shakers-page .q-footer-links a { color: #e5efea; font-size: 12px; font-weight: 700; }
.q-shakers-page .q-footer-links a:hover { color: #9ed6c0; }

@media (max-width: 1080px) {
	.q-shakers-page .q-header { grid-template-columns: 1fr auto; }
	.q-shakers-page .q-nav { display: none; }
	.qsh-hero { grid-template-columns: minmax(0, .85fr) minmax(400px, 1.15fr); }
	.qsh-section-heading { grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr); }
	.qsh-section-heading > p:last-child { grid-column: 2; }
}

@media (max-width: 800px) {
	.qsh-hero,
	.qsh-specs,
	.qsh-faq { grid-template-columns: minmax(0, 1fr); }
	.qsh-hero-copy { min-height: 470px; }
	.qsh-hero-products { min-height: 520px; }
	.qsh-section-heading { grid-template-columns: minmax(0, 1fr); }
	.qsh-section-heading > p:last-child { grid-column: auto; }
	.qsh-product-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
	.qsh-product--premium { grid-column: 1 / -1; }
	.qsh-product--premium { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
	.qsh-specs,
	.qsh-faq { gap: 52px; }
}

@media (max-width: 560px) {
	.q-shakers-page .q-header { min-height: 64px; padding: 0 18px; }
	.q-shakers-page .q-wordmark img { width: 91px; }
	.q-shakers-page .q-header-actions { gap: 14px; font-size: 13px; }
	.qsh-hero-copy { min-height: 430px; padding: 54px 20px; }
	body.q-shakers-page .qsh-hero h1 { font-size: clamp(49px, 15vw, 67px); }
	.qsh-hero-products { min-height: 410px; }
	.qsh-hero-bottle--orange { top: 8%; left: -2%; width: 49%; }
	.qsh-hero-bottle--premium { top: 21%; left: 28%; width: 51%; }
	.qsh-hero-bottle--teal { right: -5%; bottom: 5%; width: 48%; }
	.qsh-shop,
	.qsh-specs,
	.qsh-faq { padding-right: 20px; padding-left: 20px; }
	.qsh-section-heading h2,
	.qsh-specs h2,
	.qsh-faq h2 { font-size: clamp(41px, 12vw, 57px); }
	.qsh-product-grid { grid-template-columns: minmax(0, 1fr); }
	.qsh-product--premium { display: flex; grid-column: auto; }
	.qsh-product-copy > p:not(.qsh-product-type):not(.qsh-price):not(.qsh-status) { min-height: 0; }
	.qsh-spec-grid { grid-template-columns: minmax(0, 1fr); }
	.qsh-spec-grid article { min-height: 175px; }
	.qsh-next { align-items: flex-start; flex-direction: column; padding-right: 20px; padding-left: 20px; }
	.q-shakers-page .q-footer { align-items: start; flex-direction: column; padding: 38px 20px; }
	.q-shakers-page .q-footer-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: start; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	.q-shakers-page *,
	.q-shakers-page *::before,
	.q-shakers-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
	}
}

/* Keep stacked specifications together without changing the desktop cards. */
@media (max-width: 560px) {
	.qsh-spec-grid article { min-height: 0; padding: 18px 20px; }
	body.q-shakers-page .qsh-spec-grid h3 { margin: 12px 0 8px; }
}
