@font-face {
  font-family: "AA Web Archivo";
  src: url("/assets/fonts/atlas/archivo-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
}
@font-face {
  font-family: "AA Web Newsreader";
  src: url("/assets/fonts/atlas/newsreader-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "AA Web Mono";
  src: url("/assets/fonts/atlas/ibm-plex-mono-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

body.aa-webstudio-page {
  --aws-bg: #f4f4f1;
  --aws-paper: #fbfbf8;
  --aws-ink: #080909;
  --aws-muted: #656761;
  --aws-rule: #c6c7c0;
  --aws-soft: #e8e8e2;
  margin: 0;
  overflow-x: clip;
  background: var(--aws-bg) !important;
  color: var(--aws-ink) !important;
  font-family: "AA Web Archivo", Arial, sans-serif;
}
html.dark body.aa-webstudio-page,
html[data-aa-theme="dark"] body.aa-webstudio-page,
html[data-theme="dark"] body.aa-webstudio-page {
  --aws-bg: #0a0b0b;
  --aws-paper: #101111;
  --aws-ink: #f3f3ef;
  --aws-muted: #aaa9a2;
  --aws-rule: #393a37;
  --aws-soft: #171817;
}
body.aa-webstudio-page main {
  background: var(--aws-bg) !important;
  color: var(--aws-ink) !important;
}
body.aa-webstudio-page .aws-page,
body.aa-webstudio-page .aws-page * {
  box-sizing: border-box;
}
body.aa-webstudio-page ::selection {
  background: var(--aws-ink);
  color: var(--aws-bg);
}
body.aa-webstudio-page a:focus-visible,
body.aa-webstudio-page button:focus-visible,
body.aa-webstudio-page summary:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.aws-shell {
  width: min(92vw, 1760px);
  margin-inline: auto;
}
.aws-mono {
  font-family: "AA Web Mono", ui-monospace, monospace;
  font-size: 0.69rem;
  line-height: 1.45;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.aws-copy {
  max-width: 68ch;
  margin: 0;
  color: var(--aws-muted);
  font-size: clamp(1rem, 1.08vw, 1.16rem);
  line-height: 1.62;
}
.aws-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 0 21px;
  border: 1px solid var(--aws-ink);
  background: var(--aws-ink);
  color: var(--aws-bg) !important;
  font-family: "AA Web Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.aws-button:hover {
  transform: translateY(-2px);
  background: transparent;
  color: var(--aws-ink) !important;
}

.aws-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(390px, 0.8fr);
  min-height: min(860px, calc(100svh - 80px));
  border-bottom: 1px solid var(--aws-rule);
}
.aws-hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(52px, 6.5vw, 104px) clamp(20px, 2.8vw, 54px);
  border-right: 1px solid var(--aws-rule);
}
.aws-hero h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(4.4rem, 6.7vw, 8rem);
  font-stretch: 74%;
  font-weight: 760;
  letter-spacing: -0.04em;
  line-height: 0.84;
}
.aws-hero h1 span {
  display: block;
  white-space: nowrap;
}
.aws-hero h1 .aws-hero-middle {
  color: var(--aws-bg);
  font-family: "AA Web Archivo", Arial, sans-serif;
  font-size: 0.84em;
  font-stretch: 66%;
  font-style: normal;
  font-weight: 760;
  letter-spacing: -0.035em;
  -webkit-text-stroke: 1.5px var(--aws-ink);
  paint-order: stroke fill;
}
.aws-hero h1 .aws-hero-accent {
  display: inline;
  margin-left: 0.06em;
  color: var(--aws-bg);
  font-family: "AA Web Archivo", Arial, sans-serif;
  font-size: 0.76em;
  font-stretch: 66%;
  font-style: normal;
  font-weight: 760;
  letter-spacing: -0.04em;
  line-height: 0.9;
  white-space: nowrap;
  -webkit-text-stroke: 1.5px var(--aws-ink);
  paint-order: stroke fill;
}
.aws-hero h1 .aws-hero-last {
  display: flex;
  align-items: baseline;
  gap: 0.02em;
}
@media (min-width: 1051px) {
  html[lang^="en"] .aws-hero h1 {
    font-size: clamp(4.4rem, 5.25vw, 6rem);
  }
}
.aws-hero-intro {
  max-width: 58ch;
  margin-top: clamp(30px, 4vw, 52px);
  color: var(--aws-ink);
}
.aws-hero-actions {
  margin-top: 28px;
}
.aws-hero-art {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
  overflow: hidden;
  padding: clamp(24px, 3.2vw, 54px);
  background: var(--aws-soft);
}
.aws-hero-art::before {
  content: "";
  position: absolute;
  inset: 5%;
  border: 1px solid var(--aws-rule);
  pointer-events: none;
}
.aws-hero-art img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(118%, 920px);
  height: min(86svh, 820px);
  object-fit: contain;
  filter: drop-shadow(0 24px 38px color-mix(in srgb, #000 24%, transparent));
  transform: rotate(1.5deg);
}
.aws-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: clamp(46px, 6vw, 110px);
  align-items: center;
  padding-block: clamp(88px, 9vw, 138px);
  border-top: 1px solid var(--aws-ink);
}
.aws-intro h2 {
  max-width: 19ch;
  margin: 0;
  font-size: clamp(2.9rem, 4.8vw, 5.8rem);
  font-stretch: 75%;
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 0.9;
}
.aws-intro-side {
  display: grid;
  gap: 26px;
  justify-items: start;
}

.aws-story {
  border-block: 1px solid var(--aws-rule);
  background: var(--aws-paper);
}
.aws-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.aws-story-index {
  position: relative;
  border-right: 1px solid var(--aws-rule);
}
.aws-story-sticky {
  position: sticky;
  top: 80px;
  display: flex;
  min-height: calc(100svh - 80px);
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(38px, 5vw, 84px);
}
.aws-story-sticky::after {
  content: attr(data-count);
  position: absolute;
  top: 30px;
  right: 30px;
  font-family: "AA Web Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
}
.aws-story-word {
  max-width: 100%;
  margin: 0;
  color: color-mix(in srgb, var(--aws-ink) 15%, transparent);
  font-size: clamp(2.5rem, 5.8vw, 7rem);
  font-stretch: 64%;
  font-weight: 820;
  letter-spacing: -0.04em;
  line-height: 0.86;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.38s ease, transform 0.38s ease;
}
.aws-story-word.is-active {
  color: var(--aws-ink);
  transform: translateX(0.06em);
}
.aws-story-panels {
  min-width: 0;
}
.aws-chapter {
  display: flex;
  min-height: calc(100svh - 80px);
  flex-direction: column;
  justify-content: center;
  padding: clamp(68px, 8vw, 136px) clamp(30px, 6vw, 104px);
  border-bottom: 1px solid var(--aws-rule);
}
.aws-chapter:last-child {
  border-bottom: 0;
}
.aws-chapter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(34px, 5vw, 70px);
}
.aws-chapter h3 {
  max-width: 13ch;
  margin: 0 0 24px;
  font-size: clamp(2.5rem, 4.4vw, 5.2rem);
  font-stretch: 72%;
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 0.9;
}
.aws-chapter-copy {
  max-width: 57ch;
}
.aws-evidence {
  display: grid;
  min-height: 250px;
  margin-top: clamp(34px, 5vw, 68px);
  border: 1px solid var(--aws-rule);
  background: var(--aws-bg);
}
.aws-evidence-row {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--aws-rule);
}
.aws-evidence-row:last-child {
  border-bottom: 0;
}
.aws-evidence-row strong {
  font-size: clamp(1rem, 1.3vw, 1.35rem);
}
.aws-evidence-row small {
  color: var(--aws-muted);
  font-family: "AA Web Mono", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.aws-cube-section {
  padding-block: clamp(92px, 12vw, 180px);
  background: #080909;
  color: #f4f4ef;
}
.aws-cube-section .aws-mono,
.aws-cube-section .aws-copy {
  color: #aaa9a2;
}
.aws-cube-heading {
  display: block;
  text-align: center;
  margin-bottom: clamp(66px, 9vw, 130px);
}
.aws-cube-heading h2 {
  max-width: none;
  margin: 0 auto;
  font-size: clamp(3rem, 4.65vw, 5.6rem);
  font-stretch: 72%;
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 0.92;
  white-space: nowrap;
}
.aws-cube-heading .aws-copy {
  max-width: none;
  margin: 30px auto 0;
  text-align: center;
  white-space: nowrap;
}
.aws-cube-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 9vw, 150px);
  align-items: center;
}
.aws-cube-scene {
  display: grid;
  min-height: 500px;
  place-items: center;
  perspective: 1100px;
}
.aws-cube {
  --aws-cube-size: min(29vw, 390px);
  position: relative;
  width: var(--aws-cube-size);
  aspect-ratio: 1;
  transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.aws-cube-face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(22px, 3vw, 40px);
  border: 1px solid #686965;
  background: #0d0e0e;
  backface-visibility: hidden;
}
.aws-cube-face:nth-child(1) { transform: rotateY(0deg) translateZ(calc(var(--aws-cube-size) * 0.5)); }
.aws-cube-face:nth-child(2) { transform: rotateY(90deg) translateZ(calc(var(--aws-cube-size) * 0.5)); }
.aws-cube-face:nth-child(3) { transform: rotateY(180deg) translateZ(calc(var(--aws-cube-size) * 0.5)); }
.aws-cube-face:nth-child(4) { transform: rotateY(-90deg) translateZ(calc(var(--aws-cube-size) * 0.5)); }
.aws-cube-face strong {
  max-width: 100%;
  font-size: clamp(1.35rem, 1.65vw, 2.1rem);
  font-stretch: 62%;
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 0.92;
  text-transform: uppercase;
  white-space: nowrap;
}
.aws-cube-face p {
  max-width: 27ch;
  margin: 0;
  color: #aaa9a2;
  line-height: 1.5;
}
.aws-quality-list {
  border-top: 1px solid #4a4b48;
}
.aws-quality {
  display: grid;
  width: 100%;
  grid-template-columns: 50px 1fr 12px;
  gap: 22px;
  align-items: center;
  padding: 25px 0;
  border: 0;
  border-bottom: 1px solid #4a4b48;
  background: transparent;
  color: #777873;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: color 0.25s ease;
}
.aws-quality span:first-child {
  font-family: "AA Web Mono", monospace;
  font-size: 0.67rem;
  letter-spacing: 0.12em;
}
.aws-quality strong {
  display: block;
  font-size: clamp(1.45rem, 2.2vw, 2.8rem);
  font-stretch: 70%;
  letter-spacing: -0.035em;
  line-height: 1;
}
.aws-quality p {
  display: none;
  max-width: 44ch;
  margin: 8px 0 0;
  color: #aaa9a2;
  font-size: 0.98rem;
  line-height: 1.5;
}
.aws-quality i {
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.aws-quality.is-active {
  color: #f4f4ef;
}
.aws-quality.is-active i {
  background: currentColor;
}

.aws-proof {
  padding-block: clamp(92px, 12vw, 180px);
}
.aws-proof-head {
  display: block;
  text-align: center;
  margin-bottom: clamp(64px, 9vw, 120px);
}
.aws-proof h2 {
  max-width: none;
  margin: 0 auto;
  font-size: clamp(3rem, 5.4vw, 6.5rem);
  font-stretch: 73%;
  font-weight: 690;
  letter-spacing: -0.04em;
  line-height: 0.9;
  white-space: nowrap;
}
.aws-proof-head .aws-copy {
  max-width: 76ch;
  margin: 28px auto 0;
  text-wrap: balance;
}
.aws-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--aws-rule);
}
.aws-compare article {
  min-height: 370px;
  padding: clamp(34px, 5vw, 72px);
}
.aws-compare article + article {
  border-left: 1px solid var(--aws-rule);
}
.aws-compare h3 {
  max-width: 12ch;
  margin: 22px 0 28px;
  font-size: clamp(2.35rem, 4.4vw, 5rem);
  font-stretch: 72%;
  font-weight: 620;
  letter-spacing: -0.04em;
  line-height: 0.88;
}
.aws-register {
  margin-top: clamp(70px, 9vw, 120px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: var(--aws-ink);
  color: var(--aws-bg);
}
.aws-register-row {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(28px, 3vw, 48px);
  border-right: 1px solid color-mix(in srgb, var(--aws-bg) 25%, transparent);
}
.aws-register-row:last-child {
  border-right: 0;
}
.aws-register-row strong {
  font-size: clamp(1.35rem, 2vw, 2.2rem);
  line-height: 1;
}
.aws-register-row p {
  margin: 0;
  color: color-mix(in srgb, var(--aws-bg) 68%, transparent);
  line-height: 1.55;
}
.aws-register-title {
  grid-column: 1 / -1;
  margin: 0;
  padding: 34px clamp(28px, 3vw, 48px) 0;
  color: var(--aws-bg);
  font-size: clamp(2rem, 3.2vw, 4rem);
  font-stretch: 74%;
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1;
}

.aws-faq {
  padding-block: clamp(90px, 11vw, 160px);
  border-top: 1px solid var(--aws-rule);
  background: var(--aws-paper);
}
.aws-faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(42px, 8vw, 130px);
}
.aws-faq h2 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(3.1rem, 6vw, 7rem);
  font-stretch: 68%;
  font-weight: 690;
  letter-spacing: -0.04em;
  line-height: 0.85;
}
.aws-faq-list {
  border-top: 1px solid var(--aws-ink);
}
.aws-faq details {
  border-bottom: 1px solid var(--aws-rule);
}
.aws-faq summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px 0;
  cursor: pointer;
  font-size: clamp(1.12rem, 1.6vw, 1.6rem);
  font-weight: 610;
  list-style: none;
}
.aws-faq summary::-webkit-details-marker { display: none; }
.aws-faq summary::after { content: "+"; font-family: "AA Web Mono", monospace; }
.aws-faq details[open] summary::after { content: "−"; }
.aws-faq details p {
  max-width: 66ch;
  margin: 0;
  padding: 0 0 30px;
  color: var(--aws-muted);
  line-height: 1.65;
}
.aws-related {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 52px;
}
.aws-related a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 12px 17px;
  border: 1px solid var(--aws-ink);
  background: var(--aws-ink);
  color: var(--aws-bg);
  font-family: "AA Web Mono", monospace;
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}
.aws-related a:hover {
  transform: translateY(-3px) scale(1.025);
  background: transparent;
  color: var(--aws-ink);
}

