* {
  box-sizing: border-box;
}

:root {
  --black: #050505;
  --white: #ffffff;
  --soft: #f8f8f8;
  --line: #ececec;
  --muted: #646464;
  --card: #ffffff;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.08);
}

html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: var(--black);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.topbar {
  height: 38px;
  background: #000;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 56px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.topbar > div:nth-child(2) {
  justify-self: center;
}

.topbar-right {
  justify-self: end;
}

.site-header {
  height: 92px;
  display: grid;
  grid-template-columns: 260px 1fr 220px;
  align-items: center;
  padding: 0 56px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.nitefade-logo,
.large-back-logo,
.product-logo,
.hat-logo,
.side-script,
.vertical-script {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-style: italic;
  letter-spacing: -0.055em;
  transform: skewX(-9deg);
}

.nitefade-logo {
  font-size: 44px;
  font-weight: 900;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 54px;
}

.nav a {
  text-decoration: none;
  color: #000;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.04em;
  padding: 34px 0;
  position: relative;
}

.nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  height: 2px;
  background: #000;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 19px;
}

.header-actions button {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 23px;
  position: relative;
}

.cart span {
  position: absolute;
  top: -4px;
  right: -10px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.hero-section {
  height: 585px;
  display: grid;
  grid-template-columns: 37% 45% 18%;
  align-items: center;
  padding: 0 56px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 57% 42%, rgba(0,0,0,0.05), transparent 35%),
    linear-gradient(180deg, #fff, #fcfcfc);
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 18px;
  color: #777;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.45em;
}

.hero-copy h1 {
  margin: 0 0 20px;
  font-size: clamp(56px, 5.4vw, 82px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  font-weight: 1000;
}

.hero-text {
  max-width: 420px;
  margin: 0 0 30px;
  color: #555;
  font-size: 17px;
  line-height: 1.55;
}

.shop-now {
  height: 58px;
  min-width: 205px;
  border: 0;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-weight: 950;
  font-size: 14px;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.shop-now b {
  margin-left: 22px;
  font-size: 20px;
}

.discord-proof {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.avatar-stack {
  display: flex;
}

.avatar-stack span {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 2px solid #fff;
  background:
    radial-gradient(circle at 30% 30%, #8d8d8d, #262626);
  margin-left: -9px;
}

.avatar-stack span:first-child {
  margin-left: 0;
}

.discord-proof strong,
.discord-proof small {
  display: block;
}

.discord-proof strong {
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.discord-proof small {
  color: #666;
  font-size: 12px;
  margin-top: 4px;
}

.hero-center {
  height: 585px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.person-shadow {
  position: absolute;
  top: 24px;
  width: 235px;
  height: 170px;
  border-radius: 50% 50% 34% 34%;
  background: linear-gradient(180deg, rgba(25,25,25,0.12), rgba(25,25,25,0));
  filter: blur(5px);
}

.hero-shirt {
  width: 650px;
  height: 525px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.shirt-neck {
  position: absolute;
  top: 4px;
  width: 136px;
  height: 66px;
  border-radius: 0 0 62px 62px;
  background: #f4f4f4;
  border: 11px solid #fff;
  z-index: 4;
}

.shirt-left-sleeve,
.shirt-right-sleeve {
  position: absolute;
  top: 112px;
  width: 215px;
  height: 270px;
  background: linear-gradient(145deg, #ffffff, #f1f1f1);
  border-radius: 48px;
  z-index: 1;
}

.shirt-left-sleeve {
  left: 16px;
  transform: rotate(22deg);
}

.shirt-right-sleeve {
  right: 16px;
  transform: rotate(-22deg);
}

.shirt-main {
  position: relative;
  z-index: 2;
  width: 500px;
  height: 430px;
  border-radius: 92px 92px 20px 20px;
  background: linear-gradient(150deg, #fff, #f2f2f2);
  box-shadow:
    inset -22px -16px 45px rgba(0,0,0,0.035),
    inset 15px 15px 35px rgba(255,255,255,0.95);
}

.large-back-logo {
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translateX(-50%) skewX(-9deg);
  font-size: 82px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 1000;
}

.shirt-copy {
  position: absolute;
  top: 245px;
  left: 53%;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0.01em;
}

.shirt-symbol {
  position: absolute;
  top: 296px;
  left: 64%;
  font-size: 25px;
  font-weight: 900;
}

.hero-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}

.mini-product {
  width: 128px;
  height: 124px;
  border-radius: 7px;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-family: Impact, sans-serif;
  font-style: italic;
  font-size: 23px;
  transform: skewX(-4deg);
}

.black-item {
  background: #111;
  color: #fff;
}

.cream-item {
  background: #f1eadc;
}

.hero-gallery button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 17px;
  cursor: pointer;
}

.collection-section {
  padding: 30px 56px 26px;
}

.collection-heading {
  margin-bottom: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.collection-heading h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 1000;
}

.collection-heading a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-weight: 950;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.product-card {
  position: relative;
  min-height: 354px;
  padding: 13px;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  box-shadow: 0 15px 38px rgba(0,0,0,0.035);
}

.favorite {
  position: absolute;
  right: 15px;
  top: 13px;
  z-index: 3;
  border: 0;
  background: transparent;
  color: #555;
  font-size: 25px;
  cursor: pointer;
}

.product-visual {
  height: 225px;
  margin-bottom: 14px;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hoodie-product,
.white-tee-product {
  background: linear-gradient(145deg, #fff, #f0f0f0);
}

.black-tee-product,
.shorts-product,
.joggers-product {
  background: linear-gradient(145deg, #181818, #060606);
}

.hat-product {
  background: linear-gradient(145deg, #efe7d6, #ddd0b6);
}

.product-logo {
  font-size: 35px;
  font-weight: 1000;
}

.product-logo.light,
.side-script,
.vertical-script {
  color: #fff;
}

.product-logo.small {
  font-size: 22px;
}

.side-script {
  font-size: 22px;
  position: absolute;
  right: 30px;
  bottom: 45px;
}

.hat-logo {
  font-size: 28px;
}

.vertical-script {
  position: absolute;
  right: 47px;
  top: 85px;
  font-size: 25px;
  writing-mode: vertical-rl;
  transform: rotate(180deg) skewX(-9deg);
}

.product-card h3 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 900;
}

.product-card p {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 800;
}

.color-dots {
  display: flex;
  gap: 8px;
}

.color-dots i {
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
}

.color-dots i:nth-child(1) { background: #050505; }
.color-dots i:nth-child(2) { background: #bfbfbf; }
.color-dots i:nth-child(3) { background: #fff; }

.color-dots.sand i:nth-child(2) {
  background: #ddd0b6;
}

.trust-strip {
  margin: 0 56px 42px;
  min-height: 78px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.trust-strip div {
  padding: 19px 24px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong {
  font-size: 13px;
  font-weight: 950;
}

.trust-strip span {
  font-size: 12px;
  color: #666;
}

.discount-bubble {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 30;
  height: 72px;
  padding: 8px 16px 8px 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: 12px;
}

.discount-mark {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 1000;
  font-size: 19px;
}

.discount-copy {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 4px;
}

.discount-copy strong {
  font-size: 13px;
}

.discount-copy small {
  font-size: 12px;
  color: #666;
}

.discount-bubble b {
  margin-left: 8px;
  font-size: 18px;
}

.chat-bubble {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  height: 68px;
  min-width: 205px;
  border: 0;
  border-radius: 22px;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: var(--shadow);
  cursor: pointer;
}

.chat-bubble i {
  width: 9px;
  height: 9px;
  margin-left: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #00df64;
}

.chat-panel {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 102px;
  z-index: 40;
  width: 370px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 30px 85px rgba(0,0,0,0.18);
}

.chat-panel.open {
  display: block;
}

.chat-top {
  padding: 19px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-top div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.chat-top small {
  color: #d0d0d0;
}

.chat-top button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.chat-content {
  padding: 18px;
}

.chat-content p {
  margin: 0 0 16px;
  color: #454545;
  font-size: 14px;
  line-height: 1.6;
}

.chat-content input {
  width: 100%;
  height: 49px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 13px;
  padding: 0 14px;
}

.chat-content button {
  width: 100%;
  height: 49px;
  border: 0;
  border-radius: 13px;
  background: #000;
  color: #fff;
  font-weight: 950;
}

@media (max-width: 1250px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero-section {
    height: auto;
    grid-template-columns: 1fr;
    padding-top: 48px;
    text-align: center;
  }

  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .discord-proof {
    justify-content: center;
  }

  .hero-center {
    height: 500px;
  }

  .hero-gallery {
    display: none;
  }

  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 780px) {
  .topbar {
    grid-template-columns: 1fr;
    justify-items: center;
    height: 40px;
    padding: 0 15px;
    font-size: 10px;
  }

  .topbar > div:nth-child(2),
  .topbar-right {
    display: none;
  }

  .site-header {
    height: 80px;
    padding: 0 16px;
  }

  .nitefade-logo {
    font-size: 36px;
  }

  .header-actions {
    gap: 10px;
  }

  .header-actions button {
    font-size: 20px;
  }

  .hero-section {
    padding: 38px 18px 0;
  }

  .hero-copy h1 {
    font-size: 49px;
  }

  .hero-center {
    height: 375px;
  }

  .hero-shirt {
    transform: scale(0.62);
    transform-origin: center top;
  }

  .collection-section {
    padding: 24px 16px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    margin: 0 16px 108px;
    grid-template-columns: 1fr;
  }

  .discount-bubble {
    display: none;
  }

  .chat-bubble {
    right: 14px;
    bottom: 14px;
    min-width: 178px;
    height: 58px;
  }

  .chat-panel {
    left: 14px;
    right: 14px;
    width: auto;
  }
}

/* ---------------------------------------------------------
   Real NiteFade Merch Asset Image Support
--------------------------------------------------------- */

.hero-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-merch-image {
  width: min(720px, 100%);
  max-height: 560px;
  object-fit: contain;
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.12));
}

.image-card {
  padding: 10px;
  background: #fff;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-product {
  background: linear-gradient(180deg, #ffffff, #f7f7f7);
  padding: 12px;
}

.image-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.08));
}

@media (max-width: 780px) {
  .hero-merch-image {
    width: min(520px, 100%);
    max-height: 360px;
  }
}

/* ---------------------------------------------------------
   Featured collection: flexible grid for 7+ NiteFade items
--------------------------------------------------------- */
.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
}

/* ---------------------------------------------------------
   NiteFade Entry Gate — Login / Signup Concept v1
--------------------------------------------------------- */

body.gate-open {
  overflow: hidden;
}

.entry-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: center;
  gap: 50px;
  padding: 46px 74px;
  background:
    radial-gradient(circle at 72% 34%, rgba(0, 0, 0, 0.08), transparent 32%),
    radial-gradient(circle at 18% 82%, rgba(0, 0, 0, 0.045), transparent 28%),
    #ffffff;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.entry-gate.closed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gate-panel {
  max-width: 620px;
}

.gate-brand {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-style: italic;
  letter-spacing: -0.055em;
  transform: skewX(-9deg);
  font-size: 58px;
  font-weight: 1000;
  margin-bottom: 24px;
}

.gate-eyebrow {
  margin: 0 0 18px;
  color: #777;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.42em;
}

.gate-panel h1 {
  margin: 0 0 20px;
  font-size: clamp(56px, 5vw, 84px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  font-weight: 1000;
}

.gate-subtext {
  max-width: 570px;
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.65;
  color: #555;
}

.auth-tabs {
  width: min(470px, 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 6px;
  margin-bottom: 16px;
  border-radius: 18px;
  border: 1px solid #ececec;
  background: #f7f7f7;
}

.auth-tab {
  height: 52px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: #444;
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
}

.auth-tab.active {
  background: #000;
  color: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.auth-form {
  width: min(470px, 100%);
  display: grid;
  gap: 11px;
  margin-bottom: 15px;
}

.auth-form.hidden {
  display: none;
}

.auth-form input {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border: 1px solid #dedede;
  border-radius: 16px;
  background: #fff;
  color: #000;
  font-size: 15px;
  outline: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.025);
}

.auth-form input:focus {
  border-color: #000;
}

.enter-store-btn,
.discord-auth-btn {
  width: min(470px, 100%);
  height: 60px;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 1000;
  letter-spacing: 0.045em;
  cursor: pointer;
}

.enter-store-btn {
  border: 0;
  background: #000;
  color: #fff;
  margin-bottom: 12px;
}

.enter-store-btn span {
  margin-left: 18px;
  font-size: 20px;
}

.discord-auth-btn {
  border: 1px solid #dfdfdf;
  background: #fff;
  color: #000;
  margin-bottom: 16px;
}

.gate-note {
  width: min(470px, 100%);
  margin: 0;
  color: #777;
  font-size: 12px;
  line-height: 1.55;
}

.gate-preview {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
}

.preview-card {
  width: min(660px, 100%);
  height: min(650px, 68vh);
  border: 1px solid #eeeeee;
  border-radius: 36px;
  background:
    radial-gradient(circle at center, rgba(0,0,0,0.035), transparent 55%),
    #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.08);
}

.preview-card img {
  width: 94%;
  height: 94%;
  object-fit: contain;
  filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.12));
}

.mini-preview-row {
  width: min(660px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.mini-preview-row div {
  height: 150px;
  border: 1px solid #eeeeee;
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.045);
}

.mini-preview-row img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .entry-gate {
    grid-template-columns: 1fr;
    overflow-y: auto;
    padding: 34px 24px;
  }

  .gate-panel {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }

  .auth-tabs,
  .auth-form,
  .enter-store-btn,
  .discord-auth-btn,
  .gate-note {
    margin-left: auto;
    margin-right: auto;
  }

  .gate-preview {
    margin-top: 18px;
  }

  .preview-card {
    height: 420px;
  }
}

@media (max-width: 700px) {
  .entry-gate {
    padding: 24px 16px;
  }

  .gate-brand {
    font-size: 44px;
  }

  .gate-panel h1 {
    font-size: 48px;
  }

  .gate-subtext {
    font-size: 15px;
  }

  .preview-card {
    height: 300px;
    border-radius: 26px;
  }

  .mini-preview-row {
    grid-template-columns: 1fr;
  }

  .mini-preview-row div {
    height: 180px;
  }
}

/* ---------------------------------------------------------
   NiteFade Logo Font Upgrade — Brush / Streetwear Style
--------------------------------------------------------- */

.gate-brand,
.nitefade-logo {
  font-family: "Road Rage", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  transform: none !important;
  line-height: 0.9;
}

.gate-brand {
  font-size: 76px !important;
  margin-bottom: 18px !important;
}

.nitefade-logo {
  font-size: 58px !important;
}

@media (max-width: 700px) {
  .gate-brand {
    font-size: 60px !important;
  }

  .nitefade-logo {
    font-size: 46px !important;
  }
}

/* ---------------------------------------------------------
   Real NiteFade Brush Logo PNG
--------------------------------------------------------- */

.gate-brand-image {
  width: 255px;
  height: 82px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.gate-brand-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.nitefade-logo-image {
  width: 190px;
  height: 66px;
  display: flex;
  align-items: center;
}

.nitefade-logo-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 700px) {
  .gate-brand-image {
    width: 210px;
    height: 68px;
    margin-left: auto;
    margin-right: auto;
  }

  .nitefade-logo-image {
    width: 155px;
    height: 56px;
  }
}

/* ---------------------------------------------------------
   NiteFade logo PNG sizing boost after smart crop
--------------------------------------------------------- */

.nitefade-logo-image {
  width: 225px !important;
  height: 72px !important;
}

.gate-brand-image {
  width: 330px !important;
  height: 105px !important;
}

@media (max-width: 700px) {
  .nitefade-logo-image {
    width: 170px !important;
    height: 58px !important;
  }

  .gate-brand-image {
    width: 250px !important;
    height: 80px !important;
  }
}

/* ---------------------------------------------------------
   Official Discord Button + Entry Gate Bottom Spacing Fix
--------------------------------------------------------- */

.discord-auth-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.discord-auth-btn img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.entry-gate {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.gate-brand-image {
  margin-bottom: 10px !important;
}

.gate-panel h1 {
  margin-bottom: 14px !important;
}

.gate-subtext {
  margin-bottom: 20px !important;
}

.auth-tabs {
  margin-bottom: 12px !important;
}

.auth-form {
  gap: 9px !important;
  margin-bottom: 12px !important;
}

.auth-form input {
  height: 52px !important;
}

.enter-store-btn,
.discord-auth-btn {
  height: 56px !important;
}

.discord-auth-btn {
  margin-bottom: 10px !important;
}

/* ---------------------------------------------------------
   NiteFade Shop Page
--------------------------------------------------------- */

.shop-main {
  padding: 0 56px 70px;
}

.shop-hero {
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid var(--line);
}

.shop-hero h1 {
  margin: 0 0 15px;
  font-size: clamp(54px, 5vw, 84px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 1000;
}

.shop-hero p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: #555;
  font-size: 17px;
  line-height: 1.6;
}

.shop-hero-stat {
  width: 250px;
  min-height: 150px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
}

.shop-hero-stat strong {
  font-size: 28px;
  font-weight: 1000;
}

.shop-hero-stat span {
  margin-top: 7px;
  color: #666;
  font-size: 14px;
}

.shop-toolbar {
  min-height: 108px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.shop-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.filter-btn {
  height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
}

.filter-btn.active {
  background: #000;
  color: #fff;
  border-color: #000;
}

.shop-sort {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 900;
}

.shop-sort select {
  height: 46px;
  min-width: 190px;
  border: 1px solid #e1e1e1;
  border-radius: 14px;
  padding: 0 16px;
  background: #fff;
  color: #000;
  font-weight: 800;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.shop-card {
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 55px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.shop-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 68px rgba(0,0,0,0.09);
}

.shop-card[hidden] {
  display: none;
}

.shop-card .favorite {
  right: 18px;
  top: 18px;
}

.shop-image {
  height: 320px;
  padding: 20px;
  background: linear-gradient(180deg, #fff, #f8f8f8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shop-card-body {
  padding: 18px 18px 20px;
  border-top: 1px solid #f2f2f2;
}

.product-tag {
  display: inline-flex;
  align-items: center;
  height: 25px;
  padding: 0 11px;
  border-radius: 999px;
  background: #f3f3f3;
  color: #333;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.shop-card-body h2 {
  min-height: 48px;
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 1000;
}

.shop-card-body p {
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 1000;
}

.shop-card-btn {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 14px;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.shop-banner {
  margin-top: 38px;
  min-height: 180px;
  padding: 34px 38px;
  border-radius: 30px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.shop-banner .eyebrow {
  color: #cfcfcf;
}

.shop-banner h2 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 1000;
}

.shop-banner button {
  min-width: 220px;
  height: 58px;
  border-radius: 18px;
  border: 0;
  background: #fff;
  color: #000;
  font-weight: 1000;
  font-size: 14px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .shop-main {
    padding: 0 24px 70px;
  }

  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .shop-hero {
    align-items: flex-start;
    flex-direction: column;
    padding: 42px 0;
  }

  .shop-toolbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 25px 0;
  }

  .shop-banner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .shop-main {
    padding: 0 16px 90px;
  }

  .shop-grid {
    grid-template-columns: 1fr;
  }

  .shop-image {
    height: 280px;
  }

  .shop-sort {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .shop-sort select {
    width: 100%;
  }

  .shop-banner {
    padding: 26px 22px;
  }

  .shop-banner button {
    width: 100%;
  }
}

.shop-now-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* ---------------------------------------------------------
   Official Discord Logo in Top Announcement Bar
--------------------------------------------------------- */

.discord-top-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.discord-top-link img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

/* ---------------------------------------------------------
   NiteFade Product Detail Page
--------------------------------------------------------- */

.product-main {
  padding: 0 56px 80px;
}

.breadcrumb {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 850;
  color: #666;
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
}

.breadcrumb strong {
  color: #000;
}

.product-layout {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 58px;
  padding: 46px 0;
  border-bottom: 1px solid var(--line);
}

.product-gallery {
  min-width: 0;
}

.main-product-frame {
  height: 680px;
  border: 1px solid #ededed;
  border-radius: 34px;
  background:
    radial-gradient(circle at center, rgba(0,0,0,0.035), transparent 60%),
    #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 26px 76px rgba(0,0,0,0.06);
}

.main-product-frame img {
  width: 94%;
  height: 94%;
  object-fit: contain;
}

.product-thumbs {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.thumb {
  height: 150px;
  border: 1px solid #e8e8e8;
  border-radius: 22px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  padding: 10px;
}

.thumb.active {
  border-color: #000;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-kicker {
  margin: 0 0 16px;
  color: #777;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.34em;
}

.product-info h1 {
  margin: 0 0 16px;
  font-size: clamp(44px, 4vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 1000;
}

.product-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.stars {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.12em;
}

.product-meta span {
  color: #666;
  font-size: 13px;
  font-weight: 750;
}

.product-price {
  margin: 0 0 20px;
  font-size: 34px;
  font-weight: 1000;
}

.product-description {
  max-width: 650px;
  margin: 0 0 28px;
  color: #565656;
  font-size: 16px;
  line-height: 1.7;
}

.product-choice {
  padding: 22px 0;
  border-top: 1px solid #ededed;
}

.choice-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.choice-head strong {
  font-size: 14px;
  font-weight: 1000;
}

.choice-head span {
  color: #666;
  font-size: 13px;
  font-weight: 750;
}

.size-guide {
  border: 0;
  background: transparent;
  color: #000;
  font-size: 13px;
  font-weight: 950;
  text-decoration: underline;
  cursor: pointer;
}

.color-choice-row {
  display: flex;
  gap: 12px;
}

.color-choice {
  width: 42px;
  height: 42px;
  border: 2px solid #d8d8d8;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.color-choice.active {
  border-color: #000;
  box-shadow: 0 0 0 5px rgba(0,0,0,0.07);
}

.color-choice.dark {
  background: #050505;
}

.color-choice.sand {
  background: #e9dfc9;
}

.size-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 11px;
}

.size-grid button {
  height: 56px;
  border: 1px solid #dedede;
  border-radius: 16px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 1000;
  cursor: pointer;
}

.size-grid button.selected {
  background: #000;
  color: #fff;
  border-color: #000;
}

.quantity-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  margin-top: 24px;
}

.quantity-box {
  height: 62px;
  border: 1px solid #dedede;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  text-align: center;
  background: #fff;
}

.quantity-box button {
  border: 0;
  background: transparent;
  font-size: 26px;
  cursor: pointer;
}

.quantity-box span {
  font-weight: 1000;
  font-size: 17px;
}

.add-cart-btn,
.buy-now-btn {
  height: 62px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 1000;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.add-cart-btn {
  border: 0;
  background: #000;
  color: #fff;
}

.buy-now-btn {
  width: 100%;
  margin-top: 14px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
}

.product-assurance {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.product-assurance div {
  border: 1px solid #ededed;
  border-radius: 20px;
  padding: 18px;
  background: #fff;
}

.product-assurance strong,
.product-assurance span {
  display: block;
}

.product-assurance strong {
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 1000;
}

.product-assurance span {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
}

.product-detail-grid {
  padding: 42px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.detail-card {
  border: 1px solid #ededed;
  border-radius: 26px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 18px 55px rgba(0,0,0,0.04);
}

.detail-card h2 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 1000;
  letter-spacing: -0.03em;
}

.detail-card p {
  margin: 0;
  color: #5b5b5b;
  font-size: 15px;
  line-height: 1.7;
}

.discord-detail button {
  margin-top: 20px;
  height: 52px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #dedede;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-weight: 1000;
  cursor: pointer;
}

.discord-detail button img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.related-products {
  padding-top: 42px;
}

.related-head {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.related-head h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 1000;
  letter-spacing: -0.04em;
}

.related-head a {
  color: #000;
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.related-grid article {
  border: 1px solid #ededed;
  border-radius: 26px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 18px 55px rgba(0,0,0,0.04);
}

.related-grid img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f8f8f8);
  margin-bottom: 16px;
}

.related-grid h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 1000;
}

.related-grid p {
  margin: 0;
  font-size: 16px;
  font-weight: 1000;
}

@media (max-width: 1200px) {
  .product-main {
    padding: 0 24px 80px;
  }

  .product-layout {
    grid-template-columns: 1fr;
  }

  .main-product-frame {
    height: 560px;
  }

  .product-detail-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .product-main {
    padding: 0 16px 90px;
  }

  .breadcrumb {
    flex-wrap: wrap;
    line-height: 1.7;
  }

  .main-product-frame {
    height: 390px;
    border-radius: 26px;
  }

  .product-thumbs {
    grid-template-columns: 1fr;
  }

  .thumb {
    height: 170px;
  }

  .size-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .quantity-row {
    grid-template-columns: 1fr;
  }

  .product-assurance {
    grid-template-columns: 1fr;
  }

  .related-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

.shop-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* ---------------------------------------------------------
   Product Page Add-to-Cart Toast
--------------------------------------------------------- */

.cart-toast {
  position: fixed;
  top: 126px;
  right: 28px;
  z-index: 120;
  min-width: 360px;
  max-width: calc(100vw - 32px);
  padding: 18px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  gap: 15px;
  opacity: 0;
  transform: translateY(-18px);
  pointer-events: none;
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.cart-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.cart-toast-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 1000;
  flex-shrink: 0;
}

.cart-toast strong,
.cart-toast span {
  display: block;
}

.cart-toast strong {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 1000;
}

.cart-toast span {
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}

.cart.bump {
  animation: cartBump 0.42s ease;
}

@keyframes cartBump {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.22);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 760px) {
  .cart-toast {
    top: 92px;
    left: 16px;
    right: 16px;
    min-width: auto;
  }
}

/* ---------------------------------------------------------
   Premium Cart Drawer — Product Page
--------------------------------------------------------- */

.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 180;
  background: rgba(0, 0, 0, 0.34);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.cart-drawer-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 190;
  width: min(470px, 100vw);
  height: 100vh;
  background: #fff;
  border-left: 1px solid #ececec;
  box-shadow: -28px 0 90px rgba(0, 0, 0, 0.18);
  transform: translateX(102%);
  transition: transform 0.34s ease;
  display: flex;
  flex-direction: column;
}

.cart-drawer.open {
  transform: translateX(0);
}

.cart-drawer-head {
  min-height: 112px;
  padding: 28px 28px 22px;
  border-bottom: 1px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-drawer-head p {
  margin: 0 0 6px;
  color: #777;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.32em;
}

.cart-drawer-head h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -0.04em;
}

.cart-drawer-head button {
  width: 48px;
  height: 48px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  background: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px 28px;
}

.drawer-item {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 16px;
  align-items: center;
  border: 1px solid #ededed;
  border-radius: 24px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.045);
}

.drawer-item.hidden {
  display: none;
}

.drawer-item-image {
  height: 118px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f7f7f7);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.drawer-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.drawer-item-info h3 {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 1000;
}

.drawer-item-info p {
  margin: 0 0 5px;
  color: #666;
  font-size: 13px;
  font-weight: 750;
}

.drawer-item-info span {
  display: inline-block;
  margin-top: 6px;
  font-size: 17px;
  font-weight: 1000;
}

.drawer-empty {
  min-height: 220px;
  border: 1px dashed #ddd;
  border-radius: 26px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 28px;
  color: #666;
}

.drawer-empty.show {
  display: flex;
}

.drawer-empty strong {
  color: #000;
  font-size: 20px;
  font-weight: 1000;
  margin-bottom: 8px;
}

.drawer-empty span {
  max-width: 260px;
  font-size: 14px;
  line-height: 1.6;
}

.cart-drawer-footer {
  border-top: 1px solid #ededed;
  padding: 22px 28px 28px;
  background: #fff;
}

.drawer-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.drawer-subtotal span {
  color: #666;
  font-size: 14px;
  font-weight: 900;
}

.drawer-subtotal strong {
  font-size: 28px;
  font-weight: 1000;
}

.drawer-view-cart,
.drawer-checkout {
  width: 100%;
  height: 58px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 1000;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.drawer-view-cart {
  margin-bottom: 12px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.drawer-checkout {
  border: 0;
  background: #000;
  color: #fff;
}

.cart-drawer-footer p {
  margin: 15px 0 0;
  color: #777;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

body.cart-drawer-open {
  overflow: hidden;
}

@media (max-width: 600px) {
  .cart-drawer-head,
  .cart-drawer-body,
  .cart-drawer-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .drawer-item {
    grid-template-columns: 92px 1fr;
  }

  .drawer-item-image {
    height: 92px;
  }
}

/* ---------------------------------------------------------
   Cart Page Upgrade Pack v1 — NiteFade
--------------------------------------------------------- */
.cart-link { text-decoration: none; color: #000; display: inline-flex; align-items: center; justify-content: center; }
.cart-main { padding: 0 56px 90px; }
.cart-title-row { min-height: 215px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.cart-title-row h1 { margin: 0 0 14px; font-size: clamp(54px, 5vw, 84px); line-height: 0.95; letter-spacing: -0.06em; font-weight: 1000; }
.cart-title-copy { margin: 0; color: #5a5a5a; font-size: 16px; line-height: 1.6; }
.continue-shopping-btn { height: 58px; padding: 0 26px; border: 1px solid #000; border-radius: 18px; color: #000; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 1000; white-space: nowrap; }
.cart-layout { display: grid; grid-template-columns: 1fr 430px; gap: 34px; padding-top: 40px; }
.cart-items-panel { min-width: 0; }
.cart-empty-state { min-height: 470px; border: 1px dashed #dcdcdc; border-radius: 32px; background: #fff; display: none; align-items: center; justify-content: center; flex-direction: column; text-align: center; padding: 40px; }
.cart-empty-state.show { display: flex; }
.empty-bag-icon { width: 86px; height: 86px; border-radius: 50%; background: #000; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 36px; margin-bottom: 22px; }
.cart-empty-state h2 { margin: 0 0 10px; font-size: 34px; line-height: 1.05; font-weight: 1000; letter-spacing: -0.04em; }
.cart-empty-state p { max-width: 420px; margin: 0 0 24px; color: #666; font-size: 15px; line-height: 1.65; }
.cart-empty-state a { height: 58px; min-width: 210px; border-radius: 18px; background: #000; color: #fff; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 1000; }
.full-cart-item { display: grid; grid-template-columns: 330px 1fr; gap: 28px; border: 1px solid #ededed; border-radius: 34px; background: #fff; padding: 22px; box-shadow: 0 24px 70px rgba(0, 0, 0, 0.06); }
.full-cart-item.hidden { display: none; }
.full-cart-image { min-height: 420px; border-radius: 26px; background: radial-gradient(circle at center, rgba(0,0,0,0.035), transparent 62%), linear-gradient(180deg, #fff, #f8f8f8); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.full-cart-image img { width: 96%; height: 96%; object-fit: contain; }
.full-cart-info { padding: 10px 8px 8px 0; display: flex; flex-direction: column; }
.full-cart-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; }
.full-cart-top h2 { margin: 12px 0 0; font-size: 34px; line-height: 1.06; font-weight: 1000; letter-spacing: -0.04em; }
.remove-cart-btn { border: 0; background: transparent; color: #000; text-decoration: underline; font-size: 13px; font-weight: 950; cursor: pointer; padding-top: 4px; }
.cart-item-description { max-width: 660px; margin: 20px 0 26px; color: #606060; font-size: 15px; line-height: 1.7; }
.cart-item-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 18px 0; border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; }
.cart-item-meta span,.cart-item-meta strong { display: block; }
.cart-item-meta span { color: #777; font-size: 12px; font-weight: 850; margin-bottom: 6px; }
.cart-item-meta strong { font-size: 14px; font-weight: 1000; }
.cart-item-actions { margin-top: auto; padding-top: 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cart-quantity-control { width: 170px; height: 64px; border: 1px solid #dedede; border-radius: 18px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; text-align: center; }
.cart-quantity-control button { height: 100%; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.cart-quantity-control span { font-size: 18px; font-weight: 1000; }
.cart-line-total { text-align: right; }
.cart-line-total span,.cart-line-total strong { display: block; }
.cart-line-total span { color: #777; font-size: 12px; font-weight: 900; margin-bottom: 5px; }
.cart-line-total strong { font-size: 30px; font-weight: 1000; }
.cart-summary { display: flex; flex-direction: column; gap: 18px; }
.summary-card,.cart-support-card { border: 1px solid #ededed; border-radius: 32px; background: #fff; box-shadow: 0 22px 65px rgba(0, 0, 0, 0.055); }
.summary-card { padding: 30px; }
.summary-eyebrow { margin: 0 0 10px; color: #777; font-size: 11px; font-weight: 950; letter-spacing: 0.34em; }
.summary-card h2 { margin: 0 0 26px; font-size: 36px; line-height: 1; font-weight: 1000; letter-spacing: -0.045em; }
.summary-row,.summary-total { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.summary-row { margin-bottom: 17px; }
.summary-row span,.summary-row strong { font-size: 15px; font-weight: 900; }
.summary-row.muted span,.summary-row.muted strong { color: #707070; font-size: 13px; }
.summary-divider { height: 1px; background: #ededed; margin: 24px 0; }
.summary-total span { font-size: 16px; font-weight: 950; }
.summary-total strong { font-size: 34px; font-weight: 1000; }
.promo-box { margin-top: 28px; padding-top: 24px; border-top: 1px solid #ededed; }
.promo-box label { display: block; margin-bottom: 12px; font-size: 13px; font-weight: 1000; }
.promo-box div { display: grid; grid-template-columns: 1fr 108px; gap: 10px; }
.promo-box input { width: 100%; height: 54px; border: 1px solid #dedede; border-radius: 16px; padding: 0 16px; font-size: 14px; }
.promo-box button { height: 54px; border: 0; border-radius: 16px; background: #000; color: #fff; font-size: 13px; font-weight: 1000; cursor: pointer; }
.promo-box p { margin: 12px 0 0; color: #707070; font-size: 12px; line-height: 1.55; }
.cart-checkout-btn { width: 100%; height: 62px; border: 0; border-radius: 18px; background: #000; color: #fff; font-size: 14px; font-weight: 1000; letter-spacing: 0.045em; cursor: pointer; margin-top: 28px; }
.cart-return-shop { width: 100%; height: 58px; border: 1px solid #000; border-radius: 18px; color: #000; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 1000; margin-top: 12px; }
.cart-support-card { padding: 24px 28px; }
.cart-support-card h3 { margin: 0 0 10px; font-size: 24px; line-height: 1.1; font-weight: 1000; letter-spacing: -0.03em; }
.cart-support-card p { margin: 0 0 18px; color: #666; font-size: 14px; line-height: 1.6; }
.cart-support-card button { width: 100%; height: 54px; border-radius: 16px; border: 1px solid #000; background: #fff; color: #000; font-size: 13px; font-weight: 1000; cursor: pointer; }
.drawer-link-btn { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }

@media (max-width: 1280px) {
  .cart-main { padding: 0 24px 90px; }
  .cart-layout { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .cart-title-row { padding: 36px 0; min-height: auto; flex-direction: column; align-items: flex-start; }
  .full-cart-item { grid-template-columns: 1fr; }
  .full-cart-image { min-height: 360px; }
  .cart-item-meta { grid-template-columns: 1fr; }
  .cart-item-actions { align-items: flex-start; flex-direction: column; }
  .cart-line-total { text-align: left; }
}
@media (max-width: 700px) {
  .cart-main { padding: 0 16px 90px; }
  .full-cart-item,.summary-card,.cart-support-card { border-radius: 24px; }
  .full-cart-top { flex-direction: column; }
  .full-cart-top h2 { font-size: 28px; }
  .promo-box div { grid-template-columns: 1fr; }
}

/* ---------------------------------------------------------
   Cart Page Horizontal Scrollbar Fix
--------------------------------------------------------- */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.cart-page,
.cart-main,
.cart-layout,
.cart-items-panel,
.cart-summary,
.full-cart-item,
.summary-card,
.cart-support-card {
  max-width: 100%;
}

.full-cart-info,
.full-cart-top,
.cart-item-meta,
.cart-item-actions {
  min-width: 0;
}

.cart-title-row,
.cart-layout {
  width: 100%;
}

@media (max-width: 1280px) {
  .cart-layout {
    overflow: hidden;
  }
}

/* ---------------------------------------------------------
   NiteFade Checkout Preview Page v1
--------------------------------------------------------- */

.checkout-main {
  padding: 0 56px 92px;
}

.checkout-title-row {
  min-height: 235px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}

.checkout-title-row h1 {
  margin: 0 0 14px;
  font-size: clamp(54px, 5vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 1000;
}

.checkout-title-row p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.7;
}

.back-cart-btn {
  height: 58px;
  padding: 0 26px;
  border: 1px solid #000;
  border-radius: 18px;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 1000;
  white-space: nowrap;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 450px;
  gap: 34px;
  padding-top: 42px;
}

.checkout-form-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.checkout-card,
.checkout-summary-card,
.checkout-trust-card {
  border: 1px solid #ededed;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.055);
}

.checkout-card {
  padding: 30px;
}

.checkout-card-head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 24px;
}

.checkout-card-head > span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 1000;
  flex-shrink: 0;
}

.checkout-card-head h2,
.checkout-note-card h2 {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 1000;
}

.checkout-card-head p,
.checkout-note-card p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.checkout-grid {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.checkout-grid.one {
  grid-template-columns: 1fr;
}

.checkout-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.checkout-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.checkout-grid label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkout-grid label span {
  font-size: 13px;
  font-weight: 1000;
}

.checkout-grid input,
.checkout-grid select {
  width: 100%;
  height: 58px;
  border: 1px solid #dedede;
  border-radius: 17px;
  padding: 0 16px;
  background: #fff;
  color: #000;
  font-size: 14px;
}

.checkout-grid input:disabled {
  background: #fafafa;
  color: #888;
}

.delivery-methods {
  display: grid;
  gap: 14px;
}

.delivery-option {
  min-height: 86px;
  border: 1px solid #e6e6e6;
  border-radius: 22px;
  padding: 18px;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}

.delivery-option.active {
  border-color: #000;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.delivery-option input {
  width: 18px;
  height: 18px;
}

.delivery-option strong,
.delivery-option span {
  display: block;
}

.delivery-option strong {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 1000;
}

.delivery-option span {
  color: #666;
  font-size: 13px;
  line-height: 1.5;
}

.delivery-option b {
  font-size: 13px;
  font-weight: 1000;
}

.payment-preview {
  border: 1px dashed #d9d9d9;
  border-radius: 24px;
  padding: 22px;
  background: linear-gradient(180deg, #fff, #fbfbfb);
}

.payment-brand-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.payment-brand-row span,
.payment-brand-row strong {
  font-size: 13px;
  font-weight: 1000;
}

.payment-brand-row strong {
  color: #666;
}

.checkout-note-card {
  padding: 30px;
  background: #000;
  color: #fff;
}

.checkout-note-card p {
  color: #d7d7d7;
}

.checkout-summary-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.checkout-summary-card {
  padding: 30px;
  position: sticky;
  top: 28px;
}

.checkout-summary-card h2 {
  margin: 0 0 24px;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 1000;
}

.checkout-order-item {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px;
  margin-bottom: 24px;
  border: 1px solid #ededed;
  border-radius: 22px;
}

.checkout-order-item div {
  height: 108px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #f8f8f8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-order-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.checkout-order-item h3 {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 1000;
}

.checkout-order-item p {
  margin: 0 0 5px;
  color: #666;
  font-size: 13px;
}

.checkout-summary-line,
.checkout-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.checkout-summary-line {
  margin-bottom: 17px;
}

.checkout-summary-line span,
.checkout-summary-line strong {
  font-size: 15px;
  font-weight: 900;
}

.checkout-summary-line.muted span,
.checkout-summary-line.muted strong {
  color: #707070;
  font-size: 13px;
}

.checkout-summary-divider {
  height: 1px;
  background: #ededed;
  margin: 24px 0;
}

.checkout-total span {
  font-size: 16px;
  font-weight: 1000;
}

.checkout-total strong {
  font-size: 34px;
  font-weight: 1000;
}

.place-order-btn {
  width: 100%;
  height: 64px;
  border: 0;
  border-radius: 18px;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 1000;
  letter-spacing: 0.04em;
  cursor: pointer;
  margin-top: 28px;
}

.checkout-summary-note {
  margin: 14px 0 0;
  color: #777;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.checkout-trust-card {
  padding: 26px 28px;
}

.checkout-trust-card h3 {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 1000;
  letter-spacing: -0.03em;
}

.checkout-trust-card div {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  align-items: start;
  margin-top: 16px;
}

.checkout-trust-card div span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  font-size: 14px;
}

.checkout-trust-card p {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.55;
}

.checkout-trust-card strong {
  color: #000;
}

.checkout-toast {
  position: fixed;
  top: 126px;
  right: 28px;
  z-index: 160;
  min-width: 390px;
  max-width: calc(100vw - 32px);
  padding: 18px 20px;
  border: 1px solid #ededed;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  gap: 15px;
  opacity: 0;
  transform: translateY(-18px);
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.checkout-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.checkout-toast > div {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 1000;
  flex-shrink: 0;
}

.checkout-toast strong,
.checkout-toast span {
  display: block;
}

.checkout-toast strong {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 1000;
}

.checkout-toast span {
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 1280px) {
  .checkout-main {
    padding: 0 24px 92px;
  }

  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .checkout-summary-card {
    position: static;
  }
}

@media (max-width: 900px) {
  .checkout-title-row {
    min-height: auto;
    padding: 38px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .checkout-grid.two,
  .checkout-grid.three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .checkout-main {
    padding: 0 16px 92px;
  }

  .checkout-card,
  .checkout-summary-card,
  .checkout-trust-card {
    border-radius: 24px;
    padding: 22px;
  }

  .checkout-card-head {
    flex-direction: column;
  }

  .delivery-option {
    grid-template-columns: 22px 1fr;
  }

  .delivery-option b {
    grid-column: 2;
  }

  .checkout-order-item {
    grid-template-columns: 1fr;
  }

  .checkout-toast {
    top: 92px;
    left: 16px;
    right: 16px;
    min-width: auto;
  }
}

.cart-checkout-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* ---------------------------------------------------------
   NiteFade Order Success / Thank You Page v1
--------------------------------------------------------- */

.success-main {
  padding: 0 56px 92px;
}

.success-hero {
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 450px;
  align-items: center;
  gap: 42px;
  border-bottom: 1px solid var(--line);
}

.success-confirmation {
  max-width: 880px;
}

.success-icon {
  width: 88px;
  height: 88px;
  margin-bottom: 26px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  font-weight: 1000;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.18);
}

.success-confirmation h1 {
  max-width: 970px;
  margin: 0 0 18px;
  font-size: clamp(60px, 6vw, 96px);
  line-height: 0.92;
  letter-spacing: -0.065em;
  font-weight: 1000;
}

.success-copy {
  max-width: 780px;
  margin: 0;
  color: #5b5b5b;
  font-size: 17px;
  line-height: 1.72;
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.success-primary-btn,
.success-discord-btn {
  min-height: 62px;
  border-radius: 18px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 1000;
  letter-spacing: 0.04em;
}

.success-primary-btn {
  background: #000;
  color: #fff;
}

.success-discord-btn {
  border: 1px solid #000;
  color: #000;
  background: #fff;
  gap: 12px;
}

.success-discord-btn img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.success-order-card {
  border: 1px solid #ededed;
  border-radius: 34px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.08);
}

.success-order-card h2 {
  margin: 0 0 24px;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 1000;
}

.success-order-item {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px;
  margin-bottom: 24px;
  border: 1px solid #ededed;
  border-radius: 22px;
}

.success-order-item > div {
  height: 108px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #f8f8f8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-order-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.success-order-item h3 {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 1000;
}

.success-order-item p {
  margin: 0 0 5px;
  color: #666;
  font-size: 13px;
}

.success-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid #ededed;
}

.success-summary-row span {
  font-size: 15px;
  font-weight: 950;
}

.success-summary-row strong {
  font-size: 34px;
  font-weight: 1000;
}

.success-summary-note {
  margin-top: 20px;
  border-radius: 18px;
  background: #f7f7f7;
  color: #666;
  padding: 16px;
  font-size: 12px;
  line-height: 1.6;
}

.success-detail-grid {
  padding: 44px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.success-detail-grid article {
  border: 1px solid #ededed;
  border-radius: 28px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.045);
}

.success-detail-grid article > div {
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}

.success-detail-grid h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 1000;
}

.success-detail-grid p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.72;
}

.success-next-drop {
  min-height: 230px;
  margin-top: 44px;
  border-radius: 34px;
  background: #000;
  color: #fff;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
}

.success-next-drop h2 {
  max-width: 850px;
  margin: 0 0 14px;
  font-size: clamp(34px, 3.5vw, 54px);
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 1000;
}

.success-next-drop p:not(.eyebrow) {
  max-width: 790px;
  margin: 0;
  color: #d7d7d7;
  font-size: 15px;
  line-height: 1.7;
}

.success-next-drop .eyebrow {
  color: #bdbdbd;
}

.success-next-drop a {
  min-width: 220px;
  height: 62px;
  border-radius: 18px;
  background: #fff;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 1000;
}

@media (max-width: 1280px) {
  .success-main {
    padding: 0 24px 92px;
  }

  .success-hero {
    grid-template-columns: 1fr;
    padding: 52px 0;
  }

  .success-order-card {
    max-width: 560px;
  }

  .success-detail-grid {
    grid-template-columns: 1fr;
  }

  .success-next-drop {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 700px) {
  .success-main {
    padding: 0 16px 92px;
  }

  .success-hero {
    min-height: auto;
  }

  .success-icon {
    width: 72px;
    height: 72px;
    font-size: 36px;
  }

  .success-confirmation h1 {
    font-size: 52px;
  }

  .success-actions {
    flex-direction: column;
  }

  .success-primary-btn,
  .success-discord-btn,
  .success-next-drop a {
    width: 100%;
  }

  .success-order-card,
  .success-detail-grid article,
  .success-next-drop {
    border-radius: 24px;
  }

  .success-order-item {
    grid-template-columns: 1fr;
  }

  .success-next-drop {
    padding: 28px 22px;
  }
}

/* ---------------------------------------------------------
   Global Cart Link Fix — Homepage + Shop
--------------------------------------------------------- */
.cart-link {
  text-decoration: none;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ---------------------------------------------------------
   NiteFade Global Cart Drawer — Home / Shop
--------------------------------------------------------- */

.global-cart-trigger {
  border: 0;
  background: transparent;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  cursor: pointer;
  font: inherit;
  position: relative;
  text-decoration: none;
}

.global-cart-trigger span {
  position: absolute;
  top: -6px;
  right: -9px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 1000;
  line-height: 1;
}

.global-cart-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 180;
  background: rgba(0, 0, 0, 0.34);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.global-cart-drawer-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.global-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 190;
  width: min(470px, 100vw);
  height: 100vh;
  background: #fff;
  border-left: 1px solid #ececec;
  box-shadow: -28px 0 90px rgba(0, 0, 0, 0.18);
  transform: translateX(102%);
  transition: transform 0.34s ease;
  display: flex;
  flex-direction: column;
}

.global-cart-drawer.open {
  transform: translateX(0);
}

.global-cart-drawer-head {
  min-height: 112px;
  padding: 28px 28px 22px;
  border-bottom: 1px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.global-cart-drawer-head p {
  margin: 0 0 6px;
  color: #777;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.32em;
}

.global-cart-drawer-head h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: -0.04em;
}

.global-cart-drawer-head button {
  width: 48px;
  height: 48px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  background: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.global-cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px 28px;
}

.global-drawer-item {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 16px;
  align-items: center;
  border: 1px solid #ededed;
  border-radius: 24px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.045);
}

.global-drawer-item.hidden {
  display: none;
}

.global-drawer-item-image {
  height: 118px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f7f7f7);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.global-drawer-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.global-drawer-item-info h3 {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 1000;
}

.global-drawer-item-info p {
  margin: 0 0 5px;
  color: #666;
  font-size: 13px;
  font-weight: 750;
}

.global-drawer-item-info span {
  display: inline-block;
  margin-top: 6px;
  font-size: 17px;
  font-weight: 1000;
}

.global-drawer-empty {
  min-height: 220px;
  border: 1px dashed #ddd;
  border-radius: 26px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 28px;
  color: #666;
}

.global-drawer-empty.show {
  display: flex;
}

.global-drawer-empty strong {
  color: #000;
  font-size: 20px;
  font-weight: 1000;
  margin-bottom: 8px;
}

.global-drawer-empty span {
  max-width: 260px;
  font-size: 14px;
  line-height: 1.6;
}

.global-cart-drawer-footer {
  border-top: 1px solid #ededed;
  padding: 22px 28px 28px;
  background: #fff;
}

.global-drawer-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.global-drawer-subtotal span {
  color: #666;
  font-size: 14px;
  font-weight: 900;
}

.global-drawer-subtotal strong {
  font-size: 28px;
  font-weight: 1000;
}

.global-drawer-view-cart,
.global-drawer-checkout {
  width: 100%;
  height: 58px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 1000;
  letter-spacing: 0.04em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.global-drawer-view-cart {
  margin-bottom: 12px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.global-drawer-checkout {
  border: 0;
  background: #000;
  color: #fff;
}

.global-cart-drawer-footer p {
  margin: 15px 0 0;
  color: #777;
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 600px) {
  .global-cart-drawer-head,
  .global-cart-drawer-body,
  .global-cart-drawer-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .global-drawer-item {
    grid-template-columns: 92px 1fr;
  }

  .global-drawer-item-image {
    height: 92px;
  }
}

/* ---------------------------------------------------------
   Multi-Product Detail Pages v1
--------------------------------------------------------- */
.product-thumbs-single {
  grid-template-columns: minmax(0, 260px);
}

.multiproduct-cart-trigger {
  position: relative;
}

.multiproduct-cart-trigger span {
  position: absolute;
  top: -6px;
  right: -9px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 1000;
  line-height: 1;
}

.color-choice.gray {
  background: #8e8e8e;
}

.multi-product-cart-drawer .cart-drawer-body {
  display: grid;
  align-content: start;
  gap: 14px;
}

.multi-drawer-item {
  margin-bottom: 0;
}

/* ---------------------------------------------------------
   Unified Multi-Product Cart v2 — Added Layout Support
--------------------------------------------------------- */

.nf-drawer-item + .nf-drawer-item,
.global-cart-drawer-body .drawer-item + .drawer-item,
.cart-drawer-body .drawer-item + .drawer-item {
  margin-top: 14px;
}

.nf-drawer-item-controls {
  margin-top: 10px;
  width: 116px;
  height: 38px;
  border: 1px solid #dedede;
  border-radius: 999px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  text-align: center;
}

.nf-drawer-item-controls button {
  border: 0;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

.multi-cart-items {
  display: grid;
  gap: 24px;
}

.multi-full-cart-item {
  margin-bottom: 0;
}

.checkout-order-items,
.success-order-items {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.multi-checkout-order-item,
.multi-success-order-item {
  margin-bottom: 0;
}

.checkout-empty-summary,
.success-empty-summary {
  min-height: 100px;
  border: 1px dashed #ddd;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
  font-weight: 850;
  text-align: center;
  padding: 20px;
  margin-bottom: 22px;
}

/* ---------------------------------------------------------
   NiteFade Cart Drawer Controls v3
--------------------------------------------------------- */

.nf-drawer-item {
  grid-template-columns: 104px 1fr;
  gap: 14px;
}

.nf-drawer-item .drawer-item-image {
  height: 104px;
}

.nf-drawer-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.nf-drawer-title-row h3 {
  margin-bottom: 8px;
}

.nf-drawer-remove {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nf-drawer-remove:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.nf-drawer-item-bottom {
  margin-top: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.nf-drawer-item-controls {
  width: 118px;
  height: 40px;
  border: 1px solid #dedede;
  border-radius: 999px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.nf-drawer-item-controls button {
  height: 100%;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
}

.nf-drawer-item-controls button:hover {
  background: #f4f4f4;
}

.nf-drawer-item-controls span {
  margin: 0;
  font-size: 14px;
  font-weight: 1000;
}

.nf-drawer-line-total {
  font-size: 16px;
  font-weight: 1000;
  white-space: nowrap;
}

.global-cart-drawer-body,
.cart-drawer-body,
#multiProductDrawerItems {
  display: grid;
  align-content: start;
  gap: 14px;
}

@media (max-width: 600px) {
  .nf-drawer-item {
    grid-template-columns: 86px 1fr;
  }

  .nf-drawer-item .drawer-item-image {
    height: 86px;
  }

  .nf-drawer-item-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* ---------------------------------------------------------
   NiteFade Promo Code Logic v1
---------------------------------------------------------- */
.promo-discount-row strong,
.checkout-summary-line.promo-discount-row strong {
  font-weight: 800;
}

.promo-box > div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

#promoCode {
  flex: 1 1 180px;
}

#removePromoBtn {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: inherit;
  cursor: pointer;
}

#promoMessage.promo-success,
.checkout-promo-note {
  opacity: 1;
  font-weight: 700;
}

#promoMessage.promo-error {
  opacity: 1;
  font-weight: 700;
}

.checkout-promo-note {
  margin: 12px 0 0;
  font-size: 0.92rem;
  line-height: 1.4;
}


/* ---------------------------------------------------------
   NiteFade Success Receipt Promo Upgrade v1
---------------------------------------------------------- */
.success-receipt-breakdown {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.success-receipt-breakdown .success-summary-row {
  margin-top: 10px;
}

.success-receipt-breakdown .success-total-row {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.success-receipt-breakdown .success-total-row strong {
  font-size: 1.35rem;
}

.success-promo-row strong {
  font-weight: 800;
}

.success-promo-note {
  margin: 12px 0 0;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 700;
}


/* ---------------------------------------------------------
   NiteFade Collections Pages v1
---------------------------------------------------------- */
.collections-main {
  padding-top: 28px;
}

.collection-breadcrumb {
  margin-bottom: 24px;
}

.collection-hero {
  margin-bottom: 26px;
}

.collection-stat strong {
  font-size: 2rem;
}

.collection-nav-card {
  margin: 0 0 30px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
}

.collection-chip-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.collection-chip-links a,
.shop-banner-link,
.collection-banner a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.collection-chip-links a:hover,
.shop-banner-link:hover,
.collection-banner a:hover {
  transform: translateY(-1px);
}

.collection-grid {
  margin-bottom: 34px;
}

.collection-banner a {
  border-radius: 999px;
}

.collection-empty-state {
  grid-column: 1 / -1;
  padding: 28px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

@media (max-width: 720px) {
  .collection-nav-card {
    padding: 18px;
  }

  .collection-chip-links a,
  .shop-banner-link,
  .collection-banner a {
    width: 100%;
  }
}


/* ---------------------------------------------------------
   NiteFade Account / Discord Login UI v1
---------------------------------------------------------- */
.header-actions .account-link {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  line-height: 1;
  min-width: 38px;
  min-height: 38px;
  border-radius: 999px;
}

.header-actions .account-link:hover,
.header-actions .active-account-link {
  background: rgba(0, 0, 0, 0.07);
}

.account-login-main {
  padding: 28px clamp(20px, 5vw, 64px) 80px;
}

.account-breadcrumb {
  margin-bottom: 28px;
}

.account-login-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.72fr);
  gap: 28px;
  align-items: stretch;
}

.account-login-card,
.account-preview-panel {
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.08);
}

.account-login-card {
  padding: clamp(28px, 4vw, 52px);
}

.account-login-card h1 {
  margin: 12px 0 18px;
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 0.96;
}

.account-login-copy {
  max-width: 760px;
  font-size: 1.04rem;
  line-height: 1.7;
  opacity: 0.82;
}

.discord-login-preview-btn {
  margin-top: 28px;
  min-height: 64px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #000;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.discord-login-preview-btn img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.account-login-status {
  margin: 18px 0 0;
  font-weight: 800;
  line-height: 1.55;
  max-width: 720px;
}

.account-login-status.is-highlighted {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.06);
}

.account-login-mini-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.account-login-mini-grid > div,
.account-preview-list > div {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
}

.account-login-mini-grid > div {
  padding: 18px;
}

.account-login-mini-grid strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.account-login-mini-grid span {
  display: block;
  font-weight: 900;
  margin-bottom: 8px;
}

.account-login-mini-grid p,
.account-preview-panel p {
  line-height: 1.55;
  opacity: 0.8;
}

.account-preview-panel {
  padding: clamp(24px, 3vw, 36px);
  display: flex;
  flex-direction: column;
}

.account-preview-avatar {
  width: 88px;
  height: 88px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  margin: 22px 0 18px;
  background: #000;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 1000;
  letter-spacing: 0.06em;
}

.account-preview-panel h2 {
  margin: 0 0 12px;
  font-size: 2rem;
}

.account-preview-list {
  display: grid;
  gap: 12px;
  margin: 24px 0;
}

.account-preview-list > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 16px;
}

.account-preview-list span {
  opacity: 0.72;
  font-weight: 800;
}

.account-preview-list strong {
  text-align: right;
}

.account-preview-panel > a {
  margin-top: auto;
  min-height: 54px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 900;
}

@media (max-width: 980px) {
  .account-login-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .account-login-main {
    padding-inline: 16px;
  }

  .account-login-mini-grid {
    grid-template-columns: 1fr;
  }

  .discord-login-preview-btn {
    width: 100%;
    justify-content: center;
  }

  .account-preview-list > div {
    flex-direction: column;
    align-items: flex-start;
  }

  .account-preview-list strong {
    text-align: left;
  }
}


/* ---------------------------------------------------------
   NiteFade Real Discord OAuth Backend UI v1
---------------------------------------------------------- */
.discord-login-preview-btn {
  text-decoration: none;
}

.account-preview-avatar {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.account-preview-actions {
  margin-top: auto;
  display: grid;
  gap: 12px;
}

.account-preview-actions > a {
  min-height: 54px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 900;
}

.account-preview-actions .account-logout-link {
  background: rgba(0, 0, 0, 0.08);
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.14);
}

.header-actions .account-link-signed-in {
  padding: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.08);
}

.header-account-avatar,
.header-account-initials {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: grid;
  place-items: center;
}

.header-account-avatar {
  object-fit: cover;
}

.header-account-initials {
  background: #000;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 1000;
  letter-spacing: 0.04em;
}

/* Hide Discord login button once session is signed in */
.discord-login-preview-btn[hidden],
#discordLoginBtn[hidden] {
  display: none !important;
}


/* ---------------------------------------------------------
   NiteFade Homepage Smart Login Gate v2
--------------------------------------------------------- */
.gate-session-panel.hidden {
  display: none !important;
}

.gate-discord-login-link {
  text-decoration: none;
}

.gate-guest-enter-btn {
  margin-top: 12px;
}

.gate-signed-in-panel {
  display: grid;
  gap: 14px;
}

.gate-live-account-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px;
  margin: 18px 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
}

.gate-user-avatar {
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: #000;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 1000;
  letter-spacing: 0.05em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.gate-user-avatar.has-image {
  color: transparent;
}

.gate-live-label {
  margin: 0 0 6px;
  font-size: 0.74rem;
  font-weight: 1000;
  letter-spacing: 0.22em;
  opacity: 0.72;
}

.gate-live-account-card h2 {
  margin: 0 0 6px;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.15;
}

.gate-live-account-card p:last-child {
  margin: 0;
  line-height: 1.45;
  opacity: 0.82;
}

.gate-account-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.gate-account-actions a {
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.03em;
  background: rgba(255, 255, 255, 0.92);
  color: #000;
}

.gate-account-actions .gate-logout-link {
  background: rgba(0, 0, 0, 0.06);
}

@media (max-width: 620px) {
  .gate-live-account-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .gate-user-avatar {
    margin: 0 auto;
  }

  .gate-account-actions {
    grid-template-columns: 1fr;
  }
}


/* ---------------------------------------------------------
   NiteFade Mobile / Tablet Header Menu v1
---------------------------------------------------------- */
.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 40;
}

.mobile-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #000;
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-header.mobile-menu-open .mobile-menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.mobile-menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.mobile-menu-open .mobile-menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 980px) {
  .site-header {
    position: relative;
  }

  .site-header .mobile-menu-toggle {
    display: inline-flex;
    order: 2;
  }

  .site-header .header-actions {
    order: 3;
  }

  .site-header .nav {
    display: none !important;
    position: absolute;
    top: calc(100% + 12px);
    left: clamp(16px, 4vw, 28px);
    right: clamp(16px, 4vw, 28px);
    z-index: 35;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .site-header.mobile-menu-open .nav {
    display: flex !important;
  }

  .site-header .nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-radius: 16px;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.035);
  }

  .site-header .nav a.active,
  .site-header .nav a:hover {
    background: #000;
    color: #fff;
  }
}

@media (max-width: 620px) {
  .site-header .mobile-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .site-header .nav {
    left: 12px;
    right: 12px;
  }
}


/* ---------------------------------------------------------
   NiteFade Homepage Featured Collection Live Links v1
---------------------------------------------------------- */
.home-featured-card {
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-featured-card:hover,
.home-featured-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
  outline: none;
}

.home-featured-card:focus-visible {
  border-color: rgba(0, 0, 0, 0.35);
}

.collection-heading a[href="shop.html"] {
  text-decoration: none;
}


/* ---------------------------------------------------------
   NiteFade Live-Site Cleanup Phase 1
---------------------------------------------------------- */
.info-main {
  padding: 32px clamp(18px, 5vw, 64px) 88px;
}

.info-hero,
.info-cta,
.contact-grid article,
.info-grid article {
  border: 1px solid rgba(0, 0, 0, 0.09);
  background: rgba(255, 255, 255, 0.88);
  border-radius: 30px;
}

.info-hero {
  padding: clamp(26px, 5vw, 56px);
  margin: 24px 0 28px;
}

.info-hero h1 {
  max-width: 920px;
  margin: 12px 0 16px;
  font-size: clamp(2rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.info-hero p:last-child {
  max-width: 860px;
  font-size: 1.04rem;
  line-height: 1.75;
  opacity: 0.82;
}

.info-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.info-grid article,
.contact-grid article {
  padding: 24px;
}

.info-grid strong,
.contact-grid strong {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 0.78rem;
  font-weight: 1000;
  letter-spacing: 0.18em;
  opacity: 0.72;
}

.info-grid h2,
.contact-grid h2 {
  margin: 0 0 12px;
  font-size: 1.45rem;
}

.info-grid p,
.contact-grid p {
  line-height: 1.65;
  opacity: 0.8;
}

.info-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: clamp(22px, 4vw, 36px);
}

.info-cta h2 {
  margin: 8px 0 0;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.info-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.info-cta-actions a,
.contact-grid a,
.contact-grid button,
.product-discord-link {
  min-height: 52px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: #000;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  letter-spacing: 0.03em;
  cursor: pointer;
}

.contact-grid button {
  font: inherit;
}

.product-discord-link {
  margin-top: 12px;
}

@media (max-width: 980px) {
  .info-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .info-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* ---------------------------------------------------------
   NiteFade Empty Cart Checkout Guard v1
---------------------------------------------------------- */
.checkout-empty-disabled,
.checkout-empty-disabled:hover,
.checkout-empty-disabled:focus {
  opacity: 0.46 !important;
  cursor: not-allowed !important;
  pointer-events: auto !important;
  filter: grayscale(1);
  transform: none !important;
}

.place-order-empty-disabled,
.place-order-empty-disabled:hover,
.place-order-empty-disabled:focus {
  opacity: 0.52 !important;
  cursor: not-allowed !important;
  filter: grayscale(1);
  transform: none !important;
}

.checkout-empty-summary,
.success-empty-summary {
  font-weight: 850;
}
