/* Standalone landing page using the marketing site's palette and device styling. */
:root {
  --bg: #08090c;
  --text: #f2f4f8;
  --text-2: #a4abb8;
  --amber: #ff9f2e;
  --violet: #a97bff;
  --cyan: #3fd2ea;
  --line: rgba(255, 255, 255, 0.09);
  --gutter: clamp(24px, 5vw, 48px);
  color-scheme: dark;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}

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

body {
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  display: flex;
  flex-direction: column;
  background: var(--bg);
  color: var(--text);
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 72% 45%, rgba(169, 123, 255, 0.12), transparent 55%),
    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, 64px 64px, 64px 64px;
  mask-image: linear-gradient(transparent, #000 20%, #000 70%, transparent);
  -webkit-mask-image: linear-gradient(transparent, #000 20%, #000 70%, transparent);
}

h1,
p {
  margin: 0;
}

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

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

::selection {
  background: var(--amber);
  color: var(--bg);
}

:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 6px;
  border-radius: 4px;
}

.skip {
  position: absolute;
  top: 16px;
  left: var(--gutter);
  z-index: 2;
  padding: 10px 16px;
  background: var(--bg);
  transform: translateY(-200%);
}

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

.wrap {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand img {
  flex: none;
}

.header-note,
.device-caption,
.footer {
  color: var(--text-2);
  font-size: 13px;
}

.hero {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(40px, 6vw, 80px);
  padding-block: clamp(48px, 8vh, 100px);
}

.eyebrow {
  margin-bottom: 22px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 26px;
  font-size: clamp(68px, 9vw, 112px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.gradient-text {
  background: linear-gradient(96deg, var(--amber), var(--violet) 58%, var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lede {
  max-width: 28ch;
  margin-bottom: 16px;
  font-size: clamp(21px, 2.2vw, 26px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.025em;
}

.description {
  max-width: 43ch;
  color: var(--text-2);
  font-size: 16px;
  line-height: 1.7;
}

.launch-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  color: var(--text-2);
  font-size: 13px;
}

.status-dot {
  flex: none;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 12px rgba(255, 159, 46, 0.45);
}

.device-preview {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 30px;
}

.device {
  position: relative;
  isolation: isolate;
  width: min(100%, 440px);
  aspect-ratio: 1;
}

.device::after {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: -1;
  background: radial-gradient(circle, rgba(255, 159, 46, 0.18), transparent 65%);
  filter: blur(25px);
  pointer-events: none;
}

.pod {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(
    from 208deg, #5c616c, #14171d 16%, #8b909c 46%, #191d24 68%, #4a4f5a 86%, #6a6f7a
  );
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.pod::before {
  content: "";
  position: absolute;
  inset: 2.6%;
  border-radius: 50%;
  background: linear-gradient(160deg, #23272f, #06070b 62%);
  box-shadow: inset 0 2px 12px rgba(255, 255, 255, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.6);
}

.pod-glass {
  position: absolute;
  inset: 4.2%;
  overflow: hidden;
  border-radius: 50%;
  background: #05060a;
}

.pod-glass::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02) 20%, transparent 42%
  );
  pointer-events: none;
}

.dial-fallback,
.pod-glass svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.device-caption {
  text-align: center;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-block: 22px;
  border-top: 1px solid var(--line);
  font-size: 12px;
}

@media (max-width: 800px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 56px;
    padding-block: 44px 64px;
    text-align: center;
  }

  .lede,
  .description {
    margin-inline: auto;
  }

  .launch-note {
    justify-content: center;
  }

  .device {
    width: min(82%, 360px);
  }

  .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .header-note {
    display: none;
  }
}

@media (forced-colors: active) {
  .gradient-text {
    background: none;
    color: CanvasText;
  }
}
