:root {
    --maroon: #7b1e2b;
    --maroon-dark: #4d1019;
    --olive: #61724b;
    --cream: #fbf3df;
    --paper: #fffaf0;
    --gold: #c99b3d;
    --ink: #2d2630;
    --muted: #756b6f;
    --line: #eadcc6;
    --white: #ffffff;
    --shadow: 0 18px 44px rgba(77, 16, 25, 0.12);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: Georgia, "Times New Roman", serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.top-note {
    color: #fff;
    background: var(--maroon-dark);
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    padding: 8px 0;
}

.masthead {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 22px 0;
}

.seal {
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: radial-gradient(circle, var(--gold), var(--maroon));
    border-radius: 50%;
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.28);
}

.masthead h1 {
    color: var(--maroon-dark);
    font-size: clamp(1.45rem, 3vw, 2.35rem);
    font-weight: 700;
    line-height: 1.08;
    margin: 0;
}

.masthead p {
    color: var(--muted);
    font-family: "Segoe UI", Arial, sans-serif;
    margin: 5px 0 0;
}

.navbar {
    background: var(--paper);
    border-bottom: 3px solid var(--gold);
}

.nav-link {
    color: var(--maroon-dark);
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 750;
}

.nav-link:hover,
.nav-link.active {
    color: var(--olive);
}

.hero {
    padding: 82px 0;
    background:
        linear-gradient(90deg, rgba(77, 16, 25, 0.86), rgba(123, 30, 43, 0.44)),
        url("https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?q=80&w=1800&auto=format&fit=crop") center/cover;
    color: #fff;
}

.hero-box {
    max-width: 770px;
    border-left: 6px solid var(--gold);
    padding-left: clamp(22px, 4vw, 42px);
}

.kicker {
    display: inline-flex;
    color: #fff4d8;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.hero h2 {
    font-size: clamp(2.3rem, 5vw, 4.9rem);
    font-weight: 700;
    line-height: 1;
    margin: 16px 0;
}

.hero p {
    max-width: 650px;
    color: #fff7e8;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.75;
}

.btn-classic,
.btn-classic-light {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    padding: 10px 18px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 800;
}

.btn-classic {
    color: #fff;
    background: var(--maroon);
}

.btn-classic-light {
    color: var(--maroon-dark);
    background: var(--paper);
}

.section {
    padding: 76px 0;
}

.section-title {
    color: var(--maroon-dark);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.08;
}

.section-lead,
.heritage-card p,
.notice-text,
.officer p {
    color: var(--muted);
    font-family: "Segoe UI", Arial, sans-serif;
    line-height: 1.75;
}

.heritage-card,
.notice-board,
.officer,
.resource-list {
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.heritage-card {
    height: 100%;
    padding: 28px;
}

.heritage-card i {
    color: var(--gold);
    font-size: 2.1rem;
    margin-bottom: 18px;
}

.heritage-card h3,
.officer h3 {
    color: var(--maroon-dark);
    font-size: 1.35rem;
    font-weight: 700;
}

.notice-board {
    padding: 22px;
}

.notice-board h3 {
    color: var(--maroon-dark);
    font-weight: 700;
    border-bottom: 1px solid var(--line);
    padding-bottom: 12px;
}

.notice {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 14px;
    border-bottom: 1px solid var(--line);
    padding: 16px 0;
}

.notice:last-child {
    border-bottom: 0;
}

.date {
    color: var(--maroon-dark);
    background: #f4e3c4;
    border-top: 4px solid var(--gold);
    text-align: center;
    padding: 8px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 900;
}

.date span {
    display: block;
    color: var(--muted);
    font-size: 12px;
}

.notice strong {
    color: var(--ink);
    display: block;
    font-family: "Segoe UI", Arial, sans-serif;
}

.officer {
    overflow: hidden;
}

.officer img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.officer div {
    padding: 24px;
}

.resource-list {
    padding: 24px;
}

.resource-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--maroon-dark);
    border-bottom: 1px solid var(--line);
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 800;
    padding: 13px 0;
}

.resource-list a:last-child {
    border-bottom: 0;
}

.quote-band {
    color: #fff;
    background: var(--olive);
    padding: 54px 0;
}

.quote-band blockquote {
    max-width: 900px;
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    line-height: 1.25;
}

footer {
    color: #f1dbc8;
    background: var(--maroon-dark);
    font-family: "Segoe UI", Arial, sans-serif;
    padding: 42px 0 18px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 16px;
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .hero,
    .section {
        padding: 58px 0;
    }

    .hero-box {
        border-left-width: 4px;
    }
}
