@font-face {
  font-family: "testal-title";
  src: url("../assets/fonts/kabelbook.otf") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --negro: #d8ecf8;
  --tipo-principal: Helvetica, Arial, sans-serif;
  --tipo-secundaria: Verdana;
  --fondo-1: #090c10;
  --fondo-2: #17080b;
  --fondo-3: #030406;
  --accent: #e0040b;
  --accent-soft: #f08a24;
  --card-border: rgba(197, 106, 26, 0.32);
  background-color: #090c10;
}

html {
  hyphens: none;
  scroll-behavior: smooth;
}

body {
  hyphens: none;
}

p,
h1, h2, h3, h4, h5, h6,
span,
li,
a {
  hyphens: none !important;
  word-break: normal;
  overflow-wrap: normal;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

img, picture, video, iframe, figure {
  max-width: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

p a {
  display: inline;
}

li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, p, span, a, strong, blockquote, i, b, u, em {
  font-size: 1em;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  color: inherit;
}

b {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #cfa34a;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

::selection {
  background-color: var(--negro);
  color: #04111d;
}

form, input:not([type=checkbox]), textarea, select, button, label {
  font-family: inherit;
  font-size: inherit;
  hyphens: auto;
  background-color: transparent;
  color: inherit;
  display: block;
  appearance: none;
}

table, tr, td {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  width: 100%;
  display: block;
  fill: currentColor;
}

body {
  min-height: 100vh;
  font-size: 100%;
  font-family: var(--tipo-principal);
  color: var(--negro);
  line-height: 1.4em;
  hyphens: auto;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: radial-gradient(circle at top, rgba(54, 24, 14, 0.42), transparent 32%), radial-gradient(circle at 20% 18%, rgba(197, 106, 26, 0.16), transparent 18%), linear-gradient(180deg, var(--fondo-2) 0%, var(--fondo-1) 35%, var(--fondo-3) 100%);
  color: #f2fbff;
  overflow-x: hidden;
  position: relative;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(40px);
  opacity: 0.45;
  z-index: 0;
}

body::before {
  width: 28rem;
  height: 28rem;
  top: -7rem;
  right: -8rem;
  background: rgba(197, 106, 26, 0.18);
}

body::after {
  width: 22rem;
  height: 22rem;
  left: -6rem;
  bottom: 8rem;
  background: rgba(224, 4, 11, 0.12);
}

.oceanCanvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
}

#header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 5.7rem;
  margin: 0;
  padding: 0.95rem 1.5rem;
  background-color: #240306;
  background-image: url("../img/tzompantli-header-texture.webp"), linear-gradient(90deg, rgba(36, 3, 6, 0.92), rgba(86, 4, 8, 0.88), rgba(36, 3, 6, 0.92)), linear-gradient(180deg, rgba(36, 3, 6, 0.18), rgba(12, 4, 5, 0.34));
  background-position: center, center, center;
  background-size: 560px auto, auto, auto;
  background-blend-mode: soft-light, normal, multiply;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-family: testal-title;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}
#header .header__logoContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  color: #fff;
  text-decoration: none;
}
#header .header__logoContainer__eyebrow {
  display: block;
  margin-bottom: -1.05rem;
  font-family: testal-title;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 238, 214, 0.92);
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
}
#header .header__logoContainer__logo {
  object-fit: contain;
  display: block;
  transform: translateY(-0.18rem);
}
#header .header__nav {
  display: flex;
  gap: 1.5rem;
}
#header .header__nav__link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.08em;
  position: relative;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}
#header .header__nav__link:hover {
  color: #e0040b;
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
}
#header .header__nav__link::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.45rem;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #e0040b;
  transition: transform 0.25s ease;
}
#header .header__nav__link:hover::after {
  transform: scaleX(1);
}
#header .header__rightStack {
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
}
#header .header__navSocials {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
#header .header__navSocials__link {
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 0.92rem;
  width: 2.15rem;
  height: 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: transform 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
#header .header__navSocials__link:hover {
  color: #e0040b;
  transform: translateY(-2px) scale(1.04);
  background: rgba(197, 106, 26, 0.1);
  border-color: rgba(197, 106, 26, 0.28);
}

.headerShippingBadge {
  position: fixed;
  left: 0;
  bottom: 1.25rem;
  z-index: 1120;
  writing-mode: horizontal-tb;
  isolation: isolate;
  overflow: hidden;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  padding: 0.78rem 0.5rem;
  border: 1px solid rgba(255, 211, 120, 0.62);
  border-radius: 0 0 0.8rem 0.8rem;
  background: linear-gradient(135deg, rgba(224, 4, 11, 0.98), rgba(93, 5, 9, 0.98) 58%, rgba(197, 106, 26, 0.98));
  color: #fff7df;
  font-family: system-ui, sans-serif;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(224, 4, 11, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transform-origin: left bottom;
  transform: rotate(-90deg) translateY(100%);
  animation: shippingPulse 3.2s ease-in-out infinite;
}
.headerShippingBadge::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, transparent 38%, rgba(255, 238, 180, 0.74) 46%, transparent 56%, transparent 100%);
  transform: translateX(-130%) skewX(-18deg);
  animation: shippingShine 2.8s ease-in-out infinite;
}
.headerShippingBadge i,
.headerShippingBadge span {
  position: relative;
  z-index: 1;
}
.headerShippingBadge i {
  color: #ffd978;
  font-size: 0.82rem;
}

