:root{--red:#e7191f;--red-deep:#b90e14;--ink:#141414;--cream:#fff9f2;--paper:#f8f3ec;--beige:#e8d5be;--muted:#6d6862;--line:rgba(20,20,20,.11);--wrap:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:94px}body{margin:0;background:var(--cream);color:var(--ink);font-family:Almarai,sans-serif;font-size:16px;line-height:1.85;overflow-x:hidden}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid var(--red);outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.24}em{font-style:normal;color:var(--red)}.wrap{width:min(calc(100% - 72px),var(--wrap));margin-inline:auto}.section{padding-block:clamp(76px,9vw,132px)}.skip-link{position:fixed;top:-80px;right:16px;z-index:100;background:var(--red);color:#fff;padding:12px 20px}.skip-link:focus{top:16px}.preloader{position:fixed;inset:0;z-index:200;background:var(--cream);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-size:28px;font-weight:800;pointer-events:none;animation:preloader-exit .45s ease .55s forwards}.preloader-flame{color:var(--red);font-size:34px;animation:flame-pop .7s ease both}@keyframes preloader-exit{to{opacity:0;visibility:hidden}}@keyframes flame-pop{from{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,249,242,.95);border-bottom:1px solid rgba(20,20,20,.07);backdrop-filter:blur(18px);transition:box-shadow .3s}.site-header.scrolled{box-shadow:0 8px 30px rgba(32,18,10,.07)}.header-inner{min-height:86px;display:flex;align-items:center;gap:32px}.brand{display:inline-flex;align-items:center;gap:10px;flex:none;min-width:165px}.brand-mark{width:61px;height:61px;overflow:hidden;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px rgba(20,20,20,.07)}.brand-logo,.brand .custom-logo{width:61px;height:61px;object-fit:cover;transform:scale(1.2)}.brand-copy{display:flex;flex-direction:column;line-height:1.22}.brand-copy strong{font-size:20px;font-weight:800}.brand-copy small{font-size:11px;color:var(--muted);margin-top:4px}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(12px,1.6vw,26px);flex:1}.desktop-nav a{font-size:13px;font-weight:700;position:relative;white-space:nowrap;transition:color .2s}.desktop-nav a:after{content:"";position:absolute;bottom:-8px;right:0;width:0;height:2px;background:var(--red);transition:width .25s}.desktop-nav a:hover,.desktop-nav a.active{color:var(--red)}.desktop-nav a:hover:after,.desktop-nav a.active:after{width:100%}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:52px;border-radius:5px;padding:12px 23px;font-weight:800;font-size:14px;line-height:1.4;transition:transform .25s,background .25s,color .25s,box-shadow .25s;white-space:nowrap}.button:hover{transform:translateY(-3px)}.button i{font-size:17px}.button-dark{background:var(--ink);color:#fff}.button-dark:hover{background:var(--red)}.button-red{background:var(--red);color:#fff;box-shadow:0 12px 24px rgba(231,25,31,.18)}.button-red:hover{background:var(--red-deep);box-shadow:0 15px 28px rgba(231,25,31,.23)}.button-cream{background:var(--cream);color:var(--ink)}.button-cream:hover{background:#fff}.menu-toggle{display:none;margin-inline-start:auto;width:48px;height:48px;background:transparent;border:1px solid var(--line);border-radius:5px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.menu-toggle span{display:block;width:20px;height:2px;background:var(--ink);border-radius:2px}.menu-toggle span:nth-child(2){width:14px}.menu-backdrop{position:fixed;inset:0;background:rgba(10,10,10,.45);z-index:70;opacity:0;transition:opacity .3s}.menu-backdrop.is-open{opacity:1}.mobile-menu{position:fixed;right:0;top:0;bottom:0;width:min(440px,100%);z-index:80;background:var(--ink);color:#fff;padding:24px 28px 34px;display:flex;flex-direction:column;transform:translateX(102%);visibility:hidden;transition:transform .4s cubic-bezier(.22,1,.36,1),visibility .4s;overflow-y:auto}.mobile-menu.is-open{transform:translateX(0);visibility:visible}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;color:var(--beige);font-size:14px}.menu-close{width:48px;height:48px;display:grid;place-items:center;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.25);border-radius:50%;font-size:20px;cursor:pointer;transition:transform .25s}.menu-close:hover{transform:rotate(90deg)}.mobile-menu nav{margin-block:auto;padding-block:38px}.mobile-menu nav a{display:flex;align-items:center;justify-content:space-between;font-size:clamp(22px,6vw,32px);font-weight:800;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.15);transition:color .2s,transform .2s}.mobile-menu nav a:hover{color:#ff6c6f;transform:translateX(-5px)}.mobile-menu nav a i{font-size:17px;color:var(--red)}.mobile-menu-foot{display:flex;flex-direction:column;gap:10px;font-size:13px}.mobile-menu-foot a{color:#fff;font-weight:800;font-size:18px}.mobile-menu-foot a i{color:#65d99c;margin-left:8px}.mobile-menu-foot span{color:#aaa}
.hero{min-height:calc(100svh - 86px);position:relative;overflow:hidden;background:var(--cream)}.hero:before{content:"";position:absolute;inset:0 0 auto auto;width:48%;height:100%;background:radial-gradient(circle at 50% 50%,#ffefe1 0,transparent 64%);pointer-events:none}.hero-orbit{position:absolute;left:-110px;top:-230px;width:530px;height:530px;border:1px solid rgba(231,25,31,.12);border-radius:50%}.hero-layout{display:grid;grid-template-columns:1fr 1.04fr;align-items:center;gap:clamp(25px,5vw,80px);min-height:690px;padding-block:58px 70px;position:relative}.hero-copy{position:relative;z-index:2;padding-bottom:30px}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:12px;color:var(--red);font-size:13px;font-weight:800;letter-spacing:.02em}.eyebrow-line{width:27px;height:2px;background:var(--red)}.hero h1{font-size:clamp(43px,5.4vw,78px);font-weight:800;letter-spacing:-.07em;margin:27px 0 18px}.hero h1 em{position:relative;white-space:nowrap}.hero h1 em:after{content:"";position:absolute;right:0;left:0;bottom:-7px;height:8px;background:rgba(231,25,31,.16);border-radius:50%;transform:rotate(-1.5deg)}.hero h2{font-size:clamp(22px,2.3vw,31px);font-weight:700;margin-bottom:18px}.hero-copy>p{font-size:clamp(16px,1.4vw,19px);color:#57514b;max-width:570px;line-height:2}.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-top:35px}.hero-actions .button{min-height:58px;font-size:15px}.text-link{display:inline-flex;align-items:center;gap:10px;font-size:15px;font-weight:800;transition:color .2s}.text-link:hover{color:var(--red)}.text-link i{font-size:20px;color:#149a56}.hero-note{display:flex;gap:10px;align-items:center;font-size:12px;font-weight:700;color:#81726a;margin-top:52px;flex-wrap:wrap}.hero-note b{color:var(--red);font-size:10px}.hero-art{height:610px;position:relative;isolation:isolate}.hero-art:before{content:"";position:absolute;inset:28px 15px 0 22px;border:1px solid rgba(185,14,20,.26);border-radius:47% 47% 10px 10px;transform:rotate(-6deg)}.hero-photo-frame{position:absolute;inset:0 25px 20px 0;overflow:hidden;border-radius:48% 48% 8px 8px;background:#d1b59d;box-shadow:0 25px 60px rgba(93,43,29,.17)}.hero-photo-frame img{width:100%;height:100%;object-fit:cover;object-position:50% 75%;filter:saturate(1.1)}.hero-seal{position:absolute;top:5%;left:-8%;width:110px;height:110px;background:var(--red);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;line-height:1.4;box-shadow:0 15px 35px rgba(100,10,10,.18);transform:rotate(-14deg);font-size:12px;font-weight:800}.hero-seal i{font-size:24px;margin-block:3px}.hero-caption{position:absolute;bottom:0;right:-25px;background:var(--ink);color:#fff;padding:17px 28px;display:flex;align-items:center;gap:20px;border-radius:4px}.hero-caption span{color:#eb7775;font-size:12px}.hero-caption strong{font-size:14px}.hero-bottom{position:absolute;left:0;right:0;bottom:0;height:40px;display:flex;align-items:center;justify-content:space-between;color:#a18d7b;font-size:11px;font-weight:700;letter-spacing:.05em;max-width:var(--wrap);margin:auto}.scroll-indicator{border:1px solid var(--beige);border-radius:50%;width:30px;height:30px;display:grid;place-items:center}
.section-kicker{font-size:13px}.section-kicker span{color:#aa8b76;font-size:12px;letter-spacing:.08em}.section-kicker.light{color:#f4bbb1}.section-kicker.light span{color:#ed938d}.about{background:#fff}.about-layout{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(60px,7vw,120px)}.about-visual{position:relative;min-height:530px}.about-photo{position:absolute;inset:0 45px 35px 0;overflow:hidden;border-radius:4px 130px 4px 4px}.about-photo img{width:100%;height:100%;object-fit:cover;filter:sepia(.06)}.about-visual:after{content:"";position:absolute;width:45%;height:55%;border:1px solid var(--beige);left:0;bottom:0;z-index:0;transform:translate(-25px,20px)}.about-label{position:absolute;bottom:0;right:-20px;z-index:2;width:135px;height:135px;background:var(--red);color:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.4;box-shadow:0 15px 35px rgba(231,25,31,.19)}.about-label strong{font-size:30px}.about-label span{font-size:11px}.about h2,.section-heading h2,.why h2,.contact h2{font-size:clamp(36px,4.3vw,62px);letter-spacing:-.06em;font-weight:800;margin:22px 0}.about-copy>p{font-size:clamp(16px,1.38vw,19px);line-height:2.25;color:#5f5954;max-width:550px}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;border-top:1px solid var(--line);margin-top:45px;padding-top:28px}.about-stats div{display:flex;flex-direction:column;gap:1px}.about-stats strong{font-size:clamp(27px,3vw,40px);font-weight:800;color:var(--red);line-height:1.1}.about-stats span{font-size:13px;font-weight:700;color:#625d58}
.products{background:var(--paper)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:50px}.section-heading h2{margin-bottom:0}.section-heading>p{max-width:355px;color:var(--muted);font-size:16px;line-height:2;margin-bottom:6px}.product-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:26px}.product-card{background:#fff;overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:box-shadow .3s}.product-card:hover{box-shadow:0 17px 45px rgba(45,28,18,.11)}.product-card:first-child{grid-row:span 2}.product-photo{height:270px;overflow:hidden;position:relative;background:#d6c8b5}.product-card:first-child .product-photo{height:470px}.product-photo img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.22,1,.36,1)}.product-card:hover .product-photo img{transform:scale(1.045)}.product-card:nth-child(2) .product-photo img{object-position:center 45%}.product-card:nth-child(3) .product-photo img{object-position:center 60%}.product-card:nth-child(4) .product-photo img{object-position:center 45%}.product-number{position:absolute;top:20px;right:20px;background:rgba(255,249,242,.95);color:var(--ink);font-size:12px;font-weight:800;padding:5px 12px}.product-copy{padding:30px 34px 33px;display:flex;flex-direction:column;flex:1}.product-dash{width:30px;height:3px;background:var(--red);margin-bottom:13px}.product-copy h3{font-size:clamp(24px,2.35vw,34px);font-weight:800;margin:0 0 11px}.product-copy p{font-size:15px;color:#605b56;line-height:2;flex:1;margin-bottom:24px}.product-copy a{align-self:flex-start;font-size:14px;font-weight:800;color:var(--red);display:inline-flex;align-items:center;gap:10px}.product-copy a i{transition:transform .2s}.product-copy a:hover i{transform:translateX(-5px)}.product-card:nth-child(4){grid-column:1/-1;display:grid;grid-template-columns:1fr .85fr}.product-card:nth-child(4) .product-photo{height:340px}.product-card:nth-child(4) .product-copy{justify-content:center}
.why{background:#171514;color:#fff;position:relative;overflow:hidden}.why:before{content:"";position:absolute;width:560px;height:560px;border:1px solid rgba(231,25,31,.18);border-radius:50%;right:-190px;top:-210px}.why-glow{position:absolute;right:-220px;bottom:-350px;width:720px;height:720px;background:radial-gradient(circle,rgba(231,25,31,.15),transparent 65%)}.why-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(60px,9vw,150px);position:relative}.why h2{color:#fff;line-height:1.32}.why h2 em{color:#ff6466}.why-intro>p{color:#c5bbb4;font-size:18px}.why-symbol{font-size:clamp(90px,13vw,190px);line-height:1;color:rgba(231,25,31,.18);margin-top:55px}.why-points{border-top:1px solid rgba(255,255,255,.18)}.why-point{display:grid;grid-template-columns:68px 1fr;gap:24px;padding:29px 0;border-bottom:1px solid rgba(255,255,255,.18)}.why-point>span{color:#fa6c6e;font-size:17px;font-weight:800}.why-point h3{font-size:clamp(20px,1.9vw,26px);margin:0 0 9px}.why-point p{font-size:15px;color:#b9b3ae;line-height:1.9;margin:0}
.branches{background:#fff}.branch-route{height:63px;position:relative;display:flex;align-items:flex-start;justify-content:space-between;color:#ae8e77;font-size:12px;font-weight:700;margin-bottom:20px;padding-inline:7%}.branch-route:after{content:"";position:absolute;right:8%;left:8%;bottom:18px;height:1px;background:linear-gradient(to left,var(--red),#ecd5c6)}.branch-route span{position:relative}.branch-route span:after{content:"";position:absolute;bottom:-33px;right:50%;width:10px;height:10px;border-radius:50%;background:var(--red);z-index:1;box-shadow:0 0 0 5px #fbe9e3}.branch-list{border-top:1px solid var(--line)}.branch{display:grid;grid-template-columns:95px minmax(0,1fr) auto;gap:25px;align-items:center;padding:30px 14px;border-bottom:1px solid var(--line);transition:background .25s,padding .25s}.branch:hover{background:#fff9f6;padding-inline:23px}.branch-index{display:flex;align-items:center;gap:16px;color:var(--red)}.branch-index span{font-size:13px;font-weight:800}.branch-index i{font-size:18px}.branch-type{font-size:12px;color:var(--red);font-weight:800}.branch h3{font-size:clamp(20px,2vw,26px);margin:4px 0}.branch p{font-size:14px;color:var(--muted);margin:0}.branch-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.branch-actions a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:8px 13px;border:1px solid var(--line);font-size:13px;font-weight:800;white-space:nowrap;transition:background .2s,color .2s,border-color .2s}.branch-actions a:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.branch-actions a i{color:var(--red)}.branch-actions a:hover i{color:#fff}.branch-actions .map-link{background:var(--red);border-color:var(--red);color:#fff}.branch-actions .map-link i{color:#fff}.branch-actions .map-link:hover{background:var(--red-deep);border-color:var(--red-deep)}
.contact{background:var(--red);color:#fff;position:relative;overflow:hidden}.contact-ring{position:absolute;width:660px;height:660px;border:1px solid rgba(255,255,255,.24);border-radius:50%;left:-200px;top:-250px;box-shadow:0 0 0 85px rgba(255,255,255,.035),0 0 0 170px rgba(255,255,255,.025)}.contact-layout{display:flex;align-items:end;justify-content:space-between;gap:50px;position:relative}.contact h2{color:#fff;margin-bottom:20px}.contact h2 em{color:#ffd0c8}.contact p{font-size:18px;color:#ffe0d8;max-width:520px}.contact-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap;margin-top:28px}.contact-phone{font-size:20px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.6)}.contact-side{text-align:center;min-width:180px}.contact-side>span{font-size:13px;color:#ffe0d8}.contact-social{display:flex;gap:10px;margin-top:15px;justify-content:center}.contact-social a{width:47px;height:47px;border:1px solid rgba(255,255,255,.45);display:grid;place-items:center;font-size:20px;transition:background .2s,color .2s,transform .2s}.contact-social a:hover{background:#fff;color:var(--red);transform:translateY(-3px)}
.site-footer{background:#141414;color:#fff;padding-top:68px}.footer-main{display:grid;grid-template-columns:1.5fr .7fr .8fr;gap:90px;padding-bottom:65px}.footer-brand{display:flex;align-items:flex-start;gap:23px}.footer-brand>a{flex:none;width:90px;height:90px;border-radius:50%;background:#fff;overflow:hidden;display:grid;place-items:center}.footer-logo,.footer-brand .custom-logo{width:90px;height:90px;object-fit:cover;transform:scale(1.2)}.footer-brand strong{font-size:20px}.footer-brand p{max-width:380px;font-size:14px;color:#aaa;line-height:2;margin:10px 0 0}.footer-links,.footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.site-footer h3{font-size:16px;margin-bottom:13px}.footer-links a,.footer-contact>span{font-size:13px;color:#aaa;transition:color .2s}.footer-links a:hover{color:#fff}.footer-phone{font-size:18px;font-weight:800}.social-links{display:flex;gap:8px;margin-top:15px}.social-links a{width:36px;height:36px;border:1px solid rgba(255,255,255,.22);display:grid;place-items:center;transition:background .2s,border-color .2s}.social-links a:hover{background:var(--red);border-color:var(--red)}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-block:20px;display:flex;justify-content:space-between;gap:20px;color:#999;font-size:12px}.footer-bottom a{color:#fff}.footer-bottom a i{margin-right:5px}.fallback-content{padding-block:80px;min-height:60vh}
@media(max-width:1200px){.header-inner{gap:22px}.desktop-nav{gap:13px}.desktop-nav a{font-size:12px}.brand{min-width:150px}.hero-art{height:555px}.hero-layout{min-height:630px}.branch{grid-template-columns:70px minmax(0,1fr)}.branch-actions{grid-column:2}.footer-main{gap:45px}}
@media(max-width:980px){.desktop-nav,.header-cta{display:none}.menu-toggle{display:flex}.header-inner{min-height:74px}.hero{min-height:auto}.hero-layout{min-height:0;grid-template-columns:1fr 1fr;gap:20px;padding-block:65px 75px}.hero-art{height:460px}.hero h1{font-size:clamp(39px,4.6vw,55px)}.hero h2{font-size:20px}.hero-copy>p{font-size:15px}.hero-note{margin-top:30px}.about-layout{gap:45px}.about-visual{min-height:440px}.about-photo{inset:0 25px 25px 0}.about-label{width:100px;height:100px}.product-card:first-child .product-photo{height:390px}.product-photo{height:220px}.product-copy{padding:25px}.footer-main{gap:30px}.footer-brand{flex-direction:column}}
@media(max-width:767px){html{scroll-padding-top:75px}.wrap{width:min(calc(100% - 40px),560px)}.section{padding-block:76px}.hero-layout{display:flex;flex-direction:column;align-items:stretch;gap:30px;padding-block:63px 64px}.hero-copy{padding:0}.hero h1{font-size:clamp(39px,9vw,54px);margin:20px 0}.hero h2{font-size:clamp(20px,5vw,26px)}.hero-copy>p{font-size:16px;line-height:2}.hero-actions{gap:20px;margin-top:27px}.hero-actions .button{min-height:54px}.hero-note{margin-top:28px}.hero-art{height:420px;width:min(100%,430px);margin:auto}.hero-seal{width:85px;height:85px;left:-6%;font-size:10px}.hero-seal i{font-size:18px}.hero-caption{right:-8px}.hero-bottom{display:none}.about-layout{display:flex;flex-direction:column;gap:35px}.about-visual{width:100%;min-height:380px;order:2}.about-copy{order:1}.about h2,.section-heading h2,.why h2,.contact h2{font-size:clamp(34px,8vw,45px)}.about-copy>p{font-size:16px}.about-stats{margin-top:30px}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin:13px 0 0}.product-grid{display:block}.product-card{margin-bottom:21px}.product-card:first-child,.product-card:nth-child(4){display:flex}.product-card:first-child .product-photo,.product-card:nth-child(4) .product-photo,.product-photo{height:290px}.product-copy{padding:24px}.product-copy p{font-size:14px}.why-layout{display:flex;flex-direction:column;gap:20px}.why-symbol{display:none}.why-intro>p{font-size:16px}.why-point{grid-template-columns:45px 1fr;gap:15px;padding-block:25px}.branch-route{display:none}.branch{grid-template-columns:1fr;gap:9px;padding:25px 0}.branch:hover{padding-inline:0}.branch-index{gap:10px}.branch-index i{font-size:16px}.branch-actions{grid-column:1;margin-top:8px}.branch-actions a{flex:1;min-width:100px}.contact-layout{display:flex;flex-direction:column;align-items:flex-start;gap:42px}.contact p{font-size:16px}.contact-side{text-align:right}.contact-social{justify-content:flex-start}.footer-main{grid-template-columns:1fr 1fr;gap:35px;padding-bottom:40px}.footer-brand{grid-column:1/-1;flex-direction:row;align-items:center}.footer-brand>a{width:72px;height:72px}.footer-logo,.footer-brand .custom-logo{width:72px;height:72px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}}
@media(max-width:480px){.header-inner{min-height:68px}.brand-mark,.brand-logo,.brand .custom-logo{width:54px;height:54px}.brand-copy strong{font-size:18px}.brand-copy small{font-size:10px}.hero-layout{padding-top:52px}.hero h1{font-size:clamp(37px,9vw,44px)}.hero h2{font-size:20px}.hero-actions{align-items:stretch}.hero-actions .button{min-width:100%}.hero-art{height:340px}.hero-photo-frame{inset:0 15px 17px 0}.hero-seal{left:-2%}.about-visual{min-height:310px}.about-label{width:90px;height:90px;right:-5px}.about-label strong{font-size:24px}.about-stats span{font-size:11px}.product-photo,.product-card:first-child .product-photo,.product-card:nth-child(4) .product-photo{height:235px}.product-copy p{font-size:14px}.branch-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.branch-actions .map-link{grid-column:1/-1}.footer-main{grid-template-columns:1fr 1fr;gap:28px}.footer-brand{align-items:flex-start}.footer-brand strong{font-size:17px}.footer-brand p{font-size:12px}.footer-links,.footer-contact{gap:4px}}
@media(max-width:360px){.wrap{width:calc(100% - 36px)}.brand-copy small{display:none}.hero h1{font-size:36px}.hero-art{height:295px}.product-copy{padding:20px}.branch-actions a{font-size:12px;padding-inline:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.preloader{display:none}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
@media(min-width:981px){.product-card:first-child .product-photo{height:700px}}
@media(min-width:768px) and (max-width:980px){.product-card:first-child .product-photo{height:600px}}
html{overflow-x:clip}

/* 2026 identity, menu and fire-loader enhancement */
body.menu-lightbox-open{overflow:hidden}
.brand{min-width:86px}
.brand-mark{width:86px;height:72px;border-radius:0;background:transparent;box-shadow:none;overflow:visible}
.brand-logo,.brand .custom-logo{width:86px;height:72px;object-fit:contain;transform:none}
.footer-main{grid-template-columns:minmax(150px,.55fr) .7fr .8fr}
.footer-brand{align-items:flex-start}
.footer-brand>a{width:148px;height:148px;border-radius:10px;background:#fff;overflow:hidden;padding:7px;box-shadow:0 16px 35px rgba(0,0,0,.24)}
.footer-logo,.footer-brand .custom-logo{width:134px;height:134px;object-fit:contain;transform:none}

.preloader{background:#100d0c;gap:25px;animation:preloader-curtain 1s cubic-bezier(.77,0,.18,1) 1.45s forwards;isolation:isolate;overflow:hidden}
.preloader:before,.preloader:after{content:"";position:absolute;inset:0;pointer-events:none}
.preloader:before{background:radial-gradient(circle at 50% 47%,rgba(231,25,31,.22),transparent 31%),linear-gradient(115deg,transparent 35%,rgba(255,255,255,.025) 50%,transparent 65%)}
.preloader:after{border:1px solid rgba(255,255,255,.06);inset:24px}
.preloader-stage{position:relative;width:190px;height:190px;display:grid;place-items:center}
.preloader-halo{position:absolute;inset:9px;border:1px solid rgba(231,25,31,.38);border-radius:50%;animation:loader-halo 1.35s ease-in-out infinite}
.preloader-halo:before,.preloader-halo:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(231,25,31,.15)}
.preloader-halo:before{inset:18px}.preloader-halo:after{inset:-18px}
.preloader-logo{position:relative;z-index:2;width:142px;height:142px;object-fit:contain;filter:drop-shadow(0 16px 24px rgba(0,0,0,.28));animation:loader-logo 1s cubic-bezier(.22,1,.36,1) both}
.preloader-flame-core{position:absolute;z-index:3;top:-5px;right:50%;width:30px;height:47px;transform:translateX(50%);filter:drop-shadow(0 0 12px rgba(255,41,35,.7));animation:loader-flame 1s ease-in-out infinite alternate;transform-origin:50% 100%}
.preloader-flame-core i,.preloader-flame-core b{position:absolute;display:block;bottom:0;left:50%;transform:translateX(-50%) rotate(45deg);border-radius:70% 12% 65% 35%}
.preloader-flame-core i{width:29px;height:29px;background:#f52224}
.preloader-flame-core b{width:15px;height:15px;background:#ffb32e;bottom:1px}
.preloader-status{position:relative;z-index:2;color:#fff;display:flex;align-items:center;gap:15px;font-size:12px;font-weight:700;letter-spacing:.06em}
.preloader-status i{width:78px;height:2px;background:rgba(255,255,255,.16);position:relative;overflow:hidden}
.preloader-status i:after{content:"";position:absolute;inset:0;background:var(--red);transform-origin:right;animation:loader-progress 1.35s ease forwards}
.preloader-embers{position:absolute;inset:0;pointer-events:none}
.preloader-embers i{position:absolute;left:50%;top:50%;width:4px;height:4px;background:#ff564d;border-radius:50%;opacity:0;box-shadow:0 0 9px #ef211d}
.preloader-embers i:nth-child(1){--x:-74px;--d:.05s}.preloader-embers i:nth-child(2){--x:58px;--d:.22s}.preloader-embers i:nth-child(3){--x:-35px;--d:.38s}.preloader-embers i:nth-child(4){--x:88px;--d:.53s}.preloader-embers i:nth-child(5){--x:26px;--d:.66s}.preloader-embers i:nth-child(6){--x:-96px;--d:.78s}
.preloader-embers i{animation:loader-ember 1.15s ease-out var(--d) infinite}
@keyframes preloader-curtain{0%{opacity:1;clip-path:inset(0)}99%{opacity:1;clip-path:inset(0 0 100% 0)}100%{opacity:0;visibility:hidden;clip-path:inset(0 0 100% 0)}}
@keyframes loader-logo{from{opacity:0;transform:scale(.72) rotate(-7deg)}to{opacity:1;transform:scale(1) rotate(0)}}
@keyframes loader-halo{50%{transform:scale(1.08);opacity:.45}}
@keyframes loader-flame{to{transform:translateX(50%) scale(.88,1.12) rotate(-4deg)}}
@keyframes loader-progress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes loader-ember{0%{opacity:0;transform:translate(0,20px) scale(.5)}25%{opacity:1}100%{opacity:0;transform:translate(var(--x),-150px) scale(0)}}

.menu-showcase{background:#171514;color:#fff;position:relative;overflow:hidden}
.menu-showcase:before{content:"MENU";position:absolute;left:-2vw;top:45%;transform:translateY(-50%) rotate(-90deg);font-size:clamp(95px,16vw,240px);font-weight:800;letter-spacing:-.08em;color:rgba(255,255,255,.025);line-height:1}
.menu-showcase-glow{position:absolute;width:760px;height:760px;border-radius:50%;background:radial-gradient(circle,rgba(231,25,31,.2),transparent 67%);right:-350px;top:-310px}
.menu-heading{position:relative;align-items:end}
.menu-heading h2{color:#fff}.menu-heading h2 em{color:#ff6d6f}.menu-heading>p{color:#bdb2aa}
.menu-pages{display:grid;grid-template-columns:1.04fr .96fr;gap:clamp(24px,4vw,58px);align-items:start;position:relative;padding:10px 4% 35px}
.menu-page{appearance:none;border:0;background:transparent;color:#fff;padding:0;text-align:inherit;cursor:zoom-in;position:relative;transition:transform .55s cubic-bezier(.22,1,.36,1);min-width:0}
.menu-page-primary{transform:rotate(1.6deg)}.menu-page-secondary{transform:translateY(72px) rotate(-1.8deg)}
.menu-page:hover{transform:translateY(-10px) rotate(0)}.menu-page-secondary:hover{transform:translateY(57px) rotate(0)}
.menu-page:before{content:"";position:absolute;inset:12px -12px -12px 12px;border:1px solid rgba(244,189,155,.32);transition:inset .45s}
.menu-page:hover:before{inset:7px -7px -7px 7px}
.menu-page-image{display:block;position:relative;overflow:hidden;background:#ead3a8;box-shadow:0 30px 65px rgba(0,0,0,.36)}
.menu-page-image:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 40%,rgba(255,255,255,.18) 50%,transparent 60%);transform:translateX(120%);transition:transform .8s}
.menu-page:hover .menu-page-image:after{transform:translateX(-120%)}
.menu-page-image img{width:100%;height:auto;aspect-ratio:1130/1600;object-fit:cover}
.menu-page-label{position:absolute;z-index:3;right:-22px;top:32px;background:var(--red);min-width:220px;padding:14px 18px;color:#fff;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;box-shadow:0 15px 30px rgba(92,6,9,.3)}
.menu-page-label b{font-size:11px;color:#ffc5bf}.menu-page-label strong{font-size:14px}.menu-page-label i{font-size:13px}
.menu-note{position:relative;display:flex;justify-content:space-between;align-items:center;gap:25px;margin-top:70px;padding-top:25px;border-top:1px solid rgba(255,255,255,.16);font-size:13px;color:#bdb2aa}
.menu-note span i{color:var(--red);margin-left:8px}.menu-note a{color:#fff;font-weight:800;display:inline-flex;align-items:center;gap:10px}.menu-note a i{color:var(--red);transition:transform .2s}.menu-note a:hover i{transform:translateX(-5px)}
.menu-lightbox{position:fixed;inset:0;z-index:300;background:rgba(10,8,7,.94);backdrop-filter:blur(12px);display:grid;place-items:center;padding:70px 24px 30px;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}
.menu-lightbox.is-open{opacity:1;visibility:visible}
.menu-lightbox-scroll{width:min(92vw,790px);height:calc(100svh - 110px);overflow:auto;overscroll-behavior:contain;box-shadow:0 30px 90px rgba(0,0,0,.6);background:#ead3a8;scrollbar-color:var(--red) #302b28}
.menu-lightbox-scroll img{width:100%;height:auto}
.menu-lightbox-close{position:absolute;top:20px;left:24px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(20,20,20,.68);color:#fff;display:grid;place-items:center;cursor:pointer;font-size:20px;transition:background .2s,transform .2s}
.menu-lightbox-close:hover{background:var(--red);transform:rotate(90deg)}
.menu-lightbox-hint{position:absolute;top:28px;right:24px;color:#cfc7c1;font-size:12px}.menu-lightbox-hint i{color:var(--red);margin-left:7px}

@media(max-width:980px){.brand{min-width:86px}.menu-pages{padding-inline:0}.menu-page-label{right:-10px}.footer-main{grid-template-columns:150px 1fr 1fr}.footer-brand{flex-direction:row}}
@media(max-width:767px){.brand,.brand-mark,.brand-logo,.brand .custom-logo{width:74px;min-width:74px;height:62px}.menu-pages{grid-template-columns:1fr;gap:32px;padding-bottom:0}.menu-page,.menu-page-primary,.menu-page-secondary{transform:none}.menu-page:hover,.menu-page-secondary:hover{transform:translateY(-7px)}.menu-page-secondary{width:92%;margin-right:auto}.menu-page-label{right:-8px;top:22px;min-width:190px}.menu-note{margin-top:38px;align-items:flex-start;flex-direction:column}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-brand>a{width:128px;height:128px}.footer-logo,.footer-brand .custom-logo{width:114px;height:114px}.preloader-stage{width:165px;height:165px}.preloader-logo{width:124px;height:124px}}
@media(max-width:480px){.brand,.brand-mark,.brand-logo,.brand .custom-logo{width:66px;min-width:66px;height:56px}.menu-page-secondary{width:100%}.menu-page-label{min-width:175px;padding:11px 14px}.menu-lightbox{padding:66px 10px 18px}.menu-lightbox-scroll{width:100%;height:calc(100svh - 88px)}.menu-lightbox-hint{right:16px;top:26px;max-width:210px}.menu-lightbox-close{left:14px;top:18px}}
@media(prefers-reduced-motion:reduce){.preloader{display:none}.menu-page,.menu-page-image:after,.menu-lightbox{transition:none}}

/* Avant-garde ignition sequence: editorial rather than a conventional spinner */
.preloader{display:block;background:#0b0b0b;animation:ignition-exit .9s cubic-bezier(.83,0,.17,1) 1.9s forwards}
.preloader:before{inset:-20%;background:linear-gradient(112deg,transparent 38%,rgba(231,25,31,.09) 43%,rgba(231,25,31,.25) 44%,transparent 49%);animation:heat-sweep 1.3s cubic-bezier(.2,.8,.2,1) .2s both}
.preloader:after{inset:auto 0 0;height:4px;border:0;background:var(--red);transform-origin:right;animation:ignition-line 1.55s cubic-bezier(.65,0,.35,1) both}
.preloader-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:80px 80px;mask-image:linear-gradient(to bottom,transparent,#000 22%,#000 78%,transparent);opacity:.7}
.preloader-coordinates{position:absolute;right:clamp(24px,5vw,78px);top:clamp(26px,6vh,68px);display:flex;gap:20px;color:#666;font:700 9px/1.2 Arial,sans-serif;letter-spacing:.18em;writing-mode:vertical-rl}
.preloader-stage{position:absolute;left:50%;top:50%;width:min(42vw,390px);height:min(62vh,520px);transform:translate(-50%,-50%);display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#fffaf4 0,#e9ddd2 100%);clip-path:polygon(18% 0,100% 0,82% 100%,0 100%);box-shadow:0 35px 90px rgba(0,0,0,.48)}
.preloader-stage:before,.preloader-stage:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.09);clip-path:polygon(18% 0,100% 0,82% 100%,0 100%)}
.preloader-stage:after{inset:18px;border-color:rgba(231,25,31,.28);transform:translateX(12px)}
.preloader-logo{z-index:4;width:82%;height:82%;object-fit:contain;filter:drop-shadow(0 24px 45px rgba(0,0,0,.55));clip-path:inset(100% 0 0);animation:identity-reveal 1s cubic-bezier(.22,1,.36,1) .36s forwards}
.preloader-flame-core{z-index:3;top:0;right:50%;width:10px;height:100%;transform:translateX(50%) skewX(-9deg);background:linear-gradient(to bottom,transparent 0,#ff3135 28%,#e7191f 70%,transparent 100%);border-radius:0;filter:blur(.2px) drop-shadow(0 0 16px rgba(231,25,31,.85));animation:core-strike 1.2s cubic-bezier(.7,0,.2,1) both}
.preloader-flame-core:before{content:"";position:absolute;left:-36px;right:-36px;top:48%;height:1px;background:#ff3538;box-shadow:0 0 14px #e7191f;transform:scaleX(0);animation:cross-strike .65s ease .62s forwards}
.preloader-slice{position:absolute;z-index:2;display:block;background:var(--red);mix-blend-mode:screen;opacity:.72;transform:skewX(-9deg) scaleY(0);transform-origin:bottom}
.preloader-slice-a{width:23px;height:54%;right:30%;bottom:15%;animation:slice-rise .68s cubic-bezier(.22,1,.36,1) .18s forwards}
.preloader-slice-b{width:7px;height:38%;left:28%;top:18%;transform-origin:top;animation:slice-rise .58s cubic-bezier(.22,1,.36,1) .42s forwards}
.preloader-index{position:absolute;z-index:5;bottom:4px;right:8px;color:#fff;font:700 11px/1 Arial,sans-serif;letter-spacing:.18em}
.preloader-word{position:absolute;left:clamp(22px,5vw,76px);bottom:clamp(52px,9vh,105px);color:#fff;font:800 clamp(44px,8vw,124px)/.8 Arial,sans-serif;letter-spacing:-.075em;opacity:0;transform:translateX(-35px);animation:word-arrive .7s cubic-bezier(.22,1,.36,1) .72s forwards}
.preloader-word:after{content:"MODERN SWEETS · JEDDAH";display:block;color:#e7191f;font:700 8px/1.2 Arial,sans-serif;letter-spacing:.38em;margin-top:19px;margin-left:5px}
.preloader-status{position:absolute;right:clamp(24px,5vw,78px);bottom:clamp(34px,6vh,62px);z-index:6;color:#777;display:grid;grid-template-columns:auto clamp(70px,11vw,160px) auto;align-items:center;gap:13px;font:700 8px/1 Arial,sans-serif;letter-spacing:.14em}
.preloader-status i{width:auto;height:1px;background:#303030}.preloader-status i:after{animation:ignition-line 1.45s cubic-bezier(.65,0,.35,1) .15s both}.preloader-status b{color:#fff;font:700 10px/1 Arial,sans-serif}
@keyframes identity-reveal{0%{clip-path:inset(100% 0 0);transform:translateY(35px) scale(.94)}100%{clip-path:inset(0);transform:translateY(0) scale(1)}}
@keyframes core-strike{0%{height:0;top:50%;opacity:0}25%{opacity:1}100%{height:100%;top:0;opacity:1}}
@keyframes cross-strike{to{transform:scaleX(1)}}
@keyframes slice-rise{to{transform:skewX(-9deg) scaleY(1)}}
@keyframes word-arrive{to{opacity:1;transform:translateX(0)}}
@keyframes heat-sweep{from{transform:translateX(65%)}to{transform:translateX(-45%)}}
@keyframes ignition-line{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes ignition-exit{0%{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}100%{clip-path:polygon(0 0,100% 0,72% 0,72% 0);visibility:hidden}}
@media(max-width:767px){.preloader-stage{width:250px;height:360px}.preloader-word{font-size:48px;bottom:80px}.preloader-word:after{font-size:7px;letter-spacing:.25em}.preloader-status{right:20px;left:20px;bottom:27px;grid-template-columns:auto 1fr auto}.preloader-coordinates{right:18px;top:24px}.preloader-grid{background-size:52px 52px}}
@media(prefers-reduced-motion:reduce){.preloader{display:none}}
