:root {
  --max-width: 1240px;
}

body {
  overflow-x: hidden;
  background: #080a0c;
}

.site-header {
  height: 92px;
  border-bottom-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(to bottom, rgba(7, 9, 11, 0.94), rgba(7, 9, 11, 0.54));
  backdrop-filter: blur(12px);
}

.site-header.is-scrolled {
  height: 76px;
  background: rgba(7, 9, 11, 0.94);
}

.primary-nav {
  gap: 38px;
}

.primary-nav a {
  color: #eef0f2;
  font-size: 12px;
  letter-spacing: 0.015em;
}

.nav-cta {
  padding: 10px 19px;
  border-color: rgba(255, 45, 32, 0.8);
  background: rgba(255, 32, 22, 0.06);
}

.hero {
  display: block;
  min-height: 900px;
  background-position: center 45%;
}

.hero::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(6, 8, 10, 0.94) 0%, rgba(6, 8, 10, 0.79) 46%, rgba(6, 8, 10, 0.44) 75%, rgba(6, 8, 10, 0.72) 100%),
    linear-gradient(0deg, rgba(6, 8, 10, 0.98) 0%, transparent 46%, rgba(6, 8, 10, 0.28) 100%);
}

.hero-shade {
  top: 17%;
  right: -8%;
  width: 650px;
  height: 650px;
  border-color: rgba(255, 32, 22, 0.26);
}

.hero-content {
  display: grid;
  min-height: 900px;
  padding-top: 150px;
  padding-bottom: 76px;
  text-align: left;
  align-items: end;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.38fr);
  gap: 74px;
  align-items: end;
}

.hero-message {
  max-width: 900px;
}

.hero .eyebrow {
  margin-bottom: 24px;
}

.hero h1 {
  margin: 0;
  max-width: 970px;
  font-size: clamp(64px, 7.1vw, 106px);
  font-weight: 700;
  letter-spacing: -0.068em;
  line-height: 0.89;
}

.hero h1 span {
  color: #afb4bb;
}

.hero-copy {
  max-width: 680px;
  margin: 34px 0 0;
  color: #c8cdd2;
  font-size: 17px;
  line-height: 1.75;
}

.hero .button-row {
  justify-content: flex-start;
  margin-top: 38px;
}

.hero .button {
  min-width: 190px;
}

.hero-brief {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 32, 22, 0.8);
  background: rgba(10, 12, 15, 0.72);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.brief-heading {
  display: flex;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #8e959e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-brief > p {
  margin: 24px 0 8px;
  color: var(--red);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-brief h2 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.hero-brief ul {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-brief li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: #d9dde1;
  font-size: 11px;
}

.hero-brief li span {
  color: var(--red);
  font-size: 9px;
  font-weight: 800;
}

.proof-strip {
  position: relative;
  z-index: 2;
  border-color: #252a30;
  background: #0d1013;
}

.proof-grid {
  grid-template-columns: repeat(4, 1fr);
}

.proof-grid p {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1px 18px;
  justify-content: start;
  padding: 27px 24px;
}

.proof-grid p > span {
  grid-row: 1 / 3;
  align-self: start;
  color: var(--red);
  font-size: 9px;
  font-weight: 800;
}

.proof-grid strong {
  font-size: 14px;
  letter-spacing: -0.01em;
}

.proof-grid small {
  color: #7d8590;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.section {
  padding: 148px 0;
}

.pipeline {
  position: relative;
  background:
    radial-gradient(circle at 85% 30%, rgba(255, 32, 22, 0.055), transparent 28%),
    #0e1114;
}

.pipeline::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  pointer-events: none;
}

.pipeline > .container {
  position: relative;
}

.heading-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.65fr);
  gap: 110px;
  align-items: end;
  max-width: none;
}

.heading-split > p:last-child {
  margin: 0 0 5px;
  padding-left: 28px;
  border-left: 1px solid rgba(255, 32, 22, 0.6);
}

.section-heading h2,
.npo h2 {
  font-size: clamp(48px, 5.3vw, 72px);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.pipeline-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: 68px;
  align-items: stretch;
  margin-top: 86px;
}

.pipeline-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.feature-card {
  min-height: 246px;
  padding: 30px;
  border-radius: 2px;
  background: linear-gradient(145deg, rgba(24, 28, 33, 0.92), rgba(15, 18, 21, 0.94));
}

.feature-card:hover {
  border-color: rgba(255, 32, 22, 0.72);
  transform: translateY(-3px);
}

