/* Mitchell LeGasi Group color system — section-specific, never one global wash */
:root {
  --ink: #171717;
  --ink-2: #303030;
  --sand: #f5f5f3;
  --mist: #f5f5f3;
  --line: rgba(23, 23, 23, .16);
  --accent: #bfc49d;
}

body,
.site-header,
.page,
.team-card,
.contact-form input,
.contact-form select,
.contact-form textarea { background: #fff; color: #171717; }

/* Clean shared surface across every site page. */
.page {
  background: #fff;
}

.brand-logo {
  display: block;
  width: clamp(210px, 22vw, 260px);
  height: auto;
  max-height: 48px;
  object-fit: contain;
}
.footer-brand {
  width: fit-content;
  gap: 9px;
  padding: 0;
  color: #fff;
  text-transform: none;
}
.footer-monogram {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font: 700 24px/1 var(--display);
}
.footer-wordmark { display: flex; flex-direction: column; color: #fff; line-height: .86; }
.footer-wordmark strong { font: 700 13px/1 var(--body); letter-spacing: -.05em; }
.footer-wordmark em { margin-top: 2px; color: #fff; font: 600 16px/1 var(--display); letter-spacing: -.07em; }
.footer-logo {
  display: block;
  width: clamp(190px, 20vw, 250px);
  height: auto;
  max-height: 42px;
  object-fit: contain;
}

@media (max-width: 800px) {
  .brand-logo {
    width: 178px;
    max-height: 40px;
  }

  .footer-logo {
    width: 178px;
    max-height: 40px;
  }
}

/* Video stays visual, with enough charcoal overlay to make the approved message legible. */
.hero { background: #171717; }
.hero-overlay { background: linear-gradient(90deg, rgba(23, 23, 23, .82), rgba(23, 23, 23, .46) 65%, rgba(23, 23, 23, .22)), linear-gradient(0deg, rgba(23, 23, 23, .36), transparent 52%); }

/* Why Mitchell LeGasi Group / approach block. */
.intro {
  position: relative;
  isolation: isolate;
  background: transparent;
}
.intro::before {
  /* Nigel Hoare, Unsplash: https://unsplash.com/photos/_jQ1Vxohi0A */
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 -100vmax;
  background-color: #f5f5f3;
  background-image:
    linear-gradient(rgba(245, 245, 243, .82), rgba(245, 245, 243, .88)),
    url('https://unsplash.com/photos/_jQ1Vxohi0A/download?force=true&w=2000');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro .eyebrow { margin-bottom: 28px; }
.intro h2 {
  max-width: 560px;
  font-size: clamp(40px, 4.35vw, 63px);
  line-height: 1.12;
  letter-spacing: -.06em;
}
.intro-copy { padding-top: 13px; }
.intro-copy p { max-width: 495px; line-height: 1.7; }

/* Our Work: an approved community image, darkened for readable impact figures. */
.impact-band {
  background-color: #365465;
  background-image: linear-gradient(rgba(17, 27, 31, .25), rgba(17, 27, 31, .34)), url('our-work-community.jpg');
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, contain;
}

/* Project cards follow the foundation block without the removed feature-heading spacer. */
.featured { padding: 0 0 110px; }
.project-feature-grid { grid-template-rows: 520px; }
.feature-card-large { grid-row: auto; }

/* The Home page uses a quiet sky surface behind its editorial moments; the film remains unaltered. */
#home {
  background: #fff;
}

/* The approved statement is treated as the first editorial moment after the film. */
.dignity-block {
  min-height: 420px;
  padding: 76px 8% 70px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, .90);
}
.dignity-block .monogram {
  margin: 0 0 25px;
  color: #171717;
  font: 800 11px/1 var(--body);
  letter-spacing: .13em;
  text-transform: uppercase;
}
.dignity-block h1 {
  max-width: 910px;
  margin: 0;
  color: #171717;
  font: 700 clamp(30px, 3.25vw, 50px)/1.09 var(--display);
  letter-spacing: -.065em;
}
/* The hero is video-only; the sole action sits quietly along its lower edge. */
.hero-button-only {
  height: 100%;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 800px) {
  .dignity-block { min-height: 345px; padding: 65px 3% 56px; }
  .dignity-block h1 { font-size: clamp(28px, 7.5vw, 43px); }
  .hero-button-only { padding-bottom: 28px; }
  .intro h2 { font-size: clamp(39px, 12vw, 56px); line-height: 1.13; }
  .intro-copy { padding-top: 0; }
  .project-feature-grid { grid-template-rows: 300px 220px; }
}

/* Selected feature cards reserve charcoal for projects without approved imagery. */
.feature-card.image-b,
.feature-card.image-c {
  background-color: #202020;
  background-image: none;
}
.feature-card.image-b .feature-card-content {
  top: auto;
  right: 25px;
  bottom: 25px;
  left: 25px;
  transform: none;
  text-align: left;
}
.feature-card.image-b {
  background-image: linear-gradient(0deg, rgba(23, 23, 23, .78), rgba(23, 23, 23, .10) 72%), url('more-work-ahead-housing.jpg');
  background-position: center;
}

/* Charcoal contact invitation on Home. */
.home-connect {
  color: #fff;
  background: #202020;
  box-shadow: 0 0 0 100vmax #202020;
  clip-path: inset(0 -100vmax);
  border-top: 0;
}
.home-connect .eyebrow { color: #c9cfab; }
.home-connect .button { background: #fff; border-color: #fff; color: #171717; }

/* Leadership directory: a white page and a quiet gray backdrop for approved portraits. */
#team .subhero { padding-top: 76px; padding-bottom: 28px; }
#team .subhero .eyebrow { color: #171717; }
#projects .subhero .eyebrow { color: #171717; }
#about .principles .eyebrow { color: #171717; }
#team .subhero h1 {
  max-width: 850px;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(20px, 1.65vw, 28px);
  font-weight: 400;
  line-height: 1.58;
  letter-spacing: -.015em;
}
#team .subhero > p:not(.eyebrow) { margin-top: 18px; font-size: 15px; }
#team .team-filters {
  margin-bottom: 28px;
}
.team-grid { background: #eeeeec; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.team-card { background: #fff; }
.portrait { background-color: #e8e8e6; background-size: contain; background-repeat: no-repeat; background-position: center; }
.portrait-jeffrey { background-image: url('jeffrey-mitchell-updated.png'); background-size: contain; background-position: center; }
.portrait-amethyst { background-image: url('amethyst-legree.png'); background-size: contain; background-position: center; }
.portrait-jolana { background-image: url('jolana-ford.png'); background-size: contain; background-position: center; }
.portrait-jzvantie { background-image: url('jzvantie-williams.png'); background-size: contain; background-position: center; }
.portrait-chidi { background-image: url('chidi-olunkwa.jpg'); background-size: contain; background-position: center; }
.portrait-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #202020, #3f5666);
}
.portrait-placeholder::after {
  content: attr(data-initials);
  font-family: "Manrope", sans-serif;
  font-size: 34px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 620px) {
  .team-grid { grid-template-columns: 1fr; }
}

/* Approved community image for the About Us page. */
#about .subhero h1 { font-size: clamp(40px, 4vw, 58px); line-height: 1.05; }
#about .subhero > p:not(.eyebrow) {
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 16px;
  line-height: 1.65;
  color: #3d3d3a;
}
.projects-label {
  margin: 0;
  color: #5f7f3f;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#about .subhero .projects-title {
  max-width: 760px;
  margin-top: 28px;
  font-family: "DM Serif Display", serif;
  font-size: clamp(44px, 7vw, 82px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -1.5px;
}
#about .subhero p.projects-subtitle {
  max-width: 620px;
  margin-top: 32px;
  color: #3f5666;
  font-family: "Manrope", sans-serif;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 400;
  line-height: 1.45;
}
.about-story h2 {
  font-family: var(--body);
  font-size: clamp(30px, 2.9vw, 44px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.06em;
}
.about-story h2 span { display: block; }
.about-story h2 span + span { margin-top: .34em; }
.image-d { background: #eeeeec; }
#about .image-panel {
  width: min(1120px, calc(100% - 48px));
  height: min(28vw, 400px);
  margin: 46px auto 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}
#about .image-panel > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#about .image-panel-label {
  z-index: 1;
  left: max(24px, calc((100% - 1120px) / 2));
  bottom: 24px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, .82);
  color: #171717;
}
.about-story {
  position: relative;
  isolation: isolate;
  color: #fff;
}
.about-story::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(23, 23, 23, .43), rgba(23, 23, 23, .52)), url('about-who-we-are.jpg');
  background-position: center, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}
