:root {
  --bg: #020713;
  --bg-soft: #061126;
  --surface: rgba(12, 24, 50, 0.82);
  --surface-strong: #0c1831;
  --text: #f7f9ff;
  --muted: #aebbd2;
  --line: rgba(183, 207, 255, 0.15);
  --blue: #397bff;
  --blue-bright: #5b9dff;
  --blue-glow: rgba(33, 106, 255, 0.52);
  --peach: #ffb274;
  --container: 1160px;
  --shadow-phone: 0 32px 80px rgba(0, 0, 0, 0.58), 0 0 42px rgba(49, 118, 255, 0.14);
  --radius: 28px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background: var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Hiragino Sans", "Noto Sans JP", sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid #8fc1ff;
  outline-offset: 4px;
  border-radius: 8px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 10px;
  color: #061126;
  background: #fff;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(2, 7, 19, 0.78);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  transition: background-color 420ms ease, border-color 420ms ease, box-shadow 420ms ease;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(121, 166, 255, 0.16);
  background: rgba(2, 7, 19, 0.9);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.22);
}

.header-inner {
  min-height: 68px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  transition: min-height 420ms cubic-bezier(.2,.8,.2,1);
}

.site-header.is-scrolled .header-inner { min-height: 62px; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-size: 1.08rem;
  font-weight: 780;
  letter-spacing: -0.025em;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(48, 117, 255, 0.28);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
}

.site-nav a {
  padding: 7px 14px;
  border-radius: 999px;
  color: #d8e1f3;
  font-size: 0.78rem;
  font-weight: 680;
  transition: color 180ms ease, background 180ms ease;
}

.site-nav a:hover { color: #fff; background: rgba(255, 255, 255, 0.08); }

.store-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(115, 168, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #468aff, #2165e7);
  box-shadow: 0 9px 30px rgba(36, 105, 239, 0.34), inset 0 1px rgba(255, 255, 255, 0.2);
  font-size: 0.86rem;
  font-weight: 760;
  transition: transform 180ms ease, filter 180ms ease;
}

.store-link:hover { transform: translateY(-2px); filter: brightness(1.08); }
.header-store { justify-self: end; }

.section-dark { position: relative; isolation: isolate; }
.section-dark > .container { position: relative; z-index: 2; }
.landing-page main > .section-dark + .section-dark { margin-top: -2px; }
.landing-page main {
  background:
    radial-gradient(ellipse 62% 18% at 8% 36%, rgba(32, 88, 205, 0.16), transparent 72%),
    radial-gradient(ellipse 58% 17% at 92% 58%, rgba(38, 96, 218, 0.14), transparent 74%),
    radial-gradient(ellipse 66% 19% at 12% 78%, rgba(42, 88, 190, 0.12), transparent 76%),
    #030918;
}

.hero {
  min-height: 1180px;
  padding: 150px 0 104px;
  overflow: hidden;
  background: #020713;
}

.hero-backdrop,
.pro-backdrop {
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: url("./assets/night-horizon.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  will-change: transform;
}

.landing-page .hero-backdrop {
  transform: translate3d(0, var(--hero-parallax, 0px), 0) scale(1.045);
}

.landing-page .pro-backdrop {
  transform: translate3d(0, var(--pro-parallax, 0px), 0) scale(1.045);
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 7, 19, 0.24) 0%, rgba(2, 7, 19, 0.06) 58%, rgba(3, 9, 24, 0.82) 88%, #030918 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  align-items: start;
  gap: 84px;
}

.hero-copy { padding-top: 80px; }

.hero-product-name {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #eef4ff !important;
  font-size: 1rem !important;
  font-weight: 780;
  line-height: 1.2 !important;
  letter-spacing: -0.02em;
}

.hero-product-name img {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  box-shadow: 0 7px 22px rgba(48, 117, 255, 0.3);
}

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

h1 {
  margin-bottom: 28px;
  font-size: clamp(3.2rem, 4.75vw, 4.3rem);
  font-weight: 840;
  line-height: 1.13;
  letter-spacing: -0.052em;
  white-space: nowrap;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.4rem, 4.5vw, 4.25rem);
  font-weight: 830;
  line-height: 1.13;
  letter-spacing: -0.047em;
}

.hero-copy p,
.hero-follow p,
.mission-copy p,
.records-copy p,
.privacy-copy p,
.pro-copy p {
  color: #b8c2d5;
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.9;
}

.app-store-badge {
  display: inline-block;
  width: 180px;
  margin-top: 22px;
  border-radius: 8px;
  transition: transform 180ms ease, filter 180ms ease;
}

