:root{--red:#e31b23;--red-dark:#ae0f15;--ink:#0a0a0b;--paper:#f5f5f3;--muted:#6e6e71;--line:#dededa;--white:#fff;--radius:1.25rem}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.6}
body.dv{font-family:'Noto Sans Thaana',Manrope,sans-serif}
.skip{position:absolute;left:-9999px}
.skip:focus{left:1rem;top:1rem;z-index:99;background:#fff;color:#000;padding:.7rem 1rem}
.site-header{height:84px;padding:0 clamp(1.2rem,4vw,4.5rem);display:flex;align-items:center;gap:3rem;background:#080809;color:#fff;position:relative;z-index:5}
.brand{color:inherit;text-decoration:none;display:flex;align-items:center;gap:.65rem;line-height:1}
.brand-mark{display:grid;place-items:center;width:42px;height:42px;background:var(--red);color:#fff;font-size:1.55rem;font-weight:800;transform:skew(-8deg)}
.brand strong,.brand small{display:block;letter-spacing:.13em}
.brand small{font-size:.62rem;color:var(--red);margin-top:.25rem}
.site-header nav{display:flex;gap:2rem;margin-left:auto}
.site-header nav a{color:#cacaca;text-decoration:none;font-weight:600;font-size:.9rem}
.site-header nav a:hover{color:#fff}
.language{border:1px solid #4a4a4c;background:transparent;color:#fff;border-radius:999px;padding:.55rem 1rem;min-width:78px;font:inherit;font-weight:600;cursor:pointer}
.hero{height:calc(100vh - 84px);min-height:600px;max-height:880px;background:#080809;color:#fff;position:relative;display:flex;align-items:center;overflow:hidden}
.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,6,.98) 0%,rgba(5,5,6,.83) 36%,rgba(5,5,6,.13) 70%),linear-gradient(0deg,rgba(5,5,6,.65),transparent 42%)}
.hero-copy{position:relative;width:min(700px,88vw);margin-left:clamp(1.2rem,7vw,8rem);z-index:1}
.eyebrow{font-weight:800;text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;margin:0 0 1rem}
.eyebrow.red{color:var(--red)}
h1{font-size:clamp(3rem,6.6vw,6.6rem);line-height:.95;letter-spacing:-.055em;margin:0 0 1.7rem;max-width:780px}
h2{font-size:clamp(2.2rem,4vw,4.2rem);line-height:1.02;letter-spacing:-.045em;margin:.2rem 0 1rem}
.hero-copy>p:not(.eyebrow){max-width:610px;color:#c7c7c8;font-size:1.05rem}
.hero-actions{display:flex;gap:.8rem;margin-top:2rem;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.9rem 1.2rem;border-radius:.45rem;text-decoration:none;font-weight:800;min-height:50px}
.button.primary{background:var(--red);color:#fff}
.button.primary:hover{background:#f02a31}
.button.viber{background:#7360f2;color:#fff}
.button.viber:hover{background:#6552df}
.button.whatsapp{background:#25d366;color:#07170d}
.button.secondary{background:#fff;color:#111}
.hero-note{position:absolute;z-index:2;right:clamp(1.2rem,4vw,4.5rem);bottom:2.2rem;text-align:right}
.hero-note strong,.hero-note span{display:block}
.hero-note strong{font-size:1.7rem}
.hero-note span{color:#aaa;font-size:.8rem}
.trust-strip{background:#fff;display:grid;grid-template-columns:repeat(3,1fr);padding:0 clamp(1.2rem,7vw,8rem);border-bottom:1px solid var(--line)}
.trust-strip div{padding:1.6rem 2rem;border-right:1px solid var(--line);display:grid;grid-template-columns:auto 1fr;column-gap:1rem}
.trust-strip div:first-child{border-left:1px solid var(--line)}
.trust-strip span{grid-row:1/3;font-weight:800;color:var(--red)}
.trust-strip strong,.trust-strip small{display:block}
.trust-strip small{color:var(--muted)}
.section{padding:clamp(4.5rem,9vw,9rem) clamp(1.2rem,7vw,8rem)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-bottom:3rem}
.section-heading>div{max-width:720px}
.section-heading>p{max-width:400px;color:var(--muted)}
.categories{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #bbb;border-bottom:1px solid #bbb}
.categories article{padding:2rem 1.4rem;min-height:230px;border-right:1px solid #bbb;position:relative}
.categories article:last-child{border:0}
.category-icon{font-size:2rem}
.categories article>p{position:absolute;top:1rem;right:1rem;color:#999;font-size:.75rem}
.categories h3{font-size:1.25rem;margin:3rem 0 .35rem}
.categories small{color:var(--muted)}
.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:4rem}
.featured-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 35px rgba(0,0,0,.05)}
.featured-card>div:last-child{padding:1.5rem}
.product-visual{height:230px;display:grid;place-items:center;font-size:6rem}
.product-visual.eggs{background:linear-gradient(145deg,#eee9dd,#d9cbb3)}
.product-visual.onion{background:linear-gradient(145deg,#eadade,#c7a9af)}
.product-visual.frozen{background:linear-gradient(145deg,#dce8ed,#9fbcca)}
.tag{display:inline-block;background:#fce5e6;color:var(--red-dark);padding:.3rem .55rem;border-radius:999px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.featured-card h3{font-size:1.3rem;margin:.85rem 0 .4rem}
.featured-card p{color:var(--muted);min-height:52px}
.featured-card a{color:var(--red);font-weight:800;text-decoration:none}
.categories{grid-template-columns:repeat(4,1fr)}
.categories article:nth-child(4n){border-right:0}
.categories article:nth-child(-n+4){border-bottom:1px solid #bbb}
.catalog-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin:5rem 0 1.5rem}
.catalog-heading>p{color:var(--muted);white-space:nowrap}
.catalog-filters{display:flex;gap:.6rem;overflow-x:auto;padding:.2rem 0 1rem;scrollbar-width:thin}
.catalog-filters button{flex:0 0 auto;border:1px solid #c9c9c5;background:#fff;color:var(--ink);border-radius:999px;padding:.65rem 1rem;font:inherit;font-size:.84rem;font-weight:700;cursor:pointer}
.catalog-filters button:hover,.catalog-filters button.active{border-color:var(--red);background:var(--red);color:#fff}
.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.2rem}
.catalog-card{background:#fff;border:1px solid #e6e6e2;border-radius:1rem;overflow:hidden;min-width:0;transition:transform .2s ease,box-shadow .2s ease}
.catalog-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(0,0,0,.08)}
.catalog-card[hidden]{display:none}
.catalog-icon{height:118px;display:grid;place-items:center;background:linear-gradient(145deg,#f5f1e9,#e9e1d5);font-size:3.5rem}
.catalog-card-copy{padding:1.1rem}
.catalog-card h3{font-size:1.02rem;line-height:1.3;margin:.7rem 0 .25rem}
.catalog-card p{color:var(--muted);font-size:.82rem;line-height:1.45;min-height:2.4em;margin:.2rem 0 .8rem}
.product-price{display:block;font-size:.88rem;margin-bottom:1rem}
.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}
.product-actions a{display:flex;align-items:center;justify-content:center;border-radius:.45rem;padding:.55rem .35rem;color:#fff;text-decoration:none;font-size:.75rem;font-weight:800}
.product-wa{background:#159447}
.product-viber{background:#7360f2}
body.dv .catalog-heading,body.dv .catalog-card-copy{direction:rtl}
body.dv .catalog-filters{direction:rtl}
.delivery{background:#090909;color:#fff;padding:clamp(4.5rem,9vw,9rem) clamp(1.2rem,7vw,8rem);display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(3rem,8vw,9rem)}
.delivery-copy>p:last-child{color:#aaa;max-width:620px}
.delivery ol{list-style:none;margin:0;padding:0}
.delivery li{display:flex;gap:1.4rem;padding:1.7rem 0;border-bottom:1px solid #333}
.delivery li>span{display:grid;place-items:center;flex:0 0 42px;height:42px;border:1px solid var(--red);color:var(--red);border-radius:50%;font-weight:800}
.delivery li strong,.delivery li small{display:block}
.delivery li small{color:#999;margin-top:.2rem}
.contact{text-align:center;background:#fff}
.contact h2{max-width:850px;margin-left:auto;margin-right:auto}
.big-number{display:inline-block;font-size:clamp(3.8rem,10vw,9rem);line-height:1;color:var(--red);text-decoration:none;font-weight:800;letter-spacing:-.06em;margin:2rem 0}
.contact-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;color:var(--muted)}
.contact-links a{color:inherit}
.contact-links a{font-weight:600;text-underline-offset:.2rem}
.order-buttons{display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap;margin:-.5rem 0 2rem}
footer{padding:2rem clamp(1.2rem,4vw,4.5rem);background:#090909;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:2rem}
footer p{color:#888;font-size:.8rem}
footer>a{color:#fff;font-size:1.6rem;text-decoration:none}
.floating-wa{position:fixed;z-index:9;right:1.2rem;bottom:1.2rem;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;text-decoration:none;font-size:1.45rem;box-shadow:0 10px 30px rgba(0,0,0,.25)}
.floating-orders{position:fixed;z-index:9;right:1.2rem;bottom:1.2rem;display:grid;gap:.65rem}
.floating-orders .floating-wa{position:static}
.floating-viber{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#7360f2;color:#fff;text-decoration:none;font-size:1.35rem;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.25)}
body.dv [data-dv]{direction:rtl}
body.dv .section-heading{direction:rtl}
body.dv .delivery{direction:rtl}
body.dv .hero-copy{text-align:right;margin-left:auto;margin-right:clamp(1.2rem,7vw,8rem)}
body.dv .hero-overlay{background:linear-gradient(270deg,rgba(5,5,6,.98) 0%,rgba(5,5,6,.83) 36%,rgba(5,5,6,.13) 70%),linear-gradient(0deg,rgba(5,5,6,.65),transparent 42%)}
body.dv .hero-actions{justify-content:flex-end}
body.dv .hero-note{left:clamp(1.2rem,4vw,4.5rem);right:auto;text-align:left}
@media(max-width:900px){.site-header{height:72px}
.site-header nav{display:none}
.language{margin-left:auto}
.hero{height:auto;min-height:680px;align-items:flex-end;padding-bottom:5rem}
.hero>img{object-position:65% center}
.hero-overlay{background:linear-gradient(0deg,#060607 8%,rgba(6,6,7,.9) 48%,rgba(6,6,7,.24))}
.hero-copy{margin:0 1.2rem}
.hero-copy h1{font-size:clamp(2.9rem,13vw,4.8rem)}
.hero-note{display:none}
.trust-strip{grid-template-columns:1fr;padding:0 1.2rem}
.trust-strip div,.trust-strip div:first-child{border-left:0;border-right:0;border-bottom:1px solid var(--line);padding:1rem 0}
.section-heading{display:block}
.section-heading>p{margin-top:1.5rem}
.categories{grid-template-columns:1fr 1fr}
.categories article{border-bottom:1px solid #bbb}
.categories article:nth-child(2n){border-right:0}
.categories article:nth-last-child(-n+2){border-bottom:0}
.featured-grid{grid-template-columns:1fr}
.catalog-heading{display:block}
.catalog-heading>p{margin-top:1rem}
.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.delivery{grid-template-columns:1fr}
.big-number{font-size:clamp(3.2rem,18vw,6rem)}
body.dv .hero-copy{margin:0 1.2rem}
body.dv .hero-overlay{background:linear-gradient(0deg,#060607 8%,rgba(6,6,7,.9) 48%,rgba(6,6,7,.24))}
}
@media(max-width:520px){.brand strong{font-size:.9rem}
.categories{grid-template-columns:1fr}
.categories article{border-right:0;border-bottom:1px solid #bbb!important;min-height:190px}
.categories article:last-child{border-bottom:0!important}
.catalog-grid{grid-template-columns:1fr}
.catalog-icon{height:104px}
.contact-links{display:grid;gap:.5rem}
footer{align-items:flex-start;flex-direction:column}
footer>a{display:none}
}
