@font-face {
  font-family: "Paperlogy";
  src: url("./assets/fonts/Paperlogy-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Paperlogy";
  src: url("./assets/fonts/Paperlogy-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}

:root {
  --orange: #ff7412;
  --orange-soft: #ff9f58;
  --ink: #565452;
  --paper: #fff;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
  background: #fff;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: "Paperlogy", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

button {
  font: inherit;
}

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

.design-canvas {
  width: min(100%, 1440px);
  margin-inline: auto;
  overflow: hidden;
  background: #fff;
}

.cover {
  position: relative;
  aspect-ratio: 604 / 405;
  overflow: hidden;
  background: #4b443e;
}

.cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: cover-enter 1.6s var(--ease-out) both;
}

.product-cover {
  position: relative;
  aspect-ratio: 2880 / 3060;
  overflow: hidden;
  background: #fff;
}

.product-cover__glow {
  position: absolute;
  top: 7.2%;
  left: 50%;
  width: 70%;
  opacity: 0.78;
  transform: translateX(-50%);
}

.product-cover__device {
  position: absolute;
  z-index: 1;
  top: 13%;
  left: 18.4%;
  width: 63.2%;
}

.product-cover__device img {
  width: 100%;
  filter: drop-shadow(0 2.4vw 2.2vw rgba(117, 48, 26, 0.12));
  animation: product-float 4.8s ease-in-out infinite;
}

.product-cover__brand {
  position: absolute;
  z-index: 2;
  top: 69.8%;
  left: 50%;
  width: 36.5%;
  transform: translateX(-50%);
}

.product-cover__brand img {
  width: 100%;
}

.product-cover__copy {
  position: absolute;
  z-index: 2;
  top: 84%;
  left: 50%;
  width: 90%;
  margin: 0;
  color: #686563;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  transform: translateX(-50%);
}

.product-cover__copy strong {
  color: var(--orange);
  font-weight: 600;
}

.product-cover__brand.reveal {
  transform: translate3d(-64.5%, 30px, 0);
}

.product-cover__brand.reveal.is-visible {
  transform: translate3d(-64.5%, 0, 0);
}

.product-cover__copy.reveal {
  transform: translate3d(-50%, 42px, 0);
}

.product-cover__copy.reveal.is-visible {
  transform: translate3d(-50%, 0, 0);
}

.image-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.image-section > img {
  width: 100%;
}

.daily-sound {
  padding-top: 140px;
}

.experience {
  position: relative;
  min-height: 1290px;
  padding: 250px 0 140px;
  background: #fff;
}

.experience__heading {
  text-align: center;
}

.experience__heading h1 {
  margin: 0;
  color: #555351;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.38;
}

.experience__heading strong {
  color: var(--orange);
}

.steps {
  width: min(639px, calc(100vw - 32px));
  margin: 72px auto 0;
}

.steps__viewport {
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
  cursor: grab;
  user-select: none;
}

.steps__viewport.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.steps__viewport::-webkit-scrollbar {
  display: none;
}

.steps__viewport:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 8px;
  border-radius: 14px;
}

.steps__track {
  display: flex;
}

.step-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.step-slide > img {
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.step-meta {
  display: flex;
  align-items: center;
  gap: 2.1%;
  width: 100%;
  margin-bottom: 4.8%;
  padding-inline: 3%;
}

.step-meta span {
  display: grid;
  flex: 0 0 27%;
  aspect-ratio: 3.08 / 1;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--orange);
  font-size: clamp(9px, 1.55vw, 20px);
  font-weight: 600;
}

.step-meta p {
  margin: 0;
  color: var(--orange);
  font-size: clamp(8px, 1.25vw, 17px);
  white-space: nowrap;
}

.step-card {
  position: relative;
  aspect-ratio: 1.14 / 1;
  overflow: hidden;
  border: 1.5px solid var(--orange);
  border-radius: 12px;
  background: #fff9f5;
}

.step-card__title {
  position: absolute;
  z-index: 2;
  top: 11.8%;
  left: 11.8%;
  display: grid;
  width: 76.4%;
  height: 19%;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: #ff7810;
  font-size: clamp(20px, 3.5vw, 43px);
  font-weight: 600;
}

.step-card__art {
  position: absolute;
  top: 31%;
  left: 16%;
  width: 68%;
  height: 44%;
}

.step-card__copy {
  position: absolute;
  right: 4%;
  bottom: 9.5%;
  left: 4%;
  margin: 0;
  color: #66615e;
  font-size: clamp(9px, 1.55vw, 20px);
  line-height: 1.5;
  text-align: center;
}

.art-faint,
.art-wave,
.art-core,
.art-hand,
.art-eye,
.art-lens {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.art-faint {
  stroke: #ece8e5;
  stroke-width: 20;
}

.art-wave {
  stroke: #ffd8bd;
  stroke-width: 15;
}

.wave-two {
  opacity: 0.8;
}

.wave-three {
  opacity: 0.62;
}

.art-core {
  stroke: #ffb57f;
  stroke-width: 3;
}

.art-core--middle {
  fill: rgba(255, 154, 87, 0.28);
}

.art-core--inner {
  fill: #ff9a57;
  stroke: #fff;
  stroke-width: 2;
}

.art-hand {
  fill: #efebe8;
  stroke: #efebe8;
  stroke-width: 12;
}

.art-device rect {
  fill: #ffc9a4;
  stroke: #ff9b57;
  stroke-width: 2;
}

.art-device .art-device__screen {
  fill: #ffab69;
  stroke: #fff;
  stroke-width: 4;
}

.art-eye {
  fill: #ece9e6;
  stroke: #ece9e6;
  stroke-width: 5;
}

.art-beam {
  fill: #ffb174;
  opacity: 0.6;
}

.art-beam--two {
  fill: #ff8a34;
  opacity: 0.62;
}

.art-lens {
  fill: rgba(255, 163, 98, 0.6);
  stroke: #ff9a54;
  stroke-width: 3;
}

.art-lens--inner {
  fill: rgba(255, 197, 154, 0.6);
  stroke: #fff;
  stroke-width: 2;
}

.art-lens-dot {
  fill: #ffd078;
}

.steps__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: -5.5%;
}

.steps__dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #dedede;
  cursor: pointer;
  transition: width 0.3s ease, background-color 0.3s ease;
}

.steps__dots button.is-active {
  width: 27px;
  background: #595959;
}

.device-feature {
  background: #fff;
}

.detail-switcher {
  position: relative;
  width: 100%;
  min-height: 850px;
  padding: 92px 48px 138px;
  background: #fff;
}

.detail-switcher__guide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 58px;
  color: #8a8581;
  font-size: 15px;
  line-height: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.detail-switcher:not(.is-guiding) .detail-switcher__guide {
  opacity: 0.45;
}

.detail-switcher__mouse {
  position: relative;
  width: 19px;
  height: 27px;
  border: 1.5px solid currentColor;
  border-radius: 12px;
  animation: guide-float 1.5s ease-in-out infinite;
}

.detail-switcher__mouse i {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 2px;
  height: 6px;
  border-radius: 2px;
  background: currentColor;
  transform: translateX(-50%);
  animation: guide-wheel 1.5s ease-in-out infinite;
}

.detail-switcher__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: min(100%, 1020px);
  margin-inline: auto;
}

