
.section {
        padding: 64px 0 72px;
}

.section-cream {
    background: var(--c-cream);
}
.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-primary);
  margin-bottom: 14px;
  position: relative;
  padding-left: 28px;
}
.eyebrow::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 20px; height: 2px;
  background: var(--c-primary);
  transform: translateY(-50%);
}

{{-- .section-title {
  font-family: var(--f-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--c-ink);
  margin-bottom: 16px;
} --}}

 
/* ============= PAGE about (About) ============= */
.page-hero { padding: 50px 0 70px; background: linear-gradient(180deg, var(--c-primary-light) 0%, #fff 100%); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(232,155,123,0.15) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
.crumbs { display: flex; gap: 8px; font-size: 13px; margin-bottom: 28px; color: var(--c-mute); position: relative; }
.crumbs a { color: var(--c-mute); }
.crumbs a:hover { color: var(--c-primary); }
.crumbs .sep { color: var(--c-line); }
.crumbs .current { color: var(--c-primary); font-weight: 600; }

.page-hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; position: relative; }
.page-hero-title { font-family: var(--f-display); font-size: clamp(32px, 5vw, 52px); font-weight: 600; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 18px; }
.page-hero-title em { font-style: italic; color: var(--c-primary); font-weight: 500; }
.page-hero-lead { font-size: 18px; color: var(--c-mute); line-height: 1.6; margin-bottom: 24px; }

.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--c-primary-dark); }
.hero-trust svg { color: var(--c-success); flex-shrink: 0; }
 


/* Visual stack for hero */
.visual-stack { position: relative; aspect-ratio: 1/1; max-width: 480px; margin: 0 auto; }
.visual-img-1, .visual-img-2 { position: absolute; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); object-fit: cover; }
.visual-img-1 { top: 0; left: 0; width: 70%; height: 70%; }
.visual-img-2 { bottom: 0; right: 0; width: 60%; height: 60%; border: 8px solid #fff; }
.visual-stat { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; padding: 18px 26px; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); text-align: center; z-index: 2; }
.visual-stat strong { display: block; font-family: var(--f-display); font-size: 36px; font-weight: 600; color: var(--c-primary); line-height: 1; }
.visual-stat span { font-size: 12px; font-weight: 600; color: var(--c-mute); letter-spacing: 0.04em; }



/* ============= STATS BAR ============= */
.stats-bar { background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary-dark) 100%); padding: 50px 0; color: #fff; }
.stats-bar .stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; text-align: center; }
.stat-item strong { display: block; font-family: var(--f-display); font-size: clamp(32px, 4vw, 44px); font-weight: 600; line-height: 1; letter-spacing: -0.02em; color: var(--c-gold); margin-bottom: 4px; }
.stat-item span { font-size: 13px; font-weight: 500; letter-spacing: 0.04em; opacity: 0.85; }


/* ============= STORY ============= */
.story-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; }
.story-lead { font-size: 17px; color: var(--c-ink); font-weight: 500; margin-bottom: 18px; line-height: 1.55; }
.story-text p { margin-bottom: 16px; color: var(--c-mute); line-height: 1.7; }
.story-text p strong { color: var(--c-ink); font-weight: 600; }
.story-quote { margin-top: 28px; padding: 24px 28px; background: var(--c-primary-light); border-left: 4px solid var(--c-primary); border-radius: 0 var(--radius-md) var(--radius-md) 0; }
.story-quote p { font-family: var(--f-display); font-style: italic; font-size: 17px; color: var(--c-primary-dark); margin-bottom: 8px; line-height: 1.5; }
.story-quote cite { font-size: 13px; font-weight: 600; color: var(--c-mute); font-style: normal; }
.story-visual img { max-width: 100% ; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }


/* ============= MVV ============= */

