/*
Theme Name: Dahabia
Theme URI: https://dahabia.example
Author: Dahabia
Author URI: https://dahabia.example
Description: A premium Arabic RTL WooCommerce theme for ذهبيّة | DAHABIA.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: dhabiah
*/

:root {
  --dhabiah-black: #070707;
  --dhabiah-black-2: #0d0d0d;
  --dhabiah-charcoal: #151515;
  --dhabiah-gold: #c9a227;
  --dhabiah-gold-light: #d8b54a;
  --dhabiah-gold-dark: #9a7416;
  --dhabiah-cream: #f4efe3;
  --dhabiah-white: #ffffff;
  --dhabiah-gray: #999999;
  --dhabiah-muted: #6f6a60;
  --dhabiah-border: rgba(201, 162, 39, 0.28);
  --dhabiah-container: 1240px;
  --dhabiah-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--dhabiah-cream);
  background: var(--dhabiah-black);
  font-family: "Noto Kufi Arabic", Tahoma, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.9;
  direction: rtl;
}

body,
button,
input,
select,
textarea { text-rendering: optimizeLegibility; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s var(--dhabiah-ease), opacity .25s var(--dhabiah-ease); }
a:hover { color: var(--dhabiah-gold-light); }
button,
input,
select,
textarea { font: inherit; }
button { cursor: pointer; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
}
.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  height: auto;
  width: auto;
  top: 12px;
  right: 12px;
  padding: 10px 14px;
  z-index: 9999;
  background: var(--dhabiah-gold);
  color: var(--dhabiah-black);
}

:focus-visible { outline: 2px solid var(--dhabiah-gold-light); outline-offset: 4px; }

.site-container { width: min(var(--dhabiah-container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 100px 0; }
.section--compact { padding: 68px 0; }
.section--dark { background: var(--dhabiah-black-2); }
.eyebrow {
  margin: 0 0 12px;
  color: var(--dhabiah-gold-light);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.section-heading { max-width: 680px; margin: 0 0 38px; }
.section-heading h2,
.editorial-heading {
  margin: 0;
  color: var(--dhabiah-cream);
  font-family: "Noto Naskh Arabic", Georgia, serif;
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.3;
}
.section-heading p { margin: 14px 0 0; color: var(--dhabiah-gray); }
.ornament { width: 54px; height: 1px; background: var(--dhabiah-gold); margin: 20px 0; }
.ornament--center { margin-inline: auto; }

.button,
button.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 26px;
  border: 1px solid var(--dhabiah-gold);
  border-radius: 0;
  background: var(--dhabiah-gold);
  color: var(--dhabiah-black);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  transition: transform .25s var(--dhabiah-ease), background .25s var(--dhabiah-ease), color .25s var(--dhabiah-ease), border-color .25s var(--dhabiah-ease);
}
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { transform: translateY(-2px); background: var(--dhabiah-gold-light); color: var(--dhabiah-black); }
.button--ghost { background: transparent; color: var(--dhabiah-cream); }
.button--ghost:hover { background: var(--dhabiah-gold); color: var(--dhabiah-black); }
.button--text { min-height: auto; padding: 0 0 8px; border: 0; border-bottom: 1px solid var(--dhabiah-gold); background: transparent; color: var(--dhabiah-cream); }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(201, 162, 39, .22);
  background: rgba(7, 7, 7, .94);
  backdrop-filter: blur(14px);
  transition: padding .3s var(--dhabiah-ease), background .3s var(--dhabiah-ease);
}
.site-header.is-scrolled { background: rgba(7, 7, 7, .99); }
.header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 82px; gap: 24px; transition: min-height .3s var(--dhabiah-ease); }
.is-scrolled .header-inner { min-height: 68px; }
.site-brand img { width: auto; height: 54px; object-fit: contain; }
.main-navigation ul { display: flex; justify-content: center; flex-wrap: wrap; gap: 22px; margin: 0; padding: 0; list-style: none; }
.main-navigation a { color: var(--dhabiah-cream); font-size: 12px; }
.main-navigation a:hover { color: var(--dhabiah-gold-light); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 8px; direction: ltr; }
.header-icon,
.menu-toggle { display: inline-grid; place-items: center; width: 36px; height: 36px; border: 0; background: transparent; color: var(--dhabiah-cream); }
.header-icon:hover, .menu-toggle:hover { color: var(--dhabiah-gold-light); }
.header-icon svg, .menu-toggle svg { width: 18px; height: 18px; }
.cart-count { display: inline-grid; place-items: center; min-width: 17px; height: 17px; margin-inline-start: 3px; border-radius: 50%; background: var(--dhabiah-gold); color: var(--dhabiah-black); font-size: 10px; line-height: 1; }
.menu-toggle { display: none; }

