﻿:root {
  --paper: #faf7f3;
  --paper-strong: #f4ece4;
  --ink: #2f2c23;
  --muted: #858887;
  --soft: #d8cdf2;
  --red: #e83b14;
  --dark: #0f0f0f;
  --line: rgba(47, 44, 35, 0.12);
  --shadow: 0 24px 70px rgba(47, 44, 35, 0.14);
  --scale: 1;
  --stage-left: 0px;
  font-family: "Poppins", "Noto Sans SC", "Alibaba PuHuiTi 3.0", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--paper);
  }

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
}

body.mobile-nav-open {
  overflow: hidden;
}

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

button {
  font: inherit;
}

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

a {
  color: inherit;
}

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

.desktop-sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 70px;
  padding: 0 24px;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(47, 44, 35, 0.055) 1px, transparent 1px),
    var(--paper);
  background-size: 96px 100%, auto;
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -112%, 0);
}

.desktop-sticky-nav.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.desktop-sticky-brand {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 10px;
  width: max-content;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
}

.desktop-sticky-brand span {
  display: inline-flex;
  align-items: center;
  height: 32px;
  transform: translateY(2px);
}

.desktop-sticky-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
}

.desktop-sticky-link {
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.desktop-sticky-heart {
  justify-self: end;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(232, 223, 211, 0.72);
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.desktop-shell {
  position: relative;
  width: 100%;
  height: calc(6074px * var(--scale));
  overflow: hidden;
  background: var(--paper);
}

.desktop-stage {
  position: absolute;
  top: 0;
  left: var(--stage-left);
  width: 1920px;
  height: 6074px;
  transform: scale(var(--scale));
  transform-origin: top left;
}

.figma-base {
  position: absolute;
  inset: 0;
  width: 1920px;
  height: 6074px;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.desktop-anchor {
  position: absolute;
  left: 0;
  top: var(--y);
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.hotspot {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  width: var(--w);
  height: var(--h);
  padding: 0;
  border: 0;
  border-radius: var(--r, 0);
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  cursor: pointer;
}

.hotspot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(
      circle at var(--mx, 50%) var(--my, 50%),
      rgba(255, 255, 255, 0.36),
      rgba(255, 255, 255, 0.1) 28%,
      transparent 58%
    );
  opacity: 0;
  mix-blend-mode: screen;
}

.hotspot:hover::after,
.hotspot:focus-visible::after {
  opacity: 0;
}

.nav-hotspot {
  display: block;
}

.desktop-love-marquee {
  position: absolute;
  left: 0;
  top: 1000px;
  z-index: 4;
  display: flex;
  align-items: center;
  width: 1920px;
  height: 92px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(47, 44, 35, 0.055) 1px, transparent 1px),
    var(--paper);
  background-size: 96px 100%, auto;
  color: #b8bcc8;
  pointer-events: none;
}

.love-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 100%;
  animation: loveMarquee 22s linear infinite;
  will-change: transform;
}

.love-marquee-set {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 74px;
  padding-right: 74px;
}

.love-marquee-set span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  width: 141px;
  height: 100%;
  color: #b8bcc8;
  font-family: "Poppins", "Noto Sans SC", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.38px;
  white-space: nowrap;
}

.love-marquee-set b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 35px;
  font-weight: 800;
  line-height: 1;
}

@keyframes loveMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.desktop-video-frame {
  position: absolute;
  left: var(--x);
  top: var(--y);
  z-index: 2;
  width: var(--w);
  height: var(--h);
  border-radius: 18px;
  max-width: none;
  object-fit: cover;
  object-position: center;
  background: #111;
  pointer-events: none;
  overflow: hidden;
  clip-path: inset(1px round 18px);
}

.desktop-carousel {
  position: absolute;
  left: 294px;
  top: 1472px;
  z-index: 3;
  display: grid;
  width: 1369px;
  height: 513px;
  grid-template-columns: repeat(3, 447px);
  gap: 14px;
  opacity: 0;
  pointer-events: none;
  transform: none;
  transform-origin: 50% 100%;
}

