:root {
  color-scheme: light;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f8f9f8;
  color: #000;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1,
h2,
h3,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
.brand,
.button {
  font-family: "Poppins", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.shell {
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 20px;
  z-index: 1000;
  padding: 10px 16px;
  background: #c8ff45;
  color: #1b1f1e;
  transform: translateY(-150%);
}

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

:focus-visible {
  outline: 3px solid #c8ff45;
  outline-offset: 4px;
}

.dark-section,
.site-header {
  background: #1b1f1e;
  color: #fff;
}

.site-header {
  border-bottom: 1px solid #3d4240;
}

.header-inner {
  min-height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  min-width: 44px;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand > span {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: -0.08em;
}

.brand small {
  padding-left: 18px;
  border-left: 1px solid #59605e;
  color: #bfc4c2;
  font:
    0.75rem / 1.35 "Inter",
    Arial,
    sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.88rem;
}

.desktop-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding-inline: 5px;
}

.desktop-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.desktop-nav .nav-cta {
  gap: 26px;
  padding-inline: 18px;
  border: 1px solid #737977;
}

.mobile-nav {
  display: none;
  position: relative;
}

.hero {
  padding-block: 82px 72px;
}

.hero-grid {
  min-height: 590px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}

.kicker {
  color: #c4c9c7;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.kicker > span {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  background: #c8ff45;
}

.hero h1 {
  margin-top: 28px;
  font-size: clamp(4.2rem, 7.4vw, 7.5rem);
  font-weight: 500;
  line-height: 0.91;
  letter-spacing: -0.07em;
}

.role {
  margin-top: 25px;
  color: #aab0ad;
  font-size: 0.78rem;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.statement {
  max-width: 680px;
  margin-top: 30px;
  font-size: clamp(1.4rem, 2.25vw, 2rem);
  line-height: 1.3;
}

.statement em {
  color: #c8ff45;
  font-style: normal;
}

.actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 38px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding: 12px 20px;
  border: 1px solid;
  font-weight: 600;
  transition:
    transform 0.2s,
    background 0.2s;
}

.button-light {
  border-color: #fff;
  background: #fff;
  color: #1b1f1e;
}

.button:hover {
  border-color: #c8ff45;
  background: #c8ff45;
  transform: translateY(-2px);
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #626866;
}

.text-link:hover {
  border-color: #c8ff45;
}

.architecture {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #555b59;
  background: #202524;
  box-shadow: 22px 22px 0 #111413;
}

.window-bar {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-inline: 18px;
  border-bottom: 1px solid #555b59;
}

.window-bar > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #707673;
}

.window-bar > span:first-child {
  background: #c8ff45;
}

.window-bar small {
  margin-left: auto;
  color: #a8aeab;
  font-size: 0.75rem;
}

.architecture-grid {
  min-height: 390px;
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
}

.code-block {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 35px 28px;
  border-right: 1px solid #3f4543;
  color: #c1c7c4;
  font:
    0.78rem / 2.2 ui-monospace,
    SFMono-Regular,
    Menlo,
    monospace;
}

.code-block span:first-child,
.code-block span:last-child {
  color: #929895;
}

.code-block b {
  color: #c8ff45;
  font-weight: 400;
}

.architecture-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 18px;
}

.architecture-map span {
  min-width: 104px;
  padding: 11px;
  border: 1px solid #717875;
  color: #dce0de;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
}

.architecture-map i {
  width: 1px;
  height: 33px;
  background: #c8ff45;
}

.architecture figcaption {
  padding: 15px 18px;
  border-top: 1px solid #555b59;
  color: #a8aeab;
  font-size: 0.75rem;
}

.architecture figcaption span {
  margin-right: 8px;
  color: #c8ff45;
}

.status {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 25px;
  border-bottom: 1px solid #000;
}

.status p {
  font-size: 0.8rem;
}

.status p + p {
  padding-left: 28px;
  border-left: 1px solid #ccc;
}

.status span {
  display: block;
  color: #686d6b;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section {
  padding-block: 120px;
}

.profile,
.experience {
  background: #f5f5f5;
}

.editorial-grid,
.heading-row {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 70px;
}

.heading-row {
  margin-bottom: 72px;
}

.section-mark {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-top: 9px;
  color: #686d6b;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-mark span {
  color: #000;
  font-family: ui-monospace, monospace;
}

