/* ═══════════════════════════════════════════════════════════
   VERDANT SOURCE — Premium Forest Green Luxury Theme
   Palette: Forest #1a4332 | Gold #c9a84c | Cream #f9f6f0
   NO BLACK — deepest dark is forest green #1a3a2a
═══════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --vd-forest:  #1a4332;
  --vd-forest2: #0f2d22;
  --vd-sage:    #4a7c5f;
  --vd-mint:    #8faa96;
  --vd-gold:    #c9a84c;
  --vd-gold2:   #e8c96b;
  --vd-cream:   #f9f6f0;
  --vd-cream2:  #f0ebe0;
  --vd-white:   #ffffff;
  --vd-text:    #1e3028;
  --vd-sub:     #4a6555;
  --vd-border:  rgba(26,67,50,0.12);
  --vd-glass:   rgba(26,67,50,0.85);
  --vd-radius:  12px;
  --vd-shadow:  0 8px 40px rgba(26,67,50,0.12);
  --vd-glow:    0 0 40px rgba(201,168,76,0.2);
  --ff-serif:   'Cormorant Garamond', Georgia, serif;
  --ff-sans:    'Inter', 'Segoe UI', sans-serif;
}

/* ── Base ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--ff-sans);
  background: var(--vd-cream);
  color: var(--vd-text);
  overflow-x: hidden;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ol, ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── Scroll animations ────────────────────────────────── */
.vd-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(.16,1,.3,1), transform 0.8s cubic-bezier(.16,1,.3,1);
}
.vd-reveal.vd-visible { opacity: 1; transform: none; }
.vd-reveal-left { opacity: 0; transform: translateX(-50px); transition: opacity 0.8s cubic-bezier(.16,1,.3,1), transform 0.8s cubic-bezier(.16,1,.3,1); }
.vd-reveal-left.vd-visible { opacity: 1; transform: none; }
.vd-reveal-right { opacity: 0; transform: translateX(50px); transition: opacity 0.8s cubic-bezier(.16,1,.3,1), transform 0.8s cubic-bezier(.16,1,.3,1); }
.vd-reveal-right.vd-visible { opacity: 1; transform: none; }
.vd-reveal-scale { opacity: 0; transform: scale(0.92); transition: opacity 0.7s cubic-bezier(.16,1,.3,1), transform 0.7s cubic-bezier(.16,1,.3,1); }
.vd-reveal-scale.vd-visible { opacity: 1; transform: scale(1); }
.delay-1 { transition-delay: 0.1s !important; }
.delay-2 { transition-delay: 0.2s !important; }
.delay-3 { transition-delay: 0.3s !important; }
.delay-4 { transition-delay: 0.4s !important; }
.delay-5 { transition-delay: 0.5s !important; }
.delay-6 { transition-delay: 0.6s !important; }

/* ── Utility ──────────────────────────────────────────── */
.vd-container { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
.vd-section { padding: 100px 0; }
.vd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vd-gold);
  margin-bottom: 16px;
}
.vd-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--vd-gold); }
.vd-h1 { font-family: var(--ff-serif); font-size: clamp(42px, 7vw, 96px); font-weight: 300; line-height: 1.05; color: var(--vd-forest); letter-spacing: -0.02em; }
.vd-h2 { font-family: var(--ff-serif); font-size: clamp(32px, 4vw, 58px); font-weight: 400; line-height: 1.12; color: var(--vd-forest); letter-spacing: -0.01em; }
.vd-h3 { font-family: var(--ff-serif); font-size: clamp(22px, 2.5vw, 32px); font-weight: 400; line-height: 1.2; color: var(--vd-forest); }
.vd-lead { font-size: 17px; line-height: 1.75; color: var(--vd-sub); max-width: 580px; }
.vd-btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--vd-forest);
  color: var(--vd-white);
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 2px;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
  white-space: nowrap;
}
.vd-btn-primary:hover { background: var(--vd-forest2); box-shadow: 0 8px 24px rgba(26,67,50,0.3); transform: translateY(-2px); color: var(--vd-white); }
.vd-btn-gold {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, var(--vd-gold), var(--vd-gold2));
  color: var(--vd-forest);
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 2px;
  transition: box-shadow 0.3s, transform 0.2s;
}
.vd-btn-gold:hover { box-shadow: var(--vd-glow); transform: translateY(-2px); color: var(--vd-forest); }
.vd-btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1.5px solid var(--vd-forest);
  color: var(--vd-forest);
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 13px 30px;
  border-radius: 2px;
  transition: background 0.3s, color 0.3s;
}
.vd-btn-outline:hover { background: var(--vd-forest); color: var(--vd-white); }
.vd-divider { width: 48px; height: 2px; background: linear-gradient(90deg, var(--vd-gold), transparent); margin: 20px 0; }
.vd-tag {
  display: inline-block;
  font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  background: rgba(201,168,76,0.12);
  color: var(--vd-gold);
  border: 1px solid rgba(201,168,76,0.3);
  border-radius: 2px;
  padding: 5px 12px;
}

