@media (max-width: 980px) {
  .container {
    width: min(100% - 42px, 760px);
  }
  .main-nav {
    display: none;
  }
  .menu-toggle {
    display: grid;
    gap: 5px;
    border: 0;
    background: transparent;
    padding: 8px 0 8px 4px;
  }
  .menu-toggle span {
    display: block;
    width: 23px;
    height: 1px;
    background: var(--navy);
  }
  .mobile-nav {
    display: none;
    padding-bottom: 17px;
    gap: 18px;
    flex-wrap: wrap;
  }
  .site-header.menu-open .mobile-nav {
    display: flex;
  }
  .hero-grid,
  .about-grid,
  .bridge-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .hero-copy {
    max-width: 680px;
  }
  .hero-card-wrap {
    max-width: 570px;
    margin: 0 auto;
    width: 100%;
  }
  .about-grid {
    align-items: start;
  }
  .portrait-wrap {
    max-width: 340px;
  }
  .metrics-grid > div {
    padding: 0 15px;
  }
  .metric-number {
    font-size: 25px;
  }
  .audience-grid,
  .service-grid,
  .insight-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bridge-map {
    max-width: 680px;
  }
  .contact-grid {
    gap: 35px;
  }
}
@media (max-width: 620px) {
  body {
    font-size: 14px;
  }
  .container {
    width: calc(100% - 34px);
  }
  .topline-right {
    display: none;
  }
  .nav-wrap {
    height: 68px;
  }
  .brand {
    min-width: 0;
  }
  .brand-mark {
    width: 34px;
    height: 34px;
  }
  .brand strong {
    font-size: 14px;
  }
  .brand small {
    font-size: 8px;
  }
  .nav-cta {
    display: none;
  }
  .hero {
    padding: 62px 0 70px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero-lead {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .hero-actions {
    gap: 15px;
    margin-top: 28px;
  }
  .btn {
    padding: 0 16px;
  }
  .hero-proof {
    gap: 14px;
    margin-top: 36px;
  }
  .hero-proof > div {
    padding-left: 9px;
  }
  .hero-proof strong {
    font-size: 15px;
  }
  .hero-proof span {
    font-size: 9px;
  }
  .founder-hero-card {
    padding: 25px 21px 23px;
  }
  .founder-hero-head {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 16px;
  }
  .founder-hero-head img {
    width: 88px;
    height: 122px;
  }
  .founder-hero-head h2 {
    font-size: 25px;
  }
  .founder-credentials > div {
    grid-template-columns: 24px minmax(0, 1fr);
  }
  .founder-credentials small {
    display: none;
  }
  .founder-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .metrics-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .metrics-grid > div,
  .metrics-grid > div:first-child {
    min-height: 73px;
    padding: 13px 9px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .metrics-grid > div:nth-child(2) {
    border-right: 0;
  }
  .metrics-grid > div:nth-child(3),
  .metrics-grid > div:nth-child(4) {
    border-bottom: 0;
  }
  .metric-number {
    font-size: 23px;
  }
  .metric-label {
    font-size: 10px;
  }
  .section-pad {
    padding: 75px 0;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .section-heading h2,
  .faq-grid h2 {
    font-size: 32px;
  }
  .service-grid,
  .audience-grid,
  .insight-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .audience-card {
    min-height: 270px;
    padding: 25px 23px;
  }
  .audience-card h3 {
    margin-top: 42px;
    font-size: 23px;
  }
  .service-card {
    min-height: 350px;
  }
  .about-grid,
  .bridge-grid,
  .faq-grid,
  .contact-grid {
    gap: 42px;
  }
  .about-copy h2 {
    font-size: 32px;
  }
  .about-lead,
  .bridge-copy > p:last-child,
  .faq-intro,
  .contact-copy > p:not(.eyebrow) {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-all;
  }
  .portrait-wrap {
    max-width: 300px;
  }
  .timeline-item {
    grid-template-columns: 92px 1fr;
    gap: 10px;
  }
  .process-step {
    min-height: 0;
    padding: 22px 20px;
  }
  .process-step h3 {
    margin-top: 19px;
  }
  .bridge-map {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .bridge-node {
    min-height: 135px;
  }
  .bridge-arrow {
    min-height: 50px;
    flex-direction: row;
  }
  .bridge-arrow b {
    transform: rotate(90deg);
  }
  .row-heading {
    align-items: start;
    gap: 20px;
  }
  .row-heading h2 {
    font-size: 32px;
  }
  .insight-visual {
    height: 155px;
  }
  .faq-list summary {
    grid-template-columns: 33px 1fr 20px;
    gap: 7px;
  }
  .faq-list details p {
    margin-left: 40px;
  }
  .contact-section {
    padding: 75px 0;
  }
  .contact-copy h2 {
    font-size: 38px;
  }
  .contact-form-card {
    padding: 22px 18px;
  }
  .form-card-heading {
    align-items: flex-start;
    gap: 12px;
  }
  .form-card-heading strong {
    min-width: 0;
    text-align: right;
    overflow-wrap: anywhere;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 27px 0;
  }
  .footer-links {
    flex-wrap: wrap;
  }
  .footer-social {
    justify-self: start;
  }
  .footer-bottom {
    display: grid;
    gap: 7px;
  }
  .floating-contact {
    right: 14px;
    bottom: 14px;
  }
  .float-channel {
    min-width: 44px;
    width: 44px;
    padding: 6px;
  }
  .float-channel > span:last-child {
    display: none;
  }
  .contact-toast {
    right: 14px;
    bottom: 115px;
  }
}
