/*
Theme Name: Compass Alpine
Theme URI: https://www.compass-mints.com/
Author: Powermints
Description: Lightweight, performance-focused alpine theme for Compass Mints.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: compass-alpine
*/

:root {
	--ink: #11211c;
	--forest: #173c31;
	--forest-deep: #0d2921;
	--mint: #9fc6b9;
	--mint-soft: #dcebe5;
	--paper: #f7f5ef;
	--sand: #e9e1d2;
	--white: #fff;
	--line: rgba(17, 33, 28, .14);
	--shadow: 0 26px 70px rgba(13, 41, 33, .15);
	--radius: 1.25rem;
	--shell: min(90rem, calc(100vw - 3rem));
	--ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: Raleway, sans-serif;
	font-size: var(--text-base);
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body.has-overlay { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
	font-family: Raleway, sans-serif;
	font-weight: 600;
	letter-spacing: -.045em;
	line-height: .98;
}
h1 { font-size: var(--text-4xl); }
h2 { font-size: var(--text-4xl); }
h3 { font-size: var(--text-xl); line-height: 1.15; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(6rem, 11vw, 10rem); }
.section--dark { background: var(--forest-deep); color: var(--white); }
.screen-reader-text {
	position: absolute !important;
	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: .75rem; left: .75rem; z-index: 9999; background: var(--ink); color: #fff; padding: .8rem 1rem; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow {
	margin-bottom: 1.2rem;
	font-size: var(--text-xs);
	font-weight: 700;
	letter-spacing: .18em;
	line-height: 1.2;
	text-transform: uppercase;
}
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.35rem;
	padding: .95rem 1.45rem;
	border: 1px solid transparent;
	border-radius: var(--radius-control);
	font-size: var(--text-sm);
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 1;
	text-transform: uppercase;
	transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid #e7b46d; outline-offset: 3px; }
.button--light { background: var(--white); color: var(--ink); }
.button--light:hover { background: var(--mint); }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: #285948; }
.button--ghost { border-color: rgba(255, 255, 255, .65); color: #fff; }
.button--ghost:hover { background: #fff; color: var(--ink); }
.button--full { width: 100%; }
.text-link, .text-button {
	display: inline-block;
	padding: 0 0 .3rem;
	border: 0;
	border-bottom: 1px solid currentColor;
	background: none;
	font-size: var(--text-xs);
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	cursor: pointer;
}
.text-link--light { color: #fff; }

.announcement {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	min-height: 2.25rem;
	padding: .4rem 1rem;
	background: var(--mint);
	font-size: var(--text-xs);
	font-weight: 700;
	letter-spacing: .09em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
.announcement > span { display: inline-flex; align-items: center; gap: .45rem; }
.announcement .dashicons { width: 1rem; height: 1rem; font-size: 1rem; }
.announcement__detail { opacity: .72; }
.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(247, 245, 239, .9);
	border-bottom: 1px solid transparent;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	transition: border-color .3s, box-shadow .3s;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(17, 33, 28, .06); }
.site-header__inner { display: grid; grid-template-columns: 13rem 1fr auto; align-items: center; min-height: 5.25rem; gap: 2rem; }
.brand img { width: 10rem; height: auto; }
.site-nav { display: flex; justify-content: center; gap: clamp(1.2rem, 2.5vw, 2.8rem); }
.site-nav a, .header-link, .cart-trigger {
	position: relative;
	border: 0;
	background: transparent;
	font-size: var(--text-xs);
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	cursor: pointer;
}
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: currentColor; transition: right .3s var(--ease); }
.site-nav a:hover::after { right: 0; }
.nav-dropdown { position: relative; }
.nav-dropdown summary { list-style: none; font-size: var(--text-xs); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary::after { content: "+"; margin-left: .35rem; }
.nav-dropdown[open] summary::after { content: "–"; }
.nav-dropdown__panel { position: absolute; top: calc(100% + 1.15rem); left: 50%; z-index: 20; width: 24rem; display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; padding: .8rem; border: 1px solid var(--line); border-radius: var(--radius-card); background: rgba(247,245,239,.98); box-shadow: var(--shadow); transform: translateX(-50%); }
.nav-dropdown__panel a { display: grid; gap: .12rem; padding: .8rem; border-radius: var(--radius-card); }
.nav-dropdown__panel a:hover { background: #fff; }
.nav-dropdown__panel a::after { display: none; }
.nav-dropdown__panel span { font-size: var(--text-xs); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.nav-dropdown__panel small { font-size: var(--text-xs); font-weight: 500; letter-spacing: 0; line-height: 1.35; text-transform: none; opacity: .65; }
.nav-mega { position: static; }
.nav-mega__panel { position: absolute; top: 100%; left: 0; right: 0; z-index: 40; max-height: calc(100vh - 7.5rem); overflow-y: auto; padding: 1.15rem 0; border-top: 1px solid var(--line); background: var(--paper); box-shadow: 0 28px 65px rgba(10,31,24,.18); }
.nav-mega__inner { display: grid; grid-template-columns: 15rem minmax(34rem, 1fr) 19rem; gap: 1.15rem; align-items: stretch; }
.nav-mega__intro { padding: 1.25rem .5rem 1rem 0; }
.nav-mega__intro .eyebrow, .nav-mega__guide .eyebrow { margin-bottom: .75rem; font-size: var(--text-xs); }
.nav-mega__intro h2 { margin-bottom: 1.1rem; font-size: var(--text-4xl); }
.nav-mega__intro > p:not(.eyebrow) { margin-bottom: 1.5rem; color: rgba(17,33,28,.65); font-size: var(--text-xs); line-height: 1.5; }
.nav-mega__intro .text-link { font-size: var(--text-xs); }
.nav-mega__worlds { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.site-nav .mega-world { position: relative; display: grid; grid-template-columns: 6.25rem minmax(0, 1fr); gap: .9rem; align-items: center; min-height: 7.75rem; overflow: hidden; padding: .7rem; border: 0; border-radius: var(--radius-card); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.site-nav .mega-world:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(17,33,28,.1); }
.site-nav .mega-world::after { display: none; }
.site-nav .mega-world--classic { background: #eceba9; color: #183d2f; }
.site-nav .mega-world--intense { background: #19342f; color: #fff; }
.site-nav .mega-world--mini { background: #bfd9ce; color: #112d24; }
.site-nav .mega-world--retro { background: #e6b8c3; color: #3d1722; }
.site-nav .mega-world--energy { background: #dfa68f; color: #3f1e18; }
.site-nav .mega-world--gift { background: #e3cf9e; color: #362817; }
.mega-world__media { overflow: hidden; border-radius: var(--radius-card); background: rgba(255,255,255,.42); }
.mega-world__media img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .45s var(--ease); }
.mega-world:hover .mega-world__media img { transform: scale(1.04); }
.mega-world__copy { display: grid; min-width: 0; line-height: 1.1; }
.nav-mega__worlds .mega-world__copy small { margin-bottom: .38rem; font-size: var(--text-xs); font-weight: 800; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; opacity: .65; }
.nav-mega__worlds .mega-world__copy strong { overflow-wrap: anywhere; font-family: Raleway, sans-serif; font-size: var(--text-lg); letter-spacing: -.03em; }
.nav-mega__worlds .mega-world__copy em { margin-top: .38rem; font-size: var(--text-xs); font-style: normal; line-height: 1.25; opacity: .72; }
.nav-mega__guide { overflow: hidden; border-radius: var(--radius-card); background: var(--mint-soft); }
.nav-mega__guide > img { width: 100%; height: 8.5rem; object-fit: cover; }
.nav-mega__guide > div { padding: 1rem; }
.nav-mega__guide h3 { margin-bottom: .7rem; font-size: var(--text-xl); }
.nav-mega__guide p:not(.eyebrow) { margin-bottom: 1rem; color: rgba(17,33,28,.65); font-size: var(--text-xs); line-height: 1.45; }
.nav-mega__guide .button { width: 100%; min-height: 2.7rem; padding: .75rem .9rem; font-size: var(--text-xs); }
.site-nav .nav-mega__guide .button { background: var(--ink); color: #fff; }
.nav-dropdown[open] > summary { color: #285948; }
.header-actions { display: flex; align-items: center; gap: 1.25rem; }
.cart-trigger { display: inline-flex; align-items: center; gap: .42rem; padding: .7rem .95rem; border: 1px solid var(--line); border-radius: var(--radius-card); }
.cart-trigger .dashicons { width: 1.1rem; height: 1.1rem; font-size: 1.1rem; }
.cart-trigger strong { display: inline-grid; place-items: center; width: 1.5rem; height: 1.5rem; min-width: 1.5rem; min-height: 1.5rem; flex-shrink: 0; padding: 0; line-height: 1; border-radius: 50%; background: var(--forest); color: #fff; font-size: var(--text-xs); }
.menu-toggle { display: none; }

.hero {
	position: relative;
	min-height: min(57rem, calc(100svh - 7.5rem));
	display: grid;
	align-items: center;
	overflow: hidden;
	background: #18364a;
	color: #fff;
}
.hero__media, .hero__veil { position: absolute; inset: 0; }
.hero__media {
	background: url("assets/images/alpine-hero.webp") center right / cover no-repeat;
	transform: scale(1.02);
	animation: heroIn 1.6s var(--ease) both;
}
.hero__veil { background: linear-gradient(90deg, rgba(7, 28, 39, .86) 0%, rgba(7, 28, 39, .55) 37%, rgba(7, 28, 39, .05) 72%); }
.hero__content { position: relative; z-index: 2; padding-block: 7rem 9rem; }
.hero h1 { max-width: 8ch; margin-bottom: 2rem; color: #fff; }
.hero__kicker { margin-bottom: 1.4rem; font-size: var(--text-xs); font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero__lead { max-width: 34rem; margin-bottom: 2.5rem; font-size: var(--text-lg); line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero__stamp {
	position: absolute;
	right: 5vw;
	bottom: 7vh;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 1rem;
	width: 11rem;
	height: 11rem;
	padding: 1.4rem;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	background: rgba(12, 40, 45, .16);
	backdrop-filter: blur(8px);
}
.hero__stamp strong { font-size: var(--text-4xl); font-weight: 400; line-height: 1; }
.hero__stamp span { font-size: var(--text-xs); font-weight: 700; letter-spacing: .08em; line-height: 1.25; text-transform: uppercase; }
.hero__scroll { position: absolute; left: 50%; bottom: 2rem; z-index: 2; font-size: var(--text-xs); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); }
@keyframes heroIn { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }

.value-strip { border-bottom: 1px solid var(--line); }
.value-strip__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.value-strip__inner div { display: flex; align-items: baseline; justify-content: center; gap: .65rem; padding: 1.5rem 1rem; border-right: 1px solid var(--line); }
.value-strip__inner div:first-child { border-left: 1px solid var(--line); }
.value-strip strong { font-size: var(--text-xl); }
.value-strip span { font-size: var(--text-xs); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.section-heading { max-width: 62rem; margin-bottom: clamp(3rem, 6vw, 5rem); }
.section-heading h1, .section-heading h2 { margin-bottom: 1.5rem; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr); align-items: end; gap: 5vw; max-width: none; }
.section-heading--split > p, .section-heading--split > .story-copy { max-width: 34rem; margin: 0 0 .8rem auto; font-size: var(--text-base); }
.product-tools { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-bottom: 2.4rem; }
.filters { display: flex; flex-wrap: wrap; gap: .5rem; }
.filters button { padding: .75rem 1.1rem; border: 1px solid var(--line); border-radius: var(--radius-control); background: transparent; font-size: var(--text-xs); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: .25s; }
.filters button:hover, .filters button.is-active { background: var(--ink); border-color: var(--ink); color: #fff; }
.product-search input { width: min(17rem, 100%); padding: .8rem .1rem; border: 0; border-bottom: 1px solid var(--ink); background: transparent; border-radius: 0; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 2rem); }
.product-card { min-width: 0; transition: opacity .25s; }
.product-card[hidden] { display: none; }
.product-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 1; background: #fff; border-radius: var(--radius); }
.product-card__image::after { content: ""; position: absolute; inset: auto 15% 4% 15%; height: 9%; border-radius: 50%; background: rgba(17, 33, 28, .12); filter: blur(16px); transition: transform .5s var(--ease); }
.product-card__image img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; padding: 9%; transition: transform .7s var(--ease); }
.product-card:hover .product-card__image img { transform: scale(1.07) rotate(-1deg); }
.product-card:hover .product-card__image::after { transform: scale(.8); }
.product-card__badge { position: absolute; top: 1rem; left: 1rem; z-index: 2; padding: .45rem .65rem; border-radius: var(--radius-control); background: var(--mint); color: var(--ink); font-size: var(--text-xs); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card__body { padding: 1.25rem .25rem 0; }
.product-card__body .eyebrow { margin-bottom: .6rem; color: rgba(17, 33, 28, .58); font-size: var(--text-xs); }
.product-card__body h3 { min-height: 2.4em; margin-bottom: .8rem; }
.product-card__footer { display: flex; align-items: center; justify-content: space-between; gap: .8rem; }
.product-card__footer strong { font-size: var(--text-base); }
.product-card__footer .text-button { font-size: var(--text-xs); }
.product-empty { padding: 3rem; border: 1px dashed var(--line); text-align: center; }

.gift-grid { display: grid; grid-template-columns: .75fr 1.6fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.gift-copy h2 { margin-bottom: 2rem; }
.gift-copy > p:not(.eyebrow) { max-width: 31rem; margin-bottom: 2rem; color: rgba(255, 255, 255, .72); }
.gift-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
.gift-card { position: relative; overflow: hidden; background: #f2eee5; color: var(--ink); border-radius: var(--radius); }
.gift-card img { width: 100%; aspect-ratio: 1 / 1.05; object-fit: cover; transition: transform .7s var(--ease); }
.gift-card:hover img { transform: scale(1.04); }
.gift-card > div { display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem; border-top: 1px solid var(--line); }
.gift-card p { margin: 0; font-weight: 700; }
.gift-card del { color: #7d7d77; font-weight: 400; }

.retro-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(20rem, .85fr); gap: clamp(3rem, 9vw, 10rem); align-items: center; }
.retro-image { position: relative; overflow: hidden; min-height: 40rem; border-radius: var(--radius); background: var(--mint-soft); }
.retro-image::before { content: "RETRO"; position: absolute; left: 2rem; top: 1rem; color: rgba(17, 33, 28, .08); font-size: var(--text-4xl); font-weight: 800; letter-spacing: -.08em; }
.retro-image img { position: absolute; inset: 7%; width: 86%; height: 86%; object-fit: contain; filter: drop-shadow(0 28px 22px rgba(17, 33, 28, .2)); }
.retro-copy h2 { margin-bottom: 2rem; }
.retro-copy > p:not(.eyebrow) { max-width: 35rem; margin-bottom: 2rem; font-size: var(--text-base); }
.flavour-notes { display: flex; gap: .6rem; margin-bottom: 2.4rem; }
.flavour-notes span { padding: .55rem .8rem; border: 1px solid var(--line); border-radius: var(--radius-card); font-size: var(--text-xs); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.intense-banner { position: relative; min-height: 48rem; display: grid; align-items: end; overflow: hidden; color: #fff; }
.intense-banner__media { position: absolute; inset: 0; background: url("assets/images/intense-story.webp") center 40% / cover no-repeat; }
.intense-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 19, 16, .82), rgba(8, 19, 16, .1)), linear-gradient(0deg, rgba(8, 19, 16, .5), transparent 60%); }
.intense-banner__content { position: relative; z-index: 1; padding-bottom: clamp(4rem, 8vw, 7rem); }
.intense-banner h2 { margin-bottom: 1.5rem; }
.intense-banner p:not(.eyebrow) { max-width: 30rem; margin-bottom: 2rem; font-size: var(--text-lg); }

.story-intro { display: grid; grid-template-columns: 1fr .7fr; gap: 8vw; align-items: end; }
.story-intro .section-heading { margin: 0; }
.story-copy { padding-bottom: 1.2rem; }
.story-copy p { font-size: var(--text-base); }
.story-visual { position: relative; overflow: hidden; margin-top: clamp(4rem, 8vw, 8rem); border-radius: var(--radius); }
.story-visual img { width: 100%; max-height: 47rem; object-fit: cover; }
.story-visual__fact { position: absolute; left: clamp(1.5rem, 4vw, 4rem); bottom: clamp(1.5rem, 4vw, 4rem); display: flex; align-items: center; gap: 1.25rem; color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,.5); }
.story-visual__fact strong { font-size: var(--text-4xl); font-weight: 300; letter-spacing: -.08em; line-height: .8; }
.story-visual__fact span { font-size: var(--text-xs); font-weight: 700; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }

.adventure-feature { background: #efe9dd; }
.adventure-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.adventure-collage { position: relative; min-height: 44rem; }
.adventure-collage figure { position: absolute; overflow: hidden; margin: 0; border-radius: var(--radius); box-shadow: var(--shadow); }
.adventure-collage figure:first-child { inset: 0 18% 11% 0; }
.adventure-collage figure:nth-child(2) { right: 0; bottom: 0; width: 42%; height: 48%; border: .5rem solid #efe9dd; }
.adventure-collage img { width: 100%; height: 100%; object-fit: cover; }
.adventure-collage__stamp { position: absolute; top: 2rem; right: .5rem; z-index: 2; display: grid; place-items: center; width: 10rem; height: 10rem; padding: 1rem; border-radius: 50%; background: var(--mint); text-align: center; transform: rotate(5deg); }
.adventure-collage__stamp .dashicons { width: 1.5rem; height: 1.5rem; font-size: 1.5rem; }
.adventure-collage__stamp strong { font-size: var(--text-base); line-height: 1.2; }
.adventure-copy h2 { max-width: 10ch; margin-bottom: 2rem; font-size: var(--text-4xl); }
.adventure-copy > p:not(.eyebrow) { max-width: 34rem; font-size: var(--text-base); }
.icon-list { display: grid; gap: 0; margin: 2.5rem 0 3rem; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.icon-list li { display: grid; grid-template-columns: 2.8rem 1fr; gap: 1rem; align-items: start; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.icon-list .dashicons { display: grid; place-items: center; width: 2.6rem; height: 2.6rem; border-radius: 50%; background: var(--white); font-size: 1.25rem; line-height: 2.6rem; }
.icon-list strong, .icon-list small { display: block; }
.icon-list strong { margin-bottom: .15rem; }
.icon-list small { color: rgba(17,33,28,.62); line-height: 1.45; }

.nature-grid { display: grid; grid-template-columns: repeat(2, 1fr); padding-block: 0; }
.nature-panel { position: relative; min-height: 48rem; display: flex; align-items: end; padding: clamp(2rem, 5vw, 5.5rem); overflow: hidden; background-position: center; background-size: cover; }
.nature-panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10, 30, 24, .75), rgba(10, 30, 24, .05) 75%); }
.nature-panel > div { position: relative; z-index: 1; max-width: 34rem; color: #fff; }
.nature-panel h2 { margin-bottom: 1.5rem; }
.nature-panel p:not(.eyebrow) { margin-bottom: 1.8rem; font-size: var(--text-base); }
.nature-panel--ingredients { background-image: url("assets/images/lemon-landscape.webp"); }
.nature-panel--forest { background-image: url("assets/images/forest.webp"); }

.ticker { overflow: hidden; padding-block: 1.4rem; background: var(--mint); }
.ticker > div { display: flex; width: max-content; animation: ticker 28s linear infinite; }
.ticker span { padding-right: 5rem; font-family: Raleway, sans-serif; font-size: var(--text-4xl); font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.ticker span::after { content: "·"; padding-left: 5rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.testimonials { background: var(--sand); }
.testimonial-controls { display: flex; justify-content: flex-end; gap: .6rem; padding-bottom: .8rem; }
.testimonial-controls button { padding: .7rem 1rem; border: 1px solid var(--line); border-radius: var(--radius-control); background: transparent; font-size: var(--text-xs); font-weight: 700; text-transform: uppercase; cursor: pointer; }
.testimonial-track { position: relative; min-height: 21rem; }
.testimonial { position: absolute; inset: 0; margin: 0; opacity: 0; transform: translateY(1rem); pointer-events: none; transition: opacity .45s var(--ease), transform .45s var(--ease); }
.testimonial.is-active { opacity: 1; transform: none; pointer-events: auto; }
.testimonial p { max-width: 48rem; margin-bottom: 2rem; font-family: Raleway, sans-serif; font-size: var(--text-4xl); font-weight: 500; letter-spacing: -.04em; line-height: 1.08; }
.testimonial footer { font-size: var(--text-xs); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.stars { margin-bottom: 1.7rem; color: #b47e25; letter-spacing: .25em; }

.journal-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 1.5rem; }
.journal-card a { display: block; }
.journal-card img { width: 100%; aspect-ratio: 1 / 1.05; margin-bottom: 1.25rem; border-radius: var(--radius); object-fit: cover; transition: transform .6s var(--ease); }
.journal-card:first-child img { aspect-ratio: 1.3 / 1.05; }
.journal-card:hover img { transform: translateY(-5px); box-shadow: var(--shadow); }
.journal-card .eyebrow { margin-bottom: .75rem; color: rgba(17, 33, 28, .58); font-size: var(--text-xs); }
.journal-card h3 { max-width: 25rem; }

.cta-section { position: relative; overflow: hidden; padding-block: clamp(7rem, 13vw, 12rem); background: var(--forest); color: #fff; text-align: center; }
.cta-section::before, .cta-section::after { content: ""; position: absolute; width: 38vw; height: 38vw; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.cta-section::before { left: -17vw; top: -12vw; }
.cta-section::after { right: -16vw; bottom: -18vw; }
.cta-section > div { position: relative; z-index: 1; }
.cta-section img { width: 8rem; margin: 0 auto 2rem; filter: brightness(0) invert(1); opacity: .9; }
.cta-section h2 { margin-bottom: 2.5rem; }

.service-ribbon { background: var(--forest); color: #fff; }
.service-ribbon__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service-ribbon__grid > div { display: grid; grid-template-columns: 2.6rem 1fr; gap: .8rem; align-items: center; padding: 1.6rem 1.4rem; border-right: 1px solid rgba(255,255,255,.14); }
.service-ribbon__grid > div:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.service-ribbon .dashicons { width: 2.4rem; height: 2.4rem; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-size: 1.1rem; line-height: 2.4rem; text-align: center; }
.service-ribbon p, .service-ribbon strong, .service-ribbon small { display: block; margin: 0; }
.service-ribbon strong { font-size: var(--text-xs); letter-spacing: .06em; text-transform: uppercase; }
.service-ribbon small { margin-top: .15rem; color: rgba(255,255,255,.62); font-size: var(--text-xs); line-height: 1.35; }
.site-footer { padding: 5rem 0 1.5rem; background: #0a211a; color: rgba(255,255,255,.76); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .65fr .65fr .65fr 1.35fr; gap: clamp(2rem, 3vw, 4rem); padding-bottom: 4rem; }
.footer-grid h2 { margin-bottom: 1.2rem; color: #fff; font-size: var(--text-xs); letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand):not(.footer-newsletter) a { display: block; margin: .55rem 0; font-size: var(--text-sm); }
.footer-brand img { width: 9rem; margin-bottom: 1rem; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 16rem; font-size: var(--text-sm); }
.footer-newsletter > p { max-width: 28rem; font-size: var(--text-sm); }
.newsletter-field { display: flex; border-bottom: 1px solid rgba(255,255,255,.45); }
.newsletter-field input { flex: 1; min-width: 0; padding: .9rem 0; border: 0; background: transparent; color: #fff; outline: 0; }
.newsletter-field input::placeholder { color: rgba(255,255,255,.5); }
.newsletter-field button { border: 0; background: transparent; color: #fff; font-size: var(--text-xs); font-weight: 700; text-transform: uppercase; cursor: pointer; }
.footer-newsletter small { display: block; margin-top: .7rem; font-size: var(--text-xs); opacity: .55; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); font-size: var(--text-xs); }
.footer-bottom p { margin: 0; }
.footer-bottom a { margin-left: 1.25rem; }

.cart-drawer { position: fixed; inset: 0; z-index: 500; overflow: hidden; visibility: hidden; }
.cart-drawer:not(.is-open) { display: none; }
.cart-drawer.is-open { visibility: visible; }
.cart-drawer__backdrop { position: absolute; inset: 0; background: rgba(4, 17, 13, .58); opacity: 0; transition: opacity .35s; }
.cart-drawer.is-open .cart-drawer__backdrop { opacity: 1; }
.cart-drawer__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(31rem, 100%); display: flex; flex-direction: column; padding: 1.5rem; background: var(--paper); transform: translateX(100%); transition: transform .45s var(--ease); }
.cart-drawer.is-open .cart-drawer__panel { transform: none; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.drawer-head h2 { display: flex; align-items: center; gap: .55rem; margin: 0; font-size: var(--text-xl); }
.drawer-head h2 .dashicons { width: 1.45rem; height: 1.45rem; font-size: 1.45rem; }
.drawer-head button, .quick-view__close { border: 0; background: transparent; font-size: var(--text-xs); font-weight: 700; text-transform: uppercase; cursor: pointer; }
.cart-items { flex: 1; overflow-y: auto; padding-block: 1rem; }
.cart-empty { margin-top: 2rem; text-align: center; color: rgba(17,33,28,.58); }
.cart-item { display: grid; grid-template-columns: 5rem 1fr auto; gap: 1rem; align-items: center; padding-block: 1rem; border-bottom: 1px solid var(--line); }
.cart-item img { width: 5rem; height: 5rem; object-fit: contain; background: #fff; border-radius: var(--radius-image); }
.cart-item h3 { margin: 0 0 .3rem; font-size: var(--text-base); letter-spacing: -.02em; }
.cart-item p { margin: 0; font-size: var(--text-xs); }
.cart-item button { border: 0; background: none; font-size: var(--text-xs); text-decoration: underline; cursor: pointer; }
.cart-summary { display: flex; justify-content: space-between; padding: 1.2rem 0; border-top: 1px solid var(--line); }
.cart-drawer__panel > small { margin-top: .75rem; text-align: center; opacity: .6; }
.cart-detail-link { margin-top: .8rem; text-align: center; text-decoration: underline; text-underline-offset: .2em; }

.cart-rewards { position: relative; display: grid; grid-template-columns: 10rem 1fr; overflow: hidden; margin: 1.5rem 0 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.cart-rewards__visual { min-height: 13rem; background: var(--sand); }
.cart-rewards__visual img { width: 100%; height: 100%; object-fit: cover; }
.cart-rewards__content { min-width: 0; padding: 1.5rem; }
.cart-rewards__heading { display: flex; gap: .8rem; align-items: flex-start; }
.cart-rewards__heading > .dashicons { flex: 0 0 auto; width: 2.25rem; height: 2.25rem; border-radius: 50%; background: var(--mint-soft); font-size: 1.05rem; line-height: 2.25rem; text-align: center; }
.cart-rewards .eyebrow { margin-bottom: .45rem; font-size: var(--text-xs); }
.cart-rewards h3 { margin-bottom: .65rem; font-size: var(--text-lg); letter-spacing: -.03em; }
.cart-rewards__content > p { margin-bottom: 1.25rem; color: rgba(17,33,28,.66); font-size: var(--text-xs); line-height: 1.45; }
.reward-track { position: relative; height: .5rem; margin: 1rem .25rem 1.2rem; border-radius: 999px; background: var(--sand); }
.reward-track > span { position: absolute; inset: 0 auto 0 0; max-width: 100%; overflow: hidden; border-radius: inherit; background: linear-gradient(90deg, #75a997, #e2aa5d); transition: width .7s var(--ease); }
.reward-track > span::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, transparent 20%, rgba(255,255,255,.65), transparent 80%); transform: translateX(-100%); animation: rewardShimmer 2.8s ease-in-out infinite; }
.reward-track i { position: absolute; top: 50%; width: .8rem; height: .8rem; border: 2px solid #fff; border-radius: 50%; background: #c9c0b1; transform: translate(-50%, -50%); box-shadow: 0 0 0 1px rgba(17,33,28,.15); }
.reward-track i:last-child { transform: translate(-100%, -50%); }
.reward-milestones { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; }
.reward-milestones > div { display: grid; grid-template-columns: 1.6rem 1fr; column-gap: .35rem; align-items: center; color: rgba(17,33,28,.45); }
.reward-milestones .dashicons { grid-row: span 2; width: 1.55rem; height: 1.55rem; border: 1px solid currentColor; border-radius: 50%; font-size: .8rem; line-height: 1.45rem; text-align: center; }
.reward-milestones strong, .reward-milestones small { display: block; line-height: 1.15; }
.reward-milestones strong { font-size: var(--text-xs); }
.reward-milestones small { font-size: var(--text-xs); }
.reward-milestones .is-reached { color: var(--forest); }
.reward-milestones .is-reached .dashicons { background: var(--mint); border-color: var(--mint); animation: rewardPulse .7s var(--ease); }
.cart-rewards.is-complete { border-color: rgba(226,170,93,.7); box-shadow: 0 16px 45px rgba(185,125,42,.13); }
.cart-drawer .cart-rewards { flex: 0 0 auto; grid-template-columns: 5.5rem 1fr; margin: .75rem 0 1rem; }
.cart-drawer .cart-rewards__visual { min-height: 11rem; }
.cart-drawer .cart-rewards__content { padding: 1rem; }
.cart-drawer .cart-rewards h3 { font-size: var(--text-base); }
.cart-drawer .cart-rewards__content > p { margin-bottom: .8rem; font-size: var(--text-xs); }
.cart-drawer .reward-milestones .dashicons { display: none; }
.cart-drawer .reward-milestones > div { grid-template-columns: 1fr; }
.cart-drawer .reward-milestones small { font-size: var(--text-xs); }
@keyframes rewardShimmer { 0%, 55% { transform: translateX(-110%); } 100% { transform: translateX(110%); } }
@keyframes rewardPulse { 50% { transform: scale(1.14); } }

/* WooCommerce: compact theme integration without a page-builder layer. */
.compass-product-tone-mint { --product-bg: #bfd9ce; --product-accent: #5f9c84; --product-ink: #112d24; --product-soft: #e8f2ed; }
.compass-product-tone-citrus { --product-bg: #eceba9; --product-accent: #c8be23; --product-ink: #183d2f; --product-soft: #f8f7d7; }
.compass-product-tone-berry { --product-bg: #e6b8c3; --product-accent: #a83f5b; --product-ink: #3d1722; --product-soft: #f7e8ec; }
.compass-product-tone-peach { --product-bg: #efc5aa; --product-accent: #d67547; --product-ink: #492417; --product-soft: #faebe1; }
.compass-product-tone-apple { --product-bg: #c8dba7; --product-accent: #6a923e; --product-ink: #203716; --product-soft: #edf3e3; }
.compass-product-tone-guarana { --product-bg: #dfa68f; --product-accent: #a63837; --product-ink: #3f1e18; --product-soft: #f7e4dc; }
.compass-product-tone-gold { --product-bg: #dac071; --product-accent: #8b6b18; --product-ink: #33270c; --product-soft: #f4edd2; }
.compass-product-tone-gift { --product-bg: #e3cf9e; --product-accent: #9b7140; --product-ink: #362817; --product-soft: #f4eddf; }
.compass-product-tone-night { --product-bg: #19342f; --product-accent: #9bcab9; --product-ink: #f7f5ef; --product-soft: #dbe8e3; }
.woocommerce-shell { min-height: 60vh; padding-top: clamp(3rem, 8vw, 7rem); }
.woocommerce-shell .woocommerce-breadcrumb { margin-bottom: 2rem; color: var(--muted); }
.woocommerce-shell .woocommerce-products-header__title,
.woocommerce-shell .product_title,
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title { font-size: var(--text-4xl); line-height: .94; letter-spacing: -.055em; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(.85rem, 1.8vw, 1.4rem); }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { position: relative; display: flex; float: none; flex-direction: column; width: auto; min-width: 0; margin: 0; padding: .8rem .8rem 1rem; overflow: hidden; border: 1px solid rgba(17,33,28,.08); background: #fff; border-radius: var(--radius-card); box-shadow: 0 8px 25px rgba(17,33,28,.045); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.woocommerce ul.products li.product:hover { border-color: rgba(17,33,28,.18); box-shadow: 0 18px 45px rgba(17,33,28,.1); transform: translateY(-4px); }
.woocommerce ul.products li.product .woocommerce-LoopProduct-link { display: block; }
.woocommerce ul.products li.product img { width: 100%; aspect-ratio: 1; margin-bottom: .85rem; object-fit: cover; border-radius: var(--radius-image); background: var(--mint-soft); }
.woocommerce ul.products li.product .product-card__kicker { margin: 0 0 .28rem; color: #487765; font-size: var(--text-xs); font-weight: 800; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 2.35em; padding: 0; color: var(--ink); font-size: var(--text-base); line-height: 1.18; letter-spacing: -.025em; }
.woocommerce ul.products li.product .price { min-height: 1.4rem; margin: .45rem 0 .8rem; color: var(--ink); font-size: var(--text-sm); font-weight: 800; }
.woocommerce ul.products li.product .price del { color: rgba(17,33,28,.42); font-size: var(--text-xs); font-weight: 600; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .price .loop-pack-label { display: block; margin-bottom: .18rem; color: #487765; font-size: var(--text-xs); letter-spacing: .08em; text-transform: uppercase; }
.woocommerce ul.products li.product .button { display: inline-flex; align-items: center; align-self: flex-start; gap: .4rem; width: auto; min-height: 2.55rem; margin-top: auto; padding: .68rem .86rem; font-size: var(--text-xs); line-height: 1; }
.woocommerce ul.products li.product .button .dashicons { width: .9rem; height: .9rem; font-size: .9rem; line-height: .9rem; }
.woocommerce ul.products li.product .added_to_cart { margin-left: .55rem; color: var(--forest); font-size: var(--text-xs); font-weight: 800; }
.woocommerce span.onsale { top: 1.25rem; left: 1.25rem; min-width: auto; min-height: auto; padding: .48rem .66rem; border: 1px solid #fff; border-radius: var(--radius-control); background: #173c31; color: #fff; box-shadow: 0 2px 8px #11211c24; font-size: var(--text-xs); font-weight: 700; line-height: 1.2; letter-spacing: .04em; text-transform: uppercase; }
.woocommerce ul.products li.product .onsale { position: absolute; z-index: 2; top: 1.1rem; left: 1.1rem; right: auto; margin: 0; }
@media (max-width: 480px) {
	/* The quantity remains in the card heading; leave space for the offer badge. */
	.woocommerce ul.products li.product.sale .bundle-art__count { display: none; }
}
.woocommerce ul.products li.product.product_cat-intense { border-top-color: #223d37; }
.woocommerce ul.products li.product.product_cat-mini { border-top-color: #78ad9a; }
.woocommerce ul.products li.product.product_cat-retro { border-top-color: #d1a15f; }
.woocommerce ul.products li.product.product_cat-energy { border-top-color: #aa4d41; }
.woocommerce ul.products li.product.product_cat-gifts { border-top-color: #a17645; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: var(--radius-control); background: var(--ink); color: #fff; padding: .9rem 1.2rem; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: #285948; color: #fff; }
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce input.button.alt { background: var(--ink); color: #fff; }
.woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover, .woocommerce input.button.alt:hover { background: #285948; color: #fff; }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images img { border-radius: var(--radius); background: #fff; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--ink); font-size: var(--text-lg); font-weight: 700; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--mint-dark); background: #fff; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--mint-dark); }
.woocommerce table.shop_table, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border-radius: var(--radius); background: #fff; }
.woocommerce .quantity .qty { min-height: 2.8rem; border: 1px solid rgba(17, 39, 32, .18); border-radius: var(--radius-control); }
.woocommerce div.product .summary { padding-top: clamp(1rem, 4vw, 4rem); }
.woocommerce div.product .summary .product_title { max-width: 10ch; margin-bottom: 1rem; font-size: var(--text-4xl); }
.woocommerce-product-details__short-description { max-width: 38rem; font-size: var(--text-base); }
.wc-product-badges { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1rem 0 1.4rem; }
.wc-product-badges span { padding: .45rem .65rem; border: 1px solid var(--line); border-radius: var(--radius-control); font-size: var(--text-xs); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.single-product .woocommerce-shell { width: 100%; max-width: none; padding: 0; }
.single-product .woocommerce-shell > .woocommerce-notices-wrapper { width: var(--shell); margin-inline: auto; }
.single-product .product.type-product { --product-bg: #bfd9ce; --product-accent: #5f9c84; --product-ink: #112d24; --product-soft: #e8f2ed; }
.single-product.compass-product-tone-citrus .product.type-product { --product-bg: #eceba9; --product-accent: #c8be23; --product-ink: #183d2f; --product-soft: #f8f7d7; }
.single-product.compass-product-tone-berry .product.type-product { --product-bg: #e6b8c3; --product-accent: #a83f5b; --product-ink: #3d1722; --product-soft: #f7e8ec; }
.single-product.compass-product-tone-peach .product.type-product { --product-bg: #efc5aa; --product-accent: #d67547; --product-ink: #492417; --product-soft: #faebe1; }
.single-product.compass-product-tone-apple .product.type-product { --product-bg: #c8dba7; --product-accent: #6a923e; --product-ink: #203716; --product-soft: #edf3e3; }
.single-product.compass-product-tone-guarana .product.type-product { --product-bg: #dfa68f; --product-accent: #a63837; --product-ink: #3f1e18; --product-soft: #f7e4dc; }
.single-product.compass-product-tone-gold .product.type-product { --product-bg: #dac071; --product-accent: #8b6b18; --product-ink: #33270c; --product-soft: #f4edd2; }
.single-product.compass-product-tone-gift .product.type-product { --product-bg: #e3cf9e; --product-accent: #9b7140; --product-ink: #362817; --product-soft: #f4eddf; }
.single-product.compass-product-tone-night .product.type-product { --product-bg: #19342f; --product-accent: #9bcab9; --product-ink: #f7f5ef; --product-soft: #dbe8e3; }
.product-stage { position: relative; overflow: hidden; padding: clamp(2.5rem, 5vw, 5.5rem) 0 clamp(4rem, 8vw, 8rem); background: var(--product-bg); color: var(--product-ink); }
.product-stage__crumb { margin-bottom: clamp(2.5rem, 4vw, 4rem); }
.product-stage__crumb .woocommerce-breadcrumb { margin: 0; color: color-mix(in srgb, var(--product-ink) 68%, transparent); font-size: var(--text-xs); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.product-stage__grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(24rem, .82fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.product-stage__visual { position: relative; display: grid; place-items: center; min-height: clamp(35rem, 55vw, 49rem); }
.product-stage__visual .woocommerce-product-gallery { position: relative; z-index: 2; float: none !important; width: min(86%, 45rem) !important; margin: 0 !important; }
.product-stage__visual .woocommerce-product-gallery__wrapper { margin: 0; }
.product-stage__visual .woocommerce-product-gallery__image a { display: block; }
.product-stage__visual .woocommerce-product-gallery__image img { width: 100% !important; aspect-ratio: 1; object-fit: cover; border: .65rem solid color-mix(in srgb, var(--product-soft) 75%, #fff); border-radius: var(--radius-image) !important; box-shadow: 0 30px 70px color-mix(in srgb, var(--product-ink) 18%, transparent); transform: rotate(-2deg); }
.product-stage__visual .woocommerce-product-gallery__trigger { top: 1rem !important; right: 1rem !important; z-index: 4 !important; }
.product-stage__ingredient { position: absolute; right: -1rem; bottom: 0; z-index: 3; width: clamp(9rem, 15vw, 13rem); margin: 0; }
.product-stage__ingredient img { width: 100%; aspect-ratio: 1; object-fit: cover; border: .5rem solid color-mix(in srgb, var(--product-soft) 82%, #fff); border-radius: 50%; box-shadow: 0 18px 40px color-mix(in srgb, var(--product-ink) 18%, transparent); }
.product-stage__ingredient figcaption { display: table; margin: .65rem auto 0; padding: .42rem .7rem; border-radius: var(--radius-control); background: var(--product-ink); color: var(--product-bg); font-size: var(--text-xs); font-weight: 800; letter-spacing: .08em; line-height: 1.15; text-align: center; text-transform: uppercase; }
.product-stage__content { min-width: 0; padding-block: 2rem; }
.product-stage__content .summary { float: none !important; width: 100% !important; margin: 0 !important; padding: 0 !important; }
.product-stage__kicker { display: inline-flex; align-items: center; gap: .5rem; margin: 0 0 1.5rem; font-size: var(--text-xs); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.product-stage__kicker .dashicons { width: 1rem; height: 1rem; color: var(--product-accent); font-size: 1rem; }
.woocommerce div.product .product-stage__content .summary .product_title { max-width: 9ch; margin-bottom: 1.4rem; color: var(--product-ink); font-size: var(--text-4xl); line-height: .88; }
.product-stage__content .wc-product-badges { margin: 0 0 1.6rem; }
.product-stage__content .wc-product-badges span { border-color: color-mix(in srgb, var(--product-ink) 26%, transparent); color: var(--product-ink); }
.woocommerce div.product .product-stage__content p.price { margin: 0 0 1.25rem; color: var(--product-ink); font-size: var(--text-xl); }
.woocommerce div.product .product-stage__content p.price .single-pack-label { display: block; margin-bottom: .28rem; font-size: var(--text-xs); letter-spacing: .1em; text-transform: uppercase; opacity: .62; }
.product-stage__content .woocommerce-product-details__short-description { max-width: 34rem; color: color-mix(in srgb, var(--product-ink) 82%, transparent); font-size: var(--text-lg); }
.product-stage__content form.cart { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; margin: 2rem 0 1.1rem !important; }
.product-stage__content form.cart .quantity { margin: 0 !important; }
.product-stage__content form.cart .single_add_to_cart_button { min-height: 3.45rem; padding-inline: 1.6rem; background: var(--product-ink) !important; color: var(--product-bg) !important; }
.compass-product-tone-night .product-stage__content form.cart .single_add_to_cart_button { background: #fff !important; color: #17312c !important; }
.pack-selector { flex: 1 0 100%; min-width: 0; margin: 0 0 .75rem; padding: 0; border: 0; }
.pack-selector legend { display: flex; width: 100%; gap: 1rem; align-items: baseline; justify-content: space-between; margin-bottom: .8rem; }
.pack-selector legend span { font-family: Raleway, sans-serif; font-size: var(--text-base); font-weight: 800; }
.pack-selector legend small { color: color-mix(in srgb, var(--product-ink) 58%, transparent); font-size: var(--text-xs); font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.pack-selector__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(7.8rem, 1fr)); gap: .55rem; }
.pack-option { position: relative; display: grid; grid-template-columns: auto 1fr; gap: .18rem .42rem; min-width: 0; padding: .8rem; border: 1px solid color-mix(in srgb, var(--product-ink) 18%, transparent); border-radius: var(--radius-card); background: color-mix(in srgb, var(--product-soft) 76%, #fff); color: var(--product-ink); cursor: pointer; transition: transform .22s var(--ease), border-color .22s, background .22s; }
.pack-option:hover { border-color: color-mix(in srgb, var(--product-ink) 42%, transparent); transform: translateY(-2px); }
.pack-option.is-selected { border-color: var(--product-ink); background: var(--product-ink); color: var(--product-bg); box-shadow: 0 10px 25px color-mix(in srgb, var(--product-ink) 14%, transparent); }
.pack-option input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.pack-option:has(input:focus-visible) { outline: 3px solid color-mix(in srgb, var(--product-accent) 52%, #fff); outline-offset: 2px; }
.pack-option .dashicons { grid-row: 1 / span 2; width: 1rem; height: 1rem; color: var(--product-accent); font-size: 1rem; }
.pack-option.is-selected .dashicons { color: var(--product-bg); }
.pack-option strong { min-width: 0; overflow-wrap: anywhere; font-size: var(--text-xs); line-height: 1.05; }
.pack-option small { grid-column: 1 / -1; margin-top: .35rem; color: currentColor; font-size: var(--text-xs); line-height: 1.25; opacity: .66; }
.pack-option b { grid-column: 1 / -1; margin-top: .3rem; font-size: var(--text-xs); }
.pack-option em { position: absolute; top: -.42rem; right: .45rem; padding: .25rem .38rem; border-radius: var(--radius-card); background: #d7b052; color: #2d250f; font-size: var(--text-xs); font-style: normal; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.pack-selector__status { margin: .7rem 0 0; color: color-mix(in srgb, var(--product-ink) 66%, transparent); font-size: var(--text-xs); font-weight: 750; }
.pack-selector ~ .quantity { display: none !important; }
.product-stage__content .product_meta { display: flex; flex-wrap: wrap; gap: .35rem 1.25rem; margin-top: 1rem; color: color-mix(in srgb, var(--product-ink) 62%, transparent); font-size: var(--text-xs); }
.product-buy-notes { display: flex; flex-wrap: wrap; gap: .65rem 1.5rem; margin: 1.25rem 0 0; padding-top: 1.25rem; border-top: 1px solid color-mix(in srgb, var(--product-ink) 18%, transparent); }
.product-buy-notes span { display: inline-flex; align-items: center; gap: .45rem; font-size: var(--text-xs); font-weight: 700; }
.product-buy-notes .dashicons { width: 1rem; height: 1rem; color: var(--product-accent); font-size: 1rem; }
.product-story { clear: both; padding-top: clamp(7rem, 11vw, 11rem); }
.product-reasons__header { max-width: 69rem; margin: 0 auto clamp(4rem, 7vw, 7rem); text-align: center; }
.product-reasons__header h2 { margin-bottom: 1.5rem; font-size: var(--text-4xl); }
.product-reasons__header > p:last-child { max-width: 40rem; margin-inline: auto; color: rgba(17,33,28,.65); font-size: var(--text-base); }
.product-reasons { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1rem, 2.5vw, 2.4rem); align-items: start; margin-bottom: clamp(7rem, 11vw, 11rem); }
.product-reason:nth-child(even) { margin-top: clamp(3rem, 6vw, 6rem); }
.product-reason button { width: 100%; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.product-reason button img { width: 100%; aspect-ratio: 1; object-fit: cover; border: .45rem solid var(--product-soft); border-radius: 50%; transition: transform .45s var(--ease), border-color .3s; }
.product-reason button:hover img, .product-reason.is-open button img { border-color: var(--product-accent); transform: scale(1.025); }
.product-reason button span { display: grid; grid-template-columns: auto 1fr; gap: .65rem; align-items: center; margin-top: 1rem; }
.product-reason button small { display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; background: var(--product-bg); color: var(--product-ink); font-size: var(--text-xs); font-weight: 800; }
.product-reason button strong { font-family: Raleway, sans-serif; font-size: var(--text-base); line-height: 1.1; }
.product-reason > p { max-height: 0; margin: .8rem 0 0 2.65rem; overflow: hidden; color: rgba(17,33,28,.68); font-size: var(--text-xs); opacity: 0; transition: max-height .45s var(--ease), opacity .3s; }
.product-reason.is-open > p { max-height: 12rem; opacity: 1; }
.product-story__intro { display: grid; grid-template-columns: 1.15fr .75fr; gap: 9vw; align-items: start; padding: clamp(3rem, 7vw, 7rem); border-radius: var(--radius); background: var(--product-bg); color: var(--product-ink); }
.product-story__intro > * { min-width: 0; }
.product-story__intro h2 { max-width: 12ch; margin: 0; overflow-wrap: anywhere; hyphens: auto; font-size: var(--text-4xl); }
.product-story__intro > div:last-child { padding-top: 2rem; font-size: var(--text-base); }
.product-moment-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-top: 0; border-radius: var(--radius-card); }
.product-moment-grid article { min-height: 17rem; padding: clamp(2rem, 4vw, 4rem); border-right: 1px solid var(--line); }
.product-moment-grid article:last-child { border-right: 0; }
.product-moment-grid article > span { display: block; width: 2rem; height: 2rem; margin-bottom: 3rem; color: var(--product-accent); font-size: var(--text-lg); line-height: 2rem; font-weight: 800; }
.product-moment-grid h3 { font-size: var(--text-xl); }
.intensity-meter { display: grid; grid-template-columns: repeat(5, 1fr); gap: .3rem; margin: 1.2rem 0; }
.intensity-meter i { height: .45rem; border-radius: var(--radius-card); background: var(--sand); }
.intensity-meter i.is-active { background: var(--product-accent); }
.product-transparency { display: grid; grid-template-columns: 1fr 1fr auto; gap: 3rem; align-items: end; margin: clamp(4rem, 8vw, 8rem) 0; padding: clamp(2.5rem, 5vw, 5rem); border-radius: var(--radius); background: var(--product-soft); }
.product-transparency h2 { max-width: 12ch; margin: 0; font-size: var(--text-4xl); }
.single-product .woocommerce div.product .woocommerce-tabs, .single-product .related.products { width: var(--shell); margin-inline: auto; }
.woocommerce div.product .woocommerce-tabs { clear: both; padding-top: 2rem; }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; border: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 1px solid var(--line); border-radius: var(--radius-card); background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: var(--ink); color: #fff; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: .75rem 1rem; }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 62rem; padding: 2rem 0 4rem; }
.woocommerce div.product .woocommerce-tabs .panel h2 { font-size: var(--text-4xl); }
.ingredient-checks { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 2rem; margin: 2rem 0; padding: 0; list-style: none; }
.ingredient-checks li { padding: 1rem 0; border-bottom: 1px solid var(--line); }
.related.products { clear: both; padding-top: 4rem; }
.related.products > h2 { font-size: var(--text-4xl); }

/* Product discovery: compact, progressive filters over the full 23-product catalogue. */
.post-type-archive-product .woocommerce-shell,
.tax-product_cat .woocommerce-shell { padding-bottom: clamp(5rem, 9vw, 9rem); }
.post-type-archive-product .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header { max-width: 55rem; margin-bottom: clamp(2rem, 4vw, 4rem); }
.post-type-archive-product .woocommerce-products-header__title,
.tax-product_cat .woocommerce-products-header__title { margin-bottom: 0; }
.shop-discovery { margin: 0 0 clamp(2rem, 4vw, 3.5rem); padding: clamp(1.25rem, 2.7vw, 2.25rem); border: 1px solid rgba(17,33,28,.09); border-radius: var(--radius-image); background: linear-gradient(135deg, #f2f7f4 0%, #fff 54%, #f5efe3 100%); box-shadow: 0 18px 55px rgba(17,33,28,.06); }
.shop-discovery__intro { display: grid; grid-template-columns: 1fr minmax(18rem, 26rem); gap: 2rem; align-items: end; margin-bottom: 1.65rem; }
.shop-discovery__intro .eyebrow { margin-bottom: .55rem; }
.shop-discovery__intro h2 { max-width: 14ch; margin: 0; font-size: var(--text-4xl); line-height: .95; }
.shop-search { display: grid; grid-template-columns: auto 1fr; gap: .55rem; align-items: center; min-height: 3.35rem; padding: 0 1rem; border: 1px solid rgba(17,33,28,.14); border-radius: var(--radius-control); background: rgba(255,255,255,.9); transition: border-color .2s, box-shadow .2s; }
.shop-search:focus-within { border-color: var(--mint-dark); box-shadow: 0 0 0 3px rgba(95,156,132,.14); }
.shop-search .dashicons { width: 1rem; height: 1rem; color: var(--forest); font-size: 1rem; }
.shop-search input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: var(--text-sm); }
.shop-filter-groups { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) auto; gap: 1.4rem; align-items: end; padding-top: 1.25rem; border-top: 1px solid rgba(17,33,28,.09); }
.shop-filter-groups fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.shop-filter-groups legend { margin-bottom: .58rem; color: rgba(17,33,28,.55); font-size: var(--text-xs); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.shop-filter-row { display: flex; flex-wrap: wrap; gap: .42rem; }
.shop-filter { min-height: 2.25rem; padding: .56rem .76rem; border: 1px solid rgba(17,33,28,.13); border-radius: var(--radius-control); background: rgba(255,255,255,.7); color: var(--ink); font-size: var(--text-xs); font-weight: 750; line-height: 1; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.shop-filter:hover { border-color: var(--forest); transform: translateY(-1px); }
.shop-filter.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.shop-sale-toggle { display: inline-flex; align-items: center; gap: .42rem; min-height: 2.25rem; padding: .52rem .75rem; border: 1px solid rgba(17,33,28,.14); border-radius: var(--radius-control); background: #fff; font-size: var(--text-xs); font-weight: 800; white-space: nowrap; cursor: pointer; }
.shop-sale-toggle input { width: .9rem; height: .9rem; margin: 0; accent-color: var(--forest); }
.shop-sale-toggle .dashicons { width: .86rem; height: .86rem; color: #9b7140; font-size: .86rem; }
.shop-discovery__status { display: flex; gap: 1rem; align-items: center; margin-top: 1.2rem; padding-top: 1.15rem; border-top: 1px solid rgba(17,33,28,.09); }
.shop-discovery__status > p { margin: 0; color: rgba(17,33,28,.62); font-size: var(--text-xs); }
.shop-discovery__status > p strong { color: var(--ink); }
.shop-reset { display: inline-flex; align-items: center; gap: .35rem; padding: 0; border: 0; background: transparent; color: var(--forest); font-size: var(--text-xs); font-weight: 800; cursor: pointer; }
.shop-reset .dashicons { width: .85rem; height: .85rem; font-size: .85rem; }
.shop-sort { display: flex; align-items: center; gap: .35rem; min-height: 2.45rem; margin-left: auto; padding: 0 .85rem; border: 1px solid rgba(17,33,28,.13); border-radius: var(--radius-control); background: #fff; }
.shop-sort > .dashicons { width: .9rem; height: .9rem; color: var(--forest); font-size: .9rem; }
.shop-sort .woocommerce-ordering { float: none; margin: 0; }
.shop-sort .orderby { max-width: 13.5rem; padding: .5rem 1.4rem .5rem 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; font-size: var(--text-xs); font-weight: 750; cursor: pointer; }
.shop-empty { margin: 1.5rem 0 0; padding: 1.2rem; border-radius: var(--radius-card); background: #fff; color: var(--muted); font-size: var(--text-sm); text-align: center; }
.shop-reset[hidden], .shop-empty[hidden], .woocommerce ul.products li.product[hidden] { display: none !important; }
.shop-discovery + ul.products { clear: both; }

.collection-products { margin-top: clamp(5rem, 9vw, 9rem); margin-bottom: clamp(4rem, 8vw, 8rem); }
.collection-products__header { display: flex; gap: 2rem; align-items: end; justify-content: space-between; margin-bottom: .75rem; }
.collection-products__header .eyebrow { margin-bottom: .6rem; }
.collection-products__header h2 { max-width: 13ch; margin: 0; font-size: var(--text-4xl); line-height: .92; }
.collection-products__lead { max-width: 42rem; margin: 0 0 2.25rem; color: var(--muted); font-size: var(--text-sm); }
.collection-products .woocommerce { width: 100%; }
.collection-products .text-link { flex: 0 0 auto; margin-bottom: .45rem; }

@media (max-width: 900px) {
	.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.shop-discovery__intro { grid-template-columns: 1fr; }
	.shop-filter-groups { grid-template-columns: 1fr; }
	.shop-sale-toggle { justify-self: start; }
}

@media (max-width: 540px) {
	.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
	.woocommerce ul.products li.product { float: none !important; clear: none !important; width: 100% !important; margin: 0 !important; padding: .55rem .55rem .75rem; border-radius: var(--radius-card); }
	.woocommerce ul.products li.product img { margin-bottom: .65rem; border-radius: var(--radius-image); }
	.woocommerce ul.products li.product .product-card__kicker { font-size: var(--text-xs); letter-spacing: .06em; }
	.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 2.55em; font-size: var(--text-sm); overflow-wrap: anywhere; }
	.woocommerce ul.products li.product .price { margin: .35rem 0 .65rem; font-size: var(--text-xs); }
	.woocommerce ul.products li.product .button { width: 100%; justify-content: center; min-height: 2.35rem; padding: .58rem .5rem; font-size: var(--text-xs); }
	.woocommerce ul.products li.product .button .dashicons { display: none; }
	.woocommerce span.onsale { top: .85rem; left: .85rem; }
	.shop-discovery { padding: 1rem; border-radius: var(--radius-image); }
	.shop-discovery__intro { gap: 1.25rem; margin-bottom: 1.2rem; }
	.shop-discovery__intro h2 { font-size: var(--text-2xl); }
	.shop-search { min-height: 3rem; }
	.shop-filter-groups { gap: 1rem; }
	.shop-filter-row { flex-wrap: nowrap; margin-inline: -1rem; padding: 0 1rem .25rem; overflow-x: auto; scrollbar-width: none; }
	.shop-filter-row::-webkit-scrollbar { display: none; }
	.shop-filter { flex: 0 0 auto; }
	.shop-discovery__status { flex-wrap: wrap; }
	.shop-sort { flex: 1 0 100%; margin-left: 0; }
	.shop-sort .woocommerce-ordering, .shop-sort .orderby { width: 100%; max-width: none; }
	.collection-products__header { display: block; }
	.collection-products__header .text-link { display: inline-flex; margin-top: 1rem; }
	.editorial-split h2 { overflow-wrap: anywhere; hyphens: auto; }
}

@media (max-width: 370px) {
	.woocommerce ul.products { grid-template-columns: 1fr; }
}

.quick-view { width: min(64rem, calc(100vw - 2rem)); max-height: calc(100svh - 2rem); padding: 0; overflow: auto; border: 0; border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.quick-view::backdrop { background: rgba(4, 17, 13, .7); backdrop-filter: blur(5px); }
.quick-view__close { position: absolute; top: 1rem; right: 1rem; z-index: 2; padding: .75rem 1rem; border-radius: var(--radius-card); background: rgba(255,255,255,.9); }
.quick-view__grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 34rem; }
.quick-view__visual { display: grid; place-items: center; background: #fff; }
.quick-view__visual img { width: 90%; aspect-ratio: 1; object-fit: contain; padding: 4%; }
.quick-view__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 5rem); }
.quick-view__content h2 { margin-bottom: 1.5rem; font-size: var(--text-4xl); }
.quick-view__price { margin: .7rem 0 1.5rem; font-size: var(--text-xl); }
.quantity { display: inline-flex; align-items: center; align-self: flex-start; margin-bottom: 1rem; border: 1px solid var(--line); border-radius: var(--radius-control); }
.quantity button { width: 2.7rem; height: 2.7rem; border: 0; background: transparent; cursor: pointer; }
.quantity output { min-width: 1.4rem; text-align: center; }

.content-page, .archive-products, .single-product { min-height: 60vh; }
.content-page { max-width: 55rem; }
.content-page h1, .archive-products h1, .single-product h1 { font-size: var(--text-4xl); }
.entry-content { font-size: var(--text-base); }
.single-product__grid { display: grid; grid-template-columns: 1fr .8fr; gap: 8vw; align-items: center; }
.single-product__visual { display: grid; place-items: center; min-height: 42rem; background: #fff; border-radius: var(--radius); }
.single-product__visual img { width: 90%; max-height: 38rem; object-fit: contain; padding: 5%; }
.single-product__lead { font-size: var(--text-lg); }
.single-product__price { display: block; margin: 1.5rem 0; font-size: var(--text-xl); }
.product-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: .5rem; margin-top: 2rem; padding: 1.5rem; list-style: none; background: var(--mint-soft); border-radius: var(--radius); font-size: var(--text-xs); font-weight: 700; }

.page-hero { position: relative; min-height: 34rem; display: grid; align-items: end; overflow: hidden; color: #fff; }
.page-hero > img, .page-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero > img { object-fit: cover; }
.page-hero__veil { background: linear-gradient(0deg, rgba(8, 28, 22, .8), rgba(8, 28, 22, .1)); }
.page-hero__content { position: relative; z-index: 1; padding-bottom: clamp(3rem, 7vw, 6rem); }
.page-hero h1 { max-width: 12ch; margin: 0; font-size: var(--text-4xl); }
.page-hero--editorial { min-height: clamp(36rem, 76vh, 52rem); }
.page-hero--commerce { min-height: clamp(22rem, 44vh, 32rem); }
.page-hero--editorial .page-hero__veil { background: linear-gradient(0deg, rgba(5,25,19,.88) 0%, rgba(5,25,19,.22) 75%); }
.page-hero__lead { max-width: 42rem; margin: 1.5rem 0 0; font-size: var(--text-lg); }
.breadcrumbs { display: flex; gap: .55rem; align-items: center; margin-bottom: 2rem; color: rgba(17,33,28,.62); font-size: var(--text-xs); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.breadcrumbs--light { color: rgba(255,255,255,.72); }
.editorial-content { padding-block: clamp(5rem, 10vw, 10rem); }
.commerce-rewards { margin-top: clamp(3rem, 6vw, 6rem); }
.commerce-rewards .cart-rewards { margin-bottom: 0; }
.woocommerce-cart .editorial-content, .woocommerce-checkout .editorial-content, .woocommerce-account .editorial-content { padding-top: clamp(3rem, 6vw, 5rem); }
.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout { gap: clamp(2rem, 5vw, 5rem); }
.wc-block-cart__main, .wc-block-checkout__main { padding: clamp(1.2rem, 3vw, 2.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.wc-block-components-sidebar { align-self: start; padding: clamp(1.2rem, 3vw, 2.5rem) !important; border-radius: var(--radius); background: var(--mint-soft); }
.wc-block-cart-items { margin: 0 !important; }
.wc-block-components-product-name { font-family: Raleway, sans-serif; font-size: var(--text-lg) !important; font-weight: 700; }
.wc-block-components-product-metadata { color: rgba(17,33,28,.58); }
.wc-block-cart-item__image img { border-radius: var(--radius-image); background: var(--paper); }
.wc-block-components-quantity-selector { border-color: var(--line) !important; border-radius: var(--radius-control) !important; }
.wc-block-components-totals-wrapper { border-color: var(--line) !important; }
.wc-block-components-button:not(.is-link) { min-height: 3.35rem; border-radius: var(--radius-control) !important; background: var(--ink) !important; color: #fff !important; font-size: var(--text-xs); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.wc-block-components-checkout-place-order-button:hover { background: #285948 !important; }
.editorial-intro { max-width: 69rem; margin: 0 auto clamp(6rem, 11vw, 11rem); }
.editorial-intro p { font-size: var(--text-4xl); letter-spacing: -.035em; line-height: 1.25; }
.editorial-gallery { display: grid; grid-template-columns: 1.35fr .65fr; gap: 1.25rem; margin-top: clamp(-4rem, -5vw, -2rem); margin-bottom: clamp(6rem, 11vw, 10rem); }
.editorial-gallery figure { position: relative; overflow: hidden; min-height: 31rem; margin: 0; border-radius: var(--radius); background: var(--sand); }
.editorial-gallery__large { min-height: 42rem !important; }
.editorial-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.editorial-gallery figure:hover img { transform: scale(1.025); }
.editorial-gallery figcaption { position: absolute; left: 1rem; bottom: 1rem; display: inline-flex; align-items: center; gap: .55rem; padding: .75rem 1rem; border-radius: var(--radius-control); background: rgba(247,245,239,.9); box-shadow: 0 8px 25px rgba(17,33,28,.13); font-size: var(--text-xs); font-weight: 800; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(12px); }
.editorial-gallery figcaption .dashicons { width: 1rem; height: 1rem; font-size: 1rem; }
.content-section { margin-bottom: clamp(5rem, 10vw, 10rem); }
.editorial-split { display: grid; grid-template-columns: 1.05fr .8fr; gap: 10vw; align-items: start; }
.editorial-split--reverse > div:first-child { order: 2; }
.editorial-split h2 { max-width: 11ch; margin: 0; font-size: var(--text-4xl); }
.editorial-split > div:last-child { padding-top: 2rem; font-size: var(--text-base); }
.editorial-split > div:last-child p + p { margin-top: 1.5rem; }
.fact-cards { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.fact-cards article { min-height: 19rem; padding: clamp(2rem, 4vw, 4rem); border-right: 1px solid var(--line); background: rgba(255,255,255,.34); }
.fact-cards article:last-child { border-right: 0; }
.fact-cards strong { display: block; margin-bottom: 4rem; color: var(--forest); font-size: var(--text-4xl); line-height: 1; }
.fact-cards h2 { font-size: var(--text-xl); letter-spacing: -.02em; }
.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.faq-section h2 { margin: 0; font-size: var(--text-4xl); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.5rem 3rem 1.5rem 0; font-size: var(--text-base); font-weight: 700; cursor: pointer; }
.faq-list summary::after { content: "+"; position: absolute; right: .5rem; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 46rem; padding-bottom: 1.5rem; }
.faq-list--compact details { max-width: 52rem; }
.content-cta { padding: clamp(3rem, 7vw, 7rem); border-radius: var(--radius); background: var(--forest); color: #fff; text-align: center; }
.content-cta h2 { max-width: 13ch; margin: 0 auto 1.5rem; }
.content-cta p:not(.eyebrow) { max-width: 36rem; margin: 0 auto 2rem; }
.topic-links { padding-bottom: clamp(6rem, 11vw, 10rem); }
.topic-links > div { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.topic-links a { display: grid; gap: .35rem; padding: 2rem; border-right: 1px solid var(--line); }
.topic-links a:last-child { border-right: 0; }
.topic-links a span { font-size: var(--text-lg); font-weight: 700; }
.topic-links a strong { font-size: var(--text-xs); letter-spacing: .08em; text-transform: uppercase; }
.journal-archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(2rem, 5vw, 5rem) 2rem; }
.journal-archive-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 1.5rem; }
.journal-archive-card__image { overflow: hidden; border-radius: var(--radius); background: var(--sand); }
.journal-archive-card img { width: 100%; height: 100%; min-height: 20rem; object-fit: cover; transition: transform .5s var(--ease); }
.journal-archive-card:hover img { transform: scale(1.025); }
.journal-archive-card h2 { margin-bottom: 1rem; font-size: var(--text-4xl); }
.journal-archive-card > div { padding-top: 1rem; }
.article-hero { max-width: 75rem; padding-top: clamp(6rem, 12vw, 11rem); text-align: center; }
.article-hero .breadcrumbs { justify-content: center; }
.article-hero h1 { margin: 0 auto 2rem; font-size: var(--text-4xl); }
.article-deck { max-width: 52rem; margin: 0 auto 4rem; font-size: var(--text-xl); }
.article-cover { overflow: hidden; border-radius: var(--radius); }
.article-cover img { width: 100%; max-height: 48rem; object-fit: cover; }
.article-body { display: grid; grid-template-columns: minmax(0, 48rem) 16rem; gap: 9vw; padding-block: clamp(4rem, 9vw, 9rem); }
.article-body__content { font-size: var(--text-base); }
.article-body__content h2 { margin: 4rem 0 1.5rem; font-size: var(--text-4xl); }
.article-body__aside { position: sticky; top: 8rem; align-self: start; display: grid; gap: .8rem; }
.article-body__aside a { padding: .9rem 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.article-note { margin-top: 4rem; padding: 2rem; border-radius: var(--radius); background: var(--mint-soft); }
.article-note p { margin: .5rem 0 0; font-size: var(--text-sm); }
.contact-cards { display: grid; gap: .7rem; margin-top: 2.5rem; }
.contact-cards > * { display: grid; padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius-card); }
.contact-cards span { font-size: var(--text-xs); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: .55; }
.contact-form select { width: 100%; padding: .9rem .2rem; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; }
.support-links { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: clamp(6rem, 10vw, 10rem); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.support-links a { display: grid; padding: 2rem; border-right: 1px solid var(--line); }
.support-links a:last-child { border-right: 0; }
.support-links span { font-size: var(--text-xs); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: .55; }
.page-story { display: grid; grid-template-columns: 1fr .8fr; gap: 9vw; align-items: start; }
.page-story h2 { margin: 0; }
.page-story > div:last-child { padding-top: 2rem; font-size: var(--text-lg); }
.page-story .button { margin-top: 1.5rem; }
.page-image { overflow: hidden; margin-bottom: clamp(5rem, 10vw, 10rem); border-radius: var(--radius); }
.page-image img { width: 100%; max-height: 45rem; object-fit: cover; }
.impact-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: clamp(5rem, 10vw, 10rem); border: 1px solid var(--line); border-radius: var(--radius); }
.impact-stats div { padding: clamp(2rem, 5vw, 4rem); border-right: 1px solid var(--line); }
.impact-stats div:last-child { border-right: 0; }
.impact-stats strong, .impact-stats span { display: block; }
.impact-stats strong { margin-bottom: .5rem; font-size: var(--text-4xl); line-height: 1; }
.impact-stats span { font-size: var(--text-xs); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.contact-grid h2 { margin-bottom: 2rem; }
.contact-form { display: grid; gap: 1.4rem; }
.contact-form label { display: grid; gap: .45rem; font-size: var(--text-xs); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: .9rem .2rem; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; resize: vertical; }
.contact-form .button { justify-self: start; }
.contact-form small { opacity: .6; }
.legal-content { max-width: 60rem; }

.reveal { opacity: 0; transform: translateY(1.5rem); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
	.site-header__inner { grid-template-columns: 10rem 1fr auto; }
	.site-nav { gap: 1.1rem; }
	.nav-mega__inner { grid-template-columns: minmax(0, 1fr) 17rem; }
	.nav-mega__intro { display: none; }
	.product-grid { grid-template-columns: repeat(3, 1fr); }
	.gift-grid { grid-template-columns: 1fr; }
	.gift-copy { max-width: 48rem; }
	.journal-grid { grid-template-columns: repeat(2, 1fr); }
	.journal-card:first-child { grid-column: span 2; }
	.footer-grid { grid-template-columns: repeat(3, 1fr); }
	.footer-brand, .footer-newsletter { grid-column: span 2; }
	.journal-archive-card { grid-template-columns: 1fr; }
	.product-transparency { grid-template-columns: 1fr 1fr; align-items: start; }
	.product-transparency .button { justify-self: start; }
	.service-ribbon__grid { grid-template-columns: repeat(2, 1fr); }
	.service-ribbon__grid > div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.14); }
	.product-stage__grid { grid-template-columns: minmax(0, 1fr) minmax(22rem, .85fr); gap: 3rem; }
	.product-reasons { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 52rem; margin-inline: auto; }
}

@media (max-width: 860px) {
	:root { --shell: min(100% - 2rem, 50rem); }
	.announcement__detail, .header-link { display: none; }
	.site-header__inner { grid-template-columns: auto 1fr auto; min-height: 4.6rem; gap: .75rem; }
	.brand img { width: 8.4rem; }
	.menu-toggle { display: block; justify-self: center; padding: .65rem 1rem; border: 1px solid var(--line); border-radius: var(--radius-control); background: transparent; font-size: var(--text-xs); font-weight: 700; text-transform: uppercase; }
	.site-nav { position: fixed; top: 6.8rem; left: 1rem; right: 1rem; display: grid; gap: 0; max-height: calc(100svh - 7.8rem); overflow-y: auto; padding: .8rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); opacity: 0; transform: translateY(-.75rem); visibility: hidden; transition: .3s var(--ease); }
	.site-nav.is-open { opacity: 1; transform: none; visibility: visible; }
	.site-nav a { padding: .9rem .8rem; border-bottom: 1px solid var(--line); }
	.site-nav a:last-child { border-bottom: 0; }
	.nav-dropdown { border-bottom: 1px solid var(--line); }
	.nav-dropdown summary { padding: .9rem .8rem; }
	.nav-dropdown__panel { position: static; width: auto; grid-template-columns: 1fr 1fr; padding: .2rem .4rem .8rem; border: 0; border-radius: 0; background: transparent; box-shadow: none; transform: none; }
	.nav-dropdown__panel a { padding: .7rem; border: 0; background: #fff; }
	.nav-mega__panel { position: static; max-height: none; overflow: visible; padding: 0 .25rem .9rem; border: 0; background: transparent; box-shadow: none; }
	.nav-mega__inner { width: auto; display: grid; grid-template-columns: 1fr; gap: .7rem; }
	.nav-mega__intro { display: none; }
	.nav-mega__worlds { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
	.site-nav .mega-world { grid-template-columns: 4.2rem minmax(0, 1fr); min-height: 5.5rem; padding: .55rem; border-bottom: 0; }
	.nav-mega__worlds .mega-world__copy strong { font-size: var(--text-base); }
	.nav-mega__worlds .mega-world__copy em { font-size: var(--text-xs); }
	.nav-mega__guide { display: grid; grid-template-columns: 8rem 1fr; }
	.nav-mega__guide > img { height: 100%; min-height: 9rem; }
	.nav-mega__guide h3 { font-size: var(--text-lg); }
	.nav-mega__guide p:not(.eyebrow) { display: none; }
	.nav-mega__guide .button { width: auto; }
	.cart-trigger { padding: .65rem; font-size: 0; }
	.cart-trigger > span:not(.dashicons) { display: none; }
	.cart-trigger .dashicons { font-size: 1.1rem; }
	.cart-trigger strong { font-size: var(--text-xs); }
	.hero { min-height: 48rem; align-items: end; }
	.hero__content { padding-block: 8rem 7rem; }
	.hero__veil { background: linear-gradient(0deg, rgba(7,28,39,.9), rgba(7,28,39,.25) 80%); }
	.hero__stamp { width: 8.5rem; height: 8.5rem; right: 1rem; bottom: 1rem; }
	.hero__stamp strong { font-size: var(--text-4xl); }
	.hero__scroll { display: none; }
	.value-strip__inner { grid-template-columns: repeat(2, 1fr); }
	.value-strip__inner div:nth-child(3) { border-left: 1px solid var(--line); }
	.section-heading--split, .story-intro { grid-template-columns: 1fr; gap: 1.5rem; }
	.product-tools { align-items: stretch; flex-direction: column; }
	.product-search input { width: 100%; }
	.product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.retro-grid, .single-product__grid { grid-template-columns: 1fr; }
	.page-story, .contact-grid, .editorial-split, .faq-section, .product-story__intro, .article-body { grid-template-columns: 1fr; }
	.editorial-split--reverse > div:first-child { order: 0; }
	.editorial-split > div:last-child { padding-top: 0; }
	.fact-cards, .product-moment-grid { grid-template-columns: 1fr; }
	.fact-cards article, .product-moment-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
	.fact-cards article:last-child, .product-moment-grid article:last-child { border-bottom: 0; }
	.fact-cards strong, .product-moment-grid article > span { margin-bottom: 2rem; }
	.article-body__aside { position: static; grid-template-columns: repeat(3, 1fr); }
	.journal-archive-grid { grid-template-columns: 1fr; }
	.topic-links > div, .support-links { grid-template-columns: 1fr; }
	.topic-links a, .support-links a { border-right: 0; border-bottom: 1px solid var(--line); }
	.topic-links a:last-child, .support-links a:last-child { border-bottom: 0; }
	.retro-image { min-height: 32rem; }
	.intense-banner { min-height: 40rem; }
	.nature-grid { grid-template-columns: 1fr; }
	.nature-panel { min-height: 40rem; }
	.testimonial-track { min-height: 24rem; }
	.adventure-grid { grid-template-columns: 1fr; }
	.adventure-collage { min-height: 38rem; }
	.adventure-copy { max-width: 44rem; }
	.editorial-gallery { grid-template-columns: 1fr 1fr; }
	.editorial-gallery__large { min-height: 34rem !important; }
	.editorial-gallery figure { min-height: 28rem; }
	.product-stage { padding-top: 2rem; }
	.product-stage__grid { grid-template-columns: 1fr; gap: 1rem; }
	.product-stage__visual { min-height: 34rem; }
	.product-stage__visual .woocommerce-product-gallery { width: min(82%, 36rem) !important; }
	.product-stage__ingredient { right: 2%; bottom: 1rem; }
	.product-stage__content { max-width: 42rem; padding-bottom: 0; }
	.woocommerce div.product .product-stage__content .summary .product_title { font-size: var(--text-4xl); }
	.product-reason:nth-child(even) { margin-top: 2rem; }
}

@media (max-width: 600px) {
	body { font-size: var(--text-base); }
	h1 { font-size: var(--text-4xl); }
	h2 { font-size: var(--text-4xl); }
	.section { padding-block: 5rem; }
	.hero__media { background-position: 66% center; }
	.hero__content { padding-bottom: 5rem; }
	.hero__lead { font-size: var(--text-base); }
	.hero__stamp { display: none; }
	.value-strip strong { font-size: var(--text-lg); }
	.value-strip span { font-size: var(--text-xs); }
	.product-grid { gap: 1rem .7rem; }
	.product-card__body { padding-top: .9rem; }
	.product-card__body h3 { min-height: 0; font-size: var(--text-base); }
	.product-card__footer { align-items: flex-start; flex-direction: column; }
	.product-card__footer .text-button { display: none; }
	.product-card__badge { top: .6rem; left: .6rem; padding: .35rem .5rem; font-size: var(--text-xs); }
	.filters { flex-wrap: nowrap; margin-right: -1rem; overflow-x: auto; padding-bottom: .4rem; }
	.filters button { flex: 0 0 auto; }
	.gift-cards { grid-template-columns: 1fr; }
	.retro-image { min-height: 25rem; }
	.intense-banner__media { background-position: 62% center; }
	.story-visual { width: 100%; border-radius: 0; }
	.story-visual img { min-height: 28rem; }
	.story-visual__fact strong { font-size: var(--text-4xl); }
	.nature-panel { min-height: 34rem; }
	.testimonial-track { min-height: 28rem; }
	.testimonial-controls { justify-content: flex-start; }
	.journal-grid { grid-template-columns: 1fr; }
	.journal-card:first-child { grid-column: auto; }
	.journal-card:first-child img, .journal-card img { aspect-ratio: 1.2; }
	.quick-view__grid { grid-template-columns: 1fr; }
	.quick-view__visual { min-height: 18rem; }
	.quick-view__visual img { width: 75%; height: 18rem; }
	.footer-grid { grid-template-columns: 1fr; gap: 2rem; }
	.footer-brand, .footer-newsletter { grid-column: auto; }
	.footer-bottom { flex-direction: column; }
	.footer-bottom a { margin: 0 1rem 0 0; }
	.service-ribbon__grid { grid-template-columns: 1fr; }
	.service-ribbon__grid > div, .service-ribbon__grid > div:first-child, .service-ribbon__grid > div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.14); border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
	.editorial-gallery { grid-template-columns: 1fr; gap: .8rem; }
	.editorial-gallery__large, .editorial-gallery figure { min-height: 24rem !important; }
	.adventure-collage { min-height: 31rem; }
	.adventure-collage figure:first-child { inset: 0 12% 13% 0; }
	.adventure-collage figure:nth-child(2) { width: 46%; height: 42%; }
	.adventure-collage__stamp { top: .8rem; right: 0; width: 7.5rem; height: 7.5rem; }
	.adventure-copy h2 { overflow-wrap: anywhere; }
	.cart-rewards { grid-template-columns: 1fr; }
	.cart-rewards__visual { min-height: 9rem; max-height: 12rem; }
	.cart-rewards__content { padding: 1.2rem; }
	.cart-drawer .cart-rewards { grid-template-columns: 4.5rem 1fr; }
	.cart-drawer .cart-rewards__visual { min-height: 10rem; }
	.reward-milestones small { font-size: var(--text-xs); }
	.product-stage { padding-bottom: 4rem; }
	.product-stage__crumb { margin-bottom: 1.5rem; }
	.product-stage__crumb .woocommerce-breadcrumb { font-size: var(--text-xs); }
	.product-stage__visual { min-height: 25rem; }
	.product-stage__visual .woocommerce-product-gallery { width: 88% !important; }
	.product-stage__visual .woocommerce-product-gallery__image img { border-width: .4rem; border-radius: var(--radius-image) !important; }
	.product-stage__ingredient { right: -.25rem; bottom: .35rem; width: 7.8rem; }
	.product-stage__ingredient img { border-width: .35rem; }
	.product-stage__ingredient figcaption { max-width: 7.5rem; font-size: var(--text-xs); }
	.product-stage__content { padding-top: 1.5rem; }
	.product-stage__kicker { margin-bottom: 1rem; font-size: var(--text-xs); }
	.woocommerce div.product .product-stage__content .summary .product_title { max-width: 10ch; margin-bottom: 1.1rem; font-size: var(--text-4xl); }
	.product-stage__content .wc-product-badges { gap: .35rem; }
	.product-stage__content .wc-product-badges span { font-size: var(--text-xs); }
	.product-stage__content form.cart { align-items: stretch; }
	.product-stage__content form.cart .single_add_to_cart_button { flex: 1; }
	.pack-selector legend { display: block; }
	.pack-selector legend small { display: block; margin-top: .25rem; }
	.pack-selector__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pack-option { padding: .7rem; }
	.product-buy-notes { gap: .55rem 1rem; }
	.product-buy-notes span { font-size: var(--text-xs); }
	.product-story { padding-top: 6rem; }
	.product-reasons__header { margin-bottom: 3.5rem; text-align: left; }
	.product-reasons__header h2 { font-size: var(--text-4xl); }
	.product-reasons__header > p:last-child { margin-inline: 0; }
	.product-reasons { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem .8rem; margin-bottom: 6rem; }
	.product-reason:nth-child(even) { margin-top: 2.5rem; }
	.product-reason button img { border-width: .3rem; }
	.product-reason button span { grid-template-columns: 1fr; gap: .45rem; }
	.product-reason button small { width: 1.65rem; height: 1.65rem; }
	.product-reason button strong { font-size: var(--text-sm); }
	.product-reason > p { margin-left: 0; font-size: var(--text-xs); }
	.single-product__visual { min-height: 24rem; }
	.page-hero { min-height: 28rem; }
	.page-hero--editorial { min-height: 34rem; }
	.page-hero h1 { font-size: var(--text-4xl); }
	.editorial-intro p { font-size: var(--text-xl); }
	.editorial-content { padding-top: 4rem; }
	.product-story__intro { padding: 2rem 1.25rem; }
	.product-moment-grid article { padding: 2rem 1.25rem; }
	.product-transparency { grid-template-columns: 1fr; gap: 1.5rem; padding: 2rem 1.25rem; }
	.ingredient-checks { grid-template-columns: 1fr; }
	.article-body__aside { grid-template-columns: 1fr; }
	.journal-archive-card img { min-height: 16rem; }
	.nav-dropdown__panel { grid-template-columns: 1fr; }
	.nav-mega__worlds { grid-template-columns: 1fr; }
	.site-nav .mega-world { grid-template-columns: 4.5rem minmax(0, 1fr); }
	.nav-mega__guide { grid-template-columns: 6.5rem 1fr; }
	.impact-stats { grid-template-columns: 1fr; }
	.impact-stats div { border-right: 0; border-bottom: 1px solid var(--line); }
	.impact-stats div:last-child { border-bottom: 0; }
}

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