/* ===== BondMaster Pro — Premium Styles ===== */
/* Aesthetic: Refined Industrial Luxury — warm stone, deep slate, gold accents */

:root {
  --ink: #1a1714;
  --ink2: #3a342e;
  --ink3: #6b5e54;
  --stone: #f5f0ea;
  --stone2: #ece5db;
  --stone3: #d4c9bc;
  --gold: #c49a3c;
  --gold2: #e8b84b;
  --gold3: #f5d88a;
  --green: #2d6a4f;
  --green2: #40916c;
  --red: #c1440e;
  --white: #fefcf9;
  --shadow-sm: 0 2px 8px rgba(26,23,20,0.08);
  --shadow-md: 0 8px 32px rgba(26,23,20,0.12);
  --shadow-lg: 0 20px 60px rgba(26,23,20,0.16);
  --radius: 12px;
  --radius-lg: 20px;
}

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

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--ink);
  overflow-x: hidden;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 760px; }

em { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 400; }

/* ===== NAVBAR ===== */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(254,252,249,0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--stone2);
  transition: all 0.3s;
}
#navbar.scrolled { box-shadow: var(--shadow-md); }

.nav-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 32px;
  height: 70px; display: flex; align-items: center; justify-content: space-between;
}

.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-mark {
  width: 44px; height: 44px; background: var(--ink);
  color: var(--gold); font-family: 'Cormorant Garamond', serif;
  font-size: 18px; font-weight: 700; border-radius: 10px;
  display: flex; align-items: center; justify-content: center; letter-spacing: 1px;
}
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-main { font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 18px; color: var(--ink); }
.logo-sub { font-size: 10px; color: var(--ink3); letter-spacing: 0.5px; margin-top: 2px; }

.nav-links {
  display: flex; align-items: center; gap: 8px; list-style: none;
}
.nav-links a {
  text-decoration: none; color: var(--ink2); font-size: 14px; font-weight: 500;
  padding: 8px 14px; border-radius: 8px; transition: all 0.2s;
}
.nav-links a:hover { background: var(--stone); color: var(--ink); }
.nav-admin { color: var(--ink3) !important; font-size: 13px !important; }
.nav-cta {
  background: var(--ink) !important; color: var(--white) !important;
  padding: 9px 20px !important; border-radius: 8px !important;
}
.nav-cta:hover { background: var(--gold) !important; color: var(--ink) !important; }

.nav-hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 8px;
}
.nav-hamburger span {
  width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: 0.3s;
}

.nav-mobile {
  display: none; flex-direction: column; padding: 16px 24px 20px;
  background: var(--white); border-top: 1px solid var(--stone2);
}
.nav-mobile a {
  padding: 12px 0; text-decoration: none; color: var(--ink2);
  font-weight: 500; border-bottom: 1px solid var(--stone);
}
.nav-mobile.open { display: flex; }

/* ===== HERO ===== */
#hero {
  min-height: 100vh; position: relative; display: flex;
  align-items: center; padding-top: 70px; overflow: hidden;
  background: var(--white);
}

.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(var(--stone2) 1px, transparent 1px),
    linear-gradient(90deg, var(--stone2) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
}
.hero-blob {
  position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.25;
}
.blob1 {
  width: 600px; height: 600px; right: -200px; top: -200px;
  background: radial-gradient(circle, var(--gold2), transparent 70%);
  animation: blobFloat 8s ease-in-out infinite alternate;
}
.blob2 {
  width: 400px; height: 400px; left: -100px; bottom: 0;
  background: radial-gradient(circle, var(--stone3), transparent 70%);
  animation: blobFloat 10s ease-in-out infinite alternate-reverse;
}
@keyframes blobFloat { from { transform: translate(0,0) scale(1); } to { transform: translate(30px,-30px) scale(1.05); } }

.hero-content {
  position: relative; z-index: 2; max-width: 720px;
  margin: 0 auto; padding: 60px 32px 120px;
  text-align: center;
}

