:root {
  --bg: #070809;
  --surface: #111316;
  --surface-2: #181a1e;
  --text: #f5f3ef;
  --muted: #aaa8a3;
  --line: rgba(255,255,255,.11);
  --silver: #d6d0c8;
  --warm: #d7a96d;
  --safe: #ffd400;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 9%, rgba(215,169,109,.09), transparent 27rem),
    radial-gradient(circle at 14% 36%, rgba(255,255,255,.035), transparent 30rem),
    var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.site-shell { width: min(1240px, calc(100% - 48px)); margin: auto; }
.nav {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark { display: inline-flex; align-items: center; gap: 13px; font-size: 13px; font-weight: 750; letter-spacing: .16em; }
.wordmark img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.nav nav { display: flex; gap: 30px; color: var(--muted); font-size: 14px; }
.nav nav a, .footer-links a { transition: color .2s ease; }
.nav nav a:hover, .footer-links a:hover { color: var(--text); }
.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
  padding: 72px 0 90px;
}
.eyebrow { margin: 0; color: var(--warm); font-size: 11px; font-weight: 750; letter-spacing: .2em; }
h1 {
  max-width: 760px;
  margin: 22px 0 28px;
  font-size: clamp(54px, 6.5vw, 94px);
  line-height: .96;
  letter-spacing: -.065em;
}
h1 span {
  background: linear-gradient(115deg, #f4eee5, #a9a7a5 50%, #e2c196);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.intro { max-width: 640px; margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.6; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { padding: 15px 20px; border-radius: 999px; border: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.button.primary { background: var(--text); color: #0b0c0d; }
.button.secondary { background: rgba(255,255,255,.035); }
.brand-stage { position: relative; display: grid; place-items: center; min-height: 480px; }
.brand-stage .glow { position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; background: rgba(215,169,109,.16); filter: blur(70px); }
.brand-stage img {
  position: relative;
  width: min(470px, 100%);
  border-radius: 50%;
  box-shadow: 0 40px 100px #000, 0 0 0 1px rgba(255,255,255,.13);
}
.statement {
  display: grid;
  grid-template-columns: .45fr 1fr;
  column-gap: 8vw;
  padding: 125px 0;
  border-top: 1px solid var(--line);
}
.statement h2, .section-heading h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -.055em;
}
.statement > p:last-child {
  grid-column: 2;
  max-width: 680px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}
.apps { padding: 120px 0; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 55px; }
.section-heading .eyebrow { margin-bottom: 16px; }
.section-heading > p { max-width: 280px; color: var(--muted); line-height: 1.5; }
.app-card {
  min-height: 630px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
  border: 1px solid rgba(255,212,0,.28);
  border-radius: 30px;
  background:
    radial-gradient(circle at 80% 45%, rgba(255,212,0,.14), transparent 34rem),
    linear-gradient(145deg, #171714, #0c0d0e 64%);
}
.app-copy { padding: clamp(34px, 6vw, 76px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.status { margin: 0 0 40px; color: #d5d1c9; font-size: 12px; letter-spacing: .06em; }
.status span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #42d267; box-shadow: 0 0 14px #42d267; }
.app-logo { width: 92px; height: 92px; border-radius: 23px; box-shadow: 0 18px 44px rgba(0,0,0,.45); }
.app-copy h3 { margin: 28px 0 6px; font-size: clamp(48px, 6vw, 76px); letter-spacing: -.06em; }
.tagline { margin: 0; color: var(--safe); font-size: 19px; font-weight: 700; }
.description { max-width: 430px; margin: 24px 0 34px; color: var(--muted); line-height: 1.6; }
.discover { font-size: 14px; font-weight: 750; }
.discover b { margin-left: 8px; color: var(--safe); }
.app-visual { position: relative; display: grid; align-items: end; justify-items: center; overflow: hidden; padding-top: 50px; }
.phone {
  width: min(330px, 72%);
  padding: 12px;
  border-radius: 48px 48px 0 0;
  background: #050505;
  box-shadow: 0 40px 100px #000;
  transform: translateY(52px);
}
.phone img { display: block; width: 100%; border-radius: 37px 37px 0 0; }
.coming-soon {
  margin-top: 20px;
  padding: 46px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(120deg, rgba(255,255,255,.045), rgba(255,255,255,.015));
}
.coming-soon h3 { margin: 15px 0 8px; font-size: 34px; }
.coming-soon > p:not(.eyebrow) { color: var(--muted); }
.coming-soon span { display: inline-block; margin-top: 15px; color: var(--silver); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
footer {
  min-height: 170px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 25px;
  border-top: 1px solid var(--line);
}
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 45px; height: 45px; object-fit: cover; border-radius: 50%; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font-size: 12px; letter-spacing: .15em; }
.footer-brand span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.footer-links { display: flex; gap: 24px; color: var(--muted); font-size: 13px; }
footer > p { grid-column: 1 / -1; margin: -35px 0 0; color: #666; font-size: 11px; }

@media (max-width: 850px) {
  .site-shell { width: min(100% - 30px, 680px); }
  .nav nav { gap: 16px; }
  .nav nav a:nth-child(2) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 70px 0; }
  .brand-stage { min-height: 360px; order: -1; }
  .brand-stage img { width: min(330px, 82vw); }
  .statement { grid-template-columns: 1fr; padding: 85px 0; }
  .statement h2 { margin-top: 18px; }
  .statement > p:last-child { grid-column: 1; }
  .apps { padding: 85px 0; }
  .section-heading { display: block; }
  .app-card { grid-template-columns: 1fr; }
  .app-visual { min-height: 480px; }
  .phone { width: min(330px, 76%); }
}
@media (max-width: 520px) {
  .wordmark span { display: none; }
  .nav nav { gap: 14px; font-size: 12px; }
  .hero { padding-top: 44px; }
  h1 { font-size: clamp(47px, 14vw, 68px); }
  .brand-stage { min-height: 300px; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .button { text-align: center; }
  .section-heading h2 { font-size: 44px; }
  .app-card { border-radius: 22px; }
  .app-copy { padding: 34px 26px; }
  .app-visual { min-height: 410px; }
  .coming-soon { padding: 32px 26px; }
  footer { grid-template-columns: 1fr; padding: 38px 0; }
  .footer-links { flex-wrap: wrap; }
  footer > p { grid-column: 1; margin: 0; }
}
