.preferred-manufacturer-section {
  background: #fff9f5;
  padding: 60px 0 40px 0;
}
.preferred-manufacturer-section .feature-card {
  background: #f9fafb;
}
.preferred-manufacturer-section .section-header h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  color: #2d3246;
  margin-bottom: 0.5rem;
}
.preferred-manufacturer-section .section-header p {
  font-size: 1.15rem;
  color: #6b6b6b;
  margin-bottom: 2.5rem;
}
.preferred-manufacturer-section {
  background: #fff9f5;
}
.heritage {
  background: #f5f6f7;
  padding: 56px 0;
}
.cta-section {
  background: #fff9f5;
  padding: 56px 0;
}

.production-campaign-section {
  background: #f5f6f7;
  padding: 0;
}

.production-campaign-section > .container {
  max-width: none;
  padding: 0;
}

.campaign-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  margin-bottom: 0;
  min-height: 520px;
}

.campaign-row:last-child {
  margin-bottom: 0;
}

.campaign-row.is-reversed .campaign-copy {
  order: 2;
}

.campaign-row.is-reversed .campaign-media {
  order: 1;
}

.campaign-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 64px 72px;
  background: #f5f6f7;
}

.campaign-kicker {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.82rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2d3246;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-bottom: 24px;
}

.campaign-copy h3 {
  font-family: 'Cormorant Infant', serif;
  font-weight: 400;
  font-size: clamp(2.2rem, 3.5vw, 3.4rem);
  line-height: 1.08;
  color: #2d3246;
  margin-bottom: 20px;
}

.campaign-copy p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.05rem;
  color: #4f4f4f;
  line-height: 1.7;
  margin-bottom: 10px;
  max-width: 480px;
}

.campaign-copy p:last-of-type {
  margin-bottom: 0;
}

.campaign-readmore {
  display: inline-block;
  margin-top: 28px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2d3246;
  text-decoration: none;
  border: 1px solid #2d3246;
  border-radius: 24px;
  padding: 10px 28px;
  transition: background 0.25s, color 0.25s;
}

.campaign-readmore:hover {
  background: #2d3246;
  color: #ffffff;
}

