/* MovingSpot: app palette, system typography, map halos and compact surfaces. */
:root {
  color-scheme:dark;
  --bg:#080808;
  --surface:#1a1a1a;
  --pink:#ff006e;
  --pink-text:#ff4c99;
  --cyan:#29f1ff;
  --orange:#ff7a00;
  --text:#f6f5f2;
  --muted:#a2a2a7;
  --line:#29292d;
  --wrap:1200px;
  font-family:Arial,Helvetica,sans-serif;
  background:var(--bg);
  color:var(--text);
}

* {
  box-sizing:border-box;
}

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

body {
  margin:0;
}

main {
  overflow:clip;
}

body,button,a {
  -webkit-tap-highlight-color:transparent;
}

button,a {
  touch-action:manipulation;
}

button {
  font:inherit;
  color:inherit;
}

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

img {
  max-width:100%;
  display:block;
  height:auto;
}

button {
  cursor:pointer;
}

button,a {
  transition:background .2s,color .2s,border-color .2s,transform .2s;
}

button:focus-visible,a:focus-visible {
  outline:3px solid var(--cyan);
  outline-offset:6px;
}

button:active,.button:active {
  transform:translateY(1px);
}

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

p,h1,h2,h3,figure {
  margin:0;
}

h1,h2,h3 {
  font-weight:700;
}

em {
  font-style:normal;
  color:var(--pink-text);
}

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

.skip-link {
  position:fixed;
  top:12px;
  left:12px;
  z-index:100;
  background:var(--pink);
  padding:14px;
  transform:translateY(-200%);
}

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

.site-header {
  height:106px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  position:relative;
  z-index:5;
  border-bottom:1px solid #ffffff13;
}

.brand {
  display:inline-flex;
  align-items:center;
  font-size:24px;
  font-weight:750;
  letter-spacing:-1px;
  white-space:nowrap;
}

.brand img {
  margin-right:9px;
}

.brand-dot {
  color:var(--pink);
  margin-left:1px;
}

.site-header nav {
  display:flex;
  align-items:center;
  gap:34px;
  font-size:14px;
}

.nav-discover {
  color:#c5c5c8;
}

.nav-discover:hover {
  color:#fff;
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:28px;
  min-height:54px;
  padding:16px 25px;
  border:1px solid #454549;
  border-radius:8px;
  font-weight:700;
  font-size:15px;
}

.button:hover {
  background:#222;
  border-color:#727277;
}

.button-small {
  min-height:44px;
  padding:12px 18px;
  font-size:13px;
}

.button-primary {
  background:#df0060;
  border-color:#df0060;
  color:white;
  box-shadow:0 8px 36px #ff006e1a;
  font-size:16px;
  min-height:60px;
  padding:18px 30px;
}

.button-primary:hover {
  background:#d9005d;
  border-color:#d9005d;
  transform:translateY(-3px);
  box-shadow:0 10px 40px #ff006e2b;
}

.button[aria-disabled="true"],
.button[aria-disabled="true"]:hover {
  cursor:not-allowed;
  opacity:.58;
  background:#5b263d;
  border-color:#77465b;
  box-shadow:none;
  transform:none;
}

.button span[aria-hidden] {
  font-size:22px;
  line-height:1;
}

.eyebrow {
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:2px;
  font-weight:600;
  line-height:1.7;
}

.status-dot {
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--pink);
  box-shadow:0 0 16px #ff006e88;
  margin-right:9px;
}

.hero {
  display:grid;
  grid-template-columns:1fr 1fr;
  position:relative;
  min-height:790px;
  align-items:center;
  padding-top:38px;
  padding-bottom:100px;
}

.hero-copy {
  position:relative;
  z-index:2;
}

.hero h1 {
  font-size:clamp(88px,10.6vw,150px);
  line-height:.93;
  letter-spacing:-9px;
  margin:31px 0;
}

.hero h1 em {
  color:var(--pink);
  position:relative;
}

.hero h1 em:after {
  content:'';
  position:absolute;
  left:4%;
  right:-4%;
  bottom:-12px;
  height:5px;
  background:linear-gradient(90deg,var(--pink),var(--orange));
  transform:rotate(-5deg);
  border-radius:50%;
}

.hero-description {
  font-size:17px;
  line-height:1.8;
  color:#b7b7be;
  margin:36px 0 29px;
}

