:root {
  --paper: #f1eee4;
  --paper-bright: #fffdf7;
  --ink: #152019;
  --ink-soft: #586159;
  --accent: #087a56;
  --accent-dark: #07563f;
  --accent-pale: #cfe6d9;
  --signal: #d78a3b;
  --rule: #b9b9ae;
  --sans: "Aptos", "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --gutter: clamp(1.25rem, 4.5vw, 5rem);
  --measure: 92rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

[id] {
  scroll-margin-top: 5.25rem;
}

body {
  min-width: 0;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

main,
section,
div,
article,
aside,
nav {
  min-width: 0;
}

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

a:hover {
  text-decoration-thickness: 2px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--paper-bright);
  background: var(--ink);
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 4.5rem;
  padding: 0 var(--gutter);
  border-bottom: 1px solid var(--ink);
  background: rgba(241, 238, 228, 0.95);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand > span:first-child {
  display: grid;
  place-items: center;
  width: 2.25rem;
  aspect-ratio: 1;
  color: var(--paper-bright);
  background: var(--accent-dark);
  font-size: 0.62rem;
  letter-spacing: 0;
}

.site-header nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
}

.site-header nav a,
.header-link {
  font-size: 0.74rem;
  font-weight: 750;
  text-decoration: none;
}

.site-header nav a:hover,
.header-link:hover {
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 3px;
}

.header-link {
  padding-bottom: 0.12rem;
  border-bottom: 1px solid var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(28rem, 0.95fr);
  min-height: calc(100svh - 4.5rem);
  border-bottom: 1px solid var(--ink);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(3.5rem, 8vh, 7rem) var(--gutter);
  animation: hero-enter 620ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.eyebrow,
.chapter-label,
.before-kicker,
.artifact-label {
  margin: 0;
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--accent-dark);
}

.case-title {
  margin: clamp(1.8rem, 5vh, 3.8rem) 0 0.8rem;
  color: var(--accent);
  font-size: clamp(0.95rem, 1.4vw, 1.25rem);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.hero h1 {
  max-width: 13ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 5.4vw, 6.4rem);
  font-weight: 500;
  letter-spacing: -0.062em;
  line-height: 0.92;
}

.hero-deck {
  max-width: 37rem;
  margin: 1.5rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.4vw, 1.24rem);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 42rem);
  margin-top: 2.1rem;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.hero-proof p {
  min-width: 0;
  margin: 0;
  padding: 1rem 1rem 1rem 0;
}

.hero-proof p + p {
  padding-left: 1rem;
  border-left: 1px solid var(--rule);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  color: var(--accent-dark);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 2.1rem);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.hero-proof span {
  margin-top: 0.25rem;
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 750;
}

.primary-action {
  display: inline-flex;
  justify-content: space-between;
  gap: 2.75rem;
  margin-top: 2rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--ink);
  color: var(--paper-bright);
  background: var(--ink);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.primary-action:hover {
  color: var(--ink);
  background: transparent;
  transform: translateY(-2px);
}

.hero-artifact {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.1rem;
  overflow: hidden;
  padding: clamp(2.5rem, 6vw, 6rem);
  color: var(--paper-bright);
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    var(--accent-dark);
  background-size: 2rem 2rem;
  isolation: isolate;
  animation: artifact-enter 700ms 100ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
}

.hero-artifact::before {
  position: absolute;
  z-index: -1;
  inset: 10% -18% auto auto;
  width: 75%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  content: "";
}

.artifact-sheet {
  width: min(100%, 34rem);
  padding: clamp(1.2rem, 2.5vw, 2rem);
  color: var(--ink);
  background: var(--paper-bright);
  box-shadow: 0 1.4rem 3rem rgba(0, 0, 0, 0.24);
}

.artifact-input {
  align-self: flex-start;
  transform: rotate(-1.6deg);
}

