/* =====================================================
   STORE NAME — Bilingual Boutique (Multi-page)
   Aesthetic: Refined Editorial • Cream + Burgundy/Bronze
   ===================================================== */

:root {
  /* Palette */
  --bg: #f5efe6;
  --bg-soft: #ece4d6;
  --bg-deep: #e6dcc9;
  --ink: #1f1812;
  --ink-soft: #4a3d33;
  --ink-mute: #8a7866;
  --line: #d9cdb7;
  --accent: #6b1f2a;
  --accent-2: #a47148;
  --accent-soft: #c08a5a;
  --white: #ffffff;
  --success: #25D366;

  /* Type */
  --f-display-en: "Cormorant Garamond", serif;
  --f-display-ar: "Amiri", serif;
  --f-body-en: "Outfit", -apple-system, sans-serif;
  --f-body-ar: "Tajawal", -apple-system, sans-serif;

  /* Misc */
  --radius: 4px;
  --radius-lg: 18px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --maxw: 1240px;
}

/* Language-specific font assignments */
html[lang="ar"] { font-family: var(--f-body-ar); }
html[lang="en"] { font-family: var(--f-body-en); }
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3,
html[lang="ar"] h4, html[lang="ar"] .brand-mark { font-family: var(--f-display-ar); }
html[lang="en"] h1, html[lang="en"] h2, html[lang="en"] h3,
html[lang="en"] h4, html[lang="en"] .brand-mark { font-family: var(--f-display-en); letter-spacing: .01em; }

/* =====================================================
   BASE
   ===================================================== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  overflow-x: clip;  /* prevents horizontal overflow from off-screen drawer */
}
body {
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
  background-image:
    radial-gradient(at 0% 0%, rgba(164,113,72,.06) 0%, transparent 50%),
    radial-gradient(at 100% 100%, rgba(107,31,42,.05) 0%, transparent 50%);
  background-attachment: fixed;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main { flex: 1; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

section { padding: 100px 0; position: relative; }
@media (max-width: 768px) { section { padding: 64px 0; } }

/* Common section header */
.section-head { margin-bottom: 56px; }
.section-head.center { text-align: center; }
.section-head.between {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.eyebrow {
  font-size: 12px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--accent-2); margin-bottom: 14px; font-weight: 500;
}
html[lang="ar"] .eyebrow { letter-spacing: .12em; font-size: 13px; }
.section-head h2 {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 400; line-height: 1.1; color: var(--ink);
}
html[lang="en"] .section-head h2 { font-style: italic; font-weight: 500; }

.link-arrow {
  color: var(--accent); font-weight: 500; font-size: 14px;
  letter-spacing: .15em; text-transform: uppercase;
  border-bottom: 1px solid var(--accent); padding-bottom: 4px;
  transition: opacity .3s var(--ease);
}
.link-arrow:hover { opacity: .65; }

/* =====================================================
   TOPBAR
   ===================================================== */
.topbar {
  background: var(--ink);
  color: var(--bg);
  text-align: center;
  font-size: 12px;
  padding: 10px 16px;
  letter-spacing: .15em;
  text-transform: uppercase;
}
html[lang="ar"] .topbar { letter-spacing: .05em; font-size: 13px; text-transform: none; }

/* =====================================================
   HEADER / NAV
   ===================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(245, 239, 230, .92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 14px; padding-bottom: 14px; gap: 24px;
}
.brand-mark {
  font-size: 22px; font-weight: 500; letter-spacing: .25em; color: var(--ink);
}
html[lang="ar"] .brand-mark { font-size: 24px; letter-spacing: 0; font-weight: 700; }
.brand-logo {
  height: 88px;
  width: auto;
  display: block;
  transition: opacity .3s var(--ease);
}
.brand-logo:hover { opacity: .8; }
.f-brand .brand-logo {
  height: 96px;
  margin-bottom: 16px;
}
.f-company {
  font-family: var(--f-display-ar);
  font-size: 18px;
  color: var(--accent-2);
  margin-bottom: 8px !important;
  font-weight: 700;
  max-width: none !important;
}
html[lang="en"] .f-company {
  font-family: var(--f-display-en);
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 768px) {
  .brand-logo { height: 64px; }
  .f-brand .brand-logo { height: 76px; }
}

.nav-links { display: flex; gap: 36px; align-items: center; }
.nav-links a {
  font-size: 18px; color: var(--ink); font-weight: 700;
  position: relative; padding: 6px 0;
  transition: color .3s var(--ease);
}
html[lang="en"] .nav-links a { letter-spacing: .1em; text-transform: uppercase; font-size: 14px; font-weight: 700; }
.nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 1px; background: var(--accent);
  transform: scaleX(0); transform-origin: center;
  transition: transform .35s var(--ease);
}
.nav-links a:hover { color: var(--accent); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-links a.active { color: var(--accent); }
.nav-links a.active::after { transform: scaleX(1); }

/* Dropdown nav (Clothing / Shoes split into women & men) */
.nav-drop { position: relative; display: inline-flex; }
.nav-drop > .drop-toggle {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 18px; color: var(--ink); font-weight: 700;
  padding: 6px 0; cursor: pointer;
  position: relative;
  transition: color .3s var(--ease);
  font-family: inherit;
}
html[lang="en"] .nav-drop > .drop-toggle {
  letter-spacing: .1em; text-transform: uppercase; font-size: 14px;
}
.nav-drop > .drop-toggle .caret {
  width: 8px; height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .3s var(--ease);
  display: inline-block;
  margin-inline-start: 4px;
}
.nav-drop:hover > .drop-toggle,
.nav-drop.open > .drop-toggle { color: var(--accent); }
.nav-drop:hover > .drop-toggle .caret,
.nav-drop.open > .drop-toggle .caret {
  transform: rotate(225deg) translateX(-2px);
}
.nav-drop > .drop-toggle::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 1px; background: var(--accent);
  transform: scaleX(0); transform-origin: center;
  transition: transform .35s var(--ease);
}
.nav-drop:hover > .drop-toggle::after,
.nav-drop.open > .drop-toggle::after,
.nav-drop.has-active > .drop-toggle::after { transform: scaleX(1); }
.nav-drop.has-active > .drop-toggle { color: var(--accent); }

.drop-menu {
  position: absolute;
  top: calc(100% + 14px);
  inset-inline-start: -16px;
  min-width: 220px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 22px 48px -22px rgba(31,24,18,.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .25s var(--ease), transform .25s var(--ease), visibility 0s .25s;
  z-index: 90;
  display: flex; flex-direction: column; gap: 2px;
}
.drop-menu::before {
  /* invisible hover bridge so cursor can travel from toggle to menu */
  content: ''; position: absolute; top: -14px; inset-inline-start: 0; right: 0; left: 0;
  height: 14px;
}
.nav-drop:hover .drop-menu,
.nav-drop.open .drop-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .25s var(--ease), transform .25s var(--ease), visibility 0s 0s;
}
.drop-menu a {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  border-radius: 8px;
  white-space: nowrap;
  text-transform: none !important;
  letter-spacing: 0 !important;
  transition: background .2s var(--ease), color .2s var(--ease), transform .2s var(--ease);
}
html[lang="en"] .drop-menu a {
  font-size: 13px;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
.drop-menu a::after { display: none; }
.drop-menu a:hover {
  background: var(--bg);
  color: var(--accent);
  transform: translateX(-3px);
}
html[dir="rtl"] .drop-menu a:hover { transform: translateX(3px); }
.drop-menu a .swatch {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent-2);
  flex-shrink: 0;
}
.drop-menu a:hover .swatch { background: var(--accent); }

.nav-actions { display: flex; align-items: center; gap: 14px; }
.lang-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px;
  border: 1px solid var(--ink);
  border-radius: 100px;
  font-size: 12px; font-weight: 600; letter-spacing: .1em;
  color: var(--ink);
  transition: all .3s var(--ease);
}
.lang-btn:hover { background: var(--ink); color: var(--bg); }
.lang-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

