:root {
  --amal-commerce-bg: #050505;
  --amal-commerce-ink: #f5f0eb;
  --amal-commerce-muted: rgba(245, 240, 235, 0.52);
  --amal-commerce-dim: rgba(245, 240, 235, 0.22);
  --amal-commerce-gold: #b8a080;
  --amal-commerce-line: rgba(245, 240, 235, 0.13);
  --amal-commerce-font-display: "Cormorant Garamond", "Times New Roman", serif;
  --amal-commerce-font-body: "Montserrat", Inter, ui-sans-serif, system-ui, sans-serif;
}

.amal-mega-menu {
  position: fixed;
  top: var(--amal-mega-menu-top, 78px);
  left: 0;
  right: 0;
  z-index: 58;
  border-top: 1px solid rgba(245, 240, 235, 0.1);
  border-bottom: 1px solid rgba(245, 240, 235, 0.12);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.985), rgba(0, 0, 0, 0.94)),
    rgba(0, 0, 0, 0.965);
  color: var(--amal-commerce-ink);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 220ms ease, transform 260ms cubic-bezier(0.16, 1, 0.3, 1), visibility 220ms ease;
  visibility: hidden;
  backdrop-filter: blur(18px);
}

.amal-mega-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.amal-mega-inner {
  min-height: clamp(208px, 20vw, 314px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.42fr);
  gap: clamp(42px, 9vw, 138px);
  align-items: start;
  padding: clamp(42px, 4.8vw, 74px) clamp(30px, 7vw, 102px) clamp(34px, 4vw, 64px);
}

.amal-mega-wallets,
.amal-mega-belts {
  grid-template-columns: minmax(0, 0.82fr) minmax(210px, 0.38fr);
}

.amal-mega-belts {
  min-height: clamp(176px, 16vw, 246px);
  grid-template-columns: minmax(0, 1fr);
  padding-top: clamp(32px, 3.8vw, 52px);
  padding-bottom: clamp(30px, 3.6vw, 48px);
}

.amal-mega-shop {
  grid-template-columns: minmax(0, 1fr);
}

.amal-mega-explore {
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
  min-height: clamp(300px, 28vw, 430px);
}

.amal-mega-columns {
  display: flex;
  align-items: start;
  gap: clamp(58px, 8vw, 132px);
}

.amal-mega-belts .amal-mega-columns {
  width: min(820px, calc(100vw - clamp(56px, 12vw, 176px)));
  justify-content: space-between;
  gap: clamp(42px, 7vw, 108px);
}

.amal-mega-explore .amal-mega-columns {
  max-width: 360px;
}

.amal-mega-column {
  min-width: clamp(160px, 16vw, 240px);
}

.amal-mega-belts .amal-mega-column {
  min-width: min(280px, 42vw);
}

