/* =========================================================
   W&H Custom Co — main.css
   Black / White / Gold design system
   ========================================================= */

:root {
	--black: #0b0b0b;
	--ink: #161616;
	--ink-2: #222222;
	--white: #ffffff;
	--off: #f6f5f1;
	--off-2: #efede7;
	--gold: #c9a227;
	--gold-2: #e3c35a;
	--gold-dark: #a4841a;
	--gold-soft: rgba(201, 162, 39, .14);
	--gray: #6b6b6b;
	--gray-2: #9a9a9a;
	--line: #e6e3dc;
	--line-dark: rgba(255, 255, 255, .12);
	--success: #1f8a4c;
	--danger: #c2382b;
	--font-head: "Manrope", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--radius: 14px;
	--radius-sm: 8px;
	--shadow: 0 10px 30px rgba(0, 0, 0, .08);
	--shadow-lg: 0 24px 60px rgba(0, 0, 0, .18);
	--container: 1240px;
	--gutter: clamp(16px, 4vw, 32px);
	--section: clamp(56px, 8vw, 104px);
	--ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.6;
	color: var(--ink);
	background: var(--white);
	-webkit-font-smoothing: antialiased;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--gold-dark); }
button { font: inherit; cursor: pointer; }
input, select, textarea { font: inherit; }
h1, h2, h3, h4, h5 { font-family: var(--font-head); line-height: 1.12; margin: 0 0 .5em; letter-spacing: -.01em; font-weight: 800; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .9em; background: var(--off-2); padding: .1em .4em; border-radius: 4px; }
.screen-reader-text { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; }
.skip-link:focus { clip: auto; width: auto; height: auto; left: 8px; top: 8px; z-index: 1000; background: var(--gold); color: var(--black); padding: 8px 12px; }
[hidden] { display: none !important; }
.whc-hp { position: absolute; left: -9999px; }
.gold { color: var(--gold); }

/* ---------- Layout ---------- */
.whc-container { width: 100%; max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }
.whc-narrow { max-width: 820px; }
.whc-section { padding-block: var(--section); }
.whc-section--tight { padding-block: clamp(28px, 4vw, 48px); }
.whc-section--tight + .whc-what { padding-top: clamp(16px, 2.5vw, 32px); }
/* Shop: the category chips sit right on top of the results, no dead band between. */
.whc-shop-chips { padding-bottom: clamp(16px, 2vw, 24px); }
.whc-shop-chips + .whc-section { padding-top: 0; }
/* First section under a page banner sits closer to it */
.whc-page-hero + .whc-section { padding-top: clamp(28px, 4vw, 48px); }
.whc-section--muted { background: var(--off); }
/* One step darker than --muted, for stacking bands without them blurring together. */
.whc-section--shade { background: #ebe6dd; }
.whc-section--shade .whc-pfeature, .whc-section--shade .whc-why__item, .whc-section--shade .whc-card { background: var(--white); }
.whc-section--dark { background: var(--black); color: var(--white); }
.whc-section--dark .whc-h2, .whc-section--dark .whc-h3 { color: var(--white); }
.whc-center { text-align: center; }
.whc-mt { margin-top: 28px; }
.whc-fine { font-size: 13px; color: var(--gray); }
.whc-section--dark .whc-fine { color: var(--gray-2); }

/* ---------- Type ---------- */
.whc-h1 { font-size: clamp(34px, 5vw, 56px); }
.whc-h2 { font-size: clamp(28px, 3.6vw, 42px); }
.whc-h3 { font-size: clamp(22px, 2.4vw, 28px); }
.whc-lead { font-size: clamp(16px, 1.3vw, 19px); color: var(--gray); max-width: 62ch; }
.whc-section--dark .whc-lead { color: rgba(255, 255, 255, .72); }
.whc-eyebrow { display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 12px; }
.whc-eyebrow--light { color: var(--gold); }
.whc-section-head { margin-bottom: clamp(28px, 4vw, 48px); }
.whc-section-head--center { text-align: center; }
.whc-section-head--center .whc-lead { margin-inline: auto; }
.whc-section-head .whc-h2 { margin-bottom: 12px; }
.whc-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ink); }
.whc-link .whc-icon { width: 18px; height: 18px; transition: transform .25s var(--ease); }
.whc-link:hover .whc-icon { transform: translateX(4px); }
.whc-section--dark .whc-link { color: var(--gold); }

/* ---------- Icons ---------- */
.whc-icon { width: 24px; height: 24px; flex: none; }

/* ---------- Buttons ---------- */
.whc-btn, .button, .woocommerce button.button, .woocommerce a.button, .woocommerce input.button, .wc-block-components-button {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: 14px 24px; border-radius: 999px; font-family: var(--font-head); font-weight: 700; font-size: 15px; line-height: 1;
	border: 2px solid transparent; transition: transform .2s var(--ease), background .2s, color .2s, border-color .2s, box-shadow .2s;
	text-decoration: none; white-space: nowrap;
}
.whc-btn .whc-icon { width: 18px; height: 18px; }
.whc-btn:hover { transform: translateY(-2px); }
.whc-btn:active { transform: translateY(0); }
.whc-btn--gold, .button, .woocommerce button.button, .woocommerce a.button, .woocommerce input.button, .woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce #respond input#submit { background: var(--gold); color: var(--black); border-color: var(--gold); }
.whc-btn--gold:hover, .woocommerce button.button:hover, .woocommerce a.button:hover, .woocommerce button.button.alt:hover { background: var(--gold-2); border-color: var(--gold-2); color: var(--black); box-shadow: 0 10px 24px rgba(201, 162, 39, .35); }
.whc-btn--dark { background: var(--black); color: var(--white); border-color: var(--black); }
.whc-btn--dark:hover { background: var(--ink-2); color: var(--white); }
.whc-btn--outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.whc-btn--outline:hover { background: var(--black); color: var(--white); }
.whc-btn--ghost { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, .5); }
.whc-btn--ghost:hover { border-color: var(--white); color: var(--white); background: rgba(255, 255, 255, .08); }
.whc-btn--lg { padding: 18px 30px; font-size: 16px; }
.whc-btn--sm { padding: 10px 16px; font-size: 13px; }
.whc-btn--block { width: 100%; }
.whc-btn[disabled], .whc-btn.is-loading { opacity: .6; pointer-events: none; }

/* ---------- Announcement ---------- */
.whc-announce { background: var(--gold); color: var(--black); font-size: 13px; font-weight: 600; text-align: center; }
.whc-announce p { margin: 0; padding: 8px 0; letter-spacing: .01em; display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.whc-announce__timer { display: inline-flex; align-items: center; gap: 7px; }
.whc-announce__timer-label { opacity: .72; font-weight: 600; }
.whc-announce__clock { font-variant-numeric: tabular-nums; font-weight: 800; background: rgba(11, 11, 11, .14); border-radius: 6px; padding: 2px 8px; letter-spacing: .04em; }
@media (max-width: 719px) { .whc-announce p { gap: 8px; font-size: 12px; } .whc-announce__timer-label { display: none; } }

/* ---------- Header ---------- */
.whc-header { position: sticky; top: 0; z-index: 90; background: var(--black); color: var(--white); border-bottom: 1px solid var(--line-dark); }
.whc-header__inner { display: flex; align-items: center; gap: 24px; min-height: 84px; }
.whc-logo { display: inline-flex; align-items: center; }
.whc-logo img { height: 56px; width: auto; }
.whc-footer .whc-logo img { height: 76px; }
.whc-mobile-nav .whc-logo img { height: 44px; }
@media (max-width: 480px) { .whc-header .whc-logo img { height: 44px; } }
.whc-logo__text { font-family: var(--font-head); font-weight: 800; font-size: 26px; letter-spacing: -.02em; color: var(--white); display: inline-flex; align-items: baseline; gap: 6px; white-space: nowrap; }
@media (max-width: 480px) { .whc-logo__text { font-size: 22px; } .whc-logo__text small { font-size: 10px; } .whc-header__inner { gap: 10px; } }
.whc-logo__text small { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; color: var(--gold); }
.whc-footer .whc-logo__text { color: var(--white); }
/* The nav fills the bar top to bottom. The link itself is only about 38px
   tall in an 84px header, and a dropdown hangs from the bottom edge of the
   bar, so a centred item leaves a band of dead space between the two: move
   the pointer down off the word and hover is lost before it reaches the
   panel, and the menu shuts. Stretching the item to the full height of the
   bar closes that gap without moving anything you can see. */
.whc-nav { flex: 1; display: none; align-self: stretch; }
.whc-nav__list { display: flex; gap: 4px; align-items: stretch; height: 100%; }
.whc-nav__item { position: relative; display: flex; align-items: center; }
.whc-nav__link { display: inline-flex; align-items: center; padding: 10px 11px; font-family: var(--font-head); font-weight: 700; font-size: 14.5px; color: rgba(255, 255, 255, .88); border-radius: 8px; white-space: nowrap; }
.whc-nav__link:hover, .whc-nav__item.is-current > .whc-nav__link { color: var(--gold); }
.whc-nav__toggle { background: none; border: 0; color: rgba(255, 255, 255, .7); padding: 6px; margin-left: -8px; border-radius: 6px; }
.whc-nav__toggle .whc-icon { width: 16px; height: 16px; transition: transform .2s; }
.whc-nav__toggle[aria-expanded="true"] .whc-icon { transform: rotate(180deg); }
.whc-sub { position: absolute; top: 100%; left: 0; min-width: 240px; background: var(--white); color: var(--ink); border-radius: 12px; box-shadow: var(--shadow-lg); padding: 10px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .2s var(--ease); z-index: 20; }
.whc-nav__item.has-sub:hover > .whc-sub, .whc-nav__item.has-sub:focus-within > .whc-sub, .whc-nav__item.is-open > .whc-sub { opacity: 1; visibility: visible; transform: translateY(0); }
/* Keep it open while the pointer is inside the panel itself. */
.whc-sub:hover { opacity: 1; visibility: visible; transform: translateY(0); }
.whc-sub .whc-nav__item { display: block; }
.whc-sub .whc-nav__link { display: block; color: var(--ink); padding: 10px 12px; font-weight: 600; }
.whc-sub .whc-nav__link:hover { background: var(--off); color: var(--gold-dark); }
/* Shop mega menu (desktop) */
.whc-nav__item.is-mega { position: static; }
.whc-mega { left: 0; right: 0; top: 100%; min-width: 0; padding: 0; border-radius: 0 0 18px 18px; border-top: 3px solid var(--gold); box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .45); }
.whc-mega__inner { padding: 30px var(--gutter) 0; }
.whc-mega__cols { display: grid; grid-template-columns: 1.05fr 1.15fr 1.05fr 1fr; gap: 36px; }
.whc-mega__title { display: flex; align-items: center; gap: 9px; margin: 0 0 12px; font-family: var(--font-head); font-size: 14px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--ink); padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.whc-mega__title .whc-icon { width: 20px; height: 20px; color: var(--gold-dark); }
.whc-mega__group { display: flex; align-items: center; gap: 8px; margin: 14px 0 4px; font-size: 11.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-dark); }
.whc-mega__group::after { content: ""; flex: 1; height: 1px; background: rgba(164, 132, 26, .25); }
.whc-mega__group:first-of-type { margin-top: 4px; }
.whc-mega__list { margin: 0; padding: 0; list-style: none; }
.whc-mega__link { display: block; padding: 8px 10px; margin: 0 -10px; border-radius: 10px; color: var(--ink); transition: background .15s; }
.whc-mega__link:hover { background: var(--off); }
.whc-mega__link:hover .whc-mega__label { color: var(--gold-dark); }
.whc-mega__label { display: flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; font-size: 15px; line-height: 1.25; }
.whc-mega__desc { display: block; font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.whc-mega__badge { font-style: normal; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; background: var(--gold); color: var(--black); padding: 2px 6px; border-radius: 999px; }
.whc-mega__foot { display: flex; flex-direction: column; gap: 6px; margin-top: 14px; padding-top: 12px; border-top: 1px dashed var(--line); }
.whc-mega__foot .whc-link { font-size: 13.5px; }
.whc-mega__feature { position: relative; display: flex; align-items: flex-end; min-height: 300px; border-radius: 16px; overflow: hidden; color: var(--white); background: var(--black); isolation: isolate; }
.whc-mega__feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .75; transition: transform .6s var(--ease), opacity .3s; z-index: -1; }
.whc-mega__feature:hover img { transform: scale(1.05); opacity: .85; }
.whc-mega__feature::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%); }
.whc-mega__feature-body { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding: 22px; }
.whc-mega__feature-body strong { font-family: var(--font-head); font-size: 22px; line-height: 1.15; letter-spacing: -.01em; }
.whc-mega__feature-text { font-size: 13.5px; color: rgba(255, 255, 255, .8); line-height: 1.45; }
.whc-mega__feature .whc-btn { margin-top: 4px; }
.whc-btn--sm { padding: 9px 14px; font-size: 13px; }
.whc-mega__bar { margin-top: 26px; padding: 14px 0; background: var(--off); border-top: 1px solid var(--line); border-radius: 0 0 18px 18px; }
.whc-mega__bar .whc-container { display: flex; flex-wrap: wrap; gap: 8px 32px; }
.whc-mega__bar a { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--ink); }
.whc-mega__bar a:hover { color: var(--gold-dark); }
.whc-mega__bar .whc-icon { width: 18px; height: 18px; color: var(--gold-dark); }
.whc-header .whc-mega .whc-container { max-width: var(--container); }
@media (max-width: 1400px) { .whc-mega__cols { gap: 26px; } }
.whc-header__actions { margin-left: auto; display: flex; align-items: center; gap: 6px; }
.whc-iconbtn { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: transparent; border: 0; color: var(--white); transition: background .2s, color .2s; }
.whc-iconbtn:hover { background: rgba(255, 255, 255, .08); color: var(--gold); }
.whc-cart-count { position: absolute; top: 4px; right: 2px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px; background: var(--gold); color: var(--black); font-size: 11px; font-weight: 800; display: none; align-items: center; justify-content: center; }
.whc-cart-count.has-items { display: inline-flex; }
.whc-burger { background: none; border: 0; color: var(--white); padding: 8px; margin-left: -8px; }
.whc-search { background: var(--ink); border-top: 1px solid var(--line-dark); padding: 14px 0; }
.whc-search__form { display: flex; align-items: center; gap: 12px; }
.whc-search__form .whc-icon { color: var(--gold); }
.whc-search__form input { flex: 1; background: transparent; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .3); color: var(--white); padding: 10px 0; font-size: 17px; outline: none; }
.whc-search__form input::placeholder { color: rgba(255, 255, 255, .5); }
@media (min-width: 1180px) {
	.whc-nav { display: flex; }
	.whc-burger { display: none; }
	.whc-header__inner { gap: 28px; }
}

