/* Homepage visual system: one narrative from proposition to proof. */
html body main #landing .zf-home-capability-spectrum {
  width: min(1704px, calc(100vw - 72px));
  max-width: min(1704px, calc(100vw - 72px));
  margin: 0 auto;
  padding: clamp(34px, 3vw, 52px);
  box-sizing: border-box;
  border: 1px solid rgba(20, 35, 54, 0.1);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 0%, rgba(69, 92, 255, 0.12), transparent 31%),
    radial-gradient(circle at 4% 100%, rgba(0, 202, 214, 0.12), transparent 28%),
    #f6f7fb;
  box-shadow: 0 30px 90px rgba(21, 37, 62, 0.09);
}

html body main #landing .zf-home-capability-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  justify-content: space-between;
  align-items: end;
  gap: 48px;
  margin-bottom: clamp(28px, 2.6vw, 42px);
}

html body main #landing .zf-home-capability-kicker {
  margin: 0 0 12px;
  color: #4a55de;
  font: 650 12px/1.2 "SF Pro Display", "PingFang SC", sans-serif;
  letter-spacing: 0.18em;
}

html body main #landing .zf-home-capability-head h2 {
  margin: 0;
  color: #111a2d;
  font: 560 clamp(34px, 3.4vw, 58px)/1.05 "SF Pro Display", "PingFang SC", sans-serif;
  letter-spacing: -0.055em;
}

html body main #landing .zf-home-capability-head > p {
  max-width: 620px;
  margin: 0 0 4px;
  color: #536078;
  font: 400 clamp(15px, 1.08vw, 18px)/1.8 "SF Pro Text", "PingFang SC", sans-serif;
}

html body main #landing .zf-home-capability-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

html body main #landing .zf-home-capability-card {
  --card-bg: #17233e;
  --card-fg: #fff;
  --card-muted: rgba(255, 255, 255, 0.72);
  --card-line: rgba(255, 255, 255, 0.28);
  position: relative;
  display: grid;
  min-height: 250px;
  padding: 24px;
  box-sizing: border-box;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  color: var(--card-fg);
  background: var(--card-bg);
  text-decoration: none;
  isolation: isolate;
  transition: transform 280ms cubic-bezier(.2,.72,.25,1), box-shadow 280ms ease;
}

html body main #landing .zf-home-capability-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -18% -46% auto;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid var(--card-line);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px color-mix(in srgb, var(--card-line) 54%, transparent),
    0 0 0 72px color-mix(in srgb, var(--card-line) 30%, transparent);
  transition: transform 420ms cubic-bezier(.2,.72,.25,1);
}

html body main #landing .zf-home-capability-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.16), transparent 42%);
  pointer-events: none;
}

html body main #landing .zf-home-capability-card.is-air {
  grid-column: span 5;
  --card-bg: linear-gradient(135deg, #075aff 0%, #00a6ff 100%);
}

html body main #landing .zf-home-capability-card.is-five {
  grid-column: span 4;
  --card-bg: linear-gradient(135deg, #6647ff 0%, #a13dff 100%);
}

html body main #landing .zf-home-capability-card.is-basement {
  grid-column: span 3;
  --card-bg: linear-gradient(145deg, #082c43 0%, #096f83 100%);
}

html body main #landing .zf-home-capability-card.is-water {
  grid-column: span 3;
  --card-bg: linear-gradient(135deg, #00a5b8 0%, #30d1bf 100%);
}

html body main #landing .zf-home-capability-card.is-delivery {
  grid-column: span 5;
  --card-bg: linear-gradient(135deg, #ff5c31 0%, #ff9b2f 100%);
}

html body main #landing .zf-home-capability-card.is-lifecycle {
  grid-column: span 4;
  --card-bg: linear-gradient(135deg, #c9f14a 0%, #f4e94c 100%);
  --card-fg: #152218;
  --card-muted: rgba(21, 34, 24, 0.66);
  --card-line: rgba(21, 34, 24, 0.18);
}

html body main #landing .zf-home-capability-no {
  align-self: start;
  justify-self: start;
  padding: 7px 10px;
  border: 1px solid var(--card-line);
  border-radius: 999px;
  color: var(--card-muted);
  font: 650 11px/1 "SF Mono", "SF Pro Display", sans-serif;
  letter-spacing: 0.12em;
}

