.contract strong,.footer-contract strong{overflow-wrap:anywhere}
.market-head.live-data i{background:#5fd18b;box-shadow:0 0 0 4px rgba(95,209,139,.12)}
.locked-chip{color:#5fd18b}
.vault-row a{color:var(--cream);font:500 11px var(--mono);text-align:right}
.featured-film{margin-bottom:70px;background:var(--black);color:var(--cream);padding:18px}
.film-meta{display:flex;justify-content:space-between;font:500 10px var(--mono);letter-spacing:.08em;padding:2px 2px 16px;color:#a3a098}
.featured-film video{display:block;width:100%;aspect-ratio:16/9;background:#050505;object-fit:contain}
.film-caption{display:flex;justify-content:space-between;align-items:end;padding:22px 2px 4px}
.film-caption h3{font-size:clamp(25px,3vw,42px);letter-spacing:-.045em;margin:0}
.film-caption p{font:400 11px var(--mono);color:#9b9891;margin:0}
@media(max-width:600px){.featured-film{margin-inline:-18px;padding:10px;margin-bottom:50px}.film-meta{font-size:8px;padding:4px 2px 11px}.film-caption{display:block;padding:18px 2px 5px}.film-caption p{margin-top:9px}}

/* Editorial archive: preserve each frame's intended composition. */
.gallery{
  grid-template-columns:repeat(12,minmax(0,1fr));
  grid-template-rows:clamp(440px,42vw,650px) clamp(330px,31vw,480px) clamp(520px,48vw,740px);
  grid-template-areas:
    "speed speed speed speed speed speed speed speed lounge lounge lounge lounge"
    "phones phones phones phones phones yacht yacht yacht yacht yacht yacht yacht"
    "office office office office office office office office office office office office";
  gap:14px;
}
.gallery-item.wide,.gallery-item.tall{grid-column:auto;grid-row:auto}
.gallery-item:nth-child(1){grid-area:speed}
.gallery-item:nth-child(2){grid-area:lounge}
.gallery-item:nth-child(3){grid-area:phones}
.gallery-item:nth-child(4){grid-area:yacht}
.gallery-item:nth-child(5){grid-area:office}
.gallery-item:nth-child(1) img{object-position:center 38%}
.gallery-item:nth-child(2) img{object-position:center center}
.gallery-item:nth-child(3) img{object-position:center 44%}
.gallery-item:nth-child(4) img{object-position:center 38%}
.gallery-item:nth-child(5) img{object-position:center 46%}

@media(max-width:900px){
  .gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:360px 480px 330px 560px;
    grid-template-areas:
      "speed speed"
      "lounge phones"
      "yacht yacht"
      "office office";
  }
}

@media(max-width:600px){
  .gallery{
    display:flex;
    flex-direction:column;
    gap:10px;
  }
  .gallery-item{width:100%;height:auto;min-height:0}
  .gallery-item:nth-child(1),.gallery-item:nth-child(4){aspect-ratio:4/3}
  .gallery-item:nth-child(2),.gallery-item:nth-child(5){aspect-ratio:4/5}
  .gallery-item:nth-child(3){aspect-ratio:1.2/1}
  .gallery-item:nth-child(1) img{object-position:center 35%}
  .gallery-item:nth-child(3) img{object-position:center 42%}
  .gallery-item span{left:10px;bottom:10px}
}
