/* ============================================================
   vegetarianhulk · /newsletter
   Standalone Signup-Landing für Insta-Bio-Link.
   Magazine-editorial · forest accents · vanilla canvas.
   Responsive: desktop default, mobile via media query.
   ============================================================ */

.nl-page {
  background: var(--vanilla);
  color: var(--ink);
  font-family: var(--font-body);
  position: relative;
  overflow-x: hidden;
  background-image:
    radial-gradient(55% 35% at 90% 0%, rgba(61, 138, 82, 0.12), transparent 60%),
    radial-gradient(45% 30% at 0% 25%, rgba(207, 191, 157, 0.45), transparent 70%);
  --nl-pad: 96px;
}
.nl-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--forest-1);
}
.nl-eyebrow--big {
  font-size: 14px;
  letter-spacing: 4px;
}

/* ── Nav (sticky vanilla blur) ── */
.nl-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 22px var(--nl-pad);
  border-bottom: 1px solid var(--earth);
  background: rgba(247, 239, 222, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 10;
}
.nl-brand {
  display: inline-flex; align-items: baseline; gap: 8px;
  font-family: var(--font-display);
  font-weight: 700; font-size: 22px; letter-spacing: -0.5px;
  color: var(--forest-1); text-decoration: none;
}
.nl-brand em { font-style: italic; font-weight: 400; color: var(--ink); }
.nl-brand-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--forest-1); transform: translateY(-2px); }
.nl-nav-links { list-style: none; margin: 0; padding: 0; display: flex; gap: 6px; flex: 1; justify-content: center; }
.nl-nav-links a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(45, 106, 62, 0.05);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
  text-decoration: none;
  transition: all var(--t-fast) var(--ease-apple);
}
.nl-nav-links a:hover { background: rgba(45, 106, 62, 0.12); color: var(--forest-1); }
.nl-nav-links a:active { transform: scale(0.97); }
.nl-nav-links a[aria-current="page"] {
  background: var(--forest-1);
  color: var(--vanilla);
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(45, 106, 62, 0.25);
}
.nl-nav-cta {
  font-family: var(--font-body);
  font-weight: 700; font-size: 12px; letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--ink); padding: 10px 16px;
  border: 1.5px solid var(--earth); border-radius: 999px;
  text-decoration: none;
  transition: all var(--t-fast) var(--ease-apple);
}
.nl-nav-cta:hover { border-color: var(--forest-1); color: var(--forest-1); }
/* Hamburger — hidden on desktop */
.nl-nav-burger {
  display: none;
  background: none;
  border: none;
  color: var(--forest-1);
  padding: 6px;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 8px;
  transition: background 0.15s;
}
.nl-nav-burger:hover { background: rgba(45, 106, 62, 0.08); }

.nl-main { padding: 0 var(--nl-pad) 0; }

/* ── Hero ──────────────────────────────────── */
.nl-hero {
  padding: 96px 0 56px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 56px;
  align-items: end;
}
.nl-hero-left { min-width: 0; }
.nl-hero-meta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px;
  background: var(--beige-1);
  border: 1px solid var(--earth);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 28px;
}
.nl-hero-meta .nl-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--forest-1);
  box-shadow: 0 0 0 3px rgba(45, 106, 62, 0.18);
  animation: nl-pulse 3s var(--ease-apple) infinite;
}
@keyframes nl-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(45, 106, 62, 0.18); }
  50%      { box-shadow: 0 0 0 6px rgba(45, 106, 62, 0.06); }
}
.nl-hero-eyebrow {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.nl-hero-eyebrow .line { display: inline-block; width: 56px; height: 1px; background: var(--forest-1); }

.nl-hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 6.2vw, 88px);
  font-weight: 700; line-height: 0.98; letter-spacing: -2px;
  color: var(--ink); margin: 0; text-wrap: balance;
  max-width: 920px;
}
.nl-hero-h1 em { font-style: italic; font-weight: 400; color: var(--forest-1); }

.nl-hero-lead {
  font-size: 19px; line-height: 1.55;
  color: var(--ink-2);
  max-width: 580px;
  margin: 28px 0 0;
  text-wrap: pretty;
}

