/*
Theme Name:  Sindhi Ghoriwala Royal
Theme URI:   https://sindhighoriwala.com
Author:      Sindhi Hira Nand Ghori Wala
Author URI:  https://sindhighoriwala.com
Description: Royal Baraat theme for Sindhi Ghoriwala – Est. 1948. Deep maroon and gold palette with traditional Indian wedding aesthetic.
Version:     1.0
License:     GNU General Public License v2 or later
Text Domain: sindhighoriwala
Tags:        wedding, custom-menu, featured-images, full-width-template
*/

/* =============================================
   RESET & BASE
   =============================================*/
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --maroon:      #7A1C1C;
  --maroon-dark: #5A1010;
  --maroon-light:#9B2A2A;
  --gold:        #C9A84C;
  --gold-light:  #E5C76A;
  --gold-pale:   #F5EDCF;
  --ivory:       #FAF7F0;
  --ivory-dark:  #F0EAD8;
  --charcoal:    #1C1410;
  --muted:       #6B5B4E;
  --orange:      #D4722A;
  --white:       #ffffff;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--ivory);
  color: var(--charcoal);
  font-size: 16px;
  line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* =============================================
   TYPOGRAPHY
   =============================================*/
h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  line-height: 1.2;
}

/* =============================================
   UTILITY CLASSES
   =============================================*/
.container       { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-eyebrow { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; font-family: 'Inter', sans-serif; }
.gold-eyebrow    { color: var(--gold); }
.orange-eyebrow  { color: var(--orange); }
.section-pad     { padding: 72px 0; }
.text-center     { text-align: center; }
.text-gold       { color: var(--gold); }
.text-maroon     { color: var(--maroon); }
.text-muted      { color: var(--muted); }
.bg-ivory        { background: var(--ivory); }
.bg-ivory-dark   { background: var(--ivory-dark); }
.bg-maroon       { background: var(--maroon); }
.bg-maroon-dark  { background: var(--maroon-dark); }
.bg-charcoal     { background: var(--charcoal); }

.btn-gold {
  display: inline-block;
  background: var(--gold);
  color: var(--maroon-dark);
  font-size: 13px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  transition: background 0.2s;
}
.btn-gold:hover { background: var(--gold-light); }

.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--gold);
  font-size: 13px;
  font-weight: 500;
  padding: 13px 28px;
  border-radius: 2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(201,168,76,0.5);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold-light); }

.btn-maroon {
  display: inline-block;
  background: var(--maroon);
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  padding: 13px 28px;
  border-radius: 2px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  transition: background 0.2s;
}
.btn-maroon:hover { background: var(--maroon-light); }

/* =============================================
   DIVIDER
   =============================================*/
.mandala-divider {
  display: flex;
  align-items: center;
  padding: 18px 0;
  gap: 16px;
}
.mandala-divider .line { flex: 1; height: 1px; background: var(--gold); opacity: 0.4; }
.mandala-divider .center { color: var(--gold); font-size: 20px; letter-spacing: 6px; }

/* =============================================
   HERO
   =============================================*/
#hero {
  background: var(--maroon-dark);
  position: relative;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  align-items: center;
}
#hero .hero-bg-pattern {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    45deg, transparent, transparent 48px,
    rgba(201,168,76,0.04) 48px, rgba(201,168,76,0.04) 96px
  );
}
#hero .container {
  position: relative; z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
#hero .hero-left { flex: 1; padding: 64px 0; }
#hero .hero-eyebrow { color: var(--gold); margin-bottom: 18px; }
#hero h1 { font-size: 56px; color: var(--white); margin-bottom: 20px; }
#hero h1 em { color: var(--gold); font-style: italic; }
#hero .hero-sub { font-size: 15px; color: rgba(255,255,255,0.65); max-width: 420px; line-height: 1.75; margin-bottom: 32px; }
#hero .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
#hero .hero-right { display: flex; flex-direction: column; gap: 14px; padding: 64px 0; }
.hero-badge {
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 4px;
  padding: 18px 24px;
  text-align: center;
  min-width: 130px;
}
.hero-badge .num { font-family: 'Playfair Display', serif; font-size: 34px; color: var(--gold); font-weight: 700; display: block; }
.hero-badge .lbl { font-size: 10px; color: rgba(255,255,255,0.6); letter-spacing: 1.5px; text-transform: uppercase; }

