@media (max-width: 1366px) {
  body { font-size: 16px; }
  .btn { padding-block: 21px; font-size: 16px; }
  .header-shell { grid-template-columns: 380px 1fr 250px; height: 96px; }
  .brand-header img { width: 260px; height: auto; }
  .main-nav { gap: 24px; }
  .main-nav a, .submenu-toggle { font-size: 14px; }
  .header-cta { width: 162px; margin-right: 60px; }
  .hero-section, .hero-content { height: 700px; }
  .hero-bg { height: 796px; }
  .hero-copy { top: 360px; width: 650px; }
  .hero-copy h1 { font-size: 68px; line-height: 72px; white-space: normal; }
  .hero-copy p { top: 150px; width: 610px; font-size: 16px; line-height: 24px; }
  .hero-copy .btn { top: 230px; }
  .hero-rating { left: auto; right: 0; top: 492px; width: 355px; }
  .rating-card { width: 355px; height: 132px; padding: 20px 28px; }
  .rating-card::before { width: 315px; height: 112px; }
  .rating-card strong { font-size: 34px; }
  .rating-card p, .hero-rating > p { font-size: 16px; line-height: 24px; }
  .about-grid { grid-template-columns: 430px 1px 1fr; gap: 54px; }
  .about-section { padding-top: 86px; padding-bottom: 24px; }
  .collage-section { padding-top: 100px; padding-bottom: 80px; }
  .stats-section { padding-bottom: 124px; }
  .products-section { --product-card-w: 640px; --product-card-h: 430px; }
  .network-section { padding-block: 86px; }
  .team-section { padding-block: 76px; }
  .team-page .team-hero { height: 600px; }
  .team-page .team-hero h1 { font-size: 68px; line-height: 72px; }
  .team-page-section { padding-top: 88px; padding-bottom: 110px; }
  .team-page .team-grid-large {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 44px 24px;
  }
  .projects-page .projects-hero { height: 600px; }
  .projects-page .projects-hero h1 { font-size: 68px; line-height: 72px; }
  .projects-page-section { padding-top: 88px; padding-bottom: 110px; }
  .projects-page .project-tile-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 24px;
  }
  .testimonials-section { padding-block: 76px 96px; }
  .about-page .about-hero { height: 600px; }
  .about-page .about-hero h1 { font-size: 68px; line-height: 72px; }
  .about-why-section { padding: 120px 0 68px; }
  .about-why-grid { grid-template-columns: 540px 1fr; gap: 72px; }
  .about-tilt-images { grid-template-columns: repeat(2, 300px); }
  .about-tilt-image { width: 300px; height: 352px; }
  .about-tilt-right { margin-left: -18px; }
  .about-why-copy { padding-top: 38px; }
  .about-why-copy h2,
  .about-vision-copy h2,
  .about-achievements-head h2 { font-size: 48px; line-height: 54px; }
  .about-vision-grid { grid-template-columns: 1fr 1.2fr; gap: 44px; }
  .about-vision-image img { height: 430px; }
}

@media (max-width: 1200px) {
  .product-detail-overview-grid,
  .product-detail-why-grid {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 52px;
  }

  .product-detail-about-image {
    width: min(100%, 680px);
    justify-self: center;
  }

  .product-detail-copy,
  .product-detail-why-copy {
    width: min(100%, 680px);
    justify-self: center;
  }

  .product-detail-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
  }

  .product-detail-why-section .product-detail-tilt-images {
    justify-self: center;
  }

  .product-detail-gallery-slide {
    flex-basis: calc((100% - 28px) / 2);
  }
}

@media (max-width: 767px) {
  .product-detail-overview,
  .product-detail-why-section,
  .product-detail-feature-section,
  .product-detail-gallery-section,
  .product-detail-closing-section {
    padding: 64px 0;
  }

  .product-detail-copy span {
    margin-bottom: 22px;
  }

  .product-detail-copy h2,
  .product-detail-why-copy h2,
  .product-detail-gallery-head h2,
  .product-detail-closing-card h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .product-detail-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 18px;
  }

  .product-detail-feature-card figure {
    width: 82px;
    height: 82px;
    margin-bottom: 22px;
  }

  .product-detail-feature-card h3 {
    width: 130px;
    font-size: 15px;
    line-height: 19px;
  }

  .product-detail-why-section .product-detail-tilt-images {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-detail-why-section .about-tilt-image {
    width: 100%;
    height: 260px;
    transform: none;
  }

  .product-detail-gallery-shell {
    grid-template-columns: 1fr;
  }

  .product-detail-gallery-shell > .slider-btn {
    display: none;
  }

  .product-detail-gallery-slide {
    flex-basis: 100%;
  }
}

@media (max-width: 1200px) {
  .single-product .product-detail-hero {
    height: 600px;
  }

  .single-product .product-detail-hero h1 {
    font-size: 68px;
    line-height: 72px;
  }

  .single-product .product-detail-hero p {
    width: 100%;
  }

  .product-detail-overview {
    padding: 86px 0 80px;
  }

  .product-detail-overview-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .product-detail-tilt-images {
    justify-self: center;
  }

  .product-detail-copy h2,
  .product-detail-gallery-head h2,
  .product-detail-section-head h2,
  .product-detail-spec-copy h2,
  .product-detail-closing-card h2 {
    font-size: 52px;
    line-height: 58px;
  }

  .product-detail-section-head {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }

  .product-detail-section-head.centered {
    width: min(100%, 760px);
  }

  .product-detail-section-head p,
  .product-detail-spec-copy p,
  .product-detail-closing-card p {
    width: min(100%, 680px);
  }

  .product-detail-feature-grid,
  .product-detail-application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail-spec-grid,
  .product-detail-closing-card {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .product-detail-closing-card {
    padding: 42px;
  }

  .product-detail-gallery-section {
    padding: 80px 0 92px;
  }

  .product-detail-gallery-head {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }

  .product-detail-gallery-head p {
    width: min(100%, 680px);
  }

  .product-detail-gallery-slide {
    flex-basis: calc((100% - 30px) / 2);
  }
}

@media (max-width: 767px) {
  .single-product .product-detail-hero {
    height: 520px;
  }

  .single-product .product-detail-hero .container {
    padding-bottom: 72px;
  }

  .single-product .product-detail-hero h1 {
    font-size: 42px;
    line-height: 46px;
  }

  .single-product .product-detail-hero p {
    font-size: 15px;
    line-height: 24px;
  }

  .product-detail-overview {
    padding: 64px 0 70px;
  }

  .product-detail-overview-grid {
    gap: 36px;
  }

  .product-detail-copy h2,
  .product-detail-gallery-head h2,
  .product-detail-section-head h2,
  .product-detail-spec-copy h2,
  .product-detail-closing-card h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .product-detail-copy > p,
  .product-detail-gallery-head p,
  .product-detail-content,
  .product-detail-section-head p,
  .product-detail-spec-copy p,
  .product-detail-closing-card p,
  .product-detail-spec-list dd,
  .product-detail-feature-card p,
  .product-detail-application-grid p {
    font-size: 15px;
    line-height: 24px;
  }

  .product-detail-feature-section,
  .product-detail-spec-section,
  .product-detail-application-section {
    padding: 64px 0 76px;
  }

  .product-detail-feature-grid,
  .product-detail-application-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .product-detail-feature-card,
  .product-detail-application-grid article {
    min-height: 0;
    padding: 24px;
  }

  .product-detail-feature-card h3,
  .product-detail-application-grid h3,
  .product-detail-spec-list dt {
    font-size: 24px;
    line-height: 30px;
  }

  .product-detail-feature-card h3 {
    margin-top: 22px;
  }

  .product-detail-spec-list div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
  }

  .product-detail-feature-image,
  .product-detail-gallery-slide {
    border-radius: 20px;
  }

  .product-detail-gallery-section {
    padding: 64px 0 76px;
  }

  .product-detail-gallery-shell {
    margin-top: 34px;
  }

  .product-detail-gallery-slide {
    flex-basis: 100%;
  }

  .product-detail-gallery-slide img {
    aspect-ratio: 340 / 260;
  }

  .product-detail-gallery-nav {
    justify-content: center;
  }

  .product-detail-closing-section {
    padding-bottom: 76px;
  }

  .product-detail-closing-card {
    gap: 28px;
    padding: 24px;
    border-radius: 22px;
  }

  .product-detail-closing-card figure {
    border-radius: 18px;
  }
}

