:root{
  --green:#024027;
  --green-2:#075a35;
  --green-soft:#eaf2ed;
  --orange:#fe4c02;
  --orange-2:#ff7a05;
  --cream:#fffaf2;
  --ink:#102019;
  --muted:#66746c;
  --line:#dfe8e2;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--cream);
  font-family:"Hind Siliguri",sans-serif;
  -webkit-font-smoothing:antialiased;
}
.topline{height:5px;background:linear-gradient(90deg,var(--green) 0 58%,var(--orange) 58% 100%)}
.site-header{
  max-width:1240px;margin:auto;padding:24px 32px;
  display:flex;align-items:center;justify-content:space-between;
}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink)}
.brand img{width:48px;height:48px;object-fit:contain}
.brand strong,.footer-brand strong{
  display:block;font-family:Manrope,sans-serif;font-size:20px;letter-spacing:-.04em
}
.brand small{display:block;color:var(--muted);font-size:12px;margin-top:1px}
.header-link{color:var(--green);font-weight:600;text-decoration:none;border-bottom:1px solid var(--green);padding-bottom:3px}

.hero{
  max-width:1240px;margin:auto;padding:65px 32px 90px;
  display:grid;grid-template-columns:1.04fr .96fr;gap:40px;align-items:center;
}
.eyebrow,.section-kicker{
  color:var(--orange);font-weight:700;letter-spacing:.11em;text-transform:uppercase;
  font-size:12px
}
.eyebrow{display:flex;align-items:center;gap:9px}
.eyebrow span{width:8px;height:8px;border-radius:50%;background:var(--orange);display:inline-block}
.hero h1{
  font-size:clamp(45px,6vw,76px);line-height:1.08;letter-spacing:-.045em;
  margin:18px 0 24px;color:var(--green);font-weight:700
}
.hero h1 em{font-style:normal;color:var(--orange)}
.hero-text{max-width:590px;color:var(--muted);font-size:19px;line-height:1.8;margin:0}
.hero-actions{display:flex;align-items:center;gap:24px;margin-top:34px}
.primary-btn{
  background:var(--green);color:white;text-decoration:none;padding:14px 20px;border-radius:8px;
  font-weight:700;box-shadow:0 12px 28px rgba(2,64,39,.15);transition:.2s
}
.primary-btn:hover{transform:translateY(-2px);background:#01331f}
.primary-btn span{margin-left:12px;color:#b6d2c1}
.text-btn{color:var(--green);font-weight:700;text-decoration:none}
.text-btn span{color:var(--orange);margin-left:5px}
.promise-row{display:flex;gap:34px;margin-top:52px;border-top:1px solid var(--line);padding-top:20px}
.promise-row div{display:flex;flex-direction:column;gap:4px}
.promise-row b{font:700 11px Manrope;color:var(--orange)}
.promise-row span{font-size:13px;color:var(--muted)}

.hero-art{height:520px;position:relative;display:grid;place-items:center}
.hero-art:before{
  content:"";position:absolute;width:410px;height:410px;border-radius:50%;
  background:var(--green-soft);right:5%;top:10%;box-shadow:inset 0 0 0 1px #dce9df
}
.orb{position:absolute;border-radius:50%}
.orb-one{width:28px;height:28px;background:var(--orange);right:6%;top:12%}
.orb-two{width:12px;height:12px;background:var(--green);left:10%;bottom:16%}
.food-card{
  position:relative;z-index:2;width:330px;height:410px;background:white;border-radius:18px;
  box-shadow:0 30px 70px rgba(2,64,39,.16);padding:22px;
  transform:rotate(3deg);border:1px solid #edf2ee
}
.card-top,.card-bottom{display:flex;justify-content:space-between;align-items:center}
.card-top{font:800 10px Manrope;letter-spacing:.16em;color:var(--green)}
.card-top i{font-style:normal;color:var(--orange);font-size:18px}
.food-illustration{height:300px;position:relative;overflow:hidden}
.plate{position:absolute;width:225px;height:225px;border-radius:50%;border:18px solid #edf3ed;left:40px;top:45px}
.leaf{position:absolute;background:var(--green);border-radius:100% 0 100% 0;transform:rotate(-25deg)}
.leaf-a{width:85px;height:145px;left:68px;top:60px}
.leaf-b{width:62px;height:110px;left:168px;top:103px;transform:rotate(35deg);background:var(--green-2)}
.fruit{position:absolute;border-radius:50%;background:var(--orange)}
.fruit-a{width:54px;height:54px;left:83px;top:187px}
.fruit-b{width:37px;height:37px;left:157px;top:188px;background:var(--orange-2)}
.fruit-c{width:25px;height:25px;left:206px;top:150px;background:#ff9a32}
.stem{position:absolute;width:6px;height:70px;background:var(--green);left:176px;top:72px;transform:rotate(25deg);border-radius:8px}
.card-bottom{font:700 10px Manrope;letter-spacing:.12em;color:var(--muted)}
.card-bottom strong{color:var(--orange)}
.floating-note{
  position:absolute;z-index:3;left:0;top:28%;background:white;padding:11px 15px;border-radius:30px;
  box-shadow:0 15px 35px rgba(2,64,39,.12);font-weight:600;font-size:12px
}
.floating-note span{color:var(--orange);margin-right:7px}
.note-two{left:auto;right:-2%;top:auto;bottom:18%}

.statement{background:var(--green);color:white;padding:90px 32px;text-align:center}
.statement h2{font-size:clamp(36px,5vw,62px);line-height:1.1;letter-spacing:-.04em;margin:15px auto 18px;max-width:850px}
.statement h2 span{color:#a9d3b8}
.statement p{max-width:650px;margin:auto;color:#c8d9d0;font-size:17px;line-height:1.8}

.stories{max-width:1240px;margin:auto;padding:100px 32px}
.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}
.section-head h2{font-size:42px;line-height:1.1;letter-spacing:-.035em;margin:9px 0 0;color:var(--green)}
.section-count{font:700 10px Manrope;color:var(--muted);letter-spacing:.15em}
.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.story-card{
  background:white;border:1px solid var(--line);border-radius:14px;padding:25px;min-height:360px;
  display:flex;flex-direction:column;transition:.2s
}
.story-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(2,64,39,.08)}
.story-card.featured{background:#f1f6f2;border-color:#d4e4d9}
.story-number{font:700 11px Manrope;color:var(--orange)}
.story-icon{font-size:35px;margin:30px 0 18px}
.tag{font-size:11px;color:var(--orange);font-weight:700}
.story-content h3{font-size:25px;line-height:1.25;color:var(--green);margin:7px 0 10px}
.story-content p{font-size:14px;line-height:1.75;color:var(--muted);margin:0}
.story-content a{display:inline-block;margin-top:22px;color:var(--green);font-weight:700;text-decoration:none}
.story-content a span{color:var(--orange);margin-left:7px}

.manifesto{
  max-width:1176px;margin:0 auto 100px;padding:60px;border-radius:18px;
  background:#f0f4ef;display:grid;grid-template-columns:100px 1fr;gap:30px;align-items:center
}
.manifesto-mark{
  width:84px;height:84px;border-radius:50%;background:var(--orange);color:white;
  display:grid;place-items:center;font:800 40px Manrope;box-shadow:0 12px 28px rgba(254,76,2,.2)
}
.manifesto h2{color:var(--green);font-size:34px;line-height:1.25;letter-spacing:-.03em;margin:9px 0 0}
.manifesto h2 span{color:var(--orange)}

.launch{
  max-width:1240px;margin:auto;padding:0 32px 110px;
  display:flex;justify-content:space-between;gap:50px;align-items:center
}
.launch h2{font-size:47px;line-height:1.08;color:var(--green);letter-spacing:-.04em;margin:12px 0}
.launch h2 span{color:var(--orange)}
.launch p{color:var(--muted);font-size:16px}
.launch-box{
  min-width:330px;padding:28px;background:var(--green);border-radius:14px;color:white;
  display:grid;grid-template-columns:54px 1fr;column-gap:14px;align-items:center
}
.mini-logo{
  grid-row:span 2;width:54px;height:54px;border-radius:12px;background:var(--orange);
  display:grid;place-items:center;font:800 25px Manrope
}
.launch-box strong{font-size:19px}
.launch-box span{color:#bdd0c6;font-size:12px;line-height:1.5}

footer{
  background:#012f20;color:white;padding:28px 32px;display:flex;align-items:center;
  justify-content:space-between;gap:20px;font-size:12px
}
.footer-brand{display:flex;align-items:center;gap:10px}
.footer-brand img{width:42px;height:42px;object-fit:contain;background:white;border-radius:9px}
.footer-brand strong{font-size:17px}
.footer-brand span{display:block;color:#9fb8ab}
footer a{color:#f6b18f;text-decoration:none}

@media(max-width:900px){
  .hero{grid-template-columns:1fr;padding-top:40px}
  .hero-art{height:430px}
  .story-grid{grid-template-columns:1fr}
  .story-card{min-height:300px}
  .manifesto{margin:0 32px 80px}
  .launch{flex-direction:column;align-items:flex-start}
}
@media(max-width:600px){
  .site-header{padding:18px 20px}.header-link{display:none}
  .hero{padding:38px 20px 65px}.hero h1{font-size:43px}
  .hero-text{font-size:16px}.promise-row{gap:14px;flex-wrap:wrap}
  .hero-art{height:390px}.hero-art:before{width:300px;height:300px}
  .food-card{width:270px;height:340px}.food-illustration{height:235px}
  .plate{width:175px;height:175px;left:29px;top:35px}
  .leaf-a{width:65px;height:110px;left:56px;top:48px}
  .leaf-b{width:48px;height:85px;left:135px;top:80px}
  .fruit-a{width:43px;height:43px;left:67px;top:146px}
  .fruit-b{width:30px;height:30px;left:125px;top:150px}
  .fruit-c{width:20px;height:20px;left:166px;top:115px}
  .stem{height:55px;left:142px;top:58px}
  .floating-note{left:0;font-size:10px}.note-two{right:0}
  .statement{padding:70px 20px}.statement h2{font-size:38px}
  .stories{padding:75px 20px}.section-head{align-items:start}.section-head h2{font-size:34px}
  .section-count{display:none}
  .manifesto{margin:0 20px 70px;padding:35px;grid-template-columns:1fr}
  .manifesto h2{font-size:28px}
  .launch{padding:0 20px 75px}.launch h2{font-size:39px}
  .launch-box{min-width:0;width:100%}
  footer{padding:24px 20px;flex-wrap:wrap}.footer-copy{order:3;width:100%}
}