@keyframes shippingShine {
  0%, 42% {
    transform: translateX(-130%) skewX(-18deg);
  }
  72%, 100% {
    transform: translateX(130%) skewX(-18deg);
  }
}
@keyframes shippingPulse {
  0%, 100% {
    transform: rotate(-90deg) translateY(100%) translateX(0);
    box-shadow: 0 12px 26px rgba(224, 4, 11, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  }
  50% {
    transform: rotate(-90deg) translateY(100%) translateX(-1px);
    box-shadow: 0 16px 32px rgba(224, 4, 11, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.28);
  }
}
.socialLinkGroup {
  position: relative;
  display: inline-flex;
}
.socialLinkGroup__trigger {
  font-family: inherit;
}
.socialLinkGroup__menu {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  min-width: 150px;
  padding: 0.45rem;
  display: grid;
  gap: 0.3rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(224, 4, 11, 0.22);
  background-color: #240306;
  background-image: url("../img/aztec-plates-header-texture.webp"), linear-gradient(90deg, rgba(36, 3, 6, 0.92), rgba(86, 4, 8, 0.88), rgba(36, 3, 6, 0.92)), linear-gradient(180deg, rgba(36, 3, 6, 0.16), rgba(12, 4, 5, 0.36));
  background-position: center, center, center;
  background-size: 560px auto, auto, auto;
  background-blend-mode: soft-light, normal, multiply;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
  opacity: 0;
  transform: translateY(-6px);
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}
.socialLinkGroup__menu a {
  color: #f7efe0;
  text-decoration: none;
  font-family: system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.65rem 0.75rem;
  border-radius: 0.65rem;
  white-space: nowrap;
  transition: color 0.22s ease, background-color 0.22s ease;
}
.socialLinkGroup__menu a:hover {
  color: #e0040b;
  background: rgba(255, 255, 255, 0.06);
}
.socialLinkGroup:hover .socialLinkGroup__menu, .socialLinkGroup:focus-within .socialLinkGroup__menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}
.socialLinkGroup--scrollLocked .socialLinkGroup__menu {
  opacity: 0;
  transform: translateY(-6px);
  visibility: hidden;
  pointer-events: none;
}

.headerMobile {
  position: sticky;
  top: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0.8rem 1rem 0.8rem 1.2rem;
  background-color: #240306;
  background-image: url("../img/tzompantli-header-texture.webp"), linear-gradient(90deg, rgba(36, 3, 6, 0.92), rgba(86, 4, 8, 0.88), rgba(36, 3, 6, 0.92)), linear-gradient(180deg, rgba(36, 3, 6, 0.14), rgba(12, 4, 5, 0.42));
  background-position: center, center, center;
  background-size: 430px auto, auto, auto;
  background-blend-mode: soft-light, normal, multiply;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-family: testal-title;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}
.headerMobile__logoContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.headerMobile__logoContainer__eyebrow {
  display: block;
  margin-bottom: -0.9rem;
  font-family: testal-title;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 238, 214, 0.92);
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
}
.headerMobile__logoContainer__logo {
  height: 3.5rem;
  width: auto;
  object-fit: contain;
  display: block;
  transform: translateY(-0.12rem);
}
.headerMobile__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  margin-left: auto;
}
.headerMobile__menuBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.headerMobile__menuBtn:hover {
  background-color: rgba(197, 106, 26, 0.1);
  border-color: rgba(197, 106, 26, 0.3);
  transform: scale(1.05);
}
.headerMobile__menuBtn:active {
  transform: scale(0.95);
}
.headerMobile__menuBtn__icon {
  font-size: 1.4rem;
  line-height: 1;
  pointer-events: none;
}

