/* 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);
}

/* Large-home narrative: calm thesis first, then a deliberately disordered field of lived problems. */
html body main .zf-home-large-home {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto clamp(650px, 68vw, 820px);
  width: min(1704px, calc(100vw - 72px));
  max-width: none;
  min-height: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #17252a;
}

html body main .zf-home-large-home-copy {
  grid-area: 1 / 1;
  align-self: auto;
  width: min(1500px, calc(100% - 160px));
  margin: 0 auto;
  padding: clamp(74px, 7vw, 118px) 0 clamp(48px, 5vw, 78px);
}

html body main .zf-home-large-home-copy .zf-home-story-kicker {
  color: #15979b;
}

html body main .zf-home-large-home-copy h2 {
  max-width: 980px;
  color: #17252a;
  font-size: clamp(50px, 5vw, 82px);
  line-height: 1.08;
}

html body main .zf-home-large-home-copy > p:last-child {
  max-width: 920px;
  color: rgba(23, 37, 42, .67);
  font-size: clamp(16px, 1.3vw, 20px);
}

html body main .zf-home-large-home-visual {
  position: relative;
  z-index: 0;
  grid-area: 2 / 1;
  inset: auto;
  overflow: hidden;
  border-radius: 30px;
  background: #151817;
}

html body main .zf-home-large-home-visual::after {
  background:
    linear-gradient(90deg, rgba(13,16,15,.5), rgba(13,16,15,.08) 42%, rgba(13,16,15,.28)),
    linear-gradient(0deg, rgba(8,10,9,.58), transparent 48%);
}

html body main .zf-home-large-home-pains {
  position: relative;
  z-index: 2;
  grid-area: 2 / 1;
  display: block;
  padding: 0;
  pointer-events: none;
}

html body main .zf-home-large-home-pains span {
  position: absolute;
  padding: 11px 15px;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,.22);
}

html body main .zf-home-large-home-pains span:nth-child(1)  { left: 7%;  top: 69%; transform: rotate(-4deg); }
html body main .zf-home-large-home-pains span:nth-child(2)  { left: 56%; top: 18%; transform: rotate(3deg); }
html body main .zf-home-large-home-pains span:nth-child(3)  { left: 68%; top: 42%; transform: rotate(-2deg); }
html body main .zf-home-large-home-pains span:nth-child(4)  { right: 5%; top: 72%; transform: rotate(4deg); }
html body main .zf-home-large-home-pains span:nth-child(5)  { left: 36%; top: 48%; transform: rotate(-3deg); }
html body main .zf-home-large-home-pains span:nth-child(6)  { left: 15%; top: 28%; transform: rotate(5deg); }
html body main .zf-home-large-home-pains span:nth-child(7)  { left: 48%; top: 75%; transform: rotate(-2deg); }
html body main .zf-home-large-home-pains span:nth-child(8)  { right: 8%; top: 13%; transform: rotate(3deg); }
html body main .zf-home-large-home-pains span:nth-child(9)  { left: 75%; top: 58%; transform: rotate(-5deg); }
html body main .zf-home-large-home-pains span:nth-child(10) { left: 24%; top: 12%; transform: rotate(-2deg); }
html body main .zf-home-large-home-pains span:nth-child(11) { left: 42%; top: 30%; transform: rotate(4deg); }
html body main .zf-home-large-home-pains span:nth-child(12) { left: 10%; top: 50%; transform: rotate(2deg); }
html body main .zf-home-large-home-pains span:nth-child(13) { left: 60%; top: 88%; transform: rotate(-3deg); }
html body main .zf-home-large-home-pains span:nth-child(14) { right: 18%; top: 31%; transform: rotate(3deg); }

html body main .zf-home-large-home-closing {
  z-index: 3;
  grid-area: 2 / 1;
  align-self: end;
  justify-self: center;
  position: relative;
  right: auto;
  bottom: auto;
  margin: 0 24px 28px;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(13,16,15,.72);
  backdrop-filter: blur(14px);
}

@media (max-width: 980px) {
  html body main .zf-home-large-home {
    grid-template-rows: auto 760px;
    width: calc(100vw - 36px);
  }
  html body main .zf-home-large-home-copy {
    width: calc(100% - 64px);
    padding-block: 64px 42px;
  }
}

@media (max-width: 640px) {
  html body main .zf-home-large-home {
    grid-template-rows: auto 760px;
    width: calc(100vw - 20px);
  }
  html body main .zf-home-large-home-copy {
    width: calc(100% - 40px);
    padding-block: 52px 34px;
  }
  html body main .zf-home-large-home-copy h2 {
    font-size: clamp(36px, 10vw, 46px);
  }
  html body main .zf-home-large-home-pains span {
    font-size: 11px;
    max-width: 44%;
  }
}

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(720px, 54vw);
  font-size: clamp(38px, 3.15vw, 56px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -.02em;
}

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

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-narrative-bridge {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(58px, 8vw, 132px);
  align-items: end;
  width: min(1280px, calc(100vw - 112px));
  margin: clamp(88px, 9vw, 144px) auto clamp(72px, 7vw, 112px);
}

html body main #landing .zf-home-narrative-bridge > div:first-child > p {
  margin: 0 0 20px;
  color: #0b7c78;
  font: 680 11px/1.3 "SF Pro Display", "PingFang SC", sans-serif;
  letter-spacing: .16em;
}

html body main #landing .zf-home-narrative-bridge h2 {
  max-width: 620px;
  margin: 0;
  color: #172936;
  font: 560 clamp(38px, 3.6vw, 58px)/1.18 "SF Pro Display", "PingFang SC", "Noto Sans SC", sans-serif;
  letter-spacing: -.035em;
  text-wrap: balance;
}

html body main #landing .zf-home-narrative-copy {
  padding-bottom: 5px;
}

html body main #landing .zf-home-narrative-copy > p {
  max-width: 610px;
  margin: 0;
  color: rgba(23, 41, 54, .72);
  font: 400 clamp(15px, 1.1vw, 18px)/1.95 "SF Pro Text", "PingFang SC", "Noto Sans SC", sans-serif;
}

html body main #landing .zf-home-narrative-copy > span {
  display: block;
  max-width: 610px;
  margin-top: 24px;
  color: #172936;
  font: 590 clamp(15px, 1.08vw, 17px)/1.8 "SF Pro Text", "PingFang SC", "Noto Sans SC", sans-serif;
}

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);
}

