/*
Theme Name: Dyavika
Theme URI: https://dyavika.com
Author: Dyavika
Author URI: https://dyavika.com
Description: Agarwood Sourcing & Consulting from Northeast India — Custom theme for Dyavika.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dyavika
*/

/* ─── Base ─── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --white:     #FAFAF6;
  --off-white: #F2F5EE;
  --cream:     #EDF0E8;
  --forest:    #243B2E;
  --forest-mid:#3A5C47;
  --green:     #4E7A5E;
  --green-lt:  #7AA889;
  --green-pale:#C8DDD0;
  --green-wash:#EBF3EE;
  --black:     #111412;
  --ink:       #1C2E20;
  --muted:     #6B8070;
  --earth:     #8A6228;
  --earth-lt:  #C49A52;
  --border:    rgba(36,59,46,0.12);
  --border-lt: rgba(36,59,46,0.07);
}

html { scroll-behavior: smooth; }

body {
  background: var(--white);
  color: var(--ink);
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: 0.01em;
  overflow-x: hidden;
  font-size: 16px;
}
p {
  font-size: 16px;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: 1.7;
  letter-spacing: inherit;
}

/* ─── NAV (Bootstrap navbar + custom classes only) ─── */
.dyavika-nav {
  min-height: 72px;
  background: rgba(250, 250, 246, 0.95) !important;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border-lt);
  transition: box-shadow 0.3s;
}
.dyavika-nav.scrolled { box-shadow: 0 2px 32px rgba(36, 59, 46, 0.08); }

.dyavika-nav-container { padding-left: 64px; padding-right: 64px; max-width: 100%; }
@media (max-width: 991px) {
  .dyavika-nav-container { padding-left: 20px; padding-right: 20px; }
}

.dyavika-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
}
.dyavika-brand:hover { opacity: 0.9; }
.dyavika-logo {
  height: 42px;
  width: auto;
  max-height: 48px;
  display: block;
  object-fit: contain;
}

.dyavika-nav-center { padding-right: 120px; }
.dyavika-nav-links .nav-link {
  color: var(--muted) !important;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 1rem;
  padding-right: 1rem;
}
.dyavika-nav-links .nav-link:hover { color: var(--forest) !important; }

.dyavika-cta-btn {
  background: var(--forest) !important;
  color: var(--white) !important;
  border: none !important;
  padding: 11px 26px;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  transition: background 0.3s, transform 0.2s;
}
.dyavika-cta-btn:hover {
  background: var(--forest-mid) !important;
  color: var(--white) !important;
  transform: translateY(-1px);
}

.dyavika-toggler { border: 1px solid var(--border); }
.dyavika-toggler:focus { box-shadow: 0 0 0 2px var(--green-pale); }

/* Mobile offcanvas: full page from right, theme look */
@media (max-width: 991px) {
  .dyavika-offcanvas { width: 100%; max-width: 100%; }
}
.dyavika-offcanvas { max-width: 100%; }
.dyavika-offcanvas-header {
  border-bottom: 1px solid var(--border-lt);
  padding: 20px 24px;
}
.dyavika-offcanvas .offcanvas-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--forest);
}
.dyavika-offcanvas-body { padding: 24px; }
.dyavika-offcanvas-link {
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--forest) !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid var(--border-lt);
}
.dyavika-offcanvas-link:hover { background: var(--green-wash); color: var(--forest) !important; }

/* ─── HERO ─── */
#hero {
  min-height: 100vh; padding-top: 72px;
  display: grid; grid-template-columns: 1fr 1fr;
  position: relative; overflow: hidden;
  width: 100%;
  gap: 0;
}

.hero-left {
  display: flex; flex-direction: column;
  justify-content: center; padding: 80px 64px 80px 80px;
  background: var(--white); position: relative; z-index: 2;
  min-width: 0;
  /* remove seam: overlap by 1px so no dark line shows between columns */
  margin-right: -1px;
  box-shadow: 1px 0 0 var(--white);
}

