/* =================================================================
   HVB TEST PRODUCTS PAGE — page-products.css
   Scoped under .hvb-products + .hvb-products-top-strip
   so nothing leaks into the live products template or header/footer.
   Uses the Heritage tokens from page-homepage.css.
   ================================================================= */

/* ---------------- TOKENS (Heritage only) ----------------------- */
.hvb-products {
    --forest: #1a3a2e;
    --forest-mid: #2a5d3a;
    --forest-light: #3a6d4a;
    --forest-lighter: #85b67c;
    --forest-deep: #0f2a1f;

    --gold: #d4af37;
    --gold-light: #f4e061;
    --gold-dark: #b8960c;
    --gold-soft: #e8c873;

    --cream: #fff9e6;
    --cream-dark: #fff3cd;
    --bone: #f5ecd7;

    --text-dark: #1a1a1a;
    --text-muted: #555555;
    --text-light: #737373;
    --ink: #1b1b17;

    --radius-xs: 4px;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 32px;
    --radius-full: 100px;

    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.12);
    --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.15);
    --shadow-xl: 0 24px 64px rgba(0, 0, 0, 0.2);

    --hp-transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    --hp-transition-fast: 0.18s ease;

    --font-display: 'Cinzel', Georgia, serif;
    --font-body: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-meta: 'Montserrat', sans-serif;

    --accent: var(--gold);
    --accent-2: var(--gold-soft);
    --surface: var(--cream);
    --surface-2: var(--cream-dark);
    --page-bg-a: var(--forest);
    --page-bg-b: var(--forest-mid);

    color: var(--text-dark);
    font-family: var(--font-body);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.hvb-products img { max-width: 100%; display: block; }
.hvb-products a { color: inherit; }

.hvb-products .display {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

.sr-announcements {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ---------------- PAGE INTRO (dark forest header band) --------- */
.hvb-products .page-intro {
    position: relative;
    overflow: hidden;
    padding: 56px 24px 64px;
    color: #fff;
    background:
        radial-gradient(ellipse 70% 90% at 85% 40%, rgba(212, 175, 55, 0.16) 0%, transparent 55%),
        radial-gradient(ellipse 45% 70% at 8% 80%, rgba(212, 175, 55, 0.07) 0%, transparent 50%),
        linear-gradient(160deg, var(--page-bg-a) 0%, var(--page-bg-b) 55%, var(--page-bg-a) 100%);
    border-bottom: 1px solid rgba(212, 175, 55, 0.25);
}
.hvb-products .page-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.04) 0%, transparent 2px),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.03) 0%, transparent 2px),
        radial-gradient(circle at 60% 20%, rgba(255, 255, 255, 0.02) 0%, transparent 1.5px);
    background-size: 60px 60px, 80px 80px, 40px 40px;
    pointer-events: none;
    opacity: 0.5;
}
.hvb-products .page-intro::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(212, 175, 55, 0.5) 20%, rgba(212, 175, 55, 0.9) 50%, rgba(212, 175, 55, 0.5) 80%, transparent 100%);
    pointer-events: none;
}
.hvb-products .page-intro-inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.hvb-products .crumbs {
    font-family: var(--font-meta);
    font-size: 0.74rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hvb-products .crumbs a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: color var(--hp-transition-fast);
}
.hvb-products .crumbs a:hover { color: var(--accent); }
.hvb-products .crumbs span[aria-current="page"] { color: var(--accent); font-weight: 600; }

.hvb-products .page-intro h1 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2rem, 4.2vw, 3.4rem);
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.1;
    letter-spacing: 0.02em;
}
.hvb-products .page-intro h1 em {
    font-style: normal;
    color: var(--accent);
    position: relative;
    display: inline-block;
}
.hvb-products .page-intro h1 em::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -6px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    opacity: 0.55;
}
.hvb-products .page-intro-sub {
    font-size: 1.02rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 720px;
    margin: 0 0 28px;
    line-height: 1.65;
}
.hvb-products .page-intro-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.hvb-products .page-intro-trust .trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.84rem;
    font-weight: 500;
}
.hvb-products .page-intro-trust .trust-chip svg {
    width: 16px;
    height: 16px;
    color: var(--accent);
    flex-shrink: 0;
}
@media (max-width: 640px) {
    .hvb-products .page-intro { padding: 40px 24px 48px; }
    .hvb-products .page-intro-trust { gap: 10px 18px; }
}

