/* ============================================================
   Mahalaxmi Krishi Yantra Udyog — styles
   Warm, earthy, rugged agricultural manufacturer aesthetic
   ============================================================ */

:root {
  --green:       #1f6e3d;
  --green-dark:  #114424;
  --green-deep:  #0c3019;
  --gold:        #e0a019;
  --gold-deep:   #b87d09;
  --soil:        #241d13;
  --soil-soft:   #5a5042;
  --cream:       #f6f0e4;
  --cream-2:     #efe6d4;
  --paper:       #fffdf8;
  --line:        #e2d8c4;
  --line-soft:   #ece3d2;
  --whatsapp:    #25d366;
  --whatsapp-dk: #1da851;

  --maxw: 1240px;
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --shadow-sm: 0 2px 8px rgba(36,29,19,.07);
  --shadow-md: 0 10px 30px rgba(36,29,19,.10);
  --shadow-lg: 0 24px 60px rgba(36,29,19,.16);

  --ff-display: "Barlow Condensed", "Mukta", sans-serif;
  --ff-head: "Barlow Semi Condensed", "Mukta", sans-serif;
  --ff-body: "Mukta", "Barlow", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  font-family: var(--ff-body);
  color: var(--soil);
  background: var(--cream);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.devnag { font-family: "Mukta", sans-serif; }

/* ---------- layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.section { padding: 88px 0; }
.section--tight { padding: 64px 0; }
.eyebrow {
  font-family: var(--ff-head);
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold); display: inline-block; }
.s-title {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.02;
  letter-spacing: -.01em;
  margin: 14px 0 0;
  text-wrap: balance;
}
.s-title .hi { color: var(--green); }
.s-sub { color: var(--soil-soft); max-width: 60ch; margin-top: 16px; font-size: 18px; }
.center { text-align: center; }
.center .eyebrow::before { display: none; }
.center .s-sub { margin-left: auto; margin-right: auto; }

/* ---------- buttons ---------- */
.btn {
  font-family: var(--ff-head);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: .01em;
  padding: 14px 26px;
  border-radius: var(--r-md);
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  line-height: 1;
}
.btn svg { width: 20px; height: 20px; }
.btn:hover { transform: translateY(-2px); }
.btn--wa { background: var(--whatsapp); color: #fff; box-shadow: 0 8px 22px rgba(37,211,102,.35); }
.btn--wa:hover { background: var(--whatsapp-dk); }
.btn--call { background: var(--gold); color: var(--soil); box-shadow: 0 8px 22px rgba(224,160,25,.32); }
.btn--call:hover { background: var(--gold-deep); color:#fff; }
.btn--green { background: var(--green); color: #fff; box-shadow: var(--shadow-sm); }
.btn--green:hover { background: var(--green-dark); }
.btn--ghost { background: transparent; color: var(--green-dark); border: 2px solid var(--green); }
.btn--ghost:hover { background: var(--green); color: #fff; }
.btn--lg { padding: 17px 32px; font-size: 19px; }
.btn--block { width: 100%; justify-content: center; }

/* ============================================================
   HEADER
   ============================================================ */
.topbar {
  background: var(--green-deep);
  color: #e9e1cf;
  font-size: 14.5px;
  font-family: var(--ff-head);
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; height: 42px; gap: 16px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; opacity: .9; transition: opacity .2s; }
.topbar a:hover { opacity: 1; }
.topbar .tb-right { display: flex; align-items: center; gap: 22px; }
.topbar svg { width: 15px; height: 15px; }
.tb-hide-sm { display: inline-flex; }

.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,253,248,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header .wrap { display: flex; align-items: center; gap: 24px; height: 76px; }
.brand { display: flex; align-items: center; gap: 14px; margin-right: auto; flex-shrink: 0; }
.brand__mark {
  width: 56px; height: 56px; flex-shrink: 0;
  display: grid; place-items: center;
  position: relative;
}
.brand__mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.brand__mark span { position: relative; z-index: 1; line-height: 1; }
.brand__name { font-family: var(--ff-display); font-weight: 700; font-size: 25px; line-height: .98; letter-spacing: -.01em; white-space: nowrap; }
.brand__name b { color: var(--green); font-weight: 700; }
.brand__tag { font-family: var(--ff-head); font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--soil-soft); margin-top: 3px; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  font-family: var(--ff-head); font-weight: 600; font-size: 16px;
  padding: 10px 14px; border-radius: 9px; color: var(--soil);
  transition: background .2s, color .2s;
}
.nav a:hover { background: var(--cream-2); color: var(--green-dark); }
.header__cta { display: flex; gap: 10px; align-items: center; }
.menu-btn { display: none; background: none; border: 0; cursor: pointer; padding: 8px; color: var(--soil); }
.menu-btn svg { width: 28px; height: 28px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  background:
    radial-gradient(1100px 520px at 78% -8%, rgba(224,160,25,.16), transparent 60%),
    linear-gradient(180deg, var(--green-deep) 0%, var(--green-dark) 60%, #0e3a1f 100%);
  color: #f4eede;
  overflow: hidden;
}
.hero::after {
  content:""; position:absolute; inset:0; pointer-events:none;
  background-image:
    repeating-linear-gradient(135deg, rgba(255,255,255,.03) 0 2px, transparent 2px 22px);
  opacity:.6;
}
.hero .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; padding-top: 76px; padding-bottom: 84px; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(224,160,25,.4);
  color: var(--gold); font-family: var(--ff-head); font-weight: 600;
  padding: 8px 16px; border-radius: 100px; font-size: 14px; letter-spacing: .05em;
}
.hero__badge .star { color: var(--gold); }
.hero h1 {
  font-family: var(--ff-display); font-weight: 700;
  font-size: clamp(46px, 6.2vw, 88px); line-height: .95;
  letter-spacing: -.015em; margin: 22px 0 0; text-wrap: balance;
}
.hero h1 .gold { color: var(--gold); }
.hero__hindi { font-family: "Mukta", sans-serif; font-weight: 600; font-size: clamp(20px,2.4vw,30px); color: var(--gold); margin-top: 6px; line-height: 1.2; }
.hero__lead { font-size: 19px; color: #ddd3bd; margin-top: 22px; max-width: 52ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero__stats { display: flex; gap: 34px; margin-top: 40px; flex-wrap: wrap; }
.hstat { }
.hstat b { font-family: var(--ff-display); font-weight: 700; font-size: 40px; color: #fff; line-height: 1; display: block; }
.hstat b .u { color: var(--gold); font-size: .65em; }
.hstat span { font-family: var(--ff-head); font-size: 14px; letter-spacing: .04em; color: #c9bfa8; text-transform: uppercase; }

/* hero visual collage */
.hero__media { position: relative; }
.hero__media .frame {
  border-radius: var(--r-lg); overflow: hidden; border: 6px solid rgba(255,255,255,.07);
  box-shadow: var(--shadow-lg); background: #0e3a1f;
}
.hero__media .frame img { width: 100%; height: 100%; object-fit: cover; }
.hero__media .big { aspect-ratio: 4/3.3; }
.hero__floats { position: absolute; left: -34px; bottom: -28px; display: flex; gap: 14px; }
.hero__floats .frame { width: 132px; aspect-ratio: 1/1; border-width: 5px; }
.hero__chip {
  position: absolute; right: -14px; top: 26px;
  background: var(--paper); color: var(--soil); border-radius: 14px;
  padding: 13px 17px; box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 12px;
}
.hero__chip .ic { width: 42px; height: 42px; border-radius: 11px; background: var(--green); display: grid; place-items: center; color: #fff; }
.hero__chip .ic svg { width: 22px; height: 22px; }
.hero__chip b { font-family: var(--ff-head); font-size: 17px; display: block; line-height: 1.1; }
.hero__chip span { font-size: 13px; color: var(--soil-soft); }

/* trust strip */
.trust { background: var(--paper); border-bottom: 1px solid var(--line); }
.trust .wrap { display: flex; flex-wrap: wrap; gap: 14px 40px; justify-content: space-between; align-items: center; padding: 22px 28px; }
.trust .ti { display: flex; align-items: center; gap: 12px; font-family: var(--ff-head); font-weight: 600; font-size: 16px; }
.trust .ti svg { width: 26px; height: 26px; color: var(--green); flex-shrink: 0; }
.trust .ti span small { display: block; font-weight: 400; font-size: 13px; color: var(--soil-soft); font-family: var(--ff-body); }

/* ============================================================
   PRODUCTS
   ============================================================ */
.products { background: var(--cream); }
.prod-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 42px; }
.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.pcard {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .25s, border-color .2s;
  display: flex; flex-direction: column;
}
.pcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--green); }
.pcard__img { aspect-ratio: 16/11; overflow: hidden; background: #e7ddc9; position: relative; }
.pcard__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pcard:hover .pcard__img img { transform: scale(1.06); }
.pcard__count {
  position: absolute; top: 12px; left: 12px;
  background: rgba(17,68,36,.92); color: #fff; font-family: var(--ff-head); font-weight: 600;
  font-size: 13px; padding: 5px 11px; border-radius: 100px; backdrop-filter: blur(2px);
}
.pcard__body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.pcard__body h3 { font-family: var(--ff-display); font-weight: 700; font-size: 26px; line-height: 1.05; }
.pcard__hi { font-family: "Mukta"; color: var(--green); font-weight: 600; font-size: 16px; margin-top: 2px; }
.pcard__desc { color: var(--soil-soft); font-size: 15.5px; margin-top: 10px; flex: 1; }
.pcard__link {
  margin-top: 16px; font-family: var(--ff-head); font-weight: 600; color: var(--green-dark);
  display: inline-flex; align-items: center; gap: 8px; font-size: 16px;
}
.pcard__link svg { width: 18px; height: 18px; transition: transform .2s; }
.pcard:hover .pcard__link svg { transform: translateX(4px); }

/* featured thresher band */
.feature { background: var(--green-deep); color: #f1ebdb; position: relative; overflow: hidden; }
.feature::before {
  content:""; position:absolute; inset:0;
  background: radial-gradient(700px 400px at 90% 110%, rgba(224,160,25,.18), transparent 60%);
}
.feature .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; gap: 50px; align-items: center; }
.feature__media { border-radius: var(--r-lg); overflow: hidden; border: 6px solid rgba(255,255,255,.07); box-shadow: var(--shadow-lg); aspect-ratio: 5/4; }
.feature__media img { width: 100%; height: 100%; object-fit: cover; }
.feature h2 { font-family: var(--ff-display); font-weight: 700; font-size: clamp(34px,4vw,52px); line-height: 1; margin: 14px 0 0; }
.feature h2 .gold { color: var(--gold); }
.feature p { color: #d7ccb4; margin-top: 16px; font-size: 18px; max-width: 52ch; }
.feature__pts { list-style: none; margin: 22px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; }
.feature__pts li { display: flex; gap: 10px; align-items: flex-start; font-family: var(--ff-head); font-weight: 500; font-size: 16px; }
.feature__pts svg { width: 20px; height: 20px; color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.feature__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

/* ============================================================
   ABOUT
   ============================================================ */
.about { background: var(--paper); }
.about .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about__media { position: relative; }
.about__media .frame { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line); aspect-ratio: 4/3; }
.about__media .frame img { width: 100%; height: 100%; object-fit: cover; }
.about__est {
  position: absolute; right: -18px; bottom: -22px; background: var(--gold); color: var(--soil);
  border-radius: 16px; padding: 16px 22px; box-shadow: var(--shadow-md); text-align: center; transform: rotate(-3deg);
}
.about__est b { font-family: var(--ff-display); font-weight: 700; font-size: 38px; display: block; line-height: 1; }
.about__est span { font-family: var(--ff-head); font-weight: 600; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.about p { color: var(--soil-soft); margin-top: 16px; font-size: 17px; }
.about__owner { margin-top: 22px; display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: var(--cream); border-radius: var(--r-md); border: 1px solid var(--line); }
.about__owner .av { width: 46px; height: 46px; border-radius: 50%; background: var(--green); color: var(--gold); display: grid; place-items: center; font-family: var(--ff-display); font-weight: 700; font-size: 22px; }
.about__owner b { font-family: var(--ff-head); font-size: 17px; }
.about__owner span { display: block; font-size: 14px; color: var(--soil-soft); }

/* ============================================================
   FACTSHEET
   ============================================================ */
.facts { background: var(--cream); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px; }
.fcard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 22px 22px 24px; }
.fcard .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--cream-2); color: var(--green); display: grid; place-items: center; margin-bottom: 14px; }
.fcard .ic svg { width: 24px; height: 24px; }
.fcard .lbl { font-family: var(--ff-head); font-size: 13.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--soil-soft); }
.fcard .val { font-family: var(--ff-display); font-weight: 700; font-size: 24px; line-height: 1.05; margin-top: 4px; }
.fcard .val small { font-family: var(--ff-body); font-weight: 400; font-size: 15px; color: var(--soil-soft); display: block; }

.usp-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.usp-chip { display: inline-flex; align-items: center; gap: 9px; background: var(--paper); border: 1px solid var(--line); border-radius: 100px; padding: 9px 18px; font-family: var(--ff-head); font-weight: 500; font-size: 15.5px; }
.usp-chip svg { width: 18px; height: 18px; color: var(--green); }

/* ============================================================
   VIDEOS
   ============================================================ */
.videos { background: var(--green-deep); color: #f1ebdb; }
.videos .eyebrow { color: var(--gold); }
.videos .s-title .hi { color: var(--gold); }
.vid-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 44px; }
.vcard {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-lg); overflow: hidden; cursor: pointer; transition: transform .2s, border-color .2s;
}
.vcard:hover { transform: translateY(-5px); border-color: var(--gold); }
.vcard__thumb { aspect-ratio: 16/9; position: relative; overflow: hidden; background: #0c3019; }
.vcard__thumb img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: opacity .3s, transform .5s; }
.vcard:hover .vcard__thumb img { opacity: 1; transform: scale(1.05); }
.vcard__play { position: absolute; inset: 0; display: grid; place-items: center; }
.vcard__play .pbtn { width: 64px; height: 64px; border-radius: 50%; background: rgba(224,32,32,.92); display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,.4); transition: transform .2s; }
.vcard:hover .vcard__play .pbtn { transform: scale(1.1); }
.vcard__play svg { width: 26px; height: 26px; color: #fff; margin-left: 3px; }
.vcard__body { padding: 16px 18px 18px; }
.vcard__body h4 { font-family: var(--ff-head); font-weight: 600; font-size: 18px; line-height: 1.2; }
.vcard__body span { font-size: 14px; color: #b7ad94; display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; }
.vid-cta { text-align: center; margin-top: 40px; }
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(8,20,12,.92); display: none; place-items: center; padding: 24px; }
.lightbox.open { display: grid; }
.lightbox__inner { width: min(960px, 96vw); aspect-ratio: 16/9; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-lg); }
.lightbox iframe { width: 100%; height: 100%; border: 0; }
.lightbox__close { position: absolute; top: 22px; right: 26px; background: none; border: 0; color: #fff; cursor: pointer; }
.lightbox__close svg { width: 36px; height: 36px; }

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews { background: var(--paper); overflow: hidden; }
.rev-top { display: grid; grid-template-columns: 320px 1fr; gap: 50px; align-items: center; margin-bottom: 44px; }
.rev-score {
  background: linear-gradient(160deg, var(--green) 0%, var(--green-dark) 100%);
  color: #fff; border-radius: var(--r-lg); padding: 30px 30px 34px; text-align: center; box-shadow: var(--shadow-md);
}
.rev-score .big { font-family: var(--ff-display); font-weight: 700; font-size: 76px; line-height: .9; }
.rev-score .stars { color: var(--gold); font-size: 24px; letter-spacing: 3px; margin-top: 6px; }
.rev-score .cnt { font-family: var(--ff-head); margin-top: 12px; font-size: 16px; color: #d8ecdd; }
.rev-score .cnt b { color: #fff; font-size: 19px; }
.rev-bars { display: grid; gap: 9px; }
.rbar { display: grid; grid-template-columns: 54px 1fr 42px; gap: 12px; align-items: center; font-family: var(--ff-head); font-size: 14.5px; color: var(--soil-soft); }
.rbar .track { height: 9px; background: var(--cream-2); border-radius: 100px; overflow: hidden; }
.rbar .fill { height: 100%; background: var(--gold); border-radius: 100px; }
.rev-meta { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 18px; }
.rev-meta .m { display:flex; align-items:center; gap:9px; font-family: var(--ff-head); font-weight:600; font-size:15px; }
.rev-meta .m svg { width: 20px; height:20px; color: var(--green); }

/* carousel */
.rev-carousel { position: relative; }
.rev-track-mask { overflow: hidden; }
.rev-track { display: flex; gap: 22px; transition: transform .5s cubic-bezier(.22,.61,.36,1); }
.rcard {
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px 26px 24px; flex: 0 0 calc((100% - 44px) / 3); display: flex; flex-direction: column;
}
.rcard__stars { color: var(--gold); font-size: 17px; letter-spacing: 2px; }
.rcard__quote { font-size: 16.5px; margin-top: 12px; flex: 1; color: var(--soil); }
.rcard__hi { font-family: "Mukta"; color: var(--green); font-weight: 500; }
.rcard__who { display: flex; align-items: center; gap: 13px; margin-top: 20px; }
.rcard__av { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-family: var(--ff-display); font-weight: 700; font-size: 20px; color: #fff; flex-shrink: 0; }
.rcard__who b { font-family: var(--ff-head); font-size: 16.5px; display: block; line-height: 1.15; }
.rcard__who span { font-size: 13.5px; color: var(--soil-soft); display: inline-flex; align-items: center; gap: 5px; }
.rcard__prod { margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--line); font-family: var(--ff-head); font-size: 13.5px; color: var(--soil-soft); display:flex; align-items:center; gap:7px; }
.rcard__prod svg { width: 16px; height: 16px; color: var(--green); }
.rcard .verified { display:inline-flex; align-items:center; gap:5px; color: var(--green); font-size:12.5px; font-family: var(--ff-head); font-weight:600; }
.rcard .verified svg { width: 15px; height:15px; }

.rev-nav { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 30px; }
.rev-arrow { width: 50px; height: 50px; border-radius: 50%; border: 2px solid var(--line); background: var(--paper); cursor: pointer; display: grid; place-items: center; transition: all .2s; }
.rev-arrow:hover { background: var(--green); border-color: var(--green); color: #fff; }
.rev-arrow svg { width: 22px; height: 22px; }
.rev-dots { display: flex; gap: 8px; }
.rev-dots button { width: 9px; height: 9px; border-radius: 50%; border: 0; background: var(--line); cursor: pointer; padding: 0; transition: all .2s; }
.rev-dots button.active { background: var(--green); width: 26px; border-radius: 100px; }

/* ============================================================
   DISTRIBUTOR FORM
   ============================================================ */
.enquiry { background: var(--green-deep); color: #f1ebdb; position: relative; overflow: hidden; }
.enquiry::before { content:""; position:absolute; inset:0; background: radial-gradient(620px 380px at 12% 0%, rgba(224,160,25,.16), transparent 60%); }
.enquiry .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
.enquiry .eyebrow { color: var(--gold); }
.enquiry h2 { font-family: var(--ff-display); font-weight: 700; font-size: clamp(34px,4vw,54px); line-height: 1; margin: 14px 0 0; }
.enquiry h2 .gold { color: var(--gold); }
.enquiry p { color: #d6cbb3; margin-top: 16px; font-size: 18px; }
.enq-pts { list-style: none; margin-top: 24px; display: grid; gap: 12px; }
.enq-pts li { display: flex; gap: 12px; align-items: center; font-family: var(--ff-head); font-size: 16.5px; }
.enq-pts svg { width: 22px; height: 22px; color: var(--gold); flex-shrink: 0; }
.form-card { background: var(--paper); border-radius: var(--r-lg); padding: 32px; box-shadow: var(--shadow-lg); color: var(--soil); }
.form-card h3 { font-family: var(--ff-display); font-weight: 700; font-size: 28px; }
.form-card .fc-sub { color: var(--soil-soft); font-size: 15px; margin-top: 4px; }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-family: var(--ff-head); font-weight: 600; font-size: 14px; }
.field label .req { color: #c0392b; }
.field input, .field select, .field textarea {
  font-family: var(--ff-body); font-size: 16px; padding: 12px 14px; border-radius: var(--r-sm);
  border: 1.5px solid var(--line); background: var(--cream); color: var(--soil); width: 100%; transition: border-color .2s, background .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); background: #fff; }
.field textarea { resize: vertical; min-height: 84px; }
.field .err { color: #c0392b; font-size: 13px; display: none; }
.field.invalid input, .field.invalid select { border-color: #c0392b; }
.field.invalid .err { display: block; }
.form-success {
  display: none; text-align: center; padding: 14px;
}
.form-success.show { display: block; }
.form-success .ok-ic { width: 64px; height: 64px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; margin: 0 auto 14px; }
.form-success .ok-ic svg { width: 34px; height: 34px; }
.form-note { font-size: 13px; color: var(--soil-soft); margin-top: 12px; text-align: center; }

/* ============================================================
   CONTACT + MAP
   ============================================================ */
.contact { background: var(--cream); }
.contact .wrap { display: grid; grid-template-columns: 1fr 1.15fr; gap: 44px; align-items: stretch; }
.ci-list { display: grid; gap: 16px; margin-top: 30px; }
.ci {
  display: flex; gap: 16px; align-items: flex-start; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--r-md); padding: 18px 20px; transition: border-color .2s, transform .2s;
}
.ci:hover { border-color: var(--green); transform: translateX(4px); }
.ci .ic { width: 48px; height: 48px; border-radius: 12px; background: var(--green); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.ci .ic svg { width: 24px; height: 24px; }
.ci .lbl { font-family: var(--ff-head); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--soil-soft); }
.ci .val { font-family: var(--ff-head); font-weight: 600; font-size: 18px; line-height: 1.3; }
.ci .val a:hover { color: var(--green); }
.social-row { display: flex; gap: 12px; margin-top: 24px; }
.social-row a { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; background: var(--paper); border: 1px solid var(--line); color: var(--soil); transition: all .2s; }
.social-row a:hover { transform: translateY(-3px); color: #fff; }
.social-row a.wa:hover { background: var(--whatsapp); border-color: var(--whatsapp); }
.social-row a.ig:hover { background: #d62976; border-color: #d62976; }
.social-row a.yt:hover { background: #e02020; border-color: #e02020; }
.social-row a svg { width: 24px; height: 24px; }
.map-card { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line); min-height: 460px; background: var(--cream-2); }
.map-card iframe { width: 100%; height: 100%; min-height: 460px; border: 0; display: block; }
.hours-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); padding: 18px 20px; margin-top: 16px; }
.hours-card h4 { font-family: var(--ff-head); font-weight: 700; font-size: 17px; display:flex; align-items:center; gap:9px; }
.hours-card h4 svg { width: 20px; height:20px; color: var(--green); }
.hours-card .open { margin-left: auto; font-size: 13px; color: var(--green); background: #e3f1e7; padding: 3px 11px; border-radius: 100px; font-weight: 600; }
.hours-list { display: grid; gap: 4px; margin-top: 12px; font-size: 15px; }
.hours-list .hr { display: flex; justify-content: space-between; padding: 4px 0; border-bottom: 1px dashed var(--line-soft); }
.hours-list .hr span:first-child { font-family: var(--ff-head); font-weight: 600; }
.hours-list .hr.today { color: var(--green-dark); }

/* ============================================================
   FAQ
   ============================================================ */
.faq { background: var(--paper); }
.faq-list { max-width: 860px; margin: 44px auto 0; display: grid; gap: 12px; }
.fq { border: 1px solid var(--line); border-radius: var(--r-md); background: var(--cream); overflow: hidden; }
.fq__q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 20px 22px; display: flex; align-items: center; gap: 16px; font-family: var(--ff-head); font-weight: 600; font-size: 18.5px; color: var(--soil); }
.fq__q .qmark { width: 28px; height: 28px; border-radius: 8px; background: var(--green); color: var(--gold); display: grid; place-items: center; font-family: var(--ff-display); font-weight: 700; flex-shrink: 0; }
.fq__q .chev { margin-left: auto; transition: transform .25s; color: var(--green); }
.fq__q .chev svg { width: 22px; height: 22px; display:block; }
.fq.open .fq__q .chev { transform: rotate(180deg); }
.fq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.fq__a-inner { padding: 0 22px 22px 66px; color: var(--soil-soft); font-size: 16px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--green-deep); color: #c9bfa8; padding: 64px 0 0; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.footer .brand__name { color: #fff; }
.footer .brand__name b { color: var(--gold); }
.footer .brand__tag { color: #9b9075; }
.footer__about { margin-top: 18px; font-size: 15px; max-width: 38ch; }
.footer h5 { font-family: var(--ff-head); font-weight: 700; color: #fff; font-size: 16px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 16px; }
.footer ul { list-style: none; display: grid; gap: 10px; }
.footer ul a, .footer ul li { font-size: 15px; transition: color .2s; }
.footer ul a:hover { color: var(--gold); }
.footer__contact div { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; margin-bottom: 12px; }
.footer__contact svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.footer__bar { border-top: 1px solid rgba(255,255,255,.1); margin-top: 50px; padding: 22px 0; }
.footer__bar .wrap { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; }
.footer__bar a:hover { color: var(--gold); }

/* ============================================================
   FLOATING WHATSAPP
   ============================================================ */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 120;
  display: flex; align-items: center; gap: 0; 
}
.wa-float a {
  display: flex; align-items: center; gap: 12px; background: var(--whatsapp); color: #fff;
  padding: 14px 20px 14px 16px; border-radius: 100px; box-shadow: 0 10px 30px rgba(37,211,102,.45);
  font-family: var(--ff-head); font-weight: 600; font-size: 16px; transition: transform .2s, box-shadow .2s;
}
.wa-float a:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 14px 36px rgba(37,211,102,.55); }
.wa-float .ico { width: 30px; height: 30px; flex-shrink: 0; }
.wa-float .ico svg { width: 30px; height: 30px; display:block; }
.wa-pulse { position: relative; }
.wa-pulse::after {
  content:""; position: absolute; inset: 0; border-radius: 100px; background: var(--whatsapp);
  z-index: -1; animation: waPulse 2.2s ease-out infinite;
}
@keyframes waPulse { 0% { transform: scale(1); opacity: .55; } 70%,100% { transform: scale(1.35); opacity: 0; } }

/* scroll reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
.mobile-nav { display: none; }
@media (max-width: 1080px) {
  .prod-grid, .vid-grid { grid-template-columns: repeat(2,1fr); }
  .facts-grid { grid-template-columns: repeat(2,1fr); }
  .rcard { flex: 0 0 calc((100% - 22px) / 2); }
}
@media (max-width: 1024px) {
  .nav, .header__cta .btn span.lbl { display: none; }
  .menu-btn { display: block; }
  .hero .wrap, .feature .wrap, .about .wrap, .enquiry .wrap, .contact .wrap, .rev-top { grid-template-columns: 1fr; }
  .hero__media { order: -1; max-width: 460px; }
  .hero__floats { left: 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .rev-top { gap: 28px; }
  .rev-score { max-width: 360px; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .section { padding: 60px 0; }
  .wrap { padding: 0 18px; }
  .prod-grid, .vid-grid, .facts-grid { grid-template-columns: 1fr; }
  .rcard { flex: 0 0 100%; }
  .fgrid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .tb-hide-sm { display: none; }
  .hero__floats { display: none; }
  .feature__pts { grid-template-columns: 1fr; }
  .wa-float a span { display: none; }
  .wa-float a { padding: 16px; }
  .about__est { right: 8px; }

  /* header: drop the icon CTAs on phones — drawer + topbar + float cover them */
  .header__cta { display: none; }
  .header .wrap { gap: 12px; height: auto; min-height: 62px; padding-top: 9px; padding-bottom: 9px; }
  .brand { gap: 11px; }
  .brand__mark { width: 44px; height: 44px; }
  .brand__name { font-size: 19px; white-space: normal; line-height: 1.05; }
  .brand__tag { font-size: 10.5px; letter-spacing: .07em; margin-top: 2px; }
  html { scroll-padding-top: 78px; }

  /* topbar: let it breathe instead of clipping */
  .topbar .wrap { height: auto; padding-top: 7px; padding-bottom: 7px; gap: 10px; }
  .topbar { font-size: 13px; }
  .topbar .tb-right { gap: 14px; }

  /* hero chip stays inside the frame */
  .hero__chip { right: 8px; top: 12px; padding: 10px 13px; }
  .hero__chip .ic { width: 36px; height: 36px; }
  .hero__chip b { font-size: 15px; }
  .hero .wrap { padding-top: 44px; padding-bottom: 56px; gap: 36px; }
  .hero__media { max-width: 100%; }
}

@media (max-width: 400px) {
  .brand__name { font-size: 17px; }
  .brand__mark { width: 40px; height: 40px; }
  .hstat b { font-size: 34px; }
  .hero__stats { gap: 22px; }
}

/* mobile drawer */
.drawer { position: fixed; inset: 0; z-index: 100; display: none; }
.drawer.open { display: block; }
.drawer__bg { position: absolute; inset: 0; background: rgba(12,30,18,.5); }
.drawer__panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(320px, 86vw);
  background: var(--paper); padding: 28px 24px; box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; gap: 6px; transform: translateX(100%); transition: transform .3s;
}
.drawer.open .drawer__panel { transform: none; }
.drawer__panel a { font-family: var(--ff-head); font-weight: 600; font-size: 19px; padding: 13px 12px; border-radius: 10px; }
.drawer__panel a:hover { background: var(--cream-2); }
.drawer__close { align-self: flex-end; background: none; border: 0; cursor: pointer; color: var(--soil); margin-bottom: 8px; }
.drawer__close svg { width: 30px; height: 30px; }
.drawer__cta { margin-top: auto; display: grid; gap: 10px; }
