:root {
  --forest: #2F6D6E;
  --forest-deep: #214f50;
  --fern: #2F6D6E;
  --moss: #495046;
  --bark: #8B6344;
  --clay: #8B6344;
  --ochre: #D7E26B;
  --paper: #D9CBB7;
  --stone: #D9CBB7;
  --ink: #121915;
  --muted: #4c514c;
  --line: 1px solid rgba(18, 25, 21, .34);
  --shell: min(100% - 48px, 1220px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font: 17px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: .96; letter-spacing: -.048em; }
p { text-wrap: pretty; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 118px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: var(--paper); background: var(--forest-deep); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.growth-bar {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7px 20px;
  color: var(--paper);
  background: var(--clay);
  font-size: .72rem;
  letter-spacing: .045em;
  text-align: center;
  text-transform: uppercase;
}
.growth-bar strong { font-weight: 900; }
.growth-dot { flex: 0 0 auto; width: 9px; height: 9px; background: var(--ochre); border-radius: 50%; box-shadow: 0 0 0 5px rgba(170,167,157,.14); }
.site-header { position: relative; z-index: 20; color: var(--ink); background: var(--paper); border-bottom: var(--line); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-size: 1rem; font-weight: 950; letter-spacing: .095em; text-decoration: none; }
.wordmark__mark { display: grid; width: 40px; height: 40px; place-items: center; color: var(--paper); background: var(--forest); border-radius: 50% 50% 50% 7px; font-family: Georgia, serif; font-size: 1.18rem; font-weight: 700; letter-spacing: 0; }
.nav__links { display: flex; align-items: center; gap: 6px; }
.nav__links a { padding: 10px 13px; font-size: .79rem; font-weight: 800; text-decoration: none; }
.nav__links a[aria-current="page"] { box-shadow: inset 0 -3px 0 var(--clay); }
.nav__links .nav__cta { margin-left: 8px; padding-inline: 17px; color: var(--paper); background: var(--forest); box-shadow: none; }
.menu-button { display: none; width: 46px; height: 42px; padding: 10px; background: transparent; border: 1px solid var(--ink); }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: currentColor; }

.eyebrow { margin: 0 0 17px; color: currentColor; font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.button {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1.5px solid currentColor;
  text-decoration: none;
  font-size: .84rem;
  font-weight: 900;
  transition: transform .18s ease, filter .18s ease;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.06); }
.button--ochre { color: var(--forest-deep); background: var(--ochre); border-color: var(--ochre); }
.button--forest { color: var(--paper); background: var(--forest); border-color: var(--forest); }
.button--outline { color: var(--paper); background: transparent; border-color: rgba(240,234,220,.7); }
.text-link { font-size: .86rem; font-weight: 850; text-underline-offset: 7px; }

.hero { overflow: hidden; padding: 74px 0 88px; color: var(--paper); background: var(--forest); }
.hero__grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 72px; align-items: center; }
.nomination { display: inline-flex; flex-wrap: wrap; gap: 7px; margin-bottom: 27px; padding: 8px 11px; border: 1px solid rgba(240,234,220,.42); font-size: .7rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.nomination span { color: var(--ochre); }
.hero h1 { margin: 0; }
.hero__name { display: block; margin-left: -.055em; font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(4rem, 8.4vw, 8.4rem); font-weight: 950; line-height: .8; letter-spacing: -.075em; }
.hero__line { display: block; max-width: 700px; margin-top: 33px; color: var(--stone); font-size: clamp(2.45rem, 4.6vw, 4.7rem); }
.hero__intro { max-width: 660px; margin: 30px 0 0; color: #cfcec7; font-size: 1.06rem; }
.hero__actions { display: flex; align-items: center; gap: 25px; margin-top: 36px; }
.hero__visual { position: relative; min-height: 625px; }
.hero-photo { position: absolute; inset: 0 0 55px 0; margin: 0; overflow: hidden; background: var(--bark); border-radius: 0 160px 0 0; box-shadow: 22px 22px 0 var(--fern); }
.hero-photo img { height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04) brightness(.92); }
.hero-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 17px 20px; color: var(--paper); background: rgba(13,39,31,.86); font-size: .7rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.growth-card { position: absolute; z-index: 2; top: 48px; right: -24px; bottom: auto; width: min(285px, 72%); padding: 24px; color: var(--forest-deep); background: var(--ochre); border-left: 9px solid var(--clay); transform: rotate(-2deg); }
.growth-card span { display: block; margin-bottom: 8px; font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.growth-card strong { font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.05; }

.impact-strip { color: var(--paper); background: var(--bark); }
.impact-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.impact-strip__grid > div { min-height: 135px; display: flex; align-items: center; gap: 15px; padding: 24px 28px; border-right: 1px solid rgba(240,234,220,.25); }
.impact-strip__grid > div:last-child { border-right: 0; }
.impact-strip strong { color: var(--ochre); font-family: Georgia, serif; font-size: clamp(2.9rem, 4.2vw, 4.4rem); font-weight: 500; line-height: 1; }
.impact-strip span { max-width: 115px; font-size: .7rem; font-weight: 850; line-height: 1.3; text-transform: uppercase; }

.about { background: var(--paper); border-bottom: var(--line); }
.about__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px 88px; align-items: start; padding: clamp(32px, 5vw, 66px); color: #f7f3e9; background: var(--forest); }
.about__intro h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(3.2rem, 5.7vw, 5.9rem); }
.about__copy { padding-top: 38px; border-top: 2px solid var(--ochre); }
.about__copy p { max-width: 680px; }
.about__pillars { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--ochre); border-bottom: 2px solid var(--ochre); }
.about__pillars article { min-height: 235px; padding: 25px 24px; border-right: var(--line); }
.about__pillars article:last-child { border-right: 0; }
.about__pillars span { display: block; margin-bottom: 45px; color: var(--ochre); font-size: .65rem; font-weight: 900; }
.about__pillars h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 1.7rem; font-weight: 600; }
.about__pillars p { margin: 0; font-size: .84rem; }