@media (max-width: 420px) {
  .headerShippingBadge {
    top: auto;
    bottom: 0.9rem;
    padding: 0.54rem 0.34rem;
    font-size: 0.48rem;
    gap: 0.28rem;
  }
  .headerShippingBadge i {
    font-size: 0.68rem;
  }
}
.floatingWhatsApp {
  position: fixed;
  right: 1.25rem;
  bottom: 3.75rem;
  z-index: 1200;
  width: 3.6rem;
  height: 3.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #30e376, #19b85a 52%, #0d8f42);
  background-position: center, center;
  background-size: 260px auto, auto;
  background-blend-mode: soft-light, normal;
  color: #ffffff;
  font-size: 1.66rem;
  box-shadow: 0 14px 30px rgba(13, 143, 66, 0.32);
  border: 2px solid rgba(214, 255, 229, 0.9);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.floatingWhatsApp:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 22px 42px rgba(25, 184, 90, 0.42);
  filter: saturate(1.05);
}
.floatingWhatsApp:active {
  transform: scale(0.97);
}
.floatingWhatsApp__bubble {
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  isolation: isolate;
  min-width: 6.3rem;
  padding: 0.39rem 0.54rem;
  border: 1px solid rgba(214, 255, 229, 0.58);
  border-radius: 0.8rem;
  background: #128c4a;
  color: #ffffff;
  font-family: system-ui, sans-serif;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.18;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
  pointer-events: none;
}
.floatingWhatsApp__bubble::before {
  content: "";
  position: absolute;
  top: -0.48rem;
  right: 0.94rem;
  width: 0.61rem;
  height: 0.61rem;
  border-top: 1px solid rgba(214, 255, 229, 0.58);
  border-left: 1px solid rgba(214, 255, 229, 0.58);
  background: #128c4a;
  transform: rotate(45deg);
  z-index: -1;
}
.floatingWhatsApp__bubble span {
  position: relative;
  z-index: 1;
  display: block;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .floatingWhatsApp {
    right: 0.9rem;
    bottom: 3.65rem;
    width: 3.27rem;
    height: 3.27rem;
    font-size: 1.46rem;
  }
  .floatingWhatsApp__bubble {
    min-width: 5.8rem;
    padding: 0.36rem 0.5rem;
    font-size: 0.5rem;
    letter-spacing: 0.04em;
  }
}
.menuNavContainer {
  position: fixed;
  inset: 0;
  z-index: 990;
  font-family: "testal-title";
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(1, 8, 18, 0.78);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.menuNavContainer__menu {
  position: relative;
  width: 100%;
  max-width: 430px;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8rem;
  background-color: #240306;
  background-image: url("../img/aztec-plates-header-texture.webp"), linear-gradient(90deg, rgba(36, 3, 6, 0.92), rgba(86, 4, 8, 0.88), rgba(36, 3, 6, 0.92)), linear-gradient(180deg, rgba(36, 3, 6, 0.16), rgba(12, 4, 5, 0.36));
  background-position: center, center, center;
  background-size: 560px auto, auto, auto;
  background-blend-mode: soft-light, normal, multiply;
  border: 1px solid rgba(224, 4, 11, 0.22);
  border-radius: 2rem;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.38);
  text-align: center;
  animation: menuFadeUp 0.45s ease forwards;
}
.menuNavContainer__menu__link {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  color: #f7efe0;
  width: 100%;
  padding: 1rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: color 0.25s ease, transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
.menuNavContainer__menu__link:hover {
  color: #e0040b;
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(197, 106, 26, 0.18);
}
.menuNavContainer__menu__socials {
  display: flex;
  gap: 0.9rem;
  margin-top: 2rem;
}
.menuNavContainer__menu__socials__link {
  color: #f7efe0;
  font-size: 1.15rem;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: color 0.25s ease, transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
.menuNavContainer__menu__socials__link:hover {
  color: #e0040b;
  transform: translateY(-3px);
  background: rgba(197, 106, 26, 0.08);
  border-color: rgba(197, 106, 26, 0.22);
}
.menuNavContainer__menu__socials__link__icon {
  pointer-events: none;
}

.menuNavContainer.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@keyframes menuFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 901px) {
  .menuNavContainer {
    display: none;
  }
}
.solutionsTitle {
  position: sticky;
  font-family: "testal-title";
  letter-spacing: 0.25em;
  left: 0;
  right: 0;
  top: 4.7rem;
  box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.2), 0 10px 22px rgba(0, 0, 0, 0.22);
  height: 4rem;
  background-color: #240306;
  background-image: url("../img/aztec-plates-header-texture.webp"), linear-gradient(90deg, rgba(36, 3, 6, 0.92), rgba(86, 4, 8, 0.88), rgba(36, 3, 6, 0.92)), linear-gradient(180deg, rgba(36, 3, 6, 0.16), rgba(12, 4, 5, 0.36));
  background-position: center, center, center;
  background-size: 560px auto, auto, auto;
  background-blend-mode: soft-light, normal, multiply;
  border-top: 1px solid rgba(224, 4, 11, 0.24);
  border-bottom: 1px solid rgba(224, 4, 11, 0.24);
  color: #ffffff;
  text-align: center;
  align-content: center;
  font-size: clamp(1.25rem, 2vw + 0.5rem, 2.25rem);
  font-weight: bold;
  z-index: 980;
  backdrop-filter: blur(12px);
}

@media (min-width: 901px) {
  .solutionsTitle {
    top: 5.7rem;
  }
}
.motion-reveal {
  opacity: 0;
  transform: translate3d(0, 30px, 0) scale(0.985);
  filter: blur(6px);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms), filter 0.85s ease var(--motion-delay, 0ms);
  will-change: opacity, transform, filter;
}

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

.presentation__heroContainer__info__logoContainer {
  animation: logoFloat 5.2s ease-in-out infinite;
}

.presentation__heroContainer__info__title,
.presentation__heroContainer__info__text {
  animation: textGlow 6s ease-in-out infinite;
}

.card {
  animation: cardIdle 6.4s ease-in-out infinite;
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.38s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease;
}

.card:nth-child(even) {
  animation-duration: 7.2s;
  animation-delay: 0.35s;
}

.card.motion-reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.92);
  filter: blur(10px);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) var(--motion-delay, 0ms), filter 0.5s ease var(--motion-delay, 0ms), box-shadow 0.38s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease;
}

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

.card__imgContainer__img {
  transition: transform 0.7s ease, filter 0.45s ease;
}