.mvv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.mvv-card { padding: 36px 28px; background: #fff; border-radius: var(--radius-lg); border: 1px solid var(--c-line); text-align: center; transition: all var(--t-base); }
.mvv-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.mvv-icon { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; color: #fff; }
.mvv-icon-mission { background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary-dark) 100%); }
.mvv-icon-vision { background: linear-gradient(135deg, var(--c-accent) 0%, var(--c-accent-dark) 100%); }
.mvv-icon-values { background: linear-gradient(135deg, var(--c-gold) 0%, #A88B45 100%); }
.mvv-card h4 { font-family: var(--f-display); font-size: 22px; font-weight: 600; margin-bottom: 12px; color: var(--c-ink); }
.mvv-card p { font-size: 15px; line-height: 1.6; color: var(--c-mute); }
.mvv-card p strong { color: var(--c-primary); font-weight: 600; }



/* ============= TIMELINE ============= */
.timeline { position: relative; max-width: 900px; margin: 0 auto; padding: 20px 0; }
.timeline::before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: linear-gradient(180deg, var(--c-primary-light) 0%, var(--c-primary) 50%, var(--c-primary-light) 100%); transform: translateX(-50%); }
.timeline-item { position: relative; padding: 28px 0; width: 50%; }
.timeline-item.left { padding-right: 50px; text-align: right; }
.timeline-item.right { margin-left: 50%; padding-left: 50px; }
.timeline-marker { position: absolute; top: 32px; width: 56px; height: 56px; border-radius: 50%; background: var(--c-primary); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--f-display); font-size: 14px; font-weight: 600; box-shadow: 0 6px 18px rgba(14,94,75,0.3); z-index: 1; }
.timeline-item.left .timeline-marker { right: -28px; }
.timeline-item.right .timeline-marker { left: -28px; }
.timeline-content { padding: 22px 26px; background: #fff; border-radius: var(--radius-md); border: 1px solid var(--c-line); box-shadow: var(--shadow-sm); }
.timeline-content h4 { font-family: var(--f-display); font-size: 18px; font-weight: 600; margin-bottom: 8px; color: var(--c-ink); }
.timeline-content p { font-size: 14px; line-height: 1.6; color: var(--c-mute); }



/* ============= CERTIFICATIONS ============= */
.section-tinted {
    background: linear-gradient(180deg, var(--c-primary-light) 0%, #FFF 100%);
}
.certs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.cert-card { padding: 32px 24px; background: #fff; border-radius: var(--radius-md); border: 1.5px solid var(--c-line); text-align: center; transition: all var(--t-base); }
.cert-card:hover { border-color: var(--c-primary); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.cert-badge { width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, var(--c-primary-light) 0%, #fff 100%); color: var(--c-primary); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; border: 2px solid var(--c-primary-light); }
.cert-card h4 { font-family: var(--f-display); font-size: 20px; font-weight: 600; margin-bottom: 4px; color: var(--c-ink); }
.cert-sub { display: block; font-size: 12px; font-weight: 600; color: var(--c-primary); letter-spacing: 0.04em; margin-bottom: 12px; }
.cert-card p { font-size: 13px; color: var(--c-mute); line-height: 1.55; }



/* ============= MANUFACTURING ============= */
.manuf-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; }
.manuf-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 28px; }
.manuf-item { padding: 16px; background: #fff; border-left: 3px solid var(--c-primary); border-radius: 0 8px 8px 0; border-top: 1px solid var(--c-line); border-right: 1px solid var(--c-line); border-bottom: 1px solid var(--c-line); }
.manuf-item strong { display: block; font-size: 14px; font-weight: 600; color: var(--c-ink); margin-bottom: 2px; }
.manuf-item span { font-size: 12px; color: var(--c-mute); }
.manuf-visual { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 1/1; border: 1px solid #e29c7c; }
.manuf-visual img { max-width: 1050px;; height: 100%; object-fit: cover; }
.manuf-overlay { position: absolute; bottom: 24px; left: 24px; background: rgba(10,69,55,0.95); color: #fff; padding: 22px 28px; border-radius: var(--radius-md); backdrop-filter: blur(10px); display: flex; gap: 16px; align-items: center; }
.manuf-overlay strong { font-family: var(--f-display); font-size: 48px; font-weight: 600; color: var(--c-gold); line-height: 1; }
.manuf-overlay span { font-size: 13px; font-weight: 500; line-height: 1.3; }




/* ============= FEATURES ============= */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.feature-card { padding: 32px 28px; background: #fff; border-radius: var(--radius-md); border: 1px solid var(--c-line); transition: all var(--t-base); }
.feature-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--c-primary-light); }
.feature-icon { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, var(--c-primary) 0%, var(--c-primary-dark) 100%); color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.feature-card h4 { font-family: var(--f-display); font-size: 19px; font-weight: 600; margin-bottom: 10px; color: var(--c-ink); }
.feature-card p { font-size: 15px; line-height: 1.55; color: var(--c-mute); }


/* ============= CTA DARK ============= */
.cta-dark { background: linear-gradient(135deg, var(--c-primary-dark) 0%, var(--c-primary) 100%); color: #fff; padding: 80px 0; position: relative; overflow: hidden; }
.cta-dark::before { content: ''; position: absolute; top: -50%; right: -10%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(232,155,123,0.18) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
.cta-content { text-align: center; max-width: 720px; margin: 0 auto; position: relative; }
.cta-content h2 { font-family: var(--f-display); font-size: clamp(28px, 4vw, 44px); font-weight: 600; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 14px;color:white; }
.cta-content h2 em { font-style: italic; color: var(--c-gold); font-weight: 500; }
.cta-content p { font-size: 17px; color: rgba(255,255,255,0.85); margin-bottom: 32px; }
.cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

 
 /* ============= FLOATING ACTIONS ============= */
.floats { position: fixed; right: 20px; bottom: 20px; display: flex; flex-direction: column; gap: 12px; z-index: 90; }
.float-btn { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 600; box-shadow: 0 8px 24px rgba(0,0,0,0.18); transition: all var(--t-fast); }
.float-btn:hover { transform: scale(1.08); color: #fff; }
.float-btn.enquire { width: auto; height: auto; padding: 14px 22px; border-radius: var(--radius-pill); background: var(--c-accent); font-size: 14px; position: relative; }
.float-btn.enquire::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 2px solid var(--c-accent); animation: pulse-ring 2s ease-out infinite; }
.float-btn.wa { background: #25D366; }
.float-btn.call { background: var(--c-primary); }
@keyframes pulse-ring { 0% { transform: scale(1); opacity: 0.7; } 100% { transform: scale(1.4); opacity: 0; } }


/* ============= ANIMATIONS ============= */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }


/* ============= product details ============= */

.section-head.left { text-align: left; margin: 0 0 40px; }
.section-head .section-sub { margin: 0 auto; }
.section-head.left .section-sub { margin: 0; }

.btn-wa {
  background: #25D366;
  color: #fff;
}
.btn-wa:hover {
  background: #1EAE54;
  color: #fff;
  transform: translateY(-2px);
}

/* ============= DRAWER (Mobile) ============= */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10,69,55,0.6);
  backdrop-filter: blur(4px);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: all var(--t-base);
}
.drawer-overlay.open { opacity: 1; visibility: visible; }

.drawer {
  position: fixed;
  top: 0; left: 0;
  width: 320px;
  max-width: 85vw;
  height: 100vh;
  background: #fff;
  z-index: 201;
  transform: translateX(-100%);
  transition: transform var(--t-base);
  display: flex;
  flex-direction: column;
  box-shadow: 8px 0 24px rgba(0,0,0,0.1);
}
.drawer.open { transform: translateX(0); }
.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid var(--c-line);
}
.drawer-close {
  font-size: 28px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--c-cream);
  color: var(--c-ink);
  display: flex;
  align-items: center;
  justify-content: center;
}
.drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 16px;
}
.drawer-body > a,
.drawer-body > div > a {
  display: block;
  padding: 14px 12px;
  font-size: 15px;
  font-weight: 500;
  color: var(--c-ink);
  border-radius: 8px;
}
.drawer-body > a:hover,
.drawer-body > div > a:hover { background: var(--c-cream); }
.drawer-toggle::after {
  content: '+';
  float: right;
  font-size: 18px;
  color: var(--c-primary);
}
.drawer-toggle.open::after { content: '−'; }
.drawer-sub {
  max-height: 0;
  overflow: hidden;
  padding-left: 16px;
  transition: max-height var(--t-base);
}
.drawer-sub.open { max-height: 600px; padding-bottom: 8px; }
.drawer-sub a {
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  color: var(--c-mute);
}
.drawer-sub a:hover { color: var(--c-primary); }
.drawer-foot {
  padding: 20px;
  border-top: 1px solid var(--c-line);
  background: var(--c-cream);
}
.drawer-foot .btn { width: 100%; margin-bottom: 12px; }
.drawer-foot p { font-size: 13px; color: var(--c-mute); text-align: center; }


/* ============= PRODUCT DETAILS ============= */

/* ============= FAQ ============= */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: #fff;
  border: 1.5px solid var(--c-line);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--t-base);
}
.faq-item.open { border-color: var(--c-primary); box-shadow: var(--shadow-sm); }
.faq-q {
  width: 100%;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-family: var(--f-body);
  font-size: 16px;
  font-weight: 600;
  color: var(--c-ink);
  background: transparent;
}
.faq-toggle {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--c-primary-light);
  color: var(--c-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  flex-shrink: 0;
  transition: transform var(--t-base);
}
.faq-item.open .faq-toggle { transform: rotate(45deg); background: var(--c-primary); color: #fff; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--t-base);
}
.faq-item.open .faq-a { max-height: 600px; }
.faq-a-inner {
  padding: 0 24px 22px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--c-mute);
}
.faq-a-inner strong { color: var(--c-ink); font-weight: 600; }

