﻿/*
Theme Name: SpecMatch
Theme URI: https://specmatch.tech/
Author: SpecMatch
Description: 한국어 휴대폰 스펙, 비교, 구매 가이드를 위한 편집형 테마
Version: 1.0.31
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: phone-seoul
*/

:root {
  --ink: #111310;
  --paper: #ffffff;
  --paper-deep: #f2f2ef;
  --acid: #c7ff2f;
  --blue: #2547f5;
  --muted: #6b6e67;
  --line: rgba(17, 19, 16, .18);
  --display: "Archivo", "IBM Plex Sans KR", sans-serif;
  --body: "IBM Plex Sans KR", sans-serif;
  --shadow: 0 24px 70px rgba(18, 19, 16, .12);
}

/* Homepage cross-category index */
.home-index-heading { align-items: end; }
.home-index-heading > p { max-width: 440px; margin: 0 0 12px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.home-index-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 3px solid var(--ink); border-left: 1px solid var(--line); }
.home-index-column { min-width: 0; border-right: 1px solid var(--line); background: rgba(255,255,255,.88); }
.home-index-column > header { display: flex; justify-content: space-between; align-items: end; min-height: 100px; padding: 20px; border-bottom: 1px solid var(--ink); }
.home-index-column > header span { color: var(--blue); font: 600 8px var(--mono); letter-spacing: .1em; }
.home-index-column > header h3 { margin: 8px 0 0; font: 800 24px/1 var(--display); letter-spacing: -.045em; }
.home-index-column > header a { color: var(--muted); font-size: 10px; text-decoration: none; }
.home-index-column > header a:hover { color: var(--blue); }
.home-index-column ol { margin: 0; padding: 0; list-style: none; }
.home-index-column li { position: relative; display: grid; grid-template-columns: 28px minmax(0, 1fr) auto; gap: 9px; align-items: center; min-height: 76px; padding: 10px 16px; border-bottom: 1px solid var(--line); transition: background .18s ease; }
.home-index-column li:hover { background: #eef2ff; }
.home-index-column li > span { color: var(--muted); font: 500 8px var(--mono); }
.home-index-column li > a { min-width: 0; color: var(--ink); text-decoration: none; }
.home-index-column li > a::after { position: absolute; inset: 0; content: ""; }
.home-index-column li small { display: block; overflow: hidden; margin-bottom: 3px; color: var(--blue); font: 600 8px var(--mono); text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.home-index-column li strong { display: block; overflow: hidden; font: 700 12px/1.25 var(--display); text-overflow: ellipsis; white-space: nowrap; }
.home-index-column li > b { color: var(--muted); font: 600 9px var(--mono); }
.home-widget-strip { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 36px; align-items: start; margin-top: 80px; }
.home-widget-strip .phone-side-widget, .home-widget-strip .sidebar-ad-slot { margin: 0; }

@media (max-width: 1100px) {
  .home-index-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .home-widget-strip { grid-template-columns: 1fr 1fr; }
  .home-widget-strip .sidebar-ad-slot { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .home-index-grid { grid-template-columns: 1fr; }
  .home-index-column > header { min-height: 82px; }
  .home-index-column li { min-height: 64px; }
  .home-widget-strip { grid-template-columns: 1fr; gap: 42px; }
  .home-widget-strip .sidebar-ad-slot { grid-column: auto; }
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  word-break: keep-all;
  overflow-wrap: break-word;
}
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
img { max-width: 100%; height: auto; }
.shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.site-main { min-height: 70vh; }
.policy-page { padding-bottom: 96px; }
.policy-page__content {
  width: min(780px, 100%);
  padding: 48px 0 24px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.85;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.policy-page__content h2 {
  margin: 48px 0 14px;
  font: 800 28px/1.25 var(--display);
  letter-spacing: -.035em;
}
.policy-page__content h2:first-child { margin-top: 0; }
.policy-page__content p { margin: 0 0 20px; }
.breadcrumbs { display: flex; gap: 8px; align-items: center; padding-top: 18px; color: var(--muted); font-size: 11px; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--blue); }
.breadcrumbs strong { max-width: 48ch; overflow: hidden; color: var(--ink); font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: white;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translate(-3px, -3px); box-shadow: 5px 5px 0 var(--acid); }
.button--acid { background: var(--acid); color: var(--ink); }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(14px);
}
.header-inner { position: relative; display: flex; align-items: center; min-height: 70px; gap: 36px; }
.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.04em;
  text-decoration: none;
}
.brand-mark::before {
  width: 18px;
  height: 32px;
  border: 2px solid currentColor;
  border-radius: 3px;
  background: var(--acid);
  content: "";
  transform: rotate(-8deg);
}
.site-nav { margin-left: auto; }
.site-nav ul { display: flex; gap: 28px; margin: 0; padding: 0; list-style: none; }
.site-nav a { font-size: 14px; font-weight: 700; text-decoration: none; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--ink); background: white; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--ink); transition: transform .18s ease, opacity .18s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.header-compare { font-size: 13px; }
.brand-nav { border-top: 1px solid var(--line); background: white; }
.brand-nav__inner { display: grid; grid-template-columns: repeat(7, 1fr); }
.brand-nav a {
  padding: 10px 8px;
  border-right: 1px solid var(--line);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: background .16s ease, color .16s ease;
}
.brand-nav a:first-child { border-left: 1px solid var(--line); }
.brand-nav a:hover,
.brand-nav a.is-active { background: var(--acid); }

.home-hero {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  min-height: 620px;
  border-inline: 1px solid var(--line);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 7vw 80px 0;
}
.hero-copy h1 {
  max-width: 780px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(58px, 8.2vw, 130px);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .84;
}
.hero-copy h1 em { color: var(--blue); font-style: normal; }
.hero-copy > p:not(.eyebrow) { max-width: 560px; margin: 34px 0; font-size: 19px; }
.hero-index {
  display: grid;
  align-content: end;
  padding: 44px;
  border-left: 1px solid var(--line);
  background: var(--acid);
}
.hero-index strong {
  font-family: var(--display);
  font-size: clamp(80px, 12vw, 170px);
  letter-spacing: -.08em;
  line-height: .8;
}
.hero-index span { margin-top: 26px; font-weight: 700; }

.finder {
  margin: -42px auto 100px;
  padding: 26px;
  background: var(--ink);
  color: white;
  box-shadow: var(--shadow);
}
.finder form { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.finder input {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.3);
  outline: none;
  background: rgba(255,255,255,.08);
  color: white;
  font: 600 17px var(--body);
}
.finder input:focus { border-color: var(--acid); }

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 90px 0 28px;
  padding-bottom: 18px;
  border-bottom: 4px solid var(--ink);
}
.section-heading h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 5vw, 64px);
  letter-spacing: -.055em;
  line-height: .95;
}
.phone-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.phone-card {
  position: relative;
  min-height: 390px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  transition: background .2s ease;
}
.phone-card:hover { background: white; }
.phone-card .rank { color: var(--muted); font: 700 12px var(--display); }
.phone-card img { display: block; width: 72%; height: 220px; margin: 10px auto 20px; object-fit: contain; transition: transform .25s ease; }
.phone-card:hover img { transform: translateY(-6px) rotate(1deg); }
.phone-card h3 { margin: 6px 0; font-family: var(--display); font-size: 21px; letter-spacing: -.03em; line-height: 1.15; }
.phone-card p { margin: 0; color: var(--muted); font-size: 13px; }
.phone-card > a { position: absolute; inset: 0; font-size: 0; }
.home-catalog-layout,
.brand-catalog-layout,
.archive-catalog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 32px; align-items: start; }
.home-catalog-main .phone-grid,
.brand-catalog-main .phone-grid,
.archive-catalog-main .phone-grid { grid-template-columns: repeat(4, 1fr); }
.home-side-widgets { padding-top: 90px; }
.home-side-widgets,
.brand-side-widgets,
.archive-side-widgets,
.content-rail { align-self: stretch; }
.home-side-widgets .phone-side-widget,
.brand-side-widgets .phone-side-widget,
.archive-side-widgets .phone-side-widget { margin-bottom: 48px; }
.brand-side-widgets,
.archive-side-widgets { padding-top: 28px; }
.home-side-widgets .phone-side-widget:first-child,
.brand-side-widgets .phone-side-widget:first-child,
.archive-side-widgets .phone-side-widget:first-child { border-top: 0; }

