:root {
  --ink: #171524;
  --muted: #69677a;
  --line: #e8e6ef;
  --paper: #ffffff;
  --soft: #f7f6fb;
  --header: rgba(255, 255, 255, 0.84);
  --header-line: rgba(232, 230, 239, 0.8);
  --card: #ffffff;
  --card-soft: rgba(255, 255, 255, 0.74);
  --bubble-sheen: rgba(255, 255, 255, 0.95);
  --bubble-sheen-fade: rgba(255, 255, 255, 0);
  --bubble-start: rgba(255, 255, 255, 0.96);
  --bubble-end: rgba(255, 246, 251, 0.9);
  --panel-start: rgba(255, 255, 255, 0.94);
  --panel-end: rgba(255, 246, 251, 0.86);
  --hero-wash: rgba(247, 246, 251, 0.9);
  --hero-wash-clear: rgba(255, 255, 255, 0);
  --shot-frame: #1f1b2e;
  --button-dark: #171524;
  --indigo: #4b3ff2;
  --teal: #00a99d;
  --coral: #ff6b5f;
  --gold: #f3b43f;
  --shadow: 0 24px 70px rgba(37, 31, 84, 0.14);
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --ink: #f6f3ff;
  --muted: #c4bfd6;
  --line: rgba(255, 255, 255, 0.14);
  --paper: #171524;
  --soft: #242036;
  --header: rgba(23, 21, 36, 0.84);
  --header-line: rgba(255, 255, 255, 0.12);
  --card: #211d32;
  --card-soft: rgba(33, 29, 50, 0.78);
  --bubble-sheen: rgba(255, 255, 255, 0.13);
  --bubble-sheen-fade: rgba(255, 255, 255, 0);
  --bubble-start: rgba(37, 32, 57, 0.96);
  --bubble-end: rgba(30, 26, 47, 0.9);
  --panel-start: rgba(37, 32, 57, 0.94);
  --panel-end: rgba(30, 26, 47, 0.9);
  --hero-wash: rgba(43, 38, 67, 0.86);
  --hero-wash-clear: rgba(23, 21, 36, 0);
  --shot-frame: #0f0d18;
  --button-dark: #ff3f87;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, var(--hero-wash) 0%, var(--hero-wash-clear) 32rem),
    var(--paper);
  transition: color 180ms ease, background 180ms ease;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--header);
  border-bottom: 1px solid var(--header-line);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1120px, calc(100% - 40px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.hero-actions,
.rating-row,
.meta-row,
.app-card-top,
.download-band {
  display: flex;
  align-items: center;
}

.brand {
  display: inline-flex;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  display: block;
  width: auto;
  height: 74px;
  object-fit: contain;
}

.theme-toggle {
  position: fixed;
  top: max(15px, env(safe-area-inset-top));
  right: max(20px, env(safe-area-inset-right));
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 13px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
  box-shadow: 0 12px 28px rgba(37, 31, 84, 0.08);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.theme-toggle:hover {
  transform: translateY(-1px);
}

.theme-toggle-icon {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: inset -6px -5px 0 var(--card);
}

:root[data-theme="dark"] .theme-toggle-icon {
  background: #ffd166;
  box-shadow: 0 0 0 4px rgba(255, 209, 102, 0.14);
}

main {
  overflow: hidden;
}

.hero {
  width: min(1120px, calc(100% - 40px));
  min-height: calc(100vh - 76px);
  margin: 0 auto;
  padding: 72px 0 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  align-items: center;
  gap: 56px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 7vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-title {
  position: relative;
  width: fit-content;
}

.hero-title::after {
  content: "";
  position: absolute;
  left: 0.02em;
  bottom: -0.13em;
  width: min(7.1em, 92%);
  height: 0.16em;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff3f87, rgba(255, 107, 95, 0.82), rgba(255, 209, 102, 0.66));
  box-shadow: 0 14px 30px rgba(255, 63, 135, 0.22);
}

.product-accent {
  color: #ff3f87;
}

.hero-lede {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.75;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-actions .button {
  min-width: 190px;
}

.button,
.download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 14px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button {
  padding: 0 22px;
}

.button:hover,
.download-link:hover {
  transform: translateY(-2px);
}

.primary {
  color: #fff;
  background: var(--indigo);
  box-shadow: 0 16px 36px rgba(75, 63, 242, 0.28);
}

.secondary {
  color: var(--ink);
  background: var(--card);
  border: 1px solid var(--line);
}

.studio-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 540px;
  margin: 44px 0 0;
}

.studio-stats div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--card-soft);
}

