:root {
  --ml-ground: #17262E;
  --ml-text: #F4EFE3;
  --ml-muted: #B9C0BA;
  --ml-line: #51616A;
  --ml-accent: #D99A2B;
  --ml-ground-2: #20323B;
  --ml-width: 1180px;
  --ml-reading: 72ch;
  --ml-rail-space: clamp(1rem, 7vw, 6.5rem);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--ml-ground);
  color: var(--ml-text);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(1rem, 0.96rem + 0.22vw, 1.125rem);
  line-height: 1.62;
  color: var(--ml-text);
  background:
    linear-gradient(90deg, rgba(244, 239, 227, 0.035) 1px, transparent 1px) 0 0 / 6.5rem 6.5rem,
    var(--ml-ground);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background:
    repeating-linear-gradient(0deg, transparent 0 7px, rgba(244, 239, 227, 0.045) 8px, transparent 9px),
    repeating-linear-gradient(90deg, transparent 0 11px, rgba(217, 154, 43, 0.045) 12px, transparent 13px);
  mix-blend-mode: screen;
}

img,
svg {
  max-width: 100%;
}

svg {
  width: 100%;
  height: auto;
  display: block;
}

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

p,
li,
dd,
dt,
h1,
h2,
h3,
caption,
td,
th {
  overflow-wrap: anywhere;
}

p {
  margin: 0;
  max-width: var(--ml-reading);
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(3.7rem, 11.5vw, 8.4rem);
}

h2 {
  font-size: clamp(2.45rem, 5.8vw, 5.8rem);
}

h3 {
  font-size: clamp(1.45rem, 2.1vw, 2.2rem);
}

table {
  border-collapse: collapse;
}

::selection {
  color: var(--ml-ground);
  background: var(--ml-accent);
}

.ml-skip {
  position: absolute;
  z-index: 30;
  left: 1rem;
  top: 1rem;
  transform: translateY(-180%);
  padding: 0.65rem 0.9rem;
  color: var(--ml-ground);
  background: var(--ml-text);
}

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

.ml-site-head {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: var(--ml-rail-space);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  padding: clamp(1rem, 2.6vw, 2rem) clamp(1rem, 3vw, 3.25rem) 1rem 0;
  color: var(--ml-text);
  background: linear-gradient(180deg, rgba(23, 38, 46, 0.96), rgba(23, 38, 46, 0));
  backdrop-filter: blur(4px);
}

.ml-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  min-width: 0;
}

.ml-brand__mark {
  display: grid;
  place-items: center;
  inline-size: 2.5rem;
  block-size: 2.5rem;
  border: 1px solid var(--ml-accent);
  color: var(--ml-accent);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
}

.ml-brand__text {
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.ml-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem clamp(0.8rem, 2vw, 1.65rem);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ml-nav a {
  position: relative;
  color: var(--ml-muted);
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.ml-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -0.42rem;
  border-bottom: 1px solid var(--ml-accent);
  transition: right 180ms ease;
}

.ml-nav a:hover,
.ml-nav a:focus,
.ml-nav a[aria-current="page"] {
  color: var(--ml-text);
  transform: translateX(0.18rem);
}

.ml-nav a:hover::after,
.ml-nav a:focus::after,
.ml-nav a[aria-current="page"]::after {
  right: 0;
}

.ml-rail {
  position: fixed;
  z-index: 25;
  left: 0;
  top: 0;
  bottom: 0;
  width: clamp(3.2rem, 5.4vw, 5.6rem);
  color: var(--ml-accent);
}

.ml-rail__rule {
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(1.1rem, 2.1vw, 2.1rem);
  width: 1px;
  background:
    repeating-linear-gradient(180deg, var(--ml-accent) 0 1px, transparent 1px 9px),
    linear-gradient(var(--ml-accent), var(--ml-accent));
}

.ml-rail__list {
  position: absolute;
  top: 17vh;
  bottom: 16vh;
  left: 0;
  right: 0;
  display: grid;
  align-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ml-rail__list a {
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: rgba(217, 154, 43, 0.62);
  font-size: 0.78rem;
  line-height: 1;
  letter-spacing: 0.14em;
  transition: color 180ms ease, transform 180ms ease;
}

.ml-rail__list a:hover,
.ml-rail__list a.is-active {
  color: var(--ml-accent);
  transform: translateX(0.16rem);
}

.ml-rail__marker {
  position: absolute;
  left: clamp(0.72rem, 1.4vw, 1.25rem);
  top: 17vh;
  inline-size: clamp(1.7rem, 2.8vw, 2.25rem);
  transform: translateY(-50%);
  transition: top 220ms ease;
}

.ml-rail__marker svg {
  fill: var(--ml-ground);
  stroke: var(--ml-accent);
  stroke-width: 2;
  stroke-linejoin: round;
}

main,
.ml-footer {
  margin-left: var(--ml-rail-space);
}

.ml-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: clamp(8rem, 14vw, 12rem) clamp(1rem, 4vw, 4rem) 0 0;
  overflow: hidden;
  border-bottom: 1px solid var(--ml-line);
}

.ml-hero__texture {
  position: absolute;
  inset: -18%;
  opacity: 0.42;
  background:
    repeating-linear-gradient(45deg, rgba(244, 239, 227, 0.09) 0 1px, transparent 1px 12px),
    repeating-linear-gradient(135deg, rgba(217, 154, 43, 0.11) 0 1px, transparent 1px 14px),
    repeating-linear-gradient(90deg, rgba(244, 239, 227, 0.05) 0 2px, transparent 2px 18px);
  transform-origin: 45% 55%;
  animation: mlKenBurns 24s ease-in-out infinite alternate;
}

.ml-hero__inner {
  position: relative;
  width: min(100%, 1180px);
  text-align: center;
}

.ml-hero__title {
  margin-inline: auto;
  max-width: 11ch;
  font-weight: 400;
}

.ml-kicker,
.ml-spec-label {
  display: block;
  color: var(--ml-accent);
  font-size: 0.78rem;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ml-kicker {
  margin-bottom: 1.15rem;
}

.ml-hero__spec {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 980px);
  margin: clamp(2.2rem, 5vw, 5rem) auto 0;
  border: 1px solid var(--ml-line);
  text-align: left;
  background: var(--ml-line);
}

.ml-hero__spec > div {
  padding: clamp(1rem, 2vw, 1.55rem);
  background: rgba(23, 38, 46, 0.9);
  min-width: 0;
}

.ml-hero__spec p {
  margin-top: 0.75rem;
  color: var(--ml-muted);
  font-size: 1rem;
  line-height: 1.5;
}

.ml-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.2rem 1.6rem;
  margin-top: clamp(1.6rem, 3vw, 2.5rem);
}

