/* =========================================================
   Every Day Fresh Meat Trading L.L.C — Main Stylesheet
   ========================================================= */
:root{
  --red:#8E1B2A;          /* deep burgundy - primary */
  --red-dark:#6B1320;
  --red-soft:#B3263A;
  --gold:#C9A24A;         /* warm gold accent */
  --gold-dark:#A8842F;
  --cream:#F8F3EA;        /* soft background */
  --beige:#EEDFC7;        /* matches logo circle */
  --ink:#1B1716;          /* charcoal text */
  --muted:#6E6461;
  --line:#E6DCCB;
  --white:#fff;
  --radius:16px;
  --shadow:0 18px 45px -18px rgba(40,15,10,.35);
  --shadow-sm:0 8px 22px -12px rgba(40,15,10,.3);
  --serif:'Playfair Display',Georgia,serif;
  --sans:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  --arabic:'Noto Kufi Arabic',Tahoma,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:84px}
html,body{overflow-x:clip}
body{font-family:var(--sans);color:var(--ink);background:var(--white);line-height:1.65;font-size:16px}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1200px,100% - 32px);margin-inline:auto}
h1,h2,h3{font-family:var(--serif);line-height:1.15;font-weight:700}
h2{font-size:clamp(1.9rem,3.6vw,2.8rem);margin-bottom:18px}
h4{font-size:1.05rem;font-weight:700;margin-bottom:6px}
p{color:var(--muted)}
i[data-icon]{display:inline-flex;width:1.1em;height:1.1em;vertical-align:-.18em}
i[data-icon] svg{width:100%;height:100%}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:50px;font-weight:600;font-size:.95rem;transition:.3s ease;border:2px solid transparent;cursor:pointer;font-family:var(--sans)}
.btn-primary{background:var(--red);color:#fff}
.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:var(--shadow-sm)}
.btn-gold{background:var(--gold);color:var(--ink)}
.btn-gold:hover{background:var(--gold-dark);color:#fff;transform:translateY(-2px)}
.btn-outline{border-color:rgba(255,255,255,.7);color:#fff}
.btn-outline:hover{background:#fff;color:var(--red)}
.btn-sm{padding:10px 20px;font-size:.85rem}
.btn-lg{padding:17px 36px;font-size:1rem}
.btn-block{width:100%}

.eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}
.eyebrow.dark{color:var(--red)}
.eyebrow.dark::before{content:"";display:inline-block;width:28px;height:2px;background:var(--gold);vertical-align:middle;margin-right:10px}

/* ---------- Top bar ---------- */
.topbar{background:var(--ink);color:#d9cfc7;font-size:.82rem}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;padding:8px 0;gap:12px;flex-wrap:wrap}
.topbar-right{display:flex;gap:22px}
.topbar a:hover{color:var(--gold)}

/* ---------- Header ---------- */
.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:.3s}
.header.scrolled{border-color:var(--line);box-shadow:0 6px 24px -14px rgba(0,0,0,.25)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:78px}
.brand{display:flex;align-items:center;gap:12px}
.brand img{height:56px;width:auto}
.brand-text{display:flex;flex-direction:column;line-height:1.1}
.brand-text strong{font-family:var(--serif);font-size:1.25rem;color:var(--red)}
.brand-text small{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:600}
.nav{display:flex;align-items:center;gap:30px}
.nav a:not(.btn){font-weight:500;font-size:.95rem;position:relative;padding:6px 0}
.nav a:not(.btn)::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--gold);transition:.3s}
.nav a:not(.btn):hover::after,.nav a.active::after{width:100%}
.nav a.active{color:var(--red)}
.menu-toggle{display:none;background:none;border:0;cursor:pointer;width:34px;height:28px;flex-direction:column;justify-content:space-between;padding:4px 0}
.menu-toggle span{height:2px;background:var(--ink);border-radius:2px;transition:.3s}
.menu-toggle.open span:nth-child(1){transform:translateY(10px) rotate(45deg)}
.menu-toggle.open span:nth-child(2){opacity:0}
.menu-toggle.open span:nth-child(3){transform:translateY(-10px) rotate(-45deg)}