@media (max-width: 1200px) {
  .header-shell { grid-template-columns: auto 1fr auto; padding-inline: 24px; }
  .brand-header { padding-left: 0; padding-right: 24px; }
  .header-cta { margin-right: 0; }
  .hero-copy { width: min(100%, 760px); }
  .hero-copy h1 { font-size: 72px; line-height: 1.08; white-space: normal; }
  .hero-copy p, .hero-copy .btn { position: static; }
  .hero-copy p { margin-top: 18px; }
  .hero-copy .btn { margin-top: 30px; }
  .hero-rating { left: auto; right: 0; }
  .about-grid { grid-template-columns: 360px 1px 1fr; gap: 42px; }
  .about-page .about-hero p { width: min(100%, 680px); }
  .about-why-grid { grid-template-columns: 1fr; gap: 38px; }
  .about-tilt-images {
    grid-template-columns: repeat(2, minmax(0, 300px));
    justify-content: center;
    width: 100%;
    margin-inline: auto;
  }
  .about-why-copy { text-align: left; }
  .about-vision-grid { grid-template-columns: 1fr; }
  .about-vision-image img { height: 390px; }
  .about-certificate-grid { grid-template-columns: repeat(3, 1fr); background: none; }
  .collage-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .collage-grid figure {
    width: 229px;
    height: 260px;
  }
  .stats-card {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .stats-card strong {
    font-size: 37px;
    font-weight: 400;
    line-height: 47px;
  }
  .network-cell {
    width: auto;
    height: auto;
  }
  .products-section { --product-card-w: 526px; --product-card-h: 368px; --product-gap: 24px; }
  .product-card {
    grid-template-columns: 1fr 1fr;
    column-gap: 14px;
    padding: 15px 15px 15px 30px;
  }
  .product-number { top: 44px; left: 30px; }
  .product-card h3 { margin-top: 65px; }
  .product-card p { width: 100%; font-size: 16px; line-height: 24px; }
  .product-card img { width: 256px; height: 338px; }
  .testimonial-layout { grid-template-columns: 380px minmax(0, 1fr); }
  .testimonial-card { flex-basis: 430px; }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .hero-section,
  .hero-content {
    height: 620px;
  }

  .hero-bg {
    height: 700px;
    object-position: center top;
  }

  .hero-copy {
    top: 250px;
    width: 560px;
  }

  .hero-copy h1 {
    font-size: 56px;
    line-height: 62px;
  }

  .hero-copy p {
    width: 540px;
    margin-top: 14px;
    font-size: 15px;
    line-height: 22px;
  }

  .hero-copy .btn {
    margin-top: 22px;
    padding: 17px 26px;
    font-size: 14px;
  }

  .hero-rating {
    top: 354px;
    right: 30px;
    width: 340px;
  }

  .rating-card {
    width: 340px;
    height: 126px;
    padding: 18px 24px;
  }

  .rating-card::before {
    width: 300px;
    height: 106px;
    right: 20px;
  }

  .rating-card strong {
    font-size: 32px;
    line-height: 36px;
  }

  .rating-card p,
  .hero-rating > p {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-rating > p {
    width: 340px;
    margin-top: 12px;
  }

  .stats-card {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    height: auto;
    width: 100%;
  }

  .stats-card h2 {
    grid-column: 1 / -1;
    justify-content: center;
    height: 132px;
    padding: 0 24px;
    border-radius: 20px 20px 0 0;
    text-align: center;
  }

  .stats-card h2 + div,
  .stats-card div {
    height: 132px;
    min-width: 0;
    margin-left: 0;
    padding: 20px 14px;
    border-top: 0;
    border-bottom: 1px solid var(--line);
    background: var(--soft);
  }

  .stats-card h2 + div {
    border-left: 1px solid var(--line);
    border-radius: 0 0 0 20px;
  }

  .stats-card div:last-child {
    border-right: 1px solid var(--line);
    border-radius: 0 0 20px 0;
  }

  .stats-card div::after {
    height: 62%;
  }

  .stats-card strong {
    width: auto;
    font-size: 38px;
    line-height: 44px;
  }

  .stats-card span {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 1024px) {
  .site-header {
    --header-height: 98px;
  }

  body.menu-open .header-cta {
    display: none !important;
  }

  .hero-bg-desktop {
    display: none;
  }

  .hero-bg-mobile {
    display: block;
  }

  .inner-hero p {
    width: 100%;
    margin-top: 16px;
    color: rgba(255,255,255,.88);
    line-height: 28px;
  }

  .menu-toggle { position: relative; z-index: 1003; display: block; justify-self: end; }
  .menu-toggle[aria-expanded="true"] { display: none; }
  .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    align-content: start;
    width: min(430px, 90vw);
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    gap: 0;
    padding: 96px 30px 34px;
    border-left: 1px solid rgba(255, 255, 255, .12);
    background: linear-gradient(180deg, #080a0a, #090d0c);
    box-shadow: -28px 0 80px rgba(0, 0, 0, .42);
    pointer-events: none;
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.22, .61, .36, 1);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    -webkit-overflow-scrolling: touch;
    align-items: start;
    justify-content: flex-start;
  }
  .main-nav.is-open {
    width: min(430px, 90vw);
    pointer-events: auto;
    transform: translateX(0);
  }
  .menu-close {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 2;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
    background: rgba(255,255,255,.09);
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease;
  }
  .menu-close:hover,
  .menu-close:focus-visible { border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.16); }
  .menu-close::before,
  .menu-close::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: var(--white);
  }
  .menu-close::before { transform: rotate(45deg); }
  .menu-close::after { transform: rotate(-45deg); }
  .menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: block;
    background: rgba(0,0,0,.62);
    opacity: 0;
    pointer-events: none;
    transition: opacity .24s ease;
  }
  .menu-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .primary-menu {
    display: grid;
    flex: 0 0 auto;
    gap: 0;
    width: 100%;
    padding: 0;
  }
  .primary-menu li {
    padding: 0;
    border-bottom: 0;
  }
  .primary-menu .dropdown-panel.sub-menu li {
    padding: 0;
  }
  .main-nav a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
  }
  .main-nav a::after {
    display: none;
  }
  .nav-item-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    gap: 8px;
    align-items: center;
    min-height: 48px;
  }
  .submenu-toggle {
    width: 34px;
    height: 34px;
    justify-self: end;
    border: none;
    border-radius: 0;
    background: transparent;
    color: rgba(255,255,255,.72);
  }
  .submenu-toggle:hover,
  .submenu-toggle:focus-visible {
    background: transparent;
    color: var(--olive);
  }
  .submenu-toggle span {
    width: 7px;
    height: 7px;
    transform: translateY(-2px) rotate(45deg);
  }
  .nav-dropdown::after {
    display: none;
  }
  .product-mega-menu {
    position: relative;
  }
  .dropdown-panel {
    position: static;
    display: grid;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transform: none;
    transition: max-height .24s ease, opacity .2s ease;
    max-height: 0;
    overflow: hidden;
  }
  .nav-dropdown:hover > .dropdown-panel {
    pointer-events: none;
    transform: none;
  }
  .nav-dropdown:focus-within > .dropdown-panel {
    max-height: 0;
    pointer-events: none;
    transform: none;
  }
  .nav-dropdown.is-open > .dropdown-panel {
    max-height: 620px;
    margin-top: 0;
    padding: 0 0 10px 16px;
    border: 0;
    background: transparent;
    pointer-events: auto;
    transform: none;
  }
  .dropdown-panel a {
    color: rgba(255,255,255,.78);
    font-size: 15px;
    line-height: 22px;
  }
  .product-mega-menu > .dropdown-panel {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    pointer-events: none;
    transform: none;
  }
  .product-mega-menu:not(.is-open) > .dropdown-panel {
    display: none;
  }
  .product-mega-menu.is-open > .dropdown-panel {
    display: grid;
    max-height: none;
    overflow: visible;
    pointer-events: auto;
  }
  .product-mega-menu.is-open > .dropdown-panel {
    padding-top: 0;
  }
  .product-mega-menu > .dropdown-panel > .product-mega-column,
  .product-mega-menu > .dropdown-panel > li {
    border-bottom: 0;
    margin: 0;
  }
  .product-mega-menu > .dropdown-panel > .product-mega-column > .nav-item-row,
  .product-mega-menu > .dropdown-panel > li > .nav-item-row {
    min-height: 48px;
    margin-bottom: 0;
  }
  .product-mega-menu > .dropdown-panel > .product-mega-column > .nav-item-row > a {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    text-transform: none;
  }
  .product-mega-menu > .dropdown-panel > li > .nav-item-row > a,
  .product-mega-menu > .dropdown-panel > li > a {
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    text-transform: none;
  }
  .product-mega-menu > .dropdown-panel > .product-mega-column > .nav-item-row .submenu-toggle {
    display: inline-grid;
  }
  .product-mega-menu > .dropdown-panel > li > .nav-item-row .submenu-toggle {
    display: inline-grid;
  }
  .product-mega-menu > .dropdown-panel .product-mega-column > .dropdown-panel {
    display: grid;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: visible;
    transition: max-height .24s ease, opacity .2s ease;
  }
  .product-mega-menu > .dropdown-panel > li > .dropdown-panel {
    display: grid;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: visible;
    transition: max-height .24s ease, opacity .2s ease;
  }
  .product-mega-menu > .dropdown-panel .product-mega-column.is-open > .dropdown-panel {
    max-height: 360px;
    padding: 0 0 8px 14px;
    pointer-events: auto;
  }
  .product-mega-menu > .dropdown-panel > li.is-open > .dropdown-panel {
    max-height: 360px;
    padding: 0 0 8px 14px;
    pointer-events: auto;
  }
  .product-mega-menu > .dropdown-panel .product-mega-subitem > a {
    color: rgba(255,255,255,.68);
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    min-height: 30px;
    padding: 4px 10px;
  }
  .product-mega-menu > .dropdown-panel > li > .dropdown-panel > li > a {
    color: rgba(255,255,255,.68);
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    min-height: 30px;
    padding: 4px 10px;
  }
  .main-nav .mobile-nav-cta {
    display: inline-flex;
    position: static;
    width: 100%;
    min-width: 0;
    margin: 28px 0 0;
    padding: 16px 28px;
    align-self: stretch;
    justify-content: center;
    text-align: center;
    border-radius: 120px;
    background: var(--olive);
    color: var(--white);
    font-size: 16px;
    line-height: 22px;
    transform: none;
  }
  .header-cta { display: none; }
  .hero-section, .hero-content { height: 760px; }
  .hero-copy { top: 250px; }
  .hero-copy .btn { margin-top: 34px; }
  .hero-rating { top: auto; right: auto; left: 0; bottom: 48px; width: 400px; }
  .about-grid, .split-grid, .contact-layout { grid-template-columns: 1fr; }
  .project-meta { grid-template-columns: 1fr; gap: 14px; margin-top: 28px; }
  .project-gallery-wrap { margin-top: 44px; }
  .project-gallery { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .project-video-wrap { margin-top: 44px; }
  .project-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .project-video-card { min-height: 240px; border-radius: 22px; }
  .contact-layout.contact-figma-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .figma-form {
    width: 100%;
    height: auto;
  }
  .vertical-line { display: none; }
  .experience-block { justify-content: flex-start; height: 190px; }
  .experience-block > span { left: 150px; right: auto; }
  .collage-grid { grid-template-columns: repeat(2, minmax(0, 344px)); justify-content: center; gap: 28px; }
  .stats-card { grid-template-columns: repeat(2, 1fr); height: auto; }
  .stats-card h2 { grid-column: 1 / -1; height: 120px; }
  .stats-card h2 + div { margin-left: 0; border-radius: 20px 0 0 0; }
  .stats-card div:nth-child(3) { border-right: 1px solid var(--line); border-radius: 0 20px 0 0; }
  .stats-card div:nth-child(4) { border-radius: 0 0 0 20px; }
  .stats-card div:nth-child(5) { border-right: 1px solid var(--line); border-radius: 0 0 20px 0; }
  .section-head { margin-bottom: 42px; }
  .products-section {
    --product-card-w: min(390px, calc(100vw - var(--gutter) * 2));
    --product-card-h: auto;
    --product-gap: 22px;
    padding-top: 54px;
    padding-bottom: 68px;
  }
  .products-header { flex-direction: column; gap: 22px; }
  .products-section .slider {
    width: calc(100vw - var(--gutter));
    margin-left: var(--gutter);
  }
  .product-card {
    grid-template-columns: 1fr;
    flex-basis: var(--product-card-w);
    width: var(--product-card-w);
    height: auto;
    padding: 42px 20px 22px;
  }
  .product-card img {
    order: -1;
    width: 100%;
    height: 220px;
    margin-bottom: 18px;
  }
  .product-number { top: 20px; left: 20px; }
  .product-card h3 { margin-top: 18px; }
  .product-card p { width: 100%; }
  .product-copy { padding-right: 0; }
  .team-grid, .value-grid, .listing-grid, .project-grid, .certificate-grid { grid-template-columns: repeat(2, 1fr); }
  .team-page .team-grid-large { grid-template-columns: repeat(2, minmax(0, 340px)); justify-content: center; }
  .project-tile-grid, .product-list-grid { grid-template-columns: repeat(2, 1fr); }
  .projects-page .project-tile-grid {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }
  .products-page .products-hero { height: 600px; }
  .products-page .products-hero h1 { font-size: 68px; line-height: 72px; }
  .not-found-hero { padding: 210px 0 120px; }
  .products-page-grid { grid-template-columns: repeat(2, 1fr); }
  .products-page-card {
    grid-template-columns: 1fr 46%;
    width: 100%;
    height: auto;
    padding: 30px 16px 16px 30px;
  }
  .products-page-card img,
  .products-page-card:nth-child(n+3) img {
    width: 100%;
    height: 374px;
  }
  .products-page-copy span { margin-top: 0; }
  .products-page-copy h2 {
    width: 100%;
    margin-top: 88px;
    font-size: 34px;
    line-height: 40px;
  }
  .products-page-copy p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .product-modal__dialog {
    grid-template-columns: 1fr 48%;
    width: calc(100vw - 56px);
    gap: 28px;
  }
  .product-modal__copy [data-product-modal-description] {
    width: 100%;
  }
  .product-modal__dialog > img {
    width: 100%;
    height: 390px;
  }
  .product-list-card { grid-template-columns: 1fr; padding: 30px; }
  .product-list-card img { order: -1; height: 300px; }
  .product-list-copy h2 { margin-top: 32px; }
  .testimonial-layout { grid-template-columns: 1fr; }
  .review-summary { height: auto; }
  .reviewers { margin-top: 48px; }
  .footer-grid {
    grid-template-columns: 1.15fr .85fr 1.15fr;
    gap: 42px;
  }
  .footer-brand,
  .footer-links,
  .footer-contact { grid-column: auto; }
  .footer-logo img { width: min(100%, 250px); }
  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 26px 30px;
  }
  .footer-contact p { white-space: normal; }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .site-footer .footer-grid {
    grid-template-columns: 31% 27% minmax(0, 42%);
    gap: 24px;
    align-items: start;
  }

  .site-footer .footer-brand,
  .site-footer .footer-links,
  .site-footer .footer-contact {
    grid-column: auto;
  }

  .site-footer .footer-logo img {
    width: min(100%, 250px);
  }

  .site-footer .socials {
    gap: 18px;
  }

  .site-footer .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 24px 24px;
  }

  .site-footer .footer-contact {
    min-width: 0;
  }

  .site-footer .footer-contact p {
    white-space: normal;
  }
}

