/* ==========================================================================
   Foundation for Navy SEAL Veterans
   Design system and site styles
   Palette derived from the Foundation crest: navy #001D5C and gold #DBC277
   ========================================================================== */

/* Self hosted webfonts. No third party request, no tracking, faster first paint. */
@font-face{font-family:"Oswald";font-style:normal;font-weight:300;font-display:swap;src:url("../fonts/oswald-latin-300-normal.woff2") format("woff2")}
@font-face{font-family:"Oswald";font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/oswald-latin-400-normal.woff2") format("woff2")}
@font-face{font-family:"Oswald";font-style:normal;font-weight:500;font-display:swap;src:url("../fonts/oswald-latin-500-normal.woff2") format("woff2")}
@font-face{font-family:"Oswald";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/oswald-latin-600-normal.woff2") format("woff2")}
@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/source-sans-3-latin-400-normal.woff2") format("woff2")}
@font-face{font-family:"Source Sans 3";font-style:italic;font-weight:400;font-display:swap;src:url("../fonts/source-sans-3-latin-400-italic.woff2") format("woff2")}
@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/source-sans-3-latin-600-normal.woff2") format("woff2")}
@font-face{font-family:"Source Sans 3";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/source-sans-3-latin-700-normal.woff2") format("woff2")}

:root{
  /* Brand */
  --navy:#001D5C;
  --navy-900:#00112F;
  --navy-800:#001845;
  --navy-700:#0A2A72;
  --navy-600:#123A93;
  --gold:#DBC277;
  --gold-600:#C3A652;
  --gold-100:#F4EDD9;

  /* Neutrals */
  --bone:#F7F5EF;
  --bone-200:#EFEBE1;
  --white:#FFFFFF;
  --ink:#111827;
  --body:#404859;
  --muted:#6B7280;
  --line:#E2DED3;
  --line-dark:rgba(219,194,119,.22);

  /* Type */
  --f-display:"Oswald","Haettenschweiler","Arial Narrow",sans-serif;
  --f-body:"Source Sans 3","Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;

  /* Rhythm */
  --gutter:clamp(20px,5vw,56px);
  --wrap:1240px;
  --wrap-narrow:820px;
  --section:clamp(60px,8vw,110px);
  --section-sm:clamp(44px,5.5vw,72px);
  --gap:clamp(20px,2.6vw,34px);

  --radius:4px;
  --radius-lg:8px;
  --shadow:0 2px 4px rgba(0,17,47,.05),0 12px 28px rgba(0,17,47,.08);
  --shadow-lg:0 4px 10px rgba(0,17,47,.07),0 24px 60px rgba(0,17,47,.14);
  --ease:cubic-bezier(.2,.7,.3,1);
  --header-h:96px;
}

/* -------------------------------------------------- Reset */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0;
  background:var(--white);
  color:var(--body);
  font-family:var(--f-body);
  font-size:17px;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--navy-700);text-decoration:none}
a:hover{color:var(--navy)}
button{font:inherit}
ul,ol{margin:0 0 1.2em;padding-left:1.25em}
li{margin-bottom:.5em}
hr{border:0;border-top:1px solid var(--line);margin:var(--section-sm) 0}

h1,h2,h3,h4,h5{
  font-family:var(--f-display);
  font-weight:600;
  color:var(--navy);
  line-height:1.14;
  margin:0 0 .55em;
  letter-spacing:.005em;
}
h1{font-size:clamp(34px,5.2vw,60px);text-transform:uppercase;letter-spacing:.02em}
h2{font-size:clamp(27px,3.6vw,42px);text-transform:uppercase;letter-spacing:.02em}
h3{font-size:clamp(20px,2.1vw,26px)}
h4{font-size:clamp(17px,1.5vw,20px);text-transform:uppercase;letter-spacing:.06em}
p{margin:0 0 1.15em}
p:last-child{margin-bottom:0}
strong{color:var(--ink);font-weight:700}

::selection{background:var(--gold);color:var(--navy-900)}

:focus-visible{outline:3px solid var(--gold);outline-offset:3px;border-radius:2px}

.skip{
  position:absolute;left:-9999px;top:0;z-index:2000;
  background:var(--gold);color:var(--navy-900);
  padding:12px 20px;font-weight:700;
}
.skip:focus{left:12px;top:12px}

/* -------------------------------------------------- Layout */
.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:var(--gutter)}
.wrap-narrow{max-width:var(--wrap-narrow)}
.section{padding-block:var(--section)}
.section-sm{padding-block:var(--section-sm)}
.section-bone{background:var(--bone)}
.section-navy{background:var(--navy);color:rgba(255,255,255,.82)}
.section-navy h1,.section-navy h2,.section-navy h3,.section-navy h4{color:var(--white)}
.section-line{border-top:1px solid var(--line)}

