/* ── MOURI CREATION – SHARED STYLES ── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Poppins:wght@300;400;500;600&display=swap');

:root {
  --maroon: #7B1D2E;
  --maroon-dark: #560E1D;
  --maroon-light: #A0263A;
  --gold: #C9922C;
  --gold-light: #E8B84B;
  --gold-pale: #F5E6C8;
  --cream: #FDF8F2;
  --white: #FFFFFF;
  --text-dark: #2A1A1F;
  --text-mid: #5A3A44;
  --text-light: #8A6A74;
  --border: rgba(123,29,46,0.15);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; background: var(--cream); color: var(--text-dark); overflow-x: hidden; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--maroon-light); border-radius: 3px; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(253,248,242,0.96); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 68px; transition: box-shadow .3s;
}
nav.scrolled { box-shadow: 0 4px 30px rgba(123,29,46,0.12); }
.nav-brand { display: flex; flex-direction: column; line-height: 1; text-decoration: none; }
.nav-brand-name { font-family: 'Playfair Display', serif; font-size: 1.35rem; font-weight: 700; color: var(--maroon); letter-spacing: .08em; }
.nav-brand-tag { font-size: .6rem; font-weight: 500; color: var(--gold); letter-spacing: .22em; text-transform: uppercase; margin-top: 1px; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { text-decoration: none; font-size: .82rem; font-weight: 500; color: var(--text-mid); letter-spacing: .06em; text-transform: uppercase; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--maroon); }
.nav-cta { background: var(--maroon); color: #fff !important; padding: .5rem 1.3rem; border-radius: 2px; font-size: .78rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; transition: background .2s; }
.nav-cta:hover { background: var(--maroon-dark) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--maroon); border-radius: 2px; transition: .3s; }
.mobile-menu { display: none; position: fixed; top: 68px; left: 0; right: 0; background: var(--cream); border-bottom: 1px solid var(--border); z-index: 999; padding: 1.5rem 5% 2rem; flex-direction: column; gap: 1.2rem; }
.mobile-menu.open { display: flex; }
.mobile-menu a { text-decoration: none; font-size: .9rem; font-weight: 500; color: var(--text-mid); }
.mobile-menu a:hover { color: var(--maroon); }

/* ── BUTTONS ── */
.btn-primary { background: var(--maroon); color: #fff; padding: .85rem 2rem; font-size: .82rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; border: none; cursor: pointer; text-decoration: none; display: inline-block; transition: background .2s, transform .15s; border-radius: 2px; }
.btn-primary:hover { background: var(--maroon-dark); transform: translateY(-1px); color: #fff; }
.btn-outline { background: transparent; color: var(--maroon); padding: .85rem 2rem; font-size: .82rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; border: 1.5px solid var(--maroon); cursor: pointer; text-decoration: none; display: inline-block; transition: all .2s; border-radius: 2px; }
.btn-outline:hover { background: var(--maroon); color: #fff; }

/* ── SECTION BASICS ── */
section { padding: 6rem 5%; }
.section-label { font-size: .68rem; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: .6rem; margin-bottom: .8rem; }
.section-label::after { content: ''; height: 1px; width: 36px; background: var(--gold-light); }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; color: var(--maroon-dark); line-height: 1.25; margin-bottom: .6rem; }
.section-sub { color: var(--text-light); font-size: .92rem; line-height: 1.75; max-width: 520px; margin-bottom: 3rem; }
.center { text-align: center; }
.center .section-label { justify-content: center; }
.center .section-label::before { content: ''; height: 1px; width: 36px; background: var(--gold-light); }
.center .section-sub { margin-left: auto; margin-right: auto; }
.gold-divider { width: 60px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); margin: .8rem 0 1.5rem; }
.center .gold-divider { margin: .8rem auto 1.5rem; }

/* ── FOOTER ── */
footer { background: var(--maroon-dark); color: rgba(253,248,242,.75); }
.footer-top { padding: 4rem 5%; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2.5rem; }
.footer-brand-name { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: var(--cream); letter-spacing: .08em; }
.footer-brand-tag { font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-light); margin-top: 3px; margin-bottom: 1rem; }
.footer-about { font-size: .8rem; line-height: 1.75; color: rgba(253,248,242,.5); margin-top: .6rem; }
.footer-col-title { font-size: .7rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 1rem; }
.footer-col a { display: block; font-size: .8rem; color: rgba(253,248,242,.55); text-decoration: none; margin-bottom: .55rem; transition: color .2s; }
.footer-col a:hover { color: var(--cream); }
.footer-contact-item { display: flex; gap: .6rem; font-size: .8rem; color: rgba(253,248,242,.55); margin-bottom: .7rem; }
.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,.08); margin: 0 5%; }
.footer-bottom { padding: 1.4rem 5%; display: flex; justify-content: space-between; align-items: center; font-size: .75rem; color: rgba(253,248,242,.4); flex-wrap: wrap; gap: .5rem; }
.footer-gstin { font-family: 'Poppins', monospace; color: rgba(201,146,44,.7); }

/* ── FLOATING BUTTONS ── */
.float-wa { position: fixed; bottom: 2rem; right: 2rem; z-index: 999; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 1.5rem; box-shadow: 0 6px 24px rgba(37,211,102,.45); transition: transform .2s, box-shadow .2s; }
.float-wa:hover { transform: scale(1.1); box-shadow: 0 8px 30px rgba(37,211,102,.55); }
.float-call { display: none; position: fixed; bottom: 6.5rem; right: 2rem; z-index: 999; padding: .55rem 1.1rem; background: var(--maroon); color: #fff; border-radius: 30px; font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; box-shadow: 0 6px 24px rgba(123,29,46,.4); white-space: nowrap; transition: transform .2s; }
.float-call:hover { transform: scale(1.05); color: #fff; }

/* ── PAGE HERO (sub-pages) ── */
.page-hero { padding: 7rem 5% 4rem; background: var(--maroon-dark); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 50%, rgba(201,146,44,0.15) 0%, transparent 60%); }
.page-hero-inner { position: relative; z-index: 1; }
.page-hero .breadcrumb { font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(253,248,242,.5); margin-bottom: 1rem; }
.page-hero .breadcrumb a { color: var(--gold-light); text-decoration: none; }
.page-hero .breadcrumb a:hover { color: var(--cream); }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; color: var(--cream); line-height: 1.2; margin-bottom: .6rem; }
.page-hero h1 em { font-style: italic; color: var(--gold-light); }
.page-hero p { color: rgba(253,248,242,.6); font-size: .9rem; max-width: 480px; line-height: 1.75; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  section { padding: 4rem 5%; }
  .footer-top { grid-template-columns: 1fr; }
  .float-call { display: block; }
}
