.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  gap: clamp(2.5rem, 5vw, 6rem);
  min-height: calc(100svh - 78px);
  padding: clamp(4.5rem, 8vw, 8rem) var(--home-gutter, clamp(1.25rem, 4vw, 4.5rem));
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  isolation: isolate;
}

.home-hero::before {
  position: absolute;
  inset: 0 0 0 50%;
  z-index: -2;
  opacity: 0.09;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.34) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.34) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
}

.home-hero::after {
  position: absolute;
  right: -18vw;
  bottom: -27vw;
  z-index: -1;
  width: 58vw;
  height: 58vw;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 50%;
  content: "";
}

.home-hero-copy {
  align-self: center;
  min-width: 0;
  max-width: 780px;
}

.file-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font: 500 0.63rem var(--font-mono);
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.file-label i {
  width: 40px;
  height: 1px;
  background: currentColor;
}

.home-hero h1 {
  max-width: 780px;
  margin: 1.7rem 0 1.45rem;
  font-size: clamp(3.5rem, 6.35vw, 7.4rem);
  line-height: 0.82;
  text-wrap: balance;
}

.home-hero h1 em {
  color: var(--teal-bright);
  font-style: normal;
}

.home-hero-intro {
  max-width: 660px;
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.73);
  font-size: clamp(1.02rem, 1.28vw, 1.18rem);
  line-height: 1.65;
}

.home-action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.3rem;
}

.home-hero .text-link {
  color: var(--white);
}

.home-hero .text-link::after {
  color: var(--teal-bright);
}

.hero-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.4rem;
  margin: clamp(2.2rem, 5vh, 3.7rem) 0 0;
  padding: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.36);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font: 500 0.56rem var(--font-mono);
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.hero-capabilities span::before {
  margin-right: 0.55rem;
  color: var(--teal-bright);
  content: "■";
}

.ecosystem-map {
  align-self: center;
  min-width: 0;
  padding: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.025);
}

.map-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  color: rgba(255, 255, 255, 0.42);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font: 500 0.56rem var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  padding-top: 0.75rem;
}

.map-hub {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(120px, 0.45fr) minmax(0, 1.55fr);
  align-items: center;
  gap: 1.4rem;
  min-width: 0;
  min-height: 185px;
  padding: clamp(1.3rem, 2.8vw, 2.25rem);
  color: var(--white);
  background: var(--teal);
}