/* ── Topbar ───────────────────────────────────────────── */
#vd-topbar {
  background: var(--vd-forest2);
  padding: 9px 0;
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}
#vd-topbar a { color: rgba(255,255,255,0.6); }
#vd-topbar i { color: var(--vd-gold); }
.vd-tb-left, .vd-tb-right { display: flex; align-items: center; gap: 20px; }
.vd-tb-left span { display: flex; align-items: center; gap: 6px; }

/* ── Navbar ───────────────────────────────────────────── */
#vd-nav {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(249,246,240,0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--vd-border);
  transition: box-shadow 0.3s, background 0.3s;
}
#vd-nav.scrolled { box-shadow: 0 4px 32px rgba(26,67,50,0.1); background: rgba(249,246,240,0.98); }
.vd-nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.vd-logo img { max-height: 52px; width: auto; }
.vd-nav-links { display: flex; align-items: center; gap: 36px; }
.vd-nav-links a {
  font-size: 13px; font-weight: 500;
  color: var(--vd-text);
  letter-spacing: 0.04em;
  position: relative;
  padding-bottom: 3px;
  transition: color 0.2s;
}
.vd-nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px; background: var(--vd-gold);
  transition: width 0.3s;
}
.vd-nav-links a:hover { color: var(--vd-forest); }
.vd-nav-links a:hover::after { width: 100%; }
.vd-nav-right { display: flex; align-items: center; gap: 16px; }
.vd-hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.vd-hamburger span { display: block; width: 24px; height: 1.5px; background: var(--vd-forest); transition: all 0.3s; }
/* Hamburger → X transform */
.vd-hamburger span { transform-origin: center; }
.vd-hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(4.5px, 4.5px); }
.vd-hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.vd-hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(4.5px, -4.5px); }

@media (max-width: 1024px) {
  .vd-hamburger { display: flex; }
  .vd-nav-links {
    position: absolute; top: 76px; left: 0; right: 0;
    background: var(--vd-cream); flex-direction: column;
    padding: 0 32px; gap: 0; border-bottom: 1px solid var(--vd-border);
    box-shadow: 0 12px 32px rgba(26,67,50,0.08);
    display: flex; z-index: 999;
    max-height: 0; overflow: hidden;
    transition: max-height 0.38s cubic-bezier(.16,1,.3,1), padding 0.38s;
  }
  .vd-nav-links.open { max-height: 500px; padding: 8px 32px 20px; }
  .vd-nav-links a { padding: 13px 0; border-bottom: 1px solid var(--vd-border); width: 100%; font-size: 14px; }
  .vd-nav-links a:last-child { border-bottom: none; }
  .vd-nav-right .vd-btn-primary { display: none; }
}

/* ── Hero ─────────────────────────────────────────────── */
#vd-hero { position: relative; height: 100vh; min-height: 700px; overflow: hidden; }
.vd-hero-track { display: flex; height: 100%; transition: transform 0.9s cubic-bezier(.76,0,.24,1); }
.vd-hero-slide { position: relative; flex: 0 0 100%; height: 100%; overflow: hidden; }
.vd-hero-slide video {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;
  z-index: 0;
}
.vd-hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(135deg, rgba(10,30,20,0.68) 0%, rgba(26,67,50,0.35) 60%, transparent 100%);
}
.vd-hero-content {
  position: relative; z-index: 2;
  height: 100%; display: flex; align-items: center;
}
.vd-hero-text { max-width: 720px; }
.vd-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--vd-gold2);
  margin-bottom: 24px;
  opacity: 0; transform: translateY(20px);
  animation: heroIn 0.9s 0.3s cubic-bezier(.16,1,.3,1) forwards;
}
.vd-hero-eyebrow::before { content: ''; width: 40px; height: 1px; background: var(--vd-gold); }
.vd-hero-h1 {
  font-family: var(--ff-serif);
  font-size: clamp(46px, 7.5vw, 108px);
  font-weight: 300; line-height: 1.02;
  color: var(--vd-white);
  letter-spacing: -0.02em;
  text-shadow: 0 2px 40px rgba(0,0,0,0.3);
  opacity: 0; transform: translateY(30px);
  animation: heroIn 1s 0.5s cubic-bezier(.16,1,.3,1) forwards;
}
.vd-hero-h1 em { font-style: italic; color: var(--vd-gold2); }
.vd-hero-sub {
  font-size: 16px; color: rgba(255,255,255,0.8); line-height: 1.7;
  max-width: 480px; margin: 20px 0 36px;
  opacity: 0; transform: translateY(20px);
  animation: heroIn 0.9s 0.75s cubic-bezier(.16,1,.3,1) forwards;
}
.vd-hero-btns {
  display: flex; gap: 16px; flex-wrap: wrap;
  opacity: 0; transform: translateY(20px);
  animation: heroIn 0.9s 0.95s cubic-bezier(.16,1,.3,1) forwards;
}
@keyframes heroIn { to { opacity: 1; transform: none; } }
.vd-hero-scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px;
  opacity: 0; animation: heroIn 1s 1.4s forwards;
}
.vd-hero-scroll span { font-size: 10px; letter-spacing: 0.15em; color: rgba(255,255,255,0.6); text-transform: uppercase; }
.vd-scroll-line { width: 1px; height: 48px; background: linear-gradient(to bottom, var(--vd-gold), transparent); animation: scrollAnim 2s 1.6s ease-in-out infinite; }
@keyframes scrollAnim { 0%,100% { opacity: 0.4; transform: scaleY(0.6); } 50% { opacity: 1; transform: scaleY(1); } }
.vd-hero-dots { position: absolute; bottom: 32px; right: 40px; z-index: 3; display: flex; gap: 8px; }
.vd-hero-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.35); border: none; cursor: pointer; transition: all 0.3s; }
.vd-hero-dot.active { width: 24px; border-radius: 3px; background: var(--vd-gold); }

