:root {
  color-scheme: light;
  --ink: #10233d;
  --ink-soft: #304763;
  --muted: #687b91;
  --paper: #ffffff;
  --paper-blue: #f4faff;
  --paper-cyan: #eefcff;
  --paper-coral: #fff7f3;
  --line: #dceafa;
  --line-strong: #c7ddf3;
  --blue: #0d8dff;
  --blue-deep: #0869cf;
  --cyan: #55d2e7;
  --coral: #ff9f86;
  --green: #2fc9a5;
  --yellow: #ffd96a;
  --shadow-soft: 0 24px 70px rgba(35, 91, 145, .12);
  --shadow-card: 0 30px 90px rgba(36, 83, 128, .16);
  --ease-out: cubic-bezier(.22, .8, .24, 1);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-feature-settings: "kern" 1;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button, input, textarea, select { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
figure { margin: 0; }

::selection { color: #fff; background: var(--blue); }

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

.narrow { width: min(820px, calc(100% - 48px)); }

.skip-link {
  position: fixed;
  left: 16px;
  top: -64px;
  z-index: 100;
  padding: 10px 16px;
  border-radius: 12px;
  color: #fff;
  background: var(--blue);
  text-decoration: none;
}

.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: var(--ink);
  border-bottom: 1px solid rgba(208, 225, 242, .68);
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  transition: box-shadow .3s ease, background .3s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 34px rgba(46, 84, 122, .08);
}

.site-scroll-progress {
  --scroll-progress: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, var(--blue), var(--cyan) 55%, var(--green));
  box-shadow: 0 0 13px rgba(58, 194, 231, .52);
  transform: scaleX(var(--scroll-progress));
  transform-origin: left center;
  will-change: transform;
}

.nav-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 19px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -.02em;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 9px 22px rgba(13, 141, 255, .2);
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 27px;
}

.site-header nav a {
  position: relative;
  color: #52677f;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease;
}

.site-header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  border-radius: 2px;
  background: var(--blue);
  transition: right .25s var(--ease-out);
}

.site-header nav a:hover,
.site-header nav a:focus-visible { color: var(--blue-deep); }
.site-header nav a:hover::after,
.site-header nav a:focus-visible::after { right: 0; }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(110, 219, 242, .25), transparent 28%),
    radial-gradient(circle at 7% 44%, rgba(255, 178, 151, .17), transparent 25%),
    linear-gradient(180deg, #fff 0%, #f8fcff 74%, #eef8ff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .55;
  background-image:
    linear-gradient(rgba(33, 118, 189, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 118, 189, .045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.hero-wash {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-wash-blue {
  top: 90px;
  right: -210px;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(57, 174, 255, .2), transparent 68%);
}

.hero-wash-coral {
  left: -260px;
  bottom: 20px;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(255, 170, 139, .19), transparent 68%);
}

/* React Bits Aurora, adapted to CSS so the mainland site has no runtime CDN dependency. */
.aurora-field {
  position: absolute;
  z-index: 0;
  inset: -9% -12% 8%;
  overflow: hidden;
  pointer-events: none;
  opacity: .72;
  filter: saturate(118%);
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .92) 64%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .92) 64%, transparent 100%);
}

.aurora-ribbon {
  position: absolute;
  display: block;
  width: 72%;
  height: 38%;
  border-radius: 48% 52% 58% 42% / 60% 44% 56% 40%;
  filter: blur(54px);
  will-change: transform;
}