.ml-button {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.08rem 0.82rem;
  border: 1px solid var(--ml-accent);
  color: var(--ml-accent);
  background: transparent;
  text-decoration: none;
  line-height: 1.1;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ml-button::after {
  content: "→";
  margin-left: 0.65rem;
  transition: transform 180ms ease;
}

.ml-button:hover,
.ml-button:focus {
  color: var(--ml-text);
  border-color: var(--ml-text);
  transform: translateX(0.18rem);
}

.ml-button:hover::after,
.ml-button:focus::after {
  transform: translateX(0.22rem);
}

.ml-text-link {
  color: var(--ml-muted);
  transition: color 180ms ease, transform 180ms ease;
  display: inline-flex;
}

.ml-text-link:hover,
.ml-text-link:focus {
  color: var(--ml-text);
  transform: translateX(0.2rem);
}

.ml-marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid var(--ml-line);
  overflow: hidden;
  color: var(--ml-muted);
}

.ml-marquee__track {
  display: flex;
  width: max-content;
  animation: mlMarquee 34s linear infinite;
}

.ml-marquee span {
  padding: 0.85rem 1.5rem;
  border-right: 1px solid var(--ml-line);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ml-section {
  position: relative;
  padding: clamp(5rem, 9vw, 9rem) clamp(1rem, 4vw, 4rem) clamp(4rem, 8vw, 7rem) 0;
  border-bottom: 1px solid var(--ml-line);
}

.ml-grid-section,
.ml-process,
.ml-owner,
.ml-contact-band,
.ml-page {
  width: min(var(--ml-width), calc(100% - clamp(1rem, 4vw, 4rem)));
  margin-right: auto;
}

.ml-page {
  padding-top: clamp(7.5rem, 11vw, 10rem);
}

.ml-section__head {
  display: grid;
  gap: 1.4rem;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}

.ml-section__head h2 {
  max-width: 12.5ch;
}

.ml-section__head--split {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
}

.ml-card-grid {
  display: grid;
  gap: 1px;
  background: var(--ml-line);
  border: 1px solid var(--ml-line);
}

.ml-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ml-spec {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: clamp(1.25rem, 2.8vw, 2.15rem);
  background: var(--ml-ground);
}

.ml-spec h3 {
  margin-top: 1.4rem;
}

.ml-spec p {
  margin-top: 1.25rem;
  color: var(--ml-muted);
}

.ml-spec a:not(.ml-button) {
  margin-top: auto;
  padding-top: 1.8rem;
  color: var(--ml-accent);
  transition: color 180ms ease, transform 180ms ease;
}

.ml-spec a:not(.ml-button):hover,
.ml-spec a:not(.ml-button):focus {
  color: var(--ml-text);
  transform: translateX(0.25rem);
}

.ml-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ml-line);
}

