:root {
  color-scheme: light;
  --cream: #F6F1E6;
  --cream-light: #FFFAF1;
  --cream-deep: #EDE3D2;
  --navy: #1B2434;
  --navy-soft: #33405A;
  --coral: #E1543A;
  --coral-dark: #B73C28;
  --gold: #E5A23B;
  --muted: #626B7B;
  --line: #DED3C1;
  --white: #FFFFFF;
  --shadow-soft: 0 18px 54px rgba(27, 36, 52, .12);
  --shadow-media: 0 28px 80px rgba(27, 36, 52, .24);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--navy);
  background:
    radial-gradient(circle at 4% 4%, rgba(225, 84, 58, .14), transparent 24rem),
    radial-gradient(circle at 96% 18%, rgba(27, 36, 52, .10), transparent 28rem),
    var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--navy);
  color: var(--white);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(27, 36, 52, .08);
  background: rgba(246, 241, 230, .88);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--navy);
  text-decoration: none;
  font-size: 18px;
  font-weight: 920;
  letter-spacing: -.035em;
}
.brand img {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  box-shadow: 0 8px 20px rgba(27, 36, 52, .20);
}
nav { display: flex; align-items: center; gap: 20px; }
.nav-link {
  color: rgba(27, 36, 52, .72);
  text-decoration: none;
  font-size: 14px;
  font-weight: 780;
}
.nav-link:hover { color: var(--coral-dark); }
.app-store-badge {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 12px;
  text-decoration: none;
  line-height: 0;
}
.app-store-badge img {
  width: 160px;
  height: auto;
  aspect-ratio: 119.66407 / 40;
  flex: 0 0 auto;
}
.header-store-cta { padding: 11px; }
.header-store-cta img { width: 120px; }

.hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  grid-template-areas:
    "copy media"
    "actions media";
  gap: 22px 70px;
  align-items: center;
  padding-block: 38px 72px;
}
.hero-copy { grid-area: copy; align-self: end; }
.hero-tagline {
  margin: 0 0 18px;
  color: var(--coral-dark);
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1;
  font-weight: 920;
  letter-spacing: -.035em;
}
h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(58px, 7.2vw, 94px);
  line-height: .91;
  letter-spacing: -.075em;
  text-wrap: balance;
}
.hero-media {
  grid-area: media;
  width: min(100%, 400px);
  justify-self: end;
}
.device-frame {
  position: relative;
  aspect-ratio: 25 / 54;
  isolation: isolate;
  border-radius: 13.2% / 6.1%;
  background:
    linear-gradient(90deg,
      #050608 0%,
      #25272b .65%,
      #74777d 1.2%,
      #27292d 1.72%,
      #08090b 2.15%,
      #08090b 97.85%,
      #27292d 98.28%,
      #74777d 98.8%,
      #25272b 99.35%,
      #050608 100%);
  box-shadow:
    0 28px 42px rgba(27, 36, 52, .22),
    0 8px 18px rgba(27, 36, 52, .16),
    inset 0 0 0 1px rgba(255, 255, 255, .34),
    0 0 0 1px rgba(5, 6, 8, .94);
}
.device-frame::before {
  content: "";
  position: absolute;
  inset: .55%;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .82);
}
.device-screen {
  position: absolute;
  left: 2%;
  top: 1.72839506%;
  width: 96%;
  height: 96.54320988%;
  overflow: hidden;
  border-radius: 11.7% / 5.4%;
  background: var(--cream-light);
}
.device-button {
  position: absolute;
  z-index: 3;
  width: 3px;
  border: 1px solid rgba(0, 0, 0, .88);
  border-radius: 2px;
  background: linear-gradient(#55585e, #111317 18%, #08090b 82%, #45484e);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
  pointer-events: none;
}
.device-button-action { left: -3px; top: 14.5%; height: 4.1%; }
.device-button-volume-up { left: -3px; top: 21.1%; height: 7.1%; }
.device-button-volume-down { left: -3px; top: 30%; height: 7.1%; }
.device-button-power { right: -3px; top: 22.4%; height: 12%; }
.device-screen > video {
  position: absolute;
  inset: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  max-width: none;
  object-fit: cover;
  background: var(--cream-light);
}
.watch-preview, .motion-toggle {
  position: absolute;
  z-index: 3;
  bottom: 2.1%;
  border: 1px solid rgba(255, 255, 255, .74);
  background: rgba(27, 36, 52, .88);
  color: var(--white);
  box-shadow: 0 8px 22px rgba(27, 36, 52, .22);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 850;
}
.watch-preview {
  left: 4%;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 12px;
  border-radius: 999px;
  text-decoration: none;
}
.motion-toggle {
  right: 4%;
  padding: 10px 11px;
  border-radius: 999px;
  cursor: pointer;
}
.hero-actions {
  grid-area: actions;
  align-self: start;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
}
.button.primary {
  background: var(--coral-dark);
  color: var(--white);
  box-shadow: 0 13px 30px rgba(183, 60, 40, .22);
}
.button.primary:hover { background: #A53826; }
.store-status {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid rgba(27, 36, 52, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: var(--navy-soft);
  font-size: 13px;
  font-weight: 820;
}
.store-status::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(229, 162, 59, .16);
}
.trust-line {
  flex-basis: 100%;
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
}

.section { padding-block: 84px; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-kicker {
  margin: 0 0 12px;
  color: var(--coral-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 64px);
  line-height: .96;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.section-heading > p:last-child,
.preview-copy > p,
.truth-card > p:last-child,
.launch-copy > p:not(.section-kicker) {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 610;
}

.story-section { overflow: hidden; }
.story-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.story-card {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  padding: 9px 9px 0;
  border: 1px solid rgba(27, 36, 52, .12);
  border-radius: 29px;
  background: rgba(255, 255, 255, .74);
  box-shadow: var(--shadow-soft);
}
.story-card img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  background: var(--cream-light);
}
.story-card figcaption {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 58px;
  padding: 10px 7px 11px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 840;
}
.story-card figcaption span {
  width: 28px;
  height: 28px;
  display: inline-grid;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 9px;
  background: var(--navy);
  color: var(--white);
  font-size: 12px;
}
.swipe-hint { display: none; }

.occasion-band {
  margin-block: 24px;
  padding-block: 82px;
  background:
    radial-gradient(circle at 86% 14%, rgba(225, 84, 58, .28), transparent 25rem),
    var(--navy);
  color: var(--white);
}
.occasion-inner {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(420px, 1.2fr);
  gap: 60px;
  align-items: end;
}
.section-heading.inverse { margin: 0; }
.inverse .section-kicker { color: #F6A896; }
.occasion-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-content: end;
}
.occasion-list a, .occasion-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 11px 17px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: var(--white);
  font-size: 16px;
  font-weight: 820;
  text-decoration: none;
}
.occasion-list a:hover {
  border-color: var(--coral-dark);
  background: var(--coral-dark);
}
.occasion-list span { color: rgba(255, 255, 255, .76); }

.preview-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 410px);
  gap: 70px;
  align-items: center;
}
.preview-copy h2 { max-width: 700px; }
.fact-list {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.fact-list li {
  position: relative;
  padding-left: 30px;
  color: var(--navy-soft);
  font-weight: 740;
}
.fact-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .25em;
  width: 17px;
  height: 17px;
  border-radius: 6px;
  background: var(--coral);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .78);
}
.full-preview-frame {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 18px;
}
.preview-device {
  width: 100%;
  max-width: 400px;
}
.preview-device video:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: -7px;
  box-shadow: inset 0 0 0 10px var(--navy);
}
.video-description {
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: var(--cream-light);
  color: var(--muted);
}
.video-description summary {
  cursor: pointer;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}
.video-description ol {
  margin: 12px 0 2px;
  padding-left: 22px;
}
.video-description li {
  margin: 7px 0;
  font-size: 14px;
  line-height: 1.5;
}

.truth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.truth-card {
  padding: clamp(25px, 4vw, 42px);
  border: 1px solid rgba(27, 36, 52, .10);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .70);
  box-shadow: var(--shadow-soft);
}
.truth-card h2 { font-size: clamp(32px, 4vw, 48px); }
.coral-card {
  background:
    radial-gradient(circle at 90% 0%, rgba(225, 84, 58, .52), transparent 14rem),
    var(--navy);
  color: var(--white);
}
.coral-card .section-kicker { color: #F6A896; }
.coral-card > p:last-child { color: var(--cream); }

.launch-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
  gap: 36px;
  align-items: center;
  padding: clamp(27px, 5vw, 52px);
  border: 1px solid rgba(27, 36, 52, .10);
  border-radius: 38px;
  background:
    radial-gradient(circle at 4% 10%, rgba(225, 84, 58, .13), transparent 19rem),
    rgba(255, 255, 255, .72);
  box-shadow: var(--shadow-soft);
}
.launch-copy h2 { font-size: clamp(36px, 5vw, 58px); }
.lower-store-cta { margin-top: 22px; }
.launch-form {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 12px 34px rgba(27, 36, 52, .10);
}
.launch-form label {
  color: var(--navy-soft);
  font-size: 13px;
  font-weight: 900;
}
.launch-form input[type="email"] {
  width: 100%;
  min-height: 52px;
  padding: 0 15px;
  border: 1px solid #BAAE9A;
  border-radius: var(--radius-sm);
  background: var(--cream-light);
  color: var(--navy);
  font-weight: 700;
}
.launch-form .button { width: 100%; background: var(--navy); }
.launch-form .button:hover { background: var(--coral-dark); }
.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 650;
}
.bot-field { display: none; }