.nl-hero-right {
  align-self: end;
  padding-bottom: 8px;
}
.nl-hero-mark {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 128px;
  line-height: 0.8;
  color: var(--forest-3);
  letter-spacing: -4px;
  opacity: 0.85;
}
.nl-hero-mark-sub {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--ink-3);
  text-align: right;
  margin-top: 4px;
}

/* ── Trust bar ─────────────────────────────── */
.nl-trust {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin: 48px 0 0;
  padding: 28px 36px;
  background: var(--beige-1);
  border: 1px solid var(--earth);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.nl-trust::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(40% 100% at 50% 100%, rgba(45,106,62,0.06), transparent 70%);
  pointer-events: none;
}
.nl-trust-cell {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 24px;
  border-left: 1px dashed var(--earth);
  position: relative;
  z-index: 1;
}
.nl-trust-cell:first-child { border-left: 0; padding-left: 0; }
.nl-trust-num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -1px;
  line-height: 1;
  color: var(--forest-1);
  font-variant-numeric: tabular-nums;
}
.nl-trust-label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--ink-3);
}

/* ── Section: Drei Mails ───────────────────── */
.nl-mails {
  padding: 96px 0 64px;
  position: relative;
}
.nl-section-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 48px;
}
.nl-section-head .nl-section-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--ink-3);
}
.nl-section-h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -1.4px;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}
.nl-section-h2 em { font-style: italic; font-weight: 400; color: var(--forest-1); }
.nl-section-h2-mark {
  align-self: end;
  padding-bottom: 4px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--forest-1);
}

.nl-mail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.nl-mail {
  background: var(--beige-1);
  border: 1px solid var(--earth);
  border-radius: 18px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  transition: transform var(--t-fast) var(--ease-apple),
              box-shadow var(--t-fast) var(--ease-apple),
              border-color var(--t-fast) var(--ease-apple);
}
.nl-mail:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px -22px rgba(26, 20, 16, 0.30);
  border-color: var(--earth-2);
}
.nl-mail-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nl-mail-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--forest-1);
  padding: 6px 12px;
  background: var(--vanilla);
  border: 1px solid var(--earth);
  border-radius: 999px;
}
.nl-mail-tag .nl-mail-num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  text-transform: none;
  letter-spacing: -0.2px;
  color: var(--ink);
}
.nl-mail-time {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--ink-4);
}
.nl-mail-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: -0.6px;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}
.nl-mail-title em { font-style: italic; font-weight: 400; color: var(--forest-1); }
.nl-mail-tease {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0;
  text-wrap: pretty;
}

.nl-mail-shot {
  background: var(--vanilla);
  border: 1px solid var(--earth);
  border-radius: 12px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}
.nl-mail-shot::before {
  content: "INBOX · BREVO";
  position: absolute;
  top: -8px; left: 16px;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--ink-4);
  background: var(--beige-1);
  padding: 0 8px;
}
.nl-shot-from {
  display: flex; align-items: center; gap: 10px;
}
.nl-shot-avatar {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--forest-1);
  color: var(--vanilla);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  display: flex; align-items: center; justify-content: center;
  letter-spacing: -0.5px;
}
.nl-shot-from-name {
  flex: 1;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
}
.nl-shot-from-name span { color: var(--ink-3); font-weight: 400; }
.nl-shot-from-time {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  color: var(--ink-4);
}
.nl-shot-subject {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  color: var(--ink);
}
.nl-shot-preview {
  font-size: 11px;
  line-height: 1.5;
  color: var(--ink-3);
  border-top: 1px dashed var(--earth);
  padding-top: 8px;
  text-wrap: pretty;
}
.nl-shot-preview em { font-style: italic; color: var(--forest-1); font-weight: 500; }

/* ── Pull quote ────────────────────────────── */
.nl-pull {
  margin: 0;
  padding: 80px 0;
  border-top: 1px solid var(--earth);
  border-bottom: 1px solid var(--earth);
  text-align: center;
  position: relative;
  background: radial-gradient(45% 65% at 50% 50%, rgba(61, 138, 82, 0.07), transparent 70%);
}
.nl-pull-mark {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
  font-size: 140px;
  line-height: 0.6;
  color: var(--forest-3);
  margin-bottom: 8px;
}
.nl-pull-quote {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -1px;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}
.nl-pull-quote em { font-style: italic; font-weight: 400; color: var(--forest-1); }
.nl-pull-attrib {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--ink-3);
}
.nl-pull-line { display: inline-block; width: 48px; height: 1px; background: var(--earth-2); }