.about-story h2,
.about-story > div:last-child,
.about-story p { color: #fff; }
.about-story > div:last-child { font-size: 15px; line-height: 1.55; }
.about-story .eyebrow { color: #e4e9bf; }
.about-story-image-label {
  position: absolute;
  z-index: 1;
  left: 24px;
  bottom: 24px;
  margin: 0;
  padding: 8px 10px;
  background: rgba(23, 23, 23, .76);
  color: #fff;
  font: 500 10px/1.2 var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}
.about-story-image-label span { margin-left: 34px; }
.principles { margin-top: 80px; }

@media (max-width: 800px) {
  .principles { margin-top: 56px; }
}

/* Interior image cropped from page 11 of the supplied Cali-BOXABL overview. */
.feature-card.image-a { background-image: url('rialto-boxabl-interior.jpg'); background-position: center; }
.project-card.image-g { background-image: url('rialto-boxabl-interior.jpg'); background-position: center; }

/* Charcoal contact area, with a deliberately high-contrast form panel. */
.contact-layout {
  background: #202020;
  box-shadow: 0 0 0 100vmax #202020;
  clip-path: inset(0 -100vmax);
  padding-top: 88px;
}
.contact-details,
.contact-details h2,
.contact-details a { color: #fff; }
.contact-details h2 { font-size: clamp(32px, 3.1vw, 46px); line-height: 1.05; }
.contact-details > p:not(.eyebrow),
.contact-line { color: #d6d6d2; }
.contact-details .eyebrow,
.contact-line span { color: #c9cfab; }
.contact-form { background: #fff; padding: 30px; }
.contact-form .button { background: #202020; border-color: #202020; }

.sister-hero,
footer { background: #202020; }

.footer-grid { grid-template-columns: 1fr 1fr; }
.footer-links {
  display: flex;
  justify-self: end;
  gap: clamp(22px, 3vw, 46px);
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-links a {
  color: rgba(255, 255, 255, .9);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.4;
}
.footer-links a:hover { color: #fff; }

@media (max-width: 800px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-self: start; justify-content: flex-start; }
}

/* Unified section-label style across the site. */
.eyebrow,
.eyebrow.light,
.logos-mission .eyebrow,
.home-partner .eyebrow,
.about-story .eyebrow {
  color: #5f7f3f;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* Final no-green typography override. */
.eyebrow,
.projects-label,
.principle span,
.card-label { color: #171717; }
.eyebrow.light,
.impact-band .eyebrow,
.home-partner .eyebrow,
.contact-details .eyebrow,
.contact-line span,
.feature-card p,
.project-card p,
.home-project-card p { color: #fff; }
#home .logos-mission .eyebrow { color: #171717; }

/* No green typography: labels are black on light surfaces and white on dark/image surfaces. */
:root { --accent: #171717; }
.eyebrow,
.projects-label,
.principle span,
.card-label { color: #171717; }
.eyebrow.light,
.impact-band .eyebrow,
.home-partner .eyebrow,
.contact-details .eyebrow,
.contact-line span,
.feature-card p,
.project-card p,
.home-project-card p { color: #fff; }
.text-link:hover { color: #171717; }

.site-nav a,
.text-link { color: #171717; }
.contact-details .contact-line a { color: #fff; }
.site-nav a:hover,
.text-link:hover { color: #606452; }

/* Home page: a Logos-inspired editorial sequence, adapted to Mitchell LeGasi Group's approved materials. */
:root { --home-display: "Cormorant Garamond", Georgia, serif; }
#home {
  background: #fff;
}
#home .logos-hero {
  height: min(790px, calc(100vh - 86px));
  min-height: 650px;
}
.logos-hero .hero-overlay {
  background: linear-gradient(rgba(23, 23, 23, .42), rgba(23, 23, 23, .56));
}
.logos-hero-content {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 70px 24px 54px;
}
.logos-wordmark {
  margin: 0 0 24px;
  color: #fff;
  font: 700 11px/1 var(--body);
  letter-spacing: .19em;
  text-transform: uppercase;
}
.logos-hero h1 {
  max-width: 900px;
  margin: 0 0 38px;
  color: #fff;
  font: 500 clamp(36px, 3.6vw, 52px)/1.0 var(--home-display);
  letter-spacing: -.045em;
}
.logos-hero h1 em {
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.025em;
}
.logos-who h2 em,
.logos-section-heading h2 em,
.logos-mission h2 em { font-weight: 400; }
.logos-primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(470px, 88vw);
  padding: 20px 30px;
  border-radius: 7px;
  background: #fff;
  color: #171717;
  font: 700 14px/1.1 var(--body);
  letter-spacing: .02em;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}
.logos-primary-cta:hover { background: #bfc49d; color: #171717; }
.logos-secondary-cta {
  margin-top: 25px;
  color: #fff;
  font: 500 14px/1.3 var(--body);
  text-decoration: none;
}
.logos-secondary-cta span { margin-left: 10px; font-size: 18px; }

.logos-who {
  padding: 145px 0 150px;
  background: #f5f5f3;
}
.logos-who .eyebrow { margin-bottom: 42px; }
.logos-who-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}
.logos-who h2,
.logos-section-heading h2 {
  margin: 0;
  color: #171717;
  font: 500 clamp(46px, 4.2vw, 62px)/.98 var(--home-display);
  letter-spacing: -.045em;
}
.logos-who h2 span,
.logos-who h2 em { display: block; }
@media (min-width: 801px) {
  .logos-who h2 span,
  .logos-who h2 em { white-space: nowrap; }
}
.logos-who-grid > div { max-width: 470px; padding-top: 7px; }
.logos-who-grid p { margin: 0 0 20px; font-size: 17px; line-height: 1.72; }
.logos-who-grid .text-link { margin-top: 8px; }

.logos-community-image {
  height: clamp(380px, 49vw, 620px);
  background: linear-gradient(rgba(23, 23, 23, .08), rgba(23, 23, 23, .12)), url('about-community-housing.jpg') center/cover no-repeat;
}
.logos-mission {
  padding: 76px 0 82px;
  background: #fff;
  color: #171717;
}
.logos-mission .eyebrow { margin-bottom: 24px; color: #606452; }
.logos-mission h2 {
  max-width: 1040px;
  margin: 0;
  color: #171717;
  font: 500 clamp(36px, 3.8vw, 57px)/1.08 var(--home-display);
  letter-spacing: -.035em;
}
.impact-band { padding: 95px 0; }
.impact-band .metrics { margin-top: 42px; }

.home-projects { padding: 145px 0 150px; background: #fff; }
.logos-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 58px;
}
.logos-section-heading .eyebrow { margin-bottom: 28px; }
.logos-section-heading .text-link { margin: 0 0 8px; white-space: nowrap; }
.home-projects .logos-section-heading h2,
.home-projects .logos-section-heading h2 em {
  color: #171717;
  font-family: var(--home-display);
  font-size: clamp(38px, 3.2vw, 50px);
  font-style: italic;
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.04em;
}
.home-project-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.home-project-card {
  position: relative;
  min-height: 505px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  padding: 34px;
  color: #fff;
  background-color: #202020;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-project-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(0deg, rgba(23, 23, 23, .83), rgba(23, 23, 23, .06) 70%);
}
.home-rialto { background-image: url('rialto-boxabl-interior.jpg'); }
.home-pipeline { background-image: url('more-work-ahead-housing.jpg'); }
.home-project-card p {
  margin: 0 0 10px;
  color: #e3e8bc;
  font: 500 10px/1.2 var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}
.home-project-card h3 {
  margin: 0 0 9px;
  color: #fff;
  font: 500 clamp(38px, 3.25vw, 53px)/.92 var(--home-display);
  letter-spacing: -.045em;
}
.home-project-card span { display: block; font-size: 13px; line-height: 1.55; }
.home-project-card .project-partner { white-space: nowrap; }

.home-partner { padding: 135px 0 145px; background: #171717; color: #fff; text-align: center; }
.home-partner .wrap { max-width: 960px; }
.home-partner .eyebrow { margin-bottom: 30px; }
.home-partner .eyebrow.light {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.home-partner h2 {
  max-width: 1060px;
  margin: 0 auto 27px;
  color: #fff;
  font-family: var(--body);
  font-size: clamp(28px, 2.7vw, 44px);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -.045em;
}
.home-partner > .wrap > p:not(.eyebrow) { max-width: 640px; margin: 0 auto 35px; color: #e2e2df; font-size: 17px; line-height: 1.65; }
.home-partner .logos-primary-cta { min-width: auto; padding: 17px 30px; }

@media (max-width: 800px) {
  #home .logos-hero { height: 675px; min-height: 0; }
  .logos-hero-content { padding: 55px 18px 40px; }
  .logos-hero h1 { font-size: clamp(48px, 13.5vw, 72px); }
  .logos-who { padding: 88px 0 92px; }
  .logos-who .eyebrow { margin-bottom: 28px; }
  .logos-who-grid { grid-template-columns: 1fr; gap: 31px; }
  .logos-who h2, .logos-section-heading h2 { font-size: clamp(45px, 13vw, 65px); }
  .logos-community-image { height: 365px; }
  .logos-mission, .home-partner { padding: 72px 0 78px; }
  .logos-mission h2 { font-size: clamp(35px, 9.8vw, 51px); }
  .home-partner h2 { font-size: clamp(42px, 11.8vw, 61px); }
  .impact-band { padding: 78px 0; }
  .home-projects { padding: 90px 0 96px; }
  .logos-section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 35px; }
  .home-project-grid { grid-template-columns: 1fr; }
  .home-project-card { min-height: 365px; padding: 25px; }
  .home-project-card h3 { font-size: 43px; }
}

/* Final shared section-label treatment. */
.eyebrow,
.eyebrow.light,
.logos-mission .eyebrow,
.home-partner .eyebrow,
.about-story .eyebrow {
  color: #5f7f3f;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* Light mission panel uses black typography. */
#home .logos-mission .eyebrow { color: #171717; }

/* Global editorial typography system. */
.eyebrow,
.eyebrow.light,
.projects-label,
.logos-mission .eyebrow,
.home-partner .eyebrow,
.about-story .eyebrow {
  color: #5f7f3f;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#home .impact-band .eyebrow.light { color: #fff; }
#home .logos-mission .eyebrow { color: #171717; }
#home .home-projects .logos-section-heading .eyebrow { color: #171717; }

#about .subhero .projects-title,
#about .about-story h2,
#projects .subhero h1,
#connect .subhero h1 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.75px;
}

#team .subhero {
  padding-top: 46px;
  padding-bottom: 34px;
}
#team .subhero .eyebrow { color: #171717; }
#team .subhero h1 {
  max-width: 760px;
  margin: 18px 0 0;
  color: #171717;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(30px, 2.65vw, 38px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -.75px;
}
.team-intro-copy {
  max-width: 760px;
  margin-top: 18px;
}
.team-intro-copy p {
  margin: 0 0 12px;
  color: #3f5666;
  font-family: "Manrope", sans-serif;
  font-size: clamp(16px, 1.1vw, 17px);
  font-weight: 400;
  line-height: 1.55;
}
.team-intro-copy p:last-child { margin-bottom: 0; }

@media (max-width: 800px) {
  #team .subhero { padding-top: 46px; padding-bottom: 34px; }
  #team .subhero h1 { font-size: clamp(28px, 7vw, 34px); }
  .team-intro-copy p { font-size: clamp(16px, 4.2vw, 17px); }
}

/* About / Who We Are: focused image overlay with supporting detail below. */
#about .about-story {
  display: block;
  position: relative;
  padding: 0;
  color: #fff;
}

#about .about-story::before {
  display: none;
}

#about .about-story-frame {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  isolation: isolate;
  padding: 48px clamp(56px, 5vw, 64px) 40px;
  background-image: linear-gradient(rgba(23, 23, 23, .22), rgba(23, 23, 23, .26)), url('about-who-we-are.jpg');
  background-position: center 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

#about .about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: start;
  padding-top: clamp(76px, 8vw, 112px);
}

#about .about-story-headline .eyebrow {
  margin: 0 0 28px;
  color: #5f7f3f;
}

#about .about-story h2 {
  max-width: 380px;
  margin: 0;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: clamp(34px, 3.9vw, 50px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -1px;
}

#about .about-story h2 span { display: block; }
#about .about-story h2 span + span { margin-top: .16em; }

#about .about-story-summary {
  max-width: 520px;
  padding-top: 4px;
}

#about .about-story-summary p {
  margin: 0;
  color: rgba(255, 255, 255, .96);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

#about .about-story-image-label {
  position: absolute;
  z-index: 1;
  left: 24px;
  bottom: 40px;
  margin: 0;
  padding: 12px 16px;
  background: rgba(255, 255, 255, .92);
  color: #111;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#about .about-story-details {
  padding-top: 64px;
}

#about .about-story-details-copy {
  max-width: 780px;
}

#about .about-story-details p {
  margin: 0 0 22px;
  color: #3f5666;
  font-family: "Manrope", sans-serif;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 400;
  line-height: 1.6;
}

#about .about-story-details p:last-child { margin-bottom: 0; }
#about .principles { margin-top: 88px; }

@media (max-width: 800px) {
  #about .about-story-frame {
    min-height: 0;
    padding: 24px;
    background-position: center center;
  }

  #about .about-story-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 56px;
    padding-bottom: 88px;
  }

  #about .about-story h2 {
    font-size: clamp(30px, 8.5vw, 38px);
  }

  #about .about-story-summary p {
    font-size: 16px;
    line-height: 1.6;
  }

  #about .about-story-image-label {
    left: 24px;
    bottom: 24px;
    padding: 10px 12px;
    font-size: 10px;
    letter-spacing: 2px;
  }

  #about .about-story-details { padding-top: 48px; }
  #about .about-story-details p { font-size: 16px; }
  #about .principles { margin-top: 64px; }
}

#team .subhero > .eyebrow {
  color: #171717;
}

#home .logos-mission {
  background: #fff;
}

/* Final CTA + Projects typography system. */
.eyebrow,
.eyebrow.light,
.projects-label,
.logos-mission .eyebrow,
.home-projects .eyebrow,
.home-partner .eyebrow,
#about .principles .eyebrow,
#team .subhero > .eyebrow,
#projects .subhero > .eyebrow,
#connect .subhero > .eyebrow {
  color: #5f7f3f;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#connect .subhero {
  padding-top: 110px;
  padding-bottom: 110px;
  text-align: center;
}

#connect .subhero h1 {
  max-width: 850px;
  margin: 28px auto 0;
  color: #171717;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.75px;
}

#home .home-partner {
  position: relative;
  overflow: hidden;
  padding: 42px 48px;
  background:
    radial-gradient(circle at 84% 20%, rgba(255, 255, 255, .11) 0 10%, transparent 29%),
    radial-gradient(circle at 76% 84%, rgba(190, 205, 150, .10) 0 12%, transparent 34%),
    linear-gradient(135deg, #171717 0%, #202020 52%, #1b3340 100%);
  text-align: left;
}

#home .home-partner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(122deg, transparent 0 49%, rgba(255, 255, 255, .055) 49% 49.5%, transparent 49.5% 100%),
    radial-gradient(ellipse at 94% 30%, rgba(255, 255, 255, .08), transparent 38%);
  pointer-events: none;
}