.card:hover .card__imgContainer__img {
  filter: saturate(1.08);
}

.card__tag,
.floatingWhatsApp {
  animation: softPulse 2.8s ease-in-out infinite;
}

.menuBtns__nav__btn,
.footer__socials__icons a,
.header__navSocials__link,
.floatingWhatsApp {
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.mapsContainer__ubication__mapContainer,
.info__logo {
  transition: transform 0.45s ease, box-shadow 0.45s ease, filter 0.35s ease;
}

.mapsContainer__ubication__mapContainer:hover,
.info__logo:hover {
  transform: translateY(-6px);
  filter: saturate(1.04);
}

@keyframes logoFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes textGlow {
  0%, 100% {
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.42);
  }
  50% {
    text-shadow: 0 8px 24px rgba(197, 106, 26, 0.14), 0 4px 14px rgba(0, 0, 0, 0.46);
  }
}
@keyframes cardIdle {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -5px, 0) scale(1.003);
  }
}
@keyframes softPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.06);
  }
}
@media (prefers-reduced-motion: reduce) {
  .motion-reveal,
  .presentation__heroContainer__info__logoContainer,
  .presentation__heroContainer__info__title,
  .presentation__heroContainer__info__text,
  .card,
  .card__tag,
  .floatingWhatsApp {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }
}
.footer {
  background-color: #000000;
  background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
  background-repeat: repeat;
  color: #f7efe0;
  padding-top: 4rem;
  font-size: 0.95rem;
  border-top: 1px solid rgba(247, 239, 224, 0.14);
}
.footer__top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}
.footer__brand__logo {
  width: 160px;
  margin: 0 auto 1rem;
}
.footer__brand__text {
  text-align: center;
  line-height: 1.7;
  opacity: 0.9;
  color: rgba(247, 239, 224, 0.82);
}
.footer__title {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.footer__title--suggestions {
  margin-top: 1rem;
  margin-bottom: 0.35rem;
  color: #e0040b;
}
.footer__nav, .footer__contact {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.footer__link {
  color: #f7efe0;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.25s ease, transform 0.25s ease, color 0.25s ease;
}
.footer__link:hover {
  color: #f08a24;
  opacity: 1;
  transform: translateX(4px);
}
.footer__contactLink {
  color: #f08a24;
  opacity: 1;
  transition: transform 0.25s ease, color 0.25s ease;
}
.footer__contactLink:hover {
  color: #ffffff;
  transform: translateY(-1px);
}
.footer__socials {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__socials__icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer__socials__icons a {
  color: #f7efe0;
  font-size: 1.1rem;
  opacity: 0.92;
  width: 2.8rem;
  height: 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: opacity 0.25s ease, transform 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.footer__socials__icons a:hover {
  color: #f08a24;
  opacity: 1;
  transform: translateY(-3px);
  border-color: rgba(197, 106, 26, 0.26);
}
.footer__bottom {
  border-top: 1px solid rgba(247, 239, 224, 0.25);
  text-align: center;
  padding: 1.25rem 1rem;
  font-size: 0.8rem;
  opacity: 0.75;
}

@media (max-width: 640px) {
  .footer {
    text-align: center;
  }
  .footer__socials__icons {
    justify-content: center;
  }
  .footer__nav, .footer__contact {
    align-items: center;
  }
}
.menuBtns {
  width: 100%;
  padding: 3rem 2rem 1rem;
  display: flex;
  justify-content: center;
}
.menuBtns__nav {
  display: flex;
  padding: 0.85rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  max-width: 1000px;
  border: 1px solid rgba(197, 106, 26, 0.18);
  border-radius: 999px;
  background-color: #240306;
  background-image: url("../img/aztec-plates-header-texture.webp"), linear-gradient(90deg, rgba(36, 3, 6, 0.92), rgba(86, 4, 8, 0.88), rgba(36, 3, 6, 0.92)), linear-gradient(180deg, rgba(36, 3, 6, 0.16), rgba(12, 4, 5, 0.36));
  background-position: center, center, center;
  background-size: 560px auto, auto, auto;
  background-blend-mode: soft-light, normal, multiply;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
}
.menuBtns__nav__btn {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.9rem 1.2rem;
  position: relative;
  transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.menuBtns__nav__btn::after {
  display: none;
}
.menuBtns__nav__btn:hover, .menuBtns__nav__btn:focus {
  color: #e0040b;
  opacity: 1;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(197, 106, 26, 0.16);
  transform: translateY(-1px);
}
.menuBtns__nav__btn:focus {
  outline: none;
}
.menuBtns__nav__btn.active {
  color: #021522;
  background: linear-gradient(135deg, #f08a24, #e0040b);
  border-color: rgba(197, 106, 26, 0.35);
  box-shadow: 0 12px 25px rgba(197, 106, 26, 0.22);
}
@media (max-width: 900px) {
  .menuBtns {
    padding: 3rem 1.5rem 1rem;
  }
  .menuBtns__nav {
    gap: 0.75rem;
  }
}
@media (max-width: 600px) {
  .menuBtns__nav {
    max-width: calc(100% - 1rem);
    border-radius: 1.6rem;
    gap: 1rem;
  }
  .menuBtns__nav__btn {
    width: 100%;
    letter-spacing: 1.5px;
  }
}

.card {
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  background-color: rgba(23, 20, 26, 0.94);
  background-image: url("../img/aztec-plates-header-texture.webp"), radial-gradient(circle at top right, rgba(197, 106, 26, 0.16), transparent 34%), linear-gradient(180deg, rgba(25, 22, 27, 0.92), rgba(45, 24, 17, 0.94));
  background-position: center, center, center;
  background-size: 430px auto, auto, auto;
  background-blend-mode: soft-light, normal, normal;
  border-radius: 24px;
  border: 1px solid rgba(197, 106, 26, 0.18);
  overflow: hidden;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.34);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.3s ease;
  z-index: 800;
  position: relative;
  isolation: isolate;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("../img/aztec-plates-header-texture.webp");
  background-position: center;
  background-size: 430px auto;
  mix-blend-mode: soft-light;
  opacity: 0.28;
}
.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.44);
  border-color: rgba(197, 106, 26, 0.32);
}
.card__imgContainer {
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
.card__imgContainer__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.6s ease;
}
.card:hover .card__imgContainer__img {
  transform: scale(1.08);
}
.card__imgContainer::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(18, 7, 9, 0.88));
}
.card__tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  background: rgba(197, 106, 26, 0.12);
  border: 1px solid rgba(197, 106, 26, 0.26);
  color: #eaffb0;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.card__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
  padding: 1.25rem 1.2rem 1.35rem;
  background-color: rgba(42, 25, 18, 0.86);
  background-image: url("../img/aztec-plates-header-texture.webp"), radial-gradient(circle at top right, rgba(197, 106, 26, 0.2), transparent 35%), linear-gradient(180deg, rgba(52, 30, 20, 0.88), rgba(25, 15, 12, 0.96));
  background-position: center, center, center;
  background-size: 430px auto, auto, auto;
  background-blend-mode: soft-light, normal, normal;
}
.card__info__eyebrow {
  color: rgba(226, 244, 255, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.5;
}
.card__info__title {
  color: #fff;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.25;
  min-height: 2.6em;
}
.card__info__meta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.card__info__price {
  color: #f08a24;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.card__info__cta {
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #dff6ff;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .card__info {
    padding: 1rem;
  }
}

