@media (min-width: 770px) and (max-width: 991px) {
  .hero-card-wrap {
    max-width: 460px;
    position: relative;
    top: -28px;
  }
  .hero-badge {
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
    justify-content: center;
    gap: 5px;
  }
}
html,
body {
  overflow-x: hidden;
  padding: 0;
}

/* HERO WRAPPER */
.hero-section {
  position: relative;
  height: calc(100vh - 120px);
  overflow: hidden;
  padding-block: 3rem;
}

.hero-section .container {
  padding-block: 3rem;
}

.hero-bg-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  transform: scaleY(1.05);
}

.hero-bg-wrapper .hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(137, 91, 0, 0.6) 0%,
    rgba(137, 91, 0, 0.6) 40%,
    rgba(0, 140, 27, 0.6) 100%
  );
}

.hero-section h1 {
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1.25;
}

.hero-card-wrap {
  max-width: 420px;
}

.hero-badge {
  bottom: 65px;
  right: -80px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  z-index: 3;
  white-space: nowrap;
}

.btn-cta {
  position: relative;
  overflow: hidden;
  background: #e7b900;
  color: #fff;
  border-radius: 12px;
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.2s ease;
}

.btn-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 100%
  );
  transition: left 0.2s ease;
}

.btn-cta:hover {
  background: #d4a800;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
  color: #fff;
}

.btn-cta:hover::before {
  left: 120%;
}

/* Base decor */
.decor {
  pointer-events: none;
  will-change: transform;
}

/* Floating animation */
@keyframes decor-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.decor-float {
  animation: decor-float 6s ease-in-out infinite;
}

/* Speed variants */
.decor-slow {
  animation-duration: 8s;
}

.decor-fast {
  animation-duration: 5s;
}

/* Base hidden state */
[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
  will-change: opacity, transform;
}

/* Variants */
[data-reveal="up"] {
  transform: translateY(18px);
}

[data-reveal="fade"] {
  transform: none;
}

[data-reveal="zoom"] {
  transform: scale(0.96);
}

/* Visible state */
.reveal-in {
  opacity: 1;
  transform: none;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    transition: none;
    opacity: 1;
    transform: none;
  }
}

/* =========================
   Tablet (<= 991px)
   ========================= */
@media (max-width: 991px) {
  .hero-section {
    min-height: 930px;
    padding-block: 2.5rem;
  }

  .hero-section .row {
    text-align: center;
  }

  .hero-card-wrap {
    max-width: 460px;
    position: relative;
    top: -28px;
  }

  .hero-badge {
    bottom: 30px;
    right: 50%;
    transform: translateX(50%);
    justify-content: center;
    gap: 5px;
  }

  .hero-bg {
    object-position: center 50%;
    transform: scaleX(1.7) scaleY(2.5);
    transform-origin: center;
  }
}

/* =========================
   Mobile (<= 768px)
   ========================= */
@media (max-width: 768px) {
  .hero-section {
    height: auto;
    min-height: 720px;
    padding-block: 2rem;
  }

  .hero-bg {
    object-position: center 35%;
    object-fit: cover;
  }

  .hero-section p {
    font-size: 14px;
    line-height: 1.9;
  }
  .hero-card-wrap {
    bottom: -20px;
    right: 10px;
    max-width: 400px;
  }
}

/* =========================
   Small Mobile (<= 576px)
   ========================= */
@media (max-width: 576px) {
  .hero-section {
    min-height: 760px;
  }

  .hero-section h1 {
    font-size: 26px;
  }

  .hero-card-wrap {
    max-width: 360px;
    position: relative;
    top: -24px;
  }

  .hero-card-wrap img.w-100 {
    display: block;
    margin-inline: auto;
    margin-right: -3px;
  }

  .hero-badge {
    bottom: 30px !important;
  }

  .decor {
    display: none;
  }
  .symbols-section {
    padding-inline: 16px;
  }
  .symbols-title,
  .symbols-desc {
    padding-inline: 6px;
  }
  .symbols-row {
    padding-inline: 2px;
  }
}

/* LANTERNS SECTION */
.lanterns-section {
  background: #f5f5f5;
  direction: rtl;
}

