@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  color: #10164f;
  background: #fbf9ff;
  overflow-x: hidden;
}

.hero {
  position: relative;
  min-height: max(100vh, 900px);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 56% 38%, rgba(255,255,255,.96) 0 20%, rgba(255,255,255,.55) 43%, transparent 65%),
    radial-gradient(circle at 17% 12%, rgba(225,218,255,.55), transparent 27%),
    radial-gradient(circle at 78% 22%, rgba(255,213,240,.52), transparent 32%),
    linear-gradient(135deg, #f8f6ff 0%, #fffaff 47%, #fff4fb 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background:
    radial-gradient(circle at 15% 72%, rgba(185,194,255,.15), transparent 28%),
    radial-gradient(circle at 73% 65%, rgba(214,194,255,.16), transparent 28%);
}

.decor {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.decor-shape {
  width: min(50vw, 836px);
  right: -3.3vw;
  top: 1.5vh;
  opacity: .58;
  z-index: -1;
}

.flowers-left {
  width: min(25vw, 335px);
  left: -9px;
  bottom: -108px;
  z-index: 0;
}

.flowers-right {
  width: min(27vw, 405px);
  right: -17px;
  bottom: -74px;
  z-index: 0;
}

.brand {
  position: relative;
  z-index: 5;
  width: min(1556px, calc(100% - 116px));
  margin: 0 auto;
  padding-top: 34px;
  transform: translate(-2px, -6px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  text-decoration: none;
}

.brand .brand-mark {
  display: block;
  width: 69px;
  height: 69px;
  object-fit: contain;
}

.brand .brand-text {
  display: block;
  width: 235px;
  height: auto;
}

.desktop-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 3vw, 52px);
}