.center{text-align:center}
.center .lede,.center .sec-head p{margin-inline:auto}

.eyebrow{
  display:block;
  font-family:var(--f-display);
  font-size:13px;
  font-weight:500;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--gold-600);
  margin-bottom:16px;
}
.section-navy .eyebrow{color:var(--gold)}

.sec-head{max-width:760px;margin-bottom:clamp(34px,4vw,56px)}
.sec-head.center{margin-inline:auto}
.lede{font-size:clamp(18px,1.9vw,21px);line-height:1.65;color:var(--body);max-width:66ch}
.section-navy .lede{color:rgba(255,255,255,.84)}

.rule{width:64px;height:3px;background:var(--gold);margin-bottom:26px}
.center .rule{margin-inline:auto}

/* -------------------------------------------------- Buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:15px 30px;
  font-family:var(--f-display);
  font-size:14px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;
  border-radius:var(--radius);
  border:2px solid transparent;
  cursor:pointer;
  transition:background .18s var(--ease),color .18s var(--ease),border-color .18s var(--ease),transform .18s var(--ease);
  text-align:center;
}
.btn:hover{transform:translateY(-1px)}
.btn-gold{background:var(--gold);border-color:var(--gold);color:var(--navy-900)}
.btn-gold:hover{background:var(--gold-600);border-color:var(--gold-600);color:var(--navy-900)}
.btn-navy{background:var(--navy);border-color:var(--navy);color:var(--white)}
.btn-navy:hover{background:var(--navy-700);border-color:var(--navy-700);color:var(--white)}
.btn-ghost{background:transparent;border-color:var(--navy);color:var(--navy)}
.btn-ghost:hover{background:var(--navy);color:var(--white)}
.btn-ghost-light{background:transparent;border-color:rgba(255,255,255,.5);color:var(--white)}
.btn-ghost-light:hover{background:var(--white);border-color:var(--white);color:var(--navy)}
.btn-lg{padding:18px 40px;font-size:15px}
.btn-block{display:flex;width:100%}
.btn-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}
.center .btn-row{justify-content:center}

/* -------------------------------------------------- Header */
.site-header{
  position:sticky;top:0;z-index:1000;width:100%;
  background:var(--navy);
  border-bottom:1px solid rgba(219,194,119,.25);
}
.topbar{
  background:var(--navy-900);
  color:rgba(255,255,255,.7);
  font-size:13.5px;
  letter-spacing:.03em;
}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:40px;padding-block:8px}
.topbar a{color:rgba(255,255,255,.78)}
.topbar a:hover{color:var(--gold)}
.topbar-tag{display:flex;align-items:center;gap:9px}
.topbar-tag::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold);flex:none}
.topbar-links{display:flex;align-items:center;gap:22px}

.header-main .wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:var(--header-h)}
.brand{display:flex;align-items:center;gap:14px;flex:none}
.brand img{width:auto;height:66px}
.brand:hover{opacity:.9}

.nav{display:flex;align-items:center;gap:2px}
.nav > li,.nav-item{position:relative;margin:0;list-style:none}
.nav ul{list-style:none;margin:0;padding:0}
.nav-list{display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0}
.nav-link{
  display:flex;align-items:center;gap:7px;
  padding:12px 15px;
  font-family:var(--f-display);
  font-size:14.5px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;
  color:rgba(255,255,255,.9);
  border-radius:var(--radius);
  transition:color .16s var(--ease),background .16s var(--ease);
  white-space:nowrap;
}
.nav-link:hover,.nav-item:focus-within > .nav-link,.nav-link[aria-current="page"]{color:var(--gold);background:rgba(255,255,255,.06)}
.nav-link[aria-current="page"]{box-shadow:inset 0 -2px 0 var(--gold)}
.caret{width:8px;height:8px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(45deg) translate(-2px,-2px);opacity:.75}

