:root {
  --ink: #17221d;
  --deep: #163a31;
  --green: #1f5143;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --gold: #c9a467;
  --line: rgba(23, 34, 29, .2);
}
* { 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; }
.site-header { height: 106px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 80px); background: var(--paper); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-family: "Libre Caslon Display", serif; font-size: 28px; }
.brand-name { font-size: 13px; line-height: 1.2; text-transform: uppercase; letter-spacing: .13em; font-weight: 600; }
nav { display: flex; gap: clamp(22px, 3vw, 48px); }
nav a { text-decoration: none; font-size: 14px; letter-spacing: .04em; border-bottom: 1px solid transparent; }
nav a:hover, nav a:focus-visible { border-color: currentColor; }
.menu-toggle { display: none; background: transparent; border: 0; font: inherit; }
.hero { min-height: calc(100vh - 106px); position: relative; display: flex; align-items: flex-end; overflow: hidden; color: white; }
.hero-image { position: absolute; inset: 0; background-image: url('https://goco.org/sites/default/files/NOAHWETZEL_DowntownFullMoon%20credit%20Noah%20Wetzel_0.jpg'); background-size: cover; background-position: center 48%; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,25,21,.78) 0%, rgba(8,25,21,.28) 58%, rgba(8,25,21,.18) 100%), linear-gradient(0deg, rgba(8,25,21,.35), transparent 60%); }
.hero-content { position: relative; z-index: 1; padding: 0 clamp(24px, 8vw, 124px) clamp(64px, 10vh, 110px); max-width: 1040px; }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 600; }
.eyebrow.light { color: #fff; }
h1, h2, h3, blockquote { font-family: "Libre Caslon Display", serif; font-weight: 400; letter-spacing: -.025em; }
h1 { margin: 0; font-size: clamp(54px, 7.5vw, 112px); line-height: .95; max-width: 1000px; }
.hero-copy { margin: 32px 0 28px; max-width: 650px; font-size: clamp(18px, 2vw, 23px); line-height: 1.5; }
.text-link { display: inline-flex; gap: 22px; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; padding-bottom: 8px; border-bottom: 1px solid currentColor; }
.photo-credit { position: absolute; right: 24px; bottom: 18px; z-index: 1; margin: 0; font-size: 11px; opacity: .72; }
.statement { padding: clamp(100px, 14vw, 200px) clamp(24px, 12vw, 180px); max-width: 1440px; margin: auto; }
.statement h2 { font-size: clamp(42px, 6vw, 84px); line-height: 1.06; margin: 0; max-width: 1160px; }
.statement > p:last-child { max-width: 620px; margin: 54px 0 0 auto; font-size: 18px; }
.focus { background: var(--deep); color: white; display: grid; grid-template-columns: .85fr 1.15fr; padding: clamp(80px, 10vw, 150px) clamp(24px, 8vw, 120px); gap: 8vw; }
.section-heading h2 { margin: 0; font-size: clamp(48px, 6vw, 82px); line-height: 1.04; }
.focus-item { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 38px 0; border-top: 1px solid rgba(255,255,255,.28); }
.focus-item:last-child { border-bottom: 1px solid rgba(255,255,255,.28); }
.focus-number { color: var(--gold); font-size: 13px; }
.focus-item h3 { margin: -8px 0 16px; font-size: clamp(34px, 4vw, 52px); }
.focus-item p { margin: 0; max-width: 620px; color: rgba(255,255,255,.78); font-size: 17px; }
.principle { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; }
.principle-copy { background: var(--cream); padding: clamp(70px, 9vw, 138px); display: flex; flex-direction: column; justify-content: center; }
blockquote { margin: 0 0 42px; font-size: clamp(38px, 4vw, 64px); line-height: 1.08; }
.principle-copy > p:last-child { max-width: 520px; }
.principle-image { background-image: url('https://www.steamboat.com/-/media/steamboat/summer-images/hiking/slider/2400x1350/guided_gourmet_hike_view.jpg?hash=6EF3D0B1211037D94187E2ACBFBEBE4E&rev=44008580d961496eb2dcfc9c99585cbf'); background-size: cover; background-position: center; min-height: 520px; }
.grants { padding: clamp(90px, 12vw, 170px) clamp(24px, 8vw, 120px); }
.grants .section-heading { display: grid; grid-template-columns: .55fr 1.2fr .75fr; gap: 50px; align-items: start; margin-bottom: 80px; }
.grants .section-heading h2 { font-size: clamp(48px, 5.2vw, 76px); }
.grants .section-heading > p:last-child { margin: 12px 0 0; }
.grant-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.grant-card { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.grant-card span { font-family: "Libre Caslon Display", serif; font-size: 27px; line-height: 1.2; }
.grant-card small { text-transform: uppercase; letter-spacing: .13em; font-size: 11px; color: var(--green); }
.grant-note { font-size: 12px; opacity: .65; margin-top: 24px; }
.approach { background: var(--gold); display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; padding: clamp(90px, 12vw, 170px) clamp(24px, 8vw, 120px); }
.approach h2 { font-size: clamp(48px, 6vw, 82px); line-height: 1.02; margin: 0; }
.approach-copy { align-self: end; max-width: 570px; font-size: 18px; }
footer { background: var(--ink); color: white; padding: 72px clamp(24px, 8vw, 120px); display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 60px; }
footer p { margin: 0; font-size: 12px; opacity: .7; }
@media (max-width: 900px) {
  .site-header { height: 86px; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 86px; background: var(--paper); padding: 28px 24px 40px; flex-direction: column; box-shadow: 0 12px 22px rgba(0,0,0,.08); }
  nav.open { display: flex; }
  .hero { min-height: calc(100svh - 86px); }
  .focus, .principle, .approach { grid-template-columns: 1fr; }
  .focus { gap: 60px; }
  .principle-image { order: -1; }
  .grants .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .grant-grid { grid-template-columns: repeat(2, 1fr); }
  footer { grid-template-columns: 1fr; align-items: start; gap: 30px; }
}
@media (max-width: 560px) {
  .brand-mark { width: 40px; height: 40px; font-size: 24px; }
  .brand-name { font-size: 11px; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-content { padding-bottom: 72px; }
  .hero-copy { font-size: 17px; }
  .photo-credit { display: none; }
  .statement { padding-top: 90px; padding-bottom: 90px; }
  .statement > p:last-child { margin-top: 38px; }
  .grant-grid { grid-template-columns: 1fr; }
  .grant-card { min-height: 150px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
