body {
  min-height: max(884px, 100dvh);
  background-color: #faf9f7;
  color: #1a1c1b;
  -webkit-font-smoothing: antialiased;
}

.editorial-rule {
  width: 100%;
  height: 0.5px;
  background-color: #c6c6cc;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.hero-text-mask {
  mix-blend-mode: multiply;
}

.hero-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  min-height: min(78vh, 860px);
}

.hero-editorial-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.hero-editorial-kicker {
  backdrop-filter: blur(6px);
}

.hero-banner {
  min-height: min(78vh, 860px);
  border-left: 1px solid #c6c6cc;
}

.menu-link {
  color: #45464c;
  border-bottom: 2px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.menu-link:hover {
  color: #000000;
}

.menu-link.is-active {
  color: #000000;
  border-color: #000000;
  font-weight: 700;
}

.menu-link-contact {
  border-color: #000000;
  color: #000000;
}

.menu-link-contact:hover,
.menu-link-contact.is-active {
  background-color: #000000;
  color: #ffffff;
}

.contact-whatsapp {
  border: 1px solid #000000;
  padding: 0.9rem 1.4rem;
  color: #000000;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.contact-whatsapp:hover {
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-1px);
}

.report-text {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  padding: 2rem;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  white-space: pre-line;
  line-height: 1.9;
  letter-spacing: 0.01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  overflow-wrap: anywhere;
}

.report-text::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  bottom: 1.5rem;
  left: 1rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
}

@media (max-width: 768px) {
  .hero-editorial-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-editorial-copy {
    order: 2;
    padding-top: 2rem;
  }

  .hero-banner {
    order: 1;
    min-height: 28rem;
    border-left: 0;
    border-bottom: 1px solid #c6c6cc;
  }

  .report-text {
    padding: 1.25rem 1.25rem 1.25rem 1.5rem;
    font-size: 0.95rem;
    line-height: 1.8;
  }
}
