/* NEXT FACTORY V5 — BUILD 9 surgical corrections — 2026-09-27 */

/* Home / Expertise: compact all four cards equally; simulation needs no redundant paragraph. */
.home-tech-bento article{min-height:300px}
.home-tech-bento .nf8-simulation-card{min-height:300px}

/* Cimatron / Horlogerie: keep the video inside the same physical Polaroid frame as every other media. */
.focusOnlySection .nf5-polaroid.nf9-video-polaroid{box-sizing:border-box}
.focusOnlySection .nf5-polaroid.nf9-video-polaroid video{width:100%!important;height:100%!important;min-height:0!important;display:block;object-fit:cover!important;object-position:50% 50%!important}

/* KERN / international presence: images carry the message; captions stay factual and minimal. */
.nf9-kern-world-head{grid-template-columns:.72fr 1.28fr;padding-bottom:20px}
.nf9-kern-world-head h3{margin:0}
.nf9-kern-presence-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-auto-rows:180px;gap:1px;background:#d8dfe4;border-top:1px solid #d8dfe4}
.nf9-kern-presence-card{position:relative;margin:0;overflow:hidden;background:#0b1219}
.nf9-kern-presence-card:first-child{grid-row:span 2}
.nf9-kern-presence-card img{display:block;width:100%;height:100%;object-fit:cover}
.nf9-kern-presence-card:after{content:"";position:absolute;inset:52% 0 0;background:linear-gradient(transparent,rgba(4,8,12,.86))}
.nf9-kern-presence-card figcaption{position:absolute;z-index:2;left:14px;right:14px;bottom:12px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.02em}

@media(max-width:980px){
  .home-tech-bento article,.home-tech-bento .nf8-simulation-card{min-height:290px}
  .nf9-kern-presence-grid{grid-template-columns:1fr 1fr;grid-auto-rows:220px}
  .nf9-kern-presence-card:first-child{grid-column:1/-1;grid-row:auto}
}
@media(max-width:620px){
  .home-tech-bento article,.home-tech-bento .nf8-simulation-card{min-height:0}
  .nf9-kern-presence-grid{grid-template-columns:1fr;grid-auto-rows:250px}
  .nf9-kern-presence-card:first-child{grid-column:auto}
}
