:root {
  color-scheme: dark;
  --ink: #f4f0e8;
  --ink-soft: #cbc8d5;
  --ink-muted: #9696aa;
  --night: #070916;
  --night-deep: #04050d;
  --navy: #0c1025;
  --navy-soft: #121831;
  --panel: rgba(18, 24, 49, 0.78);
  --panel-solid: #11162d;
  --line: rgba(244, 240, 232, 0.12);
  --line-strong: rgba(244, 240, 232, 0.22);
  --coral: #ff766d;
  --coral-bright: #ff8b82;
  --violet: #9c7cff;
  --violet-deep: #6951d8;
  --mint: #65d5bc;
  --warning: #ffc56b;
  --danger: #ff8c8c;
  --success: #77dfb7;
  --shadow-sm: 0 12px 32px rgba(0, 0, 0, 0.2);
  --shadow-lg: 0 30px 90px rgba(0, 0, 0, 0.38);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --wrap: 1200px;
  --header-height: 82px;
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}

.histats-footer { display: flex; align-items: center; justify-content: center; min-height: 54px; margin-top: 16px; padding-inline: 20px; }
.histats-footer img { display: block; max-width: 100%; height: auto; }

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
  background: var(--night-deep);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 5%, rgba(105, 81, 216, 0.13), transparent 27rem),
    radial-gradient(circle at 90% 32%, rgba(255, 118, 109, 0.075), transparent 24rem),
    var(--night);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Inter, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: -0.018em;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

::selection {
  color: #fff;
  background: rgba(255, 118, 109, 0.75);
}

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

h1,
h2,
h3,
strong,
b {
  font-weight: 750;
}

h1,
h2,
h3 {
  line-height: 1.14;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

img {
  height: auto;
}

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

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

:focus-visible {
  outline: 3px solid var(--coral-bright);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--night);
  background: var(--ink);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

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

.topline {
  position: relative;
  z-index: 40;
  color: #d9d6e2;
  background: #050711;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.035em;
}

.topline-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.topline-inner span:last-child {
  color: var(--ink-muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 9, 22, 0.83);
  border-bottom: 1px solid rgba(244, 240, 232, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}

.header-inner {
  position: relative;
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  overflow: visible;
}

.brand-mark path:first-child {
  fill: rgba(156, 124, 255, 0.12);
  stroke: var(--violet);
  stroke-width: 2.25;
}

.brand-mark path:nth-child(2) {
  fill: var(--coral);
  stroke: none;
}

.brand-mark path:last-child {
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-width: 2.25;
}

.brand span {
  display: grid;
  line-height: 1;
}

.brand strong {
  font-size: 1.28rem;
  letter-spacing: -0.055em;
}

.brand small {
  margin-top: 6px;
  color: var(--ink-muted);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 5px;
}

.site-nav a {
  position: relative;
  padding: 10px 14px;
  color: var(--ink-soft);
  border-radius: 999px;
  font-size: 0.91rem;
  font-weight: 680;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 14px;
  bottom: 5px;
  left: 14px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--coral), var(--violet));
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.055);
}

.site-nav a:hover::after,
.site-nav a.active::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 44px;
  padding: 11px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

main {
  display: block;
}

.eyebrow {
  margin-bottom: 13px;
  color: var(--coral-bright);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.19em;
  line-height: 1.4;
  text-transform: uppercase;
}

.text-link {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 760;
  text-decoration-color: rgba(255, 118, 109, 0.65);
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.text-link:hover {
  color: var(--coral-bright);
  text-decoration-color: currentColor;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 790;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms var(--ease), color 180ms ease, background-color 180ms ease,
    border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #160d18;
  background: linear-gradient(125deg, var(--coral-bright), #ff9c77);
  box-shadow: 0 13px 32px rgba(255, 118, 109, 0.22);
}

.button.primary:hover {
  background: linear-gradient(125deg, #ff928a, #ffad8e);
  box-shadow: 0 17px 38px rgba(255, 118, 109, 0.3);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(8px);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.38);
}

.home-hero {
  position: relative;
  display: grid;
  min-height: clamp(620px, 72vw, 790px);
  overflow: hidden;
  isolation: isolate;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.home-hero picture,
.home-hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero picture {
  z-index: -3;
}

.home-hero-image {
  object-fit: cover;
  object-position: 60% center;
  animation: hero-reveal 900ms var(--ease) both;
}

.hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 5, 13, 0.96) 0%, rgba(6, 8, 20, 0.86) 36%, rgba(7, 9, 22, 0.31) 67%, rgba(7, 9, 22, 0.1) 100%),
    linear-gradient(0deg, var(--night) 0%, transparent 28%, rgba(4, 5, 13, 0.25) 100%);
}

