.menu-toggle {
  width: 44px;
  height: 44px;
  padding: 9px;
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.whatsapp {
  width: 58px;
  height: 58px;
  padding: 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0;
}

.whatsapp svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.whatsapp::after {
  content: none !important;
}

@media (max-width: 900px) {
  .hero h1 {
    font-size: clamp(3rem, 11vw, 4.25rem);
    line-height: 1.04;
  }
}
