:root {
    --green-950: #002b12;
    --green-900: #003d19;
    --green-800: #004d1f;
    --green-700: #076b30;
    --orange: #e87500;
    --orange-dark: #c75f00;
    --orange-soft: #fff0df;
    --ink: #15221a;
    --muted: #607067;
    --cream: #f8f5ed;
    --line: #dce4de;
    --white: #fff;
    --shadow: 0 22px 60px rgba(0, 43, 18, .12);
    --radius: 18px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.025em; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; top: -100px; left: 18px; z-index: 9999; background: var(--orange); color: var(--white); padding: 10px 16px; border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

.topbar { color: #dfeae2; background: var(--green-950); font-size: 13px; }
.topbar-inner { min-height: 37px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar p { margin: 0; }
.topbar-links { display: flex; gap: 12px; align-items: center; }
.topbar a:hover { color: var(--orange); }

.site-header { position: sticky; top: 0; z-index: 1000; height: 83px; background: rgba(255, 255, 255, .97); border-bottom: 1px solid rgba(0, 61, 25, .1); transition: box-shadow .25s ease, height .25s ease; }
.site-header.scrolled { height: 72px; box-shadow: 0 8px 35px rgba(0, 43, 18, .09); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: block; width: 270px; }
.brand img { width: 100%; height: 62px; object-fit: contain; object-position: left center; }
.site-header.scrolled .brand img { height: 53px; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.site-nav > a:not(.nav-cta) { position: relative; padding: 29px 0; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--orange); transition: right .25s ease; }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a.active::after { right: 0; }
.nav-cta { padding: 12px 18px; color: var(--white); background: var(--green-800); border-radius: 8px; transition: .25s ease; }
.nav-cta:hover { background: var(--orange); transform: translateY(-2px); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--green-900); transition: .25s ease; }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--green-950) url("../img/FadilImg/Rural-pride-agro (21).jpg") center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 35, 15, .96) 0%, rgba(0, 45, 20, .86) 42%, rgba(0, 45, 20, .25) 78%, rgba(0, 0, 0, .12) 100%); }
.hero::after { content: ""; position: absolute; width: 460px; height: 460px; right: -150px; top: -140px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255, 255, 255, .035), 0 0 0 140px rgba(255, 255, 255, .025); }
.hero-content { position: relative; z-index: 2; padding-block: 96px 70px; }
.eyebrow { margin-bottom: 16px; color: var(--green-700); font-size: 12px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: #ffb866; }
.hero h1 { max-width: 900px; margin-bottom: 26px; font-size: clamp(48px, 6.5vw, 88px); font-weight: 760; letter-spacing: -.055em; }
.hero h1 span { color: #ff9a2f; }
.hero-copy { max-width: 690px; margin-bottom: 34px; color: #e0ebe3; font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 16px; padding: 14px 24px; border: 0; border-radius: 8px; font-weight: 750; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { color: var(--white); background: var(--orange); box-shadow: 0 12px 30px rgba(232, 117, 0, .25); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-ghost { color: var(--white); border: 1px solid rgba(255, 255, 255, .58); }
.btn-ghost:hover { color: var(--green-950); background: var(--white); }
.btn-white { color: var(--green-900); background: var(--white); }
.hero-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 720px; margin-top: 64px; border-top: 1px solid rgba(255, 255, 255, .24); }
.hero-meta div { display: flex; flex-direction: column; padding: 20px 24px 0 0; }
.hero-meta strong { font-size: 16px; }
.hero-meta span { color: #bbcec1; font-size: 13px; }

.trust-strip { color: var(--white); background: var(--orange); }
.trust-inner { min-height: 76px; display: flex; align-items: center; gap: 36px; }
.trust-label { flex: 0 0 auto; font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.ticker { flex: 1; display: flex; justify-content: space-between; gap: 25px; overflow: hidden; font-weight: 700; white-space: nowrap; }
.ticker span::before { content: "✓"; margin-right: 7px; color: var(--green-950); }

.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 96px; align-items: center; }
.about-visual { position: relative; min-height: 610px; }
.about-main { width: calc(100% - 70px); height: 570px; object-fit: cover; border-radius: var(--radius); }
.about-inset { position: absolute; right: 0; bottom: 0; width: 42%; height: 245px; object-fit: cover; border: 10px solid var(--white); border-radius: 14px; box-shadow: var(--shadow); }
.about-badge { position: absolute; top: 35px; right: -25px; width: 180px; padding: 18px; color: var(--white); background: var(--green-800); border-radius: 10px; box-shadow: var(--shadow); }
.about-badge strong, .about-badge span { display: block; }
.about-badge strong { margin-bottom: 3px; }
.about-badge span { color: #c8dbcf; font-size: 12px; }
.about-copy h2, .section-heading h2, .packaging-copy h2, .why-copy h2, .contact-copy h2 { margin-bottom: 24px; font-size: clamp(38px, 4.5vw, 58px); color: var(--green-950); }
.about-copy > p { color: var(--muted); }
.leader-note { display: flex; align-items: center; gap: 14px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.leader-mark { width: 52px; height: 52px; display: grid; place-items: center; color: var(--white); background: var(--orange); border-radius: 50%; font-weight: 800; }
.leader-note div { display: flex; flex-direction: column; }
.leader-note span:last-child { color: var(--muted); font-size: 14px; }

.purpose { background: var(--cream); }
.purpose-grid { display: grid; grid-template-columns: 1.1fr .9fr; }
.purpose-card { position: relative; min-height: 420px; padding: clamp(40px, 6vw, 78px); overflow: hidden; }
.purpose-card h2 { max-width: 540px; margin-bottom: 22px; font-size: clamp(34px, 4vw, 52px); }
.purpose-card p:not(.eyebrow) { max-width: 620px; }
.purpose-mission { color: #dce9e0; background: var(--green-800); border-radius: var(--radius) 0 0 var(--radius); }
.purpose-mission h2 { color: var(--white); }
.purpose-vision { background: var(--orange-soft); border-radius: 0 var(--radius) var(--radius) 0; }
.card-number { position: absolute; right: 34px; top: 14px; color: rgba(255, 255, 255, .1); font-size: 100px; font-weight: 900; line-height: 1; }
.purpose-vision .card-number { color: rgba(232, 117, 0, .12); }
.text-link { display: inline-flex; gap: 20px; margin-top: 12px; color: var(--green-800); font-weight: 800; border-bottom: 2px solid var(--orange); }

.section-heading { margin-bottom: 54px; }
.section-heading.center { max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; }
.section-heading.split { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; }
.section-heading.split h2 { margin-bottom: 0; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { overflow: hidden; min-height: 392px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; transition: transform .3s ease, box-shadow .3s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-card img { width: 100%; height: 245px; object-fit: cover; transition: transform .6s ease; }
.product-card:hover img { transform: scale(1.045); }
.product-card-body { padding: 24px; }
.product-type { display: inline-block; margin-bottom: 7px; color: var(--orange-dark); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { margin-bottom: 8px; color: var(--green-950); font-size: 23px; }
.product-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.product-card-feature { position: relative; color: var(--white); background: linear-gradient(145deg, rgba(0, 61, 25, .93), rgba(0, 43, 18, .97)), url("../img/FadilImg/sesame.jpg") center/cover; border: 0; }
.product-feature-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 32px; }
.product-card-feature h3 { color: var(--white); font-size: 29px; }
.product-card-feature p { color: #ccddd1; font-size: 15px; }
.light-link { align-self: flex-start; color: var(--white); }

.packaging { color: var(--white); background: var(--green-950); }
.packaging-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: stretch; }
.packaging-image { min-height: 610px; }
.packaging-image img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius) 0 0 var(--radius); }
.packaging-copy { padding: clamp(45px, 7vw, 90px); background: var(--green-800); border-radius: 0 var(--radius) var(--radius) 0; }
.packaging-copy h2 { color: var(--white); }
.packaging-copy > p:not(.eyebrow) { color: #d5e4d9; }
.check-list { padding: 0; margin: 30px 0 34px; list-style: none; }
.check-list li { position: relative; padding: 11px 0 11px 34px; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #ffad50; font-weight: 900; }

.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; background: #d5ddd7; border: 1px solid #d5ddd7; border-radius: var(--radius); }
.service-card { min-height: 290px; padding: 38px; background: var(--white); transition: background .3s ease, color .3s ease; }
.service-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 32px; color: var(--orange); background: var(--orange-soft); border-radius: 50%; font-size: 13px; font-weight: 900; }
.service-card h3 { margin-bottom: 14px; color: var(--green-950); font-size: 23px; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.service-card:hover { color: var(--white); background: var(--green-800); }
.service-card:hover h3, .service-card:hover p { color: var(--white); }
.service-card:hover .service-icon { color: var(--green-950); background: var(--orange); }

.why-us { padding: 112px 0; color: var(--white); background: var(--green-950); }
.why-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 75px; align-items: start; }
.why-copy h2 { color: var(--white); }
.why-copy > p:not(.eyebrow) { max-width: 650px; color: #cbd9cf; font-size: 17px; }
.strength-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 44px; background: rgba(255, 255, 255, .16); }
.strength-list div { min-height: 130px; padding: 25px; background: var(--green-950); }
.strength-list strong { display: block; margin-bottom: 10px; color: var(--orange); font-size: 13px; }
.strength-list span { color: #e6eee8; font-weight: 650; }
.values-panel { padding: 45px; color: var(--ink); background: var(--white); border-radius: var(--radius); }
.value-item { display: flex; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.value-item:last-child { border-bottom: 0; }
.value-item > span { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--white); background: var(--orange); border-radius: 50%; font-weight: 900; }
.value-item h3 { margin: 0 0 5px; color: var(--green-950); font-size: 20px; }
.value-item p { margin: 0; color: var(--muted); font-size: 14px; }

.process-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-step { position: relative; padding: 35px 30px 0; border-top: 2px solid var(--line); }
.process-step::before { content: ""; position: absolute; top: -7px; left: 30px; width: 12px; height: 12px; background: var(--orange); border: 4px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 1px var(--orange); }
.process-step > span { display: block; margin-bottom: 22px; color: #9aad9f; font-size: 12px; font-weight: 900; }
.process-step h3 { margin-bottom: 12px; color: var(--green-950); font-size: 24px; }
.process-step p { color: var(--muted); font-size: 14px; }

.contact { padding: 112px 0; color: var(--white); background: linear-gradient(115deg, var(--green-950) 0%, var(--green-900) 100%); }
.contact-grid { display: block; }
.contact-copy { max-width: 1040px; margin-inline: auto; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { color: #c9d9cd; }
.contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 42px; margin-top: 36px; border-top: 1px solid rgba(255, 255, 255, .15); }
.contact-list a { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
.contact-list a:hover strong { color: var(--orange); }
.contact-list span { color: #8fb09a; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-list strong { font-size: 15px; transition: color .2s ease; overflow-wrap: anywhere; }
.contact-action { margin-top: 34px; }

.footer { color: #c3d1c7; background: #001e0d; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-top: 72px; padding-bottom: 60px; }
.footer-brand img { width: 285px; margin-bottom: 22px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 340px; }
.footer h3 { margin-bottom: 20px; color: var(--white); font-size: 16px; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer a:hover { color: var(--orange); }
.footer-main p { margin-bottom: 4px; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 13px; }
.footer-bottom p { margin: 0; }

.whatsapp-float { position: fixed; z-index: 900; right: 24px; bottom: 24px; width: 58px; height: 58px; display: grid; place-items: center; background: #25d366; border: 4px solid var(--white); border-radius: 50%; box-shadow: 0 10px 28px rgba(0, 0, 0, .2); transition: transform .25s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); }
.whatsapp-float svg { width: 31px; height: 31px; fill: var(--white); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation-duration: .01ms !important; } }

@media (max-width: 1080px) {
    .site-nav { gap: 18px; }
    .brand { width: 235px; }
    .about-grid { gap: 55px; }
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .why-grid { gap: 50px; }
    .footer-main { gap: 35px; }
}

@media (max-width: 860px) {
    .topbar p { display: none; }
    .topbar-inner { justify-content: center; }
    .site-header, .site-header.scrolled { height: 72px; }
    .brand { width: 220px; }
    .brand img, .site-header.scrolled .brand img { height: 54px; }
    .nav-toggle { display: block; }
    .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(8px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-8px) rotate(-45deg); }
    .site-nav { position: fixed; inset: 109px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 25px 30px 40px; color: var(--green-950); background: var(--white); transform: translateX(100%); transition: transform .3s ease; }
    .site-header.scrolled .site-nav { inset-block-start: 72px; }
    .site-nav.open { transform: translateX(0); }
    .site-nav > a:not(.nav-cta) { padding: 16px 0; border-bottom: 1px solid var(--line); }
    .site-nav > a:not(.nav-cta)::after { display: none; }
    .nav-cta { margin-top: 22px; text-align: center; }
    .hero { min-height: 680px; }
    .hero-shade { background: linear-gradient(90deg, rgba(0, 35, 15, .95), rgba(0, 45, 20, .63)); }
    .trust-inner { align-items: flex-start; padding-block: 20px; }
    .ticker { flex-wrap: wrap; justify-content: flex-start; white-space: normal; }
    .about-grid, .packaging-grid, .why-grid { grid-template-columns: 1fr; }
    .about-visual { max-width: 610px; }
    .purpose-grid { grid-template-columns: 1fr; }
    .purpose-mission { border-radius: var(--radius) var(--radius) 0 0; }
    .purpose-vision { border-radius: 0 0 var(--radius) var(--radius); }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .packaging-image { min-height: 420px; }
    .packaging-image img { border-radius: var(--radius) var(--radius) 0 0; }
    .packaging-copy { border-radius: 0 0 var(--radius) var(--radius); }
    .section-heading.split { grid-template-columns: 1fr; gap: 15px; }
    .process-row { grid-template-columns: 1fr 1fr; row-gap: 35px; }
    .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-main > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 600px) {
    .container { width: min(calc(100% - 30px), var(--container)); }
    .section, .why-us, .contact { padding: 78px 0; }
    .topbar { display: none; }
    .site-nav, .site-header.scrolled .site-nav { inset-block-start: 72px; }
    .hero { min-height: 720px; }
    .hero-content { padding-block: 82px 52px; }
    .hero h1 { font-size: 47px; }
    .hero-copy { font-size: 17px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-meta { grid-template-columns: 1fr; margin-top: 40px; }
    .hero-meta div { padding-top: 12px; }
    .trust-inner { display: block; }
    .trust-label { display: block; margin-bottom: 12px; }
    .ticker { gap: 9px 20px; font-size: 13px; }
    .about-grid { gap: 35px; }
    .about-visual { min-height: 470px; }
    .about-main { width: calc(100% - 32px); height: 440px; }
    .about-inset { width: 45%; height: 175px; border-width: 6px; }
    .about-badge { top: 20px; right: 0; width: 150px; }
    .about-copy h2, .section-heading h2, .packaging-copy h2, .why-copy h2, .contact-copy h2 { font-size: 36px; }
    .purpose-card { min-height: 0; padding: 45px 28px; }
    .purpose-card h2 { font-size: 34px; }
    .card-number { font-size: 74px; }
    .product-grid, .service-grid, .strength-list, .process-row, .contact-list { grid-template-columns: 1fr; }
    .product-card { min-height: 370px; }
    .product-card img { height: 235px; }
    .product-card-feature { min-height: 380px; }
    .packaging-copy, .service-card, .values-panel { padding: 30px 24px; }
    .service-card { min-height: 250px; }
    .strength-list div { min-height: auto; }
    .contact-list a { grid-template-columns: 72px 1fr; gap: 10px; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-main > div:last-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
    .whatsapp-float { right: 15px; bottom: 15px; }
}

@media (max-width: 390px) {
    .brand { width: 190px; }
    .hero h1 { font-size: 41px; }
    .footer-main { grid-template-columns: 1fr; }
    .footer-brand, .footer-main > div:last-child { grid-column: auto; }
}
