:root {
  color-scheme: dark;
  --bg: #060a10;
  --card: #101620;
  --elevated: #1e2836;
  --border: #3e4e62;
  --muted: #8694a8;
  --text: #c0cad6;
  --heading: #e4eaf2;
  --gold: #c89466;
  --wood: #5f765d;
  --fire: #8e5046;
  --earth: #7d6547;
  --water: #537778;
  --max: 1220px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 5%, rgba(83, 119, 120, .10), transparent 28rem),
    radial-gradient(circle at 12% 28%, rgba(200, 148, 102, .05), transparent 30rem),
    var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", sans-serif;
  font-weight: 300;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--bg);
  background: var(--heading);
  border-radius: 8px;
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 72px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(62, 78, 98, .25);
  background: rgba(6, 10, 16, .78);
  backdrop-filter: blur(22px) saturate(125%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--heading);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .25em;
}

.brand img { border-radius: 8px; }
.brand b { font-weight: 600; }

.site-header nav,
footer nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 450;
  letter-spacing: .08em;
}

.site-header nav a,
footer nav a { transition: color .2s ease; }
.site-header nav a:hover,
footer nav a:hover { color: var(--heading); }

.site-header .nav-cta {
  padding: 9px 14px;
  color: var(--heading);
  border: 1px solid rgba(228, 234, 242, .24);
  border-radius: 100px;
}

.section-shell {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  align-items: start;
  min-height: calc(100svh - 72px);
  padding-block: 72px 96px;
  gap: clamp(52px, 8vw, 110px);
}

.hero > * {
  min-width: 0;
}

.hero-copy {
  padding-top: 62px;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 550;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.live-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 10px 1px 0;
  background: var(--wood);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(95, 118, 93, .9);
}

h1, h2, h3, p { text-wrap: pretty; }

h1 {
  max-width: 760px;
  margin: 0;
  color: var(--heading);
  font-size: clamp(54px, 7vw, 102px);
  font-weight: 150;
  letter-spacing: -.055em;
  line-height: .98;
}

h1 em {
  color: var(--gold);
  font-style: normal;
  font-weight: 250;
}

.hero-lede {
  max-width: 660px;
  margin: 32px 0 0;
  color: var(--text);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(228, 234, 242, .18);
  border-radius: 14px;
  font-size: 12px;
  font-weight: 550;
  letter-spacing: .1em;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.button:hover {
  transform: translateY(-2px);
  border-color: rgba(228, 234, 242, .44);
}

.button.primary {
  color: var(--bg);
  background: var(--heading);
}

.button.primary:hover { background: white; }
.button.primary span { margin-left: 18px; font-size: 18px; }
.button.quiet { color: var(--text); background: rgba(16, 22, 32, .46); }

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 38px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(62, 78, 98, .3);
  color: var(--muted);
  list-style: none;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.proof-strip li::before {
  margin-right: 8px;
  color: var(--gold);
  content: "◆";
  font-size: 6px;
}

.hero-product {
  position: relative;
  display: grid;
  justify-items: center;
  align-self: start;
}

.hero-product::before {
  position: absolute;
  inset: 8% -15% 6%;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(134, 148, 168, .16), rgba(6, 10, 16, 0) 66%);
  filter: blur(18px);
}