.studio-stats dt {
  font-size: 1.5rem;
  font-weight: 800;
}

.studio-stats dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.hero-visual {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
}

.spotlight-card {
  position: absolute;
  left: 0;
  top: 78px;
  z-index: 2;
  width: min(310px, 72%);
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card-soft);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.spotlight-label {
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  color: #fff;
  border-radius: 999px;
  background: var(--coral);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.spotlight-card h2 {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.05;
}

.spotlight-card p,
.section-heading p,
.feature-grid p,
.takeaway {
  color: var(--muted);
  line-height: 1.65;
}

.rating-row,
.meta-row {
  flex-wrap: wrap;
  gap: 8px;
}

.rating-row {
  margin-top: 18px;
}

.rating-row span,
.meta-row span {
  padding: 8px 10px;
  color: #4b485f;
  border-radius: 999px;
  background: var(--soft);
  font-size: 0.78rem;
  font-weight: 800;
}

.release-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid rgba(0, 169, 157, 0.18);
  border-radius: 16px;
  background: rgba(0, 169, 157, 0.08);
}

.release-note span {
  align-self: start;
  padding: 5px 8px;
  color: #fff;
  border-radius: 999px;
  background: var(--teal);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.release-note p {
  margin: 0;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}

.screenshot-stage {
  position: relative;
  width: min(430px, 86vw);
  height: 590px;
  margin-left: auto;
}

.screen-shot {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 10px solid var(--shot-frame);
  border-radius: 42px;
  background: var(--shot-frame);
  box-shadow: 0 36px 80px rgba(29, 25, 52, 0.24);
}

.screen-shot img,
.screenshot-gallery img,
.real-app-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shot-primary {
  right: 8px;
  top: 16px;
  z-index: 1;
  width: 286px;
  aspect-ratio: 600 / 1300;
  transform: rotate(4deg);
}

.shot-secondary {
  left: 8px;
  bottom: 0;
  width: 220px;
  aspect-ratio: 600 / 1300;
  opacity: 0.72;
  transform: rotate(-8deg);
}

.hero-app-icon {
  position: absolute;
  right: 270px;
  top: 70px;
  z-index: 3;
  width: 92px;
  height: 92px;
  border: 6px solid #fff;
  border-radius: 25px;
  box-shadow: 0 22px 48px rgba(255, 107, 95, 0.34);
}

.app-icon {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(42, 38, 70, 0.16);
}

.real-card-icon {
  object-fit: cover;
}

.large-icon {
  width: 86px;
  height: 86px;
  margin: 0 auto 22px;
  border-radius: 25px;
}

.diary-icon {
  background: linear-gradient(135deg, #ff7a70, #ffd166);
}

.diary-icon span {
  width: 31%;
  height: 42%;
  border: 3px solid #fff;
  border-radius: 6px;
}

.diary-icon::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 16%;
  top: 29%;
  border: 3px solid #fff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.kpop-icon {
  background: linear-gradient(135deg, #4b3ff2, #ff4fa3 52%, #00a99d);
}

.kpop-icon span {
  width: 42%;
  height: 42%;
  border-radius: 50%;
  background: #fff;
  box-shadow: 19px 8px 0 rgba(255, 255, 255, 0.76), -14px 13px 0 rgba(255, 255, 255, 0.58);
}

.notepad-icon {
  background: linear-gradient(135deg, #00a99d, #8ae2d8);
}

.notepad-icon span {
  width: 48%;
  height: 58%;
  border-radius: 7px;
  background: repeating-linear-gradient(#fff 0 5px, rgba(255, 255, 255, 0.38) 5px 11px);
}

.spotlight-section,
.apps-section,
.download-band,
.site-footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.spotlight-section,
.apps-section {
  padding: 84px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading.compact {
  margin-bottom: 26px;
}

.section-heading h2,
.download-band h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.feature-grid,
.apps-grid,
.apps-orbit {
  display: grid;
  gap: 18px;
}

.release-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
  padding: 28px;
  border: 1px solid rgba(0, 169, 157, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(0, 169, 157, 0.12), rgba(75, 63, 242, 0.08)),
    var(--card);
  box-shadow: 0 18px 44px rgba(0, 169, 157, 0.08);
}

.release-banner .eyebrow {
  margin-bottom: 8px;
}

.release-banner h3 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.08;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid article {
  position: relative;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
}

.new-feature-card {
  border-color: rgba(255, 63, 135, 0.26);
  box-shadow: 0 22px 52px rgba(255, 63, 135, 0.1);
}

.feature-reveal {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 8px 11px;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff3f87, #ff6b5f);
  box-shadow: 0 14px 28px rgba(255, 63, 135, 0.22);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.reveal-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.reveal-icon::before,
.reveal-icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.reveal-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.feature-icon {
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: var(--soft);
}

.feature-icon.cloud {
  background:
    radial-gradient(circle at 33% 55%, var(--teal) 0 8px, transparent 9px),
    radial-gradient(circle at 52% 42%, var(--teal) 0 11px, transparent 12px),
    radial-gradient(circle at 68% 57%, var(--teal) 0 9px, transparent 10px),
    linear-gradient(var(--teal), var(--teal)) 14px 25px / 24px 9px no-repeat,
    rgba(0, 169, 157, 0.12);
}

.feature-icon.lock {
  background:
    linear-gradient(var(--indigo), var(--indigo)) center 56% / 18px 15px no-repeat,
    radial-gradient(circle at 50% 36%, transparent 0 9px, var(--indigo) 10px 13px, transparent 14px),
    rgba(75, 63, 242, 0.12);
}

.feature-icon.palette {
  background:
    radial-gradient(circle at 33% 34%, var(--coral) 0 5px, transparent 6px),
    radial-gradient(circle at 62% 36%, var(--gold) 0 5px, transparent 6px),
    radial-gradient(circle at 45% 64%, var(--teal) 0 5px, transparent 6px),
    rgba(0, 169, 157, 0.12);
}

.feature-icon.search {
  background:
    radial-gradient(circle at 43% 42%, transparent 0 9px, var(--coral) 10px 13px, transparent 14px),
    linear-gradient(45deg, transparent 48%, var(--coral) 49% 58%, transparent 59%) 25px 25px / 18px 18px no-repeat,
    rgba(255, 107, 95, 0.12);
}

.feature-grid h3,
.app-card h3 {
  margin-bottom: 9px;
  font-size: 1.25rem;
}

.screenshot-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(180deg, var(--card), var(--soft));
}

.screenshot-gallery figure {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 600 / 1300;
  border: 1px solid rgba(23, 21, 36, 0.1);
  border-radius: 22px;
  background: var(--card);
  box-shadow: 0 16px 36px rgba(37, 31, 84, 0.08);
}

.apps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.apps-orbit {
  position: relative;
  min-height: 470px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  padding: 28px 0 10px;
}

.apps-orbit::before {
  content: "";
  position: absolute;
  inset: 48px 7% 34px;
  border: 1px dashed rgba(255, 63, 135, 0.22);
  border-radius: 999px;
  transform: rotate(-3deg);
}

.app-card {
  display: flex;
  min-height: 360px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--card);
  box-shadow: 0 18px 44px rgba(37, 31, 84, 0.07);
  flex-direction: column;
}

.app-bubble {
  position: relative;
  z-index: 1;
  min-height: 0;
  border-radius: 999px;
  border-color: rgba(255, 63, 135, 0.16);
  background:
    radial-gradient(circle at 18% 14%, var(--bubble-sheen) 0 18%, var(--bubble-sheen-fade) 19%),
    linear-gradient(145deg, var(--bubble-start), var(--bubble-end));
  box-shadow:
    0 28px 80px rgba(37, 31, 84, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.bubble-diary {
  grid-column: 1 / span 5;
  width: min(430px, 100%);
  min-height: 430px;
  padding: 48px 52px;
}

.bubble-kpop {
  grid-column: 5 / span 4;
  width: min(340px, 100%);
  min-height: 340px;
  margin-top: 104px;
  padding: 38px 42px;
}

.bubble-notepad {
  grid-column: 9 / span 4;
  width: min(360px, 100%);
  min-height: 360px;
  margin-bottom: 82px;
  padding: 40px 44px;
}

.app-card.highlight {
  border-color: rgba(75, 63, 242, 0.28);
  box-shadow: 0 24px 60px rgba(75, 63, 242, 0.16);
}

.app-bubble.highlight {
  border-color: rgba(255, 63, 135, 0.32);
  box-shadow:
    0 30px 86px rgba(255, 63, 135, 0.16),
    0 18px 60px rgba(37, 31, 84, 0.08);
}

.app-card-top {
  gap: 14px;
  margin-bottom: 26px;
}

.category {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.takeaway {
  margin-bottom: 22px;
}

.meta-row {
  margin-top: auto;
  padding-top: 14px;
}

.download-link {
  width: 100%;
  margin-top: 18px;
  color: #fff;
  background: var(--button-dark);
}

.download-band {
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 56px;
  padding: 38px;
  color: #fff;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(75, 63, 242, 0.96), rgba(23, 21, 36, 0.98) 62%),
    #171524;
}

.download-band .eyebrow {
  color: #8ae2d8;
}

.download-band h2 {
  margin-bottom: 0;
}

.inverse {
  flex: 0 0 auto;
  color: var(--ink);
  background: var(--card);
  box-shadow: none;
}

.site-footer {
  padding: 0 0 34px;
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 46px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .screenshot-stage {
    margin: 0 auto;
  }

  .spotlight-card {
    left: max(0px, calc(50% - 270px));
  }

  .feature-grid,
  .apps-grid {
    grid-template-columns: 1fr;
  }

  .apps-orbit {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .apps-orbit::before {
    inset: 44px 6% 44px;
    border-radius: 54px;
    transform: rotate(0deg);
  }

  .bubble-diary,
  .bubble-kpop,
  .bubble-notepad {
    grid-column: auto;
    width: min(520px, 100%);
    min-height: 0;
    margin: 0 auto;
    border-radius: 34px;
  }
}

@media (max-width: 680px) {
  .theme-toggle {
    top: max(8px, env(safe-area-inset-top));
    right: max(12px, env(safe-area-inset-right));
    width: 42px;
    min-height: 42px;
    justify-content: center;
    padding: 0;
  }

  .theme-toggle-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .nav {
    justify-content: center;
    width: min(100% - 28px, 1120px);
  }

  .brand img {
    height: 66px;
  }

  .hero,
  .spotlight-section,
  .apps-section,
  .download-band,
  .site-footer {
    width: min(100% - 28px, 1120px);
  }

  .hero {
    min-height: auto;
    gap: 34px;
  }

  h1 {
    font-size: clamp(2.55rem, 16vw, 4.1rem);
  }

  .hero-lede {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .studio-stats {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 590px;
    padding-top: 36px;
  }

  .spotlight-card {
    top: 0;
    left: 0;
    width: 88%;
    padding: 22px;
  }

  .screenshot-stage {
    width: min(348px, 100%);
    height: 520px;
    margin-top: 120px;
  }

  .shot-primary {
    right: 4px;
    width: 236px;
  }

  .shot-secondary {
    left: 0;
    width: 185px;
  }

  .hero-app-icon {
    right: 218px;
    top: 58px;
    width: 76px;
    height: 76px;
  }

  .screenshot-gallery {
    grid-auto-columns: minmax(170px, 68vw);
    grid-template-columns: none;
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 14px;
    scroll-snap-type: x mandatory;
  }

  .screenshot-gallery figure {
    scroll-snap-align: start;
  }

  .spotlight-section,
  .apps-section {
    padding: 58px 0;
  }

  .feature-grid article,
  .app-card {
    padding: 22px;
  }

  .app-bubble {
    border-radius: 28px;
  }

  .release-banner {
    align-items: stretch;
    flex-direction: column;
    padding: 22px;
  }

  .download-band {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px;
  }

  .inverse {
    width: 100%;
  }
}

/* One-page landing layout preview */
body {
  min-height: 100vh;
}

.one-page {
  min-height: calc(100vh - 92px);
  overflow: hidden;
}

.one-page-shell {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  height: calc(100vh - 92px);
  min-height: 680px;
  margin: 0 auto;
  padding: clamp(24px, 3.8vh, 44px) 0 clamp(18px, 2.8vh, 34px);
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 0.88fr);
  grid-template-rows: minmax(330px, 1fr) minmax(182px, 0.34fr);
  gap: clamp(16px, 2vw, 32px);
  align-items: center;
}

.one-page .hero-copy {
  align-self: center;
}

.one-page .hero-title {
  max-width: 670px;
  margin-bottom: 20px;
  font-size: clamp(3.6rem, 6.4vw, 5.55rem);
}

.one-page .hero-title::after {
  bottom: -0.11em;
  width: min(6.4em, 86%);
}

.one-page .hero-lede {
  max-width: 560px;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.58;
}

.one-page .hero-actions {
  margin-top: 24px;
}

.one-page .hero-visual {
  min-height: 430px;
}

.one-page .screenshot-stage {
  width: min(365px, 100%);
  height: 500px;
}

.one-page .shot-primary {
  width: 244px;
  right: 0;
}

.one-page .shot-secondary {
  width: 188px;
}

.one-page .hero-app-icon {
  right: 220px;
  top: 58px;
  width: 78px;
  height: 78px;
}

.compact-card {
  top: 78px;
  left: 0;
  width: min(275px, 72%);
  padding: 22px;
}

.compact-card h2 {
  font-size: 1.55rem;
}

.compact-card p {
  margin-bottom: 0;
}

.quick-feature {
  align-self: stretch;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 14px;
}

.quick-feature article {
  min-height: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
  box-shadow: 0 18px 44px rgba(37, 31, 84, 0.07);
}

.quick-feature .feature-reveal {
  margin-bottom: 12px;
  padding: 6px 9px;
  font-size: 0.68rem;
}

.quick-feature .feature-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
}

.quick-feature h3 {
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.quick-feature p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.48;
}

.apps-panel {
  align-self: stretch;
  padding: 18px;
  border: 1px solid rgba(255, 63, 135, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(145deg, var(--panel-start), var(--panel-end)),
    var(--card);
  box-shadow: 0 24px 70px rgba(37, 31, 84, 0.1);
}

.apps-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.apps-title-row .eyebrow {
  margin-bottom: 5px;
}

.apps-title-row h2 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.05;
}

.more-link {
  flex: 0 0 auto;
  padding: 9px 12px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--card);
  font-size: 0.84rem;
  font-weight: 800;
}

.compact-orbit {
  min-height: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
}

.compact-orbit::before {
  display: none;
}

.compact-orbit .app-bubble {
  grid-column: auto;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 16px;
  border-radius: 22px;
}

.compact-orbit .app-card-top {
  gap: 10px;
  margin-bottom: 10px;
}

.compact-orbit .app-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.compact-orbit h3 {
  margin-bottom: 3px;
  font-size: 0.98rem;
  line-height: 1.1;
}

.compact-orbit .category {
  font-size: 0.76rem;
}

.compact-orbit .takeaway {
  margin-bottom: 10px;
  font-size: 0.82rem;
  line-height: 1.42;
}

.compact-orbit .download-link {
  min-height: 38px;
  margin-top: 8px;
  border-radius: 12px;
  font-size: 0.86rem;
}

@media (min-width: 901px) {
  html,
  body {
    overflow: hidden;
  }
}

@media (max-width: 900px) {
  html,
  body {
    overflow: auto;
  }

  .one-page {
    min-height: auto;
  }

  .one-page-shell {
    height: auto;
    min-height: calc(100vh - 92px);
    grid-template-columns: 1fr;
    grid-template-rows: none;
    padding: 28px 0;
  }

  .one-page .hero-title {
    font-size: clamp(3rem, 12vw, 5rem);
  }

  .quick-feature,
  .compact-orbit {
    grid-template-columns: 1fr;
  }

  .apps-panel {
    padding: 16px;
  }
}

@media (max-width: 680px) {
  .one-page-shell {
    width: min(100% - 28px, 1180px);
    gap: 22px;
    padding: 20px 0 26px;
  }

  .one-page .hero-title {
    font-size: clamp(2.55rem, 15vw, 4rem);
  }

  .one-page .hero-visual {
    min-height: 430px;
  }

  .one-page .screenshot-stage {
    height: 440px;
    margin-top: 74px;
  }

  .compact-card {
    top: 0;
    left: 0;
    width: 88%;
  }

  .apps-title-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* One-page fit tuning */
.site-header {
  position: static;
}

.nav {
  min-height: 72px;
}

.brand img {
  height: 56px;
}

.one-page {
  min-height: calc(100vh - 72px);
}

.one-page-shell {
  height: calc(100vh - 72px);
  min-height: 0;
  grid-template-rows: minmax(300px, 1fr) 168px;
  padding: 12px 0;
}

.one-page .hero-title {
  max-width: 630px;
  font-size: clamp(3.15rem, 5.35vw, 4.65rem);
}

.one-page .hero-lede {
  max-width: 570px;
  font-size: 1rem;
}

.one-page .hero-visual {
  min-height: 390px;
}

.one-page .screenshot-stage {
  height: 430px;
}

.one-page .shot-primary {
  width: 214px;
}

.one-page .shot-secondary {
  width: 164px;
}

.one-page .hero-app-icon {
  right: 190px;
  top: 42px;
  width: 66px;
  height: 66px;
}

.compact-card {
  top: 68px;
  width: min(255px, 72%);
  padding: 18px;
}

.compact-card h2 {
  font-size: 1.35rem;
}

.quick-feature article {
  padding: 16px;
}

.apps-panel {
  padding: 10px 12px;
}

.apps-title-row {
  margin-bottom: 6px;
}

.apps-title-row h2 {
  font-size: 1.2rem;
}

.compact-orbit .app-bubble {
  padding: 10px;
}

.compact-orbit .app-card-top {
  margin-bottom: 6px;
}

.compact-orbit .app-icon {
  width: 38px;
  height: 38px;
}

.compact-orbit h3 {
  font-size: 0.82rem;
}

.compact-orbit .takeaway,
.compact-orbit .category {
  font-size: 0.72rem;
}

.compact-orbit .takeaway {
  display: none;
}

.compact-orbit .download-link {
  min-height: 28px;
  margin-top: 6px;
  border-radius: 10px;
  font-size: 0.74rem;
}

@media (max-width: 680px) {
  html,
  body {
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .nav {
    min-height: 58px;
  }

  .brand img {
    height: 46px;
  }

  .one-page {
    min-height: calc(100svh - 58px);
    height: auto;
    overflow: visible;
  }

  .one-page-shell {
    width: min(100% - 22px, 1180px);
    height: auto;
    min-height: 0;
    padding: 10px 0 max(16px, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 12px;
    align-items: stretch;
  }

  .one-page .hero-copy {
    grid-column: 1;
  }

  .one-page .eyebrow {
    margin-bottom: 6px;
    font-size: 0.64rem;
  }

  .one-page .hero-title {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: clamp(1.92rem, 9.7vw, 2.5rem);
    line-height: 0.92;
  }

  .one-page .hero-title::after {
    height: 0.12em;
  }

  .one-page .hero-lede {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 0.82rem;
    line-height: 1.38;
  }

  .one-page .hero-actions {
    margin-top: 10px;
  }

  .one-page .button {
    min-height: 40px;
    width: 100%;
  }

  .one-page .hero-visual {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 118px;
    grid-row: 2;
    gap: 10px;
    align-items: center;
    min-height: 0;
    padding: 0;
  }

  .one-page .screenshot-stage {
    grid-column: 2;
    width: 118px;
    height: 126px;
    margin: 0;
  }

  .one-page .screen-shot {
    border-width: 4px;
    border-radius: 18px;
  }

  .one-page .shot-primary {
    width: 72px;
    right: 8px;
    top: 0;
  }

  .one-page .shot-secondary {
    width: 58px;
    left: 4px;
    bottom: 0;
  }

  .one-page .hero-app-icon {
    right: 72px;
    top: 8px;
    width: 34px;
    height: 34px;
    border-width: 3px;
    border-radius: 10px;
  }

  .compact-card {
    grid-column: 1;
    grid-row: auto;
    position: static;
    width: 100%;
    padding: 13px;
  }

  .compact-card .spotlight-label {
    margin-bottom: 7px;
    font-size: 0.62rem;
  }

  .compact-card h2 {
    margin-bottom: 4px;
    font-size: 1.05rem;
  }

  .compact-card p {
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .quick-feature {
    display: none;
  }

  .apps-panel {
    grid-column: 1;
    grid-row: 3;
    min-height: auto;
    padding: 12px;
    border-radius: 22px;
  }

  .apps-title-row {
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
  }

  .apps-title-row h2 {
    font-size: 1.05rem;
  }

  .more-link {
    padding: 7px 10px;
    font-size: 0.74rem;
  }

  .compact-orbit {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .compact-orbit .app-bubble {
    min-height: 0;
    padding: 9px;
    border-radius: 16px;
  }

  .compact-orbit .app-card-top {
    margin-bottom: 0;
  }

  .compact-orbit .app-icon {
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }

  .compact-orbit h3 {
    font-size: 0.84rem;
  }

  .compact-orbit .category,
  .compact-orbit .takeaway {
    display: none;
  }

  .compact-orbit .download-link {
    display: inline-flex;
    min-height: 34px;
    margin-top: 8px;
    width: 100%;
    font-size: 0.78rem;
  }
}

@media (max-width: 390px) {
  .one-page-shell {
    width: min(100% - 18px, 1180px);
  }

  .one-page .hero-visual {
    grid-template-columns: minmax(0, 1fr) 104px;
  }

  .one-page .hero-title {
    font-size: clamp(1.82rem, 9.6vw, 2.35rem);
  }

  .one-page .hero-lede {
    font-size: 0.78rem;
  }

  .one-page .screenshot-stage {
    width: 104px;
  }

  .one-page .shot-primary {
    width: 64px;
  }

  .one-page .shot-secondary {
    width: 52px;
  }

  .one-page .hero-app-icon {
    right: 62px;
  }
}

@keyframes floatPrimary {
  0%,
  100% {
    transform: rotate(4deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(5.5deg) translate3d(0, -10px, 0);
  }
}

@keyframes floatSecondary {
  0%,
  100% {
    transform: rotate(-8deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-9.5deg) translate3d(-4px, 8px, 0);
  }
}

@keyframes iconBob {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -8px, 0) scale(1.04);
  }
}

@keyframes softPulse {
  0%,
  100% {
    box-shadow: 0 14px 28px rgba(255, 63, 135, 0.22);
  }
  50% {
    box-shadow: 0 18px 38px rgba(255, 63, 135, 0.36);
  }
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.screen-shot,
.hero-app-icon,
.spotlight-card,
.quick-feature article,
.apps-panel {
  will-change: transform;
}

.shot-primary {
  animation: floatPrimary 6.6s ease-in-out infinite;
}

.shot-secondary {
  animation: floatSecondary 7.4s ease-in-out infinite;
}

.hero-app-icon {
  animation: iconBob 5.6s ease-in-out infinite;
}

.spotlight-card {
  animation: riseIn 700ms ease both;
}

.feature-reveal,
.spotlight-label {
  animation: softPulse 2.8s ease-in-out infinite;
}

.quick-feature article,
.app-bubble,
.apps-panel {
  animation: riseIn 720ms ease both;
}

.quick-feature article:nth-child(2) {
  animation-delay: 90ms;
}

.compact-orbit .app-bubble:nth-child(1) {
  animation-delay: 140ms;
}

.compact-orbit .app-bubble:nth-child(2) {
  animation-delay: 220ms;
}

.compact-orbit .app-bubble:nth-child(3) {
  animation-delay: 300ms;
}

.quick-feature article:hover,
.app-bubble:hover,
.apps-panel:hover {
  transform: translateY(-3px);
}

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