
:root{
  --green:#8DC63F;
  --green-dark:#5E8D1E;
  --teal:#2E8EA0;
  --ink:#101820;
  --ink-2:#25323A;
  --white:#FFFFFF;
  --mist:#F3F6F4;
  --line:#DDE4E0;
  --muted:#66747B;
  --wrap:1180px;
  --radius:18px;
  --shadow:0 18px 44px rgba(16,24,32,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.18em}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
svg{width:1.1em;height:1.1em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.wrap{width:min(calc(100% - 40px),var(--wrap));margin-inline:auto}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;top:12px;left:12px;z-index:9999;background:var(--white);color:var(--ink);padding:12px 16px;border:2px solid var(--ink);transform:translateY(-200%)}
.skip-link:focus{transform:none}
.govbar{background:var(--ink);color:var(--white);font-size:.83rem}
.govbar__inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.govbar__links{display:flex;gap:20px}
.govbar a{text-decoration:none;color:var(--white)}
.govbar a:hover{text-decoration:underline}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);transition:box-shadow .2s ease}
.site-header.is-scrolled{box-shadow:0 10px 30px rgba(16,24,32,.08)}
.site-header__inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none;min-width:0}
.brand .custom-logo{max-height:62px;width:auto}
.brand__mark{font-size:2rem;font-weight:850;letter-spacing:-.06em;color:var(--green-dark)}
.brand__name{max-width:315px;font-weight:700;font-size:.78rem;line-height:1.25;text-transform:uppercase;letter-spacing:.03em}
.primary-nav{display:flex;align-items:center;gap:16px}
.primary-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:4px}
.primary-menu>li{position:relative}
.primary-menu a{display:block;padding:13px 10px;text-decoration:none;font-weight:650;font-size:.92rem}
.primary-menu>li>a:hover,.primary-menu>.current-menu-item>a,.primary-menu>.current-menu-ancestor>a{color:#4D7817}
.primary-menu .sub-menu{position:absolute;top:100%;left:0;min-width:250px;list-style:none;margin:0;padding:10px;background:var(--white);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease}
.primary-menu li:hover>.sub-menu,.primary-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.primary-menu .sub-menu a{padding:10px 12px;border-radius:8px;font-weight:600}
.primary-menu .sub-menu a:hover{background:var(--mist)}
.search-toggle,.nav-toggle{border:0;background:transparent;color:var(--ink);padding:10px}
.nav-toggle{display:none}
.site-search{border-top:1px solid var(--line);background:var(--white);padding:16px 0}
.search-form{display:flex;gap:10px}
.search-form input{flex:1;border:1px solid #B7C1BC;border-radius:10px;padding:13px 14px;min-width:0}
.search-form button{border:0;border-radius:10px;background:var(--ink);color:var(--white);padding:12px 20px;font-weight:750}
.hero{background:var(--ink);color:var(--white);position:relative;isolation:isolate;overflow:hidden}
.hero.has-image::before{content:"";position:absolute;inset:0;background-image:var(--hero-image);background-size:cover;background-position:center;z-index:-2}
.hero.has-image::after{content:"";position:absolute;inset:0;background:rgba(16,24,32,.70);z-index:-1}
.hero__inner{min-height:620px;display:flex;align-items:center;padding-block:80px}
.hero__copy{max-width:810px}
.eyebrow{margin:0 0 14px;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:850;color:#6E9D2B}
.hero .eyebrow,.section--dark .eyebrow,.cta-band .eyebrow{color:#B5DB7A}
.hero h1,.page-hero h1,.article-header h1,.archive-header h1,.not-found h1{font-size:clamp(2.8rem,6vw,5.6rem);line-height:.96;letter-spacing:-.055em;margin:0;max-width:920px}
.hero__lead{font-size:clamp(1.08rem,2vw,1.35rem);max-width:710px;color:#E8ECEA;margin:26px 0 0}
.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.button{display:inline-flex;align-items:center;gap:8px;border-radius:10px;padding:13px 18px;text-decoration:none;font-weight:800;line-height:1.2;border:1px solid transparent}
.button--primary{background:var(--green);color:var(--ink)}
.button--primary:hover{background:#A0D658}
.button--ghost{color:var(--white);border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.06)}
.button--ghost:hover{background:rgba(255,255,255,.12)}
.button--light{background:var(--white);color:var(--ink)}
.transition-strip{border-bottom:1px solid var(--line);background:var(--white)}
.transition-strip__inner{display:grid;grid-template-columns:200px 1fr auto;gap:28px;align-items:center;padding-block:20px}
.transition-strip__inner strong{font-size:.92rem}
.transition-strip__inner p{margin:0;color:var(--muted);font-size:.92rem}
.transition-strip__inner a{font-weight:800;text-decoration:none;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.section{padding:88px 0}
.section--muted{background:var(--mist)}
.section--dark{background:var(--ink);color:var(--white)}
.section-heading{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:42px;align-items:end;margin-bottom:36px}
.section-heading h2,.cta-band h2{font-size:clamp(2rem,4vw,3.65rem);line-height:1;letter-spacing:-.045em;margin:0;max-width:820px}
.section-heading>p{margin:0;color:var(--muted);max-width:520px}
.section--dark .section-heading>p{color:#C8D0CD}
.text-link{display:inline-flex;align-items:center;gap:6px;font-weight:800;text-decoration:none}
.section-heading>.text-link{justify-self:end}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.stat-card{padding:28px;min-height:210px;display:flex;flex-direction:column}
.stat-card+ .stat-card{border-left:1px solid var(--line)}
.stat-card strong{font-size:clamp(2.7rem,5vw,4.4rem);line-height:1;letter-spacing:-.06em}
.stat-card span{font-weight:750;margin-top:16px}
.stat-card small{margin-top:auto;padding-top:18px;color:var(--muted)}
.sector-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.sector-card{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:22px;min-height:290px;display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease}
.sector-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.sector-card__index{font-weight:850;color:#6E9D2B}
.sector-card h3{font-size:1.35rem;line-height:1.15;margin:28px 0 10px}
.sector-card p{color:var(--muted);margin:0}
.sector-card a{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:22px;font-weight:800;text-decoration:none}
.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.content-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--white);min-width:0}
.content-card__media{display:block;aspect-ratio:3/2;overflow:hidden;background:#E8EDEA;text-decoration:none}
.content-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.content-card:hover .content-card__media img{transform:scale(1.02)}
.media-placeholder{display:block;width:100%;height:100%;background:#E8EDEA}
.content-card__body{padding:22px}
.card-meta,.resource-item__meta{margin:0 0 10px;color:#5D762F;font-size:.78rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.content-card h3{font-size:1.35rem;line-height:1.2;margin:0}
.content-card h3 a{text-decoration:none}
.content-card p{color:var(--muted)}
.resource-list{border-top:1px solid rgba(255,255,255,.18)}
.resource-list--light{border-top-color:var(--line)}
.resource-item{display:grid;grid-template-columns:48px 1fr 44px;gap:18px;align-items:center;padding:22px 0;border-bottom:1px solid rgba(255,255,255,.18)}
.resource-list--light .resource-item{border-bottom-color:var(--line)}
.resource-item__icon{width:44px;height:44px;border:1px solid currentColor;border-radius:10px;display:grid;place-items:center}
.resource-item h2,.resource-item h3{margin:0;font-size:1.2rem;line-height:1.25}
.resource-item>a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;text-decoration:none}
.resource-item>a:hover{background:rgba(255,255,255,.1)}
.resource-list--light .resource-item>a:hover{background:var(--mist)}
.empty-state{color:#C8D0CD}
.cta-band{background:var(--teal);color:var(--white);padding:62px 0}
.cta-band__inner{display:grid;grid-template-columns:1fr 1fr auto;gap:34px;align-items:center}
.cta-band__inner p:not(.eyebrow){margin:0;color:#EAF4F5}
.site-footer{background:#0A1015;color:#D6DEDA;padding-top:62px}
.footer-grid{display:grid;grid-template-columns:1.2fr .7fr 1fr;gap:70px;padding-bottom:50px}
.footer-grid h2{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--white);margin-top:0}
.footer-brand{font-size:2.3rem;font-weight:900;color:var(--white);letter-spacing:-.06em}
.footer-grid p{max-width:520px}
.footer-grid a{color:inherit}
.footer-menu{list-style:none;margin:0;padding:0}
.footer-menu a{display:block;padding:4px 0;text-decoration:none}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding:20px 0;display:flex;justify-content:space-between;gap:20px;font-size:.84rem}
.footer-bottom p{margin:0}
.footer-legal{display:flex;gap:18px}
.page-hero,.article-header,.archive-header,.not-found{background:var(--ink);color:var(--white)}
.page-hero{position:relative;isolation:isolate;min-height:340px;display:flex;align-items:end}
.page-hero__media{position:absolute;inset:0;z-index:-2}
.page-hero__media img{width:100%;height:100%;object-fit:cover}
.page-hero--image::after{content:"";position:absolute;inset:0;background:rgba(16,24,32,.68);z-index:-1}
.page-hero__content{padding-block:72px}
.page-hero h1,.archive-header h1,.article-header h1{font-size:clamp(2.5rem,5vw,4.4rem)}
.page-hero__content>p:last-child,.archive-header p,.article-deck{max-width:760px;color:#DCE4E0;font-size:1.1rem}
.article-header__inner,.archive-header .wrap{padding-block:72px}
.article-featured{margin-top:42px}
.article-featured img{width:100%;max-height:650px;object-fit:cover;border-radius:var(--radius)}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;padding-block:16px;font-size:.82rem;color:var(--muted)}
.breadcrumbs a{text-decoration:none}
.prose-layout{display:grid;grid-template-columns:minmax(0,760px);justify-content:center;padding-block:56px 84px}
.prose{font-size:1.05rem}
.prose h2,.prose h3,.prose h4{line-height:1.15;letter-spacing:-.025em;margin-top:2em}
.prose h2{font-size:2rem}
.prose h3{font-size:1.5rem}
.prose a{color:#1F6A78}
.prose img{border-radius:12px}
.prose blockquote{margin:2em 0;padding:6px 0 6px 22px;border-left:4px solid var(--green);font-size:1.15rem}
.prose table{width:100%;border-collapse:collapse}
.prose th,.prose td{border:1px solid var(--line);padding:10px;text-align:left}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.team-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--white)}
.team-card__photo{display:block;aspect-ratio:4/5;background:#E8EDEA}
.team-card__photo img{width:100%;height:100%;object-fit:cover}
.team-placeholder{display:block;width:100%;height:100%;background:#E8EDEA}
.team-card__body{padding:18px}
.team-card h2{font-size:1.1rem;line-height:1.2;margin:0}
.team-card h2 a{text-decoration:none}
.team-card p{margin:7px 0 0;color:var(--muted);font-size:.92rem}
.search-results{max-width:860px}
.search-result{padding:24px 0;border-bottom:1px solid var(--line)}
.search-result h2{margin:0;font-size:1.5rem;line-height:1.2}
.search-result h2 a{text-decoration:none}
.search-result p:last-child{color:var(--muted)}
.pagination{padding-top:30px}
.pagination .nav-links{display:flex;gap:8px;flex-wrap:wrap}
.pagination .page-numbers{padding:8px 12px;border:1px solid var(--line);border-radius:8px;text-decoration:none}
.pagination .current{background:var(--ink);color:var(--white);border-color:var(--ink)}
.not-found .wrap{padding-block:120px}
.not-found p{max-width:620px;color:#DCE4E0}

.nav-backdrop{position:fixed;inset:0;background:rgba(16,24,32,.58);z-index:90}
.nav-backdrop[hidden]{display:none}
.mobile-quickbar{display:none}
body.nav-open{overflow:hidden}

@media (max-width:1100px){
  .sector-grid{grid-template-columns:repeat(3,1fr)}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .stat-card:nth-child(3){border-left:0;border-top:1px solid var(--line)}
  .stat-card:nth-child(4){border-top:1px solid var(--line)}
  .team-grid{grid-template-columns:repeat(3,1fr)}
  .primary-menu a{padding-inline:7px;font-size:.88rem}
  .brand__name{display:none}
}

@media (max-width:860px){
  body{padding-bottom:68px}
  .govbar{font-size:.74rem}
  .govbar__inner{min-height:32px}
  .govbar__links{display:none}

  .site-header{top:0}
  .site-header__inner{min-height:68px;gap:12px}
  .brand{max-width:72%}
  .brand .custom-logo{max-height:48px;max-width:220px}
  .brand__mark{font-size:1.75rem}
  .brand__name{display:none}

  .nav-toggle{
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    margin-left:auto;
    border:1px solid var(--line);
    border-radius:12px;
    background:var(--white);
  }
  .nav-toggle svg{width:22px;height:22px}

  .primary-nav{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:auto;
    width:min(88vw,390px);
    background:var(--white);
    border:0;
    border-left:1px solid var(--line);
    display:block;
    padding:92px 22px 30px;
    box-shadow:-18px 0 44px rgba(16,24,32,.16);
    transform:translateX(104%);
    transition:transform .22s ease;
    overflow-y:auto;
    z-index:110;
  }
  .primary-nav.is-open{transform:none}
  .primary-menu{display:block}
  .primary-menu>li{border-bottom:1px solid var(--line)}
  .primary-menu a{
    padding:14px 2px;
    font-size:1rem;
    font-weight:780;
  }
  .primary-menu .sub-menu{
    position:static;
    opacity:1;
    visibility:visible;
    transform:none;
    box-shadow:none;
    border:0;
    padding:0 0 10px 14px;
    display:block;
    min-width:0;
  }
  .primary-menu .sub-menu a{
    padding:9px 0;
    color:var(--muted);
    font-size:.94rem;
    font-weight:650;
  }
  .search-toggle{
    width:100%;
    margin-top:18px;
    border:1px solid var(--line);
    border-radius:10px;
    padding:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    background:var(--mist);
  }

  .site-search{
    position:fixed;
    left:0;
    right:0;
    top:100px;
    z-index:120;
    padding:14px 0;
    box-shadow:0 18px 36px rgba(16,24,32,.14);
  }
  .search-form{gap:8px}
  .search-form input{font-size:16px}

  .hero{min-height:auto}
  .hero__inner{
    min-height:560px;
    align-items:flex-end;
    padding-top:140px;
    padding-bottom:46px;
  }
  .hero.has-image::after{background:rgba(16,24,32,.64)}
  .hero__copy{max-width:100%}
  .hero h1{
    font-size:clamp(2.65rem,10vw,4.25rem);
    line-height:.96;
    max-width:12ch;
  }
  .hero__lead{
    font-size:1.05rem;
    line-height:1.55;
    max-width:34rem;
    margin-top:18px;
  }
  .button-row{
    margin-top:24px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .button{
    justify-content:center;
    min-height:48px;
    padding:12px 14px;
  }

  .transition-strip__inner{
    grid-template-columns:1fr;
    gap:8px;
    padding-block:18px;
  }
  .transition-strip__inner strong{font-size:.86rem}
  .transition-strip__inner p{font-size:.88rem}

  .section{padding:64px 0}
  .section-heading{
    grid-template-columns:1fr;
    gap:14px;
    margin-bottom:28px;
  }
  .section-heading h2,.cta-band h2{
    font-size:clamp(2rem,8vw,3rem);
    max-width:12ch;
  }
  .section-heading>.text-link{justify-self:start}

  .stats-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    border-radius:16px;
  }
  .stat-card{
    min-height:178px;
    padding:20px 16px;
  }
  .stat-card strong{font-size:clamp(2.35rem,10vw,3.5rem)}
  .stat-card span{
    font-size:.88rem;
    line-height:1.35;
  }
  .stat-card small{
    font-size:.7rem;
    line-height:1.35;
  }

  .sector-grid{
    display:flex;
    overflow-x:auto;
    gap:12px;
    scroll-snap-type:x mandatory;
    padding-bottom:8px;
    margin-right:-20px;
    padding-right:20px;
  }
  .sector-grid::-webkit-scrollbar{display:none}
  .sector-card{
    flex:0 0 min(82vw,320px);
    min-height:250px;
    scroll-snap-align:start;
    border-radius:16px;
  }

  .cards-grid{
    grid-template-columns:1fr;
    gap:16px;
  }
  .content-card{
    display:grid;
    grid-template-columns:130px 1fr;
    border-radius:14px;
  }
  .content-card__media{
    aspect-ratio:auto;
    min-height:100%;
  }
  .content-card__media img{height:100%}
  .content-card__body{padding:16px}
  .content-card h3{font-size:1.05rem}
  .content-card p{
    margin:.55rem 0;
    font-size:.88rem;
    line-height:1.45;
  }
  .content-card .text-link{font-size:.82rem}

  .resource-item{
    grid-template-columns:40px 1fr 34px;
    gap:12px;
    padding:18px 0;
  }
  .resource-item h2,.resource-item h3{font-size:1rem}

  .cta-band{padding:46px 0}
  .cta-band__inner{grid-template-columns:1fr;gap:18px}
  .cta-band__inner .button{justify-self:start}

  .footer-grid{grid-template-columns:1fr 1fr;gap:34px}
  .footer-bottom{padding-bottom:18px}

  .team-grid{grid-template-columns:repeat(2,1fr)}
  .team-card__photo{aspect-ratio:4/5}

  .page-hero{
    min-height:300px;
    align-items:flex-end;
  }
  .page-hero__content{padding-block:48px}
  .page-hero h1,.archive-header h1,.article-header h1{
    font-size:clamp(2.4rem,9vw,3.7rem);
    line-height:.98;
  }
  .article-header__inner,.archive-header .wrap{padding-block:52px}
  .article-featured{margin-top:26px}
  .article-featured img{border-radius:14px}
  .prose-layout{padding-block:38px 74px}
  .prose{font-size:1rem}
  .prose h2{font-size:1.65rem}
  .prose h3{font-size:1.28rem}

  .mobile-quickbar{
    position:fixed;
    left:10px;
    right:10px;
    bottom:10px;
    z-index:95;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    background:var(--ink);
    border:1px solid rgba(255,255,255,.12);
    border-radius:16px;
    box-shadow:0 16px 38px rgba(16,24,32,.28);
    overflow:hidden;
  }
  .mobile-quickbar a,
  .mobile-quickbar button{
    min-height:54px;
    border:0;
    background:transparent;
    color:var(--white);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    text-decoration:none;
    font-size:.76rem;
    font-weight:780;
    padding:8px 6px;
  }
  .mobile-quickbar a+a,
  .mobile-quickbar a+button{border-left:1px solid rgba(255,255,255,.12)}
  .mobile-quickbar__icon{
    width:22px;
    height:22px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:var(--green);
    color:var(--ink);
  }
  .mobile-quickbar__icon svg{width:12px;height:12px}
}

@media (max-width:620px){
  .wrap{width:min(calc(100% - 28px),var(--wrap))}
  .govbar__inner{font-size:.72rem}
  .brand .custom-logo{max-width:190px}
  .primary-nav{width:min(90vw,360px)}
  .site-search{top:100px}

  .hero__inner{
    min-height:540px;
    padding-top:120px;
    padding-bottom:38px;
  }
  .hero h1{font-size:clamp(2.55rem,13vw,3.8rem)}
  .hero__lead{font-size:.98rem}
  .button-row{grid-template-columns:1fr}
  .button{width:100%}

  .section{padding:54px 0}
  .section-heading h2,.cta-band h2{font-size:clamp(1.9rem,9vw,2.7rem)}

  .stats-grid{grid-template-columns:1fr 1fr}
  .stat-card{min-height:164px;padding:18px 14px}
  .stat-card strong{font-size:2.55rem}

  .sector-grid{
    margin-right:-14px;
    padding-right:14px;
  }
  .sector-card{flex-basis:86vw}

  .content-card{
    grid-template-columns:112px 1fr;
  }
  .content-card__body{padding:14px}
  .content-card p{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  .footer-grid{grid-template-columns:1fr;gap:28px}
  .footer-bottom{display:block}
  .footer-legal{margin-top:10px}
  .team-grid{grid-template-columns:1fr 1fr;gap:12px}
  .team-card__body{padding:14px}
  .team-card h2{font-size:1rem}
  .team-card p{font-size:.82rem}

  .breadcrumbs{
    overflow-x:auto;
    flex-wrap:nowrap;
    white-space:nowrap;
    scrollbar-width:none;
  }
  .breadcrumbs::-webkit-scrollbar{display:none}

  .page-hero{min-height:280px}
  .page-hero__content{padding-block:42px}
}

@media (max-width:390px){
  .stats-grid{grid-template-columns:1fr}
  .stat-card{
    min-height:auto;
    display:grid;
    grid-template-columns:auto 1fr;
    column-gap:16px;
    align-items:start;
  }
  .stat-card strong{grid-row:1 / span 2}
  .stat-card span{margin-top:4px}
  .stat-card small{margin-top:8px;padding-top:0}

  .content-card{grid-template-columns:96px 1fr}
  .team-grid{grid-template-columns:1fr}
  .mobile-quickbar{left:8px;right:8px;bottom:8px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}


/* ==========================================================
   Header, Navigation, Top Bar & Footer v1.4
   ========================================================== */

:root{
  --header-green:#8DC63F;
  --header-green-dark:#5E8D1E;
  --header-teal:#2E8EA0;
  --footer-ink:#081016;
}

/* Government top bar */
.govbar{
  position:relative;
  background:var(--ink);
  color:var(--white);
  border-top:4px solid var(--green);
  font-size:.78rem;
}
.govbar__inner{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.govbar__identity,
.govbar__links{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.govbar__badge{
  display:grid;
  place-items:center;
  width:28px;
  height:24px;
  border-radius:6px;
  background:var(--green);
  color:var(--ink);
  font-weight:900;
  letter-spacing:.04em;
  flex:0 0 auto;
}
.govbar__message{font-weight:800;white-space:nowrap}
.govbar__ministry{
  color:#BFCAC5;
  padding-left:12px;
  border-left:1px solid rgba(255,255,255,.2);
  white-space:nowrap;
}
.govbar__contact,
.govbar__ministry-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--white);
  text-decoration:none;
  white-space:nowrap;
  opacity:.92;
}
.govbar__contact svg,
.govbar__ministry-link svg{
  width:14px;
  height:14px;
}
.govbar a:hover{color:#D8EBAE;text-decoration:none}

/* Desktop header */
.site-header{
  background:rgba(255,255,255,.99);
  border-bottom:1px solid var(--line);
}
.site-header::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:2px;
  background:var(--green);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .2s ease;
}
.site-header.is-scrolled::after{transform:scaleX(1)}
.site-header__inner{
  min-height:88px;
  gap:24px;
  transition:min-height .2s ease;
}
.site-header.is-scrolled .site-header__inner{min-height:74px}
.brand{flex:0 1 auto}
.brand .custom-logo{
  max-height:62px;
  max-width:260px;
  transition:max-height .2s ease;
}
.site-header.is-scrolled .brand .custom-logo{max-height:52px}

.primary-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
  min-width:0;
}
.primary-nav__menu{min-width:0}
.primary-menu{gap:2px}
.primary-menu>li{position:relative}
.primary-menu>li>a{
  position:relative;
  display:flex;
  align-items:center;
  min-height:46px;
  padding:0 10px;
  border-radius:9px;
  font-size:.89rem;
  font-weight:760;
  white-space:nowrap;
  transition:background .15s ease,color .15s ease;
}
.primary-menu>li>a:hover,
.primary-menu>.current-menu-item>a,
.primary-menu>.current-menu-ancestor>a{
  color:var(--ink);
  background:var(--mist);
}
.primary-menu>.current-menu-item>a::after,
.primary-menu>.current-menu-ancestor>a::after{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  bottom:3px;
  height:3px;
  border-radius:999px;
  background:var(--green);
}
.primary-menu .menu-item-has-children>a{padding-right:25px}
.primary-menu .menu-item-has-children>a::before{
  content:"";
  position:absolute;
  right:9px;
  top:50%;
  width:7px;
  height:7px;
  border-right:1.8px solid currentColor;
  border-bottom:1.8px solid currentColor;
  transform:translateY(-68%) rotate(45deg);
}
.primary-menu .sub-menu{
  top:calc(100% + 10px);
  min-width:285px;
  padding:10px;
  border:1px solid var(--line);
  border-top:4px solid var(--green);
  border-radius:0 0 14px 14px;
  box-shadow:0 22px 48px rgba(16,24,32,.14);
}
.primary-menu .sub-menu::before{
  content:"";
  position:absolute;
  left:20px;
  top:-10px;
  width:16px;
  height:16px;
  background:var(--green);
  transform:rotate(45deg);
  z-index:-1;
}
.primary-menu .sub-menu a{
  padding:11px 12px;
  border-radius:8px;
  font-size:.9rem;
  font-weight:700;
}
.primary-menu .sub-menu a:hover{
  background:var(--mist);
  color:var(--green-dark);
}
.submenu-toggle{display:none}

.header-actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
}
.search-toggle{
  width:42px;
  height:42px;
  padding:0;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:10px;
  background:var(--white);
  transition:background .15s ease,border-color .15s ease;
}
.search-toggle:hover{background:var(--mist);border-color:#BFC8C3}
.search-toggle__label{display:none}
.header-cta{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 15px;
  border-radius:10px;
  background:var(--green);
  color:var(--ink);
  text-decoration:none;
  font-size:.86rem;
  font-weight:850;
  white-space:nowrap;
}
.header-cta:hover{background:#9ED151}
.header-cta svg{width:15px;height:15px}
.nav-drawer__head,
.nav-drawer__meta,
.nav-close{display:none}

.site-search{
  background:#F7F9F8;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:18px 0;
}
.site-search__inner{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) 42px;
  gap:16px;
  align-items:center;
}
.site-search__label{
  font-weight:850;
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--green-dark);
}
.site-search__close{
  width:42px;
  height:42px;
  border:1px solid var(--line);
  border-radius:10px;
  background:var(--white);
  display:grid;
  place-items:center;
}
.site-search .search-form{margin:0}

/* Footer callout */
.footer-callout{
  background:var(--green);
  color:var(--ink);
  border-top:1px solid #79AD31;
}
.footer-callout__inner{
  min-height:190px;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) auto;
  gap:48px;
  align-items:center;
  padding-block:38px;
}
.footer-callout__eyebrow{
  margin:0 0 8px;
  font-size:.73rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.footer-callout h2{
  margin:0;
  max-width:660px;
  font-size:clamp(1.8rem,3.3vw,3rem);
  line-height:1;
  letter-spacing:-.04em;
}
.footer-callout__copy>p:last-child{
  max-width:680px;
  margin:12px 0 0;
  color:#263119;
}
.footer-callout__actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
}
.footer-callout__primary{
  background:var(--ink);
  color:var(--white);
}
.footer-callout__primary:hover{background:#202C33}
.footer-callout__secondary{
  background:transparent;
  color:var(--ink);
  border-color:rgba(16,24,32,.45);
}
.footer-callout__secondary:hover{background:rgba(255,255,255,.25)}

/* Institutional footer */
.site-footer{
  position:relative;
  background:var(--footer-ink);
  color:#D5DEDA;
  padding-top:0;
}
.footer-grid{
  display:grid;
  grid-template-columns:minmax(260px,1.35fr) minmax(150px,.7fr) minmax(180px,.8fr) minmax(250px,1fr);
  gap:46px;
  padding-block:58px 46px;
}
.footer-about{max-width:390px}
.footer-brand{
  display:flex;
  flex-direction:column;
  gap:4px;
  text-decoration:none;
  margin-bottom:18px;
}
.footer-brand__mark{
  color:var(--green);
  font-size:2.55rem;
  font-weight:900;
  line-height:1;
  letter-spacing:-.07em;
}
.footer-brand__name{
  max-width:310px;
  color:var(--white);
  font-size:.74rem;
  font-weight:800;
  line-height:1.35;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.footer-about p{
  margin:0 0 18px;
  color:#AEBBB5;
  font-size:.92rem;
}
.footer-ministry-link{
  display:inline-flex;
  align-items:flex-start;
  gap:8px;
  max-width:340px;
  color:#E2E9E5;
  text-decoration:none;
  font-size:.82rem;
  font-weight:700;
}
.footer-ministry-link svg{
  flex:0 0 auto;
  width:14px;
  height:14px;
  margin-top:3px;
}
.footer-column h2{
  position:relative;
  margin:3px 0 18px;
  padding-bottom:10px;
  color:var(--white);
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.footer-column h2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:34px;
  height:3px;
  border-radius:99px;
  background:var(--green);
}
.footer-menu li+li{margin-top:2px}
.footer-menu a{
  display:inline-flex;
  padding:6px 0;
  color:#C8D2CD;
  text-decoration:none;
  font-size:.9rem;
  line-height:1.3;
}
.footer-menu a:hover{color:var(--green)}
.footer-contact{
  display:flex;
  flex-direction:column;
}
.footer-contact__item{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:11px;
  align-items:start;
  padding:9px 0;
  color:#E0E7E3;
  text-decoration:none;
  line-height:1.35;
}
.footer-contact__icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#152129;
  color:var(--green);
  font-size:.64rem;
  font-weight:900;
}
.footer-contact__icon svg{width:15px;height:15px}
.footer-contact__item small{
  display:block;
  margin-bottom:2px;
  color:#83938C;
  font-size:.67rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:800;
}
.footer-contact__address{color:#B8C4BE}
.footer-rule{
  height:1px;
  background:rgba(255,255,255,.12);
}
.footer-bottom{
  border-top:0;
  min-height:76px;
  padding:18px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  font-size:.78rem;
}
.footer-bottom__identity{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px 14px;
}
.footer-bottom__identity strong{color:var(--white)}
.footer-bottom__identity span{color:#85948D}
.footer-legal{display:flex;gap:18px}
.footer-legal a{
  color:#B9C5BF;
  text-decoration:none;
}
.footer-legal a:hover{color:var(--green)}

.back-to-top{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:88;
  width:44px;
  height:44px;
  border:1px solid var(--line);
  border-radius:50%;
  background:var(--white);
  color:var(--ink);
  display:grid;
  place-items:center;
  box-shadow:0 12px 28px rgba(16,24,32,.16);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:.18s ease;
}
.back-to-top.is-visible{
  opacity:1;
  visibility:visible;
  transform:none;
}
.back-to-top:hover{background:var(--green)}

/* Compact desktops */
@media (max-width:1180px) and (min-width:1025px){
  .govbar__email{display:none}
  .govbar__ministry{display:none}
  .site-header__inner{gap:16px}
  .brand .custom-logo{max-width:215px}
  .primary-menu>li>a{padding-inline:8px;font-size:.84rem}
  .primary-menu .menu-item-has-children>a{padding-right:22px}
  .header-cta{padding-inline:12px;font-size:.8rem}
  .footer-grid{gap:30px}
}

/* Tablet and mobile navigation drawer */
@media (max-width:1024px){
  body{padding-bottom:68px}
  .govbar{border-top-width:3px}
  .govbar__inner{min-height:36px}
  .govbar__message{font-size:.74rem}
  .govbar__ministry{display:none}
  .govbar__email{display:none}
  .govbar__phone span{display:none}
  .govbar__phone{
    width:30px;
    height:30px;
    justify-content:center;
    border-radius:8px;
    background:rgba(255,255,255,.08);
  }
  .govbar__ministry-link span{display:none}
  .govbar__ministry-link{
    width:30px;
    height:30px;
    justify-content:center;
  }

  .site-header__inner,
  .site-header.is-scrolled .site-header__inner{
    min-height:70px;
  }
  .brand .custom-logo,
  .site-header.is-scrolled .brand .custom-logo{
    max-height:50px;
    max-width:225px;
  }

  .nav-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:88px;
    height:44px;
    margin-left:auto;
    padding:0 13px;
    border:1px solid var(--line);
    border-radius:11px;
    background:var(--white);
    font-weight:800;
  }
  .nav-toggle__label{display:inline;font-size:.84rem}
  .nav-toggle svg{width:19px;height:19px}

  .primary-nav{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:auto;
    z-index:120;
    width:min(88vw,420px);
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    background:var(--white);
    border-left:1px solid var(--line);
    box-shadow:-22px 0 50px rgba(16,24,32,.18);
    transform:translateX(104%);
    transition:transform .22s ease;
    overflow:hidden;
  }
  .primary-nav.is-open{transform:none}

  .nav-drawer__head{
    min-height:78px;
    padding:16px 18px 14px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    border-bottom:1px solid var(--line);
    background:var(--ink);
    color:var(--white);
  }
  .nav-drawer__head>div{
    display:flex;
    flex-direction:column;
    line-height:1.2;
  }
  .nav-drawer__eyebrow{
    margin-bottom:3px;
    color:#B4DA7A;
    font-size:.68rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.12em;
  }
  .nav-drawer__head strong{font-size:1rem}
  .nav-close{
    width:42px;
    height:42px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:10px;
    background:rgba(255,255,255,.06);
    color:var(--white);
    display:grid;
    place-items:center;
  }

  .primary-nav__menu{
    flex:1 1 auto;
    overflow-y:auto;
    padding:12px 20px 18px;
  }
  .primary-menu{
    display:block;
  }
  .primary-menu>li{
    position:relative;
    border-bottom:1px solid var(--line);
  }
  .primary-menu>li>a{
    min-height:50px;
    padding:14px 44px 14px 2px;
    border-radius:0;
    font-size:.98rem;
    font-weight:800;
  }
  .primary-menu>li>a:hover,
  .primary-menu>.current-menu-item>a,
  .primary-menu>.current-menu-ancestor>a{
    background:transparent;
    color:var(--green-dark);
  }
  .primary-menu>.current-menu-item>a::after,
  .primary-menu>.current-menu-ancestor>a::after{
    left:0;
    right:auto;
    bottom:0;
    width:38px;
    height:3px;
  }
  .primary-menu .menu-item-has-children>a{
    padding-right:48px;
  }
  .primary-menu .menu-item-has-children>a::before{
    display:none;
  }
  .submenu-toggle{
    position:absolute;
    right:0;
    top:7px;
    z-index:2;
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border:0;
    border-radius:9px;
    background:var(--mist);
    color:var(--ink);
  }
  .submenu-toggle svg{
    width:17px;
    height:17px;
    transition:transform .18s ease;
  }
  .submenu-open>.submenu-toggle svg{transform:rotate(180deg)}

  .primary-menu .sub-menu{
    position:static;
    min-width:0;
    max-height:0;
    overflow:hidden;
    margin:0;
    padding:0 0 0 14px;
    border:0;
    border-radius:0;
    box-shadow:none;
    opacity:1;
    visibility:visible;
    transform:none;
    transition:max-height .22s ease,padding .22s ease;
  }
  .primary-menu .sub-menu::before{display:none}
  .primary-menu .submenu-open>.sub-menu{
    max-height:600px;
    padding-bottom:10px;
  }
  .primary-menu .sub-menu a{
    padding:9px 8px;
    border-left:2px solid var(--line);
    border-radius:0;
    color:var(--muted);
    font-size:.9rem;
    font-weight:680;
  }
  .primary-menu .sub-menu a:hover{
    background:transparent;
    border-left-color:var(--green);
    color:var(--ink);
  }

  .header-actions{
    flex:0 0 auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px;
    padding:14px 20px;
    border-top:1px solid var(--line);
    background:#F7F9F8;
  }
  .search-toggle{
    width:auto;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border-radius:10px;
  }
  .search-toggle__label{display:inline;font-weight:800;font-size:.84rem}
  .header-cta{
    min-height:46px;
    border-radius:10px;
  }

  .nav-drawer__meta{
    display:flex;
    flex-direction:column;
    gap:6px;
    padding:14px 20px 18px;
    background:var(--ink);
    color:var(--white);
  }
  .nav-drawer__meta p{
    margin:0 0 3px;
    color:#AAB8B1;
    font-size:.68rem;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.1em;
  }
  .nav-drawer__meta a{
    display:flex;
    align-items:center;
    gap:8px;
    color:var(--white);
    text-decoration:none;
    font-size:.82rem;
  }
  .nav-drawer__meta svg{width:14px;height:14px;color:var(--green)}

  .site-search{
    position:fixed;
    top:106px;
    left:12px;
    right:12px;
    z-index:130;
    padding:14px 0;
    border:1px solid var(--line);
    border-radius:14px;
    box-shadow:0 24px 54px rgba(16,24,32,.2);
  }
  .site-search__inner{
    width:calc(100% - 24px);
    grid-template-columns:minmax(0,1fr) 42px;
    gap:8px;
  }
  .site-search__label{display:none}

  .footer-callout__inner{
    grid-template-columns:1fr;
    gap:24px;
    min-height:0;
    padding-block:34px;
  }
  .footer-callout__actions{justify-content:flex-start}
  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:38px 44px;
    padding-block:46px 40px;
  }
  .footer-about{max-width:none}
  .footer-bottom{
    align-items:flex-start;
  }
  .back-to-top{
    bottom:82px;
  }
}

/* Phones */
@media (max-width:640px){
  .govbar__inner{gap:8px}
  .govbar__badge{
    width:26px;
    height:22px;
    font-size:.66rem;
  }
  .govbar__message{
    max-width:225px;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .govbar__phone{display:none}

  .site-header__inner,
  .site-header.is-scrolled .site-header__inner{min-height:66px}
  .brand .custom-logo,
  .site-header.is-scrolled .brand .custom-logo{
    max-height:46px;
    max-width:190px;
  }
  .nav-toggle{
    min-width:46px;
    width:46px;
    padding:0;
  }
  .nav-toggle__label{display:none}
  .primary-nav{width:min(92vw,390px)}

  .site-search{
    top:101px;
    left:8px;
    right:8px;
  }
  .site-search .search-form{
    display:grid;
    grid-template-columns:1fr auto;
  }
  .site-search .search-form button{padding-inline:14px}

  .footer-callout__inner{padding-block:30px}
  .footer-callout h2{font-size:clamp(1.8rem,9vw,2.45rem)}
  .footer-callout__actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .footer-callout__actions .button{width:100%}

  .footer-grid{
    grid-template-columns:1fr;
    gap:34px;
    padding-block:42px 34px;
  }
  .footer-about{
    padding-bottom:4px;
  }
  .footer-column{
    padding-top:4px;
    border-top:1px solid rgba(255,255,255,.1);
  }
  .footer-column h2{margin-top:16px}
  .footer-menu a{
    min-height:40px;
    align-items:center;
  }
  .footer-contact__item{padding:8px 0}
  .footer-bottom{
    min-height:0;
    padding:20px 0 24px;
    flex-direction:column;
    gap:14px;
  }
  .footer-bottom__identity{
    align-items:flex-start;
    flex-direction:column;
    gap:3px;
  }
  .footer-legal{
    width:100%;
    justify-content:space-between;
    gap:12px;
    padding-top:12px;
    border-top:1px solid rgba(255,255,255,.1);
  }
  .back-to-top{
    right:14px;
    bottom:80px;
    width:42px;
    height:42px;
  }

  .mobile-quickbar{
    left:8px;
    right:8px;
    bottom:8px;
    border-radius:15px;
  }
}

/* Very small phones */
@media (max-width:380px){
  .govbar__message{max-width:190px}
  .brand .custom-logo,
  .site-header.is-scrolled .brand .custom-logo{max-width:165px}
  .header-actions{grid-template-columns:1fr}
  .nav-drawer__meta{padding-bottom:14px}
  .footer-legal{font-size:.74rem}
}
