@font-face {
  font-family: "Helvetica Neue Local";
  src: local("Helvetica Neue"), local("Helvetica Neue Roman");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --measured-ink: #090c0a;
  --measured-ink-soft: #101512;
  --measured-white: #f4f4ed;
  --measured-muted: rgba(244, 244, 237, 0.66);
  --measured-faint: rgba(244, 244, 237, 0.44);
  --measured-line: rgba(244, 244, 237, 0.18);
  --measured-green: #b6d77c;
  --measured-green-bright: #c6eb8a;
  --measured-sans: "Inter", "Helvetica Neue Local", "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  --measured-serif: "Instrument Serif", "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", "SimSun", serif;
  --grid-x: 0px;
  --grid-y: 0px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

html {
  background: #fff;
}

body {
  overflow: hidden;
  background: #fff;
  color: var(--measured-white);
  font-family: var(--measured-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.font-helvetica-neue {
  font-family: "Helvetica Neue Local", var(--measured-sans);
}

a,
button {
  color: inherit;
  font: inherit;
}

a {
  text-decoration: none;
}

button {
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--measured-white);
  color: var(--measured-ink);
  font-size: 0.8rem;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.measured-shell,
.measured-hero {
  min-height: 100vh;
  min-height: 100svh;
}

.measured-hero {
  position: relative;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--measured-ink);
}

.hero-grid,
.hero-photo,
.hero-vignette,
.hero-overlay,
.video-reveal {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-grid {
  z-index: 0;
  opacity: 0.16;
  transform: translate3d(var(--grid-x), var(--grid-y), 0) scale(1.04);
  transition: transform 120ms ease-out;
  pointer-events: none;
}

.hero-photo {
  z-index: 10;
  background-image: url("https://images.higgs.ai/?default=1&output=webp&url=https%3A%2F%2Fd8j0ntlcm91z4.cloudfront.net%2Fuser_38xzZboKViGWJOttwIXH07lWA1P%2Fhf_20260713_140344_79e1296a-86d7-43fd-9b5f-63ffe560f291.png&w=1920&q=90");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: saturate(0.9) contrast(1.06) brightness(0.86);
  transform: scale(1.02);
}

.hero-vignette {
  z-index: 15;
  background:
    linear-gradient(180deg, rgba(6, 9, 7, 0.5) 0%, rgba(6, 9, 7, 0.03) 36%, rgba(6, 9, 7, 0.08) 62%, rgba(6, 9, 7, 0.58) 100%),
    radial-gradient(circle at 50% 42%, transparent 0%, rgba(3, 6, 4, 0.18) 72%, rgba(3, 6, 4, 0.52) 100%);
  pointer-events: none;
}

.hero-overlay {
  z-index: 25;
  object-fit: cover;
  opacity: 0.2;
  mix-blend-mode: screen;
  pointer-events: none;
}

.video-reveal {
  z-index: 30;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0%,
    transparent 33%,
    #fff 47%,
    #fff 100%
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0%,
    transparent 33%,
    #fff 47%,
    #fff 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

.video-reveal.is-active {
  opacity: 0.86;
}

.video-reveal video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.08) brightness(0.98);
}

#spotlight-canvas {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.site-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 24px clamp(20px, 4vw, 64px);
}

.brand-lockup,
.nav-cta,
.hero-actions,
.hero-footer,
.reveal-hint,
.hero-meta {
  display: flex;
  align-items: center;
}

.brand-lockup {
  justify-self: start;
  min-width: 0;
  gap: 9px;
  white-space: nowrap;
}

.brand-mark {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
}

.brand-name {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand-suffix {
  color: rgba(244, 244, 237, 0.48);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.nav-pill,
.glass-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 244, 237, 0.16);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 12px 40px rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.nav-pill::before,
.glass-cta::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 38%, transparent 66%, rgba(255, 255, 255, 0.12));
  content: "";
  opacity: 0.6;
  pointer-events: none;
}

