@import url("https://fonts.googleapis.com/css2?family=DM+Mono&family=Manrope:wght@400;500;600;700;800&display=swap");
:root {
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ink: #071017;
  --panel: #0c1a22;
  --text: #f3f6ef;
  --muted: #a4b0ac;
  --lime: #d8fb63;
  --cyan: #77e7dd;
  --line: rgba(255, 255, 255, 0.15);
  --sans: Manrope, Arial, sans-serif;
  --mono: "DM Mono", monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font: 15px/1.6 var(--sans);
  overflow-x: hidden;
}
main {
  overflow: clip;
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0.045;
  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='.8' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
a {
  color: inherit;
  text-decoration: none;
}
.progress {
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  height: 2px;
}
.progress i {
  display: block;
  height: 100%;
  width: var(--scroll, 0%);
  background: var(--lime);
}
header,
main > section,
footer {
  width: min(1240px, calc(100% - 48px));
  margin: auto;
}
header {
  height: 86px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  gap: 9px;
  align-items: center;
  font: 12px var(--mono);
  letter-spacing: 0.1em;
}
.brand-mark {
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid var(--lime);
  object-fit: cover;
  background: var(--ink);
}
.brand em {
  font-style: normal;
  color: var(--lime);
}
nav {
  display: flex;
  gap: 29px;
  color: var(--muted);
  font-size: 13px;
}
nav a.active,
nav a:hover {
  color: var(--text);
}
.navcta,
.tag,
.eyebrow,
label {
  font: 11px var(--mono);
  letter-spacing: 0.09em;
}
.navcta {
  border-bottom: 1px solid var(--text);
}
.motion-toggle {
  margin-left: auto;
  margin-right: 22px;
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid var(--cyan);
  background: transparent;
  color: var(--cyan);
  font: 10px var(--mono);
  letter-spacing: 0.08em;
  cursor: pointer;
}
.motion-toggle:hover,
.motion-toggle:focus-visible {
  color: var(--lime);
  border-color: var(--lime);
}
.hero {
  min-height: 675px;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: center;
  gap: 80px;
  position: relative;
}
.hero:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -10%;
  top: 10%;
  width: 52%;
  height: 70%;
  background:
    linear-gradient(rgba(119, 231, 221, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 231, 221, 0.1) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse, black, transparent 70%);
}
.tag {
  color: var(--cyan);
}
.tag:first-letter {
  color: var(--lime);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(59px, 7.2vw, 110px);
  line-height: 0.9;
  letter-spacing: -0.08em;
  margin: 26px 0;
}
h1 i,
h2 i {
  font:
    italic 1em Georgia,
    serif;
  color: var(--lime);
}
.intro {
  font-size: 18px;
  color: var(--muted);
  max-width: 560px;
}
.button {
  display: inline-flex;
  margin-top: 27px;
  justify-content: space-between;
  gap: 30px;
  padding: 15px 18px;
  background: var(--lime);
  color: #14200d;
  font-size: 12px;
  font-weight: 800;
}
.button:hover {
  transform: translateY(-3px);
}
.card {
  border: 1px solid var(--line);
  background: rgba(8, 21, 29, 0.88);
  padding: 17px;
  box-shadow: 20px 24px 0 rgba(119, 231, 221, 0.07);
}
.cardhead,
.cardfoot {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font: 10px var(--mono);
}
.cardhead b {
  color: var(--lime);
  font-weight: 400;
}
.map {
  height: 310px;
  position: relative;
  background: radial-gradient(
    circle,
    rgba(119, 231, 221, 0.12),
    transparent 55%
  );
}
.map span {
  position: absolute;
  z-index: 1;
  padding: 7px 10px;
  border: 1px solid var(--line);
  background: var(--panel);
  font: 11px var(--mono);
}
.map .a {
  left: 7%;
  top: 15%;
  color: var(--cyan);
}
.map .b {
  left: 43%;
  top: 43%;
}
.map .c {
  right: 5%;
  bottom: 14%;
}
.map .d {
  left: 18%;
  bottom: 5%;
  color: var(--lime);
}
.map svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.map path {
  fill: none;
  stroke: var(--lime);
  stroke-width: 1.5;
  stroke-dasharray: 4 5;
  animation: dash 12s linear infinite;
}
@keyframes dash {
  to {
    stroke-dashoffset: -110;
  }
}
.cardfoot {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.ticker {
  width: 100% !important;
  border-block: 1px solid var(--line);
  overflow: hidden;
  white-space: nowrap;
  padding: 14px 0;
  color: var(--muted);
  font: 11px var(--mono);
  letter-spacing: 0.09em;
}
.ticker span {
  display: inline-block;
  min-width: max-content;
  will-change: transform;
  animation: tick 24s linear infinite;
}
@keyframes tick {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-16%);
  }
}
.section {
  padding: 125px 0;
}
.eyebrow {
  display: flex;
  justify-content: space-between;
  color: var(--cyan);
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 40px;
}
.eyebrow b {
  color: var(--muted);
  font-weight: 400;
}
.split {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 80px;
}
h2 {
  font-size: clamp(43px, 5.5vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.07em;
}
.copy {
  color: var(--muted);
  align-self: end;
}
.dark {
  background: var(--panel);
  width: 100% !important;
  padding-inline: max(24px, calc((100% - 1240px) / 2));
}
.dark .eyebrow,
.dark .split {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.five {
  display: block;
  font:
    clamp(130px, 15vw, 205px)/0.7 Georgia,
    serif;
  color: var(--cyan);
  letter-spacing: -0.1em;
  margin-bottom: 43px;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}
.steps li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
  border-bottom: 1px solid var(--line);
  padding: 23px 0;
}
.steps li > b,
.deliverables > b {
  font: 11px var(--mono);
  color: var(--lime);
}
h3 {
  font-size: 23px;
  letter-spacing: -0.04em;
  margin-bottom: 5px;
}
.steps p,
.deliverables p {
  color: var(--muted);
  margin: 0;
}
.deliverables {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.deliverables article {
  min-height: 224px;
  padding: 27px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.deliverables article:hover {
  background: #0e1d25;
}
.deliverables h3 {
  margin-top: 70px;
  font-size: 18px;
}
.pricing {
  width: 100% !important;
  max-width: none !important;
  background: #eaf0eb;
  color: #102028;
  padding: 120px max(24px, calc((100% - 1240px) / 2));
  overflow: hidden;
}
.pricing .eyebrow {
  color: #286f6a;
  border-color: #adc2bb;
}
.pricing h2 {
  max-width: 860px;
}
.plans {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.plans article {
  border: 1px solid #b8cbc3;
  background: #f8fbf6;
  padding: 28px;
}
.plans .featured {
  background: #103033;
  color: #f8fbf6;
  border-color: #103033;
}
.plans label {
  display: flex;
  justify-content: space-between;
  color: #50736e;
}
.plans .featured label {
  color: var(--cyan);
}
.plans strong {
  display: block;
  font-size: clamp(55px, 6vw, 84px);
  letter-spacing: -0.09em;
  line-height: 1;
  margin: 47px 0 14px;
}
.plans p {
  color: #50616a;
  max-width: 340px;
}
.plans .featured p {
  color: #b9cac6;
}
.plans ul {
  list-style: none;
  border-top: 1px solid #b8cbc3;
  padding: 15px 0 0;
  margin: 28px 0 0;
  font-size: 13px;
}
.featured ul {
  border-color: rgba(255, 255, 255, 0.25);
}
.plans li {
  padding: 5px 0;
}
.plans li:before {
  content: "↳";
  color: #28716c;
  margin-right: 10px;
}
.featured li:before {
  color: var(--lime);
}
small {
  display: block;
  color: #586b70;
  max-width: 800px;
  margin-top: 25px;
  font-size: 11px;
}
.fit {
  position: relative;
}
.check {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}
.check li {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.check li:first-letter {
  color: var(--lime);
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding: 29px 0;
  color: var(--muted);
  font: 10px var(--mono);
  letter-spacing: 0.05em;
}
.reveal {
  opacity: 1;
  transform: none;
}
.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: 0.75s cubic-bezier(0.2, 0.65, 0.2, 1);
}
.js .reveal.in {
  opacity: 1;
  transform: none;
}
.late {
  transition-delay: 0.16s;
}
@media (prefers-reduced-motion: reduce) {
  html:not([data-motion="full"]) {
    scroll-behavior: auto;
  }
  html:not([data-motion="full"]) *,
  html:not([data-motion="full"]) *:after {
    animation: none !important;
    transition: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html[data-motion="full"] .motion-toggle {
    color: var(--lime);
    border-color: var(--lime);
  }
}
@media (max-width: 760px) {
  header,
  main > section,
  footer {
    width: calc(100% - 32px);
  }
  header {
    height: 70px;
  }
  nav {
    display: none;
  }
  .navcta {
    font-size: 9px;
  }
  .motion-toggle {
    margin-right: 14px;
    font-size: 8px;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 82px 0 62px;
    gap: 45px;
  }
  h1 {
    font-size: 59px;
  }
  .intro {
    font-size: 16px;
  }
  .section {
    padding: 78px 0;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .dark,
  .pricing {
    padding: 78px 16px;
  }
  .dark .eyebrow,
  .dark .split {
    width: 100%;
  }
  .deliverables,
  .plans {
    grid-template-columns: 1fr;
  }
  .deliverables article {
    min-height: 0;
  }
  .deliverables h3 {
    margin-top: 35px;
  }
  .map {
    height: 240px;
  }
  .five {
    font-size: 130px;
  }
  .steps li {
    grid-template-columns: 55px 1fr;
  }
  footer {
    align-items: flex-start;
    gap: 18px;
    flex-direction: column;
  }
  .ticker {
    font-size: 9px;
  }
  .pricing h2 {
    font-size: 48px;
  }
}

/* Shared layout: keep large type inside its grid track. */
header {
  gap: 24px;
}
header nav {
  margin-left: auto;
}
.motion-toggle {
  margin-left: 0;
  margin-right: 0;
  white-space: nowrap;
}
.navcta {
  white-space: nowrap;
}
.hero {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  padding-block: 64px;
  isolation: isolate;
}
.hero > *,
.split > *,
.plans > *,
.deliverables > * {
  min-width: 0;
}
h1 {
  font-size: clamp(48px, 6.3vw, 88px);
  line-height: 1.03;
  letter-spacing: -0.065em;
  text-wrap: balance;
}
h2 {
  font-size: clamp(36px, 4.7vw, 66px);
  line-height: 1.08;
  letter-spacing: -0.055em;
  text-wrap: balance;
}
h3 {
  line-height: 1.25;
}
.intro,
.copy,
.steps p,
.deliverables p {
  line-height: 1.75;
}
.split {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
.copy {
  align-self: center;
}
.section {
  padding-block: 96px;
}
.cardhead,
.cardfoot {
  gap: 12px;
  flex-wrap: wrap;
  line-height: 1.6;
}
.cardhead b,
.cardfoot b {
  flex-shrink: 0;
}
.five {
  line-height: 1;
  margin-bottom: 24px;
}
.steps li {
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
}
.deliverables article {
  display: flex;
  flex-direction: column;
}
.deliverables article > b {
  font: 11px var(--mono);
  color: var(--lime);
}
.deliverables h3 {
  margin-top: 40px;
}
.plans article {
  display: flex;
  flex-direction: column;
}
.plans p {
  min-height: 56px;
}
.plans ul {
  margin-top: auto;
}
.pricing h2 {
  max-width: 900px;
}
#fit {
  scroll-margin-top: 104px;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 5px;
}
.proof-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}
.evidence-art {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.evidence-art .sheet {
  fill: var(--panel);
  stroke: #38515b;
  stroke-width: 1;
}
.evidence-art .line {
  stroke: #42606a;
  stroke-width: 3;
  stroke-linecap: round;
}
.evidence-art .accent {
  stroke: var(--cyan);
}
.evidence-art .checkmark {
  fill: none;
  stroke: var(--lime);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.evidence-art .document-front {
  animation: document-drift 6s ease-in-out infinite;
}
.evidence-art .document-back {
  animation: document-drift 7s ease-in-out -2s infinite reverse;
}
.evidence-art .checkmark {
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
  animation: check-draw 4s var(--ease) infinite;
}
.evidence-art .checkmark:nth-of-type(2) {
  animation-delay: 0.3s;
}
.evidence-art .checkmark:nth-of-type(3) {
  animation-delay: 0.6s;
}
.proof-caption {
  font: 10px/1.6 var(--mono);
  color: var(--muted);
  letter-spacing: 0.07em;
  text-align: center;
}
.proof-note {
  font: 11px/1.7 var(--mono);
  color: var(--cyan);
  border-left: 2px solid var(--cyan);
  padding-left: 16px;
  margin-top: 24px;
}
.fit-action {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.fit-action .copy {
  max-width: 540px;
}
.microcopy {
  margin-top: 18px;
  color: var(--muted);
  font: 10px/1.7 var(--mono);
}
.contact-link {
  display: inline-block;
  color: var(--cyan);
  font: 10px var(--mono);
  letter-spacing: 0.06em;
  margin-top: 20px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.plan-link {
  margin-top: 24px;
  align-self: flex-start;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  padding-bottom: 4px;
}
.faq {
  border-top: 1px solid var(--line);
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}
.faq summary {
  cursor: pointer;
  font-size: 18px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.faq summary::after {
  content: "+";
  color: var(--lime);
}
.faq details[open] summary::after {
  content: "−";
}
.faq details p {
  max-width: 760px;
  color: var(--muted);
  margin: 16px 0 0;
  animation: reveal-up 0.4s var(--ease);
}
html[data-motion="reduce"] {
  scroll-behavior: auto;
}
html[data-motion="reduce"] *,
html[data-motion="reduce"] *::before,
html[data-motion="reduce"] *::after {
  animation: none !important;
  transition: none !important;
}
html[data-motion="reduce"] .reveal {
  opacity: 1;
  transform: none;
}
@keyframes document-drift {
  50% {
    transform: translateY(-9px);
  }
}
@keyframes check-draw {
  25%,
  85% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -30;
  }
}
@media (max-width: 1000px) {
  .deliverables {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  header {
    gap: 16px;
  }
  nav {
    gap: 18px;
  }
}
@media (max-width: 760px) {
  header {
    height: auto;
    min-height: 76px;
    flex-wrap: wrap;
    padding-block: 14px;
    gap: 12px 16px;
  }
  header .brand {
    flex: 1;
    font-size: 10px;
    gap: 6px;
  }
  header nav {
    display: flex;
    order: 4;
    width: 100%;
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid var(--line);
    justify-content: space-between;
  }
  .navcta {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 48px 56px;
    gap: 40px;
  }
  h1 {
    font-size: clamp(43px, 10.8vw, 68px);
  }
  h2,
  .pricing h2 {
    font-size: clamp(34px, 8.5vw, 48px);
  }
  .split,
  .proof-panel {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .section,
  .dark,
  .pricing {
    padding-block: 64px;
  }
  .card {
    box-shadow: 8px 10px 0 rgba(119, 231, 221, 0.07);
  }
  .cardhead,
  .cardfoot {
    font-size: 9px;
  }
  .deliverables {
    grid-template-columns: 1fr;
  }
  .hero::before {
    width: 15rem;
    height: 15rem;
    right: 0;
    top: 55%;
  }
  .plans p {
    min-height: 0;
  }
  .plans ul {
    margin-top: 24px;
  }
}

/* Motion system: every animated element has a visible no-JavaScript state. */
header {
  position: sticky;
  top: 0;
  z-index: 15;
  background: color-mix(in srgb, var(--ink) 86%, transparent);
  backdrop-filter: blur(14px);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 7%;
  top: 20%;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgba(216, 251, 99, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 4rem rgba(119, 231, 221, 0.025),
    0 0 0 8rem rgba(119, 231, 221, 0.018);
  animation: orbit-breathe 7s ease-in-out infinite;
}

.card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.45s cubic-bezier(0.2, 0.65, 0.2, 1),
    border-color 0.45s ease,
    box-shadow 0.45s ease;
}

.card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -45% -20%;
  background: linear-gradient(
    110deg,
    transparent 43%,
    rgba(216, 251, 99, 0.11) 50%,
    transparent 57%
  );
  transform: translateX(-62%);
  animation: scan 5.5s ease-in-out infinite;
}

.card:hover {
  transform: translateY(-7px);
  border-color: rgba(216, 251, 99, 0.6);
  box-shadow: 26px 32px 0 rgba(119, 231, 221, 0.1);
}

.map::after {
  content: "";
  position: absolute;
  left: 43%;
  top: 43%;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 0 rgba(216, 251, 99, 0.6);
  animation: signal-ping 2.2s ease-out infinite;
}

.map span {
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.map span:hover {
  color: var(--lime);
  border-color: var(--lime);
  transform: scale(1.07);
}

.map .a,
.map .c {
  animation: node-float 3.6s ease-in-out infinite;
}

.map .b,
.map .d {
  animation: node-float 4.4s ease-in-out -1.8s infinite reverse;
}

.button {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.35);
  transform: translateX(-105%) skewX(-18deg);
  transition: transform 0.5s ease;
}

.button:hover::before,
.button:focus-visible::before {
  transform: translateX(125%) skewX(-18deg);
}

.button:hover {
  box-shadow: 7px 7px 0 var(--cyan);
}

.button:focus-visible,
nav a:focus-visible,
.brand:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
}

.deliverables article,
.plans article,
.steps li {
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    border-color 0.3s ease;
}

.deliverables article:hover,
.plans article:hover {
  transform: translateY(-5px);
}

.steps li:hover {
  background: rgba(119, 231, 221, 0.045);
}

.js .reveal.in {
  animation: reveal-up 0.8s cubic-bezier(0.2, 0.65, 0.2, 1) backwards;
  animation-delay: calc(var(--reveal-order, 0) * 55ms);
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes orbit-breathe {
  0%,
  100% {
    transform: scale(0.94) rotate(0deg);
    opacity: 0.48;
  }
  50% {
    transform: scale(1.07) rotate(13deg);
    opacity: 0.85;
  }
}

@keyframes scan {
  0%,
  52% {
    transform: translateX(-62%);
  }
  78%,
  100% {
    transform: translateX(62%);
  }
}

@keyframes signal-ping {
  0% {
    box-shadow: 0 0 0 0 rgba(216, 251, 99, 0.6);
  }
  75%,
  100% {
    box-shadow: 0 0 0 1.5rem rgba(216, 251, 99, 0);
  }
}

@keyframes node-float {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:not([data-motion="full"]) .hero::before,
  html:not([data-motion="full"]) .card::before,
  html:not([data-motion="full"]) .map::after,
  html:not([data-motion="full"]) .map span,
  html:not([data-motion="full"]) .js .reveal.in {
    animation: none !important;
  }
}