.aws-final {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 650px;
  background: #080909;
  color: #f4f4ef;
}
.aws-final-copy,
.aws-final-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 8vw, 130px);
}
.aws-final-copy {
  border-right: 1px solid #3f403d;
}
.aws-final h2 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3.5rem, 7.2vw, 8.4rem);
  font-stretch: 67%;
  font-weight: 680;
  letter-spacing: -0.04em;
  line-height: 0.83;
}
.aws-final h2 em {
  display: block;
  margin-top: 0.08em;
  font-family: "AA Web Newsreader", Georgia, serif;
  font-size: 0.88em;
  font-weight: 380;
  letter-spacing: -0.04em;
}
.aws-final-action {
  align-items: flex-start;
}
.aws-final-action .aws-copy {
  max-width: 56ch;
  color: #d2d2cb;
  font-size: clamp(1.18rem, 1.55vw, 1.5rem);
  line-height: 1.6;
}
.aws-final a.aws-button {
  min-width: min(100%, 360px);
  min-height: 64px;
  margin-top: 34px;
  border-color: #f4f4ef !important;
  background: #f4f4ef !important;
  color: #080909 !important;
  font-size: 0.82rem;
}
.aws-final a.aws-button:hover {
  background: #080909 !important;
  color: #f4f4ef !important;
}

