/* Category Design Layer v2.8.0 - isolated from legacy gallery CSS */
#pgp-category-design-root{
    --pgp-cd-max:1180px;
    --pgp-cd-cols:3;
    --pgp-cd-cols-tab:2;
    --pgp-cd-cols-mob:1;
    --pgp-cd-gap:24px;
    --pgp-cd-radius:16px;
    --pgp-cd-accent:#165a8f;
    --pgp-cd-surface:#fff;
    --pgp-cd-page:#f6f8fb;
    --pgp-cd-text:#142033;
    --pgp-cd-muted:#667085;
    --pgp-cd-ratio:75%;
    box-sizing:border-box!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:32px max(20px,calc((100vw - var(--pgp-cd-max))/2)) 56px!important;
    background:var(--pgp-cd-page)!important;
    color:var(--pgp-cd-text)!important;
}
#pgp-category-design-root *,#pgp-category-design-root *:before,#pgp-category-design-root *:after{box-sizing:border-box}
#pgp-category-design-root .pgp-category-layout{width:100%!important;max-width:var(--pgp-cd-max)!important;margin:0 auto!important;gap:28px!important}
#pgp-category-design-root .pgp-category-main-content{min-width:0!important}
#pgp-category-design-root .pgp-breadcrumb{width:100%!important;max-width:var(--pgp-cd-max)!important;margin:0 auto 18px!important;padding:0!important;color:var(--pgp-cd-muted)!important;font-size:13px!important;line-height:1.5!important}
#pgp-category-design-root .pgp-breadcrumb a{color:var(--pgp-cd-muted)!important;text-decoration:none!important}
#pgp-category-design-root .pgp-breadcrumb a:hover{color:var(--pgp-cd-accent)!important}
#pgp-category-design-root .pgp-stable-hero{display:grid!important;grid-template-columns:minmax(0,1.45fr) minmax(280px,.8fr)!important;gap:28px!important;align-items:stretch!important;margin:0 0 28px!important;padding:28px!important;border:1px solid rgba(15,23,42,.07)!important;border-radius:calc(var(--pgp-cd-radius) + 4px)!important;background:var(--pgp-cd-surface)!important;box-shadow:0 14px 36px rgba(15,23,42,.06)!important;overflow:hidden!important}
#pgp-category-design-root .pgp-stable-hero:not(.has-category-image){grid-template-columns:1fr!important}
#pgp-category-design-root .pgp-stable-hero-content{padding:2px 0!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
#pgp-category-design-root .pgp-stable-kicker{margin:0 0 8px!important;color:var(--pgp-cd-accent)!important;font-size:11px!important;font-weight:800!important;letter-spacing:.11em!important;text-transform:uppercase!important}
#pgp-category-design-root .pgp-taxonomy-title{margin:0 0 12px!important;color:var(--pgp-cd-text)!important;font-size:clamp(28px,2.2vw,38px)!important;line-height:1.15!important;font-weight:800!important;letter-spacing:-.025em!important}
#pgp-category-design-root .pgp-taxonomy-intro{max-width:740px!important;margin:0!important;color:var(--pgp-cd-muted)!important;font-size:15px!important;line-height:1.75!important}
#pgp-category-design-root .pgp-stable-stats{display:flex!important;gap:10px!important;margin:20px 0 0!important}
#pgp-category-design-root .pgp-stable-stat-card{min-width:0!important;display:flex!important;align-items:center!important;gap:10px!important;padding:10px 13px!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:10px!important;background:#f9fbfd!important;box-shadow:none!important}
#pgp-category-design-root .pgp-stable-stat-dot{width:30px!important;height:30px!important;flex:0 0 30px!important;border-radius:8px!important;background:color-mix(in srgb,var(--pgp-cd-accent) 10%,#fff)!important;color:var(--pgp-cd-accent)!important;font-size:14px!important}
#pgp-category-design-root .pgp-stable-stat-card span:not(.pgp-stable-stat-dot){font-size:11px!important;color:var(--pgp-cd-muted)!important;font-weight:600!important}
#pgp-category-design-root .pgp-stable-stat-card strong{font-size:15px!important;color:var(--pgp-cd-text)!important;font-weight:800!important}
#pgp-category-design-root .pgp-stable-hero-image{position:relative!important;min-height:230px!important;margin:0!important;border:0!important;border-radius:var(--pgp-cd-radius)!important;box-shadow:none!important;overflow:hidden!important;background:#edf1f5!important}
#pgp-category-design-root .pgp-stable-hero-image:before,#pgp-category-design-root .pgp-stable-hero-image:after,#pgp-category-design-root .pgp-stable-hero-image-bg,#pgp-category-design-root .pgp-stable-hero-image-overlay{display:none!important}
#pgp-category-design-root .pgp-stable-hero-image img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important;transform:none!important;filter:none!important}
#pgp-category-design-root .pgp-stable-photo-grid{display:grid!important;grid-template-columns:repeat(var(--pgp-cd-cols),minmax(0,1fr))!important;gap:var(--pgp-cd-gap)!important;margin:0 0 32px!important}
#pgp-category-design-root .pgp-stable-photo-card{min-width:0!important;margin:0!important;overflow:hidden!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:var(--pgp-cd-radius)!important;background:var(--pgp-cd-surface)!important;box-shadow:var(--pgp-cd-shadow,0 10px 26px rgba(15,23,42,.06))!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}
#pgp-category-design-root .pgp-stable-photo-card:hover{transform:translateY(-4px)!important;border-color:color-mix(in srgb,var(--pgp-cd-accent) 28%,#dfe5ec)!important;box-shadow:0 16px 34px rgba(15,23,42,.10)!important}
#pgp-category-design-root .pgp-stable-photo-card .pgp-thumb{position:relative!important;display:block!important;height:0!important;padding-top:var(--pgp-cd-ratio)!important;overflow:hidden!important;background:#edf1f5!important}
#pgp-category-design-root .pgp-stable-photo-card .pgp-thumb img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .35s ease!important}
#pgp-category-design-root .pgp-stable-photo-card:hover .pgp-thumb img{transform:scale(1.035)!important}
#pgp-category-design-root .pgp-stable-photo-card .pgp-title{min-height:0!important;display:block!important;margin:0!important;padding:14px 16px 15px!important;color:var(--pgp-cd-text)!important;font-size:14px!important;font-weight:700!important;line-height:1.45!important;text-align:var(--pgp-cd-title-align,left)!important;text-decoration:none!important;background:transparent!important}
#pgp-category-design-root .pgp-stable-photo-card .pgp-title:hover{color:var(--pgp-cd-accent)!important}
#pgp-category-design-root .pgp-stable-detail-panel{margin:8px 0 28px!important;padding:24px!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:var(--pgp-cd-radius)!important;background:var(--pgp-cd-surface)!important;box-shadow:0 10px 28px rgba(15,23,42,.045)!important}
#pgp-category-design-root .pgp-stable-detail-head{margin:0 0 16px!important}.pgp-stable-detail-head h2{color:var(--pgp-cd-text)!important}
#pgp-category-design-root .pgp-stable-detail-icon{border-radius:8px!important;background:color-mix(in srgb,var(--pgp-cd-accent) 10%,#fff)!important;color:var(--pgp-cd-accent)!important}
#pgp-category-design-root .pgp-stable-accordion{border:1px solid rgba(15,23,42,.08)!important;border-radius:10px!important;background:#fbfcfe!important}
#pgp-category-design-root .pgp-stable-accordion summary{padding:15px 16px!important;color:var(--pgp-cd-text)!important}
#pgp-category-design-root .pgp-stable-accordion-content{color:var(--pgp-cd-muted)!important}
#pgp-category-design-root .pgp-pagination{margin:30px 0 0!important}
#pgp-category-design-root .pgp-pagination .page-numbers{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:38px!important;height:38px!important;margin:0 3px!important;padding:0 10px!important;border:1px solid rgba(15,23,42,.09)!important;border-radius:9px!important;background:#fff!important;color:var(--pgp-cd-text)!important;text-decoration:none!important}
#pgp-category-design-root .pgp-pagination .current,#pgp-category-design-root .pgp-pagination a:hover{background:var(--pgp-cd-accent)!important;color:#fff!important;border-color:var(--pgp-cd-accent)!important}

