:root {
  --bg: #040705;
  --ink: #e9ffe9;
  --muted: #8fb897;
  --gitd: #3dff6a;
  --gitd-hot: #9affb0;
  --line: #1c3f28;
  --card: rgba(6, 14, 9, 0.82);
  --glow: 0 0 18px rgba(61, 255, 106, 0.45), 0 0 42px rgba(61, 255, 106, 0.18);
  --pad-x: clamp(1rem, 5vw, 8vw);
}

* { box-sizing: border-box; }
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

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

a { color: var(--gitd); }
a:hover { color: var(--gitd-hot); }

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}
.site-bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.32) contrast(1.1) saturate(1.05);
  transform: scale(1.04);
}
.site-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 7, 5, 0.88) 0%, rgba(4, 7, 5, 0.55) 42%, rgba(4, 7, 5, 0.4) 100%),
    linear-gradient(180deg, rgba(4, 7, 5, 0.45) 0%, rgba(4, 7, 5, 0.72) 55%, rgba(4, 7, 5, 0.96) 100%),
    radial-gradient(700px 420px at 55% 60%, rgba(61, 255, 106, 0.1), transparent 65%);
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem 1rem;
  padding: 0.65rem var(--pad-x);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(4, 7, 5, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(61, 255, 106, 0.12);
  width: 100%;
}
.mark {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: clamp(0.72rem, 2.8vw, 0.85rem);
}
.mark img {
  width: 2.5rem;
  height: 2.5rem;
  max-width: 2.5rem;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--gitd);
  box-shadow: var(--glow);
  background: #050806;
  flex-shrink: 0;
}
.mark span {
  text-shadow: 0 0 14px rgba(61, 255, 106, 0.35);
}
.nav nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0.35rem;
}
.nav nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: clamp(0.85rem, 3.2vw, 0.95rem);
  min-height: 44px;
  min-width: 44px;
  padding: 0.55rem 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}
.nav nav a:hover,
.nav nav a:focus-visible {
  color: var(--gitd-hot);
  text-shadow: 0 0 12px rgba(61, 255, 106, 0.45);
}

.hero {
  position: relative;
  min-height: min(88vh, 52rem);
  display: flex;
  align-items: flex-end;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.hero-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.55) contrast(1.12) saturate(1.1);
  animation: hero-rise 1.4s ease-out both;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 7, 5, 0.92) 0%, rgba(4, 7, 5, 0.62) 38%, rgba(4, 7, 5, 0.28) 72%, rgba(4, 7, 5, 0.45) 100%),
    linear-gradient(180deg, rgba(4, 7, 5, 0.25) 0%, rgba(4, 7, 5, 0.45) 45%, rgba(4, 7, 5, 0.96) 100%),
    radial-gradient(560px 360px at 55% 58%, rgba(61, 255, 106, 0.16), transparent 70%);
  box-shadow: inset 0 0 0 1px rgba(61, 255, 106, 0.14);
}
.hero-copy {
  position: relative;
  padding: clamp(5rem, 16vh, 18vh) var(--pad-x) clamp(2.5rem, 8vh, 10vh);
  max-width: min(46rem, 100%);
  width: 100%;
  opacity: 1;
  animation: copy-in 0.9s ease-out forwards;
}
.eyebrow {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: clamp(0.68rem, 2.5vw, 0.75rem);
  color: var(--gitd);
  text-shadow: 0 0 16px rgba(61, 255, 106, 0.55);
  margin: 0;
}
h1 {
  font-size: clamp(2rem, 9vw, 4.4rem);
  line-height: 1.02;
  margin: 0.4rem 0 0.85rem;
  text-shadow:
    0 2px 24px rgba(0, 0, 0, 0.75),
    0 0 28px rgba(61, 255, 106, 0.2);
  word-wrap: break-word;
}
.lede {
  color: var(--muted);
  font-size: clamp(1rem, 3.6vw, 1.2rem);
  max-width: 36rem;
  margin: 0;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
  width: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  background: var(--gitd);
  color: #041208;
  text-decoration: none;
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
  font-family: system-ui, sans-serif;
  font-weight: 650;
  font-size: clamp(0.9rem, 3.2vw, 1rem);
  border: 1px solid rgba(154, 255, 176, 0.55);
  box-shadow: var(--glow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-align: center;
}
.btn:hover {
  transform: translateY(-1px);
  background: var(--gitd-hot);
  color: #041208;
  box-shadow: 0 0 24px rgba(61, 255, 106, 0.65), 0 0 48px rgba(61, 255, 106, 0.28);
}
.btn.ghost {
  background: rgba(4, 7, 5, 0.55);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: none;
  backdrop-filter: blur(4px);
}
.btn.ghost:hover {
  border-color: var(--gitd);
  color: var(--gitd-hot);
  box-shadow: 0 0 18px rgba(61, 255, 106, 0.28);
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  padding: 1.5rem var(--pad-x) 2.5rem;
  width: 100%;
}
@media (min-width: 560px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 960px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
    padding: 2vh var(--pad-x) 5vh;
  }
}
.grid article {
  background: var(--card);
  border: 1px solid var(--line);
  padding: 1.15rem 1.1rem 1.3rem;
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(61, 255, 106, 0.05), 0 0 24px rgba(0, 0, 0, 0.35);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  min-width: 0;
}
.grid article:hover {
  border-color: rgba(61, 255, 106, 0.55);
  box-shadow: 0 0 22px rgba(61, 255, 106, 0.16), inset 0 0 0 1px rgba(61, 255, 106, 0.12);
}
.grid h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.1rem, 4vw, 1.25rem);
}
.grid p { margin: 0; color: var(--muted); font-size: clamp(0.92rem, 3.2vw, 1rem); }

