/* ════════════════════════════════════════════════════════════════
   fmf-newsletter.css  —  /newsletter/ branded landing (M-006)
   ════════════════════════════════════════════════════════════════ */

/* Variables defined in fmf-global.css (:root) — loaded on every page. */

.fmf-nl-page {
    background: var(--fm-black);
}

/* ── Hero — mirrors the About hero recipe, flat gradient (no bg image) ── */
.fmf-nl-hero {
    position: relative;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 2px solid var(--fm-red);
    background: linear-gradient(
        135deg,
        rgba(139, 0, 0, 0.40) 0%,
        rgba(10,  8, 4, 0.96) 55%,
        #0a0804 100%
    );
}
.fmf-nl-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 1.5rem;
}
.fmf-nl-hero-eyebrow {
    font-size: 0.82rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--fm-amber);
    margin: 0 0 0.5rem;
}
.fmf-nl-hero-title,
h1.fmf-nl-hero-title {
    font-family: 'Nosifer', cursive;
    font-size: clamp(1.9rem, 5.5vw, 3.4rem);
    color: #ffffff;
    margin: 0 0 0.4rem;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.9);
    line-height: 1.1;
}
.fmf-nl-hero-sub {
    color: var(--fm-bone);
    font-size: clamp(0.78rem, 1.8vw, 0.92rem);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
}

/* ── Pitch + cards ── */
.fmf-nl-pitch {
    max-width: 860px;
    margin: 0 auto;
    padding: 2.25rem 1.5rem 0.5rem;
}
.fmf-nl-pitch-lead {
    color: var(--fm-bone);
    font-size: 1.08rem;
    line-height: 1.75;
    margin: 0 0 1.75rem;
    text-align: center;
}
.fmf-nl-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.fmf-nl-card {
    background: rgba(26, 26, 26, 0.75);
    border: 1px solid var(--fm-border);
    border-top: 3px solid var(--fm-red);
    padding: 1.1rem 1.15rem 1.2rem;
    text-align: center;
}
.fmf-nl-card-icon {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 0.45rem;
}
.fmf-nl-card-title {
    /* M-098 phase 2: the 6/04 +15% size bump treated the symptom — the
       disease is Creepster-can't-render-small. Special Elite, size back
       toward design intent, faux-800 dropped. */
    font-family: 'Special Elite', 'Courier New', monospace;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--fm-amber);
    margin: 0 0 0.45rem;
    line-height: 1.3;
}
.fmf-nl-card p {
    color: var(--fm-bone);
    opacity: 0.88;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* ── Form panel ── */
.fmf-nl-form-section {
    padding: 2rem 1.5rem 3rem;
}
.fmf-nl-form-panel {
    max-width: 560px;
    margin: 0 auto;
    background: rgba(201, 134, 10, 0.05);
    border: 1px solid var(--fm-border);
    border-left: 3px solid var(--fm-amber);
    padding: 1.5rem 1.5rem 1.25rem;
}
.fmf-nl-form-title {
    /* M-098 fix round 1: Alec flagged SEAL YOUR SEAT too — same purge. */
    font-family: 'Special Elite', 'Courier New', monospace;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--fm-amber);
    margin: 0 0 1rem;
    line-height: 1.3;
    text-align: center;
}

/* MailPoet form reskin — plugin emits inline width/padding only; colors and
   chrome come from these rules. Scoped to the panel so nothing leaks. */
.fmf-nl-form-panel .mailpoet_form {
    background: transparent !important;
    padding: 0 !important;
}
.fmf-nl-form-panel .mailpoet_paragraph { margin: 0 0 0.8rem; }
.fmf-nl-form-panel .mailpoet_text {
    background: rgba(10, 8, 4, 0.85) !important;
    border: 1px solid var(--fm-border) !important;
    color: var(--fm-bone) !important;
    font-size: 1rem !important;
    padding: 0.65rem 0.8rem !important;
    border-radius: 2px;
}
.fmf-nl-form-panel .mailpoet_text:focus {
    outline: none !important;
    border-color: var(--fm-amber) !important;
    box-shadow: 0 0 0 2px rgba(201, 134, 10, 0.25);
}
.fmf-nl-form-panel .mailpoet_text::placeholder { color: var(--fm-muted); }
.fmf-nl-form-panel .mailpoet_submit {
    background: var(--fm-red) !important;
    border: 1px solid var(--fm-red) !important;
    color: #fff !important;
    font-family: 'Special Elite', 'Courier New', monospace !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.7rem 1rem !important;
    border-radius: 2px;
    cursor: pointer;
    transition: filter 0.15s ease;
}
.fmf-nl-form-panel .mailpoet_submit:hover { filter: brightness(1.25); }
.fmf-nl-form-panel .mailpoet_validate_success { color: #7fc97f !important; }
.fmf-nl-form-panel .mailpoet_validate_error,
.fmf-nl-form-panel .parsley-errors-list { color: #ff8a80 !important; }

.fmf-nl-fine-print {
    color: var(--fm-muted);
    font-size: 0.78rem;
    line-height: 1.6;
    margin: 0.9rem 0 0;
    text-align: center;
}
.fmf-nl-form-fallback {
    color: var(--fm-bone);
    text-align: center;
}
.fmf-nl-form-fallback a { color: var(--fm-amber); }

/* ── Mobile ── */
@media (max-width: 720px) {
    .fmf-nl-cards { grid-template-columns: 1fr; }
    .fmf-nl-pitch-lead { font-size: 1rem; }
}