.aurora-ribbon-blue {
  top: 0;
  right: -8%;
  opacity: .23;
  background: linear-gradient(110deg, transparent 4%, #2ba9ff 30%, #76e0ef 66%, transparent 96%);
  animation: aurora-blue 14s ease-in-out infinite alternate;
}

.aurora-ribbon-mint {
  top: 28%;
  left: 18%;
  opacity: .18;
  background: linear-gradient(105deg, transparent 7%, #7ae9c9 27%, #60d8ee 57%, #7ea8ff 82%, transparent 96%);
  animation: aurora-mint 18s ease-in-out -5s infinite alternate;
}

.aurora-ribbon-coral {
  left: -15%;
  bottom: 10%;
  opacity: .15;
  background: linear-gradient(115deg, transparent 5%, #ffb297 30%, #ffd1a8 60%, #74d8dd 86%, transparent 98%);
  animation: aurora-coral 16s ease-in-out -3s infinite alternate;
}

.hero-layout {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(520px, .92fr);
  align-items: center;
  gap: clamp(28px, 3.6vw, 52px);
  padding: 78px 0 104px;
}

.hero-copy {
  position: relative;
  z-index: 4;
  padding-bottom: 24px;
  animation: hero-soft-in .72s var(--ease-out) both;
}

.kicker {
  margin: 0 0 21px;
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.kicker span {
  display: inline-flex;
  align-items: center;
  margin-right: 9px;
  padding: 5px 9px;
  border: 1px solid rgba(13, 141, 255, .18);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(13, 141, 255, .07);
  letter-spacing: .08em;
}

.hero h1,
.section-heading h2,
.map-story-copy h2,
.privacy-copy h2,
.final-cta h2,
.page-hero h1 {
  text-wrap: balance;
}

.hero h1 {
  max-width: 700px;
  margin: 0 0 28px;
  font-size: clamp(50px, 4.55vw, 65px);
  line-height: 1.07;
  letter-spacing: -.065em;
}

.hero h1 em {
  display: inline-block;
  white-space: nowrap;
  color: transparent;
  background: linear-gradient(105deg, #0873df 4%, #24b8e0 32%, #dffcff 47%, #ffffff 50%, #75ddd0 55%, #36bea8 68%, #0873df 96%);
  background-size: 240% 100%;
  background-position: 100% 50%;
  background-clip: text;
  -webkit-background-clip: text;
  font-style: normal;
  filter: drop-shadow(0 9px 26px rgba(31, 170, 219, .13));
  animation: hero-title-shine 8.5s ease-in-out 1s infinite alternate;
}

.hero-lead {
  max-width: 610px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 36px;
}

.store-pill {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  min-width: 184px;
  align-items: center;
  gap: 11px;
  padding: 11px 18px 12px;
  border: 1px solid rgba(20, 47, 76, .08);
  border-radius: 16px;
  color: #fff;
  background: #10233d;
  box-shadow: 0 18px 36px rgba(20, 52, 87, .18);
  font-size: 18px;
  font-weight: 760;
  line-height: 1.06;
}

.store-pill small {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
  font-weight: 560;
}

.apple-mark {
  width: 29px;
  color: #fff;
  font-size: 29px;
  line-height: 1;
}

.secondary-action {
  --magnet-x: 0px;
  --magnet-y: 0px;
  display: inline-flex;
  align-items: center;
  color: var(--blue-deep);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transform: translate3d(var(--magnet-x), var(--magnet-y), 0);
  transition: transform .22s var(--ease-out), color .2s ease;
}

.secondary-action span {
  display: inline-block;
  margin-left: 6px;
  transition: transform .22s ease;
}

.secondary-action:hover span,
.secondary-action:focus-visible span { transform: translateY(4px); }

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 31px 0 0;
  padding: 0;
  color: #5f748a;
  font-size: 12px;
  font-weight: 680;
  list-style: none;
}

.trust-list li::before {
  content: "✓";
  display: inline-grid;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  place-items: center;
  border-radius: 50%;
  color: #168c72;
  background: #dcf7ef;
  font-size: 10px;
  font-weight: 900;
}

.hero-scene {
  --scene-x-strong: 0px;
  --scene-y-strong: 0px;
  --scene-x-soft: 0px;
  --scene-y-soft: 0px;
  --scene-x-note: 0px;
  --scene-y-note: 0px;
  position: relative;
  min-height: 660px;
  display: grid;
  grid-template-columns: 286px 214px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  perspective: 1200px;
  transform-style: preserve-3d;
  animation: hero-soft-in .86s var(--ease-out) .08s both;
}

.scene-orbit {
  position: absolute;
  border: 1px solid rgba(44, 147, 222, .13);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one { inset: 62px 22px 40px 22px; }
.orbit-two { inset: 145px 104px 125px 104px; border-color: rgba(71, 203, 210, .15); }

.phone-shell {
  position: relative;
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50px;
  background: #101923;
  box-shadow: 0 34px 82px rgba(34, 76, 117, .26), inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.phone-shell > img {
  width: 100%;
  height: 100%;
  border-radius: 41px;
  object-fit: cover;
  object-position: center top;
  background: #fff;
}

.phone-camera {
  position: absolute;
  z-index: 3;
  top: 15px;
  left: 50%;
  width: 96px;
  height: 27px;
  border-radius: 999px;
  background: #080b0e;
  transform: translateX(-50%);
}

.hero-phone {
  position: relative;
  z-index: 4;
  top: auto;
  left: auto;
  justify-self: start;
  width: 286px;
  height: 622px;
  transform: translate3d(var(--scene-x-strong), var(--scene-y-strong), 32px) rotate(-1.35deg);
  transition: transform .18s ease-out;
  animation: phone-float 7s ease-in-out infinite;
}

.poster-float {
  position: relative;
  z-index: 6;
  top: auto;
  right: auto;
  justify-self: end;
  width: 214px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 24px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 27px 68px rgba(41, 84, 128, .2);
  transform: translate3d(var(--scene-x-soft), var(--scene-y-soft), 55px) rotate(1.4deg);
  transition: transform .18s ease-out;
  backdrop-filter: blur(18px);
}

.poster-visual {
  position: relative;
  height: auto;
  aspect-ratio: 9 / 7;
  overflow: hidden;
  border: 1px solid rgba(183, 218, 241, .78);
  border-radius: 17px;
  background: #eaf8ff;
}

.poster-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.poster-visual > span {
  position: absolute;
  left: 12px;
  bottom: 11px;
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .88);
  border-radius: 999px;
  color: #244a68;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 8px 22px rgba(39, 99, 145, .13);
  backdrop-filter: blur(12px);
  font-size: 9px;
  font-weight: 760;
}

.poster-visual > span b { color: var(--blue-deep); font-size: 14px; }

.poster-float figcaption {
  display: grid;
  gap: 1px;
  padding: 11px 8px 4px;
}

.poster-float figcaption strong { font-size: 13px; }
.poster-float figcaption span { color: var(--muted); font-size: 10px; }

.memory-note {
  position: absolute;
  z-index: 8;
  display: grid;
  gap: 3px;
  min-width: 180px;
  padding: 13px 16px;
  border: 1px solid rgba(204, 226, 244, .9);
  border-radius: 17px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 16px 42px rgba(44, 92, 138, .13);
  backdrop-filter: blur(18px);
  transition: transform .18s ease-out;
}

.memory-note span { color: var(--blue-deep); font-size: 10px; font-weight: 820; letter-spacing: .07em; }
.memory-note strong { font-size: 12px; }

/* Spotlight Card + Glare Hover, adapted from React Bits as progressive enhancement. */
[data-spotlight],
[data-glare] {
  position: relative;
  isolation: isolate;
}

.effect-spotlight,
.effect-glare {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.effect-spotlight {
  z-index: 18;
  opacity: var(--spotlight-opacity, 0);
  background: radial-gradient(
    circle var(--spotlight-size, 420px) at var(--spotlight-x, 50%) var(--spotlight-y, 50%),
    rgba(var(--spotlight-rgb, 41, 174, 255), .2) 0%,
    rgba(var(--spotlight-rgb, 41, 174, 255), .07) 28%,
    transparent 64%
  );
  transition: opacity .32s ease;
}

@media (hover: hover) and (pointer: fine) {
  [data-spotlight]:hover { --spotlight-opacity: 1; }
}

.effect-glare {
  z-index: 19;
}

.effect-glare::before {
  content: "";
  position: absolute;
  top: -55%;
  bottom: -55%;
  left: -42%;
  width: 28%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .68), transparent);
  filter: blur(2px);
  transform: skewX(-18deg) translateX(-190%);
}

[data-glare]:hover .effect-glare::before,
[data-glare]:focus-within .effect-glare::before {
  animation: glare-sweep .86s var(--ease-out) both;
}

.store-pill .effect-glare::before {
  opacity: .24;
  animation: glare-idle 7.4s ease-in-out 1.2s infinite;
}

.note-top {
  top: 55px;
  right: 8px;
  transform: translate3d(var(--scene-x-note), var(--scene-y-note), 80px) rotate(-3deg);
}

.note-bottom {
  right: 10px;
  bottom: 42px;
  transform: translate3d(var(--scene-x-soft), var(--scene-y-soft), 70px) rotate(2deg);
}

.story-steps {
  position: relative;
  z-index: 12;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 34px;
  padding: 24px 8px;
  border: 1px solid rgba(210, 229, 245, .88);
  border-radius: 26px;
  background: rgba(255, 255, 255, .86);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.story-steps > div {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1px 12px;
  padding: 3px 23px;
}

.story-steps > div:not(:last-child) { border-right: 1px solid var(--line); }
.story-steps span { grid-row: 1 / 3; color: var(--blue); font-size: 12px; font-weight: 850; }
.story-steps strong { font-size: 14px; }
.story-steps small { color: var(--muted); font-size: 11px; }

.memory-marquee {
  overflow: hidden;
  border-block: 1px solid #e5eef7;
  background: #fff;
}

.marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 17px 0;
  color: #48617c;
  font-size: 12px;
  font-weight: 790;
  letter-spacing: .08em;
  white-space: nowrap;
  animation: marquee 29s linear infinite;
}

.marquee-track i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 0 0 5px rgba(13, 141, 255, .07);
}

.section { padding: 124px 0; }

.section-heading { margin-bottom: 60px; }
.section-heading h2,
.map-story-copy h2,
.privacy-copy h2 {
  margin: 0;
  font-size: clamp(38px, 4.3vw, 59px);
  line-height: 1.14;
  letter-spacing: -.05em;
}

.section-heading > p:last-child,
.map-story-copy > p,
.privacy-copy > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.split-heading {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 70px;
}

.split-heading > p { margin: 0 0 5px; }

.centered {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.centered > p:last-child { max-width: 640px; margin: 22px auto 0; }

.real-app { background: #fff; }

.demo-lab {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(150deg, #f8fcff, #eef8ff 58%, #f2fcfb);
  box-shadow: var(--shadow-card);
}

.demo-tabs {
  display: flex;
  gap: 7px;
  padding: 12px;
  border-bottom: 1px solid rgba(204, 225, 244, .8);
  background: rgba(255, 255, 255, .72);
}

.demo-tab {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  flex: 1;
  padding: 12px 16px;
  border: 0;
  border-radius: 15px;
  color: #60758c;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 760;
  transition: color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.demo-tab:hover { color: var(--blue-deep); transform: translateY(-1px); }
.demo-tab:focus-visible { outline: 3px solid rgba(13, 141, 255, .22); outline-offset: 2px; }

.demo-tab.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #4dbadf);
  box-shadow: 0 10px 26px rgba(13, 141, 255, .2);
}

.demo-tab.is-active::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -46%;
  width: 25%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .66), transparent);
  filter: blur(1px);
  transform: skewX(-18deg);
  animation: demo-tab-glint 5.8s ease-in-out .8s infinite;
}

.demo-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 820px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 50px;
  padding: 58px 68px 36px;
}

.demo-stage::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: -26%;
  bottom: -26%;
  left: -34%;
  width: 23%;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .72), rgba(102, 217, 238, .22), transparent);
  filter: blur(5px);
  transform: skewX(-15deg) translateX(-170%);
}

