@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');
:root{--ink:#28382b;--green:#394738;--gold:#8a7950;--line:#dfe4dc;--muted:#687064;--cream:#f6f5ee}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;color:var(--ink);background:#fff;font:16px/1.8 'IBM Plex Sans Arabic',sans-serif}html[lang=en] body{font-family:Manrope,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button,a,input{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--gold);outline-offset:5px}header{height:90px;position:sticky;top:0;z-index:20;background:#fffffff2;backdrop-filter:blur(15px);display:flex;align-items:center;justify-content:space-between;padding:0 4vw;gap:2rem;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:20px}.brand img{width:175px;height:55px;object-fit:contain}.brand span{border-inline-start:1px solid var(--line);padding-inline-start:18px;font-size:12px;white-space:nowrap}nav{display:flex;gap:2rem;font-weight:500}nav a:hover{color:var(--gold)}.controls{display:flex;gap:8px}header button{background:none;border:1px solid var(--line);border-radius:50%;height:42px;min-width:42px}#menu{display:none}.skip{position:fixed;top:-100px}.skip:focus{top:10px;z-index:99;background:#fff}.hero{position:relative;min-height:730px;background:#f3eee2;isolation:isolate;padding-bottom:64px}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1}.hero-copy{width:43%;margin-left:auto;padding:6rem 5vw 5rem 2vw;min-height:666px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{font-size:13px;letter-spacing:.13em;font-weight:600;color:var(--gold)}h1,h2,h3{line-height:1.45;margin-top:0;text-wrap:balance}h1{font-size:clamp(2.7rem,4.4vw,5rem);margin-bottom:1.25rem;font-weight:600}.hero-copy>p:not(.eyebrow){font-size:18px;color:#5b6051;max-width:440px}.primary{padding:14px 30px;background:var(--green);color:#fff;margin-top:18px;display:inline-block;border-radius:4px;font-weight:500}.primary:hover{background:#53634a}.hero-foot{position:absolute;bottom:0;inset-inline:0;display:flex;justify-content:space-between;padding:18px 5vw;background:#fffcf2b8;border-top:1px solid #a49b7d40;font-size:13px;letter-spacing:.08em}.section{padding:6rem 5vw;max-width:1600px;margin:auto}.section-head{display:flex;justify-content:space-between;align-items:end;gap:3rem;margin-bottom:3rem}.section-head>p{max-width:390px;color:var(--muted)}h2{font-size:clamp(2rem,3.4vw,3.8rem);font-weight:500;margin-bottom:0}.toolbar{display:flex;flex-wrap:wrap;align-items:end;gap:24px;border-block:1px solid var(--line);padding:25px 0}.search{min-width:260px;flex:1}.search span{display:block;font-size:13px;margin-bottom:7px}.search input{width:100%;padding:12px 16px;border:1px solid var(--line);border-radius:5px;background:#fff}.filters{display:flex;gap:8px;flex-wrap:wrap;flex:2;justify-content:flex-end}.filters button{padding:11px 17px;background:#fff;border:1px solid var(--line);border-radius:30px;font-size:14px}.filters button.active{background:var(--green);color:#fff;border-color:var(--green)}.results{display:flex;justify-content:space-between;align-items:center;margin:25px 0;font-size:14px}.results button{border:0;background:none;text-decoration:underline;color:var(--green)}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;background:#fff}.card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:9px;overflow:hidden;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:0 12px 26px #35433312}.card-image{aspect-ratio:1;background:#fff;padding:18px;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:contain}.card-copy{padding:22px;display:flex;flex-direction:column;flex:1;border-top:1px solid var(--line)}.card-copy small{font-size:12px;color:var(--gold)}.card-copy h3{font-size:17px;font-weight:500;margin:10px 0 15px;line-height:1.75}.card-copy code{font:12px/1.8 Manrope,sans-serif;color:var(--muted);direction:ltr;align-self:flex-start;margin-top:auto}.card-action{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:15px;margin-top:16px;font-size:14px}.more{display:block;margin:40px auto 0;padding:12px 40px;border:1px solid var(--green);border-radius:40px;background:#fff;color:var(--green)}.about{max-width:none;background:var(--cream);display:grid;grid-template-columns:1fr 1fr;gap:9vw;align-items:center}.about-mark{display:flex;flex-direction:column;align-items:center;gap:24px;padding:5rem 2rem;border-block:1px solid #d8d8ca}.about-mark img{width:90%;max-width:430px}.about-mark span{font:13px Manrope;letter-spacing:.4em;color:var(--gold)}.about p:not(.eyebrow){color:var(--muted);font-size:18px;margin-top:25px}.text-link{display:inline-block;margin-top:15px;padding-bottom:8px;border-bottom:1px solid var(--gold)}.stockists{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.stockist{padding:25px;border:1px solid var(--line);border-top:3px solid var(--gold)}.stockist small{color:var(--gold)}.stockist h3{font-size:20px;margin:12px 0}.stockist p{font-size:14px;color:var(--muted)}.stockist a{display:inline-block;font-size:14px;margin-inline-end:16px;text-decoration:underline}.empty{grid-column:1/-1;padding:40px;text-align:center}footer{padding:45px 5vw;display:flex;justify-content:space-between;align-items:center;gap:30px;background:var(--cream);border-top:1px solid var(--line);font-size:14px}footer img{width:150px}footer p{font:12px Manrope;letter-spacing:.15em}.detail{padding:65px 5vw;max-width:1500px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:6vw}.detail-photo{background:#fff;border:1px solid var(--line);border-radius:12px;padding:35px;align-self:start}.detail-photo img{width:100%;height:560px;object-fit:contain}.detail h1{font-size:clamp(1.9rem,3vw,3.1rem)}.detail-copy>p{color:var(--muted)}.facts{border-block:1px solid var(--line);padding:20px 0;margin:25px 0;display:flex;gap:30px}.facts small{display:block}.facts code{direction:ltr;display:block}details{padding:20px 0;border-bottom:1px solid var(--line)}summary{font-weight:600;cursor:pointer}details p{white-space:pre-line;color:var(--muted)}.related{grid-column:1/-1}.related h2{margin:40px 0 25px}.related .grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:1100px){.brand span{display:none}nav{gap:1.3rem}.grid,.stockists{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-copy{width:45%}.hero-copy h1{font-size:3.4rem}}
@media(max-width:800px){header{height:75px;padding-inline:5vw}.brand img{width:140px;height:42px}#menu{display:block}nav{display:none;position:absolute;top:75px;inset-inline:0;padding:24px;background:#fff;border-bottom:1px solid var(--line)}nav.open{display:flex;flex-direction:column}.hero{display:flex;flex-direction:column;padding-bottom:64px;min-height:0}.hero-image{position:relative;width:100%;height:390px;object-position:left center;z-index:0}.hero-copy{width:100%;min-height:0;padding:35px 7vw 45px}.hero-copy h1{font-size:2.8rem}.hero-copy>p:not(.eyebrow){font-size:17px}.section{padding:4rem 6vw}.section-head{display:block}.section-head>p{margin-top:20px}.toolbar{display:block}.filters{justify-content:flex-start;margin-top:20px}.grid,.stockists{grid-template-columns:repeat(2,minmax(0,1fr))}.about{grid-template-columns:1fr;gap:40px}.about-mark{padding:45px 0}.about-mark img{max-width:280px}.detail{grid-template-columns:1fr;padding:30px 6vw}.detail-photo img{height:350px}.related .grid{grid-template-columns:repeat(2,minmax(0,1fr))}footer{flex-wrap:wrap}.hero-foot{font-size:12px}}
@media(max-width:480px){.grid,.stockists,.related .grid{grid-template-columns:minmax(0,1fr)}.hero-image{height:340px}.card-image{aspect-ratio:1.15}.card-copy h3{font-size:18px}.facts{flex-wrap:wrap}.detail header{gap:8px}.hero-copy h1{font-size:2.5rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Collection worlds */
.worlds{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding-bottom:0}.world-tile{display:grid;grid-template-columns:40% 1fr;align-items:center;gap:25px;background:#f3f4ec;border:1px solid var(--line);padding:28px;border-radius:10px}.world-tile img{width:100%;height:270px;object-fit:contain;mix-blend-mode:multiply}.world-tile h2{font-size:2.3rem}.world-tile p:not(.eyebrow){color:var(--muted);font-size:15px}.world-tile span{border-bottom:1px solid var(--gold);padding-bottom:5px;font-size:14px}.dk-tile{background:#edf8f8}.hub-intro{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center;background:#f4f4eb;max-width:none}.hub-intro h1{font-size:clamp(3rem,5vw,5rem)}.hub-intro p:not(.eyebrow){max-width:560px;font-size:19px}.hub-photo{background:#fff;border-radius:30px;max-width:480px;width:100%;padding:30px;justify-self:center}.hub-photo img{width:100%;height:330px;object-fit:contain}.hub-groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:30px}.hub-groups button{padding:24px 18px;text-align:start;border:1px solid var(--line);background:#fff;border-radius:8px;color:var(--ink)}.hub-groups button strong,.hub-groups button span{display:block}.hub-groups button span{font-size:13px;margin-top:9px}.hub-groups button.active{background:var(--green);color:#fff}.dk-dent-page{--green:#176775;--gold:#237787;--ink:#153d45;--line:#d5e7e9}.dk-dent-page .hub-intro{background:#eaf5f5}.dk-dent-page .brand img{width:90px}.world-tile:hover{box-shadow:0 12px 30px #39473812}
@media(max-width:1100px){header nav{gap:1rem;font-size:14px}.worlds{grid-template-columns:1fr}.hub-groups{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:800px){.hub-intro{grid-template-columns:1fr;gap:35px}.hub-photo{max-width:360px}.hub-photo img{height:260px}.hub-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.world-tile{padding:20px;gap:15px}.world-tile h2{font-size:1.9rem}.world-tile img{height:200px}.masks-page header nav,.dk-dent-page header nav{position:static;display:flex;gap:12px;padding:0;border:0;font-size:12px}.masks-page .brand img{width:95px}.masks-page header,.dk-dent-page header{gap:10px;padding-inline:3vw}.masks-page header nav a:first-child,.dk-dent-page header nav a:first-child{display:none}}
@media(max-width:480px){.world-tile{grid-template-columns:1fr}.world-tile img{height:230px}.hub-groups button{padding:16px 12px;font-size:14px}.hub-intro h1{font-size:2.7rem}}

/* Approved editorial update */
.hub-intro{position:relative;isolation:isolate;display:flex;min-height:570px;padding:70px 5vw;justify-content:flex-start;overflow:hidden}.hub-banner{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1}.hub-intro>div{width:39%;margin-left:0;margin-right:0}.hub-intro h1{font-size:clamp(2.8rem,4.5vw,4.7rem)}
.world-tile{position:relative;display:flex;min-height:450px;align-items:flex-start;padding:35px;overflow:hidden;isolation:isolate;background:#f4f0e8}.world-tile>img{display:none}.world-tile:before{content:"";position:absolute;inset:0;z-index:-2;background:url('assets/mask-hero.png') left bottom/auto 100% no-repeat}.world-tile:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(270deg,#f8f5eeeF 0%,#f8f5eea8 47%,transparent 75%)}.world-tile>div{width:65%;margin-inline-start:auto}.world-tile h2{font-size:2.5rem}.world-tile span{display:inline-block;border:1px solid var(--green);border-radius:40px;padding:10px 22px;margin-top:10px}.dk-tile:before{background-image:url('assets/dk-hero.png')}.dk-tile:after{background:linear-gradient(270deg,#e7f7f9ed,#e7f7f999 47%,transparent 75%)}
.site-footer{display:block;background:#f3f2e9;padding:60px 5vw 25px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:6vw}.footer-grid h3{font-size:20px;margin:10px 0}.footer-grid p{font:15px/1.9 inherit;letter-spacing:0;max-width:380px}.footer-grid a{display:block;margin:12px 0;overflow-wrap:anywhere}.footer-grid .omelora-mark{width:95px;height:95px;object-fit:contain;border-radius:8px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:1px solid #d5d8cb;margin-top:35px;padding-top:22px;font-size:12px}
@media(max-width:800px){.hub-intro{display:flex;flex-direction:column;align-items:stretch;padding:0;min-height:0}.hub-banner{position:relative;height:300px;object-position:left center}.hub-intro>div{width:100%;padding:30px 6vw 40px}.footer-grid{grid-template-columns:1fr;gap:25px}.world-tile>div{width:70%}.world-tile h2{font-size:2rem}.world-tile{min-height:380px}.hub-intro h1{font-size:2.7rem}}
.hub-intro>div{margin-left:auto}.footer-grid p{font-family:inherit;font-size:15px;line-height:1.9;letter-spacing:0}@media(min-width:801px){.hub-intro{min-height:0;aspect-ratio:2.7/1;padding-block:40px}}

.footer-grid>div:first-child{text-align:center}.footer-grid>div:first-child p{margin-inline:auto}.footer-grid .omelora-mark{display:block;margin:0 auto 18px;width:120px;height:120px}.footer-grid .whatsapp-contact{display:flex;align-items:center;gap:14px;justify-content:flex-start;direction:rtl}.whatsapp-contact bdi{white-space:nowrap;font-family:Manrope,sans-serif;font-weight:500;letter-spacing:.04em}.approved-worlds{padding:0;margin:65px auto;max-width:1450px;width:94%;aspect-ratio:1881/836;position:relative;background:url('assets/approved-worlds.png') center/100% 100% no-repeat;display:flex;direction:rtl}.approved-worlds a{width:50%;height:100%;display:block;border-radius:20px}.approved-worlds a:hover{box-shadow:inset 0 0 0 2px #8a7950}.approved-worlds a:focus-visible{outline:3px solid #176775;outline-offset:3px}@media(max-width:600px){.approved-worlds{aspect-ratio:auto;background:none;display:grid;gap:20px}.approved-worlds a{width:100%;height:auto;aspect-ratio:900/780;background-image:url('assets/approved-worlds.png');background-size:209% 107%;background-repeat:no-repeat}.approved-mask{background-position:100% 50%}.approved-dk{background-position:0 50%}}
