
   Vel INTERNATIONAL — styles.css
   Brand: eco-friendly palm leaf tableware, B2B export
   Palette: #2E7D32 (dark green), #43A047 (mid green),
            #ffffff (white), #f6f8f4 (off-white bg),
            #222 (dark text), #555 (body text)
================================================================ */

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #f6f8f4;
  color: #333;
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color .25s ease;
}

ul { list-style: none; }

/* ── Utility ───────────────────────────────────────────────────── */
.green  { color: #2E7D32; }
.italic { font-style: italic; }

.section {
  padding: 90px 0;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Section header */
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-tag {
  display: inline-block;
  color: #2E7D32;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section-header h2 {
  font-size: 46px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 16px;
}

.section-sub {
  color: #666;
  font-size: 17px;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.8;
}


/* ================================================================
   NAVBAR
================================================================ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 16px rgba(0,0,0,.10);
  z-index: 9999;
  padding: 0;
}

.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.nav-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 50%;
}

/* Nav links */
.navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  padding: 8px 12px;
  border-radius: 6px;
  transition: color .25s, background .25s;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #2E7D32;
  background: #f0f7f0;
}

/* Dropdown */
.navbar .dropdown-menu {
  border: none;
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(0,0,0,.12);
  padding: 8px 0;
  min-width: 200px;
  margin-top: 6px;
}

.navbar .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  padding: 10px 20px;
  transition: background .2s, color .2s;
}

.navbar .dropdown-item:hover {
  background: #f0f7f0;
  color: #2E7D32;
}

/* Get Quote button */
.btn-quote {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #2E7D32;
  color: #fff !important;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .3px;
  transition: background .3s, transform .2s, box-shadow .3s;
  white-space: nowrap;
}

.btn-quote:hover {
  background: #1B5E20;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(46,125,50,.30);
}

/* Toggler */
.navbar-toggler {
  border: 2px solid #2E7D32;
  border-radius: 8px;
  padding: 5px 9px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%232E7D32' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile collapse panel */
@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff;
    padding: 16px 20px;
    margin-top: 8px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.10);
  }

  .navbar-nav {
    gap: 4px;
  }

  .navbar-nav .nav-link {
    padding: 10px 14px;
  }

  .btn-quote {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }

  .navbar .dropdown-menu {
    box-shadow: none;
    padding: 4px 0 4px 16px;
    border-radius: 8px;
  }
}


/* ================================================================
   HERO
================================================================ */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 120px 80px 80px;
  overflow: visible;
  background:
    linear-gradient(rgba(0,0,0,.42), rgba(0,0,0,.42)),
    url('../img/hero-background.png') center/cover no-repeat;
  color: #fff;
}

/* Hero text column */
.hero-content {
  flex: 1;
  max-width: 580px;
}

.hero-eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: #8BC34A;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 22px;
  color: #fff;
}

.hero-desc {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,.88);
  margin-bottom: 34px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  padding: 14px 34px;
  background: #2E7D32;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  transition: background .3s, transform .2s, box-shadow .3s;
}

.btn-hero-primary:hover {
  background: #1B5E20;
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(46,125,50,.40);
  color: #fff;
}

.btn-hero-outline {
  display: inline-flex;
  align-items: center;
  padding: 13px 34px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.80);
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  transition: background .3s, border-color .3s, color .3s, transform .2s;
}

.btn-hero-outline:hover {
  background: #fff;
  color: #2E7D32;
  border-color: #fff;
  transform: translateY(-3px);
}

/* Hero stats */
.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.22);
  padding-top: 28px;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.stat-num {
  font-size: 44px;
  font-weight: 800;
  color: #F6D64A;
  line-height: 1;
}

.stat-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.80);
  margin-top: 6px;
}

.stat-divider {
  width: 1px;
  height: 56px;
  background: rgba(255,255,255,.20);
  flex-shrink: 0;
}