.map-hub img {
  width: min(180px, 100%);
  margin-inline: auto;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.map-hub-copy {
  min-width: 0;
}

.map-hub-copy span,
.practice-node span {
  display: block;
  margin-bottom: 0.75rem;
  font: 600 0.54rem var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.map-hub-copy strong {
  display: block;
  max-width: 15ch;
  font: 700 clamp(2.05rem, 3.6vw, 4.2rem)/0.84 var(--font-display);
  text-transform: uppercase;
}

.practice-node {
  position: relative;
  min-width: 0;
  min-height: 205px;
  padding: 1.3rem;
  overflow: hidden;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #1b1917;
}

.practice-node::before {
  display: block;
  width: 22px;
  height: 22px;
  margin-bottom: 2.2rem;
  background: var(--teal);
  content: "";
}

.practice-node span {
  color: var(--teal-bright);
}

.practice-node strong {
  display: block;
  font: 600 clamp(1.05rem, 1.35vw, 1.8rem)/0.94 var(--font-display);
  overflow-wrap: normal;
  word-break: normal;
  text-transform: uppercase;
}

.practice-node small {
  display: block;
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
  line-height: 1.5;
}

.affiliation-note {
  padding: 1.05rem var(--home-gutter, clamp(1.25rem, 4vw, 4.5rem));
  color: rgba(255, 255, 255, 0.58);
  background: #1b1917;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font: 500 0.57rem/1.65 var(--font-mono);
  letter-spacing: 0.045em;
  text-align: center;
  text-transform: uppercase;
}

.home-section {
  padding: clamp(6rem, 10vw, 10rem) var(--home-gutter, clamp(1.25rem, 4vw, 4.5rem));
}

.home-container {
  width: min(1440px, 100%);
  margin-inline: auto;
}

.section-index {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(3.5rem, 6vw, 6rem);
  color: var(--muted);
  font: 500 0.59rem var(--font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-index span {
  color: var(--teal-deep);
  font-weight: 600;
}

.section-index i {
  height: 1px;
  background: rgba(17, 16, 15, 0.2);
}

.section-index.dark {
  color: rgba(255, 255, 255, 0.38);
}

.section-index.dark span {
  color: var(--teal-bright);
}

.section-index.dark i {
  background: rgba(255, 255, 255, 0.16);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
  margin-bottom: clamp(4rem, 7vw, 6.5rem);
}

.section-heading h2 {
  max-width: 940px;
  margin: 0;
  font-size: clamp(4.25rem, 8.2vw, 8.9rem);
  line-height: 0.79;
}

.section-heading > p {
  max-width: 460px;
  margin: 0 0 0.5rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.practice-section {
  background: var(--paper);
}

.practice-stack {
  border-top: 2px solid var(--ink);
}

.practice-card {
  display: grid;
  grid-template-columns: 88px minmax(250px, 0.64fr) minmax(0, 1.16fr) auto;
  gap: clamp(1.2rem, 3vw, 3rem);
  align-items: center;
  min-width: 0;
  min-height: 220px;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(17, 16, 15, 0.2);
}

.practice-card-number {
  color: var(--teal-deep);
  font: 600 0.66rem var(--font-mono);
}

.practice-card h3 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

.practice-card-copy {
  min-width: 0;
}

.practice-card-copy > span {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--teal-deep);
  font: 600 0.58rem var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.practice-card-copy p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.practice-link {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--white);
  background: var(--teal);
  font-size: 1.15rem;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.practice-link:hover {
  background: var(--teal-bright);
  transform: rotate(45deg);
}

.specialty-callout {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
  margin-top: 2rem;
  padding: clamp(2rem, 4vw, 4rem);
  color: var(--white);
  background: var(--ink);
}

.specialty-callout span {
  color: var(--teal-bright);
  font: 600 0.6rem var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.specialty-callout strong {
  font: 700 clamp(2.3rem, 4.5vw, 5rem)/0.88 var(--font-display);
  text-transform: uppercase;
}

.podcast-spotlight {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  margin-top: clamp(2rem, 5vw, 4.5rem);
  color: var(--white);
  background: var(--ink);
  border: 1px solid rgba(17, 16, 15, 0.18);
}

.podcast-spotlight figure {
  display: grid;
  min-width: 0;
  place-items: center;
  margin: 0;
  background: #0d0d0d;
}

.podcast-spotlight figure img {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.podcast-spotlight-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(2rem, 5vw, 5rem);
}

.podcast-wordmark {
  width: min(460px, 100%);
  height: auto;
  margin: clamp(2rem, 4vw, 3.5rem) 0 1.8rem;
}

.podcast-spotlight h3 {
  max-width: 820px;
  margin: 0 0 1.3rem;
  color: var(--white);
  font-size: clamp(2.7rem, 5vw, 5.7rem);
  line-height: 0.84;
  text-transform: uppercase;
}

.podcast-spotlight-copy > p:not(.file-label) {
  max-width: 720px;
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1rem;
  line-height: 1.7;
}

.framework-section {
  color: var(--white);
  background: #1b1917;
}

.framework-section .section-heading > p {
  color: rgba(255, 255, 255, 0.6);
}

.five-c-chain {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 1px solid rgba(255, 255, 255, 0.17);
  list-style: none;
}

.five-c-chain li {
  min-width: 0;
  min-height: 330px;
  padding: clamp(1.3rem, 2.5vw, 2.4rem);
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.five-c-chain li:last-child {
  color: var(--white);
  background: var(--teal);
}

.five-c-chain span {
  display: block;
  color: var(--teal-bright);
  font: 600 0.6rem var(--font-mono);
}

.five-c-chain li:last-child span {
  color: var(--white);
}

.five-c-chain h3 {
  margin: 3.8rem 0 1rem;
  font-size: clamp(2rem, 3vw, 3.5rem);
  overflow-wrap: normal;
  word-break: normal;
}

.five-c-chain p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  line-height: 1.65;
}

.five-c-chain li:last-child p {
  color: rgba(255, 255, 255, 0.8);
}

.framework-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
}

.framework-footer p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
}

.proof-section {
  background: #f8f4eb;
}

.logo-ledger {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(17, 16, 15, 0.18);
  border-left: 1px solid rgba(17, 16, 15, 0.18);
}

.logo-ledger figure {
  display: grid;
  min-width: 0;
  min-height: 130px;
  place-items: center;
  margin: 0;
  padding: 1.5rem;
  border-right: 1px solid rgba(17, 16, 15, 0.18);
  border-bottom: 1px solid rgba(17, 16, 15, 0.18);
}

.logo-ledger img {
  max-width: 160px;
  max-height: 58px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.66;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(3rem, 6vw, 6rem);
}

.testimonial-card {
  display: flex;
  min-width: 0;
  min-height: 430px;
  flex-direction: column;
  margin: 0;
  padding: clamp(1.6rem, 3vw, 2.7rem);
  color: var(--white);
  background: var(--ink);
}

.testimonial-card:nth-child(2) {
  color: var(--ink);
  background: #eadfd5;
}

.testimonial-card:nth-child(3) {
  background: var(--teal);
}

.quote-mark {
  color: var(--teal-bright);
  font: 700 5rem/0.7 var(--font-display);
}

.testimonial-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.testimonial-card-head img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.testimonial-card:nth-child(2) .testimonial-card-head img {
  border-color: rgba(17, 16, 15, 0.22);
}

.testimonial-card:nth-child(2) .quote-mark,
.testimonial-card:nth-child(3) .quote-mark {
  color: currentColor;
  opacity: 0.34;
}

.testimonial-card blockquote {
  margin: 2.2rem 0 2rem;
  font: 600 clamp(1.55rem, 2.25vw, 2.55rem)/1.02 var(--font-display);
  text-transform: uppercase;
}

.testimonial-card footer {
  display: grid;
  gap: 0.25rem;
  margin-top: auto;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.testimonial-card:nth-child(2) footer {
  border-color: rgba(17, 16, 15, 0.18);
}

.testimonial-card footer strong {
  font: 600 0.63rem var(--font-mono);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.testimonial-card footer span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
}

.testimonial-card:nth-child(2) footer span {
  color: var(--muted);
}

.result-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.result-row span {
  display: grid;
  gap: 0.2rem;
  font: 500 0.52rem var(--font-mono);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.result-row b {
  font: 700 2.35rem var(--font-display);
}

.resources-section {
  color: var(--white);
  background: var(--ink);
}

.resource-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: start;
}

.resource-layout h2 {
  max-width: 780px;
  margin: 0 0 1.6rem;
  font-size: clamp(4.3rem, 8vw, 8.7rem);
  line-height: 0.78;
}

.resource-layout h2 em {
  color: var(--teal-bright);
  font-style: normal;
}

.resource-layout-copy > p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 1.08rem;
  line-height: 1.7;
}

.resource-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
}

.resource-list a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  min-height: 92px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
}

.resource-list a > span:first-child {
  color: var(--teal-bright);
  font: 600 0.58rem var(--font-mono);
}

.resource-list strong {
  font: 600 clamp(1.55rem, 2.4vw, 2.6rem)/0.98 var(--font-display);
  text-transform: uppercase;
}

.resource-list i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--ink);
  background: var(--teal-bright);
  font-style: normal;
}

