:root {
  color-scheme: dark;
  --ink: #0b0e0c;
  --ink-raised: #101411;
  --paper: #eee8da;
  --paper-muted: #aaa79b;
  --line: rgba(238, 232, 218, 0.17);
  --line-strong: rgba(238, 232, 218, 0.42);
  --sage: #7d897c;
  --amber: #c79b49;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(100% - 3rem, 82rem);
}

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

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

body {
  margin: 0;
  min-width: 20rem;
  overflow-x: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 83% 13%, rgba(125, 137, 124, 0.09), transparent 27rem),
    linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
    var(--ink);
  background-size: auto, 100% 4px, auto;
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.25;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.05) 0 0.5px, transparent 0.7px),
    radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.035) 0 0.5px, transparent 0.7px);
  background-size: 7px 7px, 11px 11px;
}

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

a:hover {
  color: #fff8e9;
}

a:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 0.35rem;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 20;
  padding: 0.65rem 0.9rem;
  color: var(--ink);
  background: var(--paper);
  font-weight: 700;
  transform: translateY(-200%);
}

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

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  width: var(--shell);
  min-height: 6.5rem;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  width: 1.8rem;
  height: 1.55rem;
}

.brand-mark span {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border: 1px solid var(--paper);
}

.brand-mark span:first-child {
  top: 0;
  left: 0;
}

.brand-mark span:last-child {
  right: 0;
  bottom: 0;
}

.brand-mark::after {
  position: absolute;
  top: 0.68rem;
  left: 0.73rem;
  width: 0.38rem;
  height: 0.12rem;
  content: "";
  background: var(--amber);
  transform: rotate(-42deg);
  box-shadow: 0 0 0 2px var(--ink);
}

