@media (max-width: 768px) {
  .page-all-media {
    overflow-x: clip;
  }

  .page-all-media .container {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  /* ---------- 首屏 hero（蓝湖 box_3：277px 高背景 + 408×110 线框） ---------- */
  .all-media-hero {
    height: auto;
    min-height: min(37vw, 277px);
    max-height: none;
    padding: 0;
    background-position: center top;
  }

  .all-media-hero__panel {
    width: min(370px, calc(100% - 88px));
    max-width: 100%;
    height: auto;
    min-height: 100px;
    padding: 18px 16px;
    box-sizing: border-box;
    margin-top: 0;
  }

  .all-media-hero__panel h1 {
    font-size: 18px;
    line-height: 1.15;
    font-weight: 600;
  }

  .all-media-hero__panel p {
    margin-top: 4px;
    font-size: 10px;
    letter-spacing: 2px;
    text-indent: 0.42em;
    line-height: 1.25;
  }

  /* ---------- 全案营销区（蓝湖 box_4 #fafafa） ---------- */
  .all-media-overview {
    padding: 20px 0 48px;
    background: #fafafa;
  }

  .page-breadcrumb {
    min-height: 0;
    font-size: 12px;
    line-height: 1.5;
    flex-wrap: wrap;
    gap: 6px 8px;
    color: #999;
  }

  .page-breadcrumb span:last-child {
    color: #111;
  }

  .media-service--planning {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 28px;
  }

  .media-service--planning .media-service__content {
    display: contents;
  }

  .media-service--planning .media-section-heading {
    order: 1;
  }

  .media-service--planning .media-service__content > p {
    order: 2;
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.75;
    text-align: justify;
  }

  .media-service--planning .media-tag-list {
    order: 3;
    margin-top: 20px;
  }

  .media-service--planning .media-service__visual {
    order: 4;
    width: calc(100% + 30px);
    max-width: none;
    margin: 24px -15px 0;
  }

  .media-service--planning .media-service__visual img {
    width: 100%;
    height: auto;
    display: block;
  }

  .media-service--planning .media-contact {
    order: 5;
  }

  .media-section-heading h2 {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
  }

  .media-section-heading p {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: 0px;
  }

  .media-section-heading span {
    margin-top: 8px;
    width: 43px;
    height: 2px;
  }

  /* 蓝湖：前三标签一行 +「整合营销方案」单独一行带点 */
  .media-tag-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 12px;
    margin-top: 16px;
    padding: 0;
  }

  .media-tag-list li {
    font-size: 13px;
    line-height: 1.45;
    gap: 8px;
    white-space: normal;
    min-width: 0;
  }

  .media-tag-list li:nth-child(4) {
    grid-column: 1 / -1;
  }

  .media-tag-list li::before {
    width: 6px;
    height: 6px;
    flex-shrink: 0;
  }

  .media-tag-list--wide {
    margin-top: 14px;
    gap: 10px 12px;
  }

  /* 蓝湖首屏 CTA：246×73 实心红 pill */
  .media-service--planning .media-contact--outline {
    margin-top: 28px;
    align-self: center;
    width: 123px;
    height: 36px;
    border-radius: 23px;
    border: none;
    background: #d82f2f;
    color: #fff;
    font-size: 12px;
    gap: 10px;
  }

  .media-service--planning .media-contact--outline img {
    width: 14px;
    height: auto;
    filter: brightness(0) invert(1);
  }

  /* ---------- 舆情监控（蓝湖：文案与标签 → 大图 → 实心按钮） ---------- */
  .all-media-monitoring {
    padding: 48px 0 44px;
    background: #fff;
  }

  .media-service--monitoring {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .media-service--monitoring .media-service__content {
    display: contents;
  }

  .media-service--monitoring .media-section-heading {
    order: 1;
  }

  .media-service--monitoring .media-service__content > p {
    order: 2;
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.75;
    text-align: justify;
  }

  .media-service--monitoring .media-tag-list {
    order: 3;
    margin-top: 16px;
  }

  .media-service--monitoring .media-service__visual {
    order: 4;
    width: calc(100% + 30px);
    max-width: none;
    margin: 24px -15px 0;
  }

  .media-service--monitoring .media-service__visual img {
    width: 100%;
    height: auto;
    display: block;
  }

  .media-service--monitoring .media-contact {
    order: 5;
    margin-top: 28px;
    align-self: center;
    width: 123px;
    height: 36px;
    border-radius: 23px;
    font-size: 12px;
    gap: 10px;
  }

  .media-service--monitoring .media-contact img {
    width: 14px;
    height: auto;
  }

  /* ---------- 媒介资源（蓝湖 box_10 白卡 + 竖向卡片列表） ---------- */
  .media-resources {
    min-height: 0;
    padding: 0px 0 48px;
    background-position: center top;
    background-size: cover;
  }

  .media-resources__card {
    min-height: 0;
    padding: 40px 18px 40px;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }

  .media-resources__heading {
    margin-bottom: 20px;
  }

  .media-resources__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .media-resource-card,
  .media-resource-card--tall {
    min-height: 0;
    padding: 18px 18px 22px;
    border-radius: 16px;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.09);
  }

  .media-resource-card h3 {
    font-size: clamp(15px, 4vw, 18px);
    line-height: 1.35;
    margin-bottom: 16px;
  }

  .media-resource-card img {
    width: auto;
    max-width: 100%;
    height: 33px;
    max-height: 33px;
    object-fit: contain;
    object-position: left center;
  }

  .media-resource-card--tall img {
    width: auto;
    max-width: 100%;
    height: 82px;
    max-height: 85px;
  }
}
