@media(max-width:1050px){.section{padding:95px 6%}.video-grid,.opportunity-grid{grid-template-columns:1fr 1fr}.split{grid-template-columns:1fr;gap:50px}.evolution{grid-template-columns:repeat(3,1fr)}.proof-gallery{grid-template-columns:1fr 1fr}.hero{padding-top:85px}.hero-visual{height:370px}.footer-seat{padding:18px 24px}}
@media(max-width:680px){.hero{padding:70px 5% 75px}.hero h1{font-size:48px}.hero p,.lead{font-size:16px}.hero-visual{height:270px;margin-top:42px;border-radius:24px}.ai-core{width:82px;height:82px}.ai-core span{font-size:21px}.floating-label{font-size:7px;padding:7px 9px}.video-grid,.opportunity-grid,.proof-gallery{grid-template-columns:1fr}.video-thumb{height:220px}.photo-mosaic{grid-template-columns:1fr 1fr;grid-auto-rows:160px}.photo-mosaic figure.large{grid-row:span 2}.photo-mosaic figure.wide{grid-column:span 2}.evolution{grid-template-columns:1fr 1fr}.evolution div{height:180px}.image-panel{height:330px;border-radius:24px}.footer-inner{padding:42px 18px 25px}.footer-links{gap:18px}.footer-seat{flex-direction:column;text-align:center;padding:20px 16px}.footer-seat>a{width:100%;max-width:350px;justify-content:center}.video-modal-dialog{padding:8px}.video-close{right:0;top:-46px}.section>h2,.intro h2{font-size:45px}.split-copy h2{font-size:45px}}


/* Refined NITAI institutional logo banner */
@media (max-width: 900px) {
  .identity-strip {
    padding: 12px 0;
  }
  .identity-image-wrap {
    width: calc(100% - 20px);
  }
  .identity-banner {
    max-height: none;
  }
}

@media (max-width: 560px) {
  .identity-strip {
    padding: 8px 0;
  }
  .identity-image-wrap {
    width: calc(100% - 12px);
  }
  .identity-banner {
    border-radius: 2px;
    box-shadow: 0 6px 18px rgba(25, 25, 25, 0.05);
  }
}


/* Ensure the institutional banner is never cropped on small screens. */
.identity-image-wrap img.identity-banner {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* Official masthead must always show all four supplied logos without cropping. */
.official-masthead .identity-banner {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
}


/* FINAL MASTHEAD SAFETY: never crop or squeeze the official four-logo artwork. */
@media (max-width: 900px) {
  .official-masthead .identity-banner {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center !important;
  }
}