.app-store-badge:hover { transform: translateY(-2px); filter: brightness(1.08); }

.hero-phone { display: flex; justify-content: center; }

.phone-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 6px solid #05070b;
  border-radius: 52px;
  background: #05070b;
  box-shadow: var(--shadow-phone);
  transform: translate3d(0, var(--phone-offset, 0px), 0);
  transition: transform 900ms cubic-bezier(.16,1,.3,1), box-shadow 500ms ease;
  will-change: transform;
}

.phone-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -24%;
  bottom: -24%;
  left: -90%;
  width: 44%;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,.03) 28%, rgba(255,255,255,.2) 50%, rgba(255,255,255,.035) 72%, transparent 100%);
  transform: skewX(-14deg);
}

.reveal.is-visible .phone-frame::before { animation: phone-sheen 1100ms 260ms cubic-bezier(.2,.8,.2,1) both; }

@keyframes phone-sheen {
  0% { left: -90%; opacity: 0; }
  18% { opacity: .7; }
  72% { opacity: .42; }
  100% { left: 145%; opacity: 0; }
}

.phone-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.phone-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-frame-hero { width: 326px; aspect-ratio: 1206 / 2622; }

.hero-follow {
  position: absolute;
  left: max(24px, calc((100vw - var(--container)) / 2));
  top: 860px;
  bottom: auto;
  max-width: 690px;
  margin-inline: 0;
  margin-top: 0;
}

.hero > .hero-follow { position: absolute; }

.hero-follow h2 { font-size: clamp(2.5rem, 4.6vw, 4.4rem); }

.mission {
  min-height: 790px;
  overflow: hidden;
  background: transparent;
}

.mission::before,
.flow::before,
.records::before,
.privacy-band::before,
.pro::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 0 auto;
  height: clamp(180px, 20vw, 280px);
  pointer-events: none;
  opacity: .72;
  transform: scaleY(.82);
  transform-origin: center top;
  transition: opacity 1200ms ease, transform 1500ms cubic-bezier(.16,1,.3,1);
}

.section-dark.is-in-view::before { opacity: 1; transform: scaleY(1); }

.mission::before { background: none; }

.mission-grid {
  min-height: 790px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 110px;
}

.mission-phone {
  align-self: end;
  display: flex;
  justify-content: center;
}

.phone-frame-mission { width: 310px; aspect-ratio: 1206 / 2622; --phone-offset: 120px; }
.mission-copy { max-width: 640px; }
.mission-copy h2 { margin-bottom: 28px; }

.movement-list {
  display: flex;
  gap: clamp(24px, 5vw, 64px);
  margin-top: 36px;
}

.movement-item {
  display: grid;
  justify-items: center;
  gap: 10px;
  color: #eef4ff;
  font-weight: 700;
}

.icon-orb,
.flow-icon,
.privacy-icon {
  display: grid;
  place-items: center;
  border: 1px solid rgba(92, 150, 255, 0.4);
  border-radius: 50%;
  color: #eff6ff;
  background: radial-gradient(circle at 45% 35%, rgba(69, 136, 255, 0.32), rgba(18, 43, 91, 0.54));
  box-shadow: inset 0 0 28px rgba(67, 129, 255, 0.1), 0 0 24px rgba(34, 102, 239, 0.14);
}

.icon-orb { width: 90px; height: 90px; }
.icon-orb svg { width: 58px; height: 58px; fill: none; stroke: currentColor; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }

.blue-glow {
  position: absolute;
  z-index: -1;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: rgba(37, 105, 255, 0.2);
  filter: blur(100px);
  pointer-events: none;
  opacity: .78;
  transform: translate3d(var(--glow-x, 0px), var(--glow-y, 0px), 0) scale(var(--glow-scale, 1));
  transition: opacity 1200ms ease, transform 1600ms cubic-bezier(.16,1,.3,1);
}

.section-dark.is-in-view .blue-glow { opacity: 1; --glow-scale: 1.08; }

.glow-left { left: -220px; bottom: -180px; }
.glow-right { right: -220px; bottom: -170px; }

.flow {
  padding: 62px 0 66px;
  background: transparent;
}

.flow::before { background: none; }

.flow h2 {
  margin-bottom: 42px;
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 14px;
  color: #dbe7fa;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 690;
  transition: opacity 620ms cubic-bezier(.2,.8,.2,1), transform 720ms cubic-bezier(.16,1,.3,1);
  transition-delay: calc(var(--item-index, 0) * 95ms + 140ms);
}

.js .flow-list li { opacity: 0; transform: translateY(14px) scale(.97); }
.js .flow .is-visible .flow-list li { opacity: 1; transform: none; }

.flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 37px;
  left: calc(50% + 48px);
  width: calc(100% - 54px);
  height: 2px;
  background: linear-gradient(90deg, var(--blue), #66a5ff);
  box-shadow: 0 0 12px rgba(57, 123, 255, 0.8);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 520ms cubic-bezier(.2,.8,.2,1);
  transition-delay: calc(var(--item-index, 0) * 95ms + 410ms);
}

.flow .is-visible .flow-list li:not(:last-child)::after { transform: scaleX(1); }

.flow-list li:not(:last-child)::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 32px;
  right: -24px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #66a5ff;
  border-right: 2px solid #66a5ff;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 220ms ease;
  transition-delay: calc(var(--item-index, 0) * 95ms + 810ms);
}

.flow .is-visible .flow-list li:not(:last-child)::before { opacity: 1; }

.flow-icon { width: 76px; height: 76px; color: #a9c9ff; }
.flow-icon svg { width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 3.7; stroke-linecap: round; stroke-linejoin: round; }
.flow-sun { color: #ffd184; border-color: rgba(255, 188, 92, 0.5); }
.flow-snooze { color: #c9bdff; border-color: rgba(151, 126, 255, 0.46); }

.records {
  min-height: 730px;
  overflow: hidden;
  background: transparent;
}

.records::before { background: none; }

.records-grid {
  min-height: 730px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 70px;
}

.records-copy { max-width: 680px; }
.records-phone { align-self: end; display: flex; justify-content: center; }
.phone-frame-records { width: 310px; aspect-ratio: 1206 / 2622; --phone-offset: 132px; }

.stat-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 36px;
  max-width: 520px;
  margin: 40px 0 0;
}

.stat-list div, .stat-list dt { margin: 0; }
.stat-list dt { display: flex; align-items: center; gap: 13px; font-weight: 720; }

.stat-list > div,
.movement-item,
.privacy-points > div {
  transition: opacity 580ms cubic-bezier(.2,.8,.2,1), transform 700ms cubic-bezier(.16,1,.3,1);
  transition-delay: calc(var(--item-index, 0) * 90ms + 180ms);
}

.js .reveal:not(.is-visible) .stat-list > div,
.js .reveal:not(.is-visible) .movement-item,
.js .reveal:not(.is-visible) .privacy-points > div {
  opacity: 0;
  transform: translateY(16px) scale(.96);
}

.stat-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #eaf3ff;
  background: linear-gradient(145deg, #29406c, #4667af);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.14);
  font-size: 0.9rem;
  font-weight: 800;
}

.stat-fire { color: #ffdcc0; background: linear-gradient(145deg, #69422f, #a05e3f); }
.stat-clock { background: linear-gradient(145deg, #44216d, #6c37a7); }
.stat-sleep { background: linear-gradient(145deg, #263780, #4359c3); }

.privacy-band {
  min-height: 650px;
  overflow: hidden;
  background: transparent;
}

.privacy-band::before { background: none; }

.privacy-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 90px;
}

.privacy-phone { align-self: end; display: flex; justify-content: center; }
.phone-frame-privacy { width: 300px; aspect-ratio: 1206 / 2622; --phone-offset: 148px; }
.privacy-copy { padding: 60px 0; }
.privacy-copy h2 { font-size: clamp(2.3rem, 4vw, 3.8rem); }

.privacy-points { display: flex; gap: 40px; margin-top: 38px; }
.privacy-points > div { display: grid; justify-items: center; gap: 9px; color: #d8e4f6; font-size: 0.86rem; font-weight: 680; }
.privacy-icon { width: 72px; height: 72px; color: #e9f1ff; border-color: rgba(255, 255, 255, 0.16); background: rgba(255, 255, 255, 0.08); }
.privacy-icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 3.3; stroke-linecap: round; stroke-linejoin: round; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 34px;
  color: #8db9ff;
  font-weight: 720;
}

.text-link:hover { color: #c3dbff; }

.pro {
  min-height: 710px;
  overflow: hidden;
}

.pro::before {
  background:
    radial-gradient(ellipse at 72% 0%, rgba(255,168,113,.15), transparent 52%),
    linear-gradient(180deg, #030918 0%, rgba(3,9,24,.68) 32%, transparent 100%);
}

.pro-backdrop {
  background-image: url("./assets/sunrise-horizon.png");
  background-position: center bottom;
}

.pro::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(2, 7, 19, 0.84) 0%, rgba(2, 7, 19, 0.55) 44%, rgba(2, 7, 19, 0.05) 100%);
}

.pro-grid {
  min-height: 710px;
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  align-items: center;
  gap: 80px;
}

.pro-copy { max-width: 580px; }
.pro-store { margin-top: 24px; }
.pro-phone { align-self: end; display: flex; justify-content: center; }
.phone-frame-pro { width: 320px; aspect-ratio: 1206 / 2622; --phone-offset: 126px; }

.site-footer {
  position: relative;
  z-index: 5;
  border-top: 0;
  color: #93a2bd;
  background: #01040b;
}

.site-footer::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -140px 0 auto;
  height: 140px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, #01040b);
}

.site-footer > .container { position: relative; z-index: 1; }

.footer-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}

.footer-brand { color: #fff; }
.footer-links { display: flex; align-items: center; justify-content: center; gap: 28px; font-size: 0.8rem; font-weight: 620; }
.footer-links a:hover { color: #fff; }
.site-footer small { justify-self: end; font-size: 0.72rem; }

.js .reveal {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(30px) scale(.985);
  transition: opacity 760ms cubic-bezier(.2,.8,.2,1), transform 920ms cubic-bezier(.16,1,.3,1), filter 720ms ease;
}

.reveal-delay { transition-delay: 120ms; }
.js .reveal.is-visible { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }

@media (hover: hover) and (pointer: fine) {
  .hero-phone:hover .phone-frame,
  .mission-phone:hover .phone-frame,
  .records-phone:hover .phone-frame,
  .privacy-phone:hover .phone-frame,
  .pro-phone:hover .phone-frame {
    transform: translate3d(0, calc(var(--phone-offset, 0px) - 7px), 0) scale(1.008);
    box-shadow: 0 38px 95px rgba(0,0,0,.62), 0 0 54px rgba(49,118,255,.22);
  }
}

/* Shared legal and support pages */
body:not(.landing-page) {
  padding-top: 68px;
  background:
    radial-gradient(circle at 85% 10%, rgba(44, 112, 245, 0.16), transparent 30%),
    radial-gradient(circle at 10% 70%, rgba(51, 100, 205, 0.1), transparent 34%),
    var(--bg);
}

.page-main { padding: 72px 0 100px; }
.page-hero { max-width: 820px; padding: 28px 0 42px; }
.page-hero h1 { margin-bottom: 20px; font-size: clamp(2.7rem, 6vw, 5rem); }
.lead { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.meta { color: #8db9ff; font-weight: 700; }

.panel, .policy {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.policy { padding: 42px; }
.policy section + section { margin-top: 34px; padding-top: 34px; border-top: 1px solid var(--line); }
.policy h2 { margin-bottom: 16px; font-size: clamp(1.5rem, 3vw, 2.15rem); }
.policy p, .policy li, .support-copy { color: var(--muted); }
.policy a { color: #89bcff; text-decoration: underline; text-underline-offset: 4px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.section { padding: 58px 0 0; }
.panel { padding: 34px; }
.panel h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.contact-list { display: grid; gap: 12px; margin-top: 24px; }
.contact-row { padding: 17px 19px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, 0.035); }
.contact-row span { display: block; color: var(--muted); font-size: 0.75rem; font-weight: 760; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-row a { color: #8dbdff; font-weight: 700; }

body:not(.landing-page) footer { padding: 0; }

@media (min-width: 761px) and (max-width: 1200px) {
  .hero { min-height: 1120px; }
  .hero-grid { gap: clamp(42px, 6vw, 68px); }
  .phone-frame-hero { width: 300px; }
  .hero-follow {
    top: 820px;
    width: min(46vw, 500px);
    max-width: 500px;
    left: max(28px, calc((100vw - var(--container)) / 2));
  }
  .hero-follow h2 { font-size: clamp(2.45rem, 4vw, 3rem); }
  .hero-follow p { font-size: clamp(.96rem, 1.45vw, 1.08rem); }
}

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr 0.72fr; gap: 36px; }
  .hero-copy { padding-top: 55px; }
  .mission-grid { gap: 50px; }
  .privacy-grid { gap: 45px; }
  .footer-inner { grid-template-columns: 1fr auto; padding: 22px 0; }
  .footer-links { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; }
  .site-footer small { grid-column: 2; grid-row: 1; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .header-inner { min-height: 62px; gap: 12px; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 31px; height: 31px; }
  .header-store { min-height: 38px; padding: 0 14px; font-size: 0.76rem; }
  body:not(.landing-page) { padding-top: 62px; }

  .hero { min-height: auto; padding: 112px 0 78px; }
  .hero-backdrop { background-position: 58% bottom; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { padding-top: 0; text-align: center; }
  .hero-copy p { max-width: 350px; margin-inline: auto; }
  .hero-copy p br { display: none; }
  h1 { font-size: clamp(2.65rem, 11.4vw, 4.2rem); }
  h1 { white-space: normal; }
  .hero-phone { order: 2; }
  .phone-frame-hero { width: min(74vw, 300px); }
  .hero-follow { margin-top: 72px; text-align: center; }
  .hero > .hero-follow { position: static; left: auto; margin-inline: auto; }
  .hero-follow p br { display: none; }

  .mission, .mission-grid { min-height: auto; }
  .mission-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 72px; }
  .mission-copy { order: 1; text-align: center; }
  .mission-phone { order: 2; }
  .phone-frame-mission { width: min(72vw, 290px); --phone-offset: 82px; }
  .movement-list { justify-content: center; gap: 18px; }
  .icon-orb { width: 72px; height: 72px; }
  .icon-orb svg { width: 45px; height: 45px; }
  .movement-item { font-size: 0.82rem; }

  .flow { padding: 62px 0; }
  .flow-list { grid-template-columns: 1fr; gap: 22px; max-width: 300px; margin-inline: auto; }
  .flow-list li { grid-template-columns: 72px 1fr; justify-items: start; align-items: center; text-align: left; }
  .flow-list li:not(:last-child)::after { top: 68px; left: 35px; width: 2px; height: 29px; }
  .js .flow-list li:not(:last-child)::after { transform: scaleY(0); transform-origin: center top; }
  .js .flow .is-visible .flow-list li:not(:last-child)::after { transform: scaleY(1); }
  .flow-list li:not(:last-child)::before { top: 82px; left: 31px; right: auto; transform: rotate(135deg); }
  .flow-icon { width: 68px; height: 68px; }

  .records, .records-grid { min-height: auto; }
  .records-grid { grid-template-columns: 1fr; padding-top: 74px; gap: 28px; }
  .records-copy { text-align: center; }
  .stat-list { max-width: 440px; margin-inline: auto; text-align: left; }
  .records-phone { margin-top: 10px; }
  .phone-frame-records { width: min(72vw, 290px); --phone-offset: 85px; }

  .privacy-band, .privacy-grid { min-height: auto; }
  .privacy-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 74px; }
  .privacy-copy { order: 1; padding: 0; text-align: center; }
  .privacy-phone { order: 2; }
  .phone-frame-privacy { width: min(70vw, 280px); --phone-offset: 86px; }
  .privacy-points { justify-content: center; gap: 20px; }
  .privacy-icon { width: 62px; height: 62px; }

  .pro, .pro-grid { min-height: 680px; }
  .pro-backdrop { background-position: 68% bottom; }
  .pro::after { background: linear-gradient(180deg, rgba(2, 7, 19, 0.78), rgba(2, 7, 19, 0.18)); }
  .pro-grid { grid-template-columns: 1fr; gap: 24px; padding-top: 74px; }
  .pro-copy { text-align: center; }
  .phone-frame-pro { width: min(70vw, 290px); --phone-offset: 78px; }

  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-links { grid-column: auto; grid-row: auto; justify-content: center; gap: 14px 22px; flex-wrap: wrap; }
  .site-footer small { grid-column: auto; grid-row: auto; justify-self: center; }

  .split { grid-template-columns: 1fr; }
  .page-main { padding-top: 46px; }
  .policy, .panel { padding: 26px 21px; }
}

@media (max-width: 430px) {
  .header-store { padding-inline: 12px; }
  .hero-copy p { max-width: 350px; font-size: 0.9rem; }
  .hero-follow p, .mission-copy p, .records-copy p, .privacy-copy p, .pro-copy p { font-size: 0.98rem; }
  .app-store-badge { width: 165px; }
  .movement-list { gap: 10px; }
  .icon-orb { width: 66px; height: 66px; }
  .stat-list { grid-template-columns: 1fr; gap: 14px; max-width: 240px; }
  .privacy-points { gap: 12px; }
  .privacy-points > div { width: 96px; font-size: 0.74rem; }
  .footer-links { font-size: 0.76rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1 !important; filter: none !important; transform: none !important; }
  .flow-list li { opacity: 1 !important; transform: none !important; }
  .flow-list li::before { opacity: 1 !important; }
  .flow-list li::after { transform: none !important; }
  .phone-frame::before { animation: none !important; opacity: 0 !important; }
  .phone-frame { transform: translate3d(0, var(--phone-offset, 0px), 0) !important; }
}

.no-js .reveal { opacity: 1; transform: none; }
