:root {
  --hf-ink: #171b1a;
  --hf-muted: #66706e;
  --hf-cyan: #16ced4;
  --hf-cyan-dark: #087f83;
  --hf-cyan-soft: #dff8f7;
  --hf-yellow: #ffd847;
  --hf-warm: #f1ede4;
  --hf-white: #ffffff;
  --hf-gold: #d3b778;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 76px; }

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--hf-ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

a { color: inherit; text-decoration: none; }

#hachong-friendly-platform { color: var(--hf-ink); background: #fff; }
#hachong-friendly-platform * { box-sizing: border-box; }

#hachong-friendly-platform .hf-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 0 clamp(22px, 5vw, 64px);
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid #edf0ef;
}

#hachong-friendly-platform .hf-brand {
  min-width: 190px;
  display: flex;
  align-items: center;
  gap: 11px;
}

#hachong-friendly-platform .hf-logo {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 13px;
  background: var(--hf-yellow);
  box-shadow: 0 7px 16px rgba(255, 216, 71, .18);
}

#hachong-friendly-platform .hf-logo img { width: 48px; height: 48px; object-fit: contain; }
#hachong-friendly-platform .hf-brand-copy strong,
#hachong-friendly-platform .hf-brand-copy span { display: block; }
#hachong-friendly-platform .hf-brand-copy strong { font-size: 16px; font-weight: 760; letter-spacing: .07em; }
#hachong-friendly-platform .hf-brand-copy span { margin-top: 2px; color: #9aa19f; font-size: 7px; letter-spacing: .19em; }

#hachong-friendly-platform .hf-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 35px);
  color: #747c7a;
  font-size: 11px;
}

#hachong-friendly-platform .hf-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

#hachong-friendly-platform .hf-nav a:first-child { color: #171b1a; font-weight: 650; }
#hachong-friendly-platform .hf-nav a:hover,
#hachong-friendly-platform .hf-nav a:focus-visible { color: var(--hf-cyan-dark); }

#hachong-friendly-platform .hf-enter {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 10px 17px;
  border-radius: 999px;
  color: #083e40;
  background: var(--hf-cyan);
  font-size: 10px;
  font-weight: 760;
}

#hachong-friendly-platform .hf-hero {
  position: relative;
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(380px, 1.08fr);
  align-items: center;
  gap: 30px;
  overflow: hidden;
  padding: 58px clamp(24px, 6vw, 76px) 62px;
  background:
    radial-gradient(circle at 3% 18%, rgba(255, 216, 71, .1), transparent 17%),
    linear-gradient(135deg, #fff 0%, #fbfaf6 58%, #f7f4ec 100%);
}

#hachong-friendly-platform .hf-copy { position: relative; z-index: 3; max-width: 530px; }
#hachong-friendly-platform .hf-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: var(--hf-cyan-dark);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .15em;
}

#hachong-friendly-platform .hf-kicker::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 99px;
  background: var(--hf-cyan);
}

#hachong-friendly-platform .hf-hero h1 {
  margin: 0;
  color: #171b1a;
  font-size: clamp(46px, 6vw, 72px);
  font-weight: 740;
  line-height: 1.11;
  letter-spacing: -.065em;
  text-wrap: balance;
}

#hachong-friendly-platform .hf-hero h1 em { position: relative; color: var(--hf-cyan-dark); font-style: normal; white-space: nowrap; }
#hachong-friendly-platform .hf-hero h1 em::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -2%;
  bottom: 4px;
  left: 2%;
  height: 12px;
  border-radius: 99px;
  background: rgba(22, 206, 212, .18);
  transform: rotate(-1.5deg);
}

#hachong-friendly-platform .hf-lead { max-width: 500px; margin: 9px 0 0; color: #66706e; font-size: 13px; line-height: 1.9; }
#hachong-friendly-platform .hf-tech-statement { margin: 22px 0 0; color: #27302f; font-size: 15px; font-weight: 720; letter-spacing: -.01em; }