.hero-actions {
  display:flex;
  align-items:center;
  gap:20px;
}

.store-alternative {
  font-size:12px;
  color:#b7b7be;
  text-underline-offset:5px;
}

.store-alternative:hover {
  text-decoration:underline;
}

span.store-alternative {
  line-height:1.5;
}

.hero-scene {
  height:650px;
  position:relative;
  isolation:isolate;
}

.hero-map {
  position:absolute;
  inset:-30px -45px -30px -60px;
  background:url('./assets/map-texture.webp') center/cover;
  opacity:.44;
  mask-image:radial-gradient(ellipse at 58% 46%,#000 5%,#0008 42%,transparent 72%);
  z-index:-2;
  transform:rotate(-8deg);
}

.hero-scene:after {
  content:'';
  position:absolute;
  inset:12% 0 5%;
  background:radial-gradient(ellipse,#ff006e1f,transparent 66%);
  z-index:-1;
}

.phone {
  padding:7px;
  background:#111216;
  border:1px solid #4a4a50;
  border-radius:42px;
  box-shadow:0 35px 70px #0009,0 0 0 3px #1d1d21;
  overflow:hidden;
}

.phone img {
  width:100%;
  height:auto;
  border-radius:34px;
}

.hero-phone {
  width:290px;
  position:absolute;
  top:12px;
  left:50%;
  transform:translateX(-50%) rotate(9deg);
  box-shadow:0 35px 80px #000b,0 0 0 3px #2b2b31;
}

.orbit {
  position:absolute;
  border:1px solid #ff006e20;
  border-radius:50%;
  width:510px;
  height:510px;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:-1;
}

.orbit-two {
  width:650px;
  height:650px;
  border-style:dashed;
  border-color:#ffffff0a;
}

.orbit-one:before {
  content:'';
  position:absolute;
  top:25%;
  left:6%;
  width:7px;
  height:7px;
  background:var(--cyan);
  border-radius:50%;
  box-shadow:0 0 20px 7px #29f1ff33;
}

.floating-tag {
  display:flex;
  align-items:center;
  gap:12px;
  background:#19191bed;
  border:1px solid #43434b;
  border-radius:12px;
  padding:15px 18px;
  position:absolute;
  z-index:2;
  box-shadow:0 15px 35px #0006;
  font-size:12px;
  color:#b5b5bb;
  line-height:1.7;
}

.floating-tag strong {
  color:#fff;
  font-size:13px;
  font-weight:600;
}

.tag-top {
  top:93px;
  left:-18px;
  transform:rotate(-6deg);
}

.tag-bottom {
  right:-5px;
  bottom:84px;
  transform:rotate(-5deg);
}

.tag-arrow {
  color:var(--pink-text);
  font-size:24px;
  margin-left:10px;
}

.mini-marker {
  display:grid;
  place-items:center;
  width:39px;
  height:39px;
  border:3px solid var(--cyan);
  border-radius:50%;
  background:#fff;
  font-size:19px;
  box-shadow:0 0 22px #29f1ff44;
}

.mini-marker.pink {
  border-color:var(--pink);
  box-shadow:0 0 22px #ff006e66;
}

.map-coordinate {
  position:absolute;
  top:24px;
  right:6px;
  font-family:monospace;
  font-size:10px;
  color:#87878f;
  letter-spacing:1px;
}

.scene-note {
  position:absolute;
  bottom:-20px;
  left:50%;
  transform:translateX(-50%);
  font-size:9px;
  color:#9b9ba5;
  letter-spacing:2px;
  white-space:nowrap;
}

.scroll-cue {
  position:absolute;
  left:0;
  bottom:38px;
  display:flex;
  align-items:center;
  gap:13px;
  color:#a7a7af;
  font-size:12px;
}

.scroll-cue span {
  display:grid;
  place-items:center;
  border:1px solid #44444c;
  border-radius:50%;
  width:32px;
  height:32px;
  color:#fff;
}

.scroll-cue:hover {
  color:#fff;
}

.vibe-strip {
  border-top:1px solid #393038;
  border-bottom:1px solid #393038;
  background:#121013;
  padding:23px 0;
}

.strip-content {
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  width:min(1200px,calc(100% - 48px));
  margin-inline:auto;
  gap:4px 8px;
  font-size:18px;
  letter-spacing:.2px;
  font-weight:700;
  line-height:1.6;
  text-align:center;
}

.strip-accent {
  color:var(--pink-text);
}

.section {
  padding-top:100px;
  padding-bottom:110px;
}

.section-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-bottom:62px;
}

.section-number {
  color:var(--pink-text);
  margin-right:14px;
}

.small-note {
  font-size:12px;
  color:#94949b;
}

.discovery-layout {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
}

h2 {
  font-size:clamp(42px,4.2vw,60px);
  line-height:1.08;
  letter-spacing:-2.8px;
}

.muted-heading {
  color:#88888f;
}

.discovery-controls {
  margin-top:40px;
}

.discovery-choice {
  text-align:left;
  display:block;
  width:100%;
  padding:24px;
  border:1px solid transparent;
  border-bottom:1px solid var(--line);
  border-radius:0;
  background:transparent;
}

.choice-heading {
  display:flex;
  justify-content:space-between;
  font-size:26px;
  font-weight:700;
  letter-spacing:-.8px;
  margin-bottom:12px;
}

.choice-heading>span:last-child {
  color:#81818a;
  font-weight:400;
}

.choice-copy {
  display:block;
  font-size:15px;
  line-height:1.75;
  color:#a9a9b1;
  max-width:350px;
}

.discovery-choice.is-active {
  border:1px solid #ff006e66;
  background:linear-gradient(115deg,#ff006e14,transparent);
  border-radius:10px;
}

.is-active .choice-heading {
  color:var(--pink-text);
}

.is-active .choice-heading>span:last-child {
  color:var(--pink-text);
}

.discovery-choice:hover {
  background-color:#ffffff06;
}

.interaction-hint {
  color:#9b9ba3;
  font-size:11px;
  margin-top:19px;
  padding-left:24px;
}

.interaction-hint span {
  margin-right:8px;
  color:var(--pink-text);
}

.discovery-stage {
  height:680px;
  position:relative;
  border:1px solid #2f2b34;
  border-radius:20px;
  background:#111014;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  padding-bottom:15px;
}

.stage-map {
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,#151016,transparent 50%,#10101499),url('./assets/map-texture.webp') center/cover;
  opacity:.48;
}

.stage-caption {
  position:absolute;
  top:27px;
  left:28px;
  font-size:9px;
  letter-spacing:2px;
  color:#c0b6c2;
}

.discovery-phone {
  position:relative;
  width:265px;
  transform:rotate(-5deg);
  margin-top:22px;
}

.discovery-stage figcaption {
  position:absolute;
  bottom:20px;
  text-align:center;
  font-size:11px;
  color:#cbc4cc;
  padding:0 16px;
}

.vibe-section {
  background:#111113;
  border-block:1px solid #262629;
}

.vibe-layout {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  align-items:center;
}

.section-description {
  font-size:16px;
  line-height:1.9;
  color:#aaaab2;
  margin-top:28px;
}

.vibe-demo {
  --vibe-color:var(--orange);
  --vibe-position:50%;
  position:relative;
  padding:40px 38px 28px;
  text-align:center;
  border:1px solid #35353a;
  border-radius:18px;
  background:#18181b;
  isolation:isolate;
}

.vibe-demo:before {
  content:'';
  position:absolute;
  inset:15% 10% 35%;
  border-radius:50%;
  background:radial-gradient(ellipse,color-mix(in srgb,var(--vibe-color) 13%,transparent),transparent 65%);
  z-index:-1;
}

.vibe-demo[data-vibe=calm] {
  --vibe-color:var(--cyan);
  --vibe-position:0%;
}

.vibe-demo[data-vibe=fevering] {
  --vibe-color:var(--pink);
  --vibe-position:100%;
}

.vibe-demo>.eyebrow {
  color:#b6b6bd;
  font-size:10px;
  letter-spacing:1.2px;
}

.vibe-symbol {
  width:74px;
  height:95px;
  color:var(--vibe-color);
  margin:23px auto 14px;
  filter:drop-shadow(0 0 23px color-mix(in srgb,var(--vibe-color) 35%,transparent));
  transition:color .28s;
}

.vibe-state {
  font-size:27px;
  font-weight:700;
  color:var(--vibe-color);
  margin-bottom:33px;
}

.vibe-scale {
  height:24px;
  background:linear-gradient(90deg,var(--cyan),var(--orange) 50%,var(--pink));
  border-radius:20px;
  margin:0 20px;
  position:relative;
}

.vibe-scale span {
  position:absolute;
  left:var(--vibe-position);
  top:50%;
  width:38px;
  height:38px;
  pointer-events:none;
  transform:translate(-50%,-50%);
  border:4px solid #fff;
  background:var(--vibe-color);
  border-radius:50%;
  transition:left .28s,background .28s;
}

.vibe-scale input {
  position:absolute;
  inset:50% 0 auto;
  transform:translateY(-50%);
  width:100%;
  height:44px;
  margin:0;
  opacity:0;
  cursor:pointer;
}

.vibe-scale:focus-within {
  outline:3px solid var(--cyan);
  outline-offset:8px;
}

.vibe-options {
  display:flex;
  justify-content:space-between;
  margin-top:15px;
  gap:8px;
}

.vibe-options button {
  padding:12px 8px;
  min-height:44px;
  font-size:12px;
  background:none;
  border:1px solid transparent;
  border-radius:7px;
  color:#b7b7bf;
  flex:1;
}

.vibe-options button:hover {
  background:#ffffff08;
}

.vibe-options [aria-pressed=true] {
  border-color:#77777e;
  background:#ffffff0a;
  color:#fff;
}

.vibe-description {
  font-size:13px;
  margin-top:20px;
  color:#d0d0d5;
  min-height:32px;
}

.demo-note {
  font-size:10px;
  color:#92929b;
  line-height:1.6;
}

.community-layout {
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:95px;
  align-items:center;
}

.community-visual {
  position:relative;
  min-height:640px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.community-halo {
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse,#ff006e17,transparent 67%);
}

.community-halo:after {
  content:'';
  position:absolute;
  border:1px solid #383039;
  border-radius:50%;
  inset:14% -2%;
}

.activity-phone {
  width:265px;
  position:relative;
  transform:rotate(-7deg);
}

.checkin-note {
  position:absolute;
  bottom:58px;
  right:0;
  display:flex;
  gap:12px;
  align-items:center;
  background:#1a1a1a;
  border:1px solid #454047;
  border-radius:12px;
  padding:16px 20px;
  box-shadow:0 16px 35px #0008;
  font-size:12px;
  line-height:1.8;
  color:#b9b9bf;
  transform:rotate(3deg);
}

.checkin-note strong {
  font-size:14px;
  color:#fff;
}

.community-copy h2 {
  font-size:clamp(36px,3.8vw,53px);
}

.story-line {
  display:flex;
  gap:22px;
  margin-top:30px;
}

.story-line>span {
  font-size:11px;
  font-family:monospace;
  color:var(--pink-text);
  padding-top:4px;
}

.story-line h3,.privacy-note h3 {
  font-size:16px;
  margin-bottom:8px;
}

.story-line p,.privacy-note p {
  font-size:14px;
  line-height:1.75;
  color:#a8a8b0;
  max-width:350px;
}

.privacy-note {
  display:flex;
  gap:20px;
  margin-top:30px;
  border-top:1px solid var(--line);
  padding-top:25px;
}

.privacy-note>span {
  font-size:25px;
  color:var(--cyan);
}

.download-section {
  position:relative;
  overflow:hidden;
  border-block:1px solid #2b2128;
  text-align:center;
  background:radial-gradient(ellipse at 50% 100%,#ff006e15,transparent 66%),#100d10;
  padding:72px 0 76px;
}

.download-content {
  position:relative;
}

.download-content>img {
  margin:0 auto 22px;
}

.download-content>.eyebrow {
  color:#bdb2ba;
  font-size:10px;
}

.download-content h2 {
  font-size:clamp(65px,7.5vw,108px);
  line-height:.98;
  letter-spacing:-5px;
  margin:27px 0 35px;
}

.download-content h2 em {
  color:var(--pink);
}

.download-orbit {
  width:960px;
  height:960px;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  border:1px solid #ff006e13;
  border-radius:50%;
  box-shadow:0 0 0 110px #ff006e04,0 0 0 220px #ff006e03;
}

.store-links {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:20px;
  font-size:12px;
  margin-top:19px;
}

.store-links>a {
  padding:12px 0;
  color:#d2c4ce;
}

.store-links>a:hover {
  color:#fff;
}

.store-links>a[aria-disabled="true"] {
  color:#8f838c;
  cursor:not-allowed;
  text-decoration:none;
}

.store-links>span {
  color:#746671;
}

.download-note {
  font-size:10px;
  color:#a598a2;
  margin-top:5px;
}

.site-footer {
  padding-block:45px 25px;
}

.footer-top {
  display:flex;
  align-items:center;
  gap:26px;
  margin-bottom:34px;
}

.footer-top .brand {
  font-size:21px;
}

.footer-top>p {
  font-size:13px;
  color:#919199;
}

.footer-top>a:last-child {
  font-size:13px;
  margin-left:auto;
  color:#c7c7ce;
}

.footer-bottom {
  border-top:1px solid var(--line);
  padding-top:23px;
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:baseline;
}

.footer-bottom>p {
  font-size:10px;
  white-space:nowrap;
  color:#9a9aa2;
}

.footer-bottom nav {
  display:flex;
  flex-wrap:wrap;
  gap:4px 16px;
  justify-content:flex-end;
}

.footer-bottom nav a {
  font-size:10px;
  color:#a5a5ad;
  line-height:2.5;
}

.footer-bottom nav a:hover {
  color:#fff;
  text-decoration:underline;
  text-underline-offset:4px;
}

.dialog-open {
  overflow:hidden;
}

dialog {
  width:min(440px,calc(100% - 32px));
  max-height:calc(100dvh - 32px);
  background:#18181b;
  color:var(--text);
  border:1px solid #4a3944;
  border-radius:18px;
  padding:34px;
  text-align:center;
  box-shadow:0 35px 100px #000b;
}

dialog::backdrop {
  background:#000b;
  backdrop-filter:blur(8px);
}

dialog>img {
  margin:0 auto 14px;
}

dialog .eyebrow {
  color:var(--pink-text);
  font-size:10px;
}

dialog h2 {
  font-size:40px;
  letter-spacing:-1.7px;
  margin-top:14px;
}

dialog>p:not(.eyebrow) {
  font-size:14px;
  color:#aaaab2;
  line-height:1.6;
  margin-top:20px;
}

.dialog-close {
  position:absolute;
  right:10px;
  top:10px;
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  background:none;
  font-size:28px;
  color:#c7c7ce;
}

.dialog-close:hover {
  background:#ffffff0a;
}

.dialog-stores {
  display:grid;
  gap:12px;
  margin-top:28px;
}

.dialog-stores .button {
  font-size:13px;
  gap:15px;
  text-align:left;
  justify-content:space-between;
}

.dialog-stores .button:first-child {
  background:#df0060;
  border-color:#df0060;
}

.dialog-stores .button:first-child:hover {
  background:#d9005d;
}

.legal-content {
  max-width:780px;
  margin:72px auto 100px;
  padding-inline:24px;
  line-height:1.85;
  color:#c7c7ce;
  overflow-wrap:anywhere;
}

.legal-content h1 {
  color:#fff;
  font-size:clamp(36px,5vw,60px);
  line-height:1.12;
  letter-spacing:-2px;
  margin-bottom:26px;
}

.legal-content h2 {
  font-size:24px;
  letter-spacing:-.5px;
  line-height:1.4;
  color:#fff;
  margin-top:38px;
  margin-bottom:14px;
}

.legal-content h3 {
  font-size:18px;
  color:#eee;
  margin-top:24px;
  margin-bottom:10px;
}

.legal-content p {
  margin-block:14px;
}

.legal-content li {
  padding-left:4px;
  margin-block:6px;
}

.legal-content a {
  color:var(--pink-text);
  text-decoration:underline;
  text-underline-offset:4px;
}

.legal-content strong {
  color:#eee;
}

.legal-content h1+p strong {
  font-size:13px;
  color:#a6a6b0;
  font-weight:400;
}

.legal-page .site-header {
  height:90px;
}

.legal-page .site-header nav a {
  font-size:13px;
  color:#c9c9d0;
}

.legal-page .site-footer {
  border-top:1px solid var(--line);
}

@media(prefers-reduced-motion:no-preference) {
  .hero-phone {
    animation:arrive .8s ease-out both;
  }
  .tag-top {
    animation:tag-arrive .8s .15s ease-out both;
  }
  .tag-bottom {
    animation:tag-arrive .8s .3s ease-out both;
  }
  @keyframes arrive {
    from {
      opacity:0;
      translate:0 20px;
    }
    to {
      opacity:1;
      translate:0 0;
    }
  }
  @keyframes tag-arrive {
    from {
      opacity:0;
      translate:0 15px;
    }
    to {
      opacity:1;
      translate:0 0;
    }
  }
}

@media(min-width:1500px) {
  .hero {
    min-height:830px;
  }
  .hero h1 {
    font-size:154px;
  }
  .hero-scene {
    height:680px;
  }
  .hero-phone {
    width:306px;
  }
}

@media(max-width:1100px) {
  .wrap {
    width:calc(100% - 72px);
  }
  .hero {
    min-height:730px;
    gap:10px;
  }
  .hero h1 {
    font-size:110px;
    letter-spacing:-6px;
  }
  .hero-scene {
    height:590px;
  }
  .hero-phone {
    width:255px;
    top:35px;
  }
  .tag-top {
    left:-15px;
    top:112px;
    padding:12px;
    font-size:10px;
  }
  .floating-tag strong {
    font-size:11px;
  }
  .tag-bottom {
    right:-8px;
    bottom:52px;
    padding:12px;
  }
  .mini-marker {
    width:33px;
    height:33px;
    font-size:16px;
  }
  .orbit {
    width:400px;
    height:400px;
  }
  .orbit-two {
    width:500px;
    height:500px;
  }
  .hero-actions {
    align-items:flex-start;
    flex-direction:column;
    gap:15px;
  }
  .hero-description {
    font-size:15px;
  }
  .map-coordinate {
    font-size:8px;
    right:0;
  }
  .section {
    padding-block:80px;
  }
  .discovery-layout {
    gap:35px;
  }
  .discovery-stage {
    height:635px;
  }
  .discovery-phone {
    width:250px;
  }
  .community-layout {
    gap:40px;
  }
  .vibe-layout {
    gap:40px;
  }
  .vibe-demo {
    padding-inline:25px;
  }
  .community-visual {
    min-height:620px;
  }
  .checkin-note {
    right:-15px;
  }
  .footer-bottom {
    flex-direction:column;
    gap:12px;
  }
  .footer-bottom nav {
    justify-content:flex-start;
  }
  .small-note {
    font-size:11px;
  }
  .hero-map {
    inset:0 -15px 0 -35px;
  }
}

@media(max-width:800px) and (min-width:601px) {
  .wrap {
    width:calc(100% - 48px);
  }
  .hero h1 {
    font-size:90px;
    letter-spacing:-5px;
  }
  .hero-phone {
    width:224px;
    top:55px;
  }
  .hero-scene {
    height:560px;
  }
  .tag-top {
    left:-5px;
    top:42px;
  }
  .tag-bottom {
    right:0;
    bottom:28px;
  }
  .hero-description {
    font-size:14px;
  }
  .hero .eyebrow {
    font-size:9px;
    letter-spacing:1px;
  }
  .hero {
    min-height:680px;
  }
  .hero .button-primary {
    padding-inline:19px;
    font-size:14px;
  }
  .nav-discover {
    display:none;
  }
  .discovery-layout {
    gap:23px;
  }
  .discovery-stage {
    height:600px;
  }
  .discovery-phone {
    width:221px;
  }
  .discovery-copy h2 {
    font-size:39px;
  }
  .choice-heading {
    font-size:24px;
  }
  .discovery-choice {
    padding:20px 15px;
  }
  .choice-copy {
    font-size:14px;
  }
  .small-note {
    display:none;
  }
  .vibe-layout {
    gap:25px;
  }
  h2 {
    font-size:42px;
  }
  .section-description {
    font-size:14px;
  }
  .vibe-demo {
    padding:28px 18px;
  }
  .community-layout {
    gap:24px;
    grid-template-columns:.9fr 1.1fr;
  }
  .activity-phone {
    width:218px;
  }
  .community-copy h2 {
    font-size:36px;
  }
  .checkin-note {
    right:-6px;
    bottom:80px;
    padding:12px;
  }
  .checkin-note strong {
    font-size:12px;
  }
  .community-visual {
    min-height:580px;
  }
  .stage-caption {
    font-size:8px;
    left:20px;
  }
  .hero .scene-note {
    font-size:8px;
    letter-spacing:1px;
  }
}

@media(max-width:600px) {
  .wrap {
    width:calc(100% - 40px);
  }
  .site-header {
    height:82px;
  }
  .brand {
    font-size:21px;
  }
  .brand img {
    width:35px;
    height:35px;
    margin-right:5px;
  }
  .site-header nav {
    gap:0;
  }
  .nav-discover {
    display:none;
  }
  .button-small {
    font-size:11px;
    padding:10px 12px;
    gap:8px;
    min-height:42px;
  }
  .button-small span[aria-hidden] {
    font-size:18px;
  }
  .hero {
    grid-template-columns:1fr;
    padding-top:48px;
    padding-bottom:48px;
    gap:0;
    min-height:0;
  }
  .hero-copy {
    text-align:center;
  }
  .hero .eyebrow {
    font-size:9px;
    letter-spacing:1.5px;
  }
  .hero h1 {
    font-size:clamp(72px,20vw,110px);
    letter-spacing:-4px;
    line-height:.93;
    margin:26px 0 30px;
  }
  .hero h1 br {
    display:none;
  }
  .hero h1 {
    max-width:440px;
    margin-inline:auto;
  }
  .hero h1 em {
    display:block;
  }
  .hero h1 em:after {
    left:19%;
    right:16%;
    bottom:-7px;
    height:3px;
  }
  .hero-description {
    font-size:14px;
    line-height:1.8;
    margin:30px 0 23px;
  }
  .hero-actions {
    align-items:center;
    gap:14px;
  }
  .button-primary {
    min-height:56px;
    font-size:15px;
    padding:16px 23px;
    gap:25px;
  }
  .store-alternative {
    font-size:11px;
  }
  .hero-scene {
    height:590px;
    width:100%;
    margin-top:37px;
  }
  .hero-phone {
    width:244px;
    top:17px;
    left:50%;
    transform:translateX(-50%) rotate(7deg);
  }
  .hero-map {
    inset:-10px -20px;
  }
  .tag-top {
    top:93px;
    left:-3px;
    padding:11px 12px;
    gap:9px;
  }
  .floating-tag {
    font-size:10px;
  }
  .floating-tag strong {
    font-size:11px;
  }
  .tag-bottom {
    right:-1px;
    bottom:56px;
    gap:9px;
    padding:11px 12px;
  }
  .mini-marker {
    width:32px;
    height:32px;
    font-size:16px;
  }
  .tag-arrow {
    font-size:20px;
    margin-left:0;
  }
  .orbit {
    width:300px;
    height:300px;
  }
  .orbit-two {
    width:355px;
    height:355px;
  }
  .map-coordinate {
    top:5px;
    right:0;
    font-size:7px;
  }
  .scene-note {
    bottom:-8px;
    font-size:8px;
    letter-spacing:1.5px;
  }
  .scroll-cue {
    position:static;
    justify-content:center;
    margin-top:25px;
    font-size:11px;
  }
  .scroll-cue span {
    width:27px;
    height:27px;
  }
  .vibe-strip {
    padding:16px 0;
  }
  .strip-content {
    flex-direction:column;
    width:calc(100% - 40px);
    font-size:16px;
    gap:2px;
  }
  .section {
    padding-block:62px;
  }
  .section-top {
    margin-bottom:33px;
  }
  .section-top .eyebrow {
    font-size:9px;
    letter-spacing:1.5px;
  }
  .section-number {
    margin-right:8px;
  }
  .small-note {
    display:none;
  }
  .discovery-layout {
    grid-template-columns:1fr;
    gap:35px;
  }
  h2 {
    font-size:43px;
    letter-spacing:-2px;
  }
  .discovery-controls {
    margin-top:25px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .discovery-choice {
    padding:18px 13px;
    border:1px solid var(--line);
    border-radius:10px;
  }
  .choice-heading {
    font-size:22px;
    letter-spacing:-.5px;
  }
  .choice-heading>span:last-child {
    font-size:18px;
  }
  .choice-copy {
    font-size:12px;
    line-height:1.7;
  }
  .interaction-hint {
    font-size:10px;
    padding-left:3px;
    margin-top:15px;
  }
  .discovery-stage {
    height:620px;
    border-radius:14px;
  }
  .discovery-phone {
    width:241px;
  }
  .stage-caption {
    font-size:8px;
    left:20px;
    top:23px;
  }
  .discovery-stage figcaption {
    font-size:10px;
  }
  .vibe-layout {
    grid-template-columns:1fr;
    gap:35px;
  }
  .section-description {
    font-size:14px;
    line-height:1.85;
    margin-top:21px;
  }
  .vibe-demo {
    padding:31px 27px 25px;
  }
  .vibe-symbol {
    height:88px;
    width:67px;
  }
  .vibe-options button {
    font-size:12px;
  }
  .vibe-description {
    font-size:12px;
  }
  .community-layout {
    display:flex;
    flex-direction:column-reverse;
    gap:30px;
    align-items:stretch;
  }
  .community-copy h2 {
    font-size:40px;
  }
  .community-visual {
    min-height:550px;
  }
  .activity-phone {
    width:230px;
  }
  .checkin-note {
    right:3px;
    bottom:45px;
    padding:13px 16px;
  }
  .community-halo:after {
    inset:12% 0;
  }
  .story-line {
    gap:17px;
    margin-top:24px;
  }
  .story-line p,.privacy-note p {
    font-size:13px;
  }
  .story-line h3,.privacy-note h3 {
    font-size:15px;
  }
  .privacy-note {
    gap:16px;
  }
  .download-section {
    padding-block:52px;
  }
  .download-content>img {
    width:72px;
    height:72px;
  }
  .download-content h2 {
    font-size:67px;
    letter-spacing:-3px;
    margin:24px 0 29px;
  }
  .download-content>.eyebrow {
    font-size:8px;
    letter-spacing:1.5px;
  }
  .store-links {
    gap:18px;
    font-size:11px;
  }
  .download-orbit {
    width:570px;
    height:570px;
  }
  .site-footer {
    padding-top:31px;
  }
  .footer-top {
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:25px;
  }
  .footer-top .brand {
    font-size:20px;
  }
  .footer-top>p {
    display:none;
  }
  .footer-top>a:last-child {
    font-size:12px;
  }
  .footer-bottom {
    padding-top:18px;
    gap:14px;
  }
  .footer-bottom nav {
    gap:2px 15px;
  }
  .footer-bottom nav a {
    font-size:10px;
    min-height:30px;
    display:inline-flex;
    align-items:center;
  }
  .legal-content {
    margin-top:45px;
    margin-bottom:55px;
    padding-inline:20px;
    font-size:15px;
  }
  .legal-content h1 {
    letter-spacing:-1px;
  }
  .legal-content h2 {
    font-size:23px;
  }
  .legal-page .site-header {
    height:80px;
  }
  .legal-page .site-header nav a {
    font-size:11px;
  }
  dialog {
    padding:30px 24px;
  }
  dialog h2 {
    font-size:36px;
  }
  .dialog-stores .button {
    font-size:12px;
    padding-inline:16px;
  }
  .desktop-break {
    display:none;
  }
}

@media(max-width:360px) {
  .wrap {
    width:calc(100% - 32px);
  }
  .brand {
    font-size:19px;
  }
  .brand img {
    width:29px;
    height:29px;
  }
  .button-small {
    padding-inline:9px;
    font-size:10px;
  }
  .hero h1 {
    font-size:66px;
  }
  .hero .eyebrow {
    font-size:8px;
  }
  .hero-phone {
    width:220px;
  }
  .hero-scene {
    height:540px;
  }
  .tag-top {
    left:0;
    top:83px;
  }
  .tag-bottom {
    bottom:51px;
  }
  .orbit-two {
    width:285px;
    height:285px;
  }
  .choice-heading {
    font-size:19px;
  }
  .discovery-choice {
    padding-inline:11px;
  }
  .discovery-stage {
    height:590px;
  }
  .discovery-phone {
    width:224px;
  }
  .vibe-demo {
    padding-inline:18px;
  }
  .vibe-demo>.eyebrow {
    font-size:9px;
  }
  .community-copy h2 {
    font-size:35px;
  }
  .download-content h2 {
    font-size:60px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important;
  }
}
