:root {
  --ink: #17352d;
  --moss: #3d624f;
  --fern: #718b68;
  --paper: #f5f0e6;
  --mist: #dce5dd;
  --sun: #d59b58;
  --white: #fffdf8;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 1rem/1.7 Georgia, "Times New Roman", serif;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .2em; }
a:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }
.skip-link { position: absolute; left: -9999px; top: 1rem; z-index: 10; padding: .6rem 1rem; background: var(--white); }
.skip-link:focus { left: 1rem; }
.site-header { border-bottom: 1px solid rgba(23,53,45,.18); background: rgba(245,240,230,.96); }
.nav-wrap, main > section, .page-head, .article, .site-footer > div { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { font: 700 1.35rem/1.1 Arial, sans-serif; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.brand small { display: block; margin-top: .3rem; font: 400 .62rem/1 Arial, sans-serif; letter-spacing: .18em; color: var(--moss); }
nav ul { display: flex; flex-wrap: wrap; gap: .5rem 1.3rem; margin: 0; padding: 0; list-style: none; }
nav a { font: 700 .78rem/1 Arial, sans-serif; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
nav a:hover, nav a[aria-current="page"] { color: var(--moss); border-bottom: 2px solid var(--sun); }
.hero { position: relative; min-height: 72vh; display: grid; place-items: end start; color: var(--white); background: linear-gradient(90deg, rgba(9,31,24,.78), rgba(9,31,24,.1)), url("/park-assets/img/hero.jpg") center/cover; }
.hero-inner { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; padding: 7rem 0 5rem; }
.eyebrow { font: 700 .75rem/1.2 Arial, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.08; margin-top: 0; }
h1 { max-width: 830px; margin-bottom: 1.2rem; font-size: clamp(3rem, 8vw, 6.8rem); font-weight: 400; letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 5vw, 4rem); font-weight: 400; letter-spacing: -.03em; }
h3 { font-size: 1.45rem; }
.hero p { max-width: 620px; font-size: 1.2rem; }
.button { display: inline-block; margin-top: 1rem; padding: .8rem 1.15rem; color: var(--white); background: var(--ink); border: 1px solid var(--ink); font: 700 .78rem/1 Arial, sans-serif; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.button.light { color: var(--ink); background: var(--white); border-color: var(--white); }
.button:hover { transform: translateY(-2px); }
.section { padding-block: clamp(4rem, 8vw, 7rem); }
.section.tint { background: var(--mist); max-width: none; width: 100%; }
.section.tint > .inner { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.intro { max-width: 760px; font-size: 1.25rem; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card { display: flex; flex-direction: column; min-height: 100%; background: var(--white); }
.card img { aspect-ratio: 4/3; object-fit: cover; }
.card-body { padding: 1.5rem; }
.card .meta, .meta { color: var(--moss); font: 700 .72rem/1.3 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.card h3 a { text-decoration: none; }
.card h3 a:hover { text-decoration: underline; }
.split { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.split img { min-height: 420px; object-fit: cover; }
.page-head { padding-block: clamp(4rem, 9vw, 8rem); }
.page-head h1 { font-size: clamp(3rem, 8vw, 6rem); }
.page-head p { max-width: 700px; font-size: 1.25rem; }
.route { padding: 1.2rem 0; border-top: 1px solid rgba(23,53,45,.25); }
.route:last-child { border-bottom: 1px solid rgba(23,53,45,.25); }
.route h3 { margin-bottom: .4rem; }
.route dl { display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; margin: .7rem 0; }
.route dt { font-weight: 700; }
.route dd { margin: 0; }
.article { max-width: 760px; padding-block: clamp(4rem, 8vw, 7rem); }
.article h1 { font-size: clamp(2.8rem, 7vw, 5.4rem); }
.article .lead { font-size: 1.35rem; }
.article figure { margin: 3rem -12%; }
.article figcaption { margin-top: .6rem; color: var(--moss); font-size: .9rem; }
.article blockquote { margin: 2.5rem 0; padding-left: 1.5rem; border-left: 4px solid var(--sun); font-size: 1.3rem; }
.note { padding: 1.5rem; background: var(--mist); border-left: 4px solid var(--fern); }
.site-footer { padding: 3rem 0; color: var(--white); background: var(--ink); }
.site-footer > div { display: flex; justify-content: space-between; gap: 2rem; }
.site-footer p { margin: 0; max-width: 550px; }
.site-footer a { color: var(--white); }

@media (max-width: 780px) {
  .nav-wrap { align-items: flex-start; flex-direction: column; padding-block: 1.2rem; }
  nav ul { gap: .8rem 1rem; }
  .grid, .grid.two, .split { grid-template-columns: 1fr; }
  .hero { min-height: 66vh; }
  .article figure { margin-inline: 0; }
  .site-footer > div { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