.hero-eyebrow {
  display: flex; align-items: center; gap: 14px;
  text-transform: uppercase;
  color: var(--green); font-weight: 700; margin-bottom: 28px;
}
.eyebrow-line { width: 32px; height: 1px; background: var(--green); }

h1.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 4.5vw, 72px);
  font-weight: 400; line-height: 1.1;
  color: var(--forest); margin-bottom: 28px;
}
h1.hero-title em { font-style: italic; color: var(--green); }

.hero-sub {
  font-size: 16px; color: var(--muted);
  line-height: 1.85; max-width: 440px;
  margin-bottom: 44px; font-weight: 300;
}

.hero-actions { display: flex; gap: 16px; align-items: center; }
.btn-primary {
  background: var(--forest); color: var(--white);
  padding: 15px 36px; 
  text-transform: uppercase; border: none; cursor: pointer;
  font-family: 'Lato', sans-serif; font-weight: 700;
  text-decoration: none; display: inline-block; transition: all 0.3s;
}
.btn-primary:hover { background: var(--forest-mid); transform: translateY(-2px); }
.btn-ghost {
  background: transparent; color: var(--forest);
  border: 1px solid var(--forest); padding: 14px 32px;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  cursor: pointer; font-family: 'Lato', sans-serif; font-weight: 400;
  text-decoration: none; display: inline-block; transition: all 0.3s;
}
.btn-ghost:hover { background: var(--green-wash); }

.hero-trust {
  margin-top: 52px; padding-top: 32px;
  border-top: 1px solid var(--border);
  display: flex; gap: 32px;
}
.trust-item { font-size: 12px; color: var(--muted); letter-spacing: 0.08em; }
.trust-item strong { display: block; color: var(--forest); font-size: 14px; margin-bottom: 2px; font-weight: 700; }

.hero-right {
  background: var(--forest);
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  justify-content: flex-end; padding: 60px;
  min-width: 0;
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-bg-video {
  width: calc(100% + 4px);
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
  position: relative;
  left: -2px;
}

.hero-visual-bg {
  position: absolute; inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom, rgba(36,59,46,0.45) 0%, rgba(36,59,46,0.7) 100%),
    radial-gradient(ellipse 70% 90% at 30% 30%, rgba(78,122,94,0.25) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 80% 80%, rgba(36,59,46,0.5) 0%, transparent 70%);
  pointer-events: none;
  opacity: 0;
}

.leaf-pattern {
  position: absolute; inset: 0; opacity: 0.06;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cellipse cx='60' cy='30' rx='12' ry='28' fill='none' stroke='%23ffffff' stroke-width='1' transform='rotate(-20 60 30)'/%3E%3Cellipse cx='40' cy='80' rx='10' ry='22' fill='none' stroke='%23ffffff' stroke-width='1' transform='rotate(15 40 80)'/%3E%3Cellipse cx='85' cy='70' rx='8' ry='18' fill='none' stroke='%23ffffff' stroke-width='1' transform='rotate(-10 85 70)'/%3E%3C/svg%3E");
  background-size: 120px 120px;
  pointer-events: none;
}

.hero-card {
  position: relative; z-index: 2;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 36px; backdrop-filter: blur(4px);
}
.hero-card-label {
  letter-spacing: 0.3em; text-transform: uppercase;
  color: #ffffff; margin-bottom: 20px; opacity: 0.7; font-weight: 700;
}
.hero-card-quote {
  font-family: 'DM Serif Display', serif;
  font-size: 22px; color: white; line-height: 1.45;
  font-style: italic; margin-bottom: 20px;
}
.hero-card-attr {
  color: #ffffff;
  letter-spacing: 0.12em;
}

.hero-float-tag {
  position: absolute; top: 60px; right: 60px; z-index: 3;
  background: var(--earth-lt); color: var(--black);
  padding: 10px 20px; font-size: 10px; letter-spacing: 0.2em;
  text-transform: uppercase; font-weight: 700;
}