.submenu{
  position:absolute;top:100%;left:0;min-width:238px;max-width:min(300px,90vw);
  background:var(--white);
  border-top:3px solid var(--gold);
  box-shadow:var(--shadow-lg);
  padding:10px;
  opacity:0;visibility:hidden;transform:translateY(8px);
  transition:opacity .18s var(--ease),transform .18s var(--ease),visibility .18s;
}
.nav-item:hover > .submenu,.nav-item:focus-within > .submenu{opacity:1;visibility:visible;transform:translateY(0)}
/* the rightmost dropdowns open leftwards so they cannot run off screen */
.nav-list > .nav-item:nth-last-child(-n+3) > .submenu{left:auto;right:0}
.submenu li{margin:0}
.submenu a{
  display:block;padding:11px 14px;
  font-size:15px;color:var(--navy);font-weight:600;
  border-radius:var(--radius);
}
.submenu a:hover{background:var(--bone);color:var(--navy-700)}

.header-cta{display:flex;align-items:center;gap:12px;flex:none}
.nav-toggle{
  display:none;align-items:center;justify-content:center;
  width:46px;height:46px;background:transparent;
  border:1px solid rgba(255,255,255,.35);border-radius:var(--radius);
  cursor:pointer;
}
.nav-toggle span{display:block;width:20px;height:2px;background:var(--white);position:relative}
.nav-toggle span::before,.nav-toggle span::after{content:"";position:absolute;left:0;width:20px;height:2px;background:var(--white);transition:transform .2s var(--ease),top .2s var(--ease)}
.nav-toggle span::before{top:-6px}
.nav-toggle span::after{top:6px}
.nav-toggle[aria-expanded="true"] span{background:transparent}
.nav-toggle[aria-expanded="true"] span::before{top:0;transform:rotate(45deg)}
.nav-toggle[aria-expanded="true"] span::after{top:0;transform:rotate(-45deg)}

.mobile-nav{display:none;background:var(--navy-900);border-top:1px solid rgba(219,194,119,.2)}
.mobile-nav.open{display:block}
.mobile-nav ul{list-style:none;margin:0;padding:0}
.mobile-nav li{margin:0}
.m-item{border-bottom:1px solid rgba(255,255,255,.09)}
.m-row{display:flex;align-items:center;justify-content:space-between;gap:8px}
.m-row > a{
  flex:1;display:block;padding:16px 0;
  font-family:var(--f-display);font-size:16px;letter-spacing:.09em;text-transform:uppercase;
  color:rgba(255,255,255,.92);
}
.m-row > a:hover{color:var(--gold)}
.m-toggle{
  flex:none;width:52px;height:52px;
  display:flex;align-items:center;justify-content:center;
  background:transparent;border:0;cursor:pointer;color:var(--gold);
}
.m-toggle .chev{
  width:10px;height:10px;
  border-right:2px solid currentColor;border-bottom:2px solid currentColor;
  transform:rotate(45deg) translate(-2px,-2px);
  transition:transform .2s var(--ease);
}
.m-toggle[aria-expanded="true"] .chev{transform:rotate(225deg) translate(-3px,-3px)}
.m-sub{border-top:1px solid rgba(255,255,255,.07);padding-bottom:6px}
.m-sub[hidden]{display:none}
.m-sub a{
  display:block;padding:13px 0 13px 20px;
  font-family:var(--f-body);font-size:15px;letter-spacing:.02em;text-transform:none;
  color:rgba(255,255,255,.68);
}
.m-sub a:hover{color:var(--gold)}
.m-sub li:not(:last-child) a{border-bottom:1px solid rgba(255,255,255,.05)}
.mobile-nav .wrap{padding-block:8px 26px}
.mobile-nav .btn{margin-top:22px}

/* -------------------------------------------------- Hero */
.hero{
  position:relative;
  background:var(--navy-900);
  color:var(--white);
  overflow:hidden;
}
.hero-media{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover;opacity:.62}
.hero::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(100deg,rgba(0,17,47,.94) 0%,rgba(0,20,60,.86) 40%,rgba(0,29,92,.55) 72%,rgba(0,29,92,.4) 100%);
}
.hero .wrap{position:relative;z-index:2}
.hero-home{min-height:min(88vh,780px);display:flex;align-items:center;padding-block:clamp(70px,10vw,120px)}
.hero-home h1{font-size:clamp(38px,6vw,72px);color:var(--white);margin-bottom:.4em;max-width:16ch}
.hero-home .lede{color:rgba(255,255,255,.88);font-size:clamp(18px,2vw,22px);max-width:56ch}
.hero-inner{max-width:820px}