/* Mobile nav */
.whc-mobile-nav { position: fixed; inset: 0 auto 0 0; width: min(360px, 88vw); background: var(--black); color: var(--white); z-index: 120; display: flex; flex-direction: column; transform: translateX(-100%); transition: transform .3s var(--ease); overflow-y: auto; }
.whc-mobile-nav.is-open { transform: none; }
.whc-mobile-nav__head { display: flex; align-items: center; justify-content: space-between; padding: 18px var(--gutter); border-bottom: 1px solid var(--line-dark); }
.whc-mobile-nav nav { padding: 12px 0; flex: 1; }
.whc-mobile-nav .whc-nav__list { display: block; }
.whc-mobile-nav .whc-nav__item { display: flex; flex-wrap: wrap; align-items: center; border-bottom: 1px solid var(--line-dark); }
.whc-mobile-nav .whc-nav__link { flex: 1; padding: 16px var(--gutter); font-size: 17px; }
.whc-mobile-nav .whc-nav__toggle { margin: 0 12px; width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, .06); }
.whc-mobile-nav .whc-sub { position: static; width: 100%; opacity: 1; visibility: visible; transform: none; background: var(--ink); color: var(--white); border-radius: 0; box-shadow: none; padding: 6px 0 10px; display: none; }
.whc-mobile-nav .whc-nav__item.is-open > .whc-sub { display: block; }
.whc-mobile-nav .whc-sub .whc-nav__item { border: 0; }
.whc-mobile-nav .whc-sub .whc-nav__link { color: rgba(255, 255, 255, .8); padding: 10px calc(var(--gutter) + 12px); font-size: 15px; }
.whc-mobile-nav .whc-sub .whc-nav__link:hover { background: transparent; color: var(--gold); }
.whc-mobile-nav .whc-mega-mobile { padding-bottom: 14px; }
.whc-mobile-nav .whc-mega-mobile__head { display: flex; align-items: center; gap: 8px; padding: 14px calc(var(--gutter) + 12px) 4px; font-family: var(--font-head); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }
.whc-mobile-nav .whc-mega-mobile__head .whc-icon { width: 16px; height: 16px; }
.whc-mobile-nav .whc-mega-mobile__group { padding: 8px calc(var(--gutter) + 12px) 0; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255, 255, 255, .45); }
.whc-mobile-nav .whc-mega-mobile .whc-nav__link small { display: block; font-size: 12px; color: rgba(255, 255, 255, .45); margin-top: 1px; }
.whc-mobile-nav .whc-mega-mobile .whc-nav__link.whc-mega-mobile__more { color: var(--gold); font-weight: 700; }
.whc-mobile-nav__foot { padding: var(--gutter); display: grid; gap: 10px; border-top: 1px solid var(--line-dark); }
.whc-overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, .55); z-index: 110; backdrop-filter: blur(2px); }
body.whc-nav-open { overflow: hidden; }

/* ---------- Hero ---------- */
.whc-hero { position: relative; color: var(--white); overflow: hidden;
	background:
		radial-gradient(1100px 560px at 88% 12%, rgba(201, 162, 39, .34), transparent 62%),
		radial-gradient(700px 420px at 6% 96%, rgba(201, 162, 39, .22), transparent 60%),
		radial-gradient(rgba(255, 255, 255, .07) 1px, transparent 1.6px) 0 0 / 26px 26px,
		repeating-linear-gradient(135deg, rgba(201, 162, 39, .10) 0 2px, transparent 2px 30px),
		linear-gradient(180deg, #171717 0%, #0b0b0b 100%);
}
.whc-hero::before { content: ""; position: absolute; inset: -20% -10% auto auto; width: 62%; height: 160%; background: linear-gradient(115deg, transparent 0 46%, rgba(201, 162, 39, .12) 46% 47.5%, transparent 47.5% 52%, rgba(201, 162, 39, .06) 52% 60%, transparent 60%); pointer-events: none; }
.whc-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg, var(--gold-dark), var(--gold-2), var(--gold-dark)); }
/* Full-bleed hero photo. Scrim keeps the copy readable over it: heavy at the
   left where the text sits, light at the right so the product still reads. */
.whc-hero__bg { position: absolute; inset: 0; background: var(--hero, none) center 42%/cover no-repeat; opacity: 0; }
.whc-hero[style*="--hero"] .whc-hero__bg { opacity: 1; }
.whc-hero[style*="--hero"] .whc-hero__bg::after { content: ""; position: absolute; inset: 0; background:
	linear-gradient(180deg, rgba(11, 11, 11, .55) 0%, rgba(11, 11, 11, .18) 42%, rgba(11, 11, 11, .82) 100%),
	linear-gradient(90deg, rgba(11, 11, 11, .92) 0%, rgba(11, 11, 11, .72) 42%, rgba(11, 11, 11, .34) 72%, rgba(11, 11, 11, .18) 100%); }
.whc-hero[style*="--hero"]::before { opacity: .5; }
.whc-hero__inner { position: relative; display: grid; gap: 40px; padding-block: clamp(64px, 9vw, 120px); align-items: center; }
.whc-hero[style*="--hero"] .whc-hero__inner { min-height: clamp(460px, 58vh, 700px); align-content: center; }
.whc-hero__content { max-width: 660px; }
.whc-hero__title { text-shadow: 0 2px 24px rgba(0, 0, 0, .45); }
.whc-hero__title { font-size: clamp(44px, 7.5vw, 88px); margin: 0 0 18px; letter-spacing: -.03em; line-height: 1; }
.whc-hero__title::after { content: ""; display: block; width: 84px; height: 5px; background: var(--gold); margin-top: 22px; border-radius: 3px; }
.whc-hero__text { font-size: clamp(17px, 1.5vw, 20px); color: rgba(255, 255, 255, .78); max-width: 56ch; margin-bottom: 28px; }
.whc-hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.whc-hero__proof { display: flex; flex-wrap: wrap; gap: 10px 26px; font-size: 14px; color: rgba(255, 255, 255, .8); }
/* Keep the three proof points on one line once there is room for them; they
   only stack on a phone, where stacking is the right answer anyway. */
@media (min-width: 900px) { .whc-hero__proof { flex-wrap: nowrap; gap: 22px; white-space: nowrap; } }
.whc-hero__proof li { display: inline-flex; align-items: center; gap: 8px; }
.whc-hero__proof .whc-icon { width: 20px; height: 20px; color: var(--gold); }
@media (min-width: 1000px) {
	.whc-hero__content { align-self: center; }
}

/* ---------- Feature trio ---------- */
.whc-features { display: grid; gap: 18px; }
.whc-feature { display: flex; gap: 16px; align-items: flex-start; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: box-shadow .25s, transform .25s var(--ease); }
.whc-feature:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.whc-feature__icon { flex: none; width: 52px; height: 52px; border-radius: 14px; background: var(--gold-soft); color: var(--gold-dark); display: grid; place-items: center; }
.whc-feature__icon .whc-icon { width: 26px; height: 26px; }
.whc-feature__title { font-size: 18px; margin: 4px 0 6px; }
.whc-feature__text { margin: 0; color: var(--gray); font-size: 15px; }
.whc-features--compact { gap: 10px; margin-top: 22px; }
.whc-features--compact .whc-feature { padding: 12px 14px; align-items: center; border-radius: 10px; }
.whc-features--compact .whc-feature__icon { width: 40px; height: 40px; border-radius: 10px; }
.whc-features--compact .whc-feature__icon .whc-icon { width: 20px; height: 20px; }
.whc-features--compact .whc-feature__title { font-size: 14px; margin: 0; }
@media (min-width: 720px) { .whc-features { grid-template-columns: repeat(3, 1fr); } .whc-features--compact { grid-template-columns: repeat(3, 1fr); } }
/* Stacked variant for narrow columns (landing page "Why W&H") */
.whc-features--list { gap: 12px; }
.whc-features--list .whc-feature { padding: 18px 20px; align-items: center; }
.whc-features--list .whc-feature__icon { width: 46px; height: 46px; border-radius: 12px; }
.whc-features--list .whc-feature__icon .whc-icon { width: 22px; height: 22px; }
.whc-features--list .whc-feature__title { font-size: 16px; margin: 0 0 3px; }
.whc-features--list .whc-feature__text { font-size: 14px; line-height: 1.5; }
@media (min-width: 720px) { .whc-features--list { grid-template-columns: 1fr; } }
.whc-cs-callout { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 32px; margin-top: 28px; padding: 26px 30px; border-radius: var(--radius); background: var(--black); color: var(--white); border: 1px solid var(--line-dark); }
.whc-cs-callout h3 { font-size: 22px; margin: 0 0 6px; color: var(--white); }
.whc-cs-callout p { margin: 0; color: rgba(255, 255, 255, .72); max-width: 560px; }
.whc-cs-callout .whc-btn { flex: none; }

/* ---------- What we do ---------- */
.whc-what__grid { display: grid; gap: 40px; align-items: center; }
.whc-what__copy .whc-btn { margin-top: 10px; }
.whc-steps { display: grid; gap: 16px; counter-reset: step; }
.whc-step { position: relative; padding: 28px 24px 24px; border-radius: var(--radius); background: var(--off); border: 1px solid var(--line); overflow: hidden; }
.whc-step__num { position: absolute; top: 12px; right: 18px; font-family: var(--font-head); font-weight: 800; font-size: 44px; color: rgba(0, 0, 0, .06); line-height: 1; }
.whc-step__icon { width: 48px; height: 48px; border-radius: 12px; background: var(--black); color: var(--gold); display: grid; place-items: center; margin-bottom: 14px; }
.whc-step h3 { font-size: 19px; margin-bottom: 6px; }
.whc-step p { margin: 0; color: var(--gray); font-size: 15px; }
.whc-steps--row { grid-template-columns: 1fr; }
@media (min-width: 720px) { .whc-steps--row { grid-template-columns: repeat(3, 1fr); } .whc-steps--4 { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1000px) { .whc-what__grid { grid-template-columns: 1fr 1fr; } }

/* ---------- Category cards ---------- */
.whc-cats { display: grid; gap: 20px; }
.whc-cat { display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden; background: var(--white); border: 1px solid var(--line); transition: transform .3s var(--ease), box-shadow .3s; color: var(--ink); }
.whc-cat:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); color: var(--ink); }
.whc-cat__media { aspect-ratio: 4/3; background: var(--black); display: grid; place-items: center; overflow: hidden; }
.whc-cat__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.whc-cat:hover .whc-cat__media img { transform: scale(1.05); }
.whc-cat__icon { color: var(--gold); }
.whc-cat__icon .whc-icon { width: 80px; height: 80px; }
.whc-cat__body { padding: 22px 22px 24px; }
.whc-cat__body h3 { font-size: 22px; margin-bottom: 4px; }
.whc-cat__body p { color: var(--gray); margin-bottom: 14px; }
.whc-cat__cta { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--gold-dark); }
.whc-cat__cta .whc-icon { width: 18px; height: 18px; }
@media (min-width: 720px) { .whc-cats { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Product grid & cards ---------- */
.whc-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 720px) { .whc-grid--3 { grid-template-columns: repeat(3, 1fr); } .whc-grid--4 { grid-template-columns: repeat(4, 1fr); } .whc-grid--2 { grid-template-columns: repeat(2, 1fr); } }
/* Shop runs 4 across on desktop, 3 on tablet so the cards keep their shape. */
@media (min-width: 720px) and (max-width: 979px) { .whc-shop-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 719px) { .whc-grid { gap: 14px; } }
.whc-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s; }
.whc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.whc-card__media { position: relative; display: block; aspect-ratio: 1; background: var(--off); overflow: hidden; }
.whc-card__media img { width: 100%; height: 100%; object-fit: cover; transition: opacity .35s, transform .6s var(--ease); }
.whc-card__hover { position: absolute; inset: 0; opacity: 0; }
.whc-card:hover .whc-card__hover { opacity: 1; }
.whc-card:hover .whc-card__img { transform: scale(1.04); }
.whc-badge { position: absolute; top: 12px; left: 12px; z-index: 2; background: var(--black); color: var(--gold); font-family: var(--font-head); font-weight: 700; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; padding: 6px 10px; border-radius: 6px; }
.whc-badge--sale { background: var(--gold); color: var(--black); }
.whc-card__body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.whc-card__title { font-size: 16px; margin: 0; }
.whc-card__title a:hover { color: var(--gold-dark); }
.whc-card__rating { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--gray); }
.whc-card__price { font-family: var(--font-head); font-weight: 800; font-size: 18px; margin-top: 2px; }
.whc-card__price .whc-from { font-size: 12px; font-weight: 600; color: var(--gray); }
.whc-card__price del { color: var(--gray-2); font-weight: 500; font-size: 14px; margin-left: 6px; }
.whc-card__price ins { text-decoration: none; }
.whc-card__btn { margin-top: auto; padding: 11px 16px; font-size: 14px; justify-content: space-between; }
.whc-card__tags { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; margin-top: 4px; }
.whc-card__tags--1 { grid-template-columns: minmax(0, 1fr); }
.whc-card__tags--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.whc-card__tags--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.whc-card__tag { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 5px; padding: 9px 3px 7px; border-radius: 12px; background: var(--gold-soft); text-align: center; transition: transform .2s var(--ease), background .2s; }
.whc-card:hover .whc-card__tag { background: var(--off-2); }
.whc-card__tag:hover { transform: translateY(-2px); background: var(--gold-soft) !important; }
.whc-card__tag-icon { flex: none; display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: var(--white); box-shadow: 0 2px 5px rgba(0,0,0,.08); }
.whc-card__tag-icon .whc-icon { width: 15px; height: 15px; color: var(--gold-dark); }
.whc-card__tag-label { display: flex; align-items: center; justify-content: center; min-height: 2.4em; font-size: 10.5px; font-weight: 700; line-height: 1.2; color: var(--black); overflow-wrap: anywhere; hyphens: auto; }
@media (max-width: 719px) { .whc-card__tags { gap: 5px; } .whc-card__tag { padding: 8px 2px 6px; } .whc-card__tag-label { font-size: 9.5px; } }
@media (max-width: 719px) { .whc-card__body { padding: 12px; } .whc-card__btn { padding: 10px 12px; font-size: 13px; } }

.whc-stars { display: inline-flex; gap: 1px; color: var(--gold); }
.whc-star { width: 15px; height: 15px; }
.whc-stars__count { font-size: 13px; color: var(--gray); }
.whc-section--dark .whc-stars__count { color: rgba(255, 255, 255, .7); }

/* ---------- Proof / stats / testimonials ---------- */
.whc-proof__head { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.whc-proof__head .whc-lead { margin-inline: auto; }
.whc-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 48px; }
.whc-stat { text-align: center; padding: 22px 12px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255, 255, 255, .03); }
.whc-stat strong { display: block; font-family: var(--font-head); font-weight: 800; font-size: clamp(30px, 4vw, 44px); color: var(--gold); line-height: 1; margin-bottom: 8px; }
.whc-stat strong span { font-size: .5em; color: rgba(255, 255, 255, .6); }
.whc-stat > span { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255, 255, 255, .7); font-weight: 600; }
.whc-stats--light .whc-stat { border-color: var(--line); background: var(--off); }
.whc-stats--light .whc-stat > span { color: var(--gray); }
@media (min-width: 720px) { .whc-stats { grid-template-columns: repeat(4, 1fr); } }