.profile-copy h2,
.heading-row h2,
.contact h2 {
  max-width: 900px;
  font-size: clamp(2.65rem, 5vw, 5.2rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.heading-row > div:last-child > p {
  max-width: 650px;
  margin-top: 24px;
  color: #686d6b;
}

.copy-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 52px;
}

.copy-columns p {
  max-width: 530px;
  color: #3d4240;
}

.profile blockquote {
  margin-top: 56px;
  padding: 30px 0 0 34px;
  border-top: 1px solid #000;
  border-left: 6px solid #c8ff45;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 2.15rem);
  line-height: 1.3;
}

.profile cite {
  display: block;
  margin-top: 15px;
  color: #686d6b;
  font:
    normal 0.75rem "Inter",
    Arial,
    sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #000;
  border-left: 1px solid #ccc;
}

.skills-grid article {
  min-height: 240px;
  padding: 28px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transition:
    background 0.2s,
    transform 0.2s;
}

.skills-grid article:hover {
  background: #c8ff45;
  transform: translateY(-4px);
}

.skills-grid article > span,
.collaboration-grid article > span {
  color: #686d6b;
  font:
    0.75rem ui-monospace,
    monospace;
}

.skills-grid h3 {
  margin-top: 42px;
  font-size: 1.2rem;
  font-weight: 500;
}

.skills-grid p {
  margin-top: 10px;
  color: #555b58;
  font-size: 0.9rem;
}

.skills-grid small {
  display: block;
  margin-top: 20px;
  color: #686d6b;
  font-size: 0.75rem;
}

.heading-dark .section-mark,
.heading-dark > div:last-child > p {
  color: #aab0ad;
}

.heading-dark .section-mark span {
  color: #c8ff45;
}

.project-list {
  border-top: 1px solid #505653;
}

.project {
  display: grid;
  grid-template-columns: 180px 1.2fr 1fr;
  gap: 36px;
  padding-block: 56px;
  border-bottom: 1px solid #505653;
}

.project-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #a8aeab;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.project-meta strong {
  margin-bottom: auto;
  color: #c8ff45;
  font:
    2.8rem "Poppins",
    Arial,
    sans-serif;
  letter-spacing: -0.06em;
}

.project-intro h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.35rem);
  font-weight: 500;
  line-height: 1.1;
}

.project-intro p {
  margin-top: 18px;
  color: #b7bdba;
  font-size: 0.92rem;
}

.project details {
  grid-column: 2 / -1;
}

.project summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid #505653;
  color: #c8ff45;
  cursor: pointer;
  font-size: 0.85rem;
  list-style: none;
}

.project summary::-webkit-details-marker {
  display: none;
}

.project details[open] summary span {
  transform: rotate(180deg);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 44px;
  padding-block: 28px;
}

.case-grid dt {
  margin-bottom: 7px;
  color: #a8aeab;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-grid dd {
  color: #c6cbc9;
  font-size: 0.9rem;
}

.case-grid a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #c8ff45;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.visual {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: #f0f2ef;
  color: #161a19;
}

.board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 24px;
}

.board div {
  height: 48px;
  padding: 11px 8px;
  border: 1px solid #aeb4b1;
  font-size: 0.65rem;
  letter-spacing: 0.03em;
}

.board div span {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 6px;
  border: 1px solid #555;
  border-radius: 50%;
  background: #c8ff45;
}

.board div strong {
  float: right;
}

.board i {
  height: 62px;
  margin: 5px;
  border-left: 4px solid #1b1f1e;
  background: #fff;
  box-shadow: 0 4px 10px #1112;
}

.board i:nth-of-type(1),
.board i:nth-of-type(4) {
  border-color: #c8ff45;
}

.chart {
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.chart > small {
  font:
    0.72rem ui-monospace,
    monospace;
  letter-spacing: 0.08em;
}

.chart > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.chart span,
.flow span {
  padding: 15px 12px;
  border: 1px solid #1b1f1e;
  background: #fff;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
}

.chart i,
.flow i {
  font-style: normal;
}

.flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 52px 24px;
}

.flow small {
  width: 100%;
  margin-top: 25px;
  color: #686d6b;
  text-align: center;
  font-size: 0.75rem;
}

.site-preview {
  padding: 20px;
}

.site-preview > div {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bbb;
}

.site-preview > div b {
  margin-right: auto;
}

