/* =========================================================================
   Helixx — main stylesheet
   Units: rem for type/spacing/radius, px only for hairline borders,
   em for media-query breakpoints. Base = 16px (html font-size: 100%).
   ========================================================================= */

:root {
	--red: #A70000;
	--red-dark: #7d0000;
	--gold: #A70000;
	--gold-dark: #7d0000;
	--gold-soft: #fbeaea;
	--slate: #111111;
	--slate-2: #000000;
	--ink: #1a1a1a;
	--muted: #5c636a;
	--line: #e7e7e7;
	--bg: #ffffff;
	--bg-soft: #f6f6f6;
	--bg-cream: #f7f7f7;
	--success: #157347;

	--font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--container: 78rem;          /* 1248px */
	--gutter: 1.25rem;           /* 20px  */
	--radius: 0.5rem;            /* 8px   */
	--radius-lg: 0.875rem;       /* 14px  */
	--shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 0.375rem 1.25rem rgba(0, 0, 0, .05);
	--shadow-lg: 0 0.625rem 2.5rem rgba(0, 0, 0, .12);
	--gap: 1.5rem;               /* 24px  */
}

/* ---------- reset ---------- */
html { font-size: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: border-box; }
body {
	margin: 0;
	font-family: var(--font);
	color: var(--ink);
	background: var(--bg);
	line-height: 1.6;
	font-size: 1rem;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-dark); }
h1, h2, h3, h4, h5 { color: var(--slate); font-weight: 800; line-height: 1.2; margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; }
ul, ol { margin: 0 0 1rem; padding-left: 1.2em; }
button { font-family: inherit; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap; border: 0; padding: 0; margin: -1px;
}
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 0.5rem; top: 0.5rem; background: #fff; padding: 0.625rem 1rem; z-index: 1000; border-radius: 0.375rem; }

.hx-container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }

.hx-icon { width: 1.375rem; height: 1.375rem; flex: none; }