html body main #landing .zf-home-capability-symbol {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 66px;
  height: 66px;
  color: var(--card-fg);
  opacity: 0.88;
}

html body main #landing .zf-home-capability-symbol svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html body main #landing .zf-home-capability-copy {
  align-self: end;
  display: grid;
  gap: 5px;
  max-width: calc(100% - 48px);
}

html body main #landing .zf-home-capability-copy small {
  color: var(--card-muted);
  font: 650 10px/1.2 "SF Pro Display", sans-serif;
  letter-spacing: 0.16em;
}

html body main #landing .zf-home-capability-copy strong {
  color: var(--card-fg);
  font: 580 clamp(25px, 2.1vw, 36px)/1.1 "SF Pro Display", "PingFang SC", sans-serif;
  letter-spacing: -0.045em;
}

html body main #landing .zf-home-capability-copy > span {
  color: var(--card-muted);
  font: 420 clamp(13px, 0.96vw, 16px)/1.55 "SF Pro Text", "PingFang SC", sans-serif;
}

html body main #landing .zf-home-capability-arrow {
  position: absolute;
  right: 21px;
  bottom: 20px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--card-line);
  border-radius: 50%;
  color: var(--card-fg);
  font: 400 19px/1 sans-serif;
  transition: transform 260ms ease, background-color 260ms ease;
}

html body main #landing .zf-home-capability-live {
  position: absolute;
  top: 30px;
  right: 98px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #6330e5;
  background: rgba(255,255,255,.9);
  font: 650 11px/1 "PingFang SC", sans-serif;
  letter-spacing: .04em;
}

@media (hover: hover) {
  html body main #landing .zf-home-capability-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px color-mix(in srgb, var(--card-fg) 12%, rgba(14, 26, 44, .22));
  }

  html body main #landing .zf-home-capability-card:hover::before {
    transform: scale(1.12) translate(-5%, -5%);
  }

  html body main #landing .zf-home-capability-card:hover .zf-home-capability-arrow {
    transform: rotate(12deg) scale(1.08);
    background: color-mix(in srgb, var(--card-fg) 15%, transparent);
  }
}

@media (max-width: 1100px) {
  html body main #landing .zf-home-capability-spectrum {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    padding: 28px;
  }

  html body main #landing .zf-home-capability-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  html body main #landing .zf-home-capability-card {
    grid-column: span 6 !important;
  }
}

@media (max-width: 640px) {
  html body main #landing .zf-home-capability-spectrum {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    padding: 22px 14px 14px;
    border-radius: 24px;
  }

  html body main #landing .zf-home-capability-head {
    margin-bottom: 22px;
  }

  html body main #landing .zf-home-capability-head h2 {
    font-size: 34px;
  }

  html body main #landing .zf-home-capability-head > p {
    font-size: 14px;
    line-height: 1.7;
  }

  html body main #landing .zf-home-capability-grid {
    gap: 10px;
  }

  html body main #landing .zf-home-capability-card {
    grid-column: span 12 !important;
    min-height: 198px;
    padding: 20px;
    border-radius: 20px;
  }

  html body main #landing .zf-home-capability-symbol {
    width: 56px;
    height: 56px;
  }

  html body main #landing .zf-home-capability-live {
    right: 84px;
    top: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body main #landing .zf-home-capability-card,
  html body main #landing .zf-home-capability-card::before,
  html body main #landing .zf-home-capability-arrow {
    transition: none;
  }
}

/* --- Narrative bridge: the reason before the service map --- */
html body main #landing .zf-home-hero-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 10, 17, .76) 0%, rgba(5, 10, 17, .48) 36%, rgba(5, 10, 17, .07) 67%, rgba(5, 10, 17, .02)),
    linear-gradient(180deg, rgba(5, 10, 17, .08), transparent 52%, rgba(5, 10, 17, .35));
  pointer-events: none;
}

html body main #landing .zf-home-hero-copy {
  z-index: 2;
}

html body main #landing .zf-home-hero-kicker {
  color: #8be8ff;
  font-weight: 680;
  letter-spacing: .18em;
}