.site-preview > div i {
  width: 30px;
  height: 5px;
  background: #9ca19f;
}

.site-preview section {
  height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}

.site-preview section small {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.site-preview section strong {
  margin-top: 13px;
  font:
    500 1.8rem / 1.05 "Poppins",
    Arial,
    sans-serif;
  letter-spacing: -0.04em;
}

.site-preview section span {
  width: 90px;
  height: 22px;
  margin-top: 18px;
  border: 1px solid #1b1f1e;
  background: #c8ff45;
}

.more-projects {
  margin: 70px 0 0 180px;
}

.more-projects > p {
  padding-bottom: 18px;
  color: #a8aeab;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.more-projects a {
  min-height: 78px;
  display: grid;
  grid-template-columns: 60px 1.2fr 1fr auto;
  gap: 20px;
  align-items: center;
  border-top: 1px solid #505653;
}

.more-projects a:last-child {
  border-bottom: 1px solid #505653;
}

.more-projects span,
.more-projects small {
  color: #a8aeab;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0;
  border-top: 1px solid #000;
  list-style: none;
}

.process-list li {
  min-height: 210px;
  padding: 28px 22px;
  border-right: 1px solid #ccc;
}

.process-list li:last-child {
  border-right-color: #000;
}

.process-list span {
  color: #686d6b;
  font:
    0.75rem ui-monospace,
    monospace;
}

.process-list h3 {
  margin-top: 50px;
  font-size: 1.05rem;
}

.process-list p {
  margin-top: 8px;
  color: #555b58;
  font-size: 0.86rem;
}

.terminal {
  max-width: 760px;
  margin: 70px 0 0 auto;
  border: 1px solid #000;
  background: #1b1f1e;
  color: #cbd0ce;
  box-shadow: -14px 14px 0 #c8ff45;
}

.terminal > div {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 16px;
  border-bottom: 1px solid #4c524f;
}

.terminal > div span {
  color: #858c89;
  font-size: 0.75rem;
}

.terminal > div span:first-child,
.terminal code i {
  color: #c8ff45;
}

.terminal small {
  margin-left: auto;
  color: #a8aeab;
}

.terminal code {
  display: block;
  padding: 26px;
  font:
    0.82rem / 2 ui-monospace,
    monospace;
}

.terminal code i {
  font-style: normal;
}

.terminal figcaption {
  padding: 12px 26px;
  border-top: 1px solid #4c524f;
  color: #a8aeab;
  font-size: 0.75rem;
}

.timeline {
  margin-left: 25%;
  border-top: 1px solid #000;
}

.timeline article {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr 1.7fr;
  gap: 35px;
  padding-block: 34px;
  border-bottom: 1px solid #ccc;
}

.timeline time {
  color: #686d6b;
  font:
    0.78rem ui-monospace,
    monospace;
}

.timeline h3 {
  font-size: 1.1rem;
  font-weight: 500;
}

.timeline strong {
  display: block;
  margin-top: 6px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.timeline article > p {
  color: #555b58;
  font-size: 0.88rem;
}

.education-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 0.75fr;
  border-top: 1px solid #000;
}

.education-grid > * {
  min-height: 280px;
  padding: 30px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.education-grid > *:last-child {
  border-right-color: #000;
}

.education-grid article > span,
.education-grid small,
.education-grid aside > p {
  color: #686d6b;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.education-grid h3 {
  margin-top: 45px;
  font-size: 1.25rem;
}

.education-grid article > p {
  margin-top: 12px;
}

.education-grid small {
  display: block;
  margin-top: 20px;
  text-transform: none;
}

.education-grid dl {
  margin-top: 38px;
}

.education-grid dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-block: 12px;
  border-bottom: 1px solid #ccc;
}

.education-grid dd {
  color: #686d6b;
}

.collaboration-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #000;
}

