/* ══ Siya Ram Pushp Seva — Sacred Grandeur Design System ══ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  /* Material-first palette — every colour from sacred flowers & puja materials */
  --bg-cream: #FAF3E8;        /* Rajnigandha tuberose petal */
  --bg-stone: #F0E8DA;        /* Ayodhya sandstone */
  --bg-cloth: #EDE0CA;        /* Unbleached puja cloth */
  --bg-ivory: #FFF8EF;        /* Jasmine bud white */
  --text-chandan: #2A1F14;    /* Sandalwood paste darkened */
  --text-garland: #5C4A38;    /* Dried marigold garland */
  --text-ash: #8B7D6B;        /* Agarbatti incense ash */
  --accent-saffron: #E8842A;  /* Fresh genda marigold */
  --accent-kumkum: #B83A2A;   /* Kumkum tilak vermillion */
  --accent-gold: #C9973B;     /* Brass kalash temple gold */
  --accent-lotus: #D4728A;    /* Fresh lotus petal pink */
  --accent-rose: #C4485A;     /* Deep red rose offering */
  --accent-dawn: #D4A46A;     /* Saryu river sunrise amber */
  --accent-diya: #E8A832;     /* Lit diya flame warm gold */
  --border-cloth: #EDE0CA;    /* Puja cloth border */
  --font-display: 'Cormorant Garamond', serif;
  --font-body: 'EB Garamond', serif;
  --font-label: 'Instrument Sans', sans-serif;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg-cream);
  color: var(--text-chandan);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

/* ── Navigation ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 20px 48px;
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(250, 243, 232, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-cloth);
}
.nav-brand {
  font-family: var(--font-display); font-size: 24px; font-weight: 600;
  color: var(--text-chandan); text-decoration: none;
}
.nav-brand span { color: var(--accent-saffron); }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a {
  font-family: var(--font-label); font-size: 11px; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--text-garland); text-decoration: none; transition: color 0.3s;
}
.nav-links a:hover { color: var(--accent-saffron); }
.nav-lang {
  font-family: var(--font-label); font-size: 11px; font-weight: 600;
  letter-spacing: 1px; text-decoration: none;
  color: var(--accent-saffron); border: 1px solid var(--accent-saffron);
  padding: 6px 14px; transition: all 0.3s;
}
.nav-lang:hover { background: var(--accent-saffron); color: var(--bg-cream); }

/* ── Hero ── */
.hero {
  position: relative; min-height: 100vh; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(42,31,20,0.25) 0%, rgba(42,31,20,0.5) 100%);
  z-index: 1;
}
.hero-content {
  position: relative; z-index: 2; text-align: center;
  color: var(--bg-cream); padding: 48px;
  max-width: 800px;
}
.hero-content h1 {
  font-family: var(--font-display); font-size: 64px; font-weight: 600;
  line-height: 1.1; margin-bottom: 20px;
  text-shadow: 0 2px 20px rgba(42,31,20,0.3);
}
.hero-content .subtitle {
  font-family: var(--font-body); font-size: 22px; font-style: italic;
  line-height: 1.5; opacity: 0.92; margin-bottom: 36px;
}

