:root {
  --mr-ink: #261812;
  --mr-coffee: #3a211b;
  --mr-brand: #651c18;
  --mr-brand-2: #7d2822;
  --mr-clay: #a85436;
  --mr-gold: #c89052;
  --mr-gold-soft: #e7c9a7;
  --mr-cream: #fff9f2;
  --mr-paper: #fffdfa;
  --mr-sand: #f6e8d8;
  --mr-border: #e8d8c8;
  --mr-muted: #74645b;
  --mr-success: #19784c;
  --mr-whatsapp: #1f673f;
  --mr-danger: #a43d34;
  --mr-shadow: 0 18px 50px rgba(58, 33, 27, 0.1);
  --mr-shadow-soft: 0 10px 30px rgba(58, 33, 27, 0.07);
  --mr-radius-sm: 12px;
  --mr-radius: 18px;
  --mr-radius-lg: 26px;
  --mr-container: 1280px;
  --mr-reading: 760px;
  --mr-header-h: 82px;
  --mr-ease: cubic-bezier(.2,.75,.25,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--mr-cream);
  color: var(--mr-ink);
  font-family: "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
}
body.drawer-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
svg { flex: 0 0 auto; }
a { color: var(--mr-clay); text-decoration: none; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
a:hover { color: var(--mr-brand); }
button, input, select, textarea { font: inherit; }
button, [type="button"], [type="submit"], [role="button"] { cursor: pointer; }
h1, h2, h3, h4, h5, h6 { color: var(--mr-coffee); font-family: Alexandria, system-ui, sans-serif; line-height: 1.25; text-wrap: balance; }
h1 { font-size: clamp(2.15rem, 5vw, 4.5rem); }
h2 { font-size: clamp(1.75rem, 3vw, 3rem); }
h3 { font-size: 1.25rem; }
p { text-wrap: pretty; }
::selection { background: var(--mr-brand); color: var(--mr-cream); }
:focus-visible { outline: 3px solid rgba(200, 144, 82, .78); outline-offset: 3px; }
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute!important; width: 1px; word-wrap: normal!important; }
.screen-reader-text:focus { clip: auto!important; clip-path: none; background: var(--mr-paper); color: var(--mr-brand); display: block; font-size: 1rem; font-weight: 700; height: auto; inset: 10px auto auto 10px; padding: 14px 20px; width: auto; z-index: 100000; }
.container { width: min(100% - 36px, var(--mr-container)); margin-inline: auto; }
.section { padding-block: clamp(3.4rem, 7vw, 6.8rem); }
.section--tight { padding-block: clamp(2rem, 4vw, 3.5rem); }
.site-main { min-height: 52vh; }
.icon { stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.eyebrow { display: inline-block; margin-bottom: .8rem; color: var(--mr-brand); font-size: .82rem; font-weight: 700; letter-spacing: .04em; }
.eyebrow--light { color: var(--mr-gold-soft); }
.hospitality-thread { position: relative; }
.hospitality-thread::after { content: ""; display: block; width: 74px; height: 2px; margin-top: 20px; background: var(--mr-gold); box-shadow: 18px 0 0 rgba(200, 144, 82, .25); }
.hospitality-thread--light { height: 3px; background: linear-gradient(90deg, transparent, var(--mr-gold) 20%, var(--mr-gold) 80%, transparent); }
.button, .wp-element-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, button.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: .78rem 1.45rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: transform .2s var(--mr-ease), box-shadow .2s ease, color .2s ease, background .2s ease;
}
.button:hover, .wp-element-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(58, 33, 27, .14); }
.button-primary, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background: var(--mr-brand); color: var(--mr-cream); }
.button-primary:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background: var(--mr-brand-2); color: var(--mr-cream); }
.button-secondary { background: transparent; color: var(--mr-brand); border-color: var(--mr-brand); }
.button-secondary:hover { background: var(--mr-sand); color: var(--mr-brand); }
.button-gold { background: var(--mr-gold); color: var(--mr-coffee); }
.button-gold:hover { background: #d49b5e; color: var(--mr-coffee); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--mr-brand); font-weight: 700; }
.is-rtl .text-link .icon-arrow, .is-rtl .button .icon-arrow, .is-rtl .announcement-bar .icon-arrow { transform: scaleX(-1); }
.text-link--light { color: var(--mr-cream); }
.text-link--light:hover { color: var(--mr-gold-soft); }
.icon-button { width: 44px; height: 44px; padding: 0; border: 0; border-radius: 12px; display: inline-grid; place-items: center; background: transparent; color: var(--mr-coffee); position: relative; }
.icon-button:hover { background: var(--mr-sand); color: var(--mr-brand); }

/* Header */
.announcement-bar { background: var(--mr-coffee); color: var(--mr-sand); font-size: .82rem; }
.announcement-bar__inner { min-height: 38px; display: flex; justify-content: center; align-items: center; gap: 12px; text-align: center; }
.announcement-bar a { color: var(--mr-gold-soft); display: inline-flex; align-items: center; gap: 5px; font-weight: 700; }
.announcement-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--mr-gold); }
.site-header { height: var(--mr-header-h); position: sticky; top: 0; z-index: 60; border-bottom: 1px solid rgba(232,216,200,.9); background: rgba(255,249,242,.94); backdrop-filter: saturate(1.2) blur(14px); }
.admin-bar .site-header { top: 32px; }
.site-header__inner { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(20px, 3vw, 46px); }
.site-branding { min-width: 146px; }
.brand, .custom-logo-link { display: inline-flex; align-items: center; }
.brand img, .custom-logo { width: auto; height: 66px; object-fit: contain; }
.primary-navigation { justify-self: center; }
.primary-navigation ul, .mobile-drawer ul { list-style: none; margin: 0; padding: 0; }
.primary-navigation > ul { display: flex; align-items: center; gap: 2px; }
.primary-navigation li { position: relative; }
.primary-navigation a { display: block; padding: .65rem .82rem; border-radius: 10px; color: var(--mr-ink); font-size: .94rem; font-weight: 600; }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a, .primary-navigation .current_page_item > a { background: var(--mr-sand); color: var(--mr-brand); }
.primary-navigation .sub-menu { min-width: 220px; position: absolute; inset-block-start: calc(100% + 8px); inset-inline-start: 0; padding: 8px; border: 1px solid var(--mr-border); border-radius: 14px; background: var(--mr-paper); box-shadow: var(--mr-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s var(--mr-ease); }
.primary-navigation li:hover > .sub-menu, .primary-navigation li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.header-actions { display: flex; align-items: center; gap: 2px; }
.language-switcher { display: flex; align-items: center; gap: 3px; margin-inline-end: 5px; }
.language-switcher a { min-width: 34px; min-height: 34px; display: grid; place-items: center; border: 1px solid var(--mr-border); border-radius: 9px; color: var(--mr-coffee); font: 700 .7rem "IBM Plex Sans", sans-serif; }
.language-switcher a[aria-current="page"] { background: var(--mr-coffee); border-color: var(--mr-coffee); color: #fff; }
.cart-count, .wishlist-count { min-width: 18px; height: 18px; padding-inline: 4px; position: absolute; inset-block-start: 1px; inset-inline-end: 0; display: grid; place-items: center; border-radius: 50%; background: var(--mr-brand); color: #fff; font: 700 .65rem "IBM Plex Sans", sans-serif; }
.menu-toggle { display: none; }
.mobile-drawer { position: fixed; inset: 0; z-index: 100; visibility: hidden; pointer-events: none; }
.mobile-drawer.is-open { visibility: visible; pointer-events: auto; }
.mobile-drawer__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(38,24,18,.56); opacity: 0; transition: opacity .24s ease; }
.mobile-drawer.is-open .mobile-drawer__backdrop { opacity: 1; }
.mobile-drawer__panel { width: min(88vw, 380px); height: 100%; position: relative; margin-inline-start: auto; padding: 20px; background: var(--mr-paper); transform: translateX(105%); transition: transform .28s var(--mr-ease); overflow-y: auto; }
.is-ltr .mobile-drawer__panel { margin-inline: 0 auto; transform: translateX(-105%); }
.mobile-drawer.is-open .mobile-drawer__panel { transform: none; }
.mobile-drawer__head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--mr-border); }
.mobile-drawer .menu a { display: block; padding: 13px 6px; border-bottom: 1px solid var(--mr-border); color: var(--mr-coffee); font-weight: 700; }
.mobile-drawer .sub-menu { padding-inline-start: 16px; }
.mobile-drawer__actions { margin-top: 24px; display: grid; gap: 8px; }
.mobile-drawer__actions .language-switcher { display: flex; margin: 0 0 10px; }
.mobile-drawer__actions a { min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 8px 12px; border: 1px solid var(--mr-border); border-radius: 12px; color: var(--mr-brand); }
.search-dialog { width: min(94vw, 820px); padding: 0; border: 0; border-radius: var(--mr-radius-lg); background: var(--mr-paper); color: var(--mr-ink); box-shadow: var(--mr-shadow); }
.search-dialog::backdrop { background: rgba(38,24,18,.67); backdrop-filter: blur(3px); }
.search-dialog__close-form { position: absolute; inset-block-start: 14px; inset-inline-end: 14px; }
.search-dialog__content { padding: clamp(38px, 7vw, 76px); }
.search-dialog h2 { margin: 0 0 28px; }
.site-search-form label, .inline-search label { display: block; margin-bottom: 7px; font-size: .86rem; font-weight: 700; }
.site-search-form__row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 7px 7px 7px 15px; border: 1.5px solid var(--mr-border); border-radius: 16px; background: var(--mr-cream); }
.site-search-form__row:focus-within { border-color: var(--mr-brand); box-shadow: 0 0 0 3px rgba(200,144,82,.2); }
.site-search-form input { min-width: 0; height: 46px; border: 0; background: transparent; color: var(--mr-ink); outline: 0; }
.search-suggestions { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.search-suggestions a { padding: 7px 12px; border: 1px solid var(--mr-border); border-radius: 999px; color: var(--mr-muted); font-size: .85rem; }
.site-toast { max-width: min(90vw, 420px); position: fixed; inset-inline-start: 50%; inset-block-end: 28px; z-index: 200; padding: 13px 18px; border-radius: 13px; background: var(--mr-coffee); color: #fff; font-weight: 600; box-shadow: var(--mr-shadow); opacity: 0; visibility: hidden; transform: translate(-50%, 14px); transition: .22s var(--mr-ease); }
.site-toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

/* Footer */
.site-footer { background: var(--mr-coffee); color: var(--mr-gold-soft); }
.site-footer__grid { padding-block: 62px; display: grid; grid-template-columns: 1.35fr .8fr .9fr 1fr; gap: clamp(28px, 4vw, 60px); }
.site-footer .brand img, .site-footer .custom-logo { filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 34ch; }
.site-footer h2 { color: var(--mr-cream); font-size: 1.05rem; margin: 0 0 18px; }
.footer-links, .footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer-links a, .footer-contact a { color: var(--mr-gold-soft); }
.footer-links a:hover, .footer-contact a:hover { color: #fff; }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.social-links a { padding: 6px 9px; border: 1px solid rgba(231,201,167,.3); border-radius: 8px; color: var(--mr-gold-soft); font-size: .78rem; }
.payment-marks { display: flex; gap: 7px; margin-top: 20px; }
.payment-marks span { min-width: 49px; padding: 5px 7px; border-radius: 6px; background: var(--mr-cream); color: var(--mr-coffee); font: 700 .72rem "IBM Plex Sans", sans-serif; text-align: center; }
.footer-widgets { padding-bottom: 40px; }
.site-footer__bottom { border-top: 1px solid rgba(231,201,167,.18); }
.site-footer__bottom .container { min-height: 64px; display: flex; justify-content: space-between; align-items: center; gap: 18px; font-size: .82rem; }
.site-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 16px; }
.site-footer__bottom a { color: var(--mr-gold-soft); }
.whatsapp-fab { width: 56px; height: 56px; position: fixed; inset-inline-start: 22px; inset-block-end: 22px; z-index: 70; display: grid; place-items: center; border-radius: 50%; background: var(--mr-whatsapp); color: #fff; box-shadow: 0 12px 30px rgba(31,103,63,.38); }
.whatsapp-fab:hover { color: #fff; transform: translateY(-3px) scale(1.02); }

/* Homepage */
.home-hero { min-height: clamp(620px, 78vh, 820px); position: relative; display: flex; align-items: flex-end; overflow: hidden; background: var(--mr-coffee); }
.home-hero__media, .home-hero__media img, .home-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero__media img { object-fit: cover; object-position: center; }
.home-hero__shade { background: linear-gradient(90deg, rgba(38,24,18,.9) 0%, rgba(38,24,18,.56) 50%, rgba(38,24,18,.18) 100%); }
.is-ltr .home-hero__shade { transform: scaleX(-1); }
.home-hero__content { position: relative; z-index: 2; padding-block: clamp(80px, 12vw, 140px); }
.home-hero h1 { max-width: 11ch; margin: 0 0 18px; color: var(--mr-cream); font-size: clamp(2.7rem, 6vw, 5.8rem); }
.home-hero p { max-width: 48ch; margin: 0 0 28px; color: #f2dfca; font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.home-hero__ribbon { width: clamp(160px, 22vw, 340px); height: 100%; position: absolute; inset-inline-end: 8vw; inset-block-start: 0; border-inline: 1px solid rgba(200,144,82,.42); transform: skewX(-7deg); pointer-events: none; }
.home-hero__ribbon span { width: 1px; height: 100%; display: block; margin-inline: auto; background: rgba(200,144,82,.42); }
.trust-strip { border-bottom: 1px solid var(--mr-border); background: var(--mr-paper); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid > div { min-height: 100px; display: flex; align-items: center; gap: 12px; padding: 20px; border-inline-end: 1px solid var(--mr-border); }
.trust-strip__grid > div:last-child { border-inline-end: 0; }
.trust-strip .icon { color: var(--mr-gold); }
.trust-strip span { display: grid; }
.trust-strip strong { color: var(--mr-coffee); }
.trust-strip small { color: var(--mr-muted); }
.section-heading { margin-bottom: 34px; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.section-heading h2 { margin: 0; }
.fallback-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fallback-products article { padding: 12px; border: 1px solid var(--mr-border); border-radius: var(--mr-radius); background: var(--mr-paper); }
.fallback-products img { aspect-ratio: 1; object-fit: cover; border-radius: 14px; }
.fallback-products h3 { margin: 14px 0 0; }
.fallback-products p { margin: 4px 0; color: var(--mr-brand); font-weight: 700; }
.category-story { background: var(--mr-sand); }
.category-story__grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, minmax(230px, 1fr)); gap: 18px; }
.category-feature { min-height: 260px; position: relative; overflow: hidden; border-radius: var(--mr-radius-lg); color: #fff; }
.category-feature--large { grid-row: span 2; }
.category-feature img { width: 100%; height: 100%; position: absolute; object-fit: cover; transition: transform .5s var(--mr-ease); }
.category-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(38,24,18,.78), rgba(38,24,18,.05) 65%); }
.category-feature:hover img { transform: scale(1.035); }
.category-feature span { position: absolute; inset-inline: 26px; inset-block-end: 24px; z-index: 2; display: grid; }
.category-feature small { color: var(--mr-gold-soft); }
.category-feature strong { color: #fff; font: 700 clamp(1.5rem, 3vw, 2.5rem) Alexandria, sans-serif; }
.story-split__grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(38px, 7vw, 90px); align-items: center; }
.story-split__media { min-height: 580px; position: relative; }
.story-split__media::before { content: ""; position: absolute; inset: 28px -20px -20px 28px; border: 1px solid var(--mr-gold); border-radius: var(--mr-radius-lg); }
.story-split__media img { width: 100%; height: 100%; position: absolute; inset: 0; border-radius: var(--mr-radius-lg); object-fit: cover; }
.story-seal { width: 116px; height: 116px; position: absolute; inset-inline-end: -30px; inset-block-start: 40px; display: grid; place-items: center; border: 1px solid var(--mr-gold); border-radius: 50%; background: var(--mr-coffee); color: var(--mr-gold-soft); font: 700 .86rem Alexandria, sans-serif; text-align: center; transform: rotate(-8deg); }
.story-split__content h2 { margin: 0 0 18px; }
.feature-list { list-style: none; margin: 24px 0 30px; padding: 0; display: grid; gap: 10px; }
.feature-list li { display: flex; gap: 10px; align-items: flex-start; }
.feature-list .icon { margin-top: 4px; color: var(--mr-success); }
.gift-cta { padding-block: 0; }
.gift-cta__inner { min-height: 470px; display: grid; grid-template-columns: 1fr .85fr; overflow: hidden; border-radius: var(--mr-radius-lg); background: var(--mr-brand); color: var(--mr-cream); }
.gift-cta__inner > div { padding: clamp(34px, 6vw, 78px); align-self: center; }
.gift-cta h2 { color: #fff; margin: 0 0 18px; }
.gift-cta p { color: #edd2c9; }
.gift-cta img { width: 100%; height: 100%; object-fit: cover; }
.home-faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(38px, 7vw, 100px); align-items: start; }
.home-faq h2 { margin: 0 0 14px; }
.faq-list { border-top: 1px solid var(--mr-border); }
.faq-list details { border-bottom: 1px solid var(--mr-border); }
.faq-list summary { padding: 20px 4px; color: var(--mr-coffee); font: 700 1.03rem Alexandria, sans-serif; cursor: pointer; }
.faq-list p { margin: 0; padding: 0 4px 22px; color: var(--mr-muted); }

/* Shared pages */
.page-hero { padding-block: clamp(70px, 10vw, 130px); background: var(--mr-sand); border-bottom: 1px solid var(--mr-border); }
.page-hero__inner { max-width: 900px; margin-inline: auto; text-align: center; }
.page-hero h1 { margin: 0; }
.page-hero p { max-width: 62ch; margin: 20px auto 0; color: var(--mr-muted); font-size: 1.08rem; }
.page-hero.hospitality-thread::after { margin-inline: auto; }
.prose { max-width: var(--mr-reading); }
.prose > *:first-child { margin-top: 0; }
.prose > *:last-child { margin-bottom: 0; }
.prose h2 { margin-top: 2.2em; }
.prose h3 { margin-top: 1.8em; }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
.prose img, .prose .wp-block-image { border-radius: var(--mr-radius); }
.prose blockquote { margin: 2rem 0; padding: 1rem 1.5rem; border-inline-start: 3px solid var(--mr-gold); background: var(--mr-sand); color: var(--mr-coffee); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.content-card { overflow: hidden; border: 1px solid var(--mr-border); border-radius: var(--mr-radius); background: var(--mr-paper); transition: transform .25s var(--mr-ease), box-shadow .25s ease; }
.content-card:hover { transform: translateY(-4px); box-shadow: var(--mr-shadow-soft); }
.content-card__media { aspect-ratio: 16/10; display: block; overflow: hidden; background: var(--mr-sand); }
.content-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--mr-ease); }
.content-card:hover img { transform: scale(1.03); }
.content-card__placeholder { width: 100%; height: 100%; display: block; background: linear-gradient(135deg, var(--mr-sand), var(--mr-border)); }
.content-card__body { padding: 22px; }
.content-card__meta { color: var(--mr-muted); font-size: .82rem; }
.content-card h2 { margin: 8px 0; font-size: 1.22rem; }
.content-card h2 a { color: var(--mr-coffee); }
.content-card p { color: var(--mr-muted); }
.navigation.pagination { margin-top: 36px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 5px 10px; border: 1px solid var(--mr-border); border-radius: 10px; background: var(--mr-paper); color: var(--mr-coffee); }
.page-numbers.current { background: var(--mr-brand); color: #fff; border-color: var(--mr-brand); }
.empty-state { padding: clamp(44px, 8vw, 90px) 20px; border: 1px dashed var(--mr-gold); border-radius: var(--mr-radius-lg); background: var(--mr-paper); text-align: center; }
.empty-state__mark { width: 78px; height: 78px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; background: var(--mr-sand); color: var(--mr-brand); font: 700 1.7rem Alexandria, sans-serif; }
.empty-state h2 { margin-bottom: 8px; }
.empty-state p { color: var(--mr-muted); }
.article-hero { padding-block: clamp(60px, 8vw, 110px) 0; background: var(--mr-sand); }
.article-hero__inner { max-width: 900px; text-align: center; }
.article-hero h1 { margin: 0; font-size: clamp(2.2rem, 5vw, 4.4rem); }
.article-meta { margin-top: 20px; display: flex; justify-content: center; gap: 16px; color: var(--mr-muted); }
.article-featured { margin-top: 45px; }
.article-featured img { width: 100%; max-height: 680px; object-fit: cover; border-radius: var(--mr-radius-lg) var(--mr-radius-lg) 0 0; }
.article-content { padding-block: clamp(50px, 7vw, 90px); }
.article-footer { padding-bottom: 40px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-list a { padding: 6px 10px; border: 1px solid var(--mr-border); border-radius: 999px; }
.post-navigation { padding-block: 30px 70px; }
.post-navigation .nav-links { justify-content: space-between; }
.comments-wrap { padding-bottom: 80px; }
.comments-area { max-width: var(--mr-reading); padding-top: 35px; border-top: 1px solid var(--mr-border); }
.comment-list { list-style: none; margin: 24px 0; padding: 0; display: grid; gap: 14px; }
.comment-body { padding: 20px; border: 1px solid var(--mr-border); border-radius: 14px; background: var(--mr-paper); }
.comment-meta { font-size: .85rem; }
.comment-author { display: flex; align-items: center; gap: 9px; }
.comment-author img { border-radius: 50%; }
.comment-content { margin-top: 12px; }
.comment-respond textarea, .comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"] { width: 100%; padding: 12px; border: 1.5px solid var(--mr-border); border-radius: 12px; background: var(--mr-paper); }
.inline-search { max-width: 760px; margin-bottom: 38px; }
.inline-search > div { display: flex; gap: 9px; }
.inline-search input { min-width: 0; flex: 1; min-height: 50px; padding: 0 14px; border: 1.5px solid var(--mr-border); border-radius: 13px; background: var(--mr-paper); }
.error-page { display: grid; place-items: center; padding-block: 80px; }
.error-page__inner { max-width: 760px; text-align: center; }
.error-mark { color: rgba(101,28,24,.09); font: 800 clamp(7rem, 24vw, 16rem)/.8 Alexandria, sans-serif; }
.error-page h1 { margin: 20px 0 10px; }
.error-page .hero-actions { justify-content: center; }
.error-page .inline-search { margin: 38px auto 0; text-align: start; }

/* Story */
.story-hero { min-height: 690px; position: relative; display: flex; align-items: flex-end; overflow: hidden; }
.story-hero > img, .story-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.story-hero__shade { background: linear-gradient(0deg, rgba(38,24,18,.88), rgba(38,24,18,.15)); }
.story-hero__content { position: relative; z-index: 2; padding-block: 100px; }
.story-hero h1 { margin: 0; color: #fff; }
.story-hero p { max-width: 52ch; color: var(--mr-gold-soft); font-size: 1.2rem; }
.story-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.story-intro h2 { margin: 0; }
.story-intro > p { margin: 0; color: var(--mr-muted); font: 500 clamp(1.15rem, 2.2vw, 1.7rem)/1.75 Alexandria, sans-serif; }
.story-values { background: var(--mr-sand); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-grid article { padding: 30px; border-top: 3px solid var(--mr-gold); background: var(--mr-paper); }
.value-grid .icon { color: var(--mr-brand); }
.value-grid h3 { margin: 20px 0 8px; }
.value-grid p { margin: 0; color: var(--mr-muted); }
.story-timeline ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--mr-border); }
.story-timeline li { display: grid; grid-template-columns: 150px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--mr-border); }
.story-timeline time { color: var(--mr-gold); font: 700 2rem "IBM Plex Sans", sans-serif; }
.story-timeline h3 { margin: 0 0 6px; }
.story-timeline p { margin: 0; color: var(--mr-muted); }
.story-final { padding-top: 0; }
.story-final__inner { padding: clamp(32px, 6vw, 70px); display: flex; justify-content: space-between; align-items: center; gap: 30px; border-radius: var(--mr-radius-lg); background: var(--mr-brand); }
.story-final h2 { max-width: 19ch; margin: 0; color: #fff; }

/* Contact and forms */
.contact-channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-channel { min-height: 170px; display: flex; align-items: center; gap: 16px; padding: 25px; border: 1px solid var(--mr-border); border-radius: var(--mr-radius); background: var(--mr-paper); color: var(--mr-brand); }
.contact-channel--whatsapp { background: var(--mr-whatsapp); border-color: var(--mr-whatsapp); color: #fff; }
.contact-channel span { display: grid; min-width: 0; }
.contact-channel small { color: var(--mr-muted); }
.contact-channel--whatsapp small { color: #d2e5d8; }
.contact-channel strong { color: inherit; font: 700 1.25rem Alexandria, sans-serif; }
.contact-channel b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.contact-workspace { background: var(--mr-sand); }
.contact-workspace__grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 20px; align-items: start; }
.form-card, .info-card { padding: clamp(24px, 4vw, 42px); border: 1px solid var(--mr-border); border-radius: var(--mr-radius); background: var(--mr-paper); }
.form-card h2 { margin-top: 0; }
.contact-aside { display: grid; gap: 16px; }
.info-card h2 { margin-top: 0; font-size: 1.35rem; }
.info-card--dark { background: var(--mr-coffee); color: var(--mr-gold-soft); border-color: var(--mr-coffee); }
.info-card--dark h2 { color: #fff; }
.tracking-section__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.tracking-section h2 { margin-top: 0; }
.almathaq-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.almathaq-field { display: grid; gap: 6px; }
.almathaq-field--full { grid-column: 1 / -1; }
.almathaq-field label { color: var(--mr-coffee); font-size: .87rem; font-weight: 700; }
.almathaq-field input, .almathaq-field select, .almathaq-field textarea,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  width: 100%; min-height: 50px; padding: 10px 13px; border: 1.5px solid var(--mr-border); border-radius: 12px; background: var(--mr-cream); color: var(--mr-ink);
}
.almathaq-field textarea { min-height: 130px; resize: vertical; }
.almathaq-field input:focus, .almathaq-field select:focus, .almathaq-field textarea:focus,
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus { border-color: var(--mr-brand); outline: none; box-shadow: 0 0 0 3px rgba(200,144,82,.18); }
.form-status { grid-column: 1 / -1; padding: 12px 14px; border-radius: 10px; background: #e5f2eb; color: var(--mr-success); font-weight: 700; }
.form-status--error { background: #f8e5e1; color: var(--mr-danger); }
.form-help { color: var(--mr-muted); font-size: .82rem; }

/* Gifts */
.gifts-hero { padding-block: clamp(50px, 8vw, 100px); background: var(--mr-sand); }
.gifts-hero__grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(35px, 6vw, 80px); align-items: center; }
.gifts-hero h1 { margin: 0 0 18px; }
.gifts-hero p { color: var(--mr-muted); font-size: 1.12rem; }
.gifts-hero__media { min-height: 560px; position: relative; }
.gifts-hero__media img { width: 100%; height: 100%; position: absolute; object-fit: cover; border-radius: var(--mr-radius-lg); }
.gift-ribbon { width: 22%; height: calc(100% + 28px); position: absolute; inset-inline-start: 18%; inset-block-start: -14px; border-inline: 2px solid var(--mr-gold); background: rgba(200,144,82,.12); transform: rotate(5deg); }
.gift-options__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gift-options article { overflow: hidden; border: 1px solid var(--mr-border); border-radius: var(--mr-radius); background: var(--mr-paper); }
.gift-options img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gift-options article div { padding: 22px; }
.gift-options h3 { margin: 0 0 7px; }
.gift-options p { margin: 0; color: var(--mr-muted); }
.gift-process { background: var(--mr-sand); }
.gift-process ol { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--mr-border); border: 1px solid var(--mr-border); }
.gift-process li { padding: 28px; background: var(--mr-paper); }
.gift-process li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--mr-brand); color: #fff; font: 700 1rem "IBM Plex Sans", sans-serif; }
.gift-process h3 { margin: 20px 0 8px; }
.gift-process p { margin: 0; color: var(--mr-muted); }
.gift-request { background: var(--mr-brand); color: #f2d8cf; }
.gift-request__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; }
.gift-request h2 { margin-top: 0; color: #fff; }

/* Policies */
.policy-layout { display: grid; grid-template-columns: 260px 1fr; gap: 60px; align-items: start; }
.policy-aside { position: sticky; top: calc(var(--mr-header-h) + 28px); display: grid; gap: 18px; }
.policy-aside nav { display: grid; border-top: 1px solid var(--mr-border); }
.policy-aside nav a { padding: 10px 0; border-bottom: 1px solid var(--mr-border); }
.policy-help { padding: 18px; border-radius: var(--mr-radius-sm); background: var(--mr-sand); }
.policy-help .icon { color: var(--mr-brand); }
.policy-help p { margin-bottom: 0; font-size: .88rem; }
.policy-content { max-width: 820px; }
.notice-card { padding: 30px; border: 1px solid var(--mr-gold); border-radius: var(--mr-radius); background: #fff5df; }
.notice-card h2 { margin-top: 0; }

/* WooCommerce */
.wc-main { padding-block: 50px 80px; }
.woocommerce-breadcrumb { margin: 0 0 28px!important; color: var(--mr-muted)!important; font-size: .83rem!important; }
.woocommerce-breadcrumb span { padding-inline: 8px; color: var(--mr-border); }
.woocommerce-products-header { margin-bottom: 35px; }
.woocommerce-products-header__title { margin: 0; }
.woocommerce .woocommerce-result-count { color: var(--mr-muted); }
.woocommerce .woocommerce-ordering select { min-height: 46px; padding: 0 12px; border: 1px solid var(--mr-border); border-radius: 11px; background: var(--mr-paper); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; margin: 0!important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none!important; }
.woocommerce ul.products li.product { width: auto!important; margin: 0!important; padding: 11px 11px 16px; float: none!important; border: 1px solid var(--mr-border); border-radius: var(--mr-radius); background: var(--mr-paper); transition: transform .25s var(--mr-ease), box-shadow .25s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-4px); box-shadow: var(--mr-shadow-soft); }
.woocommerce ul.products li.product a img { aspect-ratio: 1; margin: 0 0 15px!important; border-radius: 14px; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 3em; padding: 0!important; color: var(--mr-coffee); font: 700 1.05rem/1.5 Alexandria, sans-serif; }
.woocommerce ul.products li.product .price { color: var(--mr-brand)!important; font: 700 1rem "IBM Plex Sans Arabic", sans-serif!important; }
.woocommerce ul.products li.product .price del { color: var(--mr-muted); opacity: .7; }
.woocommerce ul.products li.product .button { width: 100%; margin-top: 12px!important; background: var(--mr-brand); color: #fff; }
.woocommerce span.onsale { min-width: auto; min-height: auto; inset: 20px auto auto 20px!important; margin: 0!important; padding: 6px 11px; border-radius: 999px; background: var(--mr-brand); color: #fff; font-size: .75rem; line-height: 1.3; z-index: 4; }
.is-rtl .woocommerce span.onsale { inset: 20px 20px auto auto!important; }
.product-card__meta { margin-top: 4px; color: var(--mr-muted); font-size: .76rem; }
.woocommerce nav.woocommerce-pagination { margin-top: 40px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; gap: 6px; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 42px; min-height: 42px; display: grid; place-items: center; border: 1px solid var(--mr-border); border-radius: 10px; background: var(--mr-paper); }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--mr-brand); color: #fff; }
.single-product div.product { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.95fr); gap: clamp(35px, 6vw, 80px); align-items: start; }
.single-product div.product .woocommerce-product-gallery, .single-product div.product .summary { width: auto!important; float: none!important; }
.woocommerce-product-gallery__wrapper img { border-radius: var(--mr-radius); }
.flex-control-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 10px!important; }
.woocommerce div.product div.images .flex-control-thumbs li { width: auto!important; float: none!important; }
.woocommerce div.product div.images .flex-control-thumbs li img { border-radius: 10px; }
.single-product .product_title { margin: 0 0 12px; font-size: clamp(2rem, 4vw, 3.5rem); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--mr-brand); font: 700 1.35rem "IBM Plex Sans Arabic", sans-serif; }
.woocommerce-product-details__short-description { color: var(--mr-muted); }
.woocommerce div.product form.cart { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.woocommerce .quantity .qty { width: 76px; min-height: 50px; border: 1px solid var(--mr-border); border-radius: 12px; background: var(--mr-paper); }
.woocommerce div.product form.cart .button { min-height: 50px; flex: 1; }
.product_meta { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--mr-border); color: var(--mr-muted); font-size: .85rem; }
.product-trust { list-style: none; margin: 24px 0 0; padding: 18px; display: grid; gap: 9px; border: 1px solid var(--mr-border); border-radius: 14px; background: var(--mr-sand); }
.product-trust li { display: flex; align-items: center; gap: 9px; }
.product-trust .icon { color: var(--mr-success); }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 40px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0!important; border-bottom: 1px solid var(--mr-border); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none!important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0!important; padding: 0!important; border: 0!important; border-radius: 0!important; background: transparent!important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 12px 18px!important; color: var(--mr-muted)!important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--mr-brand)!important; border-bottom: 2px solid var(--mr-gold); }
.woocommerce-Tabs-panel { max-width: 900px; }
.related.products, .upsells.products { grid-column: 1 / -1; margin-top: 60px; }
.related.products > h2, .upsells.products > h2 { margin-bottom: 30px; }
.checkout-progress { margin-bottom: 30px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--mr-border); border-radius: 13px; overflow: hidden; background: var(--mr-paper); }
.checkout-progress span { padding: 12px 15px; position: relative; text-align: center; color: var(--mr-muted); font-size: .88rem; font-weight: 700; }
.checkout-progress span + span { border-inline-start: 1px solid var(--mr-border); }
.checkout-progress .is-complete { color: var(--mr-success); background: #eaf5ef; }
.checkout-progress .is-current { color: var(--mr-brand); background: var(--mr-sand); }
.shipping-meter { margin: 0 0 20px; padding: 14px 16px; border: 1px solid var(--mr-border); border-radius: 12px; background: var(--mr-sand); }
.shipping-meter p { margin: 0 0 9px; color: var(--mr-coffee); font-size: .88rem; font-weight: 700; }
.shipping-meter > span { height: 7px; display: block; overflow: hidden; border-radius: 999px; background: var(--mr-border); }
.shipping-meter i { height: 100%; display: block; border-radius: inherit; background: var(--mr-success); transition: width .3s var(--mr-ease); }
.woocommerce-message, .woocommerce-info, .woocommerce-error { padding: 16px 20px 16px 48px!important; border: 1px solid var(--mr-border)!important; border-top: 3px solid var(--mr-gold)!important; border-radius: 12px; background: var(--mr-paper); color: var(--mr-ink); }
.woocommerce-message { border-top-color: var(--mr-success)!important; }
.woocommerce-error { border-top-color: var(--mr-danger)!important; }
.woocommerce table.shop_table { overflow: hidden; border: 1px solid var(--mr-border); border-radius: var(--mr-radius); background: var(--mr-paper); border-collapse: separate; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 16px; border-color: var(--mr-border); }
.woocommerce-cart table.cart img { width: 82px; border-radius: 10px; }
.woocommerce a.remove { color: var(--mr-danger)!important; }
.woocommerce a.remove:hover { background: var(--mr-danger)!important; }
.woocommerce-cart .cart-collaterals .cart_totals { width: min(100%, 520px); }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { font-size: 1rem; }
.woocommerce form.checkout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; align-items: start; }
.woocommerce form.checkout #customer_details, .woocommerce form.checkout #order_review_heading, .woocommerce form.checkout #order_review { width: auto; float: none; }
.woocommerce form.checkout #customer_details { grid-row: span 2; }
.woocommerce form.checkout #customer_details .col-1, .woocommerce form.checkout #customer_details .col-2 { width: auto; float: none; padding: 28px; border: 1px solid var(--mr-border); border-radius: var(--mr-radius); background: var(--mr-paper); }
.woocommerce form.checkout #customer_details .col-2 { margin-top: 18px; }
.woocommerce form.checkout #order_review_heading { margin: 0; padding: 22px 24px 0; border: 1px solid var(--mr-border); border-bottom: 0; border-radius: var(--mr-radius) var(--mr-radius) 0 0; background: var(--mr-paper); }
.woocommerce form.checkout #order_review { padding: 0 24px 24px; border: 1px solid var(--mr-border); border-top: 0; border-radius: 0 0 var(--mr-radius) var(--mr-radius); background: var(--mr-paper); }
.woocommerce-checkout #payment { background: var(--mr-sand); border-radius: 13px; }
.woocommerce-checkout #payment ul.payment_methods { border-bottom-color: var(--mr-border); }
.woocommerce-checkout #payment div.payment_box { background: var(--mr-paper); }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--mr-paper); }
.secure-checkout-note td { color: var(--mr-muted); font-size: .8rem; }
.secure-checkout-note .icon { display: inline-block; margin-inline-end: 6px; vertical-align: middle; color: var(--mr-success); }
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 250px 1fr; gap: 28px; align-items: start; }
.woocommerce-MyAccount-navigation { padding: 12px; border: 1px solid var(--mr-border); border-radius: var(--mr-radius); background: var(--mr-paper); }
.woocommerce-MyAccount-navigation ul { list-style: none; margin: 0; padding: 0; }
.woocommerce-MyAccount-navigation a { display: block; padding: 11px 12px; border-radius: 9px; color: var(--mr-coffee); font-weight: 600; }
.woocommerce-MyAccount-navigation .is-active a, .woocommerce-MyAccount-navigation a:hover { background: var(--mr-sand); color: var(--mr-brand); }
.woocommerce-MyAccount-content { padding: 28px; border: 1px solid var(--mr-border); border-radius: var(--mr-radius); background: var(--mr-paper); }
.woocommerce form.login, .woocommerce form.register { border-color: var(--mr-border); border-radius: var(--mr-radius); background: var(--mr-paper); }
.woocommerce .star-rating { color: var(--mr-gold); }
.woocommerce #reviews #comments ol.commentlist li img.avatar { width: 48px; border: 0; border-radius: 50%; }
.woocommerce #reviews #comments ol.commentlist li .comment-text { margin-inline-start: 64px; border-color: var(--mr-border); border-radius: 14px; }
.almathaq-wishlist-button { width: 44px; height: 44px; position: absolute; inset-block-start: 18px; inset-inline-end: 18px; z-index: 5; display: grid; place-items: center; border: 1px solid var(--mr-border); border-radius: 50%; background: rgba(255,253,250,.92); color: var(--mr-brand); }
.almathaq-wishlist-button.is-active { background: var(--mr-brand); color: #fff; }
.woocommerce ul.products li.product { position: relative; }
.wishlist-grid ul.products { margin-top: 20px!important; }
.single-wishlist { margin-top: 12px; display: flex; align-items: center; gap: 10px; color: var(--mr-muted); font-size: .88rem; }
.single-wishlist .almathaq-wishlist-button { position: static; }
.almathaq-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.almathaq-specs > div { padding: 18px; border: 1px solid var(--mr-border); border-radius: 12px; background: var(--mr-sand); }
.almathaq-specs dt { color: var(--mr-muted); font-size: .8rem; }
.almathaq-specs dd { margin: 4px 0 0; color: var(--mr-coffee); font-weight: 700; }
.order-tracking-result { padding: 20px; border: 1px solid var(--mr-border); border-radius: 14px; background: var(--mr-sand); }
.order-tracking-result h3 { margin: 0 0 16px; color: var(--mr-success); }
.order-tracking-result dl { margin: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.order-tracking-result dl > div { padding: 12px; background: var(--mr-paper); border-radius: 10px; }
.order-tracking-result dt { color: var(--mr-muted); font-size: .75rem; }
.order-tracking-result dd { margin: 3px 0 0; font-weight: 700; }

@media (max-width: 1100px) {
  .primary-navigation { display: none; }
  .menu-toggle { display: inline-grid; }
  .site-header__inner { grid-template-columns: auto 1fr auto; }
  .site-branding { justify-self: center; }
  .site-footer__grid { grid-template-columns: 1.2fr repeat(2,1fr); }
  .site-footer__grid > div:last-child { grid-column: 2 / -1; }
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .gift-process ol { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 782px) {
  :root { --mr-header-h: 70px; }
  .admin-bar .site-header { top: 46px; }
  .container { width: min(100% - 28px, var(--mr-container)); }
  .announcement-bar__inner { min-height: 42px; }
  .announcement-bar a, .header-account, .header-wishlist { display: none; }
  .brand img, .custom-logo { height: 54px; }
  .header-actions { gap: 0; }
  .home-hero { min-height: 650px; }
  .home-hero__shade { background: linear-gradient(0deg, rgba(38,24,18,.92) 0%, rgba(38,24,18,.48) 70%, rgba(38,24,18,.18)); }
  .home-hero__content { padding-bottom: 74px; }
  .home-hero__ribbon { opacity: .45; inset-inline-end: -40px; }
  .trust-strip__grid { grid-template-columns: repeat(2,1fr); }
  .trust-strip__grid > div:nth-child(2) { border-inline-end: 0; }
  .trust-strip__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--mr-border); }
  .section-heading { align-items: start; }
  .fallback-products, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .category-story__grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 240px; }
  .category-feature--large { grid-column: 1 / -1; grid-row: auto; }
  .story-split__grid, .gift-cta__inner, .home-faq__grid, .story-intro, .contact-workspace__grid, .tracking-section__grid, .gifts-hero__grid, .gift-request__grid { grid-template-columns: 1fr; }
  .story-split__media { min-height: 460px; }
  .gift-cta__inner img { max-height: 340px; }
  .post-grid, .value-grid, .contact-channels, .gift-options__grid { grid-template-columns: repeat(2,1fr); }
  .site-footer__grid { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .site-footer__grid > div:last-child { grid-column: auto; }
  .single-product div.product { grid-template-columns: 1fr; }
  .woocommerce form.checkout { grid-template-columns: 1fr; }
  .woocommerce form.checkout #customer_details { grid-row: auto; }
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
  .policy-layout { grid-template-columns: 1fr; gap: 30px; }
  .policy-aside { position: static; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, var(--mr-container)); }
  .site-branding { min-width: 0; }
  .brand img, .custom-logo { height: 48px; max-width: 135px; }
  .header-actions .icon-button { width: 40px; }
  .home-hero h1 { font-size: clamp(2.45rem, 13vw, 3.8rem); }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .home-hero .text-link { justify-content: center; width: 100%; padding: 10px; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip__grid > div { min-height: 82px; border-inline-end: 0; border-bottom: 1px solid var(--mr-border); }
  .section-heading { display: grid; }
  .fallback-products, .woocommerce ul.products { gap: 10px; }
  .woocommerce ul.products li.product { padding: 7px 7px 12px; border-radius: 14px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 3.5em; font-size: .88rem; }
  .woocommerce ul.products li.product .button { min-height: 43px; padding: .65rem .5rem; font-size: .8rem; }
  .category-story__grid { grid-template-columns: 1fr; grid-template-rows: 330px repeat(2,220px); }
  .category-feature--large { grid-column: auto; }
  .story-split__media { min-height: 390px; }
  .story-seal { width: 90px; height: 90px; inset-inline-end: -8px; }
  .gift-cta__inner > div { padding: 30px 22px; }
  .page-hero { padding-block: 55px; }
  .post-grid, .value-grid, .contact-channels, .gift-options__grid, .gift-process ol { grid-template-columns: 1fr; }
  .story-timeline li { grid-template-columns: 80px 1fr; }
  .story-final__inner, .site-footer__bottom .container { align-items: flex-start; flex-direction: column; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__grid > div:last-child, .footer-brand { grid-column: auto; }
  .site-footer__bottom .container { padding-block: 18px; }
  .almathaq-form { grid-template-columns: 1fr; }
  .almathaq-field { grid-column: 1 / -1; }
  .almathaq-specs, .order-tracking-result dl { grid-template-columns: 1fr; }
  .gifts-hero__media { min-height: 400px; }
  .checkout-progress span { padding: 10px 5px; font-size: .72rem; }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td { text-align: start!important; }
  .woocommerce table.shop_table_responsive tr td::before { float: none; margin-inline-end: 8px; }
  .woocommerce-cart table.cart .product-thumbnail { display: block!important; }
  .woocommerce-cart table.cart td.actions .coupon { display: grid; gap: 8px; }
  .woocommerce-cart table.cart td.actions .coupon .input-text { width: 100%!important; }
  .whatsapp-fab { width: 52px; height: 52px; inset-inline-start: 14px; inset-block-end: 14px; }
}

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