:root {
  --ink: #171415;
  --paper: #fffdf9;
  --white: #ffffff;
  --coral: #ff3d68;
  --coral-dark: #d91f4b;
  --mint: #45e8b2;
  --yellow: #ffe14f;
  --blue: #66d9ff;
  --muted: #625b5e;
  --line: rgba(23, 23, 22, 0.14);
  --radius: 8px;
  --shell: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body, a, button { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  margin-bottom: 0;
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
}
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.wide-shell { width: min(calc(100% - 40px), 1520px); margin-inline: auto; }

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 32px);
  max-height: 900px;
  overflow: hidden;
  color: var(--ink);
  background: var(--yellow);
}
.hero::before, .hero::after { position: absolute; inset: 0; z-index: 1; content: ""; pointer-events: none; }
.hero::before { background: rgba(255, 61, 104, 0.08); }
.hero::after { background: linear-gradient(90deg, rgba(255,253,249,.98) 0%, rgba(255,253,249,.96) 34%, rgba(255,253,249,.72) 52%, rgba(255,253,249,.08) 73%, rgba(255,253,249,0) 100%); }
.hero-mosaic { position: absolute; inset: 0; display: grid; grid-template-columns: 1.2fr 1fr 1fr .82fr; grid-template-rows: 1fr 1fr; gap: 6px; background: var(--yellow); }
.hero-mosaic img { height: 100%; object-fit: cover; filter: saturate(1.14) contrast(1.02); }
.mosaic-a { grid-row: 1 / 3; }
.mosaic-d { grid-column: 3; grid-row: 1 / 3; }
.mosaic-e { grid-column: 4; grid-row: 1; }
.mosaic-f { grid-column: 4; grid-row: 2; }