/* ── Ticker ───────────────────────────────────────────── */
#vd-ticker {
  background: linear-gradient(90deg, var(--vd-forest), var(--vd-sage));
  padding: 16px 0; overflow: hidden;
}
.vd-ticker-track {
  display: inline-flex; align-items: center; gap: 32px;
  animation: vdTicker 38s linear infinite; white-space: nowrap;
}
.vd-ticker-track span { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.85); }
.vd-ticker-track i { color: var(--vd-gold); font-size: 8px; }
@keyframes vdTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── About / Identity ─────────────────────────────────── */
#vd-about { background: var(--vd-white); }
.vd-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.vd-about-visual { position: relative; }
.vd-about-img-stack { display: grid; grid-template-columns: 1.2fr 1fr; grid-template-rows: auto auto; gap: 12px; height: 520px; }
.vd-about-img-stack img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.vd-about-img-stack .img-main { grid-row: span 2; }
.vd-about-badge {
  position: absolute; bottom: -24px; right: -24px;
  background: var(--vd-forest);
  border-radius: 4px; padding: 22px 26px; text-align: center;
  box-shadow: var(--vd-shadow);
}
.vd-badge-n { display: block; font-family: var(--ff-serif); font-size: 42px; font-weight: 300; color: var(--vd-gold2); line-height: 1; }
.vd-badge-l { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; color: rgba(255,255,255,0.7); text-transform: uppercase; margin-top: 4px; }

/* ── Stats ────────────────────────────────────────────── */
#vd-stats { background: var(--vd-forest); padding: 70px 0; }
.vd-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.vd-stat-item { text-align: center; padding: 20px 24px; position: relative; }
.vd-stat-item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 20%; height: 60%; width: 1px; background: rgba(255,255,255,0.12); }
.vd-stat-n { font-family: var(--ff-serif); font-size: 52px; font-weight: 300; color: var(--vd-gold2); line-height: 1; display: block; }
.vd-stat-l { font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-top: 8px; display: block; }

/* ── Services ─────────────────────────────────────────── */
#vd-services { background: var(--vd-cream); }
.vd-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 60px; }
.vd-svc-card {
  background: var(--vd-white);
  padding: 44px 36px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(.16,1,.3,1), box-shadow 0.4s;
  cursor: default;
}
.vd-svc-card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--vd-forest), var(--vd-sage));
  opacity: 0; transition: opacity 0.4s;
}
.vd-svc-card:hover { transform: translateY(-8px); box-shadow: 0 20px 60px rgba(26,67,50,0.18); }
.vd-svc-card:hover::before { opacity: 1; }
.vd-svc-card:hover * { color: rgba(255,255,255,0.9) !important; }
.vd-svc-card:hover .vd-svc-icon { border-color: rgba(255,255,255,0.3); background: rgba(255,255,255,0.1); }
.vd-svc-card > * { position: relative; z-index: 1; }
.vd-svc-icon {
  width: 56px; height: 56px; border-radius: 50%;
  border: 1.5px solid var(--vd-border);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s;
  font-size: 22px; color: var(--vd-sage);
}
.vd-svc-card h3 { font-family: var(--ff-serif); font-size: 22px; color: var(--vd-forest); margin-bottom: 12px; transition: color 0.3s; }
.vd-svc-card p { font-size: 14px; color: var(--vd-sub); line-height: 1.7; transition: color 0.3s; }
.vd-svc-num { position: absolute; top: 28px; right: 28px; font-family: var(--ff-serif); font-size: 54px; font-weight: 300; color: rgba(26,67,50,0.06); z-index: 0; transition: color 0.3s; }
.vd-svc-card:hover .vd-svc-num { color: rgba(255,255,255,0.06); }

