@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Work+Sans:wght@400;500;600;700&display=swap');

:root{
  --navy: #16205A;
  --navy-deep: #0D1440;
  --red: #C31E2A;
  --gold: #E8A415;
  --cream: #FAF6EC;
  --paper: #FFFFFF;
  --ink: #1C1E2B;
  --muted: #5B5F73;
  --line: #E4E0D4;
  --radius: 3px;
  --maxw: 1120px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  font-family:'Work Sans', sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4{
  font-family:'Spectral', serif;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 .5em;
  color: var(--navy-deep);
}
p{ margin: 0 0 1em; max-width: 68ch; }
a{ color: var(--red); text-decoration: none; }
a:hover{ text-decoration: underline; }
img{ max-width:100%; display:block; }
.wrap{ max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
.site-header{
  background: var(--navy-deep);
  border-bottom: 4px solid var(--gold);
  position: sticky; top:0; z-index: 50;
}
.site-header .wrap{
  display:flex; align-items:center; justify-content: space-between;
  padding-top: 10px; padding-bottom: 10px;
}
.brand{ display:flex; align-items:center; gap:12px; color:#fff; }
.brand img{ width:52px; height:52px; border-radius:50%; }
.brand .name{ font-family:'Spectral', serif; line-height:1.1; }
.brand .name strong{ display:block; font-size:1.05rem; color:#fff; }
.brand .name span{ display:block; font-size:.72rem; letter-spacing:.03em; color: var(--gold); }

nav.primary ul{ list-style:none; display:flex; gap: 4px; margin:0; padding:0; flex-wrap: wrap; }
nav.primary a{
  color: #EDEFF6; font-size:.88rem; font-weight:500;
  padding: 8px 12px; border-radius: var(--radius);
  display:block;
}
nav.primary a:hover{ background: rgba(255,255,255,.08); text-decoration:none; }
nav.primary a.active{ color: var(--gold); }
.nav-toggle{ display:none; }

@media (max-width: 860px){
  .site-header .wrap{ flex-wrap: wrap; }
  nav.primary ul{ width:100%; justify-content:flex-start; padding-top: 6px; }
}

/* ---------- Hero ---------- */
.hero{
  position: relative;
  color: #fff;
  min-height: 62vh;
  display:flex; align-items: flex-end;
  background-size: cover; background-position: center;
}
.hero::before{
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(13,20,64,.35) 0%, rgba(13,20,64,.85) 90%);
}
.hero .wrap{ position:relative; padding-bottom: 56px; padding-top: 100px; }
.hero .motto{
  font-family:'Spectral', serif; font-style: italic;
  color: var(--gold); font-size:1.1rem; margin-bottom:.3em;
}
.hero h1{ color:#fff; font-size: clamp(2.1rem, 5vw, 3.4rem); max-width: 14ch; }
.hero p.lede{ color:#EDEFF6; max-width: 56ch; font-size:1.05rem; }
.hero .cta-row{ display:flex; gap:12px; margin-top: 20px; flex-wrap: wrap; }
.btn{
  display:inline-block; padding: 12px 22px; border-radius: var(--radius);
  font-weight:600; font-size:.92rem; border: 2px solid transparent;
}
.btn-primary{ background: var(--red); color:#fff; }
.btn-primary:hover{ background:#a4171f; text-decoration:none; }
.btn-ghost{ border-color: rgba(255,255,255,.6); color:#fff; }
.btn-ghost:hover{ background: rgba(255,255,255,.12); text-decoration:none; }

/* smaller page hero for interior pages */
.page-hero{ min-height: 34vh; }
.page-hero .wrap{ padding-top: 60px; padding-bottom: 40px; }
.page-hero h1{ color:#fff; font-size: clamp(1.8rem, 4vw, 2.6rem); }

/* ---------- Sections ---------- */
section{ padding: 68px 0; }
section.alt{ background: var(--paper); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.eyebrow{ color: var(--red); font-weight:600; font-size:.8rem; margin-bottom:.4em; }
.section-head{ max-width: 640px; margin-bottom: 40px; }
.section-head h2{ font-size: clamp(1.6rem, 3vw, 2.1rem); }

/* Tiles */
.tiles{ display:grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 20px; }
.tile{
  background: var(--paper); border:1px solid var(--line); border-left: 4px solid var(--gold);
  padding: 24px; border-radius: var(--radius);
}
.tile h3{ font-size:1.1rem; margin-bottom:.3em; }
.tile p{ color: var(--muted); font-size:.95rem; margin-bottom:.6em; }

/* People */
.people{ display:grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 32px; }
.person{ display:flex; gap:20px; align-items:flex-start; }
.person img{ width:110px; height:110px; object-fit:cover; border-radius:50%; border:3px solid var(--gold); }
.person .role{ color: var(--red); font-weight:600; font-size:.85rem; margin-bottom:.2em; }
.person h3{ margin-bottom:.15em; }
.person p{ color: var(--muted); font-size:.95rem; }

/* Gallery grid */
.gallery-grid{ display:grid; grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); gap:16px; }
.gallery-grid figure{ margin:0; overflow:hidden; border-radius: var(--radius); border:1px solid var(--line); background:var(--paper); }
.gallery-grid img{ width:100%; height:220px; object-fit:cover; transition: transform .35s ease; }
.gallery-grid a:hover img{ transform: scale(1.05); }
.gallery-grid figcaption{ padding: 10px 12px; font-size:.85rem; color: var(--muted); }

/* Table */
table{ width:100%; border-collapse: collapse; background: var(--paper); }
table caption{ text-align:left; font-weight:600; color: var(--navy-deep); padding:10px 0; }
th, td{ text-align:left; padding: 10px 14px; border:1px solid var(--line); font-size:.92rem; }
th{ background: var(--navy-deep); color:#fff; font-weight:600; }
.status-pending{ color: var(--red); font-weight:600; font-size:.85rem; }

/* Notice list */
.notice-list{ list-style:none; margin:0; padding:0; }
.notice-list li{
  display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap;
  padding: 16px 0; border-bottom:1px solid var(--line);
}
.notice-list .date{ color: var(--muted); font-size:.85rem; white-space:nowrap; }

/* Disclosure checklist */
.doc-checklist{ list-style:none; margin:0; padding:0; display:grid; gap:8px; }
.doc-checklist li{
  padding:10px 14px; background: var(--paper); border:1px solid var(--line); border-radius: var(--radius);
  font-size:.92rem; color: var(--muted);
}

/* Contact */
.contact-grid{ display:grid; grid-template-columns: 1.1fr 1fr; gap: 40px; }
@media (max-width: 800px){ .contact-grid{ grid-template-columns: 1fr; } .people{ grid-template-columns: 1fr; } }
.map-frame{ border:1px solid var(--line); border-radius: var(--radius); overflow:hidden; min-height:280px; background: var(--paper); }
.map-frame iframe{ width:100%; height:100%; min-height:280px; border:0; }

/* Footer */
footer.site-footer{ background: var(--navy-deep); color:#D7DAE6; padding: 44px 0 24px; margin-top: 40px; }
footer.site-footer .wrap{ display:grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 32px; }
footer.site-footer h4{ color:#fff; font-size:.95rem; margin-bottom:.6em; }
footer.site-footer a{ color:#D7DAE6; }
footer.site-footer ul{ list-style:none; margin:0; padding:0; }
footer.site-footer li{ margin-bottom:.4em; font-size:.92rem; }
.footer-bottom{ text-align:center; font-size:.8rem; color:#8A8FAA; margin-top:32px; border-top:1px solid rgba(255,255,255,.08); padding-top:18px; }
@media (max-width: 700px){ footer.site-footer .wrap{ grid-template-columns: 1fr; } }