.resource-list a:hover i {
  transform: rotate(45deg);
}

.home-final {
  padding: clamp(6rem, 11vw, 11rem) var(--home-gutter, clamp(1.25rem, 4vw, 4.5rem));
  color: var(--white);
  background: var(--teal);
}

.home-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  width: min(1440px, 100%);
  margin-inline: auto;
}

.home-final h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(4.3rem, 8.6vw, 9.3rem);
  line-height: 0.77;
}

.home-final-copy p {
  margin: 0 0 1.8rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  line-height: 1.7;
}

.home-final .button {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.home-final .text-link {
  margin-top: 1rem;
  color: var(--white);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1280px) {
  .home-hero {
    grid-template-columns: 1fr;
  }

  .ecosystem-map {
    width: min(820px, 100%);
  }

  .practice-node strong {
    font-size: clamp(1.3rem, 3vw, 1.95rem);
  }
}

@media (max-width: 1120px) {
  .practice-card {
    grid-template-columns: 64px minmax(230px, 0.7fr) minmax(0, 1.3fr) auto;
  }

  .five-c-chain {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .five-c-chain li {
    min-height: 260px;
  }

  .five-c-chain li:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .section-heading,
  .home-final-grid,
  .resource-layout,
  .specialty-callout,
  .podcast-spotlight {
    grid-template-columns: 1fr;
  }

  .podcast-spotlight figure img {
    height: auto;
    aspect-ratio: 1;
  }

  .practice-card {
    grid-template-columns: 54px minmax(0, 1fr) auto;
  }

  .practice-card-copy {
    grid-column: 2 / -1;
  }

  .practice-link {
    grid-column: 3;
    grid-row: 1;
  }

  .logo-ledger {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .home-hero {
    padding-top: 4rem;
  }

  .home-hero h1 {
    font-size: clamp(3.25rem, 16vw, 5rem);
  }

  .map-grid {
    grid-template-columns: 1fr;
  }

  .map-hub {
    grid-column: auto;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .map-hub img {
    width: 125px;
  }

  .map-hub-copy strong {
    max-width: none;
  }

  .practice-node {
    min-height: 0;
  }

  .practice-node::before {
    margin-bottom: 1.2rem;
  }

  .section-index {
    grid-template-columns: auto 1fr;
  }

  .section-index small {
    grid-column: 1 / -1;
  }

  .section-heading h2,
  .resource-layout h2,
  .home-final h2 {
    font-size: clamp(3.65rem, 18vw, 5.8rem);
  }

  .practice-card {
    grid-template-columns: 42px minmax(0, 1fr) 44px;
    gap: 1rem;
    min-height: 0;
  }

  .practice-card h3 {
    font-size: clamp(2.3rem, 11vw, 3.8rem);
  }

  .five-c-chain,
  .logo-ledger {
    grid-template-columns: 1fr;
  }

  .five-c-chain li:last-child {
    grid-column: auto;
  }

  .five-c-chain li {
    min-height: 0;
  }

  .five-c-chain h3 {
    margin-top: 2.3rem;
  }

  .logo-ledger figure {
    min-height: 110px;
  }

  .resource-list a {
    grid-template-columns: 30px minmax(0, 1fr) 34px;
    gap: 0.7rem;
  }

  .resource-list i {
    width: 34px;
    height: 34px;
  }

  .home-action-row .button,
  .home-action-row .text-link {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 460px) {
  .practice-card {
    grid-template-columns: 32px minmax(0, 1fr) 48px;
    gap: 0.85rem;
  }

  .practice-card h3 {
    grid-column: 2 / -1;
    grid-row: 1;
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .practice-card-copy {
    grid-column: 2 / -1;
    grid-row: 2;
  }

  .practice-link {
    grid-column: 3;
    grid-row: 3;
    justify-self: end;
  }
}
