
:root {
  --felt-deep: #0A1F18;
  --felt: #0F3D2E;
  --brass: #C4A35A;
  --ivory: #F3EDE0;
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  color: var(--ivory);
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(196,163,90,0.12), transparent 55%),
    radial-gradient(900px 500px at 10% 20%, rgba(155,36,51,0.08), transparent 50%),
    linear-gradient(180deg, #071612 0%, var(--felt-deep) 40%, #0C241C 100%);
  background-attachment: fixed;
  overflow-x: hidden;
  min-height: 100%;
}
body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  opacity: 0.18;
  background-image:
    radial-gradient(rgba(243,237,224,0.35) 0.6px, transparent 0.7px);
  background-size: 3px 3px;
  mix-blend-mode: soft-light;
  z-index: 0;
}
.site-header, main, .site-footer { position: relative; z-index: 1; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(10,31,24,0.82);
  border-bottom: 1px solid rgba(196,163,90,0.18);
}
.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-size: 0.9rem;
  color: rgba(217,208,190,0.85);
  transition: color .2s, background .2s;
}
.nav-link:hover, .nav-link.is-active {
  color: #F3EDE0;
  background: rgba(196,163,90,0.12);
}
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(196,163,90,0.35);
  color: #E0C57A;
  background: rgba(18,40,32,0.8);
}
.mobile-drawer {
  border-top: 1px solid rgba(196,163,90,0.15);
  background: rgba(7,22,18,0.96);
}
.store-badge {
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.45rem 0.9rem;
  border-radius: 10px;
  background: linear-gradient(180deg, #1a1a1a, #0b0b0b);
  border: 1px solid rgba(243,237,224,0.35);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.05;
}
.store-badge small {
  display: block;
  font-size: 0.62rem;
  font-weight: 500;
  opacity: 0.8;
}
.btn-brass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #E0C57A, #C4A35A 55%, #8A7340);
  color: #1A1408;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(196,163,90,0.25);
  transition: transform .2s, filter .2s;
}
.btn-brass:hover { filter: brightness(1.05); transform: translateY(-1px); }
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.75rem 1.2rem;
  border-radius: 14px;
  border: 1px solid rgba(196,163,90,0.4);
  color: #E0C57A;
  background: rgba(18,40,32,0.55);
}
.phone-frame {
  position: relative;
  border-radius: 2rem;
  padding: 0.55rem;
  background: linear-gradient(160deg, rgba(196,163,90,0.55), rgba(42,28,18,0.9));
  box-shadow: 0 30px 60px rgba(0,0,0,0.45), inset 0 0 0 1px rgba(243,237,224,0.15);
}
.phone-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.55rem;
  background: #0A1F18;
}
.felt-panel {
  border: 1px solid rgba(196,163,90,0.22);
  background: linear-gradient(180deg, rgba(26,52,42,0.92), rgba(18,40,32,0.88));
  border-radius: 1.25rem;
}
.rail {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(196,163,90,0.55), transparent);
}
.eyebrow {
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #C4A35A;
  font-weight: 600;
}
.hero-wheel {
  position: absolute;
  right: -6rem;
  top: -6rem;
  width: min(90vw, 640px);
  height: min(90vw, 640px);
  border-radius: 50%;
  border: 1px solid rgba(196,163,90,0.18);
  background:
    conic-gradient(from 20deg, #9B2433 0 10deg, #141414 10deg 20deg, #9B2433 20deg 30deg, #141414 30deg 40deg, #1B6B4A 40deg 50deg, #141414 50deg 60deg, #9B2433 60deg 70deg, #141414 70deg 80deg, #9B2433 80deg 90deg, #141414 90deg 100deg, #9B2433 100deg 110deg, #141414 110deg 120deg, #9B2433 120deg 130deg, #141414 130deg 140deg, #9B2433 140deg 150deg, #141414 150deg 160deg, #9B2433 160deg 170deg, #141414 170deg 180deg, #9B2433 180deg 190deg, #141414 190deg 200deg, #9B2433 200deg 210deg, #141414 210deg 220deg, #9B2433 220deg 230deg, #141414 230deg 240deg, #9B2433 240deg 250deg, #141414 250deg 260deg, #9B2433 260deg 270deg, #141414 270deg 280deg, #9B2433 280deg 290deg, #141414 290deg 300deg, #9B2433 300deg 310deg, #141414 310deg 320deg, #9B2433 320deg 330deg, #141414 330deg 340deg, #9B2433 340deg 350deg, #141414 350deg 360deg);
  opacity: 0.22;
  filter: blur(0.2px);
  animation: wheel-drift 48s linear infinite;
  pointer-events: none;
}
@keyframes wheel-drift { to { transform: rotate(360deg); } }
@media (min-width: 768px) {
  .hero-wheel { right: 0; top: -4rem; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-wheel { animation: none; }
  [data-aos] { transition: none !important; }
}
.legal-prose h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.65rem;
  color: #E0C57A;
  margin: 2rem 0 0.75rem;
}
.legal-prose h3 {
  font-size: 1.05rem;
  color: #F3EDE0;
  margin: 1.4rem 0 0.5rem;
}
.legal-prose p, .legal-prose li {
  color: rgba(217,208,190,0.88);
  line-height: 1.7;
  font-size: 0.98rem;
}
.legal-prose ul { list-style: disc; padding-left: 1.25rem; margin: 0.5rem 0 1rem; }
.legal-prose a { color: #E0C57A; text-decoration: underline; }
.faq-item button {
  width: 100%;
  text-align: left;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
}
.faq-item .faq-body { display: none; padding: 0 1.1rem 1.1rem; color: rgba(217,208,190,0.85); }
.faq-item.is-open .faq-body { display: block; }
.faq-item.is-open .fa-chevron-down { transform: rotate(180deg); }
.site-footer a:hover { color: #E0C57A; }
.disclaimer {
  border-left: 2px solid rgba(196,163,90,0.55);
  padding-left: 1rem;
  color: rgba(217,208,190,0.75);
  font-size: 0.9rem;
}
