:root {
  --bg: #12090a;
  --bg-deep: #080505;
  --hall: #1a0d10;
  --card: #1c1210;
  --gold: #d4af37;
  --gold-soft: #f3e0a6;
  --gold-deep: #9a7420;
  --cream: #f7efe0;
  --text: #f7efe0;
  --muted: #cbb79a;
  --line: rgba(212, 175, 55, 0.32);
  --carpet: #4a151c;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  margin: 0;
  overflow-x: hidden;
  font-family: Vazirmatn, Tahoma, sans-serif;
  background:
    radial-gradient(ellipse at 50% -10%, rgba(212, 175, 55, 0.18), transparent 48%),
    radial-gradient(circle at 12% 18%, rgba(90, 22, 30, 0.55), transparent 38%),
    radial-gradient(circle at 88% 8%, rgba(74, 21, 28, 0.4), transparent 34%),
    linear-gradient(180deg, #1a0c0e 0%, #12090a 38%, #0a0606 100%);
  color: var(--text);
  line-height: 1.9;
}

a { color: var(--gold-soft); text-decoration: none; }
a:hover { color: #fff; }

img { max-width: 100%; display: block; }

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.narrow { width: min(820px, calc(100% - 32px)); }

.skip-link {
  position: absolute;
  right: 12px;
  top: -40px;
  background: var(--gold);
  color: #2a1600;
  padding: 6px 12px;
  border-radius: 8px;
  z-index: 20;
}

.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(8, 5, 5, 0.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--gold);
}

.brand-crown { color: var(--gold-soft); font-size: 1.15rem; }
.brand-name { font-weight: 800; font-size: 1.3rem; }
.brand-sub { color: var(--muted); font-size: 0.85rem; }

.site-nav { display: flex; gap: 22px; }
.site-nav a { color: var(--text); font-weight: 600; }
.site-nav a:hover { color: var(--gold); }

.nav-toggle {
  display: none;
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 6px 12px;
  font: inherit;
}

.hero { position: relative; padding: 56px 0 40px; overflow: hidden; }

.hero-glow {
  position: absolute;
  inset: auto -8% 0 35%;
  height: 320px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.2), transparent 70%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.gold-title {
  display: block;
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  line-height: 1.15;
  font-weight: 800;
  background: linear-gradient(180deg, #fff6d2 0%, #f0d078 40%, #d4af37 72%, #8d6a16 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 6px 0 rgba(80, 40, 8, 0.35));
}

.lead { color: var(--muted); font-size: 1.05rem; }

.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 14px;
  border: 0;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.btn-gold {
  background: linear-gradient(180deg, #f3e0a6, #d4af37);
  color: #3a2400;
}

.btn-gold:hover { color: #1d1200; filter: brightness(1.05); }

.btn-bazaar {
  display: inline-flex;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
  line-height: 0;
}

.btn-bazaar img {
  width: 220px;
  height: auto;
  border: 0;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}

.btn-bazaar:hover { filter: brightness(1.06); }

.hero-shot {
  margin: 0;
  padding: 8px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(212, 175, 55, 0.45), rgba(74, 21, 28, 0.35));
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(212, 175, 55, 0.22);
}

.hero-shot img {
  border-radius: 22px;
  border: 1px solid rgba(255, 246, 210, 0.08);
}

.section { padding: 56px 0; }
.section-alt {
  background:
    linear-gradient(180deg, rgba(74, 21, 28, 0.28), rgba(8, 5, 5, 0.2));
  border-block: 1px solid var(--line);
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--gold-soft);
}

h3 { margin: 28px 0 10px; color: #fff8e8; font-size: 1.15rem; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  list-style: none;
}

.feature-grid li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  background: linear-gradient(180deg, #241614, #16100e);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 18px;
}

.feature-icon {
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 1.25rem;
}

.feature-grid strong {
  color: var(--gold-soft);
  font-size: 1.02rem;
}

.feature-grid span:last-child {
  color: var(--muted);
  font-size: 0.92rem;
}

.tagline, .slogan { text-align: center; }
.tagline { color: var(--muted); margin-top: 32px; }
.slogan {
  font-weight: 800;
  color: var(--gold);
  font-size: 1.2rem;
  margin-top: 8px;
}

.store-cta {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.legal p { color: var(--muted); }

.site-footer {
  background: var(--bg-deep);
  border-top: 1px solid var(--line);
  padding: 28px 0;
  text-align: center;
  color: var(--muted);
}

.copy { margin: 0; font-size: 0.92rem; }

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .brand-sub { display: none; }
  .site-nav {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 76px;
    background: #1a0d10;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 14px;
    flex-direction: column;
  }
  .site-nav.is-open { display: flex; }
  .hero-grid, .feature-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 28px; }
  .gold-title { font-size: 2.4rem; filter: none; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn,
  .hero-actions .btn-bazaar { width: 100%; }
  .hero-actions .btn-bazaar { justify-content: center; }
  .section { padding: 40px 0; }
}