@media (max-width: 760px) {
  html body main #landing .zf-home-narrative-bridge {
    grid-template-columns: 1fr;
    gap: 28px;
    width: calc(100vw - 42px);
    margin: 68px auto 54px;
  }

  html body main #landing .zf-home-narrative-bridge h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  html body main #landing .zf-home-narrative-copy {
    padding: 0;
  }
}

/* 2026-07-27: wide-screen continuity and clear-right image treatment.
   Keep copy protected on the left without laying a grey veil across the scene. */
html body[data-page="home"] main #landing .zf-home-hero-image {
  filter: saturate(1.06) contrast(1.035) brightness(1.025) !important;
}

html body[data-page="home"] main #landing .zf-home-hero-visual::before,
html body[data-page="home"] main #landing .zf-slide-air .zf-home-hero-visual::before {
  background:
    linear-gradient(
      90deg,
      rgba(7, 14, 18, .66) 0%,
      rgba(7, 14, 18, .52) 20%,
      rgba(7, 14, 18, .22) 34%,
      rgba(7, 14, 18, .04) 46%,
      transparent 54%
    ) !important;
}

html body[data-page="home"] main #landing .zf-home-hero-visual::after {
  background:
    linear-gradient(
      180deg,
      transparent 70%,
      rgba(6, 12, 15, .10) 100%
    ) !important;
}

html body[data-page="philosophy"] main #home .zf-philosophy-opening > figure > img {
  filter: saturate(1.04) contrast(1.025) brightness(1.025) !important;
}

html body[data-page="philosophy"] main #home .zf-philosophy-opening > figure::after {
  background:
    linear-gradient(
      90deg,
      rgba(8, 13, 20, .70) 0%,
      rgba(8, 13, 20, .54) 21%,
      rgba(8, 13, 20, .20) 35%,
      rgba(8, 13, 20, .03) 47%,
      transparent 53%
    ) !important;
}

