:root {
  --report-paper: #fffaf2;
  --report-cream: #eee4d2;
  --report-ink: #211b16;
  --report-muted: #6d6257;
  --report-coral: #e86f46;
  --report-coral-dark: #c95231;
  --report-navy: #122131;
  --report-navy-2: #1b3143;
  --report-green: #2f745f;
  --report-green-soft: #e8f1ec;
  --report-amber: #d48a2d;
  --report-amber-soft: #fff2dd;
  --report-line: rgba(40, 31, 24, .14);
  --report-radius: 30px;
  --report-max: 1460px;
}

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

.report-page {
  color: var(--report-ink);
  background:
    radial-gradient(circle at 8% 2%, rgba(232, 111, 70, .09), transparent 30rem),
    linear-gradient(180deg, #f4eddf 0%, var(--report-cream) 100%);
  overflow: clip;
}

.report-page a {
  color: inherit;
}

.report-article {
  width: min(100%, 1680px);
  margin-inline: auto;
  padding-bottom: clamp(70px, 8vw, 130px);
}

.report-breadcrumbs,
.report-toc,
.report-section,
.report-references {
  width: min(calc(100% - 36px), var(--report-max));
  margin-inline: auto;
}

.report-breadcrumbs {
  padding: 24px 0 18px;
}

.report-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #8d7e6d;
  font-size: .78rem;
}

.report-breadcrumbs li + li::before {
  content: "/";
  margin-right: 8px;
  color: #b9aa99;
}

.report-breadcrumbs a {
  text-decoration: none;
}

.report-breadcrumbs a:hover,
.report-breadcrumbs a:focus-visible {
  color: var(--report-coral-dark);
}

.report-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr);
  gap: clamp(34px, 6vw, 96px);
  width: min(calc(100% - 24px), 1620px);
  min-height: 690px;
  margin-inline: auto;
  padding: clamp(46px, 6vw, 96px);
  border-radius: clamp(30px, 4vw, 58px);
  background:
    radial-gradient(circle at 82% 20%, rgba(232, 111, 70, .26), transparent 25rem),
    radial-gradient(circle at 20% 110%, rgba(73, 123, 118, .18), transparent 32rem),
    linear-gradient(126deg, #111c28 0%, #182b3c 62%, #0f1c27 100%);
  box-shadow: 0 38px 90px -54px rgba(12, 22, 31, .8);
  overflow: hidden;
}

.report-hero::after {
  content: "EVIDENCE / POLAND / 2026";
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: -1;
  color: rgba(255, 255, 255, .08);
  font-size: clamp(.65rem, 1vw, 1rem);
  font-weight: 800;
  letter-spacing: .22em;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
}

.report-hero__copy {
  align-self: center;
  min-width: 0;
}

.report-eyebrow,
.report-kicker {
  margin: 0;
  color: var(--report-coral);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.report-hero h1 {
  max-width: 990px;
  margin: 22px 0 28px;
  color: #fffaf2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5.5vw, 5.8rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .98;
}

.report-hero__lead {
  max-width: 850px;
  margin: 0;
  color: #dbe4e8;
  font-size: clamp(1.08rem, 1.7vw, 1.42rem);
  line-height: 1.72;
}

.report-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.report-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

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

.report-button--light {
  color: var(--report-ink);
  background: #fffaf2;
}

.report-hero .report-button--ghost {
  color: #fffaf2;
  border-color: rgba(255, 250, 242, .28);
  background: rgba(255, 255, 255, .05);
}

.report-hero .report-button--ghost:hover,
.report-hero .report-button--ghost:focus-visible {
  color: #ffffff;
  border-color: rgba(255, 250, 242, .58);
  background: rgba(255, 255, 255, .12);
}

.report-hero__ledger {
  align-self: center;
  min-width: 0;
  padding: clamp(26px, 3vw, 40px);
  color: #f5f0e8;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 28px;
  background: rgba(7, 16, 24, .38);
  backdrop-filter: blur(14px);
}

.report-ledger__label {
  margin: 0 0 8px;
  color: #f29a76;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.report-hero__ledger > strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3.3rem);
  font-weight: 500;
}

.report-hero__ledger dl {
  margin: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.report-hero__ledger dl div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.report-hero__ledger dt {
  color: #c5d0d6;
  font-size: .82rem;
}

.report-hero__ledger dd {
  margin: 0;
  color: #fffaf2;
  font-weight: 850;
}

.report-hero__ledger > p:last-child {
  margin: 0;
  color: #b9c6cc;
  font-size: .82rem;
  line-height: 1.65;
}

.report-disclaimer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  width: min(calc(100% - 36px), var(--report-max));
  margin: 24px auto 0;
  padding: 19px 24px;
  border: 1px solid rgba(201, 82, 49, .24);
  border-radius: 18px;
  background: #fff7ef;
  box-shadow: 0 16px 38px -30px rgba(53, 34, 24, .35);
}

.report-disclaimer > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  border-radius: 50%;
  background: var(--report-coral);
  font-weight: 900;
}