.hvb-products .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-meta);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--accent);
    padding: 7px 16px 7px 12px;
    border: 1px solid rgba(212, 175, 55, 0.4);
    background: rgba(212, 175, 55, 0.08);
    border-radius: 100px;
    margin-bottom: 24px;
}
.hvb-products .eyebrow .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
}
.hvb-products .eyebrow-on-light {
    color: var(--forest-mid);
    background: rgba(42, 93, 58, 0.08);
    border-color: rgba(42, 93, 58, 0.3);
}
.hvb-products .eyebrow-on-light .dot { background: var(--forest-mid); box-shadow: 0 0 0 3px rgba(42, 93, 58, 0.18); }

/* ---------------- BUTTONS -------------------------------------- */
.hvb-products .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 28px;
    border-radius: 100px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: transform var(--hp-transition-fast), box-shadow var(--hp-transition-fast), background var(--hp-transition-fast), color var(--hp-transition-fast);
}
.hvb-products .btn-primary {
    background: var(--accent);
    color: var(--forest-deep);
    box-shadow: 0 8px 28px rgba(212, 175, 55, 0.3);
}
.hvb-products .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(212, 175, 55, 0.45);
    background: var(--accent-2);
    color: var(--forest-deep);
}
.hvb-products .btn-ghost {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
}
.hvb-products .btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

/* ---------------- TOOLBAR (filter + sort) ---------------------- */
.hvb-products .toolbar {
    background: var(--surface);
    border-bottom: 1px solid rgba(26, 58, 46, 0.08);
    position: sticky;
    top: 0;
    z-index: 20;
    box-shadow: var(--shadow-sm);
}
.hvb-products .toolbar-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 24px;
    position: relative;
}
.hvb-products .filter-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.hvb-products .filter-bar-label {
    font-family: var(--font-meta);
    font-size: 0.74rem;
    color: var(--text-muted);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 6px;
}
.hvb-products .filter-btn {
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 600;
    background: #fff;
    color: var(--forest-deep);
    border: 1.5px solid rgba(26, 58, 46, 0.15);
    padding: 9px 16px;
    border-radius: 100px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background var(--hp-transition-fast), color var(--hp-transition-fast), border-color var(--hp-transition-fast), transform var(--hp-transition-fast);
}
.hvb-products .filter-btn:hover {
    border-color: var(--forest-mid);
    transform: translateY(-1px);
}
.hvb-products .filter-btn.active {
    background: var(--forest-mid);
    color: #fff;
    border-color: var(--forest-mid);
    box-shadow: 0 4px 12px rgba(42, 93, 58, 0.25);
}
.hvb-products .filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    border-radius: 100px;
    background: rgba(26, 58, 46, 0.08);
    color: var(--forest-deep);
    font-size: 0.72rem;
    font-weight: 700;
}
.hvb-products .filter-btn.active .filter-count {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.hvb-products .sort-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed rgba(26, 58, 46, 0.1);
    flex-wrap: wrap;
}
.hvb-products .filter-results {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-muted);
}
.hvb-products .filter-results strong {
    color: var(--forest-deep);
    font-weight: 700;
}
.hvb-products .sort-control {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.hvb-products .sort-label {
    font-family: var(--font-meta);
    font-size: 0.8rem;
    color: var(--text-muted);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
}
.hvb-products .sort-select {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--forest-deep);
    background: #fff;
    border: 1.5px solid rgba(26, 58, 46, 0.15);
    padding: 8px 36px 8px 14px;
    border-radius: 100px;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%232a5d3a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    transition: border-color var(--hp-transition-fast);
}
.hvb-products .sort-select:focus {
    outline: none;
    border-color: var(--forest-mid);
    box-shadow: 0 0 0 3px rgba(42, 93, 58, 0.15);
}

