/* Editorial imagery shared by the detail-page content, never the TOP hero. */
.section-feature{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(0,1fr);align-items:center;gap:clamp(28px,4vw,58px);margin-bottom:32px}
body.detail-page .section-feature .page-heading{margin:0;padding:0}
body.detail-page .section-feature .page-heading h2{font-size:clamp(28px,2.65vw,38px);line-height:1.65;letter-spacing:.015em;text-wrap:balance}
.editorial-photo{margin:0;min-width:0;padding:10px;background:#fff;border:1px solid var(--line);border-radius:34px 16px 34px 16px;box-shadow:0 16px 36px #247b9112}
.editorial-photo img{width:100%;height:auto;aspect-ratio:3/2;object-fit:contain;border-radius:26px 10px 26px 10px}
.editorial-photo figcaption{padding:10px 8px 4px;color:var(--body);font-size:12px;line-height:1.7;text-align:center}
.section-feature.reverse .editorial-photo{grid-column:1;grid-row:1}
.section-feature.reverse .page-heading{grid-column:2;grid-row:1}
body.detail-page .info-card .choice-photo{width:calc(100% + 2 * var(--card-padding));max-width:none;height:auto;aspect-ratio:3/2;object-fit:contain;margin:calc(-1 * var(--card-padding)) calc(-1 * var(--card-padding)) 24px;border-radius:32px 32px 0 0;background:var(--pale)}
@media(max-width:980px){
  .section-feature{grid-template-columns:1fr 1fr;gap:24px}
  body.detail-page .section-feature .page-heading h2{font-size:28px}
}
@media(max-width:700px){
  .section-feature{grid-template-columns:1fr;gap:20px;margin-bottom:26px}
  .section-feature.reverse .editorial-photo,.section-feature.reverse .page-heading{grid-column:auto;grid-row:auto}
  .editorial-photo{padding:8px;border-radius:28px 14px 28px 14px}
  .editorial-photo img{border-radius:21px 9px 21px 9px}
  body.detail-page .section-feature .page-heading h2{font-size:clamp(25px,6.7vw,30px)}
}
@media(max-width:640px){
  body.detail-page .info-card .choice-photo{margin-bottom:22px;border-radius:26px 26px 0 0}
}
