:root {
  --ink: #18302b;
  --ink-deep: #0c2621;
  --muted: #687773;
  --paper: #f6f2e9;
  --card: #fffdf8;
  --mint: #c9eadc;
  --mint-strong: #58b79c;
  --coral: #ff765f;
  --yellow: #f5d75c;
  --line: rgba(24, 48, 43, 0.14);
  --shadow: 0 24px 60px rgba(21, 48, 42, 0.1);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", system-ui, -apple-system, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, select, input { font: inherit; }
button, select { color: inherit; }
button { cursor: pointer; }
a { color: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  background: var(--ink-deep);
  color: white;
  padding: 12px 18px;
  border-radius: 10px;
  text-decoration: none;
}
.skip-link:focus { top: 16px; }

.site-header {
  width: min(calc(100% - 48px), var(--max));
  height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-decoration: none;
}
.brand-symbol {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px 10px 10px 3px;
  background: var(--ink-deep);
  color: var(--mint);
  font-family: Georgia, serif;
  font-size: 18px;
  letter-spacing: 0;
}
.header-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--muted);
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #30a978;
  box-shadow: 0 0 0 4px rgba(48, 169, 120, .12);
}
.section-shell { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(44px, 7vw, 92px);
  align-items: center;
  padding: 72px 0 84px;
}
.eyebrow { display: flex; gap: 8px; margin-bottom: 24px; }
.eyebrow span,
.panel-kicker,
.section-number {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .45);
}
.hero h1 {
  margin: 0;
  color: var(--ink-deep);
  font-size: clamp(48px, 6.2vw, 86px);
  line-height: .98;
  letter-spacing: -.075em;
  font-weight: 900;
}
.hero h1 em { color: var(--coral); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.hero-intro { max-width: 590px; margin: 30px 0 0; color: #596a65; font-size: 17px; word-break: keep-all; }
.hero-facts { display: flex; gap: 0; margin-top: 44px; }
.hero-facts div { display: grid; min-width: 120px; padding-right: 28px; margin-right: 28px; border-right: 1px solid var(--line); }
.hero-facts div:last-child { border-right: 0; }
.hero-facts strong { font-family: Georgia, serif; font-size: 34px; line-height: 1; }
.hero-facts span { margin-top: 7px; color: var(--muted); font-size: 12px; }

.priority-panel {
  position: relative;
  border-radius: var(--radius-xl);
  background: var(--ink-deep);
  color: #f8fbf9;
  padding: 34px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.priority-panel::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  top: -90px;
  right: -40px;
  border: 35px solid rgba(201, 234, 220, .1);
}
.panel-heading { position: relative; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.panel-kicker { display: block; color: #8ccab8; margin-bottom: 6px; }
.panel-heading h2 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.text-button { border: 0; background: transparent; color: #b7c8c3; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.preset-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin: 27px 0 24px; }
.preset {
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 11px;
  padding: 10px 4px;
  background: transparent;
  color: #c6d3d0;
  font-size: 12px;
  font-weight: 700;
}
.preset:hover, .preset:focus-visible { border-color: var(--mint); }
.preset.active { background: var(--mint); color: var(--ink-deep); border-color: var(--mint); }
.weight-list { display: grid; gap: 8px; }
.weight-control {
  display: grid;
  grid-template-columns: minmax(104px, 1fr) minmax(100px, 1.35fr) 38px;
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 14px 0 6px;
}
.weight-control > span { display: grid; }
.weight-control b { font-size: 13px; }
.weight-control small { font-size: 10px; color: #89a29b; }
.weight-control output { color: #cde7df; font-size: 11px; text-align: right; }
input[type="range"] {
  --fill: 80%;
  width: 100%;
  appearance: none;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(to right, var(--mint) var(--fill), rgba(255,255,255,.16) var(--fill));
}
input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--mint);
  border: 4px solid var(--ink-deep);
  box-shadow: 0 0 0 1px var(--mint);
}
input[type="range"]::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mint);
  border: 3px solid var(--ink-deep);
  box-shadow: 0 0 0 1px var(--mint);
}
.weight-note { display: flex; align-items: center; gap: 8px; margin: 24px 0 0; color: #91a9a2; font-size: 11px; }
.weight-note span { color: var(--yellow); }

.comparison { padding: 88px 0 104px; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.section-number { display: block; margin-bottom: 10px; color: #75827f; }
.section-heading h2, .method h2 { margin: 0; font-size: clamp(34px, 4vw, 55px); line-height: 1.05; letter-spacing: -.055em; }
.section-heading p { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.info-button {
  flex: 0 0 auto;
  border: 0;
  border-bottom: 1px solid var(--ink);
  padding: 8px 0;
  background: transparent;
  font-size: 13px;
  font-weight: 800;
}
.news-board {
  margin-top: 48px;
  padding: 24px;
  border-radius: var(--radius-xl);
  background: #e7efe9;
}
.news-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.news-heading .section-number { margin-bottom: 5px; color: #4f6861; }
.news-heading h3 { margin: 0; font-size: 25px; letter-spacing: -.04em; }
.news-heading > p { display: flex; align-items: center; gap: 8px; margin: 0; color: var(--muted); font-size: 10px; }
.news-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 10px; }
.news-card { min-width: 0; overflow: hidden; border-radius: 17px; background: var(--card); }
.news-card img { display: block; width: 100%; aspect-ratio: 1.25 / 1; object-fit: cover; background: #dde8e3; }
.news-card-wide img { aspect-ratio: 1.75 / 1; }
.news-card-body { padding: 15px; }
.news-card-body > span { color: #557169; font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.news-card-body h4 { margin: 7px 0 7px; font-size: 14px; line-height: 1.25; letter-spacing: -.025em; word-break: keep-all; }
.news-card-wide h4 { font-size: 18px; }
.news-card-body p { display: -webkit-box; margin: 0; overflow: hidden; color: var(--muted); font-size: 10px; word-break: keep-all; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news-card-body > div { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: 16px; padding-top: 11px; border-top: 1px solid var(--line); }
.news-card-body small { color: #8a9692; font-size: 8px; white-space: nowrap; }
.news-card-body a { font-size: 9px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.news-card-body a:hover { text-decoration: underline; text-underline-offset: 3px; }
.news-disclaimer { margin: 12px 2px 0; color: #6f807b; font-size: 9px; }
.toolbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 46px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.5);
}
.filter-group { display: flex; gap: 7px; flex-wrap: wrap; }
.filter-chip {
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 750;
}
.filter-chip:hover { background: rgba(24,48,43,.06); }
.filter-chip.active { background: var(--ink-deep); color: white; }
.sort-control { display: flex; align-items: center; gap: 9px; font-size: 12px; color: var(--muted); }
.sort-control select {
  appearance: none;
  min-width: 180px;
  border: 0;
  border-radius: 10px;
  background: var(--card) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath d='m3 5 3 3 3-3' stroke='%2318302b' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;
  padding: 10px 34px 10px 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}
.results-summary { display: flex; justify-content: space-between; align-items: center; margin: 26px 2px 14px; color: var(--muted); font-size: 12px; }
.results-summary p { margin: 0; }
.results-summary strong { color: var(--ink); }
.legend { display: flex; align-items: center; gap: 6px; }
.source-badge { padding: 3px 7px; border-radius: 5px; font-size: 9px; font-weight: 800; }
.source-badge.verified { background: #d9ece6; color: #21604f; }
.source-badge.editorial { margin-left: 7px; background: #f7e9ca; color: #725b16; }

.brand-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.brand-card {
  --brand-color: #a7d7c8;
  position: relative;
  padding: 25px;
  border: 1px solid transparent;
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: 0 3px 0 rgba(24,48,43,.05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.brand-card:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(24,48,43,.08); }
.brand-card.selected { border-color: var(--ink); box-shadow: 0 0 0 2px var(--paper) inset, 0 12px 34px rgba(24,48,43,.08); }
.card-topline { display: flex; align-items: center; justify-content: space-between; }
.rank-pill { font-family: Georgia, serif; font-size: 12px; font-style: italic; color: #6f7c78; }
.compare-toggle { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 750; cursor: pointer; }
.compare-toggle input { position: absolute; opacity: 0; pointer-events: none; }
.compare-toggle span { display: flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; }
.compare-toggle span::before { content: "+"; display: grid; place-items: center; width: 14px; height: 14px; border-radius: 50%; background: #e9eee9; }
.compare-toggle input:checked + span { background: var(--ink-deep); color: white; border-color: var(--ink-deep); }
.compare-toggle input:checked + span::before { content: "✓"; background: var(--mint); color: var(--ink-deep); font-size: 9px; }
.compare-toggle input:focus-visible + span { outline: 3px solid rgba(88,183,156,.35); outline-offset: 2px; }
.brand-identity { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; margin-top: 20px; }
.brand-avatar { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px 15px 15px 5px; background: var(--brand-color); color: var(--ink-deep); font-family: Georgia, serif; font-size: 20px; font-weight: 700; }
.brand-category { margin: 0 0 2px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.brand-name { margin: 0; font-size: 23px; line-height: 1.12; letter-spacing: -.035em; }
.score-ring { --score: 80; width: 59px; height: 59px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: radial-gradient(circle at center, var(--card) 58%, transparent 60%), conic-gradient(var(--brand-color) calc(var(--score) * 1%), #e9ebe6 0); }
.score-ring strong { display: block; font-family: Georgia, serif; font-size: 19px; line-height: .9; }
.score-ring span { color: var(--muted); font-size: 8px; }
.brand-reason { min-height: 47px; margin: 22px 0 18px; color: #52615d; font-size: 13px; word-break: keep-all; }
.quick-facts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-facts > div { display: grid; padding: 14px 0; }
.quick-facts > div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.quick-facts span { color: var(--muted); font-size: 9px; }
.quick-facts strong { margin: 2px 0; font-size: 14px; }
.quick-facts small { color: #86908d; font-size: 9px; }
.metric-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 18px; }
.metric { min-width: 0; }
.metric-head { display: flex; justify-content: space-between; gap: 4px; margin-bottom: 5px; font-size: 9px; color: var(--muted); }
.metric-head b { color: var(--ink); font-family: Georgia, serif; font-size: 11px; }
.metric-track { height: 4px; overflow: hidden; border-radius: 10px; background: #ebece7; }
.metric-track i { display: block; height: 100%; border-radius: inherit; background: var(--brand-color); }
.detail-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-top: 20px; border: 0; border-radius: 11px; background: #f1f0e9; padding: 12px 13px; font-size: 11px; font-weight: 800; }
.detail-toggle span { font-size: 16px; font-weight: 400; transition: transform .2s ease; }
.detail-toggle[aria-expanded="true"] span { transform: rotate(45deg); }
.card-details { padding: 3px 3px 0; }
.detail-block { padding: 16px 0; border-bottom: 1px solid var(--line); }
.detail-block span { color: #7a8582; font-size: 9px; font-weight: 800; letter-spacing: .05em; }
.detail-block p { margin: 5px 0 0; font-size: 12px; color: #495954; word-break: keep-all; }
.evidence-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 15px; }
.confidence { padding: 5px 8px; border-radius: 6px; background: #edf0ec; color: #53615d; font-size: 9px; font-weight: 800; }
.confidence.high { background: #dceee8; color: #225e50; }
.confidence.low { background: #f4e7d7; color: #785d34; }
.source-link { font-size: 10px; font-weight: 800; text-decoration: none; }
.source-link:hover { text-decoration: underline; text-underline-offset: 3px; }
.empty-state { padding: 70px 20px; text-align: center; border: 1px dashed var(--line); border-radius: 24px; background: rgba(255,255,255,.35); }
.empty-state span { font-size: 34px; }
.empty-state h3 { margin: 10px 0 16px; }
.empty-state button { border: 0; background: var(--ink); color: white; border-radius: 10px; padding: 10px 16px; }
.more-brands-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.45);
}
.more-brands-control p { display: grid; margin: 0; }
.more-brands-control b { font-size: 13px; }
.more-brands-control p span { margin-top: 3px; color: var(--muted); font-size: 10px; }
.more-brands-control button { flex: 0 0 auto; border: 0; border-radius: 12px; padding: 12px 16px; background: var(--ink-deep); color: white; font-size: 11px; font-weight: 850; }
.more-brands-control button span { display: inline-block; margin-left: 6px; transition: transform .2s ease; }
.more-brands-control button[aria-expanded="true"] span { transform: rotate(180deg); }

.method { padding: 96px 0 48px; border-top: 1px solid var(--line); }
.method-intro { display: grid; grid-template-columns: .9fr 1.1fr; column-gap: 100px; align-items: start; }
.method-intro .section-number { grid-column: 1 / -1; }
.method-intro p { margin: 3px 0 0; color: var(--muted); font-size: 15px; word-break: keep-all; }
.method-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 54px 0 22px; }
.method-cards article { min-height: 204px; padding: 22px; border-radius: 18px; background: var(--card); }
.method-cards article > span { font-family: Georgia, serif; color: var(--coral); font-style: italic; font-size: 12px; }
.method-cards h3 { margin: 26px 0 8px; font-size: 16px; }
.method-cards p { margin: 0; color: var(--muted); font-size: 11px; }
.source-register { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.source-register summary { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 23px 2px; cursor: pointer; }
.source-register summary::-webkit-details-marker { display: none; }
.source-register summary span:first-child { display: grid; }
.source-register summary b { font-size: 13px; }
.source-register summary small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.summary-icon { font-size: 24px; font-weight: 300; transition: transform .2s ease; }
.source-register[open] .summary-icon { transform: rotate(45deg); }
.source-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 28px; padding: 0 2px 24px; }
.source-item { display: flex; align-items: flex-start; gap: 12px; padding: 13px 0; border-top: 1px solid rgba(24,48,43,.08); }
.source-index { flex: 0 0 auto; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 7px; background: #e8eee8; font-size: 9px; font-weight: 800; }
.source-item div { display: grid; flex: 1; }
.source-item b { font-size: 11px; }
.source-item small { color: var(--muted); font-size: 9px; }
.source-item a { flex: 0 0 auto; font-size: 10px; text-decoration: none; font-weight: 800; }
.source-item a:hover { text-decoration: underline; }
.method-footer { display: flex; justify-content: space-between; gap: 24px; padding: 25px 0; color: var(--muted); font-size: 10px; }
.method-footer p { margin: 0; }

.compare-bar {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 20;
  width: min(calc(100% - 32px), 760px);
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 14px 13px 18px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 20px;
  background: rgba(12,38,33,.95);
  color: white;
  box-shadow: 0 18px 50px rgba(12,38,33,.28);
  backdrop-filter: blur(14px);
}
.compare-bar > div { display: flex; align-items: center; gap: 12px; min-width: 0; }
.compare-count { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--ink-deep); font-family: Georgia, serif; font-size: 17px; }
.compare-bar p { display: grid; margin: 0; white-space: nowrap; }
.compare-bar p b { font-size: 11px; }
.compare-bar p small { color: #9fb2ac; font-size: 9px; }
.compare-names { display: flex; gap: 5px; overflow: hidden; }
.compare-name { padding: 6px 8px; border-radius: 7px; background: rgba(255,255,255,.09); font-size: 9px; white-space: nowrap; }
.primary-button, .secondary-button { border: 0; border-radius: 12px; padding: 12px 16px; font-size: 11px; font-weight: 800; }
.primary-button { background: var(--coral); color: #27130f; }
.primary-button:disabled { opacity: .45; cursor: not-allowed; }
.secondary-button { background: #edf0eb; }

.compare-dialog { width: min(calc(100% - 32px), 940px); max-height: calc(100dvh - 44px); padding: 0; border: 0; border-radius: 26px; background: var(--card); color: var(--ink); box-shadow: 0 30px 80px rgba(3,22,18,.3); }
.compare-dialog::backdrop { background: rgba(6,27,23,.64); backdrop-filter: blur(5px); }
.dialog-header { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; align-items: flex-start; padding: 25px 28px 18px; background: rgba(255,253,248,.95); border-bottom: 1px solid var(--line); }
.dialog-header h2 { margin: 3px 0 0; font-size: 29px; letter-spacing: -.04em; }
.icon-button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 25px; line-height: 1; }
.compare-table-wrap { overflow: auto; padding: 18px 28px; }
.compare-table { width: 100%; min-width: 650px; border-collapse: collapse; table-layout: fixed; }
.compare-table th, .compare-table td { padding: 14px 13px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 11px; word-break: keep-all; }
.compare-table th:first-child { width: 120px; color: var(--muted); font-size: 10px; }
.compare-table thead th { font-size: 17px; letter-spacing: -.03em; }
.table-score { display: inline-flex; align-items: baseline; gap: 3px; font-family: Georgia, serif; font-size: 25px; }
.table-score small { color: var(--muted); font-family: inherit; font-size: 10px; }
.dialog-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 17px 28px 24px; }
.dialog-footer p { margin: 0; color: var(--muted); font-size: 10px; }
.toast { position: fixed; left: 50%; top: 92px; z-index: 50; transform: translate(-50%, -12px); padding: 10px 15px; border-radius: 10px; background: var(--ink-deep); color: white; font-size: 11px; opacity: 0; pointer-events: none; transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

:focus-visible { outline: 3px solid rgba(255,118,95,.45); outline-offset: 3px; }
[hidden] { display: none !important; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: 0; gap: 50px; padding: 56px 0 74px; }
  .hero-copy { max-width: 700px; }
  .brand-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .news-card img, .news-card-wide img { aspect-ratio: 1.7 / 1; }
  .method-intro { grid-template-columns: 1fr; row-gap: 24px; }
  .method-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .site-header, .section-shell { width: min(calc(100% - 28px), var(--max)); }
  .site-header { height: 62px; }
  .header-meta { font-size: 10px; }
  .hero { padding: 42px 0 60px; gap: 36px; }
  .eyebrow { margin-bottom: 18px; }
  .eyebrow span { padding: 6px 9px; font-size: 9px; }
  .hero h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-intro { margin-top: 23px; font-size: 14px; }
  .hero-facts { margin-top: 31px; }
  .hero-facts div { min-width: 0; flex: 1; padding-right: 14px; margin-right: 14px; }
  .hero-facts strong { font-size: 27px; }
  .priority-panel { padding: 25px 20px; border-radius: 24px; }
  .panel-heading h2 { font-size: 20px; }
  .preset-row { margin: 22px 0 18px; }
  .preset { padding: 9px 2px; font-size: 10px; }
  .weight-control { grid-template-columns: 100px 1fr 32px; gap: 8px; }
  .comparison { padding: 68px 0 78px; }
  .section-heading { align-items: flex-start; }
  .section-heading h2, .method h2 { font-size: 36px; }
  .section-heading p { font-size: 12px; }
  .info-button { display: none; }
  .news-board { margin-top: 32px; padding: 16px; border-radius: 22px; }
  .news-heading { align-items: flex-start; }
  .news-heading h3 { font-size: 21px; }
  .news-heading > p { display: none; }
  .news-grid { display: flex; gap: 9px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .news-grid::-webkit-scrollbar { display: none; }
  .news-card, .news-card-wide { flex: 0 0 82%; scroll-snap-align: start; }
  .news-card img, .news-card-wide img { aspect-ratio: 1.75 / 1; }
  .news-disclaimer { line-height: 1.5; }
  .toolbar { display: grid; padding: 12px; margin-top: 32px; }
  .filter-group { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; scrollbar-width: none; }
  .filter-group::-webkit-scrollbar { display: none; }
  .filter-chip { white-space: nowrap; padding: 8px 13px; }
  .sort-control { justify-content: space-between; border-top: 1px solid var(--line); padding-top: 10px; }
  .sort-control select { flex: 1; max-width: 210px; }
  .legend { display: none; }
  .brand-card { padding: 20px 17px; }
  .brand-identity { gap: 10px; }
  .brand-avatar { width: 43px; height: 43px; }
  .brand-name { font-size: 20px; }
  .score-ring { width: 54px; height: 54px; }
  .brand-reason { min-height: 0; }
  .metric-head span { max-width: 38px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .more-brands-control { align-items: stretch; display: grid; gap: 14px; padding: 18px; }
  .more-brands-control button { width: 100%; }
  .method { padding-top: 72px; }
  .method-intro p { font-size: 13px; }
  .method-cards { grid-template-columns: 1fr; margin-top: 38px; }
  .method-cards article { min-height: 0; }
  .method-cards h3 { margin-top: 17px; }
  .source-list { grid-template-columns: 1fr; }
  .method-footer { display: grid; gap: 4px; }
  .compare-bar { min-height: 68px; bottom: 10px; padding: 10px; border-radius: 17px; }
  .compare-bar p, .compare-names { display: none; }
  .primary-button { flex: 1; }
  .compare-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); border-radius: 20px; }
  .dialog-header, .compare-table-wrap, .dialog-footer { padding-left: 18px; padding-right: 18px; }
  .dialog-footer p { display: none; }
  .dialog-footer .secondary-button { width: 100%; }
}

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