/**
 * Kong's Tea - Motion Hero 2026
 * Cinemagraph hero with readable copy and cleaner composition.
 */

#hero-cinemagraph {
  --hero-bg: #070b12;
  --hero-panel: rgba(10, 18, 31, 0.62);
  --hero-panel-soft: rgba(10, 18, 31, 0.42);
  --hero-accent: #f6bc6c;
  --hero-accent-soft: #ffe4ba;
  --hero-milk: #fff8ec;
  --hero-line: rgba(255, 255, 255, 0.24);
  --pointer-x: 50%;
  --pointer-y: 50%;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hero-bg);
}

.hero-cinemagraph-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-cinemagraph-base {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% center;
  transform: scale(1.05);
  filter: contrast(1.07) saturate(1.14) brightness(1.02);
  animation: cinema-pan 28s ease-in-out infinite alternate;
}

.hero-cinemagraph-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(72% 66% at 17% 54%, rgba(255, 192, 88, 0.26), transparent 68%),
    linear-gradient(96deg, rgba(7, 11, 18, 0.74) 0%, rgba(9, 15, 26, 0.58) 34%, rgba(10, 17, 30, 0.38) 58%, rgba(11, 17, 28, 0.46) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.28) 62%, rgba(0, 0, 0, 0.52) 100%);
}

.hero-cinemagraph-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(560px 340px at var(--pointer-x) var(--pointer-y), rgba(255, 218, 146, 0.22), transparent 78%);
  mix-blend-mode: screen;
  transition: background-position 0.14s linear;
}

.hero-cinemagraph-light {
  position: absolute;
  top: -24%;
  left: -20%;
  width: 36%;
  height: 180%;
  transform: rotate(11deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 226, 163, 0.24), rgba(255, 255, 255, 0));
  filter: blur(14px);
  animation: light-sweep 12s ease-in-out infinite;
}

.hero-cinemagraph-steam,
.hero-cinemagraph-bubbles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-cinemagraph-steam span {
  position: absolute;
  bottom: 12%;
  width: clamp(62px, 7vw, 100px);
  height: clamp(128px, 18vh, 182px);
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(circle at 50% 76%, rgba(255, 245, 233, 0.4), rgba(255, 245, 233, 0.03) 72%);
  filter: blur(11px);
  animation: steam-rise 8.2s ease-in infinite;
}

.hero-cinemagraph-steam span:nth-child(1) {
  left: 56%;
  animation-delay: 0s;
}

.hero-cinemagraph-steam span:nth-child(2) {
  left: 61%;
  animation-delay: 1.35s;
}

.hero-cinemagraph-steam span:nth-child(3) {
  left: 66%;
  animation-delay: 0.72s;
}

.hero-cinemagraph-steam span:nth-child(4) {
  left: 71%;
  animation-delay: 2.2s;
}

.hero-cinemagraph-steam span:nth-child(5) {
  left: 76%;
  animation-delay: 3.1s;
}

.hero-cinemagraph-bubbles span {
  position: absolute;
  bottom: 11%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.88), rgba(248, 205, 133, 0.72));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14);
  animation: bubble-float 6.6s linear infinite;
}

.hero-cinemagraph-bubbles span:nth-child(1) {
  left: 58%;
  animation-delay: 0.15s;
}

.hero-cinemagraph-bubbles span:nth-child(2) {
  left: 62%;
  animation-delay: 1.05s;
}

.hero-cinemagraph-bubbles span:nth-child(3) {
  left: 66%;
  animation-delay: 0.46s;
}

.hero-cinemagraph-bubbles span:nth-child(4) {
  left: 70%;
  animation-delay: 1.92s;
}

.hero-cinemagraph-bubbles span:nth-child(5) {
  left: 73%;
  animation-delay: 1.24s;
}

.hero-cinemagraph-bubbles span:nth-child(6) {
  left: 76%;
  animation-delay: 2.34s;
}

.hero-cinemagraph-bubbles span:nth-child(7) {
  left: 79%;
  animation-delay: 2.86s;
}

.hero-cinemagraph-shell {
  position: relative;
  z-index: 3;
  width: min(1320px, calc(100% - 2.6rem));
  margin-top: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(1rem, 2.5vw, 2.6rem);
  align-items: center;
}

