/* =====================================================
   FARMINGTON AFRICA  –  style.css
   Brand: Orange #E8820C, Green #4A7C2F, Dark Green #1a3d2b
   Font: Montserrat
   ===================================================== */

/* ---------- RESET & TOKENS ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  /* Brand Colors from Farmington Africa logo */
  --brand-orange:    #E8820C;
  --brand-orange-d:  #C96D08;
  --brand-orange-l:  #F5A84C;
  --brand-orange-pale: #FEF0DC;
  --g-dark:          #1a3d2b;
  --g-mid:           #4A7C2F;
  --g-bright:        #5d9438;
  --g-light:         #8bbf5a;
  --g-pale:          #e8f4d8;
  --cream:           #faf7f0;
  --cream-d:         #f0ead8;
  --gold:            #E8820C;
  --gold-l:          #F5A84C;
  --txt-dark:        #111d14;
  --txt-body:        #344a3a;
  --txt-muted:       #6b7a60;
  --white:           #ffffff;
  --sh-sm:           0 2px 12px rgba(26,61,43,.08);
  --sh-md:           0 8px 32px rgba(26,61,43,.14);
  --sh-lg:           0 20px 60px rgba(26,61,43,.2);
  --r:               12px;
  --r-lg:            20px;
  --ease:            cubic-bezier(.4,0,.2,1);
  --t:               all .3s var(--ease);
}

html  { scroll-behavior: smooth; font-size: 16px; }
body  {
  font-family: 'Montserrat', system-ui, sans-serif;
  color: var(--txt-body);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}
img   { max-width: 100%; height: auto; display: block; }
a     { text-decoration: none; color: inherit; }

/* ---- Layout ---- */
.container { width: 100%; max-width: 1220px; margin: 0 auto; padding: 0 24px; }
.section   { padding: 96px 0; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 30px; border-radius: 50px;
  font-family: inherit; font-weight: 700; font-size: .88rem;
  letter-spacing: .04em; cursor: pointer;
  border: 2px solid transparent; transition: var(--t);
  white-space: nowrap; text-transform: uppercase;
}
.btn-primary   { background: var(--brand-orange);  color: var(--white); border-color: var(--brand-orange); }
.btn-primary:hover { background: var(--brand-orange-d); border-color: var(--brand-orange-d); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,130,12,.35); }
.btn-outline   { background: transparent; color: var(--white); border-color: rgba(255,255,255,.65); }
.btn-outline:hover { background: rgba(255,255,255,.12); border-color: var(--white); }
.btn-white     { background: var(--white); color: var(--brand-orange); border-color: var(--white); }
.btn-white:hover { background: var(--cream); transform: translateY(-2px); box-shadow: var(--sh-md); }

/* ---- Section labels & titles ---- */
.section-label {
  display: inline-block; font-size: .72rem; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--brand-orange); margin-bottom: 10px;
}
.section-header { text-align: center; max-width: 620px; margin: 0 auto 64px; }
.section-header .section-label { display: block; }
.section-header p { color: var(--txt-muted); font-size: 1.03rem; margin-top: 12px; }
.section-header.light h2,
.section-header.light p { color: var(--white); }
.section-header.light .section-label { color: var(--brand-orange-l); }

.section-title {
  font-family: 'Montserrat', Georgia, sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  font-weight: 800; color: var(--txt-dark); line-height: 1.2;
}
.section-title em { font-style: italic; color: var(--g-mid); font-weight: 700; }


/* ==============================================
   TOP BAR
   ============================================== */