#home .home-partner::after {
  content: "";
  position: absolute;
  top: 28px;
  right: -90px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 999px;
  transform: rotate(-18deg) scaleX(1.2);
  pointer-events: none;
}

#home .home-partner .wrap {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  max-width: 1200px;
}

#home .home-partner .eyebrow.light {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 14px;
}

#home .home-partner h2 {
  max-width: 470px;
  margin: 0;
  color: #fff;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -.5px;
}

#home .home-partner .partner-copy {
  max-width: 500px;
  margin: 14px 0 20px;
  color: rgba(255, 255, 255, .84);
  font-family: "Manrope", sans-serif;
  font-size: clamp(15px, 1.25vw, 16px);
  font-weight: 400;
  line-height: 1.5;
}

#home .home-projects .logos-section-heading,
#projects .subhero {
  align-items: flex-start;
}

#home .home-projects {
  padding-top: 34px;
  padding-bottom: 42px;
}

#home .home-projects .logos-section-heading {
  margin-bottom: 16px;
}

#home .home-projects .logos-section-heading h2,
#home .home-projects .logos-section-heading h2 em,
#projects .subhero h1 {
  max-width: 760px;
  color: #171717;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(44px, 6vw, 72px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.75px;
}

#home .home-projects .projects-section-copy,
#projects .subhero > p:not(.eyebrow) {
  max-width: 640px;
  margin-top: 28px;
  color: #3f5666;
  font-family: "Manrope", sans-serif;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 400;
  line-height: 1.55;
}