.hero-badge {
  display: inline-block; background: var(--stone); border: 1px solid var(--stone3);
  color: var(--ink2); font-size: 13px; font-weight: 500;
  padding: 8px 20px; border-radius: 100px; margin-bottom: 32px;
  letter-spacing: 0.3px;
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 8vw, 96px);
  font-weight: 300; line-height: 1.05; margin-bottom: 24px;
  color: var(--ink);
}
.hero-title .line1 { display: block; }
.hero-title .line2 {
  display: block; font-style: italic; font-weight: 600;
  color: var(--gold);
}

.hero-sub {
  font-size: 18px; color: var(--ink3); line-height: 1.7;
  margin-bottom: 40px; max-width: 560px; margin-left: auto; margin-right: auto;
}

.hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 60px; }

.btn-primary {
  display: inline-block; background: var(--ink); color: var(--white);
  padding: 14px 32px; border-radius: 10px; text-decoration: none;
  font-weight: 600; font-size: 15px; border: 2px solid var(--ink);
  cursor: pointer; transition: all 0.25s; letter-spacing: 0.3px;
}
.btn-primary:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.btn-primary.full { width: 100%; text-align: center; }

.btn-ghost {
  display: inline-block; background: transparent; color: var(--ink);
  padding: 14px 28px; border-radius: 10px; text-decoration: none;
  font-weight: 500; font-size: 15px; border: 2px solid var(--stone3);
  cursor: pointer; transition: all 0.25s;
}
.btn-ghost:hover { border-color: var(--ink); }

.hero-stats {
  display: flex; align-items: center; justify-content: center; gap: 32px;
  padding: 28px 40px; background: var(--stone);
  border-radius: var(--radius-lg); border: 1px solid var(--stone2);
  flex-wrap: wrap;
}
.stat { display: flex; flex-direction: column; align-items: center; }
.stat-num {
  font-family: 'Cormorant Garamond', serif; font-size: 36px;
  font-weight: 700; color: var(--ink); line-height: 1;
}
.stat-label { font-size: 13px; color: var(--ink3); margin-top: 4px; }
.stat-div { width: 1px; height: 48px; background: var(--stone3); }

.hero-scroll {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: var(--ink3); font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
}
.scroll-line {
  width: 1px; height: 50px; background: linear-gradient(to bottom, var(--ink3), transparent);
  animation: scrollAnim 2s ease-in-out infinite;
}
@keyframes scrollAnim { 0%,100%{height:50px;opacity:1} 50%{height:30px;opacity:0.5} }

/* ===== MARQUEE ===== */
.marquee-wrap {
  background: var(--ink); padding: 16px 0; overflow: hidden;
  border-top: 2px solid var(--gold); border-bottom: 2px solid var(--gold);
}
.marquee-track {
  display: flex; gap: 32px; white-space: nowrap;
  animation: marqueeScroll 25s linear infinite;
  width: max-content;
}
.marquee-track span {
  color: var(--stone); font-size: 13px; font-weight: 500;
  letter-spacing: 1px; text-transform: uppercase;
}
.marquee-track span:nth-child(even) { color: var(--gold); }
@keyframes marqueeScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== SECTIONS COMMON ===== */
section { padding: 100px 0; }

.section-eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 16px;
}
.section-eyebrow.center { text-align: center; }

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 500; line-height: 1.1;
  color: var(--ink); margin-bottom: 32px;
}
.section-title.center { text-align: center; }

/* ===== ABOUT ===== */
#about { background: var(--stone); }

.about-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}

.about-visual { display: flex; gap: 16px; }
.about-img-frame {
  flex: 1; border-radius: var(--radius-lg); overflow: hidden;
  position: relative; min-height: 420px;
  box-shadow: var(--shadow-lg);
}
.about-img-frame.small { flex: 0 0 140px; min-height: 300px; align-self: flex-end; }
.about-img-placeholder {
  width: 100%; height: 100%; min-height: 420px;
  background: var(--stone2); display: flex; flex-direction: column;
  align-items: center; justify-content: center; color: var(--ink3);
  gap: 8px; text-align: center; padding: 20px;
}
.about-img-placeholder.dark { background: var(--stone3); min-height: 300px; }
.img-icon { font-size: 48px; }
.about-img-placeholder p { font-weight: 600; color: var(--ink2); }
.about-img-placeholder small { font-size: 12px; }

