:root {
  --ink: #17131d;
  --muted: #68616f;
  --purple: #8c4df5;
  --purple-deep: #7135e4;
  --paper: #fbfaff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Montserrat", "Avenir Next", Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
main { min-height: 100vh; overflow: hidden; position: relative; }

.ambient { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.ambient--one { width: 580px; height: 580px; right: -220px; top: -230px; background: radial-gradient(circle, rgba(166,106,247,.22), rgba(166,106,247,0) 69%); }
.ambient--two { width: 420px; height: 420px; left: -250px; top: 580px; background: radial-gradient(circle, rgba(123,63,242,.12), rgba(123,63,242,0) 70%); }

.site-header, .hero, .coming, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; position: relative; z-index: 1; }
.site-header { height: 112px; display: flex; align-items: center; justify-content: space-between; }
.logo-link { display: inline-flex; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__mark { width: 54px; height: 54px; flex: 0 0 auto; }
.brand__type { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-size: 29px; font-weight: 700; letter-spacing: -1.5px; }
.brand__descriptor { color: var(--purple); font-size: 9px; font-weight: 800; letter-spacing: 3.5px; margin-top: 6px; }
.brand--compact .brand__mark { width: 70px; height: 70px; }
.launch-pill { display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(124,63,242,.18); background: rgba(255,255,255,.68); backdrop-filter: blur(12px); border-radius: 999px; padding: 10px 15px; color: #5e5269; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.launch-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 5px rgba(140,77,245,.11); }

.hero { min-height: 670px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 36px; padding: 48px 0 90px; }
.eyebrow { color: var(--purple-deep); font-size: 12px; font-weight: 800; letter-spacing: .24em; margin: 0 0 24px; }
.hero h1 { margin: 0; font-size: clamp(55px, 6vw, 88px); line-height: .98; letter-spacing: -.055em; font-weight: 760; }
.hero h1 span { background: linear-gradient(100deg, #7135e4, #a25ef8); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero__copy { max-width: 570px; margin: 30px 0 0; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero__visual { height: 520px; position: relative; perspective: 1000px; }
.orb { position: absolute; border-radius: 50%; }
.orb--back { width: 430px; height: 430px; right: 2%; top: 34px; background: linear-gradient(145deg, rgba(123,63,242,.08), rgba(166,106,247,.28)); box-shadow: inset -30px -40px 80px rgba(113,53,228,.10); }
.card { position: absolute; width: 400px; height: 248px; border-radius: 29px; overflow: hidden; }
.card--back { right: 5px; top: 78px; transform: rotate(10deg); background: linear-gradient(135deg, #f0e9ff, #dfd0ff); border: 1px solid rgba(123,63,242,.12); color: rgba(113,53,228,.2); padding: 34px; display: flex; flex-direction: column; font-weight: 800; }
.card--back span { font-size: 35px; letter-spacing: -.05em; }
.card--back small { margin-top: 5px; letter-spacing: .24em; }
.card--front { left: 10px; top: 165px; transform: rotate(-7deg); background: linear-gradient(135deg, #7539ec 0%, #934ff6 49%, #b778fa 100%); box-shadow: 0 38px 70px rgba(95,44,186,.30); padding: 28px 31px; color: white; display: grid; grid-template-columns: auto 1fr; gap: 12px; align-content: start; }
.card__shine { position: absolute; inset: -60% -20% auto 35%; height: 190%; width: 80%; border-radius: 50%; background: rgba(255,255,255,.12); transform: rotate(18deg); }
.card__words { display: flex; flex-direction: column; justify-content: center; line-height: 1; position: relative; }
.card__words span { font-size: 38px; font-weight: 750; letter-spacing: -2px; }
.card__words small { font-size: 10px; font-weight: 800; letter-spacing: 4px; margin-top: 7px; }
.card--front > p { grid-column: 1 / -1; align-self: end; margin: 56px 0 0; color: rgba(255,255,255,.70); font-size: 10px; font-weight: 700; letter-spacing: .13em; line-height: 1.6; position: relative; }

.coming { text-align: center; padding: 100px 24px 110px; border-top: 1px solid rgba(23,19,29,.08); }
.coming p { color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .28em; }
.coming h2 { max-width: 760px; margin: 18px auto; font-size: clamp(32px, 4.6vw, 56px); line-height: 1.1; letter-spacing: -.04em; }
.coming span { color: var(--muted); font-size: 16px; }
footer { min-height: 120px; border-top: 1px solid rgba(23,19,29,.08); display: flex; align-items: center; justify-content: space-between; }
footer .brand__mark { width: 39px; height: 39px; }
footer .brand__name { font-size: 23px; }
footer .brand__descriptor { font-size: 7px; letter-spacing: 2.8px; }
footer p { color: #918996; font-size: 11px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; text-align: center; }
  .hero__copy { margin-inline: auto; }
  .hero__visual { width: min(520px, 100%); margin: 0 auto; }
}
@media (max-width: 560px) {
  .site-header, .hero, .coming, footer { width: min(100% - 32px, 1180px); }
  .site-header { height: 90px; }
  .site-header .brand__type { display: none; }
  .launch-pill { font-size: 10px; padding: 9px 12px; }
  .hero { padding-top: 30px; min-height: auto; }
  .hero h1 { font-size: 49px; }
  .hero__copy { font-size: 16px; }
  .hero__visual { height: 390px; transform: scale(.84); transform-origin: top center; margin-bottom: -55px; }
  .card { width: 335px; height: 208px; }
  .card--front { left: 50%; transform: translateX(-53%) rotate(-7deg); }
  .card--back { right: 50%; transform: translateX(56%) rotate(10deg); }
  .orb--back { width: 350px; height: 350px; left: 50%; transform: translateX(-50%); }
  .card--front > p { margin-top: 35px; }
  footer { padding: 28px 0; flex-direction: column; gap: 20px; text-align: center; }
}

@media (prefers-reduced-motion: no-preference) {
  .card--front { animation: float 6s ease-in-out infinite; }
  @keyframes float { 0%,100% { translate: 0 0; } 50% { translate: 0 -10px; } }
}
