/** Shopify CDN: Minification failed

Line 9:6 Expected identifier but found whitespace
Line 9:7 Unexpected "0"
Line 433:24 Expected "}" to go with "{"
Line 433:24 Unterminated string token

**/
dding: 0;
}
.gr-pkg-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--gr-off);
  letter-spacing: 0.03em;
}
.gr-pkg-features li::before {
  content: '\25B8';
  color: var(--gr-cyan);
  font-size: 10px;
  flex-shrink: 0;
}
.gr-pkg-card.featured .gr-pkg-features li::before { color: var(--gr-gold); }
.gr-pkg-divider { height: 1px; background: var(--gr-border-c); margin-bottom: 28px; }
.gr-pkg-card.featured .gr-pkg-divider { background: rgba(255,168,40,0.2); }
.gr-pkg-price-label {
  font-family: 'Orbitron', monospace;
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gr-muted);
  margin-bottom: 4px;
}
.gr-pkg-price {
  font-family: 'Orbitron', monospace;
  font-size: 28px;
  font-weight: 900;
  color: var(--gr-white);
  margin-bottom: 20px;
}
.gr-pkg-price.tbd { font-size: 16px; color: var(--gr-muted); font-style: italic; }
.gr-pkg-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px;
  font-family: 'Orbitron', monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--gr-cyan);
  color: var(--gr-cyan);
  background: transparent;
  transition: all 0.2s;
  cursor: pointer;
}
.gr-pkg-btn:hover { background: var(--gr-cyan); color: var(--gr-black); box-shadow: 0 0 24px var(--gr-cyan-glow); }
.gr-pkg-card.featured .gr-pkg-btn { background: var(--gr-gold); color: var(--gr-black); border-color: var(--gr-gold); }
.gr-pkg-card.featured .gr-pkg-btn:hover { box-shadow: 0 0 24px var(--gr-gold-glow); }

/* ─── STAT BAR ─── */
.gr-stat-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--gr-border-c);
  border-bottom: 1px solid var(--gr-border-c);
  margin: 0 60px;
}
.gr-stat-item {
  padding: 36px 24px;
  border-right: 1px solid var(--gr-border-c);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.gr-stat-item:last-child { border-right: none; }
.gr-stat-number {
  font-family: 'Orbitron', monospace;
  font-size: 36px;
  font-weight: 900;
  color: var(--gr-cyan);
  text-shadow: 0 0 24px var(--gr-cyan-glow);
  line-height: 1;
}
.gr-stat-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gr-muted);
}

/* ─── SHOP DIPTYCH ─── */
.gr-shop-diptych {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 540px;
  position: relative;
  z-index: 1;
}
.gr-shop-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 48px;
  cursor: pointer;
  text-decoration: none;
}
.gr-shop-panel-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s ease, filter 0.3s;
  filter: brightness(0.25) saturate(0.7);
}
.gr-shop-panel:hover .gr-shop-panel-bg { transform: scale(1.06); filter: brightness(0.35) saturate(0.9); }
.gr-shop-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4,0,10,0.95) 0%, transparent 60%);
}
.gr-shop-panel-content { position: relative; z-index: 1; }
.gr-shop-panel-tag {
  font-family: 'Orbitron', monospace;
  font-size: 9px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gr-cyan);
  margin-bottom: 10px;
}
.gr-shop-panel-title {
  font-family: 'Orbitron', monospace;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--gr-white);
  margin: 0 0 24px;
  text-shadow: 0 0 40px rgba(0,229,255,0.2);
  white-space: nowrap;
}
.gr-shop-panel-border {
  position: absolute;
  inset: 1px;
  border: 1px solid transparent;
  transition: border-color 0.3s, box-shadow 0.3s;
  pointer-events: none;
  z-index: 1;
}
.gr-shop-panel:hover .gr-shop-panel-border { border-color: var(--gr-cyan); box-shadow: inset 0 0 40px rgba(0,229,255,0.06); }
.gr-shop-panel.purple .gr-shop-panel-tag { color: var(--gr-purple); }
.gr-shop-panel.purple:hover .gr-shop-panel-border { border-color: var(--gr-purple); box-shadow: inset 0 0 40px rgba(139,47,255,0.06); }
.gr-shop-panel.purple .gr-shop-panel-title { text-shadow: 0 0 40px rgba(139,47,255,0.25); }

