/* ── Layout ── */
.pd-container{max-width:1140px;margin:0 auto;padding:0 24px;}
.pd-layout{display:grid;grid-template-columns:1fr 300px;gap:48px;padding-top:40px;padding-bottom:80px;align-items:start;}

/* Breadcrumb */
.pd-breadbar{background:#1A1A2E;border-bottom:none;padding:10px 0;}
.pd-breadcrumb{display:flex;align-items:center;gap:6px;font-size:12px;color:rgba(255,255,255,0.5);flex-wrap:wrap;}
.pd-breadcrumb a{color:rgba(255,255,255,0.5);text-decoration:none;transition:color .2s;}
.pd-breadcrumb a:hover{color:#fff;}
.pd-breadcrumb span{color:rgba(255,255,255,0.9);}

/* Title band */
.pd-titleband{background:#fff;border-bottom:1px solid #e2e2e8;padding:32px 0 28px;}
.pd-titleband .pd-container{max-width:1140px;}
.pd-cat{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:3px 10px;border:1px solid;border-radius:2px;margin-bottom:12px;}
.pd-title{font-size:clamp(22px,3vw,36px);font-weight:700;color:#111;margin:0 0 14px;line-height:1.22;letter-spacing:-.02em;max-width:820px;}
.pd-meta{display:flex;align-items:center;gap:20px;flex-wrap:wrap;}
.pd-meta span{display:flex;align-items:center;gap:5px;font-size:12px;color:#6b7280;letter-spacing:.01em;}

/* Cover */
.pd-cover{margin:0 0 28px;border-radius:4px;overflow:hidden;background:#f0f0f4;}
.pd-cover img{width:100%;height:auto;max-height:380px;object-fit:contain;display:block;background:#f0f0f4;}

/* Lead */
.pd-lead{font-size:17px;line-height:1.75;color:#222;font-weight:500;border-left:3px solid #c9a84c;padding:12px 18px;background:#fdfaf3;margin:0 0 28px;}

/* Body */
.pd-body{font-size:15.5px;color:#333;line-height:1.85;margin-bottom:36px;}
.pd-body h2{font-size:20px;font-weight:700;color:#111;margin:30px 0 12px;padding-bottom:8px;border-bottom:1px solid #e8e8ee;}
.pd-body h3{font-size:16px;font-weight:700;color:#111;margin:22px 0 8px;}
.pd-body p{margin:0 0 16px;}
.pd-body a{color:#c9a84c;}
.pd-body ul,.pd-body ol{padding-left:20px;margin:0 0 16px;}
.pd-body li{margin-bottom:5px;}
.pd-body blockquote{border-left:3px solid #c9a84c;margin:20px 0;padding:12px 18px;background:#fdfaf3;font-style:italic;color:#555;}
.pd-body img{max-width:100%;border-radius:4px;margin:6px 0;}
.pd-body strong{color:#111;}
.pd-body table{width:100%;border-collapse:collapse;margin:0 0 16px;font-size:14px;}
.pd-body th{background:#f4f4f6;padding:8px 12px;text-align:left;font-weight:600;border:1px solid #e2e2e8;}
.pd-body td{padding:8px 12px;border:1px solid #e2e2e8;}

/* Section heading */
.pd-section{margin-bottom:36px;}
.pd-section-heading{font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#888;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #e2e2e8;}

/* Gallery */
.pd-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:6px;}
.pd-gallery-item{position:relative;cursor:pointer;overflow:hidden;border-radius:3px;background:#f0f0f4;}
.pd-gallery-item img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;transition:transform .3s;}
.pd-gallery-overlay{position:absolute;inset:0;background:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center;transition:background .2s;}
.pd-gallery-item:hover img{transform:scale(1.05);}
.pd-gallery-item:hover .pd-gallery-overlay{background:rgba(0,0,0,0.35);}
.pd-gallery-overlay svg{opacity:0;transition:opacity .2s;}
.pd-gallery-item:hover .pd-gallery-overlay svg{opacity:1;}

/* Lightbox */
#pgModal{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.93);z-index:9999;align-items:center;justify-content:center;}
.pg-close{position:absolute;top:14px;right:18px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);color:#fff;width:38px;height:38px;border-radius:50%;cursor:pointer;font-size:15px;}
.pg-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);color:#fff;width:42px;height:42px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;}
.pg-prev{left:14px;}.pg-next{right:14px;}
.pg-content{display:flex;flex-direction:column;align-items:center;gap:10px;max-width:90vw;}
#pgImg{max-height:82vh;max-width:86vw;object-fit:contain;border-radius:4px;}
#pgCount{color:rgba(255,255,255,0.35);font-size:12px;margin:0;}

/* Videos */
.pd-videos{display:flex;flex-direction:column;gap:12px;}
.pd-video{border-radius:4px;overflow:hidden;background:#111;}
.pd-video-embed{position:relative;padding-bottom:56.25%;height:0;}
.pd-video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;}
.pd-video video{width:100%;display:block;max-height:460px;}

/* Share */
.pd-share{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:16px 0;border-top:1px solid #e2e2e8;margin-top:8px;}
.pd-share-label{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#aaa;white-space:nowrap;}
.pd-share-btns{display:flex;gap:6px;flex-wrap:wrap;}
.pd-share-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border-radius:3px;font-size:12px;font-weight:600;text-decoration:none;cursor:pointer;border:none;transition:opacity .2s;letter-spacing:.01em;}
.pd-share-btn:hover{opacity:.8;}
.pd-share-wa{background:#25D366;color:#fff;}
.pd-share-fb{background:#1877F2;color:#fff;}
.pd-share-ig{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff;}
.pd-share-tt{background:#010101;color:#fff;}
.pd-share-x{background:#111;color:#fff;}
.pd-share-copy{background:#f0f0f4;color:#444;}

/* Sidebar */
.pd-sidebar{position:sticky;top:24px;}
.pd-sidebar-block{margin-bottom:32px;}
.pd-sidebar-heading{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#888;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #e2e2e8;}

/* Related list */
.pd-related-list{display:flex;flex-direction:column;gap:0;}
.pd-related-item{display:flex;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px solid #f0f0f4;text-decoration:none;}
.pd-related-item:last-child{border-bottom:none;}
.pd-related-item:hover .pd-related-title{color:#c9a84c;}
.pd-related-thumb{flex-shrink:0;width:64px;height:48px;border-radius:3px;overflow:hidden;background:#f0f0f4;}
.pd-related-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.pd-related-thumb-empty{width:100%;height:100%;background:#e8e8ee;}
.pd-related-info{flex:1;min-width:0;}
.pd-related-date{font-size:10px;color:#aaa;display:block;margin-bottom:4px;}
.pd-related-title{font-size:13px;font-weight:600;color:#222;margin:0;line-height:1.4;transition:color .2s;}

/* Back btn */
.pd-back-btn{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#555;text-decoration:none;letter-spacing:.04em;text-transform:uppercase;padding:8px 14px;border:1px solid #ddd;border-radius:3px;transition:border-color .2s,color .2s;}
.pd-back-btn:hover{border-color:#c9a84c;color:#c9a84c;}

/* Responsive */
@media(max-width:900px){
    .pd-layout{grid-template-columns:1fr;gap:32px;}
    .pd-sidebar{position:static;}
    .pd-related-list{display:grid;grid-template-columns:1fr 1fr;gap:0;}
    .pd-related-item{border-bottom:1px solid #f0f0f4 !important;}
}
@media(max-width:560px){
    .pd-container{padding:0 16px;}
    .pd-titleband{padding:22px 0 18px;}
    .pd-layout{padding-top:24px;padding-bottom:50px;}
    .pd-related-list{grid-template-columns:1fr;}
}
