:root {
  --ink: #111111;
  --muted: #6b7280;
  --surface: #f3f4f6;
  --line: #e5e7eb;
  --bg: #ffffff;
  --accent: #111111;
  --hover: #ff2264;
  --r-lg: 24px;
  --r-md: 16px;
  --r-sm: 12px;
  --pill: 9999px;
  --pad: 20px;
}

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  /* clears the sticky mobile CTA bar */
  padding-bottom: 96px;
}
img { display: block; max-width: 100%; }
a { color: var(--ink); text-decoration: none; }
a:hover { color: var(--hover); }
h1, h2, h3, p { margin: 0; }
:focus-visible { outline: 3px solid var(--hover); outline-offset: 2px; border-radius: 4px; }

.wrap { max-width: 1280px; width: 100%; margin: 0 auto; }
.muted { color: var(--muted); }
.fine { font-size: 12px; line-height: 16px; color: var(--muted); }

/* buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 44px; padding: 14px 24px; border: 0; border-radius: var(--pill);
  font: inherit; font-weight: 600; font-size: 15px; line-height: 24px; cursor: pointer;
  background: var(--surface); color: var(--ink); text-align: center;
}
.btn:hover { color: var(--ink); opacity: .88; }
.btn-primary { background: var(--accent); color: #ffffff; padding: 16px 32px; font-size: 16px; }
.btn-primary:hover { color: #ffffff; }
.btn-block { width: 100%; }
.btn-quiet { background: none; color: var(--muted); font-weight: 600; }
.btn-quiet:hover { color: var(--ink); }
.btn-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border: 0; border-radius: var(--pill);
  background: var(--surface); color: var(--ink); cursor: pointer;
}
.btn .mark { width: 20px; height: 20px; border-radius: 4px; flex: 0 0 auto; }

/* header + footer */
.site-header {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 10px var(--pad);
}
.site-header .btn { min-height: 36px; padding: 6px 14px; font-size: 14px; }
.brand { display: inline-flex; align-items: center; gap: 8px; }
.brand img { width: 28px; height: 28px; }
.brand span { font-weight: 800; font-size: 19px; line-height: 28px; letter-spacing: -.5px; }
.site-footer {
  display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; justify-content: space-between;
  padding: 32px var(--pad); border-top: 1px solid var(--line);
  color: var(--muted); font-size: 13px; line-height: 20px;
}
.site-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.site-footer a { color: var(--muted); }

/* page shell */
.page { display: flex; flex-direction: column; }
.col-side, .col-main { display: contents; }
.side { order: 1; }
.videos { order: 2; }
.trust-block { order: 3; }
.more { order: 4; }

/* profile block: compact on phones (avatar beside the name, one-line stats, 2-line bio, one CTA),
   so the first row of videos sits above the fold like Instagram and TikTok profiles. */