/* ================================================================
   HERO — PRODUCT COLLAGE
   Container: .hero-visual  (position: relative, explicit size)
   All six plates absolutely positioned inside it.

   Visual layout:
     ROW 1 (top: ~20–40px)   plate1 LEFT  |  plate2 RIGHT
     ROW 2 (top: ~250–270px) plate3 LEFT  |  plate4 RIGHT
     ROW 3 (top: ~440–460px) plate5 LEFT  |  plate6 RIGHT

   All six desktop image slots are normalized to 180 × 180px; object-fit: contain preserves each product's aspect ratio.
     plate1  185 px wide  ≈ 185 px tall  (compartment plate, square-ish)
     plate2  170 px wide  ≈ 170 px tall  (heart plate)
     plate3  205 px wide  ≈ 205 px tall  (round plate)
     plate4  170 px wide  ≈ 170 px tall  (spoon — elongated, ~140 px visual height)
     plate5  160 px wide  ≈ 160 px tall  (knife)
     plate6  185 px wide  ≈ 185 px tall  (food bowl wrap)

   Equal row gap between image slots (before animation):
     Row1→Row2: 250 - 40 - 185 = 25 px  (+16 float headroom → net ≈ 9 px)
   Push rows apart by using top offsets that guarantee ≥ 30 px visual gap.

   Container height: 680 px
     Row3 bottom edge: 460 + 185 = 645 px
     Float travel down: +14 px  → 659 px  — 21 px from container bottom ✓
     Hero section min-height: 100 vh — always taller than 680 px on desktop ✓
================================================================ */

/* ── Container ── */
.hero-visual {
  position: relative;
  flex-shrink: 0;
  /* Responsive: fills available space, min 440px, max 520px */
  width: clamp(440px, 38vw, 520px);
  height: 680px;
  /* overflow visible so float animations don't get hard-clipped
     by the container, but actual positions are fully inside it */
  overflow: visible;
}

/* ── Base plate rule ── */
.plate {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.30));
  transition: transform .5s ease;
  box-sizing: border-box;
}

.plate:hover {
  transform: scale(1.06) rotate(2deg) !important;
}

/*
  HERO COLLAGE — normalized 6-image layout

  Desktop:
  - All 6 images use the same 180 × 180 image box.
  - 2 columns × 3 rows.
  - Same left/right spacing.
  - Same vertical row gap.
  - Spoon is no longer sitting lower than the other item in Row 2.
*/

/* Row 1 */
.plate1 {
  width: 180px;
  height: 180px;
  top: 15px;
  left: 2%;
  z-index: 3;
  animation: vfloat1 6s ease-in-out infinite;
}

.plate2 {
  width: 180px;
  height: 180px;
  top: 15px;
  right: 2%;
  z-index: 3;
  animation: vfloat2 7s ease-in-out infinite;
}

/* Row 2 — equal slot size and equal gap */
.plate3 {
  width: 180px;
  height: 180px;
  top: 245px;
  left: 2%;
  z-index: 2;
  animation: vfloat3 6.5s ease-in-out infinite;
}

.plate4 {
  width: 180px;
  height: 180px;
  top: 245px;
  right: 2%;
  z-index: 2;
  animation: vfloat4 5.5s ease-in-out infinite;
}

/* Row 3 — equal slot size and equal gap */
.plate5 {
  width: 180px;
  height: 180px;
  top: 475px;
  left: 2%;
  z-index: 1;
  animation: vfloat1 7s ease-in-out infinite;
}

.plate6 {
  width: 180px;
  height: 180px;
  top: 475px;
  right: 2%;
  z-index: 1;
  animation: vfloat2 6s ease-in-out infinite;
}

/* ================================================================
   FLOAT ANIMATIONS
   Each animation is self-contained.  No transform is used for
   positioning — only for the animated float motion.
   plate3 no longer needs translateX embedded in keyframes.
================================================================ */
@keyframes vfloat1 {
  0%,100% { transform: translateY(0)   rotate(0deg);  }
  50%     { transform: translateY(-15px) rotate(-3deg); }
}

@keyframes vfloat2 {
  0%,100% { transform: translateY(0)  rotate(0deg); }
  50%     { transform: translateY(13px) rotate(4deg); }
}

@keyframes vfloat3 {
  0%,100% { transform: translateY(0)   rotate(0deg); }
  50%     { transform: translateY(-12px) rotate(3deg); }
}

@keyframes vfloat4 {
  0%,100% { transform: translateY(0)  rotate(0deg); }
  50%     { transform: translateY(11px) rotate(-4deg); }
}


