/* ==========================================================================
   GPDStore — Phase 7: home page (Elementor) dark polish
   --------------------------------------------------------------------------
   The home is an Elementor build that is already dark-art-directed; this
   overlay aligns its remaining light pieces with the GPD design language
   (design source: …handoff/project/home.jsx + theme.css .gs-pcard/.gs-btn).
   Content-level gaps (hero slide artwork with baked white backgrounds,
   light marketing images) are CONTENT work in the Elementor editor / media
   library — CSS cannot recolor baked image pixels; see the change-log note.
   ========================================================================== */

/* product cards inside home Elementor grids → .gs-pcard treatment */
body.home #content li.product,
body.home #content ul.products li.product {
    background: var(--surface-elev);
    border: 1px solid var(--line-1);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-sm);
    transition: transform var(--dur-normal) var(--ease-out),
                box-shadow var(--dur-normal) var(--ease),
                border-color var(--dur-normal) var(--ease);
}
body.home #content li.product:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(255, 255, 255, 0.18);
}
body.home #content li.product .woocommerce-loop-product__title,
body.home #content li.product .woocommerce-loop-product__title a {
    color: #fff;
    font-weight: 700;
}
body.home #content li.product .price,
body.home #content li.product .price .amount,
body.home #content li.product .gpd-card-price-starting-at,
body.home #content li.product bdi {
    color: var(--lime-500) !important;
    -webkit-text-fill-color: var(--lime-500);
    font-weight: 800;
}
body.home #content li.product .gpd-card-price-prefix {
    color: var(--fg-secondary) !important;
    -webkit-text-fill-color: var(--fg-secondary);
    font-weight: 500;
}
body.home #content li.product .price del,
body.home #content li.product del bdi {
    color: var(--fg-tertiary) !important;
    -webkit-text-fill-color: var(--fg-tertiary);
    font-weight: 400;
}
body.home #content li.product .button {
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
    border-radius: var(--r-md);
    font-weight: 700;
    border: 0;
}
body.home #content li.product .button:hover {
    background: var(--lime-500);
    color: #0A0D0F;
    box-shadow: var(--shadow-glow);
}

/* hero slideshow (Element Pack) — dark slide shells; the artwork itself is
   content (some slides bake a white studio background into the image) */
body.home .bdt-slideshow,
body.home .bdt-slideshow-item,
body.home .bdt-slideshow-item-inner {
    background: var(--bg-1) !important;
}
body.home .bdt-slideshow .bdt-slideshow-item .bdt-slideshow-content-wrapper { color: var(--fg-1); }

/* Trustpilot widget dark styling is now native to the droix-trustpilot plugin
   (admin Widget Theme = Dark). Bridge restyle overrides removed in v1.1.15. */

/* generic Elementor section/buttons polish on home */
body.home .elementor-button {
    border-radius: var(--r-md);
    font-weight: 700;
}
body.home .elementor-heading-title { color: inherit; }

/* Trustpilot review carousel + micro-trustscore dark styling moved into the
   droix-trustpilot plugin (admin Widget Theme = Dark). Bridge overrides removed
   in v1.1.15 so styling lives in one place and survives plugin markup changes. */

/* ==========================================================================
   REDESIGNED HOME SURFACE (2026-06-12) — design home.jsx / FlowHomeBody 1:1
   --------------------------------------------------------------------------
   Styles for the shortcode-composed Elementor home (inc/home.php). Scoped to
   body.gpd-home-surface (set for the page stored in droix_gpd_home_page_id —
   staging permalink and front page alike). The legacy rules above remain for
   the old page-29 Elementor home (rollback path). Values lifted from the
   handoff theme.css (.gs-*), flow.css (.fl-tp/.fl-bnpl) and home.jsx inline
   styles. Per-surface .gs-* copies, same convention as gpd-blog/gpd-kb.
   ========================================================================== */

body.gpd-home-surface #content.site-content {
    background: var(--bg-2);
    color: var(--fg-1);
    padding: 0;
}
body.gpd-home-surface .elementor-widget-shortcode .elementor-widget-container { margin: 0; }
body.gpd-home-surface .e-con { --padding-top: 0; --padding-bottom: 0; --padding-left: 0; --padding-right: 0; }
body.gpd-home-surface .e-con-inner { max-width: none; }
body.gpd-home-surface .entry-content { padding: 0 !important; margin: 0 !important; }
body.gpd-home-surface h1.entry-title, body.gpd-home-surface .page-header { display: none; }

/* ── gs primitives (per-surface copy, theme.css:29-113) ──────────────────── */
body.gpd-home-surface .gs-sec { padding: 62px 0; }
body.gpd-home-surface .gs-wrap { max-width: 1240px; margin: 0 auto; padding: 0 36px; }
body.gpd-home-surface .gs-sechead {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 34px;
}
body.gpd-home-surface .gs-sechead h2 {
    margin: 10px 0 0;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.8px;
    color: #fff;
}
body.gpd-home-surface .gs-sechead .sub { margin: 8px 0 0; font-size: 15px; color: var(--fg-secondary); }
body.gpd-home-surface .gs-viewall {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 14px;
    color: var(--lime-500);
    white-space: nowrap;
}
body.gpd-home-surface .gs-viewall svg { width: 16px; height: 16px; transition: transform 0.22s; }
body.gpd-home-surface .gs-viewall:hover svg { transform: translateX(3px); }
body.gpd-home-surface .gs-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

/* ── Featured products carousel — arrow-driven horizontal scroller ──────────
   Only the home "Featured products" row (.gpd-home-products--featured) becomes a
   scroller; "New arrivals"/network/quote grids keep the base grid. Desktop shows
   3 cards/row, tablet a 2×2 block; mobile keeps the shared product swiper defined
   later in this file (it wins at ≤720 by source order). Buttons reuse .gh-arrow. */