/* Home */
.hero {
  position: relative;
  min-height: min(720px, calc(100vh - 82px));
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--dhabiah-black);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 22% 35%, rgba(201,162,39,.16), transparent 34%), linear-gradient(90deg, rgba(7,7,7,.15), rgba(7,7,7,.84));
  pointer-events: none;
}
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,7,.22), rgba(7,7,7,.94)), url("../dhabiah/assets/images/hero-jewelry.jpg") center/cover; opacity: .7; }
.hero-content { position: relative; z-index: 1; width: min(var(--dhabiah-container), calc(100% - 48px)); margin: 0 auto; padding: 112px 0; }
.hero-content-inner { max-width: 620px; }
.hero h1 { margin: 0; color: var(--dhabiah-cream); font-family: "Noto Naskh Arabic", Georgia, serif; font-size: clamp(48px, 7vw, 94px); font-weight: 500; line-height: 1.12; }
.hero p { max-width: 500px; margin: 22px 0 32px; color: #d2cbbd; font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-mark { position: absolute; top: 18%; left: 12%; width: clamp(120px, 18vw, 250px); opacity: .12; filter: sepia(1) saturate(1.8); }
.hero-scroll { position: absolute; bottom: 26px; left: 50%; display: flex; align-items: center; gap: 10px; color: var(--dhabiah-gray); font-size: 10px; letter-spacing: .16em; transform: translateX(-50%); }
.hero-scroll span { display: inline-block; width: 42px; height: 1px; background: var(--dhabiah-gold-dark); }

.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.category-card { position: relative; min-height: 260px; display: flex; align-items: flex-end; overflow: hidden; border: 1px solid var(--dhabiah-border); background: var(--dhabiah-charcoal); }
.category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 28%, rgba(0,0,0,.86)); }
.category-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--dhabiah-ease); }
.category-card:hover img { transform: scale(1.06); }
.category-card-content { position: relative; z-index: 1; padding: 22px; }
.category-card h3 { margin: 0; color: var(--dhabiah-cream); font-family: "Noto Naskh Arabic", Georgia, serif; font-size: 25px; font-weight: 500; }
.category-card p { margin: 3px 0 0; color: var(--dhabiah-gold-light); font-size: 11px; }