/* ================================================================
   FEATURE TICKER BAR
================================================================ */
.feature-bar {
  background: #1a1a1a;
  padding: 13px 0;
  overflow: hidden;
  white-space: nowrap;
}

.feature-track {
  display: inline-flex;
  gap: 36px;
  animation: ticker 20s linear infinite;
  color: #d4a828;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.feature-track .sep { color: #555; }

@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}


/* ================================================================
   PRODUCTS SECTION
================================================================ */
.products-section {
  background:
    url('../img/collection-background.png') top right / 5000px no-repeat,
    linear-gradient(180deg, #fff, #f4fbf4);
  padding-top: 0;
}

.products-section .section-header {
  padding-top: 70px;
}

/* Filter tabs */
.product-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
}

.tab {
  padding: 11px 24px;
  border: none;
  border-radius: 50px;
  background: #fff;
  color: #444;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background .3s, color .3s, transform .2s, box-shadow .3s;
  box-shadow: 0 4px 14px rgba(0,0,0,.07);
}

.tab:hover,
.tab.active {
  background: #2E7D32;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(46,125,50,.28);
}

/* Product grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

/* Product card */
.product-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,.07);
  transition: transform .4s ease, box-shadow .4s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 48px rgba(0,0,0,.13);
}

.eco-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #2E7D32;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 30px;
  z-index: 2;
  letter-spacing: .5px;
}

.card-img-wrap {
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 10px;
  background: #fafcfa;
}

.card-img-wrap img {
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
  transition: transform .4s ease;
}

.product-card:hover .card-img-wrap img {
  transform: scale(1.08);
}

.card-body {
  padding: 14px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card-body h3,
.card-body h2 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
  line-height: 1.3;
}

.card-body .dims {
  font-size: 13px;
  color: #888;
  margin-bottom: 6px;
}

.card-body .desc {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
  flex: 1;
}

/* View all button */
.view-all-wrap {
  text-align: center;
  margin-top: 50px;
}

.btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 38px;
  background: #2E7D32;
  color: #fff;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  transition: background .3s, transform .2s, box-shadow .3s;
}

.btn-view-all:hover {
  background: #1B5E20;
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(46,125,50,.30);
  color: #fff;
}


/* ================================================================
   ABOUT / WHO WE ARE
================================================================ */
.about-section {
  background: linear-gradient(180deg, #fff 0%, #f5fbf5 55%, #edf8ed 100%);
}

.about-inner {
  display: flex;
  align-items: center;
  gap: 80px;
}

/* Image composition */
.about-image-col {
  flex-shrink: 0;
}

.about-img-wrap {
  position: relative;
  width: 460px;
  height: 420px;
}

.about-bg-box {
  position: absolute;
  width: 340px;
  height: 380px;
  left: 70px;
  top: 50px;
  background: #c8dac9;
  border-radius: 22px;
}

.img-top {
  position: absolute;
  width: 240px;
  left: 0;
  top: 40px;
  z-index: 3;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,.14);
  transition: transform .4s;
}

.img-top:hover  { transform: scale(1.04); }

.img-bottom {
  position: absolute;
  width: 255px;
  right: 0;
  bottom: -20px;
  z-index: 2;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,.14);
  transition: transform .4s;
}

.img-bottom:hover { transform: scale(1.04); }

.since-badge {
  position: absolute;
  left: 185px;
  top: 230px;
  width: 120px;
  height: 84px;
  background: #0a601e;
  border-radius: 16px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(0,0,0,.20);
}

.since-text {
  color: #c8e6c9;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.since-year {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

/* Text column */
.about-text-col {
  flex: 1;
}

.about-text-col .section-tag {
  margin-bottom: 10px;
}

.about-text-col h2 {
  font-size: 40px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 22px;
}

.about-text-col p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 16px;
}

/* Feature chips */
.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 28px;
}

.about-feat {
  background: #fff;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
  transition: transform .3s, border .3s, box-shadow .3s;
  border: 1px solid #e8f5e9;
}

.about-feat:hover {
  transform: translateY(-4px);
  border-color: #2E7D32;
  box-shadow: 0 10px 26px rgba(46,125,50,.14);
}


