:root {
  --ink: oklch(0.15 0.035 285);
  --ink-raised: oklch(0.20 0.045 285);
  --violet: oklch(0.62 0.25 292);
  --violet-deep: oklch(0.43 0.20 292);
  --lilac: oklch(0.79 0.13 295);
  --signal: oklch(0.84 0.17 163);
  --mist: oklch(0.95 0.012 290);
  --white: oklch(0.99 0.004 290);
  --muted: oklch(0.72 0.025 288);
  --line: oklch(0.36 0.045 287 / 0.56);
  --dark-line: oklch(0.30 0.04 287 / 0.52);
  --shell: min(1200px, calc(100% - 48px));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--mist);
  background: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 80% 8%, oklch(0.44 0.20 292 / .2), transparent 25rem),
    radial-gradient(circle at 0% 50%, oklch(0.31 0.12 292 / .12), transparent 28rem);
}

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

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 50;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--signal);
  transform: translateY(-150%);
  transition: transform .2s;
}

.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin-inline: auto; }

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  display: flex;
  width: var(--shell);
  height: 96px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--dark-line);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.035em;
  text-decoration: none;
}

.brand b { color: var(--lilac); font-weight: 600; }
.brand-mark { width: 34px; height: 34px; fill: var(--violet); }

.site-header nav { display: flex; gap: 38px; }

.site-header nav a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color .25s;
}

.site-header nav a:hover { color: var(--mist); }

.header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 15px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .25s, background .25s;
}

.header-cta:hover { border-color: var(--violet); background: oklch(0.62 0.25 292 / .1); }

.hero {
  display: grid;
  width: var(--shell);
  min-height: 810px;
  margin-inline: auto;
  padding-top: 150px;
  align-items: center;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
  gap: clamp(30px, 5vw, 80px);
}

.hero-copy { position: relative; z-index: 2; padding-bottom: 35px; }

.hero-kicker {
  display: flex;
  margin: 0 0 28px;
  align-items: center;
  gap: 11px;
  color: var(--lilac);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-kicker span {
  width: 24px;
  height: 2px;
  background: var(--violet);
}

h1, h2, h3 { margin-top: 0; text-wrap: balance; }

h1 {
  max-width: 800px;
  margin-bottom: 28px;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(2.65rem, 5.15vw, 4.9rem);
  font-weight: 500;
  letter-spacing: -.038em;
  line-height: 1.08;
}

h1 strong { color: var(--lilac); font-weight: 500; }

.hero-lead {
  max-width: 610px;
  margin: 0 0 36px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.65;
  text-wrap: pretty;
}

.hero-actions { display: flex; align-items: center; gap: 28px; }

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 24px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .3s var(--ease), background .3s, color .3s;
}

.button span, .header-cta span, .mobile-cta span { font-size: 18px; line-height: 1; transition: transform .3s var(--ease); }
.button:hover, .header-cta:hover { transform: translateY(-2px); }
.button:hover span, .header-cta:hover span, .mobile-cta:hover span { transform: translate(2px, -2px); }
.button-primary { color: var(--white); background: var(--violet); }
.button-primary:hover { background: oklch(0.67 0.24 292); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--mist);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.text-link span { color: var(--lilac); }
.hero-note { margin: 20px 0 0; color: oklch(0.61 0.025 288); font-size: 12px; }

.authority-map {
  position: relative;
  width: min(100%, 530px);
  aspect-ratio: 1;
  justify-self: end;
  border: 1px solid var(--dark-line);
  border-radius: 50%;
  background: radial-gradient(circle, oklch(0.32 0.105 291 / .65) 0, oklch(0.18 0.045 286 / .78) 30%, transparent 68%);
  box-shadow: 0 0 80px oklch(0.51 0.22 292 / .12);
  animation: map-in 1.2s .2s var(--ease) both;
}

.authority-map::before, .authority-map::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  pointer-events: none;
}

.authority-map::before { inset: 7%; border: 1px dashed oklch(0.55 0.12 292 / .26); }
.authority-map::after { inset: 22%; border: 1px solid oklch(0.55 0.12 292 / .2); }

