@media (max-width: 1240px) {
  .site-header {
    padding: 0 28px;
    gap: 24px;
  }

  .brand img {
    width: 210px;
  }

  .main-nav {
    gap: 20px;
  }

  .main-nav .btn {
    padding-inline: 20px;
  }

  .cards-six {
    gap: 10px;
  }

  .image-card div {
    padding: 20px 16px;
  }

  .cta-inner .btn {
    margin-right: 80px;
  }
}

@media (max-width: 1050px) {
  .site-header {
    height: 76px;
    padding: 0 22px;
  }

  .menu-toggle {
    display: block;
    background: transparent;
    color: white;
    border: 0;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
  }

  .main-nav {
    position: fixed;
    inset: 76px 0 auto 0;
    background: var(--navy);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 24px;
    border-top: 1px solid rgba(255, 255, 255, .12);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a,
  .main-nav .btn {
    width: 100%;
    justify-content: center;
    padding: 16px;
  }

  .main-nav a.active::after {
    bottom: 7px;
    left: 44%;
    right: 44%;
  }

  .hero,
  .home-hero {
    min-height: 560px;
  }

  .hero-content h1 {
    font-size: 48px;
  }

  .intro-split,
  .split,
  .impact-split,
  .contact-grid,
  .content-sidebar {
    grid-template-columns: 1fr;
  }

  .intro-copy p,
  .impact-copy p {
    max-width: 640px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature:nth-child(n+4) {
    border-bottom: 1px solid #e7e9ec;
  }

  .feature:nth-child(n+5) {
    border-bottom: 0;
  }

  .cards-six,
  .cards-five,
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .image-card {
    min-height: 330px;
  }

  .stats .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-grid div:nth-child(odd) {
    border-left: 1px solid var(--line);
  }

  .stat-grid div:nth-child(even) {
    border-right: 1px solid var(--line);
  }

  .stat-grid div:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .cta-inner {
    align-items: flex-start;
  }

  .cta-inner .btn {
    margin-right: 0;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid > div:not(:first-child) {
    padding-left: 24px;
  }

  .modal-card {
    grid-template-columns: 1fr;
  }

  .modal-card aside {
    display: none;
  }

  .about-hero {
    min-height: 540px;
  }

  .about-hero-content h1 {
    font-size: 43px;
  }

  .about-stats-wrap {
    margin-top: -55px;
  }

  .about-stat-band {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }

  .about-stat-band > div {
    min-height: 120px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .about-stat-band > div:nth-child(even) {
    border-right: 0;
  }

  .about-stat-band > div:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .about-story-copy {
    max-width: 660px;
  }

  .purpose-cards {
    grid-template-columns: 1fr;
  }

  .purpose-cards article {
    min-height: auto;
  }

  .core-values {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .core-values article {
    border-bottom: 1px solid #d9dde2;
  }

  .core-values article:nth-child(3n) {
    border-right: 0;
  }

  .services-hero {
    min-height: 520px;
  }

  .services-hero-content h1 {
    font-size: 42px;
  }

  .services-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-approach-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .approach-copy p {
    max-width: 560px;
  }

  .approach-steps {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
  }

  .approach-steps article:nth-child(even) {
    border-right: 0;
  }

  .services-cta {
    background-image: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .94) 52%, rgba(255, 255, 255, .35) 100%), url('../images/backgrounds/services-reference.jpg');
  }

  .services-cta-grid {
    grid-template-columns: minmax(0, 520px);
  }

  .industries-hero {
    min-height: 520px;
  }

  .industries-hero-content h1 {
    font-size: 42px;
  }

  .industry-proof-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .industry-proof-row article:nth-child(n+3) {
    border-top: 1px solid #d9dde2;
  }

  .industry-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .industries-capability-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .capability-copy p {
    max-width: 620px;
  }

  .capability-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .capability-list article:nth-child(n+4) {
    border-bottom: 1px solid #e2e5e9;
  }

  .capability-list article:nth-child(n+5) {
    border-bottom: 0;
  }

  .industry-cta-grid {
    align-items: flex-start;
  }

  .insights-hero {
    min-height: 535px;
  }

  .insights-hero-content h1 {
    font-size: 42px;
  }

  .insights-layout,
  .newsletter-grid {
    grid-template-columns: 1fr;
  }

  .latest-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .insights-bottom-grid {
    grid-template-columns: 1fr;
  }

  .insights-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: start;
  }

  .most-popular,
  .sidebar-subscribe {
    margin-top: 0;
  }

  .sidebar-subscribe {
    grid-column: 1 / -1;
  }

  .careers-hero-content h1 {
    font-size: 42px;
  }

  .career-benefit-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .career-benefit-row article {
    border-bottom: 1px solid #d9dde2;
  }

  .career-openings-grid {
    grid-template-columns: 1fr;
  }

  .hiring-process {
    max-width: 620px;
  }

  .career-job {
    grid-template-columns: minmax(0, 1fr) 150px 125px;
    gap: 18px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .testimonial-grid p {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 40px, 1180px);
  }

  .brand img {
    width: 190px;
    height: 38px;
  }

  .site-header {
    height: 68px;
  }

  .main-nav {
    inset: 68px 0 auto 0;
  }

  .hero,
  .home-hero,
  .hero-overlay {
    min-height: 560px;
  }

  .hero {
    background-position: 62% center;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .hero-content p {
    font-size: 15px;
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .trust-badge {
    margin-top: 28px;
  }

  .section,
  .intro-section,
  .services-section,
  .stats {
    padding: 48px 0;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 31px;
  }

  .intro-copy h2 {
    margin-bottom: 25px;
  }

  .intro-copy p {
    margin-bottom: 28px;
  }

  .cards-six,
  .cards-five,
  .three-cards,
  .service-grid,
  .post-grid,
  .feature-grid,
  .stats .stat-grid,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid {
    border-left: 0;
  }

  .feature,
  .values .feature {
    border-left: 1px solid #d9dde2;
    border-bottom: 1px solid #e7e9ec;
  }

  .feature:nth-child(n) {
    border-bottom: 1px solid #e7e9ec;
  }

  .image-card {
    min-height: 360px;
  }

  .stat-grid div,
  .stat-grid div:last-child,
  .stat-grid div:nth-child(even),
  .stat-grid div:nth-child(odd) {
    border-right: 1px solid var(--line);
  }

  .stat-grid div + div {
    border-top: 1px solid var(--line);
  }

  .cta {
    min-height: 320px;
    background-position: 57% center;
    padding: 44px 0;
  }

  .cta-inner {
    display: block;
  }

  .cta p {
    margin-bottom: 28px;
  }

  .footer-grid {
    gap: 26px;
  }

  .footer-grid > div:not(:first-child) {
    border-left: 0;
    padding-left: 0;
  }

  .footer-bottom {
    flex-direction: row;
    gap: 10px;
  }

  .job {
    display: block;
  }

  .job .btn {
    margin-top: 14px;
  }

  .modal-card form {
    padding: 36px 22px;
  }

  .modal-card form h2 {
    font-size: 34px;
  }

  .about-hero,
  .about-hero .hero-overlay {
    min-height: 560px;
  }

  .about-hero {
    background-position: 62% center;
  }

  .about-hero-content h1 {
    font-size: 35px;
  }

  .about-hero-content p {
    font-size: 15px;
  }

  .about-stats-wrap {
    margin-top: 0;
    background: var(--navy);
  }

  .about-stat-band {
    width: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    grid-template-columns: 1fr;
  }

  .about-stat-band > div,
  .about-stat-band > div:nth-child(even),
  .about-stat-band > div:last-child {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding: 22px 32px;
  }

  .about-story {
    padding-top: 44px;
  }

  .about-photo-panel,
  .about-photo-panel img {
    min-height: 320px;
    height: 320px;
  }

  .about-photo-panel blockquote {
    left: 22px;
    right: 22px;
    bottom: 30px;
    font-size: 22px;
  }

  .purpose-cards article {
    padding: 34px 24px 30px;
  }

  .core-values {
    grid-template-columns: 1fr;
  }

  .core-values article,
  .core-values article:nth-child(3n) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #d9dde2;
    padding: 28px 20px;
  }

  .services-hero,
  .services-hero .hero-overlay {
    min-height: 560px;
  }

  .services-hero {
    background-position: 66% center;
  }

  .services-hero-content h1 {
    font-size: 34px;
  }

  .services-hero-content p {
    font-size: 14px;
  }

  .services-offerings {
    padding: 44px 0;
  }

  .lined-title {
    gap: 12px;
    font-size: 22px;
  }

  .lined-title::before,
  .lined-title::after {
    width: 30px;
  }

  .services-card-grid {
    grid-template-columns: 1fr;
  }

  .services-card-grid .service-box {
    min-height: auto;
  }

  .approach-steps {
    grid-template-columns: 1fr;
  }

  .approach-steps article,
  .approach-steps article:nth-child(even) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    padding: 0 18px 28px;
  }

  .approach-steps article:last-child {
    border-bottom: 0;
  }

  .services-cta {
    min-height: 430px;
    padding: 46px 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 56%, rgba(255, 255, 255, .5) 100%), url('../images/backgrounds/services-reference.jpg');
    background-position: 62% bottom;
    align-items: flex-start;
  }

  .services-cta-grid {
    display: block;
  }

  .industries-hero,
  .industries-hero .hero-overlay {
    min-height: 560px;
  }

  .industries-hero {
    background-position: 65% center;
  }

  .industries-hero-content h1 {
    font-size: 34px;
  }

  .industries-hero-content p {
    font-size: 14px;
  }

  .industries-trust {
    padding: 42px 0;
  }

  .industry-proof-row,
  .industry-card-grid,
  .capability-list {
    grid-template-columns: 1fr;
  }

  .industry-proof-row {
    border-left: 0;
  }

  .industry-proof-row article {
    border-left: 1px solid #d9dde2;
    border-top: 0;
    border-bottom: 1px solid #d9dde2;
  }

  .industry-proof-row article:nth-child(n+3) {
    border-top: 0;
  }

  .industries-section {
    padding: 44px 0;
  }

  .industry-card {
    min-height: 365px;
  }

  .capability-list article,
  .capability-list article:nth-child(n+5) {
    border-left: 1px solid #d9dde2;
    border-right: 1px solid #d9dde2;
    border-bottom: 1px solid #e2e5e9;
  }

  .industry-cta {
    min-height: 360px;
    padding: 44px 0;
    background-position: 56% center;
  }

  .industry-cta-grid {
    display: block;
  }

  .industry-cta h2 {
    font-size: 27px;
  }

  .industry-cta p {
    margin-bottom: 26px;
  }

  .industry-cta .btn,
  .industry-more-btn {
    white-space: normal;
    line-height: 1.25;
    text-align: center;
  }

  .insights-hero,
  .insights-hero .hero-overlay {
    min-height: 610px;
  }

  .insights-hero {
    background-position: 64% center;
  }

  .insights-hero-content h1 {
    font-size: 34px;
  }

  .insights-hero-content p {
    font-size: 14px;
  }

  .insights-search,
  .newsletter-form > div {
    grid-template-columns: 1fr;
  }

  .insights-search .btn,
  .newsletter-form .btn {
    width: 100%;
  }

  .insight-tabs {
    gap: 10px;
    margin-bottom: 32px;
  }

  .insight-tabs button {
    flex: 1 1 145px;
    padding-inline: 14px;
  }

  .latest-grid,
  .insights-sidebar {
    grid-template-columns: 1fr;
  }

  .insight-card-body {
    min-height: auto;
  }

  .insight-meta {
    flex-wrap: wrap;
  }

  .newsletter-copy {
    align-items: flex-start;
  }

  .newsletter-icon {
    width: 66px;
    height: 66px;
    font-size: 31px;
  }

  .newsletter-copy h2 {
    font-size: 27px;
  }

  .careers-hero,
  .careers-hero .hero-overlay {
    min-height: 590px;
  }

  .careers-hero {
    background-position: 63% center;
  }

  .careers-hero-content h1 {
    font-size: 34px;
  }

  .careers-hero-content p {
    font-size: 14px;
  }

  .career-benefit-row {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .career-benefit-row article {
    border-left: 1px solid #d9dde2;
    border-bottom: 1px solid #d9dde2;
  }

  .career-job {
    grid-template-columns: 1fr;
  }

  .job-meta {
    gap: 6px;
  }

  .hiring-process {
    padding: 30px 22px;
  }

  .process-steps article {
    grid-template-columns: 58px 24px 1fr;
    gap: 10px;
  }

  .process-icon {
    width: 58px;
    height: 58px;
  }

  .process-steps article + article::before {
    left: 29px;
  }

  .career-cta {
    min-height: 280px;
    padding: 42px 0;
    background-position: 62% center;
  }

  .career-cta-grid {
    display: block;
  }

  .career-cta h2 {
    font-size: 29px;
  }

  .career-cta p {
    margin-bottom: 24px;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .brand img {
    width: 168px;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .btn {
    width: 100%;
    padding-inline: 18px;
  }

  .image-card {
    min-height: 330px;
  }

  .about-hero-content h1 {
    font-size: 32px;
  }

  .about-stat-band > div {
    grid-template-columns: 56px 1fr;
    padding-inline: 22px;
  }

  .about-stat-band .stat-icon {
    font-size: 38px;
  }

  .about-stat-band b {
    font-size: 34px;
  }

  .services-hero-content h1 {
    font-size: 31px;
  }

  .industries-hero-content h1 {
    font-size: 31px;
  }

  .insights-hero-content h1 {
    font-size: 30px;
  }

  .newsletter-copy {
    display: block;
  }

  .newsletter-icon {
    margin-bottom: 18px;
  }

  .careers-hero-content h1 {
    font-size: 31px;
  }

  .services-hero .hero-actions .btn {
    min-width: 0;
  }

  .lined-title {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 901px) and (max-width: 1050px) {
  .contact-page .site-header {
    padding: 0 28px;
    gap: 18px;
  }

  .contact-page .brand img {
    width: 220px;
  }

  .contact-page .menu-toggle {
    display: none;
  }

  .contact-page .main-nav {
    position: static;
    inset: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    padding: 0;
    border-top: 0;
    background: transparent;
  }

  .contact-page .main-nav a,
  .contact-page .main-nav .btn {
    width: auto;
    padding: 0;
  }

  .contact-page .main-nav a {
    font-size: 10px;
  }

  .contact-page .main-nav a.active::after {
    left: 0;
    right: 0;
    bottom: -14px;
  }

  .contact-page .main-nav .btn {
    min-height: 46px;
    padding: 14px 20px;
    font-size: 11px;
  }
}

@media (max-width: 900px) {
  .contact-page .brand img {
    width: 220px;
  }

  .contact-page .main-nav {
    gap: 18px;
  }

  .contact-main-grid,
  .contact-lower-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .contact-details {
    padding-right: 0;
    border-right: 0;
  }

  .contact-detail-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-footer .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .contact-page .site-header {
    height: 68px;
  }

  .contact-page .brand img {
    width: 184px;
    height: auto;
  }

  .contact-page .menu-toggle {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .contact-page .main-nav {
    inset: 68px 0 auto 0;
  }

  .contact-hero {
    min-height: 570px;
    background-position: 64% center;
  }

  .contact-hero h1 {
    font-size: 38px;
  }

  .contact-proof-row {
    display: grid;
    gap: 18px;
  }

  .contact-proof-row article {
    max-width: 360px;
    border-right: 0;
    padding-right: 0;
  }

  .contact-main {
    padding-top: 38px;
  }

  .contact-detail-list,
  .contact-page .form-grid,
  .contact-stats {
    grid-template-columns: 1fr;
  }

  .contact-stats article {
    min-height: auto;
    padding: 22px 10px;
    border-right: 0;
    border-bottom: 1px solid #d9dde2;
  }

  .contact-stats article:last-child {
    border-bottom: 0;
  }

  .contact-form-footer {
    display: grid;
  }

  .contact-form-footer .btn {
    width: 100%;
    min-width: 0;
  }

  .contact-map {
    height: 240px;
  }

  .map-card {
    left: 34%;
    right: 18px;
    min-width: 0;
  }

  .email-strip {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .contact-footer .footer-grid {
    grid-template-columns: 1fr;
  }

  .contact-footer .footer-grid > div:not(:first-child) {
    padding-left: 0;
  }
}
