:root {
  --ink: #111827;
  --muted: #5b6472;
  --paper: #fbfaf7;
  --panel: #ffffff;
  --line: #ded8ce;
  --red: #c8322b;
  --red-dark: #7f1d1d;
  --blue: #164e63;
  --green: #126c50;
  --gold: #b7791f;
  --shadow: 0 24px 70px rgba(33, 37, 41, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  background: rgba(251, 250, 247, 0.9);
  backdrop-filter: blur(18px);
}

.site-header a {
  padding: 8px 13px;
  border-radius: 999px;
  color: #273142;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.site-header a:hover {
  background: #ece7dd;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 58px);
  padding: 56px clamp(20px, 5vw, 72px) 74px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(115deg, rgba(200, 50, 43, 0.12), transparent 36%),
    linear-gradient(18deg, rgba(22, 78, 99, 0.12), transparent 42%),
    var(--paper);
}

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

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 92px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  max-width: 980px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
}

.lede {
  margin: 26px 0 0;
  max-width: 620px;
  color: #343d4c;
  font-size: clamp(18px, 2vw, 22px);
}

.lede-tight {
  margin-top: 14px;
  color: #1f2937;
  font-weight: 700;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 680px;
  margin-top: 24px;
}

.hero-facts span {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid rgba(127, 29, 29, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  color: #2f3745;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid #a9a092;
  border-radius: 999px;
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.52);
}

.button.primary {
  border-color: var(--red);
  background: var(--red);
  color: white;
}

.hero-shot,
.wide-shot,
.image-pair img {
  border: 1px solid rgba(17, 24, 39, 0.13);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-shot {
  margin: 0;
  transform: rotate(0.35deg);
}

figcaption {
  padding: 14px 16px;
  color: var(--muted);
  font-size: 14px;
  background: white;
}

.section {
  padding: 82px clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 1040px;
  margin-bottom: 34px;
}

.section-heading > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 19px;
}

.story-grid,
.avoid-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 34px 0;
}

.story-grid article,
.avoid-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.story-grid p,
.avoid-grid p,
.evidence-copy p {
  color: var(--muted);
  font-size: 17px;
}

.site-note {
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid #eadfd0;
  border-radius: 8px;
  background: #fffaf3;
  color: #3f4652 !important;
  font-size: 15px !important;
}

.number {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: #f0ded9;
  color: var(--red-dark);
  font-weight: 900;
}

.wide-shot {
  margin: 42px 0 0;
}

.callout {
  background: #f3f0ea;
}

.evidence-list {
  display: grid;
  gap: 24px;
}

.evidence-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: 26px;
  align-items: start;
  padding: clamp(18px, 3vw, 34px);
  border: 1px solid #d3cabd;
  border-radius: 8px;
  background: white;
}

.evidence-copy {
  position: sticky;
  top: 88px;
}

.tag {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tag.danger {
  background: #fee2e2;
  color: var(--red-dark);
}

.tag.caution {
  background: #fef3c7;
  color: #7c4a03;
}

.plain-warning {
  padding-left: 14px;
  border-left: 4px solid var(--red);
  color: var(--ink) !important;
  font-weight: 800;
}

.image-pair {
  display: grid;
  gap: 18px;
}

.image-pair img {
  width: 100%;
}

.explainers {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  gap: 26px;
  align-items: start;
  margin-top: 34px;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid #d3cabd;
  border-radius: 8px;
  background: #fffaf0;
}

.explainer-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.explainer-shots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.explainer-shots img {
  width: 100%;
  max-height: 310px;
  object-fit: contain;
  border: 1px solid rgba(17, 24, 39, 0.13);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgba(33, 37, 41, 0.11);
}

.dark {
  background: #111827;
  color: white;
}

.dark .eyebrow {
  color: #fca5a5;
}

.dark .section-heading > p {
  color: #d1d5db;
}

.comparison {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.comparison div {
  min-height: 180px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.comparison span {
  display: block;
  color: #d1d5db;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.comparison strong {
  display: block;
  margin: 12px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.comparison p {
  margin: 0;
  color: #d1d5db;
}

.avoid {
  background: var(--paper);
}

.avoid-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.links {
  background: #e8f1ef;
}

.about {
  background: white;
  border-top: 1px solid var(--line);
}

.about a {
  color: var(--red-dark);
  font-weight: 850;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.disclaimer {
  background: #fffaf3;
  border-top: 1px solid #eadfd0;
}

.disclaimer .section-heading {
  max-width: 980px;
}

.disclaimer .section-heading > p:not(.eyebrow) {
  max-width: 920px;
}

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

.link-columns > div {
  padding: 22px;
  border: 1px solid rgba(18, 108, 80, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.link-columns h3 {
  min-height: 52px;
  margin-bottom: 16px;
  font-size: 20px;
}

.link-columns a {
  display: block;
  padding: 14px 0 6px;
  border-top: 1px solid rgba(17, 24, 39, 0.12);
  color: var(--green);
  font-weight: 850;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.link-columns p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.final-note {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 0.65fr);
  gap: 28px;
  align-items: start;
  background: var(--ink);
  color: white;
}

.final-note p {
  margin: 0;
  color: #e5e7eb;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.35;
}

@media (max-width: 1020px) {
  .hero,
  .evidence-card,
  .explainers,
  .final-note {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-shot {
    transform: none;
  }

  .evidence-copy {
    position: static;
  }

  .story-grid,
  .avoid-grid,
  .comparison,
  .link-columns,
  .explainer-shots {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    padding: 8px;
    overflow: visible;
  }

  .site-header a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 38px;
    padding: 6px 8px;
    border: 1px solid rgba(17, 24, 39, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
  }

  .hero,
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .story-grid,
  .avoid-grid,
  .comparison,
  .link-columns,
  .explainer-shots {
    grid-template-columns: 1fr;
  }

  .story-grid article,
  .avoid-grid article,
  .comparison div {
    min-height: auto;
  }

  .evidence-card {
    padding: 16px;
  }

  .explainers {
    padding: 16px;
  }

  .link-columns h3 {
    min-height: 0;
  }
}