html body main #landing .zf-home-hero-title {
  max-width: min(760px, 54vw);
  font-size: clamp(50px, 5vw, 82px);
  line-height: 1.03;
  letter-spacing: -.065em;
}

html body main #landing .zf-home-hero-text {
  max-width: 610px;
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.75;
}

html body main #landing .zf-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

html body main #landing .zf-home-hero-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 19px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  color: #fff;
  background: rgba(8, 14, 24, .22);
  font: 560 13px/1.2 "SF Pro Text", "PingFang SC", sans-serif;
  text-decoration: none;
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, background-color 220ms ease;
}

html body main #landing .zf-home-hero-actions a.is-primary {
  border-color: #fff;
  color: #182033;
  background: #fff;
}

@media (hover: hover) {
  html body main #landing .zf-home-hero-actions a:hover {
    transform: translateY(-3px);
  }
}

html body main #landing .zf-home-system-reveal {
  position: relative;
  width: min(1704px, calc(100vw - 72px));
  height: clamp(610px, 49vw, 820px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 32px;
  background: #09101a;
  box-shadow: 0 38px 110px rgba(9, 18, 32, 0.2);
}

html body main #landing .zf-home-system-reveal-media,
html body main #landing .zf-home-system-reveal-media img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

html body main #landing .zf-home-system-reveal-media img {
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.005);
}

html body main #landing .zf-home-system-reveal-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 11, 18, 0.93) 0%, rgba(5, 11, 18, 0.75) 31%, rgba(5, 11, 18, 0.14) 65%, rgba(5, 11, 18, 0.08) 100%),
    linear-gradient(180deg, rgba(5, 11, 18, 0.12), transparent 48%, rgba(5, 11, 18, 0.78));
  pointer-events: none;
}

html body main #landing .zf-home-system-reveal-copy {
  position: absolute;
  top: clamp(56px, 6vw, 98px);
  left: clamp(42px, 6vw, 104px);
  width: min(610px, 43vw);
  color: #fff;
}

html body main #landing .zf-home-system-reveal-copy > p,
html body main .zf-home-story-kicker {
  margin: 0 0 16px;
  color: #65d8ff;
  font: 680 11px/1.2 "SF Pro Display", "PingFang SC", sans-serif;
  letter-spacing: 0.18em;
}

html body main #landing .zf-home-system-reveal-copy h2 {
  margin: 0;
  color: #fff;
  font: 560 clamp(45px, 5vw, 82px)/1.02 "SF Pro Display", "PingFang SC", sans-serif;
  letter-spacing: -0.065em;
}

html body main #landing .zf-home-system-reveal-copy > span {
  display: block;
  max-width: 540px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.72);
  font: 400 clamp(15px, 1.1vw, 18px)/1.8 "SF Pro Text", "PingFang SC", sans-serif;
}

html body main #landing .zf-home-system-reveal-logic {
  position: absolute;
  right: clamp(30px, 4vw, 68px);
  bottom: clamp(28px, 3vw, 52px);
  left: clamp(30px, 4vw, 68px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: rgba(7, 18, 30, 0.7);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(22px) saturate(1.2);
}

html body main #landing .zf-home-system-reveal-logic > div {
  display: grid;
  gap: 7px;
  min-height: 126px;
  padding: 24px 28px;
  align-content: center;
}

html body main #landing .zf-home-system-reveal-logic > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

html body main #landing .zf-home-system-reveal-logic small {
  color: #6ee8ff;
  font: 650 10px/1.2 "SF Pro Display", "PingFang SC", sans-serif;
  letter-spacing: 0.16em;
}

html body main #landing .zf-home-system-reveal-logic strong {
  color: #fff;
  font: 560 clamp(17px, 1.32vw, 22px)/1.3 "SF Pro Display", "PingFang SC", sans-serif;
}

html body main #landing .zf-home-system-reveal-logic span {
  color: rgba(255, 255, 255, 0.58);
  font: 400 13px/1.5 "SF Pro Text", "PingFang SC", sans-serif;
}

/* --- Homepage long-form story --- */
html body[data-page="home"] main > #home.zf-home-story,
html body[data-page="philosophy"] main > #home.zf-home-story {
  display: grid !important;
}

