/* ============ 首页专属样式 ============ */
.page-home .container {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
}

.page-home .section-desc {
  font-family: var(--font-heading);
  font-style: italic;
  color: var(--terracotta);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 14px;
  margin: 0 0 8px;
}

.page-home .section-title {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 900;
  color: var(--navy);
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.2px;
}

.page-home .tag-label {
  display: inline-block;
  padding: 4px 12px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
  white-space: nowrap;
}

.page-home .tag-label--muted {
  background: rgba(255, 255, 255, .14);
  color: rgba(245, 240, 230, .78);
}

.page-home .tag-label--orange {
  background: var(--orange);
  color: #fff;
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: transform var(--transition-fast), box-shadow var(--transition-base), background var(--transition-base);
}

.page-home .btn-primary {
  background: var(--orange);
  color: #fff;
  border: 2px solid var(--orange);
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0 50%);
  padding: 10px 22px;
}

.page-home .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 107, 0, .35);
}

.page-home .btn-outline {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(245, 240, 230, .6);
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0 50%);
  padding: 10px 22px;
}

.page-home .btn-outline:hover {
  border-color: var(--cream);
  background: rgba(255, 255, 255, .06);
}

.page-home .panel-cut {
  position: relative;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  overflow: hidden;
}

/* ============ 01 赛前确认封面 ============ */
.page-home .ph-cover {
  position: relative;
  background: var(--navy);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 680px;
}

.page-home .ph-cover__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .ph-cover__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: .42;
}

.page-home .ph-cover__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(205deg, rgba(10, 31, 68, .88) 12%, rgba(6, 15, 42, .82) 58%, rgba(6, 15, 42, .96) 100%);
}

.page-home .ph-cover__inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 80px 16px 32px;
}

.page-home .ph-cover__grid {
  display: grid;
  gap: 32px;
  width: 100%;
}

.page-home .ph-cover__main {
  max-width: 720px;
}

.page-home .tag-label--stroke {
  background: transparent;
  border: 1px solid var(--orange);
  color: var(--orange);
  padding: 4px 12px;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  display: inline-block;
  font-size: var(--text-sm);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 20px;
}

.page-home .ph-cover__title {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 900;
  color: var(--white);
  line-height: 1.08;
  letter-spacing: -0.5px;
  font-size: clamp(28px, 5vw, 48px);
  margin: 0 0 20px;
  display: block;
}

.page-home .ph-cover__title-main {
  display: block;
}

.page-home .ph-cover__title-bar {
  color: var(--orange);
}

.page-home .ph-cover__title-sub {
  color: var(--cream);
  display: block;
  font-size: clamp(20px, 3vw, 28px);
}

.page-home .ph-cover__lead {
  color: rgba(245, 240, 230, .9);
  font-size: 16px;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 0 28px;
}

.page-home .ph-cover__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}

.page-home .ph-cover__actions .btn {
  min-height: 48px;
  padding: 14px 28px;
  font-weight: 700;
}

.page-home .ph-cover__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 560px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  padding-top: 24px;
}

.page-home .ph-stat {
  display: flex;
  flex-direction: column;
}

.page-home .ph-stat .data-highlight {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 30px;
  color: var(--orange);
  line-height: 1;
}

.page-home .ph-stat__label {
  color: rgba(245, 240, 230, .75);
  font-size: 12px;
  margin-top: 6px;
  line-height: 1.4;
}

/* 快速索引 */
.page-home .ph-cover__index {
  background: rgba(6, 15, 42, .82);
  border: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(8px);
  padding: 24px 20px 18px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  align-self: end;
}

.page-home .ph-cover__index-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.page-home .ph-cover__index-title {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 18px;
  color: var(--cream);
}

.page-home .ph-cover__index-en {
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--orange);
  text-transform: uppercase;
}

.page-home .ph-cover__index-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .ph-cover__index-list li {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.page-home .ph-cover__index-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 4px;
  color: var(--cream);
  text-decoration: none;
  transition: color var(--transition-fast), padding-left var(--transition-fast);
}