.side {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px;
  padding: 2px var(--pad) 12px; text-align: left;
}
.avatar-xl {
  width: 80px; height: 80px; border-radius: var(--pill); object-fit: cover; background: var(--surface);
  box-shadow: 0 0 0 3px var(--bg), 0 0 0 4px var(--line); flex: 0 0 auto;
}
.profile-body { display: contents; }
.identity { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; flex: 1; min-width: 0; }
h1 {
  display: flex; align-items: center; flex-wrap: wrap; gap: 0 6px;
  font-weight: 800; font-size: 21px; line-height: 26px; letter-spacing: -.6px;
}
h1 span { font-weight: 500; color: var(--muted); font-size: 13px; line-height: 18px; letter-spacing: 0; flex-basis: 100%; }
.verified { width: 18px; height: 18px; flex: 0 0 auto; }
.handle { font-size: 13px; line-height: 18px; color: var(--muted); font-weight: 500; }
.stats { display: flex; flex-wrap: wrap; gap: 4px 14px; align-items: baseline; flex-basis: 100%; }
.stats div { display: flex; flex-direction: row; align-items: baseline; gap: 4px; }
.stats b { font-weight: 800; font-size: 15px; line-height: 20px; letter-spacing: -.3px; }
.stats span { font-size: 13px; line-height: 18px; color: var(--muted); font-weight: 500; }
.opener {
  flex-basis: 100%; font-size: 14px; line-height: 19px; max-width: none;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.cta-stack { display: flex; flex-direction: column; gap: 6px; flex-basis: 100%; width: 100%; padding-top: 0; }
.cta-stack .fine { display: none; }
.handle-site, .opener-followers { display: none; }
.cta-long { display: none; }
.cta-short { display: inline; }
.side .btn-block { min-height: 44px; padding: 10px 16px; font-size: 15px; }

/* video grid */
.videos { display: flex; flex-direction: column; gap: 12px; padding: 0 12px; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 0 8px; }
h2 { font-weight: 800; font-size: 18px; line-height: 24px; letter-spacing: -.4px; }
.section-head a { font-size: 13px; line-height: 18px; font-weight: 600; color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px; }
.tile {
  position: relative; display: block; aspect-ratio: 9 / 16; border-radius: 6px;
  overflow: hidden; background: var(--surface);
}
.tile img { width: 100%; height: 100%; object-fit: cover; }

/* trust + about + faq + related */
.trust-block { display: flex; flex-direction: column; gap: 16px; padding: 32px var(--pad) 8px; }
.trust-block h2, .more h2 { font-size: 22px; line-height: 28px; letter-spacing: -.8px; }
.trust-cards { display: flex; flex-direction: column; gap: 10px; }
.trust-card {
  display: flex; gap: 12px; align-items: flex-start; flex: 1;
  padding: 20px; background: var(--surface); border-radius: var(--r-md);
}
.trust-card svg { flex: 0 0 auto; }
.trust-card b { font-weight: 700; font-size: 16px; line-height: 22px; }
.trust-card span { font-size: 14px; line-height: 20px; color: var(--muted); }
.trust-card div { display: flex; flex-direction: column; gap: 4px; }
.store-row { display: flex; flex-direction: column; gap: 10px; }
.more { display: flex; flex-direction: column; gap: 24px; padding: 24px var(--pad) 8px; }
.more section { display: flex; flex-direction: column; gap: 8px; }
.more p { font-size: 16px; line-height: 26px; }
.faq-item { display: flex; flex-direction: column; gap: 6px; padding: 16px 0; border-top: 1px solid var(--line); }
.faq-item h3 { font-weight: 700; font-size: 16px; line-height: 24px; }
.faq-item p { font-size: 15px; line-height: 22px; color: var(--muted); }
.related { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.related a {
  display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center;
  padding: 16px 12px; background: var(--surface); border-radius: var(--r-md);
}
.related img { width: 56px; height: 56px; border-radius: var(--pill); object-fit: cover; background: var(--line); }
.related b { display: flex; align-items: center; gap: 4px; font-weight: 700; font-size: 14px; line-height: 20px; }
.related span { font-size: 12px; line-height: 16px; color: var(--muted); }
.related .verified { width: 16px; height: 16px; }

/* QR card + banner (desktop surfaces, hidden on small screens) */
.qr-card { display: none; flex-direction: column; gap: 16px; padding: 24px; background: var(--surface); border-radius: var(--r-lg); }
.qr-card .qr-row { display: flex; gap: 20px; align-items: center; }
.qr-card .qr-frame { padding: 10px; background: var(--bg); border-radius: var(--r-sm); flex: 0 0 auto; }
.qr-card img { width: 112px; height: 112px; background: var(--surface); }
.qr-card b { font-weight: 700; font-size: 17px; line-height: 24px; letter-spacing: -.3px; }
.qr-card p { font-size: 14px; line-height: 20px; color: var(--muted); }
.qr-card .btn-row { display: flex; gap: 10px; flex-wrap: wrap; }
.app-banner { display: none; }
.grid-more { margin-top: 4px; }

/* sticky mobile CTA */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px calc(20px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .92); backdrop-filter: blur(12px); border-top: 1px solid var(--line);
}
.sticky-cta { transition: transform .25s ease; }
.sticky-cta.is-parked { transform: translateY(110%); }
.sticky-cta img.avatar-sm { width: 40px; height: 40px; border-radius: var(--pill); object-fit: cover; }
.sticky-cta div { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.sticky-cta b { font-weight: 700; font-size: 14px; line-height: 18px; }
.sticky-cta span { font-size: 12px; line-height: 16px; color: var(--muted); }

/* player sheet (mobile) and modal (>= 768) */
.overlay { position: fixed; inset: 0; z-index: 50; display: flex; }
.overlay[hidden] { display: none; }
.overlay .scrim { position: absolute; inset: 0; background: rgba(17, 17, 17, .55); }
.player-panel {
  position: relative; margin-top: auto; width: 100%; max-height: 100%; overflow-y: auto;
  display: flex; flex-direction: column; gap: 14px;
  padding: 10px var(--pad) calc(28px + env(safe-area-inset-bottom));
  background: var(--bg); border-radius: var(--r-lg) var(--r-lg) 0 0;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, .12);
}
.grabber { width: 40px; height: 4px; border-radius: var(--pill); background: var(--line); align-self: center; flex: 0 0 auto; }
.player-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.player-head .who { display: flex; align-items: center; gap: 10px; }
.player-head img.avatar-sm { width: 36px; height: 36px; border-radius: var(--pill); object-fit: cover; }
.player-head b { display: flex; align-items: center; gap: 6px; font-weight: 700; font-size: 15px; line-height: 20px; }
.player-head .meta { font-size: 12px; line-height: 16px; color: var(--muted); }
.player-head .verified { width: 16px; height: 16px; }

.stage {
  position: relative; width: min(100%, calc((100dvh - 190px) * 9 / 16)); align-self: center; aspect-ratio: 9 / 16;
  border-radius: var(--r-md); overflow: hidden; background: var(--ink);
}
.stage video { width: 100%; height: 100%; object-fit: cover; background: var(--ink); }
.stage .shade {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 55%, rgba(0,0,0,.55) 100%);
}
.sound-toggle { position: absolute; top: 10px; right: 10px; background: rgba(17, 17, 17, .55); color: #ffffff; }
.sound-toggle:hover { background: rgba(17, 17, 17, .75); }
.rail { position: absolute; right: 10px; bottom: 56px; display: flex; flex-direction: column; gap: 10px; align-items: center; }
.rail button {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  min-width: 44px; min-height: 44px; padding: 0; border: 0; background: none; cursor: pointer;
  color: #ffffff; font: inherit; font-size: 13px; line-height: 16px; font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}
.rail img { width: 30px; height: 30px; filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .5)); }
.stage .caption {
  position: absolute; left: 12px; right: 76px; bottom: 44px;
  display: flex; flex-direction: column; gap: 4px; color: #ffffff;
}
.stage .caption b { display: flex; align-items: center; gap: 6px; font-weight: 700; font-size: 14px; line-height: 18px; text-shadow: 0 1px 2px rgba(0,0,0,.5); }
.stage .caption span { font-size: 13px; line-height: 18px; text-shadow: 0 1px 2px rgba(0,0,0,.5); }
.progress {
  position: absolute; left: 12px; right: 12px; bottom: 12px;
  display: flex; align-items: center; gap: 8px;
  color: #ffffff; font-size: 11px; line-height: 14px; font-weight: 600;
}
.progress .track { flex: 1; height: 3px; border-radius: var(--pill); background: rgba(255, 255, 255, .35); overflow: hidden; }
.progress .bar { width: 0; height: 100%; background: #ffffff; }

.player-side { display: flex; flex-direction: column; gap: 12px; }
.player-side .modal-copy, .player-side .qr-card, .player-side .modal-note { display: none; }
.sheet-cta { display: flex; flex-direction: column; gap: 10px; }

/* install interstitial */
.card-overlay { align-items: center; justify-content: center; padding: 24px; }
.card-overlay .scrim { background: rgba(17, 17, 17, .6); }
.install-card {
  position: relative; width: 100%; max-width: 342px;
  display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center;
  padding: 28px 24px 24px; background: var(--bg); border-radius: var(--r-lg);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .28);
}
.install-card .btn-icon { position: absolute; top: 12px; right: 12px; }
.install-card img.photo { width: 96px; height: 96px; border-radius: var(--pill); object-fit: cover; margin-top: 8px; background: var(--surface); }
.install-card h2 { font-weight: 800; font-size: 26px; line-height: 30px; letter-spacing: -1px; }
.install-card p { font-size: 15px; line-height: 22px; color: var(--muted); }
.install-card strong { color: var(--ink); }
.int-copy { display: flex; flex-direction: column; gap: 8px; }
.int-copy[hidden] { display: none; }