.shop {
  padding: 0 var(--pad-x) clamp(2.5rem, 8vh, 8vh);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem;
  width: 100%;
}
@media (min-width: 900px) {
  .shop {
    grid-template-columns: 1.4fr 1fr;
    align-items: end;
    gap: 1.75rem;
  }
}
.shop-frame {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(61, 255, 106, 0.4);
  box-shadow: 0 0 28px rgba(61, 255, 106, 0.14), inset 0 0 0 1px rgba(61, 255, 106, 0.08);
  width: 100%;
  min-width: 0;
}
.shop-frame img {
  width: 100%;
  max-width: 100%;
  height: clamp(11rem, 42vw, 24rem);
  object-fit: cover;
  object-position: center center;
  filter: brightness(0.62) contrast(1.08) saturate(1.05);
}
.shop-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(4, 7, 5, 0.65));
  pointer-events: none;
}
.shop-copy {
  min-width: 0;
}
.shop-copy h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.4rem, 5.5vw, 2.2rem);
  text-shadow: 0 0 18px rgba(61, 255, 106, 0.25);
}
.shop-copy p {
  margin: 0;
  color: var(--muted);
  max-width: 28rem;
  font-size: clamp(0.95rem, 3.4vw, 1.05rem);
}

.gallery {
  padding: 0 var(--pad-x) clamp(2.5rem, 8vh, 8vh);
  width: 100%;
}
.gallery-intro {
  max-width: 36rem;
  margin-bottom: 1.25rem;
}
.gallery-intro h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.4rem, 5.5vw, 2.2rem);
  text-shadow: 0 0 18px rgba(61, 255, 106, 0.25);
}
.gallery-intro p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.95rem, 3.4vw, 1.05rem);
}
.gallery-note {
  margin-top: 0.55rem !important;
  font-size: clamp(0.82rem, 3vw, 0.92rem) !important;
  color: rgba(214, 232, 220, 0.78) !important;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  width: 100%;
}
@media (min-width: 560px) {
  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
  }
}
@media (min-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}
.gallery-grid figure,
.gallery-grid .product-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #050806;
  min-width: 0;
  box-shadow: 0 0 0 1px rgba(61, 255, 106, 0.06);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.gallery-grid figure:hover,
