*,
*::before,
*::after { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

body {
  font-family: "Satoshi", sans-serif;
  color: rgba(0, 0, 0, 0.94);
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}
.skip:focus {
  left: 12px;
  top: 12px;
  z-index: 80;
  background: #fff;
  padding: 8px 12px;
}

.nl-page {
  min-height: 100vh;
  padding: 72px 24px 72px;
}

.nl-page h1 {
  font-family: "Nunito", sans-serif;
  font-size: clamp(36px, 5vw, 50px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-align: center;
  margin: 0 0 20px;
}

.nl-hero {
  display: block;
  width: auto;
  max-width: min(480px, 62vw);
  height: min(52vh, 560px);
  object-fit: contain;
  margin: 0 auto 28px;
  border-radius: 0;
}

.nl-copy {
  max-width: 640px;
  margin: 0 auto;
}

.nl-copy .lead {
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 16px;
}

.nl-copy .lead + .lead {
  margin-bottom: 28px;
}

.nowrap { white-space: nowrap; }

.nl-form {
  display: grid;
  gap: 10px;
}

.nl-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.nl-form input[type="text"],
.nl-form input[type="email"] {
  width: 100%;
  border: 1px solid #d5d8dc;
  border-radius: 10px;
  padding: 12px 14px;
  background: #fff;
  color: #000;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
}

.nl-form input:focus {
  outline: 2px solid #49250b;
  outline-offset: 1px;
}

.nl-form button {
  width: 100%;
  margin-top: 4px;
  border: 0;
  border-radius: 30px;
  padding: 13px 20px;
  background: #49250b;
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.27);
}

.nl-form button:hover,
.nl-form button:focus {
  background: #5a3114;
}

.nl-form button:disabled {
  opacity: 0.7;
  cursor: wait;
}

.consent {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}

.consent a {
  color: inherit;
  text-decoration: underline;
}

.form-msg {
  min-height: 1.2em;
  margin: 8px 0 0;
  font-size: 15px;
}

.form-msg.ok { color: #49250b; }
.form-msg.err { color: #8a1f11; }

@media (max-width: 767px) {
  .nl-page { padding: 52px 20px 48px; }
  .nl-page h1 {
    font-size: clamp(28px, 8.4vw, 36px);
    margin-bottom: 12px;
  }
  .nl-hero {
    height: min(38vh, 320px);
    max-width: min(280px, 72vw);
    margin-bottom: 20px;
  }
  .nl-copy .lead {
    font-size: 16px;
    line-height: 1.45;
  }
  .nl-copy .lead + .lead { margin-bottom: 22px; }
}

@media (max-width: 767px) and (max-height: 700px) {
  .nl-page { padding-top: 36px; }
  .nl-hero {
    height: min(28vh, 220px);
    max-width: min(220px, 68vw);
    margin-bottom: 14px;
  }
}