html body main .zf-home-story {
  display: grid;
  gap: clamp(70px, 8vw, 132px);
  width: min(1704px, calc(100vw - 72px));
  max-width: min(1704px, calc(100vw - 72px));
  margin: clamp(90px, 10vw, 164px) auto;
}

html body main .zf-home-story :is(figure, p, blockquote) {
  margin-top: 0;
}

html body main .zf-home-human {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  min-height: clamp(650px, 53vw, 860px);
  overflow: hidden;
  border-radius: 34px;
  background: #111a2a;
  box-shadow: 0 36px 100px rgba(17, 26, 42, 0.16);
}

html body main .zf-home-human-media {
  position: relative;
  min-width: 0;
  margin: 0;
}

html body main .zf-home-human-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 68%, #111a2a 100%);
  pointer-events: none;
}

html body main .zf-home-human-media img,
html body main .zf-home-delivery-media img,
html body main .zf-home-evidence-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body main .zf-home-human-copy {
  display: grid;
  align-content: center;
  padding: clamp(44px, 5vw, 82px);
  color: #fff;
}

html body main .zf-home-human-copy .zf-home-story-kicker {
  color: #c6ef46;
}

html body main .zf-home-human-copy h2,
html body main .zf-home-senses h2,
html body main .zf-home-delivery-copy h2,
html body main .zf-home-evidence h2,
html body main .zf-home-consult h2 {
  margin: 0;
  font: 560 clamp(38px, 4.1vw, 66px)/1.06 "SF Pro Display", "PingFang SC", sans-serif;
  letter-spacing: -0.06em;
}

html body main .zf-home-human-copy > p:not(.zf-home-story-kicker) {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font: 400 clamp(15px, 1.15vw, 18px)/1.85 "SF Pro Text", "PingFang SC", sans-serif;
}

html body main .zf-home-human-copy blockquote {
  margin: 30px 0 0;
  padding: 22px 0 22px 24px;
  border-left: 2px solid #c6ef46;
  color: #fff;
  font: 480 clamp(17px, 1.4vw, 22px)/1.65 "SF Pro Display", "PingFang SC", sans-serif;
}

html body main .zf-home-human-copy > a,
html body main .zf-home-delivery-copy > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  width: fit-content;
  margin-top: 34px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  font: 560 13px/1.2 "SF Pro Text", "PingFang SC", sans-serif;
  text-decoration: none;
  transition: transform 240ms ease, background-color 240ms ease;
}

html body main .zf-home-senses,
html body main .zf-home-evidence {
  padding: clamp(38px, 4.3vw, 70px);
  border: 1px solid rgba(18, 31, 54, 0.1);
  border-radius: 34px;
  background: #f4f6fb;
  box-shadow: 0 28px 90px rgba(24, 38, 65, 0.07);
}

html body main .zf-home-senses > header,
html body main .zf-home-evidence > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
  align-items: end;
  gap: clamp(36px, 6vw, 100px);
  margin-bottom: clamp(34px, 4vw, 62px);
}

html body main .zf-home-senses .zf-home-story-kicker {
  color: #6855ea;
}

html body main .zf-home-senses h2,
html body main .zf-home-evidence h2 {
  color: #121b2e;
}

html body main .zf-home-senses > header > p,
html body main .zf-home-evidence > header > p {
  margin: 0 0 5px;
  color: #59657b;
  font: 400 clamp(15px, 1.05vw, 18px)/1.8 "SF Pro Text", "PingFang SC", sans-serif;
}

html body main .zf-home-sense-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

html body main .zf-home-sense-card {
  --sense-bg: #2f62ff;
  --sense-fg: #fff;
  --sense-muted: rgba(255,255,255,.7);
  position: relative;
  display: grid;
  min-height: 310px;
  padding: 24px;
  align-content: end;
  overflow: hidden;
  border-radius: 24px;
  color: var(--sense-fg);
  background: var(--sense-bg);
  text-decoration: none;
  isolation: isolate;
  transition: transform 260ms cubic-bezier(.2,.72,.25,1), box-shadow 260ms ease;
}