/* hub */
.hub { display: flex; flex-direction: column; gap: 28px; max-width: 1000px; width: 100%; margin: 0 auto; padding: 8px var(--pad) 24px; }
.hub-intro { display: flex; flex-direction: column; gap: 10px; }
.hub h1 { display: block; font-size: 34px; line-height: 1.1; letter-spacing: -.04em; }
.hub-intro p { font-size: 17px; line-height: 26px; color: var(--muted); max-width: 640px; }
.hub section { display: flex; flex-direction: column; gap: 12px; }
.hub h2 { font-size: 20px; line-height: 26px; letter-spacing: -.6px; }
.featured { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.featured a { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 18px 12px; background: var(--surface); border-radius: var(--r-md); text-align: center; }
.featured img { width: 64px; height: 64px; border-radius: var(--pill); object-fit: cover; background: var(--line); }
.featured b { display: flex; align-items: center; gap: 4px; font-weight: 700; font-size: 15px; line-height: 20px; }
.featured span { font-size: 12px; line-height: 16px; color: var(--muted); }
.featured .verified { width: 16px; height: 16px; }
.roster { display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); column-gap: 32px; }
.roster a { display: flex; align-items: center; gap: 12px; min-height: 44px; padding: 12px 0; border-top: 1px solid var(--line); }
.roster img { width: 44px; height: 44px; border-radius: var(--pill); object-fit: cover; background: var(--line); }
.roster div { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.roster b { display: flex; align-items: center; gap: 6px; font-weight: 700; font-size: 15px; line-height: 20px; }
.roster span { font-size: 13px; line-height: 18px; color: var(--muted); }
.roster .verified { width: 16px; height: 16px; }
.hub-answer { gap: 6px; padding: 20px; background: var(--surface); border-radius: var(--r-md); }
.hub-answer h2 { font-weight: 700; font-size: 16px; line-height: 22px; letter-spacing: 0; }
.hub-answer p { font-size: 15px; line-height: 22px; color: var(--muted); }
.hub-cta { display: flex; flex-direction: column; gap: 10px; align-items: center; padding: 8px 0 16px; }

/* simple pages */
.plain { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; max-width: 640px; margin: 0 auto; padding: 48px var(--pad) 80px; }
.plain h1 { display: block; font-size: 34px; line-height: 1.1; letter-spacing: -.04em; }
.plain p { font-size: 17px; line-height: 26px; color: var(--muted); }

@media (min-width: 768px) {
  :root { --pad: 40px; }
  body { padding-bottom: 0; }
  .site-header { padding: 20px 32px; }
  .site-header .btn { min-height: 44px; padding: 10px 20px; font-size: 15px; }
  .brand img { width: 32px; height: 32px; }
  .brand span { font-size: 22px; line-height: 32px; letter-spacing: -.6px; }
  .side { flex-wrap: nowrap; flex-direction: row; align-items: center; gap: 28px; text-align: left; padding: 16px var(--pad) 32px; }
  .identity { align-items: flex-start; flex: 0 0 auto; }
  h1 { justify-content: flex-start; gap: 8px; font-size: 36px; line-height: 40px; letter-spacing: -1.8px; }
  h1 span { font-size: inherit; line-height: inherit; letter-spacing: inherit; flex-basis: auto; }
  .verified { width: 22px; height: 22px; }
  .profile-body { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; flex: 1; }
  .avatar-xl { width: 144px; height: 144px; flex: 0 0 auto; box-shadow: 0 0 0 4px var(--bg), 0 0 0 6px var(--line); }
  .handle { font-size: 16px; line-height: 22px; }
  .opener { font-size: 17px; line-height: 26px; max-width: none; display: block; overflow: visible; flex-basis: auto; }
  .stats { gap: 32px; flex-basis: auto; flex-wrap: nowrap; }
  .stats div { flex-direction: column; gap: 2px; }
  .stats b { font-size: 22px; line-height: 1.2; }
  .cta-stack { flex-direction: row; align-items: center; gap: 12px; width: auto; flex-basis: auto; padding-top: 6px; }
  .cta-stack .fine { display: block; }
  .handle-site, .opener-followers { display: inline; }
  .cta-long { display: inline; }
  .cta-short { display: none; }
  .side .btn-block { padding: 14px 24px; font-size: 16px; }
  .cta-stack .btn-block { width: auto; flex: 0 0 auto; }
  .videos { gap: 14px; padding: 0 var(--pad); }
  .section-head { padding: 0; }
  h2 { font-size: 22px; line-height: 28px; letter-spacing: -.6px; }
  .section-head a { font-size: 14px; line-height: 20px; }
  .grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
  .tile { border-radius: var(--r-sm); }
  .trust-block { gap: 20px; padding: 40px var(--pad) 16px; }
  .trust-block h2 { font-size: 28px; line-height: 34px; letter-spacing: -1.2px; }
  .trust-cards { flex-direction: row; }
  .store-row { flex-direction: row; gap: 12px; }
  .sticky-cta { display: none; }

  .card-overlay .install-card { max-width: 420px; }
  .player-panel {
    margin: auto; width: 940px; max-width: calc(100% - 48px); border-radius: var(--r-lg);
    display: grid; grid-template-columns: 380px minmax(0, 1fr); grid-template-rows: auto 1fr; gap: 18px 36px; padding: 28px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
  }
  .overlay .scrim { background: rgba(17, 17, 17, .6); }
  .grabber { display: none; }
  .player-head { grid-column: 2; grid-row: 1; align-items: flex-start; align-self: start; }
  .player-head img.avatar-sm { width: 44px; height: 44px; }
  .player-head b { font-size: 17px; line-height: 22px; }
  .player-head .meta { font-size: 13px; line-height: 18px; }
  .stage { grid-column: 1; grid-row: 1 / span 2; width: 380px; align-self: start; border-radius: 20px; }
  .rail img { width: 32px; height: 32px; }
  .rail button { font-size: 14px; }
  .player-side { grid-column: 2; grid-row: 2; gap: 18px; min-width: 0; }
  .player-side .modal-copy { display: flex; flex-direction: column; gap: 8px; }
  .player-side .modal-copy h2 { font-size: 28px; line-height: 34px; letter-spacing: -1.1px; }
  .player-side .modal-copy p { font-size: 15px; line-height: 22px; color: var(--muted); }
  .player-side .qr-card { display: flex; padding: 18px; border-radius: var(--r-md); }
  .player-side .qr-card img { width: 104px; height: 104px; }
  .player-side .qr-card b { font-size: 16px; line-height: 22px; }
  .player-side .modal-note { display: block; font-size: 13px; line-height: 18px; color: var(--muted); }
  .player-side .sheet-cta, .player-side .sheet-note { display: none; }
}

@media (min-width: 1024px) {
  :root { --pad: 32px; }
  .site-header { padding: 24px var(--pad); }
  .page {
    display: grid; grid-template-columns: 400px minmax(0, 1fr); gap: 56px; align-items: start;
    max-width: 1200px; width: 100%; margin: 0 auto; padding: 24px var(--pad) 64px;
  }
  .col-side { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 24px; }
  .col-main { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
  .side { flex-direction: column; align-items: flex-start; gap: 20px; padding: 0; }
  .profile-body { gap: 20px; }
  .cta-stack { flex-direction: column; align-items: stretch; width: 100%; }
  .cta-stack .btn-block { width: 100%; }
  .avatar-xl { width: 160px; height: 160px; }
  h1 { font-size: 44px; line-height: 48px; letter-spacing: -2.2px; }
  .handle { font-size: 17px; line-height: 24px; }
  .opener { font-size: 18px; line-height: 28px; }
  .stats { gap: 36px; }
  .stats b { font-size: 24px; }
  .videos, .trust-block, .more { padding: 0; }
  .videos { gap: 16px; }
  .trust-block { gap: 10px; }
  .trust-block h2, .trust-block .store-row { display: none; }
  .trust-cards { flex-direction: column; }
  .more { gap: 8px; padding-top: 8px; }
  h2 { font-size: 24px; line-height: 32px; letter-spacing: -.8px; }
  .more h2 { font-size: 22px; line-height: 28px; }
  .grid { gap: 12px; }
  .tile { border-radius: var(--r-md); }
  .qr-card { display: flex; }
  .related b { font-size: 15px; }
  .faq-item h3 { font-size: 17px; }
  .faq-item p { font-size: 16px; }
  .grid-more { display: none; }
  .app-banner {
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
    padding: 28px 32px; margin-top: 16px; background: var(--accent); border-radius: var(--r-lg); color: #ffffff;
  }
  .app-banner div { display: flex; flex-direction: column; gap: 4px; }
  .app-banner b { font-weight: 800; font-size: 24px; line-height: 30px; letter-spacing: -.8px; }
  .app-banner span { font-size: 15px; line-height: 22px; color: rgba(255, 255, 255, .7); }
  .app-banner .btn { background: #ffffff; color: var(--ink); padding: 16px 32px; font-size: 16px; white-space: nowrap; }

  .hub { padding: 24px var(--pad) 48px; }
  .hub h1 { font-size: 48px; }
  .featured { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .roster { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
