.content-page { --content-width: 78rem; background: #020b16; }
.content-hero { position: relative; min-height: 38rem; display: flex; align-items: end; overflow: hidden; padding-block: 10rem 4rem; isolation: isolate; }
.content-hero-image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.content-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg,rgba(2,9,20,.97) 0%,rgba(2,12,25,.82) 52%,rgba(2,9,20,.38)),linear-gradient(0deg,rgba(2,9,20,.98),transparent 70%); }
.content-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .22; background-image: linear-gradient(rgba(110,228,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(110,228,255,.1) 1px,transparent 1px); background-size: 4rem 4rem; mask-image: linear-gradient(90deg,#000,transparent 75%); }
.content-hero-copy { width: min(100%, 52rem); }
.content-hero h1 { max-width: 12ch; font-size: clamp(3rem,8vw,6rem); line-height: .96; letter-spacing: -.07em; text-wrap: balance; }
.content-hero p:not(.eyebrow) { max-width: 43rem; color: #b7cad8; font-size: clamp(1rem,2vw,1.2rem); line-height: 1.65; }
.content-meta { display: flex; flex-wrap: wrap; gap: .6rem 1.1rem; margin-block-start: 1.5rem; color: #77eaff; font-size: .62rem; font-weight: 700; letter-spacing: .11em; }
.blog-index { padding-block: clamp(5rem,10vw,8rem); }
.blog-featured { display: grid; overflow: hidden; margin-block-end: 1rem; border: 1px solid rgba(128,231,255,.2); border-radius: 1.5rem; background: linear-gradient(145deg,rgba(9,39,66,.85),rgba(2,12,25,.96)); box-shadow: 0 2rem 5rem rgba(0,0,0,.3); }
.blog-featured-media { min-height: 23rem; overflow: hidden; }
.blog-featured-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.blog-featured:hover img { transform: scale(1.04); }
.blog-featured-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.5rem,5vw,4rem); }
.blog-featured-copy h2 { max-width: 14ch; font-size: clamp(2rem,5vw,3.7rem); }
.blog-featured-copy p { color: var(--muted); }
.article-body { padding-block: clamp(4.5rem,9vw,8rem); }
.article-layout { width: min(100%, var(--content-width)); display: grid; gap: 3rem; }
.article-toc { align-self: start; padding: 1rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.025); }
.article-toc strong { display: block; margin-block-end: .8rem; color: #84edff; font-size: .62rem; letter-spacing: .12em; }
.article-toc a { display: block; padding-block: .48rem; color: #8ca5b9; font-size: .72rem; }
.article-toc a:hover { color: #75edff; }
.article-copy { min-width: 0; }
.article-copy > p:first-of-type { color: #d8e7f1; font-size: 1.18rem; }
.article-copy h2 { max-width: 19ch; margin-block: 3.5rem 1rem; font-size: clamp(2rem,5vw,3.25rem); }
.article-copy h3 { margin-block: 2rem .7rem; font-size: 1.45rem; }
.article-copy p, .article-copy li { color: #a8bdcd; line-height: 1.78; }
.article-copy ul, .article-copy ol { padding-inline-start: 1.3rem; }
.article-copy li { margin-block: .65rem; }
.article-note { margin-block: 2rem; padding: 1.1rem 1.2rem; border-inline-start: 2px solid #58eaff; color: #cbe9f3; background: rgba(53,217,255,.06); }
.source-list { margin-block-start: 4rem; padding-block-start: 1.5rem; border-block-start: 1px solid var(--line); }
.source-list a { color: #76eaff; text-decoration: underline; text-underline-offset: .18rem; }
.related-posts { padding-block: 5rem; background: linear-gradient(180deg,#05172a,#020b16); }
.legal-hero { min-height: 26rem; }
.legal-copy { max-width: 58rem; }
.legal-copy h2 { margin-block: 3rem 1rem; }
.legal-review { display: inline-flex; margin-block: 1rem; padding: .55rem .72rem; border: 1px solid rgba(255,190,88,.35); border-radius: 999px; color: #ffd28c; background: rgba(255,174,56,.07); font-size: .64rem; font-weight: 700; letter-spacing: .08em; }

@media (min-width: 52rem) {
  .blog-featured { grid-template-columns: 1.08fr .92fr; min-height: 35rem; }
  .article-layout { grid-template-columns: 13rem minmax(0,1fr); gap: clamp(3rem,7vw,7rem); }
  .article-toc { position: sticky; top: 8rem; }
}

@media (prefers-reduced-motion: reduce) { .blog-featured-media img { transform: none !important; } }