#hachong-friendly-platform .hf-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
#hachong-friendly-platform .hf-primary,
#hachong-friendly-platform .hf-secondary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

#hachong-friendly-platform .hf-primary { color: #073b3d; background: var(--hf-cyan); box-shadow: 0 12px 28px rgba(22, 206, 212, .21); }
#hachong-friendly-platform .hf-secondary { color: #434b49; border: 1px solid #d9dfdd; background: rgba(255, 255, 255, .78); }

#hachong-friendly-platform .hf-trust { display: flex; flex-wrap: wrap; gap: 10px 19px; margin-top: 31px; color: #858d8b; font-size: 9px; }
#hachong-friendly-platform .hf-trust span { display: inline-flex; align-items: center; gap: 7px; }
#hachong-friendly-platform .hf-trust span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--hf-cyan); }

#hachong-friendly-platform .hf-art { position: relative; width: min(100%, 500px); aspect-ratio: 1; justify-self: end; }
#hachong-friendly-platform .hf-yellow-sun { position: absolute; top: 3%; right: 3%; width: 28%; aspect-ratio: 1; border-radius: 50%; background: var(--hf-yellow); box-shadow: 0 24px 45px rgba(255, 216, 71, .18); }
#hachong-friendly-platform .hf-orbit { position: absolute; inset: 7% 2% 4% 5%; border: 1px solid rgba(8, 127, 131, .26); border-radius: 48% 52% 46% 54% / 54% 46% 54% 46%; transform: rotate(8deg); }
#hachong-friendly-platform .hf-orbit::before,
#hachong-friendly-platform .hf-orbit::after { content: ""; position: absolute; border-radius: 50%; }
#hachong-friendly-platform .hf-orbit::before { top: 7%; left: 8%; width: 9px; height: 9px; background: var(--hf-cyan); box-shadow: 0 0 0 7px rgba(22, 206, 212, .12); }
#hachong-friendly-platform .hf-orbit::after { right: 6%; bottom: 13%; width: 7px; height: 7px; background: var(--hf-yellow); }

#hachong-friendly-platform .hf-blob {
  position: absolute;
  inset: 13% 7% 8% 9%;
  overflow: hidden;
  border-radius: 44% 56% 50% 50% / 47% 42% 58% 53%;
  background: radial-gradient(circle at 74% 20%, rgba(255, 255, 255, .46), transparent 24%), linear-gradient(145deg, #69e5e5, #15cbd1 65%, #0eb4ba);
  box-shadow: 0 30px 60px rgba(12, 139, 144, .18);
}

#hachong-friendly-platform .hf-blob::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(255, 255, 255, .6) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .45) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(135deg, #000, transparent 72%);
}

#hachong-friendly-platform .hf-mascot-card {
  position: absolute;
  z-index: 3;
  top: 51%;
  left: 50%;
  width: 55%;
  aspect-ratio: .92;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 34px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 25px 55px rgba(7, 99, 102, .18);
  backdrop-filter: blur(12px);
  transform: translate(-50%, -50%) rotate(-3deg);
}

#hachong-friendly-platform .hf-mascot-card img { width: 110%; height: 110%; object-fit: contain; }

#hachong-friendly-platform .hf-tech-card {
  position: absolute;
  z-index: 5;
  padding: 12px 14px;
  border: 1px solid rgba(30, 61, 60, .08);
  border-radius: 17px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 16px 34px rgba(29, 66, 64, .13);
  backdrop-filter: blur(12px);
}

