@font-face {
  font-family: "Newsreader";
  src: url("./assets/Newsreader-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Geist Sans";
  src: url("./assets/Geist-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --hero-scroll: 0;
  --hero-progress: 0.38;
  --hero-pointer-x: 0;
  --hero-pointer-y: 0;
  --hero-light-position: 42%;
  --hero-font: "Geist Sans", "Segoe UI", sans-serif;
}

.site-header {
  color: var(--paper);
  background: linear-gradient(180deg, rgba(6, 17, 29, 0.9), rgba(6, 17, 29, 0.36), transparent);
}

.site-header.is-scrolled {
  border-bottom-color: rgba(246, 240, 231, 0.12);
  color: var(--paper);
  background: rgba(6, 17, 29, 0.72);
}

.site-header.is-after-hero {
  border-bottom-color: rgba(16, 34, 56, 0.13);
  color: var(--ink);
  background: rgba(244, 239, 232, 0.88);
}

.site-header.is-after-hero .site-nav {
  color: var(--ink-muted);
}

.site-nav {
  color: rgba(246, 240, 231, 0.68);
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 220ms var(--ease);
}

.site-nav a:hover {
  color: currentColor;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.wordmark {
  display: inline-flex;
  width: 92px;
  height: 28px;
  align-items: center;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-icon {
  display: block;
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.wordmark img {
  display: block;
  width: 100%;
  height: auto;
  filter: invert(1) brightness(1.22);
  transition: filter 220ms ease;
}

.site-header.is-after-hero .wordmark img {
  filter: none;
}

.hero {
  min-height: 0;
  padding: 0 0 64px;
  background: var(--page-paper);
}

.hero-portal {
  position: relative;
  min-height: max(790px, 100svh);
  overflow: hidden;
  isolation: isolate;
  color: var(--paper);
  background: var(--night);
}

.hero-artwork,
.hero-artwork::after,
.hero-atmosphere,
.hero-handoff {
  position: absolute;
  pointer-events: none;
}

.hero-artwork {
  z-index: -3;
  inset: -8%;
  overflow: hidden;
}

.hero-artwork-video,
.hero-artwork-fallback {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: 52% 52%;
  filter: saturate(0.92) contrast(1.06) brightness(0.88);
}

.hero-artwork-video {
  z-index: 1;
  opacity: 0;
  transition: opacity 380ms ease;
}

.hero-artwork-fallback {
  z-index: 0;
  transition: opacity 380ms ease;
}

.hero-artwork.is-video-ready .hero-artwork-video {
  opacity: 1;
}

.hero-artwork::after {
  z-index: 2;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 10, 17, 0.5) 0%, rgba(4, 10, 17, 0.08) 44%, rgba(4, 10, 17, 0.13) 100%),
    linear-gradient(180deg, rgba(4, 10, 17, 0.26) 0%, transparent 24%, transparent 68%, rgba(4, 10, 17, 0.2) 100%);
}

.hero-atmosphere {
  z-index: -2;
  inset: 0;
  opacity: 0.82;
  background:
    radial-gradient(circle at calc(73% + (var(--hero-pointer-x) * 2%)) calc(30% + (var(--hero-pointer-y) * 2%)), rgba(255, 210, 154, 0.13), transparent 28%),
    linear-gradient(105deg, transparent 0 39%, rgba(255, 224, 186, 0.025) 48%, transparent 58%);
  transform: translate3d(0, calc(var(--hero-scroll) * 12px), 0);
  will-change: transform, opacity;
}

.hero-layout {
  display: grid;
  width: var(--content);
  min-height: max(790px, 100svh);
  margin: 0 auto;
  padding: clamp(128px, 15vh, 180px) 0 clamp(118px, 14vh, 160px);
  align-content: center;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 300px);
  grid-template-areas:
    "opening side"
    "statement statement"
    "progress progress";
  column-gap: clamp(48px, 7vw, 116px);
  row-gap: clamp(42px, 6vh, 72px);
}

.hero-opening {
  grid-area: opening;
  align-self: end;
}

.hero-opening .eyebrow {
  margin-bottom: 18px;
  color: var(--peach);
}

.hero-opening-line {
  max-width: 440px;
  margin: 0;
  color: rgba(246, 240, 231, 0.96);
  font-family: var(--display);
  font-size: clamp(2.65rem, 4.4vw, 4.85rem);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.buddy-promise {
  display: inline-flex;
  margin-top: 18px;
  align-items: flex-end;
  flex-direction: column;
  gap: 2px;
}

.buddy-promise p {
  margin: 0;
  color: rgba(246, 240, 231, 0.78);
  font-family: var(--display);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-style: italic;
  line-height: 1.3;
}

.buddy-signature {
  display: block;
  width: 84px;
  height: 41px;
  background-color: var(--vxbe-gold);
  -webkit-mask: url("./assets/vxbe-buddy-signature.svg") center / contain no-repeat;
  mask: url("./assets/vxbe-buddy-signature.svg") center / contain no-repeat;
  opacity: 0.94;
}

.hero-sidecopy {
  grid-area: side;
  align-self: end;
  padding-bottom: 5px;
}

.hero-sidecopy > p {
  margin: 0;
  color: rgba(246, 240, 231, 0.8);
  font-size: clamp(1rem, 1.2vw, 1.13rem);
  line-height: 1.62;
}

.hero-statement {
  grid-area: statement;
  min-width: 0;
}

.hero .hero-statement h1 {
  display: flex;
  max-width: none;
  margin: 0;
  align-items: baseline;
  gap: 0.12em;
  color: var(--paper);
  font-family: var(--hero-font);
  font-size: clamp(4.85rem, 8.15vw, 8.3rem);
  font-weight: 300;
  letter-spacing: -0.072em;
  line-height: 0.82;
  text-align: left;
  white-space: nowrap;
}

.hero-outline-word {
  position: relative;
  word-spacing: 0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 205, 150, 0.94);
}

.hero-solid-word {
  position: relative;
  color: #ffe7cc;
  font-weight: 700;
  letter-spacing: -0.065em;
  text-shadow: 0 0 42px rgba(255, 192, 149, 0.12);
}

.hero-outline-word::after,
.hero-solid-word::after {
  position: absolute;
  inset: 0;
  content: attr(data-text);
  color: transparent;
  pointer-events: none;
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-outline-word::after {
  opacity: 0;
  background-image: linear-gradient(105deg, transparent 38%, rgba(255, 241, 218, 0.96) 49%, rgba(255, 211, 158, 0.68) 53%, transparent 64%);
  background-position: 150% 0;
  background-size: 280% 100%;
  filter: drop-shadow(0 0 12px rgba(255, 210, 166, 0.46));
}

.hero-outline-word.is-first-view-light::after {
  animation: hero-outline-first-light 2.05s cubic-bezier(0.2, 0.74, 0.22, 1) 900ms 1 both;
}

.hero-solid-word::after {
  opacity: 0.44;
  background-image: linear-gradient(108deg, transparent 38%, rgba(255, 255, 247, 0.76) 49%, rgba(255, 226, 194, 0.42) 54%, transparent 65%);
  background-position: 150% 0;
  background-size: 300% 100%;
  animation: hero-handled-shimmer 7.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) 2.6s infinite;
  filter: drop-shadow(0 0 10px rgba(255, 220, 184, 0.24));
}

@keyframes hero-outline-first-light {
  0% {
    opacity: 0;
    background-position: 150% 0;
  }
  16% {
    opacity: 0.9;
  }
  78% {
    opacity: 0.86;
  }
  100% {
    opacity: 0;
    background-position: -58% 0;
  }
}

@keyframes hero-handled-shimmer {
  0%, 58% {
    opacity: 0;
    background-position: 150% 0;
  }
  66% {
    opacity: 0.34;
  }
  82% {
    opacity: 0.48;
  }
  96%, 100% {
    opacity: 0;
    background-position: -58% 0;
  }
}

.hero-actions {
  justify-content: flex-start;
  margin-top: 28px;
  gap: 10px;
}

.hero-actions .primary-action,
.hero-actions .quiet-action {
  position: relative;
  min-height: 50px;
  padding-inline: 19px;
  overflow: hidden;
  font-size: 13px;
  transition: color 220ms ease, background 220ms ease, border-color 220ms ease, transform 260ms var(--ease), box-shadow 260ms ease;
}

.hero-actions .primary-action {
  color: var(--night);
  background: linear-gradient(110deg, #e2b077, #ffd6a7);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
}

.hero-actions .quiet-action {
  border-color: rgba(246, 240, 231, 0.28);
  color: var(--paper);
  background: rgba(6, 17, 29, 0.42);
}

.hero-actions a iconify-icon {
  transition: transform 260ms var(--ease);
}

.hero-actions a:hover {
  transform: translateY(-3px);
}

.hero-actions .primary-action:hover {
  box-shadow: 0 20px 48px rgba(226, 176, 119, 0.2);
}

.hero-actions a:hover iconify-icon {
  transform: translateX(4px);
}

.hero-progress {
  display: grid;
  grid-area: progress;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 24px;
  align-items: end;
  color: rgba(246, 240, 231, 0.72);
  font-size: 12px;
}

.hero-progress-label:nth-child(2) {
  text-align: center;
}

.hero-progress-label:nth-child(3) {
  text-align: right;
}

.hero-progress-track {
  position: relative;
  height: 1px;
  grid-column: 1 / -1;
  background: rgba(246, 240, 231, 0.32);
}

.hero-progress-track::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(var(--hero-progress) * 100%);
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgba(255, 192, 149, 0.72), rgba(255, 231, 204, 0.96));
}

.hero-progress-light {
  position: absolute;
  top: 50%;
  left: calc(var(--hero-progress) * 100%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff9ec;
  box-shadow: 0 0 5px #fff9ec, 0 0 16px rgba(255, 192, 149, 0.9), 0 0 36px rgba(255, 192, 149, 0.48);
  transform: translate(-50%, -50%);
}

.hero-handoff {
  z-index: 2;
  right: -2%;
  bottom: -1px;
  left: -2%;
  height: clamp(54px, 7vw, 104px);
  background: var(--page-paper);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.hero-arrival {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity 780ms ease, transform 980ms var(--ease);
  transition-delay: var(--arrival-delay, 0ms);
}

.hero-ready .hero-arrival {
  opacity: 1;
  transform: none;
}

.product-stage {
  margin-top: clamp(42px, 5vw, 72px);
}

@media (max-width: 1180px) {
  .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 270px);
    column-gap: 42px;
  }

  .hero .hero-statement h1 {
    font-size: clamp(4.4rem, 8vw, 7.2rem);
  }
}

@media (max-width: 980px) {
  .hero-portal,
  .hero-layout {
    min-height: 830px;
  }

  .hero-layout {
    padding: 116px 0 122px;
    align-content: start;
    grid-template-columns: 1fr;
    grid-template-areas:
      "opening"
      "statement"
      "side"
      "progress";
    row-gap: 38px;
  }

  .hero-opening-line {
    max-width: 360px;
    font-size: clamp(2.7rem, 8vw, 4rem);
  }

  .hero-sidecopy {
    max-width: 520px;
  }

  .hero .hero-statement h1 {
    display: block;
    font-size: clamp(4.25rem, 12.4vw, 6.45rem);
    line-height: 0.88;
    white-space: normal;
  }

  .hero-outline-word,
  .hero-solid-word {
    display: block;
  }

  .hero-solid-word {
    margin-top: 0.05em;
  }
}

@media (max-width: 800px) {
  .site-header {
    color: var(--paper);
  }

  .wordmark {
    width: 80px;
  }

  .brand-lockup {
    gap: 8px;
  }

  .brand-icon {
    width: 34px;
    height: 34px;
  }

  .hero {
    padding-top: 0;
  }

  .hero-portal,
  .hero-layout {
    min-height: max(780px, 100svh);
  }

  .hero-layout {
    width: calc(100% - 36px);
    padding: 108px 0 112px;
    row-gap: 32px;
  }

  .hero-artwork {
    inset: -3% -18%;
  }

  .hero-artwork-video,
  .hero-artwork-fallback {
    object-position: 63% 52%;
  }

  .hero-opening .eyebrow {
    margin-bottom: 14px;
  }

  .hero-opening-line {
    font-size: clamp(2.55rem, 12vw, 3.4rem);
    line-height: 0.96;
  }

  .buddy-promise {
    margin-top: 14px;
  }

  .hero .hero-statement h1 {
    font-size: clamp(3rem, 11.7vw, 4.35rem);
    line-height: 0.86;
    letter-spacing: -0.072em;
  }

  .hero-sidecopy > p {
    max-width: 360px;
    font-size: 0.96rem;
    line-height: 1.58;
  }

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

  .hero-actions .primary-action,
  .hero-actions .quiet-action {
    min-height: 50px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .hero-progress {
    gap-inline: 12px;
  }

  .product-stage {
    margin-top: 28px;
  }
}

@media (max-width: 390px) {
  .hero-layout {
    width: calc(100% - 28px);
  }

  .hero .hero-statement h1 {
    font-size: clamp(2.9rem, 11.7vw, 3.35rem);
  }

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

@media (prefers-reduced-motion: reduce) {
  :root {
    --hero-progress: 1;
    --hero-light-position: 54%;
  }

  .hero-artwork img,
  .hero-artwork-video,
  .hero-artwork-fallback,
  .hero-atmosphere,
  .hero-arrival {
    transform: none;
    will-change: auto;
  }

  .hero-arrival {
    opacity: 1;
  }

  .hero-artwork.is-video-ready .hero-artwork-video {
    opacity: 0;
  }

  .hero-artwork .hero-artwork-fallback {
    opacity: 1;
  }

  .hero-outline-word::after,
  .hero-solid-word::after {
    opacity: 0;
    animation: none;
  }
}
