/* /newsletter/index.css — archive page styles */

.nlet-archive {
  background: #000;
  color: #fff;
  padding-top: 80px;
}

/* HERO */
.nlet-hero {
  padding: 96px 0 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nlet-hero .container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}

.nlet-hero .chip {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent, #6600FF);
  border: 1px solid var(--accent, #6600FF);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 28px;
}

.nlet-hero__title {
  font-family: futura-pt, "Futura PT", system-ui, sans-serif;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
}

.nlet-hero__title .thin { font-weight: 300; }
.nlet-hero__title .bold { font-weight: 700; }

.nlet-hero__lede {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
  margin: 0 0 36px;
}

.nlet-hero__cta {
  display: inline-block;
  background: var(--accent, #6600FF);
  color: #fff;
  padding: 14px 28px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: background 160ms ease;
}

.nlet-hero__cta:hover {
  background: #fff;
  color: #000;
}

/* LIST */
.nlet-list {
  padding: 80px 0;
}

.nlet-list .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.nlet-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 720px) {
  .nlet-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

.nlet-tile {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  transition: border-color 200ms ease, background 200ms ease, transform 200ms ease;
}

.nlet-tile:hover {
  border-color: var(--accent, #6600FF);
  background: rgba(102, 0, 255, 0.06);
  transform: translateY(-2px);
}

.nlet-tile__link {
  display: block;
  padding: 32px 28px;
  color: inherit;
  text-decoration: none;
}

.nlet-tile__date {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent, #6600FF);
  margin: 0 0 14px;
}

.nlet-tile__title {
  font-family: futura-pt, "Futura PT", system-ui, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0 0 14px;
  letter-spacing: -0.01em;
}

.nlet-tile__lede {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 22px;
}

.nlet-tile__more {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}

.nlet-tile__link:hover .nlet-tile__more {
  color: var(--accent, #6600FF);
}

/* SIGNUP SECTION */
.nlet-signup-section {
  padding: 80px 0 120px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nlet-signup-section .container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.nlet__signup--standalone {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  padding: 36px 32px;
}

.nlet__signup--standalone .nlet__bonus {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 24px;
}

.nlet__signup--standalone .chip--solid {
  align-self: flex-start;
  background: var(--accent, #6600FF);
  color: #fff;
  border: none;
  padding: 6px 12px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
  font-weight: 600;
}

.nlet__signup--standalone .nlet__bonus span:last-child {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.nlet__signup--standalone .nlet__beehiiv-wrap {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 0 14px;
}

.nlet__signup--standalone .nlet__beehiiv-iframe {
  width: 100%;
  min-height: 240px;
  border: 0;
  display: block;
}

.nlet__signup--standalone .nlet__fine {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  text-align: center;
}

/* SITE FOOTER (matches existing site treatment) */
.site-footer {
  background: #000;
  color: rgba(255, 255, 255, 0.6);
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  justify-content: space-between;
  align-items: center;
}

.site-footer__copy {
  margin: 0;
  font-size: 13px;
}

.site-footer__nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.site-footer__nav a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 13px;
  transition: color 160ms ease;
}

.site-footer__nav a:hover {
  color: #fff;
}

/* Issue page additions */
.article__divider {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 56px 0 36px;
  text-align: center;
  justify-content: center;
}

.article__divider::before,
.article__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  max-width: 80px;
}

.article__divider span {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--accent, #6600FF);
}

.article__rule {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 40px 0;
}

.article__cta {
  background: #000;
  color: #fff;
  border-radius: 10px;
  padding: 40px 32px;
  margin-top: 64px;
  text-align: center;
}

.article__cta-eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent, #6600FF);
  margin: 0 0 16px;
}

.article__cta-title {
  font-family: futura-pt, "Futura PT", system-ui, sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.2;
  margin: 0 0 18px;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.article__cta-title .thin { font-weight: 300; }
.article__cta-title .bold { font-weight: 700; }

.article__cta-body {
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  max-width: 540px;
  margin: 0 auto 28px;
}

.article__cta-btn {
  display: inline-block;
  background: var(--accent, #6600FF);
  color: #fff;
  padding: 14px 32px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: background 160ms ease;
}

.article__cta-btn:hover {
  background: #fff;
  color: #000;
}

/* ===== Kit (ConvertKit) embed — brand-aligned overrides ===== */
.nlet__kit-wrap { max-width: 520px; margin: 0 auto 20px; width: 100%; }
.nlet__kit-wrap .formkit-form { max-width: 100% !important; padding: 0 !important; background: transparent !important; }
.nlet__kit-wrap .formkit-form[data-uid="c9a3564ab5"][min-width~="700"] [data-style="clean"],
.nlet__kit-wrap .formkit-form[data-uid="c9a3564ab5"][min-width~="800"] [data-style="clean"] { padding: 0 !important; }
.nlet__kit-wrap .formkit-fields { gap: 8px; }
.nlet__kit-wrap .formkit-field { flex: 2 1 60% !important; margin: 0 !important; }
.nlet__kit-wrap .formkit-submit { flex: 1 1 35% !important; margin: 0 !important; }
.nlet__kit-wrap .formkit-input {
  font-family: var(--ff) !important;
  font-size: 14px !important;
  padding: 13px 14px !important;
  border: 1px solid #000 !important;
  border-radius: 4px !important;
  color: #000 !important;
  background: #fff !important;
  width: 100% !important;
  line-height: 1.4 !important;
}
.nlet__kit-wrap .formkit-input:focus { border-color: var(--accent) !important; outline: none !important; }
.nlet__kit-wrap .formkit-input::placeholder { color: rgba(0,0,0,.4) !important; opacity: 1 !important; }
.nlet__kit-wrap .formkit-submit {
  background: var(--accent) !important;
  color: #fff !important;
  border-radius: 3px !important;
  font-family: var(--ff) !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  border: 0 !important;
}
.nlet__kit-wrap .formkit-submit > span { padding: 13px 18px !important; display: block !important; }
.nlet__kit-wrap .formkit-submit:hover > span { background: rgba(255,255,255,0.15) !important; }
.nlet__kit-wrap .formkit-powered-by-convertkit-container,
.nlet__kit-wrap .formkit-powered-by-convertkit { display: none !important; }
@media (max-width: 560px) {
  .nlet__kit-wrap .formkit-fields { flex-direction: column; }
  .nlet__kit-wrap .formkit-field,
  .nlet__kit-wrap .formkit-submit { flex: 1 0 100% !important; }
}

