:root{--green:#173e2a;--green-2:#245d3d;--lime:#dce98d;--gold:#eebc55;--cream:#f5f2e9;--ink:#183126;--muted:#617066;--white:#fff;--line:#d8ddd7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"Noto Serif Bengali",serif;font-size:17px;line-height:1.65}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.nav-wrap{position:absolute;z-index:10;left:0;right:0;top:0;border-bottom:1px solid #ffffff36}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;color:white}.brand{display:flex;align-items:center;gap:10px;font:700 20px/1 "Noto Serif Bengali",serif;letter-spacing:-.5px}.brand strong{color:var(--gold)}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--gold);color:var(--green);font-size:13px}.nav-links{display:flex;gap:30px;font-size:15px}.nav-links a:hover{color:var(--gold)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:0;border-radius:4px;background:var(--gold);color:#193429;font:700 15px "Noto Serif Bengali",serif;cursor:pointer;transition:.2s}.btn:hover{background:#ffd172;transform:translateY(-1px)}.btn-small{min-height:42px;padding:0 18px}.hero{position:relative;min-height:760px;color:white;display:flex;align-items:center;overflow:hidden}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%}.hero-image{object-fit:cover}.hero-shade{background:linear-gradient(90deg,rgba(10,40,26,.9) 0%,rgba(10,40,26,.73) 40%,rgba(10,40,26,.16) 72%,rgba(10,40,26,.1) 100%)}.hero-content{position:relative;padding-top:78px}.eyebrow{text-transform:uppercase;letter-spacing:2.4px;font:700 12px "Noto Serif Bengali",serif;color:var(--lime);margin:0 0 18px}.eyebrow.dark{color:var(--green-2)}h1,h2,h3{margin:0;line-height:1.14}h1{font:800 clamp(48px,7vw,84px)/1.02 "Noto Serif Bengali",serif;letter-spacing:-4px;max-width:800px}h1 span{color:var(--gold)}h2{font:800 clamp(34px,4vw,52px)/1.1 "Noto Serif Bengali",serif;letter-spacing:-2px}h3{font:800 25px "Noto Serif Bengali",serif;letter-spacing:-1px}.hero-copy{max-width:570px;font-size:20px;line-height:1.6;color:#f4f4ef;margin:25px 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-ghost{background:#ffffff16;border:1px solid #ffffff88;color:#fff}.btn-ghost:hover{background:white;color:var(--green)}.trust-row{display:flex;gap:25px;margin-top:44px;font-weight:600;font-size:15px}.trust-row span{display:flex;gap:7px;align-items:center}.section{padding:100px 0}.intro{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:end}.intro>p,.section-head>p,.process-copy>p{color:var(--muted);margin:0;font-size:18px}.products{background:var(--cream)}.section-head{display:grid;grid-template-columns:1fr .7fr;gap:50px;align-items:end;margin-bottom:45px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{position:relative;min-height:390px;padding:32px;border-radius:10px;background:white;border:1px solid #e2e1d9;display:flex;flex-direction:column;overflow:hidden;transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px #23382a17}.product-card.cow-card{background:var(--green);color:white}.product-card.amber-card{background:#f1cd7e}.number{position:absolute;right:24px;top:22px;font:800 58px "Noto Serif Bengali",serif;color:#18312612}.cow-card .number{color:#ffffff15}.animal-icon{font-size:55px;margin:22px 0 35px}.product-card p{color:var(--muted);margin:18px 0 30px}.cow-card p{color:#d7e1da}.product-card a{margin-top:auto;font-weight:700;color:var(--green-2);display:flex;justify-content:space-between;border-top:1px solid currentColor;padding-top:18px}.cow-card a{color:var(--gold)}.process{display:grid;grid-template-columns:.78fr 1.22fr;gap:100px;align-items:start}.process-copy{position:sticky;top:35px}.process-copy>p:last-child{margin-top:24px}.steps{margin:0;padding:0;list-style:none}.steps li{display:grid;grid-template-columns:70px 1fr;gap:20px;padding:28px 0;border-bottom:1px solid var(--line)}.steps li:first-child{padding-top:0}.steps li>span{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--lime);font-weight:700}.steps strong{font:800 20px "Noto Serif Bengali",serif}.steps p{margin:7px 0 0;color:var(--muted)}.contact-section{background:var(--green);color:white;padding:100px 0}.contact-grid{display:grid;grid-template-columns:1fr .92fr;gap:100px}.contact-copy>p:not(.eyebrow){color:#d2ddd6;max-width:520px}.direct-links{display:flex;flex-direction:column;gap:10px;margin-top:35px}.direct-links a:hover{color:var(--gold)}.contact-form{background:white;color:var(--ink);padding:34px;border-radius:10px;display:grid;gap:18px}.contact-form label{font-weight:700;font-size:15px}.contact-form input,.contact-form select,.contact-form textarea{display:block;width:100%;margin-top:7px;padding:13px 14px;border:1px solid #cad2cc;border-radius:4px;background:#fbfcfa;font:inherit;color:var(--ink)}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:3px solid #dce98d88;border-color:var(--green-2)}.contact-form small{color:var(--muted);text-align:center}footer{background:#0d281b;color:#c9d4cd;padding:30px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between}.footer-inner p{font-size:14px}.floating-wa{position:fixed;z-index:20;right:22px;bottom:22px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:white;font:800 13px "Noto Serif Bengali",serif;box-shadow:0 8px 28px #0004;border:4px solid white}
@media(max-width:820px){.container{width:min(100% - 28px,680px)}.nav{height:72px}.nav-links{display:none}.nav .btn{display:none}.hero{min-height:680px;align-items:flex-end;padding-bottom:62px}.hero-shade{background:linear-gradient(90deg,rgba(10,40,26,.88),rgba(10,40,26,.34)),linear-gradient(0deg,rgba(10,40,26,.78),transparent 58%)}.hero-image{object-position:64% center}.hero-content{padding-top:110px}h1{font-size:48px;letter-spacing:-2.5px}.hero-copy{font-size:18px}.trust-row{gap:12px;flex-wrap:wrap}.section{padding:72px 0}.intro,.section-head,.process,.contact-grid{grid-template-columns:1fr;gap:32px}.product-grid{grid-template-columns:1fr}.product-card{min-height:335px}.section-head{margin-bottom:30px}.process-copy{position:static}.contact-section{padding:72px 0}.contact-form{padding:24px}.footer-inner{align-items:flex-start;gap:20px;flex-direction:column}.footer-inner p{margin:0}}@media(max-width:420px){h1{font-size:41px}.hero-actions .btn{width:100%}.trust-row{font-size:14px}.intro h2 br{display:none}.contact-form{padding:20px}.nav-wrap .brand{font-size:18px}}
.catalog-filters{display:flex;flex-wrap:wrap;gap:10px;margin:-8px 0 34px}.filter-btn{border:1px solid #cfd6cf;background:#fff;color:var(--ink);border-radius:999px;padding:10px 18px;font:700 14px "Noto Serif Bengali",serif;cursor:pointer}.filter-btn:hover,.filter-btn.active{background:var(--green);border-color:var(--green);color:#fff}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.catalog-card{background:#fff;border:1px solid #dedfd9;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:.22s}.catalog-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #173e2a18}.catalog-card.is-hidden{display:none}.catalog-photo{height:220px;position:relative;overflow:hidden;background:#dfe8dc}.catalog-photo img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.catalog-card:hover .catalog-photo img{transform:scale(1.035)}.catalog-photo>span{position:absolute;top:14px;left:14px;background:#fffffff0;color:var(--green);border-radius:999px;padding:5px 11px;font-size:13px;font-weight:700}.catalog-body{padding:22px;display:flex;flex:1;flex-direction:column}.catalog-body small{font:700 12px "Noto Serif Bengali",serif;color:var(--green-2);letter-spacing:1px}.catalog-body h3{font-size:21px;margin-top:6px}.catalog-body p{color:var(--muted);margin:12px 0 18px;font-size:16px}.catalog-body a{display:flex;justify-content:space-between;background:var(--gold);margin:auto -22px -22px;padding:15px 22px;font-weight:700;font-size:15px}.catalog-body a:hover{background:#ffd172}.catalog-note{margin:28px 0 0;color:var(--muted);font-size:15px;border-left:4px solid var(--gold);padding:12px 16px;background:#fff}.cattle-photo img{width:610%;max-width:none}.cattle-1 img{object-position:0 center}.cattle-2 img{object-position:20% center}.cattle-3 img{object-position:40% center}.cattle-4 img{object-position:60% center}.cattle-5 img{object-position:80% center}.cattle-6 img{object-position:100% center}.right-crop img{object-position:80% center}@media(max-width:980px){.catalog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.catalog-grid{grid-template-columns:1fr}.catalog-photo{height:250px}.catalog-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.filter-btn{white-space:nowrap}}
