.hero { position: relative; height: min(700px, calc(100vh - var(--header-height) - 34px)); min-height: 560px; overflow: hidden; color: var(--white); background: #10264a; }
.hero-track, .hero-slide, .hero-slide picture, .hero-slide img { width: 100%; height: 100%; }
.hero-slide { position: absolute; inset: 0; display: none; }
.hero-slide.is-active { display: block; }
.hero-slide img { object-fit: cover; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 24, 58, .78) 0%, rgba(7, 24, 58, .42) 47%, rgba(7, 24, 58, .12) 100%); }
.hero-content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 34px; padding-bottom: 68px; }
.hero-content h1, .hero-content h2 { width: min(760px, 65%); margin-bottom: 20px; color: var(--white); font-size: clamp(42px, 5vw, 64px); line-height: 1.12; }
.hero-content p { width: min(680px, 62%); margin-bottom: 32px; color: rgba(255, 255, 255, .88); font-size: 19px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-empty { background: var(--brand-blue); }
.hero-controls { position: absolute; z-index: 4; right: 0; bottom: 6px; left: 0; display: flex; gap: 9px; }
.hero-controls button { position: relative; width: 42px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.hero-controls button::before { content: ""; position: absolute; inset: 20px 0; background: rgba(255, 255, 255, .5); transition: background-color .2s ease; }
.hero-controls button[aria-current="true"]::before { background: var(--brand-yellow); }

.intro-band { padding-top: 96px; }
.intro-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: 70px; }
.intro-copy h2 { margin-bottom: 22px; }
.intro-media { position: relative; margin: 0; overflow: hidden; aspect-ratio: 8 / 5; border-left: 7px solid var(--brand-yellow); box-shadow: 0 20px 42px rgba(19, 34, 56, .12); }
.intro-media img, .intro-media video { width: 100%; height: 100%; object-fit: cover; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 34px 0 0; border-top: 1px solid var(--line); }
.metrics div { padding: 22px 18px 0 0; }
.metrics dt { color: var(--brand-blue); font-size: 27px; font-weight: 900; line-height: 1.2; }
.metrics dd { margin: 7px 0 0; color: var(--muted); font-size: 13px; }

.business-band { color: var(--white); background: var(--brand-blue); }
.business-band .section-kicker, .business-band h2, .business-band .section-heading p { color: var(--white); }
.business-band .section-heading p { opacity: .75; }
.business-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.business-item { min-width: 0; overflow: hidden; background: var(--brand-blue-dark); box-shadow: 0 14px 30px rgba(7, 24, 58, .18); }
.business-item a { display: grid; grid-template-columns: 42% 58%; min-height: 285px; }
.business-item img { width: 100%; height: 100%; object-fit: cover; }
.business-item div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 34px; }
.business-item div > span { color: var(--brand-yellow); font-size: 13px; font-weight: 900; }
.business-item h3 { margin: 8px 0 14px; color: var(--white); }
.business-item p { margin-bottom: 20px; color: rgba(255, 255, 255, .72); font-size: 14px; }
.business-item strong { color: var(--brand-yellow); font-size: 13px; }
.business-item a { transition: transform .25s ease; }
.business-item a:hover { transform: translateY(-4px); }
.business-item a:hover img { filter: brightness(1.08); }

.advantages-band { background: var(--surface); }
.advantage-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding: 0; margin: 0; list-style: none; }
.advantage-list li { min-width: 0; padding: 30px 26px; border-top: 4px solid var(--brand-blue); background: var(--white); box-shadow: 0 10px 24px rgba(19, 34, 56, .06); }
.advantage-list li + li { padding-left: 28px; }
.advantage-list li:last-child { border-right: 0; }
.advantage-list span { color: var(--brand-yellow-dark); font-size: 14px; font-weight: 900; }
.advantage-list h3 { margin: 12px 0; }
.advantage-list p { margin-bottom: 0; font-size: 14px; }

