/* Mielova — light honey glass system
   Physical scene: morning light crossing a clear honey jar on a white kitchen
   table. Amber is the light source; deep color is reserved for readable type. */

:root {
  --ml-white: #fff;
  --ml-canvas: #fcfaf5;
  --ml-surface: #ffffff;
  --ml-pollen: #f0b63e;
  --ml-pollen-2: #f4d77f;
  --ml-honey: #d9981d;
  --ml-honey-deep: #98640b;
  --ml-sidr: #a95f18;
  --ml-sage: #e5eee5;
  --ml-sage-strong: #567661;
  --ml-blush: #f2e5dd;
  --ml-ink: #292621;
  --ml-copy: #554f46;
  --ml-muted: #746d63;
  --ml-line: rgba(76, 54, 37, .12);
  --ml-glass: rgba(255, 255, 255, .7);
  --ml-glass-strong: rgba(255, 255, 255, .86);
  --ml-shadow: 0 8px 28px rgba(125, 87, 34, .1);
  --ml-shadow-float: 0 18px 46px rgba(126, 87, 32, .15);
  --ml-r-sm: 8px;
  --ml-r: 14px;
  --ml-r-lg: 16px;
  --ml-ease: cubic-bezier(.16, 1, .3, 1);
  --ml-z-dropdown: 40;
  --ml-z-sticky: 50;
  --ml-z-scrim: 70;
  --ml-z-modal: 80;
  --ml-z-toast: 90;

  /* Compatibility tokens used by the existing commerce templates. */
  --ink: var(--ml-ink);
  --muted: var(--ml-muted);
  --paper: var(--ml-canvas);
  --cream: #fff9e9;
  --white: #fff;
  --blue: var(--ml-honey-deep);
  --blue-deep: #8f5408;
  --blue-electric: #d8860a;
  --blue-ink: var(--ml-ink);
  --blue-2: var(--ml-honey);
  --blue-soft: #fff2ca;
  --soft-blue: #fff5d8;
  --line-blue: rgba(184, 111, 8, .22);
  --gold: var(--ml-pollen);
  --line: var(--ml-line);
  --ink-2: var(--ml-copy);
  --fk-muted: var(--ml-muted);
  --on-blue: var(--ml-ink);
  --on-blue-2: var(--ml-copy);
  --v3-ink: var(--ml-ink);
  --v3-ink-2: var(--ml-copy);
  --v3-muted: var(--ml-muted);
  --v3-paper: var(--ml-canvas);
  --v3-surface: #fff;
  --v3-blue: var(--ml-honey-deep);
  --v3-blue-dark: #8f5408;
  --v3-blue-soft: #fff3ca;
  --v3-soft: #fff9e9;
  --v3-gold: var(--ml-pollen);
  --v3-line: var(--ml-line);
}

html { scroll-behavior: smooth; background: var(--ml-canvas); }
body {
  color: var(--ml-ink);
  background: var(--ml-canvas);
  font-family: "Noto Sans Arabic", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before { display: none !important; }
body, button, input, select, textarea { font-family: "Noto Sans Arabic", system-ui, sans-serif; }
h1, h2, h3, h4, .display, .hero-title, .detail-title {
  color: var(--ml-ink);
  font-family: "Noto Kufi Arabic", "Noto Sans Arabic", sans-serif;
  font-weight: 600;
  letter-spacing: -.025em;
  text-wrap: balance;
}
html[dir="rtl"] body,
html[dir="rtl"] button,
html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select { font-family: "Noto Sans Arabic", system-ui, sans-serif; }
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] .display,
html[dir="rtl"] .hero-title,
html[dir="rtl"] .detail-title { font-family: "Noto Kufi Arabic", "Noto Sans Arabic", sans-serif; }
p { text-wrap: pretty; }
a { color: inherit; }
img { max-width: 100%; }
::selection { color: var(--ml-ink); background: var(--ml-pollen-2); }
:focus-visible { outline: 3px solid rgba(231, 155, 18, .48) !important; outline-offset: 3px; }
.wrap-wide { width: min(1440px, calc(100% - 48px)); margin-inline: auto; }
.quiet, .help { color: var(--ml-muted) !important; }
.price, .num, .ml-product-number, .ml-hero-rail, .ml-hero-edition, .ml-hero-proof b { font-family: "Manrope", sans-serif; font-variant-numeric: tabular-nums; }

