:root {
  --pine: #1f5a3d;
  --pine-deep: #123c29;
  --pine-bright: #2e8a52;
  --leaf: #62bd3f;
  --gold: #d6a646;
  --cream: #f5f2e9;
  --paper: #fffefa;
  --ink: #203129;
  --muted: #627269;
  --line: #d8e0da;
  --shadow: 0 22px 60px rgba(18, 60, 41, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: var(--pine); text-underline-offset: .18em; }
button, input, select { font: inherit; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 10px 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--pine-deep);
}
.skip-link:focus { transform: translateY(0); }

.utility-bar {
  color: rgba(255,255,255,.82);
  background: var(--pine-deep);
  font-size: .82rem;
  letter-spacing: .02em;
}
.utility-inner,
.nav-inner,
.section-wrap,
.footer-inner {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}
.utility-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.utility-inner a { color: inherit; text-decoration: none; }
.utility-links { display: flex; gap: 24px; }

.global-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(31,90,61,.12);
  background: rgba(255,254,250,.96);
  backdrop-filter: blur(16px);
}
.nav-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand img { width: 264px; height: auto; }
.main-nav { margin-left: auto; }
.main-nav ul {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav a {
  display: block;
  padding: 10px 9px;
  border-radius: 8px;
  color: var(--ink);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
}
.main-nav a:hover,
.main-nav a[aria-current="page"] { color: var(--pine); background: #edf5ef; }
.main-nav .mobile-enroll { display: none; }
.button,
.enroll-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 20px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--pine);
  box-shadow: 0 8px 20px rgba(31,90,61,.18);
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover,
.enroll-button:hover { transform: translateY(-2px); color: #fff; background: var(--pine-deep); box-shadow: 0 12px 28px rgba(31,90,61,.25); }
.button.secondary { color: var(--pine); border: 1px solid var(--pine); background: transparent; box-shadow: none; }
.button.secondary:hover { color: #fff; background: var(--pine); }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--pine);
  background: #fff;
  font-size: 1.35rem;
}

.notice-band {
  padding: 10px 20px;
  color: #58400e;
  background: #f3d994;
  text-align: center;
  font-size: .9rem;
  font-weight: 700;
}
.notice-band a { color: inherit; }

.home-hero {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  color: #fff;
  background: var(--pine-deep);
}
.home-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 82% 24%, rgba(142,210,116,.2) 0 9%, transparent 9.2%),
    radial-gradient(circle at 76% 74%, rgba(214,166,70,.13) 0 17%, transparent 17.2%),
    repeating-linear-gradient(125deg, transparent 0 50px, rgba(255,255,255,.022) 50px 51px),
    linear-gradient(115deg, #0c2f1f 0%, #164c32 58%, #226642 100%);
}
.home-hero::after {
  position: absolute;
  right: -100px;
  bottom: -270px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  content: "";
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
  padding: 118px 0 92px;
}
.hero-copy { max-width: 760px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--gold);
  font-family: "Hanken Grotesk", sans-serif;
  font-size: .79rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { width: 34px; height: 2px; content: ""; background: currentColor; }
.hero-copy h1,
.page-hero h1,
.section-heading h2,
.cta-panel h2 {
  margin: 0;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.04;
}
.hero-copy h1 { max-width: 760px; font-size: clamp(3.1rem, 6.4vw, 5.7rem); }
.hero-copy h1 span { display: block; color: #8ed274; }
.hero-copy > p:not(.eyebrow) { max-width: 560px; margin: 24px 0 30px; color: rgba(255,255,255,.82); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .button:first-child { color: var(--pine-deep); background: var(--gold); }
.hero-actions .button.secondary { color: #fff; border-color: rgba(255,255,255,.55); }
.hero-actions .button.secondary:hover { border-color: #fff; background: #fff; color: var(--pine-deep); }
.hero-stat {
  position: absolute;
  right: 0;
  bottom: 48px;
  width: 250px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius);
  background: rgba(12,47,31,.7);
  backdrop-filter: blur(10px);
}
.hero-stat strong { display: block; color: var(--gold); font-family: "Hanken Grotesk", sans-serif; font-size: 2.35rem; line-height: 1; }
.hero-stat span { display: block; margin-top: 8px; color: rgba(255,255,255,.75); font-size: .88rem; }

.quote-strip { padding: 28px 0; background: var(--cream); }
.quote-strip img { width: 100%; border-radius: 13px; box-shadow: 0 15px 38px rgba(18,60,41,.12); }

.section { padding: 90px 0; }
.section.soft { background: var(--cream); }
.section.dark { color: #fff; background: var(--pine-deep); }
.section-heading { max-width: 690px; margin-bottom: 40px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading h2 { font-size: clamp(2.15rem, 4vw, 3.6rem); color: var(--pine-deep); }
.section-heading p { margin: 16px 0 0; color: var(--muted); font-size: 1.07rem; }
.section.dark .section-heading h2 { color: #fff; }
.section.dark .section-heading p { color: rgba(255,255,255,.72); }

.mission-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 64px; align-items: center; }
.mission-copy blockquote { margin: 0; color: var(--pine-deep); font-family: "Hanken Grotesk", sans-serif; font-size: clamp(1.65rem, 3vw, 2.5rem); font-weight: 600; line-height: 1.32; }
.mission-copy p { margin: 22px 0 0; color: var(--muted); }
.mission-card {
  position: relative;
  padding: 38px;
  border-radius: var(--radius);
  color: #fff;
  background: var(--pine);
  box-shadow: var(--shadow);
}
.mission-card::before { position: absolute; top: 22px; right: 26px; color: rgba(255,255,255,.12); content: "VPA"; font-family: "Hanken Grotesk", sans-serif; font-size: 4rem; font-weight: 700; }
.mission-card h3 { position: relative; margin: 0 0 20px; font-family: "Hanken Grotesk", sans-serif; font-size: 1.2rem; }
.check-list { position: relative; display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 11px; align-items: start; }
.check-list li::before { display: grid; width: 22px; height: 22px; flex: 0 0 22px; place-items: center; border-radius: 50%; content: "✓"; color: var(--pine); background: var(--gold); font-size: .75rem; font-weight: 700; }

.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quick-card {
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  transition: transform .2s ease, background .2s ease;
}
.quick-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.09); }
.card-number { color: var(--gold); font-family: "Hanken Grotesk", sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .15em; }
.quick-card h3 { margin: 42px 0 10px; font-family: "Hanken Grotesk", sans-serif; font-size: 1.45rem; }
.quick-card p { margin: 0 0 20px; color: rgba(255,255,255,.66); }
.quick-card a { color: #fff; font-weight: 700; text-decoration-color: var(--gold); }

.page-hero { position: relative; overflow: hidden; padding: 86px 0 76px; color: #fff; background: var(--pine-deep); }
.page-hero::before { position: absolute; top: -180px; right: -90px; width: 520px; height: 520px; border: 110px solid rgba(98,189,63,.09); border-radius: 50%; content: ""; }
.page-hero .section-wrap { position: relative; }
.page-hero h1 { max-width: 820px; font-size: clamp(2.9rem, 6vw, 5.4rem); }
.page-hero p:not(.eyebrow) { max-width: 690px; margin: 20px 0 0; color: rgba(255,255,255,.72); font-size: 1.1rem; }
.breadcrumbs { margin-bottom: 26px; color: rgba(255,255,255,.55); font-size: .8rem; }
.breadcrumbs a { color: rgba(255,255,255,.75); text-decoration: none; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 54px; align-items: start; }
.prose h2,
.prose h3 { color: var(--pine-deep); font-family: "Hanken Grotesk", sans-serif; line-height: 1.2; }
.prose h2 { margin: 0 0 16px; font-size: 2rem; }
.prose h3 { margin: 36px 0 12px; font-size: 1.35rem; }
.prose p { color: #4d5e55; }
.prose p:first-of-type { font-size: 1.08rem; }
.sidebar-card { padding: 28px; border-radius: var(--radius); color: #fff; background: var(--pine); box-shadow: var(--shadow); }
.sidebar-card + .sidebar-card { margin-top: 18px; }
.sidebar-card.gold { color: var(--ink); background: #f0d185; }
.sidebar-card h2,
.sidebar-card h3 { margin: 0 0 12px; color: inherit; font-family: "Hanken Grotesk", sans-serif; font-size: 1.25rem; }
.sidebar-card p { margin: 0 0 18px; color: inherit; opacity: .82; }
.sidebar-card a:not(.button) { color: inherit; }

.data-table-wrap { overflow-x: auto; margin: 24px 0 38px; border: 1px solid var(--line); border-radius: 14px; }
.data-table { width: 100%; border-collapse: collapse; background: #fff; }
.data-table th { padding: 13px 18px; color: #fff; background: var(--pine); font-family: "Hanken Grotesk", sans-serif; font-size: .76rem; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.data-table td { padding: 15px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
.data-table tr:last-child td { border-bottom: 0; }
.data-table tbody tr:nth-child(even) { background: #f7faf7; }
.data-table a { font-weight: 700; }
.table-note { padding: 16px 18px; color: var(--muted); background: #f7faf7; font-size: .89rem; }

.document-groups { display: grid; gap: 24px; }
.document-group { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 32px rgba(18,60,41,.06); }
.document-group h2 { margin: 0; padding: 20px 24px; border-bottom: 1px solid var(--line); color: var(--pine-deep); background: #edf5ef; font-family: "Hanken Grotesk", sans-serif; font-size: 1.2rem; }
.document-list { margin: 0; padding: 0; list-style: none; }
.document-list li { display: flex; align-items: center; gap: 16px; padding: 16px 22px; border-bottom: 1px solid var(--line); }
.document-list li:last-child { border-bottom: 0; }
.document-list li::before { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 9px; content: "PDF"; color: var(--pine); background: #edf5ef; font-family: "Hanken Grotesk", sans-serif; font-size: .63rem; font-weight: 700; }
.document-list li.docx::before { content: "DOC"; color: #2b579a; background: #edf3fc; }
.document-list a { font-weight: 700; text-decoration: none; }
.document-list a:hover { text-decoration: underline; }
.document-list small { display: block; margin-top: 2px; color: var(--muted); }
.document-action { margin-left: auto; color: var(--muted); font-size: .8rem; white-space: nowrap; }

.library-tools { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 24px; }
.library-tools label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.library-tools input,
.library-tools select { min-height: 48px; padding: 10px 14px; border: 1px solid #bfcfc3; border-radius: 9px; color: var(--ink); background: #fff; }
.library-tools input { min-width: min(420px, 100%); flex: 1; }
.library-summary { margin: 0 0 14px; color: var(--muted); font-size: .9rem; }
.library-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.library-item { display: flex; min-height: 76px; align-items: center; gap: 13px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 11px; background: #fff; text-decoration: none; transition: border-color .2s, transform .2s; }
.library-item:hover { transform: translateY(-2px); border-color: var(--pine-bright); }
.file-badge { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 8px; color: #fff; background: var(--pine); font-size: .62rem; font-weight: 700; }
.library-item strong { display: block; color: var(--ink); font-size: .92rem; line-height: 1.35; }
.library-item small { display: block; color: var(--muted); }
.empty-state { grid-column: 1 / -1; padding: 40px; border: 1px dashed #b9c8be; border-radius: 12px; color: var(--muted); text-align: center; }

.hours-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 28px 0; }
.hours-card { padding: 24px; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; background: var(--cream); }
.hours-card h3 { margin: 0 0 6px; font-family: "Hanken Grotesk", sans-serif; font-size: 1rem; text-transform: uppercase; }
.hours-card p { margin: 0; }

.salary-figure { margin: 0; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.salary-figure img { width: min(100%, 620px); margin-inline: auto; }
.salary-figure figcaption { margin-top: 16px; color: var(--muted); text-align: center; font-size: .85rem; }

.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; padding: 42px 48px; border-radius: var(--radius); color: #fff; background: var(--pine); box-shadow: var(--shadow); }
.cta-panel h2 { font-size: clamp(2rem, 4vw, 3.1rem); }
.cta-panel p { max-width: 650px; margin: 10px 0 0; color: rgba(255,255,255,.72); }
.cta-panel .button { color: var(--pine-deep); background: var(--gold); }

.site-footer { color: rgba(255,255,255,.72); background: #0d2d1f; }
.footer-main { padding: 62px 0 42px; }
.footer-inner { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 56px; }
.footer-brand img { width: 260px; padding: 10px; border-radius: 9px; background: #fff; }
.footer-brand p { max-width: 420px; }
.footer-column h2 { margin: 0 0 14px; color: #fff; font-family: "Hanken Grotesk", sans-serif; font-size: .94rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-column ul { margin: 0; padding: 0; list-style: none; }
.footer-column li { margin: 7px 0; }
.footer-column a { color: inherit; text-decoration: none; }
.footer-column a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .8rem; }
.footer-bottom .section-wrap { display: flex; justify-content: space-between; gap: 20px; }

.reveal,
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .brand img { width: 220px; }
  .main-nav a { padding-inline: 6px; font-size: .79rem; }
  .enroll-button { padding-inline: 14px; }
  .hero-stat { display: none; }
}

@media (max-width: 860px) {
  .utility-inner { justify-content: center; }
  .utility-inner > span { display: none; }
  .nav-inner { min-height: 76px; }
  .brand img { width: 220px; }
  .nav-toggle { display: block; }
  .nav-inner > .enroll-button { display: none; }
  .main-nav {
    position: fixed;
    top: 112px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    margin: 0;
    padding: 24px;
    background: var(--paper);
  }
  .menu-open .main-nav { display: block; }
  .main-nav ul { align-items: stretch; flex-direction: column; }
  .main-nav a { padding: 13px 14px; font-size: 1rem; }
  .main-nav .mobile-enroll { display: block; margin-top: 10px; color: #fff; background: var(--pine); text-align: center; }
  .mission-grid,
  .content-grid,
  .footer-inner { grid-template-columns: 1fr; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .content-grid { gap: 36px; }
  .footer-inner { gap: 32px; }
}

@media (max-width: 620px) {
  .utility-links { width: 100%; justify-content: space-between; gap: 10px; }
  .utility-links a:first-child { display: none; }
  .utility-inner,
  .nav-inner,
  .section-wrap,
  .footer-inner,
  .hero-inner { width: min(100% - 28px, 1160px); }
  .brand img { width: 188px; }
  .home-hero { min-height: 530px; }
  .hero-inner { padding: 78px 0 64px; }
  .hero-copy h1 { font-size: clamp(2.9rem, 14vw, 4.2rem); }
  .hero-copy > p:not(.eyebrow) { font-size: 1rem; }
  .section { padding: 64px 0; }
  .page-hero { padding: 64px 0 56px; }
  .page-hero h1 { font-size: 3rem; }
  .quick-grid,
  .library-grid,
  .hours-grid { grid-template-columns: 1fr; }
  .quick-card { min-height: 220px; }
  .mission-card { padding: 28px; }
  .document-list li { align-items: flex-start; }
  .document-action { display: none; }
  .cta-panel { grid-template-columns: 1fr; padding: 32px 26px; }
  .cta-panel .button { justify-self: start; }
  .footer-bottom .section-wrap { flex-direction: column; gap: 4px; }
}

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