.nav { position: relative; z-index: 3; align-self: start; display: flex; align-items: center; justify-content: space-between; height: 82px; border-bottom: 1px solid rgba(23,20,21,.22); }
.brand { display: inline-flex; gap: 11px; align-items: center; font-family: "Manrope", sans-serif; font-size: 21px; font-weight: 800; }
.brand-mark { display: grid; width: 34px; aspect-ratio: 1; place-items: center; color: var(--white); background: var(--coral); border-radius: 50% 50% 50% 10%; transform: rotate(-8deg); }
.nav-actions { display: flex; gap: 26px; align-items: center; }
.nav-link { font-size: 14px; font-weight: 600; }
.nav-link:hover { color: var(--coral-dark); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 6px; font-weight: 700; line-height: 1; transition: transform 160ms ease, background-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .store-button:focus-visible, a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.button-icon { margin-right: 8px; font-size: 20px; line-height: 1; }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 14px; }
.button-light { color: var(--ink); background: var(--yellow); border-color: var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.button-primary { color: var(--ink); background: var(--mint); }
.button-primary:hover { background: #6aebc8; }
.button-large { min-height: 58px; padding-inline: 29px; font-size: 17px; }

.hero-content { position: relative; z-index: 2; display: flex; align-items: center; padding-block: 42px 86px; }
.hero-copy { width: min(620px, 58%); }
.availability { display: flex; gap: 9px; align-items: center; margin-bottom: 24px; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.availability > span { width: 10px; height: 10px; background: var(--coral); border: 2px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 4px rgba(255,61,104,.17); }
h1 { max-width: 680px; font-size: 64px; }
.hero-accent { color: var(--coral-dark); text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 10px; text-underline-offset: -4px; text-decoration-skip-ink: none; }
.hero-subtitle { max-width: 570px; margin: 26px 0 28px; color: rgba(23,20,21,.72); font-size: 19px; line-height: 1.55; }
.store-row { display: flex; flex-wrap: wrap; gap: 12px; }
.store-button { display: flex; min-width: 190px; min-height: 61px; padding: 8px 18px; gap: 12px; align-items: center; color: var(--ink); background: var(--white); border: 2px solid var(--ink); border-radius: 7px; transition: transform 160ms ease, box-shadow 160ms ease; }
.store-button:hover { transform: translate(3px, 3px); box-shadow: 3px 3px 0 var(--ink); }
.store-button-accent { background: var(--mint); }
.direct-download { min-width: 250px; background: var(--mint); box-shadow: 7px 7px 0 var(--ink); }
.direct-download-icon { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(23,23,22,.34); border-radius: 50%; font-size: 24px; font-weight: 800; }
.store-symbol { display: grid; width: 27px; height: 32px; place-items: center; font-size: 22px; }
.store-symbol.apple { font-size: 32px; line-height: 0; transform: translateY(-2px); }
.store-symbol.play { font-size: 24px; }
.store-button small, .store-button strong { display: block; }
.store-button small { font-size: 10px; line-height: 1.2; }
.store-button strong { margin-top: 2px; font-size: 17px; line-height: 1.1; }
.hero-note { margin: 18px 0 0; color: rgba(23,20,21,.68); font-size: 13px; }
.hero-note span { color: var(--coral-dark); font-weight: 700; }
.hero-sticker { position: absolute; top: 122px; right: 5%; z-index: 3; display: grid; width: 126px; height: 86px; place-content: center; color: var(--ink); background: var(--yellow); border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--coral); text-align: center; transform: rotate(5deg); }
.hero-sticker strong, .hero-sticker span { display: block; line-height: 1.05; }
.hero-sticker strong { font-family: "Manrope",sans-serif; font-size: 20px; }
.hero-sticker span { margin-top: 4px; font-size: 10px; font-weight: 800; }
.photo-disclaimer { position: absolute; right: 12px; bottom: 10px; z-index: 3; margin: 0; padding: 3px 6px; color: rgba(23,20,21,.7); background: rgba(255,255,255,.82); font-size: 10px; }

.energy-strip { overflow: hidden; color: var(--white); background: var(--coral); border-block: 2px solid var(--ink); }
.energy-strip > div { display: flex; min-width: max-content; height: 58px; padding-inline: 24px; gap: 32px; align-items: center; justify-content: space-around; font-family: "Manrope",sans-serif; font-size: 13px; font-weight: 800; }
.energy-strip b { color: var(--yellow); font-size: 20px; }

.profile-band { padding: 112px 0 72px; overflow: hidden; background: var(--white); }
.section-heading { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(260px,.6fr); gap: 80px; align-items: end; margin-bottom: 42px; }
.kicker { margin-bottom: 15px; color: var(--coral-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.section-heading h2, .steps h2, .safety h2, .final-cta h2 { font-size: 46px; }
.section-heading > p { max-width: 390px; margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.profile-rail { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; }
.profile-card { position: relative; aspect-ratio: .76; overflow: hidden; color: var(--white); background: var(--yellow); border: 2px solid var(--ink); border-radius: var(--radius); box-shadow: 0 8px 0 var(--yellow); transition: transform 180ms ease; }
.profile-card:nth-child(2) { box-shadow: 0 8px 0 var(--coral); }
.profile-card:nth-child(3) { box-shadow: 0 8px 0 var(--mint); }
.profile-card:nth-child(4) { box-shadow: 0 8px 0 var(--blue); }
.profile-card:nth-child(5) { box-shadow: 0 8px 0 var(--coral); }
.profile-card:nth-child(6) { box-shadow: 0 8px 0 var(--mint); }
.profile-card:hover { transform: translateY(-5px); }
.profile-card::after { position: absolute; inset: 45% 0 0; content: ""; background: linear-gradient(180deg, transparent, rgba(12,12,12,.82)); }
.profile-card img { height: 100%; object-fit: cover; object-position: center top; transition: transform 450ms ease; }
.profile-card:hover img { transform: scale(1.035); }
.profile-copy { position: absolute; right: 20px; bottom: 18px; left: 20px; z-index: 1; }
.profile-copy h3 { margin: 0 0 3px; font-size: 20px; }
.profile-copy p { margin: 0; color: rgba(255,255,255,.76); font-size: 13px; }
.online-dot { position: absolute; z-index: 2; top: 16px; right: 16px; width: 12px; height: 12px; background: var(--mint); border: 2px solid var(--white); border-radius: 50%; }
.profile-caption { margin-top: 12px; color: var(--muted); font-size: 11px; }

.moments { padding: 104px 0 116px; overflow: hidden; background: #f2faff; border-top: 1px solid var(--line); }
.moments-heading { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: 90px; align-items: end; margin-bottom: 42px; }
.moments-heading h2 { max-width: 800px; font-size: 46px; }
.moments-heading > p { max-width: 420px; margin: 0 0 4px; color: var(--muted); font-size: 17px; }
.moments-grid { display: grid; grid-template-columns: 1.15fr .72fr 1.13fr; grid-template-rows: 245px 245px; gap: 14px; }
.moment { position: relative; min-width: 0; margin: 0; overflow: hidden; color: var(--white); background: var(--ink); border: 2px solid var(--ink); border-radius: var(--radius); }
.moment::after { position: absolute; inset: 45% 0 0; content: ""; background: linear-gradient(180deg,transparent,rgba(16,12,14,.78)); }
.moment img { height: 100%; object-fit: cover; filter: saturate(1.08); transition: transform 500ms ease; }
.moment:hover img { transform: scale(1.035); }
.moment figcaption { position: absolute; right: 20px; bottom: 18px; left: 20px; z-index: 1; display: flex; gap: 12px; align-items: center; }
.moment figcaption span { display: grid; flex: 0 0 32px; height: 32px; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 11px; font-weight: 800; }
.moment figcaption strong { font-family: "Manrope",sans-serif; font-size: 18px; }
.moment-main { grid-row: 1 / 3; }
.moment-top { grid-column: 2 / 4; grid-row: 1; }
.moment-wide { grid-column: 3; grid-row: 2; }
.moment-main img { object-position: center 24%; }
.moment-top img { object-position: center 31%; }
.moment-wide img { object-position: center 28%; }
.moment-note { display: grid; grid-column: 2; grid-row: 2; padding: 24px; align-content: space-between; color: var(--ink); background: var(--coral); border: 2px solid var(--ink); border-radius: var(--radius); box-shadow: inset 0 0 0 6px rgba(255,255,255,.16); }
.moment-note > span { justify-self: end; font-size: 32px; font-weight: 700; }
.moment-note p { margin: 0; font-family: "Manrope",sans-serif; font-size: 22px; font-weight: 700; line-height: 1.22; }
.moment-note strong { color: var(--white); font-size: 29px; }

.steps { padding: 112px 0; color: var(--ink); background: var(--yellow); border-block: 2px solid var(--ink); }
.steps-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 130px; }
.kicker-dark { color: var(--coral-dark); }
.kicker-light { color: var(--yellow); }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 34px; padding-bottom: 5px; border-bottom: 2px solid rgba(23,20,21,.5); color: #006d59; font-weight: 700; }
.text-link span { font-size: 22px; }
.step-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(23,20,21,.28); }
.step-list li { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid rgba(23,20,21,.28); }
.step-list > li > span { color: var(--coral); font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; }
.step-list h3 { margin-bottom: 8px; font-size: 22px; }
.step-list p { max-width: 500px; margin: 0; color: rgba(23,20,21,.68); }

.safety { padding: 110px 0; background: var(--mint); }
.safety-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.safety .kicker { color: var(--coral-dark); }
.safety-copy > p:last-child { max-width: 510px; margin: 24px 0 0; color: rgba(23,23,22,.72); font-size: 17px; }
.safety-points { border-top: 1px solid rgba(23,23,22,.28); }
.safety-points article { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid rgba(23,23,22,.28); }
.safety-points article > span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(23,23,22,.5); border-radius: 50%; font-size: 20px; font-weight: 700; }
.safety-points h3 { margin-bottom: 4px; font-size: 18px; }
.safety-points p { margin: 0; color: rgba(23,23,22,.68); }

.final-cta { padding: 78px 0; color: var(--ink); background: var(--coral); border-top: 2px solid var(--ink); }
.final-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.final-cta h2 { max-width: 680px; }
.final-action { justify-self: end; text-align: center; }
.final-action p { margin: 10px 0 0; color: rgba(23,20,21,.67); font-size: 12px; }
.final-action .button-primary { background: var(--yellow); border: 2px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); }

footer { padding: 40px 0 110px; background: var(--white); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 50px; align-items: center; }
.brand-dark { color: var(--ink); }
.footer-inner nav { display: flex; gap: 22px; justify-content: center; }
.footer-inner nav a { color: var(--muted); font-size: 13px; }
.footer-inner > p { margin: 0; color: var(--muted); font-size: 12px; }

.mobile-download { display: none; }
.download-toast { position: fixed; right: 22px; bottom: 22px; z-index: 10; display: flex; width: min(360px,calc(100% - 32px)); gap: 12px; align-items: center; padding: 16px; color: var(--white); background: var(--ink); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); box-shadow: 0 16px 50px rgba(0,0,0,.24); opacity: 0; pointer-events: none; transform: translateY(14px); transition: opacity 180ms ease, transform 180ms ease; }
.download-toast.is-visible { opacity: 1; transform: translateY(0); }
.download-toast > span { display: grid; flex: 0 0 32px; height: 32px; place-items: center; color: var(--ink); background: var(--mint); border-radius: 50%; font-weight: 800; }
.download-toast p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; }
.download-toast strong { color: var(--white); font-size: 14px; }

