:root {
  --page-accent: var(--purple);
  --page-wash: #f0eceb;
  --page-deep: var(--teal);
}

.collection-page { background: #fbfbf7; }
.collection-page main { overflow: hidden; }
.collection-page .site-header { position: relative; }

.collection-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  min-height: 610px;
  color: var(--white);
  background: var(--page-deep);
  isolation: isolate;
}
.collection-hero::before {
  position: absolute;
  inset: auto auto -12rem -8rem;
  z-index: -1;
  width: 30rem;
  height: 30rem;
  content: "";
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 3.4rem rgba(255,255,255,.035), 0 0 0 7rem rgba(255,255,255,.025);
}
.collection-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4.5rem, 9vw, 8rem) max(2rem, calc((100vw - var(--max))/2));
  padding-right: clamp(2rem, 7vw, 7rem);
}
.collection-hero .eyebrow { color: var(--lime); }
.collection-hero h1 {
  max-width: 820px;
  margin: 0;
  font: 800 clamp(4.3rem, 8vw, 8rem)/.88 "Barlow Semi Condensed", sans-serif;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.collection-hero h1 em { color: var(--lime); font-style: normal; }
.collection-hero-copy > p:last-of-type {
  max-width: 42rem;
  margin: 2rem 0 0;
  color: rgba(255,255,255,.85);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
  line-height: 1.55;
}
.collection-hero-art { position: relative; min-height: 500px; overflow: hidden; background: var(--page-wash); }
.collection-hero-art img { width: 100%; height: 100%; object-fit: cover; }
.collection-hero-art::after {
  position: absolute;
  inset: 2rem;
  content: "";
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 999px 999px 2rem 2rem;
}
.collection-hero-mark {
  display: grid;
  height: 100%;
  min-height: 500px;
  place-items: center;
  padding: 4rem;
  color: var(--page-deep);
  background: var(--page-wash);
}
.collection-hero-mark span {
  display: grid;
  width: min(25rem, 72vw);
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 48% 52% 50% 50%;
  font: 800 clamp(2.6rem, 6vw, 5rem)/.9 "Barlow Semi Condensed", sans-serif;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-6deg);
}