.phone {
  position: relative;
  z-index: 2;
  width: min(100%, 326px);
  margin: 0;
  padding: 9px;
  border: 1px solid rgba(192, 202, 214, .32);
  border-radius: 52px;
  background: linear-gradient(140deg, #606a76 0%, #131922 16%, #05080d 76%, #6f7b88 100%);
  box-shadow: 0 50px 100px rgba(0, 0, 0, .55), inset 0 1px rgba(255,255,255,.3);
  transform: rotate(2.2deg);
}

.phone img {
  width: 100%;
  border-radius: 43px;
  background: #05080d;
}

.phone-sensor {
  position: absolute;
  z-index: 4;
  top: 17px;
  left: 50%;
  width: 78px;
  height: 21px;
  border-radius: 100px;
  background: #000;
  transform: translateX(-50%);
}

.element-orbit {
  position: absolute;
  z-index: 3;
  top: 18%;
  right: -18px;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.element-orbit span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(62, 78, 98, .35);
  border-radius: 50%;
  background: rgba(16, 22, 32, .86);
  font-size: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

.element-orbit .wood { color: var(--wood); }
.element-orbit .fire { color: var(--fire); }
.element-orbit .earth { color: var(--earth); }
.element-orbit .metal { color: var(--heading); }
.element-orbit .water { color: var(--water); }

.product-caption {
  position: relative;
  z-index: 3;
  max-width: 340px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
}

.product-caption span { color: var(--gold); margin-right: 8px; }

.standard,
.modules,
.intelligence,
.watch,
.privacy {
  padding-block: 130px;
  border-top: 1px solid rgba(62, 78, 98, .24);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) 1.2fr;
  align-items: end;
  gap: 28px 70px;
  margin-bottom: 62px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

h2 {
  margin: 0;
  color: var(--heading);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 180;
  letter-spacing: -.04em;
  line-height: 1.05;
}

.section-heading > p:last-child {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.phase-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(62, 78, 98, .34);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(16, 22, 32, .34);
}

.phase-track article {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border-left: 1px solid rgba(62, 78, 98, .26);
}

.phase-track article:first-child { border-left: 0; }
.phase-track article.destination { background: linear-gradient(145deg, rgba(228,234,242,.09), rgba(228,234,242,.015)); }
.phase-track article > span { position: absolute; top: 24px; right: 24px; color: rgba(134,148,168,.4); font-size: 11px; }
.phase-track small,
.module-card small { color: var(--muted); font-size: 10px; font-weight: 550; letter-spacing: .16em; text-transform: uppercase; }
.phase-track strong { display: block; margin-top: 46px; color: var(--heading); font-size: 30px; font-weight: 250; }
.phase-track p { margin: 18px 0 0; color: var(--muted); font-size: 13px; }

.module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.module-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 168px;
  padding: 24px 26px;
  gap: 10px 20px;
  border: 1px solid rgba(62, 78, 98, .30);
  border-radius: 18px;
  background: linear-gradient(140deg, rgba(16,22,32,.74), rgba(16,22,32,.30));
}

.module-card.featured {
  border-color: rgba(200, 148, 102, .28);
  background: linear-gradient(140deg, rgba(200,148,102,.09), rgba(16,22,32,.36));
}

.module-index { align-self: start; color: rgba(134,148,168,.42); font-size: 10px; letter-spacing: .1em; }
.module-card h3 { margin: 4px 0 0; color: var(--heading); font-size: 20px; font-weight: 350; letter-spacing: -.01em; }
.module-card strong { color: var(--heading); font-size: 36px; font-weight: 200; text-align: right; }
.module-card strong span { display: block; color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.module-card p { grid-column: 2 / -1; margin: 0; color: var(--muted); font-size: 12px; }

.intelligence,
.watch,
.privacy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
}

.signal-panel > p:not(.eyebrow),
.watch-copy > p:not(.eyebrow),
.privacy-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.signal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.signal-list span {
  padding: 8px 10px;
  color: var(--muted);
  border: 1px solid rgba(62,78,98,.35);
  border-radius: 6px;
  background: rgba(16,22,32,.45);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.qualification {
  padding-left: 14px;
  border-left: 1px solid var(--gold);
  font-size: 12px !important;
}

.decision-display {
  padding: 30px;
  border: 1px solid rgba(62,78,98,.42);
  border-radius: 22px;
  background:
    radial-gradient(circle at 65% 34%, rgba(83,119,120,.13), transparent 45%),
    rgba(16,22,32,.58);
  box-shadow: 0 32px 80px rgba(0,0,0,.3);
}

.decision-top,
.decision-meta {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 10px;
  font-weight: 550;
  letter-spacing: .15em;
}

.status { color: var(--wood); }
.decision-word { margin-top: 60px; color: var(--heading); font-size: clamp(64px, 10vw, 128px); font-weight: 100; letter-spacing: -.07em; line-height: .8; }
.decision-display > p { max-width: 420px; margin: 40px 0 60px; color: var(--muted); }
.decision-meta { padding-top: 20px; border-top: 1px solid rgba(62,78,98,.3); }
.decision-meta b { display: block; margin-bottom: 4px; color: var(--heading); font-size: 18px; font-weight: 300; letter-spacing: 0; }

.watch-face {
  position: relative;
  justify-self: center;
  width: 300px;
  padding: 20px;
  border: 2px solid #687380;
  border-radius: 78px;
  background: linear-gradient(145deg, #808b98, #1c232c 16%, #06090d 80%, #67717d);
  box-shadow: 0 44px 90px rgba(0,0,0,.5);
}

.watch-crown {
  position: absolute;
  top: 72px;
  right: -15px;
  width: 13px;
  height: 50px;
  border-radius: 0 8px 8px 0;
  background: #4b5561;
}

.watch-screen {
  display: grid;
  min-height: 330px;
  padding: 34px 26px;
  place-items: center;
  color: var(--heading);
  border-radius: 58px;
  background: radial-gradient(circle at 50% 10%, rgba(83,119,120,.15), transparent 45%), #05080d;
}

.watch-heart { color: #a06262; }
.watch-screen strong { font-size: 74px; font-weight: 150; line-height: .8; }
.watch-screen small,
.watch-screen p,
.watch-screen em { color: var(--muted); font-size: 9px; font-style: normal; letter-spacing: .16em; }
.watch-screen hr { width: 100%; border: 0; border-top: 1px solid rgba(62,78,98,.45); }
.watch-screen time { font-size: 28px; font-weight: 250; font-variant-numeric: tabular-nums; }

.privacy-mark {
  display: grid;
  width: min(100%, 420px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(62,78,98,.35);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(228,234,242,.06), transparent 60%);
}

.privacy-mark span,
.privacy-mark small { color: var(--muted); font-size: 10px; letter-spacing: .25em; }
.privacy-mark strong { color: var(--heading); font-size: 110px; font-weight: 100; line-height: .5; }

.privacy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 28px;
  color: var(--heading);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .06em;
}

.final-cta {
  display: grid;
  justify-items: center;
  padding-block: 150px;
  border-top: 1px solid rgba(62,78,98,.24);
  text-align: center;
}

.final-cta img { margin-bottom: 28px; border-radius: 18px; box-shadow: 0 20px 50px rgba(0,0,0,.45); }
.final-cta .eyebrow { margin-bottom: 18px; }
.final-cta p:not(.eyebrow) { max-width: 480px; margin: 22px auto 30px; color: var(--muted); }

footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(calc(100% - 48px), var(--max));
  min-height: 120px;
  margin-inline: auto;
  gap: 26px;
  border-top: 1px solid rgba(62,78,98,.24);
  color: var(--muted);
  font-size: 11px;
}

footer p { margin: 0; text-align: center; }

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button { transition: none; }
}

@media (max-width: 900px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { padding-top: 0; }
  .hero-product { width: 100%; max-width: 500px; margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; }
  .phase-track { grid-template-columns: 1fr 1fr; }
  .phase-track article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(62,78,98,.26); }
  .phase-track article:nth-child(4) { border-top: 1px solid rgba(62,78,98,.26); }
  .module-grid { grid-template-columns: 1fr; }
  .intelligence, .watch, .privacy { grid-template-columns: 1fr; }
  .watch-face, .privacy-mark { grid-row: 1; }
  .privacy-mark { margin-inline: auto; }
  footer { grid-template-columns: 1fr; justify-items: center; padding-block: 36px; }
}

@media (max-width: 600px) {
  .site-header { min-height: 62px; padding-inline: 18px; }
  .site-header .brand img { width: 30px; height: 30px; }
  .site-header nav { gap: 0; }
  .site-header .nav-cta { padding: 8px 11px; font-size: 10px; }
  .section-shell { width: min(calc(100% - 32px), var(--max)); }
  .hero { min-height: auto; padding-block: 76px 84px; }
  h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-lede { overflow-wrap: anywhere; }
  .hero-actions { display: grid; }
  .proof-strip { display: grid; }
  .phone { width: min(84vw, 310px); }
  .element-orbit { right: -4px; }
  .standard, .modules, .intelligence, .watch, .privacy { padding-block: 90px; }
  .phase-track { grid-template-columns: 1fr; }
  .phase-track article { min-height: 200px; border-left: 0; border-top: 1px solid rgba(62,78,98,.26); }
  .phase-track article:first-child { border-top: 0; }
  .module-card { grid-template-columns: 30px minmax(0, 1fr); }
  .module-card strong { grid-column: 2; text-align: left; }
  .module-card p { grid-column: 2; }
  .watch-face { width: min(82vw, 300px); }
  .final-cta { padding-block: 110px; }
  footer nav { gap: 18px; }
}
