:root {
  color-scheme: dark;
  --bg: #0c0c0d;
  --surface: #111112;
  --card: #151516;
  --card-strong: #1b1b1d;
  --gold: #d4a942;
  --gold-dark: #c49a30;
  --gold-fade: rgba(212, 169, 66, 0.12);
  --text: #f4f1ea;
  --text-sub: #aaa7a0;
  --text-muted: #85827c;
  --divider: #242426;
  --border: #2b2b2e;
  --success: #69b780;
  --error: #d87272;
  --content: 1160px;
  --radius: 14px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 75%);
  mask-image: linear-gradient(to bottom, black, transparent 75%);
  pointer-events: none;
}

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

button,
input {
  font: inherit;
}

button {
  border: 0;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.035em;
  line-height: 1.05;
}

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(3rem, 7vw, 5.85rem);
  font-weight: 720;
}

h2 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2.15rem, 4.3vw, 4rem);
  font-weight: 680;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
}

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

.nav-shell.legal-header {
  grid-template-columns: 1fr auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--gold);
  color: #101011;
  font-weight: 700;
  transform: translateY(-160%);
}

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

.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;
}

.bot-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid rgba(43, 43, 46, 0.82);
  background: rgba(12, 12, 13, 0.9);
  backdrop-filter: blur(18px);
}

.nav-shell {
  min-height: 68px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.06rem;
  font-weight: 760;
  letter-spacing: 0.09em;
}

.brand img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.brand-d,
.app-wordmark span {
  color: var(--gold);
  font-weight: 650;
  letter-spacing: 0;
}

nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--text-sub);
  font-size: 0.9rem;
}

nav a,
.footer-links a,
.text-link,
.form-note a {
  transition: color 160ms ease;
}

nav a:hover,
.footer-links a:hover,
.text-link:hover,
.form-note a:hover {
  color: var(--text);
}

.nav-shell > .button {
  justify-self: end;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--gold);
  border-radius: 10px;
  background: var(--gold);
  color: #121212;
  cursor: pointer;
  font-weight: 700;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

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

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

.button:disabled {
  border-color: var(--border);
  background: var(--border);
  color: var(--text-muted);
  cursor: wait;
}

.button-small {
  min-height: 38px;
  padding-inline: 16px;
  font-size: 0.875rem;
}

:focus-visible {
  outline: 3px solid rgba(212, 169, 66, 0.5);
  outline-offset: 3px;
}

.hero {
  min-height: 780px;
  display: flex;
  align-items: center;
  padding: 136px 0 86px;
  border-bottom: 1px solid var(--divider);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  align-items: center;
  gap: clamp(56px, 8vw, 116px);
}

.eyebrow {
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 740;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.status-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin: 0 8px 1px 0;
  border-radius: 50%;
  background: var(--success);
}

.hero-lede,
.section-copy,
.section-heading > p:last-child {
  max-width: 670px;
  color: var(--text-sub);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
}

.hero-lede {
  margin-bottom: 34px;
}

.waitlist-form {
  max-width: 610px;
}

.form-row {
  display: flex;
  gap: 10px;
}

.form-row input {
  min-width: 0;
  flex: 1;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--border);
  border-radius: 10px;
  outline: 0;
  background: var(--card);
  color: var(--text);
}

.form-row input::placeholder {
  color: var(--text-muted);
}

.form-row input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-fade);
}

.form-status {
  min-height: 24px;
  margin: 10px 0 0;
  color: var(--text-sub);
  font-size: 0.88rem;
}

.form-status.success {
  color: var(--success);
}

.form-status.error {
  color: var(--error);
}

.form-note {
  margin: 2px 0 0;
  color: var(--text-muted);
  font-size: 0.77rem;
}

.form-note a {
  color: var(--text-sub);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 610px;
  padding: 0;
  margin: 36px 0 0;
  list-style: none;
  border-block: 1px solid var(--divider);
}

.hero-facts li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 16px 14px;
  border-right: 1px solid var(--divider);
}

.hero-facts li:first-child {
  padding-left: 0;
}

.hero-facts li:last-child {
  border-right: 0;
}

.hero-facts strong {
  color: var(--text);
  font-size: 1.15rem;
}

.hero-facts span {
  color: var(--text-muted);
  font-size: 0.76rem;
  line-height: 1.25;
}

