/* Fresh mobile layout asset. Loaded after the main stylesheet to override legacy cached rules. */
@media (max-width: 1050px) {
  .site-header {
    background: #fff !important;
    color: #0d0d0d !important;
    border-bottom: 1px solid #d9d9d9 !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1) !important;
  }

  .nav-shell {
    position: relative !important;
    display: flex !important;
    min-height: 72px !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 14px !important;
  }

  .brand img {
    width: 138px !important;
    max-height: 52px !important;
    object-fit: contain !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    min-height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 9px 12px !important;
    border: 1px solid #0d0d0d !important;
    border-radius: 6px !important;
    background: #0d0d0d !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
  }

  .primary-menu {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 50 !important;
    display: none !important;
    max-height: calc(100dvh - 72px) !important;
    overflow-y: auto !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 10px 18px 22px !important;
    background: #fff !important;
    color: #0d0d0d !important;
    border-top: 1px solid #d9d9d9 !important;
    box-shadow: 0 24px 45px rgba(0, 0, 0, 0.2) !important;
  }

  .primary-menu.is-open {
    display: flex !important;
  }

  .primary-menu > a,
  .has-mega > button {
    width: 100% !important;
    padding: 14px 4px !important;
    color: #0d0d0d !important;
    border-bottom: 1px solid #ececec !important;
    text-align: left !important;
  }

  .primary-menu .nav-cta {
    margin-top: 12px !important;
    padding: 14px 16px !important;
    background: #e65c00 !important;
    color: #fff !important;
    text-align: center !important;
  }

  .mega-menu {
    position: static !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin: 8px 0 12px !important;
    padding: 4px 14px !important;
    background: #f5f5f5 !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .mega-card {
    display: block !important;
    padding: 12px 2px !important;
    color: #0d0d0d !important;
    border-bottom: 1px solid #dedede !important;
    text-align: left !important;
  }

  .mega-card img,
  .mega-card small {
    display: none !important;
  }

  .mega-card span {
    color: #0d0d0d !important;
    font-size: 15px !important;
  }
}

@media (max-width: 720px) {
  .hero {
    display: block !important;
    min-height: 0 !important;
    padding: 276px 18px 38px !important;
    background: #111 !important;
  }

  .hero-media {
    height: 250px !important;
    bottom: auto !important;
    background: url("all%20terrain%20crane%202.jpg") center / cover !important;
  }

  .hero-content {
    position: relative !important;
    max-width: none !important;
    padding: 0 !important;
    background: #111 !important;
    color: #fff !important;
  }

  .hero-content h1 {
    color: #fff !important;
    font-size: clamp(36px, 10vw, 48px) !important;
    line-height: 1.04 !important;
  }

  .hero-content p {
    color: #fff !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
  }

  .fleet-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .fleet-card {
    position: relative !important;
    display: grid !important;
    grid-template: 220px auto / 1fr !important;
    min-height: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    color: #0d0d0d !important;
    border-radius: 8px !important;
  }

  .fleet-card > img {
    position: static !important;
    inset: auto !important;
    grid-row: 1 !important;
    width: 100% !important;
    height: 220px !important;
    min-height: 0 !important;
    object-fit: cover !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .fleet-card .fleet-card-body {
    position: static !important;
    inset: auto !important;
    z-index: auto !important;
    display: grid !important;
    grid-row: 2 !important;
    gap: 14px !important;
    width: auto !important;
    height: auto !important;
    padding: 20px !important;
    background: #fff !important;
    color: #0d0d0d !important;
    transform: none !important;
  }

  .fleet-card h3,
  .fleet-card p,
  .fleet-card dt,
  .fleet-card dd {
    color: #0d0d0d !important;
    opacity: 1 !important;
    text-shadow: none !important;
  }

  .fleet-card p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  .fleet-card dl {
    border-top: 1px solid #d9d9d9 !important;
  }

  .fleet-card a,
  .fleet-type {
    color: #b24600 !important;
  }

  .project-card {
    display: grid !important;
    min-height: 0 !important;
    background: #171717 !important;
  }

  .project-card img {
    position: static !important;
    width: 100% !important;
    height: 230px !important;
    opacity: 1 !important;
  }

  .project-card div {
    position: static !important;
    padding: 20px !important;
    background: #171717 !important;
  }

  .project-card h3,
  .project-card p {
    color: #fff !important;
    text-shadow: none !important;
  }

  .project-gallery figure {
    aspect-ratio: auto !important;
    min-height: 0 !important;
    background: #171717 !important;
  }

  .project-gallery img {
    height: 220px !important;
    min-height: 0 !important;
  }

  .project-gallery figcaption {
    position: static !important;
    padding: 14px !important;
    background: #171717 !important;
    color: #fff !important;
  }
}