.hero-cinemagraph-content {
  position: relative;
  padding: clamp(1.62rem, 2.9vw, 2.5rem);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(146deg, rgba(34, 50, 72, 0.56), rgba(25, 38, 57, 0.34)),
    radial-gradient(130% 150% at 12% 0%, rgba(255, 226, 171, 0.44), rgba(255, 214, 145, 0.1));
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  box-shadow: 0 20px 58px rgba(5, 8, 14, 0.36);
}

.hero-cinemagraph-brand-line {
  display: block;
  width: fit-content;
  margin: 0 auto 1rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-cinemagraph-mark {
  width: clamp(190px, 19vw, 268px);
  height: auto;
  display: block;
  filter: brightness(1.08) contrast(1.06) saturate(1.08) drop-shadow(0 6px 14px rgba(79, 47, 12, 0.2));
}

.hero-cinemagraph-brand-line span {
  display: none;
}

.hero-cinemagraph-kicker {
  margin: 0 0 1.2rem;
  width: fit-content;
  padding: 0.34rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 220, 157, 0.56);
  background: rgba(255, 186, 94, 0.14);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 0.66rem;
  font-weight: 700;
  color: rgba(255, 235, 198, 0.95);
  -webkit-text-fill-color: rgba(255, 235, 198, 0.95);
}

.hero-cinemagraph-title {
  margin: 0;
  max-width: 580px;
  font-size: clamp(2.4rem, 4.9vw, 4.35rem);
  font-weight: 850;
  line-height: 1.06;
  letter-spacing: -0.024em;
  color: #fffefb !important;
  -webkit-text-fill-color: #fffefb !important;
  text-wrap: balance;
  text-shadow: 0 18px 36px rgba(0, 0, 0, 0.4);
}

.hero-cinemagraph-title span {
  color: var(--hero-accent-soft) !important;
  -webkit-text-fill-color: var(--hero-accent-soft) !important;
}

.hero-cinemagraph-subtitle {
  max-width: 560px;
  margin: 1.26rem 0 0;
  font-size: clamp(0.99rem, 1.76vw, 1.12rem);
  line-height: 1.58;
  color: rgba(255, 247, 237, 0.92);
  -webkit-text-fill-color: rgba(255, 247, 237, 0.92);
}

.hero-cinemagraph-meta {
  margin-top: 1.14rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.56rem;
}

.hero-cinemagraph-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.4rem 0.74rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 236, 199, 0.34);
  background: rgba(13, 20, 36, 0.4);
  font-size: 0.76rem;
  font-weight: 600;
  color: rgba(255, 245, 226, 0.9);
  -webkit-text-fill-color: rgba(255, 245, 226, 0.9);
}

.hero-cinemagraph-meta i {
  font-size: 0.74rem;
  color: #ffcf8d;
}

.hero-cinemagraph-buttons {
  margin-top: 1.62rem;
  display: flex;
  justify-content: flex-start;
  gap: 0.82rem;
  flex-wrap: wrap;
}

.hero-cinemagraph-mobile-buttons {
  display: none;
}

.hero-cinemagraph-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 206px;
  padding: 0.9rem 1.34rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease;
}