.topbar {
  background: var(--g-dark); color: rgba(255,255,255,.78);
  font-size: .82rem; padding: 9px 0;
}
.topbar-inner {
  max-width: 1220px; margin: 0 auto; padding: 0 24px;
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px; flex-wrap: wrap;
}
.topbar-left { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar-left a {
  color: rgba(255,255,255,.75); display: flex;
  align-items: center; gap: 7px; transition: color .2s;
}
.topbar-left a:hover { color: var(--brand-orange-l); }
.topbar-socials { display: flex; gap: 10px; }
.topbar-socials a {
  color: rgba(255,255,255,.65); width: 26px; height: 26px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; border: 1px solid rgba(255,255,255,.2);
  transition: var(--t);
}
.topbar-socials a:hover { background: var(--brand-orange); color: var(--white); border-color: var(--brand-orange); }


/* ==============================================
   HEADER
   ============================================== */
.header {
  position: sticky; top: 0; z-index: 1000;
  background: var(--white); box-shadow: var(--sh-sm);
  transition: box-shadow .3s;
}
.header.scrolled { box-shadow: 0 4px 24px rgba(26,61,43,.15); }
.header-inner {
  max-width: 1220px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center;
  justify-content: space-between; gap: 20px; height: 70px;
}

/* Logo */
.logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-img { height: 52px; width: auto; object-fit: contain; }
.logo-img-footer { height: 44px; filter: brightness(0) invert(1); }
.logo-icon { display: flex; align-items: center; }
.logo-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.45rem; font-weight: 800;
  color: var(--g-dark); letter-spacing: -.01em;
}

/* Nav */
.nav { display: flex; align-items: center; gap: 4px; }
.nav-link {
  padding: 8px 16px; border-radius: 50px;
  font-weight: 600; font-size: .82rem; letter-spacing: .04em; text-transform: uppercase;
  color: var(--txt-body); transition: var(--t);
}
.nav-link:hover, .nav-link.active {
  color: var(--brand-orange); background: rgba(232,130,12,.09);
}
.header-cta { padding: 10px 24px; font-size: .8rem; }

/* Hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
  position: relative; z-index: 1001;
}
.hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--g-dark); border-radius: 2px; transition: var(--t);
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }


/* ==============================================
   HERO
   ============================================== */
.hero {
  position: relative; min-height: 95vh;
  display: flex; align-items: center; overflow: hidden;
  background:
    linear-gradient(155deg,
      rgba(10,28,16,.82) 0%,
      rgba(20,55,35,.72) 45%,
      rgba(30,80,55,.55) 100%),
    url('https://images.unsplash.com/photo-1500382017468-9049fed747ef?w=1920&q=85&auto=format&fit=crop') center/cover no-repeat;
}

/* decorative crop shapes */
.hero-bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-crop { position: absolute; }
.hero-crop-1 { right: 8%; top: 12%; animation: floatA 7s ease-in-out infinite; }
.hero-crop-2 { right: 22%; bottom: 18%; animation: floatB 9s ease-in-out infinite; }
@keyframes floatA { 0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-18px) rotate(8deg)} }
@keyframes floatB { 0%,100%{transform:translateY(0)}50%{transform:translateY(14px)} }

/* organic pattern overlay */
.hero-overlay {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(116,198,157,.06) 0%, transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(201,168,76,.05) 0%, transparent 35%);
  pointer-events: none;
}

