:root {
  --bg: #080805;
  --panel: #15110b;
  --panel-2: #20160c;
  --text: #fff6dc;
  --muted: #d2bb89;
  --green: #9be33d;
  --green-dark: #3f7c1f;
  --gold: #f3b833;
  --red: #d84a2b;
  --border: rgba(255, 214, 116, 0.2);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 0%, rgba(148, 227, 61, 0.18), transparent 32rem),
    radial-gradient(circle at 80% 20%, rgba(243, 184, 51, 0.14), transparent 28rem),
    linear-gradient(180deg, #090805 0%, #120d08 52%, #070704 100%);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

.glow { position: fixed; inset: auto; width: 20rem; height: 20rem; border-radius: 50%; filter: blur(70px); opacity: .25; pointer-events: none; z-index: -1; }
.glow-one { background: var(--green); top: 10%; left: -8rem; }
.glow-two { background: var(--gold); right: -8rem; bottom: 10%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  backdrop-filter: blur(16px);
  background: rgba(8, 8, 5, 0.76);
  border-bottom: 1px solid var(--border);
}

.brand { display: flex; align-items: center; gap: .75rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.brand img { width: 3.1rem; height: 3.1rem; object-fit: contain; border-radius: .75rem; }
.brand span { font-family: MedievalSharp, cursive; font-size: 1.45rem; color: var(--green); text-shadow: 0 0 18px rgba(155, 227, 61, .45); }
nav { display: flex; gap: 1.2rem; color: var(--muted); font-weight: 700; }
nav a:hover { color: var(--green); }

.section-pad { padding: clamp(4rem, 8vw, 7.5rem) clamp(1rem, 5vw, 5rem); }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2rem, 5vw, 5rem); min-height: calc(100vh - 86px); }
.eyebrow { color: var(--gold); text-transform: uppercase; font-size: .78rem; font-weight: 900; letter-spacing: .16em; margin: 0 0 1rem; }
h1, h2 { font-family: MedievalSharp, cursive; line-height: .95; margin: 0; }
h1 { font-size: clamp(3.5rem, 9vw, 8.5rem); max-width: 11ch; text-shadow: 0 8px 0 rgba(0,0,0,.28); }
h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); }
h3 { margin: 0; font-size: 1.25rem; }
p { color: var(--muted); line-height: 1.7; }
.hero-text { font-size: clamp(1.05rem, 2vw, 1.35rem); max-width: 44rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.button, button {
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 1rem 1.35rem;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(0,0,0,.35);
}
.primary, button { background: linear-gradient(135deg, var(--green), #d9ff63); color: #102006; }
.secondary { background: rgba(255,255,255,.06); color: var(--text); border: 1px solid var(--border); }
.stat-row { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.stat-row div { min-width: 8rem; padding: 1rem; border: 1px solid var(--border); background: rgba(255,255,255,.04); border-radius: 1rem; }
.stat-row strong { display: block; color: var(--green); font-size: 1.4rem; }
.stat-row span { color: var(--muted); font-size: .9rem; }

.hero-card { position: relative; padding: 1.2rem; border: 1px solid var(--border); border-radius: 2rem; background: radial-gradient(circle at 50% 10%, rgba(243, 184, 51, .2), rgba(255,255,255,.03)); box-shadow: var(--shadow); }
.hero-card img { width: 100%; display: block; border-radius: 1.3rem; filter: drop-shadow(0 30px 40px rgba(0,0,0,.55)); }
.floating-tag { position: absolute; padding: .65rem .9rem; border-radius: 999px; font-weight: 900; background: var(--panel); border: 1px solid var(--border); }
.tag-one { top: 2rem; right: -1rem; color: var(--gold); }
.tag-two { bottom: 2rem; left: -1rem; color: var(--green); }

.marquee { display: flex; gap: 1rem; overflow: hidden; padding: 1rem; border-block: 1px solid var(--border); background: rgba(0,0,0,.24); }
.marquee span { white-space: nowrap; color: var(--gold); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.section-heading { max-width: 58rem; margin-bottom: 2rem; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.product-card, .panel { border: 1px solid var(--border); border-radius: 1.5rem; background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025)); padding: 1.25rem; box-shadow: 0 14px 50px rgba(0,0,0,.24); }
.product-art { display: grid; place-items: center; height: 11rem; border-radius: 1rem; background: linear-gradient(135deg, rgba(155, 227, 61, .15), rgba(243, 184, 51, .13)); font-size: 4rem; margin-bottom: 1rem; }
.product-card span { color: var(--green); font-weight: 900; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: stretch; }
.dark-panel { background: linear-gradient(135deg, rgba(32,22,12,.95), rgba(9,8,5,.95)); }
.check-list { list-style: none; padding: 0; margin: 1.5rem 0 0; color: var(--text); }
.check-list li { margin: .8rem 0; }
.check-list li::before { content: '✦'; color: var(--green); margin-right: .6rem; }
.loot-table h3 { font-family: MedievalSharp, cursive; font-size: 2rem; color: var(--gold); }
.loot-item { display: flex; gap: 1rem; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid var(--border); color: var(--muted); }
.loot-item span { color: var(--green); font-weight: 900; }
.legendary { color: var(--text); }
.quote-band { padding: 5rem 1rem; text-align: center; background: linear-gradient(90deg, rgba(155,227,61,.12), rgba(243,184,51,.12)); border-block: 1px solid var(--border); }
blockquote { margin: 0 auto; max-width: 900px; font-family: MedievalSharp, cursive; font-size: clamp(2rem, 5vw, 4.2rem); }
.guild { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.signup { padding: 1.25rem; border: 1px solid var(--border); border-radius: 1.5rem; background: rgba(255,255,255,.05); }
.signup label { display: block; margin-bottom: .8rem; color: var(--gold); font-weight: 900; }
.input-row { display: flex; gap: .75rem; }
input { flex: 1; min-width: 0; border: 1px solid var(--border); border-radius: 999px; padding: 1rem; color: var(--text); background: rgba(0,0,0,.32); }
#signup-message { margin-bottom: 0; color: var(--green); font-weight: 700; }
footer { padding: 2rem 1rem; text-align: center; border-top: 1px solid var(--border); background: #070704; }
footer p { margin: .2rem; }
.fine-print { font-size: .85rem; opacity: .75; }

@media (max-width: 900px) {
  .hero, .split, .guild { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  nav { display: none; }
  .product-grid { grid-template-columns: 1fr; }
  .input-row { flex-direction: column; }
  h1 { font-size: 3.7rem; }
}


.seo-copy {
  margin-top: 2rem;
  padding: 1.25rem;
  border: 1px solid rgba(232, 181, 72, 0.25);
  border-radius: 18px;
  background: rgba(12, 17, 10, 0.62);
  color: var(--muted);
}
.seo-copy h3 {
  color: var(--cream);
  margin: 0 0 0.5rem;
  font-family: 'MedievalSharp', cursive;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
}
.seo-copy p {
  margin: 0;
  line-height: 1.7;
}

/* Shopify Buy Button Embed */
.shopify-collection-wrap {
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid rgba(212, 166, 58, 0.25);
  border-radius: 24px;
  background: rgba(8, 12, 7, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}
.shopify-collection-wrap iframe,
.shopify-collection-wrap div {
  max-width: 100%;
}


/* On-brand Featured Loot / Shopify vault */
#loot {
  position: relative;
  isolation: isolate;
}
#loot::before {
  content: '';
  position: absolute;
  inset: 2rem clamp(0.75rem, 4vw, 4rem);
  z-index: -1;
  border-radius: 32px;
  background:
    radial-gradient(circle at 18% 18%, rgba(155, 227, 61, 0.12), transparent 22rem),
    radial-gradient(circle at 85% 16%, rgba(243, 184, 51, 0.16), transparent 24rem),
    linear-gradient(180deg, rgba(24, 16, 9, 0.58), rgba(5, 6, 3, 0.25));
  border: 1px solid rgba(243, 184, 51, 0.12);
}
.loot-heading {
  text-align: center;
  margin-inline: auto;
}
.loot-heading h2 {
  color: var(--text);
  text-shadow: 0 0 28px rgba(243, 184, 51, .22), 0 8px 0 rgba(0,0,0,.28);
}
.loot-vault {
  position: relative;
  overflow: hidden;
  margin-top: 2.25rem;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border: 1px solid rgba(243, 184, 51, 0.42);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(155, 227, 61, 0.08), transparent 28%),
    radial-gradient(circle at 50% 0%, rgba(243, 184, 51, 0.20), transparent 34rem),
    linear-gradient(180deg, rgba(32, 22, 12, 0.94), rgba(9, 8, 5, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 246, 220, 0.12),
    inset 0 0 70px rgba(0,0,0,0.38),
    0 26px 90px rgba(0,0,0,.48);
}
.loot-vault::before,
.loot-vault::after {
  content: '';
  position: absolute;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .24;
  pointer-events: none;
}
.loot-vault::before { background: var(--green); left: -7rem; top: -7rem; }
.loot-vault::after { background: var(--gold); right: -6rem; bottom: -8rem; }
.vault-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: flex-end;
  margin-bottom: 1.25rem;
}
.vault-header h3 {
  font-family: MedievalSharp, cursive;
  color: var(--gold);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: .95;
  text-shadow: 0 0 22px rgba(243, 184, 51, .22);
}
.vault-badges {
  display: flex;
  gap: .6rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.vault-badges span {
  color: var(--text);
  border: 1px solid rgba(155, 227, 61, 0.32);
  background: rgba(8, 8, 5, 0.52);
  border-radius: 999px;
  padding: .55rem .75rem;
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.vault-divider {
  position: relative;
  z-index: 1;
  height: 1px;
  margin: 1rem 0 1.75rem;
  background: linear-gradient(90deg, transparent, rgba(243, 184, 51, 0.55), transparent);
}
.vault-divider span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: .65rem;
  height: .65rem;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--green);
  box-shadow: 0 0 22px rgba(155, 227, 61, .65);
}
#collection-component-1780729616680 {
  position: relative;
  z-index: 1;
}
#collection-component-1780729616680 .shopify-buy__layout-horizontal,
#collection-component-1780729616680 .shopify-buy__layout-vertical,
#collection-component-1780729616680 .shopify-buy__product {
  border-radius: 22px !important;
}
#collection-component-1780729616680 .shopify-buy__product {
  padding: 1rem !important;
  background:
    linear-gradient(180deg, rgba(255,246,220,.07), rgba(255,246,220,.025)) !important;
  border: 1px solid rgba(243, 184, 51, 0.22) !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.26) !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}
#collection-component-1780729616680 .shopify-buy__product:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(155, 227, 61, .55) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.34), 0 0 0 1px rgba(155,227,61,.12) !important;
}
#collection-component-1780729616680 .shopify-buy__product__title {
  font-family: MedievalSharp, cursive !important;
  color: var(--text) !important;
  font-size: 1.4rem !important;
}
#collection-component-1780729616680 .shopify-buy__product__price,
#collection-component-1780729616680 .shopify-buy__product__actual-price {
  color: var(--green) !important;
  font-weight: 900 !important;
}
#collection-component-1780729616680 .shopify-buy__btn {
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--green), #d9ff63) !important;
  color: #102006 !important;
  font-weight: 900 !important;
  box-shadow: 0 14px 28px rgba(155, 227, 61, .18) !important;
}
#collection-component-1780729616680 .shopify-buy__btn:hover {
  filter: brightness(1.07) !important;
}

@media (max-width: 760px) {
  .vault-header { align-items: flex-start; flex-direction: column; }
  .vault-badges { justify-content: flex-start; }
  .loot-vault { border-radius: 24px; }
}
