*{box-sizing:border-box;margin:0;padding:0}
:root{--green:#08753d;--dark:#075b35;--orange:#ef6415;--gold:#e6a900;--cream:#fffaf0;--text:#202020}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}
.container{width:min(1180px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:#fffdf8;border-bottom:3px solid #e3a91b;box-shadow:0 2px 12px #00000012}
.nav-wrap{min-height:104px;display:flex;align-items:center;gap:25px}
.brand{display:flex;align-items:center;text-decoration:none;color:var(--green);min-width:420px}
.brand img{width:88px;height:88px;object-fit:cover;border-radius:50%;margin-right:14px}
.brand-name{font-family:Georgia,serif;font-size:38px;letter-spacing:3px;line-height:.95}
.brand-sub{font-weight:700;letter-spacing:6px;text-align:center;font-size:15px;margin-top:5px}
.tagline{text-align:center;color:#555;margin-top:8px;font-family:Georgia,serif;font-size:16px}
.nav{display:flex;align-items:center;justify-content:flex-end;gap:22px;flex:1}
.nav a{color:#111;text-decoration:none;font-size:13px;font-weight:700;line-height:1.05;text-align:center;padding:12px 0;white-space:nowrap}
.nav a.active{color:var(--orange);border-bottom:3px solid var(--orange)}
.nav .whatsapp{background:var(--green);color:#fff;padding:13px 18px;border-radius:9px}
.menu-toggle{display:none;border:0;background:none;font-size:28px;color:var(--green)}

.hero{position:relative;overflow:hidden;background:linear-gradient(110deg,#f8f7e8 0%,#fffdf8 55%,#f2e2b7 100%);min-height:530px}
.hero-glow{position:absolute;width:480px;height:480px;left:-160px;bottom:-220px;border-radius:50%;background:#bfe68b80;filter:blur(35px)}
.hero-grid{min-height:530px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:30px}
.hero-copy{position:relative;z-index:2;padding:45px 0}
.eyebrow,.section-label{font-size:13px;letter-spacing:2px;font-weight:800;color:var(--green);margin-bottom:13px}
.hero h1{font-family:Georgia,serif;font-size:45px;line-height:1.1;color:#075e39}
.hero h1 span{color:#d7472c;font-style:italic;font-size:58px}
.hero p{max-width:560px;font-size:17px;line-height:1.65;margin:22px 0;color:#333}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-block;text-decoration:none;border-radius:30px;padding:16px 25px;font-weight:800;font-size:14px}
.btn-green{background:var(--green);color:#fff}
.btn-orange{background:var(--orange);color:#fff}
.btn-light{background:#fff;color:var(--green)}
.hero-products{height:440px;position:relative}
.product-card{position:absolute;overflow:hidden;box-shadow:0 18px 35px #00000025}
.product-card img{display:block;width:100%;height:100%;object-fit:cover}
.vermicelli-card{width:300px;height:350px;right:15px;top:42px;border-radius:5px;transform:rotate(2deg)}
.appalam-card{width:270px;height:270px;left:35px;bottom:20px;border-radius:50%;border:9px solid white;box-shadow:0 15px 35px #0003;z-index:2}
.appalam-card img{object-fit:cover}
.fresh-badge{position:absolute;left:15px;top:25px;background:#ef6415;color:#fff;text-align:center;width:80px;height:80px;border-radius:50%;padding-top:18px;font-size:12px;z-index:5;box-shadow:0 8px 18px #0002}
.fresh-badge strong{font-size:19px}

section{padding:85px 0}
.two-col,.quality-grid,.contact-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:70px;align-items:center}
h2{font-family:Georgia,serif;color:var(--dark);font-size:38px;line-height:1.15;margin-bottom:18px}
.intro p,.quality p,.contact p{font-size:16px;line-height:1.8;margin-bottom:13px}
.location-box{background:#fff8dc;border:1px solid #e8c85d;border-radius:20px;padding:35px;text-align:center;box-shadow:0 12px 35px #0000000c}
.location-icon{font-size:38px;color:var(--green)}
.location-box h3{font-family:Georgia,serif;font-size:25px;color:var(--green);margin:10px 0}
.location-box span{display:inline-block;color:var(--orange);font-weight:800;margin-top:14px}
.products{background:#f7f6ec}
.section-heading{text-align:center;max-width:700px;margin:0 auto 42px}
.section-heading h2{margin-bottom:10px}
.section-heading p{line-height:1.6;color:#555}
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.product-tile{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 12px 35px #00000012;display:grid;grid-template-columns:42% 58%}
.tile-image{height:300px;background:#e9f3dd;display:flex;align-items:center;justify-content:center;padding:20px}
.tile-image img{width:100%;height:100%;object-fit:contain}
.appalam-bg{background:#fff6b4}
.tile-content{padding:30px;display:flex;flex-direction:column;justify-content:center}
.category{font-size:11px;font-weight:800;letter-spacing:1.5px;color:var(--orange)}
.tile-content h3{font-family:Georgia,serif;font-size:27px;color:var(--green);margin:10px 0}
.tile-content p{line-height:1.6;color:#555;margin-bottom:20px}
.tile-content a{color:var(--orange);font-weight:800;text-decoration:none}
.quality{background:#fff}
.quality-points{margin-top:25px;display:grid;gap:13px}
.quality-points div{display:flex;align-items:center;gap:15px;background:#f4f8ee;border-radius:10px;padding:13px}
.quality-points b{color:#fff;background:var(--green);border-radius:50%;width:35px;height:35px;display:grid;place-items:center;font-size:12px}
.label-preview{height:390px;border-radius:18px;overflow:hidden;box-shadow:0 15px 35px #0002;background:#fff}
.label-preview img{width:100%;height:100%;object-fit:cover}
.dealership{background:linear-gradient(100deg,#075e38,#0a7c42);color:#fff}
.dealership-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.section-label.light{color:#ffe6a0}
.dealership h2{color:#fff}
.dealership p{max-width:700px;line-height:1.7}
.contact{background:#fffaf0}
.contact-card{background:#fff;border-left:5px solid var(--orange);padding:30px 35px;box-shadow:0 10px 30px #00000012;border-radius:0 15px 15px 0;line-height:1.7}
.contact-card p{margin-bottom:16px}
footer{background:#064d2d;color:#fff;padding:28px 0}
.footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:13px;line-height:1.6}
.footer-inner span{opacity:.75}

@media(max-width:1050px){
  .brand{min-width:auto}.brand-name{font-size:29px}.brand-sub{font-size:11px;letter-spacing:4px}.tagline{font-size:13px}
  .nav{gap:12px}.nav a{font-size:11px}.nav .whatsapp{padding:11px 12px}
}
@media(max-width:800px){
  .nav-wrap{min-height:78px}.brand img{width:62px;height:62px}.brand-name{font-size:24px}.brand-sub{font-size:9px;letter-spacing:3px}.tagline{font-size:11px}
  .menu-toggle{display:block;margin-left:auto}.nav{display:none;position:absolute;left:0;right:0;top:78px;background:#fff;padding:15px 5%;flex-direction:column;align-items:stretch;box-shadow:0 12px 20px #0002}.nav.open{display:flex}.nav a{padding:13px;text-align:left}.nav .whatsapp{text-align:center}
  .hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy{text-align:center;padding:60px 0 15px}.hero-copy p{margin-left:auto;margin-right:auto}.hero h1{font-size:37px}.hero h1 span{font-size:46px}
  .hero-products{height:390px}.vermicelli-card{width:245px;height:300px;right:6%;top:25px}.appalam-card{width:220px;height:220px;left:5%;bottom:20px}
  .two-col,.quality-grid,.contact-grid{grid-template-columns:1fr;gap:35px}section{padding:65px 0}h2{font-size:32px}
  .product-grid{grid-template-columns:1fr}.product-tile{grid-template-columns:1fr}.tile-image{height:280px}.dealership-inner{flex-direction:column;align-items:flex-start}.footer-inner{flex-direction:column;align-items:flex-start}
}
@media(max-width:480px){
  .brand-text{display:none}.brand img{width:58px;height:58px}.hero h1{font-size:32px}.hero h1 span{font-size:40px}.hero-products{height:330px}.vermicelli-card{width:200px;height:255px}.appalam-card{width:180px;height:180px}.hero-buttons{justify-content:center}.btn{width:100%;text-align:center}
}