/* ============= PRODUCT PAGE ============= */

.prod-hero { padding: 40px 0 70px; background: linear-gradient(180deg, var(--c-primary-light) 0%, #fff 100%); }
.prod-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: flex-start;
}
.prod-gallery { position: sticky; top: calc(var(--header-h) + 20px); }
.gallery-main {
  position: relative;
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  aspect-ratio: 1/1;
  border: 1px solid var(--c-line);
}
.gallery-main img {
  max-width: 100%; height: 100%;
  object-fit: contain;
  padding: 40px;
  cursor: zoom-in;
  transition: transform var(--t-slow);
}
.gallery-main:hover img { transform: scale(1.04); }
.gallery-badges {
  position: absolute;
  top: 16px; left: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
}
.g-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(255,255,255,0.95);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 600;
  color: var(--c-primary-dark);
  backdrop-filter: blur(4px);
}
.g-badge.gold {
  background: linear-gradient(135deg, var(--c-gold) 0%, #B89548 100%);
  color: #fff;
  border-color: transparent;
}
.gallery-zoom {
  position: absolute;
  top: 16px; right: 16px;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  color: var(--c-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all var(--t-fast);
}
.gallery-zoom:hover { background: var(--c-primary); color: #fff; transform: scale(1.1); }

.gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.thumb {
  width: 70px; height: 70px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 2px solid var(--c-line);
  background: #fff;
  cursor: pointer;
  transition: all var(--t-fast);
  padding: 4px;
}
.thumb img { width: 100%; height: 100%; object-fit: contain; }
.thumb:hover, .thumb.active { border-color: var(--c-primary); }

.prod-info-cat {
  display: inline-block;
  padding: 6px 14px;
  background: var(--c-primary-light);
  color: var(--c-primary);
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}


.prod-name {
  font-family: var(--f-display);
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--c-ink);
  margin-bottom: 8px;
}
.prod-name em { font-style: italic; color: var(--c-primary); font-weight: 500; }
.prod-tagline {
  font-family: var(--f-display);
  font-style: italic;
  font-size: 17px;
  color: var(--c-mute);
  margin-bottom: 18px;
}

.prod-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  margin-bottom: 24px;
}

.stars { display: flex; gap: 2px; color: var(--c-gold); }
.rating-score { font-weight: 700; color: var(--c-ink); }
.rating-divider { color: var(--c-line); }
.rating-text { color: var(--c-mute); }
.rating-text a { color: var(--c-primary); }

.composition-card {
  background: linear-gradient(135deg, var(--c-cream) 0%, #fff 100%);
  border: 1.5px solid var(--c-gold);
  border-radius: var(--radius-md);
  padding: 22px 24px;
  margin-bottom: 22px;
}
.composition-card h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: 14px;
}



.comp-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 6px 0;
}
.comp-row .name {
  font-family: var(--f-display);
  font-size: 17px;
  font-weight: 600;
  color: var(--c-ink);
}
.comp-row .strength {
  font-weight: 700;
  color: var(--c-primary);
  font-size: 16px;
}
.comp-row .role {
  display: inline-block;
  padding: 3px 10px;
  background: var(--c-primary-light);
  color: var(--c-primary);
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.comp-divider {
  height: 1px;
  background: var(--c-line);
  margin: 8px 0;
}



.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 22px;
}
.spec-cell {
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--radius-sm);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.spec-cell .ic {
  color: var(--c-primary);
  margin-bottom: 4px;
}
.spec-cell .lbl {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-mute);
}
.spec-cell .val {
  font-size: 14px;
  font-weight: 600;
  color: var(--c-ink);
}


