@media (max-width: 768px) {
  .page-immigration {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .page-immigration .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  /* 蓝湖稿顺序：首屏 → Tab+列表+分页 → 底部六类服务条 */
  .immigration-hero {
    order: 1;
    width: 100%;
    height: 123vw;
    background: url(../assets/images/immigration/hero-bg@2x_m.png) center / cover no-repeat;
  }

  .immigration-projects {
    order: 3;
  }

  .immigration-service-band {
    order: 2;
  }

  /* ---------- 首屏（group_2：深底 + 标题 + 文案 + 大字水印 + 配图） ---------- */
  .immigration-hero,
  .immigration-hero__inner {
    min-height: 0;
  }

  .immigration-hero__inner {
    padding: 20px 15px clamp(100px, 28vw, 140px);
    min-height: clamp(420px, 118vw, 560px);
  }

  .immigration-hero__content {
    width: auto;
    max-width: 100%;
    padding-top: 0;
    position: relative;
    z-index: 2;
  }

  .immigration-hero h1 {
    font-size: 20px;
    line-height: 1.12;
  }

  .immigration-hero h1::before {
    width: 64px;
    height: 6px;
    margin-top: 0;
  }

  .immigration-hero__en {
    margin: 4px 0 16px;
    font-size: 12px;
    line-height: 1.2;
    text-transform: capitalize;
  }

  .immigration-hero__content p:not(.immigration-hero__en) {
    font-size: clamp(13px, 2.1vw, 15px);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.94);
  }

  .immigration-hero__content p + p:not(.immigration-hero__en) {
    margin-top: 10px;
  }

  /* 双行大字水印（text_5 / text_6 渐变描意） */
  .immigration-hero__watermark {
    /* display: block;
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 0;
    margin: clamp(8px, 2vw, 16px) 0 0;
    padding: 0;
    font-size: clamp(44px, 14vw, 88px);
    line-height: 0.88;
    letter-spacing: 0.03em;
    white-space: normal;
    text-align: left;
    pointer-events: none;
    background: none;
    -webkit-text-fill-color: unset; */
    display: none;
  }

  .immigration-hero__watermark-line {
    display: block;
    background-image: linear-gradient(15deg, rgba(255, 255, 255, 0.28) 0%, rgba(0, 0, 0, 0) 72%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .immigration-hero__watermark-line + .immigration-hero__watermark-line::before {
    content: none;
  }

  .immigration-hero__visual {
    /* position: absolute;
    right: max(-24px, -3vw);
    bottom: 0;
    top: auto;
    width: min(66vw, 330px);
    max-width: none;
    height: auto;
    opacity: 0.72;
    z-index: 1; */
    display: none;
  }

  /* ---------- 项目区（tabs + 卡片 + 分页） ---------- */
  .immigration-projects {
    padding: clamp(28px, 7vw, 40px) 0 clamp(36px, 9vw, 52px);
    background: #fff;
  }

  .immigration-tabs {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 56px;
    margin: 0 0 clamp(22px, 5vw, 32px);
    padding: 6px 8px;
    border-radius: 28px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 4px;
    box-sizing: border-box;
  }

  .immigration-tabs::-webkit-scrollbar {
    display: none;
  }

  .immigration-tabs a,
  .immigration-tabs a:first-child {
    flex: 0 0 auto;
    min-width: 0;
    height: 38px;
    padding: 0 clamp(18px, 3.6vw, 24px);
    border-radius: 22px;
    font-size: clamp(13px, 2.6vw, 15px);
    line-height: 1.2;
    white-space: nowrap;
  }

  .immigration-project-grid {
    grid-template-columns: 1fr;
    gap: clamp(14px, 3.6vw, 20px);
  }

  .immigration-project-card {
    min-height: 0;
    border-radius: 0;
    overflow: hidden;
  }

  .immigration-project-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 690 / 358;
    object-fit: cover;
    display: block;
  }

  .immigration-project-card__body {
    padding: clamp(12px, 3vw, 18px) clamp(14px, 3.6vw, 18px) clamp(14px, 3.2vw, 20px);
  }

  .immigration-project-card__body h2 {
    font-size: clamp(16px, 3.6vw, 18px);
    line-height: 1.35;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
  }

  .immigration-project-card__body p {
    flex-wrap: wrap;
    white-space: normal;
    row-gap: 4px;
    column-gap: 8px;
    font-size: 13px;
    line-height: 1.5;
    align-items: flex-start;
  }

  .immigration-project-card__body p span:nth-of-type(2) {
    /* margin-left: 0; */
  }

  .immigration-project-card__body strong {
    font-weight: 500;
  }

  .immigration-pagination {
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-top: clamp(24px, 6vw, 32px);
    padding: 0 4px;
    font-size: 15px;
  }

  .immigration-pagination a.is-current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 18px;
    color: #d82f2f;
    font-weight: 500;
  }

  .immigration-pagination__arrow {
    flex-shrink: 0;
  }

  /* 蓝湖右侧悬浮返回：窄屏固定右下角 */
  .immigration-backtop {
    display: flex;
    position: fixed;
    right: max(12px, env(safe-area-inset-right, 0px));
    bottom: max(16px, env(safe-area-inset-bottom, 0px));
    top: auto;
    z-index: 40;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  }

  .immigration-backtop img {
    width: 36px;
    height: 36px;
    object-fit: contain;
  }

  /* ---------- 底部六类服务（group_9：红底 3+3） ---------- */
  .immigration-service-band {
    height: auto;
    margin-top: 0;
    pointer-events: auto;
  }

  .page-immigration .container.immigration-service-band__inner {
    height: auto;
    padding: 0;
  }

  .immigration-service-band__scene {
    display: none;
  }

  .immigration-type-list {
    position: static;
    right: auto;
    top: auto;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: clamp(20px, 4.5vw, 24px) clamp(18px, 3vw, 22px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(22px, 3.5vw, 24px) clamp(15px, 2vw, 17px);
    align-items: start;
    justify-items: center;
    background: #d82f2f;
    box-sizing: border-box;
  }

  .immigration-type-list li {
    min-width: 0;
    width: 100%;
    max-width: 120px;
    font-size: clamp(12px, 2.4vw, 14px);
    line-height: 1.35;
    white-space: normal;
    gap: 10px;
  }

  .immigration-type-list img {
    height: clamp(32px, 8vw, 44px);
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }
}