.whc-testi { position: relative; }
.whc-testi__track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 6px; }
.whc-testi__track::-webkit-scrollbar { display: none; }
.whc-testi__card { flex: 0 0 min(88%, 380px); scroll-snap-align: start; margin: 0; padding: 26px; border-radius: var(--radius); background: var(--ink); border: 1px solid var(--line-dark); display: flex; flex-direction: column; gap: 14px; }
.whc-testi__card blockquote { margin: 0; font-size: 16px; line-height: 1.6; color: rgba(255, 255, 255, .9); flex: 1; }
.whc-testi__card blockquote::before { content: "\201C"; color: var(--gold); font-family: Georgia, serif; font-size: 40px; line-height: 0; margin-right: 6px; vertical-align: -14px; }
.whc-testi__card figcaption { display: flex; flex-direction: column; font-size: 13px; color: rgba(255, 255, 255, .6); }
.whc-testi__card figcaption strong { color: var(--white); font-size: 15px; }
.whc-testi__card img { width: 100%; border-radius: 10px; aspect-ratio: 4/3; object-fit: cover; }
.whc-testi--light .whc-testi__card { background: var(--white); border-color: var(--line); }
.whc-testi--light .whc-testi__card blockquote { color: var(--ink); }
.whc-testi--light .whc-testi__card figcaption { color: var(--gray); }
.whc-testi--light .whc-testi__card figcaption strong { color: var(--ink); }
.whc-testi__nav { display: flex; gap: 10px; justify-content: center; margin-top: 22px; }
.whc-testi__nav button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-dark); background: transparent; color: var(--white); display: grid; place-items: center; transition: background .2s, color .2s; }
.whc-testi__nav button:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
.whc-testi__prev .whc-icon { transform: rotate(180deg); }
.whc-testi--light .whc-testi__nav button { border-color: var(--line); color: var(--ink); }

/* ---------- Duo cards ---------- */
.whc-duo { display: grid; gap: 20px; }
.whc-duo__card { display: block; padding: 34px 30px; border-radius: var(--radius); background: var(--black); color: var(--white); position: relative; overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s; }
.whc-duo__card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); color: var(--white); }
.whc-duo__card h3 { font-size: 26px; color: var(--white); }
.whc-duo__card p { color: rgba(255, 255, 255, .72); }
.whc-duo__card .whc-link { color: var(--gold); }
.whc-duo__icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(255, 255, 255, .08); color: var(--gold); display: grid; place-items: center; margin-bottom: 18px; }
.whc-duo__icon .whc-icon { width: 28px; height: 28px; }
.whc-duo__card--gold { background: var(--gold); color: var(--black); }
.whc-duo__card--gold h3, .whc-duo__card--gold .whc-eyebrow { color: var(--black); }
.whc-duo__card--gold p { color: rgba(0, 0, 0, .7); }
.whc-duo__card--gold .whc-duo__icon { background: rgba(0, 0, 0, .12); color: var(--black); }
.whc-duo__card--gold .whc-link { color: var(--black); }
.whc-duo__card--gold:hover { color: var(--black); }
@media (min-width: 800px) { .whc-duo { grid-template-columns: 1fr 1fr; } }

/* ---------- Page hero ---------- */
.whc-page-hero { position: relative; color: var(--white); padding: clamp(40px, 6vw, 80px) 0; overflow: hidden;
	background:
		radial-gradient(900px 460px at 90% 10%, rgba(201, 162, 39, .32), transparent 62%),
		radial-gradient(600px 360px at 4% 100%, rgba(201, 162, 39, .18), transparent 60%),
		radial-gradient(rgba(255, 255, 255, .07) 1px, transparent 1.6px) 0 0 / 26px 26px,
		repeating-linear-gradient(135deg, rgba(201, 162, 39, .10) 0 2px, transparent 2px 30px),
		linear-gradient(180deg, #171717 0%, #0b0b0b 100%);
	border-bottom: 4px solid var(--gold); }
.whc-page-hero--sm { padding: clamp(28px, 4vw, 48px) 0; }
.whc-page-hero::before { content: ""; position: absolute; inset: 0; background: var(--hero, none) center/cover no-repeat; opacity: 0; }
.whc-page-hero::after { content: ""; position: absolute; inset: -20% -10% auto auto; width: 62%; height: 160%; background: linear-gradient(115deg, transparent 0 46%, rgba(201, 162, 39, .12) 46% 47.5%, transparent 47.5% 52%, rgba(201, 162, 39, .06) 52% 60%, transparent 60%); pointer-events: none; }
.whc-page-hero[style*="--hero"]::before { opacity: .26; }
.whc-page-hero[style*="--hero"]::after { background: linear-gradient(90deg, rgba(11, 11, 11, .9), rgba(11, 11, 11, .45)); inset: 0; width: auto; height: auto; }
.whc-page-hero > .whc-container { position: relative; z-index: 1; }
.whc-page-hero .whc-h1 { margin-bottom: 10px; }
.whc-page-hero__tagline { font-family: var(--font-head); font-size: clamp(18px, 2vw, 24px); font-weight: 600; color: var(--gold); margin-bottom: 14px; }
.whc-page-hero .whc-lead { color: rgba(255, 255, 255, .75); }
.whc-page-hero .whc-hero__proof { margin-top: 18px; }
.whc-page-hero .whc-hero__cta { margin-top: 24px; }
.whc-breadcrumbs { font-size: 13px; color: rgba(255, 255, 255, .6); margin-bottom: 18px; display: flex; flex-wrap: wrap; gap: 6px; }
.whc-breadcrumbs a { color: rgba(255, 255, 255, .75); }
.whc-breadcrumbs a:hover { color: var(--gold); }
.whc-crumb-sep { opacity: .5; }
.whc-product-crumbs { padding-top: 18px; }
.whc-product-crumbs .whc-breadcrumbs { color: var(--gray); margin-bottom: 0; }
.whc-product-crumbs .whc-breadcrumbs a { color: var(--gray); }
.whc-product-crumbs .whc-breadcrumbs a:hover { color: var(--gold-dark); }

/* ---------- Chips / collection bar ---------- */
.whc-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.whc-chip { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--line); background: var(--white); font-weight: 600; font-size: 14px; transition: all .2s; }
.whc-chip .whc-icon { width: 18px; height: 18px; color: var(--gold-dark); }
.whc-chip:hover { border-color: var(--black); background: var(--black); color: var(--white); }
.whc-chip:hover .whc-icon { color: var(--gold); }
.whc-chips--sub { margin-bottom: 22px; }
.whc-collection__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; font-size: 14px; color: var(--gray); }
.woocommerce-result-count { margin: 0; }
.woocommerce-ordering select { padding: 10px 36px 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: 14px; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 16px; }

/* ---------- SEO block / Why / accordion ---------- */
.whc-seo__grid { display: grid; gap: 36px; align-items: start; }
.whc-seo__media { display: grid; gap: 16px; }
.whc-seo__media figure { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.whc-seo__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.whc-seo__media--single img { aspect-ratio: auto; }
.whc-seo__media--single { position: sticky; top: 110px; }
.whc-seo__media figcaption { padding: 10px 14px; font-size: 13px; color: var(--gray); }
.whc-seo__cta { justify-content: center; padding: 14px 20px; font-size: 15px; }
@media (min-width: 900px) { .whc-seo__grid { grid-template-columns: 1.2fr .8fr; } }
.whc-why { display: grid; gap: 18px; }
.whc-why__item { padding: 26px 24px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--white); }
.whc-section--muted .whc-why__item { background: var(--white); }
.whc-why__icon { width: 48px; height: 48px; border-radius: 12px; background: var(--black); color: var(--gold); display: grid; place-items: center; margin-bottom: 16px; }
.whc-why__item h3 { font-size: 18px; margin-bottom: 6px; }
.whc-why__item p { margin: 0; color: var(--gray); font-size: 15px; }
@media (min-width: 640px) { .whc-why { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .whc-why { grid-template-columns: repeat(3, 1fr); } }
/* Four-up variant: 2 x 2 on phones, one row of four on desktop. */
.whc-why--4 { grid-template-columns: repeat(2, 1fr); gap: 14px; }
.whc-why--4 .whc-why__item { padding: 20px 18px; }
.whc-why--4 .whc-why__icon { width: 40px; height: 40px; margin-bottom: 12px; }
@media (min-width: 1000px) { .whc-why--4 { grid-template-columns: repeat(4, 1fr); gap: 18px; } .whc-why--4 .whc-why__item { padding: 26px 22px; } }
.whc-accordion { display: grid; gap: 10px; }
.whc-faq-split { display: grid; gap: 28px; }
/* Size tiles (category pages that list one card per size) */
.whc-collection__note { max-width: 720px; margin: 0 0 22px; color: var(--muted); }
.whc-collection__upsell { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line); }
.whc-collection__upsell .whc-h3 { margin-bottom: 16px; }
.whc-collection__upsell-grid { max-width: 320px; }
@media (min-width: 720px) { .whc-collection__upsell-grid { grid-template-columns: 1fr; } }
.whc-size-tile .whc-card__media { background: #f6f5f1; }
.whc-size-tile .whc-card__media img { object-fit: cover; }
.whc-size-tile .whc-card__title a { display: flex; flex-direction: column; gap: 2px; }
.whc-size-tile .whc-card__body { display: flex; flex-direction: column; }
.whc-size-tile .whc-btn--block { margin-top: auto; }
.whc-size-tile__size { font-size: 15px; font-weight: 700; color: var(--muted); }
.whc-size-tile__edge { display: inline-block; margin: 8px 0 6px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-dark); }
.whc-size-tile__sub { margin: 0 0 12px; font-size: 13.5px; color: var(--muted); line-height: 1.45; }
.whc-size-tile .whc-card__price { margin-bottom: 12px; }
.whc-btn--block { display: flex; width: 100%; justify-content: center; }
@media (min-width: 720px) and (max-width: 1099px) { .whc-size-tiles { grid-template-columns: repeat(2, 1fr); } }
.whc-faq-split .whc-section-head { margin-bottom: 18px; }
.whc-faq-split__links { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
@media (min-width: 900px) {
	.whc-faq-split { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(32px, 6vw, 80px); align-items: start; }
	.whc-faq-split__head { position: sticky; top: 110px; }
}
.whc-acc { border: 1px solid var(--line); border-radius: 12px; background: var(--white); overflow: hidden; }
.whc-acc__btn { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; text-align: left; padding: 18px 20px; background: none; border: 0; font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--ink); }
.whc-acc__btn .whc-icon { width: 20px; height: 20px; color: var(--gold-dark); transition: transform .25s; flex: none; }
.whc-acc__btn[aria-expanded="true"] .whc-icon { transform: rotate(180deg); }
.whc-acc__btn[aria-expanded="true"] { color: var(--gold-dark); }
.whc-acc__inner { padding: 0 20px 18px; color: var(--gray); font-size: 15px; }
.whc-acc__inner p:last-child { margin-bottom: 0; }
.whc-acc__inner a { color: var(--gold-dark); text-decoration: underline; }

/* ---------- CTA band ---------- */
.whc-cta-band { padding-block: clamp(36px, 5vw, 60px); }
.whc-cta-band__inner { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.whc-cta-band .whc-h2 { margin: 0; font-size: clamp(22px, 2.8vw, 32px); }

/* ---------- Product page ---------- */
.whc-product { padding: 22px 0 clamp(36px, 5vw, 64px); }
.whc-product__grid { display: grid; gap: 34px; }
@media (min-width: 900px) { .whc-product__grid { grid-template-columns: 1.05fr .95fr; gap: 48px; } .whc-gallery { position: sticky; top: 96px; align-self: start; } }
.whc-gallery__main { position: relative; aspect-ratio: 1; border-radius: var(--radius); overflow: hidden; background: var(--off); border: 1px solid var(--line); }
.whc-gallery__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .3s; }
.whc-gallery__img.is-active { opacity: 1; position: relative; }
.whc-gallery__zoom { position: absolute; right: 12px; bottom: 12px; width: 42px; height: 42px; border-radius: 50%; border: 0; background: rgba(11, 11, 11, .8); color: var(--white); display: grid; place-items: center; }
.whc-gallery__zoom:hover { background: var(--gold); color: var(--black); }
/* Thumbnails are always a quarter of the main photo's width: four fill the row
   edge to edge, one to three keep that same size instead of shrinking, and more
   than four scroll sideways at the same size. */
.whc-gallery__thumbs { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 30px) / 4); gap: 10px; margin-top: 12px; overflow-x: auto; padding-bottom: 4px; justify-content: start; }
.whc-gallery__thumb { width: 100%; aspect-ratio: 1; border-radius: 10px; overflow: hidden; border: 2px solid var(--line); background: var(--off); padding: 0; transition: border-color .2s, transform .2s; }
.whc-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.whc-gallery__thumb.is-active, .whc-gallery__thumb:hover { border-color: var(--gold); }
/* A photo that belongs to a different variation than the one selected. */
.whc-gallery__img.is-hidden { display: none !important; }
.whc-gallery__thumbs[hidden] { display: none; }
.whc-gallery__thumb.is-hidden { display: none; }
.whc-gallery__thumb:hover { transform: translateY(-2px); }
/* Next-photo arrow, revealed on hover over the main image. */
.whc-gallery__next { position: absolute; top: 50%; right: 14px; transform: translateY(-50%) translateX(6px); width: 46px; height: 46px; border-radius: 50%; border: 0; background: rgba(11, 11, 11, .78); color: var(--white); display: grid; place-items: center; opacity: 0; pointer-events: none; transition: opacity .22s var(--ease), transform .22s var(--ease), background .2s; cursor: pointer; z-index: 3; }
.whc-gallery__next svg { width: 22px; height: 22px; }
.whc-gallery__main:hover .whc-gallery__next, .whc-gallery__next:focus-visible { opacity: 1; pointer-events: auto; transform: translateY(-50%) translateX(0); }
.whc-gallery__next:hover { background: var(--gold); color: var(--black); }
@media (hover: none) { .whc-gallery__next { opacity: 1; pointer-events: auto; transform: translateY(-50%); background: rgba(11, 11, 11, .55); } }
.whc-lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(0, 0, 0, .92); display: grid; place-items: center; padding: 24px; }
.whc-lightbox img { max-height: 78vh; max-width: 92vw; object-fit: contain; border-radius: 8px; }
.whc-lightbox__close { position: absolute; top: 18px; right: 18px; width: 46px; height: 46px; border-radius: 50%; border: 0; background: var(--gold); color: var(--black); display: grid; place-items: center; font-size: 26px; line-height: 1; cursor: pointer; }
.whc-lightbox__fig { margin: 0; display: grid; justify-items: center; gap: 12px; }
.whc-lightbox__fig figcaption { color: rgba(255, 255, 255, .82); font-family: var(--font-head); font-weight: 700; font-size: 14px; letter-spacing: .04em; }
.whc-lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .25); background: rgba(0, 0, 0, .45); color: var(--white); font-size: 30px; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background .2s, border-color .2s; }
.whc-lightbox__nav:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
.whc-lightbox__nav--prev { left: 18px; }
.whc-lightbox__nav--next { right: 18px; }
.whc-lightbox__count { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); color: rgba(255, 255, 255, .7); font-size: 13px; letter-spacing: .1em; }
@media (max-width: 600px) { .whc-lightbox__nav { width: 40px; height: 40px; font-size: 24px; } .whc-lightbox__nav--prev { left: 6px; } .whc-lightbox__nav--next { right: 6px; } }

