/* ============================================================
   CATEGORY PAGE v9.1 — Enterprise Light
   Clean, spacious, premium B2B industrial aesthetic
   ============================================================ */

/* ── Hero ── */
.ph-cat-hero{
    padding:64px 0 52px;background:linear-gradient(160deg,#1a1a1a 0%,#0a0a0a 50%,#161616 100%);color:#fff;position:relative;overflow:hidden
}
.ph-cat-hero::before{
    content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;
    background:radial-gradient(circle,rgba(223,112,41,.06) 0%,transparent 65%);border-radius:50%;pointer-events:none
}
.ph-cat-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;position:relative;z-index:1}
.ph-cat-badge{
    display:inline-block;background:#DF7029;color:#fff;padding:7px 18px;border-radius:20px;
    font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px
}
.ph-cat-title{font-size:44px;font-weight:800;margin-bottom:18px;line-height:1.1;color:#fff;letter-spacing:-.5px}
.ph-cat-desc{font-size:16px;color:rgba(255,255,255,.65);line-height:1.7;margin-bottom:24px;max-width:500px}
.ph-cat-hero-stats{display:flex;gap:28px;margin-bottom:32px}
.ph-cat-stat-num{display:block;font-size:24px;font-weight:800;color:#DF7029;line-height:1}
.ph-cat-stat-label{font-size:11px;color:rgba(255,255,255,.4);font-weight:500;margin-top:4px;display:block}
.ph-cat-actions{display:flex;gap:14px;flex-wrap:wrap}
.ph-btn-primary{
    display:inline-flex;align-items:center;gap:8px;background:#DF7029;color:#fff;
    padding:13px 30px;border-radius:10px;text-decoration:none;font-weight:600;font-size:14px;
    transition:all .2s ease;box-shadow:0 2px 8px rgba(223,112,41,.2)
}
.ph-btn-primary:hover{background:#c56020;transform:translateY(-2px);box-shadow:0 8px 24px rgba(223,112,41,.3);color:#fff}
.ph-btn-secondary{
    display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.08);color:#fff;
    padding:13px 30px;border-radius:10px;text-decoration:none;font-weight:500;font-size:14px;
    transition:all .2s ease;border:1px solid rgba(255,255,255,.15)
}
.ph-btn-secondary:hover{background:rgba(255,255,255,.15);color:#fff;border-color:rgba(255,255,255,.3)}
.ph-cat-hero-image img{width:100%;height:360px;object-fit:cover;border-radius:16px}
.ph-cat-hero-placeholder{
    width:100%;height:360px;background:rgba(255,255,255,.04);border-radius:16px;
    display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.06)
}
.ph-cat-hero-placeholder .material-symbols-outlined{font-size:80px;color:rgba(255,255,255,.08)}

.ph-desktop-only{display:flex !important}
.ph-mobile-only{display:none !important}

/* ── Category Nav ── */
.ph-cat-nav-container,
.ph-cat-nav-container > .container,
.ph-cat-nav-container > .container > .ph-cat-nav-scroll{overflow:visible}
.ph-cat-nav-container{
    background:#fff;border-bottom:1px solid #eee;
    position:sticky;top:60px;z-index:40;
    box-shadow:0 1px 3px rgba(0,0,0,.04),0 4px 12px rgba(0,0,0,.02)
}
.ph-cat-nav-scroll{display:flex;gap:6px;padding:12px 0;align-items:center}
.ph-cat-nav-item-wrapper{position:relative}
.ph-cat-nav-item{
    display:flex;align-items:center;gap:6px;padding:10px 18px;border-radius:10px;
    font-size:13px;font-weight:500;text-decoration:none;color:#555;background:#f8f9fa;
    border:1px solid #eee;transition:all .2s ease;white-space:nowrap;cursor:pointer;font-family:inherit
}
button.ph-cat-nav-item{appearance:none;-webkit-appearance:none}
.ph-cat-nav-item:hover,.ph-cat-nav-item.active{
    background:#DF7029;color:#fff;border-color:#DF7029;box-shadow:0 2px 8px rgba(223,112,41,.2)
}
.ph-cat-nav-item:hover .material-symbols-outlined,
.ph-cat-nav-item.active .material-symbols-outlined{color:#fff}
.ph-cat-nav-icon{width:22px;height:22px;border-radius:6px;object-fit:cover;flex-shrink:0;background:#f0f0f0}
.ph-nav-arrow{font-size:16px;transition:transform .2s}

/* Submenu bridge — desktop only */
.ph-cat-nav-item-wrapper::after{
    content:'';position:absolute;top:100%;left:0;right:0;height:16px;display:block;z-index:899
}

/* ── Submenu ── */
.ph-cat-submenu{
    position:absolute;top:100%;left:0;margin-top:12px;min-width:280px;background:#fff;
    border:1px solid #eee;border-radius:12px;
    box-shadow:0 12px 40px rgba(0,0,0,.12),0 4px 12px rgba(0,0,0,.06);
    padding:8px;z-index:900;opacity:0;visibility:hidden;transform:translateY(-6px);
    transition:opacity .2s ease,visibility .2s ease,transform .2s ease;pointer-events:none
}

/* Desktop only: hover/focus opens submenu */
@media(hover:hover) and (pointer:fine){
    .ph-cat-nav-item-wrapper:hover .ph-nav-arrow,
    .ph-cat-nav-item-wrapper:focus-within .ph-nav-arrow{transform:rotate(180deg)}
    .ph-cat-nav-item-wrapper:hover .ph-cat-submenu,
    .ph-cat-nav-item-wrapper:focus-within .ph-cat-submenu{
        opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto
    }
}
.ph-cat-submenu-inner{display:flex;flex-direction:column;gap:2px}
.ph-cat-submenu-parent{
    display:flex;align-items:center;gap:10px;padding:10px 14px;margin-bottom:4px;
    font-size:13px;font-weight:700;color:#1a1a1a;text-decoration:none;border-radius:8px;
    background:rgba(223,112,41,.06);transition:background .15s
}
.ph-cat-submenu-parent:hover{background:rgba(223,112,41,.12);color:#DF7029}
.ph-cat-submenu-parent .material-symbols-outlined{font-size:16px;color:#DF7029}
.ph-cat-submenu-divider{height:1px;background:#eee;margin:4px 0}
.ph-cat-submenu-link{
    display:flex;align-items:center;gap:8px;padding:9px 14px;font-size:13px;color:#555;
    text-decoration:none;border-radius:8px;transition:all .15s
}
.ph-cat-submenu-link:hover{background:rgba(223,112,41,.06);color:#DF7029;padding-left:18px}
.ph-cat-submenu-link .material-symbols-outlined{font-size:14px;color:#bbb;transition:color .15s}
.ph-cat-submenu-link:hover .material-symbols-outlined{color:#DF7029}

/* Mobile overlay backdrop, enabled in mobile media query */
.ph-cat-submenu-backdrop{display:none}

/* Stagger */
.ph-cat-nav-item-wrapper{animation:catNavFadeIn .3s ease both}
.ph-cat-nav-item-wrapper:nth-child(1){animation-delay:.02s}
.ph-cat-nav-item-wrapper:nth-child(2){animation-delay:.04s}
.ph-cat-nav-item-wrapper:nth-child(3){animation-delay:.06s}
.ph-cat-nav-item-wrapper:nth-child(4){animation-delay:.08s}
.ph-cat-nav-item-wrapper:nth-child(5){animation-delay:.1s}
.ph-cat-nav-item-wrapper:nth-child(6){animation-delay:.12s}
.ph-cat-nav-item-wrapper:nth-child(7){animation-delay:.14s}
.ph-cat-nav-item-wrapper:nth-child(8){animation-delay:.16s}
@keyframes catNavFadeIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}

/* ── Products Section ── */
.ph-products-section{padding:56px 0 64px;background:#fafafa}
.ph-product-group{margin-bottom:56px}
.ph-product-group:last-child{margin-bottom:0}
.ph-product-group-title{
    font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:24px;
    padding-bottom:12px;border-bottom:2px solid #DF7029;display:inline-block;letter-spacing:-.3px
}
.ph-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:28px}

/* ── Product Card ── */
.ph-product-card{
    background:#fff;border:1px solid #eee;border-radius:16px;overflow:hidden;
    transition:all .3s ease;display:flex;flex-direction:column
}
.ph-product-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(0,0,0,.08);border-color:transparent}
.ph-product-card-link{display:block;text-decoration:none;color:inherit;flex:1}
.ph-product-image{height:300px;overflow:hidden;background:#f8f9fa;position:relative}
.ph-product-image img{width:100%;height:100%;object-fit:contain;transition:transform .4s ease}
.ph-product-card:hover .ph-product-image img{transform:scale(1.06)}
.ph-product-brand-badge{
    position:absolute;top:12px;left:12px;background:rgba(0,0,0,.65);color:#fff;
    padding:4px 10px;border-radius:6px;font-size:10px;font-weight:700;
    text-transform:uppercase;letter-spacing:.5px;backdrop-filter:blur(4px)
}
.ph-product-pdf-badge{
    position:absolute;top:12px;right:12px;background:#DF7029;color:#fff;
    padding:4px 8px;border-radius:6px;font-size:10px;font-weight:600;
    display:flex;align-items:center;gap:3px
}
.ph-product-pdf-badge .material-symbols-outlined{font-size:12px}
.ph-product-body{padding:20px 22px 16px}
.ph-product-cat-tag{display:inline-block;font-size:10px;font-weight:600;color:#DF7029;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}
.ph-product-title{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:8px;line-height:1.35}
.ph-product-desc{font-size:13px;color:#888;margin-bottom:14px;line-height:1.55}
.ph-product-meta{display:flex;flex-wrap:wrap;gap:8px}
.ph-product-meta-item{
    display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#999;
    background:#f8f9fa;padding:4px 10px;border-radius:6px
}
.ph-product-meta-item .material-symbols-outlined{font-size:13px;color:#bbb}
.ph-product-footer{display:flex;border-top:1px solid #f0f0f0;margin-top:auto}
.ph-product-view-btn{
    flex:1;display:flex;align-items:center;justify-content:center;gap:6px;
    padding:15px 16px;font-size:12px;font-weight:600;color:#DF7029;
    text-decoration:none;transition:background .15s;border-right:1px solid #f0f0f0
}
.ph-product-view-btn:hover{background:#fff8f3}
.ph-product-view-btn .material-symbols-outlined{font-size:16px}
.ph-product-quote-btn{
    display:flex;align-items:center;justify-content:center;padding:15px 18px;
    color:#999;text-decoration:none;transition:all .15s
}
.ph-product-quote-btn:hover{background:#f8f9fa;color:#DF7029}
.ph-product-quote-btn .material-symbols-outlined{font-size:16px}

/* ── Empty State ── */
.ph-empty-state{text-align:center;padding:80px 20px}
.ph-empty-state .material-symbols-outlined{font-size:64px;color:#ddd;margin-bottom:16px}
.ph-empty-state h3{font-size:20px;color:#555;margin-bottom:8px}
.ph-empty-state p{color:#999}

/* ── Category Description ── */
.ph-cat-description{
    background:#fff;padding:36px;border-radius:14px;border:1px solid #eee;
    margin-top:40px;box-shadow:0 1px 3px rgba(0,0,0,.03)
}
.ph-cat-description h2{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:14px;letter-spacing:-.2px}
.ph-cat-description p{color:#555;line-height:1.8}

/* ── FAQ Section — Engineered Clarity ── */
.ph-faq-section{margin-top:56px}
.ph-section-title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:28px;letter-spacing:-.3px}
.ph-faq-list{display:flex;flex-direction:column;gap:12px}
.ph-faq-item{background:#fff;border:1px solid #e8e8e8;border-radius:14px;overflow:hidden;transition:box-shadow .3s ease,border-color .3s ease}
.ph-faq-item:hover{border-color:rgba(223,112,41,.18);box-shadow:0 4px 20px rgba(0,0,0,.05)}
.ph-faq-item.active{border-color:#DF7029;box-shadow:0 8px 28px rgba(223,112,41,.1)}
.ph-faq-question{
    width:100%;display:flex;align-items:center;justify-content:space-between;
    padding:22px 28px;background:none;border:none;font-weight:600;font-size:15px;
    color:#1a1a1a;cursor:pointer;transition:all .25s ease;text-align:left;
    font-family:inherit;line-height:1.5;gap:20px
}
.ph-faq-question-text{flex:1;letter-spacing:-.01em}
.ph-faq-icon-wrapper{
    width:40px;height:40px;border-radius:12px;
    background:#f8f9fa;color:#999;
    display:flex;align-items:center;justify-content:center;flex-shrink:0;
    transition:all .35s cubic-bezier(.4,0,.2,1);
    border:1px solid #eee
}
.ph-faq-icon{transition:transform .35s cubic-bezier(.4,0,.2,1);font-size:20px;color:inherit}
.ph-faq-item.active .ph-faq-icon-wrapper{background:#DF7029;color:#fff;border-color:#DF7029}
.ph-faq-item.active .ph-faq-icon{transform:rotate(180deg)}
.ph-faq-item.active .ph-faq-question{color:#DF7029}
.ph-faq-answer{max-height:0;overflow:hidden;transition:max-height .45s cubic-bezier(.4,0,.2,1)}
.ph-faq-item.active{background:#fffbfa}
.ph-faq-answer-inner{
    padding:0 28px 24px;
    color:#666;font-size:14px;line-height:1.85;
    border-top:1px solid #f0f0f0;
    margin:0 28px;
    padding-top:20px
}

/* ═══════════════════════════════════════════════════════
   CUSTOM PAGE — Light Theme
   ═══════════════════════════════════════════════════════ */

.ph-custom-hero{
    position:relative;min-height:420px;display:flex;align-items:flex-end;
    background-size:cover;background-position:center;background-repeat:no-repeat;padding:0
}
.ph-custom-hero-overlay{
    position:absolute;inset:0;z-index:1;
    background:linear-gradient(180deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,.55) 40%,rgba(0,0,0,.85) 100%)
}
.ph-custom-hero-inner{position:relative;z-index:2;width:100%;padding:80px 0 52px}
.ph-custom-hero-content{max-width:720px}
.ph-custom-hero-title{font-size:42px;font-weight:800;color:#fff;margin-bottom:16px;line-height:1.1;letter-spacing:-.6px}
.ph-custom-hero-desc{font-size:16px;color:rgba(255,255,255,.7);line-height:1.7;max-width:560px}

.ph-custom-hero--no-image{
    background:linear-gradient(160deg,#1a1a1a 0%,#0d0d0d 50%,#161616 100%);min-height:300px
}
.ph-custom-hero--no-image .ph-custom-hero-inner{padding:64px 0 44px}

.ph-breadcrumbs{padding:16px 0;background:#fff;border-bottom:1px solid #eee}
.ph-breadcrumbs ol{display:flex;gap:8px;font-size:12px;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0}
.ph-breadcrumbs li{color:#999;display:flex;align-items:center}
.ph-breadcrumbs li:not(.active)::after{content:'/';margin-left:8px;color:#ddd}
.ph-breadcrumbs a{color:#DF7029;font-weight:500;text-decoration:none;transition:color .15s}
.ph-breadcrumbs a:hover{color:#c56020}

.ph-custom-content{padding:56px 0 64px;background:#fafafa}
.ph-custom-content-grid{display:grid;grid-template-columns:1fr;max-width:860px;margin:0 auto}
.ph-custom-content-main{
    background:#fff;border-radius:16px;border:1px solid #e8e8e8;
    padding:40px;box-shadow:0 1px 3px rgba(0,0,0,.04),0 4px 16px rgba(0,0,0,.03)
}
.ph-custom-content-body{color:#555;font-size:15px;line-height:1.85}
.ph-custom-content-body p{margin-bottom:18px}
.ph-custom-content-body p:last-child{margin-bottom:0}
.ph-custom-content-body h1,.ph-custom-content-body h2,.ph-custom-content-body h3,.ph-custom-content-body h4{
    color:#1a1a1a;margin-top:32px;margin-bottom:14px;line-height:1.3;letter-spacing:-.2px
}
.ph-custom-content-body h1:first-child,.ph-custom-content-body h2:first-child,.ph-custom-content-body h3:first-child{margin-top:0}
.ph-custom-content-body ul,.ph-custom-content-body ol{padding-left:22px;margin-bottom:18px}
.ph-custom-content-body li{margin-bottom:6px}
.ph-custom-content-body img{max-width:100%;height:auto;border-radius:10px;margin:24px 0}
.ph-custom-content-body blockquote{
    border-left:3px solid #DF7029;padding:16px 24px;margin:24px 0;
    background:#fff8f3;border-radius:0 10px 10px 0;color:#444;font-style:italic
}
.ph-custom-content-body a{color:#DF7029;text-decoration:underline;text-underline-offset:2px}
.ph-custom-content-body a:hover{color:#c56020}
.ph-custom-content-body table{width:100%;border-collapse:collapse;margin:24px 0;border-radius:10px;overflow:hidden;border:1px solid #eee}
.ph-custom-content-body table th{
    background:#1a1a1a;color:#fff;padding:12px 18px;font-size:12px;font-weight:700;
    text-transform:uppercase;letter-spacing:.5px;text-align:left
}
.ph-custom-content-body table td{padding:12px 18px;border-bottom:1px solid #f0f0f0;font-size:14px}
.ph-custom-content-body table tr:last-child td{border-bottom:none}
.ph-custom-content-body table tr:hover td{background:#fafafa}

.ph-custom-faq{padding:64px 0 72px;background:#f8f9fa;border-top:1px solid #eee}
.ph-custom-faq-header{text-align:center;margin-bottom:40px}
.ph-custom-faq-header .material-symbols-outlined{font-size:36px;color:#DF7029;display:block;margin-bottom:12px}
.ph-custom-faq-header h2{font-size:1.8rem;font-weight:700;color:#1a1a1a}

.ph-custom-cta{padding:56px 0 72px;background:#fafafa}
.ph-custom-cta-card{
    background:linear-gradient(160deg,#1a1a1a 0%,#0d0d0d 50%,#161616 100%);
    border-radius:20px;padding:56px 40px;text-align:center;color:#fff;
    position:relative;overflow:hidden
}
.ph-custom-cta-glow{
    position:absolute;top:-60%;right:-15%;width:500px;height:500px;
    background:radial-gradient(circle,rgba(223,112,41,.1) 0%,transparent 65%);border-radius:50%;pointer-events:none
}
.ph-custom-cta-inner{position:relative;z-index:1}
.ph-custom-cta-icon{
    width:64px;height:64px;border-radius:50%;background:rgba(223,112,41,.12);color:#DF7029;
    display:flex;align-items:center;justify-content:center;margin:0 auto 20px;border:1px solid rgba(223,112,41,.2)
}
.ph-custom-cta-icon .material-symbols-outlined{font-size:28px}
.ph-custom-cta-card h2{font-size:26px;font-weight:800;margin-bottom:12px;letter-spacing:-.4px;color:#fff}
.ph-custom-cta-card p{color:rgba(255,255,255,.5);margin-bottom:28px;font-size:14px;max-width:480px;margin-left:auto;margin-right:auto}
.ph-custom-cta-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.ph-custom-cta-btn{
    display:inline-flex;align-items:center;gap:8px;padding:13px 30px;border-radius:10px;
    font-size:14px;font-weight:600;text-decoration:none;transition:all .2s ease
}
.ph-custom-cta-btn-primary{background:#DF7029;color:#fff;box-shadow:0 2px 8px rgba(223,112,41,.2)}
.ph-custom-cta-btn-primary:hover{background:#c56020;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px rgba(223,112,41,.3)}
.ph-custom-cta-btn-ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.15)}
.ph-custom-cta-btn-ghost:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.3)}

/* ── Responsive ── */
@media(max-width:991px){
    .ph-cat-hero-grid{grid-template-columns:1fr;gap:36px}
    .ph-cat-title{font-size:34px}
    .ph-products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}
    .ph-custom-hero{min-height:360px}
    .ph-custom-hero-title{font-size:34px}
    .ph-custom-hero--no-image{min-height:240px}
    .ph-custom-content-main{padding:32px}
}
@media(max-width:768px){
    .ph-cat-hero{padding:52px 0 36px}
    .ph-cat-title{font-size:28px;letter-spacing:-.3px}
    .ph-cat-hero-stats{gap:18px}
    .ph-products-section{padding:36px 0 48px}
    .ph-products-grid{grid-template-columns:1fr;gap:18px}
    .ph-product-image{height:250px}
    .ph-cat-nav-container{top:54px;z-index:80;transform:none !important}
    .ph-cat-hero-image img{height:240px}
    .ph-cat-hero-placeholder{height:240px}
    .ph-cat-nav-container > .container{overflow:hidden}
    .ph-cat-nav-scroll{
        gap:6px;padding:9px 0;overflow-x:auto;overflow-y:hidden;
        -webkit-overflow-scrolling:touch;scrollbar-width:none
    }
    .ph-cat-nav-scroll::-webkit-scrollbar{display:none}
    .ph-cat-nav-item{padding:9px 14px;font-size:12px;gap:5px;flex-shrink:0}
    .ph-cat-nav-icon{width:18px;height:18px;border-radius:4px}
    .ph-nav-arrow{font-size:14px}
    .ph-cat-nav-item-wrapper::after{display:none}
    .ph-cat-nav-item-wrapper{animation:none !important}

    /* Mobile: never open submenu with hover. JS opens it with .is-open only. */
    .ph-cat-nav-item-wrapper:hover .ph-cat-submenu{
        opacity:0;visibility:hidden;transform:translateY(100%);pointer-events:none
    }
    .ph-cat-nav-item-wrapper:hover .ph-nav-arrow{transform:none}

    .ph-cat-submenu{
        position:fixed;left:10px;right:10px;bottom:10px;top:auto;min-width:auto;max-height:72vh;
        overflow-y:auto;margin-top:0;border-radius:18px;padding:10px 12px 16px;
        box-shadow:0 -10px 40px rgba(0,0,0,.18);z-index:9999;
        opacity:0;visibility:hidden;transform:translateY(100%);
        transition:opacity .25s ease,visibility .25s ease,transform .25s ease;
        pointer-events:none
    }
    .ph-cat-nav-item-wrapper.is-open .ph-cat-submenu{
        opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto
    }
    .ph-cat-nav-item-wrapper.is-open .ph-nav-arrow{transform:rotate(180deg)}
    .ph-cat-submenu::before{
        content:'';display:block;width:42px;height:4px;background:#ddd;border-radius:999px;margin:0 auto 10px
    }
    .ph-cat-submenu-link{padding:13px 14px;font-size:14px}
    .ph-cat-submenu-link:hover{padding-left:14px}
    .ph-cat-submenu-parent{padding:13px 14px;font-size:14px}
    .ph-cat-submenu-backdrop{
        display:block;position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:9998;
        opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease
    }
    body.ph-cat-menu-open{overflow:hidden}
    body.ph-cat-menu-open .ph-cat-submenu-backdrop{
        opacity:1;visibility:visible;pointer-events:auto
    }

    .ph-custom-hero{min-height:300px}
    .ph-custom-hero-inner{padding:60px 0 40px}
    .ph-custom-hero-title{font-size:26px;letter-spacing:-.3px}
    .ph-custom-hero-desc{font-size:14px}
    .ph-custom-hero--no-image{min-height:200px}
    .ph-custom-hero--no-image .ph-custom-hero-inner{padding:48px 0 32px}
    .ph-custom-content{padding:40px 0 48px}
    .ph-custom-content-main{padding:24px}
    .ph-custom-faq{padding:40px 0}
    .ph-custom-cta{padding:40px 0 56px}
    .ph-custom-cta-card{padding:36px 24px}
    .ph-custom-cta-card h2{font-size:20px}

    .ph-desktop-only{display:none !important}
    .ph-mobile-only{display:block !important}

    .ph-cat-mobile-selector{
        padding:10px 0;
    }
    .ph-cat-mobile-selector-btn{
        width:100%;
        display:flex;
        align-items:center;
        gap:10px;
        padding:12px 18px;
        background:#f8f9fa;
        border:1px solid #e8e8e8;
        border-radius:12px;
        color:#555;
        font-family:inherit;
        font-weight:600;
        font-size:14px;
        text-align:left;
        cursor:pointer;
        transition:all .2s ease;
        appearance:none;
        -webkit-appearance:none;
    }
    .ph-cat-mobile-selector-btn:hover, .ph-cat-mobile-selector-btn:focus{
        background:#fff;
        border-color:#DF7029;
        box-shadow:0 4px 12px rgba(223,112,41,.08);
    }
    .ph-cat-mobile-selector-btn .icon-menu{
        color:#DF7029;
        font-size:20px;
    }
    .ph-cat-mobile-selector-btn .ph-cat-mobile-selector-label{
        color:#888;
        font-weight:500;
        font-size:13px;
    }
    .ph-cat-mobile-selector-btn .ph-cat-mobile-selector-active{
        flex:1;
        color:#1a1a1a;
        font-size:14px;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .ph-cat-mobile-selector-btn .icon-arrow{
        color:#999;
        font-size:18px;
    }

    .ph-cat-mobile-drawer{
        position:fixed;
        bottom:0;
        left:0;
        right:0;
        width:100%;
        max-height:85vh;
        background:#fff;
        border-radius:24px 24px 0 0;
        box-shadow:0 -10px 40px rgba(0,0,0,.15);
        z-index:99999;
        display:flex;
        flex-direction:column;
        transform:translateY(100%);
        transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1);
        pointer-events:none;
    }
    .ph-cat-mobile-drawer.is-open{
        transform:translateY(0);
        pointer-events:auto;
    }
    .ph-cat-mobile-drawer-header{
        display:flex;
        align-items:center;
        gap:10px;
        padding:20px 24px 14px;
        border-bottom:1px solid #f0f0f0;
    }
    .ph-cat-mobile-drawer-header .material-symbols-outlined{
        color:#DF7029;
        font-size:22px;
    }
    .ph-cat-mobile-drawer-header h3{
        flex:1;
        margin:0;
        font-size:16px;
        font-weight:700;
        color:#1a1a1a;
    }
    .ph-cat-mobile-drawer-close{
        background:none;
        border:none;
        padding:6px;
        color:#999;
        cursor:pointer;
        display:flex;
        align-items:center;
        justify-content:center;
        border-radius:50%;
        transition:background .2s;
    }
    .ph-cat-mobile-drawer-close:hover{
        background:#f0f0f0;
        color:#1a1a1a;
    }
    .ph-cat-mobile-drawer-content{
        padding:12px 16px 24px;
        overflow-y:auto;
        flex:1;
        display:flex;
        flex-direction:column;
        gap:6px;
    }
    .ph-drawer-item{
        display:flex;
        align-items:center;
        gap:10px;
        padding:12px 16px;
        border-radius:10px;
        color:#555;
        font-size:14px;
        font-weight:600;
        text-decoration:none;
        transition:all .2s ease;
    }
    .ph-drawer-item:hover, .ph-drawer-item.active{
        background:rgba(223,112,41,.06);
        color:#DF7029;
    }
    .ph-drawer-item.active{
        background:#DF7029;
        color:#fff;
    }
    .ph-drawer-divider{
        height:1px;
        background:#f0f0f0;
        margin:6px 0;
    }
    
    /* Accordion items */
    .ph-drawer-accordion{
        display:flex;
        flex-direction:column;
        border-radius:10px;
        overflow:hidden;
        background:#f8f9fa;
        border:1px solid #e8e8e8;
    }
    .ph-drawer-accordion.active-path{
        border-color:rgba(223,112,41,.2);
        background:#fffdfb;
    }
    .ph-drawer-accordion-btn{
        width:100%;
        display:flex;
        align-items:center;
        gap:10px;
        padding:12px 16px;
        background:none;
        border:none;
        text-align:left;
        font-family:inherit;
        font-weight:600;
        font-size:14px;
        color:#555;
        cursor:pointer;
        transition:all .2s ease;
    }
    .ph-drawer-accordion-btn.active{
        color:#DF7029;
    }
    .ph-drawer-arrow{
        margin-left:auto;
        font-size:18px;
        color:#999;
        transition:transform .2s ease;
    }
    .ph-drawer-accordion-btn[aria-expanded="true"] .ph-drawer-arrow{
        transform:rotate(180deg);
        color:#DF7029;
    }
    
    .ph-drawer-accordion-panel{
        max-height:0;
        overflow:hidden;
        transition:max-height .25s ease-out;
        display:flex;
        flex-direction:column;
        padding:0 8px;
    }
    .ph-drawer-sub-link{
        display:flex;
        align-items:center;
        gap:10px;
        padding:10px 14px 10px 24px;
        border-radius:8px;
        color:#666;
        font-size:13px;
        font-weight:500;
        text-decoration:none;
        transition:all .2s ease;
        margin-bottom:4px;
    }
    .ph-drawer-sub-link:last-child{
        margin-bottom:8px;
    }
    .ph-drawer-sub-link .material-symbols-outlined{
        font-size:14px;
        color:#bbb;
    }
    .ph-drawer-sub-link:hover, .ph-drawer-sub-link.active{
        background:rgba(223,112,41,.06);
        color:#DF7029;
    }
    .ph-drawer-sub-link.active .material-symbols-outlined{
        color:#DF7029;
    }
}

/* ── Selection & Focus ── */
::selection{background:rgba(223,112,41,.15);color:#1a1a1a}
*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.12) transparent}
*::-webkit-scrollbar{width:5px;height:5px}
*::-webkit-scrollbar-track{background:transparent}
*::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:3px}
*::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.2)}