:root {
  --cream: #f3ead8;
  --paper: #fffaf0;
  --ink: #171814;
  --muted: #6c6b62;
  --red: #d73c26;
  --blue: #64aabd;
  --line: rgba(23, 24, 20, 0.22);
  --display: "Arial Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  content: "";
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 16px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-160%);
}

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

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px clamp(22px, 4vw, 64px);
}

.wordmark {
  display: inline-flex;
  flex-direction: column;
  font-family: var(--display);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.wordmark span:last-child {
  color: var(--red);
}

nav {
  display: flex;
  gap: clamp(18px, 3vw, 42px);
  font-family: var(--mono);
  font-size: 0.74rem;
  text-transform: uppercase;
}

nav a {
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  align-items: center;
  min-height: 100svh;
  padding: 130px clamp(22px, 6vw, 96px) 130px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::after {
  position: absolute;
  top: 0;
  right: 28%;
  width: 1px;
  height: 100%;
  content: "";
  background: var(--line);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 970px;
}

.eyebrow,
.section-index,
.stat-frequency,
.last-update {
  margin: 0 0 24px;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: -0.065em;
}

h1 {
  max-width: 900px;
  margin-bottom: 28px;
  font-size: clamp(4.25rem, 10.3vw, 10.5rem);
  line-height: 0.78;
  text-transform: uppercase;
}

h1 span {
  display: block;
  color: var(--red);
}

.hero-intro {
  max-width: 550px;
  margin-bottom: 36px;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

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

.button-dark {
  color: var(--paper);
  background: var(--ink);
}

.button-dark:hover {
  color: var(--ink);
  background: transparent;
}

.hero-seal {
  position: relative;
  z-index: 2;
  justify-self: center;
  width: min(30vw, 380px);
  min-width: 280px;
  text-align: center;
  transform: rotate(3deg);
}

.hero-seal svg {
  display: block;
  width: 100%;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.hero-seal .seal-ring {
  stroke-dasharray: 7 8;
  stroke-width: 2;
}

.hero-seal .fish-eye {
  fill: var(--ink);
  stroke: none;
}

.hero-seal .water-line {
  stroke: var(--blue);
  stroke-width: 7;
}

.hero-seal .ban-line {
  stroke: var(--red);
  stroke-width: 17;
}

.hero-seal p {
  margin: -4px 0 0;
  font-family: var(--mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-facts {
  position: absolute;
  right: clamp(22px, 6vw, 96px);
  bottom: 22px;
  left: clamp(22px, 6vw, 96px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}

.hero-facts div {
  padding: 16px 14px 0 0;
}

.hero-facts dt,
.method-list dt {
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 3px 0 0;
  font-weight: 700;
}

.manifesto,
.refusals,
.method,
.about {
  padding: clamp(80px, 11vw, 170px) clamp(22px, 6vw, 96px);
}

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

.manifesto-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: start;
}

.manifesto h2,
.section-heading h2,
.biological-intro h2,
.method h2,
.share h2 {
  margin-bottom: 0;
  font-size: clamp(3rem, 7vw, 7.4rem);
  line-height: 0.92;
}

.manifesto h2 em {
  display: block;
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  text-transform: none;
}

.manifesto-copy {
  padding-top: 10px;
  font-size: 1.04rem;
}

blockquote {
  margin: 46px 0;
  padding: 28px 0 28px 28px;
  border-left: 7px solid var(--red);
}

blockquote p {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.3vw, 2.15rem);
  font-style: italic;
  line-height: 1.18;
}

blockquote cite {
  font-family: var(--mono);
  font-size: 0.67rem;
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.refusals {
  background: var(--cream);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 0.34fr);
  gap: 40px;
  align-items: end;
  margin-bottom: clamp(50px, 7vw, 96px);
}

.section-heading > p {
  max-width: 290px;
  margin: 0 0 10px;
  color: var(--muted);
}

.refusal-list {
  border-top: 1px solid var(--ink);
}

.refusal-card {
  display: grid;
  grid-template-columns: 48px 96px minmax(0, 1fr) auto;
  gap: clamp(16px, 3vw, 46px);
  align-items: center;
  min-height: 156px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.refusal-number {
  align-self: start;
  padding-top: 7px;
  font-family: var(--mono);
  font-size: 0.7rem;
}

.refusal-icon {
  width: 76px;
  height: 76px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.refusal-icon .solid {
  fill: currentColor;
  stroke: none;
}

.refusal-card h3 {
  margin: 0 0 4px;
  font-family: var(--display);
  font-size: clamp(1.45rem, 3.2vw, 3rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.refusal-card p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted);
}

.verdict {
  display: grid;
  width: 65px;
  height: 65px;
  place-items: center;
  color: var(--red);
  border: 3px solid var(--red);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 900;
  transform: rotate(-8deg);
}

.statistics {
  padding: clamp(80px, 11vw, 170px) clamp(22px, 6vw, 96px);
  color: var(--paper);
  background: var(--ink);
}

.section-heading-light > p,
.statistics .section-index,
.last-update {
  color: #a7a89e;
}

.food-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 250, 240, 0.3);
  border-bottom: 1px solid rgba(255, 250, 240, 0.3);
}

.stat-card {
  position: relative;
  min-width: 0;
  padding: 36px clamp(20px, 3vw, 45px) 42px;
  border-right: 1px solid rgba(255, 250, 240, 0.3);
}

.stat-card:first-child {
  padding-left: 0;
}

.stat-card:last-child {
  padding-right: 0;
  border-right: 0;
}

.stat-card::before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 58px;
  height: 8px;
  content: "";
  background: var(--accent);
}

.stat-card h3 {
  min-height: 2.1em;
  margin-bottom: 42px;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 3.1rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.stat-frequency {
  margin-bottom: 18px;
  color: #a7a89e;
}

.stat-number-block strong,
.bio-value strong {
  display: block;
  overflow: hidden;
  font-family: var(--mono);
  font-size: clamp(2.3rem, 5.2vw, 5.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.075em;
  text-overflow: ellipsis;
}

.stat-number-block span,
.bio-value span {
  display: block;
  margin-top: 7px;
  color: #a7a89e;
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.kilograms {
  margin: 30px 0 42px;
  color: #c7c5bb;
}

.kilograms strong {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 1.2rem;
}

.progress-label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
  font-family: var(--mono);
  font-size: 0.63rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.progress-label span:last-child {
  color: #a7a89e;
  text-align: right;
}

.progress-track {
  height: 7px;
  overflow: hidden;
  background: rgba(255, 250, 240, 0.16);
}

.progress-track span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1s linear;
}

.biological-intro {
  margin: clamp(90px, 12vw, 170px) 0 60px;
}

.biological-intro h2 {
  max-width: 900px;
}

.biological-stats {
  border-top: 1px solid rgba(255, 250, 240, 0.3);
}

.bio-card {
  display: grid;
  grid-template-columns: 60px minmax(210px, 0.7fr) minmax(300px, 1.3fr);
  gap: 30px;
  align-items: center;
  min-height: 180px;
  padding: 35px 0;
  border-bottom: 1px solid rgba(255, 250, 240, 0.3);
}

.bio-index {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #a7a89e;
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 0.76rem;
}

.bio-card h3 {
  margin-bottom: 5px;
  font-family: var(--display);
  font-size: clamp(1.65rem, 3vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.bio-card p {
  margin-bottom: 0;
  color: #a7a89e;
}

.bio-value {
  justify-self: end;
  max-width: 100%;
  text-align: right;
}

.last-update {
  margin: 35px 0 0;
  text-align: right;
}

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

.method-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 0.7fr);
  gap: clamp(60px, 11vw, 180px);
}

.method h2 {
  margin-bottom: 35px;
  font-size: clamp(2.8rem, 5.7vw, 6rem);
}

.method-grid > div > p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.08rem;
}

.method-list {
  margin: 0;
  border-top: 1px solid var(--ink);
}

.method-list div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.method-list dd {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.78rem;
  text-align: right;
}

.about {
  min-height: 75vh;
  color: var(--paper);
  background: var(--red);
}

.about .section-index {
  color: rgba(255, 250, 240, 0.72);
}

.about h2 {
  margin: 8vh 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.about > p:last-child {
  max-width: 1100px;
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 11vw, 12rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.share {
  padding: clamp(100px, 14vw, 210px) 22px;
  color: var(--paper);
  background: var(--blue);
  text-align: center;
}

.share h2 {
  max-width: 850px;
  margin: 0 auto 48px;
}

.button-light {
  color: var(--ink);
  background: var(--paper);
}

.button-light:hover {
  color: var(--paper);
  background: transparent;
}

.share-feedback {
  min-height: 1.5em;
  margin: 16px 0 0;
  font-family: var(--mono);
  font-size: 0.72rem;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 25px clamp(22px, 6vw, 96px);
  color: #a7a89e;
  background: var(--ink);
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

footer p {
  margin: 0;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 550ms ease var(--delay, 0ms), transform 550ms ease var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

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

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    align-content: center;
    padding-bottom: 150px;
  }

  .hero::after {
    display: none;
  }

  .hero-seal {
    position: absolute;
    right: -85px;
    bottom: 100px;
    z-index: 0;
    opacity: 0.16;
  }

  .hero-copy {
    z-index: 1;
  }

  .manifesto-grid,
  .method-grid {
    grid-template-columns: 1fr;
  }

  .manifesto-grid {
    gap: 55px;
  }

  .method-grid {
    gap: 60px;
  }

  .food-stats {
    grid-template-columns: 1fr;
  }

  .stat-card,
  .stat-card:first-child,
  .stat-card:last-child {
    padding: 36px 0 42px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 250, 240, 0.3);
  }

  .stat-card:last-child {
    border-bottom: 0;
  }

  .stat-card h3 {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .site-header {
    align-items: flex-start;
  }

  nav {
    flex-direction: column;
    gap: 6px;
    text-align: right;
  }

  .hero {
    min-height: 830px;
    padding-top: 145px;
  }

  h1 {
    font-size: clamp(3.2rem, 16vw, 4.8rem);
  }

  h1 span {
    font-size: 0.82em;
  }

  .hero-intro {
    max-width: 88%;
  }

  .hero-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-facts div:nth-child(-n + 2) {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
  }

  .hero-seal {
    right: -100px;
    bottom: 95px;
    min-width: 260px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-heading > p {
    margin: 0;
  }

  .refusal-card {
    grid-template-columns: 34px 58px minmax(0, 1fr);
    gap: 12px;
    min-height: 125px;
  }

  .refusal-icon {
    width: 52px;
    height: 52px;
  }

  .refusal-card p {
    font-size: 0.88rem;
  }

  .verdict {
    display: none;
  }

  .bio-card {
    grid-template-columns: 48px 1fr;
    gap: 15px;
  }

  .bio-value {
    grid-column: 1 / -1;
    justify-self: start;
    padding-left: 63px;
    text-align: left;
  }

  .method-list div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .method-list dd {
    text-align: left;
  }

  .about {
    min-height: 620px;
  }

  footer {
    flex-direction: column;
    gap: 7px;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
