/* 億媒匯香港站：独立视觉层（覆盖主站冲突样式） */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700&family=Noto+Serif+TC:wght@600;700&display=swap');

:root {
  --hk-red: #c8102e;
  --hk-red-deep: #8f0b20;
  --hk-gold: #d4b06a;
  --hk-harbour: #062a33;
  --hk-harbour-mid: #0e4d5c;
  --hk-mist: #e7f1f3;
  --hk-ink: #101820;
  --hk-paper: #f4f1eb;
}

html[lang="zh-HK"] body.region-hk,
body.region-hk {
  --accent: var(--hk-red);
  --brand: var(--hk-red);
  font-family: "Noto Sans TC", "PingFang HK", "Helvetica Neue", sans-serif;
  color: var(--hk-ink);
  background: var(--hk-paper);
}

body.region-hk h1,
body.region-hk h2,
body.region-hk h3,
body.region-hk .hk-hero__title {
  font-family: "Noto Serif TC", "Noto Sans TC", serif;
}

/* ===== 顶栏：港式深色；Logo 与主站一致，不加白底托盘 ===== */
body.region-hk .site-header {
  background: rgba(6, 42, 51, 0.96) !important;
  border-bottom: 1px solid rgba(212, 176, 106, 0.22) !important;
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 50;
}
body.region-hk .site-header .container {
  display: flex;
  align-items: center;
  gap: 18px;
}
body.region-hk .site-header .logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  background: transparent;
  border-radius: 0;
  padding: 0;
  line-height: 0;
  box-shadow: none;
}
body.region-hk .site-header .logo img,
body.region-hk .site-header .logo .logo-full {
  height: 36px !important;
  width: auto !important;
  max-width: 190px;
  object-fit: contain;
  filter: none !important;
  opacity: 1 !important;
  display: block !important;
}
body.region-hk .site-header .main-nav > a,
body.region-hk .site-header .nav-item > a,
body.region-hk .site-header .header-actions a:not(.btn) {
  color: rgba(247, 244, 239, 0.9) !important;
}
body.region-hk .site-header .main-nav > a.active,
body.region-hk .site-header .nav-item.active > a {
  color: var(--hk-gold) !important;
}
/* 招募通告：深色顶栏下不能继承浅色字，否则白底看不清 */
body.region-hk .site-header .main-nav > a.nav-recruit {
  color: #8f0b20 !important;
  background: #fff !important;
  border: 1px solid rgba(200, 16, 46, 0.28) !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
}
body.region-hk .site-header .main-nav > a.nav-recruit span {
  color: #fff !important;
  background: var(--hk-red) !important;
}
body.region-hk .site-header .main-nav > a.nav-recruit:hover {
  color: #fff !important;
  background: linear-gradient(135deg, var(--hk-red), var(--hk-red-deep)) !important;
  border-color: transparent !important;
}
body.region-hk .site-header .btn-outline {
  border-color: rgba(212, 176, 106, 0.55) !important;
  color: #f7f4ef !important;
  background: transparent !important;
}
body.region-hk .site-header .btn-primary {
  background: linear-gradient(135deg, var(--hk-red), var(--hk-red-deep)) !important;
  border: none !important;
  color: #fff !important;
}
body.region-hk .mega {
  border-top: 2px solid var(--hk-gold) !important;
  background: #fff !important;
  color: var(--hk-ink) !important;
  box-shadow: 0 18px 50px rgba(6, 42, 51, 0.22);
}
body.region-hk .mega a,
body.region-hk .mega b,
body.region-hk .mega small,
body.region-hk .mega .m-name,
body.region-hk .mega .m-desc,
body.region-hk .mega-group-title {
  color: var(--hk-ink) !important;
}

/* ===== 香港首页 ===== */
.hk-hero {
  position: relative;
  min-height: min(88vh, 760px);
  overflow: hidden;
  color: #f7f4ef;
  background: #041820;
}
.hk-hero__sky {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 420px at 18% 10%, rgba(200, 16, 46, 0.35), transparent 60%),
    radial-gradient(800px 480px at 88% 0%, rgba(14, 77, 92, 0.55), transparent 55%),
    linear-gradient(180deg, #062a33 0%, #041820 48%, #020d12 100%);
}
.hk-hero__harbour {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 42%;
  background:
    repeating-linear-gradient(90deg, rgba(212,176,106,0.08) 0 2px, transparent 2px 48px),
    linear-gradient(180deg, transparent, rgba(0,0,0,0.45));
  mask-image: linear-gradient(180deg, transparent, #000 35%);
}
.hk-hero__stage {
  position: relative;
  z-index: 1;
  padding: 12vh 0 8vh;
  max-width: 920px;
}
.hk-hero__kicker {
  margin: 0 0 16px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hk-gold);
  font-weight: 600;
}
.hk-hero__title {
  margin: 0 0 18px;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.18;
  font-weight: 700;
}
.hk-hero__title em {
  font-style: normal;
  color: var(--hk-gold);
}
.hk-hero__lead {
  margin: 0 0 28px;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(247, 244, 239, 0.82);
}
.hk-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}
.hk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.hk-btn:hover { transform: translateY(-1px); }
.hk-btn--primary {
  background: linear-gradient(135deg, var(--hk-red), var(--hk-red-deep));
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(200, 16, 46, 0.28);
}
.hk-btn--ghost {
  border: 1px solid rgba(212, 176, 106, 0.55);
  color: #f7f4ef !important;
  background: rgba(255,255,255,0.04);
}
.hk-hero__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 560px;
}
.hk-hero__stats li {
  padding: 14px 0 0;
  border-top: 1px solid rgba(212, 176, 106, 0.28);
}
.hk-hero__stats b {
  display: block;
  font-size: 26px;
  color: #fff;
}
.hk-hero__stats span {
  font-size: 12px;
  color: rgba(247, 244, 239, 0.62);
}