.gallery-grid .product-card:hover {
  border-color: rgba(61, 255, 106, 0.65);
  box-shadow: 0 0 22px rgba(61, 255, 106, 0.22);
}
.product-media {
  aspect-ratio: 1;
  overflow: hidden;
  background: #050806;
}
.gallery-grid img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.gallery-grid figure:hover img,
.gallery-grid .product-card:hover img {
  transform: scale(1.04);
}
.gallery-grid figcaption {
  display: grid;
  gap: 0.45rem;
  padding: 0.7rem 0.7rem 0.8rem;
  font-family: system-ui, sans-serif;
  color: var(--ink);
  background: rgba(4, 7, 5, 0.96);
  border-top: 1px solid rgba(61, 255, 106, 0.12);
}
.product-name {
  font-size: clamp(0.62rem, 2.4vw, 0.72rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.product-price {
  font-size: clamp(0.95rem, 3.2vw, 1.05rem);
  color: var(--gitd);
  font-weight: 700;
  text-shadow: 0 0 12px rgba(61, 255, 106, 0.25);
}
.product-desc {
  font-size: clamp(0.72rem, 2.6vw, 0.8rem);
  color: rgba(214, 232, 220, 0.72);
  line-height: 1.35;
}
.add-btn {
  width: 100%;
  margin-top: 0.15rem;
  padding: 0.55rem 0.7rem;
  font-size: 0.78rem;
  min-height: 42px;
}
.product-card.display-only figcaption {
  padding-bottom: 0.75rem;
}

.cart-nav-btn {
  appearance: none;
  border: 1px solid rgba(61, 255, 106, 0.45);
  background: rgba(61, 255, 106, 0.08);
  color: var(--gitd);
  font: inherit;
  font-family: system-ui, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  min-height: 44px;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
  box-shadow: var(--glow);
}
.cart-nav-btn:hover {
  color: var(--gitd-hot);
  border-color: var(--gitd);
}
.cart-count {
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: var(--gitd);
  color: #041006;
  font-size: 0.72rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cart-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 40;
}
.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(24rem, 100vw);
  height: 100%;
  z-index: 50;
  background: rgba(4, 10, 7, 0.98);
  border-left: 1px solid rgba(61, 255, 106, 0.35);
  box-shadow: -12px 0 40px rgba(0, 0, 0, 0.45);
  transform: translateX(105%);
  transition: transform 0.28s ease;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 1.25rem;
}
.cart-drawer.open {
  transform: translateX(0);
}
body.cart-open {
  overflow: hidden;
}
.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.cart-header h2 {
  margin: 0;
  font-size: 1.25rem;
}
.cart-close {
  appearance: none;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  min-height: 40px;
  padding: 0.4rem 0.75rem;
  border-radius: 8px;
  cursor: pointer;
  font-family: system-ui, sans-serif;
}
.cart-empty {
  color: var(--muted);
  margin: 0.5rem 0 1rem;
}
.cart-lines {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  flex: 1;
  display: grid;
  gap: 0.75rem;
  align-content: start;
}
.cart-line {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 0.65rem;
  align-items: start;
  padding: 0.55rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(6, 14, 9, 0.85);
}
.cart-line img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
}
.cart-line-meta {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}
.cart-line-meta strong {
  font-size: 0.92rem;
}
.cart-line-price {
  color: var(--muted);
  font-size: 0.8rem;
  font-family: system-ui, sans-serif;
}
.cart-qty {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: system-ui, sans-serif;
}
.qty-btn,
.cart-remove {
  appearance: none;
  border: 1px solid rgba(61, 255, 106, 0.35);
  background: rgba(61, 255, 106, 0.08);
  color: var(--gitd);
  border-radius: 6px;
  min-height: 44px;
  min-width: 44px;
  cursor: pointer;
  font-family: system-ui, sans-serif;
}
.cart-remove {
  padding: 0.35rem 0.65rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  min-width: 44px;
}
.cart-footer {
  border-top: 1px solid var(--line);
  padding-top: 0.9rem;
  margin-top: 0.9rem;
  display: grid;
  gap: 0.65rem;
}
.cart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: system-ui, sans-serif;
}
.cart-total-row strong {
  color: var(--gitd);
  font-size: 1.15rem;
}
.cart-status {
  margin: 0;
  min-height: 1.2em;
  color: #ffb4b4;
  font-size: 0.85rem;
  font-family: system-ui, sans-serif;
}
.cart-ship-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
  font-family: system-ui, sans-serif;
}
.cart-checkout {
  width: 100%;
}
.cart-checkout:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.success-page {
  min-height: calc(100vh - 4rem);
  display: grid;
  place-items: center;
  padding: 2rem var(--pad-x);
}
.success-card {
  width: min(34rem, 100%);
  background: var(--card);
  border: 1px solid rgba(61, 255, 106, 0.4);
  border-radius: 16px;
  padding: clamp(1.25rem, 4vw, 2rem);
  box-shadow: 0 0 28px rgba(61, 255, 106, 0.14);
}
.success-card h1 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.6rem, 6vw, 2.2rem);
}
.success-card .lede {
  margin: 0 0 1.25rem;
  color: var(--muted);
}