.campaign-media {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.campaign-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Ensure sections have consistent inner spacing */
.collab-section .container,
.preferred-manufacturer-section .container,
.heritage .container,
.cta-section .container {
  padding-left: 16px;
  padding-right: 16px;
}
.manufacturer-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}
.feature-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(44, 62, 80, 0.07);
  padding: 32px 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s;
}
.feature-card:hover {
  box-shadow: 0 4px 24px rgba(44, 62, 80, 0.13);
}
.feature-icon {
  font-size: 2.2rem;
  color: #b4916b;
  margin-bottom: 18px;
}
.feature-card h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.22rem;
  font-weight: 600;
  color: #2d3246;
  margin-bottom: 0.7rem;
}
.feature-card p {
  font-size: 1.05rem;
  color: #6b6b6b;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .manufacturer-features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .campaign-row,
  .campaign-row.is-reversed {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .campaign-row.is-reversed .campaign-copy,
  .campaign-row.is-reversed .campaign-media {
    order: initial;
  }

  .campaign-copy {
    padding: 40px 28px;
    align-items: center;
    text-align: center;
  }

  .campaign-copy p {
    max-width: none;
  }

  .campaign-media {
    min-height: 300px;
  }
}
@media (max-width: 600px) {
  .manufacturer-features-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .feature-card {
    padding: 22px 12px;
  }

  .campaign-copy {
    padding: 32px 18px;
  }

  .campaign-copy h3 {
    font-size: 1.8rem;
  }

  .campaign-copy p {
    font-size: 0.97rem;
    line-height: 1.65;
  }

  .campaign-media {
    min-height: 240px;
  }
}
/* FAQ Questions and Answers Font Styling */
.faq-question {
  font-family: 'Noto Sans', sans-serif !important;
  font-size: 1.08rem !important;
  line-height: 1.7rem !important;
  font-weight: 300 !important;
}
.faq-answer, .faq-answer-inner, .faq-answer p {
  font-family: 'Noto Sans', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
/* ---------- GLOBAL RESET & VARIABLES ---------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", "Tajawal", sans-serif;
  background-color: #fcfaf7;
  color: #1e1e1e;
  line-height: 1.5;
  direction: ltr;
}

body.rtl {
  direction: rtl;
  font-family: "Tajawal", "Inter", sans-serif;
}

body.lang-zh {
  font-family: "Noto Sans SC", "Inter", "Tajawal", sans-serif;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------- TYPOGRAPHY & LINKS ---------- */
h1, h2, h3, h4 {
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: 2.2rem;
  margin-bottom: 0.75rem;
  position: relative;
  display: inline-block;
}

.section-subhead {
  font-size: 1.1rem;
  color: #5c5c5c;
  margin-bottom: 2.5rem;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Navigation bar links font and style */
/* Navigation bar links font and style */
.nav a, nav a, .navbar a {
  font-family: 'Josefin Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: .15em !important;
  text-transform: uppercase !important;
}

/* Default nav link color: black for all pages */
header .nav-links a {
  color: #000 !important;
}

/* Homepage: nav links white on top */
body[data-page="home"] header .nav-links a {
  color: #fff !important;
}

/* Homepage: nav links black when scrolled */
body[data-page="home"] header.is-scrolled .nav-links a {
  color: #000 !important;
}
.btn {
  display: inline-block;
  background-color: #b4916b;
  color: white;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 40px;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(180, 145, 107, 0.25);
}

.btn i {
  margin-right: 8px;
}

.btn:hover {
  background-color: #9e7a58;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(158, 122, 88, 0.3);
}

.btn-outline {
  background: transparent;
  color: #b4916b;
  border: 1.5px solid #b4916b;
  box-shadow: none;
}

.btn-outline:hover {
  background: #b4916b;
  color: #ffffff;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  box-shadow: none;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

/* ---------- HEADER & NAV ---------- */
header {
  padding: 10px 0;
  /* default header background per request (light) */
  background: #fff9f5;
  box-shadow: none;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: background-color 220ms ease, box-shadow 220ms ease, color 220ms ease;
  color: #3a2e26;
}

/* Home page: overlay header on top of hero for immersive effect */
body[data-page="home"] header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  /* temporarily use translucent dark background + blur on home */
  background: rgba(0,0,0,0.22);
  backdrop-filter: blur(6px);
  box-shadow: none;
  z-index: 220;
}

body[data-page="home"] header .nav-links a {
  color: #fff9f5;
}

/* nav toggle bars need background set explicitly (not color) */
body[data-page="home"] header .nav-toggle-bar {
  background: #fff9f5;
}

body[data-page="home"] header .logo img {
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.45));
}

/* When scrolled, make header opaque and restore normal styles */
body[data-page="home"] header.is-scrolled {
  /* keep header fixed to avoid layout jump; only change visuals */
  background-color: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

body[data-page="home"] header.is-scrolled .nav-links a {
  color: #3a2e26;
}

body[data-page="home"] header.is-scrolled .logo img {
  filter: none;
}

/* Language selector: dark translucent background over hero; swap to light when header becomes scrolled */
body[data-page="home"] header .lang-button {
  /* match requested background color and use dark text for contrast */
  background: #fff9f5;
  color: #000000;
  border: 1px solid rgba(58,46,38,0.06);
}

/* Default header (non-scrolled) color overrides for nav elements */
header .nav-links a,
header .nav-toggle-bar {
  color: #3a2e26;
}

/* Keep language selector text black and constant */
.lang-current,
.lang-button,
.lang-item {
  color: #000000;
}

header .logo img {
  filter: none;
}

/* When scrolled, make header opaque and restore normal styles across all pages */
header.is-scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

header.is-scrolled .nav-links a,
header.is-scrolled .nav-toggle-bar {
  color: #3a2e26;
}

header.is-scrolled .lang-current,
header.is-scrolled .lang-button {
  color: #000000;
}

header.is-scrolled .logo img {
  filter: none;
}

body[data-page="home"] header.is-scrolled .lang-button {
  background: #f3f0ec;
  color: #000000;
  border: 1px solid #e6ddd4;
}

/* Keep the dropdown menu readable on dark hero (white menu) and unchanged when scrolled */
body[data-page="home"] header .lang-menu {
  background: #ffffff;
  color: #3a2e26;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 75px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  gap: 26px;
  font-weight: 500;
  flex-wrap: wrap;
  row-gap: 10px;
}

.nav-links a {
  position: relative;
  padding-bottom: 6px;
}

.nav-links a.active {
  color: #b4916b;
}

.nav-links a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2.5px;
  background-color: #b4916b;
  transition: 0.2s;
}

.nav-links a:hover:after,
.nav-links a.active:after {
  width: 100%;
}

/* Map embed styles */
.map-section {
  margin-top: 48px;
  margin-bottom: 24px;
}
.map-embed {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 300px; /* fixed height per request */
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(15, 12, 10, 0.08);
}
.map-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* map-actions and btn-map removed — directions button was removed */

.nav-toggle {
  display: none;
  background: #f3f0ec;
  border: 1px solid #e6ddd4;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 4px;
  flex-direction: column;
}

.nav-toggle-bar {
  width: 20px;
  height: 2px;
  background: #3a2e26;
  border-radius: 2px;
}

.rtl .navbar {
  flex-direction: row-reverse;
}

.rtl .nav-links {
  flex-direction: row-reverse;
}

.rtl .lang-menu {
  left: 0;
  right: auto;
}

.rtl .lang-item {
  text-align: right;
}

.lang-dropdown {
  position: relative;
}

.lang-button {
  background: #f3f0ec;
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #3a2e26;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
}

.lang-button i {
  color: #b4916b;
}

.lang-current {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  line-height: 1;
}

.lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(44, 34, 28, 0.12);
  min-width: 180px;
  padding: 8px;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: 0.2s ease;
  z-index: 10;
}