.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { position: relative; min-width: 0; }
.product-card-media { position: relative; overflow: hidden; background: #1a1916; aspect-ratio: 4 / 5; }
.product-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s var(--dhabiah-ease); }
.product-card:hover .product-card-media img { transform: scale(1.04); }
.product-card-badge { position: absolute; top: 12px; right: 12px; padding: 3px 9px; background: var(--dhabiah-gold); color: var(--dhabiah-black); font-size: 10px; font-weight: 700; }
.product-card-actions { position: absolute; bottom: 12px; left: 12px; right: 12px; display: flex; gap: 7px; opacity: 0; transform: translateY(8px); transition: opacity .25s, transform .25s; }
.product-card:hover .product-card-actions, .product-card:focus-within .product-card-actions { opacity: 1; transform: translateY(0); }
.product-card-actions .button { flex: 1; min-height: 39px; padding: 7px 8px; font-size: 10px; }
.product-card-meta { padding: 16px 2px 0; }
.product-card-title { margin: 0 0 5px; color: var(--dhabiah-cream); font-family: "Noto Naskh Arabic", Georgia, serif; font-size: 21px; font-weight: 500; }
.product-card-category { color: var(--dhabiah-gray); font-size: 10px; }
.price { display: flex; align-items: center; gap: 9px; margin-top: 6px; color: var(--dhabiah-gold-light); font-family: "Cormorant Garamond", Georgia, serif; font-size: 22px; direction: rtl; }
.price del { color: var(--dhabiah-gray); font-size: 15px; }
.stars { color: var(--dhabiah-gold-light); font-size: 11px; letter-spacing: 2px; }

.split-editorial { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.split-editorial-media { min-height: 420px; background: center/cover; }
.split-editorial-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 8vw, 100px); background: var(--dhabiah-charcoal); }
.split-editorial-copy p { max-width: 480px; color: var(--dhabiah-gray); }
.split-editorial-copy .button { align-self: flex-start; margin-top: 16px; }

.feature-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.feature { padding: 30px 22px; border-top: 1px solid var(--dhabiah-border); }
.feature-icon { width: 29px; height: 29px; margin-bottom: 15px; color: var(--dhabiah-gold-light); }
.feature h3 { margin: 0 0 7px; color: var(--dhabiah-cream); font-family: "Noto Naskh Arabic", Georgia, serif; font-size: 21px; font-weight: 500; }
.feature p { margin: 0; color: var(--dhabiah-gray); font-size: 12px; }

.offer-banner { position: relative; overflow: hidden; padding: 70px 56px; border-block: 1px solid var(--dhabiah-border); background: linear-gradient(110deg, rgba(201,162,39,.13), transparent 52%), var(--dhabiah-black-2); }
.offer-banner::after { content: "ذهبيّة"; position: absolute; left: -18px; bottom: -70px; color: rgba(201,162,39,.06); font-family: "Noto Naskh Arabic", Georgia, serif; font-size: 200px; line-height: 1; }
.offer-banner-content { position: relative; z-index: 1; }
.offer-banner h2 { margin: 0; font-family: "Noto Naskh Arabic", Georgia, serif; font-size: clamp(30px, 5vw, 58px); font-weight: 500; }
.offer-banner p { color: var(--dhabiah-gray); }

.quote { max-width: 760px; margin: 0 auto; text-align: center; }
.quote-mark { color: var(--dhabiah-gold); font-family: Georgia, serif; font-size: 70px; line-height: .8; }
.quote blockquote { margin: 12px 0 19px; color: var(--dhabiah-cream); font-family: "Noto Naskh Arabic", Georgia, serif; font-size: clamp(24px, 3vw, 36px); line-height: 1.65; }
.quote cite { color: var(--dhabiah-gray); font-size: 12px; font-style: normal; }

.social-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.social-tile { overflow: hidden; aspect-ratio: 1; background: var(--dhabiah-charcoal); }
.social-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--dhabiah-ease), opacity .5s; }
.social-tile:hover img { opacity: .7; transform: scale(1.08); }

