.about-how-section {
  position: relative;
  overflow: hidden;
  padding: 96px 24px 112px;
  background: #fffdfb;
  color: #211917;
}

.about-how-section::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(33, 25, 23, 0.08) 1px, transparent 1px);
  background-size: 100% 32px;
  content: "";
  pointer-events: none;
}

.about-how-section::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #fffdfb 0%, transparent 24%, transparent 76%, #fffdfb 100%),
    radial-gradient(circle at 50% 18%, rgba(242, 201, 120, 0.18), transparent 35%),
    radial-gradient(circle at 15% 74%, rgba(141, 34, 62, 0.08), transparent 28%);
  content: "";
  pointer-events: none;
}

.about-how-inner,
.about-samples-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.about-section-kicker {
  margin: 0;
  color: #8d223e;
  font: 800 12px/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.about-how-heading,
.about-samples-heading {
  max-width: 820px;
  margin: 14px auto 0;
  color: #211917;
  font: 600 clamp(42px, 7vw, 76px)/0.98 Georgia, "Times New Roman", serif;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.about-how-intro,
.about-samples-intro {
  max-width: 700px;
  margin: 22px auto 0;
  color: #66534d;
  font: 400 16px/1.8 Inter, ui-sans-serif, system-ui, sans-serif;
}

.about-how-copy,
.about-samples-copy {
  text-align: center;
}

.about-process-stage {
  position: relative;
  width: min(100%, 1000px);
  height: 1130px;
  margin: 74px auto 0;
}

.about-process-line {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  color: #d9c9c0;
  pointer-events: none;
}

.about-process-line path {
  animation: aboutDashMove 3s linear infinite;
}

.about-process-card {
  position: absolute;
  z-index: 1;
  width: 290px;
  padding: 9px;
  border: 1px solid #eee8e4;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 15px 35px rgba(64, 42, 35, 0.18);
  transform: rotate(var(--card-rotate, 0deg));
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-process-card:hover {
  z-index: 4;
  box-shadow: 0 22px 50px rgba(64, 42, 35, 0.22);
  transform: rotate(0deg) scale(1.05);
}

.about-process-card:nth-of-type(1) { top: 0; left: 12%; --card-rotate: 7deg; }
.about-process-card:nth-of-type(2) { top: 120px; right: 12%; --card-rotate: -7deg; }
.about-process-card:nth-of-type(3) { top: 450px; left: 12%; --card-rotate: 7deg; }
.about-process-card:nth-of-type(4) { top: 570px; right: 8%; --card-rotate: -7deg; }
.about-process-card:nth-of-type(5) { top: 850px; left: 12%; --card-rotate: 7deg; }

.about-process-pin {
  display: block;
  width: 32px;
  height: 32px;
  margin: 6px auto 20px;
  color: var(--step-accent);
}

.about-process-card-body {
  min-height: 205px;
  padding: 18px;
  border: 1px solid var(--step-border);
  border-radius: 16px;
  background: var(--step-bg);
}

.about-process-number {
  display: block;
  margin-bottom: 19px;
  color: var(--step-accent);
  font: 400 38px/1 "Comic Sans MS", "Chalkboard SE", cursive;
}

.about-process-title {
  margin: 0;
  color: #2e2724;
  font: 700 23px/1.08 Inter, ui-sans-serif, system-ui, sans-serif;
}

.about-process-description {
  margin: 12px 0 0;
  color: #6d625e;
  font: 400 13px/1.6 Inter, ui-sans-serif, system-ui, sans-serif;
}

.about-why-section {
  position: relative;
  overflow: hidden;
  padding: 108px 24px;
  background:
    radial-gradient(circle at 12% 12%, rgba(242, 201, 120, 0.2), transparent 28%),
    radial-gradient(circle at 88% 80%, rgba(141, 34, 62, 0.12), transparent 30%),
    #fbf7f3;
  color: #211917;
}

.about-why-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(520px, 1.28fr);
  align-items: center;
  width: min(100%, 1180px);
  margin: 0 auto;
  gap: 72px;
}

.about-why-copy {
  position: sticky;
  top: 120px;
}

.about-why-heading {
  max-width: 560px;
  margin: 16px 0 0;
  color: #211917;
  font: 600 clamp(42px, 5.4vw, 68px)/1 Georgia, "Times New Roman", serif;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.about-why-intro {
  max-width: 540px;
  margin: 24px 0 0;
  color: #66534d;
  font: 400 16px/1.85 Inter, ui-sans-serif, system-ui, sans-serif;
}

.about-why-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 300px;
  gap: 16px;
}

.about-why-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background: #281118;
  box-shadow: 0 24px 65px rgba(54, 30, 25, 0.14);
  cursor: pointer;
  isolation: isolate;
  transform: translateZ(0);
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.55s ease,
    border-color 0.35s ease;
}

.about-why-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 35%, rgba(25, 8, 14, 0.88) 100%);
  content: "";
  pointer-events: none;
}