#hachong-friendly-platform .hf-tech-card span,
#hachong-friendly-platform .hf-tech-card b,
#hachong-friendly-platform .hf-tech-card small { display: block; }
#hachong-friendly-platform .hf-tech-card span { color: var(--hf-cyan-dark); font-size: 7px; font-weight: 760; letter-spacing: .12em; }
#hachong-friendly-platform .hf-tech-card b { margin-top: 5px; color: #26302e; font-size: 11px; }
#hachong-friendly-platform .hf-tech-card small { margin-top: 3px; color: #89918f; font-size: 7px; }
#hachong-friendly-platform .hf-passport-card { top: 16%; left: 0; display: flex; align-items: center; gap: 10px; transform: rotate(-4deg); }
#hachong-friendly-platform .hf-passport-photo { width: 76px; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 22%; border: 4px solid #fff; border-radius: 16px; }
#hachong-friendly-platform .hf-receipt-card { bottom: 10%; left: 3%; transform: rotate(3deg); }
#hachong-friendly-platform .hf-health-card { top: 45%; right: 0; transform: rotate(4deg); }
#hachong-friendly-platform .hf-mini-services { position: absolute; z-index: 4; bottom: 3%; left: 50%; display: flex; gap: 6px; transform: translateX(-50%); }
#hachong-friendly-platform .hf-mini-services span { padding: 7px 9px; border-radius: 999px; color: #3c4d4b; background: rgba(255, 255, 255, .94); box-shadow: 0 8px 18px rgba(29, 66, 64, .08); font-size: 7px; white-space: nowrap; }

#hachong-friendly-platform .hf-ecosystem { padding: 78px clamp(24px, 6vw, 76px) 72px; background: #fff; }
#hachong-friendly-platform .hf-section-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr); gap: 54px; align-items: end; }
#hachong-friendly-platform .hf-section-label { color: var(--hf-cyan-dark); font-size: 9px; font-weight: 760; letter-spacing: .17em; }
#hachong-friendly-platform .hf-section-head h2 { margin: 11px 0 0; color: #171b1a; font-size: clamp(36px, 5vw, 58px); font-weight: 750; line-height: 1.08; letter-spacing: -.065em; }
#hachong-friendly-platform .hf-section-head p { margin: 0; color: #69716f; font-size: 12px; line-height: 1.85; }

#hachong-friendly-platform .hf-journey { margin-top: 45px; border-top: 1px solid #ccd4d1; }
#hachong-friendly-platform .hf-audience-mark { display: flex; align-items: center; gap: 18px; padding-top: 24px; color: #7a8582; font-size: 8px; letter-spacing: .16em; }
#hachong-friendly-platform .hf-audience-mark strong { color: var(--hf-cyan-dark); font-size: 11px; letter-spacing: .12em; }
#hachong-friendly-platform .hf-foundation { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 1px solid #ccd4d1; }
#hachong-friendly-platform .hf-foundation-item { min-height: 210px; display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: 22px; align-items: end; padding: 32px 34px 30px 0; }
#hachong-friendly-platform .hf-foundation-item + .hf-foundation-item { padding-left: 34px; border-left: 1px solid #ccd4d1; }
#hachong-friendly-platform .hf-path-number { align-self: start; color: var(--hf-cyan-dark); font-family: Georgia, "Times New Roman", serif; font-size: 48px; font-weight: 400; line-height: .9; letter-spacing: -.05em; }
#hachong-friendly-platform .hf-path-copy span,
#hachong-friendly-platform .hf-path-copy strong,
#hachong-friendly-platform .hf-path-copy small { display: block; }
#hachong-friendly-platform .hf-path-copy span { color: #8a9491; font-size: 8px; font-weight: 700; letter-spacing: .15em; }
#hachong-friendly-platform .hf-path-copy strong { margin-top: 14px; color: #19201f; font-size: 23px; font-weight: 720; letter-spacing: -.025em; }
#hachong-friendly-platform .hf-path-copy small { max-width: 310px; margin-top: 9px; color: #757e7c; font-size: 12px; line-height: 1.75; }
#hachong-friendly-platform .hf-journey-bridge { height: 84px; display: flex; align-items: center; gap: 16px; color: #68716f; font-size: 12px; letter-spacing: .08em; }
#hachong-friendly-platform .hf-journey-bridge::before { content: ""; width: 42px; height: 1px; background: var(--hf-cyan); }
#hachong-friendly-platform .hf-journey-bridge strong { color: #15201f; font-size: 11px; letter-spacing: .1em; }

