/* ── HERO (NVRMND-style) ── */

.hero-line-block {
  position: absolute; top: 0; bottom: 0;
  border-left: 1px dotted rgba(0,0,0,0.13);
  pointer-events: none; z-index: 0;
}
.hero-line-block.first-block  { left: var(--pad-x); }
.hero-line-block.second-block { left: 33.333%; }
.hero-line-block.third-block  { left: 66.666%; }
.hero-line-block.fourth-block { right: var(--pad-x); border-left: none; border-right: 1px dotted rgba(0,0,0,0.13); }

.hero {
  min-height: 100vh;
  min-height: 100svh;
  padding: 0 var(--pad-x);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: white;
  border-bottom: 1px dotted rgba(0,0,0,0.13);
}

.hero-container {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding: 100px 0 40px;
  position: relative;
  z-index: 1;
}

.hero-upper-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1.5rem;
}

.hero-h1 {
  font-family: var(--font-head);
  font-size: clamp(46px, 7.5vw, 115px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -2px;
  color: var(--black);
  margin: 0;
  white-space: nowrap;
  padding-right: 8px;
  text-transform: uppercase;
}
.hero-h1._2 { padding-right: 0; }

.hero-body-text {
  max-width: 310px;
  flex-shrink: 0;
  color: var(--black);
  font-family: var(--font-body);
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 300;
  line-height: 1.15;
  text-align: justify;
}

/* Line 2 row — THE + [NETHER.] + MEDIA all inline */
.hero-lower-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero-border-heading {
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

.hero-border-outline-box {
  width: 100%; height: 100%;
  position: absolute; top: 0; left: 0;
  pointer-events: none;
}
.hero-border-outline {
  position: absolute;
  inset: 4px 0;
  border: 1.5px solid var(--primary);
  border-radius: 2px;
}
.rules-border-tl, .rules-border-br,
.rules-border-tr, .rules-border-bl {
  position: absolute;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--primary);
}
.rules-border-tl { top: 2px;    left: -3px;  }
.rules-border-tr { top: 2px;    right: -3px; }
.rules-border-bl { bottom: 2px; left: -3px;  }
.rules-border-br { bottom: 2px; right: -3px; }

/* MEDIA — light weight, same line as NETHER. */
.hero-subheading {
  display: none;
}

/* Bottom utility bar */
.hero-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: clamp(28px, 4vw, 52px);
  flex-wrap: wrap;
  gap: 16px;
}

.hero-socials { display: flex; align-items: center; gap: 6px; }

.hero-text-link {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.09em; text-transform: uppercase;
  color: var(--black); opacity: 0.4;
  text-decoration: none; transition: opacity 0.2s;
}
.hero-text-link:hover { opacity: 1; }

.hero-scroll-link {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--font-body);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.09em; text-transform: uppercase;
  color: var(--primary); text-decoration: none;
  transition: gap 0.2s;
}
.hero-scroll-link:hover { gap: 10px; }
.hero-scroll-link svg { width: 15px; height: 15px; fill: currentColor; }

.hero-email-link {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--black); opacity: 0.4;
  text-decoration: none; transition: opacity 0.2s;
}
.hero-email-link:hover { opacity: 1; }

.hero-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--off-white);
  background: var(--black);
  padding: 0 24px; height: 2.6rem;
  text-decoration: none;
  margin-top: clamp(20px, 3vw, 36px);
  align-self: center;
  transition: background 0.2s, color 0.2s;
}
.hero-cta-btn:hover { background: var(--primary); color: var(--white); }
.hero-cta-btn svg { width: 15px; height: 15px; fill: currentColor; flex-shrink: 0; }

.hero-body-mobile {
  display: none;
  font-family: var(--font-body);
  font-size: 14px; font-weight: 300; line-height: 1.5;
  color: var(--black); text-align: center;
  margin-top: 1rem; max-width: 340px;
}

@media (max-width: 900px) {
  .hero-h1, .hero-subheading { font-size: clamp(36px, 9vw, 72px); letter-spacing: -1px; }
  .hero-lower-row { margin-left: 0; }
  .hero-body-text { display: none; }
  .hero-body-mobile { display: block; }
  .hero-bottom-bar { justify-content: center; }
}
@media (max-width: 560px) {
  .hero-h1, .hero-subheading { font-size: clamp(28px, 10vw, 48px); }
  .hero-line-block.second-block, .hero-line-block.third-block { display: none; }
}