.amal-mega-heading,
.amal-mega-issue {
  margin: 0;
  color: rgba(245, 240, 235, 0.28);
  font-family: var(--amal-commerce-font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.34em;
  line-height: 1.7;
  text-transform: uppercase;
}

.amal-mega-links {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.amal-mega-links a {
  width: fit-content;
  color: rgba(245, 240, 235, 0.68);
  font-family: var(--amal-commerce-font-body);
  font-size: clamp(18px, 1.8vw, 28px);
  font-weight: 300;
  letter-spacing: 0.16em;
  line-height: 1.1;
  text-decoration: none;
  text-transform: none;
  transition: color 180ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.amal-mega-links a:hover,
.amal-mega-links a:focus-visible {
  color: rgba(245, 240, 235, 0.96);
  outline: none;
  transform: translateX(6px);
}

.amal-mega-belts .amal-mega-links {
  gap: 12px;
  margin-top: 16px;
}

.amal-mega-belts .amal-mega-links a {
  color: rgba(245, 240, 235, 0.72);
  font-size: clamp(20px, 1.55vw, 26px);
  letter-spacing: 0.12em;
  line-height: 1.18;
}

.amal-mega-brand {
  justify-self: center;
  color: rgba(245, 240, 235, 0.88);
  font-family: var(--amal-commerce-font-display);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 300;
  letter-spacing: 0.42em;
  line-height: 1;
  text-indent: 0.42em;
}

.amal-mega-issue {
  position: absolute;
  right: clamp(30px, 7vw, 102px);
  bottom: clamp(26px, 3vw, 42px);
  max-width: 620px;
  color: rgba(184, 160, 128, 0.42);
  text-align: right;
}

.amal-mega-explore .amal-mega-issue {
  left: clamp(30px, 7vw, 102px);
  right: auto;
  bottom: clamp(38px, 4vw, 58px);
  color: rgba(184, 160, 128, 0.58);
  font-family: var(--amal-commerce-font-display);
  font-size: clamp(26px, 3vw, 42px);
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: none;
}

body.amal-mega-menu-open [data-amal-menu-trigger],
body.amal-wallet-menu-open [data-amal-wallet-trigger] {
  color: #063f7e !important;
  opacity: 1 !important;
}

body.amal-mega-menu-open .reactive-nav,
body.amal-wallet-menu-open .reactive-nav {
  color: #063f7e !important;
}

body.amal-mega-menu-open .reactive-nav a,
body.amal-mega-menu-open .reactive-nav button,
body.amal-wallet-menu-open .reactive-nav a,
body.amal-wallet-menu-open .reactive-nav button {
  color: #063f7e !important;
  opacity: 1 !important;
}

@media (max-width: 860px) {
  .amal-mega-inner,
  .amal-mega-wallets,
  .amal-mega-belts,
  .amal-mega-shop,
  .amal-mega-explore {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 34px 24px 38px;
  }

  .amal-mega-columns {
    display: grid;
    gap: 28px;
  }

  .amal-mega-brand,
  .amal-mega-issue {
    position: static;
    justify-self: start;
    text-align: left;
  }

  .amal-mega-links a {
    font-size: clamp(22px, 6.8vw, 34px);
    letter-spacing: 0.1em;
  }
}

.amal-buffer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #f8f7f1;
  color: #545454;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
  visibility: hidden;
}

.amal-buffer.is-visible {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.amal-buffer-inner {
  position: relative;
  width: min(94vw, 1040px);
  min-height: clamp(340px, 52vh, 520px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  gap: 18px;
  isolation: isolate;
}

.amal-croc-loader {
  position: relative;
  width: 100%;
  height: clamp(220px, 34vw, 360px);
  image-rendering: pixelated;
  color: #555;
  overflow: hidden;
}

.amal-croc-loader span {
  position: absolute;
  display: block;
  background: currentColor;
  border-radius: 0;
}

.amal-croc-loader .game-score {
  top: 6px;
  right: clamp(10px, 3vw, 36px);
  color: #424242;
  background: transparent;
  font-family: "Courier New", ui-monospace, monospace;
  font-size: clamp(18px, 2.9vw, 34px);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.amal-croc-loader .game-cloud {
  width: 48px;
  height: 4px;
  top: 82px;
  right: 48px;
  color: rgba(84, 84, 84, 0.2);
  background: currentColor;
  box-shadow:
    8px -8px 0 currentColor,
    16px -12px 0 currentColor,
    28px -12px 0 currentColor,
    40px -4px 0 currentColor;
  animation: cloudSlide 920ms steps(5) infinite;
}

.amal-croc-loader .cloud-two {
  top: 118px;
  right: 28%;
  opacity: 0.5;
  transform: scale(0.72);
  animation-delay: 180ms;
}

.amal-croc-loader .game-ground {
  left: 0;
  right: 0;
  bottom: clamp(58px, 8vw, 84px);
  height: 2px;
  overflow: hidden;
  background: #a4a4a4;
  opacity: 1;
}

.amal-croc-loader .game-ground::after {
  position: absolute;
  inset: 2px 0 auto;
  height: 28px;
  content: "";
  background:
    repeating-linear-gradient(90deg, transparent 0 28px, #696969 28px 32px, transparent 32px 56px),
    repeating-linear-gradient(90deg, transparent 0 92px, #868686 92px 100px, transparent 100px 170px);
  animation: gameRun 620ms steps(8) infinite;
}

.amal-croc-loader .game-dust {
  bottom: calc(clamp(58px, 8vw, 84px) + 10px);
  width: 4px;
  height: 4px;
  background: #6f6f6f;
  animation: dustTrail 640ms steps(4) infinite;
}

.amal-croc-loader .dust-one {
  left: 38px;
}

.amal-croc-loader .dust-two {
  left: 58px;
  animation-delay: 120ms;
}

.amal-croc-loader .dust-three {
  left: 78px;
  animation-delay: 240ms;
}

.amal-croc-loader .croc-bite {
  display: none;
}

.amal-croc-loader .croc-body {
  left: clamp(34px, 8vw, 78px);
  bottom: calc(clamp(58px, 8vw, 84px) + 18px);
  width: 86px;
  height: 24px;
  color: #555;
  background: currentColor;
  box-shadow:
    -12px 10px 0 -4px currentColor,
    12px 24px 0 -8px currentColor,
    46px 24px 0 -8px currentColor,
    70px 12px 0 -7px currentColor;
  animation: crocPixelBob 540ms steps(2) infinite;
}

.amal-croc-loader .croc-head {
  left: calc(clamp(34px, 8vw, 78px) + 78px);
  bottom: calc(clamp(58px, 8vw, 84px) + 25px);
  width: 34px;
  height: 30px;
  color: #555;
  background: currentColor;
  box-shadow:
    26px 9px 0 -2px currentColor,
    46px 17px 0 -5px currentColor,
    48px 26px 0 -8px currentColor,
    -8px 16px 0 -6px currentColor;
  animation: crocPixelBob 540ms steps(2) infinite;
}

.amal-croc-loader .croc-jaw {
  left: calc(clamp(34px, 8vw, 78px) + 110px);
  bottom: calc(clamp(58px, 8vw, 84px) + 18px);
  width: 42px;
  height: 8px;
  color: #555;
  background: currentColor;
  box-shadow: 12px 8px 0 -5px currentColor;
  transform-origin: 0 0;
  animation: crocChomp 440ms steps(2) infinite;
}

.amal-croc-loader .croc-eye {
  left: calc(clamp(34px, 8vw, 78px) + 106px);
  bottom: calc(clamp(58px, 8vw, 84px) + 49px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f8f7f1;
  box-shadow: 0 0 0 1px #555;
  animation: crocPixelBob 540ms steps(2) infinite;
}

.amal-croc-loader .croc-back {
  left: calc(clamp(34px, 8vw, 78px) + 8px);
  bottom: calc(clamp(58px, 8vw, 84px) + 42px);
  width: 74px;
  height: 10px;
  color: #555;
  background:
    repeating-linear-gradient(90deg, currentColor 0 8px, transparent 8px 14px);
  clip-path: polygon(0 100%, 8% 0, 17% 100%, 30% 0, 43% 100%, 57% 0, 70% 100%, 84% 0, 100% 100%);
  animation: crocPixelBob 540ms steps(2) infinite;
}

.amal-croc-loader .game-cactus {
  bottom: calc(clamp(58px, 8vw, 84px) + 2px);
  right: 32%;
  width: 10px;
  height: 48px;
  background: #555;
  box-shadow:
    -14px 20px 0 -3px #555,
    -18px 14px 0 -5px #555,
    14px 26px 0 -3px #555,
    19px 18px 0 -5px #555;
  animation: obstacleRun 820ms linear infinite;
}

.amal-croc-loader .cactus-two {
  right: -18px;
  height: 60px;
  animation-delay: 420ms;
}

.amal-croc-loader .cactus-three {
  right: 14%;
  height: 38px;
  opacity: 0.72;
  animation-delay: 140ms;
}

.amal-croc-loader .croc-tail {
  left: calc(clamp(34px, 8vw, 78px) - 50px);
  bottom: calc(clamp(58px, 8vw, 84px) + 21px);
  width: 56px;
  height: 20px;
  color: #555;
  background: currentColor;
  clip-path: polygon(0 75%, 100% 0, 100% 100%);
  animation: crocTailPixel 540ms steps(2) infinite;
}

.amal-croc-loader .croc-leg {
  bottom: calc(clamp(58px, 8vw, 84px) + 3px);
  width: 8px;
  height: 18px;
  color: #555;
  background: currentColor;
  transform-origin: 50% 0;
}

.amal-croc-loader .croc-leg-front {
  left: calc(clamp(34px, 8vw, 78px) + 62px);
  animation: crocStepFront 540ms steps(2) infinite;
}

.amal-croc-loader .croc-leg-back {
  left: calc(clamp(34px, 8vw, 78px) + 20px);
  animation: crocStepBack 540ms steps(2) infinite;
}

.amal-buffer-wordmark {
  position: absolute;
  top: clamp(42px, 8vh, 68px);
  left: 50%;
  color: #222;
  font-family: var(--amal-commerce-font-display);
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 300;
  letter-spacing: 0.44em;
  line-height: 1;
  text-indent: 0.44em;
  transform: translateX(-50%);
}

.amal-buffer-status {
  align-self: center;
  margin-top: -46px;
  color: rgba(84, 84, 84, 0.56);
  font-family: "Courier New", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.amal-buffer-bar {
  align-self: center;
  width: min(300px, 56vw);
  height: 3px;
  overflow: hidden;
  background: rgba(84, 84, 84, 0.14);
}

.amal-buffer-bar span {
  display: block;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(180, 154, 109, 0.98), transparent);
  animation: bufferLine 760ms cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@media (max-width: 680px) {
  .amal-buffer-inner {
    width: min(92vw, 560px);
    min-height: 430px;
  }

  .amal-croc-loader {
    height: 310px;
  }

  .amal-croc-loader .game-score {
    font-size: 16px;
    right: 4px;
  }

  .amal-buffer-wordmark {
    top: 56px;
  }

  .amal-buffer-status {
    margin-top: -32px;
    font-size: 8px;
  }
}

.amal-buffer {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(184, 160, 128, 0.16), transparent 0 26%),
    radial-gradient(circle at 50% 82%, rgba(184, 160, 128, 0.08), transparent 0 34%),
    linear-gradient(180deg, #020202 0%, #060504 48%, #010101 100%);
  color: var(--amal-commerce-ink);
  transition: opacity 420ms ease, visibility 420ms ease;
}

.amal-buffer::before,
.amal-buffer::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.amal-buffer::before {
  opacity: 0.12;
  background: repeating-linear-gradient(115deg, transparent 0 34px, rgba(255, 255, 255, 0.025) 35px 36px, transparent 37px 70px);
  mask-image: radial-gradient(circle at 50% 46%, #000 0 36%, transparent 66%);
}

.amal-buffer::after {
  opacity: 0.42;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%, transparent 72%, rgba(184, 160, 128, 0.09)),
    radial-gradient(ellipse at center, transparent 0 42%, rgba(0, 0, 0, 0.62) 76%);
}

.amal-buffer-inner {
  z-index: 1;
  width: min(92vw, 1120px);
  min-height: clamp(430px, 58vh, 650px);
  align-items: center;
  justify-items: center;
  gap: clamp(16px, 2.2vh, 28px);
}

.amal-buffer-mark {
  display: grid;
  justify-items: center;
  gap: clamp(18px, 2.2vh, 28px);
  animation: bufferWordmark 2000ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.amal-buffer-wordmark {
  position: static;
  top: auto;
  left: auto;
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--amal-commerce-font-display);
  font-size: clamp(58px, 12vw, 168px);
  font-weight: 300;
  letter-spacing: clamp(0.16em, 2.4vw, 0.32em);
  line-height: 0.82;
  text-indent: clamp(0.16em, 2.4vw, 0.32em);
  transform: none;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12),
    0 30px 80px rgba(184, 160, 128, 0.18);
}

.amal-buffer-city {
  color: rgba(214, 203, 187, 0.68);
  font-family: var(--amal-commerce-font-body);
  font-size: clamp(10px, 1.2vw, 15px);
  font-weight: 700;
  letter-spacing: 0.7em;
  line-height: 1;
  text-indent: 0.7em;
  text-transform: uppercase;
}

.amal-croc-loader {
  width: min(470px, 78vw);
  height: 74px;
  margin-top: clamp(4px, 1vh, 12px);
  color: rgba(202, 177, 126, 0.94);
  opacity: 0.98;
  overflow: visible;
  image-rendering: auto;
  animation: crocGlide 2000ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.amal-croc-loader span {
  background: currentColor;
  border-radius: 999px;
}

.amal-croc-loader .croc-bite {
  display: block;
  left: 69%;
  top: 25px;
  width: 38px;
  height: 1px;
  opacity: 0.72;
  background: linear-gradient(90deg, transparent, currentColor 20% 80%, transparent);
  transform: rotate(-4deg);
}

.amal-croc-loader .croc-body {
  left: 18%;
  top: 28px;
  bottom: auto;
  width: 56%;
  height: 14px;
  border: 1px solid rgba(184, 160, 128, 0.82);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(184, 160, 128, 0.12), rgba(184, 160, 128, 0.72), rgba(184, 160, 128, 0.12));
  box-shadow: 0 0 28px rgba(184, 160, 128, 0.18);
  animation: none;
}

.amal-croc-loader .croc-head {
  left: 71%;
  top: 22px;
  bottom: auto;
  width: 22%;
  height: 20px;
  border: 1px solid rgba(184, 160, 128, 0.82);
  border-left: 0;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(90deg, rgba(184, 160, 128, 0.68), rgba(184, 160, 128, 0.06));
  box-shadow: none;
  animation: none;
}

.amal-croc-loader .croc-jaw {
  left: 78%;
  top: 45px;
  bottom: auto;
  width: 16%;
  height: 1px;
  opacity: 0.72;
  background: linear-gradient(90deg, currentColor, transparent);
  box-shadow: none;
  transform: rotate(5deg);
  animation: none;
}

.amal-croc-loader .croc-eye {
  left: 88%;
  top: 26px;
  bottom: auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 244, 218, 0.95);
  box-shadow: 0 0 10px rgba(184, 160, 128, 0.72);
  animation: none;
}

.amal-croc-loader .croc-back {
  left: 25%;
  top: 18px;
  bottom: auto;
  width: 45%;
  height: 18px;
  opacity: 0.82;
  color: inherit;
  background:
    radial-gradient(circle at 10% 100%, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 24% 100%, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 38% 100%, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 52% 100%, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 66% 100%, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 80% 100%, currentColor 0 2px, transparent 3px);
  clip-path: none;
  transform: translateY(-2px);
  animation: none;
}

.amal-croc-loader .croc-tail {
  left: 8%;
  top: 29px;
  bottom: auto;
  width: 13%;
  height: 16px;
  color: inherit;
  background: linear-gradient(90deg, transparent, rgba(184, 160, 128, 0.76));
  clip-path: polygon(0 55%, 100% 0, 100% 100%);
  transform-origin: 100% 50%;
  animation: crocTailLuxury 2000ms cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.amal-croc-loader .croc-leg {
  top: 47px;
  bottom: auto;
  width: 26px;
  height: 2px;
  color: inherit;
  opacity: 0.62;
  transform-origin: 0 50%;
  animation: none;
}

.amal-croc-loader .croc-leg-front {
  left: 57%;
  transform: rotate(24deg);
}

.amal-croc-loader .croc-leg-back {
  left: 36%;
  transform: rotate(-20deg);
}

.amal-buffer-status {
  max-width: min(84vw, 620px);
  margin-top: 0;
  color: rgba(214, 203, 187, 0.58);
  font-family: var(--amal-commerce-font-display);
  font-size: clamp(15px, 2vw, 24px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-align: center;
  text-transform: none;
  animation: bufferStatus 2000ms ease both;
}

.amal-buffer-bar {
  width: min(360px, 62vw);
  height: 2px;
  background: rgba(184, 160, 128, 0.18);
  box-shadow: 0 0 22px rgba(184, 160, 128, 0.12);
}

.amal-buffer-bar span {
  width: 44%;
  background: linear-gradient(90deg, transparent, rgba(184, 160, 128, 0.98), rgba(255, 238, 194, 0.94), transparent);
  box-shadow: 0 0 18px rgba(184, 160, 128, 0.36);
  animation: bufferLine 2000ms cubic-bezier(0.65, 0, 0.35, 1) both;
}

@media (max-width: 680px) {
  .amal-buffer-inner {
    min-height: 520px;
  }

  .amal-croc-loader {
    width: min(360px, 82vw);
    height: 64px;
  }

  .amal-buffer-wordmark {
    font-size: clamp(56px, 18vw, 96px);
  }

  .amal-buffer-status {
    font-size: 15px;
  }
}

.amal-cart-trigger {
  position: fixed;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 220;
  min-width: 74px;
  min-height: 42px;
  border: 1px solid rgba(184, 160, 128, 0.34);
  background: rgba(6, 6, 5, 0.78);
  color: var(--amal-commerce-ink);
  font-family: var(--amal-commerce-font-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(18px);
  transition: border-color 180ms ease, background 180ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.amal-cart-trigger:hover {
  border-color: rgba(184, 160, 128, 0.76);
  background: rgba(18, 17, 15, 0.9);
  transform: translateY(-2px);
}

.amal-cart-count {
  margin-left: 7px;
  color: var(--amal-commerce-gold);
}

.amal-cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 230;
  display: grid;
  justify-items: end;
  background: rgba(0, 0, 0, 0.62);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.amal-cart-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}

.amal-cart-panel {
  width: min(100vw, 430px);
  height: 100dvh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  border-left: 1px solid var(--amal-commerce-line);
  background: rgba(8, 8, 7, 0.96);
  color: var(--amal-commerce-ink);
  transform: translateX(24px);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(20px);
}

.amal-cart-overlay.is-open .amal-cart-panel {
  transform: translateX(0);
}

.amal-cart-head,
.amal-cart-foot {
  padding: 24px;
}

.amal-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--amal-commerce-line);
}

.amal-cart-title {
  margin: 0;
  font-family: var(--amal-commerce-font-display);
  font-size: 32px;
  font-weight: 300;
}

.amal-cart-close {
  width: 36px;
  height: 36px;
  border: 1px solid var(--amal-commerce-line);
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.amal-cart-items {
  overflow: auto;
  padding: 16px 24px;
}

.amal-cart-empty {
  margin: 70px 0 0;
  color: var(--amal-commerce-muted);
  font-family: var(--amal-commerce-font-display);
  font-size: 24px;
  font-weight: 300;
}

.amal-cart-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 15px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(245, 240, 235, 0.08);
}

.amal-cart-item img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.03);
}

.amal-cart-item h3 {
  margin: 0;
  font-family: var(--amal-commerce-font-display);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.amal-cart-item p {
  margin: 7px 0 0;
  color: var(--amal-commerce-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.amal-cart-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}

.amal-cart-qty {
  display: inline-grid;
  grid-template-columns: 30px 34px 30px;
  border: 1px solid var(--amal-commerce-line);
}

.amal-cart-qty button,
.amal-cart-remove {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.amal-cart-qty span {
  display: grid;
  place-items: center;
  border-inline: 1px solid var(--amal-commerce-line);
  font-size: 12px;
}

.amal-cart-remove {
  color: var(--amal-commerce-dim);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.amal-cart-foot {
  border-top: 1px solid var(--amal-commerce-line);
}

.amal-cart-subtotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  font-family: var(--amal-commerce-font-display);
  font-size: 24px;
}

.amal-cart-checkout {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(184, 160, 128, 0.5);
  background: rgba(184, 160, 128, 0.12);
  color: var(--amal-commerce-ink);
  font-family: var(--amal-commerce-font-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  cursor: pointer;
}

@keyframes bufferWordmark {
  0% { opacity: 0; transform: translateY(18px); filter: blur(6px); }
  42% { opacity: 1; filter: blur(0); }
  100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@keyframes bufferStatus {
  0%, 18% { opacity: 0; transform: translateY(10px); }
  58%, 100% { opacity: 1; transform: translateY(0); }
}

@keyframes crocGlide {
  0% { opacity: 0; transform: translateX(-18px); filter: blur(3px); }
  36% { opacity: 0.96; filter: blur(0); }
  100% { opacity: 0.96; transform: translateX(0); filter: blur(0); }
}

@keyframes crocTailLuxury {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(-5deg); }
}

@keyframes bufferLine {
  from { transform: translateX(-100%); }
  to { transform: translateX(240%); }
}

@keyframes gameRun {
  from { transform: translateX(0); }
  to { transform: translateX(-38px); }
}

@keyframes cloudSlide {
  from { transform: translateX(0); }
  to { transform: translateX(-42px); }
}

@keyframes obstacleRun {
  from { transform: translateX(0); }
  to { transform: translateX(-980px); }
}

@keyframes dustTrail {
  0% { opacity: 0; transform: translate(0, 0); }
  24% { opacity: 0.65; }
  100% { opacity: 0; transform: translate(-42px, 12px); }
}

@keyframes crocSnack {
  0% { opacity: 0; transform: translateX(54px); }
  18% { opacity: 1; }
  70% { opacity: 1; transform: translateX(-6px); }
  72%, 100% { opacity: 0; transform: translateX(-6px) scale(0.2); }
}

@keyframes crocPixelBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes crocChomp {
  0%, 100% { transform: rotate(0deg) translateY(0); }
  50% { transform: rotate(12deg) translateY(4px); }
}

@keyframes crocTailPixel {
  0%, 100% { transform: translateY(0) skewY(0deg); }
  50% { transform: translateY(-3px) skewY(-8deg); }
}

@keyframes crocStepFront {
  0%, 100% { transform: translateX(0) rotate(0deg); }
  50% { transform: translateX(7px) rotate(-12deg); }
}

@keyframes crocStepBack {
  0%, 100% { transform: translateX(4px) rotate(10deg); }
  50% { transform: translateX(-4px) rotate(-8deg); }
}

@media (max-width: 680px) {
  .amal-cart-trigger {
    right: 14px;
    bottom: 14px;
  }

  .amal-cart-panel {
    width: 100vw;
  }
}

.reactive-nav,
.reactive-mobile-links {
  --home-blue: #063f7e;
  --home-blue-soft: rgba(6, 63, 126, 0.72);
  --home-gold: #b88e3f;
  --home-ivory: #fffdf8;
  --home-line: rgba(6, 63, 126, 0.18);
  --home-display: "Bodoni Moda", "Cormorant Garamond", Georgia, serif;
  --home-body: "Montserrat", "Inter", ui-sans-serif, system-ui, sans-serif;
}

.reactive-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  height: clamp(70px, 7.85vw, 84px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  box-sizing: border-box;
  padding: 0 clamp(24px, 9.6vw, 148px);
  border-bottom: 1px solid var(--home-line);
  background: rgba(255, 253, 248, 0.94);
  color: var(--home-blue);
  backdrop-filter: blur(14px);
}

.reactive-nav-left,
.reactive-nav-right,
.reactive-nav-icons {
  display: flex;
  align-items: center;
}

.reactive-nav-left {
  justify-self: start;
  gap: clamp(28px, 3.85vw, 59px);
}

.reactive-nav-right {
  justify-self: end;
  gap: clamp(22px, 2vw, 30px);
}

.reactive-nav-icons {
  gap: clamp(16px, 1.45vw, 22px);
  margin-left: clamp(10px, 1.05vw, 16px);
}

.reactive-nav a,
.reactive-nav button {
  color: var(--home-blue);
  font-family: var(--home-body);
  font-size: clamp(10px, 0.78vw, 13px);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.reactive-nav a:hover,
.reactive-nav a:focus-visible,
.reactive-nav button:hover,
.reactive-nav button:focus-visible {
  color: #0c58a8;
  outline: none;
}

.reactive-brand {
  justify-self: center;
  height: 100%;
  min-width: clamp(184px, 15vw, 232px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.reactive-brand-logo {
  width: clamp(150px, 11.2vw, 172px);
  height: auto;
  display: block;
}

.reactive-brand-row {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: clamp(12px, 1.15vw, 18px);
}

.reactive-brand-row::before,
.reactive-brand-row::after {
  display: none;
  content: none;
}

.reactive-brand-mark {
  display: inline-block;
  color: var(--home-blue);
  font-size: clamp(30px, 2.45vw, 37px);
  font-weight: 400;
  letter-spacing: 0.26em;
  line-height: 0.95;
  text-indent: 0.26em;
}

.reactive-brand-city {
  color: var(--home-blue);
  font-family: var(--home-body);
  font-size: clamp(7px, 0.58vw, 9px);
  font-weight: 800;
  letter-spacing: 0.44em;
  line-height: 1;
  text-indent: 0.44em;
  text-transform: uppercase;
}

.reactive-nav .star {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: var(--home-gold);
}

.reactive-nav .star::before,
.reactive-nav .star::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 15px;
  height: 1px;
  content: "";
  background: currentColor;
  transform: translate(-50%, -50%);
}

.reactive-nav .star::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.reactive-nav .star i::before,
.reactive-nav .star i::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 13px;
  height: 1px;
  content: "";
  background: currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.reactive-nav .star i::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.reactive-nav .icon-button {
  position: relative;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.reactive-nav .icon-button svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.6;
  fill: none;
}

.reactive-nav .cart-dot {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-blue);
}

.reactive-menu-button {
  display: none;
  justify-self: end;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: var(--home-blue);
}

.reactive-menu-button span {
  display: block;
  width: 24px;
  height: 1.5px;
  margin: 5px auto;
  background: currentColor;
}

.reactive-mobile-links {
  display: none;
}

.reactive-mobile-links.is-open {
  display: none;
}

body.amal-reactive-nav-active > header.amal-nav,
body.amal-reactive-nav-active > header.shop-nav,
body.amal-reactive-nav-active > header[aria-label="AMAL navigation"],
body.amal-reactive-nav-active > nav:not(.reactive-nav) {
  display: none !important;
}

@media (max-width: 1180px) {
  .reactive-nav {
    padding-inline: 32px;
  }

  .reactive-nav-left,
  .reactive-nav-right {
    gap: 24px;
  }

  .reactive-brand {
    min-width: clamp(184px, 15vw, 232px);
  }
}

@media (max-width: 940px) {
  .reactive-nav {
    grid-template-columns: 1fr auto 1fr;
    padding-inline: 20px;
  }

  .reactive-nav-left,
  .reactive-nav-right {
    display: none;
  }

  .reactive-menu-button {
    display: block;
  }

  .reactive-mobile-links {
    position: sticky;
    top: clamp(70px, 7.85vw, 84px);
    z-index: 29;
    display: grid;
    grid-template-columns: repeat(5, max-content);
    justify-content: center;
    gap: 18px;
    max-height: 0;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(6, 63, 126, 0.16);
    background: rgba(255, 253, 248, 0.96);
    transition: max-height 220ms ease, padding 220ms ease;
  }

  .reactive-mobile-links.is-open {
    display: grid;
    max-height: 84px;
    padding: 16px 18px;
  }

  .reactive-mobile-links a {
    color: var(--home-blue);
    font-family: var(--home-body);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .reactive-brand {
    min-width: 0;
  }

  .reactive-brand-logo {
    width: clamp(126px, 30vw, 150px);
  }
}

@media (max-width: 620px) {
  .reactive-brand-logo {
    width: min(136px, 42vw);
  }

  .reactive-mobile-links {
    grid-template-columns: repeat(2, max-content);
    gap: 14px 22px;
  }

  .reactive-mobile-links.is-open {
    max-height: 132px;
  }

}