.story { background: var(--stone); border-bottom: var(--line); }
.story__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 95px; align-items: center; }
.story__lead { padding: 39px; color: var(--paper); background: var(--bark); box-shadow: -14px 14px 0 var(--clay); }
.display-word { margin: 0 0 36px; color: var(--ochre); font-size: clamp(4.8rem, 10vw, 9rem); font-weight: 950; line-height: .8; letter-spacing: -.08em; }
.story blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(1.4rem, 2.3vw, 2.15rem); font-style: italic; line-height: 1.22; }
.story h2 { max-width: 760px; margin-bottom: 30px; font-size: clamp(3.15rem, 5.7vw, 5.9rem); }
.story__copy > p { max-width: 700px; }
.story__signature { margin-top: 31px; padding-top: 22px; border-top: var(--line); color: var(--clay); font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; font-weight: 700; }

.section-head--split { display: grid; grid-template-columns: 1.08fr .62fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-head h2 { max-width: 840px; margin-bottom: 0; font-size: clamp(3.15rem, 5.5vw, 5.7rem); }
.section-head > p { margin: 0 0 7px; }
.values { color: var(--paper); background: var(--forest-deep); }
.values .section-head > p { color: #c2c4bd; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--ochre); border: 2px solid var(--ochre); }
.value-card { min-height: 425px; display: flex; flex-direction: column; padding: 31px; color: var(--paper); background: var(--forest); }
.value-card:nth-child(2) { color: var(--ink); background: var(--stone); }
.value-card:nth-child(3) { background: var(--clay); }
.value-card__number { align-self: flex-end; font-family: Georgia, serif; font-size: 2.2rem; }
.value-card__label { margin: auto 0 8px; font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.value-card h3 { margin: 48px 0 16px; color: var(--ochre); font-family: Georgia, serif; font-size: clamp(2.25rem, 3.4vw, 3.5rem); font-weight: 500; line-height: 1; }
.value-card:nth-child(2) h3 { color: var(--forest-deep); }
.value-card > p:not(.value-card__label) { margin: 0; }
.value-card__tone { display: flex; align-items: baseline; justify-content: center; gap: 16px; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(240,234,220,.38); text-align: center; }
.value-card__tone span { font-size: .62rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.value-card__tone strong { font-family: Georgia, serif; font-size: clamp(1.55rem, 2.3vw, 2.3rem); font-style: italic; }
.value-card:nth-child(2) .value-card__tone { border-color: rgba(18,25,21,.3); }

.initiative-teaser { background: var(--paper); }
.initiative-list { border-top: 2px solid var(--ink); }
.initiative-list a { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; gap: 18px; align-items: center; min-height: 96px; padding: 14px 8px; border-bottom: var(--line); text-decoration: none; transition: padding .2s ease, color .2s ease, background .2s ease; }
.initiative-list a:hover { padding-inline: 18px; color: var(--paper); background: var(--forest); }
.initiative-list span { font-size: .68rem; font-weight: 900; }
.initiative-list strong { font-family: Georgia, serif; font-size: clamp(1.6rem, 3vw, 2.7rem); font-weight: 500; line-height: 1; }
.initiative-list em { color: var(--muted); font-size: .8rem; font-weight: 750; }
.initiative-list a:hover em { color: var(--stone); }
.initiative-list__heading { margin: 58px 0 0; padding: 20px 8px; color: var(--paper); background: var(--forest); font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 500; }
.teaser-button { margin-top: 34px; }

.join { color: var(--paper); background: var(--forest); }
.join__grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 84px; align-items: start; }
.join__intro { position: sticky; top: 34px; }
.join h2 { max-width: 570px; font-size: clamp(3.3rem, 5.7vw, 5.9rem); }
.join__intro > p:not(.eyebrow) { max-width: 450px; color: #c3c5be; }
.route-builder { overflow: hidden; color: var(--ink); background: var(--paper); border: 1px solid var(--ochre); }
.route-builder__tabs { display: grid; grid-template-columns: repeat(2, 1fr); background: var(--forest-deep); }
.route-tab { min-height: 68px; padding: 14px 17px; color: var(--paper); background: transparent; border: 0; border-right: 1px solid rgba(240,234,220,.2); border-bottom: 1px solid rgba(240,234,220,.2); cursor: pointer; font: inherit; font-size: .76rem; font-weight: 850; text-align: left; }
.route-tab:nth-child(2n) { border-right: 0; }
.route-tab:nth-child(n+3) { border-bottom: 0; }
.route-tab.is-active { color: var(--forest-deep); background: var(--ochre); }
.route-tab:focus-visible { outline: 3px solid var(--paper); outline-offset: -5px; }
.route-panel { min-height: 470px; padding: clamp(31px, 5vw, 55px); outline: none; }
.route-kicker { margin: 0 0 55px; color: var(--clay); font-size: .67rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.route-panel h3 { max-width: 670px; margin: 0 0 19px; font-family: Georgia, serif; font-size: clamp(2.45rem, 4.2vw, 4.25rem); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.route-panel > p:not(.route-kicker) { max-width: 680px; }
.route-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 33px 0; padding: 0; list-style: none; }
.route-steps li { display: flex; align-items: center; gap: 9px; padding-top: 10px; border-top: var(--line); font-size: .7rem; font-weight: 850; }
.route-steps span { display: grid; width: 26px; aspect-ratio: 1; place-items: center; color: var(--paper); background: var(--forest); border-radius: 50%; }

.tomin-strip { padding: 45px 0; background: var(--stone); border-bottom: var(--line); }
.tomin-strip__grid { display: grid; grid-template-columns: 190px 1fr; gap: 36px; align-items: center; max-width: 910px; }
.tomin-strip img { aspect-ratio: 1.28; object-fit: cover; filter: saturate(.68) contrast(1.04) brightness(.94); }
.tomin-strip h2 { margin-bottom: 10px; font-size: 2.25rem; }
.tomin-strip p:last-child { margin-bottom: 0; }

.visit { background: var(--paper); }
.visit__card { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 555px; overflow: hidden; color: var(--paper); background: var(--bark); box-shadow: 17px 17px 0 var(--clay); }
.visit__lead { padding: clamp(38px, 6vw, 74px); border-right: 1px solid rgba(240,234,220,.26); }
.visit h2 { max-width: 650px; font-size: clamp(3.4rem, 6vw, 6.1rem); }
.visit__lead > p:not(.eyebrow) { max-width: 590px; color: #cfcbc3; }
.visit__details { display: flex; flex-direction: column; padding: clamp(38px, 5vw, 62px); }
.detail-block { padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid rgba(240,234,220,.27); }
.detail-block span { display: block; margin-bottom: 8px; color: var(--ochre); font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.detail-block strong { font-family: Georgia, serif; font-size: clamp(1.65rem, 2.7vw, 2.65rem); font-weight: 500; line-height: 1.08; }
.detail-block small { display: block; margin-top: 8px; color: #c9c5bd; }
.visit__buttons { display: flex; flex-wrap: wrap; gap: 11px; }

.footer { padding: 70px 0 30px; color: var(--paper); background: var(--forest-deep); }
.footer__top { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding-bottom: 50px; border-bottom: 1px solid rgba(240,234,220,.23); }
.wordmark--footer { color: var(--paper); font-size: clamp(2.5rem, 7vw, 6.7rem); letter-spacing: -.055em; }
.wordmark--footer .wordmark__mark { width: .9em; height: .9em; color: var(--forest-deep); background: var(--ochre); font-size: .48em; }
.footer__top p { max-width: 360px; margin: 0; color: #b7bab3; font-family: Georgia, serif; font-style: italic; }
.footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; font-size: .72rem; }
.footer__bottom div { display: flex; flex-wrap: wrap; gap: 18px; }
.footer__bottom a { text-underline-offset: 4px; }

/* Inner pages */
.page-hero { padding: 88px 0 102px; color: var(--paper); background: var(--forest); }
.page-hero--people { background: var(--bark); }
.page-hero--team { background: var(--clay); }
.page-hero__grid { display: grid; grid-template-columns: 1.16fr .64fr; gap: 90px; align-items: end; }
.page-hero h1 { margin: 0; font-size: clamp(4.8rem, 10vw, 10rem); }
.page-hero h1 em { color: var(--ochre); font-weight: 500; }
.page-hero--team h1 em { color: var(--forest-deep); }
.page-hero__aside { padding: 27px 0 5px; border-top: 2px solid var(--ochre); }
.page-hero__aside p { font-size: 1.06rem; }
.mini-index { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px 18px; margin: 25px 0 0; padding: 0; list-style: none; }
.mini-index a { font-size: .76rem; font-weight: 850; text-underline-offset: 4px; }

.project { background: var(--paper); border-bottom: var(--line); }
.project--dark { color: var(--paper); background: var(--forest-deep); }
.project--rust { color: var(--paper); background: var(--clay); }
.project--workbench { color: var(--paper); background: var(--bark); }
.project__grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 85px; align-items: center; }
.project__grid--reverse .project__image, .project__grid--reverse .bike-type { order: 2; }
.project__image { min-height: 590px; margin: 0; overflow: hidden; background: var(--forest); border-radius: 0 130px 0 0; box-shadow: 15px 15px 0 var(--ochre); }
.project__image img { height: 100%; min-height: 590px; object-fit: cover; filter: saturate(.7) contrast(1.04) brightness(.94); }
.project__number { margin: 0 0 21px; color: var(--clay); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.project--dark .project__number, .project--workbench .project__number { color: var(--ochre); }
.project--rust .project__number { color: var(--paper); }
.project h2 { margin-bottom: 23px; font-size: clamp(3.5rem, 7vw, 7rem); }
.project__lead { max-width: 650px; font-family: Georgia, serif; font-size: clamp(1.45rem, 2.2vw, 2.05rem); line-height: 1.27; }
.project__copy > p:not(.project__number):not(.project__lead) { max-width: 670px; }
.project__tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 27px 0 0; padding: 0; list-style: none; }
.project__tags li { padding: 7px 10px; border: 1px solid currentColor; font-size: .68rem; font-weight: 850; }
.event-block { margin-top: 38px; padding-top: 30px; border-top: 1px solid currentColor; }
.event-block h3 { margin-bottom: 15px; font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.8rem); font-weight: 500; line-height: 1.1; }
.carried-heading { padding: 65px 0; color: #f7f3e9; background: var(--bark); }
.carried-heading h2 { max-width: 900px; margin: 0; font-size: clamp(3rem, 6vw, 6rem); }
.chain { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 31px 0 0; padding: 0; background: var(--ink); list-style: none; }
.chain li { display: grid; min-height: 100px; place-items: center; padding: 12px; background: var(--stone); font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.chain span { color: var(--clay); font-family: Georgia, serif; font-size: 1.6rem; }
.bike-type { min-height: 560px; display: flex; flex-direction: column; justify-content: center; padding: 38px; color: var(--forest-deep); background: var(--ochre); border: 10px solid var(--forest-deep); box-shadow: 18px 18px 0 var(--clay); transform: rotate(1.5deg); }
.bike-type span { font-size: clamp(3.7rem, 7.2vw, 7.4rem); font-weight: 950; line-height: .78; letter-spacing: -.075em; }
.bike-type span:nth-child(2) { color: var(--clay); }
.progress-label { display: inline-flex; align-items: center; gap: 11px; margin-top: 22px; padding: 9px 12px; border: 1px solid rgba(240,234,220,.55); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.small-collab { padding: 54px 0; background: var(--stone); }
.small-collab__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; max-width: 1000px; align-items: end; }
.small-collab h2 { margin: 0; font-size: 2.35rem; }
.small-collab p:last-child { margin: 0; }
.cta-band { padding: 65px 0; color: var(--paper); background: var(--forest); }
.cta-band__grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band h2 { max-width: 760px; margin: 0; font-size: clamp(2.6rem, 5vw, 5rem); }

.people { background: var(--paper); }
.people-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.people-grid--board { grid-template-columns: repeat(3, 1fr); }
.person { overflow: hidden; background: var(--stone); border-top: 8px solid var(--forest); }
.person--feature { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr 1.2fr; }
.person img { aspect-ratio: 1.35 / 1; object-fit: cover; object-position: center top; filter: saturate(.76) contrast(1.03); }
.person--feature img { height: 100%; aspect-ratio: auto; }
.person > div { padding: clamp(26px, 4vw, 48px); }
.person__role, .portrait-card p { margin: 0 0 11px; color: var(--clay); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.person h2, .person h3 { margin-bottom: 19px; font-family: Georgia, serif; font-size: clamp(2.4rem, 4vw, 4.2rem); font-weight: 500; line-height: .96; letter-spacing: -.048em; }
.person a { font-size: .75rem; font-weight: 850; text-underline-offset: 4px; }
.person__links { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 25px; padding: 0 !important; }
.advisory-board { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: end; margin-top: 72px; padding: clamp(30px, 5vw, 58px); color: #f7f3e9; background: var(--bark); border-top: 8px solid var(--forest); }
.advisory-board__intro h2 { max-width: 620px; margin: 0; font-size: clamp(2.6rem, 4.8vw, 4.8rem); }
.advisory-board__members { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(247,243,233,.35); }
.advisory-board__members > div { display: flex; flex-direction: column; min-height: 180px; justify-content: space-between; padding: 22px; color: var(--ink); background: var(--stone); }
.advisory-board__members span { display: grid; width: 46px; height: 46px; place-items: center; border: 2px solid var(--forest); border-radius: 50%; color: var(--forest); font-family: Georgia, serif; font-size: 1.35rem; }
.advisory-board__members strong { font-family: Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.6rem); font-weight: 500; }
.governance { color: var(--paper); background: var(--forest); }
.governance__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.governance h2 { font-size: clamp(3.2rem, 5.6vw, 5.7rem); }
.governance__grid > div:last-child { padding-top: 37px; border-top: 2px solid var(--ochre); }

.people--compact { background: var(--forest-deep); color: var(--paper); }
.people-section-head { display: grid; grid-template-columns: .5fr 1.5fr; gap: 45px; align-items: start; margin-bottom: 50px; }
.people-section-head h2 { max-width: 850px; margin: 0; font-size: clamp(3.2rem, 5.6vw, 5.8rem); }
.portrait-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.portrait-card { overflow: hidden; color: var(--ink); background: var(--stone); border-bottom: 8px solid var(--ochre); }
.portrait-card img { aspect-ratio: 1 / 1.1; object-fit: cover; object-position: center top; filter: saturate(.76) contrast(1.03); }
.portrait-card > div { padding: 25px; }
.portrait-card h3 { margin: 0 0 9px; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 600; line-height: 1.04; }
.portrait-card span { color: var(--muted); font-size: .85rem; }
.portrait-card > div > span { display: block; }
.profile-link { display: inline-block; margin-top: 20px; color: var(--forest-deep); font-size: .72rem; font-weight: 900; text-underline-offset: 4px; }
.profile-link span { display: inline; color: inherit; }
.advisors { background: var(--stone); }
.portrait-card--light { background: var(--paper); }
.open-circle { color: var(--paper); background: var(--clay); }
.open-circle__grid { display: grid; grid-template-columns: .48fr 1.52fr; gap: 75px; align-items: center; }
.open-circle__mark { display: grid; aspect-ratio: 1; place-items: center; color: var(--forest-deep); background: var(--ochre); border-radius: 50% 50% 50% 12px; font-family: Georgia, serif; font-size: clamp(7rem, 15vw, 13rem); line-height: 1; }
.open-circle h2 { max-width: 820px; font-size: clamp(3.2rem, 5.7vw, 5.9rem); }
.open-circle p { max-width: 710px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal--delay { transition-delay: .1s; }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 980px) {
  .section { padding: 88px 0; }
  .hero__grid, .about__grid, .story__grid, .section-head--split, .join__grid, .visit__card, .page-hero__grid, .project__grid, .governance__grid, .open-circle__grid, .advisory-board { grid-template-columns: 1fr; }
  .hero__grid { gap: 50px; }
  .hero__visual { max-width: 720px; min-height: 555px; }
  .story__grid, .section-head--split, .page-hero__grid, .governance__grid { gap: 40px; }
  .about__pillars { grid-template-columns: repeat(2, 1fr); }
  .about__pillars article:nth-child(2) { border-right: 0; }
  .about__pillars article:nth-child(-n+2) { border-bottom: var(--line); }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 310px; }
  .value-card__label { margin-top: 40px; }
  .join__intro { position: relative; top: auto; }
  .visit__lead { border-right: 0; border-bottom: 1px solid rgba(240,234,220,.25); }
  .project__grid { gap: 60px; }
  .project__grid--reverse .project__image, .project__grid--reverse .bike-type { order: 0; }
  .project__image, .project__image img, .bike-type { min-height: 480px; }
  .person--feature { grid-template-columns: 1fr; }
  .person--feature img { max-height: 520px; width: 100%; object-fit: cover; }
  .people-section-head { grid-template-columns: 1fr; gap: 10px; }
  .portrait-grid { grid-template-columns: repeat(3, 1fr); }
  .open-circle__mark { width: min(330px, 70vw); }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1220px); }
  body { font-size: 1rem; }
  .section { padding: 70px 0; }
  .growth-bar { justify-content: flex-start; font-size: .61rem; }
  .growth-bar span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .nav { min-height: 75px; }
  .wordmark__mark { width: 36px; height: 36px; }
  .nav__links { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 14px; color: var(--paper); background: var(--forest-deep); border-bottom: 4px solid var(--ochre); }
  .nav__links.is-open { display: grid; }
  .nav__links a { padding: 11px; font-size: .94rem; }
  .nav__links .nav__cta { margin-left: 0; color: var(--forest-deep); background: var(--ochre); text-align: center; }
  .menu-button { display: block; }
  .hero { padding: 57px 0 72px; }
  .hero__name { font-size: clamp(3.8rem, 18.8vw, 6.2rem); }
  .hero__line { margin-top: 26px; font-size: clamp(2.35rem, 11vw, 3.9rem); }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .hero__visual { min-height: 420px; }
  .hero-photo { inset: 0 7px 45px 0; border-radius: 0 90px 0 0; box-shadow: 10px 10px 0 var(--fern); }
  .growth-card { right: -3px; padding: 18px; }
  .impact-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .impact-strip__grid > div { min-height: 110px; padding: 17px; }
  .impact-strip__grid > div:nth-child(2) { border-right: 0; }
  .impact-strip__grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(240,234,220,.25); }
  .impact-strip strong { font-size: 2.7rem; }
  .story__lead { padding: 28px; box-shadow: -7px 8px 0 var(--clay); }
  .about__intro h2, .story h2, .section-head h2, .join h2, .visit h2, .governance h2, .people-section-head h2, .open-circle h2 { font-size: clamp(2.75rem, 12.5vw, 4.4rem); }
  .display-word { font-size: 5rem; }
  .value-card { padding: 25px; }
  .initiative-list a { grid-template-columns: 40px 1fr; min-height: 88px; }
  .initiative-list em { grid-column: 2; margin-top: -17px; }
  .join__grid { gap: 48px; }
  .route-tab { min-height: 74px; padding: 12px; font-size: .7rem; }
  .route-panel { min-height: 560px; padding: 24px; }
  .route-steps { grid-template-columns: 1fr; }
  .tomin-strip__grid { grid-template-columns: 100px 1fr; gap: 20px; }
  .tomin-strip h2 { font-size: 1.8rem; }
  .visit__card { box-shadow: 8px 8px 0 var(--clay); }
  .visit__buttons { align-items: stretch; flex-direction: column; }
  .page-hero { padding: 62px 0 72px; }
  .page-hero h1 { font-size: clamp(4rem, 19vw, 6.5rem); }
  .mini-index { grid-template-columns: 1fr 1fr; }
  .project__grid { gap: 42px; }
  .project__image, .project__image img, .bike-type { min-height: 380px; }
  .project__image { border-radius: 0 80px 0 0; box-shadow: 8px 8px 0 var(--ochre); }
  .project h2 { font-size: clamp(3.1rem, 14vw, 5rem); }
  .project__lead { font-size: 1.35rem; }
  .chain { grid-template-columns: repeat(2, 1fr); }
  .bike-type { padding: 24px; box-shadow: 8px 8px 0 var(--clay); }
  .small-collab__grid { grid-template-columns: 1fr; gap: 15px; }
  .cta-band__grid { align-items: flex-start; flex-direction: column; }
  .people-grid, .portrait-grid { grid-template-columns: 1fr; }
  .advisory-board { gap: 30px; margin-top: 48px; padding: 26px; }
  .advisory-board__members { grid-template-columns: 1fr; }
  .advisory-board__members > div { min-height: 110px; }
  .person--feature { grid-column: auto; display: block; }
  .person--feature img { height: auto; aspect-ratio: 1.35 / 1; }
  .portrait-card { display: grid; grid-template-columns: 125px 1fr; }
  .portrait-card img { height: 100%; min-height: 190px; aspect-ratio: auto; }
  .portrait-card > div { align-self: center; padding: 20px; }
  .footer__top, .footer__bottom { align-items: flex-start; flex-direction: column; }
  .about__pillars { grid-template-columns: 1fr; }
  .about__pillars article { min-height: 0; border-right: 0; border-bottom: var(--line); }
  .about__pillars article:last-child { border-bottom: 0; }
  .about__pillars span { margin-bottom: 24px; }
}

@media (max-width: 410px) {
  .hero__name { font-size: 3.55rem; }
  .hero__visual { min-height: 370px; }
  .growth-card strong { font-size: 1.25rem; }
  .tomin-strip__grid { grid-template-columns: 1fr; }
  .tomin-strip img { width: 135px; }
  .portrait-card { grid-template-columns: 105px 1fr; }
  .portrait-card > div { padding: 15px; }
  .portrait-card h3 { font-size: 1.45rem; }
}

/* Updated brand palette and editorial pages */
.hero, .page-hero, .footer, .people--compact, .project--dark, .project--rust, .project--workbench, .open-circle, .visit__card, .cta-band { color: #f7f3e9; }
.wordmark__text { display: flex; flex-direction: column; }
.wordmark__text small { margin-top: 5px; font-size: 12px; font-weight: 600; letter-spacing: 0; line-height: 1.3; }
.wordmark--footer .wordmark__text small { font-size: clamp(14px, 1.5vw, 20px); }
.nav { gap: 18px; }
.nav__links { gap: 0; }
.nav__links a { font-size: 14px; padding-inline: 9px; }
.hero__line { font-size: clamp(2.2rem, 4.2vw, 4rem); }
.nomination { display: block; width: fit-content; max-width: 370px; padding: 15px 22px; border: 2px solid var(--ochre); background: var(--ochre); color: #173d3e; font-size: 14px; transform: rotate(-2deg); box-shadow: 5px 5px 0 rgba(0,0,0,.13); }
.nomination strong { display: block; }
.growth-card { color: #173d3e; }
.editorial__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; }
.editorial h2, .editorial__grid h2 { font-size: clamp(2.7rem, 5vw, 5rem); overflow-wrap: anywhere; }
.editorial__copy { max-width: 760px; }
.editorial__copy p { font-size: 1rem; }
.editorial--dark { color: #f7f3e9; background: var(--forest); }
.editorial--earth { color: #f7f3e9; background: var(--bark); }
.about__copy h3 { margin-top: 40px; font-family: Georgia, serif; font-size: 2rem; line-height: 1.15; }
.team-second-row { margin-top: 30px; }
.person { color: var(--ink); }
.person > div { padding: 25px; }
.person h3 { font-size: clamp(2rem, 3vw, 3rem); line-height: 1.06; }
.person img { aspect-ratio: 1 / 1; object-position: center 30%; filter: none; }
.portrait-card img { filter: none; }
.portrait-card span { font-size: 1rem; }
.person__role, .portrait-card p, .person a, .profile-link { font-size: 14px; }
.person__role, .portrait-card p { color: #61452f; }
.growth-bar { color: #fff9ee; }
.footer__top p, .visit__lead > p:not(.eyebrow), .detail-block small { color: #f7f3e9; }
@media (max-width: 1100px) {
 .nav { flex-wrap: wrap; padding-block: 18px; }
 .nav__links { flex-wrap: wrap; }
}
@media (max-width: 720px) {
 .editorial__grid { grid-template-columns: 1fr; gap: 25px; }
 .growth-bar { align-items: center; font-size: 12px; }
 .growth-bar span:last-child { white-space: normal; overflow: visible; text-align: left; line-height: 1.35; }
 .growth-bar strong { flex-shrink: 0; }
 .nav { flex-wrap: nowrap; }
 .nav__links { background: var(--forest-deep); }
 .people-grid--board { grid-template-columns: 1fr; }
 .page-hero h1 { font-size: clamp(3rem, 14vw, 5rem); overflow-wrap: anywhere; }
 .hero__name { font-size: clamp(3rem, 15vw, 5rem); }
 .portrait-card { display: block; }
 .portrait-card img { height: auto; aspect-ratio: 1.25; }
}