/* ─── MARQUEE ─── */
.marquee-wrap {
  background: var(--forest); padding: 13px 0;
  overflow: hidden; border-top: none;
}
.marquee-track {
  display: flex; animation: marquee 28s linear infinite; white-space: nowrap;
}
.marquee-item {
  display: inline-flex; align-items: center; gap: 20px;
  padding: 0 36px; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--green-pale); font-weight: 400;
}
.m-dot { width: 3px; height: 3px; background: var(--green-lt); border-radius: 50%; opacity: 0.6; }
@keyframes marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ─── SECTIONS ─── */
section { padding: 110px 80px; }

.section-tag {
  display: flex; align-items: center; gap: 14px;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--green); font-weight: 700; margin-bottom: 18px;
}
.section-tag::before { content:''; width:28px; height:1px; background: var(--green); display:block; }

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 400; color: var(--forest); line-height: 1.15;
  margin-bottom: 18px;
}
.section-title em { font-style: italic; color: var(--green); }
.section-body {
  color: var(--muted);
  max-width: 540px; font-weight: 300;
}
.section-body-mb { margin-bottom: 40px; }

/* ─── WHO WE ARE ─── */
#who { background: var(--white); }
.content-none-section { padding: 80px; }

/* ─── 404 PAGE ─── */
.error-404-section {
  background: var(--white);
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  margin-top: 72px;
}
.error-404-inner {
  text-align: center;
  max-width: 560px;
}
.error-404-inner > * {
  animation: fadeInUp 0.6s ease both;
}
.error-404-inner > *:nth-child(1) { animation-delay: 0.1s; }
.error-404-inner > *:nth-child(2) { animation-delay: 0.2s; }
.error-404-inner > *:nth-child(3) { animation-delay: 0.3s; }
.error-404-inner > *:nth-child(4) { animation-delay: 0.4s; }
.error-404-inner > *:nth-child(5) { animation-delay: 0.5s; }
.error-404-inner > *:nth-child(6) { animation-delay: 0.6s; }
.error-404-section .section-tag { justify-content: center; }
.error-404-section .section-title { margin-bottom: 16px; }
.error-404-section .section-body { margin-bottom: 32px; }
.error-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.who-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 96px; align-items: center; margin-top: 64px;
}

.who-pillars { display: flex; flex-direction: column; gap: 0; }
.pillar {
  display: flex; gap: 24px; padding: 28px 0;
  border-bottom: 1px solid var(--border-lt);
  align-items: flex-start;
}
.pillar:first-child { padding-top: 0; }
.pillar-icon {
  width: 44px; height: 44px; background: var(--green-wash);
  border: 1px solid var(--green-pale);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}
.pillar-icon img{ 
  width: 100%; height: 100%; object-fit: contain; padding: 5px;
}
.pillar-text h4 {
  text-transform: uppercase;
  color: var(--green-lt); margin-bottom: 6px; font-weight: 700;
}
.pillar-text p { color: var(--muted); }

.who-visual {
  background: var(--green-wash);
  border: 1px solid var(--green-pale); padding: 48px;
  position: relative;
}
.who-visual::before {
  content: '';
  position: absolute; top: -12px; left: -12px;
  right: 12px; bottom: 12px;
  border: 1px solid var(--green-pale);
  z-index: -1;
}
.wv-label {
  font-size: 20px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--green); margin-bottom: 28px; font-weight: 700;
}
.wv-headline {
  font-family: 'Playfair Display', serif;
  font-size: 28px; color: var(--forest); line-height: 1.4;
  margin-bottom: 24px; font-style: italic;
}
.wv-desc { color: var(--muted); line-height: 1.8; margin-bottom: 28px; }
.wv-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.wv-tag {
  background: white; border: 1px solid var(--green-pale);
  padding: 6px 7px; 
  text-transform: uppercase; color: var(--forest-mid);
}