.menu-btn { display: none; flex-direction: column; gap: 4px; padding: 8px; }
.menu-btn span {
  display: block; width: 22px; height: 1.5px; background: var(--ink); transition: .3s;
}

/* =====================================================
   PAGE HERO (inner pages)
   ===================================================== */
.page-hero {
  padding: 70px 0 60px;
  text-align: center;
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; top: -50%; left: 50%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(164,113,72,.08), transparent 60%);
  transform: translateX(-50%);
  pointer-events: none;
}
.breadcrumb {
  font-size: 11px; letter-spacing: .25em;
  color: var(--ink-mute); margin-bottom: 18px;
  display: flex; gap: 8px; justify-content: center; align-items: center;
  position: relative; z-index: 2;
}
html[lang="ar"] .breadcrumb { letter-spacing: .08em; font-size: 13px; }
html[lang="en"] .breadcrumb { text-transform: uppercase; }
.breadcrumb a { color: var(--ink-mute); transition: color .3s; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb .sep { opacity: .5; }
.page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 400; line-height: 1.1; margin-bottom: 16px;
  color: var(--ink);
  position: relative; z-index: 2;
}
html[lang="en"] .page-hero h1 { font-style: italic; font-weight: 500; }
.page-hero p {
  color: var(--ink-soft); max-width: 580px; margin: 0 auto;
  font-size: 17px; line-height: 1.7;
  position: relative; z-index: 2;
}

/* =====================================================
   HERO (home page only)
   ===================================================== */