.page-hero{padding-block:clamp(64px,8vw,104px)}
.page-hero h1{color:var(--white);margin-bottom:.35em;max-width:18ch}
.page-hero .lede{color:rgba(255,255,255,.85);max-width:62ch}

.crumbs{
  position:relative;z-index:2;
  font-size:13.5px;letter-spacing:.04em;color:rgba(255,255,255,.6);
  margin-bottom:22px;
}
.crumbs a{color:rgba(255,255,255,.72)}
.crumbs a:hover{color:var(--gold)}
.crumbs span{padding:0 8px;opacity:.5}

/* Trust strip under hero */
.trust{background:var(--navy-800);color:rgba(255,255,255,.78);border-top:1px solid rgba(219,194,119,.2)}
.trust .wrap{display:flex;flex-wrap:wrap;gap:14px 40px;align-items:center;justify-content:center;padding-block:18px;font-size:14px;letter-spacing:.05em;text-align:center}
.trust b{color:var(--gold);font-weight:600}

/* -------------------------------------------------- Grids and cards */
.grid{display:grid;gap:var(--gap)}
.g2{grid-template-columns:repeat(2,1fr)}
.g3{grid-template-columns:repeat(3,1fr)}
.g4{grid-template-columns:repeat(4,1fr)}

.split{display:grid;grid-template-columns:1.02fr 1fr;gap:clamp(32px,5vw,72px);align-items:center}
.split-media img{width:100%;height:100%;max-height:520px;object-fit:cover;border-radius:var(--radius-lg)}
.split.reverse .split-media{order:2}

.card{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  padding:clamp(26px,3vw,38px);
  height:100%;
  display:flex;flex-direction:column;
  transition:transform .2s var(--ease),box-shadow .2s var(--ease),border-color .2s var(--ease);
}
.card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--gold)}
.card h3{margin-bottom:.5em}
.card p{color:var(--body);font-size:16.5px}
.card .card-link{
  margin-top:auto;padding-top:20px;
  font-family:var(--f-display);font-size:13.5px;letter-spacing:.13em;text-transform:uppercase;
  color:var(--navy);font-weight:500;
}
.card .card-link:hover{color:var(--gold-600)}
.card .card-link::after{content:" \2192"}
.card-icon{
  width:52px;height:52px;border-radius:50%;
  background:var(--navy);color:var(--gold);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--f-display);font-size:19px;font-weight:600;
  margin-bottom:22px;flex:none;
}
.card-media{margin:calc(-1 * clamp(26px,3vw,38px)) calc(-1 * clamp(26px,3vw,38px)) 26px;border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden}
.card-media img{width:100%;aspect-ratio:4/3;object-fit:cover}

.card-quiet{background:var(--bone);border-color:transparent}
.section-bone .card{background:var(--white)}

/* Stats */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap)}
.stat{text-align:center;padding:clamp(22px,2.4vw,30px) 14px;border-left:1px solid var(--line-dark)}
.stat:first-child{border-left:0}
.stat-num{display:block;font-family:var(--f-display);font-size:clamp(38px,4.6vw,56px);font-weight:600;color:var(--gold);line-height:1;margin-bottom:12px}
.stat-label{font-size:14.5px;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.75);font-family:var(--f-display);font-weight:300}
.section-bone .stat{border-left-color:var(--line)}
.section-bone .stat-num{color:var(--navy)}
.section-bone .stat-label{color:var(--muted)}

/* Person cards */
.person{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;height:100%}
.person img{width:100%;aspect-ratio:1/1;object-fit:cover}
.person-body{padding:24px 26px 28px}
.person h3{font-size:20px;margin-bottom:4px}
.person .role{font-family:var(--f-display);font-size:13px;letter-spacing:.13em;text-transform:uppercase;color:var(--gold-600);margin-bottom:12px}
.person p{font-size:15.5px;margin-bottom:.5em}
.person .class{font-size:14px;color:var(--muted);letter-spacing:.03em}