@media (max-width: 1200px) {
  .profile-rail { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
}

@media (max-width: 900px) {
  .shell { width: min(calc(100% - 36px),var(--shell)); }
  .wide-shell { width: min(calc(100% - 28px),1520px); }
  .hero { min-height: calc(100svh - 24px); max-height: none; }
  .hero::after { background: linear-gradient(180deg,rgba(255,253,249,.18) 0%,rgba(255,253,249,.15) 32%,rgba(255,253,249,.9) 70%,rgba(255,253,249,.99) 100%); }
  .hero-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 58% 42%; }
  .mosaic-a, .mosaic-b { grid-row: 1; }
  .mosaic-c { grid-row: 2; }
  .mosaic-d { grid-column: 2; grid-row: 2; }
  .mosaic-e, .mosaic-f { display: none; }
  .nav { height: 72px; }
  .hero-content { align-items: end; padding-block: 90px 48px; }
  .hero-sticker { top: 96px; right: 22px; transform: scale(.86) rotate(5deg); }
  .hero-copy { width: min(690px,100%); }
  h1 { max-width: 650px; font-size: 52px; }
  .hero-subtitle { max-width: 620px; }
  .profile-band, .steps, .safety { padding-block: 84px; }
  .section-heading { gap: 30px; }
  .profile-rail { grid-template-columns: repeat(2,1fr); }
  .moments { padding-block: 84px; }
  .moments-heading { grid-template-columns: 1fr; gap: 20px; }
  .moments-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 230px 260px; }
  .moment-main { grid-column: 1; grid-row: 1 / 3; }
  .moment-top { grid-column: 2; grid-row: 1; }
  .moment-note { grid-column: 2; grid-row: 2; }
  .moment-wide { grid-column: 1 / 3; grid-row: 3; }
  .steps-layout, .safety-layout { grid-template-columns: 1fr; gap: 60px; }
  .final-inner { grid-template-columns: 1fr; gap: 32px; }
  .final-action { justify-self: start; text-align: left; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; justify-items: start; }
  .footer-inner nav { justify-content: flex-start; }
}

