@font-face {
  font-family: "Smiley Sans";
  src: url("assets/fonts/smiley-sans-display.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --paper: #f2f5f3;
  --paper-strong: #ffffff;
  --ink: #111312;
  --ink-soft: #3f4643;
  --steel: #8e9699;
  --steel-light: #c7cecc;
  --line: #c4ccca;
  --red: #b21d27;
  --red-hover: #cf2632;
  --mint: #748b80;
  --mint-light: #dce5e0;
  --header-h: 72px;
  --page-pad: clamp(20px, 4vw, 64px);
  --display: "Smiley Sans", "Arial Narrow", sans-serif;
  --body: "Noto Sans SC", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 20px);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  background: var(--red);
  color: #fff;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--paper);
}

::-webkit-scrollbar-thumb {
  background: var(--steel);
  border: 2px solid var(--paper);
}

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

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

button,
input,
textarea {
  font: inherit;
}

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

:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--ink);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  background: var(--paper-strong);
  color: var(--ink);
  padding: 10px 14px;
  border: 2px solid var(--ink);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--header-h);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 0 var(--page-pad);
  color: #fff;
  background: #111312;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transition: background-color 180ms ease;
}

.site-header.is-scrolled {
  min-height: 62px;
  background: rgba(17, 19, 18, 0.96);
}

.brand {
  min-width: 0;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-size: clamp(15px, 1.45vw, 20px);
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-mark {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
}

.site-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="location"] {
  color: #fff;
  border-bottom-color: var(--red-hover);
}

.site-nav .nav-action {
  padding: 0 18px;
  color: #fff;
  background: var(--red);
  border: 0;
}

.site-nav .nav-action:hover,
.site-nav .nav-action[aria-current="location"] {
  background: var(--red-hover);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  color: #fff;
}

.menu-toggle svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.hero {
  min-height: calc(100svh - var(--header-h));
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(390px, 1.15fr) minmax(280px, 0.95fr);
  border-bottom: 1px solid var(--ink);
  overflow: hidden;
}

.hero-fact,
.hero-plan {
  min-width: 0;
  padding: clamp(48px, 6vw, 96px) var(--page-pad) 52px;
}

.hero-fact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--paper);
}

.hero h1 {
  max-width: 10ch;
  margin: 0 0 clamp(40px, 7vw, 108px);
  font-family: var(--display);
  font-size: clamp(38px, 4.6vw, 76px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.activity-title {
  width: fit-content;
  margin: 0 0 22px;
  padding-bottom: 10px;
  border-bottom: 4px solid var(--red);
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 900;
  line-height: 1.05;
}

.hero-summary,
.hero-plan > p,
.section-heading p,
.activity-copy > p,
.trace-copy > p,
.control-copy > p,
.inspection-copy > p,
.sanitation-copy > p,
.upgrade-copy > p,
.horizon-copy > p,
.contact-intro > p {
  max-width: 66ch;
  margin: 0;
  color: var(--ink-soft);
}

.text-link,
.inline-action,
.record-link {
  min-height: 44px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  color: var(--red);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.text-link:hover,
.inline-action:hover,
.record-link:hover {
  color: var(--red-hover);
}

.hero-gate {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--steel-light);
  border-inline: 1px solid var(--ink);
}

.hero-gate::before,
.hero-gate::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--red);
  transform: scaleY(0.24);
  transform-origin: bottom;
  animation: gate-register 720ms cubic-bezier(0.22, 1, 0.36, 1) 180ms forwards;
}

.hero-gate::before {
  left: 10%;
}

.hero-gate::after {
  right: 10%;
}

.hero-gate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.03);
}

.hero-gate figcaption {
  position: absolute;
  z-index: 3;
  inset: 22px 20px auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  padding: 10px 12px;
  color: var(--ink);
  background: rgba(242, 245, 243, 0.9);
  border: 1px solid rgba(17, 19, 18, 0.65);
  font-size: 12px;
  font-weight: 800;
}