/* ── Signup form ───────────────────────────── */
.nl-form-wrap {
  padding: 96px 0;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
  scroll-margin-top: 96px;
}
.nl-form-side .nl-eyebrow { margin-bottom: 16px; }
.nl-form-side h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.05;
  letter-spacing: -1.1px;
  color: var(--ink);
  margin: 0 0 22px;
  text-wrap: balance;
}
.nl-form-side h3 em { font-style: italic; font-weight: 400; color: var(--forest-1); }
.nl-form-side p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
  text-wrap: pretty;
}
.nl-form-side .nl-form-meta {
  margin-top: 24px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--ink-3);
  display: flex; gap: 14px; flex-wrap: wrap;
}
.nl-form-side .nl-form-meta span::before {
  content: "·";
  margin-right: 14px;
  color: var(--earth-2);
}
.nl-form-side .nl-form-meta span:first-child::before { content: ""; margin: 0; }

.nl-form-card {
  background: var(--beige-1);
  border: 1px solid var(--earth);
  border-radius: 24px;
  padding: 44px 44px;
  position: relative;
  box-shadow: 0 32px 64px -32px rgba(26, 20, 16, 0.25);
}
.nl-form-card::before {
  content: "";
  position: absolute;
  top: 16px; left: 16px; right: 16px; bottom: 16px;
  border: 1px dashed var(--earth);
  border-radius: 16px;
  pointer-events: none;
}
.nl-form-card-inner { position: relative; z-index: 1; }

.nl-form-label {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -0.4px;
  color: var(--ink);
  margin-bottom: 12px;
}
.nl-form-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: var(--vanilla);
  border: 1.5px solid var(--earth);
  border-radius: 14px;
  padding: 20px 22px;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  outline: none;
  transition: border-color var(--t-fast) var(--ease-apple),
              box-shadow var(--t-fast) var(--ease-apple);
}
.nl-form-input::placeholder { color: var(--ink-4); font-weight: 400; }
.nl-form-input:focus {
  border-color: var(--forest-1);
  box-shadow: 0 0 0 4px rgba(45, 106, 62, 0.14);
}

.nl-form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-top: 16px;
  padding: 20px 28px;
  background: var(--forest-1);
  color: var(--vanilla);
  border: none;
  border-radius: 14px;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: var(--shadow-cta);
  transition: background var(--t-fast) var(--ease-apple),
              transform var(--t-fast) var(--ease-apple),
              box-shadow var(--t-fast) var(--ease-apple);
}
.nl-form-submit:hover:not(:disabled) {
  background: var(--forest-2);
  transform: translateY(-2px);
  box-shadow: var(--shadow-cta-hover);
}
.nl-form-submit:disabled { opacity: 0.7; cursor: progress; }
.nl-form-submit-arrow {
  display: inline-block;
  transition: transform var(--t-fast) var(--ease-apple);
}
.nl-form-submit:hover:not(:disabled) .nl-form-submit-arrow { transform: translateX(4px); }

.nl-form-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink-2);
  cursor: pointer;
}
.nl-form-check input {
  flex: 0 0 auto;
  width: 18px; height: 18px;
  margin-top: 1px;
  accent-color: var(--forest-1);
  cursor: pointer;
}
.nl-form-check a { color: var(--forest-1); text-decoration: underline; text-underline-offset: 2px; }
.nl-form-check strong { color: var(--ink); font-weight: 600; }

.nl-form-success {
  text-align: center;
  padding: 24px 8px;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: var(--forest-1);
}
.nl-form-success small {
  display: block;
  margin-top: 8px;
  font-family: var(--font-body);
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--ink-3);
}

.nl-form-error {
  margin-top: 12px;
  padding: 12px 14px;
  background: rgba(179, 54, 31, 0.08);
  border: 1px solid rgba(179, 54, 31, 0.3);
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--danger);
}

.nl-form-stamp {
  position: absolute;
  top: 20px;
  right: -16px;
  transform: rotate(8deg);
  background: var(--forest-1);
  color: var(--vanilla);
  padding: 10px 16px;
  border-radius: 4px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  box-shadow: 0 8px 20px -10px rgba(45, 106, 62, 0.55);
  z-index: 2;
}
.nl-form-stamp em {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  letter-spacing: -0.2px;
  margin-top: 2px;
}