.card-kicker {
  margin-bottom: 38px !important;
  color: #747c86 !important;
  font-size: 8px !important;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.card-number {
  top: 29px;
  right: 26px;
  color: var(--red);
  font-size: 9px;
}

.feature-card h3 {
  margin-bottom: 14px;
  font-size: 22px;
}

.feature-card p:last-child {
  font-size: 11px;
  line-height: 1.65;
}

.network-visual {
  min-height: 506px;
  border-radius: 260px 260px 4px 4px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 48%, rgba(255, 32, 22, 0.23), transparent 31%),
    #090b0d;
  background-size: 34px 34px, 34px 34px, auto, auto;
}

.network-node {
  width: 178px;
  padding: 17px;
  border-radius: 2px;
  background: rgba(13, 16, 19, 0.94);
}

.network-node strong {
  font-size: 12px;
}

.network-node small {
  margin-top: 2px;
  font-size: 8px;
}

.node-school {
  top: 20%;
  left: 6%;
}

.node-factory {
  right: 6%;
  bottom: 16%;
}

.node-platform {
  width: 192px;
}

.stakeholders {
  position: relative;
  overflow: hidden;
  color: #f4f5f6;
  background:
    linear-gradient(90deg, rgba(6, 8, 10, 0.95) 0%, rgba(6, 8, 10, 0.8) 52%, rgba(6, 8, 10, 0.68) 100%),
    linear-gradient(0deg, rgba(6, 8, 10, 0.9), transparent 70%),
    url("assets/apparel-factory-floor.webp") center / cover no-repeat;
}

.stakeholders::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.stakeholders > .container {
  position: relative;
}

.stakeholder-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.44fr);
  gap: 90px;
  align-items: end;
}

.stakeholders .section-heading {
  max-width: 720px;
}

.stakeholders .section-heading h2 span {
  color: #a9afb6;
}

.stakeholders .section-heading > p:last-child {
  max-width: 650px;
  color: #c0c6cc;
}

.stakeholder-note {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left-color: var(--red);
  background: rgba(9, 11, 13, 0.63);
  backdrop-filter: blur(16px);
}

.stakeholder-note span {
  display: block;
  margin-bottom: 16px;
  color: var(--red);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.stakeholder-note strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
}

.stakeholder-grid {
  margin-top: 80px;
  border-color: rgba(255, 255, 255, 0.2);
}

.stakeholder-grid article {
  min-height: 250px;
  padding: 29px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(9, 11, 13, 0.68);
  backdrop-filter: blur(13px);
  transition: background 180ms ease, transform 180ms ease;
}

.stakeholder-grid article:hover {
  background: rgba(15, 18, 21, 0.88);
  transform: translateY(-4px);
}

.stakeholder-grid span {
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stakeholder-grid h3 {
  margin-top: 70px;
  color: #fff;
  font-size: 18px;
}

.stakeholder-grid p {
  color: #b8bec5;
  font-size: 11px;
  line-height: 1.65;
}

.metrics {
  background:
    radial-gradient(circle at 12% 80%, rgba(255, 32, 22, 0.06), transparent 25%),
    #090b0d;
}

.metrics-layout {
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
  gap: 100px;
}

.factory-panel {
  min-height: 640px;
  border-radius: 260px 260px 4px 4px;
}

.metrics-content .section-heading > p:last-child {
  max-width: 690px;
}

.metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 52px;
}

.metric-card {
  min-height: 212px;
  padding: 24px;
  border-radius: 2px;
  background: linear-gradient(145deg, #171b20, #111418);
}

.metric-card p {
  min-height: 28px;
  margin-bottom: 28px;
  font-size: 8px;
}

.metric-card strong {
  min-height: 60px;
  font-size: 22px;
  line-height: 1.08;
}

.metric-card span {
  font-size: 10px;
}

.investment {
  color: #111417;
  background: #eef0f2;
}

.investment-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.55fr);
  gap: 110px;
  align-items: end;
}

.investment-heading h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(48px, 5.2vw, 72px);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.investment-heading h2 span {
  color: #747b84;
}

.investment-heading > p {
  margin: 0 0 3px;
  color: #626a73;
  font-size: 13px;
}

.investment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 82px;
  border-top: 1px solid #c9ced3;
  border-bottom: 1px solid #c9ced3;
}

.investment-grid article {
  min-height: 300px;
  padding: 30px;
  border-right: 1px solid #c9ced3;
}

.investment-grid article:last-child {
  border-right: 0;
}

.investment-grid span {
  color: var(--red);
  font-size: 9px;
  font-weight: 800;
}

