


.nl-wrap {
  max-width: 640px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 3rem;
}


.nl-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b48c3c;
  margin-bottom: 0.6rem;
}


.nl-title {
  font-family: 'Windlass', Georgia, serif;
  font-size: clamp(1.6rem, 5vw, 2.4rem);
  color: #f0e6c8;
  line-height: 1.15;
  margin-bottom: 1.2rem;
}


.nl-body {
  font-size: clamp(0.95rem, 2.2vw, 1.05rem);
  color: #e8dfc8;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.nl-body strong {
  color: #f0e6c8;
}


.nl-divider {
  border: none;
  border-top: 1px solid rgba(180,140,60,0.25);
  margin: 1.5rem 0;
}


.nl-form {
  margin: 1.5rem 0;
}


@media (max-width: 600px) {
  .nl-wrap { padding: 1.5rem 1rem 2rem; }
}
