.ecosystem-section {
  padding: clamp(76px, 9vw, 140px) clamp(18px, 4vw, 54px);
  color: #11110f;
  background: var(--home-cream);
}

.ecosystem-section.is-dark {
  color: #fff;
  background: #161511;
}

.ecosystem-section.is-acid { background: var(--home-acid); }

.ecosystem-heading {
  display: grid;
  grid-template-columns: minmax(180px, .38fr) minmax(0, 1.2fr);
  gap: clamp(30px, 7vw, 110px);
  align-items: start;
  margin-bottom: clamp(44px, 6vw, 82px);
}

.ecosystem-heading h2 {
  max-width: 1100px;
  margin: 0;
  font-size: clamp(52px, 6.5vw, 104px);
  line-height: .86;
  letter-spacing: -.065em;
}

.ecosystem-heading h2 em { color: var(--home-red); font-weight: 400; }
.ecosystem-section.is-dark .ecosystem-heading h2 em { color: var(--home-acid); }

.ecosystem-heading-side {
  max-width: 320px;
  font-size: 18px;
  line-height: 1.45;
}

.ecosystem-heading-side p { margin: 0 0 22px; }

.story-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #11110f;
  border: 1px solid #11110f;
}

.story-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #11110f;
  background: var(--home-cream);
}

.story-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.story-card:first-child .story-card-media { aspect-ratio: 5 / 4; }

.story-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}

.story-card:hover .story-card-media img { transform: scale(1.035); }

.story-card-copy { padding: clamp(20px, 2.5vw, 34px); }

.story-card-meta,
.pathway-label,
.category-label,
.editorial-label,
.capture-label {
  font-family: var(--brand-serif);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.story-card-copy h3 {
  margin: 14px 0 18px;
  font-size: clamp(30px, 3.2vw, 52px);
  line-height: .92;
  letter-spacing: -.05em;
}

.story-card-copy p { margin: 0; color: rgba(17,17,15,.65); font-size: 17px; line-height: 1.45; }

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
}

.category-card {
  position: relative;
  min-height: 360px;
  padding: clamp(22px, 3vw, 40px);
  overflow: hidden;
  color: inherit;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) brightness(.58);
  transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .35s ease;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(10,9,8,.86), rgba(10,9,8,.05) 68%);
}

.category-card:hover img { transform: scale(1.04); filter: saturate(1) brightness(.68); }

.category-card > div { position: absolute; z-index: 1; right: 28px; bottom: 28px; left: 28px; color: #fff; }
.category-card h3 { margin: 10px 0 8px; font-size: clamp(32px, 3.6vw, 58px); line-height: .9; letter-spacing: -.05em; }
.category-card p { max-width: 390px; margin: 0; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.4; }
.category-card .category-label { color: var(--home-acid); }

.editorial-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: currentColor;
  border: 1px solid currentColor;
}

.editorial-panel {
  padding: clamp(28px, 5vw, 72px);
  color: #11110f;
  background: var(--home-cream);
}

.editorial-panel.is-image { min-height: 560px; padding: 0; overflow: hidden; }
.editorial-panel.is-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-panel h3 { margin: 22px 0; font-size: clamp(46px, 5.5vw, 86px); line-height: .87; letter-spacing: -.06em; }
.editorial-panel > p { max-width: 650px; font-size: 19px; line-height: 1.5; }

.pathway-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: currentColor;
  border: 1px solid currentColor;
}

.pathway-card {
  min-height: 310px;
  padding: clamp(20px, 2.2vw, 32px);
  color: #11110f;
  background: var(--home-cream);
  transition: background .2s ease, color .2s ease;
}

.pathway-card:hover { color: #11110f; background: var(--home-acid); }
.pathway-card h3 { margin: 26px 0 14px; font-size: clamp(27px, 2.6vw, 42px); line-height: .94; letter-spacing: -.04em; }
.pathway-card p { margin: 0; color: inherit; font-size: 16px; line-height: 1.45; opacity: .72; }
.pathway-card .pathway-arrow { display: block; margin-top: 34px; font-family: var(--brand-serif); font-size: 24px; }

.capture-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: end;
}

.capture-panel h2 { margin: 14px 0 24px; font-size: clamp(54px, 7vw, 108px); line-height: .85; letter-spacing: -.065em; }
.capture-panel h2 em { color: var(--home-red); font-weight: 400; }
.capture-panel-copy > p { max-width: 690px; font-size: 19px; line-height: 1.45; }

.capture-form { display: grid; gap: 16px; }
.capture-form label { display: grid; gap: 8px; font-family: var(--brand-serif); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.capture-form input,
.capture-form select,
.capture-form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #11110f;
  border-radius: 0;
  color: #11110f;
  background: #fffaf2;
  font-family: var(--brand-serif);
  font-size: 17px;
}
.capture-form textarea { min-height: 130px; resize: vertical; }

.home-signup > input,
.home-signup > select {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1px solid rgba(17,17,15,.42);
  border-radius: 0;
  color: #11110f;
  background: transparent;
  font-family: var(--brand-serif);
  font-size: 17px;
}

.home-signup > select option { color: #11110f; }
.home-signup > label:not(:first-of-type) { margin-top: 10px; }

.checkbox-fieldset { grid-column: 1 / -1; padding: 0; border: 0; }
.checkbox-fieldset legend { margin-bottom: 12px; font-family: var(--brand-serif); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.checkbox-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.checkbox-grid label { display: flex; align-items: center; gap: 9px; padding: 12px; border: 1px solid #11110f; font-size: 13px; text-transform: none; }
.checkbox-grid input { width: auto; }

.resource-list { display: grid; gap: 1px; margin-top: 42px; background: currentColor; border: 1px solid currentColor; }
.resource-row { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 20px; color: #11110f; background: var(--home-cream); }
.resource-row strong { display: block; margin-bottom: 4px; font-size: 24px; }
.resource-row small { font-family: var(--brand-serif); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }

@media (max-width: 1000px) {
  .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-card:first-child { grid-column: 1 / -1; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pathway-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pathway-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .ecosystem-heading,
  .capture-panel,
  .editorial-split { grid-template-columns: 1fr; }
  .story-grid,
  .category-grid,
  .pathway-grid { grid-template-columns: 1fr; }
  .story-card:first-child,
  .pathway-card:last-child { grid-column: auto; }
  .category-card { min-height: 330px; }
  .editorial-panel.is-image { min-height: 390px; }
  .checkbox-grid { grid-template-columns: 1fr; }
}