.page-home .ph-cover__index-list a:hover {
  color: var(--orange);
  padding-left: 12px;
}

.page-home .ph-cover__index-num {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 13px;
  color: var(--orange);
  width: 26px;
}

.page-home .ph-cover__index-note {
  font-size: 12px;
  color: rgba(245, 240, 230, .6);
  margin: 16px 0 0;
  line-height: 1.55;
  border-left: 2px solid var(--orange);
  padding-left: 12px;
}

/* 封面底部跑马灯 */
.page-home .ph-cover__strip {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: rgba(6, 15, 42, .88);
}

.page-home .ph-cover__strip-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 16px;
  flex-wrap: wrap;
}

.page-home .ph-cover__strip-label {
  font-family: var(--font-heading);
  font-style: italic;
  color: var(--orange);
  font-size: 14px;
  letter-spacing: .02em;
  white-space: nowrap;
}

.page-home .ph-cover__strip-list {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.page-home .ph-cover__strip-list::-webkit-scrollbar {
  display: none;
}

.page-home .ph-cover__strip-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.page-home .ph-cover__strip-list .tag-label {
  margin-right: 2px;
}

.page-home .ph-cover__strip-list strong {
  color: var(--cream);
  font-size: 14px;
}

.page-home .ph-cover__strip-status {
  font-size: 12px;
  color: rgba(245, 240, 230, .7);
}

.page-home .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--moss);
  display: inline-block;
  animation: ph-pulse 2s ease-in-out infinite;
}

@keyframes ph-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(.85); }
}

.page-home .ph-cover__strip-cta {
  flex-shrink: 0;
}

/* ============ 02 今日焦点 ============ */
.page-home .ph-focus {
  background: var(--cream);
  color: var(--navy);
}

.page-home .ph-focus .container {
  padding: 48px 16px;
}

.page-home .ph-focus__header {
  text-align: left;
  max-width: 640px;
  margin-bottom: 40px;
}

.page-home .ph-focus__header .section-title {
  color: var(--navy);
}

.page-home .ph-focus__lead {
  color: var(--rock);
  font-size: 16px;
  line-height: 1.65;
  margin-top: 12px;
}

.page-home .ph-focus__grid {
  display: grid;
  gap: 28px;
  align-items: start;
}

.page-home .ph-focus__media {
  position: relative;
  max-width: 500px;
}

.page-home .ph-focus__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.page-home .ph-focus__badge {
  position: absolute;
  top: 16px;
  left: 12px;
  background: var(--orange);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  letter-spacing: .04em;
}

.page-home .ph-focus__content {
  max-width: 680px;
}

.page-home .ph-focus__content h3 {
  font-size: 22px;
  font-family: var(--font-heading);
  font-style: italic;
  color: var(--navy);
  margin: 12px 0;
}

.page-home .ph-focus__content .tag-label--orange {
  background: var(--terracotta);
}

.page-home .ph-focus__steps {
  display: grid;
  gap: 16px;
  margin: 20px 0 24px;
}

.page-home .ph-focus__step {
  display: flex;
  gap: 14px;
  padding: 16px;
  background: #fff;
  border-left: 3px solid var(--orange);
}

.page-home .ph-focus__step-num {
  font-family: var(--font-heading);
  font-style: italic;
  color: var(--orange);
  font-size: 24px;
  line-height: 1;
  min-width: 32px;
}

.page-home .ph-focus__step-body h4 {
  font-size: 15px;
  color: var(--navy);
  margin: 0 0 4px;
}

.page-home .ph-focus__step-body p {
  font-size: 14px;
  color: var(--rock);
  margin: 0;
  line-height: 1.6;
}

.page-home .ph-focus__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.page-home .ph-focus .btn-outline {
  color: var(--navy);
  border-color: rgba(10, 31, 68, .5);
}

.page-home .ph-focus .btn-outline:hover {
  background: rgba(10, 31, 68, .06);
  border-color: var(--navy);
}