.about-badge-float {
  position: absolute; bottom: 20px; left: 20px;
  background: var(--gold); color: var(--ink);
  padding: 12px 16px; border-radius: var(--radius);
  font-weight: 700; font-size: 14px; text-align: center;
  box-shadow: var(--shadow-md);
}
.about-badge-float small { display: block; font-size: 11px; font-weight: 400; }

.about-content .section-title { margin-bottom: 20px; }

.about-lead {
  font-size: 17px; line-height: 1.75; color: var(--ink2);
  margin-bottom: 16px; font-weight: 400;
}
.about-body { color: var(--ink3); line-height: 1.8; margin-bottom: 32px; }

.about-pillars { display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
.pillar { display: flex; gap: 16px; align-items: flex-start; }
.pillar-icon { font-size: 28px; width: 50px; text-align: center; flex-shrink: 0; margin-top: 4px; }
.pillar strong { display: block; font-weight: 600; color: var(--ink); margin-bottom: 2px; }
.pillar p { color: var(--ink3); font-size: 14px; }

.about-logos { display: flex; gap: 12px; flex-wrap: wrap; }
.logo-slot {
  padding: 10px 20px; border: 2px solid var(--stone3);
  border-radius: 8px; font-weight: 700; font-size: 14px;
  color: var(--ink3); letter-spacing: 1px;
  /* Replace text with <img> tag for actual logos */
}
.logo-slot:hover { border-color: var(--gold); color: var(--gold); }

/* ===== SERVICES ===== */
#services { background: var(--white); }

.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 48px;
}

.service-card {
  padding: 32px; background: var(--stone);
  border-radius: var(--radius-lg); border: 1px solid var(--stone2);
  text-decoration: none; color: inherit;
  transition: all 0.3s; position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; inset: 0;
  background: var(--ink); opacity: 0; transition: opacity 0.3s;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.service-card:hover::before { opacity: 0.03; }
.service-card:hover .service-link { color: var(--gold); }

.service-icon { font-size: 36px; margin-bottom: 16px; display: block; }
.service-card h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 22px;
  font-weight: 600; margin-bottom: 10px; color: var(--ink);
}
.service-card p { font-size: 14px; color: var(--ink3); line-height: 1.7; margin-bottom: 20px; }
.service-link { font-size: 14px; font-weight: 600; color: var(--ink2); transition: color 0.2s; }