/* Specification close-up shots */
/* One hero shot on top, two smaller ones beneath it. */
.whc-shots { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: center; }
@media (min-width: 900px) { .whc-shots { gap: 14px; } }
.whc-shot--lead { grid-column: 1 / -1; }
.whc-shot--lead .whc-shot__btn img { aspect-ratio: 16 / 10; }
.whc-shot--lead .whc-shot__zoom { width: 34px; height: 34px; right: 10px; bottom: 10px; }
.whc-shot--lead .whc-shot__zoom .whc-icon { width: 17px; height: 17px; }
.whc-shot--lead figcaption { font-size: 13.5px; }
.whc-shot { margin: 0; }
.whc-shot__btn { display: block; position: relative; width: 100%; padding: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); cursor: zoom-in; line-height: 0; transition: transform .3s var(--ease), box-shadow .3s, border-color .2s; }
.whc-shot__btn img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; transition: transform .5s var(--ease); }
.whc-shot__btn:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--gold-dark); }
.whc-shot__btn:hover img { transform: scale(1.07); }
.whc-shot__zoom { position: absolute; right: 8px; bottom: 8px; width: 28px; height: 28px; border-radius: 50%; background: rgba(0, 0, 0, .62); color: var(--gold); display: grid; place-items: center; opacity: 0; transform: translateY(4px); transition: opacity .25s, transform .25s; }
.whc-shot__zoom .whc-icon { width: 15px; height: 15px; }
.whc-shot__btn:hover .whc-shot__zoom, .whc-shot__btn:focus-visible .whc-shot__zoom { opacity: 1; transform: none; }
.whc-shot figcaption { margin-top: 7px; font-size: 12.5px; color: var(--gray); text-align: center; font-weight: 600; }

.whc-summary .whc-eyebrow { margin-bottom: 8px; }
.whc-summary__title { font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 10px; }
.whc-summary__rating { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; min-height: 22px; }
.whc-summary__price { font-family: var(--font-head); font-weight: 800; font-size: 30px; margin-bottom: 12px; }
.whc-summary__price .whc-from { font-size: 14px; font-weight: 600; color: var(--gray); }
/* Sale: struck-through regular price beside the current one. */
.whc-summary__price del { font-size: .62em; font-weight: 600; color: var(--gray); margin-left: 8px; text-decoration: line-through; }
.whc-summary__price del .amount { color: var(--gray); }
.whc-summary__price ins { text-decoration: none; background: none; }
.whc-summary__price del { color: var(--gray-2); font-size: 20px; font-weight: 500; margin-left: 8px; }
.whc-summary__price ins { text-decoration: none; }
.whc-buzz { display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 10px; background: var(--gold-soft); color: var(--ink); font-size: 14px; margin-bottom: 16px; border: 1px solid rgba(201, 162, 39, .35); }
.whc-buzz .whc-icon { color: var(--gold-dark); width: 20px; height: 20px; }
.whc-summary__short { color: var(--gray); margin-bottom: 18px; }
.whc-summary__form { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--off); margin-bottom: 18px; }
.whc-summary__ship { display: grid; gap: 8px; font-size: 14px; color: var(--ink); }
.whc-summary__ship li { display: flex; align-items: center; gap: 10px; }
.whc-summary__ship .whc-icon { width: 20px; height: 20px; color: var(--gold-dark); }

/* WooCommerce add-to-cart form */
.whc-summary__form form.cart { display: flex; flex-direction: column; gap: 14px; margin: 0; }
.whc-summary__form .variations { width: 100%; border-collapse: collapse; margin: 0; }
.whc-summary__form .variations td, .whc-summary__form .variations th { display: block; padding: 0; text-align: left; }
.whc-summary__form .variations tr { display: block; margin-bottom: 12px; }
.whc-summary__form .variations label { font-weight: 700; font-size: 14px; display: block; margin-bottom: 6px; font-family: var(--font-head); }
.whc-summary__form .variations select, .whc-summary__form select { width: 100%; padding: 12px 40px 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); appearance: none; font-size: 15px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 18px; }
.whc-summary__form .reset_variations { font-size: 12px; color: var(--gray); display: inline-block; margin-top: 6px; }
.whc-summary__form .woocommerce-variation-price { font-family: var(--font-head); font-weight: 800; font-size: 20px; }
.whc-summary__form .woocommerce-variation-description { color: var(--gray); font-size: 14px; }
.whc-summary__form .woocommerce-variation-availability .stock { font-size: 13px; }
.whc-summary__form .single_variation_wrap { display: flex; flex-direction: column; gap: 12px; }
.whc-summary__form .woocommerce-variation-add-to-cart, .whc-summary__form form.cart:not(.variations_form) { display: flex; flex-wrap: wrap; gap: 12px; align-items: stretch; }
.whc-summary__form .quantity { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; background: var(--white); overflow: hidden; height: 52px; }
.whc-summary__form .quantity .qty { width: 64px; text-align: center; border: 0; height: 100%; font-weight: 700; font-size: 16px; -moz-appearance: textfield; }
.whc-summary__form .quantity .qty::-webkit-outer-spin-button, .whc-summary__form .quantity .qty::-webkit-inner-spin-button { -webkit-appearance: none; }
.whc-summary__form .whc-qty__btn { width: 44px; height: 100%; border: 0; background: transparent; font-size: 20px; font-weight: 600; }
.whc-summary__form .whc-qty__btn:hover { background: var(--off-2); }
.whc-summary__form .single_add_to_cart_button { flex: 1; height: 52px; padding-inline: 22px; font-size: 16px; }
.whc-summary__form .single_add_to_cart_button.disabled, .whc-summary__form .single_add_to_cart_button[disabled] { opacity: .5; }
.whc-summary__form .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button { opacity: .5; pointer-events: none; }
.whc-summary__form .stock.out-of-stock { color: var(--danger); font-weight: 600; }

/* Product features */
.whc-pfeatures { display: grid; gap: 18px; }
.whc-pfeature { padding: 26px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); text-align: center; }
.whc-pfeature__icon { width: 60px; height: 60px; border-radius: 50%; background: var(--black); color: var(--gold); display: grid; place-items: center; margin: 0 auto 16px; }
.whc-pfeature__icon .whc-icon { width: 28px; height: 28px; }
.whc-pfeature h3 { font-size: 17px; margin-bottom: 6px; }
.whc-pfeature p { margin: 0; color: var(--gray); font-size: 14px; }
@media (min-width: 640px) { .whc-pfeatures { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .whc-pfeatures { grid-template-columns: repeat(4, 1fr); } }

/* Showcase */
.whc-showcase__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.whc-showcase__item { margin: 0; position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 1; background: var(--ink); cursor: zoom-in; }
.whc-showcase__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.whc-showcase__item:hover img { transform: scale(1.06); }
.whc-showcase__item figcaption { position: absolute; inset: auto 0 0 0; padding: 26px 12px 10px; font-size: 12px; color: var(--white); background: linear-gradient(transparent, rgba(0, 0, 0, .8)); }
.whc-showcase__item:first-child { grid-column: span 2; grid-row: span 2; }
@media (min-width: 720px) { .whc-showcase__grid { grid-template-columns: repeat(4, 1fr); } }

/* Size sections */
.whc-sizes__grid { display: grid; gap: 20px; }
.whc-size { padding: 24px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--white); display: flex; flex-direction: column; gap: 10px; }
.whc-size img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 10px; margin-bottom: 6px; }
.whc-size h3 { font-size: 19px; margin: 0; }
.whc-size p { margin: 0; color: var(--gray); font-size: 15px; }
.whc-size__uses { display: grid; gap: 6px; font-size: 14px; }
.whc-size__uses li { display: flex; gap: 8px; align-items: center; }
.whc-size__uses .whc-icon { width: 16px; height: 16px; color: var(--gold-dark); }
.whc-size .whc-link { margin-top: auto; }
@media (min-width: 640px) { .whc-sizes__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .whc-sizes__grid { grid-template-columns: repeat(3, 1fr); } }

/* Reviews (native WooCommerce) */
.whc-reviews #reviews { max-width: 820px; margin: 0 auto; }
.whc-reviews .commentlist { display: grid; gap: 14px; }
.whc-reviews .commentlist li { padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.whc-reviews .comment_container { display: flex; gap: 14px; }
.whc-reviews .comment_container img { width: 44px; height: 44px; border-radius: 50%; }
.whc-reviews .meta { font-size: 13px; color: var(--gray); }
.whc-reviews .star-rating { color: var(--gold); }
.whc-reviews .description { font-size: 15px; }
#review_form_wrapper { margin-top: 28px; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.woocommerce .star-rating { float: none; }
.woocommerce p.stars a { color: var(--gold); }

/* ---------- Cart ---------- */
.whc-cart__grid { display: grid; gap: 28px; align-items: start; }
@media (min-width: 960px) { .whc-cart__grid { grid-template-columns: 1.5fr .9fr; gap: 40px; } .whc-cart__summary { position: sticky; top: 96px; } }
.whc-cart__head { display: none; grid-template-columns: 1fr 100px 150px 100px; gap: 12px; padding: 0 0 12px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--gray); font-weight: 700; border-bottom: 1px solid var(--line); }
.whc-cart__row { display: grid; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.whc-cart__product { display: flex; gap: 14px; }
.whc-cart__thumb { flex: none; width: 88px; height: 88px; border-radius: 10px; overflow: hidden; background: var(--off); border: 1px solid var(--line); }
.whc-cart__thumb img { width: 100%; height: 100%; object-fit: cover; }
.whc-cart__name { font-family: var(--font-head); font-weight: 700; font-size: 16px; display: block; margin-bottom: 4px; }
.whc-cart__info .variation { display: grid; grid-template-columns: auto 1fr; gap: 2px 8px; font-size: 13px; color: var(--gray); margin: 0 0 6px; }
.whc-cart__info .variation dt, .whc-cart__info .variation dd { margin: 0; }
.whc-cart__info .variation dd p { margin: 0; }
.whc-cart__info .variation img { max-width: 60px; border-radius: 6px; }
.whc-cart__remove { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; color: var(--gray); }
.whc-cart__remove .whc-icon { width: 14px; height: 14px; }
.whc-cart__remove:hover { color: var(--danger); }
.whc-cart__price, .whc-cart__total { font-weight: 700; display: flex; justify-content: space-between; align-items: center; }
.whc-cart__price::before, .whc-cart__qty::before, .whc-cart__total::before { content: attr(data-label); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--gray); font-weight: 600; }
.whc-cart__qty { display: flex; justify-content: space-between; align-items: center; }
.whc-cart__total { font-family: var(--font-head); font-size: 17px; }
.whc-qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: var(--white); height: 42px; }
.whc-qty__btn { width: 38px; height: 100%; border: 0; background: transparent; font-size: 18px; }
.whc-qty__btn:hover { background: var(--off-2); }
.whc-qty__input { width: 48px; text-align: center; border: 0; height: 100%; font-weight: 700; -moz-appearance: textfield; }
.whc-qty__input::-webkit-outer-spin-button, .whc-qty__input::-webkit-inner-spin-button { -webkit-appearance: none; }
.whc-cart__actions { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 18px; flex-wrap: wrap; }
.whc-cart__actions .whc-link .whc-icon { transform: rotate(180deg); }
.whc-cart__update { padding: 10px 18px; font-size: 14px; }
.whc-cart.is-loading { opacity: .6; pointer-events: none; }
@media (min-width: 720px) {
	.whc-cart__head { display: grid; }
	.whc-cart__row { grid-template-columns: 1fr 100px 150px 100px; align-items: center; }
	.whc-cart__price::before, .whc-cart__qty::before, .whc-cart__total::before { display: none; }
	.whc-cart__total { justify-content: flex-end; }
}
.whc-totals { padding: 24px; border-radius: var(--radius); background: var(--off); border: 1px solid var(--line); }
.whc-totals__title { font-size: 20px; margin-bottom: 14px; }
.whc-totals__rows { display: grid; gap: 10px; font-size: 15px; }
.whc-totals__row { display: flex; justify-content: space-between; gap: 12px; }
.whc-totals__row--total { border-top: 1px solid var(--line); padding-top: 12px; margin-top: 4px; font-family: var(--font-head); font-weight: 800; font-size: 20px; }
.whc-totals__row--discount { font-weight: 600; }
.whc-totals__remove-coupon { border: 0; background: var(--line); border-radius: 50%; width: 18px; height: 18px; line-height: 1; font-size: 13px; margin-left: 4px; }
.whc-totals__shipping .shipping { display: contents; }
.whc-totals__shipping ul#shipping_method { display: grid; gap: 6px; font-size: 14px; }
.whc-totals__shipping li { display: flex; gap: 8px; align-items: center; }
.whc-totals__shipping label { flex: 1; }
.whc-totals__shipping .woocommerce-shipping-destination { font-size: 12px; color: var(--gray); }
.whc-totals__shipping .shipping-calculator-button { font-size: 13px; color: var(--gold-dark); text-decoration: underline; }
.whc-totals__checkout { margin: 18px 0 14px; }
.whc-totals__checkout .checkout-button { width: 100%; height: 54px; font-size: 16px; }
.whc-totals__note { font-size: 13px; color: var(--gray); margin: 14px 0 0; }
.whc-totals__note a { color: var(--gold-dark); text-decoration: underline; }
.whc-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; font-size: 12px; color: var(--gray); margin-bottom: 10px; }
.whc-trust span { display: inline-flex; align-items: center; gap: 6px; }
.whc-trust .whc-icon { width: 16px; height: 16px; color: var(--gold-dark); }
.whc-payments { display: flex; flex-wrap: wrap; gap: 6px; }
.whc-payments span { font-size: 10px; font-weight: 800; letter-spacing: .04em; padding: 4px 8px; border-radius: 4px; border: 1px solid var(--line); background: var(--white); color: var(--gray); }
.whc-coupon { margin-top: 16px; border-top: 1px solid var(--line); padding-top: 14px; }
.whc-coupon summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px; }
.whc-coupon summary::-webkit-details-marker { display: none; }
.whc-coupon summary .whc-icon { width: 18px; height: 18px; color: var(--gold-dark); }
.whc-coupon__row { display: flex; gap: 8px; margin-top: 12px; }
.whc-coupon__input { flex: 1; padding: 11px 14px; border: 1px solid var(--line); border-radius: 999px; text-transform: uppercase; min-width: 0; }
.whc-coupon__row .whc-btn { padding: 10px 18px; font-size: 14px; }
.whc-coupon__msg { font-size: 13px; margin: 8px 0 0; color: var(--gray); }
.whc-coupon__msg.is-error { color: var(--danger); }
.whc-coupon__msg.is-ok { color: var(--success); }
.whc-empty-cart { text-align: center; padding: 40px 20px; }
.whc-empty-cart .whc-icon { width: 56px; height: 56px; color: var(--gold); margin: 0 auto 12px; }
.whc-empty-cart h2 { font-size: 28px; }
.whc-empty-cart p { color: var(--gray); max-width: 44ch; margin-inline: auto; }
.whc-cart__xsell { margin-top: 48px; }

