.vhs1-home-section-1 {
  --vhs1-deep: #010d13;
  --vhs1-bg: #02171f;
  --vhs1-panel: #05232d;
  --vhs1-panel-mid: #082c36;
  --vhs1-green-dark: #11853a;
  --vhs1-green-mid: #20a645;
  --vhs1-accent: #69df42;
  --vhs1-text: #f3f8f5;
  --vhs1-text-soft: #bed0d1;
  --vhs1-muted: #8ca5a8;
  --vhs1-line: rgba(190, 222, 213, 0.15);
  --vhs1-line-strong: rgba(190, 222, 213, 0.28);
  --vhs1-shadow-sm: 0 12px 36px rgba(0, 0, 0, 0.2);
  --vhs1-shadow-lg: 0 32px 90px rgba(0, 0, 0, 0.42);
  --vhs1-container: 1280px;
  --vhs1-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --vhs1-font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  background: var(--vhs1-bg);
  color: var(--vhs1-text);
  font-family: var(--vhs1-font-sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.vhs1-home-section-1,
.vhs1-home-section-1 *,
.vhs1-home-section-1 *::before,
.vhs1-home-section-1 *::after { box-sizing: border-box; }

.vhs1-home-section-1 a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
.vhs1-home-section-1 img { display: block; max-width: 100%; height: auto; }
.vhs1-home-section-1 p,
.vhs1-home-section-1 h1,
.vhs1-home-section-1 h2,
.vhs1-home-section-1 h3,
.vhs1-home-section-1 h4,
.vhs1-home-section-1 h5,
.vhs1-home-section-1 h6 { margin: 0; }
.vhs1-home-section-1 :focus-visible { outline: 3px solid var(--vhs1-accent); outline-offset: 4px; }

.vhs1-container {
  width: min(calc(100% - 40px), var(--vhs1-container));
  margin-inline: auto;
}

.vhs1-hero {
  position: relative;
  min-height: min(790px, calc(100svh - 104px));
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--vhs1-line);
  background: var(--vhs1-bg);
}

.vhs1-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(155, 201, 194, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(155, 201, 194, 0.09) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 85%);
  mask-image: linear-gradient(90deg, #000, transparent 85%);
  pointer-events: none;
}

.vhs1-hero::after {
  content: "";
  position: absolute;
  width: 560px;
  aspect-ratio: 1;
  right: -180px;
  top: -220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(48, 190, 64, 0.19), transparent 68%);
  pointer-events: none;
}

.vhs1-hero-grid {
  position: relative;
  z-index: 1;
  padding-block: clamp(4.5rem, 8vw, 7rem);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: clamp(2.5rem, 6vw, 6.5rem);
  align-items: center;
}

.vhs1-hero-copy { max-width: 680px; min-width: 0; }

