:root {
  --ink: #172a2d;
  --ink-soft: #274347;
  --paper: #f3f0e8;
  --surface: #fffdf8;
  --surface-warm: #e7dfd0;
  --line: #ccd2cc;
  --muted: #5c6c6d;
  --accent: #276d70;
  --accent-dark: #174d50;
  --accent-soft: #d9eae5;
  --support: #e3a05c;
  --signal: #b8584d;
  --text-inverse: #fffefa;
  --shadow: 0 18px 30px rgba(25, 49, 50, 0.13), 0 3px 8px rgba(25, 49, 50, 0.08);
  --shadow-hover: 0 24px 42px rgba(25, 49, 50, 0.19), 0 5px 12px rgba(25, 49, 50, 0.11);
  --display: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable", "Segoe UI", "Noto Sans KR", Arial, sans-serif;
  --body: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", ui-sans-serif, system-ui, sans-serif;
  --mono: ui-monospace, "SF Mono", "Cascadia Code", Consolas, monospace;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  color: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  word-break: keep-all;
  line-break: strict;
}

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

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

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

[hidden] {
  display: none !important;
}

.wrap {
  width: min(1320px, 100%);
  margin-inline: auto;
  padding-inline: clamp(20px, 3vw, 38px);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--support);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 800;
  transform: translateY(-160%);
}

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

.hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--text-inverse);
}

.hero-wrap {
  padding-top: 18px;
  padding-bottom: 24px;
}

.topline,
.figure-heading,
.hero-kicker,
.hero-nav,
.postcard-header,
.card-source,
.source-row,
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.topline {
  color: #c8d7d3;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand {
  color: var(--text-inverse);
  font-family: var(--display);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.78fr) minmax(0, 1.65fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: end;
  padding-block: clamp(46px, 7vw, 82px) 38px;
}

.hero-copy {
  max-width: 470px;
}

.hero-kicker {
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #b9d5d0;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero-kicker span {
  padding: 3px 8px;
  border: 1px solid rgba(223, 239, 231, 0.3);
  border-radius: 999px;
}

h1,
h2,
h3,
p,
figure,
dl {
  margin-block-start: 0;
}

h1,
h2,
h3 {
  font-family: var(--display);
  letter-spacing: -0.045em;
}

h1 {
  max-width: 8ch;
  margin: 18px 0 20px;
  color: var(--text-inverse);
  font-size: clamp(3rem, 6.6vw, 6.1rem);
  font-weight: 850;
  line-height: 0.98;
}

h1 em {
  color: var(--support);
  font-style: normal;
}

.lede {
  max-width: 37ch;
  margin-bottom: 28px;
  color: #d8e5df;
  font-size: clamp(1rem, 1.4vw, 1.17rem);
  line-height: 1.75;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 13px;
  max-width: 420px;
  padding: 12px 14px;
  border-left: 2px solid var(--support);
  background: rgba(255, 253, 248, 0.08);
}

.hero-note > div {
  display: grid;
  gap: 2px;
}

.hero-note strong {
  color: var(--text-inverse);
  font-size: 0.86rem;
}

.hero-note span {
  color: #bed0c9;
  font-size: 0.78rem;
  line-height: 1.5;
}

.hero-mark {
  flex: 0 0 70px;
  width: 70px;
  height: 34px;
}

.hero-strip-figure {
  min-width: 0;
  margin: 0;
  padding: clamp(14px, 2vw, 22px);
  border: 1px solid #c7d3cd;
  border-radius: 18px;
  background: var(--surface-warm);
  color: var(--ink);
  box-shadow: 0 22px 42px rgba(4, 22, 24, 0.24);
}

.figure-heading {
  margin-bottom: 13px;
  color: var(--accent-dark);
  font-family: var(--mono);
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(7px, 1.2vw, 14px);
  min-width: 0;
}

.hero-photo {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 5px;
  border: 1px solid rgba(39, 109, 112, 0.25);
  border-radius: 8px;
  background: var(--surface);
  color: var(--ink);
  text-decoration: none;
}