.lanterns-title {
  font-weight: 800;
  font-size: clamp(22px, 2.2vw, 32px);
  position: relative;
}

.lanterns-desc {
  max-width: 820px;
  color: #6b7280;
  font-size: 15px;
  line-height: 2;
  margin-top: 18px;
}

/* Lanterns grid cards */
.lanterns-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 22px;
  row-gap: 26px;
  justify-content: center;
  max-width: 1100px;
  margin: 24px auto 0;
  padding: 0 8px;
}

.lantern-card {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.lantern-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1);
}

.lantern-img {
  width: 90%;
  max-width: 250px;
  max-height: 250px;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 220ms ease;
}

.lantern-card:hover .lantern-img {
  transform: translateY(-20px) scale(1.06);
}

#lanternGrid .lantern-card {
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition:
    opacity 700ms ease,
    transform 700ms ease,
    box-shadow 250ms ease;
  transition-delay: var(--delay, 0ms);
  will-change: opacity, transform;
}

#lanternGrid .lantern-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  box-shadow: 0 14px 40px rgba(47, 177, 93, 0.12);
}

/* REVEAL */
@media (prefers-reduced-motion: reduce) {
  #lanternGrid .lantern-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .lanterns-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 20px;
    row-gap: 22px;
  }
}

@media (max-width: 640px) {
  .lanterns-grid {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 16px;
    row-gap: 18px;
  }
  .lantern-img {
    max-width: 180px;
    max-height: 180px;
  }
}

@media (max-width: 480px) {
  .lanterns-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .lantern-img {
    max-width: 170px;
    max-height: 170px;
  }
}

/* SYMBOLS SECTION */
.symbols-section {
  background: #ffffff;
}

.symbols-title {
  font-weight: 800;
  font-size: clamp(22px, 2.2vw, 32px);
}

.symbols-desc {
  max-width: 820px;
  color: #6b7280;
  font-size: 15px;
  line-height: 2;
  margin-top: 18px;
}

.symbol-card {
  width: 100%;
  aspect-ratio: 277 / 259;
  max-width: 260px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  overflow: hidden;
}

.symbol-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.bg-mint {
  background: #e8f6df;
}

.bg-sand {
  background: #fff3d3;
}

.symbol-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 4px;
}

.symbols-row {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 25px;
}

@media (max-width: 576px) {
  .symbol-card {
    max-width: 180px;
    border-radius: 12px;
  }

  .symbol-img {
    padding: 2px;
  }
}

.symbols-row .symbol-card {
  opacity: 0;
  transform: translateY(18px) scale(0.92);
  filter: blur(6px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.2, 0.9, 0.2, 1),
    filter 700ms ease,
    box-shadow 250ms ease;
  transition-delay: var(--delay, 0ms);
  will-change: opacity, transform, filter;
  position: relative;
  overflow: hidden;
}

.symbols-row .symbol-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.symbols-row .symbol-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.45) 45%,
    transparent 70%
  );
  transform: translateX(-120%) rotate(12deg);
  opacity: 0;
  pointer-events: none;
}

.symbols-row .symbol-card.is-visible::before {
  opacity: 1;
  animation: symbol-shine 900ms ease 1;
}

@keyframes symbol-shine {
  from {
    transform: translateX(-120%) rotate(12deg);
  }
  to {
    transform: translateX(120%) rotate(12deg);
  }
}

.symbols-row .symbol-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.symbols-row .symbol-card:hover .symbol-img {
  transform: translateY(-2px) scale(1.03);
}
.symbols-row .symbol-img {
  transition: transform 250ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .symbols-row .symbol-card {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
  .symbols-row .symbol-card::before {
    display: none;
  }
}

/* NEW SECTION */
.new-section {
  background: #ffffff;
}

.new-section-title {
  font-weight: 800;
  font-size: clamp(22px, 2.2vw, 32px);
}

.new-section-desc {
  max-width: 820px;
  color: #6b7280;
  font-size: 15px;
  line-height: 2;
  margin-top: 18px;
}

.new-section-row .symbol-card {
  opacity: 0;
  transform: translateY(18px) scale(0.92);
  filter: blur(6px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.2, 0.9, 0.2, 1),
    filter 700ms ease,
    box-shadow 250ms ease;
  transition-delay: var(--delay, 0ms);
  will-change: opacity, transform, filter;
  position: relative;
  overflow: hidden;
}

.new-section-row .symbol-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.new-section-row .symbol-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.45) 45%,
    transparent 70%
  );
  transform: translateX(-120%) rotate(12deg);
  opacity: 0;
  pointer-events: none;
}