.report-disclaimer p {
  margin: 0;
  color: #584a3f;
  line-height: 1.6;
}

.report-toc {
  margin-top: clamp(40px, 6vw, 80px);
  padding: 28px 32px;
  border-top: 1px solid var(--report-line);
  border-bottom: 1px solid var(--report-line);
}

.report-toc > p {
  margin: 0 0 14px;
  color: var(--report-coral-dark);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.report-toc ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px 26px;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  color: #8d7d6d;
  font-size: .86rem;
}

.report-toc a {
  color: var(--report-ink);
  text-decoration: none;
}

.report-toc a:hover {
  color: var(--report-coral-dark);
}

.report-section,
.report-references {
  padding: clamp(72px, 9vw, 138px) 0;
  scroll-margin-top: 26px;
}

.report-section + .report-section,
.report-references {
  border-top: 1px solid var(--report-line);
}

.report-section__head {
  display: grid;
  grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
  gap: 8px clamp(30px, 6vw, 100px);
  align-items: start;
  margin-bottom: clamp(38px, 6vw, 76px);
}

.report-section__head .report-kicker {
  grid-row: 1 / span 2;
  padding-top: 12px;
}

.report-section__head h2,
.report-references h2 {
  max-width: 980px;
  margin: 0;
  color: var(--report-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 4.5vw, 5rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.report-section__head > p:last-child {
  grid-column: 2;
  max-width: 820px;
  margin: 18px 0 0;
  color: var(--report-muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.report-conclusions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--report-line);
}

.report-conclusions article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 6px 22px;
  padding: 34px clamp(24px, 4vw, 54px) 38px 0;
  border-bottom: 1px solid var(--report-line);
}

.report-conclusions article:nth-child(even) {
  padding-left: clamp(24px, 4vw, 54px);
  border-left: 1px solid var(--report-line);
}

.report-conclusions span {
  grid-row: 1 / span 2;
  color: var(--report-coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.report-conclusions h3 {
  margin: 0;
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.3;
}

.report-conclusions p {
  margin: 8px 0 0;
  color: var(--report-muted);
  line-height: 1.68;
}

.report-section--method {
  width: min(calc(100% - 24px), 1620px);
  padding-inline: clamp(24px, 5vw, 84px);
  border: 0;
  border-radius: 46px;
  color: #f4f0e8;
  background:
    radial-gradient(circle at 90% 10%, rgba(232, 111, 70, .18), transparent 25rem),
    linear-gradient(130deg, var(--report-navy), var(--report-navy-2));
}

.report-section--method .report-section__head h2 {
  color: #fffaf2;
}

.report-section--method .report-section__head > p:last-child {
  color: #bccbd2;
}

.report-method-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  overflow: hidden;
}

.report-method-flow div {
  min-height: 170px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, .13);
}

.report-method-flow div:last-child {
  border-right: 0;
}

.report-method-flow b {
  display: block;
  color: #f29a76;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 500;
}

.report-method-flow span {
  display: block;
  margin-top: 20px;
  color: #e0e8eb;
  font-size: .9rem;
  line-height: 1.55;
}

.report-method-notes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.report-method-notes article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 18px;
  background: rgba(255, 255, 255, .045);
}

.report-method-notes h3 {
  margin: 0 0 8px;
  color: #f29a76;
  font-size: .76rem;
  letter-spacing: .12em;
}

.report-method-notes p {
  margin: 0;
  color: #b9c7ce;
  font-size: .84rem;
  line-height: 1.55;
}

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

.report-method {
  min-height: 340px;
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid var(--report-line);
  border-radius: 28px;
  background: rgba(255, 250, 242, .76);
  box-shadow: 0 24px 60px -52px rgba(39, 28, 18, .55);
}

