/* Site-plan artwork and the blue/green colors of the supplied Eastlake logo. */
.home-page {
  --brand-blue: #1e88ca;
  --brand-green: #63a232;
  --brand-ink: #1c2b58;
}
.home-page .hero { background: #edf6fa; }
.home-page .hero-content { padding: 0; padding-inline: 0; }
.home-page .hero-bg { bottom: 130px; }
.home-page .hero-bg picture { display: block; width: 100%; height: 100%; }
.home-page .hero-bg img { object-position: center; }
.home-page .hero-overlay { display: none; }
.home-page .hero-text { min-height: 540px; padding-top: 52px; padding-bottom: 46px; }
.home-page .hero-eyebrow { color: #326a88; }
.home-page .hero-title { color: var(--brand-ink); -webkit-text-fill-color: currentColor; max-width: 580px; }
.home-page .hero-slogan { color: #225777; font-size: 30px; text-transform: none; }
.home-page .hero-subtitle { color: #405e70; max-width: 470px; font-size: 14px; }
.home-page .hero-actions .btn-primary { background: var(--brand-blue); border-color: var(--brand-blue); color: #fff; }
.home-page .hero-actions .btn-primary:hover { background: #176ba0; border-color: #176ba0; }
.home-page .hero-actions .btn-outline { color: #416e26; border-color: #6a944c; background: transparent; }
.home-page .hero-actions .btn-outline:hover { background: #e3efdc; }
.home-page .hero-stats { position: relative; background: #fff; }
.home-page .hero-stats::before { content: ""; position: absolute; inset: 0 calc((100% - 100vw) / 2); background: #fff; z-index: -1; }
.home-page .stat-item { border-color: #dce7eb; }
.home-page .stat-number { color: #246f9e; }
.home-page .stat-unit { color: #548b2b; }
.home-page .stat-label { color: #556a75; }
.home-page.lang-en .capacity-number .stat-unit { margin-left: 6px; }
.home-page .nav-link.active, .home-page .nav-link:hover { color: #1677b1; }
.home-page .lang-current { color: #1677b1; }
@media (min-width: 1450px) {
  .home-page .hero-text { min-height: min(610px, calc(100svh - 280px)); padding-top: 70px; }
}
@media (min-width: 601px) and (max-width: 960px) {
  .home-page .hero-text { min-height: 0; padding-bottom: 280px; }
  .home-page .hero-bg picture { position: absolute; bottom: 0; height: 280px; }
  .home-page .hero-bg img { object-fit: contain; object-position: right bottom; }
  .home-page .hero-title { max-width: 580px; }
  .home-page .hero-subtitle { max-width: 470px; }
}
@media (max-width: 600px) {
  .home-page .hero-bg { bottom: 104px; }
  .home-page .hero-bg img { object-fit: cover; }
  .home-page .hero-text { min-height: 580px; padding: 30px 22px 210px; }
  .home-page .hero-title { font-size: 38px; margin-bottom: 16px; }
  .home-page.lang-en .hero-title { font-size: 30px; }
  .home-page .hero-slogan { font-size: 24px; margin-bottom: 14px; }
  .home-page .hero-subtitle { font-size: 13px; margin-bottom: 18px; }
  .home-page .hero-actions .btn { font-size: 12px; padding: 10px 16px; min-height: 44px; }
  .home-page.lang-en .hero-actions .btn { font-size: 11px; padding-inline: 12px; }
  .home-page .hero-stats { min-height: 104px; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 18px 16px; gap: 0; }
  .home-page .stat-item { padding: 0 8px; border-right: 1px solid #dce7eb; }
  .home-page .stat-item:first-child { padding-left: 0; }
  .home-page .stat-item:last-child { border-right: 0; padding-right: 0; }
  .home-page .stat-number { font-size: 23px; white-space: nowrap; }
  .home-page .stat-unit { font-size: 11px; }
  .home-page .stat-label { font-size: 10px; line-height: 1.5; }
  .home-page.lang-en .capacity-number { font-size: 19px; }
  .home-page.lang-en .capacity-number .stat-unit { display: block; margin-left: 0; font-size: 10px; }
  .home-page.lang-en .hero-slogan { font-size: 22px; }
}