.home-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 130px;
  pointer-events: none;
  content: "";
  background: linear-gradient(0deg, var(--night), transparent);
}

.hero-content {
  padding-block: 90px 105px;
}

.hero-content > * {
  max-width: 720px;
}

.hero-content .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-content .eyebrow span {
  width: 30px;
  height: 1px;
  background: var(--coral);
}

.hero-content h1 {
  max-width: 850px;
  margin-bottom: 25px;
  font-size: clamp(3.1rem, 6.2vw, 6rem);
  font-weight: 790;
  line-height: 0.99;
  letter-spacing: -0.068em;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.38);
}

.hero-content h1 em {
  color: transparent;
  background: linear-gradient(100deg, var(--coral-bright) 10%, #ffd0a0 50%, var(--violet) 94%);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: normal;
}

.hero-content > p:not(.eyebrow, .hero-fine, .home-data-alert) {
  max-width: 650px;
  margin-bottom: 31px;
  color: #d7d3da;
  font-size: clamp(1.02rem, 1.7vw, 1.19rem);
  line-height: 1.74;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 25px;
}

.hero-fine {
  margin-bottom: 0;
  color: #aaa7b4;
  font-size: 0.76rem;
  line-height: 1.6;
}

.home-data-alert {
  width: fit-content;
  margin: 12px 0 0;
  padding: 8px 11px;
  color: #ffe1aa;
  background: rgba(110, 67, 0, 0.55);
  border: 1px solid rgba(255, 205, 111, 0.38);
  border-radius: 8px;
  font-size: 0.76rem;
  line-height: 1.5;
}

.art-credit {
  position: absolute;
  right: max(24px, calc((100vw - var(--wrap)) / 2));
  bottom: 25px;
  margin: 0;
  color: rgba(244, 240, 232, 0.52);
  font-size: 0.68rem;
  letter-spacing: 0.015em;
}

.pulse-strip {
  position: relative;
  z-index: 2;
  margin-top: -25px;
}

.pulse-grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(17, 22, 45, 0.91);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.pulse-grid article {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 24px 27px;
}

.pulse-grid article + article {
  border-left: 1px solid var(--line);
}

.pulse-grid article::before {
  position: absolute;
  top: 25px;
  left: 14px;
  width: 4px;
  height: 28px;
  content: "";
  background: linear-gradient(var(--coral), var(--violet));
  border-radius: 3px;
}

.pulse-grid span,
.insight-grid span {
  color: var(--violet);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.pulse-grid strong {
  overflow: hidden;
  margin: 3px 0;
  font-size: 1.15rem;
  letter-spacing: -0.035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pulse-grid small {
  color: var(--ink-muted);
  font-size: 0.73rem;
}

.section {
  padding-block: clamp(76px, 9vw, 122px);
}

.section + .section {
  border-top: 1px solid rgba(244, 240, 232, 0.045);
}

.section-tint {
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(156, 124, 255, 0.07), transparent 35rem),
    rgba(10, 13, 30, 0.76);
  border-block: 1px solid rgba(244, 240, 232, 0.055);
}

.section-head {
  display: grid;
  align-items: end;
  justify-content: space-between;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.65fr);
  gap: 48px;
  margin-bottom: 38px;
}

.section-head h2,
.list-title h2,
.editorial-grid h2,
.trust-grid h2,
.prose-callout h2 {
  margin-bottom: 0;
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
}

.section-head > p {
  max-width: 490px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.75;
}

.section-head.compact {
  align-items: center;
  grid-template-columns: 1fr auto;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.category-card {
  position: relative;
  display: block;
  min-height: 400px;
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 0.86;
  color: #fff;
  background: var(--panel-solid);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  transform: translateZ(0);
}

.category-card img,
.card-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.category-card img {
  z-index: -2;
  object-fit: cover;
  transition: transform 650ms var(--ease), filter 400ms ease;
}

.card-shade {
  z-index: -1;
  background: linear-gradient(0deg, rgba(4, 5, 13, 0.97) 3%, rgba(4, 5, 13, 0.46) 54%, rgba(4, 5, 13, 0.04) 88%);
}

.category-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border: 1px solid transparent;
  border-radius: inherit;
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.category-card:hover img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.045);
}

