@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400&family=Tajawal:wght@300;400;500;700&display=swap');

/* ---------------------------------------------------------------
   Tokens — quiet editorial palette, metal-free. A single ink runs
   through type, borders and accents; the only warmth left is
   "muted", used for secondary text, and "garnet", reserved for
   favourites/emphasis so it stays meaningful rather than decorative.
--------------------------------------------------------------- */
:root{
  --ink:#24201f;
  --paper:#fbfcff;
  --sand:#edf1f7;
  --sand-soft:#f6f8fc;
  --line:#d3dbe8;
  --muted:#596778;
  --accent:#477abb;
  --accent-soft:#dfe8f7;
  --garnet:#d96e5b;
  --ease:cubic-bezier(.22,.61,.36,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){ html{scroll-behavior:auto} *{animation-duration:.001ms !important;transition-duration:.001ms !important} }

body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:'Tajawal',Arial,sans-serif;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
}

img{max-width:100%;display:block}
a{color:inherit}
::selection{background:var(--accent-soft);color:var(--ink)}
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible{
  outline:1.5px solid var(--ink);
  outline-offset:3px;
}

.wrap{width:min(1320px,calc(100% - 64px));margin:auto}

h1,h2,h3,.serif{font-family:'Amiri','Tajawal',serif;font-weight:700;letter-spacing:0}

.kicker{font-size:10px;letter-spacing:2.4px;color:var(--muted);font-weight:700;text-transform:uppercase}

/* signature drop motif — drawn from the negative space between the
   crest's B and P. Used sparingly, in ink, never in colour. */
.ornament{display:flex;justify-content:center;margin:0 auto;opacity:.75}
.ornament svg{width:16px;height:28px}

.divider{display:flex;align-items:center;gap:18px;max-width:1320px;margin:0 auto;padding:0 24px}
.divider .rule{flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent)}

/* ---------------- announcement ---------------- */
.announce{background:var(--ink);color:#fff;text-align:center;font-size:11px;letter-spacing:.7px;padding:10px 12px}

/* ---------------- header ---------------- */
.header{
  position:sticky;top:0;z-index:50;
  height:88px;
  display:flex;align-items:center;justify-content:space-between;
  background:rgba(251,251,250,.94);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
  padding:0 max(24px,calc((100vw - 1320px)/2));
}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink)}
.brand img{width:54px;height:54px;object-fit:contain}
.brand .brand-text{display:flex;flex-direction:column;line-height:1.15}
.brand .brand-text b{font-family:'Amiri',serif;font-size:22px;font-weight:700}
.brand .brand-text small{font-size:10px;letter-spacing:2.5px;color:var(--accent);text-transform:uppercase}

.nav{display:flex;gap:30px;align-items:center}
.nav a{text-decoration:none;color:var(--ink);font-size:12.5px;position:relative;padding-bottom:3px}
.nav a::after{content:"";position:absolute;right:0;bottom:0;width:0;height:1px;background:var(--ink);transition:width .35s var(--ease)}
.nav a:hover::after{width:100%}
.nav .cart{padding:9px 0;border:0;border-bottom:1px solid var(--ink);font-size:12.5px;display:flex;align-items:center;gap:6px}
.nav .cart:hover{color:var(--muted)}
.nav .cart b{font-weight:700}

.nav-toggle{display:none;background:none;border:0;flex-direction:column;gap:5px;padding:8px;cursor:pointer}
.nav-toggle span{width:22px;height:1px;background:var(--ink)}

