.venture-page {
  --venture-paper: #f5f7f4;
  --venture-ink: #111b1b;
  --venture-muted: #52615d;
  --venture-green: #087f68;
  --venture-blue: #265fa9;
  --venture-coral: #d85f4a;
  color-scheme: light;
  color: var(--venture-ink);
  background: var(--venture-paper);
}

.venture-page .site-header-inner {
  border-color: rgba(17, 27, 27, 0.14);
  color: var(--venture-ink);
  background: rgba(250, 252, 249, 0.9);
  box-shadow: 0 12px 34px rgba(17, 27, 27, 0.1);
}

.venture-page .site-header.is-scrolled .site-header-inner {
  border-color: rgba(17, 27, 27, 0.2);
  background: rgba(250, 252, 249, 0.97);
  box-shadow: 0 16px 42px rgba(17, 27, 27, 0.13);
}

.venture-page .brand-mark {
  border-color: rgba(8, 127, 104, 0.34);
  color: var(--venture-ink);
  background: rgba(8, 127, 104, 0.08);
}

.venture-page .brand-copy strong,
.venture-page .nav-list a {
  color: var(--venture-ink);
}

.venture-page .brand-copy small {
  color: var(--venture-muted);
}

.venture-page .nav-list a:hover,
.venture-page .nav-list a:focus-visible,
.venture-page .nav-list a[aria-current] {
  color: var(--venture-green);
  background: rgba(8, 127, 104, 0.08);
  text-shadow: none;
}

.venture-page .nav-contact {
  border-color: var(--venture-green);
  color: #fff;
  background: var(--venture-green);
  box-shadow: none;
}

.venture-page main {
  color: var(--venture-ink);
}

.venture-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: min(760px, calc(100svh - 84px));
  overflow: hidden;
  padding: clamp(48px, 8vw, 112px) max(5vw, calc((100vw - 1440px) / 2));
  isolation: isolate;
}

.venture-hero > img,
.venture-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.venture-hero > img {
  z-index: -2;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.84) contrast(1.03);
}

.venture-hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 18, 22, 0.94) 0%, rgba(8, 18, 22, 0.76) 48%, rgba(8, 18, 22, 0.3) 100%);
}

.venture-hero-content {
  display: grid;
  gap: 20px;
  width: min(760px, 100%);
  color: #f7fbf8;
}

.venture-kicker {
  margin: 0;
  color: var(--venture-green);
  font: 800 0.78rem/1.4 var(--font-mono);
  text-transform: uppercase;
}

.venture-hero .venture-kicker {
  color: #70dfc4;
}

.venture-hero h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(3.25rem, 8vw, 7.4rem);
  line-height: 0.94;
}

.venture-hero-content > p:not(.venture-kicker) {
  max-width: 680px;
  margin: 0;
  color: rgba(247, 251, 248, 0.8);
  font-size: clamp(1rem, 1.6vw, 1.28rem);
  line-height: 1.6;
}

.venture-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  width: fit-content;
  color: rgba(247, 251, 248, 0.8);
  font-size: 0.84rem;
}

.venture-status > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f2bd51;
  box-shadow: 0 0 14px rgba(242, 189, 81, 0.58);
}

.venture-status strong {
  color: #fff;
}

.venture-hero-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  width: fit-content;
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid rgba(112, 223, 196, 0.52);
  border-radius: 6px;
  color: #fff;
  background: rgba(8, 127, 104, 0.28);
  text-decoration: none;
  font-weight: 800;
  transition: transform 220ms var(--ease-emphasized), background 180ms var(--ease-standard);
}

.venture-hero-link:hover,
.venture-hero-link:focus-visible {
  background: rgba(8, 127, 104, 0.46);
  transform: translate3d(0, -2px, 0);
}

.venture-section,
.venture-boundary {
  padding: clamp(72px, 9vw, 128px) max(5vw, calc((100vw - 1440px) / 2));
}

.venture-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.venture-intro,
.venture-gates {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: start;
}