.hero-gate figcaption span:nth-child(2) {
  color: var(--red);
}

.hero-gate figcaption span:last-child {
  text-align: right;
}

.gate-action {
  min-width: 154px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 20px;
  color: #fff;
  background: var(--red);
  border: 2px solid #fff;
  font-weight: 900;
  text-decoration: none;
  transition: background-color 160ms ease, transform 160ms ease;
}

.hero-gate > .gate-action {
  position: absolute;
  z-index: 4;
  right: -2px;
  bottom: 14%;
}

.gate-action::before,
.gate-action::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 24px;
  transform: translateY(-50%);
  background: #791018;
  border: 2px solid #fff;
}

.gate-action::before {
  left: -14px;
}

.gate-action::after {
  right: -14px;
}

.gate-action:hover {
  background: var(--red-hover);
  transform: translateX(4px);
}

.hero-plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #e6ece9;
}

.plan-state {
  width: fit-content;
  margin-bottom: 28px !important;
  padding: 8px 10px;
  color: #fff !important;
  background: var(--mint);
  font-size: 13px;
  font-weight: 800;
}

.hero-plan h2 {
  max-width: 12ch;
  margin: 0 0 28px;
  color: #435e51;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 66px);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: -0.03em;
}

.hero-plan .boundary,
.upgrade-copy .boundary {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--mint);
  color: #33483e;
  font-size: 14px;
}

.route-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--paper-strong);
  border-bottom: 1px solid var(--ink);
}

.route-strip a {
  min-height: 124px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 22px var(--page-pad);
  text-decoration: none;
  border-right: 1px solid var(--ink);
  transition: color 160ms ease, background-color 160ms ease;
}

.route-strip a:last-child {
  border-right: 0;
}

.route-strip a:hover {
  color: #fff;
  background: var(--ink);
}

.route-strip span {
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
}

.route-strip strong {
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.2;
}

.development {
  padding: clamp(72px, 9vw, 144px) var(--page-pad);
  background: var(--paper);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(320px, 1.25fr);
  gap: 8vw;
  align-items: end;
  margin-bottom: clamp(56px, 8vw, 110px);
}

.section-heading h2,
.activity-copy h2,
.trace-copy h2,
.control-copy h2,
.inspection-copy h2,
.sanitation-copy h2,
.upgrade-copy h2,
.horizon-copy h2,
.contact-intro h2 {
  margin: 0 0 28px;
  font-family: var(--display);
  font-size: clamp(42px, 5.5vw, 84px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.section-heading h2 {
  margin-bottom: 0;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--ink);
}

.timeline li {
  position: relative;
  padding: 58px 24px 0 0;
}

.timeline li::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 0;
  width: 15px;
  height: 15px;
  background: var(--ink);
  border: 4px solid var(--paper);
  outline: 1px solid var(--ink);
  border-radius: 50%;
}

.timeline .is-planned::before {
  background: var(--paper);
  outline-color: var(--mint);
}

.timeline time {
  display: block;
  margin-bottom: 16px;
  color: var(--red);
  font-family: var(--display);
  font-size: clamp(24px, 2.7vw, 40px);
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  line-height: 1;
}

.timeline strong,
.timeline span {
  display: block;
}

.timeline strong {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.35;
}

.timeline span {
  color: var(--ink-soft);
  font-size: 14px;
}

.activity-section,
.trace-section,
.control-axis,
.inspection-section,
.sanitation-section,
.upgrade-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  min-height: min(780px, 85svh);
  border-top: 1px solid var(--ink);
}

.trace-section,
.inspection-section {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.activity-copy,
.trace-copy,
.control-copy,
.inspection-copy,
.sanitation-copy,
.upgrade-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 8vw, 128px) var(--page-pad);
}

.media-panel {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--steel-light);
}