/* ---------- buttons ---------- */
.btn,
.button,
button.button,
.single-product form.cart .single_add_to_cart_button {
	display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
	background: var(--red); color: #fff;
	border: 0; border-radius: var(--radius);
	padding: 0.8125rem 1.625rem; font-weight: 700; font-size: 0.95rem;
	cursor: pointer; transition: background .15s ease, transform .05s ease;
	line-height: 1; text-align: center;
}
.btn:hover, .button:hover, button.button:hover { background: var(--red-dark); color: #fff; }
.btn:active { transform: translateY(1px); }
.btn--gold { background: var(--gold); }
.btn--gold:hover { background: var(--gold-dark); color: #fff; }
.btn--ghost { background: transparent; color: var(--slate); border: 1px solid var(--line); }
.btn--ghost:hover { background: var(--bg-soft); color: var(--slate); }
.btn--lg { padding: 1rem 2.125rem; font-size: 1.05rem; }

/* =========================================================================
   Announcement bar
   ========================================================================= */
.announcement-bar { background: var(--red); color: #fff; font-size: 0.82rem; padding-block: 0.4rem; }
/* Member state keeps the brand red; only the message/icon change. */
.announcement-bar.is-member { background: var(--red); }
.announcement-bar__inner { display: flex; align-items: center; justify-content: center; gap: 1.125rem; min-height: 1.75rem; flex-wrap: wrap; }
.announcement-bar__msg { margin: 0; font-weight: 600; letter-spacing: .2px; display: inline-flex; align-items: center; gap: 0.4rem; }
.announcement-bar__msg .hx-icon { width: 1rem; height: 1rem; color: #fff; }
.announcement-bar__cta { display: inline-flex; align-items: center; background: #fff; color: var(--red); text-decoration: none; font-weight: 800; white-space: nowrap; padding: 0.25rem 0.8rem; border-radius: 999px; line-height: 1.3; }
.announcement-bar__cta:hover { background: var(--bg-cream); color: var(--red); opacity: 1; }

/* =========================================================================
   Utility bar (support email + help links) — dark, mirrors live Helixx
   ========================================================================= */
.hx-topbar { background: var(--slate-2); color: #cfcfcf; font-size: 0.8rem; }
.hx-topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 2.25rem; flex-wrap: wrap; }
.hx-topbar__left { display: inline-flex; align-items: center; gap: 0.4rem; }
.hx-topbar a, .hx-topbar .hx-mailto { color: #d8d8d8; text-decoration: none; }
.hx-topbar a:hover, .hx-topbar .hx-mailto:hover { color: #fff; }
.hx-topbar .hx-icon { width: 0.95rem; height: 0.95rem; flex: none; }
.hx-topbar__links { display: flex; align-items: center; }
.hx-topbar__links a { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0 0.9rem; position: relative; min-height: 24px; }
.hx-topbar__links a:last-child { padding-right: 0; }
/* | dividers between quick links */
.hx-topbar__links a:not(:last-child)::after { content: "|"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,.28); }
/* EN / FR language switcher (scoped so it doesn't inherit link padding/dividers) */
.hx-topbar__links .hx-lang { display: inline-flex; align-items: center; gap: 0.3rem; padding-left: 0.9rem; }
.hx-topbar__links .hx-lang a { padding: 0; }
.hx-topbar__links .hx-lang a::after { content: none; }
.hx-lang__opt { color: rgba(255,255,255,.7); font-weight: 700; letter-spacing: .02em; display: inline-flex; align-items: center; justify-content: center; min-width: 24px; min-height: 24px; }
.hx-lang__opt:hover { color: #fff; }
.hx-lang__opt.is-active { color: #fff; }
.hx-lang__sep { color: rgba(255,255,255,.28); }
@media (max-width: 40em) {
	.hx-topbar__left { display: none; }
	.hx-topbar__inner { justify-content: center; min-height: 2rem; }
	.hx-topbar__links { font-size: 0.74rem; flex-wrap: wrap; justify-content: center; }
	.hx-topbar__links a { padding: 0 0.55rem; }
}

/* =========================================================================
   Header
   ========================================================================= */
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.site-header__bar {
	display: grid;
	grid-template-columns: auto auto 1fr auto;
	align-items: center;
	gap: clamp(0.75rem, 2vw, 1.75rem);
	padding-block: 0.75rem;
}
.site-branding { display: flex; align-items: center; }
.custom-logo, .custom-logo-link img { max-height: 3.5rem; width: auto; }
.site-title { font-weight: 800; font-size: 1.4rem; color: var(--slate); }

.header-search { max-width: 48rem; width: 100%; }
.header-search form, .header-search .woocommerce-product-search {
	display: flex; width: 100%;
	border: 1px solid var(--line); border-radius: 999px; overflow: hidden;
	background: var(--bg-soft);
}
.header-search input[type="search"],
.header-search input.search-field {
	flex: 1; border: 0; background: transparent; padding: 0.6875rem 1.125rem; font-size: 0.95rem; outline: none; color: var(--ink);
}
.header-search button[type="submit"] {
	border: 0; background: var(--slate); color: #fff; padding: 0 1.375rem; font-weight: 700; cursor: pointer;
}
.header-search button[type="submit"]:hover { background: var(--red); }

.header-actions { display: flex; align-items: center; gap: 0.375rem; }
.header-action {
	position: relative; display: inline-flex; flex-direction: column; align-items: center; gap: 0.125rem;
	color: var(--slate); padding: 0.375rem 0.625rem; border-radius: 0.5rem; font-size: 0.68rem; font-weight: 600;
}
.header-action:hover { color: var(--red); background: var(--bg-soft); }
.header-action--search { display: none; }
.header-action__label { line-height: 1; }
.header-action__icon { position: relative; display: inline-flex; }
.cart-count {
	position: absolute; top: -0.5rem; right: -0.5rem;
	background: var(--red); color: #fff; font-size: 0.68rem; font-weight: 700;
	min-width: 1.125rem; height: 1.125rem; padding: 0 0.3125rem; border-radius: 999px;
	display: inline-flex; align-items: center; justify-content: center; line-height: 1;
}

.nav-toggle { display: none; background: none; border: 0; padding: 0.375rem; color: var(--slate); cursor: pointer; }
.nav-toggle__close { display: none; }
.nav-open .nav-toggle__open { display: none; }
.nav-open .nav-toggle__close { display: block; }

/* ---------- primary mega nav — inline in the white main bar ---------- */
.primary-nav { display: flex; align-items: stretch; min-width: 0; }
.primary-menu {
	display: flex; flex-wrap: nowrap; align-items: stretch; justify-content: flex-start;
	list-style: none; margin: 0; padding: 0;
}
.primary-menu > .menu-item { position: relative; }
.primary-menu > .menu-item > .top-link {
	position: relative;
	display: flex; align-items: center; gap: 0.375rem;
	color: var(--slate); font-weight: 700; font-size: clamp(0.78rem, 1.05vw, 0.92rem);
	padding: 0.875rem clamp(0.6rem, 1.2vw, 1rem); white-space: nowrap;
}
/* Red underline animates in on hover / current; text stays white, no fill. */
.primary-menu > .menu-item > .top-link::after {
	content: ""; position: absolute; left: 0.7rem; right: 0.7rem; bottom: 0.45rem; height: 2px;
	background: var(--red); border-radius: 2px;
	transform: scaleX(0); transform-origin: center; transition: transform .18s ease;
}
.primary-menu > .menu-item > .top-link:hover,
.primary-menu > .menu-item.has-mega:hover > .top-link,
.primary-menu > .menu-item.is-current > .top-link { background: transparent; color: var(--red); }
.primary-menu > .menu-item > .top-link:hover::after,
.primary-menu > .menu-item.has-mega:hover > .top-link::after,
.primary-menu > .menu-item.is-current > .top-link::after { transform: scaleX(1); }
.menu-caret { width: 0.85rem; height: 0.85rem; opacity: .9; }

.primary-menu .sub-menu { list-style: none; margin: 0; padding: 0; }
.primary-menu > .menu-item > .mega-panel {
	position: absolute; top: 100%; left: 0; z-index: 60;
	background: #fff; border: 1px solid var(--line); border-top: 0.1875rem solid var(--red);
	border-radius: 0 0 var(--radius) var(--radius);
	box-shadow: var(--shadow-lg);
	min-width: 28.75rem; max-width: 45rem;
	padding: 1.125rem 1.375rem;
	columns: 2; column-gap: 1.75rem;
	opacity: 0; visibility: hidden; transform: translateY(0.5rem);
	transition: opacity .15s ease, transform .15s ease, visibility .15s;
}
.primary-menu > .menu-item.has-mega:hover > .mega-panel,
.primary-menu > .menu-item.has-mega.is-open > .mega-panel { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-panel .menu-item { break-inside: avoid; }
.mega-panel .menu-link {
	position: relative;
	display: block; color: var(--ink); font-size: 0.9rem; padding: 0.4375rem 0.5rem 0.4375rem 0.75rem; border-radius: 0.375rem;
	transition: background .15s ease, color .15s ease;
}
/* White dropdown, black text, faint red wash + animated red accent on hover. */
.mega-panel .menu-link::before {
	content: ""; position: absolute; left: 0.15rem; top: 50%; width: 3px; height: 62%;
	background: var(--red); border-radius: 2px;
	transform: translateY(-50%) scaleY(0); transform-origin: center; transition: transform .15s ease;
}
.mega-panel .menu-link:hover, .mega-panel .menu-link:focus-visible { background: rgba(167,0,0,.06); color: var(--red); }
.mega-panel .menu-link:hover::before, .mega-panel .menu-link:focus-visible::before { transform: translateY(-50%) scaleY(1); }

/* =========================================================================
   Generic content
   ========================================================================= */
.site-content { min-height: 40vh; }
.page-shell { max-width: var(--container); margin-inline: auto; padding: 2.5rem var(--gutter) 4rem; }
.entry-title { margin-bottom: 1.5rem; }
.entry-content > * { max-width: 52rem; }
.entry-content img, .entry-content .wp-block-image { max-width: 100%; }
/* WooCommerce pages render through page.php inside .entry-content — exempt them
   from the 52rem prose measure so cart / checkout / account / thank-you use the
   full page width instead of being squeezed and left-aligned. */
.woocommerce-checkout .entry-content > *,
.woocommerce-cart .entry-content > *,
.woocommerce-account .entry-content > *,
.woocommerce-order-received .entry-content > * { max-width: none; }
.section { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.section--soft { background: var(--bg-soft); }
.section__head { text-align: center; max-width: 45rem; margin: 0 auto 2.25rem; }
.section__head p { color: var(--muted); margin: 0; }
.eyebrow { color: var(--gold-dark); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 0.8rem; }

/* =========================================================================
   Footer
   ========================================================================= */
.site-footer { background: var(--slate); color: #cfd6dc; margin-top: 4rem; }
/* Homepage ends on the (soft-bg) Reviews section — drop the white gap before the footer. */
.home .site-footer { margin-top: 0; }
.site-footer a { color: #cfd6dc; }
.site-footer a:hover { color: #fff; }
.site-footer__cols {
	display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1.4fr; gap: 2.5rem;
	padding-block: 3.5rem;
}
/* White Helixx wordmark — sits directly on the dark footer, no plate. */
.footer-logo { max-height: 3.25rem; width: auto; margin-bottom: 1.1rem; }
.footer-disclaimer__title { color: #fff; font-size: 0.78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; margin: 0.25rem 0 0.5rem; }
.footer-about__text { font-size: 0.76rem; line-height: 1.6; color: #9aa5ad; }
.footer-col--about .copyright { margin: 0.9rem 0 0; }
.footer-etransfer { display: block; max-width: 12rem; height: auto; margin-top: 1.1rem; }
.footer-badges { display: block; max-width: 22rem; width: 100%; height: auto; margin-top: 1.5rem; }
.footer-pay { display: flex; align-items: center; gap: 0.6rem; margin-top: 1.25rem; }
.footer-pay__label { font-size: 0.72rem; color: #9aa5ad; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.footer-pay__logo { width: 100px; height: 42px; border-radius: 0.25rem; flex: none; }
.footer-trust { display: flex; align-items: center; gap: 0.5rem; font-weight: 600; color: #d8d8d8; font-size: 0.85rem; }
.footer-trust .hx-icon { width: 1.125rem; height: 1.125rem; }
.footer-col__title { color: #fff; font-size: 1rem; margin-bottom: 1rem; }
.footer-menu { list-style: none; margin: 0; padding: 0; }
.footer-menu li { margin-bottom: 0.5625rem; }
.footer-menu a { font-size: 0.9rem; }
.footer-newsletter { display: flex; gap: 0.5rem; margin-top: 0.75rem; }
.footer-newsletter input { flex: 1; border: 0; border-radius: var(--radius); padding: 0.6875rem 0.875rem; font-size: 0.9rem; }
.site-footer__bottom { border-top: 1px solid rgba(255,255,255,.1); }
.site-footer__bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.125rem; flex-wrap: wrap; }
.copyright, .footer-disclaimer { margin: 0; font-size: 0.8rem; color: #9aa5ad; }

/* =========================================================================
   Homepage
   ========================================================================= */
/* Optional logo-reveal video (only present when uploads/helixx-hero.mp4 exists). */
.hero-reveal { background: #000; line-height: 0; overflow: hidden; max-height: 80vh; }
.hero-reveal__video { display: block; width: 100%; height: auto; max-height: 78vh; object-fit: cover; }

/* Split hero: brand copy + trust signals beside the three-bottle product shot. */
.hero { background: linear-gradient(180deg, var(--bg-cream), #fff); border-bottom: 1px solid var(--line); }
.hero__grid {
	display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: clamp(1.5rem, 4vw, 3.5rem);
	padding-block: clamp(2rem, 5vw, 4rem);
}
.hero__title { font-size: clamp(2.1rem, 4.2vw, 3.3rem); margin: 0.35rem 0 1rem; max-width: 16ch; }
.hero__title .accent { color: var(--red); }
.hero__sub { font-size: 1.1rem; color: var(--ink); max-width: 46ch; margin-bottom: 1.25rem; }
.hero__trust { display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 1.5rem; }
.hero__stars { display: inline-flex; align-items: center; gap: 0.5rem; text-decoration: none; }
.hero__stars-ico { display: inline-flex; gap: 0.1rem; }
.hero__stars-ico .hx-icon { width: 1.15rem; height: 1.15rem; fill: var(--red); stroke: var(--red); }
.hero__rating { font-size: 0.95rem; color: var(--slate); }
.hero__rating strong { font-weight: 800; }
.hero__trust-line { display: inline-flex; align-items: center; gap: 0.45rem; margin: 0; font-size: 0.95rem; color: var(--muted); font-weight: 600; }
.hero__trust-line .hx-icon { width: 1.1rem; height: 1.1rem; color: var(--red); }
.hero__trust-line strong { color: var(--slate); }
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero__media { display: flex; justify-content: center; }
.hero__img { width: 100%; max-width: 34rem; height: auto; object-fit: contain; filter: drop-shadow(0 1.25rem 2.5rem rgba(0,0,0,.18)); }
@media (max-width: 52em) {
	.hero__grid { grid-template-columns: 1fr; text-align: center; }
	.hero__title { max-width: none; }
	.hero__sub { margin-inline: auto; }
	.hero__trust { align-items: center; }
	.hero__cta { justify-content: center; }
	.hero__media { order: -1; }
	.hero__img { max-width: 20rem; }
}

/* Homepage Reviews section (hero stars link down to #reviews) */
html { scroll-behavior: smooth; }
.hx-reviews { text-align: center; }
.hx-reviews__head { max-width: 40rem; margin: 0 auto; }
.hx-reviews__head h2 { margin: 0.25rem 0 0.5rem; }
.hx-reviews__sub { color: var(--muted); font-size: 1.02rem; margin: 0; }
#reviews { scroll-margin-top: 6rem; }
.hx-reviews .hero-testimonials { margin-top: 1.75rem; max-width: 42rem; }
.hx-reviews .hero-tst { gap: 0.6rem; }
.hx-reviews .hero-tst__stars .hx-icon { width: 1.15rem; height: 1.15rem; }
.hx-reviews .hero-tst__quote { font-size: 1.2rem; line-height: 1.5; color: var(--ink); max-width: 38rem; }
.hx-reviews .hero-tst__cite { font-size: 0.9rem; margin-top: 0.2rem; }

/* Rotating testimonials component */
.hero-testimonials { display: flex; flex-direction: column; align-items: center; width: 100%; max-width: 34rem; margin: 2rem auto 0; }
.hero-tst__track { display: grid; width: 100%; }
.hero-tst {
	grid-area: 1 / 1; margin: 0; display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
	opacity: 0; visibility: hidden; transition: opacity .55s ease; pointer-events: none;
}
.hero-tst.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.hero-tst__stars { display: inline-flex; gap: 0.1rem; line-height: 0; }
.hero-tst__stars .hx-icon { width: 1rem; height: 1rem; fill: var(--gold-dark); stroke: var(--gold-dark); }
.hero-tst__quote { margin: 0; font-size: 1.02rem; line-height: 1.55; color: var(--slate); font-style: italic; max-width: 32rem; }
.hero-tst__quote::before { content: '\201C'; }
.hero-tst__quote::after { content: '\201D'; }
.hero-tst__cite { font-size: 0.85rem; color: var(--muted); font-weight: 700; }
.hero-tst__cite span { font-weight: 500; }
.hero-tst__dots { display: flex; justify-content: center; gap: 0.45rem; margin-top: 1.1rem; }
.hero-tst__dot { width: 0.55rem; height: 0.55rem; padding: 0; border: 0; border-radius: 50%; background: var(--line); cursor: pointer; transition: background .2s, transform .2s; }
.hero-tst__dot.is-active { background: var(--gold-dark); transform: scale(1.15); }

/* Mobile: drop the video entirely; the text header + testimonials are the hero. */
@media (max-width: 48em) {
	.hero--video { display: none; }
}

/* Shop by Category: bold heading on a dark band */
.section.hx-cats { padding-top: 0; }
.hx-cats__band { background: var(--slate); text-align: center; padding: 2.4rem 0; margin-bottom: 2.75rem; }
.hx-cats__band .eyebrow { color: #ffffff; margin-bottom: 0.4rem; }
.hx-cats__title { color: #fff; font-weight: 800; font-size: clamp(1.9rem, 3.6vw, 2.7rem); margin: 0; letter-spacing: 0.01em; }

/* category tiles — flex so an orphan last row centres instead of left-aligning */
.cat-tiles { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--gap); }
.cat-tiles > * { flex: 0 1 calc((100% - 2 * var(--gap)) / 3); }
.cat-tile {
	position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center;
	min-height: 12.5rem; border-radius: var(--radius-lg); overflow: hidden; text-align: center;
	background: var(--slate); color: #fff; box-shadow: var(--shadow);
	transition: transform .15s ease, box-shadow .15s ease;
}
.cat-tile:hover { transform: translateY(-0.1875rem); box-shadow: var(--shadow-lg); color: #fff; }
.cat-tile__img { position: absolute; inset: 0; }
.cat-tile__img img { width: 100%; height: 100%; object-fit: cover; opacity: .6; }
.cat-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(51,62,72,.35), rgba(51,62,72,.72)); }
.cat-tile__body { position: relative; z-index: 2; padding: 1.25rem; }
.cat-tile__title { display: block; color: #fff; margin: 0 0 0.35rem; font-size: 1.67rem; font-weight: 800; letter-spacing: .01em; text-shadow: 0 1px 8px rgba(0,0,0,.45); }
.cat-tile__count { display: block; font-size: 0.85rem; color: #d8d8d8; font-weight: 700; }

/* Image promo cards — Discreet Shipping / Trusted Reviews / Contact Us */
.promo-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; background: #000; padding: 0.5rem; }
.promo-card { position: relative; display: flex; flex-direction: column; border: 2px solid var(--red); background: #0d0d0d; text-decoration: none; overflow: hidden; }
.promo-card__img { display: block; height: 15rem; background-size: cover; background-position: center; transition: transform .3s ease; }
.promo-card:hover .promo-card__img { transform: scale(1.04); }
.promo-card__body { text-align: center; padding: 1.1rem 1rem 1.4rem; display: flex; flex-direction: column; align-items: center; gap: 0.85rem; }
.promo-card__title { color: #fff; font-weight: 800; font-size: 1.05rem; letter-spacing: .01em; }
.promo-card__btn { display: inline-block; border: 1px solid rgba(255,255,255,.75); color: #fff; padding: 0.5rem 1.5rem; font-weight: 700; font-size: 0.82rem; border-radius: var(--radius); transition: background .15s ease, border-color .15s ease; }
.promo-card:hover .promo-card__btn { background: var(--red); border-color: var(--red); }
@media (max-width: 53.75em) {
	.promo-cards { grid-template-columns: 1fr; }
	.promo-card__img { height: 12rem; }
}

/* trust band */
.trust { background: var(--bg-soft); }
.trust__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.trust__item { display: flex; gap: 1rem; align-items: flex-start; }
.trust__icon {
	flex: none; width: 3.25rem; height: 3.25rem; border-radius: 0.75rem;
	background: #fff; color: var(--red); display: grid; place-items: center; box-shadow: var(--shadow);
}
.trust__icon .hx-icon { width: 1.625rem; height: 1.625rem; }
.trust__item h3 { margin: 0.125rem 0 0.25rem; }
.trust__item p { margin: 0; color: var(--muted); font-size: 0.92rem; }

/* faq */
.faq__list { max-width: 51rem; margin: 0 auto; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 0.75rem; background: #fff; overflow: hidden; }
.faq-item > summary {
	cursor: pointer; list-style: none; padding: 1.125rem 1.375rem; font-weight: 700; color: var(--slate);
	display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary::after { content: "+"; color: var(--gold-dark); font-size: 1.4rem; font-weight: 400; }
.faq-item[open] > summary::after { content: "–"; }
.faq-item__body { padding: 0 1.375rem 1.125rem; color: var(--muted); }

/* stack CTAs */
.stacks { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.stack-card {
	border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.75rem 1.5rem; text-align: center;
	background: #fff; box-shadow: var(--shadow); transition: transform .15s ease;
}
.stack-card:hover { transform: translateY(-0.1875rem); }
.stack-card h3 { color: var(--red); }
.stack-card p { color: var(--muted); font-size: 0.92rem; }

/* section heading row with link */
.row-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.625rem; }
.row-head h2 { margin: 0; }
.row-head a { font-weight: 700; font-size: 0.9rem; }

/* =========================================================================
   Carousel (CSS scroll-snap)
   ========================================================================= */
.carousel { position: relative; }
.carousel__track {
	display: grid; grid-auto-flow: column; grid-auto-columns: calc(25% - 1.125rem);
	gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
	padding-bottom: 0.25rem;
	/* No visible scrollbar: desktop uses the arrows, mobile swipes (touch). */
	scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch;
}
.carousel__track > * { scroll-snap-align: start; }
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__btn {
	position: absolute; top: 38%; transform: translateY(-50%);
	width: 2.625rem; height: 2.625rem; border-radius: 999px; border: 1px solid var(--line);
	background: #fff; color: var(--slate); cursor: pointer; box-shadow: var(--shadow); display: grid; place-items: center; z-index: 3;
}
.carousel__btn:hover { background: var(--red); color: #fff; border-color: var(--red); }
.carousel__btn--prev { left: -0.625rem; }
.carousel__btn--next { right: -0.625rem; }
.carousel__btn svg { width: 1.25rem; height: 1.25rem; transform: rotate(-90deg); } /* next → points right */
.carousel__btn--prev svg { transform: rotate(90deg); } /* prev → points left */

/* =========================================================================
   Posts / search lists
   ========================================================================= */
.post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.post-list--compact { grid-template-columns: 1fr; gap: 0.75rem; }
.post-card { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.25rem; background: #fff; }
.post-card--compact { padding: 1rem 1.25rem; }
.post-card__title { font-size: 1.1rem; margin: 0 0 0.5rem; }
.post-card__title a { color: var(--slate); }
.post-card__title a:hover { color: var(--red); }
.post-card__meta { color: var(--muted); font-size: 0.82rem; }
.post-card__excerpt { color: var(--muted); font-size: 0.92rem; }
.post-card__media img { border-radius: var(--radius); margin-bottom: 0.75rem; }

.search-results__head { margin-bottom: 2rem; }
.search-results__count { color: var(--muted); }
.search-results__form { max-width: 28rem; margin-top: 1rem; }
.search-results__form .search-form { display: flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.search-results__form input { flex: 1; border: 0; padding: 0.75rem 1.125rem; outline: none; }
.search-results__form button { border: 0; background: var(--slate); color: #fff; padding: 0 1.375rem; font-weight: 700; cursor: pointer; }
.search-results__section { font-size: 1.25rem; margin: 2rem 0 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--gold); }

/* =========================================================================
   Responsive (em breakpoints)
   ========================================================================= */
@media (max-width: 64em) {        /* 1024px */
	.carousel__track { grid-auto-columns: calc(33.33% - 1rem); }
	.site-footer__cols { grid-template-columns: 1fr 1fr; }
	.post-list { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 53.75em) {     /* 860px */
	.carousel__btn { display: none; } /* mobile/tablet: swipe instead of arrows */
	.header-search { display: none; }
	.header-action--search { display: inline-flex; }
	.nav-toggle { display: inline-flex; order: -1; }
	.site-header__bar { grid-template-columns: auto 1fr auto; gap: 0.5rem; }
	/* icon-only actions on mobile so account/cart/support all fit the bar */
	.header-action__label { display: none; }
	.header-actions { gap: 0.15rem; }
	.header-action { padding: 0.375rem 0.4rem; }
	/* shrink the logo + let branding shrink so all four icons fit */
	.site-branding { min-width: 0; }
	.custom-logo, .custom-logo-link img { max-height: 2.5rem; }

	/* Mobile flyout: clean white drawer, black text, red highlight (WCAG AA) */
	.primary-nav { position: fixed; inset: 0 0 0 auto; width: min(86vw, 22.5rem);
		background: #fff; transform: translateX(100%); transition: transform .25s ease; overflow-y: auto; z-index: 80; padding-top: 0.75rem; }
	.nav-open .primary-nav { transform: translateX(0); box-shadow: var(--shadow-lg); }
	.primary-menu { flex-direction: column; flex-wrap: wrap; justify-content: flex-start; }
	.primary-menu > .menu-item { width: 100%; border-bottom: 1px solid rgba(0,0,0,.08); }
	.primary-menu > .menu-item > .top-link { justify-content: space-between; padding: 1rem 1.25rem; font-size: 1rem; font-weight: 700; color: var(--ink); }
	.primary-menu > .menu-item > .top-link:hover,
	.primary-menu > .menu-item.current-menu-item > .top-link,
	.primary-menu > .menu-item.current-menu-ancestor > .top-link { color: var(--red); }
	.primary-menu > .menu-item > .mega-panel {
		position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0;
		columns: 1; min-width: 0; max-width: none; padding: 0 0 0.5rem; display: none; background: #fff; border-radius: 0;
	}
	.primary-menu > .menu-item.is-open > .mega-panel { display: block; }
	.mega-panel .menu-link { color: var(--ink); padding: 0.7rem 1.25rem 0.7rem 1.75rem; border-radius: 0; }
	.mega-panel .menu-link:hover,
	.mega-panel .menu-link:focus-visible { background: rgba(167,0,0,.08); color: var(--red); }
	.mega-panel .current-menu-item > .menu-link,
	.mega-panel .current_page_item > .menu-link { color: var(--red); font-weight: 700; background: rgba(167,0,0,.08); box-shadow: inset 3px 0 0 var(--red); }

	.trust__grid, .stacks { grid-template-columns: 1fr 1fr; }
	.cat-tiles > * { flex-basis: calc((100% - var(--gap)) / 2); }
}
@media (max-width: 35em) {        /* 560px */
	.trust__grid, .stacks, .post-list { grid-template-columns: 1fr; }
	.cat-tiles > * { flex-basis: 100%; }
	.carousel__track { grid-auto-columns: calc(80% - 0.75rem); }
	.site-footer__cols { grid-template-columns: 1fr; gap: 1.75rem; }
	.announcement-bar__msg { font-size: 0.72rem; }
}

/* nav backdrop on mobile */
.nav-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.4); opacity: 0; visibility: hidden; transition: opacity .2s; z-index: 70; }
.nav-open .nav-backdrop { opacity: 1; visibility: visible; }
/* Lift the header (which contains the drawer) above the backdrop while open,
   so taps land on the menu instead of the mask. */
.nav-open .site-header { z-index: 90; }

/* Cycle guides category archive: centred heading + intro copy */
.category-steroid-cycle-guides .entry-header { text-align: center; }
.category-steroid-cycle-guides .archive-description { text-align: center; max-width: 50rem; margin: 1rem auto 2.5rem; color: var(--ink); line-height: 1.7; }

/* =========================================================================
   Info / guide pages (How to Order, etc.)
   ========================================================================= */
.hx-guide { padding-block: 2.5rem 4rem; }
.hx-guide__head { text-align: center; max-width: 44rem; margin: 0 auto 2.5rem; }
.hx-guide__head h1 { font-size: clamp(2rem, 4vw, 2.8rem); margin: 0.25rem 0 0.6rem; }
.hx-guide__sub { color: var(--muted); font-size: 1.05rem; }

.hx-steps { list-style: none; margin: 0 auto 2.5rem; padding: 0; max-width: 52rem; display: flex; flex-direction: column; gap: 1rem; }
.hx-step { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 1.1rem; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.1rem 1.35rem; background: #fff; }
.hx-step__num { width: 2.2rem; height: 2.2rem; border-radius: 50%; background: var(--red); color: #fff; font-weight: 800; display: grid; place-items: center; font-size: 1.05rem; }
.hx-step__icon { display: grid; place-items: center; color: var(--gold-dark); }
.hx-step__icon .hx-icon { width: 1.5rem; height: 1.5rem; }
.hx-step__body { display: flex; flex-direction: column; gap: 0.15rem; }
.hx-step__title { font-weight: 800; color: var(--slate); font-size: 1.05rem; }
.hx-step__text { color: var(--muted); font-size: 0.92rem; line-height: 1.5; }

.hx-guide__note { display: flex; align-items: flex-start; gap: 0.7rem; max-width: 52rem; margin: 0 auto 2.5rem; padding: 1rem 1.25rem; background: var(--bg-cream); border: 1px solid var(--gold); border-radius: var(--radius-lg); }
.hx-guide__note .hx-icon { width: 1.25rem; height: 1.25rem; color: var(--gold-dark); flex: none; margin-top: 0.15rem; }
.hx-guide__note p { margin: 0; font-size: 0.92rem; color: var(--slate); }

.hx-guide__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 3rem; }
.hx-guide__card { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.5rem; background: #fff; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.hx-guide__card-icon { width: 3rem; height: 3rem; border-radius: 50%; background: var(--bg-cream); display: grid; place-items: center; margin-bottom: 0.85rem; }
.hx-guide__card-icon .hx-icon { width: 1.5rem; height: 1.5rem; color: var(--gold-dark); }
.hx-guide__card h3 { margin: 0 0 0.4rem; font-size: 1.15rem; }
.hx-guide__card p { color: var(--muted); font-size: 0.92rem; line-height: 1.55; margin: 0 0 1rem; }
.hx-guide__card-link { margin-top: auto; font-weight: 700; color: var(--red); }
.hx-guide__card-link:hover { color: var(--red-dark); }

.hx-guide__cta { text-align: center; padding: 2.5rem 1.5rem; background: var(--bg-soft); border-radius: var(--radius-lg); }
.hx-guide__cta h2 { margin: 0 0 1rem; }

@media (max-width: 53.75em) {
	.hx-guide__cards { grid-template-columns: 1fr; }
}
@media (max-width: 35em) {
	.hx-step { grid-template-columns: auto 1fr; }
	.hx-step__icon { display: none; }
}

/* Policy / info pages (Shipping, Privacy) */
.policy-banner { display: block; line-height: 0; }
.policy-banner img { width: 100%; height: auto; display: block; }
.hx-policy { max-width: 56rem; padding-block: 2.5rem 3rem; }
.hx-policy__head h1 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin: 0 0 1.5rem; }
.hx-policy__body h2 { font-size: 1.3rem; margin: 2rem 0 0.6rem; padding-bottom: 0.4rem; border-bottom: 2px solid var(--gold); }
.hx-policy__body p, .hx-policy__body li { color: var(--ink); line-height: 1.7; }
.hx-policy__body ul { padding-left: 1.25rem; margin-bottom: 1.25rem; }
.hx-policy__body li { margin-bottom: 0.45rem; }
.hx-policy__body a { font-weight: 600; }

/* =========================================================================
   Blog index / archives (toolbar + cards)
   ========================================================================= */
.hx-blog__head { max-width: 46rem; margin: 0 auto 1.75rem; text-align: center; }
.hx-blog__title { font-size: clamp(1.9rem, 3.5vw, 2.6rem); margin: 0.25rem 0 0.5rem; }
.hx-blog__sub { color: var(--muted); font-size: 1.02rem; }
.hx-blog__empty { text-align: center; color: var(--muted); padding: 2.5rem 0; }

.blog-toolbar { display: flex; flex-direction: column; align-items: center; gap: 1.1rem; margin: 0 0 2rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--line); }
.blog-search { display: flex; align-items: stretch; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: var(--bg-soft); width: 100%; max-width: 30rem; }
.blog-search input[type="search"] { flex: 1; border: 0; background: transparent; padding: 0.6rem 1rem; font-size: 0.92rem; outline: none; color: var(--ink); min-width: 0; }
.blog-search button { border: 0; background: var(--slate); color: #fff; padding: 0 1.05rem; cursor: pointer; display: grid; place-items: center; }
.blog-search button:hover { background: var(--red); }
.blog-search button .hx-icon { width: 1.1rem; height: 1.1rem; }
.blog-cats { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; }
.blog-cat { padding: 0.4rem 0.85rem; border: 1px solid var(--line); border-radius: 999px; font-size: 0.82rem; font-weight: 600; color: var(--slate); background: #fff; }
.blog-cat:hover { border-color: var(--gold); color: var(--slate); background: var(--bg-cream); }
.blog-cat.is-active { background: var(--slate); color: #fff; border-color: var(--slate); }

.post-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; padding: 0; overflow: hidden; box-shadow: var(--shadow); transition: box-shadow .15s ease, transform .15s ease; }
.post-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.post-card__media { display: block; }
.post-card__media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; display: block; margin: 0; border-radius: 0; }
.post-card__inner { display: flex; flex-direction: column; flex: 1; padding: 1.1rem 1.3rem 1.3rem; }
.post-card__cat { font-size: 0.7rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 700; color: var(--gold-dark); margin-bottom: 0.45rem; }
.post-card__title { font-size: 1.1rem; margin: 0 0 0.4rem; line-height: 1.3; }
.post-card__title a { color: var(--slate); }
.post-card__title a:hover { color: var(--red); }
.post-card__meta { color: var(--muted); font-size: 0.8rem; margin: 0 0 0.6rem; }
.post-card__excerpt { color: var(--muted); font-size: 0.92rem; line-height: 1.55; margin: 0; }
.post-card__more { margin-top: 0.9rem; align-self: flex-start; font-weight: 700; color: var(--red); font-size: 0.9rem; }
.post-card__more:hover { color: var(--red-dark); }
.post-card--compact { padding: 1rem 1.25rem; box-shadow: none; }
.post-card--compact:hover { transform: none; box-shadow: var(--shadow); }

@media (max-width: 35em) {
	.blog-toolbar { flex-direction: column; align-items: stretch; }
	.blog-search { flex: 1 1 auto; }
	.blog-cats { justify-content: flex-start; }
}

/* Payment Options trust row */
.hx-pay { padding-bottom: 4rem; }
.hx-pay-trust { display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap; margin-top: 2rem; padding: 2rem 1.5rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg-soft); }
.hx-pay-trust__item { margin: 0; text-align: center; }
.hx-pay-trust__item img { display: block; height: auto; margin: 0 auto; }
.hx-pay-trust__item:nth-child(1) img { max-width: 12rem; }
.hx-pay-trust__item:nth-child(2) img { max-width: 24rem; width: 100%; }
.hx-pay-trust__item figcaption { margin-top: 0.6rem; font-size: 0.82rem; color: var(--muted); font-weight: 600; }

/* FAQ page */
.hx-faq { max-width: 52rem; }
.hx-faq__group { margin-bottom: 2.5rem; }
.hx-faq__group-title { font-size: 1.3rem; margin: 0 0 1rem; padding-bottom: 0.4rem; border-bottom: 2px solid var(--gold); }
.hx-faq .hx-guide__cta p { margin: 0 0 1rem; color: var(--muted); }
.hx-faq .faq-item__body a { font-weight: 600; }

/* Contact page */
.hx-contact__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 2.5rem; align-items: start; }
.hx-contact__info { display: flex; flex-direction: column; gap: 1rem; }
.hx-contact__card { display: flex; gap: 1rem; align-items: flex-start; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.1rem 1.25rem; background: #fff; }
.hx-contact__icon { flex: none; width: 2.6rem; height: 2.6rem; border-radius: 50%; background: var(--bg-cream); display: grid; place-items: center; color: var(--gold-dark); }
.hx-contact__icon .hx-icon { width: 1.3rem; height: 1.3rem; }
.hx-contact__card h3 { margin: 0 0 0.2rem; font-size: 1.02rem; }
.hx-contact__card p { margin: 0; color: var(--muted); font-size: 0.92rem; line-height: 1.5; }
.hx-contact__card a { font-weight: 700; color: var(--red); }
.hx-contact__form { border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.75rem; background: var(--bg-soft); }
.hx-contact__form-title { margin: 0 0 1.25rem; font-size: 1.4rem; }
.hx-contact__form .lgf-form { max-width: none; }
@media (max-width: 53.75em) { .hx-contact__grid { grid-template-columns: 1fr; gap: 1.5rem; } }

/* Cycle-guide difficulty filter pills */
.cycle-filter { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin: 0 auto 2.25rem; }
.cycle-filter__btn { padding: 0.55rem 1.15rem; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-family: inherit; font-weight: 700; font-size: 0.88rem; color: var(--slate); cursor: pointer; transition: background .15s ease, border-color .15s ease, color .15s ease; }
.cycle-filter__btn:hover { border-color: var(--gold); background: var(--bg-cream); }
.cycle-filter__btn.is-active { background: var(--red); color: #fff; border-color: var(--red); }

/* =========================================================================
   Mobile UX sweep — search panel, tap targets, anti-zoom inputs
   ========================================================================= */
@media (max-width: 53.75em) {
	/* Tappable search: the header icon now reveals the live-search field as a
	   dropdown panel (the field is otherwise display:none on mobile). */
	.site-header.search-open .header-search {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		padding: 0.7rem 1rem 0.85rem;
		background: #fff;
		border-bottom: 1px solid var(--line);
		box-shadow: var(--shadow);
		z-index: 78;
	}
	.site-header.search-open .header-search .search-form,
	.site-header.search-open .header-search form { display: flex; width: 100%; }
	.site-header.search-open .header-action--search { color: var(--red); }

	/* Comfortable 44px tap targets on the header + nav */
	.header-action, .nav-toggle { min-height: 44px; }
	.primary-menu > .menu-item > .top-link { min-height: 48px; }

	/* 16px form controls stop iOS from zooming the page on focus */
	input[type="text"], input[type="search"], input[type="email"], input[type="tel"],
	input[type="number"], input[type="password"], input[type="url"], select, textarea {
		font-size: 16px;
	}
}

/* =========================================================================
   Homepage — promo band, product grid, coming-soon, newsletter
   ========================================================================= */
/* Rotating promo banner — height follows the 1216×320 (3.8:1) banner image. */
.hx-banner { padding-block: clamp(0.75rem, 2vw, 1.25rem) 0; }
.hx-banner__viewport { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 1216 / 320; min-height: 7.5rem; }
.hx-banner__track { list-style: none; margin: 0; padding: 0; position: absolute; inset: 0; }
.hx-banner__slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; }
.hx-banner__slide.is-active { opacity: 1; visibility: visible; }
.hx-banner__bg { position: absolute; inset: 0; display: block; background-image: var(--bg); background-size: cover; background-position: center; }
.hx-banner__inner { position: absolute; inset: 0; display: flex; align-items: center; text-decoration: none; }
.hx-banner__inner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.34) 62%, rgba(0,0,0,.05)); }
.hx-banner__contents { position: relative; z-index: 1; color: #fff; display: flex; flex-direction: column; align-items: flex-start; gap: 0.45rem; max-width: 42rem; padding: clamp(1rem, 3vw, 2rem) clamp(1.25rem, 4vw, 3rem); }
.hx-banner__title { color: #fff; font-size: clamp(1.3rem, 2.8vw, 2.1rem); margin: 0; line-height: 1.15; }
.hx-banner__desc { color: rgba(255,255,255,.92); font-size: clamp(0.9rem, 1.4vw, 1.05rem); margin: 0 0 0.2rem; }
.hx-banner__btn { pointer-events: none; }
.hx-banner__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 2.25rem; height: 2.25rem; border: 0; border-radius: 50%; background: rgba(255,255,255,.85); color: var(--slate); display: grid; place-items: center; cursor: pointer; }
.hx-banner__nav:hover { background: #fff; color: var(--red); }
.hx-banner__nav--prev { left: 0.6rem; }
.hx-banner__nav--next { right: 0.6rem; }
.hx-banner__nav .hx-icon { width: 1.2rem; height: 1.2rem; }
.hx-banner__nav--prev .hx-icon { transform: rotate(90deg); }
.hx-banner__nav--next .hx-icon { transform: rotate(-90deg); }
.hx-banner__dots { position: absolute; bottom: 0.35rem; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; gap: 0; }
/* 24px tall/wide tap target (WCAG 2.5.8); the visible pill is the content box. */
.hx-banner__dot { width: 24px; height: 24px; box-sizing: border-box; padding: 9px; border-radius: 999px; border: 0; background-color: rgba(255,255,255,.55); background-clip: content-box; cursor: pointer; transition: width .2s ease, background-color .2s ease; }
.hx-banner__dot.is-active { background-color: #fff; width: 38px; }
@media (max-width: 40em) {
	.hx-banner__viewport { aspect-ratio: auto; min-height: 8.5rem; }
	.hx-banner__desc { display: none; }
	.hx-banner__nav { display: none; }
}

/* Responsive product-card grid */
.hx-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.25rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 40em) { .hx-grid.columns-3, .hx-grid.columns-4, .hx-grid.columns-5 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 60em) { .hx-grid.columns-4 { grid-template-columns: repeat(4, 1fr); } .hx-grid.columns-5 { grid-template-columns: repeat(5, 1fr); } }
.hx-grid > li { display: flex; }
.hx-grid > li > .product-card { width: 100%; }

/* Coming-soon (Peptides) */
.coming-soon__ribbon { display: inline-block; background: var(--red); color: #fff; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; padding: .35rem .8rem; border-radius: 999px; margin-bottom: 1rem; }

/* Newsletter band */
.newsletter__inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(1.25rem, 3vw, 2.5rem); align-items: center; }
.newsletter__title { margin: .25rem 0 .5rem; }
.newsletter__sub { color: var(--muted); margin: 0; }
.newsletter__form { display: flex; flex-wrap: wrap; gap: .5rem; }
.newsletter__form input { flex: 1 1 12rem; border: 1px solid var(--line); border-radius: var(--radius); padding: .75rem .9rem; font-size: .95rem; background: #fff; color: var(--ink); }
.newsletter__form input:focus-visible { outline: 2px solid var(--red); outline-offset: 1px; }
@media (max-width: 48em) { .newsletter__inner { grid-template-columns: 1fr; } }

/* Migrated content/landing pages (Elementor -> native) */
.hx-policy__body { max-width: 52rem; margin-inline: auto; }
.hx-landing .hx-policy__body { max-width: 60rem; }
.hx-policy__body h2 { margin-top: 2rem; font-size: clamp(1.4rem, 2.4vw, 1.8rem); }
.hx-policy__body h3 { margin-top: 1.5rem; }
.hx-policy__body img { max-width: 26rem; height: auto; border-radius: var(--radius-lg); margin: 1.5rem auto; display: block; }
.hx-policy__body p { margin: 0 0 1rem; }
.hx-policy__body .btn { margin: 0.5rem 0 1.5rem; }

/* =========================================================================
   Shipping & Handling page
   ========================================================================= */
.hx-ship__head { text-align: center; max-width: 42rem; margin: 0 auto 2.5rem; }
.hx-ship__sub { color: var(--muted); font-size: 1.1rem; margin: 0.5rem 0 0; }
.hx-ship__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 2.5rem; }
.hx-ship__fact { display: flex; gap: 0.85rem; align-items: flex-start; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.1rem 1.25rem; background: #fff; box-shadow: var(--shadow); }
.hx-ship__ico { flex: none; width: 2.75rem; height: 2.75rem; border-radius: 50%; background: var(--gold-soft); color: var(--red); display: grid; place-items: center; }
.hx-ship__ico .hx-icon { width: 1.4rem; height: 1.4rem; }
.hx-ship__fact h3 { font-size: 0.95rem; margin: 0 0 0.15rem; }
.hx-ship__fact p { font-size: 0.85rem; color: var(--muted); margin: 0; line-height: 1.4; }

.hx-ship__emt { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; background: var(--slate); color: #fff; border-radius: var(--radius-lg); padding: 1.5rem 1.75rem; margin-bottom: 3rem; }
.hx-ship__emt-ico { flex: none; width: 3rem; height: 3rem; border-radius: 50%; background: rgba(255,255,255,.12); display: grid; place-items: center; }
.hx-ship__emt-ico .hx-icon { width: 1.5rem; height: 1.5rem; color: #fff; }
.hx-ship__emt-body { flex: 1 1 22rem; }
.hx-ship__emt-body h2 { color: #fff; font-size: 1.25rem; margin: 0 0 0.35rem; }
.hx-ship__emt-body p { color: rgba(255,255,255,.85); margin: 0; font-size: 0.95rem; line-height: 1.5; }
.hx-ship__emt .btn { flex: none; }

.hx-ship__content { max-width: 52rem; margin: 0 auto; }
.hx-ship__block { margin-bottom: 2rem; }
.hx-ship__block h2 { font-size: 1.3rem; margin: 0 0 0.75rem; padding-bottom: 0.4rem; border-bottom: 2px solid var(--gold); }
.hx-ship__block ul { padding-left: 1.25rem; margin: 0; }
.hx-ship__block li { margin-bottom: 0.5rem; line-height: 1.6; color: var(--ink); }
.hx-ship__help { text-align: center; color: var(--muted); margin-top: 1.5rem; }

@media (max-width: 60em) { .hx-ship__facts { grid-template-columns: 1fr 1fr; } }
@media (max-width: 40em) { .hx-ship__facts { grid-template-columns: 1fr; } .hx-ship__emt { flex-direction: column; align-items: flex-start; } }

/* Reviews: 3-up carousel with arrows + breathing room under the heading */
.hx-reviews__head { margin-bottom: 2.75rem; }
.hx-reviews__carousel { text-align: left; }
.hx-reviews__carousel .carousel__track { grid-auto-columns: calc(33.333% - 1rem); }
.hx-reviews__carousel .hx-review-card { height: 100%; }
@media (max-width: 60em) { .hx-reviews__carousel .carousel__track { grid-auto-columns: calc(50% - 0.75rem); } }
@media (max-width: 40em) { .hx-reviews__carousel .carousel__track { grid-auto-columns: calc(88% - 0.5rem); } }