/* Free-shipping + tier banners (markup from WHCORE) */
.whc-tierbar { padding: 16px 20px; border-radius: 12px; background: var(--black); color: var(--white); margin-bottom: 22px; display: grid; gap: 10px; }
.whc-tierbar__msg { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 15px; }
.whc-tierbar__msg .whc-icon { color: var(--gold); width: 22px; height: 22px; }
.whc-tierbar__msg strong { color: var(--gold); }
.whc-tierbar__track { position: relative; height: 8px; border-radius: 4px; background: rgba(255, 255, 255, .15); }
.whc-tierbar__fill { position: absolute; inset: 0 auto 0 0; border-radius: 4px; background: linear-gradient(90deg, var(--gold-dark), var(--gold-2)); transition: width .5s var(--ease); }
.whc-tierbar__marks { display: flex; justify-content: space-between; font-size: 11px; color: rgba(255, 255, 255, .6); }
.whc-tierbar__marks span.is-hit { color: var(--gold); font-weight: 700; }
.whc-tierbar--unlocked .whc-tierbar__msg strong { color: var(--gold-2); }
.whc-shipbar { margin: 14px 0 0; font-size: 13px; color: var(--gray); }
.whc-shipbar__track { height: 6px; border-radius: 3px; background: var(--line); margin-top: 6px; overflow: hidden; }
.whc-shipbar__fill { height: 100%; background: var(--gold); }
.whc-shipbar.is-free { color: var(--success); font-weight: 600; }
.whc-tier-table { margin-top: 36px; padding: 24px; border-radius: var(--radius); background: var(--off); border: 1px solid var(--line); }
.whc-tier-table h3 { font-size: 18px; }
.whc-tier-table__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.whc-tier-table__sub { margin: 14px 0 8px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-dark); }
.whc-tiers-plates { margin-top: 36px; }
.whc-tiers-plates__title { text-align: center; margin: 0 0 6px; font-size: 22px; }
.whc-tiers.whc-tiers--compact { grid-template-columns: repeat(3, 1fr); margin: 16px 0 22px; }
@media (min-width: 900px) { .whc-tiers.whc-tiers--compact { grid-template-columns: repeat(6, 1fr); } }
.whc-tiers--compact .whc-tier { padding: 18px 12px; }
.whc-tier-table__item { padding: 14px; border-radius: 10px; background: var(--white); border: 1px solid var(--line); text-align: center; }
.whc-tier-table__item.is-hit { border-color: var(--gold); background: var(--gold-soft); }
.whc-tier-table__item strong { display: block; font-family: var(--font-head); font-size: 22px; color: var(--gold-dark); }
.whc-tier-table__item span { font-size: 12px; color: var(--gray); }
@media (min-width: 720px) { .whc-tier-table__grid { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Tiers (wholesale / affiliate) ---------- */
.whc-tiers { display: grid; gap: 14px; }
.whc-tier { position: relative; padding: 28px 22px; border-radius: var(--radius); border: 1px solid var(--line-dark); background: rgba(255, 255, 255, .04); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.whc-tier.is-popular { border-color: var(--gold); background: rgba(201, 162, 39, .1); }
.whc-tier__flag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--black); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; white-space: nowrap; }
.whc-tier__label { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: rgba(255, 255, 255, .7); }
.whc-tier__pct { font-family: var(--font-head); font-weight: 800; font-size: clamp(36px, 4vw, 48px); line-height: 1; color: var(--gold); display: flex; align-items: baseline; gap: 6px; }
.whc-tier__pct small { font-size: 14px; color: rgba(255, 255, 255, .6); font-weight: 600; }
.whc-tier__qty { font-size: 14px; color: rgba(255, 255, 255, .8); }
.whc-tier--custom { background: var(--gold); border-color: var(--gold); color: var(--black); }
.whc-tier--custom .whc-tier__label, .whc-tier--custom .whc-tier__qty { color: rgba(0, 0, 0, .75); }
.whc-tier--custom .whc-tier__pct { color: var(--black); font-size: 30px; }
.whc-tier--custom .whc-btn { margin-top: 8px; background: var(--black); color: var(--white); border-color: var(--black); }
@media (min-width: 640px) { .whc-tiers { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .whc-tiers { grid-template-columns: repeat(5, 1fr); } .whc-tiers--3 { grid-template-columns: repeat(3, 1fr); max-width: 900px; margin-inline: auto; } }
.whc-earn { margin-top: 40px; padding: 28px; border-radius: var(--radius); border: 1px solid var(--line-dark); }
.whc-earn h3 { font-size: 18px; color: var(--white); }
.whc-earn__grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
.whc-earn__grid div { display: flex; flex-direction: column; gap: 4px; }
.whc-earn__grid strong { font-family: var(--font-head); font-size: 28px; color: var(--gold); }
.whc-earn__grid span { font-size: 13px; color: rgba(255, 255, 255, .7); }
@media (min-width: 800px) { .whc-earn__grid { grid-template-columns: repeat(4, 1fr); } }

/* ---------- Split / checklist / rules / logos ---------- */
.whc-split { display: grid; gap: 36px; align-items: start; }
@media (min-width: 900px) { .whc-split { grid-template-columns: 1.1fr .9fr; } }
.whc-checklist { display: grid; gap: 10px; font-size: 15px; }
.whc-checklist li { display: flex; gap: 10px; align-items: flex-start; }
.whc-checklist .whc-icon { width: 20px; height: 20px; color: var(--gold-dark); flex: none; margin-top: 2px; }
.whc-checklist--lg { gap: 14px; font-size: 16px; }
.whc-rules { padding: 28px; border-radius: var(--radius); background: var(--black); color: var(--white); }
.whc-rules h3 { color: var(--white); font-size: 18px; }
.whc-rules ul { display: grid; gap: 10px; font-size: 14px; color: rgba(255, 255, 255, .8); }
.whc-rules li { padding-left: 18px; position: relative; }
.whc-rules li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }
.whc-logos__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.whc-logos__item { display: grid; place-items: center; padding: 22px; border-radius: 12px; border: 1px solid var(--line); background: var(--white); min-height: 96px; }
.whc-logos__item img { max-height: 48px; width: auto; filter: grayscale(1); opacity: .7; transition: all .3s; }
.whc-logos__item:hover img { filter: none; opacity: 1; }
.whc-logos__grid--placeholder .whc-logos__item span { font-family: var(--font-head); font-weight: 700; color: var(--gray-2); letter-spacing: .04em; }
@media (min-width: 720px) { .whc-logos__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1000px) { .whc-logos__grid { grid-template-columns: repeat(6, 1fr); } }

/* ---------- Contact ---------- */
.whc-contact { display: grid; gap: 32px; align-items: start; }
@media (min-width: 900px) { .whc-contact { grid-template-columns: 1.3fr .7fr; gap: 48px; } }
.whc-contact__form { padding: clamp(22px, 3vw, 36px); border-radius: var(--radius); border: 1px solid var(--line); background: var(--white); }
.whc-contact__form .whc-h2 { margin-bottom: 8px; }
.whc-contact__info { display: grid; gap: 14px; }
.whc-contact__card { padding: 22px; border-radius: 12px; border: 1px solid var(--line); background: var(--off); }
.whc-contact__card h3 { font-size: 16px; margin-bottom: 6px; }
.whc-contact__card p { margin: 6px 0 0; font-size: 14px; color: var(--gray); }
.whc-contact__card a:not(.whc-btn) { font-weight: 600; color: var(--gold-dark); }
.whc-contact__card .whc-btn { margin-top: 12px; }
.whc-contact__icon { width: 40px; height: 40px; border-radius: 10px; background: var(--black); color: var(--gold); display: grid; place-items: center; margin-bottom: 12px; }
.whc-contact__icon .whc-icon { width: 20px; height: 20px; }
.whc-contact__card--gold { background: var(--gold); border-color: var(--gold); color: var(--black); }
.whc-contact__card--gold p { color: rgba(0, 0, 0, .75); }

/* ---------- Forms (WHCORE + WooCommerce) ---------- */
.whc-form { display: grid; gap: 14px; }
.whc-form__row { display: grid; gap: 14px; }
@media (min-width: 640px) { .whc-form__row--2 { grid-template-columns: 1fr 1fr; } }
.whc-field label, .woocommerce form .form-row label { display: block; font-weight: 700; font-size: 13px; margin-bottom: 6px; font-family: var(--font-head); }
.whc-field label .req, .woocommerce form .form-row .required { color: var(--gold-dark); text-decoration: none; }
.whc-field input, .whc-field select, .whc-field textarea,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single {
	width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); font-size: 15px; transition: border-color .2s, box-shadow .2s; height: auto;
}
.whc-field input:focus, .whc-field select:focus, .whc-field textarea:focus, .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); }
.whc-field textarea { min-height: 130px; resize: vertical; }
.whc-field input[type="file"] { padding: 10px; background: var(--off); }
.whc-field--check { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; }
.whc-field--check input { width: 18px; height: 18px; margin-top: 2px; }
.whc-field--check label { font-weight: 500; margin: 0; font-family: var(--font-body); }
.whc-form__msg { font-size: 14px; padding: 12px 14px; border-radius: 10px; display: none; }
.whc-form__msg.is-ok { display: block; background: #e7f5ec; color: var(--success); }
.whc-form__msg.is-error { display: block; background: #fbe9e7; color: var(--danger); }
.whc-form .whc-btn { justify-self: start; }
.whc-form__fine { font-size: 12px; color: var(--gray); margin: 0; }
.select2-container--default .select2-selection--single { line-height: 1.2; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 50%; transform: translateY(-50%); right: 8px; }
.woocommerce form .form-row { margin-bottom: 14px; padding: 0; }
.woocommerce-checkout .col2-set, .woocommerce-account .col2-set { display: grid; gap: 24px; }
@media (min-width: 900px) { .woocommerce-checkout .col2-set, .woocommerce-account .col2-set { grid-template-columns: 1fr 1fr; } .woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2, .woocommerce-account .col2-set .col-1, .woocommerce-account .col2-set .col-2 { width: auto; float: none; } }
.woocommerce-checkout #order_review_heading, .woocommerce-checkout h3 { font-size: 22px; }
.woocommerce-checkout #order_review { padding: 24px; border-radius: var(--radius); background: var(--off); border: 1px solid var(--line); }
.woocommerce table.shop_table { border: 0; border-collapse: collapse; width: 100%; margin-bottom: 20px; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 10px 6px; border-bottom: 1px solid var(--line); text-align: left; }
.woocommerce table.shop_table tfoot th { font-family: var(--font-head); }
.woocommerce table.shop_table .order-total td, .woocommerce table.shop_table .order-total th { font-size: 18px; font-weight: 800; border-bottom: 0; }
.woocommerce-checkout-payment { margin-top: 20px; }
.woocommerce-checkout #payment ul.payment_methods { display: grid; gap: 8px; }
.woocommerce-checkout #payment ul.payment_methods li { padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); list-style: none; }
.woocommerce-checkout #payment ul.payment_methods li label { font-weight: 600; }
.woocommerce-checkout #payment div.payment_box { background: var(--off); border-radius: 8px; padding: 12px; margin-top: 10px; font-size: 14px; }
.woocommerce-checkout #place_order { width: 100%; height: 54px; font-size: 16px; margin-top: 12px; }
/* Distraction-free checkout chrome */
.whc-header--checkout .whc-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 12px; }
.whc-header__secure { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--gold); }
.whc-header__secure .whc-icon { width: 18px; height: 18px; }
.whc-header__back { font-size: 14px; color: rgba(255, 255, 255, .75); text-decoration: underline; }
.whc-header__back:hover { color: var(--gold); }
.whc-footer--checkout { padding: 22px 0; }
.whc-footer--checkout__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; font-size: 13px; }
.whc-footer--checkout__inner p { margin: 0; }
@media (max-width: 600px) { .whc-header__back { display: none; } .whc-footer--checkout__inner { justify-content: center; text-align: center; } }
/* Place order: accent gold (classic + block checkout) */
.woocommerce-checkout #place_order, .wc-block-components-checkout-place-order-button, .wc-block-components-checkout-place-order-button.wc-block-components-button { background: var(--gold) !important; color: var(--black) !important; border-color: var(--gold) !important; font-family: var(--font-head); font-weight: 800; font-size: 16px; border-radius: 999px; box-shadow: none; }
.woocommerce-checkout #place_order:hover, .wc-block-components-checkout-place-order-button:hover { background: var(--gold-2) !important; color: var(--black) !important; }
.wc-block-components-checkout-place-order-button:disabled, .wc-block-components-checkout-place-order-button[aria-disabled="true"] { opacity: .55; }
/* W&H Promise under the order summary */
.whc-promise { margin: 18px 0 0; padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--off); }
.wp-block-woocommerce-checkout-order-summary-block .whc-promise, .wc-block-components-sidebar .whc-promise { margin: 16px; }
.whc-promise__head { display: flex; align-items: center; gap: 8px; font-family: var(--font-head); font-size: 15px; margin-bottom: 6px; }
.whc-promise__head .whc-icon { width: 20px; height: 20px; color: var(--gold-dark); }
.whc-promise p { margin: 0 0 12px; font-size: 13px; line-height: 1.55; color: var(--gray); }
.whc-promise .whc-trust { margin-bottom: 8px; }
.whc-promise .whc-payments { margin: 0; }
.whcore-cart-thumb { border-radius: 6px; }
.woocommerce-checkout .whc-trust { margin-top: 16px; }
.woocommerce-form-coupon-toggle .woocommerce-info { border-radius: 10px; }
.woocommerce-privacy-policy-text { font-size: 13px; color: var(--gray); }
.woocommerce-checkout-review-order-table .product-name { font-size: 14px; }
.woocommerce-checkout-review-order-table .variation { font-size: 12px; color: var(--gray); display: grid; grid-template-columns: auto 1fr; gap: 0 6px; }
.woocommerce-checkout-review-order-table .variation p { margin: 0; }
.woocommerce-checkout-review-order-table .variation img { max-width: 48px; }

/* Notices */
.woocommerce-message, .woocommerce-info, .woocommerce-error, .whc-notice { list-style: none; padding: 14px 18px 14px 50px; border-radius: 12px; margin: 0 0 20px; background: var(--off); border: 1px solid var(--line); position: relative; font-size: 15px; }
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before { content: ""; position: absolute; left: 18px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; border-radius: 50%; background: var(--gold); }
.woocommerce-error::before { background: var(--danger); }
.woocommerce-message .button, .woocommerce-info .button { float: right; padding: 8px 14px; font-size: 13px; margin-left: 12px; }
.woocommerce-notices-wrapper { margin-bottom: 8px; }
.woocommerce-NoticeGroup { margin-bottom: 16px; }

/* Account. Written against the nav/content blocks themselves, not the wrapper, so it
   holds whether WooCommerce prints the classic .woocommerce wrapper, a block, or neither. */
