@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }

  .announcement-bar { display: none; }
  .site-header { min-height: 68px; padding: 0 16px; }
  .brand img { width: 37px; height: 37px; }
  .brand-copy strong { font-size: 1.08rem; }
  .brand-copy small { margin-top: 4px; }
  .menu-toggle { width: 46px; height: 46px; }
  .primary-navigation { top: 76px; }

  .home-page .home-hero {
    padding: 20px 16px 36px;
    gap: 16px;
  }
  .home-page .hero-copy { padding: 12px 0 2px; }
  .home-page .eyebrow { margin-bottom: 12px; font-size: .59rem; letter-spacing: .14em; }
  .home-page .hero-copy h1 {
    max-width: 11.5ch;
    font-size: clamp(2.55rem, 10.8vw, 3.25rem);
    line-height: .99;
    letter-spacing: -.05em;
  }
  .home-page .hero-lead {
    margin-top: 18px;
    font-size: .94rem;
    line-height: 1.55;
  }
  .home-page .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 22px;
  }
  .home-page .hero-actions .button {
    width: 100%;
    min-height: 48px;
    padding: 0 13px;
    font-size: .78rem;
  }
  .home-page .hero-feature {
    min-height: 410px;
    border-radius: 24px;
  }
  .home-page .hero-feature-top { top: 18px; left: 18px; right: 18px; }
  .home-page .hero-feature-top small { font-size: .55rem; letter-spacing: .12em; }
  .home-page .hero-feature-copy { left: 20px; right: 20px; bottom: 20px; }
  .home-page .hero-feature-copy strong {
    font-size: clamp(1.95rem, 8vw, 2.35rem);
    line-height: 1.01;
  }
  .home-page .hero-feature-copy > span { margin-top: 9px; font-size: .85rem; }

  .home-page .services-section {
    padding: 50px 16px 56px;
    border-radius: 26px 26px 0 0;
  }
  .home-page .section-heading { gap: 10px; margin-bottom: 22px; }
  .home-page .section-heading h2 { font-size: 2.2rem; line-height: 1; }
  .home-page .section-heading > p { font-size: .88rem; line-height: 1.5; }
  .home-page .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 220px;
    gap: 10px;
  }
  .home-page .service-tile,
  .home-page .service-tile-large,
  .home-page .service-tile-tall,
  .home-page .service-tile-wide {
    grid-column: auto;
    grid-row: auto;
    border-radius: 20px;
  }
  .home-page .service-tile-large {
    grid-column: 1 / -1;
    min-height: 340px;
  }
  .home-page .service-tile-copy {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
  .home-page .service-tile-copy small {
    font-size: .47rem;
    letter-spacing: .10em;
  }
  .home-page .service-tile-copy strong {
    margin-top: 5px;
    font-size: 1.24rem;
    line-height: 1.04;
  }
  .home-page .service-tile-copy > span { display: none; }
  .home-page .service-tile-large .service-tile-copy strong { font-size: 1.9rem; }
  .home-page .service-tile-large .service-tile-copy > span {
    display: block;
    margin-top: 6px;
    font-size: .74rem;
  }
  .home-page .service-tile .tile-arrow {
    top: 11px;
    right: 11px;
    width: 31px;
    height: 31px;
  }

  .home-page .experience-section {
    padding: 52px 16px;
    gap: 24px;
  }
  .home-page .experience-copy h2 { font-size: 2.2rem; }
  .home-page .experience-copy > p:not(.eyebrow) {
    margin-top: 14px;
    font-size: .9rem;
  }
  .home-page .experience-steps article {
    min-height: 72px;
    padding: 13px 14px;
    grid-template-columns: 40px 1fr;
    gap: 11px;
  }
  .home-page .experience-steps article p {
    grid-column: 2;
    font-size: .75rem;
  }
  .home-page .step-icon { width: 36px; height: 36px; }

  .home-page .feature-split,
  .home-page .opportunities-section {
    margin-bottom: 52px;
    padding: 0 16px;
  }
  .home-page .feature-media,
  .home-page .opportunities-media { min-height: 315px; }
  .home-page .feature-copy,
  .home-page .opportunities-copy { padding: 30px 22px; }
  .home-page .feature-copy h2,
  .home-page .opportunities-copy h2 { font-size: 2.2rem; }

  .home-page .intelligence-section {
    margin-bottom: 52px;
    padding: 52px 16px;
    gap: 24px;
  }
  .home-page .intelligence-copy h2 { font-size: 2.2rem; }
  .home-page .intelligence-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .home-page .intelligence-cards article {
    min-height: 138px;
    padding: 17px;
  }
  .home-page .intelligence-cards strong {
    margin-top: 25px;
    font-size: 1rem;
  }

  .home-page .about-section {
    margin-bottom: 48px;
    padding: 0 16px;
    gap: 16px;
  }
  .home-page .about-section h2 { font-size: 2.2rem; }
  .home-page .about-section > p { font-size: .9rem; }
  .home-page .closing-section {
    margin: 0 16px 40px;
    padding: 30px 22px;
    border-radius: 24px;
  }
  .home-page .closing-section h2 { font-size: 2.2rem; }

  .service-page .service-hero {
    padding: 18px 16px 38px;
    gap: 16px;
  }
  .service-page .service-hero-copy { padding: 8px 0 2px; }
  .service-page .back-link { margin-bottom: 22px; }
  .service-page .service-hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(2.5rem, 10.8vw, 3.25rem);
    line-height: 1;
  }
  .service-page .service-summary {
    margin-top: 17px;
    font-size: .94rem;
    line-height: 1.55;
  }
  .service-page .service-hero-actions {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 22px;
  }
  .service-page .service-hero-actions .button {
    min-height: 48px;
    padding: 0 12px;
    font-size: .78rem;
  }
  .service-page .service-assurance {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 7px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .service-page .service-assurance::-webkit-scrollbar { display: none; }
  .service-page .service-assurance span { white-space: nowrap; }
  .service-page .service-hero-media {
    min-height: 400px;
    border-radius: 24px;
  }
  .service-page .service-image-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 17px;
  }
  .service-page .service-image-card strong { font-size: 1.4rem; }

  .service-page .offering-section { padding: 50px 16px 56px; }
  .service-page .service-section-heading { gap: 10px; margin-bottom: 22px; }
  .service-page .service-section-heading h2 { font-size: 2.2rem; }
  .service-page .service-section-heading > p { font-size: .88rem; }
  .service-page .offering-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .service-page .offering-card {
    min-height: 168px;
    padding: 16px;
    border-radius: 18px;
  }
  .service-page .offering-card-icon { width: 36px; height: 36px; }
  .service-page .offering-card-arrow { top: 15px; right: 15px; }
  .service-page .offering-card strong {
    margin-top: 34px;
    font-size: 1.03rem;
  }
  .service-page .offering-card p { font-size: .72rem; }

  .service-page .service-value-section {
    padding: 52px 16px;
    gap: 24px;
  }
  .service-page .service-value-copy h2,
  .service-page .process-copy h2,
  .service-page .service-closing h2 { font-size: 2.2rem; }
  .service-page .value-card {
    min-height: 78px;
    padding: 14px;
  }
  .service-page .service-process-section {
    margin-bottom: 52px;
    padding: 0 16px;
  }
  .service-page .process-media { min-height: 300px; }
  .service-page .process-copy { padding: 30px 22px; }
  .service-page .service-closing {
    margin: 0 16px 40px;
    padding: 30px 22px;
    border-radius: 24px;
  }
  .service-page .form-stage h3 { font-size: 2.05rem; }

  .site-footer { padding-top: 40px; }
}

@media (max-width: 380px) {
  .home-page .hero-actions,
  .service-page .service-hero-actions { grid-template-columns: 1fr; }

  .home-page .service-grid,
  .service-page .offering-grid { grid-template-columns: 1fr; }

  .home-page .service-tile-large { grid-column: 1; }
  .home-page .service-tile-copy > span { display: block; font-size: .72rem; }
  .home-page .intelligence-cards { grid-template-columns: 1fr; }
}
