/*
 * Family-and-friends mobile readiness refinements, 30 August 2026.
 * Copy, brand semantics, media, marketplace claims and gateway behaviour remain unchanged.
 */

.hero .hero-copy,
.hero .decision-room {
  min-width: 0;
}

form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
form select,
form textarea,
.norb-chat__input {
  font-size: 16px;
}

.norb-chat__quick button,
.norb-motion-toggle {
  min-height: 44px;
}

@media (max-width: 680px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero .hero-copy,
  .hero .decision-room,
  .hero .hero-actions,
  .hero .button {
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
  }
}