/* ============ 03 V3栏目精选 ============ */
.page-home .ph-v3 {
  background-color: var(--navy);
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, .03) 1px, transparent 1px, transparent 14px);
  color: var(--cream);
}

.page-home .ph-v3 .container {
  padding: 48px 16px;
}

.page-home .ph-v3 .section-title {
  color: var(--cream);
}

.page-home .ph-v3 .section-desc {
  color: var(--orange);
}

.page-home .ph-v3__header {
  display: grid;
  gap: 24px;
  margin-bottom: 32px;
}

.page-home .ph-v3__desc {
  color: rgba(245, 240, 230, .75);
  font-size: 15px;
  line-height: 1.65;
  max-width: 560px;
}

.page-home .ph-v3__poster img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

.page-home .ph-v3__tabs {
  margin-top: 24px;
}

.page-home .ph-v3 .tab-list {
  display: flex;
  gap: 6px;
  border-bottom: 2px solid rgba(255, 255, 255, .12);
  margin-bottom: 24px;
  overflow-x: auto;
}

.page-home .ph-v3 .tab-btn {
  background: rgba(255, 255, 255, .08);
  border: 0;
  padding: 10px 20px;
  color: rgba(245, 240, 230, .7);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  transition: background var(--transition-fast), color var(--transition-fast);
}

.page-home .ph-v3 .tab-btn[aria-selected="true"] {
  background: var(--orange);
  color: #fff;
}

.page-home .ph-v3 .tab-panel {
  padding-top: 8px;
}

.page-home .ph-v3__list {
  display: grid;
  gap: 12px;
}

.page-home .ph-v3__card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, .06);
  border-left: 3px solid transparent;
  padding: 16px;
  transition: background var(--transition-base), border-color var(--transition-base), transform var(--transition-fast);
}

.page-home .ph-v3__card:hover {
  background: rgba(255, 255, 255, .11);
  border-left-color: var(--orange);
  transform: translateX(6px);
}

.page-home .ph-v3__card .tag-label {
  flex-shrink: 0;
}

.page-home .ph-v3__card-main {
  flex: 1;
}

.page-home .ph-v3__card-main h3 {
  font-size: 16px;
  color: var(--cream);
  margin: 0 0 3px;
}

.page-home .ph-v3__card-main p {
  font-size: 13px;
  color: rgba(245, 240, 230, .65);
  margin: 0;
  line-height: 1.5;
}

.page-home .ph-v3__card-status {
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  flex-shrink: 0;
  border: 1px solid rgba(255, 107, 0, .4);
  padding: 4px 10px;
  white-space: nowrap;
}

.page-home .ph-v3__footnote {
  margin-top: 30px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(245, 240, 230, .78);
  font-size: 14px;
  line-height: 1.6;
}

/* ============ 04 为什么选择半岛 ============ */
.page-home .ph-why {
  background: var(--cream);
}

.page-home .ph-why .container {
  padding: 48px 16px;
}

.page-home .ph-why__head {
  display: grid;
  gap: 14px;
  margin-bottom: 36px;
  max-width: 880px;
}

.page-home .ph-why__head .section-title {
  color: var(--navy);
}

.page-home .ph-why__lead {
  color: var(--rock);
  font-size: 16px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0;
}

.page-home .ph-why__grid {
  display: grid;
  gap: 14px;
}

.page-home .ph-why__item {
  display: flex;
  gap: 18px;
  background: #fff;
  padding: 24px 20px;
  border-bottom: 3px solid transparent;
  transition: border-color var(--transition-base), box-shadow var(--transition-base);
}

.page-home .ph-why__item:hover {
  border-bottom-color: var(--orange);
  box-shadow: 0 10px 30px rgba(10, 31, 68, .08);
}

.page-home .ph-why__num {
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 42px;
  color: var(--orange);
  opacity: .9;
  line-height: 1;
  min-width: 54px;
}

.page-home .ph-why__content h3 {
  font-size: 20px;
  color: var(--navy);
  font-family: var(--font-heading);
  font-style: italic;
  margin: 0 0 8px;
}

