.latest-preview { background: var(--paper); }
.latest-feature { display: grid; grid-template-columns: .72fr 1.28fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.latest-feature-visual { min-height: 430px; position: relative; overflow: hidden; background: linear-gradient(145deg, var(--ink) 0%, var(--blue) 100%); }
.latest-feature-visual::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 44px 44px; }
.latest-feature-visual::after { content: "NETWORK"; position: absolute; left: 2rem; bottom: 1.3rem; color: rgba(255,255,255,.12); font-size: clamp(3rem, 8vw, 7rem); line-height: .8; font-weight: 900; letter-spacing: -.06em; }
.latest-feature-image::before, .latest-feature-image::after { display: none; }
.latest-feature-image img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.latest-network-mark { position: absolute; inset: 50% auto auto 50%; width: 230px; height: 230px; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.latest-network-mark::before, .latest-network-mark::after { content: ""; position: absolute; inset: 36px; border: 1px dashed rgba(255,255,255,.42); border-radius: 50%; }
.latest-network-mark::after { inset: 82px; background: var(--red); border: 0; box-shadow: 0 0 0 18px rgba(238,39,55,.16); }
.latest-feature-copy { padding: clamp(2.5rem, 6vw, 5.5rem); align-self: center; }
.article-meta { display: flex; flex-wrap: wrap; gap: .7rem 1.2rem; margin-bottom: 1.3rem; color: var(--grey); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-meta .article-type { color: var(--red); }
.latest-feature-copy h3 { max-width: 700px; margin-bottom: 1.25rem; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.02; letter-spacing: -.04em; }
.latest-feature-copy > p { max-width: 670px; color: #52616a; font-size: 1.05rem; }

.page-hero { position: relative; padding: 180px 0 100px; color: white; background: linear-gradient(135deg, var(--ink) 0%, #153c57 60%, var(--blue) 100%); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: -190px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.04), 0 0 0 160px rgba(255,255,255,.025); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 900px; }
.page-hero p:last-child { max-width: 700px; color: rgba(255,255,255,.74); font-size: 1.15rem; }
.latest-list { background: white; }
.article-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(260px, .8fr); gap: 6rem; align-items: start; }
.article-body { max-width: 790px; }
.article-image { margin: 0 0 3rem; }
.article-image img { display: block; width: 100%; height: auto; max-height: 560px; object-fit: cover; }
.article-body .lead { color: var(--blue); font-size: 1.45rem; line-height: 1.45; font-weight: 650; }
.article-body h2 { margin-top: 3.5rem; font-size: clamp(2rem, 3vw, 3.2rem); }
.article-body p { color: #465760; font-size: 1.05rem; }
.article-body blockquote { margin: 3rem 0; padding: 1.8rem 2rem; border-left: 5px solid var(--red); background: var(--paper-2); color: var(--ink); font-size: 1.45rem; font-weight: 750; }
.article-sidebar { position: sticky; top: 120px; padding: 2rem; border-top: 4px solid var(--blue); background: var(--paper-2); }
.article-sidebar h3 { margin-bottom: 1rem; }
.article-sidebar p { color: #53636c; font-size: .92rem; }
.article-sidebar a { color: var(--blue); }
.site-header.page-header { background: rgba(16,32,43,.95); }

@media (max-width: 900px) {
  .latest-feature, .article-grid { grid-template-columns: 1fr; }
  .latest-feature-visual, .latest-feature-image img { min-height: 330px; }
  .article-grid { gap: 3rem; }
  .article-sidebar { position: static; }
}

@media (max-width: 600px) {
  .latest-feature-copy { padding: 2rem 1.4rem; }
  .latest-feature-visual, .latest-feature-image img { min-height: 270px; }
  .page-hero { padding: 135px 0 70px; }
  .article-image { margin-bottom: 2rem; }
  .article-body blockquote { margin: 2rem 0; padding: 1.4rem; font-size: 1.2rem; }
}