@media (max-width: 991px) {
  .hero-copy h1 { line-height: 1.05; }
  .section-head { flex-direction: column; }
  .inner-hero { height: 460px !important; }
  .team-page .team-hero { height: 520px; }
  .team-page .team-hero .container { padding-bottom: 72px; }
  .team-page .team-hero h1 { font-size: 58px; line-height: 1.08; }
  .team-page .team-hero p { width: min(100%, 680px); }
  .projects-page .projects-hero { height: 520px; }
  .projects-page .projects-hero .container { padding-bottom: 72px; }
  .projects-page .projects-hero h1 { font-size: 58px; line-height: 1.08; }
  .projects-page .projects-hero p { width: min(100%, 680px); }
  .products-page .products-hero { height: 520px; }
  .products-page .products-hero .container { padding-bottom: 72px; }
  .products-page .products-hero h1 { font-size: 58px; line-height: 1.08; }
  .products-page .products-hero p { width: 100%; }
  .not-found-hero h1 + p { width: 100%; }
  .products-page-section { padding: 80px 0; }
  .products-page-grid { grid-template-columns: 1fr; }
  .products-page-card {
    grid-template-columns: 298px 325px;
    width: 700px;
    justify-self: center;
  }
  .product-modal__dialog {
    grid-template-columns: 1fr;
    width: calc(100vw - 48px);
  }
  .product-modal__dialog > img {
    order: -1;
    height: 340px;
  }
  .product-modal__copy h2 {
    margin-top: 26px;
  }
  .about-page .about-hero { height: 520px; }
  .about-page .about-hero .container { padding-bottom: 72px; }
  .about-page .about-hero h1 { width: 100%; font-size: 58px; line-height: 1.08; }
}

@media (min-width: 769px) and (max-width: 1200px) {
  body {
    font-size: 13px;
    line-height: 19px;
  }

  .experience-block > span,
  .dummy-logo,
  .footer-contact p {
    font-size: 13px;
    line-height: 18px;
  }

  p,
  .hero-copy p,
  .hero-rating > p,
  .section-copy p,
  .stats-card span,
  .product-card p,
  .network-title p,
  .team-card p,
  .review-summary p,
  .testimonial-card p,
  .inner-hero p,
  .team-page .team-hero p,
  .projects-page .projects-hero p,
  .products-page .products-hero p,
  .info-card p,
  .service-card p,
  .project-card p,
  .contact-card p,
  .products-page-copy p,
  .product-modal__copy [data-product-modal-description],
  .footer-contact p {
    font-size: 14px;
    line-height: 21px;
  }

  .hero-copy h1 {
    font-size: 50px;
    line-height: 54px;
  }

  .rating-card strong {
    font-size: 28px;
    line-height: 31px;
  }

  .rating-card p {
    font-size: 14px;
    line-height: 21px;
  }

  .experience-block strong {
    position: relative;
    left: auto;
    font-size: 112px;
    line-height: 1;
    transform: translateX(-18px);
  }

  .experience-block {
    height: 255px;
    justify-content: center;
    overflow: hidden;
  }

  .experience-block > span {
    left: 50%;
    top: 18px;
    right: auto;
    padding: 11px 19px;
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
  }

  .experience-arrow {
    top: 64px;
    left: 36%;
    right: auto;
    transform: translateX(76px);
  }

  .section-copy h2,
  .about-why-copy h2,
  .about-vision-copy h2,
  .about-achievements-head h2,
  .projects-page-section h2,
  .products-page-section h2 {
    font-size: 42px;
    line-height: 46px;
  }

  .stats-card strong {
    font-size: 42px;
    line-height: 47px;
  }

  .product-card h3,
  .team-card strong,
  .testimonial-author strong,
  .projects-page .project-tile h3,
  .products-page-copy h2,
  .product-modal__copy h2,
  .info-card h3,
  .service-card h3,
  .project-card h3,
  .contact-card h3,
  .footer-links h2,
  .footer-contact h2 {
    font-size: 25px;
    line-height: 29px;
  }

  .network-title h2 {
    font-size: 35px;
    line-height: 34px;
  }

  .review-summary > strong {
    font-size: 42px;
    line-height: 46px;
  }

  .testimonial-author span {
    font-size: 14px;
  }

  .inner-hero h1,
  .team-page .team-hero h1,
  .projects-page .projects-hero h1,
  .products-page .products-hero h1,
  .about-page .about-hero h1 {
    font-size: 63px;
    line-height: 67px;
  }
}