/* ── Buttons ── */
.btn {
  display: inline-block; font-family: var(--font-label);
  font-size: 12px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase;
  text-decoration: none; padding: 16px 40px;
  border: 2px solid var(--text-chandan); color: var(--text-chandan);
  background: transparent; cursor: pointer; transition: all 0.3s;
}
.btn:hover { background: var(--text-chandan); color: var(--bg-cream); }
.btn--light { border-color: var(--bg-cream); color: var(--bg-cream); }
.btn--light:hover { background: var(--bg-cream); color: var(--text-chandan); }
.btn--saffron { border-color: var(--accent-saffron); color: var(--accent-saffron); }
.btn--saffron:hover { background: var(--accent-saffron); color: var(--bg-cream); }
.btn--filled {
  background: var(--accent-saffron); color: var(--bg-cream);
  border: 2px solid var(--accent-saffron);
}
.btn--filled:hover { background: #D07424; border-color: #D07424; }

/* WhatsApp CTA */
.btn--whatsapp {
  background: #25D366; color: #fff; border: 2px solid #25D366;
  display: inline-flex; align-items: center; gap: 10px;
}
.btn--whatsapp:hover { background: #1DA851; border-color: #1DA851; }
.btn--whatsapp svg { width: 18px; height: 18px; fill: currentColor; }

/* ── Sections ── */
.section { padding: 0 48px; }
.section--xl { padding-top: 180px; padding-bottom: 180px; }
.section--lg { padding-top: 140px; padding-bottom: 140px; }
.section--md { padding-top: 100px; padding-bottom: 100px; }
.section--sm { padding-top: 64px; padding-bottom: 64px; }
.section--alt { background: var(--bg-stone); border-top: 3px solid var(--border-cloth); border-bottom: 3px solid var(--border-cloth); }
.section--cloth { background: var(--bg-cloth); }
.section--dark { background: var(--text-chandan); color: var(--bg-cream); }

.section-header {
  text-align: center; max-width: 700px; margin: 0 auto 64px;
}
.section-header .label {
  font-family: var(--font-label); font-size: 11px; font-weight: 500;
  letter-spacing: 2.5px; text-transform: uppercase; color: var(--accent-saffron);
  margin-bottom: 16px;
}
.section-header h2 {
  font-family: var(--font-display); font-size: 46px; font-weight: 500;
  line-height: 1.15; margin-bottom: 20px;
}
.section-header p {
  font-size: 19px; color: var(--text-garland); line-height: 1.7;
}

/* ── Three Pillars ── */
.pillars-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 32px; max-width: 1200px; margin: 0 auto;
}
.pillar-card {
  text-align: center; padding: 48px 32px;
  background: var(--bg-ivory); border: 1px solid var(--border-cloth);
  transition: border-color 0.3s, transform 0.3s;
  text-decoration: none; color: inherit; display: block;
}
.pillar-card:hover { border-color: var(--accent-gold); transform: translateY(-4px); }
.pillar-card img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  margin-bottom: 28px;
}
.pillar-card h3 {
  font-family: var(--font-display); font-size: 28px; font-weight: 500;
  margin-bottom: 12px;
}
.pillar-card p {
  font-size: 16px; color: var(--text-garland); line-height: 1.6;
}

/* ── Split Content ── */
.split {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px;
  max-width: 1200px; margin: 0 auto; align-items: center;
}
.split--reverse { grid-template-columns: 1fr 1.2fr; }
.split img { width: 100%; object-fit: cover; }

.content-block h2 {
  font-family: var(--font-display); font-size: 42px; font-weight: 500;
  margin-bottom: 24px; line-height: 1.15;
}
.content-block h3 {
  font-family: var(--font-display); font-size: 28px; font-weight: 500;
  margin-bottom: 16px;
}
.content-block p {
  font-size: 18px; color: var(--text-garland); line-height: 1.8;
  margin-bottom: 16px;
}
.content-block p:last-child { margin-bottom: 0; }

/* ── Portfolio Gallery ── */
.portfolio-grid {
  display: grid; gap: 24px; max-width: 1300px; margin: 0 auto;
  grid-template-columns: 2fr 1fr;
}
.portfolio-grid img {
  width: 100%; height: 100%; object-fit: cover;
}
.portfolio-grid .tall { grid-row: span 2; }
.portfolio-caption {
  font-family: var(--font-label); font-size: 11px; font-weight: 500;
  letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-ash);
  margin-top: 12px;
}

/* ── Service Cards ── */
.services-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 32px; max-width: 1100px; margin: 0 auto;
}
.service-card {
  display: grid; grid-template-columns: 1fr 1.5fr; gap: 28px;
  padding: 32px; background: var(--bg-ivory);
  border: 1px solid var(--border-cloth); align-items: center;
  text-decoration: none; color: inherit;
  transition: border-color 0.3s;
}
.service-card:hover { border-color: var(--accent-saffron); }
.service-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.service-card h3 {
  font-family: var(--font-display); font-size: 24px; font-weight: 500;
  margin-bottom: 8px;
}
.service-card p {
  font-size: 15px; color: var(--text-garland); line-height: 1.6;
}

/* ── Credential Band ── */
.credential {
  text-align: center; background: var(--bg-stone);
  border-top: 3px solid var(--border-cloth);
  border-bottom: 3px solid var(--border-cloth);
}
.credential .stat-row {
  display: flex; justify-content: center; gap: 64px;
  margin-top: 48px;
}
.credential .stat {
  text-align: center;
}
.credential .stat-number {
  font-family: var(--font-display); font-size: 48px; font-weight: 600;
  color: var(--accent-saffron);
}
.credential .stat-label {
  font-family: var(--font-label); font-size: 11px; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase; color: var(--text-ash);
  margin-top: 8px;
}