.hero { padding: 80px 0 100px; overflow: hidden; position: relative; }
.hero::before {
  content: ''; position: absolute; top: 20%; right: -10%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(164,113,72,.08), transparent 70%);
  pointer-events: none;
}
html[dir="rtl"] .hero::before { right: auto; left: -10%; }
.hero-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center;
}
.hero-text { animation: fadeUp 1s var(--ease); }
.hero-title {
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  line-height: .98; font-weight: 400; color: var(--ink);
  margin-bottom: 24px;
}
.hero-title em {
  color: var(--accent); font-style: italic; font-weight: 500;
  position: relative; display: inline-block;
}
.hero-title em::after {
  content: ''; position: absolute; bottom: 4px; left: 0; right: 0;
  height: 8px; background: rgba(164,113,72,.18); z-index: -1;
}
html[lang="ar"] .hero-title { font-weight: 700; line-height: 1.2; }
html[lang="ar"] .hero-title em { font-style: normal; }
.hero-sub {
  font-size: 17px; color: var(--ink-soft); max-width: 480px;
  margin-bottom: 36px; line-height: 1.7;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 32px;
  font-size: 13px; font-weight: 500; letter-spacing: .12em;
  border-radius: 100px;
  transition: all .35s var(--ease);
  white-space: nowrap; cursor: pointer;
}
html[lang="en"] .btn { text-transform: uppercase; }
html[lang="ar"] .btn { letter-spacing: 0; font-size: 15px; font-weight: 500; padding: 16px 36px; }
.btn-primary { background: var(--ink); color: var(--bg); }
.btn-primary:hover { background: var(--accent); transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(107,31,42,.45); }
.btn-ghost { border: 1px solid var(--ink); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--bg); }
.btn-accent { background: var(--accent); color: var(--bg); }
.btn-accent:hover { background: var(--ink); transform: translateY(-2px); }
.btn-wa { background: var(--success); color: var(--white); }
.btn-wa:hover { background: #1ebc56; transform: translateY(-2px); box-shadow: 0 14px 30px -10px rgba(37,211,102,.45); }
.btn-block { width: 100%; justify-content: center; }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.hero-visual { position: relative; height: 560px; animation: fadeUp 1.1s var(--ease) .15s backwards; }
.hero-frame { position: absolute; border-radius: var(--radius-lg); overflow: hidden; }
.frame-1 {
  inset: 0 0 80px 60px;
  background:
    linear-gradient(135deg, rgba(31,24,18,.08), transparent 60%),
    url('../images/hero/hero-1.jpg') center/cover;
  box-shadow: 0 30px 60px -20px rgba(31,24,18,.35);
}
.frame-1::after { display: none; }
.frame-2 {
  inset: 80px 60px 0 0;
  background:
    linear-gradient(160deg, rgba(31,24,18,.08), transparent 60%),
    url('../images/hero/hero-2.jpg') center/cover;
  box-shadow: 0 30px 60px -20px rgba(31,24,18,.3);
}
.frame-2::after { display: none; }
html[dir="rtl"] .frame-1 { inset: 0 60px 80px 0; }
html[dir="rtl"] .frame-2 { inset: 80px 0 0 60px; }
.hero-badge {
  position: absolute; bottom: 30px; right: 30px;
  background: var(--bg); color: var(--ink);
  width: 110px; height: 110px;
  border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 14px 30px -10px rgba(31,24,18,.3);
  border: 1px solid var(--line);
}
.hero-badge span { font-size: 11px; letter-spacing: .25em; color: var(--ink-mute); }
.hero-badge strong { font-size: 26px; font-weight: 500; color: var(--accent); font-family: var(--f-display-en); }
html[dir="rtl"] .hero-badge { right: auto; left: 30px; }

/* =====================================================
   CATEGORIES SECTION
   ===================================================== */
.categories-section { background: var(--bg-soft); }
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
/* When there's a divider header (e.g. women / men subsections) */
.cat-row-head {
  grid-column: 1 / -1;
  display: flex; align-items: center; gap: 16px;
  margin: 28px 0 -4px;
}
.cat-row-head:first-child { margin-top: 0; }
.cat-row-head .label {
  font-size: 12px; letter-spacing: .3em;
  color: var(--accent); font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
html[lang="ar"] .cat-row-head .label {
  font-family: var(--f-display-ar);
  letter-spacing: .08em;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}
.cat-row-head .line {
  flex: 1; height: 1px;
  background: linear-gradient(90deg, var(--line), transparent);
}
html[dir="rtl"] .cat-row-head .line {
  background: linear-gradient(-90deg, var(--line), transparent);
}
.cat-card {
  position: relative; overflow: hidden; border-radius: var(--radius-lg);
  aspect-ratio: 3/4;
  background: var(--bg-deep);
  display: flex; flex-direction: column; justify-content: flex-end;
  transition: transform .5s var(--ease);
}
.cat-card:hover { transform: translateY(-6px); }
.cat-img { position: absolute; inset: 0; transition: transform .8s var(--ease); }
.cat-card:hover .cat-img { transform: scale(1.06); }
.cat-women-clothing .cat-img {
  background:
    linear-gradient(180deg, transparent 35%, rgba(31,24,18,.75)),
    url('../images/categories/clothing.jpg') center/cover;
}
.cat-women-shoes .cat-img {
  background:
    linear-gradient(180deg, transparent 35%, rgba(31,24,18,.78)),
    url('../images/categories/women-shoes.jpg') center/cover;
  background-color: #fbf7ee;
}
.cat-women-bags .cat-img {
  background:
    linear-gradient(180deg, transparent 35%, rgba(31,24,18,.78)),
    url('../images/categories/women-bags.jpg') center/cover;
  background-color: #fbf7ee;
}
.cat-men-clothing .cat-img {
  background:
    linear-gradient(180deg, transparent 35%, rgba(31,24,18,.75)),
    url('../images/categories/men-clothing.jpg') center/cover;
}
.cat-men-shoes .cat-img {
  background:
    linear-gradient(180deg, transparent 35%, rgba(31,24,18,.78)),
    url('../images/categories/men-shoes.jpg') center/cover;
  background-color: #fbf7ee;
}
/* Legacy classes (still used by older markup if any) */
.cat-clothing .cat-img {
  background:
    linear-gradient(180deg, transparent 35%, rgba(31,24,18,.75)),
    url('../images/categories/clothing.jpg') center/cover;
}
.cat-shoes .cat-img {
  background:
    linear-gradient(180deg, transparent 35%, rgba(31,24,18,.75)),
    url('../images/categories/shoes.jpg') center/cover;
}
.cat-bags .cat-img {
  background:
    linear-gradient(180deg, transparent 35%, rgba(31,24,18,.75)),
    url('../images/categories/bags.jpg') center/cover;
}
.cat-info { position: relative; z-index: 2; padding: 32px; color: var(--bg); }
.cat-info h3 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 500; margin-bottom: 8px;
}
html[lang="ar"] .cat-info h3 { font-weight: 700; }
.cat-info .arrow {
  font-size: 13px; letter-spacing: .15em; opacity: .85;
  display: inline-block; transition: transform .35s var(--ease);
}
html[lang="en"] .cat-info .arrow { text-transform: uppercase; }
.cat-card:hover .cat-info .arrow { transform: translateX(6px); }
html[dir="rtl"] .cat-card:hover .cat-info .arrow { transform: translateX(-6px); }

/* =====================================================
   FILTER BAR (category pages)
   ===================================================== */
.filter-bar {
  display: flex; gap: 12px; flex-wrap: wrap; align-items: center;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.filter-bar .count {
  margin-inline-start: auto;
  font-size: 13px; color: var(--ink-mute);
  letter-spacing: .1em;
}
html[lang="en"] .filter-bar .count { text-transform: uppercase; }
.chip {
  padding: 8px 18px;
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 13px; color: var(--ink-soft);
  background: var(--white);
  transition: all .3s var(--ease);
  cursor: pointer;
}
.chip:hover { border-color: var(--accent-2); color: var(--accent); }
.chip.active {
  background: var(--ink); color: var(--bg); border-color: var(--ink);
}

/* =====================================================
   PRODUCT GRID
   ===================================================== */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.prod { cursor: pointer; transition: transform .4s var(--ease); }
.prod:hover { transform: translateY(-4px); }
.prod-img {
  position: relative; aspect-ratio: 4/5;
  border-radius: var(--radius-lg); overflow: hidden;
  margin-bottom: 16px; transition: box-shadow .4s var(--ease);
  cursor: zoom-in;
}
.prod:hover .prod-img { box-shadow: 0 24px 40px -20px rgba(31,24,18,.35); }

/* =====================================================
   LIGHTBOX (image enlarge on click)
   ===================================================== */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(15, 10, 6, .92);
  z-index: 1000;
  display: none;
  align-items: center; justify-content: center;
  padding: 24px;
  cursor: zoom-out;
  opacity: 0;
  transition: opacity .25s var(--ease);
}
.lightbox.open {
  display: flex;
  opacity: 1;
}
.lightbox-img {
  max-width: min(900px, 100%);
  max-height: calc(100vh - 100px);
  max-height: calc(100dvh - 100px);
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 30px 80px -20px rgba(0,0,0,.6);
  animation: lightboxIn .35s var(--ease);
  cursor: default;
}
.lightbox-close {
  position: absolute;
  top: 20px;
  inset-inline-end: 20px;
  background: var(--bg);
  color: var(--ink);
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 1001;
  border: none;
  transition: transform .25s var(--ease), background .25s var(--ease);
  box-shadow: 0 4px 12px rgba(0,0,0,.3);
}
.lightbox-close:hover {
  transform: rotate(90deg);
  background: var(--accent);
  color: var(--bg);
}
.lightbox-close svg {
  width: 20px; height: 20px;
  stroke: currentColor;
  stroke-width: 2.5;
  fill: none;
}
@keyframes lightboxIn {
  from { transform: scale(.92); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
body.lightbox-open {
  overflow: hidden;
}

/* Real product images — each maps to a specific photo */
/* Women's clothing — lifestyle/model shots (cover) */
.img-clothing-1 { background-image: url('../images/products/clothing-1.jpg'); }
.img-clothing-2 { background-image: url('../images/products/clothing-2.jpg'); }
.img-clothing-3 { background-image: url('../images/products/clothing-3.jpg'); }
.img-clothing-4 { background-image: url('../images/products/clothing-4.jpg'); }

/* Women's shoes — studio shots (contain) */
.img-wm-sho-1   { background-image: url('../images/products/wm-sho1.png'); }
.img-wm-sho-2   { background-image: url('../images/products/wm-sho2.png'); }
.img-wm-sho-3   { background-image: url('../images/products/wm-sho3.png'); }
.img-wm-sho-4   { background-image: url('../images/products/wm-sho4.png'); }
.img-wm-sho-5   { background-image: url('../images/products/wm-sho5.png'); }
.img-wm-sho-6   { background-image: url('../images/products/wm-sho6.png'); }
.img-wm-sho-7   { background-image: url('../images/products/wm-sho7.png'); }
.img-wm-sho-8   { background-image: url('../images/products/wm-sho8.png'); }

/* Men's shoes — studio shots (contain) */
.img-man-sho-1  { background-image: url('../images/products/man-sho1.png'); }
.img-man-sho-2  { background-image: url('../images/products/man-sho2.png'); }
.img-man-sho-3  { background-image: url('../images/products/man-sho3.png'); }
.img-man-sho-4  { background-image: url('../images/products/man-sho4.png'); }
.img-man-sho-5  { background-image: url('../images/products/man-sho5.png'); }
.img-man-sho-6  { background-image: url('../images/products/man-sho6.png'); }
.img-man-sho-7  { background-image: url('../images/products/man-sho7.png'); }
.img-man-sho-8  { background-image: url('../images/products/man-sho8.png'); }

/* Men's clothing — lifestyle/model shots (cover) */
.img-man-mlabs-1 { background-image: url('../images/products/man-mlabs1.png'); }
.img-man-mlabs-2 { background-image: url('../images/products/man-mlabs2.png'); }
.img-man-mlabs-3 { background-image: url('../images/products/man-mlabs3.png'); }
.img-man-mlabs-4 { background-image: url('../images/products/man-mlabs4.png'); }
.img-man-mlabs-5 { background-image: url('../images/products/man-mlabs5.png'); }
.img-man-mlabs-6 { background-image: url('../images/products/man-mlabs6.png'); }
.img-man-mlabs-7 { background-image: url('../images/products/man-mlabs7.png'); }
.img-man-mlabs-8 { background-image: url('../images/products/man-mlabs8.png'); }

/* Women's bags — studio shots (contain) */
.img-wm-bag-1    { background-image: url('../images/products/wm-bage1.png'); }
.img-wm-bag-2    { background-image: url('../images/products/wm-page2.jpg'); }
.img-wm-bag-3    { background-image: url('../images/products/wm-bage3.png'); }
.img-wm-bag-4    { background-image: url('../images/products/wm-bage4.png'); }
.img-wm-bag-6    { background-image: url('../images/products/wm-bage6.png'); }
.img-wm-bag-7    { background-image: url('../images/products/wm-bage7.png'); }
.img-wm-bag-8    { background-image: url('../images/products/wm-bage8.png'); }

/* Legacy bag classes — kept for backward compatibility */
.img-bags-1     { background-image: url('../images/products/bags-1.jpg'); }
.img-bags-2     { background-image: url('../images/products/bags-2.jpg'); }

[class*="img-"] {
  background-size: cover;
  background-position: center;
  background-color: var(--bg-soft);
}

/* Studio modifier: use "contain" sizing for product-only shots
   (shoes, bags) so the full product is visible with a clean backdrop. */
.prod-img.prod-img--studio {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fbf7ee;
  background-position: center;
}
.prod-img.prod-img--studio::before {
  /* subtle gradient floor for depth */
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 38%;
  background: linear-gradient(180deg, transparent 0%, rgba(164,113,72,.05) 60%, rgba(164,113,72,.09) 100%);
  pointer-events: none;
  z-index: 0;
}
.prod-img::after { display: none; }
.prod-tag {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: var(--bg); color: var(--ink);
  font-size: 10px; letter-spacing: .15em;
  padding: 6px 12px; border-radius: 100px; font-weight: 600;
}
html[lang="en"] .prod-tag { text-transform: uppercase; }
html[dir="rtl"] .prod-tag { left: auto; right: 14px; }
.prod-tag.tag-hot { background: var(--accent); color: var(--bg); }
.prod-meta { padding: 0 4px; }
.prod-meta h4 { font-size: 18px; font-weight: 500; margin-bottom: 6px; color: var(--ink); }
html[lang="ar"] .prod-meta h4 { font-weight: 700; font-size: 17px; }
.price { font-size: 15px; color: var(--accent); font-weight: 600; }
.price span { font-size: 12px; color: var(--ink-mute); font-weight: 400; margin-inline-start: 4px; }
.prod-actions { margin-top: 10px; }
.prod-wa {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; color: var(--ink-mute);
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  transition: all .3s;
}
html[lang="en"] .prod-wa { text-transform: uppercase; letter-spacing: .1em; }
.prod-wa:hover { color: var(--success); border-bottom-color: var(--success); }
.prod-wa svg { width: 14px; height: 14px; }

/* =====================================================
   PRODUCT DETAIL (product.html)
   ===================================================== */
.product-detail {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px;
  align-items: flex-start;
}
.detail-gallery .main-img {
  aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden;
  margin-bottom: 14px;
  background-color: var(--bg-soft);
  background-size: cover;
  background-position: center;
  position: relative;
}
.detail-gallery .main-img::after { display: none; }
.detail-thumbs {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
}
.detail-thumbs .thumb {
  aspect-ratio: 1; border-radius: 8px; cursor: pointer;
  border: 2px solid transparent; transition: border-color .3s;
  overflow: hidden;
}
.detail-thumbs .thumb.active { border-color: var(--accent); }
.detail-thumbs .thumb {
  background-size: cover;
  background-position: center;
}

.detail-info .eyebrow { margin-bottom: 10px; }
.detail-info h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400; line-height: 1.15;
  margin-bottom: 16px;
}
html[lang="en"] .detail-info h1 { font-style: italic; font-weight: 500; }
.detail-price {
  font-size: 28px; color: var(--accent); font-weight: 600;
  margin-bottom: 28px;
}
.detail-price span { font-size: 16px; color: var(--ink-mute); font-weight: 400; margin-inline-start: 6px; }
.detail-desc {
  color: var(--ink-soft); font-size: 16px; line-height: 1.8;
  margin-bottom: 32px;
}
.detail-attrs { margin-bottom: 32px; }
.attr-row {
  display: flex; gap: 16px; padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.attr-row strong { color: var(--ink); min-width: 100px; }
.attr-row span { color: var(--ink-soft); }
.detail-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.detail-meta {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  padding: 24px; background: var(--bg-soft); border-radius: var(--radius-lg);
}
.detail-meta-item {
  text-align: center; font-size: 12px; color: var(--ink-mute);
}
.detail-meta-item svg { width: 22px; height: 22px; color: var(--accent); margin: 0 auto 8px; }
.detail-meta-item strong { display: block; color: var(--ink); font-size: 13px; margin-bottom: 2px; }
html[lang="en"] .detail-meta-item strong { font-weight: 600; }

/* =====================================================
   ABOUT PAGE
   ===================================================== */
.about-grid {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center;
}
.about-visual { position: relative; aspect-ratio: 4/5; }
.about-frame {
  position: absolute; inset: 0 40px 40px 0;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(31,24,18,.05), rgba(31,24,18,.25)),
    url('../images/about/about-1.jpg') center/cover;
  box-shadow: 0 30px 60px -20px rgba(31,24,18,.4);
}
.about-frame::after { display: none; }
.about-accent {
  position: absolute; bottom: 0; right: 0;
  width: 50%; height: 60%;
  border: 1px solid var(--accent-2);
  border-radius: var(--radius-lg); z-index: -1;
}
html[dir="rtl"] .about-frame { inset: 0 0 40px 40px; }
html[dir="rtl"] .about-accent { right: auto; left: 0; }
.about-text h2 { margin-bottom: 24px; }
.about-text > p {
  font-size: 17px; color: var(--ink-soft); line-height: 1.8;
  margin-bottom: 24px; max-width: 520px;
}
.features { list-style: none; display: grid; gap: 20px; margin-top: 32px; }
.features li {
  padding-inline-start: 18px;
  border-inline-start: 2px solid var(--accent-2);
}
.features strong {
  display: block; font-size: 17px; color: var(--ink);
  font-weight: 600; margin-bottom: 4px;
}
html[lang="en"] .features strong { font-family: var(--f-display-en); font-weight: 500; font-size: 20px; }
.features span { color: var(--ink-mute); font-size: 14px; }

.values-section { background: var(--bg-soft); }
.values-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.value-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  border: 1px solid var(--line);
  transition: all .4s var(--ease);
}
.value-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent-2);
  box-shadow: 0 20px 40px -20px rgba(31,24,18,.2);
}
.value-icon {
  width: 56px; height: 56px;
  background: var(--bg-soft);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
  margin-bottom: 20px;
}
.value-icon svg { width: 24px; height: 24px; }
.value-card h3 { font-size: 22px; font-weight: 500; margin-bottom: 12px; }
html[lang="ar"] .value-card h3 { font-weight: 700; font-size: 20px; }
.value-card p { color: var(--ink-soft); font-size: 15px; line-height: 1.7; }

