.hero-bottom{display:grid;grid-template-columns:minmax(140px,.6fr) minmax(0,2fr) auto;align-items:end;gap:25px}
.hero-gallery{min-width:0}
.hero-gallery-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:10px;font-size:10px;min-height:18px;color:#e9eee7}
.hero-gallery-heading>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hero-gallery-heading>span:last-child{font-size:7px;color:#c1ccc0;white-space:nowrap}
.hero-industry-choices{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.hero-industry-choice{position:relative;display:flex;align-items:center;gap:9px;text-align:left;background:#0e1915c9;border:1px solid #d9e8d22e;border-radius:4px;color:#d2ddce;padding:7px;min-width:0;height:52px;transition:border-color .2s,background .2s;overflow:hidden}
.hero-industry-choice img{width:42px;height:32px;object-fit:cover;object-position:70% center;border-radius:2px;flex-shrink:0}
.hero-industry-choice span{font-size:9px;line-height:1.4;font-weight:500;min-width:0}
.hero-industry-choice[aria-pressed=true]{color:#fff;border-color:#d8f36ab3;background:#263021d9}
.hero-industry-choice:hover{border-color:#d8f36a}
.hero-industry-choice::after{position:absolute;content:'';height:2px;background:var(--lime);bottom:0;left:0;right:0;transform-origin:left;transform:scaleX(0)}
.hero-industry-choice[aria-pressed=true]::after{transform:scaleX(var(--slide-progress,0))}
.hero-industry-choice:disabled{opacity:.45;cursor:default}
.hero-fallback{position:absolute;inset:0;transition:opacity 1.2s ease;opacity:0}
.hero-fallback.is-current{opacity:1}
.hero-world:not(.gallery-ready)>.hero-fallback:first-child{opacity:1}
@media(max-width:1150px){.hero-bottom{grid-template-columns:120px minmax(0,1fr) auto;gap:16px}.hero-industry-choices{gap:6px}.hero-industry-choice{padding:6px;gap:6px;height:48px}.hero-industry-choice img{width:29px;height:30px}.hero-industry-choice span{font-size:8px}.hero-gallery-heading{font-size:9px}.hero-gallery-heading>span:last-child{display:none}.scroll-link{font-size:9px}}
@media(max-width:950px){.hero-bottom{grid-template-columns:1fr 1fr;gap:14px}.hero-gallery{grid-row:1;grid-column:1/-1}.hero-gallery-heading>span:last-child{display:block}.scroll-link{grid-row:2;grid-column:1}.scene-controls{grid-row:2;grid-column:2;justify-content:flex-end}.hero-industry-choice img{width:42px}.hero-industry-choice span{font-size:10px}.hero-industry-choice{height:48px;gap:10px}}
@media(max-width:640px){.hero-bottom{gap:12px;bottom:18px}.hero-gallery-heading{font-size:8px;margin-bottom:7px;min-height:14px}.hero-gallery-heading>span:last-child{font-size:6px}.hero-industry-choices{gap:6px}.hero-industry-choice{flex-direction:column;align-items:stretch;justify-content:flex-start;height:66px;padding:4px;gap:4px}.hero-industry-choice img{width:100%;height:30px;object-position:70% 40%}.hero-industry-choice span{font-size:8px;line-height:1.25;text-align:center}.hero-content{padding-top:145px}.hero-gallery-heading>span:first-child{max-width:71%}}
@media(max-width:640px) and (max-height:740px){.hero-content{padding-top:103px}.hero-bottom{bottom:12px;gap:8px}.hero-gallery-heading{display:none}.hero-industry-choice img{display:none}.hero-industry-choice{height:34px;align-items:center;justify-content:center;padding:4px}.hero-industry-choice span{font-size:8px}.hero-industry-choices{gap:5px}}
@media(prefers-reduced-motion:reduce){.hero-fallback{transition:none}}