.header-controls {
  display: flex;
  gap: clamp(1rem, 2.8vw, 2.6rem);
  align-items: center;
  color: var(--paper-muted);
  font-size: 0.67rem;
  font-weight: 650;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.language-switcher {
  display: flex;
  gap: 0.45rem;
  align-items: center;
}

.language-switcher a {
  color: var(--paper-muted);
  text-decoration: none;
}

.language-switcher a[aria-current="page"] {
  color: var(--paper);
  text-decoration: underline;
  text-decoration-color: var(--amber);
  text-underline-offset: 0.38em;
}

.language-switcher span {
  color: var(--line-strong);
}

.nav-status {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  color: var(--paper);
}

.nav-status .status-dot {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 0 rgba(199, 155, 73, 0.38);
  animation: signal 3s ease-out infinite;
}

.hero {
  position: relative;
  display: grid;
  width: var(--shell);
  min-height: min(50rem, calc(100svh - 6.5rem));
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 8rem) 0 clamp(5rem, 9vw, 8rem);
  grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.82fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 1.5rem;
  color: var(--sage);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 8.2em;
  margin-bottom: 1.6rem;
  font-family: var(--serif);
  font-size: clamp(4.25rem, 8.2vw, 8.6rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.84;
}

h1 em {
  color: var(--amber);
  font-weight: 400;
}

.hero-summary {
  max-width: 37rem;
  margin-bottom: 1.25rem;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.35;
}

.hero-detail {
  max-width: 35rem;
  margin-bottom: 1.5rem;
  color: var(--paper-muted);
  font-size: 0.98rem;
}

.hero-detail cite {
  color: var(--paper);
  font-style: normal;
}

.hero-detail a {
  text-decoration-color: rgba(199, 155, 73, 0.65);
}

.hero-assurance {
  max-width: 35rem;
  margin-bottom: 2.6rem;
  padding-left: 1rem;
  border-left: 1px solid var(--amber);
  color: var(--paper-muted);
  font-size: 0.86rem;
}

.hero-assurance strong {
  color: var(--paper);
  font-weight: 700;
}

.hero-status {
  display: flex;
  gap: 1rem 1.3rem;
  align-items: center;
  flex-wrap: wrap;
  color: var(--paper-muted);
  font-size: 0.7rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.release-control {
  display: inline-flex;
  min-height: 3rem;
  padding: 0.72rem 1rem;
  align-items: center;
  border: 1px solid var(--line-strong);
  color: var(--paper);
  cursor: not-allowed;
  opacity: 0.72;
}

.schematic {
  position: relative;
  aspect-ratio: 1;
  width: min(100%, 39rem);
  justify-self: end;
  opacity: 0.92;
}

.schematic-grid {
  position: absolute;
  inset: 5%;
  opacity: 0.2;
  background-image:
    linear-gradient(30deg, var(--line-strong) 1px, transparent 1px),
    linear-gradient(150deg, var(--line-strong) 1px, transparent 1px);
  background-position: center;
  background-size: 3.2rem 1.85rem;
  mask-image: radial-gradient(ellipse at center, #000 18%, transparent 72%);
}

.room-plane {
  position: absolute;
  z-index: 1;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(90deg, transparent 49.7%, rgba(238, 232, 218, 0.09) 50%, transparent 50.3%),
    linear-gradient(transparent 49.7%, rgba(238, 232, 218, 0.09) 50%, transparent 50.3%),
    rgba(11, 14, 12, 0.62);
  box-shadow:
    inset 0 0 2rem rgba(125, 137, 124, 0.035),
    0.45rem 0.45rem 0 -0.38rem rgba(238, 232, 218, 0.28);
  transform: rotate(30deg) skewX(-30deg) scaleY(0.865);
  transform-origin: center;
}

.room-plane::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 1px solid rgba(238, 232, 218, 0.18);
  content: "";
  transform: translate(0.5rem, 0.5rem);
}

.room-a {
  top: 9%;
  left: 12%;
  width: 36%;
  height: 20%;
}

.room-b {
  top: 20%;
  left: 54%;
  width: 36%;
  height: 20%;
}

.room-c {
  top: 41%;
  left: 7%;
  width: 34%;
  height: 20%;
}

.room-d {
  top: 50%;
  left: 53%;
  width: 39%;
  height: 20%;
}

.room-e {
  top: 72%;
  left: 25%;
  width: 42%;
  height: 20%;
}

.route {
  position: absolute;
  z-index: 3;
  height: 0;
  border-top: 1px dashed rgba(125, 137, 124, 0.76);
  transform-origin: left center;
}

.route-ab {
  top: 19%;
  left: 30%;
  width: 43.42%;
  transform: rotate(14.68deg);
}

.route-ac {
  top: 19%;
  left: 30%;
  width: 32.56%;
  transform: rotate(100.62deg);
}

.route-bd {
  top: 30%;
  left: 72%;
  width: 30%;
  transform: rotate(89.05deg);
}

.route-cd {
  top: 51%;
  left: 24%;
  width: 49.33%;
  transform: rotate(10.51deg);
}

.route-ce {
  top: 51%;
  left: 24%;
  width: 38.01%;
  transform: rotate(54.63deg);
}

.route-de {
  top: 60%;
  left: 72.5%;
  width: 34.44%;
  transform: rotate(140.29deg);
}

.topology-node {
  position: absolute;
  z-index: 4;
  width: 0.7rem;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 1px var(--sage);
  transform: translate(-50%, -50%);
}

.node-a {
  top: 19%;
  left: 30%;
}

.node-b {
  top: 30%;
  left: 72%;
}

.node-c {
  top: 51%;
  left: 24%;
}

.node-d {
  top: 60%;
  left: 72.5%;
}

.node-e {
  top: 82%;
  left: 46%;
}

.room-number {
  position: absolute;
  z-index: 5;
  color: rgba(238, 232, 218, 0.38);
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: translate(0.7rem, -1.15rem);
}

.number-a {
  top: 19%;
  left: 30%;
}

.number-b {
  top: 30%;
  left: 72%;
}

.number-c {
  top: 51%;
  left: 24%;
}

.number-d {
  top: 60%;
  left: 72.5%;
}

.number-e {
  top: 82%;
  left: 46%;
}

.section-shell {
  position: relative;
  display: grid;
  width: var(--shell);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.section-index {
  position: absolute;
  top: 1.7rem;
  left: 0;
  color: var(--amber);
  font-family: var(--serif);
  font-size: 1rem;
}

.section-heading h2,
.development h2 {
  max-width: 16em;
  margin-bottom: 1.5rem;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.development-copy > p {
  color: var(--paper-muted);
}

.captures {
  padding: clamp(6rem, 10vw, 10rem) 0;
}

.captures-intro {
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

.captures-intro h2 {
  margin-bottom: 0;
}

.captures-notes {
  display: none;
  max-width: 34rem;
  margin-bottom: 0.45rem;
}

.captures-notes > p:first-child {
  margin-bottom: 0;
  color: var(--paper-muted);
}

.captures-orientation-note {
  display: none;
}

.capture-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3rem, 6vw, 6rem) clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}

.capture {
  min-width: 0;
  margin: 0;
}

.capture-trigger {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: zoom-in;
  text-align: left;
}

.capture-trigger:focus-visible,
.capture-viewer-fullscreen:focus-visible,
.capture-viewer-close:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 0.35rem;
}

.capture-frame {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: var(--ink-raised);
}

.capture-frame::before,
.capture-frame::after {
  position: absolute;
  z-index: 1;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  pointer-events: none;
}

.capture-frame::before {
  top: 0.55rem;
  left: 0.55rem;
  border-top: 1px solid var(--amber);
  border-left: 1px solid var(--amber);
}

.capture-frame::after {
  right: 0.55rem;
  bottom: 0.55rem;
  border-right: 1px solid var(--amber);
  border-bottom: 1px solid var(--amber);
}

.capture img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.94;
  filter: saturate(0.9) contrast(1.05);
  transition: opacity 180ms ease, transform 350ms ease;
}

.capture figcaption {
  display: flex;
  gap: 0.8rem;
  margin-top: 0.85rem;
  color: var(--paper-muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.capture figcaption span {
  color: var(--amber);
}

@media (hover: hover) {
  .capture-trigger:hover img {
    opacity: 1;
    transform: scale(1.012);
  }
}

@media (hover: none) and (pointer: coarse) {
  .capture-trigger {
    cursor: default;
    pointer-events: none;
  }
}

.capture-viewer {
  width: min(96vw, 100rem);
  max-width: none;
  max-height: 96vh;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  color: var(--paper);
  background: #070a08;
}

.capture-viewer[open] {
  display: grid;
}

.capture-viewer::backdrop {
  background: rgba(3, 5, 4, 0.92);
  backdrop-filter: blur(5px);
}

.capture-viewer-panel {
  position: relative;
}

.capture-viewer-panel:fullscreen {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  color: var(--paper);
  background: #050706;
}

.capture-viewer-panel:fullscreen figure {
  display: grid;
  height: 100%;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
}

.capture-viewer-panel:fullscreen .capture-viewer-stage {
  width: 100%;
  height: 100%;
}

.capture-viewer-panel:fullscreen .capture-viewer-image {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

.capture-viewer-panel:fullscreen figcaption {
  position: static;
  min-height: 4rem;
  padding-bottom: max(1.35rem, env(safe-area-inset-bottom));
  background: #050706;
}

.capture-viewer figure {
  margin: 0;
}

.capture-viewer-stage {
  display: grid;
  min-width: 0;
  min-height: 0;
  place-items: center;
  background: #050706;
}

.capture-viewer-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(96vh - 4.5rem);
  margin: auto;
  object-fit: contain;
}

.capture-viewer figcaption {
  min-height: 4.5rem;
  margin: 0;
  padding: 1.35rem 1.5rem;
  color: var(--paper-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.capture-viewer-fullscreen,
.capture-viewer-close {
  position: absolute;
  top: 1rem;
  z-index: 2;
  min-width: 4.5rem;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(238, 232, 218, 0.55);
  color: var(--paper);
  background: rgba(7, 10, 8, 0.88);
  cursor: pointer;
  font: inherit;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.capture-viewer-fullscreen {
  right: 6.5rem;
}

.capture-viewer-close {
  right: 1rem;
}

.capture-viewer-orientation-hint {
  display: none;
}

.viewer-open {
  overflow: hidden;
}

.development {
  padding: clamp(4rem, 8vw, 7rem) 0;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(18rem, 0.5fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
}

.development h2 {
  margin-bottom: 0;
  font-size: clamp(2.3rem, 4vw, 4.2rem);
}

.development-copy > p {
  margin-bottom: 0;
}

.production-note {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.production-note h3 {
  margin-bottom: 0.65rem;
  color: var(--amber);
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.production-note p {
  margin-bottom: 0;
  color: var(--paper-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

footer {
  display: flex;
  width: var(--shell);
  min-height: 8rem;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: var(--paper-muted);
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

footer p {
  margin-bottom: 0;
}

footer p:first-child {
  display: flex;
  gap: 0.9rem;
}

footer a {
  color: var(--paper);
}

@keyframes signal {
  60%,
  100% {
    box-shadow: 0 0 0 0.75rem rgba(199, 155, 73, 0);
  }
}

@media (max-width: 60rem) {
  .site-header {
    min-height: 5.5rem;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .hero-copy {
    max-width: 44rem;
  }

  h1 {
    max-width: 7.5em;
  }

  .schematic {
    justify-self: center;
    width: min(100%, 35rem);
  }

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

  .development {
    gap: 2rem;
  }

  .development-copy {
    max-width: 38rem;
  }

}

@media (max-width: 42rem) {
  :root {
    --shell: min(100% - 2rem, 82rem);
  }

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

  .brand {
    font-size: 0.92rem;
  }

  .header-controls {
    gap: 1rem;
  }

  .nav-status {
    font-size: 0.62rem;
  }

  .nav-status .status-text {
    display: none;
  }

  .nav-status::after {
    content: attr(data-mobile-label);
  }

  .hero {
    overflow: clip;
    padding-top: 4.2rem;
  }

  h1 {
    font-size: clamp(3.75rem, 20vw, 6.4rem);
  }

  .hero-detail {
    font-size: 0.92rem;
  }

  .hero-status {
    align-items: flex-start;
    flex-direction: column;
  }

  .schematic {
    width: 100%;
    margin-left: 0;
  }

  .schematic-grid {
    inset-inline: 0;
  }

  .section-heading h2,
  .development h2 {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .capture-grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }

  .capture-viewer {
    width: 100vw;
    width: 100dvw;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    margin: 0;
    border: 0;
  }

  .capture-viewer-panel,
  .capture-viewer figure {
    height: 100%;
    min-height: 0;
  }

  .capture-viewer figure {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .capture-viewer-stage {
    width: 100%;
    height: 100%;
    padding-top: max(3.75rem, calc(env(safe-area-inset-top) + 3.25rem));
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left);
  }

  .capture-viewer-image {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
    touch-action: pinch-zoom;
  }

  .capture-viewer figcaption {
    min-height: 4rem;
    padding: 1.1rem max(1rem, env(safe-area-inset-right))
      max(1.1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
  }

  .capture-viewer-fullscreen,
  .capture-viewer-close {
    top: max(0.75rem, env(safe-area-inset-top));
  }

  .capture-viewer-fullscreen {
    right: max(6.25rem, calc(env(safe-area-inset-right) + 5.5rem));
  }

  .capture-viewer-close {
    right: max(0.75rem, env(safe-area-inset-right));
  }

  .capture-viewer-orientation-hint {
    position: absolute;
    top: max(4.5rem, calc(env(safe-area-inset-top) + 4rem));
    left: 50%;
    z-index: 2;
    display: block;
    width: max-content;
    max-width: calc(100% - 2rem);
    margin: 0;
    padding: 0.45rem 0.65rem;
    color: var(--paper-muted);
    background: rgba(7, 10, 8, 0.8);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
    pointer-events: none;
  }

  footer {
    gap: 1rem;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    line-height: 1.7;
  }

  footer p:first-child {
    gap: 0.35rem;
    flex-direction: column;
  }

  footer p:first-child span {
    display: none;
  }
}

@media (orientation: landscape) and (max-height: 42rem) {
  .capture-viewer {
    width: 100vw;
    width: 100dvw;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    margin: 0;
    border: 0;
  }

  .capture-viewer-panel,
  .capture-viewer figure {
    height: 100%;
    min-height: 0;
  }

  .capture-viewer figure {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
  }

  .capture-viewer-stage {
    width: 100%;
    height: 100%;
    padding-top: max(3.75rem, calc(env(safe-area-inset-top) + 3.25rem));
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left);
  }

  .capture-viewer-image {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
    touch-action: pinch-zoom;
  }

  .capture-viewer figcaption {
    position: static;
    min-height: 3rem;
    padding: 0.75rem max(1rem, env(safe-area-inset-right))
      max(0.8rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
    background: #050706;
  }

  .capture-viewer-fullscreen,
  .capture-viewer-close {
    top: max(0.75rem, env(safe-area-inset-top));
  }

  .capture-viewer-fullscreen {
    right: max(6.25rem, calc(env(safe-area-inset-right) + 5.5rem));
  }

  .capture-viewer-close {
    right: max(0.75rem, env(safe-area-inset-right));
  }

  .capture-viewer-orientation-hint {
    display: none;
  }
}

@media (orientation: landscape) and (hover: none) and (pointer: coarse) {
  .capture-grid {
    grid-template-columns: 1fr;
  }
}

@media (orientation: portrait) and (hover: none) and (pointer: coarse) {
  .captures-notes {
    display: block;
  }

  .captures-orientation-note {
    display: block;
    margin: 1rem 0 0;
    color: var(--amber);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-transform: uppercase;
  }
}

@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;
  }
}
