@media (max-width: 600px) {
  .nav-wrap {
    gap: 10px;
  }

  .nav-wrap .button-small {
    flex: 0 0 96px;
    min-width: 0;
    width: 96px;
    padding-inline: 8px;
    overflow: hidden;
    font-size: 10px;
  }

  .brand {
    flex: 0 1 137px;
    min-width: 0;
    overflow: hidden;
  }

  .brand img {
    max-width: 137px;
  }

  .eyebrow {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    white-space: normal;
    font-size: 8px;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(38px, 10.25vw, 42px);
    letter-spacing: -0.055em;
  }

  .hero-copy {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}
