/* ============================================
   GURUJI CHAIR - Spiritual Theme Stylesheet
   ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500&family=Poppins:wght@300;400;500;600;700&family=Noto+Serif+Devanagari:wght@400;600;700&display=swap');

:root {
  --saffron: #E8830C;
  --saffron-light: #F5A623;
  --saffron-deep: #C96A00;
  --gold: #D4A843;
  --gold-light: #E8C97A;
  --gold-shimmer: #F0D98D;
  --maroon: #6B1D2A;
  --maroon-deep: #4A0E1C;
  --burgundy: #800020;
  --cream: #FFF8F0;
  --cream-warm: #FDF3E7;
  --ivory: #FFFFF0;
  --sandalwood: #C4A882;
  --earth: #8B6F47;
  --dark-wood: #3E2723;
  --charcoal: #1A1A1A;
  --white: #FFFFFF;
  --white-soft: rgba(255, 255, 255, 0.9);
  --gradient-spiritual: linear-gradient(135deg, #4A0E1C 0%, #6B1D2A 40%, #8B2F3A 100%);
  --gradient-gold: linear-gradient(135deg, #D4A843 0%, #F0D98D 50%, #D4A843 100%);
  --gradient-warm: linear-gradient(180deg, #FFF8F0 0%, #FDF3E7 100%);
  --gradient-hero: linear-gradient(135deg, #1A0A0A 0%, #3E1A1A 30%, #5C2626 60%, #2A1010 100%);
  --font-heading: 'Playfair Display', 'Georgia', serif;
  --font-body: 'Poppins', 'Segoe UI', sans-serif;
  --font-hindi: 'Noto Serif Devanagari', serif;
  --section-padding: 100px 0;
  --container-width: 1200px;
  --shadow-soft: 0 4px 20px rgba(0, 0, 0, .08);
  --shadow-medium: 0 8px 32px rgba(0, 0, 0, .12);
  --shadow-heavy: 0 16px 48px rgba(0, 0, 0, .2);
  --shadow-gold: 0 4px 24px rgba(212, 168, 67, .3);
  --transition-smooth: all 0.4s cubic-bezier(.25, .46, .45, .94);
  --transition-bounce: all 0.5s cubic-bezier(.34, 1.56, .64, 1);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden
}

body {
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased
}

img {
  max-width: 100%;
  display: block
}

a {
  text-decoration: none;
  color: inherit
}

ul {
  list-style: none
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px
}

.section-label {
  font-family: var(--font-body);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--saffron);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px
}

.section-label::before {
  content: '✦';
  font-size: .6rem;
  color: var(--gold)
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--maroon-deep);
  line-height: 1.2;
  margin-bottom: 20px
}

.section-desc {
  font-size: 1.05rem;
  color: #666;
  max-width: 640px;
  line-height: 1.8
}

.om-watermark {
  position: absolute;
  font-family: var(--font-hindi);
  font-size: 20rem;
  color: rgba(212, 168, 67, .04);
  pointer-events: none;
  user-select: none;
  z-index: 0
}

.card-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .3);
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s;
  z-index: 100;
  backdrop-filter: blur(2px)
}

.card-overlay.active {
  opacity: 1;
  pointer-events: auto
}

/* NAVBAR */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 18px 0;
  transition: var(--transition-smooth);
  background: rgba(26, 10, 10, .95);
  backdrop-filter: blur(12px)
}

.navbar.scrolled {
  padding: 12px 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .3)
}

body:has(.hero, .page-hero) .navbar:not(.scrolled) {
  background: transparent;
  backdrop-filter: none
}

.nav-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px
}

.nav-logo .logo-icon {
  width: 42px;
  height: 42px;
  background: var(--gradient-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-hindi);
  font-size: 1.3rem;
  color: var(--maroon-deep);
  font-weight: 700
}

.nav-logo .logo-text {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold-light);
  letter-spacing: 1px
}

.nav-logo .logo-text span {
  color: var(--saffron-light)
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px
}

.nav-links a {
  font-size: .9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, .8);
  letter-spacing: .5px;
  position: relative;
  transition: var(--transition-smooth)
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: var(--transition-smooth)
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--gold-light)
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%
}

.nav-cta {
  padding: 10px 28px !important;
  background: transparent !important;
  border: 1.5px solid var(--gold) !important;
  border-radius: 30px;
  color: var(--gold-light) !important;
  font-weight: 600 !important;
  transition: var(--transition-smooth) !important
}

