:root {
  --paper: #f3f1e9;
  --paper-bright: #fbfaf5;
  --ink: #161714;
  --muted: #6f7169;
  --line: #d8d7cd;
  --acid: #c7ff4a;
  --coral: #ff755d;
  --violet: #7f6cff;
  --blue: #3e8cff;
  --radius: 18px;
  --shadow: 0 28px 70px rgba(20, 22, 17, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.topbar {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1400px, calc(100% - 64px));
  height: 84px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}
.wordmark { display: inline-flex; align-items: center; gap: 10px; font: 800 23px/1 "Manrope", sans-serif; letter-spacing: -1.2px; }
.wordmark > span:last-child > span { color: var(--coral); }
.wordmark-dot { width: 17px; height: 17px; border-radius: 50% 50% 50% 4px; background: var(--ink); transform: rotate(-12deg); }
.topbar nav { display: flex; align-items: center; gap: 32px; color: #4e504a; font-size: 14px; font-weight: 600; }
.topbar nav > a { padding: 30px 0; }
.topbar nav > a:hover, .topbar nav .nav-active { color: var(--ink); }
.mobile-menu { display: none; border: 0; background: transparent; font-weight: 700; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 23px; border: 1px solid var(--ink); border-radius: 100px; cursor: pointer; font-weight: 700; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,.13); }
.button-small { min-height: 43px; padding: 0 18px; font-size: 13px; }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: var(--acid); border-color: var(--acid); color: var(--ink); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr);
  align-items: center;
  width: min(1400px, calc(100% - 64px));
  min-height: 700px;
  margin: 0 auto;
  padding: 66px 0 82px;
  overflow: hidden;
}
.kicker, .eyebrow { margin: 0 0 20px; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.kicker { display: flex; align-items: center; gap: 9px; color: #565951; }
.live-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255,117,93,.14); }
.hero h1 { max-width: 760px; margin: 0; font: 800 clamp(64px, 6.5vw, 104px)/.88 "Manrope", sans-serif; letter-spacing: -.075em; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero-text { max-width: 620px; margin: 31px 0 34px; color: #55574f; font-size: 18px; line-height: 1.6; }
.hero-search { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 13px; max-width: 640px; padding: 7px 7px 7px 19px; border: 1px solid #c8c7bd; border-radius: 100px; background: var(--paper-bright); box-shadow: 0 10px 32px rgba(24,26,19,.07); }
.hero-search svg { width: 21px; fill: none; stroke: #72756c; stroke-width: 1.8; stroke-linecap: round; }
.hero-search input { min-width: 0; height: 48px; border: 0; outline: 0; background: transparent; font-size: 15px; }
.hero-search button { height: 47px; padding: 0 22px; border: 0; border-radius: 100px; background: var(--ink); color: white; cursor: pointer; font-weight: 700; }
.search-note { margin: 12px 0 0 21px; color: #8a8c84; font-size: 11px; }
.hero-proof { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.hero-proof div { display: flex; align-items: baseline; gap: 6px; }
.hero-proof div + div { padding-left: 28px; border-left: 1px solid var(--line); }
.hero-proof strong { font: 800 18px "Manrope"; letter-spacing: -.04em; }
.hero-proof span { color: var(--muted); font-size: 10px; text-transform: uppercase; }

.hero-visual { position: relative; min-height: 530px; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 6% 8% 4%; border-radius: 50%; background: radial-gradient(circle, rgba(199,255,74,.8) 0 21%, rgba(199,255,74,.27) 22% 39%, transparent 40%), conic-gradient(from 45deg, rgba(255,117,93,.2), rgba(127,108,255,.18), rgba(62,140,255,.2), rgba(199,255,74,.25)); filter: blur(2px); z-index: -2; }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(22,23,20,.2); border-radius: 50%; transform: translate(-50%,-50%) rotate(-8deg); z-index: -1; }
.orbit-one { width: 510px; height: 330px; }
.orbit-two { width: 600px; height: 420px; transform: translate(-50%,-50%) rotate(14deg); }
.rank-card { position: absolute; background: rgba(251,250,245,.94); border: 1px solid rgba(22,23,20,.13); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.rank-card-main { left: 50%; top: 50%; width: 284px; min-height: 360px; padding: 28px; border-radius: 28px; text-align: center; transform: translate(-50%,-50%) rotate(-2deg); }
.rank-crown { position: absolute; top: -17px; left: 50%; display: grid; place-items: center; width: 42px; height: 42px; border: 4px solid var(--paper); border-radius: 50%; background: var(--acid); font: 800 16px "Manrope"; transform: translateX(-50%); }
.avatar { display: grid; place-items: center; flex: 0 0 auto; width: 52px; height: 52px; border-radius: 50%; color: #fff; font: 800 14px "Manrope"; letter-spacing: -.03em; }
.rank-card-main .avatar { width: 110px; height: 110px; margin: 9px auto 20px; border: 7px solid #fff; font-size: 27px; box-shadow: 0 12px 25px rgba(0,0,0,.12); }
.avatar-maya { background: linear-gradient(145deg, #ff8c68, #cf405f); }
.avatar-nova { background: linear-gradient(145deg, #3e8cff, #574ac9); }
.avatar-jules { background: linear-gradient(145deg, #191a17, #59634d); }
.avatar-elena { background: linear-gradient(145deg, #f3ad47, #e2583d); }
.avatar-amir { background: linear-gradient(145deg, #36a878, #10615f); }
.avatar-lina { background: linear-gradient(145deg, #b362e8, #663bc1); }
.avatar-tomas { background: linear-gradient(145deg, #ff678f, #b8325b); }
.avatar-aki { background: linear-gradient(145deg, #00a8b5, #0f5e92); }
.rank-label { margin: 0 0 3px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rank-card-main h2 { margin: 0; font: 800 26px "Manrope"; letter-spacing: -.04em; }
.rank-card-main > p:last-of-type { margin: 5px 0 20px; color: var(--muted); font-size: 13px; }
.mojo-score { display: flex; align-items: baseline; justify-content: space-between; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mojo-score span { color: var(--muted); font-size: 12px; }
.mojo-score strong { font: 800 25px "Manrope"; }
.platform-pills { display: flex; justify-content: center; gap: 7px; margin-top: 18px; }
.platform-pills span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #e9e8df; font-size: 11px; }
.rank-card-secondary { display: flex; align-items: center; gap: 11px; width: 224px; padding: 12px 14px; border-radius: 16px; }
.rank-card-secondary strong, .rank-card-secondary small { display: block; white-space: nowrap; }
.rank-card-secondary strong { font-size: 13px; }
.rank-card-secondary small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.mini-rank { font: 800 13px "Manrope"; }
.card-left { left: 2%; top: 20%; transform: rotate(-5deg); }
.card-right { right: -1%; bottom: 18%; transform: rotate(4deg); }
.float-tag { position: absolute; padding: 9px 13px; border-radius: 100px; color: white; font-size: 11px; font-weight: 700; box-shadow: 0 10px 26px rgba(0,0,0,.17); }
.tag-rise { right: 7%; top: 18%; background: var(--violet); transform: rotate(6deg); }
.tag-love { left: 8%; bottom: 15%; background: var(--coral); transform: rotate(-4deg); }

.ticker { overflow: hidden; padding: 17px 0; background: var(--ink); color: #fff; }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 28px; animation: ticker 28s linear infinite; font: 700 13px "Manrope"; letter-spacing: .03em; text-transform: uppercase; }
.ticker-track i { color: var(--acid); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.leaderboard-section { width: min(1280px, calc(100% - 64px)); margin: 0 auto; padding: 112px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 42px; }
.eyebrow { color: var(--coral); }
.section-heading h2, .profile-copy h2, .methodology h2 { margin: 0; font: 800 clamp(42px, 5vw, 72px)/.95 "Manrope"; letter-spacing: -.06em; }
.week-chip { display: flex; align-items: center; gap: 12px; padding: 9px 9px 9px 16px; border: 1px solid var(--line); border-radius: 100px; color: var(--muted); font-size: 11px; }
.week-chip strong { padding: 8px 12px; border-radius: 100px; background: white; color: var(--ink); }
.filter-row { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tabs { display: flex; align-items: center; gap: 5px; }
.tab { padding: 10px 16px; border: 0; border-radius: 100px; background: transparent; color: var(--muted); cursor: pointer; font-size: 13px; font-weight: 700; }
.tab.active { background: var(--ink); color: #fff; }
.selects { display: flex; gap: 8px; }
.selects select { min-width: 145px; padding: 10px 34px 10px 13px; border: 1px solid var(--line); border-radius: 100px; background: var(--paper-bright); color: var(--ink); cursor: pointer; font-size: 12px; font-weight: 600; }
.leaderboard-shell { display: grid; grid-template-columns: 1fr 310px; gap: 24px; margin-top: 28px; }
.table-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-bright); }
.table-head, .leader-row { display: grid; grid-template-columns: 72px minmax(230px, 1fr) 180px 100px; align-items: center; }
.table-head { min-height: 43px; padding: 0 20px; background: #e8e6dc; color: #777970; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.leader-row { width: 100%; min-height: 91px; padding: 0 20px; border: 0; border-bottom: 1px solid #e4e2d9; background: transparent; color: var(--ink); cursor: pointer; text-align: left; transition: background 150ms ease, transform 150ms ease; }
.leader-row:hover { background: #fff; }
.rank-cell { font: 800 19px "Manrope"; }
.creator-cell { display: flex; align-items: center; gap: 14px; min-width: 0; }
.creator-meta { min-width: 0; }
.creator-meta strong, .creator-meta small { display: block; }
.creator-meta strong { overflow: hidden; font: 700 15px "Manrope"; text-overflow: ellipsis; white-space: nowrap; }
.creator-meta small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.verified { display: inline-grid; place-items: center; width: 15px; height: 15px; margin-left: 5px; border-radius: 50%; background: var(--blue); color: white; font-size: 9px; vertical-align: 1px; }
.movement { display: flex; align-items: center; gap: 13px; }
.spark { display: flex; align-items: end; width: 82px; height: 28px; gap: 3px; }
.spark i { flex: 1; min-height: 4px; border-radius: 2px; background: #d5d4cb; }
.movement.up .spark i { background: #bddf68; }
.movement strong { min-width: 45px; color: #518021; font-size: 12px; }
.movement.down strong { color: #ae6558; }
.mojo-cell { text-align: right; }
.mojo-cell strong { display: block; font: 800 18px "Manrope"; }
.mojo-cell small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.load-more { width: 100%; min-height: 55px; border: 0; background: #ebe9e0; cursor: pointer; font-size: 12px; font-weight: 800; }
.load-more span { margin-left: 7px; }
.no-results { display: grid; place-items: center; min-height: 210px; padding: 35px; text-align: center; }
.no-results strong, .no-results span { display: block; }
.no-results strong { font: 800 20px "Manrope"; }
.no-results span { margin-top: 6px; color: var(--muted); font-size: 12px; }
.pulse-card { align-self: start; padding: 27px; border-radius: var(--radius); background: var(--acid); }
.pulse-top { display: flex; align-items: center; gap: 9px; margin-bottom: 50px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pulse-top .live-dot { background: var(--ink); box-shadow: 0 0 0 4px rgba(0,0,0,.09); }
.pulse-card h3 { margin: 0 0 13px; font: 800 30px/1.02 "Manrope"; letter-spacing: -.05em; }
.pulse-card > p { margin: 0 0 30px; font-size: 13px; line-height: 1.55; }
.pulse-stat { display: flex; align-items: baseline; gap: 13px; padding: 16px 0; border-top: 1px solid rgba(22,23,20,.25); }
.pulse-stat strong { min-width: 85px; font: 800 26px "Manrope"; letter-spacing: -.04em; }
.pulse-stat span { color: #4f5840; font-size: 10px; line-height: 1.35; text-transform: uppercase; }
.pulse-card > a { display: flex; justify-content: space-between; margin-top: 24px; padding-top: 17px; border-top: 1px solid rgba(22,23,20,.25); font-size: 12px; font-weight: 800; }
.demo-note { margin: 12px 0 0; color: #8d8f87; font-size: 10px; }

.profile-preview { display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: 8vw; padding: 120px max(32px, calc((100vw - 1280px) / 2)); background: #24251f; color: white; }
.profile-copy { max-width: 540px; }
.profile-copy .eyebrow { color: var(--acid); }
.profile-copy > p:not(.eyebrow) { margin: 25px 0 35px; color: #b7b9af; font-size: 17px; line-height: 1.6; }
.profile-copy ul { display: grid; gap: 20px; margin: 0 0 36px; padding: 0; list-style: none; }
.profile-copy li { display: grid; grid-template-columns: 37px 1fr; gap: 14px; }
.profile-copy li > span { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid #62645b; border-radius: 50%; color: var(--acid); font-size: 9px; font-weight: 800; }
.profile-copy li strong { font: 700 14px "Manrope"; }
.profile-copy li p { margin: 3px 0 0; color: #9fa198; font-size: 12px; line-height: 1.5; }
.profile-copy .button-dark { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.link-profile { width: min(100%, 480px); margin: 0 auto; overflow: hidden; border-radius: 34px; background: var(--paper-bright); color: var(--ink); box-shadow: 0 32px 80px rgba(0,0,0,.35); transform: rotate(1.5deg); }
.profile-cover { height: 112px; background: radial-gradient(circle at 70% 0%, rgba(199,255,74,.9), transparent 33%), linear-gradient(125deg, #ff755d, #7f6cff 58%, #3e8cff); }
.profile-content { padding: 0 27px 28px; }
.profile-head { display: flex; justify-content: space-between; align-items: end; margin-top: -43px; }
.avatar-large { width: 88px; height: 88px; border: 5px solid var(--paper-bright); font-size: 22px; }
.profile-rank { padding-bottom: 7px; text-align: right; }
.profile-rank small, .profile-rank strong { display: block; }
.profile-rank small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.profile-rank strong { font: 800 22px "Manrope"; }
.profile-rank strong span { color: #5c8f28; font-size: 11px; }
.verified-line { display: flex; align-items: center; gap: 7px; margin-top: 14px; }
.verified-line h3 { margin: 0; font: 800 25px "Manrope"; letter-spacing: -.04em; }
.verified-line span { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: var(--blue); color: white; font-size: 10px; }
.profile-handle { margin: 4px 0 0; color: var(--muted); font-size: 11px; }
.profile-bio { margin: 15px 0; font-size: 12px; }
.profile-stats { display: grid; grid-template-columns: repeat(3,1fr); margin: 20px 0; border: 1px solid var(--line); border-radius: 13px; }
.profile-stats div { padding: 13px; text-align: center; }
.profile-stats div + div { border-left: 1px solid var(--line); }
.profile-stats strong, .profile-stats span { display: block; }
.profile-stats strong { font: 800 15px "Manrope"; }
.profile-stats span { margin-top: 2px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.profile-link { display: flex; align-items: center; justify-content: space-between; min-height: 51px; margin-top: 8px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 12px; font-size: 11px; }
.profile-link:hover { border-color: var(--ink); }
.link-featured { min-height: 66px; background: var(--ink); color: white; }
.link-featured small, .link-featured strong { display: block; }
.link-featured small { margin-bottom: 3px; color: var(--acid); font-size: 8px; text-transform: uppercase; }
.social-icon { display: inline-grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #eceae2; }
.team-button { display: flex; justify-content: space-between; width: 100%; margin-top: 13px; padding: 15px; border: 0; border-radius: 12px; background: var(--acid); cursor: pointer; font-size: 10px; }
.team-button span, .team-button strong { font-weight: 800; }

.methodology { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; width: min(1280px, calc(100% - 64px)); margin: 0 auto; padding: 120px 0; }
.method-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.method-grid article { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-bright); }
.method-grid article > span { display: grid; place-items: center; width: 41px; height: 41px; margin-bottom: 55px; border-radius: 50%; background: var(--acid); font-weight: 800; }
.method-grid article:nth-child(2) > span { background: #dfd7ff; }
.method-grid article:nth-child(3) > span { background: #ffd3ca; }
.method-grid h3 { margin: 0 0 9px; font: 800 18px "Manrope"; }
.method-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.closing-cta { padding: 110px max(32px, calc((100vw - 1280px) / 2)); background: var(--coral); }
.closing-cta .eyebrow { color: var(--ink); }
.closing-cta h2 { max-width: 920px; margin: 0; font: 800 clamp(62px, 8vw, 120px)/.86 "Manrope"; letter-spacing: -.08em; }
.closing-cta > div { display: flex; align-items: center; gap: 27px; margin-top: 45px; }
.closing-cta > div > a { font-size: 13px; font-weight: 800; }
.closing-cta > div > a span { margin-left: 8px; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 38px max(32px, calc((100vw - 1280px) / 2)); background: var(--ink); color: white; }
.wordmark-footer .wordmark-dot { background: var(--acid); }
footer > p { color: #8d8f87; font-size: 11px; }
footer > div { display: flex; justify-content: end; gap: 22px; color: #aeb0a7; font-size: 10px; }

dialog { width: min(520px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 24px; background: var(--paper-bright); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
dialog::backdrop { background: rgba(15,16,13,.72); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; z-index: 2; right: 17px; top: 17px; display: grid; place-items: center; width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(255,255,255,.8); cursor: pointer; font-size: 22px; }
.dialog-profile-cover { height: 130px; background: linear-gradient(120deg, var(--coral), var(--violet)); }
.dialog-profile-body { padding: 0 30px 30px; }
.dialog-avatar { width: 88px; height: 88px; margin-top: -44px; border: 5px solid var(--paper-bright); font-size: 22px; }
.dialog-profile-body h2 { margin: 14px 0 2px; font: 800 30px "Manrope"; letter-spacing: -.05em; }
.dialog-profile-body > p { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.dialog-profile-stats { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 18px; border: 1px solid var(--line); border-radius: 13px; }
.dialog-profile-stats div { padding: 14px 6px; text-align: center; }
.dialog-profile-stats div + div { border-left: 1px solid var(--line); }
.dialog-profile-stats strong, .dialog-profile-stats small { display: block; }
.dialog-profile-stats strong { font: 800 18px "Manrope"; }
.dialog-profile-stats small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.dialog-links { display: grid; gap: 8px; }
.dialog-links a { display: flex; justify-content: space-between; padding: 15px; border-radius: 11px; background: #eceae2; font-size: 12px; font-weight: 700; }
.dialog-status { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 15px; padding-top: 17px; border-top: 1px solid var(--line); }
.dialog-status span { color: var(--muted); font-size: 10px; }
.dialog-status button { padding: 9px 13px; border: 0; border-radius: 100px; background: var(--acid); cursor: pointer; font-size: 10px; font-weight: 800; }
.claim-dialog { padding: 42px; text-align: center; }
.claim-dialog .dialog-close { background: #eceae2; }
.claim-icon { display: grid; place-items: center; width: 70px; height: 70px; margin: 5px auto 25px; border-radius: 50%; background: var(--acid); font-size: 28px; }
.claim-dialog h2 { margin: 0; font: 800 42px "Manrope"; letter-spacing: -.06em; }
.claim-dialog > p:not(.eyebrow) { margin: 16px auto 25px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.claim-dialog .button { width: 100%; }
.claim-dialog > small { display: block; margin-top: 12px; color: #979990; font-size: 9px; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { position: relative; z-index: 3; }
  .hero-visual { margin-top: 30px; }
  .leaderboard-shell { grid-template-columns: 1fr; }
  .pulse-card { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 18px; align-items: end; }
  .pulse-top { grid-column: 1/-1; margin-bottom: 10px; }
  .pulse-card > p { margin: 0; }
  .pulse-card > a { grid-column: 1/-1; }
  .profile-preview, .methodology { grid-template-columns: 1fr; }
  .link-profile { margin-top: 20px; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p { display: none; }
}

@media (max-width: 720px) {
  .topbar, .hero, .leaderboard-section, .methodology { width: min(100% - 32px, 1280px); }
  .topbar { height: 70px; }
  .topbar nav { display: none; position: absolute; left: 0; right: 0; top: 69px; padding: 18px; border: 1px solid var(--line); border-radius: 0 0 15px 15px; background: var(--paper-bright); box-shadow: var(--shadow); }
  .topbar nav.open { display: grid; gap: 5px; }
  .topbar nav > a { padding: 12px; }
  .mobile-menu { display: block; }
  .hero { min-height: auto; padding: 57px 0 42px; }
  .hero h1 { font-size: clamp(54px, 17vw, 76px); }
  .hero-text { font-size: 16px; }
  .hero-search { grid-template-columns: 20px 1fr; border-radius: 18px; padding: 11px 15px; }
  .hero-search button { grid-column: 1/-1; width: 100%; }
  .search-note { margin-left: 0; line-height: 1.6; }
  .hero-proof { gap: 12px; margin-top: 28px; }
  .hero-proof div { display: grid; gap: 1px; }
  .hero-proof div + div { padding-left: 12px; }
  .hero-proof strong { font-size: 15px; }
  .hero-proof span { font-size: 8px; }
  .hero-visual { min-height: 460px; margin: 5px -22px 0; transform: scale(.85); }
  .orbit-one { width: 430px; }
  .orbit-two { width: 500px; }
  .card-left { left: -3%; }
  .card-right { right: -6%; }
  .section-heading { align-items: start; gap: 20px; }
  .week-chip { display: none; }
  .leaderboard-section { padding: 80px 0; }
  .filter-row { align-items: stretch; flex-direction: column; }
  .tabs { overflow-x: auto; }
  .selects select { width: 100%; min-width: 0; }
  .selects label { flex: 1; }
  .table-head { display: none; }
  .leader-row { grid-template-columns: 38px 1fr 64px; min-height: 83px; padding: 0 12px; }
  .movement { display: none; }
  .rank-cell { font-size: 15px; }
  .creator-cell { gap: 10px; }
  .creator-cell .avatar { width: 44px; height: 44px; }
  .creator-meta strong { font-size: 13px; }
  .mojo-cell strong { font-size: 15px; }
  .pulse-card { display: block; }
  .pulse-top { margin-bottom: 38px; }
  .pulse-card > p { margin-bottom: 25px; }
  .profile-preview { padding: 80px 16px; }
  .profile-copy h2, .section-heading h2, .methodology h2 { font-size: 44px; }
  .link-profile { transform: none; }
  .methodology { padding: 80px 0; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article > span { margin-bottom: 28px; }
  .closing-cta { padding: 80px 16px; }
  .closing-cta h2 { font-size: 59px; }
  .closing-cta > div { align-items: flex-start; flex-direction: column; }
  footer { display: flex; align-items: flex-start; flex-direction: column; padding: 34px 16px; }
  footer > div { flex-wrap: wrap; justify-content: flex-start; }
}

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