/* ── Product Gallery ──────────────────────────────────── */
#vd-products { background: var(--vd-cream2); }
.vd-products-header { text-align: center; margin-bottom: 52px; }
.vd-filter-bar { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 48px; }
.vd-filter-btn {
  font-family: var(--ff-sans);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--vd-sub);
  border: 1.5px solid transparent;
  background: var(--vd-white);
  padding: 10px 22px;
  border-radius: 2px;
  transition: all 0.25s;
  cursor: pointer;
  display: flex; align-items: center; gap: 6px;
}
.vd-filter-btn .count { font-size: 10px; background: rgba(26,67,50,0.1); color: var(--vd-sage); border-radius: 20px; padding: 1px 7px; }
.vd-filter-btn:hover, .vd-filter-btn.active {
  background: var(--vd-forest); color: var(--vd-white);
  border-color: var(--vd-forest);
}
.vd-filter-btn.active .count, .vd-filter-btn:hover .count { background: rgba(255,255,255,0.2); color: rgba(255,255,255,0.9); }
.vd-product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 3px; }
@media (max-width: 1200px) { .vd-product-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 900px) { .vd-product-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .vd-product-grid { grid-template-columns: repeat(2, 1fr); } }
.vd-prod-item {
  position: relative;
  background: var(--vd-white);
  overflow: hidden;
  cursor: pointer;
}
.vd-prod-item[hidden] { display: none !important; }
.vd-prod-thumb { position: relative; aspect-ratio: 3/4; overflow: hidden; }
.vd-prod-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(.16,1,.3,1); display: block; }
.vd-prod-item:hover .vd-prod-thumb img { transform: scale(1.06); }
.vd-prod-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(15,45,34,0.92) 0%, rgba(15,45,34,0) 55%);
  opacity: 0; transition: opacity 0.35s;
  display: flex; flex-direction: column;
  justify-content: flex-end; padding: 18px;
}
.vd-prod-item:hover .vd-prod-overlay { opacity: 1; }
.vd-prod-overlay span { color: var(--vd-white); font-size: 11.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.vd-prod-zoom {
  position: absolute; top: 12px; right: 12px;
  width: 34px; height: 34px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: var(--vd-forest);
  opacity: 0; transform: scale(0.7);
  transition: opacity 0.25s, transform 0.25s;
}
.vd-prod-item:hover .vd-prod-zoom { opacity: 1; transform: scale(1); }
.vd-prod-cat-pill {
  display: none !important;
  position: absolute; top: 10px; left: 10px;
  font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  background: var(--vd-forest); color: var(--vd-gold2);
  border-radius: 2px; padding: 3px 8px;
}
.vd-loadmore { text-align: center; margin-top: 36px; }
.vd-loadmore-btn {
  font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--vd-forest); border: 1.5px solid var(--vd-forest);
  padding: 13px 36px; border-radius: 2px;
  background: none; cursor: pointer;
  transition: all 0.25s;
  display: inline-flex; align-items: center; gap: 8px;
}
.vd-loadmore-btn:hover { background: var(--vd-forest); color: var(--vd-white); }
.vd-loadmore-btn.hidden { display: none; }

/* ── Lightbox ─────────────────────────────────────────── */
#vd-lightbox {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(10,25,18,0.94);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s;
  backdrop-filter: blur(10px);
}
#vd-lightbox.open { opacity: 1; pointer-events: all; }
.vd-lb-inner { position: relative; max-width: 500px; max-height: 90vh; }
.vd-lb-inner img { max-width: 100%; max-height: 80vh; object-fit: contain; border-radius: 4px; }
.vd-lb-close {
  position: absolute; top: -20px; right: -20px;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--vd-white);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: var(--vd-forest);
  cursor: pointer; transition: background 0.2s;
  border: none;
}
.vd-lb-close:hover { background: var(--vd-gold2); }
.vd-lb-caption { text-align: center; margin-top: 16px; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.vd-lb-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.15); color: var(--vd-white);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; cursor: pointer;
  border: 1px solid rgba(255,255,255,0.2);
  transition: background 0.2s;
}
.vd-lb-nav:hover { background: var(--vd-gold); color: var(--vd-forest); }
.vd-lb-prev { left: -60px; }
.vd-lb-next { right: -60px; }

