* { letter-spacing: 0 !important; }
body { overflow-wrap: break-word; background: #f8faf9; }
.site-shell { background: #fff; }
.site-footer { background: #f0f4f2; }
.site-footer span, .site-page-hero p, .site-section p, .site-section small { font-weight: 400; }
.site-section { background: #fff; }
.site-nav { background: #fff; }
.brand-full span { font-size: 26px; }
.site-nav-cta { background: #176758; box-shadow: none; border-radius: 6px; }
.site-page-hero { background: #eef4f1; box-shadow: none; border-radius: 0; padding: 36px 32px; }
.site-page-hero h1 { font-size: 38px; color: #18322b; line-height: 1.15; }
.site-page-hero p { color: #455a52; }
.site-page-hero .eyebrow { display: none; }
.site-section h2, .site-cta h2 { font-size: 28px; line-height: 1.25; }
.site-section { border-radius: 0; box-shadow: none; }
.site-section article { border-radius: 6px; box-shadow: none; }
.site-section p { max-width: 72ch; }
a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid #178a9a; outline-offset: 4px; }
.skip-link { position: absolute; z-index: 100; top: -80px; left: 16px; padding: 12px 18px; color: #fff; background: #102433; }
.skip-link:focus { top: 12px; }
.site-footer { gap: 24px; }
.site-footer a { text-decoration: underline; }
.home-refined .site-shell { max-width: none; }
.home-refined .site-nav { position: relative; z-index: 10; padding: 18px 5%; min-height: 76px; }
.home-refined .site-nav a, .home-refined summary { min-height: 44px; display: inline-flex; align-items: center; }
.home-hero { position: relative; min-height: 420px; height: min(590px, 72svh); display: flex; align-items: center; isolation: isolate; overflow: hidden; background: #193b40; }
.home-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -2; }
.home-hero::before { content: ""; position: absolute; inset: 0; background: rgb(0 18 24 / 48%); z-index: -1; }
.home-hero-copy { width: min(720px, 90%); margin: 0 5%; padding: 40px 0; color: #fff; }
.home-hero-copy h1 { font-size: 56px; line-height: 1.06; margin: 16px 0 24px; }
.home-hero-copy > p:not(.eyebrow) { max-width: 560px; font-size: 20px; line-height: 1.6; color: #fff; }
.home-hero-copy .eyebrow { color: #e0eeea; }
.home-hero-copy .hero-actions { margin-top: 28px; flex-wrap: wrap; }
.home-refined .hero-primary { background: #fff; color: #102433; border: 1px solid #fff; border-radius: 6px; }
.home-refined .hero-secondary { background: transparent; border: 1px solid #fff; color: #fff; border-radius: 6px; }
.home-band { padding: 52px 5%; background: #fff; }
.home-band h2 { font-size: 28px; line-height: 1.25; margin: 0 0 24px; color: #182a32; }
.home-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.home-feature-grid article { border: 0; padding: 0; background: transparent; box-shadow: none; border-radius: 0; }
.home-feature-grid h3 { font-size: 20px; margin: 16px 0 10px; }
.home-band p { font-size: 16px; line-height: 1.65; color: #48565b; max-width: 62ch; }
.home-text-link { display: inline-block; color: #146457; font-weight: 650; margin-top: 16px; padding-block: 10px; }
.home-band-muted { background: #f1f5f3; border-block: 1px solid #dce5e0; }
.home-two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; }
.home-refined .site-footer { padding: 28px 5%; }
@media (max-width: 1100px) {
  .home-refined .site-nav > nav, .home-refined .site-actions { display: none; }
  .home-refined .site-nav-mobile { display: block; }
}
@media (max-width: 800px) {
  .site-page-hero { padding: 28px 20px; }
  .site-page-hero h1 { font-size: 32px; }
  .site-section h2, .site-cta h2 { font-size: 24px; }
  .brand-full span { font-size: 22px; }
  .home-hero-copy h1 { font-size: 42px; }
  .home-hero { height: 540px; max-height: 70svh; min-height: 390px; }
  .home-feature-grid { gap: 20px; }
  .home-two-column { gap: 28px; }
  .home-band { padding-block: 36px; }
}
@media (max-width: 580px) {
  .home-hero-copy h1 { font-size: 36px; }
  .home-hero-copy > p:not(.eyebrow) { font-size: 18px; }
  .home-hero { min-height: 380px; height: 65svh; }
  .home-feature-grid, .home-two-column { grid-template-columns: 1fr; }
  .home-band h2 { font-size: 24px; }
  .home-refined .brand-full { font-size: 19px; }
  .home-refined .brand-mark { width: 32px; height: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