@media (max-width: 1050px) {
  .aws-hero {
    grid-template-columns: 1fr 0.82fr;
  }
  .aws-hero h1 {
    font-size: clamp(4.4rem, 8.9vw, 7.5rem);
  }
  .aws-story-word {
    font-size: clamp(2.4rem, 5.5vw, 4.7rem);
  }
}

@media (max-width: 820px) {
  .aws-shell { width: min(100% - 32px, 720px); }
  .aws-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .aws-hero-copy {
    min-height: 680px;
    padding: 72px 20px 54px;
    border-right: 0;
    border-bottom: 1px solid var(--aws-rule);
  }
  .aws-hero h1 {
    max-width: 100%;
    font-size: clamp(3.25rem, 14.2vw, 4.7rem);
    line-height: 0.88;
  }
  .aws-hero h1 span {
    max-width: 100%;
    white-space: normal;
    text-wrap: balance;
  }
  .aws-hero h1 .aws-hero-last {
    display: block;
  }
  .aws-hero h1 .aws-hero-accent {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin-left: 0;
  }
  .aws-hero-art {
    min-height: 540px;
    padding: 42px 22px;
  }
  .aws-hero-art img {
    width: min(94%, 520px);
    height: 490px;
  }
  .aws-intro,
  .aws-proof-head,
  .aws-faq-grid {
    grid-template-columns: 1fr;
  }
  .aws-intro { align-items: start; }
  .aws-intro h2 { max-width: 13ch; }
  .aws-story-grid { grid-template-columns: 1fr; }
  .aws-story-index { display: none; }
  .aws-chapter {
    min-height: 0;
    padding: 78px 20px;
  }
  .aws-chapter-head::after {
    content: attr(data-mobile-word);
    color: var(--aws-muted);
    font-family: "AA Web Mono", monospace;
    font-size: 0.66rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }
  .aws-evidence-row {
    grid-template-columns: 54px 1fr;
    gap: 12px;
    padding: 18px 15px;
  }
  .aws-cube-heading h2,
  .aws-cube-heading .aws-copy {
    white-space: normal;
  }
  .aws-cube-grid { grid-template-columns: 1fr; }
  .aws-cube-scene { display: none; }
  .aws-quality {
    grid-template-columns: 38px 1fr 10px;
    color: #f4f4ef;
  }
  .aws-quality strong { font-size: clamp(1.75rem, 8vw, 2.8rem); }
  .aws-quality p { display: block; }
  .aws-quality i { background: currentColor; }
  .aws-compare { grid-template-columns: 1fr; }
  .aws-compare article { min-height: 0; }
  .aws-compare article + article {
    border-top: 1px solid var(--aws-rule);
    border-left: 0;
  }
  .aws-proof h2 { white-space: normal; }
  .aws-register {
    grid-template-columns: 1fr;
  }
  .aws-register-title {
    padding: 32px 24px;
  }
  .aws-register-row {
    min-height: 0;
    padding: 30px 24px;
    border-right: 0;
    border-top: 1px solid color-mix(in srgb, var(--aws-bg) 25%, transparent);
  }
  .aws-final {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .aws-final-copy,
  .aws-final-action { padding: 78px 20px; }
  .aws-final-copy {
    border-right: 0;
    border-bottom: 1px solid #3f403d;
  }
}

@media (max-width: 480px) {
  .aws-hero-copy { min-height: 620px; }
  .aws-hero h1 {
    font-size: clamp(3.2rem, 14.2vw, 4.5rem);
    line-height: 0.88;
  }
  .aws-hero h1 .aws-hero-middle {
    font-size: 0.78em;
    -webkit-text-stroke-width: 1.2px;
  }
  .aws-hero h1 .aws-hero-accent {
    font-size: 0.7em;
    -webkit-text-stroke-width: 1.2px;
  }
  .aws-hero-art { min-height: 470px; }
  .aws-hero-art img { height: 420px; }
  .aws-intro { padding-block: 76px; }
  .aws-intro h2,
  .aws-cube-heading h2,
  .aws-proof h2,
  .aws-faq h2 {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
    line-height: 0.9;
  }
  .aws-chapter h3 {
    font-size: clamp(2.55rem, 13vw, 4.2rem);
    line-height: 0.92;
  }
  .aws-evidence { min-height: 0; }
  .aws-evidence-row {
    grid-template-columns: 38px 1fr;
  }
  .aws-cube-section,
  .aws-proof,
  .aws-faq { padding-block: 78px; }
  .aws-compare article { padding: 34px 22px; }
  .aws-final h2 {
    font-size: clamp(3.2rem, 16vw, 5.2rem);
    line-height: 0.86;
  }
  .aws-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .aws-page *,
  .aws-page *::before,
  .aws-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .aws-hero-art img { transform: none; }
}