.map-meta {
  position: absolute;
  top: 7%;
  right: 8%;
  left: 8%;
  display: flex;
  justify-content: space-between;
  color: oklch(0.64 0.03 288);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.map-meta b { color: var(--lilac); }
.orbit { position: absolute; border-radius: 50%; }
.orbit-outer { inset: 13%; border: 1px solid oklch(0.65 0.16 292 / .12); animation: spin 24s linear infinite; }
.orbit-outer::after { position: absolute; top: -4px; left: 50%; width: 7px; height: 7px; content: ""; border-radius: 50%; background: var(--violet); box-shadow: 0 0 15px var(--violet); }
.orbit-inner { inset: 29%; border: 1px dashed oklch(0.84 0.17 163 / .18); animation: spin 18s linear infinite reverse; }
.map-axis { position: absolute; background: oklch(0.52 0.07 290 / .15); }
.axis-x { top: 50%; right: 10%; left: 10%; height: 1px; }
.axis-y { top: 10%; bottom: 10%; left: 50%; width: 1px; }

.map-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  width: 128px;
  height: 128px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  border-radius: 50%;
  color: var(--mist);
  background: var(--violet);
  box-shadow: 0 0 0 13px oklch(0.62 0.25 292 / .08), 0 0 42px oklch(0.62 0.25 292 / .35);
  transform: translate(-50%, -50%);
}

.map-core svg { width: 36px; height: 36px; fill: var(--white); }
.map-core span { font-size: 11px; font-weight: 700; letter-spacing: .04em; }

.map-node { position: absolute; z-index: 3; display: flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 7px; color: var(--mist); background: oklch(0.20 0.045 285 / .92); font-size: 10px; font-weight: 700; }
.map-node i { width: 6px; height: 6px; border-radius: 50%; background: var(--lilac); box-shadow: 0 0 9px var(--lilac); }
.node-position { top: 23%; left: 10%; }
.node-acquisition { top: 27%; right: 5%; }
.node-conversion { right: 7%; bottom: 23%; }
.node-data { bottom: 20%; left: 12%; }
.node-data i { background: var(--signal); box-shadow: 0 0 9px var(--signal); }

.map-status { position: absolute; bottom: 5%; left: 50%; display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 9px; transform: translateX(-50%); white-space: nowrap; }
.map-status i { width: 5px; height: 5px; border-radius: 50%; background: var(--signal); animation: blink 2s infinite; }

.tension { padding-block: clamp(100px, 13vw, 180px); }
.section-label { margin: 0 0 22px; color: var(--lilac); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.tension-head h2, .protocol-intro h2, .fit-heading h2, .faq-heading h2 {
  max-width: 1050px;
  margin-bottom: 70px;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.tension-head h2 span, .fit-heading h2 span { color: var(--muted); }
.tension-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 10vw, 140px); }
.tension-copy { max-width: 440px; color: var(--muted); font-size: 18px; }
.tension-copy p:first-child { margin-top: 0; color: var(--mist); font-size: 22px; line-height: 1.5; }

