.handels-page h1 {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.handels-page .hero-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(460px, 1.04fr);
}

.handels-page .hero-copy {
  max-width: 560px;
}

.handels-page .hero-lead {
  max-width: 54ch;
}

.handels-page .contact-note {
  display: grid;
  gap: 3px;
  max-width: 360px;
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.handels-page .contact-note strong,
.handels-page .contact-note a {
  color: var(--white);
}

.handels-page .contact-note span {
  color: rgba(255, 255, 255, 0.78);
}

.handels-page .contact-form label span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.86rem;
  font-weight: 650;
}

.handels-page .contact-form textarea {
  width: 100%;
  min-height: 96px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  resize: vertical;
}

.handels-page .contact-form .privacy-check {
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.45;
}

.handels-page .contact-form .privacy-check input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.handels-page .contact-form .privacy-check a,
.handels-page .footer-legal a {
  color: var(--white);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.handels-page .hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.handels-page .footer-legal {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.handels-page .footer-legal p {
  margin: 0;
}

.handels-page .footer-legal a {
  color: var(--blue-900);
}

@media (max-width: 1120px) {
  .handels-page .hero-grid {
    grid-template-columns: 1fr;
  }

  .handels-page .hero-copy {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .handels-page h1,
  .handels-page h2 {
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (max-width: 420px) {
  .handels-page .hero-copy {
    max-width: 100%;
  }
}