.hk-section {
  padding: 88px 0;
}
.hk-section--why { background: #fff; }
.hk-section--platforms { background: linear-gradient(180deg, #f7f4ef 0%, #eef3f5 100%); }
.hk-section--flow { background: #fff; }
.hk-section--routes { background: linear-gradient(180deg, #eef3f5, #f7f4ef); }
.hk-section--creators { background: #fff; }
.hk-section--cta { background: #062a33; color: #f7f4ef; padding: 72px 0; }
.hk-plat-blocks {
  display: grid;
  gap: 28px;
}
.hk-plat-block h3 {
  margin: 0 0 16px;
  font-size: 20px;
  color: var(--hk-harbour);
}
.hk-plat-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.hk-plat-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(6, 42, 51, 0.08);
  transition: border-color .18s ease, transform .18s ease;
}
.hk-plat-list a:hover {
  border-color: var(--hk-gold);
  transform: translateY(-1px);
}
.hk-plat-list img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.hk-plat-list span { font-weight: 600; font-size: 14px; }
.hk-section__more { margin-top: 28px; }
.hk-flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.hk-flow li {
  padding: 24px 20px;
  background: var(--hk-paper);
  border-top: 3px solid var(--hk-red);
}
.hk-flow span {
  display: block;
  color: var(--hk-gold);
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.hk-flow strong {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
}
.hk-flow small {
  color: #667681;
  line-height: 1.6;
}
.hk-section__head { max-width: 720px; margin-bottom: 36px; }
.hk-section__head--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  max-width: none;
}
.hk-section__head h2 {
  margin: 8px 0 12px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.25;
}
.hk-section__head p { margin: 0; color: #51606a; line-height: 1.7; }
.hk-eyebrow {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--hk-red);
  font-weight: 700;
}
.hk-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.hk-pillars article {
  padding: 28px 24px;
  background: var(--hk-paper);
  border-left: 3px solid var(--hk-red);
}
.hk-pillars h3 { margin: 0 0 10px; font-size: 22px; }
.hk-pillars p { margin: 0; color: #51606a; line-height: 1.7; }
.hk-routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.hk-routes a {
  display: block;
  padding: 28px 24px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(6, 42, 51, 0.08);
  transition: border-color .18s ease, transform .18s ease;
}
.hk-routes a:hover {
  border-color: var(--hk-gold);
  transform: translateY(-2px);
}
.hk-routes span {
  display: block;
  color: var(--hk-gold);
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.hk-routes strong {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}
.hk-routes small { color: #667681; }
.hk-creator-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.hk-creator {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  text-decoration: none;
  color: inherit;
  background: var(--hk-paper);
  border: 1px solid transparent;
}
.hk-creator:hover { border-color: rgba(200, 16, 46, 0.25); }
.hk-creator img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  background: #ddd;
}
.hk-creator b { display: block; }
.hk-creator small { color: #667681; }
.hk-link {
  color: var(--hk-red);
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}
.hk-cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.hk-cta-band h2 { margin: 0 0 10px; font-size: clamp(26px, 3.5vw, 36px); }
.hk-cta-band p { margin: 0; color: rgba(247,244,239,0.75); max-width: 520px; }

body.region-hk .site-footer {
  background: linear-gradient(160deg, #041c24 0%, #0a303b 55%, #3a0a14 100%) !important;
  color: rgba(247, 244, 239, 0.88) !important;
}
body.region-hk .site-footer a,
body.region-hk .site-footer h4,
body.region-hk .footer-brand .logo {
  color: #f7f4ef !important;
}
body.region-hk .site-footer a:hover { color: var(--hk-gold) !important; }
body.region-hk .footer-bottom {
  border-top-color: rgba(212, 176, 106, 0.25) !important;
  color: rgba(247, 244, 239, 0.62) !important;
}

/* 内页公共区也带一点港站气质，不只首页 */
body.region-hk .page-hero,
body.region-hk .section-head h1,
body.region-hk .section-head h2 {
  font-family: "Noto Serif TC", "Noto Sans TC", serif;
}
body.region-hk .btn-primary,
body.region-hk a.btn-primary {
  background: linear-gradient(135deg, var(--hk-red), var(--hk-red-deep)) !important;
  border-color: transparent !important;
}
body.region-hk .m-topbar {
  background: rgba(6, 42, 51, 0.96) !important;
  color: #f7f4ef;
}
body.region-hk .m-topbar .logo,
body.region-hk .m-topbar img[alt] {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

@media (max-width: 900px) {
  .hk-pillars,
  .hk-routes,
  .hk-creator-grid,
  .hk-flow { grid-template-columns: 1fr; }
  .hk-plat-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hk-hero__stats { grid-template-columns: 1fr; max-width: 280px; }
  .hk-section__head--row,
  .hk-cta-band { flex-direction: column; align-items: flex-start; }
  .hk-hero__stage { padding-top: 8vh; }
}
