:root{--red:#a6342a;--cream:#f6edd9;--ink:#46382e;--line:#c8b995;--green:#3e594a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Tahoma,Arial,sans-serif;font-size:16px}button,a{font:inherit}a{color:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.4}header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 6%;border-bottom:3px double var(--red)}.brand{font-family:Georgia,serif;font-size:32px;color:var(--green);text-decoration:none}.header-note{font-size:14px;color:#79674e}.language{background:transparent;border:1px solid var(--line);border-radius:2px;padding:10px 18px;color:var(--ink)}.notice{text-align:center;background:var(--green);color:#fff9e7;font-size:12px;padding:8px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:5%;padding:46px 6% 50px;max-width:1440px;margin:auto}.copy{display:flex;flex-direction:column;justify-content:center;padding:20px 0}.eyebrow{font-size:14px;color:var(--red);margin-bottom:24px;display:flex;align-items:center;gap:14px}.eyebrow:before{content:'';width:32px;height:2px;background:var(--red)}h1{font-family:'Geeza Pro','Noto Naskh Arabic',Georgia,serif;font-size:clamp(48px,5.7vw,82px);line-height:1.25;margin:0 0 24px;color:var(--red);font-weight:700;letter-spacing:0}.intro{font-size:17px;line-height:1.95;margin:0 0 26px;max-width:470px}.price{font-size:32px;font-weight:bold;color:var(--red)}.pack{font-size:14px;margin:12px 0 24px;color:#77634b}.purchase{display:flex;gap:12px;max-width:470px}.quantity{display:flex;align-items:center;border:1px solid var(--line);background:#fffaf0}.quantity button{width:44px;height:54px;border:0;background:none;font-size:23px;color:var(--ink)}.quantity output{width:30px;text-align:center}.buy{border:1px solid var(--red);border-radius:2px;background:var(--red);color:#fff9e7;flex:1;padding:15px;font-weight:bold;box-shadow:0 3px 0 #712b22}.buy:hover{background:#852d25}.delivery{font-size:13px;line-height:1.8;color:#79654e;max-width:470px}.visual{min-width:0;position:relative;background:#eee0c4;border:1px solid var(--red);outline:1px solid var(--red);outline-offset:-7px;padding:20px 24px 18px;box-shadow:8px 9px 0 #d6c5a640;display:flex;flex-direction:column;justify-content:center}.poster-label{display:flex;justify-content:space-between;align-items:center;color:var(--red);font-size:14px;padding-bottom:12px;border-bottom:1px solid #b69668}.poster-label span:first-child{font-size:24px;font-family:'Geeza Pro',Georgia,serif;font-weight:bold}.product-frame{position:relative;height:330px;display:flex;align-items:center;justify-content:center;margin:10px 0}.product-frame>img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.price-seal{position:absolute;left:4px;top:20px;width:94px;height:94px;border:3px double var(--red);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--cream);color:var(--red);transform:rotate(-10deg)}.price-seal strong{font-family:Georgia,serif;font-size:38px;line-height:1}.price-seal span{font-size:12px;margin-top:5px}.gallery{display:flex;justify-content:center;gap:10px;direction:rtl}.thumb{width:94px;max-width:30%;padding:7px;background:#f9f0dc;border:1px solid #bfa780;color:#6a513c;border-radius:1px;display:flex;flex-direction:column;align-items:center;gap:6px}.thumb img{width:100%;height:55px;object-fit:contain;mix-blend-mode:multiply}.thumb span{font-size:12px}.thumb.active{border:2px solid var(--red);padding:6px;background:#fff8e9;color:var(--red)}.poster-foot{text-align:center;font-size:13px;margin:16px 0 0;padding-top:12px;border-top:1px solid #b69668;color:#70543a}.strip{display:flex;justify-content:space-around;gap:20px;flex-wrap:wrap;background:var(--red);color:#fff1d7;border-block:4px double #e1c7a0;padding:19px 6%;font-size:14px}.story{max-width:1200px;margin:auto;padding:90px 6% 55px}.memory-layout{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.memory-copy small{color:var(--red);font-size:14px}h2{font-family:'Geeza Pro',Georgia,serif;font-size:38px;line-height:1.5;color:var(--red);margin:18px 0}.memory-copy p{font-size:17px;line-height:2.1;color:#705e48}.memory-photo{margin:0;background:#fffaf0;padding:13px 13px 18px;transform:rotate(3deg);box-shadow:0 5px 20px #49371b20;max-width:390px;justify-self:center;border:1px solid #e3d5bc}.memory-photo img{display:block;width:100%;height:360px;object-fit:cover;object-position:50% 57%}.memory-photo figcaption{text-align:center;font-family:'Geeza Pro',Georgia,serif;font-size:20px;padding-top:15px;color:#766046}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;border-top:3px double var(--line);padding-top:32px;margin-top:70px;text-align:center}.steps b{font-size:17px;color:var(--green)}.steps p{font-size:14px;line-height:1.9;color:#705e48}.faq{max-width:800px;margin:auto;padding:0 30px 65px}.faq h2{text-align:center;font-size:32px}details{padding:22px 0;border-bottom:1px solid var(--line)}summary{cursor:pointer;font-size:17px}details p{line-height:1.8;color:#705e48}footer{background:var(--green);color:#fff5df;padding:30px 6%;display:flex;justify-content:space-between;gap:20px;font-size:13px}.status{padding:12px;border:1px solid var(--line);line-height:1.8;font-size:14px}.sticky{display:none}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--green);outline-offset:4px}[dir=ltr] h1{font-size:clamp(44px,5vw,70px)}[dir=ltr] .memory-photo{transform:rotate(-3deg)}
@media(min-width:1500px){.hero{padding-block:65px}.product-frame{height:390px}}
@media(max-width:760px){header{padding:15px 6%}.header-note{display:none}.brand{font-size:28px}.hero{display:flex;flex-direction:column;gap:28px;padding:25px 6% 35px}.copy{order:0;padding:0}.visual{order:1;padding:18px 20px}.eyebrow{margin-bottom:15px;font-size:13px}h1{font-size:49px;line-height:1.25;margin-bottom:16px}[dir=ltr] h1{font-size:46px}.intro{font-size:16px;line-height:1.9;margin-bottom:17px}.price{font-size:28px}.pack{font-size:13px;margin:10px 0 18px}.delivery{font-size:12px}.product-frame{height:285px}.price-seal{width:85px;height:85px;top:5px}.price-seal strong{font-size:34px}.poster-foot{font-size:12px}.strip{font-size:13px;gap:15px;padding:16px 5%}.story{padding:50px 7% 30px}.memory-layout{display:flex;flex-direction:column;gap:36px}.memory-photo{max-width:320px;width:90%}.memory-photo img{height:300px}.memory-copy{width:100%}.memory-copy h2{font-size:34px}.memory-copy p{font-size:16px}.steps{grid-template-columns:1fr;gap:15px;margin-top:35px;padding-top:25px}.steps p{margin:8px 0}.faq{padding:0 6% 45px}.faq h2{font-size:30px}.sticky{position:fixed;bottom:0;right:0;left:0;display:flex;align-items:center;justify-content:space-between;gap:15px;background:#f9f0dcfa;padding:12px 6%;padding-bottom:max(12px,env(safe-area-inset-bottom));border-top:1px solid var(--line);z-index:5}.sticky button{flex:0 1 58%;padding:12px}.sticky b{color:var(--red);font-size:22px}footer{padding-bottom:110px;flex-direction:column}.purchase{max-width:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media(max-width:760px){.hero{gap:0}.copy{display:contents}.eyebrow{order:0}h1{order:1;font-size:44px}.visual{order:2;margin:7px 0 23px}.intro{order:3}.price{order:4}.pack{order:5}.purchase{order:6}.delivery{order:7}.status{order:8}.product-frame{height:205px;margin:5px 0}.poster-label{padding-bottom:8px}.poster-label span:first-child{font-size:20px}.thumb img{height:38px}.poster-foot{margin-top:10px;padding-top:9px}[dir=ltr] h1{font-size:39px}}

/* Original supplied logo, displayed without changing the source image. */
.brand{display:block;position:relative;width:90px;height:94px;overflow:hidden;flex-shrink:0}.brand img{position:absolute;width:145px;height:145px;max-width:none;left:-27px;top:-25px;mix-blend-mode:multiply}header{padding-block:12px}@media(max-width:760px){.brand{width:68px;height:72px}.brand img{width:110px;height:110px;left:-21px;top:-19px}header{padding-block:9px}}
