.header .logo img {
    height: 60px;
    width: auto;
}

/* SEZIONE INTRO */
.grest-intro {
    text-align: center;
    padding: 80px 10%;
}

.grest-intro h1 {
    font-size: 42px;
    margin-bottom: 20px;
}

.grest-intro p {
    font-size: 18px;
    line-height: 1.6;
}

/* SEZIONE EDIZIONE */
.grest-edizione {
    padding: 60px 10%;
    text-align: center;
}

.grest-edizione h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.sottotitolo {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

/* LOCANDINA */
.grest-locandina {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 40px;
    display: block;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

/* TESTO INFO */
.grest-info {
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
}

.grest-info p {
    margin-bottom: 20px;
}