.desktop-nav a {
  position: relative;
  padding: 12px 0 14px;
  color: #090d4d;
  font-size: clamp(15px, 1.08vw, 18px);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e94bd8, #8a48fb 52%, #3b91ff);
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .18s ease, transform .18s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-cta {
  min-width: 190px;
  height: 55px;
  padding: 0 22px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  flex: 0 0 auto;
  color: #fff;
  background: linear-gradient(100deg, #ee58c7, #b34eea 52%, #448cff);
  box-shadow: 0 8px 20px rgba(135, 76, 224, .16);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.header-cta span {
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.menu-toggle,
.mobile-nav {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(1556px, calc(100% - 116px));
  margin: 0 auto;
  min-height: calc(100vh - 103px);
  display: grid;
  grid-template-columns: 53% 47%;
  align-items: center;
}

.copy {
  position: relative;
  align-self: center;
  padding: 22px 0 43px 156px;
}

.copy h1 {
  margin: 0;
  font-weight: 600;
  font-size: clamp(53px, 5.15vw, 86px);
  line-height: .98;
  letter-spacing: -.042em;
  color: #0b1150;
}

.copy p {
  margin: 16px 0 30px 8px;
  max-width: 680px;
  font-size: clamp(19px, 1.56vw, 26px);
  line-height: 1.42;
  font-weight: 500;
  color: #6f78b0;
}

.sparkle {
  position: absolute;
  object-fit: contain;
  pointer-events: none;
}

.sparkle-top {
  width: 68px;
  height: 68px;
  left: 92px;
  top: -20px;
}

.coming-wrap {
  position: relative;
  width: min(586px, calc(100% - 46px));
  margin-left: 35px;
}

.coming-soon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 92px;
  padding: 18px 35px;
  border-radius: 40px;
  border: 4px solid rgba(255,255,255,.82);
  box-shadow:
    0 0 0 2px rgba(247,213,255,.70),
    0 0 22px rgba(236,75,224,.36),
    0 11px 29px rgba(128, 95, 255, .23),
    inset 0 0 20px rgba(255,255,255,.36);
  background:
    radial-gradient(circle at 20% 50%, rgba(255,91,215,.95), transparent 32%),
    radial-gradient(circle at 78% 50%, rgba(59,140,255,.94), transparent 36%),
    linear-gradient(90deg, #dd44dc 0%, #9048fb 48%, #478cff 100%);
  color: #fff;
  font-size: clamp(42px, 3.55vw, 59px);
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: .015em;
  text-shadow: 0 2px 9px rgba(64, 34, 145, .28);
}

.sparkle-cta {
  width: 86px;
  height: 86px;
  right: -15px;
  top: -38px;
}

.available {
  width: min(489px, calc(100% - 70px));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  margin: 27px 0 17px 70px;
}

.available .line {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c9c6e7);
}

.available .line:last-child {
  background: linear-gradient(90deg, #c9c6e7, transparent);
}

.available strong {
  white-space: nowrap;
  color: #3030ea;
  font-size: clamp(17px, 1.18vw, 20px);
  font-weight: 600;
}

.store-row {
  display: flex;
  gap: 18px;
  width: min(558px, calc(100% - 54px));
  margin-left: 47px;
}

.store-badge {
  flex: 1 1 0;
  min-width: 0;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 14px 20px;
  border-radius: 19px;
  border: 1px solid rgba(203,205,234,.62);
  background: rgba(255,255,255,.89);
  box-shadow:
    0 8px 18px rgba(44, 41, 111, .08),
    inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(8px);
}

.apple-mark {
  display: block;
  width: 42px;
  height: 48px;
  object-fit: contain;
  color: #080d3f;
  fill: currentColor;
  flex: 0 0 auto;
}

.play-mark {
  position: relative;
  width: 46px;
  height: 48px;
  flex: 0 0 auto;
}

.play-mark::before {
  content: "";
  position: absolute;
  inset: 4px 5px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: linear-gradient(145deg, #26c7ff 10%, #20cf6a 45%, #ffdd2d 46%, #ffb622 61%, #ff4a5c 61%, #eb3167 100%);
  filter: saturate(1.1);
}

.store-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.store-name {
  color: #0a0d35;
  font-size: clamp(20px, 1.5vw, 27px);
  font-weight: 500;
  white-space: nowrap;
}

.store-sub {
  margin-top: 7px;
  color: #7479b5;
  font-size: clamp(11px, .84vw, 15px);
  font-weight: 500;
  white-space: nowrap;
}

.visual {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px 24px 0;
}

.phones {
  display: block;
  width: min(92.3%, 725px);
  height: auto;
  max-height: 74vh;
  object-fit: contain;
  filter: drop-shadow(0 21px 18px rgba(64, 53, 120, .12));
  transform: translate(-31px, -45px);
}

.social-footer {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: max(8px, calc(50% - 462px));
  padding: 0 58px;
}

.social-links {
  width: min(1050px, 100%);
  margin: 0 auto;
  padding-top: 18px;
  border-top: 1px solid #ddd8f2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 0;
}

.social-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #404a85;
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.social-links a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 1px;
  height: 28px;
  background: #cfc8ee;
}

.social-links svg {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  overflow: visible;
  fill: none;
  stroke: #7255f5;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-links .icon-fill {
  fill: #7255f5;
  stroke: none;
}

.social-links .icon-cutout {
  fill: #fff;
  stroke: none;
}

.social-links .tiktok-icon .icon-fill {
  fill: #080d3f;
}

.social-links a:hover,
.social-links a:focus-visible {
  color: #563bf1;
}

@media (max-width: 1180px) {
  .brand,
  .hero-content {
    width: min(100% - 48px, 1120px);
  }

  .copy {
    padding-left: 66px;
  }

  .desktop-nav {
    gap: 22px;
  }

  .header-cta {
    min-width: 170px;
    padding-inline: 17px;
    font-size: 16px;
  }

  .sparkle-top {
    left: 8px;
  }

  .coming-wrap,
  .available,
  .store-row {
    width: min(490px, 100%);
  }

  .coming-soon {
    min-height: 94px;
  }
}

@media (max-width: 860px) {
  .hero {
    min-height: 100svh;
    padding-bottom: 42px;
  }

  .brand {
    width: calc(100% - 36px);
    padding-top: 20px;
  }

  .brand {
    transform: none;
    gap: 9px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    padding: 10px 7px;
    border: 0;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 5px;
    color: #111653;
    background: rgba(255,255,255,.72);
    box-shadow: 0 5px 16px rgba(72, 57, 130, .10);
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    transition: transform .2s ease, opacity .2s ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-8px) rotate(-45deg);
  }

  .mobile-nav {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    padding: 14px;
    border: 1px solid rgba(213, 207, 239, .8);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 40px rgba(48, 37, 108, .15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  .mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .mobile-nav a {
    padding: 12px 14px;
    border-radius: 11px;
    color: #0b1050;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }

  .mobile-nav a:hover,
  .mobile-nav a:focus-visible {
    background: #f5f1ff;
  }

  .mobile-nav .mobile-cta {
    margin-top: 6px;
    color: #fff;
    text-align: center;
    background: linear-gradient(100deg, #ee58c7, #a34cf2 52%, #448cff);
  }

  .brand .brand-mark {
    width: 50px;
    height: 50px;
  }

  .brand .brand-text {
    width: 168px;
  }

  .hero-content {
    width: calc(100% - 36px);
    margin-top: 4px;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .copy {
    order: 2;
    padding: 0 0 112px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 0;
  }

  .visual {
    order: 1;
    height: 43vh;
    min-height: 330px;
    max-height: 500px;
    padding: 0;
    margin-top: -5px;
  }

  .phones {
    width: min(92vw, 540px);
    max-height: 100%;
    transform: translate(10px, 8px);
  }

  .copy h1 {
    max-width: 100%;
    font-size: clamp(39px, 10.6vw, 72px);
    line-height: 1.02;
  }

  .copy p {
    margin: 24px auto 30px;
    width: 100%;
    max-width: 630px;
    font-size: clamp(17px, 4.8vw, 23px);
    line-height: 1.52;
  }

  .desktop-break {
    display: none;
  }

  .sparkle-top {
    width: 55px;
    height: 55px;
    left: 0;
    top: -35px;
  }

  .coming-wrap,
  .available,
  .store-row {
    width: min(610px, 100%);
    margin-left: 0;
  }

  .coming-soon {
    min-height: 88px;
    border-radius: 28px;
    font-size: clamp(30px, 8.2vw, 54px);
  }

  .sparkle-cta {
    width: 69px;
    height: 69px;
    right: -18px;
    top: -32px;
  }

  .available {
    gap: 16px;
  }

  .store-row {
    gap: 12px;
  }

  .store-badge {
    height: 78px;
    padding: 12px 14px;
  }

  .flowers-left {
    width: 43vw;
    bottom: -24px;
    left: -56px;
  }

  .flowers-right {
    width: 42vw;
    bottom: -20px;
    right: -64px;
  }

  .decor-shape {
    width: 90vw;
    right: -38vw;
    top: 5vh;
  }

  .social-footer {
    bottom: 8px;
    padding: 0 24px;
  }

  .social-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 0;
    padding-top: 18px;
  }

  .social-links a {
    font-size: 14px;
    white-space: normal;
  }

  .social-links a:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 520px) {
  .brand .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand .brand-text {
    width: 147px;
  }

  .visual {
    height: 37vh;
    min-height: 285px;
  }

  .copy {
    padding-bottom: 100px;
  }

  .copy h1 {
    font-size: clamp(32px, 8.7vw, 39px);
    letter-spacing: -.05em;
  }

  .copy p {
    width: min(330px, 100%);
    font-size: 16px;
  }

  .coming-soon {
    min-height: 78px;
    padding-inline: 6px;
    border-width: 3px;
    border-radius: 23px;
    font-size: clamp(26px, 7.2vw, 36px);
  }

  .available {
    margin-top: 28px;
    gap: 10px;
  }

  .available strong {
    font-size: 15px;
  }

  .store-row {
    width: min(290px, 100%);
    flex-direction: column;
    gap: 10px;
  }

  .store-badge {
    flex: none;
    width: 100%;
    gap: 7px;
    height: 68px;
    padding: 8px 8px;
    border-radius: 16px;
  }

  .apple-mark {
    width: 31px;
    height: 38px;
  }

  .play-mark {
    width: 31px;
    height: 36px;
  }

  .store-name {
    font-size: 16px;
  }

  .store-sub {
    margin-top: 4px;
    font-size: 9px;
  }

  .sparkle-top {
    left: -12px;
    top: -30px;
  }

  .social-footer {
    padding: 0 14px;
  }

  .social-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 0;
    padding-top: 16px;
  }

  .social-links a {
    gap: 8px;
    font-size: 12px;
  }

  .social-links svg {
    width: 23px;
    height: 23px;
  }
}