.venture-section h2,
.venture-boundary h2 {
  max-width: 760px;
  margin-top: 10px;
  color: var(--venture-ink);
  font-size: clamp(2.2rem, 4.8vw, 4.8rem);
  line-height: 1.02;
}

.venture-intro > p {
  margin: 0;
  color: var(--venture-muted);
  font-size: clamp(1.05rem, 1.7vw, 1.32rem);
  line-height: 1.72;
}

.venture-section-tint {
  border-top: 1px solid rgba(17, 27, 27, 0.1);
  border-bottom: 1px solid rgba(17, 27, 27, 0.1);
  background: #edf3f0;
}

.venture-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.venture-grid article {
  min-height: 280px;
  padding: 24px;
  border: 1px solid rgba(17, 27, 27, 0.13);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(17, 27, 27, 0.07);
}

.venture-grid article:nth-child(1) { border-top: 4px solid var(--venture-green); }
.venture-grid article:nth-child(2) { border-top: 4px solid var(--venture-blue); }
.venture-grid article:nth-child(3) { border-top: 4px solid var(--venture-coral); }

.venture-grid article > span {
  color: var(--venture-green);
  font: 800 0.76rem/1 var(--font-mono);
}

.venture-grid h3 {
  margin-top: 44px;
  color: var(--venture-ink);
  font-size: 1.45rem;
}

.venture-grid p {
  margin: 14px 0 0;
  color: var(--venture-muted);
}

.venture-gates dl {
  display: grid;
  margin: 0;
  border-top: 1px solid rgba(17, 27, 27, 0.16);
}

.venture-gates dl div {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(17, 27, 27, 0.16);
}

.venture-gates dt {
  color: var(--venture-blue);
  font: 800 0.75rem/1.5 var(--font-mono);
  text-transform: uppercase;
}

.venture-gates dd {
  margin: 0;
  color: var(--venture-muted);
  font-weight: 650;
}

.venture-boundary {
  color: #f7fbf8;
  background: #122326;
}

.venture-boundary .venture-kicker {
  color: #70dfc4;
}

.venture-boundary h2 {
  color: #fff;
}

.venture-boundary ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 900px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.venture-boundary li {
  padding: 15px 16px;
  border-left: 3px solid #70dfc4;
  background: rgba(255, 255, 255, 0.06);
}

.venture-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.venture-actions a {
  min-height: 46px;
  padding: 10px 15px;
  border: 1px solid rgba(112, 223, 196, 0.38);
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.venture-actions a:first-child {
  color: #0d1b1d;
  background: #70dfc4;
}

.venture-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 24px max(5vw, calc((100vw - 1440px) / 2));
  border-top: 1px solid rgba(17, 27, 27, 0.12);
  color: var(--venture-muted);
  background: var(--venture-paper);
  font-size: 0.86rem;
}

.venture-footer a {
  color: var(--venture-green);
  font-weight: 800;
}

@media (max-width: 1023px) {
  .venture-page .site-header .nav {
    border-color: rgba(17, 27, 27, 0.14);
    color: var(--venture-ink);
    background: rgba(250, 252, 249, 0.98);
  }

  .venture-page .nav-toggle {
    border-color: rgba(17, 27, 27, 0.2);
    color: var(--venture-ink);
    background: rgba(17, 27, 27, 0.04);
  }
}

@media (max-width: 820px) {
  .venture-hero {
    min-height: min(700px, calc(100svh - 76px));
  }

  .venture-intro,
  .venture-gates {
    grid-template-columns: 1fr;
  }

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

  .venture-grid article {
    min-height: 220px;
  }
}

@media (max-width: 560px) {
  .venture-hero {
    align-items: end;
    min-height: 690px;
  }

  .venture-hero-shade {
    background: linear-gradient(180deg, rgba(8, 18, 22, 0.38), rgba(8, 18, 22, 0.95) 54%);
  }

  .venture-hero h1 {
    font-size: 3.3rem;
  }

  .venture-boundary ul {
    grid-template-columns: 1fr;
  }

  .venture-gates dl div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .venture-actions,
  .venture-actions a {
    width: 100%;
  }

  .venture-actions a {
    display: grid;
    place-items: center;
    text-align: center;
  }
}
