.entry-video--reel { width:min(100%,540px); aspect-ratio:9/16; margin-right:auto; margin-left:auto; }
.entry-video--reel iframe, .entry-video--reel .presto-player { width:100%; height:100%; }
.entry-pagination { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1px; margin-top:90px; background:var(--line); border-top:1px solid var(--line); }
.entry-pagination a { min-height:160px; display:flex; flex-direction:column; justify-content:space-between; padding:24px; background:var(--black); }
.entry-pagination a:last-child { text-align:right; }
.entry-pagination span { color:var(--muted); font-size:.68rem; font-weight:500; letter-spacing:.08em; text-transform:uppercase; }
.entry-pagination strong { color:var(--accent,var(--blue)); font-family:'Teko',Impact,sans-serif; font-size:clamp(1.7rem,3vw,3rem); font-weight:500; line-height:.9; letter-spacing:-.015em; }
@media(max-width:700px){.entry-video--reel{width:100%;max-width:420px}.entry-pagination{grid-template-columns:1fr}.entry-pagination a:last-child{text-align:left}}