#projects .subhero {
  padding-top: 54px;
  padding-bottom: 34px;
}

#projects .subhero h1 {
  max-width: 620px;
  font-size: clamp(34px, 3.4vw, 46px);
  line-height: 1.1;
}

#projects .subhero > p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 18px;
  font-size: clamp(16px, 1.45vw, 18px);
}

#projects .projects-directory {
  padding-bottom: 72px;
}

#projects .project-tabs {
  margin-bottom: 16px;
}

#projects .pipeline-note {
  margin-bottom: 20px;
}

#projects .project-card {
  height: 290px;
}

#home .home-projects .logos-section-heading h2,
#home .home-projects .logos-section-heading h2 em {
  max-width: 520px;
  font-size: clamp(26px, 2.35vw, 34px);
  line-height: 1.08;
  letter-spacing: -.6px;
}

#home .home-projects .projects-section-copy {
  max-width: 560px;
  margin-top: 12px;
  font-size: clamp(15px, 1.2vw, 16px);
  line-height: 1.5;
}

#home .home-project-card {
  min-height: 300px;
  padding: 22px;
}

#home .home-project-card h3 {
  font-size: clamp(30px, 2.45vw, 40px);
}

#home .home-project-card span {
  font-size: 12px;
  line-height: 1.45;
}

