





.header {
    background: #fff;
    color: #7b2e2e;
    padding: 2.5rem 0 1.5rem 0;
    text-align: center;
    border-bottom: 2px solid #e0c3a3;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.brand {
    font-family: 'EB Garamond', serif;
    font-size: 2.7rem;
    letter-spacing: 0.15em;
    font-weight: 700;
    color: #7b2e2e;
    margin: 0;
    text-transform: uppercase;
}

.address {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.1rem;
    color: #a67c52;
    margin: 0.2rem 0 1.2rem 0;
    font-weight: 500;
}

.header .subtitle {
    font-size: 1.1rem;
    color: #bfae9c;
    margin-top: 0.5rem;
    font-weight: 400;
    font-family: 'Montserrat', Arial, sans-serif;
}