.vhs1-eyebrow {
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--vhs1-accent);
  font-family: var(--vhs1-font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.vhs1-eyebrow::before { content: ""; width: 24px; height: 1px; flex: 0 0 24px; background: currentColor; }

.vhs1-heading {
  color: var(--vhs1-text);
  font-family: var(--vhs1-font-sans);
  font-size: clamp(2.35rem, 5.2vw, 4rem);
  font-weight: 690;
  line-height: 1.08;
  letter-spacing: -0.052em;
  text-wrap: balance;
}
.vhs1-heading .vhs1-line { display: block; }
.vhs1-heading .vhs1-line-accent { color: var(--vhs1-accent); }

.vhs1-hero-lede {
  max-width: 620px;
  margin-top: 1.45rem;
  color: var(--vhs1-text-soft);
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.7;
}

.vhs1-hero-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vhs1-button {
  min-height: 48px;
  padding: 0 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  border: 1px solid transparent;
  border-radius: 11px;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.vhs1-button .vhs1-arrow { display: inline-block; transition: transform 180ms ease; }
.vhs1-button:hover { transform: translateY(-2px); }
.vhs1-button:hover .vhs1-arrow { transform: translate(3px, -3px); }
.vhs1-button-primary { background: var(--vhs1-accent); color: var(--vhs1-deep); box-shadow: 0 12px 30px rgba(73, 207, 54, 0.13); }
.vhs1-button-primary:hover { background: #7dea54; color: var(--vhs1-deep); box-shadow: 0 16px 38px rgba(73, 207, 54, 0.22); }
.vhs1-button-ghost { border-color: var(--vhs1-line-strong); color: var(--vhs1-text); background: rgba(255,255,255,0.015); }
.vhs1-button-ghost:hover { border-color: rgba(105,223,66,0.48); background: rgba(105,223,66,0.05); color: var(--vhs1-text); }

.vhs1-hero-footnote {
  margin-top: 2.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  color: var(--vhs1-muted);
  font-size: 0.72rem;
}
.vhs1-hero-footnote span { display: inline-flex; align-items: center; gap: 0.5rem; }
.vhs1-hero-footnote span::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: var(--vhs1-accent);
  box-shadow: 0 0 0 5px rgba(105,223,66,0.09);
}

.vhs1-growth-stage {
  --rx: -5deg;
  --ry: 7deg;
  position: relative;
  min-width: 0;
  min-height: 540px;
  display: grid;
  place-items: center;
  perspective: 1200px;
  isolation: isolate;
}

.vhs1-engine-aura {
  --vhs1-aura: rgba(80,216,61,.16);
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, var(--vhs1-aura), rgba(15,67,77,.05) 45%, transparent 68%);
  filter: blur(3px);
}
.vhs1-engine-ring { position: absolute; border: 1px solid rgba(134, 213, 174, 0.18); border-radius: 50%; transform: rotateX(68deg) rotateZ(-12deg); }
.vhs1-ring-a { width: 450px; height: 450px; }
.vhs1-ring-b { width: 360px; height: 360px; border-style: dashed; }

.vhs1-engine-core {
  position: relative;
  width: 350px;
  height: 350px;
  transform-style: preserve-3d;
  transform: rotateX(var(--rx)) rotateY(var(--ry)) rotateZ(-4deg);
  transition: transform 160ms ease-out;
}
.vhs1-engine-plane { position: absolute; inset: 34px; clip-path: polygon(50% 5%, 96% 86%, 76% 86%, 50% 43%, 24% 86%, 4% 86%); transform-style: preserve-3d; }
.vhs1-plane-shadow { background: #000a0f; transform: translate3d(22px, 26px, -48px) rotateZ(180deg); opacity: 0.7; filter: blur(2px); }
.vhs1-plane-navy { background: linear-gradient(145deg, #164c5d 0%, #031a25 62%); transform: translateZ(-14px); box-shadow: inset 0 0 0 2px rgba(157,207,210,.16); }
.vhs1-plane-green { inset: 58px; background: linear-gradient(145deg, #82ee48 0%, #16943d 56%, #0b632f 100%); transform: translate3d(20px, -12px, 35px) scale(.78) rotateZ(180deg); box-shadow: 0 32px 50px rgba(0,0,0,.34); }
.vhs1-plane-edge { inset: 80px; background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,0)); transform: translate3d(-14px, 16px, 66px) scale(.5); opacity: .75; }
.vhs1-engine-logo { position: absolute; z-index: 3; width: 180px; max-width: 100%; height: auto; left: 86px; top: 70px; padding: 10px; transform: translateZ(102px) rotateZ(4deg); overflow: hidden; border: 1px solid transparent; border-radius: 18px; background: transparent; filter: drop-shadow(0 24px 30px rgba(0,0,0,.36)); }
.vhs1-logo-bg-transparent .vhs1-engine-logo { background: transparent; border-color: transparent; }
.vhs1-logo-bg-white .vhs1-engine-logo { background: #fff; border-color: rgba(255,255,255,.92); }
.vhs1-engine-arrow { position: absolute; z-index: 4; left: 206px; top: 83px; width: 152px; height: 26px; border-radius: 999px 2px 2px 999px; background: linear-gradient(90deg, #25aa43, #77ea43); transform-origin: left center; transform: translateZ(130px) rotate(-33deg); box-shadow: 0 0 28px rgba(105,223,66,.28); }
.vhs1-engine-arrow::after { content: ""; position: absolute; right: -21px; top: -13px; border-left: 34px solid #77ea43; border-top: 26px solid transparent; border-bottom: 26px solid transparent; }
.vhs1-engine-pixel { position: absolute; z-index: 5; width: 10px; height: 10px; border-radius: 2px; background: var(--vhs1-accent); box-shadow: 0 0 18px rgba(105,223,66,.3); }
.vhs1-pixel-a { left: 86px; top: 82px; transform: translateZ(90px); }
.vhs1-pixel-b { left: 65px; top: 62px; width: 7px; height: 7px; transform: translateZ(72px); }
.vhs1-pixel-c { left: 50px; top: 45px; width: 5px; height: 5px; transform: translateZ(60px); }
.vhs1-pixel-d { left: 258px; top: 33px; width: 8px; height: 8px; transform: translateZ(110px); }

.vhs1-orbit-label {
  position: absolute;
  z-index: 6;
  min-height: 36px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--vhs1-line-strong);
  border-radius: 999px;
  background: #082933;
  color: white;
  box-shadow: var(--vhs1-shadow-sm);
  font: 700 0.68rem/1 var(--vhs1-font-mono);
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.vhs1-orbit-label::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--vhs1-accent); }
.vhs1-label-build { left: 2%; top: 26%; }
.vhs1-label-rank { right: 0; top: 18%; }
.vhs1-label-scale { right: 4%; bottom: 18%; }

.vhs1-engine-readout { position: absolute; left: 8%; bottom: 9%; min-width: 190px; padding: 15px 16px; border: 1px solid var(--vhs1-line); border-radius: 14px; background: #05222c; box-shadow: var(--vhs1-shadow-lg); }
.vhs1-engine-readout small { color: var(--vhs1-muted); font: 0.65rem/1 var(--vhs1-font-mono); text-transform: uppercase; letter-spacing: .08em; }
.vhs1-engine-readout strong { margin-top: 8px; display: flex; align-items: baseline; gap: 6px; color: var(--vhs1-text); font-size: 1.35rem; line-height: 1.2; }
.vhs1-engine-readout strong span { color: var(--vhs1-accent); font-size: .7rem; }

.vhs1-trust-strip { border-bottom: 1px solid var(--vhs1-line); background: #031a23; }
.vhs1-trust-grid { min-height: 74px; display: grid; grid-template-columns: 0.9fr repeat(4, 1fr); align-items: center; }
.vhs1-trust-grid > * { min-height: 42px; padding-inline: 20px; display: flex; align-items: center; border-right: 1px solid var(--vhs1-line); }
.vhs1-trust-grid > *:first-child { padding-left: 0; }
.vhs1-trust-grid > *:last-child { border-right: 0; }
.vhs1-trust-grid > strong { color: white; font-size: 0.74rem; line-height: 1.45; }
.vhs1-trust-grid > span,
.vhs1-trust-grid > a { color: var(--vhs1-muted); font-size: 0.7rem; line-height: 1.45; }
.vhs1-trust-grid > a { transition: color 180ms ease; }
.vhs1-trust-grid > a:hover { color: var(--vhs1-accent); }

.vhs1-growth-stage.is-paused *,
.vhs1-growth-stage.is-paused *::before,
.vhs1-growth-stage.is-paused *::after { animation-play-state: paused !important; }

@keyframes vhs1DriftPixel {
  0%,100% { transform: translate3d(0,0,0); opacity: .35; }
  50% { transform: translate3d(5px,-7px,0); opacity: 1; }
}
@keyframes vhs1OrbitPulse {
  0%,100% { opacity: .55; transform: rotateX(68deg) rotateZ(-12deg) scale(1); }
  50% { opacity: 1; transform: rotateX(68deg) rotateZ(-12deg) scale(1.035); }
}

@media (prefers-reduced-motion: no-preference) {
  .vhs1-engine-pixel { animation: vhs1DriftPixel 3.8s ease-in-out infinite; }
  .vhs1-pixel-b { animation-delay: -.9s; }
  .vhs1-pixel-c { animation-delay: -1.8s; }
  .vhs1-pixel-d { animation-delay: -2.5s; }
  .vhs1-engine-ring { animation: vhs1OrbitPulse 8s ease-in-out infinite; }
}

@media (max-width: 1100px) {
  .vhs1-hero-grid { grid-template-columns: minmax(0,1fr) 430px; gap: 2.5rem; }
  .vhs1-growth-stage { min-height: 490px; transform: scale(.92); }
}

@media (max-width: 900px) {
  .vhs1-hero { min-height: auto; }
  .vhs1-hero-grid { grid-template-columns: 1fr; padding-top: 4rem; }
  .vhs1-hero-copy { max-width: 760px; }
  .vhs1-growth-stage { min-height: 490px; width: min(620px,100%); margin-inline: auto; }
  .vhs1-trust-grid { grid-template-columns: repeat(2,1fr); padding-block: 12px; }
  .vhs1-trust-grid > * { padding: 12px; border-bottom: 1px solid var(--vhs1-line); }
  .vhs1-trust-grid > *:first-child { grid-column: 1 / -1; padding-left: 12px; }
}

@media (max-width: 640px) {
  .vhs1-container { width: min(calc(100% - 32px), var(--vhs1-container)); }
  .vhs1-heading { font-size: clamp(2.25rem,11vw,3.15rem); }
  .vhs1-hero::before { background-size: 42px 42px; }
  .vhs1-hero-grid { display: block; padding-block: 3.7rem 2rem; }
  .vhs1-hero-copy { position: relative; z-index: 2; }
  .vhs1-hero-lede { font-size: 1rem; }
  .vhs1-hero-actions { flex-direction: column; align-items: stretch; }
  .vhs1-hero-actions .vhs1-button { width: 100%; }
  .vhs1-hero-footnote { gap: .75rem; }
  .vhs1-growth-stage { position: absolute; z-index: 1; top: 8.25rem; right: -8.5rem; width: 430px; height: 430px; min-height: 430px; margin: 0; transform: scale(.62); transform-origin: center; opacity: .3; pointer-events: none; }
  .vhs1-engine-core { width: 330px; height: 330px; }
  .vhs1-ring-a { width: 390px; height: 390px; }
  .vhs1-ring-b { width: 315px; height: 315px; }
  .vhs1-label-build { left: 0; }
  .vhs1-label-rank { right: 0; }
  .vhs1-label-scale { right: 0; }
  .vhs1-engine-readout { left: 4%; bottom: 2%; }
  .vhs1-trust-grid { grid-template-columns: 1fr; }
  .vhs1-trust-grid > *:first-child { grid-column: auto; }
  .vhs1-trust-grid > * { border-right: 0; }
}

@media (max-width: 390px) {
  .vhs1-growth-stage { top: 8rem; right: -8.75rem; width: 430px; height: 430px; min-height: 430px; margin: 0; transform: scale(.56); opacity: .28; }
}

@media (prefers-reduced-motion: reduce), (prefers-reduced-data: reduce) {
  .vhs1-home-section-1 *,
  .vhs1-home-section-1 *::before,
  .vhs1-home-section-1 *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .vhs1-growth-stage { --rx: 0deg; --ry: 0deg; }
}

@media (prefers-contrast: more) {
  .vhs1-home-section-1 {
    --vhs1-muted: #c1d1d2;
    --vhs1-line: rgba(255,255,255,.36);
    --vhs1-line-strong: rgba(255,255,255,.56);
  }
}

@media print {
  .vhs1-hero-actions { display: none !important; }
  .vhs1-home-section-1 { background: white; color: black; }
  .vhs1-hero { border: 0; background: white; }
  .vhs1-heading,
  .vhs1-hero-lede,
  .vhs1-hero-footnote,
  .vhs1-trust-grid > strong,
  .vhs1-trust-grid > span,
  .vhs1-trust-grid > a { color: black !important; }
}