.hero-photo:nth-child(2),
.hero-photo:nth-child(6) {
  transform: translateY(5px);
}

.hero-photo:nth-child(4) img,
.hero-photo:nth-child(5) img {
  object-position: 72% center;
}

.hero-photo img {
  width: 100%;
  aspect-ratio: 0.86;
  border-radius: 4px;
  object-fit: cover;
}

.photo-index {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 9px;
  padding: 0 5px;
  border-radius: 4px;
  background: var(--ink);
  color: var(--text-inverse);
  font-family: var(--mono);
  font-size: 0.6rem;
  line-height: 1.6;
}

.photo-name {
  overflow: hidden;
  margin: 5px 2px 1px;
  font-size: clamp(0.62rem, 0.9vw, 0.78rem);
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-strip-figure figcaption,
.postcard-photo figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.69rem;
  line-height: 1.45;
}

.hero-nav {
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 6px;
  border-top: 1px solid rgba(214, 233, 224, 0.2);
}

.hero-nav a {
  padding: 8px 0;
  color: #d8e7e0;
  font-size: 0.84rem;
  font-weight: 750;
  text-decoration: none;
}

.hero-nav a + a::before {
  margin-right: 14px;
  color: #789c95;
  content: "•";
}

.hero-nav a:hover,
.hero-nav a:focus-visible {
  color: var(--support);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.72fr);
  gap: clamp(24px, 5vw, 90px);
  align-items: end;
  padding-block: clamp(74px, 10vw, 132px) 34px;
}

.section-intro--compact {
  padding-top: clamp(58px, 8vw, 100px);
}

.section-kicker {
  display: inline-block;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-transform: uppercase;
}

.section-intro h2 {
  max-width: 15ch;
  margin: 11px 0 0;
  font-size: clamp(2.15rem, 4vw, 4.2rem);
  font-weight: 820;
  line-height: 1.05;
}

.section-deck {
  max-width: 42ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.candidate-index-wrap {
  position: relative;
  z-index: 10;
}

.candidate-index {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 9px 0 13px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  scrollbar-width: none;
}

.candidate-index::-webkit-scrollbar,
.postcard-grid::-webkit-scrollbar {
  display: none;
}

.candidate-chip {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 5px 11px 5px 8px;
  border: 1px solid #b9c6c0;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.55);
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 760;
  text-decoration: none;
  white-space: nowrap;
}

.candidate-chip span {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-family: var(--mono);
  font-size: 0.63rem;
}

.candidate-chip:hover,
.candidate-chip:focus-visible,
.candidate-chip.is-active {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--text-inverse);
}

.candidate-chip:hover span,
.candidate-chip:focus-visible span,
.candidate-chip.is-active span {
  background: var(--text-inverse);
  color: var(--accent-dark);
}

.postcard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 19px;
  margin: 24px 0 0;
  padding: clamp(19px, 3vw, 40px);
  border: 1px solid #d3c8b7;
  border-radius: 25px;
  background: var(--surface-warm);
}

.postcard {
  position: relative;
  min-width: 0;
  align-self: start;
  overflow: hidden;
  border: 1px solid #d5d8d0;
  border-radius: 7px;
  background: var(--surface);
  box-shadow: var(--shadow);
  transform: rotate(var(--tilt, 0deg)) translateY(var(--offset, 0px));
}

.postcard:nth-child(1) { --tilt: -1.15deg; --offset: 10px; }
.postcard:nth-child(2) { --tilt: 0.85deg; --offset: -7px; }
.postcard:nth-child(3) { --tilt: -0.55deg; --offset: 13px; }
.postcard:nth-child(4) { --tilt: 1.1deg; --offset: -4px; }
.postcard:nth-child(5) { --tilt: -0.75deg; --offset: 16px; }
.postcard:nth-child(6) { --tilt: 0.7deg; --offset: -8px; }
.postcard:nth-child(7) { --tilt: -0.9deg; --offset: 8px; }

