/* Shared type classes are identical to Apolitical, Greco and About.
   Local rules control only this case's composition and progressive effects. */
.oh-report > section.margin-top > .page-padding > .container { max-width: 100%; }
.oh-report h2.heading-subtitle-2 { font-weight: inherit; margin-top: 0; margin-bottom: 0; }
.oh-report .project-details-title .project-text { margin-top: 32px; }
.oh-cover { display: block; width: 100%; height: auto; border-radius: 0; }
.oh-stats.about-fact.about { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 28px; margin: 0 0 100px; padding: 0; align-items: center; }
.oh-stats .fact-text { text-align: center; }
.oh-stats .display-03 { align-self: center; font-variant-numeric: tabular-nums; }
.oh-fact-divider { display: flex; align-items: center; }
.oh-section { margin-top: 100px; }
.oh-challenge-list .project-item-2 { gap: 32px; }
.oh-challenge-list .project-item-2 > :first-child { flex-shrink: 0; }
.oh-challenge-list .project-item-2 > :last-child:not(:first-child) { max-width: 80%; text-align: left; }
.oh-process-title { font-size: var(--_typography---font-size--heading-h1); line-height: var(--_typography---line-height--line-height-m); letter-spacing: -1px; font-weight: 500; margin: 0; }
.oh-system { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(3, auto); }
.oh-gallery { display: grid; gap: 100px; }
.oh-gallery figure { margin: 0; min-width: 0; }
.oh-gallery img { width: 100%; height: auto; display: block; border-radius: 0; }
.oh-gallery .project-info { gap: 20px; }
.oh-data-grid { display: grid; grid-template-columns: 1.3fr 1fr; align-items: start; gap: 24px; background: #ededeb; padding: 48px; }
.oh-data-grid > div:first-child { position: sticky; top: 100px; }
.oh-data-side { display: grid; gap: 24px; }
.oh-specialty-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 48px; background: #ededeb; }
.oh-data-grid img, .oh-specialty-grid img, .oh-research-grid img { box-shadow: 0 12px 36px #00000010; }
.oh-specialty-grid img { transition: transform .6s cubic-bezier(.2,.7,.2,1), box-shadow .6s; }
.oh-research-grid { display: grid; grid-template-columns: 1fr 2fr; align-items: center; gap: 24px; background: #ededeb; padding: 48px; }
.oh-story-stack { display: grid; gap: 100px; }
.oh-story-panel { position: sticky; top: 60px; background: var(--black); padding-top: 16px; }
.oh-story-panel + .oh-story-panel { top: 84px; }
.oh-closing { padding: 150px 0; }
.oh-closing .heading-subtitle-6 { text-align: left; }
.oh-motion .oh-reveal { opacity: 0; transform: translateY(40px); transition: opacity .9s ease, transform 1.1s cubic-bezier(.2,.7,.2,1); }
.oh-motion .oh-reveal.is-visible { opacity: 1; transform: none; }
@media (hover: hover) and (prefers-reduced-motion: no-preference) { .oh-specialty-grid img:hover { transform: translateY(-8px); box-shadow: 0 20px 40px #00000020; } }
@media (max-width: 991px) {
  .oh-stats.about-fact.about { grid-template-columns: 1fr 1fr; gap: 48px; }
  .oh-fact-divider { display: none; }
  .oh-data-grid, .oh-specialty-grid, .oh-research-grid { padding: 24px; gap: 16px; }
  .oh-data-side { gap: 16px; }
}
@media (max-width: 767px) {
  .oh-section { margin-top: 60px; }
  .oh-system { grid-template-columns: 1fr; grid-template-rows: auto; }
  .oh-gallery, .oh-story-stack { gap: 48px; }
  .oh-gallery .project-info { flex-direction: column; align-items: flex-start; gap: 8px; }
  .oh-data-grid, .oh-research-grid { grid-template-columns: 1fr; }
  .oh-data-grid > div:first-child, .oh-story-panel { position: static; }
  .oh-specialty-grid { grid-template-columns: 1fr; }
  .oh-gallery img { box-shadow: none; }
  .oh-closing { padding: 100px 0; }
  .oh-stats.about-fact.about { margin-bottom: 60px; gap: 40px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .oh-motion .oh-reveal { opacity: 1; transform: none; transition: none; }
  .oh-story-panel { position: static; }
  .oh-specialty-grid img { transition: none; }
}
/* Keep the Applications headline continuous on desktop, with natural mobile wrapping. */
@media (min-width: 992px) {
  .oh-report section[aria-label="Applications"] .project-details-block { max-width: 75%; }
  .oh-report section[aria-label="Applications"] h2 { white-space: nowrap; }
  .oh-report section[aria-label="Applications"] .project-text { max-width: 66.6667%; }
}
/* Always-visible navigation, independent of the Lottie/Webflow runtime. */
.oh-navbar { position: relative; z-index: 100; width: 100%; }
.oh-navbar .nav-brand { position: relative; z-index: 102; }
.oh-menu-toggle { position: relative; z-index: 102; width: 48px; height: 48px; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 8px; border: 0; background: transparent; color: white; cursor: pointer; }
.oh-menu-toggle span { display: block; width: 32px; height: 2px; background: currentColor; transition: transform .25s, opacity .25s; }
.oh-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.oh-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.oh-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.oh-site-menu { position: fixed; z-index: 101; inset: 0; background: #030303f5; backdrop-filter: blur(5px); display: grid; place-items: center; overflow-y: auto; padding: 100px 30px 40px; }
.oh-site-menu[hidden] { display: none; }
.oh-menu-links { width: min(720px, 100%); }
.oh-menu-links a { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--black-soft); padding: 24px 0; font-size: clamp(2rem, 5vw, 4.5rem); line-height: 1.15; font-weight: 500; text-align: left; }
.oh-menu-links a span { font-size: 1rem; color: var(--grey-medium); }
.oh-menu-toggle:focus-visible, .oh-menu-links a:focus-visible { outline: 2px solid white; outline-offset: 6px; }
@media (prefers-reduced-motion: reduce) { .oh-menu-toggle span { transition: none; } }

/* Keep the portrait showcase sharp and proportional on every screen. */
.oh-overview-video { display: flex; justify-content: center; width: 100%; }
.oh-overview-video video { display: block; width: 100%; max-width: 100%; height: auto; max-height: none; aspect-ratio: 720 / 820; object-fit: contain; border: 0; border-radius: 0; background: #e1e2e4; }
@media (max-width: 767px) { .oh-overview-video video { width: 100%; max-height: none; } }
