@font-face {
  font-family: "Pretendard Local";
  src: url("../fonts/pretendard/PretendardVariable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Archivo Expanded";
  src: url("../fonts/archivo/ArchivoExpanded-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

/* 모노 등록부 — 랜딩과 같은 서브셋 쌍을 공유한다(tools/build_mono_subset.py). */
@font-face {
  font-family: Jetendard;
  src: url("../fonts/jetendard/jetendard-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF, U+2000-206F, U+2070-209F, U+20A0-20BF, U+2100-214F, U+2190-21FF, U+2200-22FF;
}

@font-face {
  font-family: Jetendard;
  src: url("../fonts/jetendard/jetendard-kr.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+1100-11FF, U+3000-303F, U+30FB, U+3130-318F, U+AC00-D7A3, U+FF01-FF60;
}

:root {
  color-scheme: light;
  --paper: #fff;
  --warm: #f4f4f1;
  --ink: #17191e;
  --ink-soft: #42454b;
  --muted: #74767b;
  --line: rgba(23, 25, 30, .17);
  --line-soft: rgba(23, 25, 30, .09);
  --orange: #c6551e;
  --sans: "Pretendard Local", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Malgun Gothic", sans-serif;
  --wordmark: "Archivo Expanded", "Arial Black", sans-serif;
  --mono: Jetendard, "SFMono-Regular", Consolas, monospace;
  --shell: 1360px;
  --gutter: clamp(24px, 4.8vw, 76px);
  --header: 72px;
}

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

html {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-synthesis: none;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.68;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-break: strict;
}

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

strong {
  font-weight: 600;
}

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

img {
  width: 100%;
  height: auto;
}

p,
h1,
h2,
figure {
  margin: 0;
}

:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
  box-shadow: 0 0 0 3px var(--paper), 0 0 0 5px var(--orange);
}

::selection {
  background: var(--orange);
  color: #fff;
}

.skip-link {
  position: fixed;
  inset: 12px auto auto 12px;
  z-index: 100;
  min-height: 44px;
  padding: 10px 14px;
  translate: 0 -180%;
  background: var(--ink);
  color: #fff;
  font-size: .875rem;
  text-decoration: none;
}

.skip-link:focus {
  translate: 0;
}

.sample-header,
.sample-footer,
.sample-issue {
  width: min(100%, var(--shell));
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.sample-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: var(--header);
  border-bottom: 1px solid var(--line-soft);
}

/* 워드마크 아웃라인 — 자세한 근거는 wire-v3.css 의 같은 블록 참조 */
.brand-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.wm { display: block; height: .687em; width: auto; fill: currentColor; }
.wm-hv { display: block; width: 124px; height: auto; fill: currentColor; }
.sample-footer__publisher { display: flex; align-items: center; }

.sample-header__mark,
.sample-footer__mark {
  width: fit-content;
  font-family: var(--wordmark);
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.sample-header p,
.sample-header__cta,
.sample-footer p,
.sample-footer > a:last-child {
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: .07em;
}

.sample-header p {
  color: var(--muted);
}

.sample-header__cta {
  justify-self: end;
  min-height: 44px;
  padding-block: 11px;
  text-decoration: none;
}

.sample-header__cta:hover,
.sample-footer > a:last-child:hover {
  text-decoration: underline;
}

.issue-hero {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 2vw, 32px);
  min-height: min(760px, calc(100svh - var(--header)));
  padding-block: clamp(72px, 10vw, 148px) clamp(64px, 8vw, 116px);
  border-bottom: 1px solid var(--line);
}

.issue-hero__meta {
  grid-column: 1 / 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--muted);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: .08em;
}

.overline,
.issue-hero__section,
.story-section__label,
.verdict-status,
.issue-image figcaption {
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.issue-hero__title {
  grid-column: 4 / 13;
  align-self: end;
}

.issue-hero__section {
  margin-bottom: clamp(20px, 3vw, 42px);
  color: var(--muted);
}

.issue-hero h1 {
  max-width: 13.5ch;
  font-size: clamp(3.25rem, 6vw, 6.25rem);
  font-weight: 600;
  letter-spacing: -.052em;
  line-height: 1.07;
}

.issue-hero__standfirst {
  max-width: 60ch;
  margin-top: clamp(32px, 4.3vw, 58px);
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.35vw, 1.24rem);
  line-height: 1.72;
}

.issue-image {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 2vw, 32px);
  padding-block: clamp(54px, 7vw, 100px) clamp(88px, 11vw, 156px);
}

.issue-image picture {
  grid-column: 3 / 13;
  background: var(--warm);
}

.issue-image img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.issue-image figcaption {
  grid-column: 3 / 13;
  padding-top: 12px;
  color: var(--muted);
}

.story-section {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 2vw, 32px);
  padding-block: clamp(72px, 9vw, 128px);
  border-top: 1px solid var(--line);
}

.story-section__label {
  grid-column: 1 / 4;
  color: var(--muted);
}

.story-section__body {
  grid-column: 4 / 11;
}

.story-section h2 {
  max-width: 18ch;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 600;
  letter-spacing: -.042em;
  line-height: 1.16;
}

.fact-list {
  margin-top: clamp(46px, 6vw, 78px);
  border-top: 1px solid var(--ink);
}

.fact-list p {
  padding-block: 24px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.05rem, 1.38vw, 1.22rem);
  line-height: 1.68;
}

.body-copy {
  max-width: 44rem;
  margin-top: clamp(34px, 4vw, 54px);
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.8;
}

.story-section--boundary {
  background: var(--warm);
  box-shadow: 100vw 0 0 var(--warm), -100vw 0 0 var(--warm);
}