.tone-orange { --page-accent: var(--orange); --page-wash: #f7dfd1; --page-deep: #7c2f16; }
.tone-purple { --page-accent: var(--purple); --page-wash: #efe1ee; --page-deep: #54204f; }
.tone-green { --page-accent: #6a712d; --page-wash: #eef0d8; --page-deep: #364a3f; }
.tone-blue { --page-accent: #167575; --page-wash: #dbecec; --page-deep: #183f4a; }
.tone-paper { --page-accent: var(--purple); --page-wash: #f4efd9; --page-deep: #253d43; }

.hub-page .collection-hero { grid-template-columns: 1fr; min-height: 560px; }
.hub-page .collection-hero-copy { max-width: 1120px; }
.hub-page .collection-hero h1 { font-size: clamp(4.7rem, 10vw, 9.6rem); }
.hub-page .collection-hero-art { display: none; }
.light-page .collection-hero { color: var(--ink); background: var(--page-wash); }
.light-page .collection-hero .eyebrow { color: var(--page-accent); }
.light-page .collection-hero-copy > p:last-of-type { color: rgba(23,47,55,.8); }
.light-page .collection-hero::before { border-color: rgba(23,47,55,.16); box-shadow: 0 0 0 3.4rem rgba(23,47,55,.03), 0 0 0 7rem rgba(23,47,55,.025); }

.page-section { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 9vw, 8.5rem) clamp(1.25rem, 4vw, 3rem); }
.page-section + .page-section { padding-top: 0; }
.section-intro { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); gap: clamp(2.5rem, 7vw, 7rem); align-items: end; margin-bottom: clamp(3rem, 7vw, 6rem); }
.section-intro .eyebrow { color: var(--page-accent); }
.section-intro h2,
.statement-panel h2,
.action-band h2 {
  margin: 0;
  font: 800 clamp(3.4rem, 7vw, 6.8rem)/.9 "Barlow Semi Condensed", sans-serif;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.section-intro h2 em,
.statement-panel h2 em { color: var(--page-accent); font-style: normal; }
.section-intro > div:last-child > p { max-width: 44rem; margin: 0 0 1rem; font-size: 1.12rem; }
.section-intro > div:last-child > p:last-child { margin-bottom: 0; }

.path-grid,
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.25rem; }
.path-card,
.info-card,
.resource-card,
.person-card {
  position: relative;
  min-width: 0;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  box-shadow: 0 15px 45px rgba(23,47,55,.06);
}
a.path-card,
a.resource-card { display: flex; flex-direction: column; color: inherit; text-decoration: none; }
.path-card::before { width: 3.2rem; height: .35rem; margin-bottom: 2rem; content: ""; background: var(--page-accent); }
.path-card h3,
.info-card h3,
.resource-card h3 { margin: 0 0 1rem; font: 800 clamp(1.8rem,3vw,2.8rem)/1 "Barlow Semi Condensed", sans-serif; letter-spacing: -.025em; text-transform: uppercase; }
.path-card p,
.info-card p,
.resource-card p { margin: 0; color: #486069; }
.path-card b,
.resource-card b { margin-top: auto; padding-top: 2rem; color: var(--page-accent); font-size: 1.5rem; }
.path-card:hover,
.path-card:focus-visible,
.resource-card:hover,
.resource-card:focus-visible { border-color: var(--page-accent); transform: translateY(-4px); }

.feature-strip { color: var(--white); background: var(--page-deep); }
.feature-strip-inner { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(3rem,8vw,8rem); max-width: var(--max); margin: 0 auto; padding: clamp(5rem,9vw,9rem) clamp(1.25rem,4vw,3rem); }
.feature-strip .eyebrow { color: var(--lime); }
.feature-strip h2 { margin: 0; font: 800 clamp(3.5rem,7vw,7rem)/.9 "Barlow Semi Condensed", sans-serif; text-transform: uppercase; }
.feature-strip-copy { align-self: center; }
.feature-strip-copy > p { max-width: 48rem; color: rgba(255,255,255,.82); font-size: 1.12rem; }

.principle-list { display: grid; gap: 0; margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.principle-list li { display: grid; grid-template-columns: minmax(10rem,.55fr) 1fr; gap: 2rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.principle-list strong { color: var(--lime); font-family: "Barlow Semi Condensed",sans-serif; font-size: 1.35rem; text-transform: uppercase; }

.quote-panel { position: relative; max-width: 1040px; margin: 0 auto; padding: clamp(4rem,8vw,7rem) clamp(2rem,7vw,6rem); background: var(--page-wash); border-radius: 2rem; }
.quote-panel blockquote { margin: 0; font: 700 clamp(2rem,4vw,4rem)/1.08 "Barlow Semi Condensed", sans-serif; letter-spacing: -.025em; }
.quote-panel cite { display: block; margin-top: 2rem; color: var(--page-accent); font-style: normal; font-weight: 800; }
.roots-reflection > p { max-width: 48rem; margin: 0 0 clamp(2.5rem,5vw,4.5rem); color: #425b63; font-size: 1.12rem; }
.roots-reflection blockquote span { display: block; margin-bottom: 1.5rem; color: var(--page-accent); }

.statement-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem,8vw,8rem); align-items: center; }
.statement-panel > div > p { font-size: 1.1rem; }
.statement-panel figure { margin: 0; min-height: 420px; overflow: hidden; border-radius: 55% 55% 1.5rem 1.5rem; }
.statement-panel figure img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }

.metric-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; overflow: hidden; background: rgba(255,255,255,.25); border: 1px solid rgba(255,255,255,.25); border-radius: 1.4rem; }
.metric { padding: 2rem; background: rgba(12,40,47,.35); }
.metric strong { display: block; color: var(--lime); font: 800 clamp(2.6rem,5vw,5.5rem)/.9 "Barlow Semi Condensed",sans-serif; }
.metric span { display: block; margin-top: 1rem; color: rgba(255,255,255,.85); font-weight: 700; line-height: 1.35; }

.directory-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; }
.person-card { padding: 0; overflow: hidden; }
.person-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center 18%; }
.person-card-copy { padding: 1.35rem; }
.person-card h3 { margin: 0; font: 800 1.55rem/1 "Barlow Semi Condensed",sans-serif; text-transform: uppercase; }
.person-card p { margin: .6rem 0 0; color: #53666d; font-size: .92rem; line-height: 1.4; }
.person-card details { margin-top: 1rem; padding-top: .9rem; border-top: 1px solid var(--line); }
.person-card summary { color: var(--page-accent); cursor: pointer; font-weight: 800; }
.person-card details p { font-size: .86rem; line-height: 1.55; }

.name-cloud { display: flex; flex-wrap: wrap; gap: .75rem; align-items: stretch; }
.name-cloud span,
.name-cloud a { padding: .8rem 1rem; color: inherit; background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-weight: 700; text-decoration: none; }
.name-cloud a:hover { color: var(--white); background: var(--page-accent); }

.region-map { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: .7rem; margin: 2.5rem 0; }
.region-map span { display: grid; min-height: 9rem; place-items: end start; padding: 1.2rem; color: var(--white); background: var(--page-deep); border-radius: 7rem 7rem 1rem 1rem; font: 800 1.2rem/1 "Barlow Semi Condensed",sans-serif; text-transform: uppercase; }
.region-map span:nth-child(even) { color: var(--ink); background: var(--page-wash); }

.resource-list { display: grid; gap: 1rem; }
.resource-row { display: grid; grid-template-columns: 9rem 1fr auto; gap: 1.5rem; align-items: center; padding: 1.5rem 0; border-top: 1px solid var(--line); }
.resource-row:last-child { border-bottom: 1px solid var(--line); }
.resource-row time,
.resource-row > span:first-child { color: var(--page-accent); font-weight: 800; }
.resource-row h3 { margin: 0; font: 700 clamp(1.25rem,2.3vw,2rem)/1.15 "Barlow Semi Condensed",sans-serif; }
.resource-row a { color: var(--page-accent); font-weight: 800; text-decoration: none; }

.form-shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem,8vw,8rem); }
.form-copy h2 { margin: 0 0 1.5rem; font: 800 clamp(3rem,6vw,5.5rem)/.9 "Barlow Semi Condensed",sans-serif; text-transform: uppercase; }
.contact-card { padding: 2rem; background: var(--page-wash); border-radius: 1.4rem; }
.contact-card + .contact-card { margin-top: 1rem; }
.contact-card h3 { margin-top: 0; font: 800 1.5rem/1 "Barlow Semi Condensed",sans-serif; text-transform: uppercase; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .45rem; }
.field.full { grid-column: 1/-1; }
.field label { font-weight: 800; }
.field input,
.field textarea,
.field select { width: 100%; padding: .95rem 1rem; color: var(--ink); background: var(--white); border: 1px solid rgba(23,47,55,.3); border-radius: .65rem; font: inherit; }
.field textarea { min-height: 10rem; resize: vertical; }

