:root {
  color-scheme: dark;
  --ink: #fff8f5;
  --muted: #c8bcc4;
  --soft: #887a84;
  --accent: #ffb5af;
  --accent-hot: #ff7d8f;
  --lime: #d6ff9c;
  --panel: rgba(29, 23, 32, .76);
  --line: rgba(255, 255, 255, .12);
  --ease: cubic-bezier(.16, 1, .3, 1);
  --pointer-x: 50vw;
  --pointer-y: 30vh;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: #130f16; }
body {
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(900px circle at var(--pointer-x) var(--pointer-y), rgba(255,181,175,.09), transparent 43%),
    radial-gradient(circle at 8% 8%, rgba(255,125,143,.14), transparent 32%),
    linear-gradient(145deg, #171119 0%, #0d0b0f 58%, #171017 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0 48%, rgba(255,255,255,.022) 49%, transparent 50%);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.ambient {
  position: fixed;
  border-radius: 50%;
  filter: blur(90px);
  opacity: .22;
  pointer-events: none;
  animation: breathe 9s ease-in-out infinite alternate;
}
.ambient-one { width: 380px; height: 380px; background: var(--accent-hot); top: -220px; right: 8%; }
.ambient-two { width: 320px; height: 320px; background: #8d63ff; bottom: -210px; left: 4%; animation-delay: -4s; }
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.topbar {
  width: min(1180px, calc(100% - 40px));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}
.brand-lockup { display: flex; align-items: center; gap: 12px; font-weight: 780; letter-spacing: -.02em; }
.brand-lockup img { width: 44px; height: 44px; object-fit: cover; border-radius: 13px; box-shadow: 0 0 0 1px var(--line), 0 8px 24px rgba(0,0,0,.35); }
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  color: var(--muted);
  font-size: .78rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(14px);
}
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 16px var(--lime); animation: pulse 2.4s ease-in-out infinite; }

main { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hero {
  min-height: calc(100svh - 166px);
  padding: clamp(50px, 8vw, 108px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
}
.hero-copy { position: relative; z-index: 3; animation: copyIn 1.15s var(--ease) both; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 11px; color: var(--accent); font-size: .75rem; font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow b { width: 4px; height: 4px; background: currentColor; border-radius: 50%; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3.4rem, 7.1vw, 6.7rem); line-height: .91; letter-spacing: -.068em; font-weight: 820; text-wrap: balance; }
h1 em { position: relative; color: var(--accent); font-style: normal; text-shadow: 0 0 38px rgba(255,181,175,.2); }
h1 em::after { content: ""; position: absolute; left: 3%; right: -1%; bottom: -.04em; height: .075em; border-radius: 10px; background: linear-gradient(90deg, var(--accent-hot), var(--accent)); transform: rotate(-1.5deg); }
.lead { max-width: 660px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1rem, 1.7vw, 1.18rem); line-height: 1.75; }

.launch-note {
  max-width: 620px;
  margin-top: 30px;
  padding: 16px 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border: 1px solid rgba(255,181,175,.22);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,181,175,.09), rgba(255,255,255,.035));
  box-shadow: inset 0 1px rgba(255,255,255,.07);
  backdrop-filter: blur(14px);
}
.launch-icon { flex: 0 0 auto; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #24171c; background: var(--accent); box-shadow: 0 0 24px rgba(255,181,175,.22); }
.launch-note strong { display: block; margin: 1px 0 4px; font-size: .93rem; }
.launch-note p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.5; }
.promise-row { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 9px; }
.promise-row span { padding: 8px 11px; color: #bcaeb8; font-size: .72rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); }

.visual-wrap { position: relative; min-height: 570px; display: grid; place-items: center; animation: visualIn 1.45s .08s var(--ease) both; }
.image-card {
  position: relative;
  width: min(100%, 470px);
  aspect-ratio: .86;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 34px;
  transform: rotate(2.5deg);
  box-shadow: 0 42px 100px rgba(0,0,0,.48), 0 0 80px rgba(255,125,143,.08);
}
.image-card > img:first-child { width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); filter: saturate(.92) contrast(1.04); }
.image-shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,8,11,.94), transparent 46%), linear-gradient(140deg, rgba(255,181,175,.15), transparent 48%); }
.image-logo { position: absolute; width: 84px; height: 84px; left: 50%; top: 45%; transform: translate(-50%,-50%) rotate(-2.5deg); object-fit: cover; border-radius: 23px; border: 1px solid rgba(255,255,255,.34); box-shadow: 0 16px 45px rgba(0,0,0,.42), 0 0 0 8px rgba(255,255,255,.06); }
.image-caption { position: absolute; left: 28px; right: 28px; bottom: 26px; transform: rotate(-2.5deg); }
.image-caption small { display: block; margin-bottom: 6px; color: var(--accent); font-size: .69rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.image-caption strong { font-size: clamp(1.4rem, 3vw, 2rem); letter-spacing: -.04em; }
.orbit { position: absolute; border: 1px solid rgba(255,181,175,.18); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 540px; height: 540px; animation: spin 24s linear infinite; }
.orbit-two { width: 430px; height: 430px; border-style: dashed; border-color: rgba(214,255,156,.13); animation: spin 31s linear infinite reverse; }
.orbit::after { content: ""; position: absolute; width: 8px; height: 8px; top: 18%; right: 8%; border-radius: 50%; background: var(--accent); box-shadow: 0 0 18px var(--accent); }

.float-card {
  position: absolute;
  min-width: 112px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 15px;
  background: rgba(24,19,27,.78);
  box-shadow: 0 18px 44px rgba(0,0,0,.34);
  backdrop-filter: blur(18px);
  animation: float 5s ease-in-out infinite;
}
.float-card span { color: var(--accent); font-size: .7rem; font-weight: 800; }
.float-card strong { font-size: .84rem; }
.float-one { top: 17%; left: -3%; }
.float-two { top: 48%; right: -6%; animation-delay: -1.8s; }
.float-three { bottom: 10%; left: 2%; animation-delay: -3.1s; }

footer {
  width: min(1180px, calc(100% - 40px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--soft);
  font-size: .76rem;
  letter-spacing: .02em;
  border-top: 1px solid var(--line);
}
footer > span:first-child { color: var(--muted); font-weight: 750; }
.footer-line { width: 34px; height: 1px; background: var(--line); }

@keyframes copyIn { from { opacity: 0; transform: translateY(34px); filter: blur(12px); } to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes visualIn { from { opacity: 0; transform: translateX(48px) scale(.94); filter: blur(15px); } to { opacity: 1; transform: none; filter: blur(0); } }
@keyframes float { 50% { transform: translateY(-10px) rotate(-1deg); } }
@keyframes pulse { 50% { opacity: .45; transform: scale(.72); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes breathe { to { transform: translate3d(25px, 18px, 0) scale(1.08); } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 58px; gap: 22px; }
  .hero-copy { text-align: center; }
  .eyebrow, .promise-row { justify-content: center; }
  .lead, .launch-note { margin-left: auto; margin-right: auto; }
  .launch-note { text-align: left; }
  .visual-wrap { min-height: 520px; width: min(100%, 560px); margin: 0 auto; }
  .image-card { width: min(82vw, 430px); }
}

@media (max-width: 560px) {
  .topbar, main, footer { width: min(100% - 28px, 1180px); }
  .topbar { min-height: 74px; }
  .brand-lockup { gap: 9px; font-size: .9rem; }
  .brand-lockup img { width: 38px; height: 38px; border-radius: 11px; }
  .status-pill { padding: 8px 10px; font-size: .66rem; }
  .hero { min-height: auto; padding: 48px 0 54px; }
  .eyebrow { justify-content: center; flex-wrap: wrap; margin-bottom: 18px; font-size: .62rem; }
  h1 { font-size: clamp(3.05rem, 15vw, 4.55rem); }
  .lead { margin-top: 24px; font-size: .98rem; line-height: 1.65; }
  .launch-note { padding: 14px; border-radius: 16px; }
  .promise-row { gap: 7px; }
  .visual-wrap { min-height: 430px; margin-top: 10px; }
  .image-card { width: min(83vw, 360px); border-radius: 27px; }
  .image-logo { width: 66px; height: 66px; border-radius: 19px; }
  .image-caption { left: 22px; right: 22px; bottom: 21px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 320px; height: 320px; }
  .float-card { min-width: 92px; padding: 10px 12px; }
  .float-one { left: -1%; top: 18%; }
  .float-two { right: -2%; }
  .float-three { left: 1%; bottom: 7%; }
  footer { min-height: 86px; justify-content: center; flex-wrap: wrap; text-align: center; }
}

@media (max-width: 380px) {
  .brand-lockup span { display: none; }
  .visual-wrap { min-height: 390px; }
  .float-three { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  body { background: radial-gradient(circle at 50% 20%, rgba(255,181,175,.1), transparent 40%), #130f16; }
}


/* Final layout refinement: calmer proportions and reliable phone composition */
.hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .82fr);
  gap: clamp(42px, 6vw, 78px);
}
.hero-copy { max-width: 690px; }
h1 {
  max-width: 680px;
  font-size: clamp(3.35rem, 5.8vw, 5.35rem);
  line-height: .96;
}
.lead { max-width: 610px; }
.visual-wrap { min-height: 500px; }
.image-card {
  width: min(100%, 410px);
  aspect-ratio: .92;
  border-radius: 30px;
}
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 385px; height: 385px; }
.float-one { left: 0; top: 19%; }
.float-two { right: 0; top: 48%; }
.float-three { left: 4%; bottom: 9%; }

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 66px 0 70px;
  }
  .hero-copy { max-width: 720px; margin-inline: auto; }
  .visual-wrap { min-height: 470px; }
  .image-card { width: min(76vw, 400px); }
  .orbit-one { width: 450px; height: 450px; }
  .orbit-two { width: 360px; height: 360px; }
}

@media (max-width: 560px) {
  body::after { opacity: .45; }
  .topbar {
    min-height: 72px;
    gap: 10px;
  }
  .status-pill {
    max-width: 150px;
    white-space: nowrap;
  }
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 38px;
    padding: 46px 0 54px;
  }
  .hero-copy {
    width: 100%;
    text-align: left;
  }
  .eyebrow {
    justify-content: flex-start;
    margin-bottom: 17px;
  }
  h1 {
    max-width: 100%;
    font-size: clamp(2.9rem, 13.5vw, 4rem);
    line-height: .96;
    letter-spacing: -.06em;
  }
  .lead {
    max-width: none;
    margin-top: 22px;
  }
  .launch-note {
    width: 100%;
    margin-top: 24px;
  }
  .promise-row {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .visual-wrap {
    order: 2;
    width: 100%;
    min-height: 0;
    display: block;
    margin: 0;
    padding: 0 7px 5px;
  }
  .image-card {
    width: 100%;
    aspect-ratio: 1.12;
    border-radius: 24px;
    transform: none;
  }
  .image-card > img:first-child {
    object-position: center 46%;
  }
  .image-logo {
    width: 62px;
    height: 62px;
    top: 43%;
    transform: translate(-50%, -50%);
  }
  .image-caption {
    left: 20px;
    right: 20px;
    bottom: 18px;
    transform: none;
  }
  .orbit,
  .float-card {
    display: none;
  }
  footer {
    min-height: 82px;
    padding: 18px 0;
  }
}

@media (max-width: 380px) {
  .topbar { width: calc(100% - 22px); }
  main, footer { width: calc(100% - 24px); }
  .status-pill { font-size: .61rem; padding-inline: 9px; }
  h1 { font-size: clamp(2.65rem, 13vw, 3.35rem); }
  .promise-row span { font-size: .67rem; }
}

.launch-line { display: flex; align-items: center; gap: 10px; width: fit-content; margin: 28px 0 0; color: var(--muted); font-size: .88rem; font-weight: 650; }
.launch-line span { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: var(--accent); box-shadow: 0 0 16px rgba(255,181,175,.65); }
@media (max-width: 900px) { .launch-line { margin-inline: auto; } }
@media (max-width: 560px) { .launch-line { margin: 24px 0 0; } }