.desktop-carousel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.desktop-carousel-card {
  position: relative;
  width: 447px;
  height: 513px;
  padding: 0;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.desktop-carousel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desktop-carousel-card:hover img,
.desktop-carousel-card:focus-visible img {
  transform: none;
  filter: none;
}

.mobile-page {
  display: none;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 50;
  max-width: calc(100vw - 32px);
  transform: translate(-50%, 0);
  padding: 13px 20px;
  border-radius: 999px;
  background: rgba(15, 15, 15, 0.92);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  text-align: center;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.music-toggle {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px 10px 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(47, 44, 35, 0.92);
  color: #fbf8f7;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 40px rgba(47, 44, 35, 0.2);
  cursor: pointer;
}

.music-icon {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #e83b14;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.music-toggle.is-playing .music-icon {
  background: #d7cbf1;
  color: var(--ink);
}

.music-toggle.is-unavailable {
  background: rgba(47, 44, 35, 0.52);
}

.music-toggle.is-unavailable .music-icon {
  background: rgba(255, 255, 255, 0.24);
}

.media-modal {
  width: min(920px, calc(100vw - 32px));
  max-height: min(820px, calc(100vh - 32px));
  padding: 0;
  border: 0;
  border-radius: clamp(22px, 4vw, 34px);
  overflow: hidden;
  background: #111;
  color: #fff;
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.42);
  opacity: 0;
  transform: none;
}

.media-modal[open] {
  opacity: 1;
  transform: none;
}

.media-modal::backdrop {
  background: rgba(15, 15, 15, 0.68);
  backdrop-filter: blur(10px);
}

.modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.modal-content {
  position: relative;
  display: grid;
}

.modal-image {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  background: #111;
}

.modal-video {
  display: none;
  min-height: min(420px, 58vh);
  place-items: center;
  background: #111;
}

.modal-video span {
  display: none;
  color: #fff;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(70px, 12vw, 124px);
  line-height: 1;
}

.modal-video-player {
  display: block;
  width: 100%;
  max-height: 720px;
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
  background: #111;
  clip-path: inset(1px round 18px);
}

.modal-title {
  margin: 0;
  padding: 18px 24px 22px;
  background: #111;
  color: #fff;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.media-modal.is-video .modal-image {
  display: none;
}

.media-modal.is-video .modal-video {
  display: grid;
}

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

  body {
    background:
      linear-gradient(rgba(47, 44, 35, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(47, 44, 35, 0.045) 1px, transparent 1px),
      var(--paper);
    background-size: 64px 64px;
  }

  .desktop-shell {
    display: none;
  }

  .mobile-page {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .mobile-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    background: rgba(250, 247, 243, 0.88);
    border-bottom: 1px solid rgba(47, 44, 35, 0.08);
    backdrop-filter: blur(16px);
  }

  .mobile-brand {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
    color: var(--ink);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 30px;
    line-height: 1;
    text-decoration: none;
  }

  .mobile-brand img {
    width: 31px;
    height: 31px;
    flex: 0 0 auto;
  }

  .mobile-brand span {
    overflow-wrap: anywhere;
  }

  .mobile-menu-button {
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 0;
    border-radius: 50%;
    background: var(--paper-strong);
    color: var(--ink);
    cursor: pointer;
  }

  .mobile-menu-button span:not(.sr-only) {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    border-radius: 999px;
    background: currentColor;
  }

  .mobile-menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(5px) rotate(45deg);
  }

  .mobile-menu-button[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-5px) rotate(-45deg);
  }

  .mobile-menu {
    position: sticky;
    top: 72px;
    z-index: 19;
    display: none;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 16px 14px;
    background: rgba(250, 247, 243, 0.94);
    border-bottom: 1px solid rgba(47, 44, 35, 0.08);
    backdrop-filter: blur(16px);
    transform-origin: 50% 0;
  }

  .mobile-menu.is-open {
    display: grid;
  }

  .mobile-menu a {
    min-height: 46px;
    padding: 13px 16px;
    border-radius: 18px;
    background: rgba(47, 44, 35, 0.06);
    color: var(--ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
  }

  .music-toggle {
    right: 16px;
    bottom: 16px;
    min-height: 42px;
    padding: 9px 14px 9px 10px;
  }

  .toast {
    bottom: 70px;
  }

  .mobile-section {
    width: min(100% - 32px, 520px);
    margin: 0 auto;
    padding: 54px 0;
  }

  .mobile-hero {
    padding-top: 42px;
    padding-bottom: 0;
  }

  .mobile-kicker,
  .mobile-section-title p {
    margin: 0;
    color: #676a69;
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-hero h1,
  .mobile-section-title h2,
  .mobile-final h2 {
    margin: 12px 0 0;
    color: var(--ink);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(76px, 23vw, 116px);
    font-weight: 400;
    line-height: 0.86;
    letter-spacing: 0;
    text-transform: uppercase;
    overflow-wrap: anywhere;
  }

  .mobile-lead,
  .mobile-copy,
  .mobile-final p {
    margin: 18px 0 0;
    color: #686b69;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

  .mobile-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .mobile-photo-card,
  .mobile-slide,
  .mobile-memory-card {
    position: relative;
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 28px;
    overflow: hidden;
    background: #111;
    color: inherit;
    font: inherit;
    text-align: left;
    box-shadow: var(--shadow);
    cursor: pointer;
  }

  .mobile-photo-card::after,
  .mobile-slide::after,
  .mobile-memory-card::after,
  .mobile-video-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
      linear-gradient(
        115deg,
        transparent 0%,
        rgba(255, 255, 255, 0.28) 42%,
        transparent 58%
      );
    opacity: 0;
    transform: translateX(-120%);
    pointer-events: none;
  }

  .mobile-photo-card:hover::after,
  .mobile-slide:hover::after,
  .mobile-memory-card:hover::after,
  .mobile-video-card:hover::after,
  .mobile-photo-card:focus-visible::after,
  .mobile-slide:focus-visible::after,
  .mobile-memory-card:focus-visible::after,
  .mobile-video-card:focus-visible::after {
  }

  .mobile-photo-card img,
  .mobile-slide img,
  .mobile-memory-card img {
    width: 100%;
    object-fit: cover;
  }

  .mobile-photo-card img {
    aspect-ratio: 1 / 0.86;
  }

  .mobile-photo-card.wide img {
    aspect-ratio: 1 / 0.92;
  }

  .mobile-photo-card span,
  .mobile-slide span {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: block;
    padding: 12px 16px;
    border-radius: 999px;
    background: var(--soft);
    color: var(--ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .mobile-name-card {
    min-width: 0;
    padding: 26px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.64);
    box-shadow: inset 0 0 0 1px rgba(47, 44, 35, 0.06);
  }

  .mobile-name-card p {
    margin: 0 0 18px;
    color: #3c3d39;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.1;
  }

  .mobile-name-card p span {
    display: block;
    color: var(--muted);
  }

  .mobile-name-card strong {
    display: block;
    color: var(--ink);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(58px, 18vw, 86px);
    font-weight: 400;
    line-height: 0.86;
    text-transform: uppercase;
  }

  .mobile-love-strip {
    width: 100%;
    overflow: hidden;
    padding: 18px 16px;
    background: rgba(255, 255, 255, 0.38);
    color: #b7bdc9;
  }

  .mobile-love-strip .love-marquee-track {
    animation-duration: 16s;
  }

  .mobile-love-strip .love-marquee-set {
    gap: 28px;
    padding-right: 28px;
  }

  .mobile-love-strip .love-marquee-set span {
    width: 120px;
    gap: 8px;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
  }

  .mobile-love-strip .love-marquee-set b {
    width: 30px;
    height: 30px;
    font-size: 28px;
  }

  .mobile-timeline,
  .mobile-videos {
    width: 100%;
    max-width: none;
    padding: 58px 16px;
    background: var(--dark);
    color: #fff;
  }

  .mobile-timeline .mobile-section-title,
  .mobile-videos .mobile-section-title,
  .mobile-carousel,
  .mobile-carousel-actions,
  .mobile-videos .mobile-video-card {
    width: min(100%, 520px);
    margin-right: auto;
    margin-left: auto;
  }

  .mobile-timeline .mobile-section-title p,
  .mobile-videos .mobile-section-title p {
    color: rgba(255, 255, 255, 0.68);
  }

  .mobile-timeline .mobile-section-title h2,
  .mobile-videos .mobile-section-title h2 {
    color: #fff;
  }

  .mobile-carousel {
    position: relative;
    min-height: 450px;
    margin-top: 28px;
  }

  .mobile-slide {
    display: none;
  }

  .mobile-slide.active {
    display: block;
  }

  .mobile-slide img {
    aspect-ratio: 0.84 / 1;
  }

  .mobile-slide span {
    background: var(--red);
    color: #fff7f3;
  }

  .mobile-carousel-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 16px;
  }

  .mobile-carousel-actions button {
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
  }

  .mobile-memory-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .mobile-memory-card {
    display: grid;
    grid-template-columns: minmax(96px, 35%) minmax(0, 1fr);
    grid-template-rows: minmax(0, auto) minmax(0, auto);
    align-items: center;
    column-gap: 14px;
    row-gap: 8px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 0 0 1px rgba(47, 44, 35, 0.06);
  }

  .mobile-memory-card img {
    grid-row: 1 / span 2;
    aspect-ratio: 1;
    border-radius: 20px;
  }

  .mobile-memory-card span,
  .mobile-memory-card p {
    display: block;
    grid-column: 2;
    overflow-wrap: anywhere;
  }

  .mobile-memory-card span {
    align-self: end;
    color: var(--ink);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
  }

  .mobile-memory-card p {
    align-self: start;
    margin: 0;
    color: #858887;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
  }

  .red-title p,
  .red-title h2 {
    color: var(--red);
  }

  .mobile-memorable {
    display: grid;
    gap: 16px;
  }

  .mobile-memorable .mobile-section-title,
  .mobile-memorable .mobile-copy {
    margin-bottom: 2px;
  }

  .mobile-video-card {
    position: relative;
    display: grid;
    min-height: 220px;
    align-content: end;
    gap: 6px;
    margin-top: 16px;
    padding: 28px;
    border: 0;
    border-radius: 28px;
    overflow: hidden;
    background:
      linear-gradient(rgba(15, 15, 15, 0.4), rgba(15, 15, 15, 0.78)),
      url("./assets/footer-bg.jpg") center / 104% auto no-repeat;
    color: #fff;
    font: inherit;
    text-align: left;
    cursor: pointer;
    clip-path: inset(1px round 28px);
  }

  .mobile-video-card span {
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 58px;
    line-height: 0.9;
  }

  .mobile-video-card strong {
    font-size: 18px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .mobile-final {
    display: grid;
    min-height: 500px;
    place-items: center;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 58px 16px;
    background:
      linear-gradient(rgba(15, 15, 15, 0.62), rgba(15, 15, 15, 0.72)),
      url("./assets/footer-bg.jpg") center / cover;
    color: #fff;
    text-align: center;
  }

  .mobile-final h2,
  .mobile-final p,
  .mobile-yes {
    width: min(100%, 520px);
    margin-right: auto;
    margin-left: auto;
  }

  .mobile-final h2 {
    color: #fff;
    font-size: clamp(58px, 17vw, 92px);
  }

  .mobile-final p {
    color: rgba(255, 255, 255, 0.72);
  }

  .mobile-yes {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 74px;
    margin-top: 28px;
    padding: 8px 26px 8px 8px;
    border: 0;
    border-radius: 999px;
    background: #d11515;
    color: rgba(255, 255, 255, 0.88);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 58px;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
  }

  .mobile-yes span {
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #fbf8f7;
  }
}

@media (min-width: 721px) and (max-width: 1180px) {
  .desktop-sticky-nav {
    grid-template-columns: minmax(170px, 1fr) auto minmax(110px, 1fr);
    width: 100%;
    min-width: 0;
    height: 64px;
    padding: 0 18px;
  }

  .desktop-sticky-brand {
    gap: 9px;
    font-size: 28px;
  }

  .desktop-sticky-brand img {
    width: 34px;
    height: 34px;
  }

  .desktop-sticky-links {
    gap: 28px;
  }
}

@media (max-width: 420px) {
  .mobile-section {
    width: min(100% - 28px, 520px);
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .mobile-hero {
    padding-bottom: 0;
  }

  .mobile-memory-card {
    grid-template-columns: 1fr;
  }

  .mobile-memory-card span,
  .mobile-memory-card p {
    grid-column: 1;
  }

  .mobile-memory-card img {
    grid-row: auto;
    aspect-ratio: 1.12 / 1;
  }

  .mobile-carousel {
    min-height: 390px;
  }

  .mobile-yes {
    width: 100%;
  }
}

.desktop-carousel-card:hover img,
.desktop-carousel-card:focus-visible img {
  transform: none;
  filter: none;
}

.mobile-slide.active {
  opacity: 1;
}