#connect .contact-details h2 {
  max-width: 440px;
  color: #fff;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -.4px;
}

#home .home-partner .eyebrow.light {
  color: #fff !important;
  font-size: 13px;
}

#home .logos-hero .hero-video {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 40%;
  transform: scale(1.28);
  transform-origin: 60% 40%;
}

/* Final section-label color passes from browser review. */
#home .logos-mission .eyebrow,
#home .home-projects .eyebrow,
#team .subhero > .eyebrow,
#projects .subhero > .eyebrow,
#about .principles .eyebrow,
#about .principle span {
  color: #171717 !important;
}

#home .impact-band .eyebrow.light,
#home .home-partner .eyebrow.light {
  color: #fff !important;
}

@media (max-width: 800px) {
  #connect .subhero {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  #home .home-partner {
    padding: 40px 24px;
  }

  #home .home-projects {
    padding-top: 34px;
    padding-bottom: 42px;
  }

  #home .home-projects .logos-section-heading {
    margin-bottom: 16px;
  }

  #home .home-projects .logos-section-heading h2,
  #home .home-projects .logos-section-heading h2 em {
    font-size: clamp(28px, 7vw, 34px);
  }

  #projects .subhero h1 {
    font-size: clamp(30px, 8vw, 36px);
  }

  #projects .subhero {
    padding-top: 46px;
    padding-bottom: 30px;
  }

  #projects .projects-directory {
    padding-bottom: 58px;
  }

  #home .home-partner h2 {
    font-size: clamp(26px, 7vw, 32px);
  }
}

