:root {
    --navy: #1a2744;
    --gold: #C1001F;
    --red: #C1001F;
    --cream: #f8f5f0;
    --mid: #5a6a8a;
    --bs-body-font-size:18px;
    --nav-height: 175px;
}
* { box-sizing: border-box; }
body { font-family: 'Source Sans 3', sans-serif; background: var(--cream); color: var(--navy); margin: 0; }


#about, #documents, #contact {
    scroll-margin-top: var(--nav-height);
}

.btn {line-height:1}

/* NAV */
nav.navbar { background: var(--navy); padding: 1rem 0; }

nav .nav-link { color: rgba(255,255,255,0.75) !important; font-size: 0.9rem; letter-spacing: 0.05em; text-transform: uppercase; font-weight: 600; transition: color 0.2s; }
nav .nav-link:hover { color: var(--gold) !important; }

nav .navbar-brand img {
    height: 150px;
    transition: height 0.3s ease;
}
nav.navbar.scrolled .navbar-brand img {
    height: 80px;
}

nav.navbar {
    background: transparent !important;
    transition: background 0.3s ease;
}

nav.navbar.scrolled {
    background: var(--navy) !important;
}


/* HERO */
.hero { background: var(--navy); color: #fff; padding: 280px 0 80px;  position: relative; overflow: hidden; }
.hero {
    background: linear-gradient(rgba(26, 39, 68, 0.75), rgba(26, 39, 68, 0.5)),
    url('/images/banner2.jpg') center center / cover no-repeat;
}


.hero-eyebrow { color: var(--cream); font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; margin-bottom: 1rem; }
.hero h1 { font-family: 'Gelasio', serif; font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: 1.15; margin-bottom: 1.5rem; }
.hero p.lead { color: rgba(255,255,255,0.9); font-weight: 300; font-size: 1.15rem; max-width: 540px; }
.hero-line { width: 60px; height: 3px; background: var(--cream); margin: 2rem 0; }



.btn-outline-light-custom { border: 1.5px solid rgba(255,255,255,0.4); color: #fff; background: transparent; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; font-size: 0.85rem; padding: 0.75rem 2rem; transition: all 0.2s; }
.btn-outline-light-custom:hover { border-color: #fff; background: rgba(255,255,255,0.08); color: #fff; }

/* ABOUT */
.section-about { padding: 80px 0; background: #fff; }
.section-label { color: var(--gold); font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 600; margin-bottom: 0.75rem; }
.section-title { font-family: 'Gelasio', serif; font-size: clamp(1.8rem, 3vw, 2.5rem); color: var(--navy); margin-bottom: 1.5rem; }
.divider-gold { width: 50px; height: 2px; background: var(--gold); margin-bottom: 1.5rem; }
.stat-box { border-left: 3px solid var(--gold); padding: 0.5rem 1.25rem; }
.stat-box .stat-num { font-family: 'Gelasio', serif; font-size: 2rem; color: var(--navy); font-weight: 700; line-height: 1; }
.stat-box .stat-label { font-size: 0.8rem; color: var(--mid); text-transform: uppercase; letter-spacing: 0.1em; }

/* DOCUMENTS */
.section-docs { padding: 80px 0; background: var(--cream); }
.accordion-item { border: none; margin-bottom: 0.5rem; border-radius: 4px !important; overflow: hidden; box-shadow: 0 1px 4px rgba(26,39,68,0.08); }
.accordion-button { font-family: 'Source Sans 3', sans-serif; font-weight: 600; font-size: 1rem; color: var(--navy); background: #fff; padding: 1.1rem 1.5rem; border-radius: 4px !important; }
.accordion-button:not(.collapsed) { background: var(--navy); color: #fff; box-shadow: none; }
.accordion-button::after { filter: none; }
.accordion-button:not(.collapsed)::after { filter: brightness(10); }
.accordion-button:focus { box-shadow: none; }
.accordion-body { background: #fff; padding: 0; }
.doc-item { display: flex; align-items: center; gap: 1rem; padding: 0.9rem 1.5rem; border-bottom: 1px solid rgba(26,39,68,0.06); transition: background 0.15s; }
.doc-item:last-child { border-bottom: none; }
.doc-item:hover { background: var(--cream); }
.doc-icon { width: 36px; height: 36px; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.05em; flex-shrink: 0; }
.doc-icon.pdf { background: #fee2e2; color: #dc2626; }
.doc-icon.doc { background: #dbeafe; color: #2563eb; }
.doc-icon.xls { background: #dcfce7; color: #16a34a; }
.doc-meta { flex: 1; min-width: 0; }
.doc-name { font-weight: 600; font-size: 0.95rem; color: var(--navy); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.doc-size { font-size: 0.78rem; color: var(--mid); }
.doc-download { color: var(--mid); text-decoration: none; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; white-space: nowrap; transition: color 0.15s; }
.doc-download:hover { color: var(--gold); }
.doc-download svg { margin-right: 4px; }

/* CONTACT */
.section-contact { padding: 80px 0; background: var(--navy); color: #fff; }
.section-contact .section-label {color:var(--cream)}
.section-contact .section-title { color: #fff; }
.contact-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; padding: 2rem; }
.contact-label { color: var(--cream); font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 0.35rem; }
.contact-value { color: rgba(255,255,255,0.85); font-size: 1rem; }
.form-control-dark { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15); color: #fff; border-radius: 4px; padding: 0.75rem 1rem; font-family: 'Source Sans 3', sans-serif; }
.form-control-dark::placeholder { color: rgba(255,255,255,0.35); }
.form-control-dark:focus { background: rgba(255,255,255,0.1); border-color: var(--gold); box-shadow: none; color: #fff; }
label.form-label { color: rgba(255,255,255,0.6); font-size: 0.85rem; letter-spacing: 0.05em; }
.section-contact .divider-gold { background: var(--cream); }

.section-contact a {color:var(--cream);text-decoration: underline}

/* FOOTER */
footer { background: #111827; color: rgba(255,255,255,0.4); padding: 2rem 0; font-size: 0.85rem; text-align: center; }