/* =============================================
   ABOUT
   =============================================*/
#about .about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
#about h2 { font-size: 38px; color: var(--maroon); margin: 12px 0 18px; }
#about p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 14px; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat-card {
  background: var(--maroon);
  color: var(--white);
  border-radius: 4px;
  padding: 28px 20px;
  text-align: center;
}
.stat-card .num { font-family: 'Playfair Display', serif; font-size: 36px; color: var(--gold); font-weight: 700; display: block; }
.stat-card .lbl { font-size: 12px; color: rgba(255,255,255,0.65); margin-top: 6px; letter-spacing: 0.5px; }
.stat-card.wide { grid-column: span 2; background: var(--maroon-dark); }

/* =============================================
   SERVICES
   =============================================*/
#services { background: var(--maroon-dark); }
#services h2 { font-size: 38px; color: var(--gold); margin: 12px 0 8px; }
#services .services-sub { font-size: 14px; color: rgba(255,255,255,0.55); margin-bottom: 48px; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.svc-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,168,76,0.15);
  padding: 32px 20px;
  text-align: center;
  transition: background 0.2s, border-color 0.2s;
  cursor: pointer;
}
.svc-card:hover { background: rgba(201,168,76,0.1); border-color: rgba(201,168,76,0.4); }
.svc-icon { font-size: 36px; margin-bottom: 14px; display: block; }
.svc-card h3 { font-family: 'Playfair Display', serif; font-size: 17px; color: var(--white); font-weight: 600; margin-bottom: 8px; }
.svc-card p { font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.5; margin-bottom: 14px; }
.svc-book { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); font-weight: 600; }

/* =============================================
   GALLERY
   =============================================*/
#gallery { background: var(--ivory-dark); }
#gallery h2 { font-size: 38px; color: var(--maroon); margin: 12px 0 8px; }
.gallery-filters { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.filter-btn {
  background: transparent;
  border: 1px solid rgba(122,28,28,0.3);
  color: var(--maroon);
  font-size: 12px;
  padding: 8px 20px;
  border-radius: 2px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.5px;
  transition: all 0.2s;
}
.filter-btn.active, .filter-btn:hover { background: var(--maroon); color: var(--gold); border-color: var(--maroon); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.gallery-item { overflow: hidden; border-radius: 2px; aspect-ratio: 4/3; position: relative; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.gallery-item:hover img { transform: scale(1.05); }

/* =============================================
   LEGACY
   =============================================*/
#legacy { background: var(--ivory-dark); }
#legacy .legacy-inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
  align-items: center;
}
.legacy-visual {
  background: var(--maroon);
  border-radius: 4px;
  padding: 48px 40px;
  text-align: center;
}
.legacy-visual .big-year { font-family: 'Playfair Display', serif; font-size: 96px; color: var(--gold); font-weight: 700; line-height: 1; display: block; }
.legacy-visual .est { font-size: 12px; color: rgba(255,255,255,0.6); letter-spacing: 3px; text-transform: uppercase; margin-top: 6px; }
.legacy-visual .founder { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--white); margin-top: 20px; font-style: italic; }
#legacy h2 { font-size: 34px; color: var(--maroon); margin: 12px 0 18px; }
#legacy p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.legacy-quote {
  background: var(--gold-pale);
  border-left: 4px solid var(--gold);
  padding: 16px 20px;
  font-size: 14px;
  color: var(--charcoal);
  line-height: 1.7;
  border-radius: 0 4px 4px 0;
  font-style: italic;
}

/* =============================================
   TESTIMONIALS
   =============================================*/
