/* Premit Brothers Commerce 2.0 — v1.2.1 Premium Dark UI + Visual Stability */
:root {
    --pbc-gold: #f3bd24;
    --pbc-gold-dark: #c98b00;
    --pbc-surface: #111317;
    --pbc-bg: #070809;
    --pbc-surface-2: #171a1f;
    --pbc-surface-3: #20242a;
    --pbc-text: #f8f7f3;
    --pbc-muted: #a6a8ae;
    --pbc-line: rgba(255,255,255,.11);
    --pbc-soft-line: rgba(243,189,36,.22);
    --pbc-radius: 18px;
    --pbc-shadow: 0 20px 60px rgba(0,0,0,.35);
    --pbc-container: 1220px;
}

html { scroll-behavior: smooth; }
body.pbc-experience {
    background: var(--pbc-bg) !important;
    color: var(--pbc-text);
    overflow-x: hidden;
}
body.pbc-experience.pbc-menu-open,
body.pbc-experience.pbc-search-open { overflow: hidden; }
body.pbc-experience #page,
body.pbc-experience .site,
body.pbc-experience .site-content,
body.pbc-experience #content,
body.pbc-experience .content-area,
body.pbc-experience .site-main,
body.pbc-experience .entry-content,
body.pbc-experience article.page,
body.pbc-experience article.product {
    background: var(--pbc-bg) !important;
}
body.pbc-hide-theme-header #masthead,
body.pbc-hide-theme-header .site-header:not(.pbc-site-header),
body.pbc-hide-theme-header .elementor-location-header,
body.pbc-hide-theme-header .main-header-bar-wrap,
body.pbc-hide-theme-header .ast-above-header-wrap,
body.pbc-hide-theme-header .ast-primary-header-bar,
body.pbc-hide-theme-header .kadence-header-row-container,
body.pbc-hide-theme-header .ct-header,
body.pbc-hide-theme-header .wp-site-blocks > header:not(.pbc-site-header) { display: none !important; }
body.pbc-hide-theme-footer #colophon,
body.pbc-hide-theme-footer .site-footer:not(.pbc-site-footer),
body.pbc-hide-theme-footer .elementor-location-footer,
body.pbc-hide-theme-footer .ct-footer,
body.pbc-hide-theme-footer .wp-site-blocks > footer:not(.pbc-site-footer) { display: none !important; }
body.pbc-shop-page .entry-header,
body.pbc-shop-page .entry-title,
body.pbc-shop-page .entry-meta,
body.pbc-shop-page .post-navigation,
body.pbc-shop-page .related-posts,
body.pbc-shop-page .sharedaddy,
body.pbc-shop-page .author-box,
body.pbc-shop-page .comments-area,
body.pbc-shop-page .elementor-widget-theme-post-title,
body.pbc-shop-page .elementor-widget-post-info { display: none !important; }
body.pbc-shop-page .entry-content,
body.pbc-shop-page .site-main,
body.pbc-shop-page .content-area,
body.pbc-shop-page .container,
body.pbc-shop-page .ast-container,
body.pbc-shop-page .site-content > .container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
body.pbc-shop-page .entry-content > * { max-width: none !important; }
body.pbc-experience *, body.pbc-experience *::before, body.pbc-experience *::after { box-sizing: border-box; }
body.pbc-experience img { max-width: 100%; height: auto; }
body.pbc-experience button,
body.pbc-experience input,
body.pbc-experience textarea,
body.pbc-experience select { font: inherit; }