.ml-step {
  min-width: 0;
  padding: clamp(1.2rem, 2.4vw, 2rem) clamp(1rem, 2vw, 1.6rem) 0 0;
  border-right: 1px solid var(--ml-line);
}

.ml-step:last-child {
  border-right: 0;
}

.ml-step span {
  display: block;
  color: var(--ml-accent);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  margin-bottom: clamp(1rem, 2vw, 2rem);
}

.ml-step p {
  margin-top: 1rem;
  color: var(--ml-muted);
}

.ml-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--ml-line);
}

.ml-price-table {
  width: 100%;
  min-width: 720px;
  color: var(--ml-text);
}

.ml-price-table caption {
  text-align: left;
  padding: 1rem 1.2rem;
  color: var(--ml-muted);
  border-bottom: 1px solid var(--ml-line);
}

.ml-price-table th,
.ml-price-table td {
  padding: 1rem 1.2rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--ml-line);
}

.ml-price-table th {
  color: var(--ml-accent);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}

.ml-price-table td {
  color: var(--ml-muted);
}

.ml-price-table tbody tr:last-child td {
  border-bottom: 0;
}

.ml-proof-note {
  margin-top: 1.6rem;
  padding-left: 1.1rem;
  border-left: 1px solid var(--ml-accent);
  color: var(--ml-muted);
}

.ml-owner__body {
  max-width: 920px;
}

.ml-owner__body p {
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 1.35;
  color: var(--ml-text);
  max-width: 68ch;
}

.ml-contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.ml-contact-band h2 {
  max-width: 11ch;
}

.ml-contact-band p {
  color: var(--ml-muted);
}

.ml-contact-band__main .ml-button {
  margin-top: 1.8rem;
}

.ml-facts {
  display: grid;
  gap: 1.25rem;
  margin: 0;
}

.ml-facts--grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--ml-line);
  border: 1px solid var(--ml-line);
}

.ml-facts div {
  min-width: 0;
  padding: 0 0 1.2rem;
  border-bottom: 1px solid var(--ml-line);
}

.ml-facts--grid div {
  padding: clamp(1.2rem, 2.6vw, 2rem);
  border: 0;
  background: var(--ml-ground);
}

.ml-facts dt {
  color: var(--ml-accent);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ml-facts dd {
  margin: 0.5rem 0 0;
  color: var(--ml-muted);
}

.ml-page-hero {
  padding-top: 0;
}

.ml-page-hero h1 {
  max-width: 10.5ch;
}

.ml-lead {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.35;
  color: var(--ml-text);
}

.ml-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.ml-two-col--wide {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.8fr);
}

.ml-two-col p + p {
  margin-top: 1.1rem;
}

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

.ml-line-list li {
  position: relative;
  padding: 0.9rem 0 0.9rem 1.45rem;
  border-bottom: 1px solid var(--ml-line);
  color: var(--ml-muted);
  transition: color 180ms ease, transform 180ms ease;
}

.ml-line-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.45rem;
  inline-size: 0.55rem;
  border-top: 1px solid var(--ml-accent);
  transition: border-color 180ms ease, transform 180ms ease;
}

.ml-line-list li:hover {
  color: var(--ml-text);
  transform: translateX(0.22rem);
}

.ml-line-list li:hover::before {
  border-color: var(--ml-text);
  transform: translateX(0.16rem);
}

.ml-line-list--large li {
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.36;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.ml-loom-card,
.ml-map {
  border: 1px solid var(--ml-line);
  padding: clamp(0.8rem, 2vw, 1.4rem);
  background: rgba(23, 38, 46, 0.62);
}

.ml-loom-svg rect,
.ml-map circle {
  fill: transparent;
  stroke: var(--ml-line);
  stroke-width: 2;
}

.ml-loom-svg path,
.ml-map path {
  fill: none;
  stroke: var(--ml-muted);
  stroke-width: 2;
}

.ml-loom-svg__accent,
.ml-map__accent {
  stroke: var(--ml-accent) !important;
  stroke-width: 5 !important;
}

.ml-map__accent {
  fill: rgba(217, 154, 43, 0.12) !important;
}

.ml-loom-svg text,
.ml-map text {
  fill: var(--ml-muted);
  font-size: 24px;
  letter-spacing: 0.08em;
}

.ml-fold-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ml-line);
}

.ml-fold {
  min-width: 0;
  padding: 1.3rem 1.2rem 0 0;
  border-right: 1px solid var(--ml-line);
}

.ml-fold:last-child {
  border-right: 0;
}

.ml-fold span {
  display: block;
  color: var(--ml-accent);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.1;
}

.ml-fold p {
  margin-top: 1rem;
  color: var(--ml-muted);
}

.ml-aside {
  border-left: 1px solid var(--ml-accent);
  padding-left: clamp(1rem, 2vw, 1.5rem);
}

.ml-aside p {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.38;
  color: var(--ml-text);
}

