/* =====================================================
   DOPPIA SCUOLA SECTION - Premium Craft Pizzeria Design
   Typography: Playfair Display (headings/quote), Inter (body)
   Mobile-first, centered, lots of vertical spacing
   ===================================================== */

/* Base Section Styles */
.doppia-section {
    background: #2C3E2D;
    color: #FFFDF5;
    position: relative;
    overflow: hidden;
    padding: 5rem 1.5rem;
}

.doppia-container {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

/* Badge - Optional Small Uppercase Label */
.doppia-badge {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #C75B39;
    margin-bottom: 2rem;
    opacity: 0.95;
}

/* Main Title - H2 */
.doppia-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.25rem;
    font-weight: 600;
    color: #FFFDF5;
    margin-bottom: 3.5rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

/* Main Description Block */
.doppia-description {
    margin-bottom: 3rem;
}

.doppia-description p {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    line-height: 1.95;
    color: rgba(255, 253, 245, 0.82);
    margin-bottom: 2rem;
}

.doppia-description p:last-child {
    margin-bottom: 0;
}

/* Statement Block - Short Lines */
.doppia-statement {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 2.4;
    color: rgba(255, 253, 245, 0.68);
    margin: 3.5rem 0;
    letter-spacing: 0.01em;
}

/* Quote Highlight - Central Visual Element */
.doppia-highlight {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1.7;
    color: #FFFDF5;
    margin: 4rem 0;
    padding: 3rem 0;
    border-top: 1px solid rgba(255, 253, 245, 0.12);
    border-bottom: 1px solid rgba(255, 253, 245, 0.12);
    letter-spacing: -0.01em;
}

/* Closing Line - Subtle Italic */
.doppia-closing {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.9;
    color: rgba(255, 253, 245, 0.6);
    margin-top: 3.5rem;
}

/* =====================================================
   RESPONSIVE - Tablet and Up (min-width: 768px)
   ===================================================== */
@media (min-width: 768px) {
    .doppia-section {
        padding: 7rem 2rem;
    }

    .doppia-title {
        font-size: 2.75rem;
        margin-bottom: 4rem;
    }

    .doppia-description p {
        font-size: 1.15rem;
        line-height: 2;
    }

    .doppia-statement {
        font-size: 1rem;
        line-height: 2.5;
    }

    .doppia-highlight {
        font-size: 1.85rem;
        padding: 3.5rem 0;
        margin: 5rem 0;
    }

    .doppia-closing {
        font-size: 1.15rem;
    }
}

/* =====================================================
   RESPONSIVE - Desktop (min-width: 1024px)
   ===================================================== */
@media (min-width: 1024px) {
    .doppia-section {
        padding: 9rem 2rem;
    }

    .doppia-title {
        font-size: 3rem;
    }

    .doppia-description p {
        font-size: 1.2rem;
    }

    .doppia-statement {
        font-size: 1.05rem;
    }

    .doppia-highlight {
        font-size: 2rem;
        padding: 4rem 0;
        margin: 6rem 0;
    }

    .doppia-closing {
        font-size: 1.2rem;
    }
}