@media (max-width: 1100px) {
  .five-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .badge-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .web-solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .industry-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .top-notice-text {
    font-size: 0.76rem;
    padding: 0.34rem 0.95rem;
  }

  .nav-row {
    position: relative;
    min-height: 54px;
  }

  .main-nav {
    position: absolute;
    top: 54px;
    right: 0;
    width: min(310px, 90vw);
    background: #ffffff;
    border: 1px solid #dfe7f2;
    border-radius: 10px;
    padding: 0.75rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    z-index: 10;
    box-shadow: 0 18px 30px rgba(18, 32, 51, 0.14);
    gap: 0.3rem;
  }

  .main-nav a {
    width: 100%;
    padding: 0.45rem 0.5rem;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    color: #1f3856;
    padding: 0.45rem 0.5rem;
    font-size: 0.96rem;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 100%;
    margin-top: 0.22rem;
    border-radius: 8px;
    border-color: #d9e5f8;
    box-shadow: none;
    transform: none;
    max-height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding: 0;
    gap: 0;
    transition: max-height 0.24s ease;
  }

  .nav-dropdown-menu a {
    padding: 0.42rem 0.55rem;
    font-size: 0.89rem;
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    max-height: 320px;
    padding: 0.35rem;
    gap: 0.2rem;
  }

  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    max-height: 0;
    padding: 0;
  }

  .nav-dropdown.is-open:hover .nav-dropdown-menu,
  .nav-dropdown.is-open:focus-within .nav-dropdown-menu {
    max-height: 320px;
    padding: 0.35rem;
  }

  .main-nav.is-open {
    display: flex;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-cta {
    display: none;
  }

  .split,
  .two-col {
    grid-template-columns: 1fr;
  }

  .hero {
    background-attachment: scroll;
    min-height: 560px;
    background-size: contain;
    background-position: center top;
  }

  .hero-grid {
    min-height: 560px;
    padding: 1.6rem 0;
  }

  .hero .reveal {
    min-height: 480px;
    justify-content: flex-end;
  }

  .hero .btn-row {
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-summary-card {
    grid-template-columns: 1fr;
    align-items: stretch;
    padding: 1rem;
  }

  .hero-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-stat {
    min-height: 170px;
    padding: 0.9rem 0.8rem;
  }

  .hero-stat h3 {
    font-size: 1.07rem;
  }

  .hero-stat p {
    font-size: 0.88rem;
  }

  .hero-kpi-grid {
    left: 0.6rem;
    right: 0.6rem;
    bottom: 0.6rem;
  }

  .card-grid,
  .five-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tab-controls {
    grid-template-columns: 1fr 1fr;
  }

  .tab-btn:nth-child(2) {
    border-right: 0;
  }

  .tab-btn:nth-child(-n + 2) {
    border-bottom: 1px solid #d8e4f7;
  }

  .service-item {
    grid-template-columns: 1fr;
  }

  .case-study-card,
  .case-study-card.is-reverse {
    grid-template-columns: 1fr;
  }

  .case-study-media img {
    min-height: 220px;
    max-height: 260px;
  }

  .case-study-grid,
  .case-study-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .service-image img {
    min-height: 200px;
    max-height: 240px;
  }

  .service-content {
    padding: 1.2rem 1.3rem;
  }

  .service-content a {
    padding: 0.7rem 1rem;
    font-size: 0.95rem;
  }

  .hero-lottie {
    min-height: 220px;
  }

  .web-solutions-head {
    margin-bottom: 1.4rem;
  }

  .web-solutions-grid {
    grid-template-columns: 1fr;
  }

  .web-solution-card {
    padding: 1.05rem;
    border: 1.5px solid #0b5ed7;
  }

  .web-solution-card h3 {
    font-size: 1.08rem;
  }

  .web-solution-card p {
    font-size: 0.92rem;
  }

  .industries-head {
    margin-bottom: 1.8rem;
  }

  .industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
  }

  .industry-card {
    padding: 1.3rem 1rem;
  }

  .industry-icon {
    width: 48px;
    height: 48px;
  }

  .industry-icon svg {
    width: 22px;
    height: 22px;
  }

  .industry-card h3 {
    font-size: 1.05rem;
  }

  .btn-industries {
    padding: 0.85rem 1.4rem;
    font-size: 0.93rem;
  }

  .industry-feature-grid {
    grid-template-columns: 1fr;
  }

  .industry-feature-card {
    padding: 1.05rem;
  }

  .industry-feature-card p {
    font-size: 0.94rem;
  }

  .industry-tag-list li {
    font-size: 0.9rem;
  }

  .recommend-grid {
    grid-template-columns: 1fr;
  }

  .banner-image-section img {
    max-height: 300px;
  }

  .projects-page-banner {
    min-height: 360px;
  }

  .projects-page-banner .container {
    padding: 2.8rem 0 1.7rem;
  }

  .projects-page-banner h1 {
    font-size: clamp(1.95rem, 5.4vw, 2.55rem);
  }

  .projects-banner-note {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .about-page-banner {
    min-height: 400px;
  }

  .about-page-banner .container {
    padding: 2.2rem 0 1.5rem;
  }

  .about-banner-note {
    font-size: 0.96rem;
  }

  .projects-filter-bar {
    padding: 0.65rem;
    gap: 0.45rem;
  }

  .project-filter-btn {
    font-size: 0.85rem;
    padding: 0.45rem 0.72rem;
  }

  .project-card img {
    height: 190px;
  }

  .project-card h3 {
    font-size: 1rem;
  }

  .project-card p {
    font-size: 0.8rem;
  }

  .custom-project-card {
    padding: 1.6rem;
  }

  .custom-project-features ul {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .custom-project-actions {
    gap: 0.55rem;
  }

  .custom-project-actions .btn {
    min-width: 210px;
  }

  .industries-banner {
    min-height: 360px;
  }

  .industries-banner img {
    min-height: 360px;
    max-height: 360px;
  }

  .industries-banner-overlay .container {
    padding: 2.8rem 0 1.7rem;
  }

  .industries-banner-overlay h1 {
    font-size: clamp(1.95rem, 5.4vw, 2.45rem);
  }

  .industries-intro {
    font-size: 0.9rem;
    line-height: 1.45;
    max-width: 620px;
  }

  .industries-closeout-card {
    padding: 1.6rem;
  }

  .industries-closeout-card h2 {
    font-size: 1.5rem;
  }

  .industries-closeout-card p {
    font-size: 0.94rem;
  }
}

@media (max-width: 600px) {
  .top-notice-text {
    font-size: 0.72rem;
    padding: 0.32rem 0.8rem;
  }

  .section {
    padding: 2.8rem 0;
  }

  .card-grid,
  .five-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .banner-overlay {
    padding: 1.2rem;
  }

  .banner-overlay p {
    font-size: 0.95rem;
  }

  .projects-page-banner {
    min-height: 300px;
  }

  .projects-page-banner .container {
    padding: 2.2rem 0 1.2rem;
  }

  .projects-page-banner h1 {
    font-size: clamp(1.8rem, 8vw, 2.2rem);
    margin-bottom: 0.55rem;
  }

  .projects-page-banner p {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .projects-banner-note {
    font-size: 0.82rem;
    line-height: 1.38;
    margin-top: 0.7rem;
  }

  .about-page-banner {
    min-height: 360px;
  }

  .about-page-banner .container {
    padding: 2rem 0 1rem;
  }

  .about-page-banner h1 {
    font-size: clamp(1.85rem, 8.5vw, 2.35rem);
  }

  .about-page-banner p {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .about-banner-note {
    font-size: 0.88rem;
    line-height: 1.35;
  }

  .projects-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .projects-filter-bar {
    margin-bottom: 1.15rem;
    border-radius: 12px;
    padding: 0.65rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 0.45rem;
  }
  .projects-filter-bar::-webkit-scrollbar {
    display: none;
  }

  .project-filter-btn {
    flex: 0 0 auto;
    width: auto;
    white-space: nowrap;
    text-align: center;
    font-size: 0.84rem;
    padding: 0.48rem 0.85rem;
  }

  .project-card img {
    height: 185px;
  }

  .project-card h3 {
    font-size: 0.96rem;
    padding: 0.82rem 0.82rem 0.26rem;
  }

  .project-card p {
    padding: 0 0.82rem 0.85rem;
    font-size: 0.76rem;
  }

  .custom-project-card {
    padding: 1.2rem;
    border-radius: 14px;
  }

  .custom-project-card h2 {
    font-size: 1.22rem;
  }

  .custom-project-card > p {
    font-size: 0.88rem;
    margin-bottom: 0.95rem;
  }

  .custom-project-features li {
    font-size: 0.86rem;
    padding: 0.52rem 0.62rem;
  }

  .custom-project-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .custom-project-actions .btn,
  .custom-project-actions .btn-lg {
    width: 100%;
    min-width: 0;
  }

  .custom-project-subtext {
    font-size: 0.84rem;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .brand img,
  .footer-logo {
    width: 96px;
  }

  .hero {
    min-height: 520px;
    background-attachment: scroll;
    background-size: contain;
    background-position: center top;
  }

  .hero-grid {
    min-height: 520px;
    padding: 1.2rem 0;
  }

  .hero .reveal {
    min-height: 440px;
    justify-content: flex-end;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(1.85rem, 7.1vw, 2.2rem);
    line-height: 1.1;
  }

  .hero .typewriter {
    min-width: 0;
    white-space: normal;
    font-size: 0.95em;
  }

  .hero .btn-row {
    margin-top: 0.9rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    grid-template-columns: none;
    gap: 0.55rem;
  }

  .hero .btn-row .btn {
    width: calc(50% - 0.28rem);
    min-width: 0;
    flex: 1 1 0;
    min-height: 46px;
    font-size: 0.95rem;
    white-space: nowrap;
    padding: 0.65rem 0.45rem;
  }

  .hero-summary-strip {
    padding-top: 0.7rem;
  }

  .industries-banner {
    min-height: 300px;
  }

  .industries-banner img {
    min-height: 300px;
    max-height: 300px;
  }

  .industries-banner-overlay .container {
    gap: 0.4rem;
    padding: 2.2rem 0 1.1rem;
  }

  .industries-banner-overlay h1 {
    font-size: clamp(1.72rem, 9vw, 2.1rem);
    line-height: 1.15;
  }

  .industries-intro {
    font-size: 0.83rem;
    line-height: 1.38;
    max-width: 100%;
  }

  .industries-closeout-card {
    padding: 1.25rem;
    border-radius: 14px;
  }

  .industries-closeout-card h2 {
    font-size: 1.2rem;
  }

  .industries-closeout-note {
    font-size: 0.88rem;
  }

  .hero-summary-card {
    padding: 0.85rem;
  }

  .hero-stats-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .hero-summary-header h3 {
    font-size: 1.1rem;
  }

  .hero-summary-header p {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .hero-stat {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.8rem;
  }

  .hero-stat h3 {
    font-size: 1rem;
    margin: 0.52rem 0 0.35rem;
  }

  .hero-stat p {
    font-size: 0.86rem;
  }

  .stat-icon {
    width: 40px;
    height: 40px;
  }

  .hero-chip {
    top: 0.7rem;
    right: 0.7rem;
    font-size: 0.7rem;
  }

  .hero-kpi-grid {
    grid-template-columns: 1fr;
    gap: 0.45rem;
    position: static;
    padding: 0.55rem;
    background: #ffffff;
  }

  .hero-lottie {
    min-height: 190px;
  }

  .web-solutions-head {
    margin-bottom: 1.1rem;
  }

  .web-solutions-head p {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .web-solution-card {
    grid-template-columns: 42px 1fr;
    gap: 0.75rem;
    border-radius: 12px;
    padding: 0.9rem;
    border: 1.5px solid #0b5ed7;
  }

  .web-solution-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  .web-solution-icon svg {
    width: 20px;
    height: 20px;
  }

  .web-solution-card h3 {
    font-size: 1rem;
    margin-bottom: 0.3rem;
  }

  .web-solution-card p {
    font-size: 0.87rem;
    line-height: 1.45;
  }

  .service-content {
    padding: 0.95rem 0.9rem;
  }

  .service-content a {
    padding: 0.65rem 0.85rem;
    font-size: 0.9rem;
    width: 100%;
    text-align: center;
  }

  .badge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .industries-head {
    margin-bottom: 1.4rem;
  }

  .industries-head p {
    font-size: 0.92rem;
  }

  .industries-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .about-stats-grid {
    grid-template-columns: 1fr;
  }

  .industry-card {
    padding: 1.1rem 0.95rem;
  }

  .industry-icon {
    width: 46px;
    height: 46px;
  }

  .industry-icon svg {
    width: 20px;
    height: 20px;
  }

  .industry-card h3 {
    font-size: 0.98rem;
  }

  .btn-industries {
    padding: 0.75rem 1.2rem;
    font-size: 0.88rem;
  }

  .industry-feature-card {
    padding: 0.95rem;
  }

  .industry-feature-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 0.6rem;
  }

  .industry-feature-icon svg {
    width: 20px;
    height: 20px;
  }

  .industry-feature-card h3 {
    font-size: 1.02rem;
  }

  .industry-feature-card p {
    font-size: 0.89rem;
    line-height: 1.45;
  }

  .industry-tag-list li {
    font-size: 0.85rem;
  }

  /* Awards Section Responsive */
  .awards-slider-wrapper {
    gap: 0.6rem;
  }

  .slider-btn {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .slider-btn svg {
    width: 18px;
    height: 18px;
  }

  .awards-slider {
    padding: 1.2rem 1rem;
    gap: 1rem;
  }

  .awards-slide {
    flex: 0 0 160px;
    padding: 1rem 0.8rem;
  }

  .award-logo {
    width: 90px;
    height: 90px;
    margin-bottom: 0.8rem;
  }

  .award-title {
    font-size: 0.88rem;
  }

  .award-subtitle {
    font-size: 0.75rem;
  }

  .awards-head h2 {
    font-size: clamp(1.5rem, 3.2vw, 1.8rem);
  }

  .awards-head p {
    font-size: 0.94rem;
  }
}