:root {
  --navy: #17324d;
  --navy-deep: #0d2235;
  --green: #5b765d;
  --green-dark: #415b43;
  --cream: #f4f1e9;
  --white: #ffffff;
  --ink: #18212a;
  --muted: #66727c;
  --line: #dfe3e5;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 20px 60px rgba(13, 34, 53, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}
img { display: block; width: 100%; }
a { color: inherit; }
.container {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  border: 0;
}
.skip-link {
  position: absolute; left: 16px; top: -80px; z-index: 9999;
  background: var(--white); color: var(--navy);
  padding: 10px 14px; border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(23,50,77,.08);
}
.nav-wrap {
  min-height: 78px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
}
.brand { text-decoration: none; display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-size: .98rem; font-weight: 800; letter-spacing: .08em; color: var(--navy); }
.brand-office { font-size: .72rem; color: var(--muted); margin-top: 5px; letter-spacing: .03em; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a {
  text-decoration: none;
  color: #33414d;
  font-size: .93rem;
  font-weight: 650;
}
.primary-nav a:hover { color: var(--green-dark); }
.menu-button { display:none; background:none; border:0; padding:8px; }
.menu-button span:not(.sr-only) {
  display:block; width:26px; height:2px; background:var(--navy); margin:5px 0;
}

.hero {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
}
.hero-media {
  position: absolute; inset: 0;
}
.hero-media img {
  height: 100%; object-fit: cover;
  object-position: center 30%;
  filter: saturate(.86) contrast(1.02);
}
.hero-overlay {
  position: absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(8,27,43,.94) 0%, rgba(8,27,43,.82) 43%, rgba(8,27,43,.28) 72%, rgba(8,27,43,.15) 100%),
    linear-gradient(0deg, rgba(8,27,43,.30), rgba(8,27,43,.06));
}
.hero-content {
  min-height: 720px;
  position: relative; z-index: 2;
  display:grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: 80px;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 54px;
}
.hero-copy { max-width: 750px; color:var(--white); }
.eyebrow, .section-label {
  display:block;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow { color:#c9d9ca; margin-bottom:22px; }
.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -.025em;
  font-size: clamp(3.15rem, 6.2vw, 6.45rem);
  line-height: .98;
  margin: 0 0 28px;
}
.hero-lede {
  max-width: 690px;
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  color: rgba(255,255,255,.86);
  margin: 0;
}
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-top:34px; }
.button {
  display:inline-flex;
  align-items:center; justify-content:center;
  min-height:50px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration:none;
  font-weight:800;
  font-size:.92rem;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color:var(--white); }
.button-primary:hover { background:#69896c; }
.button-secondary { border:1px solid rgba(255,255,255,.45); color:var(--white); background:rgba(255,255,255,.08); }
.button-secondary:hover { background:rgba(255,255,255,.15); }

.hero-card {
  justify-self:end;
  width:min(100%, 330px);
  padding: 34px;
  background:rgba(255,255,255,.94);
  color:var(--navy);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-card-kicker { font-size:.72rem; letter-spacing:.16em; font-weight:800; color:var(--green-dark); }
.hero-card-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.25rem; line-height:.95;
  margin: 18px 0 14px;
}
.hero-card-office { color:var(--muted); font-weight:650; margin-bottom:22px; }
.text-link { color:var(--navy); font-weight:800; text-decoration:none; }
.text-link:hover { text-decoration:underline; }

.intro-strip { padding: 72px 0; background:var(--cream); }
.intro-grid { display:grid; grid-template-columns: 1fr 1fr; gap:72px; align-items:start; }
.section-label { color:var(--green-dark); margin-bottom:14px; }
.intro-strip h2, .section-heading h2, .about-copy h2, .involved-section h2, .contact-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  color:var(--navy);
  font-weight:500;
  letter-spacing:-.02em;
}
.intro-strip h2 { font-size:clamp(2rem,4vw,3.6rem); line-height:1.08; margin:0; }
.intro-strip p { margin:0; font-size:1.15rem; color:#44515b; }

.section { padding: 108px 0; }
.section-heading { max-width: 760px; margin-bottom:48px; }
.section-heading.compact { margin-bottom:34px; }
.section-heading h2 {
  font-size:clamp(2.5rem,5vw,4.5rem);
  line-height:1.05;
  margin:0 0 20px;
}
.section-heading p { margin:0; color:var(--muted); font-size:1.08rem; }

.record-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.record-card {
  position:relative;
  min-height:260px;
  padding:30px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--white);
  transition:transform .18s ease, box-shadow .18s ease;
}
.record-card:hover { transform:translateY(-4px); box-shadow:var(--shadow); }
.record-number { color:var(--green); font-size:.75rem; font-weight:850; letter-spacing:.14em; }
.record-card h3 { color:var(--navy); font-size:1.35rem; margin:24px 0 12px; }
.record-card p { color:var(--muted); margin:0; }

.photo-break { background:var(--navy-deep); }
.photo-break-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr; height:430px; }
.photo-break figure { margin:0; overflow:hidden; }
.photo-break img { width:100%; height:100%; object-fit:cover; filter:saturate(.88); }