/* =====================================================
   CONTACT PAGE
   ===================================================== */
.contact-layout {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px;
}
.contact-layout.single {
  grid-template-columns: 1fr;
  max-width: 640px;
  margin: 0 auto;
}

/* Contact info grid (3 columns on desktop, responsive) */
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.contact-info-grid .info-row {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: all .35s var(--ease);
  text-decoration: none;
  color: inherit;
}
.contact-info-grid .info-row:hover {
  border-color: var(--accent-2);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -20px rgba(31,24,18,.25);
}
@media (max-width: 1024px) {
  .contact-info-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .contact-info-grid { grid-template-columns: 1fr; }
}

/* Map */
.map-section { padding-top: 0; }
.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 50px -20px rgba(31,24,18,.25);
  border: 1px solid var(--line);
  background: var(--bg-soft);
}
.map-wrap iframe {
  display: block;
  width: 100%;
}
.contact-info-list { display: grid; gap: 24px; }
.info-row {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: all .35s var(--ease);
}
.info-row:hover {
  border-color: var(--accent-2);
  transform: translateY(-2px);
}
.info-row a { color: inherit; }
.info-row .icn {
  width: 44px; height: 44px; flex-shrink: 0;
  background: var(--bg-soft); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
}
.info-row .icn svg { width: 20px; height: 20px; }
.info-row strong {
  display: block; color: var(--ink); font-size: 15px;
  margin-bottom: 4px; font-weight: 600;
}
.info-row span { color: var(--ink-soft); font-size: 14px; }

