/* ══════════════════════════════════════════════
   YOGI AGRO INDUSTRIES — Main Stylesheet v1.0
══════════════════════════════════════════════ */

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

:root {
  --green:        #2E7D32;
  --green-dark:   #1B5E20;
  --green-mid:    #388E3C;
  --green-light:  #4CAF50;
  --green-pale:   #E8F5E9;
  --gold:         #F9A825;
  --gold-dark:    #E65100;
  --gold-light:   #FFD54F;
  --cream:        #FAFAF7;
  --dark:         #1A1A1A;
  --text:         #2C2C2C;
  --text-mid:     #555;
  --text-light:   #888;
  --border:       rgba(0,0,0,0.08);
  --white:        #ffffff;
  --shadow-sm:    0 2px 12px rgba(0,0,0,0.07);
  --shadow-md:    0 8px 32px rgba(0,0,0,0.10);
  --shadow-lg:    0 20px 60px rgba(0,0,0,0.14);
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Barlow', sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; }

/* PAGE SYSTEM */
.page { display: none; }
.page.active { display: block; }

/* TOP BAR */
.topbar {
  background: var(--green-dark);
  padding: 8px 60px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12.5px; color: rgba(255,255,255,0.75);
  letter-spacing: 0.02em;
}
.topbar a { color: var(--gold-light); }
.topbar-right { display: flex; gap: 24px; }

/* NAVBAR */
nav {
  position: sticky; top: 0; z-index: 999;
  background: var(--white);
  box-shadow: 0 2px 16px rgba(0,0,0,0.09);
  padding: 0 60px;
  display: flex; align-items: center; justify-content: space-between;
  height: 76px;
}
.nav-logo { display: flex; align-items: center; gap: 14px; cursor: pointer; }
.nav-logo-icon {
  width: 48px; height: 48px;
  background: var(--green); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  box-shadow: 0 4px 12px rgba(46,125,50,0.3);
}
.nav-logo-text { line-height: 1.2; }
.nav-logo-text strong {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px; font-weight: 800;
  color: var(--green-dark); letter-spacing: 0.03em;
}
.nav-logo-text span {
  font-size: 11px; color: var(--text-light);
  font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase;
}
.nav-links { display: flex; gap: 4px; list-style: none; }
.nav-links li a, .nav-links li span {
  padding: 8px 18px;
  font-size: 14px; font-weight: 600;
  color: var(--text-mid);
  border-radius: 6px; cursor: pointer;
  transition: all .2s; letter-spacing: 0.02em;
}
.nav-links li a:hover, .nav-links li span:hover,
.nav-links li.active span { color: var(--green); background: var(--green-pale); }
.nav-links li.active span { color: var(--green-dark); }
.nav-cta {
  background: var(--gold);
  color: var(--dark) !important;
  font-weight: 700 !important;
  padding: 10px 22px !important;
  border-radius: 6px !important;
  transition: background .2s, transform .15s !important;
}
.nav-cta:hover { background: var(--gold-light) !important; transform: translateY(-1px); }

/* HERO */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(125deg, #0d2e10 0%, #1B5E20 40%, #2E7D32 70%, #1a3d1a 100%);
  min-height: 92vh;
  display: flex; align-items: center;
  padding: 80px 60px;
}
.hero-bg-pattern {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 80% 20%, rgba(249,168,37,0.12) 0%, transparent 45%),
    radial-gradient(circle at 15% 75%, rgba(76,175,80,0.15) 0%, transparent 40%),
    repeating-linear-gradient(-55deg, transparent, transparent 40px, rgba(255,255,255,0.015) 40px, rgba(255,255,255,0.015) 42px);
  pointer-events: none;
}
.hero-gear {
  position: absolute; right: -120px; top: 50%; transform: translateY(-50%);
  width: 780px; height: 780px; opacity: 0.04;
  border: 60px solid rgba(255,255,255,0.8);
  border-radius: 50%;
  animation: spin 60s linear infinite;
}
.hero-gear::before {
  content: '';
  position: absolute; inset: -100px;
  border: 80px solid rgba(255,255,255,0.4);
  border-radius: 50%;
}
@keyframes spin { to { transform: translateY(-50%) rotate(360deg); } }