/* ================================================================
   MANUFACTURING PROCESS
================================================================ */
.manufacturing-section {
  background: linear-gradient(180deg, #f4fbf4 0%, #eaf4ea 100%);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.process-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 28px rgba(0,0,0,.07);
  transition: transform .4s ease, box-shadow .4s ease;
}

.process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 44px rgba(46,125,50,.16);
}

.process-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.process-card:hover img {
  transform: scale(1.05);
}

.step-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #2E7D32;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 15px;
  border-radius: 30px;
  z-index: 2;
}

.process-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  padding: 20px 22px 8px;
}

.process-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  padding: 0 22px 22px;
}


/* ================================================================
   CERTIFICATIONS
================================================================ */
.cert-section {
  background: linear-gradient(180deg, #f5f5f5 0%, #f0f8f0 55%, #e5ede5 100%);
}

.cert-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cert-card {
  display: flex;
  align-items: center;
  gap: 48px;
  background: #fff;
  border-radius: 22px;
  padding: 34px 40px;
  box-shadow: 0 8px 28px rgba(0,0,0,.07);
  transition: transform .4s ease, box-shadow .4s ease;
}

.cert-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(46,125,50,.15);
}

.cert-img-wrap {
  flex: 0 0 260px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,.10);
}

.cert-img-wrap img {
  width: 100%;
  display: block;
  transition: transform .4s;
}

.cert-card:hover .cert-img-wrap img {
  transform: scale(1.04);
}

.cert-info {
  flex: 1;
}

.cert-num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #2E7D32;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.cert-info h3 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 14px;
}

.cert-info p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 24px;
}

.btn-cert {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2E7D32;
  color: #fff;
  padding: 12px 28px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  transition: background .3s, transform .2s, box-shadow .3s;
}

.btn-cert:hover {
  background: #1B5E20;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(46,125,50,.28);
  color: #fff;
}


/* ================================================================
   COMMITMENT / GREENER TOMORROW
================================================================ */
.commitment-section {
  background: linear-gradient(180deg, #fff 0%, #f5fbf5 55%, #edf8ed 100%);
}

.commit-inner {
  display: flex;
  align-items: center;
  gap: 80px;
}

.commit-left {
  flex: 1.3;
}

.commit-left .section-tag {
  margin-bottom: 10px;
}

.commit-left h2 {
  font-size: 46px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 20px;
}

.commit-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 34px;
  max-width: 600px;
}

.commit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.commit-card {
  background: #fff;
  border: 1px solid #e8f5e9;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 4px 14px rgba(0,0,0,.06);
  transition: transform .35s, background .35s, box-shadow .35s;
}

.commit-card:hover {
  transform: translateY(-6px);
  background: #1B5E20;
  box-shadow: 0 16px 36px rgba(27,94,32,.20);
}

.commit-card:hover h3,
.commit-card:hover p {
  color: #fff;
}

.commit-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  transition: color .35s;
}

.commit-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  transition: color .35s;
}

/* Right column */
.commit-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.eco-circle {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c8e6c9, #a5d6a7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 14px 36px rgba(0,0,0,.13);
  padding: 20px;
}

.eco-num {
  font-size: 64px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.eco-days {
  font-size: 14px;
  color: #2E7D32;
  font-weight: 600;
  margin: 8px 0 12px;
  line-height: 1.3;
}

.eco-vs {
  background: #fff;
  padding: 7px 16px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
}

.commit-plate {
  width: 280px;
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(0,0,0,.14);
  transition: transform .4s;
}

.commit-plate:hover {
  transform: scale(1.05) rotate(-2deg);
}


/* ================================================================
   GALLERY
================================================================ */
.gallery-section {
  background: #e8f0e8;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.gallery-item {
  position: relative;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,.07);
  transition: transform .4s ease, box-shadow .4s ease;
}

.gallery-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(46,125,50,.16);
}

.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  padding: 16px;
  background: #fafcfa;
  transition: transform .4s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(27,94,32,.82);
  display: flex;
  align-items: flex-end;
  padding: 18px;
  opacity: 0;
  transition: opacity .35s;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}