.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 13px;
  background: var(--c-cream);
  border: 1px solid var(--c-line);
  border-radius: var(--radius-pill);
  font-size: 12px;
  font-weight: 600;
  color: var(--c-primary-dark);
}
.trust-badge svg { color: var(--c-success); }

.price-hint {
  background: linear-gradient(135deg, var(--c-primary-light) 0%, #fff 100%);
  border-left: 4px solid var(--c-primary);
  padding: 16px 20px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin-bottom: 24px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.price-hint .ic { color: var(--c-primary); flex-shrink: 0; margin-top: 2px; }
.price-hint .body strong {
  display: block;
  font-size: 15px;
  color: var(--c-ink);
  margin-bottom: 4px;
}
.price-hint .body span { font-size: 13px; color: var(--c-mute); }

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.contact-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  color: var(--c-mute);
  align-items: center;
}
.contact-line a { color: var(--c-primary); font-weight: 600; }

/* PRODUCT DETAILS — facts bar */

.facts-bar {
  background: var(--c-ink);
  color: #fff;
  padding: 24px 0;
}
.facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.fact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.fact-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  color: var(--c-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fact-text strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.fact-text span {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.6);
}

/* PRODUCT — tabs */

.detail-tabs {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--c-line);
  overflow: hidden;
}
.detail-nav {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--c-line);
  padding: 0 8px;
  background: var(--c-cream);
}
.det-btn {
  padding: 18px 22px;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-mute);
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  transition: all var(--t-fast);
  white-space: nowrap;
}
.det-btn:hover { color: var(--c-primary); }
.det-btn.active {
  color: var(--c-primary);
  border-bottom-color: var(--c-primary);
}
.det-panel {
  display: none;
  padding: 36px 36px;
}
.det-panel.active { display: block; }
.det-panel h3 {
  font-family: var(--f-display);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--c-ink);
}
.det-panel h4 {
  font-family: var(--f-display);
  font-size: 18px;
  font-weight: 600;
  margin: 22px 0 12px;
  color: var(--c-ink);
}
.det-panel p {
  margin-bottom: 14px;
  color: var(--c-ink);
  line-height: 1.7;
}
.det-panel ul.bullets {
  padding-left: 20px;
  list-style: disc;
}
.det-panel ul.bullets li {
  margin-bottom: 8px;
  color: var(--c-ink);
  line-height: 1.6;
}