.hero-content {
  position: relative; z-index: 2;
  max-width: 680px;
  animation: heroIn .9s ease both;
}
@keyframes heroIn {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(249,168,37,0.15);
  border: 1px solid rgba(249,168,37,0.4);
  border-radius: 30px; padding: 6px 18px;
  font-size: 11.5px; font-weight: 700;
  color: var(--gold-light); letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 24px;
}
.hero-eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(50px, 6vw, 82px); font-weight: 900; line-height: 1.05;
  color: #fff; margin-bottom: 16px; letter-spacing: -0.01em;
}
.hero h1 .accent { color: var(--gold); }
.hero-sub { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.72); margin-bottom: 40px; max-width: 540px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 64px; }
.btn-gold {
  padding: 15px 36px; background: var(--gold); color: var(--dark);
  font-size: 15px; font-weight: 700;
  border-radius: 8px; border: none; cursor: pointer;
  transition: all .2s; letter-spacing: 0.02em;
  display: inline-flex; align-items: center; gap: 8px;
}
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(249,168,37,0.4); }
.btn-ghost-white {
  padding: 14px 34px; background: transparent;
  color: rgba(255,255,255,0.9); font-size: 15px; font-weight: 600;
  border: 1.5px solid rgba(255,255,255,0.35); border-radius: 8px; cursor: pointer;
  transition: all .2s; display: inline-flex; align-items: center; gap: 8px;
}
.btn-ghost-white:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); }
.hero-badges { display: flex; gap: 20px; flex-wrap: wrap; }
.hero-badge {
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px; padding: 12px 20px;
  backdrop-filter: blur(8px);
}
.hb-icon { font-size: 22px; line-height: 1; }
.hb-text strong { display: block; font-size: 16px; font-weight: 800; color: var(--gold-light); font-family: 'Barlow Condensed', sans-serif; letter-spacing: 0.04em; }
.hb-text span { font-size: 11px; color: rgba(255,255,255,0.55); font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; }
.hero-visual {
  position: absolute; right: 60px; top: 50%; transform: translateY(-50%);
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px; width: 480px;
  animation: heroIn 1s .2s ease both; opacity: 0;
}
.hv-card {
  border-radius: 14px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  font-size: 64px; position: relative;
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}
.hv-card.tall { height: 280px; grid-row: span 2; }
.hv-card.short { height: 130px; }
.hvc-1 { background: var(--white); }
.hvc-2 { background: var(--white); }
.hvc-3 { background: var(--white); }
.hv-label {
  position: absolute; bottom: 10px; left: 12px; right: 12px;
  font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.8);
  text-transform: uppercase; letter-spacing: 0.08em;
  text-shadow: 0 1px 4px rgba(0,0,0,.5);
}

/* TRUST BAR */
.trust-bar { background: var(--green-dark); padding: 0; }
.trust-bar-inner { display: flex; justify-content: center; border-top: 3px solid var(--gold); }
.trust-item { padding: 28px 48px; text-align: center; border-right: 1px solid rgba(255,255,255,0.1); flex: 1; }
.trust-item:last-child { border-right: none; }
.trust-item-num { font-family: 'Barlow Condensed', sans-serif; font-size: 34px; font-weight: 900; color: var(--gold-light); line-height: 1; }
.trust-item-label { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.65); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 4px; }

/* SECTION COMMONS */
section { padding: 90px 60px; }
.section-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--green); margin-bottom: 14px;
}
.section-tag::before { content: ''; width: 32px; height: 3px; background: var(--gold); border-radius: 2px; }
.section-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(32px, 3.5vw, 52px); font-weight: 800; line-height: 1.1; color: var(--dark); letter-spacing: -0.01em; }
.section-title .accent { color: var(--green); }
.section-subtitle { font-size: 16px; line-height: 1.75; color: var(--text-mid); max-width: 600px; margin-top: 14px; }

/* SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal.vis { opacity: 1; transform: translateY(0); }

/* ABOUT SNIPPET */
.about-snippet { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.about-visual { position: relative; }
.about-main-card {
  background: linear-gradient(145deg, var(--green-dark), var(--green));
  border-radius: 20px; height: 420px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
  box-shadow: var(--shadow-lg); position: relative; overflow: hidden;
}
.about-main-card::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 22px);
}
.about-main-card .big-icon { font-size: 96px; position: relative; z-index: 1; }
.about-main-card p { font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.6); position: relative; z-index: 1; }
.about-cert-badge { position: absolute; bottom: -20px; right: -20px; background: var(--gold); border-radius: 16px; padding: 20px 24px; box-shadow: 0 12px 36px rgba(249,168,37,0.35); text-align: center; }
.about-cert-badge strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 900; color: var(--dark); line-height: 1; }
.about-cert-badge span { font-size: 11px; font-weight: 600; color: rgba(0,0,0,0.5); letter-spacing: 0.08em; text-transform: uppercase; }
.about-year-pill { position: absolute; top: -16px; left: -16px; background: var(--green-dark); color: #fff; border-radius: 12px; padding: 14px 20px; text-align: center; box-shadow: var(--shadow-md); }
.about-year-pill strong { display: block; font-family: 'Barlow Condensed', sans-serif; font-size: 36px; font-weight: 900; color: var(--gold-light); line-height: 1; }
.about-year-pill span { font-size: 11px; color: rgba(255,255,255,0.6); letter-spacing: 0.08em; text-transform: uppercase; }
.about-content { max-width: 540px; }
.about-content p { font-size: 16px; line-height: 1.8; color: var(--text-mid); margin: 18px 0 32px; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 36px; }
.about-stat { background: var(--white); border: 1.5px solid var(--border); border-radius: 12px; padding: 18px 20px; border-left: 4px solid var(--green); }
.about-stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: 30px; font-weight: 800; color: var(--green); line-height: 1; }
.about-stat-label { font-size: 12px; color: var(--text-light); font-weight: 500; margin-top: 4px; }

