/* =========================================================
   VANUVEDIC LLP — Design System
   Palette : Forest Green / Antique Gold / Ivory
   Type    : Fraunces (display) + Manrope (body) + IBM Plex Mono (codes)
   Signature: botanical line-art dividers + circular "batch stamp" badge
   ========================================================= */

:root{
  --forest:        #163832;
  --forest-deep:   #0f2620;
  --herbal:        #2f6e52;
  --herbal-light:  #e3efe6;
  --gold:          #c69a3f;
  --gold-soft:     #f1e3bd;
  --ivory:         #faf7f0;
  --paper:         #f3efe4;
  --charcoal:      #22302a;
  --muted:         #6d7a72;
  --white:         #ffffff;

  --font-display: 'Fraunces', Georgia, serif;
  --font-body:    'Manrope', -apple-system, Segoe UI, sans-serif;
  --font-mono:    'IBM Plex Mono', ui-monospace, monospace;

  --radius-lg: 22px;
  --radius-md: 14px;
  --radius-sm: 8px;
  --shadow-soft: 0 20px 45px -25px rgba(15, 38, 32, .35);
  --shadow-card: 0 10px 30px -18px rgba(15, 38, 32, .28);
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--ivory);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,.font-display{ font-family: var(--font-display); color: var(--forest-deep); font-weight: 600; }
.font-mono{ font-family: var(--font-mono); letter-spacing: .02em; }
a{ text-decoration: none; color: inherit; }
img{ max-width: 100%; display: block; }
.container-xl{ max-width: 1240px; margin: 0 auto; padding: 0 24px; }

@media (prefers-reduced-motion: reduce){
  *{ animation: none !important; transition: none !important; }
}

/* ---------- Buttons ---------- */
.btn-vv{
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 700; font-size: .95rem;
  padding: 14px 28px; border-radius: 999px; border: 1.5px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn-vv:focus-visible{ outline: 2px solid var(--gold); outline-offset: 3px; }
.btn-primary-vv{ background: var(--gold); color: var(--forest-deep); }
.btn-primary-vv:hover{ transform: translateY(-2px); box-shadow: var(--shadow-card); color: var(--forest-deep); }
.btn-outline-vv{ border-color: rgba(250,247,240,.55); color: var(--ivory); }
.btn-outline-vv:hover{ background: rgba(250,247,240,.12); color: var(--ivory); }
.btn-outline-dark-vv{ border-color: var(--forest); color: var(--forest); }
.btn-outline-dark-vv:hover{ background: var(--forest); color: var(--ivory); }

/* ---------- Eyebrow / Section headers ---------- */
.eyebrow{
  font-family: var(--font-mono); text-transform: uppercase; letter-spacing: .18em;
  font-size: .72rem; color: var(--herbal); font-weight: 600;
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px;
}
.eyebrow::before{ content:""; width: 26px; height: 1.5px; background: var(--gold); display:inline-block; }
.section-pad{ padding: 96px 0; }
@media (max-width: 767px){ .section-pad{ padding: 64px 0; } }

/* ---------- Nav ---------- */
.vv-nav{
  position: sticky; top: 0; z-index: 999;
  background: rgba(250,247,240,.9); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(22,56,50,.08);
}
.vv-nav .logo-mark{
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--forest); color: var(--gold-soft);
  display:flex; align-items:center; justify-content:center;
  font-family: var(--font-display); font-weight:700; font-size:1.1rem;
}
.vv-nav .brand-text{ font-family: var(--font-display); font-weight:700; font-size:1.25rem; color: var(--forest-deep); }
.vv-nav .brand-sub{ font-family: var(--font-mono); font-size:.62rem; letter-spacing:.16em; color: var(--muted); text-transform: uppercase; }
.vv-nav .nav-link-vv{
  font-weight:600; font-size:.94rem; color: var(--charcoal); padding: 8px 4px; position: relative; margin: 0 14px;
}
.vv-nav .nav-link-vv::after{
  content:""; position:absolute; left:0; bottom:2px; width:0; height:2px; background: var(--gold);
  transition: width .25s ease;
}
.vv-nav .nav-link-vv:hover::after, .vv-nav .nav-link-vv.active::after{ width: 100%; }