.hero-content {
  position: relative; z-index: 2;
  padding: 40px 24px;
  padding-left: max(24px, calc((100vw - 1220px)/2 + 24px));
  max-width: 720px;
  animation: heroIn .9s var(--ease) both;
}
@keyframes heroIn { from{opacity:0;transform:translateY(30px)} to{opacity:1;transform:translateY(0)} }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(232,130,12,.18); color: var(--brand-orange-l);
  border: 1px solid rgba(232,130,12,.4);
  padding: 7px 20px; border-radius: 50px;
  font-size: .72rem; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase;
  margin-bottom: 24px; backdrop-filter: blur(6px);
}
.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 800; color: var(--white);
  line-height: 1.14; margin-bottom: 22px;
}
.hero-title em { font-style: italic; color: var(--brand-orange-l); font-weight: 700; }
.hero-sub {
  font-size: 1.08rem; color: rgba(255,255,255,.78);
  max-width: 540px; margin-bottom: 38px; line-height: 1.72;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* scroll hint */
.hero-scroll {
  position: absolute; bottom: 28px; left: 50%;
  transform: translateX(-50%); z-index: 2;
  display: flex; flex-direction: column;
  align-items: center; gap: 8px;
}
.hero-scroll p { color: rgba(255,255,255,.4); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-scroll-mouse {
  width: 22px; height: 36px;
  border: 2px solid rgba(255,255,255,.35); border-radius: 11px;
  position: relative;
}
.hero-scroll-mouse span {
  position: absolute; top: 5px; left: 50%; transform: translateX(-50%);
  width: 3px; height: 7px; background: rgba(255,255,255,.6);
  border-radius: 2px; animation: mouseBob 2s ease-in-out infinite;
}
@keyframes mouseBob { 0%,100%{top:5px;opacity:.8}50%{top:16px;opacity:.3} }


/* ==============================================
   FEATURES STRIP
   ============================================== */
.features-strip { background: var(--cream); padding: 72px 0; }
.features-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 28px;
}
.feature-card {
  background: var(--white); border-radius: var(--r-lg);
  padding: 38px 30px; box-shadow: var(--sh-sm);
  border-bottom: 3px solid transparent; transition: var(--t);
  text-align: center;
}
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--sh-md); border-bottom-color: var(--brand-orange); }
/* Icon wrap: outer dashed circle (like reference) */
.feature-icon-wrap {
  width: 90px; height: 90px; border-radius: 50%;
  background: var(--brand-orange);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 22px; position: relative;
}
/* Dashed ring variant (non-active) */
.feature-icon-wrap--outline {
  background: transparent;
  border: 2.5px dashed var(--brand-orange);
}
.feature-icon-wrap--outline .feature-icon {
  background: transparent;
  color: var(--brand-orange);
}
.feature-icon {
  width: 64px; height: 64px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
}
.feature-icon--green { background: var(--brand-orange); }
.feature-icon--gold  { background: var(--brand-orange); }
.feature-icon--blue  { background: var(--brand-orange); }
/* Active card (center): solid filled circle, elevated card */
.feature-card--active {
  background: var(--white);
  box-shadow: var(--sh-lg);
  border-bottom-color: var(--brand-orange);
  transform: translateY(-8px);
}
.feature-card--active .feature-icon-wrap {
  background: var(--brand-orange);
}
.feature-card h3 {
  font-family: 'Montserrat', sans-serif; font-size: 1.05rem;
  font-weight: 700; color: var(--txt-dark); margin-bottom: 10px;
}
.feature-card p { color: var(--txt-muted); font-size: .88rem; line-height: 1.65; }


/* ==============================================
   ABOUT
   ============================================== */
.about { background: var(--white); }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}

/* image blocks */
.about-images { position: relative; }
.about-img-main {
  width: 100%; height: 460px; border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--sh-lg); position: relative;
}
/* Lush Rwanda terraced farmland */
.img-farm-main {
  background:
    linear-gradient(180deg, rgba(15,50,25,.15) 0%, rgba(10,40,20,.25) 100%),
    url('https://images.unsplash.com/photo-1574943320219-553eb213f72d?w=900&q=85&auto=format&fit=crop') center/cover no-repeat;
}
.img-label {
  position: absolute; bottom: 20px; left: 20px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(6px);
  padding: 8px 16px; border-radius: 50px;
  font-size: .78rem; font-weight: 600; color: var(--g-dark);
  display: flex; align-items: center; gap: 6px;
  box-shadow: var(--sh-sm);
}
.about-img-accent {
  position: absolute; bottom: -28px; right: -28px;
  width: 180px; height: 180px; border-radius: var(--r);
  border: 5px solid var(--white); box-shadow: var(--sh-md);
  overflow: hidden;
}
/* Avocado accent image */
.img-avocado-accent {
  background: url('https://images.unsplash.com/photo-1519162808019-7de1683fa2ad?w=400&q=85&auto=format&fit=crop') center/cover no-repeat;
}
.about-stat-badge {
  position: absolute; top: 28px; left: -20px;
  background: var(--g-dark); color: var(--white);
  border-radius: var(--r); padding: 16px 22px;
  text-align: center; box-shadow: var(--sh-md);
}
.stat-num {
  display: block; font-family: 'Montserrat', sans-serif;
  font-size: 1.9rem; font-weight: 800;
  color: var(--brand-orange-l); line-height: 1;
}
.stat-label { font-size: .73rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; opacity: .75; }