@media (min-width: 1440px) {
  html body[data-page="home"] main #landing > :is(
    .zf-home-large-home,
    .zf-home-nourish,
    .zf-home-health-comfort,
    .zf-home-narrative-bridge,
    .zf-home-system-reveal,
    .zf-home-capability-spectrum
  ),
  html body[data-page="philosophy"] main #home > :is(
    .zf-philosophy-opening,
    .zf-philosophy-bridge,
    .zf-home-human,
    .zf-home-senses,
    #home-capabilities
  ) {
    width: calc(100vw - 72px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Health and comfort: one editorial scene with a restrained two-column reading rhythm. */
html body main #landing > .zf-home-health-comfort {
  padding-top: 0;
}

html body main #landing > .zf-home-health-comfort > header h2 {
  font-size: clamp(40px, 4vw, 62px);
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene {
  position: relative;
  height: clamp(420px, 43vw, 610px);
  margin: clamp(52px, 5.5vw, 82px) 0 0;
  overflow: hidden;
  border-radius: 28px;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 20, 18, .62) 0%, rgba(11, 20, 18, .14) 46%, transparent 76%),
    linear-gradient(0deg, rgba(11, 20, 18, .58) 0%, transparent 46%);
  content: "";
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene figcaption {
  position: absolute;
  z-index: 1;
  right: clamp(30px, 5vw, 72px);
  bottom: clamp(28px, 4.5vw, 64px);
  left: clamp(30px, 5vw, 72px);
  display: grid;
  width: min(620px, 58%);
  gap: 14px;
  color: #fff;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene figcaption span {
  color: #8ce2d6;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .16em;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene figcaption strong {
  font-size: clamp(25px, 2.5vw, 40px);
  line-height: 1.35;
  letter-spacing: -.025em;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid {
  gap: 0;
  margin-top: 0;
  border-bottom: 1px solid rgba(23, 40, 36, .15);
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid article,
html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid .is-health,
html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid .is-comfort {
  min-height: 0;
  padding: clamp(40px, 4.2vw, 66px) clamp(26px, 4.2vw, 66px);
  overflow: visible;
  border-radius: 0;
  background: transparent;
  color: #173d38;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid article + article {
  border-left: 1px solid rgba(23, 40, 36, .15);
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid article::after {
  display: none;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid h3 {
  margin: 18px 0 16px;
  font-size: clamp(28px, 2.6vw, 40px);
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid p {
  font-size: clamp(14px, 1vw, 17px);
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid ul {
  margin-top: 26px;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-conclusion {
  width: min(920px, 88%);
  font-size: clamp(20px, 2vw, 30px);
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-transition {
  width: 100%;
  aspect-ratio: 2.05 / 1;
  margin: clamp(48px, 5vw, 78px) 0 0;
  overflow: hidden;
  border-radius: 30px;
  background: #c5b7a5;
  box-shadow: 0 28px 76px rgba(28, 39, 37, .12);
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-transition img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 760px) {
  html body main #landing > .zf-home-health-comfort > header h2 {
    font-size: clamp(34px, 9vw, 40px);
  }

  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene {
    height: 520px;
    margin-top: 34px;
    border-radius: 22px;
  }

  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene img {
    object-position: 58% center;
  }

  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene figcaption {
    right: 24px;
    bottom: 28px;
    left: 24px;
    width: auto;
  }

  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene figcaption strong {
    font-size: 24px;
  }

  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid {
    grid-template-columns: 1fr;
  }

  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid article,
  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid .is-health,
  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid .is-comfort {
    padding: 34px 4px;
  }

  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid article + article {
    border-top: 1px solid rgba(23, 40, 36, .15);
    border-left: 0;
  }
}

/* Homepage relationship statement: one cinematic scene, not a card pasted into a colour block. */
html body[data-page="home"] main #landing > .zf-home-nourish {
  position: relative;
  display: flex;
  min-height: clamp(760px, 65vw, 940px);
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(56px, 6vw, 92px);
  background: #17201f;
  isolation: isolate;
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  height: auto;
  margin: 0;
  border-radius: inherit;
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media::after {
  background:
    linear-gradient(90deg, rgba(10, 18, 17, .94) 0%, rgba(10, 18, 17, .78) 38%, rgba(10, 18, 17, .22) 70%, rgba(10, 18, 17, .08) 100%),
    linear-gradient(0deg, rgba(9, 16, 15, .90) 0%, transparent 48%);
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media img {
  object-position: center 48%;
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media figcaption {
  display: none;
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-intro {
  width: min(680px, 54%);
  margin: 0 0 auto;
}

html body[data-page="home"] main #landing > .zf-home-nourish h2 {
  font-size: clamp(40px, 4vw, 64px);
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-intro > p:last-child {
  margin-top: 24px;
  color: rgba(255, 255, 255, .76);
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast {
  width: min(920px, 76%);
  gap: 1px;
  margin-top: clamp(58px, 8vw, 120px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 20px;
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(18px);
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast article {
  min-height: 0;
  padding: clamp(24px, 2.4vw, 38px);
  border: 0;
  border-radius: 0;
  background: rgba(13, 22, 21, .72);
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast .is-old {
  background: rgba(13, 22, 21, .78);
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast .is-right {
  background: rgba(19, 50, 45, .76);
}

html body[data-page="home"] main #landing > .zf-home-nourish article strong {
  margin-top: 14px;
  font-size: clamp(25px, 2vw, 34px);
}

html body[data-page="home"] main #landing > .zf-home-nourish article ul {
  gap: 9px;
  margin-top: 18px;
}

html body[data-page="home"] main #landing > .zf-home-nourish article li {
  padding-top: 9px;
  font-size: clamp(13px, .95vw, 15px);
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-closing {
  width: min(920px, 76%);
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(16px, 1.25vw, 20px);
}

@media (max-width: 760px) {
  html body[data-page="home"] main #landing > .zf-home-nourish {
    min-height: 940px;
    padding: 42px 24px 34px;
  }

  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media {
    height: auto;
    border-radius: inherit;
  }

  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media::after {
    background:
      linear-gradient(180deg, rgba(9, 17, 16, .76) 0%, rgba(9, 17, 16, .34) 36%, rgba(9, 17, 16, .88) 66%, rgba(9, 17, 16, .96) 100%);
  }

  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media img {
    object-position: 58% center;
  }

  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-intro,
  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast,
  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-closing {
    width: 100%;
  }

  html body[data-page="home"] main #landing > .zf-home-nourish h2 {
    font-size: clamp(34px, 9vw, 40px);
  }

  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast article {
    padding: 22px;
  }
}

/* zf-final-wide-clear-v27 — intentionally last in the cascade */
html body[data-page="home"] main #landing .zf-home-hero-image {
  filter: saturate(1.06) contrast(1.035) brightness(1.025) !important;
}
html body[data-page="home"] main #landing .zf-home-hero-visual::before,
html body[data-page="home"] main #landing .zf-slide-air .zf-home-hero-visual::before {
  background: linear-gradient(90deg, rgba(7,14,18,.66) 0%, rgba(7,14,18,.52) 20%, rgba(7,14,18,.22) 34%, rgba(7,14,18,.04) 46%, transparent 54%) !important;
}
html body[data-page="home"] main #landing .zf-home-hero-visual::after {
  background: linear-gradient(180deg, transparent 70%, rgba(6,12,15,.10) 100%) !important;
}
html body[data-page="philosophy"] main #home .zf-philosophy-opening > figure > img {
  filter: saturate(1.04) contrast(1.025) brightness(1.025) !important;
}
html body[data-page="philosophy"] main #home .zf-philosophy-opening > figure::after {
  background: linear-gradient(90deg, rgba(8,13,20,.70) 0%, rgba(8,13,20,.54) 21%, rgba(8,13,20,.20) 35%, rgba(8,13,20,.03) 47%, transparent 53%) !important;
}
@media (min-width: 1440px) {
  html body[data-page="home"] main #landing > :is(.zf-home-large-home,.zf-home-nourish,.zf-home-health-comfort,.zf-home-narrative-bridge,.zf-home-system-reveal,.zf-home-capability-spectrum),
  html body[data-page="philosophy"] main #home > :is(.zf-philosophy-opening,.zf-philosophy-bridge,.zf-home-human,.zf-home-senses,#home-capabilities) {
    width: calc(100vw - 72px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Final cascade: 2026-07-27 PC stage continuity and clear-right imagery. */
html body[data-page="home"] main #landing .zf-home-hero-image {
  filter: saturate(1.06) contrast(1.035) brightness(1.025) !important;
}

html body[data-page="home"] main #landing .zf-home-hero-visual::before,
html body[data-page="home"] main #landing .zf-slide-air .zf-home-hero-visual::before {
  background: linear-gradient(
    90deg,
    rgba(7, 14, 18, .66) 0%,
    rgba(7, 14, 18, .52) 20%,
    rgba(7, 14, 18, .22) 34%,
    rgba(7, 14, 18, .04) 46%,
    transparent 54%
  ) !important;
}

html body[data-page="home"] main #landing .zf-home-hero-visual::after {
  background: linear-gradient(
    180deg,
    transparent 70%,
    rgba(6, 12, 15, .10) 100%
  ) !important;
}

html body[data-page="philosophy"] main #home .zf-philosophy-opening > figure > img {
  filter: saturate(1.04) contrast(1.025) brightness(1.025) !important;
}

html body[data-page="philosophy"] main #home .zf-philosophy-opening > figure::after {
  background: linear-gradient(
    90deg,
    rgba(8, 13, 20, .70) 0%,
    rgba(8, 13, 20, .54) 21%,
    rgba(8, 13, 20, .20) 35%,
    rgba(8, 13, 20, .03) 47%,
    transparent 53%
  ) !important;
}

@media (min-width: 1440px) {
  html body[data-page="home"] main #landing > :is(
    .zf-home-large-home,
    .zf-home-nourish,
    .zf-home-health-comfort,
    .zf-home-narrative-bridge,
    .zf-home-system-reveal,
    .zf-home-capability-spectrum
  ),
  html body[data-page="philosophy"] main #home > :is(
    .zf-philosophy-opening,
    .zf-philosophy-bridge,
    .zf-home-human,
    .zf-home-senses,
    #home-capabilities
  ) {
    width: calc(100vw - 72px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Final health/comfort layout: full editorial image, no coloured image cards. */
html body main #landing > .zf-home-health-comfort { padding-top: 0; }
html body main #landing > .zf-home-health-comfort > header h2 { font-size: clamp(40px, 4vw, 62px); }
html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene {
  position: relative;
  height: clamp(420px, 43vw, 610px);
  margin: clamp(52px, 5.5vw, 82px) 0 0;
  overflow: hidden;
  border-radius: 28px;
}
html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,20,18,.62), rgba(11,20,18,.14) 46%, transparent 76%), linear-gradient(0deg, rgba(11,20,18,.58), transparent 46%);
  content: "";
}
html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene figcaption {
  position: absolute;
  z-index: 1;
  right: clamp(30px, 5vw, 72px);
  bottom: clamp(28px, 4.5vw, 64px);
  left: clamp(30px, 5vw, 72px);
  display: grid;
  width: min(620px, 58%);
  gap: 14px;
  color: #fff;
}
html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene figcaption span {
  color: #8ce2d6;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .16em;
}
html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene figcaption strong {
  font-size: clamp(25px, 2.5vw, 40px);
  line-height: 1.35;
  letter-spacing: -.025em;
}
html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid {
  gap: 0;
  margin-top: 0;
  border-bottom: 1px solid rgba(23,40,36,.15);
}
html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid article,
html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid .is-health,
html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid .is-comfort {
  min-height: 0;
  padding: clamp(40px, 4.2vw, 66px) clamp(26px, 4.2vw, 66px);
  overflow: visible;
  border-radius: 0;
  background: transparent;
  color: #173d38;
}
html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid article + article {
  border-left: 1px solid rgba(23,40,36,.15);
}
html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid article::after { display: none; }
html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid h3 {
  margin: 18px 0 16px;
  font-size: clamp(28px, 2.6vw, 40px);
}
html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid p { font-size: clamp(14px, 1vw, 17px); }
html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid ul { margin-top: 26px; }
html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-conclusion {
  width: min(920px, 88%);
  font-size: clamp(20px, 2vw, 30px);
}
@media (max-width: 760px) {
  html body main #landing > .zf-home-health-comfort > header h2 { font-size: clamp(34px, 9vw, 40px); }
  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene {
    height: 520px;
    margin-top: 34px;
    border-radius: 22px;
  }
  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene img { object-position: 58% center; }
  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene figcaption {
    right: 24px;
    bottom: 28px;
    left: 24px;
    width: auto;
  }
  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-scene figcaption strong { font-size: 24px; }
  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid { grid-template-columns: 1fr; }
  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid article,
  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid .is-health,
  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid .is-comfort { padding: 34px 4px; }
  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid article + article {
    border-top: 1px solid rgba(23,40,36,.15);
    border-left: 0;
  }

  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-transition {
    aspect-ratio: auto;
    height: 430px;
    margin-top: 34px;
    border-radius: 22px;
  }

  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-transition img {
    object-position: 58% center;
  }
}

/* Keep homepage proof flow separate from the philosophy page's human-experience chapter. */
html body[data-page="home"] main #home > .zf-philosophy-bridge {
  display: none !important;
}