/* Last-pass browser review override. */
section#projects > .subhero.wrap > p.eyebrow {
  color: #171717 !important;
}

section#team > .subhero.wrap > p.eyebrow {
  color: #171717 !important;
}

/* About dropdown navigation. */
.nav-group {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-parent {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
}

.nav-parent::after {
  content: "⌄";
  margin-left: 7px;
  font-size: 12px;
  line-height: 1;
  transform: translateY(-1px);
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  z-index: 50;
  min-width: 190px;
  padding: 8px;
  background: rgba(255, 255, 255, .98);
  border: 1px solid rgba(23, 23, 23, .12);
  border-radius: 10px;
  box-shadow: 0 18px 38px rgba(23, 23, 23, .10);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .16s ease, transform .16s ease;
}

.has-dropdown:hover .nav-dropdown,
.has-dropdown:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-dropdown .nav-sub {
  display: block;
  width: 100%;
  padding: 10px 14px;
  border-radius: 7px;
  color: #171717 !important;
  font-family: "Manrope", sans-serif;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 1.35;
  white-space: nowrap;
}

.nav-dropdown .nav-sub.active,
.nav-dropdown .nav-sub:hover,
.nav-dropdown .nav-sub:focus {
  background: #f7f5ef;
  color: #171717 !important;
  outline: none;
}

/* About page NCH teaser. */
.nch-teaser {
  margin-top: 78px;
  margin-bottom: 14px;
  padding: 64px;
  background: #f7f5ef;
  border: 1px solid rgba(23, 23, 23, .12);
}

.nch-teaser .eyebrow {
  margin-bottom: 28px;
}

.nch-teaser h2 {
  max-width: 760px;
  margin: 0;
  color: #171717;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.5px;
}

.nch-teaser p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: #3f5666;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

/* NCH Mission subpage. */
.nch-page {
  background: #fff;
}

.nch-container {
  width: min(1200px, calc(100% - 96px));
  margin: 0 auto;
}

.nch-hero,
.nch-section {
  padding: 100px 0;
}

.nch-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .88) 48%, rgba(255, 255, 255, .38) 100%),
    url('nch-mission-hero.jpg') center right / cover no-repeat;
}

.nch-soft {
  background: #f7f5ef;
  box-shadow: 0 0 0 100vmax #f7f5ef;
  clip-path: inset(0 -100vmax);
}

.nch-page .eyebrow {
  margin: 0 0 28px;
  color: #5f7f3f !important;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.nch-page h1,
.nch-page h2 {
  margin: 0;
  color: #171717;
  font-family: "Libre Baskerville", Georgia, serif;
  font-weight: 400;
}

.nch-page h1 {
  max-width: 820px;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.08;
  letter-spacing: -.75px;
}

.nch-page h2 {
  max-width: 780px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -.5px;
}

.nch-copy {
  max-width: 720px;
  margin-top: 32px;
}

.nch-copy p,
.nch-closing p {
  margin: 0 0 20px;
  color: #3f5666;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

.nch-copy p:last-child,
.nch-closing p:last-of-type {
  margin-bottom: 0;
}

.nch-two-column {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: start;
}

.nch-two-column .nch-copy {
  margin-top: 0;
}

.nch-support-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .72fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
}

.nch-support-grid .nch-copy {
  margin-top: 32px;
}

.nch-award-photo {
  margin: 0;
}

.nch-award-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(23, 23, 23, .12);
}

.nch-award-photo figcaption {
  margin-top: 14px;
  color: #3f5666;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

.nch-note {
  padding-top: 20px;
  border-top: 1px solid rgba(23, 23, 23, .12);
  font-size: 15px !important;
  color: #56656e !important;
}

.nch-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.nch-card {
  min-height: 290px;
  padding: 32px;
  background: #fff;
  border: 1px solid rgba(23, 23, 23, .12);
}

.nch-card span {
  display: block;
  margin-bottom: 38px;
  color: #5f7f3f;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

.nch-card h3 {
  margin: 0 0 16px;
  color: #171717;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.nch-card p {
  margin: 0;
  color: #3f5666;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.nch-closing {
  padding: 96px 0;
  background: #202020;
  box-shadow: 0 0 0 100vmax #202020;
  clip-path: inset(0 -100vmax);
}

.nch-closing .eyebrow.light {
  color: #fff !important;
}

.nch-closing h2 {
  color: #fff;
}

.nch-closing p {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .84);
}

.nch-closing .logos-primary-cta {
  min-width: auto;
  margin-top: 34px;
  padding: 17px 30px;
}

@media (max-width: 900px) {
  .nch-container {
    width: min(100% - 64px, 1120px);
  }

  .nch-two-column,
  .nch-support-grid,
  .nch-card-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 800px) {
  .site-nav.open .nav-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .nav-parent::after {
    display: none;
  }

  .nav-dropdown {
    position: static;
    min-width: 0;
    padding: 0 0 0 16px;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(23, 23, 23, .12);
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  .nav-dropdown .nav-sub {
    padding: 6px 0 6px 12px;
    font-size: 14px !important;
    color: #3f5666 !important;
  }

  .nav-dropdown .nav-sub:hover,
  .nav-dropdown .nav-sub:focus,
  .nav-dropdown .nav-sub.active {
    background: transparent;
    color: #171717 !important;
  }

  .nch-teaser {
    padding: 38px 24px;
  }

  .nch-hero,
  .nch-section,
  .nch-closing {
    padding: 72px 0;
  }
}

@media (max-width: 620px) {
  .nch-container {
    width: min(100% - 48px, 1120px);
  }

  .nch-two-column,
  .nch-support-grid,
  .nch-card-grid {
    grid-template-columns: 1fr;
  }

  .nch-card {
    min-height: 0;
    padding: 24px;
  }

  .nch-card span {
    margin-bottom: 28px;
  }
}

/* Team page final compact pass: reduce overall section height and card footprint. */
#team .subhero {
  padding-top: 34px;
  padding-bottom: 22px;
}

#team .subhero h1 {
  max-width: 680px;
  margin-top: 12px;
  font-size: clamp(28px, 2.35vw, 34px);
  line-height: 1.12;
}