/* ---------------- hero (image-led, no product bottle) ---------------- */
.hero-home{border-bottom:1px solid var(--line);background:#f1f0ed;overflow:hidden}
.feature-slider{position:relative;height:430px;margin:20px auto 80px;overflow:hidden;border-radius:20px;background:#eeece8}.feature-slides,.feature-slides a{position:absolute;inset:0;width:100%;height:100%}.feature-slides a{display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .7s ease;text-decoration:none;background:linear-gradient(110deg,#ece9e3,#f8f7f4)}.feature-slides a.active{opacity:1}.feature-slides img{width:58%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:22px}.feature-slides span{position:absolute;right:8%;top:50%;transform:translateY(-50%);color:#1d1c1a}.feature-slides b{display:block;font-family:'Amiri',serif;font-size:3rem;font-weight:400}.feature-slides small{font-size:12px;color:#69645d}.feature-control{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;border-radius:50%;background:#272522;color:#fff;font-size:30px}.feature-control.next{right:20px}.feature-control.prev{left:20px}.feature-dots{position:absolute;z-index:3;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.feature-dots button{width:8px;height:8px;border:1px solid #403d38;border-radius:50%;background:transparent}.feature-dots button.active{width:24px;border-radius:8px;background:#403d38}
.hero-home-inner{position:relative;min-height:640px;display:flex;align-items:center;padding:80px max(32px,calc((100vw - 1320px)/2))}
.hero-home-copy{position:relative;z-index:2;width:min(52%,570px);padding:36px 0}
.hero-home-copy .kicker{color:var(--muted)}
.hero-home-copy h1{
  font-family:'Tajawal',sans-serif;font-weight:400;
  font-size:clamp(2.7rem,4.3vw,4.7rem);
  line-height:1.18;letter-spacing:-.5px;
  max-width:600px;margin:18px 0 20px;
}
.hero-home-copy h1 em{font-family:'Amiri',serif;font-style:italic;font-weight:400;color:inherit}
.hero-home-copy p{font-size:14px;line-height:2;max-width:420px;color:#4d4d49;margin:0 0 30px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;align-items:center}
.hero-note{margin-top:20px;font-size:11.5px;color:var(--muted);letter-spacing:.2px}

.btn-primary{
  display:inline-block;background:var(--ink);color:#fff;
  padding:15px 29px;font-size:12px;letter-spacing:.5px;text-decoration:none;
  border:1px solid var(--ink);
  transition:background .35s var(--ease),color .35s var(--ease);
}
.btn-primary:hover{background:transparent;color:var(--ink)}
.btn-ghost{
  display:inline-block;padding:15px 4px;font-size:12px;letter-spacing:.5px;
  text-decoration:underline;text-underline-offset:5px;color:var(--ink);
}
.btn-ghost:hover{color:var(--muted)}

.hero-portrait{position:absolute;top:0;bottom:0;left:max(0px,calc((100vw - 1320px)/2));width:42%;overflow:hidden}
.hero-portrait::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f1f0ed 0%,transparent 17%,transparent 100%)}
.hero-portrait img{width:100%;height:100%;object-fit:cover;object-position:50% 38%;filter:saturate(.92) contrast(.98)}

/* ---------------- generic section ---------------- */
.section{padding:108px 0}
.section-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:40px;gap:20px}
.collection-section{border-top:1px solid var(--line)}.collection-intro{max-width:500px;margin:-22px 0 32px;color:var(--muted);font-size:13px;line-height:1.85}
.section-head h2{font-size:clamp(2rem,3vw,2.75rem);margin:8px 0 0;font-weight:400}
.section-head a{font-size:12px;text-decoration:none;color:var(--ink);border-bottom:1px solid var(--ink);padding-bottom:5px;white-space:nowrap}