.category-card:hover::after {
  border-color: rgba(255, 139, 130, 0.58);
  box-shadow: inset 0 0 40px rgba(255, 118, 109, 0.1);
}

.card-copy {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 25px;
  display: grid;
}

.card-copy small {
  margin-bottom: 7px;
  color: var(--coral-bright);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.card-copy strong {
  font-size: clamp(1.5rem, 2.7vw, 2.15rem);
  letter-spacing: -0.05em;
  line-height: 1.15;
}

.card-copy b {
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  letter-spacing: -0.01em;
}

.category-card:nth-child(2) .card-copy small {
  color: #e1d8ff;
}

.category-card:nth-child(3) .card-copy small {
  color: var(--warning);
}

.image-note {
  margin: 14px 2px 0;
  color: var(--ink-muted);
  font-size: 0.72rem;
  text-align: right;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.preview-panel {
  display: flex;
  min-width: 0;
  padding: 28px;
  flex-direction: column;
  background: linear-gradient(145deg, rgba(23, 29, 57, 0.94), rgba(12, 16, 36, 0.92));
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.preview-panel > header {
  margin-bottom: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
}

.preview-panel > header span {
  color: var(--coral-bright);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.preview-panel > header h3 {
  margin: 5px 0 0;
  font-size: 1.32rem;
}

.preview-panel > a {
  margin-top: auto;
  padding-top: 20px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration-color: var(--line-strong);
}

.preview-panel > a:hover {
  color: var(--coral-bright);
}

.ranking-list {
  display: grid;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: none;
}

.ranking-item {
  display: grid;
  min-width: 0;
  align-items: start;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.ranking-item:first-child {
  border-top: 1px solid var(--line);
}

.rank-number {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 1.34rem;
  font-weight: 820;
  letter-spacing: -0.06em;
  font-variant-numeric: tabular-nums;
}

.ranking-item:first-child .rank-number {
  color: #170d18;
  background: linear-gradient(145deg, #ff978f, var(--coral));
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(255, 118, 109, 0.2);
}

.rank-copy {
  min-width: 0;
}

.rank-heading {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.rank-heading > div {
  min-width: 0;
}

.rank-heading h3 {
  margin: 5px 0 0;
  font-size: clamp(1.04rem, 1.8vw, 1.28rem);
  line-height: 1.25;
}

.genre-tag {
  display: block;
  color: var(--violet);
  font-size: 0.64rem;
  font-weight: 830;
  letter-spacing: 0.1em;
}

.original-title {
  margin: 5px 0 0;
  color: var(--ink-muted);
  font-size: 0.72rem;
  letter-spacing: 0;
}

.rank-change {
  display: inline-flex;
  min-width: 48px;
  min-height: 27px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  color: var(--ink-muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
}

.rank-change.up {
  color: var(--success);
  background: rgba(101, 213, 188, 0.07);
  border-color: rgba(101, 213, 188, 0.22);
}

.rank-change.down {
  color: var(--danger);
  background: rgba(255, 140, 140, 0.07);
  border-color: rgba(255, 140, 140, 0.21);
}

.rank-change.new {
  color: var(--warning);
  background: rgba(255, 197, 107, 0.07);
  border-color: rgba(255, 197, 107, 0.23);
}

.rank-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 15px;
  margin-top: 12px;
  color: var(--ink-muted);
  font-size: 0.72rem;
}

.rank-meta span + span::before {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 9px 2px 0;
  content: "";
  background: var(--coral);
  border-radius: 50%;
}

.rank-meta b {
  color: var(--ink-soft);
  font-variant-numeric: tabular-nums;
}

.rank-copy > p:not(.original-title) {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 0.87rem;
  line-height: 1.7;
}

.preview-panel .ranking-item {
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 11px;
  padding: 15px 0;
}

.preview-panel .rank-number {
  width: 33px;
  height: 33px;
  font-size: 0.85rem;
}

.preview-panel .rank-heading h3 {
  margin-top: 3px;
  font-size: 0.93rem;
  letter-spacing: -0.035em;
}

.preview-panel .genre-tag {
  font-size: 0.57rem;
}

.preview-panel .rank-change {
  min-width: 40px;
  min-height: 23px;
  padding: 2px 6px;
  font-size: 0.57rem;
}

.preview-panel .rank-meta {
  margin-top: 7px;
  font-size: 0.63rem;
}

.preview-panel .original-title {
  display: none;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.trust-grid article {
  position: relative;
  padding: 10px 38px 8px;
}

.trust-grid article:first-child {
  padding-left: 0;
}

.trust-grid article:last-child {
  padding-right: 0;
}

.trust-grid article + article {
  border-left: 1px solid var(--line);
}

.numbered {
  display: inline-block;
  margin-bottom: 21px;
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.trust-grid h2 {
  margin-bottom: 16px;
  font-size: 1.45rem;
}

.trust-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.89rem;
}

.breadcrumb {
  display: flex;
  min-height: 55px;
  align-items: center;
  gap: 10px;
  color: var(--ink-muted);
  font-size: 0.72rem;
}

.breadcrumb a {
  color: var(--ink-soft);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--coral-bright);
}

.breadcrumb span[aria-current="page"] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 28%, rgba(255, 118, 109, 0.1), transparent 23rem),
    radial-gradient(circle at 78% 5%, rgba(156, 124, 255, 0.14), transparent 29rem),
    #090c1d;
  border-block: 1px solid rgba(244, 240, 232, 0.07);
}

.page-hero::before {
  position: absolute;
  top: -90px;
  left: 43%;
  width: 1px;
  height: 160%;
  content: "";
  background: linear-gradient(transparent, rgba(244, 240, 232, 0.17), transparent);
  transform: rotate(20deg);
}

.page-hero-grid {
  position: relative;
  display: grid;
  min-height: 510px;
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(45px, 7vw, 94px);
  padding-block: 70px;
}

.page-hero-copy h1 {
  max-width: 640px;
  margin-bottom: 22px;
  font-size: clamp(2.6rem, 5vw, 4.75rem);
  line-height: 1.03;
}

.page-hero-copy .lead {
  max-width: 570px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
}

.page-visual {
  position: relative;
  width: 100%;
  margin: 0;
}

.page-visual::before {
  position: absolute;
  inset: -10px 18px 20px -12px;
  z-index: -1;
  content: "";
  background: linear-gradient(135deg, rgba(255, 118, 109, 0.32), rgba(156, 124, 255, 0.22));
  border-radius: var(--radius-lg);
  filter: blur(30px);
  opacity: 0.55;
}

.page-visual img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
}

.page-visual figcaption {
  margin-top: 10px;
  color: var(--ink-muted);
  font-size: 0.67rem;
  text-align: right;
}

.source-note {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  padding: 26px 28px;
  margin-bottom: 28px;
  background: linear-gradient(110deg, rgba(156, 124, 255, 0.1), rgba(255, 118, 109, 0.055));
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
}

.source-note > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 19px;
}

.source-kicker {
  grid-row: 1 / span 2;
  align-self: stretch;
  padding: 8px 16px 8px 0;
  color: var(--violet);
  border-right: 1px solid var(--line-strong);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.source-note strong {
  font-size: 1.04rem;
}

.source-note p {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: 0.79rem;
  line-height: 1.62;
}

.source-note .data-alert {
  grid-column: 2;
  color: #ffd38a;
  font-weight: 700;
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.insight-grid article {
  min-width: 0;
  padding: 25px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.insight-grid strong {
  display: block;
  overflow: hidden;
  margin: 6px 0 9px;
  font-size: clamp(1.45rem, 2.7vw, 2.1rem);
  letter-spacing: -0.055em;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.insight-grid p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.74rem;
  line-height: 1.55;
}

.ranking-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(45px, 7vw, 90px);
}

.ranking-columns > article {
  min-width: 0;
}

.list-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 29px;
}

.list-title .eyebrow {
  margin-bottom: 8px;
}

.list-title h2 {
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
}

.list-title > a {
  flex: 0 0 auto;
  color: var(--ink-soft);
  font-size: 0.77rem;
  font-weight: 740;
  text-decoration-color: var(--line-strong);
}

.list-title > a:hover {
  color: var(--coral-bright);
}

.content-narrow {
  max-width: 920px;
}

.content-narrow .ranking-item {
  padding-block: 29px;
}

.prose-callout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 108px);
}

.prose-callout > p {
  margin: 0;
  padding-left: 29px;
  color: var(--ink-soft);
  border-left: 2px solid var(--coral);
  font-size: 1.01rem;
  line-height: 1.9;
}

.prose-callout a,
.article-body a,
.about-grid a,
.contact-grid a {
  color: var(--coral-bright);
}

.disclosure {
  display: grid;
  align-items: start;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  padding: 20px 24px;
  color: var(--ink-soft);
  background: rgba(255, 197, 107, 0.045);
  border: 1px solid rgba(255, 197, 107, 0.16);
  border-radius: var(--radius-sm);
}

.disclosure strong {
  color: var(--warning);
  font-size: 0.82rem;
}

.disclosure p {
  margin: 0;
  font-size: 0.8rem;
}

.editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.editorial-grid article {
  padding: clamp(27px, 4vw, 45px);
  background: linear-gradient(145deg, rgba(21, 27, 53, 0.72), rgba(12, 16, 35, 0.7));
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.editorial-grid h2 {
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 2.5vw, 2.15rem);
}

.editorial-grid article > p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 21px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 11px 14px 11px 40px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.028);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.check-list li::before {
  position: absolute;
  top: 13px;
  left: 14px;
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  color: var(--mint);
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
  background: rgba(101, 213, 188, 0.09);
  border: 1px solid rgba(101, 213, 188, 0.24);
  border-radius: 50%;
}

.article-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 220px minmax(0, 730px);
  justify-content: center;
  gap: clamp(55px, 9vw, 120px);
}