.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px;
}
.form-row { margin-bottom: 20px; }
.form-row.two { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-row label {
  display: block; font-size: 12px;
  letter-spacing: .15em; color: var(--ink-mute);
  margin-bottom: 8px; font-weight: 500;
}
html[lang="en"] .form-row label { text-transform: uppercase; }
.form-row input, .form-row textarea {
  width: 100%; padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit; font-size: 15px;
  background: var(--bg);
  color: var(--ink);
  transition: border-color .3s, background .3s;
}
.form-row input:focus, .form-row textarea:focus {
  outline: none;
  border-color: var(--accent-2);
  background: var(--white);
}
.form-row textarea { resize: vertical; min-height: 120px; }
.form-note {
  font-size: 12px; color: var(--ink-mute); margin-top: 12px;
}

/* =====================================================
   HOME — FEATURED / ABOUT TEASER
   ===================================================== */
.about-teaser { background: var(--bg-soft); }
.about-teaser .about-grid { gap: 60px; }

/* =====================================================
   CONTACT CARDS (compact)
   ===================================================== */
.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 24px; text-align: center;
  transition: all .4s var(--ease);
}
.contact-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent-2);
  box-shadow: 0 20px 40px -20px rgba(31,24,18,.25);
}
.c-icon {
  width: 52px; height: 52px; margin: 0 auto 18px;
  background: var(--bg-soft); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--accent); transition: all .4s var(--ease);
}
.c-icon svg { width: 22px; height: 22px; }
.contact-card:hover .c-icon { background: var(--accent); color: var(--white); }
.contact-card h4 { font-size: 18px; font-weight: 600; margin-bottom: 6px; color: var(--ink); }
.contact-card p { color: var(--ink-mute); font-size: 14px; }
.contact-card.whatsapp:hover .c-icon { background: var(--success); }