.demo-stage.is-switching::after { animation: demo-stage-scan .62s var(--ease-out) both; }

.demo-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding-bottom: 60px;
}

.demo-stage.is-switching .demo-copy { animation: demo-copy-switch .56s var(--ease-out) both; }

.demo-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #20866f;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: .06em;
}

.demo-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(47, 201, 165, .11);
}

.demo-copy h3 {
  margin: 0 0 17px;
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.15;
  letter-spacing: -.045em;
}

.demo-copy > p {
  max-width: 470px;
  margin: 0;
  color: #516980;
  font-size: 16px;
  line-height: 1.9;
}

.demo-disclaimer {
  margin-top: 24px;
  color: #8293a4;
  font-size: 11px;
}

.demo-phone-wrap {
  position: relative;
  z-index: 2;
  align-self: stretch;
  min-height: 742px;
  display: grid;
  place-items: center;
  padding: 10px 0 24px;
}

.demo-phone-wrap::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 3px;
  width: min(78%, 310px);
  height: 26px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(30, 76, 118, .28), rgba(30, 76, 118, .08) 48%, transparent 72%);
  filter: blur(9px);
  transform: translateX(-50%);
}

.demo-halo {
  position: absolute;
  left: 50%;
  bottom: 60px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13, 141, 255, .19), rgba(85, 210, 231, .06) 48%, transparent 70%);
  transform: translateX(-50%);
}

