:root {
  --ink: #171613;
  --ink-2: #24221f;
  --ink-3: #302d28;
  --paper: #f2ecdf;
  --paper-2: #fffaf0;
  --paper-3: #e7dfd0;
  --muted: #6c665d;
  --muted-dark: #aaa196;
  --line: #d2c8b7;
  --line-dark: rgba(255, 250, 240, .16);
  --red: #a82422;
  --red-bright: #c8342f;
  --red-deep: #761715;
  --gold: #c6a35a;
  --green: #405447;
  --shadow: 0 22px 60px rgba(31, 25, 18, .16);
  --shadow-dark: 0 28px 80px rgba(0, 0, 0, .28);
  --sans: Arial, Helvetica, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --content: 780px;
  --wide: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--red-deep); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--red-bright); }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
::selection { color: var(--paper-2); background: var(--red); }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-180%);
  padding: .75rem 1rem;
  border-radius: .4rem;
  color: var(--ink);
  background: var(--paper-2);
  font-weight: 700;
}
.skip-link:focus { transform: none; }

.reading-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 999;
  height: 4px;
  background: transparent;
}
.reading-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--red-bright);
  box-shadow: 0 0 18px rgba(200, 52, 47, .65);
}

.site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(100%, 1480px);
  margin: 0 auto;
  padding: 1.3rem clamp(1rem, 4vw, 4.5rem);
  color: var(--paper-2);
}
.page-inner .site-header {
  position: relative;
  width: 100%;
  max-width: none;
  background: var(--ink);
  border-bottom: 1px solid var(--line-dark);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.05;
}
.brand img { flex: 0 0 auto; }
.brand span { display: grid; gap: .16rem; }
.brand strong { color: #fff; font-size: .92rem; }
.brand small { color: #c9c1b4; font-size: .67rem; font-weight: 700; letter-spacing: .13em; }
.site-nav { display: flex; align-items: center; gap: clamp(.7rem, 1.8vw, 1.65rem); }
.site-nav a {
  color: inherit;
  text-decoration: none;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; }
.site-nav .nav-cta {
  padding: .72rem 1rem;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
}
.site-nav .nav-cta:hover { color: var(--ink); background: var(--paper-2); }
.menu-toggle {
  display: none;
  align-items: center;
  gap: .6rem;
  padding: .65rem .85rem;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  color: #fff;
  background: transparent;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  cursor: pointer;
}
.menu-toggle::before, .menu-toggle::after { content: ""; width: 16px; height: 2px; background: currentColor; box-shadow: 0 5px 0 currentColor; }
.menu-toggle::after { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .8rem 1.18rem;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); }
.button-primary:hover { color: #fff; background: var(--red-bright); }
.button-ghost { color: var(--paper-2); border-color: rgba(255,255,255,.35); background: transparent; }
.button-ghost:hover { color: #fff; border-color: var(--paper-2); }
.button-light { color: var(--ink); background: var(--paper-2); }
.button-light:hover { color: var(--ink); background: #fff; }
.button-dark { color: var(--paper-2); background: var(--ink); }
.button-dark:hover { color: #fff; background: var(--ink-3); }
.button-spaced { margin-top: 1.8rem; }
.copy-status { min-width: 8rem; color: #bbb3a7; font-size: .78rem; }

.home-hero, .article-hero, .section-hero {
  position: relative;
  overflow: hidden;
  color: var(--paper-2);
  background:
    radial-gradient(circle at 76% 43%, rgba(168, 36, 34, .22), transparent 34%),
    linear-gradient(135deg, #0d0d0c 0%, #1a1916 58%, #0e0e0d 100%);
  isolation: isolate;
}
.home-hero::before, .article-hero::before, .section-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .14;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000 0, transparent 88%);
}
.home-hero { min-height: 790px; }
.home-hero__grid {
  width: min(1480px, 100%);
  min-height: 790px;
  margin: 0 auto;
  padding: 10rem clamp(1.25rem, 6vw, 6rem) 7rem;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: 3rem;
}
.eyebrow {
  margin: 0 0 1.2rem;
  color: var(--gold);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.eyebrow .tag {
  display: inline-block;
  margin-right: .45rem;
  padding: .36rem .56rem;
  border-radius: .22rem;
  color: #fff;
  background: var(--red);
}
.home-hero h1 {
  margin: 0;
  max-width: 850px;
  font-family: var(--serif);
  font-size: clamp(4.7rem, 9vw, 9.1rem);
  font-weight: 700;
  line-height: .83;
  letter-spacing: -.06em;
}
.home-hero h1 span { display: block; color: #d8cfbf; font-weight: 400; }
.home-hero .tagline {
  margin: 2rem 0 0;
  color: #f0e8da;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  line-height: 1.15;
}
.home-hero .dek {
  max-width: 650px;
  margin: 1.3rem 0 0;
  color: #c9c1b4;
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.52;
}
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .8rem; margin-top: 2.25rem; }
.home-hero__art { position: relative; min-height: 560px; display: grid; place-items: center; }
.home-hero__art img { width: min(610px, 100%); filter: drop-shadow(0 30px 80px rgba(0,0,0,.36)); }
.hero-orbit-labels { position: absolute; inset: 0; pointer-events: none; }
.hero-orbit-labels span {
  position: absolute;
  padding: .48rem .7rem;
  border: 1px solid rgba(255,255,255,.18);
  color: #d7cfc1;
  background: rgba(18,18,16,.72);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.hero-orbit-labels span:nth-child(1) { top: 20%; left: 1%; }
.hero-orbit-labels span:nth-child(2) { top: 43%; right: -2%; }
.hero-orbit-labels span:nth-child(3) { bottom: 18%; left: 8%; }

.method-band {
  position: relative;
  z-index: 6;
  width: min(1180px, calc(100% - 2rem));
  margin: -54px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--paper-2);
  box-shadow: var(--shadow);
}
.method-band__item { min-height: 170px; padding: 1.5rem 1.7rem; border-right: 1px solid var(--line); }
.method-band__item:last-child { border-right: 0; }
.method-band__item strong { display: block; color: var(--red); font-family: var(--serif); font-size: 2rem; line-height: 1; }
.method-band__item p { margin: .8rem 0 0; color: #4e4942; font-size: .9rem; line-height: 1.5; }

.page-section { padding: 6.5rem clamp(1rem, 4vw, 3rem); }
.page-section--tight { padding-top: 4.6rem; padding-bottom: 4.6rem; }
.page-section--dark { color: var(--paper-2); background: var(--ink); }
.section-wrap { width: min(var(--wide), 100%); margin: 0 auto; }
.section-heading { display: grid; grid-template-columns: minmax(0, .62fr) minmax(0, 1fr); align-items: end; gap: 3rem; margin-bottom: 2.5rem; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.9rem, 6vw, 5.2rem); line-height: .96; letter-spacing: -.045em; text-wrap: balance; }
.section-heading p { max-width: 54ch; margin: 0 0 .35rem; color: var(--muted); line-height: 1.65; }
.page-section--dark .section-heading p { color: #b8b0a3; }
.section-kicker { margin: 0 0 .8rem; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.page-section--dark .section-kicker { color: var(--gold); }
.section-link { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1rem; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  color: var(--paper-2);
  background: var(--ink-2);
  box-shadow: var(--shadow-dark);
  overflow: hidden;
}
.featured-card__media { position: relative; min-height: 430px; display: grid; place-items: center; background: #171613; }
.featured-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.featured-card__media::after { content: none; }
.featured-card__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4.2rem); }
.card-meta { display: flex; flex-wrap: wrap; gap: .55rem 1rem; color: #aaa196; font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.card-meta .type { color: var(--gold); }
.featured-card h3 { margin: 1.1rem 0 1.1rem; font-family: var(--serif); font-size: clamp(2.25rem, 4.4vw, 4.2rem); line-height: 1.02; letter-spacing: -.035em; }
.featured-card p { margin: 0; color: #cfc7ba; line-height: 1.65; }
.featured-card .button { align-self: flex-start; margin-top: 1.7rem; }

.claim-grid, .article-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.claim-card {
  position: relative;
  min-height: 270px;
  padding: 1.7rem 1.8rem 1.8rem;
  border: 1px solid #d3caba;
  background: var(--paper-2);
  overflow: hidden;
}
.claim-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--red); }
.claim-card .claim-label { margin: 0; color: var(--red); font-size: .69rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.claim-card h3 { max-width: 20ch; margin: 1rem 0 .8rem; font-family: var(--serif); font-size: clamp(1.7rem, 3.2vw, 2.55rem); line-height: 1.08; letter-spacing: -.025em; }
.claim-card p { max-width: 54ch; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.status-pill { display: inline-flex; align-items: center; gap: .45rem; width: max-content; margin-top: 1.3rem; padding: .48rem .65rem; border: 1px solid var(--line); color: #565048; font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.status-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.status-pill--published::before { background: var(--green); }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-dark); }
.process-card { min-height: 310px; padding: 2rem; background: var(--ink); }
.process-card .no { color: var(--red-bright); font-family: var(--serif); font-size: 3.8rem; line-height: 1; opacity: .74; }
.process-card h3 { margin: 1rem 0 .85rem; font-family: var(--serif); font-size: 2rem; line-height: 1.08; }
.process-card p { margin: 0; color: #bcb3a7; font-size: .9rem; line-height: 1.62; }

.site-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  padding: 2.2rem 2.4rem;
  color: var(--paper-2);
  background: var(--red-deep);
  box-shadow: var(--shadow);
}
.site-note h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.04; }
.site-note p { max-width: 65ch; margin: .8rem 0 0; color: #ead7d4; }

.section-hero { min-height: 440px; }
.section-hero__inner {
  width: min(var(--wide), 100%);
  min-height: 440px;
  margin: 0 auto;
  padding: 7rem clamp(1rem, 4vw, 3rem) 5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr);
  align-items: center;
  gap: 3rem;
}
.section-hero h1 { max-width: 12ch; margin: 0; font-family: var(--serif); font-size: clamp(4rem, 9vw, 7rem); line-height: .9; letter-spacing: -.055em; }
.section-hero .intro { max-width: 58ch; margin: 1.5rem 0 0; color: #c9c1b4; font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.55; }
.section-hero__art { display: grid; place-items: center; }
.section-hero__art img { width: min(360px, 100%); opacity: .72; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0 0 1rem; color: #a8a094; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a { color: inherit; }
.breadcrumbs span[aria-hidden="true"] { opacity: .45; }

.filters { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2rem; }
.filter-button { padding: .63rem .82rem; border: 1px solid var(--line); border-radius: 999px; color: #514c45; background: transparent; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.filter-button:hover, .filter-button.is-active { color: #fff; border-color: var(--red); background: var(--red); }
.article-card { display: flex; flex-direction: column; min-height: 100%; border: 1px solid var(--line); background: var(--paper-2); box-shadow: 0 14px 35px rgba(31,25,18,.07); }
.article-card[hidden] { display: none !important; }
.article-card__media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--ink); }
.article-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.article-card:hover .article-card__media img { transform: scale(1.018); }
.article-card__placeholder { position: absolute; inset: 0; display: grid; place-items: center; background:
  radial-gradient(circle at 66% 45%, rgba(168,36,34,.3), transparent 28%),
  linear-gradient(135deg, #11110f, #24221f); }
.article-card__placeholder img { width: 68%; height: 68%; object-fit: contain; opacity: .5; }
.article-card__body { display: flex; flex: 1; flex-direction: column; padding: 1.5rem 1.55rem 1.65rem; }
.article-card h2, .article-card h3 { margin: .8rem 0 .8rem; font-family: var(--serif); font-size: clamp(1.65rem, 2.8vw, 2.25rem); line-height: 1.08; letter-spacing: -.025em; }
.article-card h2 a, .article-card h3 a { color: inherit; text-decoration: none; }
.article-card h2 a::after, .article-card h3 a::after { content: ""; position: absolute; inset: 0; }
.article-card { position: relative; }
.article-card p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.58; }
.article-card .status-pill { margin-top: auto; padding-top: .9rem; }
.article-card__footer { display: flex; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.25rem; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-card.is-planned { box-shadow: none; }
.article-card.is-planned .article-card__body { opacity: .86; }
.empty-state { display: none; padding: 2rem; border: 1px solid var(--line); background: var(--paper-2); }
.empty-state.is-visible { display: block; }

.article-hero { min-height: 650px; }
.article-hero__grid {
  width: min(1480px, 100%);
  min-height: 650px;
  margin: 0 auto;
  padding: 6.8rem clamp(1.25rem, 6vw, 6rem) 5.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: center;
  gap: 3rem;
}
.article-hero h1 { margin: 0; max-width: 920px; font-family: var(--serif); font-size: clamp(4rem, 8vw, 8.2rem); font-weight: 700; line-height: .82; letter-spacing: -.055em; text-wrap: balance; }
.article-hero h1 em { color: #d9d0c1; font-weight: 400; }
.article-hero .dek { max-width: 760px; margin: 2rem 0 0; color: #d1c9bc; font-family: var(--serif); font-size: clamp(1.2rem, 2.1vw, 1.72rem); line-height: 1.42; text-wrap: balance; }
.article-hero__art { position: relative; min-height: 470px; display: grid; place-items: center; }
.article-hero__art img { width: min(520px, 100%); opacity: .93; }
.article-hero__art p { position: absolute; right: 1rem; bottom: 2.2rem; margin: 0; padding: .78rem 1rem; border-left: 4px solid var(--red); color: #d1c9bc; background: rgba(16,16,15,.72); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(7px); }
.article-hero__art p strong { color: #fff; }
.article-info { display: flex; flex-wrap: wrap; gap: .55rem 1rem; margin: 0 0 1.2rem; color: #bdb5a9; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.article-info .type { color: #fff; background: var(--red); padding: .34rem .55rem; border-radius: .2rem; }

.fact-band {
  position: relative;
  z-index: 5;
  width: min(1200px, calc(100% - 2rem));
  margin: -52px auto 5.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--paper-2);
  box-shadow: var(--shadow);
}
.fact { min-height: 180px; padding: 1.5rem 1.7rem; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.fact:last-child { border-right: 0; }
.fact strong { display: block; color: var(--red); font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 4.1rem); line-height: .95; }
.fact span { display: block; max-width: 24ch; margin-top: .75rem; font-size: .92rem; line-height: 1.4; }
.fact a { width: max-content; margin-top: .65rem; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.article-shell { padding: 0 1rem 7rem; }
.article-body { width: min(var(--content), 100%); margin: 0 auto; }
.article-body p { margin: 0 0 1.45rem; line-height: 1.78; text-wrap: pretty; hyphens: auto; }
.article-body .lead { font-family: var(--serif); font-size: clamp(1.28rem, 2.2vw, 1.62rem); line-height: 1.55; }
.dropcap { float: left; margin: .12em .13em 0 0; color: var(--red); font-family: var(--serif); font-size: 4.3em; line-height: .72; }
sup a { padding: 0 .15em; font-size: .68em; font-weight: 800; text-decoration: none; }
.article-section { position: relative; margin-top: 6rem; padding-top: 1rem; }
.article-section::before { content: ""; position: absolute; top: 0; left: 0; width: 74px; height: 5px; background: var(--red); }
.section-no { position: absolute; top: -.6rem; right: calc(100% + 2rem); color: rgba(23,22,19,.14); font-family: var(--serif); font-size: 4.7rem; font-weight: 700; line-height: 1; }
.article-section h2, .lexicon h2, .sources h2, .cta h2, .related h2 { margin: 0 0 1.45rem; font-family: var(--serif); font-size: clamp(2.35rem, 5vw, 4.1rem); line-height: 1.04; letter-spacing: -.035em; text-wrap: balance; }
blockquote { position: relative; margin: 2.7rem -5rem 3rem; padding: 2.4rem 3rem 2.2rem 5.6rem; color: var(--paper-2); background: var(--ink); box-shadow: var(--shadow); }
blockquote::before { content: "„"; position: absolute; top: -.1rem; left: 1.4rem; color: var(--red-bright); font-family: var(--serif); font-size: 7.5rem; line-height: 1; }
blockquote p { font-family: var(--serif); font-size: 1.2rem; line-height: 1.55 !important; }
blockquote footer { margin-top: 1.2rem; }
blockquote footer a { color: #c9c1b4; font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.source-figure { margin: 2.8rem -4rem 3.2rem; }
.source-figure img { display: block; width: 100%; border: 12px solid var(--paper-2); box-shadow: var(--shadow); }
.source-figure-quote img { border-width: 10px; }
.source-figure figcaption { max-width: 70ch; margin: .8rem 1rem 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.pullquote { margin: 3.2rem -2.5rem !important; padding: 2.1rem 2.5rem; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 700; line-height: 1.32 !important; text-align: center; }
.lexicon { margin: 3.8rem -5rem 5rem; padding: 2.6rem 3rem 3rem; color: var(--paper-2); background: var(--green); box-shadow: var(--shadow); }
.aside-kicker { margin: 0 0 .8rem !important; color: currentColor; opacity: .72; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lexicon h2 { font-size: clamp(2.1rem, 4vw, 3.25rem); }
.lexicon dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.22); }
.lexicon dl div { min-height: 132px; padding: 1.25rem; background: var(--green); }
.lexicon dt { font-family: var(--serif); font-size: 1.28rem; font-weight: 700; }
.lexicon dd { margin: .45rem 0 0; color: #d8ded9; font-size: .92rem; }
.price-card { margin: 2.8rem -5rem 3.2rem; overflow: hidden; color: var(--paper-2); background: var(--ink); border: 1px solid #3a3630; box-shadow: var(--shadow); }
.price-card-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding: 1.4rem 1.7rem; background: var(--red-deep); }
.price-card-head span { font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-card-head strong { font-family: var(--serif); font-size: 1.7rem; }
.price-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 1.4rem; padding: 1.35rem 1.7rem; border-bottom: 1px solid #3a3630; }
.price-row span { max-width: 44ch; color: #d1c9bc; font-size: .92rem; line-height: 1.45; }
.price-row strong { color: #fff; text-align: right; }
.price-card > p { margin: 0 !important; padding: 1rem 1.7rem; color: #aaa298; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.impact-line { margin: 3.5rem -4rem 0 !important; padding: 3rem 3.2rem; color: var(--paper-2); background: var(--red-deep); box-shadow: var(--shadow); }
.impact-line span, .impact-line strong { display: block; }
.impact-line span { color: #d5c8c4; font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; }
.impact-line strong { margin-top: .65rem; font-family: var(--serif); font-size: clamp(1.7rem, 4vw, 3rem); line-height: 1.2; }
.article-section-dark { margin-left: -5rem; margin-right: -5rem; padding: 3.5rem 5rem 2rem; color: var(--paper-2); background: var(--ink); box-shadow: var(--shadow); }
.article-section-dark::before { left: 5rem; top: 2.5rem; }
.article-section-dark .section-no { right: calc(100% + 2rem); }
.article-section-dark h2 { margin-top: .8rem; }
.caution { margin: 2.2rem 0 2.4rem; padding: 1.4rem 1.5rem; border: 1px solid #554f47; border-left: 5px solid var(--red-bright); background: #24221f; }
.caution strong { color: #fff; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.caution p { margin: .7rem 0 0 !important; color: #d2cabd; font-size: .92rem; }
.conclusion { padding-bottom: 1rem; }
.final-lines { margin: 2.8rem -3.2rem 0 !important; padding: 2.7rem 3.2rem; border-left: 8px solid var(--red); background: var(--paper-2); box-shadow: var(--shadow); font-family: var(--serif); font-size: clamp(1.45rem, 3vw, 2.25rem); line-height: 1.42 !important; }
.final-lines strong { color: var(--red-deep); }
.cta { margin: 6.5rem -8rem 5rem; padding: 3.5rem 4rem 3.8rem; color: var(--paper-2); background: var(--red-deep); box-shadow: var(--shadow); text-align: center; }
.cta h2 { max-width: 13ch; margin-left: auto; margin-right: auto; }
.cta > p:not(.aside-kicker) { max-width: 55ch; margin-left: auto; margin-right: auto; color: #ead7d4; }
.cta .button { margin-top: .8rem; }
.sources { margin-top: 6rem; padding-top: 3rem; border-top: 1px solid var(--line); }
.sources h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.sources ol { margin: 2rem 0 0; padding-left: 1.5rem; }
.sources li { margin-bottom: 1rem; padding-left: .45rem; color: #4c4842; font-size: .86rem; line-height: 1.55; }
.sources li::marker { color: var(--red); font-weight: 800; }
.sources li:target { margin-left: -.5rem; padding: .7rem .7rem .7rem 1.2rem; background: var(--paper-2); outline: 2px solid rgba(168,36,34,.25); }
.sources-note { margin-top: 2rem !important; padding: 1.2rem 1.35rem; border-left: 4px solid var(--line); color: var(--muted); font-size: .78rem; line-height: 1.55 !important; }
.related { width: min(var(--wide), calc(100% - 2rem)); margin: 0 auto 6rem; padding: 3.4rem; color: var(--paper-2); background: var(--ink); }
.related h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); }
.related-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line-dark); }
.related-item { min-height: 160px; padding: 1.35rem; background: var(--ink); }
.related-item span { color: var(--gold); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.related-item h3 { margin: .7rem 0 0; font-family: var(--serif); font-size: 1.55rem; line-height: 1.1; }

.about-layout { display: grid; grid-template-columns: minmax(220px, .38fr) minmax(0, 1fr); gap: 4rem; }
.about-nav { position: sticky; top: 2rem; align-self: start; padding: 1.25rem; border: 1px solid var(--line); background: var(--paper-2); }
.about-nav a { display: block; padding: .58rem 0; color: #554f47; font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid var(--line); }
.about-nav a:last-child { border-bottom: 0; }
.about-content { max-width: 820px; }
.about-section { scroll-margin-top: 2rem; padding: 0 0 4rem; }
.about-section + .about-section { padding-top: 4rem; border-top: 1px solid var(--line); }
.about-section h2 { margin: 0 0 1.4rem; font-family: var(--serif); font-size: clamp(2.5rem, 4.8vw, 4.2rem); line-height: 1.02; letter-spacing: -.035em; }
.about-section h3 { margin: 2rem 0 .65rem; font-family: var(--serif); font-size: 1.7rem; }
.about-section p { line-height: 1.75; }
.rating-list { display: grid; gap: .65rem; margin: 1.6rem 0; }
.rating-item { display: grid; grid-template-columns: minmax(190px, .38fr) 1fr; gap: 1rem; padding: 1rem 1.1rem; border-left: 5px solid var(--red); background: var(--paper-2); }
.rating-item strong { font-family: var(--serif); font-size: 1.08rem; }
.rating-item span { color: var(--muted); font-size: .86rem; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 3rem; padding: 3.5rem clamp(1.25rem, 6vw, 6rem); color: #c9c1b4; background: var(--ink); border-top: 1px solid var(--line-dark); }
.brand-footer { color: var(--paper-2); }
.site-footer p { max-width: 52ch; margin: 1rem 0 0; font-size: .82rem; }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; gap: .5rem; text-align: right; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .6rem 1.1rem; }
.footer-meta a, .footer-links a { color: var(--paper-2); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.footer-meta p { margin-top: .5rem; }

.error-page { min-height: 100vh; display: grid; place-items: center; padding: 2rem; color: var(--paper-2); background: var(--ink); }
.error-card { width: min(680px, 100%); text-align: center; }
.error-card img { width: 220px; opacity: .8; }
.error-card h1 { margin: .5rem 0 1rem; font-family: var(--serif); font-size: clamp(2.5rem, 8vw, 5rem); line-height: 1; }
.error-card p:not(.eyebrow) { color: #c9c1b4; }

:focus-visible { outline: 3px solid #efb13e; outline-offset: 4px; }

@media (max-width: 1120px) {
  .home-hero__grid, .article-hero__grid { grid-template-columns: 1fr .72fr; }
  .section-no { display: none; }
  blockquote, .lexicon, .price-card, .article-section-dark { margin-left: -2.5rem; margin-right: -2.5rem; }
  .source-figure, .impact-line { margin-left: -2rem !important; margin-right: -2rem !important; }
  .cta { margin-left: -3.5rem; margin-right: -3.5rem; }
}


/* One visual identity per article: the same hero image is reused on the
   homepage, in the article archive and in the article header. */
.article-hero__art--article-image {
  min-height: 420px;
  padding: clamp(1rem, 3vw, 2rem);
  overflow: hidden;
  background: #171613;
}
.article-hero__art--article-image img {
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: contain;
  opacity: 1;
}

@media (max-width: 900px) {
  body { font-size: 17px; }
  .site-header { align-items: center; }
  .js .menu-toggle { display: inline-flex; }
  .js .site-nav { position: absolute; top: calc(100% + .1rem); left: 1rem; right: 1rem; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .65rem; border: 1px solid var(--line-dark); color: var(--paper-2); background: rgba(23,22,19,.98); box-shadow: var(--shadow-dark); }
  .js .site-nav.is-open { display: flex; }
  .site-nav a { padding: .78rem .7rem; }
  .site-nav .nav-cta { border-radius: .25rem; text-align: center; }
  .home-hero, .home-hero__grid { min-height: 760px; }
  .home-hero__grid, .article-hero__grid, .section-hero__inner { grid-template-columns: 1fr; }
  .home-hero__grid { padding-top: 9rem; padding-bottom: 6.5rem; }
  .home-hero__copy, .article-hero__copy { position: relative; z-index: 2; }
  .home-hero__art, .article-hero__art { position: absolute; right: -110px; bottom: 5px; width: 520px; min-height: 0; opacity: .34; }
  .article-hero__art--article-image { display: none; }
  .hero-orbit-labels, .article-hero__art p { display: none; }
  .home-hero h1 { font-size: clamp(4.4rem, 17vw, 7.2rem); }
  .method-band { grid-template-columns: 1fr; margin-top: -38px; }
  .method-band__item { min-height: 130px; border-right: 0; border-bottom: 1px solid var(--line); }
  .method-band__item:last-child { border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-card__media { min-height: auto; aspect-ratio: 16/9; }
  .claim-grid, .article-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .site-note { grid-template-columns: 1fr; }
  .section-hero__art { display: none; }
  .section-hero, .section-hero__inner { min-height: 390px; }
  .about-layout { grid-template-columns: 1fr; gap: 2rem; }
  .article-body blockquote, .article-body .lexicon, .article-body .price-card, .article-body .article-section-dark, .article-body .cta, .article-body .source-figure, .article-body .pullquote, .article-body .impact-line, .article-body .final-lines { margin-left: 0 !important; margin-right: 0 !important; }
  .about-nav { position: static; display: flex; flex-wrap: wrap; gap: .4rem 1rem; }
  .about-nav a { border: 0; }
  .fact-band { grid-template-columns: 1fr; margin-top: -38px; }
  .fact { min-height: 138px; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact:last-child { border-bottom: 0; }
  .lexicon dl { grid-template-columns: 1fr; }
  .lexicon dl div { min-height: auto; }
  .price-row { grid-template-columns: 1fr; gap: .6rem; }
  .price-row strong { text-align: left; }
  .article-section-dark { padding-left: 2.5rem; padding-right: 2.5rem; }
  .article-section-dark::before { left: 2.5rem; }
  .cta { padding-left: 2rem; padding-right: 2rem; }
  .related-list { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-meta { align-items: flex-start; text-align: left; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .site-header { padding: 1rem; }
  .brand small { display: none; }
  .home-hero__grid, .article-hero__grid { padding-left: 1rem; padding-right: 1rem; }
  .home-hero .tagline { max-width: 15ch; }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .copy-status { width: 100%; min-width: 0; text-align: center; }
  .page-section { padding-left: 1rem; padding-right: 1rem; }
  .section-heading h2 { font-size: clamp(2.6rem, 14vw, 4rem); }
  .featured-card__body { padding: 1.55rem; }
  .claim-card { min-height: auto; padding: 1.4rem; }
  .site-note { padding: 1.7rem 1.35rem; }
  .section-hero__inner { padding-left: 1rem; padding-right: 1rem; }
  .filters { gap: .42rem; }
  .filter-button { padding: .58rem .72rem; }
  .article-shell { padding-left: 1rem; padding-right: 1rem; }
  .article-body p { line-height: 1.7; }
  blockquote, .lexicon, .price-card, .article-section-dark, .cta { margin-left: -.5rem; margin-right: -.5rem; }
  .source-figure { margin-left: -.25rem !important; margin-right: -.25rem !important; }
  .pullquote { margin-left: 0 !important; margin-right: 0 !important; padding-left: .75rem; padding-right: .75rem; }
  .impact-line, .final-lines { margin-left: -.25rem !important; margin-right: -.25rem !important; padding-left: 1.5rem; padding-right: 1.5rem; }
  .lexicon, .price-card-head, .price-row, .price-card > p { padding-left: 1.25rem; padding-right: 1.25rem; }
  .article-section-dark { padding-left: 1.25rem; padding-right: 1.25rem; }
  .article-section-dark::before { left: 1.25rem; }
  .source-figure img { border-width: 6px; }
  .cta { padding: 2.6rem 1.25rem 2.8rem; }
  .related { width: calc(100% - 1rem); padding: 1.35rem; }
  .rating-item { grid-template-columns: 1fr; gap: .3rem; }
}

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

@media print {
  :root { --paper: #fff; --paper-2: #fff; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .site-header, .reading-progress, .hero-actions, .fact-band, .method-band, .cta, .site-footer, .filters, .related { display: none !important; }
  .home-hero, .article-hero, .section-hero { min-height: auto; color: #000; background: #fff; }
  .home-hero::before, .article-hero::before, .section-hero::before, .home-hero__art, .article-hero__art, .section-hero__art { display: none; }
  .home-hero__grid, .article-hero__grid, .section-hero__inner { min-height: auto; display: block; padding: 1cm 0 1.2cm; }
  .article-hero h1, .home-hero h1 { font-size: 38pt; }
  .article-hero h1 em, .article-hero .dek, .article-info, .eyebrow, .home-hero h1 span, .home-hero .dek, .home-hero .tagline { color: #000; }
  .page-section, .article-shell { padding: 0; }
  .article-body { width: auto; }
  blockquote, .lexicon, .price-card, .article-section-dark, .impact-line, .final-lines { margin-left: 0 !important; margin-right: 0 !important; box-shadow: none; break-inside: avoid; }
  blockquote, .article-section-dark, .price-card, .lexicon { color: #000; background: #f2f2f2; }
  a { color: #000; text-decoration: underline; }
  .source-figure { margin-left: 0; margin-right: 0; break-inside: avoid; }
}


/* Version 3: simplified editorial homepage */
.myth-band {
  position: relative;
  z-index: 6;
  width: min(1180px, calc(100% - 2rem));
  margin: -54px auto 0;
  padding: 2rem 2.2rem;
  background: var(--paper-2);
  box-shadow: var(--shadow);
}
.myth-band p {
  display: grid;
  grid-template-columns: minmax(190px, .34fr) minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
  margin: 0;
}
.myth-band strong {
  color: var(--red);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.05;
}
.myth-band span {
  color: #4e4942;
  font-family: var(--serif);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .myth-band { margin-top: -38px; }
  .myth-band p { grid-template-columns: 1fr; gap: .75rem; }
}

@media (max-width: 620px) {
  .myth-band { width: calc(100% - 1rem); padding: 1.5rem 1.25rem; }
}

@media print {
  .myth-band { display: none !important; }
}


/* Version 5: homepage previous articles and clean 700 m teaser */
.section-heading--single { grid-template-columns: 1fr; }
.previous-list { display: grid; gap: 1.25rem; }
.previous-card {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  border: 1px solid var(--line);
  background: var(--paper-2);
  box-shadow: 0 14px 35px rgba(31,25,18,.07);
  overflow: hidden;
}
.previous-card__media {
  display: block;
  min-height: 270px;
  overflow: hidden;
  background: var(--ink);
}
.previous-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .35s ease;
}
.previous-card:hover .previous-card__media img { transform: scale(1.018); }
.previous-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.6rem, 3.5vw, 2.8rem);
}
.previous-card h3 {
  margin: .9rem 0 .8rem;
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.04;
  letter-spacing: -.03em;
}
.previous-card h3 a { color: inherit; text-decoration: none; }
.previous-card p { max-width: 58ch; margin: 0; color: var(--muted); font-size: .94rem; line-height: 1.62; }
.previous-card__link {
  width: max-content;
  margin-top: 1.25rem;
  color: var(--red);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .previous-card { grid-template-columns: 1fr; }
  .previous-card__media { min-height: auto; aspect-ratio: 16 / 9; }
}

/* Version 6: responsive YouTube embed in articles */
.article-video {
  margin: 3.2rem -3.2rem 3rem;
}
.article-video__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--ink);
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow);
}
.article-video__frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.article-video figcaption {
  margin-top: .8rem;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .article-video { margin-left: 0; margin-right: 0; }
}

@media print {
  .article-video { display: none !important; }
}


/* Version 7: scope map and argument blocks */
.scope-map {
  margin: 3.2rem -3.2rem;
  overflow-x: auto;
  border: 1px solid var(--line);
  background: var(--paper-2);
  box-shadow: var(--shadow);
}
.scope-map table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: var(--ink);
}
.scope-map caption {
  padding: 1.2rem 1.5rem;
  color: var(--paper-2);
  background: var(--ink-2);
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 700;
  text-align: left;
}
.scope-map th,
.scope-map td {
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  text-align: left;
  line-height: 1.45;
}
.scope-map thead th {
  color: #695f54;
  background: #eee4d4;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.scope-map tbody th {
  width: 25%;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 700;
}
.scope-map tbody tr:last-child th,
.scope-map tbody tr:last-child td { border-bottom: 0; }
.scope-status {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  white-space: nowrap;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.scope-status::before {
  content: "";
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  flex: 0 0 auto;
}
.scope-status--stays::before { background: #6b7d3d; }
.scope-status--changes::before { background: #b72924; }
.scope-status--outside::before { background: #817a70; }
.argument-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 3rem -3.2rem;
  background: var(--line-dark);
  box-shadow: var(--shadow);
}
.argument-step {
  min-height: 230px;
  padding: 1.7rem;
  color: var(--paper-2);
  background: var(--ink-2);
}
.argument-step span {
  display: block;
  margin-bottom: 1rem;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.argument-step h3 {
  margin: 0 0 .8rem;
  font-family: var(--serif);
  font-size: 1.45rem;
  line-height: 1.15;
}
.argument-step p { margin: 0; color: #cfc7ba; font-size: .92rem; line-height: 1.6; }
.claim-replies {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2.8rem -3.2rem;
}
.claim-reply {
  padding: 1.5rem;
  border-left: 5px solid var(--red);
  background: var(--paper-2);
  box-shadow: 0 12px 28px rgba(31,25,18,.08);
}
.claim-reply span {
  display: block;
  color: var(--red);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.claim-reply strong {
  display: block;
  margin-top: .7rem;
  font-family: var(--serif);
  font-size: 1.2rem;
  line-height: 1.25;
}
.claim-reply p { margin: .7rem 0 0; color: var(--muted); font-size: .9rem; }

@media (max-width: 900px) {
  .scope-map, .argument-steps, .claim-replies { margin-left: 0; margin-right: 0; }
  .argument-steps, .claim-replies { grid-template-columns: 1fr; }
  .argument-step { min-height: auto; }
}

@media (max-width: 600px) {
  .scope-map { margin-left: -.25rem; margin-right: -.25rem; }
  .scope-map caption { font-size: 1.3rem; }
}


/* Article: Nie musisz być weganinem */
.article-hero h1.article-title-long {
  font-size: clamp(3.15rem, 6.1vw, 6.6rem);
  line-height: .9;
  max-width: 11.5ch;
}
.article-hero h1.article-title-long em { color: #e8dfd0; }
.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 2.8rem -3.2rem;
}
.choice-card {
  padding: 1.55rem 1.6rem;
  border-top: 5px solid var(--red);
  background: var(--paper-2);
  box-shadow: 0 12px 28px rgba(31,25,18,.08);
}
.choice-card strong {
  display: block;
  margin-bottom: .65rem;
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.2;
}
.choice-card p { margin: 0 !important; color: var(--muted); font-size: .92rem; }
.purity-test {
  margin: 3rem -4rem;
  padding: 2.5rem 3rem;
  color: var(--paper-2);
  background: var(--ink-2);
  box-shadow: var(--shadow);
}
.purity-test > span {
  display: block;
  color: var(--gold);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.purity-test strong {
  display: block;
  max-width: 24ch;
  margin-top: .8rem;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3.5vw, 2.7rem);
  line-height: 1.16;
}
.purity-test p { margin: 1rem 0 0 !important; color: #d4ccbf; }
.dual-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .8rem;
  margin-top: 1.1rem;
}
@media (max-width: 900px) {
  .choice-grid, .purity-test { margin-left: 0; margin-right: 0; }
  .choice-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .article-hero h1.article-title-long { font-size: clamp(3rem, 15vw, 5.3rem); max-width: 100%; }
  .purity-test { padding: 2rem 1.4rem; }
}


/* Article: Plany zabijania bez kontroli */
.article-hero h1.article-title-plans {
  max-width: 10.5ch;
  font-size: clamp(3.25rem, 6.35vw, 6.8rem);
  line-height: .88;
}
.article-hero h1.article-title-plans em { color: #e8dfd0; }
.plan-compare,
.legal-difference,
.reform-grid,
.access-list,
.poll-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 2.8rem -3.2rem;
}
.plan-compare article,
.reform-grid article,
.access-list article {
  padding: 1.55rem 1.65rem;
  border-top: 5px solid var(--red);
  background: var(--paper-2);
  box-shadow: 0 12px 28px rgba(31,25,18,.08);
}
.plan-compare span,
.reform-grid span {
  display: block;
  margin-bottom: .7rem;
  color: var(--red);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.plan-compare strong,
.reform-grid strong,
.access-list strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.18;
}
.plan-compare p,
.reform-grid p,
.access-list p { margin: .7rem 0 0 !important; color: var(--muted); font-size: .92rem; }
.procedure-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 3rem -4.4rem;
  background: var(--line-dark);
  box-shadow: var(--shadow);
}
.procedure-flow article {
  min-height: 245px;
  padding: 1.6rem;
  background: var(--paper-2);
}
.procedure-flow article > span,
.reform-sequence article > span {
  display: inline-grid;
  width: 2.1rem;
  height: 2.1rem;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  color: var(--paper-2);
  background: var(--red);
  font-size: .72rem;
  font-weight: 800;
}
.procedure-flow strong,
.reform-sequence strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.2rem;
  line-height: 1.2;
}
.procedure-flow p,
.reform-sequence p { margin: .75rem 0 0 !important; color: var(--muted); font-size: .87rem; line-height: 1.55; }
.legal-difference article {
  padding: 1.8rem;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
}
.legal-difference span {
  display: block;
  color: var(--gold);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.legal-difference strong {
  display: block;
  margin-top: .6rem;
  font-family: var(--serif);
  font-size: 1.55rem;
}
.legal-difference p { margin: .7rem 0 0 !important; color: #d2cabd; font-size: .92rem; }
.procedure-line {
  display: flex;
  align-items: stretch;
  gap: .6rem;
  margin: 2.7rem -3.2rem;
  padding: 1.3rem;
  border: 1px solid var(--line);
  background: var(--paper-2);
  box-shadow: var(--shadow);
}
.procedure-line span {
  display: grid;
  flex: 1 1 0;
  min-height: 94px;
  place-items: center;
  padding: .9rem;
  text-align: center;
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.2;
}
.procedure-line b { align-self: center; color: var(--red); font-size: 1.4rem; }
.access-list article { border-top-color: #817a70; }
.history-note,
.source-caution {
  margin: 3rem -3.2rem;
  padding: 2rem 2.2rem;
  background: #eee4d4;
  box-shadow: 0 12px 28px rgba(31,25,18,.08);
}
.history-note > span {
  display: block;
  color: var(--red);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.history-note strong {
  display: block;
  max-width: 31ch;
  margin-top: .7rem;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.15;
}
.history-note p { margin: 1rem 0 0 !important; }
.source-caution {
  margin-top: 1.5rem;
  border-left: 5px solid var(--red);
  font-size: .92rem;
}
.reform-sequence {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 3rem -4.4rem;
  background: var(--line-dark);
  box-shadow: var(--shadow);
}
.reform-sequence article {
  min-height: 255px;
  padding: 1.6rem;
  background: var(--paper-2);
}
.poll-band {
  gap: 1px;
  background: var(--line-dark);
  box-shadow: var(--shadow);
}
.poll-band article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.2rem;
  min-height: 175px;
  padding: 1.8rem;
  background: var(--ink-2);
}
.poll-band strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(3.1rem, 7vw, 5.8rem);
  line-height: .8;
}
.poll-band p { margin: 0 !important; color: #d2cabd; font-size: .95rem; }
@media (max-width: 1000px) {
  .procedure-flow, .reform-sequence { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-left: 0; margin-right: 0; }
  .procedure-line { flex-wrap: wrap; margin-left: 0; margin-right: 0; }
  .procedure-line span { flex-basis: 40%; }
}
@media (max-width: 900px) {
  .plan-compare, .legal-difference, .reform-grid, .access-list, .poll-band, .history-note, .source-caution { margin-left: 0; margin-right: 0; }
}
@media (max-width: 650px) {
  .article-hero h1.article-title-plans { max-width: 100%; font-size: clamp(3rem, 15vw, 5.2rem); }
  .plan-compare, .legal-difference, .reform-grid, .access-list, .poll-band, .procedure-flow, .reform-sequence { grid-template-columns: 1fr; }
  .procedure-flow article, .reform-sequence article { min-height: auto; }
  .procedure-line { display: grid; grid-template-columns: 1fr; }
  .procedure-line span { min-height: 72px; }
  .procedure-line b { justify-self: center; transform: rotate(90deg); }
  .poll-band article { grid-template-columns: 1fr; }
}
