.cms-page{min-height:100vh;background:#07101f;color:#f9fafb}
.cms-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(255,255,255,.1);background:rgba(7,16,31,.92);backdrop-filter:blur(18px);padding:1rem clamp(1rem,4vw,2rem)}
.cms-brand{display:flex;align-items:center;gap:.75rem;font-weight:600;color:#fff}
.cms-brand img{width:2.5rem;height:2.5rem;object-fit:contain}
.cms-header nav{display:flex;flex-wrap:wrap;gap:.35rem}
.cms-header nav a,.cms-back{border-radius:.75rem;padding:.65rem .9rem;color:rgba(255,255,255,.75);font-size:.95rem;font-weight:500;transition:background .2s,color .2s}
.cms-header nav a:hover,.cms-back:hover{background:rgba(255,255,255,.08);color:#fff}
.cms-list{padding-top:7rem}
.cms-detail{max-width:58rem;margin:0 auto;padding:7rem 1rem 6rem}
.cms-detail h1{margin:.75rem 0 1rem;font-size:clamp(2.25rem,6vw,4.5rem);font-weight:300;line-height:1.05;letter-spacing:-.025em;color:#fff}
.cms-excerpt{margin-bottom:2rem;color:#aab4c3;font-size:1.125rem;line-height:1.7}
.cms-cover{width:100%;border-radius:1.5rem;margin:2rem 0;box-shadow:0 20px 64px rgba(0,0,0,.4)}
.cms-richtext{color:#d7dde7;font-size:1.05rem;line-height:1.8}
.cms-richtext h3{margin:2rem 0 .75rem;color:#fff;font-size:1.45rem;font-weight:600}
.cms-richtext p{margin:1rem 0}
.cms-gallery-grid{display:grid;gap:1.25rem;margin-top:2rem}
.cms-gallery-item{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;background:rgba(255,255,255,.04)}
.cms-gallery-item img{width:100%;height:auto}
.cms-gallery-item figcaption{padding:1rem;color:#aab4c3;font-size:.95rem}
@media (min-width:768px){.cms-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cms-brand img{width:3rem;height:3rem}}
@media (max-width:520px){.cms-header{align-items:flex-start;flex-direction:column}.cms-detail{padding-top:4rem}.cms-list{padding-top:4rem}}