

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/prompt-latin-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/prompt-latin-ext-600.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/prompt-latin-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/prompt-latin-ext-700.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/prompt-latin-800.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/prompt-latin-ext-800.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/prompt-latin-900.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/prompt-latin-ext-900.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  color-scheme: light;
  
  --navy:    #0d3055;
  --navy-2:  #164478;
  
  --orange:  #ea6c18;   
  --orange-2: #d25f11;  

  --paper:   #ffffff;
  --mist:    #f4f6f9;
  --line:    #e2e6ec;
  --ink:     #1a2233;
  --muted:   #59667d;

  --sans: 'Prompt', 'Helvetica Neue', Helvetica, Arial, system-ui, sans-serif;
  --serif: Georgia, 'Times New Roman', 'Iowan Old Style', serif;
  --wrap: 1140px;
  --shadow: 0 1px 2px rgba(20,35,70,.08), 0 14px 34px -20px rgba(20,35,70,.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){ html{ scroll-behavior:auto; } }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--sans); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 22px; }
h1,h2,h3,h4 { margin: 0; line-height: 1.12; }
:focus-visible { outline: 3px solid var(--navy); outline-offset: 2px; }

.btn-navy:focus-visible, footer :focus-visible { outline-color: var(--orange); }

.kicker { font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--navy); }
.sec-title { font-size: clamp(1.7rem, 3.6vw, 2.4rem); font-weight: 800; letter-spacing: -.01em; color: var(--navy); text-transform: uppercase; text-wrap: balance; }

.btn { display:inline-flex; align-items:center; gap:.5rem; font-family:var(--sans);
  font-weight:800; font-size:.86rem; letter-spacing:.06em; text-transform:uppercase;
  padding:.8rem 1.5rem; border-radius:3px; border:2px solid transparent; text-decoration:none;
  cursor:pointer; transition:transform .12s ease, background .18s ease, color .18s ease; }
.btn:hover { transform: translateY(-1px); }

.btn-red  { background:var(--orange); color:var(--navy); border-color:var(--orange);
  font-size:1.18rem; padding:.62rem 1.3rem; }