.new-section-row .symbol-card.is-visible::before {
  opacity: 1;
  animation: new-section-shine 900ms ease 1;
}

@keyframes new-section-shine {
  from {
    transform: translateX(-120%) rotate(12deg);
  }
  to {
    transform: translateX(120%) rotate(12deg);
  }
}

.new-section-row .symbol-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.new-section-row .symbol-card:hover .symbol-img {
  transform: translateY(-2px) scale(1.03);
}

.new-section-row .symbol-img {
  transition: transform 250ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .new-section-row .symbol-card {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
  .new-section-row .symbol-card::before {
    display: none;
  }
}

/* MEDALS SECTION */
@media (max-width: 768px) {
  .medals-section .medals-desc,
  .medals-section .section-desc {
    padding-inline: 30px;
  }
}
.medals-section {
  padding-right: 20px;
  padding-left: 20px;
}
.medals-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
  row-gap: 25px;
  margin: 20px auto 0;
  padding: 0 20px;
}

@media (max-width: 1200px) {
  .medals-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    row-gap: 20px;
    padding: 0 20px;
  }
  .medals-section {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 992px) {
  .medals-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    row-gap: 18px;
    padding: 0 20px;
  }
  .medals-section {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .medals-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    row-gap: 16px;
    padding: 0 20px;
  }
  .medals-section {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .medals-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    row-gap: 14px;
    padding: 0 20px;
  }
  .medals-section {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.medal-card {
  width: 100%;
  aspect-ratio: 277 / 259;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(18px) scale(0.92);
  filter: blur(6px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.2, 0.9, 0.2, 1),
    filter 700ms ease,
    box-shadow 250ms ease;
  transition-delay: var(--delay, 0ms);
  will-change: opacity, transform, filter;
  position: relative;
  overflow: hidden;
}

.medal-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.medal-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.45) 45%,
    transparent 70%
  );
  transform: translateX(-120%) rotate(12deg);
  opacity: 0;
  pointer-events: none;
}

.medal-card.is-visible::before {
  opacity: 1;
  animation: medal-shine 900ms ease 1;
}

@keyframes medal-shine {
  from {
    transform: translateX(-120%) rotate(12deg);
  }
  to {
    transform: translateX(120%) rotate(12deg);
  }
}

.medal-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.medal-card:hover img {
  transform: translateY(-2px) scale(1.03);
}

.medal-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 12px;
  transition: transform 250ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .medal-card {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
  .medal-card::before {
    display: none;
  }
}

/* RANKS SECTION */
@media (max-width: 768px) {
  .ranks-section .ranks-desc,
  .ranks-section .section-desc {
    padding-inline: 16px;
  }
}
.ranks-section {
  background: #fff;
}

.ranks-title {
  font-weight: 800;
  font-size: clamp(22px, 2.2vw, 32px);
  position: relative;
  display: inline-block;
}

.ranks-desc {
  max-width: 820px;
  color: #6b7280;
  font-size: 15px;
  line-height: 2;
  margin-top: 18px;
}

.ranks-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  gap: 20px;
  row-gap: 24px;
  justify-content: center;
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 0 6px;
}

