/* ニュースレター登録ページ専用 */

/* --- 申し込みページのレイアウト（フォーム主役・単一カラム） --- */
.nl-top {
  padding: 22px 0 0;
  text-align: center;
}
.nl-top .brand {
  font-family: var(--serif);
  font-size: 17px;
  letter-spacing: 0.08em;
  color: var(--ink);
  text-decoration: none;
}
.nl-main { min-height: 100vh; }
.nl-wrap {
  max-width: 560px;
  padding-top: clamp(28px, 6vh, 56px);
  padding-bottom: 8px;
}
.nl-hero { text-align: center; }
.nl-hero .lead { margin-top: 10px; }
.nl-hero .body { margin: 16px auto 0; max-width: 30em; }
.nl-block { margin-top: clamp(34px, 6vh, 56px); }
.nl-h2 {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--note);
  text-align: center;
  margin-bottom: 18px;
}

/* --- 受け取れるもの（3項目） --- */
.nl-gets { list-style: none; display: grid; gap: 14px; }
.nl-gets li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--hair);
  border-radius: 8px;
}
.nl-gets-tag {
  flex: none;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--paper);
  background: var(--shu);
  padding: 4px 9px;
  border-radius: 4px;
  margin-top: 2px;
}
.nl-gets li b {
  display: block;
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  margin-bottom: 4px;
}
.nl-gets li p {
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--body-c);
  margin: 0;
}

/* --- 申し込みカード（マイスピー相当の素直なフォーム） --- */
.nl-card {
  background: #fff;
  border: 1px solid var(--hair);
  border-radius: 10px;
  padding: 26px 24px 28px;
  box-shadow: 0 1px 2px rgba(27, 25, 22, 0.04);
}
.nl-card-lead {
  font-family: var(--sans);
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink);
  text-align: center;
  margin: 0 0 18px;
}

/* --- 登録の流れ（3ステップ） --- */
.nl-flow {
  list-style: none;
  margin-top: 22px;
  display: grid;
  gap: 10px;
}
.nl-flow li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--body-c);
}
.nl-flow li span {
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid var(--hair-strong);
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  color: var(--ink);
}
.nl-fine {
  font-family: var(--sans);
  font-size: 12.5px;
  line-height: 1.85;
  color: var(--note);
  margin-top: 22px;
  text-align: center;
}
.nl-fine a { color: var(--shu); }
.nl-footer { padding: 40px 0 44px; text-align: center; }
.nl-footer p {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--note);
  margin: 0;
}

.nl-form {
  max-width: 480px;
  margin: 0 auto;
}

.nl-label {
  display: block;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--note);
  margin-bottom: 8px;
}

.nl-input {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--sans);
  font-size: 16px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--hair);
  border-radius: 6px;
}

.nl-input:focus {
  outline: 2px solid var(--ink);
  outline-offset: 1px;
  border-color: var(--ink);
}

.nl-turnstile {
  margin: 16px 0;
  min-height: 65px;
}

.nl-btn {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--paper);
  background: var(--ink);
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.nl-btn:hover {
  opacity: 0.88;
}

.nl-btn:disabled {
  opacity: 0.5;
  cursor: default;
}

.nl-status {
  font-family: var(--sans);
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--shu);
  margin-top: 12px;
  min-height: 1.8em;
}