.fragment-list { border-top: 1px solid var(--line); }
.fragment-list div { display: flex; padding: 21px 0; align-items: baseline; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.fragment-list span { font-size: 15px; font-weight: 700; }
.fragment-list b { color: var(--muted); font-size: 13px; font-weight: 500; text-align: right; }

.shift { padding: clamp(95px, 13vw, 165px) 24px; color: var(--ink); background: var(--signal); }
.shift-inner { width: min(1050px, 100%); margin-inline: auto; }
.shift-inner > p { margin: 0 0 35px; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.shift h2 { margin: 0; font-family: "Unbounded", sans-serif; font-size: clamp(2rem, 4.2vw, 4rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.2; }
.shift h2 strong { font-weight: 600; text-decoration: underline; text-decoration-thickness: .07em; text-underline-offset: .13em; }

.protocol { padding-block: clamp(110px, 14vw, 190px); }
.protocol-intro { display: grid; margin-bottom: 75px; grid-template-columns: 1.45fr .55fr; column-gap: 50px; }
.protocol-intro .section-label { grid-column: 1 / -1; }
.protocol-intro h2 { margin: 0; }
.protocol-intro > p:last-child { max-width: 400px; margin: 9px 0 0; color: var(--muted); font-size: 17px; }

.phases { border-top: 1px solid var(--line); }
.phase { position: relative; display: grid; min-height: 480px; padding-block: 60px; grid-template-columns: 130px minmax(300px, 1fr) minmax(300px, .9fr); gap: 35px; border-bottom: 1px solid var(--line); overflow: hidden; }
.phase-number { color: var(--lilac); font-family: "Unbounded", sans-serif; font-size: 12px; font-weight: 500; }
.phase-content { position: relative; z-index: 2; max-width: 480px; }
.phase-content h3 { margin-bottom: 20px; font-family: "Unbounded", sans-serif; font-size: clamp(1.65rem, 2.8vw, 2.5rem); font-weight: 500; letter-spacing: -.03em; }
.phase-content > p { margin-bottom: 32px; color: var(--muted); font-size: 17px; }
.phase-content ul { margin: 0; padding: 0; list-style: none; }
.phase-content li { position: relative; padding: 10px 0 10px 25px; border-top: 1px solid var(--dark-line); font-size: 14px; font-weight: 600; }
.phase-content li::before { position: absolute; top: 17px; left: 3px; width: 7px; height: 7px; content: ""; border-radius: 50%; background: var(--violet); }
.phase-art { position: relative; min-height: 300px; align-self: center; }
.phase-build .phase-art { background: radial-gradient(circle at center, oklch(0.62 0.25 292 / .16), transparent 55%); }
.trace { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, var(--violet), transparent); transform-origin: center; }
.t1 { top: 28%; right: 8%; left: 8%; transform: rotate(25deg); }
.t2 { top: 52%; right: 0; left: 10%; transform: rotate(-18deg); }
.t3 { top: 69%; right: 18%; left: 5%; transform: rotate(8deg); }
.pulse { position: absolute; width: 11px; height: 11px; border: 2px solid var(--lilac); border-radius: 50%; box-shadow: 0 0 18px var(--violet); }
.p1 { top: 27%; left: 24%; }
.p2 { top: 50%; right: 18%; }
.p3 { bottom: 27%; left: 44%; }
.bars { display: flex; height: 300px; align-items: end; gap: 12px; padding: 25px 20px 0; border-bottom: 1px solid var(--line); }
.bars i { flex: 1; height: var(--h); background: linear-gradient(180deg, var(--signal), oklch(0.64 0.17 170 / .15)); transform-origin: bottom; transition: transform .8s var(--ease); }
.phase-grow:hover .bars i { transform: scaleY(1.05); }

.specialist { display: grid; padding-block: clamp(100px, 13vw, 170px); align-items: center; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 10vw, 140px); }
.specialist-mark { display: flex; aspect-ratio: 1; align-items: center; justify-content: center; flex-direction: column; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); font-family: "Unbounded", sans-serif; font-size: clamp(1rem, 2vw, 1.5rem); line-height: 1.2; text-align: center; }
.specialist-mark strong { color: var(--lilac); font-size: clamp(2.5rem, 6vw, 5.5rem); font-weight: 500; letter-spacing: -.04em; }
.specialist-copy h2 { margin-bottom: 28px; font-family: "Unbounded", sans-serif; font-size: clamp(1.9rem, 3.2vw, 3rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.2; }
.specialist-copy > p:not(.section-label) { max-width: 620px; color: var(--muted); font-size: 18px; }
.specialist-points { display: flex; margin-top: 35px; flex-wrap: wrap; gap: 10px; }
.specialist-points span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 7px; color: var(--lilac); font-size: 12px; font-weight: 700; }

