/* Fleet: one photographic focal point, no repeated synthetic fleet scene. */
:where(section,div,header,main):has(> .fleet-hero-photo){display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);column-gap:44px;align-items:start}
:where(section,div,header,main):has(> .fleet-hero-photo)>:not(.fleet-hero-photo){grid-column:1;min-width:0}
.fleet-hero-photo{grid-column:2;grid-row:1 / span 12;align-self:center;min-width:0;margin:0;background:#111a22;border:1px solid #ffffff20;border-radius:5px;overflow:hidden;box-shadow:0 24px 70px #0004}
.fleet-hero-photo img{display:block;width:100%;height:auto;aspect-ratio:2/1;object-fit:cover}
.fleet-hero-photo figcaption{padding:12px 16px;font:400 12px/1.6 'Manrope',sans-serif;color:#b9c5d0;background:#101720}
.fleet-hero-photo figcaption a{color:var(--brand-accent,#99cfff);text-underline-offset:3px}
:where(section,div,header,main):has(> .fleet-hero-photo)>h1{font-size:clamp(38px,4.2vw,66px);line-height:1.06;max-width:15ch}
:where(section,div,header,main):has(> .fleet-hero-photo)>.growth-actions{flex-wrap:wrap}
@media(max-width:960px){:where(section,div,header,main):has(> .fleet-hero-photo){display:flex;flex-direction:column;gap:0}.fleet-hero-photo{order:2;width:100%;max-width:740px;align-self:stretch;margin-top:30px}:where(section,div,header,main):has(> .fleet-hero-photo)>h1{font-size:clamp(38px,8vw,64px);max-width:20ch}.fleet-hero-photo figcaption{font-size:12px}}
