
:root {
  color-scheme: light;
  
  --navy:    #1a386d;
  --navy-2:  #254a8a;
  --navy-deep:#12294f;
  --accent:     #90c73e;
  --accent-2:   #7bb02f;
  
  --accent-ink: #456f18;
  --focus-light:    #90c73e;

  --paper:   #ffffff;
  --mist:    #f4f7f1;
  --line:    #e3e7dd;
  --ink:     #16233a;
  --muted:   #55637a;
  --good:    #1f7a44;

  --sans: '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; }

.security :focus-visible, .utility :focus-visible, .hamburger:focus-visible,
.btn-navy:focus-visible, footer :focus-visible { outline-color: var(--focus-light); }

.kicker { font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-ink); }
.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-accent  { background:var(--accent); color:var(--navy); border-color:var(--accent); }
.btn-accent:hover { background:var(--accent-2); border-color:var(--accent-2); color:var(--navy); }
.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,.6); }
.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:6px; background:var(--accent); }
.mast-inner { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding-block:.7rem; }
.brand { display:flex; align-items:center; gap:.7rem; text-decoration:none; }
.seal { width:46px; height:46px; border-radius:50%; background:var(--navy); color:#fff; display:grid; place-items:center;
  font-family:var(--serif); font-weight:700; font-size:1.05rem; border:2px solid var(--focus-light); flex:none; }
.brand .bname { font-weight:900; font-size:1.15rem; color:var(--navy); letter-spacing:.02em; line-height:1; text-transform:uppercase; }
.brand .boffice { font-size:.7rem; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); font-weight:700; }
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(--accent-ink); }
nav.tabs a:not(.btn)[aria-current="page"] { color:var(--accent-ink); }
.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); }
.hero-photo { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(180deg, rgba(9,18,40,.55), rgba(9,18,40,.78)); }
.hero-inner { position:relative; padding-block:clamp(3.4rem, 9vw, 7rem); }
.hero .office { display:inline-block; font-size:.8rem; font-weight:800; letter-spacing:.22em; text-transform:uppercase;
  color:var(--navy); background:var(--accent); 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-family:var(--serif); font-style:italic; font-size:clamp(1.1rem,2.6vw,1.6rem); color:rgba(255,255,255,.92); }
.hero-cta { display:flex; gap:.8rem; justify-content:center; flex-wrap:wrap; margin-top:1.8rem; }

.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(--accent); margin:1rem auto 0; }

.about { display:grid; grid-template-columns:0.9fr 1.1fr; gap:clamp(1.6rem,4vw,3.4rem); align-items:center; }
@media (max-width:820px){ .about{ grid-template-columns:1fr; } }
.photo-frame { position:relative; aspect-ratio:4/5; 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:#2c3547; }
.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(--accent); 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; }

.news-list { display:grid; gap:1rem; max-width:820px; margin-inline:auto; }
.news-item { display:grid; grid-template-columns:auto 1fr auto; gap:1.2rem; align-items:center; background:var(--paper);
  border:1px solid var(--line); border-radius:4px; padding:1.1rem 1.3rem; box-shadow:var(--shadow); }