.product-preview {
  position: relative;
  max-width: 410px;
  justify-self: center;
}

.preview-label {
  position: absolute;
  top: -14px;
  right: -18px;
  z-index: 2;
  padding: 7px 11px;
  border: 1px solid var(--border);
  border-radius: 7px;
  background: var(--surface);
  color: var(--text-muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.phone-frame {
  padding: 13px 15px 15px;
  border: 1px solid #39393d;
  border-radius: 30px;
  background: #0d0d0e;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
}

.phone-status {
  display: flex;
  justify-content: space-between;
  padding: 0 12px 8px;
  color: var(--text-muted);
  font-size: 0.62rem;
}

.app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 8px 19px;
}

.app-wordmark {
  display: block;
  font-size: 0.84rem;
  font-weight: 760;
  letter-spacing: 0.08em;
}

.app-header p {
  margin: 3px 0 0;
  color: var(--text);
  font-size: 1.25rem;
  font-weight: 650;
}

.profile-dot,
.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--card-strong);
  color: var(--text-sub);
  font-weight: 650;
}

.profile-dot {
  width: 34px;
  height: 34px;
  font-size: 0.74rem;
}

.screen-kicker,
.detail-label {
  margin: 0 8px 9px;
  color: var(--text-muted);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.match-card {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 13px;
  background: var(--card);
}

.match-topline,
.detail-header {
  display: flex;
  align-items: center;
  gap: 11px;
}

.avatar {
  width: 42px;
  height: 42px;
}

.match-topline h2 {
  margin: 0 0 2px;
  font-size: 1.04rem;
  letter-spacing: -0.02em;
}

.match-topline p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.67rem;
}

.match-score {
  margin-left: auto;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 720;
}

.match-bio {
  margin: 16px 0;
  color: var(--text-sub);
  font-size: 0.76rem;
  line-height: 1.5;
}

.reason-list {
  padding-block: 12px;
  border-block: 1px solid var(--divider);
}

.reason-list p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding-block: 5px;
  color: var(--text-sub);
  font-size: 0.7rem;
}

.reason-list span {
  color: var(--gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.61rem;
}

.interest-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0;
}

.interest-row span {
  padding: 5px 8px;
  border: 1px solid var(--border);
  border-radius: 7px;
  color: var(--text-sub);
  font-size: 0.62rem;
}

.preview-cta {
  padding: 9px;
  border-radius: 8px;
  background: var(--gold);
  color: #111;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 720;
}

.next-match {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 8px 10px;
  color: var(--text-sub);
  font-size: 0.72rem;
}

.avatar-small {
  width: 32px;
  height: 32px;
  font-size: 0.67rem;
}

.next-match div {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.next-match small {
  color: var(--text-muted);
}

.next-match > span:last-child {
  color: var(--gold);
  font-weight: 700;
}

.app-tabs {
  display: flex;
  justify-content: space-between;
  padding: 12px 8px 0;
  border-top: 1px solid var(--divider);
  color: var(--text-muted);
  font-size: 0.58rem;
}

.app-tabs .active {
  color: var(--gold);
}

.launch-strip {
  border-bottom: 1px solid var(--divider);
  background: var(--surface);
}

.launch-strip .page-shell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.launch-strip span {
  padding: 17px 20px;
  border-right: 1px solid var(--divider);
  color: var(--text-muted);
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.launch-strip span:first-child {
  border-left: 1px solid var(--divider);
}

.section {
  padding: 112px 0;
  border-bottom: 1px solid var(--divider);
}

.section-heading {
  max-width: 840px;
  margin-bottom: 64px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin: 0;
  list-style: none;
  border-block: 1px solid var(--divider);
}

.steps-grid li {
  min-height: 260px;
  padding: 32px;
  border-right: 1px solid var(--divider);
}

.steps-grid li:first-child {
  padding-left: 0;
}

.steps-grid li:last-child {
  padding-right: 0;
  border-right: 0;
}

.step-number {
  display: block;
  margin-bottom: 54px;
  color: var(--gold);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
}

.steps-grid p {
  max-width: 30ch;
  color: var(--text-muted);
  font-size: 0.94rem;
}

.section-contrast {
  background: var(--surface);
}

.compatibility-grid,
.groups-grid,
.quiz-grid,
.faq-grid,
.join-shell {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(56px, 9vw, 128px);
}

.dimension-list {
  margin-top: 46px;
  border-top: 1px solid var(--divider);
}

.dimension-list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
  padding: 17px 0;
  border-bottom: 1px solid var(--divider);
}

.dimension-list span {
  color: var(--text);
  font-size: 0.91rem;
  font-weight: 650;
}

.dimension-list p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.match-detail {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
}

.avatar-large {
  width: 52px;
  height: 52px;
}

.detail-header div {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.detail-header strong {
  font-size: 1.05rem;
}

.detail-header small {
  color: var(--text-muted);
}

.detail-score {
  color: var(--gold);
  font-size: 1.5rem;
  font-weight: 720;
  letter-spacing: -0.04em;
}

.detail-rule {
  height: 1px;
  margin: 28px 0;
  background: var(--divider);
}

.match-detail .detail-label {
  margin-left: 0;
}

.match-detail ul {
  display: grid;
  gap: 15px;
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}

.match-detail li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--text-sub);
  font-size: 0.92rem;
}

