.subscribe-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Newsletter Intro Section */
.newsletter-intro {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.subscribe-page .intro-content {
    display: block !important;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.subscribe-page .intro-content h1 {
    display: block !important;
    width: 100% !important;
    margin-bottom: 30px;
}

.subscribe-page .intro-text {
    display: block !important;
    width: 100% !important;
    margin-top: 0;
}

/* Mailchimp Form Styling - Custom Promotional Design */
.custom-mailchimp-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.custom-mailchimp-form {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 40px;
    border-radius: 12px;
    overflow: hidden;
}

/* Background image overlay for depth */
.custom-mailchimp-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* Ensure all content is above overlay */
.custom-mailchimp-form > * {
    position: relative;
    z-index: 2;
}

.mailchimp-hero-text {
    text-align: center;
    margin-bottom: 40px;
}

.mailchimp-title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 3.15em !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    line-height: 1.2 !important;
}

.mailchimp-form-content {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.mailchimp-email-wrapper {
    margin-bottom: 30px;
}

.mailchimp-email-group {
    margin-bottom: 15px;
}

.mailchimp-email-input {
    width: 100%;
    padding: 18px 24px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    font-weight: 500;
    color: #333;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.mailchimp-email-input::placeholder {
    color: #666;
    font-weight: 500;
}

.mailchimp-email-input:focus {
    outline: none;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.mailchimp-submit-wrapper {
    margin-top: 15px;
}

.mailchimp-submit-btn {
    width: 100%;
    padding: 18px 24px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    border: none;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: none;
}

.mailchimp-submit-btn:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.mailchimp-weekly-text {
    text-align: center;
    margin: 30px 0 15px;
}

.mailchimp-weekly-text p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 3.15em !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    line-height: 1.2 !important;
}

.mailchimp-coming-soon {
    text-align: center;
    margin-top: 10px;
}

.mailchimp-coming-soon p {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #ffffff;
    text-transform: lowercase;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}

.mailchimp-responses {
    margin-top: 20px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Legacy Mailchimp Form Styling (for backward compatibility) */
#mc_embed_shell:not(.custom-mailchimp-wrapper) {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
}

#mc_embed_signup:not(.custom-mailchimp-form) {
    background: #f9f9f9;
    clear: left;
    font: 14px 'Montserrat', sans-serif;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#mc_embed_signup_scroll h2,
#mc_embed_signup #mc_embed_signup_scroll h2,
#mc_embed_shell #mc_embed_signup #mc_embed_signup_scroll h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.2em !important;
    margin-bottom: 20px !important;
    color: #000 !important;
    text-align: center !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}

#mc_embed_signup .indicates-required {
    text-align: center;
    margin-bottom: 20px;
    font-size: 0.9em;
    color: #666;
    font-family: 'Montserrat', sans-serif;
}

#mc_embed_signup .asterisk {
    color: #ff0000;
}

#mc_embed_signup .mc-field-group {
    margin-bottom: 20px;
}

#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}

#mc_embed_signup .mc-field-group input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

#mc_embed_signup .mc-field-group input[type="email"]:focus {
    outline: none;
    border-color: #000;
}

#mc_embed_signup .clear {
    text-align: center;
    margin-top: 20px;
}

#mc_embed_signup .button {
    background-color: #000;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#mc_embed_signup .button:hover {
    background-color: #333;
}

#mc_embed_signup #mce-responses {
    margin: 20px 0;
    text-align: center;
}

#mc_embed_signup #mce-error-response,
#mc_embed_signup #mce-success-response {
    padding: 10px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
}

#mc_embed_signup #mce-error-response {
    background-color: #fee;
    color: #c33;
}

#mc_embed_signup #mce-success-response {
    background-color: #efe;
    color: #3c3;
}

.subscribe-page .intro-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    display: block !important;
}

.subscribe-page .intro-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5em;
    margin-bottom: 30px;
    color: #000;
    font-weight: 700;
    text-align: center;
    display: block !important;
    width: 100% !important;
    float: none !important;
}

.subscribe-page .intro-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    line-height: 1.8;
    color: #333;
    max-width: 700px;
    margin: 30px auto 0;
    text-align: center;
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

.subscribe-content {
    text-align: center;
    margin-bottom: 60px;
}

.subscribe-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3em;
    margin-bottom: 20px;
    color: #000;
}

.subscribe-content .subheading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    color: #666;
    margin-bottom: 30px;
    font-weight: normal;
}

.subscribe-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    line-height: 1.6;
    color: #333;
    margin-bottom: 40px;
}

/* Substack Embed Styles */
.substack-embed {
    max-width: 500px;
    margin: 40px auto 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.substack-embed iframe {
    border-radius: 8px;
}

.substack-link {
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    color: #666;
    margin-top: 20px;
}

.substack-link a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}

.substack-link a:hover {
    color: #333;
}

/* Social Section */
.social-section {
    text-align: center;
    padding: 60px 0;
}

.social-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5em;
    margin-bottom: 40px;
    color: #000;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.social-icon {
    color: #000;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-5px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .newsletter-intro {
        margin-bottom: 40px;
        padding-bottom: 30px;
    }

    .intro-content h1 {
        font-size: 2.8em;
    }

    .intro-text {
        font-size: 1.1em;
        padding: 0 10px;
    }

    .subscribe-content h1 {
        font-size: 2.5em;
    }

    .social-section h2 {
        font-size: 2em;
    }

    /* Custom Mailchimp Form Mobile */
    .mailchimp-title {
        font-size: 2.45em;
        letter-spacing: 1px;
    }

    .mailchimp-weekly-text p {
        font-size: 2.45em;
    }

    .custom-mailchimp-form {
        min-height: 500px;
        padding: 60px 20px;
    }

    .mailchimp-email-input {
        padding: 16px 20px;
        font-size: 1em;
    }

    .mailchimp-submit-btn {
        padding: 16px 20px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .subscribe-page {
        padding: 40px 20px;
    }

    .newsletter-intro {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .intro-content h1 {
        font-size: 2.2em;
    }

    .intro-text {
        font-size: 1em;
    }

    .social-icons {
        gap: 20px;
    }

    .social-icon {
        font-size: 20px;
    }

    /* Custom Mailchimp Form Small Mobile */
    .mailchimp-title {
        font-size: 1.75em;
        letter-spacing: 0.5px;
    }

    .mailchimp-weekly-text p {
        font-size: 1.75em;
    }

    .custom-mailchimp-form {
        min-height: 450px;
        padding: 40px 15px;
    }

    .mailchimp-email-input,
    .mailchimp-submit-btn {
        padding: 14px 18px;
        font-size: 0.95em;
    }
} 