/* ╔══════════════════════════════════════════════════════════════╗
   ║  نور الإسلام — DESIGN SYSTEM - by alwkala.com                 ║
   ║  Premium Islamic chandelier manufacturer landing page        ║
   ╚══════════════════════════════════════════════════════════════╝ */
/* ========== version 2.7.2 ========== */
/* ========== 1. DESIGN TOKENS ========== */
:root,
[data-theme="dark"],
html.dark {
  /* Semantic Surface Tokens */
  --bg-main: #0B0B0C;
  --bg-secondary: #141018;
  --bg-card: rgba(20, 16, 24, 0.55);
  --text-main: #f0eadb;
  --text-muted: #b8b0a0;

  /* Ink & Surface */
  --ink: #0B0B0C;
  --ink-warm: #0d0a06;
  --charcoal: #141018;
  --panel: #1a1520;
  --surface-glass: rgba(20, 16, 24, 0.55);

  /* Brass palette */
  --brass: #c4982a;
  --brass-light: #e8cb7a;
  --brass-pale: #f5e6b0;
  --brass-dim: #7d6223;
  --brass-glow: rgba(196, 152, 42, 0.15);
  --brass-glow-sm: rgba(196, 152, 42, 0.08);
  --brass-glow-intense: rgba(196, 152, 42, 0.22);

  /* Cream palette */
  --cream: #f0eadb;
  --cream-dim: #b8b0a0;
  --ivory: #faf5e8;

  /* Accent */
  --deep-plum: #1a0e28;
  --deep-plum-light: #2c1a42;

  /* Film grain */
  --grain-opacity: 0.04;

  /* Easing */
  --ease-cinematic: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-heavy: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-dramatic: cubic-bezier(0.76, 0, 0.24, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Typography */
  --font-display: 'Aref Ruqaa', serif;
  --font-body: 'Tajawal', sans-serif;

  /* Spacing */
  --sp-side: clamp(20px, 6vw, 80px);
  --sp-section: clamp(72px, 12vh, 140px);

  /* Glass */
  --glass-border: rgba(196, 152, 42, 0.1);
  --glass-border-hover: rgba(196, 152, 42, 0.32);
  --glass-bg: rgba(6, 5, 10, 0.45);
  --glass-bg-hover: rgba(196, 152, 42, 0.04);

  /* Card radius */
  --radius-card: 6px;
  --radius-sm: 3px;
}

html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

[data-theme="light"],
html.light,
body.light,
body.theme-light {
      /* Semantic Surface Tokens */
      --bg-main: #fcf9f2;
      --bg-secondary: #f4ede0;
      --bg-card: rgba(255, 255, 255, 0.95);
      --text-main: #1c1813;
      --text-muted: #544c3d;

      /* Ink & Surface Override */
      --ink: #fcf9f2;
      --ink-warm: #f7f1e4;
      --charcoal: #ede4d3;
      --panel: #ffffff;
      --surface-glass: rgba(255, 255, 255, 0.9);

      /* Brass palette adapted for Light Mode */
      --brass: #966c0d;
      --brass-light: #7a5400;
      --brass-pale: #5e4000;
      --brass-dim: #966c0d;
      --brass-glow: rgba(180, 132, 26, 0.12);
      --brass-glow-sm: rgba(180, 132, 26, 0.06);
      --brass-glow-intense: rgba(180, 132, 26, 0.18);

      /* Text Colors for Light Mode */
      --cream: #1c1813;
      --cream-dim: #544c3d;
      --ivory: #0f0d0a;

      /* Accent for Light Mode */
      --deep-plum: #f4ede0;
      --deep-plum-light: #ebdcc5;

      /* Glass for Light Mode */
      --glass-border: rgba(150, 108, 13, 0.25);
      --glass-border-hover: rgba(150, 108, 13, 0.6);
      --glass-bg: rgba(255, 255, 255, 0.9);
      --glass-bg-hover: rgba(150, 108, 13, 0.08);
    }

    /* Dynamic Theme Icon Visibility */
    .theme-icon-sun {
      display: none;
    }

    .theme-icon-moon {
      display: inline-block;
    }

    [data-theme="light"] .theme-icon-sun,
    html.light .theme-icon-sun,
    body.light .theme-icon-sun,
    body.theme-light .theme-icon-sun {
      display: inline-block !important;
    }

    [data-theme="light"] .theme-icon-moon,
    html.light .theme-icon-moon,
    body.light .theme-icon-moon,
    body.theme-light .theme-icon-moon {
      display: none !important;
    }


    /* Light Theme Comprehensive Direct Overrides */
    [data-theme="light"] body,
    html.light body,
    body.theme-light {
      background-color: #fcf9f2 !important;
      color: #1c1813 !important;
    }

    /* Section Backgrounds in Light Mode */
    [data-theme="light"] .about-section,
    [data-theme="light"] .process-wrap,
    [data-theme="light"] .process,
    [data-theme="light"] .climax,
    [data-theme="light"] .faq-section,
    [data-theme="light"] footer,
    html.light .about-section,
    html.light .process-wrap,
    html.light .process,
    html.light .climax,
    html.light .faq-section,
    html.light footer {
      background-color: #fcf9f2 !important;
      color: #1c1813 !important;
    }

    [data-theme="light"] .presence-section,
    [data-theme="light"] .metrics-wrap,
    [data-theme="light"] .gallery-pin-wrap,
    html.light .presence-section,
    html.light .metrics-wrap,
    html.light .gallery-pin-wrap {
      background-color: #f4ede0 !important;
      color: #1c1813 !important;
    }

    [data-theme="light"] .why-section,
    [data-theme="light"] .projects-section,
    html.light .why-section,
    html.light .projects-section {
      background-color: #f7f1e4 !important;
      color: #1c1813 !important;
    }

    [data-theme="light"] .clients-section,
    html.light .clients-section {
      background: radial-gradient(circle at 50% 0%, rgba(180, 132, 26, 0.12) 0%, #fcf9f2 80%) !important;
    }

    [data-theme="light"] .nav,
    html.light .nav {
      background: rgba(252, 249, 242, 0.95) !important;
      border-bottom: 1px solid rgba(150, 108, 13, 0.2) !important;
    }

    [data-theme="light"] .nav__drawer,
    html.light .nav__drawer {
      background: rgba(252, 249, 242, 0.98) !important;
      border-bottom: 1px solid rgba(150, 108, 13, 0.2) !important;
    }

    [data-theme="light"] .drawer__link,
    html.light .drawer__link {
      color: #1c1813 !important;
    }

    [data-theme="light"] .drawer__link:hover,
    [data-theme="light"] .drawer__link.active,
    html.light .drawer__link:hover,
    html.light .drawer__link.active {
      color: #966c0d !important;
    }

    [data-theme="light"] .nav__link,
    html.light .nav__link {
      color: #383227 !important;
    }

    [data-theme="light"] .nav__link:hover,
    [data-theme="light"] .nav__link.active,
    html.light .nav__link:hover,
    html.light .nav__link.active {
      color: #966c0d !important;
    }

    [data-theme="light"] .nav__brand,
    html.light .nav__brand {
      color: #1c1813 !important;
    }

    [data-theme="light"] .hero__title,
    [data-theme="light"] .about__title,
    [data-theme="light"] .presence__title,
    [data-theme="light"] .why__title,
    [data-theme="light"] .projects__title,
    [data-theme="light"] .faq__title,
    [data-theme="light"] .clients__title,
    [data-theme="light"] .gallery-heading .section-heading,
    [data-theme="light"] .gallery-card .cap h3,
    [data-theme="light"] .gallery-item .cap h3,
    [data-theme="light"] h1,
    [data-theme="light"] h2,
    [data-theme="light"] h3,
    [data-theme="light"] h4,
    html.light h1,
    html.light h2,
    html.light h3,
    html.light h4,
    html.light .gallery-heading .section-heading,
    html.light .gallery-card .cap h3,
    html.light .gallery-item .cap h3 {
      color: #1c1813 !important;
    }

    /* Text & Description Contrast Overrides */
    [data-theme="light"] .hero__desc,
    [data-theme="light"] .about__body,
    [data-theme="light"] .presence__desc,
    [data-theme="light"] .presence-card__text,
    [data-theme="light"] .why-card__text,
    [data-theme="light"] .process__body,
    [data-theme="light"] .projects__desc,
    [data-theme="light"] .projects__info p,
    [data-theme="light"] .climax__sub,
    [data-theme="light"] .contact-col p,
    [data-theme="light"] .contact-col a,
    [data-theme="light"] .footer__brand,
    [data-theme="light"] .footer__links a,
    [data-theme="light"] .footer__social a,
    [data-theme="light"] .footer__copy,
    [data-theme="light"] .trust__label,
    [data-theme="light"] .faq__answer-content,
    [data-theme="light"] .client-card__desc,
    [data-theme="light"] .gallery-card .cap p,
    [data-theme="light"] .gallery-item .cap p,
    [data-theme="light"] .metric-card__label,
    html.light .hero__desc,
    html.light .about__body,
    html.light .presence__desc,
    html.light .presence-card__text,
    html.light .why-card__text,
    html.light .process__body,
    html.light .projects__desc,
    html.light .projects__info p,
    html.light .climax__sub,
    html.light .contact-col p,
    html.light .contact-col a,
    html.light .trust__label,
    html.light .faq__answer-content,
    html.light .gallery-card .cap p,
    html.light .gallery-item .cap p {
      color: #453c30 !important;
    }

    /* Light Mode Hero & Process Scrims */
    [data-theme="light"] .hero__scrim,
    html.light .hero__scrim {
      background: radial-gradient(circle at 35% 45%, rgba(180, 132, 26, 0.12) 0%, transparent 65%),
                  linear-gradient(to left, rgba(252, 249, 242, 0.95) 0%, rgba(252, 249, 242, 0.75) 45%, rgba(252, 249, 242, 0.25) 85%, transparent 100%) !important;
    }

    [data-theme="light"] .hero__scrim-bottom,
    html.light .hero__scrim-bottom {
      background: linear-gradient(180deg, transparent 40%, rgba(252, 249, 242, 0.95) 100%) !important;
    }

    [data-theme="light"] .process__scrim,
    html.light .process__scrim {
      background: linear-gradient(to top, rgba(252, 249, 242, 0.97) 0%, rgba(252, 249, 242, 0.82) 38%, rgba(252, 249, 242, 0.35) 70%, transparent 100%) !important;
    }

    @media (min-width: 900px) {
      [data-theme="light"] .process__scrim,
      html.light .process__scrim {
        background: linear-gradient(to left, rgba(252, 249, 242, 0.96) 0%, rgba(252, 249, 242, 0.88) 35%, rgba(252, 249, 242, 0.5) 58%, rgba(252, 249, 242, 0.08) 100%), linear-gradient(to top, rgba(252, 249, 242, 0.7) 0%, transparent 40%) !important;
      }
    }

    [data-theme="light"] .climax__scrim,
    html.light .climax__scrim {
      background: linear-gradient(0deg, rgba(252, 249, 242, 0.98) 0%, rgba(252, 249, 242, 0.7) 50%, rgba(252, 249, 242, 0.35) 100%) !important;
    }

    [data-theme="light"] .climax__bg,
    html.light .climax__bg {
      filter: saturate(0.75) contrast(1.1) brightness(0.65) !important;
    }

    [data-theme="light"] .metrics__bg,
    html.light .metrics__bg {
      background: radial-gradient(circle at 50% 50%, #ebdcc5 0%, #fcf9f2 75%) !important;
      opacity: 0.9 !important;
    }

    /* Cards & Components */
    [data-theme="light"] .card,
    [data-theme="light"] .presence-card,
    [data-theme="light"] .why-card,
    [data-theme="light"] .client-card,
    [data-theme="light"] .projects__item,
    [data-theme="light"] .faq__item,
    [data-theme="light"] .metric-card,
    [data-theme="light"] .gallery-card,
    [data-theme="light"] .gallery-item,
    [data-theme="light"] .showcase-card,
    [data-theme="light"] .legal-content,
    [data-theme="light"] .spotlight-card,
    [data-theme="light"] details,
    html.light .card,
    html.light .presence-card,
    html.light .why-card,
    html.light .client-card,
    html.light .projects__item,
    html.light .faq__item,
    html.light .metric-card,
    html.light .gallery-card,
    html.light .gallery-item,
    html.light .showcase-card,
    html.light .legal-content,
    html.light .spotlight-card,
    html.light details {
      background: #ffffff !important;
      border-color: rgba(150, 108, 13, 0.25) !important;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
      color: #1c1813 !important;
    }

    [data-theme="light"] .featured-catalogue-section,
    html.light .featured-catalogue-section {
      background: #f7f1e4 !important;
      border-top-color: rgba(150, 108, 13, 0.2) !important;
    }

    [data-theme="light"] .about-page-wrap,
    html.light .about-page-wrap {
      background: #fcf9f2 !important;
      color: #1c1813 !important;
    }

    [data-theme="light"] .about-emblem-badge,
    [data-theme="light"] .about-icon-box,
    [data-theme="light"] .about-badge,
    html.light .about-emblem-badge,
    html.light .about-icon-box,
    html.light .about-badge {
      background: rgba(255, 255, 255, 0.95) !important;
      border-color: rgba(150, 108, 13, 0.3) !important;
      color: #966c0d !important;
    }

    [data-theme="light"] .about-img-badge,
    html.light .about-img-badge {
      background: rgba(255, 255, 255, 0.92) !important;
      color: #1c1813 !important;
      border-top: 1px solid rgba(150, 108, 13, 0.25) !important;
    }

    [data-theme="light"] .about-metric-val,
    html.light .about-metric-val {
      color: #966c0d !important;
    }

    /* Contact Page Light Mode Overrides */
    [data-theme="light"] .contact-page-wrap,
    html.light .contact-page-wrap {
      background: #fcf9f2 !important;
      color: #1c1813 !important;
    }

    [data-theme="light"] .contact-emblem-badge,
    html.light .contact-emblem-badge {
      background: rgba(255, 255, 255, 0.95) !important;
      border-color: rgba(150, 108, 13, 0.3) !important;
    }

    [data-theme="light"] .contact-hero-title,
    [data-theme="light"] .contact-card-title,
    [data-theme="light"] .contact-section-title,
    [data-theme="light"] .contact-faq-title,
    html.light .contact-hero-title,
    html.light .contact-card-title,
    html.light .contact-section-title,
    html.light .contact-faq-title {
      color: #1c1813 !important;
      text-shadow: none !important;
    }

    [data-theme="light"] .contact-hero-desc,
    [data-theme="light"] .contact-card-sub,
    [data-theme="light"] .contact-section-sub,
    [data-theme="light"] .contact-faq-sub,
    html.light .contact-hero-desc,
    html.light .contact-card-sub,
    html.light .contact-section-sub,
    html.light .contact-faq-sub {
      color: #453c30 !important;
    }

    [data-theme="light"] .contact-banner,
    [data-theme="light"] .contact-card,
    [data-theme="light"] .contact-form-card,
    [data-theme="light"] .contact-map-card,
    [data-theme="light"] .contact-faq-section,
    html.light .contact-banner,
    html.light .contact-card,
    html.light .contact-form-card,
    html.light .contact-map-card,
    html.light .contact-faq-section {
      background: #ffffff !important;
      border-color: rgba(150, 108, 13, 0.25) !important;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    }

    [data-theme="light"] .contact-map-bar,
    [data-theme="light"] .contact-faq-item,
    html.light .contact-map-bar,
    html.light .contact-faq-item {
      background: #fdfbf7 !important;
      border-color: rgba(150, 108, 13, 0.2) !important;
    }

    [data-theme="light"] .contact-label,
    html.light .contact-label {
      color: #966c0d !important;
    }

    [data-theme="light"] .contact-input,
    html.light .contact-input {
      background: #ffffff !important;
      border-color: rgba(150, 108, 13, 0.3) !important;
      color: #1c1813 !important;
    }

    /* ============ BLOG & BLOG DETAIL COMPLETE MODULE ============ */

    /* --- HERO & SEARCH --- */
    .blog-hero {
      position: relative;
      padding: 140px 24px 70px;
      text-align: center;
      background: var(--ink);
      color: var(--cream);
    }

    .blog-hero__title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: clamp(2rem, 5vw, 3.2rem);
      font-weight: 700;
      color: var(--cream);
      margin-bottom: 12px;
    }

    .blog-hero__subtitle {
      color: var(--cream-dim);
      font-size: 1.1rem;
      max-width: 600px;
      margin: 0 auto 32px;
      line-height: 1.8;
      font-weight: 300;
    }

    .blog-search {
      max-width: 500px;
      margin: 0 auto;
      position: relative;
    }

    .blog-search__input {
      width: 100%;
      padding: 14px 50px 14px 20px;
      background: rgba(20, 16, 24, 0.85);
      border: 1px solid var(--glass-border);
      border-radius: 50px;
      color: var(--cream);
      font-family: inherit;
      font-size: 1rem;
      outline: none;
      transition: border-color 0.3s, box-shadow 0.3s;
      direction: rtl;
    }

    .blog-search__input::placeholder {
      color: var(--cream-dim);
    }

    .blog-search__input:focus {
      border-color: var(--brass-light);
      box-shadow: 0 0 20px rgba(196, 152, 42, 0.2);
    }

    .blog-search__btn {
      position: absolute;
      left: 6px;
      top: 50%;
      transform: translateY(-50%);
      background: linear-gradient(135deg, #d4af37, #aa771c);
      border: none;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      color: #080705;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.2s;
    }

    .blog-search__btn:hover {
      transform: translateY(-50%) scale(1.1);
    }

    /* --- CLUSTER FILTER TABS --- */
    .blog-filters {
      display: flex;
      gap: 10px;
      justify-content: center;
      flex-wrap: wrap;
      padding: 0 24px 40px;
      max-width: 900px;
      margin: 0 auto;
    }

    .blog-filter-tab {
      padding: 8px 20px;
      border-radius: 50px;
      border: 1px solid var(--glass-border);
      background: rgba(20, 16, 24, 0.6);
      color: var(--cream-dim);
      font-family: inherit;
      font-size: 0.9rem;
      cursor: pointer;
      text-decoration: none;
      transition: all 0.3s;
    }

    .blog-filter-tab:hover,
    .blog-filter-tab.active {
      background: rgba(196, 152, 42, 0.18);
      border-color: var(--brass-light);
      color: var(--brass-light);
      font-weight: 600;
      box-shadow: 0 0 12px rgba(196, 152, 42, 0.2);
    }

    /* --- FEATURED ARTICLE --- */
    .blog-featured {
      max-width: 1100px;
      margin: 0 auto 48px;
      padding: 0 24px;
    }

    .blog-featured__card {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid var(--glass-border);
      background: rgba(20, 16, 24, 0.85);
      transition: transform 0.35s, box-shadow 0.35s;
      text-decoration: none;
      color: inherit;
    }

    .blog-featured__card:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
      border-color: rgba(196, 152, 42, 0.4);
    }

    .blog-featured__img-wrap {
      position: relative;
      overflow: hidden;
      min-height: 320px;
    }

    .blog-featured__img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .blog-featured__card:hover .blog-featured__img {
      transform: scale(1.06);
    }

    .blog-featured__badge {
      position: absolute;
      top: 16px;
      right: 16px;
      background: linear-gradient(135deg, #d4af37, #aa771c);
      color: #080705;
      padding: 5px 16px;
      border-radius: 30px;
      font-size: 0.8rem;
      font-weight: 700;
    }

    .blog-featured__body {
      padding: 36px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .blog-featured__cluster {
      color: var(--brass-light);
      font-size: 0.85rem;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .blog-featured__title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: 1.65rem;
      color: var(--cream);
      line-height: 1.5;
      margin-bottom: 12px;
      font-weight: 700;
    }

    .blog-featured__excerpt {
      color: var(--cream-dim);
      font-size: 0.98rem;
      line-height: 1.85;
      margin-bottom: 20px;
      font-weight: 300;
    }

    .blog-featured__meta {
      display: flex;
      align-items: center;
      gap: 16px;
      color: var(--cream-dim);
      font-size: 0.85rem;
    }

    /* --- BLOG GRID SECTION --- */
    .blog-grid-section {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 24px 80px;
    }

    .blog-grid-section__title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: 1.75rem;
      color: var(--cream);
      margin-bottom: 32px;
      padding-bottom: 12px;
      border-bottom: 1px solid var(--glass-border);
      font-weight: 700;
    }

    .blog-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .blog-card {
      border-radius: 18px;
      overflow: hidden;
      border: 1px solid var(--glass-border);
      background: rgba(20, 16, 24, 0.85);
      transition: transform 0.35s, box-shadow 0.35s, border-color 0.35s;
      text-decoration: none;
      color: inherit;
      display: flex;
      flex-direction: column;
    }

    .blog-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
      border-color: rgba(196, 152, 42, 0.4);
    }

    .blog-card__img-wrap {
      position: relative;
      overflow: hidden;
      height: 200px;
    }

    .blog-card__img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .blog-card:hover .blog-card__img {
      transform: scale(1.08);
    }

    .blog-card__cluster-tag {
      position: absolute;
      bottom: 12px;
      right: 12px;
      background: rgba(8, 7, 5, 0.85);
      backdrop-filter: blur(8px);
      padding: 4px 12px;
      border-radius: 20px;
      font-size: 0.75rem;
      color: var(--brass-light);
      border: 1px solid var(--glass-border);
      font-weight: 700;
    }

    .blog-card__body {
      padding: 22px;
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .blog-card__title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: 1.25rem;
      color: var(--cream);
      line-height: 1.55;
      margin-bottom: 10px;
      font-weight: 700;
    }

    .blog-card__excerpt {
      color: var(--cream-dim);
      font-size: 0.9rem;
      line-height: 1.75;
      margin-bottom: 16px;
      flex: 1;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-weight: 300;
    }

    .blog-card__footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 12px;
      border-top: 1px solid var(--glass-border);
    }

    .blog-card__date {
      color: var(--cream-dim);
      font-size: 0.8rem;
    }

    .blog-card__read-time {
      color: var(--brass-light);
      font-size: 0.8rem;
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .blog-card__cta {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: var(--brass-light);
      font-size: 0.88rem;
      font-weight: 700;
      text-decoration: none;
      margin-top: 12px;
      transition: gap 0.3s;
    }

    .blog-card:hover .blog-card__cta {
      gap: 10px;
    }

    .blog-empty {
      text-align: center;
      padding: 80px 24px;
      color: var(--cream-dim);
    }

    .blog-empty__icon {
      font-size: 3rem;
      margin-bottom: 16px;
      opacity: 0.5;
    }

    .blog-empty__text {
      font-size: 1.2rem;
      font-family: 'Aref Ruqaa', 'Amiri', serif;
    }

    /* --- BLOG DETAIL STRUCTURE --- */
    .blog-detail {
      padding: 120px 24px 80px;
      background: var(--ink);
      color: var(--cream);
      min-height: 100vh;
    }

    .blog-detail__container {
      max-width: 860px;
      margin: 0 auto;
    }

    .blog-breadcrumb {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 32px;
      font-size: 0.88rem;
      color: var(--cream-dim);
      flex-wrap: wrap;
    }

    .blog-breadcrumb a {
      color: var(--cream-dim);
      text-decoration: none;
      transition: color 0.2s;
    }

    .blog-breadcrumb a:hover {
      color: var(--brass-light);
    }

    .blog-breadcrumb__sep {
      color: rgba(196, 152, 42, 0.4);
    }

    .blog-detail__header {
      margin-bottom: 32px;
    }

    .blog-detail__cluster-badge {
      display: inline-block;
      background: rgba(196, 152, 42, 0.15);
      border: 1px solid var(--glass-border);
      color: var(--brass-light);
      padding: 6px 18px;
      border-radius: 30px;
      font-size: 0.85rem;
      font-weight: 700;
      margin-bottom: 16px;
    }

    .blog-detail__title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: clamp(1.8rem, 4vw, 2.6rem);
      line-height: 1.5;
      color: var(--cream);
      margin-bottom: 16px;
      font-weight: 700;
    }

    .blog-detail__meta {
      display: flex;
      align-items: center;
      gap: 20px;
      color: var(--cream-dim);
      font-size: 0.88rem;
      flex-wrap: wrap;
    }

    .blog-detail__meta span {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .blog-detail__hero-img-wrap {
      position: relative;
      border-radius: 20px;
      overflow: hidden;
      margin-bottom: 40px;
      border: 1px solid var(--glass-border);
    }

    .blog-detail__hero-img {
      width: 100%;
      height: auto;
      max-height: 480px;
      object-fit: cover;
      display: block;
      -webkit-user-drag: none;
      user-select: none;
    }

    .blog-detail__watermark {
      position: absolute;
      bottom: 16px;
      left: 16px;
      opacity: 0.35;
      height: 40px;
      pointer-events: none;
    }

    .blog-detail__content {
      font-size: 1.08rem;
      line-height: 2;
      color: var(--cream);
    }

    .blog-detail__content h2 {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: 1.6rem;
      color: var(--cream);
      margin: 36px 0 16px;
      padding-bottom: 8px;
      border-bottom: 1px solid var(--glass-border);
      font-weight: 700;
    }

    .blog-detail__content h3 {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: 1.3rem;
      color: var(--cream);
      margin: 28px 0 12px;
      font-weight: 700;
    }

    .blog-detail__content p {
      margin-bottom: 16px;
    }

    .blog-detail__content strong {
      color: var(--brass-pale);
    }

    .blog-detail__content ul,
    .blog-detail__content ol {
      margin: 12px 0 20px 24px;
    }

    .blog-detail__content li {
      margin-bottom: 8px;
    }

    /* --- SHARE & CTA BOX --- */
    .blog-share {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 40px 0;
      padding: 20px;
      background: rgba(20, 16, 24, 0.85);
      border: 1px solid var(--glass-border);
      border-radius: 16px;
      flex-wrap: wrap;
    }

    .blog-share__label {
      color: var(--cream-dim);
      font-size: 0.9rem;
      font-weight: 600;
      margin-left: 8px;
    }

    .blog-share__btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: 1px solid var(--glass-border);
      background: rgba(196, 152, 42, 0.08);
      color: var(--brass-light);
      text-decoration: none;
      transition: all 0.3s;
      font-size: 1.1rem;
      cursor: pointer;
    }

    .blog-share__btn:hover {
      background: rgba(196, 152, 42, 0.25);
      border-color: var(--brass-light);
      transform: scale(1.1);
    }

    .blog-share__btn--wa { color: #25d366; border-color: rgba(37, 211, 102, 0.3); }
    .blog-share__btn--wa:hover { background: rgba(37, 211, 102, 0.15); }
    .blog-share__btn--fb { color: #1877f2; border-color: rgba(24, 119, 242, 0.3); }
    .blog-share__btn--fb:hover { background: rgba(24, 119, 242, 0.15); }
    .blog-share__btn--tw { color: #1da1f2; border-color: rgba(29, 161, 242, 0.3); }
    .blog-share__btn--tw:hover { background: rgba(29, 161, 242, 0.15); }

    .blog-cta-box {
      background: linear-gradient(135deg, rgba(30, 22, 38, 0.92) 0%, rgba(14, 11, 18, 0.96) 100%);
      border: 1px solid var(--glass-border);
      border-radius: 20px;
      padding: 36px 24px;
      text-align: center;
      margin: 48px 0;
    }

    .blog-cta-box__title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: 1.6rem;
      color: var(--cream);
      margin-bottom: 12px;
      font-weight: 700;
    }

    .blog-cta-box__text {
      color: var(--cream-dim);
      font-size: 0.98rem;
      margin-bottom: 24px;
      line-height: 1.8;
      font-weight: 300;
    }

    .blog-cta-box__btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 32px;
      background: linear-gradient(135deg, #25d366, #128c7e);
      color: #fff;
      border: none;
      border-radius: 50px;
      font-size: 1rem;
      font-weight: 700;
      text-decoration: none;
      transition: transform 0.3s, box-shadow 0.3s;
      font-family: inherit;
    }

    .blog-cta-box__btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
    }

    /* --- RELATED PRODUCTS & ARTICLES --- */
    .blog-products,
    .blog-related {
      margin: 48px 0;
    }

    .blog-products__title,
    .blog-related__title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: 1.5rem;
      color: var(--cream);
      margin-bottom: 24px;
      padding-bottom: 8px;
      border-bottom: 1px solid var(--glass-border);
      font-weight: 700;
    }

    .blog-products__grid,
    .blog-related__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .blog-product-card,
    .blog-related-card {
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid var(--glass-border);
      background: rgba(20, 16, 24, 0.85);
      text-decoration: none;
      color: inherit;
      transition: transform 0.35s, box-shadow 0.35s;
      display: flex;
      flex-direction: column;
    }

    .blog-product-card:hover,
    .blog-related-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
      border-color: rgba(196, 152, 42, 0.4);
    }

    .blog-product-card__img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .blog-related-card__img {
      width: 100%;
      height: 150px;
      object-fit: cover;
    }

    .blog-product-card__body,
    .blog-related-card__body {
      padding: 16px;
      flex: 1;
    }

    .blog-product-card__name,
    .blog-related-card__title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: 1.05rem;
      color: var(--cream);
      font-weight: 700;
      margin-bottom: 4px;
    }

    .blog-product-card__sku {
      color: var(--brass-light);
      font-size: 0.8rem;
    }

    .blog-related-card__meta {
      color: var(--cream-dim);
      font-size: 0.8rem;
      margin-top: 6px;
    }

    /* --- RESPONSIVE MEDIA QUERIES --- */
    @media (max-width: 900px) {
      .blog-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .blog-featured__card {
        grid-template-columns: 1fr;
      }
      .blog-featured__img-wrap {
        min-height: 220px;
      }
    }

    @media (max-width: 768px) {
      .blog-detail {
        padding: 110px 16px 60px;
      }
      .blog-products__grid,
      .blog-related__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
      }
      .blog-share {
        justify-content: center;
      }
    }

    @media (max-width: 600px) {
      .blog-grid,
      .blog-products__grid,
      .blog-related__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      .blog-hero {
        padding: 120px 16px 60px;
      }
      .blog-featured__body {
        padding: 20px;
      }
      .blog-featured__title {
        font-size: 1.25rem;
      }
    }

    /* ============ BLOG LIGHT MODE OVERRIDES ============ */
    [data-theme="light"] .blog-hero,
    [data-theme="light"] .blog-detail,
    html.light .blog-hero,
    html.light .blog-detail {
      background: #fcf9f2 !important;
      color: #1c1813 !important;
    }

    [data-theme="light"] .blog-hero__title,
    [data-theme="light"] .blog-featured__title,
    [data-theme="light"] .blog-grid-section__title,
    [data-theme="light"] .blog-card__title,
    [data-theme="light"] .blog-detail__title,
    [data-theme="light"] .blog-detail__content h2,
    [data-theme="light"] .blog-detail__content h3,
    [data-theme="light"] .blog-cta-box__title,
    [data-theme="light"] .blog-products__title,
    [data-theme="light"] .blog-related__title,
    [data-theme="light"] .blog-product-card__name,
    [data-theme="light"] .blog-related-card__title,
    html.light .blog-hero__title,
    html.light .blog-featured__title,
    html.light .blog-grid-section__title,
    html.light .blog-card__title,
    html.light .blog-detail__title,
    html.light .blog-detail__content h2,
    html.light .blog-detail__content h3,
    html.light .blog-cta-box__title,
    html.light .blog-products__title,
    html.light .blog-related__title,
    html.light .blog-product-card__name,
    html.light .blog-related-card__title {
      color: #1c1813 !important;
      -webkit-text-fill-color: initial !important;
      background: none !important;
    }

    [data-theme="light"] .blog-hero__subtitle,
    [data-theme="light"] .blog-featured__excerpt,
    [data-theme="light"] .blog-card__excerpt,
    [data-theme="light"] .blog-featured__meta,
    [data-theme="light"] .blog-card__date,
    [data-theme="light"] .blog-breadcrumb,
    [data-theme="light"] .blog-breadcrumb a,
    [data-theme="light"] .blog-detail__meta,
    [data-theme="light"] .blog-detail__content,
    [data-theme="light"] .blog-share__label,
    [data-theme="light"] .blog-cta-box__text,
    [data-theme="light"] .blog-related-card__meta,
    html.light .blog-hero__subtitle,
    html.light .blog-featured__excerpt,
    html.light .blog-card__excerpt,
    html.light .blog-featured__meta,
    html.light .blog-card__date,
    html.light .blog-breadcrumb,
    html.light .blog-breadcrumb a,
    html.light .blog-detail__meta,
    html.light .blog-detail__content,
    html.light .blog-share__label,
    html.light .blog-cta-box__text,
    html.light .blog-related-card__meta {
      color: #453c30 !important;
    }

    [data-theme="light"] .blog-search__input,
    html.light .blog-search__input {
      background: #ffffff !important;
      border-color: rgba(150, 108, 13, 0.3) !important;
      color: #1c1813 !important;
    }

    [data-theme="light"] .blog-filter-tab,
    html.light .blog-filter-tab {
      background: #ffffff !important;
      border-color: rgba(150, 108, 13, 0.25) !important;
      color: #453c30 !important;
    }

    [data-theme="light"] .blog-filter-tab:hover,
    [data-theme="light"] .blog-filter-tab.active,
    html.light .blog-filter-tab:hover,
    html.light .blog-filter-tab.active {
      background: rgba(150, 108, 13, 0.12) !important;
      border-color: #966c0d !important;
      color: #966c0d !important;
    }

    [data-theme="light"] .blog-featured__card,
    [data-theme="light"] .blog-card,
    [data-theme="light"] .blog-share,
    [data-theme="light"] .blog-cta-box,
    [data-theme="light"] .blog-product-card,
    [data-theme="light"] .blog-related-card,
    html.light .blog-featured__card,
    html.light .blog-card,
    html.light .blog-share,
    html.light .blog-cta-box,
    html.light .blog-product-card,
    html.light .blog-related-card {
      background: #ffffff !important;
      border-color: rgba(150, 108, 13, 0.25) !important;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    }

    [data-theme="light"] .blog-card__cluster-tag,
    [data-theme="light"] .blog-detail__cluster-badge,
    html.light .blog-card__cluster-tag,
    html.light .blog-detail__cluster-badge {
      background: rgba(255, 255, 255, 0.92) !important;
      border-color: rgba(150, 108, 13, 0.3) !important;
      color: #966c0d !important;
    }

    [data-theme="light"] .blog-card__read-time,
    [data-theme="light"] .blog-card__cta,
    [data-theme="light"] .blog-featured__cluster,
    [data-theme="light"] .blog-product-card__sku,
    html.light .blog-card__read-time,
    html.light .blog-card__cta,
    html.light .blog-featured__cluster,
    html.light .blog-product-card__sku {
      color: #966c0d !important;
    }

    /* ============ PROJECT DETAIL DESIGN TOKENS ============ */
    .project-page-wrap {
      background: var(--ink);
      color: var(--cream);
      min-height: 100vh;
    }

    .project-breadcrumb {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 0.85rem;
      color: var(--cream-dim);
      margin-bottom: 28px;
      flex-wrap: wrap;
    }

    .project-breadcrumb-link {
      color: var(--cream-dim);
      text-decoration: none;
      transition: color 0.2s;
    }

    .project-breadcrumb-link:hover {
      color: var(--brass-light);
    }

    .project-page-wrap {
      padding: 110px 24px 80px;
      position: relative;
      width: 100%;
      box-sizing: border-box;
      overflow: hidden;
    }

    .project-container {
      max-width: 1180px;
      margin: 0 auto;
      position: relative;
      z-index: 10;
      width: 100%;
      box-sizing: border-box;
    }

    .project-breadcrumb {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
      font-size: 0.88rem;
      margin-bottom: 24px;
      color: rgba(255, 255, 255, 0.7);
    }

    .project-detail-card {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
      margin-bottom: 64px;
      background: linear-gradient(135deg, rgba(24,19,30,0.95) 0%, rgba(12,10,16,0.98) 100%);
      border: 1px solid var(--glass-border);
      border-radius: 24px;
      padding: 40px 32px;
      box-shadow: 0 20px 50px rgba(0,0,0,0.4);
      position: relative;
      overflow: hidden;
      width: 100%;
      box-sizing: border-box;
    }

    .project-detail-watermark-bg {
      position: absolute;
      left: -40px;
      bottom: -40px;
      height: 280px;
      width: auto;
      opacity: 0.04;
      pointer-events: none;
      filter: grayscale(1) invert(1);
    }

    .project-detail-media {
      width: 100%;
      min-width: 0;
      box-sizing: border-box;
    }

    .project-detail-img-box {
      position: relative;
      border-radius: 18px;
      overflow: hidden;
      border: 1px solid var(--glass-border);
      aspect-ratio: 4/3;
      box-shadow: 0 16px 40px rgba(0,0,0,0.3);
      background: #000;
      width: 100%;
      box-sizing: border-box;
    }

    .project-detail-img-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .project-detail-info {
      width: 100%;
      min-width: 0;
      box-sizing: border-box;
    }

    .project-detail-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(196,152,42,0.12);
      border: 1px solid var(--glass-border);
      padding: 4px 14px;
      border-radius: 6px;
      font-size: 0.8rem;
      font-weight: 700;
      color: var(--brass-light);
      margin-bottom: 14px;
    }

    .project-detail-title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: clamp(1.6rem, 4vw, 2.6rem);
      font-weight: 700;
      color: var(--cream);
      margin: 0 0 16px 0;
      line-height: 1.3;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .project-detail-desc {
      font-size: clamp(0.9rem, 2vw, 1.02rem);
      color: var(--cream-dim);
      line-height: 1.95;
      margin-bottom: 28px;
      font-weight: 300;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .project-detail-cta-bar {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      align-items: center;
    }

    .project-detail-cta-btn {
      padding: 12px 26px;
      border-radius: 10px;
      font-size: 0.9rem;
      font-weight: 700;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      flex: 1;
      min-width: 180px;
    }

    .project-detail-back-btn {
      padding: 12px 24px;
      border-radius: 10px;
      font-size: 0.9rem;
      font-weight: 600;
      text-decoration: none;
      text-align: center;
      min-width: 140px;
    }

    .project-section-title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: 1.8rem;
      color: var(--cream);
      font-weight: 700;
      margin: 0;
    }

    .project-rel-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
      gap: 20px;
      width: 100%;
      box-sizing: border-box;
    }

    .project-rel-card {
      background: rgba(20, 16, 24, 0.85);
      border: 1px solid var(--glass-border);
      border-radius: 16px;
      overflow: hidden;
      transition: transform 0.35s, box-shadow 0.35s, border-color 0.35s;
    }

    .project-rel-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
      border-color: rgba(196, 152, 42, 0.4);
    }

    .project-rel-card-title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: 1.1rem;
      color: var(--cream);
      font-weight: 700;
      margin-bottom: 8px;
    }

    /* Media queries for Project Details */
    @media (max-width: 900px) {
      .project-page-wrap {
        padding: 95px 18px 60px;
      }

      .project-detail-card {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 28px 20px;
      }
    }

    @media (max-width: 600px) {
      .project-page-wrap {
        padding: 85px 12px 40px;
      }

      .project-detail-card {
        padding: 20px 14px;
        border-radius: 16px;
        gap: 20px;
      }

      .project-detail-cta-bar {
        flex-direction: column;
        gap: 10px;
        width: 100%;
      }

      .project-detail-cta-btn,
      .project-detail-back-btn {
        width: 100%;
        min-width: 100%;
        box-sizing: border-box;
      }

      .project-rel-grid {
        grid-template-columns: repeat(auto-fill, minmax(min(100%, 150px), 1fr));
        gap: 12px;
      }
    }

    /* ============ PROJECT DETAIL LIGHT MODE OVERRIDES ============ */
    [data-theme="light"] .project-page-wrap,
    html.light .project-page-wrap {
      background: #fcf9f2 !important;
      color: #1c1813 !important;
    }

    [data-theme="light"] .project-breadcrumb,
    [data-theme="light"] .project-breadcrumb-link,
    [data-theme="light"] .project-detail-desc,
    html.light .project-breadcrumb,
    html.light .project-breadcrumb-link,
    html.light .project-detail-desc {
      color: #453c30 !important;
    }

    [data-theme="light"] .project-detail-card,
    [data-theme="light"] .project-rel-card,
    html.light .project-detail-card,
    html.light .project-rel-card {
      background: #ffffff !important;
      border-color: rgba(150, 108, 13, 0.25) !important;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    }

    [data-theme="light"] .project-detail-title,
    [data-theme="light"] .project-section-title,
    [data-theme="light"] .project-rel-card-title,
    html.light .project-detail-title,
    html.light .project-section-title,
    html.light .project-rel-card-title {
      color: #1c1813 !important;
    }

    /* ============ CATALOGUE DETAIL DESIGN TOKENS ============ */
    .cat-detail-wrap {
      background: var(--ink);
      color: var(--cream);
      min-height: 100vh;
    }

    .cat-detail-breadcrumb {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 0.85rem;
      color: var(--cream-dim);
      margin-bottom: 32px;
      flex-wrap: wrap;
    }

    .cat-detail-breadcrumb-link {
      color: var(--cream-dim);
      text-decoration: none;
      transition: color 0.2s;
    }

    .cat-detail-breadcrumb-link:hover {
      color: var(--brass-light);
    }

    .cat-detail-trust-bar {
      background: rgba(20, 16, 24, 0.7);
      border: 1px solid var(--glass-border);
      border-radius: 12px;
      padding: 16px;
    }

    .cat-detail-trust-text {
      color: var(--cream-dim);
      font-size: 0.68rem;
    }

    .cat-detail-title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: 2.2rem;
      font-weight: 700;
      color: var(--cream);
      margin-bottom: 16px;
      line-height: 1.3;
    }

    .cat-detail-desc {
      font-size: 0.95rem;
      color: var(--cream-dim);
      line-height: 1.8;
      margin-bottom: 24px;
      border-bottom: 1px solid var(--glass-border);
      padding-bottom: 20px;
    }

    .cat-detail-specs-card {
      background: rgba(20, 16, 24, 0.85);
      border: 1px solid var(--glass-border);
      border-radius: 16px;
      padding: 24px;
      margin-bottom: 24px;
    }

    .cat-detail-specs-title {
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--brass-light);
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .cat-detail-specs-label {
      color: var(--cream-dim);
      display: block;
      font-size: 0.78rem;
      margin-bottom: 2px;
    }

    .cat-detail-specs-val {
      color: var(--cream);
      font-weight: 600;
    }

    .cat-detail-share-box {
      margin-bottom: 28px;
      background: rgba(20, 16, 24, 0.6);
      border: 1px solid var(--glass-border);
      border-radius: 12px;
      padding: 14px 18px;
    }

    .cat-detail-share-label {
      font-size: 0.82rem;
      color: var(--cream-dim);
      display: block;
      margin-bottom: 10px;
      font-weight: 600;
    }

    .cat-detail-related-title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: 1.8rem;
      color: var(--cream);
      font-weight: 700;
      margin-bottom: 4px;
    }

    .cat-detail-related-sub {
      font-size: 0.88rem;
      color: var(--cream-dim);
    }

    .cat-detail-rel-card {
      background: rgba(20, 16, 24, 0.85);
      border: 1px solid var(--glass-border);
      border-radius: 16px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s;
    }

    .cat-detail-rel-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
      border-color: rgba(196, 152, 42, 0.4);
    }

    .cat-detail-rel-title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: 1.15rem;
      color: var(--cream);
      margin-bottom: 6px;
      line-height: 1.4;
      font-weight: 700;
    }

    .cat-detail-rel-sub {
      font-size: 0.78rem;
      color: var(--cream-dim);
      margin-bottom: 12px;
    }

    .cat-detail-rel-btn {
      flex: 1;
      padding: 8px 12px;
      background: rgba(196, 152, 42, 0.15);
      border: 1px solid rgba(196, 152, 42, 0.35);
      color: var(--brass-light);
      text-decoration: none;
      border-radius: 8px;
      font-size: 0.8rem;
      font-weight: 700;
      text-align: center;
    }

    /* ============ CATALOGUE DETAIL LIGHT MODE OVERRIDES ============ */
    [data-theme="light"] .cat-detail-wrap,
    html.light .cat-detail-wrap {
      background: #fcf9f2 !important;
      color: #1c1813 !important;
    }

    [data-theme="light"] .cat-detail-breadcrumb,
    [data-theme="light"] .cat-detail-breadcrumb-link,
    [data-theme="light"] .cat-detail-trust-text,
    [data-theme="light"] .cat-detail-desc,
    [data-theme="light"] .cat-detail-specs-label,
    [data-theme="light"] .cat-detail-share-label,
    [data-theme="light"] .cat-detail-related-sub,
    [data-theme="light"] .cat-detail-rel-sub,
    html.light .cat-detail-breadcrumb,
    html.light .cat-detail-breadcrumb-link,
    html.light .cat-detail-trust-text,
    html.light .cat-detail-desc,
    html.light .cat-detail-specs-label,
    html.light .cat-detail-share-label,
    html.light .cat-detail-related-sub,
    html.light .cat-detail-rel-sub {
      color: #453c30 !important;
    }

    [data-theme="light"] .cat-detail-title,
    [data-theme="light"] .cat-detail-specs-val,
    [data-theme="light"] .cat-detail-related-title,
    [data-theme="light"] .cat-detail-rel-title,
    html.light .cat-detail-title,
    html.light .cat-detail-specs-val,
    html.light .cat-detail-related-title,
    html.light .cat-detail-rel-title {
      color: #1c1813 !important;
    }

    [data-theme="light"] .cat-detail-trust-bar,
    [data-theme="light"] .cat-detail-specs-card,
    [data-theme="light"] .cat-detail-share-box,
    [data-theme="light"] .cat-detail-rel-card,
    html.light .cat-detail-trust-bar,
    html.light .cat-detail-specs-card,
    html.light .cat-detail-share-box,
    html.light .cat-detail-rel-card {
      background: #ffffff !important;
      border-color: rgba(150, 108, 13, 0.25) !important;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    }

    [data-theme="light"] .cat-detail-rel-btn,
    html.light .cat-detail-rel-btn {
      background: rgba(150, 108, 13, 0.12) !important;
      border-color: rgba(150, 108, 13, 0.3) !important;
      color: #966c0d !important;
    }

    [data-theme="light"] .about-hero-title,
    [data-theme="light"] .about-card-title,
    [data-theme="light"] .about-story-title,
    [data-theme="light"] .about-section-title,
    [data-theme="light"] .about-cta-title,
    html.light .about-hero-title,
    html.light .about-card-title,
    html.light .about-story-title,
    html.light .about-section-title,
    html.light .about-cta-title {
      color: #1c1813 !important;
    }

    [data-theme="light"] .about-hero-desc,
    [data-theme="light"] .about-card-desc,
    [data-theme="light"] .about-story-text,
    [data-theme="light"] .about-section-subtitle,
    [data-theme="light"] .about-cta-sub,
    [data-theme="light"] .about-breadcrumb-link,
    html.light .about-hero-desc,
    html.light .about-card-desc,
    html.light .about-story-text,
    html.light .about-section-subtitle,
    html.light .about-cta-sub,
    html.light .about-breadcrumb-link {
      color: #453c30 !important;
    }

    [data-theme="light"] .about-card,
    [data-theme="light"] .about-story-card,
    [data-theme="light"] .about-offer-card,
    [data-theme="light"] .about-pillar-card,
    [data-theme="light"] .about-cta-banner,
    html.light .about-card,
    html.light .about-story-card,
    html.light .about-offer-card,
    html.light .about-pillar-card,
    html.light .about-cta-banner {
      background: #ffffff !important;
      border-color: rgba(150, 108, 13, 0.25) !important;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    }

    [data-theme="light"] .showcase-heading,
    [data-theme="light"] .showcase-title,
    html.light .showcase-heading,
    html.light .showcase-title {
      color: #1c1813 !important;
    }

    [data-theme="light"] .showcase-subtitle,
    [data-theme="light"] .showcase-desc,
    [data-theme="light"] .showcase-nav-label,
    html.light .showcase-subtitle,
    html.light .showcase-desc,
    html.light .showcase-nav-label {
      color: #453c30 !important;
    }

    [data-theme="light"] .showcase-img-wrap,
    html.light .showcase-img-wrap {
      background: #fcf9f2 !important;
    }

    [data-theme="light"] .showcase-badge,
    html.light .showcase-badge {
      background: rgba(252, 249, 242, 0.9) !important;
      color: #966c0d !important;
      border-color: rgba(150, 108, 13, 0.3) !important;
    }

    [data-theme="light"] .showcase-nav-btn,
    html.light .showcase-nav-btn {
      background: #ffffff !important;
      border-color: rgba(150, 108, 13, 0.35) !important;
      color: #966c0d !important;
    }

    [data-theme="light"] .gallery-card .num,
    [data-theme="light"] .gallery-item .num,
    html.light .gallery-card .num,
    html.light .gallery-item .num {
      background: rgba(252, 249, 242, 0.9) !important;
      color: #966c0d !important;
      border-color: rgba(150, 108, 13, 0.25) !important;
    }

    [data-theme="light"] .btn--outline,
    html.light .btn--outline {
      border-color: rgba(150, 108, 13, 0.4) !important;
      color: #1c1813 !important;
    }

    [data-theme="light"] .btn--outline:hover,
    html.light .btn--outline:hover {
      border-color: #966c0d !important;
      background: rgba(180, 132, 26, 0.12) !important;
    }

    [data-theme="light"] .faq__question,
    html.light .faq__question {
      color: #1c1813 !important;
    }

    [data-theme="light"] footer,
    html.light footer {
      background: #f4ede0 !important;
      border-top: 1px solid rgba(150, 108, 13, 0.2) !important;
    }

    [data-theme="light"] .vignette-overlay,
    html.light .vignette-overlay {
      opacity: 0.15 !important;
      background: radial-gradient(ellipse at 50% 40%, rgba(255, 255, 255, 0) 30%, rgba(210, 190, 160, 0.4) 100%) !important;
    }

    [data-theme="light"] .grade-overlay,
    html.light .grade-overlay {
      opacity: 0.05 !important;
    }

    [data-theme="light"] ::-webkit-scrollbar-track,
    html.light ::-webkit-scrollbar-track {
      background: #fcf9f2 !important;
    }

    [data-theme="light"] input,
    [data-theme="light"] select,
    [data-theme="light"] textarea,
    html.light input,
    html.light select,
    html.light textarea {
      background: #ffffff !important;
      color: #1c1813 !important;
      border-color: rgba(150, 108, 13, 0.3) !important;
    }

    [data-theme="light"] .floating-actions-container button,
    html.light .floating-actions-container button {
      background: rgba(255, 255, 255, 0.9) !important;
      color: #966c0d !important;
      border-color: rgba(150, 108, 13, 0.3) !important;
    }




    /* ========== GLOBAL SMOOTH SCROLLING & TOUCH MOMENTUM ========== */
    html {
      scroll-behavior: smooth !important;
      scroll-padding-top: 80px;
    }

    /* Custom Sleek Scrollbar for Desktop */
    ::-webkit-scrollbar {
      width: 8px;
      height: 8px;
    }

    ::-webkit-scrollbar-track {
      background: var(--ink);
    }

    ::-webkit-scrollbar-thumb {
      background: rgba(196, 152, 42, 0.35);
      border-radius: 4px;
    }

    ::-webkit-scrollbar-thumb:hover {
      background: rgba(196, 152, 42, 0.7);
    }

    .gallery-track-outer,
    .overflow-x-auto,
    .overflow-y-auto {
      -webkit-overflow-scrolling: touch !important;
      overscroll-behavior-x: contain;
    }

    /* ========== 2. RESET ========== */
    *,
    *::before,
    *::after {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      background: var(--ink);
      scrollbar-width: none;
    }

    html::-webkit-scrollbar {
      display: none;
    }

    body {
      background: var(--ink);
      color: var(--cream);
      font-family: var(--font-body);
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    img,
    video {
      display: block;
      max-width: 100%;
      height: auto;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    ::selection {
      background: var(--brass);
      color: var(--ink);
    }

    /* ========== 3. SHARED SECTION PRIMITIVES ========== */
    /* Reusable section header — label / title pattern */
    .section-eyebrow,
    .about__label,
    .presence__label,
    .why__label,
    .projects__label,
    .gallery-heading .section-label {
      font-size: clamp(0.72rem, 1.8vw, 0.82rem);
      letter-spacing: clamp(3px, 1.2vw, 5px);
      color: var(--brass-light);
      text-transform: uppercase;
      margin-bottom: 14px;
      display: inline-flex;
      align-items: center;
      gap: 12px;
    }

    .about__label::before,
    .about__label::after,
    .presence__label::before,
    .presence__label::after,
    .why__label::before,
    .why__label::after {
      content: '';
      display: inline-block;
      width: 24px;
      height: 1px;
      background: linear-gradient(90deg, var(--brass), var(--brass-dim));
    }

    .projects__label::before,
    .gallery-heading .section-label::before {
      content: '';
      display: inline-block;
      width: 28px;
      height: 1px;
      background: linear-gradient(90deg, var(--brass), var(--brass-dim));
    }

    /* Gradient divider between sections */
    .section-divider {
      height: 1px;
      background: linear-gradient(90deg, transparent 5%, var(--brass-dim) 50%, transparent 95%);
      opacity: 0.35;
    }

    /* ========== 4. CINEMATOGRAPHY OVERLAYS ========== */
    .grain-overlay {
      position: fixed;
      inset: 0;
      z-index: 900;
      pointer-events: none;
      opacity: var(--grain-opacity);
      mix-blend-mode: overlay;
      display: none;
    }

    .grain-overlay svg {
      width: 100%;
      height: 100%;
    }

    .vignette-overlay {
      position: fixed;
      inset: 0;
      z-index: 895;
      pointer-events: none;
      background: radial-gradient(ellipse at 50% 40%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.65) 100%);
      opacity: 0.6;
    }

    .grade-overlay {
      position: fixed;
      inset: 0;
      z-index: 890;
      pointer-events: none;
      background: var(--deep-plum);
      mix-blend-mode: color;
      opacity: 0.12;
      transition: opacity 1.2s var(--ease-heavy), background-color 1.8s var(--ease-heavy);
    }

    body.grade-warm .grade-overlay {
      background: var(--brass);
      opacity: 0.08;
    }

    @media (min-width: 769px) {
      .grain-overlay {
        display: block;
      }

      .vignette-overlay {
        opacity: 0.85;
      }
    }

    /* ========== 5. LETTERBOX & OVERLAYS ========== */
    .letterbox-bar {
      position: fixed;
      inset-inline: 0;
      background: var(--surface-base, #0B0B0C);
      z-index: 910;
      height: 7vh;
      display: none;
      transition: background-color 0.4s var(--ease-heavy);
    }

    [data-theme="light"] .letterbox-bar,
    html.light .letterbox-bar {
      background: var(--surface-base, #fcf9f2);
    }

    body.page-home .letterbox-bar {
      display: block;
    }

    .letterbox-bar--top {
      top: 0;
    }

    .letterbox-bar--bottom {
      bottom: 0;
    }

    @media (min-width: 769px) {
      .letterbox-bar {
        height: 10vh;
      }
    }

    /* Remove cinematic viewport edge shadows on inner pages so footer is crisp and clear */
    body:not(.page-home) .vignette-overlay,
    body:not(.page-home) .grade-overlay,
    body:not(.page-home) .letterbox-bar {
      display: none !important;
    }

    /* ========== 6. NAVIGATION ========== */
    .nav {
      position: fixed;
      top: 0;
      inset-inline: 0;
      z-index: 920;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 18px var(--sp-side);
      background: linear-gradient(180deg, rgba(6, 5, 10, 0.94) 0%, rgba(6, 5, 10, 0.6) 60%, transparent 100%);
      opacity: 0;
      transform: translateY(-16px);
      transition: opacity 0.7s var(--ease-heavy), transform 0.7s var(--ease-heavy);
    }

    .nav.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (min-width: 769px) {
      .nav {
        padding: 28px var(--sp-side);
      }
    }

    .nav__brand {
      font-family: var(--font-display);
      font-size: 1.2rem;
      font-weight: 700;
      color: var(--cream);
      z-index: 2;
    }

    .nav__brand em {
      font-style: normal;
      font-family: var(--font-body);
      font-weight: 300;
      font-size: 0.78rem;
      color: var(--brass-light);
      margin-inline-start: 8px;
      display: none;
    }

    @media (min-width: 480px) {
      .nav__brand em {
        display: inline;
      }
    }

    .nav__links {
      display: none;
      align-items: center;
      gap: 32px;
    }

    @media (min-width: 769px) {
      .nav__links {
        display: flex;
      }
    }

    .nav__link {
      font-size: 0.82rem;
      color: var(--cream-dim);
      letter-spacing: 1.5px;
      position: relative;
      transition: color 0.3s var(--ease-heavy);
    }

    .nav__link::after {
      content: '';
      position: absolute;
      bottom: -4px;
      inset-inline: 0;
      height: 1px;
      background: var(--brass-light);
      transform: scaleX(0);
      transform-origin: center;
      transition: transform 0.35s var(--ease-cinematic);
    }

    .nav__link:hover {
      color: var(--brass-light);
    }

    .nav__link:hover::after {
      transform: scaleX(1);
    }

    .nav__cta {
      border: 1px solid var(--brass-dim);
      color: var(--cream);
      font-size: 0.82rem;
      padding: 10px 24px;
      border-radius: var(--radius-sm);
      transition: border-color 0.35s var(--ease-heavy), background 0.35s var(--ease-heavy),
        box-shadow 0.35s var(--ease-heavy);
    }

    .nav__cta:hover {
      border-color: var(--brass-light);
      background: var(--brass-glow);
      box-shadow: 0 0 20px rgba(196, 152, 42, 0.1);
    }

    .nav__hamburger {
      display: flex;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      padding: 8px;
      z-index: 2;
      background: none;
      border: none;
      outline: none;
    }

    .nav__hamburger span {
      display: block;
      width: 22px;
      height: 1.5px;
      background: var(--cream);
      transition: transform 0.35s var(--ease-cinematic), opacity 0.35s, width 0.35s;
    }

    .nav__hamburger.open span:nth-child(1) {
      transform: translateY(6.5px) rotate(45deg);
    }

    .nav__hamburger.open span:nth-child(2) {
      opacity: 0;
      width: 0;
    }

    .nav__hamburger.open span:nth-child(3) {
      transform: translateY(-6.5px) rotate(-45deg);
    }

    @media (min-width: 769px) {
      .nav__hamburger,
      .nav__mobile-theme-btn {
        display: none !important;
      }
    }

    .nav__drawer {
      position: fixed;
      inset: 0;
      z-index: 919;
      background: rgba(6, 5, 10, 0.98);
      -webkit-backdrop-filter: blur(16px);
      backdrop-filter: blur(16px);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 28px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.4s var(--ease-heavy);
    }

    .nav__drawer.open {
      opacity: 1;
      pointer-events: auto;
    }

    .nav__drawer .drawer__link {
      font-family: var(--font-display);
      font-size: 2rem;
      color: var(--cream-dim);
      letter-spacing: 2px;
      transition: color 0.3s var(--ease-heavy), letter-spacing 0.4s var(--ease-heavy);
    }

    .nav__drawer .drawer__link:hover {
      color: var(--brass-light);
      letter-spacing: 4px;
    }

    .nav__drawer .drawer__cta {
      margin-top: 16px;
      border: 1px solid var(--brass);
      color: var(--cream);
      font-size: 1rem;
      padding: 14px 36px;
      border-radius: var(--radius-sm);
      transition: background 0.3s var(--ease-heavy), box-shadow 0.3s var(--ease-heavy);
    }

    .nav__drawer .drawer__cta:hover {
      background: var(--brass-glow);
      box-shadow: 0 0 28px rgba(196, 152, 42, 0.12);
    }

    .drawer__line {
      width: 48px;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--brass-dim), transparent);
    }

    /* ========== 7. HERO ========== */
    .hero {
      position: relative;
      height: 100vh;
      height: 100svh;
      overflow: hidden;
      min-height: 560px;
    }

    .hero__media {
      position: absolute;
      inset: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(0.72) contrast(1.1) brightness(0.85);
      transform: scale(1.05);
      /* Initial scale for scroll parallax zoom-out */
    }

    .hero__scrim {
      position: absolute;
      inset: 0;
      z-index: 2;
      background:
        /* Warm gold ambient spotlight centered on mosque interior arches */
        radial-gradient(circle at 35% 45%, rgba(196, 152, 42, 0.14) 0%, transparent 65%),
        /* Right-to-left linear gradient for RTL text contrast */
        linear-gradient(to left, rgba(11, 11, 12, 0.95) 0%, rgba(11, 11, 12, 0.72) 45%, rgba(11, 11, 12, 0.15) 85%, transparent 100%);
    }

    .hero__scrim-bottom {
      position: absolute;
      inset: 0;
      z-index: 3;
      background: linear-gradient(180deg, transparent 40%, rgba(11, 11, 12, 0.95) 100%);
    }

    .hero__content {
      position: relative;
      z-index: 10;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 0 var(--sp-side) clamp(80px, 16vh, 140px);
    }

    @media (min-width: 769px) {
      .hero__content {
        justify-content: center;
        padding: 0 var(--sp-side);
        max-width: 720px;
        /* Constrains text width to show mosque background */
      }
    }

    .hero__tagline {
      font-size: clamp(0.78rem, 2vw, 0.88rem);
      color: var(--brass-light);
      text-transform: uppercase;
      margin-bottom: clamp(12px, 2vh, 20px);
      display: inline-flex;
      align-items: center;
      gap: clamp(8px, 1.5vw, 12px);
      opacity: 0;
      transform: translateY(12px);
    }

    .hero__tagline-icon {
      width: clamp(16px, 1.8vw, 20px);
      height: clamp(16px, 1.8vw, 20px);
      stroke: var(--brass-light);
      stroke-width: 1.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: rgba(196, 152, 42, 0.1);
      filter: drop-shadow(0 0 4px rgba(196, 152, 42, 0.3));
      animation: trust-spin 10s linear infinite;
    }

    .hero__title {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: clamp(2.4rem, 7.5vw, 5.8rem);
      line-height: 1.28;
      color: var(--cream);
      letter-spacing: 0;
      opacity: 0;
      transform: translateY(16px);
    }

    .hero__title .accent {
      background: linear-gradient(135deg, var(--brass) 0%, var(--brass-pale) 55%, var(--brass-light) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .hero__desc {
      font-size: clamp(0.92rem, 2.2vw, 1.05rem);
      font-weight: 300;
      color: var(--cream-dim);
      max-width: 540px;
      margin-top: clamp(14px, 2.5vh, 24px);
      line-height: 1.95;
      opacity: 0;
      transform: translateY(14px);
    }

    .hero__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      margin-top: clamp(20px, 3vh, 32px);
      opacity: 0;
      transform: translateY(10px);
    }

    .scroll-hint {
      position: absolute;
      bottom: clamp(20px, 6vh, 52px);
      inset-inline-start: var(--sp-side);
      z-index: 10;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      opacity: 0;
    }

    .scroll-hint__track {
      width: 1px;
      height: 48px;
      background: linear-gradient(180deg, var(--brass-light), transparent);
    }

    .scroll-hint__label {
      font-size: 0.68rem;
      color: var(--cream-dim);
      letter-spacing: 3px;
    }

    /* ========== 8. BUTTONS ========== */
    .btn--gold {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, var(--brass) 0%, var(--brass-light) 100%);
      color: var(--ink);
      font-weight: 700;
      font-size: clamp(0.85rem, 2.5vw, 0.92rem);
      padding: clamp(13px, 2.5vw, 17px) clamp(24px, 4vw, 36px);
      border-radius: var(--radius-sm);
      letter-spacing: 0.5px;
      white-space: nowrap;
      position: relative;
      overflow: hidden;
      transition: filter 0.35s var(--ease-cinematic), transform 0.35s var(--ease-cinematic),
        box-shadow 0.35s var(--ease-cinematic);
    }

    .btn--gold:hover {
      filter: brightness(1.12);
      transform: translateY(-2px);
      box-shadow: 0 6px 24px rgba(196, 152, 42, 0.25);
    }

    .btn--outline {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(240, 234, 219, 0.25);
      color: var(--cream);
      font-size: clamp(0.85rem, 2.5vw, 0.92rem);
      padding: clamp(13px, 2.5vw, 17px) clamp(24px, 4vw, 36px);
      border-radius: var(--radius-sm);
      letter-spacing: 0.5px;
      white-space: nowrap;
      transition: border-color 0.35s var(--ease-heavy), background 0.35s var(--ease-heavy),
        box-shadow 0.35s var(--ease-heavy);
    }

    .btn--outline:hover {
      border-color: var(--brass-light);
      background: var(--brass-glow);
      box-shadow: 0 0 18px rgba(196, 152, 42, 0.08);
    }

    /* ========== 9. TRUST STRIP ========== */
    .trust {
      background: var(--surface-glass);
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px);
      padding: clamp(30px, 4.5vh, 48px) var(--sp-side);
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: clamp(28px, 5vw, 60px);
      border-top: 1px solid var(--glass-border);
      border-bottom: 1px solid var(--glass-border);
      position: relative;
    }

    .trust::before {
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: radial-gradient(ellipse at 50% 0%, rgba(196, 152, 42, 0.06) 0%, transparent 70%);
    }

    .trust__item {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      text-align: center;
      position: relative;
    }

    .trust__icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
    }

    .trust__icon svg {
      width: 20px;
      height: 20px;
      stroke: var(--brass-light);
      stroke-width: 1.5;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: rgba(196, 152, 42, 0.08);
      filter: drop-shadow(0 0 5px rgba(196, 152, 42, 0.35));
      transition: transform 0.5s var(--ease-spring), filter 0.3s;
      animation: trust-spin 8s linear infinite;
    }

    .trust__item:hover .trust__icon svg {
      transform: scale(1.2) rotate(90deg);
      filter: drop-shadow(0 0 8px rgba(196, 152, 42, 0.6));
    }

    @keyframes trust-spin {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    .trust__label {
      font-size: clamp(0.72rem, 2vw, 0.82rem);
      color: var(--cream-dim);
      letter-spacing: 1.5px;
      font-weight: 300;
    }

    /* ========== 10. ABOUT SECTION ========== */
    .about-section {
      background: var(--ink);
      padding: var(--sp-section) 0;
      position: relative;
    }

    /* Gradient divider at bottom */
    .about-section::after {
      content: '';
      position: absolute;
      bottom: 0;
      inset-inline: 10%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(196, 152, 42, 0.2), transparent);
    }

    .about__container {
      max-width: 880px;
      margin: 0 auto;
      padding: 0 var(--sp-side);
      text-align: center;
    }

    .about__title {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: clamp(1.8rem, 4.5vw, 3rem);
      color: var(--cream);
      line-height: 1.3;
      margin-bottom: 28px;
    }

    .about__body {
      font-size: clamp(0.95rem, 2vw, 1.1rem);
      color: var(--cream-dim);
      line-height: 2.05;
      font-weight: 300;
      max-width: 70ch;
      margin: 0 auto 36px;
      text-align: justify;
      text-align-last: center;
    }

    .about__cta {
      display: inline-flex;
      justify-content: center;
    }

    /* ========== 11. PRESENCE SECTION ========== */
    .presence-section {
      background: var(--charcoal);
      padding: var(--sp-section) 0;
      position: relative;
    }

    .presence-section::before {
      content: '';
      position: absolute;
      top: 0;
      inset-inline: 10%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(196, 152, 42, 0.18), transparent);
    }

    .presence-section::after {
      content: '';
      position: absolute;
      bottom: 0;
      inset-inline: 10%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(196, 152, 42, 0.18), transparent);
    }

    .presence__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--sp-side);
    }

    .presence__header {
      margin-bottom: clamp(36px, 6vh, 64px);
      text-align: center;
      max-width: 800px;
      margin-inline: auto;
    }

    .presence__title {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: clamp(1.8rem, 5vw, 3rem);
      color: var(--cream);
      line-height: 1.3;
      margin-bottom: 20px;
    }

    .presence__desc {
      font-size: clamp(0.92rem, 2vw, 1.05rem);
      color: var(--cream-dim);
      line-height: 1.85;
      font-weight: 300;
    }

    .presence__grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: clamp(16px, 2.5vw, 24px);
    }

    @media (min-width: 600px) {
      .presence__grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (min-width: 1024px) {
      .presence__grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    .presence-card {
      background: var(--glass-bg);
      border: 1px solid var(--glass-border);
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
      padding: clamp(22px, 3vw, 30px);
      border-radius: var(--radius-card);
      text-align: center;
      position: relative;
      overflow: hidden;
      transition: border-color 0.45s var(--ease-heavy), background 0.45s var(--ease-heavy),
        transform 0.45s var(--ease-heavy), box-shadow 0.45s var(--ease-heavy);
    }

    .presence-card::before {
      content: '';
      position: absolute;
      top: 0;
      inset-inline: 20%;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--brass-dim), transparent);
      opacity: 0;
      transition: opacity 0.45s var(--ease-heavy);
    }

    .presence-card:hover {
      border-color: var(--glass-border-hover);
      background: var(--glass-bg-hover);
      transform: translateY(-3px);
      box-shadow: 0 8px 32px rgba(196, 152, 42, 0.06);
    }

    .presence-card:hover::before {
      opacity: 1;
    }

    .presence-card__flag {
      font-size: 1.5rem;
      margin-bottom: 12px;
      color: var(--brass-light);
      filter: drop-shadow(0 0 4px rgba(196, 152, 42, 0.25));
    }

    .presence-card__country {
      font-family: var(--font-display);
      font-size: 1.15rem;
      color: var(--cream);
      margin-bottom: 10px;
      font-weight: 700;
    }

    .presence-card__text {
      font-size: 0.84rem;
      color: var(--cream-dim);
      line-height: 1.8;
      font-weight: 300;
    }

    .presence__footer {
      text-align: center;
      margin-top: clamp(32px, 5vh, 52px);
      font-size: clamp(0.9rem, 2vw, 1rem);
      color: var(--cream-dim);
      font-weight: 300;
      line-height: 1.85;
      max-width: 800px;
      margin-inline: auto;
    }

    /* ========== 12. WHY CHOOSE US ========== */
    .why-section {
      background: var(--ink-warm);
      padding: var(--sp-section) 0;
      position: relative;
    }

    .why-section::after {
      content: '';
      position: absolute;
      bottom: 0;
      inset-inline: 10%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(196, 152, 42, 0.18), transparent);
    }

    .why__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--sp-side);
    }

    .why__header {
      margin-bottom: clamp(36px, 6vh, 64px);
      text-align: center;
      max-width: 800px;
      margin-inline: auto;
    }

    .why__title {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: clamp(1.8rem, 5vw, 3rem);
      color: var(--cream);
      line-height: 1.3;
      margin-bottom: 18px;
    }

    .why__grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: clamp(20px, 3vw, 32px);
    }

    @media (min-width: 768px) {
      .why__grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .why-card:nth-child(1) {
        grid-column: span 2;
      }

      .why-card:nth-child(4) {
        grid-column: span 2;
      }
    }

    @media (min-width: 1024px) {
      .why__grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: minmax(280px, auto);
      }

      .why-card:nth-child(1) {
        grid-column: span 2;
        grid-row: span 1;
      }

      .why-card:nth-child(2) {
        grid-column: span 1;
        grid-row: span 2;
      }

      .why-card:nth-child(3) {
        grid-column: span 1;
        grid-row: span 1;
      }

      .why-card:nth-child(4) {
        grid-column: span 1;
        grid-row: span 1;
      }

      .why-card:nth-child(5) {
        grid-column: span 2;
        grid-row: span 1;
      }

      .why-card:nth-child(6) {
        grid-column: span 1;
        grid-row: span 1;
      }
    }

    .why-card,
    .client-card {
      background: linear-gradient(135deg, rgba(20, 16, 24, 0.45) 0%, rgba(11, 11, 12, 0.8) 100%);
      border: 1px solid var(--glass-border);
      -webkit-backdrop-filter: blur(12px);
      backdrop-filter: blur(12px);
      padding: clamp(26px, 4vw, 38px);
      border-radius: 16px;
      display: flex;
      flex-direction: column;
      gap: 14px;
      position: relative;
      overflow: hidden;
      transition: border-color 0.5s var(--ease-heavy), transform 0.5s var(--ease-heavy),
        box-shadow 0.5s var(--ease-heavy);
      cursor: default;
      --mouse-x: 50%;
      --mouse-y: 50%;
    }

    .why-card::before,
    .client-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(280px circle at var(--mouse-x) var(--mouse-y),
          rgba(196, 152, 42, 0.08),
          transparent 75%);
      opacity: 0;
      transition: opacity 0.5s ease;
      z-index: 1;
      pointer-events: none;
    }

    .why-card:hover::before,
    .client-card:hover::before {
      opacity: 1;
    }

    .why-card:hover,
    .client-card:hover {
      border-color: rgba(196, 152, 42, 0.35);
      transform: translateY(-4px);
      box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5), 0 0 20px rgba(196, 152, 42, 0.06);
    }

    /* Bento Visual Component */
    .bento-visual {
      width: 64px;
      height: 64px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      margin-bottom: 8px;
      z-index: 2;
      flex-shrink: 0;
    }

    .client-card .bento-visual {
      align-self: center;
      margin-bottom: 22px;
    }

    .why-card .bento-visual {
      align-self: flex-start;
    }

    .bento-visual__glow {
      position: absolute;
      width: 48px;
      height: 48px;
      background: radial-gradient(circle, var(--brass) 0%, transparent 70%);
      border-radius: 50%;
      filter: blur(10px);
      opacity: 0.16;
      transition: opacity 0.5s var(--ease-heavy), transform 0.5s var(--ease-heavy);
      pointer-events: none;
      animation: bento-glow-pulse 4s ease-in-out infinite alternate;
    }

    .bento-visual__ring {
      position: absolute;
      width: 52px;
      height: 52px;
      border: 1px dashed rgba(196, 152, 42, 0.15);
      border-radius: 50%;
      transition: border-color 0.5s var(--ease-heavy), transform 0.6s var(--ease-spring);
      animation: bento-ring-spin 25s linear infinite;
      pointer-events: none;
    }

    .bento-visual__star {
      width: 30px;
      height: 30px;
      stroke: var(--brass-light);
      stroke-width: 1.2;
      stroke-linecap: round;
      stroke-linejoin: round;
      fill: rgba(196, 152, 42, 0.05);
      filter: drop-shadow(0 0 6px rgba(196, 152, 42, 0.25));
      transition: transform 0.6s var(--ease-spring), stroke-width 0.4s, fill 0.4s, filter 0.4s;
      animation: bento-star-breathe 6s ease-in-out infinite alternate;
    }

    .why-card:hover .bento-visual__glow,
    .client-card:hover .bento-visual__glow {
      opacity: 0.45;
      transform: scale(1.2);
    }

    .why-card:hover .bento-visual__ring,
    .client-card:hover .bento-visual__ring {
      border-color: rgba(196, 152, 42, 0.45);
      border-style: solid;
      transform: scale(1.08) rotate(45deg);
    }

    .why-card:hover .bento-visual__star,
    .client-card:hover .bento-visual__star {
      transform: rotate(90deg) scale(1.12);
      fill: rgba(196, 152, 42, 0.2);
      stroke-width: 1.5;
      filter: drop-shadow(0 0 10px rgba(196, 152, 42, 0.5));
    }

    @keyframes bento-ring-spin {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    @keyframes bento-glow-pulse {
      0% {
        opacity: 0.12;
        transform: scale(0.9);
      }

      100% {
        opacity: 0.22;
        transform: scale(1.15);
      }
    }

    @keyframes bento-star-breathe {
      0% {
        transform: scale(0.96) rotate(0deg);
      }

      100% {
        transform: scale(1.04) rotate(5deg);
      }
    }

    @media (prefers-reduced-motion: reduce) {

      .bento-visual__ring,
      .bento-visual__glow,
      .bento-visual__star,
      .trust__icon svg {
        animation: none !important;
        transition: none !important;
      }
    }

    .why-card__title {
      font-family: var(--font-display);
      font-size: clamp(1.15rem, 2.5vw, 1.4rem);
      color: var(--cream);
      font-weight: 700;
    }

    .why-card__text {
      font-size: clamp(0.88rem, 1.8vw, 0.95rem);
      color: var(--cream-dim);
      line-height: 1.85;
      font-weight: 300;
    }

    /* ========== 13. PROCESS — SPLIT PANEL ========== */
    .process-wrap {
      height: 380vh;
      position: relative;
      background: var(--ink);
    }

    .process {
      position: relative;
      height: 100vh;
      height: 100svh;
      min-height: 560px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
    }

    /* Background media layers */
    .process__video-wrap {
      position: absolute;
      inset: 0;
      z-index: 1;
    }

    .process__vid {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      filter: saturate(0.75) contrast(1.1) brightness(0.38);
      transition: opacity 0.9s var(--ease-heavy);
    }

    .process__vid.is-active {
      opacity: 1;
    }

    .process__vid-fallback {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      filter: saturate(0.7) contrast(1.05) brightness(0.35);
    }

    /* Gradient scrims */
    .process__scrim {
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      background: linear-gradient(to top,
          rgba(6, 5, 10, 0.97) 0%, rgba(6, 5, 10, 0.82) 38%,
          rgba(6, 5, 10, 0.35) 70%, rgba(6, 5, 10, 0.0) 100%);
    }

    @media (min-width: 900px) {
      .process__scrim {
        background:
          linear-gradient(to left,
            rgba(6, 5, 10, 0.96) 0%, rgba(6, 5, 10, 0.88) 35%,
            rgba(6, 5, 10, 0.5) 58%, rgba(6, 5, 10, 0.08) 100%),
          linear-gradient(to top, rgba(6, 5, 10, 0.7) 0%, transparent 40%);
      }
    }

    /* Content panel */
    .process__panel {
      position: relative;
      z-index: 10;
      width: 100%;
      padding: 0 var(--sp-side) clamp(60px, 11vh, 100px);
      text-align: start;
    }

    @media (min-width: 900px) {
      .process {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
      }

      html[dir="rtl"] .process {
        justify-content: flex-start;
      }

      .process__panel {
        width: 46%;
        max-width: 520px;
        padding: 0 var(--sp-side);
        margin-inline-start: 0;
        padding-inline-end: clamp(32px, 5vw, 72px);
      }
    }

    /* Stage number */
    .process__num {
      font-family: var(--font-display);
      font-size: clamp(2.8rem, 8vw, 6.5rem);
      color: var(--brass);
      opacity: 0.5;
      line-height: 1;
      margin-bottom: 2px;
      letter-spacing: -0.02em;
      text-shadow: 0 0 40px rgba(196, 152, 42, 0.15);
    }

    /* Eyebrow */
    .process__label {
      font-size: clamp(0.68rem, 1.8vw, 0.78rem);
      letter-spacing: clamp(3px, 1.2vw, 5px);
      color: var(--brass-light);
      text-transform: uppercase;
      font-weight: 400;
      margin-bottom: clamp(16px, 2.5vh, 24px);
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .process__label::before {
      content: '';
      display: inline-block;
      width: 28px;
      height: 1px;
      background: linear-gradient(90deg, var(--brass), var(--brass-dim));
      flex-shrink: 0;
    }

    /* Main heading */
    .process__heading {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: clamp(1.9rem, 5vw, 3.6rem);
      color: var(--cream);
      line-height: 1.15;
      margin-bottom: clamp(16px, 2.5vh, 26px);
      text-wrap: balance;
    }

    /* Body copy */
    .process__body {
      font-size: clamp(0.9rem, 1.8vw, 1.05rem);
      color: var(--cream-dim);
      line-height: 2.05;
      font-weight: 300;
      max-width: 44ch;
    }

    /* Progress indicator */
    .process__progress {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: clamp(28px, 4vh, 40px);
    }

    .process__dot {
      width: clamp(36px, 5vw, 56px);
      height: 8px;
      background: rgba(240, 234, 219, 0.12);
      position: relative;
      overflow: hidden;
      border-radius: 4px;
      flex-shrink: 0;
      cursor: pointer;
      transition: background 0.3s, box-shadow 0.3s;
      outline: none;
    }

    .process__dot:focus-visible {
      outline: 2px solid var(--brass-light);
      outline-offset: 2px;
    }

    .process__dot:hover {
      background: rgba(240, 234, 219, 0.25);
      box-shadow: 0 0 8px rgba(196, 152, 42, 0.15);
    }

    .process__dot-fill {
      position: absolute;
      inset: 0;
      background: linear-gradient(to left, var(--brass-pale), var(--brass));
      transform: scaleX(0);
      transform-origin: inline-end;
    }

    html[dir="rtl"] .process__dot-fill {
      transform-origin: right;
    }

    html[dir="ltr"] .process__dot-fill {
      transform-origin: left;
    }

    .process__stage-count {
      font-size: 0.72rem;
      color: var(--cream-dim);
      letter-spacing: 2px;
      white-space: nowrap;
      margin-inline-start: 4px;
    }

    /* ========== 14. METRICS ========== */
    .metrics-wrap {
      height: 220vh;
      position: relative;
      background: var(--charcoal);
    }

    .metrics {
      position: relative;
      height: 100vh;
      height: 100svh;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 520px;
    }

    .metrics__bg {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: radial-gradient(circle at 50% 50%, var(--deep-plum-light) 0%, var(--ink) 75%);
      opacity: 0.7;
    }

    .metrics__rings {
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    .metrics__ring {
      position: absolute;
      border-radius: 50%;
      border: 1px solid rgba(196, 152, 42, 0.06);
    }

    .metrics__ring:nth-child(1) {
      width: min(60vw, 400px);
      height: min(60vw, 400px);
    }

    .metrics__ring:nth-child(2) {
      width: min(100vw, 660px);
      height: min(100vw, 660px);
      border-color: rgba(196, 152, 42, 0.04);
    }

    .metrics__ring:nth-child(3) {
      width: min(140vw, 900px);
      height: min(140vw, 900px);
      border-color: rgba(196, 152, 42, 0.025);
    }

    .metrics__grid {
      position: relative;
      z-index: 5;
      display: grid;
      grid-template-columns: 1fr;
      gap: clamp(16px, 3vw, 28px);
      padding: 0 var(--sp-side);
      max-width: 1100px;
      width: 100%;
    }

    @media (min-width: 600px) {
      .metrics__grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    .metric-card {
      text-align: center;
      padding: clamp(30px, 5vh, 52px) clamp(18px, 3vw, 28px);
      border: 1px solid rgba(196, 152, 42, 0.12);
      background: var(--glass-bg);
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px);
      border-radius: var(--radius-card);
      position: relative;
      overflow: hidden;
      opacity: 0;
      transform: translateY(40px) scale(0.95);
      transition: border-color 0.45s var(--ease-heavy), transform 0.45s var(--ease-heavy),
        box-shadow 0.45s var(--ease-heavy);
    }

    .metric-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 50% 0%, rgba(196, 152, 42, 0.08) 0%, transparent 70%);
      pointer-events: none;
    }

    .metric-card:hover {
      border-color: var(--glass-border-hover);
      transform: translateY(-4px) scale(1);
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3), 0 0 30px rgba(196, 152, 42, 0.06);
    }

    .metric-card__value {
      font-family: var(--font-display);
      font-size: clamp(2.8rem, 8vw, 5.5rem);
      background: linear-gradient(135deg, var(--brass) 0%, var(--brass-pale) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1;
      margin-bottom: 16px;
    }

    .metric-card__value .suffix {
      font-size: 0.55em;
      -webkit-text-fill-color: var(--brass);
      margin-inline-start: 4px;
    }

    .metric-card__label {
      font-size: clamp(0.82rem, 2vw, 0.9rem);
      color: var(--cream-dim);
      font-weight: 300;
      line-height: 1.8;
    }

    /* ========== 15. GALLERY ========== */
    .gallery-pin-wrap {
      height: auto;
      position: relative;
      background: var(--charcoal);
      overflow: visible;
      padding: clamp(60px, 10vh, 100px) 0;
    }

    .gallery-pin {
      position: relative;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .gallery-heading {
      padding: 0 var(--sp-side);
      margin-bottom: 36px;
    }

    .gallery-heading .section-heading {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: clamp(1.8rem, 5vw, 3.4rem);
      color: var(--cream);
      line-height: 1.25;
      margin-bottom: 18px;
    }

    .gallery-track-outer {
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 10px;
    }

    .gallery-track-outer::-webkit-scrollbar {
      display: none;
    }

    .gallery-track {
      direction: rtl;
      display: flex;
      gap: 20px;
      padding: 0 var(--sp-side);
      width: max-content;
    }

    .gallery-card,
    .gallery-item {
      width: clamp(260px, 72vw, 320px);
      scroll-snap-align: start;
      flex-shrink: 0;
      position: relative;
      border: 1px solid var(--glass-border);
      background: rgba(12, 10, 7, 0.55);
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px);
      padding: 12px;
      border-radius: var(--radius-card);
      transition: border-color 0.4s var(--ease-heavy), background 0.4s var(--ease-heavy),
        transform 0.4s var(--ease-heavy);
    }

    .gallery-card .img-wrap,
    .gallery-item .img-wrap {
      height: 300px;
      overflow: hidden;
      position: relative;
      border-radius: var(--radius-sm);
    }

    .gallery-card img,
    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.7s var(--ease-heavy);
    }

    .gallery-card:hover img,
    .gallery-item:hover img {
      transform: scale(1.05);
    }

    .gallery-card .num,
    .gallery-item .num {
      position: absolute;
      top: 20px;
      inset-inline-start: 20px;
      z-index: 3;
      font-family: var(--font-display);
      font-size: 1.15rem;
      color: var(--brass-light);
      background: rgba(12, 10, 7, 0.8);
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
      padding: 4px 14px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(196, 152, 42, 0.15);
    }

    .gallery-card .cap,
    .gallery-item .cap {
      direction: rtl;
      padding: 16px 6px 6px;
    }

    .gallery-card .cap h3,
    .gallery-item .cap h3 {
      font-family: var(--font-display);
      font-size: 1.2rem;
      color: var(--cream);
      margin-bottom: 8px;
    }

    .gallery-card .cap p,
    .gallery-item .cap p {
      font-size: 0.88rem;
      color: var(--cream-dim);
      line-height: 1.75;
      font-weight: 300;
    }

    @media (min-width: 769px) {
      .gallery-pin-wrap {
        height: 100vh;
        overflow: hidden;
        padding: 0;
      }

      .gallery-pin {
        height: 100vh;
      }

      .gallery-heading {
        padding: 0 clamp(24px, 7vw, 90px);
        margin-bottom: 44px;
      }

      .gallery-track-outer {
        overflow: hidden;
      }

      .gallery-track {
        direction: ltr;
        gap: 32px;
        padding: 0 clamp(24px, 7vw, 90px);
      }

      .gallery-card,
      .gallery-item {
        width: min(78vw, 480px);
        border: 1px solid rgba(196, 152, 42, 0.15);
        background: rgba(12, 10, 7, 0.4);
      }

      .gallery-card:hover,
      .gallery-item:hover {
        border-color: var(--brass-light);
        background: rgba(196, 152, 42, 0.05);
        transform: translateY(-3px);
      }

      .gallery-card .img-wrap,
      .gallery-item .img-wrap {
        height: 52vh;
      }

      .gallery-card img,
      .gallery-item img {
        transition: transform 0.8s var(--ease-heavy);
      }

      .gallery-card:hover img,
      .gallery-item:hover img {
        transform: scale(1.04);
      }

      .gallery-card .num,
      .gallery-item .num {
        font-size: 1.5rem;
        padding: 6px 16px;
      }

      .gallery-card .cap h3,
      .gallery-item .cap h3 {
        font-size: 1.35rem;
      }

      .gallery-card .cap p,
      .gallery-item .cap p {
        font-size: 0.92rem;
        line-height: 1.8;
      }
    }

    /* ========== 16. PROJECTS — CREATIVE GRID ========== */
    .projects-section {
      position: relative;
      background: var(--ink-warm);
      padding: clamp(80px, 12vh, 160px) 0;
    }

    .projects__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--sp-side);
    }

    .projects__header {
      margin-bottom: clamp(44px, 8vh, 84px);
      text-align: start;
      max-width: 700px;
    }

    .projects__title {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: clamp(1.8rem, 5vw, 3.4rem);
      color: var(--cream);
      line-height: 1.25;
      margin-bottom: 18px;
    }

    .projects__desc {
      font-size: clamp(0.92rem, 2vw, 1.05rem);
      color: var(--cream-dim);
      line-height: 1.85;
      font-weight: 300;
    }

    /* Creative Grid */
    .projects__grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: clamp(32px, 6vw, 56px);
    }

    @media (min-width: 768px) {
      .projects__grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: clamp(40px, 6vw, 72px);
        row-gap: clamp(60px, 8vw, 100px);
        padding-bottom: 80px;
      }

      .projects__item:nth-child(even) {
        margin-top: 80px;
      }
    }

    .projects__footer {
      text-align: center;
      margin-top: clamp(48px, 8vh, 80px);
      position: relative;
      z-index: 10;
    }

    .projects__item {
      display: flex;
      flex-direction: column;
      position: relative;
      border: 1px solid var(--glass-border);
      background: var(--glass-bg);
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px);
      padding: clamp(12px, 2.5vw, 18px);
      border-radius: var(--radius-card);
      opacity: 0;
      transform: translateY(40px);
      transition: border-color 0.5s var(--ease-heavy), background-color 0.5s var(--ease-heavy),
        transform 0.5s var(--ease-heavy), box-shadow 0.5s var(--ease-heavy);
    }

    .projects__item:hover {
      border-color: var(--glass-border-hover);
      background: var(--glass-bg-hover);
      box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(196, 152, 42, 0.06);
    }

    .projects__item::after {
      content: '';
      position: absolute;
      inset: 0;
      border: 1px solid transparent;
      border-radius: var(--radius-card);
      pointer-events: none;
      transition: border-color 0.5s var(--ease-heavy);
    }

    .projects__item:hover::after {
      border-color: rgba(232, 203, 122, 0.12);
    }

    .projects__img-wrap {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 68%;
      overflow: hidden;
      border-radius: var(--radius-sm);
      margin-bottom: clamp(18px, 3vh, 28px);
    }

    .projects__img-wrap img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(0.8) contrast(1.05) brightness(0.9);
      transition: transform 1.2s var(--ease-heavy), filter 0.8s var(--ease-heavy);
    }

    .projects__item:hover .projects__img-wrap img {
      transform: scale(1.06);
      filter: saturate(1) contrast(1.05) brightness(1.0);
    }

    /* Tag/Num indicator */
    .projects__tag {
      position: absolute;
      top: 14px;
      inset-inline-start: 14px;
      z-index: 5;
      font-family: var(--font-display);
      font-size: 1.05rem;
      color: var(--brass-light);
      background: rgba(6, 5, 10, 0.82);
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px);
      padding: 5px 14px;
      border-radius: var(--radius-sm);
      border: 1px solid rgba(196, 152, 42, 0.2);
    }

    .projects__country-badge {
      position: absolute;
      top: 14px;
      inset-inline-end: 14px;
      z-index: 5;
      font-size: 0.75rem;
      font-weight: 700;
      color: var(--ink);
      background: linear-gradient(135deg, var(--brass-light) 0%, var(--brass) 100%);
      padding: 5px 12px;
      border-radius: var(--radius-sm);
      box-shadow: 0 4px 10px rgba(196, 152, 42, 0.22);
    }

    /* Info */
    .projects__info {
      text-align: start;
      display: flex;
      flex-direction: column;
      height: 100%;
      padding: 0 4px;
    }

    .projects__info h3 {
      font-family: var(--font-display);
      font-size: clamp(1.3rem, 3.5vw, 1.75rem);
      color: var(--cream);
      margin-bottom: 12px;
      transition: color 0.4s var(--ease-heavy);
    }

    .projects__item:hover .projects__info h3 {
      color: var(--brass-light);
    }

    .projects__info p {
      font-size: clamp(0.85rem, 2vw, 0.92rem);
      color: var(--cream-dim);
      line-height: 1.9;
      font-weight: 300;
      margin-bottom: clamp(20px, 3.5vh, 32px);
      flex-grow: 1;
    }

    /* Action link */
    .projects__link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 0.82rem;
      color: var(--brass-light);
      font-weight: 500;
      letter-spacing: 1px;
      transition: color 0.3s var(--ease-heavy), gap 0.3s var(--ease-heavy);
      margin-top: auto;
      align-self: flex-start;
    }

    .projects__link svg {
      width: 14px;
      height: 14px;
      fill: currentColor;
      transition: transform 0.4s var(--ease-heavy);
    }

    html[dir="rtl"] .projects__link svg {
      transform: scaleX(-1);
    }

    .projects__item:hover .projects__link {
      color: var(--cream);
      gap: 12px;
    }

    .projects__item:hover .projects__link svg {
      transform: translateX(-6px);
    }

    html[dir="ltr"] .projects__item:hover .projects__link svg {
      transform: translateX(6px);
    }

    /* ========== 17. CLIMAX ========== */
    .climax {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      min-height: 100vh;
      min-height: 100svh;
    }

    .climax__bg {
      position: absolute;
      inset: 0;
      z-index: 1;
      background-size: cover;
      background-position: center 30%;
      filter: saturate(0.75) contrast(1.1) brightness(0.22);
    }

    .climax__scrim {
      position: absolute;
      inset: 0;
      z-index: 2;
      background: linear-gradient(0deg,
          rgba(6, 5, 10, 0.98) 0%, rgba(6, 5, 10, 0.7) 50%, rgba(6, 5, 10, 0.35) 100%);
    }

    .climax__inner {
      position: relative;
      z-index: 5;
      width: 100%;
      max-width: 980px;
      margin: 0 auto;
      padding: clamp(80px, 15vh, 140px) var(--sp-side) clamp(60px, 12vh, 100px);
      text-align: center;
    }

    .climax__heading {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: clamp(2.2rem, 7vw, 5rem);
      color: var(--cream);
      line-height: 1.18;
      margin-bottom: clamp(18px, 3vh, 30px);
    }

    .climax__sub {
      font-size: clamp(0.95rem, 2.2vw, 1.15rem);
      font-weight: 300;
      color: var(--cream-dim);
      line-height: 2.05;
      max-width: 560px;
      margin: 0 auto clamp(34px, 5vh, 54px);
    }

    .climax__actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      justify-content: center;
      margin-bottom: clamp(44px, 8vh, 84px);
    }

    .contact-row {
      display: grid;
      grid-template-columns: 1fr;
      gap: clamp(20px, 4vw, 32px);
      border-top: 1px solid rgba(240, 234, 219, 0.08);
      padding-top: clamp(28px, 4vh, 44px);
      text-align: center;
    }

    @media (min-width: 600px) {
      .contact-row {
        grid-template-columns: repeat(3, 1fr);
        text-align: start;
      }
    }

    .contact-col h4 {
      font-size: 0.75rem;
      letter-spacing: 2.5px;
      color: var(--brass-light);
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    .contact-col p,
    .contact-col a {
      font-size: clamp(0.88rem, 2vw, 0.95rem);
      color: var(--cream-dim);
      line-height: 1.9;
      font-weight: 300;
      display: block;
      transition: color 0.3s var(--ease-heavy);
    }

    .contact-col a:hover {
      color: var(--brass-light);
    }

    /* ========== 18. FOOTER ========== */
    footer {
      background: var(--ink);
      position: relative;
      z-index: 10;
      padding: clamp(32px, 5vh, 52px) var(--sp-side) clamp(24px, 4vh, 36px);
    }

    footer::before {
      content: '';
      position: absolute;
      top: 0;
      inset-inline: 5%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(240, 234, 219, 0.08), transparent);
    }

    .footer__top {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 28px;
    }

    .footer__brand {
      font-family: var(--font-display);
      font-size: 1.1rem;
      color: var(--cream-dim);
    }

    .footer__brand span {
      color: var(--brass-light);
    }

    .footer__links {
      display: flex;
      gap: 22px;
      font-size: 0.82rem;
      color: var(--cream-dim);
      flex-wrap: wrap;
    }

    .footer__links a {
      transition: color 0.3s var(--ease-heavy);
    }

    .footer__links a:hover {
      color: var(--brass-light);
    }

    .footer__social {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    .footer__social a {
      font-size: 0.8rem;
      color: var(--cream-dim);
      border: 1px solid rgba(240, 234, 219, 0.12);
      padding: 8px 16px;
      border-radius: var(--radius-sm);
      transition: border-color 0.3s var(--ease-heavy), color 0.3s var(--ease-heavy),
        background 0.3s var(--ease-heavy);
    }

    .footer__social a:hover {
      border-color: var(--brass-light);
      color: var(--brass-light);
      background: rgba(196, 152, 42, 0.05);
    }

    .footer__bottom {
      padding-top: 22px;
      border-top: 1px solid rgba(240, 234, 219, 0.04);
      text-align: center;
    }

    .footer__copy {
      font-size: 0.72rem;
      color: rgba(184, 176, 160, 0.3);
    }

    /* ========== 19. PAGE LOADER ========== */
    .page-loader {
      position: fixed;
      inset: 0;
      z-index: 999;
      background: var(--ink);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 20px;
      transition: opacity 0.7s var(--ease-heavy);
    }

    .page-loader.hidden {
      opacity: 0;
      pointer-events: none;
    }

    .loader__brand {
      font-family: var(--font-display);
      font-size: clamp(1.6rem, 5vw, 2.2rem);
      color: var(--cream);
    }

    .loader__line {
      width: 80px;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--brass), transparent);
      animation: loaderPulse 1.2s ease-in-out infinite;
    }

    @keyframes loaderPulse {

      0%,
      100% {
        transform: scaleX(0.4);
        opacity: 0.4;
      }

      50% {
        transform: scaleX(1);
        opacity: 1;
      }
    }

    /* ========== 20. REDUCED MOTION ========== */
    @media (prefers-reduced-motion: reduce) {
      .letterbox-bar {
        display: none !important;
      }

      .process__vid {
        position: relative !important;
        opacity: 1 !important;
        filter: none !important;
        height: 50vh !important;
      }

      .metric-card {
        opacity: 1 !important;
        transform: none !important;
      }
    }

    body.no-motion .letterbox-bar {
      display: none !important;
    }

    body.no-motion .process-wrap,
    body.no-motion .metrics-wrap {
      height: auto !important;
    }

    body.no-motion .process,
    body.no-motion .metrics {
      height: auto !important;
      min-height: 60vh;
      padding: 8vh 0;
      position: static !important;
    }

    body.no-motion .process__vid {
      position: relative !important;
      height: 44vh !important;
      opacity: 1 !important;
      filter: none !important;
    }

    body.no-motion .projects-section {
      padding: 4vh 0;
    }

    body.no-motion .projects__item {
      opacity: 1 !important;
      transform: none !important;
    }

    body.no-motion .metric-card {
      opacity: 1 !important;
      transform: none !important;
    }

    /* ========== 21. UTILITY CLASSES ========== */
    .quick-cta {
      text-align: center;
      padding: 26px var(--sp-side);
      background: var(--surface-glass);
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
      border-bottom: 1px solid var(--glass-border);
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px;
    }

    .why__actions {
      margin-top: clamp(36px, 6vh, 56px);
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px;
    }

    .contact-col__plus-code {
      margin-top: 6px;
      font-size: 0.82rem;
      color: var(--brass-light);
    }

    .contact-col__highlight {
      font-weight: 700;
      color: var(--brass-light);
    }

    /* ========== 22. FLOATING ACTIONS (WHATSAPP & SCROLL-TOP) ========== */
    .floating-actions-container {
      position: fixed;
      bottom: clamp(24px, 4vw, 40px);
      inset-inline: clamp(24px, 4vw, 40px);
      z-index: 850;
      pointer-events: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: calc(100% - 2 * clamp(24px, 4vw, 40px));
    }

    /* WhatsApp Float Button (Bottom-Start / Left in RTL) */
    .whatsapp-float {
      pointer-events: auto;
      display: flex;
      align-items: center;
      gap: 12px;
      position: relative;
      text-decoration: none;
    }

    .whatsapp-float__btn {
      width: clamp(52px, 6vw, 64px);
      height: clamp(52px, 6vw, 64px);
      border-radius: 50%;
      background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 8px 24px rgba(18, 140, 126, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
      color: #fff;
      cursor: pointer;
      position: relative;
      transition: transform 0.4s var(--ease-spring), box-shadow 0.4s var(--ease-heavy);
    }

    .whatsapp-float__btn::after {
      content: '';
      position: absolute;
      inset: -4px;
      border-radius: 50%;
      border: 1px solid rgba(37, 211, 102, 0.45);
      animation: whatsappPulse 2s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    }

    .whatsapp-float__btn svg {
      width: 52%;
      height: 52%;
      fill: currentColor;
    }

    .whatsapp-float__tooltip {
      font-size: 0.82rem;
      font-weight: 500;
      color: var(--cream);
      background: rgba(12, 10, 7, 0.92);
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px);
      border: 1px solid var(--glass-border);
      padding: 8px 18px;
      border-radius: 30px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
      white-space: nowrap;
      opacity: 0;
      transform: translateX(12px);
      pointer-events: none;
      transition: opacity 0.35s var(--ease-heavy), transform 0.35s var(--ease-heavy);
    }

    /* RTL / LTR Tooltip behavior */
    html[dir="rtl"] .whatsapp-float__tooltip {
      transform: translateX(-12px);
      order: 2;
      /* Displays text to the left/after the button in flex */
    }

    /* Hover States */
    .whatsapp-float:hover .whatsapp-float__btn {
      transform: scale(1.08);
      box-shadow: 0 12px 32px rgba(18, 140, 126, 0.5), 0 0 20px rgba(196, 152, 42, 0.15);
    }

    .whatsapp-float:hover .whatsapp-float__tooltip {
      opacity: 1;
      transform: translateX(0);
    }

    /* Scroll to Top Button (Bottom-End / Right in RTL) */
    .scroll-top {
      pointer-events: auto;
      width: clamp(44px, 5vw, 52px);
      height: clamp(44px, 5vw, 52px);
      border-radius: 50%;
      background: var(--glass-bg);
      border: 1px solid var(--glass-border);
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px);
      color: var(--brass-light);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      opacity: 0;
      transform: translateY(16px) scale(0.9);
      pointer-events: none;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
      transition: opacity 0.4s var(--ease-heavy), transform 0.4s var(--ease-heavy),
        border-color 0.3s var(--ease-heavy), background 0.3s var(--ease-heavy),
        color 0.3s var(--ease-heavy);
    }

    .scroll-top.is-visible {
      opacity: 1;
      transform: translateY(0) scale(1);
      pointer-events: auto;
    }

    .scroll-top svg {
      width: 44%;
      height: 44%;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: transform 0.35s var(--ease-spring);
    }

    .scroll-top:hover {
      border-color: var(--brass-light);
      background: var(--glass-bg-hover);
      color: var(--ivory);
    }

    .scroll-top:hover svg {
      transform: translateY(-3px);
    }

    @keyframes whatsappPulse {
      0% {
        transform: scale(0.95);
        opacity: 1;
      }

      100% {
        transform: scale(1.35);
        opacity: 0;
      }
    }

    /* ========== 23. AMBIENT HERO LIGHT ORBS ========== */
    .hero__orbs {
      position: absolute;
      inset: 0;
      z-index: 4;
      pointer-events: none;
      overflow: hidden;
      opacity: 0.75;
    }

    .hero__orb {
      position: absolute;
      border-radius: 50%;
      filter: blur(80px);
      mix-blend-mode: screen;
      opacity: 0.15;
    }

    .hero__orb--1 {
      width: clamp(250px, 40vw, 500px);
      height: clamp(250px, 40vw, 500px);
      background: radial-gradient(circle, var(--brass-light) 0%, transparent 70%);
      top: -10%;
      inset-inline-start: 10%;
      animation: orbDrift1 25s ease-in-out infinite alternate;
    }

    .hero__orb--2 {
      width: clamp(300px, 50vw, 600px);
      height: clamp(300px, 50vw, 600px);
      background: radial-gradient(circle, var(--deep-plum-light) 0%, transparent 70%);
      bottom: -15%;
      inset-inline-end: 5%;
      animation: orbDrift2 30s ease-in-out infinite alternate;
    }

    .hero__orb--3 {
      width: clamp(200px, 30vw, 400px);
      height: clamp(200px, 30vw, 400px);
      background: radial-gradient(circle, var(--brass) 0%, transparent 70%);
      top: 40%;
      inset-inline-start: -5%;
      animation: orbDrift3 22s ease-in-out infinite alternate;
    }

    @keyframes orbDrift1 {
      0% {
        transform: translate(0, 0) scale(1);
      }

      50% {
        transform: translate(5%, 8%) scale(1.1);
      }

      100% {
        transform: translate(-3%, -5%) scale(0.95);
      }
    }

    @keyframes orbDrift2 {
      0% {
        transform: translate(0, 0) scale(0.9);
      }

      50% {
        transform: translate(-8%, 5%) scale(1.05);
      }

      100% {
        transform: translate(4%, -7%) scale(1);
      }
    }

    @keyframes orbDrift3 {
      0% {
        transform: translate(0, 0) scale(1.05);
      }

      50% {
        transform: translate(6%, -6%) scale(0.9);
      }

      100% {
        transform: translate(-5%, 4%) scale(1.1);
      }
    }

    /* ========== 24. ABOUT SPLIT LAYOUT ========== */
    .about__container--split {
      display: flex;
      flex-direction: column;
      gap: clamp(40px, 6vw, 80px);
      text-align: start;
    }

    @media (min-width: 900px) {
      .about__container--split {
        flex-direction: row-reverse;
        align-items: center;
        text-align: start;
        max-width: 1200px;
      }

      .about__text {
        width: 52%;
      }

      .about__visual {
        width: 48%;
      }
    }

    .about__body {
      text-align: justify;
      text-align-last: start;
      margin-inline: 0;
    }

    .about__visual-frame {
      position: relative;
      border: 1px solid var(--glass-border);
      background: var(--glass-bg);
      padding: 12px;
      border-radius: var(--radius-card);
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
      overflow: hidden;
      transition: border-color 0.4s var(--ease-heavy);
    }

    .about__visual-frame:hover {
      border-color: var(--glass-border-hover);
    }

    .about__visual-img {
      width: 100%;
      border-radius: var(--radius-sm);
      filter: saturate(0.85) contrast(1.05) brightness(0.9);
      transition: transform 0.8s var(--ease-heavy), filter 0.8s var(--ease-heavy);
    }

    .about__visual-frame:hover .about__visual-img {
      transform: scale(1.03);
      filter: saturate(1) contrast(1.05) brightness(1);
    }

    .about__visual-caption {
      margin-top: 12px;
      font-size: 0.78rem;
      color: var(--brass-light);
      text-align: center;
      letter-spacing: 1px;
      font-weight: 300;
    }

    /* ========== 25. GALLERY CTA CARD ========== */
    .gallery-card--cta {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      border: 1px solid rgba(196, 152, 42, 0.25);
      background: linear-gradient(135deg, rgba(26, 14, 40, 0.65) 0%, rgba(12, 10, 7, 0.85) 100%);
      padding: clamp(24px, 4vw, 40px);
    }

    .gallery-card__cta-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 16px;
      height: 100%;
      width: 100%;
    }

    .gallery-card--cta .icon {
      font-size: clamp(2rem, 5vw, 3.2rem);
      color: var(--brass-light);
      filter: drop-shadow(0 0 10px rgba(196, 152, 42, 0.4));
      margin-bottom: 8px;
    }

    .gallery-card--cta h3 {
      font-family: var(--font-display);
      font-size: clamp(1.4rem, 3.5vw, 1.8rem);
      color: var(--cream);
      font-weight: 700;
      line-height: 1.3;
    }

    .gallery-card--cta p {
      font-size: 0.88rem;
      color: var(--cream-dim);
      line-height: 1.75;
      max-width: 28ch;
      margin-bottom: clamp(12px, 2vh, 20px);
    }

    @media (min-width: 769px) {
      .gallery-card--cta {
        min-height: 52vh;
      }
    }

    /* ========== 26. CLIENTS SECTION ========== */
    .clients-section {
      background: radial-gradient(circle at 50% 0%, rgba(26, 14, 40, 0.3) 0%, var(--ink) 80%);
      padding: var(--sp-section) 0;
      border-top: 1px solid var(--glass-border);
      border-bottom: 1px solid var(--glass-border);
      position: relative;
    }

    .clients__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--sp-side);
    }

    .clients__header {
      margin-bottom: clamp(40px, 6vh, 68px);
      text-align: center;
      max-width: 800px;
      margin-inline: auto;
    }

    .clients__eyebrow {
      font-size: clamp(0.72rem, 1.8vw, 0.82rem);
      letter-spacing: clamp(3px, 1.2vw, 5px);
      color: var(--brass-light);
      text-transform: uppercase;
      margin-bottom: 14px;
      display: inline-flex;
      align-items: center;
      gap: 12px;
    }

    .clients__eyebrow::before,
    .clients__eyebrow::after {
      content: '';
      display: inline-block;
      width: 24px;
      height: 1px;
      background: linear-gradient(90deg, var(--brass), var(--brass-dim));
    }

    .clients__title {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: clamp(1.8rem, 5vw, 3rem);
      color: var(--cream);
      line-height: 1.3;
      margin-bottom: 18px;
    }

    .clients__desc {
      font-size: clamp(0.92rem, 2vw, 1.05rem);
      color: var(--cream-dim);
      line-height: 1.85;
      font-weight: 300;
    }

    .clients-slider {
      position: relative;
      width: 100%;
      margin: 40px auto 0;
    }

    .clients-slider__viewport {
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
      padding: 12px 4px 28px;
    }

    .clients-slider__viewport::-webkit-scrollbar {
      display: none;
    }

    .clients-slider__track {
      display: flex;
      gap: 24px;
      width: max-content;
    }

    .client-card {
      flex: 0 0 280px;
      width: 280px;
      scroll-snap-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: clamp(20px, 3.5vw, 32px) 18px;
      height: auto;
    }

    @media (min-width: 768px) {
      .client-card {
        flex: 0 0 320px;
        width: 320px;
      }
    }

    .clients-slider__controls {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      margin-top: 16px;
    }

    .slider-btn {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: var(--surface-glass);
      border: 1px solid var(--glass-border);
      color: var(--brass-light);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background 0.3s var(--ease-heavy), border-color 0.3s var(--ease-heavy), color 0.3s, transform 0.3s var(--ease-spring);
    }

    .slider-btn:hover {
      background: var(--brass-glow);
      border-color: var(--brass-light);
      color: var(--ivory);
      transform: scale(1.08);
    }

    .slider-dots {
      display: flex;
      gap: 8px;
    }

    .slider-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: rgba(240, 234, 219, 0.18);
      border: none;
      padding: 0;
      cursor: pointer;
      transition: background 0.3s, transform 0.3s;
    }

    .slider-dot.active {
      background: var(--brass);
      transform: scale(1.25);
    }

    .client-card__title {
      font-family: var(--font-display);
      font-size: 1.22rem;
      color: var(--cream);
      font-weight: 700;
      margin-bottom: 12px;
      position: relative;
      z-index: 2;
    }

    .client-card__desc {
      font-size: 0.84rem;
      color: var(--cream-dim);
      line-height: 1.75;
      font-weight: 300;
      position: relative;
      z-index: 2;
    }


    /* ========== 27. FAQ SECTION ========== */
    .faq-section {
      background: var(--ink);
      padding: var(--sp-section) 0;
      position: relative;
    }

    .faq__container {
      max-width: 900px;
      margin: 0 auto;
      padding: 0 var(--sp-side);
    }

    .faq__header {
      margin-bottom: clamp(36px, 6vh, 56px);
      text-align: center;
    }

    .faq__label {
      font-size: clamp(0.72rem, 1.8vw, 0.82rem);
      letter-spacing: clamp(3px, 1.2vw, 5px);
      color: var(--brass-light);
      text-transform: uppercase;
      margin-bottom: 14px;
      display: inline-flex;
      align-items: center;
      gap: 12px;
    }

    .faq__label::before,
    .faq__label::after {
      content: '';
      display: inline-block;
      width: 24px;
      height: 1px;
      background: linear-gradient(90deg, var(--brass), var(--brass-dim));
    }

    .faq__title {
      font-family: var(--font-display);
      font-weight: 700;
      font-size: clamp(1.8rem, 5vw, 3rem);
      color: var(--cream);
      line-height: 1.3;
    }

    .faq__grid {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .faq__item {
      border: 1px solid var(--glass-border);
      background: var(--glass-bg);
      border-radius: var(--radius-card);
      overflow: hidden;
      transition: border-color 0.4s var(--ease-heavy), background-color 0.4s var(--ease-heavy);
    }

    .faq__item:hover {
      border-color: var(--glass-border-hover);
      background-color: var(--glass-bg-hover);
    }

    .faq__question {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      background: none;
      border: none;
      padding: 20px 24px;
      color: var(--cream);
      font-family: var(--font-body);
      font-size: clamp(0.95rem, 2vw, 1.12rem);
      font-weight: 600;
      text-align: start;
      cursor: pointer;
      outline: none;
    }

    .faq__question:focus-visible {
      background-color: var(--glass-bg-hover);
    }

    .faq__icon {
      font-size: 1.2rem;
      color: var(--brass-light);
      font-weight: 300;
      transition: transform 0.4s var(--ease-heavy);
      flex-shrink: 0;
    }

    .faq__answer {
      height: 0;
      overflow: hidden;
      transition: height 0.4s var(--ease-heavy);
    }

    .faq__answer-content {
      padding: 0 24px 24px;
      font-size: clamp(0.88rem, 1.8vw, 0.95rem);
      color: var(--cream-dim);
      line-height: 1.9;
      font-weight: 300;
    }

    /* ========== 28. STICKY SIDE NAVIGATION ========== */
    .section-nav {
      position: fixed;
      inset-inline-end: clamp(16px, 3vw, 40px);
      top: 50%;
      transform: translateY(-50%);
      z-index: 840;
      display: flex;
      flex-direction: column;
      gap: 16px;
      pointer-events: none;
    }

    @media (max-width: 1024px) {
      .section-nav {
        display: none;
        /* Hide on smaller screens to avoid overlap */
      }
    }

    .section-nav__dot {
      pointer-events: auto;
      width: 8px;
      height: 8px;
      background: rgba(240, 234, 219, 0.2);
      border-radius: 50%;
      position: relative;
      transition: transform 0.4s var(--ease-spring), background 0.4s var(--ease-heavy), box-shadow 0.4s var(--ease-heavy);
      outline: none;
    }

    .section-nav__dot:focus-visible {
      outline: 2px solid var(--brass-light);
      outline-offset: 4px;
    }

    .section-nav__dot:hover {
      background: var(--brass-light);
      transform: scale(1.3);
    }

    .section-nav__dot.active {
      background: var(--brass);
      transform: scale(1.6);
      box-shadow: 0 0 10px rgba(196, 152, 42, 0.6);
    }

    .section-nav__tooltip {
      position: absolute;
      inset-inline-end: 20px;
      top: 50%;
      transform: translateY(-50%) translateX(10px);
      background: rgba(12, 10, 7, 0.94);
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px);
      border: 1px solid var(--glass-border);
      color: var(--cream);
      font-size: 0.72rem;
      padding: 5px 12px;
      border-radius: var(--radius-sm);
      white-space: nowrap;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s var(--ease-heavy), transform 0.3s var(--ease-heavy);
    }

    html[dir="rtl"] .section-nav__tooltip {
      transform: translateY(-50%) translateX(-10px);
    }

    .section-nav__dot:hover .section-nav__tooltip {
      opacity: 1;
      transform: translateY(-50%) translateX(0);
    }

    /* ========== 29. METRICS RING SPINNING ========== */
    .metrics__ring:nth-child(1) {
      animation: ringSpin 35s linear infinite;
    }

    .metrics__ring:nth-child(2) {
      animation: ringSpinReverse 45s linear infinite;
    }

    .metrics__ring:nth-child(3) {
      animation: ringSpin 60s linear infinite;
    }

    @keyframes ringSpin {
      from {
        transform: rotate(0deg);
      }

      to {
        transform: rotate(360deg);
      }
    }

    @keyframes ringSpinReverse {
      from {
        transform: rotate(0deg);
      }

      to {
        transform: rotate(-360deg);
      }
    }

    /* ========== 30. INLINE STYLE EXTRACTIONS ========== */

    /* Extracted from index.html #procBg3 inline style */
    .process__vid--bg3 {
      background-image: url('../image/section-bg.jpeg');
      background-size: cover;
      background-position: center 30%;
    }

    /* Extracted from both pages .climax__bg inline style */
    .climax__bg {
      background-image: url('../image/cta-bg.png');
    }

    /* Extracted from projects.html .project-modal-trigger inline style */
    .btn--reset {
      background: none;
      border: none;
      cursor: pointer;
      text-align: right;
    }

    /* Extracted from projects.html #projectsGridSection inline style */
    .projects#projectsGridSection {
      padding-top: var(--sp-section);
    }

    /* Extracted from projects.html #modalProjectIdTag inline style */
    .modal__id-tag {
      font-family: var(--font-display);
      color: var(--brass-light);
      font-size: 1.1rem;
    }

    /* ========== 31. PROJECTS PAGE — FILTER CHIPS, MODAL, EMPTY STATE ========== */
    /* Extracted from projects.html inline <style> block */

    .filter-bar-wrapper {
      margin-top: calc(var(--sp-section) * -0.3);
      position: relative;
      z-index: 10;
      padding-bottom: 24px;
    }

    .filter-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
      margin-top: 28px;
    }

    .chip-btn {
      background: var(--surface-glass);
      border: 1px solid var(--glass-border);
      color: var(--cream-dim);
      padding: 10px 22px;
      border-radius: 999px;
      font-size: 0.92rem;
      font-family: var(--font-body);
      font-weight: 600;
      cursor: pointer;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      transition: all 0.3s var(--ease-heavy);
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .chip-btn:hover {
      border-color: var(--brass-light);
      color: var(--cream);
      background: var(--brass-glow-sm);
      transform: translateY(-2px);
    }

    .chip-btn.active {
      background: linear-gradient(135deg, var(--brass) 0%, var(--brass-dim) 100%);
      color: var(--ink);
      border-color: var(--brass-light);
      font-weight: 700;
      box-shadow: 0 4px 20px var(--brass-glow-intense);
    }

    /* Modal / Lightbox Styles */
    .modal-backdrop {
      position: fixed;
      inset: 0;
      z-index: 999;
      background: rgba(6, 5, 10, 0.88);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.4s var(--ease-heavy);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: clamp(16px, 4vw, 40px);
    }

    .modal-backdrop.is-open {
      opacity: 1;
      pointer-events: auto;
    }

    .modal-card {
      background: var(--panel);
      border: 1px solid var(--glass-border-hover);
      border-radius: var(--radius-card);
      max-width: 860px;
      width: 100%;
      max-height: 90vh;
      overflow-y: auto;
      position: relative;
      box-shadow: 0 24px 60px rgba(0, 0, 0, 0.8), 0 0 40px var(--brass-glow);
      transform: scale(0.94) translateY(20px);
      transition: transform 0.4s var(--ease-heavy);
    }

    .modal-backdrop.is-open .modal-card {
      transform: scale(1) translateY(0);
    }

    .modal-close-btn {
      position: absolute;
      top: 18px;
      left: 18px;
      background: rgba(11, 11, 12, 0.75);
      border: 1px solid var(--glass-border);
      color: var(--cream);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      cursor: pointer;
      z-index: 10;
      transition: all 0.3s ease;
    }

    .modal-close-btn:hover {
      background: var(--brass);
      color: var(--ink);
      border-color: var(--brass-light);
      transform: rotate(90deg);
    }

    .modal-img-wrapper {
      position: relative;
      aspect-ratio: 16/9;
      background: var(--ink);
      overflow: hidden;
    }

    .modal-img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .modal-content {
      padding: clamp(24px, 5vw, 40px);
    }

    .modal-header-meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 12px;
    }

    .modal-country-tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: var(--brass-glow);
      border: 1px solid var(--glass-border);
      color: var(--brass-light);
      padding: 6px 16px;
      border-radius: 999px;
      font-size: 0.85rem;
      font-weight: 700;
    }

    .modal-title {
      font-family: var(--font-display);
      font-size: clamp(1.6rem, 3.5vw, 2.2rem);
      color: var(--cream);
      margin-bottom: 16px;
      line-height: 1.3;
    }

    .modal-specs-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 16px;
      background: rgba(11, 11, 12, 0.5);
      border: 1px solid var(--glass-border);
      padding: 18px;
      border-radius: var(--radius-sm);
      margin: 20px 0 28px;
    }

    .modal-spec-item {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .modal-spec-label {
      font-size: 0.78rem;
      color: var(--brass-light);
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .modal-spec-value {
      font-size: 0.95rem;
      color: var(--cream);
      font-weight: 500;
    }

    /* Featured Catalogue Section Base Styles */
    .featured-catalogue-section {
      padding: 80px 24px;
      background: rgba(11, 11, 12, 0.85);
      border-top: 1px solid var(--glass-border);
      position: relative;
    }

    .showcase-heading {
      color: var(--cream);
    }

    .showcase-subtitle {
      color: var(--cream-dim);
    }

    .showcase-nav-label {
      color: var(--cream-dim);
    }

    .showcase-nav-btn {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: rgba(28, 24, 19, 0.9);
      border: 1px solid var(--glass-border);
      color: var(--brass-light);
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .showcase-card {
      flex: 0 0 310px;
      min-width: 270px;
      max-width: 330px;
      scroll-snap-align: start;
      background: #141018;
      border: 1px solid var(--glass-border);
      border-radius: 18px;
      padding: 18px;
      transition: all 0.35s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .showcase-img-wrap {
      aspect-ratio: 1;
      background: #0b0b0c;
      border-radius: 14px;
      overflow: hidden;
      margin-bottom: 16px;
      position: relative;
    }

    .showcase-badge {
      position: absolute;
      top: 12px;
      right: 12px;
      background: rgba(11, 11, 12, 0.8);
      color: var(--brass-light);
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px);
      border: 1px solid var(--glass-border);
      font-size: 0.72rem;
      font-weight: 700;
      padding: 4px 12px;
      border-radius: 20px;
    }

    .showcase-title {
      font-size: 1.05rem;
      font-weight: 700;
      color: var(--cream);
      margin-bottom: 8px;
      line-height: 1.4;
      font-family: var(--font-body);
    }

    .showcase-desc {
      font-size: 0.8rem;
      color: var(--cream-dim);
      line-height: 1.6;
      margin-bottom: 20px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .modal-desc {
      color: var(--cream-dim);
      font-size: 1.02rem;
      line-height: 1.8;
      margin-bottom: 32px;
    }

    .modal-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
    }

    .empty-results-card {
      display: none;
      text-align: center;
      padding: 60px 24px;
      background: var(--panel);
      border: 1px dashed var(--glass-border);
      border-radius: var(--radius-card);
      margin-top: 30px;
    }

    .empty-results-card.is-visible {
      display: block;
    }

    .empty-results-title {
      font-family: var(--font-display);
      font-size: 1.6rem;
      color: var(--brass-light);
      margin-bottom: 12px;
    }

    .empty-results-desc {
      color: var(--cream-dim);
      max-width: 500px;
      margin: 0 auto 24px;
    }

    /* ==========================================================================
       CATALOGUE MASTER STYLES INTEGRATION
       ========================================================================== */
    .hero-slider {
      position: relative;
      width: 100%;
      height: 68vh;
      min-height: 500px;
      max-height: 700px;
      overflow: hidden;
      border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    }

    .hero-slider__track {
      position: absolute;
      inset: 0;
    }

    .hero-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: opacity 1s ease-in-out;
      z-index: 1;
    }

    .hero-slide--active {
      opacity: 1;
      z-index: 2;
    }

    .hero-slide__img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 30%;
    }

    .hero-slide--active .hero-slide__img {
      animation: kenBurns 8s ease-in-out both;
    }

    .hero-slider__overlay {
      position: absolute;
      inset: 0;
      z-index: 3;
      background: linear-gradient(to bottom, rgba(8, 7, 5, 0.7) 0%, rgba(8, 7, 5, 0.45) 50%, rgba(8, 7, 5, 0.92) 100%);
      pointer-events: none;
    }

    .hero-slider__content {
      position: absolute;
      inset: 0;
      z-index: 5;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 105px 0 2rem;
    }

    .catalogue-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
      width: 100%;
    }

    .hero-slider__box {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      max-width: 850px;
      margin: 0 auto;
      text-align: center;
    }

    .hero-slider__badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(196, 152, 42, 0.18);
      border: 1px solid rgba(196, 152, 42, 0.4);
      padding: 6px 18px;
      border-radius: 20px;
      font-size: 0.82rem;
      font-weight: 700;
      color: var(--color-gold-light, #fef08a);
      margin-bottom: 16px;
      backdrop-filter: blur(8px);
    }

    .hero-slider__pulse {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--color-gold-main, #d4af37);
      box-shadow: 0 0 10px var(--color-gold-main, #d4af37);
    }

    .hero-slider__title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: clamp(1.8rem, 4vw, 2.8rem);
      font-weight: 700;
      color: #ffffff;
      line-height: 1.35;
      margin: 0 0 16px 0;
    }

    .hero-slider__subtitle {
      font-size: clamp(0.88rem, 1.8vw, 1.05rem);
      color: rgba(255, 255, 255, 0.85);
      line-height: 1.8;
      max-width: 720px;
      margin: 0 auto 24px;
      font-weight: 300;
    }

    .hero-slider__stats {
      display: flex;
      gap: 28px;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 8px;
    }

    .hero-slider__stat {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 0.78rem;
      color: rgba(255, 255, 255, 0.75);
    }

    .hero-slider__stat-val {
      font-size: 1.25rem;
      font-weight: 800;
      color: var(--color-gold-light, #fef08a);
    }

    .hero-slider__dots {
      position: absolute;
      bottom: 1.2rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 6;
      display: flex;
      gap: 8px;
    }

    .hero-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 1.5px solid rgba(212, 175, 55, 0.5);
      background: transparent;
      cursor: pointer;
      padding: 0;
      transition: all 0.3s ease;
    }

    .hero-dot--active {
      background: var(--color-gold-main, #d4af37);
      border-color: var(--color-gold-main, #d4af37);
      box-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
      transform: scale(1.2);
    }

    /* ==========================================================================
       MOBILE-FIRST FLOATING FILTER BAR & CAPSULE
       ========================================================================== */
    #catalogue-filter-bar {
      position: sticky;
      top: 75px;
      z-index: 120;
      width: 100%;
      padding: 6px 12px;
      margin-top: -18px;
      display: flex;
      justify-content: center;
      align-items: center;
      pointer-events: none;
      box-sizing: border-box;
    }

    .filter-capsule {
      pointer-events: auto;
      display: flex;
      align-items: center;
      gap: 6px;
      width: 100%;
      max-width: min(94vw, 440px);
      background: rgba(16, 14, 11, 0.95);
      border: 1px solid rgba(212, 175, 55, 0.3);
      border-radius: 24px;
      padding: 4px 6px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      box-sizing: border-box;
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .filter-capsule__body {
      flex: 1 1 auto;
      min-width: 0;
      display: flex;
      align-items: center;
      width: 100%;
    }

    .filter-pills {
      display: flex;
      align-items: center;
      justify-content: space-around;
      gap: 3px;
      flex-wrap: nowrap;
      width: 100%;
      padding: 2px 4px;
      box-sizing: border-box;
    }

    .filter-btn {
      flex: 1 1 0;
      min-width: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 6px 2px;
      border-radius: 16px;
      border: 1px solid rgba(212, 175, 55, 0.18);
      background: rgba(255, 255, 255, 0.06);
      color: #d1d5db;
      font-size: 0.75rem;
      font-weight: 600;
      font-family: var(--font-body);
      cursor: pointer;
      white-space: nowrap;
      transition: all 0.2s ease;
      text-align: center;
    }

    .filter-btn:hover {
      border-color: rgba(212, 175, 55, 0.45);
      color: #ffffff;
    }

    .filter-btn.active {
      background: var(--brass-light, #d4af37) !important;
      color: #000000 !important;
      font-weight: 700 !important;
      border-color: var(--brass-light, #d4af37) !important;
      box-shadow: 0 2px 10px rgba(212, 175, 55, 0.35);
    }

    .filter-toggle-btn,
    #filter-toggle-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      padding: 0;
      border: none;
      background: rgba(212, 175, 55, 0.12);
      border: 1px solid rgba(212, 175, 55, 0.25);
      border-radius: 50%;
      cursor: pointer;
      flex-shrink: 0;
      transition: transform 0.2s ease, background 0.2s ease;
    }

    .filter-toggle-btn img,
    #filter-toggle-btn img {
      width: 15px;
      height: 15px;
      object-fit: contain;
      display: block;
    }

    /* Collapsed filter state */
    .filter-capsule.is-collapsed {
      max-width: 42px;
      padding: 4px;
      border-radius: 50px;
    }

    .filter-capsule.is-collapsed .filter-capsule__body {
      display: none !important;
    }

    /* Desktop Enhancement (min-width: 768px) */
    @media (min-width: 768px) {
      #catalogue-filter-bar {
        top: 90px;
        padding: 10px 20px;
        margin-top: -24px;
      }

      .filter-capsule {
        max-width: 580px;
        padding: 6px 14px;
        gap: 8px;
        border-radius: 30px;
      }

      .filter-pills {
        gap: 6px;
        justify-content: center;
        padding: 2px 8px;
      }

      .filter-btn {
        flex: 0 0 auto;
        padding: 6px 18px;
        font-size: 0.84rem;
        border-radius: 20px;
      }

      .filter-toggle-btn,
      #filter-toggle-btn {
        width: 32px;
        height: 32px;
      }
    }

    /* Product Catalog Grid */
    .catalog-section {
      max-width: 1240px;
      margin: 40px auto 80px;
      padding: 0 24px;
    }

    #product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 28px;
    }

    .product-card {
      background: rgba(18, 16, 13, 0.85);
      border: 1px solid var(--glass-border, rgba(212, 175, 55, 0.25));
      border-radius: 16px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease;
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }

    .product-card:hover {
      transform: translateY(-5px);
      border-color: rgba(212, 175, 55, 0.5);
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 175, 55, 0.15);
    }

    .product-card__media {
      display: block;
      position: relative;
      aspect-ratio: 4/3;
      overflow: hidden;
      background: #000;
    }

    .product-card__badge {
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 10;
      background: rgba(8, 7, 5, 0.85);
      color: var(--brass-light, #d4af37);
      font-size: 0.72rem;
      font-weight: 700;
      padding: 4px 12px;
      border-radius: 20px;
      border: 1px solid rgba(212, 175, 55, 0.3);
      backdrop-filter: blur(4px);
    }

    .product-card__img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .product-card:hover .product-card__img {
      transform: scale(1.05);
    }

    .product-card__overlay {
      position: absolute;
      inset: 0;
      background: rgba(8, 7, 5, 0.4);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .product-card:hover .product-card__overlay {
      opacity: 1;
    }

    .product-card__overlay-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(212, 175, 55, 0.9);
      color: #080705;
      font-size: 0.8rem;
      font-weight: 700;
      padding: 8px 16px;
      border-radius: 20px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }

    .product-card__body {
      padding: 20px;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 16px;
    }

    .product-card__title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: 1.25rem;
      font-weight: 700;
      margin: 0 0 8px 0;
      line-height: 1.4;
    }

    .product-card__title a {
      color: #ffffff;
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .product-card__title a:hover {
      color: var(--brass-light, #d4af37);
    }

    .product-card__desc {
      font-size: 0.85rem;
      color: #9ca3af;
      line-height: 1.6;
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .product-card__actions {
      display: flex;
      gap: 10px;
      padding-top: 12px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .product-card__btn-details {
      flex: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 8px 14px;
      background: rgba(212, 175, 55, 0.12);
      border: 1px solid rgba(212, 175, 55, 0.3);
      color: var(--brass-pale, #fef08a);
      font-size: 0.8rem;
      font-weight: 700;
      border-radius: 8px;
      text-decoration: none;
      transition: all 0.2s ease;
    }

    .product-card__btn-details:hover {
      background: rgba(212, 175, 55, 0.25);
      border-color: rgba(212, 175, 55, 0.6);
      color: #ffffff;
    }

    .product-card__btn-wa {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 8px 14px;
      background: rgba(37, 211, 102, 0.15);
      border: 1px solid rgba(37, 211, 102, 0.35);
      color: #25d366;
      font-size: 0.8rem;
      font-weight: 700;
      border-radius: 8px;
      text-decoration: none;
      transition: all 0.2s ease;
    }

    /* LIGHT MODE OVERRIDES IN STYLE.CSS */
    [data-theme="light"] .filter-capsule,
    html.light .filter-capsule {
      background: rgba(255, 255, 255, 0.96) !important;
      border-color: rgba(180, 132, 26, 0.3) !important;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    }

    [data-theme="light"] .filter-btn,
    html.light .filter-btn {
      background: #f3efe6 !important;
      border-color: rgba(180, 132, 26, 0.25) !important;
      color: #423b2f !important;
    }

    [data-theme="light"] .filter-btn:hover,
    html.light .filter-btn:hover {
      border-color: rgba(180, 132, 26, 0.6) !important;
      color: #1c1813 !important;
    }

    [data-theme="light"] .filter-btn.active,
    html.light .filter-btn.active {
      background: var(--brass-light, #d4af37) !important;
      color: #ffffff !important;
      border-color: var(--brass-light, #d4af37) !important;
    }

    [data-theme="light"] .product-card,
    html.light .product-card {
      background: #ffffff !important;
      border-color: rgba(180, 132, 26, 0.25) !important;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    }

    [data-theme="light"] .product-card__title a,
    html.light .product-card__title a {
      color: #1c1813 !important;
    }

    /* ==========================================================================
       Catalogue Product Details Mobile-First Responsive Styles
       ========================================================================== */
    .cat-detail-wrap {
      padding: 115px 24px 80px;
      width: 100%;
      box-sizing: border-box;
      overflow: hidden;
    }

    .cat-detail-container {
      max-width: 1200px;
      margin: 0 auto;
      width: 100%;
      box-sizing: border-box;
    }

    /* Breadcrumb */
    .cat-detail-breadcrumb {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
      font-size: 0.88rem;
      margin-bottom: 28px;
      color: rgba(255, 255, 255, 0.7);
    }

    .cat-detail-breadcrumb-link {
      color: rgba(255, 255, 255, 0.75);
      text-decoration: none;
      transition: color 0.2s ease;
    }

    .cat-detail-breadcrumb-link:hover {
      color: var(--brass-light, #fef08a);
    }

    .cat-detail-breadcrumb-sep {
      color: rgba(255, 255, 255, 0.3);
    }

    .cat-detail-breadcrumb-current {
      color: var(--brass, #d4af37);
      font-weight: 600;
    }

    /* Main Grid Layout */
    .cat-detail-main-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: flex-start;
      width: 100%;
      box-sizing: border-box;
    }

    .cat-detail-gallery-col,
    .cat-detail-info-col {
      width: 100%;
      min-width: 0;
      box-sizing: border-box;
    }

    /* Product Gallery Showcase */
    .cat-detail-gallery-box {
      aspect-ratio: 1;
      background: #000;
      border: 1px solid var(--glass-border, rgba(212, 175, 55, 0.25));
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
      cursor: zoom-in;
      width: 100%;
    }

    .cat-detail-main-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease, opacity 0.3s ease;
    }

    .cat-detail-category-badge {
      position: absolute;
      top: 16px;
      right: 16px;
      background: rgba(11, 11, 12, 0.85);
      color: var(--brass-light, #fef08a);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border: 1px solid var(--glass-border, rgba(212, 175, 55, 0.25));
      font-size: 0.75rem;
      font-weight: 700;
      padding: 6px 14px;
      border-radius: 20px;
      z-index: 30;
    }

    .cat-detail-zoom-hint {
      position: absolute;
      bottom: 16px;
      right: 16px;
      background: rgba(11, 11, 12, 0.85);
      color: #ffffff;
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      font-size: 0.72rem;
      padding: 5px 12px;
      border-radius: 8px;
      z-index: 30;
      pointer-events: none;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    /* Thumbnails Row */
    .cat-detail-thumbs-row {
      display: flex;
      gap: 12px;
      margin-top: 16px;
      overflow-x: auto;
      padding-bottom: 8px;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }
    .cat-detail-thumbs-row::-webkit-scrollbar {
      display: none !important;
    }

    .cat-detail-thumb-item {
      width: 72px;
      height: 72px;
      border-radius: 10px;
      overflow: hidden;
      border: 2px solid var(--glass-border, rgba(212, 175, 55, 0.25));
      cursor: pointer;
      flex-shrink: 0;
      background: #000;
      position: relative;
      transition: border-color 0.2s ease;
    }
    .cat-detail-thumb-item:hover {
      border-color: var(--brass, #d4af37);
    }

    .cat-detail-thumb-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Trust Badges Bar */
    .cat-detail-trust-bar {
      margin-top: 24px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
      text-align: center;
      width: 100%;
      box-sizing: border-box;
    }

    .cat-detail-trust-item {
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid rgba(212, 175, 55, 0.15);
      padding: 12px 8px;
      border-radius: 12px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .cat-detail-trust-icon {
      font-size: 1.1rem;
      margin-bottom: 4px;
    }

    .cat-detail-trust-title {
      font-size: 0.76rem;
      color: var(--brass-light, #fef08a);
      font-weight: 700;
    }

    .cat-detail-trust-sub {
      font-size: 0.7rem;
      color: #9ca3af;
      margin-top: 2px;
    }

    /* SKU Badge & Product Title */
    .cat-detail-sku-badge {
      display: inline-block;
      font-size: 0.75rem;
      font-weight: 700;
      color: var(--brass-light, #fef08a);
      background: rgba(196, 152, 42, 0.12);
      border: 1px solid var(--glass-border, rgba(212, 175, 55, 0.25));
      padding: 4px 12px;
      border-radius: 6px;
      margin-bottom: 12px;
    }

    .cat-detail-title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: clamp(1.4rem, 4vw, 2.2rem);
      color: #ffffff;
      font-weight: 700;
      margin: 0 0 12px 0;
      line-height: 1.35;
    }

    .cat-detail-desc {
      font-size: clamp(0.88rem, 2vw, 1.02rem);
      color: #d1d5db;
      line-height: 1.85;
      margin-bottom: 24px;
      font-weight: 300;
    }

    /* Specifications Card */
    .cat-detail-specs-card {
      background: rgba(18, 16, 13, 0.6);
      border: 1px solid var(--glass-border, rgba(212, 175, 55, 0.25));
      border-radius: 16px;
      padding: 20px;
      margin-bottom: 24px;
      box-sizing: border-box;
    }

    .cat-detail-specs-title {
      font-size: 1rem;
      font-weight: 700;
      color: var(--brass-light, #fef08a);
      margin: 0 0 16px 0;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .cat-detail-specs-title-icon {
      color: var(--brass, #d4af37);
    }

    .cat-detail-specs-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .cat-detail-spec-box {
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid rgba(212, 175, 55, 0.12);
      padding: 10px 12px;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      gap: 3px;
    }

    .cat-detail-spec-label {
      font-size: 0.74rem;
      color: #9ca3af;
      font-weight: 600;
    }

    .cat-detail-spec-val {
      font-size: 0.86rem;
      color: #ffffff;
      font-weight: 700;
    }

    .cat-detail-spec-val--highlight {
      color: var(--brass-light, #fef08a);
      font-family: monospace;
    }

    /* Share Box */
    .cat-detail-share-box {
      margin-bottom: 24px;
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
    }

    .cat-detail-share-label {
      font-size: 0.82rem;
      color: #9ca3af;
      font-weight: 600;
    }

    .cat-detail-share-buttons {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
    }

    .cat-detail-share-btn {
      padding: 6px 14px;
      border-radius: 8px;
      font-size: 0.78rem;
      font-weight: 700;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: opacity 0.2s ease;
    }
    .cat-detail-share-btn:hover {
      opacity: 0.9;
    }

    .cat-detail-share-btn--wa {
      background: #25D366;
      color: #000000;
    }

    .cat-detail-share-btn--fb {
      background: #1877F2;
      color: #ffffff;
    }

    .cat-detail-share-btn--tw {
      background: #1DA1F2;
      color: #ffffff;
    }

    .cat-detail-share-btn--copy {
      background: rgba(196, 152, 42, 0.15);
      border: 1px solid var(--glass-border, rgba(212, 175, 55, 0.25));
      color: var(--brass-light, #fef08a);
      cursor: pointer;
    }

    /* CTA Action Bar */
    .cat-detail-cta-bar {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      align-items: center;
    }

    .cat-detail-cta-btn {
      flex: 1;
      min-width: 200px;
      text-align: center;
      font-size: 0.95rem;
      padding: 14px;
      text-decoration: none;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      font-weight: 700;
    }

    .cat-detail-back-btn {
      min-width: 140px;
      text-align: center;
      font-size: 0.92rem;
      padding: 14px;
      text-decoration: none;
      border-radius: 12px;
      font-weight: 600;
    }

    /* Related Products Section */
    .cat-detail-related-section {
      margin-top: 72px;
      padding-top: 48px;
      border-top: 1px solid var(--glass-border, rgba(212, 175, 55, 0.25));
    }

    .cat-detail-related-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 28px;
      flex-wrap: wrap;
      gap: 16px;
    }

    .cat-detail-related-title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: clamp(1.3rem, 3.5vw, 1.8rem);
      color: #ffffff;
      margin: 0 0 6px 0;
    }

    .cat-detail-related-sub {
      font-size: 0.84rem;
      color: #9ca3af;
      margin: 0;
      font-weight: 300;
    }

    .cat-detail-related-link {
      color: var(--brass-light, #fef08a);
      text-decoration: none;
      font-size: 0.88rem;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: gap 0.2s ease;
    }
    .cat-detail-related-link:hover {
      gap: 10px;
    }

    .cat-detail-related-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
      gap: 24px;
    }

    .cat-detail-rel-card {
      background: var(--glass-bg, rgba(18, 16, 13, 0.85));
      border: 1px solid var(--glass-border, rgba(212, 175, 55, 0.25));
      border-radius: 16px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease, border-color 0.3s ease;
    }
    .cat-detail-rel-card:hover {
      transform: translateY(-4px);
      border-color: rgba(212, 175, 55, 0.5);
    }

    .cat-detail-rel-media {
      display: block;
      position: relative;
      aspect-ratio: 1;
      overflow: hidden;
      background: #000;
    }

    .cat-detail-rel-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }
    .cat-detail-rel-card:hover .cat-detail-rel-img {
      transform: scale(1.05);
    }

    .cat-detail-rel-badge {
      position: absolute;
      top: 12px;
      right: 12px;
      background: rgba(8, 7, 5, 0.85);
      color: var(--brass-light, #fef08a);
      font-size: 0.72rem;
      font-weight: 700;
      padding: 4px 10px;
      border-radius: 20px;
      border: 1px solid var(--glass-border, rgba(212, 175, 55, 0.25));
      backdrop-filter: blur(4px);
    }

    .cat-detail-rel-body {
      padding: 18px;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .cat-detail-rel-card-title {
      font-family: 'Aref Ruqaa', 'Amiri', serif;
      font-size: 1.1rem;
      margin: 0 0 6px 0;
      line-height: 1.35;
    }
    .cat-detail-rel-card-title a {
      color: #ffffff;
      text-decoration: none;
      transition: color 0.2s ease;
    }
    .cat-detail-rel-card-title a:hover {
      color: var(--brass, #d4af37);
    }

    .cat-detail-rel-sub {
      font-size: 0.78rem;
      color: #9ca3af;
    }

    .cat-detail-rel-sku {
      color: var(--brass-light, #fef08a);
      font-family: monospace;
      font-weight: 700;
    }

    .cat-detail-rel-actions {
      display: flex;
      gap: 8px;
      margin-top: 14px;
    }

    .cat-detail-rel-btn-details {
      flex: 1;
      padding: 8px 12px;
      background: rgba(212, 175, 55, 0.12);
      border: 1px solid rgba(212, 175, 55, 0.3);
      color: var(--brass-light, #fef08a);
      font-size: 0.78rem;
      font-weight: 700;
      border-radius: 8px;
      text-decoration: none;
      text-align: center;
      transition: all 0.2s ease;
    }
    .cat-detail-rel-btn-details:hover {
      background: rgba(212, 175, 55, 0.25);
      color: #ffffff;
    }

    .cat-detail-rel-btn-wa {
      padding: 8px 12px;
      background: rgba(37, 211, 102, 0.15);
      border: 1px solid rgba(37, 211, 102, 0.35);
      color: #25d366;
      font-size: 0.78rem;
      font-weight: 700;
      border-radius: 8px;
      text-decoration: none;
      text-align: center;
      transition: all 0.2s ease;
    }
    .cat-detail-rel-btn-wa:hover {
      background: rgba(37, 211, 102, 0.25);
    }

    /* ==========================================================================
       MOBILE RESPONSIVE MEDIA QUERIES (< 900px & < 600px)
       ========================================================================== */
    @media (max-width: 900px) {
      .cat-detail-wrap {
        padding: 95px 18px 60px;
      }

      .cat-detail-main-grid {
        grid-template-columns: 1fr;
        gap: 28px;
      }
    }

    @media (max-width: 600px) {
      .cat-detail-wrap {
        padding: 85px 12px 40px;
      }

      .cat-detail-specs-grid {
        grid-template-columns: 1fr;
        gap: 10px;
      }

      .cat-detail-trust-bar {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
      }

      .cat-detail-trust-item {
        padding: 8px 4px;
      }

      .cat-detail-trust-title {
        font-size: 0.7rem;
      }

      .cat-detail-trust-sub {
        font-size: 0.64rem;
      }

      .cat-detail-cta-bar {
        flex-direction: column;
        gap: 10px;
        width: 100%;
      }

      .cat-detail-cta-btn,
      .cat-detail-back-btn {
        width: 100%;
        min-width: 100%;
        box-sizing: border-box;
      }

      .cat-detail-share-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
      }

      .cat-detail-share-buttons {
        width: 100%;
      }

      .cat-detail-share-btn {
        flex: 1 1 calc(50% - 6px);
        justify-content: center;
      }

      .cat-detail-related-grid {
        grid-template-columns: repeat(auto-fill, minmax(min(100%, 150px), 1fr));
        gap: 12px;
      }

      .cat-detail-rel-body {
        padding: 12px;
      }

      .cat-detail-rel-card-title {
        font-size: 0.95rem;
      }

      .cat-detail-zoom-hint {
        font-size: 0.65rem;
        padding: 4px 8px;
        bottom: 10px;
        right: 10px;
      }
    }

    /* Light Theme Support for Details Page */
    [data-theme="light"] .cat-detail-specs-card,
    html.light .cat-detail-specs-card {
      background: rgba(255, 255, 255, 0.9) !important;
      border-color: rgba(180, 132, 26, 0.25) !important;
    }

    [data-theme="light"] .cat-detail-spec-box,
    html.light .cat-detail-spec-box {
      background: #f8f4eb !important;
      border-color: rgba(180, 132, 26, 0.2) !important;
    }

    [data-theme="light"] .cat-detail-spec-label,
    html.light .cat-detail-spec-label {
      color: #6b6255 !important;
    }

    [data-theme="light"] .cat-detail-spec-val,
    html.light .cat-detail-spec-val {
      color: #1c1813 !important;
    }

    [data-theme="light"] .cat-detail-title,
    [data-theme="light"] .cat-detail-related-title,
    [data-theme="light"] .cat-detail-rel-card-title a,
    html.light .cat-detail-title,
    html.light .cat-detail-related-title,
    html.light .cat-detail-rel-card-title a {
      color: #1c1813 !important;
    }

    [data-theme="light"] .cat-detail-desc,
    [data-theme="light"] .cat-detail-related-sub,
    html.light .cat-detail-desc,
    html.light .cat-detail-related-sub {
      color: #4b4438 !important;
    }

    [data-theme="light"] .cat-detail-rel-card,
    html.light .cat-detail-rel-card {
      background: #ffffff !important;
      border-color: rgba(180, 132, 26, 0.22) !important;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05) !important;
    }

    [data-theme="light"] .product-card__desc,
    html.light .product-card__desc {
      color: #4b5563 !important;
    }

    [data-theme="light"] .product-card__desc,
    html.light .product-card__desc {
      color: #4b5563 !important;
    }

    [data-theme="light"] .product-card__btn-details,
    html.light .product-card__btn-details {
      background: rgba(180, 132, 26, 0.12) !important;
      border-color: rgba(180, 132, 26, 0.3) !important;
      color: #966c0d !important;
    }

    [data-theme="light"] .cat-detail-trust-title,
    [data-theme="light"] .cat-detail-sku-badge,
    [data-theme="light"] .cat-detail-specs-title,
    [data-theme="light"] .cat-detail-spec-val--highlight,
    [data-theme="light"] .cat-detail-category-badge,
    [data-theme="light"] .cat-detail-rel-badge,
    [data-theme="light"] .cat-detail-rel-sku,
    [data-theme="light"] .cat-detail-related-link,
    [data-theme="light"] .cat-detail-rel-btn-details,
    [data-theme="light"] .cat-detail-share-btn--copy,
    html.light .cat-detail-trust-title,
    html.light .cat-detail-sku-badge,
    html.light .cat-detail-specs-title,
    html.light .cat-detail-spec-val--highlight,
    html.light .cat-detail-category-badge,
    html.light .cat-detail-rel-badge,
    html.light .cat-detail-rel-sku,
    html.light .cat-detail-related-link,
    html.light .cat-detail-rel-btn-details,
    html.light .cat-detail-share-btn--copy {
      color: #966c0d !important;
    }

    [data-theme="light"] .cat-detail-sku-badge,
    [data-theme="light"] .cat-detail-category-badge,
    [data-theme="light"] .cat-detail-rel-badge,
    html.light .cat-detail-sku-badge,
    html.light .cat-detail-category-badge,
    html.light .cat-detail-rel-badge {
      background: rgba(180, 132, 26, 0.12) !important;
      border-color: rgba(180, 132, 26, 0.3) !important;
    }

/* ========== FLOATING ACTIONS (WHATSAPP & BACK TO TOP) ========== */
.floating-actions-container {
  position: fixed;
  bottom: clamp(24px, 4vw, 40px);
  inset-inline: clamp(24px, 4vw, 40px);
  z-index: 850;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 2 * clamp(24px, 4vw, 40px));
}

.whatsapp-float {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  text-decoration: none;
  opacity: 0;
  transform: translateY(16px) scale(0.9);
  pointer-events: none;
  transition: opacity 0.4s var(--ease-heavy), transform 0.4s var(--ease-heavy);
}

.whatsapp-float.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.whatsapp-float__btn {
  width: clamp(52px, 6vw, 64px);
  height: clamp(52px, 6vw, 64px);
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(18, 140, 126, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: transform 0.4s var(--ease-spring), box-shadow 0.4s var(--ease-heavy);
}

.whatsapp-float__btn::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgba(37, 211, 102, 0.45);
  animation: whatsappPulse 2s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}

.whatsapp-float__btn svg {
  width: 52%;
  height: 52%;
  fill: currentColor;
}

.whatsapp-float__tooltip {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--cream);
  background: rgba(12, 10, 7, 0.92);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid var(--glass-border);
  padding: 8px 18px;
  border-radius: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  opacity: 0;
  transform: translateX(12px);
  pointer-events: none;
  transition: opacity 0.35s var(--ease-heavy), transform 0.35s var(--ease-heavy);
}

html[dir="rtl"] .whatsapp-float__tooltip {
  transform: translateX(-12px);
  order: 2;
}

.whatsapp-float:hover .whatsapp-float__btn {
  transform: scale(1.08);
  box-shadow: 0 12px 32px rgba(18, 140, 126, 0.5), 0 0 20px rgba(196, 152, 42, 0.15);
}

.whatsapp-float:hover .whatsapp-float__tooltip {
  opacity: 1;
  transform: translateX(0);
}

.scroll-top {
  width: clamp(44px, 5vw, 52px);
  height: clamp(44px, 5vw, 52px);
  border-radius: 50%;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--brass-light);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(16px) scale(0.9);
  pointer-events: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  transition: opacity 0.4s var(--ease-heavy), transform 0.4s var(--ease-heavy), border-color 0.3s var(--ease-heavy), background 0.3s var(--ease-heavy), color 0.3s var(--ease-heavy);
}

.scroll-top.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.scroll-top svg {
  width: 44%;
  height: 44%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.35s var(--ease-spring);
}

.scroll-top:hover {
  border-color: var(--brass-light);
  background: var(--glass-bg-hover);
  color: var(--ivory);
}

.scroll-top:hover svg {
  transform: translateY(-3px);
}

@keyframes whatsappPulse {
  0% { transform: scale(0.95); opacity: 1; }
  100% { transform: scale(1.35); opacity: 0; }
}