@media (max-width: 768px) {
  :root { --gutter: 18px; --section: 74px; }
  .header-shell { height: 84px; padding-inline: 18px; }
  .brand-header { border-right: 0; }
  .brand-header img { width: 220px; }
  .main-nav { top: 84px; }
  .hero-section, .hero-content { height: 720px; }
  .hero-copy { top: 180px; }
  .hero-copy h1 { font-size: clamp(46px, 11vw, 68px); }
  .hero-copy p, .hero-rating > p, .section-copy p, .stats-card span, .testimonial-card p, .review-summary p { font-size: 16px; }
  .products-header .section-copy,
  .section-head .section-copy {
    width: auto;
  }
  p,
  .hero-copy p,
  .hero-rating > p,
  .section-copy p,
  .stats-card span,
  .product-card p,
  .network-title p,
  .team-card p,
  .review-summary p,
  .testimonial-card p,
  .inner-hero p,
  .team-page .team-hero p,
  .projects-page .projects-hero p,
  .products-page .products-hero p,
  .info-card p,
  .service-card p,
  .project-card p,
  .contact-card p,
  .products-page-copy p,
  .product-modal__copy [data-product-modal-description] {
    font-size: 14px;
    line-height: 21px;
  }
  .about-why-section { padding: 72px 0 68px; }
  .about-tilt-images {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    width: 100%;
  }
  .about-tilt-image {
    width: 100%;
    height: 190px;
    border-radius: 18px;
  }
  .about-tilt-left { transform: none; }
  .about-tilt-right { margin-left: 0; transform: none; }
  .about-why-copy h2,
  .about-vision-copy h2,
  .about-achievements-head h2 { font-size: 42px; line-height: 1.12; }
  .about-vision-section { padding-block: 76px; }
  .about-achievements-section { padding-block: 76px; }
  .about-achievements-head {
    width: 100%;
    text-align: center;
  }
  .about-achievements-head h2,
  .about-achievements-head p { width: 100%; }
  .about-certificate-grid { grid-template-columns: repeat(2, 1fr); margin-top: 46px; }
  .about-certificate-grid figure { width: auto; height: 180px; margin-top: 0; }
  .rating-card { width: min(100%, 360px); }
  .rating-card::before { width: calc(100% - 40px); }
  .collage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .collage-grid figure {
    width: 100%;
    height: 190px;
    border-radius: 18px;
    transform: none;
  }
  .about-network {
    padding-bottom: 76px;
    overflow: visible;
  }
  h1 { font-size: 30px; line-height: 36px; }
  h2 { font-size: 30px; line-height: 36px; }
  h3 { font-size: 28px; line-height: 34px; }
  h4 { font-size: 24px; line-height: 30px; }
  .btn { padding: 19px 22px; font-size: 14px; }
  .hero-section,
  .hero-content {
    height: 760px;
  }
  .hero-copy {
    top: 170px;
  }
  .hero-copy h1 {
    font-size: clamp(40px, 10vw, 54px);
  }
  .hero-copy p {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
  }
  .hero-copy .btn {
    position: static;
    display: inline-flex;
    margin-top: 18px;
    padding: 17px 24px;
  }
  .hero-rating {
    bottom: 90px;
    width: 100%;
  }
  .rating-card {
    width: 100%;
    height: auto;
    padding: 18px 20px 20px;
  }
  .rating-card::before { display: none; }
  .rating-card p {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-top: 9px;
    font-size: 16px;
    line-height: 22px;
  }
  .rating-card strong {
    display: inline-block;
    font-size: 38px;
    line-height: 42px;
  }
  .hero-rating > p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .avatar-stack img,
  .avatar-stack span {
    width: 42px;
    height: 42px;
  }
  .experience-block {
    height: 255px;
    justify-content: center;
    overflow: hidden;
  }
  .experience-block > span {
    left: 50%;
    top: 18px;
    padding: 11px 19px;
    transform: translateX(-50%);
    font-size: 13px;
    white-space: nowrap;
  }
  .experience-block strong {
    position: relative;
    left: auto;
    font-size: 112px;
    line-height: 1;
    transform: translateX(-18px);
  }
  .experience-arrow {
    top: 64px;
    left: 36%;
    right: auto;
    transform: translateX(76px);
  }
  .about-grid {
    grid-template-columns: unset;
    gap: 0;
  }
  .project-gallery { grid-template-columns: 1fr; }
  .project-video-grid { grid-template-columns: 1fr; }
  .project-video-wrap h2 { font-size: 36px; line-height: 42px; }
  .project-video-card { min-height: 220px; }
  .project-video-card strong { padding: 22px; font-size: 24px; line-height: 30px; }
  .project-video-modal { padding: 16px; }
  .project-video-modal__dialog { padding: 18px; border-radius: 22px; }
  .project-video-modal__dialog h2 { margin-right: 46px; font-size: 26px; line-height: 32px; }
  .project-video-modal__close { top: 14px; right: 14px; }
  .project-gallery-modal { padding: 16px; }
  .project-gallery-modal__dialog { padding: 12px; border-radius: 22px; }
  .project-gallery-modal__dialog img { max-height: calc(100vh - 110px); border-radius: 16px; }
  .project-gallery-modal__close { top: 10px; right: 10px; width: 42px; height: 42px; background: rgba(8,8,8,.86); }
  .project-gallery-modal__nav { width: 42px; height: 42px; background: rgba(8,8,8,.76); }
  .project-gallery-modal__nav--prev { left: 20px; }
  .project-gallery-modal__nav--next { right: 20px; }
  .project-gallery-modal__count { bottom: -34px; font-size: 13px; line-height: 18px; }
  .project-meta dt { font-size: 22px; line-height: 28px; }
  .section-copy h2 { font-size: 30px; line-height: 36px; }
  .team-page .team-hero,
  .projects-page .projects-hero,
  .products-page .products-hero {
    height: 520px;
  }
  .team-page .team-hero h1,
  .projects-page .projects-hero h1,
  .products-page .products-hero h1 {
    font-size: 42px;
    line-height: 46px;
  }
  .team-page .team-hero p,
  .projects-page .projects-hero p,
  .products-page .products-hero p {
    font-size: 15px;
    line-height: 24px;
  }
  .team-page-section,
  .products-page-section {
    padding-top: 64px;
    padding-bottom: 76px;
  }
  .team-page .team-grid-large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 14px;
  }
  .products-page-card {
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    padding: 22px;
    border-radius: 22px;
  }
  .products-page-card img,
  .products-page-card:nth-child(n+3) img {
    order: -1;
    width: 100%;
    height: 260px;
    margin-bottom: 24px;
    border-radius: 20px;
  }
  .products-page-copy h2 {
    margin-top: 26px;
    font-size: 30px;
    line-height: 36px;
  }
  .products-page-copy p {
    margin: 14px 0 24px;
  }
  .team-card img { height: 420px; }
  .testimonial-card { flex-basis: min(86vw, 390px); padding: 30px 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 768px) {
  h1 { font-size: 30px; line-height: 36px; }
  h2 { font-size: 30px; line-height: 36px; }
  h3 { font-size: 28px; line-height: 34px; }
  h4 { font-size: 24px; line-height: 30px; }
  .btn { padding: 19px 22px; font-size: 14px; }

  .hero-section,
  .hero-content {
    height: 760px;
  }
  .hero-copy {
    top: 170px;
  }
  .hero-copy h1 {
    font-size: clamp(40px, 10vw, 54px);
  }
  .hero-copy p {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
  }
  .hero-copy .btn {
    position: static;
    display: inline-flex;
    margin-top: 18px;
    padding: 17px 24px;
  }
  .hero-rating {
    bottom: 90px;
    width: 100%;
  }
  .rating-card {
    width: 100%;
    height: auto;
    padding: 18px 20px 20px;
  }
  .rating-card::before { display: none; }
  .rating-card p {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-top: 9px;
    font-size: 16px;
    line-height: 22px;
  }
  .rating-card strong {
    display: inline-block;
    font-size: 38px;
    line-height: 42px;
  }
  .hero-rating > p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .avatar-stack img,
  .avatar-stack span {
    width: 42px;
    height: 42px;
  }

  .experience-block {
    height: 255px;
    justify-content: center;
    overflow: hidden;
  }
  .experience-block > span {
    left: 50%;
    top: 18px;
    padding: 11px 19px;
    transform: translateX(-50%);
    font-size: 13px;
    white-space: nowrap;
  }
  .experience-block strong {
    position: relative;
    left: auto;
    font-size: 112px;
    line-height: 1;
    transform: translateX(-18px);
  }
  .experience-arrow {
    top: 64px;
    left: 36%;
    right: auto;
    transform: translateX(76px);
  }
  .about-grid {
    grid-template-columns: unset;
    gap: 0;
  }
  .section-copy h2 { font-size: 30px; line-height: 36px; }

  .stats-section {
    padding-bottom: 88px;
  }
  .stats-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    gap: 0;
  }
  .stats-card h2 {
    grid-column: 1 / -1;
    justify-content: center;
    height: 112px;
    padding-inline: 28px;
    border: 1px solid var(--line);
    border-radius: 20px;
    text-align: center;
  }
  .stats-card div {
    height: 150px;
    padding-inline: 8px;
  }
  .stats-card div::after { display: none; }
  .stats-card h2 + div,
  .stats-card div {
    margin-left: 0;
    border: 1px solid var(--line);
    border-radius: 0;
  }
  .stats-card h2 + div {
    border-top: 0;
    border-radius: 20px 0 0 0;
  }
  .stats-card div:nth-child(3) {
    border-top: 0;
    border-left: 0;
    border-radius: 0 20px 0 0;
  }
  .stats-card div:nth-child(4) {
    border-top: 0;
    border-radius: 0 0 0 20px;
  }
  .stats-card div:last-child {
    border-top: 0;
    border-left: 0;
    border-radius: 0 0 20px 0;
  }
  .stats-card strong {
    width: auto;
    font-size: 48px;
    line-height: 54px;
  }
  .stats-card span {
    font-size: 14px;
    line-height: 20px;
  }

  .products-section {
    padding-top: 58px;
  }
  .products-header {
    padding-top: 10px;
    margin-bottom: 34px;
  }
  .product-card h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 14px;
  }
  .team-card img {
    height: 260px;
    border-radius: 14px;
  }
  .team-card p {
    display: flex;
    flex-direction: column;
    align-content: center;
    vertical-align: middle;
    gap: 4px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .team-card p::before { display: none; }
  .team-card p span,
  .team-card strong {
    grid-column: unset;
    justify-self: start;
  }
  .team-card strong {
    font-size: 18px;
    line-height: 22px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .testimonials-section .centered,
  .testimonial-layout > .slider,
  .testimonials-section .left-controls {
    width: 100%;
  }
  .testimonial-layout {
    gap: 24px;
  }
  .testimonial-layout > .slider {
    padding-inline: 0;
    overflow: hidden;
  }
  .testimonial-track {
    gap: 18px;
  }
  .testimonial-card {
    flex-basis: 100%;
  }
  .testimonials-section .section-copy h2 {
    font-size: 30px;
    line-height: 36px;
    white-space: normal;
  }
  .review-summary,
  .info-card,
  .service-card,
  .project-card,
  .contact-card {
    padding: 28px 22px;
  }

  .team-page .team-hero,
  .projects-page .projects-hero,
  .products-page .products-hero {
    height: 520px;
  }
  .team-page .team-hero h1,
  .projects-page .projects-hero h1,
  .products-page .products-hero h1 {
    font-size: 42px;
    line-height: 46px;
  }
  .team-page .team-hero p,
  .projects-page .projects-hero p,
  .products-page .products-hero p,
  .about-page .about-hero p {
    font-size: 15px;
    line-height: 24px;
  }
  .about-page .about-hero h1 {
    font-size: 42px;
  }
  .team-page-section,
  .products-page-section,
  .projects-page-section {
    padding-top: 64px;
    padding-bottom: 76px;
  }
  .team-page .team-grid-large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 14px;
  }
  .team-page .load-more-wrap,
  .projects-page .load-more-wrap {
    margin-top: 54px;
  }
  .projects-page .project-tile-grid,
  .project-tile-grid,
  .product-list-grid,
  .form-row,
  .value-grid,
  .listing-grid,
  .project-grid,
  .certificate-grid {
    grid-template-columns: 1fr;
  }
  .projects-page .project-tile-grid,
  .project-tile-grid {
    gap: 38px;
  }
  .projects-page .project-tile div {
    margin-top: 14px;
  }
  .projects-page .project-tile h3 {
    font-size: 22px;
    line-height: 27px;
  }
  .products-page-grid {
    gap: 28px;
  }
  .products-page-card {
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    padding: 22px;
    border-radius: 22px;
  }
  .products-page-card img,
  .products-page-card:nth-child(n+3) img {
    order: -1;
    width: 100%;
    height: 260px;
    margin-bottom: 24px;
    border-radius: 20px;
  }
  .products-page-copy h2 {
    margin-top: 26px;
    font-size: 30px;
    line-height: 36px;
  }
  .products-page-copy p {
    margin: 14px 0 24px;
  }
}