.about-text { padding-right: 10px; }
.about-text .section-title { margin-bottom: 18px; }
.about-text > p { color: var(--txt-muted); font-size: 1.02rem; margin-bottom: 28px; }

.about-list { list-style: none; margin-bottom: 36px; display: flex; flex-direction: column; gap: 13px; }
.about-list li { display: flex; align-items: center; gap: 12px; font-weight: 500; color: var(--txt-dark); font-size: .97rem; }
.check-icon {
  width: 26px; height: 26px; flex-shrink: 0;
  background: var(--brand-orange-pale); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--brand-orange);
}


/* ==============================================
   PRODUCTS
   ============================================== */
.products { background: var(--cream); }
.products-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }

.product-card {
  background: var(--white); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--sh-sm); transition: var(--t);
}
.product-card:hover { transform: translateY(-7px); box-shadow: var(--sh-lg); }

.product-img {
  height: 200px; position: relative; overflow: hidden;
  transition: transform .5s var(--ease);
}
.product-card:hover .product-img { transform: scale(1.04); }

/* Product image backgrounds — real Unsplash photos */
.img-product-peppers {
  background: url('https://images.unsplash.com/photo-1563565375-f3fdfdbefa83?w=600&q=85&auto=format&fit=crop') center/cover no-repeat;
}
.img-product-chili {
  background: url('images/chili-hero.jpg') center/cover no-repeat;
}
.img-product-avocado {
  background: url('images/avocado-hero.jpg') center/cover no-repeat;
}
.img-product-coffee {
  background: url('https://images.unsplash.com/photo-1447933601403-0c6688de566e?w=600&q=85&auto=format&fit=crop') center/cover no-repeat;
}
.img-product-beans {
  background: url('https://images.unsplash.com/photo-1601493700631-2851e7d78de6?w=600&q=85&auto=format&fit=crop') center/cover no-repeat;
}
.img-product-passion {
  background: url('https://images.unsplash.com/photo-1604495772376-9657f0035fd3?w=600&q=85&auto=format&fit=crop') center/cover no-repeat;
}

/* Emoji/icon centered in product image */
.product-img-content {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  z-index: 1;
}
.product-img-icon {
  font-size: 4rem; filter: drop-shadow(0 4px 12px rgba(0,0,0,.3));
  transform: scale(1); transition: transform .4s var(--ease);
}
.product-card:hover .product-img-icon { transform: scale(1.15) rotate(-5deg); }

/* Subtle top gradient so tag badge stays readable over real photos */
.product-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.18) 0%, transparent 45%);
  pointer-events: none;
}

.product-tag {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  background: var(--g-mid); color: var(--white);
  padding: 4px 13px; border-radius: 50px;
  font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}
