:root{--wine:#741b2b;--wine2:#9b3448;--pink:#f8dfe2;--pink2:#fff5f5;--ink:#2b171b;--muted:#806b70;--line:#eddadd;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Tajawal,Arial,sans-serif;color:var(--ink);background:#fff}.topbar{background:var(--wine);color:#fff;text-align:center;padding:9px 16px;font-size:13px}header{height:86px;display:flex;align-items:center;justify-content:space-between;max-width:1240px;margin:auto;padding:0 24px;gap:25px}.brand img{width:150px;height:60px;object-fit:contain}.brand{display:flex}nav{display:flex;gap:28px}a{text-decoration:none;color:inherit}nav a{font-size:15px}.actions{display:flex;gap:8px}.actions button{border:1px solid var(--line);background:#fff;padding:11px 14px;border-radius:99px;font-family:inherit;cursor:pointer}.cart span{background:var(--wine);color:#fff;display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;font-size:11px;margin-right:5px}.hero{min-height:630px;background:linear-gradient(120deg,#fff7f7 0%,#f7dadd 100%);display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden}.hero-copy{padding:70px max(6vw,40px)}.eyebrow,.intro>span,.section-head span,.feature-copy>span,.modal-card>span{font-size:12px;letter-spacing:2px;color:var(--wine);font-weight:700}.hero h1{font-size:68px;line-height:1.08;margin:16px 0 20px;color:var(--wine);font-weight:800}.hero p{font-size:19px;line-height:1.8;color:var(--muted);max-width:520px}.hero-actions{display:flex;gap:10px;margin-top:30px}.btn{border:1px solid var(--wine);padding:14px 24px;border-radius:99px;font-family:inherit;font-weight:700;cursor:pointer;text-align:center}.primary{background:var(--wine);color:#fff}.ghost{background:transparent;color:var(--wine)}.trust{display:flex;gap:18px;margin-top:28px;font-size:12px;color:var(--muted);flex-wrap:wrap}.hero-image{height:630px;display:flex;align-items:center;justify-content:center;padding:55px}.hero-image img{width:min(560px,100%);height:100%;object-fit:cover;border-radius:240px 240px 30px 30px;box-shadow:0 30px 80px #741b2b20}.intro{text-align:center;padding:95px 20px 45px}.intro h2,.section-head h2,.feature h2{font-size:40px;margin:10px 0}.intro p{color:var(--muted);max-width:580px;margin:auto;line-height:1.8}.products{max-width:1240px;margin:auto;padding:35px 24px 100px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.section-head h2{margin-bottom:0}.section-head p{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff}.product-img{aspect-ratio:1/1;background:var(--pink2);overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;transition:.4s}.product:hover img{transform:scale(1.025)}.product-body{padding:20px}.product-body h3{font-size:20px;margin:0 0 8px}.product-body p{color:var(--muted);font-size:14px;min-height:42px;line-height:1.5}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:18px}.price{font-size:20px;font-weight:800;color:var(--wine)}.add{border:0;background:var(--pink);color:var(--wine);padding:10px 15px;border-radius:99px;font-family:inherit;font-weight:700;cursor:pointer}.feature{display:grid;grid-template-columns:1fr 1fr;background:var(--pink2);align-items:center}.feature-img{height:600px}.feature-img img{width:100%;height:100%;object-fit:cover}.feature-copy{padding:70px 9vw}.feature-copy p{color:var(--muted);font-size:17px;line-height:1.9}.text-link{color:var(--wine);font-weight:700}.shipping{max-width:1240px;margin:90px auto;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:24px;overflow:hidden}.shipping div{padding:30px;border-left:1px solid var(--line)}.shipping div:last-child{border:0}.shipping b{color:var(--wine);font-size:18px}.shipping p{color:var(--muted);line-height:1.7;margin-bottom:0}footer{background:#3a1119;color:#fff;text-align:center;padding:60px 20px}footer img{width:190px;filter:brightness(0) invert(1);opacity:.95}footer p{letter-spacing:3px;font-size:12px}.social{display:flex;justify-content:center;gap:24px;margin:25px}.social a{opacity:.8}footer small{opacity:.55}.overlay{position:fixed;inset:0;background:#0007;opacity:0;visibility:hidden;transition:.25s;z-index:20}.overlay.show{opacity:1;visibility:visible}.drawer{position:fixed;top:0;left:0;width:min(430px,94vw);height:100vh;background:#fff;z-index:30;transform:translateX(-105%);transition:.3s;display:flex;flex-direction:column}.drawer.show{transform:none}.drawer-head{padding:20px 22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.drawer-head h3{margin:0}.drawer-head button,.modal-x{border:0;background:none;font-size:30px;cursor:pointer}.cart-items{padding:15px 22px;overflow:auto;flex:1}.cart-row{display:grid;grid-template-columns:70px 1fr auto;gap:12px;padding:12px 0;border-bottom:1px solid var(--line);align-items:center}.cart-row img{width:70px;height:70px;border-radius:12px;object-fit:cover}.cart-row h4{margin:0 0 6px}.cart-row small{color:var(--muted)}.qty{display:flex;gap:8px;align-items:center}.qty button{border:1px solid var(--line);background:#fff;border-radius:50%;width:27px;height:27px;cursor:pointer}.cart-footer{padding:20px 22px;border-top:1px solid var(--line)}.total{display:flex;justify-content:space-between;font-size:18px}.delivery-note{font-size:12px;color:var(--muted);line-height:1.6}.full{display:block;width:100%;margin-top:9px}.modal{position:fixed;inset:0;background:#0008;z-index:40;display:grid;place-items:center;padding:18px;opacity:0;visibility:hidden;transition:.2s}.modal.show{opacity:1;visibility:visible}.modal-card{background:#fff;border-radius:24px;padding:30px;width:min(500px,100%);position:relative}.modal-card h3{font-size:28px;margin:8px 0 22px}.modal-x{position:absolute;left:18px;top:14px}.country-options{display:grid;gap:10px}.country-options button{font-family:inherit;text-align:right;border:1px solid var(--line);background:var(--pink2);padding:18px;border-radius:16px;font-size:17px;cursor:pointer}.country-options small{display:block;color:var(--muted);margin-top:5px}.checkout-card{width:min(650px,100%)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid label{font-size:13px;font-weight:700}.form-grid input,.form-grid textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;margin-top:6px;font-family:inherit}.form-grid textarea{height:80px}.wide{grid-column:1/-1}.paybox{background:var(--pink2);padding:16px;border-radius:14px;margin:16px 0}.paybox p{margin:5px 0 0;color:var(--muted);font-size:13px}.empty{text-align:center;color:var(--muted);padding:50px 10px}@media(max-width:800px){header{height:72px;padding:0 14px}.brand img{width:110px}nav{display:none}.country{font-size:0}.country::first-letter{font-size:16px}.actions button{padding:9px 11px}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:55px 22px 35px;text-align:center}.hero h1{font-size:43px}.hero p{font-size:16px}.hero-actions{justify-content:center;flex-wrap:wrap}.trust{justify-content:center}.hero-image{height:410px;padding:0 22px 35px}.hero-image img{border-radius:180px 180px 25px 25px}.intro{padding-top:70px}.intro h2,.section-head h2,.feature h2{font-size:31px}.section-head{align-items:start;gap:8px}.section-head p{font-size:12px}.grid{grid-template-columns:1fr 1fr;gap:10px}.product{border-radius:17px}.product-body{padding:13px}.product-body h3{font-size:16px}.product-body p{font-size:12px;min-height:52px}.product-bottom{display:block}.price{font-size:17px}.add{width:100%;margin-top:10px}.feature{grid-template-columns:1fr}.feature-img{height:430px}.feature-copy{padding:50px 24px}.shipping{grid-template-columns:1fr;margin:55px 16px}.shipping div{border-left:0;border-bottom:1px solid var(--line)}.form-grid{grid-template-columns:1fr}.wide{grid-column:auto}}@media(max-width:390px){.grid{grid-template-columns:1fr}.product-body p{min-height:auto}}
.guides{max-width:1240px;margin:auto;padding:20px 24px 100px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.guide-card{border:1px solid var(--line);border-radius:22px;padding:24px;background:linear-gradient(145deg,#fff,#fff8f8);display:flex;flex-direction:column;min-height:230px}.guide-card .tag{font-size:11px;color:var(--wine);font-weight:700}.guide-card h3{font-size:22px;margin:10px 0}.guide-card p{color:var(--muted);line-height:1.75;font-size:14px;flex:1}.read-more{border:0;background:none;color:var(--wine);font-family:inherit;font-weight:800;text-align:right;padding:0;cursor:pointer}.guide-modal-card{width:min(720px,100%);max-height:88vh;overflow:auto}.guide-article h2{color:var(--wine);font-size:32px;margin:8px 0 12px}.guide-article .lead{font-size:17px;color:var(--muted);line-height:1.9}.guide-article h4{font-size:18px;margin:25px 0 8px}.guide-article p,.guide-article li{line-height:1.9;color:#5f4a4f}.guide-article ul{padding-right:20px}.guide-note{background:var(--pink2);border-radius:14px;padding:14px 16px;font-size:13px;margin-top:20px}.social-icons a{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#fff;display:grid;place-items:center}.social-icons img{width:100%;height:100%;object-fit:cover}.floating-wa{position:fixed;right:20px;bottom:20px;z-index:18;background:#fff;border:1px solid #dce9df;box-shadow:0 8px 28px #0002;border-radius:99px;padding:8px 14px 8px 8px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:#166b32}.floating-wa img{width:40px;height:40px;border-radius:50%;object-fit:cover}@media(max-width:800px){.guide-grid{grid-template-columns:1fr 1fr;gap:10px}.guide-card{padding:17px;min-height:220px}.guide-card h3{font-size:18px}.floating-wa{right:12px;bottom:12px;padding:6px}.floating-wa span{display:none}.floating-wa img{width:46px;height:46px}.guide-modal-card{padding:24px}.guide-article h2{font-size:27px}}@media(max-width:430px){.guide-grid{grid-template-columns:1fr}.guide-card{min-height:auto}}
/* v3 logo refinements */
.product-img{position:relative}
.product-img::after{content:"";position:absolute;top:14px;right:14px;width:92px;height:42px;background:url('assets/sidoreh-logo.webp') center/contain no-repeat;z-index:2;pointer-events:none;filter:none;opacity:.92}
footer>img{width:min(360px,72vw);height:130px;object-fit:contain;filter:brightness(0) invert(1);opacity:1;margin-bottom:4px}
@media(max-width:800px){.product-img::after{width:70px;height:32px;top:9px;right:9px}footer>img{width:min(300px,78vw);height:115px}}

/* V4 animated footer logo */
footer{background:#fff;color:var(--wine);border-top:1px solid var(--line);padding-top:34px}.footer-logo-video{display:block;width:min(520px,92vw);height:auto;max-height:260px;object-fit:contain;margin:0 auto 2px;background:#fff}.social-icons img{filter:none!important}footer small{color:var(--muted);opacity:1}@media(max-width:800px){.footer-logo-video{width:min(430px,96vw);max-height:210px}}

/* V5: animated logo in header + fixed floating WhatsApp */
.brand-video{height:86px;width:190px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;background:#fff;flex:0 0 auto}.brand-video video{display:block;width:190px;height:86px;object-fit:cover;object-position:center;background:#fff}.floating-wa{width:auto!important;height:auto!important;max-width:220px!important}.floating-wa img{display:block!important;width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important;min-width:40px!important;min-height:40px!important;object-fit:cover!important;filter:none!important}.footer-static-logo{width:min(360px,72vw)!important;height:130px!important;object-fit:contain!important;filter:none!important;opacity:1!important;margin-bottom:4px}.social-icons img{width:44px!important;height:44px!important;max-width:44px!important;max-height:44px!important;object-fit:cover!important;filter:none!important}@media(max-width:800px){.brand-video{height:72px;width:125px}.brand-video video{width:125px;height:72px}.floating-wa{max-width:58px!important}.floating-wa img{width:46px!important;height:46px!important;max-width:46px!important;max-height:46px!important;min-width:46px!important;min-height:46px!important}.footer-static-logo{width:min(300px,78vw)!important;height:115px!important}}
/* V6: new logo animation fills the white header height */
.brand-video{height:86px;width:240px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:flex-start}
.brand-video video{width:240px;height:86px;display:block;object-fit:contain;object-position:right center;background:#fff}
@media(max-width:800px){.brand-video{height:72px;width:155px}.brand-video video{width:155px;height:72px;object-position:right center}}

/* V7: tighter header / hero spacing */
header{height:78px}
.brand-video{height:78px;width:220px}
.brand-video video{height:78px;width:220px}
.hero{margin-top:0}
.hero-copy{padding-top:54px;padding-bottom:54px}
@media(max-width:800px){header{height:66px}.brand-video{height:66px;width:142px}.brand-video video{height:66px;width:142px}.hero-copy{padding-top:42px}}

/* V8 full-screen logo intro */
body.intro-lock{overflow:hidden}
.site-intro{position:fixed;inset:0;z-index:99999;background:#fff;display:flex;align-items:center;justify-content:center;opacity:1;visibility:visible;transition:opacity .65s ease,visibility .65s ease}
.site-intro.hide{opacity:0;visibility:hidden;pointer-events:none}
.site-intro video{width:100vw;height:100vh;object-fit:contain;background:#fff;display:block}
@media(max-width:800px){.site-intro video{width:100vw;height:100dvh;object-fit:contain}}

/* V9 true splash screen: intro exists above the site, never in page flow */
body.intro-lock{overflow:hidden!important}
body.intro-lock > :not(.site-intro){visibility:hidden!important}
.site-intro{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100dvh!important;z-index:2147483647!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;overflow:hidden!important;opacity:1!important;visibility:visible!important;transition:opacity .9s ease,visibility .9s ease!important}
.site-intro.hide{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
.site-intro video{display:block!important;width:min(760px,88vw)!important;height:auto!important;max-height:72dvh!important;object-fit:contain!important;background:#fff!important;margin:0!important;padding:0!important}
@media(max-width:800px){.site-intro video{width:min(520px,92vw)!important;max-height:62dvh!important}}