.fit { padding-block: clamp(100px, 13vw, 170px); border-top: 1px solid var(--dark-line); }
.fit-heading h2 { margin-bottom: 70px; }
.fit-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); }
.fit-column { padding: clamp(32px, 5vw, 58px); background: var(--ink); }
.fit-column h3 { display: flex; margin-bottom: 30px; align-items: center; gap: 12px; font-size: 17px; }
.fit-column h3 i { width: 9px; height: 9px; border-radius: 50%; }
.fit-yes h3 i { background: var(--signal); box-shadow: 0 0 12px oklch(0.84 0.17 163 / .5); }
.fit-no h3 i { border: 1px solid var(--muted); }
.fit-column ul { margin: 0; padding: 0; list-style: none; }
.fit-column li { position: relative; padding: 18px 0 18px 26px; border-top: 1px solid var(--dark-line); color: var(--muted); }
.fit-column li::before { position: absolute; top: 20px; left: 2px; color: var(--lilac); font-weight: 700; content: "→"; }
.fit-no li::before { color: oklch(0.58 0.03 288); content: "–"; }

.promise { color: var(--ink); background: var(--lilac); }
.promise-inner { display: grid; padding-block: clamp(90px, 11vw, 140px); grid-template-columns: 1.2fr .8fr; gap: clamp(50px, 10vw, 140px); }
.promise-title > span { display: inline-block; margin-bottom: 28px; padding: 6px 10px; border-radius: 5px; color: var(--lilac); background: var(--ink); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.promise-title h2 { margin: 0; font-family: "Unbounded", sans-serif; font-size: clamp(2rem, 3.7vw, 3.5rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.2; }
.promise-copy { align-self: end; }
.promise-copy p { margin: 0 0 32px; font-size: 18px; font-weight: 600; }
.button-light { color: var(--white); background: var(--ink); }
.button-light:hover { color: var(--ink); background: var(--signal); }

.faq { display: grid; padding-block: clamp(110px, 14vw, 180px); grid-template-columns: .65fr 1.35fr; gap: clamp(60px, 10vw, 140px); }
.faq-heading h2 { margin: 0; font-size: clamp(2rem, 3vw, 3rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; display: flex; padding: 25px 45px 25px 0; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 16px; font-weight: 700; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span, .faq summary span::after { position: absolute; top: 50%; right: 2px; width: 15px; height: 1px; content: ""; background: var(--lilac); transition: transform .25s; }
.faq summary span::after { top: 0; right: 0; transform: rotate(90deg); }
.faq details[open] summary span::after { transform: rotate(0); }
.faq details p { max-width: 650px; margin: 0; padding: 0 45px 28px 0; color: var(--muted); text-wrap: pretty; }

.final-cta { position: relative; display: grid; min-height: 720px; padding: 110px 24px; place-items: center; overflow: hidden; border-top: 1px solid var(--dark-line); text-align: center; }
.final-glow { position: absolute; top: 50%; left: 50%; width: min(75vw, 900px); aspect-ratio: 1; border: 1px solid oklch(0.62 0.25 292 / .18); border-radius: 50%; background: radial-gradient(circle, oklch(0.49 0.22 292 / .25), transparent 64%); transform: translate(-50%, -50%); }
.final-glow::before, .final-glow::after { position: absolute; content: ""; border: 1px solid oklch(0.62 0.25 292 / .13); border-radius: 50%; }
.final-glow::before { inset: 12%; }
.final-glow::after { inset: 26%; }
.final-content { position: relative; z-index: 2; max-width: 950px; }
.final-content > p { margin: 0 0 25px; color: var(--lilac); font-size: 14px; font-weight: 700; }
.final-content h2 { margin-bottom: 40px; font-family: "Unbounded", sans-serif; font-size: clamp(2.2rem, 4.5vw, 4.25rem); font-weight: 500; letter-spacing: -.038em; line-height: 1.16; }
.button-signal { color: var(--ink); background: var(--signal); }
.button-signal:hover { background: oklch(0.89 0.17 163); }
.final-content small { display: block; margin-top: 20px; color: var(--muted); }

footer { display: grid; width: var(--shell); margin-inline: auto; padding-block: 50px; align-items: center; grid-template-columns: 1fr auto; gap: 12px 35px; border-top: 1px solid var(--dark-line); }
footer > p { margin: 0; color: var(--muted); font-size: 13px; text-align: right; }
footer > div { display: flex; grid-column: 1 / -1; justify-content: space-between; color: oklch(0.58 0.025 288); font-size: 11px; }
footer > div a { text-decoration: none; }
footer > div a:hover { color: var(--mist); }
.mobile-cta { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes blink { 50% { opacity: .3; } }
@keyframes map-in { from { opacity: 0; transform: scale(.92) rotate(-4deg); filter: blur(8px); } to { opacity: 1; transform: scale(1) rotate(0); filter: blur(0); } }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { min-height: auto; padding-top: 150px; padding-bottom: 100px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .authority-map { width: min(86vw, 560px); margin-top: 30px; justify-self: center; }
  .protocol-intro { grid-template-columns: 1fr; }
  .protocol-intro > p:last-child { margin-top: 28px; }
  .phase { grid-template-columns: 90px 1fr; }
  .phase-art { grid-column: 2; min-height: 240px; }
  .specialist { grid-template-columns: .75fr 1.25fr; gap: 50px; }
  .faq { grid-template-columns: 1fr; }
  .faq-heading h2 { margin-bottom: 0; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 32px, 1200px); }
  body { padding-bottom: 72px; }
  .site-header { height: 78px; }
  .site-header .header-cta { display: none; }
  .brand { font-size: 15px; }
  .brand-mark { width: 30px; height: 30px; }
  .hero { padding-top: 120px; padding-bottom: 90px; }
  .hero-kicker { margin-bottom: 22px; font-size: 10px; }
  h1 { font-size: clamp(2.25rem, 10.5vw, 3.35rem); line-height: 1.1; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .button { width: 100%; }
  .hero-note { max-width: 260px; }
  .authority-map { width: min(96vw, 470px); margin-left: -3vw; }
  .map-core { width: 100px; height: 100px; }
  .map-core svg { width: 30px; }
  .map-node { padding: 5px 7px; font-size: 8px; }
  .map-meta { font-size: 7px; }
  .tension-head h2, .protocol-intro h2, .fit-heading h2, .faq-heading h2 { margin-bottom: 45px; font-size: clamp(1.8rem, 8vw, 2.55rem); }
  .tension-grid { grid-template-columns: 1fr; gap: 45px; }
  .tension-copy { font-size: 16px; }
  .tension-copy p:first-child { font-size: 19px; }
  .fragment-list div { align-items: flex-start; flex-direction: column; gap: 2px; }
  .fragment-list b { text-align: left; }
  .shift { padding-inline: 16px; }
  .shift h2 { font-size: clamp(1.85rem, 8vw, 2.65rem); }
  .protocol-intro { margin-bottom: 45px; }
  .phase { min-height: auto; padding-block: 45px; grid-template-columns: 1fr; gap: 22px; }
  .phase-art { grid-column: 1; min-height: 210px; }
  .phase-number { font-size: 10px; }
  .specialist { grid-template-columns: 1fr; }
  .specialist-mark { width: min(82vw, 390px); justify-self: center; }
  .fit-columns, .promise-inner { grid-template-columns: 1fr; }
  .fit-columns { gap: 1px; }
  .fit-column { padding: 32px 0; }
  .fit-column + .fit-column { padding-top: 45px; }
  .promise-copy { align-self: auto; }
  .faq { gap: 20px; }
  .faq summary { font-size: 15px; line-height: 1.45; }
  .final-cta { min-height: 650px; padding-inline: 16px; }
  .final-content h2 { font-size: clamp(2rem, 9vw, 3rem); }
  .final-glow { width: 150vw; }
  footer { grid-template-columns: 1fr; padding-bottom: 35px; }
  footer > p { text-align: left; }
  footer > div { flex-direction: column; gap: 5px; }
  .mobile-cta { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 20; display: flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; border-radius: 10px; color: var(--white); background: var(--violet); font-size: 14px; font-weight: 700; text-decoration: none; box-shadow: 0 6px 8px oklch(0.05 0.02 285 / .42); }
}

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