@media (max-width: 620px) {
  body { padding-bottom: 76px; }
  .shell { width: min(calc(100% - 32px),var(--shell)); }
  .wide-shell { width: 100%; }
  .hero { min-height: calc(100svh - 18px); }
  .hero-mosaic { grid-template-rows: 52% 48%; }
  .nav { height: 64px; }
  .brand { gap: 8px; font-size: 18px; }
  .brand-mark { width: 30px; }
  .nav-link, .nav .button { display: none; }
  .hero-sticker { display: none; }
  .hero-content { padding-block: 118px 30px; }
  .availability { margin-bottom: 14px; font-size: 11px; }
  h1 { font-size: 39px; line-height: 1.04; }
  .hero-subtitle { margin: 16px 0 20px; font-size: 16px; line-height: 1.45; }
  .store-row { display: block; }
  .store-button { width: min(100%,300px); min-width: 0; min-height: 56px; padding: 7px 14px; gap: 10px; }
  .store-symbol { width: 23px; }
  .store-symbol.apple { font-size: 27px; }
  .store-symbol.play { font-size: 19px; }
  .store-button small { font-size: 8px; }
  .store-button strong { font-size: 13px; }
  .hero-note { margin-top: 13px; font-size: 11px; }
  .photo-disclaimer { bottom: 7px; }
  .energy-strip > div { height: 50px; padding-inline: 16px; gap: 20px; font-size: 11px; }
  .energy-strip b { font-size: 16px; }
  .profile-band { padding: 70px 0 48px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2, .moments-heading h2, .steps h2, .safety h2, .final-cta h2 { font-size: 34px; }
  .section-heading > p { margin-top: 18px; font-size: 15px; }
  .profile-rail { display: flex; width: 100%; padding-inline: 16px; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .profile-rail::-webkit-scrollbar { display: none; }
  .profile-card { flex: 0 0 72vw; max-width: 280px; scroll-snap-align: start; }
  .profile-caption { margin-top: 10px; }
  .moments { padding-block: 70px; }
  .moments-heading { width: calc(100% - 32px); margin-bottom: 28px; }
  .moments-heading > p { font-size: 15px; }
  .moments-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; padding-inline: 16px; gap: 10px; }
  .moment-main, .moment-top, .moment-note, .moment-wide { grid-column: auto; grid-row: auto; }
  .moment-main { height: 390px; }
  .moment-top, .moment-wide { height: 250px; }
  .moment-note { min-height: 210px; }
  .steps, .safety { padding-block: 70px; }
  .steps-layout, .safety-layout { gap: 48px; }
  .step-list li { grid-template-columns: 42px 1fr; gap: 12px; padding-block: 24px; }
  .step-list h3 { font-size: 19px; }
  .step-list p { font-size: 14px; }
  .safety-copy > p:last-child { font-size: 15px; }
  .safety-points article { grid-template-columns: 38px 1fr; gap: 13px; }
  .final-cta { padding: 64px 0; }
  .button-large { width: 100%; }
  footer { padding-bottom: 42px; }
  .footer-inner nav { flex-wrap: wrap; }
  .mobile-download { position: fixed; right: 0; bottom: 0; left: 0; z-index: 8; display: flex; min-height: 76px; padding: 11px 14px max(11px,env(safe-area-inset-bottom)); align-items: center; justify-content: space-between; color: var(--ink); background: rgba(255,225,79,.96); border-top: 2px solid var(--ink); box-shadow: 0 -10px 30px rgba(0,0,0,.08); backdrop-filter: blur(14px); }
  .mobile-download > div { min-width: 0; padding-right: 10px; }
  .mobile-download strong, .mobile-download span { display: block; }
  .mobile-download strong { font-family: "Manrope",sans-serif; font-size: 15px; }
  .mobile-download span { overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-download .button { flex: 0 0 auto; min-height: 46px; padding-inline: 17px; font-size: 14px; }
  .mobile-download .button-primary { color: var(--white); background: var(--coral); border-color: var(--ink); }
  .download-toast { right: 16px; bottom: 91px; }
}

@media (max-width: 370px) {
  h1 { font-size: 34px; }
  .hero-content { padding-top: 92px; }
  .store-symbol { display: none; }
  .mobile-download > div { display: none; }
  .mobile-download .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