.product-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.product-links a { position: relative; display: grid; min-width: 0; overflow: hidden; border: 1px solid var(--line); background: var(--white); box-shadow: 0 10px 24px rgba(19, 34, 56, .04); transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.product-links img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.product-links a > div { position: relative; min-height: 168px; padding: 26px 52px 24px 26px; }
.product-links h3 { margin-bottom: 12px; }
.product-links p { margin-bottom: 0; font-size: 14px; }
.product-links a > div > span { position: absolute; top: 24px; right: 22px; color: var(--brand-blue); font-size: 20px; }
.product-links a:hover { transform: translateY(-3px); }
.product-links a:hover > div { color: var(--white); background: var(--brand-blue); }
.product-links a:hover h3, .product-links a:hover p, .product-links a:hover > div > span { color: var(--white); }

.certification-band { background: #f7f8fa; }
.certification-wall { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.certification-wall figure { min-width: 0; margin: 0; border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 28px rgba(19, 34, 56, .06); }
.certification-wall img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.certification-wall figcaption { display: grid; gap: 4px; padding: 20px; }
.certification-wall figcaption span { color: var(--muted); font-size: 13px; }

.locations-band { background: var(--white); }
.location-showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.location-card { min-width: 0; border: 1px solid var(--line); background: var(--white); box-shadow: 0 14px 30px rgba(19, 34, 56, .08); }
.location-carousel { position: relative; overflow: hidden; aspect-ratio: 16 / 11; background: #0c1a34; }
.location-track, .location-slide, .location-slide img { width: 100%; height: 100%; }
.location-slide { position: absolute; inset: 0; display: none; margin: 0; }
.location-slide.is-active { display: block; }
.location-slide img { object-fit: cover; }
.location-arrow { position: absolute; z-index: 2; top: 50%; display: grid; width: 46px; height: 46px; padding: 0; place-items: center; color: var(--white); border: 1px solid rgba(255, 255, 255, .7); background: rgba(12, 26, 52, .72); cursor: pointer; transform: translateY(-50%); }
.location-arrow-prev { left: 16px; }
.location-arrow-next { right: 16px; }
.location-controls { position: absolute; z-index: 2; right: 16px; bottom: 14px; left: 16px; display: flex; align-items: center; gap: 8px; }
.location-controls [data-location-dot] { position: relative; width: 40px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.location-controls [data-location-dot]::before { content: ""; position: absolute; inset: 20px 0; background: rgba(255, 255, 255, .55); }
.location-controls [data-location-dot][aria-current="true"]::before { background: var(--brand-yellow); }
.location-pause { min-height: 40px; margin-left: auto; padding: 0 12px; color: var(--white); border: 1px solid rgba(255, 255, 255, .65); background: rgba(12, 26, 52, .72); cursor: pointer; font-size: 12px; }
.location-copy { padding: 24px 26px 28px; }
.location-copy p { margin-bottom: 4px; color: var(--brand-blue); font-size: 13px; font-weight: 900; }
.location-copy h3 { margin-bottom: 8px; }
.location-copy span { color: var(--muted); font-size: 14px; }

.proof-band { background: #f7f8fa; }
.proof-grid { display: grid; grid-template-columns: .85fr 1.6fr; gap: 46px; }
.certification-list { padding: 32px; border-top: 5px solid var(--brand-yellow); background: var(--white); }
.certification-list > h3 { margin-bottom: 24px; }
.certification-list article { display: flex; gap: 14px; padding: 18px 0; border-top: 1px solid var(--line); }
.certification-list article > span { display: grid; flex: 0 0 auto; width: 28px; height: 28px; place-items: center; color: var(--white); border-radius: 50%; background: var(--success); font-size: 13px; }
.certification-list h4 { margin-bottom: 4px; font-size: 16px; }
.certification-list p { margin-bottom: 0; font-size: 12px; }
.location-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.location-grid article { position: relative; min-height: 380px; overflow: hidden; }
.location-grid img { width: 100%; height: 100%; object-fit: cover; }
.location-grid article::after { content: ""; position: absolute; inset: auto 0 0; height: 55%; background: rgba(8, 11, 32, .64); }
.location-grid article > div { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 28px; color: var(--white); }
.location-grid p { margin-bottom: 3px; color: var(--brand-yellow); font-size: 13px; font-weight: 900; }
.location-grid h3 { margin-bottom: 8px; color: var(--white); }
.location-grid span { color: rgba(255, 255, 255, .76); font-size: 13px; }

.stories-band { background: var(--white); }
.story-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.story-links a { min-height: 220px; padding: 34px; border: 1px solid var(--line); border-top: 5px solid var(--brand-blue); background: var(--white); transition: transform .2s ease, border-color .2s ease, background-color .2s ease; }
.story-links a > span { color: var(--brand-blue); font-size: 13px; font-weight: 900; }
.story-links h3 { max-width: 480px; margin: 18px 0 34px; }
.story-links strong { color: var(--brand-blue); font-size: 13px; }
.story-links a:hover { border-top-color: var(--brand-yellow); background: var(--surface); transform: translateY(-3px); }

@media (max-width: 1080px) {
    .hero { height: 620px; }
    .hero-content h1, .hero-content h2 { font-size: 44px; }
    .intro-grid { gap: 44px; }
    .business-item a { grid-template-columns: 1fr; }
    .business-item img { height: 220px; }
    .business-item div { min-height: 230px; }
    .advantage-list { grid-template-columns: repeat(2, 1fr); }
    .proof-grid { grid-template-columns: 1fr; }
    .certification-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    .hero { height: 640px; min-height: 0; }
    .hero-content { justify-content: flex-end; padding-bottom: 86px; }
    .hero-content h1, .hero-content h2, .hero-content p { width: 100%; }
    .hero-content h1, .hero-content h2 { font-size: 40px; }
    .hero-content p { font-size: 16px; }
    .intro-grid { grid-template-columns: 1fr; }
    .intro-media { grid-row: 1; }
    .business-grid, .product-links { grid-template-columns: 1fr 1fr; }
    .business-item a { display: block; }
    .business-item img { height: 210px; }
    .business-item div { min-height: 220px; padding: 25px; }
    .advantage-list { grid-template-columns: 1fr 1fr; }
    .location-grid, .location-showcase { grid-template-columns: 1fr; }
    .location-grid article { min-height: 330px; }
}

@media (max-width: 520px) {
    .hero { height: 600px; }
    .hero-content h1, .hero-content h2 { font-size: 34px; }
    .metrics { grid-template-columns: 1fr; }
    .metrics div { display: flex; align-items: baseline; gap: 10px; padding-top: 15px; }
    .business-grid, .product-links, .story-links { grid-template-columns: 1fr; }
    .advantage-list { grid-template-columns: 1fr; }
    .certification-wall { grid-template-columns: 1fr; }
    .location-arrow { width: 44px; height: 44px; }
    .advantage-list li, .advantage-list li + li { padding: 24px; border-right: 0; }
    .proof-grid { gap: 24px; }
    .certification-list { padding: 24px; }
}