#team .team-intro-copy {
  max-width: 680px;
  margin-top: 12px;
}

#team .team-intro-copy p {
  margin-bottom: 8px;
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.48;
}

#team .team-directory {
  padding-bottom: 76px;
}

#team .team-filters {
  gap: 16px;
  margin-bottom: 18px;
}

#team .team-filters label {
  gap: 6px;
}

#team .team-filters select {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

#team .team-grid {
  gap: 14px;
  padding: 20px;
}

#team .portrait {
  height: 190px;
}

#team .team-card {
  padding-bottom: 16px;
}

#team .team-card > *:not(.portrait) {
  margin-left: 14px;
  margin-right: 14px;
}

#team .card-label {
  margin-top: 14px;
  margin-bottom: 6px;
}

#team .team-card h3 {
  font-size: 20px;
}

#team .team-card > p:not(.card-label) {
  min-height: 0;
  font-size: 12px;
}

@media (max-width: 800px) {
  #team .subhero {
    padding-top: 34px;
    padding-bottom: 24px;
  }

  #team .subhero h1 {
    font-size: clamp(26px, 6.5vw, 32px);
  }

  #team .team-intro-copy p {
    font-size: 15px;
    line-height: 1.5;
  }

  #team .team-grid {
    gap: 14px;
    padding: 16px;
  }

  #team .portrait {
    height: 190px;
  }
}

/* Final compact pass for oversized About, Projects, and NCH sections. */
#about .subhero {
  padding-top: 42px;
  padding-bottom: 26px;
}

#about .projects-label {
  margin-bottom: 14px;
}

#about .projects-title {
  max-width: 620px;
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.08;
}

#about .projects-subtitle {
  max-width: 560px;
  margin-top: 16px;
  font-size: clamp(15px, 1.25vw, 16px);
  line-height: 1.5;
}

#about .about-story-frame {
  min-height: 360px;
  padding: 32px clamp(36px, 4vw, 48px) 28px;
}

#about .about-story-grid {
  padding-top: clamp(42px, 5vw, 64px);
}

#about .about-story h2 {
  max-width: 340px;
  font-size: clamp(28px, 3vw, 38px);
}

#about .about-story-image-label {
  bottom: 28px;
  left: 20px;
  padding: 10px 14px;
  font-size: 11px;
}

#about .about-story-details {
  padding-top: 36px;
}

#about .about-story-details-copy {
  max-width: 700px;
}

#about .about-story-details p {
  margin-bottom: 14px;
  font-size: clamp(15px, 1.15vw, 16px);
  line-height: 1.55;
}

#about .nch-teaser {
  max-width: 880px;
  margin-top: 42px;
  padding: 38px 42px;
}

#about .nch-teaser .eyebrow {
  margin-bottom: 16px;
}

#about .nch-teaser h2 {
  max-width: 640px;
  font-size: clamp(28px, 3vw, 38px);
}

#about .nch-teaser p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.5;
}

#about .principles {
  margin-top: 44px;
  padding-bottom: 74px;
}

#about .principles > p {
  margin-bottom: 20px;
}

#about .principle {
  padding: 18px 0;
}

#about .principle h3 {
  font-size: 22px;
}

#about .principle p {
  font-size: 14px;
  line-height: 1.45;
}

#projects .subhero {
  padding-top: 42px;
  padding-bottom: 24px;
}

#projects .subhero h1 {
  max-width: 540px;
  font-size: clamp(30px, 2.8vw, 38px);
  line-height: 1.08;
}

#projects .subhero > p:not(.eyebrow) {
  max-width: 520px;
  margin-top: 14px;
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.5;
}

#projects .projects-directory {
  padding-bottom: 58px;
}

#projects .project-tabs {
  margin-bottom: 12px;
}

#projects .pipeline-note {
  margin-bottom: 16px;
  font-size: 12px;
}

#projects .project-card {
  height: 260px;
}

#about-nch-mission .nch-hero {
  padding: 72px 0;
}

#about-nch-mission .nch-section {
  padding: 56px 0;
}

#about-nch-mission .nch-section.nch-soft {
  padding-top: 52px;
  padding-bottom: 52px;
}

#about-nch-mission .eyebrow {
  margin-bottom: 16px;
}

#about-nch-mission h1 {
  max-width: 720px;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1.08;
}

#about-nch-mission h2 {
  max-width: 660px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.12;
}

