/* PCAPaint visual polish based on the 0.7 design. */
/* PCAPaint base design layer
   Persian-first industrial commerce UI. Loaded after legacy CSS on purpose. */

:root{
  --pcap-brand:#f1c24f;
  --pcap-brand-rgb:241,194,79;
  --pcap-brand-ink:#7b5900;
  --pcap-bg:#f6f6f3;
  --pcap-bg-soft:#efefeb;
  --pcap-surface:#fff;
  --pcap-surface-2:#f9f9f7;
  --pcap-field:#f2f2ee;
  --pcap-text:#151616;
  --pcap-muted:#6e706f;
  --pcap-border:rgba(21,22,22,.11);
  --pcap-border-strong:rgba(21,22,22,.18);
  --pcap-shadow-sm:0 8px 24px rgba(18,20,20,.06);
  --pcap-shadow:0 18px 50px rgba(18,20,20,.09);
  --pcap-shadow-lg:0 28px 90px rgba(15,17,17,.13);
  --pcap-radius:18px;
  --pcap-radius-lg:26px;
  --pcap-shell:min(1440px,calc(100% - clamp(32px,6vw,96px)));
  --pcap-header-main-h:76px;
  --pcap-header-nav-h:48px;
  --pcap-ease:cubic-bezier(.22,.8,.22,1);
  --woocommerce:#f1c24f;
  --wc-primary:#f1c24f;
  --wp-admin-theme-color:#f1c24f;
  --wp-admin-theme-color-darker-10:#d9aa37;
  --wp-admin-theme-color-darker-20:#bd9029;
}
html[data-theme="dark"]{
  --pcap-bg:#0d0f0f;
  --pcap-bg-soft:#131616;
  --pcap-surface:#171a1a;
  --pcap-surface-2:#1c1f1f;
  --pcap-field:#202323;
  --pcap-text:#f3f4f1;
  --pcap-muted:#a0a5a2;
  --pcap-border:rgba(255,255,255,.09);
  --pcap-border-strong:rgba(255,255,255,.16);
  --pcap-shadow-sm:0 8px 28px rgba(0,0,0,.18);
  --pcap-shadow:0 20px 55px rgba(0,0,0,.28);
  --pcap-shadow-lg:0 35px 100px rgba(0,0,0,.38);
  --pcap-brand-ink:#f1c24f;
  color-scheme:dark;
}