body.gpd-home-surface .gs-sechead__nav { display: flex; align-items: center; gap: 16px; }
body.gpd-home-surface .gs-prodnav { display: inline-flex; gap: 9px; }
body.gpd-home-surface .gpd-home-products--featured .gs-grid3 {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-template-rows: 1fr;
    grid-auto-columns: calc((100% - 2 * 22px) / 3);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-bottom: 4px;
}
body.gpd-home-surface .gpd-home-products--featured .gs-grid3::-webkit-scrollbar { display: none; }
body.gpd-home-surface .gpd-home-products--featured .gs-grid3 > * { scroll-snap-align: start; }
@media (max-width: 1100px) {
    body.gpd-home-surface .gpd-home-products--featured .gs-grid3 {
        grid-template-rows: repeat(2, auto);
        grid-auto-columns: calc((100% - 22px) / 2);
        row-gap: 22px;
    }
}
@media (max-width: 720px) {
    body.gpd-home-surface .gs-sechead__nav { gap: 10px; }
    body.gpd-home-surface .gs-prodnav { display: none; }
}
body.gpd-home-surface .gs-eyebrow {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lime-500);
}
body.gpd-home-surface .gs-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: var(--r-full);
    background: var(--surface-glass);
    border: 1px solid var(--line-1);
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 600;
    color: var(--fg-1);
}
body.gpd-home-surface .gs-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--acc);
    box-shadow: 0 0 0 4px var(--acc-soft);
}
body.gpd-home-surface .gs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    font-size: 15px;
    border-radius: var(--r-md);
    padding: 13px 22px;
    line-height: 1;
    white-space: nowrap;
    border: 0;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.22s, background 0.22s, color 0.22s;
}
body.gpd-home-surface .gs-btn svg { width: 18px; height: 18px; }
body.gpd-home-surface .gs-btn-primary { background: var(--lime-500); color: #0A0D0F; }
body.gpd-home-surface .gs-btn-primary:hover { box-shadow: var(--shadow-glow); transform: translateY(-2px); color: #0A0D0F; }
body.gpd-home-surface .gs-btn-primary:active { background: var(--lime-600); transform: translateY(0); }
body.gpd-home-surface .gs-btn-secondary { background: rgba(255, 255, 255, 0.10); color: #fff; }
body.gpd-home-surface .gs-btn-secondary:hover { background: rgba(255, 255, 255, 0.17); transform: translateY(-2px); color: #fff; }
body.gpd-home-surface .gs-btn-ghost { background: transparent; color: var(--acc); padding: 10px 14px; }
body.gpd-home-surface .gs-btn-ghost:hover { color: #fff; }
body.gpd-home-surface .gs-btn-lg { font-size: 16px; padding: 16px 26px; }
body.gpd-home-surface .gs-bloom-mag {
    background:
        radial-gradient(700px 460px at 78% 12%, rgba(254, 90, 240, 0.12), transparent 65%),
        radial-gradient(700px 460px at 10% 0%, rgba(35, 221, 190, 0.07), transparent 60%),
        var(--bg-2);
}
body.gpd-home-surface .gs-stars {
    display: inline-flex;
    align-items: center;
    gap: 1px;
    color: var(--star-500);
    font-size: 15px;
    line-height: 1;
}
body.gpd-home-surface .gs-stars .off { color: rgba(255, 255, 255, 0.18); }
body.gpd-home-surface .gpd-home-sparkles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
body.gpd-home-surface .gpd-spark { position: absolute; opacity: 0.5; line-height: 0; }
body.gpd-home-surface .gpd-spark svg { width: 1em; height: 1em; fill: currentColor; stroke: none; }
body.gpd-home-surface .gpd-spark--teal { color: var(--teal-500); }
body.gpd-home-surface .gpd-spark--lime { color: var(--lime-500); }

/* ── hero (home.jsx HeroSplit) ───────────────────────────────────────────── */
body.gpd-home-surface .gpd-home-hero {
    position: relative;
    border-bottom: 1px solid var(--line-1);
}
body.gpd-home-surface .gpd-home-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    padding: 62px 36px 58px;
    position: relative;
}
body.gpd-home-surface .gpd-home-hero-copy .gs-pill { margin-bottom: 20px; }
body.gpd-home-surface .gpd-home-hero-copy h1 {
    margin: 0 0 18px;
    font-size: 64px;
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -2px;
    color: #fff;
}
body.gpd-home-surface .gpd-home-hero-copy h1 .t { color: var(--teal-500); }
body.gpd-home-surface .gpd-home-hero-copy > p {
    margin: 0 0 28px;
    font-size: 17px;
    line-height: 1.55;
    color: var(--fg-secondary);
    max-width: 440px;
}
body.gpd-home-surface .gpd-home-hero-ctas { display: flex; gap: 12px; margin-bottom: 34px; }
body.gpd-home-surface .gpd-home-hero-stats { display: flex; gap: 30px; }
body.gpd-home-surface .gpd-home-hero-stats .n { font-size: 26px; font-weight: 800; color: #fff; letter-spacing: -0.5px; }
body.gpd-home-surface .gpd-home-hero-stats .l { font-size: 12.5px; color: var(--fg-tertiary); }
body.gpd-home-surface .gpd-home-hero-art {
    position: relative;
    display: flex;
    justify-content: center;
}
body.gpd-home-surface .gpd-home-hero-art .bloom {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(254, 90, 240, 0.28), transparent 65%);
    filter: blur(10px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body.gpd-home-surface .gpd-home-hero-art img.render {
    width: 100%;
    max-width: 480px;
    height: auto;
    position: relative;
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.6));
}
body.gpd-home-surface .gpd-home-hero-art .chip {
    position: absolute;
    bottom: 6px;
    left: 0;
    background: rgba(13, 16, 19, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--line-1);
    border-radius: var(--r-full);
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 13px;
}
body.gpd-home-surface .gpd-home-hero-art .chip .nm { color: #fff; font-weight: 700; white-space: nowrap; }
body.gpd-home-surface .gpd-home-hero-art .chip .pr { color: var(--lime-500); font-weight: 800; white-space: nowrap; }
body.gpd-home-surface .gpd-home-hero-art .chip .pr .woocommerce-Price-amount { color: var(--lime-500); -webkit-text-fill-color: var(--lime-500); }

/* ── feature strip + Trustpilot band ─────────────────────────────────────── */
body.gpd-home-surface .gpd-home-featsec { padding-bottom: 0; }
body.gpd-home-surface .gpd-home-featwrap { display: flex; flex-direction: column; gap: 14px; }
body.gpd-home-surface .gs-featstrip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
body.gpd-home-surface .gs-feat {
    display: flex;
    align-items: center;
    gap: 13px;
    background: var(--surface-glass);
    border: 1px solid var(--line-1);
    border-radius: var(--r-lg);
    padding: 16px 18px;
}
body.gpd-home-surface .gs-feat .ic {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--acc);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
body.gpd-home-surface .gs-feat .ic svg { width: 22px; height: 22px; }
body.gpd-home-surface .gs-feat .t { font-size: 14px; font-weight: 700; color: #fff; }
body.gpd-home-surface .gs-feat .s { font-size: 12px; color: var(--fg-secondary); margin-top: 2px; }
body.gpd-home-surface .gpd-home-tp {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}
body.gpd-home-surface .gpd-home-tp #droix-tp-widget-micro-combo.droix-tp-widget-micro-combo-card {
    background: rgba(28, 29, 36, 0.96) !important;
    border: 1px solid var(--line-1);
    color: var(--fg-1) !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24) !important;
}
body.gpd-home-surface .gpd-home-tp #droix-tp-widget-micro-combo.droix-tp-widget-micro-combo-card:hover {
    border-color: rgba(35, 221, 190, 0.28);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.3) !important;
}
body.gpd-home-surface .gpd-home-tp #droix-tp-widget-micro-combo.droix-tp-widget-micro-combo-card,
body.gpd-home-surface .gpd-home-tp #droix-tp-widget-micro-combo.droix-tp-widget-micro-combo-card strong {
    color: var(--fg-1) !important;
}

/* ── product cards (.gs-pcard, theme.css:76-101) ─────────────────────────── */
body.gpd-home-surface .gs-pcard {
    background: var(--surface-elev);
    border: 1px solid var(--line-1);
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}
body.gpd-home-surface .gs-pcard:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    border-color: rgba(255, 255, 255, 0.18);
}
body.gpd-home-surface .gs-pcard .gs-well {
    position: relative;
    height: 208px;
    background:
        radial-gradient(120% 120% at 50% 18%, rgba(35, 221, 190, 0.10), transparent 55%),
        linear-gradient(180deg, #10161a, #0b0f12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
body.gpd-home-surface .gs-pcard .gs-well img {
    width: 78%;
    height: 78%;
    object-fit: contain;
    filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.55));
    transition: transform 0.4s;
}
body.gpd-home-surface .gs-pcard:hover .gs-well img { transform: scale(1.05) translateY(-2px); }
body.gpd-home-surface .gs-pcard .gs-well.cover img { width: 100%; height: 100%; object-fit: cover; filter: none; }
body.gpd-home-surface .gs-pcard .gs-flag {
    position: absolute;
    top: 14px;
    right: 14px;
    font-weight: 700;
    font-size: 12px;
    border-radius: var(--r-full);
    padding: 5px 12px;
    letter-spacing: 0.01em;
    z-index: 2;
}
body.gpd-home-surface .gs-flag-lime { background: var(--lime-500); color: #16190B; }
body.gpd-home-surface .gs-flag-teal { background: var(--teal-500); color: #06160F; }
body.gpd-home-surface .gs-flag-orange { background: var(--orange-500); color: #1A0C04; }
body.gpd-home-surface .gs-pbody { padding: 18px; display: flex; flex-direction: column; flex: 1; }
/* home product-card category eyebrow: teal (was lime) so the eyebrow matches the
   teal informational-accent used on the category archive + PDP eyebrows. */
body.gpd-home-surface .gs-pcat {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--teal-500);
}
body.gpd-home-surface .gs-pname { font-size: 19px; font-weight: 700; letter-spacing: -0.4px; margin: 7px 0 9px; line-height: 1.2; }
body.gpd-home-surface .gs-pname a { color: #fff; }
body.gpd-home-surface .gs-pname a:hover { color: var(--lime-500); }
body.gpd-home-surface .gs-prate { display: flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 700; color: #fff; }
body.gpd-home-surface .gs-prate .gs-rev { color: var(--fg-secondary); font-weight: 500; font-size: 12.5px; }
body.gpd-home-surface .gs-pfoot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 15px;
}
body.gpd-home-surface .gs-price {
    font-size: 23px;
    font-weight: 800;
    color: var(--lime-500);
    letter-spacing: -0.4px;
}
body.gpd-home-surface .gs-price .woocommerce-Price-amount { color: var(--lime-500); -webkit-text-fill-color: var(--lime-500); }
body.gpd-home-surface .gs-price .gs-was {
    display: block;
    font-size: 12.5px;
    font-weight: 500;
    color: var(--fg-tertiary);
    text-decoration: line-through;
    letter-spacing: 0;
    margin-top: 1px;
}
body.gpd-home-surface .gs-price .gs-was .woocommerce-Price-amount { color: var(--fg-tertiary); -webkit-text-fill-color: var(--fg-tertiary); font-weight: 500; }
body.gpd-home-surface .gs-atc {
    background: rgba(255, 255, 255, 0.09);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: var(--r-md);
    padding: 11px 16px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: background 0.22s, color 0.22s, box-shadow 0.22s;
}
body.gpd-home-surface .gs-atc:hover { background: var(--lime-500); color: #0A0D0F; box-shadow: var(--shadow-glow); }

/* ── BNPL band (.fl-bnpl values) ─────────────────────────────────────────── */
body.gpd-home-surface .gpd-home-bnplsec { padding-top: 0; padding-bottom: 0; }
body.gpd-home-surface .gpd-home-bnpl {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 26px;
    background: linear-gradient(115deg, rgba(211, 255, 95, 0.10), rgba(35, 221, 190, 0.07) 55%, rgba(254, 90, 240, 0.07));
    border: 1px solid var(--line-1);
    border-radius: var(--r-2xl);
    padding: 26px 30px;
}
body.gpd-home-surface .gpd-home-bnpl .ic {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    background: rgba(211, 255, 95, 0.12);
    color: var(--lime-500);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
body.gpd-home-surface .gpd-home-bnpl .ic svg { width: 26px; height: 26px; }
body.gpd-home-surface .gpd-home-bnpl .eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lime-500);
    margin-bottom: 5px;
}
body.gpd-home-surface .gpd-home-bnpl h3 { margin: 0 0 4px; font-size: 21px; font-weight: 800; letter-spacing: -0.4px; color: #fff; }
body.gpd-home-surface .gpd-home-bnpl p { margin: 0; font-size: 13.5px; color: var(--fg-secondary); line-height: 1.5; }
body.gpd-home-surface .gpd-home-bnpl .logos { margin-left: auto; display: flex; align-items: center; gap: 7px; flex: 0 0 auto; }
body.gpd-home-surface .gpd-bnpl-mark {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 11px;
    border-radius: 7px;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: -0.2px;
}
body.gpd-home-surface .gpd-bnpl-mark--klarna { background: #FFB3C7; color: #17120F; }
body.gpd-home-surface .gpd-bnpl-mark--paypal { background: #fff; color: #003087; font-style: italic; }
body.gpd-home-surface .gpd-home-bnpl .cta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--lime-500);
    color: #0A0D0F;
    border: 0;
    border-radius: var(--r-full);
    padding: 11px 20px;
    font-size: 13.5px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.22s ease;
}
body.gpd-home-surface .gpd-home-bnpl .cta:hover { background: var(--lime-600); }
body.gpd-home-surface .gpd-home-bnpl .cta svg { width: 15px; height: 15px; }

/* ── showcase split band (home.jsx ShowcaseBand) ─────────────────────────── */
body.gpd-home-surface .gpd-home-showsec { padding-top: 8px; }
body.gpd-home-surface .gpd-home-show {
    position: relative;
    border-radius: var(--r-2xl);
    overflow: hidden;
    border: 1px solid var(--line-1);
    min-height: 320px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    background: linear-gradient(120deg, #10121a, #1a1330);
}
body.gpd-home-surface .gpd-home-show .copy {
    padding: 44px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body.gpd-home-surface .gpd-home-show .copy .gs-eyebrow { margin-bottom: 14px; }
body.gpd-home-surface .gpd-home-show h3 {
    margin: 0 0 14px;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #fff;
    line-height: 1.04;
}
body.gpd-home-surface .gpd-home-show p { margin: 0 0 24px; font-size: 15.5px; line-height: 1.55; color: var(--fg-secondary); max-width: 420px; }
body.gpd-home-surface .gpd-home-show .ctas { display: flex; gap: 12px; align-items: center; }
body.gpd-home-surface .gpd-home-show .gs-btn-primary .woocommerce-Price-amount { color: #0A0D0F; -webkit-text-fill-color: #0A0D0F; }
body.gpd-home-surface .gpd-home-show .art {
    position: relative;
    background-size: cover;
    background-position: center;
}
body.gpd-home-surface .gpd-home-show .art .scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #1a1330 0%, transparent 35%);
}

/* ── network band (home.jsx NetworkBand) ─────────────────────────────────── */
body.gpd-home-surface .gpd-home-network {
    background: var(--bg-1);
    border-top: 1px solid var(--line-1);
    border-bottom: 1px solid var(--line-1);
}
body.gpd-home-surface .gpd-net-card {
    background: var(--surface-glass);
    border: 1px solid var(--line-1);
    border-radius: var(--r-lg);
    padding: 26px;
}
body.gpd-home-surface .gpd-net-card .ic {
    width: 50px;
    height: 50px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--acc);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
body.gpd-home-surface .gpd-net-card .ic svg { width: 26px; height: 26px; }
body.gpd-home-surface .gpd-net-card h3 { margin: 0 0 8px; font-size: 20px; font-weight: 700; color: #fff; }
body.gpd-home-surface .gpd-net-card p { margin: 0; font-size: 14px; line-height: 1.55; color: var(--fg-secondary); }
body.gpd-home-surface .gpd-net-card .droix { color: var(--droix-green); font-weight: 700; }
body.gpd-home-surface .gpd-net-card a.droix { text-decoration: none; }
body.gpd-home-surface .gpd-net-card a.droix:hover { text-decoration: underline; }

/* ── testimonials (home.jsx Testimonials) ────────────────────────────────── */
body.gpd-home-surface .gpd-quote-card {
    background: var(--surface-glass);
    border: 1px solid var(--line-1);
    border-radius: var(--r-lg);
    padding: 24px;
}
body.gpd-home-surface .gpd-quote-card p { margin: 14px 0 18px; font-size: 14.5px; line-height: 1.6; color: var(--fg-1); }
body.gpd-home-surface .gpd-quote-card .who { display: flex; align-items: center; gap: 12px; }
body.gpd-home-surface .gpd-quote-card .who img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
body.gpd-home-surface .gpd-quote-card .who b { display: block; font-size: 14px; font-weight: 700; color: #fff; }
body.gpd-home-surface .gpd-quote-card .who span { font-size: 12.5px; color: var(--fg-tertiary); }

/* ── newsletter bloom band (home.jsx Newsletter) ─────────────────────────── */
body.gpd-home-surface .gpd-home-newssec { padding-top: 0; }
body.gpd-home-surface .gpd-home-news {
    border-radius: var(--r-2xl);
    border: 1px solid var(--line-1);
    padding: 48px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
body.gpd-home-surface .gpd-home-news h2 {
    margin: 0 0 10px;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -1px;
    color: #fff;
    position: relative;
}
body.gpd-home-surface .gpd-home-news > p {
    margin: 0 auto 24px;
    font-size: 15.5px;
    color: var(--fg-secondary);
    max-width: 460px;
    position: relative;
}
body.gpd-home-surface .gpd-home-news .gsb-newsform {
    display: flex;
    gap: 10px;
    max-width: 460px;
    margin: 0 auto;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
}
body.gpd-home-surface .gpd-home-news .gsb-newsform input[type="email"] {
    flex: 1;
    min-width: 0;
    height: 52px;
    background: var(--surface-glass);
    border: 1px solid var(--line-1);
    border-radius: var(--r-md);
    padding: 0 16px;
    color: #fff;
    font-size: 14px;
    outline: none;
}
body.gpd-home-surface .gpd-home-news .gsb-newsform input[type="email"]:focus { border-color: var(--acc); }
body.gpd-home-surface .gpd-home-news .gsb-newsform input[type="email"]::placeholder { color: var(--fg-tertiary); }
body.gpd-home-surface .gpd-home-news .gsb-hp { position: absolute; left: -9999px; width: 1px; height: 1px; }
body.gpd-home-surface .gpd-home-news .gsb-news-msg { flex-basis: 100%; font-size: 13px; color: var(--acc); }

/* ── responsive (authored from Flow Site Tablet/Mobile mocks) ────────────── */
@media (max-width: 1100px) {
    body.gpd-home-surface .gs-grid3 { grid-template-columns: 1fr 1fr; }
    body.gpd-home-surface .gs-featstrip { grid-template-columns: 1fr 1fr; }
    body.gpd-home-surface .gpd-home-hero-grid { gap: 20px; padding: 48px 36px 44px; }
    body.gpd-home-surface .gpd-home-hero-copy h1 { font-size: 48px; }
    body.gpd-home-surface .gpd-home-show { grid-template-columns: 1fr; }
    body.gpd-home-surface .gpd-home-show .art { min-height: 220px; order: -1; }
    body.gpd-home-surface .gpd-home-show .art .scrim { background: linear-gradient(180deg, transparent 40%, #10121a 100%); }
    body.gpd-home-surface .gpd-home-bnpl { flex-wrap: wrap; }
    body.gpd-home-surface .gpd-home-bnpl .logos { margin-left: 0; }
}
@media (max-width: 720px) {
    body.gpd-home-surface .gs-sec { padding: 40px 0; }
    body.gpd-home-surface .gs-wrap { padding: 0 16px; }
    body.gpd-home-surface .gs-grid3 { grid-template-columns: 1fr 1fr; gap: 14px; }
    body.gpd-home-surface .gs-sechead h2 { font-size: 24px; }
    body.gpd-home-surface .gpd-home-hero-grid { grid-template-columns: 1fr; padding: 24px 16px; gap: 4px; }
    body.gpd-home-surface .gpd-home-hero-copy h1 { font-size: 38px; letter-spacing: -1.2px; margin-bottom: 12px; }
    body.gpd-home-surface .gpd-home-hero-copy > p { font-size: 14.5px; margin-bottom: 18px; }
    body.gpd-home-surface .gpd-home-hero-ctas { flex-direction: column; margin-bottom: 0; }
    body.gpd-home-surface .gpd-home-hero-ctas .gs-btn { width: 100%; }
    body.gpd-home-surface .gpd-home-hero-art { order: -1; margin: 4px 0 18px; }
    body.gpd-home-surface .gpd-home-hero-art .bloom { width: 280px; height: 220px; }
    body.gpd-home-surface .gpd-home-hero-art img.render { max-width: 320px; filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.6)); }
    body.gpd-home-surface .gpd-home-hero-stats { justify-content: space-between; gap: 8px; margin-top: 20px; }
    body.gpd-home-surface .gpd-home-hero-stats .st { text-align: center; }
    body.gpd-home-surface .gpd-home-hero-stats .n { font-size: 19px; }
    body.gpd-home-surface .gpd-home-hero-stats .l { font-size: 10.5px; }
    body.gpd-home-surface .gs-featstrip { gap: 10px; }
    body.gpd-home-surface .gs-feat { padding: 12px 14px; }
    body.gpd-home-surface .gs-feat .ic { width: 38px; height: 38px; }
    body.gpd-home-surface .gs-feat .s { display: none; }
    body.gpd-home-surface .gs-pcard .gs-well { height: 150px; }
    body.gpd-home-surface .gs-pname { font-size: 15px; }
    body.gpd-home-surface .gs-price { font-size: 18px; }
    body.gpd-home-surface .gpd-home-show .copy { padding: 26px 22px; min-width: 0; }
    body.gpd-home-surface .gpd-home-show h3 { font-size: 26px; }
    /* Single-column track must be allowed to shrink to the viewport: the default
       1fr (minmax(auto,1fr)) sized to the .ctas row's min-content — two buttons
       side by side — which pushed the card wider than the screen and let
       overflow:hidden clip the heading, copy and "Full specs" button. Cap the
       track at 0 and stack the CTAs full-width so nothing is clipped. */
    body.gpd-home-surface .gpd-home-show { grid-template-columns: minmax(0, 1fr); }
    body.gpd-home-surface .gpd-home-show .ctas { flex-direction: column; align-items: stretch; }
    body.gpd-home-surface .gpd-home-show .ctas .gs-btn { width: 100%; justify-content: center; }
    body.gpd-home-surface .gpd-home-bnpl { flex-direction: column; align-items: flex-start; gap: 14px; padding: 20px; }
    body.gpd-home-surface .gpd-home-bnpl .cta { align-self: stretch; justify-content: center; }
    body.gpd-home-surface .gpd-home-network .gs-grid3,
    body.gpd-home-surface .gpd-home-quotes .gs-grid3 { grid-template-columns: 1fr; }
    body.gpd-home-surface .gpd-home-news { padding: 32px 20px; }
    body.gpd-home-surface .gpd-home-news h2 { font-size: 28px; }
}

/* ==========================================================================
   HOME 2026 ADDITIONS — hero slider · category tiles · GPD BOX+G2 eco band ·
   testimonials carousel · blog widget · mobile product swiper.
   Ported 1:1 from the handoff (design-implementations/gpd-handoff-home-page/
   home-extra.css, gh- prefix), re-scoped to body.gpd-home-surface. The handoff
   .fl-tabframe/.fl-mobframe/.gs-pdp-xsell frame overrides are intentionally
   dropped — the live site is viewport-driven, not rendered inside fixed frames.
   ========================================================================== */

/* ── glass pre-order flag ─────────────────────────────────────────────────── */
body.gpd-home-surface .gs-flag-glass {
    background: rgba(10, 13, 15, 0.55);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

/* ── hero slider (home-extra.jsx HeroSlider) ──────────────────────────────── */
body.gpd-home-surface .gh-hero {
    position: relative;
    border-bottom: 1px solid var(--line-1);
    overflow: hidden;
    /* Full-bleed the section background to the viewport edges (the Elementor
       content container otherwise caps it ~1620px, leaving side gaps). Negative
       margins relative to the centred container width; the inner .gh-stage stays
       boxed at the shared 1240px so the CONTENT remains centred. Resolves to 0 on
       full-width (mobile) containers, so it is safe at every breakpoint. */
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
body.gpd-home-surface .gh-slides { position: relative; }
body.gpd-home-surface .gh-stage {
    position: relative;
    display: grid;
    grid-template-columns: 1.04fr 1fr;
    gap: 34px;
    align-items: center;
    /* Content is centred in the shared 1240px column (the .gs-wrap class on the
       stage supplies max-width:1240px + margin:auto), so it lines up with the
       nav and the sections below. The .gh-hero SECTION background stays full
       width — only the inner stage is constrained. */
    padding: 58px 36px 60px;
    min-height: 524px;
}
body.gpd-home-surface .gh-slide:not(.is-active) { display: none; }
body.gpd-home-surface .gh-slide.is-active { animation: gh-rise var(--dur-slow) var(--ease-out); }
body.gpd-home-surface .gh-copy { position: relative; z-index: 2; }
body.gpd-home-surface .gh-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--teal-500);
    margin-bottom: 18px;
}
body.gpd-home-surface .gh-eyebrow .gs-dot { background: var(--teal-500); }
body.gpd-home-surface .gh-h1 { margin: 0 0 14px; font-size: 62px; font-weight: 800; line-height: 0.96; letter-spacing: -2px; color: #fff; }
body.gpd-home-surface .gh-h1 .b { display: block; color: var(--teal-500); font-size: 30px; font-weight: 800; letter-spacing: -0.6px; margin-top: 12px; line-height: 1.08; }
body.gpd-home-surface .gh-sub { margin: 0 0 24px; font-size: 16px; line-height: 1.58; color: var(--fg-secondary); max-width: 466px; }
body.gpd-home-surface .gh-specs { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 26px; }
body.gpd-home-surface .gh-spec {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 15px;
    border-radius: var(--r-md);
    background: var(--surface-glass);
    border: 1px solid var(--line-1);
    min-width: 96px;
}
body.gpd-home-surface .gh-spec .k { font-size: 11px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--fg-tertiary); }
body.gpd-home-surface .gh-spec .v { font-size: 14.5px; font-weight: 800; color: #fff; font-variant-numeric: tabular-nums; }
body.gpd-home-surface .gh-ctas { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; }
body.gpd-home-surface .gh-price { display: flex; align-items: baseline; gap: 8px; margin-right: 4px; }
body.gpd-home-surface .gh-price .now { font-size: 25px; font-weight: 800; color: var(--lime-500); letter-spacing: -0.5px; font-variant-numeric: tabular-nums; }
body.gpd-home-surface .gh-price .now .woocommerce-Price-amount { color: var(--lime-500); -webkit-text-fill-color: var(--lime-500); }
body.gpd-home-surface .gh-price .from { font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--fg-tertiary); }
body.gpd-home-surface .gh-pairs { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; font-size: 13px; font-weight: 600; color: var(--fg-secondary); }
body.gpd-home-surface .gh-pairs svg { width: 16px; height: 16px; color: var(--teal-500); }
body.gpd-home-surface .gh-figure { position: relative; display: flex; align-items: center; justify-content: center; min-height: 380px; }
body.gpd-home-surface .gh-figure .bloom {
    position: absolute;
    width: 460px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(254, 90, 240, 0.28), transparent 64%);
    filter: blur(12px);
}
body.gpd-home-surface .gh-figure .bloom.teal { background: radial-gradient(circle, rgba(35, 221, 190, 0.26), transparent 64%); }
body.gpd-home-surface .gh-figure > img { width: 100%; max-width: 540px; position: relative; filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.6)); }
body.gpd-home-surface .gh-pricepill {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(13, 16, 19, 0.72);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid var(--line-1);
    border-radius: var(--r-full);
    padding: 8px 15px;
    font-size: 13px;
    white-space: nowrap;
    z-index: 3;
}
body.gpd-home-surface .gh-pricepill .gs-eyebrow { font-size: 11px; }
body.gpd-home-surface .gh-pricepill .nm { color: #fff; font-weight: 700; }
body.gpd-home-surface .gh-pricepill .pr { color: var(--lime-500); font-weight: 800; font-variant-numeric: tabular-nums; }
body.gpd-home-surface .gh-pricepill .pr .woocommerce-Price-amount { color: var(--lime-500); -webkit-text-fill-color: var(--lime-500); }
body.gpd-home-surface .gh-dots { position: absolute; left: 50%; transform: translateX(-50%); bottom: 24px; display: flex; gap: 9px; z-index: 6; }
body.gpd-home-surface .gh-dot {
    width: 30px;
    height: 5px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    padding: 0;
    cursor: pointer;
    transition: background var(--dur-normal) var(--ease), width var(--dur-normal) var(--ease);
}
body.gpd-home-surface .gh-dot:hover { background: rgba(255, 255, 255, 0.4); }
body.gpd-home-surface .gh-dot.on { background: var(--lime-500); width: 42px; }
body.gpd-home-surface .gh-arrows { position: absolute; right: 36px; bottom: 22px; display: flex; gap: 9px; z-index: 6; }
body.gpd-home-surface .gh-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--line-1);
    background: rgba(13, 16, 19, 0.6);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background var(--dur-normal) var(--ease), border-color var(--dur-normal) var(--ease), transform var(--dur-fast) var(--ease);
}
body.gpd-home-surface .gh-arrow:hover { background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.3); }
body.gpd-home-surface .gh-arrow:active { transform: scale(0.94); }
body.gpd-home-surface .gh-arrow svg { width: 20px; height: 20px; }
@keyframes gh-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
    body.gpd-home-surface .gh-slide.is-active { animation: none; }
}

/* ── shop by category (home-extra.jsx HomeCategoryGrid) ───────────────────── */
body.gpd-home-surface .gh-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
body.gpd-home-surface .gh-cat {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
    background: var(--surface-elev);
    border: 1px solid var(--line-1);
    border-radius: var(--r-lg);
    box-shadow: var(--shadow-sm);
    transition: transform var(--dur-normal) var(--ease-out), border-color var(--dur-normal) var(--ease), box-shadow var(--dur-normal) var(--ease);
}
body.gpd-home-surface .gh-cat:hover { transform: translateY(-3px); border-color: rgba(211, 255, 95, 0.4); box-shadow: var(--shadow-lg); }
body.gpd-home-surface .gh-cat .well {
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: radial-gradient(120% 120% at 50% 14%, rgba(35, 221, 190, 0.12), transparent 56%), linear-gradient(180deg, #10161a, #0b0f12);
}
body.gpd-home-surface .gh-cat .well img { width: 70%; height: 80%; object-fit: contain; filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.55)); transition: transform var(--dur-slow) var(--ease-out); }
body.gpd-home-surface .gh-cat:hover .well img { transform: scale(1.06) translateY(-2px); }
body.gpd-home-surface .gh-cat .tile {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 40px;
    height: 40px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(211, 255, 95, 0.14);
    color: var(--lime-500);
    border: 1px solid rgba(211, 255, 95, 0.28);
    z-index: 2;
}
body.gpd-home-surface .gh-cat .tile svg { width: 21px; height: 21px; }
body.gpd-home-surface .gh-cat:nth-child(even) .tile { background: rgba(35, 221, 190, 0.14); color: var(--teal-500); border-color: rgba(35, 221, 190, 0.28); }
body.gpd-home-surface .gh-cat .count {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--fg-secondary);
    background: rgba(10, 13, 15, 0.55);
    border: 1px solid var(--line-1);
    border-radius: var(--r-full);
    padding: 4px 10px;
    z-index: 2;
}
body.gpd-home-surface .gh-cat .body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 5px; flex: 1; }
body.gpd-home-surface .gh-cat .nm { font-size: 16.5px; font-weight: 800; letter-spacing: -0.3px; color: #fff; line-height: 1.2; }
body.gpd-home-surface .gh-cat .sub { font-size: 12.5px; line-height: 1.45; color: var(--fg-secondary); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
body.gpd-home-surface .gh-cat .go { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; font-size: 13px; font-weight: 700; color: var(--teal-500); white-space: nowrap; }
body.gpd-home-surface .gh-cat .go svg { width: 15px; height: 15px; transition: transform var(--dur-normal) var(--ease); }
body.gpd-home-surface .gh-cat:hover .go svg { transform: translateX(3px); }

/* ── GPD BOX + G2 eco band (home-extra.jsx EcoBand) ───────────────────────── */
body.gpd-home-surface .gpd-home-ecosec { padding-top: 8px; }
body.gpd-home-surface .gh-eco {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line-1);
    border-radius: var(--r-2xl);
    background: linear-gradient(120deg, rgba(35, 221, 190, 0.10), rgba(254, 90, 240, 0.09) 60%, rgba(99, 102, 241, 0.08));
    padding: 34px 36px;
}
body.gpd-home-surface .gh-eco-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
body.gpd-home-surface .gh-eco-head .lead { font-size: 30px; font-weight: 800; letter-spacing: -0.7px; color: #fff; line-height: 1.06; margin: 8px 0 0; max-width: 560px; }
body.gpd-home-surface .gh-eco-head .lead em { font-style: normal; color: var(--teal-500); }
body.gpd-home-surface .gh-eco-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
body.gpd-home-surface .gh-eco-card {
    display: flex;
    flex-direction: column;
    background: rgba(10, 13, 15, 0.55);
    border: 1px solid var(--line-1);
    border-radius: var(--r-xl);
    overflow: hidden;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: transform var(--dur-normal) var(--ease-out), border-color var(--dur-normal) var(--ease);
}
body.gpd-home-surface .gh-eco-card:hover { transform: translateY(-3px); border-color: rgba(255, 255, 255, 0.22); }
body.gpd-home-surface .gh-eco-card .well {
    position: relative;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: radial-gradient(120% 120% at 50% 16%, rgba(35, 221, 190, 0.10), transparent 54%), linear-gradient(180deg, #0f1418, #0a0d0f);
}
body.gpd-home-surface .gh-eco-card .well > img { width: 74%; height: 78%; object-fit: contain; filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.6)); }
body.gpd-home-surface .gh-eco-card .flag { position: absolute; top: 14px; left: 14px; z-index: 2; font-weight: 700; font-size: 12px; border-radius: var(--r-full); padding: 5px 12px; }
body.gpd-home-surface .gh-eco-card .body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
body.gpd-home-surface .gh-eco-card .brand { font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal-500); }
body.gpd-home-surface .gh-eco-card .nm { font-size: 21px; font-weight: 800; letter-spacing: -0.4px; color: #fff; line-height: 1.15; }
body.gpd-home-surface .gh-eco-card .desc { font-size: 13.5px; line-height: 1.55; color: var(--fg-secondary); }
body.gpd-home-surface .gh-eco-card ul { margin: 4px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 7px; }
body.gpd-home-surface .gh-eco-card li { display: flex; align-items: flex-start; gap: 9px; font-size: 13px; color: var(--fg-1); line-height: 1.45; }
body.gpd-home-surface .gh-eco-card li svg { width: 15px; height: 15px; color: var(--teal-500); flex: 0 0 auto; margin-top: 2px; }
body.gpd-home-surface .gh-eco-card .foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 14px; }
body.gpd-home-surface .gh-eco-card .stat { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: var(--fg-secondary); }
body.gpd-home-surface .gh-eco-card .stat .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal-500); }
body.gpd-home-surface .gh-eco-card .gs-btn { padding: 11px 18px; font-size: 14px; }