.nav-cta:hover {
  background: var(--gold) !important;
  color: var(--maroon-deep) !important;
  box-shadow: var(--shadow-gold) !important
}

.nav-cta::after {
  display: none !important
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 1001
}

.nav-toggle span {
  width: 26px;
  height: 2.5px;
  background: var(--gold-light);
  border-radius: 2px;
  transition: var(--transition-smooth)
}

/* HERO */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  background: var(--gradient-hero);
  overflow: hidden;
  padding: 0
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 80%, rgba(212, 168, 67, .08) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(232, 131, 12, .06) 0%, transparent 50%);
  z-index: 1
}

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
  opacity: 0;
  animation: floatParticle 8s infinite ease-in-out
}

.particle:nth-child(1) {
  left: 10%;
  top: 20%;
  animation-delay: 0s
}

.particle:nth-child(2) {
  left: 30%;
  top: 60%;
  animation-delay: 1.5s
}

.particle:nth-child(3) {
  left: 50%;
  top: 30%;
  animation-delay: 3s
}

.particle:nth-child(4) {
  left: 70%;
  top: 70%;
  animation-delay: 4.5s
}

.particle:nth-child(5) {
  left: 85%;
  top: 40%;
  animation-delay: 6s
}

.particle:nth-child(6) {
  left: 15%;
  top: 80%;
  animation-delay: 2s
}

.particle:nth-child(7) {
  left: 60%;
  top: 15%;
  animation-delay: 3.5s
}

.particle:nth-child(8) {
  left: 90%;
  top: 85%;
  animation-delay: 5s
}

@keyframes floatParticle {

  0%,
  100% {
    opacity: 0;
    transform: translateY(0) scale(.5)
  }

  50% {
    opacity: .6;
    transform: translateY(-60px) scale(1)
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px;
  width: 100%
}

.hero-slider-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  padding: 0 8% 0 9%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s cubic-bezier(.4,0,.2,1), visibility 1.2s;
  pointer-events: none;
  z-index: 1
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 3
}

.hero-slide.fade-in {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 3
}

.hero-slide.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1
}

/* TEXT */
.hero-text {
  flex: 1;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 560px
}

/* Preheading: flanking gold lines + hindi text */
.hero-preheading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px
}

.hero-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212,168,67,.5))
}

.hero-preheading .hero-line:last-child {
  background: linear-gradient(90deg, rgba(212,168,67,.5), transparent)
}

.hero-text .hindi-text {
  font-family: var(--font-hindi);
  font-size: 1rem;
  color: var(--gold);
  letter-spacing: 3px;
  white-space: nowrap;
  opacity: .85
}

.hero-text h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 4.5vw, 4rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.12;
  margin-bottom: 20px;
  letter-spacing: -0.5px
}

.hero-text h1 .highlight {
  background: linear-gradient(135deg, #D4A843 0%, #F0D98D 50%, #C96A00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.hero-text p {
  font-size: .97rem;
  color: rgba(255,255,255,.62);
  line-height: 1.8;
  margin-bottom: 36px;
  max-width: 440px
}

.hero-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap
}

.btn-explore {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: var(--gradient-gold);
  color: var(--maroon-deep);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
  letter-spacing: .5px;
  text-decoration: none
}

.btn-explore::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
  transition: left .6s ease
}

.btn-explore:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 168, 67, .4);
  color: var(--maroon-deep)
}

.btn-explore:hover::before {
  left: 100%
}

.btn-explore .arrow {
  transition: transform .3s ease
}

.btn-explore:hover .arrow {
  transform: translateX(5px)
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background: transparent;
  color: var(--gold-light);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  border: 1.5px solid rgba(212, 168, 67, .4);
  border-radius: 50px;
  cursor: pointer;
  transition: var(--transition-smooth);
  text-decoration: none
}

.btn-secondary:hover {
  border-color: var(--gold);
  background: rgba(212, 168, 67, .1);
  transform: translateY(-2px);
  color: var(--gold-light)
}

/* IMAGE — natural size, faded gold border */
.hero-image {
  flex-shrink: 0;
  position: relative;
  max-width: 520px;
  width: 50%;
  border-radius: 18px;
  box-shadow:
    0 0 0 2px rgba(212,168,67,.75),
    0 0 0 6px rgba(212,168,67,.12),
    0 0 30px rgba(212,168,67,.3),
    0 0 70px rgba(212,168,67,.1),
    0 28px 60px rgba(0,0,0,.45);
  animation: imageFloat 7s ease-in-out infinite;
  z-index: 4
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  filter: brightness(.95) saturate(1.05);
  animation: bannerZoom 14s infinite alternate linear
}