/* ---------- Hero ---------- */
.hero-vv{
  position: relative; overflow: hidden;
  background: radial-gradient(120% 140% at 85% -10%, #1e4c40 0%, var(--forest) 45%, var(--forest-deep) 100%);
  color: var(--ivory); padding: 120px 0 100px;
}
.hero-vv .leaf-art{ position:absolute; opacity:.16; pointer-events:none; }
.hero-vv .leaf-1{ top: -60px; right: -60px; width: 420px; }
.hero-vv .leaf-2{ bottom: -80px; left: -100px; width: 340px; transform: rotate(35deg); }
.hero-vv h1{ color: var(--ivory); font-size: clamp(2.3rem, 4.6vw, 3.6rem); line-height: 1.08; }
.hero-vv .lede{ color: rgba(250,247,240,.82); font-size: 1.12rem; max-width: 540px; }
.hero-badges{ display:flex; flex-wrap:wrap; gap:10px; margin-top:34px; }
.hero-badge{
  font-family: var(--font-mono); font-size:.72rem; letter-spacing:.06em;
  border:1px solid rgba(250,247,240,.28); color: rgba(250,247,240,.9);
  padding:8px 14px; border-radius:999px; display:inline-flex; align-items:center; gap:8px;
}
.hero-badge i{ color: var(--gold); }

/* Hero stamp visual */
.hero-stamp-wrap{ position:relative; display:flex; justify-content:center; }
.hero-stamp{
  width: 260px; height: 260px; border-radius:50%;
  border: 1.5px dashed rgba(198,154,63,.55);
  display:flex; align-items:center; justify-content:center;
  position:relative; background: rgba(250,247,240,.04);
}
.hero-stamp .stamp-inner{
  width: 210px; height: 210px; border-radius:50%; background: var(--gold-soft);
  color: var(--forest-deep); display:flex; flex-direction:column; align-items:center; justify-content:center;
  text-align:center; font-family: var(--font-display); box-shadow: var(--shadow-soft);
}
.hero-stamp .stamp-inner strong{ font-size: 2.1rem; line-height:1; }
.hero-stamp .stamp-inner span{ font-family: var(--font-mono); font-size:.66rem; letter-spacing:.12em; text-transform:uppercase; margin-top:6px; }

/* ---------- Trust strip ---------- */
.trust-strip{ background: var(--forest-deep); color: rgba(250,247,240,.85); }
.trust-strip .item{ font-family: var(--font-mono); font-size:.78rem; letter-spacing:.05em; display:flex; align-items:center; gap:10px; }
.trust-strip i{ color: var(--gold); }

/* ---------- About split ---------- */
.about-visual{
  position:relative; border-radius: var(--radius-lg); overflow:hidden;
  background: var(--herbal-light); aspect-ratio: 4/5; display:flex; align-items:center; justify-content:center;
}
.about-visual svg{ width: 72%; }
.stat-pill{
  position:absolute; bottom:22px; left:22px; background: var(--white);
  border-radius: var(--radius-md); padding: 16px 20px; box-shadow: var(--shadow-card);
}
.stat-pill strong{ font-family: var(--font-display); font-size:1.7rem; color: var(--forest-deep); display:block; }
.stat-pill span{ font-size:.78rem; color: var(--muted); }

.usp-row{ display:flex; gap:14px; align-items:flex-start; margin-bottom: 26px; }
.usp-row .ico{
  width:44px; height:44px; border-radius:12px; background: var(--herbal-light); color: var(--herbal);
  display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size:1.05rem;
}
.usp-row h6{ font-family: var(--font-body); font-weight:700; margin-bottom:2px; }
.usp-row p{ color: var(--muted); font-size:.92rem; margin:0; }

/* ---------- Category rail ---------- */
.cat-rail{ display:flex; gap:20px; overflow-x:auto; padding: 6px 2px 18px; scrollbar-width: thin; }
.cat-chip{
  flex: 0 0 auto; width: 168px; text-align:center; padding: 26px 14px;
  background: var(--white); border-radius: var(--radius-md); border:1px solid rgba(22,56,50,.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.cat-chip:hover{ transform: translateY(-6px); box-shadow: var(--shadow-card); border-color: var(--gold); }
.cat-chip .cat-ico{
  width:56px; height:56px; margin:0 auto 14px; border-radius:50%; background: var(--herbal-light);
  color: var(--herbal); display:flex; align-items:center; justify-content:center; font-size:1.4rem;
}
.cat-chip h6{ font-size:.86rem; font-weight:700; margin-bottom:4px; }
.cat-chip small{ color: var(--muted); font-size:.72rem; }

/* ---------- Product cards ---------- */
.filter-bar{ display:flex; flex-wrap:wrap; gap:10px; margin-bottom: 40px; }
.filter-chip{
  font-family: var(--font-mono); font-size:.76rem; letter-spacing:.03em;
  padding: 9px 18px; border-radius:999px; border:1px solid rgba(22,56,50,.18);
  color: var(--forest); background: var(--white); transition: all .2s ease;
}
.filter-chip:hover{ border-color: var(--gold); }
.filter-chip.active{ background: var(--forest); color: var(--ivory); border-color: var(--forest); }

.product-card{
  background: var(--white); border-radius: var(--radius-md); overflow:hidden;
  border:1px solid rgba(22,56,50,.08); transition: transform .3s ease, box-shadow .3s ease;
  height: 100%; display:flex; flex-direction:column;
}
.product-card:hover{ transform: translateY(-6px); box-shadow: var(--shadow-card); }
.product-media{
  position:relative; aspect-ratio: 1/1; background: var(--herbal-light);
  display:flex; align-items:center; justify-content:center; overflow:hidden;
}
.product-media .leaf-ph{ width:46%; opacity:.55; color: var(--herbal); }
.product-media img{ width:100%; height:100%; object-fit:cover; }
.stamp-badge{
  position:absolute; top:12px; right:12px; width:52px; height:52px; border-radius:50%;
  background: var(--forest-deep); color: var(--gold-soft); display:flex; flex-direction:column;
  align-items:center; justify-content:center; font-family: var(--font-mono); box-shadow: var(--shadow-card);
}
.stamp-badge strong{ font-size:.8rem; line-height:1; }
.stamp-badge i{ font-size:.55rem; color: var(--gold); }
.product-cat{ font-family: var(--font-mono); font-size:.66rem; letter-spacing:.1em; text-transform:uppercase; color: var(--herbal); }
.product-body{ padding: 20px 20px 22px; display:flex; flex-direction:column; gap:8px; flex:1; }
.product-body h5{ font-family: var(--font-display); font-size:1.08rem; margin:0; color: var(--forest-deep); }
.product-code{ font-family: var(--font-mono); font-size:.72rem; color: var(--gold); }
.product-desc{ font-size:.86rem; color: var(--muted); flex:1; }
.product-foot{ display:flex; align-items:center; justify-content:space-between; margin-top:6px; }
.product-pack{ font-size:.78rem; color: var(--muted); font-family: var(--font-mono); }
.product-price{ font-weight:700; color: var(--forest-deep); font-size:.88rem; }
.enquire-link{ font-size:.82rem; font-weight:700; color: var(--herbal); }
.enquire-link i{ transition: transform .2s ease; }
.enquire-link:hover i{ transform: translateX(3px); }

/* ---------- Export map / operations ---------- */
.export-panel{
  background: var(--forest); border-radius: var(--radius-lg); color: var(--ivory);
  padding: 56px; position:relative; overflow:hidden;
}
.export-flag{
  display:flex; align-items:center; gap:12px; padding:14px 18px; border-radius:14px;
  background: rgba(250,247,240,.06); border:1px solid rgba(250,247,240,.12); margin-bottom:12px;
}
.export-flag i{ color: var(--gold); }

/* ---------- Divider ---------- */
.leaf-divider{ display:flex; align-items:center; gap:16px; margin: 8px 0 46px; }
.leaf-divider::before, .leaf-divider::after{ content:""; flex:1; height:1px; background: rgba(22,56,50,.15); }
.leaf-divider svg{ color: var(--gold); width:26px; height:26px; }

/* ---------- CTA ---------- */
.cta-vv{
  background: linear-gradient(135deg, var(--forest-deep), var(--forest));
  border-radius: var(--radius-lg); color: var(--ivory); padding: 64px; text-align:center;
  position: relative; overflow:hidden;
}

/* ---------- Footer ---------- */
.vv-footer{ background: var(--forest-deep); color: rgba(250,247,240,.75); }
.vv-footer h6{ color: var(--ivory); font-family: var(--font-body); font-weight:700; letter-spacing:.04em; text-transform:uppercase; font-size:.8rem; margin-bottom:18px; }
.vv-footer a{ color: rgba(250,247,240,.7); font-size:.92rem; }
.vv-footer a:hover{ color: var(--gold); }
.vv-footer .foot-bottom{ border-top:1px solid rgba(250,247,240,.1); font-size:.8rem; }
.social-ico{
  width:38px; height:38px; border-radius:50%; border:1px solid rgba(250,247,240,.2);
  display:flex; align-items:center; justify-content:center; transition:.2s ease;
}
.social-ico:hover{ background: var(--gold); color: var(--forest-deep); border-color: var(--gold); }

/* ---------- Reveal-on-scroll ---------- */
.reveal{ opacity:0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible{ opacity:1; transform:none; }

/* ---------- Contact ---------- */
.contact-form-vv .form-control{
  background: var(--white); border:1.5px solid rgba(22,56,50,.15); border-radius: var(--radius-sm);
  padding: 13px 16px; font-family: var(--font-body);
}
.contact-form-vv .form-control:focus{ border-color: var(--gold); box-shadow: 0 0 0 3px rgba(198,154,63,.18); }
.info-card-vv{ background: var(--white); border-radius: var(--radius-md); padding: 26px; border:1px solid rgba(22,56,50,.08); }

@media (max-width: 991px){
  .export-panel, .cta-vv{ padding: 40px 26px; }
}