.hero-cinemagraph-btn-primary {
  color: #2b1202;
  -webkit-text-fill-color: #2b1202;
  background: linear-gradient(140deg, #ffe2ab, #f2ba65);
  box-shadow: 0 14px 30px rgba(8, 4, 1, 0.28);
}

.hero-cinemagraph-btn-primary:hover {
  transform: translateY(-2px);
  color: #2b1202;
  -webkit-text-fill-color: #2b1202;
  box-shadow: 0 18px 38px rgba(8, 4, 1, 0.42);
}

.hero-cinemagraph-btn-secondary {
  color: #fff7ea;
  -webkit-text-fill-color: #fff7ea;
  background: rgba(10, 17, 31, 0.44);
  border-color: rgba(255, 242, 215, 0.4);
}

.hero-cinemagraph-btn-secondary:hover {
  transform: translateY(-2px);
  color: #fff7ea;
  -webkit-text-fill-color: #fff7ea;
  background: rgba(10, 17, 31, 0.68);
}

.hero-cinemagraph-trust {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.hero-cinemagraph-trust-item {
  padding: 0.66rem 0.7rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(10, 16, 28, 0.38);
}

.hero-cinemagraph-trust-item strong {
  display: block;
  margin-bottom: 0.18rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 800;
  color: #fff4de;
  -webkit-text-fill-color: #fff4de;
}

.hero-cinemagraph-trust-item span {
  font-size: 0.72rem;
  color: rgba(255, 246, 230, 0.86);
  -webkit-text-fill-color: rgba(255, 246, 230, 0.86);
}

.hero-cinemagraph-visual {
  position: relative;
  justify-self: end;
  width: min(470px, 100%);
  padding: 1rem 0 1.18rem;
}

.hero-cinemagraph-cup-card {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(150deg, rgba(255, 249, 236, 0.94), rgba(249, 229, 191, 0.86));
  box-shadow: 0 24px 50px rgba(3, 6, 10, 0.4);
}

.hero-cinemagraph-cup-image {
  width: 100%;
  height: clamp(260px, 28vw, 340px);
  object-fit: contain;
  object-position: center;
  display: block;
  background: radial-gradient(circle at 50% 12%, rgba(255, 245, 220, 0.95), rgba(248, 226, 185, 0.8) 72%);
}

.hero-cinemagraph-cup-body {
  padding: 1rem 1.05rem 1.05rem;
  color: #2f1f12;
}

.hero-cinemagraph-cup-kicker {
  margin: 0 0 0.3rem;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #8d5d2a;
}

.hero-cinemagraph-cup-title {
  margin: 0;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.2;
  font-weight: 800;
  color: #2f1f12;
  -webkit-text-fill-color: #2f1f12;
}

.hero-cinemagraph-cup-desc {
  margin: 0.45rem 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #61432a;
  -webkit-text-fill-color: #61432a;
}

.hero-cinemagraph-cup-link {
  margin-top: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 700;
  color: #5d3918;
  -webkit-text-fill-color: #5d3918;
}

.hero-cinemagraph-cup-link:hover {
  color: #3a220c;
  -webkit-text-fill-color: #3a220c;
}

.hero-cinemagraph-float {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  gap: 0.16rem;
  padding: 0.55rem 0.78rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 230, 189, 0.58);
  background: rgba(17, 25, 40, 0.84);
  box-shadow: 0 10px 24px rgba(4, 8, 12, 0.35);
}

.hero-cinemagraph-float-label {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 228, 183, 0.85);
}

.hero-cinemagraph-float strong {
  font-size: 0.82rem;
  color: #fff6e6;
  -webkit-text-fill-color: #fff6e6;
}

.hero-cinemagraph-float-top {
  top: 0.6rem;
  left: -0.6rem;
}

.hero-cinemagraph-float-bottom {
  right: -0.5rem;
  bottom: 0.2rem;
}

.hero-cinemagraph-scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 3;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.34rem;
  text-decoration: none;
  color: rgba(255, 244, 229, 0.8);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.62rem;
}

.hero-cinemagraph-scroll-icon {
  width: 19px;
  height: 30px;
  border-radius: 12px;
  border: 1.5px solid currentColor;
  position: relative;
}

.hero-cinemagraph-scroll-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  width: 3px;
  height: 6px;
  border-radius: 3px;
  background: currentColor;
  transform: translateX(-50%);
  animation: scroll-pulse 1.4s ease-in-out infinite;
}

@keyframes cinema-pan {
  0% {
    transform: scale(1.05) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1.11) translate3d(-1.2%, -0.8%, 0);
  }
}

@keyframes light-sweep {
  0% {
    transform: translateX(-20%) rotate(11deg);
    opacity: 0;
  }
  20% {
    opacity: 0.8;
  }
  60% {
    opacity: 0.45;
  }
  100% {
    transform: translateX(210%) rotate(11deg);
    opacity: 0;
  }
}

@keyframes steam-rise {
  0% {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(0.65);
  }
  20% {
    opacity: 0.28;
  }
  75% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
    transform: translate3d(30px, -122px, 0) scale(1.2);
  }
}