/* ── Cities ── */
.cities-row {
  display: flex; justify-content: center; gap: 48px;
  flex-wrap: wrap; max-width: 900px; margin: 0 auto;
}
.city-tag {
  font-family: var(--font-display); font-size: 24px; font-weight: 500;
  color: var(--text-garland);
  padding: 12px 0;
  border-bottom: 2px solid var(--border-cloth);
  transition: color 0.3s, border-color 0.3s;
}
.city-tag:hover { color: var(--accent-saffron); border-color: var(--accent-saffron); }
.city-tag.active { color: var(--accent-saffron); border-color: var(--accent-saffron); }

/* ── Flower Varieties ── */
.flowers-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; max-width: 900px; margin: 0 auto;
}
.flower-item {
  text-align: center; padding: 24px;
}
.flower-item img {
  width: 100%; aspect-ratio: 1; object-fit: cover;
  margin-bottom: 12px;
}
.flower-item p {
  font-family: var(--font-display); font-size: 18px; font-weight: 500;
}

/* ── Testimonials ── */
.testimonial-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 32px; max-width: 1100px; margin: 0 auto;
}
.testimonial {
  padding: 36px; background: var(--bg-ivory);
  border: 1px solid var(--border-cloth);
}
.testimonial blockquote {
  font-family: var(--font-body); font-size: 17px; font-style: italic;
  color: var(--text-garland); line-height: 1.7; margin-bottom: 20px;
}
.testimonial .author {
  font-family: var(--font-label); font-size: 12px; font-weight: 500;
  letter-spacing: 1px; text-transform: uppercase; color: var(--text-ash);
}

/* ── Contact Form ── */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px;
  max-width: 1000px; margin: 0 auto;
}
.contact-form label {
  display: block; font-family: var(--font-label); font-size: 11px;
  font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--text-ash); margin-bottom: 8px; margin-top: 24px;
}
.contact-form label:first-child { margin-top: 0; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; padding: 14px 16px; font-family: var(--font-body); font-size: 16px;
  background: var(--bg-ivory); border: 1px solid var(--border-cloth);
  color: var(--text-chandan); outline: none; transition: border-color 0.3s;
}
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
  border-color: var(--accent-saffron);
}
.contact-form textarea { height: 160px; resize: vertical; }

/* ── Footer ── */
footer {
  position: relative; overflow: hidden;
  padding: 120px 48px 48px; color: var(--bg-cream);
}
footer .footer-bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 0;
}
footer .footer-overlay {
  position: absolute; inset: 0;
  background: rgba(42, 31, 20, 0.85); z-index: 1;
}
footer .footer-content {
  position: relative; z-index: 2; max-width: 1200px; margin: 0 auto;
}
.footer-top {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 80px;
}
.footer-brand {
  font-family: var(--font-display); font-size: 28px; font-weight: 600;
  color: var(--bg-cream); margin-bottom: 12px;
}
.footer-tagline {
  font-family: var(--font-body); font-style: italic; font-size: 16px;
  color: var(--accent-dawn); max-width: 320px;
}
.footer-col h4 {
  font-family: var(--font-label); font-size: 11px; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--accent-dawn); margin-bottom: 20px;
}
.footer-col a {
  display: block; font-family: var(--font-body); font-size: 16px;
  color: var(--bg-cloth); text-decoration: none;
  margin-bottom: 10px; transition: color 0.3s;
}
.footer-col a:hover { color: var(--accent-saffron); }
.footer-bottom {
  border-top: 1px solid rgba(237, 224, 202, 0.2); padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center;
}
.footer-bottom p {
  font-family: var(--font-label); font-size: 11px;
  letter-spacing: 1px; color: var(--accent-dawn);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  nav { padding: 16px 24px; }
  .nav-links { display: none; }
  .section { padding-left: 24px; padding-right: 24px; }
  .hero-content h1 { font-size: 38px; }
  .hero-content .subtitle { font-size: 18px; }
  .pillars-grid { grid-template-columns: 1fr; }
  .split, .split--reverse { grid-template-columns: 1fr; gap: 32px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .credential .stat-row { flex-direction: column; gap: 32px; }
  .cities-row { gap: 24px; }
  .flowers-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .footer-top { flex-direction: column; gap: 40px; }
  .section-header h2 { font-size: 34px; }
  .content-block h2 { font-size: 32px; }
}