.investment-grid h3 {
  max-width: 260px;
  margin: 90px 0 14px;
  font-size: 22px;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.investment-grid p {
  margin: 0;
  color: #676f78;
  font-size: 11px;
}

.npo {
  padding-block: 128px;
  background:
    linear-gradient(100deg, rgba(12, 14, 17, 0.99), rgba(36, 12, 13, 0.92)),
    repeating-linear-gradient(90deg, transparent 0 80px, rgba(255, 255, 255, 0.04) 81px);
}

.npo-inner {
  max-width: 1020px;
}

.npo-lead {
  margin-top: 36px;
  font-size: 20px;
}

.portals {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 32, 22, 0.075), transparent 32%),
    #0c0f12;
}

.portals .section-heading > p:last-child {
  max-width: 580px;
  margin-inline: auto;
}

.portal-grid {
  gap: 16px;
  max-width: 1120px;
  margin-top: 72px;
}

.portal-card {
  grid-template-columns: auto 1fr;
  min-height: 310px;
  padding: 36px;
  border-radius: 2px;
  background: linear-gradient(145deg, #181c21, #101316);
}

.portal-icon {
  grid-row: auto;
  border-radius: 2px;
}

.portal-card h3 {
  margin-top: 6px;
  font-size: 27px;
}

.portal-description {
  display: block;
  max-width: 350px;
  margin-top: 17px;
  color: #9098a2;
  font-size: 11px;
  line-height: 1.6;
}

.portal-card .button {
  grid-column: 1 / -1;
  align-self: end;
  width: 100%;
}

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

.footer-grid {
  grid-template-columns: 1.45fr 0.75fr 1fr;
}

@media (max-width: 1050px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 40px;
  }

  .pipeline-layout,
  .metrics-layout {
    grid-template-columns: 1fr;
  }

  .network-visual {
    min-height: 560px;
  }

  .factory-panel {
    width: min(100%, 620px);
    min-height: 610px;
    margin-inline: auto;
  }

  .metrics-content {
    max-width: 820px;
    margin-inline: auto;
  }
}

@media (max-width: 900px) {
  .site-header {
    height: 72px;
  }

  .primary-nav {
    gap: 0;
  }

  .hero,
  .hero-content {
    min-height: 830px;
  }

  .hero-content {
    padding-top: 130px;
  }

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

  .hero-message {
    max-width: 760px;
  }

  .hero-brief {
    display: none;
  }

  .heading-split,
  .stakeholder-intro,
  .investment-heading {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .heading-split > p:last-child {
    margin: 0;
  }

  .stakeholder-note {
    max-width: 560px;
  }

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

  .stakeholder-grid article:nth-child(2) {
    border-right: 0;
  }

  .stakeholder-grid article:nth-child(-n + 2) {
    border-bottom-color: rgba(255, 255, 255, 0.18);
  }

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

  .investment-grid article {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid #c9ced3;
  }

  .investment-grid article:last-child {
    border-bottom: 0;
  }

  .investment-grid h3 {
    margin-top: 50px;
  }
}

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

  .hero,
  .hero-content {
    min-height: 760px;
  }

  .hero {
    background-position: 56% center;
  }

  .hero-content {
    align-items: center;
    padding-top: 112px;
    padding-bottom: 44px;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 72px);
    line-height: 0.94;
  }

  .hero-copy {
    margin-top: 27px;
    font-size: 14px;
  }

  .hero .button-row {
    max-width: none;
    margin-inline: 0;
  }

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

  .proof-grid p:nth-child(2) {
    border-right: 0;
  }

  .proof-grid p:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section-heading h2,
  .npo h2,
  .investment-heading h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .pipeline-cards,
  .metric-grid,
  .portal-grid {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 220px;
  }

  .network-visual {
    min-height: 470px;
    border-radius: 190px 190px 4px 4px;
  }

  .network-node {
    width: 150px;
  }

  .node-platform {
    width: 170px;
  }

  .stakeholders {
    background-position: 62% center;
  }

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

  .stakeholder-grid article,
  .stakeholder-grid article:nth-child(2) {
    min-height: 205px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .stakeholder-grid article:last-child {
    border-bottom: 0;
  }

  .stakeholder-grid h3 {
    margin-top: 42px;
  }

  .metrics-layout {
    gap: 64px;
  }

  .factory-panel {
    min-height: 470px;
    border-radius: 190px 190px 4px 4px;
  }

  .metric-card,
  .metric-card strong,
  .metric-card p {
    min-height: 0;
  }

  .investment-grid {
    margin-top: 58px;
  }

  .portal-card {
    min-height: 290px;
  }
}

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

  .proof-grid p,
  .proof-grid p:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .proof-grid p:last-child {
    border-bottom: 0;
  }

  .network-node {
    width: 135px;
    padding: 13px;
  }

  .node-school {
    left: 3%;
  }

  .node-factory {
    right: 3%;
  }

  .node-platform {
    width: 155px;
  }
}