/* FEATURED PRODUCTS */
.featured-products { background: var(--white); }
.fp-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 56px; }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 16px; overflow: hidden; transition: transform .28s, box-shadow .28s, border-color .28s; cursor: pointer; position: relative; }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 24px 60px rgba(46,125,50,0.13); border-color: rgba(46,125,50,0.25); }
.product-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.product-card:hover::before { transform: scaleX(1); }
.product-thumb { height: 190px; display: flex; align-items: center; justify-content: center; font-size: 72px; position: relative; }
.pt-green { background: linear-gradient(140deg, #e8f5e9, #c8e6c9); }
.pt-gold  { background: linear-gradient(140deg, #fff8e1, #ffecb3); }
.pt-steel { background: linear-gradient(140deg, #e3f2fd, #bbdefb); }
.pt-earth { background: linear-gradient(140deg, #fbe9e7, #ffccbc); }
.product-badge-tag { position: absolute; top: 12px; right: 12px; background: var(--green); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; padding: 4px 10px; border-radius: 5px; }
.product-badge-tag.gold { background: var(--gold); color: var(--dark); }
.product-body { padding: 20px 22px 24px; }
.product-category { font-size: 10.5px; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 8px; }
.product-body h3 { font-size: 15px; font-weight: 700; color: var(--dark); line-height: 1.4; margin-bottom: 10px; }
.product-body p { font-size: 13px; color: var(--text-light); line-height: 1.6; margin-bottom: 18px; }
.btn-inquiry { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; padding: 11px 20px; background: var(--green-pale); color: var(--green-dark); font-size: 13px; font-weight: 700; border: 1.5px solid rgba(46,125,50,0.2); border-radius: 8px; cursor: pointer; transition: all .2s; letter-spacing: 0.03em; }
.btn-inquiry:hover { background: var(--green); color: #fff; border-color: var(--green); }

/* WHY CHOOSE US */
.why-choose { background: linear-gradient(160deg, #0d2e10 0%, #1B5E20 60%, #2E7D32 100%); position: relative; overflow: hidden; }
.why-choose::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(-45deg, transparent, transparent 30px, rgba(255,255,255,0.02) 30px, rgba(255,255,255,0.02) 32px); pointer-events: none; }
.why-inner { position: relative; z-index: 2; }
.why-header { text-align: center; margin-bottom: 64px; }
.why-header .section-tag { justify-content: center; color: var(--gold-light); }
.why-header .section-tag::before { background: var(--gold); }
.why-header .section-title { color: #fff; }
.why-header .section-subtitle { color: rgba(255,255,255,0.65); margin: 14px auto 0; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.why-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 32px 26px; text-align: center; transition: transform .3s, background .3s; backdrop-filter: blur(6px); }
.why-card:hover { transform: translateY(-6px); background: rgba(255,255,255,0.1); }
.why-card.span-full { grid-column: span 2; display: flex; align-items: center; gap: 24px; text-align: left; }
.why-icon { width: 64px; height: 64px; background: rgba(249,168,37,0.18); border: 2px solid rgba(249,168,37,0.35); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 20px; flex-shrink: 0; }
.why-card.span-full .why-icon { margin: 0; }
.why-card h3 { font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 10px; line-height: 1.3; }
.why-card p { font-size: 13.5px; color: rgba(255,255,255,0.6); line-height: 1.7; }

/* CTA BANNER */
.cta-banner { background: var(--gold); padding: 72px 60px; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: '⚙'; position: absolute; right: 60px; top: 50%; transform: translateY(-50%) rotate(15deg); font-size: 220px; opacity: 0.08; color: var(--dark); }
.cta-banner::after { content: '🌾'; position: absolute; left: 60px; top: 50%; transform: translateY(-50%) rotate(-10deg); font-size: 160px; opacity: 0.10; }
.cta-banner h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(32px, 4vw, 54px); font-weight: 900; color: var(--dark); margin-bottom: 14px; position: relative; z-index: 2; }
.cta-banner p { font-size: 17px; color: rgba(0,0,0,0.65); margin-bottom: 36px; max-width: 560px; margin-left: auto; margin-right: auto; position: relative; z-index: 2; }
.btn-dark { padding: 16px 40px; background: var(--dark); color: #fff; font-size: 15px; font-weight: 700; border: none; border-radius: 8px; cursor: pointer; transition: all .2s; letter-spacing: 0.03em; position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 8px; }
.btn-dark:hover { background: #333; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.25); }

/* PAGE HERO */
.page-hero { background: linear-gradient(120deg, #0d2e10, #1B5E20, #2E7D32); padding: 80px 60px; position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(-60deg, transparent, transparent 40px, rgba(255,255,255,0.015) 40px, rgba(255,255,255,0.015) 42px); }
.page-hero-inner { position: relative; z-index: 2; }
.page-hero h1 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(40px, 5vw, 68px); font-weight: 900; color: #fff; line-height: 1.05; margin-bottom: 16px; }
.page-hero h1 span { color: var(--gold); }
.page-hero p { font-size: 17px; color: rgba(255,255,255,0.7); max-width: 560px; line-height: 1.7; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 20px; }
.breadcrumb span { color: var(--gold-light); cursor: pointer; }
.breadcrumb span:hover { color: var(--gold); }
.breadcrumb-sep { color: rgba(255,255,255,0.3); }

/* COMPANY STORY */
.company-story { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.story-content h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(30px, 3vw, 44px); font-weight: 800; color: var(--dark); margin-bottom: 24px; line-height: 1.15; }
.story-content h2 span { color: var(--green); }
.story-content p { font-size: 15.5px; line-height: 1.85; color: var(--text-mid); margin-bottom: 20px; }
.story-highlight { background: var(--green-pale); border-left: 4px solid var(--green); border-radius: 0 10px 10px 0; padding: 18px 24px; font-size: 16px; font-weight: 600; color: var(--green-dark); margin: 28px 0; font-style: italic; }
.timeline { position: relative; }
.timeline::before { content: ''; position: absolute; left: 24px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--green), var(--gold)); }
.timeline-item { display: flex; gap: 28px; margin-bottom: 36px; position: relative; }
.tl-dot { width: 50px; height: 50px; flex-shrink: 0; background: var(--white); border: 3px solid var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; z-index: 2; position: relative; box-shadow: var(--shadow-sm); }
.tl-content { background: var(--white); border: 1.5px solid var(--border); border-radius: 12px; padding: 20px 24px; flex: 1; transition: box-shadow .2s; }
.tl-content:hover { box-shadow: var(--shadow-md); }
.tl-year { font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700; color: var(--gold-dark); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 6px; }
.tl-content h4 { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 6px; }
.tl-content p { font-size: 13.5px; color: var(--text-light); line-height: 1.6; }

/* PROCESS SECTION */
.process-section { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 60px; }
.process-step { text-align: center; position: relative; }
.process-step::after { content: '→'; position: absolute; right: -18px; top: 32px; font-size: 28px; color: var(--gold); font-weight: 900; }
.process-step:last-child::after { display: none; }
.step-number { width: 64px; height: 64px; margin: 0 auto 20px; background: var(--green); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 900; color: #fff; box-shadow: 0 8px 24px rgba(46,125,50,0.25); }
.process-step h4 { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.process-step p { font-size: 13px; color: var(--text-light); line-height: 1.6; }

/* CERTIFICATIONS */
.certifications { background: var(--cream); }
.cert-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 56px; }
.cert-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 16px; padding: 36px 28px; text-align: center; transition: transform .25s, box-shadow .25s; }
.cert-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.cert-icon { width: 72px; height: 72px; margin: 0 auto 20px; background: var(--green-pale); border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 32px; }
.cert-card h3 { font-size: 17px; font-weight: 700; color: var(--dark); margin-bottom: 10px; font-family: 'Barlow Condensed', sans-serif; letter-spacing: 0.02em; }
.cert-card p { font-size: 13.5px; color: var(--text-light); line-height: 1.7; }

/* MATERIALS */
.materials-section { background: var(--white); }
.materials-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 56px; }
.material-card { background: var(--green-pale); border: 2px solid rgba(46,125,50,0.15); border-radius: 14px; padding: 28px 16px; text-align: center; transition: all .25s; }
.material-card:hover { background: var(--green); border-color: var(--green); }
.material-card:hover h4, .material-card:hover p { color: #fff; }
.material-card h4 { font-size: 14px; font-weight: 700; color: var(--dark); margin-top: 12px; }
.material-card p { font-size: 12px; color: var(--text-light); margin-top: 4px; }

/* ALL PRODUCTS GRID */
.all-products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.product-card-full { background: var(--white); border: 1.5px solid var(--border); border-radius: 16px; overflow: hidden; transition: transform .28s, box-shadow .28s, border-color .28s; }
.product-card-full:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(46,125,50,0.12); border-color: rgba(46,125,50,0.25); }
.pcf-thumb { height: 200px; display: flex; align-items: center; justify-content: center; font-size: 80px; position: relative; }
.pcf-body { padding: 22px 24px 26px; }
.pcf-num { width: 28px; height: 28px; border-radius: 50%; background: var(--green); color: #fff; font-size: 12px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.pcf-body h3 { font-size: 16px; font-weight: 700; color: var(--dark); line-height: 1.4; margin-bottom: 10px; }
.pcf-body p { font-size: 13.5px; color: var(--text-light); line-height: 1.65; margin-bottom: 20px; }
.pcf-specs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.pcf-spec { background: var(--green-pale); color: var(--green-dark); font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 4px; letter-spacing: 0.04em; }
.product-card-cta { background: linear-gradient(145deg, var(--green-dark), var(--green)); border-radius: 16px; padding: 36px 32px; display: flex; flex-direction: column; justify-content: center; min-height: 360px; position: relative; overflow: hidden; }
.product-card-cta::before { content: '⚙'; position: absolute; right: -20px; bottom: -20px; font-size: 160px; opacity: 0.07; color: #fff; }
.product-card-cta h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 800; color: #fff; margin-bottom: 14px; }
.product-card-cta p { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 28px; }

/* CONTACT PAGE */
.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 64px; }
.contact-info h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 800; color: var(--dark); margin-bottom: 16px; }
.contact-info > p { font-size: 15px; color: var(--text-mid); line-height: 1.75; margin-bottom: 36px; }
.contact-items { display: flex; flex-direction: column; gap: 20px; margin-bottom: 36px; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; padding: 18px 20px; background: var(--cream); border: 1.5px solid var(--border); border-radius: 12px; }
.ci-ic { width: 46px; height: 46px; flex-shrink: 0; background: var(--green); border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.ci-text h4 { font-size: 13px; font-weight: 700; color: var(--dark); text-transform: uppercase; letter-spacing: 0.06em; }
.ci-text p { font-size: 14px; color: var(--text-mid); margin-top: 4px; line-height: 1.5; }
.cert-badges-row { display: flex; gap: 12px; flex-wrap: wrap; }
.cert-badge-pill { display: flex; align-items: center; gap: 8px; background: var(--green-pale); border: 1.5px solid rgba(46,125,50,0.2); border-radius: 8px; padding: 10px 14px; font-size: 12px; font-weight: 700; color: var(--green-dark); }

/* INQUIRY FORM */
.inquiry-form-wrap { background: var(--cream); border: 1.5px solid var(--border); border-radius: 20px; padding: 40px 44px; box-shadow: var(--shadow-md); }
.form-title { font-family: 'Barlow Condensed', sans-serif; font-size: 26px; font-weight: 800; color: var(--dark); margin-bottom: 6px; }
.form-subtitle { font-size: 14px; color: var(--text-light); margin-bottom: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 12.5px; font-weight: 700; color: var(--text); letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 7px; }
.form-group label .req { color: #e53935; margin-left: 3px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 13px 16px;
  border: 1.5px solid rgba(0,0,0,0.12); border-radius: 10px;
  font-size: 14px; font-family: 'Barlow', sans-serif;
  color: var(--text); background: var(--white);
  outline: none; transition: border-color .2s, box-shadow .2s;
  appearance: none;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(46,125,50,0.1); }
.form-group textarea { resize: vertical; min-height: 120px; }
.btn-submit-full { width: 100%; padding: 16px; background: var(--green); color: #fff; font-size: 16px; font-weight: 700; border: none; border-radius: 10px; cursor: pointer; transition: all .2s; letter-spacing: 0.04em; font-family: 'Barlow', sans-serif; display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 8px; }
.btn-submit-full:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(46,125,50,0.3); }

/* MAP */
.map-section { background: var(--cream); padding: 0 60px 90px; }
.map-wrap { border-radius: 20px; overflow: hidden; height: 400px; background: linear-gradient(145deg, #e8f5e9, #c8e6c9); display: flex; align-items: center; justify-content: center; border: 1.5px solid var(--border); position: relative; }
.map-placeholder { text-align: center; }
.map-placeholder .map-pin { font-size: 64px; margin-bottom: 16px; }
.map-placeholder h3 { font-size: 20px; font-weight: 700; color: var(--green-dark); }
.map-placeholder p { font-size: 14px; color: var(--text-light); margin-top: 6px; }
.map-label { position: absolute; top: 24px; left: 24px; background: var(--green); color: #fff; padding: 8px 16px; border-radius: 8px; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; }

/* FOOTER */
footer { background: #0d1a0e; padding: 80px 60px 0; color: rgba(255,255,255,0.6); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.footer-brand p { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,0.45); margin: 16px 0 28px; }
.footer-logo-area { display: flex; align-items: center; gap: 14px; }
.footer-logo-area strong { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 800; color: #fff; }
.footer-logo-area span { font-size: 11px; color: rgba(255,255,255,0.4); display: block; letter-spacing: 0.06em; }
.iso-badge-footer { display: inline-flex; align-items: center; gap: 10px; background: rgba(249,168,37,0.12); border: 1px solid rgba(249,168,37,0.3); border-radius: 8px; padding: 10px 14px; font-size: 12px; font-weight: 700; color: var(--gold-light); }
.footer-col h4 { font-size: 13px; font-weight: 700; color: #fff; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 20px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 12px; }
.footer-links li span { font-size: 14px; color: rgba(255,255,255,0.5); cursor: pointer; transition: color .2s; display: flex; align-items: center; gap: 7px; }
.footer-links li span::before { content: '›'; color: var(--gold); font-size: 16px; }
.footer-links li span:hover { color: rgba(255,255,255,0.9); }
.footer-contact-item { display: flex; gap: 20px; margin-bottom: 16px; align-items: center; }
.footer-contact-item .fci-icon { font-size: 16px; margin-top: 2px; flex-shrink: 0; }
.footer-contact-item p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.5; margin-top: 2px; }
.footer-bottom { padding: 22px 0; display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.footer-bottom .copy { color: rgba(255,255,255,0.3); }
.footer-bottom .love { color: var(--gold-light); }

/* TOAST */
.toast { position: fixed; bottom: 32px; right: 32px; z-index: 9999; background: var(--green); color: #fff; padding: 16px 28px; border-radius: 12px; font-size: 15px; font-weight: 600; box-shadow: 0 12px 40px rgba(46,125,50,0.4); transform: translateY(100px); opacity: 0; transition: all .4s cubic-bezier(.34,1.56,.64,1); display: flex; align-items: center; gap: 10px; }
.toast.show { transform: translateY(0); opacity: 1; }

/* RESPONSIVE */
@media (max-width: 1200px) {
  .hero-visual { display: none; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .why-card.span-full { grid-column: span 1; flex-direction: column; }
}
@media (max-width: 900px) {
  nav, .topbar, section, footer, .map-section { padding-left: 24px; padding-right: 24px; }
  .hero { padding: 80px 24px; }
  .hero-badges { flex-direction: column; gap: 12px; }
  .about-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .all-products-grid, .products-grid { grid-template-columns: 1fr 1fr; }
  .cert-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .materials-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 20px 24px; }
  .topbar { display: none; }
  nav { padding: 0 24px; }
}
@media (max-width: 600px) {
  .all-products-grid, .products-grid, .cert-grid, .process-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .trust-bar-inner { flex-direction: column; }
  .trust-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .materials-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
}