.report-method--emerging {
  color: #eef5f7;
  border-color: rgba(255, 255, 255, .12);
  background: linear-gradient(140deg, #142739, #243b49);
}

.report-method--combination {
  grid-column: 1 / -1;
  min-height: auto;
  background: linear-gradient(115deg, #f8e3d5, #fff8ef);
}

.report-method__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.report-method__meta span,
.report-method__meta b {
  color: var(--report-coral-dark);
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.report-method__meta b {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(232, 111, 70, .1);
}

.report-method--emerging .report-method__meta span,
.report-method--emerging .report-method__meta b {
  color: #f29a76;
}

.report-method--emerging .report-method__meta b {
  background: rgba(242, 154, 118, .12);
}

.report-method h3 {
  margin: 24px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.report-method p {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--report-muted);
  line-height: 1.75;
}

.report-method--emerging p {
  color: #c7d3d8;
}

.report-page .report-method--emerging h3 {
  color: #eef5f7;
}

.report-method a {
  color: var(--report-coral-dark);
  font-size: .88rem;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.report-method--emerging a {
  color: #f4a07d;
}

.report-section--evidence {
  width: min(calc(100% - 24px), 1620px);
  padding-inline: clamp(24px, 5vw, 84px);
  border: 1px solid var(--report-line);
  border-radius: 46px;
  background: rgba(255, 250, 242, .84);
}

.report-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.report-filters button {
  min-height: 42px;
  padding: 0 18px;
  color: var(--report-muted);
  border: 1px solid var(--report-line);
  border-radius: 999px;
  background: transparent;
  font: inherit;
  font-size: .82rem;
  font-weight: 750;
  cursor: pointer;
}

.report-filters button.is-active,
.report-filters button:hover,
.report-filters button:focus-visible {
  color: #fff;
  border-color: var(--report-navy);
  background: var(--report-navy);
}

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

.report-evidence-card {
  padding: 24px;
  border: 1px solid var(--report-line);
  border-left: 5px solid var(--report-green);
  border-radius: 18px;
  background: #fffdf8;
}

.report-evidence-card[hidden] {
  display: none;
}

.report-evidence-card--emerging {
  border-left-color: var(--report-amber);
  background: #fffaf0;
}

.report-evidence-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--report-coral-dark);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.report-evidence-card h3 {
  margin: 18px 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 500;
}

.report-evidence-card p {
  margin: 10px 0 0;
  color: var(--report-muted);
  font-size: .88rem;
  line-height: 1.58;
}

.report-evidence-card .report-effect {
  margin-top: 4px;
  color: var(--report-green);
}

.report-evidence-card--emerging .report-effect {
  color: #b46d18;
}

.report-filter-empty {
  padding: 30px;
  text-align: center;
}

.report-safety-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 18px;
}

.report-safety-layout > div,
.report-safety-layout > aside {
  padding: clamp(28px, 4vw, 50px);
  border-radius: 28px;
}

.report-safety-layout > div {
  color: #f4f0e8;
  background: var(--report-navy);
}

.report-safety-layout > aside {
  border: 1px solid #edc890;
  background: var(--report-amber-soft);
}

.report-safety-layout h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  font-weight: 500;
}

.report-page .report-safety-layout > div h3 {
  color: #f4f0e8;
}

.report-safety-layout ul {
  margin: 0;
  padding-left: 22px;
  color: #c7d3d8;
  line-height: 1.8;
}

.report-safety-layout aside p {
  color: #6c5130;
  line-height: 1.7;
}

.report-safety__flag {
  display: inline-flex;
  margin: 0 0 16px !important;
  padding: 7px 10px;
  color: #7f4d0f !important;
  border-radius: 999px;
  background: rgba(212, 138, 45, .17);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.report-safety-layout aside a {
  color: #7f4d0f;
  font-weight: 800;
}

.report-poland-signal {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.report-poland-signal > div {
  padding: 26px;
  border: 1px solid var(--report-line);
  border-top: 5px solid var(--report-green);
  border-radius: 22px;
  background: var(--report-paper);
}

.report-poland-signal > .is-alert {
  border-top-color: var(--report-coral);
}

.report-poland-signal span {
  color: var(--report-muted);
  font-size: .78rem;
}

.report-poland-signal strong {
  display: block;
  margin: 10px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 1;
}

.report-poland-signal p {
  margin: 0;
  color: var(--report-muted);
  font-size: .86rem;
  line-height: 1.55;
}

.report-aotmit {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  margin-top: 18px;
  padding: clamp(28px, 4vw, 50px);
  color: #edf4f6;
  border-radius: 28px;
  background: linear-gradient(120deg, var(--report-navy), #203747);
}

.report-aotmit h3 {
  margin: 14px 0 0;
  color: #fffaf2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 500;
  line-height: 1.08;
}

.report-aotmit > p {
  margin: 0;
  color: #c6d3d8;
  line-height: 1.75;
}

.report-aotmit > a {
  grid-column: 2;
  color: #f5a27f;
  font-weight: 800;
}

.report-more-link {
  margin: 26px 0 0;
  text-align: right;
}

.report-more-link a {
  color: var(--report-coral-dark);
  font-weight: 850;
}

.report-section--gaps {
  width: min(calc(100% - 24px), 1620px);
  padding-inline: clamp(24px, 5vw, 84px);
  color: #fffaf2;
  border-radius: 46px;
  background:
    radial-gradient(circle at 85% 20%, rgba(232, 111, 70, .22), transparent 25rem),
    #211813;
}

.report-section--gaps .report-section__head h2 {
  color: #fffaf2;
}

.report-gap-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .14);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.report-gap-line p {
  min-height: 130px;
  margin: 0;
  padding: 28px;
  color: #dfd3c7;
  border-right: 1px solid rgba(255, 255, 255, .14);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.6vw, 1.45rem);
  line-height: 1.4;
}

.report-gap-line p:last-child {
  border-right: 0;
}

.report-gap-copy {
  max-width: 950px;
  margin: 34px 0 0;
  color: #bfb0a3;
  line-height: 1.78;
}

.report-downloads {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.report-downloads a {
  display: grid;
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--report-line);
  border-radius: 22px;
  background: var(--report-paper);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.report-downloads a:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px -42px rgba(43, 30, 21, .7);
}

.report-downloads span {
  width: fit-content;
  padding: 6px 9px;
  color: var(--report-coral-dark);
  border-radius: 8px;
  background: rgba(232, 111, 70, .1);
  font-size: .68rem;
  font-weight: 900;
}

.report-downloads strong {
  align-self: end;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.report-downloads small {
  color: var(--report-muted);
}

.report-version-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  align-items: center;
  margin-top: 22px;
  padding: 24px;
  border-left: 4px solid var(--report-coral);
  background: #f8e8dc;
}

.report-version-note p {
  margin: 0;
  color: #695548;
  font-size: .86rem;
}

.report-version-note a {
  margin-left: auto;
  color: var(--report-coral-dark);
  font-weight: 850;
}

.report-references {
  padding-bottom: 0;
}

.report-references h2 {
  margin-top: 16px;
}

.report-references ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 60px;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: references;
  border-top: 1px solid var(--report-line);
}

.report-references li {
  position: relative;
  counter-increment: references;
  padding: 18px 0 18px 44px;
  border-bottom: 1px solid var(--report-line);
}

.report-references li::before {
  content: counter(references, decimal-leading-zero);
  position: absolute;
  left: 0;
  color: var(--report-coral);
  font-size: .72rem;
  font-weight: 850;
}

.report-references a {
  color: #55493e;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.report-to-top {
  position: fixed;
  right: clamp(16px, 2.2vw, 34px);
  bottom: clamp(16px, 2.2vw, 34px);
  z-index: 45;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  background: rgba(18, 33, 49, .9);
  box-shadow: 0 16px 34px -18px rgba(18, 33, 49, .8);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  cursor: pointer;
  transition: opacity .18s ease, transform .18s ease;
  backdrop-filter: blur(10px);
}

.report-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.report-to-top span {
  font-size: 1.1rem;
}

.report-page :focus-visible {
  outline: 3px solid rgba(232, 111, 70, .45);
  outline-offset: 4px;
}

@media (max-width: 1120px) {
  .report-hero {
    grid-template-columns: 1fr;
  }

  .report-hero__ledger {
    max-width: 720px;
  }

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

  .report-method-flow,
  .report-method-notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .report-method-flow div {
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  .report-poland-signal,
  .report-downloads {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .report-gap-line p:nth-child(2) {
    border-right: 0;
  }

  .report-gap-line p:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }
}

@media (max-width: 780px) {
  .report-breadcrumbs,
  .report-toc,
  .report-section,
  .report-references,
  .report-disclaimer {
    width: min(calc(100% - 24px), var(--report-max));
  }

  .report-hero {
    width: calc(100% - 12px);
    min-height: 0;
    padding: 38px 24px 46px;
    border-radius: 28px;
  }

  .report-hero h1 {
    font-size: clamp(2.35rem, 12vw, 4rem);
  }

  .report-section__head {
    grid-template-columns: 1fr;
  }

  .report-section__head .report-kicker {
    grid-row: auto;
  }

  .report-section__head > p:last-child {
    grid-column: 1;
  }

  .report-conclusions,
  .report-methods,
  .report-evidence-grid,
  .report-safety-layout,
  .report-aotmit,
  .report-references ol {
    grid-template-columns: 1fr;
  }

  .report-conclusions article,
  .report-conclusions article:nth-child(even) {
    padding: 28px 0;
    border-left: 0;
  }

  .report-method--combination {
    grid-column: auto;
  }

  .report-aotmit > a {
    grid-column: 1;
  }

  .report-version-note a {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .report-toc ol,
  .report-method-flow,
  .report-method-notes,
  .report-poland-signal,
  .report-downloads,
  .report-gap-line {
    grid-template-columns: 1fr;
  }

  .report-method-flow div {
    min-height: 0;
    border-right: 0;
  }

  .report-gap-line p,
  .report-gap-line p:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .report-gap-line p:last-child {
    border-bottom: 0;
  }

  .report-downloads a {
    min-height: 170px;
  }
}

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