html body[data-page="home"] main #home > .zf-home-evidence {
  display: none !important;
}

html body[data-page="home"] main #landing > .zf-home-proof-bridge {
  margin-top: clamp(72px, 7vw, 112px);
}

html body[data-page="home"] main #landing > .zf-home-proof-bridge .zf-home-definition-closing {
  position: relative;
  grid-column: 1 / -1;
  width: 100%;
  aspect-ratio: 2 / 1;
  margin: clamp(52px, 5vw, 80px) 0 0;
  overflow: hidden;
  border-radius: 30px;
  background: #d9d4ca;
  box-shadow: 0 28px 74px rgba(28, 39, 37, .12);
}

html body[data-page="home"] main #landing > .zf-home-proof-bridge .zf-home-definition-closing::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(10, 23, 21, .72) 100%);
  pointer-events: none;
}

html body[data-page="home"] main #landing > .zf-home-proof-bridge .zf-home-definition-closing img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body[data-page="home"] main #landing > .zf-home-proof-bridge .zf-home-definition-closing figcaption {
  position: absolute;
  z-index: 1;
  right: clamp(30px, 4vw, 64px);
  bottom: clamp(28px, 3.5vw, 54px);
  left: clamp(30px, 4vw, 64px);
  max-width: 820px;
  color: #fff;
}

html body[data-page="home"] main #landing > .zf-home-proof-bridge .zf-home-definition-closing figcaption small {
  display: block;
  margin-bottom: 12px;
  color: #9ce1d6;
  font: 680 11px/1.3 "SF Pro Display", "PingFang SC", sans-serif;
  letter-spacing: .16em;
}

html body[data-page="home"] main #landing > .zf-home-proof-bridge .zf-home-definition-closing figcaption strong {
  display: block;
  font: 540 clamp(22px, 2.2vw, 34px)/1.45 "SF Pro Display", "PingFang SC", "Noto Sans SC", sans-serif;
  letter-spacing: -.02em;
}

@media (max-width: 760px) {
  html body[data-page="home"] main #landing > .zf-home-proof-bridge .zf-home-definition-closing {
    aspect-ratio: auto;
    height: 520px;
    margin-top: 36px;
    border-radius: 22px;
  }

  html body[data-page="home"] main #landing > .zf-home-proof-bridge .zf-home-definition-closing img {
    object-position: 48% center;
  }

  html body[data-page="home"] main #landing > .zf-home-proof-bridge .zf-home-definition-closing figcaption {
    right: 24px;
    bottom: 28px;
    left: 24px;
  }
}

/* Homepage judgment standard: health first, comfort follows, systems make both real. */
html body main #landing > .zf-home-health-comfort {
  width: min(1500px, calc(100% - 72px));
  margin: clamp(96px, 9vw, 150px) auto;
  padding: clamp(26px, 3vw, 46px) 0 0;
  color: #172824;
}

html body main #landing > .zf-home-health-comfort > header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(36px, 6vw, 104px);
  align-items: end;
}

html body main #landing > .zf-home-health-comfort > header .zf-home-story-kicker {
  grid-column: 1 / -1;
  margin: 0 0 -12px;
  color: #238c83;
}

html body main #landing > .zf-home-health-comfort > header h2 {
  margin: 0;
  font-size: clamp(42px, 4.4vw, 70px);
  line-height: 1.1;
  letter-spacing: -.045em;
}

