/* Live campaign footage at the edges; the central NEO signature stays fixed. */
.neo-universe__column--video{border-radius:6px}
.neo-universe__column--video video{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:6px;background:var(--sand)}
.neo-universe__column--video:first-child video{object-position:45% center}

/* Editorial photo rhythm; equal duplicated groups preserve the seamless loop.
   Only photo formats change: the two edge videos and fixed signature keep their geometry. */
.neo-universe__group img{
  height:auto;
  aspect-ratio:var(--shot-ratio,1);
  flex:none;
  object-position:var(--shot-focus,50% 50%);
}
.neo-universe__shot--tall{--shot-ratio:2 / 3}
.neo-universe__shot--portrait{--shot-ratio:4 / 5}
.neo-universe__shot--square{--shot-ratio:1}
.neo-universe__shot--landscape{--shot-ratio:4 / 3}

/* The edge films anchor the composition; portraits step down toward a compact centre. */
.neo-universe__streams{grid-template-columns:minmax(0,1.16fr) minmax(0,.90fr) minmax(0,.64fr) minmax(0,.90fr) minmax(0,1.16fr)}
.neo-universe__column:nth-child(2) .neo-universe__group img,
.neo-universe__column:nth-child(4) .neo-universe__group img{aspect-ratio:2 / 3}
.neo-universe__column:nth-child(3) .neo-universe__group img{aspect-ratio:4 / 3}

/* One editorial photograph replaces the former animated final wall. */
.site-page--sales .neo-final--static{position:relative;display:flex;align-items:center;justify-content:flex-start;aspect-ratio:2.5;min-height:440px;padding:44px 42px;background:#c84e16;border-radius:17px;text-align:left;isolation:isolate}
.neo-final--static::after{display:none}
.neo-final__photo{position:absolute;z-index:-1;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.neo-final--static .neo-final__copy{width:43%;max-width:500px}
.site-page--sales .neo-final--static h2{font-size:clamp(34px,3.5vw,49px);font-weight:600;line-height:1.06;letter-spacing:-.045em;text-align:left;margin:0 0 20px;max-width:470px;color:var(--paper)}
.neo-final--static .neo-final__copy p{font-size:13px;line-height:1.65;max-width:310px;color:var(--paper)}
.neo-final--static .sales-button{min-height:46px;padding:13px 19px;margin-top:27px}
@media(max-width:1000px){.site-page--sales .neo-final--static{min-height:370px;padding:34px 28px}.site-page--sales .neo-final--static h2{font-size:34px}.neo-final--static .neo-final__copy{width:44%}.neo-final--static .neo-final__copy p{font-size:12px}}
@media(max-width:740px){
  .neo-universe__stage{height:380px}
  .neo-universe__streams{width:100%;margin-left:0;grid-template-columns:1.15fr .7fr 1.15fr}
  .neo-universe__column:nth-child(2),.neo-universe__column:nth-child(4){display:none}
  .neo-universe__signature{width:36%;box-shadow:0 0 0 7px var(--paper);padding:12px 6px}
  .site-page--sales .neo-final--static{display:flex;flex-direction:column;align-items:stretch;aspect-ratio:auto;min-height:0;padding:0;border-radius:12px;background:var(--ink)}
  .neo-final__photo{position:relative;inset:auto;z-index:0;aspect-ratio:1.3;width:100%;height:auto;object-fit:cover;object-position:right center}
  .neo-final--static .neo-final__copy{width:100%;max-width:none;padding:29px 25px 31px}
  .site-page--sales .neo-final--static h2{font-size:30px;max-width:360px;margin:0 0 15px}
  .neo-final--static h2 br{display:block}
  .neo-final--static .neo-final__copy p{font-size:12px;max-width:300px}
  .neo-final--static .sales-button{margin-top:23px;font-size:11px}
}
@media(max-width:360px){.neo-universe__stage{height:330px}.site-page--sales .neo-final--static h2{font-size:29px}.neo-final--static .neo-final__copy{padding:26px 22px 28px}}