.dual-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 16px 0;
}
.dual-card {
  padding: 20px 22px;
  background: var(--c-primary-light);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--c-primary);
}
.dual-card.warn {
  background: rgba(224,162,58,0.08);
  border-left-color: var(--c-warn);
}
.dual-card h5 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--c-primary-dark);
  margin-bottom: 12px;
}
.dual-card.warn h5 { color: var(--c-warn); }
.dual-card ul li {
  padding: 5px 0 5px 18px;
  font-size: 14px;
  color: var(--c-ink);
  position: relative;
  line-height: 1.5;
}
.dual-card ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--c-primary);
  font-weight: 700;
}
.dual-card.warn ul li::before { content: '!'; color: var(--c-warn); }

.mech-callout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 20px 0;
}
.mech-card {
  padding: 22px 24px;
  border-radius: var(--radius-md);
  background: var(--c-cream);
  border-top: 4px solid var(--c-primary);
}
.mech-card.adapalene { border-top-color: var(--c-accent); }
.mech-card.clinda { border-top-color: var(--c-primary); }
.mech-card .mol {
  display: inline-block;
  padding: 3px 10px;
  background: var(--c-ink);
  color: #fff;
  border-radius: var(--radius-pill);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.mech-card h5 {
  font-family: var(--f-display);
  font-size: 16px;
  font-weight: 600;
  color: var(--c-ink);
  margin-bottom: 8px;
}
.mech-card p {
  font-size: 13px;
  color: var(--c-mute);
  line-height: 1.55;
  margin-bottom: 0;
}


/* PRODUCT — companies */

.companies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
}
.company-card {
  text-align: center;
  padding: 24px 20px;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--radius-md);
  transition: all var(--t-base);
}
.company-card:hover {
  transform: translateY(-3px);
  border-color: var(--c-primary);
  box-shadow: var(--shadow-md);
}
.company-logo {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--c-primary-light);
  color: var(--c-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--f-display);
  font-size: 24px;
  font-weight: 600;
  margin: 0 auto 14px;
}
.company-logo img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.company-card h4 {
  font-family: var(--f-display);
  font-size: 15px;
  font-weight: 600;
  color: var(--c-ink);
  margin-bottom: 6px;
}
.company-card .verified {
  display: inline-block;
  padding: 3px 10px;
  background: rgba(43,168,118,0.12);
  color: var(--c-success);
  border-radius: var(--radius-pill);
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 12px;
}
.company-action a {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-primary);
}