footer {
  padding-block: 34px;
  color: rgba(27, 36, 52, .66);
  font-size: 14px;
  font-weight: 690;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding-top: 28px;
  border-top: 1px solid rgba(27, 36, 52, .12);
}
footer a { margin-left: 16px; text-decoration: none; }
footer a:hover { color: var(--coral-dark); }

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--navy);
}

@media (max-width: 900px) {
  .nav-link { display: none; }
  .support-link { display: inline-flex; }
  .hero {
    grid-template-columns: minmax(0, .85fr) minmax(300px, .7fr);
    gap: 20px 36px;
  }
  .story-rail { gap: 12px; }
  .occasion-inner { grid-template-columns: 1fr; gap: 32px; }
  .preview-section { gap: 42px; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 24px, 1180px); }
  html { scroll-padding-top: 72px; }
  .site-header {
    background: var(--cream);
    backdrop-filter: none;
  }
  .header-inner { min-height: 64px; gap: 8px; }
  .brand {
    min-width: 0;
    flex: 1 1 auto;
    gap: 8px;
    font-size: 16px;
    line-height: 1.05;
  }
  .brand img { width: 42px; height: 42px; flex: 0 0 42px; }
  .brand span {
    display: block;
    max-width: 92px;
    overflow-wrap: normal;
  }
  nav { flex: 0 0 auto; gap: 8px; }
  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "actions"
      "media";
    gap: 18px;
    padding-block: 20px 50px;
  }
  .hero-copy { align-self: auto; }
  .hero-tagline {
    margin-bottom: 11px;
    font-size: 18px;
  }
  h1 {
    max-width: 360px;
    font-size: clamp(42px, 12.4vw, 54px);
    line-height: .94;
  }
  .hero-media {
    width: min(100%, 380px);
    justify-self: center;
  }
  .hero-actions { justify-content: center; }
  .hero-actions > .app-store-badge,
  .hero-actions > .store-status { display: none; }
  .store-status { justify-content: center; }
  .trust-line { text-align: center; }

  .section { padding-block: 60px; }
  .section-heading { margin-bottom: 24px; }
  h2 { font-size: clamp(38px, 11vw, 52px); }
  .section-heading > p:last-child,
  .preview-copy > p,
  .truth-card > p:last-child,
  .launch-copy > p:not(.section-kicker) {
    font-size: 16px;
  }

  .swipe-hint {
    display: block;
    margin: -8px 0 15px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 760;
  }
  .story-rail {
    width: calc(100% + 12px);
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: min(78vw, 310px);
    grid-template-columns: none;
    gap: 13px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: 1px;
    padding: 0 12px 18px 0;
    scrollbar-width: none;
  }
  .story-rail::-webkit-scrollbar { display: none; }
  .story-card { scroll-snap-align: start; }

  .occasion-band { margin-block: 0; padding-block: 62px; }
  .occasion-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .occasion-list a, .occasion-list span { min-height: 46px; padding: 10px 11px; font-size: 14px; }

  .preview-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .full-preview-frame { width: min(100%, 360px); margin-inline: auto; }

  .truth-grid { grid-template-columns: 1fr; gap: 14px; }
  .truth-card { border-radius: 28px; }
  .truth-card h2 { font-size: clamp(34px, 9vw, 46px); }

  .launch-panel { grid-template-columns: 1fr; gap: 28px; padding: 25px 18px; border-radius: 29px; }
  .launch-form { padding: 18px; }
  .footer-inner { justify-content: center; text-align: center; }
  footer a:first-child { margin-left: 0; }
}

@media (max-width: 390px) {
  .brand span { max-width: 82px; }
  .watch-preview { font-size: 11px; }
  .motion-toggle { font-size: 11px; }
}

@media (max-width: 450px) {
  .support-link { display: none; }
}

@media (max-width: 360px) {
  .header-inner { gap: 10px; }
}

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