.editorial .ed-story{background:var(--paper)}.editorial .ed-story-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:clamp(32px,5vw,84px);align-items:center}.editorial .ed-story-media{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:clamp(12px,1.6vw,20px)}.editorial .ed-story-media-a,.editorial .ed-story-media-b{border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--card-line);box-shadow:var(--shadow-sm);aspect-ratio:3/4}.editorial .ed-story-media-a img,.editorial .ed-story-media-b img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .9s cubic-bezier(.2,.7,.2,1)}.editorial .ed-story-media:hover .ed-story-media-a img,.editorial .ed-story-media:hover .ed-story-media-b img{transform:scale(1.04)}.editorial .ed-story-media-b{margin-top:clamp(28px,4vw,56px)}.editorial .ed-story-ast{position:absolute;top:-16px;right:-10px;color:var(--accent);font-size:26px;line-height:1;z-index:2}.editorial .ed-story-title{font-family:var(--font-display);font-weight:600;font-size:clamp(1.85rem,3.4vw,2.9rem);line-height:1.06;letter-spacing:-.025em;margin:clamp(16px,2vw,22px) 0;max-width:20ch}.editorial .ed-story-title .light{color:var(--ink-faint)}.editorial .ed-story-p{font-size:clamp(1rem,1.15vw,1.08rem);line-height:1.7;color:var(--ink-soft);margin-bottom:18px;max-width:56ch}.editorial .ed-story-btn{margin-top:12px}@media (max-width:992px){.editorial .ed-story-grid{grid-template-columns:1fr;gap:clamp(36px,7vw,56px)}.editorial .ed-story-media{max-width:520px}}