@media (max-width: 768px) {
    .hero-vancouver {
        padding: 100px 0;
    }
    .hero-content-vancouver h1 {
        font-size: 3rem;
    }
    .hero-content-vancouver p {
        font-size: 1.15rem;
    }
}

@media (max-width: 480px) {
    .hero-vancouver {
        padding: 80px 0;
    }
    .hero-content-vancouver h1 {
        font-size: 2.5rem;
    }
    .hero-content-vancouver p {
        font-size: 1.1rem;
    }
}
@media (max-width: 900px) {
  .split-comparison {
      flex-direction: column;
      max-width: 100%;
      border-radius: 0;
  }
  .split-side {
      padding: 2rem 1rem;
      border-right: none;
      border-bottom: 2px solid #e2e8f0;
  }
  .split-vancouver {
      border-bottom: 2px solid #e2e8f0;
  }
  .split-calgary {
      border-bottom: none;
  }
  .split-divider {
      position: static;
      left: auto;
      top: auto;
      transform: none;
      width: 100%;
      height: 40px;
      min-width: 0;
      min-height: 0;
      justify-content: center;
      align-items: center;
      font-size: 2rem;
      border: none;
      background: transparent;
      pointer-events: none;
  }
}

@media (max-width: 600px) {
  .split-side {
      padding: 1.2rem 0.5rem;
  }
  .city-header {
      font-size: 1.05rem;
  }
  .city-header i {
      font-size: 1.3rem;
  }
  .split-row h3 {
      font-size: 1rem;
  }
  .split-row p {
      font-size: 0.95rem;
  }
}

@media (max-width: 900px) {
    .staggered-card {
        padding: 1.5rem 1rem 1rem 1rem;
    }
    .staggered-left {
        margin-right: 30px;
    }
    .staggered-right {
        margin-left: 30px;
    }
    .staggered-icon {
        width: 40px;
        height: 40px;
        font-size: 1.6rem;
        margin-right: 1rem;
    }
    .staggered-right .staggered-icon {
        margin-left: 1rem;
    }
    .split-divider .fa-arrow-right {
        transform: rotate(90deg);
        transition: transform 0.2s;
    }
}

@media (max-width: 600px) {
    .movers-staggered-cards {
        padding: 2.5rem 0 2rem 0;
    }
    .staggered-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .staggered-icon {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0.7rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .staggered-content {
        align-items: center;
        text-align: center;
        width: 100%;
    }
    .staggered-content h3 {
        font-size: 1.05rem;
    }
    .staggered-content p {
        font-size: 0.98rem;
    }
}

@media (max-width: 700px) {
    .why-move-pathway .pathway-wrapper {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .why-move-pathway .pathway-svg {
        display: none;
    }
    .why-move-pathway .pathway-stops {
        flex-direction: column;
        align-items: center;
        gap: 2.2rem;
    }
    .why-move-pathway .pathway-stop {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        margin-bottom: 0.5rem;
    }
    .why-move-pathway .stop-content {
        padding: 0 0.2rem;
    }
}

@media (max-width: 1100px) {
  .mosaic-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  .mosaic-feature-large {
    grid-column: 1 / span 2;
    grid-row: 1;
  }
}
@media (max-width: 700px) {
  .mosaic-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 1.2rem;
  }
  .mosaic-feature,
  .mosaic-feature-large,
  .mosaic-feature-accent {
    grid-column: 1;
    grid-row: auto;
    padding: 1.2rem 0.7rem 0.7rem 0.7rem;
  }
  .mosaic-icon {
    width: 40px;
    height: 40px;
    font-size: 1.3rem;
  }
  .mosaic-feature h3 {
    font-size: 1.05rem;
  }
  .mosaic-feature p {
    font-size: 0.98rem;
  }
}

@media (max-width: 1200px) {
    .vancouver-services-row {
      justify-content: center;
      flex-wrap: nowrap;
      gap: 1.5rem;
    }
    .vancouver-services-row .vancouver-service-block {
      flex: 0 1 32%;
      max-width: 32%;
      margin-bottom: 1.5rem;
    }
    .vancouver-services-row-center {
      justify-content: center;
      flex-wrap: nowrap;
      gap: 1.5rem;
    }
    .vancouver-services-row-center .vancouver-service-block {
      flex: 0 1 40%;
      max-width: 40%;
      margin-bottom: 1.5rem;
    }
  }
  
  @media (max-width: 900px) {
    .vancouver-services-row,
    .vancouver-services-row-center {
      flex-direction: column;
      align-items: center;
      flex-wrap: nowrap;
      gap: 1.5rem;
      width: 100%;
      max-width: 540px;
      margin: 0 auto;
    }
    .vancouver-services-row .vancouver-service-block,
    .vancouver-services-row-center .vancouver-service-block {
      flex: 1 1 auto;
      width: 100%;
      max-width: 100%;
      margin-bottom: 0;
    }
    .vancouver-service-block {
      min-height: 340px;
    }
    .vancouver-service-img {
      height: 300px;
    }
  }
  
  @media (max-width: 600px) {
    .vancouver-services-section {
      padding: 2.5rem 0 2rem 0;
    }
    .vancouver-services-grid {
      gap: 0.7rem;
    }
    .vancouver-service-block {
      min-height: 0;
      padding: 1.2rem 0.7rem;
    }
  }
  @media (max-width: 900px) {
    .vancouver-tips-timeline {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0;
        margin-top: 2rem;
        flex-wrap: wrap;
        overflow-x: visible;
        position: relative;
        padding: 0;
    }
    .vancouver-tips-timeline .process-step {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        min-width: 0;
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 2rem;
        position: relative;
        justify-content: center;
        padding: 1.2rem 0.7rem;
    }
    .vancouver-tips-timeline .process-step:last-child {
        margin-bottom: 0;
    }
    .vancouver-tips-timeline .process-icon[data-step] {
        position: absolute;
        left: -40px;
        top: 32px;
        transform: translate(-50%, 0);
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        box-shadow: none;
        background: #fff;
        border: 2px solid var(--accent-color);
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .vancouver-tips-timeline .tip-image {
        max-width: 100%;
        height: 200px;
        margin: 0 0 1rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .vancouver-tips-timeline .process-content {
        margin-top: 0;
        margin-left: 0;
        font-size: 0.98rem;
        padding: 0.5rem 0 0 0;
        text-align: center;
    }
    .vancouver-tips-timeline {
        flex-wrap: wrap;
    }
}