/* Final public-site design layer — restrained, editorial and media-led. */
:root {
    --lux-ink: #eee7d8;
    --lux-forest: #050505;
    --lux-deep: #000000;
    --lux-cream: #eee7d8;
    --lux-paper: #050505;
    --lux-sand: #b39b7c;
    --lux-line: rgba(238, 231, 216, .18);
    --lux-light-line: rgba(238, 231, 216, .24);
    --lux-display: "Cormorant Garamond", Georgia, serif;
    --lux-sans: "DM Sans", "Noto Sans Arabic", sans-serif;
}

html { background: var(--lux-deep); }
body { background: #000; color: var(--lux-cream); font-family: var(--lux-sans); font-size: 14px; font-weight: 300; line-height: 1.75; }
body.locale-ar { font-family: "Noto Sans Arabic", var(--lux-sans); }
main { overflow: clip; }
.smoke-orb, .film-grain { opacity: .12; pointer-events: none; }
.site-container { width: min(1320px, calc(100% - 8vw)); }
.site-header { background: rgba(0, 0, 0, .9); border-bottom: 1px solid rgba(238, 231, 216, .1); backdrop-filter: blur(12px); }
.header-shell { min-height: 78px; }
.brand,
.brand-mark {
    width: 92px;
    height: 62px;
    flex: 0 0 92px;
    overflow: hidden;
}
.brand { display: inline-grid; place-items: center; }
.brand-mark { display: grid; place-items: center; }
.brand-logo {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
    padding: 3px;
    box-sizing: border-box;
    object-fit: contain;
    object-position: center;
}
.site-nav { gap: clamp(18px, 2.3vw, 38px); }
.site-nav a { color: var(--lux-cream); font-size: 13px; font-weight: 400; letter-spacing: .09em; text-transform: uppercase; }
.site-nav a::after { background: var(--accent); }
.lang-switch { color: var(--lux-cream); font-size: 12px; }
.site-footer { background: var(--lux-deep); color: rgba(238, 231, 216, .7); border-top: 0; }
.site-footer a { color: inherit; }
.footer-heading { color: var(--lux-cream); font-weight: 400; letter-spacing: .08em; }
.footer-logo { max-width: 150px; max-height: 60px; object-fit: contain; }

h1, h2, h3, h4 { color: inherit; font-family: var(--lux-display); font-weight: 400; letter-spacing: -.02em; line-height: 1.02; }
.entry-content { color: inherit; font-size: inherit; font-weight: 300; }
.entry-content > :first-child { margin-top: 0; }
.entry-content > :last-child { margin-bottom: 0; }
.lux-kicker { margin: 0 0 14px; font-family: var(--lux-sans); font-size: 10px; font-weight: 400; letter-spacing: .22em; line-height: 1.4; text-transform: uppercase; }
.lux-text-link, .lux-back { color: inherit; font-size: 11px; font-style: normal; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.lux-text-link i { margin-inline-start: 8px; font-style: normal; transition: transform .25s ease; }
a:hover .lux-text-link i, .lux-text-link:hover i { transform: translate(3px, -3px); }
.lux-empty { grid-column: 1 / -1; padding: 48px 0; border-top: 1px solid var(--lux-line); color: rgba(238, 231, 216, .62); }

.lux-hero { position: relative; min-height: min(82vh, 820px); display: grid; align-items: end; overflow: hidden; color: var(--lux-cream); background: var(--lux-deep); }
.lux-hero > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lux-hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08) 20%, rgba(0,0,0,.78) 100%); }
.lux-hero__content { position: relative; z-index: 1; width: min(1320px, calc(100% - 8vw)); margin: 0 auto; padding: 120px 0 clamp(58px, 8vw, 110px); }
.lux-hero__content h1 { max-width: 900px; margin: 0; font-size: clamp(52px, 8vw, 112px); }
.lux-hero__content > p:not(.lux-kicker), .lux-hero__content .entry-content { max-width: 620px; margin: 22px 0 0; color: rgba(238,231,216,.8); font-size: 14px; }
.lux-hero--category { min-height: min(88vh, 900px); }
.lux-hero--category .lux-back { display: inline-block; margin-bottom: 34px; color: rgba(238,231,216,.75); }
.lux-intro { width: min(760px, calc(100% - 10vw)); margin: 0 auto; padding: clamp(72px, 9vw, 130px) 0; text-align: center; font-family: var(--lux-display); font-size: clamp(23px, 3vw, 38px); line-height: 1.35; }