.tag-hot      { background: #c0392b; }
.tag-premium  { background: var(--brand-orange-d); }
.tag-specialty{ background: #5c4a1e; }
.tag-exotic   { background: #7a1a6b; }

.product-body { padding: 22px; }
.product-body h3 {
  font-family: 'Montserrat', sans-serif; font-size: 1.08rem;
  font-weight: 700; color: var(--txt-dark); margin-bottom: 7px;
}
.product-body p { color: var(--txt-muted); font-size: .86rem; margin-bottom: 12px; line-height: 1.6; }
.product-origin {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: .72rem; font-weight: 700; color: var(--g-mid);
  background: var(--g-pale); padding: 4px 10px; border-radius: 50px;
  text-transform: uppercase; letter-spacing: .04em;
}


/* ==============================================
   WHY CHOOSE US
   ============================================== */
.why {
  background: linear-gradient(150deg, var(--g-dark) 0%, #0f3320 50%, #1a4d35 100%);
  position: relative; overflow: hidden;
}
.why::before {
  content: ''; position: absolute;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(116,198,157,.08) 0%, transparent 70%);
  top: -200px; right: -150px; pointer-events: none;
}
.why::after {
  content: ''; position: absolute;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,76,.06) 0%, transparent 70%);
  bottom: -100px; left: -80px; pointer-events: none;
}
.why-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 22px;
  position: relative; z-index: 1;
}
.why-card {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-lg); padding: 34px 26px;
  backdrop-filter: blur(8px); transition: var(--t);
}
.why-card:hover { background: rgba(255,255,255,.09); transform: translateY(-4px); border-color: rgba(116,198,157,.3); }
.why-icon {
  width: 50px; height: 50px; background: rgba(232,130,12,.2);
  border-radius: 13px; display: flex; align-items: center;
  justify-content: center; color: var(--brand-orange-l);
  margin-bottom: 18px;
}
.why-card h3 {
  font-family: 'Montserrat', sans-serif; font-size: 1.0rem;
  font-weight: 700; color: var(--white); margin-bottom: 10px;
}
.why-card p { color: rgba(255,255,255,.62); font-size: .87rem; line-height: 1.65; }


/* ==============================================
   CTA BANNER
   ============================================== */
.cta-banner {
  position: relative; padding: 100px 0; overflow: hidden; text-align: center;
}
.cta-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(rgba(20,60,35,.82), rgba(15,45,28,.88)),
    url('https://images.unsplash.com/photo-1464226184884-fa280b87c399?w=1920&q=85&auto=format&fit=crop') center/cover no-repeat;
}
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 15% 50%, rgba(116,198,157,.1) 0%, transparent 40%),
    radial-gradient(circle at 85% 50%, rgba(201,168,76,.07) 0%, transparent 35%);
  pointer-events: none;
}
.cta-content {
  position: relative; z-index: 2; max-width: 680px;
}
.cta-content h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.7rem,3.5vw,2.5rem);
  font-weight: 800; color: var(--white); margin-bottom: 16px;
}
.cta-content p {
  color: rgba(255,255,255,.75); font-size: 1.04rem;
  margin-bottom: 36px; line-height: 1.7;
}


/* ==============================================
   GALLERY
   ============================================== */
.gallery { background: var(--white); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: 210px 210px;
  gap: 14px;
}
.gallery-item {
  border-radius: var(--r); overflow: hidden;
  position: relative; cursor: pointer; transition: var(--t);
}
.gallery-item:hover { transform: scale(1.02); box-shadow: var(--sh-md); }
.g-tall { grid-row: span 2; }
.g-wide { grid-column: span 2; }

/* Gallery — real Unsplash photos */
.img-gallery-1 {
  background: url('images/rwanda_farm.jpg') center/cover no-repeat;
}
.img-gallery-2 {
  background: url('https://images.unsplash.com/photo-1550258987-190a2d41a8ba?w=600&q=85&auto=format&fit=crop') center/cover no-repeat;
}
.img-gallery-3 {
  background: url('https://images.unsplash.com/photo-1563565375-f3fdfdbefa83?w=600&q=85&auto=format&fit=crop') center/cover no-repeat;
}
.img-gallery-4 {
  background: url('images/our_farmers.jpg') center/cover no-repeat;
}
.img-gallery-5 {
  background: url('https://images.unsplash.com/photo-1611403119860-57c4937ef987?w=600&q=85&auto=format&fit=crop') center/cover no-repeat;
}
.img-gallery-6 {
  background: url('https://images.unsplash.com/photo-1464226184884-fa280b87c399?w=800&q=85&auto=format&fit=crop') center/cover no-repeat;
}

/* Subtle overlay for gallery items with real photos */
.gallery-item::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.1) 100%);
  pointer-events: none;
}

.gallery-caption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.65));
  color: var(--white); padding: 32px 16px 14px;
  font-size: .82rem; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase;
  transform: translateY(100%); transition: transform .3s var(--ease);
}
.gallery-item:hover .gallery-caption { transform: translateY(0); }


/* ==============================================
   FAQ
   ============================================== */
