/* G212: logo is the foreground visual on the right of the introductory text. */
.welcome-page .welcome-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:center;gap:clamp(24px,3vw,46px)}
.welcome-page .welcome-hero::before{display:none}
.welcome-page .welcome-hero-copy{width:100%;max-width:650px;min-width:0}
.welcome-page .welcome-machine.welcome-logo{position:relative;inset:auto;z-index:2;direction:ltr;width:100%;max-width:720px;min-width:0;aspect-ratio:10/7;overflow:visible;background:transparent;justify-self:center}
.welcome-page .welcome-machine.welcome-logo>video{display:block;width:100%;height:auto;aspect-ratio:10/7;object-fit:contain;filter:none;transform:none;animation:none;background:transparent;border:0;pointer-events:none}
@media(max-width:760px){.welcome-page .welcome-hero{grid-template-columns:minmax(0,1fr);gap:30px}.welcome-page .welcome-machine.welcome-logo{width:min(100%,500px);margin:0 auto}.welcome-page .welcome-hero-copy{width:100%}}