#hachong-friendly-platform .hf-curated-band { padding: 40px 0 0; background: transparent; }
#hachong-friendly-platform .hf-curated-head { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr); gap: 40px; align-items: end; padding-bottom: 35px; }
#hachong-friendly-platform .hf-curated-kicker { color: var(--hf-cyan-dark); font-size: 8px; font-weight: 760; letter-spacing: .19em; }
#hachong-friendly-platform .hf-curated-head h3 { margin: 10px 0 0; color: #143b3c; font-family: "Songti SC", "STSong", serif; font-size: clamp(40px, 6vw, 68px); font-weight: 500; line-height: 1; letter-spacing: .03em; }
#hachong-friendly-platform .hf-curated-head p { margin: 0; color: #4f7776; font-size: 12px; line-height: 1.85; }
#hachong-friendly-platform .hf-curated-list { display: grid; grid-template-columns: 1fr; border-top: 1px solid rgba(20, 59, 60, .25); }
#hachong-friendly-platform .hf-curated-item { min-height: 116px; display: grid; grid-template-columns: 58px 170px minmax(0, 1fr); align-items: center; gap: 18px; border-bottom: 1px solid rgba(20, 59, 60, .19); }
#hachong-friendly-platform .hf-curated-item:last-child { border-bottom: 0; }
#hachong-friendly-platform .hf-curated-item span,
#hachong-friendly-platform .hf-curated-item strong,
#hachong-friendly-platform .hf-curated-item small { display: block; }
#hachong-friendly-platform .hf-curated-item span { color: #168f93; font-family: Georgia, "Times New Roman", serif; font-size: 15px; letter-spacing: .05em; }
#hachong-friendly-platform .hf-curated-item strong { color: #163a3a; font-size: 17px; font-weight: 720; letter-spacing: -.015em; }
#hachong-friendly-platform .hf-curated-item small { color: #547c7b; font-size: 12px; line-height: 1.75; }

#hachong-friendly-platform .hf-editorial { padding: 76px clamp(24px, 6vw, 76px) 70px; color: #f1ede4; background: #181a19; }
#hachong-friendly-platform .hf-editorial-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 16px; border-bottom: 1px solid rgba(211, 183, 120, .28); color: rgba(241, 237, 228, .62); font-size: 8px; font-weight: 650; letter-spacing: .19em; }
#hachong-friendly-platform .hf-editorial-topline span:first-child { color: var(--hf-gold); }
#hachong-friendly-platform .hf-editorial-hero { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(310px, .72fr); gap: 0; padding: 28px 0 34px; border-bottom: 1px solid rgba(211, 183, 120, .28); }
#hachong-friendly-platform .hf-editorial-photo { position: relative; min-height: 570px; overflow: hidden; margin: 0; background: #171714; }
#hachong-friendly-platform .hf-editorial-photo img { width: 100%; height: 100%; object-fit: contain; background: #171714; }
#hachong-friendly-platform .hf-photo-caption { position: absolute; z-index: 2; bottom: 16px; left: 18px; padding: 7px 9px; color: rgba(255, 255, 255, .9); background: rgba(20, 22, 21, .58); font-size: 7px; letter-spacing: .08em; backdrop-filter: blur(8px); }
#hachong-friendly-platform .hf-editorial-copy { display: flex; flex-direction: column; justify-content: space-between; padding: 12px 0 4px clamp(28px, 4vw, 54px); }
#hachong-friendly-platform .hf-editorial-copy .hf-kicker { color: var(--hf-gold); }
#hachong-friendly-platform .hf-editorial-copy .hf-kicker::before { background: var(--hf-gold); }
#hachong-friendly-platform .hf-editorial-copy h2 { margin: 15px 0 0; color: #f1ede4; font-family: "Songti SC", "STSong", "Noto Serif SC", serif; font-size: clamp(54px, 8vw, 92px); font-weight: 500; line-height: .98; letter-spacing: .015em; }
#hachong-friendly-platform .hf-editorial-lead { margin: 22px 0 0; color: rgba(241, 237, 228, .72); font-family: "Songti SC", "STSong", serif; font-size: 18px; line-height: 1.65; }
#hachong-friendly-platform .hf-proof-lines { margin-top: 42px; border-top: 1px solid rgba(211, 183, 120, .32); }
#hachong-friendly-platform .hf-proof-line { display: grid; grid-template-columns: 86px 1fr; gap: 15px; padding: 17px 0; border-bottom: 1px solid rgba(211, 183, 120, .22); }
#hachong-friendly-platform .hf-proof-line strong { color: #f1ede4; font-family: "Songti SC", "STSong", serif; font-size: 13px; font-weight: 600; }
#hachong-friendly-platform .hf-proof-line span { color: rgba(241, 237, 228, .58); font-size: 12px; line-height: 1.75; letter-spacing: .03em; }