.hero-image::before { display: none }
.hero-image::after  { display: none }

@keyframes imageFloat {
  0%, 100% { transform: translateY(0) }
  50% { transform: translateY(-14px) }
}

@keyframes bannerZoom {
  0% { transform: scale(1) }
  100% { transform: scale(1.07) }
}

/* ── ARROW BUTTONS ── */
.hero-arrow {
  position: absolute;
  bottom: 40px;
  z-index: 10;
  width: 48px;
  height: 48px;
  border: 1.5px solid rgba(212,168,67,.35);
  border-radius: 50%;
  background: rgba(8,1,1,.55);
  backdrop-filter: blur(12px);
  color: var(--gold-light);
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  outline: none
}

.hero-arrow:hover {
  background: rgba(212,168,67,.2);
  border-color: var(--gold);
  transform: scale(1.1)
}

.hero-prev { right: calc(50% + 56px) }
.hero-next { left: calc(50% + 56px) }

/* ── DOTS ── */

.hero-slider-nav {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
  align-items: center
}

.hero-slider-nav .dot {
  width: 28px;
  height: 4px;
  border-radius: 4px;
  background: rgba(212,168,67,.25);
  cursor: pointer;
  transition: all .4s ease;
  position: relative;
  overflow: hidden
}

.hero-slider-nav .dot::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: var(--gold);
  border-radius: 4px
}

.hero-slider-nav .dot.active {
  width: 52px;
  background: rgba(212,168,67,.15);
  box-shadow: 0 0 10px rgba(212,168,67,.25)
}

.hero-slider-nav .dot.active::after {
  animation: dotFill 5s linear forwards
}

@keyframes dotFill {
  0% { width: 0 }
  100% { width: 100% }
}

.hero-slider-nav .dot:hover {
  background: rgba(212,168,67,.45)
}

/* ── SCROLL HINT ── */
.hero-scroll-hint {
  position: absolute;
  bottom: 38px;
  right: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 10;
  opacity: .5;
  animation: scrollPulse 2.5s infinite
}

.hero-scroll-hint span {
  width: 1px;
  height: 42px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  display: block
}

.hero-scroll-hint p {
  font-size: .65rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-light);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0
}

@keyframes scrollPulse {
  0%, 100% { opacity: .4; transform: translateY(0) }
  50% { opacity: .8; transform: translateY(6px) }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

.hero-stats {
  display: flex;
  gap: 0;
  align-items: center;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08)
}

.hero-stats .stat-sep {
  width: 1px;
  height: 32px;
  background: rgba(212,168,67,.2);
  margin: 0 24px
}

.stat-item .stat-number {
  font-family: var(--font-heading);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1
}

.stat-item .stat-text {
  font-size: .7rem;
  color: rgba(255,255,255,.45);
  margin-top: 5px;
  letter-spacing: 1.5px;
  text-transform: uppercase
}

/* ABOUT */
.about {
  padding: var(--section-padding);
  background: var(--gradient-warm);
  position: relative;
  overflow: hidden
}

.about .om-watermark {
  right: -5%;
  top: -10%
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1
}

.about-visual {
  position: relative
}

.about-visual .image-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-heavy)
}

.about-visual .image-frame img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform .6s ease
}

.about-visual:hover .image-frame img {
  transform: scale(1.03)
}

.experience-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 140px;
  height: 140px;
  background: var(--gradient-gold);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-gold);
  z-index: 3
}

.experience-badge .years {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--maroon-deep);
  line-height: 1
}

.experience-badge .label {
  font-size: .65rem;
  font-weight: 600;
  color: var(--maroon);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.3
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 36px
}

.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: var(--white);
  border-radius: 12px;
  transition: var(--transition-smooth)
}

.about-feature:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft)
}

.about-feature .feature-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: linear-gradient(135deg, rgba(232, 131, 12, .1), rgba(212, 168, 67, .15));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem
}

.about-feature h4 {
  font-family: var(--font-heading);
  font-size: .95rem;
  font-weight: 600;
  color: var(--maroon-deep);
  margin-bottom: 4px
}

.about-feature p {
  font-size: .8rem;
  color: #888;
  line-height: 1.5
}