.priorities-section { background:var(--navy-deep); color:var(--white); }
.section-heading.light h2 { color:var(--white); }
.section-heading.light p { color:rgba(255,255,255,.72); }
.section-heading.light .section-label { color:#bfd4c0; }
.priority-list { border-top:1px solid rgba(255,255,255,.15); }
.priority-row {
  display:grid;
  grid-template-columns:90px 1fr;
  gap:30px;
  padding:34px 0;
  border-bottom:1px solid rgba(255,255,255,.15);
}
.priority-index { color:#a9c1aa; font-weight:800; letter-spacing:.14em; }
.priority-row h3 { margin:0 0 8px; font-size:1.55rem; }
.priority-row p { margin:0; color:rgba(255,255,255,.72); max-width:800px; }

.about-section { background:var(--cream); }
.about-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:78px; align-items:center; }
.about-photo-wrap {
  position:relative;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#dde3df;
  min-height:560px;
}
.about-photo-wrap img { width:100%; height:100%; min-height:560px; object-fit:cover; object-position:center 20%; }
.photo-caption {
  position:absolute; left:18px; bottom:18px;
  background:rgba(255,255,255,.92);
  padding:8px 12px;
  font-size:.78rem; font-weight:750;
  border-radius:999px;
}
.about-copy h2 { font-size:clamp(2.5rem,5vw,4.6rem); line-height:1.03; margin:0 0 24px; }
.about-copy p { color:#4c5962; font-size:1.05rem; }
.about-copy .lead { font-size:1.28rem; color:var(--ink); }
.about-points { margin-top:32px; border-top:1px solid rgba(23,50,77,.15); }
.about-points div {
  display:grid; grid-template-columns:170px 1fr; gap:24px;
  padding:18px 0;
  border-bottom:1px solid rgba(23,50,77,.15);
}
.about-points strong { color:var(--navy); }
.about-points span { color:var(--muted); }

.updates-section { background:var(--white); }
.updates-grid { display:grid; grid-template-columns:1fr; gap:18px; max-width:820px; }
.update-card {
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:32px;
  min-height:260px;
}
.update-card.featured { background:var(--cream); }
.update-type {
  display:inline-block;
  font-size:.72rem;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:850;
  color:var(--green-dark);
  margin-bottom:20px;
}
.update-card h3 { color:var(--navy); margin:0 0 14px; font-size:1.55rem; }
.update-card p { color:var(--muted); }

.involved-section { background:#e8eee7; }
.involved-grid { display:grid; grid-template-columns:1fr 1fr; gap:72px; align-items:start; }
.involved-section h2 { font-size:clamp(2.4rem,5vw,4.3rem); line-height:1.05; margin:0 0 18px; }
.involved-section p { color:#4e5c55; font-size:1.08rem; }
.action-panel { display:grid; gap:12px; }
.action-card {
  display:flex; align-items:center; justify-content:space-between;
  min-height:74px;
  padding:0 22px;
  border-radius:14px;
  background:var(--white);
  color:var(--navy);
  text-decoration:none;
  font-weight:800;
  border:1px solid rgba(23,50,77,.1);
  transition:transform .18s ease, box-shadow .18s ease;
}
.action-card:hover { transform:translateX(4px); box-shadow:0 12px 32px rgba(13,34,53,.08); }
.action-card-accent { background:var(--green-dark); color:var(--white); }

.contact-section { background:var(--white); }
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:72px; }
.contact-section h2 { font-size:clamp(2.4rem,5vw,4.3rem); margin:0 0 16px; line-height:1.05; }
.contact-section p { color:var(--muted); max-width:560px; }
.contact-card { border-top:1px solid var(--line); }
.contact-card a {
  display:flex; justify-content:space-between; align-items:center;
  text-decoration:none;
  padding:20px 0;
  border-bottom:1px solid var(--line);
  color:var(--navy);
  font-weight:750;
}
.contact-card a:hover { color:var(--green-dark); }

.site-footer { background:#0b1d2d; color:var(--white); padding:44px 0; }
.footer-grid { display:grid; grid-template-columns:1fr 1fr; gap:30px; align-items:end; }
.footer-name { font-weight:850; letter-spacing:.08em; }
.footer-office { color:rgba(255,255,255,.6); font-size:.85rem; margin-top:5px; }
.footer-meta { text-align:right; color:rgba(255,255,255,.6); font-size:.82rem; }
.footer-meta a { color:var(--white); text-decoration:none; font-weight:700; }
.footer-meta p { margin:10px 0 0; }

@media (max-width: 900px) {
  .primary-nav {
    position:absolute;
    left:0; right:0; top:78px;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    background:var(--white);
    border-bottom:1px solid var(--line);
    padding:12px 20px 22px;
  }
  .primary-nav.open { display:flex; }
  .primary-nav a { padding:12px 0; width:100%; }
  .menu-button { display:block; }
  .hero-content { grid-template-columns:1fr; gap:30px; min-height:700px; align-content:center; }
  .hero-card { justify-self:start; width:min(100%, 390px); }
  .intro-grid, .about-grid, .involved-grid, .contact-grid { grid-template-columns:1fr; gap:42px; }
  .record-grid { grid-template-columns:repeat(2,1fr); }
  .about-photo-wrap, .about-photo-wrap img { min-height:480px; }
  .photo-break-grid { height:340px; grid-template-columns:1.2fr .8fr; }
  .photo-break figure:nth-child(3) { display:none; }
}

@media (max-width: 620px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height:70px; }
  .primary-nav { top:70px; }
  .brand-office { display:none; }

  .hero, .hero-content { min-height:760px; }
  .hero-content { padding-top:42px; padding-bottom:42px; }
  .hero h1 { font-size:clamp(2.7rem,13vw,4.2rem); }
  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(8,27,43,.94) 0%, rgba(8,27,43,.80) 62%, rgba(8,27,43,.32) 100%);
  }
  .hero-media img { object-position:center 15%; }
  .hero-card { padding:24px; width:100%; }
  .hero-card-name { font-size:2.6rem; }
  .section, .intro-strip { padding:76px 0; }
  .record-grid { grid-template-columns:1fr; }
  .record-card { min-height:0; }
  .photo-break-grid { grid-template-columns:1fr; height:300px; }
  .photo-break figure:nth-child(2), .photo-break figure:nth-child(3) { display:none; }
  .priority-row { grid-template-columns:52px 1fr; gap:14px; padding:28px 0; }
  .about-photo-wrap, .about-photo-wrap img { min-height:420px; }
  .about-points div { grid-template-columns:1fr; gap:4px; }
  .updates-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; align-items:start; }
  .footer-meta { text-align:left; }
}


.action-card-disabled {
  background: rgba(255,255,255,.58);
  color: #69756e;
  cursor: default;
  border-style: dashed;
}
.action-card-disabled:hover {
  transform: none;
  box-shadow: none;
}
.contact-disabled {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:20px 0;
  border-bottom:1px solid var(--line);
  color:var(--muted);
  font-weight:700;
}


.governing-thesis {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem) !important;
  line-height: 1.25;
  color: #d7e4d7 !important;
  margin: 0 0 18px !important;
  max-width: 760px;
  font-style: italic;
}


@media (min-width: 901px) {
  .record-grid .record-card:last-child {
    grid-column: span 2;
  }
}