/* ── Process / How We Work ────────────────────────────── */
#vd-process { background: var(--vd-forest2); }
.vd-process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 64px; position: relative; }
.vd-process-grid::before {
  content: '';
  position: absolute; top: 36px; left: 10%; right: 10%;
  height: 1px; background: linear-gradient(90deg, transparent, rgba(201,168,76,0.4), transparent);
}
.vd-proc-item { text-align: center; padding: 0 16px; }
.vd-proc-n {
  width: 72px; height: 72px; border-radius: 50%;
  border: 1.5px solid rgba(201,168,76,0.4);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-family: var(--ff-serif); font-size: 26px; font-weight: 300;
  color: var(--vd-gold2);
  background: rgba(201,168,76,0.06);
  position: relative; z-index: 1;
  transition: background 0.3s, border-color 0.3s;
}
.vd-proc-item:hover .vd-proc-n { background: var(--vd-gold); border-color: var(--vd-gold); color: var(--vd-forest); }
.vd-proc-item h4 { font-family: var(--ff-serif); font-size: 18px; color: var(--vd-white); margin-bottom: 10px; }
.vd-proc-item p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.65; }
@media (max-width: 768px) {
  .vd-process-grid { grid-template-columns: 1fr 1fr; }
  .vd-process-grid::before { display: none; }
}

/* ── Global Map ───────────────────────────────────────── */
#vd-reach { background: var(--vd-cream); position: relative; overflow: hidden; }
.vd-reach-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: center; }
.vd-map-wrap { position: relative; }
.vd-map-bg { width: 100%; opacity: 0.25; filter: hue-rotate(100deg) saturate(0.5); }
.vd-map-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.vd-reach-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.vd-rs-item { background: var(--vd-white); border-radius: 4px; padding: 22px; border: 1px solid var(--vd-border); }
.vd-rs-n { font-family: var(--ff-serif); font-size: 36px; font-weight: 300; color: var(--vd-forest); display: block; line-height: 1; }
.vd-rs-l { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vd-sub); margin-top: 6px; display: block; }

/* ── Book Appointment ─────────────────────────────────── */
#vd-booking { background: linear-gradient(135deg, var(--vd-forest), var(--vd-sage)); position: relative; overflow: hidden; }
#vd-booking::before {
  content: '';
  position: absolute; top: -40%; left: 30%; right: -20%;
  aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.vd-booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.vd-booking-left h2 { color: var(--vd-white); }
.vd-booking-left p { color: rgba(255,255,255,0.75); margin: 20px 0 36px; font-size: 16px; line-height: 1.75; max-width: 420px; }
.vd-calendar {
  background: var(--vd-white);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(10,30,20,0.3);
}
.vd-cal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.vd-cal-header h4 { font-family: var(--ff-serif); font-size: 18px; color: var(--vd-forest); }
.vd-cal-nav { display: flex; gap: 8px; }
.vd-cal-nav button {
  width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid var(--vd-border);
  background: none; color: var(--vd-sage); font-size: 12px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all 0.2s;
}
.vd-cal-nav button:hover { background: var(--vd-forest); color: var(--vd-white); border-color: var(--vd-forest); }
.vd-cal-days { display: grid; grid-template-columns: repeat(7,1fr); gap: 3px; margin-bottom: 8px; }
.vd-cal-days span { text-align: center; font-size: 10px; font-weight: 700; letter-spacing: 0.06em; color: var(--vd-sub); padding: 4px 0; }
.vd-cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 3px; }
.vd-cal-cell {
  aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
  font-size: 12.5px; color: var(--vd-text); border-radius: 4px;
  cursor: pointer; transition: all 0.2s; font-weight: 400;
}
.vd-cal-cell:hover { background: rgba(26,67,50,0.1); }
.vd-cal-cell.available { font-weight: 600; color: var(--vd-forest); }
.vd-cal-cell.available:hover { background: var(--vd-forest); color: var(--vd-white); }
.vd-cal-cell.selected { background: var(--vd-gold); color: var(--vd-forest); font-weight: 700; }
.vd-cal-cell.empty, .vd-cal-cell.past { color: rgba(26,67,50,0.2); cursor: default; }
.vd-cal-cell.today { border: 1.5px solid var(--vd-forest); }
.vd-cal-slots { margin-top: 16px; border-top: 1px solid var(--vd-border); padding-top: 16px; }
.vd-cal-slots h5 { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vd-sub); margin-bottom: 10px; }
.vd-time-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
.vd-time-slot {
  text-align: center; font-size: 11.5px; font-weight: 600;
  border: 1px solid var(--vd-border); border-radius: 3px;
  padding: 7px; cursor: pointer; color: var(--vd-sub);
  transition: all 0.2s;
}
.vd-time-slot:hover, .vd-time-slot.selected { background: var(--vd-forest); color: var(--vd-white); border-color: var(--vd-forest); }
.vd-book-form { margin-top: 20px; border-top: 1px solid var(--vd-border); padding-top: 20px; }
.vd-book-form input {
  width: 100%; border: 1px solid var(--vd-border); border-radius: 3px;
  padding: 10px 14px; font-size: 13px; color: var(--vd-text);
  background: var(--vd-cream); margin-bottom: 10px;
  transition: border-color 0.2s; outline: none; font-family: var(--ff-sans);
}
.vd-book-form input:focus { border-color: var(--vd-forest); background: var(--vd-white); }
.vd-book-submit {
  width: 100%; padding: 13px;
  background: linear-gradient(135deg, var(--vd-forest), var(--vd-sage));
  color: var(--vd-white); font-size: 12px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  border: none; border-radius: 3px; cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}