.btn-red:hover { background:var(--orange-2); border-color:var(--orange-2); }
.btn-navy { background:var(--navy); color:#fff; border-color:var(--navy); }
.btn-navy:hover { background:var(--navy-2); }
.btn-outline { background:transparent; color:var(--navy); border-color:var(--navy); }
.btn-outline:hover { background:var(--navy); color:#fff; }
.btn-ghost-light { background:transparent; color:#fff; border-color:rgba(255,255,255,.7);
  font-size:1.18rem; padding:.62rem 1.3rem; }
.btn-ghost-light:hover { background:#fff; color:var(--navy); border-color:#fff; }

.utility { background:var(--navy); color:#fff; font-size:.78rem; }
.utility .wrap { display:flex; justify-content:space-between; align-items:center; gap:1rem; padding-block:.4rem; }
.utility a { color:rgba(255,255,255,.85); text-decoration:none; }
.utility a:hover { color:#fff; }
.utility .socials { display:flex; gap:.9rem; }
@media (max-width:640px){ .utility .u-left{ display:none; } }

.masthead { position:sticky; top:0; z-index:60; background:var(--paper); border-bottom:3px solid var(--navy); }
.flag-line { height:4px; background:linear-gradient(90deg,var(--orange) 0 33.3%, #fff 33.3% 66.6%, var(--navy) 66.6% 100%); }
.mast-inner { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding-block:.7rem; }

.brand { display:flex; align-items:center; gap:.66rem; text-decoration:none; }

.brand-full { gap:0; }
.mast-logo { height:44px; width:auto; display:block; }
@media (max-width:640px){ .mast-logo { height:34px; } }
.brand-text { display:flex; flex-direction:column; justify-content:center; gap:.3rem; }
.brand .bname { font-weight:900; font-size:1.12rem; color:var(--navy); letter-spacing:-.005em; line-height:1; text-transform:uppercase; }
.brand .boffice { font-size:.63rem; letter-spacing:.11em; text-transform:uppercase; color:var(--muted); font-weight:600; line-height:1; white-space:nowrap; }
nav.tabs { display:flex; align-items:center; gap:.2rem; }

nav.tabs a:not(.btn) { text-decoration:none; color:var(--navy); font-weight:700; font-size:.82rem; letter-spacing:.04em;
  text-transform:uppercase; padding:.55rem .7rem; border-radius:3px; }
nav.tabs a:not(.btn):hover { background:var(--mist); color:var(--navy); }
nav.tabs a:not(.btn)[aria-current="page"] { color:var(--navy); box-shadow:inset 0 -3px 0 var(--orange); }
.foot-nav a[aria-current="page"] { color:#fff; }
nav.tabs .btn { margin-left:.4rem; }
.hamburger { display:none; background:var(--navy); color:#fff; border:0; border-radius:3px; padding:.55rem .7rem; cursor:pointer; }
@media (max-width: 960px){
  nav.tabs { position:absolute; top:100%; left:0; right:0; background:var(--paper); flex-direction:column; align-items:stretch;
    border-bottom:3px solid var(--navy); padding:.5rem 1rem 1rem; gap:.1rem; display:none; box-shadow:var(--shadow); }
  nav.tabs.open { display:flex; }
  nav.tabs a { padding:.8rem .6rem; border-bottom:1px solid var(--line); }
  nav.tabs .btn { margin:.5rem 0 0; justify-content:center; }
  .hamburger { display:inline-block; }
}

.hero { position:relative; color:#fff; text-align:center; overflow:hidden; background:var(--navy);
  min-height:clamp(36rem, 68vw, 56rem); display:flex; align-items:flex-start; }

.hero-photo { position:absolute; top:0; bottom:0; left:0; right:auto;
  width:106.3%; max-width:none; height:100%; object-fit:cover; object-position:center 40%; }

.hero-overlay { position:absolute; inset:0; background:linear-gradient(180deg,
  rgba(9,18,40,.66) 0%, rgba(9,18,40,.58) 30%, rgba(9,18,40,.22) 58%, rgba(9,18,40,.30) 100%); }
.hero-inner { position:relative; width:100%; padding-block:clamp(3rem, 6vw, 4.5rem) clamp(12rem, 30vw, 22rem); }
.hero .office { display:inline-block; font-size:.8rem; font-weight:800; letter-spacing:.22em; text-transform:uppercase;
  color:#fff; background:var(--navy); padding:.4rem .9rem; border-radius:2px; }
.hero h1 { font-size:clamp(2.7rem, 8vw, 5.2rem); font-weight:900; letter-spacing:-.01em; text-transform:uppercase; margin:1rem 0 .4rem; text-wrap:balance; }

.hero .slogan { font-size:clamp(1rem,2.1vw,1.35rem); font-weight:600; letter-spacing:.01em;
  color:rgba(255,255,255,.95); margin-top:1rem; max-width:48ch; margin-inline:auto;
  text-wrap:balance; line-height:1.45; }

.hero-cta { display:flex; gap:.8rem; justify-content:center; flex-wrap:wrap; margin-top:1.8rem; }
.hero-cta .btn { min-width:9.5rem; justify-content:center; }

.ribbon { background:var(--navy); color:#fff; }
.ribbon .wrap { display:flex; flex-wrap:wrap; justify-content:center; gap:2.4rem; padding-block:1.1rem; text-align:center; }
.ribbon b { display:block; font-size:1.5rem; font-weight:900; font-variant-numeric:tabular-nums; }
.ribbon span { font-size:.74rem; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.75); }

section { padding-block:clamp(3rem, 6vw, 4.8rem); }
.band-mist { background:var(--mist); border-block:1px solid var(--line); }
.sec-head { text-align:center; max-width:64ch; margin:0 auto 2.4rem; }
.sec-head .sec-title { margin-top:.5rem; }
.sec-head p { color:var(--muted); margin:.9rem 0 0; }
.rule-sm { width:60px; height:4px; background:var(--orange); margin:1rem auto 0; }

.about { display:grid; grid-template-columns:0.95fr 1.05fr; gap:clamp(1.6rem,4vw,3.4rem); align-items:start; }
@media (max-width:820px){ .about{ grid-template-columns:1fr; } }

.photo-frame { position:sticky; top:6rem; max-height:calc(100vh - 7.5rem); aspect-ratio:2/3; border-radius:4px; overflow:hidden; border:1px solid var(--line);
  box-shadow:var(--shadow); background:var(--mist); }
.photo-frame img { width:100%; height:100%; object-fit:cover; }
.about .body { font-family:var(--serif); font-size:1.06rem; color:var(--ink); }
.about .body p + p { margin-top:1rem; }
.signature { font-family:var(--serif); font-style:italic; font-size:1.5rem; color:var(--navy); margin-top:1.2rem; }

.issues-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:1rem; }

@media (min-width:760px){ .issues-grid { grid-template-columns:repeat(2,1fr); } }
.issue { background:var(--paper); border:1px solid var(--line); border-top:4px solid var(--orange); border-radius:4px; padding:1.5rem; box-shadow:var(--shadow); }
.issue h3 { font-size:1.15rem; font-weight:800; color:var(--navy); margin:0 0 .5rem; text-transform:uppercase; letter-spacing:.02em; }
.issue p { margin:0; color:var(--muted); font-size:.95rem; }
@media (max-width:620px){ .news-item{ grid-template-columns:auto 1fr; } .news-item a.read{ grid-column:2; } }

.gallery { display:grid; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); gap:.9rem; }
.gphoto { position:relative; margin:0; aspect-ratio:4/3; overflow:hidden; border-radius:6px;
  background:var(--mist); box-shadow:var(--shadow); }
.gphoto img { width:100%; height:100%; object-fit:cover; display:block; }

.dl-btn { position:absolute; top:.6rem; right:.6rem; display:inline-flex; align-items:center; gap:.35rem;
  background:rgba(13,48,85,.92); color:#fff; border-radius:4px; padding:.4rem .7rem;
  font-size:.78rem; font-weight:700; letter-spacing:.02em; text-decoration:none; }
.dl-btn::before { content:"\2193"; font-weight:900; font-size:.9em; }
.dl-btn:hover, .dl-btn:focus-visible { background:var(--navy-2); }

.forms-2 { display:grid; grid-template-columns:1fr 1fr; gap:1.4rem; }
@media (max-width:820px){ .forms-2{ grid-template-columns:1fr; } }

.formcard { display:flex; flex-direction:column; }
.formcard h3 { color:var(--navy); font-size:1.25rem; font-weight:800; text-transform:uppercase; letter-spacing:.02em; }
.formcard p.sub { color:var(--muted); font-size:.9rem; margin:.4rem 0 1.1rem; }
.field { display:flex; flex-direction:column; gap:.3rem; margin-bottom:.8rem; }
.field label { font-size:.72rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:var(--navy); }
.field input, .field select, .field textarea { padding:.7rem .8rem; border:1.5px solid var(--line); border-radius:3px;
  font-family:var(--sans); font-size:.95rem; background:#fff; color:var(--ink); }

.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible,
.email-bar input:focus-visible {
  border-color:var(--navy); outline:3px solid var(--navy); outline-offset:2px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color:var(--navy); }
.row2 { display:grid; grid-template-columns:1fr 1fr; gap:.8rem; }
@media (max-width:480px){ .row2{ grid-template-columns:1fr; } }
.form-note { font-size:.72rem; color:var(--muted); margin-top:.6rem; }
.contact-full { max-width:760px; margin-inline:auto; }

footer.site { background:var(--navy); color:#fff; padding-block:2.6rem; }
.foot-top { display:flex; flex-direction:column; justify-content:center; align-items:center;
  gap:1.2rem; flex-wrap:wrap; text-align:center; }

.foot-nav { display:flex; gap:.85rem 1rem; flex-wrap:wrap; justify-content:center; }
.foot-nav a { color:rgba(255,255,255,.8); text-decoration:none; font-size:.76rem; text-transform:uppercase; letter-spacing:.03em; font-weight:700; white-space:nowrap; }
.foot-nav a:hover { color:#fff; }
.disclaimer-box { margin-top:1.8rem; border:1px solid rgba(255,255,255,.35); border-radius:4px; padding:1rem 1.2rem;
  font-size:.78rem; color:rgba(255,255,255,.82);  text-align:center;}
.disclaimer-box b { color:#fff; }

.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden;
  clip:rect(0,0,0,0); white-space:nowrap; border:0; }

.skip-link { position:absolute; left:-9999px; top:0; z-index:100; background:var(--navy); color:#fff; padding:.7rem 1rem; font-weight:800; border-radius:0 0 3px 0; }
.skip-link:focus { left:0; }

.email-bar { background:var(--mist); border-bottom:1px solid var(--line); }
.email-bar .wrap { display:flex; align-items:center; justify-content:center; gap:1rem; flex-wrap:wrap; padding-block:.9rem; }
.email-bar strong { color:var(--navy); font-size:.98rem; }
.email-bar form { display:flex; gap:.5rem; flex-wrap:wrap; }
.email-bar input { padding:.62rem .8rem; border:1.5px solid var(--line); border-radius:3px; font-size:.95rem; min-width:220px; background:#fff; color:var(--ink); }

.hero-flush { padding: 0; }
.honeypot { display: none; }
.btn-sm { padding: .6rem 1.15rem; }
.text-left { text-align: left; }
.rule-sm--flush { margin-left: 0; }
.about .body { margin-top: 1.2rem; }
.btn-full { width: 100%; justify-content: center; }
.formcard .btn-full { width:auto; }
.btn-center { justify-content: center; }

footer.site .brand .bname { color:#fff; }
footer.site .brand .boffice { color:rgba(255,255,255,.72); }
.text-white { color: #fff; }
.text-white-dim { color: rgba(255,255,255,.7); }

footer .seal-img { filter:brightness(0) invert(1); }

.form-status { background:#fdf0e6; border:1px solid rgba(234,108,24,.5); border-left:4px solid var(--orange);
  color:var(--navy); border-radius:4px; padding:.75rem .9rem; margin:0 0 1rem; font-size:.92rem; font-weight:600; }

.req { color:var(--navy); margin-left:.15rem; }
.req-note { color:var(--muted); font-size:.75rem; margin:0 0 .9rem; letter-spacing:.02em; }

.formcard.submitted .field input:invalid { border-color:var(--orange); border-width:2px; }

.form-submit:disabled { opacity:.65; cursor:progress; }

@media (max-width:820px) {
  .photo-frame { position:static; aspect-ratio:4/5; }
}

@media (max-width:600px) {
  .hero { min-height:56rem; }
  .hero-photo { width:100%; object-position:41.3% 40%; }
  
  
  
  .hero .slogan { font-size:1rem; max-width:205px; text-wrap:wrap; line-height:1.6; }
  .hero-inner { padding-block:2.5rem 6rem; }
}

.letter { background:var(--paper); }
.letter-card { max-width:52rem; margin:0 auto; padding:clamp(2.4rem,6vw,4rem) 0; }
.letter-card p { font-family:var(--serif); font-size:1.12rem; line-height:1.75; color:var(--ink); }
.letter-card p + p { margin-top:1.1rem; }
.letter-greeting { font-weight:700; color:var(--navy); }
.letter-signoff { margin-top:1.6rem; }
.letter-signature { font-weight:700; color:var(--navy); margin-top:.2rem; }
@media (max-width:600px){ .letter-card p { font-size:1.05rem; } }

.formcard .form-submit { align-self:flex-start; width:auto; margin-top:.4rem; }

.checkset { border:1px solid var(--line); border-radius:4px; padding:.9rem 1rem 1rem; margin:0 0 1.1rem; }
.checkset legend { font-size:.72rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase;
  color:var(--navy); padding:0 .35rem; }
.check { display:flex; align-items:flex-start; gap:.6rem; padding:.35rem 0; font-size:.98rem; color:var(--ink); cursor:pointer; }
.check input { width:1.05rem; height:1.05rem; margin-top:.15rem; accent-color:var(--navy); flex:none; }

.consent { font-size:.78rem; line-height:1.6; color:var(--muted); margin:1.1rem 0 0; }
.consent a { color:var(--navy); text-decoration:underline; }

.legal { max-width:52rem; margin:0 auto; }
.legal h2 { font-size:1.1rem; font-weight:800; color:var(--navy); margin:2rem 0 .6rem; }
.legal h2:first-child { margin-top:0; }
.legal p { font-size:.98rem; line-height:1.7; color:var(--ink); margin:0 0 .9rem; }
.legal ul { margin:0 0 .9rem; padding-left:1.4rem; }
.legal li { font-size:.98rem; line-height:1.7; color:var(--ink); margin:0 0 .4rem; }

.endorse-intro { font-size:1.02rem; color:var(--muted); margin:.9rem 0 0; }
.endorse-list { list-style:none; margin:0; padding:0; display:grid;
  gap:.9rem; max-width:44rem; margin-inline:auto; }
.endorse-list li { background:var(--paper); border:1px solid var(--line);
  border-left:6px solid var(--orange); border-radius:6px;
  padding:1.5rem 1.6rem; font-size:1.25rem; font-weight:700; line-height:1.3;
  color:var(--navy); box-shadow:var(--shadow); display:flex; align-items:center;
  min-height:5.5rem; }
@media (max-width:640px) {
  .endorse-list li { font-size:1.1rem; padding:1.2rem 1.25rem; min-height:0; }
}

.formcard-title { max-width:44rem; margin:2.8rem auto 1.1rem; font-size:1.15rem; font-weight:800;
  text-transform:uppercase; letter-spacing:.05em; color:var(--navy);
  border-left:4px solid var(--orange); padding-left:.8rem; }

.form-divider { max-width:44rem; margin:3rem auto 0; border:0; border-top:1px solid var(--line); }

.form-layout { display:grid; grid-template-columns:minmax(0,1fr) 20rem; gap:0; align-items:start; }
.form-main { padding:0 clamp(1.5rem,4vw,3rem) 2.5rem 0; }
.form-side { background:var(--mist); border-left:1px solid var(--line);
  padding:2rem clamp(1.2rem,2.5vw,2rem); align-self:stretch; display:flex;
  flex-direction:column; gap:.9rem; }

.btn-side { width:100%; justify-content:center; font-size:1.05rem;
  background:transparent; color:var(--navy); border-color:var(--orange); border-width:2px; }
.btn-side:hover { background:var(--orange); color:var(--navy); }

.committee { font-size:1.45rem; font-weight:800; color:var(--navy); margin:0 0 .9rem;
  line-height:1.25; }

.fppc { border-left:4px solid var(--orange); padding-left:.7rem; margin:0 0 1.6rem;
  font-size:.9rem; font-weight:600; color:var(--ink); }

@media (max-width:820px) {
  .form-layout { grid-template-columns:1fr; }
  .form-main { padding-right:0; }
  .form-side { border-left:0; border-top:1px solid var(--line); }
}

.form-fallback { max-width:44rem; font-size:.85rem; color:var(--muted); margin:.7rem 0 0; }
.form-fallback a { color:var(--navy); }

.legal-contact { max-width:52rem; margin:.2rem auto 0; font-size:.98rem; }
.legal-contact a { color:var(--navy); font-weight:600; }

.field textarea { font-family:var(--sans); resize:vertical; min-height:9rem; }
.legal a { color:var(--navy); font-weight:600; }