.lux-collection, .lux-category-index, .lux-journal-section, .lux-flavors { padding-top: clamp(70px, 8vw, 120px); padding-bottom: clamp(80px, 9vw, 140px); }
.lux-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; padding-bottom: 22px; border-bottom: 1px solid var(--lux-line); }
.lux-section-head h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); }
.lux-section-head > span { color: rgba(238,231,216,.6); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.lux-filter { display: flex; align-items: end; gap: 18px; margin: -8px 0 38px; padding: 18px 0; border-bottom: 1px solid var(--lux-line); }
.lux-filter label { flex: 0 1 220px; }
.lux-filter label > span { display: block; margin-bottom: 6px; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.lux-filter select { width: 100%; padding: 7px 24px 7px 0; border: 0; border-bottom: 1px solid rgba(238,231,216,.32); border-radius: 0; color: var(--lux-cream); background: #000; font: 300 12px var(--lux-sans); }
.lux-filter button, .lux-filter > a { min-height: 34px; padding: 8px 18px; border: 1px solid var(--lux-ink); color: var(--lux-ink); background: transparent; font: 400 10px var(--lux-sans); letter-spacing: .14em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.lux-filter button { color: #000; background: var(--lux-cream); }

.lux-product-grid, .products-grid-four, .malaki-products-row { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: clamp(12px, 1.5vw, 22px) !important; background: transparent; border: 0; }
.lux-product-card { min-width: 0; background: #000; border: 1px solid var(--accent); }
.lux-product-card__link { position: relative; min-height: 455px; display: flex; flex-direction: column; overflow: hidden; color: var(--lux-cream); text-decoration: none; }
.lux-product-card__media { height: 355px; display: grid; place-items: center; padding: 30px 26px 8px; }
.lux-product-card__media img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 24px 18px rgba(0,0,0,.5)); transition: transform .65s cubic-bezier(.22,.7,.15,1); }
.lux-product-card__copy { min-height: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px 20px 24px; text-align: center; }
.lux-product-card__title { font-family: var(--lux-display); font-size: 25px; line-height: 1.08; }
.lux-product-card__underline { width: 46px; height: 1px; margin-top: 14px; background: var(--accent); transition: width .35s ease; }
.lux-product-card:hover .lux-product-card__media img { transform: translateY(-9px) scale(1.025); }
.lux-product-card:hover .lux-product-card__underline { width: 78px; }

.lux-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.lux-category-card { position: relative; min-height: 570px; display: flex; align-items: end; overflow: hidden; color: var(--lux-cream); background: #000; text-decoration: none; }
.lux-category-card__media, .lux-category-card__media video, .lux-category-card__media > span { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background-position: center; background-size: cover; transition: transform .8s ease; }
.lux-category-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.86)); }
.lux-category-card__index { position: absolute; top: 25px; left: 28px; z-index: 1; font-size: 10px; letter-spacing: .18em; }
.lux-category-card__copy { position: relative; z-index: 1; display: flex; flex-direction: column; width: 100%; padding: 36px; }
.lux-category-card__copy small { font-size: 9px; letter-spacing: .17em; text-transform: uppercase; opacity: .7; }
.lux-category-card__copy strong { margin-top: 7px; font-family: var(--lux-display); font-size: clamp(40px,5vw,68px); font-weight: 400; line-height: 1; }
.lux-category-card__copy em { max-width: 470px; margin-top: 18px; font-size: 12px; font-style: normal; opacity: .72; }
.lux-category-card:hover .lux-category-card__media { transform: scale(1.035); }

.lux-product-hero { min-height: 780px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); background: var(--lux-paper); }
.lux-product-hero__media { position: relative; min-height: 780px; display: grid; place-items: center; overflow: hidden; background: #000; isolation: isolate; }
.lux-product-hero__media > span { position: absolute; inset: -30px; z-index: -1; background: linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.88)),var(--product-image) center/cover; filter: blur(12px) saturate(.65); }
.lux-product-hero__media img { width: min(72%, 620px); height: 70%; object-fit: contain; filter: drop-shadow(0 35px 30px rgba(15,25,19,.25)); }
.lux-product-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 110px clamp(50px,7vw,120px); background: var(--lux-forest); color: var(--lux-cream); }
.lux-product-hero__copy .lux-back { margin-bottom: 80px; color: rgba(238,231,216,.62); }
.lux-product-hero__copy h1 { max-width: 650px; margin: 0; font-size: clamp(54px,7vw,96px); }
.lux-product-hero__lead { max-width: 500px; margin: 28px 0 0; color: rgba(238,231,216,.72); font-size: 14px; }
.lux-product-hero__tags { display: flex; flex-wrap: wrap; gap: 9px 16px; margin-top: 25px; }
.lux-product-hero__tags a { color: rgba(238,231,216,.58); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.lux-outline-link { width: fit-content; margin-top: 45px; padding: 12px 23px; border: 1px solid var(--lux-light-line); color: var(--lux-cream); font-size: 10px; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.lux-product-story { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; padding-top: clamp(90px,10vw,150px); padding-bottom: clamp(80px,9vw,130px); border-bottom: 1px solid var(--lux-line); }
.lux-product-story .entry-content { max-width: 780px; font-family: var(--lux-display); font-size: clamp(22px,2.7vw,35px); line-height: 1.42; }
.lux-flavor-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.lux-flavor-card { background: #070707; border: 1px solid var(--lux-line); }
.lux-flavor-card figure { height: 340px; margin: 0; padding: 25px; background: #000; }
.lux-flavor-card img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 20px 16px rgba(0,0,0,.5)); }
.lux-flavor-card > div { padding: 24px; }
.lux-flavor-card h3 { margin: 0 0 12px; font-size: 26px; }
.lux-flavor-card .entry-content { color: rgba(238,231,216,.68); font-size: 11px; }
.lux-product-film { width: 100%; max-height: 90vh; background: var(--lux-deep); }
.lux-product-film video { width: 100%; max-height: 90vh; display: block; object-fit: contain; }
.lux-downloads { padding-top: 55px; padding-bottom: 55px; }
.lux-downloads > a { display: flex; justify-content: space-between; padding: 16px 0; border-top: 1px solid var(--lux-line); color: inherit; font-size: 12px; text-decoration: none; }
.lux-downloads > a:last-child { border-bottom: 1px solid var(--lux-line); }
.lux-downloads i { font-style: normal; }

.lux-page-title { padding-top: clamp(160px,16vw,240px); padding-bottom: clamp(70px,9vw,130px); }
.lux-page-title h1 { max-width: 950px; margin: 0; font-size: clamp(62px,10vw,140px); }
.lux-page-title > p:not(.lux-kicker), .lux-page-title > .entry-content { max-width: 660px; margin-top: 25px; color: rgba(238,231,216,.66); }
.lux-journal-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 50px 24px; }
.lux-journal-card__media { position: relative; height: 440px; display: block; overflow: hidden; background: #070707; }
.lux-journal-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.lux-journal-card__media > span { position: absolute; left: 18px; bottom: 16px; padding: 5px 9px; color: var(--lux-cream); background: rgba(0,0,0,.76); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.lux-journal-card:hover img { transform: scale(1.025); }
.lux-journal-card__body { padding: 23px 3px; }
.lux-journal-card__body h3 { margin: 5px 0 14px; font-size: 30px; line-height: 1.1; }
.lux-journal-card__body h3 a { color: inherit; text-decoration: none; }
.lux-journal-card__body > p:not(.lux-kicker) { display: -webkit-box; overflow: hidden; color: rgba(238,231,216,.64); font-size: 12px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.lux-journal-card__body .lux-text-link { display: inline-block; margin-top: 16px; }
.lux-article__header { padding-top: clamp(160px,15vw,220px); padding-bottom: 65px; text-align: center; }
.lux-article__header .lux-back { display: inline-block; margin-bottom: 50px; }
.lux-article__header h1 { max-width: 1050px; margin: 0 auto; font-size: clamp(48px,8vw,100px); }
.lux-article__header > p:not(.lux-kicker) { max-width: 660px; margin: 25px auto 0; color: rgba(238,231,216,.64); }
.lux-article__cover { width: min(1500px,96vw); height: min(75vh,860px); margin: 0 auto; }
.lux-article__cover img { width: 100%; height: 100%; object-fit: cover; }
.lux-article__body { display: grid; grid-template-columns: minmax(0,760px) minmax(240px,1fr); gap: clamp(50px,8vw,130px); padding-top: clamp(70px,9vw,130px); padding-bottom: clamp(80px,10vw,150px); }
.lux-article__body > .entry-content { font-size: 15px; line-height: 1.9; }

.lux-faq { padding-bottom: clamp(90px,12vw,170px); }
.lux-faq__item { border-top: 1px solid var(--lux-line); }
.lux-faq__item:last-child { border-bottom: 1px solid var(--lux-line); }
.lux-faq__item summary { display: grid; grid-template-columns: 50px 1fr 30px; gap: 18px; align-items: center; padding: 26px 0; list-style: none; cursor: pointer; font-family: var(--lux-display); font-size: clamp(22px,2.5vw,34px); }
.lux-faq__item summary::-webkit-details-marker { display:none; }
.lux-faq__item summary span { font-family: var(--lux-sans); font-size: 9px; letter-spacing: .14em; opacity: .55; }
.lux-faq__item summary i { justify-self: end; font-family: var(--lux-sans); font-size: 22px; font-style: normal; font-weight: 300; transition: transform .25s; }
.lux-faq__item[open] summary i { transform: rotate(45deg); }
.lux-faq__item > .entry-content { max-width: 760px; margin-left: 68px; padding: 0 0 34px; color: rgba(238,231,216,.68); }
[dir="rtl"] .lux-faq__item > .entry-content { margin-left: 0; margin-right: 68px; }

.lux-contact-hero { padding: clamp(170px,18vw,260px) 0 clamp(70px,8vw,120px); color: var(--lux-cream); background: var(--lux-forest); }
.lux-contact-hero h1 { margin: 0; font-size: clamp(74px,13vw,180px); }
.lux-contact-hero p:not(.lux-kicker) { max-width: 600px; color: rgba(238,231,216,.64); }
.lux-contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px,10vw,150px); padding-top: clamp(80px,10vw,145px); padding-bottom: clamp(80px,10vw,145px); }
.lux-contact-intro > .entry-content { max-width: 520px; font-family: var(--lux-display); font-size: clamp(24px,3vw,38px); line-height: 1.4; }
.lux-contact-intro dl { margin: 60px 0 35px; }
.lux-contact-intro dl > div { display: grid; grid-template-columns: 90px 1fr; padding: 14px 0; border-top: 1px solid var(--lux-line); }
.lux-contact-intro dl > div:last-child { border-bottom: 1px solid var(--lux-line); }
.lux-contact-intro dt { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.lux-contact-intro dd { margin: 0; font-size: 12px; }
.lux-contact-intro a { color: inherit; }
.lux-contact-form { padding: clamp(36px,5vw,68px); background: #070707; border: 1px solid var(--lux-line); }
.lux-contact-form h2 { margin: 0 0 38px; font-size: clamp(40px,5vw,65px); }
.lux-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.lux-form-grid label { display: block; }
.lux-form-grid label > span { display: block; margin-bottom: 7px; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.lux-form-grid input, .lux-form-grid textarea { width: 100%; padding: 11px 0; border: 0; border-bottom: 1px solid rgba(238,231,216,.38); border-radius: 0; outline: 0; color: var(--lux-cream); background: transparent; font: 300 13px var(--lux-sans); resize: vertical; }
.lux-form-grid__full { grid-column: 1/-1; }
.lux-submit { margin-top: 32px; padding: 13px 23px; border: 0; color: #000; background: var(--lux-cream); font: 400 10px var(--lux-sans); letter-spacing: .15em; text-transform: uppercase; cursor: pointer; }
.lux-submit i { margin-inline-start: 20px; font-style: normal; }
.lux-map { height: min(62vh,650px); filter: saturate(.45) contrast(.88); }
.lux-map iframe { width: 100%; height: 100%; border: 0; }

.lux-coming { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; color: var(--lux-cream); background: var(--lux-deep); }
.lux-coming > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lux-coming__shade { position: absolute; inset: 0; background: rgba(9,16,12,.68); }
.lux-coming__copy { position: relative; z-index: 1; width: min(680px,86vw); text-align: center; }
.lux-coming__copy img { width: 70px; height: 70px; object-fit: contain; margin-bottom: 30px; }
.lux-coming__copy h1 { margin: 0; font-size: clamp(65px,12vw,150px); }
.lux-coming__copy .entry-content { color: rgba(238,231,216,.72); }
.lux-coming__copy > a { display: inline-block; margin-top: 35px; padding-bottom: 7px; border-bottom: 1px solid var(--lux-light-line); color: var(--lux-cream); font-size: 10px; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }

/* Refine existing Home/About without changing their deliberately simple structure. */
.malaki-home-about { background: #000 !important; color: var(--lux-cream) !important; }
.malaki-home-products { padding: clamp(65px,8vw,110px) 0 !important; background: #000 !important; }
.malaki-home-products__head { margin-bottom: 30px !important; }
.malaki-home-products__head p, .malaki-home-products__head a { font-family: var(--lux-sans) !important; font-size: 10px !important; font-weight: 400 !important; letter-spacing: .16em !important; text-transform: uppercase; }
.malaki-about-intro, .malaki-about-story, .malaki-about-closing { background-color: #000 !important; color: var(--lux-cream) !important; }

@media (max-width: 1050px) {
    .lux-product-grid, .products-grid-four, .malaki-products-row { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
    .lux-product-hero { grid-template-columns: 1fr 1fr; }
    .lux-flavor-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .lux-journal-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
    body { font-size: 13px; }
    .site-container { width: min(100% - 36px,1320px); }
    .header-shell { min-height: 66px; }
    .brand,
    .brand-mark { width: 76px; height: 52px; flex-basis: 76px; }
    .site-nav { background: rgba(0,0,0,.98) !important; }
    .site-nav a { font-size: 14px !important; }
    .lux-hero { min-height: 72svh; }
    .lux-hero__content { width: calc(100% - 36px); padding-bottom: 48px; }
    .lux-hero__content h1 { font-size: clamp(45px,15vw,72px); }
    .lux-intro { width: calc(100% - 50px); padding: 65px 0; font-size: 24px; }
    .lux-section-head { margin-bottom: 24px; }
    .lux-section-head h2 { font-size: 36px; }
    .lux-filter { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 12px; }
    .lux-filter label { min-width: 0; }
    .lux-filter button, .lux-filter > a { text-align: center; }
    .lux-product-grid, .products-grid-four, .malaki-products-row { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
    .lux-product-card__link { min-height: 340px; }
    .lux-product-card__media { height: 255px; padding: 22px 15px 6px; }
    .lux-product-card__copy { min-height: 85px; padding: 13px 10px 18px; }
    .lux-product-card__title { font-size: 19px; }
    .lux-category-grid { grid-template-columns: 1fr; }
    .lux-category-card { min-height: 68svh; }
    .lux-category-card__copy { padding: 25px; }
    .lux-product-hero { display: block; min-height: auto; }
    .lux-product-hero__media { min-height: 58svh; }
    .lux-product-hero__copy { min-height: 52svh; padding: 50px 24px 60px; }
    .lux-product-hero__copy .lux-back { margin-bottom: 45px; }
    .lux-product-hero__copy h1 { font-size: 56px; }
    .lux-product-story { display: block; padding-top: 70px; padding-bottom: 70px; }
    .lux-product-story .lux-kicker { margin-bottom: 28px; }
    .lux-flavor-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
    .lux-flavor-card figure { height: 230px; padding: 16px; }
    .lux-flavor-card > div { padding: 16px; }
    .lux-flavor-card h3 { font-size: 22px; }
    .lux-flavor-card .entry-content { display: none; }
    .lux-page-title { padding-top: 125px; padding-bottom: 65px; }
    .lux-page-title h1 { font-size: 64px; }
    .lux-journal-grid { grid-template-columns: 1fr; gap: 38px; }
    .lux-journal-card__media { height: 115vw; max-height: 530px; }
    .lux-article__header { padding-top: 120px; }
    .lux-article__header h1 { font-size: 48px; }
    .lux-article__cover { width: 100%; height: 62svh; }
    .lux-article__body { display: block; padding-top: 60px; }
    .lux-article__body > .lux-downloads { margin-top: 55px; }
    .lux-faq__item summary { grid-template-columns: 30px 1fr 22px; font-size: 23px; }
    .lux-faq__item > .entry-content { margin-left: 48px; }
    [dir="rtl"] .lux-faq__item > .entry-content { margin-left: 0; margin-right: 48px; }
    .lux-contact-hero h1 { font-size: 75px; }
    .lux-contact-grid { grid-template-columns: 1fr; gap: 65px; }
    .lux-contact-form { padding: 30px 22px; }
    .lux-form-grid { grid-template-columns: 1fr; }
    .lux-form-grid__full { grid-column: auto; }
    .lux-map { height: 55svh; }
}

@media (max-width: 390px) {
    .lux-product-card__link { min-height: 310px; }
    .lux-product-card__media { height: 230px; }
    .lux-product-card__title { font-size: 17px; }
    .lux-flavor-card figure { height: 200px; }
}