/* PRODUCTS */
.products {
  padding: var(--section-padding);
  background: linear-gradient(180deg, var(--cream-warm) 0%, #FFF5EA 100%);
  position: relative
}

.products-header {
  text-align: center;
  margin-bottom: 60px
}

.products-header .section-desc {
  margin: 0 auto
}

.products-header .section-label {
  justify-content: center
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative
}

.product-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: var(--transition-smooth);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(212, 168, 67, .1)
}

.product-card .card-image {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #F9F2E8, #FFF8F0);
  aspect-ratio: 4 / 3;
}

.product-card .card-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.product-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform .6s cubic-bezier(.25, .46, .45, .94)
}

.card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 14px;
  background: var(--maroon);
  color: var(--gold-light);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  z-index: 3
}

.card-body {
  padding: 24px;
  transition: opacity .3s ease, transform .3s ease
}

.card-category {
  font-size: .75rem;
  font-weight: 600;
  color: var(--saffron);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  display: block
}

.card-title {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--maroon-deep);
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.card-price {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--saffron-deep);
  margin-bottom: 16px
}

.card-price .original {
  font-size: .9rem;
  color: #aaa;
  text-decoration: line-through;
  margin-left: 8px;
  font-weight: 400
}

.btn-view-detail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: transparent;
  color: var(--maroon);
  font-family: var(--font-body);
  font-size: .85rem;
  font-weight: 600;
  border: 1.5px solid var(--maroon);
  border-radius: 30px;
  cursor: pointer;
  transition: var(--transition-smooth);
  text-decoration: none
}

.btn-view-detail:hover {
  background: var(--maroon);
  color: var(--gold-light)
}

.product-card:hover {
  z-index: 200;
  transform: scale(1.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35)
}

.product-card:hover .card-body {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none
}

.product-card:hover .card-image img {
  transform: scale(1.15)
}

.hover-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(74, 14, 28, .95), rgba(74, 14, 28, .8), transparent);
  transform: translateY(100%);
  transition: transform .4s cubic-bezier(.25, .46, .45, .94);
  z-index: 5
}

.product-card:hover .hover-info {
  transform: translateY(0)
}

.hover-info p {
  font-size: .85rem;
  color: rgba(255, 255, 255, .9);
  line-height: 1.6;
  margin-bottom: 12px
}

.btn-hover-detail {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  background: var(--gold);
  color: var(--maroon-deep);
  font-size: .8rem;
  font-weight: 600;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  transition: var(--transition-smooth);
  text-decoration: none
}

.btn-hover-detail:hover {
  background: var(--gold-light);
  transform: translateY(-2px)
}

.view-all-wrap {
  text-align: center;
  margin-top: 50px
}

/* CRAFTSMANSHIP */
.craftsmanship {
  padding: var(--section-padding);
  background: var(--gradient-spiritual);
  position: relative;
  overflow: hidden
}

.craftsmanship::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 50%, rgba(212, 168, 67, .08) 0%, transparent 50%), radial-gradient(circle at 90% 50%, rgba(232, 131, 12, .05) 0%, transparent 50%)
}

.craft-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1
}

.craft-header .section-label {
  justify-content: center;
  color: var(--gold)
}

.craft-header .section-title {
  color: var(--white)
}

.craft-header .section-desc {
  color: rgba(255, 255, 255, .6);
  margin: 0 auto
}

.craft-video {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .3);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto
}

.craft-video iframe {
  width: 100%;
  height: 400px;
  display: block;
  border: none
}

.craft-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1
}

.craft-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, .05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(212, 168, 67, .15);
  transition: var(--transition-smooth)
}

.craft-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 168, 67, .3);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .25)
}

.craft-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000
}

.craft-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block
}

.craft-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.craft-number {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: rgba(212, 168, 67, .2);
  line-height: 1;
  margin-bottom: 10px
}

.craft-content h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gold-light);
  margin-bottom: 10px
}

.craft-content p {
  font-size: .8rem;
  color: rgba(255, 255, 255, .6);
  line-height: 1.5;
  text-align: justify
}

.craft-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
  position: relative;
  z-index: 1
}

.craft-stat {
  text-align: center;
  padding: 32px 20px;
  background: rgba(255, 255, 255, .05);
  border-radius: 16px;
  border: 1px solid rgba(212, 168, 67, .1);
  transition: var(--transition-smooth)
}

.craft-stat:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(212, 168, 67, .25);
  transform: translateY(-4px)
}

.craft-stat .stat-icon {
  font-size: 2rem;
  margin-bottom: 12px
}