@media (max-width: 640px) {
    .hvb-products .filter-bar { gap: 6px; }
    .hvb-products .filter-btn { padding: 12px 14px; font-size: 0.82rem; }
    .hvb-products .sort-row { justify-content: flex-start; }
}

/* ---------------- SECTION HEAD --------------------------------- */
.hvb-products .wrap { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.hvb-products .sec-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: end;
    margin-bottom: 48px;
}
.hvb-products .sec-head h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    color: #fff;
    margin: 16px 0 0;
}
.hvb-products .sec-head-light h2 { color: var(--forest-deep); }
.hvb-products .sec-head-light h2 em { font-style: normal; color: var(--forest-mid); }
.hvb-products .sec-head p {
    max-width: 380px;
    margin: 0;
    font-size: 0.95rem;
}
.hvb-products .sec-head-light p { color: var(--text-muted); }

@media (max-width: 768px) {
    .hvb-products .sec-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 40px; }
}

/* ---------------- SECTION KICKER (numbered) -------------------- */
.hvb-products .sec-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    font-family: var(--font-meta);
}
.hvb-products .sec-num {
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--gold-dark);
    letter-spacing: 0.16em;
    line-height: 1;
    padding: 4px 9px;
    border: 1px solid rgba(184, 150, 12, 0.4);
    border-radius: 3px;
    background: rgba(212, 175, 55, 0.08);
}
.hvb-products .sec-rule {
    flex: 0 0 44px;
    height: 1px;
    background: linear-gradient(90deg, var(--gold-dark) 0%, rgba(184, 150, 12, 0.15) 100%);
}
.hvb-products .sec-kind {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--forest-mid);
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .hvb-products .sec-rule { flex-basis: 28px; }
    .hvb-products .sec-num { font-size: 0.78rem; padding: 3px 7px; }
    .hvb-products .sec-kind { font-size: 0.68rem; letter-spacing: 0.18em; }
}

/* ---------------- PRODUCTS SECTION ----------------------------- */
/* Base cream sections — warm gradient with soft gold glow + faint grid. */
.hvb-products .products {
    position: relative;
    overflow: hidden;
    padding: 96px 0;
    background:
        radial-gradient(ellipse 55% 40% at 88% 8%, rgba(212, 175, 55, 0.16) 0%, transparent 60%),
        radial-gradient(ellipse 45% 35% at 6% 92%, rgba(42, 93, 58, 0.08) 0%, transparent 55%),
        linear-gradient(180deg, var(--cream) 0%, var(--bone) 100%);
}
.hvb-products .products::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(26, 58, 46, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26, 58, 46, 0.05) 1px, transparent 1px);
    background-size: 64px 64px;
    background-position: center;
    -webkit-mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.55), transparent 75%);
            mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.55), transparent 75%);
    pointer-events: none;
    z-index: 0;
}
.hvb-products .products .wrap {
    position: relative;
    z-index: 1;
}

