:root{--green:#1f321d;--gold:#e8ad23;--cream:#fff9ec;--ink:#172015}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Noto Sans Gurmukhi','Nirmala UI',system-ui,sans-serif;background:var(--cream);color:var(--ink);line-height:1.75}header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:14px 5%;background:rgba(26,43,24,.96);color:white}.brand{font-size:1.35rem;font-weight:800;color:#ffd05b}nav{display:flex;gap:20px;flex-wrap:wrap}nav a{color:white;text-decoration:none;font-weight:650}.hero{min-height:72vh;background:linear-gradient(90deg,rgba(12,22,10,.82),rgba(12,22,10,.12)),url('images/pejochak-ai-hero.png') center/cover;display:flex;align-items:center}.overlay{max-width:700px;padding:7%;color:white}.eyebrow{color:#ffd05b;font-weight:800}.hero h1{font-size:clamp(3rem,8vw,6.5rem);line-height:1;margin:.1em 0}.hero p{font-size:1.25rem}.btn{display:inline-block;background:var(--gold);color:#172015;text-decoration:none;padding:12px 20px;border-radius:8px;font-weight:800}main section{padding:70px 7%;max-width:1400px;margin:auto}h2{text-align:center;font-size:clamp(2rem,4vw,3rem);margin-top:0}h2:after{content:'';display:block;width:80px;height:4px;background:var(--gold);margin:12px auto 30px}.two{display:grid;grid-template-columns:1.2fr 1fr;gap:38px;align-items:center}.two img{width:100%;border-radius:18px;box-shadow:0 15px 40px #0002}.soft{background:#f0ead9;border-radius:24px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}.cards article{background:white;padding:24px;border-radius:16px;box-shadow:0 8px 22px #00000010}.cropgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:15px;margin-top:30px}.cropgrid div{background:#253b22;color:white;padding:25px;border-radius:14px;text-align:center;font-size:2rem}.cropgrid b,.cropgrid span{display:block;font-size:1.05rem}.cropgrid span{font-size:.85rem;opacity:.8}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:22px}.gallery img{width:100%;height:390px;object-fit:cover;border-radius:18px}.note{text-align:center;max-width:850px;margin:-15px auto 25px;color:#596256}.closing{background:var(--green);color:white;border-radius:24px;margin-bottom:60px!important}footer{text-align:center;padding:35px;background:#132112;color:#fff1c8}@media(max-width:800px){header{position:relative;display:block}.brand{margin-bottom:10px}nav{gap:10px;font-size:.9rem}.two,.gallery{grid-template-columns:1fr}.gallery img{height:auto}.hero{min-height:65vh}.hero h1{font-size:3.2rem}}
