/* app store (/apps) + mobile app (/app) */

/* mini watch frame around a live canvas face */
.mw {
  --mw: 120px;
  position: relative; isolation: isolate; flex: none;
  display: block; width: var(--mw);
  padding: calc(var(--mw) * .1) calc(var(--mw) * .09) calc(var(--mw) * .11);
  border-radius: 24% / 20%;
  background: linear-gradient(150deg, #4a4a50 0%, #1c1c1f 36%, #0f0f11 62%, #2e2e33 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), inset 0 1.5px 0 rgba(255,255,255,.2), inset 0 -2px 4px rgba(0,0,0,.6), 0 24px 40px -22px rgba(0,0,0,.95);
  transition: transform .6s var(--ease), box-shadow .5s var(--ease);
}
.mw canvas { display: block; width: 100%; aspect-ratio: 200 / 228; border-radius: 5%; background: #000; box-shadow: 0 0 0 1px rgba(0,0,0,.85); }
.mw::before, .mw::after {
  content: ""; position: absolute; z-index: -1; left: 20%; right: 20%; height: 32%;
  background: linear-gradient(90deg, #0e0e10, #212125 50%, #0e0e10);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}
.mw::before { bottom: 95%; border-radius: 12px 12px 3px 3px; }
.mw::after { top: 95%; border-radius: 3px 3px 12px 12px; }
.mw--round { padding: calc(var(--mw) * .055); border-radius: 50%; }
.mw--round canvas { aspect-ratio: 1; border-radius: 50%; }
.mw--round::before, .mw--round::after { left: 27%; right: 27%; }
.mw--bare::before, .mw--bare::after { display: none; }
.mw--silver { background: linear-gradient(150deg, #f6f6f8, #a8a8ae 38%, #dcdce0 68%, #8a8a90); }

/* generic store buttons (no official badge art) */
.sbtn {
  position: relative; overflow: hidden; isolation: isolate;
  display: inline-flex; align-items: center; gap: 12px;
  height: 62px; padding: 0 24px 0 18px; border-radius: 18px;
  background: linear-gradient(180deg, #161616, #0a0a0a);
  border: 1px solid var(--line-2); color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  transition: transform .4s var(--ease), border-color .3s, box-shadow .4s var(--ease);
}
.sbtn::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(160px circle at 20% 0%, rgba(255,90,0,.35), transparent 70%);
  opacity: 0; transition: opacity .4s;
}
.sbtn:hover { transform: translateY(-3px); border-color: var(--orange); box-shadow: 0 18px 40px -18px var(--glow), 0 0 0 4px rgba(255,90,0,.12); }
.sbtn:hover::after { opacity: 1; }
.sbtn__ico { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: var(--orange); color: #050505; box-shadow: 0 0 22px -4px var(--glow); flex: none; }
.sbtn__ico .ico { width: 20px; height: 20px; }
.sbtn__txt { display: flex; flex-direction: column; gap: 4px; text-align: left; }
.sbtn__txt small { font: 600 10px/1 var(--font-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.sbtn__txt strong { font: 800 18px/1 var(--font-display); letter-spacing: -.02em; }
.sbtns { display: flex; flex-wrap: wrap; gap: 12px; }

/* ========== app store ========== */

.sh {
  position: relative; isolation: isolate; overflow: clip;
  margin-top: calc(-1 * (var(--bar-h) + var(--announce-h)));
  padding: calc(var(--bar-h) + var(--announce-h) + clamp(48px, 7vw, 100px)) 0 clamp(72px, 9vw, 130px);
  min-height: min(940px, 100svh);
  display: flex; align-items: center;
  border-bottom: 1px solid var(--line);
}
.sh::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, var(--bg) 0%, rgba(5,5,5,.94) 34%, rgba(5,5,5,.35) 62%, rgba(5,5,5,.1) 100%),
    linear-gradient(0deg, var(--bg) 0%, transparent 26%),
    linear-gradient(180deg, rgba(5,5,5,.75) 0%, transparent 22%);
}
.sh .glow-orb { --size: 620px; --o: .42; left: -12%; top: 18%; z-index: 1; }
.sh__inner { position: relative; z-index: 2; width: 100%; }
.sh__title { margin-top: 22px; }
.sh__num { display: block; white-space: nowrap; hyphens: none; -webkit-hyphens: none; font-size: clamp(44px, 12.5vw, 200px); line-height: .86; padding-bottom: .04em; filter: drop-shadow(0 0 40px rgba(255,90,0,.35)); }
.sh__line { display: block; }
.sh .lead { margin-top: 28px; max-width: 540px; }
.sh__cta { margin-top: 36px; }
.sh__pop { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 28px; }
.sh__pop span { font: 600 11px/1 var(--font-mono); letter-spacing: .16em; text-transform: uppercase; color: var(--dim); margin-right: 4px; }

.wall { position: absolute; inset: 0; z-index: 0; pointer-events: none; perspective: 1500px; overflow: hidden; }
.wall__plane {
  position: absolute; top: -18%; bottom: -30%; left: 40%; right: -24%;
  display: flex; gap: 26px; justify-content: center;
  transform: rotateX(22deg) rotateY(-20deg) rotateZ(10deg);
  transform-origin: 40% 50%;
}
.wall__col { flex: none; }
.wall__track { display: flex; flex-direction: column; align-items: center; animation: wall-up var(--dur, 44s) linear infinite; will-change: transform; }
.wall__col:nth-child(even) .wall__track { animation-direction: reverse; }
.wall__it { padding: 30px 0; }
.wall__it .mw { --mw: 124px; }
.wall__it .mw--round { --mw: 132px; }
@keyframes wall-up { to { transform: translate3d(0,-50%,0); } }

.store-marquee { padding-block: 34px; border-bottom: 1px solid var(--line); }

.browse { padding-top: 56px; }
.sb {
  position: sticky; top: calc(var(--bar-h) + 4px); z-index: 30;
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  padding: 10px; border-radius: 24px;
}
.sb__search { position: relative; flex: 1 1 300px; min-width: 0; }
.sb__search .ico { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--orange); pointer-events: none; }
.sb__search .input { min-height: 46px; padding-left: 46px; padding-right: 48px; border-radius: 999px; }
.sb__search .input::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; }
.sb__search .kbd { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.sb__clear {
  position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center;
  color: var(--muted); transition: color .2s, background-color .2s;
}
.sb__clear:hover { color: var(--text); background: rgba(255,255,255,.06); }
.sb__clear .ico { position: static; transform: none; width: 15px; height: 15px; color: inherit; }
.sb .tabs { flex: none; }
.sb .tab { height: 36px; padding: 0 16px; font-size: 13.5px; }
.sb__plat { display: inline-flex; gap: 4px; padding: 4px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.02); }
.sb__plat .chip { height: 36px; }
.sb__plat .chip:not(.is-active) { border-color: transparent; background: none; }
.sb__plat .chip .ico { width: 15px; height: 15px; }
.sb__sort { flex: none; width: auto; min-height: 46px; padding-block: 10px; border-radius: 999px; font-size: 14px; }

.cats {
  display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none;
  margin-top: 18px; padding: 4px 2px;
  -webkit-mask-image: linear-gradient(90deg, #000 90%, transparent);
  mask-image: linear-gradient(90deg, #000 90%, transparent);
}
.cats::-webkit-scrollbar { display: none; }
.cats .chip { flex: none; height: 38px; }
.cats .chip i { font-style: normal; opacity: .55; }
.cats .chip.is-active i { opacity: .7; }

.store-meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 24px; margin-top: 22px; }
.store-count { font: 600 12px/1.4 var(--font-mono); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.store-count b { color: var(--text); }
.store-note { font-size: 13.5px; color: var(--muted); }
.store-note a { color: var(--orange-2); font-weight: 700; white-space: nowrap; }
.store-note a:hover { color: var(--amber); }
.store-note a .ico { width: 14px; height: 14px; }
.store-note a, .store-note a .ico { vertical-align: middle; }

.ag { display: grid; grid-template-columns: repeat(auto-fill, minmax(228px, 1fr)); gap: 20px; margin-top: 22px; transition: opacity .3s; }
.ag.is-loading { opacity: .45; pointer-events: none; }
.ag.is-fresh .ac { animation: rv-up .7s var(--ease-out) backwards; animation-delay: calc(min(var(--i, 0), 12) * 45ms); }

.ac { display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.ac__stage {
  position: relative; overflow: hidden;
  display: grid; place-items: center;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 50% 55%, color-mix(in srgb, var(--a, #ff5500) 26%, transparent), transparent 60%),
    linear-gradient(180deg, #171717, #0d0d0d);
  border-bottom: 1px solid var(--line);
}
.ac__stage::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000, transparent 72%);
  mask-image: radial-gradient(circle at 50% 50%, #000, transparent 72%);
}
.ac__stage .mw { --mw: 42%; }
.ac__stage .mw--round { --mw: 50%; }
.ac:hover .ac__stage .mw { transform: translateY(-6px) rotate(-4deg) scale(1.05); box-shadow: inset 0 0 0 1px rgba(255,255,255,.14), inset 0 1.5px 0 rgba(255,255,255,.2), 0 30px 50px -22px rgba(0,0,0,.95), 0 0 50px -16px color-mix(in srgb, var(--a, #ff5500) 70%, transparent); }
.ac__badges { position: absolute; top: 12px; left: 12px; display: flex; gap: 6px; z-index: 1; }
.ac__only { position: absolute; top: 12px; right: 12px; z-index: 1; font: 600 10px/1 var(--font-mono); letter-spacing: .1em; text-transform: uppercase; color: var(--amber); padding: 5px 8px; border-radius: 7px; background: rgba(255,176,0,.1); border: 1px solid rgba(255,176,0,.3); }
.ac__body { display: flex; flex-direction: column; gap: 4px; padding: 16px 18px 18px; flex: 1; }
.ac__name { font: 800 17px/1.2 var(--font-display); letter-spacing: -.02em; }
.ac__open { text-align: left; font: inherit; letter-spacing: inherit; }
.ac__open::after { content: ""; position: absolute; inset: 0; z-index: 1; border-radius: inherit; }
.ac__open:focus-visible { outline: none; }
.ac:has(.ac__open:focus-visible) { outline: 2px solid var(--orange); outline-offset: 3px; }
.ac:hover .ac__name { color: var(--orange-2); }
.ac__by { font: 500 12px/1.4 var(--font-mono); color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ac__foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 12px; }
.ac__meta { font: 500 11.5px/1.3 var(--font-mono); color: var(--dim); min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.heart {
  position: relative; z-index: 3; flex: none;
  display: inline-flex; align-items: center; gap: 7px;
  height: 34px; padding: 0 12px 0 10px; border-radius: 999px;
  border: 1px solid var(--line-2); background: rgba(255,255,255,.02);
  font: 600 12px/1 var(--font-mono); font-variant-numeric: tabular-nums; color: var(--muted);
  transition: color .2s, border-color .2s, background-color .2s, box-shadow .3s;
}
.heart .ico { width: 16px; height: 16px; transition: transform .35s var(--ease), fill .2s; }
.heart:hover { color: var(--text); border-color: var(--orange); }
.heart:hover .ico { transform: scale(1.12); }
.heart.is-on { color: #0a0a0a; background: var(--orange); border-color: var(--orange); box-shadow: 0 6px 22px -8px var(--glow); }
.heart.is-on .ico { fill: currentColor; }
.heart.is-pop .ico { animation: heart-pop .55s var(--ease); }
.heart.is-pop::after {
  content: ""; position: absolute; left: 18px; top: 50%; width: 30px; height: 30px; margin: -15px 0 0 -15px; border-radius: 50%;
  border: 2px solid var(--orange); pointer-events: none;
  animation: heart-ring .6s var(--ease-out) forwards;
}
.heart--lg { height: 48px; padding: 0 18px 0 14px; font-size: 14px; gap: 9px; }
.heart--lg .ico { width: 20px; height: 20px; }
@keyframes heart-pop { 0% { transform: scale(1); } 30% { transform: scale(1.5); } 60% { transform: scale(.85); } 100% { transform: scale(1); } }
@keyframes heart-ring { from { transform: scale(.4); opacity: 1; } to { transform: scale(1.8); opacity: 0; } }

.ac--sk .ac__stage { background: var(--surface); }
.ac--sk .ac__stage .skeleton { width: 42%; aspect-ratio: 200 / 250; border-radius: 22%; }
.ac--sk:hover { transform: none; }

.store-state { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 14px; padding: 80px 16px 90px; margin-top: 22px; border: 1px dashed var(--line-2); border-radius: var(--radius-lg); }
.store-state h3 { font-size: clamp(24px, 3vw, 34px); letter-spacing: -.03em; }
.store-state p { color: var(--muted); max-width: 46ch; }
.store-state .row { margin-top: 10px; justify-content: center; }

/* sample + build */
.sample { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,1fr); gap: 24px; }
.sample__main { padding: clamp(28px, 4vw, 52px); overflow: hidden; }
.sample__main .glow-orb { --size: 420px; --o: .35; right: -140px; bottom: -200px; }
.sample__main > :not(.glow-orb) { position: relative; }
.sample__main h2 { margin: 18px 0 18px; }
.sample__main .lead { font-size: 18px; }
.sample__stats { display: flex; flex-wrap: wrap; gap: 36px; margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); }
.sample__build { display: flex; flex-direction: column; gap: 16px; padding: clamp(28px, 4vw, 44px); }
.sample__build h3 { font-size: clamp(26px, 2.8vw, 36px); letter-spacing: -.03em; }
.sample__code {
  margin: 6px 0 4px; padding: 18px 20px; border-radius: 14px;
  background: #080808; border: 1px solid var(--line);
  font: 500 13px/1.7 var(--font-mono); color: #d8d2ca; overflow-x: auto; white-space: pre;
}
.sample__code b { color: var(--orange-2); font-weight: 600; }
.sample__code i { color: var(--dim); font-style: normal; }
.sample__build .row { margin-top: auto; padding-top: 8px; }

/* buy tiles */
.wrist { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.wt { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 28px; align-items: center; padding: clamp(24px, 3.4vw, 44px); overflow: hidden; }
.wt__art { position: relative; display: grid; place-items: center; width: 150px; padding-block: 44px; }
.wt__art::before { content: ""; position: absolute; width: 190px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,90,0,.35), transparent 65%); filter: blur(10px); }
.wt__art .mw { --mw: 124px; }
.wt__art .mw--round { --mw: 138px; }
.wt:hover .wt__art .mw { transform: rotate(-6deg) scale(1.06); }
.wt__body { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.wt__body h3 { font-size: clamp(22px, 2.4vw, 30px); letter-spacing: -.03em; }
.wt__price { font: 900 clamp(34px, 3.6vw, 48px)/1 var(--font-display); letter-spacing: -.04em; }
.wt__list { list-style: none; margin: 4px 0 8px; padding: 0; display: grid; gap: 6px; font-size: 14.5px; color: var(--muted); }
.wt__list li { display: flex; gap: 10px; align-items: baseline; }
.wt__list li::before { content: ""; width: 6px; height: 6px; border-radius: 2px; background: var(--orange); flex: none; transform: translateY(-2px); box-shadow: 0 0 8px var(--glow); }

/* detail modal */
.am { position: fixed; inset: 0; z-index: 250; display: grid; place-items: center; padding: 24px; visibility: hidden; transition: visibility 0s linear .5s; }
.am.is-open { visibility: visible; transition: none; }
.am__scrim { position: absolute; inset: 0; background: rgba(0,0,0,.72); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); opacity: 0; transition: opacity .4s var(--ease); }
.am.is-open .am__scrim { opacity: 1; }
.am__panel {
  position: relative; width: min(1000px, 100%); max-height: calc(100svh - 48px); overflow-y: auto; overscroll-behavior: contain;
  display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.05fr);
  border-radius: var(--radius-lg); border: 1px solid var(--line-2);
  background: linear-gradient(180deg, #141414, #0a0a0a);
  box-shadow: 0 60px 120px -40px #000, 0 0 140px -60px var(--glow);
  opacity: 0; transform: translate3d(0,28px,0) scale(.97);
  transition: opacity .35s var(--ease), transform .55s var(--ease);
}
.am__panel:focus { outline: none; }
.am.is-open .am__panel { opacity: 1; transform: none; }
.am__close { position: absolute; top: 14px; right: 14px; z-index: 5; background: rgba(10,10,10,.75); }
.am__preview {
  position: relative; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 30px;
  padding: 64px 24px 36px; min-height: 520px;
  background:
    radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--a, #ff5500) 34%, transparent), transparent 58%),
    #0c0c0c;
  border-right: 1px solid var(--line);
}
.am__preview::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: radial-gradient(circle at 50% 45%, #000, transparent 70%);
  mask-image: radial-gradient(circle at 50% 45%, #000, transparent 70%);
}
.am__frame { position: relative; display: grid; place-items: center; min-height: 330px; }
.am__frame .mw { --mw: 214px; }
.am__frame .mw--round { --mw: 244px; }
.am__frame.is-swap .mw { animation: am-swap .6s var(--ease-out); }
@keyframes am-swap { from { opacity: 0; transform: rotateY(70deg) scale(.9); } }
.am__shape { position: relative; }
.am__shape .tab:disabled { opacity: .35; cursor: not-allowed; }
.am__hint { position: relative; font-size: 12px; color: var(--dim); text-align: center; min-height: 1.4em; }
.am__info { display: flex; flex-direction: column; gap: 18px; padding: 52px 44px 40px; min-width: 0; }
.am__tags { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.am__title { font-size: clamp(32px, 4vw, 52px); font-weight: 900; letter-spacing: -.04em; line-height: .98; }
.am__by { font: 500 13px/1.4 var(--font-mono); color: var(--muted); margin-top: -6px; }
.am__by b { color: var(--orange-2); font-weight: 600; }
.am__desc { font-size: 17px; line-height: 1.6; color: #d9d3cc; }
.am__stats { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 28px; padding-block: 18px; border-block: 1px solid var(--line); }
.am__stat strong { display: block; font: 800 26px/1 var(--font-display); letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.am__stat span { display: block; margin-top: 6px; font: 600 10.5px/1 var(--font-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--dim); }
.am__stats .heart { margin-left: auto; }
.am__plats { display: flex; flex-wrap: wrap; gap: 8px; }
.am__plat { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 12px; border: 1px solid var(--line-2); font-size: 13.5px; font-weight: 700; }
.am__plat .ico { width: 16px; height: 16px; color: var(--orange); }
.am__plat.is-off { color: var(--dim); border-style: dashed; font-weight: 600; }
.am__plat.is-off .ico { color: var(--dim); }
.am__cta { display: flex; flex-wrap: wrap; gap: 10px; }
.am__fine { font-size: 12.5px; color: var(--dim); }
.am__more { padding-top: 18px; border-top: 1px solid var(--line); }
.am__more h3 { font: 600 11px/1 var(--font-mono); letter-spacing: .16em; text-transform: uppercase; color: var(--dim); margin-bottom: 12px; }
.am__more ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.am__mini {
  display: flex; flex-direction: column; align-items: center; gap: 10px; width: 100%;
  padding: 14px 8px 12px; border-radius: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.015);
  font-size: 12.5px; font-weight: 700; text-align: center; line-height: 1.25;
  transition: border-color .25s, background-color .25s, transform .4s var(--ease);
}
.am__mini .mw { --mw: 54px; }
.am__mini .mw--round { --mw: 60px; }
.am__mini:hover { border-color: rgba(255,90,0,.5); background: rgba(255,90,0,.05); transform: translateY(-2px); }

/* ========== mobile app page ========== */

.phone {
  --pw: 280px;
  position: relative; flex: none;
  width: var(--pw); aspect-ratio: 9 / 19.2;
  padding: calc(var(--pw) * .032);
  border-radius: calc(var(--pw) * .165);
  background: linear-gradient(150deg, #3c3c41, #141416 28%, #0b0b0c 70%, #2c2c30);
  box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.14), inset 0 0 0 calc(var(--pw) * .012) #050505, 0 50px 90px -40px rgba(0,0,0,.95), 0 0 100px -44px var(--glow);
}
.phone::before, .phone::after { content: ""; position: absolute; width: 3px; border-radius: 3px; background: linear-gradient(90deg, #2d2d31, #1a1a1c); }
.phone::before { right: -2px; top: 25%; height: 11%; }
.phone::after { left: -2px; top: 19%; height: 7%; box-shadow: 0 calc(var(--pw) * .2) 0 #242427; }
.phone__screen { position: relative; height: 100%; overflow: hidden; isolation: isolate; border-radius: calc(var(--pw) * .135); background: #090909; container-type: inline-size; }
.phone__cam { position: absolute; z-index: 10; top: 2.3%; left: 50%; width: 30%; height: 3.5%; transform: translateX(-50%); border-radius: 999px; background: #000; box-shadow: inset 0 0 0 1px #161616; }
.phone__glare { position: absolute; inset: 0; z-index: 11; pointer-events: none; background: linear-gradient(118deg, rgba(255,255,255,.09), transparent 32%, transparent 70%, rgba(255,255,255,.03)); }

/* app screens, sized in em off the screen width */
.ps {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; gap: .95em;
  padding: 3.3em 1.15em 5.6em;
  font: 500 4.3cqw/1.35 var(--font-body); color: #f2eee9;
  background: radial-gradient(140% 55% at 50% -12%, rgba(255,90,0,.22), transparent 62%), #0a0a0a;
  overflow: hidden;
}
.ps .ico { width: 1.3em; height: 1.3em; }
.ps__sb { position: absolute; top: 0; left: 0; right: 0; height: 2.9em; display: flex; align-items: center; justify-content: space-between; padding: 0 2em; font: 700 .9em/1 var(--font-body); }
.ps__sys { display: inline-flex; align-items: center; gap: .45em; }
.ps__sig { display: inline-flex; align-items: flex-end; gap: .14em; height: .8em; }
.ps__sig b { width: .22em; background: #f2eee9; border-radius: 1px; }
.ps__sig b:nth-child(1) { height: 35%; } .ps__sig b:nth-child(2) { height: 55%; } .ps__sig b:nth-child(3) { height: 78%; } .ps__sig b:nth-child(4) { height: 100%; }
.ps__bat { position: relative; width: 1.9em; height: .95em; border-radius: .28em; border: 1px solid rgba(242,238,233,.6); padding: .1em; }
.ps__bat b { display: block; width: 78%; height: 100%; border-radius: .14em; background: #f2eee9; }
.ps__h { display: flex; align-items: center; justify-content: space-between; gap: .6em; }
.ps__h h4 { font: 800 1.6em/1 var(--font-display); letter-spacing: -.03em; }
.ps__logo { font: 900 1.2em/1 var(--font-display); letter-spacing: -.04em; }
.ps__logo i { color: var(--orange); font-style: normal; }
.ps__av { width: 2.2em; height: 2.2em; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--amber)); box-shadow: 0 0 0 2px #0a0a0a, 0 0 0 3px rgba(255,90,0,.5); }
.ps__card { background: #141414; border: 1px solid #232323; border-radius: 1.2em; padding: .95em 1.05em; }
.ps__lab { font: 600 .66em/1 var(--font-mono); letter-spacing: .14em; text-transform: uppercase; color: #8d8780; }
.ps__nav { position: absolute; left: .8em; right: .8em; bottom: .9em; height: 4em; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; border-radius: 1.5em; background: rgba(20,20,20,.94); border: 1px solid #262626; }
.ps__nav span { display: flex; flex-direction: column; align-items: center; gap: .3em; font: 600 .62em/1 var(--font-mono); color: #6e6964; }
.ps__nav span .ico { width: 2.1em; height: 2.1em; }
.ps__nav span.is-on { color: var(--orange); }

.ps-watch { display: flex; align-items: center; gap: 1.1em; padding: 1.1em 1.05em; }
.ps-watch .mw { --mw: 27cqw; }
.ps-watch strong { display: block; font: 800 1.12em/1.15 var(--font-display); letter-spacing: -.02em; }
.ps-ok { display: inline-flex; align-items: center; gap: .45em; margin-top: .55em; padding: .35em .7em; border-radius: 999px; background: rgba(74,222,128,.12); color: #7ee8a4; font: 700 .72em/1 var(--font-body); }
.ps-ok::before { content: ""; width: .55em; height: .55em; border-radius: 50%; background: #4ade80; box-shadow: 0 0 .6em #4ade80; animation: pb-blink 1.8s steps(2) infinite; }
.ps-sub { display: block; margin-top: .45em; font-size: .78em; color: #8d8780; }
.ps-bat { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: .35em 1em; }
.ps-bat > :nth-child(even) { justify-self: end; text-align: right; }
.ps-bat .ps-sub { margin: 0 0 .3em; }
.ps-bat strong { font: 900 2.5em/1 var(--font-display); letter-spacing: -.05em; }
.ps-bat strong small { font-size: .45em; color: #8d8780; letter-spacing: 0; }
.ps-meter { grid-column: 1 / -1; height: .65em; border-radius: 999px; background: #232323; overflow: hidden; margin-top: .4em; }
.ps-meter span { display: block; height: 100%; width: var(--p, 82%); border-radius: inherit; background: linear-gradient(90deg, var(--ember), var(--orange), var(--amber)); box-shadow: 0 0 1em var(--glow); }
.ps-rows { display: flex; flex-direction: column; padding: .2em 1.05em; }
.ps-row { display: flex; align-items: center; gap: .8em; padding: .8em 0; border-bottom: 1px solid #202020; font-weight: 700; font-size: .92em; }
.ps-row:last-child { border-bottom: 0; }
.ps-row em { margin-left: auto; font-style: normal; font-weight: 500; color: #8d8780; font-size: .9em; }
.ps-row .ico { color: var(--orange); }
.ps-row .ico:last-child { width: 1em; height: 1em; color: #5f5a55; transform: rotate(-90deg); }

.ps-seg { display: grid; grid-template-columns: 1fr 1fr; padding: .25em; border-radius: 999px; background: #151515; border: 1px solid #242424; }
.ps-seg span { text-align: center; padding: .55em 0; border-radius: 999px; font: 700 .8em/1 var(--font-body); color: #8d8780; }
.ps-seg span.is-on { background: var(--orange); color: #0a0a0a; }
.ps-lk { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .75em .6em; }
.ps-lk figure { margin: 0; display: flex; flex-direction: column; align-items: center; gap: .45em; }
.ps-lk canvas { display: block; width: 100%; aspect-ratio: 200 / 228; border-radius: .7em; box-shadow: 0 0 0 1px #262626; transition: box-shadow .4s var(--ease), transform .4s var(--ease); }
.ps-lk figcaption { font: 600 .62em/1.2 var(--font-body); color: #b5afa8; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.ps-lk figure.is-on canvas { box-shadow: 0 0 0 2px var(--orange), 0 0 1.4em -.2em var(--glow); transform: translateY(-.2em); }
.ps-lk figure.is-on figcaption { color: var(--orange); }
.ps-hint { display: flex; align-items: center; gap: .6em; padding: .8em 1em; font-size: .8em; color: #b5afa8; }
.ps-hint .ico { color: var(--orange); }

.ps-al { display: flex; flex-direction: column; padding: .15em 1.05em; }
.ps-al > div { display: flex; align-items: center; gap: .8em; padding: .72em 0; border-bottom: 1px solid #202020; font-size: .9em; font-weight: 700; }
.ps-al > div:last-child { border-bottom: 0; }
.ps-ic { display: grid; place-items: center; width: 2em; height: 2em; border-radius: .6em; background: var(--c, #333); color: #0a0a0a; font: 800 .85em/1 var(--font-display); flex: none; }
.ps-sw { position: relative; margin-left: auto; width: 2.6em; height: 1.5em; border-radius: 999px; background: #2a2a2a; flex: none; transition: background-color .3s; }
.ps-sw::after { content: ""; position: absolute; top: .18em; left: .18em; width: 1.14em; height: 1.14em; border-radius: 50%; background: #8d8780; transition: transform .35s var(--ease), background-color .3s; }
.ps-sw.is-on { background: var(--orange); }
.ps-sw.is-on::after { transform: translateX(1.1em); background: #0a0a0a; }
.ps-quiet { display: flex; align-items: center; justify-content: space-between; gap: .8em; }
.ps-quiet strong { display: block; font-size: .95em; }
.ps-quiet em { font-style: normal; font: 700 .9em/1 var(--font-mono); color: var(--orange-2); }
.ps-banner {
  position: absolute; z-index: 5; left: .7em; right: .7em; top: 3em;
  display: flex; align-items: center; gap: .7em; padding: .75em .85em;
  border-radius: 1.2em; background: rgba(34,34,34,.94); border: 1px solid #333;
  box-shadow: 0 1em 2em -1em #000;
  font-size: .84em; line-height: 1.3;
  transform: translateY(-160%); opacity: 0;
  animation: ps-banner 7s var(--ease) 1.5s infinite;
}
.ps-banner b { display: block; font-weight: 800; }
.ps-banner span { color: #b5afa8; }
@keyframes ps-banner { 0%, 8% { transform: translateY(-160%); opacity: 0; } 16%, 58% { transform: none; opacity: 1; } 68%, 100% { transform: translateY(-160%); opacity: 0; } }

.ps-search { display: flex; align-items: center; gap: .6em; padding: .75em 1em; border-radius: 999px; background: #151515; border: 1px solid #242424; color: #6e6964; font-size: .85em; }
.ps-search .ico { color: var(--orange); }
.ps-feat { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0,1fr) 34%; align-items: center; gap: .8em; padding: 1.1em; background: linear-gradient(135deg, #2a1204, #120904 60%, #141414); border-color: rgba(255,90,0,.3); }
.ps-feat strong { display: block; font: 800 1.25em/1.1 var(--font-display); letter-spacing: -.02em; margin: .4em 0 .6em; }
.ps-feat canvas { width: 100%; aspect-ratio: 200 / 228; border-radius: .6em; box-shadow: 0 0 0 1px rgba(255,255,255,.1), 0 1em 2em -1em #000; }
.ps-get { display: inline-flex; align-items: center; justify-content: center; padding: .45em 1em; border-radius: 999px; background: var(--orange); color: #0a0a0a; font: 800 .75em/1 var(--font-body); }
.ps-get--ghost { background: #222; color: var(--orange-2); }
.ps-chips { display: flex; gap: .45em; overflow: hidden; }
.ps-chips span { flex: none; padding: .45em .8em; border-radius: 999px; border: 1px solid #2a2a2a; font: 600 .7em/1 var(--font-mono); color: #b5afa8; }
.ps-chips span:first-child { border-color: rgba(255,90,0,.5); color: var(--orange-2); background: rgba(255,90,0,.1); }
.ps-list { display: flex; flex-direction: column; gap: .7em; }
.ps-list > div { display: flex; align-items: center; gap: .8em; }
.ps-list canvas { width: 2.8em; aspect-ratio: 200 / 228; border-radius: .5em; box-shadow: 0 0 0 1px #262626; flex: none; }
.ps-list strong { display: block; font-size: .9em; }
.ps-list small { display: block; font-size: .72em; color: #8d8780; }
.ps-list .ps-get { margin-left: auto; }

/* hero */
.ah { position: relative; overflow: clip; padding-block: clamp(28px, 5vw, 64px) clamp(64px, 8vw, 110px); border-bottom: 1px solid var(--line); }
.ah .glow-orb { --size: 700px; --o: .45; right: -8%; top: 4%; }
.ah .glow-orb--amber { --size: 380px; --o: .3; right: auto; left: -8%; top: auto; bottom: -10%; }
.ah__grid { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.08fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
.ah__copy .display-xl { font-size: clamp(44px, 6.2vw, 96px); margin-top: 22px; }
.ah__copy .lead { margin-top: 26px; max-width: 540px; }
.ah__copy .sbtns { margin-top: 34px; }
.ah__shop { margin-top: 22px; font-size: 15px; color: var(--muted); }
.ah__phones { position: relative; height: clamp(560px, 50vw, 700px); }
.hp { --dx: 0px; --dy: 0px; position: absolute; left: 50%; top: 50%; margin-left: calc(var(--pw) / -2 + var(--dx)); margin-top: calc(var(--pw) * -1.0667 + var(--dy)); }
.hp--c { --pw: 280px; z-index: 3; }
.hp--l { --pw: 232px; --dx: -205px; --dy: 34px; z-index: 2; }
.hp--r { --pw: 232px; --dx: 205px; --dy: -26px; z-index: 1; }
.hp .phone { --pw: inherit; }
.hp__par { transition: transform .9s var(--ease-out); }
.hp__float { animation: hp-float 7s ease-in-out infinite; }
.hp--l .hp__float { animation-delay: -2.4s; animation-duration: 8s; }
.hp--r .hp__float { animation-delay: -4.6s; animation-duration: 7.5s; }
.hp--l .phone { transform: rotate(-9deg); }
.hp--r .phone { transform: rotate(8deg); }
.hp--l .phone, .hp--r .phone { filter: brightness(.82); }
@keyframes hp-float { 50% { transform: translate3d(0,-14px,0); } }
.ah__tag {
  position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 14px; border-radius: 14px; font: 600 12px/1 var(--font-mono); white-space: nowrap;
}
.ah__tag .ico { width: 15px; height: 15px; color: var(--orange); }
.ah__tag--a { left: 2%; top: 12%; }
.ah__tag--b { right: 0; bottom: 14%; }

.facts { border-bottom: 1px solid var(--line); }
.facts__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.facts__grid > div { padding: 34px 24px; border-left: 1px solid var(--line); }
.facts__grid > div:first-child { border-left: 0; padding-left: 0; }
.facts .stat__num { font-size: clamp(28px, 3.4vw, 48px); white-space: nowrap; }

/* scroll-driven features */
.feat__grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: clamp(40px, 6vw, 100px); }
.feat__stage { position: sticky; top: calc(var(--bar-h) + 24px); height: calc(100vh - var(--bar-h) - 48px); display: grid; place-items: center; }
.feat__stage .glow-orb { --size: 520px; --o: .4; left: 50%; top: 50%; margin: -260px 0 0 -260px; }
.feat__ring { position: absolute; left: 50%; top: 50%; width: min(520px, 100%); aspect-ratio: 1; transform: translate(-50%,-50%); border-radius: 50%; border: 1px dashed rgba(255,122,31,.25); animation: pb-spin 60s linear infinite; }
.feat__stage .phone { --pw: min(310px, calc((100vh - var(--bar-h) - 150px) * .468)); z-index: 1; }
.feat__idx { position: absolute; left: 0; bottom: 6%; z-index: 2; font: 600 12px/1 var(--font-mono); letter-spacing: .16em; color: var(--muted); }
.feat__idx b { color: var(--orange); font-weight: 600; }
.feat__dots { position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 2; list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.feat__dots li { width: 8px; height: 8px; border-radius: 50%; background: var(--line-2); transition: background-color .3s, height .4s var(--ease), border-radius .4s; }
.feat__dots li.is-on { background: var(--orange); height: 28px; border-radius: 6px; box-shadow: 0 0 12px var(--glow); }
.phone--stack .ps { opacity: 0; visibility: hidden; transform: translate3d(9%,0,0) scale(.97); transition: opacity .5s var(--ease), transform .7s var(--ease), visibility 0s linear .7s; }
.phone--stack .ps.is-past { transform: translate3d(-9%,0,0) scale(.97); }
.phone--stack .ps.is-on { opacity: 1; visibility: visible; transform: none; transition: opacity .5s var(--ease), transform .7s var(--ease); }

.feat__steps { position: relative; padding-left: 36px; }
.feat__rail { position: absolute; left: 0; top: 10vh; bottom: 10vh; width: 2px; background: var(--line); border-radius: 2px; }
.feat__rail span { position: absolute; inset: 0; transform-origin: top; transform: scaleY(var(--p, 0)); background: linear-gradient(180deg, var(--orange), var(--amber)); box-shadow: 0 0 14px var(--glow); border-radius: inherit; }
.fs { min-height: 82vh; display: flex; flex-direction: column; justify-content: center; gap: 18px; opacity: .3; transition: opacity .6s var(--ease); }
.fs.is-on { opacity: 1; }
.fs__num { font: 900 clamp(64px, 8vw, 128px)/.85 var(--font-display); letter-spacing: -.06em; color: transparent; -webkit-text-stroke: 1px var(--line-2); transition: -webkit-text-stroke-color .5s; }
.fs.is-on .fs__num { -webkit-text-stroke-color: var(--orange); filter: drop-shadow(0 0 24px rgba(255,90,0,.35)); }
.fs h3 { font-size: clamp(30px, 3.6vw, 52px); font-weight: 800; letter-spacing: -.035em; line-height: 1; }
.fs p { font-size: 18px; color: var(--muted); max-width: 48ch; }
.fs__pts { list-style: none; margin: 6px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.fs__m { display: none; }

/* works with */
.duo__grid { position: relative; display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 24px; align-items: stretch; }
.duo__amp { align-self: center; display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; background: var(--orange); color: #050505; font: 900 40px/1 var(--font-display); box-shadow: 0 0 60px -6px var(--glow); animation: pb-float 6s ease-in-out infinite; }
.duo__card { display: flex; flex-direction: column; gap: 20px; padding: clamp(26px, 3.4vw, 44px); overflow: hidden; }
.duo__vis { position: relative; display: flex; align-items: center; justify-content: center; gap: 26px; height: 210px; margin-bottom: 6px; }
.duo__dev { position: relative; width: 92px; height: 188px; border-radius: 22px; border: 2px solid var(--line-2); background: linear-gradient(180deg, #151515, #0b0b0b); box-shadow: inset 0 0 0 5px #070707; }
.duo__dev::before { content: ""; position: absolute; left: 50%; top: 11px; transform: translateX(-50%); }
.duo__dev--ios::before { width: 28px; height: 8px; border-radius: 999px; background: #000; box-shadow: inset 0 0 0 1px #1d1d1d; }
.duo__dev--droid { border-radius: 16px; }
.duo__dev--droid::before { width: 8px; height: 8px; border-radius: 50%; background: #000; box-shadow: inset 0 0 0 1px #1d1d1d; }
.duo__dev i { position: absolute; left: 12px; right: 12px; height: 8px; border-radius: 4px; background: #1f1f1f; }
.duo__dev i:nth-child(1) { top: 40px; background: rgba(255,90,0,.55); }
.duo__dev i:nth-child(2) { top: 58px; right: 30px; }
.duo__dev i:nth-child(3) { top: 76px; }
.duo__dev i:nth-child(4) { top: 94px; right: 22px; }
.duo__link { display: flex; gap: 6px; }
.duo__link b { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); opacity: .2; animation: duo-dot 1.4s ease-in-out infinite; }
.duo__link b:nth-child(2) { animation-delay: .2s; } .duo__link b:nth-child(3) { animation-delay: .4s; }
@keyframes duo-dot { 50% { opacity: 1; box-shadow: 0 0 10px var(--orange); } }
.duo__vis .mw { --mw: 84px; }
.duo__vis .mw--round { --mw: 92px; }
.duo__card h3 { font-size: clamp(28px, 3vw, 40px); letter-spacing: -.035em; }
.duo__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.duo__list li { display: flex; gap: 12px; align-items: flex-start; color: #d9d3cc; }
.duo__list .ico { width: 20px; height: 20px; color: var(--orange); flex: none; margin-top: 2px; }

/* setup */
.setup { position: relative; }
.setup > ol { list-style: none; margin: 0; padding: 0; }
.setup__line { position: absolute; left: 8%; right: 8%; top: 74px; height: 2px; background: linear-gradient(90deg, transparent, var(--orange), var(--amber), var(--orange), transparent); background-size: 200% 100%; opacity: .5; animation: setup-flow 4s linear infinite; }
@keyframes setup-flow { to { background-position: -200% 0; } }
.st { display: flex; flex-direction: column; gap: 14px; padding: 30px; }
.st__num { display: grid; place-items: center; width: 92px; height: 92px; border-radius: 50%; margin-bottom: 10px; background: #0a0a0a; border: 1px solid rgba(255,90,0,.45); font: 900 34px/1 var(--font-display); letter-spacing: -.04em; color: var(--orange); box-shadow: 0 0 0 8px var(--bg), 0 0 40px -8px var(--glow); position: relative; z-index: 1; transition: background-color .3s, color .3s; }
.st:hover .st__num { background: var(--orange); color: #050505; }
.st h3 { font-size: 26px; letter-spacing: -.03em; }
.st p { color: var(--muted); }
.st__vis { display: flex; align-items: center; gap: 14px; min-height: 120px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.st__vis .mw { --mw: 70px; }
.st__pill { display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 14px; border-radius: 12px; border: 1px solid var(--line-2); font: 700 13px/1 var(--font-body); }
.st__pill .ico { width: 16px; height: 16px; color: var(--orange); }
.st__pair { position: relative; display: grid; place-items: center; width: 70px; height: 70px; }
.st__pair span { position: absolute; inset: 0; border-radius: 50%; border: 1.5px solid var(--orange); opacity: 0; animation: st-ping 2.4s var(--ease-out) infinite; }
.st__pair span:nth-child(2) { animation-delay: .8s; }
.st__pair span:nth-child(3) { animation-delay: 1.6s; }
.st__pair .ico { width: 28px; height: 28px; color: var(--orange); }
@keyframes st-ping { from { transform: scale(.4); opacity: .9; } to { transform: scale(1.35); opacity: 0; } }

/* download band */
.dl { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0,1.3fr) minmax(0,1fr); gap: 40px; align-items: center; padding: clamp(32px, 5vw, 72px); border-radius: var(--radius-lg); border: 1px solid rgba(255,90,0,.3); background: radial-gradient(700px circle at 0% 0%, rgba(255,90,0,.3), transparent 60%), linear-gradient(160deg, #1a0d05, #0b0b0b 55%); }
.dl .glow-orb { --size: 480px; --o: .35; right: -120px; bottom: -220px; }
.dl > :not(.glow-orb) { position: relative; }
.dl h2 { margin: 18px 0 16px; }
.dl .sbtns { margin-top: 30px; }
.dl__fine { margin-top: 16px; font-size: 13px; color: var(--dim); }
.dl__faces { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; justify-items: center; align-items: center; }
.dl__faces .mw { --mw: min(116px, 100%); }
.dl__faces > :nth-child(2) { transform: translateY(-24px); }
.dl__faces > :nth-child(3) { transform: translateY(12px); }

/* faq */
.faq { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.faq__head { position: sticky; top: calc(var(--bar-h) + 32px); }
.faq__head h2 { margin: 18px 0 18px; }
.faq__list details { border-bottom: 1px solid var(--line); }
.faq__list details:first-child { border-top: 1px solid var(--line); }
.faq__list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 0; cursor: pointer; font: 700 clamp(17px, 1.8vw, 22px)/1.3 var(--font-display); letter-spacing: -.015em; transition: color .2s; }
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary:hover { color: var(--orange-2); }
.faq__plus { display: grid; place-items: center; flex: none; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-2); transition: transform .45s var(--ease), background-color .3s, border-color .3s, color .3s; }
.faq__plus .ico { width: 16px; height: 16px; }
.faq__list details[open] .faq__plus { transform: rotate(45deg); background: var(--orange); border-color: var(--orange); color: #050505; }
.faq__a { padding: 0 56px 28px 0; font-size: 17px; line-height: 1.65; color: var(--muted); }
.faq__a a { color: var(--orange-2); text-decoration: underline; text-underline-offset: 3px; }
.faq__list details[open] .faq__a { animation: rv-up .5s var(--ease-out); }

/* watch cta */
.wcta { overflow: clip; }
.wcta__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(32px, 5vw, 80px); align-items: center; }
.wcta__stage { position: relative; height: clamp(420px, 44vw, 620px); }
.wcta__stage .glow-orb { --size: 560px; --o: .45; left: 50%; top: 50%; margin: -280px 0 0 -280px; }
.wcta__3d { position: relative; z-index: 1; width: 100%; height: 100%; }
.wcta__copy h2 { margin: 18px 0 20px; }
.wcta__pick { margin-top: 28px; }
.wcta__price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.wcta__price strong { font: 900 clamp(48px, 5vw, 72px)/1 var(--font-display); letter-spacing: -.05em; }
.wcta__list { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 10px; }
.wcta__list li { display: flex; gap: 12px; align-items: baseline; color: #d9d3cc; }
.wcta__list li::before { content: ""; width: 7px; height: 7px; border-radius: 2px; background: var(--orange); flex: none; transform: translateY(-2px); box-shadow: 0 0 8px var(--glow); }
.wcta__copy .row { margin-top: 32px; }

/* responsive */
@media (max-width: 1080px) {
  .wall__plane { left: 30%; }
  .sample { grid-template-columns: minmax(0,1fr); }
  .wrist { grid-template-columns: minmax(0,1fr); }
  .hp--c { --pw: 250px; }
  .hp--l, .hp--r { --pw: 206px; }
  .hp--l { --dx: -170px; }
  .hp--r { --dx: 170px; }
}
@media (max-width: 900px) {
  .am__panel { grid-template-columns: minmax(0,1fr); }
  .am__preview { min-height: 0; padding: 56px 16px 28px; border-right: 0; border-bottom: 1px solid var(--line); }
  .am__frame { min-height: 250px; }
  .am__frame .mw { --mw: 160px; }
  .am__frame .mw--round { --mw: 184px; }
  .am__info { padding: 28px 24px 32px; }
  .ah__grid { grid-template-columns: minmax(0,1fr); }
  .ah__phones { height: 600px; }
  .facts__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .facts__grid > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .facts__grid > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .feat__grid { grid-template-columns: minmax(0,1fr); }
  .feat__stage { display: none; }
  .feat__steps { padding-left: 24px; }
  .feat__rail { top: 0; bottom: 0; }
  .fs { min-height: 0; opacity: 1; padding-block: 36px; }
  .fs__m { display: flex; justify-content: center; padding-top: 18px; }
  .fs__m .phone { --pw: min(250px, 66vw); }
  .duo__grid { grid-template-columns: minmax(0,1fr); }
  .duo__amp { justify-self: center; width: 64px; height: 64px; font-size: 30px; margin-block: -12px; position: relative; z-index: 2; }
  .setup__line { display: none; }
  .dl { grid-template-columns: minmax(0,1fr); }
  .faq { grid-template-columns: minmax(0,1fr); }
  .faq__head { position: static; }
  .wcta__grid { grid-template-columns: minmax(0,1fr); }
  .wcta__stage { height: 440px; }
}
@media (max-width: 640px) {
  .sh { min-height: 0; }
  .sh::after { background: linear-gradient(180deg, rgba(5,5,5,.6) 0%, rgba(5,5,5,.66) 50%, var(--bg) 100%); }
  .wall__plane { left: -30%; right: -30%; gap: 14px; transform: rotateX(24deg) rotateZ(12deg); }
  .wall__it { padding: 22px 0; }
  .wall__it .mw { --mw: 86px; }
  .wall__it .mw--round { --mw: 92px; }
  .sh__num { font-size: clamp(44px, 14vw, 110px); }
  .sh .display-xl { font-size: clamp(40px, 12vw, 64px); }
  .sb { position: static; padding: 8px; border-radius: 20px; }
  .sb__search { flex-basis: 100%; }
  .sb .kbd { display: none; }
  .sb .tabs { flex: 1 1 auto; }
  .sb .tab { flex: 1; padding: 0 10px; }
  .sb__plat { flex: 1 1 100%; justify-content: space-between; }
  .sb__plat .chip { flex: 1; justify-content: center; padding: 0 8px; }
  .sb__sort { flex: 1 1 auto; }
  .ag { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .ac__body { padding: 12px 12px 14px; }
  .ac__name { font-size: 14.5px; }
  .ac__by { font-size: 11px; }
  .ac__foot { flex-direction: column; align-items: stretch; gap: 8px; }
  .ac__meta { font-size: 10.5px; }
  .heart { justify-content: center; }
  .ac__badges { top: 8px; left: 8px; }
  .ac__badges .badge { padding: 4px 6px; font-size: 9px; }
  .ac__only { top: auto; bottom: 8px; right: 8px; font-size: 9px; padding: 4px 6px; }
  .am { padding: 0; align-items: end; }
  .am__panel { max-height: 94svh; border-radius: 24px 24px 0 0; transform: translate3d(0,100%,0); }
  .am__stats .heart { margin-left: 0; }
  .am__more ul { gap: 8px; }
  .wt { grid-template-columns: minmax(0,1fr); justify-items: center; text-align: center; }
  .wt__body { align-items: center; }
  .wt__list li { justify-content: center; }
  .ah__phones { height: 500px; }
  .hp--c { --pw: 212px; }
  .hp--l, .hp--r { --pw: 160px; }
  .hp--l { --dx: -118px; --dy: 30px; }
  .hp--r { --dx: 118px; --dy: -22px; }
  .ah__tag { display: none; }
  .facts__grid > div { padding: 24px 12px; }
  .facts .stat__num { font-size: clamp(24px, 7vw, 40px); white-space: nowrap; }
  .facts__grid > div:nth-child(odd) { padding-left: 0; }
  .sbtn { flex: 1 1 100%; }
  .duo__vis { gap: 16px; height: 190px; }
  .st { padding: 24px; }
  .dl__faces { gap: 10px; }
  .faq__a { padding-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .wall__track, .hp__float, .ps-banner, .feat__ring, .setup__line, .duo__amp, .duo__link b, .st__pair span { animation: none !important; }
  .ps-banner { transform: none; opacity: 1; }
  .st__pair span { opacity: .4; }
}