/* Variations */
#pgp-category-design-root.pgp-cd-minimal{--pgp-cd-page:#fff}
#pgp-category-design-root.pgp-cd-minimal .pgp-stable-hero{padding:10px 0 24px!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}
#pgp-category-design-root.pgp-cd-minimal .pgp-stable-photo-card{border-width:0 0 1px!important;border-radius:0!important;box-shadow:none!important}
#pgp-category-design-root.pgp-cd-minimal .pgp-stable-photo-card:hover{box-shadow:none!important;transform:none!important}
#pgp-category-design-root.pgp-cd-minimal .pgp-stable-photo-card .pgp-title{padding-left:0!important;padding-right:0!important}
#pgp-category-design-root.pgp-cd-showcase .pgp-stable-hero{background:linear-gradient(135deg,var(--pgp-cd-text),color-mix(in srgb,var(--pgp-cd-accent) 65%,#0b1324))!important;border:0!important}
#pgp-category-design-root.pgp-cd-showcase .pgp-taxonomy-title,#pgp-category-design-root.pgp-cd-showcase .pgp-stable-stat-card strong{color:#fff!important}
#pgp-category-design-root.pgp-cd-showcase .pgp-taxonomy-intro,#pgp-category-design-root.pgp-cd-showcase .pgp-stable-stat-card span:not(.pgp-stable-stat-dot){color:rgba(255,255,255,.72)!important}
#pgp-category-design-root.pgp-cd-showcase .pgp-stable-stat-card{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.14)!important}
#pgp-category-design-root.pgp-cd-editorial .pgp-stable-hero{grid-template-columns:1fr!important;padding:28px 0 24px!important;border:0!important;border-bottom:1px solid rgba(15,23,42,.1)!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}
#pgp-category-design-root.pgp-cd-editorial .pgp-stable-hero-image{display:none!important}
#pgp-category-design-root.pgp-cd-editorial .pgp-taxonomy-title{font-family:Georgia,'Times New Roman',serif!important;font-weight:700!important;font-size:clamp(32px,3vw,46px)!important}

@media(max-width:1024px){
    #pgp-category-design-root{padding-left:18px!important;padding-right:18px!important}
    #pgp-category-design-root .pgp-stable-photo-grid{grid-template-columns:repeat(var(--pgp-cd-cols-tab),minmax(0,1fr))!important}
    #pgp-category-design-root .pgp-stable-hero{grid-template-columns:1fr!important}
    #pgp-category-design-root .pgp-stable-hero-image{display:none!important}
}
@media(max-width:640px){
    #pgp-category-design-root{padding-top:20px!important;padding-bottom:36px!important}
    #pgp-category-design-root .pgp-stable-photo-grid{grid-template-columns:repeat(var(--pgp-cd-cols-mob),minmax(0,1fr))!important;gap:16px!important}
    #pgp-category-design-root .pgp-stable-hero{padding:20px!important;margin-bottom:20px!important}
    #pgp-category-design-root .pgp-taxonomy-title{font-size:26px!important}
    #pgp-category-design-root .pgp-stable-stats{display:grid!important;grid-template-columns:1fr 1fr!important}
    #pgp-category-design-root .pgp-stable-detail-panel{padding:17px!important}
}
