:root {
  --bg-deep: #0c0a09;
  --bg-warm: #1c1917;
  --bg-card: #292524;
  --fg: #fafaf9;
  --fg-muted: #a8a29e;
  --accent: #f59e0b;
  --accent-soft: #fbbf24;
  --accent-glow: rgba(245, 158, 11, 0.15);
  --gurmukhi-color: #f59e0b;
  --font-display: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg-deep);
  color: var(--fg);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

/* === HERO === */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem 4rem;
  overflow: hidden;
  background: radial-gradient(ellipse at 30% 20%, var(--accent-glow) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 80%, rgba(251, 191, 36, 0.08) 0%, transparent 50%),
              var(--bg-deep);
}

.hero-bg-letters {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.float-letter {
  position: absolute;
  font-size: clamp(4rem, 12vw, 10rem);
  color: var(--gurmukhi-color);
  opacity: 0.04;
  font-weight: 800;
  line-height: 1;
  user-select: none;
}

.fl-1 { top: 8%; left: 5%; font-size: clamp(5rem, 15vw, 14rem); }
.fl-2 { top: 15%; right: 8%; font-size: clamp(3rem, 10vw, 8rem); }
.fl-3 { top: 50%; left: 2%; font-size: clamp(4rem, 12vw, 11rem); }
.fl-4 { top: 65%; right: 3%; font-size: clamp(6rem, 14vw, 12rem); }
.fl-5 { bottom: 10%; left: 15%; font-size: clamp(3rem, 8vw, 7rem); }
.fl-6 { top: 30%; left: 40%; font-size: clamp(3rem, 9vw, 8rem); }
.fl-7 { bottom: 25%; right: 20%; font-size: clamp(4rem, 11vw, 9rem); }
.fl-8 { top: 5%; left: 55%; font-size: clamp(2.5rem, 7vw, 6rem); }

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  text-align: center;
}

.hero-tag {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--fg) 0%, var(--accent-soft) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: var(--fg-muted);
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* === FEATURES === */
.features {
  padding: 6rem 2rem;
  background: var(--bg-warm);
}

.features-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.feature-card {
  background: var(--bg-card);
  border: 1px solid rgba(245, 158, 11, 0.1);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  transition: border-color 0.3s, transform 0.3s;
}

.feature-card:hover {
  border-color: rgba(245, 158, 11, 0.3);
  transform: translateY(-4px);
}

.feature-icon {
  font-size: 3rem;
  color: var(--accent);
  margin-bottom: 1.25rem;
  line-height: 1;
}

.feature-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--fg);
}

.feature-card p {
  font-size: 0.95rem;
  color: var(--fg-muted);
  line-height: 1.65;
}

/* === PRODUCTS === */
.products {
  padding: 6rem 2rem;
  background: var(--bg-deep);
}

.products-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.products h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  text-align: center;
  margin-bottom: 3rem;
  letter-spacing: -0.02em;
}

.product-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.product-preview {
  width: 100%;
  aspect-ratio: 1;
  background: var(--bg-warm);
  border: 1px solid rgba(245, 158, 11, 0.08);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(3rem, 8vw, 5rem);
  color: var(--accent);
  transition: background 0.3s, border-color 0.3s;
}

.product-preview:hover {
  background: var(--bg-card);
  border-color: rgba(245, 158, 11, 0.2);
}

.product-item span {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--fg-muted);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* === CLOSING === */
.closing {
  padding: 8rem 2rem;
  background: linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-warm) 100%);
  text-align: center;
}

.closing-inner {
  max-width: 780px;
  margin: 0 auto;
}

.closing-letter {
  font-size: clamp(3rem, 8vw, 5rem);
  color: var(--accent);
  opacity: 0.6;
  margin-bottom: 2rem;
  line-height: 1;
}

.closing h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.closing p {
  font-size: 1.1rem;
  color: var(--fg-muted);
  line-height: 1.7;
}

/* === FOOTER === */
.site-footer {
  padding: 3rem 2rem;
  background: var(--bg-warm);
  border-top: 1px solid rgba(245, 158, 11, 0.08);
  text-align: center;
}

.footer-inner {
  max-width: 600px;
  margin: 0 auto;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 0.5rem;
}

.footer-tagline {
  color: var(--fg-muted);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.footer-copy {
  color: rgba(168, 162, 158, 0.5);
  font-size: 0.8rem;
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  
  .product-showcase {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .hero {
    padding: 4rem 1.5rem 3rem;
    min-height: 90vh;
  }
  
  .features,
  .products,
  .closing {
    padding: 4rem 1.5rem;
  }
  
  .feature-card {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .product-showcase {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
  
  .hero-tag {
    font-size: 0.75rem;
  }
}