#testimonials { background: var(--maroon); }
#testimonials h2 { font-size: 38px; color: var(--gold); margin: 12px 0 48px; }
.testi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.testi-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 4px;
  padding: 28px;
}
.testi-stars { color: var(--gold); font-size: 14px; margin-bottom: 14px; letter-spacing: 2px; }
.testi-card p { font-size: 14px; color: rgba(255,255,255,0.78); line-height: 1.75; font-style: italic; margin-bottom: 18px; }
.testi-author { font-size: 13px; color: var(--gold-light); font-weight: 500; }
.testi-loc { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 2px; }

/* =============================================
   BRANCHES / LOCATIONS
   =============================================*/
#locations { background: var(--ivory); }
#locations h2 { font-size: 38px; color: var(--maroon); margin: 12px 0 8px; }
.branches-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 48px; }
.branch-card {
  background: var(--white);
  border: 1px solid rgba(122,28,28,0.15);
  border-top: 4px solid var(--gold);
  border-radius: 4px;
  padding: 36px 32px;
}
.branch-badge {
  display: inline-block;
  background: var(--gold-pale);
  color: var(--maroon);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 2px;
  margin-bottom: 16px;
}
.branch-card h3 { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--maroon); margin-bottom: 6px; }
.branch-head { font-size: 13px; color: var(--muted); font-style: italic; margin-bottom: 20px; }
.branch-detail { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; }
.branch-detail .icon {
  width: 34px; height: 34px;
  background: var(--maroon);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 15px;
  flex-shrink: 0;
}
.branch-detail .text { font-size: 13px; color: var(--muted); line-height: 1.6; }
.branch-detail .text strong { color: var(--charcoal); font-size: 13px; display: block; margin-bottom: 1px; }
.branch-cta { margin-top: 24px; }

/* =============================================
   CONTACT FORM
   =============================================*/
#contact { background: var(--ivory-dark); }
#contact .contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
#contact h2 { font-size: 38px; color: var(--maroon); margin: 12px 0 32px; }
.contact-form .form-group { margin-bottom: 18px; }
.contact-form label { display: block; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; font-weight: 500; }
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  background: var(--white);
  border: 1px solid rgba(122,28,28,0.2);
  border-radius: 2px;
  padding: 12px 14px;
  font-size: 14px;
  color: var(--charcoal);
  font-family: 'Inter', sans-serif;
  outline: none;
  transition: border-color 0.2s;
}
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--maroon); }
.contact-form textarea { resize: vertical; min-height: 110px; }
.contact-form button { width: 100%; margin-top: 8px; }

/* =============================================
   FOOTER
   =============================================*/
#footer { background: var(--charcoal); padding: 64px 0 0; }
#footer .footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--gold); font-weight: 700; margin-bottom: 12px; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; margin-bottom: 20px; }
.footer-social { display: flex; gap: 14px; }
.footer-social a { color: rgba(255,255,255,0.5); font-size: 20px; transition: color 0.2s; }
.footer-social a:hover { color: var(--gold); }
.footer-col h4 { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 18px; font-weight: 600; font-family: 'Inter', sans-serif; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold); }
.footer-bottom {
  background: #0D0A08;
  padding: 16px 0;
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.3);
}

/* =============================================
   FLOATING BUTTONS
   =============================================*/
.float-btns { position: fixed; bottom: 28px; right: 28px; display: flex; flex-direction: column; gap: 12px; z-index: 999; }
.float-btn {
  width: 52px; height: 52px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
  text-decoration: none;
}
.float-wa { background: #25D366; color: white; }
.float-call { background: var(--maroon); color: var(--gold); font-size: 20px; }



/* =============================================
   RESPONSIVE
   =============================================*/
@media (max-width: 900px) {
  #hero .container { flex-direction: column; }
  #hero .hero-right { flex-direction: row; gap: 12px; }
  .hero-badge { flex: 1; }
  #about .about-inner, #legacy .legacy-inner, #contact .contact-inner { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-grid, .branches-grid { grid-template-columns: 1fr; }
  #footer .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  #hero h1 { font-size: 38px; }
}
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  #footer .footer-inner { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr 1fr; }
}
