@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&display=swap");

:root {
  color-scheme: dark;
  --bg: #07090d;
  --panel: #10151b;
  --ink: #f2f6f8;
  --muted: #84919c;
  --accent: #3aa8ff;
  --accent-2: #9be7ff;
  --edge: rgba(255, 255, 255, 0.08);
  --page-pad: clamp(22px, 4vw, 64px);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: Figtree, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

img {
  max-width: 100%;
}

main {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 0%, rgba(58, 168, 255, 0.14), transparent 34rem),
    linear-gradient(180deg, #07090d 0%, #10151b 70%, #0d1218 100%);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 34%, rgba(155, 231, 255, 0.12), transparent 24rem),
    radial-gradient(circle at 50% 22%, rgba(58, 168, 255, 0.2), transparent 34rem),
    #07090d;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  display: grid;
  place-items: center;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  opacity: 0.92;
  filter: saturate(0.94) contrast(1.08);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    radial-gradient(circle at 50% 38%, transparent 0 20rem, rgba(7, 9, 13, 0.14) 32rem, rgba(7, 9, 13, 0.74) 68rem),
    linear-gradient(90deg, rgba(7, 9, 13, 0.92), rgba(7, 9, 13, 0.1) 48%, rgba(7, 9, 13, 0.9));
}

.hero-shade {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: min(48vh, 560px);
  background: linear-gradient(180deg, rgba(7, 9, 13, 0), var(--bg) 86%);
}

.hero-content {
  align-self: end;
  justify-self: center;
  width: min(1280px, 100%);
  padding: var(--page-pad) var(--page-pad) clamp(70px, 12vh, 140px);
  text-align: center;
}

.eyebrow {
  margin: 0 0 clamp(18px, 2.8vw, 34px);
  color: rgba(244, 242, 237, 0.74);
  font-size: clamp(0.74rem, 1.2vw, 0.86rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2,
p {
  overflow-wrap: break-word;
  text-wrap: pretty;
}

h1 {
  margin: 0;
  background: linear-gradient(72deg, #f2f6f8 0%, #b9c8d6 48%, var(--accent) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: clamp(4.5rem, 14vw, 13rem);
  font-weight: 500;
  line-height: 0.86;
  overflow-wrap: normal;
  white-space: nowrap;
}

.hero-line {
  max-width: 680px;
  margin: clamp(26px, 3.4vw, 42px) auto 0;
  color: rgba(244, 242, 237, 0.78);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 400;
  line-height: 1.4;
}

.intro {
  padding: clamp(76px, 12vw, 150px) var(--page-pad) 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(58, 168, 255, 0.1), transparent 34rem),
    var(--panel);
}

.intro-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(1020px, 100%);
  margin: 0 auto;
  text-align: center;
}

h2 {
  max-width: 980px;
  margin: 0;
  background: linear-gradient(72deg, #f2f6f8 0%, #b9c8d6 58%, var(--accent-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2.1rem, 5.2vw, 4.25rem);
  font-weight: 500;
  line-height: 1.17;
}

.lede {
  max-width: 900px;
  margin: clamp(34px, 5vw, 68px) auto 0;
  color: rgba(244, 242, 237, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  font-weight: 300;
  line-height: 1.42;
}

.technical-copy {
  max-width: 820px;
  margin: clamp(30px, 4.5vw, 56px) auto 0;
  color: var(--muted);
  font-size: clamp(0.92rem, 1.35vw, 1.14rem);
  font-weight: 400;
  line-height: 1.55;
}

.site-footer {
  margin-top: clamp(72px, 11vw, 132px);
  padding: 0 0 clamp(36px, 6vw, 58px);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 42px);
  color: var(--muted);
  font-size: 0.8125rem;
  line-height: 1.3;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 34px);
}

.footer-links a {
  white-space: nowrap;
  transition: color 180ms ease;
}

.footer-links a:hover {
  color: var(--ink);
}

.footer-copy {
  margin: 0;
  white-space: nowrap;
}

@media (max-width: 820px) {
  :root {
    --page-pad: 22px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-media img {
    object-position: center 36%;
    transform: scale(1.12);
  }

  .hero::before {
    background:
      radial-gradient(circle at 50% 34%, transparent 0 11rem, rgba(7, 9, 13, 0.2) 20rem, rgba(7, 9, 13, 0.7) 40rem),
      linear-gradient(90deg, rgba(7, 9, 13, 0.88), rgba(7, 9, 13, 0.18) 50%, rgba(7, 9, 13, 0.86));
  }

  .hero-content {
    padding-bottom: clamp(62px, 13vh, 104px);
  }

  .eyebrow {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 0.12em;
  }

  h1 {
    font-size: clamp(4rem, 22vw, 7.2rem);
  }

  .hero-line {
    max-width: 330px;
    font-size: 1.02rem;
  }

  .intro {
    padding-top: 72px;
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3.25rem);
  }

  .lede {
    font-size: 1.08rem;
    line-height: 1.5;
  }

  .technical-copy {
    font-size: 0.95rem;
  }

  .footer-inner {
    flex-direction: column;
    gap: 22px;
    text-align: center;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 18px 24px;
  }

  .footer-copy {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  :root {
    --page-pad: 18px;
  }

  .hero-content {
    padding-bottom: clamp(54px, 11vh, 82px);
  }

  .eyebrow {
    max-width: 280px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }

  h1 {
    font-size: clamp(3rem, 15.2vw, 4.6rem);
  }

  .hero-line {
    max-width: 290px;
  }

  .intro {
    padding-top: 64px;
  }

  h2 {
    font-size: clamp(1.82rem, 8.4vw, 2.45rem);
  }

  .lede {
    font-size: 1rem;
  }

  .technical-copy {
    font-size: 0.92rem;
  }

  .footer-inner {
    font-size: 0.78rem;
  }

  .footer-links {
    gap: 16px 20px;
  }
}

@media (max-width: 360px) {
  :root {
    --page-pad: 16px;
  }

  h1 {
    font-size: clamp(2.75rem, 14.5vw, 3.6rem);
  }

  .eyebrow {
    max-width: 260px;
    letter-spacing: 0.08em;
  }

  .hero-line {
    max-width: 270px;
  }
}

@media (max-height: 620px) and (orientation: landscape) {
  .hero {
    min-height: 100svh;
  }

  .hero-media img {
    object-position: center 42%;
    transform: scale(1.02);
  }

  .hero-content {
    padding: 20px var(--page-pad) 24px;
  }

  .eyebrow {
    max-width: none;
    margin-bottom: 10px;
    font-size: 0.62rem;
  }

  h1 {
    font-size: clamp(2.8rem, 9vw, 5.2rem);
  }

  .hero-line {
    max-width: 420px;
    margin-top: 14px;
    font-size: 0.9rem;
  }

  .intro {
    padding-top: 64px;
  }
}