/* Quote */
.quote{
  border-left:4px solid var(--gold);
  padding:8px 0 8px 30px;
  font-size:clamp(19px,2.2vw,24px);
  line-height:1.55;
  color:var(--navy);
  font-family:var(--f-body);
  font-style:italic;
}
.quote cite{
  display:block;margin-top:18px;font-size:15px;font-style:normal;
  font-family:var(--f-display);letter-spacing:.1em;text-transform:uppercase;color:var(--muted);
}
.section-navy .quote{border-color:var(--gold);color:var(--white)}
.section-navy .quote cite{color:rgba(255,255,255,.65)}

/* Steps */
.steps{counter-reset:step;display:grid;gap:var(--gap)}
.step{position:relative;padding-left:76px}
.step::before{
  counter-increment:step;content:counter(step,decimal-leading-zero);
  position:absolute;left:0;top:-4px;
  font-family:var(--f-display);font-size:34px;font-weight:600;color:var(--gold);
}
.step h3{margin-bottom:.35em}

/* Give levels */
.give-level{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:30px 28px;text-align:center;height:100%;
  display:flex;flex-direction:column;
  transition:transform .2s var(--ease),border-color .2s var(--ease),box-shadow .2s var(--ease);
}
.give-level:hover{transform:translateY(-3px);border-color:var(--gold);box-shadow:var(--shadow)}
.give-level .amt{font-family:var(--f-display);font-size:38px;font-weight:600;color:var(--navy);line-height:1;margin-bottom:14px}
.give-level p{font-size:15.5px;margin-bottom:22px}
.give-level .btn{margin-top:auto}
.give-level.feature{background:var(--navy);border-color:var(--navy)}
.give-level.feature .amt,.give-level.feature h3{color:var(--gold)}
.give-level.feature p{color:rgba(255,255,255,.82)}

/* Accordion */
.acc{border-top:1px solid var(--line)}
.acc details{border-bottom:1px solid var(--line)}
.acc summary{
  cursor:pointer;list-style:none;padding:22px 44px 22px 0;position:relative;
  font-family:var(--f-display);font-size:clamp(17px,1.8vw,20px);color:var(--navy);
}
.acc summary::-webkit-details-marker{display:none}
.acc summary::after{
  content:"+";position:absolute;right:6px;top:50%;transform:translateY(-50%);
  font-size:26px;color:var(--gold-600);line-height:1;
}
.acc details[open] summary::after{content:"\2212"}
.acc .acc-body{padding:0 44px 24px 0;font-size:16.5px}

/* Logo row */
.logos{display:flex;flex-wrap:wrap;gap:clamp(24px,4vw,60px);align-items:center;justify-content:center}
.logo-plate{
  background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);
  padding:26px 34px;min-width:220px;text-align:center;
  font-family:var(--f-display);font-size:19px;letter-spacing:.06em;color:var(--navy);
}

/* -------------------------------------------------- CTA form */
.cta-band{background:var(--navy);color:rgba(255,255,255,.84);position:relative;overflow:hidden}
.cta-band::before{
  content:"";position:absolute;top:-160px;right:-120px;width:520px;height:520px;border-radius:50%;
  background:radial-gradient(circle,rgba(219,194,119,.16) 0%,transparent 68%);
}
.cta-band .wrap{position:relative;z-index:2}
.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(34px,5vw,72px);align-items:start}
.cta-copy h2{color:var(--white)}
.cta-copy .lede{color:rgba(255,255,255,.82)}
.cta-points{list-style:none;padding:0;margin:28px 0 0}
.cta-points li{position:relative;padding-left:30px;margin-bottom:14px;color:rgba(255,255,255,.82);font-size:16.5px}
.cta-points li::before{
  content:"";position:absolute;left:0;top:.55em;width:12px;height:12px;
  background:var(--gold);transform:rotate(45deg);
}

