/*
Theme Name: Kisaan Rice Store
Description: Premium one-page rice store WordPress theme with responsive design, animations, cart drawer and WhatsApp ordering.
Version: 1.0
Author: Kisaan Rice Store
Text Domain: kisaan-rice-store
*/
:root{--green:#10351d;--green2:#1d4a26;--cream:#f5edd9;--gold:#d2aa5c;--ink:#1e2a21;--muted:#687168;--white:#fffdf7}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:var(--ink);background:#fbf8ef}a{text-decoration:none;color:inherit}.container{max-width:1180px;margin:auto;padding:0 22px}
.announcement{background:#092412;color:#ead9ae;text-align:center;padding:8px;font-size:10px;letter-spacing:.18em;text-transform:uppercase}
header{position:sticky;top:0;z-index:90;background:rgba(10,39,21,.96);backdrop-filter:blur(12px);color:#fff}.nav{height:74px;max-width:1180px;margin:auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:9px;min-width:190px}.brand-logo{width:42px;height:42px;object-fit:cover;border-radius:50%;border:1px solid rgba(210,170,92,.75);background:#f7f0df;display:block}.brand-name{font:700 20px Georgia;color:#dfbc6e;letter-spacing:.02em;white-space:nowrap}.brand-sub{display:block;font-size:7px;letter-spacing:.22em;color:#adb8af}.nav-links{display:flex;gap:24px}.nav-links a{font-size:12px;color:#e3e9e3}.nav-links a:hover{color:var(--gold)}.nav-cart{border:0;border-radius:20px;padding:10px 14px;background:#2b5a30;color:white;font-weight:700;font-size:11px;cursor:pointer}
.hero{min-height:700px;color:#fff;position:relative;display:flex;align-items:center;background:linear-gradient(90deg,rgba(5,27,13,.95),rgba(8,35,18,.65),rgba(8,35,18,.18)),url("https://images.unsplash.com/photo-1535090467336-9501f96eef89?auto=format&fit=crop&w=2000&q=90") center/cover}.hero-grid{max-width:1180px;width:100%;margin:auto;padding:80px 22px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center}.eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:var(--gold);font-weight:800;margin-bottom:14px}.hero h1{font:700 clamp(52px,6.2vw,82px)/.96 Georgia;margin:0;letter-spacing:-.04em}.hero h1 span,.story h2 span,.cta h2 span{color:var(--gold)}.hero-copy{max-width:550px;color:#d1d8d1;font-size:16px;line-height:1.7;margin:22px 0}.actions{display:flex;gap:10px;flex-wrap:wrap}.btn{display:inline-flex;padding:13px 20px;border-radius:6px;font-weight:700;font-size:12px}.btn-primary{background:linear-gradient(135deg,#e4c171,#b98a38);color:#142819}.btn-light{border:1px solid #ffffff66;color:#fff;background:#ffffff0d}.trust{display:flex;gap:25px;margin-top:30px}.trust b{display:block;color:var(--gold);font-size:14px}.trust span{font-size:9px;color:#c3cbc4}
.hero-pack{height:500px;position:relative}.bag{position:absolute;right:8%;top:15px;width:230px;height:370px;border-radius:10px 10px 30px 30px;background:linear-gradient(145deg,#b9a27d,#796447);box-shadow:20px 30px 45px #0008;transform:rotate(4deg);text-align:center;padding-top:45px;color:#f0d184}.bag h3{font:700 27px Georgia;margin:0}.bag small{font-size:8px;letter-spacing:.2em}.bag .num{font:700 64px Georgia;margin:30px 0 0}.bowl{position:absolute;right:17%;bottom:15px;width:330px;height:185px;border-radius:50%;overflow:hidden;border:14px solid #65452b;box-shadow:0 20px 35px #0008}.bowl img{width:100%;height:100%;object-fit:cover;transform:scale(1.25)}
section{padding:90px 0}.head{text-align:center;max-width:700px;margin:0 auto 45px}.head h2{font:700 clamp(38px,4.5vw,58px)/1.05 Georgia;color:var(--green);margin:0 0 12px}.head h2 em{font-style:italic;color:#ad8034}.head p{color:var(--muted);font-size:14px;line-height:1.7}
.journey{background:var(--cream);overflow:hidden}.journey-track{position:relative}.journey-line{position:absolute;left:8%;right:8%;top:106px;height:3px;background:#b9934a}.journey-line span{display:block;width:0;height:100%;background:white;box-shadow:0 0 14px white;transition:2s}.journey.visible .journey-line span{width:100%}.steps{display:grid;grid-template-columns:repeat(5,1fr);position:relative}.step{text-align:center;padding:0 8px;opacity:0;transform:translateY(24px);transition:.7s}.journey.visible .step{opacity:1;transform:none}.step:nth-child(2){transition-delay:.15s}.step:nth-child(3){transition-delay:.3s}.step:nth-child(4){transition-delay:.45s}.step:nth-child(5){transition-delay:.6s}.step-art{width:94px;height:94px;margin:auto;border-radius:50%;background:#eadbb9;border:8px solid var(--cream);display:grid;place-items:center;font-size:42px;box-shadow:0 8px 20px #31442a22}.step-dot{width:15px;height:15px;border-radius:50%;background:#b28a40;border:4px solid var(--cream);margin:-7px auto 11px;position:relative}.step h3{font:700 18px Georgia;color:var(--green);margin:0 0 5px}.step p{font-size:10px;color:#73786e}
.bestsellers{background:linear-gradient(#12351e,#092312);color:white}.light h2{color:white}.light p{color:#aeb8b0}.shop{position:relative}.products{display:flex;gap:18px;overflow-x:auto;scrollbar-width:none;padding:5px 48px 20px}.products::-webkit-scrollbar{display:none}.product{min-width:calc(25% - 14px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;overflow:hidden;transition:.35s}.product:hover{transform:translateY(-8px);border-color:#d4ae5d88}.product-img{height:275px;position:relative;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;transition:.6s}.product:hover img{transform:scale(1.08)}.tag{position:absolute;top:12px;left:12px;z-index:2;background:#487b39;padding:6px 9px;border-radius:4px;font-size:8px;font-weight:800}.tag.gold{background:#b98b3c}.tag.red{background:#9d4934}.product-body{padding:17px}.product h3{font:700 21px Georgia;margin:0}.product p{font-size:10px;color:#aab4ab}.price{display:block;color:#dfb968;font-size:12px;margin:13px 0}.add{width:100%;border:0;border-radius:4px;padding:11px;background:#dfb864;color:#132919;font-weight:800;font-size:11px;cursor:pointer}.arrow{position:absolute;top:45%;width:38px;height:38px;border:1px solid #ffffff33;background:#ffffff12;color:#fff;border-radius:50%;font-size:23px;z-index:4;cursor:pointer}.arrow.left{left:2px}.arrow.right{right:2px}.dots{text-align:center;color:#dfb864}
.quality{background:#f6eedb}.quality-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.quality-card{background:#fff9;border:1px solid #27402a18;border-radius:10px;text-align:center;padding:23px 12px}.qicon{width:48px;height:48px;border:2px solid #cba45c;border-radius:50%;display:grid;place-items:center;margin:auto;color:#a97b31;font-size:23px}.quality-card h3{font:700 14px Georgia;color:var(--green);margin:9px 0 5px}.quality-card p{font-size:10px;color:var(--muted)}
.story{background:var(--green);color:#fff}.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.story-photo{position:relative}.story-photo img{width:100%;height:450px;object-fit:cover;border-radius:8px}.play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border:0;border-radius:50%;background:white;color:var(--green);cursor:pointer}.story h2{font:700 clamp(40px,4.4vw,60px)/1.05 Georgia;margin:0 0 18px}.story p{color:#bdc9bf;font-size:14px;line-height:1.8}.stats{display:flex;gap:30px;margin-top:25px}.stats b{display:block;color:var(--gold);font:700 26px Georgia}.stats span{font-size:9px;color:#9eaaa1}
.testimonials{background:#fbf8ef}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review{background:#fff;padding:25px;border-radius:9px;border:1px solid #16351e12}.stars{color:#bd8d3b;letter-spacing:3px}.review p{font:17px/1.5 Georgia;color:#344337}.review strong{font-size:11px;display:block}.review small{color:#899289}
.cta{background:linear-gradient(100deg,#133d21,#244f29);color:white}.cta-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:190px 1fr 150px;gap:35px;align-items:center;padding:0 22px}.cta-photo{width:190px;height:130px;border-radius:50%;overflow:hidden}.cta-photo img{width:100%;height:100%;object-fit:cover}.cta h2{font:700 clamp(32px,4vw,52px)/1.08 Georgia;margin:0}.whatsapp{display:inline-block;margin-top:18px;background:#2f6931;padding:12px 18px;border-radius:5px;font-size:11px;font-weight:800}.guarantee{width:145px;height:145px;border:2px solid var(--gold);border-radius:50%;display:grid;place-items:center;text-align:center;color:var(--gold);font-size:9px}.guarantee b{display:block;font:700 27px Georgia}
footer{background:#071b0f;color:#aab4ac;padding:50px 0 20px}.footer-grid{max-width:1180px;margin:auto;padding:0 22px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:35px}.footer-brand{font:700 22px Georgia;color:var(--gold)}footer h3{color:#fff;font:700 17px Georgia}footer a{display:block;font-size:10px;margin:7px 0}footer p{font-size:10px}.footer-bottom{max-width:1180px;margin:30px auto 0;padding:15px 22px 0;border-top:1px solid #ffffff12;font-size:9px;display:flex;justify-content:space-between}
.cart{position:fixed;right:20px;bottom:20px;z-index:110;width:58px;height:58px;border-radius:50%;border:2px solid var(--gold);background:#123c21;color:#fff;cursor:pointer;box-shadow:0 15px 35px #0005}.count{position:absolute;right:-3px;top:-3px;background:var(--gold);color:#17301e;width:20px;height:20px;border-radius:50%;font-size:9px;display:grid;place-items:center;font-weight:900}.overlay{position:fixed;inset:0;background:#0008;z-index:115;opacity:0;pointer-events:none;transition:.3s}.overlay.show{opacity:1;pointer-events:auto}.drawer{position:fixed;right:0;top:0;height:100vh;width:min(390px,100%);background:#fcf8eb;z-index:120;transform:translateX(105%);transition:.4s;padding:25px;display:flex;flex-direction:column;box-shadow:-20px 0 60px #0004}.drawer.open{transform:none}.drawer-head{display:flex;justify-content:space-between;border-bottom:1px solid #16351e18;padding-bottom:15px}.drawer h3{font:700 28px Georgia;color:var(--green);margin:0}.close{border:0;background:none;font-size:25px;cursor:pointer}.cart-items{flex:1;overflow:auto;padding:15px 0}.cart-item{padding:12px 0;border-bottom:1px solid #16351e15;font-size:12px;display:flex;justify-content:space-between;gap:10px}.cart-item button{border:0;background:none;color:#9b4833;cursor:pointer}.cart-empty{text-align:center;color:#778077;margin-top:50px}.drawer-footer{border-top:1px solid #16351e15;padding-top:15px}.drawer-footer .btn{width:100%;border:0;justify-content:center;cursor:pointer}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,30px);opacity:0;background:#163d23;color:white;padding:11px 16px;border-radius:20px;font-size:11px;z-index:130;transition:.3s}.toast.show{opacity:1;transform:translate(-50%,0)}
.reveal{opacity:0;transform:translateY(28px);transition:.8s}.reveal.visible{opacity:1;transform:none}
.wp-page-content{padding:50px 0;background:#fbf8ef}
@media(max-width:950px){.nav-links{display:none}.hero-grid,.story-grid{grid-template-columns:1fr}.hero-pack{height:430px}.products .product{min-width:calc(50% - 10px)}.quality-grid{grid-template-columns:repeat(3,1fr)}.cta-grid{grid-template-columns:160px 1fr}.guarantee{display:none}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.nav{height:66px}.nav-cart{padding:8px 10px}.hero{min-height:760px}.hero-grid{padding:55px 22px}.hero h1{font-size:52px}.hero-pack{height:380px}.bag{width:175px;height:285px}.bowl{width:230px;height:135px;right:17%}.trust{gap:12px}.steps{min-width:900px}.journey-track{overflow-x:auto}.products .product{min-width:84%}.products{padding-left:42px;padding-right:42px}.quality-grid{grid-template-columns:1fr 1fr}.story-photo img{height:350px}.reviews{grid-template-columns:1fr}.cta-grid{grid-template-columns:1fr;text-align:center}.cta-photo{margin:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:7px}}

@media(max-width:600px){.brand{min-width:auto;gap:7px}.brand-logo{width:36px;height:36px}.brand-name{font-size:16px}}
