:root {
  color-scheme: dark;
  --bg: #06070a;
  --bg-soft: rgba(255, 255, 255, 0.03);
  --panel: rgba(10, 12, 16, 0.68);
  --panel-strong: rgba(14, 16, 22, 0.84);
  --text: rgba(255, 255, 255, 0.95);
  --muted: rgba(255, 255, 255, 0.68);
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.18);
  --accent: #8dd7cf;
  --accent-strong: #62bfb3;
  --gold: #c7a77a;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 15%, rgba(98, 191, 179, 0.16), transparent 28%),
    radial-gradient(circle at 80% 18%, rgba(199, 167, 122, 0.13), transparent 24%),
    linear-gradient(180deg, #050608 0%, #07090d 45%, #040507 100%);
  font-family: "Avenir Next", "Trebuchet MS", "Gill Sans", sans-serif;
  line-height: 1.5;
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 42%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, 42px 42px, 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 72%);
}

.fluid-flow {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: auto;
  z-index: 0;
}

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

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 28px));
  height: 100vh;
  margin: 0 auto;
  padding: 22px 0 28px;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 18px;
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 45%, rgba(6, 7, 10, 0.08) 0 20%, rgba(6, 7, 10, 0.22) 42%, rgba(6, 7, 10, 0.55) 72%, rgba(6, 7, 10, 0.82) 100%),
    linear-gradient(180deg, rgba(6, 7, 10, 0.34), rgba(6, 7, 10, 0.2));
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 22px;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.eyebrow,
.card-label,
.company-card p {
  margin: 0;
}

.brand-logo {
  display: block;
  width: clamp(150px, 18vw, 220px);
  height: auto;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.28));
}

.ghost-link {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.015);
  color: var(--muted);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: clamp(32px, 5vw, 72px);
  border-radius: 32px;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  text-align: center;
}

.eyebrow {
  color: rgba(141, 215, 207, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

h1 {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(3.4rem, 8vw, 7rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.lede {
  max-width: 30ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
}

.ghost-link:hover,
.ghost-link:focus-visible {
  transform: translateY(-1px);
}

.company-card {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: auto;
  margin-top: 0;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: right;
}

.company-line {
  margin: 0;
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sep {
  color: rgba(255, 255, 255, 0.2);
  margin: 0 0.26em;
}

.hero,
.topbar {
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.18);
}

.hero p,
.ghost-link,
.brand span {
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.22);
}

@media (max-width: 820px) {
  body {
    overflow: auto;
  }

  .page-shell {
    height: auto;
    min-height: 100vh;
  }

  .topbar {
    padding: 14px 16px;
  }

  .brand-logo {
    width: clamp(150px, 42vw, 210px);
  }

  .hero {
    padding: 28px 20px;
    justify-content: space-between;
  }

  .company-card {
    right: 4px;
    bottom: 4px;
  }

  .company-line {
    font-size: 0.52rem;
    letter-spacing: 0.12em;
  }
}

@media (max-width: 520px) {
  .page-shell {
    width: min(100% - 18px, 1200px);
    padding: 10px 0 18px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .company-line {
    white-space: normal;
    text-align: right;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .hero-actions {
    width: 100%;
  }

  .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  .ghost-link {
    transition: none;
  }
}