/* Premium header */
.pbc-site-header {
    position: sticky;
    top: 0;
    z-index: 99990;
    width: 100%;
    color: var(--pbc-text);
    background: rgba(8,9,11,.88);
    border-bottom: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    transition: background .28s ease, box-shadow .28s ease, border-color .28s ease;
}
body.admin-bar .pbc-site-header { top: 32px; }
.pbc-site-header.is-scrolled {
    background: rgba(5,6,7,.97);
    border-color: rgba(243,189,36,.16);
    box-shadow: 0 12px 34px rgba(0,0,0,.34);
}
.pbc-header-inner {
    width: min(var(--pbc-container), calc(100% - 40px));
    min-height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.pbc-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--pbc-text) !important;
    text-decoration: none !important;
    flex: 0 0 auto;
}
.pbc-brand img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    object-fit: cover;
    object-position: 50% 36%;
    box-shadow: 0 0 0 1px rgba(243,189,36,.2), 0 10px 24px rgba(0,0,0,.28);
}
.pbc-brand span { display: grid; line-height: 1.08; }
.pbc-brand strong { font-size: 14px; letter-spacing: .055em; color: #fff; }
.pbc-brand small { margin-top: 4px; font-size: 10px; color: #bdbec2; letter-spacing: .14em; text-transform: uppercase; }
.pbc-desktop-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.pbc-desktop-nav a {
    position: relative;
    color: #d7d8da !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: color .22s ease;
}
.pbc-desktop-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    background: var(--pbc-gold);
    border-radius: 10px;
    transition: width .22s ease;
}
.pbc-desktop-nav a:hover,
.pbc-desktop-nav a.is-active { color: var(--pbc-gold) !important; }
.pbc-desktop-nav a:hover::after,
.pbc-desktop-nav a.is-active::after { width: 18px; }
.pbc-header-actions { display: flex; align-items: center; gap: 7px; }
.pbc-icon-button {
    position: relative;
    width: 39px;
    height: 39px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    color: #f5f5f5 !important;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 11px;
    text-decoration: none !important;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.pbc-icon-button:hover { color: var(--pbc-gold) !important; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.08); transform: translateY(-1px); }
.pbc-icon-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.pbc-cart-count {
    position: absolute;
    top: 1px;
    right: -2px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    display: grid;
    place-items: center;
    font-size: 9px;
    font-weight: 800;
    color: #101010;
    background: var(--pbc-gold);
    border: 2px solid #090a0b;
    border-radius: 20px;
}
.pbc-menu-button { display: none; }

/* Mobile drawer and search */
.pbc-mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100002;
    width: min(360px, 88vw);
    height: 100dvh;
    padding: 22px;
    color: var(--pbc-text);
    background: #0e1013;
    border-left: 1px solid var(--pbc-line);
    transform: translateX(105%);
    transition: transform .28s cubic-bezier(.2,.8,.2,1);
    box-shadow: -22px 0 60px rgba(0,0,0,.55);
}
.pbc-mobile-drawer.is-open { transform: translateX(0); }
.pbc-drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--pbc-line); font-weight: 800; }
.pbc-drawer-head button,
.pbc-search-close { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.05); border: 1px solid var(--pbc-line); border-radius: 10px; cursor: pointer; }
.pbc-drawer-head svg,
.pbc-search-close svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.pbc-mobile-drawer nav { display: grid; margin-top: 16px; }
.pbc-mobile-drawer nav a { padding: 15px 3px; color: #ececee !important; border-bottom: 1px solid rgba(255,255,255,.07); text-decoration: none !important; font-weight: 650; }
.pbc-mobile-drawer nav a:hover { color: var(--pbc-gold) !important; }
.pbc-drawer-backdrop { position: fixed; inset: 0; z-index: 100001; background: rgba(0,0,0,.68); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.pbc-drawer-backdrop.is-open { opacity: 1; visibility: visible; }
.pbc-search-overlay { position: fixed; inset: 0; z-index: 100010; display: grid; place-items: start center; padding: 12vh 20px 20px; background: rgba(0,0,0,.78); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.pbc-search-overlay.is-open { opacity: 1; visibility: visible; }
.pbc-search-dialog { position: relative; width: min(680px, 100%); padding: 42px; background: #121418; border: 1px solid rgba(243,189,36,.2); border-radius: 20px; box-shadow: var(--pbc-shadow); transform: translateY(-10px); transition: transform .25s ease; }
.pbc-search-overlay.is-open .pbc-search-dialog { transform: translateY(0); }
.pbc-search-close { position: absolute; top: 18px; right: 18px; }
.pbc-search-dialog h2 { margin: 7px 0 24px; color: #fff; font-size: clamp(27px, 5vw, 40px); }
.pbc-search-dialog form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.pbc-search-dialog input { min-height: 54px; padding: 0 17px; color: #fff; background: #0a0b0d; border: 1px solid var(--pbc-line); border-radius: 12px; outline: none; }
.pbc-search-dialog input:focus { border-color: var(--pbc-gold); box-shadow: 0 0 0 3px rgba(243,189,36,.11); }
.pbc-search-dialog button[type="submit"] { min-width: 128px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #101010; background: linear-gradient(135deg,var(--pbc-gold),#ffda61); border: 0; border-radius: 12px; font-weight: 800; cursor: pointer; }
.pbc-search-dialog button[type="submit"] svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

/* Shop landing page */
.pbc-shop-shell {
    width: 100%;
    min-height: 100vh;
    padding: 28px 20px 92px;
    color: var(--pbc-text);
    background:
        radial-gradient(circle at 82% 3%, rgba(35,64,103,.22), transparent 31%),
        radial-gradient(circle at 15% 23%, rgba(243,189,36,.055), transparent 26%),
        var(--pbc-bg);
}
.pbc-premium-hero,
.pbc-trust-row,
.pbc-products-section,
.pbc-value-section,
.pbc-guidance-banner,
.pbc-faq-section,
.pbc-final-cta {
    width: min(var(--pbc-container), 100%);
    margin-left: auto;
    margin-right: auto;
}
.pbc-premium-hero {
    position: relative;
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(380px,.95fr);
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(115deg, rgba(12,20,34,.98) 0%, rgba(12,24,42,.93) 48%, rgba(8,10,14,.95) 100%);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 22px 22px 0 0;
    box-shadow: var(--pbc-shadow);
}
.pbc-premium-hero::before { content:""; position:absolute; inset:0; z-index:-1; background: linear-gradient(140deg, transparent 0 58%, rgba(32,70,112,.24) 58% 73%, transparent 73%); }
.pbc-premium-hero::after { content:""; position:absolute; width:370px; height:370px; right:-90px; top:-170px; z-index:-1; border:1px solid rgba(243,189,36,.11); border-radius:50%; box-shadow:0 0 0 55px rgba(255,255,255,.018),0 0 0 110px rgba(255,255,255,.012); }
.pbc-hero-content { padding: 64px 28px 62px 58px; }
.pbc-eyebrow,
.pbc-kicker { display: inline-block; color: var(--pbc-gold); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.pbc-hero-content h1 { max-width: 650px; margin: 14px 0 17px; color: #fff; font-size: clamp(36px, 4.3vw, 61px); line-height: 1.06; letter-spacing: -.035em; font-weight: 800; }
.pbc-hero-content h1 span { color: var(--pbc-gold); }
.pbc-hero-content > p { max-width: 590px; margin: 0; color: #c4c7cd; font-size: 16px; line-height: 1.75; }
.pbc-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.pbc-button { min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 10px; font-size: 13px; font-weight: 800; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.pbc-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.pbc-button:hover { transform: translateY(-2px); }
.pbc-button-gold { color: #15120a !important; background: linear-gradient(135deg,var(--pbc-gold),#ffdc67); border: 1px solid rgba(255,230,120,.65); box-shadow: 0 12px 28px rgba(243,189,36,.16); }
.pbc-button-gold:hover { color:#090909 !important; box-shadow:0 16px 34px rgba(243,189,36,.25); }
.pbc-button-outline { color:#fff !important; background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.28); }
.pbc-button-outline:hover { border-color: var(--pbc-gold); background:rgba(243,189,36,.07); }
.pbc-mini-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #9ea1a8; font-size: 11px; }
.pbc-mini-proof span::before { content:""; display:inline-block; width:5px; height:5px; margin-right:7px; vertical-align:middle; background:var(--pbc-gold); border-radius:50%; box-shadow:0 0 0 4px rgba(243,189,36,.08); }
.pbc-hero-visual { position: relative; min-height: 430px; display: grid; place-items: center; overflow: hidden; }
.pbc-hero-glow { position:absolute; width:380px; height:260px; bottom:24px; left:50%; transform:translateX(-50%); background:radial-gradient(ellipse,rgba(243,189,36,.19),transparent 66%); filter:blur(12px); }
.pbc-orbit { position:absolute; border:1px solid rgba(255,255,255,.08); border-radius:50%; }
.pbc-orbit-one { width:390px; height:390px; right:10px; top:18px; }
.pbc-orbit-two { width:285px; height:285px; right:62px; top:70px; border-color:rgba(243,189,36,.1); }
.pbc-book-stack { position:relative; width:390px; height:325px; perspective:1100px; z-index:2; }
.pbc-book { position:absolute; display:flex; flex-direction:column; justify-content:center; padding:28px; border-radius:8px 14px 14px 8px; box-shadow:0 28px 55px rgba(0,0,0,.52), inset -13px 0 24px rgba(0,0,0,.24); transform-style:preserve-3d; overflow:hidden; }
.pbc-book::after { content:""; position:absolute; top:0; right:10px; width:8px; height:100%; background:linear-gradient(90deg,rgba(255,255,255,.03),rgba(255,255,255,.18),rgba(0,0,0,.14)); }
.pbc-book-back { width:190px; height:265px; right:23px; top:34px; color:#e7d8a3; background:linear-gradient(145deg,#2c2515,#0d0d0d 58%,#33240a); border:1px solid rgba(243,189,36,.33); transform:rotateY(-14deg) rotateZ(8deg); }
.pbc-book-mid { width:185px; height:277px; left:75px; top:23px; color:#f5d46d; background:linear-gradient(145deg,#08213b,#050a11 60%,#172c41); border:1px solid rgba(255,255,255,.13); transform:rotateY(12deg) rotateZ(-8deg); }
.pbc-book-front { width:202px; height:294px; left:102px; top:8px; align-items:center; text-align:center; color:#fff; background:linear-gradient(160deg,#101215,#050607 64%,#1c1608); border:1px solid rgba(243,189,36,.38); transform:rotateY(-3deg) rotateZ(1deg) translateZ(35px); }
.pbc-book-front img { width:95px; height:112px; object-fit:cover; object-position:50% 28%; border-radius:9px; margin-bottom:18px; box-shadow:0 9px 24px rgba(0,0,0,.38); }
.pbc-book strong { font-size:18px; letter-spacing:.06em; }
.pbc-book small { margin-top:7px; color:#c7c7c7; font-size:10px; letter-spacing:.16em; text-transform:uppercase; }
.pbc-book-back span,.pbc-book-mid span { font-size:22px; line-height:1.1; font-weight:800; letter-spacing:.04em; }

.pbc-trust-row { display:grid; grid-template-columns:repeat(4,1fr); background:#0f1114; border:1px solid var(--pbc-line); border-top:0; border-radius:0 0 18px 18px; box-shadow:0 18px 40px rgba(0,0,0,.22); }
.pbc-trust-row article { min-height:86px; padding:18px 20px; display:flex; align-items:center; gap:13px; border-right:1px solid var(--pbc-line); }
.pbc-trust-row article:last-child { border-right:0; }
.pbc-trust-icon { width:36px; height:36px; display:grid; place-items:center; flex:0 0 36px; color:var(--pbc-gold); }
.pbc-trust-icon svg { width:25px; height:25px; fill:none; stroke:currentColor; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; }
.pbc-trust-row article div { display:grid; gap:3px; }
.pbc-trust-row strong { color:#f6f6f5; font-size:12px; }
.pbc-trust-row small { color:#8e9299; font-size:10px; line-height:1.4; }

.pbc-products-section,
.pbc-value-section,
.pbc-faq-section { padding-top:78px; }
.pbc-section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:30px; margin-bottom:28px; }
.pbc-section-heading h2 { margin:7px 0 4px; color:#fff; font-size:clamp(28px,3vw,42px); line-height:1.15; letter-spacing:-.025em; }
.pbc-section-heading p { margin:0; color:var(--pbc-muted); font-size:14px; }
.pbc-section-heading > a { display:inline-flex; align-items:center; gap:8px; color:#bdbfc4 !important; font-size:12px; text-decoration:none !important; white-space:nowrap; }
.pbc-section-heading > a:hover { color:var(--pbc-gold) !important; }
.pbc-section-heading > a svg { width:17px; height:17px; fill:none; stroke:currentColor; stroke-width:1.8; }
.pbc-filter-bar { display:flex; flex-wrap:wrap; gap:10px; margin-bottom:25px; }
.pbc-filter-bar button { min-height:39px; padding:0 16px; color:#c7c8cb; background:#121418; border:1px solid rgba(255,255,255,.11); border-radius:8px; font-size:12px; font-weight:700; cursor:pointer; transition:all .2s ease; }
.pbc-filter-bar button:hover { color:#fff; border-color:rgba(243,189,36,.45); }
.pbc-filter-bar button.is-active { color:#111; background:linear-gradient(135deg,var(--pbc-gold),#ffd95c); border-color:var(--pbc-gold); box-shadow:0 8px 20px rgba(243,189,36,.16); }
.pbc-product-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.pbc-product-card { min-width:0; overflow:hidden; color:var(--pbc-text); background:linear-gradient(180deg,#15181d,#0d0f12); border:1px solid rgba(255,255,255,.1); border-radius:14px; box-shadow:0 15px 36px rgba(0,0,0,.22); transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.pbc-product-card:hover { transform:translateY(-5px); border-color:rgba(243,189,36,.28); box-shadow:0 23px 50px rgba(0,0,0,.36); }
.pbc-product-card.is-filtered-out { display:none !important; }
.pbc-product-media { position:relative; height:255px; display:grid; place-items:center; padding:20px; overflow:hidden; text-decoration:none !important; background:radial-gradient(circle at 50% 42%,rgba(45,71,100,.42),transparent 58%),#0b1017; }
.pbc-product-media::after { content:""; position:absolute; inset:auto 0 0; height:50px; background:linear-gradient(transparent,rgba(0,0,0,.18)); pointer-events:none; }
.pbc-product-media > img { width:auto !important; max-width:82% !important; height:215px !important; object-fit:contain !important; margin:0 !important; filter:drop-shadow(0 18px 20px rgba(0,0,0,.38)); transition:transform .3s ease; }
.pbc-product-card:hover .pbc-product-media > img { transform:scale(1.035) translateY(-2px); }
.pbc-card-badges { position:absolute; z-index:3; top:11px; left:11px; right:11px; display:flex; justify-content:space-between; gap:8px; pointer-events:none; }
.pbc-product-badge,.pbc-sale-badge { min-height:22px; padding:4px 8px; display:inline-flex; align-items:center; color:#121212; background:var(--pbc-gold); border-radius:5px; font-size:9px; font-weight:900; letter-spacing:.035em; text-transform:uppercase; }
.pbc-sale-badge { margin-left:auto; color:#fff; background:#c53931; }
.pbc-faux-cover { position:relative; width:155px; height:215px; padding:23px 18px; display:flex; flex-direction:column; justify-content:center; color:#fff; border:1px solid rgba(243,189,36,.34); border-radius:3px 9px 9px 3px; box-shadow:15px 18px 26px rgba(0,0,0,.35),inset -10px 0 16px rgba(0,0,0,.2); transform:perspective(600px) rotateY(-4deg); overflow:hidden; }
.pbc-faux-cover::before { content:""; position:absolute; inset:8px; border:1px solid rgba(243,189,36,.18); }
.pbc-faux-cover::after { content:""; position:absolute; right:5px; top:0; width:6px; height:100%; background:linear-gradient(90deg,rgba(255,255,255,.02),rgba(255,255,255,.16),rgba(0,0,0,.18)); }
.pbc-faux-book { background:linear-gradient(150deg,#182b41,#070a0e 62%,#281b05); }
.pbc-faux-plan { background:linear-gradient(150deg,#102938,#071015 62%,#302108); }
.pbc-faux-counseling { background:linear-gradient(150deg,#2a1c32,#0b080d 62%,#302108); }
.pbc-faux-mark { position:relative; z-index:1; margin-bottom:18px; color:var(--pbc-gold); font-size:16px; font-weight:900; letter-spacing:.1em; }
.pbc-faux-cover strong { position:relative; z-index:1; font-size:19px; line-height:1.08; text-transform:uppercase; }
.pbc-faux-cover small { position:relative; z-index:1; margin-top:13px; color:#aaaeb4; font-size:8px; letter-spacing:.16em; text-transform:uppercase; }
.pbc-faux-cover i { position:absolute; left:-45px; bottom:-65px; width:145px; height:145px; border:1px solid rgba(243,189,36,.27); border-radius:50%; box-shadow:0 0 0 22px rgba(243,189,36,.035); }
.pbc-product-card-body { padding:17px; }
.pbc-product-type { color:var(--pbc-gold); font-size:9px; font-weight:850; letter-spacing:.1em; text-transform:uppercase; }
.pbc-product-card h3 { min-height:42px; margin:7px 0 8px; font-size:17px; line-height:1.22; }
.pbc-product-card h3 a { color:#fff !important; text-decoration:none !important; }
.pbc-product-card h3 a:hover { color:var(--pbc-gold) !important; }
.pbc-product-card-body > p { min-height:40px; margin:8px 0 12px; color:#9da0a7; font-size:11px; line-height:1.55; }
.pbc-rating { min-height:18px; display:flex; align-items:center; gap:7px; margin-bottom:8px; }
.pbc-rating .star-rating { margin:0 !important; color:var(--pbc-gold) !important; font-size:12px; }
.pbc-rating small { color:#878b92; font-size:9px; }
.pbc-rating-new span { color:var(--pbc-gold); font-size:10px; font-weight:800; }
.pbc-card-price { min-height:28px; display:flex; align-items:center; gap:7px; margin:4px 0 14px; color:var(--pbc-gold); font-size:16px; font-weight:850; }
.pbc-card-price del { color:#777b82; font-size:11px; font-weight:500; opacity:.85; }
.pbc-card-price ins { color:var(--pbc-gold); text-decoration:none; }
.pbc-card-actions { display:grid; grid-template-columns:42px 1fr; gap:8px; }
.pbc-card-view { height:40px; display:grid; place-items:center; color:#c9cbd0 !important; background:#0b0d10; border:1px solid var(--pbc-line); border-radius:8px; text-decoration:none !important; }
.pbc-card-view:hover { color:var(--pbc-gold) !important; border-color:rgba(243,189,36,.35); }
.pbc-card-view svg { width:17px; height:17px; fill:none; stroke:currentColor; stroke-width:1.8; }
.pbc-card-buy { height:40px; display:flex; align-items:center; justify-content:center; gap:8px; color:#14120c !important; background:linear-gradient(135deg,var(--pbc-gold),#ffd65b); border-radius:8px; font-size:11px; font-weight:850; text-decoration:none !important; transition:filter .2s ease,transform .2s ease; }
.pbc-card-buy:hover { color:#000 !important; filter:brightness(1.06); transform:translateY(-1px); }
.pbc-card-buy svg { width:15px; height:15px; fill:none; stroke:currentColor; stroke-width:1.8; }
.pbc-empty-state { grid-column:1/-1; padding:50px; text-align:center; background:#111317; border:1px dashed rgba(243,189,36,.3); border-radius:16px; }
.pbc-empty-state h3 { color:#fff; }
.pbc-empty-state p { color:var(--pbc-muted); }

.pbc-value-section { margin-top:80px; padding:48px; background:linear-gradient(145deg,#111419,#0b0d10); border:1px solid var(--pbc-line); border-radius:18px; }
.pbc-value-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.pbc-value-grid article { padding:28px; background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.08); border-radius:14px; transition:border-color .2s ease,transform .2s ease; }
.pbc-value-grid article:hover { transform:translateY(-3px); border-color:rgba(243,189,36,.26); }
.pbc-value-grid article > span { color:var(--pbc-gold); font-size:11px; font-weight:850; }
.pbc-value-grid h3 { margin:26px 0 10px; color:#fff; font-size:25px; line-height:1.1; }
.pbc-value-grid p { margin:0; color:#9da1a8; font-size:13px; line-height:1.65; }
.pbc-guidance-banner { margin-top:34px; padding:34px 38px; display:flex; align-items:center; justify-content:space-between; gap:30px; background:linear-gradient(110deg,rgba(243,189,36,.13),rgba(243,189,36,.035)); border:1px solid rgba(243,189,36,.25); border-radius:16px; }
.pbc-guidance-banner h2 { margin:6px 0 5px; color:#fff; font-size:31px; }
.pbc-guidance-banner p { margin:0; color:#a8abb1; }
.pbc-guidance-banner .pbc-button svg { width:19px; height:19px; }
.pbc-faq-list { border-top:1px solid var(--pbc-line); }
.pbc-faq-list details { border-bottom:1px solid var(--pbc-line); }
.pbc-faq-list summary { min-height:65px; display:flex; align-items:center; justify-content:space-between; gap:20px; color:#ececee; cursor:pointer; list-style:none; font-size:14px; font-weight:700; }
.pbc-faq-list summary::-webkit-details-marker { display:none; }
.pbc-faq-list summary b { width:30px; height:30px; display:grid; place-items:center; color:var(--pbc-gold); background:rgba(255,255,255,.035); border:1px solid var(--pbc-line); border-radius:8px; transition:transform .2s ease; }
.pbc-faq-list details[open] summary b { transform:rotate(45deg); }
.pbc-faq-list details > div { overflow:hidden; }
.pbc-faq-list details p { max-width:850px; margin:0; padding:0 0 22px; color:#9da0a7; font-size:13px; line-height:1.7; }
.pbc-final-cta { margin-top:76px; padding:37px 42px; display:flex; align-items:center; justify-content:space-between; gap:35px; background:linear-gradient(115deg,#0a1b33,#08111f); border:1px solid rgba(243,189,36,.22); border-radius:18px; box-shadow:var(--pbc-shadow); }
.pbc-final-cta span { color:var(--pbc-gold); font-size:11px; font-weight:850; letter-spacing:.12em; text-transform:uppercase; }
.pbc-final-cta h2 { margin:7px 0 0; color:#fff; font-size:clamp(26px,3vw,39px); }
.pbc-final-cta > div:last-child { display:flex; align-items:center; gap:18px; }
.pbc-final-cta > div:last-child > a:not(.pbc-button) { color:#c3c5ca !important; font-size:12px; text-decoration:none !important; }

/* Custom footer */
.pbc-site-footer { position:relative; z-index:3; width:100%; padding:62px 20px 22px; color:#c7c8cb; background:#050607; border-top:1px solid rgba(243,189,36,.13); }
.pbc-footer-grid { width:min(var(--pbc-container),100%); margin:0 auto; display:grid; grid-template-columns:1.55fr repeat(3,1fr); gap:45px; }
.pbc-footer-brand p { max-width:390px; margin:20px 0 0; color:#8d9096; font-size:12px; line-height:1.7; }
.pbc-footer-grid > div:not(.pbc-footer-brand) { display:flex; flex-direction:column; gap:10px; }
.pbc-footer-grid h3 { margin:0 0 10px; color:var(--pbc-gold); font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
.pbc-footer-grid a,.pbc-footer-grid span { color:#a7a9ae !important; font-size:11px; line-height:1.5; text-decoration:none !important; }
.pbc-footer-grid a:hover { color:var(--pbc-gold) !important; }
.pbc-footer-bottom { width:min(var(--pbc-container),100%); margin:45px auto 0; padding-top:20px; display:flex; justify-content:space-between; gap:20px; color:#777b82; border-top:1px solid rgba(255,255,255,.07); font-size:10px; }

/* WooCommerce shared dark styling */
body.pbc-experience .woocommerce-breadcrumb { width:min(var(--pbc-container),calc(100% - 40px)); margin:28px auto 20px !important; color:#777b82 !important; font-size:11px !important; }
body.pbc-experience .woocommerce-breadcrumb a { color:#b8bbc1 !important; text-decoration:none !important; }
body.pbc-experience .woocommerce-breadcrumb a:hover { color:var(--pbc-gold) !important; }
body.pbc-experience .woocommerce-notices-wrapper { width:min(var(--pbc-container),calc(100% - 40px)); margin:20px auto; }
body.pbc-experience .woocommerce-message,
body.pbc-experience .woocommerce-info,
body.pbc-experience .woocommerce-error { color:#e9e9e8 !important; background:#13161a !important; border-color:var(--pbc-gold) !important; border-radius:12px; }
body.pbc-experience .woocommerce-message::before,
body.pbc-experience .woocommerce-info::before { color:var(--pbc-gold) !important; }
body.pbc-experience .woocommerce-message a.button { color:#111 !important; background:var(--pbc-gold) !important; border-radius:8px; }

/* Premium single product */
body.pbc-product-page .site-main,
body.pbc-product-page #primary,
body.pbc-product-page .content-area,
body.pbc-product-page .ast-container,
body.pbc-product-page .container { width:100% !important; max-width:none !important; padding-left:0 !important; padding-right:0 !important; }
body.pbc-product-page .woocommerce div.product {
    width:min(var(--pbc-container),calc(100% - 40px));
    margin:0 auto 70px !important;
    padding:28px;
    display:grid;
    grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);
    column-gap:48px;
    row-gap:30px;
    color:var(--pbc-text);
    background:linear-gradient(145deg,#121519,#0b0d10);
    border:1px solid var(--pbc-line);
    border-radius:18px;
    box-shadow:var(--pbc-shadow);
}
body.pbc-product-page .woocommerce div.product div.images,
body.pbc-product-page .woocommerce div.product div.summary { float:none !important; width:auto !important; margin:0 !important; }
body.pbc-product-page .woocommerce div.product div.images { padding:20px; background:#171a1f; border:1px solid rgba(255,255,255,.07); border-radius:14px; }
body.pbc-product-page .woocommerce div.product div.images .woocommerce-product-gallery__wrapper { display:grid; place-items:center; min-height:455px; }
body.pbc-product-page .woocommerce div.product div.images img { max-height:500px; width:auto !important; margin:auto !important; object-fit:contain; border-radius:8px; filter:drop-shadow(0 20px 28px rgba(0,0,0,.33)); }
body.pbc-product-page .woocommerce div.product div.images .flex-control-thumbs { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-top:14px !important; }
body.pbc-product-page .woocommerce div.product div.images .flex-control-thumbs li { width:auto !important; float:none !important; }
body.pbc-product-page .woocommerce div.product div.images .flex-control-thumbs img { height:74px !important; width:100% !important; padding:5px; object-fit:contain; background:#0d0f12; border:1px solid var(--pbc-line); border-radius:8px; }
body.pbc-product-page .woocommerce div.product .summary { padding:18px 0 10px; }
body.pbc-product-page .woocommerce div.product .product_title { margin:0 0 10px !important; color:#fff !important; font-size:clamp(32px,4vw,48px) !important; line-height:1.08 !important; letter-spacing:-.035em; }
body.pbc-product-page .woocommerce div.product .woocommerce-product-rating { display:flex; align-items:center; gap:8px; margin:0 0 16px !important; }
body.pbc-product-page .woocommerce div.product .star-rating { color:var(--pbc-gold) !important; }
body.pbc-product-page .woocommerce div.product .woocommerce-review-link { color:#9da0a7 !important; font-size:11px; text-decoration:none !important; }
body.pbc-product-page .woocommerce div.product p.price,
body.pbc-product-page .woocommerce div.product span.price { margin:5px 0 18px !important; color:var(--pbc-gold) !important; font-size:28px !important; font-weight:850 !important; }
body.pbc-product-page .woocommerce div.product p.price del { color:#74777e !important; font-size:15px; opacity:1; }
body.pbc-product-page .woocommerce div.product p.price ins { color:var(--pbc-gold); text-decoration:none; }
body.pbc-product-page .woocommerce-product-details__short-description { color:#b5b7bc; font-size:14px; line-height:1.75; }
.pbc-product-highlights { margin:21px 0 22px; padding:19px 20px; background:#0b0d10; border:1px solid rgba(255,255,255,.08); border-radius:12px; }
.pbc-highlight-label { display:block; margin-bottom:10px; color:var(--pbc-gold); font-size:10px; font-weight:850; letter-spacing:.11em; text-transform:uppercase; }
.pbc-product-highlights ul { margin:0 !important; padding:0 !important; list-style:none !important; }
.pbc-product-highlights li { display:flex; gap:9px; margin:8px 0; color:#d5d6d8; font-size:12px; line-height:1.5; }
.pbc-product-highlights li b { color:var(--pbc-gold); }
.pbc-purchase-panel { margin-top:21px; }
.pbc-custom-cart-form { display:grid !important; grid-template-columns:auto 1fr 1fr; gap:10px; align-items:center; margin:0 !important; }
.pbc-custom-cart-form .quantity { float:none !important; margin:0 !important; }
.pbc-custom-cart-form .qty { width:72px !important; min-height:48px; color:#fff; background:#080a0c; border:1px solid var(--pbc-line); border-radius:9px; }
.pbc-add-to-cart,
.pbc-buy-now { min-height:48px !important; display:inline-flex !important; align-items:center !important; justify-content:center !important; margin:0 !important; border-radius:9px !important; font-size:12px !important; font-weight:850 !important; text-decoration:none !important; }
.pbc-add-to-cart { color:#111 !important; background:linear-gradient(135deg,var(--pbc-gold),#ffdb62) !important; border:0 !important; }
.pbc-buy-now { color:#fff !important; background:transparent !important; border:1px solid rgba(255,255,255,.25) !important; }
.pbc-buy-now:hover { border-color:var(--pbc-gold) !important; color:var(--pbc-gold) !important; }
.pbc-payment-note { margin-top:14px; padding:13px 14px; display:flex; align-items:center; gap:11px; background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.07); border-radius:10px; }
.pbc-payment-note > span { width:31px; height:31px; display:grid; place-items:center; color:var(--pbc-gold); }
.pbc-payment-note svg { width:23px; height:23px; fill:none; stroke:currentColor; stroke-width:1.5; }
.pbc-payment-note p { display:grid; gap:2px; margin:0; }
.pbc-payment-note strong { color:#e8e8e7; font-size:11px; }
.pbc-payment-note small { color:#858991; font-size:9px; }
.pbc-assurance { display:flex; flex-wrap:wrap; gap:12px; margin-top:15px; color:#969aa1; font-size:10px; }
.pbc-assurance span { padding:6px 9px; background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.06); border-radius:6px; }
body.pbc-product-page .woocommerce div.product .product_meta { margin-top:19px; padding-top:17px; color:#777b82; border-top:1px solid var(--pbc-line); font-size:10px; }
body.pbc-product-page .woocommerce div.product .product_meta a { color:var(--pbc-gold) !important; text-decoration:none !important; }
body.pbc-product-page .woocommerce div.product .woocommerce-tabs { grid-column:1/-1; margin-top:25px; padding-top:5px; border-top:1px solid var(--pbc-line); }
body.pbc-product-page .woocommerce div.product .woocommerce-tabs ul.tabs { display:flex; flex-wrap:wrap; gap:3px; margin:0 0 24px !important; padding:0 !important; border-bottom:1px solid var(--pbc-line); }
body.pbc-product-page .woocommerce div.product .woocommerce-tabs ul.tabs::before,
body.pbc-product-page .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
body.pbc-product-page .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display:none !important; }
body.pbc-product-page .woocommerce div.product .woocommerce-tabs ul.tabs li { margin:0 15px 0 0 !important; padding:0 !important; background:transparent !important; border:0 !important; border-radius:0 !important; }
body.pbc-product-page .woocommerce div.product .woocommerce-tabs ul.tabs li a { position:relative; padding:16px 2px !important; color:#9da0a7 !important; font-size:12px !important; font-weight:700 !important; }
body.pbc-product-page .woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color:var(--pbc-gold) !important; }
body.pbc-product-page .woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after { content:""; position:absolute; left:0; right:0; bottom:-1px; height:2px; background:var(--pbc-gold); }
body.pbc-product-page .woocommerce div.product .woocommerce-tabs .panel { margin:0 !important; color:#b4b6bb; font-size:13px; line-height:1.75; }
body.pbc-product-page .woocommerce div.product .woocommerce-tabs .panel h2:first-child { display:none; }
body.pbc-product-page .woocommerce div.product .woocommerce-tabs .panel h3 { color:#fff; font-size:18px; }
.pbc-product-tab-content ul { padding-left:19px; }
.pbc-product-tab-content li { margin:6px 0; }
.pbc-tab-facts { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-top:20px; }
.pbc-tab-facts div { padding:15px; display:grid; gap:5px; background:#0b0d10; border:1px solid var(--pbc-line); border-radius:10px; }
.pbc-tab-facts span { color:#8c9097; font-size:10px; text-transform:uppercase; }
.pbc-tab-facts strong { color:#fff; }
.pbc-inline-link { display:inline-flex; margin-top:8px; color:var(--pbc-gold) !important; font-weight:800; text-decoration:none !important; }
.pbc-stock-message { padding:16px; color:#ddd; background:#15171a; border:1px solid rgba(243,189,36,.25); border-radius:10px; }
body.pbc-product-page .related.products,
body.pbc-product-page .up-sells { width:min(var(--pbc-container),calc(100% - 40px)); margin:0 auto 70px !important; }
body.pbc-product-page .related.products > h2,
body.pbc-product-page .up-sells > h2 { color:#fff; font-size:30px; }

/* Woo archive product grid */
body.pbc-experience .woocommerce-products-header,
body.pbc-experience .woocommerce .woocommerce-result-count,
body.pbc-experience .woocommerce .woocommerce-ordering,
body.pbc-experience main.woocommerce { color:var(--pbc-text); }
body.pbc-experience .woocommerce-products-header,
body.pbc-experience .woocommerce .products,
body.pbc-experience .woocommerce .woocommerce-result-count,
body.pbc-experience .woocommerce .woocommerce-ordering,
body.pbc-experience .woocommerce-pagination,
body.pbc-experience .woocommerce > form,
body.pbc-experience .woocommerce > .cart-collaterals,
body.pbc-experience .woocommerce > .woocommerce-checkout,
body.pbc-experience .woocommerce-MyAccount-navigation,
body.pbc-experience .woocommerce-MyAccount-content { width:min(var(--pbc-container),calc(100% - 40px)); margin-left:auto !important; margin-right:auto !important; }
body.pbc-experience .woocommerce-products-header__title { color:#fff !important; }
body.pbc-experience .woocommerce .woocommerce-ordering select { min-height:42px; padding:0 12px; color:#fff; background:#111317; border:1px solid var(--pbc-line); border-radius:8px; }
body.pbc-experience .woocommerce ul.products { display:grid !important; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
body.pbc-experience .woocommerce ul.products::before,
body.pbc-experience .woocommerce ul.products::after { display:none !important; }
body.pbc-experience .woocommerce ul.products li.product { float:none !important; width:auto !important; margin:0 !important; padding:12px !important; color:#fff; background:linear-gradient(180deg,#15181d,#0d0f12); border:1px solid var(--pbc-line); border-radius:14px; overflow:hidden; }
body.pbc-experience .woocommerce ul.products li.product a img { height:245px !important; object-fit:contain !important; margin:0 0 15px !important; padding:15px; background:#0b1017; border-radius:10px; }
body.pbc-experience .woocommerce ul.products li.product .woocommerce-loop-product__title { color:#fff !important; font-size:16px !important; }
body.pbc-experience .woocommerce ul.products li.product .price { color:var(--pbc-gold) !important; font-weight:850 !important; }
body.pbc-experience .woocommerce ul.products li.product .button { color:#111 !important; background:var(--pbc-gold) !important; border-radius:8px !important; font-size:11px !important; }
body.pbc-experience .woocommerce nav.woocommerce-pagination ul { border:0 !important; }
body.pbc-experience .woocommerce nav.woocommerce-pagination ul li { border:0 !important; margin:3px; }
body.pbc-experience .woocommerce nav.woocommerce-pagination ul li a,
body.pbc-experience .woocommerce nav.woocommerce-pagination ul li span { color:#fff !important; background:#15171b !important; border:1px solid var(--pbc-line); border-radius:7px; }
body.pbc-experience .woocommerce nav.woocommerce-pagination ul li span.current { color:#111 !important; background:var(--pbc-gold) !important; }

/* Cart / checkout / account */
body.pbc-experience .woocommerce { color:#d7d8da; }
body.pbc-experience .woocommerce table.shop_table { color:#ddd; background:#111317; border-color:var(--pbc-line) !important; border-radius:13px !important; overflow:hidden; }
body.pbc-experience .woocommerce table.shop_table th,
body.pbc-experience .woocommerce table.shop_table td { border-color:var(--pbc-line) !important; }
body.pbc-experience .woocommerce table.shop_table a { color:#fff !important; }
body.pbc-experience .woocommerce table.shop_table .product-price,
body.pbc-experience .woocommerce table.shop_table .product-subtotal,
body.pbc-experience .woocommerce table.shop_table .order-total { color:var(--pbc-gold); }
body.pbc-experience .woocommerce .cart_totals,
body.pbc-experience .woocommerce-checkout-review-order,
body.pbc-experience .woocommerce form.checkout,
body.pbc-experience .woocommerce form.login,
body.pbc-experience .woocommerce form.register,
body.pbc-experience .woocommerce form.lost_reset_password { padding:24px; background:#111317; border:1px solid var(--pbc-line); border-radius:14px; }
body.pbc-experience .woocommerce .cart_totals h2,
body.pbc-experience .woocommerce-checkout h3,
body.pbc-experience .woocommerce-MyAccount-content h2 { color:#fff; }
body.pbc-experience .woocommerce input.input-text,
body.pbc-experience .woocommerce textarea,
body.pbc-experience .woocommerce select,
body.pbc-experience .select2-container--default .select2-selection--single { min-height:46px; color:#fff !important; background:#090b0d !important; border:1px solid var(--pbc-line) !important; border-radius:8px !important; }
body.pbc-experience .woocommerce textarea { min-height:110px; padding:12px; }
body.pbc-experience .select2-container--default .select2-selection--single .select2-selection__rendered { color:#fff !important; line-height:44px; }
body.pbc-experience .select2-dropdown { color:#ddd; background:#111317; border-color:var(--pbc-line); }
body.pbc-experience .woocommerce label { color:#c8c9cc; }
body.pbc-experience .woocommerce button.button,
body.pbc-experience .woocommerce a.button,
body.pbc-experience .woocommerce input.button,
body.pbc-experience .woocommerce #payment #place_order { color:#111 !important; background:linear-gradient(135deg,var(--pbc-gold),#ffda62) !important; border-radius:8px !important; font-weight:850 !important; }
body.pbc-experience .woocommerce #payment { color:#c6c7ca; background:#111317 !important; border:1px solid var(--pbc-line); border-radius:14px; }
body.pbc-experience .woocommerce #payment div.payment_box { color:#c7c8cb !important; background:#090b0d !important; }
body.pbc-experience .woocommerce #payment div.payment_box::before { border-bottom-color:#090b0d !important; }
body.pbc-experience .woocommerce-MyAccount-navigation ul { padding:0; list-style:none; background:#111317; border:1px solid var(--pbc-line); border-radius:12px; overflow:hidden; }
body.pbc-experience .woocommerce-MyAccount-navigation li a { display:block; padding:13px 16px; color:#c9cace !important; border-bottom:1px solid var(--pbc-line); text-decoration:none !important; }
body.pbc-experience .woocommerce-MyAccount-navigation li.is-active a { color:#111 !important; background:var(--pbc-gold); }

/* Floating help and mobile buy bar */
.pbc-whatsapp-float { position:fixed; right:20px; bottom:20px; z-index:99980; min-height:48px; padding:0 17px; display:flex; align-items:center; gap:8px; color:#fff !important; background:#118a49; border:1px solid rgba(255,255,255,.18); border-radius:999px; box-shadow:0 15px 35px rgba(0,0,0,.35); font-size:11px; font-weight:800; text-decoration:none !important; transition:transform .2s ease,filter .2s ease; }
.pbc-whatsapp-float:hover { color:#fff !important; transform:translateY(-2px); filter:brightness(1.08); }
.pbc-whatsapp-float svg { width:21px; height:21px; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.pbc-mobile-buy-bar { display:none; }

/* Reveal animations: content remains visible if JS fails */
html.pbc-js body.pbc-reveal-enabled .pbc-reveal { opacity:0; transform:translateY(18px); transition:opacity .55s ease,transform .55s cubic-bezier(.2,.8,.2,1); }
html.pbc-js body.pbc-reveal-enabled .pbc-reveal.is-visible { opacity:1; transform:none; }

/* Responsive */
@media (max-width: 1120px) {
    .pbc-desktop-nav { gap:18px; }
    .pbc-desktop-nav a { font-size:12px; }
    .pbc-premium-hero { grid-template-columns:1fr minmax(330px,.78fr); }
    .pbc-hero-content { padding-left:42px; }
    .pbc-book-stack { transform:scale(.88); }
    .pbc-product-grid,
    body.pbc-experience .woocommerce ul.products { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width: 900px) {
    .pbc-desktop-nav { display:none; }
    .pbc-menu-button { display:inline-grid; }
    .pbc-premium-hero { grid-template-columns:1fr; }
    .pbc-hero-content { padding:52px 36px 10px; text-align:center; }
    .pbc-hero-content > p { margin-left:auto; margin-right:auto; }
    .pbc-hero-actions,.pbc-mini-proof { justify-content:center; }
    .pbc-hero-visual { min-height:330px; }
    .pbc-book-stack { transform:scale(.78); transform-origin:center center; }
    .pbc-trust-row { grid-template-columns:repeat(2,1fr); }
    .pbc-trust-row article:nth-child(2) { border-right:0; }
    .pbc-trust-row article:nth-child(-n+2) { border-bottom:1px solid var(--pbc-line); }
    .pbc-product-grid,
    body.pbc-experience .woocommerce ul.products { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .pbc-value-grid { grid-template-columns:1fr; }
    .pbc-guidance-banner,.pbc-final-cta { align-items:flex-start; flex-direction:column; }
    .pbc-footer-grid { grid-template-columns:repeat(2,1fr); }
    body.pbc-product-page .woocommerce div.product { grid-template-columns:1fr; }
    body.pbc-product-page .woocommerce div.product .woocommerce-tabs { grid-column:1; }
}
@media (max-width: 782px) {
    body.admin-bar .pbc-site-header { top:46px; }
}
@media (max-width: 640px) {
    :root { --pbc-radius:14px; }
    .pbc-header-inner { width:calc(100% - 24px); min-height:62px; gap:12px; }
    .pbc-brand img { width:40px; height:40px; border-radius:8px; }
    .pbc-brand strong { font-size:11px; }
    .pbc-brand small { font-size:8px; }
    .pbc-icon-button { width:35px; height:35px; }
    .pbc-header-actions { gap:2px; }
    .pbc-shop-shell { padding:14px 12px 72px; }
    .pbc-premium-hero { min-height:auto; border-radius:16px 16px 0 0; }
    .pbc-hero-content { padding:42px 22px 8px; }
    .pbc-hero-content h1 { font-size:38px; }
    .pbc-hero-content > p { font-size:13px; line-height:1.65; }
    .pbc-hero-actions { display:grid; grid-template-columns:1fr 1fr; width:100%; }
    .pbc-button { min-height:45px; padding:0 12px; font-size:11px; }
    .pbc-mini-proof { gap:10px; font-size:9px; }
    .pbc-hero-visual { min-height:280px; }
    .pbc-book-stack { transform:scale(.66); }
    .pbc-trust-row article { min-height:73px; padding:13px 12px; gap:9px; }
    .pbc-trust-icon { width:29px; height:29px; flex-basis:29px; }
    .pbc-trust-icon svg { width:21px; height:21px; }
    .pbc-trust-row strong { font-size:10px; }
    .pbc-trust-row small { font-size:8px; }
    .pbc-products-section,.pbc-value-section,.pbc-faq-section { padding-top:56px; }
    .pbc-section-heading { align-items:flex-start; margin-bottom:21px; }
    .pbc-section-heading h2 { font-size:29px; }
    .pbc-section-heading p { font-size:11px; line-height:1.6; }
    .pbc-section-heading > a { display:none; }
    .pbc-filter-bar { flex-wrap:nowrap; margin-left:-12px; margin-right:-12px; padding:0 12px 8px; overflow-x:auto; scrollbar-width:none; }
    .pbc-filter-bar::-webkit-scrollbar { display:none; }
    .pbc-filter-bar button { flex:0 0 auto; min-height:37px; }
    .pbc-product-grid,
    body.pbc-experience .woocommerce ul.products { grid-template-columns:1fr; gap:13px; }
    .pbc-product-card { display:grid; grid-template-columns:42% 58%; min-height:226px; }
    .pbc-product-media { height:100%; min-height:226px; padding:12px; }
    .pbc-product-media > img { max-width:95% !important; height:190px !important; }
    .pbc-faux-cover { width:118px; height:174px; padding:18px 13px; }
    .pbc-faux-cover strong { font-size:14px; }
    .pbc-faux-mark { font-size:12px; margin-bottom:12px; }
    .pbc-product-card-body { padding:14px 13px; }
    .pbc-product-card h3 { min-height:auto; margin:6px 0; font-size:15px; }
    .pbc-product-card-body > p { display:none; }
    .pbc-rating { margin-bottom:4px; }
    .pbc-card-price { margin:2px 0 10px; font-size:14px; }
    .pbc-card-actions { grid-template-columns:35px 1fr; }
    .pbc-card-view,.pbc-card-buy { height:37px; }
    .pbc-value-section { margin-top:58px; padding:24px 18px; }
    .pbc-value-grid article { padding:22px; }
    .pbc-value-grid h3 { margin-top:18px; font-size:23px; }
    .pbc-guidance-banner { margin-top:24px; padding:26px 21px; }
    .pbc-guidance-banner h2 { font-size:27px; }
    .pbc-guidance-banner p { font-size:12px; line-height:1.55; }
    .pbc-faq-list summary { min-height:60px; font-size:12px; }
    .pbc-final-cta { margin-top:55px; padding:27px 22px; }
    .pbc-final-cta > div:last-child { width:100%; flex-direction:column; align-items:stretch; }
    .pbc-final-cta > div:last-child > a { text-align:center; }
    .pbc-footer-grid { grid-template-columns:1fr; gap:28px; }
    .pbc-footer-bottom { align-items:flex-start; flex-direction:column; }
    .pbc-search-dialog { padding:34px 20px 22px; }
    .pbc-search-dialog form { grid-template-columns:1fr; }
    body.pbc-product-page .woocommerce div.product { width:calc(100% - 24px); padding:14px; gap:22px; margin-bottom:48px !important; }
    body.pbc-product-page .woocommerce div.product div.images { padding:12px; }
    body.pbc-product-page .woocommerce div.product div.images .woocommerce-product-gallery__wrapper { min-height:310px; }
    body.pbc-product-page .woocommerce div.product div.images img { max-height:350px; }
    body.pbc-product-page .woocommerce div.product .summary { padding:4px 2px 5px; }
    body.pbc-product-page .woocommerce div.product .product_title { font-size:34px !important; }
    .pbc-custom-cart-form { grid-template-columns:1fr 1fr; }
    .pbc-custom-cart-form .quantity { grid-column:1/-1; }
    .pbc-custom-cart-form .qty { width:100% !important; }
    body.pbc-product-page .woocommerce div.product .woocommerce-tabs ul.tabs { flex-wrap:nowrap; overflow-x:auto; scrollbar-width:none; }
    body.pbc-product-page .woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar { display:none; }
    body.pbc-product-page .woocommerce div.product .woocommerce-tabs ul.tabs li { flex:0 0 auto; }
    .pbc-tab-facts { grid-template-columns:1fr; }
    .pbc-whatsapp-float { width:48px; height:48px; right:14px; bottom:78px; padding:0; justify-content:center; }
    .pbc-whatsapp-float span { display:none; }
    .pbc-mobile-buy-bar { position:fixed; left:0; right:0; bottom:0; z-index:99970; min-height:66px; padding:9px 12px calc(9px + env(safe-area-inset-bottom)); display:grid; grid-template-columns:1fr auto; align-items:center; gap:12px; color:#fff; background:rgba(9,10,12,.97); border-top:1px solid rgba(243,189,36,.2); box-shadow:0 -10px 30px rgba(0,0,0,.35); backdrop-filter:blur(14px); }
    .pbc-mobile-buy-bar > div { min-width:0; display:grid; gap:2px; }
    .pbc-mobile-buy-bar small { overflow:hidden; color:#a8abb1; font-size:9px; white-space:nowrap; text-overflow:ellipsis; }
    .pbc-mobile-buy-bar strong { color:var(--pbc-gold); font-size:15px; }
    .pbc-mobile-buy-bar del { color:#777; font-size:10px; }
    .pbc-mobile-buy-bar ins { text-decoration:none; }
    .pbc-mobile-buy-bar > a { min-height:43px; padding:0 18px; display:flex; align-items:center; justify-content:center; color:#111 !important; background:var(--pbc-gold); border-radius:8px; font-size:11px; font-weight:850; text-decoration:none !important; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior:auto; }
    *,*::before,*::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
    html.pbc-js body.pbc-reveal-enabled .pbc-reveal { opacity:1 !important; transform:none !important; }
}
body.pbc-experience:not(.pbc-shop-page) .entry-title,
body.pbc-experience:not(.pbc-shop-page) .page-title { color:#fff !important; }

/* v1.2.1 Visual Stability Patch: full dark canvas + compact first fold */
html:has(body.pbc-experience),
html:has(body.pbc-experience) body {
    background: var(--pbc-bg) !important;
}
body.pbc-experience,
body.pbc-experience #page,
body.pbc-experience .site,
body.pbc-experience .site-content,
body.pbc-experience #content,
body.pbc-experience #primary,
body.pbc-experience #main,
body.pbc-experience .content-area,
body.pbc-experience .site-main,
body.pbc-experience .entry-content,
body.pbc-experience article,
body.pbc-experience .wp-site-blocks,
body.pbc-experience .site-content > .ast-container,
body.pbc-experience .site-content > .container,
body.pbc-experience .site-content > .content-area {
    background: var(--pbc-bg) !important;
}

/* Remove theme/blog shells that can remain below the dedicated shop experience. */
body.pbc-shop-page #colophon,
body.pbc-shop-page footer.site-footer:not(.pbc-site-footer),
body.pbc-shop-page .elementor-location-footer,
body.pbc-shop-page .ast-footer-overlay,
body.pbc-shop-page .site-below-footer-wrap,
body.pbc-shop-page .site-primary-footer-wrap,
body.pbc-shop-page .site-above-footer-wrap,
body.pbc-shop-page .related-posts,
body.pbc-shop-page .related-posts-wrapper,
body.pbc-shop-page .ast-related-posts-wrapper,
body.pbc-shop-page .post-related,
body.pbc-shop-page .rp4wp-related-posts,
body.pbc-shop-page .yarpp-related,
body.pbc-shop-page .entry-footer,
body.pbc-shop-page .post-footer,
body.pbc-shop-page .single-post-navigation,
body.pbc-shop-page .navigation.post-navigation,
body.pbc-shop-page .author-info,
body.pbc-shop-page .author-bio,
body.pbc-shop-page .post-share,
body.pbc-shop-page .social-share,
body.pbc-shop-page .sharedaddy,
body.pbc-shop-page .comments-area,
body.pbc-shop-page .newsletter-section,
body.pbc-shop-page .newsletter-wrapper,
body.pbc-shop-page .elementor-widget-posts,
body.pbc-shop-page .elementor-widget-share-buttons {
    display: none !important;
}
body.pbc-shop-page #page,
body.pbc-shop-page .site,
body.pbc-shop-page .site-content,
body.pbc-shop-page #content,
body.pbc-shop-page #primary,
body.pbc-shop-page #main,
body.pbc-shop-page .content-area,
body.pbc-shop-page .site-main,
body.pbc-shop-page article.page,
body.pbc-shop-page .entry-content {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Compact desktop hero: full message, CTAs and trust row visible in the first frame. */
.pbc-shop-shell {
    padding-top: 18px;
}
.pbc-premium-hero {
    min-height: 338px;
    grid-template-columns: minmax(0,1.08fr) minmax(320px,.72fr);
}
.pbc-hero-content {
    padding: 38px 26px 38px 46px;
}
.pbc-hero-content h1 {
    max-width: 610px;
    margin: 9px 0 12px;
    font-size: clamp(32px, 3.55vw, 50px);
    line-height: 1.04;
}
.pbc-hero-content > p {
    max-width: 550px;
    font-size: 14px;
    line-height: 1.62;
}
.pbc-hero-actions {
    margin-top: 20px;
}
.pbc-mini-proof {
    margin-top: 16px;
}
.pbc-hero-visual {
    min-height: 330px;
}
.pbc-book-stack {
    transform: scale(.76);
    transform-origin: center center;
}
.pbc-hero-glow {
    width: 300px;
    height: 205px;
    bottom: 15px;
}
.pbc-trust-row article {
    min-height: 70px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.pbc-products-section,
.pbc-faq-section {
    padding-top: 62px;
}
.pbc-value-section {
    margin-top: 62px;
}
.pbc-final-cta {
    margin-top: 58px;
}

@media (max-width: 1100px) {
    .pbc-premium-hero {
        grid-template-columns: minmax(0,1fr) minmax(285px,.65fr);
        min-height: 320px;
    }
    .pbc-hero-content { padding-left: 36px; }
    .pbc-book-stack { transform: scale(.68); }
    .pbc-hero-visual { min-height: 310px; }
}

@media (max-width: 900px) {
    .pbc-shop-shell { padding-top: 10px; }
    .pbc-premium-hero {
        min-height: auto;
        grid-template-columns: 1fr;
    }
    .pbc-hero-content {
        padding: 34px 28px 12px;
    }
    .pbc-hero-content h1 {
        font-size: clamp(31px, 6vw, 43px);
    }
    .pbc-hero-visual {
        min-height: 215px;
    }
    .pbc-book-stack {
        transform: scale(.56);
    }
    .pbc-hero-glow {
        width: 250px;
        height: 165px;
        bottom: 4px;
    }
}

@media (max-width: 640px) {
    .pbc-shop-shell {
        padding-top: 8px;
    }
    .pbc-hero-content {
        padding: 28px 19px 8px;
    }
    .pbc-hero-content h1 {
        margin-top: 7px;
        margin-bottom: 10px;
        font-size: 31px;
        line-height: 1.07;
    }
    .pbc-hero-content > p {
        font-size: 12px;
        line-height: 1.55;
    }
    .pbc-hero-actions {
        margin-top: 16px;
        gap: 8px;
    }
    .pbc-mini-proof {
        margin-top: 12px;
    }
    .pbc-hero-visual {
        min-height: 165px;
    }
    .pbc-book-stack {
        transform: scale(.43);
    }
    .pbc-trust-row article {
        min-height: 64px;
        padding: 10px;
    }
    .pbc-products-section,
    .pbc-faq-section {
        padding-top: 46px;
    }
    .pbc-value-section {
        margin-top: 46px;
    }
    .pbc-final-cta {
        margin-top: 46px;
    }
}