.phone-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr);
  min-height: 620px;
  border-inline: 1px solid var(--line);
}
.phone-title { display: flex; flex-direction: column; justify-content: flex-end; padding: 64px; }
.phone-title h1 {
  max-width: 800px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(52px, 7vw, 104px);
  letter-spacing: -.07em;
  line-height: .88;
}
.phone-title .lede { max-width: 620px; margin: 30px 0 0; color: var(--muted); font-size: 18px; }
.phone-visual {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 42px;
  border-left: 1px solid var(--line);
  background: white;
}
.phone-visual::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 14px;
  background: var(--acid);
  content: "";
}
.phone-visual::after {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 32px;
  height: 32px;
  border-right: 8px solid var(--acid);
  border-bottom: 8px solid var(--acid);
  content: "";
}
.phone-visual img {
  position: relative;
  z-index: 1;
  width: min(86%, 540px);
  max-height: 540px;
  object-fit: contain;
}
.quick-specs { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 70px; border: 1px solid var(--line); border-bottom: 0; }
.quick-spec { min-height: 140px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-spec:nth-child(4n) { border-right: 0; }
.quick-spec span { display: block; margin-bottom: 14px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.quick-spec strong { font-size: 17px; line-height: 1.35; }

.device-insights { margin-bottom: 90px; }
.insight-summary {
  display: grid;
  grid-template-columns: 210px 1fr;
  padding: 42px 0;
  border-top: 4px solid var(--ink);
  border-bottom: 1px solid var(--line);
}
.insight-summary .eyebrow { grid-column: 1 / -1; }
.insight-summary h2 { margin: 0; font: 900 30px/1.1 var(--display); letter-spacing: -.04em; }
.insight-summary > p:last-child { max-width: 780px; margin: 0; font-size: 19px; line-height: 1.75; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; }
.pros-cons > div { position: relative; min-height: 250px; padding: 32px 40px 34px 86px; border-bottom: 1px solid var(--line); }
.pros-cons > div + div { border-left: 1px solid var(--line); }
.pros-cons .pros { background: rgba(199,255,47,.24); }
.insight-number { position: absolute; top: 27px; left: 32px; color: var(--blue); font: 900 44px/1 var(--display); }
.pros-cons h3 { margin: 0 0 16px; font: 900 21px/1.2 var(--display); }
.pros-cons ul, .choice-reasons ul { margin: 0; padding-left: 18px; }
.pros-cons li, .choice-reasons li { margin: 8px 0; }
.recommended-for { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 20px 0; border-bottom: 1px solid var(--line); }
.recommended-for strong { margin-right: 10px; }
.recommended-for span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; }
.device-faq { margin-bottom: 90px; }
.device-faq details { border-top: 1px solid var(--line); }
.device-faq details:last-child { border-bottom: 1px solid var(--line); }
.device-faq summary { padding: 18px 4px; font-weight: 700; cursor: pointer; }
.device-faq details p { margin: 0; padding: 0 4px 20px; color: var(--muted); }
.related-phones { margin-bottom: 100px; }

.content-layout { display: grid; grid-template-columns: 260px 1fr; gap: 54px; align-items: start; }
.content-rail { min-width: 0; }
.page-index { margin-bottom: 38px; }
.page-index a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; text-decoration: none; }
.phone-side-widget { margin: 0 0 34px; border-top: 4px solid var(--ink); }
.side-widget-title { display: flex; align-items: end; justify-content: space-between; gap: 12px; padding: 16px 0 12px; }
.side-widget-title span { color: var(--blue); font: 800 9px var(--display); letter-spacing: .12em; }
.side-widget-title h2 { margin: 0; font: 900 18px/1 var(--display); letter-spacing: -.035em; }
.phone-side-widget ol { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.phone-side-widget li { border-bottom: 1px solid var(--line); }
.phone-side-widget a { display: grid; grid-template-columns: 22px 44px 1fr; gap: 10px; align-items: center; min-height: 72px; padding: 8px 0; text-decoration: none; }
.phone-side-widget a:hover { background: linear-gradient(90deg, rgba(199,255,47,.25), transparent); }
.phone-side-widget b { color: var(--muted); font: 800 10px var(--display); }
.phone-side-widget img { width: 44px; height: 54px; object-fit: contain; }
.phone-side-widget a > span { min-width: 0; }
.phone-side-widget small { display: block; color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.phone-side-widget strong { display: block; margin-top: 2px; font: 800 12px/1.25 var(--display); }
.phone-side-widget--newest { border-top-color: var(--blue); }
.sidebar-ad-slot {
  position: sticky;
  top: 96px;
  width: 100%;
  max-width: 300px;
  margin-top: 56px;
}
.sidebar-ad-slot > span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 10px;
  text-align: center;
}
.sidebar-ad-slot > div {
  display: grid;
  width: 100%;
  min-height: 250px;
  place-content: center;
  border: 1px solid var(--line);
  background: var(--paper-deep);
  color: var(--muted);
  text-align: center;
}
.sidebar-ad-slot small { font: 800 9px var(--display); letter-spacing: .12em; }
.sidebar-ad-slot p { margin: 7px 0 0; font-size: 11px; }
.spec-sheet { margin-bottom: 100px; }
.spec-sheet h2 { margin: 64px 0 0; padding: 18px 0; border-top: 4px solid var(--ink); font: 900 28px var(--display); letter-spacing: -.04em; }
.spec-row { display: grid; grid-template-columns: 190px 1fr; border-top: 1px solid var(--line); }
.spec-row > .spec-key, .spec-row > span { padding: 15px 10px; }
.spec-row strong { color: var(--muted); font-size: 13px; }
.spec-row > span { border-left: 1px solid var(--line); }
.spec-key { position: relative; display: flex; gap: 7px; align-items: flex-start; }
.spec-key button { display: inline-grid; flex: 0 0 18px; width: 18px; height: 18px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--blue); font: 800 10px var(--display); cursor: help; }
.spec-tooltip { position: absolute; z-index: 40; top: calc(100% - 4px); left: 8px; display: none; width: min(280px, 72vw); padding: 12px; border: 1px solid var(--ink); background: var(--ink) !important; color: white; font-size: 11px; font-weight: 500; line-height: 1.55; box-shadow: var(--shadow); }
.spec-key:focus-within .spec-tooltip,
.spec-key:hover .spec-tooltip { display: block; }

