/* Future National Parks — shared styles */
:root {
  --navy: #1B2E41; --slate: #22384E; --cream: #F4F1EA; --cream-text: #F2EBDD; --muted-light: #D9DEE4;
  --gold: #E6B450; --gold-ink: #7A530C; --grey: #4A5563; --line: #E3DED3; --white: #FFFFFF;
  --gutter: clamp(20px, 4.5vw, 64px);
  --band-font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 16px; }
body { margin: 0; background: var(--cream); color: var(--navy); font-family: 'Public Sans', 'Helvetica Neue', Arial, sans-serif; line-height: 1.55; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.wrap { max-width: 1440px; margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--white); padding: 8px 12px; z-index: 10; }
.skip:focus { left: 8px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* site navigation */
.sitenav { background: var(--white); border-bottom: 1px solid var(--line); }
.sitenav ul { list-style: none; margin: 0; padding: 0; min-height: 56px; display: flex; align-items: center; gap: 26px; }
.sitenav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 16px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.sitenav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.sitenav .club { margin-right: auto; font-size: 14px; color: var(--grey); }
.sitenav a[aria-current="page"] { color: var(--gold-ink); font-weight: 700; }
.sitenav .act a { padding: 0 18px; border-radius: 4px; background: var(--gold); font-weight: 700; }
.sitenav .act a:hover { text-decoration: none; background: #F0C46A; }
@media (max-width: 999px) {
  .sitenav .wrap { padding-left: 0; padding-right: 0; }
  .sitenav ul { gap: 22px; padding: 0 var(--gutter); overflow-x: auto; scrollbar-width: none; }
  .sitenav ul::-webkit-scrollbar { display: none; }
  .sitenav ul::after { content: ""; flex: 0 0 1px; }
  .sitenav .club { margin-right: 0; }
}

/* the black brochure band */
.band { background: #000000; color: #FFFFFF; font-family: var(--band-font); }
.band .wrap { min-height: 150px; padding-top: 24px; padding-bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 32px 48px; flex-wrap: wrap; }
.band h1 { margin: 0; font-size: clamp(38px, 5.2vw, 68px); font-weight: 700; line-height: 1.02; letter-spacing: -1px; }
.band .blocks { display: flex; gap: 48px; font-size: 15px; line-height: 1.35; align-self: flex-start; margin-top: 10px; }
.band .blocks > div { display: flex; flex-direction: column; }
.band .blocks b { font-weight: 700; }
.band .blocks a { color: #FFFFFF; font-weight: 700; text-decoration: none; }
.band .blocks a:hover { text-decoration: underline; }
@media (max-width: 700px) {
  .band .wrap { min-height: 0; padding-top: 18px; padding-bottom: 16px; gap: 10px; }
  .band .blocks { width: 100%; justify-content: space-between; gap: 16px; margin-top: 0; font-size: 13px; }
  .band .blocks > div:last-child { text-align: right; }
}

/* shared type and pieces */
.eyebrow { margin: 0; font-size: 15px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold-ink); }
.dark .eyebrow { color: var(--gold); }
h2.title { margin: 10px 0 0; font-size: clamp(30px, 3.4vw, 48px); font-weight: 800; line-height: 1.1; letter-spacing: -0.5px; }
.lede { margin: 16px 0 0; max-width: 62ch; font-size: clamp(17px, 1.4vw, 20px); color: var(--grey); }
.dark .lede { color: var(--muted-light); }
.section { padding-top: clamp(56px, 7vw, 104px); padding-bottom: clamp(56px, 7vw, 104px); }
.dark { background: var(--slate); color: var(--cream-text); }
.white { background: var(--white); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border-radius: 4px; font-size: 17px; font-weight: 700; text-decoration: none; border: 2px solid transparent; }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: #F0C46A; }
.btn-line { border-color: currentColor; }
.btn-line:hover { background: rgba(255, 255, 255, 0.08); }
.btn-navy { background: var(--navy); color: var(--cream-text); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.arrow { flex-shrink: 0; }
.chip { display: inline-flex; align-items: center; gap: 6px; height: 28px; padding: 0 11px; border-radius: 14px; font-size: 13px; font-weight: 700; white-space: nowrap; }
.chip::before { content: ""; width: 8px; height: 8px; border-radius: 4px; flex-shrink: 0; }
.chip-bill { background: #FBEFD2; color: var(--gold-ink); }
.chip-bill::before { background: var(--gold); }
.chip-campaign { background: #DDF1EC; color: #1E6B5E; }
.chip-campaign::before { background: #3FA38F; }
.chip-none { background: var(--white); color: var(--grey); box-shadow: inset 0 0 0 1.5px #8A96A3; }
.chip-none::before { background: transparent; box-shadow: inset 0 0 0 1.5px #8A96A3; }
.chip-success { background: #E3F0E1; color: #2D5A27; }
.chip-success::before { background: #4E9A45; }

/* home: map */
.hero { padding-top: clamp(36px, 5vw, 64px); padding-bottom: clamp(48px, 6vw, 80px); }
.hero .tagline { margin: 0; max-width: 22ch; font-size: clamp(30px, 4vw, 52px); font-weight: 800; line-height: 1.08; letter-spacing: -1px; }
.map-wrap { margin-top: clamp(28px, 4vw, 48px); }
.map { width: 100%; height: auto; }
.map .pin { cursor: pointer; }
.map .pin:hover .dot, .map .pin:focus .dot { stroke: #FFFFFF; stroke-width: 3.5; }
.map .label { font-family: var(--band-font); font-size: 15px; font-weight: 700; fill: var(--cream-text); stroke: var(--slate); stroke-width: 5px; stroke-linejoin: round; paint-order: stroke; }
.map .pin:hover .label { text-decoration: underline; }
@media (max-width: 640px) { .map .label { display: none; } }
.legend { list-style: none; margin: 20px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 28px; font-size: 16px; }
.legend li { display: flex; align-items: center; gap: 10px; }
.map-note { margin: 12px 0 0; font-size: 15px; color: var(--muted-light); }

/* home: successes */
.title-statement { max-width: 32ch; font-size: clamp(26px, 2.7vw, 40px); line-height: 1.18; }
.successes-label { margin-top: 32px; }
.more-parks { margin: 28px 0 0; font-size: clamp(20px, 1.9vw, 26px); font-weight: 800; }
.more-parks a { color: var(--gold-ink); text-underline-offset: 5px; }
.lede-question { margin-top: 12px; font-size: clamp(20px, 1.8vw, 26px); font-weight: 700; color: var(--navy); }
.successes { margin-top: 14px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.success { display: flex; flex-direction: column; border-radius: 4px; overflow: hidden; background: var(--white); border: 1px solid var(--line); color: var(--navy); text-decoration: none; }
.success .top { min-height: 64px; padding: 12px 18px; display: flex; align-items: center; background: #000000; color: #FFFFFF; font-family: var(--band-font); font-size: 24px; font-weight: 700; letter-spacing: -0.3px; line-height: 1.1; }
.success .body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; }
.success .when { font-size: 14px; font-weight: 700; color: #2D5A27; }
.success p { margin: 0; font-size: 16px; line-height: 1.5; }
.success:hover .top { text-decoration: underline; text-underline-offset: 5px; }
@media (max-width: 999px) { .successes { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .successes { grid-template-columns: 1fr; gap: 10px; } .success .top { min-height: 56px; font-size: 21px; } }

/* bill tracker */
.congress-grid { margin-top: 36px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: clamp(20px, 2.6vw, 32px); }
.card h3 { margin: 0; font-size: clamp(22px, 2vw, 26px); font-weight: 800; line-height: 1.2; }
.card .sub { margin: 6px 0 0; color: var(--grey); font-size: 16px; }
.steps { list-style: none; margin: 22px 0 0; padding: 0; }
.steps li { display: flex; gap: 14px; }
.steps .rail { width: 26px; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; }
.steps .node { width: 26px; height: 26px; border-radius: 13px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.steps .done .node { background: var(--navy); }
.steps .current .node { background: var(--gold); box-shadow: inset 0 0 0 2px var(--navy); }
.steps .todo .node { background: var(--white); box-shadow: inset 0 0 0 2px #8A96A3; }
.steps .line { width: 0; flex-grow: 1; margin: 4px 0; border-left: 2px solid var(--navy); }
.steps .current .line { border-left-style: dashed; border-left-color: var(--gold-ink); }
.steps .todo .line { border-left-color: #C9CFD6; }
.steps .text { padding-bottom: 18px; display: flex; flex-direction: column; gap: 2px; }
.steps li:last-child .text { padding-bottom: 0; }
.steps .text b { font-size: 17px; }
.steps .text span { font-size: 15px; color: var(--grey); }
.steps .current .text span { color: var(--gold-ink); font-weight: 700; }
.checked { margin: 18px 0 0; font-size: 14px; color: var(--grey); }
.also { font-size: 17px; }
.also p { margin: 0; }
.textlink { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; text-underline-offset: 4px; }
@media (max-width: 899px) { .congress-grid { grid-template-columns: 1fr; } }

/* in congress: one card per bill */
.bills { margin-top: 36px; display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr)); gap: 24px; align-items: stretch; }
.bill { display: flex; flex-direction: column; border-radius: 8px; overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.bill-top { min-height: 72px; padding: 12px 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: #000000; color: #FFFFFF; font-family: var(--band-font); }
.bill-top h3 { margin: 0; font-size: clamp(24px, 2.4vw, 32px); font-weight: 700; letter-spacing: -0.4px; line-height: 1.1; }
.bill-top span { font-size: 15px; font-weight: 700; }
.bill-body { flex-grow: 1; padding: 24px 28px 26px; display: flex; flex-direction: column; }
.bill-name { margin: 0; font-size: clamp(20px, 1.8vw, 24px); font-weight: 800; line-height: 1.25; }
.bill-body .sub { margin: 6px 0 0; color: var(--grey); font-size: 16px; }
.bill-body .btn-row { margin-top: auto; padding-top: 22px; }
.bill-body .textlink { align-self: flex-start; margin-top: 6px; }
@media (max-width: 899px) { .bill-top { padding: 12px 20px; } .bill-body { padding: 20px; } }
@media (max-width: 420px) { .bills { grid-template-columns: 1fr; } }

/* news */
.news { list-style: none; margin: 32px 0 0; padding: 0; border-bottom: 1px solid var(--line); }
.news li { border-top: 1px solid var(--line); }
.news a { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 4px 24px; padding: 18px 0; text-decoration: none; }
.news time { font-weight: 700; font-size: 16px; }
.news .src { font-size: 14px; color: var(--grey); }
.news .what { grid-column: 2; grid-row: 1 / span 2; font-size: 17px; }
.news a:hover .what { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 700px) { .news a { grid-template-columns: 1fr; } .news .what { grid-column: 1; grid-row: auto; } }

/* featured proposals */
.featured { margin-top: 36px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.feature { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; text-decoration: none; }
.feature img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.feature .body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.feature h3 { margin: 0; font-size: 22px; font-weight: 800; line-height: 1.2; }
.feature .states { font-size: 15px; color: var(--grey); }
.feature:hover h3 { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 999px) { .featured { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .featured { grid-template-columns: 1fr; } }

/* take action */
.action-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.action-grid h3 { margin: 0; font-size: 22px; font-weight: 800; }
.action-grid p { margin: 8px 0 0; color: var(--muted-light); }
.action-grid ul { list-style: none; margin: 12px 0 0; padding: 0; }
.action-grid li a { display: flex; align-items: center; min-height: 44px; border-top: 1px solid rgba(242, 235, 221, 0.2); font-weight: 600; text-decoration: none; }
.action-grid li:last-child a { border-bottom: 1px solid rgba(242, 235, 221, 0.2); }
.action-grid li a:hover { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 899px) { .action-grid { grid-template-columns: 1fr; gap: 32px; } }

/* places list */
.finder { padding-top: 36px; padding-bottom: 8px; }
.finder label { display: block; font-size: 15px; font-weight: 700; }
.finder input { margin-top: 8px; width: 100%; max-width: 440px; height: 52px; padding: 0 16px; border: 2px solid var(--navy); border-radius: 4px; background: var(--white); color: var(--navy); font: inherit; font-size: 17px; }
.filters { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 10px; }
.filters button { height: 44px; padding: 0 16px; border-radius: 22px; border: 1.5px solid #C9CFD6; background: var(--white); color: var(--navy); font: inherit; font-size: 15px; font-weight: 600; cursor: pointer; }
.filters button[aria-pressed="true"] { background: var(--navy); border-color: var(--navy); color: var(--white); font-weight: 700; }
.count { margin: 14px 0 0; font-size: 15px; color: var(--grey); }
.group { padding-top: 28px; }
.group h2 { margin: 0; font-size: clamp(24px, 2.2vw, 28px); font-weight: 800; }
.group .note { margin: 6px 0 0; color: var(--grey); font-size: 16px; }
.rows { list-style: none; margin: 16px 0 0; padding: 0; border-bottom: 1px solid var(--line); }
.rows li { border-top: 1px solid var(--line); }
.rows a { display: grid; grid-template-columns: minmax(0, 320px) 220px minmax(0, 1fr); gap: 6px 24px; align-items: center; padding: 16px 0; text-decoration: none; }
.rows .num { font-size: 15px; font-weight: 700; color: var(--grey); }
.rows .name { display: flex; flex-direction: column; gap: 2px; }
.rows .name b { font-size: 19px; font-weight: 800; line-height: 1.25; }
.rows .name span { font-size: 15px; color: var(--grey); }
.rows .sum { font-size: 16px; line-height: 1.5; }
.rows .chip { justify-self: start; }
.rows a:hover .name b { text-decoration: underline; text-underline-offset: 4px; }
.rows [hidden] { display: none; }
@media (max-width: 899px) {
  .rows a { grid-template-columns: minmax(0, 1fr); align-items: start; gap: 8px; }
}

/* place pages */
.photo { position: relative; max-width: 1440px; margin: 0 auto; background: #0E1822; }
.photo img { width: 100%; height: auto; display: block; aspect-ratio: 3 / 1; object-fit: cover; object-position: 50% 50%; }
@media (max-width: 699px) { .photo img { aspect-ratio: 2 / 1; } }
.photo .credit { position: absolute; right: 12px; bottom: 12px; padding: 5px 10px; background: rgba(0, 0, 0, 0.72); color: #FFFFFF; font-size: 13px; }
.statusbar { border-bottom: 1px solid var(--line); }
.statusbar .wrap { min-height: 60px; padding-top: 10px; padding-bottom: 10px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; }
.crumb { font-size: 15px; font-weight: 700; text-underline-offset: 4px; }
.statusbar .sep { color: #8A96A3; }
.statusbar .full { font-size: 15px; color: var(--grey); }
.place-main { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(32px, 5vw, 72px); align-items: start; padding-top: clamp(36px, 5vw, 64px); padding-bottom: clamp(48px, 6vw, 88px); }
.facts { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 24px; }
.facts.stack { grid-template-columns: 1fr; }
.facts div { border-top: 3px solid var(--navy); padding-top: 10px; }
.facts dt { font-size: 13px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gold-ink); }
.facts dd { margin: 4px 0 0; font-size: 18px; font-weight: 700; line-height: 1.35; }
.qa { margin-top: 44px; display: flex; flex-direction: column; gap: 32px; }
.qa h2, .story h2 { margin: 0; font-size: clamp(22px, 2.2vw, 28px); font-weight: 800; line-height: 1.2; }
.qa p, .story p { margin: 10px 0 0; font-size: 18px; line-height: 1.65; max-width: 64ch; }
.story { display: flex; flex-direction: column; gap: 34px; }
.aside { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 16px; }
.aside h2 { margin: 0; font-size: 15px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gold-ink); }
.locator { position: relative; margin-top: 10px; }
.locator img { width: 100%; height: auto; }
.locator .marker { position: absolute; width: 18px; height: 18px; margin: -9px 0 0 -9px; border-radius: 9px; border: 3px solid var(--navy); }
.locator .marker::after { content: ""; position: absolute; inset: -10px; border-radius: 50%; border: 2px solid currentColor; opacity: 0.5; }
.m-bill { background: var(--gold); color: var(--gold-ink); }
.m-campaign { background: #6CC3B0; color: #1E6B5E; }
.m-none { background: var(--white); color: var(--navy); }
.aside .where { margin: 8px 0 0; font-size: 16px; color: var(--grey); }
.aside .btn { width: 100%; }
.history { padding-top: clamp(48px, 6vw, 88px); padding-bottom: clamp(48px, 6vw, 88px); }
.history .cols { display: grid; grid-template-columns: minmax(0, 440px) minmax(0, 1fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.timeline { list-style: none; margin: 0; padding: 0 0 0 30px; border-left: 2px solid rgba(230, 180, 80, 0.6); display: flex; flex-direction: column; gap: 26px; }
.timeline li { position: relative; }
.timeline li::before { content: ""; position: absolute; left: -40px; top: 8px; width: 18px; height: 18px; border-radius: 9px; background: var(--slate); box-shadow: inset 0 0 0 2px var(--gold); }
.timeline li:last-child::before { background: var(--gold); }
.timeline b { font-size: 26px; font-weight: 800; color: var(--gold); line-height: 1.2; }
.timeline p { margin: 4px 0 0; font-size: 18px; line-height: 1.55; }
.pager { border-top: 1px solid var(--line); }
.pager .wrap { padding-top: 28px; padding-bottom: 36px; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: 20px; align-items: center; }
.pager a.prev, .pager a.next { display: flex; flex-direction: column; gap: 2px; text-decoration: none; }
.pager a.next { align-items: flex-end; text-align: right; }
.pager small { font-size: 13px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gold-ink); }
.pager b { font-size: clamp(18px, 1.8vw, 24px); font-weight: 800; line-height: 1.2; }
.pager a.prev:hover b, .pager a.next:hover b { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 899px) {
  .place-main { grid-template-columns: 1fr; }
  .aside { position: static; }
  .history .cols { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .facts { grid-template-columns: 1fr 1fr; gap: 16px; }
  .facts dd { font-size: 16px; }
  .pager .wrap { grid-template-columns: 1fr 1fr; }
  .pager .all { grid-column: 1 / -1; grid-row: 2; justify-self: stretch; }
}

/* book page */
.book-grid { display: grid; grid-template-columns: minmax(0, 560px) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.book-grid .cover { width: 100%; height: auto; box-shadow: 0 24px 48px rgba(8, 16, 26, 0.3); }
.book-grid .sub { margin: 12px 0 0; font-size: clamp(17px, 1.4vw, 20px); font-style: italic; color: var(--grey); }
.series { margin-top: 36px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.series div { background: var(--cream); border-radius: 8px; padding: 26px; }
.series b { display: block; font-size: 52px; font-weight: 800; line-height: 1; }
.series h3 { margin: 12px 0 0; font-size: 21px; font-weight: 800; }
.series .when { margin: 4px 0 0; font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--gold-ink); }
.series p { margin: 8px 0 0; font-size: 17px; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); }
.two h2 { margin: 10px 0 0; font-size: clamp(26px, 2.6vw, 36px); font-weight: 800; line-height: 1.15; }
.two p { margin: 14px 0 0; font-size: 18px; color: var(--muted-light); max-width: 56ch; }
@media (max-width: 899px) { .book-grid, .two { grid-template-columns: 1fr; } .series { grid-template-columns: 1fr; } }

/* home: campaigns */
.campaigns { margin-top: 32px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.campaign { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: var(--cream); }
.campaign .locator { margin: 16px 18px 4px; }
.campaign-body { padding: 16px 18px 20px; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; flex-grow: 1; }
.campaign h3 { margin: 4px 0 0; font-size: 22px; font-weight: 800; line-height: 1.2; }
.campaign h3 a { text-decoration: none; }
.campaign h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.campaign p { margin: 0 0 8px; font-size: 16px; color: var(--grey); }
.campaign .btn { margin-top: auto; width: 100%; font-size: 16px; min-height: 48px; padding: 0 14px; white-space: nowrap; }
.campaign .btn .arrow { display: none; }
@media (max-width: 1199px) { .campaigns { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .campaigns { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .campaigns { grid-template-columns: 1fr; } }
.action-grid.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 900px; }
@media (max-width: 899px) { .action-grid.two-col { grid-template-columns: 1fr; } }

/* place pages: the two framings */
.why { margin-top: 44px; }
.why h2 { margin: 0; font-size: clamp(24px, 2.4vw, 32px); font-weight: 800; line-height: 1.2; }
.why p { margin: 12px 0 0; font-size: 18px; line-height: 1.65; max-width: 64ch; }
.why .links { display: flex; flex-wrap: wrap; gap: 4px 24px; margin-top: 6px; }
.history-intro p { margin: 16px 0 0; font-size: 18px; line-height: 1.6; color: var(--muted-light); }
.textlink.on-dark { color: var(--gold); margin-top: 8px; }
.on-dark-card { margin-top: 24px; color: var(--navy); }

/* the book, above the footer on every page */
.bookstrip { background: var(--cream); border-top: 1px solid var(--line); }
.bookstrip .wrap { padding-top: 32px; padding-bottom: 32px; }
.bookcard { display: flex; align-items: center; gap: clamp(18px, 3vw, 36px); padding: 20px clamp(18px, 2.4vw, 32px) 20px 20px; border-radius: 8px; background: var(--white); border: 1px solid var(--line); text-decoration: none; color: var(--navy); }
.bookcard img { width: clamp(120px, 14vw, 180px); height: auto; flex-shrink: 0; box-shadow: 0 8px 18px rgba(8, 16, 26, 0.25); }
.bookcard-text { flex-grow: 1; display: flex; flex-direction: column; gap: 4px; }
.bookcard-text small { font-size: 13px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gold-ink); }
.bookcard-text b { font-size: clamp(22px, 2.2vw, 28px); font-weight: 800; line-height: 1.15; }
.bookcard-sub { font-size: 16px; font-style: italic; color: var(--grey); }
.bookcard-about { margin-top: 6px; font-size: 17px; line-height: 1.5; max-width: 62ch; }
.bookcard-go { flex-shrink: 0; display: inline-flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 24px; border-radius: 4px; background: var(--navy); color: var(--cream-text); font-size: 17px; font-weight: 700; white-space: nowrap; }
.bookcard:hover .bookcard-go { background: #243B52; }
@media (max-width: 760px) {
  .bookcard { flex-direction: column; align-items: flex-start; padding: 18px; }
  .bookcard img { width: 160px; }
  .bookcard-go { align-self: stretch; justify-content: center; }
}

/* the national parks, in order */
.parks-page { padding-bottom: clamp(56px, 7vw, 104px); }
.np-scroll { margin-top: 28px; overflow-x: auto; }
.np { width: 100%; border-collapse: collapse; font-size: 16px; line-height: 1.45; background: var(--white); border: 1px solid var(--line); }
.np th, .np td { padding: 12px 14px; text-align: left; vertical-align: top; border-top: 1px solid var(--line); }
.np thead th { position: sticky; top: 0; background: var(--navy); color: var(--cream-text); font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border-top: 0; }
.np tbody th { font-weight: 800; white-space: nowrap; }
.np tbody tr:nth-child(even) { background: #FAF8F3; }
.np .np-num { color: var(--grey); font-weight: 700; width: 36px; }
.np .np-date { white-space: nowrap; }
.np .np-note { color: var(--grey); min-width: 240px; }
h2.title.np-former-title { margin-top: clamp(48px, 6vw, 80px); }
@media (min-width: 761px) { .np .np-pres { white-space: nowrap; } }
@media (max-width: 760px) {
  .np-scroll { overflow: visible; }
  .np, .np tbody, .np tr, .np th, .np td { display: block; width: auto; }
  .np thead { display: none; }
  .np { border: 0; background: none; }
  .np tbody tr { margin-bottom: 12px; padding: 14px 16px; background: var(--white) !important; border: 1px solid var(--line); border-radius: 8px; }
  .np tbody th, .np tbody td { padding: 0; border: 0; white-space: normal; }
  .np tbody th { font-size: 19px; margin-bottom: 2px; }
  .np .np-num { display: none; }
  .np .np-note:not(:empty) { margin-top: 6px; }
  .np-former tbody td:nth-child(3)::before { content: "Created "; }
  .np-former tbody td:nth-child(5)::before { content: "Ended "; }
}
.happen-link { margin-top: 12px; }

/* take action: one row */
.action-row { display: flex; align-items: center; justify-content: space-between; gap: 24px 48px; flex-wrap: wrap; }
.action-row .title { margin-top: 10px; }
.action-text { margin: 12px 0 0; font-size: 19px; line-height: 1.55; color: var(--muted-light); }
.action-row .btn { flex-shrink: 0; }
@media (max-width: 640px) { .action-row .btn { width: 100%; } }

/* proposed parks: count and sort */
.listbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; margin-top: 18px; }
.listbar .count { margin: 0; }
.sortby { display: inline-flex; align-items: center; gap: 8px; }
.sortby[hidden] { display: none; }
.sortby span { font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--grey); margin-right: 4px; }
.sortby button { min-height: 44px; padding: 0 16px; border-radius: 999px; border: 1.5px solid var(--navy); background: var(--white); color: var(--navy); font: inherit; font-size: 16px; font-weight: 700; cursor: pointer; }
.sortby button[aria-pressed="true"] { background: var(--navy); color: var(--cream-text); }
.sortby button:focus-visible { outline: 3px solid var(--gold-ink); outline-offset: 2px; }
.stategroup + .stategroup { margin-top: 12px; }
.state-title { margin: 28px 0 0; padding-bottom: 8px; border-bottom: 2px solid var(--navy); font-size: clamp(22px, 2vw, 26px); font-weight: 800; line-height: 1.2; }
#view-state .note { margin: 0 0 12px; }

/* photos inside the writing */
.inphoto { margin: 30px 0 0; }
.inphoto img { width: 100%; height: auto; display: block; }
.inphoto figcaption { margin-top: 8px; font-size: 13px; color: var(--muted-light); }
.history-intro .inphoto { margin-top: 26px; }

/* the tally and sources under a history */
.attempts { margin: 26px 0 0; display: flex; flex-wrap: wrap; gap: 14px 40px; }
.attempts dt { font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); }
.attempts dd { margin: 4px 0 0; font-size: 17px; font-weight: 700; }
.sources { margin-top: 26px; }
.sources h3 { margin: 0; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--muted-light); }
.sources ul { margin: 8px 0 0; padding-left: 18px; }
.sources li { font-size: 15px; line-height: 1.5; color: var(--muted-light); }

.histlinks { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; margin-top: 22px; }
.timeline li:only-child { opacity: 0; }

/* footer */
.footer { background: #111E2B; color: #C9D2DC; }
.footer .wrap { padding-top: 48px; padding-bottom: 56px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 28px 48px; }
.footer .about { max-width: 560px; display: flex; flex-direction: column; gap: 10px; }
.footer .about p { margin: 0; font-size: 16px; }
.footer .vet { font-weight: 700; color: #FFFFFF; }
.footer nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px 28px; }
.footer nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 17px; color: var(--cream-text); text-underline-offset: 5px; }
.footer small { font-size: 14px; color: #9AA7B4; }

@media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } }

.intro-cols { margin-top: 22px; }
.intro-cols p { margin: 0 0 20px; max-width: none; font-size: clamp(18px, 1.5vw, 21px); line-height: 1.75; }
.intro-cols p:last-child { margin-bottom: 0; }

.price { margin: 18px 0 0; font-size: clamp(22px, 2vw, 28px); font-weight: 800; color: var(--navy); }
.price span { color: var(--line); margin: 0 6px; }
.onsale { margin: 6px 0 0; font-size: 15px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--gold-ink); }