/* ---------- Hero ---------- */
.hero{position:relative;min-height:calc(100vh - 110px);display:flex;align-items:center;color:#fff;overflow:hidden;background:#2a1210}
.hero-bg{position:absolute;inset:0;background:url('https://images.unsplash.com/photo-1607623814075-e51df1bdc82f?auto=format&fit=crop&w=2000&q=80') center/cover;transform:scale(1.08);animation:heroZoom 18s ease-out forwards}
.hero::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(100deg,rgba(20,8,6,.92) 0%,rgba(60,14,20,.78) 45%,rgba(20,8,6,.25) 100%)}
@keyframes heroZoom{to{transform:scale(1)}}
.hero-content{position:relative;z-index:2;padding:90px 0 110px;max-width:1200px}
.hero-arabic{font-family:var(--arabic);font-size:1.15rem;color:var(--beige);margin-bottom:18px;direction:rtl;text-align:left;unicode-bidi:plaintext}
.hero h1{font-size:clamp(2.5rem,6vw,4.6rem);font-weight:800;margin-bottom:22px;max-width:760px}
.hero h1 em{color:var(--gold);font-style:italic}
.hero-sub{color:#eadfd6;font-size:1.12rem;max-width:560px;margin-bottom:34px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:56px}
.hero-badges{display:flex;gap:0;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.18);padding-top:28px;max-width:620px}
.hero-badges div{flex:1;min-width:150px;padding-right:22px}
.hero-badges div+div{padding-left:22px;border-left:1px solid rgba(255,255,255,.18)}
.hero-badges strong{display:block;font-family:var(--serif);font-size:1.5rem;color:var(--gold)}
.hero-badges span{font-size:.85rem;color:#d8ccc3}
.scroll-down{position:absolute;z-index:2;bottom:84px;left:50%;width:26px;height:42px;border:2px solid rgba(255,255,255,.6);border-radius:20px;transform:translateX(-50%)}
.scroll-down::after{content:"";position:absolute;left:50%;top:8px;width:4px;height:8px;background:#fff;border-radius:2px;transform:translateX(-50%);animation:scroll 1.8s infinite}
@keyframes scroll{0%{opacity:1;top:8px}100%{opacity:0;top:22px}}

/* ---------- Features strip ---------- */
.features{position:relative;z-index:3;margin-top:-60px}
.features-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.feature{padding:32px 26px;text-align:center;transition:.3s}
.feature+.feature{border-left:1px solid var(--line)}
.feature:hover{background:var(--cream)}
.f-icon{width:62px;height:62px;margin:0 auto 16px;border-radius:50%;background:var(--cream);color:var(--red);display:grid;place-items:center;font-size:1.6rem;border:1px solid var(--line);transition:.3s}
.feature:hover .f-icon{background:var(--red);color:#fff;border-color:var(--red)}
.feature p{font-size:.9rem}

/* ---------- Sections ---------- */
.section{padding:110px 0}
.section-head{text-align:center;max-width:640px;margin:0 auto 56px}
.section-head .eyebrow.dark::after{content:"";display:inline-block;width:28px;height:2px;background:var(--gold);vertical-align:middle;margin-left:10px}
.section-head.light h2{color:#fff}

/* ---------- About ---------- */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.about-media{position:relative}
.about-media>img{border-radius:var(--radius);aspect-ratio:4/5;object-fit:cover;width:100%;box-shadow:var(--shadow);background:var(--beige)}
.about-media::before{content:"";position:absolute;inset:-18px 40px 40px -18px;border:2px solid var(--gold);border-radius:var(--radius);z-index:-1}
.about-stamp{position:absolute;right:-26px;bottom:34px;background:#fff;border-radius:var(--radius);padding:16px 20px;display:flex;align-items:center;gap:12px;box-shadow:var(--shadow)}
.about-stamp img{height:54px}
.about-stamp span{font-family:var(--serif);font-weight:700;color:var(--red);line-height:1.2}
.about-text p{margin-bottom:16px}
.checklist{list-style:none;margin:24px 0 32px;display:grid;gap:12px}
.checklist li{position:relative;padding-left:34px;font-weight:500}
.checklist li::before{content:"";position:absolute;left:0;top:3px;width:22px;height:22px;border-radius:50%;background:var(--red) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 7'/%3E%3C/svg%3E") center/13px no-repeat}

/* ---------- Products ---------- */
.products{background:var(--cream)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.product{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:.35s;display:flex;flex-direction:column}
.product:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.p-img{position:relative;aspect-ratio:4/3;background-size:cover;background-position:center;background-color:var(--beige);transition:.6s}
.product:hover .p-img{background-size:110%}
.tag{position:absolute;top:16px;left:16px;background:var(--red);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:30px}
.tag.gold{background:var(--gold);color:var(--ink)}
.p-body{padding:24px 26px 28px;display:flex;flex-direction:column;flex:1}
.p-body h3{font-size:1.35rem;margin-bottom:8px}
.p-body p{font-size:.93rem;flex:1;margin-bottom:18px}
.p-link{font-weight:700;color:var(--red);font-size:.92rem}
.p-link:hover{color:var(--gold-dark)}

/* ---------- Process ---------- */
.process{background:linear-gradient(rgba(27,23,22,.9),rgba(107,19,32,.92)),url('https://images.unsplash.com/photo-1690983322025-aab4f95a0269?auto=format&fit=crop&w=2000&q=70') center/cover fixed;color:#fff}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.step{padding:34px 28px;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius);background:rgba(255,255,255,.05);backdrop-filter:blur(4px);transition:.3s}
.step:hover{background:rgba(255,255,255,.1);border-color:var(--gold)}
.num{font-family:var(--serif);font-size:2.6rem;font-weight:800;color:var(--gold);display:block;margin-bottom:10px;line-height:1}
.step p{color:#dccfc6;font-size:.92rem}

/* ---------- Wholesale ---------- */
.wholesale-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.wholesale p{margin-bottom:26px}
.clients{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:34px}
.clients span{background:var(--cream);border:1px solid var(--line);padding:9px 16px;border-radius:30px;font-size:.88rem;font-weight:600;color:var(--ink)}
.wholesale-media img{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:1/1;object-fit:cover;width:100%;background:var(--beige)}

/* ---------- Gallery ---------- */
.gallery{background:var(--cream)}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:230px;gap:16px;grid-auto-flow:dense}
.g-item{position:relative;border-radius:12px;overflow:hidden;background:var(--beige);cursor:zoom-in}
.g-item.tall{grid-row:span 2}
.g-item.wide{grid-column:span 2}
.g-item img{width:100%;height:100%;object-fit:cover;transition:.6s}
.g-item::after{content:"+";position:absolute;inset:0;display:grid;place-items:center;font-size:3rem;font-weight:300;color:#fff;background:rgba(107,19,32,.55);opacity:0;transition:.35s}
.g-item:hover img{transform:scale(1.08)}
.g-item:hover::after{opacity:1}

/* Lightbox */
.lightbox{position:fixed;inset:0;z-index:999;background:rgba(10,5,4,.93);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:.3s;padding:20px}
.lightbox.open{opacity:1;pointer-events:auto}
.lightbox img{max-width:92vw;max-height:86vh;border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.6)}
.lightbox button{position:absolute;background:rgba(255,255,255,.1);border:0;color:#fff;cursor:pointer;border-radius:50%;width:52px;height:52px;font-size:2rem;line-height:1;transition:.2s}
.lightbox button:hover{background:var(--gold);color:var(--ink)}
.lb-close{top:20px;right:20px}
.lb-prev{left:20px;top:50%;transform:translateY(-50%)}
.lb-next{right:20px;top:50%;transform:translateY(-50%)}

/* ---------- CTA ---------- */
.cta{background:var(--red);color:#fff;padding:64px 0;position:relative;overflow:hidden}
.cta::before{content:"";position:absolute;right:-80px;top:-80px;width:320px;height:320px;border-radius:50%;background:rgba(255,255,255,.06)}
.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap;position:relative}
.cta h2{margin-bottom:6px;font-size:clamp(1.6rem,3vw,2.3rem)}
.cta p{color:#f0d9d9}

/* ---------- Contact ---------- */
.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:start}
.contact-list{list-style:none;margin-top:30px;display:grid;gap:20px}
.contact-list li{display:flex;gap:16px;align-items:flex-start}
.ci{flex:none;width:48px;height:48px;border-radius:12px;background:var(--cream);color:var(--red);display:grid;place-items:center;font-size:1.25rem;border:1px solid var(--line)}
.contact-list strong{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}
.contact-list a:hover{color:var(--red)}
.contact-form{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:38px;box-shadow:var(--shadow)}
.contact-form h3{font-size:1.6rem;margin-bottom:22px}
.contact-form .row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contact-form label{display:block;font-size:.85rem;font-weight:600;margin-bottom:16px}
.contact-form input,.contact-form select,.contact-form textarea{display:block;width:100%;margin-top:7px;padding:13px 15px;border:1px solid var(--line);border-radius:10px;font:inherit;font-weight:400;background:var(--cream);transition:.2s}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--red);background:#fff;box-shadow:0 0 0 3px rgba(142,27,42,.12)}
.form-note{display:block;text-align:center;color:var(--muted);margin-top:12px}
.map-wrap{margin-top:70px}
.map-wrap iframe{width:100%;height:380px;border:0;border-radius:var(--radius);box-shadow:var(--shadow-sm);background:var(--cream)}

/* ---------- Footer ---------- */
.footer{background:var(--ink);color:#bfb4ad;padding-top:80px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:44px;padding-bottom:56px}
.footer-logo{height:92px;background:#fff;border-radius:12px;padding:6px;margin-bottom:18px}
.footer-arabic{font-family:var(--arabic);color:var(--beige);margin-bottom:10px}
.footer p{color:#a99e97;font-size:.92rem}
.footer h5{font-family:var(--serif);font-size:1.15rem;color:#fff;margin-bottom:18px}
.footer-grid>div>a,.footer-grid>div>span{display:block;margin-bottom:10px;font-size:.92rem}
.footer a:hover{color:var(--gold)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:22px 0;font-size:.85rem;text-align:center}
.footer-bottom em{color:var(--gold)}

/* Floating WhatsApp */
.wa-float{position:fixed;right:22px;bottom:22px;z-index:200;width:60px;height:60px;border-radius:50%;background:#25D366;display:grid;place-items:center;box-shadow:0 10px 25px rgba(37,211,102,.45);animation:pulse 2.4s infinite}
.wa-float:hover{transform:scale(1.08)}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.55)}70%{box-shadow:0 0 0 16px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}

/* Reveal animation */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}
.reveal.visible{opacity:1;transform:none}

/* ---------- Responsive ---------- */
@media (max-width:1024px){
  .nav{gap:20px}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:900px){
  .menu-toggle{display:flex}
  .nav{position:fixed;top:0;right:0;height:100vh;width:min(300px,82vw);background:#fff;flex-direction:column;align-items:flex-start;padding:100px 30px 30px;gap:18px;box-shadow:-10px 0 40px rgba(0,0,0,.15);transform:translateX(100%);visibility:hidden;transition:transform .35s,visibility .35s}
  .nav.open{transform:none;visibility:visible}
  .nav a:not(.btn){font-size:1.1rem}
  .menu-toggle{position:relative;z-index:101}
  .about-grid,.wholesale-grid,.contact-grid{grid-template-columns:1fr;gap:50px}
  .about-stamp{right:14px}
  .features-grid{grid-template-columns:repeat(2,1fr)}
  .feature:nth-child(3){border-left:0}
  .feature:nth-child(n+3){border-top:1px solid var(--line)}
  .process{background-attachment:scroll}
}
@media (max-width:600px){
  .topbar{display:none}
  .section{padding:80px 0}
  .brand img{height:46px}
  .brand-text strong{font-size:1.05rem}
  .hero{min-height:auto}
  .hero-content{padding:70px 0 100px}
  .hero-badges div{min-width:0;padding-right:12px}
  .hero-badges div+div{padding-left:12px}
  .hero-badges strong{font-size:1.15rem}
  .scroll-down{display:none}
  .feature{padding:24px 14px}
  .feature p{font-size:.82rem}
  .f-icon{width:52px;height:52px}
  .product-grid,.steps{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:170px}
  .g-item.wide{grid-column:span 2}
  .contact-form{padding:26px}
  .contact-form .row{grid-template-columns:1fr;gap:0}
  .footer-grid{grid-template-columns:1fr}
  .cta-inner{text-align:center;justify-content:center}
}