.menuGrid {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 4rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
@media (max-width: 600px) {
  .menuGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 2rem 1rem;
  }
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1100;
  padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
  box-sizing: border-box;
}

.modal.active {
  display: flex;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.modal__content {
  position: relative;
  color: #fff;
  border-radius: 12px;
  width: min(960px, 92vw);
  max-width: 960px;
  max-height: calc(100dvh - 2rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  z-index: 2;
  animation: fadeIn 0.3s ease;
}

.modal__close {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 7, 39, 0.72);
  border: 1px solid rgba(197, 106, 26, 0.18);
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-weight: 600;
  padding: 0.7rem 1rem;
  color: #fff;
  z-index: 3;
}

.modal__closeIcon {
  font-size: 20px;
  line-height: 1;
}

@keyframes fadeIn {
  from {
    transform: translateY(14px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 700px), (max-height: 640px) {
  .modal {
    align-items: flex-start;
    padding: max(0.65rem, env(safe-area-inset-top)) 0.65rem max(0.65rem, env(safe-area-inset-bottom));
  }
  .modal__content {
    width: 100%;
    max-height: calc(100dvh - 1.3rem);
  }
  .modal__close {
    top: 0.65rem;
    right: 0.65rem;
    padding: 0.55rem 0.75rem;
  }
}
.modalContainerSimple {
  border: 1px solid rgba(197, 106, 26, 0.22);
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(8, 5, 7, 0.98), rgba(24, 10, 8, 0.98));
  border-radius: 28px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
  max-height: 90vh;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
}
.modalContainerSimple__imgContainer {
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
.modalContainerSimple__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.modalContainerSimple .modalGallery__splide,
.modalContainerSimple .modalGallery__splide .splide__track,
.modalContainerSimple .modalGallery__splide .splide__list,
.modalContainerSimple .modalGallery__splide .splide__slide {
  width: 100%;
  height: 100%;
}
.modalContainerSimple .modalGallery {
  position: relative;
  overflow: hidden;
}
.modalContainerSimple .modalGallery__splide {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.12s ease;
}
.modalContainerSimple .modalGallery__splide.is-initializing {
  opacity: 0;
  visibility: hidden;
}
.modalContainerSimple .modalGallery__splide,
.modalContainerSimple .modalGallery__splide .splide__track {
  overflow: hidden;
}
.modalContainerSimple .modalGallery__splide .splide__list {
  align-items: stretch;
}
.modalContainerSimple .modalGallery__splide .splide__slide {
  overflow: hidden;
}
.modalContainerSimple .modalGallery__splide .splide__arrow {
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 5, 7, 0.72);
  opacity: 1;
  backdrop-filter: blur(10px);
}
.modalContainerSimple .modalGallery__splide .splide__arrow svg {
  fill: #ffffff;
}
.modalContainerSimple .modalGallery__splide .splide__arrow:disabled {
  opacity: 0.35;
}
.modalContainerSimple .modalGallery__splide .splide__pagination {
  bottom: 0.85rem;
}
.modalContainerSimple .modalGallery__splide .splide__pagination__page {
  width: 0.65rem;
  height: 0.65rem;
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
}
.modalContainerSimple .modalGallery__splide .splide__pagination__page.is-active {
  width: 1.55rem;
  border-radius: 999px;
  background: #f08a24;
  transform: scale(1);
}
.modalContainerSimple__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2.3rem;
  justify-content: center;
  background-color: #2a1812;
  background-image: url("../img/aztec-plates-header-texture.webp"), radial-gradient(circle at top right, rgba(197, 106, 26, 0.22), transparent 30%), radial-gradient(circle at top left, rgba(224, 4, 11, 0.16), transparent 25%), linear-gradient(180deg, #351d14 0%, #160d0b 100%);
  background-position: center, center, center, center;
  background-size: 430px auto, auto, auto, auto;
  background-blend-mode: soft-light, normal, normal, normal;
  color: #fff;
  min-height: 0;
  overflow: hidden;
}
.modalContainerSimple__pillGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  flex: 0 0 auto;
}
.modalContainerSimple__pill {
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f08a24;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.modalContainerSimple__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex: 0 0 auto;
}
.modalContainerSimple__title {
  font-size: clamp(1.1rem, 2vw, 2rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  line-height: 1.2;
  flex: 1;
}
.modalContainerSimple__price {
  font-size: clamp(1rem, 2vw, 1.35rem);
  color: #f08a24;
  white-space: nowrap;
  padding: 0.7rem 0.9rem;
  border-radius: 1rem;
  background: rgba(197, 106, 26, 0.08);
  border: 1px solid rgba(197, 106, 26, 0.18);
}
.modalContainerSimple__description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #d9eef8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.modalContainerSimple__textScroll {
  flex: 0 1 auto;
  min-height: 0;
  max-height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 0.45rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(215, 255, 98, 0.55) rgba(255, 255, 255, 0.08);
}
.modalContainerSimple__textScroll::-webkit-scrollbar {
  width: 0.42rem;
}
.modalContainerSimple__textScroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}
.modalContainerSimple__textScroll::-webkit-scrollbar-thumb {
  background: rgba(215, 255, 98, 0.55);
  border-radius: 999px;
}
.modalContainerSimple__textScroll > * + * {
  margin-top: 0.85rem;
}
.modalContainerSimple__copy {
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(226, 244, 255, 0.82);
}
.modalContainerSimple__actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex: 0 0 auto;
}
.modalContainerSimple__buyBtn, .modalContainerSimple__cartBtn {
  margin-top: 1rem;
  padding: 1rem 1.35rem;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  border-radius: 999px;
  letter-spacing: 0.08em;
  transition: 0.3s ease;
  display: inline-block;
  border: 0;
  cursor: pointer;
}
.modalContainerSimple__buyBtn:hover, .modalContainerSimple__cartBtn:hover {
  transform: translateY(-2px) scale(1.01);
}
.modalContainerSimple__buyBtn:active, .modalContainerSimple__cartBtn:active {
  transform: translateY(0);
}
.modalContainerSimple__buyBtn {
  background: linear-gradient(135deg, #2adf73, #21b85c);
  color: #04111d;
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.22);
}
.modalContainerSimple__buyBtn:hover {
  box-shadow: 0 20px 38px rgba(37, 211, 102, 0.28);
}
.modalContainerSimple__cartBtn {
  background: rgba(255, 255, 255, 0.07);
  color: #dff6ff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1200px) {
  .modalContainerSimple {
    width: 100%;
  }
}
@media (min-width: 901px) {
  .modalContainerSimple {
    height: min(484px, 46.92vw, 100dvh - 2rem);
    max-height: calc(100dvh - 2rem);
  }
  .modalContainerSimple__imgContainer, .modalContainerSimple__info {
    height: 100%;
  }
  .modalContainerSimple__imgContainer {
    aspect-ratio: auto;
  }
}
@media (max-width: 900px) {
  .modalContainerSimple {
    grid-template-columns: 1fr;
    max-height: none;
    overflow: visible;
  }
  .modalContainerSimple__info {
    padding: 2rem;
    overflow: hidden;
  }
  .modalContainerSimple__imgContainer {
    width: 100%;
    max-height: min(42dvh, 360px);
  }
  .modalContainerSimple__textScroll {
    max-height: min(42dvh, 360px);
  }
}
@media (max-width: 600px) {
  .modalContainerSimple {
    border-radius: 20px;
  }
  .modalContainerSimple__info {
    padding: 1rem;
    gap: 0.75rem;
    justify-content: flex-start;
  }
  .modalContainerSimple__header {
    flex-direction: column;
    gap: 0.7rem;
    padding-bottom: 0.8rem;
  }
  .modalContainerSimple__imgContainer {
    max-height: min(36dvh, 260px);
  }
  .modalContainerSimple .modalGallery__splide .splide__arrow {
    width: 2.25rem;
    height: 2.25rem;
  }
  .modalContainerSimple__title {
    font-size: clamp(1rem, 3vw, 1.2rem);
  }
  .modalContainerSimple__price {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
    padding: 0.55rem 0.75rem;
    white-space: normal;
  }
  .modalContainerSimple__copy {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .modalContainerSimple__textScroll {
    max-height: min(36dvh, 260px);
  }
  .modalContainerSimple__actions {
    margin-top: 0.35rem;
  }
  .modalContainerSimple__buyBtn, .modalContainerSimple__cartBtn {
    width: 100%;
    margin-top: 0;
    padding: 0.85rem 1rem;
  }
}
@media (max-height: 640px) and (max-width: 900px) {
  .modalContainerSimple__imgContainer {
    max-height: 30dvh;
  }
  .modalContainerSimple__pillGroup, .modalContainerSimple__textScroll:empty {
    display: none;
  }
  .modalContainerSimple__pillGroup {
    display: none;
  }
  .modalContainerSimple__textScroll {
    max-height: 30dvh;
  }
  .modalContainerSimple__info {
    padding: 0.9rem;
    gap: 0.65rem;
  }
}

.catalogCart {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1600;
  color: #fff;
  pointer-events: none;
}
.catalogCart__toggle {
  width: 4rem;
  height: 4rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f08a24, #e0040b);
  color: #02111f;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  position: relative;
  font-size: 1.3rem;
  pointer-events: auto;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.catalogCart__toggle:hover {
  transform: translateY(-3px) scale(1.03);
  filter: saturate(1.08);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42);
}
.catalogCart__toggle:active {
  transform: translateY(0) scale(0.98);
}
.catalogCart__count {
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 0.35rem;
  border-radius: 999px;
  background: #02111f;
  color: #f08a24;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  position: absolute;
  top: -0.15rem;
  right: -0.1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 0.25s ease;
}
.catalogCart__panel {
  width: min(370px, 100vw - 2rem);
  max-height: min(620px, 100dvh - 7rem);
  position: absolute;
  right: 0;
  bottom: 5rem;
  border-radius: 24px;
  border: 1px solid rgba(197, 106, 26, 0.22);
  background: radial-gradient(circle at top right, rgba(197, 106, 26, 0.13), transparent 32%), linear-gradient(180deg, rgba(9, 8, 10, 0.98), rgba(22, 9, 8, 0.98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.48);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  opacity: 0;
  transform: translateY(24px) scale(0.96);
  transform-origin: bottom right;
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.catalogCart__sellerModal {
  position: fixed;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.22s ease;
}
.catalogCart__sellerModal[hidden] {
  display: none;
}
.catalogCart--sellerOpen .catalogCart__sellerModal {
  opacity: 1;
}
.catalogCart__sellerBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.catalogCart__sellerDialog {
  position: relative;
  z-index: 1;
  width: min(360px, 100vw - 2rem);
  border-radius: 24px;
  border: 1px solid rgba(197, 106, 26, 0.22);
  background: radial-gradient(circle at top right, rgba(37, 211, 102, 0.16), transparent 34%), linear-gradient(180deg, rgba(9, 8, 10, 0.98), rgba(22, 9, 8, 0.98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transform: translateY(14px) scale(0.97);
  transition: transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.catalogCart--sellerOpen .catalogCart__sellerDialog {
  transform: translateY(0) scale(1);
}
.catalogCart__sellerHeader {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background-color: rgba(29, 21, 17, 0.96);
  background-image: url("../img/aztec-plates-header-texture.webp"), radial-gradient(circle at top right, rgba(37, 211, 102, 0.14), transparent 36%), radial-gradient(circle at top left, rgba(197, 106, 26, 0.2), transparent 34%), linear-gradient(180deg, rgba(44, 28, 20, 0.96), rgba(30, 16, 12, 0.96));
  background-position: center, center, center, center;
  background-size: 430px auto, auto, auto, auto;
  background-blend-mode: soft-light, normal, normal, normal;
}
.catalogCart__sellerHeader h2 {
  font-size: 1.15rem;
  line-height: 1.1;
}
.catalogCart__sellerList {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
  max-height: min(420px, 100dvh - 10rem);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.catalogCart__sellerBtn {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
  color: #e9fbff;
  cursor: pointer;
  padding: 0.85rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-align: left;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.catalogCart__sellerBtn:hover {
  transform: translateY(-2px);
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.28);
}
.catalogCart__sellerBtn i {
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 2.4rem;
  border-radius: 999px;
  background: #25d366;
  color: #02111f;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
}
.catalogCart__sellerBtn span {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}
.catalogCart__sellerBtn strong {
  font-size: 0.95rem;
}
.catalogCart__sellerBtn small {
  color: rgba(226, 244, 255, 0.72);
  font-size: 0.82rem;
  overflow-wrap: anywhere;
}
.catalogCart__sellerHint {
  min-height: 5rem;
  display: grid;
  place-items: center;
  text-align: center;
  color: rgba(226, 244, 255, 0.74);
  line-height: 1.5;
}
.catalogCart__header, .catalogCart__footer {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}
.catalogCart__header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background-color: rgba(29, 21, 17, 0.96);
  background-image: url("../img/aztec-plates-header-texture.webp"), radial-gradient(circle at top right, rgba(197, 106, 26, 0.24), transparent 36%), linear-gradient(180deg, rgba(44, 28, 20, 0.96), rgba(30, 16, 12, 0.96));
  background-position: center, center, center;
  background-size: 430px auto, auto, auto;
  background-blend-mode: soft-light, normal, normal;
}
.catalogCart__eyebrow {
  color: #f08a24;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.catalogCart h2 {
  font-size: 1.2rem;
  line-height: 1.1;
}
.catalogCart__iconBtn, .catalogCart__remove {
  border: 0;
  background: rgba(255, 255, 255, 0.06);
  color: #dff6ff;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.catalogCart__iconBtn {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.catalogCart__iconBtn:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: rotate(90deg);
}
.catalogCart__items {
  padding: 0.85rem;
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  display: grid;
  align-content: start;
  gap: 0.75rem;
}
.catalogCart__empty {
  min-height: 160px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 0.7rem;
  color: rgba(226, 244, 255, 0.75);
  text-align: center;
}
.catalogCart__empty i {
  color: #f08a24;
  font-size: 1.6rem;
}
.catalogCart__item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 2.2rem;
  gap: 0.75rem;
  align-items: center;
  padding: 0.65rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  animation: cartItemIn 0.28s ease both;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.catalogCart__item:hover {
  transform: translateX(-3px);
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(197, 106, 26, 0.18);
}
.catalogCart__item img {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.04);
}
.catalogCart__itemInfo {
  min-width: 0;
}
.catalogCart__itemInfo h3, .catalogCart__itemInfo p, .catalogCart__itemInfo strong {
  overflow-wrap: anywhere;
}
.catalogCart__itemInfo h3 {
  font-size: 0.95rem;
  line-height: 1.25;
  text-transform: uppercase;
}
.catalogCart__itemInfo p {
  margin-top: 0.2rem;
  color: rgba(226, 244, 255, 0.7);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.catalogCart__itemInfo strong {
  display: block;
  margin-top: 0.35rem;
  color: #f08a24;
  font-size: 0.9rem;
}
.catalogCart__remove {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 12px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.catalogCart__remove:hover {
  background: rgba(255, 92, 122, 0.2);
  color: #ffd8e0;
  transform: scale(1.06);
}
.catalogCart__footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-direction: column;
  align-items: stretch;
  background-color: rgba(39, 22, 16, 0.96);
  background-image: url("../img/aztec-plates-header-texture.webp"), radial-gradient(circle at bottom left, rgba(197, 106, 26, 0.24), transparent 36%), linear-gradient(180deg, rgba(45, 25, 18, 0.96), rgba(27, 16, 13, 0.96));
  background-position: center, center, center;
  background-size: 430px auto, auto, auto;
  background-blend-mode: soft-light, normal, normal;
}
.catalogCart__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.15rem 0.1rem 0.25rem;
}
.catalogCart__summary span {
  color: rgba(226, 244, 255, 0.7);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.catalogCart__summary strong {
  color: #f08a24;
  font-size: 1.1rem;
  overflow-wrap: anywhere;
  text-align: right;
}
.catalogCart__actions {
  display: flex;
  gap: 0.75rem;
}
.catalogCart__secondary, .catalogCart__primary {
  min-height: 2.8rem;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
}
.catalogCart__secondary {
  padding: 0 1rem;
  background: rgba(255, 255, 255, 0.07);
  color: #dff6ff;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.catalogCart__secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}
.catalogCart__primary {
  flex: 1;
  padding: 0 1.1rem;
  background: linear-gradient(135deg, #2adf73, #21b85c);
  color: #04111d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  box-shadow: 0 14px 28px rgba(37, 211, 102, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.catalogCart__primary:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.27);
}
.catalogCart--open .catalogCart__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.catalogCart--closing .catalogCart__panel {
  opacity: 0;
  transform: translateY(18px) scale(0.97);
}
.catalogCart--changed .catalogCart__toggle {
  animation: cartButtonPop 0.5s ease both;
}
.catalogCart--changed .catalogCart__count {
  transform: scale(1.18);
}
@media (max-width: 600px) {
  .catalogCart {
    right: 1rem;
    bottom: 1rem;
  }
  .catalogCart__toggle {
    width: 3.5rem;
    height: 3.5rem;
  }
  .catalogCart__panel {
    right: -0.2rem;
    bottom: 4.35rem;
    max-height: calc(100dvh - 5.7rem - env(safe-area-inset-top));
  }
  .catalogCart__actions {
    flex-direction: column;
  }
}
@media (max-height: 620px) {
  .catalogCart {
    bottom: max(0.65rem, env(safe-area-inset-bottom));
  }
  .catalogCart__toggle {
    width: 3.35rem;
    height: 3.35rem;
  }
  .catalogCart__panel {
    bottom: 4rem;
    max-height: calc(100dvh - 5rem - env(safe-area-inset-top));
  }
  .catalogCart__header, .catalogCart__footer {
    padding: 0.75rem;
  }
  .catalogCart__items {
    padding: 0.65rem;
  }
}

@keyframes cartButtonPop {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.12) rotate(-4deg);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes cartItemIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*# sourceMappingURL=main_menu.css.map */