html{background:var(--pcap-bg);scroll-padding-top:130px}
body.pcap-theme{
  margin:0!important;
  background:var(--pcap-bg)!important;
  background-image:none!important;
  color:var(--pcap-text)!important;
  font-family:"Yekan Bakh",Tahoma,Arial,sans-serif!important;
  font-variation-settings:"wght" 450;
  direction:rtl;
}
body.pcap-theme::before{display:none!important}
body.pcap-theme *,body.pcap-theme *::before,body.pcap-theme *::after{box-sizing:border-box}
body.pcap-theme a,body.pcap-theme a:visited,body.pcap-theme a:hover,body.pcap-theme a:focus{text-decoration:none!important}
body.pcap-theme a:not(.pcap-button):not(.button):not(.wp-element-button){color:inherit}
body.pcap-theme :where(.entry-content,.woocommerce,.woocommerce-page,.wp-site-blocks) a:not(.button):not(.wp-element-button):not(.pcap-button):not(.pcap-card-button){color:var(--pcap-brand-ink)!important}
html[data-theme="dark"] body.pcap-theme :where(.entry-content,.woocommerce,.woocommerce-page,.wp-site-blocks) a:not(.button):not(.wp-element-button):not(.pcap-button):not(.pcap-card-button){color:var(--pcap-brand)!important}
body.pcap-theme :focus-visible{outline:2px solid var(--pcap-brand)!important;outline-offset:3px}
body.pcap-theme img{max-width:100%}
.pcap-shell{width:var(--pcap-shell)!important;max-width:none!important;margin-inline:auto!important}
.pcap-site-main{min-height:60vh;background:var(--pcap-bg)}
.pcap-section{padding:clamp(52px,6vw,86px) 0!important;overflow:visible!important;background:transparent}
.pcap-section-soft{background:transparent!important;border:0!important}
.pcap-section-heading,.pcap-products-head{margin-bottom:24px!important}
.pcap-section-heading h2,.pcap-products-head h2,.pcap-marquee-heading h2{font-size:clamp(25px,2.6vw,37px)!important;line-height:1.25!important;letter-spacing:0!important;margin:5px 0 0!important;font-weight:800}
.pcap-section-heading>p{max-width:500px;font-size:13px;line-height:1.9;color:var(--pcap-muted)}
.pcap-kicker{font-size:10px!important;font-weight:800!important;color:var(--pcap-muted)!important;letter-spacing:0!important}
.pcap-kicker::before{width:18px!important;height:2px!important;background:var(--pcap-brand)!important}
.pcap-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.wc-block-components-button,.wp-element-button{
  min-height:44px!important;border:1px solid var(--pcap-brand)!important;border-radius:999px!important;background:var(--pcap-brand)!important;color:#171717!important;font-family:inherit!important;font-size:11px!important;font-weight:850!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:0 18px!important;box-shadow:none!important;text-decoration:none!important;transition:transform .2s var(--pcap-ease),box-shadow .2s var(--pcap-ease),background .2s ease!important
}
.pcap-button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.wc-block-components-button:hover,.wp-element-button:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(var(--pcap-brand-rgb),.22)!important;background:#f4cb66!important;color:#171717!important}
.pcap-button .pcap-icon,.pcap-card-button .pcap-icon,.button .pcap-icon{order:-1!important;flex:0 0 auto}
.pcap-button-ghost{background:rgba(255,255,255,.08)!important;color:#fff!important;border-color:rgba(255,255,255,.28)!important;backdrop-filter:blur(14px)}

/* Header ---------------------------------------------------------------- */
.pcap-site-header.pcap-header{
  position:sticky!important;top:0!important;z-index:1200!important;padding:0!important;margin:0!important;width:100%!important;background:var(--pcap-surface)!important;border:0!important;border-bottom:1px solid var(--pcap-border)!important;box-shadow:none!important;backdrop-filter:none!important;transition:box-shadow .25s ease,background .25s ease!important
}
.pcap-site-header.pcap-header.is-scrolled{box-shadow:0 10px 30px rgba(15,17,17,.07)!important;background:color-mix(in srgb,var(--pcap-surface) 94%,transparent)!important;backdrop-filter:blur(18px)!important}
html[data-theme="dark"] .pcap-site-header.pcap-header.is-scrolled{box-shadow:0 12px 34px rgba(0,0,0,.28)!important}
.pcap-header-main{width:100%;background:transparent}
.pcap-header-main-inner{
  min-height:var(--pcap-header-main-h);padding:10px clamp(18px,3.2vw,56px);display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;margin:0
}
.pcap-header-main-right{display:flex;align-items:center;gap:24px;min-width:0;flex:1 1 auto;direction:rtl}
.pcap-logo-plain{flex:0 0 auto;min-width:max-content}
.pcap-logo-plain>a,.pcap-logo-plain .custom-logo-link{display:flex!important;align-items:center!important;gap:0!important;color:var(--pcap-text)!important}
.pcap-logo-plain .custom-logo{width:auto!important;max-width:190px!important;max-height:48px!important;object-fit:contain!important}
.pcap-logo-plain>a:not(.custom-logo-link){display:grid!important;gap:0!important}
.pcap-logo-plain>a:not(.custom-logo-link) strong{font-size:20px;line-height:1;font-weight:900;letter-spacing:-.03em}
.pcap-logo-plain>a:not(.custom-logo-link) small{margin-top:6px;font-size:8px;color:var(--pcap-muted);font-weight:650}
.pcap-header-live-search{flex:1 1 640px;max-width:720px;min-width:220px;position:relative;z-index:20}
.pcap-live-search{position:relative;width:100%;z-index:30}
.pcap-live-search .pcap-product-search{
  height:46px!important;width:100%;position:relative;display:flex!important;align-items:center!important;margin:0!important;background:var(--pcap-field)!important;border:1px solid var(--pcap-border)!important;border-radius:999px!important;padding:0 45px 0 90px!important;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,border-radius .2s ease;z-index:2
}
.pcap-live-search.is-focused .pcap-product-search,.pcap-live-search.has-results .pcap-product-search{background:var(--pcap-surface)!important;border-color:rgba(var(--pcap-brand-rgb),.7)!important;box-shadow:0 9px 25px rgba(0,0,0,.08);border-radius:22px 22px 10px 10px!important}
.pcap-live-search input[type="search"]{border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;width:100%!important;height:44px!important;padding:0!important;margin:0!important;color:var(--pcap-text)!important;font-size:11px!important;font-weight:600!important;direction:rtl!important}
.pcap-live-search input[type="search"]::-webkit-search-cancel-button{display:none}
.pcap-search-leading{position:absolute!important;inset-inline-start:16px!important;inset-inline-end:auto!important;top:50%!important;transform:translateY(-50%);display:grid;place-items:center;color:var(--pcap-muted);z-index:4}
.pcap-search-shortcut{position:absolute;inset-inline-end:14px;top:50%;transform:translateY(-50%);font-size:8px;color:var(--pcap-muted);border:1px solid var(--pcap-border);background:var(--pcap-surface);padding:4px 8px;border-radius:999px;pointer-events:none}
.pcap-search-submit{display:none!important}
.pcap-search-dropdown{
  position:absolute;top:calc(100% + 8px);inset-inline:0;z-index:1;background:var(--pcap-surface);border:1px solid var(--pcap-border);border-radius:18px;box-shadow:var(--pcap-shadow-lg);padding:13px;opacity:0;visibility:hidden;transform:translateY(-6px) scale(.99);transform-origin:top;transition:.2s var(--pcap-ease);max-height:min(560px,70vh);overflow:auto
}
.pcap-live-search.is-focused .pcap-search-dropdown,.pcap-live-search.has-results .pcap-search-dropdown{opacity:1;visibility:visible;transform:none}
.pcap-search-dropdown-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:4px 4px 12px;border-bottom:1px solid var(--pcap-border);color:var(--pcap-muted)}
.pcap-search-dropdown-head>span{display:flex;align-items:center;gap:7px;color:var(--pcap-text);font-size:10px}.pcap-search-dropdown-head small{font-size:8px}
.pcap-search-results:empty::before{content:"با تایپ حداقل دو حرف، محصولات مرتبط همین‌جا نمایش داده می‌شوند.";display:block;padding:20px 6px 10px;color:var(--pcap-muted);font-size:10px;text-align:center}
.pcap-search-results-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 4px 6px;color:var(--pcap-muted);font-size:9px}.pcap-search-results-head>span{display:flex;gap:6px;align-items:center}
.pcap-search-results-list{display:grid;gap:5px}.pcap-search-result{display:grid!important;grid-template-columns:58px minmax(0,1fr) 28px;align-items:center;gap:10px;padding:7px;border-radius:12px;color:var(--pcap-text)!important;transition:.18s ease}.pcap-search-result:hover,.pcap-search-result:focus{background:var(--pcap-bg-soft)}
.pcap-search-result-media{width:58px;height:52px;border-radius:10px;overflow:hidden;background:var(--pcap-field)}.pcap-search-result-media img{width:100%;height:100%;object-fit:cover}
.pcap-search-result-copy{min-width:0;display:grid;gap:2px}.pcap-search-result-copy small{font-size:8px;color:var(--pcap-muted)}.pcap-search-result-copy strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pcap-search-result-copy>span{font-size:9px;color:var(--pcap-brand-ink)}html[data-theme="dark"] .pcap-search-result-copy>span{color:var(--pcap-brand)}
.pcap-search-result-arrow{display:grid;place-items:center;color:var(--pcap-muted)}.pcap-search-all{margin-top:8px;min-height:38px;border-radius:10px;background:var(--pcap-brand)!important;color:#171717!important;display:flex!important;align-items:center;justify-content:center;gap:7px;font-size:9px;font-weight:800}.pcap-search-empty{text-align:center;padding:18px 10px;display:grid;justify-items:center;gap:5px;color:var(--pcap-muted)}.pcap-search-empty strong{color:var(--pcap-text);font-size:11px}.pcap-search-empty small{font-size:9px}
.pcap-search-loading{height:70px;display:flex;align-items:center;justify-content:center;gap:5px}.pcap-search-loading span{width:6px;height:6px;border-radius:50%;background:var(--pcap-brand);animation:pcapPulse .7s infinite alternate}.pcap-search-loading span:nth-child(2){animation-delay:.15s}.pcap-search-loading span:nth-child(3){animation-delay:.3s}@keyframes pcapPulse{to{opacity:.25;transform:translateY(-4px)}}

.pcap-header-actions{display:flex!important;align-items:center;gap:5px;flex:0 0 auto;direction:ltr!important}
.pcap-head-action,.pcap-theme-icon-button,.pcap-header-consult{
  min-height:42px;border:1px solid transparent;background:transparent;color:var(--pcap-text);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 9px;cursor:pointer;font-family:inherit;font-size:9px;font-weight:760;white-space:nowrap;position:relative;direction:rtl!important;transition:.18s ease
}
.pcap-head-action:hover,.pcap-theme-icon-button:hover{background:var(--pcap-bg-soft);border-color:var(--pcap-border)}
.pcap-head-action-icon{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;position:relative;color:var(--pcap-text)}
.pcap-head-action .pcap-cart-count,.pcap-head-action .pcap-wishlist-count{position:absolute;top:-4px;left:-6px;right:auto;min-width:16px;height:16px;border-radius:99px;background:var(--pcap-brand);color:#171717;font-size:7px;display:grid;place-items:center;padding:0 3px;line-height:1}
.pcap-theme-icon-button{width:42px;padding:0!important}.pcap-theme-icon{display:grid;place-items:center}.pcap-theme-icon.is-moon{display:none}html[data-theme="dark"] .pcap-theme-icon.is-sun{display:none}html[data-theme="dark"] .pcap-theme-icon.is-moon{display:grid}
.pcap-header-consult{background:var(--pcap-brand)!important;color:#171717!important;padding:0 16px!important;border-color:var(--pcap-brand)!important}.pcap-header-consult:hover{background:#f4cb66!important;transform:translateY(-1px)}

.pcap-header-nav-row{height:var(--pcap-header-nav-h);max-height:var(--pcap-header-nav-h);opacity:1;border-top:1px solid var(--pcap-border);background:var(--pcap-surface);transition:max-height .28s var(--pcap-ease),opacity .2s ease,transform .28s var(--pcap-ease),border-color .2s ease;overflow:visible}
.pcap-header-nav-inner{height:100%;padding:0 clamp(18px,3.2vw,56px);display:flex;align-items:center;width:100%;margin:0}
.pcap-site-header.is-nav-hidden .pcap-header-nav-row{max-height:0;height:0;opacity:0;transform:translateY(-8px);border-color:transparent;overflow:hidden}
.pcap-primary-nav{height:100%;display:flex;align-items:center}
.pcap-menu{height:100%;display:flex!important;align-items:center;gap:2px!important;margin:0!important;padding:0!important;list-style:none!important;direction:rtl}
.pcap-menu-item{position:relative;height:100%;display:flex;align-items:center}
.pcap-menu-link{min-height:36px!important;padding:0 10px!important;border-radius:9px!important;color:var(--pcap-muted)!important;display:flex!important;align-items:center!important;gap:6px!important;font-size:9.5px!important;font-weight:740!important;white-space:nowrap;background:transparent!important}
.pcap-menu-item-icon{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;color:var(--pcap-muted);background:transparent;transition:.18s ease}.pcap-menu-link:hover,.current-menu-item>.pcap-menu-link,.current-menu-ancestor>.pcap-menu-link{color:var(--pcap-text)!important;background:var(--pcap-bg-soft)!important}.pcap-menu-link:hover .pcap-menu-item-icon,.current-menu-item>.pcap-menu-link .pcap-menu-item-icon{color:var(--pcap-brand-ink);background:rgba(var(--pcap-brand-rgb),.15)}html[data-theme="dark"] .pcap-menu-link:hover .pcap-menu-item-icon,html[data-theme="dark"] .current-menu-item>.pcap-menu-link .pcap-menu-item-icon{color:var(--pcap-brand)}
.pcap-menu-parent-chevron{display:grid;place-items:center;color:var(--pcap-muted)}.pcap-submenu-toggle{display:none}
.pcap-submenu{position:absolute!important;top:calc(100% - 2px);right:0;left:auto;min-width:230px;height:auto!important;padding:8px!important;margin:0!important;display:grid!important;gap:3px!important;list-style:none;background:var(--pcap-surface)!important;border:1px solid var(--pcap-border)!important;border-radius:14px!important;box-shadow:var(--pcap-shadow)!important;opacity:0;visibility:hidden;transform:translateY(7px);transition:.18s var(--pcap-ease);z-index:60}
.pcap-menu-item:hover>.pcap-submenu,.pcap-menu-item:focus-within>.pcap-submenu,.pcap-menu-item.is-submenu-open>.pcap-submenu{opacity:1;visibility:visible;transform:none}
.pcap-submenu .pcap-menu-item{height:auto;width:100%}.pcap-submenu .pcap-menu-link{width:100%;justify-content:flex-start;min-height:39px!important;padding:5px 7px!important}.pcap-submenu .pcap-submenu{top:-8px;right:calc(100% + 8px)}
.pcap-mobile-nav-head{display:none}
.pcap-menu-toggle{display:none!important}

/* Hero ------------------------------------------------------------------ */
.pcap-hero{width:100%!important;margin:0!important;border-radius:0!important;min-height:0!important;height:calc(100svh - var(--pcap-header-main-h) - var(--pcap-header-nav-h));max-height:880px;overflow:hidden!important;position:relative!important;background:#111!important;box-shadow:none!important;touch-action:pan-y;user-select:none}
.pcap-hero-track{position:absolute!important;inset:0!important;display:flex!important;direction:ltr;width:100%;height:100%;transform:translate3d(calc(var(--pcap-slide-index,0) * -100% + var(--pcap-drag-x,0px)),0,0);transition:transform .68s var(--pcap-ease);will-change:transform}
.pcap-hero-track.is-dragging{transition:none!important;cursor:grabbing}
.pcap-hero-slide{position:relative!important;inset:auto!important;flex:0 0 100%;width:100%;height:100%;opacity:1!important;visibility:visible!important;direction:rtl;overflow:hidden}
.pcap-hero-media{position:absolute!important;inset:0!important;width:100%;height:100%}.pcap-hero-media img{width:100%!important;height:100%!important;object-fit:cover!important;transform:scale(1.02)!important;transition:transform 7s ease!important}.pcap-hero-slide.is-active .pcap-hero-media img{transform:scale(1.065)!important}
.pcap-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,5,5,.12),rgba(4,5,5,.48) 55%,rgba(4,5,5,.86)),linear-gradient(0deg,rgba(4,5,5,.58),transparent 50%)!important}
.pcap-hero-content-wrap{position:relative;z-index:3;width:var(--pcap-shell);height:100%;margin-inline:auto;display:flex;align-items:center}
.pcap-hero-content{position:relative!important;z-index:auto!important;width:min(760px,70%);height:auto!important;display:flex!important;flex-direction:column;align-items:flex-start!important;justify-content:center!important;padding:40px 0 90px!important;color:#fff!important}
.pcap-hero-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;background:rgba(12,14,14,.35);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(13px);color:#fff;font-size:9px;font-weight:740}
.pcap-hero-badge .pcap-icon{color:var(--pcap-brand)}
.pcap-hero-content h1{font-size:clamp(42px,5.8vw,88px)!important;line-height:1.08!important;letter-spacing:0!important;margin:14px 0 12px!important;max-width:920px!important;font-weight:850!important}
.pcap-hero-copy{font-size:clamp(13px,1.2vw,17px)!important;line-height:2!important;color:rgba(255,255,255,.77)!important;max-width:650px!important}.pcap-hero-copy p{margin:0}
.pcap-button-row{margin-top:24px!important;gap:8px!important}
.pcap-hero-arrows{position:absolute;z-index:5;bottom:26px;right:clamp(18px,3.2vw,56px);display:flex;gap:8px;opacity:0;transform:translateY(5px);transition:.2s ease}
.pcap-hero:hover .pcap-hero-arrows,.pcap-hero:focus-within .pcap-hero-arrows{opacity:1;transform:none}
.pcap-hero-arrows button{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(10,12,12,.35);color:#fff;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(12px);transition:.18s ease}.pcap-hero-arrows button:hover{background:var(--pcap-brand);border-color:var(--pcap-brand);color:#171717;transform:scale(1.04)}
.pcap-hero-dots{position:absolute;z-index:5;bottom:34px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:7px;direction:ltr}
.pcap-hero-dots button{width:7px;height:7px;border:0;border-radius:999px;background:rgba(255,255,255,.45);padding:0;cursor:pointer;transition:width .3s var(--pcap-ease),background .2s ease}.pcap-hero-dots button.is-active{width:28px;background:var(--pcap-brand)}

/* Trust strip keeps existing markup but stays inside the page shell. */
.pcap-trust-strip{margin-top:28px!important}.pcap-trust-grid,.pcap-trust-strip .pcap-shell{overflow:visible!important}

/* Sections --------------------------------------------------------------- */
.pcap-services-section{padding-top:58px!important}.pcap-section-heading-compact{display:flex;align-items:end;justify-content:space-between;gap:20px}
.pcap-section-controls,.pcap-rail-controls{display:flex;align-items:center;gap:7px}.pcap-section-controls.is-hidden{display:none}.pcap-section-controls button,.pcap-rail-controls button,.pcap-products-global-controls button{width:36px!important;height:36px!important;display:grid!important;place-items:center!important;border-radius:50%!important;border:1px solid var(--pcap-border)!important;background:var(--pcap-surface)!important;color:var(--pcap-text)!important;cursor:pointer;transition:.18s ease}.pcap-section-controls button:hover,.pcap-rail-controls button:hover{background:var(--pcap-brand)!important;color:#171717!important;border-color:var(--pcap-brand)!important}
.pcap-services-viewport{overflow:hidden!important;padding:8px 0 18px;scroll-behavior:smooth}.pcap-service-accordion{display:flex!important;gap:12px!important;min-height:420px!important;width:100%;direction:rtl;overflow:visible!important}
.pcap-service-panel{flex:0 0 calc((100% - 24px)/3)!important;min-width:calc((100% - 24px)/3)!important;height:420px;border-radius:20px!important;transform:none!important;transition:transform .42s var(--pcap-ease),filter .25s ease,opacity .25s ease!important;transform-origin:center;z-index:1;box-shadow:none!important}
.pcap-service-panel:nth-child(3n+1){transform-origin:right center}.pcap-service-panel:nth-child(3n+2){transform-origin:center center}.pcap-service-panel:nth-child(3n){transform-origin:left center}
.pcap-service-accordion:hover .pcap-service-panel{flex:0 0 calc((100% - 24px)/3)!important;filter:brightness(.78);opacity:.78}.pcap-service-accordion .pcap-service-panel:hover{flex:0 0 calc((100% - 24px)/3)!important;transform:scaleX(1.38)!important;filter:none;opacity:1;z-index:8;box-shadow:var(--pcap-shadow-lg)!important}
.pcap-service-media img{filter:saturate(.8)!important}.pcap-service-copy{padding:22px!important;transform-origin:inherit}.pcap-service-copy h3{font-size:clamp(19px,1.7vw,27px)!important}.pcap-service-copy p{font-size:10px!important;line-height:1.9!important}.pcap-service-panel:hover .pcap-service-copy{transform:scaleX(.724)}.pcap-service-panel:nth-child(3n+1):hover .pcap-service-copy{transform-origin:right center}.pcap-service-panel:nth-child(3n):hover .pcap-service-copy{transform-origin:left center}

.pcap-category-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}.pcap-category-card{min-height:220px!important;border-radius:18px!important;background:var(--pcap-surface)!important;border-color:var(--pcap-border)!important;box-shadow:none!important}.pcap-category-card:hover{transform:translateY(-3px)!important;box-shadow:var(--pcap-shadow-sm)!important}.pcap-category-media{height:126px!important}.pcap-category-card h3{font-size:14px!important}.pcap-category-count{font-size:8px!important}

.pcap-wide-banner-section{width:100%;margin:14px 0 0;padding:0}.pcap-wide-banner{width:100%!important;min-height:170px!important;height:clamp(160px,16vw,220px);border-radius:0!important;border:0!important}.pcap-wide-banner-copy{width:var(--pcap-shell)!important;margin-inline:auto!important;padding:20px 0!important}.pcap-wide-banner-copy h2{font-size:clamp(23px,2.8vw,38px)!important;margin:4px 0!important}.pcap-wide-banner-copy p{font-size:11px;max-width:650px}.pcap-wide-banner-shade{background:linear-gradient(90deg,rgba(7,8,8,.12),rgba(7,8,8,.78))!important}

.pcap-products-head{display:flex;align-items:end;justify-content:space-between;gap:20px}.pcap-products-title h2{margin:5px 0 0!important;font-size:clamp(25px,2.6vw,37px)!important}.pcap-products-head-actions{display:flex;align-items:center;gap:8px}.pcap-products-global-controls{margin:0!important}.pcap-section-action{min-height:36px;display:inline-flex!important;align-items:center;gap:6px;padding:0 12px;border:1px solid var(--pcap-border);border-radius:999px;background:var(--pcap-surface);font-size:9px;font-weight:780;color:var(--pcap-text)!important}.pcap-section-action:hover{border-color:rgba(var(--pcap-brand-rgb),.65);background:rgba(var(--pcap-brand-rgb),.1)}
.pcap-product-tabs{justify-content:flex-start!important;gap:6px!important;margin-bottom:16px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.pcap-product-tabs::-webkit-scrollbar{display:none}.pcap-product-tabs button{min-height:34px;display:inline-flex;align-items:center;gap:5px;padding:0 12px!important;border-radius:999px!important;background:var(--pcap-surface)!important;border-color:var(--pcap-border)!important;color:var(--pcap-muted)!important;font-family:inherit;font-size:9px!important;white-space:nowrap}.pcap-product-tabs button.is-active{background:var(--pcap-brand)!important;border-color:var(--pcap-brand)!important;color:#171717!important}
.pcap-product-panel{display:none!important}.pcap-product-panel.is-active{display:block!important}.pcap-products-layout{display:grid;grid-template-columns:minmax(220px,.82fr) minmax(0,3.18fr);gap:14px;align-items:stretch}.pcap-product-category-feature{min-height:100%!important;height:auto!important;border-radius:20px!important;padding:20px!important}.pcap-product-category-image img{object-fit:cover!important}.pcap-product-category-content{position:relative!important;z-index:3!important}.pcap-product-category-content h3{font-size:27px!important}.pcap-product-category-content p{font-size:10px;line-height:1.9;color:rgba(255,255,255,.72)}.pcap-product-category-content strong{display:flex;align-items:center;gap:6px;font-size:9px;color:#fff}
.pcap-product-rail-wrap{overflow:visible!important}.pcap-product-rail{display:flex!important;gap:12px!important;overflow-x:auto!important;overflow-y:visible!important;scroll-snap-type:x mandatory;padding:8px 5px 22px!important;margin:-8px -5px -12px!important;scrollbar-width:none}.pcap-product-rail::-webkit-scrollbar{display:none}.pcap-product-rail>li.product{flex:0 0 calc((100% - 36px)/4)!important;width:auto!important;margin:0!important;scroll-snap-align:start}.pcap-products-empty{flex:1 0 100%!important;min-height:260px;display:grid;place-items:center;align-content:center;gap:8px;border:1px dashed var(--pcap-border);border-radius:18px;color:var(--pcap-muted);background:var(--pcap-surface)}

.pcap-product-card{background:transparent!important;overflow:visible!important}.pcap-product-card-inner{height:100%;display:flex;flex-direction:column;background:var(--pcap-surface)!important;border:1px solid var(--pcap-border)!important;border-radius:18px!important;overflow:hidden!important;box-shadow:none!important;transition:transform .22s var(--pcap-ease),box-shadow .22s ease,border-color .22s ease}.pcap-product-card:hover .pcap-product-card-inner{transform:translateY(-4px);box-shadow:var(--pcap-shadow)!important;border-color:rgba(var(--pcap-brand-rgb),.42)!important}.pcap-product-media{height:230px!important;aspect-ratio:auto!important;background:var(--pcap-bg-soft)!important;overflow:hidden!important}.pcap-product-media img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .45s var(--pcap-ease)}.pcap-product-card:hover .pcap-product-media img{transform:scale(1.035)}
.pcap-product-wishlist{top:11px!important;left:11px!important;right:auto!important;width:34px!important;height:34px!important;background:rgba(255,255,255,.9)!important;color:#252525!important;border:0!important;box-shadow:0 7px 20px rgba(0,0,0,.09)!important}.pcap-product-wishlist.is-active{background:var(--pcap-brand)!important}.pcap-product-body{padding:14px!important;display:flex!important;flex:1;flex-direction:column}.pcap-product-category{font-size:8px!important}.woocommerce-loop-product__title{font-size:13px!important;line-height:1.7!important;min-height:44px;margin:7px 0!important}.woocommerce-loop-product__title a{color:var(--pcap-text)!important}.pcap-product-stock{font-size:8px!important;margin-bottom:8px}.pcap-product-price{font-size:12px!important;margin-top:auto!important;padding-top:7px}.pcap-product-price .price,.pcap-product-price .amount{color:var(--pcap-text)!important;font-weight:850}.pcap-product-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:6px!important;margin-top:11px!important}.pcap-card-button,.pcap-product-actions .button{min-height:36px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;border-radius:10px!important;padding:0 8px!important;font-size:8px!important;font-weight:800!important;border:1px solid var(--pcap-border)!important}.pcap-card-button-secondary{background:var(--pcap-bg-soft)!important;color:var(--pcap-text)!important}.pcap-product-actions .button{background:var(--pcap-brand)!important;color:#171717!important;border-color:var(--pcap-brand)!important}.pcap-product-actions .button.loading{opacity:.65}

.pcap-promo-section{padding-top:20px!important;padding-bottom:54px!important}.pcap-promo-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.pcap-promo-image-only{min-height:0!important;aspect-ratio:16/9;border-radius:18px!important;border:1px solid var(--pcap-border);box-shadow:none;overflow:hidden;position:relative;background:var(--pcap-bg-soft)}.pcap-promo-image-only .pcap-promo-media,.pcap-promo-image-only .pcap-promo-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.pcap-promo-hover-icon{position:absolute;bottom:11px;left:11px;width:34px;height:34px;border-radius:50%;background:rgba(15,16,16,.58);color:#fff;display:grid;place-items:center;backdrop-filter:blur(10px);opacity:0;transform:translateY(4px);transition:.2s ease}.pcap-promo-image-only:hover .pcap-promo-hover-icon{opacity:1;transform:none}.pcap-promo-image-only:hover img{transform:scale(1.025)!important}

.pcap-marquee-section{padding:24px 0 18px!important;overflow:hidden!important;background:var(--pcap-surface);border-block:1px solid var(--pcap-border)}.pcap-marquee-section.is-clients{border-top:0;background:var(--pcap-bg)}.pcap-marquee-heading{display:flex;align-items:center;gap:12px;margin-bottom:13px!important}.pcap-marquee-heading .pcap-kicker{margin:0}.pcap-marquee-heading h2{font-size:16px!important;margin:0!important}.pcap-marquee{mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)!important}.pcap-marquee-track{animation-duration:48s!important}.pcap-marquee-group{gap:8px!important;padding-inline-end:8px!important}.pcap-marquee-group a{width:128px!important;height:64px!important;border-radius:12px!important;padding:8px 12px!important;gap:3px!important;background:var(--pcap-surface)!important}.pcap-marquee-group img{max-width:92px!important;max-height:30px!important}.pcap-marquee-group span{font-size:7px!important}.pcap-marquee:hover .pcap-marquee-track{animation-play-state:paused!important}

.pcap-knowledge-section{padding-top:56px!important}.pcap-knowledge-rail{overflow-y:visible!important;padding:8px 5px 24px!important;margin:-8px -5px -12px!important}.pcap-knowledge-card{border-radius:18px!important;background:var(--pcap-surface)!important;border-color:var(--pcap-border)!important;overflow:hidden!important;transition:transform .22s var(--pcap-ease),box-shadow .22s ease}.pcap-knowledge-card:hover{transform:translateY(-4px)!important;box-shadow:var(--pcap-shadow)!important}.pcap-knowledge-media{aspect-ratio:16/10!important}.pcap-knowledge-body{padding:15px!important}.pcap-knowledge-body h3{font-size:14px!important;line-height:1.7!important}.pcap-knowledge-body p{font-size:9px!important;line-height:1.9!important}.pcap-knowledge-meta{font-size:8px!important}.pcap-knowledge-card .pcap-card-button{width:max-content;padding-inline:12px!important}

.pcap-catalog-section{padding:22px 0 0;width:100%;overflow:hidden}.pcap-catalog{position:relative!important;width:100%!important;height:clamp(360px,38vw,520px)!important;min-height:0!important;display:block!important;border-radius:0!important;background:#111!important;color:#fff;overflow:hidden}.pcap-catalog .pcap-catalog-media,.pcap-catalog .pcap-catalog-media img,.pcap-catalog .pcap-catalog-media video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important}.pcap-catalog-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,6,6,.12),rgba(5,6,6,.76))}.pcap-catalog .pcap-catalog-copy{position:relative;z-index:2;width:var(--pcap-shell);height:100%;margin-inline:auto;padding:40px 0!important;display:flex;justify-content:center;align-items:flex-start}.pcap-catalog .pcap-catalog-copy h2{font-size:clamp(30px,4vw,55px)!important;max-width:650px}.pcap-catalog .pcap-catalog-copy>div{font-size:11px;line-height:2;max-width:610px}

/* Footer ---------------------------------------------------------------- */
.pcap-site-footer.pcap-footer{padding-top:48px!important;background:#101212!important;color:#f2f3ef!important;border-top:0!important}.pcap-footer .pcap-footer-cta{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px 20px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:18px!important;background:#181b1b!important;margin-bottom:42px}.pcap-footer .pcap-footer-cta-icon{color:var(--pcap-brand)}.pcap-footer .pcap-footer-cta span{color:#aeb3af}.pcap-footer .pcap-footer-cta strong{display:block;color:#fff;font-size:14px}.pcap-footer-call-button{color:#171717!important}
.pcap-footer-grid{display:grid!important;grid-template-columns:1.65fr .85fr .85fr 1.15fr 1fr!important;gap:30px!important;padding-bottom:42px!important}.pcap-footer .pcap-logo-plain>a,.pcap-footer .pcap-logo-plain strong{color:#fff!important}.pcap-footer .pcap-logo-plain small{color:#8f9692}.pcap-footer p{font-size:10px;line-height:2;color:#9ea49f!important}.pcap-footer h3{display:flex;align-items:center;gap:7px;color:#fff!important;font-size:11px!important;margin:0 0 13px!important}.pcap-footer h3 .pcap-icon{color:var(--pcap-brand)}.pcap-footer .pcap-footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:7px}.pcap-footer .pcap-footer-grid a,.pcap-footer .pcap-footer-contact>div{display:flex;align-items:center;gap:7px;color:#aeb3af!important;font-size:9px!important;min-height:28px}.pcap-footer .pcap-footer-grid a:hover{color:var(--pcap-brand)!important}.pcap-footer .pcap-menu-link{padding:0!important;min-height:28px!important;color:#aeb3af!important;background:transparent!important}.pcap-footer .pcap-menu-item-icon{width:24px;height:24px;color:var(--pcap-brand)!important}.pcap-footer-cert{display:flex;align-items:center;gap:7px;color:#aeb3af;font-size:9px}.pcap-footer-cert .pcap-icon{color:var(--pcap-brand)}
.pcap-footer-trust-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pcap-footer-trust-grid a,.pcap-footer-trust-grid>span{height:72px!important;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:#181b1b;display:grid!important;place-items:center!important;padding:8px!important}.pcap-footer-trust-grid img{max-width:100%;max-height:52px;object-fit:contain;filter:grayscale(.15)}.pcap-footer-bottom{border-top:1px solid rgba(255,255,255,.08)!important;padding:16px 0 18px!important;color:#808782!important;font-size:8px!important;display:flex;justify-content:space-between;gap:15px}

/* Modals / drawers ------------------------------------------------------- */
.pcap-modal-layer{position:fixed!important;inset:0!important;z-index:2500!important;display:flex!important;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease}.pcap-modal-layer.is-open{opacity:1;visibility:visible;pointer-events:auto}.pcap-modal-backdrop{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;background:rgba(5,7,7,.58)!important;backdrop-filter:blur(5px)}
.pcap-modal{position:relative;z-index:2;background:var(--pcap-surface)!important;color:var(--pcap-text)!important;border:1px solid var(--pcap-border)!important;border-radius:20px!important;box-shadow:var(--pcap-shadow-lg)!important;overflow:hidden;outline:0}.pcap-account-modal{width:min(620px,calc(100% - 30px));max-height:min(720px,calc(100svh - 30px))}.pcap-side-modal{position:absolute!important;top:0!important;right:0!important;left:auto!important;width:min(440px,100%)!important;height:100%!important;max-height:none!important;border-radius:22px 0 0 22px!important;transform:translate3d(105%,0,0)!important;transition:transform .3s var(--pcap-ease)!important}.pcap-modal-layer.is-open .pcap-side-modal{transform:none!important}.pcap-modal-header{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 16px;border-bottom:1px solid var(--pcap-border);background:var(--pcap-surface)}.pcap-modal-title{display:flex;align-items:center;gap:10px}.pcap-modal-title>span{width:36px;height:36px;border-radius:11px;background:rgba(var(--pcap-brand-rgb),.15);color:var(--pcap-brand-ink);display:grid;place-items:center}.pcap-modal-title>div{display:grid}.pcap-modal-title strong{font-size:11px}.pcap-modal-title small{font-size:8px;color:var(--pcap-muted)}.pcap-modal-close{width:34px;height:34px;border:1px solid var(--pcap-border);border-radius:50%;background:var(--pcap-bg-soft);display:grid;place-items:center;cursor:pointer}.pcap-modal-body{padding:16px;overflow:auto;max-height:calc(100vh - 145px)}.pcap-side-modal .pcap-modal-body{height:calc(100% - 140px);max-height:none}.pcap-modal-footer{min-height:70px;padding:12px 16px;border-top:1px solid var(--pcap-border);background:var(--pcap-surface);display:flex;align-items:center;gap:8px}.pcap-cart-footer>*{flex:1}.pcap-modal :where(input:not([type="checkbox"]):not([type="radio"]),select,textarea){background:var(--pcap-field)!important;color:var(--pcap-text)!important;border:1px solid var(--pcap-border)!important;border-radius:11px!important;min-height:42px!important;padding:0 12px!important}.pcap-modal label{color:var(--pcap-text)}
.pcap-wishlist-item{display:grid;grid-template-columns:68px minmax(0,1fr) auto;gap:10px;align-items:center;padding:9px;border-bottom:1px solid var(--pcap-border)}.pcap-wishlist-thumb{width:68px;height:62px;border-radius:10px;overflow:hidden;background:var(--pcap-bg-soft)}.pcap-wishlist-thumb img{width:100%;height:100%;object-fit:cover}.pcap-wishlist-copy{display:grid;gap:4px}.pcap-wishlist-title{font-size:10px!important;font-weight:800;color:var(--pcap-text)!important}.pcap-wishlist-stock,.pcap-wishlist-price{font-size:8px!important}.pcap-wishlist-actions{display:flex;gap:5px}.pcap-icon-action{width:31px;height:31px;display:grid!important;place-items:center!important;border:1px solid var(--pcap-border)!important;border-radius:9px!important;background:var(--pcap-bg-soft)!important;color:var(--pcap-text)!important;padding:0!important;cursor:pointer}.pcap-icon-action.is-danger{color:#c95d5d!important}

/* Blog / generic pages -------------------------------------------------- */
.pcap-page-section,.pcap-content-page{padding:50px 0 72px!important;background:var(--pcap-bg)!important}.pcap-page-header,.pcap-page-title-row{margin-bottom:25px!important}.pcap-page-header h1,.pcap-page-title-row h1,.pcap-content-narrow>h1{font-size:clamp(30px,4vw,50px)!important;line-height:1.3!important;margin:5px 0 0!important;color:var(--pcap-text)!important}.pcap-post-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px!important}.pcap-post-card{background:var(--pcap-surface)!important;border:1px solid var(--pcap-border)!important;border-radius:18px!important;overflow:hidden!important;transition:.22s var(--pcap-ease);box-shadow:none!important}.pcap-post-card:hover{transform:translateY(-4px);box-shadow:var(--pcap-shadow)!important}.pcap-post-thumb{aspect-ratio:16/10;display:block;overflow:hidden;background:var(--pcap-bg-soft)}.pcap-post-thumb img{width:100%;height:100%;object-fit:cover}.pcap-post-body{padding:16px}.pcap-post-body h2{font-size:15px;line-height:1.7;margin:8px 0}.pcap-post-body h2 a{color:var(--pcap-text)!important}.pcap-post-body p{font-size:10px;line-height:1.9;color:var(--pcap-muted)}.pcap-content-narrow{max-width:900px!important}.pcap-single-cover{border-radius:20px!important;overflow:hidden;margin:22px 0}.pcap-single-cover img{width:100%;max-height:560px;object-fit:cover}.entry-content{font-size:12px;line-height:2.05;color:var(--pcap-text)}.entry-content :where(h2,h3,h4){color:var(--pcap-text);line-height:1.6;margin-top:2em}.entry-content p{color:var(--pcap-text)}.entry-content blockquote{border-right:3px solid var(--pcap-brand);background:var(--pcap-surface);border-radius:12px;padding:16px 18px;margin:22px 0}
.navigation.pagination .page-numbers,.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:36px!important;height:36px!important;border:1px solid var(--pcap-border)!important;border-radius:10px!important;background:var(--pcap-surface)!important;color:var(--pcap-text)!important;display:inline-flex!important;align-items:center;justify-content:center;font-size:9px!important}.navigation.pagination .current,.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--pcap-brand)!important;color:#171717!important;border-color:var(--pcap-brand)!important}

/* WooCommerce archives -------------------------------------------------- */
.pcap-woo-page{padding:42px 0 72px!important;background:var(--pcap-bg)!important}.pcap-woo-shell{width:var(--pcap-shell)!important}.woocommerce-products-header{padding:0!important;margin:0 0 18px!important;border:0!important;background:transparent!important}.woocommerce-products-header__title.page-title{font-size:clamp(30px,4vw,50px)!important;color:var(--pcap-text)!important}.term-description{font-size:10px;line-height:1.9;max-width:750px}.woocommerce .woocommerce-breadcrumb{font-size:9px!important;margin:0 0 14px!important;color:var(--pcap-muted)!important}.woocommerce .woocommerce-breadcrumb a{color:var(--pcap-muted)!important}.woocommerce .woocommerce-result-count{font-size:9px!important;color:var(--pcap-muted)!important;margin-top:11px!important}.woocommerce .woocommerce-ordering{margin-bottom:16px!important}.woocommerce .woocommerce-ordering select{min-height:38px;border:1px solid var(--pcap-border)!important;background:var(--pcap-surface)!important;color:var(--pcap-text)!important;border-radius:999px!important;padding:0 12px;font-family:inherit;font-size:9px}
.woocommerce ul.products,.woocommerce-page ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;margin:0!important;padding:0!important}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:auto!important;float:none!important;margin:0!important}.woocommerce ul.products li.product .pcap-product-media{height:250px!important}
.woocommerce-info,.woocommerce-message,.woocommerce-error,.wc-block-components-notice-banner{border:1px solid var(--pcap-border)!important;border-right:3px solid var(--pcap-brand)!important;background:var(--pcap-surface)!important;color:var(--pcap-text)!important;border-radius:13px!important;padding:13px 15px!important;font-size:10px!important}.woocommerce-message::before,.woocommerce-info::before{color:var(--pcap-brand-ink)!important}

/* Single product -------------------------------------------------------- */
.woocommerce div.product{color:var(--pcap-text)}.woocommerce div.product div.images,.woocommerce div.product div.summary{margin-bottom:35px!important}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{border-radius:20px!important;overflow:hidden;background:var(--pcap-surface);border:1px solid var(--pcap-border)}.woocommerce div.product div.images img{background:var(--pcap-bg-soft)}.woocommerce div.product .product_title{font-size:clamp(27px,3vw,42px)!important;line-height:1.35!important;color:var(--pcap-text)!important}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--pcap-text)!important;font-size:19px!important;font-weight:850}.woocommerce div.product .woocommerce-product-details__short-description{font-size:11px;line-height:2;color:var(--pcap-muted)}.woocommerce div.product form.cart{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:20px 0!important}.woocommerce .quantity .qty{width:72px!important;height:44px!important;border-radius:999px!important;border:1px solid var(--pcap-border)!important;background:var(--pcap-field)!important;color:var(--pcap-text)!important}.single_add_to_cart_button{min-height:44px!important}.woocommerce div.product .product_meta{padding-top:14px;border-top:1px solid var(--pcap-border);font-size:9px!important;color:var(--pcap-muted)}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;margin:0 0 16px!important;display:flex;gap:6px;overflow-x:auto}.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none!important}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid var(--pcap-border)!important;background:var(--pcap-surface)!important;border-radius:999px!important;padding:0!important;margin:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none!important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:9px 14px!important;font-size:9px!important;color:var(--pcap-muted)!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:var(--pcap-brand)!important;border-color:var(--pcap-brand)!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#171717!important}.woocommerce-Tabs-panel{background:var(--pcap-surface);border:1px solid var(--pcap-border);border-radius:18px;padding:20px!important;font-size:11px;line-height:2}.pcap-single-product-tools{grid-template-columns:1fr 1fr!important}.pcap-single-wishlist,.pcap-single-consult{background:var(--pcap-surface)!important;color:var(--pcap-text)!important;border-color:var(--pcap-border)!important}.pcap-single-trust>span{background:var(--pcap-surface)!important;color:var(--pcap-muted)!important;border-color:var(--pcap-border)!important}

/* Cart / checkout ------------------------------------------------------- */
.pcap-woo-system-page{padding:42px 0 72px!important}.pcap-system-content{width:var(--pcap-shell)!important}.pcap-page-title-row{display:flex;align-items:center;gap:10px}.pcap-page-title-icon{width:38px;height:38px;border-radius:12px;background:rgba(var(--pcap-brand-rgb),.15);color:var(--pcap-brand-ink);display:grid;place-items:center}.pcap-page-title-row h1{margin:0!important;font-size:30px!important}
.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-billing-fields,.woocommerce-shipping-fields,.woocommerce-additional-fields,.woocommerce-form-coupon,.woocommerce-form-login,.woocommerce-MyAccount-content{background:var(--pcap-surface)!important;border:1px solid var(--pcap-border)!important;border-radius:18px!important;padding:18px!important;color:var(--pcap-text)!important}
.woocommerce table.shop_table{border:0!important;border-collapse:separate!important;border-spacing:0 7px!important;margin:0!important}.woocommerce table.shop_table th{font-size:9px!important;color:var(--pcap-muted)!important;border:0!important;padding:9px!important}.woocommerce table.shop_table td{font-size:10px!important;background:var(--pcap-surface-2)!important;border:0!important;border-block:1px solid var(--pcap-border)!important;padding:10px!important;vertical-align:middle}.woocommerce table.shop_table td:first-child{border-radius:0 11px 11px 0;border-right:1px solid var(--pcap-border)!important}.woocommerce table.shop_table td:last-child{border-radius:11px 0 0 11px;border-left:1px solid var(--pcap-border)!important}.woocommerce-cart-form__cart-item .product-thumbnail img{width:64px!important;height:58px!important;object-fit:cover!important;border-radius:10px}.woocommerce a.remove{color:#b85d5d!important;background:rgba(184,93,93,.08)!important;width:28px!important;height:28px!important;display:grid!important;place-items:center!important;font-size:18px!important}.woocommerce a.remove:hover{background:#b85d5d!important;color:#fff!important}.cart-collaterals{margin-top:16px}.cart_totals{width:min(520px,100%)!important;float:left!important}.cart_totals h2,#order_review_heading,.woocommerce-billing-fields h3{font-size:17px!important;margin:0 0 14px!important}.checkout_coupon{display:flex;gap:7px;align-items:end}.checkout_coupon .form-row{float:none!important;width:auto!important;flex:1}.woocommerce form .form-row label{font-size:9px!important;font-weight:750;color:var(--pcap-text)}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container .select2-selection--single{min-height:43px!important;border:1px solid var(--pcap-border)!important;border-radius:11px!important;background:var(--pcap-field)!important;color:var(--pcap-text)!important;padding:0 11px!important;font-family:inherit;font-size:10px!important}.select2-container .select2-selection--single .select2-selection__rendered{line-height:41px!important;color:var(--pcap-text)!important}.select2-dropdown{background:var(--pcap-surface)!important;border-color:var(--pcap-border)!important;color:var(--pcap-text)!important}.select2-results__option--highlighted{background:var(--pcap-brand)!important;color:#171717!important}
.woocommerce-checkout #customer_details{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{float:none!important;width:auto!important}.woocommerce-checkout-review-order{margin-top:10px}.woocommerce-checkout-payment{background:var(--pcap-bg-soft)!important;border-radius:14px!important;color:var(--pcap-text)!important}.woocommerce-checkout-payment ul.payment_methods{border-bottom-color:var(--pcap-border)!important}.woocommerce-checkout-payment .payment_box{background:var(--pcap-surface)!important;color:var(--pcap-muted)!important;font-size:9px!important}.woocommerce-checkout-payment .payment_box::before{border-bottom-color:var(--pcap-surface)!important}

/* My account ------------------------------------------------------------- */
.woocommerce-account .woocommerce{display:grid;grid-template-columns:260px minmax(0,1fr);gap:16px;align-items:start}.woocommerce-account .woocommerce::before,.woocommerce-account .woocommerce::after{display:none!important}.pcap-account-navigation{width:100%!important;float:none!important;background:var(--pcap-surface);border:1px solid var(--pcap-border);border-radius:18px;padding:10px;position:sticky;top:90px}.pcap-account-nav-head{display:flex;align-items:center;gap:9px;padding:8px 7px 14px;border-bottom:1px solid var(--pcap-border);margin-bottom:7px}.pcap-account-nav-avatar img{width:42px;height:42px;border-radius:50%}.pcap-account-nav-head>div{display:grid}.pcap-account-nav-head strong{font-size:10px}.pcap-account-nav-head small{font-size:8px;color:var(--pcap-muted)}.pcap-account-navigation ul{list-style:none!important;margin:0!important;padding:0!important;display:grid;gap:3px}.pcap-account-navigation li{margin:0!important}.pcap-account-navigation a{min-height:40px;display:grid!important;grid-template-columns:28px 1fr 18px;align-items:center;gap:6px;padding:5px 7px!important;border-radius:10px;color:var(--pcap-muted)!important;font-size:9px!important}.pcap-account-navigation li.is-active a,.pcap-account-navigation a:hover{background:var(--pcap-bg-soft)!important;color:var(--pcap-text)!important}.pcap-account-nav-icon{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;color:var(--pcap-brand-ink)}html[data-theme="dark"] .pcap-account-nav-icon{color:var(--pcap-brand)}.pcap-account-nav-chevron{justify-self:end}.woocommerce-MyAccount-content{width:100%!important;float:none!important;min-width:0}.pcap-account-overview{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.pcap-account-overview-card{min-height:84px;border:1px solid var(--pcap-border);border-radius:14px;background:var(--pcap-surface-2);padding:12px;display:flex;align-items:center;gap:10px}.pcap-account-overview-card>span{width:38px;height:38px;border-radius:11px;background:rgba(var(--pcap-brand-rgb),.15);color:var(--pcap-brand-ink);display:grid;place-items:center}.pcap-account-overview-card>div{display:grid}.pcap-account-overview-card small{font-size:8px;color:var(--pcap-muted)}.pcap-account-overview-card strong{font-size:15px}.pcap-account-shortcuts{display:grid;grid-template-columns:1fr 1fr;gap:8px}.pcap-account-shortcuts>a{min-height:75px;border:1px solid var(--pcap-border);border-radius:13px;background:var(--pcap-surface-2);padding:11px;display:grid!important;grid-template-columns:34px 1fr 18px;align-items:center;gap:8px;color:var(--pcap-text)!important}.pcap-account-shortcuts>a>span:nth-child(2){display:grid}.pcap-account-shortcuts strong{font-size:10px}.pcap-account-shortcuts small{font-size:8px;color:var(--pcap-muted)}

/* Mobile commerce bar */
.pcap-mobile-shop-nav{display:none}

/* Explicit dark-mode hardening for WP/Woo internals. */
html[data-theme="dark"] body.pcap-theme :where(.wp-block-group,.wp-block-column,.wp-block-table,.woocommerce,.woocommerce-page,.woocommerce-MyAccount-content,.cart_totals,.woocommerce-checkout-review-order){color:var(--pcap-text)!important}
html[data-theme="dark"] body.pcap-theme :where(h1,h2,h3,h4,h5,h6,strong,label,legend,.amount){color:var(--pcap-text)}
html[data-theme="dark"] body.pcap-theme :where(input:not([type="submit"]):not([type="button"]),textarea,select,.select2-selection,.wc-block-components-text-input input){background:var(--pcap-field)!important;color:var(--pcap-text)!important;border-color:var(--pcap-border)!important}
html[data-theme="dark"] body.pcap-theme :where(table,th,td,.wc-block-components-sidebar-layout,.wc-block-components-order-summary,.wp-block-table table){color:var(--pcap-text)!important;border-color:var(--pcap-border)!important}

/* Responsive ------------------------------------------------------------- */
@media(max-width:1180px){
  .pcap-header-main-inner{gap:14px}.pcap-header-main-right{gap:14px}.pcap-head-action-label{display:none}.pcap-head-action{width:42px;padding:0!important}.pcap-header-live-search{max-width:560px}.pcap-product-rail>li.product{flex-basis:calc((100% - 24px)/3)!important}.pcap-products-layout{grid-template-columns:230px minmax(0,1fr)}.pcap-promo-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.pcap-footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.15fr!important}.pcap-footer-trust{grid-column:4}
}
@media(max-width:980px){
  :root{--pcap-header-main-h:68px;--pcap-header-nav-h:0px;--pcap-shell:min(100% - 32px,1440px)}
  .pcap-site-header.pcap-header{position:sticky!important}.pcap-header-main-inner{min-height:68px;padding:9px 16px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px}.pcap-header-main-right{display:contents}.pcap-menu-toggle{display:grid!important;place-items:center;width:40px!important;height:40px!important;border:1px solid var(--pcap-border)!important;border-radius:50%!important;background:var(--pcap-surface)!important;padding:0!important}.pcap-menu-icon-close{display:none}.pcap-menu-toggle[aria-expanded="true"] .pcap-menu-icon-open{display:none}.pcap-menu-toggle[aria-expanded="true"] .pcap-menu-icon-close{display:grid}.pcap-logo-plain{grid-column:2;grid-row:1;justify-self:start}.pcap-logo-plain .custom-logo{max-width:150px!important;max-height:42px!important}.pcap-header-live-search{grid-column:1 / -1;grid-row:2;max-width:none;width:100%;min-width:0}.pcap-header-main-inner:has(.pcap-header-live-search){padding-bottom:10px}.pcap-header-actions{grid-column:3;grid-row:1;gap:2px}.pcap-header-actions .is-account,.pcap-header-actions .is-wishlist{display:none!important}.pcap-header-consult{display:none!important}.pcap-head-action,.pcap-theme-icon-button{width:38px!important;height:38px!important;min-height:38px!important;padding:0!important}.pcap-header-nav-row{height:0!important;max-height:0!important;border:0!important;overflow:visible!important}.pcap-header-nav-inner{padding:0;height:0}.pcap-primary-nav{position:fixed!important;top:0!important;right:0!important;left:auto!important;width:min(360px,92vw)!important;height:100svh!important;display:block!important;background:var(--pcap-surface)!important;box-shadow:-20px 0 70px rgba(0,0,0,.22)!important;padding:0 14px 20px!important;transform:translateX(105%);transition:transform .28s var(--pcap-ease);z-index:2200;overflow-y:auto}.pcap-primary-nav.is-open{transform:none}.pcap-mobile-nav-head{height:68px;display:flex!important;align-items:center;justify-content:space-between;border-bottom:1px solid var(--pcap-border);margin-bottom:9px}.pcap-mobile-nav-head button{width:35px;height:35px;border:1px solid var(--pcap-border);border-radius:50%;background:var(--pcap-bg-soft);display:grid;place-items:center}.pcap-primary-nav .pcap-menu{height:auto!important;display:grid!important;gap:3px!important}.pcap-primary-nav .pcap-menu-item{height:auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) 38px;width:100%}.pcap-primary-nav .pcap-menu-link{min-height:45px!important;font-size:10px!important}.pcap-primary-nav .pcap-submenu-toggle{display:grid!important;place-items:center;width:34px;height:34px;align-self:center;border:0;border-radius:9px;background:var(--pcap-bg-soft);cursor:pointer}.pcap-primary-nav .pcap-menu-parent-chevron{display:none}.pcap-primary-nav .pcap-submenu{position:static!important;grid-column:1/-1;display:none!important;opacity:1!important;visibility:visible!important;transform:none!important;box-shadow:none!important;border:0!important;border-right:1px solid var(--pcap-border)!important;border-radius:0!important;background:transparent!important;margin:0 15px 5px 0!important;padding:2px 8px 2px 0!important;min-width:0!important}.pcap-primary-nav .is-submenu-open>.pcap-submenu{display:grid!important}.pcap-primary-nav .pcap-submenu .pcap-menu-item{display:grid!important}.pcap-primary-nav .pcap-submenu .pcap-menu-link{min-height:38px!important;font-size:9px!important}.pcap-primary-nav .pcap-menu-item.is-submenu-open>[data-pcap-submenu-toggle] .pcap-icon{transform:rotate(180deg)}body.pcap-menu-open::after{content:"";position:fixed;inset:0;background:rgba(5,7,7,.55);backdrop-filter:blur(4px);z-index:2100}
  .pcap-hero{height:70svh;min-height:540px!important}.pcap-hero-content{width:min(650px,86%);padding-bottom:80px!important}.pcap-hero-content h1{font-size:clamp(36px,7vw,64px)!important}.pcap-hero-arrows{opacity:1}.pcap-service-accordion{min-height:360px!important}.pcap-service-panel{height:360px!important}.pcap-service-accordion .pcap-service-panel:hover{transform:scaleX(1.22)!important}.pcap-service-panel:hover .pcap-service-copy{transform:scaleX(.82)}
  .pcap-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.pcap-products-layout{grid-template-columns:210px minmax(0,1fr)}.pcap-product-rail>li.product{flex-basis:calc((100% - 12px)/2)!important}.pcap-product-media{height:220px!important}.pcap-promo-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pcap-knowledge-card{flex-basis:calc((100% - 28px)/3)!important}.pcap-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}.pcap-footer-grid{grid-template-columns:1.5fr 1fr 1fr!important}.pcap-footer-contact{grid-column:auto}.pcap-footer-trust{grid-column:3}.woocommerce-account .woocommerce{grid-template-columns:220px minmax(0,1fr)}
}
@media(max-width:760px){
  :root{--pcap-shell:calc(100% - 24px)}
  body.pcap-theme{padding-bottom:64px}.pcap-section{padding:42px 0!important}.pcap-section-heading{display:block!important}.pcap-section-heading>p{margin-top:10px}.pcap-section-heading h2,.pcap-products-title h2{font-size:25px!important}.pcap-header-main-inner{padding-inline:12px}.pcap-logo-plain>a:not(.custom-logo-link) strong{font-size:17px}.pcap-logo-plain>a:not(.custom-logo-link) small{display:none}.pcap-header-actions .is-cart .pcap-head-action-label{display:none}.pcap-live-search .pcap-product-search{height:42px!important;padding-left:65px!important}.pcap-search-shortcut{font-size:0;padding:4px;width:20px;height:20px;border:0;background:transparent}.pcap-search-shortcut::before{content:"⌘";font-size:9px}.pcap-search-dropdown{position:fixed;top:116px;right:10px;left:10px;max-height:calc(100svh - 135px)}
  .pcap-hero{height:64svh;min-height:480px!important}.pcap-hero-content-wrap{width:calc(100% - 28px)}.pcap-hero-content{width:100%;padding:30px 0 78px!important}.pcap-hero-content h1{font-size:clamp(32px,10vw,48px)!important;line-height:1.22!important}.pcap-hero-copy{font-size:11px!important;line-height:1.95!important;max-width:90%!important}.pcap-hero-arrows{right:14px;bottom:18px}.pcap-hero-arrows button{width:39px;height:39px}.pcap-hero-dots{bottom:25px}.pcap-hero-badge{font-size:8px}.pcap-button-row .pcap-button{min-height:42px!important;padding-inline:14px!important;font-size:9px!important}
  .pcap-section-heading-compact{display:flex!important}.pcap-service-accordion{min-height:0!important;gap:10px!important}.pcap-service-panel{flex:0 0 82%!important;min-width:82%!important;height:330px!important}.pcap-service-accordion:hover .pcap-service-panel,.pcap-service-accordion .pcap-service-panel:hover{flex-basis:82%!important;transform:none!important;filter:none!important;opacity:1!important}.pcap-service-panel:hover .pcap-service-copy{transform:none!important}.pcap-service-copy p,.pcap-service-copy strong{opacity:1!important;transform:none!important}.pcap-service-copy{padding:18px!important}.pcap-service-copy h3{font-size:20px!important}
  .pcap-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.pcap-category-card{min-height:190px!important}.pcap-category-media{height:105px!important}.pcap-wide-banner{height:180px!important}.pcap-wide-banner-copy{width:calc(100% - 28px)!important}.pcap-wide-banner-copy p{display:none}.pcap-wide-banner-copy .pcap-button{min-width:max-content}
  .pcap-products-head{align-items:center}.pcap-products-title .pcap-kicker{display:none}.pcap-products-head-actions{gap:5px}.pcap-section-action span{display:none}.pcap-section-action{width:36px;padding:0;justify-content:center}.pcap-products-layout{grid-template-columns:1fr}.pcap-product-category-feature{min-height:220px!important}.pcap-product-category-content p{max-width:80%}.pcap-product-rail>li.product{flex-basis:72%!important}.pcap-product-media{height:220px!important}.pcap-promo-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.pcap-promo-image-only{border-radius:13px!important}.pcap-promo-hover-icon{display:none}.pcap-marquee-heading{width:calc(100% - 24px)!important}.pcap-marquee-group a{width:106px!important;height:58px!important}.pcap-knowledge-card{flex-basis:82%!important}.pcap-catalog{height:390px!important}.pcap-catalog .pcap-catalog-copy{width:calc(100% - 28px);padding:28px 0!important}.pcap-catalog .pcap-catalog-copy h2{font-size:34px!important}.pcap-catalog .pcap-catalog-copy>div{max-width:85%}
  .pcap-footer{padding-top:32px!important}.pcap-footer .pcap-footer-cta{grid-template-columns:auto 1fr;padding:14px!important}.pcap-footer .pcap-footer-cta>a{grid-column:1/-1;width:100%}.pcap-footer-grid{grid-template-columns:1fr 1fr!important;gap:24px 18px!important}.pcap-footer-brand{grid-column:1/-1}.pcap-footer-trust{grid-column:auto}.pcap-footer-bottom{display:grid;text-align:center;justify-content:center}
  .pcap-modal-layer{align-items:flex-end!important}.pcap-account-modal{width:100%!important;max-height:88svh!important;border-radius:20px 20px 0 0!important}.pcap-side-modal{inset:0!important;width:100%!important;height:100%!important;border-radius:0!important;transform:translateX(105%)!important}.pcap-modal-layer.is-open .pcap-side-modal{transform:none!important}.pcap-modal-body{padding:13px}.pcap-wishlist-item{grid-template-columns:58px minmax(0,1fr);}.pcap-wishlist-actions{grid-column:1/-1;justify-content:flex-end}.pcap-wishlist-thumb{width:58px;height:54px}
  .pcap-post-grid{grid-template-columns:1fr!important}.pcap-page-section,.pcap-content-page,.pcap-woo-page,.pcap-woo-system-page{padding:34px 0 52px!important}.woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.woocommerce ul.products li.product .pcap-product-media{height:180px!important}.pcap-product-actions{grid-template-columns:1fr!important}.woocommerce div.product div.images,.woocommerce div.product div.summary{width:100%!important;float:none!important}.pcap-single-product-tools{grid-template-columns:1fr!important}.pcap-single-trust{grid-template-columns:1fr 1fr!important}.woocommerce-checkout #customer_details{grid-template-columns:1fr}.woocommerce-cart-form{overflow-x:auto}.woocommerce table.shop_table{min-width:660px}.cart_totals{float:none!important;width:100%!important}.woocommerce-account .woocommerce{grid-template-columns:1fr}.pcap-account-navigation{position:static!important;overflow-x:auto;padding:7px}.pcap-account-navigation .pcap-account-nav-head{display:none}.pcap-account-navigation ul{display:flex!important;min-width:max-content}.pcap-account-navigation a{grid-template-columns:26px auto!important;min-height:37px!important}.pcap-account-nav-chevron{display:none}.pcap-account-overview{grid-template-columns:1fr 1fr!important}.pcap-account-shortcuts{grid-template-columns:1fr!important}
  .pcap-mobile-shop-nav{position:fixed;bottom:0;right:0;left:0;z-index:1450;height:62px;padding:6px max(8px,env(safe-area-inset-right)) max(6px,env(safe-area-inset-bottom));display:grid!important;grid-template-columns:repeat(5,1fr);background:color-mix(in srgb,var(--pcap-surface) 96%,transparent);border-top:1px solid var(--pcap-border);backdrop-filter:blur(18px);box-shadow:0 -10px 30px rgba(0,0,0,.08)}.pcap-mobile-shop-nav a,.pcap-mobile-shop-nav button{position:relative;border:0;background:transparent;color:var(--pcap-muted)!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-family:inherit;font-size:7px;padding:0}.pcap-mobile-shop-nav .pcap-icon{width:18px;height:18px}.pcap-mobile-shop-nav b{position:absolute;top:0;left:calc(50% - 16px);min-width:14px;height:14px;border-radius:99px;background:var(--pcap-brand);color:#171717;font-size:6px;display:grid;place-items:center}
}
@media(max-width:430px){
  .pcap-header-actions .is-wishlist{display:none!important}.pcap-logo-plain .custom-logo{max-width:118px!important}.pcap-header-actions{gap:0}.pcap-head-action,.pcap-theme-icon-button{width:35px!important;height:35px!important;min-height:35px!important}.pcap-category-grid{grid-template-columns:1fr 1fr!important}.pcap-category-card{padding:11px!important}.pcap-product-rail>li.product{flex-basis:86%!important}.pcap-promo-grid{grid-template-columns:1fr 1fr!important}.pcap-footer-grid{grid-template-columns:1fr!important}.pcap-footer-brand,.pcap-footer-trust{grid-column:1!important}.pcap-footer-trust-grid{grid-template-columns:repeat(4,1fr)}.pcap-footer-trust-grid a,.pcap-footer-trust-grid>span{height:58px!important}.pcap-account-overview{grid-template-columns:1fr!important}.pcap-single-trust{grid-template-columns:1fr!important}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.pcap-marquee-track{animation-play-state:paused!important}.pcap-hero-track{transition:none!important}}

/* WooCommerce Cart / Checkout Blocks ----------------------------------- */
body.pcap-theme :where(.wc-block-cart,.wc-block-checkout){color:var(--pcap-text)!important}
body.pcap-theme :where(.wc-block-cart__main,.wc-block-cart__sidebar,.wc-block-checkout__main,.wc-block-checkout__sidebar){min-width:0}
body.pcap-theme :where(.wc-block-components-sidebar,.wc-block-components-order-summary,.wc-block-cart__totals-title,.wc-block-checkout__order-notes,.wc-block-components-panel,.wc-block-components-totals-wrapper,.wc-block-components-order-summary-item){border-color:var(--pcap-border)!important;color:var(--pcap-text)!important}
body.pcap-theme :where(.wc-block-cart__sidebar,.wc-block-checkout__sidebar .wc-block-components-sidebar-layout__sidebar){background:var(--pcap-surface)!important;border:1px solid var(--pcap-border)!important;border-radius:18px!important;padding:16px!important}
body.pcap-theme .wc-block-cart-items{border-collapse:separate!important;border-spacing:0 8px!important}
body.pcap-theme .wc-block-cart-items th{font-size:9px!important;color:var(--pcap-muted)!important;border:0!important}
body.pcap-theme .wc-block-cart-items td{background:var(--pcap-surface)!important;border-color:var(--pcap-border)!important;padding:12px!important}
body.pcap-theme .wc-block-cart-item__image img{border-radius:12px!important;aspect-ratio:1/1;object-fit:cover}
body.pcap-theme :where(.wc-block-components-product-name,.wc-block-components-totals-item__label,.wc-block-components-totals-item__value,.wc-block-components-title){color:var(--pcap-text)!important}
body.pcap-theme :where(.wc-block-components-product-price,.wc-block-components-product-metadata,.wc-block-cart-item__total-price-and-sale-badge-wrapper){color:var(--pcap-muted)!important}
body.pcap-theme :where(.wc-block-components-quantity-selector,.wc-block-components-text-input input,.wc-block-components-combobox .components-combobox-control__input,.wc-block-components-address-form select){background:var(--pcap-field)!important;border:1px solid var(--pcap-border)!important;border-radius:10px!important;color:var(--pcap-text)!important}
body.pcap-theme .wc-block-components-quantity-selector input{color:var(--pcap-text)!important}
body.pcap-theme :where(.wc-block-components-radio-control__option,.wc-block-components-checkout-step){background:var(--pcap-surface)!important;border-color:var(--pcap-border)!important;color:var(--pcap-text)!important}
body.pcap-theme .wc-block-components-radio-control__option--checked{border-color:var(--pcap-brand)!important;box-shadow:inset 0 0 0 1px var(--pcap-brand)!important}
body.pcap-theme :where(.wc-block-cart__submit-button,.wc-block-components-checkout-place-order-button){background:var(--pcap-brand)!important;color:#171717!important;border:1px solid var(--pcap-brand)!important;border-radius:999px!important;font-family:inherit!important;font-weight:850!important;text-decoration:none!important}
body.pcap-theme .wc-block-components-button__text{color:inherit!important}
body.pcap-theme :where(.wc-block-components-totals-coupon__button,.wc-block-components-panel__button){color:var(--pcap-brand-ink)!important;text-decoration:none!important}
html[data-theme="dark"] body.pcap-theme :where(.wc-block-components-totals-coupon__button,.wc-block-components-panel__button){color:var(--pcap-brand)!important}
body.pcap-theme .wc-block-components-validation-error{color:#c35d5d!important;font-size:8px!important}
body.pcap-theme .wc-block-components-notice-banner{background:var(--pcap-surface)!important;color:var(--pcap-text)!important;border-color:var(--pcap-border)!important;border-right:3px solid var(--pcap-brand)!important}
@media(max-width:760px){body.pcap-theme :where(.wc-block-cart,.wc-block-checkout){font-size:10px}.wc-block-components-sidebar-layout{display:block!important}.wc-block-components-sidebar-layout .wc-block-components-main,.wc-block-components-sidebar-layout .wc-block-components-sidebar{width:100%!important}.wc-block-cart-items{min-width:0!important}.wc-block-cart-item__wrap{padding-inline-start:8px!important}}

/* Make the live-search input visually part of the opened dropdown. */
.pcap-search-shortcut{display:none!important}
.pcap-live-search .pcap-product-search{padding-inline:46px 16px!important}
.pcap-live-search.is-focused .pcap-product-search,.pcap-live-search.has-results .pcap-product-search{border-radius:20px 20px 0 0!important;box-shadow:none!important;border-bottom-color:transparent!important}
.pcap-search-dropdown{top:calc(100% - 1px)!important;border-radius:0 0 18px 18px!important;border-top:0!important;box-shadow:0 20px 55px rgba(15,17,17,.14)!important}
html[data-theme="dark"] .pcap-search-dropdown{box-shadow:0 24px 65px rgba(0,0,0,.42)!important}

/* Mobile live-search must remain attached to the compact sticky header. */
@media(max-width:760px){
  .pcap-search-dropdown{
    position:fixed!important;
    top:122px!important;
    right:10px!important;
    left:10px!important;
    width:auto!important;
    max-height:calc(100svh - 142px)!important;
    border:1px solid var(--pcap-border)!important;
    border-radius:16px!important;
    box-shadow:0 18px 55px rgba(15,17,17,.16)!important;
  }
  .pcap-live-search.is-focused .pcap-product-search,
  .pcap-live-search.has-results .pcap-product-search{
    border-radius:999px!important;
    border-bottom-color:var(--pcap-border)!important;
  }
}

/* Services edge navigation ------------------------------------------------ */
.pcap-services-stage{position:relative}
.pcap-services-edge-control{position:absolute;top:50%;z-index:14;width:44px;height:44px;margin-top:-22px;border:1px solid var(--pcap-border);border-radius:50%;background:color-mix(in srgb,var(--pcap-surface) 92%,transparent);color:var(--pcap-text);box-shadow:var(--pcap-shadow-sm);backdrop-filter:blur(14px);display:grid;place-items:center;cursor:pointer;transition:transform .2s var(--pcap-ease),background .2s ease,border-color .2s ease}
.pcap-services-edge-control.is-right{right:-22px}.pcap-services-edge-control.is-left{left:-22px}.pcap-services-edge-control:hover{transform:scale(1.06);background:var(--pcap-brand);border-color:var(--pcap-brand);color:#171717}
.pcap-services-stage:not(.has-no-controls) .pcap-services-viewport{padding-inline:1px}

/* Shop archive refinements ------------------------------------------------ */
.pcap-shop-category-nav{display:flex;align-items:center;gap:7px;overflow-x:auto;scrollbar-width:none;margin:0 0 18px;padding:2px 0 5px}.pcap-shop-category-nav::-webkit-scrollbar{display:none}.pcap-shop-category-nav a{min-height:37px;padding:0 12px;border:1px solid var(--pcap-border);border-radius:999px;background:var(--pcap-surface);color:var(--pcap-muted)!important;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-size:9px;font-weight:760}.pcap-shop-category-nav a:hover,.pcap-shop-category-nav a.is-active{background:var(--pcap-brand);border-color:var(--pcap-brand);color:#171717!important}.pcap-woo-empty-state{min-height:360px;display:grid;place-items:center;align-content:center;text-align:center;gap:9px;padding:42px;border:1px dashed var(--pcap-border-strong);border-radius:var(--pcap-radius-lg);background:var(--pcap-surface)}.pcap-woo-empty-state h2{margin:4px 0 0;font-size:22px}.pcap-woo-empty-state p{max-width:560px;margin:0;color:var(--pcap-muted);font-size:11px;line-height:2}.pcap-empty-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:8px}.pcap-button-soft{background:var(--pcap-surface-2)!important;border-color:var(--pcap-border)!important;color:var(--pcap-text)!important}.pcap-button-soft:hover{background:rgba(var(--pcap-brand-rgb),.13)!important;border-color:rgba(var(--pcap-brand-rgb),.45)!important;color:var(--pcap-text)!important}

/* Article detail ---------------------------------------------------------- */
.pcap-single-article{padding:54px 0 78px!important}.pcap-article-shell{width:min(1080px,var(--pcap-shell))!important}.pcap-article-header{max-width:900px;margin:0 auto 24px;text-align:center}.pcap-article-category{width:max-content;max-width:100%;min-height:32px;margin:0 auto 12px;padding:0 10px;border-radius:999px;background:rgba(var(--pcap-brand-rgb),.14);color:var(--pcap-brand-ink)!important;display:flex;align-items:center;gap:6px;font-size:9px;font-weight:780}.pcap-article-header h1{font-size:clamp(32px,4.7vw,58px)!important;line-height:1.3!important;letter-spacing:0!important;margin:0!important;color:var(--pcap-text)!important}.pcap-article-meta{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap;margin-top:15px;color:var(--pcap-muted);font-size:9px}.pcap-article-meta>span{display:flex;align-items:center;gap:5px}.pcap-single-cover{margin:0 0 30px;border-radius:24px;overflow:hidden;background:var(--pcap-bg-soft);aspect-ratio:16/8}.pcap-single-cover img{width:100%;height:100%;object-fit:cover}.pcap-article-layout{width:min(820px,100%);margin:0 auto}.pcap-article-content{font-size:14px!important;line-height:2.15!important;color:var(--pcap-text)!important}.pcap-article-content :where(h2,h3,h4){margin-top:1.8em!important;margin-bottom:.65em!important;line-height:1.5!important}.pcap-article-content h2{font-size:25px!important}.pcap-article-content h3{font-size:20px!important}.pcap-article-content :where(p,ul,ol,blockquote){margin-block:0 1.2em}.pcap-article-content :where(img,figure,video,iframe){border-radius:16px;max-width:100%}.pcap-article-content blockquote{border-right:3px solid var(--pcap-brand);background:var(--pcap-surface);border-radius:12px;padding:16px 18px;color:var(--pcap-muted)}.pcap-article-author{margin-top:32px;padding:14px;border:1px solid var(--pcap-border);border-radius:16px;background:var(--pcap-surface);display:flex;align-items:center;gap:11px}.pcap-article-author img{width:52px;height:52px;border-radius:50%}.pcap-article-author div{display:grid;gap:2px}.pcap-article-author small{font-size:8px;color:var(--pcap-muted)}.pcap-article-author strong{font-size:11px}.pcap-post-navigation{width:min(820px,100%);margin:18px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:9px}.pcap-post-nav-item a{min-height:72px;padding:11px 13px;border:1px solid var(--pcap-border);border-radius:14px;background:var(--pcap-surface);display:flex;align-items:center;gap:9px;color:var(--pcap-text)!important}.pcap-post-nav-item span{display:grid;gap:2px;min-width:0}.pcap-post-nav-item small{font-size:8px;color:var(--pcap-muted)}.pcap-post-nav-item strong{font-size:10px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pcap-post-nav-item.is-next a{justify-content:flex-end;text-align:left}
html[data-theme="dark"] .pcap-article-category{color:var(--pcap-brand)!important}

@media(max-width:980px){.pcap-services-edge-control.is-right{right:-13px}.pcap-services-edge-control.is-left{left:-13px}.pcap-services-edge-control{width:40px;height:40px;margin-top:-20px}}
@media(max-width:760px){.pcap-services-edge-control{width:38px;height:38px;margin-top:-19px}.pcap-services-edge-control.is-right{right:-7px}.pcap-services-edge-control.is-left{left:-7px}.pcap-single-article{padding:34px 0 54px!important}.pcap-article-header{text-align:right}.pcap-article-category{margin-right:0;margin-left:auto}.pcap-article-meta{justify-content:flex-start}.pcap-single-cover{border-radius:16px;aspect-ratio:16/10}.pcap-article-content{font-size:12px!important}.pcap-post-navigation{grid-template-columns:1fr}.pcap-post-nav-item.is-next a{justify-content:flex-start;text-align:right}.pcap-woo-empty-state{min-height:300px;padding:28px 16px}.pcap-woo-empty-state h2{font-size:19px}}

/* Truly responsive classic cart: cards on small screens, not a squashed desktop table. */
@media(max-width:760px){
  .woocommerce-cart-form{overflow:visible!important}
  .woocommerce-cart-form table.shop_table_responsive{min-width:0!important;border-spacing:0!important;display:block!important}
  .woocommerce-cart-form table.shop_table_responsive thead{display:none!important}
  .woocommerce-cart-form table.shop_table_responsive tbody{display:grid;gap:10px}
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item{display:grid!important;grid-template-columns:34px 72px minmax(0,1fr);gap:8px 10px;padding:11px;border:1px solid var(--pcap-border);border-radius:16px;background:var(--pcap-surface)}
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item td{display:flex!important;align-items:center;justify-content:space-between;gap:10px;width:auto!important;background:transparent!important;border:0!important;padding:0!important;border-radius:0!important;text-align:right!important}
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item td::before{font-size:8px;color:var(--pcap-muted);font-weight:700}
  .woocommerce-cart-form .product-remove{grid-column:1;grid-row:1}.woocommerce-cart-form .product-thumbnail{grid-column:2;grid-row:1 / span 2}.woocommerce-cart-form .product-name{grid-column:3;grid-row:1;align-items:flex-start!important;font-size:10px!important}.woocommerce-cart-form .product-price,.woocommerce-cart-form .product-quantity,.woocommerce-cart-form .product-subtotal{grid-column:2 / -1;border-top:1px solid var(--pcap-border)!important;padding-top:8px!important}.woocommerce-cart-form .product-price{grid-row:3}.woocommerce-cart-form .product-quantity{grid-row:4}.woocommerce-cart-form .product-subtotal{grid-row:5}.woocommerce-cart-form .product-thumbnail img{width:72px!important;height:72px!important;border-radius:12px!important}.woocommerce-cart-form .quantity{margin-inline-start:auto}
  .woocommerce-cart-form table.shop_table_responsive tr:not(.cart_item){display:block!important}.woocommerce-cart-form td.actions{padding:10px 0 0!important;background:transparent!important;border:0!important}.woocommerce-cart-form td.actions .coupon{width:100%!important;display:grid!important;grid-template-columns:1fr auto;gap:7px;float:none!important}.woocommerce-cart-form td.actions .coupon .input-text{width:100%!important;margin:0!important}.woocommerce-cart-form td.actions>button{width:100%;margin-top:7px!important}
}


/* PCAPaint stability + polish layer */
:root{
  --pcap-header-main-h:78px;
  --pcap-header-nav-h:46px;
  --pcap-section-title:clamp(23px,2.15vw,32px);
}
html[data-theme="light"]{color-scheme:light}
html[data-theme="dark"]{color-scheme:dark}
body.pcap-theme{background:var(--pcap-bg)!important;color:var(--pcap-text)!important}

/* Unified section title language */
.pcap-section-heading h2,.pcap-products-title h2,.pcap-marquee-heading h2{font-size:var(--pcap-section-title)!important}
.pcap-section-title-line{display:inline-flex;align-items:center;gap:10px;vertical-align:middle}
.pcap-section-title-icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 36px;border-radius:11px;background:rgba(var(--pcap-brand-rgb),.14);color:var(--pcap-brand-ink);border:1px solid rgba(var(--pcap-brand-rgb),.24)}
html[data-theme="dark"] .pcap-section-title-icon{color:var(--pcap-brand);background:rgba(var(--pcap-brand-rgb),.10);border-color:rgba(var(--pcap-brand-rgb),.18)}

/* Header: one coherent full-width bar, no container card */
.pcap-site-header.pcap-header{width:100%!important;background:var(--pcap-surface)!important;border-radius:0!important}
.pcap-header-main-inner{direction:rtl!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important;width:100%!important;min-height:var(--pcap-header-main-h)!important;padding:11px clamp(22px,3.6vw,64px)!important}
.pcap-header-main-right{direction:rtl!important;display:flex!important;align-items:center!important;gap:26px!important;min-width:0!important;flex:1 1 auto!important;max-width:calc(100% - 520px)}
.pcap-logo-plain{flex:0 0 auto!important}
.pcap-logo-plain .custom-logo{max-width:180px!important;max-height:48px!important}
.pcap-header-live-search{flex:1 1 650px!important;width:min(680px,100%)!important;max-width:680px!important;min-width:280px!important}
.pcap-header-actions{direction:ltr!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:5px!important;flex:0 0 auto!important;margin:0!important}
.pcap-header-actions>*{direction:rtl!important}
.pcap-head-action,.pcap-theme-icon-button,.pcap-header-consult{min-height:42px!important}
.pcap-theme-icon-button{width:42px!important;height:42px!important}

/* Search is intentionally taller and becomes one surface with results. */
.pcap-live-search .pcap-product-search{height:54px!important;min-height:54px!important;padding:0 48px 0 18px!important;border-radius:999px!important;background:var(--pcap-field)!important;border:1px solid var(--pcap-border-strong)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.25)!important}
.pcap-live-search input[type="search"]{height:52px!important;font-size:12px!important;font-weight:620!important;color:var(--pcap-text)!important}
.pcap-search-leading{right:17px!important;left:auto!important;inset-inline:auto!important;color:var(--pcap-muted)!important}
.pcap-live-search.is-focused .pcap-product-search,.pcap-live-search.has-results .pcap-product-search{background:var(--pcap-surface)!important;border-color:rgba(var(--pcap-brand-rgb),.72)!important;border-radius:22px 22px 0 0!important;box-shadow:0 14px 32px rgba(15,17,17,.08)!important;border-bottom-color:transparent!important}
.pcap-search-dropdown{top:calc(100% - 1px)!important;border-radius:0 0 22px 22px!important;border-top:0!important;padding:12px!important;background:var(--pcap-surface)!important;box-shadow:0 24px 60px rgba(15,17,17,.13)!important}
html[data-theme="dark"] .pcap-live-search.is-focused .pcap-product-search,html[data-theme="dark"] .pcap-live-search.has-results .pcap-product-search{box-shadow:0 16px 34px rgba(0,0,0,.28)!important}
html[data-theme="dark"] .pcap-search-dropdown{box-shadow:0 26px 70px rgba(0,0,0,.45)!important}

/* Navigation: stable active contrast and smooth compact behavior. */
.pcap-header-nav-row{height:var(--pcap-header-nav-h)!important;max-height:var(--pcap-header-nav-h)!important;will-change:max-height,opacity,transform;transition:max-height .24s var(--pcap-ease),opacity .16s ease,transform .24s var(--pcap-ease)!important}
.pcap-site-header.is-nav-hidden .pcap-header-nav-row{height:0!important;max-height:0!important;opacity:0!important;transform:translateY(-6px)!important;pointer-events:none!important}
.pcap-header-nav-inner{padding-inline:clamp(22px,3.6vw,64px)!important}
.pcap-menu-link{min-height:34px!important;padding:0 9px!important;border-radius:10px!important;color:var(--pcap-muted)!important}
.pcap-menu-item-icon{width:28px!important;height:28px!important;border-radius:9px!important;color:var(--pcap-muted)!important}
.pcap-menu-link:hover,.current-menu-item>.pcap-menu-link,.current-menu-ancestor>.pcap-menu-link,.current-menu-parent>.pcap-menu-link{background:rgba(var(--pcap-brand-rgb),.15)!important;color:var(--pcap-text)!important}
.pcap-menu-link:hover .pcap-menu-item-icon,.current-menu-item>.pcap-menu-link .pcap-menu-item-icon,.current-menu-ancestor>.pcap-menu-link .pcap-menu-item-icon,.current-menu-parent>.pcap-menu-link .pcap-menu-item-icon{background:var(--pcap-brand)!important;color:#171717!important}
html[data-theme="dark"] .pcap-menu-link:hover,html[data-theme="dark"] .current-menu-item>.pcap-menu-link,html[data-theme="dark"] .current-menu-ancestor>.pcap-menu-link{background:rgba(var(--pcap-brand-rgb),.10)!important;color:var(--pcap-text)!important}
html[data-theme="dark"] .pcap-menu-link:hover .pcap-menu-item-icon,html[data-theme="dark"] .current-menu-item>.pcap-menu-link .pcap-menu-item-icon,html[data-theme="dark"] .current-menu-ancestor>.pcap-menu-link .pcap-menu-item-icon{background:var(--pcap-brand)!important;color:#171717!important}
.pcap-submenu{background:var(--pcap-surface)!important;color:var(--pcap-text)!important;border-color:var(--pcap-border)!important}

/* Hero: compact cinematic banner, square edges. */
.pcap-hero{height:clamp(440px,55svh,620px)!important;min-height:440px!important;max-height:620px!important;border-radius:0!important;margin:0!important}
.pcap-hero-content{width:min(680px,68%)!important;padding:34px 0 72px!important}
.pcap-hero-content h1{font-size:clamp(34px,4vw,58px)!important;line-height:1.22!important;margin:12px 0 10px!important;max-width:760px!important}
.pcap-hero-copy{font-size:clamp(11px,1vw,14px)!important;max-width:590px!important;line-height:1.95!important}
.pcap-hero-arrows{bottom:22px!important}
.pcap-hero-dots{bottom:29px!important}

/* Services: carousel pages of three, full-width expansion instead of visual scaling. */
.pcap-services-stage{position:relative!important}
.pcap-services-viewport{overflow:hidden!important;padding:8px 0 18px!important}
.pcap-services-pages{display:flex!important;direction:rtl;width:100%;transition:transform .52s var(--pcap-ease);will-change:transform}
.pcap-service-page{flex:0 0 100%;min-width:100%;height:400px;display:flex;gap:12px;direction:rtl;overflow:hidden}
.pcap-service-page .pcap-service-panel{flex:1 1 0!important;min-width:0!important;height:400px!important;border-radius:20px!important;transform:none!important;filter:none!important;opacity:1!important;transition:flex .55s var(--pcap-ease),opacity .32s ease,filter .32s ease!important;box-shadow:none!important}
.pcap-service-page.has-expanded .pcap-service-panel{flex:.001 1 0!important;opacity:0;filter:brightness(.65);pointer-events:none}
.pcap-service-page.has-expanded .pcap-service-panel:hover,.pcap-service-page.has-expanded .pcap-service-panel:focus-within{flex:1 0 100%!important;opacity:1!important;filter:none!important;pointer-events:auto!important;z-index:3}
.pcap-service-panel:hover .pcap-service-copy,.pcap-service-panel:focus-within .pcap-service-copy{transform:none!important}
.pcap-service-copy p,.pcap-service-copy strong{transition:opacity .25s ease,transform .25s ease!important}
.pcap-service-page.has-expanded .pcap-service-panel:hover .pcap-service-copy p,.pcap-service-page.has-expanded .pcap-service-panel:hover .pcap-service-copy strong,.pcap-service-page.has-expanded .pcap-service-panel:focus-within .pcap-service-copy p,.pcap-service-page.has-expanded .pcap-service-panel:focus-within .pcap-service-copy strong{opacity:1!important;transform:none!important}
.pcap-services-edge-control{display:grid!important}
.pcap-services-edge-control:disabled{opacity:.35!important;cursor:not-allowed!important;transform:none!important}

/* Products: title + category tabs + rail controls + all-products on one row. */
.pcap-products-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;flex-wrap:nowrap!important}
.pcap-products-title{flex:0 0 auto}
.pcap-products-head-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;min-width:0!important;flex:1 1 auto!important}
.pcap-products-head-actions .pcap-product-tabs{display:flex!important;align-items:center!important;gap:5px!important;overflow-x:auto!important;scrollbar-width:none;min-width:0!important;padding:2px!important;margin:0!important}
.pcap-products-head-actions .pcap-product-tabs::-webkit-scrollbar{display:none}
.pcap-product-tabs button{min-height:36px!important;white-space:nowrap!important}
.pcap-products-global-controls{flex:0 0 auto!important}
.pcap-section-action{flex:0 0 auto!important}

/* Placeholders keep all enabled homepage sections visible before content is entered. */
.pcap-wide-banner.is-placeholder,.pcap-promo-image-only.is-placeholder,.pcap-catalog.is-placeholder{background:linear-gradient(135deg,#202424,#111313)!important}
.pcap-wide-banner.is-placeholder .pcap-wide-banner-media,.pcap-catalog.is-placeholder .pcap-catalog-media{background:radial-gradient(circle at 25% 35%,rgba(var(--pcap-brand-rgb),.22),transparent 28rem),linear-gradient(135deg,#202424,#111313)}
.pcap-promo-image-only.is-placeholder .pcap-promo-media{display:grid!important;place-items:center!important;background:linear-gradient(135deg,var(--pcap-surface-2),var(--pcap-bg-soft))!important;color:var(--pcap-muted)!important}
.pcap-promo-image-only.is-placeholder .pcap-promo-media>span{display:grid;justify-items:center;gap:7px}.pcap-promo-image-only.is-placeholder small{font-size:9px}
.pcap-logo-placeholder{width:30px!important;height:30px!important;display:grid!important;place-items:center!important;border-radius:9px!important;background:rgba(var(--pcap-brand-rgb),.12)!important;color:var(--pcap-brand-ink)!important}
html[data-theme="dark"] .pcap-logo-placeholder{color:var(--pcap-brand)!important}
.pcap-knowledge-card.is-placeholder .pcap-knowledge-media{display:grid!important;place-items:center!important;background:var(--pcap-bg-soft)!important;color:var(--pcap-brand-ink)!important}.pcap-knowledge-placeholder-icon{display:grid;place-items:center}
html[data-theme="dark"] .pcap-knowledge-card.is-placeholder .pcap-knowledge-media{color:var(--pcap-brand)!important}

/* Marquees: one quiet compact row. */
.pcap-marquee-section{padding:28px 0 10px!important;background:transparent!important}
.pcap-marquee-section .pcap-marquee-heading{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:12px!important}
.pcap-marquee-section .pcap-marquee-heading .pcap-kicker{display:none!important}
.pcap-marquee-section .pcap-marquee-heading h2{margin:0!important;white-space:nowrap!important}
.pcap-marquee-section .pcap-marquee{border-block:1px solid var(--pcap-border)!important;background:var(--pcap-surface)!important;padding:9px 0!important}
.pcap-marquee-section .pcap-marquee-group{gap:12px!important;padding-inline-end:12px!important}
.pcap-marquee-section .pcap-marquee-group a{width:122px!important;height:58px!important;border-radius:12px!important;background:var(--pcap-surface-2)!important;border:1px solid var(--pcap-border)!important;padding:7px 10px!important}
.pcap-marquee-section .pcap-marquee-track{animation-duration:46s!important}.pcap-marquee-section .pcap-marquee:hover .pcap-marquee-track{animation-play-state:paused!important}

/* Catalog media banner */
.pcap-catalog-section{padding:34px 0 0!important}
.pcap-catalog{position:relative!important;width:100%!important;height:clamp(330px,35vw,470px)!important;min-height:0!important;border-radius:0!important;overflow:hidden!important;background:#111!important;color:#fff!important}
.pcap-catalog .pcap-catalog-media,.pcap-catalog .pcap-catalog-media img,.pcap-catalog .pcap-catalog-media video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important}
.pcap-catalog .pcap-catalog-copy{position:relative!important;z-index:2;width:var(--pcap-shell)!important;height:100%!important;margin-inline:auto!important;padding:38px 0 70px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important}
.pcap-catalog .pcap-catalog-copy h2{font-size:clamp(26px,3.2vw,43px)!important;color:#fff!important;max-width:660px!important}.pcap-catalog .pcap-section-title-icon{background:rgba(255,255,255,.10)!important;color:var(--pcap-brand)!important;border-color:rgba(255,255,255,.14)!important}
.pcap-catalog .pcap-catalog-copy>div{max-width:610px!important;color:rgba(255,255,255,.75)!important;font-size:11px!important;line-height:2!important}

/* Footer CTA sits precisely on body/footer intersection. */
.pcap-site-footer.pcap-footer{position:relative!important;margin-top:58px!important;padding-top:82px!important;background:#101212!important;color:#f2f3ef!important}
.pcap-footer .pcap-footer-cta{position:absolute!important;top:0!important;right:50%!important;transform:translate(50%,-50%)!important;width:min(1120px,calc(100% - 48px))!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:16px!important;padding:19px 22px!important;border:1px solid rgba(var(--pcap-brand-rgb),.28)!important;border-radius:20px!important;background:linear-gradient(135deg,#1b1e1e,#151717)!important;box-shadow:0 22px 60px rgba(0,0,0,.24)!important}
.pcap-footer .pcap-footer-cta-icon{width:48px;height:48px;border-radius:14px;background:rgba(var(--pcap-brand-rgb),.13);color:var(--pcap-brand);display:grid;place-items:center}
.pcap-footer .pcap-footer-cta>div:nth-child(2)>span{color:#aeb3af!important;font-size:9px!important}.pcap-footer .pcap-footer-cta strong{display:block;color:#fff!important;font-size:15px!important;margin-top:2px}
.pcap-footer .pcap-footer-call-button{background:var(--pcap-brand)!important;color:#171717!important;border-color:var(--pcap-brand)!important;box-shadow:0 10px 28px rgba(var(--pcap-brand-rgb),.16)!important}.pcap-footer .pcap-footer-call-button .pcap-icon{color:#171717!important}
.pcap-footer .pcap-footer-grid{display:grid!important;grid-template-columns:1.65fr .85fr .85fr 1.15fr 1fr!important;gap:30px!important;padding-bottom:42px!important}
.pcap-footer .pcap-logo-plain>a,.pcap-footer .pcap-logo-plain strong{color:#fff!important}.pcap-footer .pcap-logo-plain small{color:#8f9692!important}.pcap-footer p{font-size:10px!important;line-height:2!important;color:#9ea49f!important}.pcap-footer h3{display:flex!important;align-items:center!important;gap:7px!important;color:#fff!important;font-size:11px!important;margin:0 0 13px!important}.pcap-footer h3 .pcap-icon{color:var(--pcap-brand)!important}.pcap-footer .pcap-footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:7px}.pcap-footer .pcap-footer-grid a,.pcap-footer .pcap-footer-contact>div{display:flex;align-items:center;gap:7px;color:#aeb3af!important;font-size:9px!important;min-height:28px}.pcap-footer .pcap-footer-grid a:hover{color:var(--pcap-brand)!important}.pcap-footer .pcap-menu-link{padding:0!important;min-height:28px!important;color:#aeb3af!important;background:transparent!important}.pcap-footer .pcap-menu-item-icon{width:24px!important;height:24px!important;color:var(--pcap-brand)!important}.pcap-footer .pcap-footer-bottom{border-top:1px solid rgba(255,255,255,.08)!important;padding:16px 0 18px!important;color:#808782!important;font-size:8px!important;display:flex!important;justify-content:space-between!important;gap:15px!important}

/* Light/dark contrast hardening */
body.pcap-theme :where(.pcap-category-card,.pcap-knowledge-card,.pcap-product-card,.pcap-modal,.woocommerce form,.woocommerce table.shop_table,.cart_totals,.woocommerce-checkout-review-order,.pcap-account-navigation,.woocommerce-MyAccount-content){color:var(--pcap-text)}
html[data-theme="dark"] body.pcap-theme :where(.pcap-category-card,.pcap-knowledge-card,.pcap-product-card,.pcap-modal,.woocommerce form,.woocommerce table.shop_table,.cart_totals,.woocommerce-checkout-review-order,.pcap-account-navigation,.woocommerce-MyAccount-content){background-color:var(--pcap-surface)!important;border-color:var(--pcap-border)!important;color:var(--pcap-text)!important}
html[data-theme="dark"] body.pcap-theme :where(.pcap-muted,.pcap-product-meta,.pcap-knowledge-meta,.woocommerce .woocommerce-result-count,.woocommerce-breadcrumb){color:var(--pcap-muted)!important}

@media(max-width:1280px){
 .pcap-header-main-inner{gap:18px!important}.pcap-header-main-right{gap:18px!important;max-width:calc(100% - 410px)}.pcap-header-live-search{max-width:560px!important}.pcap-head-action-label{display:none!important}.pcap-head-action{width:42px!important;padding:0!important}
 .pcap-products-head{align-items:flex-start!important}.pcap-products-head-actions{flex-wrap:wrap!important}.pcap-products-head-actions .pcap-product-tabs{order:2;flex:1 0 100%!important;justify-content:flex-start!important}
 .pcap-footer .pcap-footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.15fr!important}.pcap-footer-trust{grid-column:4}
}
@media(max-width:980px){
 :root{--pcap-header-main-h:auto;--pcap-header-nav-h:0px}
 .pcap-header-main-inner{display:grid!important;grid-template-columns:42px minmax(0,1fr) auto!important;grid-template-rows:52px auto!important;gap:8px 10px!important;padding:8px 14px 10px!important;direction:rtl!important}
 .pcap-header-main-right{display:contents!important;max-width:none!important}.pcap-menu-toggle{display:grid!important;grid-column:1!important;grid-row:1!important;justify-self:start!important}.pcap-logo-plain{grid-column:2!important;grid-row:1!important;justify-self:start!important}.pcap-header-actions{grid-column:3!important;grid-row:1!important;justify-self:end!important}.pcap-header-actions .is-account,.pcap-header-actions .is-wishlist{display:none!important}.pcap-header-consult{display:none!important}.pcap-header-live-search{grid-column:1/-1!important;grid-row:2!important;width:100%!important;max-width:none!important;min-width:0!important}
 .pcap-live-search .pcap-product-search{height:48px!important;min-height:48px!important}.pcap-live-search input[type="search"]{height:46px!important}
 .pcap-header-nav-row{height:0!important;max-height:0!important;overflow:visible!important;border:0!important}
 .pcap-hero{height:500px!important;min-height:500px!important}.pcap-hero-content{width:min(620px,88%)!important}.pcap-hero-content h1{font-size:clamp(32px,6vw,46px)!important}
 .pcap-service-page{height:350px}.pcap-service-page .pcap-service-panel{height:350px!important}
 .pcap-products-head{display:grid!important;grid-template-columns:1fr auto!important}.pcap-products-head-actions{display:flex!important;grid-column:1/-1!important;justify-content:flex-start!important}.pcap-products-head-actions .pcap-product-tabs{order:0;flex:1 1 auto!important;max-width:calc(100% - 120px)}
 .pcap-footer .pcap-footer-grid{grid-template-columns:1.5fr 1fr 1fr!important}.pcap-footer-trust{grid-column:3}
}
@media(max-width:760px){
 :root{--pcap-section-title:23px}
 .pcap-section-title-icon{width:32px;height:32px;flex-basis:32px;border-radius:10px}.pcap-section-title-icon .pcap-icon{width:16px;height:16px}
 .pcap-header-main-inner{grid-template-columns:38px minmax(0,1fr) auto!important}.pcap-logo-plain .custom-logo{max-width:128px!important;max-height:38px!important}.pcap-header-actions .is-cart{display:inline-flex!important}.pcap-head-action,.pcap-theme-icon-button{width:36px!important;height:36px!important;min-height:36px!important}
 .pcap-search-dropdown{position:fixed!important;top:111px!important;right:10px!important;left:10px!important;width:auto!important;border:1px solid var(--pcap-border)!important;border-radius:16px!important;max-height:calc(100svh - 130px)!important}.pcap-live-search.is-focused .pcap-product-search,.pcap-live-search.has-results .pcap-product-search{border-radius:999px!important;border-bottom-color:rgba(var(--pcap-brand-rgb),.72)!important}
 .pcap-hero{height:430px!important;min-height:430px!important}.pcap-hero-content{width:100%!important;padding:28px 0 66px!important}.pcap-hero-content h1{font-size:clamp(29px,8.6vw,40px)!important;line-height:1.3!important}.pcap-hero-copy{font-size:10px!important;max-width:92%!important}.pcap-hero-arrows{opacity:1!important;right:12px!important;bottom:16px!important}.pcap-hero-arrows button{width:38px!important;height:38px!important}.pcap-hero-dots{bottom:23px!important}
 .pcap-service-page{height:auto!important;overflow-x:auto!important;scroll-snap-type:x mandatory;gap:10px;padding-bottom:4px}.pcap-service-page .pcap-service-panel,.pcap-service-page.has-expanded .pcap-service-panel,.pcap-service-page.has-expanded .pcap-service-panel:hover{flex:0 0 84%!important;min-width:84%!important;height:320px!important;opacity:1!important;filter:none!important;pointer-events:auto!important;scroll-snap-align:center}.pcap-service-copy p,.pcap-service-copy strong{opacity:1!important;transform:none!important}
 .pcap-services-edge-control{width:38px!important;height:38px!important}.pcap-services-edge-control.is-right{right:-7px!important}.pcap-services-edge-control.is-left{left:-7px!important}
 .pcap-products-head{display:block!important}.pcap-products-title{margin-bottom:12px}.pcap-products-head-actions{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:6px!important}.pcap-products-head-actions .pcap-product-tabs{grid-column:1!important;max-width:none!important;flex:auto!important}.pcap-products-global-controls{grid-column:2!important}.pcap-section-action{grid-column:3!important}.pcap-section-action span{display:none!important}
 .pcap-marquee-section .pcap-marquee-heading{width:calc(100% - 24px)!important}.pcap-marquee-section .pcap-marquee-group a{width:105px!important;height:54px!important}
 .pcap-catalog{height:370px!important}.pcap-catalog .pcap-catalog-copy{padding:28px 0 62px!important}.pcap-catalog .pcap-catalog-copy h2{font-size:27px!important}
 .pcap-site-footer.pcap-footer{margin-top:70px!important;padding-top:112px!important}.pcap-footer .pcap-footer-cta{width:calc(100% - 24px)!important;grid-template-columns:44px minmax(0,1fr)!important;gap:10px!important;padding:14px!important}.pcap-footer .pcap-footer-cta-icon{width:44px;height:44px}.pcap-footer .pcap-footer-cta>a{grid-column:1/-1!important;width:100%!important}.pcap-footer .pcap-footer-grid{grid-template-columns:1fr 1fr!important;gap:24px 18px!important}.pcap-footer-brand{grid-column:1/-1}.pcap-footer-trust{grid-column:auto}.pcap-footer .pcap-footer-bottom{display:grid!important;text-align:center!important;justify-content:center!important}
}
@media(max-width:430px){
 .pcap-header-actions .is-cart{display:inline-flex!important}.pcap-header-actions .pcap-theme-icon-button{display:inline-flex!important}.pcap-logo-plain .custom-logo{max-width:112px!important}
 .pcap-footer .pcap-footer-grid{grid-template-columns:1fr!important}.pcap-footer-brand,.pcap-footer-trust{grid-column:1!important}
}
@media(min-width:761px){.pcap-service-page.has-expanded{gap:0!important}}
.pcap-site-header.pcap-header{overflow-anchor:none}

/* =========================================================
   Requested refinements applied directly to the 0.7 design
   ========================================================= */
:root{
  --pcap-shell:min(1440px,calc(100% - clamp(48px,7vw,128px)));
  --pcap-section-title:clamp(20px,1.65vw,27px);
}

/* Header: preserve 0.7 visual language but lock physical placement. */
@media (min-width:981px){
  .pcap-header-main-inner{
    direction:ltr!important;
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    grid-template-areas:"actions right"!important;
    align-items:center!important;
    gap:24px!important;
    min-height:76px!important;
    padding:10px clamp(28px,4vw,72px)!important;
  }
  .pcap-header-main-right{
    grid-area:right!important;
    direction:rtl!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:24px!important;
    min-width:0!important;
    max-width:none!important;
    width:100%!important;
  }
  .pcap-header-actions{
    grid-area:actions!important;
    direction:ltr!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    justify-self:start!important;
    margin:0!important;
    flex:none!important;
  }
  .pcap-header-actions>*{direction:rtl!important}
  .pcap-header-live-search{
    flex:1 1 760px!important;
    width:min(860px,100%)!important;
    max-width:860px!important;
    min-width:360px!important;
  }
}

/* Search: slightly shorter, substantially wider, seamless with live results. */
.pcap-live-search .pcap-product-search{
  height:47px!important;
  min-height:47px!important;
  padding:0 46px 0 16px!important;
  border-radius:999px!important;
  background:var(--pcap-field)!important;
  border:1px solid var(--pcap-border-strong)!important;
  box-shadow:none!important;
}
.pcap-live-search input[type="search"]{
  height:45px!important;
  font-size:12px!important;
  color:var(--pcap-text)!important;
}
.pcap-live-search .pcap-search-shortcut{font-size:8px!important;color:var(--pcap-muted)!important}
.pcap-live-search.is-focused .pcap-product-search,
.pcap-live-search.has-results .pcap-product-search{
  background:var(--pcap-surface)!important;
  border-color:rgba(var(--pcap-brand-rgb),.78)!important;
  border-bottom-color:transparent!important;
  border-radius:20px 20px 0 0!important;
  box-shadow:0 12px 30px rgba(15,17,17,.07)!important;
}
.pcap-live-search .pcap-search-dropdown{
  background:var(--pcap-surface)!important;
  color:var(--pcap-text)!important;
  border-color:rgba(var(--pcap-brand-rgb),.34)!important;
  border-top:0!important;
  border-radius:0 0 20px 20px!important;
}
html[data-theme="dark"] .pcap-live-search.is-focused .pcap-product-search,
html[data-theme="dark"] .pcap-live-search.has-results .pcap-product-search{box-shadow:0 18px 42px rgba(0,0,0,.32)!important}

/* Smaller homepage headings and consistent icon scale. */
.pcap-section-heading h2,.pcap-products-title h2,.pcap-marquee-heading h2{font-size:var(--pcap-section-title)!important;line-height:1.35!important}
.pcap-section-title-icon{width:32px!important;height:32px!important;flex-basis:32px!important;border-radius:10px!important}
.pcap-section-title-icon .pcap-icon{width:16px!important;height:16px!important}
.pcap-section-heading,.pcap-products-head{margin-bottom:20px!important}

/* Theme consistency across homepage surfaces. */
.pcap-trust-item,.pcap-category-card,.pcap-product-card-inner,.pcap-knowledge-card,
.pcap-search-result,.pcap-product-category-feature{
  background:var(--pcap-surface)!important;
  color:var(--pcap-text)!important;
  border-color:var(--pcap-border)!important;
}
.pcap-service-panel,.pcap-wide-banner,.pcap-promo-image-only,.pcap-catalog{border-color:var(--pcap-border)!important}
.pcap-section-action{
  background:var(--pcap-surface-2)!important;
  border:1px solid var(--pcap-border)!important;
  color:var(--pcap-text)!important;
}
.pcap-section-action:hover{background:var(--pcap-brand)!important;border-color:var(--pcap-brand)!important;color:#171717!important}
html[data-theme="dark"] .pcap-section-action{background:var(--pcap-surface-2)!important;color:var(--pcap-text)!important;border-color:var(--pcap-border)!important}
html[data-theme="dark"] .pcap-section-action:hover{background:var(--pcap-brand)!important;color:#171717!important}

/* Services: real sliding expansion, never image stretching. */
@media (min-width:761px){
  .pcap-service-page{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:12px!important;
    overflow:hidden!important;
    transition:grid-template-columns .55s var(--pcap-ease),gap .55s var(--pcap-ease)!important;
  }
  .pcap-service-page .pcap-service-panel,
  .pcap-service-page.has-expanded .pcap-service-panel,
  .pcap-service-page.has-expanded .pcap-service-panel:hover,
  .pcap-service-page.has-expanded .pcap-service-panel:focus-within{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    flex:none!important;
    opacity:1!important;
    filter:none!important;
    pointer-events:auto!important;
    overflow:hidden!important;
    transform:none!important;
    transition:opacity .32s ease,filter .32s ease,border-color .25s ease!important;
  }
  .pcap-service-panel img,.pcap-service-panel .pcap-service-media img{width:100%!important;height:100%!important;object-fit:cover!important}
  .pcap-service-page:has(.pcap-service-panel:nth-child(1):is(:hover,:focus-within)){grid-template-columns:minmax(0,1fr) minmax(0,.001fr) minmax(0,.001fr)!important;gap:0!important}
  .pcap-service-page:has(.pcap-service-panel:nth-child(2):is(:hover,:focus-within)){grid-template-columns:minmax(0,.001fr) minmax(0,1fr) minmax(0,.001fr)!important;gap:0!important}
  .pcap-service-page:has(.pcap-service-panel:nth-child(3):is(:hover,:focus-within)){grid-template-columns:minmax(0,.001fr) minmax(0,.001fr) minmax(0,1fr)!important;gap:0!important}
  .pcap-service-page:has(.pcap-service-panel:is(:hover,:focus-within)) .pcap-service-panel:not(:hover):not(:focus-within){opacity:0!important;pointer-events:none!important}
}

/* Product category + promotional banners. */
.pcap-promo-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}
.pcap-promo-image-only,.pcap-wide-banner,.pcap-catalog{border-radius:20px!important;overflow:hidden!important}
.pcap-wide-banner-section{padding:18px 0 34px!important}
.pcap-catalog-section{padding:38px 0 0!important}
.pcap-catalog .pcap-catalog-copy{width:auto!important;padding-inline:clamp(24px,4vw,56px)!important}

/* Product card cleanup: remove Woo list marker and contain the bottom edge. */
.woocommerce ul.products li.product.pcap-product-card,
.pcap-product-rail>li.product{list-style:none!important;overflow:visible!important}
.woocommerce ul.products li.product.pcap-product-card::marker,
.pcap-product-rail>li.product::marker{content:""!important;font-size:0!important}
.pcap-product-card-inner{border-radius:18px!important;overflow:hidden!important;border:1px solid var(--pcap-border)!important}
.pcap-product-body{border-radius:0 0 18px 18px!important;background:var(--pcap-surface)!important}

/* Knowledge cards: full-width CTA + preserve vertical page scrolling. */
.pcap-knowledge-section{overflow:visible!important}
.pcap-knowledge-rail{touch-action:pan-y pinch-zoom!important;overscroll-behavior-inline:contain!important;scroll-snap-type:x proximity!important}
.pcap-knowledge-card{overflow:hidden!important}
.pcap-knowledge-card .pcap-card-button{width:100%!important;max-width:none!important;justify-content:center!important}

/* Brand/client marquee: logo-only, transparent, grayscale until hover. */
.pcap-marquee-section{background:transparent!important;padding:24px 0 8px!important}
.pcap-marquee-section .pcap-marquee{background:transparent!important;border:0!important;padding:5px 0!important;overflow:hidden!important}
.pcap-marquee-section .pcap-marquee-group{gap:30px!important;padding-inline-end:30px!important}
.pcap-marquee-section .pcap-marquee-group a{
  width:132px!important;height:58px!important;padding:6px!important;
  background:transparent!important;border:0!important;border-radius:0!important;
  display:grid!important;place-items:center!important;
}
.pcap-marquee-section .pcap-marquee-group img{
  width:auto!important;height:auto!important;max-width:118px!important;max-height:46px!important;object-fit:contain!important;
  filter:grayscale(1)!important;opacity:.55!important;
  transition:filter .25s ease,opacity .25s ease,transform .25s ease!important;
}
.pcap-marquee-section .pcap-marquee-group a:hover img{filter:grayscale(0)!important;opacity:1!important;transform:scale(1.03)}
.pcap-marquee-section .pcap-logo-placeholder{background:transparent!important;border:0!important;color:var(--pcap-muted)!important}
.pcap-marquee-section .pcap-marquee:hover .pcap-marquee-track{animation-play-state:paused!important}

/* Footer follows the selected theme while keeping the 0.7 composition. */
.pcap-site-footer.pcap-footer{
  background:var(--pcap-bg-soft)!important;
  color:var(--pcap-text)!important;
  border-top:1px solid var(--pcap-border)!important;
}
.pcap-footer .pcap-footer-cta{
  background:var(--pcap-surface-strong)!important;
  color:var(--pcap-text)!important;
  border-color:rgba(var(--pcap-brand-rgb),.38)!important;
  box-shadow:var(--pcap-shadow)!important;
}
.pcap-footer .pcap-footer-cta>div:nth-child(2)>span{color:var(--pcap-muted)!important}
.pcap-footer .pcap-footer-cta strong{color:var(--pcap-text)!important}
.pcap-footer .pcap-footer-cta-icon{background:var(--pcap-brand-soft)!important;color:var(--pcap-brand-ink)!important}
html[data-theme="dark"] .pcap-footer .pcap-footer-cta-icon{color:var(--pcap-brand)!important}
.pcap-footer .pcap-footer-call-button,
.pcap-footer .pcap-footer-call-button:hover{
  background:var(--pcap-brand)!important;
  border-color:var(--pcap-brand)!important;
  color:#171717!important;
}
.pcap-footer .pcap-footer-call-button .pcap-icon{color:#171717!important}
.pcap-footer .pcap-logo-plain>a,.pcap-footer .pcap-logo-plain strong,.pcap-footer h3{color:var(--pcap-text)!important}
.pcap-footer .pcap-logo-plain small,.pcap-footer p,.pcap-footer .pcap-footer-grid a,.pcap-footer .pcap-footer-contact>div,.pcap-footer .pcap-menu-link,.pcap-footer .pcap-footer-cert,.pcap-footer .pcap-footer-bottom{color:var(--pcap-muted)!important}
.pcap-footer .pcap-footer-menu .pcap-menu-item-icon{background:var(--pcap-brand-soft)!important;color:var(--pcap-brand-ink)!important}
html[data-theme="dark"] .pcap-footer .pcap-footer-menu .pcap-menu-item-icon{color:var(--pcap-brand)!important}
.pcap-footer-trust-grid a,.pcap-footer-trust-grid>span{background:var(--pcap-surface)!important;border-color:var(--pcap-border)!important}
.pcap-footer .pcap-footer-bottom{border-top-color:var(--pcap-border)!important}

/* Responsive refinements keep the original 0.7 mobile structure. */
@media (max-width:1180px) and (min-width:981px){
  .pcap-header-main-inner{gap:14px!important;padding-inline:24px!important}
  .pcap-header-main-right{gap:14px!important}
  .pcap-header-live-search{min-width:300px!important;max-width:620px!important}
  .pcap-header-actions{gap:3px!important}
  .pcap-head-action-label{display:none!important}
  .pcap-head-action{width:40px!important;padding:0!important}
  .pcap-header-consult{padding-inline:12px!important}
}
@media (max-width:980px){
  :root{--pcap-shell:min(1440px,calc(100% - 32px))}
  .pcap-live-search .pcap-product-search{height:46px!important;min-height:46px!important}
  .pcap-live-search input[type="search"]{height:44px!important}
}
@media (max-width:760px){
  :root{--pcap-shell:calc(100% - 22px);--pcap-section-title:20px}
  .pcap-promo-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
  .pcap-promo-image-only{border-radius:14px!important}
  .pcap-wide-banner,.pcap-catalog{border-radius:16px!important}
  .pcap-marquee-section .pcap-marquee-group{gap:20px!important;padding-inline-end:20px!important}
  .pcap-marquee-section .pcap-marquee-group a{width:104px!important;height:50px!important}
  .pcap-marquee-section .pcap-marquee-group img{max-width:94px!important;max-height:40px!important}
}
@media (max-width:460px){.pcap-promo-grid{grid-template-columns:1fr 1fr!important}}

/* Final 0.7-base refinements: preserve the established composition. */

/* Desktop header uses flex: logo/search stay on the physical right, actions on the left. */
@media (min-width:981px){
  .pcap-header-main-inner{
    direction:rtl!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:26px!important;
    min-height:76px!important;
    padding:10px clamp(28px,4vw,72px)!important;
  }
  .pcap-header-main-right{
    direction:rtl!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:22px!important;
    flex:1 1 auto!important;
    min-width:0!important;
    width:auto!important;
    max-width:none!important;
  }
  .pcap-logo-plain{flex:0 0 auto!important}
  .pcap-header-live-search{
    flex:1 1 820px!important;
    width:auto!important;
    max-width:920px!important;
    min-width:420px!important;
  }
  .pcap-header-actions{
    direction:ltr!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex:0 0 auto!important;
    margin:0!important;
    margin-inline-start:0!important;
    margin-inline-end:auto!important;
  }
  .pcap-header-actions>*{direction:rtl!important}
}
@media (min-width:981px) and (max-width:1280px){
  .pcap-header-main-inner{gap:16px!important;padding-inline:24px!important}
  .pcap-header-main-right{gap:16px!important}
  .pcap-header-live-search{min-width:320px!important;max-width:720px!important;flex-basis:620px!important}
}

/* Default/custom logo remains visually identical and can still be replaced through Site Identity. */
.pcap-logo-plain .pcap-default-logo-link{display:flex!important;align-items:center!important}
.pcap-logo-plain .pcap-default-logo{display:block!important;width:auto!important;height:42px!important;max-width:184px!important;object-fit:contain!important}
html[data-theme="dark"] .pcap-logo-plain .pcap-default-logo{filter:invert(1) brightness(1.12)}
html[data-theme="dark"] .pcap-logo-plain .pcap-default-logo-link{position:relative}
@media(max-width:760px){.pcap-logo-plain .pcap-default-logo{height:34px!important;max-width:146px!important}}

/* Live search: same color at rest/focus, wider, seamless, taller results, hidden scrollbar chrome. */
.pcap-live-search .pcap-product-search,
.pcap-live-search.is-focused .pcap-product-search,
.pcap-live-search.has-results .pcap-product-search{
  height:44px!important;
  min-height:44px!important;
  background:var(--pcap-field)!important;
  color:var(--pcap-text)!important;
  border-color:var(--pcap-border-strong)!important;
  box-shadow:none!important;
}
.pcap-live-search input[type="search"]{height:42px!important;font-size:11.5px!important}
.pcap-live-search.is-focused .pcap-product-search,
.pcap-live-search.has-results .pcap-product-search{
  border-bottom-color:transparent!important;
  border-radius:19px 19px 0 0!important;
}
.pcap-live-search .pcap-search-dropdown{
  top:100%!important;
  min-height:350px!important;
  max-height:min(620px,calc(100svh - 128px))!important;
  padding:15px!important;
  background:var(--pcap-field)!important;
  color:var(--pcap-text)!important;
  border:1px solid var(--pcap-border-strong)!important;
  border-top:0!important;
  border-radius:0 0 19px 19px!important;
  box-shadow:0 24px 58px rgba(15,17,17,.13)!important;
  overflow-y:auto!important;
  scrollbar-width:none!important;
  overscroll-behavior:contain!important;
}
.pcap-live-search .pcap-search-dropdown::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}
.pcap-search-result{background:var(--pcap-surface)!important}
.pcap-search-result:hover,.pcap-search-result:focus{background:var(--pcap-bg-soft)!important}
html[data-theme="dark"] .pcap-live-search .pcap-search-dropdown{box-shadow:0 28px 68px rgba(0,0,0,.34)!important}
@media(max-width:760px){
  .pcap-search-dropdown{scrollbar-width:none!important}
  .pcap-search-dropdown::-webkit-scrollbar{display:none!important}
}

/* Menu icon geometry never changes on hover/active; only color changes. */
.pcap-menu-item-icon{
  width:24px!important;height:24px!important;min-width:24px!important;
  border-radius:0!important;background:transparent!important;
  color:var(--pcap-muted)!important;transition:color .2s ease!important
}
.pcap-menu-link:hover .pcap-menu-item-icon,
.current-menu-item>.pcap-menu-link .pcap-menu-item-icon,
.current-menu-ancestor>.pcap-menu-link .pcap-menu-item-icon{
  background:transparent!important;color:var(--pcap-brand-ink)!important
}
html[data-theme="dark"] .pcap-menu-link:hover .pcap-menu-item-icon,
html[data-theme="dark"] .current-menu-item>.pcap-menu-link .pcap-menu-item-icon,
html[data-theme="dark"] .current-menu-ancestor>.pcap-menu-link .pcap-menu-item-icon{color:var(--pcap-brand)!important}

/* Theme-correct visual surfaces for media sections. Real imagery keeps high-contrast white overlay copy. */
.pcap-hero,.pcap-service-panel:not(.pcap-placeholder-panel),.pcap-wide-banner:not(.is-placeholder),.pcap-catalog:not(.is-placeholder){color:#fff!important}
.pcap-hero-content,.pcap-hero-content h1,.pcap-service-panel:not(.pcap-placeholder-panel) .pcap-service-copy h3,
.pcap-wide-banner:not(.is-placeholder) .pcap-wide-banner-copy h2,.pcap-catalog:not(.is-placeholder) .pcap-catalog-copy h2{color:#fff!important}
.pcap-service-panel:not(.pcap-placeholder-panel) .pcap-service-copy p,
.pcap-wide-banner:not(.is-placeholder) .pcap-wide-banner-copy p,
.pcap-catalog:not(.is-placeholder) .pcap-catalog-copy>div{color:rgba(255,255,255,.76)!important}
html[data-theme="light"] .pcap-hero-overlay{background:linear-gradient(90deg,rgba(5,6,6,.08),rgba(5,6,6,.42) 56%,rgba(5,6,6,.78)),linear-gradient(0deg,rgba(5,6,6,.46),transparent 52%)!important}
html[data-theme="dark"] .pcap-hero-overlay{background:linear-gradient(90deg,rgba(1,2,2,.16),rgba(1,2,2,.56) 56%,rgba(1,2,2,.9)),linear-gradient(0deg,rgba(1,2,2,.68),transparent 52%)!important}
html[data-theme="light"] .pcap-wide-banner-shade{background:linear-gradient(90deg,rgba(5,6,6,.08),rgba(5,6,6,.7))!important}
html[data-theme="dark"] .pcap-wide-banner-shade{background:linear-gradient(90deg,rgba(1,2,2,.16),rgba(1,2,2,.84))!important}
html[data-theme="light"] .pcap-catalog-overlay{background:linear-gradient(90deg,rgba(5,6,6,.08),rgba(5,6,6,.69))!important}
html[data-theme="dark"] .pcap-catalog-overlay{background:linear-gradient(90deg,rgba(1,2,2,.18),rgba(1,2,2,.86))!important}
.pcap-wide-banner.is-placeholder,.pcap-catalog.is-placeholder,.pcap-placeholder-panel{
  background:var(--pcap-surface)!important;color:var(--pcap-text)!important;border-color:var(--pcap-border)!important
}
.pcap-wide-banner.is-placeholder .pcap-wide-banner-shade,.pcap-catalog.is-placeholder .pcap-catalog-overlay,.pcap-placeholder-panel .pcap-service-shade{
  background:linear-gradient(135deg,rgba(var(--pcap-brand-rgb),.10),transparent 58%)!important
}
.pcap-wide-banner.is-placeholder .pcap-wide-banner-copy h2,.pcap-wide-banner.is-placeholder .pcap-wide-banner-copy p,
.pcap-catalog.is-placeholder .pcap-catalog-copy h2,.pcap-catalog.is-placeholder .pcap-catalog-copy>div,
.pcap-placeholder-panel .pcap-service-copy h3,.pcap-placeholder-panel .pcap-service-copy p{color:var(--pcap-text)!important}

/* Services use flex growth for a calm sliding expansion instead of disappearing columns. */
@media(min-width:761px){
  .pcap-service-page{
    display:flex!important;align-items:stretch!important;gap:12px!important;overflow:hidden!important;
    transition:gap .72s cubic-bezier(.2,.75,.2,1)!important
  }
  .pcap-service-page .pcap-service-panel{
    flex:1 1 0!important;min-width:0!important;width:auto!important;max-width:none!important;
    opacity:1!important;filter:none!important;pointer-events:auto!important;transform:none!important;
    transition:flex-grow .72s cubic-bezier(.2,.75,.2,1),flex-basis .72s cubic-bezier(.2,.75,.2,1),opacity .55s ease,filter .55s ease,box-shadow .35s ease!important
  }
  .pcap-service-page.has-expanded{gap:5px!important}
  .pcap-service-page.has-expanded .pcap-service-panel{flex-grow:.045!important;flex-basis:0!important;opacity:.24!important;filter:saturate(.55) brightness(.72)!important}
  .pcap-service-page.has-expanded .pcap-service-panel.is-service-active{flex-grow:1!important;opacity:1!important;filter:none!important;box-shadow:var(--pcap-shadow-lg)!important}
  .pcap-service-page.has-expanded .pcap-service-panel:not(.is-service-active) .pcap-service-copy{opacity:.35!important}
  .pcap-service-page .pcap-service-media img{transform:scale(1.015)!important;transition:transform 1.1s cubic-bezier(.2,.75,.2,1),filter .65s ease!important}
  .pcap-service-page .pcap-service-panel.is-service-active .pcap-service-media img{transform:scale(1.045)!important}
  .pcap-service-page .pcap-service-panel.is-service-active .pcap-service-copy p,
  .pcap-service-page .pcap-service-panel.is-service-active .pcap-service-copy strong{opacity:1!important;transform:none!important;transition-delay:.12s!important}
}

/* Footer quick access and CTA colors are explicit in both modes. */
html[data-theme="light"] .pcap-site-footer.pcap-footer{background:#f0f0ec!important;color:#1b1d1c!important}
html[data-theme="dark"] .pcap-site-footer.pcap-footer{background:#101212!important;color:#f2f3ef!important}
html[data-theme="light"] .pcap-footer .pcap-footer-cta{background:#fff!important;color:#181a19!important}
html[data-theme="dark"] .pcap-footer .pcap-footer-cta{background:#181b1b!important;color:#f5f5f2!important}
.pcap-footer .pcap-footer-call-button,.pcap-footer .pcap-footer-call-button:hover,
.pcap-footer .pcap-footer-call-button span,.pcap-footer .pcap-footer-call-button .pcap-icon{color:#171717!important}
.pcap-footer .pcap-footer-menu .pcap-menu-link{
  background:transparent!important;border-radius:9px!important;padding:2px 4px!important;color:var(--pcap-text)!important;opacity:.72!important
}
.pcap-footer .pcap-footer-menu .pcap-menu-link:hover{background:transparent!important;color:var(--pcap-brand-ink)!important;opacity:1!important}
html[data-theme="dark"] .pcap-footer .pcap-footer-menu .pcap-menu-link:hover{color:var(--pcap-brand)!important}
.pcap-footer .pcap-footer-menu .pcap-menu-item-icon{
  width:22px!important;height:22px!important;min-width:22px!important;background:transparent!important;color:var(--pcap-brand-ink)!important
}
html[data-theme="dark"] .pcap-footer .pcap-footer-menu .pcap-menu-item-icon{background:transparent!important;color:var(--pcap-brand)!important}
.pcap-footer .pcap-footer-menu .pcap-menu-link:hover .pcap-menu-item-icon{background:transparent!important}
@media(min-width:761px){
  .pcap-service-page.has-expanded:has(.pcap-service-panel.is-service-active) .pcap-service-panel:not(.is-service-active){
    opacity:.24!important;pointer-events:auto!important;filter:saturate(.55) brightness(.72)!important
  }
  .pcap-service-page.has-expanded:has(.pcap-service-panel.is-service-active) .pcap-service-panel.is-service-active{
    opacity:1!important;pointer-events:auto!important;filter:none!important
  }
}