.collaboration-grid article {
  min-height: 240px;
  padding: 32px 34px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.collaboration-grid h3 {
  margin-top: 35px;
  font-size: 1.4rem;
}

.collaboration-grid p {
  max-width: 440px;
  margin-top: 10px;
  color: #555b58;
}

.contact {
  padding-block: 120px 100px;
}

.contact-grid {
  display: block;
}

.contact-copy > p:not(.kicker) {
  max-width: 610px;
  margin-top: 28px;
  color: #b7bdba;
}

.email {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  border-bottom: 1px solid #c8ff45;
  color: #c8ff45;
  font-size: clamp(1rem, 2vw, 1.6rem);
  overflow-wrap: anywhere;
}

.footer {
  min-height: 105px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  font-size: 0.75rem;
}

.footer > a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.footer strong {
  margin-right: 10px;
  font-family: "Poppins", Arial, sans-serif;
}

.footer p:last-child {
  text-align: right;
}

@media (max-width: 980px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .architecture {
    max-width: 720px;
  }

  .project {
    grid-template-columns: 130px 1fr;
  }

  .project-intro,
  .project details {
    grid-column: 2;
  }

  .process-list {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .education-grid aside {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 32px, 1240px);
  }

  .header-inner {
    min-height: 88px;
  }

  .brand small,
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .mobile-nav summary {
    min-width: 92px;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 8px 13px;
    border: 1px solid #737977;
    cursor: pointer;
    list-style: none;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav[open] summary span {
    transform: rotate(45deg);
  }

  .mobile-nav nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 10;
    min-width: 230px;
    padding: 10px;
    border: 1px solid #555b59;
    background: #202524;
  }

  .mobile-nav nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding-inline: 12px;
    border-bottom: 1px solid #3d4240;
  }

  .hero {
    padding-block: 60px;
  }

  .hero-grid {
    min-height: auto;
    gap: 54px;
  }

  .hero h1 {
    font-size: clamp(3.4rem, 15vw, 5.3rem);
  }

  .actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .text-link {
    align-self: flex-start;
  }

  .architecture {
    box-shadow: 10px 10px 0 #111413;
  }

  .architecture-grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .code-block {
    border-right: 0;
    border-bottom: 1px solid #3f4543;
  }

  .architecture-map {
    flex-direction: row;
    padding: 30px 15px;
  }

  .architecture-map span {
    min-width: 76px;
    padding: 9px 5px;
    font-size: 0.65rem;
  }

  .architecture-map i {
    width: 20px;
    height: 1px;
  }

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

  .status p + p {
    margin-top: 15px;
    padding: 15px 0 0;
    border-top: 1px solid #ccc;
    border-left: 0;
  }

  .section,
  .contact {
    padding-block: 82px;
  }

  .editorial-grid,
  .heading-row,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .copy-columns,
  .case-grid {
    grid-template-columns: 1fr;
  }

  .profile blockquote {
    padding-left: 22px;
  }

  .skills-grid,
  .collaboration-grid,
  .education-grid {
    grid-template-columns: 1fr;
  }

  .skills-grid article {
    min-height: 190px;
  }

  .project {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .project-meta {
    min-height: 70px;
    display: grid;
    grid-template-columns: auto 1fr;
  }

  .project-meta strong {
    grid-row: 1 / 3;
    margin: 0 22px 0 0;
  }

  .project-intro,
  .project details {
    grid-column: 1;
  }

  .visual {
    min-height: 250px;
  }

  .board {
    padding: 15px;
  }

  .board div {
    padding-inline: 5px;
    font-size: 0.58rem;
  }

  .chart i,
  .flow i {
    display: none;
  }

  .chart span,
  .flow span {
    font-size: 0.62rem;
  }

  .more-projects {
    margin-left: 0;
  }

  .more-projects a {
    grid-template-columns: 38px 1fr auto;
    gap: 12px;
    padding-block: 14px;
  }

  .more-projects small {
    grid-column: 2 / -1;
    grid-row: 2;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list li {
    min-height: auto;
    border-right: 1px solid #000;
  }

  .process-list h3 {
    margin-top: 25px;
  }

  .timeline {
    margin-left: 0;
  }

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

  .education-grid aside {
    grid-column: auto;
  }

  .collaboration-grid article {
    border-left: 1px solid #ccc;
  }

  .footer {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-block: 30px;
  }

  .footer p:last-child {
    text-align: left;
  }
}

@media (max-width: 390px) {
  .shell {
    width: min(100% - 24px, 1240px);
  }

  .hero h1 {
    font-size: 3.18rem;
  }

  .profile-copy h2,
  .heading-row h2,
  .contact h2 {
    font-size: 2.45rem;
  }

  .code-block {
    padding-inline: 18px;
    font-size: 0.68rem;
  }

  .architecture-map span {
    min-width: 68px;
    font-size: 0.58rem;
  }

  .board div {
    font-size: 0.52rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