/* =====================================================
   404 PAGE
   ===================================================== */
.notfound {
  flex: 1;
  display: flex; align-items: center; justify-content: center;
  padding: 80px 24px; text-align: center;
}
.notfound-inner { max-width: 540px; }
.notfound .code {
  font-family: var(--f-display-en);
  font-size: clamp(6rem, 18vw, 10rem);
  line-height: 1; font-weight: 400;
  color: var(--accent);
  font-style: italic;
  margin-bottom: 16px;
}
.notfound h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 400; margin-bottom: 16px;
}
.notfound p {
  color: var(--ink-soft); margin-bottom: 32px;
  font-size: 17px;
}

/* =====================================================
   FOOTER
   ===================================================== */
.site-footer {
  background: var(--ink); color: var(--bg);
  padding: 64px 0 24px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px;
  padding-bottom: 40px; border-bottom: 1px solid rgba(245,239,230,.12);
}
.f-brand .brand-mark { color: var(--bg); display: block; margin-bottom: 12px; }
.f-brand p { color: rgba(245,239,230,.6); font-size: 14px; max-width: 320px; margin-bottom: 20px; }
.f-social { display: flex; gap: 10px; }
.f-social a {
  width: 38px; height: 38px;
  border: 1px solid rgba(245,239,230,.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--bg); transition: all .3s;
}
.f-social a:hover { background: var(--accent-2); border-color: var(--accent-2); }
.f-social svg { width: 16px; height: 16px; }
.f-col h5 {
  font-size: 12px; letter-spacing: .25em; color: var(--accent-2);
  margin-bottom: 18px; font-weight: 600;
}
html[lang="en"] .f-col h5 { text-transform: uppercase; }
.f-col a, .f-col p {
  display: block; padding: 6px 0; font-size: 14px;
  color: rgba(245,239,230,.7);
  transition: color .3s;
}
.f-col a:hover { color: var(--accent-2); }
.copy {
  padding-top: 24px; text-align: center;
  font-size: 12px; color: rgba(245,239,230,.55); letter-spacing: .08em;
}
.copy p { margin: 0; }
.copy-credit {
  margin-top: 8px;
  font-size: 11px;
  opacity: .85;
}
.iwt-link {
  color: var(--accent-2);
  font-weight: 700;
  letter-spacing: .15em;
  margin-inline-start: 4px;
  transition: color .3s var(--ease);
}
.iwt-link:hover { color: var(--bg); }