@media (max-width: 575px) {
  h1 { font-size: 30px; line-height: 36px; }
  h2 { font-size: 30px; line-height: 36px; }
  h3 { font-size: 28px; line-height: 34px; }
  h4 { font-size: 24px; line-height: 30px; }
  .btn { padding: 19px 22px; font-size: 14px; }
  p,
  .hero-copy p,
  .hero-rating > p,
  .section-copy p,
  .stats-card span,
  .product-card p,
  .network-title p,
  .team-card p,
  .review-summary p,
  .testimonial-card p,
  .inner-hero p,
  .team-page .team-hero p,
  .projects-page .projects-hero p,
  .products-page .products-hero p,
  .info-card p,
  .service-card p,
  .project-card p,
  .contact-card p,
  .products-page-copy p,
  .product-modal__copy [data-product-modal-description] {
    font-size: 14px;
    line-height: 21px;
  }
  .hero-section, .hero-content { height: 760px; }
  .hero-copy h1 { font-size: clamp(40px, 10vw, 54px); }
  .hero-copy { top: 170px; }
  .hero-copy p {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
  }
  .hero-copy .btn {
    display: inline-flex;
    margin-top: 18px;
    padding: 17px 24px;
    position: static;
  }
  .hero-rating {
    bottom: 90px;
    width: 100%;
  }
  .rating-card {
    width: 100%;
    height: auto;
    padding: 18px 20px 20px;
  }
  .rating-card::before { display: none; }
  .rating-card p {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-top: 9px;
    font-size: 16px;
    line-height: 22px;
  }
  .rating-card strong {
    display: inline-block;
    font-size: 38px;
    line-height: 42px;
  }
  .hero-rating > p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  .avatar-stack img, .avatar-stack span { width: 42px; height: 42px; }
  .experience-block strong { font-size: 118px; }
  .experience-block {
    height: 255px;
    justify-content: center;
    overflow: hidden;
  }
  .experience-block > span {
    left: 50%;
    top: 18px;
    transform: translateX(-50%);
    font-size: 13px;
    white-space: nowrap;
  }
  .experience-block strong {
    position: relative;
    left: auto;
    font-size: 112px;
    line-height: 1;
    transform: translateX(-18px);
  }
  .experience-arrow {
    top: 64px;
    left: 36%;
    right: auto;
    transform: translateX(76px);
  }
  .about-grid {
    grid-template-columns: unset;
    gap: 0;
  }
  .section-copy h2 { font-size: 30px; line-height: 36px; }
  .about-page .about-hero h1 { font-size: 42px; }
  .about-page .about-hero p { font-size: 15px; line-height: 24px; }
  .team-page .team-hero { height: 520px; }
  .team-page .team-hero h1 { font-size: 42px; line-height: 46px; }
  .team-page .team-hero p { font-size: 15px; line-height: 24px; }
  .team-page-section { padding-top: 64px; padding-bottom: 76px; }
  .team-page .team-grid-large { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 14px; }
  .team-page .load-more-wrap { margin-top: 54px; }
  .projects-page .projects-hero { height: 520px; }
  .projects-page .projects-hero h1 { font-size: 42px; line-height: 46px; }
  .projects-page .projects-hero p { font-size: 15px; line-height: 24px; }
  .products-page .products-hero { height: 520px; }
  .products-page .products-hero h1 { font-size: 42px; line-height: 46px; }
  .products-page .products-hero p { font-size: 15px; line-height: 24px; }
  .stats-section {
    padding-bottom: 88px;
  }
  .products-section {
    padding-top: 58px;
  }
  .products-header {
    padding-top: 10px;
    margin-bottom: 34px;
  }
  .not-found-hero {
    padding: 160px 0 82px;
  }
  .not-found-kicker {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
  }
  .not-found-hero h1 {
    font-size: 44px;
    line-height: 50px;
  }
  .not-found-hero h1 + p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 24px;
  }
  .not-found-hero .btn {
    margin-top: 26px;
  }
  .products-page-section { padding: 64px 0 76px; }
  .products-page-grid { gap: 28px; }
  .products-page-card {
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    padding: 22px;
    border-radius: 22px;
  }
  .products-page-card img,
  .products-page-card:nth-child(n+3) img {
    order: -1;
    width: 100%;
    height: 260px;
    margin-bottom: 24px;
    border-radius: 20px;
  }
  .products-page-copy h2 {
    margin-top: 26px;
    font-size: 30px;
    line-height: 36px;
  }
  .products-page-copy p {
    margin: 14px 0 24px;
  }
  .product-modal {
    padding: 18px;
  }
  .product-modal__dialog {
    width: 100%;
    padding: 22px;
    border-radius: 22px;
  }
  .product-modal__dialog > img {
    height: 240px;
    border-radius: 20px;
  }
  .product-modal__copy h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .product-modal__copy [data-product-modal-description] {
    font-size: 15px;
    line-height: 24px;
  }
  .product-modal__close {
    top: -14px;
    right: -10px;
  }
  .projects-page-section { padding-top: 64px; padding-bottom: 76px; }
  .projects-page .project-tile-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }
  .projects-page .project-tile div { margin-top: 14px; }
  .projects-page .project-tile h3 { font-size: 22px; line-height: 27px; }
  .projects-page .project-tile .product-link {
    width: 42px;
    height: 42px;
  }
  .projects-page .load-more-wrap { margin-top: 54px; }
  .about-tilt-images { gap: 14px; }
  .about-tilt-image { height: 160px; border-radius: 14px; }
  .about-vision-image img { height: 300px; border-radius: 22px; }
  .about-achievements-head h2 {
    font-size: 30px;
    line-height: 36px;
    white-space: normal;
  }
  .about-achievements-head p {
    font-size: 15px;
    line-height: 24px;
  }
  .about-certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
  }
  .about-certificate-grid figure {
    height: 154px;
  }
  .about-certificate-grid figure:hover,
  .about-certificate-grid figure:focus-within {
    transform: translateY(-8px);
  }
  .about-certificate-grid img {
    max-width: 82%;
    max-height: 82%;
  }
  .value-grid, .listing-grid, .project-grid, .certificate-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 14px; }
  .team-card img { height: 260px; border-radius: 14px; }
  .team-card p {
    display: flex;
    flex-direction: column;
    align-content: center;
    vertical-align: middle;
    gap: 4px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  .team-card p::before { display: none; }
  .team-card p span,
  .team-card strong {
    grid-column: unset;
    justify-self: start;
  }
  .team-card strong {
    font-size: 18px;
    line-height: 22px;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .project-tile-grid { grid-template-columns: 1fr 1fr; }
  .product-list-grid, .form-row { grid-template-columns: 1fr; }
  .project-tile-grid { gap: 38px; }
  .project-tile img { border-radius: 22px; }
  .project-tile h3, .product-list-copy h2, .contact-info-panel h2, .figma-form h2 { font-size: 30px; line-height: 36px; }
  .product-list-card { height: auto; border-radius: 22px; }
  .product-list-card img { height: 260px; border-radius: 20px; }
  .figma-form { padding: 30px 22px; }
  .figma-form .gform_wrapper.gravity-theme .gform_fields,
  .figma-form .gform_fields {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .figma-form .gform_wrapper.gravity-theme .gfield_label,
  .figma-form .gfield_label,
  .figma-form .gform_wrapper.gravity-theme input[type="text"],
  .figma-form .gform_wrapper.gravity-theme input[type="email"],
  .figma-form .gform_wrapper.gravity-theme input[type="tel"],
  .figma-form .gform_wrapper.gravity-theme textarea,
  .figma-form .gform_wrapper input[type="text"],
  .figma-form .gform_wrapper input[type="email"],
  .figma-form .gform_wrapper input[type="tel"],
  .figma-form .gform_wrapper textarea {
    font-size: 15px;
    line-height: 24px;
  }
  .contact-info-panel article { padding-inline: 18px; }
  .contact-info-panel strong { font-size: 20px; line-height: 25px; }
  .collage-grid figure { height: 178px; }
  .stats-card { grid-template-columns: repeat(2, minmax(0, 1fr)); height: auto; gap: 0; }
  .stats-card h2 {
    grid-column: 1 / -1;
    justify-content: center;
    height: 112px;
    padding-inline: 28px;
    border: 1px solid var(--line);
    border-radius: 20px;
    text-align: center;
  }
  .stats-card div { height: 150px; padding-inline: 8px; }
  .stats-card div::after { display: none; }
  .stats-card h2 + div,
  .stats-card div { margin-left: 0; border: 1px solid var(--line); border-radius: 0; }
  .stats-card h2 + div { border-top: 0; border-radius: 20px 0 0 0; }
  .stats-card div:nth-child(3) { border-top: 0; border-left: 0; border-radius: 0 20px 0 0; }
  .stats-card div:nth-child(4) { border-top: 0; border-radius: 0 0 0 20px; }
  .stats-card div:last-child { border-top: 0; border-left: 0; border-radius: 0 0 20px 0; }
  .stats-card strong { width: auto; font-size: 48px; line-height: 54px; }
  .stats-card span { font-size: 14px; line-height: 20px; }
  .product-card h3 { font-size: 30px; line-height: 36px; }
  .network-title h2 { font-size: 30px; line-height: 34px; }
  .dummy-logo {
    gap: 5px;
    font-size: 13px;
  }
  .dummy-logo::before {
    width: 18px;
    height: 18px;
  }
  .network-logo { max-width: 88px; }
  .testimonials-section .centered {
    width: 100%;
  }
  .testimonial-layout {
    gap: 24px;
  }
  .testimonial-layout > .slider {
    width: 100%;
    padding-inline: 0;
    overflow: hidden;
  }
  .testimonial-track {
    gap: 18px;
  }
  .testimonial-card {
    flex-basis: 100%;
  }
  .testimonials-section .left-controls {
    width: 100%;
  }
  .testimonials-section .section-copy h2 {
    font-size: 30px;
    line-height: 36px;
    white-space: normal;
  }
  .review-summary, .info-card, .service-card, .project-card, .contact-card { padding: 28px 22px; }
  .footer-links { grid-template-columns: 1fr; }
}

@media (max-width: 1200px) {
  body {
    font-size: 13px;
    line-height: 19px;
  }

  h1,
  .hero-copy h1,
  .inner-hero h1,
  .team-page .team-hero h1,
  .projects-page .projects-hero h1,
  .products-page .products-hero h1,
  .about-page .about-hero h1 {
    font-size: 63px;
    line-height: 67px;
  }

  h2,
  .section-copy h2,
  .about-why-copy h2,
  .about-vision-copy h2,
  .about-achievements-head h2,
  .products-section .section-copy h2,
  .projects-page-section h2,
  .products-page-section h2 {
    font-size: 42px;
    line-height: 46px;
  }

  h3,
  .product-card h3,
  .projects-page .project-tile h3,
  .products-page-copy h2,
  .product-modal__copy h2,
  .info-card h3,
  .service-card h3,
  .project-card h3,
  .contact-card h3 {
    font-size: 28px;
    line-height: 32px;
  }

  h4,
  .team-card strong,
  .testimonial-author strong,
  .footer-links h2,
  .footer-contact h2 {
    font-size: 17px;
    line-height: 21px;
  }

  p,
  .hero-copy p,
  .hero-rating > p,
  .section-copy p,
  .stats-card span,
  .product-card p,
  .network-title p,
  .team-card p,
  .review-summary p,
  .testimonial-card p,
  .inner-hero p,
  .team-page .team-hero p,
  .projects-page .projects-hero p,
  .products-page .products-hero p,
  .info-card p,
  .service-card p,
  .project-card p,
  .contact-card p,
  .products-page-copy p,
  .product-modal__copy [data-product-modal-description],
  .footer-contact p {
    font-size: 14.4px;
    line-height: 21px;
  }

  .experience-block strong {
    font-size: 126px;
    line-height: .8;
  }

  .experience-block > span {
    font-size: 14.4px;
    line-height: 21px;
  }

  .rating-card strong {
    font-size: 28px;
    line-height: 31px;
  }

  .stats-card strong,
  .review-summary > strong {
    font-size: 42px;
    line-height: 46px;
  }

  .network-title h2 {
    font-size: 35px;
    line-height: 34px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 13px;
    line-height: 19px;
  }

  .products-header .section-copy,
  .section-head .section-copy {
    width: 100%;
    max-width: 100%;
  }

  h1,
  .hero-copy h1,
  .inner-hero h1,
  .team-page .team-hero h1,
  .projects-page .projects-hero h1,
  .products-page .products-hero h1,
  .about-page .about-hero h1 {
    font-size: 54px;
    line-height: 57px;
  }

  h2,
  .section-copy h2,
  .about-why-copy h2,
  .about-vision-copy h2,
  .about-achievements-head h2,
  .products-section .section-copy h2,
  .projects-page-section h2,
  .products-page-section h2 {
    font-size: 36px;
    line-height: 39px;
  }

  h3,
  .product-card h3,
  .projects-page .project-tile h3,
  .products-page-copy h2,
  .product-modal__copy h2,
  .info-card h3,
  .service-card h3,
  .project-card h3,
  .contact-card h3 {
    font-size: 24px;
    line-height: 29px;
  }

  h4,
  .team-card strong,
  .testimonial-author strong,
  .footer-links h2,
  .footer-contact h2 {
    font-size: 16px;
    line-height: 20px;
  }

  p,
  .hero-copy p,
  .hero-rating > p,
  .section-copy p,
  .stats-card span,
  .product-card p,
  .network-title p,
  .team-card p,
  .review-summary p,
  .testimonial-card p,
  .inner-hero p,
  .team-page .team-hero p,
  .projects-page .projects-hero p,
  .products-page .products-hero p,
  .info-card p,
  .service-card p,
  .project-card p,
  .contact-card p,
  .products-page-copy p,
  .product-modal__copy [data-product-modal-description],
  .footer-contact p {
    font-size: 14.4px;
    line-height: 21px;
  }

  .experience-block strong {
    font-size: 108px;
    line-height: .9;
  }

  .experience-block > span {
    font-size: 14px;
    line-height: 21px;
  }

  .rating-card strong {
    font-size: 24px;
    line-height: 28px;
  }

  .stats-card strong,
  .review-summary > strong {
    font-size: 36px;
    line-height: 39px;
  }

  .network-title h2 {
    font-size: 30px;
    line-height: 32px;
  }
}

@media (max-width: 425px) {
  .brand-header img { width: 186px; }
  .main-nav {
    width: 100vw;
    padding-inline: 24px;
  }
  .hero-bg { object-position: 54% top; }
  .hero-copy h1 { font-size: 40px; line-height: 44px; }
  .hero-copy p { width: 100%; }
  .hero-copy .btn { margin-top: 16px; }
  .rating-card p { font-size: 15px; }
  .testimonial-card {
    padding: 28px 24px;
  }
  .footer-logo img { width: 250px; }
}

@media (max-width: 375px) {
  .hero-copy h1 { font-size: 36px; }
  .hero-section, .hero-content { height: 820px; }
  .section-copy h2 { font-size: 30px; line-height: 36px; }
  .team-grid { gap: 22px 12px; }
  .collage-grid { gap: 12px; }
  .collage-grid figure { height: 160px; border-radius: 14px; }
  .team-card img { height: 225px; }
  .team-card strong { font-size: 16px; line-height: 20px; }
  .product-card, .testimonial-card { flex-basis: 100%; }
  .products-section { --product-card-w: calc(100vw - var(--gutter) * 2); }
}

@media (max-width: 320px) {
  :root { --gutter: 14px; }
  .brand-header img { width: 155px; }
  .hero-copy h1 { font-size: 32px; }
  .hero-section, .hero-content { height: 660px; }
  .rating-card { padding: 18px; }
  .footer-logo img { width: 250px; }
}

/* Final Figma QA alignment overrides. Keep these last so older breakpoint rules do not drift. */
@media (min-width: 1201px) and (max-width: 1919px) {
  .hero-copy {
    top: 350px;
    width: 650px;
  }

  .hero-copy h1 {
    font-size: 68px;
    line-height: 72px;
  }

  .hero-copy p {
    top: 150px;
    width: 610px;
  }

  .hero-copy .btn {
    top: 230px;
  }

  .hero-rating {
    top: 492px;
    right: 0;
    width: 355px;
  }

  .rating-card p {
    display: flex;
    align-items: baseline;
    gap: 4px;
    white-space: nowrap;
  }

  .about-grid {
    grid-template-columns: 420px 1px 1fr;
    gap: 58px;
  }

  .collage-grid {
    grid-template-columns: repeat(4, 262px);
    gap: 24px;
  }

  .collage-grid figure {
    width: 262px;
    height: 300px;
  }

  .products-section {
    --product-card-w: 560px;
    --product-card-h: 380px;
    --product-gap: 28px;
    padding-top: 82px;
    padding-bottom: 72px;
  }

  .products-section .slider {
    width: calc(100vw - calc((100vw - 1140px) / 2));
    margin-left: calc((100vw - 1140px) / 2);
  }

  .product-card {
    grid-template-columns: 238px 256px;
    column-gap: 14px;
    width: var(--product-card-w);
    height: var(--product-card-h);
    padding: 15px 14px 15px 30px;
  }

  .product-number {
    top: 44px;
    left: 30px;
  }

  .product-card h3 {
    margin-top: 116px;
    font-size: 34px;
    line-height: 40px;
  }

  .product-card p {
    width: 232px;
    font-size: 16px;
    line-height: 24px;
  }

  .product-card img {
    width: 256px;
    height: 338px;
  }

  .testimonial-layout {
    grid-template-columns: 360px minmax(0, 750px);
    align-items: start;
  }

  .review-summary {
    padding: 43px 30px 36px;
  }

  .testimonial-card {
    height: 415px;
    flex-basis: min(360px, calc((100% - 30px) / 2));
    padding: 38px 34px;
  }

  .left-controls {
    margin-top: 46px;
  }
}

@media (min-width: 1201px) and (max-width: 1600px) {
  .product-mega-menu > .dropdown-panel {
    top: calc(var(--header-height) - 0px);
  }
}

@media (min-width: 1601px) and (max-width: 1919px) {
  .product-mega-menu > .dropdown-panel {
    top: calc(var(--header-height) - 0px);
  }
}

@media (min-width: 1920px) {
  .product-mega-menu > .dropdown-panel {
    top: calc(var(--header-height) - 45px);
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .product-mega-menu > .dropdown-panel {
    top: calc(var(--header-height) - 25px);
  }

  .products-section {
    --product-card-w: 520px;
    --product-card-h: 360px;
    --product-gap: 24px;
  }

  .products-section .slider {
    width: calc(100vw - var(--gutter));
    margin-left: var(--gutter);
    overflow: hidden;
  }

  .product-card {
    grid-template-columns: minmax(0, 1fr) 224px;
    column-gap: 14px;
    flex: 0 0 var(--product-card-w);
    width: var(--product-card-w);
    height: var(--product-card-h);
    padding: 15px 15px 15px 30px;
  }

  .product-card h3 {
    margin-top: 92px;
  }

  .product-card img {
    width: 224px;
    height: 310px;
  }

  .network-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .network-cell,
  .network-title {
    width: auto;
  }
}

@media (max-width: 1024px) {
  .main-nav {
    width: min(430px, 90vw);
    padding: 96px 30px 34px;
  }

  .main-nav.is-open {
    width: min(430px, 90vw);
  }

  .primary-menu {
    gap: 0;
    padding: 0;
  }

  .primary-menu li {
    padding: 0;
    border-bottom: 0;
  }

  .nav-item-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .dropdown-panel {
    margin-top: 0;
    padding: 0;
  }

  .nav-dropdown.is-open > .dropdown-panel {
    margin-top: 0;
    padding: 0 0 10px 16px;
    border: 0;
    background: transparent;
  }
}

@media (max-width: 768px) {
  .hero-section,
  .hero-content {
    height: 760px;
  }

  .hero-copy {
    top: 170px;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 9.5vw, 52px);
    line-height: 1.08;
  }

  .hero-copy p {
    width: 100%;
  }

  .hero-copy .btn {
    position: static;
    margin-top: 18px;
  }

  .hero-rating {
    bottom: 90px;
    left: 0;
    width: 100%;
  }

  .rating-card {
    width: 100%;
    padding: 18px 20px 20px;
  }

  .team-section {
    padding-top: 72px;
  }

  .testimonial-layout {
    grid-template-columns: 1fr;
  }

  .review-summary {
    padding: 34px 22px 30px;
  }

  .testimonial-card {
    height: auto;
    flex-basis: 100%;
  }
}

@media (max-width: 575px) {
  .hero-section,
  .hero-content {
    height: 760px;
  }

  .hero-copy {
    top: 170px;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 10vw, 48px);
  }

  .hero-copy .btn {
    margin-top: 16px;
  }

  .hero-rating {
    bottom: 78px;
  }

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

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

  .stats-card h2 {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

}

@media (min-width: 1201px) and (max-width: 1919px) {
  :root {
    --container: 1140px;
    --gutter: 30px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }

  .header-shell {
    grid-template-columns: 31% 49% 20%;
    width: 100%;
  }

  .brand-header {
    padding-left: max(40px, calc((100vw - 1140px) / 2));
  }

  .header-cta {
    margin-right: max(30px, calc((100vw - 1140px) / 2));
  }

  .products-section {
    --product-card-w: 560px;
    --product-card-h: 380px;
    --product-gap: 28px;
  }

  .products-section .slider {
    width: calc(100vw - calc((100vw - 1140px) / 2));
    margin-left: calc((100vw - 1140px) / 2);
  }

  .collage-grid figure {
    width: 262px;
    height: 300px;
  }

  .product-card {
    grid-template-columns: 238px 256px;
    column-gap: 14px;
    flex: 0 0 var(--product-card-w);
    width: var(--product-card-w);
    height: var(--product-card-h);
    padding: 15px 14px 15px 30px;
  }

  .product-card img {
    width: 256px;
    height: 338px;
  }

  .testimonial-layout {
    grid-template-columns: 360px minmax(0, 750px);
  }
}

@media (min-width: 1201px) and (max-width: 1919px) {
  .header-shell {
    grid-template-columns: 31% 49% 20%;
    width: 100%;
    height: 96px;
  }

  .brand-header {
    padding-left: max(40px, calc((100vw - 1140px) / 2));
  }

  .header-cta {
    width: 150px;
    margin-right: max(30px, calc((100vw - 1140px) / 2));
    padding-inline: 22px;
    font-size: 14px;
  }

  .stats-card {
    grid-template-columns: 180px repeat(4, minmax(0, 1fr));
    width: 100%;
  }

  .stats-card h2 {
    padding-inline: 32px;
    font-size: 40px;
    line-height: 45px;
  }

  .stats-card div {
    min-width: 0;
    padding: 22px 10px 19px;
  }

  .stats-card strong {
    width: auto;
    font-size: 46px;
    line-height: 52px;
    white-space: nowrap;
  }

  .stats-card span {
    width: 100%;
    margin-top: 8px;
    font-size: 13px;
    line-height: 18px;
  }

  .products-section {
    --product-card-w: 560px;
    --product-card-h: 380px;
    --product-gap: 28px;
    --product-left: max(30px, calc((100vw - 1140px) / 2));
    padding-top: 82px;
    padding-bottom: 72px;
  }

  .products-header {
    width: 1140px;
    margin-inline: auto;
    margin-bottom: 42px;
  }

  .products-header .section-copy,
  .section-head .section-copy {
    width: 640px;
  }

  .products-section .section-copy h2 {
    font-size: 48px;
    line-height: 54px;
  }

  .products-section .slider {
    width: calc(100vw - var(--product-left));
    margin-left: var(--product-left);
  }

  .product-card {
    grid-template-columns: 238px 256px;
    column-gap: 14px;
    flex: 0 0 var(--product-card-w);
    width: var(--product-card-w);
    height: var(--product-card-h);
    padding: 15px 14px 15px 30px;
  }

  .product-number {
    top: 44px;
    left: 30px;
  }

  .product-card h3 {
    margin-top: 86px;
    font-size: 34px;
    line-height: 40px;
  }

  .product-card p {
    width: 232px;
    font-size: 16px;
    line-height: 24px;
  }

  .product-card img {
    width: 256px;
    height: 338px;
  }

  .products-nav {
    width: 1140px;
  }
}

@media (min-width: 1201px) and (max-width: 1260px) {
  .products-section {
    --product-card-w: 540px;
    --product-card-h: 370px;
    --product-gap: 26px;
  }

  .product-card {
    grid-template-columns: 226px 256px;
    column-gap: 14px;
    flex: 0 0 var(--product-card-w);
    width: var(--product-card-w);
    height: var(--product-card-h);
    padding: 15px 14px 15px 30px;
  }

  .product-number {
    left: 30px;
  }

  .product-card h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .product-card p {
    width: 220px;
    font-size: 15px;
    line-height: 22px;
  }

  .product-card img {
    width: 256px;
    height: 338px;
  }
}

/* Last-mile QA overrides for the Figma-marked ranges. */
@media (min-width: 1201px) and (max-width: 1919px) {
  .product-card h3 {
    margin-top: 116px;
  }

  .testimonial-card {
    height: 415px;
    padding: 38px 34px;
  }
}

@media (min-width: 1201px) and (max-width: 1260px) {
  .product-card h3 {
    margin-top: 106px;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .product-card {
    grid-template-columns: minmax(0, 1fr) 232px;
  }

  .product-card img {
    width: 232px;
    height: 318px;
  }

  .product-card h3 {
    margin-top: 92px;
  }
}

@media (max-width: 1024px) {
  .main-nav.is-open {
    width: min(430px, 90vw);
  }

  .nav-item-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (max-width: 1024px) {
  .collage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    gap: 28px;
    vertical-align: middle;
    align-items: center;
    justify-items: center;
  }

  .network-section {
    padding-block: 120px 86px;
  }

  .network-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: 124px;
    align-items: stretch;
    width: min(100% - var(--gutter) * 2, var(--container));
    margin-inline: auto;
    overflow: visible;
    scroll-snap-type: none;
  }

  .network-cell,
  .network-grid > div:not(.network-title) {
    order: 0;
    grid-area: auto !important;
    width: 100%;
    height: 124px;
    min-height: 124px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }

  .network-title {
    order: -1;
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: 100%;
    height: 196px;
    min-height: 196px;
    margin: -88px 0 24px;
    padding: 24px 18px 28px;
    place-content: center;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    background: var(--white);
    box-shadow: inset 0 0 20px 9px rgba(0,0,0,.02);
  }
}

@media (max-width: 768px) {
  .hero-copy .btn {
    position: static;
    display: inline-flex;
    margin-top: 18px;
    padding: 20px 30px;
  }

  .network-grid {
    grid-auto-rows: 108px;
  }

  .network-cell,
  .network-grid > div:not(.network-title) {
    height: 108px;
    min-height: 108px;
  }

  .network-title {
    height: 177px;
    min-height: 186px;
    padding: 24px 18px 28px;
  }

  .network-title h2 {
    font-size: 32px;
    line-height: 34px;
  }

  .network-title p {
    width: min(100%, 330px);
    margin-inline: auto;
  }
}

@media (max-width: 575px) {
  .network-grid {
    grid-auto-rows: 96px;
  }

  .network-cell,
  .network-grid > div:not(.network-title) {
    height: 96px;
    min-height: 96px;
  }

  .network-logo {
    max-width: 100px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .network-logo {
    width: 128px;
    max-width: 72%;
    height: 76px;
  }
}

@media (max-width: 768px) {
  .testimonials-section .container,
  .testimonial-layout,
  .testimonial-layout > .slider {
    width: 100%;
    overflow: hidden;
  }

  .testimonial-layout {
    grid-template-columns: 100%;
  }

  .testimonial-layout > .slider,
  .testimonials-section .left-controls {
    width: calc(100% - 36px);
    margin-inline: auto;
  }

  .testimonial-track {
    width: 100%;
    gap: 0;
  }

  .testimonial-card {
    flex: 0 0 100%;
    width: 100%;
    padding: 30px 24px;
  }

  .testimonials-section .left-controls {
    width: 100%;
  }
}

/* Project detail and contact final fixes. */
@media (max-width: 1366px) {
  .single-project .project-detail-hero {
    height: 600px;
  }

  .single-project .project-detail-hero h1 {
    font-size: 68px;
    line-height: 72px;
  }
}

@media (max-width: 991px) {
  .single-project .project-detail-hero {
    height: 520px;
  }

  .single-project .project-detail-hero .container {
    padding-bottom: 72px;
  }

  .single-project .project-detail-hero h1 {
    font-size: 58px;
    line-height: 1.08;
  }

  .single-project .project-detail-hero p {
    width: min(100%, 680px);
  }
}

@media (max-width: 575px) {
  .projects-page .project-tile-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .single-project .project-detail-hero {
    height: 520px;
  }

  .single-project .project-detail-hero h1 {
    font-size: 42px;
    line-height: 46px;
  }

  .single-project .project-detail-hero p {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (min-width: 1201px) and (max-width: 1919px) {
  .experience-block > span {
    top: 88px;
    right: 53px;
  }

  .experience-arrow {
    top: 131px;
    right: 271px;
  }

  .hero-rating {
    top: 370px;
    right: 0;
    width: 443px;
  }

  .rating-card {
    width: 443px;
    height: 165px;
    padding: 25px 34px;
  }

  .rating-card::before {
    width: 403px;
    height: 145px;
  }

  .rating-card p {
    display: flex;
    align-items: baseline;
    gap: 4px;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    white-space: nowrap;
  }

  .rating-card strong {
    flex: 0 0 auto;
    font-size: 40px;
    line-height: 44px;
  }

  .stats-card {
    grid-template-columns: 212px repeat(4, minmax(0, 1fr));
    width: 100%;
  }

  .stats-card h2,
  .stats-card div {
    min-width: 0;
  }

  .stats-card h2 {
    padding-inline: 37px 32px;
    font-size: 38px;
    line-height: 43px;
  }

  .stats-card div {
    overflow: hidden;
    padding-inline: 10px;
  }

  .stats-card strong {
    width: 100%;
    font-size: 44px;
    line-height: 50px;
    white-space: nowrap;
  }

  .stats-card span {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    overflow-wrap: anywhere;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .hero-section,
  .hero-content {
    height: 840px !important;
  }

  .hero-copy {
    top: 220px !important;
    width: 86% !important;
  }

  .hero-copy h1 {
    font-size: clamp(54px, 7.2vw, 68px);
    line-height: 1.05;
    white-space: normal;
  }

  .hero-copy p {
    position: static;
    width: min(100%, 650px);
    margin-top: 22px;
    font-size: 16px;
    line-height: 24px;
  }

  .hero-copy .btn {
    position: static;
    margin-top: 34px !important;
  }

  .hero-rating {
    top: auto !important;
    right: auto !important;
    bottom: 58px !important;
    left: 0 !important;
    width: min(100%, 430px) !important;
  }

  .rating-card {
    width: 100%;
    height: 132px;
    padding: 18px 28px;
  }

  .rating-card::before {
    top: -20px;
    right: 20px;
    width: calc(100% - 40px);
    height: 112px;
  }

  .rating-card p {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-size: 15px;
    line-height: 22px;
    white-space: nowrap;
  }

  .rating-card strong {
    font-size: 36px;
    line-height: 40px;
  }

  .hero-rating > p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .vertical-line {
    display: none;
  }

  .experience-block {
    height: 300px !important;
    justify-content: center;
    overflow: visible;
  }

  .experience-block > span {
    top: 26px !important;
    left: 50% !important;
    right: auto !important;
    width: 218px !important;
    height: 47px !important;
    padding: 0 18px;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 24px;
  }

  .experience-block strong {
    left: auto;
    margin-top: 42px;
    font-size: 132px;
    line-height: .9;
    transform: translateX(-12px);
  }

  .experience-arrow {
    top: 84px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-92px) !important;
  }

  .stats-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
  }

  .stats-card h2 {
    grid-column: 1 / -1;
    justify-content: center !important;
    height: 120px;
    padding-inline: 28px;
    text-align: center;
    border-radius: 20px 20px 0 0;
  }

  .stats-card div {
    height: 178px;
    padding: 24px 16px;
    border: 1px solid var(--line);
    border-radius: 0;
  }

  .stats-card div::after {
    display: none;
  }

  .stats-card h2 + div {
    margin-left: 0;
    border-top: 0;
    border-radius: 0;
  }

  .stats-card div:nth-child(3) {
    border-top: 0;
    border-left: 0;
    border-radius: 0;
  }

  .stats-card div:nth-child(4) {
    border-top: 0;
    border-radius: 0 0 0 20px;
  }

  .stats-card div:last-child {
    border-top: 0;
    border-left: 0;
    border-radius: 0 0 20px 0;
  }
}

@media (max-width: 1200px) {
  .product-detail-overview-grid,
  .product-detail-why-grid {
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 52px;
  }

  .product-detail-about-image,
  .product-detail-copy,
  .product-detail-why-copy {
    width: min(100%, 680px);
    justify-self: center;
  }

  .product-detail-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
  }

  .product-detail-gallery-shell {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
  }

  .product-detail-gallery-slide {
    flex-basis: calc((100% - 28px) / 2);
  }
}

@media (max-width: 767px) {
  .product-detail-overview,
  .product-detail-why-section,
  .product-detail-feature-section,
  .product-detail-gallery-section,
  .product-detail-closing-section {
    padding: 64px 0;
  }

  .product-detail-copy h2,
  .product-detail-why-copy h2,
  .product-detail-gallery-head h2,
  .product-detail-closing-card h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .product-detail-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 18px;
  }

  .product-detail-feature-card figure {
    width: 82px;
    height: 82px;
    margin-bottom: 22px;
  }

  .product-detail-feature-card h3 {
    width: 130px;
    font-size: 15px;
    line-height: 19px;
  }

  .product-detail-why-section .product-detail-tilt-images {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .product-detail-why-section .about-tilt-image {
    width: 100%;
    height: 260px;
    transform: none;
  }

  .product-detail-gallery-shell {
    grid-template-columns: 1fr;
  }

  .product-detail-gallery-shell > .slider-btn {
    display: none;
  }

  .product-detail-gallery-slide {
    flex-basis: 100%;
  }
}
