
  :root{
    --navy:#012C54;
    --navy-deep:#001B36;
    --green:#1C4833;
    --green-mid:#2F6B4A;
    --yellow:#FBBD2D;
    --ink:#12293F;
    --muted:#54677C;
    --paper:#FFFFFF;
    --tint:#F3F6F9;
    --tint-green:#F1F5F1;
    --rule:#D9E0E7;
    --display:'Avenir Next','Futura','Century Gothic','Trebuchet MS',system-ui,sans-serif;
    --sans:system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    --wrap:1140px;
  }
  *{box-sizing:border-box}
  html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}
  body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:18px;line-height:1.7;-webkit-font-smoothing:antialiased}
  .wrap{width:min(var(--wrap),90vw);margin-inline:auto}
  img{max-width:100%}

  a{color:var(--navy)}
  a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--navy);outline-offset:3px;border-radius:3px}
  .skip{position:absolute;left:-9999px;top:0;background:var(--navy);color:#fff;padding:.9rem 1.3rem;font-weight:700;z-index:200}
  .skip:focus{left:0}

  h1,h2,h3{font-family:var(--display);color:var(--navy);margin:0;line-height:1.2;font-weight:700}
  h1{font-size:clamp(2rem,4.4vw,3.05rem);letter-spacing:-.01em}
  h2{font-size:clamp(1.55rem,2.9vw,2.15rem)}
  h3{font-size:1.16rem}
  p{margin:0 0 1.1rem}
  .lede{font-size:1.18rem;color:#243B51}
  .note{font-size:.95rem;color:var(--muted)}
  .label{font-family:var(--display);font-size:.76rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--green);margin:0 0 .8rem}

  .rule{display:flex;align-items:center;justify-content:center;gap:.9rem;margin:0}
  .rule::before,.rule::after{content:"";height:1px;background:var(--navy);opacity:.32;flex:1;max-width:220px}
  .rule i{width:9px;height:9px;border-radius:50%;background:var(--yellow);display:block}

  /* ---------- status strip ---------- */
  .status{background:var(--navy);color:#E4EDF6;font-size:.94rem;padding:.55rem 0}
  .status .wrap{display:flex;gap:.6rem;align-items:baseline;flex-wrap:wrap}
  .status b{color:var(--yellow);font-family:var(--display);letter-spacing:.06em;text-transform:uppercase;font-size:.76rem}

  /* ---------- header + section nav ---------- */
  header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--rule)}
  .bar{display:flex;align-items:center;gap:1rem;padding:.55rem 0}
  .mark{display:flex;align-items:center;gap:.7rem;text-decoration:none;color:var(--navy);padding:.25rem 0}
  .mark img{width:44px;height:48px;display:block}
  .mark span{font-family:var(--display);font-weight:700;font-size:.92rem;line-height:1.15;max-width:13ch}
  .secnav{margin-left:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .secnav::-webkit-scrollbar{display:none}
  .secnav ul{display:flex;gap:.35rem;list-style:none;margin:0;padding:0}
  .secnav a{
    display:inline-block;white-space:nowrap;color:var(--ink);text-decoration:none;font-size:.94rem;
    padding:.7rem .8rem;border-bottom:3px solid transparent;min-height:44px
  }
  .secnav a:hover{color:var(--navy);border-bottom-color:var(--rule)}
  .secnav a[aria-current="true"]{color:var(--navy);font-weight:700;border-bottom-color:var(--yellow)}
  @media(max-width:900px){
    .bar{flex-wrap:wrap;padding-bottom:0}
    .secnav{margin-left:0;order:3;width:100%;border-top:1px solid var(--rule)}
  }
  @media(max-width:420px){
    .secnav a{font-size:.88rem;padding:.7rem .55rem}
  }
  .head h1{font-size:clamp(1.75rem,3.4vw,2.5rem)}

  /* ---------- hero: split lockup ---------- */
  .hero{padding:3.6rem 0 3.2rem;overflow:hidden}
  .hero .wrap{display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:center}
  .hero h1{max-width:17ch}
  .hero .lede{max-width:48ch;margin-top:1.3rem}
  .emblem-hold{position:relative;display:grid;place-items:center}
  .emblem-hold::before{
    content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
    width:118%;padding-bottom:118%;border-radius:50%;
    background:var(--tint-green);z-index:0
  }
  .emblem-hold img{position:relative;z-index:1;width:min(390px,80%);height:auto;display:block}
  @media(max-width:900px){
    .hero .wrap{grid-template-columns:1fr;gap:2rem;text-align:center}
    .hero h1,.hero .lede{max-width:none;margin-inline:auto}
    .emblem-hold{order:-1;margin-bottom:2rem}
    .emblem-hold img{width:min(200px,50vw)}
    .emblem-hold::before{width:min(250px,62vw);height:min(250px,62vw);padding-bottom:0}
  }

  /* ---------- quick actions ---------- */
  .actions{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.6rem}
  @media(max-width:820px){.actions{grid-template-columns:1fr}}
  .action{
    display:block;text-decoration:none;background:var(--tint);border:1px solid var(--rule);
    border-radius:10px;padding:1.25rem 1.35rem;color:var(--ink);min-height:44px
  }
  .action:hover{border-color:var(--navy);background:#fff}
  .action b{display:block;font-family:var(--display);color:var(--navy);font-size:1.05rem;margin-bottom:.2rem}
  .action span{font-size:.96rem;color:var(--muted)}
  .action::after{content:" →";color:var(--green-mid);font-weight:700}

  /* ---------- sections ---------- */
  section{padding:4.4rem 0;scroll-margin-top:7.5rem}
  .tint{background:var(--tint)}
  .tint-green{background:var(--tint-green)}
  .head{max-width:62ch;margin-bottom:2.4rem}
  .head p:last-child{margin-bottom:0}

  /* ---------- timeline ---------- */
  ol.timeline{list-style:none;margin:0;padding:0}
  ol.timeline li{display:grid;grid-template-columns:6rem 1fr;gap:1.6rem;padding:1.5rem 0;border-top:1px solid var(--rule)}
  ol.timeline li:last-child{border-bottom:1px solid var(--rule)}
  ol.timeline .yr{font-family:var(--display);font-weight:700;font-size:1.3rem;color:var(--green)}
  ol.timeline li.now .yr{color:var(--navy)}
  ol.timeline h3{margin-bottom:.3rem}
  ol.timeline p{margin:0}
  @media(max-width:620px){ol.timeline li{grid-template-columns:1fr;gap:.3rem}}

  /* ---------- columns ---------- */
  .grid{display:grid;gap:2.4rem}
  .g2{grid-template-columns:repeat(2,1fr)}
  .g3{grid-template-columns:repeat(3,1fr)}
  @media(max-width:880px){.g2,.g3{grid-template-columns:1fr;gap:2rem}}
  .col{border-top:3px solid var(--navy);padding-top:1.2rem}
  .col.req{border-top-color:var(--yellow)}
  .col.disc{border-top-color:var(--green-mid)}
  .col h3{margin-bottom:.55rem}
  .col p:last-child,.col ul:last-child{margin-bottom:0}
  ul.ticks{margin:.35rem 0 0;padding:0;list-style:none}
  ul.ticks li{position:relative;padding-left:1.35rem;margin-bottom:.55rem}
  ul.ticks li::before{content:"";position:absolute;left:0;top:.72em;width:7px;height:7px;border-radius:50%;background:var(--yellow)}
  ul.ticks li:last-child{margin-bottom:0}
  .kind{font-family:var(--display);font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:.45rem}

  /* ---------- grant finder ---------- */
  .finder{background:#fff;border:1px solid var(--rule);border-radius:12px;padding:2rem}
  .q{margin-bottom:1.6rem}
  .q:last-of-type{margin-bottom:0}
  .q p.qt{font-family:var(--display);font-weight:700;color:var(--navy);margin:0 0 .8rem;font-size:1.05rem}
  .opts{display:flex;flex-wrap:wrap;gap:.6rem}
  .opt{
    font:inherit;font-size:.97rem;background:var(--tint);border:1px solid var(--rule);color:var(--ink);
    border-radius:999px;padding:.65rem 1.1rem;cursor:pointer;min-height:44px
  }
  .opt:hover{border-color:var(--navy)}
  .opt[aria-pressed="true"]{background:var(--navy);border-color:var(--navy);color:#fff}
  .result{margin-top:1.6rem;padding-top:1.5rem;border-top:1px solid var(--rule)}
  .result h3{margin-bottom:.5rem}
  .result p:last-child{margin-bottom:0}
  .result .hintbar{display:inline-block;font-family:var(--display);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--green);margin-bottom:.5rem}
  .reset{background:none;border:0;color:var(--navy);font:inherit;font-size:.95rem;text-decoration:underline;cursor:pointer;padding:.5rem 0;min-height:44px}

  /* ---------- steps ---------- */
  ol.steps{list-style:none;counter-reset:s;margin:0;padding:0}
  ol.steps li{counter-increment:s;display:grid;grid-template-columns:2.3rem 1fr;gap:1.3rem;align-items:baseline;padding:1.1rem 0;border-top:1px solid var(--rule)}
  ol.steps li:last-child{border-bottom:1px solid var(--rule)}
  ol.steps li::before{content:counter(s,decimal-leading-zero);font-family:var(--display);font-weight:700;color:var(--navy);font-size:1.02rem}
  ol.steps p{margin:0}

  /* ---------- stats ---------- */
  .stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.8rem;text-align:center}
  @media(max-width:880px){.stats{grid-template-columns:repeat(2,1fr)}}
  @media(max-width:460px){.stats{grid-template-columns:1fr}}
  .stat b{display:block;font-family:var(--display);font-size:clamp(1.65rem,3.2vw,2.2rem);color:var(--navy);line-height:1.1}
  .stat span{display:block;margin-top:.35rem;font-size:.96rem;color:var(--muted)}

  /* ---------- FAQ ---------- */
  .faq details{border-top:1px solid var(--rule)}
  .faq details:last-of-type{border-bottom:1px solid var(--rule)}
  .faq summary{
    cursor:pointer;list-style:none;padding:1.15rem 2.2rem 1.15rem 0;position:relative;
    font-family:var(--display);font-weight:700;color:var(--navy);font-size:1.05rem;min-height:44px
  }
  .faq summary::-webkit-details-marker{display:none}
  .faq summary::after{content:"+";position:absolute;right:.3rem;top:50%;transform:translateY(-50%);color:var(--green-mid);font-size:1.5rem;line-height:1}
  .faq details[open] summary::after{content:"–"}
  .faq .ans{padding:0 0 1.3rem}
  .faq .ans p:last-child{margin-bottom:0}

  /* ---------- quote ---------- */
  .quote{max-width:60ch;margin:0 auto;text-align:center}
  .quote p.big{font-family:var(--display);font-size:clamp(1.25rem,2.4vw,1.65rem);color:var(--navy);line-height:1.38;margin:1.3rem 0}

  /* ---------- footer ---------- */
  footer{background:var(--navy);color:#DCE6F0;padding:3.2rem 0 3rem}
  footer h3{color:#fff;font-size:1rem;margin-bottom:.75rem}
  footer a{color:#fff}
  footer ul{list-style:none;margin:0;padding:0}
  footer li{margin-bottom:.5rem;font-size:.95rem}
  footer .note{color:#B9C9DA}
  .fgrid{display:grid;grid-template-columns:auto 1.4fr 1fr 1fr;gap:2.2rem;align-items:start}
  @media(max-width:900px){.fgrid{grid-template-columns:1fr 1fr}}
  @media(max-width:620px){.fgrid{grid-template-columns:1fr}}
  .seal{width:92px;height:auto;opacity:.95}
  .draft{margin-top:2.4rem;padding-top:1.4rem;border-top:1px solid rgba(255,255,255,.22);font-size:.89rem;color:#B9C9DA;max-width:78ch}

  /* ---------- back to top ---------- */
  #totop{
    position:fixed;right:1.1rem;bottom:1.1rem;z-index:120;background:var(--navy);color:#fff;border:0;
    border-radius:999px;padding:.8rem 1.15rem;font:inherit;font-size:.92rem;cursor:pointer;
    box-shadow:0 6px 18px rgba(1,44,84,.28);opacity:0;pointer-events:none;transition:opacity .3s ease;min-height:44px
  }
  #totop.show{opacity:1;pointer-events:auto}


  .notice{padding:4.6rem 0;background:var(--tint);border-top:6px solid var(--yellow);border-bottom:1px solid var(--rule);text-align:center}
  .notice h2{font-size:clamp(2.1rem,5vw,3.5rem);line-height:1.1;margin-bottom:1rem}
  .notice .lede{margin:0 auto;max-width:44ch;font-size:clamp(1.15rem,2vw,1.45rem)}
  .notice .label{color:var(--navy);font-size:.95rem;letter-spacing:.28em;margin-bottom:1.2rem}
  .reveal{opacity:0;transform:translateY(12px)}
  .reveal.in{opacity:1;transform:none;transition:opacity .55s ease,transform .55s ease}
  /* ---------- mobile polish ---------- */
  @media(max-width:620px){
    body{font-size:17px;line-height:1.65}
    .wrap{width:min(var(--wrap),92vw)}
    section{padding:3rem 0}
    .hero{padding:2.4rem 0 2.2rem}
    .hero .wrap{gap:1.5rem}
    .actions{margin-top:1.8rem}
    .action{padding:1.05rem 1.1rem}
    .finder{padding:1.3rem;border-radius:10px}
    .head{margin-bottom:1.8rem}
    .grid{gap:1.8rem}
    .notice{padding:3.2rem 0}
    footer{padding:2.6rem 0 2.4rem}
    .lede{font-size:1.1rem}
    #totop{right:.85rem;bottom:.85rem}
  }
  @media(prefers-reduced-motion:reduce){
    html{scroll-behavior:auto}
    .reveal,.reveal.in{opacity:1;transform:none;transition:none}
    #totop{transition:none}
  }
