:root {
  color-scheme: dark;
  --bg: #020711;
  --bg-deep: #051226;
  --panel: rgba(10, 26, 50, 0.56);
  --panel-strong: rgba(10, 31, 60, 0.7);
  --line: rgba(173, 233, 255, 0.18);
  --line-strong: rgba(205, 247, 255, 0.38);
  --text: #eef8ff;
  --muted: rgba(220, 239, 255, 0.72);
  --cyan: #84e5ff;
  --cyan-strong: #4bcfff;
  --ice: #d6f7ff;
  --shadow: 0 30px 70px rgba(0, 5, 16, 0.36);
  --pointer-x: 50vw;
  --pointer-y: 50vh;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(84, 195, 255, 0.16), transparent 38%),
    linear-gradient(180deg, #03111d 0%, #020711 58%, #01050d 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body::before {
  background:
    radial-gradient(
      26rem 26rem at var(--pointer-x) var(--pointer-y),
      rgba(116, 230, 255, 0.12),
      transparent 70%
    );
}

body::after {
  background:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 5rem 5rem;
  mask-image: linear-gradient(180deg, transparent 0%, black 12%, black 88%, transparent 100%);
  opacity: 0.14;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
ul {
  margin: 0;
}

canvas,
.backdrop {
  position: fixed;
  inset: 0;
}

#snowfield,
.backdrop {
  pointer-events: none;
}

.backdrop {
  z-index: 0;
  overflow: hidden;
}

.aurora,
.light-column,
.frost-haze,
.grain {
  position: absolute;
}

.aurora {
  border-radius: 50%;
  filter: blur(36px);
  opacity: 0.52;
  animation: drift 18s ease-in-out infinite;
}

.aurora--one {
  top: -16rem;
  left: -8rem;
  width: 44rem;
  height: 44rem;
  background: radial-gradient(circle, rgba(84, 215, 255, 0.28), transparent 68%);
}

.aurora--two {
  top: -10rem;
  right: -10rem;
  width: 38rem;
  height: 38rem;
  background: radial-gradient(circle, rgba(35, 125, 255, 0.22), transparent 68%);
  animation-delay: -8s;
}

.light-column {
  top: -18vh;
  width: 36vw;
  height: 52vh;
  background: linear-gradient(180deg, rgba(128, 235, 255, 0.12), transparent 78%);
  filter: blur(14px);
  opacity: 0.4;
}

.light-column--left {
  left: -5vw;
  transform: rotate(9deg);
}

.light-column--right {
  right: -6vw;
  transform: rotate(-10deg);
}

.frost-haze {
  inset: 0;
  background:
    radial-gradient(circle at 50% 22%, rgba(213, 248, 255, 0.06), transparent 28%),
    radial-gradient(circle at 24% 70%, rgba(87, 204, 255, 0.08), transparent 26%),
    radial-gradient(circle at 78% 65%, rgba(47, 136, 255, 0.08), transparent 24%);
}

.mountains {
  position: absolute;
  inset: auto -10vw 0;
  height: 52vh;
}

.ridge {
  position: absolute;
  left: -6vw;
  bottom: 0;
  width: 112vw;
  transition: transform 180ms linear;
  will-change: transform;
}

.ridge--back {
  height: 27vh;
  opacity: 0.48;
  background:
    linear-gradient(180deg, rgba(232, 251, 255, 0.82) 0%, rgba(166, 221, 255, 0.58) 18%, rgba(41, 91, 154, 0.42) 38%, rgba(6, 18, 38, 0.85) 100%);
  clip-path: polygon(0 100%, 0 72%, 12% 58%, 22% 68%, 34% 34%, 42% 56%, 53% 22%, 62% 50%, 74% 28%, 84% 54%, 100% 68%, 100% 100%);
}

.ridge--mid {
  height: 33vh;
  opacity: 0.7;
  background:
    linear-gradient(180deg, rgba(246, 255, 255, 0.92) 0%, rgba(180, 234, 255, 0.76) 14%, rgba(56, 121, 189, 0.46) 32%, rgba(7, 20, 42, 0.94) 100%);
  clip-path: polygon(0 100%, 0 78%, 10% 54%, 18% 74%, 29% 30%, 38% 64%, 49% 10%, 60% 66%, 70% 26%, 80% 56%, 90% 32%, 100% 72%, 100% 100%);
}

.ridge--front {
  height: 39vh;
  background:
    linear-gradient(180deg, rgba(251, 255, 255, 0.96) 0%, rgba(208, 246, 255, 0.86) 12%, rgba(93, 179, 232, 0.42) 22%, rgba(7, 19, 39, 0.98) 68%, rgba(1, 5, 12, 1) 100%);
  clip-path: polygon(0 100%, 0 84%, 8% 60%, 16% 82%, 26% 28%, 36% 70%, 46% 8%, 56% 72%, 66% 18%, 76% 48%, 86% 26%, 100% 58%, 100% 100%);
}

.ice-water {
  position: absolute;
  inset: auto -8vw -3vh;
  height: 17vh;
  background:
    linear-gradient(180deg, rgba(122, 223, 255, 0.18), rgba(7, 20, 38, 0.68)),
    radial-gradient(circle at 50% 0%, rgba(202, 248, 255, 0.18), transparent 48%);
  border-top: 1px solid rgba(210, 248, 255, 0.14);
}

.grain {
  inset: 0;
  opacity: 0.05;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.85) 0.7px, transparent 1px),
    radial-gradient(circle at 80% 60%, rgba(255, 255, 255, 0.8) 0.7px, transparent 1px);
  background-size: 10rem 10rem;
}

