:root {
	--ink: #092f3a;
	--ink-deep: #05242e;
	--ocean: #14566a;
	--mist: #edf7f5;
	--mist-deep: #d9eeea;
	--coral: #bc574e;
	--coral-dark: #a9423a;
	--sand: #f7f3ed;
	--white: #fff;
	--text: #274751;
	--line: rgba(9, 47, 58, .14);
	--shadow: 0 24px 70px rgba(5, 36, 46, .13);
	--radius: 22px;
	--shell: min(1200px, calc(100% - 40px));
}

/* ZenWave Ice Pod sales page: campaign-led, direct, and product-specific. */
.product-sales-page {
	--sales-ink: #071f26;
	--sales-blue: #0d4553;
	--sales-ice: #dff4f2;
	--sales-cream: #f5f0e8;
	--sales-orange: #e86642;
	--sales-yellow: #f3c763;
	--sales-line: rgba(7, 31, 38, .16);
	overflow: clip;
	background: #fff;
}
.product-sales-page h1,
.product-sales-page h2,
.product-sales-page h3 {
	font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
	font-weight: 900;
	letter-spacing: -.055em;
	line-height: .96;
}
.product-sales-page h2 { font-size: clamp(3rem, 6.2vw, 6.25rem); }
.product-sales-page h3 { font-size: clamp(1.65rem, 3vw, 2.7rem); }
.sales-kicker {
	margin-bottom: 18px;
	color: var(--sales-orange);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .18em;
	text-transform: uppercase;
}
.sales-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-width: 210px;
	min-height: 58px;
	padding: 15px 22px;
	border: 2px solid var(--sales-orange);
	background: var(--sales-orange);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .02em;
	text-decoration: none;
	transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.sales-button:hover,