.newsletter { text-align: center; border-top: 1px solid var(--dhabiah-border); border-bottom: 1px solid var(--dhabiah-border); }
.newsletter-form { display: flex; max-width: 570px; margin: 28px auto 0; }
.newsletter-form input { flex: 1; min-width: 0; padding: 13px 16px; border: 1px solid #3b382f; border-left: 0; background: var(--dhabiah-charcoal); color: var(--dhabiah-cream); text-align: right; }
.newsletter-form .button { min-width: 138px; }
.search-panel { max-height: 0; overflow: hidden; border-bottom: 0 solid var(--dhabiah-border); background: var(--dhabiah-black-2); transition: max-height .35s var(--dhabiah-ease), border-bottom-width .35s var(--dhabiah-ease); }
.search-panel.is-open { max-height: 110px; border-bottom-width: 1px; }
.search-panel form { display: flex; gap: 10px; padding: 18px 0; }
.search-panel input { flex: 1; min-width: 0; border: 1px solid #3b382f; padding: 12px 15px; background: var(--dhabiah-charcoal); color: var(--dhabiah-cream); }
.search-panel .button { min-width: 95px; }

/* Generic and WooCommerce pages */
.page-hero { padding: 80px 0 68px; border-bottom: 1px solid var(--dhabiah-border); background: radial-gradient(circle at 80% 0, rgba(201,162,39,.11), transparent 35%), var(--dhabiah-black-2); }
.page-hero h1 { margin: 0; color: var(--dhabiah-cream); font-family: "Noto Naskh Arabic", Georgia, serif; font-size: clamp(42px, 6vw, 78px); font-weight: 500; line-height: 1.2; }
.breadcrumb { margin-bottom: 12px; color: var(--dhabiah-gray); font-size: 11px; }
.breadcrumb a { color: var(--dhabiah-gold-light); }
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 28px; color: var(--dhabiah-gray); font-size: 12px; }
.shop-layout { display: grid; grid-template-columns: 240px 1fr; gap: 42px; direction: ltr; }
.shop-layout > * { direction: rtl; }
.filter-sidebar { border-top: 1px solid var(--dhabiah-border); }
.filter-sidebar h3 { margin: 0; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 15px; font-weight: 500; }
.filter-sidebar ul { margin: 0; padding: 14px 0; list-style: none; color: var(--dhabiah-gray); font-size: 12px; }
.filter-sidebar li { padding: 7px 0; }
.woocommerce .woocommerce-breadcrumb { color: var(--dhabiah-gray); font-size: 11px; }
.woocommerce .woocommerce-breadcrumb a { color: var(--dhabiah-gold-light); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { color: var(--dhabiah-gray); font-size: 12px; }
.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid #3b382f;
  border-radius: 0;
  background: var(--dhabiah-charcoal);
  color: var(--dhabiah-cream);
}
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 22px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto; float: none; margin: 0; }
.woocommerce ul.products li.product a img { margin: 0 0 15px; aspect-ratio: 4/5; object-fit: cover; background: var(--dhabiah-charcoal); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; color: var(--dhabiah-cream); font-family: "Noto Naskh Arabic", Georgia, serif; font-size: 21px; font-weight: 500; }
.woocommerce ul.products li.product .price { color: var(--dhabiah-gold-light); }
.woocommerce span.onsale { top: 12px; right: 12px; left: auto; min-width: 45px; min-height: 45px; padding: 0; border-radius: 50%; background: var(--dhabiah-gold); color: var(--dhabiah-black); font-size: 11px; line-height: 45px; }
.single-product div.product { color: var(--dhabiah-cream); }
.single-product div.product div.images img { background: var(--dhabiah-charcoal); }
.single-product div.product .product_title { font-family: "Noto Naskh Arabic", Georgia, serif; font-size: clamp(32px, 4vw, 54px); font-weight: 500; line-height: 1.25; }
.single-product div.product p.price, .single-product div.product span.price { color: var(--dhabiah-gold-light); font-family: "Cormorant Garamond", Georgia, serif; font-size: 31px; }
.single-product .quantity .qty { min-height: 46px; border: 1px solid #3b382f; background: var(--dhabiah-charcoal); color: var(--dhabiah-cream); }
.product-perks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 42px 0; padding: 24px 0; border-block: 1px solid var(--dhabiah-border); }
.product-perk { color: var(--dhabiah-gray); font-size: 12px; }
.product-perk strong { display: block; margin-bottom: 4px; color: var(--dhabiah-cream); }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--dhabiah-border); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0; border-bottom: 1px solid transparent; border-radius: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-color: var(--dhabiah-gold); background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: var(--dhabiah-gray); }
.woocommerce div.product .woocommerce-tabs .panel { color: var(--dhabiah-gray); }
.woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.shop_table th, .woocommerce-checkout table.shop_table td { border-color: var(--dhabiah-border); color: var(--dhabiah-cream); }
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout #order_review, .woocommerce-checkout form.checkout { color: var(--dhabiah-cream); }
.woocommerce-message, .woocommerce-info, .woocommerce-error { border-top-color: var(--dhabiah-gold); background: var(--dhabiah-charcoal); color: var(--dhabiah-cream); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--dhabiah-gold-light); }
.woocommerce form .form-row label { color: var(--dhabiah-gray); font-size: 12px; }
.woocommerce form .form-row .required { color: var(--dhabiah-gold-light); }
.woocommerce-checkout #payment { background: var(--dhabiah-charcoal); border-radius: 0; }