.lang-dropdown.open .lang-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.lang-item {
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  padding: 10px 12px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 600;
  color: #3a2e26;
}

.lang-item .flag-icon {
  font-size: 1.2rem;
  line-height: 1;
}

/* Flag image sizing to ensure consistent appearance across devices */
.flag-icon {
  width: 22px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}

img.flag-icon {
  width: 22px;
  height: 14px;
  object-fit: cover;
  display: inline-block;
}

/* Ensure the flag is visible inside the top-level lang-button */
.lang-button .flag-icon,
.lang-current .flag-icon {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}

.lang-item .lang-label {
  font-size: 0.95rem;
}

.lang-item.active,
.lang-item:hover {
  background: #f4ede6;
}

/* Remove any text-shadow on navigation text and force lang-label to pure black */
header .nav-links a,
header .nav-toggle-bar,
header .lang-current,
header .lang-button,
header .lang-item,
.lang-label {
  text-shadow: none !important;
}

.lang-label {
  color: #000000 !important;
}

/* ---------- HERO SECTION ---------- */
.hero {
  padding: 0;
  min-height: 100vh;
  background: radial-gradient(circle at top, #2b241f 0%, #161311 55%, #100e0c 100%);
  /* use a background image so the hero always fills and sits behind content */
  background-image: url("assets/images/hero/hero-01.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #efe6de;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  /* stronger darkening so text reads over photos */
  background: linear-gradient(120deg, rgba(0,0,0,0.32), rgba(0,0,0,0.16));
  pointer-events: none;
}

.hero .container {
  position: relative;
  z-index: 2;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  padding-top: 200px; /* push content lower under the overlaid header */
  max-width: 100%;
  padding-left: 6vw;
  padding-right: 6vw;
}

.hero-slider {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
  min-height: 100vh;
}

.hero-slides {
  position: relative;
  min-height: 100vh;
}

.hero-slide {
  display: flex;
  align-items: center;
  gap: 48px;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
  z-index: 0;
}

.hero-slide.is-active {
  /* keep absolute positioning for all slides to avoid layout jumps */
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 1;
}

.hero-media {
  /* keep markup in place but hide the inline media elements to avoid layout issues */
  display: none;
}

/* boost brightness slightly so dark photos read better against the overlay */
.hero-media img {
  filter: brightness(1.08) contrast(1.03);
}

/* ensure overlay gradient sits above images but below text */
.hero::before {
  z-index: 1;
}

/* small screens: reduce top padding so content remains visible */
@media (max-width: 1024px) {
  .hero .container {
    padding-top: 110px;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .hero .container {
    padding-top: 80px;
  }
  .hero-info {
    padding-left: 18px;
    padding-right: 18px;
  }
  .hero-media img {
    height: 60vh;
  }
}

.hero-info {
  position: relative;
  z-index: 3;
  /* enforce a large left column: ~66% of viewport (min 60%) */
  flex: 0 0 66vw;
  width: 66vw;
  max-width: 1400px;
  padding: 36px 28px 36px 36px;
}

/* make headline larger and use generous line-height so it reads across wider area */
.hero-title {
  font-size: clamp(2.8rem, 6.6vw, 6.2rem);
  line-height: 1.02;
  text-shadow: 0 8px 30px rgba(0,0,0,0.6);
}

.hero-subhead {
  text-shadow: 0 6px 20px rgba(0,0,0,0.45);
}

/* header visual when over hero: make nav items more visible */
body[data-page="home"] header .nav-links a,
body[data-page="home"] header .lang-current,
body[data-page="home"] header .lang-button {
  color: rgba(255,255,255,0.98);
  text-shadow: 0 4px 14px rgba(0,0,0,0.6);
}

/* make hero content readable over images */
.hero-info .hero-kicker,
.hero-info .hero-subhead,
.hero-info .hero-highlights {
  color: rgba(255,255,255,0.92);
}

.hero-info .hero-title {
  color: #ffffff;
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

.hero-title {
  font-size: 3.4rem;
  line-height: 1.15;
  margin-bottom: 14px;
  color: #ffffff;
}

.hero-subhead {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  max-width: 520px;
}

.hero-highlights {
  list-style: none;
  margin: 18px 0 26px;
  padding: 0;
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.hero-highlights li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-highlights li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b4916b;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-slider-nav {
  position: absolute;
  inset: 0;
  z-index: 50;
  pointer-events: none;
}

/* Progress bar shown across the bottom of the hero that fills during each slide */
.hero-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 46px;
  height: 6px;
  background: rgba(255,255,255,0.12);
  border-radius: 6px;
  overflow: hidden;
  z-index: 6;
}
.hero-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #b4916b;
  transition: width 0.25s linear;
}

/* Circular progress control (top-right) */
.hero-progress-circular {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 60;
  width: 72px;
  height: 72px;
  pointer-events: auto;
}
.progress-toggle {
  width: 72px;
  height: 72px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  --progress: 0;
  overflow: hidden;
}
.progress-ring {
  display: none;
}
.progress-toggle[aria-pressed="true"] .progress-ring-fg {
  opacity: 0.9;
}

/* Dark circular control with clear icons */
.progress-toggle {
  background: rgba(22,18,15,0.92);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 12px 32px rgba(0,0,0,0.42);
}
.progress-toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from -90deg, #f3d6b3 calc(var(--progress) * 1turn), rgba(255,255,255,0.14) 0);
}
.progress-toggle::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: rgba(22,18,15,0.96);
}
.progress-toggle svg.icon-pause,
.progress-toggle svg.icon-play {
  position: absolute;
  width: 22px;
  height: 22px;
  color: #fff;
  z-index: 2;
}
.progress-toggle svg.icon-play { display: none; }
.progress-toggle[aria-pressed="true"] svg.icon-play { display: block; }
.progress-toggle[aria-pressed="true"] svg.icon-pause { display: none; }

/* Ensure ring strokes contrast */
.progress-ring-bg { stroke: rgba(255,255,255,0.06) !important; }
.progress-ring-fg { stroke: #f3d6b3 !important; }

/* Make sure nav buttons and dots are clearly visible */
.hero-slider-nav { z-index: 50; }
.hero-slider-nav [data-direction="prev"],
.hero-slider-nav [data-direction="next"] { z-index: 55; }
.hero-dots { z-index: 55; }

.hero-nav-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(0, 0, 0, 0.36);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
  font-size: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
  z-index: 55;
}

.hero-nav-btn:hover {
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.12);
}