#hachong-friendly-platform .hf-editorial-index { display: grid; grid-template-columns: 1fr 1fr; color: #f7f1e5; background: #181a19; }
#hachong-friendly-platform .hf-index-item { min-height: 210px; padding: 31px 34px; border-right: 1px solid rgba(247, 241, 229, .16); }
#hachong-friendly-platform .hf-index-item:last-child { border-right: 0; }
#hachong-friendly-platform .hf-index-number { color: var(--hf-gold); font-size: 8px; font-weight: 700; letter-spacing: .2em; }
#hachong-friendly-platform .hf-index-item h3 { margin: 40px 0 0; color: #fbf5e9; font-family: "Songti SC", "STSong", serif; font-size: 30px; font-weight: 500; letter-spacing: .04em; }
#hachong-friendly-platform .hf-index-item p { max-width: 360px; margin: 10px 0 0; color: rgba(247, 241, 229, .48); font-size: 12px; line-height: 1.75; }
#hachong-friendly-platform .hf-editorial-services { display: grid; grid-template-columns: repeat(3, 1fr); padding: 38px 0 34px; border-bottom: 1px solid rgba(211, 183, 120, .28); }
#hachong-friendly-platform .hf-service-entry { min-height: 135px; padding: 0 30px; border-right: 1px solid rgba(211, 183, 120, .28); }
#hachong-friendly-platform .hf-service-entry:first-child { padding-left: 0; }
#hachong-friendly-platform .hf-service-entry:last-child { padding-right: 0; border-right: 0; }
#hachong-friendly-platform .hf-service-number { color: var(--hf-gold); font-size: 8px; font-weight: 700; letter-spacing: .18em; }
#hachong-friendly-platform .hf-service-entry h3 { margin: 25px 0 0; color: #f1ede4; font-family: "Songti SC", "STSong", serif; font-size: 24px; font-weight: 500; letter-spacing: .04em; }
#hachong-friendly-platform .hf-service-entry p { margin: 9px 0 0; color: rgba(241, 237, 228, .55); font-size: 12px; line-height: 1.75; }
#hachong-friendly-platform .hf-editorial-note { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 18px; color: rgba(241, 237, 228, .54); font-size: 12px; letter-spacing: .08em; }
#hachong-friendly-platform .hf-editorial-note strong { color: var(--hf-gold); font-weight: 700; }
#hachong-friendly-platform .hf-editorial-disclaimer { margin: 0; }

#hachong-friendly-platform .hf-footer { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px clamp(24px, 6vw, 76px); color: #8b9290; background: #fff; border-top: 1px solid #e8ecea; font-size: 8px; letter-spacing: .05em; }
#hachong-friendly-platform .hf-footer strong,
#hachong-friendly-platform .hf-footer span { display: block; }
#hachong-friendly-platform .hf-footer strong { color: #3a4240; font-size: 11px; letter-spacing: .08em; }
#hachong-friendly-platform .hf-footer span { margin-top: 3px; }
#hachong-friendly-platform .hf-footer p { margin: 0; }
#hachong-friendly-platform .hf-footer a:hover,
#hachong-friendly-platform .hf-footer a:focus-visible { color: var(--hf-cyan-dark); }

