.editorial-head{color:var(--c-white);background:var(--c-navy)}.editorial-head__nav{border-bottom:1px solid var(--c-border-dark)}.editorial-head__inner{padding:clamp(56px, 6vw, 96px) var(--gutter);grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:center;gap:clamp(40px,6vw,96px);display:grid}.editorial-head__inner:not(:has(.editorial-head__image)){grid-template-columns:minmax(0,900px)}.editorial-head__back{align-items:center;gap:var(--space-8);margin-bottom:var(--space-40);color:var(--c-on-dark-link);font-size:var(--fs-sm);font-weight:var(--fw-bold);text-decoration:none;display:inline-flex}.editorial-head__back svg{transition:transform .16s}.editorial-head__back:hover,.editorial-head__back:focus-visible{color:var(--c-blue-light)}.editorial-head__back:hover svg{transform:translate(-3px)}.editorial-head__category{margin-bottom:var(--space-12);color:var(--c-blue-light);font-size:var(--fs-xs);font-weight:var(--fw-bold);letter-spacing:var(--ls-label-wide);text-transform:uppercase}.editorial-head h1{max-width:900px;font-size:clamp(38px, 2.2vw + 1rem, var(--fs-h1));line-height:var(--lh-tight);overflow-wrap:break-word;hyphens:auto}.editorial-head__meta{gap:var(--space-8) var(--space-24);margin-top:var(--space-24);color:var(--c-on-dark-muted);font-family:var(--font-body);font-size:var(--fs-sm);flex-wrap:wrap;display:flex}.editorial-head__lead{max-width:700px;margin-top:var(--space-32);color:var(--c-on-dark);font-family:var(--font-body);font-size:var(--fs-lead);line-height:var(--lh-relaxed)}.editorial-head__image{aspect-ratio:4/3;background:var(--c-navy-deep);border-radius:var(--radius-card);min-width:0;max-height:620px;margin:0;overflow:hidden}.editorial-head__image img{object-fit:cover;width:100%;height:100%}@media (width<=900px){.editorial-head__inner{grid-template-columns:1fr}.editorial-head__image{grid-row:1;max-height:520px}.editorial-head__text{grid-row:2}}@media (prefers-reduced-motion:reduce){.editorial-head__back svg{transition:none}}.article-gallery{margin-top:var(--space-64);padding-top:var(--space-40);border-top:1px solid var(--c-border-rule);position:relative}.article-gallery__counter,.article-gallery__dialog-count{color:var(--c-text-muted);font-family:var(--font-body);font-size:var(--fs-sm);white-space:nowrap}.article-gallery__counter{margin-bottom:var(--space-12);text-align:right;display:block}.article-gallery__stage{background:var(--c-navy-deep);border-radius:var(--radius-card);position:relative;overflow:hidden}.article-gallery__stage>button{width:100%;height:min(68vh,720px);min-height:320px;color:var(--c-white);cursor:zoom-in;background:0 0;border:0;padding:0;display:grid}.article-gallery__stage img{object-fit:contain;grid-area:1/1;width:100%;height:100%}.article-gallery__controls{right:var(--space-16);bottom:var(--space-16);left:var(--space-16);pointer-events:none;justify-content:space-between;display:flex;position:absolute}.article-gallery__controls button,.article-gallery__dialog button{width:48px;height:48px;color:var(--c-white);border:1px solid var(--c-border-dark);border-radius:var(--radius-circle);cursor:pointer;pointer-events:auto;background:#0a1424d1;place-items:center;display:grid}.article-gallery__thumbs{gap:var(--space-12);padding:var(--space-16) 2px var(--space-8);scroll-snap-type:x proximity;display:flex;overflow-x:auto}.article-gallery__thumbs button{background:var(--c-surface);border-radius:var(--radius-button);cursor:pointer;scroll-snap-align:center;border:2px solid #0000;flex:0 0 116px;height:78px;padding:0;overflow:hidden}.article-gallery__thumbs button[aria-current=true]{border-color:var(--c-blue)}.article-gallery__thumbs img{object-fit:cover;width:100%;height:100%}.article-gallery__dialog{width:100vw;max-width:none;height:100vh;max-height:none;color:var(--c-white);background:#070e1af7;border:0;padding:clamp(56px,8vw,96px)}.article-gallery__dialog::backdrop{background:#070e1aeb}.article-gallery__dialog[open]{align-items:center;gap:var(--space-24);grid-template-columns:auto minmax(0,1fr) auto;display:grid}.article-gallery__dialog img{object-fit:contain;width:100%;height:calc(100vh - 160px)}.article-gallery__close{top:var(--space-20);right:var(--space-20);position:fixed}.article-gallery__dialog .article-gallery__close{width:56px;height:56px}.article-gallery__dialog-count{bottom:var(--space-20);color:var(--c-on-dark);position:fixed;left:50%;transform:translate(-50%)}@media (width<=640px){.article-gallery__stage>button{height:52vh;min-height:240px}.article-gallery__dialog{padding:64px var(--space-12)}.article-gallery__dialog[open]{grid-template-columns:1fr}.article-gallery__dialog img{height:calc(100vh - 128px)}.article-gallery__dialog-prev,.article-gallery__dialog-next{z-index:1;position:fixed;top:50%}.article-gallery__dialog-prev{left:var(--space-12)}.article-gallery__dialog-next{right:var(--space-12)}}@media (prefers-reduced-motion:reduce){.article-gallery__thumbs{scroll-behavior:auto}}