.article-aside {
  position: sticky;
  top: calc(var(--header-height) + 32px);
  display: grid;
  padding-top: 19px;
  border-top: 2px solid var(--violet);
}

.article-aside span {
  color: var(--ink-muted);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.article-aside strong {
  margin: 5px 0 18px;
  font-size: 1.08rem;
}

.article-aside a {
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.article-aside a:hover {
  color: var(--coral-bright);
}

.article-body {
  min-width: 0;
}

.article-body > :first-child,
.about-main > :first-child {
  margin-top: 0;
}

.article-lead {
  margin-bottom: 46px;
  color: var(--ink);
  font-size: clamp(1.16rem, 2vw, 1.42rem);
  font-weight: 560;
  line-height: 1.75;
  letter-spacing: -0.032em;
}

.article-body h2,
.about-main h2 {
  margin: 57px 0 17px;
  font-size: clamp(1.45rem, 2.6vw, 1.92rem);
}

.article-body h2::before,
.about-main h2::before {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 15px;
  content: "";
  background: linear-gradient(90deg, var(--coral), var(--violet));
  border-radius: 3px;
}

.article-body > p:not(.article-lead),
.about-main > p:not(.article-lead) {
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.95;
}

.steps {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 25px 0 48px;
  list-style: none;
  counter-reset: guide-step;
}

.steps li {
  position: relative;
  padding: 22px 23px 20px 71px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  counter-increment: guide-step;
}

.steps li::before {
  position: absolute;
  top: 20px;
  left: 21px;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: #1a1020;
  content: counter(guide-step, decimal-leading-zero);
  background: var(--coral);
  border-radius: 50%;
  font-size: 0.67rem;
  font-weight: 900;
}

.steps b {
  display: block;
  margin-bottom: 5px;
}

.steps p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.85rem;
}

.article-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px;
  margin-top: 60px;
  background: linear-gradient(115deg, rgba(255, 118, 109, 0.1), rgba(156, 124, 255, 0.1));
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
}

