@media (max-width: 980px) {
  .theme-switcher {
    display: none;
  }

  .nav-shell {
    min-height: 76px;
    gap: 0.75rem;
  }

  .brand {
    flex: 1;
    min-width: 0;
    padding: 0.35rem 0.65rem 0.35rem 0.35rem;
    gap: 0.75rem;
    box-shadow: 0 8px 20px rgba(68, 40, 24, 0.06);
  }

  .brand-mark {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.7rem;
  }

  .brand-copy strong {
    font-size: 0.98rem;
  }

  .brand-copy span {
    font-size: 0.78rem;
  }

  .site-nav {
    gap: 0.85rem;
    padding: 1rem;
  }

  .site-nav a,
  .site-nav .nav-cta {
    width: 100%;
  }

  .site-nav .nav-cta {
    justify-content: center;
  }

  .top-banner {
    padding-top: 0.75rem;
  }

  .header-banner-card {
    border-radius: 20px;
  }

  .header-banner-image {
    height: clamp(160px, 36vw, 220px);
  }

  .hero {
    padding: 2.4rem 0 1.6rem;
  }

  .hero-copy {
    padding: 1.2rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.9rem, 7vw, 2.45rem);
    line-height: 1.02;
    margin-bottom: 0.85rem;
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.56;
  }

  .hero-actions {
    gap: 0.85rem;
    margin: 1rem 0 0.8rem;
  }

  .hero-points {
    gap: 0.65rem;
  }

  .hero-points li {
    font-size: 0.98rem;
    line-height: 1.5;
  }

  .hero-card {
    max-width: none;
    justify-self: stretch;
    padding: 1.1rem;
  }

  .contact-list {
    gap: 0.8rem;
  }

  .contact-list div {
    padding-bottom: 0.8rem;
  }

  .section {
    padding: 2.35rem 0;
  }

  .section-heading {
    margin-bottom: 1.15rem;
  }

  .section-heading p,
  .callout-card p,
  .prose-card p,
  .contact-panel p,
  .quote-copy-card .body-note,
  .pricing-note {
    font-size: 0.98rem;
    line-height: 1.56;
  }

  .prose-card,
  .callout-card,
  .price-card,
  .quote-copy-card,
  .quote-form,
  .contact-panel {
    padding: 1rem;
  }

  .detail-list {
    font-size: 0.98rem;
    line-height: 1.56;
  }

  .detail-list li + li {
    margin-top: 0.45rem;
  }

  .pricing-grid,
  .prose-grid,
  .prose-layout,
  .split-callout,
  .contact-columns,
  .quote-grid {
    gap: 1rem;
  }

  .compact-cta-card {
    gap: 1rem;
    padding: 1.05rem 1rem;
  }

  .compact-cta-copy h2 {
    font-size: clamp(1.28rem, 5vw, 1.55rem);
  }

  .compact-cta-copy p:last-child {
    font-size: 0.96rem;
    line-height: 1.54;
  }

  .compact-cta-button {
    min-width: 0;
    width: 100%;
  }

  .quote-panel {
    padding: 0;
  }

  .quote-heading {
    margin-bottom: 1rem;
  }

  .quote-copy-card h3,
  .contact-columns h3 {
    margin-bottom: 0.7rem;
  }

  .quote-form {
    gap: 0.85rem;
  }

  .quote-form input,
  .quote-form select,
  .quote-form textarea {
    padding: 0.85rem 0.95rem;
  }

  .contact-panel {
    padding: 1rem;
  }

  .contact-columns {
    gap: 1.1rem;
  }

  .contact-share {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-share-link {
    justify-content: center;
  }

  .contact-columns p,
  .contact-columns a {
    line-height: 1.55;
  }
}

@media (max-width: 640px) {
  .nav-shell {
    min-height: 72px;
  }

  .brand {
    padding-right: 0.55rem;
    gap: 0.65rem;
  }

  .brand-mark {
    width: 2.45rem;
    height: 2.45rem;
    font-size: 1.5rem;
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

  .brand-copy span {
    font-size: 0.72rem;
  }

  .menu-toggle {
    padding: 0.65rem 0.95rem;
  }

  .hero {
    padding-top: 2rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.7rem, 8.5vw, 2.15rem);
  }

  .hero-text,
  .section-heading p,
  .prose-card p,
  .callout-card p,
  .contact-panel p,
  .quote-copy-card .body-note {
    font-size: 0.95rem;
    line-height: 1.52;
  }

  .hero-points li,
  .detail-list {
    font-size: 0.94rem;
  }

  .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .button {
    min-height: 3rem;
  }

  .quote-form label {
    gap: 0.35rem;
  }

  .form-note {
    font-size: 0.94rem;
  }
}