.woocommerce-MyAccount-navigation { float: none !important; width: 100% !important; margin: 0 0 20px; }
.woocommerce-MyAccount-navigation ul { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
.woocommerce-MyAccount-navigation li { margin: 0; padding: 0; }
.woocommerce-MyAccount-navigation li a { display: block; padding: 11px 14px; border-radius: 8px; font-family: var(--font-head); font-weight: 700; color: var(--ink); text-decoration: none; transition: background .15s, color .15s; }
.woocommerce-MyAccount-navigation li a:hover { background: var(--off); color: var(--black); }
.woocommerce-MyAccount-navigation li.is-active a { background: var(--black); color: var(--gold); }
.woocommerce-MyAccount-content { float: none !important; width: 100% !important; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); min-width: 0; }
.woocommerce-MyAccount-content > :first-child { margin-top: 0; }
.woocommerce-MyAccount-content p { line-height: 1.6; }
.woocommerce-MyAccount-content .woocommerce-notices-wrapper:empty { display: none; }
.whc-wc-page .woocommerce::after, .whc-wc-page .woocommerce-account .woocommerce::after { content: ""; display: table; clear: both; }
@media (min-width: 900px) {
	/* Two columns: nav left, content right. Works with any wrapper thanks to :has(). */
	.whc-wc-page :has(> .woocommerce-MyAccount-navigation),
	.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 32px; align-items: start; }
	.woocommerce-MyAccount-navigation { margin: 0; position: sticky; top: 100px; }
	.whc-wc-page :has(> .woocommerce-MyAccount-navigation) > .woocommerce-notices-wrapper { grid-column: 1 / -1; }
	/* Fallback for browsers without :has(): classic floats with fixed widths. */
	@supports not selector(:has(a)) {
		.woocommerce-MyAccount-navigation { float: left !important; width: 240px !important; }
		.woocommerce-MyAccount-content { float: right !important; width: calc(100% - 272px) !important; }
	}
}
/* Account tables (orders, addresses, downloads) */
.woocommerce-MyAccount-content table { width: 100%; border-collapse: collapse; font-size: 14px; }
.woocommerce-MyAccount-content th, .woocommerce-MyAccount-content td { padding: 10px 12px; border-bottom: 1px solid var(--line); text-align: left; }
.woocommerce-MyAccount-content .woocommerce-Addresses { display: grid; gap: 20px; }
@media (min-width: 700px) { .woocommerce-MyAccount-content .woocommerce-Addresses { grid-template-columns: 1fr 1fr; } }
.woocommerce-MyAccount-content .woocommerce-Address { float: none !important; width: auto !important; padding: 16px; border: 1px solid var(--line); border-radius: 10px; }
.woocommerce-MyAccount-content .woocommerce-Address-title { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.woocommerce-MyAccount-content .woocommerce-Address-title h3 { margin: 0 0 8px; font-size: 16px; }
.woocommerce-MyAccount-content .woocommerce-Address-title .edit { font-size: 13px; color: var(--gold-dark); float: none !important; }
.woocommerce-MyAccount-content .woocommerce-Address address { font-style: normal; line-height: 1.6; }
.woocommerce-MyAccount-content .woocommerce-Button, .woocommerce-MyAccount-content .button { display: inline-block; padding: 11px 18px; border-radius: 999px; background: var(--black); color: var(--white); font-family: var(--font-head); font-weight: 700; border: 0; cursor: pointer; }
.woocommerce-MyAccount-content .button:hover { background: var(--gold); color: var(--black); }
.woocommerce-MyAccount-content fieldset { border: 1px solid var(--line); border-radius: 10px; padding: 14px 16px; margin: 18px 0; }
.woocommerce-MyAccount-content .form-row { margin: 0 0 14px; }
.woocommerce-MyAccount-content .form-row label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 4px; }
.woocommerce-MyAccount-content .input-text { width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 8px; font: inherit; }
.woocommerce form.login, .woocommerce form.register, .woocommerce form.lost_reset_password { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); max-width: 520px; }
.woocommerce-form-login__rememberme { display: block; margin: 8px 0; }
.woocommerce-LostPassword { font-size: 14px; }
.woocommerce-order-received .woocommerce-thankyou-order-received { font-family: var(--font-head); font-size: 24px; font-weight: 800; color: var(--gold-dark); }
.woocommerce ul.order_details { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; margin: 20px 0; padding: 0; }
.woocommerce ul.order_details li { padding: 14px; border: 1px solid var(--line); border-radius: 10px; font-size: 12px; text-transform: uppercase; color: var(--gray); float: none; margin: 0; border-right: 1px solid var(--line); }
.woocommerce ul.order_details li strong { display: block; font-size: 16px; text-transform: none; color: var(--ink); margin-top: 4px; }
.whc-wc-page .woocommerce { max-width: 1000px; margin: 0 auto; }

/* ---------- Help center ---------- */
.whc-help-search { display: flex; align-items: center; gap: 12px; max-width: 640px; margin-top: 22px; background: var(--white); border-radius: 999px; padding: 6px 8px 6px 18px; color: var(--ink); }
.whc-help-search .whc-icon { color: var(--gold-dark); }
.whc-help-search input { flex: 1; border: 0; padding: 12px 0; font-size: 16px; outline: none; background: transparent; }
.whc-help { display: grid; gap: 40px; align-items: start; }
@media (min-width: 900px) { .whc-help { grid-template-columns: 260px 1fr; } .whc-help__nav { position: sticky; top: 96px; } }
.whc-help__nav { display: grid; gap: 4px; }
.whc-help__nav a { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 10px; font-weight: 600; font-size: 14px; }
.whc-help__nav a .whc-icon { width: 18px; height: 18px; color: var(--gold-dark); }
.whc-help__nav a:hover, .whc-help__nav a.is-active { background: var(--black); color: var(--white); }
.whc-help__nav a:hover .whc-icon, .whc-help__nav a.is-active .whc-icon { color: var(--gold); }
.whc-help__topic { margin-bottom: 40px; scroll-margin-top: 100px; }
.whc-help__topic h2 { font-size: 24px; display: flex; align-items: center; gap: 12px; }
.whc-help__topic h2 .whc-icon { color: var(--gold-dark); }
.whc-help__topic p.whc-lead { font-size: 15px; margin-bottom: 18px; }
.whc-help__empty { display: none; padding: 24px; text-align: center; color: var(--gray); }
.whc-help.is-searching .whc-help__empty.is-visible { display: block; }
.whc-acc.is-hidden, .whc-help__topic.is-hidden { display: none; }
.whc-help__nav select { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; }

/* ---------- Blog / prose ---------- */
.whc-prose { font-size: 17px; line-height: 1.75; }
.whc-prose--narrow { max-width: 780px; margin-inline: auto; }
.whc-prose h2 { font-size: clamp(24px, 2.6vw, 32px); margin-top: 1.4em; }
.whc-prose h3 { font-size: clamp(20px, 2vw, 24px); margin-top: 1.2em; }
.whc-prose p { margin-bottom: 1.2em; }
.whc-prose ul, .whc-prose ol { padding-left: 1.4em; margin-bottom: 1.2em; }
.whc-prose ul { list-style: disc; }
.whc-prose ol { list-style: decimal; }
.whc-prose li { margin-bottom: .4em; }
.whc-prose a { color: var(--gold-dark); text-decoration: underline; }
.whc-prose img { border-radius: 12px; }
.whc-prose blockquote { margin: 1.5em 0; padding: 1em 1.4em; border-left: 4px solid var(--gold); background: var(--off); border-radius: 8px; font-style: italic; }
.whc-prose table { width: 100%; border-collapse: collapse; margin-bottom: 1.4em; font-size: 15px; }
.whc-prose th, .whc-prose td { padding: 10px 12px; border: 1px solid var(--line); text-align: left; }
.whc-prose th { background: var(--off); font-family: var(--font-head); }
.whc-prose .wp-block-buttons a, .whc-prose .wp-block-button__link { text-decoration: none; }
.whc-blog { display: grid; gap: 40px; }
@media (min-width: 1000px) { .whc-blog { grid-template-columns: 1fr 300px; } }
.whc-posts { display: grid; gap: 24px; }
.whc-post-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.whc-post-card__media img { width: 100%; aspect-ratio: 2/1; object-fit: cover; }
.whc-post-card__body { padding: 22px; }
.whc-post-card__body h2 { font-size: 22px; }
.whc-post-card__body p { color: var(--gray); }
.whc-post-thumb { margin: 0 0 28px; border-radius: var(--radius); overflow: hidden; }
.whc-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.whc-tags a { font-size: 12px; padding: 4px 10px; border-radius: 999px; background: var(--off); text-decoration: none; }
.widget { margin-bottom: 28px; }
.widget-title { font-size: 16px; }
.whc-pagination { display: flex; justify-content: center; margin-top: 36px; }
.whc-pagination .page-numbers, .woocommerce-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--line); margin: 0 3px; font-weight: 700; font-size: 14px; }
.whc-pagination .page-numbers.current, .woocommerce-pagination .page-numbers.current { background: var(--black); color: var(--gold); border-color: var(--black); }
.woocommerce-pagination ul.page-numbers { display: flex; border: 0; list-style: none; padding: 0; }
.woocommerce-pagination ul.page-numbers li { border: 0; }
.whc-404__links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 24px; }