.article-cta .button {
  color: #160d18;
  text-decoration: none;
}

.about-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: clamp(48px, 8vw, 100px);
}

.about-main {
  max-width: 720px;
}

.principles {
  padding: 29px;
  background: linear-gradient(155deg, rgba(25, 32, 63, 0.94), rgba(12, 15, 34, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.principles ol {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}

.principles li {
  display: grid;
  align-items: center;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.principles li span {
  color: var(--coral);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.principles li b {
  font-size: 0.94rem;
}

.contact-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.72fr) minmax(460px, 1fr);
  gap: clamp(50px, 8vw, 100px);
}

.contact-note {
  padding: 21px 23px;
  margin-top: 30px;
  background: rgba(255, 197, 107, 0.045);
  border: 1px solid rgba(255, 197, 107, 0.17);
  border-radius: var(--radius-sm);
}

.contact-note strong {
  color: var(--warning);
  font-size: 0.84rem;
}

.contact-note p {
  margin: 7px 0 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.contact-form {
  display: grid;
  gap: 20px;
  padding: clamp(25px, 4vw, 39px);
  background: linear-gradient(145deg, rgba(22, 28, 55, 0.94), rgba(11, 14, 32, 0.95));
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
}

.contact-form > label:not(.trap, .consent) {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 720;
}

.contact-form label em,
.contact-form label > span:not(.consent span) {
  margin-left: 4px;
  color: var(--coral-bright);
  font-size: 0.67rem;
  font-style: normal;
  font-weight: 750;
}

.contact-form label > span:not(.consent span) {
  color: var(--ink-muted);
}

input[type="url"],
input[type="email"],
input[type="text"],
textarea {
  width: 100%;
  padding: 13px 15px;
  color: var(--ink);
  background: rgba(4, 6, 16, 0.7);
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

textarea {
  min-height: 170px;
  resize: vertical;
  line-height: 1.65;
}

input::placeholder,
textarea::placeholder {
  color: #74758a;
  opacity: 1;
}

input:hover,
textarea:hover {
  border-color: rgba(244, 240, 232, 0.31);
}

input:focus,
textarea:focus {
  background: rgba(4, 6, 16, 0.92);
  border-color: var(--violet);
  box-shadow: 0 0 0 4px rgba(156, 124, 255, 0.12);
}

.consent {
  display: grid;
  align-items: start;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 11px;
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 500;
  cursor: pointer;
}

.consent input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--coral);
}

.contact-form .button {
  justify-self: start;
  margin-top: 5px;
}

.trap {
  position: absolute !important;
  left: -9999px !important;
}

.form-success,
.form-errors {
  padding: 15px 17px;
  border-radius: 10px;
  font-size: 0.8rem;
}

.form-success {
  color: #baf4dd;
  background: rgba(101, 213, 188, 0.08);
  border: 1px solid rgba(101, 213, 188, 0.26);
}

.form-errors {
  color: #ffd0d0;
  background: rgba(255, 140, 140, 0.08);
  border: 1px solid rgba(255, 140, 140, 0.26);
}

.form-errors ul {
  padding-left: 18px;
  margin: 7px 0 0;
}

.empty-state {
  padding: 27px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  text-align: center;
}

.not-found {
  display: flex;
  min-height: 70vh;
  align-items: center;
  justify-content: center;
  padding-block: 110px;
  flex-direction: column;
  text-align: center;
}

.not-found .eyebrow {
  color: var(--violet);
  font-size: 0.84rem;
}

.not-found h1 {
  margin-bottom: 17px;
  font-size: clamp(2.5rem, 7vw, 5rem);
}

.not-found > p:not(.eyebrow) {
  color: var(--ink-soft);
}

.not-found > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.site-footer {
  background: #050711;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.55fr) repeat(3, minmax(130px, 0.55fr));
  gap: clamp(35px, 5vw, 70px);
  padding-block: 65px 56px;
}

.footer-brand > p {
  max-width: 380px;
  margin: 21px 0 0;
  color: var(--ink-muted);
  font-size: 0.8rem;
}

.footer-grid > nav {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-grid > nav strong {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 0.76rem;
  letter-spacing: 0.03em;
}

.footer-grid > nav a {
  width: fit-content;
  color: var(--ink-muted);
  font-size: 0.75rem;
  text-decoration: none;
}

.footer-grid > nav a:hover {
  color: var(--coral-bright);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-block: 21px 29px;
  color: #737487;
  border-top: 1px solid var(--line);
  font-size: 0.67rem;
}

.footer-bottom p {
  margin: 0;
}

@keyframes hero-reveal {
  from {
    opacity: 0.5;
    transform: scale(1.025);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1060px) {
  :root {
    --header-height: 74px;
  }

  .site-nav a {
    padding-inline: 10px;
    font-size: 0.84rem;
  }

  .page-hero-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(390px, 1.15fr);
    gap: 45px;
  }

  .category-card {
    min-height: 350px;
  }

  .preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .preview-panel:last-child {
    grid-column: 1 / -1;
  }

  .preview-panel:last-child .ranking-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
  }

  .preview-panel:last-child .ranking-item:first-child {
    border-top-color: transparent;
  }

  .ranking-columns {
    gap: 50px;
  }

  .footer-grid {
    grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(110px, 0.5fr));
    gap: 30px;
  }
}

@media (max-width: 860px) {
  .wrap {
    width: min(calc(100% - 36px), var(--wrap));
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    left: 0;
    display: grid;
    max-height: 0;
    overflow: hidden;
    gap: 3px;
    padding: 0 10px;
    visibility: hidden;
    opacity: 0;
    background: rgba(10, 13, 29, 0.98);
    border: 1px solid transparent;
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    transform: translateY(-8px);
    transition: max-height 260ms var(--ease), padding 260ms var(--ease), opacity 180ms ease,
      transform 220ms var(--ease), visibility 220ms ease, border-color 220ms ease;
  }

  .site-nav.open,
  .site-nav[data-open="true"] {
    max-height: 420px;
    padding-block: 10px;
    visibility: visible;
    opacity: 1;
    border-color: var(--line);
    transform: translateY(0);
  }

  .site-nav a {
    padding: 12px 14px;
    border-radius: 9px;
    font-size: 0.92rem;
  }

  .site-nav a::after {
    top: 11px;
    right: auto;
    bottom: 11px;
    left: 3px;
    width: 3px;
    height: auto;
    transform: scaleY(0);
  }

  .site-nav a:hover::after,
  .site-nav a.active::after {
    transform: scaleY(1);
  }

  .home-hero {
    min-height: 670px;
  }

  .home-hero-image {
    object-position: 67% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(4, 5, 13, 0.94), rgba(6, 8, 20, 0.67) 60%, rgba(7, 9, 22, 0.34)),
      linear-gradient(0deg, var(--night), transparent 40%);
  }

  .hero-content h1 {
    max-width: 680px;
    font-size: clamp(3rem, 9.5vw, 5.2rem);
  }

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

  .pulse-grid article {
    padding: 19px 25px 19px 30px;
  }

  .pulse-grid article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .pulse-grid article::before {
    top: 20px;
    left: 13px;
    height: 25px;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .section-head > p {
    max-width: 650px;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-card:last-child {
    min-height: 320px;
    grid-column: 1 / -1;
    aspect-ratio: 2 / 0.82;
  }

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

  .trust-grid article,
  .trust-grid article:first-child,
  .trust-grid article:last-child {
    padding: 27px 0;
  }

  .trust-grid article + article {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .numbered {
    margin-bottom: 12px;
  }

  .page-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 42px;
    padding-block: 62px;
  }

  .page-hero-copy {
    max-width: 680px;
  }

  .page-visual {
    max-width: 680px;
  }

  .page-hero::before {
    display: none;
  }

  .ranking-columns {
    grid-template-columns: 1fr;
    gap: 85px;
  }

  .prose-callout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .article-aside {
    position: static;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
  }

  .article-aside strong {
    margin: 0;
  }

  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .about-main {
    max-width: 760px;
  }

  .principles {
    max-width: 590px;
  }

  .contact-grid > div {
    max-width: 680px;
  }

  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  :root {
    --header-height: 66px;
    --radius-md: 16px;
  }

  body {
    font-size: 15px;
  }

  .wrap {
    width: min(calc(100% - 28px), var(--wrap));
  }

  .topline-inner {
    min-height: 31px;
    justify-content: center;
    font-size: 0.64rem;
  }

  .topline-inner span:last-child {
    display: none;
  }

  .brand-mark {
    width: 37px;
    height: 37px;
  }

  .brand strong {
    font-size: 1.13rem;
  }

  .brand small {
    margin-top: 5px;
    font-size: 0.51rem;
  }

  .menu-toggle {
    width: 43px;
    height: 42px;
  }

  .site-nav {
    right: -3px;
    left: -3px;
  }

  .home-hero {
    min-height: 650px;
    align-items: end;
  }

  .home-hero-image {
    object-position: 65% center;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(4, 5, 13, 0.98) 3%, rgba(6, 8, 20, 0.83) 54%, rgba(7, 9, 22, 0.24) 100%),
      linear-gradient(90deg, rgba(4, 5, 13, 0.72), rgba(7, 9, 22, 0.08));
  }

  .hero-content {
    padding-block: 155px 79px;
  }

  .hero-content h1 {
    margin-bottom: 20px;
    font-size: clamp(2.55rem, 12.8vw, 4.1rem);
    line-height: 1.04;
  }

  .hero-content > p:not(.eyebrow, .hero-fine, .home-data-alert) {
    margin-bottom: 25px;
    font-size: 0.98rem;
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .hero-fine {
    font-size: 0.68rem;
  }

  .art-credit {
    display: none;
  }

  .pulse-strip {
    margin-top: -15px;
  }

  .pulse-grid strong {
    font-size: 1.03rem;
  }

  .section {
    padding-block: 68px;
  }

  .section-head.compact {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .section-head h2,
  .list-title h2,
  .editorial-grid h2,
  .prose-callout h2 {
    font-size: 1.72rem;
  }

  .category-grid,
  .preview-grid {
    grid-template-columns: 1fr;
  }

  .category-card,
  .category-card:last-child {
    min-height: 350px;
    grid-column: auto;
    aspect-ratio: 0.93;
  }

  .category-card:last-child {
    min-height: 300px;
    aspect-ratio: 1.12;
  }

  .preview-panel,
  .preview-panel:last-child {
    grid-column: auto;
  }

  .preview-panel {
    padding: 23px 20px;
  }

  .preview-panel:last-child .ranking-list {
    grid-template-columns: 1fr;
  }

  .preview-panel:last-child .ranking-item:first-child {
    border-top-color: var(--line);
  }

  .breadcrumb {
    min-height: 47px;
  }

  .page-hero-grid {
    gap: 31px;
    padding-block: 48px;
  }

  .page-hero-copy h1 {
    margin-bottom: 17px;
    font-size: clamp(2.2rem, 11.5vw, 3.25rem);
  }

  .page-visual img {
    aspect-ratio: 4 / 3;
  }

  .page-visual figcaption {
    font-size: 0.62rem;
    text-align: left;
  }

  .source-note {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 21px;
  }

  .source-note > div {
    grid-template-columns: 1fr;
  }

  .source-note .data-alert {
    grid-column: auto;
  }

  .source-kicker {
    grid-row: auto;
    padding: 0;
    margin-bottom: 7px;
    border: 0;
    writing-mode: initial;
    transform: none;
  }

  .source-note .text-link {
    padding-top: 15px;
    border-top: 1px solid var(--line);
  }

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

  .insight-grid article {
    padding: 20px;
  }

  .ranking-columns {
    gap: 67px;
  }

  .list-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .ranking-item,
  .content-narrow .ranking-item {
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 12px;
    padding-block: 23px;
  }

  .rank-number {
    width: 41px;
    height: 41px;
    font-size: 1rem;
  }

  .rank-heading {
    gap: 8px;
  }

  .rank-heading h3 {
    font-size: 1.05rem;
  }

  .rank-change {
    min-width: 42px;
    padding-inline: 6px;
    font-size: 0.59rem;
  }

  .rank-copy > p:not(.original-title) {
    font-size: 0.82rem;
  }

  .disclosure {
    grid-template-columns: 1fr;
    gap: 6px;
  }

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

  .prose-callout > p {
    padding-left: 20px;
    font-size: 0.94rem;
  }

  .article-layout {
    gap: 35px;
  }

  .article-aside {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .article-aside strong {
    margin-bottom: 8px;
  }

  .article-lead {
    margin-bottom: 39px;
    font-size: 1.1rem;
  }

  .article-body h2,
  .about-main h2 {
    margin-top: 46px;
    font-size: 1.43rem;
  }

  .steps li {
    padding: 63px 19px 20px;
  }

  .steps li::before {
    top: 18px;
    left: 19px;
  }

  .article-cta {
    align-items: stretch;
    padding: 21px;
    flex-direction: column;
  }

  .article-cta .button {
    width: 100%;
  }

  .contact-grid {
    gap: 40px;
  }

  .contact-form {
    padding: 22px 18px;
  }

  .contact-form .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px 20px;
    padding-block: 52px 43px;
  }

  .footer-brand,
  .footer-grid nav:last-child {
    grid-column: 1 / -1;
  }

  .footer-grid nav:last-child {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-grid nav:last-child strong {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
}

@media (max-width: 390px) {
  .brand small {
    display: none;
  }

  .category-card,
  .category-card:last-child {
    min-height: 300px;
  }

  .rank-heading {
    flex-wrap: wrap;
  }

  .rank-change {
    margin-top: 2px;
  }

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

  .footer-grid nav:last-child strong {
    grid-column: auto;
  }
}

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

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

@media (prefers-contrast: more) {
  :root {
    --ink-soft: #e4e1ea;
    --ink-muted: #bbb9c6;
    --line: rgba(255, 255, 255, 0.24);
    --line-strong: rgba(255, 255, 255, 0.38);
  }
}

@media print {
  :root {
    color-scheme: light;
  }

  body {
    color: #111;
    background: #fff;
  }

  .topline,
  .site-header,
  .site-footer,
  .hero-actions,
  .art-credit,
  .page-visual,
  .article-cta,
  .menu-toggle {
    display: none !important;
  }

  .home-hero,
  .page-hero,
  .section-tint,
  .preview-panel,
  .editorial-grid article,
  .principles {
    color: #111;
    background: #fff;
    box-shadow: none;
  }

  .home-hero {
    min-height: auto;
  }

  .hero-content {
    padding-block: 30px;
  }

  .hero-content h1,
  .hero-content h1 em,
  .page-hero-copy h1 {
    color: #111;
    background: none;
    text-shadow: none;
  }

  .section,
  .page-hero-grid {
    padding-block: 28px;
  }

  a {
    color: #111 !important;
  }
}
