/* 812 Consulting — minimal editorial design layer */
:root {
  --m-ink: #171719;
  --m-muted: #66615d;
  --m-crimson: #861c2b;
  --m-crimson-hover: #a42535;
  --m-paper: #ffffff;
  --m-soft: #f6f4f0;
  --m-line: #dedbd5;
  --m-dark: #19191b;
}

html { background: var(--m-paper); }
body {
  background: var(--m-paper);
  color: var(--m-ink);
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
.container { max-width: 1180px; padding-left: 32px; padding-right: 32px; }
a { text-underline-offset: 3px; }
.kicker,.mini-kicker {
  color: var(--m-crimson);
  font-size: 11px;
  letter-spacing: .14em;
  margin-bottom: 16px;
}
h1,h2,h3 { color: var(--m-ink); letter-spacing: -.025em; }
h1 { font-size: clamp(50px, 7vw, 92px); line-height: 1; }
h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.08; }
h3 { font-size: 20px; }
section { padding: 96px 0; }
.reveal,.reveal.is-visible { opacity: 1; transform: none; transition: none; }

/* Navigation */
.site-header {
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--m-line);
  box-shadow: none;
}
.site-header.is-scrolled { background: rgba(255,255,255,.98); box-shadow: none; }
.nav-wrap { min-height: 76px; }
.brand img { height: 40px; }
.nav-links { gap: clamp(16px,2vw,29px); }
.nav-links a {
  color: #4f4b48;
  font-size: 11px;
  letter-spacing: .08em;
}
.nav-links a:hover,.nav-links a.active { color: var(--m-crimson); }
.nav-links a:not(.nav-cta)::after { bottom: -10px; height: 1px; }

/* Shared buttons and surfaces */
.button {
  background: var(--m-crimson);
  border-color: var(--m-crimson);
  box-shadow: none;
  font-size: 11px;
  letter-spacing: .08em;
  min-height: 48px;
  padding: 0 22px;
}
.button:hover { background: var(--m-crimson-hover); border-color: var(--m-crimson-hover); box-shadow: none; transform: none; }
.button.dark-secondary { background: transparent; border-color: var(--m-ink); color: var(--m-ink); }
.button.dark-secondary:hover { background: var(--m-ink); border-color: var(--m-ink); }
.soft-section { background: var(--m-soft); border-color: var(--m-line); }
.dark-panel { background: var(--m-dark); }
.photo-frame { border: 0; box-shadow: none; padding: 0; }

/* Home and page heroes */
.hero { min-height: 760px; }
.hero-content { min-height: 760px; padding-bottom: 80px; padding-top: 128px; }
.hero::after,.page-hero::after {
  background: linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.62));
}
.hero-copy,.page-hero-copy { animation: none; max-width: 900px; }
.hero h1,.page-hero h1,.hero h2,.page-hero h2 { color: #fff; }
.hero .lead,.page-hero .lead { color: rgba(255,255,255,.84); font-size: clamp(19px,2.1vw,27px); }
.hero .kicker,.page-hero .kicker { color: rgba(255,255,255,.72); }
.page-hero,.page-hero-content { min-height: 560px; }
.page-hero-content { padding-top: 100px; }
.story-hero,.members-hero,.faq-hero,.story-hero .page-hero-content,.members-hero .page-hero-content,.faq-hero .page-hero-content { min-height: 620px; }
.about-hero,.about-hero .page-hero-content { min-height: 380px; }

/* Shared content grids */
.section-grid,.split-feature,.about-story-grid,.about-feature-grid,.explore { gap: clamp(48px,7vw,92px); }
.section-copy,.rich-copy { color: var(--m-muted); font-size: 17px; }
.card-grid,.service-grid,.timeline-grid,.post-grid { gap: 0; border-bottom: 1px solid var(--m-line); border-top: 1px solid var(--m-line); }
.service-card,.info-card,.timeline-card,.post-card,.contact-card {
  background: var(--m-paper);
  border: 0;
  border-right: 1px solid var(--m-line);
  box-shadow: none;
  min-height: 230px;
  padding: 30px;
}
.service-card:nth-child(3n),.info-card:nth-child(3n),.timeline-card:nth-child(3n),.post-card:nth-child(3n) { border-right: 0; }
.service-card:hover,.info-card:hover,.timeline-card:hover,.post-card:hover,.contact-card:hover { border-color: var(--m-line); box-shadow: none; transform: none; }
.service-card p,.info-card p,.timeline-card p,.post-card p,.contact-card p { color: var(--m-muted); }
.project-model { gap: 1px; }
.model-stat { background: rgba(255,255,255,.055); border: 0; min-height: 180px; }

/* About */
.about-impact-section { background: var(--m-soft); padding: 96px 0; }
.impact-layout { gap: 0; }
.impact-card { box-shadow: none; margin: 0; padding: 48px; }
.impact-photo { margin-left: 0; }
.about-pillars { gap: 0; border-bottom: 1px solid var(--m-line); border-top: 1px solid var(--m-line); }
.about-pillar { background: transparent; border: 0; border-right: 1px solid var(--m-line); }
.about-pillar:last-child { border-right: 0; }
.about-feature-copy { background: var(--m-soft); }
.about-stat { box-shadow: none; }

/* Services */
.client-logo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  background: transparent;
}
.client-logo-card {
  height: 132px;
  padding: 24px;
  border: 0;
  background: #fff;
  box-shadow: 0 12px 30px rgba(55, 43, 37, 0.055);
}
.client-logo-card img {
  display: block;
  width: 160px;
  height: 64px;
  max-width: 100%;
  max-height: none;
  flex: none;
  object-fit: contain;
  object-position: center;
}
.client-logo-card img[src$="/oracle.png"] { transform: scale(1.18); }
.client-logo-card:last-child:nth-child(3n + 1) { grid-column: auto; }
.client-logo-card:hover { border: 0; box-shadow: 0 12px 30px rgba(55, 43, 37, 0.055); transform: none; }
.past-clients-section { background: var(--m-soft); }

