:root {
  --forest: #073c2e;
  --forest-deep: #03271f;
  --green: #0c5c43;
  --amber: #f0ad27;
  --cream: #f5f1e8;
  --paper: #fbfaf6;
  --ink: #12221c;
  --muted: #66736d;
  --line: rgba(18, 34, 28, 0.17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; padding: .75rem 1rem; background: white; border-radius: .25rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1.4rem 4vw; color: white; border-bottom: 1px solid rgba(255,255,255,.2); }
.brand { display: inline-flex; align-items: center; gap: .75rem; }
.brand-mark { position: relative; display: grid; place-items: center; width: 2.65rem; height: 2.65rem; border: 1px solid rgba(255,255,255,.52); border-radius: 50% 50% 50% 10%; transform: rotate(-8deg); }
.brand-mark span { font-family: "Manrope"; font-size: 1.2rem; font-weight: 800; transform: rotate(8deg); }
.brand-name { font-family: "Manrope"; font-size: .86rem; line-height: 1.08; letter-spacing: -.01em; }
.brand-name strong { font-weight: 800; }
.site-nav { display: flex; align-items: center; gap: 2rem; font-size: .91rem; font-weight: 600; }
.site-nav a { transition: opacity .2s ease; }
.site-nav a:hover { opacity: .72; }
.nav-cta { padding: .7rem 1rem; border: 1px solid rgba(255,255,255,.45); border-radius: 100px; }
.menu-button { display: none; color: white; background: none; border: 0; padding: .6rem; }
.menu-button span { display: block; width: 1.5rem; height: 1px; margin: .35rem 0; background: currentColor; }

.hero { position: relative; display: flex; align-items: flex-end; min-height: 94svh; overflow: hidden; background: var(--forest-deep); color: white; }
.hero-media { position: absolute; inset: 0; background: linear-gradient(110deg,#0b4535 0%,#175a45 42%,#796427 100%); background-image: url("hero-youth-community.png"), linear-gradient(110deg,#0b4535 0%,#175a45 42%,#796427 100%); background-size: cover; background-position: center; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,27,22,.9) 0%,rgba(3,31,24,.65) 42%,rgba(3,31,24,.08) 74%), linear-gradient(0deg,rgba(2,26,20,.5),transparent 60%); }
.hero-content { position: relative; z-index: 2; width: min(880px, 88vw); margin: 0 0 9vh 7vw; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.4rem; font-family: "Manrope"; font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 2.4rem; height: 1px; background: currentColor; }
.hero h1, .display, .partner h2 { margin: 0; font-family: "Manrope"; font-weight: 700; letter-spacing: -.055em; line-height: .99; }
.hero h1 { max-width: 820px; font-size: clamp(3.5rem, 7.6vw, 7.6rem); }
em { color: var(--amber); font-family: Georgia, serif; font-weight: 400; }
.hero-copy { max-width: 640px; margin: 1.8rem 0 2rem; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.5vw, 1.24rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1rem; padding: .95rem 1.25rem; border-radius: 100px; font-weight: 700; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--amber); color: var(--ink); }
.button.amber { background: var(--amber); color: var(--ink); }
.text-link { font-weight: 700; border-bottom: 1px solid currentColor; }
.light-link { color: white; }
.hero-index { position: absolute; z-index: 2; top: 18%; right: 4vw; writing-mode: vertical-rl; font-size: .65rem; letter-spacing: .2em; opacity: .66; }
.hero-index span { display: inline-block; width: 1px; height: 3rem; margin: .8rem .15rem; background: currentColor; }

.section { padding: 7rem 7vw; }
.section-label { display: flex; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: var(--green); font-family: "Manrope"; font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-label.dark { color: rgba(255,255,255,.68); border-color: rgba(255,255,255,.18); }
.manifesto-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; padding: 5rem 0 7rem; }
.display { font-size: clamp(2.8rem, 5.2vw, 5.5rem); }
.manifesto-copy { padding-top: .4rem; color: #46534e; font-size: 1.08rem; }
.manifesto-copy p { margin: 0 0 1.2rem; }
.quote-band { display: flex; align-items: baseline; justify-content: space-between; gap: 2rem; padding: 2.2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quote-band p { margin: 0; font-family: Georgia, serif; font-size: clamp(1.35rem,2.6vw,2.2rem); font-style: italic; }
.quote-band span { white-space: nowrap; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; }

.focus { background: var(--forest-deep); color: white; }
.focus-heading { display: grid; grid-template-columns: 1fr 24rem; gap: 5rem; align-items: end; padding: 4rem 0; }
.focus-heading p { margin: 0; color: rgba(255,255,255,.65); font-size: 1.05rem; }
.focus-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.focus-card { grid-column: span 2; min-height: 320px; display: flex; flex-direction: column; padding: 1.7rem; background: var(--forest-deep); transition: background .3s, transform .3s; }
.focus-card:nth-child(4), .focus-card:nth-child(5) { grid-column: span 3; }
.focus-card:hover { background: #0b4938; }
.focus-card.featured { background: var(--amber); color: var(--ink); }
.card-top { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.55); font-size: .72rem; }
.featured .card-top { color: rgba(18,34,28,.6); }
.icon { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border: 1px solid currentColor; border-radius: 50%; font-size: 1.1rem; }
.focus-card h3 { margin: auto 0 1rem; font-family: "Manrope"; font-size: 1.7rem; line-height: 1.12; }
.focus-card p { max-width: 28rem; margin: 0; color: rgba(255,255,255,.64); font-size: .92rem; }
.focus-card.featured p { color: rgba(18,34,28,.7); }

.approach-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; padding-top: 5rem; }
.kicker { margin: 0 0 1rem; color: var(--green); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--green); font-family: "Manrope"; font-size: .7rem; font-weight: 700; }
.steps h3 { margin: -.3rem 0 .3rem; font-family: "Manrope"; font-size: 1.6rem; }
.steps p { margin: 0; color: var(--muted); }

.partner { position: relative; overflow: hidden; padding: 8rem 7vw; background: var(--green); color: white; }
.partner::before { content: "D"; position: absolute; right: -1rem; top: -10rem; color: rgba(255,255,255,.06); font-family: "Manrope"; font-size: 35rem; font-weight: 800; line-height: 1; }
.partner-inner { position: relative; z-index: 1; max-width: 1000px; }
.partner h2 { max-width: 980px; margin-bottom: 2.5rem; font-size: clamp(2.8rem,5.5vw,5.7rem); }

.footer { padding: 5rem 7vw 1.5rem; background: #021c16; color: white; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 3rem; padding-bottom: 4rem; border-bottom: 1px solid rgba(255,255,255,.17); }
.footer-statement { margin: 0; color: var(--amber); font-family: Georgia, serif; font-size: clamp(1.5rem,3vw,2.8rem); font-style: italic; line-height: 1.15; text-align: right; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.2fr; gap: 4rem; padding: 3.5rem 0; }
.footer h3 { color: rgba(255,255,255,.45); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.footer address, .footer p { color: rgba(255,255,255,.68); font-style: normal; }
.footer-grid a { display: block; width: fit-content; margin: .45rem 0; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.46); font-size: .77rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { padding: 1.1rem 1.2rem; }
  .menu-button { display: block; z-index: 3; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 1.5rem; background: var(--forest-deep); font-size: 1.4rem; opacity: 0; pointer-events: none; transform: translateY(-1rem); transition: .25s; }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .hero { min-height: 820px; }
  .hero-media { background-position: 62% center; }
  .hero-content { width: auto; margin: 0 1.2rem 4rem; }
  .hero-index { display: none; }
  .section { padding: 5rem 1.25rem; }
  .manifesto-grid, .focus-heading, .approach-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .manifesto-grid { padding: 3.5rem 0 4.5rem; }
  .focus-heading { padding: 3.5rem 0; }
  .focus-grid { grid-template-columns: 1fr; }
  .focus-card, .focus-card:nth-child(4), .focus-card:nth-child(5) { grid-column: auto; min-height: 250px; }
  .quote-band { align-items: flex-start; flex-direction: column; }
  .partner { padding: 6rem 1.25rem; }
  .footer { padding: 4rem 1.25rem 1.5rem; }
  .footer-top, .footer-bottom { flex-direction: column; }
  .footer-statement { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 3.25rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .display { font-size: 2.75rem; }
}

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