/* Responsive adjustments used only by the Sector 3 service page. */

@media (max-width: 980px) {
  .site-nav {
    top: 108px;
    max-height: calc(100dvh - 122px);
    overflow-y: auto;
  }
}

@media (max-width: 860px) {
  .brand-mark {
    width: 260px;
    height: 68px;
  }

  .site-nav {
    top: 90px;
  }

  .service-hero {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    padding-top: 128px;
    padding-bottom: 48px;
  }

  .service-hero-copy h1 {
    max-width: 14ch;
    font-size: clamp(2.5rem, 7vw, 4rem);
    line-height: 1;
  }

  .service-summary {
    width: 100%;
  }

  .service-summary dd,
  .price-card,
  .faq-list summary,
  .faq-list p {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 680px) {
  .site-header {
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: min(226px, calc(100vw - 94px));
    height: 60px;
  }

  .site-nav {
    top: 82px;
  }

  .site-nav a,
  .faq-list summary {
    min-height: 44px;
  }

  .site-nav a {
    display: flex;
    align-items: center;
    padding: 10px 8px;
  }

  .service-hero {
    width: min(var(--max), calc(100% - 28px));
    padding-top: 112px;
    padding-bottom: 38px;
    gap: 28px;
  }

  .service-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.25rem, 10vw, 3rem);
    line-height: 1.05;
  }

  .service-hero-copy p {
    font-size: 1rem;
  }

  .service-summary,
  .cta-panel,
  .price-card {
    padding: 22px 18px;
  }

  .service-content,
  .service-documents,
  .service-faq,
  .service-cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .cta-panel {
    width: min(var(--max), calc(100% - 28px));
  }

  .faq-list summary {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 360px) {
  .service-hero-copy h1 {
    font-size: 2.1rem;
  }

  .service-summary,
  .cta-panel,
  .price-card {
    padding-inline: 16px;
  }
}
