/* Scoped presentation refinements; published motion assets remain immutable. */
#view-design-build [aria-labelledby="db-concepts"] .concept-card .editorial-link{border-bottom:0}

/* The source is a tall portrait. A centered, viewport-bounded frame reveals its
   full composition first, without stretching it into a landscape crop. The
   shared view-owned scroll tween introduces the zoom and upward travel later. */
#view-about [data-origins-glass]{
  width:min(100%,calc(77.25714286vh - 98.89px));
  width:min(100%,calc(77.25714286svh - 98.89px));
  height:auto;aspect-ratio:2704 / 3500;margin:0 auto;background:transparent;
}
#view-about [data-origins-glass] img{
  position:relative;display:block;inset:auto;width:100%;height:100%;min-height:0;
  object-fit:contain;object-position:50% 50%;transform-origin:50% 50%;
}
#view-about #founder-words .fw-image{aspect-ratio:1 / 1;max-width:520px;justify-self:center;width:100%}
#view-about #founder-words .fw-image img{object-fit:contain}