.hero-dots {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 22px;
  z-index: 55;
  pointer-events: auto;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.hero-dot.is-active {
  width: 28px;
  background: #b4916b;
}

/* Position arrows at left/right center of hero */
.hero-slider-nav [data-direction="prev"] {
  left: 22px;
}
.hero-slider-nav [data-direction="next"] {
  right: 22px;
}

@media (max-width: 1024px) {
  .hero-slides {
    min-height: 720px;
  }
  .hero-slide {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-media img {
    height: 360px;
  }
  .hero-slider-nav {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .hero-media img {
    height: 280px;
  }
  .hero-title {
    font-size: 2.4rem;
  }
}

.garment-icon {
  background: white;
  padding: 24px 12px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 8px 12px rgba(0,0,0,0.02);
}

.garment-icon i {
  position: static;
  font-size: 2.4rem;
  opacity: 1;
  color: #b4916b;
  margin-bottom: 8px;
}

.garment-icon span {
  display: block;
  font-weight: 600;
  color: #3e342c;
}

/* ---------- SERVICES / EXPERTISE ---------- */
.services {
  padding: 80px 0;
  background: white;
}

.section-header {
  text-align: center;
  margin-bottom: 56px;
}

.section-header h2 {
  background: linear-gradient(135deg, #4f3f35, #2c221c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* About / essay content spacing */
.about-copy p,
.essay p {
  margin-bottom: 1.25rem;
  color: #3b332b;
  font-size: 1.05rem;
  line-height: 1.7;
}

.about-copy h3 {
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
  color: #2e271f;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.service-card {
  background: #fcfaf8;
  padding: 36px 24px;
  border-radius: 32px;
  text-align: center;
  transition: 0.25s ease;
  border: 1px solid #f2ece6;
  box-shadow: 0 5px 20px rgba(0,0,0,0.02);
}

.service-card:hover {
  transform: translateY(-10px);
  border-color: #dccfc4;
  box-shadow: 0 25px 30px -12px rgba(180, 145, 107, 0.15);
}

.service-icon {
  background: #efe4db;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.service-icon i {
  font-size: 2.6rem;
  color: #8a6a50;
}

.service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: #2e271f;
}

.service-card p {
  color: #625a53;
  font-size: 1rem;
}

/* ---------- WHY CHOOSE US ---------- */
.why-choose {
  padding: 80px 0;
  background: #fffdfb;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.why-card {
  background: #ffffff;
  border: 1px solid #f2ece6;
  border-radius: 24px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.why-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 16px;
  background: rgba(180, 145, 107, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b4916b;
  font-size: 1.4rem;
}

.why-number {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2e271f;
  margin-bottom: 6px;
}

.why-card p {
  color: #625a53;
  font-size: 0.98rem;
}

/* ---------- COLLECTION / PRODUCTS ---------- */
.collection {
  padding: 80px 0;
  background: #fff9f5;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.product-item {
  background: white;
  border-radius: 24px;
  padding: 24px 16px;
  text-align: center;
  box-shadow: 0 2px 10px #f0e4dc;
  transition: all 0.2s;
}

.product-item:hover {
  box-shadow: 0 12px 22px #dfcec1;
}

.product-img {
  background: #f5ede7;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.product-img i {
  font-size: 3.8rem;
  color: #846b58;
}

.product-item h4 {
  font-size: 1.25rem;
  margin-bottom: 6px;
}

.product-cat {
  color: #b4916b;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.product-cat i {
  margin-right: 4px;
}

/* ---------- PROCESS TIMELINE ---------- */
.process {
  padding: 80px 0;
  background: #ffffff;
}

.process-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.process-step {
  background: #fcfaf8;
  border: 1px solid #f2ece6;
  border-radius: 24px;
  padding: 24px 20px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.03);
}

.step-number {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b4916b;
  font-weight: 700;
  margin-bottom: 10px;
}

.process-step h4 {
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: #2e271f;
}

.process-step p {
  color: #625a53;
  font-size: 0.98rem;
}

/* ---------- GLOBAL PRESENCE ---------- */
.global-presence {
  padding: 80px 0;
  background: #fdf7f1;
}

.global-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.global-map {
  background: radial-gradient(circle at top, rgba(180, 145, 107, 0.16), rgba(28, 22, 18, 0.85)),
    url("building.jpeg") center/cover no-repeat;
  border-radius: 28px;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.map-overlay {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: rgba(24, 19, 15, 0.7);
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.95rem;
}

.global-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.global-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 22px;
  border: 1px solid #f2ece6;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.global-card h3 {
  font-size: 1.6rem;
  margin-bottom: 8px;
  color: #2e271f;
}

.global-card p {
  color: #625a53;
  font-size: 0.98rem;
}

/* ---------- FACTORY GALLERY ---------- */
.factory-gallery {
  padding: 80px 0;
  background: #ffffff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.gallery-item {
  background: linear-gradient(135deg, #f3ece5, #e6d9cc);
  border-radius: 22px;
  min-height: 180px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  color: #2e271f;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
}

/* ---------- GENERIC PAGE LAYOUT ---------- */
.page-hero {
  padding: 70px 0;
  background: #fff9f5;
}

.page-hero .section-header {
  text-align: left;
  margin-bottom: 0;
}

.page-hero .section-subhead {
  margin-bottom: 0;
}

.page-content {
  padding: 70px 0;
  background: #ffffff;
}

/* ---------- FAQ ACCORDION ---------- */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 920px;
  margin: 0 auto;
}

.faq-item {
  background: #fcfaf8;
  border: 1px solid #f2ece6;
  border-radius: 18px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item:hover {
  border-color: #e0d4c8;
  box-shadow: 0 10px 18px rgba(180, 145, 107, 0.12);
}
.faq-business-questions {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px 22px;
  box-shadow: 0 8px 30px rgba(15,12,10,0.06);
  border: 1px solid rgba(0,0,0,0.04);
}
.faq-business-questions h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
}
.faq-business-questions .muted {
  color: #666666;
  margin-bottom: 12px;
}
.business-questions-list {
  list-style: disc;
  padding-left: 1.15rem;
}
.business-questions-list li {
  margin-bottom: 10px;
  color: #333333;
}
.business-questions-list li strong {
  font-weight: 700;
  margin-right: 6px;
}

.faq-question {
  width: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 600;
  color: #2e271f;
  text-align: left;
}

.rtl .faq-question {
  text-align: right;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #efe4db;
  color: #8a6a50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: transform 0.18s ease-out, background-color 0.18s ease-out;
  flex-shrink: 0;
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
  background: #e4d7cb;
}

.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.18s cubic-bezier(0.4, 0, 0.2, 1);
  color: #625a53;
}

.faq-item.is-open .faq-answer {
  height: auto;
}

.faq-answer-inner {
  padding: 0 18px 14px 18px;
}

.faq-answer p {
  margin: 0;
  transform: translateY(-6px);
  opacity: 0;
  transition: transform 0.18s ease-out, opacity 0.18s ease-out;
}

.faq-item.is-open .faq-answer p {
  transform: translateY(0);
  opacity: 1;
}

/* ---------- PARTNERS ---------- */
.partners {
  padding: 80px 0;
  background: #fdf7f1;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 18px;
}

.partner-logo {
  background: #ffffff;
  border-radius: 18px;
  border: 1px dashed #e2d6ca;
  padding: 22px;
  text-align: center;
  font-weight: 600;
  color: #7a6a5c;
}

/* ---------- CTA SECTION ---------- */
.cta-section {
    position: relative;
    padding: 10px 0px 0px 0px;
    background: #cfcfcf;
}
.cta-section .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: none;
  padding: 0;
}

.cta-map-embed {
  width: 100%;
  height: 350px;
  max-height: 350px;
  overflow: hidden;
}

.cta-map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.cta-map-title {
    position: static;
    margin: 0;
    text-align: left;
    margin-left: 25px;
    font-family: 'LEMON MILK', 'Montserrat', 'Josefin Sans', sans-serif;
    font-size: clamp(1.5rem, 4vw, 3.1rem);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: #7d7d7d;
    text-shadow: none;
}

/* ---------- BILINGUAL ARABIC SECTION ---------- */
.heritage {
  padding: 70px 0;
  background: #1e1b18;
  color: #f2ede9;
}

.heritage .container {
  display: flex;
  align-items: center;
  gap: 50px;
}

.heritage-text {
  flex: 1;
}

.heritage-text h2 {
  color: #ebd9cb;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.heritage-desc {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #d9cfc5;
}

.heritage-highlight {
  background: rgba(255,255,255,0.06);
  padding: 30px;
  border-radius: 28px;
  flex: 0.8;
  border: 1px solid #65564a;
}

.arabic-quote {
  font-family: "Tajawal", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff2e4;
  text-align: center;
}

.arabic-quote small {
  display: block;
  font-size: 1rem;
  margin-top: 20px;
  color: #c9b2a0;
  font-weight: 400;
}

/* ---------- TESTIMONIAL / TRUST ---------- */
.testimonials {
  padding: 80px 0;
  background: white;
}

.testimonial-grid {
  display: flex;
  gap: 30px;
}

.testimonial-card {
  background: #fcf7f3;
  padding: 30px;
  border-radius: 36px;
  border-bottom: 4px solid #b4916b;
  flex: 1;
}

.testimonial-card i {
  color: #b4916b;
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.testimonial-card p {
  font-size: 1.05rem;
  color: #3e3630;
  font-style: italic;
}

.client-name {
  margin-top: 20px;
  font-weight: 700;
  color: #2c221c;
}

.client-title {
  font-size: 0.85rem;
  color: #8f7a6a;
}

/* ---------- GOALS/VISION ESSAY ---------- */
.essay {
  max-width: 920px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.9;
  color: #4a413a;
}

.essay p + p {
  margin-top: 18px;
}

/* ---------- CONTACT ---------- */
/* ---------- CONTACT PAGE ---------- */
.contact-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

.contact-info-section {
  background: #fcfaf8;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid #f2ece6;
}

.contact-info-section h3 {
  font-size: 1.8rem;
  margin-bottom: 12px;
  color: #2e271f;
}

.contact-info-section > p {
  color: #625a53;
  margin-bottom: 32px;
  line-height: 1.6;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-icon {
  background: #b4916b;
  color: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-text h4 {
  font-size: 1rem;
  margin-bottom: 4px;
  color: #2e271f;
  font-weight: 600;
}

.contact-text p,
.contact-text a {
  color: #625a53;
  font-size: 0.95rem;
  line-height: 1.5;
  text-decoration: none;
}

.contact-text a:hover {
  color: #b4916b;
  text-decoration: underline;
}

.social-connect {
  padding-top: 24px;
  border-top: 1px solid #e6ddd4;
}

.social-connect h4 {
  font-size: 1rem;
  margin-bottom: 12px;
  color: #2e271f;
  font-weight: 600;
}

.social-connect .social-links {
  display: flex;
  gap: 12px;
}

.social-connect .social-links a {
  background: #b4916b;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.3s ease;
  text-decoration: none;
}

.social-connect .social-links a:hover {
  background: #9a7d5c;
  transform: translateY(-2px);
}

.contact-form-section {
  position: sticky;
  top: 20px;
  align-self: flex-start;
}

.contact-form {
  background: #ffffff;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid #f2ece6;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.contact-form h3 {
  font-size: 1.4rem;
  margin-bottom: 24px;
  color: #2e271f;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-field {
  display: flex;
  flex-direction: column;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field input,
.form-field textarea {
  border: 1px solid #e6ddd4;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 0.95rem;
  font-family: inherit;
  background: #fdfbf9;
  color: #2c221c;
  transition: border-color 0.3s ease;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #b4916b;
}

.form-field textarea {
  resize: vertical;
  min-height: 120px;
}

.form-actions {
  margin-top: 20px;
}

.form-actions .btn {
  width: 100%;
  justify-content: center;
}

/* ---------- FOOTER ---------- */
footer {
  background: #1a1512;
  color: #ddd6cf;
  padding: 60px 0 30px;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 50px;
}

.footer-logo img {
  height: 48px;
  width: auto;
  display: block;
  margin-bottom: 12px;
}

.footer-desc {
  color: #b7aa9f;
  margin: 16px 0;
}

.social-links {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.social-links a {
  background: #332c27;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.social-links a:hover {
  background: #b4916b;
  color: white;
}

.footer-col h4 {
  color: white;
  margin-bottom: 24px;
  font-size: 1.25rem;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 14px;
}

.footer-col a {
  color: #c9bcb0;
  transition: 0.2s;
}

.footer-col a:hover {
  color: #e5c5a8;
}

.footer-bottom {
  border-top: 1px solid #3b322c;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  color: #9f9186;
  font-size: 0.9rem;
}

/* ---------- RESPONSIVENESS ---------- */
@media (max-width: 1024px) {
  .hero-grid,
  .heritage .container {
    flex-direction: column;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .navbar {
    flex-wrap: wrap;
  }
  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }
  .nav-links {
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 16px;
    padding: 18px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #f2ece6;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    max-height: 60vh;
    overflow-y: auto;
  }
  .nav-links.is-open {
    display: flex;
  }
  .nav-links a:after {
    display: none;
  }
  .lang-dropdown {
    margin-left: auto;
  }
  .global-grid {
    grid-template-columns: 1fr;
  }
  .cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contact-form-section {
    position: static;
  }
}

@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    gap: 20px;
  }
  .nav-links {
    gap: 16px;
    justify-content: flex-start;
  }
  .lang-menu {
    right: 50%;
    transform: translate(50%, -6px);
  }
  .lang-dropdown.open .lang-menu {
    transform: translate(50%, 0);
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .testimonial-grid {
    flex-direction: column;
  }
  .footer-content {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
  .hero-title {
    font-size: 2.6rem;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .process-timeline {
    grid-template-columns: 1fr;
  }
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-card {
    padding: 28px;
  }
  .contact-info-section {
    padding: 24px;
  }
  .contact-form {
    padding: 24px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
}

/* --- Collaboration Section Styles --- */
.collab-section {
  background: #000;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.collab-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}

.collab-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.collab-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  z-index: 0;
}

.collab-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/* Background media — fills entire slide */
.collab-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.collab-bg video,
.collab-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dark overlay for text readability */
.collab-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.50);
  z-index: 1;
}

/* Centered text content */
.collab-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 60px 40px;
  max-width: 900px;
  margin: 0 auto;
}

.collab-content h2 {
  font-family: 'Cormorant Infant', serif;
  font-weight: 400;
  font-size: 5em;
  line-height: 1;
  margin: 0.5em 0;
  color: #ffffff;
}

.collab-content p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
  max-width: 640px;
  margin: 0 auto 1.5em;
}

.collab-link {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 4px;
  transition: border-color 0.3s, color 0.3s;
  letter-spacing: 0.02em;
}

.collab-link:hover {
  color: #b4916b;
  border-color: #b4916b;
}

/* Pagination dots */
.collab-nav {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  z-index: 10;
}

.collab-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 0.25s, transform 0.25s, border-color 0.25s;
}

.collab-dot.is-active {
  background: #ffffff;
  border-color: #ffffff;
  transform: scale(1.2);
}

.collab-dot:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* Responsive: tablet */
@media (max-width: 900px) {
  .collab-content h2 {
    font-size: 3.2em;
  }

  .collab-content p {
    font-size: 1.05rem;
  }

  .collab-content {
    padding: 50px 28px;
  }

  .collab-nav {
    bottom: 20px;
  }
}

/* Responsive: mobile */
@media (max-width: 600px) {
  .collab-slider {
    height: 100vh;
    height: 100dvh;
  }

  .collab-content h2 {
    font-size: 2.4em;
    margin: 0.4em 0;
  }

  .collab-content p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.2em;
  }

  .collab-link {
    font-size: 1rem;
  }

  .collab-content {
    padding: 40px 20px;
  }

  .collab-nav {
    bottom: 16px;
    gap: 12px;
  }

  .collab-dot {
    width: 10px;
    height: 10px;
  }
}
/* --- End Collaboration Section Styles --- */

/* ---------- MOBILE NAV OVERLAY & HEADER ADJUSTMENTS ---------- */
@media (max-width: 900px) {
  .nav-toggle {
    display: flex;
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 260;
  }

  .navbar {
    justify-content: center;
    position: relative;
  }

  .logo {
    position: static;
    left: auto;
    transform: none;
    z-index: 261;
    margin: 0 auto;
  }

  /* hide header logo on mobile (we show a separate non-fixed logo below header) */
  header .logo {
    display: none !important;
  }

  /* mobile logo placed outside header */
  .mobile-logo-wrapper {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 12px; /* sit just below the fixed hamburger */
    z-index: 200;
    position: relative;
  }

  .mobile-logo {
    display: inline-block;
  }

  .mobile-logo img {
    height: 80px;
    width: auto;
    display: block;
    margin: 0 auto;
    transform: none;
  }

  /* ---- MOBILE HERO OVERRIDES ---- */

  /* Hero must fit exactly one screen */
  .hero {
    min-height: 100vh;
    max-height: 100vh;
    height: 100vh;
    overflow: hidden;
  }

  /* Mobile-logo sits inside hero */
  .hero .mobile-logo-wrapper {
    padding-top: 8px;
    margin-bottom: 0;
  }
  .hero .mobile-logo img {
    height: 60px;
  }

  /* Container: full-bleed flex column filling the viewport */
  .hero .container.hero-slider {
    height: 90vh;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0;
    min-height: 0;
    max-width: 100%;
    width: 100%;
  }

  /* Slides take all remaining space */
  .hero .hero-slides {
    min-height: 0;
    flex: 1 1 auto;
    width: 100%;
    position: relative;
  }

  .hero .hero-slide {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0;
    width: 100%;
    padding-bottom: 16px;
  }

  /* Text block: bottom-left, readable sizing */
  .hero .hero-info {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }

  .hero .hero-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    margin-bottom: 6px;
  }

  .hero .hero-title {
    font-size: clamp(1.7rem, 7vw, 2.6rem);
    line-height: 1.1;
    margin-bottom: 8px;
  }

  .hero .hero-subhead {
    font-size: 0.92rem;
    margin-bottom: 8px;
    max-width: 100%;
    line-height: 1.4;
  }

  .hero .hero-highlights {
    margin: 8px 0 16px;
    gap: 5px;
    font-size: 0.85rem;
  }

  .hero .hero-highlights li::before {
    width: 6px;
    height: 6px;
  }

  .hero .hero-actions .btn {
    font-size: 0.85rem;
    padding: 10px 20px;
  }

  /* Hide left/right arrows on mobile */
  .hero .hero-nav-btn {
    display: none !important;
  }

  /* Hide the circular progress indicator on mobile */
  .hero .hero-progress-circular {
    display: none !important;
  }

  /* Bottom bar: holds dots (center) + play/pause (right) */
  .hero .hero-slider-nav {
    position: relative;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px 24px;
    width: 100%;
  }

  /* Dots container: centered */
  .hero .hero-dots {
    position: static;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  /* Each dot is a small pill; active one is wider with progress fill */
  .hero .hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    transition: width 0.3s ease, background 0.3s ease;
    padding: 0;
  }

  .hero .hero-dot.is-active {
    width: 36px;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
  }

  /* Progress fill inside active dot — driven by JS via --dot-progress custom property */
  .hero .hero-dot.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(var(--dot-progress, 0) * 100%);
    background: #b4916b;
    border-radius: 999px;
    transition: width 80ms linear;
  }

  /* Play/pause button: positioned bottom-right */
  .hero-dots-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.25);
    background: rgba(0,0,0,0.35);
    color: #fff;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    position: absolute;
    right: 20px;
    bottom: 16px;
    pointer-events: auto;
  }
  .hero-dots-toggle .dots-icon-play { display: none; }
  .hero-dots-toggle[aria-pressed="true"] .dots-icon-play { display: block; }
  .hero-dots-toggle[aria-pressed="true"] .dots-icon-pause { display: none; }

  /* remove header background on mobile so content behind shows through */
  header {
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* ensure hamburger bars remain dark on mobile (override homepage white rule) */
  body[data-page="home"] header .nav-toggle-bar,
  header .nav-toggle-bar {
    background: #3a2e26 !important;
  }

  /* hide in-header nav and language selector on mobile (they will appear in overlay) */
  .nav-links {
    display: none;
  }

  .lang-dropdown {
    display: none;
  }

  /* Prevent desktop/homepage color switches from affecting mobile navigation */
  body[data-page="home"] header .nav-links a,
  body[data-page="home"] header .lang-current,
  body[data-page="home"] header .lang-button,
  header.is-scrolled .nav-links a {
    color: #3a2e26 !important;
    text-shadow: none !important;
  }

  /* Full-screen overlay that contains the nav + language selector */
  .mobile-nav-overlay {
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 48px 20px;
    transform: translateY(-6%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease, transform .28s ease;
  }

  .mobile-nav-overlay.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-nav-overlay .overlay-inner {
    width: 100%;
    max-width: 980px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }

  .mobile-nav-overlay .overlay-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #3a2e26;
  }

  .mobile-nav-overlay .nav-links {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    margin-top: 36px;
    width: 100%;
  }

  .mobile-nav-overlay .nav-links a {
    font-size: 1.15rem;
    color: #3a2e26 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
  }

  .mobile-nav-overlay .lang-dropdown {
    display: block;
    margin-top: 20px;
  }

  /* Keep the language menu positioned absolute but constrained and centered
     inside the mobile overlay so it can still animate open/closed while
     never overflowing the viewport (works for RTL too). */
  .mobile-nav-overlay .lang-dropdown {
    position: relative;
  }

  .mobile-nav-overlay .lang-menu {
    position: absolute !important;
    top: calc(100% + 12px) !important;
  left: -60px;
    transform: translateY(-6px) !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
    min-width: 180px;
    max-width: calc(100% - 40px);
    /* match desktop dropdown visuals */
    background: #ffffff;
    padding: 8px;
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(44, 34, 28, 0.12);
    z-index: 30;
  }

  .mobile-nav-overlay .lang-dropdown.open .lang-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .mobile-nav-overlay .lang-item {
    /* match desktop: transparent rows with hover background */
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    padding: 10px 12px;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-weight: 600;
    color: #3a2e26;
  }

  .mobile-nav-overlay .lang-item.active,
  .mobile-nav-overlay .lang-item:hover {
    background: #f4ede6;
  }

  /* hamburger animation on mobile */
  .nav-toggle .nav-toggle-bar { transition: transform .28s ease, opacity .2s ease; }
  .nav-toggle.is-active .nav-toggle-bar:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle.is-active .nav-toggle-bar:nth-child(2) { opacity:0; transform: scale(0.6); }
  .nav-toggle.is-active .nav-toggle-bar:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
}
/* Hide mobile logo wrapper on desktop to avoid layout issues */
@media (min-width: 901px) {
  .mobile-logo-wrapper {
    display: none !important;
  }
  .hero-dots-toggle {
    display: none !important;
  }
}