.demo-phone {
  position: relative;
  z-index: 1;
  width: 326px;
  height: 708px;
  transform: translateY(0);
  transition: opacity .22s ease, transform .45s var(--ease-out);
}

.demo-phone.is-changing { opacity: .25; transform: translateY(8px) scale(.985); }

.map-story {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 0 20%, rgba(255, 178, 151, .17), transparent 26%),
    radial-gradient(circle at 92% 82%, rgba(76, 195, 229, .17), transparent 28%),
    linear-gradient(145deg, #fff9f5, #f2fbff 58%, #f8ffff);
}

.map-story::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -42% -18% -42% 34%;
  pointer-events: none;
  opacity: .56;
  background: repeating-linear-gradient(
    112deg,
    transparent 0 8%,
    rgba(24, 157, 227, .06) 9.5%,
    rgba(104, 224, 218, .17) 11%,
    rgba(255, 255, 255, .46) 12%,
    transparent 14.5% 22%
  );
  -webkit-mask-image: radial-gradient(ellipse at 82% 42%, #000 0%, rgba(0, 0, 0, .76) 43%, transparent 75%);
  mask-image: radial-gradient(ellipse at 82% 42%, #000 0%, rgba(0, 0, 0, .76) 43%, transparent 75%);
  transform-origin: 100% 20%;
  animation: map-side-rays 16s ease-in-out infinite alternate;
}

.map-story-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: clamp(54px, 8vw, 118px);
}

.map-story-copy > p { max-width: 560px; margin: 25px 0 0; }

.feature-points {
  display: grid;
  gap: 12px;
  margin-top: 35px;
}

.feature-points > div {
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: center;
  gap: 16px;
  padding: 15px 18px;
  border: 1px solid rgba(206, 227, 243, .86);
  border-radius: 17px;
  background: rgba(255, 255, 255, .72);
  transition: transform .25s ease, box-shadow .25s ease;
}

.feature-points > div:hover {
  transform: translateX(5px);
  box-shadow: 0 12px 28px rgba(43, 91, 136, .08);
}

.feature-points span { color: var(--blue); font-size: 11px; font-weight: 820; letter-spacing: .05em; }
.feature-points strong { font-size: 13px; }

.code-proof {
  display: block;
  margin-top: 24px;
  color: #8191a1;
  font-size: 11px;
}

.map-poster-showcase {
  --poster-rx: 0deg;
  --poster-ry: 0deg;
  --spotlight-rgb: 62, 196, 226;
  --spotlight-size: 520px;
  position: relative;
  width: min(100%, 535px);
  justify-self: end;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .92);
  border-radius: 34px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 44px 110px rgba(41, 86, 126, .2);
  transform: perspective(1100px) rotateX(var(--poster-rx)) rotateY(var(--poster-ry)) rotate(.35deg);
  transition: transform .2s ease-out, box-shadow .3s ease;
  backdrop-filter: blur(18px);
}

.map-poster-showcase:hover { box-shadow: 0 52px 120px rgba(41, 86, 126, .25); }
.map-poster-showcase img { width: 100%; height: auto; border-radius: 23px; }

.map-poster-showcase figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 8px 3px;
}

.map-poster-showcase figcaption span { color: var(--muted); font-size: 11px; }
.map-poster-showcase figcaption strong { font-size: 12px; }

.poster-shadow {
  position: absolute;
  z-index: -1;
  inset: 16% 5% -4%;
  border-radius: 48%;
  background: rgba(18, 111, 185, .18);
  filter: blur(45px);
}

.feature-bento { background: #fff; }

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
}

.bento-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  display: grid;
  grid-template-rows: auto 590px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 20px 52px rgba(44, 91, 136, .08);
  transition: transform .35s var(--ease-out), box-shadow .35s ease;
}

.bento-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 70px rgba(44, 91, 136, .13);
}