.vd-book-submit:hover { opacity: 0.9; transform: translateY(-1px); }
.vd-book-confirm { display: none; text-align: center; padding: 20px 0; }
.vd-book-confirm i { font-size: 36px; color: var(--vd-sage); margin-bottom: 12px; display: block; }
.vd-book-confirm p { color: var(--vd-forest); font-size: 14px; line-height: 1.6; }

/* ── Testimonials ─────────────────────────────────────── */
#vd-testi { background: var(--vd-white); overflow: hidden; }
.vd-testi-track-wrap { overflow: hidden; position: relative; }
.vd-testi-track { display: flex; transition: transform 0.7s cubic-bezier(.76,0,.24,1); }
.vd-testi-slide { flex: 0 0 50%; padding: 0 20px; }
.vd-testi-card { background: var(--vd-cream); border-radius: 4px; padding: 40px; height: 100%; border: 1px solid var(--vd-border); }
.vd-testi-card.featured { background: var(--vd-forest); border-color: transparent; }
.vd-testi-card.featured * { color: rgba(255,255,255,0.85) !important; }
.vd-testi-card.featured .vd-tq { color: rgba(201,168,76,0.5) !important; }
.vd-testi-card.featured strong { color: var(--vd-white) !important; }
.vd-tq { font-family: var(--ff-serif); font-size: 60px; color: var(--vd-gold); opacity: 0.3; line-height: 1; display: block; margin-bottom: 8px; }
.vd-testi-card p { font-size: 15px; color: var(--vd-sub); line-height: 1.8; font-style: italic; margin-bottom: 24px; }
.vd-testi-auth { display: flex; align-items: center; gap: 12px; }
.vd-ta-av { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--vd-gold), var(--vd-gold2)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--vd-forest); flex-shrink: 0; }
.vd-testi-auth strong { display: block; font-size: 14px; color: var(--vd-text); }
.vd-testi-auth span { font-size: 12px; color: var(--vd-sub); }
.vd-testi-controls { display: flex; gap: 10px; margin-top: 36px; }
.vd-testi-btn { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--vd-border); display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--vd-sage); cursor: pointer; transition: all 0.25s; background: none; }
.vd-testi-btn:hover { background: var(--vd-forest); color: var(--vd-white); border-color: var(--vd-forest); }
@media (max-width: 768px) { .vd-testi-slide { flex: 0 0 100%; } }

