/* Shared top-of-page transparency; floating/open navigation keeps its surface. */
html body #site-header[data-resizable-navbar]:not(.is-resized):not(.nav-touch-scrolled):not(.nav-open):not(.nav-dropdown-open),
html body #site-header[data-resizable-navbar]:not(.is-resized):not(.nav-touch-scrolled):not(.nav-open):not(.nav-dropdown-open) > .nav-container {
 background:transparent !important; border-color:transparent !important; box-shadow:none !important; backdrop-filter:none !important; -webkit-backdrop-filter:none !important;
}
body.contact-page .contact-email-status { position:absolute; width:1px; height:1px; min-height:0; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
body.contact-page .contact-email-address.is-copied { color:var(--tree-accent); background:color-mix(in srgb,var(--tree-accent) 10%,transparent); }
body.contact-page .plate[data-video="playing"] video { opacity:1; }

/* Long bilingual headlines participate in layout, instead of overflowing
   upward from an absolutely positioned story inside a fixed-height cover. */
.news-journal-feature.is-data-news { display:flex; align-items:flex-end; height:auto; }
.news-journal-feature.is-data-news .news-feature-story {
 position:relative; inset:auto; flex:1; min-width:0;
 margin:80px clamp(26px,5vw,64px) clamp(28px,5vw,58px);
}
@media(max-width:640px) {
 .news-journal-feature.is-data-news .news-feature-story { margin:64px 22px 26px; }
}
