/* Fabricated Crime — shared overlay modals (Indiegogo, poster subscribe) */
.fc-modal {
    position: fixed;
    inset: 0;
    z-index: 2100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
}

.fc-modal.is-open {
    display: flex;
}

.fc-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    cursor: pointer;
}

.fc-modal-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 440px;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    background: #0a0a0a;
    border: 2px solid rgba(255, 0, 0, 0.55);
    border-radius: 8px;
    padding: 1.75rem 1.5rem 1.5rem;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.65);
    text-align: center;
}

.fc-modal-dialog--wide {
    max-width: 480px;
}

.fc-modal-close {
    position: absolute;
    top: 0.4rem;
    right: 0.5rem;
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 4px;
    transition: color 0.2s ease, background 0.2s ease;
}

.fc-modal-close:hover {
    color: #ff0000;
    background: rgba(255, 0, 0, 0.12);
}

.fc-modal-eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Inter', sans-serif;
}

.fc-modal-title {
    margin: 0 0 0.75rem;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(2rem, 6vw, 2.65rem);
    letter-spacing: 0.08em;
    color: #ff0000;
    text-transform: uppercase;
    line-height: 1.1;
}

.fc-modal-title .fc-modal-reg {
    font-size: 0.45em;
    vertical-align: super;
    letter-spacing: 0;
    margin-left: 0.06em;
}

.fc-modal-body {
    margin: 0 0 1.25rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
    text-align: left;
}

.fc-modal-body strong {
    color: rgba(255, 77, 77, 0.95);
    font-weight: 600;
}

.fc-modal-legal {
    display: block;
    margin-top: 0.65rem;
    font-size: 0.68rem;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.4);
}

.fc-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.fc-modal-cta,
.fc-modal-cta:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0.95rem 1rem;
    background: #ff0000 !important;
    color: #000 !important;
    border: none;
    border-radius: 4px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.15rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.fc-modal-cta:hover {
    background: #fff !important;
    color: #000 !important;
}

.fc-modal-dismiss {
    width: 100%;
    padding: 0.65rem 1rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.fc-modal-dismiss:hover {
    border-color: rgba(255, 0, 0, 0.5);
    color: #ff4d4d;
}

/* Poster subscribe form inside modal */
.fc-poster-form {
    text-align: left;
    margin-top: 0.5rem;
}

.fc-poster-form .form-group {
    margin-bottom: 0.85rem;
}

.fc-poster-form label {
    display: block;
    margin-bottom: 0.35rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}

.fc-poster-form input[type="email"],
.fc-poster-form input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.75rem 0.85rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 4px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
}

.fc-poster-form input:focus {
    outline: none;
    border-color: rgba(255, 0, 0, 0.55);
}

.fc-poster-form .fc-poster-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin: 0.75rem 0 1rem;
    font-size: 0.78rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.6);
}

.fc-poster-form .fc-poster-consent input {
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.fc-poster-form .fc-poster-consent a {
    color: #ff4d4d;
}

.fc-poster-form .fc-poster-submit {
    width: 100%;
    padding: 0.95rem 1rem;
    background: #ff0000;
    color: #000;
    border: none;
    border-radius: 4px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.15rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease;
}

.fc-poster-form .fc-poster-submit:hover {
    background: #fff;
}

.fc-poster-form .fc-poster-config-notice {
    margin: 0 0 1rem;
    padding: 0.75rem;
    font-size: 0.8rem;
    line-height: 1.45;
    color: rgba(255, 200, 100, 0.95);
    background: rgba(255, 140, 0, 0.12);
    border: 1px solid rgba(255, 140, 0, 0.35);
    border-radius: 4px;
}

.fc-poster-unlocked {
    margin-top: 0.75rem;
    font-size: 0.85rem;
}

.fc-poster-unlocked a {
    color: #ff4d4d;
    text-decoration: underline;
}

.fc-footer-poster-cta {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    color: #ff4d4d;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
}

.fc-footer-poster-cta:hover {
    color: #fff;
    text-decoration: underline;
}

.poster-pack-cta-section {
    text-align: center;
    margin: 1.5rem 0 0;
    padding: 1.25rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.poster-pack-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.35rem;
    background: #ff0000;
    color: #000;
    border: none;
    border-radius: 4px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.poster-pack-cta-btn:hover {
    background: #fff;
    color: #000;
}

/* Mailchimp bot field — must exist but stay off-screen */
.fc-mailchimp-honeypot {
    position: absolute;
    left: -5000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.fc-poster-form-status {
    display: none;
    margin: 0.75rem 0 0;
    font-size: 0.85rem;
    line-height: 1.45;
}

.fc-poster-form-status.is-error {
    color: #ff6b6b;
}

.fc-poster-form-status.is-success {
    color: rgba(255, 255, 255, 0.65);
}