/* ---------------- heritage ---------------- */
.heritage{background:#1c1c1b;color:#fff}
.heritage .wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center;min-height:420px}
.heritage-art{display:flex;align-items:center;justify-content:flex-end;opacity:.55}
.heritage-art svg{width:64px;height:112px}
.heritage-copy{grid-column:2;padding:84px 0}
.heritage-copy .kicker{color:#c9c9c4}
.heritage-copy h2{font-size:clamp(2rem,3.6vw,3.4rem);font-weight:400;line-height:1.32;margin:14px 0 22px}
.heritage-copy h2 em{font-style:italic;color:inherit}
.heritage-copy p{color:#dbdbd7;font-size:14px;line-height:2;max-width:540px;margin-bottom:14px}
.heritage-copy p.lead{color:#efefec;font-size:15.5px}

/* ---------------- tabs ---------------- */
.tabs{display:none}

/* ---------------- product grid & card ---------------- */
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.product{background:transparent;border:0;padding:0;position:relative;transition:none}
.product-image{
  height:340px;display:grid;place-items:center;
  background:#f0f0ee;margin:0 0 17px;padding:30px;position:relative;overflow:hidden;
}
.product-image img{width:100%;height:100%;object-fit:contain;object-position:center;mix-blend-mode:multiply;transition:transform .5s var(--ease)}
.stock{position:absolute;top:13px;right:13px;z-index:3;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:700;letter-spacing:.03em;background:#fff;color:#285b3c;box-shadow:0 2px 10px rgba(0,0,0,.06)}
.stock-out{color:#8d3232;background:#fff4f3}.stock-soon{color:#78602e;background:#fff9e9}
.pbottle{height:92%;width:auto;display:block;margin:0 auto;transition:transform .5s var(--ease)}
.product:hover .pbottle,.product:hover .product-image img{transform:translateY(-4px) scale(1.02)}

.product-info small{font-size:10.5px;color:var(--muted)}
.product-info h3{font-family:'Tajawal',sans-serif;font-size:15px;margin:8px 0 5px;font-weight:500}
.price{font-weight:500;font-size:12.5px;color:var(--ink)}
.product-meta{display:none}
.intensity{color:var(--ink)}

.heart{
  position:absolute;top:12px;left:12px;z-index:2;
  background:transparent;border:0;color:var(--ink);
  width:32px;height:32px;cursor:pointer;font-size:16px;
  display:grid;place-items:center;transition:transform .25s;
}
.heart:hover{transform:scale(1.08)}
.heart.on{color:var(--garnet)}

.quick{
  width:100%;margin-top:14px;padding:11px;
  border:1px solid var(--ink);background:transparent;color:var(--ink);
  font:500 11.5px 'Tajawal',sans-serif;letter-spacing:.3px;cursor:pointer;
  transition:background .3s,color .3s;
}
.quick:hover{background:var(--ink);color:#fff}
.quick:disabled{opacity:.58;cursor:not-allowed;background:#e7e4df;color:#6d6861;border-color:#e7e4df}

.product-link{color:inherit;text-decoration:none;display:block}

.header{transition:box-shadow .35s var(--ease),background .35s var(--ease)}
.header.scrolled{box-shadow:0 8px 24px -20px rgba(0,0,0,.5);background:rgba(251,251,250,.98)}
.btn-primary{position:relative;overflow:hidden}.btn-primary::before{content:"";position:absolute;inset:0;background:rgba(255,255,255,.18);transform:translateX(102%);transition:transform .45s var(--ease)}.btn-primary:hover::before{transform:translateX(0)}
.category{transition:background .35s var(--ease),padding .35s var(--ease)}.category .cat-arrow{transition:transform .35s var(--ease),color .35s var(--ease)}
@media (hover:hover) and (pointer:fine){.category:hover{background:#f2f1ee;padding-top:19px}.category:hover .cat-arrow{transform:translateX(-7px);color:#9f7740}.wish-main:hover{border-color:#9f7740;color:#9f7740}.hero-actions .btn-ghost:hover{color:#9f7740;border-color:#9f7740}}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s var(--ease),transform .65s var(--ease)}.reveal.is-visible{opacity:1;transform:translateY(0)}

/* Refined product interaction — a restrained lift and warm brass highlight. */
.product{isolation:isolate;will-change:transform;transition:transform .42s cubic-bezier(.22,.61,.36,1),box-shadow .42s cubic-bezier(.22,.61,.36,1)}
.product::after{content:"";position:absolute;inset:-1px;z-index:-1;border:1px solid rgba(159,119,64,0);pointer-events:none;transition:border-color .42s ease,box-shadow .42s ease}
.product-image::after{content:"";position:absolute;inset:0;background:linear-gradient(118deg,transparent 35%,rgba(255,255,255,.48) 50%,transparent 64%);transform:translateX(-125%);transition:transform .7s cubic-bezier(.22,.61,.36,1);pointer-events:none}
@media (hover:hover) and (pointer:fine){
  .product:hover{transform:translateY(-7px);box-shadow:0 18px 38px -26px rgba(22,22,22,.4)}
  .product:hover::after{border-color:rgba(159,119,64,.65);box-shadow:0 0 0 3px rgba(159,119,64,.07)}
  .product:hover .product-image img,.product:hover .product-image .pbottle{transform:translateY(-5px) scale(1.025)}
  .product:hover .product-image::after{transform:translateX(125%)}
  .product:hover .quick{background:#9f7740;border-color:#9f7740;color:#fff}
  .product:hover h3{color:#6d4d21}
}

/* ---------------- categories ---------------- */
.core-categories{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.core-categories a{position:relative;min-height:210px;padding:28px 30px;text-decoration:none;color:var(--ink);display:flex;flex-direction:column;align-items:flex-start;border-left:1px solid var(--line);overflow:hidden;transition:background .35s ease,color .35s ease}
.core-categories a:last-child{border-left:0}.core-categories a::before{content:"";position:absolute;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(159,119,64,.17),transparent 67%);top:-70px;left:-70px;opacity:0;transition:opacity .4s ease}
.core-categories span,.core-categories small,.core-categories i,.core-categories b{position:relative;z-index:1}.core-categories span{font:11px/1 'DM Mono',monospace;color:var(--muted);letter-spacing:.14em}.core-categories b{font-family:'Amiri',serif;font-size:2rem;font-weight:400;margin:auto 0 7px}.core-categories small{font-size:11px;color:var(--muted)}.core-categories i{font-style:normal;font-size:11px;margin-top:19px;opacity:.7}
@media (hover:hover){.core-categories a:hover{background:#1d1c1a;color:#fff}.core-categories a:hover::before{opacity:1}.core-categories a:hover small,.core-categories a:hover span{color:#d7d2ca}.core-categories a:hover i{color:#d7b37a}}
.category-gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.category-visual{position:relative;display:block;aspect-ratio:.83;overflow:hidden;border-radius:18px;background:#e8e4de;text-decoration:none;color:#fff;isolation:isolate}
.category-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 36%,rgba(19,18,16,.72) 100%);z-index:1}
.category-visual img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .65s cubic-bezier(.2,.65,.25,1),filter .45s ease}
.category-visual span{position:absolute;z-index:2;right:18px;bottom:19px;font-size:17px;font-weight:600;letter-spacing:-.02em}
.category-visual i{position:absolute;z-index:2;left:16px;bottom:21px;font-style:normal;font-size:10px;opacity:0;transform:translateX(-8px);transition:opacity .3s ease,transform .3s ease;white-space:nowrap}
@media (hover:hover){.category-visual:hover img{transform:scale(1.065);filter:contrast(1.04)}.category-visual:hover i{opacity:1;transform:translateX(0)}}
.category b{font-family:'Amiri',serif;font-size:2rem;font-weight:400}
.category span{font-size:11.5px;color:var(--muted)}
.category .cat-arrow{margin-top:auto;color:var(--ink);font-size:17px}

/* ---------------- statement ---------------- */
.statement{text-align:center;padding:150px 24px;background:var(--ink);color:#fff}
.statement blockquote{
  font-family:'Amiri',serif;font-style:italic;font-weight:400;
  font-size:clamp(1.5rem,2.9vw,2.2rem);
  max-width:760px;margin:22px auto 20px;line-height:1.75;color:#f4f4f2;
}
.statement cite{font-style:normal;font-size:10.5px;letter-spacing:2.4px;color:#a9a9a5;text-transform:uppercase}

.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.faq details{border:1px solid var(--line);background:#fff;padding:0 18px}.faq summary{cursor:pointer;list-style:none;padding:19px 0;font-size:13px;font-weight:500}.faq summary::before{content:'+';display:inline-block;margin-left:10px;font-size:19px;font-weight:400}.faq details[open] summary::before{content:'−'}.faq details p{border-top:1px solid var(--line);margin:0;padding:14px 0 18px;color:var(--muted);font-size:12.5px;line-height:1.8}

/* ---------------- benefits ---------------- */
.benefits{padding:56px 0;background:#f2f2f0}
.benefits .wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.benefit{padding:0 28px;border-left:1px solid var(--line);font-size:13px;display:flex;gap:14px;align-items:flex-start}
.benefit:last-child{border-left:0}
.benefit svg{width:20px;height:20px;color:var(--ink);flex-shrink:0;margin-top:2px}
.benefit b{display:block;margin-bottom:4px;font-size:13.5px;font-weight:500}
.benefit span{font-size:11.5px;color:var(--muted)}

/* ---------------- footer ---------------- */
.footer{background:var(--ink);color:#eee;padding:64px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px;padding-bottom:44px}
.footer-brand img{width:44px;margin-bottom:14px;filter:grayscale(1) brightness(4)}
.footer-brand p{color:#a9a9a5;font-size:13px;max-width:280px;line-height:1.85}
.footer h3{font-family:'Amiri',serif;font-size:15px;margin:0 0 16px;color:#fff;font-weight:700;letter-spacing:1px;text-transform:uppercase}
.footer p,.footer a{display:block;color:#cfcfca;font-size:13px;margin:9px 0;text-decoration:none;width:fit-content}
.footer a:hover{color:#fff}
.foot-bottom{margin-top:8px;padding-top:20px;border-top:1px solid #3a3a38;color:#a9a9a5;font-size:11.5px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}

/* ---------------- floating whatsapp + toast ---------------- */
.wa{
  position:fixed;bottom:22px;left:22px;z-index:80;
  background:var(--ink);color:#fff;padding:11px 18px;border:1px solid #fff;border-radius:0;
  text-decoration:none;font-size:12.5px;font-weight:500;letter-spacing:.2px;
  display:flex;align-items:center;gap:8px;
  box-shadow:0 12px 24px -8px rgba(0,0,0,.35);
}
.toast{
  position:fixed;top:22px;left:22px;z-index:120;
  background:var(--ink);color:#fff;padding:13px 18px;
  transform:translateX(-150%);transition:transform .35s var(--ease);
  font-size:13px;display:flex;align-items:center;gap:8px;
}
.toast.show{transform:translateX(0)}
.toast .tick{color:#fff}

.card-description{margin:0 0 10px;color:var(--muted);font-size:11px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:37px}

/* ---------------- responsive ---------------- */
@media (max-width:980px){
  .hero-home-inner{min-height:600px;padding:60px 32px;align-items:flex-end}
  .hero-home-copy{width:100%;padding-bottom:0}
  .hero-portrait{top:0;right:0;left:auto;width:68%;height:100%;opacity:.72}
  .hero-portrait::after{background:linear-gradient(0deg,#f1f0ed 3%,rgba(241,240,237,.68) 42%,transparent 100%)}
  .products{grid-template-columns:repeat(3,1fr)}
  .product-image{height:280px}
  .heritage .wrap{display:block;min-height:auto}
  .heritage-copy{padding:68px 0}
  .core-categories a{min-height:185px;padding:24px}.category-gallery{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr;row-gap:36px}
}
@media (max-width:760px){
  .header{height:74px;padding:0 20px}
  .nav{
    position:fixed;top:0;left:0;height:100vh;width:78vw;max-width:320px;
    background:var(--paper);flex-direction:column;align-items:flex-start;justify-content:center;
    gap:30px;padding:0 34px;
    transform:translateX(-100%);transition:transform .4s var(--ease);
    border-left:1px solid var(--line);z-index:100;
  }
  .nav.open{transform:translateX(0)}
  .nav-toggle{display:flex}
  .wrap{width:min(100% - 36px,1320px)}
  .hero-home-copy h1{font-size:3rem}
  .section{padding:70px 0}
  .products{grid-template-columns:repeat(2,1fr);gap:12px}
  .product-image{height:220px;padding:18px}
  .core-categories a{padding:20px}.core-categories b{font-size:1.65rem}.category-gallery{grid-template-columns:repeat(3,1fr);gap:10px}
  .benefits .wrap{display:block}
  .benefit{border-left:0;border-bottom:1px solid var(--line);padding:15px 0}
  .benefit:last-child{border-bottom:0}
  .footer-grid{grid-template-columns:1fr;gap:36px}
  .statement{padding:90px 20px}
}

/* Mobile-first polish: larger touch targets, a right-side RTL menu and clearer product cards. */
@media (max-width:760px){
  body{padding-bottom:74px}
  .announce{padding:8px 14px;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .header{height:68px;padding:0 18px}
  .brand{gap:8px}.brand img{width:44px;height:44px}.brand .brand-text b{font-size:18px}.brand .brand-text small{font-size:8px;letter-spacing:1.7px}
  .nav{right:0;left:auto;width:min(86vw,340px);padding:0 28px;gap:12px;transform:translateX(100%);border-left:0;border-right:1px solid var(--line);align-items:stretch}
  .nav a{font-size:16px;padding:14px 0}.nav .cart{margin-top:8px;justify-content:space-between;border:1px solid var(--ink);padding:13px 15px}.nav-toggle{z-index:110;padding:10px}
  .hero-home-inner{min-height:540px;padding:42px 18px;align-items:flex-end}.hero-portrait{width:100%;opacity:.33}.hero-home-copy{padding:0 0 22px}.hero-home-copy h1{font-size:2.65rem;line-height:1.23;margin:12px 0}.hero-home-copy p{font-size:13px;line-height:1.8;margin-bottom:22px;max-width:300px}.hero-actions{gap:12px}.btn-primary{padding:13px 18px;min-height:46px}.btn-ghost{padding:13px 3px;min-height:46px}
  .section-head{margin-bottom:25px;align-items:flex-start;gap:12px}.section-head h2{font-size:1.85rem}.section-head>a{font-size:11px;white-space:nowrap;padding-top:13px}.section{padding:58px 0}
  .collection-intro{font-size:12px;margin:-12px 0 24px;line-height:1.75}
  .products{gap:22px 11px}.product-image{height:190px;padding:14px}.product-info h3{font-size:13.5px;line-height:1.4;margin:7px 0}.product-info small{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.price{font-size:12px}.quick{min-height:42px;margin-top:11px;padding:8px;font-size:10.5px}.heart{top:5px;left:5px;width:38px;height:38px;font-size:19px}
  .core-categories{grid-template-columns:1fr}.core-categories a{min-height:126px;padding:18px;border-left:0;border-bottom:1px solid var(--line)}.core-categories a:last-child{border-bottom:0}.core-categories b{font-size:1.6rem;margin:8px 0 3px}.core-categories i{position:absolute;left:18px;bottom:24px}.category-gallery{grid-template-columns:repeat(2,1fr);gap:10px}.category-visual{border-radius:13px}.category-visual span{right:13px;bottom:13px;font-size:14px}.category-visual i{display:none}.heritage-copy{padding:58px 0}.heritage h2{font-size:2.25rem}.heritage p.lead{font-size:13px}.footer{padding:48px 0 18px}.foot-bottom{font-size:10px}
  .faq-grid{grid-template-columns:1fr;gap:8px}.faq details{padding:0 14px}.faq summary{font-size:12px;padding:16px 0}.faq details p{font-size:11.5px}
  .wa{bottom:16px;left:auto;right:16px;min-height:46px;padding:11px 16px;border-radius:24px;font-size:12px}.toast{top:auto;bottom:76px;right:16px;left:16px;transform:translateY(150%);justify-content:center}.toast.show{transform:translateY(0)}
.card-description{font-size:10px;line-height:1.55;min-height:31px;margin-bottom:8px}
}

.official-partners{text-align:center;border-top:1px solid var(--line)}.official-partners .section-head{justify-content:center}.official-partners p{margin:-16px auto 34px;max-width:550px;color:var(--muted);font-size:14px}.partner-names{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.partner-names span{padding:25px 10px;border-left:1px solid var(--line);font:700 12px/1.45 'DM Mono',sans-serif;letter-spacing:.05em}.partner-names span:last-child{border-left:0}.partner-names small{font:12px/1.7 inherit;letter-spacing:0;color:var(--muted)}@media(max-width:760px){.partner-names{grid-template-columns:repeat(2,1fr)}.partner-names span:nth-child(2n){border-left:0}.partner-names span{border-bottom:1px solid var(--line);padding:19px 8px}.partner-names span:nth-last-child(-n+2){border-bottom:0}}

/* promotional banners: fill the frame with an editorial scene */
.feature-slides img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;padding:0!important;mix-blend-mode:normal!important}.feature-slides a::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.42),transparent 54%)}.feature-slides span{z-index:2;color:#fff!important}.feature-slides small{color:#fff!important}.feature-control{background:rgba(20,20,20,.68)!important}.feature-dots button{border-color:#fff!important}.feature-dots button.active{background:#fff!important}

/* about: restrained, editorial and directly connected to official partners */
.heritage{background:#e9e5dd;color:var(--ink);border-top:1px solid #d4cfc4;border-bottom:1px solid #d4cfc4}.heritage .wrap{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);gap:clamp(34px,7vw,104px);align-items:center;min-height:0;padding-top:70px;padding-bottom:70px}.heritage-copy{grid-column:auto;padding:0}.heritage-copy .kicker{color:#6e685e}.heritage-copy h2{max-width:620px;font-size:clamp(2rem,3.35vw,3.15rem);line-height:1.25;margin:12px 0 18px}.heritage-copy h2 em{font-style:normal}.heritage-copy p{max-width:610px;color:#5c584f;font-size:14px;line-height:2;margin:0 0 11px}.heritage-copy p.lead{color:var(--ink);font-size:16px;line-height:1.9}.heritage-points{border-right:1px solid #c8c1b5}.heritage-points>div{padding:20px 0 20px 26px;border-bottom:1px solid #c8c1b5}.heritage-points>div:first-child{padding-top:0}.heritage-points>div:last-child{padding-bottom:0;border-bottom:0}.heritage-points b{display:block;font-size:15px;font-weight:600;margin-bottom:6px}.heritage-points span{display:block;font-size:12px;line-height:1.7;color:#6a655d}@media(max-width:760px){.heritage .wrap{display:block;padding-top:52px;padding-bottom:52px}.heritage-copy{padding:0}.heritage-copy h2{font-size:2.05rem}.heritage-copy p.lead{font-size:13.5px}.heritage-points{margin-top:32px;border-right:0;border-top:1px solid #c8c1b5}.heritage-points>div,.heritage-points>div:first-child{padding:16px 0;border-bottom:1px solid #c8c1b5}.heritage-points>div:last-child{border-bottom:0;padding-bottom:0}}

/* product card: clearer hierarchy without visual noise */
.product{background:#fbfaf8;border:1px solid #dedbd5}.product-image{margin:0;background:#f1f0ed}.product-info{padding:16px 16px 0}.brand-line{display:block;color:#5f5b54!important;font-size:10.5px!important;font-weight:600;letter-spacing:.015em}.product-info h3{font-size:17px;line-height:1.45;margin:8px 0 6px;font-weight:600}.card-description{color:#4f4b45!important;font-size:11.5px!important;line-height:1.7!important;min-height:0!important;margin:0 0 15px!important;-webkit-line-clamp:1!important}.product-bottom{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid #dfdcd6;padding:12px 0 14px;gap:10px}.price-label{display:block;color:#6a655d;font-size:9px;margin-bottom:3px}.price{display:block;font-size:16px;font-weight:700;letter-spacing:0;color:#171716}.details-link{font-size:10px;color:#45413b;white-space:nowrap;border-bottom:1px solid #aaa49a;padding-bottom:3px}.quick{margin:0;border-width:0;border-top:1px solid #dedbd5;background:#fbfaf8;padding:13px;color:#171716;font-weight:600}.quick:hover{background:#171716;color:#fff}@media(max-width:760px){.product-info{padding:12px 11px 0}.brand-line{font-size:9.5px!important}.product-info h3{font-size:14px}.card-description{font-size:10px!important;margin-bottom:10px!important}.product-bottom{padding:10px 0 11px}.price{font-size:13.5px}.details-link{font-size:9px}.quick{padding:12px 8px;font-size:10.5px}}

/* warm neutral treatment for product cards */
.product{background:#fdfbf7;border-color:#e4dccd}.product-image{background:radial-gradient(circle at 50% 32%,#fffefa 0%,#f6f1e8 58%,#eee7dc 100%)}.product-bottom{border-color:#e5ddd1}.price-label{color:#94713a}.price{color:#8d6426}.details-link{color:#5b5142;border-color:#c9b896}.quick{background:#fdfbf7;border-color:#e5ddd1}.quick:hover{background:#26231e;color:#fff}@media(hover:hover) and (pointer:fine){.product:hover::after{border-color:rgba(145,108,42,.42);box-shadow:0 0 0 3px rgba(177,138,69,.08)}.product:hover h3{color:#7c5a25}}

/* original campaign imagery — editorial break between product collections */
.editorial-stories{padding-top:18px}
.editorial-heading{align-items:end}
.editorial-heading p{max-width:310px;margin:0;color:var(--muted);font-size:13px;line-height:1.75}
.story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.story-card{position:relative;display:block;overflow:hidden;aspect-ratio:1.12;border-radius:14px;background:#e8e3da;text-decoration:none;color:#fff}
.story-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(12,12,11,.64) 0%,rgba(12,12,11,.1) 58%,transparent 82%);transition:background .35s var(--ease)}
.story-card img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .65s var(--ease)}
.story-card span{position:absolute;z-index:1;right:20px;left:20px;bottom:18px;display:flex;align-items:end;justify-content:space-between;gap:12px}
.story-card b{font-family:'Amiri',serif;font-size:24px;font-weight:700;line-height:1.1}
.story-card i{font-style:normal;font-size:10px;white-space:nowrap;padding-bottom:3px;opacity:.93}
@media(hover:hover) and (pointer:fine){.story-card:hover img{transform:scale(1.045)}.story-card:hover::after{background:linear-gradient(0deg,rgba(12,12,11,.72),rgba(12,12,11,.08) 67%,transparent)}}
@media(max-width:760px){.editorial-stories{padding-top:0}.editorial-heading{display:block}.editorial-heading p{margin-top:7px;font-size:12px}.story-grid{grid-template-columns:1fr;gap:12px}.story-card{aspect-ratio:1.5;border-radius:12px}.story-card span{right:16px;left:16px;bottom:15px}.story-card b{font-size:22px}.story-card i{font-size:9.5px}}

/* richer brand colour: clean ivory, plum and a soft rose undertone */
.announce{background:var(--accent)}
.hero-home{background:var(--sand)}
.hero-portrait::after{background:linear-gradient(90deg,var(--sand) 0%,transparent 22%,transparent 100%)}
.btn-primary{background:var(--accent);border-color:var(--accent)}
.btn-primary:hover{color:var(--accent);border-color:var(--accent)}
.btn-ghost:hover,.section-head a:hover,.nav a:hover{color:var(--accent)}
.feature-slider{background:var(--sand);box-shadow:0 18px 46px -34px rgba(89,38,42,.42)}
.feature-slides a{background:linear-gradient(110deg,#e9eef6,#fbfcff)}
.feature-dots button.active{background:var(--accent);border-color:var(--accent)}
.hero-home-copy h1 em,.kicker{color:var(--accent)}
.hero-home-copy p{color:#4f4140}
.section-head a{border-color:var(--accent)}
.heritage{background:#edf1f7;color:var(--ink);border-color:#ced9e9}
.heritage-copy .kicker{color:var(--accent)}
.heritage-copy p{color:#586879}.heritage-copy p.lead{color:#27394f}.heritage-points{border-color:#ccd8e9}.heritage-points>div{border-color:#ccd8e9}.heritage-points span{color:#62758e}
.product-bottom{background:#e9f4f2!important}.price{color:var(--accent)!important}.price-label{color:#4d847d!important}

/* mobile bottom navigation */
.mobile-dock{display:none}
@media(max-width:760px){.mobile-dock{position:fixed;z-index:90;bottom:0;right:0;left:0;height:64px;background:rgba(255,253,249,.96);backdrop-filter:blur(10px);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);align-items:center}.mobile-dock a{color:#393631;text-decoration:none;text-align:center;font-size:9px;line-height:1.45;padding:12px 2px}.mobile-dock a b{display:block;font-size:11px}.mobile-dock a:last-child{font-weight:700}}

/* final card composition: a single, calm retail object */
.product{border:1px solid #e5e1da;border-radius:16px;overflow:hidden;background:#fffdf9;box-shadow:0 8px 22px -22px rgba(40,32,20,.42)}.product::after{border-radius:16px}.product-image{height:290px;padding:23px;background:#f1f0ed}.heart{top:10px;left:10px;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.78)}.stock{top:12px;right:12px}.product-info{padding:15px 16px 0;text-align:center}.brand-line{color:#777168!important;font-size:10px!important}.product-info h3{font-size:15px;margin:7px 0 6px;color:#23211e}.card-description{color:#666057!important;font-size:10.5px!important;line-height:1.65!important;margin:0 0 12px!important}.product-bottom{display:flex;flex-direction:column;align-items:center;gap:3px;border:0;background:#f5f1e9;margin:0 -16px;padding:10px 16px 11px}.price-label{color:#756b5e;font-size:9px}.price{color:#24211d;font-size:16px;line-height:1.2}.quick{background:#fffdf9;border:0;border-top:1px solid #e5e1da;margin:0;padding:12px;color:#25231f;font-size:10.5px}.quick:hover{background:#25231f;color:#fff}@media(hover:hover) and (pointer:fine){.product:hover{transform:translateY(-5px);box-shadow:0 20px 32px -25px rgba(40,32,20,.5)}.product:hover::after{border-color:#cfc6b8;box-shadow:none}.product:hover h3{color:#23211e}}@media(max-width:760px){.product{border-radius:12px}.product-image{height:175px;padding:14px}.product-info{padding:11px 10px 0}.product-info h3{font-size:13.5px;margin:6px 0}.card-description{font-size:9.5px!important;margin-bottom:9px!important}.product-bottom{margin:0 -10px;padding:8px 10px 9px}.price{font-size:13.5px}.quick{padding:11px 8px}}
.product{border-color:#c8d7ee!important;background:#fefeff!important;box-shadow:0 10px 24px -22px rgba(28,67,136,.5)!important}.product-image{background:#edf3fc!important}.product-bottom{background:#f3f6fc!important}.price{color:#2557a7!important}.price-label{color:#61799d!important}
.product{border-color:#d9ddec!important;background:#fffefd!important;box-shadow:0 10px 24px -22px rgba(38,93,164,.38)!important}.product-image{background:#f2f5fb!important}.product-bottom{background:#f6f7fb!important}.price{color:#477abb!important}.price-label{color:#62769b!important}
#best{background:#dfe9f8;color:#213451;border:1px solid #c7d7ef;border-radius:24px;padding:72px 48px;box-shadow:0 24px 52px -38px rgba(36,77,140,.34)}#best .kicker,#best .collection-intro{color:#4e6f9f}#best .section-head h2,#best .section-head a{color:#213451}#best .section-head a{border-color:#477abb}#best .product{color:var(--ink)}#best .product .brand-line{color:#58677d!important}#best .product .card-description{color:#655f58!important}@media(max-width:760px){#best{padding:45px 16px;border-radius:16px}}
.stock{color:#477abb!important;background:#edf2fb!important}.stock-out,.stock-soon{color:#b95040!important;background:#fff0ec!important}
.hero-home{background:#edf1f7!important}.hero-portrait::after{background:linear-gradient(90deg,#edf1f7 0%,transparent 21%,transparent 100%)!important}@media(max-width:980px){.hero-portrait::after{background:linear-gradient(0deg,#edf1f7 3%,rgba(237,241,247,.68) 42%,transparent 100%)!important}}.footer-brand p{color:#b9c3d1}.official-partners{border-color:#d3dce9}.official-partners p{color:#596778}.partner-names{border-color:#d3dce9}.partner-names span{border-color:#d3dce9;background:#fbfcff}
.quick{background:#477abb!important;color:#fff!important;border-color:#477abb!important}.quick:hover,.product:hover .quick{background:#315f9d!important;border-color:#315f9d!important;color:#fff!important}.quick:disabled{background:#c9d5e6!important;border-color:#c9d5e6!important;color:#71829a!important}
.toast{width:min(410px,calc(100vw - 32px));padding:10px!important;background:#fbfcff!important;color:#202c3d!important;border:1px solid #c8d7ee;box-shadow:0 18px 42px -18px rgba(24,58,112,.3);gap:11px!important}.toast-image{width:48px;height:58px;object-fit:contain;background:#edf3fc;padding:4px;flex:0 0 auto}.toast-bottle svg{width:100%;height:100%}.toast-copy{min-width:0;display:flex;flex:1;flex-direction:column;justify-content:center;gap:3px}.toast-copy b{font-size:11.5px;font-weight:700}.toast-copy span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#5a6b82;font-size:10.5px}.toast-cart{align-self:center;border:1px solid #477abb;background:#477abb;color:#fff!important;text-decoration:none;padding:9px 10px;font-size:10px;font-weight:700;white-space:nowrap}.toast .tick{color:#477abb}.toast-message{font-size:12px}.toast:has(.toast-image){align-items:stretch}@media(max-width:760px){.toast{width:auto;padding:9px!important}.toast-cart{padding:9px 9px}.toast-image{width:43px;height:52px}}
.toast.toast-compact{top:auto!important;right:auto!important;bottom:24px;left:50%;width:auto!important;min-width:0;max-width:calc(100vw - 32px);padding:10px 14px!important;border-radius:999px;transform:translate(-50%,150%);box-shadow:0 14px 30px -14px rgba(20,49,93,.36);gap:7px!important}.toast.toast-compact.show{transform:translate(-50%,0)}.toast.toast-compact .toast-message{font-size:11px;white-space:nowrap}.toast.toast-compact .tick{font-size:13px}.toast:not(.toast-compact){top:auto!important;right:auto!important;bottom:24px;left:50%;transform:translate(-50%,150%)}.toast:not(.toast-compact).show{transform:translate(-50%,0)}.favourite-feedback{position:fixed;z-index:210;max-width:210px;padding:8px 11px;background:#263e63;color:#fff;border-radius:7px;box-shadow:0 12px 24px -13px rgba(15,41,81,.48);font:600 10.5px 'Tajawal',sans-serif;opacity:0;pointer-events:none;transform:translateY(-5px);transition:opacity .18s ease,transform .18s ease}.favourite-feedback.show{opacity:1;transform:translateY(0)}.favourite-feedback::before{content:'';position:absolute;top:-5px;right:18px;width:9px;height:9px;background:#263e63;transform:rotate(45deg)}.heart.fav-pop,.wish-main.fav-pop{animation:favPop .32s ease-out}.wish-main.on{color:#d15d62;border-color:#d9a4a8}@keyframes favPop{0%{transform:scale(1)}45%{transform:scale(1.25)}100%{transform:scale(1)}}@media(max-width:760px){.toast.toast-compact,.toast:not(.toast-compact){bottom:18px;max-width:calc(100vw - 28px)}.favourite-feedback{font-size:10px;padding:8px 10px}}

/* Mobile hero: keep the editorial image visible while protecting text legibility. */
@media (max-width:760px){
  .hero-home{background:#edf1f7!important}
  .hero-portrait{width:100%;opacity:1}
  .hero-portrait img{object-position:54% 72%;filter:saturate(1.04) contrast(1.08) brightness(1.03)}
  .hero-portrait::after{background:linear-gradient(0deg,rgba(237,241,247,.4) 0%,rgba(237,241,247,.15) 30%,rgba(237,241,247,.02) 58%,rgba(237,241,247,0) 80%)!important}
  .hero-home-copy p{color:#31445d!important;opacity:1;font-weight:500}
}

@media(max-width:760px){
  .mobile-dock a{color:#393631}
  .mobile-dock .dock-cart{font-weight:700}
  .mobile-dock .dock-cart b{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;margin-right:3px;padding:0 4px;border-radius:999px;background:#477abb;color:#fff;font-size:9px;line-height:1}
}

/* Guard all public pages against accidental horizontal scrolling on phones. */
@media (max-width:760px){
  html,body{max-width:100%;overflow-x:hidden}
  img,svg,video{max-width:100%}
  .header,.announce,.footer{max-width:100%}
}

/* Campaign slider on phones: preserve the complete marketing artwork rather than
   enlarging and cutting the bottle or the copy. */
@media (max-width:760px){
  .feature-slider{height:auto!important;aspect-ratio:16/9;margin:14px auto 52px;border-radius:14px;box-shadow:0 14px 30px -24px rgba(28,67,136,.34)}
  .feature-slides img{object-fit:contain!important;object-position:center!important;background:#eef3fb}
  .feature-slides a::after{background:linear-gradient(0deg,rgba(13,28,50,.42) 0%,rgba(13,28,50,.08) 43%,transparent 74%)}
  .feature-slides span{right:15px;left:15px;top:auto;bottom:16px;transform:none;text-align:right;text-shadow:0 1px 9px rgba(0,0,0,.28)}
  .feature-slides span b{font-size:17px;line-height:1.25}
  .feature-slides span small{display:none}
  .feature-control{width:32px;height:32px;top:50%;transform:translateY(-50%);font-size:23px}
  .feature-control.next{right:9px}.feature-control.prev{left:9px}
  .feature-dots{bottom:7px}.feature-dots button{width:6px;height:6px}
}