/* ── Anti-hype: "Das passiert NICHT" ───────── */
.nl-anti {
  padding: 96px 0 80px;
  border-top: 1px solid var(--earth);
}
.nl-anti-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  margin-bottom: 48px;
  gap: 32px;
}
.nl-anti-head .nl-eyebrow { color: var(--danger); margin-bottom: 12px; }
.nl-anti-head h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.0;
  letter-spacing: -1.4px;
  color: var(--ink);
  margin: 0;
  text-wrap: balance;
}
.nl-anti-head h2 em { font-style: italic; font-weight: 400; color: var(--forest-1); }
.nl-anti-head h2 .strike { text-decoration: line-through; text-decoration-thickness: 3px; color: var(--ink-3); }
.nl-anti-head-aside {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--ink-3);
  text-align: right;
  padding-bottom: 6px;
  max-width: 240px;
}

.nl-anti-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.nl-anti-card {
  background: var(--beige-1);
  border: 1px solid var(--earth);
  border-radius: 14px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
}
.nl-anti-card--no {
  background: rgba(179, 54, 31, 0.04);
  border-color: rgba(179, 54, 31, 0.25);
}
.nl-anti-card--yes {
  background: var(--forest-1);
  border-color: var(--forest-2);
  color: var(--vanilla);
}
.nl-anti-icon {
  width: 38px; height: 38px;
  border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 18px;
  border: 1.5px solid currentColor;
}
.nl-anti-card--no .nl-anti-icon { color: var(--danger); }
.nl-anti-card--yes .nl-anti-icon {
  color: var(--forest-1);
  background: var(--vanilla);
  border-color: var(--vanilla);
}
.nl-anti-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.4px;
  margin: 0;
  text-wrap: balance;
}
.nl-anti-card--no .nl-anti-title { color: var(--ink); text-decoration: line-through; text-decoration-color: var(--danger); text-decoration-thickness: 1.5px; }
.nl-anti-card--yes .nl-anti-title { color: var(--vanilla); }
.nl-anti-text {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0;
}
.nl-anti-card--yes .nl-anti-text { color: rgba(247, 239, 222, 0.78); }
.nl-anti-stamp {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px dashed var(--earth);
}
.nl-anti-card--yes .nl-anti-stamp { color: rgba(247, 239, 222, 0.55); border-top-color: rgba(247, 239, 222, 0.25); }

/* ── Footer ────────────────────────────────── */
.nl-foot {
  padding: 64px var(--nl-pad) 48px;
  background: var(--vanilla);
  border-top: 1px solid var(--earth);
}
.nl-foot-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
}
.nl-foot .nl-brand { font-size: 22px; }
.nl-foot-blurb {
  margin: 12px 0 0;
  max-width: 280px;
  font-size: 14px;
  color: var(--ink-3);
  line-height: 1.5;
}
.nl-foot-tag {
  margin-top: 14px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  color: var(--forest-1);
}
.nl-foot-attrib {
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--ink-3);
}
.nl-foot h4 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: var(--ink-3);
  text-transform: uppercase;
  margin: 0 0 14px;
}
.nl-foot ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
}
.nl-foot ul a {
  font-size: 14px;
  color: var(--ink-2);
  text-decoration: none;
  transition: color var(--t-fast) var(--ease-apple);
}
.nl-foot ul a:hover { color: var(--forest-1); }
.nl-foot-bottom {
  margin: 56px 0 0;
  padding-top: 24px;
  border-top: 1px solid var(--earth);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--ink-3);
}

/* ============================================================
   TABLET ≤ 1100px — tighter padding, 2-col mails
   ============================================================ */
@media (max-width: 1100px) {
  .nl-page { --nl-pad: 56px; }
  .nl-hero { padding: 72px 0 48px; gap: 32px; }
  .nl-mail-grid { grid-template-columns: repeat(2, 1fr); }
  .nl-anti-grid { grid-template-columns: repeat(2, 1fr); }
  .nl-form-wrap { gap: 48px; padding: 72px 0; }
  .nl-foot-inner { grid-template-columns: 1.4fr 1fr 1fr; }
  .nl-foot-inner > div:last-child { grid-column: 1 / -1; border-top: 1px dashed var(--earth); padding-top: 24px; margin-top: 8px; }
}

