@media (max-width: 1024px) {
    .container { width: min(100% - 36px, 940px); }
    .site-header { padding: 18px 0; }
    .nav-toggle { display: block; }
    .main-nav {
        position: fixed;
        top: 0;
        right: -330px;
        width: min(320px, 88vw);
        height: 100vh;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        padding: 82px 22px 30px;
        border: 0;
        border-radius: 0;
        background: #101a2c;
        transition: right .3s ease;
    }
    .main-nav.open { right: 0; }
    .main-nav a { padding: 13px 14px; }
    .main-nav .nav-cta { margin-top: 8px; text-align: center; }
    .nav-toggle { position: relative; z-index: 90; }
    .hero { min-height: 650px; background-position: 58% center; }
    .about-grid { gap: 58px; }
    .counter-float { right: -12px; }
    .about-right h2 { font-size: clamp(40px, 5vw, 54px); }
    .trust-cards { grid-template-columns: repeat(3, 1fr); margin-top: 55px; }
    .project-grid { grid-template-columns: 1fr 390px; gap: 40px; }
}

@media (max-width: 820px) {
    .section { padding: 70px 0; }
    .hero { min-height: 610px; }
    .hero-content { padding-top: 80px; }
    .about-grid { grid-template-columns: 1fr; gap: 54px; }
    .about-right { padding-top: 0; }
    .about-quote-copy { max-width: 650px; }
    .about-right h2 { font-size: clamp(42px, 7vw, 58px); }
    .about-secondary-photo-wrap { justify-content: flex-start; padding-top: 38px; }
    .about-small-img { width: min(58%, 360px); aspect-ratio: .92 / 1; }
    .trust-section { padding: 68px 0 35px; }
    .trust-cards { grid-template-columns: repeat(2, 1fr); }
    .services-grid { grid-template-columns: 1fr; }
    .board-grid { grid-template-columns: 1fr; }
    .project-grid { grid-template-columns: 1fr; }
    .project-copy { max-width: 620px; }
    .quote-card { max-width: 620px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-title span { display: block; margin-left: 0; margin-top: 8px; }
    .bottom-cta-inner { justify-content: space-between; gap: 25px; }
}

@media (max-width: 600px) {
    .container { width: min(100% - 28px, 560px); }
    .section { padding: 58px 0; }
    .section-title { margin-bottom: 30px; }
    .brand { font-size: 18px; }
    .hero { min-height: 580px; background-position: 62% center; }
    .hero-overlay { background: linear-gradient(90deg, rgba(4,12,23,.94) 0%, rgba(6,15,27,.77) 55%, rgba(7,15,28,.25) 100%); }
    .hero h1 { letter-spacing: -2.1px; }
    .hero h1 span { letter-spacing: -.8px; }
    .about-grid { gap: 44px; }
    .about-photo { aspect-ratio: 1 / 1.05; border-radius: 14px; }
    .counter-float { right: 12px; bottom: 18px; min-width: 130px; padding: 13px 16px; }
    .counter-float strong { font-size: 30px; }
    .about-left-content { padding-top: 24px; }
    .about-actions { flex-wrap: wrap; }
    .about-right h2 { margin-bottom: 20px; font-size: clamp(38px, 10vw, 52px); letter-spacing: -2.2px; }
    .about-right .about-quote-copy > p { margin-bottom: 30px; font-size: 13px; }
    .about-desktop-break { display: none; }
    .stats { gap: 18px; }
    .stat-value { font-size: clamp(47px, 13vw, 64px); letter-spacing: -3px; }
    .stat-label { margin-top: 8px; font-size: 11px; }
    .about-secondary-photo-wrap { padding-top: 32px; }
    .about-small-img { width: min(70%, 330px); border-radius: 14px; }
    .trust-section { min-height: auto; background-position: 55% center; }
    .trust-overlay { background: rgba(3,10,18,.72); }
    .trust-cards { grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 40px; }
    .trust-card { min-height: 150px; padding: 18px 15px; }
    .trust-card h3 { font-size: 14px; }
    .line-icon { font-size: 30px; }
    .service-card { grid-template-columns: 1fr 40%; min-height: 215px; }
    .service-copy { padding: 25px 15px 20px 20px; }
    .service-no { font-size: 48px; margin-bottom: 10px; }
    .service-card h3 { font-size: 20px; }
    .service-card p { font-size: 12px; }
    .service-card img { min-height: 215px; }
    .project-quote { padding: 58px 0; }
    .quote-card { padding: 20px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .logo-card { width: 170px; height: 120px; }
    .testimonial { padding: 36px 22px 30px; }
    .testimonial p { font-size: 14px; }
    .bottom-cta-inner { flex-direction: column; text-align: center; gap: 14px; }
    .footer-grid { grid-template-columns: 1fr; gap: 22px; }
    .footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
    .hero { min-height: 550px; }
    .hero h1 { font-size: 41px; }
    .hero h1 span { font-size: 22px; }
    .trust-cards { grid-template-columns: 1fr; }
    .service-card { grid-template-columns: 1.15fr .85fr; }
    .service-copy { padding-left: 16px; }
    .service-card p { line-height: 1.42; }
}

@media (max-width: 480px) {
    .about-right h2 { font-size: clamp(36px, 10.8vw, 46px); line-height: 1.02; }
    .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .stat-value { font-size: clamp(42px, 13.3vw, 58px); }
    .stat-label { font-size: 10px; }
    .about-small-img { width: 78%; }
}

@media (max-width: 360px) {
    .about-right h2 { font-size: 35px; letter-spacing: -1.7px; }
    .about-copy, .about-right .about-quote-copy > p { font-size: 12.5px; }
    .stat-value { font-size: 42px; letter-spacing: -2.4px; }
    .stat-label { max-width: 105px; }
    .about-actions .btn { width: 100%; }
    .about-small-img { width: 84%; }
}

/* Hero swiper + highlighted strength section */
@media (max-width: 1024px) {
    .hero,
    .hero-track,
    .hero-slide { min-height: 650px; }
    .hero-slide .hero-media { object-position: 58% center; }
    .hero h1 { max-width: 720px; }
    .strength-wrap { grid-template-columns: 1fr; gap: 46px; }
    .strength-intro { max-width: 760px; }
    .strength-stories { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .strength-story { height: 100%; }
    .strength-pill-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 820px) {
    .hero,
    .hero-track,
    .hero-slide { min-height: 610px; }
    .hero-content { padding-top: 94px; padding-bottom: 100px; }
    .hero h1 { font-size: clamp(43px, 8.5vw, 66px); }
    .hero-subcopy { max-width: 560px; font-size: 14px; }
    .strength-intro h2 { font-size: clamp(44px, 9vw, 64px); }
    .strength-stories { grid-template-columns: 1fr; }
    .strength-pill-grid { margin-top: 38px; }
}

@media (max-width: 600px) {
    .hero,
    .hero-track,
    .hero-slide { min-height: 620px; }
    .hero-slide .hero-media { object-position: 64% center; }
    .hero-overlay,
    .hero-overlay-strong { background: linear-gradient(90deg, rgba(4,12,23,.96) 0%, rgba(6,15,27,.84) 61%, rgba(7,15,28,.32) 100%); }
    .hero-content { padding-top: 98px; padding-bottom: 112px; }
    .hero h1 { margin-bottom: 22px; font-size: clamp(38px, 11.5vw, 52px); line-height: .98; letter-spacing: -2.4px; }
    .hero h1 span { font-size: clamp(19px, 5.8vw, 26px); letter-spacing: -.8px; }
    .hero-subcopy { max-width: 92%; font-size: 12.5px; line-height: 1.62; }
    .hero-actions { gap: 14px; align-items: flex-start; flex-direction: column; }
    .hero-controls { bottom: 22px; }
    .hero-arrows { display: none; }
    .hero-dot { width: 27px; }
    .strength-section { padding-top: 66px; padding-bottom: 66px; }
    .strength-intro h2 { font-size: clamp(40px, 12vw, 54px); letter-spacing: -2.5px; }
    .strength-lead { font-size: 13px; }
    .rapid-badge { width: 100%; gap: 16px; padding: 17px 18px; }
    .rapid-number { font-size: clamp(58px, 18vw, 78px); }
    .rapid-copy strong { font-size: 21px; }
    .strength-story { padding: 23px 20px 20px; }
    .strength-story h3 { font-size: 24px; }
    .strength-story-footer { gap: 11px; }
    .strength-pill-grid { grid-template-columns: 1fr; gap: 9px; }
    .strength-pill { min-height: 82px; }
}

@media (max-width: 420px) {
    .hero,
    .hero-track,
    .hero-slide { min-height: 600px; }
    .hero-content { padding-top: 90px; }
    .hero h1 { font-size: 39px; }
    .hero h1 span { font-size: 20px; }
    .hero-text-link { font-size: 12px; }
    .rapid-badge { align-items: flex-start; }
    .rapid-number { font-size: 60px; }
    .rapid-copy span { font-size: 10.5px; }
    .strength-story-top { align-items: flex-start; }
    .strength-tag { padding-top: 4px; line-height: 1.35; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-track,
    .hero-media,
    .hero .eyebrow,
    .hero h1,
    .hero-subcopy,
    .hero-actions,
    .hero-dot::after { transition: none !important; }
}