@keyframes bubble-float {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.52);
  }
  20% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.16;
  }
  100% {
    opacity: 0;
    transform: translate3d(22px, -162px, 0) scale(1.04);
  }
}

@keyframes scroll-pulse {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-50%) translateY(8px);
    opacity: 0.42;
  }
}

@keyframes mobile-hero-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1200px) {
  .hero-cinemagraph-shell {
    width: min(1180px, calc(100% - 2rem));
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  }

  .hero-cinemagraph-brand-line span {
    display: none;
  }
}

@media (max-width: 991px) {
  .hero-cinemagraph-shell {
    margin-top: 86px;
    width: min(980px, calc(100% - 1.6rem));
    grid-template-columns: 1fr;
  }

  .hero-cinemagraph-content {
    width: min(100%, 700px);
    margin-inline: auto;
  }

  .hero-cinemagraph-visual {
    justify-self: center;
    width: min(100%, 520px);
    padding-top: 0.2rem;
  }

  .hero-cinemagraph-float-top {
    left: 0.2rem;
  }

  .hero-cinemagraph-float-bottom {
    right: 0.2rem;
  }
}

@media (max-width: 768px) {
  #hero-cinemagraph {
    min-height: max(760px, 100svh);
    align-items: center;
    justify-content: center;
    padding-top: calc(78px + env(safe-area-inset-top));
    padding-bottom: calc(1.1rem + env(safe-area-inset-bottom));
  }

  .hero-cinemagraph-shade {
    background:
      radial-gradient(85% 58% at 50% 9%, rgba(255, 186, 89, 0.28), transparent 70%),
      linear-gradient(180deg, rgba(7, 11, 18, 0.42) 0%, rgba(7, 11, 18, 0.74) 56%, rgba(7, 11, 18, 0.9) 100%);
  }

  .hero-cinemagraph-shell {
    margin-top: 0;
    margin-inline: auto;
    width: min(560px, calc(100% - 3rem));
    min-height: calc(100svh - 78px - env(safe-area-inset-top) - 1.1rem - env(safe-area-inset-bottom));
    gap: 1.72rem;
    align-items: stretch;
    align-content: center;
    justify-items: center;
  }

  .hero-cinemagraph-content {
    width: calc(100% - 0.5rem);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.34rem;
    padding: 1.34rem 0.98rem 1.02rem;
    border: 1px solid rgba(255, 244, 224, 0.2);
    border-radius: 22px;
    background:
      linear-gradient(160deg, rgba(255, 241, 209, 0.16), rgba(255, 241, 209, 0.05)),
      linear-gradient(180deg, rgba(18, 29, 45, 0.34), rgba(12, 21, 34, 0.24));
    box-shadow: 0 14px 28px rgba(6, 9, 15, 0.2);
    backdrop-filter: blur(8px) saturate(110%);
    -webkit-backdrop-filter: blur(8px) saturate(110%);
    text-align: left;
    animation: mobile-hero-enter 0.55s ease-out both;
  }

  .hero-cinemagraph-brand-line {
    display: none;
  }

  .hero-cinemagraph-kicker,
  .hero-cinemagraph-title,
  .hero-cinemagraph-subtitle {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .hero-cinemagraph-kicker {
    margin: 0;
    justify-self: start;
  }

  .hero-cinemagraph-title {
    margin: 0;
    font-size: clamp(2.06rem, 9.4vw, 3rem);
    line-height: 1.03;
    text-shadow: 0 16px 34px rgba(0, 0, 0, 0.36);
  }

  .hero-cinemagraph-subtitle {
    margin: 0.28rem 0 0;
    font-size: 0.94rem;
    line-height: 1.56;
    color: rgba(255, 245, 230, 0.9);
    -webkit-text-fill-color: rgba(255, 245, 230, 0.9);
  }

  .hero-cinemagraph-content .hero-cinemagraph-buttons {
    display: none;
  }

  .hero-cinemagraph-mobile-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.74rem;
    width: 100%;
    margin-top: 0.92rem;
    animation: mobile-hero-enter 0.7s ease-out both;
    animation-delay: 0.12s;
  }

  .hero-cinemagraph-mobile-buttons .hero-cinemagraph-btn {
    width: 100%;
    min-width: 0;
    border-radius: 16px;
    padding: 0.86rem 0.9rem;
    font-size: 0.81rem;
    letter-spacing: 0.01em;
  }

  .hero-cinemagraph-mobile-buttons .hero-cinemagraph-btn-primary {
    box-shadow: 0 12px 24px rgba(8, 4, 1, 0.28);
  }

  .hero-cinemagraph-mobile-buttons .hero-cinemagraph-btn-secondary {
    background: rgba(10, 17, 31, 0.58);
    border-color: rgba(255, 240, 214, 0.48);
  }

  .hero-cinemagraph-meta,
  .hero-cinemagraph-trust {
    display: none;
  }

  .hero-cinemagraph-visual {
    display: block;
    justify-self: stretch;
    width: 100%;
    padding: 0;
    margin-top: 1.12rem;
    animation: mobile-hero-enter 0.64s ease-out both;
    animation-delay: 0.08s;
  }

  .hero-cinemagraph-cup-card {
    border-radius: 22px;
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    min-height: 146px;
  }

  .hero-cinemagraph-cup-image {
    height: 100%;
    min-height: 146px;
    object-fit: cover;
    border-radius: 0;
  }

  .hero-cinemagraph-cup-body {
    padding: 0.86rem 0.9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .hero-cinemagraph-cup-kicker {
    font-size: 0.62rem;
    margin-bottom: 0.24rem;
  }

  .hero-cinemagraph-cup-title {
    font-size: clamp(1.02rem, 4vw, 1.24rem);
  }

  .hero-cinemagraph-cup-desc {
    margin-top: 0.36rem;
    font-size: 0.8rem;
    line-height: 1.46;
  }

  .hero-cinemagraph-cup-link {
    margin-top: 0.56rem;
    font-size: 0.74rem;
  }

  .hero-cinemagraph-float,
  .hero-cinemagraph-scroll {
    display: none;
  }
}

