/* Health — two shops, on-site look */
body.page-health { background: #000; }
body.page-health .topbar,
body.page-health .noise { display: none !important; }
.aw-nav__links a.on { color: #00ffc8; }

.hz-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 7rem 0 2.6rem;
  border-bottom: 1px solid rgba(0, 255, 200, 0.14);
  background:
    radial-gradient(ellipse 70% 55% at 12% 0%, rgba(0, 255, 200, 0.08), transparent 52%),
    #000;
}
.hz-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
}
.hz-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}
.hz-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.82));
  pointer-events: none;
}
.hz-hero .container { position: relative; z-index: 2; }
.hz-hero .display {
  font-size: clamp(3.2rem, 8vw, 6.2rem);
  line-height: 0.88;
  margin: 0.15rem 0 0.85rem;
}
.hz-hero .body-text {
  max-width: 44ch;
  color: #c9d8d2;
  margin: 0 0 1.25rem;
}

.hz-doors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.hz-door {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 200, 0.18);
  background: #050807;
  text-decoration: none;
  color: inherit;
  isolation: isolate;
  transition: border-color 0.25s ease, box-shadow 0.3s ease;
}
.hz-door:hover {
  border-color: #00ffc8;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.5), 0 0 36px rgba(0, 255, 200, 0.14);
}
.hz-door__media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #050807;
}
.hz-door__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.hz-door:hover .hz-door__media img { transform: scale(1.04); }
.hz-door__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 52%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.94));
  pointer-events: none;
}
.hz-door__chip {
  position: absolute;
  z-index: 2;
  left: 0.95rem;
  top: 0.95rem;
  font-family: "Orbitron", sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #00ffc8;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}
.hz-door__copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 1.15rem 1.15rem 1.25rem;
}
.hz-door__copy .soon { margin: 0 0 0.25rem; color: #00ffc8; }
.hz-door__copy h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(1.8rem, 3.2vw, 2.55rem);
  letter-spacing: 0.04em;
  line-height: 0.92;
  margin: 0 0 0.4rem;
  color: #f4faf7;
}
.hz-door__copy p {
  color: #c5d4ce;
  margin: 0 0 0.7rem;
  font-size: 0.9rem;
  line-height: 1.45;
  max-width: 36ch;
}
.hz-door__go {
  font-family: "Orbitron", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #00ffc8;
}
.hz-door--beast .hz-door__media,
.hz-door--crystal .hz-door__media { aspect-ratio: 1 / 1; }
.hz-door--beast .hz-door__media::after,
.hz-door--crystal .hz-door__media::after { display: none; }
.hz-door--beast .hz-door__copy,
.hz-door--crystal .hz-door__copy { display: none; }

.hz-note {
  margin-top: 1.25rem;
  color: #6f7f79;
  font-size: 0.82rem;
  max-width: 62ch;
}
.hz-note a { color: #00ffc8; }

@media (max-width: 860px) {
  .hz-doors { grid-template-columns: 1fr; }
  .hz-door__media { aspect-ratio: 1 / 1; }
  .hz-hero { padding-top: 6.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hz-door,
  .hz-door__media img { transition: none; }
  .hz-door:hover .hz-door__media img { transform: none; }
}
