/* NANN - Neighbors Advocating for Neighbors in Need */
/* Color palette: Navy + warm red + off-white — serious advocacy, not corporate */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Georgia, 'Times New Roman', serif;
    color: #1a1a1a;
    background: #f5f3ef;
    line-height: 1.7;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header */
header {
    background: #1e2a3a;
    color: #fff;
    padding: 40px 0 32px;
    text-align: center;
}

h1.logo {
    font-family: Arial Black, 'Helvetica Neue', Arial, sans-serif;
    font-size: 64px;
    letter-spacing: 8px;
    margin-bottom: 4px;
    color: #fff;
}

.tagline {
    font-size: 18px;
    font-style: italic;
    color: #c8d0da;
    letter-spacing: 1px;
}

/* Hero */
.hero {
    background: #8b1a1a;
    color: #fff;
    padding: 48px 0;
    text-align: center;
}

.hero h2 {
    font-family: Arial Black, 'Helvetica Neue', Arial, sans-serif;
    font-size: 36px;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero .subtitle {
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Photo */
.photo-section {
    background: #1e2a3a;
    padding: 40px 0;
    text-align: center;
}

.photo-section figure {
    max-width: 600px;
    margin: 0 auto;
}

.photo-section img {
    width: 100%;
    border: 4px solid #c8d0da;
    border-radius: 4px;
}

.photo-section figcaption {
    color: #c8d0da;
    font-size: 14px;
    margin-top: 12px;
    font-style: italic;
}

/* Did You Know */
.did-you-know {
    background: #fff;
    padding: 56px 0;
}

.did-you-know h2 {
    font-family: Arial Black, 'Helvetica Neue', Arial, sans-serif;
    font-size: 32px;
    color: #8b1a1a;
    margin-bottom: 24px;
    text-align: center;
}

.did-you-know ul {
    list-style: none;
    max-width: 700px;
    margin: 0 auto;
}

.did-you-know li {
    padding: 12px 0 12px 36px;
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #e8e4de;
}

.did-you-know li:last-child {
    border-bottom: none;
}

.did-you-know li::before {
    content: "\2022";
    color: #8b1a1a;
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 8px;
    font-weight: bold;
}

/* The Problem */
.the-problem {
    background: #f0ece5;
    padding: 56px 0;
}

.the-problem h2 {
    font-family: Arial Black, 'Helvetica Neue', Arial, sans-serif;
    font-size: 28px;
    color: #1e2a3a;
    margin-bottom: 32px;
    text-align: center;
}

.problem-block {
    background: #fff;
    border-left: 5px solid #8b1a1a;
    padding: 28px 32px;
    margin-bottom: 24px;
    border-radius: 0 4px 4px 0;
}

.problem-block h3 {
    font-family: Arial Black, 'Helvetica Neue', Arial, sans-serif;
    font-size: 22px;
    color: #8b1a1a;
    margin-bottom: 16px;
}

.problem-block ul {
    list-style: disc;
    padding-left: 24px;
}

.problem-block li {
    margin-bottom: 10px;
    font-size: 16px;
}

/* Current Shelter */
.current-shelter {
    background: #1e2a3a;
    color: #fff;
    padding: 48px 0;
    text-align: center;
}

.current-shelter h2 {
    font-family: Arial Black, 'Helvetica Neue', Arial, sans-serif;
    font-size: 28px;
    margin-bottom: 16px;
}

.current-shelter p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Who We Are */
.who-we-are {
    background: #fff;
    padding: 56px 0;
}

.who-we-are h2 {
    font-family: Arial Black, 'Helvetica Neue', Arial, sans-serif;
    font-size: 28px;
    color: #1e2a3a;
    margin-bottom: 16px;
    text-align: center;
}

.who-we-are p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 16px;
    text-align: center;
}

.who-we-are .mission {
    background: #f0ece5;
    padding: 24px 32px;
    border-radius: 4px;
    margin-top: 24px;
    max-width: 700px;
    font-size: 17px;
    line-height: 1.7;
}

/* Take Action */
.take-action {
    background: #f0ece5;
    padding: 56px 0;
}

.take-action h2 {
    font-family: Arial Black, 'Helvetica Neue', Arial, sans-serif;
    font-size: 28px;
    color: #8b1a1a;
    margin-bottom: 20px;
    text-align: center;
}

.take-action > .container > ul {
    list-style: none;
    max-width: 700px;
    margin: 0 auto 32px;
}

.take-action > .container > ul li {
    padding: 10px 0;
    font-size: 17px;
}

.contacts {
    max-width: 700px;
    margin: 0 auto;
}

.contacts h3 {
    font-family: Arial Black, 'Helvetica Neue', Arial, sans-serif;
    font-size: 20px;
    color: #1e2a3a;
    margin-bottom: 16px;
    text-align: center;
}

.contact-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-card {
    background: #fff;
    padding: 24px;
    border-radius: 4px;
    border-top: 4px solid #1e2a3a;
}

.contact-card h4 {
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 8px;
}

.contact-card p {
    font-size: 16px;
    margin-bottom: 4px;
}

.contact-card a {
    color: #1e2a3a;
    text-decoration: none;
}

.contact-card a:hover {
    color: #8b1a1a;
    text-decoration: underline;
}

/* Signup Form */
.signup {
    background: #fff;
    padding: 56px 0;
}

.signup h2 {
    font-family: Arial Black, 'Helvetica Neue', Arial, sans-serif;
    font-size: 28px;
    color: #1e2a3a;
    margin-bottom: 8px;
    text-align: center;
}

.signup > .container > p {
    text-align: center;
    font-size: 17px;
    color: #555;
    margin-bottom: 32px;
}

form {
    max-width: 560px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 6px;
    color: #1e2a3a;
}

.required {
    color: #8b1a1a;
}

.optional {
    font-weight: normal;
    color: #888;
    font-size: 13px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    font-family: Georgia, serif;
    border: 2px solid #d0ccc4;
    border-radius: 4px;
    background: #fafaf8;
    transition: border-color 0.2s;
}

input:focus,
textarea:focus {
    outline: none;
    border-color: #1e2a3a;
    background: #fff;
}

textarea {
    resize: vertical;
}

button[type="submit"] {
    display: block;
    width: 100%;
    padding: 16px;
    font-family: Arial Black, 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    background: #8b1a1a;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

button[type="submit"]:hover {
    background: #6d1414;
}

.form-message {
    max-width: 560px;
    margin: 20px auto 0;
    padding: 16px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
}

.form-message.success {
    background: #e6f4ea;
    color: #1a7a2e;
    border: 1px solid #b7dfc0;
}

.form-message.error {
    background: #fce8e8;
    color: #8b1a1a;
    border: 1px solid #f0c0c0;
}

/* Footer */
footer {
    background: #1e2a3a;
    color: #c8d0da;
    padding: 40px 0;
    text-align: center;
}

.logo-footer {
    font-family: Arial Black, 'Helvetica Neue', Arial, sans-serif;
    font-size: 28px;
    color: #fff;
    letter-spacing: 4px;
    margin-bottom: 4px;
}

footer p {
    margin-bottom: 6px;
    font-size: 15px;
}

footer a {
    color: #c8d0da;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
}

/* Responsive */
@media (max-width: 640px) {
    h1.logo {
        font-size: 44px;
        letter-spacing: 4px;
    }

    .hero h2 {
        font-size: 24px;
    }

    .hero .subtitle {
        font-size: 16px;
    }

    .did-you-know li {
        font-size: 16px;
    }

    .contact-cards {
        grid-template-columns: 1fr;
    }

    .problem-block {
        padding: 20px 20px;
    }

    .the-problem h2,
    .who-we-are h2,
    .take-action h2,
    .signup h2,
    .current-shelter h2 {
        font-size: 24px;
    }
}