.craft-stat .stat-value {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 6px
}

.craft-stat .stat-label {
  font-size: .8rem;
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
  letter-spacing: 1.5px
}

/* TESTIMONIALS */
.testimonials {
  padding: var(--section-padding);
  background: var(--gradient-warm);
  position: relative;
  overflow: hidden
}

.testimonials .om-watermark {
  left: -5%;
  bottom: -10%
}

.testimonials-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1
}

.testimonials-header .section-label {
  justify-content: center
}

.testimonials-header .section-desc {
  margin: 0 auto
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  position: relative;
  z-index: 1
}

.testimonial-card {
  background: var(--white);
  border-radius: 16px;
  padding: 36px;
  position: relative;
  transition: var(--transition-smooth);
  border: 1px solid rgba(212, 168, 67, .1)
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-medium);
  border-color: rgba(212, 168, 67, .25)
}

.quote-icon {
  font-family: var(--font-heading);
  font-size: 4rem;
  color: rgba(212, 168, 67, .15);
  line-height: 1;
  margin-bottom: -10px
}

.testimonial-text {
  font-size: .95rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 24px;
  font-style: italic
}

.stars {
  color: var(--saffron);
  font-size: .9rem;
  margin-bottom: 16px;
  letter-spacing: 2px
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gradient-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--maroon-deep)
}

.author-name {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  color: var(--maroon-deep)
}

.author-role {
  font-size: .8rem;
  color: #999
}

/* CLIENT GALLERY */
.client-gallery {
  padding: var(--section-padding);
  background: var(--gradient-warm);
  position: relative;
  overflow: hidden
}

.client-gallery .om-watermark {
  right: -5%;
  top: -10%
}

.gallery-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1
}

.gallery-header .section-label {
  justify-content: center
}

.gallery-header .section-desc {
  margin: 0 auto
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1
}

.gallery-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: var(--transition-smooth);
  border: 1px solid rgba(212, 168, 67, .1);
  box-shadow: var(--shadow-soft)
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-medium);
  border-color: rgba(212, 168, 67, .25)
}

.gallery-image {
  height: 280px;
  overflow: hidden;
  background: linear-gradient(135deg, #F9F2E8, #FFF8F0)
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .6s ease
}

.gallery-card:hover .gallery-image img {
  transform: scale(1.05)
}

.gallery-caption {
  padding: 20px;
  text-align: center
}

.gallery-caption p {
  font-size: .9rem;
  color: var(--maroon-deep);
  line-height: 1.6;
  font-style: italic
}

/* FAQ */
.faq {
  padding: var(--section-padding);
  background: linear-gradient(180deg, #FFF5EA 0%, var(--cream) 100%)
}

.faq-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start
}

.faq-content {
  position: sticky;
  top: 120px
}

.faq-content .section-desc {
  margin-bottom: 30px
}

.faq-contact {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: var(--white);
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  margin-top: 20px
}

.faq-contact .contact-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: linear-gradient(135deg, rgba(232, 131, 12, .1), rgba(212, 168, 67, .15));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem
}

.faq-contact p {
  font-size: .85rem;
  color: #666;
  line-height: 1.5
}

.faq-contact a {
  color: var(--saffron);
  font-weight: 600
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.faq-item {
  background: var(--white);
  border-radius: 12px;
  border: 1px solid rgba(212, 168, 67, .12);
  overflow: hidden;
  transition: var(--transition-smooth)
}

.faq-item:hover {
  border-color: rgba(212, 168, 67, .3)
}

.faq-item.active {
  border-color: var(--gold);
  box-shadow: var(--shadow-gold)
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  cursor: pointer;
  gap: 16px
}

.faq-question h4 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  color: var(--maroon-deep);
  line-height: 1.4
}

.faq-toggle {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(232, 131, 12, .1), rgba(212, 168, 67, .15));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--saffron);
  transition: var(--transition-smooth)
}

.faq-item.active .faq-toggle {
  background: var(--saffron);
  color: var(--white);
  transform: rotate(45deg)
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s cubic-bezier(.25, .46, .45, .94)
}

.faq-item.active .faq-answer {
  max-height: 300px
}

.faq-answer p {
  padding: 0 28px 24px;
  font-size: .9rem;
  color: #666;
  line-height: 1.8
}

/* FOOTER */
.footer {
  background: var(--charcoal);
  color: rgba(255, 255, 255, .7);
  position: relative;
  overflow: hidden
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-gold)
}