.about-why-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}

.about-why-card-copy {
  position: absolute;
  inset: auto 22px 20px;
  z-index: 2;
  color: #fff;
  transform: translateY(18px);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-why-value {
  margin: 0;
  color: #fff5df;
  font: 600 30px/1 Georgia, "Times New Roman", serif;
}

.about-why-label {
  max-height: 0;
  margin: 9px 0 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78);
  font: 600 12px/1.55 Inter, ui-sans-serif, system-ui, sans-serif;
  opacity: 0;
  transform: translateY(8px);
  transition: max-height 0.45s ease, opacity 0.35s ease, transform 0.45s ease;
}

.about-why-card:hover,
.about-why-card:focus-visible,
.about-why-card.is-active {
  border-color: rgba(242, 201, 120, 0.78);
  outline: none;
  box-shadow: 0 30px 80px rgba(80, 27, 46, 0.24);
  transform: translateY(-7px);
}

.about-why-card:hover img,
.about-why-card:focus-visible img,
.about-why-card.is-active img {
  filter: saturate(1.08) contrast(1.02);
  transform: scale(1.09);
}

.about-why-card:hover .about-why-card-copy,
.about-why-card:focus-visible .about-why-card-copy,
.about-why-card.is-active .about-why-card-copy {
  transform: translateY(0);
}

.about-why-card:hover .about-why-label,
.about-why-card:focus-visible .about-why-label,
.about-why-card.is-active .about-why-label {
  max-height: 70px;
  opacity: 1;
  transform: translateY(0);
}

.about-samples-section {
  position: relative;
  overflow: hidden;
  padding: 96px 24px 112px;
  scroll-margin-top: 64px;
  background:
    radial-gradient(circle at 12% 10%, rgba(242, 201, 120, 0.16), transparent 27%),
    radial-gradient(circle at 88% 85%, rgba(141, 34, 62, 0.13), transparent 32%),
    #f7efe8;
  color: #211917;
}