/* PRODUCT — related */
.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}
.rel-card {
  background: #fff;
  border-radius: var(--radius-md);
  border: 1px solid var(--c-line);
  overflow: hidden;
  transition: all var(--t-base);
  text-decoration: none;
  color: var(--c-ink);
  display: flex;
  flex-direction: column;
}
.rel-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--c-primary-light);
  color: var(--c-ink);
}
.rel-img {
  position: relative;
  background: var(--c-cream);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.rel-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.rel-cat {
  position: absolute;
  top: 12px; left: 12px;
  padding: 4px 10px;
  background: rgba(255,255,255,0.95);
  color: var(--c-primary);
  border-radius: var(--radius-pill);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.rel-info { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.rel-info h4 {
  font-family: var(--f-display);
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--c-ink);
}
.rel-comp {
  font-size: 13px;
  color: var(--c-mute);
  margin-bottom: 8px;
  line-height: 1.4;
}
.rel-comp strong { color: var(--c-ink); font-weight: 600; }
.rel-pack {
  font-size: 12px;
  color: var(--c-mute);
  margin-bottom: 14px;
}
.rel-actions {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid var(--c-line);
  font-size: 13px;
  font-weight: 600;
}
.view-link { color: var(--c-mute); }
.enq-link { color: var(--c-primary); }

/* PRODUCT — enquiry section */

.enq-section { background: linear-gradient(180deg, #fff 0%, var(--c-cream) 100%); }
.enq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.enq-left h2 {
  font-family: var(--f-display);
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 16px;
}
.enq-left h2 em { font-style: italic; color: #d98352; font-weight: 500; }
.enq-left > p {
  font-size: 16px;
  color: var(--c-mute);
  line-height: 1.65;
  margin-bottom: 24px;
}
.enq-feats { display: flex; flex-direction: column; gap: 14px; }
.enq-feats li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.enq-feats .ic {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--c-primary-light);
  color: var(--c-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-top: 2px;
}
.enq-feats strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--c-ink);
  margin-bottom: 2px;
}
.enq-feats span { font-size: 13px; color: var(--c-mute); }

.enq-form-card {
  background: #fff;
  padding: 32px 28px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--c-line);
}
.enq-form-card h3 {
  font-family: var(--f-display);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}
.enq-form-card .subtle {
  font-size: 13px;
  color: var(--c-mute);
  margin-bottom: 20px;
}

.field-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.field {
        position: relative;
    margin-bottom: 12px;
}
/* ============= UTILITY ============= */
.hide-sm { display: inline; }

/* ============= Blog DETAILS ============= */

.blog-container {
      margin-top:50px;
    margin-bottom:50px;
}
/* ============= ANIMATIONS ============= */
 

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

 

 
/* ============= RESPONSIVE ============= */
@media (max-width: 1024px) {
  .header-cta .btn { display: none; }
  .hamburger { display: flex; }
 .hero-grid,
  .page-hero-grid,
  .story-grid,
  .manuf-grid,
  .prod-grid,
  .enq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  /*.page-hero-grid, .story-grid, .manuf-grid { grid-template-columns: 1fr; gap: 40px; }*/
    .prod-gallery { position: static; }
  .stats-bar .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .mvv-grid { grid-template-columns: 1fr; gap: 18px; }
  .certs-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline::before { left: 30px; }
  .timeline-item, .timeline-item.left, .timeline-item.right { width: 100%; margin-left: 0; padding-left: 75px; padding-right: 0; text-align: left; }
  .timeline-item.left .timeline-marker, .timeline-item.right .timeline-marker { left: 2px; right: auto; }
  .manuf-list { grid-template-columns: 1fr; }
   .visual-stack {
    max-width: 480px;
    margin: 0 auto;
  }
   .facts-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  
}


@media (max-width: 768px) {
  .section { padding: 60px 0; }
  .brand-mark { width: 40px; height: 40px; font-size: 20px; }
  .brand-text strong { font-size: 16px; }
  .brand-text small { display: none; }
  .stats-bar .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .field-group { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .certs-grid { grid-template-columns: 1fr; }
   .foot-bottom { flex-direction: column; text-align: center; }
  .floats { right: 14px; bottom: 14px; }
  .float-btn { width: 50px; height: 50px; }
  .float-btn.enquire { padding: 12px 18px; font-size: 13px; }
  .modal-content { padding: 32px 22px 24px; }
  .timeline-content { padding: 18px 20px; }
  .visual-stack { max-width: 360px; }
  .cta-buttons { flex-direction: column; align-items: stretch; }
  .cta-buttons .btn { width: 100%; }
    body { font-size: 15px; }
  .container { padding: 0 18px; }
  .hide-sm { display: none; }
  .header { height: 64px; }
  .hero-cta { flex-direction: column; width: 100%; }
  .hero-cta .btn { width: 100%; }
  .hero-form .form-card { padding: 24px 20px; }
  .stats-strip { padding: 28px 0; }

  .features-grid,
  .related-grid,
  .companies-grid {
    grid-template-columns: 1fr;
  }
  .spec-grid { grid-template-columns: 1fr; gap: 8px; }
  .cta-row { flex-direction: column; }
  .cta-row .btn { width: 100%; }
  .det-panel { padding: 24px 20px; }
  .dual-cols, .mech-callout { grid-template-columns: 1fr; gap: 14px; }
  .facts-grid { grid-template-columns: 1fr; }
  .fact-item { justify-content: flex-start; }
}


@media (max-width: 480px) {
  .page-hero-title { font-size: 28px; }
 {{-- .section-title { font-size: 26px; } --}}
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
/* header styles    */
 
@media (max-width: 768px) {
    .tel-number, .enquiry-btn {
        display: none !important;
    }
    .topbar .container {
        justify-content: center;
    }
}

@media (max-width:  720px) {
  .mfg-tile-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--c-accent) 0%, var(--c-gold) 100%);
    border-radius: var(--r-xl);
    z-index: -1;
    opacity: 0.18;
}
}
/* Very small phones */
@media (max-width: 480px) {
  .hero-title { font-size: 32px; }
 {{-- .section-title, .page-hero-title { font-size: 26px; } --}}
  .cats-grid { grid-template-columns: 1fr; }
  .gallery-thumbs .thumb { width: 60px; height: 60px; }
  .topbar .container { font-size: 11px; }
}

/* Print */
@media print {
  .topbar, .header, .floats, .modal, .lightbox, .toast { display: none !important; }
  .section { padding: 20px 0; }
  body { color: #000; background: #fff; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}



