:root{--bg:#fffaf0;--surface:#fff;--surface-2:#fff4d8;--text:#181713;--muted:#6f6a5d;--line:rgba(41,32,15,.1);--primary:#f6ad13;--primary-2:#ffcf54;--orange:#ef6d19;--dark:#17130d;--shadow:0 24px 70px rgba(117,76,0,.16);--radius:28px}
html[data-theme="dark"]{--bg:#11100d;--surface:#191713;--surface-2:#252015;--text:#fff8e9;--muted:#b9af9d;--line:rgba(255,255,255,.09);--dark:#fff6e4;--shadow:0 28px 80px rgba(0,0,0,.4)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Cairo",sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;transition:background .35s,color .35s}.container{width:min(1180px,calc(100% - 40px));margin:auto}a{text-decoration:none;color:inherit}button,input{font:inherit}.top-strip{background:var(--dark);color:var(--bg);font-size:12px}.strip-inner{height:34px;display:flex;justify-content:center;align-items:center;gap:20px;white-space:nowrap;overflow:hidden}.strip-dot{width:4px;height:4px;background:var(--primary);border-radius:50%}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 86%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:11px}.brand-mark{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;font-weight:900;color:#17130d;background:linear-gradient(145deg,#ffd45c,#f29a00);box-shadow:inset 0 0 0 3px rgba(255,255,255,.45),0 10px 25px rgba(246,173,19,.22)}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy b{font-size:17px;letter-spacing:.7px}.brand-copy small{font-size:8px;color:var(--orange);font-weight:900;letter-spacing:1.6px;margin-top:5px}.desktop-nav{display:flex;gap:30px;font-size:14px;font-weight:700}.desktop-nav a{position:relative;color:var(--muted);transition:.25s}.desktop-nav a:hover,.desktop-nav .active{color:var(--text)}.desktop-nav .active:after{content:"";position:absolute;bottom:-11px;right:50%;width:5px;height:5px;border-radius:50%;background:var(--primary)}.nav-actions{display:flex;align-items:center;gap:10px}.icon-btn,.menu-btn{border:1px solid var(--line);background:var(--surface);color:var(--text);width:44px;height:44px;border-radius:14px;display:grid;place-items:center;cursor:pointer}.icon-btn svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.8}.moon-icon{display:none}html[data-theme="dark"] .sun-icon{display:none}html[data-theme="dark"] .moon-icon{display:block}.cart-btn{height:44px;border-radius:14px;background:var(--text);color:var(--bg);padding:0 14px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800}.cart-btn svg{width:18px;fill:none;stroke:currentColor;stroke-width:1.8}.cart-btn em{font-style:normal;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#19130b;font-size:10px}.menu-btn{display:none;padding:11px}.menu-btn span{width:20px;height:2px;background:currentColor;display:block;margin:3px}.mobile-panel{display:none}.hero{position:relative;min-height:calc(100vh - 116px);display:flex;align-items:center;isolation:isolate;overflow:hidden;background:radial-gradient(circle at 20% 20%,rgba(255,202,71,.25),transparent 28%),linear-gradient(180deg,var(--bg),color-mix(in srgb,var(--surface-2) 46%,var(--bg)))}.hero-grid-bg{position:absolute;inset:0;z-index:-3;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,black,transparent 85%);opacity:.35}.hero-layout{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:45px;padding:70px 0 90px}.eyebrow,.kicker{font-size:13px;font-weight:900;color:var(--orange);letter-spacing:.3px}.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border:1px solid rgba(239,109,25,.2);background:rgba(255,255,255,.35);border-radius:99px}.pulse{width:8px;height:8px;background:#5bbf65;border-radius:50%;box-shadow:0 0 0 6px rgba(91,191,101,.12)}.hero h1{font-size:clamp(48px,6.5vw,88px);line-height:1.08;letter-spacing:-3px;margin:24px 0 22px;font-weight:900}.hero h1 span{color:transparent;background:linear-gradient(120deg,var(--primary),var(--orange));background-clip:text;-webkit-background-clip:text}.hero-content>p{font-size:17px;line-height:2;color:var(--muted);max-width:610px}.hero-actions{display:flex;gap:12px;margin-top:30px}.btn{min-height:52px;padding:0 23px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-weight:900;font-size:14px;transition:.25s}.btn:hover{transform:translateY(-3px)}.btn.primary{background:linear-gradient(135deg,var(--primary),#ff8a12);color:#21170b;box-shadow:0 16px 35px rgba(246,173,19,.3)}.btn.ghost{border:1px solid var(--line);background:var(--surface)}.btn.dark{background:#17130d;color:#fff}.hero-stats{display:flex;gap:30px;margin-top:38px}.hero-stats div{display:flex;flex-direction:column}.hero-stats strong{font-size:24px}.hero-stats span{font-size:11px;color:var(--muted)}.hero-visual{min-height:570px;position:relative;display:grid;place-items:center;perspective:1000px}.hero-card{width:min(520px,92%);aspect-ratio:1.35;border-radius:42px;overflow:hidden;box-shadow:var(--shadow);position:relative;transform-style:preserve-3d;transition:transform .18s ease-out}.hero-card img{width:100%;height:100%;object-fit:cover;display:block}.card-shine{position:absolute;inset:-60%;background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.35) 50%,transparent 58%);transform:translateX(-35%) rotate(10deg);animation:shine 5s infinite}.visual-ring{position:absolute;border-radius:50%;border:1px dashed rgba(246,173,19,.35);animation:spin 18s linear infinite}.ring-a{width:520px;height:520px}.ring-b{width:430px;height:430px;animation-direction:reverse;animation-duration:12s}.float-tag{position:absolute;background:color-mix(in srgb,var(--surface) 90%,transparent);backdrop-filter:blur(14px);box-shadow:0 16px 40px rgba(51,33,0,.13);border:1px solid var(--line);border-radius:18px;padding:12px 16px;display:grid;grid-template-columns:36px auto;column-gap:9px;align-items:center;animation:float 4s ease-in-out infinite}.float-tag span{grid-row:1/3;font-size:25px}.float-tag b{font-size:13px}.float-tag small{font-size:10px;color:var(--muted)}.tag-top{top:70px;right:0}.tag-bottom{bottom:80px;left:0;animation-delay:-2s}.mini-bee{position:absolute;font-size:30px;filter:drop-shadow(0 8px 10px rgba(0,0,0,.15));animation:bee 8s infinite linear}.bee-a{top:25%;left:4%}.bee-b{bottom:18%;right:9%;animation-delay:-4s}.floating-orb{position:absolute;border-radius:50%;filter:blur(3px);z-index:-2}.orb-one{width:260px;height:260px;left:-110px;top:18%;background:rgba(83,199,239,.22)}.orb-two{width:180px;height:180px;right:2%;bottom:-60px;background:rgba(246,173,19,.22)}.orb-three{width:90px;height:90px;left:45%;top:10%;background:rgba(239,109,25,.15)}.scroll-cue{position:absolute;bottom:22px;right:50%;transform:translateX(50%);font-size:10px;color:var(--muted);display:flex;align-items:center;gap:9px}.scroll-cue span{width:26px;height:40px;border:1px solid var(--line);border-radius:20px;position:relative}.scroll-cue span:after{content:"";width:3px;height:7px;background:var(--primary);position:absolute;top:8px;right:10px;border-radius:9px;animation:scroll 1.6s infinite}.trust-bar{background:var(--surface);border-block:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:24px 0}.trust-grid article{display:flex;align-items:center;justify-content:center;gap:12px;border-left:1px solid var(--line)}.trust-grid article:last-child{border-left:0}.trust-grid article>span{width:42px;height:42px;border-radius:14px;background:var(--surface-2);display:grid;place-items:center;color:var(--orange);font-weight:900}.trust-grid b,.trust-grid small{display:block}.trust-grid b{font-size:13px}.trust-grid small{font-size:10px;color:var(--muted);margin-top:3px}.section{padding:110px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section-head h2,.why h2,.newsletter h2{font-size:clamp(32px,4vw,54px);line-height:1.25;margin:8px 0 0}.section-head>a{font-size:13px;font-weight:900;color:var(--orange)}.category-banner{display:grid;grid-template-columns:1.15fr .925fr .925fr;gap:18px}.category-card{height:450px;border-radius:var(--radius);overflow:hidden;position:relative;color:#fff}.cat-image,.cat-overlay{position:absolute;inset:0}.cat-image{background-size:cover;background-position:center;transition:transform .7s}.cat-overlay{background:linear-gradient(to top,rgba(10,8,4,.85),rgba(10,8,4,.05) 70%)}.category-card:hover .cat-image{transform:scale(1.08)}.cat-copy{position:absolute;right:28px;left:28px;bottom:26px}.cat-copy>span{font-size:11px;opacity:.6}.cat-copy h3{font-size:27px;margin:5px 0}.cat-copy p{font-size:13px;line-height:1.8;opacity:.76;margin:0 0 14px}.cat-copy b{font-size:12px}.promo-wrap{padding-top:0}.promo-banner{min-height:330px;border-radius:36px;background:linear-gradient(120deg,#ffcf56,#f29b0b 64%,#ed7118);position:relative;overflow:hidden;padding:55px 65px;display:flex;align-items:center;color:#1e1406}.promo-pattern{position:absolute;inset:0;opacity:.13;background-image:radial-gradient(circle,#000 1px,transparent 1px);background-size:16px 16px}.promo-copy{position:relative;z-index:2;max-width:540px}.promo-copy>span{font-size:12px;font-weight:900}.promo-copy h2{font-size:45px;margin:7px 0}.promo-copy p{margin-bottom:24px}.promo-number{position:absolute;left:37%;top:52%;transform:translate(-50%,-50%) rotate(-8deg);width:120px;height:120px;border-radius:50%;background:#17130d;color:#fff;display:grid;place-items:center;align-content:center;border:5px solid rgba(255,255,255,.55)}.promo-number b{font-size:31px}.promo-number small{font-size:12px}.promo-emoji{font-size:170px;position:absolute;left:4%;bottom:-40px;transform:rotate(-12deg);filter:drop-shadow(0 24px 20px rgba(85,40,0,.2))}.products{background:var(--surface)}.filter-pills{display:flex;gap:8px}.filter-pills button{border:1px solid var(--line);background:transparent;color:var(--muted);border-radius:99px;padding:9px 16px;cursor:pointer}.filter-pills button.active{background:var(--text);color:var(--bg)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:var(--bg);border:1px solid var(--line);border-radius:24px;padding:10px;position:relative;transition:.25s}.product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.product-img{aspect-ratio:1;background-size:cover;background-position:center;border-radius:18px}.product-copy{padding:16px 10px 10px}.product-copy small{color:var(--orange);font-weight:800}.product-copy h3{font-size:16px;margin:7px 0}.rating{font-size:11px;color:#f6a500}.rating span{color:var(--muted)}.price{display:flex;align-items:center;gap:8px;margin-top:14px}.price b{font-size:17px}.price del{font-size:11px;color:var(--muted)}.add{margin-right:auto;width:38px;height:38px;border:0;border-radius:12px;background:var(--text);color:var(--bg);font-size:22px;cursor:pointer}.wish{position:absolute;top:20px;left:20px;z-index:2;border:0;background:rgba(255,255,255,.83);width:36px;height:36px;border-radius:50%;font-size:20px;cursor:pointer}.badge{position:absolute;top:20px;right:20px;z-index:2;background:#17130d;color:#fff;padding:6px 10px;border-radius:8px;font-size:9px;font-weight:900}.badge.new{background:#2e9b5d}.badge.sale{background:#df4e2d}.why-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.why-visual{min-height:620px;position:relative}.why-visual img{position:absolute;width:84%;height:92%;object-fit:cover;border-radius:40% 40% 25px 25px;right:8%;bottom:0;box-shadow:var(--shadow)}.blob{position:absolute;width:80%;height:78%;border-radius:50%;background:var(--surface-2);top:0;right:0}.quality-stamp{position:absolute;left:0;bottom:60px;width:130px;height:130px;border-radius:50%;background:var(--primary);display:grid;place-items:center;align-content:center;font-size:28px;font-weight:900;box-shadow:0 18px 35px rgba(246,173,19,.3);border:8px solid var(--bg)}.quality-stamp span{display:block;font-size:12px}.why-content>p{font-size:15px;line-height:2;color:var(--muted)}.why-list>div{display:flex;gap:18px;padding:20px 0;border-bottom:1px solid var(--line)}.why-list>div>span{font-size:11px;color:var(--orange);font-weight:900}.why-list h3{font-size:16px;margin:0}.why-list p{font-size:12px;color:var(--muted);margin:5px 0}.newsletter{padding-top:20px}.newsletter-box{background:var(--text);color:var(--bg);border-radius:36px;padding:55px 60px;display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:50px}.newsletter-box .kicker{color:var(--primary)}.newsletter-box h2{font-size:36px}.newsletter-box p{color:color-mix(in srgb,var(--bg) 65%,transparent)}.newsletter form{display:grid;grid-template-columns:1fr auto;background:var(--bg);padding:7px;border-radius:16px;position:relative}.newsletter input{border:0;outline:0;background:transparent;padding:0 15px;color:var(--text)}.newsletter button{border:0;border-radius:12px;background:var(--primary);padding:14px 20px;font-weight:900;cursor:pointer}.newsletter form small{position:absolute;bottom:-28px;right:8px;color:#78d68d;display:none}.newsletter form.success small{display:block}footer{padding:70px 0 25px;background:#0c0b09;color:#f8f2e7}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:55px}.footer-brand p{font-size:12px;line-height:2;color:#9f9789;max-width:300px}.footer-grid h4{margin:0 0 18px}.footer-grid>div>a:not(.brand),.footer-grid>div>p{display:block;color:#9f9789;font-size:12px;margin:10px 0}.footer-bottom{margin-top:50px;padding-top:22px;border-top:1px solid rgba(255,255,255,.09);display:flex;justify-content:space-between;font-size:10px;color:#817a70}.whatsapp{position:fixed;bottom:22px;left:22px;z-index:40;background:#24c66a;color:white;padding:12px 18px;border-radius:99px;font-size:12px;font-weight:900;box-shadow:0 12px 30px rgba(36,198,106,.3)}.cursor-glow{position:fixed;width:320px;height:320px;border-radius:50%;pointer-events:none;z-index:-1;background:radial-gradient(circle,rgba(246,173,19,.12),transparent 70%);transform:translate(-50%,-50%)}.reveal{opacity:0;transform:translateY(30px);transition:.8s ease}.reveal.show{opacity:1;transform:none}@keyframes shine{0%,20%{transform:translateX(-45%) rotate(10deg)}55%,100%{transform:translateX(45%) rotate(10deg)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes float{50%{transform:translateY(-12px)}}@keyframes bee{0%{transform:translate(0,0) rotate(0)}25%{transform:translate(25px,-30px) rotate(10deg)}50%{transform:translate(60px,10px) rotate(-8deg)}75%{transform:translate(20px,35px) rotate(12deg)}100%{transform:translate(0,0) rotate(0)}}@keyframes scroll{to{transform:translateY(14px);opacity:0}}
@media(max-width:980px){.desktop-nav{display:none}.menu-btn{display:block}.mobile-panel{position:absolute;top:82px;right:20px;left:20px;background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:10px;box-shadow:var(--shadow)}.mobile-panel.open{display:grid}.mobile-panel a{padding:13px 15px;border-radius:12px;font-weight:800;font-size:13px}.mobile-panel a:hover{background:var(--surface-2)}.hero-layout{grid-template-columns:1fr;padding-top:55px}.hero-content{text-align:center}.hero-content>p{margin-inline:auto}.hero-actions,.hero-stats{justify-content:center}.hero-visual{min-height:520px}.category-banner{grid-template-columns:1fr 1fr}.category-card:first-child{grid-column:1/-1;height:380px}.products-grid{grid-template-columns:1fr 1fr}.why-layout{grid-template-columns:1fr;gap:50px}.why-visual{min-height:560px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid article{padding:12px}.newsletter-box{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.promo-number{left:23%}.promo-emoji{opacity:.42}}
@media(max-width:640px){.container{width:min(100% - 24px,1180px)}.top-strip{display:none}.nav-wrap{height:70px}.site-header .brand-copy{display:none}.cart-btn span{display:none}.hero{min-height:auto}.hero-layout{padding:45px 0 70px;gap:10px}.hero h1{font-size:46px;letter-spacing:-2px}.hero-content>p{font-size:14px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-stats{gap:17px}.hero-stats strong{font-size:20px}.hero-visual{min-height:390px}.hero-card{border-radius:28px}.visual-ring.ring-a{width:360px;height:360px}.visual-ring.ring-b{width:300px;height:300px}.float-tag{padding:9px 11px}.tag-top{top:35px}.tag-bottom{bottom:35px}.mini-bee{display:none}.scroll-cue{display:none}.trust-grid{grid-template-columns:1fr}.trust-grid article{justify-content:flex-start;border-left:0;border-bottom:1px solid var(--line)}.trust-grid article:last-child{border-bottom:0}.section{padding:75px 0}.section-head{align-items:flex-start;gap:20px}.section-head h2,.why h2{font-size:34px}.section-head>a{display:none}.category-banner{grid-template-columns:1fr}.category-card,.category-card:first-child{grid-column:auto;height:330px}.promo-banner{padding:38px 26px;min-height:430px;align-items:flex-start}.promo-copy h2{font-size:35px}.promo-number{left:30px;top:auto;bottom:25px;transform:rotate(-8deg)}.promo-emoji{font-size:125px;left:10%;bottom:-25px;opacity:.8}.products-grid{grid-template-columns:1fr}.filter-pills{display:none}.why-visual{min-height:440px}.quality-stamp{width:105px;height:105px;font-size:23px}.newsletter-box{padding:36px 24px}.newsletter-box h2{font-size:29px}.newsletter form{grid-template-columns:1fr}.newsletter button{margin-top:7px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:9px}.cursor-glow{display:none}}


/* Bee cursor + honey click effect */
@media (pointer:fine){
  body,
  a,
  button,
  .btn,
  .icon-btn,
  .cart-btn,
  .menu-btn,
  .add,
  .wish,
  .filter-pills button,
  .category-card,
  .product-card,
  .promo-banner,
  .whatsapp{
    cursor:none !important;
  }
}
.bee-cursor{position:fixed;top:0;left:0;width:42px;height:32px;pointer-events:none;z-index:120;transform:translate(-50%,-50%) rotate(-8deg);display:none;filter:drop-shadow(0 12px 12px rgba(58,36,8,.22));}
.bee-body,.bee-head,.bee-wing,.bee-stinger{position:absolute;display:block}
.bee-body{width:24px;height:18px;left:10px;top:8px;border-radius:999px;background:repeating-linear-gradient(90deg,#f5c943 0 6px,#433115 6px 10px,#f5c943 10px 16px,#433115 16px 19px,#f5c943 19px 24px)}
.bee-head{width:12px;height:12px;left:4px;top:11px;border-radius:50%;background:#2f2618}
.bee-head::before,.bee-head::after{content:"";position:absolute;top:1px;width:2px;height:7px;background:#2f2618;border-radius:8px}
.bee-head::before{left:1px;transform:rotate(-35deg);transform-origin:bottom}
.bee-head::after{right:1px;transform:rotate(35deg);transform-origin:bottom}
.bee-head i{display:none}
.bee-wing{width:14px;height:12px;top:3px;border-radius:50% 55% 40% 45%;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.55);backdrop-filter:blur(2px);animation:wingBeat .18s infinite ease-in-out}
.bee-wing::after{content:"";position:absolute;inset:2px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.85),rgba(208,242,255,.35))}
.wing-left{left:13px;transform-origin:bottom right}
.wing-right{left:21px;transform-origin:bottom left;animation-delay:-.09s}
.bee-stinger{width:0;height:0;left:32px;top:14px;border-style:solid;border-width:4px 0 4px 8px;border-color:transparent transparent transparent #2f2618}
.bee-cursor::after{content:"";position:absolute;left:13px;top:25px;width:16px;height:5px;border-radius:50%;background:rgba(78,54,15,.18);filter:blur(2px)}
.bee-cursor.active{display:block;animation:beeFloatCursor 1.1s infinite ease-in-out}
.honey-drop{position:fixed;top:0;left:0;width:18px;height:24px;pointer-events:none;z-index:100;border-radius:65% 65% 82% 82%;background:linear-gradient(180deg,#ffd465 0%,#f6b118 42%,#e98b0c 100%);box-shadow:0 9px 20px rgba(193,120,10,.28), inset 0 2px 6px rgba(255,255,255,.42);transform:translate(-50%,-50%)}
.honey-drop::before{content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%);width:8px;height:12px;border-radius:999px;background:linear-gradient(180deg,rgba(255,222,115,.98),rgba(244,184,32,.95))}
.honey-drop.s1{width:14px;height:18px}
.honey-drop.s2{width:22px;height:28px}
.honey-drop.s3{width:10px;height:14px}
@keyframes wingBeat{0%,100%{transform:rotate(-10deg) translateY(0)}50%{transform:rotate(18deg) translateY(-1px)}}
@keyframes beeFloatCursor{0%,100%{margin-top:0}50%{margin-top:-3px}}
@keyframes honeyFall{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}70%{opacity:1}100%{opacity:0;transform:translate(calc(-50% + var(--drift,0px)),calc(-50% + var(--fall,170px))) scale(.88)}}
@keyframes honeySplash{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}100%{opacity:0;transform:translate(calc(-50% + var(--drift,0px)),calc(-50% + var(--fall,150px))) scale(.35)}}
@media (pointer:fine){.bee-cursor.active{display:block}}
@media (pointer:coarse){.bee-cursor{display:none !important}}