.story-section--verdict {
  padding-top: 0;
  border-top: 4px solid var(--orange);
}

.story-section--verdict .story-section__label,
.story-section--verdict .story-section__body {
  padding-top: clamp(60px, 7vw, 98px);
}

.verdict-status {
  margin-bottom: 24px;
  color: var(--muted);
}

.verdict-copy {
  max-width: 30ch;
  margin-top: clamp(36px, 4vw, 54px);
  font-size: clamp(1.55rem, 2.6vw, 2.45rem);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.35;
}

.action-list {
  margin: clamp(44px, 5vw, 70px) 0 0;
  padding: 0;
  list-style: none;
  counter-reset: action;
  border-top: 1px solid var(--ink);
}

.action-list li {
  counter-increment: action;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding-block: 24px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  line-height: 1.6;
}

.action-list li::before {
  content: "0" counter(action);
  padding-top: .2em;
  color: var(--muted);
  font-family: var(--mono);
  font-size: .75rem;
  letter-spacing: .08em;
}

.source-list {
  margin: clamp(44px, 5vw, 70px) 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--ink);
}

.source-list li {
  border-bottom: 1px solid var(--line);
}

.source-list a {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(0, 2fr) auto;
  gap: 24px;
  align-items: baseline;
  min-height: 88px;
  padding-block: 25px;
  text-decoration: none;
}

.source-list a:hover strong {
  text-decoration: underline;
  text-underline-offset: .28em;
}

.source-list span,
.source-list time {
  color: var(--muted);
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .04em;
}

.source-list strong {
  font-size: 1rem;
  line-height: 1.5;
}

.sample-cta {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 2vw, 32px);
  align-items: end;
  padding-block: clamp(90px, 12vw, 174px);
  border-top: 1px solid var(--line);
}

.sample-cta .overline {
  grid-column: 1 / 4;
  align-self: start;
  color: var(--muted);
}

.sample-cta h2,
.sample-cta > p:not(.overline),
.sample-cta > a {
  grid-column: 4 / 11;
}

.sample-cta h2 {
  font-size: clamp(3.2rem, 6.3vw, 6.8rem);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: 1;
}

.sample-cta > p:not(.overline) {
  margin-top: 32px;
  color: var(--ink-soft);
}

.sample-cta > a {
  width: fit-content;
  min-height: 48px;
  margin-top: 28px;
  padding: 13px 24px;
  background: var(--ink);
  color: #fff;
  font-family: var(--mono);
  font-size: .8rem;
  letter-spacing: .04em;
  text-decoration: none;
}

.sample-cta > a:hover {
  background: var(--ink-soft);
}

.sample-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 112px;
  border-top: 1px solid var(--line);
}

.sample-footer p {
  color: var(--muted);
}

.sample-footer > a:last-child {
  justify-self: end;
  min-height: 44px;
  padding-block: 11px;
  color: var(--ink-soft);
  text-decoration: none;
}

@media (max-width: 760px) {
  :root {
    --gutter: 22px;
    --header: 64px;
  }

  body {
    font-size: 1rem;
  }

  .sample-header {
    grid-template-columns: 1fr auto;
  }

  .sample-header p {
    display: none;
  }

  .issue-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
    padding-block: 42px 62px;
  }

  .issue-hero__meta {
    flex-direction: row;
    margin-bottom: 76px;
  }

  .issue-hero__title {
    align-self: stretch;
  }

  .issue-hero__section {
    margin-bottom: 18px;
  }

  .issue-hero h1 {
    max-width: none;
    font-size: clamp(2.72rem, 13.6vw, 3.45rem);
    letter-spacing: -.048em;
    line-height: 1.08;
  }

  .issue-hero h1 br {
    display: none;
  }

  .issue-hero__standfirst {
    margin-top: 32px;
    font-size: 1.04rem;
    line-height: 1.72;
  }

  .issue-image {
    display: block;
    margin-inline: calc(var(--gutter) * -1);
    padding-block: 0 88px;
  }

  .issue-image img {
    aspect-ratio: 4 / 5;
  }

  .issue-image figcaption {
    padding: 10px var(--gutter) 0;
  }

  .story-section {
    display: block;
    padding-block: 68px 78px;
  }

  .story-section__label {
    margin-bottom: 52px;
  }

  .story-section h2 {
    max-width: none;
    font-size: clamp(2.12rem, 10vw, 2.75rem);
    line-height: 1.18;
  }

  .fact-list,
  .action-list,
  .source-list {
    margin-top: 42px;
  }

  .story-section--verdict {
    padding-top: 0;
  }

  .story-section--verdict .story-section__label {
    padding-top: 54px;
  }

  .story-section--verdict .story-section__body {
    padding-top: 0;
  }

  .verdict-copy {
    max-width: none;
    font-size: 1.55rem;
  }

  .action-list li {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  .source-list a {
    grid-template-columns: 1fr auto;
    gap: 8px 16px;
    padding-block: 22px;
  }

  .source-list strong {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .sample-cta {
    display: block;
    padding-block: 84px 96px;
  }

  .sample-cta .overline {
    margin-bottom: 72px;
  }

  .sample-cta h2 {
    font-size: clamp(3.2rem, 15vw, 4.2rem);
  }

  .sample-footer {
    grid-template-columns: 1fr auto;
  }

  .sample-footer p {
    display: none;
  }
}

@media (max-width: 360px) {
  .sample-footer__mark {
    display: none;
  }

  .sample-footer {
    display: flex;
    justify-content: flex-end;
  }
}