/* ============================================================
   MOBILE ≤ 768px
   ============================================================ */
@media (max-width: 768px) {
  .nl-page { --nl-pad: 20px; }

  /* Mobile Glass-Tab-Bar */
  .nl-nav {
    gap: 12px;
    padding: 12px 20px;
    background: rgba(247, 239, 222, 0.72);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    backdrop-filter: blur(24px) saturate(180%);
    border-bottom: 1px solid rgba(45, 106, 62, 0.10);
    box-shadow: 0 4px 24px rgba(26, 20, 16, 0.04);
  }
  .nl-brand { font-size: 18px; flex-shrink: 0; }
  .nl-nav-burger { display: flex; align-items: center; justify-content: center; margin-left: auto; }
  .nl-nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 4px;
    padding: 12px 20px;
    background: rgba(247, 239, 222, 0.92);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    backdrop-filter: blur(24px) saturate(180%);
    border-bottom: 1px solid rgba(45, 106, 62, 0.08);
    box-shadow: 0 8px 32px rgba(26, 20, 16, 0.08);
    animation: nl-nav-slide 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .nl-nav-links--open { display: flex; }
  .nl-nav-links li { flex-shrink: 0; }
  .nl-nav-links a {
    display: block;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 500;
    background: rgba(45, 106, 62, 0.06);
    color: var(--ink-2);
    border-radius: 12px;
    white-space: nowrap;
    transition: all var(--t-fast) var(--ease-apple);
  }
  .nl-nav-links a:active { transform: scale(0.97); }
  .nl-nav-links a[aria-current="page"] {
    background: var(--forest-1);
    color: var(--vanilla);
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(45, 106, 62, 0.25);
  }
  .nl-nav-links a[aria-current="page"]::after { display: none; }
  .nl-nav-cta { display: none; }
  @keyframes nl-nav-slide {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .nl-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 40px 0 32px;
  }
  .nl-hero-meta { margin-bottom: 18px; }
  .nl-hero-lead { font-size: 16px; margin-top: 22px; }
  .nl-hero-right { display: none; }

  .nl-trust {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 20px;
    margin-top: 32px;
  }
  .nl-trust-cell {
    border-left: 0;
    border-top: 1px dashed var(--earth);
    padding: 12px 0 0;
    flex-direction: row;
    align-items: baseline;
    gap: 14px;
  }
  .nl-trust-cell:first-child { border-top: 0; padding-top: 0; }
  .nl-trust-num { font-size: 28px; }
  .nl-trust-label { font-size: 11px; }

  .nl-mails { padding: 56px 0 40px; }
  .nl-section-head {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
    margin-bottom: 28px;
  }
  .nl-section-h2-mark { padding: 0; }
  .nl-mail-grid { grid-template-columns: 1fr; gap: 14px; }
  .nl-mail { padding: 22px; }
  .nl-mail-title { font-size: 22px; }

  .nl-pull { padding: 56px 0; }
  .nl-pull-mark { font-size: 92px; }
  .nl-pull-attrib { gap: 10px; flex-wrap: wrap; justify-content: center; }

  .nl-form-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 56px 0;
  }
  .nl-form-side p { font-size: 14px; }
  .nl-form-card { padding: 28px 24px; border-radius: 18px; }
  .nl-form-card::before { top: 10px; left: 10px; right: 10px; bottom: 10px; }
  .nl-form-label { font-size: 19px; }
  .nl-form-input { padding: 16px 18px; font-size: 16px; }
  .nl-form-submit { padding: 18px 22px; font-size: 13px; letter-spacing: 1.6px; }
  .nl-form-stamp { top: -10px; right: 12px; font-size: 9px; padding: 8px 12px; }
  .nl-form-stamp em { font-size: 12px; }

  .nl-anti { padding: 56px 0 40px; }
  .nl-anti-head { grid-template-columns: 1fr; gap: 12px; margin-bottom: 28px; }
  .nl-anti-head-aside { text-align: left; max-width: none; }
  .nl-anti-grid { grid-template-columns: 1fr; gap: 12px; }
  .nl-anti-card { padding: 20px; }
  .nl-anti-title { font-size: 18px; }

  .nl-foot { padding: 48px 20px 32px; }
  .nl-foot-inner { grid-template-columns: 1fr 1fr; }
  .nl-foot-bottom { flex-direction: column; gap: 6px; margin-top: 40px; font-size: 11px; }
}