/* ─── ABOUT ─── */
.gr-about {
  padding: 120px 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.gr-about::before {
  content: 'GRAILS';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Orbitron', monospace;
  font-size: clamp(80px, 16vw, 200px);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0,229,255,0.04);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.gr-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.gr-about-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  max-width: 400px;
  background: radial-gradient(circle at center, rgba(139,47,255,0.12) 0%, transparent 70%);
  border: 1px solid var(--gr-border-p);
  position: relative;
}
.gr-about-logo-box::before, .gr-about-logo-box::after {
  content: '';
  position: absolute;
  border: 1px solid rgba(0,229,255,0.1);
}
.gr-about-logo-box::before { inset: -8px; }
.gr-about-logo-box::after  { inset: -16px; }
.gr-about-logo-placeholder {
  font-family: 'Orbitron', monospace;
  font-size: 72px;
  font-weight: 900;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 2px rgba(0,229,255,0.3);
  letter-spacing: 0.1em;
}
.gr-about-logo-img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  filter: drop-shadow(0 0 40px rgba(0,229,255,0.3)) drop-shadow(0 0 80px rgba(139,47,255,0.2));
}
.gr-about-eyebrow {
  font-family: 'Orbitron', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gr-cyan);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.gr-about-eyebrow::before {
  content: '';
  display: block;
  width: 32px; height: 2px;
  background: var(--gr-cyan);
  box-shadow: 0 0 8px var(--gr-cyan);
}
.gr-about-heading {
  font-family: 'Orbitron', monospace;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.01em;
  margin: 0 0 28px;
  color: var(--gr-white);
}
.gr-about-heading span { color: var(--gr-gold); }
.gr-about-text {
  border: 1px dashed rgba(0,229,255,0.2);
  background: rgba(0,229,255,0.02);
  padding: 28px;
  margin-bottom: 36px;
}
.gr-about-text p {
  font-size: 15px;
  font-weight: 400;
  color: var(--gr-off);
  line-height: 1.7;
  margin: 0;
}
.gr-about-text strong {
  display: block;
  font-family: 'Orbitron', monospace;
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gr-cyan);
  margin-bottom: 10px;
  font-weight: 600;
}

/* ─── HOW IT WORKS ─── */
.gr-how {
  padding: 80px 60px;
  background: var(--gr-dark);
  border-top: 1px solid var(--gr-border-c);
  position: relative;
  z-index: 1;
}
.gr-how-eyebrow {
  text-align: center;
  font-family: 'Orbitron', monospace;
  font-size: 10px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gr-cyan);
  margin-bottom: 48px;
}
.gr-how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.gr-how-card {
  background: var(--gr-card);
  border: 1px solid var(--gr-border-c);
  padding: 36px 28px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s;
}
.gr-how-card:hover { border-color: var(--gr-cyan); }
.gr-how-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gr-cyan), var(--gr-purple));
  opacity: 0;
  transition: opacity 0.3s;
}
.gr-how-card:hover::before { opacity: 1; }
.gr-how-num {
  font-family: 'Orbitron', monospace;
  font-size: 56px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0,229,255,0.15);
  line-height: 1;
  margin-bottom: 20px;
}
.gr-how-title {
  font-family: 'Orbitron', monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--gr-white);
  margin: 0 0 12px;
}
.gr-how-desc {
  font-size: 13px;
  font-weight: 400;
  color: var(--gr-off);
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin: 0;
}

/* ─── FOOTER ─── */
.gr-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--gr-border-c);
  background: var(--gr-dark);
}
.gr-footer-top {
  padding: 48px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  border-bottom: 1px solid var(--gr-border-c);
}
.gr-footer-brand-name {
  font-family: 'Orbitron', monospace;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: var(--gr-white);
  margin-bottom: 8px;
}
.gr-footer-brand-name span { color: var(--gr-cyan); }
.gr-footer-tagline {
  font-size: 12px;
  color: var(--gr-muted);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.gr-footer-col h4 {
  font-family: 'Orbitron', monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gr-cyan);
  margin: 0 0 16px;
}
.gr-footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.gr-footer-col ul a {
  font-size: 13px;
  font-weight: 500;
  color: var(--gr-muted);
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}
.gr-footer-col ul a:hover { color: var(--gr-white); }
.gr-footer-bottom {
  padding: 20px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gr-footer-copy {
  font-family: 'Orbitron', monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gr-muted);
}
.gr-footer-insta {
  font-family: 'Orbitron', monospace;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gr-cyan);
  text-decoration: none;
  transition: text-shadow 0.2s;
}
.gr-footer-insta:hover { text-shadow: 0 0 12px var(--gr-cyan); }

/* ─── CART PAGE ─── */
.gr-cart {
  min-height: calc(100vh - 98px - 200px);
  padding: calc(68px + 30px + 60px) 60px 80px;
  background: radial-gradient(ellipse at top, #0a0828 0%, #04000a 100%);
  position: relative;
}
.gr-cart-title {
  font-family: 'Orbitron