/* ── Logo Sliders (Recognition & Certifications) ──────── */
.vd-logo-section {
  padding: 52px 0;
  border-top: 1px solid var(--vd-border);
  border-bottom: 1px solid var(--vd-border);
  overflow: hidden;
}
.vd-logo-section:first-of-type { background: var(--vd-white); }
.vd-logo-section + .vd-logo-section { background: var(--vd-cream2); border-top: none; }
.vd-logo-section-head {
  text-align: center;
  margin-bottom: 32px;
}
.vd-logo-section-head span {
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--vd-sub);
  display: inline-flex; align-items: center; gap: 14px;
}
.vd-logo-section-head span::before,
.vd-logo-section-head span::after { content: ''; flex: 1; width: 40px; height: 1px; background: var(--vd-border); }
.vd-logo-slider {
  position: relative;
  overflow: hidden;
}
/* Gradient fade edges */
.vd-logo-slider::before,
.vd-logo-slider::after {
  content: '';
  position: absolute; top: 0; bottom: 0; width: 140px; z-index: 2;
  pointer-events: none;
}
.vd-logo-slider.bg-white::before { left: 0; background: linear-gradient(to right, #fff, transparent); }
.vd-logo-slider.bg-white::after  { right: 0; background: linear-gradient(to left,  #fff, transparent); }
.vd-logo-slider.bg-cream::before { left: 0; background: linear-gradient(to right, var(--vd-cream2), transparent); }
.vd-logo-slider.bg-cream::after  { right: 0; background: linear-gradient(to left,  var(--vd-cream2), transparent); }

.vd-logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 0;
}
/* Slow track — "We Are Recognised By" */
.vd-logo-track.slow {
  animation: logoScroll 38s linear infinite;
}
/* Fast track — "Our Partner Certifications" */
.vd-logo-track.fast {
  animation: logoScroll 16s linear infinite;
  animation-direction: reverse;
}
.vd-logo-track:hover { animation-play-state: paused; }
@keyframes logoScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.vd-logo-item {
  display: flex; align-items: center; justify-content: center;
  padding: 0 48px;
  flex-shrink: 0;
}
.vd-logo-item img {
  height: 64px; width: auto; max-width: 160px;
  object-fit: contain;
  filter: grayscale(1) opacity(0.45);
  transition: filter 0.35s, transform 0.3s;
  display: block;
}
.vd-logo-item img:hover { filter: grayscale(0) opacity(1); transform: scale(1.06); }

@media (max-width: 768px) {
  .vd-logo-item { padding: 0 28px; }
  .vd-logo-item img { height: 48px; }
  .vd-logo-slider::before, .vd-logo-slider::after { width: 60px; }
}

/* ── Certifications (old static strip — kept hidden, replaced by sliders) ── */
#vd-certs { display: none; }

/* ── CTA ──────────────────────────────────────────────── */
#vd-cta { background: var(--vd-cream); position: relative; overflow: hidden; }
.vd-cta-inner { text-align: center; max-width: 680px; margin: 0 auto; }
.vd-cta-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 36px; }
.vd-cta-bg-text {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  font-family: var(--ff-serif); font-size: clamp(80px, 14vw, 200px);
  font-weight: 300; color: rgba(26,67,50,0.04);
  white-space: nowrap; pointer-events: none; z-index: 0;
  letter-spacing: -0.04em;
}
.vd-cta-inner { position: relative; z-index: 1; }

/* ── Footer ───────────────────────────────────────────── */
#vd-footer { background: var(--vd-forest2); padding: 72px 0 0; }
.vd-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 60px; }
.vd-footer-desc { font-size: 13.5px; color: rgba(255,255,255,0.5); line-height: 1.75; margin: 20px 0 24px; max-width: 320px; }
.vd-footer-socials { display: flex; gap: 10px; }
.vd-footer-socials a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.6); display: flex; align-items: center; justify-content: center; font-size: 14px; transition: all 0.2s; }
.vd-footer-socials a:hover { background: var(--vd-gold); border-color: var(--vd-gold); color: var(--vd-forest); }
.vd-footer-title { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vd-white); margin-bottom: 18px; }
.vd-footer-links { display: flex; flex-direction: column; gap: 10px; }
.vd-footer-links a { font-size: 13px; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.vd-footer-links a:hover { color: var(--vd-gold2); }
.vd-footer-contact-list { display: flex; flex-direction: column; gap: 12px; }
.vd-footer-contact-list li { display: flex; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.55; }
.vd-footer-contact-list i { color: var(--vd-gold); flex-shrink: 0; margin-top: 2px; }
.vd-footer-contact-list a { color: rgba(255,255,255,0.5); }
.vd-footer-contact-list a:hover { color: var(--vd-gold2); }
.vd-footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 20px 0; margin-top: 60px; }
.vd-footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.3); text-align: center; }
.vd-footer-bottom a { color: rgba(201,168,76,0.6); }

/* ── WhatsApp & Chatbot ───────────────────────────────── */
#vd-wa {
  position: fixed; bottom: 88px; right: 20px;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; color: var(--vd-white);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; z-index: 9998;
  box-shadow: 0 4px 16px rgba(37,211,102,0.45);
  transition: transform 0.25s, box-shadow 0.25s;
  text-decoration: none;
}
#vd-wa:hover { transform: scale(1.1); box-shadow: 0 8px 24px rgba(37,211,102,0.55); color: var(--vd-white); }

/* ── Go Top ───────────────────────────────────────────── */
#vd-totop {
  position: fixed; bottom: 20px; right: 20px;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--vd-forest); color: var(--vd-white);
  border: none; display: flex; align-items: center; justify-content: center;
  font-size: 16px; cursor: pointer; z-index: 9997;
  box-shadow: 0 4px 16px rgba(26,67,50,0.3);
  opacity: 0; transition: opacity 0.3s, transform 0.3s;
  transform: translateY(10px);
}
#vd-totop.visible { opacity: 1; transform: none; }
#vd-totop:hover { background: var(--vd-gold); }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE — TABLET & MOBILE
══════════════════════════════════════════════════════════ */

/* ── Tablet (≤ 1024px) ──────────────────────────────────── */
@media (max-width: 1024px) {
  .vd-about-grid, .vd-booking-grid, .vd-reach-grid { grid-template-columns: 1fr; gap: 48px; }
  .vd-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .vd-stats-grid { grid-template-columns: repeat(2,1fr); }
  .vd-services-grid { grid-template-columns: 1fr 1fr; }
  .vd-process-grid { grid-template-columns: repeat(3,1fr); gap: 32px; }
  .vd-booking-left p { max-width: 100%; }
  .vd-reach-grid { order: 1; }
  .vd-map-wrap { min-height: 300px; }
}