/* ============================================================
   GLASS POLISH V2 — iOS-style depth on cards, subtle lift on
   interactives. Layers on top of the editorial base; does
   not change the editorial typography rhythm.
   ============================================================ */

/* Mail-cards — frosted look + bigger lift on hover */
.nl-mail {
  background: linear-gradient(180deg, rgba(255, 251, 240, 0.95), rgba(239, 229, 207, 0.85));
  -webkit-backdrop-filter: blur(8px) saturate(140%);
  backdrop-filter: blur(8px) saturate(140%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.6) inset,
    0 12px 28px -22px rgba(26, 20, 16, 0.15);
  transition: transform 320ms var(--ease-apple),
              box-shadow 320ms var(--ease-apple),
              border-color 320ms var(--ease-apple);
}
.nl-mail:hover {
  transform: translateY(-4px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.6) inset,
    0 28px 60px -28px rgba(26, 20, 16, 0.32),
    0 12px 24px -20px rgba(45, 106, 62, 0.18);
  border-color: rgba(45, 106, 62, 0.30);
}

/* Mail-shot mini-inbox — Apple-Mail-style depth */
.nl-mail-shot {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(247, 239, 222, 0.55));
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  backdrop-filter: blur(12px) saturate(160%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 2px 8px -4px rgba(26, 20, 16, 0.08);
}

/* Trust-bar — single glassy container instead of flat */
.nl-trust {
  background: linear-gradient(180deg, rgba(255, 251, 240, 0.6), rgba(239, 229, 207, 0.4));
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  backdrop-filter: blur(12px) saturate(160%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 10px 28px -22px rgba(26, 20, 16, 0.12);
}

/* Signup-form card — premium glass */
.nl-form-card {
  background: linear-gradient(180deg, rgba(255, 251, 240, 0.85), rgba(239, 229, 207, 0.75));
  -webkit-backdrop-filter: blur(16px) saturate(170%);
  backdrop-filter: blur(16px) saturate(170%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 32px 64px -32px rgba(45, 106, 62, 0.25),
    0 20px 40px -28px rgba(26, 20, 16, 0.18);
}
.nl-form-submit {
  background: linear-gradient(180deg, var(--forest-1) 0%, var(--forest-2) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(0, 0, 0, 0.10),
    0 12px 28px -10px rgba(45, 106, 62, 0.50),
    0 6px 14px -6px rgba(45, 106, 62, 0.35);
  transition: all 200ms var(--ease-apple);
}
.nl-form-submit:hover {
  filter: brightness(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(0, 0, 0, 0.10),
    0 18px 36px -10px rgba(45, 106, 62, 0.60),
    0 10px 20px -8px rgba(45, 106, 62, 0.45);
}
.nl-form-submit:active { transform: scale(0.985); }

/* Anti-cards — frosted, with restraint */
.nl-anti-card {
  background: linear-gradient(180deg, rgba(255, 251, 240, 0.8), rgba(239, 229, 207, 0.6));
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  backdrop-filter: blur(10px) saturate(150%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 14px 32px -22px rgba(26, 20, 16, 0.16);
  transition: transform 280ms var(--ease-apple),
              box-shadow 280ms var(--ease-apple);
}
.nl-anti-card:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 24px 48px -24px rgba(26, 20, 16, 0.24);
}
.nl-anti-card--yes {
  background: linear-gradient(180deg, rgba(45, 106, 62, 0.10), rgba(45, 106, 62, 0.04));
  border-color: rgba(45, 106, 62, 0.28);
}

/* Pull-quote — subtle glass wash on top + bottom edges */
.nl-pull {
  background: linear-gradient(180deg, rgba(45, 106, 62, 0.025), transparent 30%, transparent 70%, rgba(45, 106, 62, 0.025));
}

/* prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .nl-mail, .nl-anti-card, .nl-form-submit { transition: none; }
  .nl-mail:hover, .nl-anti-card:hover { transform: none; }
}