/* ── testimonials carousel (home-extra.jsx Testimonials) ──────────────────── */
body.gpd-home-surface .gh-tm-nav { display: flex; align-items: center; gap: 18px; }
body.gpd-home-surface .gh-tm-arrows { display: flex; gap: 9px; }
body.gpd-home-surface .gh-tm-arrows .gh-arrow { position: static; }
body.gpd-home-surface .gh-arrow:disabled { opacity: 0.35; cursor: not-allowed; }
body.gpd-home-surface .gh-arrow:disabled:hover { background: rgba(13, 16, 19, 0.6); border-color: var(--line-1); }
body.gpd-home-surface .gh-tm-viewport { overflow: hidden; margin: 0 -2px; padding: 2px; }
body.gpd-home-surface .gh-tm-track { display: flex; gap: 18px; transition: transform var(--dur-slow) var(--ease-out); will-change: transform; }
body.gpd-home-surface .gh-tm-card {
    flex: 0 0 calc((100% - (var(--per, 3) - 1) * 18px) / var(--per, 3));
    display: flex;
    flex-direction: column;
    background: var(--surface-glass);
    border: 1px solid var(--line-1);
    border-radius: var(--r-lg);
    padding: 24px;
    transition: border-color var(--dur-normal) var(--ease), opacity var(--dur-normal) var(--ease);
}
body.gpd-home-surface .gh-tm-card[aria-hidden="true"] { opacity: 0.4; }
body.gpd-home-surface .gh-tm-card:hover { border-color: rgba(255, 255, 255, 0.2); }
body.gpd-home-surface .gh-tm-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
body.gpd-home-surface .gh-tm-quote { width: 30px; height: 30px; color: rgba(211, 255, 95, 0.32); flex: 0 0 auto; }
body.gpd-home-surface .gh-tm-quote svg { width: 100%; height: 100%; }
body.gpd-home-surface .gh-tm-q { margin: 14px 0 20px; font-size: 14.5px; line-height: 1.6; color: var(--fg-1); flex: 1; }
body.gpd-home-surface .gh-tm-foot { display: flex; align-items: center; gap: 12px; margin-top: auto; }
body.gpd-home-surface .gh-tm-mono {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14.5px;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: var(--lime-500);
    background: rgba(211, 255, 95, 0.12);
    border: 1px solid rgba(211, 255, 95, 0.3);
}
body.gpd-home-surface .gh-tm-mono.teal { color: var(--teal-500); background: rgba(35, 221, 190, 0.12); border-color: rgba(35, 221, 190, 0.3); }
body.gpd-home-surface .gh-tm-meta { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
body.gpd-home-surface .gh-tm-meta .nm { font-size: 14px; font-weight: 700; color: #fff; line-height: 1.2; }
body.gpd-home-surface .gh-tm-meta .role { font-size: 12.5px; color: var(--fg-tertiary); line-height: 1.3; }
body.gpd-home-surface .gh-tm-meta .role .prod { color: var(--fg-secondary); font-weight: 600; }
body.gpd-home-surface .gh-tm-verified {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    align-self: flex-start;
    padding: 4px 9px;
    border-radius: var(--r-full);
    background: rgba(35, 221, 190, 0.1);
    border: 1px solid rgba(35, 221, 190, 0.26);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--teal-500);
    white-space: nowrap;
}
body.gpd-home-surface .gh-tm-verified svg { width: 13px; height: 13px; }
body.gpd-home-surface .gh-tm-dots { display: flex; justify-content: center; gap: 9px; margin-top: 24px; }

/* ── blog widget (home-extra.jsx BlogWidget) ──────────────────────────────── */
body.gpd-home-surface .gh-blog-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 20px; align-items: stretch; }
body.gpd-home-surface .gh-blog-grid .gsb-fcard { min-height: 360px; }
body.gpd-home-surface .gh-blog-side { display: flex; flex-direction: column; gap: 14px; }
body.gpd-home-surface .gh-blog-row {
    display: grid;
    grid-template-columns: 118px 1fr;
    gap: 14px;
    align-items: center;
    padding: 12px;
    background: var(--surface-glass);
    border: 1px solid var(--line-1);
    border-radius: var(--r-lg);
    transition: transform var(--dur-normal) var(--ease-out), border-color var(--dur-normal) var(--ease);
}
body.gpd-home-surface .gh-blog-row:hover { transform: translateY(-2px); border-color: rgba(255, 255, 255, 0.2); }
body.gpd-home-surface .gh-blog-row .th { width: 118px; height: 78px; border-radius: var(--r-md); overflow: hidden; flex: 0 0 auto; background: var(--bg-3); display: block; }
body.gpd-home-surface .gh-blog-row .th img { width: 100%; height: 100%; object-fit: cover; }
body.gpd-home-surface .gh-blog-row .meta { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; font: 500 11.5px var(--font-sans); color: var(--fg-tertiary); margin-bottom: 5px; }
body.gpd-home-surface .gh-blog-row h4 {
    margin: 0;
    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.32;
    color: var(--fg-0);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
body.gpd-home-surface .gh-blog-row:hover h4 { color: var(--lime-500); }
body.gpd-home-surface .gh-catdot { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--teal-500); }
body.gpd-home-surface .gh-catdot.reviews { color: var(--lime-500); }
body.gpd-home-surface .gh-catdot.editorials { color: var(--fg-1); }
body.gpd-home-surface .gh-catdot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }

/* blog widget featured hero card — ported from gpd-blog.css (template-parts/blog/
   featured-card.php is reused). Scoped here because gpd-blog.css is NOT enqueued
   on the home surface, and its generic .gs-flag rule would clash with the
   product-card flags if the whole sheet were loaded. */
body.gpd-home-surface .gsb-fcard {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 360px;
    border-radius: var(--r-2xl);
    overflow: hidden;
    border: 1px solid var(--line-1);
    text-decoration: none;
    background: var(--bg-3);
    box-shadow: var(--shadow-sm);
    transition: transform var(--dur-normal) var(--ease-out), box-shadow var(--dur-normal) var(--ease);
}
body.gpd-home-surface .gsb-fcard:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
body.gpd-home-surface .gsb-fcard img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform var(--dur-slow) var(--ease-out); }
body.gpd-home-surface .gsb-fcard:hover img.bg { transform: scale(1.03); }
body.gpd-home-surface .gsb-fcard .shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 13, 15, 0.05) 30%, rgba(10, 13, 15, 0.88) 78%, rgba(10, 13, 15, 0.96)); }
body.gpd-home-surface .gsb-fcard .body { position: relative; padding: 28px 30px 26px; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
body.gpd-home-surface .gsb-fcard .meta { display: flex; align-items: center; gap: 10px; font: 500 12.5px var(--font-sans); color: var(--fg-secondary); }
body.gpd-home-surface .gsb-fcard h3 { margin: 0; font-size: 27px; font-weight: 800; letter-spacing: -0.5px; line-height: 1.12; color: #fff; }
body.gpd-home-surface .gsb-fcard .ex { margin: 0; font-size: 14px; line-height: 1.55; color: var(--fg-1); max-width: 560px; }
body.gpd-home-surface .gsb-fcard .top { position: absolute; top: 18px; left: 18px; right: 18px; display: flex; gap: 8px; align-items: center; z-index: 1; }
body.gpd-home-surface .gsb-fcard .gs-flag {
    display: inline-flex;
    align-items: center;
    position: static;
    padding: 5px 11px;
    border-radius: var(--r-full);
    width: max-content;
    white-space: nowrap;
    font: 700 11px var(--font-sans);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
body.gpd-home-surface .gsb-flag-reviews { background: var(--lime-500); color: #0A0D0F; }
body.gpd-home-surface .gsb-flag-news { background: var(--teal-500); color: #06160F; }
body.gpd-home-surface .gsb-flag-editorials { background: rgba(255, 255, 255, 0.92); color: #0A0D0F; }
body.gpd-home-surface .gsb-scorechip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    padding: 6px 12px;
    border-radius: var(--r-full);
    background: rgba(10, 13, 15, 0.72);
    border: 1px solid var(--acc-line);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: var(--acc);
    font: 700 12.5px var(--font-sans);
}
body.gpd-home-surface .gsb-scorechip svg { width: 13px; height: 13px; fill: currentColor; }

/* ── responsive (viewport — handoff @1100/@720) ───────────────────────────── */
@media (max-width: 1100px) {
    body.gpd-home-surface .gh-stage { grid-template-columns: 1fr; gap: 18px; min-height: 0; padding: 34px 24px 56px; }
    body.gpd-home-surface .gh-figure { min-height: 300px; order: -1; }
    body.gpd-home-surface .gh-figure > img { max-width: 420px; }
    body.gpd-home-surface .gh-h1 { font-size: 48px; }
    body.gpd-home-surface .gh-h1 .b { font-size: 24px; }
    body.gpd-home-surface .gh-cats { grid-template-columns: repeat(2, 1fr); }
    body.gpd-home-surface .gh-eco-head { flex-direction: column; align-items: flex-start; gap: 12px; }
    body.gpd-home-surface .gh-eco-grid { grid-template-columns: 1fr 1fr; }
    body.gpd-home-surface .gh-blog-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
    body.gpd-home-surface .gh-stage { padding: 24px 16px 54px; }
    body.gpd-home-surface .gh-h1 { font-size: 38px; letter-spacing: -1.2px; }
    body.gpd-home-surface .gh-h1 .b { font-size: 20px; margin-top: 9px; }
    body.gpd-home-surface .gh-sub { font-size: 14.5px; }
    body.gpd-home-surface .gh-figure { min-height: 220px; }
    body.gpd-home-surface .gh-figure > img { max-width: 300px; }
    body.gpd-home-surface .gh-ctas .gs-btn { flex: 1 1 100%; justify-content: center; }
    body.gpd-home-surface .gh-eco { padding: 22px 18px; }
    body.gpd-home-surface .gh-eco-grid { grid-template-columns: 1fr; }
    body.gpd-home-surface .gh-eco-head .lead { font-size: 23px; }
    body.gpd-home-surface .gh-cats { grid-template-columns: 1fr 1fr; gap: 12px; }
    body.gpd-home-surface .gh-cat .well { height: 118px; }
    body.gpd-home-surface .gh-cat .tile { width: 34px; height: 34px; top: 10px; left: 10px; }
    body.gpd-home-surface .gh-cat .tile svg { width: 18px; height: 18px; }
    body.gpd-home-surface .gh-cat .count { top: 10px; right: 10px; padding: 3px 8px; font-size: 10px; }
    body.gpd-home-surface .gh-cat .body { padding: 13px 13px 15px; gap: 4px; }
    body.gpd-home-surface .gh-cat .nm { font-size: 15px; }
    body.gpd-home-surface .gh-cat .sub { font-size: 12px; }
    body.gpd-home-surface .gh-cat .go { font-size: 12.5px; margin-top: auto; }
    body.gpd-home-surface .gh-arrows { right: 16px; }
    body.gpd-home-surface .gh-blog-grid { grid-template-columns: 1fr; }

    /* mobile product swiper — horizontal scroll-snap peek (home-extra .gh-swiper).
       Only the home product grids switch; network/quote grids keep stacking.
       Cards take ~82% so a clean sliver of the next card peeks (reads as "swipe
       for more" rather than a broken second column), and a soft fade on the right
       edge makes the peeking card look intentionally cut off / scrollable. */
    body.gpd-home-surface .gpd-home-products .gs-grid3 {
        display: flex;
        grid-template-columns: none;
        gap: 12px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 2px 16px 8px;
        margin: 0 -16px;
        scroll-padding-left: 16px;
        scrollbar-width: none;
        -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 26px), transparent 100%);
        mask-image: linear-gradient(to right, #000 calc(100% - 26px), transparent 100%);
    }
    body.gpd-home-surface .gpd-home-products .gs-grid3::-webkit-scrollbar { display: none; }
    body.gpd-home-surface .gpd-home-products .gs-grid3 > * { flex: 0 0 82%; scroll-snap-align: start; }
}