@media (max-width: 900px) {
  #hachong-friendly-platform .hf-header { flex-wrap: wrap; justify-content: space-between; gap: 0 26px; padding-top: 8px; }
  #hachong-friendly-platform .hf-nav { order: 3; flex: 0 0 100%; justify-content: flex-start; gap: 0; overflow-x: auto; scrollbar-width: none; }
  #hachong-friendly-platform .hf-nav::-webkit-scrollbar { display: none; }
  #hachong-friendly-platform .hf-nav a { flex: 1 1 25%; min-width: 0; justify-content: center; white-space: nowrap; }
  #hachong-friendly-platform .hf-hero { grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr); padding-inline: 34px; }
  #hachong-friendly-platform .hf-section-head { grid-template-columns: 1fr; gap: 24px; }
  #hachong-friendly-platform .hf-editorial-hero { grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); }
  #hachong-friendly-platform .hf-editorial-photo { min-height: 500px; }
}

@media (max-width: 680px) {
  #hachong-friendly-platform .hf-header { min-height: 68px; padding-inline: 17px; }
  #hachong-friendly-platform .hf-brand { min-width: 0; }
  #hachong-friendly-platform .hf-brand-copy span { display: none; }
  #hachong-friendly-platform .hf-hero { grid-template-columns: 1fr; gap: 38px; padding: 54px 20px 46px; }
  #hachong-friendly-platform .hf-hero h1 { font-size: 45px; }
  #hachong-friendly-platform .hf-art { justify-self: center; }
  #hachong-friendly-platform .hf-tech-card { padding: 9px 10px; }
  #hachong-friendly-platform .hf-tech-card small { display: none; }
  #hachong-friendly-platform .hf-mini-services span { padding-inline: 7px; }
  #hachong-friendly-platform .hf-ecosystem { padding: 60px 20px 54px; }
  #hachong-friendly-platform .hf-section-head { gap: 18px; }
  #hachong-friendly-platform .hf-foundation { grid-template-columns: 1fr; }
  #hachong-friendly-platform .hf-foundation-item,
  #hachong-friendly-platform .hf-foundation-item + .hf-foundation-item { min-height: 180px; padding: 27px 0; border-left: 0; }
  #hachong-friendly-platform .hf-foundation-item + .hf-foundation-item { border-top: 1px solid #ccd4d1; }
  #hachong-friendly-platform .hf-curated-band { padding: 34px 0 0; }
  #hachong-friendly-platform .hf-curated-head { grid-template-columns: 1fr; gap: 16px; }
  #hachong-friendly-platform .hf-curated-item { min-height: 140px; grid-template-columns: 42px minmax(0, 1fr); gap: 12px; padding: 22px 0; }
  #hachong-friendly-platform .hf-curated-item small { grid-column: 2; margin-top: -9px; }
  #hachong-friendly-platform .hf-editorial { padding: 58px 20px 50px; }
  #hachong-friendly-platform .hf-editorial-hero { grid-template-columns: 1fr; }
  #hachong-friendly-platform .hf-editorial-copy { padding: 35px 0 5px; }
  #hachong-friendly-platform .hf-editorial-index { grid-template-columns: 1fr; }
  #hachong-friendly-platform .hf-index-item { border-right: 0; border-bottom: 1px solid rgba(247, 241, 229, .16); }
  #hachong-friendly-platform .hf-editorial-services { grid-template-columns: 1fr; }
  #hachong-friendly-platform .hf-service-entry,
  #hachong-friendly-platform .hf-service-entry:first-child,
  #hachong-friendly-platform .hf-service-entry:last-child { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(211, 183, 120, .28); }
  #hachong-friendly-platform .hf-service-entry:last-child { border-bottom: 0; }
  #hachong-friendly-platform .hf-editorial-note,
  #hachong-friendly-platform .hf-footer { align-items: flex-start; flex-direction: column; }
}