.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.story-image { min-height: 560px; background: center/cover url("../dhabiah/assets/images/story.jpg"); }
.story-copy p { color: var(--dhabiah-gray); }
.story-copy h2 { font-family: "Noto Naskh Arabic", Georgia, serif; font-size: clamp(34px, 5vw, 62px); font-weight: 500; line-height: 1.3; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-details { padding-top: 10px; }
.contact-details p { color: var(--dhabiah-gray); }
.contact-detail { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.contact-detail strong { display: block; color: var(--dhabiah-gold-light); font-size: 12px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 14px 15px; margin-bottom: 14px; border: 1px solid #3b382f; border-radius: 0; background: var(--dhabiah-charcoal); color: var(--dhabiah-cream); }
.contact-form textarea { min-height: 160px; resize: vertical; }

/* Cart drawer */
.cart-drawer { position: fixed; inset: 0; z-index: 200; visibility: hidden; direction: rtl; }
.cart-drawer.is-open { visibility: visible; }
.cart-drawer-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.72); opacity: 0; transition: opacity .3s; }
.cart-drawer-panel { position: absolute; top: 0; left: 0; bottom: 0; width: min(430px, 100%); display: flex; flex-direction: column; padding: 28px; background: var(--dhabiah-black-2); border-right: 1px solid var(--dhabiah-border); transform: translateX(-100%); transition: transform .4s var(--dhabiah-ease); }
.cart-drawer.is-open .cart-drawer-overlay { opacity: 1; }
.cart-drawer.is-open .cart-drawer-panel { transform: translateX(0); }
.cart-drawer-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--dhabiah-border); }
.cart-drawer-head h2 { margin: 0; font-family: "Noto Naskh Arabic", Georgia, serif; font-size: 27px; font-weight: 500; }
.cart-drawer-close { border: 0; background: none; color: var(--dhabiah-gray); font-size: 24px; }
.cart-drawer-body { flex: 1; padding: 18px 0; overflow-y: auto; }
.cart-drawer-item { display: flex; gap: 13px; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.cart-drawer-item img { width: 68px; height: 80px; object-fit: cover; }
.cart-drawer-item h3 { margin: 0 0 5px; font-family: "Noto Naskh Arabic", Georgia, serif; font-size: 17px; font-weight: 500; }
.cart-drawer-item p { margin: 0; color: var(--dhabiah-gold-light); font-size: 12px; }
.cart-drawer-footer { padding-top: 18px; border-top: 1px solid var(--dhabiah-border); }
.cart-drawer-total { display: flex; justify-content: space-between; margin-bottom: 16px; color: var(--dhabiah-cream); }
.cart-drawer-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }

/* Footer */
.site-footer { padding: 72px 0 24px; background: #050505; border-top: 1px solid var(--dhabiah-border); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 42px; }
.footer-brand img { width: 150px; height: auto; margin-bottom: 18px; }
.footer-brand p, .footer-column li, .footer-bottom { color: var(--dhabiah-gray); font-size: 12px; }
.footer-column h3 { margin: 0 0 18px; color: var(--dhabiah-gold-light); font-size: 12px; font-weight: 700; }
.footer-column ul { margin: 0; padding: 0; list-style: none; }
.footer-column li { margin-bottom: 8px; }
.footer-socials { display: flex; gap: 8px; margin-top: 20px; direction: ltr; }
.footer-socials a { display: inline-grid; place-items: center; width: 32px; height: 32px; border: 1px solid #3b382f; color: var(--dhabiah-gray); font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); }

.woocommerce .site-main, .content-area { min-height: 400px; }
.content-area { padding: 84px 0; }
.content-area article > h1 { font-family: "Noto Naskh Arabic", Georgia, serif; font-size: 48px; font-weight: 500; }
.empty-store { padding: 70px 25px; border: 1px solid var(--dhabiah-border); text-align: center; }
.empty-store h2 { margin: 0 0 10px; font-family: "Noto Naskh Arabic", Georgia, serif; font-size: 34px; font-weight: 500; }
.empty-store p { color: var(--dhabiah-gray); }

@media (max-width: 1100px) {
  .main-navigation ul { gap: 13px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .category-card:nth-child(n+4) { display: none; }
  .feature-row { grid-template-columns: repeat(3, 1fr); }
  .feature:nth-child(n+4) { display: none; }
}
@media (max-width: 820px) {
  .site-container, .hero-content { width: min(var(--dhabiah-container), calc(100% - 34px)); }
  .header-inner { display: flex; justify-content: space-between; min-height: 70px; }
  .site-brand { order: 2; }
  .site-brand img { height: 45px; }
  .header-actions { order: 3; }
  .main-navigation { position: fixed; top: 0; right: 0; bottom: 0; width: min(340px, 88vw); padding: 100px 30px 30px; background: var(--dhabiah-black-2); border-left: 1px solid var(--dhabiah-border); transform: translateX(100%); transition: transform .35s var(--dhabiah-ease); }
  .main-navigation.is-open { transform: translateX(0); }
  .main-navigation ul { display: block; }
  .main-navigation li { border-bottom: 1px solid rgba(255,255,255,.08); }
  .main-navigation a { display: block; padding: 13px 0; font-size: 14px; }
  .menu-toggle { display: inline-grid; order: 1; }
  .header-actions .header-icon:nth-child(1), .header-actions .header-icon:nth-child(2) { display: none; }
  .hero { min-height: 680px; }
  .hero-content { padding: 90px 0; }
  .products-grid, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .split-editorial, .story-grid, .contact-grid { grid-template-columns: 1fr; gap: 0; }
  .split-editorial-media { min-height: 380px; }
  .story-image { min-height: 420px; }
  .shop-layout { grid-template-columns: 1fr; }
  .filter-sidebar { display: none; }
  .product-perks { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 540px) {
  .section { padding: 72px 0; }
  .category-grid, .feature-row, .social-grid { grid-template-columns: repeat(2, 1fr); }
  .category-card { min-height: 210px; }
  .category-card:nth-child(n+5) { display: none; }
  .feature:nth-child(n+4) { display: block; }
  .feature-row { gap: 0; }
  .feature { padding-inline: 12px; }
  .products-grid, .woocommerce ul.products { gap: 28px 13px; }
  .product-card-title { font-size: 18px; }
  .product-card-actions { opacity: 1; transform: none; }
  .hero h1 { font-size: 48px; }
  .hero-scroll { display: none; }
  .offer-banner { padding: 52px 26px; }
  .newsletter-form { display: block; }
  .newsletter-form input { width: 100%; border-left: 1px solid #3b382f; margin-bottom: 10px; }
  .newsletter-form .button { width: 100%; }
  .footer-grid { gap: 24px 14px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
  .shop-toolbar { align-items: flex-start; flex-direction: column; }
}