/* 2026-09 refined home hero: stable layout over a single coherent city image. */
.lh-hero {
  min-height: 720px;
  height: max(720px, calc(100svh - 48px));
  background: #dceaf1 url('../images/hero-home-hz-light-v3-2026.png') center center / cover no-repeat;
  animation: none;
}

.lh-hero::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(248,251,252,.14) 0%, rgba(248,251,252,.08) 28%, rgba(248,251,252,.03) 43%, transparent 58%),
    linear-gradient(180deg, rgba(246,250,252,.04), transparent 28%);
  background-size: auto;
}

.lh-hero::after {
  z-index: 1;
  height: 118px;
  background: linear-gradient(transparent, rgba(246,249,251,.5) 64%, #f6f9fb);
}

.lh-hero__ambient,
.act-marker--hero {
  display: none;
}

.lh-hero__inner {
  z-index: 2;
  width: min(1320px, calc(100% - 64px));
  min-height: 100%;
  padding: 112px 0 70px;
  grid-template-columns: minmax(420px, .84fr) minmax(520px, 1.16fr);
  gap: clamp(32px, 4vw, 64px);
}

.lh-hero__content {
  align-self: center;
  max-width: 610px;
  padding: 16px 0 0;
}

.lh-eyebrow {
  position: static;
  margin: 0 0 28px;
  color: #087f88;
  font-size: 11px;
  letter-spacing: .14em;
  animation: none;
}

.lh-eyebrow span {
  width: 28px;
  background: #0ba99b;
  box-shadow: none;
}

.lh-hero h1 {
  width: 100%;
  min-height: 2.7em;
  color: #10222f;
  font-size: clamp(38px, 3.15vw, 52px);
  font-weight: 430;
  line-height: 1.2;
  letter-spacing: 0;
}

.lh-hero h1 > .lh-title-scene {
  gap: 4px;
  letter-spacing: 0;
}

.lh-hero h1 .lh-title-scene strong {
  color: #079f96;
  font-weight: 560;
}

.lh-hero__description {
  max-width: 590px;
  margin: 24px 0 0;
  color: #405b6b;
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 400;
  line-height: 1.82;
  letter-spacing: 0;
}

.lh-hero__actions {
  position: static;
  margin-top: 30px;
  gap: 12px;
}

.lh-button {
  min-height: 50px;
  padding: 0 24px;
  gap: 20px;
  font-size: 14px;
  letter-spacing: 0;
}

.lh-button--primary {
  background: #0ba99b;
  border-color: #0ba99b;
  box-shadow: 0 12px 28px rgba(11,169,155,.2);
}

.lh-button--ghost {
  border-color: rgba(16,42,58,.17);
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(8px);
}

.lh-hero__proof {
  position: static;
  margin: 24px 0 0;
  gap: 12px 22px;
  color: #58717f;
  font-size: 12px;
}

.lh-hero__proof i {
  background: #0ba99b;
  box-shadow: none;
}

.lh-orbit {
  align-self: center;
  width: 100%;
  max-width: 680px;
  margin: 24px 0 0 auto;
}

.lh-orbit__stage {
  aspect-ratio: 16 / 10;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.lh-orbit__stage::before {
  inset: 5% 14%;
  border-color: rgba(11,169,155,.18);
  transform: rotate(-7deg) scaleY(.5);
}

.lh-orbit__stage::after {
  inset: 15% 20%;
  opacity: .7;
  background: radial-gradient(circle, rgba(11,169,155,.09), transparent 66%);
  filter: blur(10px);
}

.lh-orbit__canvas {
  inset: 5% 9% 11%;
  width: 82%;
  height: 84%;
  opacity: .62;
  filter: contrast(1.02) saturate(.9);
}

.lh-orbit__fallback {
  width: 53%;
  left: 23.5%;
  top: 10%;
  opacity: .38;
  border-color: rgba(11,169,155,.2);
  background: radial-gradient(circle at 38% 34%, rgba(255,255,255,.45), rgba(11,169,155,.08) 48%, transparent 70%);
  box-shadow: none;
}

.lh-orbit.is-webgl .lh-orbit__fallback {
  opacity: .18;
}

.lh-industry {
  min-width: 80px;
  overflow: hidden;
  border-color: rgba(232, 255, 255, .62);
  color: #174250;
  background: linear-gradient(135deg, rgba(225, 249, 250, .5), rgba(101, 190, 201, .34));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .38), 0 12px 28px rgba(16, 76, 91, .18);
  backdrop-filter: blur(16px) saturate(124%);
  -webkit-backdrop-filter: blur(16px) saturate(124%);
  transition: opacity .45s ease, filter .45s ease, border-color .3s ease, background .3s ease, box-shadow .3s ease, transform .3s ease;
}

.lh-industry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38%;
  height: 1px;
  background: linear-gradient(90deg, #e2ffff, rgba(64, 195, 203, .1));
  opacity: .88;
}

.lh-industry::after {
  display: block;
  inset: 0;
  z-index: 0;
  width: auto;
  height: auto;
  background: rgba(91, 215, 222, .12);
  opacity: .08;
  pointer-events: none;
  transform: none;
  animation: lh-glass-tint 9s ease-in-out infinite;
}

.lh-industry > i {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 36px;
  padding: 6px 5px;
  z-index: 1;
}

.lh-industry b {
  color: #123b49;
  font-size: 10px;
  font-weight: 650;
  text-shadow: 0 1px 8px rgba(235, 255, 255, .42);
  white-space: nowrap;
}

.lh-industry small,
.lh-industry > i > span {
  display: none;
}

.lh-industry:hover,
.lh-industry:focus-visible,
.lh-industry.is-selected {
  border-color: rgba(220, 255, 251, .9);
  background: linear-gradient(135deg, rgba(232, 255, 253, .66), rgba(72, 184, 193, .46));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .62), 0 0 0 4px rgba(77, 235, 215, .12), 0 17px 34px rgba(5, 64, 78, .22), 0 0 28px rgba(44, 211, 194, .2);
}

