@font-face {
  font-family: "Newsreader";
  src: url("../assets/fonts/newsreader-latin-ext-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Newsreader";
  src: url("../assets/fonts/newsreader-latin-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../assets/fonts/ibm-plex-sans-latin-ext-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../assets/fonts/ibm-plex-sans-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../assets/fonts/ibm-plex-sans-latin-ext-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../assets/fonts/ibm-plex-sans-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../assets/fonts/ibm-plex-sans-latin-ext-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../assets/fonts/ibm-plex-sans-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --navy-950: #030a12;
  --navy-900: #06101c;
  --ivory: #f4ebdd;
  --paper: #f2eee5;
  --cyan: #63d9e8;
  --cyan-bright: #a6ecf2;
  --blue-gray: #9bafbe;
  --ink: #0b1722;
  --sans: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --page-gutter: clamp(1.25rem, 4.2vw, 4.5rem);
  --section-space: clamp(5rem, 9vw, 8.5rem);
}

* {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ivory);
  background: var(--navy-900);
  font-family: var(--sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

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

::selection {
  color: var(--navy-950);
  background: var(--cyan);
}

:focus-visible {
  outline: 2px solid var(--cyan-bright);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 200;
  padding: 0.75rem 1rem;
  color: var(--navy-950);
  background: var(--cyan-bright);
  transform: translateY(-200%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem var(--page-gutter);
  border-bottom: 1px solid rgba(155, 175, 190, 0.18);
  background: rgba(3, 10, 18, 0.82);
  backdrop-filter: blur(20px);
}

.desktop-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: clamp(1.5rem, 3vw, 3.5rem);
}

.desktop-nav a {
  position: relative;
  padding: 0.5rem 0;
  color: #d8e0e5;
  font-size: 0.92rem;
}

.top-link {
  min-width: 1.8rem;
  text-align: center;
}

.top-arrow {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
  transform: translateY(0.05em);
}

.mobile-top-link {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.48rem 0.55rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #d8e0e5;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.mobile-top-link:hover,
.mobile-top-link:focus-visible {
  border-color: rgba(99, 217, 232, 0.5);
  color: var(--ivory);
  background: rgba(99, 217, 232, 0.1);
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  left: 0;
  height: 1px;
  background: var(--cyan);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

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

.language-switcher {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.45rem;
  color: rgba(216, 224, 229, 0.45);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.language-switcher a {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  padding: 0.48rem 0.55rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #d8e0e5;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.language-switcher a:hover,
.language-switcher a:focus-visible,
.language-switcher a[aria-current="page"] {
  border-color: rgba(99, 217, 232, 0.5);
  color: var(--ivory);
  background: rgba(99, 217, 232, 0.1);
}

.mobile-nav summary {
  padding: 0.65rem 0;
  color: var(--ivory);
  cursor: pointer;
  list-style: none;
  font-size: 0.9rem;
  font-weight: 500;
}

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

.mobile-nav summary::after {
  margin-left: 0.5rem;
  color: var(--cyan);
  content: "+";
}

.mobile-nav[open] summary::after {
  content: "−";
}

.mobile-nav nav {
  position: absolute;
  top: calc(100% + 0.8rem);
  right: 0;
  display: grid;
  width: max-content;
  min-width: 11rem;
  max-width: calc(100vw - 2rem);
  padding: 0.75rem;
  border: 1px solid #294050;
  background: rgba(6, 16, 28, 0.98);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.mobile-nav nav a {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid rgba(155, 175, 190, 0.13);
}

.mobile-nav nav a:last-child {
  border-bottom: 0;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: calc(100svh - 5rem);
  grid-template-areas: "content visual";
  grid-template-columns: minmax(0, 1.06fr) minmax(28rem, 0.94fr);
  grid-template-rows: minmax(37rem, 1fr);
  column-gap: clamp(1rem, 2vw, 3rem);
  padding: 0 var(--page-gutter) clamp(2rem, 4vw, 4rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 73% 42%, rgba(27, 87, 109, 0.18), transparent 31%),
    linear-gradient(145deg, var(--navy-950), var(--navy-900) 48%, #071421);
}

.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(142, 188, 197, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(142, 188, 197, 0.08) 1px, transparent 1px);
  background-size: 5.5rem 5.5rem;
  mask-image: linear-gradient(to right, transparent 0%, black 55%, black 100%);
  content: "";
}

.hero-content {
  z-index: 2;
  grid-area: content;
  align-self: center;
  max-width: 52rem;
  padding: clamp(4rem, 9vh, 7rem) 0 3rem;
  animation: hero-rise 650ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.04em;
}

.hero h1 {
  max-width: 53rem;
  color: var(--ivory);
  font-size: clamp(3.45rem, 5.45vw, 5.5rem);
  line-height: 0.97;
}

html[lang="pl"] .hero h1 {
  font-size: clamp(2.75rem, 4.45vw, 4.55rem);
  line-height: 1.02;
}

.hero-line {
  display: block;
}

.hero-visual {
  position: relative;
  z-index: 1;
  grid-area: visual;
  min-width: 0;
  align-self: stretch;
}

.geometry-field {
  position: absolute;
  top: 50%;
  left: 46%;
  width: min(57vw, 52rem);
  max-width: none;
  transform: translate(-50%, -50%);
}

.geometry-grid {
  stroke: rgba(155, 175, 190, 0.16);
  stroke-dasharray: 3 8;
  stroke-width: 1;
}

.geometry-rays {
  stroke: rgba(155, 175, 190, 0.17);
  stroke-width: 1;
}

.geometry-line {
  fill: none;
  stroke: rgba(192, 221, 227, 0.64);
  stroke-width: 1.3;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  animation: draw-line 1500ms cubic-bezier(0.45, 0, 0.25, 1) 250ms forwards;
}

.cone-mouth,
.inner-arc {
  stroke: rgba(192, 221, 227, 0.4);
}

.inner-arc {
  stroke-dasharray: 5 8;
  stroke-dashoffset: 0;
  animation: none;
}

.horizon-glow,
.horizon {
  stroke: var(--cyan-bright);
  stroke-width: 2;
}

.horizon-glow {
  opacity: 0.65;
  stroke-width: 5;
}

.outer-orbit {
  opacity: 0.2;
  stroke-dasharray: 6 10;
  stroke-dashoffset: 0;
  animation: none;
}

.geometry-nodes circle {
  fill: var(--navy-900);
  stroke: var(--blue-gray);
  stroke-width: 1.2;
}

.geometry-nodes circle:first-child {
  fill: var(--cyan-bright);
  stroke: var(--cyan-bright);
}

.section {
  position: relative;
  padding: var(--section-space) var(--page-gutter);
}

.section-paper {
  color: var(--ink);
  background: var(--paper);
}

.empty-section {
  min-height: clamp(20rem, 52vh, 36rem);
}

.empty-section h2 {
  margin: 0;
}

.section h2 {
  font-size: clamp(2.75rem, 4.6vw, 4.8rem);
  line-height: 0.98;
}

.project-content {
  max-width: 78rem;
  margin: clamp(3rem, 6vw, 5.5rem) auto 0;
}

.project-introduction {
  max-width: 66rem;
}

.project-introduction p {
  margin: 0;
  font-size: clamp(1.02rem, 1.25vw, 1.16rem);
  line-height: 1.78;
  text-align: justify;
  text-justify: inter-word;
  text-wrap: pretty;
  hyphens: auto;
}

.results-content {
  max-width: 78rem;
  margin: clamp(3rem, 6vw, 5.5rem) auto 0;
}

.results-section > h2 {
  margin: 0;
}

.results-subtitle {
  max-width: 50rem;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

html[lang="pl"] .results-subtitle {
  max-width: none;
  font-size: clamp(1rem, 4vw, 2.5rem);
  white-space: nowrap;
}

.publication-list {
  margin: clamp(2.5rem, 5vw, 4.5rem) 0 0;
  padding: 0;
  border-top: 1px solid rgba(11, 23, 34, 0.2);
  list-style: none;
}

.publication-item {
  padding: clamp(2rem, 4vw, 3rem) 0;
  border-bottom: 1px solid rgba(11, 23, 34, 0.2);
}

.publication-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: start;
}

.publication-copy {
  min-width: 0;
}

.publication-authors {
  margin: 0 0 0.75rem;
  color: #476070;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.publication-title {
  max-width: 60rem;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.publication-journal {
  margin: 0.7rem 0 0;
  color: #354c5c;
  font-size: 0.9rem;
  font-weight: 500;
}

.publication-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(11, 23, 34, 0.35);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.publication-link:hover,
.publication-link:focus-visible {
  border-color: #167f8d;
  color: #075966;
  background: rgba(99, 217, 232, 0.12);
}

.team-members {
  display: grid;
  max-width: 78rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3rem, 8vw, 8rem);
  margin: clamp(3rem, 6vw, 5.5rem) auto 0;
}

.team-profile {
  min-width: 0;
}

.team-photo-frame {
  width: min(100%, 15rem);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(155, 175, 190, 0.28);
  aspect-ratio: 4 / 5;
  background: var(--navy-950);
}

.team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}

.team-photo-placeholder {
  display: grid;
  place-items: center;
  color: rgba(244, 235, 221, 0.88);
  background: #6f7880;
}

.team-photo-placeholder span {
  font-family: var(--serif);
  font-size: clamp(5.5rem, 9vw, 7rem);
  font-weight: 500;
  line-height: 1;
  transform: translateY(-0.04em);
}

.team-profile-content {
  max-width: 32rem;
  margin-top: 2rem;
}

.team-role {
  margin: 0 0 1rem;
  color: var(--cyan-bright);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.team-profile h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.4rem, 3.2vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.team-cv-link {
  display: inline-flex;
  align-items: center;
  margin-top: 0.85rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--cyan);
  color: var(--ivory);
  font-size: 0.92rem;
  font-weight: 500;
  transition: border-color 180ms ease, color 180ms ease;
}

.team-cv-link:hover,
.team-cv-link:focus-visible {
  border-color: var(--cyan-bright);
  color: var(--cyan-bright);
}

.site-footer {
  padding: clamp(3.5rem, 7vw, 6.5rem) var(--page-gutter);
  border-top: 1px solid #c4ced0;
  color: var(--ink);
  background: #faf8f3;
}

.footer-inner {
  display: grid;
  max-width: 78rem;
  grid-template-columns: minmax(0, 0.82fr) minmax(22rem, 1.18fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  margin: 0 auto;
}

.funding-statement {
  max-width: 39rem;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.015em;
}

.funding-line,
.project-number {
  font-size: clamp(0.82rem, 4.35vw, 1em);
  white-space: nowrap;
}

.funding-line {
  display: block;
}

.project-number {
  display: block;
  margin-top: 0.55em;
}

.funding-logos {
  min-width: 0;
}

.funding-logo {
  width: 100%;
  height: auto;
}

.funding-logo-pl {
  display: none;
}

.funding-logo-mobile {
  display: none;
}

html[lang="pl"] .funding-logo-en {
  display: none;
}

html[lang="pl"] .funding-logo-pl {
  display: block;
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, 1.07fr) minmax(23rem, 0.72fr);
  }

  .hero h1 {
    font-size: clamp(3.2rem, 5.6vw, 4.5rem);
  }

  .geometry-field {
    left: 52%;
    width: 48rem;
  }
}

@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .mobile-top-link {
    display: inline-flex;
  }

  .hero {
    min-height: auto;
    grid-template-areas:
      "content"
      "visual";
    grid-template-columns: 1fr;
    grid-template-rows: auto 31rem;
  }

  .hero-content {
    max-width: 46rem;
    padding: 5rem 0 1rem;
  }

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

  .hero-visual {
    min-height: 31rem;
  }

  .geometry-field {
    top: 50%;
    left: 50%;
    width: min(49rem, 104vw);
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .funding-logo {
    max-width: 42rem;
  }
}

@media (max-width: 680px) {
  :root {
    --page-gutter: 1.25rem;
  }

  html {
    scroll-padding-top: 5rem;
  }

  .site-header {
    gap: 0.55rem;
    min-height: 4.5rem;
    padding-inline: 0.7rem;
    padding-block: 0.75rem;
  }

  .language-switcher {
    gap: 0.05rem;
    font-size: 0.6rem;
    letter-spacing: 0.02em;
  }

  .language-switcher a {
    gap: 0.12rem;
    padding: 0.3rem 0.22rem;
  }

  .language-switcher a span {
    font-size: 0.72rem;
  }

  .mobile-nav summary {
    padding-inline: 0.25rem;
  }

  .hero {
    grid-template-rows: auto 23rem;
    padding-bottom: 2.5rem;
  }

  .hero::before {
    display: none;
  }

  .hero-content {
    padding-top: 4rem;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 13.5vw, 4.2rem);
    line-height: 0.98;
  }

  html[lang="pl"] .hero h1 {
    font-size: clamp(2.05rem, 9.6vw, 3rem);
    line-height: 1.06;
  }

  html[lang="pl"] .hero-line {
    display: block;
  }

  html[lang="pl"] .hero-line::after {
    content: none;
  }

  .hero-line {
    display: inline;
  }

  .hero-line::after {
    content: " ";
  }

  .geometry-field {
    width: min(27rem, 88vw);
  }

  .section h2 {
    font-size: clamp(2.4rem, 11vw, 3.4rem);
  }

  .project-content {
    margin-top: 2.75rem;
  }

  .project-introduction p {
    font-size: 1rem;
    line-height: 1.72;
  }

  .results-content {
    margin-top: 2.75rem;
  }

  .results-subtitle {
    font-size: clamp(1.7rem, 8vw, 2.35rem);
  }

  .publication-entry {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .publication-link {
    justify-self: start;
  }

  .team-members {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 2.75rem;
  }

  .team-profile + .team-profile {
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: 1px solid rgba(155, 175, 190, 0.28);
  }

  .team-photo-frame {
    width: min(100%, 14rem);
  }

  .team-profile h3 {
    font-size: clamp(2.35rem, 10vw, 3rem);
  }

  .site-footer {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .footer-inner {
    gap: 2.75rem;
  }

  .funding-statement {
    font-size: 1.2rem;
  }

  .funding-logo {
    display: none !important;
  }

  .funding-logo-mobile {
    display: flex;
    max-width: 20rem;
    align-items: center;
    gap: 1.1rem;
  }

  .funding-mark-crop {
    display: block;
    width: 4.25rem;
    height: 4.25rem;
    flex: 0 0 4.25rem;
    overflow: hidden;
  }

  .funding-mark-source {
    width: auto;
    max-width: none;
    height: 100%;
  }

  .funding-logo-mobile-name {
    max-width: 13rem;
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.25;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .geometry-line {
    stroke-dashoffset: 0;
  }
}