html body main .zf-home-sense-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -30%;
  right: -34%;
  width: 110%;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255,255,255,.08), 0 0 0 70px rgba(255,255,255,.05);
}

html body main .zf-home-sense-card.is-air { --sense-bg: linear-gradient(145deg, #075cff, #00a7e8); }
html body main .zf-home-sense-card.is-water { --sense-bg: linear-gradient(145deg, #00a0b5, #1fcfae); }
html body main .zf-home-sense-card.is-light {
  --sense-bg: linear-gradient(145deg, #ff6334, #ffad32);
}
html body main .zf-home-sense-card.is-sound {
  --sense-bg: linear-gradient(145deg, #6846f7, #aa3ce6);
}

html body main .zf-home-sense-card > span {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 7px 9px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: var(--sense-muted);
  font: 650 10px/1 "SF Mono", sans-serif;
}

html body main .zf-home-sense-card small {
  color: var(--sense-muted);
  font: 650 10px/1.2 "SF Pro Display", sans-serif;
  letter-spacing: .16em;
}

html body main .zf-home-sense-card strong {
  margin-top: 7px;
  font: 580 clamp(29px, 2.4vw, 40px)/1 "SF Pro Display", "PingFang SC", sans-serif;
}

html body main .zf-home-sense-card p {
  margin: 14px 0 0;
  color: var(--sense-muted);
  font: 400 14px/1.65 "SF Pro Text", "PingFang SC", sans-serif;
}

html body main .zf-home-delivery-story {
  display: grid;
  grid-template-columns: minmax(480px, .86fr) minmax(0, 1.14fr);
  min-height: clamp(720px, 55vw, 900px);
  overflow: hidden;
  border-radius: 34px;
  background: #101b2d;
  box-shadow: 0 36px 100px rgba(16, 27, 45, .16);
}

html body main .zf-home-delivery-copy {
  display: grid;
  align-content: center;
  padding: clamp(44px, 5vw, 82px);
  color: #fff;
}

html body main .zf-home-delivery-copy .zf-home-story-kicker {
  color: #ff9b54;
}

html body main .zf-home-delivery-copy > p:not(.zf-home-story-kicker) {
  margin: 26px 0 0;
  color: rgba(255,255,255,.66);
  font: 400 clamp(15px, 1.04vw, 17px)/1.8 "SF Pro Text", "PingFang SC", sans-serif;
}

html body main .zf-home-delivery-copy ol {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.14);
}

html body main .zf-home-delivery-copy li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

html body main .zf-home-delivery-copy li > span {
  color: #ff9b54;
  font: 650 11px/1.5 "SF Mono", sans-serif;
}

html body main .zf-home-delivery-copy li strong {
  display: block;
  font: 560 16px/1.4 "SF Pro Display", "PingFang SC", sans-serif;
}

html body main .zf-home-delivery-copy li p {
  margin: 5px 0 0;
  color: rgba(255,255,255,.5);
  font: 400 13px/1.55 "SF Pro Text", "PingFang SC", sans-serif;
}

html body main .zf-home-delivery-media {
  min-width: 0;
  margin: 0;
}

html body main .zf-home-delivery-media img {
  object-position: center;
}

html body main .zf-home-evidence {
  background:
    radial-gradient(circle at 92% 0%, rgba(63, 92, 255, .13), transparent 31%),
    #f5f6fa;
}

html body main .zf-home-evidence .zf-home-story-kicker {
  color: #ee6437;
}

html body main .zf-home-evidence-grid {
  display: grid;
  grid-template-columns: 1.22fr .89fr .89fr;
  gap: 14px;
}

html body main .zf-home-evidence-card {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  border-radius: 24px;
  color: #fff;
  background: #132033;
  text-decoration: none;
  isolation: isolate;
}

html body main .zf-home-evidence-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(5, 11, 20, .9));
}

html body main .zf-home-evidence-card img {
  transition: transform 520ms cubic-bezier(.2,.72,.25,1);
}

html body main .zf-home-evidence-card > span {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 25px;
  left: 24px;
  display: grid;
  gap: 6px;
}

html body main .zf-home-evidence-card small {
  color: #78e9ff;
  font: 650 10px/1.2 "SF Pro Display", sans-serif;
  letter-spacing: .16em;
}

html body main .zf-home-evidence-card strong {
  font: 560 clamp(22px, 1.85vw, 30px)/1.2 "SF Pro Display", "PingFang SC", sans-serif;
}

html body main .zf-home-evidence-card em {
  color: rgba(255,255,255,.64);
  font: normal 400 13px/1.45 "SF Pro Text", "PingFang SC", sans-serif;
}

html body main .zf-home-consult {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .55fr) auto;
  align-items: end;
  gap: clamp(30px, 4vw, 72px);
  padding: clamp(44px, 5vw, 84px);
  overflow: hidden;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(0, 208, 238, .34), transparent 30%),
    linear-gradient(135deg, #2452f4 0%, #5939df 54%, #872edf 100%);
  box-shadow: 0 34px 100px rgba(56, 56, 195, .22);
}

html body main .zf-home-consult .zf-home-story-kicker {
  color: #94f0ff;
}

html body main .zf-home-consult > p {
  margin: 0 0 5px;
  color: rgba(255,255,255,.72);
  font: 400 clamp(14px, 1vw, 17px)/1.75 "SF Pro Text", "PingFang SC", sans-serif;
}

html body main .zf-home-consult > a {
  display: inline-flex;
  align-items: center;
  gap: 42px;
  padding: 16px 19px;
  border-radius: 999px;
  color: #293051;
  background: #fff;
  font: 620 14px/1.2 "SF Pro Text", "PingFang SC", sans-serif;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(22, 20, 91, .18);
  transition: transform 240ms ease;
}

/* Homepage contrast lock: keep action and evidence copy legible against image/white surfaces. */
html body[data-page="home"] main #home.zf-home-story .zf-home-evidence-card {
  color: #fff !important;
}

html body[data-page="home"] main #home.zf-home-story .zf-home-evidence-card :is(small, strong, em) {
  color: inherit !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.46);
}