.lh-industry:hover,
.lh-industry:focus-visible {
  transform: translateY(-3px);
}

.lh-industry--food { left: calc(29% + 30px); top: calc(38% - 20px); bottom: auto; }
.lh-industry--power { left: calc(11% + 80px); top: calc(56% - 44px); bottom: auto; }
.lh-industry--agriculture { left: calc(43% + 15px); top: calc(27% - 15px); bottom: auto; }
.lh-industry--water { right: 28%; top: calc(6% + 18px); bottom: auto; }
.lh-industry--telecom { right: 13%; top: calc(31% - 18px); bottom: auto; }
.lh-industry--medical { right: 0; top: 39%; bottom: auto; }
.lh-industry--food::after { animation-delay: -6.4s; }
.lh-industry--power::after { animation-delay: -4.8s; }
.lh-industry--agriculture::after { animation-delay: -3.2s; }
.lh-industry--water::after { animation-delay: -1.6s; }
.lh-industry--telecom::after { animation-delay: -.8s; }

.lh-device-status {
  right: 3%;
  bottom: -13%;
  width: 200px;
  padding: 14px;
  overflow: hidden;
  border-color: rgba(230, 255, 255, .68);
  color: #153f4d;
  background: linear-gradient(145deg, rgba(238, 253, 253, .58), rgba(113, 204, 211, .36));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .52), 0 16px 36px rgba(14, 76, 90, .2);
  backdrop-filter: blur(18px) saturate(124%);
  -webkit-backdrop-filter: blur(18px) saturate(124%);
}

.lh-device-status::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(88, 215, 224, .12);
  opacity: .08;
  pointer-events: none;
  animation: lh-glass-tint 9s ease-in-out -4.5s infinite;
}

.lh-device-status > * {
  position: relative;
  z-index: 1;
}

.lh-device-status__head,
.lh-device-status__foot,
.lh-device-status__metric > span {
  color: rgba(15, 63, 77, .76);
}

.lh-device-status__metric strong {
  color: #123e4b;
  text-shadow: 0 1px 10px rgba(241, 255, 255, .42);
}

