:root {
  --compare-ink: #09090b;
  --compare-paper: #fffdf8;
  --compare-canvas: #f7f0e5;
  --compare-violet: #7557ff;
  --compare-lavender: #c8baff;
  --compare-muted: #626067;
  --compare-line: rgba(9, 9, 11, 0.14);
}

.compare-page { background: var(--compare-canvas); font-family: "Manrope", Inter, sans-serif; }
.compare-page::before { display: none; }
.compare-frame { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.compare-page .journal-header { background: rgba(247, 240, 229, 0.94); }
.compare-kicker { margin: 0 0 18px; color: #5736e8; font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.compare-hero { overflow: hidden; border-bottom: 1px solid var(--compare-line); background: url("/assets/project-get-out-gradient-background-4k.webp") center / cover; }
.compare-hero__inner { display: grid; grid-template-columns: 1.22fr 0.78fr; gap: 60px; align-items: center; padding-block: 38px 42px; }
.compare-hero h1 { max-width: 860px; margin: 0; font-size: clamp(54px, 5.3vw, 78px); font-weight: 600; line-height: 0.92; letter-spacing: -0.075em; }
.compare-hero h1 em, .country-hero h1 em { color: #5736e8; font-family: "Instrument Serif", Georgia, serif; font-weight: 400; }
.compare-hero__copy > p { max-width: 440px; margin: 0; color: #4f4c54; font-size: 16px; line-height: 1.65; }

.compare-method { border-bottom: 1px solid var(--compare-line); background: var(--compare-canvas); }
.compare-method summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; }
.compare-method summary::-webkit-details-marker { display: none; }
.compare-method summary > strong { font-size: 16px; letter-spacing: -0.02em; }
.compare-method summary > span { display: flex; align-items: center; gap: 12px; color: #5736e8; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.compare-method summary > span span { font-size: 18px; transition: transform 180ms ease; }
.compare-method[open] summary > span span { transform: rotate(45deg); }
.compare-method summary:focus-visible { outline: 3px solid rgba(117, 87, 255, 0.3); outline-offset: -3px; }
.compare-method__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px; padding-block: 28px 40px; }
.compare-method__steps article { display: grid; grid-template-columns: 32px 1fr; gap: 14px; padding-top: 16px; border-top: 1px solid var(--compare-line); }
.compare-method__steps article > span { padding-top: 3px; color: #5736e8; font-size: 11px; font-weight: 800; }
.compare-method__steps h2 { margin: 0 0 7px; font-size: 18px; font-weight: 700; letter-spacing: -0.025em; }
.compare-method__steps p { margin: 0; color: var(--compare-muted); font-size: 14px; line-height: 1.6; }

.compare-methodology h2, .compare-cta h2, .country-glossary h2, .country-people h2 { margin: 0; font-size: clamp(34px, 3.8vw, 54px); font-weight: 600; line-height: 1.04; letter-spacing: -0.06em; }

.country-wall { overflow: hidden; padding-block: 66px 104px; border-bottom: 1px solid #2c2931; background: var(--compare-ink); color: white; }
.country-wall .compare-kicker { color: var(--compare-lavender); }
.country-wall__heading { display: grid; grid-template-columns: 1fr minmax(280px, 0.62fr); gap: 64px; align-items: end; margin-bottom: 38px; }
.country-wall h2 { margin: 0; font-size: clamp(48px, 5.4vw, 76px); font-weight: 600; line-height: 0.94; letter-spacing: -0.07em; white-space: nowrap; }
.country-wall h2 em { color: var(--compare-lavender); font-family: "Instrument Serif", Georgia, serif; font-weight: 400; }
.country-wall__heading > p { max-width: 430px; margin: 0 0 6px; color: #bbb6c0; font-size: 18px; line-height: 1.7; }
.country-wall__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #39373d; border-left: 1px solid #39373d; }
.country-wall__tile { position: relative; min-width: 0; min-height: 318px; display: grid; grid-template-rows: auto 1fr auto auto; gap: 14px; overflow: hidden; padding: 22px; border: 0; border-right: 1px solid #39373d; border-bottom: 1px solid #39373d; border-radius: 0; background: #111014; color: white; font: inherit; text-align: left; appearance: none; cursor: pointer; isolation: isolate; transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
.country-wall__tile::before { position: absolute; z-index: -1; inset: 18% 12%; border-radius: 50%; background: rgba(117, 87, 255, 0.16); filter: blur(34px); opacity: 0; content: ""; transition: opacity 180ms ease; }
.country-wall__tile:hover,
.country-wall__tile:focus-visible,
.country-wall__tile[aria-expanded="true"] { z-index: 1; background: #1d1925; outline: none; box-shadow: inset 0 0 0 2px var(--compare-lavender); transform: translateY(-3px); }
.country-wall__tile:hover::before,
.country-wall__tile:focus-visible::before,
.country-wall__tile[aria-expanded="true"]::before { opacity: 1; }
.country-wall__rank { color: #8e8994; font-size: 11px; font-weight: 800; letter-spacing: 0.12em; }
.country-wall__tile > img { width: 100%; height: 142px; display: block; object-fit: contain; opacity: 0.88; transform: scale(0.96); filter: drop-shadow(0 14px 20px rgba(117, 87, 255, 0.16)); transition: opacity 180ms ease, transform 180ms ease, filter 180ms ease; }
.country-wall__tile:hover > img,
.country-wall__tile:focus-visible > img,
.country-wall__tile[aria-expanded="true"] > img { opacity: 1; transform: scale(1.04); filter: drop-shadow(0 18px 26px rgba(117, 87, 255, 0.34)); }
.country-wall__name { min-width: 0; display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 10px; align-items: start; }
.country-wall__name > span { font-size: 20px; line-height: 1.2; }
.country-wall__name strong { font-size: 17px; font-weight: 700; line-height: 1.35; letter-spacing: -0.025em; }
.country-wall__action { display: flex; align-items: center; justify-content: space-between; padding-top: 11px; border-top: 1px solid #39373d; color: #a9a4af; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; transition: color 180ms ease; }
.country-wall__action > span:last-child { color: var(--compare-lavender); font-size: 16px; transition: transform 180ms ease; }
.country-wall__tile:hover .country-wall__action,
.country-wall__tile:focus-visible .country-wall__action,
.country-wall__tile[aria-expanded="true"] .country-wall__action { color: white; }
.country-wall__tile:hover .country-wall__action > span:last-child,
.country-wall__tile:focus-visible .country-wall__action > span:last-child { transform: scale(1.12); }
.country-wall__tile[aria-expanded="true"] .country-wall__action > span:last-child { transform: rotate(45deg); }

.country-wall__detail { --detail-origin: center top; grid-column: 1 / -1; overflow: hidden; border-right: 1px solid #544b68; border-bottom: 1px solid #544b68; background: radial-gradient(circle at 15% 10%, rgba(117, 87, 255, 0.18), transparent 32%), #1a1720; transform-origin: var(--detail-origin); }
.country-wall__detail.is-opening { animation: country-detail-open 420ms cubic-bezier(0.22, 1, 0.36, 1) both; }
.country-wall__detail-card { position: relative; display: grid; grid-template-columns: minmax(230px, 0.78fr) minmax(300px, 1.12fr) minmax(280px, 0.9fr); gap: clamp(32px, 4vw, 58px); align-items: center; padding: 42px; }
.country-wall__close { position: absolute; z-index: 2; top: 18px; right: 18px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #5a5364; border-radius: 50%; background: rgba(9, 9, 11, 0.62); color: white; font: inherit; font-size: 24px; line-height: 1; cursor: pointer; transition: background 160ms ease, border-color 160ms ease, transform 160ms ease; }
.country-wall__close:hover,
.country-wall__close:focus-visible { border-color: var(--compare-lavender); background: #26212f; outline: none; transform: rotate(6deg); }
.country-wall__detail-visual { position: relative; min-height: 248px; display: grid; place-items: center; overflow: hidden; border: 1px solid #494350; background: #111014; }
.country-wall__detail-visual::before { position: absolute; inset: 20%; border-radius: 50%; background: rgba(117, 87, 255, 0.24); filter: blur(32px); content: ""; }
.country-wall__detail-visual > span { position: absolute; z-index: 1; top: 17px; left: 18px; color: var(--compare-lavender); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; }
.country-wall__detail-visual img { position: relative; z-index: 1; width: 94%; height: 210px; object-fit: contain; filter: drop-shadow(0 18px 30px rgba(117, 87, 255, 0.32)); }
.country-wall__detail-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #aaa5af; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; }
.country-wall__detail-meta span:last-child { min-width: 46px; padding: 8px 10px; border: 1px solid #5a5364; color: #dcd7e1; text-align: center; }
.country-wall__detail-copy h3 { display: flex; align-items: flex-start; gap: 13px; margin: 24px 0 20px; font-size: clamp(36px, 4vw, 56px); font-weight: 600; line-height: 0.98; letter-spacing: -0.06em; }
.country-wall__detail-copy h3 span { flex: 0 0 auto; font-size: 0.68em; line-height: 1.1; letter-spacing: 0; }
.country-wall__detail-copy > p { margin: 0; color: #c5c0c9; font-size: 16px; line-height: 1.75; }
.country-wall__detail-side { align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; gap: 28px; padding-top: 46px; }
.country-wall__detail-side dl { display: grid; gap: 0; margin: 0; }
.country-wall__detail-side dl div { display: grid; grid-template-columns: 104px 1fr; gap: 18px; padding: 16px 0; border-top: 1px solid #4a4550; }
.country-wall__detail-side dt { color: #9f99a6; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.country-wall__detail-side dd { margin: 0; color: #e6e1e9; font-size: 14px; line-height: 1.55; }
.country-wall__detail-side > a { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 20px; border-radius: 6px; background: var(--compare-violet); color: white; font-size: 14px; font-weight: 800; text-decoration: none; transition: background 160ms ease, transform 160ms ease; }
.country-wall__detail-side > a:hover,
.country-wall__detail-side > a:focus-visible { background: #836aff; outline: none; transform: translateY(-2px); }
.country-wall__detail-side > a span { font-size: 20px; }

@keyframes country-detail-open {
  from { opacity: 0; transform: scaleX(0.3) translateY(-8px); }
  to { opacity: 1; transform: scaleX(1) translateY(0); }
}

.compare-methodology { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 100px; padding-block: 110px; }
.compare-methodology > div:last-child { max-width: 700px; }
.compare-methodology > div:last-child p { margin: 0 0 22px; color: var(--compare-muted); font-size: 16px; line-height: 1.85; }
.compare-cta { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; margin-bottom: 110px; padding: 54px 58px; background: var(--compare-violet); color: white; }
.compare-cta .compare-kicker { color: #e0d9ff; }
.compare-cta p:not(.compare-kicker) { max-width: 700px; margin: 20px 0 0; color: #e8e3ff; line-height: 1.7; }
.compare-cta > a { min-height: 56px; display: inline-flex; align-items: center; gap: 24px; padding: 0 22px; border-radius: 6px; background: white; color: var(--compare-ink); font-size: 15px; font-weight: 800; text-decoration: none; }

.compare-breadcrumbs { padding-top: 28px; }
.compare-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; color: #68636e; font-size: 13px; list-style: none; }
.compare-breadcrumbs li + li::before { margin-right: 8px; color: #aaa4ae; content: "/"; }
.compare-breadcrumbs a { text-decoration: none; }
.country-hero { min-height: 590px; display: grid; grid-template-columns: 170px 1fr; gap: 70px; align-items: start; padding-block: 76px 90px; }
.country-hero__index { display: flex; align-items: center; justify-content: space-between; padding-top: 9px; border-top: 1px solid var(--compare-line); }
.country-hero__index span { color: #5736e8; font-size: 14px; font-weight: 700; }
.country-hero__index small { font-size: 12px; letter-spacing: 0.14em; }
.country-hero__title { display: flex; align-items: flex-start; gap: 20px; }
.country-hero__flag { flex: 0 0 auto; margin-top: 4px; font-size: clamp(38px, 4.4vw, 60px); line-height: 1; }
.country-hero h1 { max-width: 960px; margin: 0; font-size: clamp(53px, 6.4vw, 88px); font-weight: 600; line-height: 0.93; letter-spacing: -0.075em; }
.country-hero__intro { max-width: 860px; margin: 36px 0 0; color: #454149; font-size: 19px; line-height: 1.8; }
.country-hero__meta { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 30px; color: #68636e; font-size: 12px; text-transform: uppercase; letter-spacing: 0.07em; }
.source-marker { margin-left: 2px; font-size: 0.58em; line-height: 0; vertical-align: super; }
.source-marker a { color: #5736e8; font-weight: 800; text-decoration: none; }

.country-facts { padding-block: 80px 90px; background: var(--compare-ink); color: white; }
.country-facts .compare-kicker { color: var(--compare-lavender); }
.country-facts__heading { padding-bottom: 34px; }
.country-facts__heading h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); font-weight: 600; letter-spacing: -0.055em; }
.country-facts dl { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; border-top: 1px solid #3c3940; border-left: 1px solid #3c3940; }
.country-facts dl > div { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 24px; border-right: 1px solid #3c3940; border-bottom: 1px solid #3c3940; }
.country-facts dt { color: var(--compare-lavender); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.11em; }
.country-facts dd { margin: 0; color: #e4e0e7; font-size: 16px; line-height: 1.65; }
.country-facts .source-marker a { color: var(--compare-lavender); }

.country-content { display: grid; grid-template-columns: 245px minmax(0, 780px); gap: 100px; align-items: start; padding-block: 105px 125px; }
.country-contents { position: sticky; top: 112px; }
.country-contents > strong { display: block; margin-bottom: 18px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; }
.country-contents ol { margin: 0; padding: 0; border-top: 1px solid var(--compare-line); list-style: none; }
.country-contents li { border-bottom: 1px solid var(--compare-line); }
.country-contents li a { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 15px 0; color: #514d56; font-size: 14px; line-height: 1.5; text-decoration: none; }
.country-contents li a:hover { color: #5736e8; }
.country-contents li span { color: #6952d8; font-size: 11px; }
.country-contents__all { display: inline-flex; margin-top: 22px; color: #5736e8; font-size: 14px; font-weight: 700; text-underline-offset: 4px; }
.country-copy__section { display: grid; grid-template-columns: 52px 1fr; gap: 28px; padding: 0 0 78px; scroll-margin-top: 110px; }
.country-copy__section + .country-copy__section { padding-top: 70px; border-top: 1px solid var(--compare-line); }
.country-copy__number { color: #5736e8; font-size: 13px; font-weight: 700; }
.country-copy h2 { max-width: 690px; margin: 0 0 28px; font-size: clamp(31px, 3.5vw, 46px); font-weight: 600; line-height: 1.08; letter-spacing: -0.055em; }
.country-copy p { margin: 0; color: #454149; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.9; }
.acronym-link { color: #5736e8; font-weight: 700; text-decoration-line: underline; text-decoration-style: dotted; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.acronym-link:hover { color: #3216b5; text-decoration-style: solid; }
.acronym-link:focus-visible { border-radius: 2px; outline: 3px solid rgba(117, 87, 255, 0.3); outline-offset: 3px; }

.country-sources { padding-block: 100px; background: #ece5da; }
.country-sources__inner { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 90px; }
.country-sources h2 { margin: 0; font-size: clamp(39px, 4vw, 58px); font-weight: 600; letter-spacing: -0.06em; }
.country-sources__inner > div > p:last-child { max-width: 390px; margin: 22px 0 0; color: var(--compare-muted); font-size: 16px; line-height: 1.7; }
.country-sources ol { margin: 0; padding: 0; list-style: none; counter-reset: sources; }
.country-sources li { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 18px 0 18px 42px; border-top: 1px solid var(--compare-line); color: #524e56; font-size: 14px; line-height: 1.7; counter-increment: sources; }
.country-sources li::before { position: absolute; margin-left: -42px; color: #5736e8; content: counter(sources, decimal-leading-zero); font-size: 11px; font-weight: 700; }
.country-sources li a { color: #4b30c8; overflow-wrap: anywhere; text-underline-offset: 3px; }
.source-back { align-self: start; text-decoration: none; }

.country-glossary { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 90px; padding-block: 100px; }
.country-glossary dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 34px; margin: 0; }
.country-glossary dl div { display: grid; grid-template-columns: 70px 1fr; gap: 16px; padding: 16px 0; border-top: 1px solid var(--compare-line); }
.country-glossary dt { color: #5736e8; font-size: 13px; font-weight: 800; }
.country-glossary dd { margin: 0; color: var(--compare-muted); font-size: 14px; line-height: 1.65; }
.country-people { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; margin-bottom: 100px; padding: 58px; background: var(--compare-violet); color: white; }
.country-people > div:first-child { max-width: 700px; }
.country-people .compare-kicker { color: #dfd8ff; }
.country-people p:not(.compare-kicker) { margin: 20px 0; color: #e7e2ff; font-size: 17px; line-height: 1.7; }
.country-people a { color: white; font-size: 15px; font-weight: 800; text-underline-offset: 4px; }
.country-people__portraits { display: flex; }
.country-people__portraits img { width: 132px; height: 132px; border: 5px solid var(--compare-violet); border-radius: 50%; object-fit: cover; }
.country-people__portraits img + img { margin-left: -30px; }
.country-pagination { display: grid; grid-template-columns: repeat(2, 1fr); margin-bottom: 110px; border: 1px solid var(--compare-line); }
.country-pagination a { display: grid; gap: 12px; padding: 28px; text-decoration: none; }
.country-pagination a + a { border-left: 1px solid var(--compare-line); text-align: right; }
.country-pagination span { color: var(--compare-muted); font-size: 11px; text-transform: uppercase; letter-spacing: 0.11em; }
.country-pagination strong { font-size: 19px; }
.acronym-drawer { position: fixed; z-index: 90; right: 24px; bottom: 24px; }
.acronym-drawer summary { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 18px; border: 1px solid #35323a; border-radius: 6px; background: var(--compare-ink); color: white; box-shadow: 0 14px 42px rgba(9, 9, 11, 0.2); font-size: 14px; font-weight: 800; cursor: pointer; list-style: none; }
.acronym-drawer summary::-webkit-details-marker { display: none; }
.acronym-drawer summary span { color: var(--compare-lavender); font-size: 17px; transition: transform 160ms ease; }
.acronym-drawer[open] summary span { transform: rotate(45deg); }
.acronym-drawer__panel { position: absolute; right: 0; bottom: 56px; width: min(350px, calc(100vw - 48px)); max-height: min(520px, 68vh); overflow-y: auto; padding: 24px; border: 1px solid var(--compare-line); border-radius: 6px; background: var(--compare-paper); box-shadow: 0 22px 60px rgba(9, 9, 11, 0.2); }
.acronym-drawer__header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.acronym-drawer__header strong { font-size: 17px; }
.acronym-drawer__header button { width: 34px; height: 34px; display: grid; flex: 0 0 auto; place-items: center; padding: 0; border: 1px solid var(--compare-line); border-radius: 50%; background: transparent; color: var(--compare-ink); font: inherit; font-size: 21px; line-height: 1; cursor: pointer; transition: border-color 160ms ease, background 160ms ease, transform 160ms ease; }
.acronym-drawer__header button:hover,
.acronym-drawer__header button:focus-visible { border-color: var(--compare-violet); background: rgba(117, 87, 255, 0.09); outline: none; transform: rotate(6deg); }
.acronym-drawer__panel dl { margin: 0; }
.acronym-drawer__panel dl div { display: grid; grid-template-columns: 58px 1fr; gap: 12px; margin-inline: -10px; padding: 11px 10px; border-top: 1px solid var(--compare-line); border-radius: 3px; transition: background-color 180ms ease, box-shadow 180ms ease; }
.acronym-drawer__panel dl div.is-highlighted { background: rgba(117, 87, 255, 0.13); box-shadow: inset 3px 0 #6a48ff; }
.acronym-drawer__panel dl div:focus { outline: 2px solid rgba(117, 87, 255, 0.5); outline-offset: 2px; }
.acronym-drawer__panel dt { color: #5736e8; font-size: 12px; font-weight: 800; }
.acronym-drawer__panel dd { margin: 0; color: var(--compare-muted); font-size: 14px; line-height: 1.6; }
.acronym-drawer__panel > a { display: inline-flex; margin-top: 16px; color: #5736e8; font-size: 14px; font-weight: 700; text-underline-offset: 4px; }
.acronym-drawer summary:focus-visible { outline: 3px solid rgba(117, 87, 255, 0.4); outline-offset: 4px; }

@media (max-width: 1050px) {
  .compare-hero__inner, .compare-methodology { gap: 42px; }
  .country-wall__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .country-wall__detail-card { grid-template-columns: minmax(220px, 0.78fr) minmax(340px, 1.22fr); }
  .country-wall__detail-side { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr minmax(260px, 0.55fr); align-items: end; padding-top: 0; }
  .country-content { grid-template-columns: 210px 1fr; gap: 60px; }
  .country-facts dl > div { grid-template-columns: 115px 1fr; }
}

@media (max-width: 820px) {
  .compare-page .journal-nav { display: none; }
  .compare-hero__inner, .country-wall__heading, .compare-methodology, .country-sources__inner, .country-glossary { grid-template-columns: 1fr; }
  .compare-hero__inner { min-height: auto; gap: 26px; padding-block: 44px 48px; }
  .compare-method__steps { grid-template-columns: 1fr; gap: 20px; }
  .country-wall__heading { gap: 24px; }
  .country-wall__heading > p { margin: 0; }
  .country-wall__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .country-wall__detail-card { grid-template-columns: 1fr; gap: 28px; padding: 34px; }
  .country-wall__detail-visual { min-height: 230px; }
  .country-wall__detail-side { grid-column: auto; grid-template-columns: 1fr; gap: 22px; }
  .country-hero { grid-template-columns: 90px 1fr; gap: 34px; }
  .country-content { grid-template-columns: 1fr; }
  .country-contents { position: static; }
  .country-contents ol { display: grid; grid-template-columns: repeat(2, 1fr); }
  .country-facts dl { grid-template-columns: 1fr; }
  .country-glossary dl { grid-template-columns: 1fr; }
  .country-people { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .compare-frame { width: calc(100% - 38px); }
  .compare-hero__inner { gap: 24px; padding-block: 38px 42px; }
  .compare-hero h1 { font-size: clamp(50px, 15vw, 70px); }
  .compare-method summary { min-height: 64px; }
  .compare-method summary > strong { font-size: 14px; }
  .compare-method summary > span { font-size: 10px; }
  .compare-method__steps { padding-block: 18px 30px; }
  .compare-methodology { padding-block: 70px; }
  .country-wall { padding-block: 52px 78px; }
  .country-wall__heading { margin-bottom: 36px; }
  .country-wall h2 { font-size: clamp(36px, 11vw, 48px); }
  .country-wall__tile { min-height: 210px; gap: 10px; padding: 15px; }
  .country-wall__tile > img { height: 78px; }
  .country-wall__name { grid-template-columns: 24px minmax(0, 1fr); gap: 7px; }
  .country-wall__name > span { font-size: 17px; }
  .country-wall__name strong { font-size: 14px; }
  .country-wall__action { font-size: 9px; }
  .country-wall__detail-card { gap: 24px; padding: 26px 18px 22px; }
  .country-wall__close { top: 12px; right: 12px; }
  .country-wall__detail-visual { min-height: 188px; }
  .country-wall__detail-visual img { height: 150px; }
  .country-wall__detail-copy h3 { margin-block: 20px 16px; font-size: clamp(34px, 10vw, 44px); }
  .country-wall__detail-copy > p { font-size: 15px; }
  .country-wall__detail-side dl div { grid-template-columns: 90px 1fr; gap: 12px; }
  .compare-cta { grid-template-columns: 1fr; gap: 32px; margin-bottom: 72px; padding: 34px 25px; }
  .compare-cta > a { justify-content: space-between; }
  .country-hero { min-height: 0; grid-template-columns: 1fr; gap: 30px; padding-block: 54px 66px; }
  .country-hero__index { max-width: 90px; }
  .country-hero__title { gap: 12px; }
  .country-hero__flag { margin-top: 3px; font-size: 34px; }
  .country-hero h1 { font-size: clamp(45px, 13vw, 63px); }
  .country-hero__intro { font-size: 18px; }
  .country-facts { padding-block: 64px; }
  .country-facts dl > div { grid-template-columns: 1fr; gap: 10px; }
  .country-contents ol { grid-template-columns: 1fr; }
  .country-content { padding-block: 70px 84px; }
  .country-copy__section { grid-template-columns: 1fr; gap: 14px; padding-bottom: 60px; }
  .country-copy p { font-size: 19px; line-height: 1.82; }
  .country-sources, .country-glossary { padding-block: 72px; }
  .country-sources__inner, .country-glossary { gap: 44px; }
  .country-glossary dl div { grid-template-columns: 58px 1fr; }
  .country-people { margin-bottom: 72px; padding: 35px 25px; }
  .country-people__portraits img { width: 100px; height: 100px; }
  .country-pagination { grid-template-columns: 1fr; margin-bottom: 72px; }
  .country-pagination a + a { border-top: 1px solid var(--compare-line); border-left: 0; }
  .acronym-drawer { right: 19px; bottom: 19px; }
  .acronym-drawer__panel { width: calc(100vw - 38px); }
}

@media (prefers-reduced-motion: reduce) {
  .country-wall__detail.is-opening { animation: none; }
  .acronym-drawer__panel dl div { transition: none; }
}