.page-home .ph-why__content p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--rock);
  margin: 0 0 10px;
}

.page-home .ph-why__link {
  font-weight: 700;
  color: var(--orange);
  text-decoration: none;
  font-size: 14px;
}

.page-home .ph-why__link:hover {
  text-decoration: underline;
}

/* ============ 05 更新保证 ============ */
.page-home .ph-guarantee {
  background-color: var(--navy-deep);
  background-image: radial-gradient(circle at 80% 20%, rgba(255, 107, 0, .12) 0%, transparent 40%);
  color: var(--cream);
}

.page-home .ph-guarantee .container {
  padding: 48px 16px;
}

.page-home .ph-guarantee .section-title {
  color: var(--cream);
}

.page-home .ph-guarantee .section-desc {
  color: var(--orange);
}

.page-home .ph-guarantee__grid {
  display: grid;
  gap: 32px;
  align-items: start;
}

.page-home .ph-guarantee__text {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(245, 240, 230, .8);
  max-width: 620px;
  margin: 16px 0 20px;
}

.page-home .ph-guarantee__list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 10px;
}

.page-home .ph-guarantee__list li {
  position: relative;
  padding-left: 28px;
  color: rgba(245, 240, 230, .9);
  font-size: 14px;
  line-height: 1.5;
}

.page-home .ph-guarantee__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  background: var(--orange);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.page-home .ph-guarantee__visual {
  display: grid;
  gap: 24px;
}

.page-home .ph-guarantee__chart img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-home .ph-guarantee__timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.page-home .ph-guarantee__tl {
  background: rgba(255, 255, 255, .07);
  padding: 12px 6px;
  text-align: center;
  border-top: 2px solid var(--orange);
}

.page-home .ph-guarantee__tl-time {
  display: block;
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 18px;
  color: var(--orange);
}

.page-home .ph-guarantee__tl-label {
  font-size: 12px;
  color: rgba(245, 240, 230, .7);
  display: block;
  margin-top: 2px;
}

/* ============ 桌面端增强 ============ */
@media (min-width: 992px) {
  .page-home .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-home .ph-cover {
    min-height: 720px;
  }

  .page-home .ph-cover__inner {
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .page-home .ph-cover__grid {
    grid-template-columns: minmax(0, 7fr) minmax(260px, 3.4fr);
    gap: 40px;
    align-items: end;
  }

  .page-home .ph-cover__title {
    font-size: 48px;
  }

  .page-home .ph-cover__title-sub {
    font-size: 26px;
  }

  .page-home .ph-cover__lead {
    font-size: 17px;
  }

  .page-home .ph-cover__index {
    max-width: 360px;
  }

  .page-home .ph-cover__strip-inner {
    flex-wrap: nowrap;
  }

  .page-home .ph-cover__strip-list {
    gap: 40px;
  }

  .page-home .ph-focus .container,
  .page-home .ph-v3 .container,
  .page-home .ph-why .container,
  .page-home .ph-guarantee .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-home .ph-focus__grid {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 44px;
    align-items: center;
  }

  .page-home .ph-focus__steps {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .ph-v3__header {
    grid-template-columns: 7fr 5fr;
    align-items: center;
    gap: 40px;
  }

  .page-home .ph-v3__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .page-home .ph-v3__card {
    flex-direction: column;
    align-items: flex-start;
    border-left: 0;
    border-top: 3px solid transparent;
    padding: 20px;
  }

  .page-home .ph-v3__card:hover {
    transform: translateY(-6px);
    border-left-color: transparent;
    border-top-color: var(--orange);
  }

  .page-home .ph-v3__card-status {
    align-self: flex-start;
  }

  .page-home .ph-why__head {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }

  .page-home .ph-why__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .page-home .ph-why__item {
    flex-direction: column;
    padding: 28px 22px;
  }

  .page-home .ph-guarantee__grid {
    grid-template-columns: 5fr 7fr;
    gap: 48px;
    align-items: center;
  }

  .page-home .ph-guarantee__timeline {
    gap: 10px;
  }
}