html body[data-page="home"] main #home.zf-home-story .zf-home-evidence-card small {
  color: #8deeff !important;
}

html body[data-page="home"] main #home.zf-home-story .zf-home-evidence-card em {
  color: rgba(255, 255, 255, 0.76) !important;
}

html body[data-page="home"] main #home.zf-home-story .zf-home-consult > a {
  color: #293051 !important;
}

@media (hover: hover) {
  html body main .zf-home-human-copy > a:hover,
  html body main .zf-home-delivery-copy > a:hover,
  html body main .zf-home-consult > a:hover {
    transform: translateY(-3px);
  }

  html body main .zf-home-sense-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 48px rgba(23, 37, 64, .18);
  }

  html body main .zf-home-evidence-card:hover img {
    transform: scale(1.045);
  }
}

@media (max-width: 1100px) {
  html body main #landing .zf-home-system-reveal,
  html body main .zf-home-story {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  html body main .zf-home-human {
    grid-template-columns: 1fr;
  }

  html body main .zf-home-human-media {
    min-height: 560px;
  }

  html body main .zf-home-human-media::after {
    background: linear-gradient(180deg, transparent 70%, #111a2a 100%);
  }

  html body main .zf-home-sense-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body main .zf-home-delivery-story {
    grid-template-columns: 1fr;
  }

  html body main .zf-home-delivery-media {
    min-height: 620px;
    order: -1;
  }

  html body main .zf-home-evidence-grid {
    grid-template-columns: 1fr 1fr;
  }

  html body main .zf-home-evidence-card.is-hunan {
    grid-column: 1 / -1;
  }

  html body main .zf-home-consult {
    grid-template-columns: 1fr 1fr;
  }

  html body main .zf-home-consult > a {
    grid-column: 2;
    justify-self: end;
  }
}

@media (max-width: 640px) {
  html body main #landing .zf-home-hero-slide::after {
    background:
      linear-gradient(180deg, rgba(5, 10, 17, .18) 0%, rgba(5, 10, 17, .08) 34%, rgba(5, 10, 17, .82) 76%, rgba(5, 10, 17, .94)),
      linear-gradient(90deg, rgba(5, 10, 17, .35), transparent 72%);
  }

  html body main #landing .zf-home-hero-title {
    max-width: 100%;
    font-size: 41px;
    line-height: 1.04;
  }

  html body main #landing .zf-home-hero-text {
    font-size: 14px;
    line-height: 1.65;
  }

  html body main #landing .zf-home-hero-actions {
    margin-top: 20px;
  }

  html body main #landing .zf-home-hero-actions a {
    min-height: 42px;
    padding: 0 15px;
    font-size: 12px;
  }

  html body main #landing .zf-home-system-reveal {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    height: 720px;
    border-radius: 24px;
  }

  html body main #landing .zf-home-system-reveal-media img {
    object-position: 59% center;
  }

  html body main #landing .zf-home-system-reveal-shade {
    background:
      linear-gradient(180deg, rgba(5, 11, 18, .84) 0%, rgba(5, 11, 18, .2) 48%, rgba(5, 11, 18, .92) 77%),
      linear-gradient(90deg, rgba(5, 11, 18, .5), transparent);
  }

  html body main #landing .zf-home-system-reveal-copy {
    top: 36px;
    left: 26px;
    width: calc(100% - 52px);
  }

  html body main #landing .zf-home-system-reveal-copy h2 {
    font-size: 43px;
  }

  html body main #landing .zf-home-system-reveal-copy > span {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.7;
  }

  html body main #landing .zf-home-system-reveal-logic {
    right: 14px;
    bottom: 14px;
    left: 14px;
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  html body main #landing .zf-home-system-reveal-logic > div {
    min-height: auto;
    padding: 13px 16px;
  }

  html body main #landing .zf-home-system-reveal-logic > div + div {
    border-top: 1px solid rgba(255,255,255,.14);
    border-left: 0;
  }

  html body main #landing .zf-home-system-reveal-logic strong {
    font-size: 15px;
  }

  html body main #landing .zf-home-system-reveal-logic span {
    display: none;
  }

  html body main .zf-home-story {
    gap: 54px;
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    margin: 72px auto;
  }

  html body main .zf-home-human,
  html body main .zf-home-delivery-story,
  html body main .zf-home-senses,
  html body main .zf-home-evidence,
  html body main .zf-home-consult {
    border-radius: 24px;
  }

  html body main .zf-home-human {
    min-height: 0;
  }

  html body main .zf-home-human-media {
    min-height: 390px;
  }

  html body main .zf-home-human-copy,
  html body main .zf-home-delivery-copy {
    padding: 34px 24px 40px;
  }

  html body main .zf-home-human-copy h2,
  html body main .zf-home-senses h2,
  html body main .zf-home-delivery-copy h2,
  html body main .zf-home-evidence h2,
  html body main .zf-home-consult h2 {
    font-size: 35px;
  }

  html body main .zf-home-human-copy blockquote {
    padding-left: 18px;
    font-size: 16px;
  }

  html body main .zf-home-senses,
  html body main .zf-home-evidence {
    padding: 34px 14px 14px;
  }

  html body main .zf-home-senses > header,
  html body main .zf-home-evidence > header {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 10px;
    margin-bottom: 28px;
  }

  html body main .zf-home-sense-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  html body main .zf-home-sense-card {
    min-height: 220px;
    border-radius: 20px;
  }

  html body main .zf-home-delivery-story {
    min-height: 0;
  }

  html body main .zf-home-delivery-media {
    min-height: 390px;
  }

  html body main .zf-home-evidence-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  html body main .zf-home-evidence-card,
  html body main .zf-home-evidence-card.is-hunan {
    grid-column: auto;
    min-height: 360px;
    border-radius: 20px;
  }

  html body main .zf-home-consult {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 38px 24px 28px;
  }

  html body[data-page="home"] main #home.zf-home-story .zf-home-consult h2 {
    max-width: 100%;
    font-size: 31px;
    white-space: normal !important;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  html body main .zf-home-consult > a {
    grid-column: auto;
    justify-self: stretch;
    justify-content: space-between;
  }

  html body[data-page="home"] .site-header .brand-lockup small {
    max-width: 205px;
    overflow: visible;
    font-size: 6.4px !important;
    letter-spacing: 0.07em !important;
    text-overflow: clip;
  }
}