/* Alternate sections — dark forest with gold grid, mirrors the hero palette. */
.hvb-products .products-alt {
    background:
        radial-gradient(ellipse 60% 70% at 85% 30%, rgba(212, 175, 55, 0.16) 0%, transparent 55%),
        radial-gradient(ellipse 45% 60% at 10% 80%, rgba(212, 175, 55, 0.07) 0%, transparent 50%),
        linear-gradient(160deg, var(--forest-deep) 0%, var(--forest) 50%, var(--forest-deep) 100%);
    color: #fff;
}
.hvb-products .products-alt::before {
    background-image:
        linear-gradient(rgba(212, 175, 55, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(212, 175, 55, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    -webkit-mask-image: none;
            mask-image: none;
}

/* Section-head contrast swap on dark sections. */
.hvb-products .products-alt .sec-head-light h2 { color: #fff; }
.hvb-products .products-alt .sec-head-light h2 em { color: var(--accent); }
.hvb-products .products-alt .sec-head-light p { color: rgba(255, 255, 255, 0.72); }
.hvb-products .products-alt .eyebrow-on-light {
    color: var(--accent);
    background: rgba(212, 175, 55, 0.1);
    border-color: rgba(212, 175, 55, 0.35);
}
.hvb-products .products-alt .eyebrow-on-light .dot {
    background: var(--accent);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.22);
}
.hvb-products .products-alt .sec-num {
    color: var(--accent);
    border-color: rgba(212, 175, 55, 0.45);
    background: rgba(212, 175, 55, 0.1);
}
.hvb-products .products-alt .sec-rule {
    background: linear-gradient(90deg, var(--accent) 0%, rgba(212, 175, 55, 0.18) 100%);
}
.hvb-products .products-alt .sec-kind { color: var(--accent); }

/* Sold-out toggle button needs lighter outline on the dark section. */
.hvb-products .products-alt button.toggle-soldout {
    background: transparent;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.82);
    border-color: rgba(212, 175, 55, 0.4);
}
.hvb-products .products-alt button.toggle-soldout:hover {
    background: var(--accent);
    background-color: var(--accent);
    color: var(--forest-deep);
    border-color: var(--accent);
}

.hvb-products .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
/* Variety / split-kilo grid: 4 cards on one line at desktop width. */
.hvb-products #grid-variety {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
@media (max-width: 1200px) {
    .hvb-products #grid-variety { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
    .hvb-products .products-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .hvb-products .products-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .hvb-products #grid-variety  { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}

/* ---------------- PRODUCT CARD (tpcard) ------------------------ */
.hvb-products .tpcard {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform var(--hp-transition), box-shadow var(--hp-transition), border-color var(--hp-transition), opacity var(--hp-transition-fast);
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
    position: relative;
}
.hvb-products .tpcard:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 56px rgba(26, 58, 46, 0.18);
    border-color: var(--accent);
}
.hvb-products .tpcard.filter-hidden {
    display: none;
}

.hvb-products .tpcard-thumb {
    aspect-ratio: 4 / 3;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse at center, rgba(212, 175, 55, 0.15) 0%, transparent 70%),
        linear-gradient(160deg, #1a3a2e 0%, #2a5d3a 100%);
}
.hvb-products .tpcard-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform var(--hp-transition);
}
.hvb-products .tpcard:hover .tpcard-thumb img { transform: scale(1.04); }

.hvb-products .tpcard-red .tpcard-thumb { background: linear-gradient(160deg, #7a2d2d 0%, #3d1515 100%); }
.hvb-products .tpcard-gold .tpcard-thumb { background: linear-gradient(160deg, #6b5a1a 0%, #2d2510 100%); }

.hvb-products .tpcard-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(15, 42, 31, 0.85);
    backdrop-filter: blur(8px);
    color: var(--accent);
    padding: 6px 12px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 1px solid rgba(212, 175, 55, 0.3);
    z-index: 2;
}
.hvb-products .tpcard-soldout .tpcard-thumb img { opacity: 0.55; filter: grayscale(25%); }
.hvb-products .tpcard-soldout .tpcard-badge {
    background: rgba(80, 80, 80, 0.9);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.hvb-products .tpcard-body {
    padding: 22px 22px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hvb-products .tpcard-vein {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--text-muted);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hvb-products .vein-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
.hvb-products .tpcard h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--forest-deep);
    margin: 0;
    line-height: 1.2;
}
.hvb-products .tpcard-rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: -2px 0 2px;
}
.hvb-products .tpcard-stars {
    display: inline-flex;
    gap: 1px;
}
.hvb-products .tpcard-star {
    width: 14px;
    height: 14px;
}
.hvb-products .tpcard-star.star-filled { fill: var(--gold-dark); }
.hvb-products .tpcard-star.star-half   { fill: url(#half-fill-grad); fill: var(--gold-dark); opacity: 0.55; }
.hvb-products .tpcard-star.star-empty  { fill: rgba(26, 58, 46, 0.14); }
.hvb-products .tpcard-rc {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 500;
}
.hvb-products .tpcard-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin: 0;
    flex: 1;
}
.hvb-products .tpcard-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(26, 58, 46, 0.1);
    gap: 10px;
}
.hvb-products .tpcard-price-wrap { display: flex; align-items: baseline; gap: 6px; }
.hvb-products .tpcard-price {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--forest-deep);
}
.hvb-products .tpcard-price .woocommerce-Price-amount { color: var(--forest-deep); font-family: inherit; }
.hvb-products .tpcard-price del { color: var(--text-light); font-size: 0.85em; margin-right: 6px; }
.hvb-products .tpcard-price ins { text-decoration: none; color: var(--forest-mid); }
.hvb-products .tpcard-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--forest-mid);
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.hvb-products .tpcard-link svg {
    width: 14px;
    height: 14px;
    transition: transform var(--hp-transition-fast);
}
.hvb-products .tpcard:hover .tpcard-link svg { transform: translateX(4px); }

.hvb-products .tpcard-soldout {
    opacity: 0.82;
}
.hvb-products .tpcard-soldout .tpcard-link {
    color: var(--text-light);
}

/* ---------------- TOGGLE SOLD OUT ------------------------------ */
.hvb-products .toggle-row {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}
.hvb-products button.toggle-soldout {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: transparent;
    background-color: transparent;
    color: var(--forest-mid);
    border: 1.5px dashed rgba(42, 93, 58, 0.4);
    border-radius: 100px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background var(--hp-transition-fast), color var(--hp-transition-fast), border-color var(--hp-transition-fast);
    box-shadow: none;
}
.hvb-products button.toggle-soldout:hover {
    background: var(--forest-mid);
    background-color: var(--forest-mid);
    color: #fff;
    border-color: var(--forest-mid);
    border-style: solid;
}
.hvb-products .toggle-icon {
    width: 16px;
    height: 16px;
    transition: transform var(--hp-transition-fast);
}
.hvb-products .toggle-soldout[aria-expanded="true"] .toggle-icon { transform: rotate(180deg); }

.hvb-products .hidden-section {
    display: none;
}
.hvb-products .hidden-section.visible {
    display: block;
    animation: tpFadeIn 0.4s ease-out;
}
@keyframes tpFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ---------------- SECTION DIVIDER (dark-to-dark) --------------- */
.hvb-products .section-divider {
    background: var(--forest-deep);
    padding: 32px 24px;
    border-top: 1px solid rgba(212, 175, 55, 0.18);
    border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}
.hvb-products .section-divider-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
}
.hvb-products .section-divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.55), transparent);
    max-width: 240px;
}
.hvb-products .section-divider-mark {
    font-family: var(--font-display);
    color: var(--accent);
    font-size: 0.85rem;
    letter-spacing: 0.3em;
    font-weight: 700;
}

