.pd-page{background:#000;color:#fff;font-family:var(--font-sf);min-height:100svh;padding:120px clamp(1.2rem,4vw,3rem) 6rem}.pd-wrap{max-width:880px;margin:0 auto}.pd-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.85rem;color:rgba(255,255,255,.55);margin-bottom:2.25rem}.pd-crumbs a{color:rgba(255,255,255,.7);transition:color .2s ease}.pd-crumbs a:hover{color:#fff}.pd-crumb-current{color:rgba(255,255,255,.45)}.pd-eyebrow{margin:0 0 1rem;font-size:.8rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#7dd3fc}.pd-title{margin:0 0 1.25rem;font-size:clamp(2rem,5vw,3.4rem);font-weight:800;line-height:1.08;letter-spacing:-.01em}.pd-lede{margin:0 0 1.5rem;font-size:clamp(1.05rem,1.6vw,1.25rem);line-height:1.65;color:rgba(255,255,255,.75)}.pd-tags{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0 0 1.75rem;padding:0}.pd-tags li{font-size:.78rem;letter-spacing:.02em;padding:.4rem .85rem;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.82)}.pd-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem}.pd-action{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.3rem;border-radius:999px;font-size:.9rem;font-weight:600;border:1px solid rgba(255,255,255,.14);transition:transform .2s ease,background .2s ease,border-color .2s ease}.pd-action--primary{background:#fff;color:#000}.pd-action--secondary{background:rgba(255,255,255,.05);color:#fff}.pd-action:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.32)}.pd-hero-img{width:100%;height:auto;border-radius:18px;border:1px solid rgba(255,255,255,.08);margin-bottom:3rem;display:block}.pd-section{margin-bottom:2.75rem}.pd-section h2{font-size:clamp(1.3rem,2.6vw,1.75rem);font-weight:700;margin:0 0 1rem;padding-bottom:.6rem;border-bottom:1px solid rgba(255,255,255,.1)}.pd-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.pd-list li{font-size:1.02rem;line-height:1.7;color:rgba(255,255,255,.8)}.pd-bulleted{position:relative;padding-left:1.4rem}.pd-bulleted:before{content:"";position:absolute;left:.2rem;top:.72em;width:6px;height:6px;border-radius:50%;background:rgba(125,211,252,.85)}.pd-strong{color:#fff;font-weight:600}.pd-gallery{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin:0 0 3.5rem}.pd-gallery img{width:100%;height:auto;border-radius:14px;border:1px solid rgba(255,255,255,.08);display:block}.pd-more{border-top:1px solid rgba(255,255,255,.1);padding-top:2.25rem;margin-bottom:2.5rem}.pd-more h2{font-size:1.25rem;font-weight:700;margin:0 0 1.25rem}.pd-more ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:.6rem;gap:.6rem}.pd-more a{display:flex;align-items:center;gap:.85rem;padding:.95rem 1.15rem;border-radius:12px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);transition:background .2s ease,border-color .2s ease,transform .2s ease}.pd-more a:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.2);transform:translateX(3px)}.pd-more-cat{font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:#7dd3fc;flex-shrink:0;width:64px}.pd-more-title{flex:1 1;font-weight:500;color:rgba(255,255,255,.9)}.pd-back{display:inline-block;color:rgba(255,255,255,.7);font-size:.95rem;transition:color .2s ease}.pd-back:hover{color:#fff}@media (min-width:720px){.pd-gallery{grid-template-columns:1fr 1fr}}