.media-panel img {
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.media-panel:hover img {
  transform: scale(1.02);
}

.fact-pairs {
  margin: 48px 0 0;
  border-top: 1px solid var(--ink);
}

.fact-pairs div {
  display: grid;
  grid-template-columns: minmax(110px, 0.35fr) 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.fact-pairs dt {
  color: var(--red);
  font-weight: 900;
}

.fact-pairs dd {
  margin: 0;
}

.trace-copy,
.inspection-copy {
  background: var(--paper-strong);
}

.control-axis {
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  background: var(--ink);
  color: #fff;
}

.control-copy > p {
  color: rgba(255, 255, 255, 0.74);
}

.sanitation-section {
  background: #dfe7e3;
}

.upgrade-section {
  background: var(--ink);
  color: #fff;
}

.upgrade-copy > p {
  color: rgba(255, 255, 255, 0.76);
}

.upgrade-copy .boundary {
  color: #c8d4ce;
}

.record-link.inverse {
  color: #fff;
}

.contact-horizon {
  position: relative;
  min-height: 84svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-top: 1px solid var(--ink);
  background: var(--steel);
}

.contact-horizon > img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.68) saturate(0.72);
}

.contact-horizon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 19, 18, 0.94) 0%, rgba(17, 19, 18, 0.64) 52%, rgba(17, 19, 18, 0.08) 100%);
}

.horizon-copy {
  position: relative;
  z-index: 1;
  width: min(760px, 70vw);
  padding: clamp(72px, 10vw, 150px) var(--page-pad);
  color: #fff;
}

.horizon-copy > p {
  color: rgba(255, 255, 255, 0.78);
}

.gate-action-large {
  position: relative;
  margin-top: 40px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  background: var(--paper);
  border-top: 1px solid var(--ink);
}

.contact-intro,
.contact-form {
  padding: clamp(72px, 8vw, 128px) var(--page-pad);
}

.contact-intro {
  border-right: 1px solid var(--ink);
}

.contact-facts {
  margin: 52px 0 0;
}

.contact-facts div {
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.contact-facts dt {
  margin-bottom: 7px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.contact-facts dd {
  margin: 0;
  font-weight: 700;
}

.contact-facts dd a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--red);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 24px;
  align-content: center;
  background: var(--paper-strong);
}

.form-row {
  min-width: 0;
}

.form-row-wide,
.form-submit,
.form-feedback {
  grid-column: 1 / -1;
}

.form-row label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 800;
}

.form-row input,
.form-row textarea {
  width: 100%;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--steel);
  border-radius: 0;
  padding: 12px 2px;
  caret-color: var(--red);
  transition: border-color 160ms ease, background-color 160ms ease;
}

.form-row textarea {
  min-height: 132px;
  resize: vertical;
}

.form-row input:focus,
.form-row textarea:focus,
.form-row input:focus-visible,
.form-row textarea:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
  border-bottom-color: var(--red);
  background: #f8faf9;
}

.gate-action:focus,
.gate-action:focus-visible,
.form-submit:focus,
.form-submit:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 5px;
}

.form-submit {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  border: 0;
  color: #fff;
  background: var(--red);
  font-weight: 900;
  cursor: pointer;
  transition: background-color 160ms ease;
}

.form-submit:hover {
  background: var(--red-hover);
}

.form-feedback {
  min-height: 26px;
  margin: 0;
  color: var(--red);
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.1fr) minmax(260px, 1fr) auto auto;
  gap: 28px;
  align-items: center;
  padding: 42px var(--page-pad);
  color: #fff;
  background: var(--ink);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-size: 18px;
  font-weight: 900;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
}

.site-footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 800;
}