.match-detail li span {
  color: var(--gold);
}

.detail-note {
  padding-top: 20px;
  margin: 0;
  border-top: 1px solid var(--divider);
  color: var(--text-muted);
  font-size: 0.78rem;
}

.groups-preview {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}

.group-list-header {
  display: flex;
  justify-content: space-between;
  padding: 22px;
  border-bottom: 1px solid var(--divider);
  font-weight: 650;
}

.group-list-header small {
  color: var(--text-muted);
  font-weight: 500;
}

.group-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--divider);
}

.group-row:last-child {
  border-bottom: 0;
}

.group-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: var(--card);
  color: var(--text-sub);
  font-size: 0.69rem;
  font-weight: 720;
}

.group-row h3 {
  margin: 0 0 3px;
  font-size: 0.92rem;
  letter-spacing: -0.015em;
}

.group-row p,
.group-row small {
  display: block;
  margin: 0;
  color: var(--text-muted);
  font-size: 0.7rem;
}

.group-row > span:last-child {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 680;
}

.text-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 18px;
  color: var(--gold);
  font-weight: 680;
}

.quiz-section {
  background: var(--surface);
}

.quiz-grid {
  align-items: start;
}

.quiz-card {
  min-height: 430px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--card);
}

.quiz-start {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quiz-kicker,
.quiz-progress-label {
  color: var(--text-muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quiz-start h3,
.quiz-question {
  max-width: 18ch;
  margin: 18px 0;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1.08;
}

.quiz-start p {
  color: var(--text-sub);
}

.quiz-progress {
  height: 3px;
  margin: 12px 0 28px;
  background: var(--border);
}

.quiz-progress span {
  display: block;
  height: 100%;
  background: var(--gold);
  transition: width 180ms ease;
}

.quiz-progress.step-1 span { width: 20%; }
.quiz-progress.step-2 span { width: 40%; }
.quiz-progress.step-3 span { width: 60%; }
.quiz-progress.step-4 span { width: 80%; }
.quiz-progress.step-5 span { width: 100%; }

.quiz-options {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.quiz-option,
.button-secondary {
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: var(--surface);
  color: var(--text-sub);
  cursor: pointer;
  text-align: left;
  transition: border-color 150ms ease, color 150ms ease;
}

.quiz-option:hover,
.button-secondary:hover {
  border-color: var(--gold);
  color: var(--text);
}

.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.quiz-result {
  min-height: 350px;
  display: flex;
  flex-direction: column;
}

.quiz-result h3 {
  margin: 12px 0;
  color: var(--gold);
  font-size: clamp(2rem, 4vw, 3rem);
}

.quiz-result > p {
  color: var(--text-sub);
}

.quiz-result .waitlist-form {
  margin-top: auto;
}

.quiz-result .form-row {
  flex-direction: column;
}

.faq-grid {
  align-items: start;
}

.faq-list {
  border-top: 1px solid var(--divider);
}

details {
  border-bottom: 1px solid var(--divider);
}

summary {
  position: relative;
  padding: 22px 42px 22px 0;
  cursor: pointer;
  font-weight: 650;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  position: absolute;
  top: 20px;
  right: 4px;
  color: var(--gold);
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
}

details[open] summary::after {
  content: "−";
}

details p {
  max-width: 62ch;
  padding: 0 42px 22px 0;
  margin: 0;
  color: var(--text-muted);
}

.join-section {
  padding: 90px 0;
  border-bottom: 1px solid var(--divider);
  background: var(--card);
}

.join-shell h2 {
  max-width: 620px;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}

.join-shell > div > p:last-child {
  margin-bottom: 0;
  color: var(--text-sub);
}

.site-footer {
  padding: 42px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 30px;
}

.site-footer .brand {
  margin-bottom: 12px;
}

.site-footer p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.footer-links {
  display: flex;
  gap: 24px;
  color: var(--text-sub);
  font-size: 0.83rem;
}

.copyright {
  grid-column: 1 / -1;
  padding-top: 24px;
  border-top: 1px solid var(--divider);
}

.noscript {
  position: fixed;
  inset: auto 16px 16px;
  z-index: 200;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--card);
  color: var(--text-sub);
  text-align: center;
}

.legal-main {
  min-height: 75vh;
  padding: 138px 0 96px;
}

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

.legal-shell h1 {
  max-width: none;
  margin-bottom: 14px;
  font-size: clamp(2.8rem, 7vw, 5rem);
}

.legal-updated {
  padding-bottom: 32px;
  margin-bottom: 38px;
  border-bottom: 1px solid var(--divider);
  color: var(--text-muted);
  font-size: 0.87rem;
}

.legal-summary {
  padding: 22px;
  margin-bottom: 42px;
  border-left: 3px solid var(--gold);
  background: var(--card);
  color: var(--text-sub);
}

.legal-summary p:last-child {
  margin-bottom: 0;
}

.legal-section {
  padding: 32px 0;
  border-bottom: 1px solid var(--divider);
}

.legal-section h2 {
  margin-bottom: 16px;
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -0.02em;
}

.legal-section h3 {
  margin: 24px 0 10px;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
}

.legal-section p,
.legal-section li {
  color: var(--text-sub);
}

.legal-section ul {
  display: grid;
  gap: 9px;
  padding-left: 21px;
}

.legal-section a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-nav {
  display: flex;
  gap: 22px;
  color: var(--text-sub);
  font-size: 0.86rem;
}

@media (max-width: 900px) {
  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero {
    padding-top: 120px;
  }

  .hero-grid,
  .compatibility-grid,
  .groups-grid,
  .quiz-grid,
  .faq-grid,
  .join-shell {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 70px;
  }

  .product-preview {
    width: min(100%, 410px);
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid li,
  .steps-grid li:first-child,
  .steps-grid li:last-child {
    min-height: auto;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--divider);
  }

  .steps-grid li:last-child {
    border-bottom: 0;
  }

  .step-number {
    margin-bottom: 24px;
  }

  .groups-preview {
    order: 2;
  }

  .join-shell {
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .page-shell,
  .nav-shell {
    width: min(calc(100% - 32px), var(--content));
  }

  .legal-shell {
    width: min(calc(100% - 32px), 820px);
  }

  h1 {
    font-size: clamp(2.8rem, 13vw, 4.15rem);
  }

  .site-header .button-small {
    min-height: 36px;
    padding-inline: 12px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 64px;
  }

  .form-row {
    flex-direction: column;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-facts li,
  .hero-facts li:first-child {
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid var(--divider);
  }

  .hero-facts li:last-child {
    border-bottom: 0;
  }

  .preview-label {
    right: -4px;
  }

  .phone-frame {
    padding-inline: 11px;
    border-radius: 25px;
  }

  .match-card {
    padding: 15px;
  }

  .match-score {
    font-size: 0.62rem;
  }

  .launch-strip .page-shell {
    grid-template-columns: repeat(2, 1fr);
  }

  .launch-strip span:nth-child(3) {
    border-left: 1px solid var(--divider);
  }

  .launch-strip span:nth-child(-n + 2) {
    border-bottom: 1px solid var(--divider);
  }

  .section {
    padding: 80px 0;
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .dimension-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .match-detail,
  .quiz-card {
    padding: 22px;
  }

  .group-row {
    padding: 16px;
  }

  .group-row small {
    display: none;
  }

  .join-section {
    padding: 72px 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