/* ================================================================
   CONTACT
================================================================ */
.contact-section {
  background: linear-gradient(180deg, #f8fbf8 0%, #eef8ef 55%, #f8fbf8 100%);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.contact-card {
  background: #fff;
  border-radius: 20px;
  padding: 34px 24px;
  text-align: center;
  border: 1px solid #e8f5e9;
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
  transition: transform .4s ease, box-shadow .4s ease, border-color .3s;
}

.contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 44px rgba(46,125,50,.16);
  border-color: #2E7D32;
}

.contact-card i {
  font-size: 36px;
  color: #2E7D32;
  margin-bottom: 16px;
  display: block;
  transition: transform .4s;
}

.contact-card:hover i {
  transform: rotate(-8deg) scale(1.15);
}

.contact-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.contact-card p,
.contact-card address {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  font-style: normal;
}

.contact-card a {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 14px;
  transition: color .25s;
}

.contact-card a:hover {
  color: #2E7D32;
}

/* WhatsApp button */
.wa-btn-wrap {
  text-align: center;
  margin-top: 50px;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #2E7D32, #43A047);
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(46,125,50,.28);
  transition: transform .3s, box-shadow .3s, background .3s;
  animation: floatBtn 3s ease-in-out infinite;
}

.btn-whatsapp:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 18px 38px rgba(46,125,50,.38);
  color: #fff;
}

.btn-whatsapp i {
  font-size: 20px;
}

@keyframes floatBtn {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-5px); }
}

/* Map */
.map-wrap {
  margin-top: 60px;
  text-align: center;
}

.map-heading {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.map-sub {
  color: #666;
  font-size: 15px;
  margin-bottom: 22px;
}

.map-box {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0,0,0,.12);
  border: 1px solid #e0e8e0;
}

.map-box iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}