.footer-main {
  padding: 80px 0 50px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 48px
}

.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px
}

.footer-logo .logo-icon {
  width: 40px;
  height: 40px;
  background: var(--gradient-gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-hindi);
  font-size: 1.2rem;
  color: var(--maroon-deep);
  font-weight: 700
}

.footer-logo span {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gold-light)
}

.footer-brand p {
  font-size: .9rem;
  line-height: 1.7;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .5)
}

.footer-social {
  display: flex;
  gap: 12px
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: var(--transition-smooth)
}

.footer-social a:hover {
  border-color: var(--gold);
  background: rgba(212, 168, 67, .1);
  color: var(--gold);
  transform: translateY(-3px)
}

.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--gold-light);
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 12px
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--gold)
}

.footer-col ul li {
  margin-bottom: 12px
}

.footer-col ul a {
  font-size: .9rem;
  color: rgba(255, 255, 255, .5);
  transition: var(--transition-smooth);
  display: flex;
  align-items: center;
  gap: 8px
}

.footer-col ul a::before {
  content: '›';
  color: var(--gold);
  font-size: 1.1rem;
  transition: transform .3s ease
}

.footer-col ul a:hover {
  color: var(--gold-light);
  padding-left: 4px
}

.footer-col ul a:hover::before {
  transform: translateX(3px)
}

.footer-newsletter p {
  font-size: .9rem;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 20px;
  line-height: 1.6
}

.newsletter-form {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15)
}

.newsletter-form input {
  flex: 1;
  padding: 14px 20px;
  background: rgba(255, 255, 255, .05);
  border: none;
  color: var(--white);
  font-family: var(--font-body);
  font-size: .85rem;
  outline: none
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, .3)
}

.newsletter-form button {
  padding: 14px 28px;
  background: var(--gradient-gold);
  color: var(--maroon-deep);
  border: none;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .85rem;
  cursor: pointer;
  transition: var(--transition-smooth)
}

.newsletter-form button:hover {
  opacity: .9
}

.footer-bottom {
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  justify-content: space-between;
  align-items: center
}

.footer-bottom p {
  font-size: .8rem;
  color: rgba(255, 255, 255, .4)
}

.footer-links {
  display: flex;
  gap: 24px
}

.footer-links a {
  font-size: .8rem;
  color: rgba(255, 255, 255, .4);
  transition: var(--transition-smooth)
}

.footer-links a:hover {
  color: var(--gold-light)
}

/* PAGE HERO */
.page-hero {
  padding: 160px 24px 100px;
  text-align: center;
  background: var(--gradient-hero);
  position: relative;
  overflow: hidden
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 60%, rgba(212, 168, 67, .07) 0%, transparent 60%)
}

.page-hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: var(--gold-light);
  margin-bottom: 16px;
  position: relative;
  z-index: 1
}

.page-hero p {
  color: rgba(255, 255, 255, .6);
  font-size: 1.1rem;
  position: relative;
  z-index: 1
}

/* CATALOGUE */
.catalogue-section {
  padding: 80px 24px 100px;
  background: var(--gradient-warm)
}

.catalogue-header {
  max-width: var(--container-width);
  margin: 0 auto 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

.catalogue-header h1 {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--maroon-deep)
}

.search-bar input {
  padding: 12px 22px;
  border-radius: 30px;
  background: var(--white);
  border: 1.5px solid rgba(212, 168, 67, .3);
  color: var(--charcoal);
  font-size: .93rem;
  font-family: var(--font-body);
  outline: none;
  width: 260px;
  transition: var(--transition-smooth)
}

.search-bar input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 168, 67, .1)
}

.catalogue-grid {
  max-width: var(--container-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 32px
}

.no-results {
  text-align: center;
  color: #999;
  margin-top: 60px;
  font-size: 1.05rem;
  display: none
}

/* CATEGORIES */
.categories-section {
  padding: 80px 24px 100px;
  background: var(--gradient-warm)
}

.cat-group {
  max-width: var(--container-width);
  margin: 0 auto 72px
}

.cat-group-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(212, 168, 67, .2)
}

.cat-group-header h2 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--maroon-deep)
}

.cat-count {
  padding: 4px 14px;
  background: var(--maroon);
  color: var(--gold-light);
  border-radius: 20px;
  font-size: .8rem;
  font-weight: 600
}

.cat-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 32px
}

/* PRODUCT DETAIL */
.product-detail {
  padding: 130px 24px 100px;
  background: var(--cream)
}