.nav-pill {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.3vw, 34px);
  padding: 10px 18px;
  border-radius: 999px;
  color: rgba(244, 244, 237, 0.64);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.nav-pill span {
  position: relative;
  z-index: 1;
}

.glass-cta {
  justify-self: end;
  gap: 9px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--measured-white);
  font-size: 0.72rem;
  font-weight: 500;
  transition: border-color 200ms ease, background 200ms ease, transform 200ms ease;
}

.glass-cta > * {
  position: relative;
  z-index: 1;
}

.glass-cta:hover,
.glass-cta:focus-visible {
  border-color: rgba(198, 235, 138, 0.62);
  background: rgba(198, 235, 138, 0.12);
  transform: translateY(-1px);
}

.status-dot,
.note-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--measured-green-bright);
  box-shadow: 0 0 0 4px rgba(182, 215, 124, 0.12), 0 0 14px rgba(198, 235, 138, 0.52);
}

.hero-content {
  position: absolute;
  bottom: clamp(86px, 12vh, 144px);
  left: clamp(20px, 8vw, 132px);
  z-index: 40;
  width: min(460px, calc(100% - 40px));
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--measured-green-bright);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow-line {
  width: 34px;
  height: 1px;
  flex: 0 0 auto;
  background: var(--measured-green-bright);
  box-shadow: 0 0 12px rgba(198, 235, 138, 0.6);
}

.hero-lede {
  max-width: 360px;
  margin: 0;
  color: var(--measured-white);
  font-size: clamp(1.05rem, 1.5vw, 1.32rem);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.28;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.hero-action-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 17px 0 18px;
  border: 1px solid rgba(198, 235, 138, 0.46);
  border-radius: 999px;
  background: rgba(182, 215, 124, 0.88);
  color: #0b100a;
  font-size: 0.75rem;
  font-weight: 600;
  transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.hero-action-primary:hover,
.hero-action-primary:focus-visible {
  border-color: var(--measured-green-bright);
  background: var(--measured-green-bright);
  transform: translateY(-2px);
}

.hero-action-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--measured-muted);
  font-size: 0.68rem;
  line-height: 1.4;
}

.note-dot {
  width: 5px;
  height: 5px;
  box-shadow: 0 0 0 3px rgba(182, 215, 124, 0.1), 0 0 10px rgba(198, 235, 138, 0.46);
}

.hero-footer {
  position: absolute;
  right: clamp(20px, 4vw, 64px);
  bottom: 28px;
  left: clamp(20px, 4vw, 64px);
  z-index: 40;
  justify-content: space-between;
  gap: 20px;
  color: var(--measured-faint);
  font-size: 0.57rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.reveal-hint {
  gap: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hint-ring {
  width: 17px;
  height: 17px;
  border: 1px solid rgba(198, 235, 138, 0.7);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(198, 235, 138, 0.08);
}

.touch-hint {
  display: none;
}

.hero-meta {
  gap: 11px;
  white-space: nowrap;
}

.meta-divider {
  width: 20px;
  height: 1px;
  background: var(--measured-line);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--measured-green-bright);
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .nav-pill {
    gap: 16px;
    padding-inline: 14px;
  }

  .brand-suffix {
    display: none;
  }
}

@media (max-width: 720px) {
  .site-nav {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px;
  }

  .nav-pill {
    display: none;
  }

  .nav-cta {
    display: flex;
    min-height: 38px;
    padding-inline: 13px;
    font-size: 0.68rem;
  }

  .hero-content {
    bottom: 92px;
    left: 20px;
  }

  .hero-lede {
    max-width: 280px;
    font-size: 1.1rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .hero-footer {
    bottom: 22px;
    font-size: 0.5rem;
  }

  .hero-meta {
    display: none;
  }

  .desktop-hint {
    display: none;
  }

  .touch-hint {
    display: inline;
  }
}

@media (pointer: coarse) {
  .video-reveal {
    opacity: 0.22;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-grid {
    transform: none;
  }

  .video-reveal {
    opacity: 0.22;
  }
}