/* ===== HERBAL AD ===== */
#herbal-ad {
  padding: 0; overflow: hidden;
  background: linear-gradient(135deg, #0f2b1a 0%, #1a4a2e 40%, #0d3320 70%, #071a0e 100%);
}
.herbal-inner {
  position: relative; display: grid; grid-template-columns: 1fr 400px;
  max-width: 1200px; margin: 0 auto; padding: 80px 48px;
  align-items: center; gap: 60px;
}
.herbal-glow {
  position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(164,205,80,0.15), transparent 70%);
  pointer-events: none;
}
.herbal-badge {
  display: inline-block; background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #a4cd50; font-size: 12px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 8px 20px; border-radius: 100px; margin-bottom: 16px;
}
.herbal-tagline { color: rgba(255,255,255,0.5); font-size: 14px; margin-bottom: 8px; }
.herbal-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 6vw, 72px); font-weight: 300;
  color: #fff; line-height: 1.0; margin-bottom: 24px;
}
.herbal-title em { color: #a4cd50; }
.herbal-desc { color: rgba(255,255,255,0.7); font-size: 16px; line-height: 1.75; margin-bottom: 28px; }
.herbal-features {
  display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px;
}
.herbal-features span {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.8); padding: 6px 14px; border-radius: 100px; font-size: 13px;
}
.herbal-pricing { display: flex; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.herbal-price {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius); padding: 16px 24px; text-align: center;
}
.herbal-price.featured {
  background: rgba(164,205,80,0.15); border-color: rgba(164,205,80,0.4);
  position: relative;
}
.price-label { display: block; font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 4px; }
.price-val { display: block; font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 700; color: #fff; }
.price-save { display: block; font-size: 11px; color: #a4cd50; margin-top: 4px; }
.herbal-herbs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 36px; }
.herbal-herbs span {
  color: rgba(255,255,255,0.45); font-size: 12px;
  border: 1px solid rgba(255,255,255,0.1); padding: 3px 10px; border-radius: 100px;
}
.btn-herbal {
  display: inline-block; background: #a4cd50; color: #0f2b1a;
  padding: 16px 36px; border-radius: 10px; text-decoration: none;
  font-weight: 700; font-size: 16px; transition: all 0.25s; border: none; cursor: pointer;
}
.btn-herbal:hover { background: #c5e575; transform: translateY(-2px); }

/* Tea Cup Art */
.herbal-visual { position: relative; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.tea-cup-art { position: relative; display: flex; flex-direction: column; align-items: center; }
.cup-body {
  width: 160px; height: 120px; background: linear-gradient(135deg, #2a5c3f, #1a3d2a);
  border-radius: 10px 10px 30px 30px;
  border: 2px solid rgba(164,205,80,0.3);
  position: relative; overflow: hidden;
}
.tea-liquid {
  position: absolute; bottom: 0; left: 0; right: 0; height: 60%;
  background: linear-gradient(to top, #2d5a1e, #4a7c35);
  border-radius: 0 0 28px 28px;
}
.tea-steam {
  position: absolute; bottom: 100%; width: 3px; background: rgba(255,255,255,0.15);
  border-radius: 4px; animation: steamRise 2s ease-out infinite;
}
.s1 { left: 30%; height: 30px; animation-delay: 0s; }
.s2 { left: 50%; height: 45px; animation-delay: 0.5s; }
.s3 { left: 65%; height: 25px; animation-delay: 1s; }
@keyframes steamRise {
  0% { transform: translateY(0); opacity: 0.8; }
  100% { transform: translateY(-40px); opacity: 0; }
}
.herb-float {
  position: absolute; font-size: 20px; z-index: 2;
  animation: herbBob 3s ease-in-out infinite alternate;
}
.h1 { top: 20px; left: 15px; }
.h2 { top: 10px; right: 20px; animation-delay: 1s; }
.h3 { top: 30px; left: 50%; }
@keyframes herbBob { from { transform: translateY(0); } to { transform: translateY(-8px); } }
.cup-saucer {
  width: 200px; height: 20px;
  background: linear-gradient(to bottom, #2a5c3f, #1a3d2a);
  border-radius: 50%; margin-top: -4px;
  border: 2px solid rgba(164,205,80,0.2);
}
.herbal-img-placeholder {
  background: rgba(255,255,255,0.05); border: 1px dashed rgba(255,255,255,0.2);
  border-radius: var(--radius); padding: 20px; text-align: center;
  color: rgba(255,255,255,0.4); width: 100%;
}

/* ===== PROJECTS ===== */
#projects { background: var(--ink); }
#projects .section-eyebrow { color: var(--gold); }
#projects .section-title { color: var(--white); }

.projects-grid {
  display: grid; grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto; gap: 20px; margin-top: 48px;
}

.project-card {
  background: rgba(255,255,255,0.05); border-radius: var(--radius-lg);
  border: 1px solid rgba(255,255,255,0.08); overflow: hidden;
  transition: all 0.3s; cursor: pointer;
}
.project-card:hover { transform: translateY(-4px); background: rgba(255,255,255,0.08); }
.project-card.large { grid-column: span 7; grid-row: span 2; }
.project-card:not(.large) { grid-column: span 5; }

.project-img-ph {
  height: 220px; background: rgba(255,255,255,0.04);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  color: rgba(255,255,255,0.2); gap: 8px; font-size: 14px;
}
.project-card.large .project-img-ph { height: 280px; }
.project-img-ph span { font-size: 48px; }

.project-info { padding: 24px; }
.project-tag {
  background: rgba(196,154,60,0.2); color: var(--gold3);
  font-size: 11px; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; padding: 4px 12px; border-radius: 100px;
  display: inline-block; margin-bottom: 12px;
}
.project-info h3 { color: var(--white); font-size: 18px; font-weight: 600; margin-bottom: 10px; }
.project-card.large .project-info h3 { font-size: 22px; }
.project-info p { color: rgba(255,255,255,0.55); font-size: 14px; line-height: 1.7; margin-bottom: 16px; }
.project-meta { display: flex; gap: 16px; flex-wrap: wrap; }
.project-meta span { color: rgba(255,255,255,0.35); font-size: 13px; }

/* ===== ENQUIRY ===== */
#enquiry { background: var(--stone); }
.enquiry-wrapper { display: grid; grid-template-columns: 420px 1fr; gap: 80px; align-items: start; }
.enquiry-left .section-title { margin-bottom: 20px; }
.enquiry-left > p { color: var(--ink3); line-height: 1.8; margin-bottom: 28px; }
.enquiry-perks { display: flex; flex-direction: column; gap: 10px; margin-bottom: 40px; }
.perk { font-size: 15px; color: var(--ink2); font-weight: 500; }

.social-title { font-weight: 600; color: var(--ink2); margin-bottom: 16px; }
.social-icons { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.social-btn {
  width: 44px; height: 44px; border-radius: 10px; display: flex;
  align-items: center; justify-content: center;
  text-decoration: none; transition: all 0.2s;
  border: 1px solid var(--stone3); color: var(--ink3);
}
.social-btn svg { width: 20px; height: 20px; }
.social-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.social-btn.fb:hover { background: #1877f2; color: #fff; border-color: #1877f2; }
.social-btn.ig:hover { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); color: #fff; border-color: transparent; }
.social-btn.yt:hover { background: #ff0000; color: #fff; border-color: #ff0000; }
.social-btn.wa:hover { background: #25d366; color: #fff; border-color: #25d366; }
.social-btn.im { font-weight: 800; font-size: 12px; }
.social-btn.im:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.im-icon {
  padding: 6px 12px; background: var(--stone); border: 1px solid var(--stone3);
  border-radius: 8px; font-weight: 800; font-size: 12px; color: var(--ink3);
  text-decoration: none; transition: all 0.2s;
}
.im-icon:hover { background: var(--gold); color: var(--ink); }
.indiamart-link {
  display: inline-block; background: var(--gold); color: var(--ink);
  padding: 12px 24px; border-radius: 10px; text-decoration: none;
  font-weight: 700; font-size: 14px; transition: all 0.2s;
}
.indiamart-link:hover { background: var(--gold2); transform: translateY(-2px); }

/* ===== FORMS ===== */
.form-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 36px; border: 1px solid var(--stone2);
  box-shadow: var(--shadow-md);
}
.form-title {
  font-family: 'Cormorant Garamond', serif; font-size: 28px;
  font-weight: 600; margin-bottom: 28px; color: var(--ink);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: 13px; font-weight: 600; color: var(--ink2); }
.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px; border: 1.5px solid var(--stone2);
  border-radius: 10px; font-size: 15px; font-family: 'DM Sans', sans-serif;
  color: var(--ink); background: var(--white); transition: all 0.2s;
  outline: none; width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold); box-shadow: 0 0 0 3px rgba(196,154,60,0.1);
}
.form-group input.error,
.form-group select.error,
.form-group textarea.error { border-color: var(--red); }
.form-error { color: var(--red); font-size: 12px; min-height: 16px; display: block; }
.form-note { text-align: center; color: var(--ink3); font-size: 13px; margin-top: 12px; }
.form-hint { color: var(--ink3); font-size: 12px; }

.checkbox-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 4px;
}
.checkbox-label {
  display: flex; align-items: center; gap: 8px; font-size: 14px;
  cursor: pointer; padding: 8px 12px; border-radius: 8px;
  border: 1px solid var(--stone2); transition: all 0.2s;
}
.checkbox-label:hover { border-color: var(--gold); background: rgba(196,154,60,0.05); }
.checkbox-label input { width: auto; margin: 0; }

/* ===== REVIEWS ===== */
#reviews { background: var(--white); }

.reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 60px;
  margin-top: 48px;
}

.review-card {
  background: var(--stone); border-radius: var(--radius-lg);
  padding: 28px; border: 1px solid var(--stone2);
  transition: all 0.3s; position: relative;
}
.review-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.review-stars { color: var(--gold); font-size: 20px; margin-bottom: 12px; }
.review-text { color: var(--ink2); line-height: 1.75; font-size: 15px; margin-bottom: 20px; }
.review-author { display: flex; align-items: center; gap: 12px; }
.review-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--stone3); display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--ink2); font-size: 16px; flex-shrink: 0;
}
.review-name { font-weight: 600; color: var(--ink); font-size: 14px; }
.review-meta { font-size: 12px; color: var(--ink3); }
.review-product {
  position: absolute; top: 20px; right: 20px;
  background: rgba(196,154,60,0.12); color: var(--gold);
  font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 100px;
}

.add-review-wrap { margin-top: 20px; }
.add-review-wrap h3 {
  font-family: 'Cormorant Garamond', serif; font-size: 32px;
  text-align: center; margin-bottom: 32px;
}

.star-picker { display: flex; gap: 4px; cursor: pointer; }
.star-picker span {
  font-size: 28px; color: var(--stone3); transition: color 0.15s; user-select: none;
}
.star-picker span.active { color: var(--gold); }

.review-form { max-width: 760px; margin: 0 auto; }

/* ===== CONTACT ===== */
#contact { background: var(--stone); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact-items { display: flex; flex-direction: column; gap: 24px; margin-bottom: 32px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; }
.ci-icon { font-size: 24px; width: 50px; flex-shrink: 0; }
.contact-item strong { display: block; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.contact-item p { color: var(--ink3); font-size: 14px; line-height: 1.6; }
.contact-item a { color: var(--gold); text-decoration: none; }
.contact-item a:hover { text-decoration: underline; }

.map-placeholder {
  height: 250px; background: var(--stone2); border-radius: var(--radius-lg);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; color: var(--ink3); border: 1px dashed var(--stone3);
  text-align: center; padding: 20px;
}
.map-placeholder span { font-size: 32px; }
.map-placeholder small { font-size: 12px; color: var(--stone3); }

/* ===== FOOTER ===== */
#footer { background: var(--ink); color: rgba(255,255,255,0.6); padding: 0; }
.footer-main {
  max-width: 1200px; margin: 0 auto; padding: 80px 32px 60px;
  display: grid; grid-template-columns: 360px 1fr; gap: 80px;
}
.footer-brand .nav-logo .logo-mark { background: var(--gold); color: var(--ink); }
.footer-brand .logo-main { color: var(--white); }
.footer-brand .logo-sub { color: rgba(255,255,255,0.4); }
.footer-tagline { color: rgba(255,255,255,0.4); line-height: 1.7; margin: 20px 0; font-size: 14px; }
.footer-social { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5); text-decoration: none; transition: all 0.2s;
}
.footer-social a:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }

.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h4 { color: var(--white); font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.footer-col a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 14px; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 24px 32px; max-width: 1200px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 6px;
}
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.3); }