.breadcrumb {
  max-width: 1100px;
  margin: 0 auto 32px;
  font-size: .85rem;
  color: #999;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.breadcrumb a {
  color: var(--saffron);
  transition: color .2s
}

.breadcrumb a:hover {
  color: var(--maroon)
}

.breadcrumb .sep {
  color: #ccc
}

.product-detail-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start
}

.product-main-img {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(212, 168, 67, .2);
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #F9F2E8, #FFF8F0)
}

.product-main-img img {
  width: 100%;
  height: 100%;
  object-fit: fill
}

.gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px
}

.gallery-thumbs img {
  width: 78px;
  height: 62px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid rgba(212, 168, 67, .15);
  transition: var(--transition-smooth)
}

.gallery-thumbs img:hover,
.gallery-thumbs img.active {
  border-color: var(--gold);
  transform: scale(1.06)
}

.product-meta .card-category {
  display: inline-block;
  margin-bottom: 12px
}

.product-meta h1 {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 700;
  color: var(--maroon-deep);
  margin-bottom: 16px;
  line-height: 1.3
}

.product-price {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--saffron-deep);
  margin-bottom: 24px
}

.product-price .original {
  font-size: 1.1rem;
  color: #aaa;
  text-decoration: line-through;
  margin-left: 10px;
  font-weight: 400
}

.product-description {
  color: #666;
  font-size: .97rem;
  line-height: 1.8;
  margin-bottom: 28px
}

.features-section h3 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--maroon-deep);
  margin-bottom: 16px
}

.features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 32px
}

.features-list li {
  padding: 10px 0 10px 28px;
  position: relative;
  color: var(--charcoal);
  font-size: .95rem;
  border-bottom: 1px solid rgba(212, 168, 67, .1)
}

.features-list li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-size: .7rem;
  top: 12px
}

.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  background: transparent;
  border: 2px solid var(--maroon);
  color: var(--maroon);
  border-radius: 30px;
  font-size: .95rem;
  font-weight: 600;
  transition: var(--transition-smooth);
  text-decoration: none
}

.back-btn:hover {
  background: var(--maroon);
  color: var(--gold-light)
}

.btn-contact-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  background: var(--gradient-gold);
  color: var(--maroon-deep);
  border: none;
  border-radius: 30px;
  font-size: .95rem;
  font-weight: 700;
  transition: var(--transition-smooth);
  text-decoration: none;
  cursor: pointer
}

.btn-contact-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 168, 67, .35)
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  background: #25D366;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: .95rem;
  font-weight: 700;
  transition: var(--transition-smooth);
  text-decoration: none;
  cursor: pointer
}

.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, .35);
  background: #1EBE5D
}

/* ABOUT/CONTACT PAGES */
.about-page {
  padding: 0 0 100px;
  background: var(--gradient-warm)
}

.about-page-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 24px 0
}

.about-page-content h2 {
  font-family: var(--font-heading);
  color: var(--maroon-deep);
  margin: 48px 0 20px;
  font-size: 1.8rem
}

.about-page-content h2:first-child {
  margin-top: 0
}

.about-page-content p {
  color: #666;
  line-height: 1.85;
  margin-bottom: 16px
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
  margin-top: 48px
}

.stat-box {
  text-align: center;
  padding: 28px 20px;
  background: var(--white);
  border-radius: 16px;
  border: 1px solid rgba(212, 168, 67, .15);
  transition: var(--transition-smooth)
}

.stat-box:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft)
}

.stat-box .num {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--maroon-deep)
}

.stat-box .lbl {
  font-size: .85rem;
  color: #999;
  margin-top: 6px
}

.contact-page {
  padding: 0 0 100px;
  background: var(--gradient-warm)
}

.contact-grid {
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 24px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px
}

.contact-info h3 {
  font-family: var(--font-heading);
  color: var(--maroon-deep);
  font-size: 1.1rem;
  margin-bottom: 10px;
  margin-top: 28px
}

.contact-info h3:first-child {
  margin-top: 0
}

.contact-info p,
.contact-info address {
  color: #666;
  font-size: .95rem;
  line-height: 1.7;
  font-style: normal
}

.contact-info a {
  color: var(--saffron);
  font-weight: 500
}

.contact-form-wrap h3 {
  font-family: var(--font-heading);
  color: var(--maroon-deep);
  font-size: 1.4rem;
  margin-bottom: 24px
}

