:root{--wine:#760c19;--red:#a50e21;--gold:#d9a23b;--cream:#fff8eb;--ink:#241510;--muted:#74635e;--card:#fff;--line:rgba(80,35,25,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fffaf3;color:var(--ink);font-family:Manrope,Tajawal,sans-serif;overflow-x:hidden}body.rtl{font-family:'Tajawal',Manrope,sans-serif}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:fixed;z-index:50;top:0;left:0;width:100%;transition:.3s}.site-header.scrolled{background:rgba(255,250,243,.9);backdrop-filter:blur(18px);box-shadow:0 8px 30px rgba(56,20,15,.08)}.nav-wrap{height:88px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:var(--wine)}.crown{font-size:30px;color:var(--gold);transform:translateY(-3px)}.brand-copy{display:flex;align-items:flex-end;gap:5px}.brand-copy strong{font:700 34px/1 'Cormorant Garamond',serif;font-style:italic}.brand-copy small{font:800 10px/1 Manrope;letter-spacing:1.5px;margin-bottom:5px}.desktop-nav{display:flex;gap:32px}.desktop-nav a,.mobile-menu a{color:var(--ink);text-decoration:none;font-size:14px;font-weight:700;position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--red);transition:.25s}.desktop-nav a:hover:after{right:0}.nav-actions{display:flex;gap:10px;align-items:center}.lang-btn,.menu-btn{border:0;background:transparent;font-weight:800;cursor:pointer}.lang-btn{width:42px;height:42px;border:1px solid var(--line);border-radius:50%}.menu-btn{display:none;width:42px;height:42px}.menu-btn span{display:block;width:22px;height:2px;background:var(--ink);margin:6px auto}.pill-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:100px;padding:14px 22px;text-decoration:none;font-size:13px;font-weight:800;border:1px solid transparent;cursor:pointer}.pill-btn.ghost{border-color:var(--line);color:var(--ink)}.pill-btn.primary{background:linear-gradient(135deg,var(--wine),#b1172b);color:#fff;box-shadow:0 14px 30px rgba(118,12,25,.24)}.pill-btn.dark{background:var(--ink);color:#fff}.pill-btn.light{background:#fff;color:var(--wine)}.mobile-menu{display:none}.hero{min-height:920px;padding-top:88px;position:relative;overflow:hidden;background:radial-gradient(circle at 15% 20%,#fff 0,#fffaf3 35%,#fbe9d4 100%)}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(118,12,25,.12) 1px,transparent 1px);background-size:24px 24px;mask-image:linear-gradient(to right,#000,transparent 65%);opacity:.25}.hero-grid{min-height:760px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:30px;position:relative;z-index:2}.eyebrow{font-size:11px;letter-spacing:2.5px;font-weight:800;color:var(--red)}h1,h2{font-family:'Cormorant Garamond',Tajawal,serif;margin:0}h1{font-size:clamp(64px,7vw,105px);line-height:.84;letter-spacing:-4px;margin:22px 0 26px}h1 em{color:var(--red);font-weight:600}.hero-copy>p{max-width:580px;font-size:17px;line-height:1.8;color:var(--muted)}.hero-actions{display:flex;gap:20px;align-items:center;margin:32px 0}.play-btn{border:0;background:transparent;display:flex;gap:10px;align-items:center;cursor:pointer;color:var(--ink)}.play-btn span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 8px 22px rgba(0,0,0,.08);font-size:11px}.hero-stats{display:flex;gap:44px;margin-top:45px}.hero-stats div{display:grid;gap:2px}.hero-stats strong{font-size:28px;color:var(--wine)}.hero-stats span{font-size:11px;color:var(--muted)}.hero-stage{height:680px;position:relative}.sunburst{position:absolute;width:560px;height:560px;border-radius:50%;top:55px;left:50%;transform:translateX(-50%);background:repeating-conic-gradient(from 0deg,rgba(217,162,59,.16) 0 8deg,transparent 8deg 18deg);animation:spin 40s linear infinite}.pack{position:absolute;filter:drop-shadow(0 28px 35px rgba(76,18,16,.22));transition:.2s}.pack img{width:100%;display:block;border-radius:10px}.pack-main{width:390px;left:30%;top:95px;z-index:3;animation:float 6s ease-in-out infinite}.pack-back{width:260px;left:1%;top:185px;transform:rotate(-8deg);z-index:1;animation:float 7s ease-in-out infinite reverse}.pack-side{width:260px;right:-2%;top:205px;transform:rotate(8deg);z-index:2;animation:float 8s ease-in-out infinite}.float-tag{position:absolute;z-index:5;background:rgba(255,255,255,.82);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.8);padding:12px 18px;border-radius:100px;font-size:11px;font-weight:800;box-shadow:0 10px 30px rgba(80,20,10,.12)}.tag-one{left:9%;top:120px}.tag-two{right:5%;bottom:110px}.hero-orb{position:absolute;border-radius:50%;filter:blur(1px)}.orb-one{width:280px;height:280px;background:rgba(255,157,72,.18);right:-60px;top:120px}.orb-two{width:200px;height:200px;background:rgba(157,11,38,.12);left:-80px;bottom:100px}.marquee{position:absolute;bottom:0;width:100%;background:var(--wine);color:#fff;white-space:nowrap;overflow:hidden;transform:rotate(-1.3deg) scale(1.02)}.marquee div{display:inline-block;padding:18px 0;font:700 18px 'Cormorant Garamond';letter-spacing:3px;animation:marquee 20s linear infinite}.marquee i{color:var(--gold);padding:0 24px}.section{padding:120px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:48px}.section-head h2,.world-copy h2,.innovation-copy h2{font-size:clamp(48px,6vw,76px);line-height:.95;letter-spacing:-2px;margin-top:12px}.section-head>p{max-width:470px;line-height:1.8;color:var(--muted)}.category-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:34px}.category-tabs button{border:1px solid var(--line);background:#fff;padding:10px 18px;border-radius:100px;font-weight:700;cursor:pointer}.category-tabs button.active{background:var(--wine);color:#fff;border-color:var(--wine)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{position:relative;background:#fff;border-radius:26px;overflow:hidden;box-shadow:0 8px 30px rgba(71,30,23,.06);transition:.35s;border:1px solid rgba(95,51,39,.08)}.product-card:hover{transform:translateY(-10px);box-shadow:0 24px 45px rgba(71,30,23,.14)}.product-image{aspect-ratio:1/1;background:linear-gradient(145deg,#fff,#f8efe6);overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;transition:.5s}.product-card:hover img{transform:scale(1.05)}.product-info{padding:18px 18px 22px}.product-info small{font-size:10px;color:var(--red);font-weight:800;letter-spacing:1.5px}.product-info h3{font:700 24px/1.1 'Cormorant Garamond',Tajawal,serif;margin:7px 0}.product-info p{margin:0;color:var(--muted);font-size:12px}.product-arrow{position:absolute;right:16px;bottom:18px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line)}.center{text-align:center;margin-top:42px}.world{background:#f5eadc}.world-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.world-media{position:relative}.world-image{background:#fff;border-radius:40px;overflow:hidden;transform:rotate(-2deg);box-shadow:0 35px 70px rgba(70,28,18,.17)}.world-image img{width:100%;display:block}.round-seal{position:absolute;right:-42px;bottom:45px;width:135px;height:135px;border-radius:50%;background:var(--wine);color:#fff;display:grid;place-items:center;text-align:center;border:8px solid #f5eadc}.round-seal span{position:absolute;font-size:8px;letter-spacing:2px;top:19px}.round-seal b{font:700 24px/1 'Cormorant Garamond'}.world-copy>p,.innovation-copy>p{font-size:16px;line-height:1.9;color:var(--muted)}.feature-list{display:grid;margin-top:36px}.feature-list article{display:flex;gap:18px;padding:22px 0;border-top:1px solid rgba(90,45,33,.15)}.feature-list article>span{font:700 24px 'Cormorant Garamond';color:var(--gold)}.feature-list h3{margin:0 0 5px}.feature-list p{margin:0;color:var(--muted);font-size:13px}.recipe-section{background:#fff}.recipe-card{min-height:560px;border-radius:42px;background:linear-gradient(135deg,#670c18,#a40f25);color:#fff;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;position:relative}.recipe-card:before{content:"";position:absolute;width:500px;height:500px;border:1px solid rgba(255,255,255,.12);border-radius:50%;left:-160px;top:-180px}.recipe-copy{padding:80px;align-self:center;position:relative;z-index:2}.recipe-copy .eyebrow{color:#f5c867}.recipe-copy h2{font-size:clamp(48px,5vw,72px);line-height:.95;margin:14px 0 22px}.recipe-copy p{color:rgba(255,255,255,.74);line-height:1.8;margin-bottom:28px}.recipe-visual{position:relative;display:flex;align-items:flex-end;justify-content:center}.recipe-visual img{width:82%;filter:drop-shadow(0 35px 30px rgba(31,0,2,.35));transform:rotate(4deg) translateY(35px)}.recipe-bubble{position:absolute;right:35px;top:55px;background:#fff;color:var(--wine);padding:16px 20px;border-radius:100px;font-size:12px;font-weight:800}.innovation{background:#181211;color:#fff}.innovation-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.innovation-copy .eyebrow{color:#f5c867}.innovation-copy p{color:#baa9a4}.roadmap{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}.roadmap span{padding:9px 13px;border:1px solid rgba(255,255,255,.15);border-radius:100px;font-size:10px}.roadmap span.active{background:#f5c867;color:#2e1b13;border-color:#f5c867}.dashboard-mock{background:#f4f0eb;border-radius:24px;padding:10px;color:#201814;box-shadow:0 45px 90px rgba(0,0,0,.35);transform:perspective(1200px) rotateY(-4deg)}.dash-top{height:35px;background:#fff;border-radius:16px 16px 6px 6px;display:flex;align-items:center;gap:6px;padding:0 12px}.dash-top i{width:7px;height:7px;border-radius:50%;background:#d9ccc4}.dash-top b{font-size:9px;margin-left:10px}.dash-body{display:grid;grid-template-columns:125px 1fr;min-height:390px}.dash-body aside{background:#53101a;color:#fff;border-radius:8px;padding:22px 14px;display:flex;flex-direction:column;gap:20px;font-size:9px}.dash-body aside strong{font:700 28px 'Cormorant Garamond';color:#f5c867;margin-bottom:8px}.dash-main{padding:25px}.dash-title{display:flex;justify-content:space-between;align-items:center}.dash-title small{font-size:7px;color:#9a8580}.dash-title h3{margin:4px 0;font-size:16px}.dash-title button{border:0;background:#761220;color:#fff;border-radius:6px;padding:9px 11px;font-size:8px}.dash-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:25px 0}.dash-cards article{background:#fff;border-radius:10px;padding:13px;display:grid;gap:5px}.dash-cards small{font-size:7px;color:#8d7a74}.dash-cards strong{font-size:22px}.dash-cards em{font-size:6px;color:#338164}.dash-chart{height:170px;background:#fff;border-radius:12px;padding:25px}.bars{height:100%;display:flex;align-items:flex-end;gap:11px}.bars i{flex:1;background:linear-gradient(#d79c43,#75101e);border-radius:5px 5px 0 0}.coming{background:#fffaf3}.coming-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.coming-grid article{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;min-height:220px;transition:.3s}.coming-grid article:hover{background:var(--wine);color:#fff;transform:translateY(-8px)}.coming-grid article span{font-size:36px}.coming-grid h3{font:700 28px 'Cormorant Garamond',Tajawal,serif}.coming-grid p{font-size:13px;line-height:1.7;color:var(--muted)}.coming-grid article:hover p{color:rgba(255,255,255,.7)}.newsletter{padding:70px 0;background:#e5b04c}.newsletter-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}.newsletter h2{font-size:46px;line-height:1;margin-top:10px}.newsletter form{display:flex;background:#fff;border-radius:100px;padding:6px;min-width:420px}.newsletter input{flex:1;border:0;outline:0;padding:0 20px;background:transparent}.newsletter button{border:0;border-radius:100px;background:var(--wine);color:#fff;padding:15px 24px;font-weight:800;cursor:pointer}footer{background:#100c0b;color:#fff;padding:75px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:55px}.footer-brand{color:#fff}.footer-grid p{max-width:320px;color:#8f817c;line-height:1.7}.footer-grid h4{color:#e8b94f;font-size:12px;letter-spacing:1px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:12px}.footer-grid a{color:#c9bdb9;text-decoration:none;font-size:12px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:50px;padding-top:20px;display:flex;justify-content:space-between;color:#716661;font-size:10px}.modal{position:fixed;inset:0;background:rgba(20,8,5,.65);backdrop-filter:blur(10px);z-index:100;display:grid;place-items:center;opacity:0;pointer-events:none;transition:.3s}.modal.open{opacity:1;pointer-events:auto}.modal-card{width:min(620px,calc(100% - 36px));background:#fff8eb;border-radius:30px;padding:60px;position:relative}.modal-card button{position:absolute;right:22px;top:16px;border:0;background:transparent;font-size:30px;cursor:pointer}.modal-card h2{font-size:55px;line-height:1;margin:15px 0}.modal-card p{line-height:1.8;color:var(--muted)}.toast{position:fixed;right:20px;bottom:20px;background:var(--ink);color:#fff;padding:15px 20px;border-radius:12px;font-size:12px;z-index:120;transform:translateY(100px);transition:.3s}.toast.show{transform:none}.reveal{opacity:0;transform:translateY(25px);transition:.8s ease}.reveal.visible{opacity:1;transform:none}.cursor-glow{position:fixed;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(217,162,59,.13),transparent 70%);pointer-events:none;z-index:1;transform:translate(-50%,-50%)}body.rtl .desktop-nav,body.rtl .nav-actions,body.rtl .hero-actions,body.rtl .hero-stats{direction:rtl}body.rtl .product-arrow{right:auto;left:16px}body.rtl .dash-top b{margin-left:0;margin-right:10px}@keyframes spin{to{transform:translateX(-50%) rotate(360deg)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes marquee{to{transform:translateX(-50%)}}@media(max-width:980px){.desktop-nav,.nav-actions .ghost{display:none}.menu-btn{display:block}.mobile-menu{position:absolute;top:80px;left:20px;right:20px;background:#fff;border-radius:20px;padding:20px;box-shadow:0 20px 50px rgba(0,0,0,.12);flex-direction:column;gap:18px}.mobile-menu.open{display:flex}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;padding:90px 0 80px}.hero-copy{text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-stats{justify-content:center}.hero-stage{height:620px}.product-grid{grid-template-columns:repeat(2,1fr)}.world-grid,.innovation-grid{grid-template-columns:1fr}.recipe-card{grid-template-columns:1fr}.recipe-visual{min-height:420px}.coming-grid{grid-template-columns:repeat(2,1fr)}.newsletter-inner{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.container{width:min(100% - 24px,1180px)}.nav-wrap{height:72px}.brand-copy strong{font-size:28px}.crown{font-size:24px}.hero{padding-top:72px}.hero-grid{padding-top:65px}.hero-copy{text-align:left}.rtl .hero-copy{text-align:right}h1{font-size:58px;letter-spacing:-2px}.hero-actions{align-items:stretch;flex-direction:column}.hero-stats{gap:20px;justify-content:space-between}.hero-stage{height:430px;margin-top:20px}.sunburst{width:390px;height:390px}.pack-main{width:250px;left:26%;top:80px}.pack-back{width:165px;top:140px}.pack-side{width:160px;top:150px}.float-tag{font-size:9px}.tag-one{top:50px}.tag-two{bottom:45px}.section{padding:80px 0}.section-head{display:block}.section-head h2,.world-copy h2,.innovation-copy h2{font-size:50px}.section-head>p{margin-top:20px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-info{padding:14px}.product-info h3{font-size:20px}.product-arrow{display:none}.world-grid{gap:55px}.round-seal{right:5px;bottom:-28px;width:105px;height:105px}.recipe-copy{padding:45px 28px}.recipe-copy h2{font-size:47px}.recipe-visual{min-height:300px}.recipe-visual img{width:90%}.dashboard-mock{transform:none}.dash-body{grid-template-columns:70px 1fr}.dash-body aside{padding:15px 8px}.dash-main{padding:14px}.dash-cards{grid-template-columns:1fr}.dash-cards article:nth-child(n+2){display:none}.coming-grid{grid-template-columns:1fr}.newsletter form{min-width:0;width:100%}.newsletter h2{font-size:38px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:block;line-height:2}.cursor-glow{display:none}}
/* V2.1 upgrades */
.mega-trigger{position:relative}.mega-trigger>a{display:block}.mega-menu{position:absolute;top:42px;left:50%;transform:translateX(-50%) translateY(12px);width:760px;padding:24px;border-radius:24px;background:rgba(255,255,255,.98);box-shadow:0 24px 70px rgba(57,20,13,.18);display:grid;grid-template-columns:1fr 1fr 1.35fr;gap:20px;opacity:0;visibility:hidden;transition:.25s;z-index:30;border:1px solid rgba(140,86,35,.12)}.mega-trigger:hover .mega-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.mega-menu div{display:grid;gap:9px;align-content:start}.mega-menu b{font-size:12px;letter-spacing:.1em;color:#8d221d}.mega-menu a{font-size:13px;color:#3d2b29}.mega-promo{background:linear-gradient(135deg,#7f1717,#b32b21);color:#fff;padding:20px;border-radius:18px}.mega-promo small{color:#f7cc72}.mega-promo strong{font-family:'Cormorant Garamond',serif;font-size:25px;line-height:1.05}.mega-promo span{font-size:12px;opacity:.8}.nav-search button{width:38px;height:38px;border-radius:50%;border:1px solid rgba(80,45,30,.14);background:#fff;font-size:22px;cursor:pointer}.quick-tools{padding:20px 0;background:#fff}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.quick-grid>*{border:1px solid rgba(118,66,35,.12);background:#fff;border-radius:18px;padding:18px;text-align:left;display:grid;grid-template-columns:42px 1fr;column-gap:12px;align-items:center;cursor:pointer;color:inherit;text-decoration:none;transition:.25s}.quick-grid>*:hover{transform:translateY(-3px);box-shadow:0 14px 35px rgba(65,32,23,.08)}.quick-grid span{grid-row:1/3;width:42px;height:42px;border-radius:13px;background:#fff2df;display:grid;place-items:center;color:#9e251e;font-size:20px}.quick-grid b{font-size:14px}.quick-grid small{font-size:11px;opacity:.58}.collection-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center}.catalog-search{position:relative;min-width:260px}.catalog-search input{width:100%;border:1px solid rgba(82,45,31,.16);border-radius:30px;padding:12px 42px 12px 16px;background:#fff}.catalog-search span{position:absolute;right:15px;top:8px;font-size:22px}.future-lines{background:linear-gradient(180deg,#fffaf3,#fff)}.future-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.future-grid article{padding:26px;border-radius:24px;background:#fff;border:1px solid rgba(91,43,28,.1);min-height:230px;display:flex;flex-direction:column}.future-no{font-family:'Cormorant Garamond';font-size:36px;color:#bd8a3d}.future-grid h3{font-size:21px;margin:10px 0}.future-grid p{font-size:13px;line-height:1.7;opacity:.72}.future-grid b{margin-top:auto;font-size:11px;color:#9c221c;text-transform:uppercase;letter-spacing:.08em}.search-overlay,.compare-overlay,.product-modal{position:fixed;inset:0;background:rgba(24,12,10,.72);backdrop-filter:blur(12px);z-index:100;display:none;place-items:center;padding:24px}.search-overlay.open,.compare-overlay.open,.product-modal.open{display:grid}.search-panel,.compare-panel,.product-modal-card{width:min(860px,96vw);max-height:88vh;overflow:auto;background:#fff;border-radius:28px;padding:34px;position:relative}.overlay-close{position:absolute;right:18px;top:14px;border:0;background:#f3ece5;border-radius:50%;width:38px;height:38px;font-size:24px;cursor:pointer}.search-panel h2,.compare-panel h2{font-family:'Cormorant Garamond';font-size:42px;margin:6px 0 22px}.search-panel>input{width:100%;border:1px solid #dacfc7;border-radius:16px;padding:17px;font-size:16px}.search-results{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:18px}.search-item{display:flex;gap:14px;align-items:center;padding:12px;border:1px solid #eee4dd;border-radius:16px;cursor:pointer}.search-item img{width:74px;height:74px;object-fit:contain}.search-item b{display:block}.search-item small{opacity:.6}.compare-selects{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:center}.compare-selects select{padding:14px;border-radius:14px;border:1px solid #dccfc8}.compare-result{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:22px}.compare-card{border:1px solid #eee2da;border-radius:20px;padding:20px;text-align:center}.compare-card img{width:100%;height:260px;object-fit:contain}.compare-card ul{list-style:none;padding:0;text-align:left;font-size:13px;line-height:2}.product-modal-content{display:grid}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.product-detail img{width:100%;max-height:520px;object-fit:contain}.product-detail h2{font-family:'Cormorant Garamond';font-size:44px;margin:6px 0}.detail-badges{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.detail-badges span{font-size:11px;padding:8px 11px;border-radius:20px;background:#fff0d7;color:#81221d}.detail-steps{display:grid;gap:8px}.detail-steps div{padding:12px;border-radius:12px;background:#f8f3ef;font-size:13px}.product-card{cursor:pointer}.product-card:hover .product-arrow{transform:translate(3px,-3px)}
@media(max-width:900px){.mega-menu,.nav-search{display:none}.quick-grid,.future-grid{grid-template-columns:1fr 1fr}.collection-toolbar{align-items:stretch;flex-direction:column}.catalog-search{min-width:100%}.product-detail{grid-template-columns:1fr}.compare-result{grid-template-columns:1fr}}
@media(max-width:600px){.quick-grid,.future-grid,.search-results{grid-template-columns:1fr}.quick-grid>*{padding:14px}.search-panel,.compare-panel,.product-modal-card{padding:26px 18px}.search-panel h2,.compare-panel h2{font-size:32px}.compare-selects{grid-template-columns:1fr}.compare-selects span{text-align:center}.future-grid article{min-height:190px}}


/* V2.2 interactive experience */
.nav-search{display:flex;gap:8px;align-items:center}.nav-search button{position:relative}.nav-search sup{position:absolute;top:-7px;right:-7px;background:#8f1120;color:#fff;border-radius:999px;min-width:18px;height:18px;display:grid;place-items:center;font-size:10px;font-family:Manrope,sans-serif}
.product-card{position:relative}.fav-btn{position:absolute;z-index:4;top:14px;right:14px;width:38px;height:38px;border:1px solid rgba(122,18,30,.15);border-radius:50%;background:rgba(255,255,255,.92);font-size:20px;color:#7a121e;cursor:pointer;transition:.25s}.fav-btn:hover,.fav-btn.active{background:#8f1120;color:#fff;transform:scale(1.06)}.rtl .fav-btn{right:auto;left:14px}
.recipe-finder{background:linear-gradient(145deg,#fffaf1,#f5e8ce)}.finder-shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;padding:28px;border:1px solid rgba(128,83,24,.18);border-radius:28px;background:rgba(255,255,255,.72);box-shadow:0 28px 80px rgba(91,53,9,.1)}.finder-controls{display:grid;gap:14px}.finder-controls label{display:grid;gap:7px;font-weight:700;color:#3e2414}.finder-controls select{appearance:none;width:100%;padding:15px 16px;border-radius:14px;border:1px solid rgba(89,47,13,.18);background:#fff;font:inherit}.finder-result{min-height:320px;border-radius:22px;background:linear-gradient(135deg,#76111c,#be2334);color:#fff;padding:34px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;overflow:hidden;position:relative}.finder-result>span{font-size:42px;color:#efc76d}.finder-result h3{font:700 clamp(28px,4vw,52px)/.95 'Cormorant Garamond',serif;max-width:620px;margin:12px 0}.finder-result p{opacity:.8;max-width:560px}.finder-products{display:flex;gap:12px;margin-top:22px;flex-wrap:wrap}.finder-product{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.12);padding:8px 12px;border-radius:14px}.finder-product img{width:52px;height:52px;object-fit:contain;border-radius:8px;background:#fff}.finder-product b{font-size:13px}
.favorites-drawer{position:fixed;z-index:120;top:0;right:0;height:100vh;width:min(440px,94vw);background:#fff;padding:28px;transform:translateX(105%);transition:.35s cubic-bezier(.2,.8,.2,1);box-shadow:-20px 0 70px rgba(39,16,6,.22);display:flex;flex-direction:column}.favorites-drawer.open{transform:none}.rtl .favorites-drawer{right:auto;left:0;transform:translateX(-105%)}.rtl .favorites-drawer.open{transform:none}.favorites-head{display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid #eee;padding-bottom:18px}.favorites-head h2{font:700 36px 'Cormorant Garamond',serif;margin:3px 0}.favorites-head button{border:0;background:none;font-size:30px;cursor:pointer}.favorites-list{display:grid;gap:12px;overflow:auto;flex:1;padding:20px 0}.favorite-item{display:grid;grid-template-columns:78px 1fr auto;gap:12px;align-items:center;padding:10px;border:1px solid #eee;border-radius:16px}.favorite-item img{width:78px;height:78px;object-fit:contain;background:#faf7f2;border-radius:12px}.favorite-item b{display:block}.favorite-item small{opacity:.55}.favorite-item button{border:0;background:none;font-size:22px;cursor:pointer;color:#9a1f2d}.favorites-empty{text-align:center;padding:60px 20px;color:#88756c}.favorites-empty span{font-size:50px;display:block}.drawer-backdrop{position:fixed;z-index:115;inset:0;background:rgba(24,11,5,.42);opacity:0;pointer-events:none;transition:.3s}.drawer-backdrop.open{opacity:1;pointer-events:auto}
.product-tabs{display:flex;gap:8px;margin:20px 0 15px;flex-wrap:wrap}.product-tabs button{border:1px solid rgba(90,40,20,.15);background:#fff;padding:9px 14px;border-radius:999px;cursor:pointer;font-weight:700}.product-tabs button.active{background:#71121d;color:#fff}.product-tab-panel{padding:15px 0;min-height:150px}.product-tab-panel ul{padding-inline-start:20px;line-height:1.9}.download-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.download-cards a{border:1px solid #eee;padding:14px;border-radius:12px;text-align:center;font-weight:700;background:#faf8f4}
@media(max-width:780px){.finder-shell{grid-template-columns:1fr;padding:16px}.finder-result{min-height:290px;padding:24px}.download-cards{grid-template-columns:1fr}.nav-search #favoritesOpen{display:grid}}

/* =========================================================
   V2.3 — DARK-FIRST THEME SYSTEM
   Dark is the default. Light can be selected from the header.
   ========================================================= */
:root{
  color-scheme:dark;
  --bg:#120c0d;
  --bg-soft:#191112;
  --surface:#211718;
  --surface-2:#2a1d1f;
  --surface-3:#342326;
  --text:#fff7ee;
  --text-soft:#c9b9b2;
  --theme-line:rgba(255,255,255,.11);
  --theme-shadow:0 24px 70px rgba(0,0,0,.32)
}
html[data-theme="light"]{
  color-scheme:light;
  --bg:#fffaf3;
  --bg-soft:#f5eadc;
  --surface:#fff;
  --surface-2:#fff8eb;
  --surface-3:#f5eadc;
  --text:#241510;
  --text-soft:#74635e;
  --theme-line:rgba(80,35,25,.12);
  --theme-shadow:0 24px 60px rgba(71,30,23,.13)
}
body{background:var(--bg);color:var(--text);transition:background-color .35s ease,color .35s ease}
body,.site-header,.hero,.section,.quick-tools,.product-card,.world,.recipe-section,.coming,.future-lines,.newsletter,footer,.search-panel,.compare-panel,.product-modal-card,.favorites-drawer,.finder-shell,.finder-result,.category-tabs button,.catalog-search,.catalog-search input,.finder-controls label,.finder-controls select,.nav-search button,.lang-btn,.pill-btn.ghost,.float-tag,.play-btn span{transition:background-color .35s ease,color .35s ease,border-color .35s ease,box-shadow .35s ease}
html:not([data-theme="light"]) .site-header.scrolled{background:rgba(18,12,13,.84);box-shadow:0 8px 35px rgba(0,0,0,.28);border-bottom:1px solid var(--theme-line)}
html:not([data-theme="light"]) .brand,html:not([data-theme="light"]) .desktop-nav a,html:not([data-theme="light"]) .mobile-menu a,html:not([data-theme="light"]) .play-btn,html:not([data-theme="light"]) .pill-btn.ghost{color:var(--text)}
html:not([data-theme="light"]) .lang-btn,html:not([data-theme="light"]) .pill-btn.ghost{border-color:var(--theme-line);color:var(--text)}
html:not([data-theme="light"]) .menu-btn span{background:var(--text)}
html:not([data-theme="light"]) .hero{background:radial-gradient(circle at 15% 18%,#321c21 0,#1a1012 38%,#0e090a 100%)}
html:not([data-theme="light"]) .hero:before{background-image:radial-gradient(rgba(255,214,143,.16) 1px,transparent 1px);opacity:.28}
html:not([data-theme="light"]) .hero-copy>p,html:not([data-theme="light"]) .hero-stats span,html:not([data-theme="light"]) .section-head>p,html:not([data-theme="light"]) .world-copy>p,html:not([data-theme="light"]) .innovation-copy>p,html:not([data-theme="light"]) .feature-list p,html:not([data-theme="light"]) .product-info p{color:var(--text-soft)}
html:not([data-theme="light"]) .float-tag{background:rgba(35,22,24,.78);border-color:rgba(255,255,255,.12);color:var(--text);box-shadow:var(--theme-shadow)}
html:not([data-theme="light"]) .play-btn span{background:var(--surface);box-shadow:0 8px 25px rgba(0,0,0,.3)}
html:not([data-theme="light"]) .quick-tools{background:var(--bg-soft);border-color:var(--theme-line)}
html:not([data-theme="light"]) .quick-tools button,html:not([data-theme="light"]) .quick-tools a{color:var(--text);border-color:var(--theme-line)}
html:not([data-theme="light"]) .quick-tools small{color:var(--text-soft)}
html:not([data-theme="light"]) .category-tabs button{background:var(--surface);border-color:var(--theme-line);color:var(--text)}
html:not([data-theme="light"]) .category-tabs button.active{background:linear-gradient(135deg,var(--wine),#b1172b);border-color:transparent;color:#fff}
html:not([data-theme="light"]) .catalog-search{background:var(--surface);border-color:var(--theme-line)}
html:not([data-theme="light"]) .catalog-search input{background:transparent;color:var(--text)}
html:not([data-theme="light"]) .catalog-search input::placeholder,html:not([data-theme="light"]) input::placeholder{color:#907d77}
html:not([data-theme="light"]) .product-card{background:var(--surface);border-color:var(--theme-line);box-shadow:0 10px 35px rgba(0,0,0,.18)}
html:not([data-theme="light"]) .product-card:hover{box-shadow:0 28px 65px rgba(0,0,0,.38)}
html:not([data-theme="light"]) .product-image{background:linear-gradient(145deg,#2d2022,#170f11)}
html:not([data-theme="light"]) .product-arrow{border-color:var(--theme-line);color:var(--text)}
html:not([data-theme="light"]) .world{background:var(--bg-soft)}
html:not([data-theme="light"]) .world-image{background:var(--surface);box-shadow:var(--theme-shadow)}
html:not([data-theme="light"]) .round-seal{border-color:var(--bg-soft)}
html:not([data-theme="light"]) .feature-list article{border-color:var(--theme-line)}
html:not([data-theme="light"]) .recipe-section,html:not([data-theme="light"]) .future-lines,html:not([data-theme="light"]) .coming{background:var(--bg)}
html:not([data-theme="light"]) .recipe-card{box-shadow:0 35px 90px rgba(0,0,0,.38)}
html:not([data-theme="light"]) .recipe-finder{background:var(--bg-soft)}
html:not([data-theme="light"]) .finder-shell{background:var(--surface);border-color:var(--theme-line);box-shadow:var(--theme-shadow)}
html:not([data-theme="light"]) .finder-controls label,html:not([data-theme="light"]) .finder-controls select{background:var(--surface-2);border-color:var(--theme-line);color:var(--text)}
html:not([data-theme="light"]) .finder-result{background:linear-gradient(145deg,#2b1d20,#1a1113);border-color:var(--theme-line);color:var(--text)}
html:not([data-theme="light"]) .finder-result p{color:var(--text-soft)}
html:not([data-theme="light"]) .finder-product{background:var(--surface-3);border-color:var(--theme-line)}
html:not([data-theme="light"]) .future-grid article,html:not([data-theme="light"]) .coming-grid article{background:var(--surface);border-color:var(--theme-line);box-shadow:0 12px 35px rgba(0,0,0,.14)}
html:not([data-theme="light"]) .future-grid p,html:not([data-theme="light"]) .coming-grid p{color:var(--text-soft)}
html:not([data-theme="light"]) .newsletter{background:#0d0809;border-top:1px solid var(--theme-line)}
html:not([data-theme="light"]) .newsletter input{background:var(--surface);border-color:var(--theme-line);color:var(--text)}
html:not([data-theme="light"]) footer{background:#090607;color:var(--text)}
html:not([data-theme="light"]) footer p,html:not([data-theme="light"]) footer a,html:not([data-theme="light"]) .footer-bottom{color:var(--text-soft)}
html:not([data-theme="light"]) .mega-menu{background:rgba(29,18,20,.97);border-color:var(--theme-line);box-shadow:0 30px 80px rgba(0,0,0,.5)}
html:not([data-theme="light"]) .mega-menu b,html:not([data-theme="light"]) .mega-menu a{color:var(--text)}
html:not([data-theme="light"]) .mega-promo{background:linear-gradient(145deg,#46131d,#240e13)}
html:not([data-theme="light"]) .mobile-menu{background:rgba(25,16,18,.98);border-color:var(--theme-line)}
html:not([data-theme="light"]) .search-overlay,html:not([data-theme="light"]) .compare-overlay,html:not([data-theme="light"]) .product-modal,html:not([data-theme="light"]) .drawer-backdrop{background:rgba(4,2,3,.82)}
html:not([data-theme="light"]) .search-panel,html:not([data-theme="light"]) .compare-panel,html:not([data-theme="light"]) .product-modal-card,html:not([data-theme="light"]) .favorites-drawer{background:var(--surface);color:var(--text);border-color:var(--theme-line);box-shadow:0 35px 100px rgba(0,0,0,.55)}
html:not([data-theme="light"]) .search-panel input,html:not([data-theme="light"]) .compare-selects select{background:var(--surface-2);border-color:var(--theme-line);color:var(--text)}
html:not([data-theme="light"]) .search-item,html:not([data-theme="light"]) .compare-card,html:not([data-theme="light"]) .favorite-item,html:not([data-theme="light"]) .product-tab-panel,html:not([data-theme="light"]) .download-cards a{background:var(--surface-2);border-color:var(--theme-line);color:var(--text)}
html:not([data-theme="light"]) .search-item small,html:not([data-theme="light"]) .favorite-item small,html:not([data-theme="light"]) .product-detail>div>p{color:var(--text-soft)}
html:not([data-theme="light"]) .detail-badges span,html:not([data-theme="light"]) .detail-steps div,html:not([data-theme="light"]) .product-tabs button{background:var(--surface-2);border-color:var(--theme-line);color:var(--text)}
html:not([data-theme="light"]) .product-tabs button.active{background:var(--wine);color:#fff}
html:not([data-theme="light"]) .overlay-close,html:not([data-theme="light"]) .favorites-head button{color:var(--text);background:var(--surface-2)}
html:not([data-theme="light"]) .nav-search button{color:var(--text);border-color:var(--theme-line)}

.theme-toggle{height:42px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--theme-line);border-radius:100px;padding:0 13px;background:var(--surface);color:var(--text);font:800 11px Manrope,Tajawal,sans-serif;cursor:pointer;box-shadow:0 8px 25px rgba(0,0,0,.08)}
.theme-toggle:hover{transform:translateY(-1px)}
.theme-icon{font-size:15px;line-height:1}
.mobile-theme-toggle{display:none;width:100%;align-items:center;justify-content:center;gap:10px;margin-top:12px;padding:13px;border:1px solid var(--theme-line);border-radius:14px;background:var(--surface);color:var(--text);font-weight:800;cursor:pointer}
html[data-theme="light"] .theme-toggle{background:#fff;color:var(--ink);border-color:var(--line)}
html[data-theme="light"] .mobile-theme-toggle{background:#fff;color:var(--ink);border-color:var(--line)}
@media(max-width:860px){.theme-toggle .theme-label{display:none}.theme-toggle{width:42px;padding:0;justify-content:center}.mobile-theme-toggle{display:flex}}
@media(max-width:560px){.theme-toggle{display:none}}
@media(prefers-reduced-motion:reduce){body,.site-header,.hero,.section,.product-card{transition:none!important}}

/* V2.4 — Sweet Lab, dual catalog view and refined motion */
.scroll-progress{position:fixed;z-index:9999;left:0;top:0;height:3px;width:0;background:linear-gradient(90deg,var(--gold),#fff0c7);box-shadow:0 0 18px rgba(211,170,92,.55);pointer-events:none}
.catalog-actions{display:flex;align-items:center;gap:10px}.view-switch{display:flex;padding:4px;border:1px solid var(--line);border-radius:999px;background:var(--card)}.view-switch button{width:38px;height:34px;border:0;border-radius:999px;background:transparent;color:var(--muted);cursor:pointer}.view-switch button.active{background:var(--gold);color:#1b1110}
.product-grid.compact{grid-template-columns:1fr}.product-grid.compact .product-card{min-height:150px;display:grid;grid-template-columns:170px 1fr;align-items:center}.product-grid.compact .product-image{height:150px}.product-grid.compact .product-image img{max-height:135px}.product-grid.compact .product-info{padding:24px 34px}.product-grid.compact .product-arrow{right:28px;bottom:50%;transform:translateY(50%)}
.sweet-lab{position:relative;overflow:hidden}.sweet-lab:before{content:"";position:absolute;inset:15% -15% auto auto;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(211,170,92,.16),transparent 70%)}.lab-shell{display:grid;grid-template-columns:1.05fr .95fr;border:1px solid var(--line);border-radius:34px;background:linear-gradient(145deg,var(--card),var(--card-2));overflow:hidden;box-shadow:var(--shadow)}.lab-controls{padding:44px}.lab-step{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:25px 0;border-bottom:1px solid var(--line)}.lab-step:last-child{border:0}.lab-step>span{font-family:"Cormorant Garamond",serif;font-size:26px;color:var(--gold)}.lab-step b{display:block;margin-bottom:14px}.choice-row{display:flex;flex-wrap:wrap;gap:9px}.choice-row button{border:1px solid var(--line);background:transparent;color:var(--text);border-radius:999px;padding:10px 15px;cursor:pointer;transition:.25s}.choice-row button:hover,.choice-row button.active{background:var(--gold);border-color:var(--gold);color:#1b1110;transform:translateY(-2px)}.lab-result{position:relative;min-height:520px;padding:48px;display:grid;align-content:end;overflow:hidden;background:radial-gradient(circle at 50% 32%,rgba(255,255,255,.08),transparent 43%),linear-gradient(160deg,#2a1719,#110b0c)}[data-theme="light"] .lab-result{background:radial-gradient(circle at 50% 32%,#fff,transparent 43%),linear-gradient(160deg,#f4e8df,#ead5c5)}.lab-result img{position:absolute;left:50%;top:47%;transform:translate(-50%,-50%);max-height:330px;max-width:70%;object-fit:contain;filter:drop-shadow(0 35px 35px rgba(0,0,0,.32));transition:.45s cubic-bezier(.2,.7,.2,1)}.lab-result.changing img{opacity:0;transform:translate(-50%,-43%) scale(.88)}.lab-result>div:last-child{position:relative;z-index:2}.lab-result small{color:var(--gold);letter-spacing:.14em;font-weight:800}.lab-result h3{font-family:"Cormorant Garamond",serif;font-size:44px;margin:8px 0}.lab-result p{max-width:440px;color:var(--muted);margin-bottom:20px}.lab-glow{position:absolute;width:260px;height:260px;border-radius:50%;left:50%;top:35%;transform:translate(-50%,-50%);background:var(--gold);filter:blur(90px);opacity:.14}
@media(max-width:850px){.lab-shell{grid-template-columns:1fr}.lab-result{min-height:480px}.catalog-actions{width:100%;justify-content:space-between}.product-grid.compact .product-card{grid-template-columns:120px 1fr}.product-grid.compact .product-image{height:130px}.product-grid.compact .product-info{padding:18px}}
@media(max-width:560px){.lab-controls{padding:24px}.lab-step{grid-template-columns:34px 1fr}.lab-result{padding:28px;min-height:440px}.lab-result h3{font-size:36px}.view-switch{display:none}}


/* V2.5 — Royal Box Builder and B2B selection */
.royal-box{background:linear-gradient(180deg,var(--bg),color-mix(in srgb,var(--accent) 7%,var(--bg)))}
.box-builder{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;padding:34px;border:1px solid var(--line);border-radius:34px;background:var(--card);box-shadow:var(--shadow)}
.box-builder-copy{padding:20px 10px}.builder-kicker{font-size:11px;letter-spacing:.18em;color:var(--gold);font-weight:800}.box-builder h3{font-family:var(--display);font-size:clamp(34px,4vw,56px);line-height:.95;margin:15px 0}.box-builder-copy>p{color:var(--muted);max-width:560px;line-height:1.8}.builder-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:24px 0}.builder-options label{font-size:12px;font-weight:800;color:var(--muted)}.builder-options select{display:block;width:100%;margin-top:8px;border:1px solid var(--line);border-radius:14px;padding:13px 14px;background:var(--surface);color:var(--text);font:inherit}
.royal-box-visual{min-height:430px;border-radius:28px;background:radial-gradient(circle at 50% 20%,rgba(197,150,66,.22),transparent 45%),#1a1011;position:relative;overflow:hidden;padding:35px;display:flex;flex-direction:column;justify-content:center}.box-lid{border:1px solid rgba(255,255,255,.15);border-radius:22px 22px 8px 8px;padding:22px;text-align:center;color:#fff;background:linear-gradient(135deg,#2a181a,#140d0e)}.box-lid span{display:block;color:#d7ad62;font-size:28px}.box-lid b{font-family:var(--display);font-size:28px;letter-spacing:.08em}.box-lid small{display:block;letter-spacing:.2em;font-size:9px;opacity:.62;margin-top:4px}.box-products{height:190px;margin:0 24px;border:1px solid rgba(255,255,255,.1);border-top:0;border-radius:0 0 20px 20px;background:linear-gradient(180deg,#211416,#100a0b);display:flex;align-items:flex-end;justify-content:center;gap:5px;padding:18px;overflow:hidden}.box-products img{width:18%;max-height:145px;object-fit:contain;filter:drop-shadow(0 10px 12px rgba(0,0,0,.45));animation:boxPop .35s ease both}.empty-box{align-self:center;text-align:center;color:#fff;opacity:.62}.empty-box span{font-size:28px;display:block}.empty-box b,.empty-box small{display:block}.empty-box small{font-size:11px;margin-top:4px}.box-summary-btn{margin:18px auto 0;border:0;border-radius:999px;background:#fff;color:#171011;padding:12px 18px;font:inherit;font-weight:800;cursor:pointer}.box-summary-btn strong{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--accent);color:#fff;margin-inline-start:8px}
.product-card .select-btn{position:absolute;left:14px;bottom:14px;width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--text);cursor:pointer;font-size:20px;z-index:3;transition:.25s}.product-card .select-btn:hover,.product-card .select-btn.active{background:var(--accent);color:#fff;border-color:var(--accent);transform:translateY(-2px)}[dir=rtl] .product-card .select-btn{left:auto;right:14px}.product-card .fav-btn{z-index:4}
.selection-drawer{position:fixed;top:0;right:0;width:min(440px,100%);height:100vh;background:var(--card);z-index:1002;padding:28px;transform:translateX(105%);transition:.35s ease;box-shadow:-30px 0 80px rgba(0,0,0,.25);display:flex;flex-direction:column}.selection-drawer.open{transform:none}[dir=rtl] .selection-drawer{right:auto;left:0;transform:translateX(-105%)}[dir=rtl] .selection-drawer.open{transform:none}.selection-meta{display:flex;gap:8px;margin:10px 0 18px}.selection-meta span{border:1px solid var(--line);border-radius:999px;padding:7px 10px;font-size:11px;color:var(--muted)}.selection-send{margin-top:auto;margin-bottom:10px}.selection-fab{position:fixed;right:22px;bottom:22px;z-index:700;background:var(--accent);color:#fff;border-radius:999px;padding:11px 14px;display:flex;gap:9px;align-items:center;box-shadow:0 18px 40px rgba(0,0,0,.25);cursor:pointer;transform:translateY(120px);transition:.3s}.selection-fab.show{transform:none}.selection-fab strong{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--accent);font-size:11px}.selection-fab b{font-size:12px}.selection-item-actions{margin-inline-start:auto;display:flex;gap:6px}.selection-item-actions button{width:29px;height:29px;border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:50%;cursor:pointer}.copy-success{animation:copyPulse .5s ease}@keyframes copyPulse{50%{transform:scale(.96)}}@keyframes boxPop{from{opacity:0;transform:translateY(20px) scale(.85)}}
@media(max-width:900px){.box-builder{grid-template-columns:1fr}.royal-box-visual{min-height:370px}.builder-options{grid-template-columns:1fr}}
@media(max-width:560px){.box-builder{padding:16px;border-radius:22px}.royal-box-visual{padding:18px}.box-products{margin:0 8px}.selection-fab b{display:none}}


/* ========================= V2.6 INTELLIGENT SWEET UNIVERSE ========================= */
.hero-v26{min-height:94vh;position:relative;overflow:hidden;background:radial-gradient(circle at 72% 38%,rgba(197,139,80,.2),transparent 24%),radial-gradient(circle at 18% 80%,rgba(132,31,45,.22),transparent 31%),var(--bg)}
.hero-noise{position:absolute;inset:0;opacity:.045;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}
.hero-kitchen-lines{position:absolute;inset:15% -10% auto 38%;height:440px;border:1px solid rgba(212,173,112,.1);transform:perspective(700px) rotateX(64deg) rotateZ(-12deg);background:repeating-linear-gradient(90deg,transparent 0 74px,rgba(212,173,112,.055) 75px 76px),repeating-linear-gradient(0deg,transparent 0 74px,rgba(212,173,112,.055) 75px 76px)}
.stage-badge{position:absolute;top:2%;right:0;z-index:6;font-size:10px;letter-spacing:.18em;color:var(--muted);display:flex;align-items:center;gap:8px}.stage-badge i{width:7px;height:7px;border-radius:50%;background:#7fc597;box-shadow:0 0 0 6px rgba(127,197,151,.12);animation:pulseBadge 1.8s infinite}@keyframes pulseBadge{50%{box-shadow:0 0 0 10px rgba(127,197,151,0)}}
.hero-scroll-cue{position:absolute;left:50%;bottom:52px;transform:translateX(-50%);font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);display:flex;flex-direction:column;align-items:center;gap:8px}.hero-scroll-cue span{width:1px;height:32px;background:linear-gradient(var(--gold),transparent);animation:scrollCue 1.7s infinite}@keyframes scrollCue{50%{transform:scaleY(.5);transform-origin:top}}
.smart-worlds{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.smart-world{min-height:330px;padding:26px 22px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(155deg,var(--card),rgba(255,255,255,.015));display:flex;flex-direction:column;justify-content:space-between;transition:.45s cubic-bezier(.2,.8,.2,1);cursor:pointer;overflow:hidden;position:relative}.smart-world:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-80px;top:-80px;background:radial-gradient(circle,rgba(205,163,99,.18),transparent 68%);transition:.4s}.smart-world:hover,.smart-world.active{transform:translateY(-10px);border-color:rgba(212,173,112,.48);box-shadow:0 22px 60px rgba(0,0,0,.24)}.smart-world>span{font:600 38px/1 'Cormorant Garamond';color:rgba(212,173,112,.45)}.smart-world small{letter-spacing:.14em;color:var(--gold);font-size:9px}.smart-world h3{font-size:24px;margin:10px 0}.smart-world p{font-size:13px;line-height:1.65;color:var(--muted)}.smart-world>b{font-size:11px;color:var(--text)}
.recipe-studio-v26{background:linear-gradient(130deg,rgba(119,23,39,.16),transparent 50%)}.studio-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.studio-copy h2{font-size:clamp(40px,5vw,68px);max-width:600px}.studio-copy>p{color:var(--muted);line-height:1.8;max-width:570px}.studio-form{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}.studio-form label{font-size:10px;letter-spacing:.12em;color:var(--muted)}.studio-form select{width:100%;margin-top:8px;background:var(--card);border:1px solid var(--line);color:var(--text);border-radius:14px;padding:13px 12px}.studio-result{border:1px solid var(--line);background:var(--card);padding:20px;border-radius:30px;box-shadow:0 30px 90px rgba(0,0,0,.25)}.studio-visual{height:310px;border-radius:22px;background:radial-gradient(circle at 50% 60%,rgba(208,161,89,.22),transparent 42%),var(--bg-soft);display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.studio-visual img{height:88%;object-fit:contain;filter:drop-shadow(0 25px 25px rgba(0,0,0,.28));transition:.45s}.studio-visual span{position:absolute;border:1px solid var(--line);border-radius:50%;width:34px;height:34px;display:grid;place-items:center;font-size:9px;color:var(--gold)}.studio-visual span:nth-of-type(1){left:8%;top:12%}.studio-visual span:nth-of-type(2){right:11%;top:38%}.studio-visual span:nth-of-type(3){left:18%;bottom:12%}.studio-result>small{display:block;color:var(--gold);letter-spacing:.15em;margin:24px 4px 8px}.studio-result h3{font-size:30px;margin:0 4px}.studio-result>p{color:var(--muted);margin:10px 4px 18px}.studio-tags{display:flex;gap:8px;flex-wrap:wrap}.studio-tags span{border:1px solid var(--line);border-radius:99px;padding:8px 12px;font-size:10px}
.starter-shell{border:1px solid var(--line);border-radius:28px;overflow:hidden;background:var(--card)}.starter-types{display:flex;padding:14px;border-bottom:1px solid var(--line);gap:8px}.starter-types button{flex:1;border:0;border-radius:14px;background:transparent;color:var(--muted);padding:14px;cursor:pointer}.starter-types button.active{background:var(--gold);color:#20150f}.starter-products{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;padding:24px}.starter-product{border:1px solid var(--line);border-radius:18px;padding:12px;text-align:center;background:var(--bg-soft)}.starter-product img{height:145px;width:100%;object-fit:contain}.starter-product b{font-size:11px;display:block;margin-top:8px}.starter-summary{border-top:1px solid var(--line);padding:18px 24px;display:flex;justify-content:space-between;align-items:center}.starter-summary small{display:block;color:var(--muted);font-size:9px;letter-spacing:.15em}.starter-summary strong{font-size:22px}
.dashboard-preview-v26{background:linear-gradient(180deg,transparent,rgba(186,126,64,.06),transparent)}.dashboard-preview-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.dashboard-copy h2{font-size:clamp(38px,4.5vw,65px)}.dashboard-copy>p{color:var(--muted);line-height:1.75}.dashboard-copy ul{list-style:none;padding:0;margin-top:30px}.dashboard-copy li{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:16px 0}.dashboard-copy li span{color:var(--muted);font-size:12px}.dashboard-mock{border:1px solid rgba(212,173,112,.28);border-radius:24px;background:#0d0b0c;box-shadow:0 40px 100px rgba(0,0,0,.45);overflow:hidden;transform:perspective(1100px) rotateY(-4deg) rotateX(2deg)}.dash-top{height:46px;padding:0 18px;border-bottom:1px solid #292326;display:flex;align-items:center;gap:7px;color:#dcb87d;font-size:11px}.dash-top span{margin-right:auto}.dash-top i{width:8px;height:8px;border-radius:50%;background:#45383d}.dash-body{display:grid;grid-template-columns:130px 1fr;min-height:390px}.dash-body aside{padding:24px 16px;border-right:1px solid #292326;display:flex;flex-direction:column;gap:17px;color:#776b70;font-size:10px}.dash-body aside b{color:#e1b97c}.dash-body main{padding:24px}.dash-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.dash-kpis article{border:1px solid #292326;padding:14px;border-radius:12px}.dash-kpis small{display:block;color:#746a6e;font-size:8px}.dash-kpis strong{display:block;color:#eee2d5;font-size:24px;margin-top:5px}.dash-chart{height:150px;margin:20px 0;display:flex;align-items:flex-end;gap:12px;border-bottom:1px solid #292326;padding:0 12px}.dash-chart div{flex:1;height:var(--h);background:linear-gradient(#cda36b,#6e4232);border-radius:5px 5px 0 0;animation:bars 2.2s ease both}@keyframes bars{from{height:0}}.dash-row{display:flex;justify-content:space-between;border:1px solid #292326;border-radius:10px;padding:11px;margin-top:8px;font-size:9px;color:#a79ba0}.dash-row b{color:#7fc597}
.tv-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:18px}.tv-grid article{border:1px solid var(--line);border-radius:22px;padding:14px;background:var(--card)}.tv-screen,.tv-thumb{height:240px;border-radius:16px;background:var(--bg-soft);position:relative;display:flex;justify-content:center;overflow:hidden}.tv-screen{height:360px}.tv-screen img,.tv-thumb img{height:100%;width:100%;object-fit:contain}.tv-screen button,.tv-thumb button{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.35);background:rgba(12,9,10,.7);color:white;width:54px;height:54px;border-radius:50%;cursor:pointer}.tv-screen>span{position:absolute;right:14px;bottom:14px;background:#141012;padding:6px 9px;border-radius:8px;font-size:9px}.tv-feature small{display:block;color:var(--gold);letter-spacing:.15em;margin:17px 4px 6px}.tv-feature h3{font-size:28px;margin:0 4px 5px}.tv-grid h4{font-size:17px;margin:14px 3px 5px}.tv-grid article>span{font-size:10px;color:var(--muted);margin-left:3px}
@media(max-width:1100px){.smart-worlds{grid-template-columns:repeat(2,1fr)}.smart-world:last-child{grid-column:1/-1;min-height:220px}.starter-products{grid-template-columns:repeat(3,1fr)}.dashboard-preview-grid{grid-template-columns:1fr}.tv-grid{grid-template-columns:1fr 1fr}.tv-feature{grid-column:1/-1}}
@media(max-width:760px){.hero-v26{min-height:auto}.hero-scroll-cue{display:none}.smart-worlds,.studio-grid,.tv-grid{grid-template-columns:1fr}.smart-world:last-child,.tv-feature{grid-column:auto}.smart-world{min-height:240px}.studio-grid{gap:35px}.studio-form{grid-template-columns:1fr}.starter-types{overflow:auto}.starter-types button{min-width:130px}.starter-products{grid-template-columns:repeat(2,1fr)}.dashboard-mock{transform:none}.dash-body{grid-template-columns:86px 1fr}.dash-body aside{font-size:8px;padding:16px 8px}.dash-body main{padding:12px}.dash-kpis{grid-template-columns:1fr}.dash-chart{height:100px}.tv-screen{height:280px}}


/* V3.1 responsive refinement + Arabic typography */
.dashboard-link{display:inline-flex;align-items:center;justify-content:center;padding:11px 15px;border-radius:999px;background:var(--wine);color:#fff;text-decoration:none;font-size:12px;font-weight:800}
body.rtl{letter-spacing:0}body.rtl h1,body.rtl h2,body.rtl h3,body.rtl .brand-copy strong{font-family:'Noto Kufi Arabic','Tajawal',sans-serif;letter-spacing:-.035em}body.rtl h1{font-size:clamp(42px,5vw,72px);line-height:1.12}body.rtl .section-head h2,body.rtl .world-copy h2,body.rtl .innovation-copy h2,body.rtl .recipe-copy h2{font-size:clamp(34px,4.3vw,58px);line-height:1.18}body.rtl .product-info h3{font-size:19px;line-height:1.35}body.rtl .hero-copy>p,body.rtl .section-head>p,body.rtl .world-copy>p{line-height:1.9}.product-card{min-width:0}.product-image img{max-width:100%}
@media(max-width:1440px){.container{width:min(1120px,calc(100% - 44px))}.hero{min-height:800px}.hero-grid{min-height:680px}.hero-stage{height:600px}.pack-main{width:330px}.pack-back,.pack-side{width:220px}.section{padding:92px 0}.section-head h2,.world-copy h2,.innovation-copy h2{font-size:clamp(42px,5vw,64px)}h1{font-size:clamp(56px,6vw,86px)}}
@media(max-width:1180px){.desktop-nav{gap:18px}.nav-wrap{height:78px}.hero{padding-top:78px}.hero-grid{grid-template-columns:1fr 1fr}.pack-main{width:290px;left:27%}.pack-back,.pack-side{width:190px}.product-grid{grid-template-columns:repeat(3,1fr)}.world-grid,.innovation-grid{gap:50px}.recipe-copy{padding:55px}.dashboard-link{display:none}}
@media(max-width:900px){.desktop-nav,.nav-actions>.pill-btn,.nav-actions>.dashboard-link{display:none}.menu-btn{display:block}.hero-grid{grid-template-columns:1fr;text-align:center;padding-top:70px}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-stats{justify-content:center}.hero-stage{height:500px}.hero{min-height:auto}.section-head{align-items:start;flex-direction:column;gap:16px}.section-head>p{margin:0}.world-grid,.innovation-grid,.recipe-card{grid-template-columns:1fr}.world-grid{gap:55px}.product-grid{grid-template-columns:repeat(2,1fr)}.recipe-copy{padding:52px}.recipe-visual{min-height:360px}}
@media(max-width:600px){.container{width:calc(100% - 28px)}.nav-wrap{height:68px}.brand-copy strong{font-size:28px}.crown{font-size:25px}.hero{padding-top:68px}.hero-grid{padding-top:48px}.hero-copy h1{font-size:clamp(42px,13vw,62px);line-height:.98;letter-spacing:-2px}.hero-copy>p{font-size:14px;line-height:1.7}.hero-actions{flex-direction:column}.hero-stats{gap:20px;justify-content:space-between}.hero-stats strong{font-size:22px}.hero-stage{height:390px}.sunburst{width:390px;height:390px}.pack-main{width:220px;left:22%;top:75px}.pack-back,.pack-side{width:135px;top:145px}.section{padding:70px 0}.section-head h2,.world-copy h2,.innovation-copy h2,.recipe-copy h2{font-size:clamp(35px,11vw,48px);letter-spacing:-1px}.product-grid{grid-template-columns:1fr;gap:14px}.product-card{display:grid;grid-template-columns:42% 58%;border-radius:20px}.product-image{aspect-ratio:1}.product-info{padding:16px}.product-info h3{font-size:21px}.product-arrow{display:none}.recipe-copy{padding:38px 25px}.round-seal{right:-5px;width:105px;height:105px}.hero-scroll-cue,.float-tag{display:none}body.rtl h1{font-size:clamp(36px,10vw,50px)}body.rtl .section-head h2,body.rtl .world-copy h2,body.rtl .innovation-copy h2,body.rtl .recipe-copy h2{font-size:clamp(31px,8.8vw,42px)}body.rtl .product-info h3{font-size:18px}}

/* V3.4 refinements */
.hero-v26{padding-bottom:54px}.hero-v26 .marquee{bottom:8px}.rtl .eyebrow{letter-spacing:.04em}.rtl h1,.rtl h2,.rtl h3{font-weight:700}.rtl .hero-copy h1{letter-spacing:-.02em}.rtl .section-head h2,.rtl .world-copy h2,.rtl .innovation-copy h2,.rtl .recipe-copy h2{letter-spacing:-.02em}@media(max-width:760px){.hero-v26{padding-bottom:48px}.hero-v26 .marquee{bottom:5px}}


/* V3.4 — refined Arabic heading scale */
body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4 {
  font-family:'Noto Kufi Arabic','Tajawal',sans-serif;
  letter-spacing:-.025em;
}
body.rtl .hero-copy h1 {
  font-size:clamp(38px,4.35vw,62px);
  line-height:1.18;
  font-weight:700;
  max-width:760px;
}
body.rtl .section-head h2,
body.rtl .world-copy h2,
body.rtl .innovation-copy h2,
body.rtl .recipe-copy h2,
body.rtl .dashboard-copy h2,
body.rtl .modal-card h2,
body.rtl .search-panel h2,
body.rtl .compare-panel h2,
body.rtl .favorites-head h2,
body.rtl .newsletter h2 {
  font-size:clamp(29px,3.55vw,46px);
  line-height:1.32;
  font-weight:700;
}
body.rtl .smart-world h3,
body.rtl .future-grid h3,
body.rtl .tv-feature h3,
body.rtl .studio-result h3,
body.rtl .product-info h3 {
  line-height:1.45;
}
@media (max-width:1440px){
  body.rtl .hero-copy h1{font-size:clamp(36px,4.1vw,55px)}
  body.rtl .section-head h2,
  body.rtl .world-copy h2,
  body.rtl .innovation-copy h2,
  body.rtl .recipe-copy h2,
  body.rtl .dashboard-copy h2{font-size:clamp(28px,3.35vw,42px)}
}
@media (max-width:900px){
  body.rtl .hero-copy h1{font-size:clamp(35px,7.2vw,50px);max-width:680px;margin-inline:auto}
  body.rtl .section-head h2,
  body.rtl .world-copy h2,
  body.rtl .innovation-copy h2,
  body.rtl .recipe-copy h2,
  body.rtl .dashboard-copy h2,
  body.rtl .modal-card h2,
  body.rtl .search-panel h2,
  body.rtl .compare-panel h2,
  body.rtl .favorites-head h2{font-size:clamp(27px,5.8vw,38px)}
}
@media (max-width:600px){
  body.rtl .hero-copy h1{font-size:clamp(31px,8.6vw,42px);line-height:1.28;letter-spacing:-.015em}
  body.rtl .section-head h2,
  body.rtl .world-copy h2,
  body.rtl .innovation-copy h2,
  body.rtl .recipe-copy h2,
  body.rtl .dashboard-copy h2,
  body.rtl .modal-card h2,
  body.rtl .search-panel h2,
  body.rtl .compare-panel h2,
  body.rtl .favorites-head h2,
  body.rtl .newsletter h2{font-size:clamp(25px,7.3vw,34px);line-height:1.38}
  body.rtl .smart-world h3,
  body.rtl .future-grid h3,
  body.rtl .tv-feature h3{font-size:20px}
}