/* ---------------- LAB ------------------------------------------ */
.hvb-products .lab {
    background:
        radial-gradient(ellipse 70% 60% at 10% 20%, rgba(212, 175, 55, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 60% 50% at 90% 80%, rgba(212, 175, 55, 0.08) 0%, transparent 55%),
        linear-gradient(180deg, var(--forest-deep) 0%, var(--forest) 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.hvb-products .lab::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(212, 175, 55, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(212, 175, 55, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}
.hvb-products .lab-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 100px 24px;
    position: relative;
}
.hvb-products .lab-text h2 {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    margin: 0 0 24px;
    color: #fff;
    max-width: 900px;
}
.hvb-products .lab-text h2 em { font-style: normal; color: var(--accent); }
.hvb-products .lab-text p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.02rem;
    line-height: 1.7;
    max-width: 760px;
    margin: 0 0 20px;
}
.hvb-products .lab-link {
    color: var(--accent);
    text-decoration: underline;
    text-decoration-color: rgba(212, 175, 55, 0.4);
    text-underline-offset: 3px;
}
.hvb-products .lab-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 32px;
}
.hvb-products .lab-metric {
    padding: 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    display: flex;
    gap: 14px;
    align-items: start;
}
.hvb-products .lab-metric svg {
    width: 22px;
    height: 22px;
    color: var(--accent);
    flex-shrink: 0;
    margin-top: 2px;
}
.hvb-products .lab-metric-title {
    font-family: var(--font-display);
    font-weight: 600;
    color: var(--accent);
    font-size: 0.95rem;
    margin-bottom: 4px;
}
.hvb-products .lab-metric-desc {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.5;
    margin: 0;
}
.hvb-products .lab-cta { margin-top: 40px; }

@media (max-width: 1024px) {
    .hvb-products .lab-metrics { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .hvb-products .lab-metrics { grid-template-columns: 1fr; }
}

/* ---------------- FINAL CTA ------------------------------------ */
.hvb-products .final-cta {
    background:
        radial-gradient(ellipse 60% 80% at 20% 40%, rgba(212, 175, 55, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse 50% 70% at 85% 70%, rgba(212, 175, 55, 0.08) 0%, transparent 55%),
        linear-gradient(160deg, var(--forest-deep) 0%, var(--forest-mid) 100%);
    padding: 100px 24px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.hvb-products .final-cta-inner {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.hvb-products .final-cta h2 {
    font-size: clamp(2rem, 4.5vw, 3rem);
    margin: 16px 0 20px;
    color: #fff;
}
.hvb-products .final-cta h2 em { font-style: normal; color: var(--accent); }
.hvb-products .final-cta p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05rem;
    margin: 0 auto 32px;
    max-width: 540px;
    line-height: 1.6;
}
.hvb-products .final-cta-row {
    display: inline-flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

/* ---------------- SCROLL REVEAL -------------------------------- */
html.hvb-reveal-ready .hvb-products .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.hvb-products .reveal.in {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .hvb-products .reveal { opacity: 1; transform: none; transition: none; }
    .hvb-products .tpcard,
    .hvb-products .tpcard:hover { transform: none; transition: none; }
    .hvb-products .tpcard-thumb img,
    .hvb-products .tpcard:hover .tpcard-thumb img { transform: none; transition: none; }
}

/* ---------------- FAIL-SAFE: always-visible reveal content ---- */
.hvb-products .reveal { opacity: 1 !important; transform: none !important; }

/* =================================================================
   MOBILE TIGHTENING (badges, sticky toolbar, card density)
   ================================================================= */

@media (max-width: 640px) {
    /* Mobile: hide the entire filter/sort toolbar. With ~11 products
       total, scrolling through the catalog is faster than filtering.
       Keeps the screen-reader announcement region available for any
       lingering JS interactions but removes all visual chrome. */
    .hvb-products .toolbar { display: none !important; }
    .hvb-products .toolbar .sr-announcements {
        display: block !important;
        position: absolute !important;
        width: 1px; height: 1px;
        margin: -1px; padding: 0; overflow: hidden;
        clip: rect(0,0,0,0); border: 0;
    }

    /* Product card badge — was eating ~35% of the photo. Shrink
       font and tighten padding so it floats on the image, not over it. */
    .hvb-products .tpcard-badge {
        top: 8px;
        left: 8px;
        padding: 4px 8px;
        font-size: 0.56rem;
        letter-spacing: 0.08em;
        border-radius: 100px;
        line-height: 1.2;
    }

    /* Tighter card body padding so 2-up grid has room to breathe. */
    .hvb-products .tpcard-body { padding: 14px 14px 16px !important; gap: 6px !important; }
    .hvb-products .tpcard-title { font-size: 1rem !important; line-height: 1.25 !important; }
    .hvb-products .tpcard-vein  { font-size: 0.66rem !important; }
    .hvb-products .tpcard-desc  { font-size: 0.78rem !important; line-height: 1.35 !important; }
    .hvb-products .tpcard-cta   { font-size: 0.72rem !important; padding: 8px 12px !important; }
    .hvb-products .tpcard-stars { font-size: 0.72rem !important; }
}

/* Tighter still on very small phones */
@media (max-width: 380px) {
    .hvb-products .tpcard-badge { font-size: 0.52rem; padding: 3px 7px; }
    .hvb-products .tpcard-body  { padding: 12px 12px 14px !important; }
    .hvb-products .tpcard-title { font-size: 0.92rem !important; }
}