.faq { background: var(--cream); }
.faq-container { max-width: 740px; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: var(--white); border-radius: var(--r);
  box-shadow: var(--sh-sm); overflow: hidden;
}
.faq-item.active { box-shadow: var(--sh-md); }
.faq-q {
  width: 100%; display: flex; justify-content: space-between;
  align-items: center; gap: 16px;
  padding: 20px 24px; background: none; border: none;
  cursor: pointer; font-family: inherit; font-weight: 600;
  font-size: .95rem; color: var(--txt-dark); text-align: left;
  transition: var(--t);
}
.faq-chevron { flex-shrink: 0; color: var(--brand-orange); transition: transform .3s var(--ease); }
.faq-item.active .faq-chevron { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-item.active .faq-a { max-height: 160px; }
.faq-a p { padding: 0 24px 20px; color: var(--txt-muted); font-size: .92rem; }


/* ==============================================
   FOUNDER NOTE
   ============================================== */
.founder-section {
  background: linear-gradient(135deg, #0d2b1a 0%, #1a4a2d 50%, #0a1e12 100%);
  padding: 64px 0; position: relative; overflow: hidden;
}
.founder-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(116,198,157,.07) 0%, transparent 70%);
}
.founder-card {
  max-width: 780px; margin: 0 auto;
  display: flex; align-items: flex-start; gap: 24px;
  position: relative; z-index: 1;
}
.founder-icon {
  flex-shrink: 0; width: 52px; height: 52px;
  background: rgba(232,130,12,.2); border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: var(--brand-orange-l);
}
.founder-card p {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.0rem, 1.8vw, 1.2rem);
  font-style: italic;
  color: rgba(255,255,255,.85); line-height: 1.8;
}
.founder-card p strong { color: var(--brand-orange-l); font-style: normal; }


/* ==============================================
   CONTACT
   ============================================== */
.contact { background: var(--white); }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.6fr;
  gap: 72px; align-items: start;
}
.contact-info .section-title { margin-bottom: 14px; }
.contact-info > p { color: var(--txt-muted); margin-bottom: 36px; }
.contact-details { display: flex; flex-direction: column; gap: 20px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; }
.contact-icon {
  flex-shrink: 0; width: 42px; height: 42px;
  background: var(--brand-orange-pale); border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  color: var(--brand-orange);
}
.contact-item > div { display: flex; flex-direction: column; gap: 2px; }
.contact-label { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--txt-muted); }
.contact-item a, .contact-item span { font-weight: 500; color: var(--txt-dark); font-size: .96rem; }
.contact-item a:hover { color: var(--brand-orange); }

.contact-form {
  background: var(--cream); padding: 40px;
  border-radius: var(--r-lg); display: flex; flex-direction: column; gap: 16px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: .78rem; font-weight: 700; color: var(--txt-dark); letter-spacing: .04em; text-transform: uppercase; }
.contact-form input,
.contact-form textarea {
  width: 100%; padding: 13px 16px;
  border: 2px solid var(--cream-d); border-radius: var(--r);
  font-family: inherit; font-size: .92rem; color: var(--txt-dark);
  background: var(--white); transition: var(--t); outline: none; resize: vertical;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--brand-orange);
  box-shadow: 0 0 0 4px rgba(232,130,12,.1);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #aab5a2; }
.submit-btn { align-self: flex-start; }
.form-success {
  display: none; align-items: center; gap: 8px;
  background: var(--g-pale); color: var(--g-dark);
  border-radius: var(--r); padding: 12px 18px;
  font-size: .9rem; font-weight: 600;
}
.form-success.show { display: flex; }


/* ==============================================
   FOOTER
   ============================================== */
.footer { background: var(--g-dark); color: rgba(255,255,255,.68); padding-top: 80px; }
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1.4fr 1.8fr;
  gap: 48px; padding-bottom: 64px;
}

.footer-brand p { margin-top: 16px; font-size: .88rem; line-height: 1.72; max-width: 270px; }
.footer-socials { display: flex; gap: 10px; margin-top: 22px; }
.footer-socials a {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.65); transition: var(--t);
}
.footer-socials a:hover { background: var(--brand-orange); color: var(--white); border-color: var(--brand-orange); }