.detail-switcher__grid button {
  position: relative;
  aspect-ratio: 582 / 572;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 18px;
  background: linear-gradient(#fff7f0, #fff7f0) padding-box,
              linear-gradient(135deg, transparent, transparent) border-box;
  cursor: pointer;
  transition: transform 0.34s var(--ease-out), filter 0.34s ease, background 0.34s ease;
}

.detail-switcher__grid button:hover {
  transform: translateY(-6px);
  filter: drop-shadow(0 16px 18px rgba(219, 96, 38, 0.12));
}

.detail-switcher__grid button:focus-visible {
  outline: none;
}

.detail-switcher__grid button.is-active {
  background: linear-gradient(#fff7f0, #fff7f0) padding-box,
              linear-gradient(135deg, #ff7a00, #ff667a) border-box;
  animation: detail-select 0.42s var(--ease-out);
}

.detail-switcher__grid button img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  pointer-events: none;
}

.detail-switcher__label {
  position: absolute;
  bottom: calc(100% + 18px);
  left: 50%;
  color: var(--orange);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  opacity: 0;
  transform: translate3d(-50%, 8px, 0);
  transition: opacity 0.3s ease, transform 0.38s var(--ease-out);
}

.detail-switcher__grid button.is-active .detail-switcher__label {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}

.detail-switcher.is-guiding .detail-switcher__grid button:not(.is-active)::after {
  position: absolute;
  inset: -8px;
  border: 2px solid rgba(255, 116, 18, 0.42);
  border-radius: 23px;
  content: "";
  opacity: 0;
  pointer-events: none;
  animation: detail-guide-pulse 2.4s ease-out infinite;
}

.detail-switcher.is-guiding .detail-switcher__grid button:nth-child(2)::after {
  animation-delay: 0.8s;
}

.detail-switcher.is-guiding .detail-switcher__grid button:nth-child(3)::after {
  animation-delay: 1.6s;
}

.detail-switcher__bubble {
  --pointer-x: 16.666%;
  position: relative;
  width: min(100%, 1020px);
  min-height: 154px;
  margin: 82px auto 0;
  border-radius: 22px;
  background: var(--orange);
  color: #fff;
}

.detail-switcher[data-active="lens"] .detail-switcher__bubble {
  --pointer-x: 50%;
}

.detail-switcher[data-active="scan"] .detail-switcher__bubble {
  --pointer-x: 83.333%;
}

.detail-switcher__pointer {
  position: absolute;
  bottom: calc(100% - 1px);
  left: var(--pointer-x);
  width: 0;
  height: 0;
  border-right: 19px solid transparent;
  border-bottom: 28px solid var(--orange);
  border-left: 19px solid transparent;
  transform: translateX(-50%);
  transition: left 0.48s var(--ease-out);
}

.detail-switcher__bubble p {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 28px 62px;
  font-size: 20px;
  line-height: 1.55;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.4s var(--ease-out);
  pointer-events: none;
}

.detail-switcher__bubble p.is-active {
  opacity: 1;
  transform: translateY(0);
}

.vibration {
  position: relative;
  aspect-ratio: 2880 / 2402;
  overflow: hidden;
  background: #fff;
}

.vibration__heading {
  position: absolute;
  z-index: 4;
  top: 4.2%;
  right: 7%;
  left: 7%;
  text-align: center;
}

.vibration__heading > p {
  margin: 0 0 1.6%;
  color: #ff7f43;
  font-size: 16px;
  font-weight: 600;
}

.section-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-kicker i {
  display: inline-block;
  width: 15px;
  height: 2px;
  margin-right: -2px;
  border-radius: 999px;
  background: currentColor;
}

.vibration__heading h2 {
  margin: 0;
  color: #595755;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.18;
}

.vibration__heading h2 strong {
  color: var(--orange);
}

.vibration__heading > div {
  margin-top: 3.4%;
  color: #676462;
  font-size: 18px;
  line-height: 1.75;
}

.vibration__copy span {
  display: block;
  white-space: nowrap;
}

.vibration__stage {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 57%;
}

.rhythm-lines {
  position: absolute;
  inset: 12% 0 0;
  overflow: hidden;
}

.rhythm-row {
  position: absolute;
  left: -100%;
  display: flex;
  width: 200%;
  animation: rhythm-flow 7s linear infinite;
}

.rhythm-row:nth-child(2) {
  animation-duration: 8.2s;
}

.rhythm-row:nth-child(3) {
  animation-duration: 6.4s;
}

.rhythm-row:nth-child(4) {
  animation-duration: 9s;
}

.rhythm-row:nth-child(5) {
  animation-duration: 7.6s;
}

.rhythm-sequence {
  display: flex;
  flex: 0 0 50%;
  align-items: center;
  justify-content: space-around;
  padding-inline: 2%;
}

.rhythm-row i {
  display: block;
  height: clamp(12px, 3.1vw, 44px);
  border-radius: 999px;
}

.rhythm-row i:nth-child(1) { width: 22%; }
.rhythm-row i:nth-child(2) { width: 8%; }
.rhythm-row i:nth-child(3) { width: 14%; }
.rhythm-row i:nth-child(4) { width: 5%; }
.rhythm-row i:nth-child(5) { width: 19%; }
.rhythm-row i:nth-child(6) { width: 9%; }

.rhythm-row--orange { top: 2%; }
.rhythm-row--pink { top: 25%; animation-delay: -2s; }
.rhythm-row--purple { top: 42%; animation-delay: -4s; }
.rhythm-row--yellow { top: 62%; animation-delay: -1s; }
.rhythm-row--blue { top: 84%; animation-delay: -3s; }

.rhythm-row--orange i { background: linear-gradient(90deg, #ff9e54, #ffb36d); }
.rhythm-row--pink i { background: linear-gradient(90deg, #ff767b, #fff4f4); }
.rhythm-row--purple i { background: linear-gradient(90deg, #bd7df0, #e2c4ff); }
.rhythm-row--yellow i { background: linear-gradient(90deg, #ffe942, #fffbdc); }
.rhythm-row--blue i { background: linear-gradient(90deg, #4c87f2, #eef4ff); }

.vibration__device {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 14%;
  width: 41%;
  transform-origin: center;
  animation: device-vibration 0.13s linear infinite;
}

.vibration__device img {
  width: 100%;
  filter: drop-shadow(0 2.5vw 2vw rgba(110, 43, 23, 0.13));
}

.app-platform {
  position: relative;
  aspect-ratio: 2880 / 4026;
  overflow: hidden;
  background: #fff;
}

.app-platform__heading {
  position: absolute;
  z-index: 3;
  top: 9.2%;
  right: 8%;
  left: 8%;
  text-align: center;
}

.app-platform__heading > p {
  margin: 0 0 18px;
  color: #ff7f43;
  font-size: 16px;
  font-weight: 600;
}

.app-platform__heading h2 {
  margin: 0;
  color: #595755;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.18;
}

.app-platform__heading h2 strong {
  color: var(--orange);
}

.app-platform__heading > div {
  margin-top: 64px;
  color: #676462;
  font-size: 18px;
  line-height: 1.65;
}

.app-platform__visual {
  position: absolute;
  top: 31%;
  left: 50%;
  width: 62%;
  aspect-ratio: 1;
  transform: translateX(-50%);
}

.app-platform__visual.reveal[data-reveal="scale"] {
  transform: translate3d(-50%, 30px, 0) scale(0.95);
}

.app-platform__visual.reveal.is-visible {
  transform: translate3d(-50%, 0, 0) scale(1);
}

.app-platform__glow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.78;
}

.app-platform__float {
  position: absolute;
  top: 12%;
  left: 50%;
  width: 54%;
  transform: translateX(-50%);
  animation: app-float 4.1s ease-in-out infinite;
}

.app-platform__float img {
  width: 100%;
  filter: drop-shadow(0 28px 28px rgba(45, 41, 42, 0.12));
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  transition: opacity 0.85s var(--ease-out), transform 1.05s var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal[data-reveal="scale"] {
  transform: translate3d(0, 30px, 0) scale(0.95);
}

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

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

@keyframes cover-enter {
  from { opacity: 0; transform: scale(1.045); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes product-float {
  0%, 100% { transform: translate3d(0, -2.5%, 0) rotate(-0.7deg); }
  50% { transform: translate3d(0, 5%, 0) rotate(0.8deg); }
}

@keyframes app-float {
  0%, 100% { transform: translate3d(-50%, -2%, 0) rotate(-0.35deg); }
  50% { transform: translate3d(-50%, 4.5%, 0) rotate(0.45deg); }
}

@keyframes guide-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

@keyframes guide-wheel {
  0%, 100% { opacity: 0.4; transform: translate3d(-50%, 0, 0); }
  50% { opacity: 1; transform: translate3d(-50%, 4px, 0); }
}

@keyframes detail-guide-pulse {
  0% { opacity: 0; transform: scale(0.98); }
  18% { opacity: 0.72; }
  62%, 100% { opacity: 0; transform: scale(1.045); }
}

@keyframes detail-select {
  0% { transform: translateY(3px) scale(0.985); filter: drop-shadow(0 0 0 rgba(255, 116, 18, 0)); }
  100% { transform: translateY(0) scale(1); filter: drop-shadow(0 12px 14px rgba(219, 96, 38, 0.08)); }
}

@keyframes rhythm-flow {
  from { transform: translateX(0); }
  to { transform: translateX(50%); }
}

@keyframes device-vibration {
  0% { transform: translate3d(-2px, 0, 0) rotate(-0.22deg); }
  25% { transform: translate3d(2px, -1px, 0) rotate(0.22deg); }
  50% { transform: translate3d(-1px, 2px, 0) rotate(-0.15deg); }
  75% { transform: translate3d(2px, 1px, 0) rotate(0.18deg); }
  100% { transform: translate3d(-2px, 0, 0) rotate(-0.22deg); }
}

@media (max-width: 900px) {
  .product-cover__copy {
    font-size: 14px;
  }

  .experience {
    min-height: 1120px;
    padding-top: 190px;
  }

  .experience__heading h1 {
    font-size: 28px;
  }

  .daily-sound {
    padding-top: 90px;
  }

  .detail-switcher {
    min-height: 720px;
    padding: 80px 28px 110px;
  }

  .detail-switcher__guide {
    margin-bottom: 48px;
    font-size: 14px;
  }

  .detail-switcher__grid {
    gap: 18px;
  }

  .detail-switcher__label {
    bottom: calc(100% + 14px);
    font-size: 18px;
  }

  .detail-switcher__bubble {
    min-height: 140px;
    margin-top: 68px;
  }

  .detail-switcher__bubble p {
    padding: 24px 34px;
    font-size: 16px;
  }

  .vibration__heading > p,
  .app-platform__heading > p {
    font-size: 13px;
  }

  .vibration__heading h2,
  .app-platform__heading h2 {
    font-size: 30px;
  }

  .vibration__heading > div,
  .app-platform__heading > div {
    font-size: 14px;
  }

  .app-platform__heading > div {
    margin-top: 42px;
  }

  .app-platform__heading {
    top: 10%;
  }

  .app-platform__visual {
    top: 35%;
  }
}

@media (max-width: 640px) {
  .product-cover__device {
    top: 14.5%;
  }

  .product-cover__copy {
    font-size: 8px;
  }

  .experience {
    min-height: 118vw;
    padding-top: 20vw;
    padding-bottom: 12vw;
  }

  .daily-sound {
    padding-top: 14vw;
  }

  .experience__heading h1 {
    font-size: 14px;
  }

  .steps {
    width: 56vw;
    margin-top: 7vw;
  }

  .step-card {
    border-radius: 6px;
  }

  .step-card__title {
    border-radius: 5px;
  }

  .steps__dots {
    gap: 5px;
  }

  .steps__dots button {
    width: 5px;
    height: 5px;
  }

  .steps__dots button.is-active {
    width: 13px;
  }

  .detail-switcher {
    min-height: 0;
    padding: 17vw 16px 20vw;
  }

  .detail-switcher__guide {
    gap: 7px;
    margin-bottom: 11vw;
    font-size: 11px;
  }

  .detail-switcher__mouse {
    width: 14px;
    height: 20px;
  }

  .detail-switcher__mouse i {
    top: 4px;
    height: 4px;
  }

  .detail-switcher__grid {
    gap: 8px;
  }

  .detail-switcher__grid button {
    border-width: 1px;
    border-radius: 8px;
  }

  .detail-switcher__grid button img {
    border-radius: 7px;
  }

  .detail-switcher__label {
    bottom: calc(100% + 8px);
    font-size: 10px;
  }

  .detail-switcher__bubble {
    min-height: 92px;
    margin-top: 12vw;
    border-radius: 11px;
  }

  .detail-switcher__pointer {
    border-right-width: 9px;
    border-bottom-width: 14px;
    border-left-width: 9px;
  }

  .detail-switcher__bubble p {
    padding: 14px 16px;
    font-size: 8.5px;
    line-height: 1.55;
  }

  .vibration__heading > p,
  .app-platform__heading > p {
    margin-bottom: 7px;
    font-size: 7px;
  }

  .vibration__heading h2 {
    font-size: 14px;
  }

  .app-platform__heading h2 {
    font-size: 16px;
  }

  .vibration__heading > div {
    font-size: 7px;
    line-height: 1.72;
  }

  .app-platform__heading > div {
    font-size: 8px;
    line-height: 1.65;
  }

  .vibration__heading {
    top: 8.5%;
  }

  .vibration__heading > div {
    margin-top: 4.8%;
  }

  .app-platform__heading > div {
    margin-top: 6vw;
  }

  .app-platform__visual {
    top: 38%;
    width: 68%;
  }

  .desktop-only {
    display: none;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