.form-card{
  background:var(--white);
  border-radius:var(--radius-lg);
  padding:clamp(28px,3.4vw,42px);
  box-shadow:var(--shadow-lg);
}
.form-card h3{margin-bottom:6px}
.form-note{font-size:15px;color:var(--muted);margin-bottom:26px}
.field{margin-bottom:16px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
label{
  display:block;margin-bottom:7px;
  font-family:var(--f-display);font-size:12.5px;font-weight:400;
  letter-spacing:.13em;text-transform:uppercase;color:var(--navy);
}
label .req{color:var(--gold-600)}
input[type=text],input[type=email],input[type=tel],select,textarea{
  width:100%;
  padding:13px 15px;
  font-family:var(--f-body);font-size:16px;line-height:1.45;
  color:var(--ink);
  background:var(--bone);
  border:1px solid var(--line);
  border-radius:var(--radius);
  transition:border-color .16s var(--ease),background .16s var(--ease),box-shadow .16s var(--ease);
}
textarea{min-height:118px;resize:vertical}
select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--navy) 50%),linear-gradient(135deg,var(--navy) 50%,transparent 50%);background-position:calc(100% - 21px) 21px,calc(100% - 15px) 21px;background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:44px}
input::placeholder,textarea::placeholder{color:#9AA1AE}
input:focus,select:focus,textarea:focus{
  outline:none;border-color:var(--navy);background:var(--white);
  box-shadow:0 0 0 3px rgba(0,29,92,.1);
}
.form-legal{font-size:13.5px;color:var(--muted);margin-top:16px;line-height:1.55}
.hp{position:absolute!important;left:-9999px;width:1px;height:1px;overflow:hidden}
.consent{display:flex;gap:11px;align-items:flex-start;margin-top:6px}
.consent input{margin-top:5px;width:17px;height:17px;flex:none;accent-color:var(--navy)}
.consent label{
  margin:0;font-family:var(--f-body);font-size:14.5px;letter-spacing:0;
  text-transform:none;color:var(--body);font-weight:400;line-height:1.5;
}

/* Contact detail blocks */
.info-list{list-style:none;padding:0;margin:0}
.info-list li{display:flex;gap:16px;margin-bottom:24px}
.info-list .ico{
  width:44px;height:44px;flex:none;border-radius:50%;
  background:var(--navy);color:var(--gold);
  display:flex;align-items:center;justify-content:center;
}
.section-bone .info-list .ico{background:var(--navy);color:var(--gold)}
.info-list b{display:block;font-family:var(--f-display);font-size:13px;letter-spacing:.13em;text-transform:uppercase;color:var(--gold-600);margin-bottom:3px;font-weight:500}
.section-navy .info-list b{color:var(--gold)}

.map-wrap{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--navy-800);min-height:420px}
.map-fallback{
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,.5);font-family:var(--f-display);font-size:14px;
  letter-spacing:.12em;text-transform:uppercase;text-align:center;padding:20px;
}
.map-embed{position:relative;border:0;width:100%;height:420px;display:block;filter:grayscale(.25)}

/* Alert / callout */
.callout{
  background:var(--gold-100);
  border-left:4px solid var(--gold);
  padding:24px 28px;
  border-radius:0 var(--radius) var(--radius) 0;
  color:var(--navy-800);
}
.callout p:last-child{margin-bottom:0}

/* -------------------------------------------------- Footer */
.site-footer{width:100%;background:var(--navy-900);color:rgba(255,255,255,.66);font-size:15.5px}
.footer-main{padding-block:clamp(52px,6vw,76px)}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:clamp(28px,4vw,56px)}
.site-footer h4{color:var(--white);font-size:14px;letter-spacing:.16em;margin-bottom:22px}
.site-footer a{color:rgba(255,255,255,.66)}
.site-footer a:hover{color:var(--gold)}
.footer-brand img{height:78px;width:auto;margin-bottom:22px}
.footer-brand p{font-size:15px;line-height:1.65;max-width:34ch}
.footer-links{list-style:none;padding:0;margin:0}
.footer-links li{margin-bottom:11px}
.footer-legal{
  border-top:1px solid rgba(255,255,255,.11);
  padding-block:24px;
  display:flex;flex-wrap:wrap;gap:12px 28px;align-items:center;justify-content:space-between;
  font-size:14px;color:rgba(255,255,255,.5);
}
.footer-legal a{color:rgba(255,255,255,.62)}
.tax-id{display:flex;flex-wrap:wrap;gap:6px 22px}
.social{display:flex;gap:12px;margin-top:22px}
.social a{
  width:42px;height:42px;border-radius:50%;
  border:1px solid rgba(255,255,255,.22);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--f-display);font-size:14px;letter-spacing:.02em;
  color:rgba(255,255,255,.8);
}
.social a:hover{background:var(--gold);border-color:var(--gold);color:var(--navy-900)}
.footer-cta{
  background:var(--gold);color:var(--navy-900);
}
.footer-cta .wrap{
  display:flex;flex-wrap:wrap;gap:20px 40px;align-items:center;justify-content:space-between;
  padding-block:30px;
}
.footer-cta p{
  font-family:var(--f-display);font-size:clamp(19px,2.2vw,26px);
  text-transform:uppercase;letter-spacing:.04em;margin:0;color:var(--navy-900);
}
.footer-cta .btn-navy{flex:none}