/* ---------- Footer ---------- */
.whc-footer { background: var(--black); color: rgba(255, 255, 255, .8); padding: clamp(48px, 6vw, 80px) 0 28px; border-top: 4px solid var(--gold); }
.whc-footer__grid { display: grid; gap: 36px; margin-bottom: 40px; }
@media (min-width: 640px) { .whc-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .whc-footer__grid { grid-template-columns: 1.4fr .8fr .8fr 1.2fr; gap: 48px; } }
.whc-footer__tag { font-size: 14px; margin: 16px 0 18px; color: rgba(255, 255, 255, .65); max-width: 40ch; }
.whc-footer__contact { display: grid; gap: 8px; font-size: 14px; }
.whc-footer__contact li { display: flex; gap: 10px; align-items: center; }
.whc-footer__contact .whc-icon { width: 18px; height: 18px; color: var(--gold); }
.whc-footer__contact a:hover { color: var(--gold); }
.whc-social { display: flex; gap: 8px; margin-top: 18px; }
.whc-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-dark); display: grid; place-items: center; color: var(--white); transition: all .2s; }
.whc-social a:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
.whc-social svg { width: 18px; height: 18px; }
.whc-footer__title { color: var(--white); font-size: 15px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.whc-footer__menu { display: grid; gap: 9px; font-size: 14px; }
.whc-footer__menu a { color: rgba(255, 255, 255, .78); }
.whc-footer__menu a:hover { color: var(--gold); }
.whc-footer__signup p { font-size: 14px; color: rgba(255, 255, 255, .65); }
.whc-footer__fine { font-size: 12px !important; margin-top: 8px; }
.whc-newsletter__row { display: flex; gap: 8px; }
.whc-newsletter input { flex: 1; min-width: 0; padding: 12px 14px; border-radius: 999px; border: 1px solid var(--line-dark); background: rgba(255, 255, 255, .06); color: var(--white); }
.whc-newsletter input::placeholder { color: rgba(255, 255, 255, .45); }
.whc-newsletter input:focus { outline: none; border-color: var(--gold); }
.whc-newsletter .whc-btn { padding: 12px 18px; font-size: 14px; }
.whc-newsletter__msg { font-size: 13px; margin: 8px 0 0; color: var(--gold); min-height: 1em; }
.whc-newsletter__msg.is-error { color: #f28b7d; }
.whc-footer__bottom { display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; padding-top: 22px; border-top: 1px solid var(--line-dark); font-size: 13px; color: rgba(255, 255, 255, .55); }
.whc-footer__bottom p { margin: 0; }
.whc-footer__legal { display: flex; gap: 16px; flex-wrap: wrap; }
.whc-footer__legal a:hover { color: var(--gold); }
.whc-payments--footer span { background: transparent; border-color: var(--line-dark); color: rgba(255, 255, 255, .6); }

/* ---------- Reveal on scroll ---------- */
@media (prefers-reduced-motion: no-preference) {
	.whc-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
	.whc-reveal.is-in { opacity: 1; transform: none; }
}

/* ---------- Print ---------- */
@media print { .whc-header, .whc-announce, .whc-footer, .whc-mobile-nav { display: none !important; } }

/* ---------- Blog (v1.1) ---------- */
.whc-blog-hero__grid { display: grid; gap: 32px; align-items: center; }
@media (min-width: 1000px) { .whc-blog-hero__grid { grid-template-columns: 1.1fr .9fr; gap: 48px; } }
.whc-blog-hero .whc-chips { margin-top: 20px; }
.whc-chip--dark { background: rgba(255, 255, 255, .06); border-color: var(--line-dark); color: var(--white); }
.whc-chip--dark small { opacity: .6; }
.whc-chip--dark:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
.whc-featured { display: block; border-radius: var(--radius); overflow: hidden; background: var(--ink); border: 1px solid var(--line-dark); color: var(--white); transition: transform .3s var(--ease); }
.whc-featured:hover { transform: translateY(-4px); color: var(--white); }
.whc-featured .whc-cover { aspect-ratio: 16/9; }
.whc-featured__body { padding: 22px; }
.whc-featured__body h2 { font-size: 22px; color: var(--white); margin: 6px 0 8px; }
.whc-featured__body p { color: rgba(255, 255, 255, .72); font-size: 14px; }
.whc-featured .whc-link { color: var(--gold); }
.whc-cover { position: relative; overflow: hidden; background: var(--off); aspect-ratio: 16/10; }
.whc-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.whc-cover--gen { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: radial-gradient(600px 300px at 80% 0%, rgba(201, 162, 39, .35), transparent 60%), linear-gradient(160deg, #1d1d1d, #0b0b0b); color: var(--gold); }
.whc-cover--1 { background: radial-gradient(600px 300px at 20% 100%, rgba(201, 162, 39, .3), transparent 60%), linear-gradient(200deg, #232323, #0b0b0b); }
.whc-cover--2 { background: radial-gradient(500px 300px at 50% 50%, rgba(201, 162, 39, .22), transparent 65%), linear-gradient(140deg, #141414, #000); }
.whc-cover__icon .whc-icon { width: 56px; height: 56px; }
.whc-cover__label { font-family: var(--font-head); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255, 255, 255, .6); }
.whc-pcard { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); transition: transform .3s var(--ease), box-shadow .3s; }
.whc-pcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.whc-pcard:hover .whc-cover img { transform: scale(1.04); }
.whc-pcard__media { display: block; }
.whc-pcard__body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.whc-pcard__body .whc-eyebrow { margin: 0; font-size: 11px; }
.whc-pcard__body h3 { font-size: 19px; margin: 0; }
.whc-pcard__body p { color: var(--gray); font-size: 14px; margin: 0; flex: 1; }
.whc-posts-grid { grid-template-columns: 1fr; }
@media (min-width: 640px) { .whc-posts-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .whc-posts-grid { grid-template-columns: repeat(3, 1fr); } }
.whc-blog-rowhead { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-bottom: 26px; }
.whc-blog-rowhead .whc-h2 { margin: 0; font-size: clamp(22px, 2.6vw, 30px); max-width: 30ch; }
.whc-article { display: grid; gap: 40px; align-items: start; }
@media (min-width: 1000px) { .whc-article { grid-template-columns: minmax(0, 760px) 320px; justify-content: center; } .whc-article__side { position: sticky; top: 96px; } }
.whc-article .whc-prose--narrow { margin-inline: 0; }
.whc-article__cta { margin-top: 40px; padding: 26px; border-radius: var(--radius); background: var(--off); border: 1px solid var(--line); display: flex; gap: 20px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.whc-article__cta h3 { font-size: 20px; margin: 4px 0; }
.whc-article__cta p { margin: 0; color: var(--gray); font-size: 14px; }
.whc-side-card { padding: 22px; border-radius: 12px; border: 1px solid var(--line); background: var(--off); margin-bottom: 16px; }
.whc-side-card h4 { font-size: 15px; margin-bottom: 10px; }
.whc-side-card p { font-size: 14px; color: var(--gray); }
.whc-side-list { display: grid; gap: 8px; margin-bottom: 12px; font-size: 14px; }
.whc-side-list a { font-weight: 600; }
.whc-side-card--dark { background: var(--black); color: var(--white); border-color: var(--black); }
.whc-side-card--dark h4 { color: var(--white); }
.whc-side-card--dark p { color: rgba(255, 255, 255, .7); }
.whc-side-card--gold { background: var(--gold); border-color: var(--gold); color: var(--black); }
.whc-side-card--gold p { color: rgba(0, 0, 0, .7); }
.whc-side-card .whc-newsletter__row { flex-direction: column; }
.whc-narrow-wide { max-width: 1120px; }
.whc-duo .whc-newsletter { margin-top: 10px; }
.whc-duo .whc-newsletter__msg { color: var(--gold); }

/* ---------- Sublimation Center (v1.1) ---------- */
.whc-why__item--link { display: flex; flex-direction: column; color: var(--ink); transition: transform .3s var(--ease), box-shadow .3s; }
.whc-why__item--link:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); color: var(--ink); }
.whc-why__item--link p { flex: 1; margin-bottom: 14px; }
.whc-table-wrap { overflow-x: auto; }
.whc-settings { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 720px; }
.whc-settings th, .whc-settings td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line-dark); vertical-align: top; }
.whc-settings th { font-family: var(--font-head); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }
.whc-settings td:nth-child(2), .whc-settings td:nth-child(3) { white-space: nowrap; font-weight: 700; }
.whc-settings td:last-child { color: rgba(255, 255, 255, .7); }
.whc-videos { display: grid; gap: 20px; }
@media (min-width: 720px) { .whc-videos { grid-template-columns: repeat(2, 1fr); } }
.whc-video { margin: 0; }
.whc-video__frame { position: relative; aspect-ratio: 16/9; border-radius: 12px; overflow: hidden; background: var(--black); }
.whc-video__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.whc-video__frame--soon { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--gold); font-family: var(--font-head); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: 12px; }
.whc-video__frame--soon .whc-icon { width: 40px; height: 40px; }
.whc-video figcaption { padding: 10px 4px; font-weight: 600; font-size: 15px; }

/* ---------- Custom size builder (v1.1) ---------- */
.whc-cs__grid { display: grid; gap: 32px; align-items: start; }
@media (min-width: 960px) { .whc-cs__grid { grid-template-columns: 1fr 1fr; gap: 48px; } .whc-cs__preview { position: sticky; top: 96px; } }
.whc-cs__controls .whc-h3 { margin-bottom: 14px; }
.whc-cs__dims { display: flex; align-items: flex-end; gap: 14px; flex-wrap: wrap; }
.whc-cs__dim { flex: 1; min-width: 160px; }
.whc-cs__dim label { display: block; font-family: var(--font-head); font-weight: 700; font-size: 13px; margin-bottom: 6px; }
.whc-cs__dim small { display: block; font-size: 12px; color: var(--gray); margin-top: 4px; }
.whc-cs__stepper { display: flex; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--white); }
.whc-cs__stepper button { width: 46px; border: 0; background: var(--off); font-size: 20px; cursor: pointer; }
.whc-cs__stepper button:hover { background: var(--off-2); }
.whc-cs__stepper input { flex: 1; min-width: 0; border: 0; text-align: center; font-family: var(--font-head); font-weight: 800; font-size: 22px; padding: 12px 6px; -moz-appearance: textfield; }
.whc-cs__stepper input::-webkit-outer-spin-button, .whc-cs__stepper input::-webkit-inner-spin-button { -webkit-appearance: none; }
.whc-cs__x { font-family: var(--font-head); font-size: 26px; color: var(--gray-2); padding-bottom: 22px; }
.whc-cs__presets { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 14px; font-size: 13px; color: var(--gray); }
.whc-cs__presets .whc-chip { padding: 7px 12px; font-size: 13px; cursor: pointer; }
.whc-cs__corners { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.whc-cs__corner { cursor: pointer; }
.whc-cs__corner input { position: absolute; opacity: 0; }
.whc-cs__corner span { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 16px 12px; border: 2px solid var(--line); border-radius: 12px; text-align: center; transition: border-color .2s, background .2s; }
.whc-cs__corner svg { width: 60px; height: 40px; color: var(--gray); }
.whc-cs__corner strong { font-family: var(--font-head); }
.whc-cs__corner small { font-size: 12px; color: var(--gray); }
.whc-cs__corner input:checked + span { border-color: var(--gold); background: var(--gold-soft); }
.whc-cs__corner input:checked + span svg { color: var(--gold-dark); }
.whc-cs__error { margin: 12px 0 0; padding: 10px 14px; border-radius: 10px; background: #fbe9e7; color: var(--danger); font-size: 14px; font-weight: 600; }
.whc-cs__design { margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.whc-cs__svg { border-radius: var(--radius); background: var(--off); border: 1px solid var(--line); padding: 10px; }
.whc-cs__svg svg { width: 100%; height: auto; display: block; }
.whc-cs__summary { margin-top: 16px; padding: 22px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--white); }
.whc-cs__pricerow { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.whc-cs__pricerow span { font-family: var(--font-head); font-weight: 700; font-size: 18px; }
.whc-cs__pricerow strong { font-family: var(--font-head); font-weight: 800; font-size: 34px; color: var(--gold-dark); }
.whc-cs__formula { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: flex-end; gap: 6px; font-family: var(--font-head); font-weight: 700; font-size: 15px; color: var(--ink); margin: 2px 0 0; text-align: right; }
.whc-cs__formula span { color: var(--gold-dark); font-weight: 800; }
.whc-cs__breakdown { font-size: 13px; color: var(--gray); margin: 6px 0 14px; }
.whc-cs__terms { display: grid; gap: 6px; font-size: 13px; margin-bottom: 14px; }
.whc-cs__terms li { display: flex; gap: 8px; align-items: center; }
.whc-cs__terms .whc-icon { width: 18px; height: 18px; color: var(--gold-dark); }
.whc-cs__agree { font-size: 13px; padding: 12px; border-radius: 10px; background: var(--off); margin-bottom: 14px; }
.whc-cs__actions { display: flex; gap: 10px; }
.whc-cs__actions .quantity { display: flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.whc-cs__actions .qty { width: 70px; text-align: center; border: 0; font-weight: 700; }
.whc-cs__actions .single_add_to_cart_button { flex: 1; height: 52px; font-size: 16px; }
.whc-cs__actions .single_add_to_cart_button.is-disabled { opacity: .5; pointer-events: none; }
.whc-cs__dl { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 13px; background: none; border: 0; padding: 0; color: var(--gold-dark); text-decoration: underline; font-weight: 600; cursor: pointer; }
.whc-cs__dl .whc-icon { width: 16px; height: 16px; transform: rotate(180deg); }
.whc-cs__dl:disabled { opacity: .5; }

/* ---------- Homepage v1.1.2: craft image + product slider ---------- */
.whc-what__grid--media { align-items: center; }
.whc-what__media { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.whc-what__media img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.whc-what__media figcaption { position: absolute; left: 14px; bottom: 14px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: rgba(11, 11, 11, .8); color: var(--white); font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.whc-what__media figcaption .whc-icon { width: 16px; height: 16px; color: var(--gold); }
.whc-what__steps { margin-top: clamp(28px, 4vw, 44px); }
/* Shop photo slideshow */
.whc-slides__track { position: relative; aspect-ratio: 16/10; background: var(--black); }
.whc-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .8s var(--ease); }
.whc-slide.is-active { opacity: 1; z-index: 1; }
.whc-slide img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; display: block; }
.whc-slide figcaption { z-index: 2; }
.whc-slides__btn { position: absolute; top: 50%; z-index: 3; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; border: 0; background: rgba(11, 11, 11, .6); color: var(--white); font-size: 26px; line-height: 1; cursor: pointer; opacity: 0; transition: opacity .2s, background .2s; display: grid; place-items: center; padding-bottom: 3px; }
.whc-slides__btn--prev { left: 12px; } .whc-slides__btn--next { right: 12px; }
.whc-slides:hover .whc-slides__btn, .whc-slides__btn:focus-visible { opacity: 1; }
.whc-slides__btn:hover { background: var(--gold); color: var(--black); }
.whc-slides__dots { position: absolute; right: 14px; bottom: 16px; z-index: 3; display: flex; gap: 6px; }
.whc-slides__dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .5); cursor: pointer; transition: transform .2s, background .2s; }
.whc-slides__dots button.is-active { background: var(--gold); transform: scale(1.35); }
@media (pointer: coarse) { .whc-slides__btn { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .whc-slide { transition: none; } }
@media (min-width: 1000px) { .whc-what__grid--media { grid-template-columns: 1.05fr .95fr; gap: 56px; } }
.whc-pslider { position: relative; }
.whc-pslider__track { gap: 22px; padding: 6px 4px 12px; scroll-padding: 4px; }
.whc-pslider__item { flex: 0 0 calc(100% - 40px); scroll-snap-align: start; }
@media (min-width: 640px) { .whc-pslider__item { flex-basis: calc(50% - 11px); } }
@media (min-width: 1000px) { .whc-pslider__item { flex-basis: calc((100% - 44px) / 3); } }
.whc-pslider__nav button { border-color: var(--line); color: var(--ink); }
.whc-pslider__nav button:hover { background: var(--black); color: var(--gold); border-color: var(--black); }

/* ---------- Cart drawer (v1.2) ---------- */
.whc-drawer-overlay { position: fixed; inset: 0; z-index: 150; background: rgba(0, 0, 0, .55); backdrop-filter: blur(2px); opacity: 0; transition: opacity .3s; }
.whc-drawer-overlay.is-open { opacity: 1; }
.whc-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 160; width: min(440px, 100vw); background: var(--white); color: var(--ink); box-shadow: -20px 0 60px rgba(0, 0, 0, .3); transform: translateX(100%); transition: transform .32s var(--ease); }
.whc-drawer.is-open { transform: none; }
.whc-drawer__inner { height: 100%; display: flex; flex-direction: column; }
.whc-drawer.is-loading .whc-drawer__inner { opacity: .55; pointer-events: none; }
body.whc-drawer-open { overflow: hidden; }
.whc-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--line); background: var(--black); color: var(--white); }
.whc-drawer__head h2 { margin: 0; font-size: 20px; color: var(--white); }
.whc-drawer__count { color: var(--gold); }
.whc-drawer__close { color: var(--white); }
.whc-drawer__ship { padding: 14px 20px; background: var(--off); border-bottom: 1px solid var(--line); }
.whc-drawer__ship p { margin: 0 0 8px; display: flex; align-items: center; gap: 8px; font-size: 14px; }
.whc-drawer__ship .whc-icon { width: 20px; height: 20px; color: var(--gold-dark); flex: none; }
.whc-drawer__ship strong { color: var(--ink); }
.whc-drawer__ship.is-free p strong { color: var(--success); }
.whc-drawer__track { height: 6px; border-radius: 3px; background: var(--line); overflow: hidden; }
.whc-drawer__fill { height: 100%; background: linear-gradient(90deg, var(--gold-dark), var(--gold-2)); transition: width .5s var(--ease); }
.whc-drawer__ship.is-free .whc-drawer__fill { background: var(--success); }
.whc-drawer__items { flex: 1; overflow-y: auto; padding: 6px 20px; }
.whc-drawer__item { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.whc-drawer__thumb { flex: none; width: 76px; height: 76px; border-radius: 10px; overflow: hidden; border: 1px solid var(--line); background: var(--off); }
.whc-drawer__thumb img { width: 100%; height: 100%; object-fit: cover; }
.whc-drawer__info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.whc-drawer__name { font-family: var(--font-head); font-weight: 700; font-size: 15px; line-height: 1.3; }
.whc-drawer__meta .variation { display: grid; grid-template-columns: auto 1fr; gap: 1px 6px; font-size: 12px; color: var(--gray); margin: 0; }
.whc-drawer__meta .variation dt, .whc-drawer__meta .variation dd { margin: 0; }
.whc-drawer__meta .variation dd p { margin: 0; }
.whc-drawer__meta .variation img { max-width: 48px; border-radius: 4px; }
.whc-drawer__row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 2px; }
.whc-qty--sm { height: 34px; }
.whc-qty--sm .whc-qty__btn { width: 30px; font-size: 16px; }
.whc-qty--sm .whc-qty__input { width: 38px; font-size: 14px; }
.whc-drawer__price { font-family: var(--font-head); font-weight: 800; font-size: 15px; }
.whc-drawer__remove { align-self: flex-start; background: none; border: 0; padding: 0; font-size: 12px; color: var(--gray); text-decoration: underline; cursor: pointer; }
.whc-drawer__remove:hover { color: var(--danger); }
.whc-drawer__tier { display: flex; align-items: center; gap: 8px; margin: 0; padding: 10px 20px; font-size: 13px; background: var(--gold-soft); border-top: 1px solid rgba(201, 162, 39, .3); }
.whc-drawer__tier .whc-icon { width: 18px; height: 18px; color: var(--gold-dark); flex: none; }
.whc-drawer__foot { padding: 14px 20px 18px; border-top: 1px solid var(--line); background: var(--white); }
.whc-drawer__coupon { margin: 0 0 10px; padding: 0; border: 0; }
.whc-drawer__coupon summary { font-size: 13px; }
.whc-drawer__coupon .whc-coupon__row { margin-top: 8px; }
.whc-drawer__applied { display: flex; align-items: center; gap: 6px; margin: 8px 0 0; font-size: 13px; }
.whc-drawer__line { display: flex; justify-content: space-between; font-size: 14px; padding: 4px 0; }
.whc-drawer__line--total { font-family: var(--font-head); font-weight: 800; font-size: 18px; border-top: 1px solid var(--line); margin-top: 4px; padding-top: 10px; }
.whc-drawer__fine { font-size: 12px; color: var(--gray); margin: 0 0 12px; }
.whc-drawer__foot .whc-btn--block { height: 54px; }
.whc-drawer__trust { display: flex; justify-content: space-between; gap: 6px; margin-top: 12px; font-size: 11px; color: var(--gray); }
.whc-drawer__trust span { display: inline-flex; align-items: center; gap: 5px; }
.whc-drawer__trust .whc-icon { width: 16px; height: 16px; color: var(--gold-dark); }
.whc-drawer__viewcart { display: block; text-align: center; margin-top: 12px; font-size: 13px; font-weight: 600; text-decoration: underline; color: var(--gray); }
.whc-drawer__empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 30px; gap: 8px; }
.whc-drawer__empty .whc-icon { width: 52px; height: 52px; color: var(--gold); }
.whc-drawer__empty p { color: var(--gray); }
.whc-inline-notice { margin-bottom: 16px; }