/* ===== TOAST ===== */
.toast {
  position: fixed; bottom: 32px; left: 50%; transform: translateX(-50%) translateY(100px);
  background: var(--ink); color: var(--white);
  padding: 16px 32px; border-radius: 100px;
  font-size: 15px; font-weight: 500;
  box-shadow: var(--shadow-lg); z-index: 9999;
  transition: transform 0.4s ease, opacity 0.4s;
  opacity: 0; pointer-events: none;
}
.toast.show { transform: translateX(-50%) translateY(0); opacity: 1; }
.toast.success { background: var(--green); }
.toast.error { background: var(--red); }

/* ===== CATALOGUE PAGE ===== */
.cat-hero {
  background: var(--ink); padding: 140px 32px 80px;
  text-align: center;
}
.cat-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 64px; color: var(--white); font-weight: 300; }
.cat-hero h1 em { color: var(--gold); }
.cat-hero p { color: rgba(255,255,255,0.55); font-size: 18px; margin-top: 16px; }

.cat-filters {
  background: var(--white); padding: 24px 32px;
  border-bottom: 1px solid var(--stone2); position: sticky; top: 70px; z-index: 100;
}
.cat-filter-inner {
  max-width: 1200px; margin: 0 auto; display: flex; gap: 12px; flex-wrap: wrap; align-items: center;
}
.filter-btn {
  padding: 8px 20px; border-radius: 100px; border: 1.5px solid var(--stone2);
  background: var(--white); color: var(--ink2); font-size: 14px; font-weight: 500;
  cursor: pointer; transition: all 0.2s;
}
.filter-btn:hover, .filter-btn.active {
  background: var(--ink); border-color: var(--ink); color: var(--white);
}

