@media (max-width: 1020px) {
  .hero-layout,
  .split,
  .contact-layout,
  .map-block,
  .poster-slot,
  .panorama-panel,
  .clarity-panel,
  .intelligence-layout,
  .experience-head,
  .experience-board {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .image-hero {
    min-height: 100svh;
  }

  .image-hero-layout {
    min-height: calc(100svh - 140px);
    grid-template-columns: 1fr;
    align-content: center;
  }

  .image-hero-card {
    max-width: 540px;
  }

  .image-hero-context {
    justify-self: start;
  }

  .stats-grid,
  .sector-grid,
  .specialized-grid,
  .experience-compass {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat {
    min-height: 190px;
  }

  .experience-head {
    margin-bottom: 26px;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 28px, 1360px);
  }

  .section {
    padding: 78px 0;
  }

  .nav {
    min-height: 70px;
  }

  .brand img {
    width: 126px;
  }

  .nav-toggle {
    display: inline-grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
  }

  .nav-toggle span:not(.sr-only) {
    width: 19px;
    height: 2px;
    background: var(--color-text);
  }

  .nav-menu {
    position: fixed;
    top: 70px;
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--color-border);
    border-radius: 8px;
    background: rgba(13, 13, 13, 0.97);
    padding: 10px;
  }

  .nav-menu.is-open {
    display: flex;
  }

  .nav-menu a {
    padding: 12px;
  }

  .language-switch {
    margin-top: 8px;
  }

  .hero {
    padding-top: 112px;
  }

  .image-hero {
    min-height: auto;
    padding: 104px 0 0;
  }

  .image-hero-bg {
    inset: 70px 0 0;
    height: calc(100% - 70px);
    object-position: 64% center;
  }

  .image-hero-video {
    transform: scale(1.24) translateY(-4%);
    object-position: 56% 30%;
  }

  .image-hero-shade {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0 70px, transparent 70px),
      linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.62)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.24) 42%, rgba(0, 0, 0, 0.88)),
      radial-gradient(circle at 74% 36%, rgba(101, 211, 65, 0.2), transparent 18rem);
  }

  .image-hero-layout {
    min-height: 760px;
    gap: 22px;
  }

  .image-hero-copy {
    max-width: 100%;
  }

  .image-hero-copy h1 {
    font-size: clamp(2.55rem, 12vw, 4.15rem);
    line-height: 0.93;
  }

  .image-hero-copy .hero-subtitle {
    max-width: 34rem;
  }

  .image-hero-card {
    padding: 18px;
  }

  .image-hero-service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-inline: -14px;
    padding: 18px 14px;
  }

  .image-hero-service-strip article {
    min-height: 84px;
    padding: 8px 14px 8px 68px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .image-hero-service-strip article:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .image-hero-service-strip .home-card-icon {
    position: absolute;
    top: 10px;
    left: 14px;
    margin: 0;
  }

  .home-card-icon {
    position: relative;
    top: auto;
    right: auto;
    width: 48px;
    height: 48px;
    margin: 18px 0 0;
  }

  .home-card-icon svg {
    width: 27px;
    height: 27px;
  }

  .method-grid .feature h3 {
    max-width: 100%;
  }

  .image-hero-context {
    padding: 12px 14px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.95rem);
  }

  .hero-layout {
    gap: 34px;
  }

  .hero-copy {
    padding-inline: 18px;
  }

  .grid-glow {
    display: none;
  }

  .hero-panel {
    padding: 18px;
  }

  .intelligence-feature {
    padding-top: 10px;
    padding-bottom: 78px;
  }

  .intelligence-image,
  .intelligence-image img,
  .clarity-image,
  .clarity-image img {
    min-height: 300px;
  }

  .feature-grid,
  .stats-grid,
  .service-stack,
  .sector-grid,
  .specialized-grid,
  .experience-compass,
  .gallery,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .gallery div:nth-child(2) {
    margin-top: 0;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .map-block {
    margin-top: 36px;
    padding: 14px;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 320px;
  }

  .service-image {
    height: 220px;
  }

  .sector-image {
    height: 240px;
  }

  .poster-copy {
    min-height: auto;
    padding: 22px;
  }

  .poster-media {
    min-height: 360px;
    border-left: 0;
    border-top: 1px solid var(--color-border);
  }

  .panorama-copy {
    min-height: auto;
    padding: 22px;
  }

  .panorama-media {
    min-height: 300px;
    border-left: 0;
    border-top: 1px solid var(--color-border);
  }

  .service-content {
    grid-template-columns: 1fr;
  }

  .lightbox {
    padding: 18px;
  }

  .lightbox figure {
    width: min(94vw, 680px);
    padding: 10px;
  }

  .lightbox img {
    max-height: 64vh;
  }

  .lightbox figcaption {
    font-size: 0.95rem;
    line-height: 1.35;
    padding-inline: 6px;
  }

  .lightbox-close {
    top: 12px;
    right: 12px;
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 460px) {
  .hero-actions {
    display: grid;
  }

  .image-hero-layout {
    min-height: 760px;
  }

  .image-hero-copy h1 {
    font-size: clamp(2.35rem, 12.8vw, 3.25rem);
  }

  .image-hero-tags {
    grid-template-columns: 1fr 1fr;
  }

  .image-hero-service-strip {
    grid-template-columns: 1fr;
  }

  .image-hero-service-strip article:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .image-hero-service-strip article:last-child {
    border-bottom: 0;
  }

  .btn {
    width: 100%;
  }

  .hero-logo {
    margin-bottom: 18px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }
}