@media (max-width: 520px) {
  .hero-cinemagraph-shell {
    margin-top: 0;
    margin-inline: auto;
    width: min(520px, calc(100% - 2.5rem));
    min-height: calc(100svh - 78px - env(safe-area-inset-top) - 0.9rem - env(safe-area-inset-bottom));
    gap: 1.28rem;
  }

  .hero-cinemagraph-content {
    gap: 1.08rem;
    width: calc(100% - 0.25rem);
    padding-top: 1.18rem;
    padding-left: 0.86rem;
    padding-right: 0.86rem;
    padding-bottom: 0.9rem;
  }

  .hero-cinemagraph-title {
    font-size: clamp(1.82rem, 10.4vw, 2.56rem);
    line-height: 1.06;
  }

  .hero-cinemagraph-subtitle {
    font-size: 0.88rem;
  }

  .hero-cinemagraph-buttons {
    display: none;
  }

  .hero-cinemagraph-mobile-buttons {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .hero-cinemagraph-mobile-buttons .hero-cinemagraph-btn {
    font-size: 0.8rem;
  }

  .hero-cinemagraph-cup-card {
    grid-template-columns: 96px minmax(0, 1fr);
    border-radius: 18px;
    min-height: 120px;
  }

  .hero-cinemagraph-cup-image {
    min-height: 120px;
  }

  .hero-cinemagraph-cup-body {
    padding: 0.72rem;
  }

  .hero-cinemagraph-cup-title {
    font-size: clamp(0.94rem, 4.5vw, 1.08rem);
  }

  .hero-cinemagraph-cup-desc {
    font-size: 0.76rem;
    margin-top: 0.28rem;
  }

  .hero-cinemagraph-cup-link {
    font-size: 0.7rem;
    margin-top: 0.48rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-cinemagraph-base,
  .hero-cinemagraph-steam span,
  .hero-cinemagraph-bubbles span,
  .hero-cinemagraph-light,
  .hero-cinemagraph-scroll-icon::before {
    animation: none;
  }

  .hero-cinemagraph-btn,
  .hero-cinemagraph-glow {
    transition: none;
  }
}