html body main #landing > .zf-home-health-comfort > header > p:last-child {
  margin: 0 0 8px;
  color: rgba(23, 40, 36, .66);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.9;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: clamp(52px, 6vw, 88px);
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid article {
  position: relative;
  min-height: 430px;
  padding: clamp(38px, 4.5vw, 72px);
  overflow: hidden;
  border-radius: 30px;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid figure {
  position: relative;
  z-index: 1;
  height: clamp(190px, 20vw, 270px);
  margin: 0 0 34px;
  overflow: hidden;
  border-radius: 19px;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(8, 18, 16, .16));
  content: "";
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid article::after {
  position: absolute;
  right: -40px;
  bottom: -80px;
  width: 280px;
  height: 280px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .10;
  content: "";
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid .is-health {
  background: #d9eee7;
  color: #17453f;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid .is-comfort {
  background: #efe5d1;
  color: #58452d;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid article > span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid h3 {
  width: min(500px, 92%);
  margin: 28px 0 22px;
  font-size: clamp(32px, 3.4vw, 54px);
  line-height: 1.12;
  letter-spacing: -.04em;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid p {
  width: min(560px, 92%);
  margin: 0;
  color: currentColor;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.85;
  opacity: .72;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid li {
  padding: 9px 13px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 13px;
  opacity: .72;
}

html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-conclusion {
  width: min(1040px, 90%);
  margin: clamp(46px, 5vw, 76px) auto 0;
  text-align: center;
  color: #195b54;
  font-size: clamp(22px, 2.4vw, 38px);
  font-weight: 650;
  line-height: 1.45;
  letter-spacing: -.025em;
}

@media (max-width: 760px) {
  html body main #landing > .zf-home-health-comfort {
    width: calc(100% - 28px);
    margin: 66px auto;
  }
  html body main #landing > .zf-home-health-comfort > header,
  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid {
    grid-template-columns: 1fr;
  }
  html body main #landing > .zf-home-health-comfort > header {
    gap: 22px;
  }
  html body main #landing > .zf-home-health-comfort > header h2 {
    font-size: clamp(38px, 11vw, 52px);
  }
  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-grid article {
    min-height: 0;
    padding: 34px 26px;
  }
  html body main #landing > .zf-home-health-comfort .zf-home-health-comfort-conclusion {
    width: 100%;
    text-align: left;
  }
}

/* Large-home complexity: lived-space scale without fabricating MEP topology. */
html body main .zf-home-large-home {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr);
  gap: 0;
  width: min(1704px, calc(100vw - 72px));
  max-width: min(1704px, calc(100vw - 72px));
  min-height: 740px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(29, 34, 37, 0.14);
  border-radius: 28px;
  background: #161817;
  color: #f6f2ea;
  isolation: isolate;
}

html body main .zf-home-large-home-visual {
  position: absolute;
  z-index: -2;
  inset: 0;
  margin: 0;
}

html body main .zf-home-large-home-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #181a18 0%, rgba(24, 26, 24, .98) 28%, rgba(24, 26, 24, .66) 44%, rgba(24, 26, 24, .08) 67%, rgba(24, 26, 24, .06) 100%),
    linear-gradient(0deg, rgba(9, 12, 11, .48), transparent 42%);
}

html body main .zf-home-large-home-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

html body main .zf-home-large-home-copy {
  grid-column: 1;
  align-self: center;
  width: min(540px, calc(100% - 88px));
  margin-left: clamp(34px, 6vw, 104px);
  padding-block: 80px;
}

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

html body main .zf-home-large-home-copy h2 {
  max-width: 540px;
  margin: 0;
  color: #fffaf1;
  font: 520 clamp(42px, 4.1vw, 70px)/1.08 "Noto Serif SC", "Songti SC", serif;
  letter-spacing: 0;
}

html body main .zf-home-large-home-copy > p:last-child {
  max-width: 480px;
  margin: 28px 0 0;
  color: rgba(246, 242, 234, .76);
  font: 400 clamp(15px, 1.08vw, 18px)/1.9 "PingFang SC", "Noto Sans SC", sans-serif;
}

html body main .zf-home-large-home-pains {
  grid-column: 2;
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 clamp(28px, 3.4vw, 60px) 94px 20px;
}

html body main .zf-home-large-home-pains span {
  padding: 11px 14px;
  border: 1px solid rgba(255, 250, 241, .24);
  border-radius: 4px;
  background: rgba(19, 22, 20, .68);
  color: rgba(255, 250, 241, .9);
  font: 500 clamp(13px, .94vw, 15px)/1.3 "PingFang SC", "Noto Sans SC", sans-serif;
  backdrop-filter: blur(12px);
}

html body main .zf-home-large-home-pains .is-alert {
  border-color: rgba(255, 98, 65, .64);
  background: rgba(118, 38, 24, .72);
  color: #fff0e9;
}

html body main .zf-home-large-home-closing {
  position: absolute;
  right: clamp(28px, 3.4vw, 60px);
  bottom: 34px;
  margin: 0;
  color: #d8eee7;
  font: 500 clamp(15px, 1.05vw, 18px)/1.5 "Noto Serif SC", "Songti SC", serif;
}

@media (max-width: 980px) {
  html body main .zf-home-large-home {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    min-height: 780px;
    grid-template-columns: 1fr;
  }

  html body main .zf-home-large-home-visual::after {
    background: linear-gradient(180deg, rgba(17, 19, 18, .88) 0%, rgba(17, 19, 18, .52) 52%, rgba(17, 19, 18, .84) 100%);
  }

  html body main .zf-home-large-home-copy {
    grid-column: 1;
    align-self: start;
    width: auto;
    margin: 0;
    padding: 64px 46px 20px;
  }

  html body main .zf-home-large-home-pains {
    grid-column: 1;
    padding: 20px 46px 92px;
  }
}

@media (max-width: 640px) {
  html body main .zf-home-large-home {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    min-height: 780px;
    border-radius: 24px;
  }

  html body main .zf-home-large-home-visual img {
    object-position: 60% center;
  }

  html body main .zf-home-large-home-copy {
    padding: 42px 24px 18px;
  }

  html body main .zf-home-large-home-copy h2 {
    font-size: clamp(34px, 9vw, 42px);
    line-height: 1.16;
  }

  html body main .zf-home-large-home-copy > p:last-child {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
  }

  html body main .zf-home-large-home-pains {
    justify-content: flex-start;
    gap: 8px;
    padding: 14px 24px 78px;
  }

  html body main .zf-home-large-home-pains span {
    padding: 8px 10px;
    font-size: 12px;
  }

  html body main .zf-home-large-home-closing {
    right: 24px;
    bottom: 28px;
    left: 24px;
    font-size: 14px;
  }
}

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.04) contrast(1.02);
  transform: none;
}