.postcard:hover,
.postcard:focus,
.postcard.is-selected {
  z-index: 20;
}

.postcard:hover,
.postcard:focus {
  border-color: var(--accent);
  box-shadow: var(--shadow-hover);
  transform: rotate(0deg) translateY(-8px);
}

.postcard.is-selected {
  border: 2px solid var(--accent);
  box-shadow: 0 0 0 5px rgba(39, 109, 112, 0.15), var(--shadow-hover);
  transform: rotate(0deg) translateY(-4px);
}

.postcard:focus {
  outline: none;
}

.postcard:focus-visible {
  outline: 3px solid var(--support);
  outline-offset: 4px;
}

.postcard-header {
  min-height: 51px;
  padding: 13px 15px 10px;
  border-bottom: 1px solid #e1e3dc;
}

.postcard-header > div {
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.postcard-number {
  color: var(--accent-dark);
  font-family: var(--mono);
  font-size: 0.8rem;
  font-weight: 800;
}

.postcard-mood {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 750;
}

.postcard-mark {
  color: #879392;
  font-family: var(--mono);
  font-size: 0.61rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.postcard-photo {
  margin: 0;
  padding: 15px 15px 0;
}

.postcard-photo img {
  width: 100%;
  aspect-ratio: 1.28;
  border-radius: 4px;
  object-fit: cover;
}

.photo-label {
  margin-bottom: 7px;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.postcard-body {
  padding: 16px 17px 19px;
}

.postcard-body h3 {
  margin: 0 0 5px;
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  font-weight: 820;
  line-height: 1.22;
}

.card-vibe {
  min-height: 3.4em;
  margin-bottom: 17px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.65;
}

.card-facts {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
}

.card-facts > div {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid #e1e3dc;
}

.card-facts dt {
  color: var(--accent-dark);
  font-family: var(--mono);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.card-facts dd {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.76rem;
  line-height: 1.55;
}

.card-facts strong {
  color: var(--accent-dark);
  font-weight: 800;
}

.card-note {
  margin: 0 0 15px;
  padding: 10px 11px;
  border-radius: 4px;
  background: #f4eee3;
  color: #495a59;
  font-size: 0.73rem;
  line-height: 1.55;
}

.card-note span,
.card-source span {
  color: var(--signal);
  font-family: var(--mono);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.card-source {
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px 8px;
  color: var(--muted);
  font-size: 0.66rem;
  line-height: 1.5;
}

.tabletop-note {
  margin: 19px 0 0;
  color: var(--muted);
  font-size: 0.74rem;
  text-align: right;
}

.tabletop-note span {
  color: var(--support);
  font-size: 1rem;
}

.mood-filter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 28px;
  align-items: end;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--surface);
}

.mood-filter fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.mood-filter legend {
  margin-bottom: 11px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
}

.mood-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mood-option {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 5px 12px 5px 10px;
  border: 1px solid #b9c6c0;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 0.79rem;
  font-weight: 780;
}

.mood-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.mood-option small {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
}

.mood-option:has(input:checked) {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--text-inverse);
}

.mood-option:has(input:checked) small {
  color: #d6eeea;
}

.mood-option:focus-within {
  outline: 3px solid var(--support);
  outline-offset: 3px;
}

.filter-status {
  min-width: 12ch;
  margin: 0;
  color: var(--accent-dark);
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 750;
  text-align: right;
}

.comparison-panel {
  margin-top: 22px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid #cbd4ce;
  border-radius: 18px;
  background: #e4ece7;
}

.comparison-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 1.2fr);
  gap: 30px;
  align-items: end;
  padding-bottom: 18px;
}

.comparison-heading h3 {
  margin: 8px 0 0;
  font-size: clamp(1.55rem, 2.8vw, 2.65rem);
  line-height: 1.1;
}

.comparison-heading p {
  max-width: 42ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
}

.comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid #cad5cf;
  border-radius: 9px;
  background: var(--surface);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.45;
}

.comparison-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.comparison-table th,
.comparison-table td {
  padding: 12px 13px;
  border-bottom: 1px solid #e0e4df;
  text-align: left;
  vertical-align: top;
}

.comparison-table thead th {
  color: var(--accent-dark);
  font-family: var(--mono);
  font-size: 0.64rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.comparison-table th:first-child {
  width: 25%;
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.comparison-table tbody th {
  color: var(--ink);
  font-weight: 800;
}

.comparison-table tbody th a {
  text-decoration: underline;
  text-decoration-color: #a9c7c1;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.comparison-table tbody th a:hover,
.comparison-table tbody th a:focus-visible {
  color: var(--accent);
}

.comparison-note,
.no-script-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.no-script-note {
  padding: 11px 13px;
  border-left: 2px solid var(--support);
  background: var(--surface);
}

.share-section {
  display: grid;
  grid-template-columns: minmax(0, 0.83fr) minmax(300px, 1.17fr);
  gap: clamp(28px, 6vw, 100px);
  align-items: center;
  margin-top: clamp(70px, 10vw, 132px);
  padding-top: clamp(36px, 5vw, 64px);
  padding-bottom: clamp(36px, 5vw, 64px);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.share-copy h2 {
  max-width: 11ch;
  margin: 10px 0 12px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.05;
}

.share-copy p {
  max-width: 35ch;
  margin: 0;
  color: var(--muted);
}

.share-action {
  padding: 22px;
  border-radius: 12px;
  background: var(--accent);
  color: var(--text-inverse);
}

.share-action p:first-child {
  margin-bottom: 18px;
  color: #e4f1eb;
  font-size: 0.9rem;
  line-height: 1.75;
}

.share-button,
.source-copy {
  border: 0;
  border-radius: 999px;
  background: var(--support);
  color: var(--ink);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 850;
}

.share-button {
  min-height: 44px;
  padding: 8px 16px;
}

.share-button:hover,
.share-button:focus-visible,
.source-copy:hover,
.source-copy:focus-visible {
  background: #f2bd80;
}

.share-status {
  margin: 11px 0 0;
  color: #c7e1d9;
  font-size: 0.7rem;
}

.sources-section {
  padding-top: clamp(42px, 7vw, 88px);
  padding-bottom: clamp(42px, 8vw, 104px);
}

.sources-details {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.sources-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
}

.sources-details summary::-webkit-details-marker {
  display: none;
}

.sources-details summary > span:first-child {
  display: grid;
  gap: 3px;
}

.sources-details summary strong {
  font-family: var(--display);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  letter-spacing: -0.03em;
}

.summary-mark {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--accent);
  font-size: 1.25rem;
  line-height: 1;
}

.sources-details[open] .summary-mark {
  transform: rotate(45deg);
}

.sources-intro {
  padding: 0 0 17px;
}

.sources-intro p {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.source-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.source-row {
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid #dfe3dc;
}

.source-row:last-child {
  border-bottom: 0;
}

.source-label {
  flex: 0 0 180px;
  color: var(--ink-soft);
  font-size: 0.79rem;
  font-weight: 800;
}

.source-row > div {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  min-width: 0;
}

.source-row a,
.source-url {
  max-width: 100%;
  overflow-wrap: anywhere;
  color: var(--accent-dark);
  font-family: var(--mono);
  font-size: 0.68rem;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.source-copy {
  min-height: 30px;
  padding: 4px 10px;
  font-size: 0.68rem;
}

.source-row small {
  flex-basis: 100%;
  color: var(--muted);
  font-size: 0.69rem;
}

footer {
  align-items: baseline;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 28px;
  color: var(--muted);
  font-size: 0.71rem;
  line-height: 1.6;
}

footer strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 0.86rem;
}

footer span {
  max-width: 80ch;
}

:where(a, button, input, summary):focus-visible {
  outline: 3px solid var(--support);
  outline-offset: 3px;
}

@media screen and (min-width: 1080px) {
  .postcard-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (min-width: 700px) and (max-width: 1079px) {
  .hero-grid {
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
    gap: 28px;
  }

  .hero-strip {
    grid-template-columns: repeat(4, minmax(76px, 1fr));
    grid-template-rows: repeat(2, auto);
  }

  .hero-photo:nth-child(2),
  .hero-photo:nth-child(6) {
    transform: none;
  }

  .postcard-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .postcard {
    flex: 0 0 min(42vw, 350px);
    scroll-snap-align: start;
  }

  .postcard:hover,
  .postcard:focus,
  .postcard.is-selected {
    transform: rotate(0deg) translateY(-6px);
  }
}

@media screen and (max-width: 699px) {
  .wrap {
    padding-inline: 16px;
  }

  .hero-wrap {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .topline {
    font-size: 0.61rem;
  }

  .hero-grid {
    display: block;
    padding-block: 42px 27px;
  }

  .hero-copy {
    max-width: none;
  }

  h1 {
    margin-top: 16px;
    font-size: clamp(3.05rem, 16vw, 4.7rem);
  }

  .lede {
    max-width: 33ch;
    margin-bottom: 22px;
    font-size: 0.95rem;
  }

  .hero-note {
    max-width: none;
  }

  .hero-strip-figure {
    margin-top: 33px;
    padding: 13px;
    border-radius: 14px;
  }

  .hero-strip {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding: 2px 1px 7px;
    scrollbar-width: none;
  }

  .hero-photo {
    flex: 0 0 102px;
  }

  .hero-photo:nth-child(2),
  .hero-photo:nth-child(6) {
    transform: none;
  }

  .photo-name {
    font-size: 0.67rem;
  }

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

  .hero-nav a {
    padding: 7px 0;
    font-size: 0.7rem;
  }

  .hero-nav a + a::before {
    display: none;
  }

  .section-intro {
    display: block;
    padding-block: 58px 27px;
  }

  .section-intro h2 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .section-deck {
    margin-top: 20px;
    font-size: 0.86rem;
  }

  .candidate-index-wrap {
    position: sticky;
    top: 0;
    margin-inline: -16px;
    padding-inline: 16px;
    background: rgba(243, 240, 232, 0.96);
  }

  .candidate-index {
    padding-block: 9px 10px;
  }

  .postcard-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin-top: 15px;
    padding: 13px;
    border-radius: 16px;
  }

  .postcard,
  .postcard:nth-child(n) {
    --tilt: 0deg;
    --offset: 0px;
    transform: none;
  }

  .postcard:hover,
  .postcard:focus,
  .postcard.is-selected {
    transform: translateY(-3px);
  }

  .postcard-photo {
    padding: 13px 13px 0;
  }

  .postcard-body {
    padding: 15px 14px 17px;
  }

  .card-vibe {
    min-height: 0;
    font-size: 0.82rem;
  }

  .card-facts > div {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 8px;
  }

  .tabletop-note {
    text-align: left;
  }

  .mood-filter {
    display: block;
    padding: 16px;
  }

  .mood-options {
    gap: 7px;
  }

  .mood-option {
    min-height: 38px;
    padding-inline: 10px;
    font-size: 0.74rem;
  }

  .filter-status {
    margin-top: 15px;
    text-align: left;
  }

  .comparison-panel {
    margin-top: 15px;
    padding: 14px;
    border-radius: 14px;
  }

  .comparison-heading {
    display: block;
    padding-bottom: 14px;
  }

  .comparison-heading p {
    margin-top: 12px;
    font-size: 0.75rem;
  }

  .comparison-table {
    font-size: 0.67rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 9px 7px;
  }

  .comparison-table th:first-child {
    width: 27%;
  }

  .comparison-table thead th {
    font-size: 0.58rem;
  }

  .comparison-note {
    font-size: 0.66rem;
  }

  .share-section {
    display: block;
    margin-top: 67px;
    padding-block: 34px;
  }

  .share-copy h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .share-copy p {
    font-size: 0.85rem;
  }

  .share-action {
    margin-top: 23px;
    padding: 17px;
  }

  .share-action p:first-child {
    font-size: 0.83rem;
  }

  .source-row {
    display: block;
  }

  .source-label {
    display: block;
    margin-bottom: 5px;
  }

  footer {
    display: block;
    padding-bottom: 24px;
  }

  footer strong,
  footer span {
    display: block;
  }

  footer span {
    margin-top: 6px;
  }
}

@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }

  .hero-photo,
  .candidate-chip,
  .postcard,
  .share-button,
  .source-copy,
  .summary-mark {
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
  }
}

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

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

@media print {
  :root {
    --ink: #111;
    --ink-soft: #222;
    --paper: #fff;
    --surface: #fff;
    --surface-warm: #fff;
    --line: #999;
    --muted: #444;
    --accent: #174d50;
    --accent-dark: #173c3e;
    --accent-soft: #e8efec;
    --support: #9a5c1c;
    --signal: #8c2d25;
  }

  body {
    overflow: visible;
    background: #fff;
    color: #111;
    font-size: 10pt;
  }

  .skip-link,
  .hero-nav,
  .candidate-index-wrap,
  .mood-filter,
  .share-button,
  .share-status,
  .summary-mark,
  .source-copy,
  .no-script-note {
    display: none !important;
  }

  .hero {
    overflow: visible;
    background: #fff;
    color: #111;
  }

  .hero-wrap {
    padding-top: 0;
  }

  .topline,
  h1,
  .brand,
  .lede,
  .hero-note strong,
  .hero-note span {
    color: #111;
  }

  .hero-grid {
    grid-template-columns: 0.7fr 1.3fr;
    padding-block: 22px 18px;
  }

  .hero-kicker span {
    border-color: #999;
  }

  h1 {
    font-size: 38pt;
  }

  h1 em {
    color: #174d50;
  }

  .hero-note {
    border-left-color: #9a5c1c;
    background: #f5f5f5;
  }

  .hero-strip-figure,
  .postcard-grid,
  .comparison-panel,
  .share-action {
    box-shadow: none;
    background: #fff;
  }

  .hero-strip-figure {
    border-color: #888;
  }

  .hero-strip {
    display: grid;
  }

  .postcards-section,
  .compare-section,
  .share-section,
  .sources-section {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-intro {
    padding-block: 24px 15px;
  }

  .postcard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 0;
    padding: 0;
    border: 0;
  }

  .postcard,
  .postcard:nth-child(n),
  .postcard:hover,
  .postcard:focus,
  .postcard.is-selected {
    break-inside: avoid;
    border: 1px solid #999;
    box-shadow: none;
    transform: none;
  }

  .postcard-photo {
    padding: 10px 10px 0;
  }

  .postcard-body {
    padding: 10px;
  }

  .card-vibe {
    min-height: 0;
  }

  .comparison-panel {
    margin-top: 0;
    padding: 14px 0;
    border: 0;
  }

  .comparison-heading {
    display: block;
  }

  .comparison-heading p {
    margin-top: 8px;
  }

  .comparison-table-wrap {
    overflow: visible;
  }

  .comparison-table {
    font-size: 8pt;
  }

  .share-section {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .share-action {
    padding: 0;
    border: 1px solid #999;
    color: #111;
  }

  .share-action p:first-child {
    margin: 0;
    padding: 12px;
    color: #111;
  }

  .sources-details {
    border-color: #888;
  }

  .sources-details summary {
    display: none;
  }

  .sources-details .sources-intro,
  .sources-details .source-list {
    display: block;
  }

  .source-row {
    break-inside: avoid;
  }

  .source-row a,
  .source-url {
    color: #111;
  }

  footer {
    padding-bottom: 0;
    border-top: 1px solid #999;
    padding-top: 14px;
  }
}