.about-samples-tabs {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin: 42px auto 0;
  padding: 6px;
  gap: 4px;
  overflow-x: auto;
  border: 1px solid rgba(141, 34, 62, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 45px rgba(78, 41, 31, 0.08);
}

.about-samples-tab {
  min-height: 44px;
  padding: 10px 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #6d5148;
  font: 800 12px/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
  white-space: nowrap;
  cursor: pointer;
}

.about-samples-tab[aria-selected="true"] {
  background: #8d223e;
  color: #fff;
  box-shadow: 0 9px 24px rgba(141, 34, 62, 0.22);
}

.about-samples-panel {
  margin-top: 42px;
}

.about-samples-panel[hidden] {
  display: none !important;
}

.about-catalogue-header {
  max-width: 980px;
  margin: 0 auto 28px;
  padding: 0 2px;
}

.about-catalogue-count {
  margin: 0 0 9px;
  color: #9a6530;
  font: 800 10px/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-catalogue-title {
  margin: 0;
  color: #281a18;
  font: 600 clamp(30px, 4vw, 44px)/1.04 Georgia, "Times New Roman", serif;
  letter-spacing: -0.025em;
}

.about-catalogue-intro {
  max-width: 680px;
  margin: 12px 0 0;
  color: #6d5148;
  font: 400 14px/1.7 Inter, ui-sans-serif, system-ui, sans-serif;
}

.about-website-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(360px, 1.25fr);
  align-items: start;
  gap: 36px;
  max-width: 980px;
  margin: 0 auto;
}

.about-sample-selectors {
  display: grid;
  gap: 10px;
  position: sticky;
  top: 92px;
}

.about-sample-group-label {
  margin: 18px 4px 2px;
  color: #8d223e;
  font: 800 10px/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-sample-group-label:first-child {
  margin-top: 0;
}

.about-sample-choice {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 13px;
  width: 100%;
  min-height: 72px;
  padding: 7px 12px 7px 7px;
  border: 1px solid rgba(78, 41, 31, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  color: #3d2b26;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.about-sample-choice:hover {
  transform: translateX(3px);
  border-color: rgba(141, 34, 62, 0.32);
  background: #fff;
}

.about-sample-choice.is-active {
  border-color: #8d223e;
  background: #fff;
  box-shadow: 0 10px 30px rgba(141, 34, 62, 0.1);
}

.about-sample-choice img {
  width: 56px;
  height: 58px;
  border-radius: 12px;
  object-fit: cover;
  object-position: top;
}

.about-sample-choice strong {
  font: 700 14px/1.25 Inter, ui-sans-serif, system-ui, sans-serif;
}

.about-sample-choice span {
  color: #9a786d;
  font-size: 18px;
}

.about-preview-holder .ls-interactive-demo {
  margin-top: 0;
}

.about-preview-holder {
  scroll-margin-top: 96px;
  border-radius: 30px;
  outline: none;
}

.about-preview-holder:focus-visible {
  box-shadow: 0 0 0 3px rgba(141, 34, 62, 0.2);
}

.about-video-layout {
  display: grid;
  grid-template-columns: minmax(300px, 430px) minmax(260px, 1fr);
  align-items: start;
  gap: 38px;
  max-width: 980px;
  margin: 0 auto;
}

.about-video-player-card {
  position: sticky;
  top: 92px;
  overflow: hidden;
  border: 5px solid #4a1a2a;
  border-radius: 34px;
  background: #12090d;
  box-shadow: 0 26px 70px rgba(73, 30, 45, 0.24);
}

.about-video-player-card video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #130a0e;
  object-fit: cover;
}

.about-video-now {
  padding: 17px 18px 19px;
  color: #fff;
  background: #211217;
}

.about-video-now small {
  display: block;
  color: #f2c978;
  font: 800 10px/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.about-video-now h3 {
  margin: 6px 0 0;
  font: 600 22px/1.2 Georgia, "Times New Roman", serif;
}

.about-video-selectors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-video-choice {
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  color: #3d2b26;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(78, 41, 31, 0.08);
}

.about-video-choice.is-active {
  border-color: #8d223e;
  box-shadow: 0 14px 35px rgba(141, 34, 62, 0.16);
}

.about-video-choice img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.about-video-choice strong {
  display: block;
  padding: 11px 12px 13px;
  font: 700 12px/1.3 Inter, ui-sans-serif, system-ui, sans-serif;
}

.about-footer {
  position: relative;
  overflow: hidden;
  padding-top: 70px !important;
  border-top: 1px solid rgba(242, 201, 120, 0.2) !important;
  background:
    radial-gradient(circle at 15% 0%, rgba(141, 34, 62, 0.34), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(242, 201, 120, 0.12), transparent 24%),
    linear-gradient(145deg, #12070b 0%, #211016 48%, #13090d 100%) !important;
  color: rgba(255, 248, 238, 0.72) !important;
}

.about-footer::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
  content: "";
  pointer-events: none;
}

.about-footer > div {
  position: relative;
  z-index: 1;
}

.about-footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  margin-bottom: 64px;
  padding: 38px;
  gap: 32px;
  border: 1px solid rgba(242, 201, 120, 0.24);
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.about-footer-kicker {
  margin: 0;
  color: #f2c978;
  font: 800 11px/1.2 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.about-footer-title {
  max-width: 720px;
  margin: 12px 0 0;
  color: #fff8ee;
  font: 600 clamp(30px, 4vw, 52px)/1.05 Georgia, "Times New Roman", serif;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.about-footer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.about-footer-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 19px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font: 800 12px/1 Inter, ui-sans-serif, system-ui, sans-serif;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.about-footer-button:hover {
  transform: translateY(-3px);
}

.about-footer .about-footer-button--gold {
  border-color: #f2c978;
  background: #f2c978;
  color: #32131e !important;
  line-height: 1.35;
  text-align: center;
}

.about-footer-button--glass {
  background: rgba(255, 255, 255, 0.07);
  color: #fff8ee;
}

.about-footer h4 {
  color: #fff8ee !important;
}

.about-footer a {
  color: inherit;
}

.about-footer img {
  filter: drop-shadow(0 8px 28px rgba(242, 201, 120, 0.18));
}

.about-footer > div > div:not(.about-footer-cta):last-child {
  border-color: rgba(242, 201, 120, 0.14) !important;
}

.about-blur-reveal {
  opacity: 0;
  filter: blur(12px);
  transform: translateY(30px);
  transition:
    opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1) var(--about-reveal-delay, 0ms),
    filter 0.9s cubic-bezier(0.22, 1, 0.36, 1) var(--about-reveal-delay, 0ms),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) var(--about-reveal-delay, 0ms);
}

.about-reveal-section.is-revealed .about-blur-reveal {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.about-scroll-hint {
  position: relative;
  overflow: hidden;
}

.about-scroll-hint::after {
  display: inline-block;
  margin-left: 9px;
  content: "↓";
  animation: aboutScrollArrow 1.4s ease-in-out infinite;
}

@keyframes aboutDashMove {
  to { stroke-dashoffset: -140; }
}

@keyframes aboutScrollArrow {
  0%, 100% { opacity: 0.45; transform: translateY(-2px); }
  50% { opacity: 1; transform: translateY(4px); }
}

@media (max-width: 780px) {
  .about-how-section,
  .about-why-section,
  .about-samples-section {
    padding: 72px 18px 84px;
  }

  .about-process-stage {
    display: flex;
    position: relative;
    flex-direction: column;
    height: auto;
    margin-top: 48px;
    gap: 26px;
  }

  .about-process-stage::before {
    position: absolute;
    top: 36px;
    bottom: 36px;
    left: 50%;
    border-left: 2px dashed rgba(141, 34, 62, 0.18);
    content: "";
    transform: translateX(-50%);
  }

  .about-process-line {
    display: none;
  }

  .about-process-card,
  .about-process-card:nth-of-type(n) {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: min(88%, 370px);
    margin: 0;
    transform: rotate(var(--mobile-card-rotate, 0deg));
  }

  .about-process-card:nth-of-type(odd) {
    align-self: flex-start;
    --mobile-card-rotate: -2.5deg;
  }

  .about-process-card:nth-of-type(even) {
    align-self: flex-end;
    --mobile-card-rotate: 2.5deg;
  }

  .about-process-card:hover {
    transform: translateY(-4px) rotate(0);
  }

  .about-process-card-body {
    min-height: 0;
  }

  .about-why-inner {
    display: block;
  }

  .about-why-copy {
    position: static;
    text-align: center;
  }

  .about-why-heading {
    margin-right: auto;
    margin-left: auto;
  }

  .about-why-intro {
    margin-right: auto;
    margin-left: auto;
  }

  .about-why-gallery {
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 330px);
    grid-template-columns: none;
    grid-template-rows: 390px;
    margin: 42px -18px 0;
    padding: 0 18px 24px;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .about-why-gallery::-webkit-scrollbar {
    display: none;
  }

  .about-why-card {
    scroll-snap-align: center;
  }

  .about-why-card-copy {
    transform: translateY(0);
  }

  .about-why-label {
    max-height: 70px;
    opacity: 1;
    transform: translateY(0);
  }

  .about-website-layout,
  .about-video-layout {
    grid-template-columns: 1fr;
  }

  .about-sample-selectors,
  .about-video-player-card {
    position: static;
  }

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

  .about-sample-group-label {
    grid-column: 1 / -1;
  }

  .about-sample-choice {
    grid-template-columns: 44px 1fr;
    min-height: 64px;
    padding: 7px;
  }

  .about-sample-choice img {
    width: 44px;
    height: 50px;
  }

  .about-sample-choice span {
    display: none;
  }

  .about-preview-holder {
    order: -1;
  }

  .about-video-layout {
    max-width: 430px;
  }

  .about-footer {
    padding: 58px 18px 28px !important;
  }

  .about-footer-cta {
    grid-template-columns: 1fr;
    align-items: start;
    margin-bottom: 46px;
    padding: 26px 22px;
    border-radius: 24px;
  }

  .about-footer-actions {
    justify-content: flex-start;
  }

  .about-footer-button {
    flex: 1 1 150px;
  }

  .about-hero-scroll-shell {
    padding-bottom: 92px !important;
  }

  .about-hero-scroll-shell .about-scroll-hint {
    padding: 7px 12px !important;
    font-size: 9px !important;
    letter-spacing: 0.18em !important;
  }

  .about-hero-scroll-shell > div:last-child {
    bottom: 12px !important;
  }
}

@media (max-width: 767px) {
  .about-page > nav.fixed > div.md\:hidden {
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    border-bottom: 1px solid rgba(242, 201, 120, 0.24) !important;
    background:
      radial-gradient(circle at 88% 0%, rgba(141, 34, 62, 0.34), transparent 38%),
      linear-gradient(180deg, rgba(20, 7, 12, 0.98), rgba(35, 14, 21, 0.98)) !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
    scrollbar-color: rgba(242, 201, 120, 0.42) transparent;
  }

  .about-page > nav.fixed > div.md\:hidden ul {
    gap: 8px;
    padding: 12px 14px 18px;
  }

  .about-page > nav.fixed > div.md\:hidden li {
    margin: 0;
  }

  .about-page > nav.fixed > div.md\:hidden a {
    display: flex;
    min-height: 42px;
    align-items: center;
    padding: 9px 13px;
    border: 1px solid rgba(242, 201, 120, 0.12);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.055);
    color: #fff6e8 !important;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
  }

  .about-page > nav.fixed > div.md\:hidden a:hover,
  .about-page > nav.fixed > div.md\:hidden a:focus-visible {
    border-color: rgba(242, 201, 120, 0.34);
    background: rgba(242, 201, 120, 0.12);
    color: #f2c978 !important;
    outline: none;
  }
}

@media (max-width: 430px) {
  .about-samples-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    padding: 7px;
    border-radius: 24px;
    overflow: visible;
  }

  .about-samples-tab {
    min-width: 0;
    min-height: 48px;
    padding: 9px 8px;
    border-radius: 18px;
    font-size: 10px;
    line-height: 1.25;
    white-space: normal;
  }

  .about-sample-selectors,
  .about-video-selectors {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-process-line path {
    animation: none;
  }

  .about-process-card,
  .about-sample-choice,
  .about-why-card,
  .about-blur-reveal {
    transition: none;
  }

  .about-blur-reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .about-scroll-hint::after {
    animation: none;
  }
}