.button-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.action-button,
.secondary-button { display: inline-flex; align-items: center; gap: .6rem; width: max-content; padding: .9rem 1.35rem; border: 0; border-radius: 999px; font-weight: 800; text-decoration: none; }
.action-button { color: var(--white); background: var(--page-accent); }
.secondary-button { color: var(--page-deep); background: transparent; border: 1px solid currentColor; }
.action-button:hover,.action-button:focus-visible { filter: brightness(.88); }

.action-band { display: flex; gap: 3rem; align-items: end; justify-content: space-between; max-width: var(--max); margin: 0 auto; padding: clamp(4rem,8vw,7rem) clamp(1.25rem,4vw,3rem); }
.action-band p { max-width: 40rem; }

.inline-note { padding: 1.4rem 1.6rem; background: var(--page-wash); border-left: .4rem solid var(--page-accent); }
.prose { max-width: 820px; }
.prose h2 { margin: 3.5rem 0 1rem; font: 800 clamp(2.2rem,4vw,3.7rem)/1 "Barlow Semi Condensed",sans-serif; text-transform: uppercase; }
.prose h3 { margin: 2.5rem 0 .7rem; font: 800 1.7rem/1.05 "Barlow Semi Condensed",sans-serif; text-transform: uppercase; }
.prose p,.prose li { font-size: 1.06rem; }
.prose a { color: var(--page-accent); font-weight: 700; }
.prose ul { padding-left: 1.2rem; }

