:root {
  --ink: #171719;
  --ink-soft: #424247;
  --muted: #74747c;
  --paper: #ffffff;
  --canvas: #f4f6f8;
  --line: #e0e0e0;
  --red: #8f2032;
  --red-bright: #bf2d43;
  --gold: #b58b42;
  --night: #151214;
  --headline: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --article-desktop-width: 693px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.6;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.has-sticky { padding-bottom: calc(86px + env(safe-area-inset-bottom)); }

a, button { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { display: block; height: auto; max-width: 100%; }
h1, h2, h3, p, figure, ul { margin-top: 0; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

:focus-visible {
  outline: 3px solid #d59e47;
  outline-offset: 3px;
}

.site-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
  position: sticky;
  top: 0;
  z-index: 20;
}

.site-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 64px;
  padding: 0 20px;
}

.wordmark {
  color: var(--ink);
  font-family: var(--headline);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.045em;
  text-decoration: none;
}

.wordmark span { color: var(--red-bright); }

.masthead-meta {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 13px;
  gap: 7px;
}

.page-shell {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr);
  margin: 30px auto 60px;
  max-width: 1200px;
  padding: 0 20px;
}

.sidebar { display: none; }

.article {
  background: var(--paper);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .03);
  min-width: 0;
  padding: 30px;
}

.article-meta {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 10px;
  font-weight: 700;
  gap: 8px 14px;
  letter-spacing: normal;
  margin-bottom: 15px;
}

.article-meta__tag {
  background: var(--red);
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 5px 9px;
}

h1 {
  color: #111114;
  font-family: var(--headline);
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.16;
  margin-bottom: 15px;
  max-width: 760px;
}

.dek {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 25px;
  max-width: 760px;
}

.author {
  align-items: center;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  padding: 15px 0;
}

.author__photo {
  border-radius: 50%;
  flex: 0 0 45px;
  height: 45px;
  object-fit: cover;
  width: 45px;
}

.author__identity { display: flex; flex-direction: column; line-height: 1.3; }
.author__identity strong { font-size: 14px; }
.author__identity span { color: var(--muted); font-size: 12px; }