.sales-button:focus-visible { background: #cf4e2d; border-color: #cf4e2d; transform: translateY(-2px); }
.sales-button span { font-size: 20px; line-height: 1; }

.sales-hero {
	position: relative;
	min-height: min(820px, calc(100vh - 117px));
	background-color: var(--sales-ink);
	background-image: var(--sales-hero-image);
	background-position: center;
	background-size: cover;
	color: #fff;
}
.sales-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(4,21,27,.94) 0%, rgba(4,21,27,.78) 35%, rgba(4,21,27,.15) 66%, rgba(4,21,27,.02) 100%);
}
.sales-hero__inner { position: relative; z-index: 1; display: flex; flex-direction: column; min-height: inherit; padding-block: 34px 72px; }
.sales-breadcrumb { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.sales-breadcrumb a { text-decoration: none; }
.sales-breadcrumb a:hover,
.sales-breadcrumb a:focus { color: #fff; }
.sales-hero__copy { display: flex; flex: 1; flex-direction: column; justify-content: center; align-items: flex-start; width: min(610px, 50%); padding-top: 60px; }
.sales-hero .sales-kicker { color: var(--sales-yellow); }
.sales-hero h1 { max-width: 650px; margin-bottom: 26px; color: #fff; font-size: clamp(4.4rem, 7.5vw, 7.7rem); text-wrap: balance; }
.sales-hero__lead { max-width: 590px; margin-bottom: 32px; color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.5vw, 1.24rem); line-height: 1.6; }
.sales-hero__actions { display: flex; align-items: center; gap: 22px; margin-bottom: 28px; }
.sales-rating {
	display: flex;
	align-items: center;
	min-height: 58px;
	padding: 10px 14px;
	border: 1px solid rgba(255,255,255,.2);
	background: rgba(4,21,27,.7);
	box-shadow: 0 8px 24px rgba(0,0,0,.16);
	color: #fff;
	text-decoration: none;
}
.sales-hero .sales-rating .clvr-star-anchor { display: inline-flex; align-items: center; gap: 10px; color: #fff !important; text-decoration: none; }
.sales-hero .sales-rating .clvr-anchor-text { color: #fff !important; font-weight: 800; }
.sales-hero .sales-rating .clvr-anchor-count { color: rgba(255,255,255,.82) !important; opacity: 1; }
.sales-rating .clover-star-rating,
.sales-buy-card__rating .clover-star-rating,
.sales-proof__rating .clover-star-rating { margin: 0 !important; }
.sales-hero__facts { margin: 0; color: rgba(255,255,255,.66); font-size: 12px; font-weight: 750; letter-spacing: .035em; }
.sales-hero__facts span { margin-inline: 8px; color: var(--sales-yellow); }

.sales-proof { border-bottom: 1px solid var(--sales-line); background: var(--sales-cream); }
.sales-proof__inner { display: grid; grid-template-columns: .9fr 1fr 1.25fr .85fr; align-items: stretch; }
.sales-proof__inner > p,
.sales-proof__rating,
.sales-proof__faces { min-width: 0; margin: 0; padding: 23px 28px; border-left: 1px solid var(--sales-line); }
.sales-proof__inner > :first-child { border-left: 0; }
.sales-proof p { display: flex; flex-direction: column; justify-content: center; }
.sales-proof strong { color: var(--sales-ink); font-size: 18px; line-height: 1.2; }
.sales-proof p span { margin-top: 3px; color: #5d7075; font-size: 11px; line-height: 1.35; }
.sales-proof__rating { display: flex; align-items: center; }
.sales-proof__faces { display: flex; align-items: center; justify-content: flex-end; padding-right: 0; }
.sales-proof__faces img { width: 46px; height: 46px; margin-left: -10px; border: 3px solid var(--sales-cream); border-radius: 50%; object-fit: cover; }

.sales-intro { padding-block: clamp(100px, 12vw, 175px); background: #fff; }
.sales-intro__grid { display: grid; grid-template-columns: .35fr 1fr .72fr; align-items: start; gap: clamp(28px, 5vw, 78px); }
.sales-intro__grid > .sales-kicker { padding-top: 11px; }
.sales-intro h2 { max-width: 680px; margin: 0; color: var(--sales-ink); }
.sales-intro__copy { padding-top: 9px; border-top: 3px solid var(--sales-orange); }
.sales-intro__copy p { color: #526970; font-size: 17px; line-height: 1.7; }
.sales-intro__copy p:last-child { margin-bottom: 0; }

.sales-offer { scroll-margin-top: 30px; padding-block: clamp(80px, 9vw, 135px); background: var(--sales-cream); }
.sales-offer__grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(365px, .82fr); align-items: start; gap: clamp(38px, 6vw, 85px); }
.sales-gallery { min-width: 0; }
.sales-gallery__stage { position: relative; aspect-ratio: 1 / .88; overflow: hidden; background: #e8ece8; }
.sales-gallery__slide { position: absolute; inset: 0; margin: 0; }
.sales-gallery__slide[hidden] { display: none !important; }
.sales-gallery__slide img { width: 100%; height: 100%; object-fit: cover; }
.sales-gallery__slide:nth-child(2),
.sales-gallery__slide:nth-child(3) { background: #f8f8f5; }
.sales-gallery__slide:nth-child(2) img,
.sales-gallery__slide:nth-child(3) img { padding: 7%; object-fit: contain; }
.sales-gallery__slide figcaption { position: absolute; right: 18px; bottom: 18px; padding: 8px 12px; background: var(--sales-ink); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.sales-gallery__slide--pair { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.sales-gallery__slide--pair > div { min-width: 0; overflow: hidden; }
.sales-gallery__slide--pair > div img { width: 100%; height: 100%; object-fit: cover; }
.sales-gallery__tabs { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--sales-line); border-top: 0; background: #fff; }
.sales-gallery__tabs button { position: relative; min-height: 62px; padding: 12px 8px; border: 0; border-left: 1px solid var(--sales-line); background: transparent; color: #61757a; cursor: pointer; font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.sales-gallery__tabs button:first-child { border-left: 0; }
.sales-gallery__tabs button::after { content: ""; position: absolute; right: 14px; bottom: 0; left: 14px; height: 3px; background: var(--sales-orange); transform: scaleX(0); transition: transform .2s ease; }
.sales-gallery__tabs button[aria-selected="true"] { color: var(--sales-ink); }
.sales-gallery__tabs button[aria-selected="true"]::after { transform: scaleX(1); }
.sales-gallery__tabs button:focus-visible { z-index: 1; outline: 2px solid var(--sales-orange); outline-offset: -2px; }
.sales-buy-card { position: sticky; top: 26px; padding: clamp(30px, 4.3vw, 52px); border-top: 7px solid var(--sales-orange); background: #fff; box-shadow: 0 30px 75px rgba(7,31,38,.1); }
.sales-buy-card h2 { margin-bottom: 13px; color: var(--sales-ink); font-size: clamp(2.8rem, 4.5vw, 4.8rem); }
.sales-buy-card__rating { margin-bottom: 16px; }
.sales-buy-card__price { margin-bottom: 22px; color: var(--sales-ink); font-size: 27px; font-weight: 900; letter-spacing: -.03em; }
.sales-buy-card__pitch { margin-bottom: 22px; color: #50676e; line-height: 1.66; }
.sales-buy-card__wins { display: grid; gap: 0; margin: 0 0 26px; padding: 0; border-top: 1px solid var(--sales-line); list-style: none; }
.sales-buy-card__wins li { padding: 12px 0 12px 22px; border-bottom: 1px solid var(--sales-line); color: #607176; font-size: 13px; line-height: 1.45; }
.sales-buy-card__wins li::before { content: ""; position: absolute; width: 8px; height: 8px; margin: 7px 0 0 -21px; background: var(--sales-orange); border-radius: 50%; }
.sales-buy-card__wins strong { color: var(--sales-ink); }
.sales-buy-card__cart .cart { display: grid; grid-template-columns: 88px minmax(0,1fr); gap: 10px; margin-bottom: 12px; }
.sales-buy-card__cart .quantity input { width: 100%; height: 58px; border: 1px solid var(--sales-line); background: #fff; color: var(--sales-ink); text-align: center; }
.sales-buy-card__cart .single_add_to_cart_button,
.sales-availability { display: flex; align-items: center; justify-content: center; min-height: 58px; padding: 13px 18px; border: 0; background: var(--sales-orange); color: #fff; cursor: pointer; font-size: 13px; font-weight: 900; text-align: center; text-decoration: none; }
.sales-buy-card__cart .single_add_to_cart_button:hover,
.sales-buy-card__cart .single_add_to_cart_button:focus,
.sales-availability:hover,
.sales-availability:focus { background: #cf4e2d; }
.sales-buy-card__cart .stock { margin: 0 0 12px; padding: 15px 18px; background: #fff1e8; color: #8f331f; font-weight: 850; }
.sales-buy-card__terms { display: grid; gap: 6px; padding-top: 19px; border-top: 1px solid var(--sales-line); color: #6b7d81; font-size: 11px; }
.sales-buy-card__terms span::before { content: "✓"; margin-right: 8px; color: var(--sales-orange); font-weight: 900; }

.sales-value { padding-block: clamp(100px, 12vw, 175px); background: var(--sales-ink); color: rgba(255,255,255,.72); }
.sales-value .sales-kicker { color: var(--sales-yellow); }
.sales-value__heading { display: grid; grid-template-columns: .35fr 1.65fr; gap: 40px; margin-bottom: 74px; }
.sales-value__heading h2 { max-width: 900px; margin: 0; color: #fff; }
.sales-value__rows { border-top: 1px solid rgba(255,255,255,.18); }
.sales-value__rows article { display: grid; grid-template-columns: 65px minmax(0, 1fr) 190px; align-items: center; gap: 35px; padding: 38px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.sales-value__rows article > span { align-self: start; color: var(--sales-yellow); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.sales-value__rows h3 { margin-bottom: 9px; color: #fff; }
.sales-value__rows p { max-width: 750px; margin: 0; color: rgba(255,255,255,.68); }
.sales-value__rows article > strong { color: #fff; font-size: 13px; text-align: right; text-transform: uppercase; }

.sales-moment { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 700px; background: var(--sales-orange); }
.sales-moment__image { min-height: 620px; }
.sales-moment__image img { width: 100%; height: 100%; object-fit: cover; }
.sales-moment__copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(50px, 8vw, 115px); color: rgba(255,255,255,.87); }
.sales-moment .sales-kicker { color: var(--sales-ink); }
.sales-moment h2 { max-width: 610px; margin-bottom: 27px; color: #fff; }
.sales-moment p:not(.sales-kicker) { max-width: 530px; margin-bottom: 29px; font-size: 18px; line-height: 1.65; }
.sales-moment a { color: #fff; font-size: 13px; font-weight: 900; text-underline-offset: 7px; }
.sales-moment a span { margin-left: 10px; }

.sales-reality { padding-block: clamp(100px, 12vw, 165px); background: #fff; }
.sales-reality__heading { display: grid; grid-template-columns: .35fr 1fr .5fr; align-items: end; gap: 42px; margin-bottom: 62px; }
.sales-reality__heading .sales-kicker { align-self: start; padding-top: 7px; }
.sales-reality__heading h2 { margin: 0; color: var(--sales-ink); }
.sales-reality__heading > p:last-child { margin: 0; padding-top: 18px; border-top: 3px solid var(--sales-orange); color: #5c7076; }
.sales-reality__photos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin-bottom: 70px; }
.sales-reality__photos figure { position: relative; min-width: 0; margin: 0; overflow: hidden; aspect-ratio: .75; background: var(--sales-ice); }
.sales-reality__photos figure:nth-child(even) { transform: translateY(24px); }
.sales-reality__photos img { width: 100%; height: 100%; object-fit: cover; }
.sales-reality__photos figcaption { position: absolute; right: 12px; bottom: 12px; padding: 5px 8px; background: #fff; color: var(--sales-ink); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sales-quotes { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--sales-line); border-bottom: 1px solid var(--sales-line); }
.sales-quotes blockquote { display: flex; flex-direction: column; justify-content: space-between; min-height: 255px; margin: 0; padding: 34px; border-left: 1px solid var(--sales-line); }
.sales-quotes blockquote:first-child { border-left: 0; }
.sales-quotes p { margin: 0 0 30px; color: var(--sales-ink); font-size: clamp(1.1rem, 1.55vw, 1.35rem); font-weight: 750; line-height: 1.45; }
.sales-quotes cite { color: #697b80; font-size: 10px; font-style: normal; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

.sales-details { scroll-margin-top: 30px; padding-block: clamp(90px, 11vw, 155px); background: var(--sales-cream); }
.sales-details__grid { display: grid; grid-template-columns: .76fr 1.24fr; align-items: start; gap: clamp(55px, 9vw, 130px); }
.sales-details__intro { position: sticky; top: 30px; }
.sales-details__intro h2 { margin-bottom: 26px; color: var(--sales-ink); }
.sales-details__intro > p:last-child { max-width: 420px; color: #5c7076; }
.sales-details__list { border-top: 2px solid var(--sales-ink); }
.sales-details details { border-bottom: 1px solid var(--sales-line); }
.sales-details summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0; color: var(--sales-ink); cursor: pointer; font-size: 16px; font-weight: 850; list-style: none; }
.sales-details summary::-webkit-details-marker { display: none; }
.sales-details summary span { flex: 0 0 auto; font-size: 24px; font-weight: 400; transition: transform .2s ease; }
.sales-details details[open] summary span { transform: rotate(45deg); }
.sales-details details > div { padding: 0 42px 26px 0; color: #566c72; font-size: 14px; }
.sales-details details p:last-child,
.sales-details details ul:last-child,
.sales-details details ol:last-child { margin-bottom: 0; }
.sales-details details a { color: var(--sales-ink); font-weight: 800; text-underline-offset: 5px; }
.sales-note { padding: 12px 15px; border-left: 3px solid var(--sales-orange); background: #fff; font-size: 12px; }

.sales-reviews { padding-block: clamp(90px, 11vw, 155px); background: #fff; }
.sales-reviews__heading { display: grid; grid-template-columns: minmax(150px, .32fr) minmax(0, 1fr); align-items: start; gap: clamp(28px, 4vw, 68px); margin-bottom: 65px; }
.sales-reviews__heading .sales-kicker { align-self: start; padding-top: 7px; }
.sales-reviews__heading h2 {
	max-width: 900px;
	margin: 0;
	color: var(--sales-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3.4rem, 6vw, 6.5rem);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: .96;
}
.sales-reviews .clover-reviews-wrap,
.sales-reviews .clover-reviews { max-width: none !important; }

.sales-close { padding-block: clamp(80px, 10vw, 135px); background: var(--sales-blue); color: rgba(255,255,255,.74); }
.sales-close__grid { display: grid; grid-template-columns: 1fr .46fr; align-items: end; gap: 70px; }
.sales-close .sales-kicker { color: var(--sales-yellow); }
.sales-close h2 { max-width: 800px; margin-bottom: 24px; color: #fff; }
.sales-close__grid > div:first-child > p:last-child { max-width: 680px; margin: 0; }
.sales-close__offer { display: flex; flex-direction: column; align-items: stretch; gap: 15px; }
.sales-close__price { color: #fff; font-size: 34px; font-weight: 900; text-align: right; }
.sales-close__offer .sales-button { width: 100%; }
.sales-close__stock { margin: 0; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 12px; font-weight: 900; text-align: right; text-transform: uppercase; }

@media (max-width: 1000px) {
	.sales-hero__copy { width: min(650px, 62%); }
	.sales-proof__inner { grid-template-columns: repeat(2, 1fr); }
	.sales-proof__inner > p:nth-child(3), .sales-proof__faces { border-top: 1px solid var(--sales-line); }
	.sales-proof__inner > p:nth-child(3) { border-left: 0; }
	.sales-intro__grid { grid-template-columns: 160px 1fr; }
	.sales-intro__copy { grid-column: 2; }
	.sales-offer__grid { grid-template-columns: 1fr; }
	.sales-buy-card { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0 42px; }
	.sales-buy-card > .sales-kicker, .sales-buy-card > h2, .sales-buy-card__rating, .sales-buy-card__price { grid-column: 1; }
	.sales-buy-card__pitch, .sales-buy-card__wins, .sales-buy-card__cart, .sales-buy-card__terms { grid-column: 2; }
	.sales-buy-card__pitch { grid-row: 1 / span 3; padding-top: 12px; }
	.sales-buy-card__wins { grid-row: 4 / span 2; }
	.sales-buy-card__cart { grid-row: 6; }
	.sales-buy-card__terms { grid-row: 7; }
	.sales-value__rows article { grid-template-columns: 55px 1fr 150px; }
	.sales-reality__heading, .sales-reviews__heading { grid-template-columns: 170px 1fr; }
	.sales-reality__heading > p:last-child { grid-column: 2; }
}

@media (max-width: 700px) {
	.product-sales-page h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
	.sales-hero { min-height: 720px; background-position: 67% center; }
	.sales-hero__shade { background: linear-gradient(90deg, rgba(4,21,27,.94) 0%, rgba(4,21,27,.76) 67%, rgba(4,21,27,.3) 100%); }
	.sales-hero__inner { padding-block: 25px 48px; }
	.sales-hero__copy { width: 100%; padding-top: 52px; }
	.sales-hero h1 { max-width: 560px; font-size: clamp(3.65rem, 17vw, 5.25rem); }
	.sales-hero__lead { max-width: 92%; font-size: 15px; }
	.sales-hero__actions { align-items: flex-start; flex-direction: column; }
	.sales-hero__facts { max-width: 330px; line-height: 1.6; }
	.sales-proof__inner > p, .sales-proof__rating, .sales-proof__faces { min-height: 91px; padding: 17px 15px; }
	.sales-proof__faces { justify-content: center; padding-right: 15px; }
	.sales-proof__faces img { width: 39px; height: 39px; }
	.sales-intro__grid { grid-template-columns: 1fr; gap: 22px; }
	.sales-intro__copy { grid-column: auto; }
	.sales-gallery__stage { aspect-ratio: .82; }
	.sales-gallery__slide figcaption { right: 10px; bottom: 10px; }
	.sales-gallery__tabs button { min-height: 55px; padding-inline: 4px; font-size: 9px; }
	.sales-buy-card { display: block; padding: 29px 22px; }
	.sales-buy-card__pitch { padding-top: 0; }
	.sales-buy-card__cart .cart { grid-template-columns: 70px minmax(0,1fr); }
	.sales-value__heading { grid-template-columns: 1fr; gap: 10px; margin-bottom: 50px; }
	.sales-value__rows article { grid-template-columns: 34px 1fr; gap: 18px; padding: 29px 0; }
	.sales-value__rows article > strong { grid-column: 2; text-align: left; }
	.sales-moment { grid-template-columns: 1fr; min-height: 0; }
	.sales-moment__image { min-height: 105vw; }
	.sales-moment__copy { padding: 65px 20px 75px; }
	.sales-reality__heading, .sales-reviews__heading { grid-template-columns: 1fr; gap: 18px; }
	.sales-reality__heading > p:last-child { grid-column: auto; }
	.sales-reviews__heading { margin-bottom: 48px; }
	.sales-reviews__heading h2 { font-size: clamp(2.5rem, 12vw, 3.8rem); line-height: 1.02; }
	.sales-reality__photos { grid-template-columns: repeat(2, 1fr); gap: 4px; margin-bottom: 55px; }
	.sales-reality__photos figure:nth-child(even) { transform: translateY(12px); }
	.sales-quotes { grid-template-columns: 1fr; }
	.sales-quotes blockquote, .sales-quotes blockquote:first-child { min-height: 0; padding: 26px 0; border-top: 1px solid var(--sales-line); border-left: 0; }
	.sales-quotes blockquote:first-child { border-top: 0; }
	.sales-details__grid { grid-template-columns: 1fr; gap: 45px; }
	.sales-details__intro { position: static; }
	.sales-details details > div { padding-right: 0; }
	.sales-close__grid { grid-template-columns: 1fr; gap: 42px; }
	.sales-close__price, .sales-close__stock { text-align: left; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); letter-spacing: -.035em; line-height: 1.08; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.2rem, 4.3vw, 4.4rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.65rem); }
.shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.announcement { position: relative; z-index: 30; padding: 8px 20px; background: var(--ink); color: var(--white); text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.announcement a { text-decoration: none; }
.site-header { position: relative; z-index: 25; height: 82px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand__name { font-family: Georgia, "Times New Roman", serif; font-size: 28px; letter-spacing: -.04em; }
.brand__mark { position: relative; display: inline-block; width: 32px; height: 24px; }
.brand__mark span { position: absolute; left: 0; width: 30px; height: 2px; background: currentColor; border-radius: 100%; transform-origin: left center; }
.brand__mark span:nth-child(1) { top: 3px; transform: rotate(15deg) scaleX(.76); }
.brand__mark span:nth-child(2) { top: 11px; transform: rotate(-6deg); }
.brand__mark span:nth-child(3) { top: 19px; transform: rotate(12deg) scaleX(.66); }
.custom-logo { width: auto; max-height: 54px; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav__list { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.site-nav__list a { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 650; }
.site-nav__list a:hover, .site-nav__list a:focus { color: var(--coral-dark); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s, opacity .2s; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 14px 24px; border: 1px solid var(--coral); border-radius: 999px; background: var(--coral); color: var(--white); font-size: 14px; font-weight: 750; letter-spacing: .02em; text-decoration: none; transition: transform .2s, background .2s, border-color .2s; }
.button:hover, .button:focus { background: var(--coral-dark); border-color: var(--coral-dark); transform: translateY(-2px); }
.button--small { min-height: 44px; padding: 10px 19px; font-size: 13px; }
.button--dark { background: var(--ink); border-color: var(--ink); }
.button--dark:hover, .button--dark:focus { background: var(--ocean); border-color: var(--ocean); }
.button--light { background: var(--white); border-color: var(--white); color: var(--ink); }
.button--light:hover, .button--light:focus { background: var(--mist); border-color: var(--mist); }
.text-link { color: var(--ink); font-size: 14px; font-weight: 750; text-underline-offset: 6px; }
.text-link--light { color: var(--white); }
.eyebrow { margin-bottom: 18px; color: var(--coral-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--light { color: #a8ddd4; }
.hero { min-height: min(800px, calc(100vh - 117px)); overflow: hidden; background: #03171e; color: var(--white); }
.hero__stage { position: relative; isolation: isolate; width: min(100%, 1800px); min-height: inherit; margin-inline: auto; overflow: hidden; background: linear-gradient(112deg, #03171e 0%, #06262f 31%, #092f38 43%, #0b3942 100%); }
.hero__stage::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(2,19,25,.14) 0%, transparent 42%), radial-gradient(ellipse 34% 74% at 52% 46%, rgba(168,221,212,.12), transparent 68%); content: ""; pointer-events: none; }
.hero__stage::after { position: absolute; z-index: 3; top: 0; bottom: 0; left: clamp(34px, 5.8vw, 118px); width: 1px; background: linear-gradient(180deg, transparent 5%, rgba(168,221,212,.34) 19%, rgba(168,221,212,.08) 80%, transparent 96%); content: ""; pointer-events: none; }
.hero__photo-panel { position: absolute; z-index: 0; inset: 0; overflow: hidden; background: transparent; }
.hero__photo-panel::after { position: absolute; inset: -12%; background: radial-gradient(circle at 76% 15%, rgba(255,249,232,.18), transparent 25%), radial-gradient(ellipse 48% 26% at 60% 79%, rgba(205,235,240,.13), transparent 70%); content: ""; pointer-events: none; animation: hero-winter-light 12s ease-in-out infinite alternate; }
.hero__photo-panel img { position: absolute; top: 0; right: 0; width: auto; max-width: none; height: 100%; object-fit: contain; object-position: right center; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.18) 9%, rgba(0,0,0,.72) 22%, #000 34%, #000 100%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.18) 9%, rgba(0,0,0,.72) 22%, #000 34%, #000 100%); transform: scale(1); transform-origin: right center; animation: hero-image-breathe 16s ease-in-out infinite alternate; }
.hero__panel { position: relative; z-index: 2; display: flex; align-items: stretch; width: min(53%, 1040px); min-height: inherit; }
.hero__panel::before { position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(3,23,30,.98) 0%, rgba(3,23,30,.91) 58%, rgba(3,23,30,.38) 84%, transparent 100%); content: ""; pointer-events: none; }
.hero__panel::after { position: absolute; z-index: 1; top: clamp(54px, 7vh, 78px); bottom: clamp(54px, 7vh, 78px); left: clamp(52px, 7.4vw, 152px); width: clamp(180px, 20vw, 410px); border-top: 1px solid rgba(168,221,212,.28); border-bottom: 1px solid rgba(168,221,212,.16); content: ""; pointer-events: none; }
.hero__content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; width: min(100%, 820px); margin: 0; padding: clamp(94px, 8vw, 150px) clamp(56px, 7.4vw, 152px); }
.hero .eyebrow { display: flex; align-items: center; gap: 14px; }
.hero .eyebrow::before { width: 34px; height: 1px; background: var(--coral); content: ""; }
.hero h1 { max-width: 760px; margin-bottom: 30px; color: var(--white); font-size: clamp(3.85rem, 4vw, 4.7rem); line-height: .94; letter-spacing: -.035em; text-wrap: balance; }
.hero h1 span { display: block; }
.hero h1 span + span { margin-top: .12em; }
.hero__lead { max-width: 565px; margin-bottom: 38px; color: rgba(255,255,255,.78); font-size: clamp(1.02rem, 1.12vw, 1.16rem); line-height: 1.68; }
@keyframes hero-image-breathe { from { filter: saturate(.98) contrast(1); } to { filter: saturate(1.04) contrast(1.015); } }
@keyframes hero-winter-light { from { opacity: .6; transform: translate3d(-1%, 0, 0); } to { opacity: 1; transform: translate3d(1%, -.8%, 0); } }
@media (min-width: 1801px) {
	.hero__photo-panel::before { position: absolute; z-index: 2; top: 0; right: 0; bottom: 0; width: 130px; background: linear-gradient(90deg, transparent, rgba(3,23,30,.96)); content: ""; pointer-events: none; }
}
.button-row { display: flex; align-items: center; gap: 26px; }
.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-strip__inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip span { padding: 22px 30px; text-align: center; font-size: 14px; }
.trust-strip span + span { border-left: 1px solid var(--line); }
.trust-strip strong { color: var(--ink); }
.section { padding-block: clamp(80px, 10vw, 140px); }
.section--mist { background: var(--mist); }
.section--ink { background: var(--ink); color: var(--white); }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading > p:last-child { max-width: 640px; margin-bottom: 0; font-size: 19px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center > p:last-child { margin-inline: auto; }
.section-heading--split { display: flex; align-items: flex-end; justify-content: space-between; max-width: none; gap: 30px; }
.section-heading--split h2 { margin-bottom: 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-card { min-height: 270px; padding: 34px; border: 1px solid rgba(9,47,58,.1); border-radius: var(--radius); background: rgba(255,255,255,.72); }
.benefit-card__number { display: block; margin-bottom: 62px; color: var(--coral-dark); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.benefit-card h3 { margin-bottom: 12px; }
.benefit-card p { margin-bottom: 0; }
.product-story__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: clamp(50px, 8vw, 110px); }
.product-story__image-wrap { position: relative; }
.product-story__image-wrap img { width: 100%; aspect-ratio: 4/5; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
.product-story__badge { position: absolute; right: -24px; bottom: 36px; display: flex; flex-direction: column; justify-content: center; width: 128px; height: 128px; padding: 18px; border-radius: 50%; background: var(--coral); color: var(--white); text-align: center; }
.product-story__badge strong { font-family: Georgia, "Times New Roman", serif; font-size: 28px; line-height: 1; }
.product-story__badge span { margin-top: 6px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.product-story__content h2 { margin-bottom: 26px; }
.product-story__content > p:not(.eyebrow) { margin-bottom: 28px; font-size: 19px; }
.check-list { display: grid; gap: 13px; margin: 0 0 34px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: ""; position: absolute; top: .45em; left: 0; width: 16px; height: 9px; border-bottom: 2px solid var(--coral-dark); border-left: 2px solid var(--coral-dark); transform: rotate(-45deg); }
.routine h2 { color: var(--white); }
.routine__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; padding: 0; background: rgba(255,255,255,.16); list-style: none; }
.routine__steps li { display: grid; grid-template-columns: 45px 1fr; gap: 18px; min-height: 220px; padding: 36px 30px; background: var(--ink); }
.routine__steps li > span { display: grid; place-items: center; align-self: start; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #a8ddd4; font-size: 13px; font-weight: 800; }
.routine__steps h3 { margin: 5px 0 12px; color: var(--white); }
.routine__steps p { color: rgba(255,255,255,.7); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.post-card__image { display: block; overflow: hidden; aspect-ratio: 16/10; background: var(--mist); }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.post-card:hover .post-card__image img { transform: scale(1.035); }
.post-card__body { padding: 26px; }
.post-card__meta { margin-bottom: 12px; color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.post-card h2, .post-card h3 { margin-bottom: 13px; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 500; }
.post-card h2 a, .post-card h3 a { text-decoration: none; }
.post-card p:last-child { margin-bottom: 0; font-size: 15px; }
.closing-cta { padding-block: 80px; background: var(--coral); color: var(--white); }
.closing-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.closing-cta h2 { max-width: 760px; margin-bottom: 0; color: var(--white); font-size: clamp(2.2rem, 4vw, 4rem); }
.site-footer { padding-top: 80px; background: var(--ink-deep); color: rgba(255,255,255,.7); }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; padding-bottom: 65px; }
.brand--light { margin-bottom: 22px; color: var(--white); }
.site-footer__intro p { max-width: 310px; }
.site-footer h2 { margin-bottom: 20px; color: var(--white); font-family: inherit; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 10px; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover, .site-footer a:focus { color: var(--white); }
.site-footer__legal { display: flex; justify-content: space-between; gap: 30px; padding-block: 24px; border-top: 1px solid rgba(255,255,255,.13); font-size: 12px; }
.site-footer__legal p { margin: 0; }
.site-footer__legal div { display: flex; gap: 24px; }
.content-shell { min-height: 60vh; padding-block: 90px 120px; }
.content-shell--narrow { max-width: 840px; }
.page-header { margin-bottom: 50px; }
.page-header h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
.entry-hero { margin-bottom: 50px; }
.entry-hero img { width: 100%; border-radius: var(--radius); }
.entry-content > * { max-width: 760px; margin-inline: auto; }
.entry-content > .alignwide { max-width: 1100px; }
.entry-content > .alignfull { max-width: none; }
.entry-content h2 { margin-top: 1.5em; font-size: clamp(2rem, 4vw, 3.2rem); }
.entry-content h3 { margin-top: 1.5em; }
.entry-content a { color: var(--ocean); text-underline-offset: 3px; }
.entry-content img { border-radius: 12px; }

/* Default article system. Article facts and section labels are sourced from WordPress. */
.article-page { overflow: clip; background: var(--white); }
.article-hero { position: relative; overflow: hidden; padding: 54px 0 132px; background: var(--ink-deep); color: rgba(255,255,255,.78); }
.article-hero__contours { position: absolute; top: -420px; right: -230px; width: 900px; height: 900px; border: 1px solid rgba(168,221,212,.1); border-radius: 50%; pointer-events: none; }
.article-hero__contours::before, .article-hero__contours::after { content: ""; position: absolute; border: 1px solid rgba(168,221,212,.09); border-radius: 50%; }
.article-hero__contours::before { inset: 14%; }
.article-hero__contours::after { inset: 29%; }
.article-hero__inner { position: relative; z-index: 1; }
.article-breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 76px; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-breadcrumb a { text-decoration: none; }
.article-breadcrumb a:hover, .article-breadcrumb a:focus { color: var(--white); }
.article-breadcrumb span[aria-current="page"] { overflow: hidden; max-width: 42ch; text-overflow: ellipsis; white-space: nowrap; }
.article-hero .eyebrow { margin-bottom: 20px; }
.article-hero h1 { max-width: 1080px; margin-bottom: 34px; color: var(--white); font-size: clamp(3.4rem, 7.2vw, 6.8rem); text-wrap: balance; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 28px; color: rgba(255,255,255,.7); font-size: 13px; }
.article-meta span { position: relative; }
.article-meta span + span::before { content: ""; position: absolute; top: .72em; left: -16px; width: 4px; height: 4px; border-radius: 50%; background: var(--coral); }
.article-meta strong { color: var(--white); font-weight: 700; }
.article-feature { position: relative; z-index: 2; margin-top: -78px; }
.article-feature img { width: 100%; aspect-ratio: 16/9; border: 8px solid var(--white); border-radius: 28px; background: var(--mist-deep); object-fit: cover; box-shadow: var(--shadow); }
.article-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: center; align-items: start; gap: clamp(48px, 7vw, 92px); padding-block: 100px 125px; }
.article-layout--without-toc { grid-template-columns: minmax(0, 760px); }
.article-reading-column { min-width: 0; }
.article-toc--desktop { position: sticky; top: 28px; max-height: calc(100vh - 56px); overflow-y: auto; padding: 24px 0; border-top: 3px solid var(--ink); border-bottom: 1px solid var(--line); }
.article-toc__label { margin-bottom: 18px; color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.article-toc ol { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; counter-reset: article-sections; }
.article-toc li { counter-increment: article-sections; }
.article-toc li a { display: grid; grid-template-columns: 24px minmax(0,1fr); gap: 8px; color: #557078; font-size: 13px; line-height: 1.35; text-decoration: none; }
.article-toc li a::before { content: counter(article-sections, decimal-leading-zero); color: var(--coral-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.article-toc li a:hover, .article-toc li a:focus { color: var(--ink); }
.article-toc--mobile { display: none; }
.article-note { margin-bottom: 52px; padding: 22px 24px; border-left: 4px solid var(--coral); background: var(--sand); }
.article-note strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.article-note p { margin: 0; color: #536d75; font-size: 14px; }
.article-content > * { max-width: none; margin-inline: 0; }
.article-content > :first-child { margin-top: 0; }
.article-content p { margin-bottom: 1.45em; }
.article-content h2, .article-content h3, .article-content h4 { scroll-margin-top: 26px; text-wrap: balance; }
.article-content h2 { margin: 2.15em 0 .65em; padding-top: .2em; font-size: clamp(2.15rem, 4.4vw, 3.5rem); }
.article-content h3 { margin: 1.8em 0 .65em; font-size: clamp(1.45rem, 2.5vw, 1.9rem); }
.article-content h4 { margin: 1.7em 0 .55em; color: var(--ink); font-size: 1.1rem; letter-spacing: -.015em; line-height: 1.3; }
.article-content ul, .article-content ol { margin: 0 0 1.7em; padding-left: 1.35em; }
.article-content li { margin-bottom: .55em; padding-left: .25em; }
.article-content li::marker { color: var(--coral-dark); font-weight: 800; }
.article-content a { color: var(--ocean); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.article-content a:hover, .article-content a:focus { color: var(--coral-dark); }
.article-content img { margin-block: 2.1em; border-radius: 16px; }
.article-content blockquote { margin: 2.2em 0; padding: 24px 28px; border-left: 4px solid var(--coral); background: var(--mist); color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; line-height: 1.45; }
.article-content blockquote > :last-child { margin-bottom: 0; }
.article-content table { display: block; width: 100%; max-width: 100%; margin: 2.2em 0; overflow-x: auto; border-collapse: collapse; border-spacing: 0; font-size: 14px; -webkit-overflow-scrolling: touch; }
.article-content th, .article-content td { min-width: 145px; padding: 13px 15px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-content th { background: var(--ink); color: var(--white); font-size: 12px; letter-spacing: .04em; }
.article-content tr:nth-child(even) td { background: var(--sand); }
.article-content iframe, .article-content video { display: block; width: 100%; max-width: 100%; margin-block: 2.2em; border: 0; border-radius: 14px; }
.article-content iframe { aspect-ratio: 16/9; height: auto; }
.article-content hr { margin: 3em 0; border: 0; border-top: 1px solid var(--line); }
.article-footer { padding-block: 90px; background: var(--mist); }
.article-footer__heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
.article-footer__heading h2 { margin: 0; font-size: clamp(2.3rem, 4vw, 4rem); }
.article-adjacent { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-adjacent a { min-height: 168px; padding: 28px 30px; text-decoration: none; }
.article-adjacent a + a { border-left: 1px solid var(--line); }
.article-adjacent span { display: block; margin-bottom: 13px; color: var(--coral-dark); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-adjacent strong { display: block; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 500; line-height: 1.18; }
.article-adjacent a:hover, .article-adjacent a:focus { background: rgba(255,255,255,.72); }
.empty-state { display: grid; place-items: start; align-content: center; min-height: 70vh; padding-block: 100px; }
.empty-state h1 { max-width: 760px; margin-bottom: 20px; }
.shop-shell .woocommerce-breadcrumb { color: #6f858b; font-size: 13px; }
.shop-shell ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.shop-shell ul.products::before, .shop-shell ul.products::after { display: none; }
.shop-shell ul.products li.product { width: auto; margin: 0; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 999px; background: var(--ink); color: var(--white); }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--ocean); color: var(--white); }

/* Ice Bath Guides: the first expression of the ZenWave editorial system. */
.guide-hub { overflow: clip; background: var(--white); }
.guide-hub [id] { scroll-margin-top: 24px; }
.guide-masthead { position: relative; min-height: 780px; overflow: hidden; background: var(--ink-deep); color: var(--white); }
.guide-masthead__contours { position: absolute; inset: -30% auto auto -10%; width: 740px; aspect-ratio: 1; border: 1px solid rgba(168,221,212,.12); border-radius: 50%; pointer-events: none; }
.guide-masthead__contours::before, .guide-masthead__contours::after { content: ""; position: absolute; border: 1px solid rgba(168,221,212,.1); border-radius: 50%; }
.guide-masthead__contours::before { inset: 13%; }
.guide-masthead__contours::after { inset: 27%; }
.guide-masthead__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr); align-items: stretch; min-height: 780px; }
.guide-masthead__copy { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: 76px 70px 84px 0; }
.guide-breadcrumb { display: flex; gap: 10px; margin-bottom: auto; color: rgba(255,255,255,.6); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.guide-breadcrumb a { text-decoration: none; }
.guide-breadcrumb a:hover, .guide-breadcrumb a:focus { color: var(--white); }
.guide-breadcrumb--ink { margin-bottom: 55px; color: #667e84; }
.guide-breadcrumb--ink a:hover, .guide-breadcrumb--ink a:focus { color: var(--ink); }
.guide-masthead__edition { margin: 72px 0 24px; color: #a8ddd4; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.guide-masthead h1 { margin-bottom: 30px; color: var(--white); font-size: clamp(4.4rem, 8vw, 8rem); line-height: .78; letter-spacing: -.065em; }
.guide-masthead h1 em { position: relative; left: clamp(42px, 6vw, 96px); color: #a8ddd4; font-weight: 400; }
.guide-masthead__lead { max-width: 590px; margin-bottom: 34px; color: rgba(255,255,255,.75); font-size: clamp(1rem, 1.4vw, 1.22rem); }
.guide-masthead__actions { display: flex; align-items: center; gap: 27px; }
.guide-text-link { color: var(--white); font-size: 13px; font-weight: 750; text-decoration: none; }
.guide-text-link span { display: inline-block; margin-left: 8px; color: #a8ddd4; transition: transform .2s; }
.guide-text-link:hover span, .guide-text-link:focus span { transform: translateY(4px); }
.guide-masthead__visual { position: relative; min-height: 780px; border-left: 1px solid rgba(255,255,255,.14); }
.guide-masthead__image { position: absolute; inset: 0 calc((100vw - min(1200px, calc(100vw - 40px))) / -2) 0 0; overflow: hidden; }
.guide-masthead__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,36,46,.3), rgba(5,36,46,0) 36%), linear-gradient(0deg, rgba(5,36,46,.62), transparent 38%); }
.guide-masthead__image img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.72) contrast(1.04); }
.guide-masthead__waterline { position: absolute; z-index: 2; top: 39%; left: 0; width: 100%; height: 7px; border-top: 1px solid rgba(255,255,255,.55); border-bottom: 1px solid rgba(255,255,255,.35); transform: rotate(-3.5deg) scaleX(1.1); }
.guide-masthead__waterline::after { content: "BEGINNER GUIDES / START HERE"; position: absolute; top: -27px; left: 48px; color: var(--white); font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.guide-masthead__index { position: absolute; z-index: 3; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(2, minmax(155px, 1fr)); width: min(100%, 390px); background: var(--coral); color: var(--white); }
.guide-masthead__index > div { padding: 25px 27px; }
.guide-masthead__index > div + div { border-left: 1px solid rgba(255,255,255,.35); }
.guide-masthead__index strong, .guide-masthead__index span { display: block; }
.guide-masthead__index strong { margin-bottom: 6px; font-family: Georgia, "Times New Roman", serif; font-size: 2.4rem; font-weight: 400; line-height: 1; }
.guide-masthead__index span { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.guide-path-nav { position: relative; z-index: 5; border-bottom: 1px solid var(--line); background: var(--white); }
.guide-path-nav__inner { display: grid; grid-template-columns: 160px 1fr; align-items: stretch; }
.guide-path-nav__label { display: flex; align-items: center; border-right: 1px solid var(--line); color: var(--coral-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.guide-path-nav__links { display: grid; grid-template-columns: repeat(3, 1fr); }
.guide-path-nav__links a { display: flex; align-items: center; gap: 11px; min-height: 60px; padding: 10px 18px; border-right: 1px solid var(--line); color: var(--ink); font-size: 11px; font-weight: 750; line-height: 1.25; text-decoration: none; }
.guide-path-nav__links a:nth-child(3n) { border-right: 0; }
.guide-path-nav__links a:nth-child(n+4) { border-top: 1px solid var(--line); }
.guide-path-nav__links a:hover, .guide-path-nav__links a:focus { background: var(--mist); }
.guide-path-nav__links span { color: var(--coral-dark); font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-weight: 400; }

.guide-start { padding-block: clamp(90px, 11vw, 155px); background: var(--sand); }
.guide-section-heading { margin-bottom: 56px; }
.guide-section-heading--split { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); align-items: end; gap: clamp(50px, 8vw, 110px); }
.guide-section-heading h2 { max-width: 750px; margin: 0; }
.guide-section-heading--split > p { margin-bottom: 8px; font-size: 18px; }
.guide-start__steps { margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.guide-start__steps li { display: grid; grid-template-columns: 90px minmax(0, 1fr) 60px; align-items: center; min-height: 150px; border-bottom: 1px solid rgba(9,47,58,.32); }
.guide-start__number { align-self: stretch; display: grid; place-items: center start; border-right: 1px solid rgba(9,47,58,.32); color: var(--coral-dark); font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.guide-start__steps li > div { padding: 25px 45px; }
.guide-start__steps li > div > p { margin-bottom: 8px; color: #667e84; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.guide-start__steps h3 { max-width: 780px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.7vw, 2.35rem); font-weight: 400; }
.guide-start__steps h3 a { text-decoration: none; }
.guide-start__steps h3 a:hover, .guide-start__steps h3 a:focus { color: var(--coral-dark); }
.guide-start__arrow { color: var(--coral-dark); font-size: 24px; text-align: right; text-decoration: none; transition: transform .2s; }
.guide-start__arrow:hover, .guide-start__arrow:focus { transform: translate(4px, -4px); }

.guide-library { padding-block: clamp(95px, 12vw, 170px); background: var(--ink); color: rgba(255,255,255,.72); }
.guide-library__header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .45fr); gap: 70px; align-items: end; margin-bottom: 86px; }
.guide-library__header .eyebrow { grid-column: 1 / -1; margin-bottom: -30px; }
.guide-library__header h2 { max-width: 780px; margin: 0; color: var(--white); }
.guide-library__header > p:last-child { margin-bottom: 7px; font-size: 18px; }
.guide-chapters { border-top: 1px solid rgba(255,255,255,.22); }
.guide-chapter { display: grid; grid-template-columns: minmax(310px, .78fr) minmax(0, 1.22fr); gap: clamp(50px, 8vw, 120px); padding-block: 76px; border-bottom: 1px solid rgba(255,255,255,.22); }
.guide-chapter__intro { position: relative; padding-left: 86px; }
.guide-chapter__number { position: absolute; top: 0; left: 0; color: #a8ddd4; font-family: Georgia, "Times New Roman", serif; font-size: 31px; }
.guide-chapter__intro > p:first-of-type { margin-bottom: 12px; color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.guide-chapter__intro h3 { margin-bottom: 22px; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 4vw, 3.45rem); font-weight: 400; }
.guide-chapter__intro > p:last-child { max-width: 400px; margin: 0; }
.guide-chapter__list { margin: 0; padding: 0; list-style: none; }
.guide-chapter__list li { display: grid; grid-template-columns: 34px minmax(0, 1fr) 24px; align-items: center; gap: 16px; min-height: 64px; border-bottom: 1px solid rgba(255,255,255,.13); }
.guide-chapter__list li:first-child { border-top: 1px solid rgba(255,255,255,.13); }
.guide-chapter__list li > span:first-child { color: rgba(255,255,255,.4); font-size: 10px; font-weight: 750; letter-spacing: .08em; }
.guide-chapter__list li > span:last-child { color: #a8ddd4; transition: transform .2s; }
.guide-chapter__list a { padding-block: 14px; color: var(--white); font-size: 15px; font-weight: 630; line-height: 1.35; text-decoration: none; }
.guide-chapter__list li:has(a:hover), .guide-chapter__list li:has(a:focus) { border-bottom-color: var(--coral); }
.guide-chapter__list li:has(a:hover) > span:last-child, .guide-chapter__list li:has(a:focus) > span:last-child { transform: translate(3px, -3px); }

.guide-tool-bench { padding-block: clamp(90px, 11vw, 145px); background: #b9e2dc; color: var(--ink); }
.guide-tool-bench__grid { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr); align-items: center; gap: clamp(65px, 10vw, 150px); }
.guide-tool-bench__grid > div:last-child { max-width: 670px; }
.guide-tool-bench h2 { margin-bottom: 25px; }
.guide-tool-bench__grid > div:last-child > p:not(.eyebrow) { max-width: 590px; margin-bottom: 31px; font-size: 19px; }
.guide-tool-bench__dial { position: relative; display: grid; place-items: center; width: min(100%, 410px); aspect-ratio: 1; margin-inline: auto; border: 1px solid rgba(9,47,58,.45); border-radius: 50%; }
.guide-tool-bench__dial::before, .guide-tool-bench__dial::after { content: ""; position: absolute; border: 1px solid rgba(9,47,58,.26); border-radius: 50%; }
.guide-tool-bench__dial::before { inset: 14%; }
.guide-tool-bench__dial::after { inset: 31%; background: var(--ink); }
.guide-tool-bench__dial span { position: absolute; z-index: 2; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.guide-tool-bench__dial span:nth-child(1) { top: 9%; }
.guide-tool-bench__dial span:nth-child(2) { right: 5%; bottom: 27%; }
.guide-tool-bench__dial span:nth-child(3) { bottom: 8%; left: 24%; }
.guide-tool-bench__dial strong { position: relative; z-index: 3; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 4.2rem; font-weight: 400; }

.guide-standard { padding-block: clamp(90px, 11vw, 140px); background: var(--white); }
.guide-standard__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(370px, .75fr); gap: clamp(65px, 10vw, 145px); }
.guide-standard h2 { max-width: 690px; margin-bottom: 0; }
.guide-standard__notes { padding-top: 5px; }
.guide-standard__notes p { padding-left: 25px; border-left: 2px solid var(--coral); font-size: 17px; }
.guide-standard__notes p + p { margin-top: 34px; }

.guide-product-bridge { padding-block: 52px; background: var(--coral); color: var(--white); }
.guide-product-bridge__inner { display: grid; grid-template-columns: 140px minmax(0, 1fr) auto; align-items: center; gap: clamp(35px, 6vw, 80px); }
.guide-product-bridge__index { align-self: stretch; display: flex; align-items: center; margin: 0; border-right: 1px solid rgba(255,255,255,.42); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.guide-product-bridge h2 { margin-bottom: 10px; color: var(--white); font-size: clamp(2.1rem, 4vw, 3.7rem); }
.guide-product-bridge__inner > div > p:last-child { max-width: 670px; margin: 0; color: rgba(255,255,255,.83); }

.guide-latest { padding-block: clamp(90px, 11vw, 150px); background: var(--sand); }
.guide-latest__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.guide-entry { grid-column: span 4; overflow: hidden; border-top: 3px solid var(--ink); background: var(--white); }
.guide-entry:nth-child(5n+1), .guide-entry:nth-child(5n+2) { grid-column: span 6; }
.guide-entry__image { position: relative; display: block; overflow: hidden; aspect-ratio: 16/9; background: var(--mist-deep); }
.guide-entry__image::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: var(--coral); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.guide-entry:hover .guide-entry__image::after { transform: scaleX(1); }
.guide-entry__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); transition: transform .4s, filter .4s; }
.guide-entry:hover .guide-entry__image img { filter: saturate(1); transform: scale(1.025); }
.guide-entry__body { padding: 27px 28px 30px; }
.guide-entry__body > p { margin-bottom: 12px; color: var(--coral-dark); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.guide-entry h3 { margin-bottom: 25px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2vw, 1.85rem); font-weight: 400; }
.guide-entry h3 a { text-decoration: none; }
.guide-entry h3 a:hover, .guide-entry h3 a:focus { color: var(--coral-dark); }
.guide-entry__read { color: var(--ink); font-size: 12px; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; }
.guide-entry__read span { margin-left: 8px; color: var(--coral-dark); }

/* Simple About page. */
.about-page { overflow: clip; background: var(--white); }
.about-intro { padding: 52px 0 90px; background: var(--ink-deep); color: rgba(255,255,255,.78); }
.about-breadcrumb { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.about-breadcrumb a { text-decoration: none; }
.about-breadcrumb a:hover, .about-breadcrumb a:focus { color: var(--white); }
.about-intro .about-breadcrumb { margin-bottom: 52px; }
.about-intro__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 480px); align-items: center; gap: clamp(55px, 8vw, 105px); }
.about-intro__copy h1 { max-width: 680px; margin-bottom: 28px; color: var(--white); font-size: clamp(3.5rem, 6.4vw, 6rem); }
.about-intro__copy > p { max-width: 680px; margin-bottom: 20px; color: rgba(255,255,255,.78); font-size: 18px; }
.about-intro__copy .button-row { margin-top: 34px; }
.about-intro__image { margin: 0; }
.about-intro__image img { width: 100%; aspect-ratio: 1; border-radius: 18px; object-fit: cover; box-shadow: var(--shadow); }
.about-details { border-bottom: 1px solid var(--line); background: var(--white); }
.about-details dl { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; }
.about-details dl > div { padding: 28px 24px; text-align: center; }
.about-details dl > div + div { border-left: 1px solid var(--line); }
.about-details dt { margin-bottom: 3px; color: #6a7e84; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about-details dd { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 19px; }

/* Single product: quiet technical catalogue. */
.product-page { overflow: clip; background: var(--white); }
.product-purchase { padding: 44px 0 clamp(80px, 9vw, 120px); background: var(--sand); }
.product-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 42px; color: #697c82; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.product-breadcrumb a { text-decoration: none; }
.product-breadcrumb a:hover, .product-breadcrumb a:focus { color: var(--coral-dark); }
.product-breadcrumb span[aria-current="page"] { color: var(--ink); }
.product-purchase__grid { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr); align-items: start; gap: clamp(42px, 6vw, 82px); }
.product-gallery { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(0, .78fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 12px; min-height: 640px; }
.product-gallery__item { overflow: hidden; min-width: 0; margin: 0; background: #e7e1d9; }
.product-gallery__item--1 { grid-row: 1 / 3; }
.product-gallery__item:nth-child(n+4) { display: none; }
.product-gallery__item img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery__item--2 img { object-fit: contain; background: var(--white); }
.product-summary { position: sticky; top: 30px; padding-top: 8px; }
.product-kicker { margin-bottom: 18px; color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.product-summary h1 { margin-bottom: 19px; font-size: clamp(3.2rem, 5.3vw, 5rem); }
.product-rating { min-height: 26px; margin-bottom: 22px; }
.product-rating .clvr-star-anchor { color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.product-rating .clvr-stars { color: var(--coral-dark); }
.product-price { margin-bottom: 25px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; line-height: 1.2; }
.product-price del { margin-right: 9px; color: #7d8c90; font-size: 1.15rem; }
.product-price ins { color: var(--ink); text-decoration: none; }
.product-summary__description { margin-bottom: 28px; color: #465f67; font-size: 17px; }
.product-spec-preview { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 28px; border-block: 1px solid var(--line); }
.product-spec-preview > div { padding: 18px 0; }
.product-spec-preview > div + div { padding-left: 22px; border-left: 1px solid var(--line); }
.product-spec-preview span { display: block; margin-bottom: 4px; color: #718187; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-spec-preview strong { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 500; }
.product-buy-box { margin-bottom: 24px; }
.product-buy-box .cart { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 10px; margin: 0; }
.product-buy-box .quantity .qty { width: 100%; min-height: 56px; padding: 10px; border: 1px solid rgba(9,47,58,.25); border-radius: 0; background: var(--white); color: var(--ink); text-align: center; }
.product-buy-box .single_add_to_cart_button { min-height: 56px; border: 1px solid var(--coral) !important; border-radius: 0 !important; background: var(--coral) !important; color: var(--white) !important; font-size: 13px !important; font-weight: 800 !important; letter-spacing: .07em; text-transform: uppercase; }
.product-buy-box .single_add_to_cart_button:hover, .product-buy-box .single_add_to_cart_button:focus { border-color: var(--coral-dark) !important; background: var(--coral-dark) !important; }
.product-buy-box .stock { margin: 0; padding: 16px 18px; border-left: 4px solid var(--coral-dark); background: rgba(188,87,78,.09); color: var(--ink); font-size: 14px; font-weight: 750; }
.product-order-facts { margin: 0; border-top: 1px solid var(--line); }
.product-order-facts > div { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.product-order-facts dt { color: #718187; font-weight: 750; }
.product-order-facts dd { margin: 0; color: var(--ink); }
.product-section-heading { margin-bottom: 52px; }
.product-section-index { margin-bottom: 20px; color: var(--coral-dark); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-section-heading h2 { max-width: 780px; margin: 0; font-size: clamp(2.5rem, 4.4vw, 4.2rem); }
.product-specifications { padding: clamp(80px, 9vw, 120px) 0; border-bottom: 1px solid var(--line); }
.product-specifications__grid { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; border-top: 3px solid var(--ink); }
.product-specifications__grid > div { min-width: 0; padding: 25px 22px 5px 0; }
.product-specifications__grid > div + div { padding-left: 22px; border-left: 1px solid var(--line); }
.product-specifications dt { margin-bottom: 24px; color: #718187; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-specifications dd { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.1vw, 1.9rem); line-height: 1.2; }
.product-construction { padding: clamp(85px, 10vw, 135px) 0; background: var(--ink-deep); color: rgba(255,255,255,.7); }
.product-construction__grid { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); gap: clamp(60px, 10vw, 140px); }
.product-construction .product-section-index { color: #a8ddd4; }
.product-construction h2 { color: var(--white); }
.product-construction__copy > p { max-width: 530px; margin: 0; font-size: 17px; }
.product-layer-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.3); list-style: none; }
.product-layer-list li { display: grid; grid-template-columns: 58px minmax(0, 1fr); align-items: center; min-height: 76px; border-bottom: 1px solid rgba(255,255,255,.18); }
.product-layer-list span { color: #a8ddd4; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.product-layer-list strong { color: var(--white); font-size: 17px; font-weight: 600; }
.product-included { padding: clamp(85px, 10vw, 135px) 0; background: var(--sand); }
.product-included__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr); align-items: center; gap: clamp(55px, 8vw, 110px); }
.product-included__image { margin: 0; border: 1px solid var(--line); background: var(--white); }
.product-included__image img { width: 100%; }
.product-included__copy ul { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; border-top: 3px solid var(--ink); list-style: none; }
.product-included__copy li { position: relative; padding: 14px 12px 14px 24px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; }
.product-included__copy li::before { content: ""; position: absolute; top: 1.55em; left: 2px; width: 9px; height: 1px; background: var(--coral-dark); }
.product-included__copy li:nth-child(odd) { padding-right: 18px; }
.product-included__copy li:nth-child(even) { padding-left: 36px; border-left: 1px solid var(--line); }
.product-included__copy li:nth-child(even)::before { left: 15px; }
.product-reviews { padding: clamp(85px, 10vw, 135px) 0; background: var(--white); }
.product-reviews__index { margin-bottom: 20px; }
.product-reviews .clvr-header { margin-bottom: 32px; padding-bottom: 32px; border-bottom: 3px solid var(--ink); }
.product-reviews .clvr-section-title { max-width: 780px; margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 4.4vw, 4.2rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.product-reviews #clover-reviews { color: var(--text); }
.product-reviews .clvr-review-section, .product-reviews .clvr-review-card, .product-reviews .clvr-summary-card { border-radius: 0; }
.product-policies { padding: clamp(80px, 9vw, 120px) 0 70px; border-top: 1px solid var(--line); background: var(--mist); }
.product-policies__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 3px solid var(--ink); }
.product-policies article { padding: 30px 28px 10px 0; }
.product-policies article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.product-policies h3 { margin-bottom: 16px; font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 500; }
.product-policies article p { min-height: 135px; margin-bottom: 20px; font-size: 14px; }
.product-policies article a, .product-guides-link a { color: var(--ink); font-size: 12px; font-weight: 800; text-underline-offset: 5px; }
.product-guides-link { margin: 55px 0 0; padding-top: 22px; border-top: 1px solid var(--line); font-size: 14px; }

@media (max-width: 900px) {
	:root { --shell: min(calc(100% - 32px), 760px); }
	.nav-toggle { display: block; }
	.site-nav { position: fixed; inset: 117px 0 0; display: none; align-items: stretch; flex-direction: column; gap: 30px; padding: 45px 24px; background: var(--white); }
	.site-nav.is-open { display: flex; }
	.site-nav__list { align-items: stretch; flex-direction: column; gap: 0; }
	.site-nav__list li { border-bottom: 1px solid var(--line); }
	.site-nav__list a { display: block; padding: 17px 4px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 500; }
	.hero { min-height: 0; }
	.hero__stage { display: flex; flex-direction: column; min-height: 0; }
	.hero__stage::before { background: linear-gradient(180deg, transparent 0%, transparent 37%, rgba(3,23,30,.22) 49%, #03171e 58%); }
	.hero__stage::after { display: none; }
	.hero__photo-panel { position: relative; inset: auto; flex: 0 0 clamp(450px, 68vw, 580px); width: 100%; min-height: 0; background: #c9d8da; -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 78%, rgba(0,0,0,.72) 86%, transparent 100%); mask-image: linear-gradient(180deg, #000 0%, #000 78%, rgba(0,0,0,.72) 86%, transparent 100%); }
	.hero__photo-panel img { width: 100%; height: 100%; object-fit: cover; object-position: 76% center; -webkit-mask-image: none; mask-image: none; }
	.hero__panel { width: 100%; min-height: 0; margin-top: -72px; }
	.hero__panel::before { background: linear-gradient(180deg, transparent 0%, rgba(3,23,30,.9) 68px, #03171e 126px, #03171e 100%); }
	.hero__panel::after { top: 84px; right: max(32px, calc((100vw - 728px) / 2)); bottom: 52px; left: max(32px, calc((100vw - 728px) / 2)); width: auto; border-color: rgba(168,221,212,.2); }
	.hero__content { justify-content: center; width: min(100%, 760px); margin-inline: auto; padding: 142px max(32px, calc((100vw - 728px) / 2)) 94px; }
	.benefit-grid, .post-grid, .routine__steps { grid-template-columns: 1fr; }
	.product-story__grid { grid-template-columns: 1fr; }
	.product-story__image-wrap { max-width: 620px; }
	.product-story__badge { right: 18px; }
	.section-heading--split, .closing-cta__inner { align-items: flex-start; flex-direction: column; }
	.site-footer__grid { grid-template-columns: repeat(2, 1fr); }
	.shop-shell ul.products { grid-template-columns: repeat(2, 1fr); }
	.guide-masthead, .guide-masthead__grid, .guide-masthead__visual { min-height: auto; }
	.guide-masthead__grid { grid-template-columns: 1fr; width: 100%; }
	.guide-masthead__copy { min-height: 680px; padding: 55px max(28px, calc((100vw - 728px) / 2)) 80px; }
	.guide-masthead__visual { height: 560px; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
	.guide-masthead__image { inset: 0; }
	.guide-masthead__index { right: max(0px, calc((100vw - 760px) / 2)); }
	.guide-path-nav__inner { grid-template-columns: 1fr; width: 100%; }
	.guide-path-nav__label { min-height: 46px; padding-inline: 24px; border-right: 0; border-bottom: 1px solid var(--line); }
	.guide-section-heading--split, .guide-library__header, .guide-chapter, .guide-standard__grid { grid-template-columns: 1fr; gap: 35px; }
	.guide-library__header .eyebrow { margin-bottom: -8px; }
	.guide-chapter { gap: 44px; }
	.guide-tool-bench__grid { grid-template-columns: minmax(280px, .7fr) minmax(0, 1fr); gap: 55px; }
	.guide-product-bridge__inner { grid-template-columns: 95px minmax(0, 1fr); }
	.guide-product-bridge .button { grid-column: 2; justify-self: start; }
	.guide-entry, .guide-entry:nth-child(5n+1), .guide-entry:nth-child(5n+2) { grid-column: span 6; }
	.article-hero { padding-bottom: 108px; }
	.article-breadcrumb { margin-bottom: 58px; }
	.article-layout { grid-template-columns: minmax(0, 760px); padding-block: 75px 95px; }
	.article-toc--desktop { display: none; }
	.article-toc--mobile { display: block; margin-bottom: 40px; border-top: 3px solid var(--ink); border-bottom: 1px solid var(--line); }
	.article-toc--mobile summary { padding: 18px 0; color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
	.article-toc--mobile ol { padding: 0 0 22px; }
	.about-intro__grid { grid-template-columns: 1fr; }
	.about-intro__copy { max-width: 760px; }
	.about-intro__image { width: min(560px, 80vw); }
	.about-details dl { grid-template-columns: repeat(2, 1fr); }
	.about-details dl > div:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
	.about-details dl > div:nth-child(4) { border-top: 1px solid var(--line); }
	.product-purchase__grid { grid-template-columns: 1fr; }
	.product-gallery { min-height: min(720px, 92vw); }
	.product-summary { position: static; max-width: 680px; }
	.product-specifications__grid { grid-template-columns: repeat(2, 1fr); }
	.product-specifications__grid > div { border-bottom: 1px solid var(--line); }
	.product-specifications__grid > div:nth-child(odd) { padding-left: 0; border-left: 0; }
	.product-construction__grid, .product-included__grid { grid-template-columns: 1fr; }
	.product-included__image { max-width: 680px; }
	.product-policies article p { min-height: 180px; }
}

@media (max-width: 600px) {
	body { font-size: 16px; }
	.announcement { font-size: 10px; }
	.site-header { height: 72px; }
	.site-nav { inset: 107px 0 0; }
	.hero__photo-panel { flex-basis: clamp(340px, 90vw, 430px); }
	.hero__photo-panel img { object-position: 77% center; }
	.hero__panel { margin-top: -48px; }
	.hero__panel::before { inset: 0; height: auto; background: linear-gradient(180deg, transparent 0%, rgba(3,23,30,.94) 44px, #03171e 92px, #03171e 100%); }
	.hero__panel::after { display: none; }
	.hero__content { padding: 92px 22px 64px; }
	.hero .eyebrow { gap: 10px; margin-bottom: 22px; font-size: 9.5px; letter-spacing: .115em; white-space: nowrap; }
	.hero .eyebrow::before { width: 20px; }
	.hero h1 { margin-bottom: 25px; font-size: clamp(2.65rem, 13vw, 3.35rem); line-height: .94; }
	.hero h1 span { white-space: nowrap; }
	.hero h1 span + span { margin-top: .08em; color: #c5e7e1; }
	.hero__lead { margin-bottom: 30px; font-size: 15.5px; line-height: 1.58; }
	.hero .button-row { align-items: center; flex-direction: row; flex-wrap: wrap; gap: 12px; }
	.hero .button-row .button { padding-inline: 20px; }
	.hero .button-row .text-link { font-size: 12px; }
	.button-row { align-items: flex-start; flex-direction: column; }
	.trust-strip__inner { grid-template-columns: 1fr; }
	.trust-strip span + span { border-top: 1px solid var(--line); border-left: 0; }
	.benefit-card__number { margin-bottom: 35px; }
	.product-story__badge { width: 105px; height: 105px; }
	.site-footer__grid { grid-template-columns: 1fr; gap: 35px; }
	.site-footer__legal { flex-direction: column; }
	.shop-shell ul.products { grid-template-columns: 1fr; }
	.guide-masthead__copy { min-height: 590px; padding: 36px 20px 62px; }
	.guide-breadcrumb { margin-bottom: 55px; }
	.guide-masthead__edition { margin: 0 0 20px; }
	.guide-masthead h1 { font-size: clamp(4rem, 22vw, 6rem); }
	.guide-masthead h1 em { left: 30px; }
	.guide-masthead__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
	.guide-masthead__visual { height: 420px; }
	.guide-masthead__index { grid-template-columns: repeat(2, 1fr); width: calc(100% - 24px); }
	.guide-masthead__index > div { padding: 19px 20px; }
	.guide-path-nav__links { grid-template-columns: 1fr 1fr; }
	.guide-path-nav__links a, .guide-path-nav__links a:nth-child(3n) { border-right: 1px solid var(--line); }
	.guide-path-nav__links a:nth-child(2n) { border-right: 0; }
	.guide-path-nav__links a:nth-child(n+3) { border-top: 1px solid var(--line); }
	.guide-section-heading--split { gap: 25px; }
	.guide-section-heading--split > p { font-size: 16px; }
	.guide-start__steps li { grid-template-columns: 55px minmax(0, 1fr) 36px; min-height: 125px; }
	.guide-start__steps li > div { padding: 20px 17px; }
	.guide-start__arrow { font-size: 19px; }
	.guide-library__header { margin-bottom: 55px; }
	.guide-chapter { padding-block: 58px; }
	.guide-chapter__intro { padding-left: 57px; }
	.guide-chapter__number { font-size: 25px; }
	.guide-chapter__list li { grid-template-columns: 28px minmax(0, 1fr) 18px; gap: 8px; }
	.guide-chapter__list a { font-size: 14px; }
	.guide-tool-bench__grid { grid-template-columns: 1fr; gap: 55px; }
	.guide-tool-bench__dial { width: min(86vw, 350px); }
	.guide-standard__grid { grid-template-columns: 1fr; gap: 42px; }
	.guide-product-bridge__inner { grid-template-columns: 1fr; gap: 25px; }
	.guide-product-bridge__index { min-height: 35px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.42); }
	.guide-product-bridge .button { grid-column: auto; }
	.guide-entry, .guide-entry:nth-child(5n+1), .guide-entry:nth-child(5n+2) { grid-column: 1 / -1; }
	.article-hero { padding: 34px 0 88px; }
	.article-breadcrumb { align-items: flex-start; margin-bottom: 48px; }
	.article-breadcrumb span[aria-current="page"], .article-breadcrumb span:nth-last-child(2) { display: none; }
	.article-hero h1 { margin-bottom: 27px; font-size: clamp(2.75rem, 14vw, 4.25rem); }
	.article-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 20px; }
	.article-meta span + span::before { display: none; }
	.article-feature { width: 100%; margin-top: -44px; }
	.article-feature img { border-width: 5px; border-radius: 0; }
	.article-layout { width: min(calc(100% - 32px), 760px); padding-block: 58px 80px; }
	.article-note { margin-bottom: 42px; }
	.article-content h2 { font-size: clamp(2rem, 10.5vw, 3rem); }
	.article-content h3 { font-size: 1.5rem; }
	.article-content table { width: calc(100vw - 32px); }
	.article-footer { padding-block: 68px; }
	.article-footer__heading { align-items: flex-start; flex-direction: column; }
	.article-adjacent { grid-template-columns: 1fr; }
	.article-adjacent a + a { border-top: 1px solid var(--line); border-left: 0; }
	.about-intro { padding: 34px 0 62px; }
	.about-intro .about-breadcrumb { margin-bottom: 42px; }
	.about-intro__copy h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
	.about-intro__copy > p { font-size: 16px; }
	.about-intro__copy .button-row { align-items: flex-start; flex-direction: column; }
	.about-intro__image { width: 100%; }
	.about-details dl { grid-template-columns: 1fr; }
	.about-details dl > div { display: flex; align-items: baseline; justify-content: space-between; padding: 18px 8px; text-align: left; }
	.about-details dl > div + div, .about-details dl > div:nth-child(3), .about-details dl > div:nth-child(4) { border-top: 1px solid var(--line); border-left: 0; }
	.product-purchase { padding-top: 30px; }
	.product-breadcrumb { margin-bottom: 30px; }
	.product-purchase__grid { gap: 38px; }
	.product-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; min-height: 0; }
	.product-gallery__item--1 { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 1; }
	.product-gallery__item:not(.product-gallery__item--1) { aspect-ratio: 1; }
	.product-summary h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
	.product-spec-preview { grid-template-columns: 1fr; }
	.product-spec-preview > div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
	.product-buy-box .cart { grid-template-columns: 72px minmax(0, 1fr); }
	.product-section-heading { margin-bottom: 38px; }
	.product-specifications__grid { grid-template-columns: 1fr; }
	.product-specifications__grid > div, .product-specifications__grid > div + div { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding: 18px 0; border-left: 0; }
	.product-specifications dt { margin: 0; }
	.product-specifications dd { text-align: right; }
	.product-construction__grid, .product-included__grid { gap: 42px; }
	.product-layer-list li { grid-template-columns: 45px minmax(0, 1fr); min-height: 68px; }
	.product-included__copy ul { grid-template-columns: 1fr; }
	.product-included__copy li:nth-child(even) { padding-left: 24px; border-left: 0; }
	.product-included__copy li:nth-child(even)::before { left: 2px; }
	.product-policies__grid { grid-template-columns: 1fr; }
	.product-policies article, .product-policies article + article { padding: 25px 0; border-bottom: 1px solid var(--line); border-left: 0; }
	.product-policies article p { min-height: 0; }
	.product-guides-link { margin-top: 35px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/*
 * Ice Pod product page v2.
 * The visual language is based on the pod's circular footprint, measurement
 * marks, material layers, and real customer media. Decorative ideas were
 * reduced to the elements that help a customer evaluate the product.
 */
.product-page { overflow: clip; background: var(--white); }
.product-hero { position: relative; isolation: isolate; overflow: hidden; padding: 34px 0 clamp(72px, 8vw, 110px); background: var(--ink-deep); color: rgba(255,255,255,.76); }
.product-hero__rings { position: absolute; z-index: -1; top: -32vw; left: -18vw; width: 76vw; aspect-ratio: 1; border: 1px solid rgba(168,221,212,.08); border-radius: 50%; box-shadow: 0 0 0 9vw rgba(255,255,255,.015), 0 0 0 18vw rgba(255,255,255,.012); }
.product-hero .product-breadcrumb { margin-bottom: 32px; color: rgba(255,255,255,.48); }
.product-hero .product-breadcrumb a:hover, .product-hero .product-breadcrumb a:focus { color: var(--white); }
.product-hero .product-breadcrumb span[aria-current="page"] { color: rgba(255,255,255,.78); }
.product-hero__grid { display: grid; grid-template-columns: minmax(0, 1.48fr) minmax(340px, .7fr); align-items: start; gap: clamp(34px, 5vw, 72px); }

.proof-carousel { display: grid; grid-template-columns: 114px minmax(0, 1fr); grid-template-rows: minmax(610px, 67vh) auto; min-width: 0; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.04); box-shadow: 0 32px 90px rgba(0,0,0,.22); }
.proof-carousel__rail { display: grid; grid-row: 1; grid-template-rows: repeat(6, 1fr); border-right: 1px solid rgba(255,255,255,.15); }
.proof-carousel__rail button { position: relative; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; min-width: 0; padding: 12px 14px 12px 19px; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); background: transparent; color: rgba(255,255,255,.58); cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-align: left; text-transform: uppercase; transition: color .2s, background .2s, padding .2s; }
.proof-carousel__rail button:last-child { border-bottom: 0; }
.proof-carousel__rail button::before { content: ""; position: absolute; top: 50%; left: 0; width: 8px; height: 1px; background: rgba(255,255,255,.4); transition: width .2s, background .2s; }
.proof-carousel__rail button span { display: block; margin-bottom: 3px; color: rgba(168,221,212,.65); font-size: 9px; letter-spacing: .12em; }
.proof-carousel__rail button[aria-selected="true"] { padding-left: 27px; background: var(--white); color: var(--ink); }
.proof-carousel__rail button[aria-selected="true"]::before { width: 17px; background: var(--coral); }
.proof-carousel__rail button[aria-selected="true"] span { color: var(--coral-dark); }
.proof-carousel__rail button:focus-visible, .proof-carousel__controls button:focus-visible { outline: 3px solid #a8ddd4; outline-offset: -3px; }
.proof-carousel__stage { position: relative; grid-column: 2; grid-row: 1; min-width: 0; overflow: hidden; background: var(--sand); }
.proof-slide { position: absolute; inset: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; margin: 0; background: var(--sand); animation: product-slide-in .32s ease both; }
.proof-slide[hidden] { display: none; }
@keyframes product-slide-in { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: translateX(0); } }
.proof-slide__media { min-height: 0; overflow: hidden; background: #f3eee7; }
.proof-slide__media img { width: 100%; height: 100%; object-fit: cover; }
.proof-slide--product .proof-slide__media img, .proof-slide--included .proof-slide__media img { padding: clamp(24px, 4vw, 58px); background: var(--white); object-fit: contain; }
.proof-slide figcaption { display: grid; grid-template-columns: minmax(180px, .55fr) minmax(0, 1fr); gap: 24px; min-height: 84px; padding: 20px 25px; border-top: 1px solid var(--line); background: var(--white); color: #557077; font-size: 12px; line-height: 1.45; }
.proof-slide figcaption strong { color: var(--ink); font-size: 13px; }
.proof-fit-visual { position: relative; height: 100%; overflow: hidden; background: radial-gradient(circle at 48% 49%, var(--white) 0 31%, #e4efed 31.5% 32%, transparent 32.5%), linear-gradient(145deg, #d9eeea, #f7f3ed); }
.proof-fit-visual::before { content: ""; position: absolute; inset: 7%; border: 1px dashed rgba(9,47,58,.22); border-radius: 50%; }
.proof-fit-visual__image { position: absolute; inset: 10% 18% 12%; }
.proof-fit-visual__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.dimension { position: absolute; z-index: 2; display: grid; padding: 9px 11px; border-left: 3px solid var(--coral); background: rgba(255,255,255,.94); color: #5a7076; font-size: 9px; font-weight: 750; letter-spacing: .07em; line-height: 1.3; text-transform: uppercase; box-shadow: 0 10px 30px rgba(5,36,46,.1); }
.dimension b { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 500; letter-spacing: -.02em; text-transform: none; }
.dimension--height { top: 13%; right: 6%; }
.dimension--diameter { right: 8%; bottom: 13%; }
.dimension--capacity { top: 15%; left: 7%; }
.proof-layer-visual { display: grid; grid-template-columns: minmax(180px, .7fr) minmax(300px, 1.3fr); align-items: center; height: 100%; padding: clamp(24px, 4vw, 55px); gap: clamp(24px, 4vw, 55px); background: #082b35; }
.proof-layer-visual__pod img { width: 100%; mix-blend-mode: screen; filter: grayscale(1) contrast(1.2); }
.proof-layer-visual ol { margin: 0; padding: 0; list-style: none; }
.proof-layer-visual li { display: grid; grid-template-columns: 42px minmax(0,1fr); align-items: center; min-height: 63px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.15); color: var(--white); font-size: 12px; font-weight: 650; }
.proof-layer-visual li:first-child { border-top: 1px solid rgba(255,255,255,.15); }
.proof-layer-visual li span { color: #a8ddd4; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.customer-proof-pair { display: grid; grid-template-columns: 1fr 1fr; height: 100%; gap: 4px; background: var(--ink); }
.customer-proof-pair div { overflow: hidden; }
.customer-proof-pair img { width: 100%; height: 100%; object-fit: cover; }
.proof-carousel__controls { display: flex; align-items: center; justify-content: space-between; grid-column: 1 / -1; min-height: 54px; border-top: 1px solid rgba(255,255,255,.15); background: var(--ink-deep); }
.proof-carousel__controls button { align-self: stretch; width: 64px; border: 0; background: transparent; color: var(--white); cursor: pointer; font-size: 20px; }
.proof-carousel__controls button:hover { background: rgba(255,255,255,.08); }
.proof-carousel__controls p { display: flex; gap: 9px; margin: 0; color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.proof-carousel__controls p i { color: rgba(255,255,255,.35); font-style: normal; }

.product-hero .product-summary { position: sticky; top: 22px; padding-top: 10px; color: rgba(255,255,255,.74); }
.product-hero .product-kicker { margin-bottom: 16px; color: #a8ddd4; }
.product-hero .product-summary h1 { max-width: 480px; margin-bottom: 18px; color: var(--white); font-size: clamp(3.4rem, 5.4vw, 5.2rem); }
.product-hero .product-rating { display: block; min-height: 24px; margin-bottom: 15px; color: var(--white); }
.product-hero .product-rating .clvr-star-anchor { color: var(--white); }
.product-hero .product-price { margin-bottom: 18px; color: var(--white); font-size: 2rem; }
.product-hero .product-price del { color: rgba(255,255,255,.42); }
.product-hero .product-price ins { color: var(--white); }
.product-hero .product-summary__description { margin-bottom: 22px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.65; }
.product-decision-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 22px; border-block: 1px solid rgba(255,255,255,.17); }
.product-decision-facts div { min-width: 0; padding: 14px 12px 14px 0; }
.product-decision-facts div + div { padding-left: 12px; border-left: 1px solid rgba(255,255,255,.14); }
.product-decision-facts dt { margin-bottom: 4px; color: rgba(255,255,255,.48); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-decision-facts dd { margin: 0; color: var(--white); font-size: 11px; font-weight: 750; line-height: 1.35; }
.product-hero .product-buy-box { margin-bottom: 17px; }
.product-hero .product-buy-box .single_add_to_cart_button { border-radius: 999px !important; }
.product-hero .product-buy-box .quantity .qty { border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.08); color: var(--white); }
.product-hero .product-buy-box .stock { border-left-color: #a8ddd4; background: rgba(168,221,212,.1); color: var(--white); }
.product-availability-link { display: inline-block; margin-top: 12px; color: var(--white); font-size: 12px; font-weight: 800; text-underline-offset: 5px; }
.product-purchase-links { display: flex; flex-wrap: wrap; gap: 10px 23px; margin: 0; padding: 0; list-style: none; }
.product-purchase-links a { color: rgba(255,255,255,.68); font-size: 11px; font-weight: 750; text-underline-offset: 5px; }
.product-purchase-links a:hover, .product-purchase-links a:focus { color: var(--white); }

.product-proof-strip { border-bottom: 1px solid var(--line); background: var(--sand); }
.product-proof-strip .shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.product-proof-strip__rating { display: flex; align-items: center; padding: 24px 25px 23px 0; }
.product-proof-strip__rating .clvr-star-anchor { display: grid; color: var(--ink); font-weight: 750; line-height: 1.35; text-decoration: none; }
.product-proof-strip__rating .clvr-stars { color: var(--coral-dark); font-size: 14px; letter-spacing: .04em; }
.product-proof-strip__rating .clvr-rating-text { color: #6a7d82; font-size: 10px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.product-proof-strip p { display: grid; margin: 0; padding: 24px 25px 23px 0; }
.product-proof-strip p { padding-left: 25px; border-left: 1px solid var(--line); }
.product-proof-strip strong { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 500; }
.product-proof-strip span { color: #6a7d82; font-size: 10px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.product-eyebrow { margin-bottom: 17px; color: var(--coral-dark); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.product-heading-row { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr); align-items: end; gap: clamp(42px, 8vw, 120px); margin-bottom: 58px; }
.product-heading-row h2 { max-width: 790px; margin: 0; }
.product-heading-row > p { max-width: 520px; margin: 0; color: #577078; font-size: 15px; }

.product-fit { padding: clamp(90px, 10vw, 140px) 0; background: var(--white); }
.product-fit__grid { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); align-items: start; gap: clamp(60px, 10vw, 150px); }
.product-fit__copy { position: sticky; top: 35px; }
.product-fit__copy h2 { max-width: 630px; margin-bottom: 25px; }
.product-fit__copy > p { max-width: 600px; font-size: 16px; }
.product-fact-note { margin-top: 30px; padding: 18px 20px; border-left: 3px solid var(--coral); background: var(--sand); color: #4d646b; font-size: 13px !important; }
.product-spec-wall { margin: 0; border-top: 4px solid var(--ink); }
.product-spec-wall div { display: grid; grid-template-columns: minmax(150px, .8fr) minmax(0, 1.2fr); align-items: baseline; gap: 30px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.product-spec-wall dt { color: #718187; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.product-spec-wall dd { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.5vw, 2.3rem); line-height: 1.15; }

.product-page .product-construction { position: relative; padding: clamp(90px, 10vw, 140px) 0; background: #082b35; }
.product-page .product-construction__grid { grid-template-columns: minmax(300px, .7fr) minmax(420px, 1.3fr); align-items: center; gap: clamp(60px, 9vw, 130px); }
.product-construction__copy { position: relative; z-index: 2; }
.product-page .product-construction .product-eyebrow { color: #a8ddd4; }
.product-page .product-construction h2 { max-width: 610px; margin-bottom: 24px; color: var(--white); }
.product-page .product-construction__copy > p:last-child { max-width: 550px; color: rgba(255,255,255,.68); font-size: 16px; }
.product-layer-stack { position: relative; min-height: 520px; margin: 0; padding: 52px 0 0; list-style: none; perspective: 900px; }
.product-layer-stack::before { content: "WALL ASSEMBLY"; position: absolute; top: 0; right: 0; color: rgba(255,255,255,.35); font-size: 9px; font-weight: 850; letter-spacing: .17em; }
.product-layer-stack li { position: relative; display: grid; grid-template-columns: 50px minmax(0,1fr); align-items: center; width: calc(100% - (var(--layer) - 1) * 5%); min-height: 76px; margin: -5px 0 0 auto; padding: 15px 24px; border: 1px solid rgba(255,255,255,.18); background: color-mix(in srgb, #14566a calc(76% - (var(--layer) * 7%)), #092f3a); color: var(--white); box-shadow: 0 18px 30px rgba(0,0,0,.14); transform: translateX(calc((var(--layer) - 3) * -8px)) rotateX(4deg); }
.product-layer-stack li:nth-child(3) { background: #d9eeea; color: var(--ink); }
.product-layer-stack span { color: #a8ddd4; font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.product-layer-stack li:nth-child(3) span { color: var(--coral-dark); }
.product-layer-stack strong { font-size: 14px; font-weight: 650; }

.product-setup { padding: clamp(90px, 10vw, 140px) 0; background: var(--sand); }
.product-setup__steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 4px solid var(--ink); list-style: none; }
.product-setup__steps li { position: relative; min-height: 275px; padding: 25px 27px 30px 0; }
.product-setup__steps li + li { padding-left: 27px; border-left: 1px solid var(--line); }
.product-setup__steps span { display: block; margin-bottom: 78px; color: var(--coral-dark); font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.product-setup__steps strong { display: block; margin-bottom: 10px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 500; }
.product-setup__steps p { margin: 0; color: #526b72; font-size: 13px; }

.product-page .product-included { padding: clamp(90px, 10vw, 140px) 0; background: var(--mist); }
.product-page .product-included__grid { grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); align-items: start; gap: clamp(55px, 8vw, 115px); }
.product-page .product-included__image { position: sticky; top: 35px; overflow: hidden; margin: 0; border: 0; background: var(--white); box-shadow: var(--shadow); }
.product-page .product-included__image img { width: 100%; }
.product-page .product-included__copy h2 { margin-bottom: 32px; }
.product-page .product-included__copy ul { display: block; border-top: 4px solid var(--ink); }
.product-page .product-included__copy li, .product-page .product-included__copy li:nth-child(even) { display: grid; grid-template-columns: 42px minmax(0,1fr); padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--line); border-left: 0; font-size: 13px; }
.product-page .product-included__copy li::before { display: none; }
.product-page .product-included__copy li span { color: var(--coral-dark); font-size: 9px; font-weight: 850; letter-spacing: .11em; }

.product-page .product-reviews { padding: clamp(90px, 10vw, 140px) 0; background: var(--white); }
.product-heading-row--reviews { border-bottom: 4px solid var(--ink); padding-bottom: 38px; }
.product-page .product-reviews .clvr-header { border-bottom-width: 1px; }
.product-page .product-reviews .clvr-section-title { font-size: clamp(2rem, 3vw, 3rem); }

.product-page .product-policies { padding: clamp(90px, 10vw, 130px) 0 72px; border-top: 0; background: var(--sand); }
.product-page .product-policies__grid { grid-template-columns: repeat(3, 1fr); border-top: 4px solid var(--ink); }
.product-page .product-policies article, .product-page .product-policies article + article { padding: 26px 28px 16px 0; }
.product-page .product-policies article + article { padding-left: 28px; }
.product-page .product-policies article > span { display: block; margin-bottom: 33px; color: var(--coral-dark); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.product-page .product-policies h3 { margin-bottom: 14px; }
.product-page .product-policies article p { min-height: 145px; margin-bottom: 20px; }
.product-page .product-policies article a { color: var(--ink); font-size: 11px; font-weight: 850; text-underline-offset: 5px; }
.product-support-bridge { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 62px; padding: 24px 0; border-block: 1px solid var(--line); }
.product-support-bridge p { margin: 0; color: #536a71; font-size: 14px; }
.product-support-bridge a { color: var(--ink); font-size: 13px; font-weight: 850; text-decoration: none; }
.product-support-bridge a span { margin-left: 10px; }

@media (max-width: 1060px) {
	.product-hero__grid { grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr); gap: 32px; }
	.proof-carousel { grid-template-columns: 96px minmax(0,1fr); grid-template-rows: minmax(560px, 65vh) auto; }
	.proof-carousel__rail button { padding-inline: 15px 8px; font-size: 9px; }
	.proof-carousel__rail button[aria-selected="true"] { padding-left: 22px; }
	.product-decision-facts { grid-template-columns: 1fr; }
	.product-decision-facts div, .product-decision-facts div + div { display: flex; align-items: baseline; justify-content: space-between; padding: 8px 0; border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
	.product-decision-facts div:first-child { border-top: 0; }
}

@media (max-width: 900px) {
	.product-hero { padding-top: 28px; }
	.product-hero__rings { width: 120vw; left: -55vw; }
	.product-hero__grid { grid-template-columns: 1fr; gap: 50px; }
	.proof-carousel { grid-template-columns: 108px minmax(0,1fr); grid-template-rows: minmax(560px, 70vh) auto; }
	.product-hero .product-summary { position: static; max-width: 680px; }
	.product-hero .product-summary h1 { max-width: none; }
	.product-decision-facts { grid-template-columns: repeat(3,1fr); }
	.product-decision-facts div, .product-decision-facts div + div { display: block; padding: 14px 12px 14px 0; border-top: 0; border-left: 1px solid rgba(255,255,255,.14); }
	.product-decision-facts div:first-child { border-left: 0; }
	.product-fit__grid, .product-page .product-construction__grid, .product-page .product-included__grid { grid-template-columns: 1fr; gap: 52px; }
	.product-fit__copy, .product-page .product-included__image { position: static; }
	.product-page .product-included__image { max-width: 680px; }
	.product-setup__steps { grid-template-columns: repeat(2, 1fr); }
	.product-setup__steps li:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
	.product-setup__steps li:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 600px) {
	.product-hero { padding: 24px 0 70px; }
	.product-hero .product-breadcrumb { margin-bottom: 24px; }
	.product-hero__grid { gap: 38px; }
	.proof-carousel { display: flex; flex-direction: column; border-inline: 0; box-shadow: none; }
	.proof-carousel__rail { order: 2; display: flex; overflow-x: auto; border-top: 1px solid rgba(255,255,255,.14); border-right: 0; scrollbar-width: thin; }
	.proof-carousel__rail { scrollbar-width: none; }
	.proof-carousel__rail::-webkit-scrollbar { display: none; }
	.proof-carousel__rail button { flex: 0 0 104px; min-height: 65px; padding: 10px 12px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 0; }
	.proof-carousel__rail button::before { top: auto; bottom: 0; width: 100%; height: 2px; transform: scaleX(0); transform-origin: left; }
	.proof-carousel__rail button[aria-selected="true"] { padding-left: 12px; }
	.proof-carousel__rail button[aria-selected="true"]::before { width: 100%; transform: scaleX(1); }
	.proof-carousel__stage { order: 1; width: 100%; min-height: min(118vw, 560px); }
	.proof-slide figcaption { grid-template-columns: 1fr; gap: 5px; min-height: 94px; padding: 15px 17px; }
	.proof-carousel__controls { order: 3; width: 100%; }
	.proof-slide--product .proof-slide__media img, .proof-slide--included .proof-slide__media img { padding: 22px; }
	.proof-layer-visual { grid-template-columns: 1fr; align-content: center; padding: 24px; }
	.proof-layer-visual__pod { display: none; }
	.proof-layer-visual li { min-height: 54px; font-size: 11px; }
	.dimension { padding: 7px 8px; }
	.dimension b { font-size: 16px; }
	.dimension--height { top: 8%; right: 3%; }
	.dimension--diameter { right: 3%; bottom: 10%; }
	.dimension--capacity { top: 9%; left: 3%; }
	.product-hero .product-summary h1 { font-size: clamp(3.1rem, 15vw, 4.4rem); }
	.product-decision-facts { grid-template-columns: 1fr; }
	.product-decision-facts div, .product-decision-facts div + div { display: flex; align-items: baseline; justify-content: space-between; padding: 9px 0; border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
	.product-proof-strip .shell { grid-template-columns: 1fr 1fr; }
	.product-proof-strip__rating, .product-proof-strip p { padding: 17px 13px; border-bottom: 1px solid var(--line); }
	.product-proof-strip p:nth-of-type(2) { padding-left: 0; border-left: 0; }
	.product-heading-row { grid-template-columns: 1fr; gap: 20px; margin-bottom: 42px; }
	.product-fit, .product-page .product-construction, .product-setup, .product-page .product-included, .product-page .product-reviews, .product-page .product-policies { padding-block: 72px; }
	.product-spec-wall div { grid-template-columns: 1fr; gap: 6px; }
	.product-spec-wall dd { font-size: 1.7rem; }
	.product-layer-stack { min-height: 425px; }
	.product-layer-stack li { width: 100%; min-height: 67px; transform: none; }
	.product-setup__steps { grid-template-columns: 1fr; }
	.product-setup__steps li, .product-setup__steps li + li { min-height: 0; padding: 22px 0; border-top: 1px solid var(--line); border-left: 0; }
	.product-setup__steps li:first-child { border-top: 0; }
	.product-setup__steps span { margin-bottom: 27px; }
	.product-page .product-policies__grid { grid-template-columns: 1fr; }
	.product-page .product-policies article, .product-page .product-policies article + article { padding: 24px 0; border-bottom: 1px solid var(--line); border-left: 0; }
	.product-page .product-policies article p { min-height: 0; }
	.product-support-bridge { align-items: flex-start; flex-direction: column; }
}
