:root {
  --bg: #0b0b0c;
  --panel: #151516;
  --panel-2: #1d1d1f;
  --border: #2c2c2e;
  --gold: #f5c451;
  --gold-soft: #d9ae49;
  --white: #ffffff;
  --muted: #9a9aa0;
  --ink: #111111;
  --max: 1180px;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background:
    radial-gradient(circle at 75% 8%, rgba(245, 196, 81, .08), transparent 26rem),
    linear-gradient(180deg, #0b0b0c 0%, #101011 48%, #0b0b0c 100%);
  color: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

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

.brand img {
  width: 58px;
  height: 58px;
  border-radius: 13px;
  object-fit: cover;
}

.brand > div {
  display: grid;
  gap: 1px;
}

.brand-name {
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -.02em;
}

.brand-tagline {
  color: var(--muted);
  font-size: .82rem;
}

nav {
  display: flex;
  gap: 24px;
  color: #c7c7cc;
  font-size: .9rem;
  font-weight: 700;
}

nav a:hover { color: var(--gold); }

.hero {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  min-height: 690px;
  padding: 72px 0 86px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 72px;
}

.eyebrow {
  display: inline-block;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 16px 0 24px;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  line-height: .92;
  letter-spacing: -.07em;
  max-width: 780px;
}

.hero h1 span { color: var(--gold); }

.hero-lead {
  max-width: 660px;
  color: #b6b6bb;
  font-size: 1.16rem;
  line-height: 1.75;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  transition: .2s ease;
}

.button.primary {
  background: var(--gold);
  color: var(--ink);
}

.button.primary:hover { transform: translateY(-2px); }

.button.secondary {
  border: 1px solid #39393d;
  background: #171719;
  color: var(--white);
}

.launch-note {
  margin-top: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #8e8e93;
  font-size: .86rem;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(245,196,81,.10);
}

.hero-phone {
  display: flex;
  justify-content: center;
}

.phone-frame {
  width: min(360px, 82vw);
  padding: 10px;
  background: #050506;
  border: 1px solid #3d3624;
  border-radius: 39px;
  box-shadow: 0 30px 90px rgba(0,0,0,.6), 0 0 70px rgba(245,196,81,.08);
  transform: rotate(2deg);
}

.phone-frame img {
  width: 100%;
  border-radius: 31px;
}

.pillars {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 12px 0 86px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.08);
}

.pillars article {
  padding: 34px 34px 10px 0;
}

.pillar-number {
  color: #6f5a28;
  font-weight: 900;
  font-size: .82rem;
}

.pillars h2 {
  margin: 8px 0;
  font-size: 2rem;
}

.pillars p,
.feature-card p,
.section-heading p,
.coming-soon p,
.cta p {
  color: var(--muted);
}

.feature-grid {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.feature-card {
  min-height: 230px;
  padding: 28px;
  background: linear-gradient(145deg, #181819, #121213);
  border: 1px solid var(--border);
  border-radius: 20px;
}

.feature-card:hover { border-color: #504429; }

.feature-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: rgba(245,196,81,.10);
  color: var(--gold);
  font-size: 1.3rem;
  font-weight: 900;
}

.feature-card h3 {
  margin: 22px 0 8px;
  font-size: 1.2rem;
}

.preview-section {
  padding: 100px 0;
  background: #111112;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.section-heading {
  width: min(calc(100% - 32px), 760px);
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading h2,
.coming-soon h2,
.cta h2 {
  margin: 12px 0;
  font-size: clamp(2.2rem, 5vw, 4rem);
  letter-spacing: -.05em;
  line-height: 1;
}

.screen-gallery {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.screen-card {
  margin: 0;
}

.screen-card.featured {
  transform: translateY(-18px);
}

.screen-frame {
  padding: 8px;
  border: 1px solid #313135;
  border-radius: 29px;
  background: #050506;
  overflow: hidden;
}

.screen-frame img {
  width: 100%;
  border-radius: 22px;
}

.screen-card figcaption {
  display: grid;
  gap: 4px;
  padding: 18px 6px 0;
}

.screen-card strong {
  font-size: 1.05rem;
}

.screen-card span {
  color: var(--muted);
  font-size: .9rem;
}

.coming-soon {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 105px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}

.coming-list {
  display: grid;
  gap: 10px;
}

.coming-list span {
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #151516;
  font-weight: 750;
  color: #d4d4d8;
}

.coming-list span::before {
  content: "✓";
  color: var(--gold);
  margin-right: 10px;
  font-weight: 900;
}

.cta {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto 72px;
  padding: 36px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  border: 1px solid #4a4028;
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 10%, rgba(245,196,81,.12), transparent 18rem),
    #171719;
}

.cta img {
  width: 76px;
  height: 76px;
  border-radius: 18px;
  object-fit: cover;
}

.cta h2 {
  font-size: 2.35rem;
  margin: 5px 0;
}

footer {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 34px 0 48px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: var(--muted);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: end;
}

footer > div:first-child {
  display: grid;
  gap: 3px;
}

footer strong { color: var(--white); }

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

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

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  font-size: .78rem;
}

@media (max-width: 900px) {
  nav { display: none; }

  .hero {
    grid-template-columns: 1fr;
    gap: 52px;
    padding-top: 50px;
  }

  .hero-copy { text-align: center; }

  .hero-lead { margin-inline: auto; }

  .hero-actions,
  .launch-note { justify-content: center; }

  .pillars,
  .feature-grid,
  .screen-gallery,
  .coming-soon {
    grid-template-columns: 1fr;
  }

  .screen-gallery {
    width: min(calc(100% - 56px), 420px);
  }

  .screen-card.featured { transform: none; }

  .pillars article {
    padding-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }

  .feature-grid {
    width: min(calc(100% - 32px), 620px);
  }

  .cta {
    grid-template-columns: auto 1fr;
  }

  .cta .button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 76px;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .brand-tagline { display: none; }

  .hero {
    padding-top: 40px;
    padding-bottom: 66px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .preview-section {
    padding: 72px 0;
  }

  .coming-soon {
    padding: 78px 0;
  }

  .cta {
    padding: 24px;
  }

  .cta img {
    width: 60px;
    height: 60px;
  }

  .cta h2 {
    font-size: 1.8rem;
  }

  footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-direction: column;
    gap: 5px;
  }
}