html body main #landing .zf-home-system-reveal-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 11, 18, .88) 0%, rgba(5, 11, 18, .72) 28%, rgba(5, 11, 18, .16) 47%, transparent 66%),
    linear-gradient(180deg, rgba(5, 11, 18, .04), transparent 48%, rgba(5, 11, 18, .68));
  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(40px, 4.2vw, 68px)/1.08 "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.82);
  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[data-page="philosophy"] main .zf-philosophy-bridge {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  align-items: end;
  gap: clamp(70px, 8vw, 142px);
  width: min(1500px, calc(100% - 128px));
  min-height: clamp(320px, 24vw, 420px);
  margin: 0 auto;
  padding: clamp(68px, 7vw, 112px) 0;
  border-top: 1px solid rgba(29, 47, 50, 0.14);
  border-bottom: 1px solid rgba(29, 47, 50, 0.14);
}

html body[data-page="philosophy"] main .zf-philosophy-bridge > div:first-child > p {
  margin: 0 0 24px;
  color: #15979b;
  font: 650 11px/1.4 "SF Pro Text", "PingFang SC", sans-serif;
  letter-spacing: 0.13em;
}

html body[data-page="philosophy"] main .zf-philosophy-bridge h2 {
  max-width: 820px;
  margin: 0;
  color: #17252a;
  font: 520 clamp(44px, 4.2vw, 68px)/1.13 "Noto Serif SC", "Songti SC", serif;
  letter-spacing: -0.045em;
}

html body[data-page="philosophy"] main .zf-philosophy-bridge > div:last-child {
  display: grid;
  gap: 26px;
  max-width: 560px;
  padding-bottom: 5px;
}

html body[data-page="philosophy"] main .zf-philosophy-bridge > div:last-child > p {
  margin: 0;
  color: rgba(23, 37, 42, 0.68);
  font: 400 clamp(16px, 1.2vw, 19px)/1.9 "SF Pro Text", "PingFang SC", sans-serif;
}

html body[data-page="philosophy"] main .zf-philosophy-bridge strong {
  padding-left: 20px;
  border-left: 3px solid #c5e84f;
  color: #17252a;
  font: 560 clamp(17px, 1.25vw, 20px)/1.7 "SF Pro Text", "PingFang SC", sans-serif;
}

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: clamp(30px, 7.8vw, 36px);
    line-height: 1.16;
  }

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

  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;
  }
}

@media (max-width: 760px) {
  html body[data-page="philosophy"] main .zf-philosophy-bridge {
    grid-template-columns: 1fr;
    gap: 34px;
    width: calc(100% - 36px);
    min-height: 0;
    padding: 56px 4px;
  }

  html body[data-page="philosophy"] main .zf-philosophy-bridge > div {
    min-width: 0;
  }

  html body[data-page="philosophy"] main .zf-philosophy-bridge > div:first-child > p {
    max-width: 300px;
    overflow-wrap: anywhere;
  }

  html body[data-page="philosophy"] main .zf-philosophy-bridge h2 {
    font-size: clamp(31px, 8.2vw, 40px);
    line-height: 1.2;
    letter-spacing: -0.055em;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  html body[data-page="philosophy"] main .zf-philosophy-bridge > div:last-child {
    gap: 22px;
    padding: 0;
  }
}

/* Cascade lock for the large-home narrative reframe. */
html body main section.zf-home-large-home {
  grid-template-columns: 1fr;
  grid-template-rows: auto clamp(650px, 68vw, 820px);
  min-height: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #17252a;
}
html body main section.zf-home-large-home .zf-home-large-home-copy {
  grid-area: 1 / 1;
  align-self: auto;
  width: min(1500px, calc(100% - 160px));
  margin: 0 auto;
  padding: clamp(74px, 7vw, 118px) 0 clamp(48px, 5vw, 78px);
}
html body main section.zf-home-large-home .zf-home-large-home-copy h2 { color: #17252a; font-size: clamp(42px, 4.1vw, 68px); line-height: 1.1; }
html body main section.zf-home-large-home .zf-home-large-home-copy > p:last-child { color: rgba(23,37,42,.67); }
html body main section.zf-home-large-home .zf-home-large-home-visual {
  position: relative;
  z-index: 0;
  grid-area: 2 / 1;
  inset: auto;
  border-radius: 30px;
}
html body main section.zf-home-large-home .zf-home-large-home-pains {
  position: relative;
  z-index: 2;
  grid-area: 2 / 1;
  display: block;
  padding: 0;
}
html body main section.zf-home-large-home .zf-home-large-home-closing {
  position: relative;
  z-index: 3;
  grid-area: 2 / 1;
  align-self: end;
  justify-self: center;
  right: auto;
  bottom: auto;
}
@media (max-width: 980px) {
  html body main section.zf-home-large-home { grid-template-rows: auto 760px; }
  html body main section.zf-home-large-home .zf-home-large-home-copy { width: calc(100% - 64px); }
}
@media (max-width: 640px) {
  html body main section.zf-home-large-home .zf-home-large-home-copy { width: calc(100% - 40px); }
  html body main section.zf-home-large-home .zf-home-large-home-copy h2 { font-size: clamp(36px, 10vw, 46px); }
}

/* Homepage-first problem field: thesis above, animated pain points contained inside the panorama. */
html body:not([data-page="home"]) main #landing > .zf-home-large-home {
  display: none !important;
}

html body[data-page="home"] main #landing > .zf-home-large-home {
  margin-top: clamp(34px, 4vw, 64px);
}

html body[data-page="home"] main #landing > .zf-home-large-home .zf-home-large-home-copy {
  text-align: left;
}

/* Desktop editorial split: thesis on the left, explanation on the right. */
@media (min-width: 981px) {
  html body[data-page="home"] main #landing > .zf-home-large-home .zf-home-large-home-copy {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(360px, .72fr);
    grid-template-rows: auto auto;
    column-gap: clamp(90px, 10vw, 190px);
    align-items: end;
    padding-top: clamp(70px, 6.4vw, 104px);
    padding-bottom: clamp(52px, 4.6vw, 74px);
  }

  html body[data-page="home"] main #landing > .zf-home-large-home .zf-home-story-kicker {
    grid-column: 1;
    grid-row: 1;
    margin: 0 0 18px;
  }

  html body[data-page="home"] main #landing > .zf-home-large-home .zf-home-large-home-copy h2 {
    grid-column: 1;
    grid-row: 2;
    max-width: 680px;
    margin: 0;
  }

  html body[data-page="home"] main #landing > .zf-home-large-home .zf-home-large-home-copy > p:last-child {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: end;
    max-width: 570px;
    margin: 0 0 4px;
    font-size: clamp(18px, 1.2vw, 22px);
    line-height: 1.85;
  }
}