.compare-hero { padding: 100px 0 60px; border-bottom: 4px solid var(--ink); }
.compare-hero h1 { display: flex; align-items: baseline; gap: 22px; margin: 0; font: 900 clamp(42px, 6vw, 88px)/.95 var(--display); letter-spacing: -.06em; }
.compare-hero h1 span { color: var(--blue); font-size: .4em; letter-spacing: 0; text-transform: uppercase; }
.compare-identities { display: grid; grid-template-columns: 1fr 1fr; margin: 42px 0 70px; }
.compare-identities article { display: grid; grid-template-columns: 180px 1fr; gap: 28px; align-items: center; min-height: 260px; padding: 32px; border: 1px solid var(--line); }
.compare-identities article + article { border-left: 0; background: var(--acid); }
.compare-identities img { width: 100%; height: 190px; object-fit: contain; }
.compare-identities h2 { margin: 4px 0 14px; font: 900 27px/1.1 var(--display); }
.compare-row { display: grid; grid-template-columns: 170px 1fr 1fr; border-top: 1px solid var(--line); }
.compare-row > * { padding: 15px; border-right: 1px solid var(--line); }
.compare-row strong { color: var(--muted); font-size: 13px; }
.compare-row > .spec-key { padding: 15px; border-right: 1px solid var(--line); }
.compare-row span:last-child { border-right: 0; background: rgba(199,255,47,.18); }
.compare-insights { margin: 10px 0 80px; }
.scoreboard { margin-bottom: 56px; border-top: 4px solid var(--ink); border-bottom: 1px solid var(--line); }
.scoreboard-heading { display: grid; grid-template-columns: 260px 1fr; padding: 34px 0 26px; }
.scoreboard-heading .eyebrow { grid-column: 1 / -1; }
.scoreboard-heading h2 { margin: 0; font: 900 30px/1.1 var(--display); letter-spacing: -.04em; }
.scoreboard-heading > p:last-child { max-width: 720px; margin: 0; color: var(--muted); line-height: 1.65; }
.overall-scores { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.overall-scores article { position: relative; display: flex; align-items: baseline; gap: 6px; padding: 28px 32px; }
.overall-scores article + article { border-left: 1px solid var(--line); }
.overall-scores small { margin-right: auto; font-weight: 800; }
.overall-scores strong { font: 900 62px/.85 var(--display); letter-spacing: -.06em; }
.overall-scores em { color: var(--muted); font-size: 12px; font-style: normal; }
.advantage-badge { position: absolute; top: -12px; right: 20px; padding: 5px 9px; background: var(--ink); color: white; font-size: 10px; font-weight: 900; letter-spacing: .04em; }
.category-scores { border-top: 1px solid var(--line); }
.score-row { display: grid; grid-template-columns: 170px 1fr 1fr; min-height: 52px; border-bottom: 1px solid var(--line); }
.score-row > * { display: flex; align-items: center; padding: 12px 16px; border-right: 1px solid var(--line); }
.score-row > *:last-child { border-right: 0; }
.score-row > span { justify-content: space-between; font: 900 19px var(--display); }
.score-row > span.is-winner { background: rgba(199,255,47,.28); }
.score-row i { padding: 4px 7px; background: var(--ink); color: white; font: 800 9px var(--body); font-style: normal; }
.measured-benchmark { display: grid; grid-template-columns: 170px 1fr 1fr; border-bottom: 1px solid var(--line); background: #f7f7f4; }
.measured-benchmark > * { padding: 14px 16px; border-right: 1px solid var(--line); font-size: 12px; }
.measured-benchmark > *:last-child { border-right: 0; }
.score-note { margin: 0; padding: 13px 16px; color: var(--muted); font-size: 11px; }
.compare-verdict { display: grid; grid-template-columns: 260px 1fr; padding: 38px 0; border-top: 4px solid var(--ink); }
.compare-verdict .eyebrow { grid-column: 1 / -1; }
.compare-verdict h2 { margin: 0; font: 900 30px/1.1 var(--display); letter-spacing: -.04em; }
.compare-verdict > p:last-child { max-width: 820px; margin: 0; font-size: 18px; line-height: 1.75; }
.difference-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.difference-grid article { padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.difference-grid article > span { color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.difference-grid article > div { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 15px 0; }
.difference-grid article strong { font: 900 19px var(--display); }
.difference-grid article i { color: var(--blue); font: 800 10px var(--display); text-transform: uppercase; }
.difference-grid article p { margin: 0; font-size: 12px; line-height: 1.5; }
.choice-reasons { display: grid; grid-template-columns: 1fr 1fr; }
.choice-reasons > div { min-height: 230px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
.choice-reasons > div + div { border-left: 0; background: rgba(199,255,47,.18); }
.choice-reasons span { color: var(--muted); font-size: 11px; }
.choice-reasons h3 { margin: 5px 0 17px; font: 900 21px/1.2 var(--display); }
.compare-filters { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.compare-filters > span { margin-right: auto; font-size: 13px; font-weight: 700; }
.compare-filters button { padding: 9px 14px; border: 1px solid var(--line); background: white; font: 700 12px var(--body); cursor: pointer; }
.compare-filters button.is-active { border-color: var(--ink); background: var(--ink); color: white; }
.compare-row[hidden] { display: none; }
.compare-builder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 50px 0 120px;
  border: 1px solid var(--ink);
  background: var(--ink);
}
.compare-keywords { display: flex; align-items: center; gap: 8px; margin: 28px 0 0; overflow-x: auto; }
.compare-keywords > span { margin-right: 6px; color: var(--muted); font-size: 12px; font-weight: 700; white-space: nowrap; }
.compare-keywords button { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: white; font: 700 12px var(--body); cursor: pointer; white-space: nowrap; }
.compare-keywords button:hover { border-color: var(--ink); background: var(--acid); }
.device-picker { position: relative; min-height: 260px; padding: 36px; background: var(--paper); }
.device-picker > span { display: block; color: var(--blue); font: 900 54px/1 var(--display); }
.device-picker label { display: block; margin: 28px 0 10px; font-weight: 700; }
.device-picker input[type="search"] {
  width: 100%;
  height: 58px;
  padding: 0 16px;
  border: 1px solid var(--ink);
  background: transparent;
  font: 600 17px var(--body);
}
.picker-results {
  position: absolute;
  z-index: 10;
  right: 36px;
  left: 36px;
  max-height: 330px;
  overflow: auto;
  border: 1px solid var(--ink);
  background: white;
  box-shadow: var(--shadow);
}
.picker-results button { display: flex; justify-content: space-between; width: 100%; padding: 14px; border: 0; border-bottom: 1px solid var(--line); background: white; text-align: left; cursor: pointer; }
.picker-results button:hover { background: var(--acid); }
.picker-results span { color: var(--muted); font-size: 12px; }
.picker-results p { padding: 10px 14px; }
.compare-submit { grid-column: 1 / -1; min-height: 68px; border: 0; cursor: pointer; }
.compare-submit:disabled { background: var(--paper-deep); color: var(--muted); cursor: not-allowed; transform: none; box-shadow: none; }

.archive-header { padding: 100px 0 44px; border-bottom: 4px solid var(--ink); }
.archive-header h1 { margin: 0; font: 900 clamp(52px, 7vw, 100px)/.9 var(--display); letter-spacing: -.065em; }
.pagination { margin: 50px 0 100px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); text-decoration: none; }
.page-numbers.current { background: var(--ink); color: white; }
.empty-state { padding: 150px 0; }
.empty-state h1 { max-width: 780px; font: 900 clamp(42px, 7vw, 88px)/.95 var(--display); letter-spacing: -.05em; }

.site-footer { margin-top: 100px; padding: 70px 0 40px; background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.footer-grid strong { display: block; font: 900 clamp(42px, 7vw, 90px)/.85 var(--display); letter-spacing: -.06em; }
.footer-grid p { max-width: 560px; color: rgba(255,255,255,.65); }
.footer-meta { display: flex; justify-content: space-between; margin-top: 70px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); font-size: 12px; }

@media (max-width: 1100px) {
  .home-catalog-layout,
  .brand-catalog-layout,
  .archive-catalog-layout { grid-template-columns: 1fr; }
  .home-side-widgets,
  .brand-side-widgets,
  .archive-side-widgets { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-top: 20px; }
  .home-side-widgets .phone-side-widget,
  .brand-side-widgets .phone-side-widget,
  .archive-side-widgets .phone-side-widget { margin-bottom: 20px; }
  .sidebar-ad-slot { position: static; grid-column: 1 / -1; max-width: none; margin: 10px 0 20px; }
  .sidebar-ad-slot > div { min-height: 180px; }
}

@media (max-width: 900px) {
  .site-nav { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav.is-open {
    position: absolute;
    z-index: 60;
    top: calc(100% - 1px);
    right: 0;
    left: 0;
    display: block;
    border: 1px solid var(--ink);
    background: white;
    box-shadow: var(--shadow);
  }
  .site-nav.is-open ul { display: block; }
  .site-nav.is-open li + li { border-top: 1px solid var(--line); }
  .site-nav.is-open a { display: block; padding: 15px 18px; }
  .site-nav.is-open a:hover { background: var(--acid); }
  .home-hero, .phone-hero { grid-template-columns: 1fr; }
  .hero-index { min-height: 280px; border-top: 1px solid var(--line); border-left: 0; }
  .phone-grid { grid-template-columns: repeat(2, 1fr); }
  .home-catalog-main .phone-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-catalog-main .phone-grid { grid-template-columns: repeat(2, 1fr); }
  .archive-catalog-main .phone-grid { grid-template-columns: repeat(2, 1fr); }
  .phone-visual { border-top: 1px solid var(--line); border-left: 0; }
  .difference-grid { grid-template-columns: repeat(2, 1fr); }
  .content-layout { grid-template-columns: 1fr; }
  .content-rail { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; order: 2; }
  .content-rail .sidebar-ad-slot { grid-column: 1 / -1; }
  .page-index { display: none; }
  .phone-side-widget { margin: 10px 0 30px; }
  .compare-hero h1 { display: block; }
  .compare-hero h1 span { display: block; margin: 12px 0; }
  .compare-identities { grid-template-columns: 1fr; }
  .compare-builder { grid-template-columns: 1fr; }
  .compare-submit { grid-column: auto; }
  .compare-identities article + article { border-top: 0; border-left: 1px solid var(--line); }
}
@media (max-width: 560px) {
  body { font-size: 15px; }
  .shell { width: min(100% - 24px, 1240px); }
  .header-inner { min-height: 60px; }
  .brand-mark { gap: 8px; font-size: 17px; }
  .brand-mark::before { width: 15px; height: 27px; }
  .header-compare { display: none; }
  .home-hero { min-height: 0; }
  .home-side-widgets,
  .brand-side-widgets,
  .archive-side-widgets { grid-template-columns: 1fr 1fr; gap: 12px; }
  .hero-copy { padding: 48px 18px 44px; }
  .hero-copy h1 { font-size: 44px; line-height: .88; }
  .hero-copy > p:not(.eyebrow) { margin: 22px 0 0; font-size: 15px; line-height: 1.65; }
  .hero-index {
    grid-template-columns: auto 1fr;
    align-items: center;
    min-height: 142px;
    padding: 24px;
  }
  .hero-index strong { font-size: 68px; line-height: 1; }
  .hero-index span { margin: 0 0 0 22px; font-size: 13px; line-height: 1.45; }
  .finder { margin: 0 auto 58px; padding: 18px; }
  .finder form { grid-template-columns: 1fr; }
  .finder input { min-height: 50px; font-size: 15px; }
  .finder .button { min-height: 46px; }
  .section-heading { margin: 56px 0 20px; padding-bottom: 13px; }
  .section-heading h2 { font-size: 32px; }
  .section-heading > a { font-size: 12px; }
  .phone-grid { grid-template-columns: repeat(2, 1fr); }
  .phone-card { min-height: 270px; padding: 14px; }
  .phone-card img { width: 88%; height: 145px; margin: 5px auto 12px; }
  .phone-card h3 { font-size: 16px; }
  .phone-card p { font-size: 11px; line-height: 1.45; }
  .brand-nav { overflow-x: auto; scrollbar-width: none; }
  .brand-nav::-webkit-scrollbar { display: none; }
  .brand-nav__inner { display: flex; width: max-content; min-width: 100%; }
  .brand-nav a { min-width: 76px; padding: 9px 13px; font-size: 11px; }

  .phone-hero { display: flex; min-height: 0; flex-direction: column; }
  .phone-title { padding: 28px 22px 34px; }
  .phone-title h1 { font-size: 38px; line-height: .96; letter-spacing: -.055em; }
  .phone-title .lede { margin-top: 18px; font-size: 14px; }
  .phone-visual { order: -1; min-height: 280px; padding: 24px; }
  .phone-visual::before { width: 36%; height: 9px; }
  .phone-visual::after { right: 14px; bottom: 14px; width: 22px; height: 22px; border-width: 0 6px 6px 0; }
  .phone-visual img { width: min(82%, 360px); max-height: 238px; }
  .quick-specs { grid-template-columns: repeat(2, 1fr); margin-bottom: 42px; }
  .quick-spec { min-height: 102px; padding: 14px; }
  .quick-spec:nth-child(odd) { border-right: 1px solid var(--line); }
  .quick-spec:nth-child(even) { border-right: 0; }
  .quick-spec span { margin-bottom: 8px; font-size: 10px; }
  .quick-spec strong { font-size: 13px; line-height: 1.45; }
  .device-insights { margin-bottom: 50px; }
  .insight-summary { display: block; padding: 26px 0; }
  .insight-summary h2 { font-size: 24px; }
  .insight-summary > p:last-child { margin-top: 15px; font-size: 15px; line-height: 1.7; }
  .pros-cons { grid-template-columns: 1fr; }
  .pros-cons > div { min-height: 0; padding: 22px 18px 22px 56px; }
  .pros-cons > div + div { border-left: 0; }
  .insight-number { top: 21px; left: 18px; font-size: 32px; }
  .pros-cons h3 { font-size: 17px; }
  .pros-cons li { margin: 6px 0; font-size: 13px; }
  .recommended-for { align-items: flex-start; padding: 16px 0; }
  .recommended-for strong { width: 100%; }
  .recommended-for span { font-size: 11px; }
  .spec-sheet { margin-bottom: 60px; }
  .spec-sheet h2 { margin-top: 42px; padding: 13px 0; font-size: 22px; }
  .spec-row { grid-template-columns: 96px 1fr; }
  .spec-row > .spec-key, .spec-row > span { padding: 11px 8px; }
  .spec-row strong { font-size: 11px; }
  .spec-row > span { font-size: 13px; line-height: 1.5; overflow-wrap: break-word; }

  .compare-hero { padding: 50px 0 30px; }
  .compare-hero h1 { display: block; font-size: 39px; line-height: .96; }
  .compare-hero h1 span { display: inline; margin: 0 6px; font-size: .45em; }
  .compare-hero > p:last-child { margin-bottom: 0; font-size: 14px; }
  .compare-keywords { margin-top: 18px; padding-bottom: 3px; }
  .compare-builder { margin: 24px 0 64px; }
  .device-picker { min-height: 178px; padding: 20px; }
  .device-picker > span { font-size: 36px; }
  .device-picker label { margin: 17px 0 7px; font-size: 13px; }
  .device-picker input[type="search"] { height: 50px; font-size: 15px; }
  .picker-results { right: 20px; left: 20px; }
  .compare-submit { min-height: 56px; }

  .compare-identities { grid-template-columns: 1fr 1fr; margin: 24px 0 42px; }
  .compare-identities article,
  .compare-identities article + article {
    display: block;
    min-height: 0;
    padding: 14px;
    border: 1px solid var(--line);
  }
  .compare-identities article + article { border-left: 0; }
  .compare-identities img { height: 120px; margin-bottom: 10px; }
  .compare-identities article span { font-size: 10px; }
  .compare-identities h2 { margin: 3px 0 9px; font-size: 15px; overflow-wrap: break-word; }
  .compare-identities a { font-size: 11px; }
  .compare-insights { margin-bottom: 48px; }
  .scoreboard { margin-bottom: 38px; }
  .scoreboard-heading { display: block; padding: 24px 0 18px; }
  .scoreboard-heading h2 { font-size: 24px; }
  .scoreboard-heading > p:last-child { margin-top: 10px; font-size: 13px; }
  .overall-scores article { display: block; padding: 22px 14px 18px; }
  .overall-scores small { display: block; min-height: 32px; font-size: 11px; overflow-wrap: break-word; }
  .overall-scores strong { font-size: 45px; }
  .advantage-badge { top: -10px; right: 8px; }
  .score-row { grid-template-columns: 86px 1fr 1fr; min-height: 46px; }
  .score-row > * { padding: 9px 8px; font-size: 11px; }
  .score-row > span { font-size: 16px; }
  .score-row i { padding: 3px 5px; font-size: 8px; }
  .measured-benchmark { grid-template-columns: 86px 1fr 1fr; }
  .measured-benchmark > * { padding: 10px 8px; font-size: 10px; overflow-wrap: break-word; }
  .compare-verdict { display: block; padding: 25px 0; }
  .compare-verdict h2 { font-size: 24px; }
  .compare-verdict > p:last-child { margin-top: 14px; font-size: 14px; }
  .difference-grid { grid-template-columns: 1fr 1fr; }
  .difference-grid article { padding: 13px; }
  .difference-grid article strong { font-size: 15px; }
  .difference-grid article p { font-size: 11px; }
  .choice-reasons > div { min-height: 0; padding: 16px; }
  .choice-reasons h3 { font-size: 14px; }
  .choice-reasons li { font-size: 11px; }
  .compare-filters { position: sticky; z-index: 20; top: 98px; padding: 10px 0; background: white; }
  .compare-filters > span { display: none; }
  .compare-row { grid-template-columns: 1fr 1fr; font-size: 12px; }
  .compare-row > .spec-key {
    grid-column: 1 / -1;
    padding: 8px 10px;
    border-right: 0;
    background: var(--paper-deep);
  }
  .compare-row strong {
    font-size: 11px;
  }
  .compare-row span { min-width: 0; padding: 10px; overflow-wrap: break-word; }
  .compare-row span:nth-child(2) { border-left: 0; }

  .archive-header { padding: 52px 0 28px; }
  .archive-header h1 { font-size: 44px; }
  .empty-state { padding: 80px 0; }
  .empty-state h1 { font-size: 42px; }
  .site-footer { margin-top: 60px; padding: 48px 0 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid strong { font-size: 52px; }
  .footer-grid p { font-size: 13px; }
  .footer-meta { margin-top: 42px; }
}

/* Premium multi-catalog system */
:root {
  --ink: #101828;
  --paper: #ffffff;
  --paper-deep: #f3f5f8;
  --acid: #2457f5;
  --blue: #2457f5;
  --muted: #667085;
  --line: #d9dee8;
  --display: "Manrope", "IBM Plex Sans KR", sans-serif;
  --body: "IBM Plex Sans KR", sans-serif;
  --mono: "IBM Plex Mono", monospace;
  --shadow: 0 24px 64px rgba(29, 41, 57, .12);
}

body {
  background:
    linear-gradient(rgba(16, 24, 40, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 40, .025) 1px, transparent 1px),
    var(--paper);
  background-size: 48px 48px;
  color: var(--ink);
  font-feature-settings: "ss01" 1, "cv11" 1;
}
body::before {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  content: "";
}
.shell { width: min(1440px, calc(100% - 64px)); }
.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(36, 87, 245, .38); outline-offset: 3px; }
.button {
  min-height: 50px;
  border-color: var(--ink);
  border-radius: 2px;
  background: var(--ink);
  box-shadow: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.button:hover { background: var(--blue); box-shadow: none; transform: translateY(-2px); }
.button:active { transform: translateY(1px); }
.button--acid { border-color: var(--blue); background: var(--blue); color: white; }
.eyebrow { color: var(--blue); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; }

.site-header {
  z-index: 80;
  border-color: rgba(217, 222, 232, .9);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 1px 0 rgba(16, 24, 40, .04);
  backdrop-filter: blur(18px) saturate(140%);
}
.header-inner { min-height: 76px; }
.brand-mark { gap: 0; font-size: 18px; letter-spacing: -.05em; }
.brand-mark::before { display: none; }
.brand-mark > span, .footer-brand > span { color: var(--blue); }
.brand-mark small, .footer-brand small { align-self: flex-start; margin: 3px 0 0 5px; color: var(--muted); font: 600 8px var(--mono); letter-spacing: .08em; }
.site-nav { margin-left: 56px; margin-right: auto; }
.site-nav ul { gap: 6px; }
.site-nav a { display: block; padding: 10px 13px; border-radius: 2px; color: #344054; font-family: var(--display); font-size: 13px; transition: background .18s ease, color .18s ease; }
.site-nav a:hover { background: var(--paper-deep); color: var(--blue); }
.site-nav__catalog { position: relative; }
.site-nav__catalog-trigger { display: flex; align-items: center; }
.site-nav__catalog-trigger > button { display: flex; min-height: 34px; padding: 0 11px 0 13px; align-items: center; gap: 9px; border: 0; border-radius: 2px; background: transparent; color: #344054; cursor: pointer; font-family: var(--display); }
.site-nav__catalog-trigger > button strong { font-size: 13px; }
.site-nav__catalog-trigger > button span { display: block; transition: transform .2s ease; }
.nav-chevron { width: 7px; height: 7px; margin-top: -4px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transform-origin: 70% 70%; }
.site-nav__catalog-trigger > button[aria-expanded="true"] .nav-chevron { transform: rotate(225deg); }
.site-nav__catalog-trigger > button:hover,
.site-nav__catalog-trigger > button:focus-visible { background: var(--paper-deep); color: var(--blue); outline: 2px solid var(--blue); outline-offset: 1px; }
.site-nav__catalog.is-current > .site-nav__catalog-trigger > button { color: var(--blue); }
.brand-mega {
  position: fixed;
  z-index: 90;
  top: 76px;
  left: 50%;
  display: grid;
  grid-template-columns: 250px 410px;
  width: min(660px, calc(100vw - 40px));
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 24px 60px rgba(16, 24, 40, .16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity .18s ease, transform .18s ease;
}
.brand-mega.is-open { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.brand-mega--wide { grid-template-columns: 220px 1fr; width: min(820px, calc(100vw - 40px)); }
.brand-mega--wide .brand-mega__links { grid-template-columns: repeat(3, 1fr); }
.brand-mega__intro { padding: 30px; background: #101828; color: white; }
.brand-mega__intro span { color: #9cb3ff; font: 600 9px var(--mono); letter-spacing: .12em; }
.brand-mega__intro strong { display: block; margin-top: 46px; font: 800 24px/1.15 var(--display); letter-spacing: -.04em; }
.brand-mega__intro p { margin: 12px 0 0; color: #98a2b3; font-size: 11px; line-height: 1.6; }
.brand-mega__links { display: grid; grid-template-columns: 1fr 1fr; }
.site-nav .brand-mega__links a { display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: 0 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); font: 700 13px var(--display); }
.site-nav .brand-mega__links a:hover { background: #eef2ff; color: var(--blue); }
.brand-mega__links span { display: flex; gap: 8px; align-items: baseline; }
.brand-mega__links small { color: var(--muted); font: 500 8px var(--mono); }
.site-nav .brand-mega__links .brand-mega__all { grid-column: 1 / -1; border-bottom: 0; background: #f8f9fb; }
.category-brand-filter { display: grid; grid-template-columns: 180px 1fr; margin: 28px 0 42px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.82); }
.category-brand-filter__label { padding: 18px 20px 18px 0; border-right: 1px solid var(--line); }
.category-brand-filter__label span { display: block; color: var(--blue); font: 600 8px var(--mono); letter-spacing: .1em; }
.category-brand-filter__label strong { display: block; margin-top: 6px; font: 750 14px var(--display); }
.category-brand-filter__options { display: flex; flex-wrap: wrap; align-content: stretch; }
.category-brand-filter__options a { display: flex; gap: 7px; align-items: center; min-height: 48px; padding: 0 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #475467; font: 650 11px var(--display); text-decoration: none; transition: background .18s ease, color .18s ease; }
.category-brand-filter__options a:hover { background: #eef2ff; color: var(--blue); }
.category-brand-filter__options a.is-active { background: var(--blue); color: white; }
.category-brand-filter__options small { color: var(--muted); font: 500 8px var(--mono); }
.category-brand-filter__options a.is-active small { color: #d9e2ff; }
.catalog-tools { display: flex; gap: 12px; justify-content: space-between; align-items: flex-end; margin: -18px 0 20px; }
.catalog-tools__toggle { display: none; }
.catalog-tools__panel { display: contents; }
.catalog-sort { display: grid; justify-content: flex-end; gap: 5px; margin: 0; }
.catalog-sort label { display: block; padding: 0; border: 0; background: transparent; }
.catalog-sort label span { color: var(--muted); font: 600 8px var(--mono); letter-spacing: .06em; }
.catalog-sort label strong { display: none; }
.catalog-sort__select, .catalog-filter__select { position: relative; min-width: 170px; }
.catalog-sort__select::after, .catalog-filter__select::after { position: absolute; top: 50%; right: 17px; width: 7px; height: 7px; border-right: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); content: ""; pointer-events: none; transform: translateY(-70%) rotate(45deg); }
.catalog-sort select { width: 100%; min-height: 44px; padding: 0 42px 0 15px; border: 1px solid var(--line); border-radius: 0; background: white; color: var(--ink); font: 650 11px var(--body); appearance: none; cursor: pointer; }
.catalog-sort select:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
.catalog-sort noscript button { min-height: 44px; border: 0; background: var(--blue); color: white; }
.catalog-filter { display: flex; gap: 8px; align-items: flex-end; }
.catalog-filter label { display: grid; gap: 5px; }
.catalog-filter label > span { color: var(--muted); font: 600 8px var(--mono); letter-spacing: .06em; }
.catalog-filter input, .catalog-filter select { min-height: 44px; padding: 0 13px; border: 1px solid var(--line); border-radius: 0; background: white; color: var(--ink); font: 600 11px var(--body); }
.catalog-filter input { width: min(220px, 28vw); }
.catalog-filter select {
  width: 100%;
  min-width: 170px;
  padding: 0 42px 0 15px;
  border-color: var(--line);
  font-weight: 650;
  appearance: none;
  cursor: pointer;
}
.catalog-filter select option, .catalog-sort select option { cursor: pointer; }
.catalog-filter button { min-height: 44px; padding: 0 17px; border: 1px solid var(--ink); background: var(--ink); color: white; font: 700 10px var(--body); cursor: pointer; }
.catalog-filter button:hover { background: var(--blue); border-color: var(--blue); }
.catalog-filter > a { align-self: center; color: var(--muted); font-size: 10px; }
.header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.header-compare { padding: 10px 15px; color: var(--ink); font: 700 12px var(--display); text-decoration: none; }
.header-compare:hover { background: var(--paper-deep); color: var(--blue); }
.header-search { display: flex; gap: 10px; align-items: center; margin-left: 0; padding: 8px 0 8px 18px; border-left: 1px solid var(--line); color: var(--muted); font-size: 12px; text-decoration: none; }
.header-search b { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); color: var(--ink); font-size: 20px; font-weight: 400; }
.brand-nav { border-color: var(--line); background: #f8f9fb; }
.brand-nav__inner { display: flex; width: auto; overflow-x: auto; scrollbar-width: none; }
.brand-nav__inner::-webkit-scrollbar { display: none; }
.brand-nav a { flex: 0 0 auto; min-width: 92px; padding: 9px 14px; border-color: var(--line); color: #475467; font: 600 10px var(--mono); letter-spacing: .04em; }
.brand-nav a:first-child { border-left: 1px solid var(--line); }
.brand-nav a:hover, .brand-nav a.is-active { background: var(--blue); color: white; }
.brand-nav .catalog-chip { color: var(--ink); font-weight: 600; }
.brand-nav__divider { flex: 0 0 24px; border-right: 1px solid var(--line); }

.home-hero {
  grid-template-columns: minmax(0, 1.45fr) minmax(340px, .55fr);
  min-height: 680px;
  border-color: var(--line);
  background: rgba(255, 255, 255, .86);
}
.hero-copy { padding: 110px clamp(36px, 7vw, 110px) 96px; }
.hero-copy h1 {
  max-width: 920px;
  font-size: clamp(64px, 8vw, 126px);
  letter-spacing: -.075em;
  line-height: .88;
  text-wrap: balance;
}
.hero-copy h1 em { color: var(--blue); }
.hero-copy > p:not(.eyebrow) { max-width: 580px; margin: 38px 0 0; color: var(--muted); font-size: 18px; line-height: 1.75; text-wrap: pretty; }
.hero-actions { display: flex; gap: 26px; align-items: center; margin-top: 42px; }
.hero-actions > a:not(.button) { color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.hero-actions > a span { color: var(--blue); }
.hero-index {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: initial;
  padding: 52px 42px;
  border-color: #27364f;
  background:
    radial-gradient(circle at 90% 10%, rgba(36, 87, 245, .32), transparent 36%),
    #101828;
  color: white;
}
.hero-index > span { color: #9cb3ff; font: 600 10px var(--mono); letter-spacing: .14em; }
.hero-index > strong { margin-top: 24px; color: white; font: 600 clamp(72px, 9vw, 136px)/.78 var(--mono); letter-spacing: -.08em; font-variant-numeric: tabular-nums; }
.hero-index > p { margin: 25px 0 42px; color: #98a2b3; font-size: 13px; }
.hero-index dl { margin: 0; border-top: 1px solid rgba(255,255,255,.16); }
.hero-index dl div { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.hero-index dt { color: #98a2b3; font: 500 10px var(--mono); }
.hero-index dd { margin: 0; font: 500 12px var(--mono); font-variant-numeric: tabular-nums; }

.finder {
  display: grid;
  grid-template-columns: minmax(260px, .38fr) 1fr;
  gap: 30px;
  align-items: center;
  margin: -34px auto 130px;
  padding: 20px 22px;
  border: 1px solid #344054;
  background: #101828;
  box-shadow: 0 28px 60px rgba(16, 24, 40, .2);
}
.finder > div { display: flex; gap: 14px; align-items: center; }
.finder > div > span { color: #9cb3ff; font-size: 25px; }
.finder > div p { margin: 0; color: #98a2b3; font-size: 11px; }
.finder > div strong { display: block; margin-bottom: 2px; color: white; font-size: 13px; }
.finder form { grid-template-columns: 1fr 90px; gap: 0; }
.finder input { min-height: 54px; border: 1px solid #475467; border-right: 0; background: #1d2939; font-size: 14px; }
.finder button { border: 0; background: var(--blue); color: white; font: 700 12px var(--body); cursor: pointer; }

.catalog-index { margin-bottom: 150px; scroll-margin-top: 130px; }
.editorial-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 46px; }
.editorial-heading span { color: var(--blue); font: 600 10px var(--mono); letter-spacing: .12em; }
.editorial-heading h2 { max-width: 820px; margin: 16px 0 0; font: 800 clamp(45px, 5.2vw, 78px)/.98 var(--display); letter-spacing: -.06em; text-wrap: balance; }
.editorial-heading > p { max-width: 520px; margin: 0 0 8px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.catalog-panels { display: grid; grid-template-columns: 1.25fr .85fr .85fr 1.05fr; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.catalog-panel {
  position: relative;
  min-height: 390px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.88);
  text-decoration: none;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.catalog-panel:hover { z-index: 2; background: var(--ink); color: white; transform: translateY(-8px); }
.catalog-panel > span { color: var(--muted); font: 500 10px var(--mono); }
.catalog-panel > small { position: absolute; top: 30px; right: 28px; color: var(--blue); font: 600 9px var(--mono); letter-spacing: .1em; }
.catalog-panel h3 { margin: 84px 0 12px; font: 800 clamp(28px, 3vw, 44px)/1 var(--display); letter-spacing: -.05em; }
.catalog-panel p { max-width: 180px; margin: 0; color: var(--muted); font-size: 12px; }
.catalog-panel > strong { position: absolute; bottom: 28px; left: 28px; font: 600 32px var(--mono); letter-spacing: -.05em; }
.catalog-panel > strong i { margin-left: 7px; color: var(--muted); font: 500 9px var(--mono); font-style: normal; letter-spacing: 0; }
.catalog-panel > b { position: absolute; right: 28px; bottom: 25px; color: var(--blue); font-size: 26px; font-weight: 400; }
.catalog-panel:hover p, .catalog-panel:hover > span, .catalog-panel:hover > strong i { color: #98a2b3; }

.section-heading { margin-top: 110px; border-bottom: 1px solid var(--ink); }
.section-heading h2 { font-size: clamp(34px, 4vw, 56px); }
.section-heading > a { color: var(--blue); font-size: 12px; font-weight: 700; text-decoration: none; }
.home-catalog-layout, .brand-catalog-layout, .archive-catalog-layout { grid-template-columns: minmax(0, 1fr) 270px; gap: 38px; }
.phone-grid { border-color: var(--line); background: white; }
.phone-card { min-height: 410px; padding: 24px; border-color: var(--line); background: white; }
.phone-card:hover { z-index: 2; background: #f7f9ff; }
.phone-card .rank { font-family: var(--mono); font-size: 10px; }
.phone-card img { transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.phone-card:hover img { transform: translateY(-8px) scale(1.025); }
.phone-card h3 { font-size: 19px; letter-spacing: -.035em; }
.phone-card p { font-size: 11px; }

.phone-side-widget { border-top-width: 1px; }
.side-widget-title h2 { font-size: 16px; }
.side-widget-title span, .phone-side-widget b { font-family: var(--mono); }
.phone-side-widget a:hover { background: #eef2ff; }
.phone-side-widget--newest { border-top-color: var(--blue); }
.sidebar-ad-slot > div { border-color: var(--line); background: #f7f8fa; }

.archive-header { padding-top: 92px; border-bottom: 1px solid var(--ink); }
.archive-header h1, .compare-hero h1 { letter-spacing: -.065em; text-wrap: balance; }
.catalog-archive-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 80px;
  align-items: end;
  min-height: 420px;
  padding: 90px 0 50px;
  border-bottom: 1px solid var(--ink);
}
.catalog-archive-hero > p { grid-column: 1 / -1; margin: 0; color: var(--blue); font: 600 10px var(--mono); letter-spacing: .14em; }
.catalog-archive-hero h1 { margin: 0; font: 800 clamp(72px, 10vw, 150px)/.8 var(--display); letter-spacing: -.08em; }
.catalog-archive-hero > div { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: end; }
.catalog-archive-hero strong { font: 600 54px/.8 var(--mono); letter-spacing: -.06em; }
.catalog-archive-hero span { color: var(--muted); font-size: 12px; line-height: 1.6; }
.catalog-loading { margin: 60px 0 140px; padding: 70px; border: 1px solid var(--line); background: white; }
.catalog-loading > span { color: var(--blue); font: 600 10px var(--mono); letter-spacing: .12em; }
.catalog-loading h2 { margin: 18px 0 12px; font: 800 clamp(32px, 4vw, 54px) var(--display); letter-spacing: -.05em; }
.catalog-loading p { color: var(--muted); }
.catalog-loading > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 45px; }
.catalog-loading i { height: 5px; background: var(--paper-deep); overflow: hidden; }
.catalog-loading i::after { display: block; width: 45%; height: 100%; background: var(--blue); content: ""; animation: pipeline 1.8s ease-in-out infinite alternate; }
.catalog-loading i:nth-child(2)::after { animation-delay: -.4s; }
.catalog-loading i:nth-child(3)::after { animation-delay: -.8s; }
.catalog-loading i:nth-child(4)::after { animation-delay: -1.2s; }
@keyframes pipeline { to { transform: translateX(125%); } }
.tech-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); }
.tech-card { position: relative; min-height: 360px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.tech-card__meta { display: flex; justify-content: space-between; color: var(--muted); font: 500 9px var(--mono); }
.tech-card__glyph { display: grid; height: 150px; place-items: center; color: #d0d5dd; font-size: 86px; }
.tech-card h3 { margin: 15px 0 8px; font: 800 20px/1.15 var(--display); letter-spacing: -.035em; }
.tech-card p { max-width: 30ch; color: var(--muted); font-size: 11px; }
.tech-card > a { position: absolute; inset: 0; font-size: 0; }
.tech-card__score { position: absolute; right: 22px; bottom: 22px; font: 600 26px var(--mono); }
.tech-card__score small { color: var(--muted); font-size: 9px; }
.tech-detail { padding: 100px 0; }
.tech-detail header { padding-bottom: 52px; border-bottom: 1px solid var(--ink); }
.tech-detail header > p { color: var(--blue); font: 600 10px var(--mono); letter-spacing: .14em; }
.tech-detail h1 { max-width: 1100px; margin: 28px 0; font: 800 clamp(54px, 8vw, 116px)/.88 var(--display); letter-spacing: -.07em; }
.tech-detail__lede { max-width: 720px; color: var(--muted); font-size: 18px; }
.tech-detail__body { max-width: 900px; margin: 60px auto; }
.tech-related { margin-top: 110px; }
.tech-related .section-heading { margin-top: 0; }
.detail-compare-button { display: inline-flex; margin-top: 28px; text-decoration: none; }
.product-series-link { display: inline-grid; margin: 20px 0 0 14px; grid-template-columns: auto auto; gap: 2px 10px; vertical-align: top; color: var(--ink); text-decoration: none; }
.product-series-link span { color: var(--blue); font: 600 8px var(--mono); letter-spacing: .06em; }
.product-series-link strong { font-size: 11px; }
.product-series-link i { grid-column: 2; color: var(--muted); font-size: 9px; font-style: normal; }
.series-product-grid, .series-product-list { margin-top: 48px; }
.product-connections { display: grid; grid-template-columns: 1fr 1fr; margin: 100px 0 0; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.product-connections > a { display: grid; min-height: 150px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.product-connections > a:hover { background: #f5f7ff; }
.product-connection--next { text-align: right; }
.product-connections span { color: var(--blue); font: 600 9px var(--mono); letter-spacing: .08em; }
.product-connections strong { align-self: center; font: 800 20px/1.2 var(--display); }
.product-connections small { align-self: end; color: var(--muted); font-size: 9px; }
.recent-products { margin-top: 110px; }
.recent-products .section-heading { margin-top: 0; }
.recent-products__list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.recent-products__list article { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.recent-products__list a { display: grid; min-height: 120px; grid-template-columns: 74px 1fr; gap: 15px; align-items: center; padding: 18px; color: var(--ink); text-decoration: none; }
.recent-products__list a:hover { background: #f5f7ff; }
.recent-products__list img { width: 74px; height: 78px; object-fit: contain; background: white; }
.recent-products__list span { min-width: 0; }
.recent-products__list small { display: block; margin-bottom: 7px; overflow: hidden; color: var(--blue); font: 600 8px var(--mono); text-overflow: ellipsis; white-space: nowrap; }
.recent-products__list strong { display: block; font: 750 13px/1.3 var(--display); word-break: keep-all; overflow-wrap: break-word; }

.phone-hero { min-height: 660px; border-color: var(--line); background: white; }
.phone-title { padding: 72px; }
.phone-title h1 { font-size: clamp(52px, 6.5vw, 96px); line-height: .91; }
.phone-visual { border-color: var(--line); }
.phone-visual::before { height: 6px; background: var(--blue); }
.phone-visual::after { border-color: var(--blue); }
.quick-specs, .quick-spec, .spec-row, .compare-row { border-color: var(--line); }
.spec-row > span { white-space: pre-line; }
.quick-spec span { font-family: var(--mono); letter-spacing: .04em; }
.insight-summary, .compare-verdict, .scoreboard { border-top-width: 1px; }
.pros-cons > div { background: white; }
.pros-cons .pros { background: #f7f9ff; }
.recommended-for span { border-radius: 2px; background: #eef2ff; }
.device-updated { margin: 18px 0 0; color: var(--muted); font: 500 9px var(--mono); }
.score-row > span.is-winner { background: #eef2ff; }
.score-row i, .advantage-badge { background: var(--blue); }
.compare-identities article + article { background: #eef2ff; }
.compare-keywords button:hover, .picker-results button:hover { background: #eef2ff; }
.compare-categories { display: grid; grid-template-columns: repeat(4, 1fr); margin: 26px 0 14px; border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.compare-categories button { min-height: 52px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; color: var(--ink); font: 700 12px var(--display); cursor: pointer; }
.compare-categories button:hover { background: #eef2ff; }
.compare-categories button.is-active { background: var(--blue); color: white; }
.tech-compare-scores { margin: 70px 0; }
.tech-compare-scores .section-heading { margin-top: 0; }
.tech-compare-scores > div:not(.section-heading) { display: grid; grid-template-columns: minmax(180px, 1fr) 1fr 1fr; border-bottom: 1px solid var(--line); }
.tech-compare-scores > div:not(.section-heading) > * { padding: 14px 18px; font-size: 11px; }
.tech-compare-scores > div:not(.section-heading) span { border-left: 1px solid var(--line); font: 650 12px var(--mono); }

.site-footer { margin-top: 150px; padding: 82px 0 34px; background: #101828; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; padding-bottom: 64px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-brand { color: white; font: 800 clamp(36px, 5vw, 68px) var(--display); letter-spacing: -.06em; text-decoration: none; }
.footer-top > p { max-width: 520px; margin: 8px 0 0; color: #98a2b3; font-size: 15px; line-height: 1.8; }
.footer-grid { grid-template-columns: .7fr .7fr 1.6fr; gap: 70px; padding: 52px 0; }
.footer-grid nav { display: flex; flex-direction: column; gap: 9px; }
.footer-grid strong { margin-bottom: 10px; color: white; font: 600 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a { color: #98a2b3; font-size: 12px; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-grid p { margin: 0; color: #98a2b3; font-size: 12px; }
.footer-policy-links { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 18px; }
.footer-policy-links a { font-size: 10px; }
.footer-meta { margin-top: 0; color: #667085; font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }

@media (max-width: 1100px) {
  .shell { width: min(100% - 40px, 1440px); }
  .home-hero { grid-template-columns: 1fr .52fr; }
  .hero-copy { padding-inline: 50px; }
  .catalog-panels { grid-template-columns: 1fr 1fr; }
  .catalog-panel { min-height: 330px; }
  .tech-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  html { overflow-x: clip; }
  html.mobile-menu-open { overflow: hidden; }
  .header-inner { min-height: 68px; }
  .header-actions { margin-left: auto; gap: 7px; }
  .menu-toggle { flex: 0 0 42px; width: 42px; height: 42px; margin-left: 0; border-color: var(--line); }
  .header-search { margin-left: 0; }
  .header-search > span { display: none; }
  .header-search { width: 42px; height: 42px; padding: 0; border: 0; }
  .header-search b { width: 42px; height: 42px; }
  .site-nav.is-open {
    position: fixed;
    top: 68px;
    right: 0;
    left: 0;
    width: 100%;
    max-height: calc(100dvh - 68px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 0;
    border-top: 1px solid var(--line);
    box-shadow: 0 20px 45px rgba(16, 24, 40, .16);
  }
  .site-nav.is-open > ul { width: 100%; }
  .site-nav.is-open a { padding: 17px 20px; }
  .site-nav.is-open .site-nav__catalog-trigger { border-bottom: 0; }
  .site-nav.is-open .site-nav__catalog-trigger > button { width: 100%; min-height: 58px; padding: 0 20px; justify-content: space-between; }
  .brand-mega { position: static; display: none; width: 100%; max-height: none; grid-template-columns: 1fr; overflow: visible; border: 0; border-top: 1px solid var(--line); box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .brand-mega.is-open { display: block; transform: none; }
  .brand-mega__intro { display: none; }
  .brand-mega__links,
  .brand-mega--wide .brand-mega__links { display: grid; grid-template-columns: 1fr; width: 100%; }
  .category-brand-filter { grid-template-columns: 1fr; }
  .category-brand-filter__label { display: flex; gap: 12px; align-items: center; padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .category-brand-filter__label strong { margin: 0; }
  .catalog-tools { display: block; margin-top: -22px; }
  .catalog-tools__toggle { position: relative; display: grid; width: 100%; min-height: 52px; grid-template-columns: 1fr auto 18px; gap: 10px; align-items: center; padding: 0 16px; border: 1px solid var(--line); background: white; color: var(--ink); cursor: pointer; text-align: left; }
  .catalog-tools__toggle > span { font: 750 12px var(--display); }
  .catalog-tools__toggle small { color: var(--muted); font: 600 8px var(--mono); }
  .catalog-tools__toggle.has-active-filter small { color: var(--blue); }
  .catalog-tools__toggle i { width: 7px; height: 7px; margin-top: -4px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .2s ease; }
  .catalog-tools__toggle[aria-expanded="true"] i { transform: rotate(225deg); }
  .catalog-tools__toggle:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
  .catalog-tools__panel { display: none; padding: 16px; border: 1px solid var(--line); border-top: 0; background: #f8f9fb; }
  .catalog-tools__panel.is-open { display: grid; gap: 18px; }
  .catalog-filter { flex-wrap: wrap; }
  .catalog-filter__keyword { flex: 1 1 100%; }
  .catalog-filter input { width: 100%; }
  .catalog-sort { justify-content: flex-start; }
  .site-nav.is-open .brand-mega__links a { min-height: 52px; padding: 0 22px 0 30px; border-top: 0; border-right: 0; font-size: 12px; }
  .site-nav.is-open .brand-mega__links .brand-mega__all { min-height: 56px; background: #f5f7ff; color: var(--blue); }
  .home-hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 560px; padding: 82px 50px; }
  .hero-index { min-height: 390px; }
  .finder { grid-template-columns: 1fr; margin-bottom: 100px; }
  .editorial-heading { grid-template-columns: 1fr; gap: 26px; }
  .catalog-archive-hero { grid-template-columns: 1fr; gap: 40px; }
  .tech-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 24px, 1440px); }
  .site-header { position: sticky; }
  .header-inner { min-height: 60px; gap: 8px; }
  .site-nav.is-open { top: 60px; max-height: calc(100dvh - 60px); }
  .brand-mark { font-size: 15px; }
  .header-actions { gap: 5px; }
  .header-compare { display: inline-flex; min-height: 40px; padding: 0 7px; align-items: center; font-size: 10px; }
  .header-search, .header-search b, .menu-toggle { width: 40px; height: 40px; }
  .menu-toggle { flex-basis: 40px; }
  .header-search { padding-left: 0; border-left: 0; }
  .header-search span { display: none; }
  .brand-nav a { min-width: 78px; padding: 8px 11px; }
  .brand-nav__divider { flex-basis: 10px; }
  .home-hero.shell { width: 100%; border-inline: 0; }
  .hero-copy { min-height: 0; padding: 48px 20px 42px; }
  .hero-copy .eyebrow { font-size: 8px; letter-spacing: .12em; }
  .hero-copy h1 { margin-top: 22px; font-size: 43px; line-height: .9; }
  .hero-copy > p:not(.eyebrow) { max-width: 34ch; margin-top: 24px; font-size: 13px; line-height: 1.65; }
  .hero-actions { flex-direction: row; gap: 18px; align-items: center; margin-top: 30px; }
  .hero-actions .button { min-height: 46px; padding: 0 17px; font-size: 11px; }
  .hero-actions > a:not(.button) { font-size: 11px; }
  .hero-index {
    display: grid;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) 112px;
    grid-template-rows: auto auto auto;
    column-gap: 22px;
    padding: 28px 20px 30px;
  }
  .hero-index > span { grid-column: 1; align-self: end; }
  .hero-index > strong { grid-column: 1; margin-top: 12px; font-size: 58px; line-height: .9; }
  .hero-index > p { grid-column: 1; margin: 14px 0 0; font-size: 10px; }
  .hero-index dl { grid-column: 2; grid-row: 1 / span 3; align-self: stretch; display: grid; align-content: center; border-top: 0; }
  .hero-index dl div { padding: 8px 0; }
  .hero-index dt { font-size: 8px; }
  .hero-index dd { font-size: 10px; }
  .finder {
    grid-template-columns: 1fr;
    margin: 12px auto 72px;
    padding: 0;
    border-color: var(--line);
    background: white;
    box-shadow: none;
  }
  .finder > div { display: none; }
  .finder form { grid-template-columns: minmax(0, 1fr) 58px; }
  .finder input { min-height: 50px; padding-inline: 13px; border: 0; background: white; color: var(--ink); font-size: 11px; }
  .finder button { min-height: 50px; }
  .catalog-index { margin-bottom: 90px; }
  .editorial-heading h2 { font-size: 40px; }
  .editorial-heading > p { font-size: 13px; }
  .catalog-panels { grid-template-columns: 1fr 1fr; }
  .catalog-panel { min-height: 255px; padding: 18px; }
  .catalog-panel > small { top: 20px; right: 18px; }
  .catalog-panel h3 { margin-top: 58px; font-size: 27px; }
  .catalog-panel p { font-size: 10px; }
  .catalog-panel > strong { bottom: 18px; left: 18px; font-size: 22px; }
  .catalog-panel > b { right: 18px; bottom: 14px; }
  .section-heading { margin-top: 75px; }
  .section-heading h2 { font-size: 31px; }
  .catalog-archive-hero { min-height: 320px; padding: 55px 0 35px; }
  .catalog-archive-hero h1 { font-size: 72px; }
  .catalog-archive-hero > div { grid-template-columns: 90px 1fr; }
  .catalog-archive-hero strong { font-size: 38px; }
  .catalog-loading { margin-top: 30px; padding: 35px 22px; }
  .catalog-loading h2 { font-size: 31px; }
  .tech-grid { grid-template-columns: repeat(2, 1fr); }
  .tech-card { min-height: 280px; padding: 15px; }
  .tech-card__glyph { height: 110px; font-size: 60px; }
  .tech-card h3 { font-size: 15px; }
  .tech-card p { font-size: 9px; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
  .footer-grid > div { grid-column: 1 / -1; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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

/* Imported laptop, CPU and GPU data */
.tech-card__image { display: grid; height: 150px; margin-top: 8px; place-items: center; overflow: hidden; background: #fff; }
.tech-card__image img { width: 100%; height: 100%; object-fit: contain; }
.tech-product-image { display: grid; min-height: 320px; margin: 0 0 48px; place-items: center; border: 1px solid var(--line); background: #fff; }
.tech-product-image img { width: min(520px, 80%); max-height: 360px; object-fit: contain; }
.tech-data-note { display: grid; grid-template-columns: 150px 1fr auto; gap: 22px; align-items: start; padding: 18px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.tech-data-note strong { color: var(--blue); font: 700 10px var(--mono); letter-spacing: .06em; }
.tech-data-note p { max-width: 62ch; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.tech-data-note span { color: var(--muted); font: 500 9px var(--mono); white-space: nowrap; }
.tech-data-section { margin-top: 56px; }
.tech-data-section > header { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 14px; border-bottom: 3px solid var(--ink); }
.tech-data-section > header span { color: var(--blue); font: 600 10px var(--mono); letter-spacing: .12em; }
.tech-data-section > header h2 { margin: 0; font: 800 clamp(25px, 3vw, 42px)/1 var(--display); letter-spacing: -.045em; }
.tech-score-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); }
.tech-score-grid > div { min-height: 120px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tech-score-grid span { display: block; min-height: 36px; color: var(--muted); font-size: 11px; }
.tech-score-grid strong { font: 700 28px var(--mono); }
.tech-section-guide { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.tech-score-grid progress,
.gpu-game-chart progress,
.gpu-relative-chart progress { width: 100%; height: 7px; border: 0; border-radius: 0; background: #e9edf5; overflow: hidden; }
.tech-score-grid progress { display: block; margin-top: 15px; }
.tech-score-grid progress::-webkit-progress-bar,
.gpu-game-chart progress::-webkit-progress-bar,
.gpu-relative-chart progress::-webkit-progress-bar { background: #e9edf5; }
.tech-score-grid progress::-webkit-progress-value,
.gpu-relative-chart progress::-webkit-progress-value { background: var(--blue); }
.tech-score-grid progress::-moz-progress-bar,
.gpu-relative-chart progress::-moz-progress-bar { background: var(--blue); }
.tech-config-row { display: grid; grid-template-columns: 180px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.tech-config-row > strong { font-size: 12px; }
.tech-config-row > div { display: flex; flex-wrap: wrap; gap: 7px; }
.tech-config-row span { padding: 7px 10px; border: 1px solid var(--line); font-size: 11px; }
.tech-config-row span.is-default { border-color: var(--blue); color: var(--blue); }
.tech-spec-group { display: grid; grid-template-columns: 180px 1fr; border-bottom: 1px solid var(--line); }
.tech-spec-group__heading { padding: 22px 16px 22px 0; }
.tech-spec-group h3 { margin: 0; font: 800 15px var(--display); }
.tech-spec-group__heading p { margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.65; word-break: keep-all; overflow-wrap: break-word; }
.tech-spec-group dl { margin: 0; border-left: 1px solid var(--line); }
.tech-spec-group dl > div { display: grid; grid-template-columns: minmax(150px, .75fr) 1.5fr; border-bottom: 1px solid var(--line); }
.tech-spec-group dl > div:last-child { border-bottom: 0; }
.tech-spec-group dt, .tech-spec-group dd { margin: 0; padding: 13px 16px; font-size: 11px; line-height: 1.55; }
.tech-spec-group dt { color: var(--muted); }
.tech-spec-group dd { border-left: 1px solid var(--line); font-weight: 600; }
.tech-spec-group--visual { grid-template-columns: 1fr; }
.tech-spec-group--visual .tech-spec-group__heading { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 24px; border-bottom: 1px solid var(--line); }
.tech-spec-group--visual .tech-spec-group__heading p { max-width: 700px; margin: 0; }
.gpu-game-chart { padding: 24px 0 30px; }
.gpu-game-legend { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-bottom: 22px; color: var(--muted); font: 600 9px var(--mono); }
.gpu-game-legend span::before { display: inline-block; width: 9px; height: 9px; margin-right: 7px; content: ""; }
.gpu-game-row { display: grid; grid-template-columns: 210px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.gpu-game-row > strong { font-size: 12px; line-height: 1.35; }
.gpu-game-bars { display: grid; gap: 9px; }
.gpu-game-bar { display: grid; grid-template-columns: 105px minmax(80px, 1fr) 72px; gap: 12px; align-items: center; }
.gpu-game-bar > span { color: var(--muted); font-size: 9px; }
.gpu-game-bar b { font: 650 12px var(--mono); text-align: right; }
.gpu-game-bar small, .gpu-resolution-summary small { color: var(--muted); font-size: 8px; }
.series-1::before, .series-1 progress::-webkit-progress-value { background: #101828; }
.series-2::before, .series-2 progress::-webkit-progress-value { background: #2457f5; }
.series-3::before, .series-3 progress::-webkit-progress-value { background: #7189d8; }
.series-4::before, .series-4 progress::-webkit-progress-value { background: #aab8e8; }
.series-1 progress::-moz-progress-bar { background: #101828; }
.series-2 progress::-moz-progress-bar { background: #2457f5; }
.series-3 progress::-moz-progress-bar { background: #7189d8; }
.series-4 progress::-moz-progress-bar { background: #aab8e8; }
.gpu-resolution-summary { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 28px; border-top: 3px solid var(--ink); border-left: 1px solid var(--line); }
.gpu-resolution-summary > div { padding: 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.gpu-resolution-summary span { display: block; min-height: 30px; color: var(--muted); font-size: 9px; }
.gpu-resolution-summary strong { display: block; margin-bottom: 12px; font: 700 21px var(--mono); }
.gpu-chart-footnote { margin: 12px 0 0; color: var(--muted); font-size: 9px; }
.gpu-relative-chart { padding: 8px 0 20px; }
.gpu-relative-chart > div { display: grid; grid-template-columns: minmax(170px, .7fr) minmax(120px, 1.4fr) 110px; gap: 18px; align-items: center; min-height: 50px; border-bottom: 1px solid var(--line); }
.gpu-relative-chart span { font-size: 11px; }
.gpu-relative-chart strong { font: 650 12px var(--mono); text-align: right; }

@media (max-width: 560px) {
  .tech-card__image { height: 110px; }
  .tech-data-note { grid-template-columns: 1fr; gap: 8px; }
  .tech-score-grid { grid-template-columns: repeat(2, 1fr); }
  .tech-config-row, .tech-spec-group { grid-template-columns: 1fr; gap: 0; }
  .tech-config-row > strong { padding: 15px 0 8px; }
  .tech-spec-group__heading, .tech-spec-group--visual .tech-spec-group__heading { display: block; padding: 15px 0 12px; }
  .tech-spec-group__heading p, .tech-spec-group--visual .tech-spec-group__heading p { margin-top: 8px; }
  .tech-spec-group dl { border-left: 0; }
  .tech-spec-group dl > div { grid-template-columns: 42% 58%; }
  .gpu-game-row { grid-template-columns: 1fr; gap: 11px; }
  .gpu-game-bar { grid-template-columns: 83px minmax(60px, 1fr) 60px; gap: 8px; }
  .gpu-game-bar > span { font-size: 8px; }
  .gpu-resolution-summary { grid-template-columns: repeat(2, 1fr); }
  .gpu-relative-chart > div { grid-template-columns: minmax(100px, .9fr) 1.2fr 70px; gap: 9px; }
  .gpu-relative-chart span, .gpu-relative-chart strong { font-size: 9px; }
  .compare-categories { grid-template-columns: 1fr 1fr; }
  .tech-compare-scores > div:not(.section-heading) { grid-template-columns: 38% 31% 31%; }
  .tech-compare-scores > div:not(.section-heading) > * { padding: 11px 8px; font-size: 9px; }
  .product-connections { grid-template-columns: 1fr; margin-top: 70px; }
  .product-connections > span { display: none; }
  .product-connection--next { text-align: left; }
  .recent-products { margin-top: 70px; }
  .recent-products__list { grid-template-columns: 1fr 1fr; }
  .recent-products__list a { min-height: 105px; grid-template-columns: 50px 1fr; gap: 10px; padding: 12px; }
  .recent-products__list img { width: 50px; height: 64px; }
}

/* Dense hardware archive index */
.tech-index-list { margin-top: 0; border-top: 3px solid var(--ink); }
.tech-index-list__head,
.tech-index-row { display: grid; grid-template-columns: 72px 140px minmax(260px, 1fr) 160px 80px; align-items: center; }
.tech-index-list__head { min-height: 42px; border-bottom: 1px solid var(--ink); color: var(--muted); font: 600 9px var(--mono); letter-spacing: .08em; }
.tech-index-row { position: relative; min-height: 66px; border-bottom: 1px solid var(--line); transition: background-color .2s ease, padding .2s ease; }
.tech-index-row:hover { padding-left: 8px; background: #f5f7ff; }
.tech-index-row__rank { color: var(--muted); font: 500 10px var(--mono); }
.tech-index-row__brand { overflow: hidden; color: var(--blue); font: 600 10px var(--mono); text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.tech-index-row h2 { min-width: 0; margin: 0; padding-right: 24px; font: 750 16px/1.25 var(--display); letter-spacing: -.025em; }
.tech-index-row h2 a { display: block; overflow: hidden; color: var(--ink); text-overflow: ellipsis; white-space: nowrap; }
.tech-index-row h2 a::after { position: absolute; inset: 0; content: ""; }
.tech-index-row time { color: var(--muted); font: 500 10px var(--mono); }
.tech-index-row > strong { justify-self: end; font: 650 16px var(--mono); }
.tech-index-row > strong small { color: var(--muted); font-size: 8px; }

@media (max-width: 760px) {
  .tech-index-list__head { display: none; }
  .tech-index-row { grid-template-columns: 38px minmax(0, 1fr) 56px; min-height: 58px; }
  .tech-index-row__brand { grid-column: 2; grid-row: 1; align-self: end; padding-bottom: 2px; font-size: 8px; }
  .tech-index-row__rank { grid-column: 1; grid-row: 1 / span 2; }
  .tech-index-row h2 { grid-column: 2; grid-row: 2; align-self: start; padding-right: 10px; font-size: 13px; }
  .tech-index-row time { display: none; }
  .tech-index-row > strong { grid-column: 3; grid-row: 1 / span 2; font-size: 13px; }
}