/* ── Mobile (≤ 768px) ───────────────────────────────────── */
@media (max-width: 768px) {
  /* Hide topbar — save vertical space on mobile */
  #vd-topbar { display: none; }

  /* Navbar: smaller logo */
  .vd-logo img { max-height: 40px; }
  .vd-nav-inner { height: 64px; }
  .vd-nav-links { top: 64px; }
  .vd-hamburger { padding: 6px; }

  /* Hero: tighten up */
  #vd-hero { min-height: 100svh; }
  .vd-hero-h1 { font-size: clamp(36px, 10vw, 64px); }
  .vd-hero-sub { font-size: 14px; margin: 14px 0 24px; }
  .vd-hero-btns { gap: 10px; }
  .vd-hero-btns a { padding: 11px 22px; font-size: 11px; }
  /* Hero arrows: move to bottom-left/right on mobile */
  #vd-hero-prev, #vd-hero-next {
    width: 36px !important; height: 36px !important;
    font-size: 13px !important;
    top: auto !important; transform: none !important;
    bottom: 60px !important;
  }
  #vd-hero-prev { left: 16px !important; }
  #vd-hero-next { right: 16px !important; }

  /* Filter bar: single horizontal scroll row */
  .vd-filter-bar {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 6px;
    margin-left: -20px; margin-right: -20px;
    padding-left: 20px; padding-right: 20px;
    gap: 6px;
  }
  .vd-filter-bar::-webkit-scrollbar { display: none; }
  .vd-filter-btn { flex-shrink: 0; padding: 9px 16px; font-size: 11px; }

  /* Lightbox: arrows inside frame, close inside */
  .vd-lb-inner { max-width: calc(100vw - 32px); padding: 0 8px; }
  .vd-lb-prev { left: -8px; }
  .vd-lb-next { right: -8px; }
  .vd-lb-close { top: -12px; right: -12px; width: 34px; height: 34px; font-size: 13px; }

  /* Stats: 2 cols */
  .vd-stats-grid { grid-template-columns: 1fr 1fr; }
  .vd-stat-item { padding: 36px 20px; }

  /* Services: 1 col */
  .vd-services-grid { grid-template-columns: 1fr; }
  .vd-svc-card { padding: 28px; }

  /* Process: 2 col */
  .vd-process-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .vd-process-grid::before { display: none; }
  .vd-proc-n { width: 56px; height: 56px; font-size: 20px; }

  /* Map: hide SVG detail, keep image */
  .vd-map-wrap { min-height: 220px; }

  /* Booking calendar: compact */
  .vd-calendar { padding: 20px 16px; }
  .vd-cal-cell { font-size: 11px; }
  .vd-time-grid { grid-template-columns: repeat(3,1fr); gap: 4px; }
  .vd-time-slot { font-size: 10.5px; padding: 6px 4px; }

  /* Testimonials: full width */
  .vd-testi-slide { flex: 0 0 100%; padding: 0 8px; }
  .vd-testi-card { padding: 28px 22px; }
  .vd-testi-controls { margin-top: 24px; }

  /* Certs: 3 per row */
  .vd-certs-inner { gap: 24px; }
  .vd-cert-icon { width: 52px; height: 52px; font-size: 20px; }

  /* Footer: single col */
  .vd-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .vd-footer-desc { max-width: 100%; }

  /* About: image stack shorter */
  .vd-about-img-stack { height: 280px; }

  /* Reach stats: 2×2 */
  .vd-reach-stats { grid-template-columns: 1fr 1fr; gap: 12px; }
  .vd-rs-item { padding: 16px; }
  .vd-rs-n { font-size: 28px; }

  /* CTA buttons: stack */
  .vd-cta-btns { flex-direction: column; align-items: center; gap: 12px; }
  .vd-cta-btns a { width: 100%; max-width: 280px; justify-content: center; }
}

/* ── Small mobile (≤ 480px) ─────────────────────────────── */
@media (max-width: 480px) {
  .vd-container { padding: 0 16px; }
  .vd-section { padding: 60px 0; }

  .vd-hero-h1 { font-size: clamp(32px, 9vw, 52px); }
  .vd-hero-eyebrow { font-size: 9px; }
  .vd-hero-btns { flex-direction: column; align-items: flex-start; gap: 10px; }
  .vd-hero-btns a { width: 100%; justify-content: center; }

  .vd-h2 { font-size: clamp(26px, 7vw, 40px); }

  /* Process: 1 col */
  .vd-process-grid { grid-template-columns: 1fr; gap: 20px; }
  .vd-proc-item { padding: 0; }

  /* Stats: 2 cols (keep) */
  .vd-stat-n { font-size: 40px; }

  /* Filter: smaller buttons */
  .vd-filter-btn { padding: 8px 12px; font-size: 10px; }

  /* Booking: reduce calendar padding */
  .vd-calendar { padding: 16px 12px; }
  .vd-cal-header h4 { font-size: 15px; }

  /* Footer bottom */
  .vd-footer-bottom p { font-size: 11px; }

  /* Floating buttons smaller on small screens */
  #vd-wa { width: 48px; height: 48px; font-size: 22px; bottom: 78px; }
  #vd-totop { width: 38px; height: 38px; font-size: 13px; bottom: 20px; }
}