/* Members */
.members-section { background: #fff; }
.member-role-group { border-color: var(--m-line); }
.member-card-face { border-color: var(--m-line); box-shadow: none; }
.member-card-back { background: var(--m-dark); }

/* Join and FAQ */
.join-panel,.quote-panel { background: #fff; border-color: var(--m-line); box-shadow: none; }
details { background: #fff; border: 0; border-bottom: 1px solid var(--m-line); padding: 24px 0; }
details:first-child { border-top: 1px solid var(--m-line); }
details[open] { border-color: var(--m-line); box-shadow: none; }

/* Contact */
.contact-studio-main { background: var(--m-soft); }
.contact-studio {
  background: var(--m-soft);
  color: var(--m-ink);
  min-height: auto;
  padding: 150px 0 96px;
}
.contact-studio::before { display: none; }
.contact-studio-grid { align-items: start; }
.contact-studio-code { color: var(--m-crimson); margin-bottom: 42px; }
.contact-studio-story .kicker { color: var(--m-crimson); }
.contact-studio-story h1 { color: var(--m-ink); font-size: clamp(48px,6vw,76px); }
.contact-studio-lead { color: var(--m-muted); }
.contact-studio-paths { border-color: var(--m-line); }
.contact-studio-paths span { color: var(--m-muted); }
.contact-studio-card { background: #fff; border: 1px solid var(--m-line); box-shadow: none; }
.contact-studio-card-heading { border-color: var(--m-line); }

/* Clients */
.clients-hero { padding-top: 158px; }
.clients-hero-copy h1 { font-size: clamp(48px,6vw,76px); }
.clients-hero-proof { background: var(--m-soft); }
.clients-fit-section { background: #fff; }
.clients-path-grid article { min-height: 230px; }
.clients-engagements { padding: 104px 0; }
.clients-engagements-layout { grid-template-columns: minmax(260px,.62fr) minmax(570px,1.38fr); }
.engagement-card { background: #fff; }
.engagement-card-header { padding: 40px; }
.engagement-card-title h3 { font-size: clamp(27px,3vw,38px); }
.engagement-card-meta span { background: var(--m-soft); }
.engagement-metrics { background: var(--m-dark); }
.engagement-story { background: #fff; }
.clients-inquiry-section { background: var(--m-soft); }
.clients-inquiry-form { box-shadow: none; }

/* Forms */
.contact-studio-field input,.contact-studio-field select,.contact-studio-field textarea,
.clients-form-field input,.clients-form-field select,.clients-form-field textarea {
  border-color: #c9c5bf;
  min-height: 49px;
}
.contact-studio-submit,.clients-form-submit { background: var(--m-crimson); }

/* Footer */
.site-footer {
  background: var(--m-dark);
  border-top: 0;
}
.site-footer-main { padding-bottom: 56px; padding-top: 62px; }
.site-footer-logo img { height: 36px; }
.site-footer-column h2 { color: rgba(255,255,255,.46); }
.site-footer-column a { font-weight: 600; }
.site-footer-bottom { border-color: rgba(255,255,255,.12); }

@media (max-width: 920px) {
  .site-header { position: relative; }
  .nav-wrap { padding-left: 32px; padding-right: 32px; }
  .hero,.hero-content { min-height: 680px; }
  .clients-engagements-layout { grid-template-columns: 1fr; }
  .clients-engagements-layout .clients-engagements-intro { position: static; }
  .service-card:nth-child(3n),.info-card:nth-child(3n),.timeline-card:nth-child(3n),.post-card:nth-child(3n) { border-right: 1px solid var(--m-line); }
  .service-card:nth-child(2n),.info-card:nth-child(2n),.timeline-card:nth-child(2n),.post-card:nth-child(2n) { border-right: 0; }
}

@media (max-width: 700px) {
  .container { padding-left: 20px; padding-right: 20px; }
  section { padding: 68px 0; }
  .nav-wrap { padding: 18px 20px 16px; }
  .nav-links { gap: 10px 16px; }
  .hero { min-height: 690px; }
  .hero-content { min-height: 690px; padding-bottom: 42px; }
  .page-hero,.page-hero-content { min-height: 500px; }
  .story-hero,.members-hero,.faq-hero,.story-hero .page-hero-content,.members-hero .page-hero-content,.faq-hero .page-hero-content { min-height: 560px; }
  .service-card,.info-card,.timeline-card,.post-card,.contact-card { border-bottom: 1px solid var(--m-line); border-right: 0 !important; min-height: 0; }
  .about-pillar { border-bottom: 1px solid var(--m-line); border-right: 0; }
  .contact-studio { padding: 64px 0 78px; }
  .contact-studio-card { box-shadow: none; }
  .clients-hero { padding: 64px 0; }
  .clients-engagements { padding: 72px 0; }
  .engagement-card-header { padding: 28px 22px; }
}


/* Proportion and header consistency fixes */
@media (min-width: 921px) {
  body > .site-header .nav-wrap {
    height: 76px;
    max-height: 76px;
    min-height: 76px;
  }

  body > .site-header .brand,
  body > .site-header .brand img {
    flex: 0 0 auto;
    height: 32px;
    max-height: 32px;
    width: auto;
  }

  body > .site-header .nav-links,
  body > .site-header .nav-links a {
    line-height: 1;
  }
}

.about-impact-section .impact-layout {
  align-items: stretch;
}

.about-impact-section .impact-card {
  align-content: center;
  display: grid;
  height: 100%;
}

.about-impact-section .impact-photo {
  height: auto;
  min-height: 0;
}

.about-impact-section .impact-photo img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

@media (max-width: 700px) {
  .about-impact-section .impact-card {
    height: auto;
  }

  .about-impact-section .impact-photo,
  .about-impact-section .impact-photo img {
    height: 320px;
  }
}


/* Engagement brief redesign */
.clients-hero + .clients-engagements {
  border-top: 1px solid var(--m-line);
}

.engagement-card {
  background: var(--m-paper);
  border-color: var(--m-line);
}

.engagement-card-header {
  background: var(--m-paper);
  border-bottom: 0;
  display: block;
  padding: 38px 38px 32px;
}

.engagement-card-index {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 26px;
}

.engagement-card-index::after {
  height: 1px;
  margin: 0;
  width: 44px;
}

.engagement-card-meta {
  margin-bottom: 16px;
}

.engagement-card-meta span {
  background: transparent;
  border: 1px solid var(--m-line);
  color: var(--m-muted);
  padding: 6px 9px;
}

.engagement-card-title h3 {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.12;
}

.engagement-card-title > p {
  font-size: 16px;
  max-width: 760px;
}

.engagement-brief-body {
  border-top: 1px solid var(--m-line);
}

.engagement-results {
  background: var(--m-dark);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.engagement-results div {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  padding: 24px 26px;
}

.engagement-results div:last-child {
  border-right: 0;
}

.engagement-results span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.engagement-results strong {
  color: #fff;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1;
}

.engagement-narrative {
  background: #fff;
  padding: 6px 34px;
}

.engagement-narrative-row {
  align-items: start;
  border-bottom: 1px solid var(--m-line);
  display: grid;
  gap: 28px;
  grid-template-columns: 138px minmax(0, 1fr);
  padding: 27px 0;
}

.engagement-narrative-row:last-child {
  border-bottom: 0;
}

.engagement-narrative-label {
  align-items: baseline;
  display: flex;
  gap: 12px;
}

.engagement-narrative-label b {
  color: var(--m-crimson);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.engagement-narrative-label span {
  color: var(--m-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.engagement-narrative-row p {
  color: var(--m-muted);
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 700px) {
  .engagement-card-header {
    padding: 28px 22px 25px;
  }

  .engagement-results {
    grid-template-columns: 1fr;
  }

  .engagement-results div {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-right: 0;
    flex-direction: row;
    justify-content: space-between;
    padding: 18px 22px;
  }

  .engagement-results div:last-child {
    border-bottom: 0;
  }

  .engagement-narrative {
    padding: 4px 22px;
  }

  .engagement-narrative-row {
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 24px 0;
  }
}


/* Recruitment process */
.recruitment-process-section {
  background: #fff;
}

.recruitment-process-intro {
  align-items: end;
  display: grid;
  gap: clamp(44px, 7vw, 96px);
  grid-template-columns: minmax(380px, 1.2fr) minmax(280px, 0.8fr);
  margin-bottom: 54px;
}

.recruitment-process-intro h2 {
  margin-bottom: 0;
  max-width: 760px;
}

.recruitment-process-intro > p {
  color: var(--m-muted);
  line-height: 1.7;
  margin: 0;
}

.recruitment-phases {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.recruitment-phase {
  border-top: 1px solid var(--m-line);
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: 70px minmax(0, 1fr);
  padding: 36px 0;
}

.recruitment-phase:last-child {
  border-bottom: 1px solid var(--m-line);
}

.recruitment-phase-number {
  color: var(--m-crimson);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding-top: 5px;
}

.recruitment-phase-content {
  max-width: 900px;
}

.recruitment-phase-content .mini-kicker {
  margin-bottom: 7px;
}

.recruitment-phase-content h3 {
  font-size: clamp(24px, 2.7vw, 34px);
  margin-bottom: 12px;
}

.recruitment-phase-content > p:not(.mini-kicker) {
  color: var(--m-muted);
  margin-bottom: 18px;
  max-width: 780px;
}

.recruitment-phase-flow {
  align-items: baseline;
  background: var(--m-soft);
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 18px;
  padding: 14px 17px;
}

.recruitment-phase-flow span {
  color: var(--m-crimson);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.recruitment-phase-flow strong {
  color: var(--m-ink);
  font-size: 13px;
}

.recruitment-signals {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.recruitment-signals li {
  border-left: 2px solid var(--m-crimson);
  color: var(--m-muted);
  font-size: 12px;
  line-height: 1.5;
  padding-left: 12px;
}

@media (max-width: 920px) {
  .recruitment-process-intro {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .recruitment-process-intro {
    margin-bottom: 36px;
  }

  .recruitment-phase {
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 30px 0;
  }

  .recruitment-signals {
    grid-template-columns: 1fr;
  }
}


/* Applicant-centered recruitment guide */
.recruitment-guide-section {
  background: #fff;
}

.recruitment-guide-heading {
  align-items: end;
  display: grid;
  gap: clamp(42px, 7vw, 92px);
  grid-template-columns: minmax(380px, 1.18fr) minmax(280px, 0.82fr);
}

.recruitment-guide-heading h2 {
  margin-bottom: 0;
}

.recruitment-guide-heading > p {
  color: var(--m-muted);
  line-height: 1.7;
  margin: 0;
}

.recruitment-overview {
  counter-reset: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin-bottom: 68px;
  margin-top: 52px;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

.recruitment-overview::before {
  background: var(--m-line);
  content: "";
  height: 1px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 21px;
}

.recruitment-overview li {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}

.recruitment-overview li > span {
  align-items: center;
  background: #fff;
  border: 1px solid var(--m-crimson);
  color: var(--m-crimson);
  display: flex;
  font-size: 11px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  margin-bottom: 16px;
  width: 42px;
  z-index: 1;
}

.recruitment-overview strong {
  color: var(--m-ink);
  font-size: 15px;
  line-height: 1.25;
}

.recruitment-overview small {
  color: var(--m-muted);
  font-size: 11px;
  margin-top: 7px;
}

.recruitment-details {
  max-width: 980px;
}

.recruitment-details-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.recruitment-details-heading h3 {
  font-size: 24px;
  margin: 0;
}

.recruitment-details-heading p {
  color: var(--m-muted);
  font-size: 12px;
  margin: 0;
}

.recruitment-detail {
  border: 1px solid var(--m-line);
  margin-bottom: 10px;
  padding: 0;
}

.recruitment-detail:first-of-type {
  border-top: 1px solid var(--m-line);
}

.recruitment-detail[open] {
  border-color: #c9c4bd;
  box-shadow: none;
}

.recruitment-detail summary {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 22px 24px;
}

.recruitment-detail summary::after {
  color: var(--m-crimson);
  content: "+";
  font-size: 22px;
  grid-column: 3;
  grid-row: 1;
}

.recruitment-detail[open] summary::after {
  content: "−";
}

.recruitment-detail-number {
  color: var(--m-crimson);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.recruitment-detail-title {
  display: grid;
  gap: 3px;
}

.recruitment-detail-title strong {
  color: var(--m-ink);
  font-size: 17px;
}

.recruitment-detail-title small {
  color: var(--m-muted);
  font-size: 11px;
  font-weight: 500;
}

.recruitment-detail-body {
  background: var(--m-soft);
  border-top: 1px solid var(--m-line);
  display: grid;
  gap: 22px;
  padding: 26px 66px 30px 86px;
}

.recruitment-detail-purpose > span,
.recruitment-format > span,
.recruitment-prep > span {
  color: var(--m-crimson);
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.recruitment-detail-purpose p {
  color: var(--m-muted);
  line-height: 1.65;
  margin: 0;
}

.recruitment-format > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.recruitment-format b {
  background: #fff;
  border: 1px solid var(--m-line);
  color: var(--m-ink);
  font-size: 11px;
  padding: 7px 10px;
}

.recruitment-format i {
  color: var(--m-crimson);
  font-size: 11px;
  font-style: normal;
}

.recruitment-prep ul {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.recruitment-prep li {
  background: #fff;
  border-left: 2px solid var(--m-crimson);
  color: var(--m-muted);
  font-size: 11px;
  line-height: 1.5;
  padding: 10px 12px;
}

@media (max-width: 920px) {
  .recruitment-guide-heading {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .recruitment-overview {
    gap: 0;
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }

  .recruitment-overview::before {
    bottom: 24px;
    height: auto;
    left: 21px;
    right: auto;
    top: 21px;
    width: 1px;
  }

  .recruitment-overview li {
    align-items: center;
    display: grid;
    gap: 4px 14px;
    grid-template-columns: 42px 1fr;
    padding-bottom: 22px;
    text-align: left;
  }

  .recruitment-overview li > span {
    grid-row: 1 / 3;
    margin: 0;
  }

  .recruitment-overview small {
    margin: 0;
  }

  .recruitment-details-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .recruitment-detail summary {
    gap: 11px;
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 18px 16px;
  }

  .recruitment-detail-body {
    padding: 22px 18px 25px;
  }

  .recruitment-prep ul {
    grid-template-columns: 1fr;
  }
}


/* Categorized FAQ */
.faq-category-list {
  display: grid;
  gap: 44px;
}

.faq-category {
  padding: 0;
}

.faq-category-heading {
  align-items: baseline;
  border-bottom: 2px solid var(--m-ink);
  display: flex;
  gap: 16px;
  padding-bottom: 14px;
}

.faq-category-heading span {
  color: var(--m-crimson);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
}

.faq-category-heading h3 {
  font-size: 18px;
  margin: 0;
}

.faq-category-questions details {
  border-bottom: 1px solid var(--m-line);
  border-top: 0;
  margin: 0;
  padding: 0;
}

.faq-category-questions details:first-child {
  border-top: 0;
}

.faq-category-questions details[open] {
  border-color: var(--m-line);
}

.faq-category-questions summary {
  font-size: 14px;
  padding: 20px 2px;
}

.faq-category-questions details p {
  line-height: 1.7;
  margin: 0;
  max-width: 760px;
  padding: 0 34px 22px 2px;
}

@media (max-width: 700px) {
  .faq-category-list {
    gap: 34px;
  }

  .faq-category-questions summary {
    padding: 18px 2px;
  }
}


/* Horizontal FAQ layout */
.faq-page-layout {
  display: block;
}

.faq-page-heading {
  border-bottom: 1px solid var(--m-line);
  margin-bottom: 52px;
  padding-bottom: 34px;
}

.faq-page-heading h2 {
  margin-bottom: 0;
  max-width: 760px;
}

.faq-page-layout .faq-category-list {
  gap: 58px;
}

.faq-page-layout .faq-category-heading {
  margin-bottom: 0;
}

.faq-page-layout .faq-category-questions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-page-layout .faq-category-questions details {
  border-bottom: 1px solid var(--m-line);
  border-right: 1px solid var(--m-line);
  min-width: 0;
}

.faq-page-layout .faq-category-questions details:nth-child(2n) {
  border-right: 0;
}

.faq-page-layout .faq-category-questions details:nth-last-child(1):nth-child(odd) {
  grid-column: 1 / -1;
}

.faq-page-layout .faq-category-questions summary {
  min-height: 68px;
  padding: 21px 22px;
}

.faq-page-layout .faq-category-questions details p {
  padding: 0 42px 24px 22px;
}

@media (max-width: 700px) {
  .faq-page-heading {
    margin-bottom: 38px;
    padding-bottom: 26px;
  }

  .faq-page-layout .faq-category-list {
    gap: 42px;
  }

  .faq-page-layout .faq-category-questions {
    grid-template-columns: 1fr;
  }

  .faq-page-layout .faq-category-questions details,
  .faq-page-layout .faq-category-questions details:nth-child(2n) {
    border-right: 0;
  }

  .faq-page-layout .faq-category-questions details:nth-last-child(1):nth-child(odd) {
    grid-column: auto;
  }

  .faq-page-layout .faq-category-questions summary {
    min-height: 0;
    padding: 19px 2px;
  }

  .faq-page-layout .faq-category-questions details p {
    padding: 0 30px 22px 2px;
  }
}


/* At-a-glance FAQ categories */
.faq-page-heading {
  margin-bottom: 38px;
  padding-bottom: 26px;
}

.faq-page-layout .faq-category-list {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faq-page-layout .faq-category {
  min-width: 0;
}

.faq-page-layout .faq-category-heading {
  min-height: 54px;
  padding-bottom: 12px;
}

.faq-page-layout .faq-category-questions {
  display: block;
}

.faq-page-layout .faq-category-questions details,
.faq-page-layout .faq-category-questions details:nth-child(2n) {
  border-right: 0;
}

.faq-page-layout .faq-category-questions details:nth-last-child(1):nth-child(odd) {
  grid-column: auto;
}

.faq-page-layout .faq-category-questions summary {
  min-height: 0;
  padding: 17px 2px;
}

.faq-page-layout .faq-category-questions details p {
  font-size: 13px;
  padding: 0 28px 20px 2px;
}

@media (max-width: 920px) {
  .faq-page-layout .faq-category-list {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .faq-page-layout .faq-category-heading {
    min-height: 0;
  }
}


/* Regular-weight FAQ questions */
.faq-page-layout .faq-category-questions summary {
  font-weight: 400;
}


/* Compact About impact composition */
.about-impact-section {
  padding: 72px 0;
}

.about-impact-section .impact-layout {
  grid-template-columns: minmax(340px, 0.92fr) minmax(380px, 1.08fr);
  margin: 0 auto;
  max-width: 1000px;
}

.about-impact-section .impact-card,
.about-impact-section .impact-photo {
  height: 420px;
}

.about-impact-section .impact-card {
  align-content: center;
  padding: 34px 38px;
}

.about-impact-section .impact-stats {
  gap: 20px 24px;
  margin-top: 22px;
}

.about-impact-section .impact-stats strong {
  font-size: clamp(36px, 4vw, 50px);
}

.about-impact-section .impact-stats span {
  font-size: 12px;
  margin-top: 6px;
}

.about-impact-section .impact-photo {
  overflow: hidden;
}

.about-impact-section .impact-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  width: 100%;
}

@media (max-width: 920px) {
  .about-impact-section .impact-layout {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .about-impact-section .impact-card {
    height: auto;
    min-height: 340px;
  }

  .about-impact-section .impact-photo {
    height: 380px;
  }
}

@media (max-width: 700px) {
  .about-impact-section {
    padding: 58px 0;
  }

  .about-impact-section .impact-card {
    min-height: 0;
    padding: 30px 24px;
  }

  .about-impact-section .impact-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-impact-section .impact-photo,
  .about-impact-section .impact-photo img {
    height: 290px;
  }
}


/* Layered project model timeline */
.dark-panel .project-model {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 54px;
  padding-top: 48px;
  position: relative;
}

.dark-panel .project-model::before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 1px;
  left: 12.5%;
  position: absolute;
  right: 12.5%;
  top: 14px;
}

.dark-panel .model-stat {
  background: transparent;
  border: 0;
  min-height: 0;
  padding: 0 24px;
  position: relative;
  text-align: center;
}

.dark-panel .model-stat::before {
  background: var(--m-crimson);
  border: 3px solid var(--m-dark);
  border-radius: 50%;
  box-shadow:
    0 0 0 7px rgba(134, 28, 43, 0.32),
    0 0 0 14px rgba(134, 28, 43, 0.12);
  content: "";
  height: 17px;
  left: 50%;
  position: absolute;
  top: -42px;
  transform: translateX(-50%);
  width: 17px;
}

.dark-panel .model-stat strong {
  color: #fff;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: 10px;
}

.dark-panel .model-stat span {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 210px;
}

@media (max-width: 700px) {
  .dark-panel .project-model {
    gap: 0;
    grid-template-columns: 1fr;
    margin-top: 38px;
    padding-left: 38px;
    padding-top: 0;
  }

  .dark-panel .project-model::before {
    bottom: 26px;
    height: auto;
    left: 8px;
    right: auto;
    top: 16px;
    width: 1px;
  }

  .dark-panel .model-stat {
    padding: 0 0 34px;
    text-align: left;
  }

  .dark-panel .model-stat:last-child {
    padding-bottom: 0;
  }

  .dark-panel .model-stat::before {
    left: -30px;
    top: 2px;
    transform: none;
  }

  .dark-panel .model-stat span {
    margin: 0;
    max-width: 420px;
  }
}


/* Reference-aligned project model rhythm */
.dark-panel .project-model {
  padding-top: 64px;
}

.dark-panel .project-model::before {
  top: 17px;
}

.dark-panel .model-stat {
  padding-left: 18px;
  padding-right: 18px;
}

.dark-panel .model-stat::before {
  align-items: center;
  background: var(--m-crimson);
  border: 2px solid var(--m-dark);
  color: #fff;
  display: flex;
  font-size: 9px;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  letter-spacing: 0.05em;
  top: -47px;
  width: 36px;
}

.dark-panel .model-stat:nth-child(1)::before { content: "01"; }
.dark-panel .model-stat:nth-child(2)::before { content: "02"; }
.dark-panel .model-stat:nth-child(3)::before { content: "03"; }
.dark-panel .model-stat:nth-child(4)::before { content: "04"; }

.dark-panel .model-stat strong {
  font-size: 16px;
  margin-bottom: 7px;
}

.dark-panel .model-stat span {
  font-size: 11px;
  line-height: 1.5;
  max-width: 190px;
}

@media (max-width: 700px) {
  .dark-panel .project-model {
    padding-left: 52px;
    padding-top: 0;
  }

  .dark-panel .project-model::before {
    left: 17px;
  }

  .dark-panel .model-stat {
    padding-left: 0;
    padding-right: 0;
  }

  .dark-panel .model-stat::before {
    left: -52px;
    top: -5px;
  }
}


/* Project model section proportions */
.project-model-section {
  align-items: center;
  display: flex;
  min-height: 620px;
  padding: 104px 0 110px;
}

.project-model-section > .container {
  max-width: 1060px;
}

.project-model-section h2 {
  max-width: 820px;
}

.project-model-section .section-copy {
  max-width: 720px;
}

.project-model-section .project-model {
  margin-left: auto;
  margin-right: auto;
  margin-top: 68px;
  max-width: 960px;
}

.project-model-section .model-stat strong {
  font-size: 18px;
  margin-bottom: 9px;
}

.project-model-section .model-stat span {
  font-size: 13px;
  line-height: 1.55;
  max-width: 215px;
}

@media (max-width: 700px) {
  .project-model-section {
    display: block;
    min-height: 0;
    padding: 72px 0;
  }

  .project-model-section .project-model {
    margin-top: 44px;
  }
}


/* Project model heading contrast */
.project-model-section .kicker {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.project-model-section h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin-bottom: 20px;
}

.project-model-section .section-copy,
.project-model-section .section-copy p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.65;
}


/* Project model node alignment */
@media (min-width: 701px) {
  .project-model-section .project-model::before {
    top: 35px;
  }
}

.project-model-section .model-stat strong {
  font-size: 20px;
}


/* Node-anchored project connectors */
@media (min-width: 701px) {
  .project-model-section .project-model::before {
    display: none;
  }

  .project-model-section .model-stat::after {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: -27px;
    width: 100%;
    z-index: 0;
  }

  .project-model-section .model-stat:last-child::after {
    display: none;
  }

  .project-model-section .model-stat::before {
    z-index: 1;
  }
}


/* Avenir typography */
html,
body,
button,
input,
select,
textarea {
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Infinite industry marquee */
.industry-marquee-section {
  background: #fff;
  border-bottom: 1px solid var(--m-line);
  border-top: 1px solid var(--m-line);
  overflow: hidden;
  padding: 62px 0 54px;
}

.industry-marquee-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}

.industry-marquee-heading .kicker,
.industry-marquee-heading h2 {
  margin-bottom: 0;
}

.industry-marquee-heading h2 {
  font-size: clamp(28px, 3.2vw, 42px);
}

.industry-marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.industry-marquee::before,
.industry-marquee::after {
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: clamp(30px, 7vw, 110px);
  z-index: 2;
}

.industry-marquee::before {
  background: linear-gradient(90deg, #fff, rgba(255,255,255,0));
  left: 0;
}

.industry-marquee::after {
  background: linear-gradient(270deg, #fff, rgba(255,255,255,0));
  right: 0;
}

.industry-marquee-track {
  animation: industryMarquee 34s linear infinite;
  display: flex;
  width: max-content;
}

.industry-marquee:hover .industry-marquee-track {
  animation-play-state: paused;
}

.industry-marquee-group {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 26px;
  padding-right: 26px;
}

.industry-marquee-group span {
  color: var(--m-ink);
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: -0.015em;
  white-space: nowrap;
}

.industry-marquee-group i {
  background: var(--m-crimson);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(134, 28, 43, 0.1);
  display: block;
  flex: 0 0 auto;
  height: 7px;
  width: 7px;
}

@keyframes industryMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 700px) {
  .industry-marquee-section {
    padding: 48px 0 42px;
  }

  .industry-marquee-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 28px;
  }

  .industry-marquee-track {
    animation-duration: 26s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .industry-marquee {
    overflow-x: auto;
  }

  .industry-marquee-track {
    animation: none;
  }

  .industry-marquee-group[aria-hidden="true"] {
    display: none;
  }
}


/* Avenir Light typography system */
html,
body,
button,
input,
select,
textarea {
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  font-weight: 400;
}

h1,
h2 {
  font-weight: 400;
  letter-spacing: -0.035em;
}

h3,
h4,
h5,
h6 {
  font-weight: 500;
}

strong,
b {
  font-weight: 600;
}

.nav-links a,
.button,
.kicker,
.mini-kicker,
summary,
label,
.site-footer-column h2 {
  font-weight: 600;
}

.hero h1,
.page-hero h1,
.contact-studio-story h1,
.clients-hero-copy h1 {
  font-weight: 400;
}



/* Consulting industry ribbon */
.industry-marquee-section {
  background: var(--m-paper);
  padding: 38px 0 42px;
}

.industry-marquee-heading {
  display: block;
  margin-bottom: 22px;
}

.industry-marquee-heading p {
  color: var(--m-ink);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
}

.industry-marquee-track {
  animation-duration: 42s;
}

.industry-marquee-group {
  gap: 14px;
  padding-right: 14px;
}

.industry-marquee-group span {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(134, 28, 43, 0.68);
  border-radius: 999px;
  color: var(--m-crimson);
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  min-height: 44px;
  padding: 8px 22px;
}

.industry-marquee-group i {
  display: none;
}

@media (max-width: 700px) {
  .industry-marquee-section {
    padding: 32px 0 36px;
  }

  .industry-marquee-heading {
    margin-bottom: 18px;
  }

  .industry-marquee-group {
    gap: 10px;
    padding-right: 10px;
  }

  .industry-marquee-group span {
    font-size: 13px;
    min-height: 40px;
    padding: 7px 18px;
  }
}


/* Homepage photography focal points */
.hero > img {
  object-position: center 55%;
}

@media (max-width: 700px) {
  .hero > img {
    object-position: center 52%;
  }
}


/* Unified subject-centered image crops */
.hero > img,
.page-hero > img,
.photo-frame > img,
.impact-photo > img,
.about-feature-photo > img,
.member-card-front > img {
  object-position: center center;
}


/* Hero focal alignment */
.hero > img,
.members-hero > img,
.join-hero > img {
  object-position: center center;
}


/* Members hero proportion refinement */
.members-hero,
.members-hero .page-hero-content {
  min-height: 500px;
}

.members-hero h1 {
  font-size: clamp(48px, 6vw, 76px);
}

@media (max-width: 700px) {
  .members-hero,
  .members-hero .page-hero-content {
    min-height: 460px;
  }

  .members-hero h1 {
    font-size: clamp(44px, 13vw, 62px);
  }
}


/* Homepage credibility strip */
.home-proof-section {
  background: var(--m-soft);
  border-bottom: 1px solid var(--m-line);
  border-top: 1px solid var(--m-line);
  padding: 64px 0;
}

.home-proof-layout {
  align-items: end;
  display: grid;
  gap: clamp(42px, 6vw, 84px);
  grid-template-columns: minmax(240px, 0.72fr) minmax(580px, 1.28fr);
}

.home-proof-heading .kicker {
  margin-bottom: 10px;
}

.home-proof-heading h2 {
  font-size: clamp(28px, 3.1vw, 42px);
  margin: 0;
  max-width: 430px;
}

.home-proof-metrics {
  border-bottom: 1px solid var(--m-line);
  border-top: 1px solid var(--m-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-proof-metrics > div {
  border-right: 1px solid var(--m-line);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 128px;
  padding: 24px 20px;
}

.home-proof-metrics > div:last-child {
  border-right: 0;
}

.home-proof-metrics strong {
  color: var(--m-crimson);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.home-proof-metrics span {
  color: var(--m-muted);
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 920px) {
  .home-proof-layout {
    align-items: start;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .home-proof-section {
    padding: 52px 0;
  }

  .home-proof-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-proof-metrics > div:nth-child(2) {
    border-right: 0;
  }

  .home-proof-metrics > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--m-line);
  }
}

/* 2026 UI audit: responsive navigation, hierarchy, and touch behavior */
:root {
  --ui-content: 1180px;
  --ui-gutter: clamp(20px, 4vw, 56px);
  --ui-rule: rgba(123, 18, 31, 0.2);
  --ui-focus: #a71930;
}

html { scroll-padding-top: 96px; }
body { overflow-x: hidden; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }

a, button, input, select, textarea, summary {
  -webkit-tap-highlight-color: transparent;
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 2px solid var(--ui-focus);
  outline-offset: 4px;
}

.container, .nav-wrap, .footer-inner {
  width: min(var(--ui-content), calc(100% - (2 * var(--ui-gutter))));
}

.site-header { border-top: 3px solid var(--m-crimson, #990000); }

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.nav-toggle-line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 5px 0;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-header.menu-open .nav-toggle-line:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.site-header.menu-open .nav-toggle-line:nth-child(2) { opacity: 0; }
.site-header.menu-open .nav-toggle-line:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.nav-links a { position: relative; }

.nav-links a[aria-current="page"]::after,
.nav-links a.active::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--m-crimson, #990000);
  content: "";
}

:where(input, select, textarea) { min-height: 48px; font-size: 16px; }
textarea { min-height: 148px; }
:where(.button, .btn, button[type="submit"], input[type="submit"]) { min-height: 46px; }
.faq-item summary, details summary { min-height: 56px; }

@media (hover: hover) and (pointer: fine) {
  :where(.service-card, .value-card, .proof-card, .client-pathway, .process-step) {
    transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
  }

  :where(.service-card, .value-card, .proof-card, .client-pathway, .process-step):hover {
    transform: translateY(-3px);
    border-color: var(--ui-rule);
  }
}

@media (max-width: 920px) {
  html { scroll-padding-top: 78px; }
  .site-header { position: sticky; top: 0; z-index: 1000; }

  .nav-wrap {
    display: flex;
    min-height: 72px;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 0;
  }

  .brand { position: relative; z-index: 2; }
  .nav-toggle { display: block; position: relative; z-index: 2; }

  .js .nav-links {
    display: grid;
    width: 100%;
    max-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    border-top: 0 solid rgba(255, 255, 255, 0.15);
    transition: max-height 240ms ease, opacity 180ms ease, padding 240ms ease;
  }

  .js .site-header.menu-open .nav-links {
    max-height: 520px;
    visibility: visible;
    opacity: 1;
    padding: 16px 0 22px;
    border-top-width: 1px;
  }

  .nav-links a {
    display: flex;
    min-height: 48px;
    align-items: center;
    padding: 8px 12px;
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .nav-links a[aria-current="page"]::after,
  .nav-links a.active::after {
    top: 10px;
    right: auto;
    bottom: 10px;
    left: 0;
    width: 2px;
    height: auto;
  }

  :where(.split-section, .editorial-split, .about-intro, .clients-intro, .contact-layout) {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-copy, .intro-copy, .hero-copy { max-width: 680px; }
  .footer-inner { gap: 42px 28px; }
}

@media (max-width: 700px) {
  :root { --ui-gutter: 20px; }
  body { font-size: 16px; }
  section, .section, .content-section { scroll-margin-top: 78px; }

  .page-hero {
    min-height: min(690px, calc(100svh - 72px));
  }

  body > main > .hero:first-child {
    display: grid;
    height: auto;
    min-height: 0;
    background: #171717;
  }

  body > main > .hero:first-child::after {
    display: none;
  }

  body > main > .hero:first-child > img {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center 46%;
  }

  body > main > .hero:first-child .hero-content {
    position: relative;
    width: min(100% - 40px, 620px);
    min-height: 0;
    align-items: flex-start;
    padding: 36px 0 46px;
    text-align: left;
  }

  body > main > .hero:first-child .hero-copy {
    width: 100%;
    max-width: none;
  }

  .page-hero, .members-hero, .join-hero {
    min-height: 430px;
    height: 58svh;
    max-height: 560px;
  }

  .hero-content, .page-hero-content { width: min(100% - 40px, 620px); }

  .page-hero-content,
  .members-hero .page-hero-content,
  .join-hero .page-hero-content {
    position: absolute;
    inset: 0;
    height: 100%;
    min-height: 0;
    padding: 76px 20px 28px;
  }

  .hero h1, .page-hero h1 {
    font-size: clamp(2.75rem, 14vw, 4.5rem);
    line-height: 0.95;
  }

  .section-title, .display-heading, .intro-title {
    font-size: clamp(2.15rem, 10vw, 3.25rem);
    line-height: 1;
  }

  .section, .content-section, .editorial-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-actions, .cta-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions :where(.button, .btn),
  .cta-actions :where(.button, .btn) {
    width: 100%;
    justify-content: center;
  }

  .member-grid, .members-grid { grid-template-columns: minmax(0, 1fr); }
  .member-card, .member-card-inner { height: auto; min-height: 0; }
  .member-card-inner { display: grid; transform: none !important; }

  .member-card-face {
    position: relative;
    inset: auto;
    backface-visibility: visible;
  }

  .member-card-front { min-height: 390px; }
  .member-card-front img { min-height: 390px; object-position: center 24%; }
  .member-card-back { min-height: 0; transform: none; }

  .footer-inner, .site-footer-grid, .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-links a { display: inline-flex; min-height: 42px; align-items: center; }
  .home-proof-metrics { gap: 0; }
  .home-proof-metrics > div { min-height: 132px; padding: 24px 14px; }
  .contact-form, .client-form { width: 100%; }
  .form-row, .form-grid { grid-template-columns: minmax(0, 1fr); }
  .project-model, .recruitment-overview, .process-track { overflow: visible; }
}

@media (max-width: 480px) {
  .js .nav-links { grid-template-columns: minmax(0, 1fr); }
  .js .site-header.menu-open .nav-links { max-height: 680px; }
  .home-proof-metrics { grid-template-columns: minmax(0, 1fr); }
  .home-proof-metrics > div { border-right: 0; border-bottom: 1px solid var(--m-line); }
}

@media (hover: none), (pointer: coarse) {
  .member-card-inner { transform: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Mobile homepage composition: wide team portrait with concise overlay */
@media (max-width: 700px) {
  body > main > .hero:first-child {
    display: block;
    position: relative;
    height: clamp(390px, 108vw, 460px);
    min-height: 0;
    overflow: hidden;
    background: #171717;
  }

  body > main > .hero:first-child::after {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.08) 22%, rgba(10, 10, 10, 0.3) 55%, rgba(10, 10, 10, 0.78) 100%);
    content: "";
  }

  body > main > .hero:first-child > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center center;
  }

  body > main > .hero:first-child .hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: min(100% - 40px, 620px);
    min-height: 0;
    align-items: flex-end;
    justify-content: center;
    padding: 28px 0;
    text-align: center;
  }

  body > main > .hero:first-child .hero-copy {
    width: 100%;
    max-width: none;
  }

  body > main > .hero:first-child .kicker,
  body > main > .hero:first-child .lead {
    display: none;
  }

  body > main > .hero:first-child h1 {
    margin: 0 0 22px;
    font-size: clamp(2.55rem, 12vw, 3.4rem);
    line-height: 0.98;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
  }

  body > main > .hero:first-child .hero-actions {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
  }

  body > main > .hero:first-child .hero-actions :where(.button, .btn) {
    width: min(42vw, 150px);
    min-height: 46px;
    padding-right: 14px;
    padding-left: 14px;
  }
}

/* Shared mobile editorial system across every page */
@media (max-width: 700px) {
  .nav-wrap {
    min-height: 64px;
  }

  .brand img {
    width: auto;
    max-width: 160px;
    max-height: 40px;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
    padding: 10px;
  }

  .page-hero,
  .members-hero,
  .join-hero,
  .story-hero,
  .faq-hero {
    position: relative;
    height: clamp(350px, 96vw, 420px);
    min-height: 0;
    max-height: none;
    overflow: hidden;
    padding: 0;
  }

  .page-hero::after {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.08) 22%, rgba(10, 10, 10, 0.32) 58%, rgba(10, 10, 10, 0.78) 100%);
    content: "";
  }

  .page-hero > img,
  .members-hero > img,
  .join-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .page-hero-content,
  .members-hero .page-hero-content,
  .join-hero .page-hero-content,
  .story-hero .page-hero-content,
  .faq-hero .page-hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: min(100% - 40px, 620px);
    height: 100%;
    min-height: 0;
    align-items: flex-end;
    justify-content: center;
    padding: 26px 0;
    text-align: center;
  }

  .page-hero-copy {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .page-hero .kicker {
    margin-bottom: 8px;
  }

  .page-hero h1,
  .members-hero h1 {
    margin: 0;
    font-size: clamp(2.45rem, 11vw, 3.35rem);
    line-height: 0.98;
    text-wrap: balance;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
  }

  .join-hero h1 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .page-hero .lead {
    display: none;
  }

  .about-story-section,
  .about-impact-section,
  .about-feature-section,
  .members-section,
  .clients-engagements,
  .clients-inquiry-section,
  .recruitment-guide-section,
  .past-clients-section,
  .project-model-section,
  .contact-page-intro {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .section-grid,
  .about-story-grid,
  .impact-layout,
  .about-feature-grid,
  .clients-hero-grid,
  .clients-engagements-layout,
  .contact-studio-grid {
    gap: 30px;
  }

  .section-grid > :first-child,
  .about-story-grid > :first-child,
  .faq-page-heading,
  .members-intro > :first-child {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .section-grid > :first-child h2,
  .about-story-grid > :first-child h2,
  .faq-page-heading h2 {
    font-size: clamp(2rem, 9vw, 2.8rem);
    text-wrap: balance;
  }

  .impact-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .impact-card {
    padding: 32px 20px;
  }

  .impact-card > .kicker {
    text-align: center;
  }

  .impact-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .impact-stats > div {
    min-height: 118px;
    padding: 20px 10px;
    text-align: center;
  }

  .impact-photo {
    min-height: 300px;
  }

  .service-grid,
  .card-grid,
  .about-pillars {
    gap: 0;
    border-top: 1px solid var(--m-line);
  }

  :where(.service-card, .info-card, .about-pillar) {
    padding: 26px 0;
    border: 0;
    border-bottom: 1px solid var(--m-line);
    background: transparent;
  }

  .client-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .client-logo-card {
    height: 104px;
    min-height: 82px;
    padding: 14px;
  }

  .client-logo-card img {
    width: 118px;
    height: 52px;
    max-width: 100%;
  }

  .clients-hero {
    padding: 52px 0;
  }

  .clients-hero-copy {
    text-align: center;
  }

  .clients-hero-copy h1 {
    font-size: clamp(2.5rem, 11vw, 3.4rem);
    line-height: 0.98;
    text-wrap: balance;
  }

  .clients-hero-actions,
  .join-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .clients-hero-actions .button,
  .join-actions .button {
    width: 100%;
    justify-content: center;
  }

  .clients-hero-proof {
    padding: 26px 0 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  .engagement-card,
  .join-panel,
  .contact-studio-card {
    padding: 28px 20px;
  }

  .contact-page-intro {
    padding-top: 44px;
  }

  .contact-studio-story {
    text-align: center;
  }

  .contact-studio-story h1 {
    font-size: clamp(2.55rem, 11vw, 3.45rem);
    line-height: 0.98;
    text-wrap: balance;
  }

  .contact-studio-paths {
    justify-content: center;
  }

  .faq-page-layout,
  .faq-category,
  .recruitment-detail-grid {
    gap: 26px;
  }

  .faq-category-heading {
    padding-bottom: 10px;
    border-bottom: 2px solid var(--m-crimson);
  }

  .faq-category-questions details {
    margin: 0;
  }

  .site-footer {
    padding-top: 48px;
  }
}

/* 812 color system: IU limestone, crimson, paper, and charcoal */
:root {
  --m-paper: #fbfaf7;
  --m-soft: #eee8e1;
  --m-limestone: #e6ddd3;
  --m-blush: #f3e6e5;
  --m-crimson-deep: #681421;
}

html,
body {
  background: var(--m-paper);
}

main > section:not(.hero):not(.page-hero):not(.dark-panel):not(.home-proof-section):not(.recruitment-snapshot-section),
.clients-hero,
.contact-studio-main {
  background-color: var(--m-paper);
}

main > section.soft-section,
main > section.about-impact-section,
main > section.past-clients-section,
main > section.clients-inquiry-section,
main > section.contact-studio,
.contact-studio-main {
  background-color: var(--m-soft) !important;
}

body > main > .hero + section,
main > section.about-story-section,
main > section.clients-engagements,
main > section.recruitment-guide-section {
  background-color: #f7f2ec !important;
}

.home-proof-section {
  background: var(--m-crimson-deep);
  border-color: transparent;
  color: #fff;
}

.home-proof-heading .kicker {
  color: #eec8ce;
}

.home-proof-heading h2,
.home-proof-metrics strong {
  color: #fff;
}

.home-proof-metrics {
  border-color: rgba(255, 255, 255, 0.3);
}

.home-proof-metrics > div {
  border-color: rgba(255, 255, 255, 0.22);
}

.home-proof-metrics span {
  color: rgba(255, 255, 255, 0.76);
}

body main > section.home-placements-section {
  padding: clamp(66px, 7vw, 94px) 0;
  border: 0;
  background: #fff;
}

.home-placements-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  align-items: end;
  gap: clamp(40px, 7vw, 108px);
}

.home-placements-heading h2 {
  max-width: 640px;
  margin-bottom: 0;
  font-size: clamp(34px, 4vw, 54px);
}

.home-placements-heading > p {
  max-width: 540px;
  margin: 0 0 5px;
  color: var(--m-muted);
  font-size: 15px;
  line-height: 1.75;
}

.placement-logo-grid {
  display: grid;
  margin-top: clamp(44px, 5vw, 64px);
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: center;
  gap: clamp(28px, 3vw, 42px) clamp(18px, 2.2vw, 32px);
}

.placement-logo {
  display: flex;
  min-width: 0;
  height: 68px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.placement-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 132px;
  max-height: 42px;
  object-fit: contain;
  object-position: center;
}

.placement-logo-tall img {
  max-width: 108px;
  max-height: 50px;
}

.placement-logo-crop img {
  width: 132px;
  max-width: none;
  max-height: none;
}

.placement-logo-toyota img {
  width: 132px;
  max-width: none;
  max-height: none;
}

@media (max-width: 1050px) {
  .placement-logo-grid {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .placement-logo:nth-last-child(2):nth-child(4n + 1) {
    grid-column: 2;
  }
}

@media (max-width: 700px) {
  body main > section.home-placements-section {
    padding: 56px 0 60px;
  }

  .home-placements-heading {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 20px;
  }

  .home-placements-heading h2 {
    max-width: 330px;
  }

  .home-placements-heading > p {
    max-width: 420px;
  }

  .placement-logo-grid {
    max-width: 420px;
    margin-top: 38px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
  }

  .placement-logo:nth-last-child(2):nth-child(4n + 1) {
    grid-column: auto;
  }

  .placement-logo {
    height: 62px;
  }

  .placement-logo img {
    max-width: 122px;
    max-height: 40px;
  }

  .placement-logo-tall img {
    max-width: 96px;
    max-height: 46px;
  }

  .placement-logo-crop img {
    width: 122px;
    max-width: none;
    max-height: none;
  }
}

body main > section.home-sponsors-section {
  padding: clamp(58px, 6vw, 82px) 0;
  border: 0;
  background-color: #f3e6e5 !important;
}

.home-sponsors-layout {
  display: block;
}

.home-sponsors-copy {
  text-align: center;
}

.home-sponsors-copy h2 {
  max-width: 680px;
  margin: 0 auto 14px;
  font-size: clamp(30px, 3.4vw, 44px);
}

.home-sponsors-copy > p:last-child {
  max-width: 610px;
  margin: 0 auto;
  color: var(--m-muted);
  font-size: 15px;
}

.home-sponsor-logos {
  display: flex;
  max-width: 880px;
  margin: clamp(36px, 4vw, 48px) auto 0;
  align-items: center;
  justify-content: center;
  gap: clamp(34px, 4vw, 56px);
}

.home-sponsor-card {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 0;
  background: transparent;
  flex: 0 0 auto;
}

.home-sponsor-card img {
  display: block;
  width: auto;
  height: auto;
  max-width: 158px;
  max-height: 70px;
  flex: none;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 820px) {
  .home-sponsor-logos {
    display: grid;
    max-width: 560px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    gap: 24px 32px;
  }

  .home-sponsor-card {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .home-sponsor-logos {
    gap: 22px 28px;
  }

  .home-sponsor-card {
    width: 100%;
    min-height: 76px;
    padding: 8px;
  }

  .home-sponsor-card img {
    width: auto;
    height: auto;
    max-width: 126px;
    max-height: 56px;
  }
}

.service-card,
.info-card,
.about-pillar {
  background: rgba(255, 255, 255, 0.58);
}

.service-card:nth-child(even),
.info-card:nth-child(even),
.about-pillar:nth-child(even) {
  background: rgba(134, 28, 43, 0.055);
}

.about-feature-section {
  background: var(--m-crimson-deep) !important;
  color: rgba(255, 255, 255, 0.82);
}

.about-feature-section :where(h2, h3) {
  color: #fff;
}

.about-feature-section .about-feature-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.about-feature-section .kicker {
  color: #eec8ce;
}

.about-feature-copy {
  background: transparent;
}

.about-impact-section .impact-card {
  background: var(--m-blush);
}

.members-section {
  background: #f7f2ec !important;
}

.member-role-group > h3 {
  color: var(--m-crimson);
}

.join-panel {
  background: var(--m-crimson-deep);
  border-color: var(--m-crimson-deep);
  color: rgba(255, 255, 255, 0.82);
}

.join-panel :where(h2, h3) {
  color: #fff;
}

.join-panel > p:not(.kicker) {
  color: rgba(255, 255, 255, 0.82);
}

.join-panel .kicker {
  color: #eec8ce;
}

.join-panel .button {
  background: #fff;
  border-color: #fff;
  color: var(--m-crimson-deep);
}

.join-panel .button.secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.62);
  color: #fff;
}

body main > section.recruitment-snapshot-section {
  padding: 0;
  background-color: #681421 !important;
  background-image: none !important;
  color: #fff;
}

.recruitment-snapshot {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(520px, 1.28fr);
  gap: 34px clamp(48px, 7vw, 96px);
  padding-top: clamp(48px, 6vw, 72px);
  padding-bottom: clamp(42px, 5vw, 62px);
}

.recruitment-snapshot-intro .kicker {
  color: #eec8ce;
}

.recruitment-snapshot-intro h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.5vw, 46px);
}

.recruitment-snapshot-intro > p:last-child {
  max-width: 420px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}

.recruitment-snapshot-dates {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-self: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.recruitment-snapshot-dates > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 20px clamp(16px, 2.2vw, 30px);
}

.recruitment-snapshot-dates > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.recruitment-snapshot-dates span {
  color: #eec8ce;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.recruitment-snapshot-dates strong {
  color: #fff;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.15;
  white-space: nowrap;
}

.recruitment-snapshot-footer {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding-top: 4px;
}

.recruitment-snapshot-footer p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.65;
}

.recruitment-snapshot-section .button {
  background: #fff;
  border-color: #fff;
  color: var(--m-crimson-deep);
}

.recruitment-snapshot-section .button.secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.62);
  color: #fff;
}

.recruitment-overview small {
  color: var(--m-crimson);
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (max-width: 920px) {
  .recruitment-snapshot {
    grid-template-columns: minmax(0, 1fr);
  }

  .recruitment-snapshot-footer {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .recruitment-snapshot-dates {
    grid-template-columns: minmax(0, 1fr);
  }

  .recruitment-snapshot-dates > div {
    padding: 16px 0;
  }

  .recruitment-snapshot-dates > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .recruitment-snapshot-footer .join-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
}

.faq-category:nth-child(even) {
  background: var(--m-blush);
}

.faq-category:nth-child(even) .faq-category-heading,
.faq-category:nth-child(even) .faq-category-questions {
  padding-right: clamp(20px, 3vw, 34px);
  padding-left: clamp(20px, 3vw, 34px);
}

.clients-hero {
  background: var(--m-limestone);
}

.clients-hero-proof {
  background: var(--m-crimson-deep);
  border-color: var(--m-crimson-deep);
  color: rgba(255, 255, 255, 0.78);
}

.clients-hero .clients-hero-proof p,
.clients-hero .clients-hero-proof strong,
.clients-proof-eyebrow {
  color: #fff;
}

.clients-proof-line {
  border-color: rgba(255, 255, 255, 0.2);
}

.clients-proof-line span {
  color: rgba(255, 255, 255, 0.65);
}

.contact-studio-code {
  background: var(--m-crimson-deep);
  color: #fff;
  display: inline-flex;
  padding: 8px 12px;
}

.contact-studio-card,
.clients-inquiry-form,
.engagement-card {
  background: #fff;
  border-color: #d7ccc1;
}

@media (max-width: 700px) {
  .home-proof-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .home-proof-metrics > div:nth-child(-n + 2),
  .home-proof-metrics > div {
    border-color: rgba(255, 255, 255, 0.22);
  }

  .faq-category:nth-child(even) {
    margin-right: -20px;
    margin-left: -20px;
    padding: 28px 20px;
  }

  .faq-category:nth-child(even) .faq-category-heading,
  .faq-category:nth-child(even) .faq-category-questions {
    padding-right: 0;
    padding-left: 0;
  }

  .clients-hero-proof {
    padding: 28px 20px;
  }
}

/* Past-client logo rail */
.client-logo-grid.is-logo-marquee {
  display: block;
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--m-line);
  border-bottom: 1px solid var(--m-line);
  background: #fff;
}

.client-logo-grid.is-logo-marquee::before,
.client-logo-grid.is-logo-marquee::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(28px, 7vw, 96px);
  pointer-events: none;
  content: "";
}

.client-logo-grid.is-logo-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}

.client-logo-grid.is-logo-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}

.client-logo-track {
  display: flex;
  width: max-content;
  animation: client-logo-rail 46s linear infinite;
  will-change: transform;
}

.client-logo-grid.is-logo-marquee:hover .client-logo-track,
.client-logo-grid.is-logo-marquee:focus-within .client-logo-track {
  animation-play-state: paused;
}

.client-logo-group {
  display: flex;
  flex: none;
}

.client-logo-grid.is-logo-marquee .client-logo-card {
  width: clamp(190px, 18vw, 240px);
  height: 154px;
  flex: none;
  border-right: 1px solid var(--m-line);
}

.client-logo-grid.is-logo-marquee .client-logo-card img {
  width: min(100%, 176px);
  height: 72px;
}

.client-logo-grid.is-logo-marquee img[src$="/humana.png"] {
  transform: scale(1.3);
}

.client-logo-grid:not(.is-logo-marquee) {
  background: transparent;
}

@keyframes client-logo-rail {
  to { transform: translateX(-50%); }
}

@media (max-width: 700px) {
  .client-logo-grid.is-logo-marquee {
    margin-right: -20px;
    margin-left: -20px;
  }

  .client-logo-grid.is-logo-marquee .client-logo-card {
    width: 154px;
    height: 106px;
    padding: 16px;
  }

  .client-logo-grid.is-logo-marquee .client-logo-card img {
    width: 112px;
    height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .client-logo-grid.is-logo-marquee {
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .client-logo-grid.is-logo-marquee::before,
  .client-logo-grid.is-logo-marquee::after {
    display: none;
  }

  .client-logo-track {
    animation: none;
    transform: none;
  }

  .client-logo-group[aria-hidden="true"] {
    display: none;
  }
}

/* Member roster: editorial directory beneath the Executive Board. */
.member-directory {
  margin-top: clamp(72px, 8vw, 112px);
  padding: clamp(46px, 5.5vw, 72px) clamp(28px, 4vw, 52px) clamp(52px, 6vw, 80px);
  border-top: 3px solid var(--m-crimson);
  background:
    linear-gradient(135deg, rgba(153, 0, 0, 0.045), transparent 42%),
    var(--m-paper);
}

.member-directory-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: clamp(28px, 3vw, 40px);
  border-bottom: 1px solid var(--m-line);
}

.member-directory-heading .kicker {
  margin-bottom: 10px;
}

.member-directory-heading h3 {
  margin: 0;
  color: var(--m-ink);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.member-directory-count {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  color: var(--m-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 700;
}

.member-directory-count strong {
  color: var(--m-crimson);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.member-directory-list {
  columns: 4;
  column-gap: clamp(34px, 5vw, 68px);
  column-rule: 1px solid var(--m-line);
  margin: clamp(34px, 4vw, 52px) 0 0;
  padding: 0;
  list-style: none;
}

.member-directory-list li {
  break-inside: avoid;
  padding: 9px 0;
  color: var(--m-ink);
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 1.3;
  transition: color 180ms ease, transform 180ms ease;
}

.member-directory-list li:hover {
  color: var(--m-crimson);
  transform: translateX(3px);
}

@media (max-width: 920px) {
  .member-directory-list {
    columns: 3;
  }
}

@media (max-width: 700px) {
  .member-directory {
    margin: 64px -20px 0;
    padding: 40px 20px 52px;
  }

  .member-directory-heading {
    align-items: flex-start;
    gap: 20px;
  }

  .member-directory-heading h3 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .member-directory-count {
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
  }

  .member-directory-list {
    columns: 2;
    column-gap: 24px;
    column-rule: 0;
    margin-top: 30px;
  }

  .member-directory-list li {
    padding: 7px 0;
    font-size: 14px;
    overflow-wrap: anywhere;
  }
}

/* Final hierarchy and contrast refinements. */
@media (min-width: 921px) {
  body > .site-header .brand,
  body > .site-header .brand img {
    height: 54px;
    max-height: 54px;
  }
}

@media (max-width: 920px) {
  body > .site-header .brand img {
    height: 44px;
    max-height: 44px;
    max-width: 190px;
  }
}

.about-feature-section .button.dark-secondary {
  background: #fff;
  border-color: #fff;
  color: var(--m-crimson-deep, #64121f);
}

.about-feature-section .button.dark-secondary:hover,
.about-feature-section .button.dark-secondary:focus-visible {
  background: #f2dce0;
  border-color: #f2dce0;
  color: var(--m-crimson-deep, #64121f);
}

.member-directory-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(58px, auto);
  columns: unset;
  column-gap: 0;
  column-rule: 0;
}

.member-directory-list li {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 14px clamp(16px, 2vw, 24px);
}

.member-directory-list li:hover {
  background: transparent;
  transform: none;
}

.member-directory-list a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.member-directory-list a::after {
  margin-left: 7px;
  color: var(--m-crimson);
  content: "↗";
  font-size: 0.72em;
  opacity: 0;
  transform: translate(-3px, 2px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.member-directory-list a:hover::after,
.member-directory-list a:focus-visible::after {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 700px) {
  .member-directory-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(54px, auto);
    column-gap: 0;
  }

  .member-directory-list li {
    padding: 11px 12px;
    font-size: 13.5px;
  }
}

/* Navigation dropdowns */
.nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-item > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.nav-submenu-toggle {
  position: relative;
  width: 16px;
  height: 44px;
  margin-left: 1px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #77716c;
  cursor: pointer;
}

.nav-submenu-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translate(-50%, -65%) rotate(45deg);
  transition: transform 180ms ease;
}

.nav-item.submenu-open .nav-submenu-toggle span {
  transform: translate(-50%, -35%) rotate(225deg);
}

.nav-submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: -16px;
  z-index: 50;
  display: grid;
  width: max-content;
  min-width: 220px;
  padding: 10px;
  border-top: 3px solid var(--m-crimson);
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 20px 42px rgba(23, 23, 25, 0.14);
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.nav-submenu::before {
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 12px;
  content: "";
}

.nav-links .nav-submenu a {
  min-height: 40px;
  padding: 9px 12px;
  color: var(--m-ink);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.035em;
  line-height: 1.25;
  text-transform: none;
  white-space: nowrap;
}

.nav-links .nav-submenu a::after {
  display: none !important;
}

.nav-links .nav-submenu a:hover,
.nav-links .nav-submenu a:focus-visible {
  background: rgba(134, 28, 43, 0.07);
  color: var(--m-crimson);
}

@media (min-width: 921px) {
  .nav-links {
    gap: clamp(16px, 1.8vw, 26px);
  }

  .nav-item:hover > .nav-submenu-toggle,
  .nav-item:focus-within > .nav-submenu-toggle,
  .nav-item.submenu-open > .nav-submenu-toggle {
    color: var(--m-crimson);
  }

  .nav-item:hover > .nav-submenu-toggle span,
  .nav-item:focus-within > .nav-submenu-toggle span {
    transform: translate(-50%, -35%) rotate(225deg);
  }

  .nav-item:hover > .nav-submenu,
  .nav-item:focus-within > .nav-submenu,
  .nav-item.submenu-open > .nav-submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 920px) {
  .js .nav-links {
    grid-template-columns: minmax(0, 1fr);
  }

  .js .site-header.menu-open .nav-links {
    max-height: calc(100vh - 72px);
    overflow-y: auto;
  }

  .nav-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    align-items: start;
  }

  .nav-item > a {
    min-height: 48px;
  }

  .nav-submenu-toggle {
    width: 48px;
    height: 48px;
    margin: 0;
  }

  .nav-submenu-toggle span {
    left: 50%;
  }

  .nav-submenu {
    position: static;
    display: none;
    width: auto;
    min-width: 0;
    grid-column: 1 / -1;
    margin: 0 12px 10px;
    padding: 5px 0 5px 14px;
    border-top: 0;
    border-left: 2px solid var(--m-crimson);
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .nav-item.submenu-open > .nav-submenu {
    display: grid;
  }

  .nav-links .nav-submenu a {
    min-height: 42px;
    padding: 8px 12px;
  }
}

/* Clients page: client-presentation photography restores the shared hero rhythm. */
.clients-hero {
  isolation: isolate;
  min-height: clamp(620px, 72vh, 760px);
  background: var(--m-dark);
  color: #fff;
}

.clients-hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 64%;
}

.clients-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  background:
    linear-gradient(90deg, rgba(12, 12, 14, 0.88) 0%, rgba(12, 12, 14, 0.69) 47%, rgba(12, 12, 14, 0.5) 100%),
    linear-gradient(180deg, rgba(12, 12, 14, 0.2) 0%, rgba(12, 12, 14, 0.52) 100%);
  content: "";
}

.clients-hero-copy .kicker {
  color: #eec8ce;
}

.clients-hero-copy h1,
.clients-hero-copy > p:not(.kicker),
.clients-text-link {
  color: #fff;
}

.clients-hero-copy > p:not(.kicker) {
  color: rgba(255, 255, 255, 0.84);
}

.clients-text-link {
  border-bottom-color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 700px) {
  .clients-hero {
    min-height: 0;
    padding-top: 80px;
    padding-bottom: 58px;
  }

  .clients-hero-image {
    object-position: 55% center;
  }

  .clients-hero::after {
    background: linear-gradient(180deg, rgba(12, 12, 14, 0.46) 0%, rgba(12, 12, 14, 0.84) 45%, rgba(12, 12, 14, 0.94) 100%);
  }
}

/* Contact pathways: a persistent footer action plus an FAQ-specific handoff. */
.site-footer-contact-cta {
  align-items: center;
  align-self: flex-start;
  background: var(--m-crimson);
  color: #fff !important;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700 !important;
  gap: 12px;
  justify-content: space-between;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  min-height: 46px;
  padding: 0 18px;
  text-transform: uppercase;
  transition: background-color 180ms ease, transform 180ms ease;
  width: min(100%, 190px);
}

.site-footer-contact-cta:hover,
.site-footer-contact-cta:focus-visible {
  background: var(--m-crimson-hover);
  color: #fff !important;
  transform: translateY(-2px);
}

@media (max-width: 700px) {
  .site-footer-contact-cta {
    min-height: 48px;
  }
}

/* Professional surface system
   Neutral surfaces carry content; charcoal establishes authority; crimson signals action. */
:root {
  --m-paper: #f7f7f5;
  --m-soft: #f1f0ed;
  --m-limestone: #e9e7e2;
  --m-blush: #f7f7f5;
  --m-line: #d8d7d2;
  --m-dark: #1c1c1f;
  --m-crimson-deep: #6f1724;
}

html,
body,
.contact-studio-main {
  background: var(--m-paper);
}

.contact-studio-main {
  background: var(--m-paper) !important;
}

/* Keep the reading surface continuous instead of alternating full-width colors. */
body main > section:not(.hero):not(.page-hero):not(.dark-panel):not(.home-proof-section):not(.recruitment-snapshot-section):not(.about-feature-section),
body main > section.soft-section,
body main > section.about-story-section,
body main > section.about-impact-section,
body main > section.past-clients-section,
body main > section.clients-engagements,
body main > section.clients-inquiry-section,
body main > section.contact-studio,
body main > section.recruitment-guide-section,
body main > .hero + section {
  background: var(--m-paper) !important;
}

body main > section:not(.hero):not(.page-hero):not(.dark-panel):not(.home-proof-section):not(.recruitment-snapshot-section):not(.about-feature-section) {
  border-top: 1px solid var(--m-line);
}

/* Uniform content surfaces replace decorative every-other-card fills. */
.service-card,
.service-card:nth-child(even),
.info-card,
.info-card:nth-child(even),
.about-pillar,
.about-pillar:nth-child(even),
.contact-card,
.engagement-card,
.contact-studio-card,
.clients-inquiry-form {
  background: #fff;
}

.faq-category,
.faq-category:nth-child(even) {
  background: transparent;
}

.faq-category:nth-child(even) .faq-category-heading,
.faq-category:nth-child(even) .faq-category-questions {
  padding-right: 0;
  padding-left: 0;
}

.card-grid,
.service-grid,
.about-pillars {
  background: #fff;
}

.client-logo-card {
  background: #fff;
  box-shadow: none;
}

/* Dark bands are reserved for proof, process, and closing calls to action. */
.home-proof-section,
body main > section.recruitment-snapshot-section,
.about-feature-section,
.project-model-section {
  background: var(--m-dark) !important;
}

.home-proof-section,
body main > section.recruitment-snapshot-section,
.about-feature-section,
.project-model-section {
  border-top: 0;
}

.recruitment-snapshot-section .button {
  background: var(--m-crimson);
  border-color: var(--m-crimson);
  color: #fff;
}

.recruitment-snapshot-section .button:hover,
.recruitment-snapshot-section .button:focus-visible {
  background: var(--m-crimson-hover);
  border-color: var(--m-crimson-hover);
  color: #fff;
}

.recruitment-snapshot-section .button.secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
}

/* Client proof and contact identifiers use restrained accents rather than color blocks. */
.clients-hero-proof {
  background: rgba(20, 20, 22, 0.9);
  border-color: rgba(255, 255, 255, 0.16);
}

.contact-studio-code {
  background: transparent;
  border-left: 2px solid var(--m-crimson);
  color: var(--m-crimson);
  padding: 2px 0 2px 12px;
}

.members-section {
  background: var(--m-paper) !important;
}

/* The footer is the single consistent page ending across the site. */
.site-footer {
  background: var(--m-dark);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-main {
  padding-top: clamp(56px, 6vw, 76px);
}

@media (max-width: 700px) {
  body main > section:not(.hero):not(.page-hero):not(.dark-panel):not(.home-proof-section):not(.recruitment-snapshot-section):not(.about-feature-section) {
    border-top-color: rgba(28, 28, 31, 0.1);
  }
}

/* Improve primary navigation readability without crowding dropdown content. */
@media (min-width: 921px) {
  .nav-links > a,
  .nav-links > .nav-item > a {
    font-size: 12px;
    letter-spacing: 0.07em;
  }
}

/* Services: concrete engagement examples presented as an aligned editorial brief. */
.project-examples-section {
  padding-top: clamp(84px, 8vw, 112px);
  padding-bottom: clamp(84px, 8vw, 112px);
}

.project-examples-heading {
  align-items: end;
  margin-bottom: clamp(44px, 5vw, 64px);
}

.project-examples-heading .section-copy p {
  margin-top: 0;
  margin-bottom: 0;
}

.project-examples-list {
  background: #fff;
  border-top: 1px solid var(--m-line);
}

.project-example {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
  padding: clamp(38px, 5vw, 58px) clamp(28px, 4vw, 48px);
  border-bottom: 1px solid var(--m-line);
}

.project-example-title > span,
.project-example-details span {
  display: block;
  color: var(--m-crimson);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-example-title > span {
  margin-bottom: 16px;
}

.project-example-title h3 {
  max-width: 390px;
  margin: 0;
  font-size: clamp(23px, 2.5vw, 31px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.project-example-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.project-example-details > div {
  min-width: 0;
  padding: 2px clamp(20px, 2.6vw, 30px) 0;
  border-left: 1px solid var(--m-line);
}

.project-example-details > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.project-example-details > div:last-child {
  padding-right: 0;
}

.project-example-details span {
  margin-bottom: 12px;
}

.project-example-details p {
  margin: 0;
  color: var(--m-muted);
  font-size: 15px;
  line-height: 1.65;
}

.project-examples-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 24px;
}

.project-examples-note p {
  max-width: 760px;
  margin: 0;
  color: var(--m-muted);
  font-size: 13px;
}

.project-examples-note a {
  flex: 0 0 auto;
  color: var(--m-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-examples-note a:hover,
.project-examples-note a:focus-visible {
  color: var(--m-crimson);
}

@media (max-width: 1040px) {
  .project-example {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .project-example-title h3 {
    max-width: 640px;
  }
}

@media (min-width: 921px) and (max-width: 1040px) {
  .home-proof-layout {
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
  }

  .home-proof-metrics {
    width: 100%;
  }

  .site-footer-main {
    gap: 42px 32px;
    grid-template-columns: minmax(260px, 1.3fr) repeat(2, minmax(150px, 1fr));
  }

  .site-footer-contact {
    grid-column: 2 / -1;
  }

  .clients-engagements-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .clients-engagements-layout .clients-engagements-intro {
    position: static;
  }
}

/* Hero photography: restrained editorial fade keeps copy as the focal point. */
.hero > img,
.page-hero > img,
.clients-hero-image {
  filter: brightness(.78) saturate(.7) contrast(.96);
}

.clients-hero-image {
  filter: brightness(.84) saturate(.8) contrast(.98);
}

.hero::after,
.page-hero::after {
  background:
    linear-gradient(180deg, rgba(10, 10, 12, .24) 0%, rgba(10, 10, 12, .36) 52%, rgba(10, 10, 12, .78) 100%),
    radial-gradient(ellipse at 50% 58%, rgba(10, 10, 12, .04) 0%, rgba(10, 10, 12, .28) 100%);
}

.clients-hero::after {
  background:
    linear-gradient(90deg, rgba(10, 10, 12, .52) 0%, rgba(10, 10, 12, .34) 48%, rgba(10, 10, 12, .22) 100%),
    linear-gradient(180deg, rgba(10, 10, 12, .14) 0%, rgba(10, 10, 12, .58) 100%);
}

@media (max-width: 700px) {
  .hero::after,
  .page-hero::after {
    background: linear-gradient(180deg, rgba(10, 10, 12, .3) 0%, rgba(10, 10, 12, .5) 54%, rgba(10, 10, 12, .9) 100%);
  }

  .clients-hero::after {
    background: linear-gradient(180deg, rgba(10, 10, 12, .3) 0%, rgba(10, 10, 12, .56) 48%, rgba(10, 10, 12, .88) 100%);
  }
}

@media (max-width: 700px) {
  .project-examples-heading {
    margin-bottom: 36px;
  }

  .project-examples-list {
    padding-right: 0;
    padding-left: 0;
  }

  .project-example {
    gap: 28px;
    padding: 34px 20px;
  }

  .project-example-details {
    grid-template-columns: minmax(0, 1fr);
  }

  .project-example-details > div,
  .project-example-details > div:first-child,
  .project-example-details > div:last-child {
    padding: 20px 0;
    border-top: 1px solid var(--m-line);
    border-left: 0;
  }

  .project-example-details > div:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .project-example-details > div:last-child {
    padding-bottom: 0;
  }

  .project-examples-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}

/* Final homepage, Services hero, and engagement-library refinement. */
.hero > img.home-hero-image {
  object-position: center 32%;
}

.about-page-hero {
  isolation: isolate;
  background: #151517;
}

.about-page-hero::before {
  position: absolute;
  inset: -20px;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(15, 15, 17, 0.3), rgba(15, 15, 17, 0.05), rgba(15, 15, 17, 0.3)),
    url("assets/hero-about-community-2026.jpg") center 58% / cover no-repeat;
  content: "";
  filter: blur(16px);
  transform: scale(1.045);
}

.about-page-hero > img {
  z-index: 1;
  object-fit: cover;
  object-position: center 58%;
  transform: scale(1.025) translate(1.2%, 1%);
}

.about-page-hero::after {
  z-index: 2;
  background: linear-gradient(180deg, rgba(5, 5, 7, 0.18), rgba(5, 5, 7, 0.68));
}

.about-page-hero .page-hero-content {
  z-index: 3;
}

.services-hero .page-hero-copy {
  max-width: 880px;
}

.services-hero h1 {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: clamp(50px, 5.2vw, 76px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.services-hero .lead {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(18px, 1.75vw, 24px);
  line-height: 1.5;
  text-wrap: balance;
}

.engagement-library-section {
  padding-top: clamp(84px, 8vw, 112px);
  padding-bottom: clamp(84px, 8vw, 112px);
  background: #fff;
}

.engagement-library {
  border-top: 1px solid var(--m-line);
}

.engagement-item,
.engagement-item:first-child,
.engagement-item[open] {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--m-line);
  background: transparent;
  box-shadow: none;
}

.engagement-item summary {
  display: grid;
  min-height: 118px;
  grid-template-columns: 54px minmax(0, 1fr) minmax(130px, auto) 26px;
  gap: clamp(18px, 2.5vw, 34px);
  align-items: center;
  padding: 28px 0;
  color: var(--m-ink);
  cursor: pointer;
  list-style: none;
}

.engagement-item summary::-webkit-details-marker {
  display: none;
}

.engagement-item summary::after {
  grid-column: 4;
  color: var(--m-crimson);
  content: "+";
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
}

.engagement-item[open] summary::after {
  content: "−";
}

.engagement-number {
  color: var(--m-crimson);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.engagement-summary-copy {
  display: grid;
  gap: 8px;
}

.engagement-summary-copy strong {
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.engagement-type,
.engagement-panel > div > span {
  color: var(--m-crimson);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.engagement-result {
  color: var(--m-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.engagement-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
  padding: 0 0 clamp(34px, 4vw, 48px) 54px;
}

.engagement-panel p {
  margin: 10px 0 0;
  color: var(--m-muted);
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 860px) {
  .engagement-item summary {
    min-height: 0;
    grid-template-columns: 40px minmax(0, 1fr) 26px;
    gap: 18px;
    padding: 24px 0;
  }

  .engagement-result {
    grid-column: 2;
    justify-self: start;
  }

  .engagement-item summary::after {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
  }

  .engagement-panel {
    grid-template-columns: 1fr;
    padding-left: 58px;
  }
}

@media (max-width: 700px) {
  body > main > .hero:first-child > img.home-hero-image {
    object-position: center center;
  }

  .services-hero h1 {
    max-width: 620px;
    margin-bottom: 0;
    font-size: clamp(2.35rem, 10.5vw, 3rem);
    letter-spacing: -0.035em;
  }
}

@media (max-width: 560px) {
  .engagement-item summary {
    position: relative;
    grid-template-columns: 1fr;
    gap: 8px;
    padding-right: 34px;
  }

  .engagement-number {
    margin-bottom: 6px;
  }

  .engagement-result,
  .engagement-item summary::after {
    grid-column: 1;
  }

  .engagement-item summary::after {
    position: absolute;
    top: 24px;
    right: 0;
  }

  .engagement-panel {
    padding-left: 0;
  }
}

/* Production alignment pass
   Every page now resolves to the same content frame, hero rhythm, and grid behavior. */
:where(
  .section-grid,
  .split-feature,
  .about-story-grid,
  .about-feature-grid,
  .impact-layout,
  .explore,
  .home-proof-layout,
  .home-sponsors-layout,
  .clients-hero-grid,
  .clients-engagements-layout,
  .clients-inquiry-grid,
  .contact-studio-grid,
  .recruitment-guide-heading,
  .recruitment-snapshot,
  .site-footer-main
) > * {
  min-width: 0;
}

.home-feature-actions {
  justify-content: flex-start;
}

.project-model-section > .container {
  max-width: var(--ui-content);
}

.project-model-section .project-model {
  max-width: none;
}

:where(.service-grid, .card-grid, .member-grid, .client-logo-grid) {
  align-items: stretch;
}

:where(.service-card, .info-card, .about-pillar, .member-card, .client-logo-card) {
  height: 100%;
}

.site-footer-main {
  align-items: start;
}

@media (min-width: 701px) {
  .page-hero,
  .story-hero,
  .members-hero,
  .faq-hero {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .page-hero .page-hero-content,
  .story-hero .page-hero-content,
  .members-hero .page-hero-content,
  .faq-hero .page-hero-content {
    padding-top: 80px;
    padding-bottom: 48px;
  }

  .about-hero + .members-section {
    padding-top: 96px;
  }
}

@media (min-width: 701px) and (max-width: 920px) {
  .page-hero .page-hero-content,
  .story-hero .page-hero-content,
  .members-hero .page-hero-content,
  .faq-hero .page-hero-content {
    min-height: clamp(476px, 68vw, 560px);
  }
}

@media (min-width: 921px) {
  .page-hero .page-hero-content,
  .story-hero .page-hero-content,
  .members-hero .page-hero-content,
  .faq-hero .page-hero-content {
    min-height: clamp(560px, 68vh, 640px);
  }
}

@media (max-width: 700px) {
  .home-feature-actions {
    justify-content: stretch;
  }
}

/* Client decision support: concise answers immediately before the inquiry form. */
.clients-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 9vw, 132px);
  align-items: start;
}

.clients-faq-intro {
  position: sticky;
  top: 118px;
}

.clients-faq-intro h2 {
  max-width: 500px;
  margin-bottom: 22px;
}

.clients-faq-intro > p:not(.kicker) {
  max-width: 450px;
  color: var(--m-muted);
  font-size: 16px;
  line-height: 1.75;
}

.clients-faq-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--m-crimson);
  color: var(--m-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.clients-faq-link span {
  color: var(--m-crimson);
}

.clients-faq-list {
  border-top: 1px solid var(--m-ink);
}

.clients-faq-list details,
.clients-faq-list details:first-child {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--m-line);
  background: transparent;
}

.clients-faq-list details[open] {
  background: rgba(111, 23, 36, .035);
}

.clients-faq-list summary {
  position: relative;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 24px;
  gap: 22px;
  align-items: center;
  min-height: 82px;
  padding: 20px 12px 20px 0;
  list-style: none;
  cursor: pointer;
}

.clients-faq-list summary::-webkit-details-marker {
  display: none;
}

.clients-faq-list summary span {
  color: var(--m-crimson);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.clients-faq-list summary strong {
  color: var(--m-ink);
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 400;
  line-height: 1.35;
}

.clients-faq-list summary::after {
  content: "+";
  justify-self: end;
  color: var(--m-crimson);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.clients-faq-list details[open] summary::after {
  content: "−";
}

.clients-faq-list details > p {
  max-width: 720px;
  margin: 0;
  padding: 0 56px 28px 132px;
  color: var(--m-muted);
  font-size: 15px;
  line-height: 1.75;
}

@media (max-width: 920px) {
  .clients-faq-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 46px;
  }

  .clients-faq-intro {
    position: static;
  }
}

@media (max-width: 700px) {
  .clients-faq-layout {
    gap: 34px;
  }

  .clients-faq-link {
    margin-top: 18px;
  }

  .clients-faq-list summary {
    grid-template-columns: minmax(0, 1fr) 22px;
    gap: 14px;
    min-height: 0;
    padding: 20px 2px;
  }

  .clients-faq-list summary span {
    grid-column: 1;
    margin-bottom: -7px;
  }

  .clients-faq-list summary strong {
    grid-column: 1;
  }

  .clients-faq-list summary::after {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .clients-faq-list details > p {
    padding: 0 34px 24px 2px;
  }
}

/* Members hero: show more of the portrait and keep every face inside the crop. */
.members-hero > img {
  object-position: center 46%;
}

/* Recruitment hero: center the group within the responsive crop. */
.join-hero > img {
  object-position: 42% 42%;
}

@media (min-width: 701px) {
  .members-hero,
  .members-hero .page-hero-content {
    min-height: clamp(590px, 72vh, 660px);
  }
}

/* FAQ hero: favor the portrait subjects over the empty space above them. */
.faq-hero > img {
  object-position: center 40%;
}

@media (min-width: 701px) {
  .faq-hero,
  .faq-hero .page-hero-content {
    min-height: clamp(590px, 72vh, 660px);
  }
}

/* About feature photo: keep the new-member class's top row fully in frame. */
.about-feature-photo > img {
  object-position: center 30%;
}