#about-nch-mission .nch-copy {
  max-width: 640px;
  margin-top: 20px;
}

#about-nch-mission .nch-copy p,
#about-nch-mission .nch-closing p {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.5;
}

#about-nch-mission .nch-support-grid {
  gap: clamp(28px, 4vw, 52px);
}

#about-nch-mission .nch-support-grid .nch-copy {
  margin-top: 20px;
}

#about-nch-mission .nch-award-photo img {
  aspect-ratio: 16 / 10;
}

#about-nch-mission .nch-award-photo figcaption {
  margin-top: 10px;
  font-size: 12px;
}

#about-nch-mission .nch-card-grid {
  gap: 14px;
  margin-top: 26px;
}

#about-nch-mission .nch-card {
  min-height: 220px;
  padding: 22px;
}

#about-nch-mission .nch-card span {
  margin-bottom: 20px;
}

#about-nch-mission .nch-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

#about-nch-mission .nch-card p {
  font-size: 13px;
  line-height: 1.5;
}

#about-nch-mission .nch-closing {
  padding: 64px 0;
}

@media (max-width: 800px) {
  #about .subhero,
  #projects .subhero {
    padding-top: 34px;
    padding-bottom: 22px;
  }

  #about .projects-title,
  #projects .subhero h1 {
    font-size: clamp(28px, 7vw, 34px);
  }

  #about .about-story-frame {
    min-height: 0;
    padding: 22px;
  }

  #about .about-story-grid {
    padding-top: 42px;
    padding-bottom: 70px;
  }

  #about .about-story-details {
    padding-top: 30px;
  }

  #about .nch-teaser {
    margin-top: 34px;
    padding: 28px 24px;
  }

  #about .principles {
    margin-top: 34px;
    padding-bottom: 58px;
  }

  #about-nch-mission .nch-hero,
  #about-nch-mission .nch-section,
  #about-nch-mission .nch-closing {
    padding: 52px 0;
  }

  #about-nch-mission .nch-card {
    min-height: 0;
    padding: 20px;
  }
}

/* Connect page compact pass: match the tighter home-page section rhythm. */
#connect .subhero {
  padding-top: 46px;
  padding-bottom: 38px;
}

#connect .subhero .eyebrow {
  margin-bottom: 14px;
}

#connect .subhero h1 {
  max-width: 640px;
  margin-top: 14px;
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.08;
}

#connect .contact-layout {
  padding-top: 54px;
  padding-bottom: 58px;
  gap: clamp(36px, 5vw, 72px);
}

#connect .contact-details h2 {
  max-width: 380px;
  font-size: clamp(26px, 2.35vw, 34px);
  line-height: 1.14;
}

#connect .contact-details > p {
  max-width: 420px;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.5;
}

#connect .contact-line {
  margin-top: 24px;
}

#connect .contact-form {
  max-width: 560px;
  padding: 24px;
}

#connect .contact-form label {
  gap: 8px;
}

#connect .contact-form input,
#connect .contact-form select {
  min-height: 44px;
}

#connect .contact-form textarea {
  min-height: 112px;
}

#connect .form-note {
  margin-top: 10px;
}

#connect .contact-form .button {
  min-height: 48px;
}

@media (max-width: 800px) {
  #connect .subhero {
    padding-top: 36px;
    padding-bottom: 28px;
  }

  #connect .subhero h1 {
    font-size: clamp(30px, 8vw, 38px);
  }

  #connect .contact-layout {
    padding-top: 42px;
    padding-bottom: 46px;
  }

  #connect .contact-form {
    padding: 20px;
  }
}

/* About page balanced compact pass: slightly larger than the hard compact version. */
#about .subhero,
#about .about-story,
#about .about-story-details,
#about .nch-teaser,
#about .principles {
  width: min(980px, calc(100% - 96px));
}

#about .subhero {
  padding-top: 36px;
  padding-bottom: 22px;
}

#about .projects-label {
  margin-bottom: 12px;
  font-size: 12px;
}

#about .projects-title {
  max-width: 620px;
  font-size: clamp(34px, 3.2vw, 44px);
  line-height: 1.08;
}

#about .projects-subtitle {
  max-width: 560px;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.5;
}

#about .about-story-frame {
  min-height: 335px;
  padding: 30px 38px;
}

#about .about-story-grid {
  padding-top: 38px;
}

#about .about-story h2 {
  max-width: 330px;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.05;
}

#about .about-story-image-label {
  bottom: 26px;
  left: 22px;
  padding: 9px 14px;
  font-size: 10px;
  letter-spacing: 2px;
}

#about .about-story-details {
  padding-top: 34px;
}

#about .about-story-details-copy {
  max-width: 680px;
}

#about .about-story-details p {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.52;
}

#about .nch-teaser {
  margin-top: 36px;
  padding: 34px 40px;
}

#about .nch-teaser h2 {
  max-width: 620px;
  font-size: clamp(28px, 2.9vw, 38px);
  line-height: 1.12;
}

#about .nch-teaser p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5;
}

#about .principles {
  margin-top: 38px;
  padding-bottom: 60px;
}

#about .principle {
  padding: 17px 0;
}

#about .principle h3 {
  font-size: 21px;
}

#about .principle p {
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 800px) {
  #about .subhero,
  #about .about-story,
  #about .about-story-details,
  #about .nch-teaser,
  #about .principles {
    width: min(100% - 40px, 900px);
  }

  #about .subhero {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  #about .about-story-frame {
    min-height: 240px;
    padding: 20px;
  }

  #about .about-story-grid {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  #about .about-story h2 {
    font-size: clamp(23px, 7vw, 30px);
  }
}
