body{
    margin:0;
    font-family:Arial,Helvetica,sans-serif;
    background:#f8f6f1;
    color:#333;
}

header{
    background:#5b1020;
    color:white;
    text-align:center;
    padding:60px 20px;
}

.heraldry{
    display:block;
    width:220px;
    max-width:60%;
    height:auto;
    margin:0 auto 25px;
}

header h1{
    margin:0;
    font-size:3em;
}

header h2{
    margin-top:10px;
    font-weight:normal;
    color:#e9d27a;
}

header p{
    font-size:1.1em;
}

nav{
    background:#222;
    text-align:center;
    padding:15px;
}

nav a{
    color:white;
    text-decoration:none;
    margin:0 18px;
    font-weight:bold;
}

nav a:hover{
    color:#e9d27a;
}

main{
    max-width:1000px;
    margin:auto;
    padding:40px;
}

.contact-section{
    max-width:850px;
    margin:60px auto;
    padding:45px;
    background:#fffaf2;
    border-top:6px solid #7a1f24;
    border-radius:8px;
    box-shadow:0 6px 20px rgba(0,0,0,0.12);
    text-align:center;
}

.contact-section h1{
    margin-top:0;
    color:#7a1f24;
    font-size:2.4rem;
}

.contact-section p{
    max-width:700px;
    margin:18px auto;
    font-size:1.1rem;
    line-height:1.7;
}

.contact-links{
    margin-top:32px;
    display:flex;
    justify-content:center;
    gap:16px;
    flex-wrap:wrap;
}

.button{
    display:inline-block;
    padding:13px 22px;
    background-color:#7a1f24;
    color:white;
    text-decoration:none;
    border:2px solid #7a1f24;
    border-radius:5px;
    font-weight:bold;
}

.button:hover{
    background-color:#5d161b;
    border-color:#5d161b;
}

.motto{
    margin-top:35px;
    color:#7a1f24;
    font-style:italic;
    font-size:1.15rem;
}

.hero{
    max-width:850px;
    margin:0 auto;
    background:white;
    padding:40px;
    border-radius:12px;
    box-shadow:0 0 15px rgba(0,0,0,.12);
    text-align:center;
}

.hero h1{
    color:#5b1020;
    font-size:2.4rem;
    margin-top:0;
}

.hero h2{
    color:#5b1020;
    margin-top:35px;
}

.hero p{
    max-width:720px;
    margin:18px auto;
    font-size:1.1rem;
    line-height:1.7;
}

.hero hr{
    width:80px;
    border:0;
    border-top:3px solid #e9d27a;
    margin:35px auto;
}

footer{
    background:#222;
    color:white;
    text-align:center;
    padding:30px;
    margin-top:50px;
}

@media (max-width:700px){

    header h1{
        font-size:2.2em;
    }

    nav a{
        display:inline-block;
        margin:8px 10px;
    }

    main{
        padding:20px;
    }

    .contact-section{
        margin:30px 15px;
        padding:30px 20px;
    }

    .contact-section h1{
        font-size:1.9rem;
    }

    .hero{
        padding:25px;
    }
}