/* ─── EMPOWERMENT ─── */
#empower {
  background: var(--forest);
  position: relative; overflow: hidden;
}
#empower::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Ccircle cx='100' cy='100' r='60' fill='none' stroke='%23ffffff' stroke-width='0.5' opacity='0.05'/%3E%3Ccircle cx='100' cy='100' r='90' fill='none' stroke='%23ffffff' stroke-width='0.5' opacity='0.03'/%3E%3C/svg%3E");
  background-size: 300px 300px;
}

.empower-inner { position: relative; z-index: 2; }

.empower-header {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: end; margin-bottom: 72px;
}
.empower-header .section-tag { color: var(--green-lt); }
.empower-header .section-tag::before { background: var(--green-lt); }
.empower-header .section-title { color: white; }
.empower-header .section-title em { color: var(--green-lt); }
.empower-header .section-body { color: rgba(255,255,255,0.5); }

.empower-right-text {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(20px, 2vw, 28px);
  color: rgba(255,255,255,0.75);
  line-height: 1.55; font-style: italic;
  border-left: 2px solid var(--green-lt);
  padding-left: 28px;
}

.empower-cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.empower-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  padding: 44px 36px;
  transition: background 0.3s;
}
.empower-card:hover { background: rgba(255,255,255,0.07); }
.ec-icon { margin-bottom: 20px; width: 75px; height: 75px; display: flex; align-items: center; justify-content: center;}
.ec-icon img{ 
  width: 100%; height: 100%; object-fit: contain;
}
.ec-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px; color: white; margin-bottom: 12px; font-weight: 400;
}
.ec-body {  color: rgba(255,255,255,0.45); }

.empower-bottom {
  margin-top: 64px; padding-top: 48px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; justify-content: space-between; align-items: center;
}
.eb-quote {
  font-family: 'DM Serif Display', serif;
  font-size: 20px; color: white; font-style: italic;
  max-width: 560px; line-height: 1.55;
}
.eb-seals-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.eb-seals {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 12px 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
  width: 700px; /* 6 items: 6×100px + 5×20px gap */
  max-width: 100%;
  min-width: 0;
}
.eb-seals::-webkit-scrollbar { display: none; }
.eb-seal {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 16px;
  text-align: center;
  width: 100px;
  height: 100px;
  min-width: 100px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.eb-seal-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.eb-seal-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.eb-seal-text {
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green-lt);
}

/* ─── WHAT WE DO ─── */
#services { background: var(--off-white); }

.services-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 64px;
}

.services-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.service-card {
  background: var(--white); padding: 40px 28px 36px;
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s, transform 0.3s;
}
.service-card:hover { border-color: var(--green); transform: translateY(-4px); }
.sc-num {
  font-family: 'Playfair Display', serif;
  font-size: 40px; color: var(--green-pale); font-weight: 400;
  margin-bottom: 20px; line-height: 1;
}
.sc-title {
   text-transform: uppercase;
  color: var(--forest); margin-bottom: 12px; font-weight: 700;
}
.sc-body { color: var(--muted); }

/* ─── PRODUCTS ─── */
#products { background: var(--white); }

.products-header {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: end; margin-bottom: 64px;
}

.products-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.product-card {
  border: 1px solid var(--border);
  background: var(--white); overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
}
.product-card:hover { box-shadow: 0 12px 48px rgba(36,59,46,0.1); transform: translateY(-4px); }

.pc-visual {
  height: 200px; position: relative;
  display: flex; align-items: center; justify-content: center;
  font-size: 64px; overflow: hidden;
}
.pc-visual img{ 
  width: 100%; height: 100%; object-fit: cover;
}