.ml-price-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 1px;
  background: var(--ml-line);
  border: 1px solid var(--ml-line);
}

.ml-price-cards--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ml-price-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.25rem, 3vw, 2.4rem);
  background: var(--ml-ground);
}

.ml-price-card h2,
.ml-price-card h3 {
  margin-top: 1.2rem;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
}

.ml-price-card p {
  color: var(--ml-muted);
}

.ml-price-card__price {
  margin: 1.2rem 0 0.8rem;
  color: var(--ml-text) !important;
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1.15;
}

.ml-price-card .ml-button {
  margin-top: auto;
  transform: translateY(1rem);
}

.ml-contact-block {
  margin-top: clamp(2rem, 4vw, 4rem);
  max-width: 760px;
  border-top: 1px solid var(--ml-line);
  padding-top: 1.4rem;
}

.ml-contact-block p:first-of-type {
  margin-top: 1rem;
  font-size: clamp(1.6rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.ml-contact-block p:last-child {
  margin-top: 1rem;
  color: var(--ml-muted);
}

.ml-contact-block a {
  color: var(--ml-accent);
}

.ml-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem clamp(1rem, 4vw, 4rem) 2.5rem 0;
  color: var(--ml-muted);
  font-size: 0.95rem;
}

.ml-footer a {
  color: var(--ml-accent);
}

.ml-wipe {
  display: inline-block;
}

html.ml-js .ml-wipe.ml-wipe-ready {
  color: var(--ml-text);
  background: linear-gradient(90deg, var(--ml-text) 0 45%, rgba(244, 239, 227, 0.22) 50%, var(--ml-text) 55% 100%);
  background-size: 240% 100%;
  background-position: 100% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: mlWipe 1450ms cubic-bezier(0.2, 0.72, 0.16, 1) forwards;
}

html.ml-js .ml-reveal-hidden {
  opacity: 1;
  transform: translateY(0);
}

html.ml-js .ml-reveal-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms ease, transform 700ms ease;
}

@keyframes mlKenBurns {
  0% {
    transform: scale(1) translate3d(-1.5%, -1%, 0) rotate(0deg);
  }
  100% {
    transform: scale(1.1) translate3d(2.2%, 1.6%, 0) rotate(0.5deg);
  }
}

@keyframes mlMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes mlWipe {
  to {
    background-position: 0 0;
  }
}

@media (max-width: 980px) {
  :root {
    --ml-rail-space: 4.25rem;
  }

  .ml-site-head {
    position: absolute;
  }

  .ml-hero__spec,
  .ml-card-grid--three,
  .ml-steps,
  .ml-facts--grid,
  .ml-fold-grid,
  .ml-price-cards,
  .ml-price-cards--three,
  .ml-contact-band,
  .ml-two-col,
  .ml-two-col--wide {
    grid-template-columns: 1fr;
  }

  .ml-step,
  .ml-fold {
    border-right: 0;
    border-bottom: 1px solid var(--ml-line);
    padding-bottom: 1.3rem;
  }

  .ml-step:last-child,
  .ml-fold:last-child {
    border-bottom: 0;
  }

  .ml-section__head--split {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ml-price-card .ml-button {
    transform: none;
    margin-top: 1.4rem;
  }
}

@media (max-width: 700px) {
  :root {
    --ml-rail-space: 0;
  }

  body {
    background: var(--ml-ground);
  }

  .ml-rail {
    display: none;
  }

  main,
  .ml-footer {
    margin-left: 0;
  }

  .ml-site-head {
    left: 0;
    flex-direction: column;
    padding: 1rem;
    background: rgba(23, 38, 46, 0.94);
  }

  .ml-nav {
    justify-content: flex-start;
  }

  .ml-hero,
  .ml-section,
  .ml-page {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ml-hero {
    min-height: 100svh;
    padding-top: 10rem;
  }

  .ml-page {
    padding-top: 9.5rem;
  }

  .ml-hero__inner {
    text-align: left;
  }

  .ml-hero__title {
    margin-inline: 0;
  }

  .ml-actions {
    justify-content: flex-start;
  }

  .ml-marquee {
    position: relative;
    margin: 3rem -1rem 0;
  }

  .ml-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: clamp(3rem, 18vw, 4.35rem);
  }

  h2 {
    font-size: clamp(2.25rem, 13vw, 3.5rem);
  }

  .ml-brand__mark {
    inline-size: 2.1rem;
    block-size: 2.1rem;
  }

  .ml-nav {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
  }

  .ml-table-wrap {
    margin-inline: -1rem;
    border-left: 0;
    border-right: 0;
  }
}

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

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

  .ml-hero__texture,
  .ml-marquee__track {
    animation: none !important;
  }

  html.ml-js .ml-reveal-hidden {
    opacity: 1;
    transform: none;
  }
}