.panel {
  position: relative;
  margin: 0 var(--pad-x) clamp(2.5rem, 8vh, 8vh);
  padding: 0;
  border: 1px solid rgba(61, 255, 106, 0.35);
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 0 28px rgba(61, 255, 106, 0.12), inset 0 0 0 1px rgba(61, 255, 106, 0.08);
  width: auto;
  max-width: 100%;
}
.panel-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.panel-bg img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 35%;
  filter: brightness(0.35) contrast(1.1) saturate(1.1);
}
.panel-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(4, 12, 7, 0.94) 0%, rgba(4, 7, 5, 0.78) 55%, rgba(4, 7, 5, 0.7) 100%),
    radial-gradient(520px 300px at 85% 40%, rgba(61, 255, 106, 0.18), transparent 70%);
}
.panel-copy {
  padding: clamp(1.25rem, 4vw, 2rem);
  min-width: 0;
}
.panel-copy h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.35rem, 5vw, 1.75rem);
}
.panel-copy p {
  margin: 0 0 0.75rem;
  font-size: clamp(0.95rem, 3.4vw, 1.05rem);
}
.panel ol {
  color: var(--muted);
  padding-left: 1.25rem;
  margin: 0 0 1.25rem;
  font-size: clamp(0.92rem, 3.2vw, 1rem);
}
.panel ol li { margin-bottom: 0.35rem; }

.foot {
  padding: 0 var(--pad-x) clamp(2.5rem, 8vh, 8vh);
  color: var(--muted);
  font-size: clamp(0.88rem, 3.2vw, 0.95rem);
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
.foot a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.fine {
  font-size: clamp(0.75rem, 2.8vw, 0.8rem);
  max-width: 36rem;
  opacity: 0.85;
}

@keyframes hero-rise {
  from { transform: scale(1.06); opacity: 0.55; }
  to { transform: scale(1); opacity: 1; }
}
@keyframes copy-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Phones ~375–390px and below */
@media (max-width: 480px) {
  .nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
    padding: 0.5rem var(--pad-x) 0.35rem;
  }
  .mark {
    width: 100%;
  }
  .nav nav {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
  .nav nav a,
  .nav nav .cart-nav-btn {
    flex: 1 1 auto;
    padding: 0.5rem 0.35rem;
    font-size: 0.78rem;
    justify-content: center;
  }
  .cart-nav-btn {
    border-radius: 8px;
  }

  .hero {
    min-height: auto;
    align-items: stretch;
  }
  .hero-media img {
    object-position: center center;
    filter: brightness(0.36) contrast(1.14) saturate(1.05);
  }
  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(4, 7, 5, 0.62) 0%, rgba(4, 7, 5, 0.82) 38%, rgba(4, 7, 5, 0.98) 100%),
      linear-gradient(90deg, rgba(4, 7, 5, 0.94) 0%, rgba(4, 7, 5, 0.72) 55%, rgba(4, 7, 5, 0.68) 100%),
      radial-gradient(420px 280px at 50% 55%, rgba(61, 255, 106, 0.14), transparent 70%);
  }
  .hero-copy {
    padding: 4.5rem var(--pad-x) 2.25rem;
    opacity: 1;
  }
  .hero-copy h1,
  .hero-copy .lede,
  .hero-copy .eyebrow {
    text-shadow:
      0 1px 2px rgba(0, 0, 0, 0.85),
      0 0 18px rgba(4, 7, 5, 0.9);
  }
  .actions {
    flex-direction: column;
  }
  .actions .btn {
    width: 100%;
  }

  .site-bg img {
    object-position: center center;
    filter: brightness(0.22) contrast(1.08) saturate(1);
  }
  .site-bg::after {
    background:
      linear-gradient(180deg, rgba(4, 7, 5, 0.7) 0%, rgba(4, 7, 5, 0.88) 50%, rgba(4, 7, 5, 0.98) 100%),
      linear-gradient(90deg, rgba(4, 7, 5, 0.85) 0%, rgba(4, 7, 5, 0.55) 100%),
      radial-gradient(520px 360px at 50% 45%, rgba(61, 255, 106, 0.1), transparent 65%);
  }

  .shop-frame img {
    height: 12rem;
    object-position: center center;
  }
  .panel-bg img {
    object-position: center 30%;
    filter: brightness(0.28) saturate(1);
  }
  .panel-bg::after {
    background: linear-gradient(180deg, rgba(4, 12, 7, 0.94), rgba(4, 7, 5, 0.9));
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media img,
  .hero-copy,
  .btn,
  .gallery-grid img {
    animation: none;
    transition: none;
    opacity: 1;
  }
}