/* -------------------------------------------------- Utilities */
.mt-0{margin-top:0}
.mb-0{margin-bottom:0}
.mt-lg{margin-top:clamp(30px,4vw,48px)}
.stack > * + *{margin-top:clamp(18px,2vw,26px)}
.pill{
  display:inline-block;padding:7px 16px;border-radius:100px;
  background:rgba(219,194,119,.18);color:var(--gold-600);
  font-family:var(--f-display);font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;
}
.section-navy .pill{background:rgba(219,194,119,.2);color:var(--gold)}

/* -------------------------------------------------- Responsive */
@media (max-width:1080px){
  :root{--header-h:82px}
  .brand img{height:52px}
  .nav-link{padding:11px 11px;font-size:13.5px;letter-spacing:.07em}
  .footer-grid{grid-template-columns:1fr 1fr}
  .g4{grid-template-columns:repeat(2,1fr)}
  .stats{grid-template-columns:repeat(2,1fr)}
  .stat:nth-child(3){border-left:0}
}
@media (max-width:920px){
  .nav{display:none}
  .nav-toggle{display:flex}
  .header-cta .btn{padding:13px 20px;font-size:13px;letter-spacing:.1em}
  .cta-grid,.split{grid-template-columns:1fr}
  .split.reverse .split-media{order:0}
  .g3{grid-template-columns:repeat(2,1fr)}
  .topbar-links a:not(.tel){display:none}
}
@media (max-width:680px){
  body{font-size:16.5px}
  .g2,.g3,.g4{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr 1fr}
  .field-row{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-legal{flex-direction:column;align-items:flex-start}
  .footer-cta .wrap{flex-direction:column;align-items:flex-start}
  .btn{width:100%}
  .btn-row{flex-direction:column}
  .header-cta .btn{width:auto;padding:12px 15px;font-size:12px;letter-spacing:.08em}
  .brand img{height:46px}
  .header-cta{gap:8px}
  .nav-toggle{width:44px;height:44px}
  .stat{border-left:0}
  .quote{padding-left:22px}
  .hero-home{min-height:auto}
  .topbar .wrap{justify-content:center;text-align:center}
  .topbar-tag{display:none}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}

/* -------------------------------------------------- Print */
@media print{
  .site-header,.site-footer,.cta-band,.footer-cta{display:none}
  body{color:#000;font-size:12pt}
}


/* -------------------------------------------------- Donation embed */
.amount-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap)}
.give-level{cursor:pointer;text-align:center;width:100%;font-family:inherit}
.give-level.selected{
  border-color:var(--gold);
  box-shadow:0 0 0 3px rgba(219,194,119,.35),var(--shadow);
  transform:translateY(-3px);
}
.give-level.selected::after{
  content:"Selected";
  display:block;margin-top:14px;
  font-family:var(--f-display);font-size:11.5px;letter-spacing:.16em;
  text-transform:uppercase;color:var(--gold-600);
}
.give-level.feature.selected::after{color:var(--gold)}

.embed-shell{max-width:800px;margin:clamp(34px,4vw,54px) auto 0}
.embed-card{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg);
  padding:clamp(20px,2.4vw,30px);
  min-height:320px;
}
.embed-head{
  display:flex;flex-wrap:wrap;gap:10px 18px;align-items:baseline;justify-content:space-between;
  padding-bottom:18px;margin-bottom:22px;border-bottom:1px solid var(--line);
}
.embed-head h3{margin:0}
.embed-amount{
  font-family:var(--f-display);font-size:14px;letter-spacing:.1em;text-transform:uppercase;
  color:var(--gold-600);
}
#donation-embed iframe{width:100%!important;border:0;display:block}
.embed-placeholder{
  border:2px dashed var(--line);border-radius:var(--radius);
  padding:clamp(30px,5vw,54px) 26px;text-align:center;color:var(--muted);
}
.embed-placeholder strong{display:block;font-family:var(--f-display);font-size:19px;color:var(--navy);margin-bottom:10px;text-transform:uppercase;letter-spacing:.05em}
.embed-placeholder code{
  background:var(--bone);border:1px solid var(--line);border-radius:3px;
  padding:2px 7px;font-size:13.5px;color:var(--navy-700);
}
.secure-note{
  display:flex;align-items:center;justify-content:center;gap:9px;
  margin-top:20px;font-size:14px;color:var(--muted);
}
.secure-note svg{color:var(--gold-600);flex:none}
@media (max-width:920px){ .amount-grid{grid-template-columns:repeat(2,1fr)} }
@media (max-width:680px){ .amount-grid{grid-template-columns:1fr} }