html body[data-page="home"] main #landing > .zf-home-large-home .zf-home-large-home-pains {
  align-self: stretch;
  justify-self: stretch;
  inset: 0;
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 30px;
}

html body[data-page="home"] main #landing > .zf-home-large-home .zf-home-large-home-visual::after {
  background:
    linear-gradient(180deg, rgba(8, 12, 12, .04), rgba(8, 12, 12, .20)),
    linear-gradient(90deg, rgba(8, 12, 12, .08), rgba(8, 12, 12, .02) 58%, rgba(8, 12, 12, .10));
}

html body[data-page="home"] main #landing > .zf-home-large-home .zf-home-large-home-pains span {
  max-width: 220px;
  padding: 8px 11px;
  border-color: rgba(255, 255, 255, .28);
  background: rgba(12, 16, 15, .76);
  color: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .22);
  backdrop-filter: blur(7px);
  font-size: clamp(10px, .74vw, 12px);
  line-height: 1.25;
  animation: zfLargeHomePainFloat 6.5s cubic-bezier(.45, 0, .55, 1) infinite alternate;
  will-change: transform;
}

html body[data-page="home"] main #landing > .zf-home-large-home .zf-home-large-home-pains span:nth-child(2n) { animation-name: zfLargeHomePainFloatReverse; animation-duration: 8.2s; animation-delay: -4s; }
html body[data-page="home"] main #landing > .zf-home-large-home .zf-home-large-home-pains span:nth-child(3n) { animation-duration: 9.4s; animation-delay: -7s; }
html body[data-page="home"] main #landing > .zf-home-large-home .zf-home-large-home-pains span:nth-child(5n) { animation-name: zfLargeHomePainFloatWide; animation-duration: 10.5s; animation-delay: -9s; }

html body main .zf-home-large-home-pains span:nth-child(15) { left: 28%; top: 62%; }
html body main .zf-home-large-home-pains span:nth-child(16) { left: 81%; top: 82%; }
html body main .zf-home-large-home-pains span:nth-child(17) { left: 4%; top: 39%; }
html body main .zf-home-large-home-pains span:nth-child(18) { left: 51%; top: 8%; }
html body main .zf-home-large-home-pains span:nth-child(19) { left: 67%; top: 66%; }
html body main .zf-home-large-home-pains span:nth-child(20) { left: 18%; top: 82%; }
html body main .zf-home-large-home-pains span:nth-child(21) { left: 45%; top: 42%; }
html body main .zf-home-large-home-pains span:nth-child(22) { left: 72%; top: 25%; }
html body main .zf-home-large-home-pains span:nth-child(23) { left: 31%; top: 23%; }
html body main .zf-home-large-home-pains span:nth-child(24) { left: 86%; top: 49%; }
html body main .zf-home-large-home-pains span:nth-child(25) { left: 54%; top: 57%; }
html body main .zf-home-large-home-pains span:nth-child(26) { left: 8%; top: 91%; }

@keyframes zfLargeHomePainFloat {
  0%   { translate: -18px 12px; rotate: -5deg; scale: .94; }
  32%  { translate: 22px -18px; rotate: 4deg; scale: 1.03; }
  67%  { translate: -14px -28px; rotate: -3deg; scale: .98; }
  100% { translate: 26px 18px; rotate: 6deg; scale: 1.05; }
}

@keyframes zfLargeHomePainFloatReverse {
  0%   { translate: 20px -16px; rotate: 5deg; scale: 1.04; }
  38%  { translate: -26px 20px; rotate: -6deg; scale: .95; }
  72%  { translate: 14px 28px; rotate: 3deg; scale: 1.02; }
  100% { translate: -20px -22px; rotate: -4deg; scale: .97; }
}

@keyframes zfLargeHomePainFloatWide {
  0%   { translate: -32px -10px; rotate: -7deg; scale: .93; }
  45%  { translate: 30px 24px; rotate: 6deg; scale: 1.06; }
  100% { translate: -8px -34px; rotate: -2deg; scale: .98; }
}

@media (prefers-reduced-motion: reduce) {
  html body[data-page="home"] main #landing > .zf-home-large-home .zf-home-large-home-pains span {
    animation: none;
  }
}

@media (max-width: 640px) {
  html body[data-page="home"] main #landing > .zf-home-large-home .zf-home-large-home-pains span {
    max-width: 38%;
    padding: 7px 9px;
    font-size: 10px;
    animation-name: zfLargeHomePainFloatMobile !important;
  }
  html body main .zf-home-large-home-pains span:nth-child(3) { left: 58%; }
  html body main .zf-home-large-home-pains span:nth-child(9),
  html body main .zf-home-large-home-pains span:nth-child(16),
  html body main .zf-home-large-home-pains span:nth-child(22),
  html body main .zf-home-large-home-pains span:nth-child(24) { right: 4%; left: auto; }
  html body main .zf-home-large-home-pains span:nth-child(13) { top: 82%; }
html body main .zf-home-large-home-pains span:nth-child(26) { top: 86%; }
}

/* Keep the new restorative image connected to the following MEP explanation. */
html body[data-page="home"] main #landing > .zf-home-health-comfort {
  margin-bottom: 0;
}

html body[data-page="home"] main #landing > .zf-home-health-comfort + .zf-home-narrative-bridge {
  margin-top: clamp(68px, 6.5vw, 104px);
}

@media (max-width: 760px) {
  html body[data-page="home"] main #landing > .zf-home-health-comfort + .zf-home-narrative-bridge {
    margin-top: 54px;
  }
}

@keyframes zfLargeHomePainFloatMobile {
  0%   { translate: -6px 5px; rotate: -3deg; scale: .97; }
  45%  { translate: 8px -9px; rotate: 3deg; scale: 1.02; }
  100% { translate: -5px 8px; rotate: -2deg; scale: .99; }
}

/* Homepage step two: correct the relationship between people and the home. */
html body:not([data-page="home"]) main #landing > .zf-home-nourish {
  display: none !important;
}

