:root{--forest:#16332A;--leaf:#4C8C4A;--soil:#7A4B2A;--mustard:#D9A441;--paper:#F6F2E9;--ink:#201A12;--white:#fff;--muted:#6e756d;--line:rgba(22,51,42,.12);--shadow:0 22px 60px rgba(22,51,42,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}
.eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:800;color:var(--mustard)}
.home-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:14px 0;transition:.3s}
.home-nav.scrolled{background:rgba(246,242,233,.94);backdrop-filter:blur(18px);box-shadow:0 8px 30px rgba(0,0,0,.06)}
.nav-wrap{height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.home-brand{display:flex;align-items:center;gap:10px}
.home-brand img{width:52px;height:52px;object-fit:contain}
.brand-copy{font-weight:850;color:var(--forest);line-height:1.1;font-size:15px}
.brand-copy span{display:block;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:5px;font-weight:700}
.home-links{display:flex;align-items:center;gap:26px;font-size:13px;font-weight:700;color:#3e4840}
.home-links a{position:relative}
.home-links a:after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:2px;background:var(--mustard);transition:.25s}
.home-links a:hover:after{width:100%}
.nav-cta{background:var(--forest);color:#fff;padding:12px 18px;border-radius:999px;font-size:12px;font-weight:800;box-shadow:0 10px 24px rgba(22,51,42,.2)}
.nav-toggle{display:none;background:none;border:0;font-size:25px;color:var(--forest)}
.hero-new{min-height:790px;padding:145px 0 80px;background:radial-gradient(circle at 20% 20%,rgba(217,164,65,.14),transparent 35%),linear-gradient(135deg,#f6f2e9 0%,#eef2e8 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:65px;align-items:center}
.hero-copy h1{font-family:Fraunces,Georgia,serif;font-size:clamp(50px,6.2vw,82px);line-height:.98;letter-spacing:-.045em;color:var(--forest);margin:18px 0 25px;font-weight:700}
.hero-copy h1 em{color:var(--leaf);font-style:italic}
.hero-copy>p{max-width:610px;color:#59645c;font-size:17px;line-height:1.75}
.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin:32px 0 38px}
.btn-main,.btn-light{padding:15px 23px;border-radius:999px;font-size:13px;font-weight:850;display:inline-flex;align-items:center;gap:9px}
.btn-main{background:var(--forest);color:#fff;box-shadow:0 15px 35px rgba(22,51,42,.22)}
.btn-light{border:1px solid var(--line);background:#fff;color:var(--forest)}
.hero-proof{display:flex;gap:30px;flex-wrap:wrap}
.proof-item strong{display:block;font-family:Fraunces,Georgia,serif;font-size:28px;color:var(--forest)}
.proof-item span{font-size:11px;color:var(--muted);font-weight:700}
.hero-visual{position:relative}
.hero-photo{width:100%;aspect-ratio:4/4.6;object-fit:cover;border-radius:34px 34px 120px 34px;box-shadow:var(--shadow);display:block}
.photo-tag{position:absolute;left:-25px;bottom:38px;background:#fff;border:1px solid rgba(22,51,42,.1);border-radius:18px;padding:15px 18px;box-shadow:0 18px 45px rgba(0,0,0,.12);display:flex;align-items:center;gap:11px;font-size:12px;font-weight:800;color:var(--forest)}
.tag-dot{width:10px;height:10px;border-radius:50%;background:var(--leaf);box-shadow:0 0 0 6px rgba(76,140,74,.12)}
.hero-badge{position:absolute;right:-20px;top:35px;background:var(--forest);color:#fff;padding:14px 17px;border-radius:16px;font-size:11px;font-weight:800;box-shadow:0 18px 40px rgba(22,51,42,.25)}
.trust{background:var(--forest);color:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:25px 22px;border-right:1px solid rgba(255,255,255,.1)}
.trust-item:last-child{border:0}
.trust-item strong{display:block;font-size:13px;margin-bottom:3px}
.trust-item span{font-size:11px;color:rgba(255,255,255,.65)}
.section-new{padding:105px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:45px}
.section-head h2{font-family:Fraunces,Georgia,serif;color:var(--forest);font-size:clamp(35px,4vw,52px);line-height:1.05;letter-spacing:-.03em;margin:10px 0 0}
.section-head p{max-width:430px;color:var(--muted);font-size:14px}
.link-arrow{font-size:12px;font-weight:850;color:var(--forest);white-space:nowrap}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-new{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.3s;box-shadow:0 8px 25px rgba(22,51,42,.04)}
.product-new:hover{transform:translateY(-7px);box-shadow:0 22px 45px rgba(22,51,42,.12)}
.product-new img{width:100%;height:245px;object-fit:cover;display:block}
.product-info{padding:20px}
.product-no{font-size:10px;font-weight:850;color:var(--mustard);letter-spacing:.12em}
.product-info h3{font-family:Fraunces,Georgia,serif;color:var(--forest);font-size:25px;margin:5px 0}
.product-info p{margin:0;color:var(--muted);font-size:12px}
.product-row{margin-top:18px;display:flex;justify-content:space-between;align-items:center}
.product-row a{font-size:11px;font-weight:850;color:var(--forest)}
.round-arrow{width:30px;height:30px;border-radius:50%;background:#edf2eb;display:grid;place-items:center;color:var(--forest)}
.story{background:#fff}
.story-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center}
.story-image{width:100%;height:570px;object-fit:cover;border-radius:28px;display:block}
.story-copy h2{font-family:Fraunces,Georgia,serif;font-size:clamp(38px,4vw,58px);line-height:1.04;color:var(--forest);margin:12px 0 20px}
.story-copy>p{color:var(--muted);font-size:15px;line-height:1.8}
.marathi{font-family:Georgia,serif;font-size:19px;color:var(--soil);font-style:italic;border-left:3px solid var(--mustard);padding-left:18px;margin:25px 0}
.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:32px}
.feature-list div{padding:18px;background:var(--paper);border-radius:15px}
.feature-list strong{display:block;color:var(--forest);font-size:13px}
.feature-list span{font-size:11px;color:var(--muted)}
.process-section{background:var(--forest);color:#fff}
.process-section h2{color:#fff}
.process-section .section-head p{color:rgba(255,255,255,.65)}
.process-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}
.process-img{width:100%;height:430px;object-fit:contain;border-radius:28px;background:rgba(255,255,255,.04);padding:12px 0;transform:scale(0.96);transform-origin:center}
.steps{display:grid;gap:17px}
.step{display:grid;grid-template-columns:48px 1fr;gap:15px;align-items:start;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.step:last-child{border:0}
.step-num{width:40px;height:40px;border-radius:50%;background:rgba(217,164,65,.16);color:var(--mustard);display:grid;place-items:center;font-weight:850;font-size:12px}
.step h3{margin:0 0 4px;font-size:14px}
.step p{margin:0;color:rgba(255,255,255,.6);font-size:11px}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.why-card{padding:26px;background:#fff;border:1px solid var(--line);border-radius:20px}
.why-no{font-family:Fraunces,Georgia,serif;color:var(--mustard);font-size:28px}
.why-card h3{font-size:15px;color:var(--forest);margin:12px 0 7px}
.why-card p{font-size:11px;color:var(--muted);margin:0;line-height:1.7}
.market-band{background:linear-gradient(110deg,#dce8d9,#f1ead8);padding:75px 0}
.market-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center}
.market-copy h2{font-family:Fraunces,Georgia,serif;color:var(--forest);font-size:clamp(38px,4vw,58px);line-height:1.03;margin:10px 0 18px}
.market-copy p{color:var(--muted);font-size:14px}
.chips{display:flex;gap:9px;flex-wrap:wrap;margin-top:25px}
.chip{padding:9px 13px;background:rgba(255,255,255,.7);border:1px solid rgba(22,51,42,.1);border-radius:999px;font-size:11px;font-weight:800;color:var(--forest)}
.market-stats{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.market-card{background:rgba(255,255,255,.72);border:1px solid rgba(22,51,42,.1);padding:22px;border-radius:20px}
.market-card strong{font-size:13px;color:var(--forest);display:block}
.market-card span{font-size:11px;color:var(--muted)}
.cta-new{padding:95px 0;background:var(--soil);color:#fff;text-align:center}
.cta-new h2{font-family:Fraunces,Georgia,serif;font-size:clamp(38px,5vw,65px);line-height:1.02;margin:10px auto 17px;max-width:800px}
.cta-new p{color:rgba(255,255,255,.72);max-width:590px;margin:auto;font-size:14px}
.cta-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:28px}
.cta-actions .btn-main{background:#fff;color:var(--forest)}
.cta-actions .btn-light{border-color:rgba(255,255,255,.35);color:#fff;background:transparent}
.home-footer{background:#10271f;color:#fff;padding:60px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr 1fr;gap:45px}
.home-footer .home-brand .brand-copy{color:#fff}
.home-footer .brand-copy span{color:rgba(255,255,255,.45)}
.home-footer p,.home-footer a{font-size:11px;color:rgba(255,255,255,.58);line-height:1.8}
.home-footer h4{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--mustard);margin:5px 0 15px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:45px;padding-top:18px;display:flex;justify-content:space-between;gap:15px;font-size:10px;color:rgba(255,255,255,.38)}
@media (max-width:950px){.home-links{display:none}.nav-toggle{display:block}.nav-cta{display:none}.home-nav.open .home-links{display:flex;position:absolute;top:82px;left:4%;right:4%;background:#fff;border-radius:20px;padding:20px;flex-direction:column;align-items:flex-start;box-shadow:var(--shadow)}.hero-grid,.story-grid,.process-grid,.market-grid{grid-template-columns:1fr}.hero-new{padding-top:125px}.hero-visual{max-width:700px;margin:auto}.products-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.section-head{align-items:start;flex-direction:column;gap:10px}.story-image{height:430px}.footer-grid{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.hero-copy h1{font-size:49px}.hero-new{min-height:auto;padding-bottom:65px}.hero-copy>p{font-size:15px}.hero-proof{gap:20px}.products-grid,.why-grid,.trust-grid,.footer-grid,.feature-list{grid-template-columns:1fr}.product-new img{height:230px}.trust-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.trust-item:last-child{border-bottom:0}.story-image{height:340px}.process-img{height:300px}.market-stats{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.photo-tag{left:10px;bottom:15px}.hero-badge{right:10px;top:15px}.section-new{padding:75px 0}}