/* ---------- Card size picker + size guide ---------- */
.whc-sizepick { margin-bottom: 18px; }
.whc-sizepick__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.whc-sizepick__label { font-family: var(--font-head); font-weight: 800; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.whc-sizepick__help { font-size: 13px; }
.whc-sizepick__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (min-width: 560px) { .whc-sizepick__grid { grid-template-columns: repeat(var(--whc-sizecols, 4), 1fr); } }
.whc-sizecard { position: relative; display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 26px 10px 14px; border: 1.5px solid var(--line); border-radius: var(--radius); background: var(--white); cursor: pointer; text-align: center; transition: border-color .2s, box-shadow .2s, transform .2s var(--ease); }
.whc-sizecard:hover { border-color: var(--gold-dark); transform: translateY(-2px); }
.whc-sizecard.is-selected { border-color: var(--black); background: var(--black); color: var(--white); box-shadow: var(--shadow-lg); }
.whc-sizecard__ribbon { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-family: var(--font-head); font-weight: 800; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; color: var(--black); background: var(--gold); padding: 4px 9px; border-radius: 999px; }
.whc-sizecard__art { display: block; margin-bottom: 6px; }
.whc-sizecard__price del, .whc-card__price del { font-weight: 500; font-size: .8em; color: var(--gray); text-decoration: line-through; margin-left: 4px; }
.whc-sizecard__price ins, .whc-card__price ins { text-decoration: none; }
.whc-sizecard.is-selected .whc-sizecard__price del { color: rgba(255, 255, 255, .55); }
.whc-summary__price del { font-size: .6em; font-weight: 500; color: var(--gray); margin-left: 8px; }
.whc-summary__price ins { text-decoration: none; }
.whc-card__price del { display: inline; }
.whc-sizecard__art img { width: 56px; height: 42px; object-fit: contain; }
/* Shape picker (mouse pads): the card leads with the real product photo, the
   way the collection tiles do, instead of a to-scale outline. */
.whc-sizecard--photo { padding: 22px 10px 14px; gap: 3px; }
.whc-sizecard--photo .whc-sizecard__art { width: 100%; margin-bottom: 9px; border-radius: 10px; overflow: hidden; background: var(--off); aspect-ratio: 1; }
.whc-sizecard--photo .whc-sizecard__art img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s var(--ease); }
.whc-sizecard--photo:hover .whc-sizecard__art img { transform: scale(1.05); }
.whc-sizecard--photo .whc-sizecard__name { font-size: 15px; line-height: 1.2; }
.whc-sizecard--photo .whc-sizecard__dims { font-size: 11.5px; }
.whc-sizecard--photo.is-selected .whc-sizecard__art { background: rgba(255, 255, 255, .1); }
@media (max-width: 559px) { .whc-sizecard--photo .whc-sizecard__art { aspect-ratio: 4 / 3; } }
.whc-mat-svg__shape { fill: none; stroke: var(--gold-dark); stroke-width: 2; }
.whc-sizecard.is-selected .whc-mat-svg__shape { stroke: var(--gold); fill: rgba(201, 162, 39, .16); }
.whc-sizecard__name { font-family: var(--font-head); font-weight: 800; font-size: 14px; }
.whc-sizecard__dims { font-size: 12px; color: var(--gray); }
.whc-sizecard.is-selected .whc-sizecard__dims { color: rgba(255, 255, 255, .72); }
.whc-sizecard__price { font-family: var(--font-head); font-weight: 800; font-size: 17px; margin-top: 4px; }
.whc-sizecard__price .amount { color: inherit; }
/* An option with no buyable variation behind it: greyed, struck through and
   not clickable, rather than failing after the click. */
.whc-sizecard.is-unavailable,
.whc-edgebox.is-unavailable { opacity: .42; cursor: not-allowed; filter: grayscale(1); }
.whc-sizecard.is-unavailable:hover,
.whc-edgebox.is-unavailable:hover { transform: none; border-color: var(--line); box-shadow: none; }
.whc-sizecard.is-unavailable .whc-sizecard__name,
.whc-sizecard.is-unavailable .whc-sizecard__dims,
.whc-sizecard.is-unavailable .whc-sizecard__price,
.whc-edgebox.is-unavailable .whc-edgebox__name,
.whc-edgebox.is-unavailable .whc-edgebox__sub,
.whc-edgebox.is-unavailable .whc-edgebox__delta { text-decoration: line-through; }
.whc-sizecard.is-unavailable .whc-sizecard__ribbon,
.whc-edgebox.is-unavailable .whc-edgebox__tick { display: none; }
.whc-variation-row--hidden { display: none !important; }

.whc-guide__grid { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); }
/* Columns follow the number of options, so three shapes fill the row and sit
   centred instead of leaving an empty fourth slot. */
@media (min-width: 1000px) { .whc-guide__grid { grid-template-columns: repeat(var(--whc-guidecols, 4), 1fr); justify-content: center; } }
/* On tablet the grid is two up; centre a lone third card rather than stranding
   it on the left. */
@media (min-width: 720px) and (max-width: 999px) {
	.whc-guide__grid > .whc-guide__item:last-child:nth-child(odd) { grid-column: 1 / -1; max-width: calc(50% - 9px); margin-inline: auto; }
}
.whc-guide__item { display: flex; flex-direction: column; padding: 22px 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--off); }
.whc-guide__item--fav { border-color: var(--gold-dark); box-shadow: 0 0 0 1px var(--gold-dark) inset; }
.whc-guide__art { min-height: 80px; display: grid; place-items: center; margin-bottom: 12px; }
.whc-guide__head { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin-bottom: 8px; }
.whc-guide__head h3 { font-size: 19px; margin: 0; }
.whc-guide__tag { font-family: var(--font-head); font-weight: 800; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-dark); }
.whc-guide__item p { color: var(--gray); font-size: 14.5px; flex: 1; margin-bottom: 16px; }
.whc-guide__foot { margin-top: 26px; display: grid; gap: 16px; }
.whc-guide__note { display: flex; gap: 10px; align-items: flex-start; margin: 0; font-size: 15px; color: var(--ink); background: var(--off); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; }
.whc-guide__note .whc-icon { width: 22px; height: 22px; color: var(--gold-dark); flex: none; }
/* Quiet one-liner: the custom size builder is an option, not a pitch. */
.whc-guide__cs { display: flex; align-items: flex-start; justify-content: center; gap: 9px; margin: 2px 0 0; font-size: 14px; color: var(--gray); text-align: center; }
.whc-guide__cs strong { color: var(--ink); font-weight: 700; }
.whc-guide__cs > .whc-icon { width: 18px; height: 18px; color: var(--gray); flex: none; margin-top: 2px; }
.whc-guide__cs .whc-link { font-size: 14px; white-space: nowrap; }
.whc-guide__cs .whc-link .whc-icon { width: 15px; height: 15px; }

/* Size diagrams: one shared scale across the row, so the mats compare honestly. */
.whc-matd { display: block; width: 100%; height: auto; }
.whc-matd__mat { fill: var(--white); stroke: var(--gold-dark); stroke-width: 1.5; }
.whc-matd__kb, .whc-matd__mouse { fill: #2b2926; }
.whc-matd__keys, .whc-matd__mdet { stroke: rgba(255, 255, 255, .42); stroke-width: 1; stroke-linecap: round; fill: none; }
.whc-matd__wheel { fill: rgba(255, 255, 255, .5); }
.whc-guide__item--fav .whc-matd__mat { fill: #fbf6e6; }
/* The summary price mirrors the selected size, so don't repeat it in the form. */
.whc-summary__form .woocommerce-variation-price { display: none; } /* mirrored into the header price + button */
.whc-guide__art img { max-width: 100%; height: auto; border-radius: 8px; }

/* ---------- Edge option boxes (replaces the dropdown) ---------- */
.whc-edgepick { margin: 0 0 18px; }
.whc-edgepick__head { display: flex; align-items: center; gap: 2px; margin-bottom: 10px; }
.whc-edgepick__label { font-family: var(--font-head); font-weight: 800; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--black); }
.whc-edgepick__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; }
.whc-edgebox { position: relative; display: flex; align-items: center; gap: 12px; padding: 10px 40px 10px 10px; border: 1.5px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); cursor: pointer; text-align: left; font: inherit; transition: border-color .2s, box-shadow .2s, transform .2s var(--ease); }
.whc-edgebox:hover { border-color: var(--gold-dark); transform: translateY(-2px); }
.whc-edgebox:focus-visible { outline: 2px solid var(--gold-dark); outline-offset: 2px; }
.whc-edgebox.is-selected { border-color: var(--black); background: var(--black); color: var(--white); box-shadow: var(--shadow-lg); }
.whc-edgebox__img { width: 52px; height: 52px; flex: none; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); background: var(--off); }
.whc-edgebox.is-selected .whc-edgebox__img { border-color: rgba(255, 255, 255, .25); }
.whc-edgebox__text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.whc-edgebox__name { font-family: var(--font-head); font-weight: 800; font-size: 15px; line-height: 1.15; }
.whc-edgebox__sub { font-size: 12px; line-height: 1.3; color: var(--gray); }
.whc-edgebox.is-selected .whc-edgebox__sub { color: rgba(255, 255, 255, .72); }
.whc-edgebox__tick { position: absolute; top: 50%; right: 12px; transform: translateY(-50%) scale(.6); display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--gold); color: var(--black); opacity: 0; transition: opacity .2s, transform .2s var(--ease); }
.whc-edgebox.is-selected .whc-edgebox__tick { opacity: 1; transform: translateY(-50%) scale(1); }
.whc-edgebox__delta { position: absolute; top: -9px; right: 10px; padding: 2px 8px; border-radius: 999px; background: var(--gold); color: var(--black); font-family: var(--font-head); font-weight: 800; font-size: 11px; letter-spacing: .02em; white-space: nowrap; }
.whc-edgebox.is-selected .whc-edgebox__delta { background: var(--gold); }
.whc-edgepick--finish .whc-edgebox { padding-right: 40px; }
.whc-edgepick--finish .whc-edgebox__text { padding-top: 2px; }
.whc-edgehelp__list { display: grid; gap: 10px; margin: 0 0 12px; }
.whc-edgehelp__list p { margin: 0; font-size: 13px; line-height: 1.45; color: var(--gray); }
.whc-edgehelp__list strong { display: block; color: var(--black); font-family: var(--font-head); font-size: 14px; margin-bottom: 2px; }
.whc-variations--empty { display: none !important; }
@media (max-width: 480px) { .whc-edgepick__grid { grid-template-columns: 1fr 1fr; } .whc-edgebox { flex-direction: column; align-items: flex-start; padding: 10px 10px 34px; } .whc-edgebox__tick { top: auto; bottom: 8px; right: 8px; transform: scale(.6); } .whc-edgebox.is-selected .whc-edgebox__tick { transform: scale(1); } }

/* ---------- Info button + edge help popover ---------- */
.whc-infobtn { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-left: 6px; padding: 0; border: 1.5px solid var(--gold-dark); border-radius: 50%; background: transparent; color: var(--gold-dark); font-family: var(--font-head); font-weight: 800; font-size: 11px; line-height: 1; cursor: pointer; vertical-align: middle; transition: background .2s, color .2s; }
.whc-infobtn:hover, .whc-infobtn[aria-expanded="true"] { background: var(--gold-dark); color: var(--white); }
.whc-infowrap { position: relative; display: inline-block; width: 0; height: 0; }
.whc-edgehelp { text-transform: none; letter-spacing: 0; font-weight: 400; position: absolute; z-index: 30; top: 10px; left: -14px; width: min(330px, calc(100vw - 40px)); padding: 16px 18px 14px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); font-weight: 400; text-align: left; white-space: normal; }
.whc-edgehelp h4 { margin: 0 0 6px; font-size: 16px; }
.whc-edgehelp p { margin: 0 0 12px; font-size: 13.5px; line-height: 1.5; color: var(--gray); }
.whc-edgehelp__close { position: absolute; top: 6px; right: 8px; border: 0; background: none; color: var(--gray); font-size: 20px; line-height: 1; cursor: pointer; padding: 2px 4px; }
.whc-edgehelp__close:hover { color: var(--ink); }
.whc-edgehelp__pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.whc-edgehelp__pair figure { margin: 0; }
.whc-edgehelp__pair img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); display: block; margin-bottom: 6px; }
.whc-edgehelp__pair figcaption { font-size: 12px; line-height: 1.4; color: var(--gray); }
.whc-edgehelp__pair figcaption strong { display: block; color: var(--ink); font-size: 12.5px; }
.whc-edgehelp__warranty { display: flex; gap: 8px; align-items: flex-start; margin: 0 !important; font-size: 12.5px !important; color: var(--ink) !important; border-top: 1px solid var(--line); padding-top: 10px; }
.whc-edgehelp__warranty .whc-icon { width: 17px; height: 17px; color: var(--gold-dark); flex: none; }
@media (max-width: 600px) { .whc-edgehelp { left: auto; right: -14px; } }

/* ---------- Product specifications ---------- */
.whc-specs__grid { display: grid; gap: clamp(24px, 4vw, 48px); align-items: center; }
@media (min-width: 900px) { .whc-specs__grid { grid-template-columns: 1fr 1fr; } .whc-specs__grid--solo { grid-template-columns: minmax(0, 760px); justify-content: center; } }
.whc-specs__media { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--white); }
.whc-specs__media img { display: block; width: 100%; height: auto; }
.whc-specs__copy .whc-section-head { margin-bottom: 18px; }

/* Fera widgets: keep them inside our layout rhythm. */
.whcore-fera { width: 100%; }
.whc-card__rating--fera:empty { display: none; }
.whc-card__rating--fera .whcore-fera { line-height: 1; }
.whc-summary__rating .whcore-fera--product_rating { margin: 0; }
.whc-reviews .whcore-fera--product_reviews { margin-top: 8px; }
/* Fera customer photo gallery sits on a light band, not the dark showcase one. */
.whc-showcase--fera .whcore-fera--product_gallery { margin-top: 8px; }

/* Store rating in the footer brand column */
.whc-footer__rating { margin: 14px 0 4px; }
.whc-footer__rating .whr-store-rating, .whc-footer__rating .whr-stars { color: var(--gold); }

/* Stars under the product title jump to the reviews at the bottom */
.whc-summary__ratinglink { display: inline-flex; align-items: center; gap: 8px; color: inherit; text-decoration: none; border-radius: 6px; padding: 2px 4px; margin-left: -4px; transition: background .2s, color .2s; }
.whc-summary__ratinglink:hover, .whc-summary__ratinglink:focus-visible { background: rgba(184, 145, 42, .1); }
.whc-summary__ratinglink:hover .whc-stars__count, .whc-summary__ratinglink:focus-visible .whc-stars__count { color: var(--gold-dark); text-decoration: underline; }
.whc-reviews { scroll-margin-top: 96px; }

/* Collection hero rating, under the CTA */
.whc-hero__rating { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 18px 0 4px; }
.whc-hero__rating .whc-stars { display: inline-flex; gap: 2px; }
.whc-hero__rating .whc-star { color: var(--gold); }
.whc-hero__rating-avg { font-weight: 800; font-size: 17px; letter-spacing: -.01em; }
.whc-hero__rating-count { font-size: 13.5px; opacity: .8; }

/* In The Wild sits on the dark band now, so the review photo wall has to live
   there too: no white card behind each photo, gold hover instead of black. */
.whc-showcase--wall .whr-gallery__item { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.04); }
.whc-showcase--wall .whr-gallery__item:hover { border-color: var(--gold); }
.whc-showcase--wall .whr-gallery__head, .whc-showcase--wall .whr-gallery__title { color: var(--white); }
.whc-showcase--wall .whr-gallery__count { color: rgba(255,255,255,.7); }

/* The review carousel sits on the dark band; the plugin's own dark theme
   handles the cards, this just gives it room. */
.whc-proof .whr-carousel { margin-top: 8px; }
