:root {
  --green-900: #083d2b;
  --green-800: #0b4f36;
  --green-700: #176b46;
  --green-500: #58a545;
  --lime: #a9cf3c;
  --orange: #f39a13;
  --cream: #f6f2e8;
  --paper: #fffdf8;
  --ink: #152019;
  --muted: #68746d;
  --line: #dce3dc;
  --red: #cc252b;
  --white: #ffffff;
  --radius-sm: 12px;
  --radius-md: 24px;
  --radius-lg: 40px;
  --shadow: 0 24px 70px rgba(8, 61, 43, 0.14);
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 112px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body[dir="rtl"] { font-family: "Noto Sans Arabic", "DM Sans", sans-serif; }
body.dialog-open { overflow: hidden; }

img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

::selection { background: var(--lime); color: var(--green-900); }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-160%); padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { transform: none; }

.topbar { background: var(--green-900); color: #e7f2e8; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.topbar__inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.topbar__dot { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 253, 248, .95); border-bottom: 1px solid rgba(8, 61, 43, .08); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: flex-end; gap: 9px; text-decoration: none; }
.brand img { width: 176px; height: auto; }
.brand__market { margin-bottom: 8px; padding-left: 9px; border-left: 1px solid var(--line); color: var(--green-800); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav > a { position: relative; color: #304039; font-size: 14px; font-weight: 700; text-decoration: none; }
.primary-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green-700); transition: right .2s ease; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after { right: 0; }
.language-toggle { display: flex; gap: 5px; align-items: center; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; }
.language-toggle__active { color: var(--green-700); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; place-content: center; gap: 4px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--green-900); transition: transform .2s ease, opacity .2s ease; }

.eyebrow { margin-bottom: 20px; color: var(--green-700); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--light { color: #b9e66d; }
.eyebrow--red { color: #ed4a50; }

.hero { position: relative; overflow: hidden; padding-top: 88px; background: var(--cream); }
.hero::before { content: ""; position: absolute; top: 0; right: 0; width: 33%; height: 100%; background-image: linear-gradient(rgba(11,79,54,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(11,79,54,.06) 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(to left, #000, transparent); }
.hero__grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.hero__content { position: relative; z-index: 2; }
.hero h1 { max-width: 680px; margin: 0; color: var(--green-900); font-size: clamp(48px, 5.2vw, 78px); line-height: 1.03; letter-spacing: -.055em; }
.hero h1 em { color: var(--green-700); font-style: normal; }
.hero__lead { max-width: 610px; margin: 28px 0 0; color: #4b5a52; font-size: 18px; line-height: 1.75; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.button svg, .text-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .language-toggle:focus-visible, .menu-toggle:focus-visible, .dialog-close:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.button--primary { background: var(--green-800); color: white; box-shadow: 0 12px 30px rgba(11,79,54,.2); }
.button--primary:hover { background: var(--green-900); box-shadow: 0 16px 36px rgba(11,79,54,.25); }
.hero__note { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.hero__note-mark { display: grid; width: 42px; height: 42px; place-content: center; border: 1px solid #b9c8bd; border-radius: 50%; color: var(--green-800); font-size: 18px; font-weight: 800; }

.hero-packshot { position: relative; display: grid; min-height: 570px; place-items: center; isolation: isolate; }
.hero-packshot::after { content: ""; position: absolute; z-index: -2; left: 8%; right: 4%; bottom: 6%; height: 13%; border-radius: 50%; background: rgba(8,61,43,.12); filter: blur(24px); transform: perspective(500px) rotateX(58deg); }
.hero-packshot__halo { position: absolute; z-index: -3; width: min(37vw, 480px); aspect-ratio: 1; border-radius: 50%; background: #dce9d4; box-shadow: inset 0 0 0 1px rgba(11,79,54,.08), 0 0 0 34px rgba(220,233,212,.42), 0 0 0 68px rgba(220,233,212,.18); }
.hero-packshot > img { position: relative; z-index: 1; width: 122%; max-width: none; transform: translateX(-3%); filter: drop-shadow(0 28px 24px rgba(8,61,43,.17)); }
.hero-packshot__badge { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid rgba(8,61,43,.1); border-radius: 999px; background: rgba(255,253,248,.92); box-shadow: 0 12px 34px rgba(8,61,43,.14); backdrop-filter: blur(10px); color: var(--green-900); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.hero-packshot__badge span { color: var(--green-700); font-size: 12px; font-weight: 800; }
.hero-packshot__badge strong { font-size: 10px; }
.hero-packshot__badge--top { top: 13%; right: 0; }
.hero-packshot__badge--bottom { bottom: 11%; left: 0; }
.hero-packshot__badge .status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(169,207,60,.22); }

.proof-strip { border-top: 1px solid rgba(8,61,43,.08); border-bottom: 1px solid rgba(8,61,43,.08); background: #edf3ea; }
.proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-strip__grid > div { display: flex; min-height: 112px; align-items: center; gap: 16px; padding: 24px 32px; border-right: 1px solid rgba(8,61,43,.1); }
.proof-strip__grid > div:last-child { border-right: 0; }
.proof-strip strong { color: var(--green-800); font-size: 24px; line-height: 1; }
.proof-strip span { color: #536259; font-size: 13px; font-weight: 600; }

.section-heading { display: grid; grid-template-columns: 1.1fr .7fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.hero h1, .section-heading h2, .trust h2, .distributor h2, .contact h2, .product-dialog h2 { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; }
[dir="rtl"] .hero h1, [dir="rtl"] .section-heading h2, [dir="rtl"] .trust h2, [dir="rtl"] .distributor h2, [dir="rtl"] .contact h2, [dir="rtl"] .product-dialog h2 { font-family: "Noto Sans Arabic", sans-serif; font-weight: 700; }
[dir="rtl"] .contact-form__heading h3 { font-family: "Noto Sans Arabic", sans-serif; font-weight: 700; }
.section-heading h2, .distributor h2, .contact h2 { margin: 0; color: var(--green-900); font-size: clamp(38px, 4vw, 60px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading p { margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.8; }

.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.mobile-swipe-hint { display: none; }
.product-card { --accent: var(--green-700); grid-column: span 4; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:nth-child(4), .product-card:nth-child(5) { grid-column: span 6; }
.product-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--accent) 35%, var(--line)); box-shadow: var(--shadow); }
.product-card:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; box-shadow: var(--shadow); }
.product-card--fer { --accent: #cc242b; }
.product-card--zinc { --accent: #9e1684; }
.product-card--selenium { --accent: #6f277e; }
.product-card--chrome { --accent: #126ca5; }
.product-card--iode { --accent: #0790aa; }
.product-card__visual { position: relative; height: 300px; overflow: hidden; background: #f3f5f2; }
.product-card:nth-child(n+4) .product-card__visual { height: 360px; }
.product-card__visual::after { content: ""; position: absolute; inset: auto 0 0; height: 26%; background: linear-gradient(to top, rgba(255,255,255,.9), transparent); }
.product-card__visual img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .5s ease; }
.product-card:hover .product-card__visual img { transform: scale(1.025); }
.product-card__number { position: absolute; z-index: 2; top: 16px; left: 16px; display: grid; width: 36px; height: 36px; place-content: center; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--accent); font-size: 11px; font-weight: 800; box-shadow: 0 6px 18px rgba(21,32,25,.12); }
.product-card__body { padding: 28px 28px 30px; }
.product-card__mineral { color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.product-card h3 { margin: 5px 0 10px; color: #102219; font-size: 29px; line-height: 1.2; letter-spacing: -.035em; }
.product-card p { min-height: 52px; margin: 0 0 22px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.text-link { display: inline-flex; min-height: 46px; align-items: center; gap: 10px; padding: 0 18px; border: 1px solid color-mix(in srgb, var(--accent) 30%, var(--line)); border-radius: 999px; background: color-mix(in srgb, var(--accent) 6%, white); color: var(--green-900); font-size: 14px; font-weight: 700; }
.text-link svg { transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }

.trust { overflow: hidden; background: var(--green-900); color: white; }
.trust__intro { display: grid; grid-template-columns: 1fr .75fr; gap: 96px; align-items: end; margin-bottom: 48px; }
.trust h2 { max-width: 760px; margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: 1.02; letter-spacing: -.04em; }
.trust h2 em { color: #b9e66d; font-style: normal; }
.trust__summary > p { max-width: 590px; margin: 0 0 24px; color: #bed0c7; font-size: 17px; line-height: 1.7; }
.trust__facts { display: flex; flex-wrap: wrap; gap: 8px; }
.trust__facts span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #e7f2e8; font-size: 11px; font-weight: 700; }
.trust__gallery { display: grid; grid-template-columns: 1.2fr .85fr .85fr; grid-template-rows: repeat(2, 210px); gap: 16px; }
.trust-photo { position: relative; min-width: 0; overflow: hidden; margin: 0; border-radius: 22px; background: #123f31; isolation: isolate; }
.trust-photo--main { grid-row: 1 / 3; }
.trust-photo--wide { grid-column: 2 / 4; }
.trust-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.trust-photo:hover img { transform: scale(1.025); }
.trust-photo::after { content: ""; position: absolute; z-index: 1; inset: 30% 0 0; background: linear-gradient(to top, rgba(2,24,16,.9), transparent); }
.trust-photo figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; gap: 3px; padding: 24px; }
.trust-photo small { color: #b9e66d; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.trust-photo strong { color: white; font-size: 16px; line-height: 1.3; }
.trust__source { margin: 14px 0 0; color: #78968a; font-size: 10px; text-align: right; }

.distributor { background: var(--paper); }
.distributor__card { display: grid; grid-template-columns: .72fr 1.28fr; overflow: hidden; border-radius: var(--radius-lg); background: #090909; color: white; }
.distributor__logo { display: grid; min-height: 490px; place-content: center; padding: 48px; border-right: 1px solid rgba(255,255,255,.1); background: #f5f1e8; }
.distributor__logo img { width: 420px; }
.distributor__content { padding: 72px; }
.distributor h2 { color: white; }
.distributor__content > p { max-width: 670px; margin: 24px 0 40px; color: #bababa; font-size: 16px; line-height: 1.8; }
.distributor__meta { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #333; }
.distributor__meta div { padding: 24px 18px 0 0; }
.distributor__meta span, .product-dialog__facts span { display: block; margin-bottom: 4px; color: #8e9791; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.distributor__meta strong { font-size: 13px; }

.contact { background: var(--green-800); color: white; }
.contact__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.contact h2 { max-width: 760px; color: white; }
.contact__intro > p { max-width: 590px; margin: 28px 0 30px; color: #c6d8cf; line-height: 1.75; }
.contact__links { display: grid; gap: 12px; }
.contact__links a { display: grid; width: max-content; max-width: 100%; padding: 12px 0; color: white; text-decoration: none; }
.contact__links span { color: #9fc2b1; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact__links strong { margin-top: 2px; overflow-wrap: anywhere; font-size: 17px; }
.contact__links a:hover strong { color: #b9e66d; }
.contact-form { display: grid; gap: 18px; padding: 36px; border-radius: 28px; background: var(--paper); color: var(--ink); box-shadow: 0 24px 70px rgba(2,28,19,.24); }
.contact-form__heading > span { color: var(--green-700); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.contact-form__heading h3 { margin: 6px 0 4px; color: var(--green-900); font-family: "DM Serif Display", Georgia, serif; font-size: 30px; font-weight: 400; line-height: 1.15; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 7px; color: #435149; font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #ccd7cf; border-radius: 12px; background: white; color: var(--ink); outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { min-height: 50px; padding: 0 14px; }
.contact-form textarea { min-height: 112px; resize: vertical; padding: 13px 14px; line-height: 1.5; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(23,107,70,.12); }
.contact-form__submit { width: 100%; cursor: pointer; }
.contact-form > small { margin-top: -8px; color: #748078; text-align: center; }
.button--whatsapp { background: #b9e66d; color: var(--green-900); }
.button--whatsapp:hover { background: white; }
.button--whatsapp svg { width: 21px; height: 21px; }

.mobile-contact-bar { display: none; }

.site-footer { padding: 56px 0 24px; background: #061f16; color: white; }
.site-footer__top { display: grid; grid-template-columns: auto 1fr auto; gap: 48px; align-items: center; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.12); }
.brand--footer { padding: 8px 12px; border-radius: 8px; background: white; }
.brand--footer img { width: 150px; }
.brand--footer .brand__market { margin-bottom: 6px; }
.site-footer__top p { justify-self: center; margin: 0; color: #adc0b7; font-size: 13px; }
.site-footer__top > a:last-child { color: #b9e66d; font-size: 13px; font-weight: 800; }
.site-footer__bottom { display: grid; grid-template-columns: auto 1fr; gap: 48px; padding-top: 24px; color: #80948a; font-size: 10px; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom p:last-child { max-width: 760px; justify-self: end; text-align: right; }
.site-footer__center { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.social-links { display: flex; gap: 10px; }
.social-links a { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.08); color: #adc0b7; transition: background .2s, color .2s; }
.social-links a:hover { background: rgba(255,255,255,.18); color: white; }
.social-links svg { width: 16px; height: 16px; fill: currentColor; }

.product-dialog { width: min(980px, calc(100% - 32px)); max-height: min(780px, calc(100vh - 32px)); padding: 0; overflow: hidden; border: 0; border-radius: 28px; color: var(--ink); background: white; box-shadow: 0 30px 100px rgba(5,34,24,.35); }
.product-dialog::backdrop { background: rgba(3,20,14,.72); backdrop-filter: blur(5px); }
.product-dialog[open] { animation: dialog-in .25s ease-out; }
.product-dialog__grid { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 650px; }
.product-dialog__visual { display: grid; min-height: 100%; overflow: hidden; place-items: center; padding: 28px; background: #eef2ed; }
.product-dialog__visual img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 12px; box-shadow: 0 12px 36px rgba(8,61,43,.1); }
.product-dialog__content { overflow-y: auto; padding: 64px 56px 48px; }
.product-dialog__mineral { color: var(--dialog-accent, var(--green-700)); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.product-dialog h2 { margin: 6px 0 14px; color: var(--green-900); font-size: 48px; line-height: 1.08; letter-spacing: -.045em; }
.product-dialog__lead { margin: 0 0 24px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.product-dialog__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-dialog__facts strong { font-size: 13px; }
.product-dialog h3 { margin: 24px 0 10px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.product-dialog ul { display: grid; gap: 8px; margin: 0; padding-left: 20px; color: #415047; font-size: 14px; }
.product-dialog li::marker { color: var(--dialog-accent, var(--green-700)); }
.product-dialog__advice { margin: 24px 0; padding: 14px 16px; border-radius: 10px; background: var(--cream); color: #66716a; font-size: 11px; line-height: 1.6; }
.dialog-close { position: absolute; z-index: 3; top: 18px; right: 18px; display: grid; width: 42px; height: 42px; place-content: center; border: 1px solid rgba(21,32,25,.12); border-radius: 50%; background: rgba(255,255,255,.95); cursor: pointer; }
.dialog-close svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; }

@keyframes dialog-in { from { opacity: 0; transform: translateY(16px) scale(.98); } }

[dir="rtl"] .primary-nav, [dir="rtl"] .hero__actions, [dir="rtl"] .topbar__inner { flex-direction: row-reverse; }
[dir="rtl"] .trust__source { text-align: left; }
[dir="rtl"] .brand__market { padding-left: 0; padding-right: 9px; border-left: 0; border-right: 1px solid var(--line); }
[dir="rtl"] .site-footer__bottom p:last-child { text-align: left; }
[dir="rtl"] .dialog-close { right: auto; left: 18px; }

@media (max-width: 1100px) {
  .section { padding: 88px 0; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; align-items: stretch; gap: 0; padding: 16px 24px 24px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 40px rgba(8,61,43,.12); }
  .primary-nav.is-open { display: grid; }
  .primary-nav > a { padding: 13px 0; }
  .language-toggle { width: max-content; margin-top: 10px; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero__grid { grid-template-columns: 1fr; }
  .hero-packshot { min-height: 470px; }
  .hero-packshot > img { width: 106%; transform: none; }
  .proof-strip__grid { grid-template-columns: 1fr 1fr; }
  .proof-strip__grid > div:nth-child(2) { border-right: 0; }
  .proof-strip__grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(8,61,43,.1); }
  .product-card { grid-column: span 6; }
  .product-card:last-child { grid-column: 4 / span 6; }
  .trust__intro, .contact__grid { gap: 64px; }
  .distributor__card { grid-template-columns: 1fr; }
  .distributor__logo { min-height: 300px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .distributor__logo img { width: 480px; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 32px, 1180px); }
  body.dialog-open, body.menu-open { overflow: hidden; }
  .section { padding: 72px 0; }
  .topbar__inner { min-height: 32px; font-size: 9px; letter-spacing: .08em; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 142px; }
  .brand__market { margin-bottom: 5px; font-size: 8px; }
  .hero { padding-top: 48px; }
  .hero__grid { gap: 20px; }
  .hero h1 { font-size: clamp(44px, 13.5vw, 64px); }
  .hero__lead { margin-top: 20px; font-size: 16px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 0; margin-top: 28px; }
  .hero__note { display: none; }
  .hero-packshot { min-height: 300px; margin-top: -30px; }
  .hero-packshot__halo { width: 68vw; }
  .hero-packshot > img { width: 118%; transform: translateX(-2%); }
  .hero-packshot__badge { padding: 8px 10px; }
  .hero-packshot__badge--top { top: 7%; right: -4px; }
  .hero-packshot__badge--bottom { bottom: 4%; left: 2px; }
  .proof-strip__grid > div { min-height: 96px; padding: 20px 16px; }
  .proof-strip strong { font-size: 20px; }
  .proof-strip span { font-size: 11px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 20px; }
  .section-heading h2, .distributor h2, .contact h2 { font-size: 40px; }
  .mobile-swipe-hint { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; color: var(--green-800); font-size: 12px; font-weight: 800; letter-spacing: .02em; }
  .mobile-swipe-hint span { display: grid; width: 30px; height: 30px; place-content: center; border: 1px solid #b7c7bc; border-radius: 50%; font-size: 16px; }
  .product-grid { display: flex; gap: 16px; overflow-x: auto; margin-right: calc((100vw - 100%) / -2); padding: 0 calc((100vw - 100%) / 2) 20px 0; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
  .product-grid::-webkit-scrollbar { display: none; }
  .product-card, .product-card:nth-child(4), .product-card:nth-child(5), .product-card:last-child { flex: 0 0 88%; scroll-snap-align: start; scroll-snap-stop: always; }
  .product-card__visual, .product-card:nth-child(n+4) .product-card__visual { height: min(68vw, 300px); }
  .product-card__body { padding: 24px; }
  .product-card p { min-height: 0; }
  .text-link { min-height: 44px; }
  .trust__intro, .contact__grid { grid-template-columns: 1fr; gap: 24px; }
  .trust h2 { font-size: 46px; }
  .trust__summary > p { font-size: 15px; }
  .trust__gallery { display: flex; gap: 14px; overflow-x: auto; margin-right: calc((100vw - 100%) / -2); padding: 0 calc((100vw - 100%) / 2) 16px 0; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
  .trust__gallery::-webkit-scrollbar { display: none; }
  .trust-photo, .trust-photo--main, .trust-photo--wide { width: auto; height: 310px; flex: 0 0 84%; scroll-snap-align: start; }
  .trust-photo figcaption { padding: 20px; }
  .trust__source { margin-top: 8px; text-align: left; }
  .distributor__card { border-radius: 26px; }
  .distributor__logo { min-height: 230px; padding: 28px; }
  .distributor__content { padding: 40px 28px; }
  .distributor__meta { grid-template-columns: 1fr; }
  .distributor__meta div { padding: 16px 0; border-bottom: 1px solid #2c2c2c; }
  .contact__action { align-self: start; }
  .contact-form { gap: 16px; padding: 26px 20px; border-radius: 22px; }
  .contact-form__heading h3 { font-size: 27px; }
  .form-row { grid-template-columns: 1fr; gap: 16px; }
  .contact-form input, .contact-form select, .contact-form textarea { font-size: 16px; }
  .site-footer__top { grid-template-columns: 1fr; gap: 28px; justify-items: start; }
  .site-footer__top p { justify-self: start; }
  .site-footer__bottom { grid-template-columns: 1fr; gap: 16px; }
  .site-footer__bottom p:last-child { justify-self: start; text-align: left; }
  .mobile-contact-bar { position: fixed; z-index: 95; right: 16px; bottom: max(12px, env(safe-area-inset-bottom)); left: auto; display: flex; width: min(250px, calc(100% - 32px)); min-height: 56px; align-items: center; gap: 12px; padding: 8px 14px 8px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: var(--green-900); color: white; box-shadow: 0 14px 36px rgba(3,30,20,.3); text-decoration: none; opacity: 0; transform: translateY(90px); pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
  .mobile-contact-bar.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .mobile-contact-bar__icon { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-content: center; border-radius: 12px; background: #b9e66d; color: var(--green-900); }
  .mobile-contact-bar__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .mobile-contact-bar > span:nth-child(2) { display: grid; flex: 1; line-height: 1.2; }
  .mobile-contact-bar small { color: #a9c0b5; font-size: 9px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
  .mobile-contact-bar strong { margin-top: 3px; font-size: 12px; }
  .mobile-contact-bar__arrow { width: 18px; height: 18px; fill: none; stroke: #b9e66d; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .dialog-open .mobile-contact-bar, .menu-open .mobile-contact-bar { opacity: 0; transform: translateY(90px); pointer-events: none; }
  .product-dialog { width: calc(100% - 16px); max-height: calc(100svh - 16px); border-radius: 20px; }
  .product-dialog__grid { display: flex; max-height: calc(100svh - 16px); min-height: 0; flex-direction: column; overflow-y: auto; overscroll-behavior: contain; }
  .product-dialog__visual { height: 280px; min-height: 280px; flex: 0 0 280px; padding: 16px; }
  .product-dialog__content { display: flex; overflow: visible; flex-direction: column; padding: 28px 24px calc(28px + env(safe-area-inset-bottom)); }
  .product-dialog__mineral { order: 1; }
  .product-dialog h2 { order: 2; margin-top: 4px; font-size: 38px; }
  .product-dialog__lead { order: 3; margin-bottom: 18px; font-size: 15px; }
  .product-dialog__facts { order: 4; }
  #dialog-whatsapp { order: 5; width: 100%; margin: 20px 0 6px; }
  .product-dialog h3 { order: 6; margin-top: 24px; }
  .product-dialog ul { order: 7; }
  .product-dialog__advice { order: 8; margin-bottom: 0; }
  .dialog-close { top: 12px; right: 12px; }
}

@media (max-width: 370px) {
  .topbar__inner { gap: 7px; letter-spacing: .05em; }
  .brand img { width: 126px; }
  .brand__market { padding-left: 7px; font-size: 7px; }
  .hero h1 { font-size: 46px; }
  .hero-packshot__badge--top { display: none; }
  .product-card, .product-card:nth-child(4), .product-card:nth-child(5), .product-card:last-child { flex-basis: 91%; }
  .distributor__content { padding: 36px 24px; }
  .contact h2 { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Shopping and checkout: shared brand tokens, touch-sized controls. */
[hidden] { display: none !important; }
button, select { cursor: pointer; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.nav-wrap { gap: 16px; }
.primary-nav { gap: 24px; }
.cart-toggle { display: inline-flex; gap: 8px; align-items: center; min-height: 44px; padding: 8px 16px; border: 1px solid var(--green-800); border-radius: 999px; background: var(--green-800); color: var(--white); font-size: 13px; font-weight: 700; }
.cart-toggle [data-cart-count] { display: grid; min-width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--green-900); }
.hero__actions { flex-wrap: wrap; gap: 16px 24px; }
.hero__store-link { color: var(--green-800); text-underline-offset: 5px; font-size: 14px; font-weight: 700; }
.hero__delivery { margin-top: 24px; color: var(--green-800); font-size: 14px; }
.product-card { cursor: default; }
.product-card .text-link { border: 0; padding: 8px 0; background: transparent; cursor: pointer; }
.product-purchase { display: grid; gap: 16px; margin-top: 16px; padding-top: 24px; border-top: 1px solid var(--line); }
.product-purchase > div { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: baseline; }
.product-price { font-size: 24px; font-weight: 700; color: var(--green-900); }
.product-purchase small { color: var(--muted); font-size: 12px; }
.product-purchase .button { width: 100%; }
.packs { background: var(--cream); }
.pack-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.pack-card { position: relative; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); }
.pack-card--best { border-color: var(--green-700); box-shadow: 0 18px 50px rgba(8, 61, 43, .12); }
.pack-card__flag { position: absolute; z-index: 2; inset-block-start: 16px; inset-inline-start: 16px; padding: 6px 12px; border-radius: 999px; background: var(--green-800); color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.pack-card__visual { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; height: 208px; padding: 24px; background: var(--cream); }
.pack-card__visual img { width: auto; height: 136px; border: 3px solid var(--white); border-radius: 10px; box-shadow: 0 8px 22px rgba(8, 61, 43, .16); }
.pack-card__visual img + img { margin-inline-start: -48px; }
.pack-card__visual img:nth-child(2) { z-index: 1; }
.pack-card__visual img:nth-child(3) { z-index: 2; }
.pack-card__save { position: absolute; z-index: 3; inset-block-end: 16px; inset-inline-end: 16px; display: grid; gap: 4px; padding: 12px 16px; border-radius: 16px; background: var(--red); color: var(--white); text-align: center; }
.pack-card__save strong { font-size: 26px; font-weight: 800; line-height: 1; letter-spacing: -.03em; }
.pack-card__save small { font-size: 12px; font-weight: 600; line-height: 1.3; }
.pack-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.pack-card .eyebrow { margin-bottom: 8px; font-size: 10px; letter-spacing: .08em; }
.pack-card h3 { margin: 0 0 12px; font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; color: var(--green-900); font-size: 30px; letter-spacing: -.02em; }
.pack-card__claim { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.pack-card__contents { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 0; padding: 0; list-style: none; }
.pack-card__contents li { padding: 5px 10px; border-radius: 999px; background: var(--cream); color: var(--green-800); font-size: 12px; font-weight: 600; }
.pack-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 12px; margin-top: auto; padding-top: 24px; }
.pack-price strong { font-size: 30px; color: var(--green-900); }
.pack-price s { color: var(--muted); font-size: 14px; }
.pack-saving { min-height: 40px; margin: 8px 0 16px; color: var(--green-700); font-size: 13px; font-weight: 700; }
.pack-card .button { width: 100%; padding-inline: 16px; }
.store-filter select { width: 100%; min-height: 48px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--ink); }
.order-discount dd { color: var(--green-700); font-weight: 700; }
.commerce-note { color: var(--muted); font-size: 13px; line-height: 1.65; }
.packs > .container > .commerce-note { max-width: 76ch; margin-top: 24px; }
.stores-empty { display: flex; gap: 32px; align-items: center; justify-content: space-between; padding: 40px; border-block: 1px solid var(--line); }
.stores-empty h3 { margin: 0 0 16px; color: var(--green-900); font-size: 24px; }
.stores-empty p { max-width: 64ch; margin: 0; color: var(--muted); }
.stores-empty .button { flex-shrink: 0; }
.store-filter { display: grid; gap: 8px; max-width: 320px; margin-bottom: 24px; }
.store-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.store-layout iframe { width: 100%; min-height: 400px; border: 1px solid var(--line); border-radius: 16px; }
.store-card { padding: 24px; border-bottom: 1px solid var(--line); }
.store-card h3 { margin: 0; }
.store-card button, .store-card a { display: inline-flex; align-items: center; min-height: 44px; color: var(--green-800); padding: 8px; border: 0; background: var(--cream); border-radius: 8px; }
.delivery { padding-block: 64px; background: var(--cream); }
.delivery__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.delivery h2 { margin: 0 0 24px; font: 400 44px/1.12 'DM Serif Display', Georgia, serif; color: var(--green-900); }
.delivery__grid > div > p { max-width: 60ch; }
.delivery__promise { font-size: 24px; font-weight: 700; color: var(--green-900); }
.delivery dl div, .order-totals > div { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; padding-block: 12px; border-bottom: 1px solid var(--line); }
.delivery dd, .order-totals dd { margin: 0; font-weight: 700; text-align: end; }
.professional-cta { margin-top: 32px; }
.cart-dialog { width: min(600px, calc(100% - 32px)); max-height: calc(100svh - 32px); padding: 32px; border: 0; border-radius: 24px; background: var(--paper); color: var(--ink); overflow-y: auto; overscroll-behavior: contain; }
.cart-dialog::backdrop { background: var(--green-900); opacity: .65; }
.cart-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; }
.cart-heading h2 { margin: 0; color: var(--green-900); font: 400 36px/1.2 'DM Serif Display', Georgia, serif; }
.cart-close { min-height: 44px; padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); }
.cart-item { display: grid; grid-template-columns: 56px 1fr auto; gap: 16px; padding-block: 24px; border-bottom: 1px solid var(--line); }
.cart-item img { width: 56px; height: 72px; object-fit: contain; border-radius: 8px; }
.cart-item h3 { margin: 0; font-size: 16px; }
.cart-item span { color: var(--muted); font-size: 12px; }
.cart-item__end { display: grid; justify-items: end; align-content: space-between; }
.cart-item__end strong { color: var(--green-900); }
.cart-item__end s { color: var(--muted); font-size: 12px; }
.cart-item span { display: block; }
.cart-item--bundle { grid-template-columns: auto minmax(0, 1fr) auto; align-items: start; background: var(--cream); margin-inline: -16px; padding-inline: 16px; border-radius: 12px; border-bottom-color: transparent; }
.cart-item__tag { margin: 0 0 4px; color: var(--green-700); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.cart-item__saving { color: var(--green-700) !important; font-weight: 700; margin-top: 4px; }
.cart-item__stack { display: flex; flex-shrink: 0; align-items: center; justify-content: center; width: 92px; }
.cart-item__stack img { width: 40px; height: 40px; object-fit: cover; border: 2px solid var(--white); border-radius: 6px; box-shadow: 0 4px 10px rgba(8, 61, 43, .16); }
.cart-item__stack img + img { margin-inline-start: -14px; }
.cart-item__stack img:nth-child(2) { z-index: 1; }
.cart-item__stack img:nth-child(3) { z-index: 2; }
.remove-item { padding: 8px 0; min-height: 44px; border: 0; background: transparent; text-decoration: underline; color: var(--muted); font-size: 12px; }
.quantity-control { display: inline-flex; align-items: center; margin-top: 8px; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.quantity-control button { width: 44px; height: 44px; border: 0; background: var(--white); font-size: 20px; }
.quantity-control output { min-width: 32px; text-align: center; }
button:disabled { cursor: not-allowed; opacity: .5; }
.shipping-progress { padding: 16px; border-radius: 12px; background: var(--cream); color: var(--green-800); font-weight: 700; font-size: 14px; }
#order-form { display: grid; gap: 16px; }
.order-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
#order-form label { display: grid; gap: 8px; font-size: 14px; font-weight: 600; }
#order-form input, #order-form select, #order-form textarea { width: 100%; min-width: 0; min-height: 48px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--ink); font-size: 16px; }
#order-form textarea { resize: vertical; }
.order-totals { margin: 8px 0 0; }
.order-total { color: var(--green-900); font-size: 20px; font-weight: 700; }
.checkout-button { width: 100%; }
#order-form > p { margin: 0; }
.empty-cart { text-align: center; padding: 32px 0; }
.cart-toast { position: fixed; z-index: 101; bottom: 24px; inset-inline: 16px; width: fit-content; max-width: calc(100% - 32px); margin-inline: auto; padding: 16px 24px; border-radius: 12px; background: var(--green-900); color: var(--white); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(16px); transition: opacity .2s, transform .2s; }
.cart-toast.is-visible { opacity: 1; transform: none; }
body.dialog-open .cart-toast { display: none; }
.product-dialog { overflow-y: auto; }
[dir='rtl'] .pack-card h3, [dir='rtl'] .delivery h2, [dir='rtl'] .cart-heading h2 { font-family: 'Noto Sans Arabic', sans-serif; }
@media (max-width: 1100px) { .stores-empty { flex-direction: column; align-items: flex-start; } .pack-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 1100px) { .menu-toggle { order: 3; flex-shrink: 0; } .cart-toggle { margin-inline-start: auto; } }
@media (max-width: 760px) {
  .nav-wrap { gap: 8px; } .brand img { width: 124px; } .brand__market { display: none; }
  .cart-toggle { padding: 8px 12px; font-size: 12px; }
  .hero__actions, [dir='rtl'] .hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero__delivery { font-size: 13px; margin-top: 20px; }
  .hero-packshot { margin-top: 0; }
  .pack-grid { grid-template-columns: 1fr; }
  .cart-item__stack { width: 82px; }
  .cart-item__stack img { width: 36px; height: 36px; }
  .cart-item__stack img + img { margin-inline-start: -13px; }
  .pack-card__visual { height: 188px; }
  .pack-card__visual img { height: 118px; }
  .pack-card__visual img + img { margin-inline-start: -42px; }
  .pack-card__body { padding: 24px; }
  .pack-card h3 { margin-bottom: 12px; }
  .pack-saving { min-height: 0; margin-block: 8px 16px; }
  .delivery__grid { grid-template-columns: 1fr; gap: 24px; }
  .delivery h2 { font-size: 36px; }
  .stores-empty { padding: 24px 0; gap: 24px; }
  .stores-empty .button { width: 100%; font-size: 13px; }
  .store-layout { grid-template-columns: 1fr; }
  .cart-dialog { width: calc(100% - 16px); max-height: calc(100svh - 16px); padding: 24px 16px; border-radius: 16px; }
  .cart-heading h2 { font-size: 30px; }
  .order-fields { grid-template-columns: 1fr; }
  .cart-item { grid-template-columns: 40px minmax(0, 1fr) auto; gap: 8px; }
  .cart-item--bundle { grid-template-columns: auto minmax(0, 1fr) auto; }
  .cart-item img { width: 40px; }
  .cart-item__end strong { font-size: 14px; }
  #dialog-price { order: 5; margin-bottom: 0; }
  .cart-toast { bottom: 88px; font-size: 14px; }
  [dir='rtl'] .product-grid, [dir='rtl'] .trust__gallery { margin-right: 0; margin-left: calc((100vw - 100%) / -2); padding-right: 0; padding-left: calc((100vw - 100%) / 2); }
}
#order-error { padding: 16px; border: 1px solid var(--red); border-radius: 8px; color: var(--red); }
#order-success { padding-block: 24px; text-align: center; }
#order-success h3 { color: var(--green-900); font: 400 32px/1.2 'DM Serif Display',Georgia,serif; }
#order-success p { color: var(--muted); }
.success-mark { display: grid; place-items: center; width: 64px; height: 64px; margin: auto; border-radius: 50%; background: var(--lime); color: var(--green-900); font-size: 32px; }
.order-reference { display: grid; gap: 8px; margin-block: 24px; padding: 24px; border-radius: 16px; background: var(--cream); }
.order-reference span { font-size: 13px; color: var(--muted); }
.order-reference strong { font-size: 24px; color: var(--green-900); }
.success-continue { display: block; margin: 16px auto 0; padding: 12px; min-height: 44px; border: 0; background: transparent; color: var(--green-800); text-decoration: underline; }
.cart-heading { position: sticky; top: -32px; z-index: 2; padding-block: 16px; background: var(--paper); }
@media (max-width:760px) { .cart-heading { top: -24px; } }
@media (min-width:1101px) { .hero-packshot > img { width: 110%; transform: none; } }

/* Shop pages */
.shipping-banner { display:flex; height:36px; min-height:36px; align-items:center; justify-content:center; gap:12px; padding:6px 16px; overflow:hidden; background:var(--green-900); color:var(--white); text-decoration:none; font-size:13px; transition:height .25s ease, min-height .25s ease, padding-block .25s ease, opacity .18s ease; }
/* The delivery promise is a reminder, not a fixture: it gives its space back
   once you start reading and returns when you come back to the top. */
body.is-scrolled .shipping-banner { height:0; min-height:0; padding-block:0; opacity:0; pointer-events:none; }
.shipping-banner svg { width:22px; height:22px; fill:none; stroke:var(--lime); stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.shipping-banner strong { font-weight:700; }.shipping-banner > span { font-size:11px; text-decoration:underline; text-underline-offset:3px; }
:root { --header-offset:144px; }
body.is-scrolled { --header-offset:108px; }
[id] { scroll-margin-top:var(--header-offset); }
.primary-nav a[aria-current='page'] { color:var(--green-700); text-decoration:underline; text-underline-offset:8px; }
.page-loading { padding-block:80px; }
.breadcrumbs { display:flex; align-items:center; flex-wrap:wrap; gap:12px; padding-block:24px; color:var(--muted); font-size:13px; }
.breadcrumbs a { text-decoration:none; }.breadcrumbs a:hover { text-decoration:underline; }.breadcrumbs [aria-current] { color:var(--green-900); }
.catalogue-heading { background:var(--cream); padding-bottom:40px; }.catalogue-heading .eyebrow { margin-top:32px; }
.catalogue-heading h1,.product-page h1,.map-page-heading h1 { margin:0; font:400 clamp(42px,4.5vw,64px)/1.1 'DM Serif Display',Georgia,serif; color:var(--green-900); letter-spacing:-.025em; }
.catalogue-heading p { max-width:650px; color:var(--muted); font-size:18px; margin:24px 0 32px; }
.catalogue-subnav { display:flex; justify-content:space-between; gap:24px; border-top:1px solid var(--line); padding-top:24px; color:var(--green-800); font-size:14px; }
.catalogue-subnav a { font-weight:700; text-underline-offset:4px; }
.catalogue-products { padding-block:48px 80px; }
.shop-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.shop-card { min-width:0; overflow:hidden; border:1px solid var(--line); border-radius:20px; background:var(--white); }
.shop-card__image { display:block; overflow:hidden; background:var(--cream); }.shop-card__image img { width:100%; aspect-ratio:1.15; object-fit:cover; transition:transform .2s; }.shop-card__image:hover img { transform:scale(1.025); }
.shop-card__body { padding:24px; }.shop-card__mineral { min-height:32px; margin:0 0 8px; font-size:10px; font-weight:700; letter-spacing:.06em; color:var(--green-700); }
.shop-card h2 { margin:0; font-size:28px; letter-spacing:-.04em; }.shop-card h2 a { text-decoration:none; }.shop-card__benefit { min-height:52px; margin:16px 0; color:var(--muted); font-size:15px; }
.shop-card__format { margin:0; font-size:12px; color:var(--muted); }.shop-card__price { display:flex; flex-wrap:wrap; gap:12px; align-items:center; justify-content:space-between; margin-block:24px 16px; }
.shop-card__price strong { color:var(--green-900); font-size:24px; }.shop-card__price a { color:var(--green-800); font-size:12px; text-underline-offset:4px; }.shop-card .button { width:100%; }
.catalogue-all-link { display:table; margin:32px auto 0; color:var(--green-800); font-weight:700; text-underline-offset:5px; }
.product-page { padding-bottom:64px; }.product-page__grid { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:start; margin-top:24px; }
.product-page__visual { position:sticky; top:160px; padding:24px; border:1px solid var(--line); border-radius:24px; background:var(--white); }.product-page__visual img { width:100%; border-radius:12px; }.product-page__visual > span { display:block; padding-top:24px; text-align:center; color:var(--green-700); font-size:12px; font-weight:700; }
.product-page__info .eyebrow { margin-bottom:16px; font-size:11px; }.product-page__lead { color:var(--muted); font-size:18px; line-height:1.8; margin-block:24px 16px; }.product-page__format { color:var(--muted); font-size:13px; }
.product-page__price { display:flex; align-items:baseline; gap:16px; margin-block:24px; }.product-page__price strong { font-size:36px; color:var(--green-900); }.product-page__price span { color:var(--muted); font-size:13px; }
.product-page__order { padding:24px; border-radius:16px; background:var(--cream); }.product-page__order label { font-size:13px; font-weight:700; }.product-page__buy { display:flex; gap:12px; margin-top:8px; }.product-page__buy input { width:76px; min-height:54px; padding:12px; border:1px solid var(--line); border-radius:12px; background:var(--white); color:var(--ink); font-size:16px; }.product-page__buy .button { flex:1; padding-inline:16px; }
.product-page__shipping { margin:16px 0 0; color:var(--green-800); font-size:13px; font-weight:600; }.product-page__store { display:block; padding-block:24px; color:var(--green-800); text-underline-offset:4px; font-size:14px; }
.product-page__benefits { padding-top:24px; border-top:1px solid var(--line); }.product-page__benefits h2 { margin:0; font-size:18px; }.product-page__benefits ul { display:grid; gap:12px; padding-inline-start:20px; color:var(--muted); font-size:15px; }.product-page__benefits li::marker { color:var(--green-700); }
.product-information { display:grid; grid-template-columns:1fr 1fr; gap:32px; margin-top:48px; }.product-information details { border-block:1px solid var(--line); padding:24px 0; }.product-information summary { cursor:pointer; font-size:18px; font-weight:700; color:var(--green-900); }.product-information p { color:var(--muted); font-size:14px; line-height:1.8; }
.mix-pack-link { display:block; padding:24px; margin-top:32px; border-radius:12px; background:var(--cream); color:var(--green-800); text-align:center; font-weight:700; text-underline-offset:4px; }
.related-products { background:var(--cream); padding-block:64px; }.related-products .section-heading { margin-bottom:32px; }.related-products .section-heading h2 { font-size:40px; }.related-products .section-heading a { justify-self:end; color:var(--green-800); font-size:14px; }
.packs .section-heading > div > [data-i18n='packsEyebrow'] { color:var(--green-700); font-size:12px; font-weight:800; letter-spacing:.12em; margin-bottom:16px; }
.store-teaser { background:var(--cream); padding-block:64px; }.store-teaser__inner { display:flex; gap:40px; justify-content:space-between; align-items:center; }.store-teaser h2 { margin:0; font:400 40px/1.1 'DM Serif Display',Georgia,serif; color:var(--green-900); }.store-teaser p { max-width:60ch; color:var(--muted); }.store-teaser .button { flex-shrink:0; }
/* Casablanca locator */
.map-page-heading { padding-bottom:40px; }.map-page-heading__grid { display:grid; grid-template-columns:1.2fr .8fr; gap:64px; align-items:end; margin-top:24px; }.map-page-heading__grid p { margin:0; color:var(--muted); line-height:1.8; }
.locator { display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:0; border:1px solid var(--line); border-radius:24px; overflow:hidden; background:var(--white); }.locator__map-wrap { min-width:0; }.partner-map { position:relative; isolation:isolate; width:100%; height:620px; overflow:hidden; background:var(--cream); cursor:grab; touch-action:none; direction:ltr; }.partner-map.is-dragging { cursor:grabbing; }
.map-tiles,.map-markers { position:absolute; inset:0; }.map-tiles img { position:absolute; top:0; left:0; width:256px; height:256px; max-width:none; user-select:none; }.map-markers { pointer-events:none; }
.map-controls { position:absolute; top:24px; left:24px; display:grid; gap:2px; z-index:4; box-shadow:var(--shadow); border:1px solid var(--line); border-radius:12px; overflow:hidden; }.map-controls button { display:grid; place-items:center; width:44px; height:44px; border:0; background:var(--paper); color:var(--green-900); font-size:24px; }
.map-recenter { position:absolute; top:24px; right:24px; z-index:4; min-height:44px; max-width:calc(100% - 112px); padding:8px 16px; border:1px solid var(--line); border-radius:999px; background:var(--paper); color:var(--green-900); font-size:12px; font-weight:700; box-shadow:var(--shadow); }
.map-attribution { position:absolute; right:0; bottom:0; z-index:5; display:flex; flex-wrap:wrap; justify-content:end; gap:8px; max-width:100%; padding:4px 8px; background:var(--paper); color:var(--green-900); font-size:10px; cursor:auto; }
.map-help { position:absolute; bottom:32px; left:24px; padding:8px 12px; margin:0; border-radius:8px; background:var(--paper); color:var(--muted); font-size:11px; pointer-events:none; }
.map-load-state { position:absolute; z-index:3; top:40%; left:10%; right:10%; padding:16px; border-radius:12px; text-align:center; background:var(--paper); color:var(--green-900); font-size:14px; }
.partner-pin { position:absolute; z-index:3; pointer-events:auto; display:grid; place-items:center; width:44px; height:44px; border:3px solid var(--white); border-radius:50% 50% 50% 4px; transform:translate(-50%,-100%); background:var(--green-800); color:var(--white); font-weight:700; box-shadow:var(--shadow); }.partner-pin[aria-pressed='true'] { background:var(--lime); color:var(--green-900); outline:3px solid var(--green-800); }
.map-caption { margin:0; padding:12px 16px; background:var(--cream); color:var(--green-800); font-size:12px; }.locator__sidebar { padding:24px; border-inline-start:1px solid var(--line); }.locator__sidebar-heading { display:flex; gap:12px; align-items:center; justify-content:space-between; }.locator__sidebar-heading h2 { margin:0; color:var(--green-900); font-size:20px; }.store-count { display:grid; place-items:center; min-width:32px; height:32px; padding-inline:8px; background:var(--cream); color:var(--green-800); border-radius:50%; font-weight:700; }
.map-empty { padding-top:32px; }.map-empty__symbol { display:grid; place-items:center; width:56px; height:56px; border-radius:50%; background:var(--cream); color:var(--green-700); font-size:32px; }.map-empty h3 { margin:24px 0 12px; font-size:22px; color:var(--green-900); }.map-empty p { color:var(--muted); font-size:14px; line-height:1.8; }.map-empty .button { width:100%; font-size:12px; padding-inline:12px; margin-top:16px; }.map-empty > a:last-child { display:block; padding-block:16px; color:var(--green-800); text-align:center; font-size:13px; text-underline-offset:4px; }
.partner-search-label { display:block; font-size:12px; margin-top:24px; margin-bottom:8px; }#partner-search { width:100%; min-height:48px; padding:12px; border:1px solid var(--line); border-radius:8px; font-size:16px; }#partner-results { max-height:440px; overflow-y:auto; }.partner-result { padding:16px 0; border-top:1px solid var(--line); }.partner-result button { border:0; background:transparent; color:var(--green-900); padding:8px 0; min-height:44px; font-weight:700; text-align:start; }.partner-result p { margin:0 0 8px; color:var(--muted); font-size:13px; }.partner-result a { color:var(--green-700); font-size:13px; }.partner-result.is-selected { border-top-color:var(--green-700); background:var(--cream); padding-inline:12px; }
.map-partner-invite { display:flex; align-items:center; justify-content:space-between; gap:32px; padding-block:48px 64px; }.map-partner-invite h2 { color:var(--green-900); margin:0; font-size:24px; }.map-partner-invite p { color:var(--muted); margin:8px 0 0; }
[dir='rtl'] .catalogue-heading h1,[dir='rtl'] .product-page h1,[dir='rtl'] .map-page-heading h1,[dir='rtl'] .store-teaser h2 { font-family:'Noto Sans Arabic',sans-serif; letter-spacing:0; font-weight:700; }
@media (max-width:1100px) { .locator { grid-template-columns:minmax(0,1fr) 290px; }.product-page__grid { gap:32px; }.shop-card__body { padding:20px; } }
@media (max-width:760px) {
  .shipping-banner { min-height:36px; gap:8px; font-size:12px; }.shipping-banner > span { display:none; }.shipping-banner svg { width:20px; }
  :root { --header-offset:124px; }
  body.is-scrolled { --header-offset:88px; }
  .breadcrumbs { font-size:11px; padding-block:20px; gap:8px; }.catalogue-heading .eyebrow { margin-top:24px; font-size:11px; }.catalogue-heading h1,.map-page-heading h1 { font-size:42px; }.catalogue-heading p { font-size:16px; margin-block:20px 24px; }.catalogue-heading { padding-bottom:24px; }.catalogue-subnav { gap:12px; font-size:12px; }.catalogue-products { padding-block:24px 48px; }
  .shop-grid { grid-template-columns:1fr; gap:24px; }.shop-card__image img { aspect-ratio:1.3; object-fit:contain; background:var(--white); }.shop-card__body { padding:24px; }.shop-card__mineral { min-height:0; }.shop-card__benefit { min-height:0; }.shop-card__price { margin-top:20px; }.shop-card__image { background:var(--white); }
  .product-page__grid { grid-template-columns:1fr; gap:32px; margin-top:8px; }.product-page__visual { position:static; padding:16px; }.product-page__visual img { max-height:330px; object-fit:contain; }.product-page h1 { font-size:46px; }.product-page__lead { font-size:16px; margin-top:16px; }.product-page__price { margin-block:16px; }.product-page__order { padding:16px; }.product-page__buy { gap:8px; }.product-page__buy input { width:60px; }.product-page__buy .button { font-size:12px; padding-inline:12px; }
  .product-information { grid-template-columns:1fr; gap:0; margin-top:24px; }.product-information details + details { border-top:0; }.mix-pack-link { font-size:14px; padding:20px 16px; }.related-products .section-heading a { justify-self:start; }
  
  .store-teaser__inner { flex-direction:column; align-items:start; gap:24px; }.store-teaser h2 { font-size:36px; }.store-teaser .button { width:100%; }
  .map-page-heading__grid { grid-template-columns:1fr; gap:24px; margin-top:16px; }.map-page-heading { padding-bottom:24px; }.map-page-heading .eyebrow { font-size:10px; }.map-page-heading__grid p { font-size:15px; }.locator { grid-template-columns:1fr; border-radius:16px; }.partner-map { height:440px; }.locator__sidebar { border-inline-start:0; border-top:1px solid var(--line); padding:24px; }.map-empty { padding-top:16px; }.map-empty__symbol { display:none; }.map-empty h3 { margin-top:16px; }.map-controls { top:16px; left:16px; }.map-recenter { top:16px; right:16px; padding-inline:12px; font-size:11px; }.map-help { left:12px; right:12px; bottom:40px; text-align:center; font-size:10px; }.map-attribution { font-size:9px; }.map-partner-invite { flex-direction:column; align-items:start; gap:24px; padding-block:32px 48px; }.map-partner-invite .button { width:100%; font-size:12px; }
  body[data-page='product'] .mobile-contact-bar { display:none; }
}
@media (min-width:761px) and (max-width:1100px) { .shop-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }

/* Editorial pages (la spiruline, à propos) */
.editorial-heading { background: var(--cream); padding-bottom: 48px; }
.editorial-heading .eyebrow { margin-top: 32px; }
.editorial-heading h1 { margin: 0; font: 400 clamp(40px, 4.4vw, 62px)/1.1 'DM Serif Display', Georgia, serif; color: var(--green-900); letter-spacing: -.025em; }
.editorial-lead { max-width: 68ch; margin: 24px 0 0; color: var(--muted); font-size: 19px; line-height: 1.8; }
.editorial { padding-block: 64px; display: grid; gap: 64px; }
.editorial__block { display: grid; gap: 24px; }
.editorial__block--media { grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.editorial__block--media:nth-of-type(even) .editorial__figure { order: -1; }
.editorial__text h2 { margin: 0 0 20px; font: 400 clamp(28px, 2.6vw, 38px)/1.2 'DM Serif Display', Georgia, serif; color: var(--green-900); letter-spacing: -.02em; }
.editorial__text p { margin: 0; max-width: 68ch; color: var(--ink); font-size: 17px; line-height: 1.85; }
.editorial__list { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; }
.editorial__list li { position: relative; padding-inline-start: 26px; color: var(--ink); font-size: 16px; line-height: 1.7; }
.editorial__list li::before { content: ''; position: absolute; inset-block-start: 9px; inset-inline-start: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--lime); }
.editorial__note { margin-top: 20px !important; padding: 16px 20px; border-inline-start: 3px solid var(--green-700); border-radius: 0 8px 8px 0; background: var(--cream); color: var(--muted) !important; font-size: 14px !important; }
.editorial__figure { margin: 0; }
.editorial__figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-md); }
[dir='rtl'] .editorial-heading h1, [dir='rtl'] .editorial__text h2 { font-family: 'Noto Sans Arabic', sans-serif; letter-spacing: 0; font-weight: 700; }
[dir='rtl'] .editorial__note { border-radius: 8px 0 0 8px; }
@media (max-width: 900px) {
  .editorial__block--media { grid-template-columns: 1fr; gap: 24px; }
  .editorial__block--media:nth-of-type(even) .editorial__figure { order: 0; }
}
@media (max-width: 760px) {
  .editorial-heading { padding-bottom: 32px; }
  .editorial-heading h1 { font-size: 38px; }
  .editorial-lead { font-size: 16px; margin-top: 20px; }
  .editorial { padding-block: 40px; gap: 44px; }
  .editorial__text p { font-size: 16px; }
  .editorial__figure img { aspect-ratio: 3 / 2; }
}

/* Bottle-only merchandising: one transparent product sprite, shared across views. */
.bottle-sprite { display:block; flex-shrink:0; width:180px; aspect-ratio:0.5; background-image:url('assets/generated/eden-bottles-sprite.png'); background-size:500% 100%; background-repeat:no-repeat; }
.bottle-sprite--fer { background-position:0% center; }.bottle-sprite--zinc { background-position:25% center; }.bottle-sprite--selenium { background-position:50% center; }.bottle-sprite--chrome { background-position:75% center; }.bottle-sprite--iode { background-position:100% center; }
.product-card__visual,.shop-card__image { display:flex; justify-content:center; align-items:center; background:var(--cream); padding:20px; }
.product-card__visual > .bottle-sprite { width:145px; }.shop-card__image { height:300px; }.shop-card__image .bottle-sprite { width:145px; transition:transform .2s; }.shop-card__image:hover .bottle-sprite { transform:translateY(-5px); }
.product-card,.shop-card { border-radius:16px; box-shadow:none; }.product-card:hover,.shop-card:hover { box-shadow:var(--shadow); }.product-card:nth-child(n+4) .product-card__visual { height:300px; }
.pack-card__visual { background:var(--cream); gap:0; padding:20px 8px; }.pack-card__visual .bottle-sprite { width:115px; margin-inline:-12px; }.pack-card__visual .bottle-sprite:nth-child(2) { transform:translateY(16px); }.pack-card__visual .bottle-sprite:nth-child(3) { transform:translateY(-8px); }
.product-page__visual { background:var(--cream); border:0; }.product-page__visual > .bottle-sprite { width:min(260px,85%); margin:auto; }.cart-item > .bottle-sprite { width:48px; }
.hero { padding-top:56px; padding-bottom:64px; }.hero::before { display:none; }.hero__grid { grid-template-columns:1fr 1fr; gap:48px; }.hero h1 { font-size:clamp(48px,5.6vw,80px); }.hero-packshot { min-height:450px; }.hero-packshot::after { display:none; }
.hero-bottles { display:flex; align-items:center; justify-content:center; width:100%; padding:24px 0; }.hero-bottles .bottle-sprite { width:190px; margin-inline:-8px; filter:drop-shadow(0 20px 14px var(--line)); }.hero-bottles .bottle-sprite:first-child { transform:rotate(-9deg) translateY(32px); }.hero-bottles .bottle-sprite:last-child { transform:rotate(9deg) translateY(24px); }.hero-bottles .bottle-sprite:nth-child(2) { position:relative; z-index:2; transform:translateY(-20px); }.hero-bottles__caption { color:var(--green-700); letter-spacing:.16em; font-size:11px; }
.offers-banner { background:var(--green-900); color:var(--white); padding:48px 0; }.offers-banner__inner { display:grid; grid-template-columns:1.1fr 1fr .6fr; gap:40px; align-items:center; }.offers-banner .eyebrow { display:block; margin-bottom:16px; color:var(--lime); font-size:10px; }.offers-banner h2 { margin:0; font:400 40px/1.12 'DM Serif Display',Georgia,serif; }.offers-banner p { max-width:48ch; opacity:.85; font-size:14px; margin:20px 0; }.offers-banner .button { background:var(--lime); color:var(--green-900); box-shadow:none; }.offers-banner__visual { display:flex; align-items:center; justify-content:center; }.offers-banner__visual .bottle-sprite { width:135px; margin-inline:-10px; }.offers-banner__end { display:grid; gap:16px; }.offers-banner__end > strong { color:var(--lime); font-size:40px; letter-spacing:-.04em; }.offers-banner__end > span { font-size:12px; opacity:.85; }.offer-controls { display:flex; gap:8px; margin-top:16px; }.offer-controls button { width:44px; height:44px; background:transparent; color:var(--white); border:1px solid var(--green-500); border-radius:50%; }.offer-controls button:hover { background:var(--green-700); }
.offer-viewport { display:grid; overflow:hidden; }
.offer-slide { grid-area:1 / 1; min-width:0; visibility:hidden; }
.offer-slide.is-active, .offer-slide.is-leaving { visibility:visible; }
.offer-slide.is-leaving { pointer-events:none; }
.offers-banner > .container > .offer-controls { justify-content:flex-end; margin-top:24px; }
[dir='rtl'] .offers-banner h2 { font-family:'Noto Sans Arabic',sans-serif; }
@media(max-width:1020px) { .hero__grid { grid-template-columns:1fr; }.hero-packshot { min-height:360px; }.offers-banner__inner { gap:24px; grid-template-columns:1fr 1fr; }.offers-banner__visual { grid-row:1 / 3; grid-column:2; }.offers-banner__end { display:flex; align-items:center; flex-wrap:wrap; gap:16px; }.offer-controls { margin:0; }.pack-card__visual .bottle-sprite { width:100px; margin-inline:0; } }
@media(max-width:760px) { .hero { padding-top:32px; padding-bottom:32px; }.hero__grid { gap:16px; }.hero h1 { font-size:52px; }.hero__lead { font-size:16px; }.hero-packshot { min-height:300px; }.hero-bottles { padding-block:16px; }.hero-bottles .bottle-sprite { width:120px; margin-inline:-4px; }.hero-bottles__caption { font-size:9px; }.shop-card__image { height:260px; }.shop-card__image .bottle-sprite { width:130px; }.product-page__visual > .bottle-sprite { width:165px; }.pack-card__visual { height:240px; }.pack-card__visual .bottle-sprite { width:105px; margin-inline:-4px; }.offers-banner { padding:32px 0; }.offers-banner__inner { grid-template-columns:1fr; gap:16px; }.offers-banner h2 { font-size:34px; }.offers-banner__visual { grid-column:1; grid-row:2; }.offers-banner__visual .bottle-sprite { width:110px; }.offers-banner__end { justify-content:space-between; }.offers-banner__end > strong { font-size:32px; }.offers-banner__end > span { max-width:130px; }.offer-controls { width:100%; justify-content:center; }.cart-item > .bottle-sprite { width:36px; } }
.cart-item__stack .bottle-sprite { width:32px; margin-inline:-5px; }.cart-item__stack { display:flex; align-items:center; justify-content:center; overflow:visible; }

.product-gallery__stage { position:relative; height:460px; }
.product-gallery__slide { position:absolute; inset:0; display:flex; justify-content:center; align-items:center; }
.product-gallery__slide .bottle-sprite { width:220px; }
.product-gallery__slide img { width:100%; height:100%; max-height:none; object-fit:contain; }
.product-gallery__controls { display:flex; justify-content:center; gap:8px; margin-top:20px; }
.product-gallery__controls button { min-height:44px; padding:10px 16px; border:1px solid var(--line); border-radius:24px; background:var(--white); color:var(--green-900); font:inherit; font-size:13px; cursor:pointer; }
.product-gallery__controls button[aria-pressed="true"] { background:var(--green-900); color:var(--white); }
.product-gallery__controls [data-gallery-pause] { min-width:44px; padding-inline:12px; }
.product-gallery__controls button:focus-visible { outline:2px solid var(--green-700); outline-offset:3px; }
@media(max-width:760px) {
  .product-gallery__stage { height:320px; }
  .product-gallery__slide .bottle-sprite { width:155px; }
  .product-gallery__controls { gap:6px; margin-top:16px; }
  .product-gallery__controls button { padding-inline:12px; }
}