.news-item .date { text-align:center; color:var(--navy); }
.news-item .date .m { font-size:.68rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:var(--accent-ink); }
.news-item .date .d { font-size:1.7rem; font-weight:900; line-height:1; }
.news-item h3 { font-size:1.05rem; font-weight:700; }
.news-item .src { font-size:.8rem; color:var(--muted); }
.news-item a.read { font-size:.78rem; font-weight:800; text-transform:uppercase; letter-spacing:.06em; color:var(--accent-ink); text-decoration:none; white-space:nowrap; }
.news-item a.read:hover { text-decoration:underline; }
@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(200px,1fr)); gap:.9rem; }
.gphoto { margin:0; border:1px solid var(--line); border-radius:4px; overflow:hidden; background:var(--paper); box-shadow:var(--shadow); }
.gphoto .img { aspect-ratio:4/3; position:relative; display:block; background:var(--mist); }
.gphoto .img img { width:100%; height:100%; object-fit:cover; }
.gphoto .scene { position:absolute; left:.6rem; bottom:.5rem; font-size:.7rem; font-weight:800; color:#fff; text-shadow:0 1px 3px rgba(0,0,0,.6); }
.gphoto .over { position:absolute; inset:0; background:rgba(22,41,77,.58); display:grid; place-items:center; opacity:0; transition:opacity .15s ease; }
.gphoto .over::after { content:"\2913  Download"; color:#fff; font-weight:800; font-size:.82rem; letter-spacing:.06em; }
.gphoto .img:hover .over, .gphoto .img:focus .over { opacity:1; }
.gphoto .bar { display:flex; align-items:center; justify-content:space-between; gap:.5rem; padding:.5rem .6rem .5rem .7rem; border-top:1px solid var(--line); }
.gphoto .fname { font-size:.72rem; color:var(--muted); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.dl-btn { display:inline-flex; align-items:center; gap:.3rem; background:var(--navy); color:#fff; border:0; border-radius:3px;
  padding:.42rem .7rem; font-size:.68rem; font-weight:800; letter-spacing:.05em; text-transform:uppercase; cursor:pointer; text-decoration:none; white-space:nowrap; }
.dl-btn::before { content:"\2193"; font-weight:900; font-size:.9em; }
.dl-btn:hover { background:var(--accent); color:var(--navy); }

.forms-2 { display:grid; grid-template-columns:1fr 1fr; gap:1.4rem; }
@media (max-width:820px){ .forms-2{ grid-template-columns:1fr; } }
.formcard { background:var(--paper); border:1px solid var(--line); border-radius:4px; padding:1.6rem; box-shadow:var(--shadow); }
.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, .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; }

.donate { background:linear-gradient(180deg,var(--navy),var(--navy-deep)); color:#fff; text-align:center; }
.donate .sec-title { color:#fff; }
.donate p { color:rgba(255,255,255,.9); max-width:52ch; margin:.9rem auto 0; }
.amounts { display:flex; gap:.7rem; justify-content:center; flex-wrap:wrap; margin-top:1.6rem; }
.amt { background:#fff; color:var(--accent-ink); font-weight:900; font-size:1.05rem; padding:.9rem 1.6rem; border-radius:3px; text-decoration:none; border:2px solid #fff; }
.amt:hover { background:transparent; color:#fff; }
.amt.other { background:transparent; color:#fff; }
.amt.other:hover { background:#fff; color:var(--accent-ink); }

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:.82rem; text-transform:uppercase; letter-spacing:.05em; font-weight:700; }
.foot-nav a:hover { color:#fff; }
.foot-socials { display:flex; gap:1rem; justify-content:center; }
.foot-socials a { color:rgba(255,255,255,.8); }
.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; }

.security { background:var(--navy); color:#fff; }
.security .sec-title { color:#fff; }
.security p.lede { color:rgba(255,255,255,.82); max-width:62ch; margin:.9rem auto 0; text-align:center; }
.sec-note { max-width:62ch; margin:1.2rem auto 0; text-align:center; font-size:.92rem; color:rgba(255,255,255,.78); }

.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); }

.endorse-intro { font-size:1.02rem; color:var(--muted); margin:.9rem 0 0; }
.endorse-list { list-style:none; margin:1.4rem 0 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:4px solid var(--focus-light); border-radius:4px; padding:1rem 1.2rem;
  font-weight:700; color:var(--navy); box-shadow:var(--shadow); }

.vote-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(170px,1fr)); gap:1rem; margin-bottom:1.6rem; }
.votecard { background:var(--paper); border:1px solid var(--line); border-top:4px solid var(--navy); border-radius:4px; padding:1.3rem; text-align:center; box-shadow:var(--shadow); }
.votecard .vl { font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; color:var(--accent-ink); font-weight:800; margin-bottom:.35rem; }
.votecard .vd { font-family:var(--serif); font-size:1.45rem; font-weight:700; color:var(--navy); font-variant-numeric:tabular-nums; }
.vote-cta { display:flex; gap:.7rem; justify-content:center; flex-wrap:wrap; }

.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; }
.btn-center { justify-content: center; }
.text-white { color: #fff; }
.text-gold { color: var(--focus-light); }
.text-white-dim { color: rgba(255,255,255,.7); }

.form-status[hidden] { display: none; }
.form-status {
  margin: 0 0 1rem;
  padding: .7rem .85rem;
  border-left: 3px solid var(--rust, #9c3626);
  background: var(--paper-2, #f5f2ee);
  border-radius: 0 3px 3px 0;
  font-size: .93rem;
  line-height: 1.5;
}

.brandmark { height: 46px; width: auto; }
footer .brandmark { height: 42px; }
@media (max-width: 600px){ .brandmark { height: 38px; } }

.hero-photo { position: relative; isolation: isolate; }
.hero-photo > picture, .hero-photo > picture img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0;
}
.hero-photo-inner {
  position: relative; z-index: 1;
  padding-block: clamp(4rem, 12vw, 9rem);
  display: flex; align-items: center;
}

.hero-panel {
  background: rgba(18, 41, 79, .93);
  border-left: 5px solid var(--accent);
  border-radius: 4px;
  padding: clamp(1.6rem, 4vw, 2.8rem);
  max-width: 44rem;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,.6);
}
.hero-panel h1 {
  color: #fff; font-size: clamp(2rem, 5.2vw, 3.4rem); font-weight: 800;
  letter-spacing: -.02em; text-wrap: balance; margin-block: .6rem 0;
}
.hero-panel .lead { color: #eef3f7; font-size: clamp(1.02rem, 1.7vw, 1.2rem); margin-top: 1rem; max-width: 36rem; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }

.kicker.on-dark { color: var(--accent); }
.sec-title.on-dark { color: #fff; }

.band-navy { background: var(--navy); color: #fff; }
.band-navy .formcard { background: #fff; color: var(--ink); }
.band-photo { position: relative; isolation: isolate; background: var(--navy-deep); color: #fff; }
.band-photo > .wrap { position: relative; z-index: 1; }
.closing {
  font-size: 1.15rem; font-weight: 700; color: var(--navy);
  border-left: 5px solid var(--accent); padding-left: 1rem; margin-top: 1.8rem;
}
.narrow-center { text-align: center; }
.narrow-center .actions { justify-content: center; }

.benefits { display: grid; gap: 1.2rem; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.benefit {
  background: var(--paper); border: 1px solid var(--line); border-top: 4px solid var(--accent);
  border-radius: 4px; padding: 1.5rem; box-shadow: var(--shadow);
}
.benefit h3 { font-size: 1.08rem; color: var(--navy); margin-bottom: .5rem; }
.benefit p { margin: 0; color: var(--muted); }

.faqs { border-top: 1px solid var(--line); }
.faqs details { border-bottom: 1px solid var(--line); }
.faqs summary {
  cursor: pointer; list-style: none; padding: 1.1rem 2.2rem 1.1rem 0; position: relative;
  font-weight: 700; color: var(--navy); font-size: 1.05rem;
}
.faqs summary::-webkit-details-marker { display: none; }

.faqs summary::after {
  content: ""; position: absolute; right: .4rem; top: 1.45rem;
  width: .55rem; height: .55rem; border-right: 2.5px solid var(--accent-ink);
  border-bottom: 2.5px solid var(--accent-ink); transform: rotate(45deg);
  transition: transform .18s ease;
}
.faqs details[open] summary::after { transform: rotate(-135deg); top: 1.7rem; }
.faqs details p { margin-top: 0; padding-bottom: 1.2rem; color: var(--muted); }
.faqs details p + p { margin-top: .9rem; }
@media (prefers-reduced-motion: reduce){ .faqs summary::after { transition: none; } }

.quotes { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; align-items: start; }
.qcol { display: flex; flex-direction: column; gap: 1.2rem; }
@media (max-width: 860px){
  .quotes { grid-template-columns: 1fr; }
  
  .qcol { display: contents; }
}
.quote {
  margin: 0; padding: 1.4rem 1.5rem;
  background: rgba(255,255,255,.07); border-left: 4px solid var(--accent); border-radius: 4px;
}
.quote blockquote { margin: 0; color: #eef3f7; font-size: .98rem; line-height: 1.65; }
.quote blockquote::before { content: "\201C"; }
.quote blockquote::after  { content: "\201D"; }
.quote figcaption { margin-top: .9rem; font-weight: 800; color: var(--accent); font-size: .85rem; letter-spacing: .04em; text-transform: uppercase; }
.supporters-close { margin-top: 1.6rem; font-size: 1.1rem; font-weight: 700; color: #fff; text-wrap: balance; }

.doclist { list-style: none; padding: 0; margin: 0; display: grid; gap: .7rem; }
.doclist a {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  background: var(--paper); border: 1px solid var(--line); border-radius: 4px;
  padding: 1.05rem 1.2rem; text-decoration: none; font-weight: 700; color: var(--navy);
  transition: border-color .15s ease, transform .12s ease;
}
.doclist a::after { content: "\2192"; color: var(--accent-ink); font-weight: 800; }
.doclist a:hover { border-color: var(--accent); transform: translateX(2px); }

.disclaimer-box b { font-size: 15px; line-height: 1.5; color: #fff; }
.photostrip { height: clamp(180px, 26vw, 320px); overflow: hidden; }
.photostrip img { width: 100%; height: 100%; object-fit: cover; }

footer .brand .bname { color: #fff; }
footer .brand .boffice { color: rgba(255,255,255,.72); }
footer .brandmark { height: 54px; }

.brand .bname { white-space: nowrap; font-size: 1.02rem; }
.mast-inner { gap: 1rem; }
nav.tabs { gap: .1rem; }
nav.tabs a:not(.btn) { white-space: nowrap; padding-inline: .6rem; font-size: .78rem; }
nav.tabs a.btn { white-space: nowrap; }
@media (max-width: 1080px){
  .brand .boffice { display: none; }   
  nav.tabs a:not(.btn) { padding-inline: .45rem; font-size: .74rem; }
}

.wrap.read { max-width: 780px; }
.wrap.read > p, .wrap.read > .closing { max-width: none; }
.formcard { max-width: 680px; margin-inline: auto; }

.sec-head .kicker { color: var(--accent-ink); }
.sec-head .kicker.on-dark { color: var(--accent); }

.check input[type="checkbox"] {
  width: 22px; height: 22px; margin: 0; flex: 0 0 auto;
  accent-color: var(--accent-ink);   
}

.check { display: flex; align-items: center; gap: .7rem; }
.check label, .check > label {
  display: flex; align-items: center; min-height: 44px; cursor: pointer;
  padding-block: .35rem; line-height: 1.35;
}
.check + .check { margin-top: .35rem; }

.hamburger { min-height: 44px; padding-inline: .9rem; }

.formcard input:not([type="checkbox"]):not([type="hidden"]),
.formcard select { min-height: 44px; }
.formcard textarea { min-height: 120px; }

.foot-nav a { display: inline-block; padding: .55rem .2rem; }

.kicker { font-size: .8rem; }
.foot-nav a { padding: .75rem .3rem; }
.masthead .brand { min-height: 44px; }

.brandmark { height: 92px; }
footer .brandmark { height: 84px; }
.masthead .brand { gap: .9rem; }
.brand .bname { font-size: 1.22rem; }
@media (max-width: 900px){ .brandmark { height: 74px; } .brand .bname { font-size: 1.05rem; } }
@media (max-width: 600px){ .brandmark { height: 60px; } .brand .bname { font-size: .95rem; } }

.mast-inner { flex-wrap: wrap; gap: .6rem 1.6rem; }
.masthead .brand { flex: 0 0 auto; margin-right: .4rem; }
nav.tabs { flex: 1 1 auto; justify-content: flex-end; }

.doclist a { flex-wrap: nowrap; align-items: center; }
.doclist a > span.docmeta { flex: 0 0 auto; }
.doclist .doctitle { display: flex; flex-direction: column; gap: .15rem; min-width: 0; }
.docmeta { font-weight: 600; font-size: .78rem; color: var(--muted); letter-spacing: .02em; }

.closing { text-wrap: balance; }

.whygrid { display: grid; gap: clamp(1.5rem, 4vw, 3rem); align-items: center; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
.whygrid .sec-head { text-align: left; margin-inline: 0; }
.whygrid .sec-head .rule-sm { margin-inline: 0; }
.whytext > p { max-width: 62ch; }
.whyphoto { margin: 0; }
.whyphoto img { border-radius: 4px; box-shadow: var(--shadow); width: 100%; height: 100%; max-height: 520px; object-fit: cover; }
@media (max-width: 900px){
  .whygrid { grid-template-columns: 1fr; }
  .whyphoto img { max-height: 320px; }
}

:root{
  --navy: #1a386d;
  --navy-2: #254a8a;
  --navy-deep: #12294f;
  --accent: #90c73e;
  --accent-2: #7bb02f;
  --accent-ink: #456f18;
}