.lh-device-status__metric strong small,
.lh-device-status__foot b {
  color: #007f87;
}

.lh-device-status__bars {
  padding: 3px 4px 2px;
  border-top: 1px solid rgba(18, 91, 104, .16);
  border-bottom: 1px solid rgba(236, 255, 255, .46);
}

.lh-device-status__bars i {
  background: linear-gradient(to top, #078b98, #39cfc4 68%, #c7fff6);
  opacity: .96;
  box-shadow: 0 0 7px rgba(31, 184, 180, .22);
}

@keyframes lh-glass-tint {
  0%, 100% { background-color: rgba(82, 196, 212, .1); opacity: .06; }
  48% { background-color: rgba(84, 226, 194, .28); opacity: .2; }
  72% { background-color: rgba(76, 164, 229, .2); opacity: .14; }
}

.lh-orbit__caption {
  display: none;
}

.lh-hero__scroll {
  bottom: 18px;
  color: #58717f;
}

@media (max-width: 1080px) {
  .lh-hero__inner {
    width: min(100% - 48px, 1120px);
    grid-template-columns: minmax(360px, .9fr) minmax(440px, 1.1fr);
    gap: 22px;
  }

  .lh-hero h1 {
    font-size: clamp(36px, 4.2vw, 48px);
  }

  .lh-orbit {
    transform: scale(.92);
    transform-origin: center right;
  }
}

@media (max-width: 860px) {
  .lh-hero {
    min-height: calc(100svh - 36px);
    height: auto;
    background-position: 67% center;
  }

  .lh-hero::before {
    background: linear-gradient(180deg, rgba(248,251,252,.9) 0%, rgba(248,251,252,.84) 48%, rgba(248,251,252,.5) 72%, rgba(248,251,252,.12) 100%);
  }

  .lh-hero__inner {
    width: min(100% - 36px, 680px);
    padding: 106px 0 54px;
    display: flex;
    gap: 34px;
  }

  .lh-hero__content {
    max-width: 620px;
    padding: 0;
  }

  .lh-eyebrow {
    margin-bottom: 20px;
  }

  .lh-hero h1 {
    min-height: 2.8em;
  }

  .lh-hero__description {
    margin-top: 18px;
    font-size: 16px;
  }

  .lh-hero__actions {
    margin-top: 22px;
  }

  .lh-hero__proof {
    margin-top: 18px;
  }

  .lh-orbit {
    width: min(100%, 600px);
    margin: 0 auto;
    transform: none;
  }

  .lh-orbit__stage {
    aspect-ratio: 16 / 9;
  }

  .lh-device-status {
    right: 2%;
    bottom: -16%;
  }
}

@media (max-width: 560px) {
  .lh-hero__inner {
    width: min(100% - 30px, 520px);
    padding-top: 96px;
    gap: 28px;
  }

  .lh-eyebrow {
    font-size: 9px;
    letter-spacing: .08em;
  }

  .lh-hero h1 {
    min-height: 3.45em;
    font-size: clamp(30px, 8.7vw, 39px);
    line-height: 1.22;
  }

  .lh-hero__description {
    font-size: 15px;
    line-height: 1.72;
  }

  .lh-button {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
    padding: 0 14px;
    gap: 10px;
  }

  .lh-hero__proof {
    gap: 9px 16px;
    font-size: 11px;
  }

  .lh-orbit__stage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    aspect-ratio: auto;
    overflow: visible;
  }

  .lh-orbit__stage::before,
  .lh-orbit__stage::after,
  .lh-orbit__canvas,
  .lh-orbit__fallback {
    display: none;
  }

  .lh-industry {
    position: relative !important;
    inset: auto !important;
    width: 100%;
    min-width: 0;
    transform: none !important;
  }

  .lh-industry > i {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 8px 10px;
  }

  .lh-industry b {
    font-size: 11px;
  }

  .lh-device-status {
    display: none;
  }

  .lh-hero__scroll {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lh-hero {
    animation: none;
  }
}