/* ================================================================
   PAGE HERO (products.html)
================================================================ */
.page-hero {
  background: linear-gradient(135deg, #1B5E20 0%, #2E7D32 60%, #43A047 100%);
  color: #fff;
  padding: 130px 0 60px;
  text-align: center;
}

.page-hero h1 {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.2;
}

.page-hero p {
  font-size: 16px;
  color: rgba(255,255,255,.88);
  max-width: 640px;
  margin: 0 auto 20px;
  line-height: 1.8;
}

.breadcrumb-nav {
  margin-top: 10px;
}

.breadcrumb-list {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  font-size: 13px;
  color: rgba(255,255,255,.75);
}

.breadcrumb-list a {
  color: rgba(255,255,255,.85);
  font-weight: 600;
  transition: color .25s;
}

.breadcrumb-list a:hover {
  color: #fff;
}

/* Products page — section starts below page hero */
.products-section {
  padding-top: 60px;
}


/* ================================================================
   CTA SECTION (products.html)
================================================================ */
.cta-section {
  background: linear-gradient(135deg, #1B5E20, #2E7D32);
  padding: 70px 0;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.cta-text h2 {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}

.cta-text p {
  font-size: 16px;
  color: rgba(255,255,255,.85);
}


/* ================================================================
   FOOTER
================================================================ */
.site-footer {
  background: #022d02;
  color: #ddd;
  padding: 64px 40px 28px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 48px;
  max-width: 1280px;
  margin: 0 auto;
}

.footer-logo {
  width: 86px;
  height: 86px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  padding: 8px;
  margin-bottom: 18px;
}

.footer-about p {
  font-size: 14px;
  color: #bbb;
  line-height: 1.8;
}

.footer-links h3,
.footer-products h3,
.footer-contact h3,
.footer-about h3 {
  color: #8BC34A;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-links ul,
.footer-products ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  color: #bbb;
  font-size: 14px;
  transition: color .25s, padding-left .25s;
}

.footer-links a:hover {
  color: #8BC34A;
  padding-left: 5px;
}

.footer-products li,
.footer-contact p {
  font-size: 14px;
  color: #bbb;
  line-height: 1.8;
}

.footer-contact a {
  color: #bbb;
  transition: color .25s;
}

.footer-contact a:hover {
  color: #8BC34A;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  background: #1a4d1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  transition: background .3s, transform .3s;
}

.social-icons a:hover {
  background: #2E7D32;
  transform: translateY(-4px);
}

.footer-hr {
  border: none;
  border-top: 1px solid rgba(255,255,255,.12);
  margin: 42px auto 22px;
  max-width: 1280px;
}

.footer-copy {
  text-align: center;
  font-size: 13px;
  color: #999;
  padding-bottom: 10px;
}


/* ================================================================
   RESPONSIVE — 1025px – 1280px (medium desktop: 3-col products)
================================================================ */
@media (max-width: 1280px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .about-img-wrap {
    width: 380px;
    height: 360px;
  }

  .about-bg-box {
    width: 280px;
    height: 320px;
    left: 56px;
    top: 44px;
  }

  .img-top    { width: 200px; }
  .img-bottom { width: 210px; }

  .since-badge {
    left: 150px;
    top: 195px;
    width: 106px;
    height: 76px;
  }

  .commit-left h2 { font-size: 38px; }
  .commit-plate   { width: 240px; }
  .eco-circle     { width: 200px; height: 200px; }
  .eco-num        { font-size: 52px; }
}


/* ================================================================
   RESPONSIVE — 992px – 1024px (tablet landscape / small laptop)
================================================================ */
@media (max-width: 1024px) {

  .container { padding: 0 28px; }

  .hero {
    padding: 100px 44px 60px;
    gap: 30px;
  }

  .hero h1          { font-size: 40px; }
  .hero-desc        { font-size: 15px; }

  /* ── Tablet: equal 140 × 140 slots, equal spacing ── */
  .hero-visual {
    width: clamp(300px, 34vw, 380px);
    height: 580px;
  }

  .plate1,
  .plate2,
  .plate3,
  .plate4,
  .plate5,
  .plate6 {
    width: 140px;
    height: 140px;
  }

  .plate1 { top: 10px;  left: 2%; right: auto; }
  .plate2 { top: 10px;  right: 2%; left: auto; }
  .plate3 { top: 200px; left: 2%; right: auto; }
  .plate4 { top: 200px; right: 2%; left: auto; }
  .plate5 { top: 390px; left: 2%; right: auto; }
  .plate6 { top: 390px; right: 2%; left: auto; }

  .stat-num         { font-size: 36px; }

  .section-header h2 { font-size: 38px; }

  .products-grid  { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid   { grid-template-columns: repeat(2, 1fr); }

  .about-inner    { gap: 50px; }
  .about-text-col h2 { font-size: 34px; }

  .commit-inner   { gap: 50px; }
  .commit-left h2 { font-size: 34px; }

  .process-grid   { grid-template-columns: repeat(2, 1fr); }

  .cert-card      { flex-direction: column; text-align: center; }
  .cert-img-wrap  { flex: 0 0 auto; width: 100%; max-width: 320px; margin: 0 auto; }

  .contact-grid { grid-template-columns: repeat(2, 1fr); }

  .cta-inner    { flex-direction: column; text-align: center; }
  .cta-text h2  { font-size: 28px; }
}


/* ================================================================
   RESPONSIVE — up to 768px (tablet portrait & large mobile)
================================================================ */
@media (max-width: 768px) {

  .section { padding: 60px 0; }
  .container { padding: 0 20px; }

  /* Navbar */
  .nav-container { padding: 10px 20px; }
  .nav-logo { width: 48px; height: 48px; }

  /* Hero — single column */
  .hero {
    flex-direction: column;
    text-align: center;
    padding: 90px 20px 50px;
    min-height: auto;
    background-position: center top;
    background-size: cover;
  }

  .hero-content  { max-width: 100%; }
  .hero h1       { font-size: 30px; line-height: 1.25; }
  .hero-desc     { font-size: 15px; }

  .hero-buttons  {
    flex-direction: column;
    align-items: center;
  }

  .btn-hero-primary,
  .btn-hero-outline {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }

  .hero-stats    {
    justify-content: space-between;
    gap: 0;
    padding-top: 18px;
    margin-top: 24px;
  }

  .stat-num    { font-size: 26px; }
  .stat-label  { font-size: 9px; letter-spacing: .5px; }
  .stat-divider { height: 40px; }

  .hero-visual {
    width: 100%;
    max-width: 340px;
    height: 420px;
    margin: 28px auto 0;
  }

  /* Mobile: equal 120 × 120 slots, equal 25px row gaps */
  .plate1,
  .plate2,
  .plate3,
  .plate4,
  .plate5,
  .plate6 {
    width: 120px;
    height: 120px;
  }

  .plate1 { top: 0;   left: 4px;  right: auto; z-index: 3; }
  .plate2 { top: 0;   right: 4px; left: auto; z-index: 3; }
  .plate3 { top: 145px; left: 4px;  right: auto; z-index: 2; }
  .plate4 { top: 145px; right: 4px; left: auto; z-index: 2; }
  .plate5 { top: 290px; left: 4px;  right: auto; z-index: 1; }
  .plate6 { top: 290px; right: 4px; left: auto; z-index: 1; }

  /* Products */
  .products-grid { grid-template-columns: 1fr; gap: 20px; }

  .section-header h2 { font-size: 30px; }
  .section-sub       { font-size: 14px; }

  .product-tabs {
    gap: 8px;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 8px;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .tab { white-space: nowrap; flex-shrink: 0; }

  /* About */
  .about-inner { flex-direction: column; gap: 30px; }

  .about-image-col { width: 100%; }

  .about-img-wrap {
    width: 100%;
    max-width: 360px;
    height: 320px;
    margin: 0 auto;
  }

  .about-bg-box {
    width: 200px;
    height: 250px;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
  }

  .img-top    { width: 160px; left: 8px;  top: 20px; }
  .img-bottom { width: 170px; right: 8px; bottom: 10px; }

  .since-badge {
    left: 50%;
    top: 150px;
    transform: translateX(-50%);
    width: 100px;
    height: 72px;
  }

  .about-text-col h2 { font-size: 28px; }
  .about-features    { grid-template-columns: 1fr 1fr; }

  /* Manufacturing */
  .process-grid { grid-template-columns: 1fr; }

  /* Certifications */
  .cert-card {
    flex-direction: column;
    padding: 24px;
    text-align: center;
  }

  .cert-img-wrap { flex: 0 0 auto; width: 100%; max-width: 280px; margin: 0 auto; }
  .cert-info h3  { font-size: 24px; }

  /* Commitment */
  .commit-inner { flex-direction: column; gap: 40px; text-align: center; }
  .commit-left h2 { font-size: 30px; }
  .commit-grid  { grid-template-columns: 1fr; }
  .commit-plate { width: 220px; }
  .eco-circle   { width: 190px; height: 190px; }
  .eco-num      { font-size: 48px; }

  /* Gallery */
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }

  /* Contact */
  .contact-grid { grid-template-columns: 1fr; }

  .btn-whatsapp {
    width: 100%;
    max-width: 300px;
    justify-content: center;
    font-size: 15px;
    padding: 14px 24px;
  }

  .map-box iframe { height: 300px; }

  /* Page hero */
  .page-hero        { padding: 100px 0 48px; }
  .page-hero h1     { font-size: 30px; }
  .page-hero p      { font-size: 14px; }

  /* CTA */
  .cta-section { padding: 50px 0; }
  .cta-inner   { text-align: center; }
  .cta-text h2 { font-size: 24px; }

  /* Footer */
  .site-footer   { padding: 50px 20px 24px; }
  .footer-inner  { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .footer-logo   { margin: 0 auto 16px; }
  .social-icons  { justify-content: center; }
  .footer-links ul { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 10px 16px; }
}


/* ================================================================
   RESPONSIVE — up to 480px (small mobile)
================================================================ */
@media (max-width: 480px) {
  .hero h1       { font-size: 26px; }
  .hero-eyebrow  { font-size: 11px; }

    .hero-visual { max-width: 290px; height: 370px; }

  .plate1,
  .plate2,
  .plate3,
  .plate4,
  .plate5,
  .plate6 {
    width: 100px;
    height: 100px;
  }

  .plate1 { top: 0;   left: 4px;  right: auto; }
  .plate2 { top: 0;   right: 4px; left: auto; }
  .plate3 { top: 125px; left: 4px;  right: auto; }
  .plate4 { top: 125px; right: 4px; left: auto; }
  .plate5 { top: 250px; left: 4px;  right: auto; }
  .plate6 { top: 250px; right: 4px; left: auto; }

  .gallery-grid  { grid-template-columns: 1fr; }

  .section-header h2  { font-size: 26px; }
  .page-hero h1       { font-size: 26px; }
}