.rank-card {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.rank-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.rank-card.bg-mint {
  background: #e8f6df;
}
.rank-card.bg-sand {
  background: #fff3d3;
}

.rank-img {
  width: 72%;
  height: 72%;
  max-width: 92px;
  object-fit: contain;
  display: block;
}

@media (max-width: 1200px) {
  .ranks-grid {
    grid-template-columns: repeat(6, minmax(110px, 1fr));
    gap: 18px;
    row-gap: 20px;
  }
}
@media (max-width: 992px) {
  .ranks-grid {
    grid-template-columns: repeat(5, minmax(104px, 1fr));
    gap: 16px;
    row-gap: 18px;
  }
  .rank-img {
    max-width: 88px;
  }
}
@media (max-width: 768px) {
  .ranks-grid {
    grid-template-columns: repeat(4, minmax(94px, 1fr));
    gap: 14px;
    row-gap: 16px;
  }
  .rank-img {
    max-width: 74px;
  }
}
@media (max-width: 480px) {
  .ranks-grid {
    grid-template-columns: repeat(3, minmax(90px, 1fr));
    gap: 12px;
    row-gap: 14px;
  }
  .rank-img {
    max-width: 68px;
  }
}

#ranksGrid .rank-card {
  opacity: 0;
  transform: translateY(18px) scale(0.92);
  filter: blur(6px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.2, 0.9, 0.2, 1),
    filter 700ms ease,
    box-shadow 250ms ease;
  transition-delay: var(--delay, 0ms);
  will-change: opacity, transform, filter;
  position: relative;
  overflow: hidden;
}

#ranksGrid .rank-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

#ranksGrid .rank-card::before {
  content: "";
  position: absolute;
  inset: -45%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.45) 45%,
    transparent 70%
  );
  transform: translateX(-120%) rotate(12deg);
  opacity: 0;
  pointer-events: none;
}

#ranksGrid .rank-card.is-visible::before {
  opacity: 1;
  animation: ranks-shine 900ms ease 1;
}

@keyframes ranks-shine {
  from {
    transform: translateX(-120%) rotate(12deg);
  }
  to {
    transform: translateX(120%) rotate(12deg);
  }
}

#ranksGrid .rank-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

#ranksGrid .rank-img {
  transition: transform 250ms ease;
}
#ranksGrid .rank-card:hover .rank-img {
  transform: translateY(-2px) scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
  #ranksGrid .rank-card {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
  #ranksGrid .rank-card::before {
    display: none;
  }
}

/* DOORS SECTION */
@media (max-width: 768px) {
  .doors-section .doors-desc,
  .doors-section .section-desc {
    padding-inline: 16px;
  }
}
.doors-section {
  background: #fff;
}

.doors-section .container {
  padding-left: 8px;
  padding-right: 8px;
}

.doors-title {
  font-weight: 800;
  font-size: clamp(22px, 2.2vw, 32px);
}

.doors-desc {
  max-width: 820px;
  color: #6b7280;
  font-size: 15px;
  line-height: 2;
  margin-top: 18px;
}

.doors-grid {
  --bs-gutter-x: -80px;
  --bs-gutter-y: 28px;
}

@media (min-width: 768px) and (max-width: 1286px) {
  .doors-grid {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 28px;
  }
}

.door-card {
  width: 100%;
  max-width: 570px;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  background: #f3f4f6;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.door-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.door-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

@media (max-width: 576px) {
  .doors-grid {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
  }
  .door-card {
    max-width: 520px;
    border-radius: 16px;
  }
}

.doors-grid .door-card {
  opacity: 0;
  transform: translateY(22px) scale(0.96);
  filter: blur(6px);
  transition:
    opacity 750ms ease,
    transform 750ms cubic-bezier(0.2, 0.9, 0.2, 1),
    filter 750ms ease,
    box-shadow 250ms ease;
  .hero-badge {
    position: static !important;
    margin: 16px auto 0 auto;
    display: flex;
    left: unset !important;
    right: unset !important;
    transform: none !important;
    width: fit-content;
    max-width: 95vw;
  }
  overflow: hidden;
}

.doors-grid .door-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.doors-grid .door-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.45) 45%,
    transparent 70%
  );
  transform: translateX(-120%) rotate(10deg);
  opacity: 0;
  pointer-events: none;
}

.doors-grid .door-card.is-visible::before {
  opacity: 1;
  animation: doors-shine 900ms ease 1;
}

@keyframes doors-shine {
  from {
    transform: translateX(-120%) rotate(10deg);
  }
  to {
    transform: translateX(120%) rotate(10deg);
  }
}

.doors-grid .door-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
}

.doors-grid .door-card img {
  transition: transform 350ms ease;
}
.doors-grid .door-card:hover img {
  transform: scale(1.03);
}

@media (prefers-reduced-motion: reduce) {
  .doors-grid .door-card {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
  .doors-grid .door-card::before {
    display: none;
  }
}