/* -------------------------------------------------- Full bleed bands
   Header and footer span the entire browser width. Their contents sit
   edge to edge too, held off the sides by the gutter only, so the logo
   stays at the far left and the navigation reaches the far right on any
   monitor. Page content below still centres in the 1240px container. */
.topbar .wrap,
.header-main .wrap,
.mobile-nav .wrap,
.footer-cta .wrap,
.footer-main .wrap,
.site-footer > .wrap{
  max-width:none;
  padding-inline:clamp(20px,4vw,80px);
}
.trust .wrap{max-width:none;padding-inline:clamp(20px,4vw,80px)}
@media (min-width:1600px){
  .footer-grid{gap:clamp(28px,4vw,88px)}
}


/* -------------------------------------------------- Custom donation amount */
.custom-amount{margin-bottom:26px}
.custom-amount label{margin-bottom:9px}
.amount-input{position:relative;display:flex;align-items:center}
.amount-input .currency{
  position:absolute;left:15px;
  font-family:var(--f-display);font-size:19px;color:var(--navy);pointer-events:none;
}
.amount-input input{padding-left:34px;font-size:19px;font-family:var(--f-display);letter-spacing:.02em}
.amt-help{font-size:13.5px;color:var(--muted);margin:9px 0 0}
#paypal-button-container{min-height:52px}
#paypal-button-container[hidden]{display:none}
#paypal-fallback[hidden]{display:none}
#paypal-fallback .btn{margin-top:8px}


/* -------------------------------------------------- Sponsor cards */
.sponsor-card{text-align:left}
.sponsor-logo{
  display:flex;align-items:center;justify-content:flex-start;
  min-height:104px;margin-bottom:26px;
  padding-bottom:24px;border-bottom:1px solid var(--line);
}
.sponsor-logo img{
  width:auto;max-width:min(100%,300px);max-height:76px;
  height:auto;object-fit:contain;
}
@media (max-width:680px){
  .sponsor-logo{min-height:86px;justify-content:center}
  .sponsor-logo img{max-height:62px;max-width:min(100%,250px)}
  .sponsor-card{text-align:center}
  .sponsor-card .card-link{text-align:center}
}


/* ==========================================================================
   FULL WIDTH BODY COPY
   Pages that are only prose run edge to edge inside the content container
   as a single column, rather than sitting in a narrower reading measure.
   Type size and leading step up slightly to keep long lines comfortable.
   ========================================================================== */
.wrap-narrow{max-width:var(--wrap)}

.wrap-narrow .lede,
.wrap-narrow p,
.wrap-narrow ul,
.wrap-narrow ol{max-width:none}

.wrap-narrow{font-size:17.6px;line-height:1.76}
.wrap-narrow p{margin-bottom:1.25em}
.wrap-narrow li{margin-bottom:.62em}
.wrap-narrow .lede{line-height:1.68}

/* Section headers inside prose pages stop being capped as well */
.wrap-narrow .sec-head{max-width:none}

/* Quotes stay a touch tighter, a full width italic line is hard to track */
.wrap-narrow .quote{max-width:none;font-size:clamp(19px,2vw,23px)}

/* Callouts and accordions already fill their parent, just relax the padding
   so a full width block does not feel cramped against the border */
.wrap-narrow .callout{padding:26px 32px}
.wrap-narrow .acc .acc-body{max-width:none}


/* -------------------------------------------------- Metric counters */
.stat-num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}
.stat.will-count{opacity:0;transform:translateY(14px)}
.stat.will-count.is-in{
  opacity:1;transform:none;
  transition:opacity .6s var(--ease),transform .6s var(--ease);
}
@media (prefers-reduced-motion:reduce){
  .stat.will-count{opacity:1;transform:none;transition:none}
}


/* -------------------------------------------------- Topbar tagline */
.topbar-tag{
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:12.5px;
  font-weight:600;
}
@media (max-width:920px){ .topbar-tag{letter-spacing:.08em} }