.pc-v1 { background: linear-gradient(135deg, #e8f0eb 0%, #c8ddd0 100%); }
.pc-v2 { background: linear-gradient(135deg, #f0ece8 0%, #ddd0c8 100%); }
.pc-v3 { background: linear-gradient(135deg, #ebe8f0 0%, #d0c8dd 100%); }
.pc-v4 { background: linear-gradient(135deg, #e8ebe8 0%, #c8d5c8 100%); }
.pc-v5 { background: linear-gradient(135deg, #f0ebe8 0%, #ddd5c8 100%); }
.pc-v6 { background: linear-gradient(135deg, #e8f0ed 0%, #c8d8d0 100%); }

.pc-badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--forest); color: white;
  font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 4px 12px; font-weight: 700;
}

.pc-body { padding: 24px; }
.pc-origin { text-transform: uppercase; color: var(--green); margin-bottom: 6px; }
.pc-name {
  font-family: 'Playfair Display', serif;
  font-size: 20px; color: var(--forest); margin-bottom: 10px;
}
.pc-desc { color: var(--muted); margin-bottom: 18px; }

/* Product card specs row: MOQ line + button (custom classes only – no Bootstrap overrides) */
.pc-specs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border-lt);
}
.pc-specs-row .pc-specs {
  display: flex;
  gap: 16px;
  padding-top: 0;
  border-top: none;
}
.pc-specs { display: flex; gap: 16px; }
.pcs { font-size: 11px; color: var(--muted); }
.pcs strong { display: block; color: var(--forest); font-size: 12px; margin-bottom: 2px; font-weight: 700; }

/* Product card Call Now button – all styles on .pc-call-btn only */
a.pc-call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  padding: 10px 20px;
  background: var(--forest);
  color: var(--white);
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
  box-shadow: 0 2px 8px rgba(36, 59, 46, 0.25);
}
a.pc-call-btn:hover {
  background: var(--forest-mid);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(36, 59, 46, 0.35);
}
a.pc-call-btn::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M20.01 15.38c-1.23 0-2.42-.2-3.53-.56a.98.98 0 0 0-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M20.01 15.38c-1.23 0-2.42-.2-3.53-.56a.98.98 0 0 0-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

/* ─── SOURCING REGIONS ─── */
#regions { background: var(--cream); }

.regions-layout {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 80px; align-items: start; margin-top: 64px;
}

.region-list { display: flex; flex-direction: column; gap: 0; }
.region-item {
  display: flex; gap: 24px; padding: 28px 0;
  border-bottom: 1px solid var(--border);
  align-items: flex-start; transition: padding-left 0.3s;
  cursor: default;
}
.region-item:hover { padding-left: 8px; }
.ri-dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--green); flex-shrink: 0; margin-top: 5px;
}
.ri-state {
  font-family: 'Playfair Display', serif;
  font-size: 22px; color: var(--forest); margin-bottom: 4px;
}
.ri-species {color: var(--green); font-style: italic; margin-bottom: 8px; }
.ri-desc { color: var(--muted); }
.ri-tags { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.ri-tag {
  background: white; border: 1px solid var(--green-pale);
  padding: 3px 10px; 
  text-transform: uppercase; color: var(--forest-mid);
}

.regions-right {
  background: var(--forest); padding: 52px; color: white; position: sticky; top: 100px;
}
.rr-label {
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--green-lt); margin-bottom: 32px; font-weight: 700;
}
.rr-steps { display: flex; flex-direction: column; gap: 24px; }
.rr-step { display: flex; gap: 20px; align-items: flex-start; }
.rr-num {
  font-family: 'Playfair Display', serif;
  font-size: 24px; color: var(--green-lt); font-weight: 400;
  flex-shrink: 0; line-height: 1;
}
.rr-text h5 {
  text-transform: uppercase;
  color: white; margin-bottom: 4px; font-weight: 700;
}
.rr-text p { color: rgba(255,255,255,0.45);  }

.rr-divider { height: 1px; background: rgba(255,255,255,0.08); margin: 28px 0; }

.rr-certs { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.rr-cert {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 14px 16px;
}
.rr-cert-name { color: white; margin-bottom: 2px; }
.rr-cert-sub { color: rgba(255,255,255,0.35); }

/* ─── VARIETIES ─── */
#varieties { background: var(--white); }

.varieties-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start; margin-top: 64px;
}

.variety-list { display: flex; flex-direction: column; }
.var-item {
  padding: 24px 0; border-bottom: 1px solid var(--border-lt);
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  transition: all 0.3s;
}
.var-item:hover .vi-name { color: var(--green); }
.var-item.active { border-bottom-color: var(--green); }
.var-item.active .vi-name { color: var(--forest); }
.vi-name {
  font-family: 'Playfair Display', serif;
  font-size: 20px; font-style: italic; color: var(--muted);
  transition: color 0.3s; margin-bottom: 4px;
}
.vi-grade { color: var(--muted);  text-transform: uppercase; }
.vi-arrow { color: var(--green); font-size: 18px; opacity: 0; transition: opacity 0.3s; }
.var-item.active .vi-arrow, .var-item:hover .vi-arrow { opacity: 1; }

.var-detail {
  background: var(--green-wash);
  border: 1px solid var(--green-pale); padding: 44px;
  position: sticky; top: 100px;
}
.vd-icon { font-size: 52px; margin-bottom: 24px; }
.vd-icon img{ 
  width: 100%; height: 100%; object-fit: contain;
}

.vd-name { font-family: 'Playfair Display', serif; font-size: 28px; color: var(--forest); font-style: italic; margin-bottom: 6px; }
.vd-sci {  color: var(--green);  margin-bottom: 20px; }
.vd-desc { color: var(--muted);  margin-bottom: 24px; }
.vd-attrs { display: flex; flex-wrap: wrap; gap: 8px; }
.vd-attr {
  background: white; border: 1px solid var(--green-pale);
  padding: 5px 10px; 
  text-transform: uppercase; color: var(--forest);
}

/* ─── RFQ ─── */
#rfq { background: var(--off-white); }

.rfq-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 96px; align-items: start; margin-top: 64px;
}

.rfq-promises { display: flex; flex-direction: column; gap: 24px; margin-top: 40px; }
.promise {
  display: flex; gap: 20px; padding: 24px;
  background: white; border: 1px solid var(--border);
  transition: border-color 0.3s;
}
.promise:hover { border-color: var(--green); }
.p-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; width: 55px; height: 55px; display: flex; align-items: center; justify-content: center;}
.p-icon img{ 
  width: 100%; height: 100%; object-fit: contain;
}
.p-text h5 {  text-transform: uppercase; color: var(--forest); margin-bottom: 4px; font-weight: 700; }
.p-text p {  color: var(--muted);}

.rfq-form {
  background: white; border: 1px solid var(--border); padding: 48px;
}
.form-title { font-family: 'Playfair Display', serif; font-size: 26px; color: var(--forest); margin-bottom: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block;  text-transform: uppercase; color: var(--muted); margin-bottom: 8px; font-weight: 700; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; background: var(--off-white);
  border: 1px solid var(--border); color: var(--ink);
  padding: 13px 16px; font-family: 'Lato', sans-serif;
  outline: none;
  transition: border-color 0.3s;
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--green); background: white; }
.form-group textarea { height: 90px; resize: vertical; }
.form-group select option { background: white; }
.rfq-submit-btn { width: 100%; margin-bottom: 16px; padding: 17px; }

.whatsapp-row {
  display: flex; gap: 12px; margin-top: 16px; padding-top: 20px;
  border-top: 1px solid var(--border);
}
.wa-btn {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  background: #25D366; color: white; padding: 13px 20px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase; text-decoration: none; font-weight: 700;
  transition: background 0.3s;
}
.wa-btn:hover { background: #1eba59; }
.wa-btn .wa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.wa-btn .wa-icon svg {
  width: 20px;
  height: 20px;
  fill: white;
}
.email-btn {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  border: 1px solid var(--forest); color: var(--forest); padding: 13px 20px;
  font-family: 'Lato', sans-serif; 
  text-transform: uppercase; text-decoration: none; font-weight: 400;
  transition: all 0.3s;
}
.email-btn:hover { background: var(--green-wash); }
.email-btn .email-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.email-btn .email-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* ─── SUSTAINABILITY ─── */
#sustain { background: var(--green-wash); border-top: 1px solid var(--green-pale); }

.sustain-layout {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 80px; align-items: center; margin-top: 64px;
}
.sustain-cards { display: flex; flex-direction: column; gap: 16px; }
.sustain-card {
  background: white; border: 1px solid var(--green-pale); padding: 28px 28px;
  display: flex; gap: 20px; align-items: flex-start;
  transition: border-color 0.3s;
}
.sustain-card:hover { border-color: var(--green); }
.s-icon { font-size: 26px; flex-shrink: 0; width: 55px; height: 55px; display: flex; align-items: center; justify-content: center;}
.s-icon img{ 
  width: 100%; height: 100%; object-fit: contain;
}
.s-text h4 { text-transform: uppercase; color: var(--forest); margin-bottom: 6px; font-weight: 700; }
.s-text p { color: var(--muted); }

.sustain-statement {
  background: var(--forest); padding: 52px; color: white;
}
.ss-label { letter-spacing: 0.3em; text-transform: uppercase; color: var(--green-lt); margin-bottom: 24px; font-weight: 700; }
.ss-quote {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(22px, 2.2vw, 30px); color: white; line-height: 1.5;
  font-style: italic; margin-bottom: 28px;
}
.ss-body { color: rgba(255,255,255,0.45);}

/* ─── FOOTER (Bootstrap + custom classes) ─── */
.dyavika-footer {
  background: var(--black);
  color: #ffffff;
  padding: 72px 0 36px;
}
.dyavika-footer .footer-brand .logo-txt {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
.footer-logo-link {
  display: inline-block;
  margin-bottom: 16px;
}
.footer-logo {
  height: 44px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  display: block;
}
.dyavika-footer .footer-desc {
  max-width: 280px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .dyavika-footer .footer-desc { max-width: none; }
}
.dyavika-footer .footer-contact { 
  /*font-size: 12px; 
  line-height: 2; */
  display: flex; 
  flex-direction: column; 
  gap: 8px; 
}
.dyavika-footer .footer-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dyavika-footer .footer-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
}
.dyavika-footer .footer-contact-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.dyavika-footer .footer-contact a {
  color: var(--green-lt);
  text-decoration: none;
}
.dyavika-footer .footer-contact a:hover { color: var(--green-pale); }

/* Desktop: collapse content always visible */
@media (min-width: 992px) {
  .dyavika-footer .dyavika-footer-collapse { display: block !important; }
  .dyavika-footer .footer-top { margin-bottom: 56px; }
}

.dyavika-footer .footer-col-heading,
.dyavika-footer .footer-col-title {
  font-size: 20px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 18px;
}
.dyavika-footer .footer-col-heading { display: block; }

/* Mobile: collapsible toggle button */
.dyavika-footer .footer-col-toggle {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none !important;
  font-size: 9px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.dyavika-footer .footer-col-toggle:hover { color: white !important; }
.dyavika-footer .footer-col-chevron {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-bottom: 4px;
  transition: transform 0.25s;
}
.dyavika-footer .footer-col-toggle[aria-expanded="true"] .footer-col-chevron {
  transform: rotate(-135deg);
  margin-bottom: -2px;
}

.dyavika-footer .footer-links { margin-bottom: 0; }
.dyavika-footer .footer-links li { margin-bottom: 0; }
.dyavika-footer .footer-links a {
  /*font-size: 12px;*/
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 6px 0;
  transition: color 0.2s;
}
.dyavika-footer .footer-links a:hover { color: rgba(255, 255, 255, 0.75); }

.dyavika-footer .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.06); }
.dyavika-footer .footer-copy { 
  font-size: 11px; 
  letter-spacing: 0.08em; 
}
.dyavika-footer .footer-badge {
  border: 1px solid #ffffff;
  padding: 5px 12px;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
}

/* ─── ANIMATIONS ─── */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal:nth-child(2) { transition-delay: 0.08s; }
.reveal:nth-child(3) { transition-delay: 0.16s; }
.reveal:nth-child(4) { transition-delay: 0.24s; }
.reveal:nth-child(5) { transition-delay: 0.32s; }
.reveal:nth-child(6) { transition-delay: 0.40s; }

@keyframes fadeInUp { from{opacity:0;transform:translateY(40px)} to{opacity:1;transform:translateY(0)} }
.hero-left > * {
  animation: fadeInUp 0.8s ease both;
}
.hero-left > *:nth-child(1) { animation-delay: 0.1s; }
.hero-left > *:nth-child(2) { animation-delay: 0.2s; }
.hero-left > *:nth-child(3) { animation-delay: 0.3s; }
.hero-left > *:nth-child(4) { animation-delay: 0.4s; }
.hero-left > *:nth-child(5) { animation-delay: 0.5s; }

/* ─── RESPONSIVE / MOBILE ─── */
@media (max-width: 991px) {
  /* Hero */
  #hero {
    min-height: auto;
    padding-top: 72px;
    grid-template-columns: 1fr;
  }
  .hero-left {
    padding: 48px 24px 40px;
  }
  .hero-right {
    padding: 40px 24px 48px;
    min-height: 320px;
  }
  .hero-float-tag {
    top: 24px; right: 24px;
    font-size: 9px;
    padding: 8px 14px;
  }
  .hero-trust {
    flex-direction: column;
    gap: 20px;
    margin-top: 36px;
    padding-top: 24px;
  }
  .hero-actions { flex-wrap: wrap; gap: 12px; }
  .hero-sub { margin-bottom: 32px; }

  /* Sections global */
  section { padding: 64px 24px; }
  .section-title { font-size: clamp(28px, 6vw, 40px); }
  .section-body { margin-bottom: 24px; }

  /* Who we are */
  .who-layout {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 48px;
  }
  .who-visual { padding: 32px 24px; }
  .wv-headline { font-size: 22px; }

  /* Empower */
  .empower-header {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 48px;
  }
  .empower-right-text {
    padding-left: 20px;
    font-size: 18px;
  }
  .empower-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .empower-card { padding: 32px 24px; }
  .empower-bottom {
    flex-direction: column;
    gap: 32px;
    text-align: center;
    margin-top: 48px;
    padding-top: 32px;
  }

  /* Services */
  .services-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 40px;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .service-card { padding: 28px 24px; }

  /* Products */
  .products-header {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 40px;
  }
  .products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pc-body { padding: 20px; }
  .pc-specs-row {
    flex-wrap: wrap;
    gap: 12px;
  }
  .pc-specs-row .pc-specs { flex-wrap: wrap; }
  a.pc-call-btn { width: 100%; }

  /* Regions */
  .regions-layout {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 48px;
  }
  .regions-right {
    position: static;
    padding: 36px 24px;
  }
  .rr-certs { grid-template-columns: 1fr; }

  /* Varieties */
  .varieties-layout {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 48px;
  }
  .var-detail {
    position: static;
    padding: 32px 24px;
  }
  .vd-icon { font-size: 40px; }
  .vd-name { font-size: 22px; }

  /* RFQ */
  .rfq-layout {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 48px;
  }
  .rfq-form { padding: 28px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .whatsapp-row { flex-direction: column; }

  /* Sustainability */
  .sustain-layout {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 48px;
  }
  .sustain-statement { padding: 36px 24px; }
  .ss-quote { font-size: 20px; }

  /* Footer – Bootstrap cols stack; collapsible toggles visible */
  .dyavika-footer { padding: 48px 0 28px; }
  .dyavika-footer .footer-top { margin-bottom: 24px; }
}

@media (max-width: 575px) {
  section { padding: 48px 20px; }
  .hero-left { padding: 40px 20px 32px; }
  .hero-right { padding: 32px 20px 40px; min-height: 280px; }
  .hero-title { font-size: clamp(32px, 8vw, 44px); }
  .dyavika-nav-container { padding-left: 16px; padding-right: 16px; }
  .products-grid { gap: 16px; }
  .pc-visual { height: 160px; font-size: 48px; }
}
