:root {
    --ivory: #f7f1ea;
    --paper: #fffdf9;
    --rose: #cfa8a5;
    --blush: #e8d5c8;
    --cocoa: #4a342f;
    --ink: #2f2421;
    --gold: #a88d61;
    --line: rgba(74, 52, 47, .16);
    --muted: #796964;
    --shadow: 0 24px 70px rgba(58, 40, 35, .13);
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Inter", Arial, sans-serif;
    --arabic: "Noto Kufi Arabic", Tahoma, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 14px; line-height: 1.6; }
html[dir="rtl"] body { font-family: var(--arabic); }
body.no-scroll { overflow: hidden; }
button, input, select, textarea { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.announcement { padding: 8px 20px; background: var(--cocoa); color: #fff; text-align: center; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
html[dir="rtl"] .announcement { letter-spacing: 0; }

.site-header { height: 96px; padding: 0 clamp(24px, 5vw, 84px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.94); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(14px); }
.brand { display: inline-flex; width: max-content; flex-direction: column; align-items: center; line-height: 1; }
.brand-word { font-family: var(--serif); font-size: 30px; font-weight: 500; letter-spacing: .13em; }
.brand-tagline { margin-top: 7px; color: var(--muted); font-size: 7px; letter-spacing: .25em; }
.desktop-nav { display: flex; gap: 34px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
html[dir="rtl"] .desktop-nav { letter-spacing: 0; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; height: 1px; width: 0; position: absolute; inset-inline-start: 0; bottom: -6px; background: var(--cocoa); transition: width .25s ease; }
.desktop-nav a:hover::after { width: 100%; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 9px; }
.icon-button, .cart-button, .close-button, .filter-mobile-button { border: 0; background: none; cursor: pointer; }
.icon-button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; }
.language-quick { font-family: var(--arabic); font-size: 15px; }
.cart-button { display: flex; align-items: center; gap: 9px; padding: 10px 0 10px 10px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.cart-count { min-width: 23px; height: 23px; padding: 0 6px; border-radius: 20px; background: var(--rose); display: grid; place-items: center; color: #fff; font-size: 10px; }
.menu-button { display: none; }
.menu-button span { display: block; width: 14px; height: 1px; margin: 2px; background: currentColor; }

.hero { min-height: calc(100vh - 130px); display: grid; grid-template-columns: 58% 42%; background: var(--ivory); }
.hero-image { min-height: 700px; background: url("../images/campaign/hero.png") center 38% / cover no-repeat; }
.hero-content { align-self: center; max-width: 600px; padding: 80px clamp(45px, 7vw, 120px); }
.eyebrow { display: block; margin-bottom: 20px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
html[dir="rtl"] .eyebrow { letter-spacing: .05em; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .98; }
html[dir="rtl"] h1, html[dir="rtl"] h2 { font-family: var(--arabic); font-weight: 400; line-height: 1.35; }
.hero h1 { max-width: 480px; font-size: clamp(62px, 6.2vw, 102px); }
html[dir="rtl"] .hero h1 { font-size: clamp(42px, 5vw, 72px); }
.hero p { max-width: 430px; margin: 27px 0 38px; color: var(--muted); font-size: 15px; }
.button { min-height: 50px; padding: 14px 26px; border: 1px solid var(--cocoa); display: inline-flex; align-items: center; justify-content: center; cursor: pointer; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: .25s ease; }
html[dir="rtl"] .button { letter-spacing: 0; }
.button-dark { background: var(--cocoa); color: #fff; }
.button-dark:hover { background: #33231f; transform: translateY(-1px); }
.button-full { width: 100%; }

.promise-strip { padding: 30px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: #fff; }
.promise-strip div { padding: 6px 6vw; display: flex; flex-direction: column; text-align: center; border-inline-end: 1px solid var(--line); }
.promise-strip div:last-child { border: 0; }
.promise-strip strong { font-family: var(--serif); font-size: 19px; font-weight: 500; }
html[dir="rtl"] .promise-strip strong { font-family: var(--arabic); font-size: 15px; }
.promise-strip span { color: var(--muted); font-size: 10px; }

.shop-section { padding: 110px clamp(24px, 5vw, 84px) 130px; }
.section-heading { margin-bottom: 60px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading .eyebrow { margin-bottom: 13px; }
.section-heading h2, .story-copy h2, .delivery-section h2, .newsletter h2 { font-size: clamp(45px, 4.2vw, 68px); }
.section-heading p { width: 310px; margin: 0; color: var(--muted); }
.shop-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(34px, 5vw, 80px); align-items: start; }
html[dir="rtl"] .shop-layout { grid-template-columns: minmax(0, 1fr) 250px; }
html[dir="rtl"] .filters { grid-column: 2; }
html[dir="rtl"] .catalog-area { grid-column: 1; grid-row: 1; }
.filters { position: sticky; top: 126px; }
.filter-top { padding-bottom: 16px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.filter-top h3 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 500; }
html[dir="rtl"] .filter-top h3 { font-family: var(--arabic); font-size: 18px; }
.filter-top button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--muted); cursor: pointer; font-size: 10px; }
.field-label, fieldset legend { display: block; margin: 25px 0 10px; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
html[dir="rtl"] .field-label, html[dir="rtl"] fieldset legend { letter-spacing: 0; }
.select-input, .modal input, .modal select, .modal textarea, .admin-input { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 0; outline: none; background: #fff; font-size: 12px; }
.select-input:focus, .modal input:focus, .modal select:focus, .modal textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(168,141,97,.09); }
fieldset { margin: 25px 0 0; padding: 0; border: 0; }
fieldset legend { margin-top: 0; }
fieldset label { padding: 6px 0; display: flex; align-items: center; gap: 10px; cursor: pointer; color: var(--muted); font-size: 12px; }
fieldset input { width: 13px; height: 13px; accent-color: var(--cocoa); }
.catalog-toolbar { min-height: 35px; display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.filter-mobile-button { display: none; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px 22px; }
.product-card { min-width: 0; position: relative; }
.product-visual { aspect-ratio: 4 / 5; overflow: hidden; position: relative; background: var(--ivory); cursor: pointer; }
.product-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.6,.2,1); }
.product-card:hover .product-visual img { transform: scale(1.035); }
.badge { position: absolute; inset-block-start: 13px; inset-inline-start: 13px; padding: 6px 9px; background: rgba(255,253,249,.9); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.quick-add { width: calc(100% - 20px); min-height: 42px; position: absolute; inset-inline-start: 10px; bottom: 10px; border: 0; background: rgba(74,52,47,.94); color: #fff; cursor: pointer; opacity: 0; transform: translateY(8px); transition: .25s ease; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.product-card:hover .quick-add, .quick-add:focus { opacity: 1; transform: none; }
.product-info { padding-top: 15px; display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; }
.product-info h3 { margin: 0; font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.2; }
html[dir="rtl"] .product-info h3 { font-family: var(--arabic); font-size: 14px; }
.product-info .price { font-size: 12px; font-weight: 600; white-space: nowrap; }
.product-info .compare { margin-inline-start: 6px; color: #ab9c97; text-decoration: line-through; font-weight: 400; }
.product-info p { grid-column: 1 / -1; margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.empty-state { grid-column: 1/-1; padding: 70px 20px; border: 1px solid var(--line); text-align: center; color: var(--muted); }

.story-section { display: grid; grid-template-columns: 54% 46%; background: var(--cocoa); color: #fff; }
.story-image { min-height: 720px; background: url("../images/campaign/story.png") center / cover no-repeat; }
.story-copy { max-width: 650px; padding: clamp(70px, 10vw, 150px); align-self: center; }
.story-copy .eyebrow { color: #d7bd94; }
.story-copy p { margin: 32px 0; color: rgba(255,255,255,.7); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.delivery-section { padding: 130px clamp(24px, 8vw, 140px); text-align: center; background: var(--ivory); }
.delivery-section > .eyebrow { margin-bottom: 16px; }
.delivery-steps { margin-top: 75px; display: grid; grid-template-columns: repeat(4, 1fr); }
.delivery-steps article { padding: 0 clamp(20px, 3vw, 48px); border-inline-end: 1px solid var(--line); }
.delivery-steps article:last-child { border: 0; }
.delivery-steps article > span { color: var(--gold); font-family: var(--serif); font-size: 18px; }
.delivery-steps h3 { margin: 18px 0 8px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
html[dir="rtl"] .delivery-steps h3 { font-family: var(--arabic); font-size: 16px; }
.delivery-steps p { margin: 0; color: var(--muted); font-size: 11px; }
.newsletter { padding: 110px 24px; text-align: center; }
.newsletter p { color: var(--muted); }
.newsletter form { max-width: 520px; margin: 35px auto 0; display: flex; border-bottom: 1px solid var(--cocoa); }
.newsletter input { flex: 1; min-width: 0; padding: 15px 5px; border: 0; outline: 0; background: transparent; }
.newsletter button { border: 0; background: transparent; cursor: pointer; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
footer { padding: 70px clamp(24px, 5vw, 84px); display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 40px; background: #2f211e; color: rgba(255,255,255,.72); font-size: 10px; }
footer > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
footer strong { color: #fff; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
footer .brand-word { color: #fff; font-size: 27px; }
.footer-brand p { margin: 0; font-family: var(--serif); font-size: 17px; }

.overlay { position: fixed; inset: 0; z-index: 50; background: rgba(31,21,18,.42); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.overlay.visible { opacity: 1; pointer-events: auto; }
.cart-drawer { width: min(450px, 94vw); height: 100dvh; padding: 28px; position: fixed; inset-block: 0; inset-inline-end: 0; z-index: 60; display: flex; flex-direction: column; background: var(--paper); box-shadow: var(--shadow); transform: translateX(105%); transition: transform .35s cubic-bezier(.2,.75,.3,1); }
html[dir="rtl"] .cart-drawer { transform: translateX(-105%); }
.cart-drawer.open { transform: none; }
.drawer-header { padding-bottom: 20px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.drawer-header h2 { font-size: 38px; }
.close-button { width: 38px; height: 38px; padding: 0; font-family: Arial, sans-serif; font-size: 28px; font-weight: 200; line-height: 1; }
.cart-items { flex: 1; overflow: auto; padding: 10px 0; }
.cart-item { padding: 18px 0; display: grid; grid-template-columns: 82px 1fr auto; gap: 14px; border-bottom: 1px solid var(--line); }
.cart-item img { width: 82px; height: 96px; object-fit: cover; background: var(--ivory); }
.cart-item h4 { margin: 2px 0; font-family: var(--serif); font-size: 18px; font-weight: 500; }
.cart-item small { display: block; color: var(--muted); font-size: 9px; }
.quantity { margin-top: 12px; display: inline-flex; border: 1px solid var(--line); }
.quantity button { width: 28px; height: 27px; border: 0; background: transparent; cursor: pointer; }
.quantity span { min-width: 24px; display: grid; place-items: center; font-size: 10px; }
.remove-item { align-self: start; border: 0; background: none; color: var(--muted); cursor: pointer; font-size: 18px; }
.cart-empty { padding: 80px 20px; text-align: center; color: var(--muted); }
.cart-empty span { display: block; margin-bottom: 15px; font-family: var(--serif); font-size: 32px; }
.cart-footer { padding-top: 22px; border-top: 1px solid var(--line); }
.cart-footer > p { margin: 8px 0 20px; color: var(--muted); font-size: 9px; }
.total-row { display: flex; justify-content: space-between; }
.total-row strong { font-size: 15px; }

.modal { position: fixed; inset: 0; z-index: 70; padding: 20px; display: grid; place-items: center; background: rgba(31,21,18,.58); opacity: 0; visibility: hidden; transition: .25s ease; }
.modal.open { opacity: 1; visibility: visible; }
.modal-card { width: min(650px, 100%); max-height: 94dvh; padding: clamp(28px, 5vw, 55px); overflow-y: auto; position: relative; background: var(--paper); box-shadow: var(--shadow); }
.modal-card > .close-button { position: absolute; inset-block-start: 15px; inset-inline-end: 15px; }
.modal h2 { margin-bottom: 10px; font-size: 44px; }
.modal h2 + p { margin: 0 40px 28px 0; color: var(--muted); font-size: 11px; }
.modal form { display: grid; gap: 15px; }
.modal label > span { margin-bottom: 6px; display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.modal textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.order-summary { margin: 8px 0; padding: 18px; background: var(--ivory); font-size: 11px; }
.order-summary div { padding: 4px 0; display: flex; justify-content: space-between; }
.order-summary .grand-total { margin-top: 7px; padding-top: 10px; border-top: 1px solid var(--line); font-weight: 600; }
.consent { display: grid !important; grid-template-columns: auto 1fr; gap: 8px; align-items: start; }
.consent input { width: 15px; min-height: 15px; margin-top: 3px; accent-color: var(--cocoa); }
.consent span { margin: 0 !important; text-transform: none !important; letter-spacing: 0 !important; }
.form-error { min-height: 18px; margin: 0; color: #9f2f2f; font-size: 11px; text-align: center; }
.success-view { padding: 35px 0; text-align: center; }
.success-mark { width: 70px; height: 70px; margin: 0 auto 30px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--gold); font-size: 28px; }
.success-view p { max-width: 430px; margin: 15px auto !important; }
.success-view strong { margin: 22px 0; display: block; color: var(--cocoa); font-size: 17px; letter-spacing: .1em; }
.toast { max-width: min(420px, calc(100vw - 40px)); padding: 13px 20px; position: fixed; inset-inline-start: 50%; bottom: 25px; z-index: 90; background: var(--cocoa); color: #fff; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; transition: .25s ease; font-size: 11px; text-align: center; }
html[dir="rtl"] .toast { transform: translate(50%, 30px); }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
html[dir="rtl"] .toast.show { transform: translate(50%, 0); }
.mobile-menu { display: none; }

@media (max-width: 1100px) {
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hero { grid-template-columns: 55% 45%; }
    .hero-content { padding-inline: 45px; }
    .hero h1 { font-size: 68px; }
    .story-copy { padding: 75px; }
}

@media (max-width: 820px) {
    .announcement { font-size: 9px; }
    .site-header { height: 76px; padding: 0 18px; grid-template-columns: 1fr auto; }
    .brand-word { font-size: 25px; }
    .brand-tagline { font-size: 6px; }
    .desktop-nav { display: none; }
    .header-actions { gap: 3px; }
    .menu-button { display: grid; }
    .cart-button > span:first-child { display: none; }
    .cart-button { padding: 7px; }
    .mobile-menu { width: min(340px, 90vw); height: 100dvh; padding: 90px 35px; position: fixed; inset-block: 0; inset-inline-start: 0; z-index: 65; display: flex; flex-direction: column; gap: 25px; background: var(--paper); box-shadow: var(--shadow); transform: translateX(-110%); transition: transform .3s ease; }
    html[dir="rtl"] .mobile-menu { transform: translateX(110%); }
    .mobile-menu.open { transform: none; }
    .mobile-menu .close-button { position: absolute; inset-block-start: 22px; inset-inline-end: 22px; }
    .mobile-menu a { font-family: var(--serif); font-size: 30px; }
    html[dir="rtl"] .mobile-menu a { font-family: var(--arabic); font-size: 20px; }
    .hero { min-height: auto; display: block; position: relative; background: #2d211e; color: #fff; }
    .hero-image { min-height: 72vh; opacity: .75; }
    .hero-content { width: 100%; max-width: none; padding: 36px 24px 60px; position: absolute; inset-inline-start: 0; bottom: 0; background: linear-gradient(transparent, rgba(35,23,20,.86)); }
    .hero h1 { max-width: 330px; font-size: 54px; }
    html[dir="rtl"] .hero h1 { font-size: 39px; }
    .hero p { margin: 18px 0 25px; color: rgba(255,255,255,.78); font-size: 12px; }
    .hero .button-dark { border-color: #fff; background: #fff; color: var(--cocoa); }
    .promise-strip { padding: 20px 15px; }
    .promise-strip div { padding: 3px 8px; }
    .promise-strip strong { font-size: 14px; }
    .promise-strip span { font-size: 8px; }
    .shop-section { padding: 75px 18px 90px; }
    .section-heading { margin-bottom: 34px; display: block; }
    .section-heading h2, .story-copy h2, .delivery-section h2, .newsletter h2 { font-size: 43px; }
    html[dir="rtl"] .section-heading h2, html[dir="rtl"] .story-copy h2, html[dir="rtl"] .delivery-section h2, html[dir="rtl"] .newsletter h2 { font-size: 30px; }
    .section-heading p { width: auto; margin-top: 15px; }
    .shop-layout, html[dir="rtl"] .shop-layout { display: block; }
    .filters { width: min(340px, 88vw); height: 100dvh; padding: 75px 25px 30px; overflow: auto; position: fixed; inset-block: 0; inset-inline-start: 0; z-index: 75; background: var(--paper); transform: translateX(-110%); transition: transform .3s ease; }
    html[dir="rtl"] .filters { transform: translateX(110%); }
    .filters.open { transform: none !important; }
    .filter-mobile-button { padding: 0 0 3px; display: block; border-bottom: 1px solid currentColor; color: var(--ink); font-size: 10px; }
    .product-grid { gap: 35px 12px; }
    .quick-add { opacity: 1; transform: none; }
    .product-info { grid-template-columns: 1fr; }
    .product-info h3 { font-size: 18px; }
    .product-info .price { grid-row: 2; }
    .product-info p { display: none; }
    .story-section { display: block; }
    .story-image { min-height: 62vh; }
    .story-copy { padding: 60px 24px 75px; }
    .delivery-section { padding: 80px 20px; }
    .delivery-steps { margin-top: 50px; grid-template-columns: 1fr 1fr; gap: 0; }
    .delivery-steps article { padding: 25px 18px; border-bottom: 1px solid var(--line); }
    .delivery-steps article:nth-child(2) { border-inline-end: 0; }
    .delivery-steps article:nth-child(n+3) { border-bottom: 0; }
    footer { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 520px) {
    .language-quick { display: none; }
    .hero-image { min-height: 680px; background-position: 47% center; }
    .promise-strip { grid-template-columns: 1fr; gap: 15px; }
    .promise-strip div { border: 0; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-visual { aspect-ratio: 3 / 4; }
    .badge { inset-block-start: 7px; inset-inline-start: 7px; padding: 4px 6px; }
    .quick-add { width: calc(100% - 12px); min-height: 36px; inset-inline-start: 6px; bottom: 6px; font-size: 8px; }
    .product-info h3 { font-size: 16px; }
    .story-image { min-height: 520px; }
    .form-row { grid-template-columns: 1fr; }
    .modal { padding: 0; align-items: end; }
    .modal-card { max-height: 96dvh; padding: 42px 22px 28px; }
    .modal h2 { font-size: 35px; }
    .delivery-steps { grid-template-columns: 1fr; }
    .delivery-steps article { border-inline-end: 0; border-bottom: 1px solid var(--line) !important; }
    .delivery-steps article:last-child { border-bottom: 0 !important; }
    .newsletter { padding: 75px 20px; }
    footer { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
