.home-highlight-band{width:100%;background:var(--bg-navy);color:var(--text-on-dark);padding:var(--state-section-y,56px) 24px}.home-highlight-band__inner{max-width:900px;margin-inline:auto}.home-highlight-band__heading{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.25;color:inherit;text-align:center;margin:0 0 28px}.home-highlight-band__body{display:grid;grid-template-columns:minmax(96px,140px) 1fr;gap:clamp(1.25rem,3vw,2.25rem);align-items:center}.home-highlight-band__media{display:grid;place-items:center}.home-highlight-band__img{width:100%;max-width:140px;height:auto;display:block}.home-highlight-band__lines{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.4;color:color-mix(in oklab,var(--text-on-dark) 94%,transparent)}.home-highlight-band__lines li{margin:0}@media (width <= 640px){.home-highlight-band__body{grid-template-columns:1fr;justify-items:center;text-align:center}.home-highlight-band__img{max-width:112px}.home-highlight-band__lines{text-align:left;width:100%;max-width:28rem}}@media (width <= 560px){.home-highlight-band{padding:32px 20px}.home-highlight-band__img{display:none}}