.artifact-output {
  position: relative;
  align-self: flex-end;
  transform: rotate(1.3deg);
}

.artifact-label {
  margin-bottom: 1rem;
  color: var(--accent-dark);
}

.artifact-row {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 1rem;
  padding: 0.55rem 0;
  border-top: 1px solid var(--rule);
  font-size: 0.78rem;
}

.artifact-row span {
  color: var(--ink-soft);
}

.artifact-row strong {
  font-weight: 750;
}

.artifact-route {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: min(100%, 31rem);
  margin: 0 auto;
  color: var(--accent-pale);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.artifact-route i {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
}

.certificate-name {
  margin: 1.5rem 0 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.certificate-copy {
  max-width: 20rem;
  margin: 0.8rem 0 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.certificate-seal {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  display: grid;
  place-items: center;
  width: 2.8rem;
  aspect-ratio: 1;
  border: 1px solid var(--accent);
  border-radius: 50%;
  color: var(--paper-bright);
  background: var(--accent);
  font-weight: 900;
}

.artifact-boundary {
  max-width: 34rem;
  margin: 0;
  padding-left: 0.8rem;
  border-left: 3px solid var(--signal);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.7rem;
}

.bottleneck,
.operating-choice,
.trace,
.human,
.outcome,
.about,
.evidence-boundary {
  padding: clamp(4.75rem, 9vw, 9rem) var(--gutter);
}

.bottleneck > *,
.operating-choice > *,
.trace > *,
.human > *,
.outcome > *,
.about > *,
.evidence-boundary > * {
  width: min(100%, var(--measure));
  margin-right: auto;
  margin-left: auto;
}

.chapter-heading h2 {
  max-width: 12ch;
  margin: 1rem 0 0;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5vw, 5.7rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.chapter-deck {
  max-width: 40rem;
  margin: 1.2rem 0 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.bottleneck {
  display: grid;
  grid-template-columns: minmax(20rem, 0.85fr) minmax(22rem, 1.1fr) minmax(17rem, 0.75fr);
  gap: clamp(2.5rem, 5vw, 6rem);
  color: var(--paper-bright);
  background: var(--ink);
}

.bottleneck > * {
  width: auto;
  margin: 0;
}

.before-record {
  align-self: end;
}

.before-kicker {
  color: var(--signal);
}

.before-statement {
  margin: 1rem 0 2.5rem;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  line-height: 1.24;
}

.before-record dl {
  margin: 0;
}

.before-record dl > div {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1rem;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.before-record dt {
  color: var(--accent-pale);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.before-record dd {
  margin: 0;
  font-size: 0.88rem;
}

.case-question {
  align-self: end;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.46);
}

.case-question > p {
  margin: 0;
  color: var(--accent-pale);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-question blockquote {
  margin: 1rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.8vw, 1.75rem);
  line-height: 1.3;
}

.operating-choice {
  background: var(--paper-bright);
}

.operating-choice > .chapter-heading {
  display: grid;
  grid-template-columns: minmax(15rem, 0.75fr) minmax(23rem, 1.25fr);
  column-gap: clamp(2rem, 8vw, 9rem);
  align-items: end;
}

.operating-choice .chapter-label,
.operating-choice .chapter-deck {
  grid-column: 1;
}

.operating-choice h2 {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.choice-sequence {
  width: min(100%, var(--measure));
  margin: clamp(4rem, 7vw, 6.5rem) auto 0;
  border-top: 1px solid var(--ink);
}

.choice-sequence article {
  display: grid;
  grid-template-columns: 4.5rem minmax(13rem, 0.65fr) minmax(18rem, 1.35fr);
  gap: clamp(1rem, 3vw, 3rem);
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--rule);
}

.choice-sequence article > span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 850;
}

.choice-sequence article > div {
  display: contents;
}

.choice-sequence h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.choice-sequence p {
  max-width: 46rem;
  margin: 0;
  color: var(--ink-soft);
}

.trace {
  background: var(--accent-pale);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.trace > .chapter-heading {
  display: grid;
  grid-template-columns: minmax(17rem, 0.8fr) minmax(22rem, 1.2fr);
  gap: clamp(2rem, 8vw, 9rem);
}

.trace > .chapter-heading h2 {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.trace > .chapter-heading .chapter-label,
.trace > .chapter-heading .chapter-deck {
  grid-column: 1;
}

.trace-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: 1rem;
  border-top: 1px solid var(--ink);
}

.trace-controls button {
  min-height: 44px;
  padding: 0.8rem 1rem;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

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

.trace-controls button[aria-pressed="true"] {
  color: var(--paper-bright);
  background: var(--accent-dark);
}

.trace-stage {
  display: grid;
  grid-template-columns: minmax(16rem, 0.65fr) minmax(26rem, 1.35fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  margin-top: 2rem;
}

.trace-sample {
  align-self: start;
  position: sticky;
  top: 6rem;
  padding: 1.3rem;
  border: 1px solid var(--ink);
  background: var(--paper-bright);
}

.trace-sample > p {
  margin: 0 0 1rem;
  color: var(--accent-dark);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trace-sample dl {
  margin: 0;
}

.trace-sample dl > div {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1rem;
  padding: 0.7rem 0;
  border-top: 1px solid var(--rule);
}

.trace-sample dt {
  color: var(--ink-soft);
  font-size: 0.68rem;
}

.trace-sample dd {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 750;
}

.trace-sample small {
  display: block;
  margin-top: 1rem;
  color: var(--ink-soft);
  font-size: 0.66rem;
}

.record-path {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.record-path li {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.45rem 0;
  border-bottom: 1px solid rgba(21, 32, 25, 0.34);
  animation: stage-change 260ms ease both;
}

.record-path li > span {
  color: var(--accent-dark);
  font-size: 0.7rem;
  font-weight: 850;
}

.record-path h3 {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.record-path p {
  max-width: 42rem;
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
}

.record-path[data-mode="exception"] li:nth-child(2),
.record-path[data-mode="exception"] li:nth-child(3),
.record-path[data-mode="exception"] li:nth-child(4) {
  padding-left: 0.8rem;
  border-left: 3px solid var(--signal);
}

.trace-status,
.trace noscript {
  display: block;
  margin: 1rem auto 0;
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.human {
  display: grid;
  grid-template-columns: minmax(20rem, 0.8fr) minmax(25rem, 1.2fr);
  gap: clamp(3rem, 9vw, 10rem);
  color: var(--paper-bright);
  background: var(--accent-dark);
}

.human > * {
  width: auto;
  margin: 0;
}

.human-statement p {
  margin: 0;
  padding: 1.45rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.3;
}

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

.outcome > .chapter-heading {
  display: grid;
  grid-template-columns: minmax(16rem, 0.7fr) minmax(24rem, 1.3fr);
  gap: clamp(2rem, 8vw, 9rem);
  align-items: end;
}

.outcome > .chapter-heading h2 {
  grid-column: 2;
  grid-row: 1;
}

.outcome-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(4rem, 7vw, 7rem);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.outcome-proof p {
  margin: 0;
  padding: 2rem clamp(1rem, 2vw, 2rem);
}

.outcome-proof p:first-child {
  padding-left: 0;
}

.outcome-proof p + p {
  border-left: 1px solid var(--rule);
}

.outcome-proof strong,
.outcome-proof span {
  display: block;
}

.outcome-proof strong {
  color: var(--accent-dark);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}

.outcome-proof span {
  max-width: 13rem;
  margin-top: 0.7rem;
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 750;
}

.outcome-reflection {
  max-width: 52rem;
  margin: 2.5rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.9rem);
  line-height: 1.35;
}

.about {
  display: grid;
  grid-template-columns: minmax(20rem, 0.85fr) minmax(24rem, 1.15fr);
  gap: clamp(3rem, 9vw, 10rem);
  border-top: 1px solid var(--ink);
  background: var(--paper-bright);
}

.about > * {
  width: auto;
  margin: 0;
}

.about-copy > p {
  margin: 0;
  padding-top: 1.3rem;
  border-top: 1px solid var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.1vw, 2rem);
  line-height: 1.35;
}

.about-copy nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.about-copy a {
  min-height: 44px;
  padding: 0.78rem 0.95rem;
  border: 1px solid var(--ink);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.about-copy a:first-child {
  color: var(--paper-bright);
  background: var(--accent-dark);
}

.evidence-boundary {
  border-top: 1px solid var(--rule);
  background: var(--paper);
}

.evidence-boundary h2 {
  margin-bottom: 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.evidence-boundary p {
  max-width: 58rem;
  margin-left: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.2rem var(--gutter);
  color: var(--paper-bright);
  background: var(--ink);
  font-size: 0.66rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

footer p {
  margin: 0;
}

html[data-enhanced="true"] [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms cubic-bezier(0.2, 0.72, 0.2, 1),
    transform 520ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

html[data-enhanced="true"] [data-reveal][data-visible="true"] {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateX(-18px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes artifact-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes stage-change {
  from {
    opacity: 0;
    transform: translateX(8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1120px) {
  .site-header nav {
    display: none;
  }

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

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.8fr);
  }

  .bottleneck {
    grid-template-columns: 1fr 1fr;
  }

  .bottleneck .chapter-heading {
    grid-column: 1 / -1;
  }

  .case-question {
    align-self: stretch;
  }
}

@media (max-width: 760px) {
  [id] {
    scroll-margin-top: 4rem;
  }

  .site-header {
    min-height: 4rem;
  }

  .brand > span:last-child {
    display: none;
  }

  .hero {
    display: block;
    min-height: 0;
  }

  .hero-copy {
    min-height: calc(100svh - 4rem);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

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

  .hero-proof p {
    padding: 0.8rem 0;
  }

  .hero-proof p + p {
    padding-left: 0;
    border-top: 1px solid var(--rule);
    border-left: 0;
  }

  .hero-artifact {
    min-height: 43rem;
    padding: 3rem 1.25rem;
  }

  .artifact-route {
    gap: 0.35rem;
    font-size: 0.55rem;
  }

  .bottleneck,
  .operating-choice > .chapter-heading,
  .trace > .chapter-heading,
  .human,
  .outcome > .chapter-heading,
  .about {
    display: block;
  }

  .bottleneck > * + *,
  .human > * + *,
  .about > * + * {
    margin-top: 3rem;
  }

  .operating-choice .chapter-label,
  .operating-choice .chapter-deck,
  .operating-choice h2,
  .trace > .chapter-heading .chapter-label,
  .trace > .chapter-heading .chapter-deck,
  .trace > .chapter-heading h2,
  .outcome > .chapter-heading h2 {
    grid-column: auto;
    grid-row: auto;
  }

  .chapter-heading h2 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }

  .choice-sequence article {
    grid-template-columns: 2.8rem 1fr;
  }

  .choice-sequence article > div {
    display: block;
  }

  .choice-sequence p {
    margin-top: 0.65rem;
  }

  .trace-stage {
    grid-template-columns: 1fr;
  }

  .trace-sample {
    position: static;
  }

  .trace-controls {
    display: grid;
  }

  .outcome-proof {
    grid-template-columns: 1fr;
  }

  .outcome-proof p,
  .outcome-proof p:first-child {
    padding: 1.4rem 0;
  }

  .outcome-proof p + p {
    border-top: 1px solid var(--rule);
    border-left: 0;
  }

  footer {
    display: block;
  }

  footer p + p {
    margin-top: 0.4rem;
  }
}

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

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

  html[data-enhanced="true"] [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
