/* ═══════════════════════════════════════════════
   INGEX BOTANICALS — Shared Stylesheet
   ═══════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Jost:wght@300;400;500;600&display=swap');

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Jost',sans-serif;color:#1c1c1c;overflow-x:hidden;background:#fff}
img{display:block;width:100%;height:100%;object-fit:cover}
a{text-decoration:none;color:inherit}
ul{list-style:none}

:root{
  --g900:#1a3409;--g800:#2a5010;--g700:#3b7018;--g600:#4e8f22;
  --g500:#63ab2d;--g400:#85c44e;--g200:#c8e8a0;--g100:#e9f5d8;--g50:#f4faea;
  --gold:#b89a3e;--cream:#fdfaf3;
  --serif:'Cormorant Garamond',serif;--sans:'Jost',sans-serif;
  --shadow:0 8px 40px rgba(26,52,9,.1);--shadow-lg:0 24px 80px rgba(26,52,9,.16);
  --radius:12px;
}

::-webkit-scrollbar{width:5px}
::-webkit-scrollbar-track{background:var(--g50)}
::-webkit-scrollbar-thumb{background:var(--g500);border-radius:3px}

/* ── UTILITIES ── */
.container{max-width:1200px;margin:0 auto;padding:0 52px}
.tag{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--g700);margin-bottom:14px}
.tag::before{content:'';width:26px;height:2px;background:var(--g600)}
.section-title{font-family:var(--serif);font-size:clamp(28px,3.5vw,46px);font-weight:700;color:var(--g900);line-height:1.15;margin-bottom:16px}
.section-title em{font-style:italic;color:var(--g700)}
.section-title span{font-style:italic;color:var(--g700)}
.section-desc{font-size:15px;color:#666;line-height:1.85}
.btn{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;border-radius:8px;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:none;transition:all .3s;font-family:var(--sans)}
.btn-primary{background:var(--g600);color:#fff}
.btn-primary:hover{background:var(--g500);transform:translateY(-2px);box-shadow:0 8px 24px rgba(99,171,45,.35)}
.btn-outline{background:transparent;color:var(--g700);border:2px solid var(--g600)}
.btn-outline:hover{background:var(--g600);color:#fff}
.btn-white{background:#fff;color:var(--g900)}
.btn-white:hover{background:var(--g100)}
.btn-dark{background:var(--g900);color:#fff}
.btn-dark:hover{background:var(--g800)}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-l{opacity:0;transform:translateX(-36px);transition:opacity .65s ease,transform .65s ease}
.reveal-l.visible{opacity:1;transform:translateX(0)}
.reveal-r{opacity:0;transform:translateX(36px);transition:opacity .65s ease,transform .65s ease}
.reveal-r.visible{opacity:1;transform:translateX(0)}
.d1{transition-delay:.1s}.d2{transition-delay:.18s}.d3{transition-delay:.26s}
.d4{transition-delay:.34s}.d5{transition-delay:.42s}.d6{transition-delay:.5s}
.img-ph{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;width:100%;height:100%}
.img-ph .ico{font-size:48px;opacity:.5}
.img-ph .lbl{font-size:10.5px;letter-spacing:.15em;text-transform:uppercase;opacity:.35;font-weight:500}

/* ── FLOATING ── */
.float-wrap{position:fixed;right:20px;bottom:28px;z-index:900;display:flex;flex-direction:column;gap:10px}
.float-btn{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;box-shadow:0 4px 16px rgba(0,0,0,.22);transition:transform .25s;cursor:pointer}
.float-btn:hover{transform:translateY(-4px) scale(1.08)}
.fb-wa{background:#25D366}.fb-chat{background:var(--g700)}

/* ── TOPBAR ── */
.topbar{background:var(--g900);padding:7px 0;text-align:center;font-size:12px;color:rgba(255,255,255,.65);letter-spacing:.03em}
.topbar a{color:#a8d87a;font-weight:500;transition:color .2s}
.topbar a:hover{color:#fff}

/* ── NAV ── */
nav{position:sticky;top:0;z-index:800;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-bottom:1px solid rgba(99,171,45,.1);transition:box-shadow .3s}
nav.scrolled{box-shadow:0 4px 28px rgba(26,52,9,.09)}
.nav-inner{max-width:1200px;margin:0 auto;padding:0 52px;height:68px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.logo{display:flex;align-items:center;gap:11px;flex-shrink:0}
.logo-mark{width:42px;height:42px;background:linear-gradient(135deg,var(--g700),var(--g500));border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.logo-mark svg{width:24px;height:24px;fill:#fff}
.logo-words{line-height:1}
.logo-words .l1{display:block;font-size:9px;letter-spacing:.22em;color:var(--g600);text-transform:lowercase;font-weight:500;margin-bottom:1px}
.logo-words .l2{display:block;font-family:var(--serif);font-size:18px;font-weight:700;color:var(--g900);letter-spacing:.07em;text-transform:uppercase}
.nav-links{display:flex;align-items:center;gap:4px}
.nav-links > li > a{font-size:12.5px;font-weight:500;color:#444;letter-spacing:.05em;text-transform:uppercase;padding:8px 13px;border-radius:6px;transition:all .2s;display:flex;align-items:center;gap:5px}
.nav-links > li > a:hover,.nav-links > li > a.active{color:var(--g700);background:var(--g100)}
.nav-cta{background:var(--g700)!important;color:#fff!important;border-radius:6px}
.nav-cta:hover{background:var(--g900)!important;color:#fff!important}
/* Dropdown */
.has-dd{position:relative}
.has-dd > a .chev{font-size:8px;transition:transform .25s}
.has-dd:hover > a .chev{transform:rotate(180deg)}
.dropdown{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.11),0 0 0 1px rgba(0,0,0,.04);padding:8px;min-width:190px;opacity:0;visibility:hidden;transition:all .25s;z-index:200;pointer-events:none}
.has-dd:hover .dropdown{opacity:1;visibility:visible;top:calc(100% + 4px);pointer-events:all}
.dropdown li a{display:block;padding:9px 14px;font-size:12.5px;color:#555;border-radius:8px;letter-spacing:.03em;transition:all .2s;white-space:nowrap}
.dropdown li a:hover{background:var(--g100);color:var(--g700);padding-left:18px}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:5px;flex-shrink:0}
.hamburger span{width:22px;height:2px;background:var(--g800);border-radius:2px;transition:all .3s}

/* ── MOBILE NAV ── */
.mob-nav{display:none;position:fixed;inset:0;background:var(--g900);z-index:850;flex-direction:column;align-items:center;justify-content:center;gap:6px;overflow-y:auto;padding:80px 30px}
.mob-nav.open{display:flex}
.mob-nav-link{font-family:var(--serif);font-size:26px;color:rgba(255,255,255,.85);font-weight:600;padding:10px 20px;border-radius:8px;transition:all .2s;width:100%;text-align:center}
.mob-nav-link:hover,.mob-nav-link.act{color:#fff;background:rgba(255,255,255,.08)}
.mob-nav-section{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-top:16px;margin-bottom:4px;align-self:flex-start;padding-left:20px}
.mob-sub-link{font-size:14px;color:rgba(255,255,255,.65);padding:8px 20px;border-radius:6px;transition:all .2s;width:100%;text-align:left}
.mob-sub-link:hover{background:rgba(255,255,255,.08);color:#fff}
.mob-close{position:absolute;top:22px;right:22px;font-size:26px;color:rgba(255,255,255,.7);cursor:pointer;background:none;border:none;font-family:inherit}

/* ── PAGE HERO ── */
.page-hero{position:relative;height:58vh;min-height:380px;overflow:hidden;display:flex;align-items:flex-end}
.ph-bg{position:absolute;inset:0;z-index:0}
.ph-gradient{width:100%;height:100%;background:linear-gradient(160deg,var(--g900) 0%,var(--g800) 50%,var(--g700) 100%);display:flex;align-items:center;justify-content:center}
.ph-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.3) 60%,rgba(0,0,0,.1) 100%);z-index:1}
.ph-content{position:relative;z-index:2;padding:50px 52px;max-width:1200px;width:100%}
.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:14px}
.breadcrumb a,.breadcrumb span{font-size:12px;color:rgba(255,255,255,.55);letter-spacing:.08em}
.breadcrumb a:hover{color:rgba(255,255,255,.9)}
.breadcrumb .sep{color:rgba(255,255,255,.3);font-size:10px}
.ph-title{font-family:var(--serif);font-size:clamp(34px,5vw,66px);font-weight:700;color:#fff;line-height:1.1;margin-bottom:14px}
.ph-title em{font-style:italic;color:var(--g400)}
.ph-sub{font-size:15px;color:rgba(255,255,255,.72);max-width:560px;line-height:1.7}

/* ── FOOTER ── */
footer{background:var(--g900);color:rgba(255,255,255,.65);padding:76px 0 0}
.footer-inner{max-width:1200px;margin:0 auto;padding:0 52px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:52px;margin-bottom:60px}
.fb-logo{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.fb-logo .logo-mark{width:38px;height:38px;background:rgba(255,255,255,.1)}
.fb-logo .logo-words .l1{color:var(--g400)}
.fb-logo .logo-words .l2{color:#fff;font-size:16px}
.footer-brand p{font-size:13px;line-height:1.9;margin-bottom:22px;max-width:300px}
.social-row{display:flex;gap:9px}
.soc-btn{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.65);font-size:14px;transition:all .3s}
.soc-btn:hover{background:var(--g600);color:#fff;transform:translateY(-2px)}
.footer-col h4{font-size:11.5px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#fff;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.07)}
.footer-col ul{display:flex;flex-direction:column;gap:9px}
.footer-col ul a{font-size:13px;color:rgba(255,255,255,.5);transition:all .2s}
.footer-col ul a:hover{color:var(--g400);padding-left:6px}
.fci{display:flex;gap:11px;align-items:flex-start;margin-bottom:13px}
.fci:last-child{margin-bottom:0}
.fci i{color:var(--g400);font-size:13px;margin-top:3px;flex-shrink:0}
.fci span{font-size:13px;line-height:1.65}
.footer-hr{border:none;border-top:1px solid rgba(255,255,255,.07);margin:0}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:22px 0;font-size:12px;color:rgba(255,255,255,.3);flex-wrap:wrap;gap:10px}

/* ── SECTION PATTERNS ── */
.split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.split.flip .split-visual{order:-1}
.split-visual{position:relative}
.split-img{width:100%;height:440px;border-radius:20px;overflow:hidden}
.split-content .tag{margin-bottom:10px}
.split-content p{font-size:14.5px;color:#666;line-height:1.88;margin-bottom:16px}
.card-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.card-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.card-g{background:#fff;border:1px solid #eef4e5;border-radius:14px;padding:32px 26px;transition:all .3s;position:relative;overflow:hidden}
.card-g::before{content:'';position:absolute;bottom:0;left:0;width:0;height:3px;background:var(--g500);transition:width .4s}
.card-g:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.card-g:hover::before{width:100%}
.card-g .c-icon{font-size:30px;margin-bottom:14px}
.card-g h3{font-size:15px;font-weight:600;color:var(--g900);margin-bottom:10px}
.card-g p{font-size:13px;color:#777;line-height:1.75}
.num-card{position:absolute;top:22px;right:22px;font-family:var(--serif);font-size:44px;font-weight:700;color:rgba(99,171,45,.1);line-height:1}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .container,.nav-inner,.footer-inner,.ph-content{padding-left:32px;padding-right:32px}
  .split{grid-template-columns:1fr;gap:48px}
  .split.flip .split-visual{order:0}
  .split-img{height:340px}
  .card-grid-4{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:36px}
}
@media(max-width:768px){
  .nav-links{display:none}
  .hamburger{display:flex}
  .container,.nav-inner,.footer-inner,.ph-content{padding-left:20px;padding-right:20px}
  .page-hero{height:50vh;min-height:300px}
  .ph-content{padding:36px 20px}
  .card-grid-4,.card-grid-3{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;text-align:center}
  .float-wrap{right:14px;bottom:20px}
}
@media(max-width:480px){
  .card-grid-4,.card-grid-3{grid-template-columns:1fr}
  .split-img{height:260px}
}

/* ── MEGA MENU ── */
.mega-dd{position:relative}
.mega-dd>a .chev{font-size:8px;transition:transform .25s}
.mega-dd:hover>a .chev{transform:rotate(180deg)}
.mega-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.13),0 0 0 1px rgba(0,0,0,.04);padding:28px 32px;opacity:0;visibility:hidden;transition:all .25s;z-index:300;pointer-events:none;min-width:700px}
.mega-dd:hover .mega-menu{opacity:1;visibility:visible;top:calc(100% + 2px);pointer-events:all}
.mega-menu-cols{display:grid;gap:32px}
.mega-menu-cols.cols-3{grid-template-columns:1fr 1fr 1fr}
.mega-menu-cols.cols-3-wide{grid-template-columns:1.4fr 1.2fr 1.2fr}
.mm-col h5{font-size:10.5px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--g700);margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid var(--g100)}
.mm-col h5.green{color:var(--g600)}
.mm-col h5.gold{color:var(--gold)}
.mm-col ul{display:flex;flex-direction:column;gap:2px}
.mm-col ul a{display:block;padding:6px 10px;font-size:12.5px;color:#555;border-radius:6px;transition:all .2s;white-space:nowrap}
.mm-col ul a:hover{background:var(--g100);color:var(--g700);padding-left:14px}
.mm-col ul a.sub-head{font-weight:700;color:var(--g800);font-size:11.5px;letter-spacing:.05em;text-transform:uppercase;cursor:default;padding:8px 10px 2px;margin-top:8px}
.mm-col ul a.sub-head:hover{background:transparent;padding-left:10px;cursor:default}
/* About mega - wide */
.mega-menu.about-menu{min-width:560px}
.mega-menu.products-menu{min-width:820px;left:auto;right:-60px;transform:none}
@media(max-width:1024px){.mega-menu,.mega-menu.products-menu{display:none}}