/* =====================================================
   FLOATING WHATSAPP
   ===================================================== */
.float-wa {
  position: fixed; bottom: 24px; left: 24px;
  width: 56px; height: 56px;
  background: var(--success); color: white;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(37,211,102,.45);
  z-index: 50;
  transition: all .3s var(--ease);
  animation: pulse 2s ease-out infinite;
}
html[dir="rtl"] .float-wa { left: auto; right: 24px; }
.float-wa:hover { transform: scale(1.1); animation: none; }
.float-wa svg { width: 28px; height: 28px; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 8px 24px rgba(37,211,102,.45); }
  50% { box-shadow: 0 8px 24px rgba(37,211,102,.7), 0 0 0 12px rgba(37,211,102,0); }
}

/* =====================================================
   ANIMATIONS
   ===================================================== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-visual { height: 440px; max-width: 520px; }
  .prod-grid { grid-template-columns: repeat(3, 1fr); }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-cards { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-visual { max-width: 480px; }
  .values-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .product-detail { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 768px) {
  .container { padding: 0 20px; }

  /* Mobile menu drawer */
  .nav-links {
    position: fixed; top: 0; right: 0;
    width: 78%; max-width: 320px; height: 100vh; height: 100dvh;
    background: var(--bg); flex-direction: column;
    justify-content: center; align-items: center; gap: 24px;
    transform: translateX(100%);
    transition: transform .35s var(--ease), visibility 0s .35s;
    box-shadow: -20px 0 60px -20px rgba(31,24,18,.3);
    z-index: 99;
    visibility: hidden;
    padding: 80px 24px 24px;
  }
  html[dir="rtl"] .nav-links {
    right: auto; left: 0; transform: translateX(-100%);
    box-shadow: 20px 0 60px -20px rgba(31,24,18,.3);
  }
  .nav-links.open {
    transform: translateX(0);
    visibility: visible;
    transition: transform .35s var(--ease), visibility 0s 0s;
  }
  /* Higher specificity override for RTL open state */
  html[dir="rtl"] .nav-links.open {
    transform: translateX(0);
  }
  .nav-links a {
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0;
  }
  html[lang="en"] .nav-links a { font-size: 17px; }

  /* Mobile dropdown: render as a labelled section with indented children */
  .nav-drop {
    display: block;
    width: 100%;
    text-align: center;
  }
  .nav-drop > .drop-toggle {
    font-size: 22px;
    padding: 10px 0;
    justify-content: center;
    width: 100%;
    pointer-events: none;
  }
  html[lang="en"] .nav-drop > .drop-toggle { font-size: 17px; }
  .nav-drop > .drop-toggle .caret { display: none; }
  .nav-drop > .drop-toggle::after { display: none; }
  .drop-menu {
    position: static;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0 0 8px;
    min-width: 0;
    align-items: center;
    transition: none;
  }
  .drop-menu::before { display: none; }
  .drop-menu a {
    font-size: 17px;
    color: var(--ink-soft);
    padding: 8px 12px;
    justify-content: center;
  }
  html[lang="en"] .drop-menu a { font-size: 13px; }
  .drop-menu a:hover { transform: none; }
  html[dir="rtl"] .drop-menu a:hover { transform: none; }

  /* Backdrop behind the drawer */
  .menu-backdrop {
    position: fixed; inset: 0;
    background: rgba(31, 24, 18, .45);
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s var(--ease);
    z-index: 98;
  }
  .menu-backdrop.visible {
    opacity: 1;
    pointer-events: auto;
  }

  /* Menu button — larger touch target, stays above drawer, animates to X */
  .menu-btn {
    display: flex;
    align-items: center; justify-content: center;
    width: 44px; height: 44px;
    padding: 0; gap: 0;
    position: relative;
    z-index: 110;  /* above drawer (99) and backdrop (98) */
  }
  .menu-btn span {
    display: block;
    width: 24px; height: 2px; background: var(--ink);
    position: absolute;
    transition: transform .3s var(--ease), opacity .2s var(--ease), top .3s var(--ease);
    border-radius: 2px;
  }
  .menu-btn span:nth-child(1) { top: 14px; }
  .menu-btn span:nth-child(2) { top: 21px; }
  .menu-btn span:nth-child(3) { top: 28px; }
  /* X icon when open */
  .menu-btn.is-open span:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
  }
  .menu-btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .menu-btn.is-open span:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
  }

  /* Bigger lang button on mobile - stays above drawer too */
  .lang-btn {
    padding: 10px 14px;
    font-size: 13px;
    position: relative;
    z-index: 110;
  }

  /* Lock body scroll when menu is open */
  body.menu-open {
    overflow: hidden;
  }

  .hero { padding: 50px 0 70px; }
  .hero-title { font-size: clamp(2.2rem, 9vw, 3.6rem); }
  .hero-visual { height: 380px; }
  .hero-badge { width: 90px; height: 90px; }
  .hero-badge strong { font-size: 22px; }

  .page-hero { padding: 50px 0 40px; }
  .page-hero h1 { font-size: clamp(2rem, 7vw, 2.8rem); }

  .cat-grid { grid-template-columns: 1fr; }
  .cat-card { aspect-ratio: 5/4; }
  .cat-row-head { margin: 18px 0 -8px; }
  .cat-row-head .label { font-size: 11px; }
  html[lang="ar"] .cat-row-head .label { font-size: 16px; }

  .prod-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }

  .contact-cards { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .f-brand { grid-column: span 2; }

  .section-head { margin-bottom: 36px; }
  .section-head.between { align-items: flex-start; flex-direction: column; }

  .contact-form { padding: 28px 22px; }
  .form-row.two { grid-template-columns: 1fr; }
  .detail-meta { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .nav-actions .lang-btn .lang-label { display: none; }
  .lang-btn { padding: 8px 12px; }
  .topbar { font-size: 11px; padding: 8px 12px; }
  .hero-cta .btn { padding: 14px 22px; font-size: 12px; }
  .hero-frame.frame-1 { inset: 0 0 60px 30px; }
  .hero-frame.frame-2 { inset: 60px 30px 0 0; }
  html[dir="rtl"] .hero-frame.frame-1 { inset: 0 30px 60px 0; }
  html[dir="rtl"] .hero-frame.frame-2 { inset: 60px 0 0 30px; }
  .footer-grid { grid-template-columns: 1fr; }
  .f-brand { grid-column: span 1; }
}