.contact-form-wrap input,
.contact-form-wrap textarea {
  width: 100%;
  padding: 14px 18px;
  background: var(--white);
  border: 1.5px solid rgba(212, 168, 67, .25);
  border-radius: 10px;
  color: var(--charcoal);
  font-family: var(--font-body);
  font-size: .95rem;
  margin-bottom: 16px;
  outline: none;
  transition: var(--transition-smooth)
}

.contact-form-wrap input:focus,
.contact-form-wrap textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 168, 67, .1)
}

.contact-form-wrap textarea {
  min-height: 130px;
  resize: vertical
}

.contact-form-wrap button {
  padding: 14px 38px;
  border: none;
  cursor: pointer;
  background: var(--gradient-gold);
  color: var(--maroon-deep);
  font-weight: 700;
  font-size: 1rem;
  border-radius: 30px;
  font-family: var(--font-body);
  transition: var(--transition-smooth)
}

.contact-form-wrap button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 168, 67, .35)
}

.form-success {
  display: none;
  margin-top: 16px;
  padding: 14px 18px;
  background: #F0FDF4;
  border-radius: 8px;
  color: #16a34a;
  font-size: .9rem;
  font-weight: 500
}

/* SCROLL ANIMATIONS */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s ease, transform .8s ease
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0)
}

/* RESPONSIVE */
@media(max-width:1024px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center
  }

  .hero-text p {
    margin: 0 auto 40px
  }

  .hero-buttons {
    justify-content: center
  }

  .hero-stats {
    justify-content: center
  }

  .hero {
    height: auto;
    min-height: 100vh;
  }

  .hero-slider-wrap {
    display: grid;
  }

  .hero-slide {
    grid-area: 1 / 1;
    position: relative;
    height: auto;
    justify-content: flex-start;
    flex-direction: column-reverse;
    gap: 30px;
    padding: 130px 32px 100px;
  }

  .hero-image {
    width: 340px;
    height: 380px
  }

  .hero-text {
    max-width: 100%
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .craft-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .craft-card {
    grid-template-columns: 1fr 1fr
  }

  .testimonials-grid {
    grid-template-columns: 1fr 1fr
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .faq-container {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .faq-content {
    position: static
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px
  }

  .product-detail-inner {
    grid-template-columns: 1fr
  }

  .contact-grid {
    grid-template-columns: 1fr
  }
}

@media(max-width:768px) {
  :root {
    --section-padding: 60px 0
  }

  .nav-links {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    background: rgba(26, 10, 10, .98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 80px 32px 40px;
    gap: 24px
  }

  .nav-links.active {
    display: flex
  }

  .nav-toggle {
    display: flex
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 0 16px
  }

  .hero-slide {
    flex-direction: column-reverse;
    padding: 130px 24px 100px;
    gap: 24px;
    text-align: center;
    justify-content: flex-start;
  }

  .hero-image {
    display: block;
    width: 320px;
    max-width: 100%;
    height: auto;
    margin: 10px auto 0;
  }

  .hero-text {
    max-width: 100%;
    align-items: center
  }

  .hero-preheading {
    justify-content: center
  }

  .hero-text h1 {
    font-size: 2.1rem;
    text-align: center
  }

  .hero-text p {
    font-size: .95rem;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
  }

  .hero-buttons {
    justify-content: center;
    flex-direction: column;
    align-items: center
  }

  .hero-stats {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 30px
  }

  .hero-scroll-hint {
    display: none
  }

  .hero-arrow {
    display: none
  }

  .products-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto
  }

  .craft-grid {
    grid-template-columns: 1fr 1fr
  }

  .craft-image {
    min-height: 120px
  }

  .craft-content {
    padding: 14px
  }

  .craft-number {
    font-size: 1.5rem
  }

  .craft-content h3 {
    font-size: .9rem
  }

  .craft-content p {
    font-size: .7rem
  }

  .craft-stats {
    grid-template-columns: repeat(2, 1fr)
  }

  .testimonials-grid {
    grid-template-columns: 1fr
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto
  }

  .gallery-image {
    min-height: 180px
  }

  .about-features {
    grid-template-columns: 1fr
  }

  .about-grid {
    grid-template-columns: 1fr
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center
  }

  .catalogue-header {
    flex-direction: column;
    align-items: flex-start
  }

  .search-bar input {
    width: 100%
  }

  .catalogue-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto
  }

  .faq-container {
    grid-template-columns: 1fr
  }
}