.page {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 1.5rem));
  margin: 0 auto;
  padding: 1rem 0 5rem;
}

.panel {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 1.8rem;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px) saturate(115%);
  -webkit-backdrop-filter: blur(16px) saturate(115%);
}

.panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 30%),
    radial-gradient(circle at 75% 0%, rgba(145, 235, 255, 0.16), transparent 34%);
  pointer-events: none;
}

.panel--nested {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(8, 23, 45, 0.64);
}

.hero {
  min-height: calc(100vh - 2rem);
  padding: 1.25rem;
  display: grid;
  grid-template-rows: auto 1fr;
}

.hero__status,
.hero__actions,
.hero__stats,
.profile-shell__chips,
.signals__grid,
.venture-card__content {
  display: flex;
}

.hero__status {
  gap: 0.7rem;
  flex-wrap: wrap;
}

.pill {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(203, 244, 255, 0.18);
  background: rgba(203, 244, 255, 0.06);
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pill--primary {
  color: var(--text);
  background: linear-gradient(135deg, rgba(187, 245, 255, 0.16), rgba(74, 201, 255, 0.14));
}

.hero__body {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 1.5rem;
  align-items: center;
}

.eyebrow {
  margin-bottom: 1rem;
  color: rgba(185, 235, 255, 0.82);
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero__copy {
  max-width: 38rem;
}

.hero__title-main {
  display: block;
  font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(4rem, 13vw, 8rem);
  line-height: 0.9;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(110, 229, 255, 0.26);
}

.hero__title-sub {
  display: inline-flex;
  margin-top: 0.7rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(207, 247, 255, 0.18);
  background: rgba(227, 247, 255, 0.07);
  color: rgba(227, 247, 255, 0.9);
  font-size: clamp(0.9rem, 1.35vw, 1.05rem);
  letter-spacing: 0.03em;
  text-transform: none;
}

.hero__lede,
.section-heading p,
.profile-shell__body p,
.venture-card__title p,
.venture-card__content p {
  color: var(--muted);
  line-height: 1.7;
}

.hero__lede {
  margin-top: 1.2rem;
  max-width: 34rem;
  font-size: 1rem;
}

.hero__views-badge {
  align-items: center;
  gap: 0.8rem;
  padding: 0.72rem 1.15rem;
}

.hero__views-label {
  color: rgba(201, 241, 255, 0.82);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero__views-count {
  display: inline-flex;
  min-width: 3.25rem;
  justify-content: center;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(133, 228, 255, 0.14);
  color: var(--ice);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.hero__dictionary {
  display: grid;
  gap: 0.45rem;
  max-width: 47rem;
}

.hero__dictionary-word {
  color: var(--ice);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.hero__dictionary-pronounce {
  color: rgba(186, 236, 255, 0.86);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.3;
}

.hero__dictionary p:last-child {
  margin-top: 0.15rem;
}

.hero__actions {
  gap: 0.9rem;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.button,
.action-pill,
.signal-link {
  position: relative;
  overflow: hidden;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.magnetic {
  --mx: 0px;
  --my: 0px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12.5rem;
  padding: 1rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(193, 244, 255, 0.18);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.button--solid {
  background: linear-gradient(135deg, rgba(215, 248, 255, 0.94), rgba(87, 210, 255, 0.72));
  color: #03111b;
  box-shadow: 0 18px 40px rgba(78, 190, 255, 0.18);
}

.button--ghost {
  background: rgba(197, 243, 255, 0.06);
  color: var(--text);
}

.button:hover {
  transform: translate3d(var(--mx), calc(var(--my) - 2px), 0);
  border-color: rgba(223, 249, 255, 0.34);
}

.hero__stats {
  list-style: none;
  gap: 0.9rem;
  flex-wrap: wrap;
  padding: 0;
}

.hero__stats li {
  flex: 1 1 14rem;
  min-width: 13rem;
}

.hero__stat-link {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  width: 100%;
  min-height: 7.25rem;
  padding: 1rem 1.15rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(198, 243, 255, 0.14);
  background: rgba(173, 231, 255, 0.05);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.hero__stat-link:hover {
  transform: translate3d(var(--mx), calc(var(--my) - 2px), 0);
  border-color: rgba(222, 249, 255, 0.34);
  background: rgba(181, 235, 255, 0.08);
}

.hero__stat-icon {
  flex: 0 0 3.25rem;
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  color: var(--cyan);
  background: linear-gradient(135deg, rgba(134, 229, 255, 0.18), rgba(39, 124, 255, 0.16));
  border: 1px solid rgba(176, 238, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero__stat-icon svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}

.hero__stat-copy {
  display: grid;
  gap: 0.22rem;
}

.hero__stat-copy strong,
.profile-shell__tag,
.venture-card__eyebrow,
.signal-link__meta,
.coming-pill {
  display: inline-flex;
  color: var(--cyan);
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  width: fit-content;
}

.hero__stat-copy strong {
  margin-bottom: 0;
}

.hero__stat-copy span {
  color: rgba(232, 248, 255, 0.9);
  font-size: 1.02rem;
  line-height: 1.35;
}

.profile-shell {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  align-self: stretch;
  transform: perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 140ms ease;
  will-change: transform;
}

.profile-shell__portrait {
  position: relative;
  border-radius: 1.45rem;
  overflow: hidden;
  min-height: 22rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(211, 248, 255, 0.16), transparent 35%),
    linear-gradient(180deg, rgba(10, 37, 69, 0.8), rgba(4, 16, 31, 0.9));
}

.profile-shell__portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(180deg, transparent 55%, rgba(5, 14, 28, 0.42) 100%);
}

.profile-shell__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.profile-shell__body {
  position: relative;
  z-index: 1;
}

.profile-shell__body h2,
.section-heading h2 {
  font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 0.96;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.profile-shell__body p {
  margin-top: 0.8rem;
}

.profile-shell__chips {
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.profile-shell__chips span,
.coming-pill {
  padding: 0.58rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(198, 245, 255, 0.16);
  background: rgba(211, 248, 255, 0.05);
  color: rgba(230, 249, 255, 0.88);
  font-size: 0.8rem;
}

.ticker {
  margin: 1.25rem 0 2rem;
  overflow: hidden;
  border-top: 1px solid rgba(206, 247, 255, 0.1);
  border-bottom: 1px solid rgba(206, 247, 255, 0.1);
  mask-image: linear-gradient(90deg, transparent 0%, black 12%, black 88%, transparent 100%);
}

.ticker__track {
  display: flex;
  gap: 2rem;
  width: max-content;
  padding: 0.95rem 0;
  animation: marquee 18s linear infinite;
}

.ticker__track span {
  color: rgba(213, 246, 255, 0.72);
  font-size: 0.82rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.ventures {
  content-visibility: auto;
}

.section-heading {
  max-width: 38rem;
  margin-bottom: 1.2rem;
}

.section-heading--compact {
  margin-bottom: 0;
}

.section-heading p:last-child {
  margin-top: 0.8rem;
}

.venture-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.venture-card {
  transform: perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 140ms ease, border-color 160ms ease, box-shadow 160ms ease;
  will-change: transform;
}

.venture-card[open] {
  border-color: var(--line-strong);
  box-shadow: 0 34px 76px rgba(0, 7, 20, 0.42);
}

.venture-card__summary {
  list-style: none;
  cursor: pointer;
}

.venture-card__summary::-webkit-details-marker {
  display: none;
}

.venture-card__media {
  position: relative;
  min-height: 22rem;
  padding: 1rem;
  display: grid;
  align-content: end;
  gap: 0.8rem;
}

.venture-card__media--placeholder {
  background:
    radial-gradient(circle at 50% 15%, rgba(155, 236, 255, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(11, 36, 68, 0.8), rgba(4, 14, 29, 0.95));
}

.venture-card__banner,
.venture-card__overlay {
  position: absolute;
  inset: 0;
}

.venture-card__banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
}

.venture-card__overlay {
  background:
    linear-gradient(180deg, rgba(3, 11, 23, 0.18), rgba(3, 9, 19, 0.78)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 30%);
}

.venture-card__icon,
.water-icon,
.venture-card__title,
.venture-card__hint {
  position: relative;
  z-index: 1;
}

.venture-card__icon {
  width: 4.7rem;
  height: 4.7rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(212, 248, 255, 0.24);
  box-shadow: 0 12px 28px rgba(0, 7, 20, 0.28);
}

.venture-card__title h3 {
  font-family: "Avenir Next Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 0.96;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.venture-card__title p {
  margin-top: 0.35rem;
}

.venture-card__hint {
  justify-self: start;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 245, 255, 0.16);
  background: rgba(201, 245, 255, 0.07);
  color: rgba(230, 249, 255, 0.9);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.venture-card__content {
  gap: 0.8rem;
  flex-wrap: wrap;
  padding: 0 1rem 1rem;
}

.venture-card__content--coming {
  display: grid;
  gap: 0.8rem;
}

.action-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 9.5rem;
  padding: 0.95rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(196, 243, 255, 0.18);
  background: rgba(196, 243, 255, 0.08);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.action-pill:hover {
  transform: translate3d(var(--mx), calc(var(--my) - 2px), 0);
  border-color: rgba(222, 249, 255, 0.34);
  background: rgba(196, 243, 255, 0.12);
}

.water-icon {
  width: 4.9rem;
  height: 4.9rem;
  display: grid;
  place-items: center;
  border-radius: 1.3rem;
  border: 1px solid rgba(204, 247, 255, 0.24);
  background:
    radial-gradient(circle at 35% 30%, rgba(221, 251, 255, 0.3), transparent 40%),
    linear-gradient(135deg, rgba(118, 228, 255, 0.28), rgba(31, 109, 255, 0.2));
  color: var(--ice);
  font-size: 2rem;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(0, 7, 20, 0.24);
}

.signals {
  margin-top: 1.25rem;
  padding: 1.2rem;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1.2rem;
  align-items: start;
}

.signals__grid {
  gap: 0.8rem;
  flex-wrap: wrap;
}

.signal-link {
  flex: 1 1 15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(196, 243, 255, 0.16);
  background: rgba(196, 243, 255, 0.05);
}

.signal-link:hover {
  transform: translate3d(var(--mx), calc(var(--my) - 2px), 0);
  border-color: rgba(222, 249, 255, 0.34);
  background: rgba(196, 243, 255, 0.08);
}

.signal-link__label {
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.2, 1, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(1.5rem, 0.9rem, 0) scale(1.06);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1040px) {
  .hero__body,
  .signals {
    grid-template-columns: 1fr;
  }

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

  .profile-shell__portrait {
    min-height: 18rem;
  }
}

@media (max-width: 720px) {
  .page {
    width: min(100% - 1rem, 1100px);
    padding-top: 0.5rem;
  }

  .hero {
    min-height: auto;
    padding: 1rem;
  }

  .hero__title-main {
    font-size: clamp(3rem, 18vw, 5rem);
  }

  .button,
  .action-pill {
    width: 100%;
  }

  .hero__stat-link {
    min-height: auto;
  }

  .signals__grid {
    flex-direction: column;
  }

  .signal-link {
    width: 100%;
  }

  .ridge--front {
    height: 34vh;
  }

  .ridge--mid {
    height: 28vh;
  }

  .ridge--back {
    height: 23vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