.footer-col h4 {
  font-family: 'Montserrat', sans-serif; color: var(--white);
  font-size: .9rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 20px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: .88rem; transition: color .2s; }
.footer-col ul li a:hover { color: var(--brand-orange-l); }

.footer-contact-list li {
  display: flex; align-items: flex-start; gap: 10px; font-size: .88rem;
}
.footer-contact-list li svg { flex-shrink: 0; color: var(--brand-orange-l); margin-top: 3px; }
.footer-contact-list li a:hover { color: var(--brand-orange-l); }

.footer-newsletter-desc { font-size: .88rem; margin-bottom: 14px; }
.newsletter-form { display: flex; flex-direction: column; gap: 10px; }
.newsletter-form input {
  padding: 12px 16px; border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--r); background: rgba(255,255,255,.07);
  color: var(--white); font-family: inherit; font-size: .88rem; outline: none; transition: var(--t);
}
.newsletter-form input::placeholder { color: rgba(255,255,255,.38); }
.newsletter-form input:focus { border-color: var(--brand-orange-l); background: rgba(255,255,255,.1); }
.newsletter-form .btn-primary { width: 100%; justify-content: center; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 22px 0; text-align: center;
  font-size: .8rem; color: rgba(255,255,255,.4);
}


/* ==============================================
   SCROLL REVEAL UTILITY
   ============================================== */
.reveal {
  opacity: 0; transform: translateY(26px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.reveal.in-view { opacity: 1; transform: translateY(0); }


/* ==============================================
   RESPONSIVE BREAKPOINTS
   ============================================== */
@media (max-width: 1100px) {
  .why-grid           { grid-template-columns: repeat(2,1fr); }
  .footer-grid        { grid-template-columns: 1fr 1fr; }
  .about-grid         { gap: 52px; }
  .about-img-accent   { right: -14px; }
}

@media (max-width: 900px) {
  .features-grid  { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
  .products-grid  { grid-template-columns: repeat(2,1fr); }
  .about-grid     { grid-template-columns: 1fr; }
  .about-images   { max-width: 540px; margin: 0 auto; order: -1; }
  .about-stat-badge { left: 12px; }
  .gallery-grid   { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 190px); }
  .g-tall         { grid-row: span 1; }
  .g-wide         { grid-column: span 2; }
  .contact-grid   { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 768px) {
  .topbar-left a:last-child { display: none; }

  /* Slide-in mobile nav */
  .nav {
    display: none;
    position: fixed; top: 0; right: 0; bottom: 0;
    width: min(290px, 80vw); background: var(--white);
    flex-direction: column; align-items: flex-start;
    padding: 100px 30px 40px; gap: 2px;
    box-shadow: -8px 0 40px rgba(0,0,0,.14);
    z-index: 999; transform: translateX(100%);
    transition: transform .35s var(--ease);
  }
  .nav.open { display: flex; transform: translateX(0); }
  .nav-link { font-size: 1.05rem; padding: 12px 0; width: 100%; border-radius: 0; }
  .header-cta { display: none; }
  .hamburger  { display: flex; }

  .hero-content { padding: 40px 20px; }
  .hero-title   { font-size: clamp(1.9rem,7vw,2.8rem); }

  .section          { padding: 72px 0; }
  .features-strip   { padding: 56px 0; }

  .footer-grid      { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand p   { max-width: 100%; }
  .why-grid         { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 160px);
  }
  .g-wide { grid-column: span 2; }

  .contact-form  { padding: 28px 18px; }
  .form-row      { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .products-grid      { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .about-img-accent   { display: none; }
  .hero-actions       { flex-direction: column; align-items: flex-start; }
  .hero-actions .btn  { width: 100%; justify-content: center; }
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 160px);
  }
  .g-wide, .g-tall { grid-column: span 1; grid-row: span 1; }
  .founder-card { flex-direction: column; gap: 16px; }
}