.site-directory {
  position: relative;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  min-height: 54px;
  padding: .45rem 1rem;
  background: rgba(247,247,242,.98);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 28px rgba(23,47,55,.06);
}
.site-directory > a,
.site-directory summary { padding: .55rem .85rem; border-radius: 999px; cursor: pointer; font-size: .78rem; font-weight: 800; letter-spacing: .035em; list-style: none; text-decoration: none; text-transform: uppercase; }
.site-directory summary::-webkit-details-marker { display: none; }
.site-directory details[open] summary,
.site-directory > a[aria-current="page"] { color: var(--white); background: var(--purple); }
.directory-menu { position: absolute; top: calc(100% - .2rem); left: 50%; display: grid; grid-template-columns: repeat(3,minmax(12rem,1fr)); gap: .45rem; width: min(760px,calc(100vw - 2rem)); padding: 1rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; box-shadow: var(--shadow); transform: translateX(-50%); }
.directory-menu a { padding: .7rem .8rem; border-radius: .5rem; font-size: .9rem; font-weight: 700; text-decoration: none; }
.directory-menu a:hover,.directory-menu a:focus-visible,.directory-menu a[aria-current="page"] { color: var(--white); background: var(--teal-bright); }

.footer-groups { display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; width: 100%; }
.footer-groups strong { display: block; margin-bottom: .7rem; color: var(--lime); font-family: "Barlow Semi Condensed",sans-serif; text-transform: uppercase; }
.footer-groups a { display: block; width: max-content; max-width: 100%; margin: .35rem 0; color: rgba(255,255,255,.82); text-decoration: none; }

@media (max-width: 1000px) {
  .collection-hero { grid-template-columns: 1fr; }
  .collection-hero-art { min-height: 420px; }
  .path-grid,.card-grid { grid-template-columns: repeat(2,1fr); }
  .directory-grid { grid-template-columns: repeat(3,1fr); }
  .metric-grid { grid-template-columns: repeat(2,1fr); }
  .region-map { grid-template-columns: repeat(3,1fr); }
  .site-directory { justify-content: flex-start; overflow-x: visible; }
  .directory-menu { position: fixed; top: 9rem; grid-template-columns: repeat(2,1fr); max-height: calc(100vh - 10rem); overflow-y: auto; }
}
@media (max-width: 760px) {
  .collection-hero-copy { padding: 4.5rem 1.25rem; }
  .collection-hero h1,.hub-page .collection-hero h1 { font-size: clamp(3.6rem,18vw,5.7rem); }
  .section-intro,.statement-panel,.feature-strip-inner,.form-shell { grid-template-columns: 1fr; }
  .path-grid,.card-grid,.directory-grid { grid-template-columns: 1fr; }
  .directory-grid { grid-template-columns: repeat(2,1fr); }
  .person-card h3 { font-size: 1.3rem; }
  .person-card-copy { padding: 1rem; }
  .region-map { grid-template-columns: repeat(2,1fr); }
  .resource-row { grid-template-columns: 1fr; gap: .45rem; }
  .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .action-band { display: block; }
  .action-band .action-button { margin-top: 1.5rem; }
  .site-directory { flex-wrap: wrap; justify-content: center; }
  .site-directory > a,.site-directory summary { font-size: .68rem; padding: .45rem .55rem; }
  .directory-menu { top: 8rem; grid-template-columns: 1fr; }
  .footer-groups { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 480px) {
  .directory-grid { grid-template-columns: 1fr; }
  .metric-grid,.region-map { grid-template-columns: 1fr; }
  .principle-list li { grid-template-columns: 1fr; gap: .3rem; }
  .footer-groups { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .path-card,.resource-card { transition: none; }
}