.catalogue-section { padding: 80px 0; }
.cat-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 40px;
}
.cat-card {
  background: var(--white); border-radius: var(--radius-lg);
  border: 1px solid var(--stone2); overflow: hidden;
  cursor: pointer; transition: all 0.3s; text-decoration: none; color: inherit;
  display: block;
}
.cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.cat-card-img {
  height: 200px; background: var(--stone);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; color: var(--ink3); font-size: 13px; position: relative; overflow: hidden;
}
.cat-card-img .prod-icon { font-size: 56px; transition: transform 0.3s; }
.cat-card:hover .prod-icon { transform: scale(1.1); }
.cat-card-badge {
  position: absolute; top: 12px; right: 12px;
  background: var(--gold); color: var(--ink);
  font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 100px;
}
.cat-card-body { padding: 20px; }
.cat-card-cat {
  font-size: 11px; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; color: var(--gold); margin-bottom: 6px;
}
.cat-card h3 { font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.cat-card p { font-size: 13px; color: var(--ink3); line-height: 1.6; margin-bottom: 14px; }
.cat-card-price { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 700; color: var(--ink); }
.cat-card-price small { font-size: 14px; font-weight: 400; color: var(--ink3); }
.cat-card-cta {
  display: block; text-align: center; margin-top: 14px;
  padding: 10px; background: var(--stone); border-radius: 8px;
  font-size: 13px; font-weight: 600; color: var(--ink2);
  transition: all 0.2s;
}
.cat-card:hover .cat-card-cta { background: var(--ink); color: var(--white); }

/* Product Detail Page */
.product-hero {
  padding: 120px 32px 80px; background: var(--stone);
  display: grid; grid-template-columns: 1fr 1fr; max-width: 1200px; margin: 0 auto; gap: 80px;
  align-items: center;
}
.product-img-area {
  background: var(--white); border-radius: var(--radius-lg);
  border: 1px solid var(--stone2); padding: 60px;
  display: flex; align-items: center; justify-content: center;
  font-size: 100px; box-shadow: var(--shadow-md);
}
.product-info-area .section-eyebrow { margin-bottom: 8px; }
.product-title {
  font-family: 'Cormorant Garamond', serif; font-size: 48px;
  color: var(--ink); margin-bottom: 16px; font-weight: 600;
}
.product-desc { color: var(--ink3); line-height: 1.8; margin-bottom: 24px; }
.product-price {
  font-family: 'Cormorant Garamond', serif; font-size: 36px;
  font-weight: 700; color: var(--ink); margin-bottom: 28px;
}
.product-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.product-tag {
  background: var(--stone2); color: var(--ink2); padding: 6px 14px;
  border-radius: 100px; font-size: 13px; font-weight: 500;
}
.product-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.product-details-tabs {
  max-width: 1200px; margin: 0 auto; padding: 60px 32px;
}
.tabs-nav { display: flex; gap: 4px; border-bottom: 2px solid var(--stone2); margin-bottom: 40px; }
.tab-btn {
  padding: 12px 24px; border: none; background: none; cursor: pointer;
  font-size: 15px; font-weight: 500; color: var(--ink3);
  border-bottom: 2px solid transparent; margin-bottom: -2px; transition: all 0.2s;
}
.tab-btn.active { color: var(--gold); border-bottom-color: var(--gold); }
.tab-pane { display: none; }
.tab-pane.active { display: block; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table tr { border-bottom: 1px solid var(--stone2); }
.spec-table td { padding: 14px 16px; font-size: 15px; }
.spec-table td:first-child { color: var(--ink3); font-weight: 500; width: 40%; }

/* ADMIN PAGE */
.admin-wrapper { padding: 100px 32px 60px; max-width: 1100px; margin: 0 auto; }
.admin-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.admin-header h1 { font-family: 'Cormorant Garamond', serif; font-size: 42px; }
.admin-login { background: var(--stone); border-radius: var(--radius-lg); padding: 60px; max-width: 420px; margin: 120px auto; box-shadow: var(--shadow-md); }
.admin-review-grid { display: flex; flex-direction: column; gap: 16px; }
.admin-review-item {
  background: var(--stone); border-radius: var(--radius); padding: 20px;
  border: 1px solid var(--stone2); display: flex; justify-content: space-between; align-items: flex-start; gap: 20px;
}
.admin-review-item.flagged { border-color: rgba(193,68,14,0.3); background: rgba(193,68,14,0.05); }
.btn-delete {
  background: rgba(193,68,14,0.1); color: var(--red); border: 1px solid rgba(193,68,14,0.2);
  padding: 8px 16px; border-radius: 8px; cursor: pointer; font-size: 13px; font-weight: 600;
  transition: all 0.2s; flex-shrink: 0;
}
.btn-delete:hover { background: var(--red); color: var(--white); }
.admin-tabs { display: flex; gap: 8px; margin-bottom: 32px; }
.admin-tab { padding: 10px 20px; border-radius: 8px; border: 1.5px solid var(--stone2); background: var(--white); cursor: pointer; font-size: 14px; font-weight: 600; transition: all 0.2s; }
.admin-tab.active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.admin-pane { display: none; }
.admin-pane.active { display: block; }
.enquiry-item {
  background: var(--stone); border-radius: var(--radius); padding: 20px;
  border: 1px solid var(--stone2); margin-bottom: 12px;
}
.enquiry-item h4 { font-weight: 700; margin-bottom: 8px; }
.enquiry-item .enq-meta { display: flex; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--ink3); margin-bottom: 8px; }
.badge-new { background: rgba(45,106,79,0.15); color: var(--green); padding: 3px 10px; border-radius: 100px; font-size: 11px; font-weight: 700; }

/* Animations */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-visual { max-width: 500px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .herbal-inner { grid-template-columns: 1fr; }
  .herbal-visual { display: none; }
  .enquiry-wrapper { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-links { grid-template-columns: repeat(3,1fr); }
  .cat-grid { grid-template-columns: repeat(2,1fr); }
  .project-card.large { grid-column: span 12; }
  .project-card:not(.large) { grid-column: span 6; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  section { padding: 60px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .checkbox-grid { grid-template-columns: repeat(2,1fr); }
  .hero-stats { flex-direction: column; gap: 20px; }
  .stat-div { width: 60px; height: 1px; }
  .projects-grid { display: flex; flex-direction: column; }
  .product-hero { grid-template-columns: 1fr; padding: 100px 24px 40px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
}