/* ---------- translucent navigation ---------- */
.utility {
  color: #66430d;
  background: #f6e8b8;
  border: 0;
}
.utility-bar { min-height: 34px; font-size: .77rem; }
.utility-link { color: #6e4808; text-decoration-color: rgba(110, 72, 8, .32); }
.hdr,
.hdr.hdr-static {
  position: sticky !important;
  top: 10px;
  z-index: var(--ml-z-sticky);
  width: min(1480px, calc(100% - 24px));
  min-height: 76px;
  margin: 10px auto -86px;
  color: var(--ml-ink) !important;
  background: rgba(255, 255, 255, .68) !important;
  border: 1px solid rgba(255, 255, 255, .88) !important;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(98, 70, 38, .08) !important;
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  transition: background .35s ease, box-shadow .35s ease, transform .35s var(--ml-ease);
}
.hdr.is-scrolled,
.hdr.hdr-solid {
  min-height: 64px;
  background: rgba(255, 255, 255, .86) !important;
  box-shadow: 0 5px 12px rgba(98, 70, 38, .11) !important;
}
.hdr-bar { min-height: inherit; padding-inline: 18px; gap: 20px; }
.mark { color: var(--ml-ink); }
.mark-img { width: 142px; height: 62px; object-fit: contain; filter: none !important; opacity: 1 !important; }
.hdr-nav { gap: clamp(12px, 1.4vw, 24px); }
.hdr-nav a {
  position: relative;
  color: #54453b !important;
  font-size: .78rem;
  font-weight: 600;
  white-space: nowrap;
}
.hdr-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: var(--ml-honey);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s var(--ml-ease);
}
.hdr-nav a:hover::after, .hdr-nav a[aria-current="page"]::after { transform: scaleX(1); }
.hdr-search,
.iconbtn {
  color: var(--ml-ink) !important;
  background: rgba(255, 255, 255, .6) !important;
  border-color: rgba(70, 49, 31, .1) !important;
  box-shadow: none !important;
}
.hdr-search { border-radius: 999px !important; }
.hdr-search:hover, .iconbtn:hover { background: #fff2c8 !important; border-color: rgba(184, 111, 8, .22) !important; }
.count { color: #fff; background: var(--ml-honey-deep); }

.menu,
.search-ov,
.cart-drawer {
  color: var(--ml-ink) !important;
  background: rgba(255, 255, 255, .9) !important;
  border-color: var(--ml-line) !important;
  box-shadow: var(--ml-shadow-float) !important;
  backdrop-filter: blur(30px) saturate(145%);
  -webkit-backdrop-filter: blur(30px) saturate(145%);
}
.menu { background: rgba(255, 251, 239, .94) !important; }
.menu-list a { color: var(--ml-ink) !important; }
.menu-list a:hover { color: var(--ml-honey-deep) !important; padding-inline-start: 10px; }
.menu-foot { color: var(--ml-copy) !important; border-color: var(--ml-line) !important; }
.search-form {
  background: rgba(255, 255, 255, .86) !important;
  border: 0 !important;
  border-radius: 16px !important;
  box-shadow: 0 0 0 1px var(--ml-line) !important;
}
.search-form:focus-within { box-shadow: 0 0 0 3px rgba(231, 155, 18, .24) !important; }
.scrim { background: rgba(76, 54, 37, .18) !important; backdrop-filter: blur(4px); }
.cart-top, .cart-service, .cart-foot { border-color: var(--ml-line) !important; }
.cart-service { color: #755010 !important; background: #fff5d7 !important; }
.cart-drawer .btn { border-radius: 999px; }

/* ---------- shared controls and commerce surfaces ---------- */
.btn,
.v3-btn,
button[type="submit"],
.ml-btn {
  min-height: 48px;
  border-radius: 999px !important;
  font-weight: 700;
  transition: transform .3s var(--ml-ease), background-color .3s ease, color .3s ease, box-shadow .3s ease;
}
.btn,
.v3-btn-primary,
button[type="submit"] {
  color: #3b2b0d !important;
  background: #f0b63e !important;
  border: 0 !important;
  box-shadow: 0 5px 10px rgba(187, 112, 3, .17) !important;
}
.btn:hover,
.v3-btn-primary:hover,
button[type="submit"]:hover { transform: translateY(-2px); background: #f4c75f !important; }
.btn-outline, .v3-btn-outline {
  color: var(--ml-ink) !important;
  background: rgba(255, 255, 255, .72) !important;
  border: 1px solid rgba(70, 49, 31, .16) !important;
  box-shadow: none !important;
}
.btn-outline:hover, .v3-btn-outline:hover { background: #fff4d0 !important; }
.input, input, select, textarea, .select, .textarea {
  color: var(--ml-ink) !important;
  background: rgba(255, 255, 255, .88) !important;
  border-color: rgba(79, 56, 38, .15) !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}
.input:focus, input:focus, select:focus, textarea:focus, .select:focus, .textarea:focus {
  border-color: var(--ml-honey) !important;
  box-shadow: 0 0 0 3px rgba(231, 155, 18, .16) !important;
}
input::placeholder, textarea::placeholder { color: #786b61 !important; opacity: 1; }
.notice { color: #5c461e !important; background: #fff8df !important; border-color: rgba(196, 126, 12, .22) !important; border-radius: 12px !important; }
.notice-alert { color: #843b2d !important; background: #fff1ed !important; border-color: rgba(151, 58, 43, .18) !important; }
.notice-ok { color: #35654b !important; background: #edf8f1 !important; }
.page-head,
.v3-page-hero,
.v3-category-hero,
.success-hero {
  color: var(--ml-ink) !important;
  background: #fff8e6 !important;
  border-color: var(--ml-line) !important;
  padding-top: 142px !important;
}
.page-head h1, .v3-page-hero h1, .v3-category-hero h1, .success-hero h1,
.page-head p, .v3-page-hero p, .v3-category-hero p { color: var(--ml-ink) !important; }
.crumbs, .v3-crumbs { color: var(--ml-muted) !important; }
.kicker, .v3-page-kicker { color: var(--ml-honey-deep) !important; }
.empty, .v3-empty,
.summary, .form-block, .track-form, .track-order, .account-panel,
.detail-benefits, .detail-delivery, .pdp-panel, .order-line {
  color: var(--ml-ink) !important;
  background: rgba(255, 255, 255, .8) !important;
  border-color: var(--ml-line) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}
.summary, .track-form { position: relative; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.summary::before, .track-form::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: rgba(244, 215, 127, .18);
}
.steps .num, .success-seal, .success-timeline-icon { color: #5b3d0b !important; background: var(--ml-pollen-2) !important; border-color: transparent !important; }
.steps li[aria-current="step"] .num, .steps .is-done .num { background: var(--ml-pollen) !important; }
.thread .fill { stroke: var(--ml-honey) !important; }
.choice { background: #fff !important; border-color: var(--ml-line) !important; border-radius: 12px !important; }
.choice:has(input:checked) { background: #fff8dd !important; border-color: var(--ml-honey) !important; }
.qty { background: #fff !important; border-color: var(--ml-line) !important; border-radius: 999px !important; }

/* ---------- scroll-compressing editorial hero ---------- */
.ml-home { overflow: clip; background: transparent; }
.ml-hero-stage { position: relative; height: 160svh; padding: 106px 12px 0; }
.ml-hero-banner {
  --ml-hero-scale: 1;
  --ml-hero-progress: 0;
  position: sticky;
  top: 106px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: min(760px, calc(100svh - 124px));
  min-height: 620px;
  overflow: hidden;
  color: var(--ml-ink);
  background: #f0dfa7;
  border: 1px solid rgba(82, 63, 28, .12);
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(91, 69, 24, .12);
  transform: scale(var(--ml-hero-scale));
  transform-origin: center top;
  will-change: transform;
}
.ml-hero-ghost {
  position: absolute;
  inset-inline-start: -1vw;
  bottom: -7.5vw;
  color: rgba(91, 67, 18, .075);
  font: 800 clamp(8rem, 20vw, 22rem)/.75 "Manrope", sans-serif;
  letter-spacing: -.08em;
  direction: ltr;
  white-space: nowrap;
  pointer-events: none;
}
.ml-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(390px, .84fr) minmax(520px, 1.16fr);
  align-items: center;
  gap: clamp(18px, 3vw, 54px);
  min-height: 0;
}
.ml-hero-copy { position: relative; z-index: 4; padding-block: 34px; }
.ml-origin, .ml-section-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: #6c511a;
  font-size: .82rem;
  font-weight: 700;
}
.ml-origin > span { width: 30px; height: 2px; background: #4e6f5a; }
.ml-hero-stage h1 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(3.4rem, 5.6vw, 6.2rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.ml-hero-stage h1 span { color: #4e6f5a; }
.ml-hero-lede { max-width: 52ch; margin-top: 24px; color: #4f493d; font-size: clamp(.96rem, 1.15vw, 1.1rem); line-height: 1.9; }
.ml-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.ml-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; text-decoration: none; }
.ml-btn:hover { transform: translateY(-2px); }
.ml-btn-primary { color: #fff; background: #466854; box-shadow: none; }
.ml-btn-primary:hover { background: #365542; }
.ml-btn-quiet { color: #342e25; background: rgba(255, 255, 255, .48); border: 1px solid rgba(76, 58, 23, .2); }
.ml-btn-quiet:hover { background: #fff8e8; }
.ml-hero-proof { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 34px; color: #5a5245; font-size: .76rem; }
.ml-hero-proof span { display: inline-flex; align-items: baseline; gap: 6px; }
.ml-hero-proof b { color: #2f4f3d; font-size: .84rem; }

.ml-hero-visual { position: relative; align-self: stretch; min-height: 510px; direction: ltr; }
.ml-hero-visual::before { content: ""; position: absolute; inset: 9% 9% 7%; background: #f7e8b9; border: 1px solid rgba(91, 67, 18, .08); border-radius: 50% 50% 44% 56% / 55% 45% 55% 45%; }
.ml-hero-jar { position: absolute; z-index: 2; margin: 0; }
.ml-hero-jar img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 22px 17px rgba(106, 75, 17, .16)); }
.ml-hero-jar-main { z-index: 3; width: 59%; left: 20%; top: 2%; }
.ml-hero-jar-side { width: 38%; top: 34%; }
.ml-hero-jar-sidr { left: -1%; transform: rotate(-7deg); }
.ml-hero-jar-euca { right: -1%; transform: rotate(7deg); }
.ml-hero-edition { position: absolute; z-index: 4; top: 9%; left: 4%; display: grid; gap: 3px; margin: 0; color: #645021; direction: ltr; font-size: .7rem; letter-spacing: .08em; }
.ml-hero-edition b { color: #2f4f3d; font-size: 1.05rem; }
.ml-hero-origin-card { position: absolute; z-index: 4; right: 1%; bottom: 9%; display: grid; gap: 2px; min-width: 150px; padding: 13px 16px; color: #3f3a31; background: rgba(255,255,255,.66); border: 1px solid rgba(255,255,255,.8); border-radius: 12px; backdrop-filter: blur(14px); }
.ml-hero-origin-card span { color: #746b5d; font-size: .64rem; }
.ml-hero-origin-card b { font-size: .8rem; }
.ml-hero-rail { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: clamp(12px, 2.2vw, 34px); min-height: 52px; padding-inline: 22px; color: #5f522f; border-top: 1px solid rgba(84, 64, 26, .13); font-size: .62rem; font-weight: 700; letter-spacing: .13em; direction: ltr; }
.ml-hero-rail i { width: 4px; height: 4px; background: #466854; border-radius: 50%; }

/* ---------- trust glass ---------- */
.ml-trust { position: relative; z-index: 8; margin-top: -34px; }
.ml-trust-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 14px;
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 16px;
  box-shadow: var(--ml-shadow-float);
  backdrop-filter: blur(24px) saturate(140%);
}
.ml-trust-inner > div { display: flex; align-items: center; gap: 12px; min-height: 68px; padding: 8px 20px; border-inline-start: 1px solid var(--ml-line); }
.ml-trust-inner > div:first-child { border-inline-start: 0; }
.ml-trust .i { flex: 0 0 auto; color: var(--ml-honey-deep); }
.ml-trust b, .ml-trust small { display: block; }
.ml-trust b { font-size: .82rem; }
.ml-trust small { margin-top: 3px; color: var(--ml-muted); font-size: .67rem; }

/* ---------- homepage sections ---------- */
.ml-section { padding: clamp(88px, 10vw, 150px) 0; }
.ml-section-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .55fr); gap: clamp(40px, 8vw, 120px); align-items: end; margin-bottom: 54px; }
.ml-section-note { margin-bottom: 14px; color: var(--ml-honey-deep); }
.ml-section-head h2, .ml-tasting h2, .ml-story h2, .ml-order h2, .ml-social h2 { margin: 0; font-size: clamp(2.5rem, 4.6vw, 4.7rem); line-height: 1.08; letter-spacing: -.035em; }
.ml-section-head > p, .ml-tasting-intro > p:last-child, .ml-story-copy > p, .ml-order-head > p { color: var(--ml-copy); line-height: 1.9; }
.ml-featured-grid, .ml-demo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2.5vw, 34px); }
.ml-center-action { display: flex; justify-content: center; margin-top: 46px; }
.ml-text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; color: var(--ml-ink); font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(62,42,28,.3); }
.ml-text-link:hover { color: var(--ml-honey-deep); border-color: var(--ml-honey); }

.v3-product-card {
  position: relative;
  overflow: hidden;
  color: var(--ml-ink) !important;
  background: #fff !important;
  border: 1px solid #e6dfd3 !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  transition: transform .45s var(--ml-ease), border-color .35s ease, box-shadow .45s ease;
}
.v3-product-card:hover { transform: translateY(-6px); border-color: #d6c9b5 !important; box-shadow: 0 18px 34px rgba(72, 57, 31, .09) !important; }
.v3-product-media { position: relative; display: block; aspect-ratio: 1.04; min-height: 0; overflow: hidden; background: #f5e8c5 !important; border-radius: 13px 13px 0 0 !important; }
.v3-product-card:nth-child(2) .v3-product-media { background: #e5eee6 !important; }
.v3-product-card:nth-child(3) .v3-product-media { background: #f2e5df !important; }
.v3-product-media > img { width: 100%; height: 100%; object-fit: contain !important; padding: 14px; transition: transform .7s var(--ml-ease); }
.v3-product-card:hover .v3-product-media > img { transform: scale(1.055); }
.ml-product-number { position: absolute; z-index: 3; top: 18px; left: 19px; color: rgba(52,45,34,.58); font-size: .68rem; font-weight: 700; letter-spacing: .08em; }
.v3-product-body { padding: 22px 22px 20px !important; }
.ml-product-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.ml-product-heading > div { min-width: 0; }
.v3-product-meta { display: flex; flex-wrap: wrap; gap: 5px 12px; margin: 0; color: var(--ml-honey-deep) !important; font-size: .67rem !important; font-weight: 700; }
.v3-product-body h3 { margin: 7px 0 0; font-size: clamp(1.2rem, 1.7vw, 1.55rem); line-height: 1.45; }
.v3-product-body h3 a { text-decoration: none; }
.ml-product-heading .v3-price { flex: 0 0 auto; margin: 3px 0 0; text-align: left; direction: ltr; }
.ml-product-heading .v3-price strong { display: block; font-size: .96rem; white-space: nowrap; }
.ml-product-heading .v3-price s { display: block; margin-top: 3px; color: var(--ml-muted); font-size: .68rem; }
.v3-price strong, .detail-price b { color: var(--ml-ink) !important; }
.ml-product-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 19px; padding-top: 17px; border-top: 1px solid #eee8df; }
.ml-product-link { display: inline-flex; align-items: center; gap: 7px; color: var(--ml-copy); font-size: .73rem; font-weight: 700; text-decoration: none; }
.ml-product-link:hover { color: #315440; }
.v3-quick-add { min-height: 40px; padding-inline: 15px !important; color: #fff !important; background: #466854 !important; border: 0 !important; border-radius: 9px !important; box-shadow: none !important; }
.v3-quick-add:hover { background: #365542 !important; transform: translateY(-2px); }
.v3-badge, .badge { color: #593b07 !important; background: rgba(255,244,205,.9) !important; border: 0 !important; border-radius: 999px !important; backdrop-filter: blur(10px); }
.ml-product-stamp { position: absolute; z-index: 4; left: 50%; bottom: 17%; width: 25%; padding: 5px 8px; transform: translateX(-50%); background: rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.9); border-radius: 8px; backdrop-filter: blur(7px); pointer-events: none; }
.ml-product-stamp img { display: block; width: 100%; height: auto; }

/* The full navigation is already visible on desktop. Keep the menu trigger
   only where that navigation collapses. */
@media (min-width: 901px) {
  .hdr .menu-btn { display: none !important; }
}
.ml-demo-grid a { padding: 20px; color: var(--ml-ink); text-align: center; text-decoration: none; background: #fff; border-radius: 16px; }
.ml-demo-grid img { aspect-ratio: 1; object-fit: contain; }

.ml-tasting { padding: clamp(92px, 11vw, 160px) 0; background: #f5f1e7; }
.ml-tasting-layout { display: grid; grid-template-columns: minmax(300px, .65fr) minmax(520px, 1fr); gap: clamp(60px, 10vw, 150px); align-items: start; }
.ml-tasting-intro { position: sticky; top: 135px; }
.ml-tasting-intro > p:last-child { max-width: 53ch; margin-top: 26px; }
.ml-tasting-list { display: grid; }
.ml-taste { display: grid; grid-template-columns: 42px 1fr 82px; align-items: center; gap: 20px; min-height: 132px; color: var(--ml-ink); text-decoration: none; border-bottom: 1px solid rgba(79,54,34,.14); transition: transform .4s var(--ml-ease); }
.ml-taste:hover { transform: translateX(-12px); }
.ml-taste-index { color: var(--ml-muted); font: 600 .72rem "Manrope", sans-serif; }
.ml-taste b, .ml-taste small { display: block; }
.ml-taste b { font-family: "Noto Kufi Arabic", sans-serif; font-size: clamp(1.5rem, 2.8vw, 2.4rem); }
.ml-taste small { margin-top: 4px; color: var(--ml-copy); }
.ml-taste i { display: block; width: 68px; height: 68px; border-radius: 50%; box-shadow: inset 5px 5px 12px rgba(255,255,255,.4), 0 4px 8px rgba(117,73,20,.1); transition: transform .5s var(--ml-ease); }
.ml-taste:hover i { transform: scale(1.12); }
.ml-taste-sidr i { background: #a66027; }
.ml-taste-euca i { background: #d7a537; }
.ml-taste-floral i { background: #e4bb60; }

.ml-story { background: var(--ml-canvas); }
.ml-story-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(48px, 8vw, 120px); align-items: center; }
.ml-story-media { position: relative; margin: 0; }
.ml-story-media::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: -1; border-radius: 16px; background: var(--ml-sage); }
.ml-story-media img { display: block; width: 100%; aspect-ratio: 1.12; object-fit: cover; border-radius: 16px; }
.ml-story-media figcaption { position: absolute; left: 18px; bottom: 18px; display: grid; min-width: 112px; padding: 12px 16px; background: rgba(255,255,255,.76); border-radius: 12px; backdrop-filter: blur(15px); }
.ml-story-media figcaption span { color: var(--ml-muted); font-size: .7rem; }
.ml-story-media figcaption b { font: 700 1rem "Manrope", sans-serif; letter-spacing: .08em; }
.ml-story-copy > p { max-width: 58ch; margin-top: 28px; }
.ml-story-facts { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.ml-story-facts span { min-width: 110px; padding-inline-end: 20px; border-inline-end: 1px solid var(--ml-line); }
.ml-story-facts span:last-child { border: 0; }
.ml-story-facts b, .ml-story-facts small { display: block; }
.ml-story-facts b { font: 700 1.35rem "Manrope", sans-serif; }
.ml-story-facts small { color: var(--ml-muted); font-size: .7rem; }

.ml-order { background: #fff; }
.ml-order-head { max-width: 760px; margin: 0 auto 64px; text-align: center; }
.ml-order-head p { margin-top: 18px; }
.ml-order-steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.ml-order-steps::before { content: ""; position: absolute; top: 28px; right: 16%; left: 16%; height: 2px; background: #dfd5c5; }
.ml-order-steps li { position: relative; display: grid; justify-items: center; gap: 20px; padding: 0 24px; text-align: center; }
.ml-order-steps li::before { display: none !important; }
.ml-order-steps li > span { z-index: 1; display: grid; place-items: center; width: 56px; height: 56px; color: #315440; font: 700 1rem "Manrope", sans-serif; background: #f8f1dc; border: 1px solid #dfd1ad; border-radius: 50%; box-shadow: none; }
.ml-order-steps b { font-size: 1.05rem; }
.ml-order-steps p { margin-top: 8px; color: var(--ml-muted); font-size: .82rem; line-height: 1.7; }

.ml-social { padding: 64px 0; background: #efe5c7; }
.ml-social-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.ml-social p { margin: 0 0 8px; color: var(--ml-honey-deep); font-size: .76rem; font-weight: 700; }
.ml-social h2 { max-width: 780px; font-size: clamp(2rem, 3.8vw, 3.6rem); }
.ml-social-links { display: flex; flex-wrap: wrap; gap: 9px; }
.ml-social-links a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px; color: var(--ml-ink); text-decoration: none; background: rgba(255,255,255,.66); border: 1px solid rgba(255,255,255,.9); border-radius: 999px; backdrop-filter: blur(14px); }
.ml-social-links a:hover { background: #fff; transform: translateY(-2px); }

/* ---------- catalog ---------- */
.v3-catalog { background: var(--ml-canvas) !important; }
.v3-page-hero { min-height: 420px !important; }
.v3-page-hero-grid { align-items: end !important; }
.v3-catalog-search, .v3-filter-panel, .v3-sort select, .v3-select {
  color: var(--ml-ink) !important;
  background: rgba(255,255,255,.72) !important;
  border-color: rgba(77,53,35,.13) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px);
}
.v3-category-tabs { top: 96px !important; background: rgba(255,255,255,.74) !important; border-color: var(--ml-line) !important; backdrop-filter: blur(18px); }
.v3-category-tabs a { color: var(--ml-copy) !important; }
.v3-category-tabs a[aria-current="page"] { color: #694208 !important; background: #fff1bc !important; border-color: var(--ml-honey) !important; }
.v3-price-values { color: var(--ml-honey-deep) !important; }
.v3-filter-panel { padding: 22px !important; }
.v3-radio input:checked + span::before, .v3-switch input:checked + span { background: var(--ml-honey) !important; border-color: var(--ml-honey) !important; }
.v3-sound-slider .v3-slider-fill { background: var(--ml-honey) !important; }
.v3-catalog-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important; }
.v3-filter-toggle, .v3-icon-btn { color: var(--ml-ink) !important; background: #fff !important; border-color: var(--ml-line) !important; border-radius: 999px !important; }
.v3-pager a, .v3-pager span { border-radius: 999px !important; border-color: var(--ml-line) !important; background: #fff !important; }

/* ---------- product detail ---------- */
.detail { padding-top: 32px !important; }
.detail-stage { position: relative; overflow: hidden; min-height: 610px; background: #f7edcf !important; border-radius: 16px !important; border: 1px solid #eadfca !important; box-shadow: none !important; }
.detail-stage > img { object-fit: contain !important; padding: 28px; }
.detail-info { color: var(--ml-ink) !important; background: transparent !important; }
.detail-house { color: var(--ml-honey-deep) !important; }
.detail-title { font-size: clamp(2.8rem, 5vw, 5rem) !important; }
.detail-price { border-color: var(--ml-line) !important; }
.detail-price em { color: #5b3b07 !important; background: #fff0b8 !important; border-radius: 999px !important; }
.card-stock { color: #4c765c !important; }
.detail-thumb { background: #fff !important; border-color: var(--ml-line) !important; border-radius: 10px !important; }
.detail-thumb[aria-selected="true"] { border-color: var(--ml-honey) !important; }
.detail-buy { padding: 22px; background: rgba(255,255,255,.74); border-radius: 14px; backdrop-filter: blur(14px); }
.detail-delivery, .detail-benefits, .pdp-panel { padding: 20px !important; }

/* ---------- auth, account, success, tracking ---------- */
.auth { min-height: calc(100svh - 110px); background: #f8f4ea !important; padding-top: 105px; }
.auth-aside, .auth-aside.on-blue {
  color: var(--ml-ink) !important;
  background: #eee4c2 !important;
}
.auth-aside::before { opacity: .09 !important; }
.auth-aside h1, .auth-aside p, .auth-aside li, .auth-aside .mark { color: var(--ml-ink) !important; }
.auth-main { background: rgba(255,255,255,.55) !important; backdrop-filter: blur(18px); }
.auth-form { width: min(100%, 470px); padding: 30px; background: rgba(255,255,255,.72); border-radius: 16px; box-shadow: 0 7px 14px rgba(123,85,34,.08); }
.track { padding-top: 72px !important; padding-bottom: 110px !important; }
.track-state { color: #4d6c58 !important; background: var(--ml-sage) !important; border-radius: 999px !important; }
.done-facts, .hairline-facts { border-color: var(--ml-line) !important; }
.success-reference { color: var(--ml-ink) !important; background: #fff5d3 !important; border-radius: 12px !important; }

/* ---------- footer and fixed actions ---------- */
.foot {
  color: var(--ml-ink) !important;
  background: #f4f3ec !important;
  border-top: 1px solid var(--ml-line) !important;
}
.foot h4 { color: var(--ml-ink) !important; }
.foot a, .foot p, .foot span { color: var(--ml-copy) !important; }
.foot a:hover { color: var(--ml-honey-deep) !important; }
.foot-grid, .foot-base { border-color: var(--ml-line) !important; }
.foot-socials a { color: var(--ml-ink) !important; background: rgba(255,255,255,.72) !important; border-color: rgba(68,47,31,.12) !important; border-radius: 999px !important; }
.foot .mark-img { width: 190px; height: auto; }
.wa-float { color: #fff !important; background: #50aa68 !important; border: 0 !important; box-shadow: 0 6px 12px rgba(47,130,72,.2) !important; }
.tabbar { background: rgba(255,255,255,.84) !important; border-color: rgba(74,51,34,.12) !important; backdrop-filter: blur(24px) saturate(150%); }
.tabbar a, .tabbar button { color: var(--ml-muted) !important; }
.tabbar a[aria-current="page"], .tabbar [data-active="true"] { color: var(--ml-honey-deep) !important; }

/* ---------- comfortable motion ---------- */
@keyframes ml-breathe { to { transform: scale(1.08) translate3d(2%, -2%, 0); opacity: .78; } }
@keyframes ml-spin { to { transform: rotate(1turn); } }
@keyframes ml-scroll { 0%, 100% { opacity: .2; transform: translate(-50%, 0); } 50% { opacity: 1; transform: translate(-50%, 9px); } }

.js.motion-ready [data-reveal] { --ml-reveal-y: 34px; }
.js.motion-ready [data-reveal="visual"] { --ml-reveal-y: 18px; transform: translate3d(0, var(--ml-reveal-y), 0) scale(.985); filter: none; opacity: 1; }
.js.motion-ready [data-reveal="copy"],
.js.motion-ready [data-reveal="products"],
.js.motion-ready [data-reveal="list"],
.js.motion-ready [data-reveal="strip"] { transform: translate3d(0, var(--ml-reveal-y), 0); opacity: 1; }
.js.motion-ready [data-reveal].is-visible { transform: translate3d(0, 0, 0) scale(1); filter: none; opacity: 1; transition: transform .9s var(--ml-ease), opacity .75s ease, filter .8s ease; }
.js.motion-ready [data-reveal="products"].is-visible > *,
.js.motion-ready [data-reveal="list"].is-visible > * { animation: ml-item-in .75s var(--ml-ease) both; }
.js.motion-ready [data-reveal="products"].is-visible > *:nth-child(2),
.js.motion-ready [data-reveal="list"].is-visible > *:nth-child(2) { animation-delay: .09s; }
.js.motion-ready [data-reveal="products"].is-visible > *:nth-child(3),
.js.motion-ready [data-reveal="list"].is-visible > *:nth-child(3) { animation-delay: .18s; }
@keyframes ml-item-in { from { transform: translateY(22px); } }

/* ---------- responsive ---------- */
@media (max-width: 1180px) {
  .hdr-nav a:nth-last-child(-n+3) { display: none; }
  .ml-hero-layout { grid-template-columns: minmax(330px, .82fr) minmax(450px, 1.18fr); }
  .ml-hero-visual { min-height: 500px; }
  .ml-trust-inner { grid-template-columns: repeat(2, 1fr); }
  .ml-trust-inner > div:nth-child(3) { border-inline-start: 0; border-top: 1px solid var(--ml-line); }
  .ml-trust-inner > div:nth-child(4) { border-top: 1px solid var(--ml-line); }
  .ml-story-grid { gap: 55px; }
}

@media (max-width: 900px) {
  .wrap-wide { width: min(100% - 30px, 760px); }
  .utility { display: none; }
  .hdr, .hdr.hdr-static { top: 8px; margin-top: 8px; margin-bottom: -84px; width: calc(100% - 16px); }
  .hdr-bar { grid-template-columns: 1fr auto 1fr; }
  .hdr-nav, .hdr-search { display: none !important; }
  .hdr-start { justify-self: start; }
  .hdr-end { justify-self: end; }
  .mark-img { width: 126px; height: 58px; }
  .ml-hero-stage { height: auto; padding: 100px 8px 24px; }
  .ml-hero-banner { position: relative; top: auto; height: auto; min-height: 0; transform: none !important; }
  .ml-hero-layout { min-height: auto; grid-template-columns: 1fr; }
  .ml-hero-copy { padding: 54px 24px 0; text-align: center; }
  .ml-origin, .ml-hero-actions, .ml-hero-proof { justify-content: center; }
  .ml-hero-stage h1, .ml-hero-lede { margin-inline: auto; }
  .ml-hero-visual { min-height: 500px; }
  .ml-section-head, .ml-tasting-layout, .ml-story-grid { grid-template-columns: 1fr; }
  .ml-section-head { gap: 24px; }
  .ml-featured-grid, .ml-demo-grid { grid-template-columns: repeat(2, 1fr); }
  .ml-featured-grid > *:last-child, .ml-demo-grid > *:last-child { grid-column: 1 / -1; width: calc(50% - 8px); justify-self: center; }
  .ml-tasting-intro { position: static; }
  .ml-story-grid { gap: 64px; }
  .ml-order-steps { gap: 16px; }
  .ml-social-inner { align-items: flex-start; flex-direction: column; }
  .detail-stage { min-height: 480px; }
}

@media (max-width: 640px) {
  body { padding-bottom: 72px; }
  .wrap-wide { width: min(100% - 24px, 560px); }
  .hdr, .hdr.hdr-static { min-height: 66px; border-radius: 14px; }
  .hdr-end .iconbtn[href*="wishlist"] { display: none; }
  .mark-img { width: 112px; height: 52px; }
  .ml-hero-stage { padding-top: 84px; }
  .ml-hero-banner { border-radius: 16px; }
  .ml-hero-copy { padding: 42px 16px 0; }
  .ml-origin { font-size: .72rem; }
  .ml-hero-stage h1 { max-width: 9ch; font-size: clamp(2.75rem, 13vw, 4.15rem); line-height: 1.06; }
  .ml-hero-lede { max-width: 40ch; margin-top: 20px; font-size: .91rem; line-height: 1.85; }
  .ml-hero-actions { gap: 8px; margin-top: 26px; }
  .ml-hero-actions .ml-btn { flex: 1 1 150px; min-height: 46px; padding-inline: 15px; font-size: .76rem; }
  .ml-hero-proof { gap: 8px 12px; margin-top: 23px; font-size: .66rem; }
  .ml-hero-visual { min-height: 355px; margin-inline: -4px; }
  .ml-hero-jar-main { width: 62%; left: 19%; }
  .ml-hero-jar-side { width: 39%; top: 34%; }
  .ml-hero-edition { top: 7%; left: 3%; font-size: .56rem; }
  .ml-hero-origin-card { right: 2%; bottom: 8%; min-width: 118px; padding: 9px 11px; }
  .ml-hero-origin-card span { font-size: .56rem; }
  .ml-hero-origin-card b { font-size: .67rem; }
  .ml-hero-rail { justify-content: flex-start; min-height: 46px; overflow: hidden; font-size: .52rem; white-space: nowrap; }
  .ml-trust { margin-top: 0; }
  .ml-trust-inner { grid-template-columns: 1fr 1fr; padding: 6px; }
  .ml-trust-inner > div { min-height: 78px; padding: 10px; gap: 8px; }
  .ml-trust .i { width: 18px; height: 18px; }
  .ml-trust b { font-size: .68rem; }
  .ml-trust small { font-size: .58rem; }
  .ml-section { padding: 86px 0; }
  .ml-section-head { margin-bottom: 34px; }
  .ml-section-head h2, .ml-tasting h2, .ml-story h2, .ml-order h2, .ml-social h2 { font-size: clamp(2.35rem, 11vw, 3.5rem); }
  .ml-section-head > p { font-size: .86rem; }
  .ml-featured-grid, .ml-demo-grid { grid-template-columns: 1fr; }
  .ml-featured-grid > *:last-child, .ml-demo-grid > *:last-child { grid-column: auto; width: 100%; }
  .v3-product-media { min-height: 0; }
  .ml-tasting { padding: 90px 0; }
  .ml-taste { grid-template-columns: 28px 1fr 54px; gap: 12px; min-height: 106px; }
  .ml-taste i { width: 52px; height: 52px; }
  .ml-taste small { font-size: .68rem; }
  .ml-story-media::before { inset: 10px -8px -10px 8px; }
  .ml-story-facts { gap: 8px; }
  .ml-story-facts span { min-width: 91px; padding-inline-end: 10px; }
  .ml-order-steps { grid-template-columns: 1fr; gap: 0; }
  .ml-order-steps::before { top: 28px; bottom: 28px; right: 27px; left: auto; width: 2px; height: auto; }
  .ml-order-steps li { grid-template-columns: 56px 1fr; justify-items: start; min-height: 116px; padding: 0; text-align: start; }
  .ml-order-steps li div { padding-top: 8px; }
  .ml-social { padding: 52px 0; }
  .ml-social-links a { flex: 1 1 130px; justify-content: center; }
  .page-head, .v3-page-hero, .v3-category-hero, .success-hero { padding-top: 112px !important; }
  .v3-page-hero { min-height: 360px !important; }
  .v3-category-tabs { top: 80px !important; }
  .v3-catalog-grid { grid-template-columns: 1fr !important; }
  .detail-stage { min-height: 390px; }
  .detail-title { font-size: 2.8rem !important; }
  .auth { padding-top: 82px; }
  .auth-form { padding: 22px 16px; border-radius: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  [data-reveal] { transform: none !important; filter: none !important; opacity: 1 !important; }
  [data-parallax] { transform: none !important; }
  .ml-hero-stage { height: auto; }
  .ml-hero-banner { position: relative; top: auto; transform: none !important; }
}