@keyframes gate-register {
  to { transform: scaleY(1); }
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(260px, 0.8fr) minmax(360px, 1.2fr);
  }

  .hero-plan {
    grid-column: 1 / -1;
    min-height: 540px;
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(300px, 1.2fr);
    grid-template-rows: auto auto auto;
    gap: 0 8vw;
    align-content: center;
  }

  .hero-plan .plan-state,
  .hero-plan h2 {
    grid-column: 1;
  }

  .hero-plan > p:not(.plan-state) {
    grid-column: 2;
  }

  .hero-plan > p:nth-of-type(2) {
    grid-row: 1 / span 2;
    align-self: end;
  }

  .hero-plan .boundary {
    grid-row: 3;
    align-self: start;
  }

  .timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 46px 0;
  }

  .timeline::before {
    display: none;
  }

  .timeline li {
    padding-top: 30px;
    border-top: 1px solid var(--ink);
  }

  .timeline li::before {
    top: -9px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  :root {
    --header-h: 64px;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
    cursor: pointer;
  }

  .site-nav {
    position: fixed;
    top: var(--header-h);
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 28px var(--page-pad);
    background: var(--ink);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), visibility 260ms;
  }

  .site-nav.is-open {
    transform: none;
    visibility: visible;
  }

  .site-nav a,
  .site-nav .nav-action {
    min-height: 64px;
    padding: 0;
    color: #fff;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    font-family: var(--display);
    font-size: 26px;
  }

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

  .hero-fact,
  .hero-plan {
    min-height: 72svh;
  }

  .hero-gate {
    min-height: 86svh;
    border: 0;
    border-block: 1px solid var(--ink);
  }

  .hero-plan {
    grid-column: auto;
    display: flex;
  }

  .hero-plan .plan-state,
  .hero-plan h2,
  .hero-plan > p:not(.plan-state),
  .hero-plan > p:nth-of-type(2),
  .hero-plan .boundary {
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
  }

  .hero h1 {
    margin-bottom: 72px;
  }

  .route-strip {
    grid-template-columns: 1fr;
  }

  .route-strip a {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .activity-section,
  .trace-section,
  .control-axis,
  .inspection-section,
  .sanitation-section,
  .upgrade-section,
  .contact {
    grid-template-columns: 1fr;
  }

  .activity-copy,
  .control-copy,
  .sanitation-copy,
  .upgrade-copy {
    order: 1;
  }

  .activity-media,
  .control-media,
  .sanitation-media,
  .upgrade-media {
    order: 2;
  }

  .media-panel {
    min-height: 62svh;
  }

  .contact-intro {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  :root {
    --page-pad: 20px;
  }

  body {
    font-size: 15px;
  }

  .brand span {
    font-size: 14px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .hero-fact,
  .hero-plan,
  .activity-copy,
  .trace-copy,
  .control-copy,
  .inspection-copy,
  .sanitation-copy,
  .upgrade-copy,
  .contact-intro,
  .contact-form {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .hero h1 {
    max-width: none;
    font-size: 39px;
  }

  .hero-gate {
    min-height: 72svh;
  }

  .hero-gate figcaption {
    inset: 14px 12px auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-gate figcaption span:nth-child(2) {
    display: none;
  }

  .hero-gate > .gate-action {
    right: 18px;
    bottom: 12%;
  }

  .hero-plan h2,
  .section-heading h2,
  .activity-copy h2,
  .trace-copy h2,
  .control-copy h2,
  .inspection-copy h2,
  .sanitation-copy h2,
  .upgrade-copy h2,
  .horizon-copy h2,
  .contact-intro h2 {
    font-size: 43px;
    letter-spacing: -0.025em;
  }

  .development {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .timeline {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .timeline li {
    padding-right: 0;
  }

  .fact-pairs div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .media-panel {
    min-height: 52svh;
  }

  .contact-horizon {
    min-height: 76svh;
  }

  .contact-horizon::after {
    background: linear-gradient(0deg, rgba(17, 19, 18, 0.96) 0%, rgba(17, 19, 18, 0.58) 72%, rgba(17, 19, 18, 0.16) 100%);
  }

  .horizon-copy {
    width: 100%;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .form-row,
  .form-row-wide,
  .form-submit,
  .form-feedback {
    grid-column: 1;
  }
}

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

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

  .hero-gate::before,
  .hero-gate::after {
    transform: scaleY(1);
  }
}