.bento-copy { position: relative; z-index: 3; padding: 38px 40px 20px; }
.bento-copy > span { color: var(--blue-deep); font-size: 11px; font-weight: 840; letter-spacing: .07em; }

.bento-copy h3 {
  margin: 13px 0 14px;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.22;
  letter-spacing: -.04em;
}

.bento-copy p { max-width: 520px; margin: 0; color: #61758b; font-size: 13px; line-height: 1.8; }

.bento-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.bento-visual::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -12%;
  width: min(78%, 520px);
  height: 62%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--spotlight-rgb), .19), transparent 68%);
  filter: blur(18px);
  transform: translateX(-50%);
  pointer-events: none;
}

.bento-creation {
  --spotlight-rgb: 30, 155, 255;
  grid-column: span 7;
  background: linear-gradient(150deg, #edf8ff, #f8fcff 68%);
}

.bento-live {
  --spotlight-rgb: 255, 185, 83;
  grid-column: span 5;
  background: linear-gradient(145deg, #fff7e7, #f4fff0);
}

.bento-residence {
  --spotlight-rgb: 255, 151, 112;
  grid-column: span 5;
  background: linear-gradient(145deg, #fff7f1, #fffdf8);
}

.bento-memory {
  --spotlight-rgb: 115, 132, 255;
  grid-column: span 7;
  background: linear-gradient(145deg, #f1fbff, #f8f7ff);
}

.bento-screen {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 50%;
  bottom: auto;
  width: auto;
  height: calc(100% - 22px);
  aspect-ratio: 736 / 1600;
  overflow: hidden;
  padding: 8px;
  border-radius: 49px;
  background: #101923;
  box-shadow: 0 28px 65px rgba(30, 72, 112, .2);
  transform: translateX(-50%) rotate(-1deg);
}

.bento-screen img,
.residence-screen img,
.memory-screen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  border-radius: 40px;
  background: #f5f9fc;
}

.template-window {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 50%;
  right: auto;
  bottom: auto;
  width: auto;
  height: min(calc(100% - 28px), 540px);
  aspect-ratio: 3 / 4;
  overflow: hidden;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 29px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 25px 58px rgba(60, 104, 77, .17);
  transform: translateX(-50%) rotate(1.2deg);
}

.template-window > img { width: 100%; height: 100%; border-radius: 21px; object-fit: cover; object-position: center 24%; }

.live-badge {
  position: absolute;
  right: 22px;
  top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  color: #fff;
  background: rgba(23, 58, 36, .54);
  backdrop-filter: blur(14px);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .09em;
}

.live-badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #bdf06e;
  animation: live-pulse 2s ease-out infinite;
}

.residence-screen {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 50%;
  right: auto;
  bottom: auto;
  width: auto;
  height: calc(100% - 22px);
  aspect-ratio: 736 / 1600;
  overflow: hidden;
  padding: 8px;
  border-radius: 47px;
  background: #101923;
  box-shadow: 0 26px 58px rgba(111, 76, 57, .17);
  transform: translateX(-50%) rotate(2.2deg);
}

.memory-screen {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 50%;
  bottom: auto;
  width: auto;
  height: calc(100% - 22px);
  aspect-ratio: 736 / 1600;
  overflow: hidden;
  padding: 8px;
  border-radius: 49px;
  background: #101923;
  box-shadow: 0 28px 65px rgba(40, 82, 126, .2);
  transform: translateX(-50%) rotate(-2deg);
}

.privacy-panel {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(81, 208, 229, .18), transparent 27%),
    linear-gradient(145deg, #eff9ff, #f9fdff 54%, #f0fcf8);
}

.privacy-shell {
  display: grid;
  grid-template-columns: .74fr 1.26fr;
  align-items: center;
  gap: 88px;
}

.privacy-copy > p { margin: 23px 0 27px; }

.privacy-copy > a {
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.privacy-copy > a span { display: inline-block; margin-left: 5px; transition: transform .22s ease; }
.privacy-copy > a:hover span { transform: translateX(4px); }

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.privacy-grid article {
  min-height: 205px;
  padding: 28px;
  border: 1px solid rgba(207, 227, 243, .9);
  border-radius: 23px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 16px 40px rgba(42, 90, 134, .07);
  transition: transform .3s var(--ease-out), background .3s ease;
}

.privacy-grid article:hover { transform: translateY(-4px); background: #fff; }
.privacy-grid span { color: var(--blue); font-size: 11px; font-weight: 850; }
.privacy-grid h3 { margin: 14px 0 8px; font-size: 18px; letter-spacing: -.02em; }
.privacy-grid p { margin: 0; color: #687c91; font-size: 12px; line-height: 1.75; }

.final-cta { padding: 104px 0 120px; background: #fff; }

.cta-card {
  --spotlight-rgb: 46, 188, 226;
  --spotlight-size: 620px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  justify-items: center;
  padding: 78px 24px 82px;
  border: 1px solid var(--line);
  border-radius: 38px;
  text-align: center;
  background: linear-gradient(140deg, #f4fbff, #fff7f2 52%, #effbf7);
  box-shadow: var(--shadow-soft);
}

@supports ((-webkit-mask-composite: xor) or (mask-composite: exclude)) {
  .cta-card::after {
    content: "";
    position: absolute;
    z-index: 20;
    inset: 0;
    padding: 1.5px;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(105deg, transparent 10%, rgba(13, 141, 255, .1) 34%, rgba(255, 255, 255, .96) 48%, rgba(80, 211, 222, .72) 55%, rgba(47, 201, 165, .16) 67%, transparent 88%) 100% 50% / 280% 100%;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    animation: cta-border-flow 8.8s ease-in-out infinite;
  }
}

.cta-wash {
  position: absolute;
  z-index: -1;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(72, 184, 240, .17), transparent 66%);
  animation: cta-breathe 8s ease-in-out infinite;
}

.cta-card > img { width: 84px; height: 84px; border-radius: 23px; box-shadow: 0 18px 42px rgba(13, 141, 255, .22); }
.cta-card > p { margin: 18px 0 8px; color: var(--blue-deep); font-size: 12px; font-weight: 850; letter-spacing: .07em; }
.final-cta h2 { margin: 0 0 30px; font-size: clamp(35px, 4.4vw, 58px); line-height: 1.18; letter-spacing: -.055em; }
.store-pill-dark { position: relative; }

.page-hero {
  padding: 100px 0 76px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 85% 20%, rgba(82, 204, 234, .18), transparent 26%),
    linear-gradient(180deg, #fff, #f4faff);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.eyebrow > span { width: 22px; height: 2px; border-radius: 2px; background: currentColor; }
.page-hero h1 { margin: 17px 0 10px; font-size: clamp(43px, 5vw, 65px); line-height: 1.12; letter-spacing: -.055em; }
.page-hero p { margin: 0; color: var(--muted); }

.legal-page { padding: 72px 0 110px; }

.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
  gap: 70px;
}

.legal-summary {
  position: sticky;
  top: 104px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 20px;
  color: #5c7187;
  background: var(--paper-blue);
  font-size: 13px;
}

.legal-summary strong { color: var(--ink); }
.legal-summary p { margin: 9px 0 0; }
.legal-content { min-width: 0; }

.legal-content h2 {
  margin: 45px 0 13px;
  font-size: 22px;
  letter-spacing: -.02em;
}

.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: #4f647a; font-size: 15px; line-height: 1.9; }
.legal-content a { color: var(--blue-deep); }
.legal-content code { padding: 2px 6px; border-radius: 6px; color: #27648f; background: #eef7fd; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .88em; }
.legal-content ul { padding-left: 23px; }

.support-page { background: #fff; }

.support-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  align-items: start;
  gap: 70px;
}

.support-intro {
  position: sticky;
  top: 105px;
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: var(--paper-blue);
}

.support-intro h2 { margin: 0 0 12px; font-size: 26px; }
.support-intro p { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.support-email { color: var(--blue-deep); font-size: 13px; font-weight: 750; text-decoration: none; word-break: break-all; }
.support-email.pending { color: var(--muted); }

.faq-list { display: grid; gap: 13px; }

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: #fff;
}

.faq-list summary {
  padding: 20px 23px;
  cursor: pointer;
  font-weight: 760;
  list-style-position: inside;
}

.faq-list details[open] summary { color: var(--blue-deep); background: var(--paper-blue); }
.faq-list p { margin: 0; padding: 0 23px 23px; color: var(--muted); font-size: 14px; }

.site-footer {
  padding: 58px 0 28px;
  border-top: 1px solid var(--line);
  color: #5f7287;
  background: #f7fbff;
}

.footer-grid {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.footer-brand { color: var(--ink); font-size: 23px; font-weight: 850; }
.footer-grid p { margin: 8px 0 0; font-size: 13px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { font-size: 13px; font-weight: 700; text-decoration: none; }
.footer-links a:hover { color: var(--blue-deep); }

.legal-line {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: #8a99a9;
  font-size: 11px;
}

.js [data-reveal] {
  opacity: 0;
  translate: 0 26px;
  transition: opacity .75s ease var(--reveal-delay, 0ms), translate .75s var(--ease-out) var(--reveal-delay, 0ms);
}

.js [data-reveal].is-visible { opacity: 1; translate: 0 0; }

.js [data-reveal] h2 {
  opacity: .25;
  filter: blur(8px);
  translate: 0 10px;
  transition: opacity .82s ease .08s, filter .82s ease .08s, translate .82s var(--ease-out) .08s;
}

.js [data-reveal].is-visible h2 {
  opacity: 1;
  filter: blur(0);
  translate: 0 0;
}

.js .map-story-copy[data-reveal] .feature-points > div,
.js .privacy-grid[data-reveal] > article {
  opacity: 0;
  translate: 0 16px;
  transition: opacity .6s ease, translate .65s var(--ease-out);
}

.js .map-story-copy[data-reveal].is-visible .feature-points > div,
.js .privacy-grid[data-reveal].is-visible > article {
  opacity: 1;
  translate: 0 0;
}

.js .map-story-copy.is-visible .feature-points > div:nth-child(2),
.js .privacy-grid.is-visible > article:nth-child(2) { transition-delay: 70ms; }
.js .map-story-copy.is-visible .feature-points > div:nth-child(3),
.js .privacy-grid.is-visible > article:nth-child(3) { transition-delay: 140ms; }
.js .privacy-grid.is-visible > article:nth-child(4) { transition-delay: 210ms; }

.click-spark {
  position: fixed;
  z-index: 120;
  left: var(--spark-x);
  top: var(--spark-y);
  width: 5px;
  height: 5px;
  border-radius: 999px;
  pointer-events: none;
  background: var(--spark-color, #43c8ee);
  box-shadow: 0 0 12px rgba(44, 181, 239, .42);
  animation: click-spark .62s var(--ease-out) both;
}

@keyframes hero-soft-in {
  from { opacity: .55; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-title-shine {
  0%, 16% { background-position: 100% 50%; }
  84%, 100% { background-position: -120% 50%; }
}

@keyframes aurora-blue {
  from { transform: translate3d(-8%, -7%, 0) rotate(-6deg) scale(.96); }
  to { transform: translate3d(9%, 8%, 0) rotate(5deg) scale(1.08); }
}

@keyframes aurora-mint {
  from { transform: translate3d(8%, -4%, 0) rotate(5deg) scale(1.04); }
  to { transform: translate3d(-11%, 10%, 0) rotate(-7deg) scale(.92); }
}

@keyframes aurora-coral {
  from { transform: translate3d(-5%, 7%, 0) rotate(-4deg) scale(.95); }
  to { transform: translate3d(12%, -7%, 0) rotate(7deg) scale(1.08); }
}

@keyframes glare-sweep {
  0% { opacity: 0; transform: skewX(-18deg) translateX(-190%); }
  18% { opacity: .58; }
  100% { opacity: 0; transform: skewX(-18deg) translateX(610%); }
}

@keyframes glare-idle {
  0%, 76% { opacity: 0; transform: skewX(-18deg) translateX(-190%); }
  82% { opacity: .34; }
  94%, 100% { opacity: 0; transform: skewX(-18deg) translateX(610%); }
}

@keyframes demo-tab-glint {
  0%, 68% { opacity: 0; transform: skewX(-18deg) translateX(0); }
  76% { opacity: .68; }
  92%, 100% { opacity: 0; transform: skewX(-18deg) translateX(820%); }
}

@keyframes demo-stage-scan {
  0% { opacity: 0; transform: skewX(-15deg) translateX(-170%); }
  18% { opacity: .68; }
  100% { opacity: 0; transform: skewX(-15deg) translateX(720%); }
}

@keyframes demo-copy-switch {
  0%, 100% { opacity: 1; filter: blur(0); transform: translateY(0); }
  32% { opacity: .42; filter: blur(2.5px); transform: translateY(6px); }
}

@keyframes click-spark {
  0% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  100% { opacity: 0; transform: translate(calc(-50% + var(--spark-dx)), calc(-50% + var(--spark-dy))) scale(.35); }
}

@keyframes phone-float {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -9px; }
}

@keyframes marquee { to { transform: translateX(-50%); } }

@keyframes live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(189, 240, 110, .55); }
  80%, 100% { box-shadow: 0 0 0 11px rgba(189, 240, 110, 0); }
}

@keyframes map-side-rays {
  from { transform: translate3d(-3%, 1%, 0) rotate(-2deg) scale(1); }
  to { transform: translate3d(4%, -2%, 0) rotate(2deg) scale(1.04); }
}

@keyframes cta-breathe {
  0%, 100% { opacity: .65; transform: scale(.9); }
  50% { opacity: 1; transform: scale(1.07); }
}

@keyframes cta-border-flow {
  0%, 15% { background-position: 120% 50%; }
  80%, 100% { background-position: -120% 50%; }
}

@media (max-width: 1100px) {
  .hero-layout { grid-template-columns: minmax(0, .96fr) minmax(500px, 1.04fr); gap: 24px; }
  .hero-scene { grid-template-columns: 276px 196px; gap: 16px; }
  .hero-phone { width: 276px; height: 600px; }
  .poster-float { width: 196px; }
  .note-top { right: -5px; }
  .note-bottom { right: -3px; }
  .demo-stage { padding-inline: 48px; }
  .bento-creation, .bento-live, .bento-residence, .bento-memory { grid-column: span 6; }
  .privacy-shell { gap: 54px; }
}

@media (max-width: 1020px) {
  .site-header nav { gap: 18px; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 720px; }
  .hero-scene { width: min(100%, 650px); min-height: 720px; grid-template-columns: 316px 236px; gap: 32px; margin: 0 auto; }
  .hero-phone { width: 316px; height: 687px; }
  .poster-float { width: 236px; }
  .note-top { right: 15px; }
  .note-bottom { right: 25px; }
  .story-steps { grid-template-columns: repeat(2, 1fr); }
  .story-steps > div:nth-child(2) { border-right: 0; }
  .story-steps > div:nth-child(-n+2) { margin-bottom: 14px; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .split-heading > p { max-width: 650px; }
  .demo-stage { grid-template-columns: 1fr 1fr; }
  .map-story-grid { grid-template-columns: 1fr; }
  .map-poster-showcase { justify-self: center; }
  .bento-creation, .bento-live, .bento-residence, .bento-memory { grid-column: span 6; }
  .privacy-shell { grid-template-columns: 1fr; }
  .privacy-copy { max-width: 660px; }
  .legal-layout, .support-grid { grid-template-columns: 1fr; gap: 36px; }
  .legal-summary, .support-intro { position: static; }
}

@media (max-width: 820px) {
  .bento-grid { grid-template-columns: 1fr; }
  .bento-creation, .bento-live, .bento-residence, .bento-memory { grid-column: auto; }
  .bento-card { grid-template-rows: auto 540px; }
}

@media (max-width: 680px) {
  .shell, .narrow { width: min(100% - 32px, 1200px); }
  .nav-wrap { min-height: 68px; }
  .site-header nav a:nth-child(-n+2) { display: none; }
  .site-header nav { gap: 16px; }
  .hero-layout { min-height: auto; padding: 54px 0 70px; }
  .aurora-field { inset: -5% -60% 24%; opacity: .5; }
  .kicker { line-height: 1.7; }
  .kicker span { display: table; margin: 0 0 7px; }
  .hero h1 { font-size: clamp(36px, 9.7vw, 52px); line-height: 1.1; }
  .hero h1 em { white-space: nowrap; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-list { display: grid; gap: 9px; }
  .hero-scene { min-height: 595px; grid-template-columns: 1fr; justify-items: center; margin-top: 20px; }
  .hero-phone { justify-self: center; width: 272px; height: 591px; transform: rotate(-1.35deg); }
  .poster-float { display: none; }
  .poster-visual { height: auto; }
  .poster-visual > span { left: 8px; bottom: 8px; padding: 5px 8px; }
  .poster-visual > span b { font-size: 12px; }
  .poster-float figcaption { padding-inline: 5px; }
  .poster-float figcaption strong { font-size: 11px; }
  .poster-float figcaption span { font-size: 9px; }
  .memory-note { display: none; }
  .scene-orbit { display: none; }
  .story-steps { grid-template-columns: 1fr; margin-bottom: 20px; padding: 8px 18px; }
  .story-steps > div { padding: 14px 2px; }
  .story-steps > div:not(:last-child) { margin: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .marquee-track { animation-duration: 24s; }
  .section { padding: 86px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .map-story-copy h2, .privacy-copy h2 { font-size: 37px; }
  .demo-lab { border-radius: 25px; }
  .demo-tabs { overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .demo-tabs::-webkit-scrollbar { display: none; }
  .demo-tab { min-width: 112px; flex: 0 0 auto; white-space: nowrap; }
  .demo-stage { min-height: auto; grid-template-columns: 1fr; gap: 12px; padding: 38px 24px 34px; }
  .demo-copy { padding-bottom: 8px; }
  .demo-copy h3 { font-size: 33px; }
  .demo-phone-wrap { min-height: 623px; padding: 18px 0; }
  .demo-halo { width: 390px; height: 390px; }
  .demo-phone { width: 270px; height: 587px; transform: translateY(0); }
  .map-story-grid { gap: 52px; }
  .map-story::before { inset: -20% -62% -20% 12%; opacity: .3; }
  .feature-points > div { grid-template-columns: 65px 1fr; }
  .map-poster-showcase { width: min(94%, 520px); padding: 10px; border-radius: 25px; }
  .map-poster-showcase img { border-radius: 17px; }
  .map-poster-showcase figcaption { align-items: flex-start; flex-direction: column; gap: 3px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-creation, .bento-live, .bento-residence, .bento-memory { grid-column: auto; min-height: 0; }
  .bento-card { grid-template-rows: auto 480px; }
  .bento-copy { padding: 30px 27px 14px; }
  .bento-copy h3 { font-size: 28px; }
  .bento-screen,
  .residence-screen,
  .memory-screen {
    top: 12px;
    left: 50%;
    right: auto;
    bottom: auto;
    width: auto;
    height: calc(100% - 16px);
    transform: translateX(-50%);
  }
  .template-window {
    top: 18px;
    left: 50%;
    right: auto;
    bottom: auto;
    width: auto;
    height: min(calc(100% - 30px), 420px);
    transform: translateX(-50%) rotate(1deg);
  }
  .template-window > img { object-fit: contain; background: #eef5e7; }
  .privacy-grid { grid-template-columns: 1fr; }
  .privacy-grid article { min-height: auto; }
  .final-cta { padding: 76px 0 90px; }
  .cta-card { padding: 58px 20px 64px; border-radius: 28px; }
  .final-cta h2 { font-size: 36px; }
  .page-hero { padding: 74px 0 56px; }
  .legal-page { padding: 52px 0 84px; }
  .support-page { padding-top: 70px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .legal-line { align-items: flex-start; flex-direction: column; gap: 6px; }
}

@media (max-width: 520px) {
  .hero-scene { min-height: 610px; }
  .hero-phone { transform: rotate(-1.1deg); }
  .poster-float { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .marquee-track { animation: none; }
  .js [data-reveal],
  .js [data-reveal] h2,
  .js .map-story-copy[data-reveal] .feature-points > div,
  .js .privacy-grid[data-reveal] > article { opacity: 1; filter: none; translate: none; }
  .effect-spotlight, .effect-glare, .click-spark { display: none; }
  .aurora-ribbon { animation: none; }
  .hero h1 em { animation: none; background-position: 50% 50%; }
  .demo-tab.is-active::after, .demo-stage::after { display: none; }
  .map-story::before { animation: none; opacity: .28; transform: none; }
  .cta-card::after { animation: none; background-position: 50% 50%; }
  .hero-phone, .poster-float, .note-top, .note-bottom, .map-poster-showcase { transform: none; }
}
