/* Brand refinements derived from the approved Naratama company profile. */
.hero {
  background:
    linear-gradient(115deg, rgba(4, 66, 55, .94), rgba(7, 102, 82, .86)),
    radial-gradient(circle at 80% 20%, rgba(183, 233, 70, .2), transparent 33%),
    linear-gradient(135deg, #0a4f43, #0d765d);
}
.hero h1 { color: white; }
.hero-copy .eyebrow, .hero-note { color: #d3eadb; }
.hero-copy .eyebrow span:first-child { background: var(--lime); }
.lede { color: #eef8f1; }
.button-quiet { border-color: rgba(255, 255, 255, .35); color: white; }
.hero-panel {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .24);
  backdrop-filter: blur(14px);
  box-shadow: none;
}
.hero:after, .hero-orbit { border-color: rgba(255, 255, 255, .15); }
.profile-signals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem;
  margin: 1.35rem 0;
}
.profile-signals article {
  min-height: 142px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: .9rem;
  background: rgba(255, 255, 255, .1);
  display: flex;
  flex-direction: column;
}
.signal-mark { color: var(--lime); font-size: 1.25rem; }
.profile-signals strong { font-size: 1.85rem; letter-spacing: -.055em; margin-top: auto; }
.profile-signals small { color: #d8eadf; font-size: .72rem; line-height: 1.35; margin-top: .25rem; }
@media (max-width: 540px) {
  .profile-signals article { min-height: 118px; }
  .profile-signals strong { font-size: 1.4rem; }
}
