/* Topic-specific artwork: full composition, separate copy, consistent proportions. */
body[data-refinement] img.editorial-topic-art { width:100%; height:auto!important; min-height:0!important; max-height:none!important; aspect-ratio:3/2!important; object-fit:contain!important; object-position:center!important; filter:none!important; mask-image:none!important; -webkit-mask-image:none!important; transform:none!important; border-radius:8px; }
/* Restore the approved dew photograph as a calmer, smaller home opener. */
body[data-refinement] .restored-brand-hero > img.home-dew-hero-art {
  height: clamp(420px, 48vw, 570px);
  min-height: 0;
  align-self: center;
  object-fit: cover;
  object-position: 58% center;
}
body[data-refinement] .exhibit-crop:has(.editorial-topic-art) { height:auto!important; min-height:0!important; aspect-ratio:auto!important; overflow:visible; }
/* The full evidence artwork must occupy space above the journal caption,
   rather than inherit the original cover-cropping absolute coordinates. */
body[data-refinement] [data-page="science"] .exhibit-crop-evidence > img.editorial-topic-art {
  position:static;
  inset:auto;
  display:block;
  width:100%!important;
  max-width:100%!important;
  margin:0;
}
body[data-refinement] .ecosystem-map:has(.editorial-topic-art) { height:auto!important; min-height:0!important; background:#fff; }
body[data-refinement] .ecosystem-map:has(.editorial-topic-art)>:not(img) { display:none!important; }
.edu-opening.editorial-opening { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:40px; align-items:center; max-width:none; }
.edu-opening.editorial-opening .editorial-opening-copy { min-width:0; }
.edu-opening.editorial-opening h1 { font-size:clamp(28px,3vw,44px); line-height:1.45; }
.edu-opening.editorial-opening figure { margin:0; }
.edu-opening.editorial-opening figcaption { font-size:14px; color:#547079; padding-top:12px; line-height:1.6; }
.local-art-review-link { position:fixed; right:16px; bottom:16px; z-index:200; padding:11px 16px; border:1px solid #278c90; border-radius:6px; color:#fff; background:#075d64; font:600 14px/1.5 system-ui,sans-serif; text-decoration:none; box-shadow:0 3px 18px #0002; }
@media(max-width:760px) {
  body[data-refinement] .restored-brand-hero > img.home-dew-hero-art {
    height: auto;
    aspect-ratio: 3/2;
    object-position: center;
  }
  .edu-opening.editorial-opening { grid-template-columns:1fr; gap:24px; }
  .edu-opening.editorial-opening figure { order:-1; }
  .local-art-review-link { font-size:12px; padding:8px 12px; }
}