.lead-figure, .article-figure { margin: 0 0 26px; }
.lead-figure img, .lead-figure picture { width: 100%; }
.lead-figure img { aspect-ratio: 16 / 9; background: #dedbd6; object-fit: cover; }

.story { color: #303035; font-size: 16px; line-height: 1.7; margin-bottom: 28px; }
.story p { margin-bottom: 17px; }

.section-kicker {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.2;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.section-kicker--light { color: #d6a26a; }

.filter {
  border-bottom: 1px solid var(--line);
  border-top: 3px solid var(--ink);
  margin-bottom: 28px;
  padding: 17px 0 4px;
}

.filter h2, .section-heading h2, .evidence-copy h2, .control-panel__item h2, .reader-room h2, .final-conversion h2 {
  font-family: var(--headline);
  font-size: 30px;
  letter-spacing: -.035em;
  line-height: 1.12;
  margin-bottom: 16px;
}

.filter-grid { display: grid; gap: 0 12px; grid-template-columns: 1fr 1fr; }

.filter-row {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr;
  padding: 10px 0;
}

.filter-row__number { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.filter-row strong { display: block; font-size: 14px; margin-bottom: 2px; }
.filter-row span:not(.filter-row__number) { color: var(--muted); display: block; font-size: 12px; line-height: 1.4; }

.fit-check {
  background: radial-gradient(circle at 12% 0%, rgba(191, 45, 67, .18), transparent 28%), linear-gradient(180deg, #171116 0%, var(--night) 100%);
  border: 2px solid rgba(191, 45, 67, .36);
  border-radius: 6px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .27);
  color: #fff;
  margin: 0 0 40px;
  padding: 24px 18px 20px;
  scroll-margin-top: 76px;
}

.fit-check__header { border-bottom: 1px solid #3a3032; margin-bottom: 18px; padding-bottom: 17px; }
.fit-check__header h2 { font-family: var(--headline); font-size: clamp(24px, 4vw, 32px); letter-spacing: -.035em; line-height: 1.1; margin-bottom: 9px; }
.fit-check__header p { color: #b8b0b2; font-size: 13px; line-height: 1.45; margin-bottom: 0; max-width: 560px; }

.quiz-progress { margin-bottom: 22px; }
.quiz-progress__topline { color: #d0a166; display: flex; font-size: 10px; font-weight: 900; justify-content: space-between; letter-spacing: .12em; margin-bottom: 8px; text-transform: uppercase; }
.quiz-progress__track { background: #312a2d; border-radius: 999px; height: 7px; overflow: hidden; }
.quiz-progress__track span { background: var(--red-bright); border-radius: inherit; display: block; height: 100%; transition: width 220ms ease; width: 25%; }

.quiz-step[hidden] { display: none; }
.quiz-step.is-active { animation: question-in 180ms ease both; }
@keyframes question-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.quiz-step h3 { font-family: var(--body); font-size: clamp(16px, 2.8vw, 18px); font-weight: 800; letter-spacing: .01em; line-height: 1.3; margin-bottom: 13px; }
.quiz-options { display: grid; gap: 10px; grid-template-columns: 1fr; }

.quiz-option {
  background: #0b0b0e;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 72px;
  padding: 15px 16px;
  text-align: left;
  transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
  width: 100%;
}

.quiz-option:hover { background: #131318; border-color: rgba(255, 255, 255, .3); }
.quiz-option:active { transform: translateY(1px); }
.quiz-option.is-selected { background: linear-gradient(180deg, rgba(191, 45, 67, .25), rgba(191, 45, 67, .08)); border-color: var(--red-bright); }
.quiz-option__title { font-size: 15px; font-weight: 800; line-height: 1.25; }
.quiz-option__support { color: #bfb5b7; font-size: 12px; line-height: 1.4; }

.quiz-controls { align-items: center; display: flex; justify-content: space-between; min-height: 32px; padding-top: 8px; }
.quiz-back, .secondary-control { background: transparent; border: 0; color: #c6b9bc; cursor: pointer; font-size: 12px; font-weight: 800; padding: 8px 0; }
.quiz-controls__hint { color: #8f8588; font-size: 11px; margin-left: auto; }

.matching-state { align-items: center; border-top: 1px solid #3a3032; display: flex; flex-direction: column; gap: 8px; padding: 30px 12px 10px; text-align: center; }
.matching-state__mark { border: 2px solid #c94357; border-radius: 50%; height: 24px; position: relative; width: 24px; }
.matching-state__mark::after { background: #d6a26a; border-radius: 50%; content: ""; height: 6px; left: 7px; position: absolute; top: 7px; width: 6px; }
.matching-state strong { font-size: 16px; }
.matching-state span:last-child { color: #968d8f; font-size: 11px; }

.quiz-result { border-top: 1px solid #49383c; padding-top: 20px; scroll-margin-bottom: 78px; scroll-margin-top: 76px; }
.result-eyebrow { color: #6cd29a; font-size: 10px; font-weight: 900; letter-spacing: .16em; margin-bottom: 13px; }
.result-heading { align-items: start; display: flex; gap: 12px; justify-content: space-between; }
.result-profile, .result-mode { color: #d8a46b; display: block; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.result-mode { border: 1px solid #584348; color: #b8a5a9; flex: 0 0 auto; padding: 6px 7px; }
.quiz-result h2 { font-family: var(--headline); font-size: clamp(26px, 5vw, 38px); letter-spacing: -.05em; line-height: 1.05; margin: 5px 0 11px; }
.result-copy { color: #d3c9cb; font-size: 14px; line-height: 1.55; margin-bottom: 18px; max-width: 620px; }
.result-proof-heading { color: #d8a46b; font-size: 10px; font-weight: 900; letter-spacing: .12em; margin-bottom: 8px; text-transform: uppercase; }
.result-proof { display: grid; gap: 7px; list-style: none; margin: 0 0 16px; padding: 0; }
.result-proof li { background: #211a1d; border-left: 2px solid #aa3146; color: #e9dfe1; font-size: 12px; line-height: 1.45; padding: 10px 11px; }
.result-terms, .fine-print { color: #a89da0; font-size: 11px; line-height: 1.45; }
.result-terms { margin-bottom: 15px; }

.primary-cta {
  align-items: center;
  background: var(--red);
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: space-between;
  letter-spacing: .05em;
  min-height: 52px;
  padding: 12px 15px;
  text-decoration: none;
  transition: background-color 150ms ease;
}

.primary-cta:hover { background: var(--red-bright); }
.secondary-control { display: block; margin: 6px auto 0; }

.is-hidden { display: none !important; }

.post-result { margin-bottom: 34px; }
.section-heading { border-top: 3px solid var(--ink); padding-top: 16px; }
.post-result > p { color: #36363a; font-family: var(--body); font-size: 16px; line-height: 1.62; margin-bottom: 22px; }

.comparison-profiles { display: grid; gap: 8px; grid-template-columns: 1fr 1fr; margin-bottom: 30px; }
.profile-card { color: #fff; min-width: 0; padding: 17px 16px 16px; }
.profile-card--sportuna { background: #121216; }
.profile-card--slotuna { background: #211712; }
.profile-card__eyebrow { color: #d8a5ad; font-size: 9px; font-weight: 900; letter-spacing: .12em; margin-bottom: 13px; }
.profile-card__brand { color: #fff; font-family: var(--headline); font-size: 20px; font-weight: 900; letter-spacing: -.04em; margin-bottom: 17px; }
.profile-card--sportuna .profile-card__brand { color: #dce8d1; font-style: italic; }
.profile-card--slotuna .profile-card__brand { color: #e2bd62; font-family: Georgia, serif; letter-spacing: .04em; }
.profile-card h3 { font-family: var(--headline); font-size: 18px; letter-spacing: -.02em; line-height: 1.15; margin-bottom: 13px; }
.profile-card ul { list-style: none; margin: 0; padding: 0; }
.profile-card li { border-top: 1px solid rgba(255, 255, 255, .13); color: #e7e0e1; font-size: 11px; line-height: 1.4; padding: 9px 0 0 12px; position: relative; }
.profile-card li + li { margin-top: 8px; }
.profile-card li::before { color: #d9a063; content: "•"; font-weight: 900; left: 0; position: absolute; top: 8px; }

.evidence-grid { align-items: start; display: grid; gap: 22px; grid-template-columns: 1fr; margin-bottom: 32px; }
.evidence-copy h2 { margin-bottom: 11px; }
.evidence-copy p, .control-panel__item p { color: #48484d; font-size: 14px; line-height: 1.6; margin-bottom: 11px; }
.article-figure--table { margin-bottom: 0; }
.article-figure--table img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }

.control-panel { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 0; margin-bottom: 24px; }
.control-panel__item { padding: 18px 0 7px; }
.control-panel__item + .control-panel__item { border-top: 1px solid var(--line); }
.control-panel__item h2 { font-size: 24px; margin-bottom: 8px; }
.control-panel__item p { margin-bottom: 11px; }
.article-figure--backend img { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }

.reader-room { border-top: 3px solid var(--ink); margin-top: 38px; padding-top: 16px; }
.reader-room h2 { margin-bottom: 16px; }
.comment { display: grid; gap: 11px; grid-template-columns: 42px 1fr; padding: 15px 0; }
.comment + .comment { border-top: 1px solid var(--line); }
.comment__avatar { align-items: center; border-radius: 50%; color: #fff; display: flex; font-size: 11px; font-weight: 900; height: 42px; justify-content: center; width: 42px; }
.comment__avatar--wine { background: var(--red); }
.comment__avatar--navy { background: #24324a; }
.comment__avatar--gold { background: #94723b; }
.comment__avatar--photo { object-fit: cover; }
.comment__meta { align-items: center; display: flex; font-size: 12px; gap: 8px; margin-bottom: 4px; }
.comment__meta span { color: var(--muted); font-size: 10px; }
.author-chip { background: var(--red); color: #fff !important; font-size: 8px !important; font-weight: 900; letter-spacing: .05em; margin-left: 4px; padding: 2px 4px; }
.comment__body p { color: #444449; font-family: var(--body); font-size: 14px; line-height: 1.55; margin-bottom: 0; }
.comment__actions { align-items: center; display: flex; font-size: 10px; gap: 8px; margin-top: 6px; }
.comment__actions button { background: transparent; border: 0; color: var(--red); cursor: pointer; font-size: 10px; font-weight: 700; padding: 0; }
.comment__actions span { color: var(--muted); font-size: 10px; }

.final-conversion { background: var(--night); color: #fff; margin: 32px -18px 0; padding: 24px 18px 20px; }
.final-conversion h2 { color: #fff; font-size: clamp(29px, 5vw, 40px); margin-bottom: 10px; }
.final-conversion > p:not(.result-terms) { color: #c5bfc1; font-size: 14px; line-height: 1.55; margin-bottom: 12px; }
.final-conversion .result-terms { margin-bottom: 16px; }

.site-footer { align-items: start; background: #1b1a1b; color: #fff; display: flex; justify-content: space-between; padding: 25px max(18px, calc((100vw - 1144px) / 2)); }
.site-footer > div { display: flex; flex-direction: column; gap: 3px; }
.site-footer strong { font-size: 13px; letter-spacing: .08em; }
.site-footer span { color: #a6a1a5; font-size: 10px; }
.site-footer__responsible { align-items: end; text-align: right; }

.sticky-cta {
  align-items: center;
  background: #1b1719;
  border: 1px solid #4c3b3f;
  bottom: calc(10px + env(safe-area-inset-bottom));
  box-shadow: 0 8px 25px rgba(0, 0, 0, .22);
  color: #fff;
  display: flex;
  justify-content: space-between;
  left: 50%;
  max-width: 390px;
  min-height: 58px;
  padding: 9px 13px 9px 15px;
  position: fixed;
  text-decoration: none;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  z-index: 30;
}

.sticky-cta__copy { display: flex; flex-direction: column; min-width: 0; }
.sticky-cta__eyebrow { color: #d6a26a; font-size: 9px; font-weight: 900; letter-spacing: .13em; line-height: 1.2; }
.sticky-cta strong { font-size: 13px; line-height: 1.25; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sticky-cta__arrow { color: #e1a26d; font-size: 22px; line-height: 1; }

@media (min-width: 700px) {
  .article { padding: 30px 30px 54px; }
  .filter-grid { grid-template-columns: repeat(4, 1fr); }
  .filter-row { gap: 8px; grid-template-columns: 22px 1fr; padding: 10px 10px 10px 0; }
  .filter-row__number { font-size: 10px; padding-top: 2px; }
  .filter-row strong { font-size: 13px; }
  .filter-row span:not(.filter-row__number) { font-size: 11px; }
  .quiz-options { grid-template-columns: 1fr 1fr; }
  .evidence-grid { grid-template-columns: minmax(0, 1fr) minmax(260px, .86fr); }
  .control-panel { grid-template-columns: 1fr 1fr; gap: 25px; }
  .control-panel__item + .control-panel__item { border-left: 1px solid var(--line); border-top: 0; padding-left: 25px; }
  .control-panel__item { padding-bottom: 12px; }
}

@media (min-width: 1000px) {
  .page-shell { grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr); }
  .sidebar { display: flex; flex-direction: column; gap: 30px; }
  .sidebar-card { background: var(--paper); border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, .03); padding: 20px; }
  .sidebar-card h2 { border-bottom: 2px solid var(--ink); font-family: var(--headline); font-size: 17px; letter-spacing: -.02em; line-height: 1.15; margin-bottom: 12px; padding-bottom: 12px; text-transform: uppercase; }
  .trending-list { list-style: none; margin: 0; padding: 0; }
  .trending-list li { border-bottom: 1px solid var(--line); display: grid; gap: 14px; grid-template-columns: 22px 1fr; padding: 12px 0; }
  .trending-list li > span { color: #e0e0e0; font-family: var(--headline); font-size: 22px; font-weight: 900; line-height: 1; }
  .trending-list p { font-size: 14px; font-weight: 600; line-height: 1.35; margin: 0; }
  .status-line { align-items: center; display: flex; font-size: 14px; gap: 9px; }
  .status-line > span { background: #1d9a64; border-radius: 50%; height: 9px; width: 9px; }
  .sidebar-card--status p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 12px 0 14px; }
  .sidebar-cta { background: #c72d46; color: #fff; display: block; font-size: 12px; font-weight: 900; padding: 14px; text-align: center; text-decoration: none; }
  .sidebar-cta:hover { background: var(--red-bright); }
}

@media (min-width: 1040px) {
  .article { box-shadow: 0 2px 14px rgba(26, 22, 18, .05); }
  .sticky-cta { max-width: 340px; }
}

@media (max-width: 430px) {
  .masthead-meta__date { display: none; }
  .site-footer { gap: 18px; }
  .site-footer > div:first-child span { max-width: 160px; }
}

@media (max-width: 699px) {
  .site-header__inner { min-height: 58px; }
  .page-shell { margin: 12px auto 40px; padding: 0 9px; }
  .article { padding: 18px; }
  .fit-check, .final-conversion { margin-left: -18px; margin-right: -18px; }
  .comparison-profiles { grid-template-columns: 1fr; }
  .profile-card { padding: 16px 14px 15px; }
  .profile-card__brand { margin-bottom: 14px; }
  .profile-card h3 { font-size: 19px; }
  .profile-card li { font-size: 11px; }
}

@media (max-width: 340px) {
  .article-meta { gap: 6px 9px; }
  .article-meta > span:nth-child(2) { display: none; }
  h1 { font-size: 32px; line-height: 1.12; }
  .dek { font-size: 16px; line-height: 1.5; }
  .story { font-size: 14px; line-height: 1.5; margin-bottom: 18px; }
  .story p { margin-bottom: 10px; }
  .filter { margin-bottom: 10px; padding-top: 12px; }
  .filter h2 { font-size: 23px; line-height: 1.12; margin-bottom: 8px; }
  .filter-row { padding: 5px 0; }
  .filter-row strong { font-size: 12px; }
  .filter-row span:not(.filter-row__number) { display: none; }
}

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