html body[data-page="home"] main #landing > .zf-home-nourish {
  width: min(1500px, calc(100% - 72px));
  margin: clamp(84px, 9vw, 150px) auto;
  padding: clamp(52px, 5vw, 78px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 86% 14%, rgba(119, 207, 193, .20), transparent 30%),
    linear-gradient(135deg, #14201f 0%, #192826 56%, #213732 100%);
  color: #f5f1e8;
  overflow: hidden;
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-intro {
  width: min(880px, 72%);
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-story-kicker {
  margin: 0 0 22px;
  color: #76d8ce;
}

html body[data-page="home"] main #landing > .zf-home-nourish h2 {
  margin: 0;
  font-size: clamp(42px, 4.5vw, 72px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-intro > p:last-child {
  width: min(720px, 100%);
  margin: 32px 0 0;
  color: rgba(245, 241, 232, .68);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.9;
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media {
  position: relative;
  height: clamp(320px, 34vw, 460px);
  margin: clamp(42px, 4.5vw, 68px) 0 0;
  overflow: hidden;
  border-radius: 26px;
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(8, 14, 13, .72));
  content: "";
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 4vw, 58px);
  bottom: clamp(24px, 4vw, 54px);
  left: clamp(24px, 4vw, 58px);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media figcaption span {
  color: #76d8ce;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media figcaption strong {
  width: min(600px, 70%);
  font-size: clamp(18px, 1.75vw, 28px);
  line-height: 1.5;
  text-align: right;
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: clamp(54px, 6vw, 92px);
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast article {
  min-height: 300px;
  padding: clamp(30px, 3.2vw, 52px);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 26px;
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast .is-old {
  background: rgba(255, 255, 255, .035);
  color: rgba(245, 241, 232, .58);
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast .is-right {
  background: rgba(105, 207, 191, .12);
  border-color: rgba(118, 216, 206, .32);
}

html body[data-page="home"] main #landing > .zf-home-nourish article small {
  color: #76d8ce;
  font-size: 11px;
  letter-spacing: .16em;
}

html body[data-page="home"] main #landing > .zf-home-nourish article strong {
  display: block;
  margin-top: 24px;
  font-size: clamp(30px, 3vw, 48px);
}

html body[data-page="home"] main #landing > .zf-home-nourish article ul {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

html body[data-page="home"] main #landing > .zf-home-nourish article li {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .10);
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.6;
}

html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-closing {
  margin: 52px 0 0;
  color: #f4b85f;
  font-size: clamp(18px, 1.6vw, 25px);
  font-weight: 650;
}

@media (max-width: 760px) {
  html body[data-page="home"] main #landing > .zf-home-nourish {
    width: calc(100% - 28px);
    margin: 54px auto;
    padding: 42px 24px;
    border-radius: 24px;
  }
  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-intro {
    width: 100%;
  }
  html body[data-page="home"] main #landing > .zf-home-nourish h2 {
    font-size: clamp(34px, 9.4vw, 46px);
  }
  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media {
    height: 330px;
    border-radius: 20px;
  }
  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media figcaption {
    display: grid;
  }
  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media figcaption strong {
    width: 100%;
    text-align: left;
  }
  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast {
    grid-template-columns: 1fr;
  }
  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast article {
    min-height: 0;
  }
}

/* Final visual treatment: the photograph is the section, never an inset card. */
html body[data-page="home"] main #landing > .zf-home-nourish {
  position: relative;
  display: flex;
  min-height: clamp(760px, 65vw, 940px);
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(56px, 6vw, 92px);
  background: #17201f;
  isolation: isolate;
}
html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media {
  position: absolute;
  z-index: -2;
  inset: 0;
  height: auto;
  margin: 0;
  border-radius: inherit;
}
html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media::after {
  background:
    linear-gradient(90deg, rgba(10,18,17,.94) 0%, rgba(10,18,17,.78) 38%, rgba(10,18,17,.22) 70%, rgba(10,18,17,.08) 100%),
    linear-gradient(0deg, rgba(9,16,15,.90) 0%, transparent 48%);
}
html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media img {
  object-position: center 48%;
}
html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media figcaption {
  display: none;
}
html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-intro {
  width: min(680px, 54%);
  margin: 0 0 auto;
}
html body[data-page="home"] main #landing > .zf-home-nourish h2 {
  font-size: clamp(40px, 4vw, 64px);
}
html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-intro > p:last-child {
  margin-top: 24px;
  color: rgba(255,255,255,.76);
}
html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast {
  width: min(920px, 76%);
  gap: 1px;
  margin-top: clamp(58px, 8vw, 120px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 20px;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(18px);
}
html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast article,
html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast .is-old,
html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast .is-right {
  min-height: 0;
  padding: clamp(24px, 2.4vw, 38px);
  border: 0;
  border-radius: 0;
  background: rgba(13,22,21,.76);
}
html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast .is-right {
  background: rgba(19,50,45,.76);
}
html body[data-page="home"] main #landing > .zf-home-nourish article strong {
  margin-top: 14px;
  font-size: clamp(25px, 2vw, 34px);
}
html body[data-page="home"] main #landing > .zf-home-nourish article ul {
  gap: 9px;
  margin-top: 18px;
}
html body[data-page="home"] main #landing > .zf-home-nourish article li {
  padding-top: 9px;
  font-size: clamp(13px, .95vw, 15px);
}
html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-closing {
  width: min(920px, 76%);
  margin: 24px 0 0;
  color: rgba(255,255,255,.92);
  font-size: clamp(16px, 1.25vw, 20px);
}
@media (max-width: 760px) {
  html body[data-page="home"] main #landing > .zf-home-nourish {
    min-height: 940px;
    padding: 42px 24px 34px;
  }
  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media {
    height: auto;
    border-radius: inherit;
  }
  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media::after {
    background: linear-gradient(180deg, rgba(9,17,16,.76) 0%, rgba(9,17,16,.34) 36%, rgba(9,17,16,.88) 66%, rgba(9,17,16,.96) 100%);
  }
  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-media img {
    object-position: 58% center;
  }
  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-intro,
  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast,
  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-closing {
    width: 100%;
  }
  html body[data-page="home"] main #landing > .zf-home-nourish h2 {
    font-size: clamp(34px, 9vw, 40px);
  }
  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }
  html body[data-page="home"] main #landing > .zf-home-nourish .zf-home-nourish-contrast article {
    padding: 22px;
  }
}
