/* ============================================
   AIK AUTO — GLOBAL STYLES
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Manrope:wght@300;400;500;600;700;800&family=Cairo:wght@300;400;500;600;700;800;900&display=swap');

/* ---- Arabic / RTL ---- */
html[lang="ar"] {
  font-family: 'Cairo', 'Inter', system-ui, sans-serif;
}
html[dir="rtl"] body { direction: rtl; text-align: right; }
html[dir="rtl"] .nav-inner { flex-direction: row-reverse; justify-content: space-between; }
html[dir="rtl"] .nav-logo { order: 3; }
html[dir="rtl"] .nav-links { flex-direction: row-reverse; gap: 2px; order: 2; }
html[dir="rtl"] .nav-right { flex-direction: row-reverse; gap: 16px; order: 1; }
html[dir="rtl"] .hamburger { order: 1; }
html[dir="rtl"] .hero-inner { margin-inline: 0 !important; margin-left: 80px !important; margin-right: auto !important; max-width: none !important; padding-right: 48px !important; padding-left: 0 !important; }
html[dir="rtl"] .hero-content { text-align: right; padding-right: 16px !important; padding-left: 0 !important; max-width: 660px; margin-right: auto !important; }
html[dir="rtl"] .hero-title { font-size: clamp(2rem, 4.6vw, 3.4rem); letter-spacing: -0.015em; line-height: 1.15; margin-bottom: 20px; }
html[dir="rtl"] .hero-sub { font-size: clamp(0.92rem, 1.45vw, 1.05rem); line-height: 1.8; max-width: 560px; margin-bottom: 32px; }
html[dir="rtl"] .hero-badge { margin-bottom: 22px; }
html[dir="rtl"] .hero-badge .badge { flex-direction: row-reverse; gap: 8px; padding: 9px 16px; font-size: 0.7rem; }
html[dir="rtl"] .hero-actions { flex-direction: row-reverse; gap: 14px; margin-bottom: 40px; }
html[dir="rtl"] .hero-trust { flex-direction: row-reverse; flex-wrap: nowrap; gap: 28px; justify-content: flex-start; }
html[dir="rtl"] .hero-trust-item { gap: 7px; font-size: 0.82rem; white-space: nowrap; }
html[dir="rtl"] .hero-float-card { left: auto; right: 8%; bottom: 48px; max-width: 300px; text-align: right; }
html[dir="rtl"] .hero-float-card .btn { flex-direction: row-reverse; }
html[dir="rtl"] .section-header { text-align: right; }
html[dir="rtl"] .section-header .eyebrow { justify-content: flex-start; }
html[dir="rtl"] .footer-grid { direction: rtl; }
html[dir="rtl"] .footer-col ul { padding: 0; }
html[dir="rtl"] .footer-bottom { flex-direction: row-reverse; }
html[dir="rtl"] .footer-contact-item { flex-direction: row-reverse; text-align: right; justify-content: flex-end; }
html[dir="rtl"] .footer-contact-item p { text-align: right; }
html[dir="rtl"] .footer-contact-item p strong { text-align: right; }
html[dir="rtl"] .footer-col { text-align: right; }
html[dir="rtl"] .footer-col ul { text-align: right; }
html[dir="rtl"] .breadcrumb { flex-direction: row-reverse; }
html[dir="rtl"] .why-split { direction: rtl; }
html[dir="rtl"] .leadership-split { flex-direction: row-reverse; }
html[dir="rtl"] .process-card { flex-direction: row-reverse; }
html[dir="rtl"] .contact-grid { direction: rtl; }
html[dir="rtl"] .form-row { direction: rtl; }
html[dir="rtl"] input, html[dir="rtl"] textarea, html[dir="rtl"] select { text-align: right; direction: rtl; }
html[dir="rtl"] .mobile-menu { direction: rtl; text-align: right; }
html[dir="rtl"] .about-exh-layout { direction: rtl; }
html[dir="rtl"] .story-grid { direction: rtl; }
html[dir="rtl"] .timeline-item { flex-direction: row-reverse; text-align: right; }
html[dir="rtl"] .wc-body { text-align: right; }
html[dir="rtl"] .why-card { flex-direction: row-reverse; }
html[dir="rtl"] .lt-item { flex-direction: row-reverse; }
html[dir="rtl"] .leadership-trust { padding: 0; }
html[dir="rtl"] .leadership-cta { flex-direction: row-reverse; }
html[dir="rtl"] .btn svg:last-child { transform: scaleX(-1); }
html[dir="rtl"] .leadership-cta svg { transform: scaleX(-1); }
html[dir="rtl"] .process-eyebrow-wrap { flex-direction: row-reverse; }
html[dir="rtl"] .pc-left { order: 2; }
html[dir="rtl"] .pc-body { order: 1; text-align: right; }
html[dir="rtl"] .pc-image { order: 0; }
html[dir="rtl"] .team-portraits-wrap { direction: rtl; }
html[dir="rtl"] .tpc-info { text-align: right; }
html[dir="rtl"] .about-exh-text { text-align: right; }
html[dir="rtl"] .about-exh-stat { flex-direction: row-reverse; text-align: right; }
html[dir="rtl"] .contact-info-item { flex-direction: row-reverse !important; text-align: right; justify-content: flex-end; }
html[dir="rtl"] .ci-icon { order: 2; margin-left: 12px; margin-right: 0; }
html[dir="rtl"] .ci-text { order: 1; text-align: right; width: 100%; }
html[dir="rtl"] .ci-text strong { text-align: right; display: block; }
html[dir="rtl"] .ci-text a { direction: ltr; display: block; text-align: right; }
html[dir="rtl"] .ci-text p { text-align: right; }
html[dir="rtl"] .hours-list li { flex-direction: row-reverse; }
html[dir="rtl"] .contact-info-card h3 { text-align: right; }
html[dir="rtl"] .about-story-pills { justify-content: flex-start; flex-direction: row-reverse; flex-wrap: wrap; }
html[dir="rtl"] .hero-badge .badge { flex-direction: row-reverse; }
html[dir="rtl"] .fgc-body { text-align: right; }
html[dir="rtl"] .fgc-portrait-overlay { text-align: right; }
html[dir="rtl"] .wa-contact-card { text-align: right; }
html[dir="rtl"] .about-team-header { text-align: right; }
html[dir="rtl"] .about-exh-header { text-align: right; }

/* ---- Reset & Base ---- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --black:     #0B0B0C;
  --charcoal:  #111111;
  --charcoal2: #1c1c1c;
  --gray-dark: #3d3d3d;
  --gray-mid:  #6e6e6e;
  --gray-light:#D1D5DB;
  --gray-pale: #f4f4f4;
  --white:     #FFFFFF;
  --red:       #E11D2E;
  --red-dark:  #B91C1C;
  --red-light: #FEE2E2;

  --font-main: 'Inter', 'Manrope', system-ui, sans-serif;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  --shadow-sm:  0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.08);
  --shadow-md:  0 4px 16px rgba(0,0,0,.12);
  --shadow-lg:  0 12px 40px rgba(0,0,0,.18);
  --shadow-card:0 2px 12px rgba(0,0,0,.07), 0 1px 3px rgba(0,0,0,.05);

  --transition: 0.22s cubic-bezier(0.4,0,0.2,1);
  --transition-slow: 0.38s cubic-bezier(0.4,0,0.2,1);

  --max-w: 1200px;
  --section-py: 80px;

  /* ---- Theme tokens (light = default) ---- */
  --t-bg:               #FFFFFF;
  --t-bg-alt:           #f4f4f4;
  --t-card:             #FFFFFF;
  --t-card-border:      #e5e5e5;
  --t-h:                #111111;
  --t-p:                #6e6e6e;
  --t-input:            #f4f4f4;
  --t-input-border:     #e5e5e5;
  --t-input-text:       #111111;
  --t-tag:              #f4f4f4;
  --t-tag-text:         #6e6e6e;
  --t-chip:             #FFFFFF;
  --t-chip-border:      #e5e5e5;
  --t-chip-text:        #3d3d3d;
  --t-strip-bg:         #111111;
  --t-strip-top:        rgba(255,255,255,.06);
  --t-strip-bot:        rgba(255,255,255,.06);
  --t-strip-h:          #FFFFFF;
  --t-strip-p:          rgba(255,255,255,.65);
  --t-strip-sep:        rgba(255,255,255,.08);
  --t-strip-icon:       rgba(225,29,46,.1);
  --t-strip-icon-b:     rgba(225,29,46,.2);
  --t-nav:              rgba(255,255,255,.97);
  --t-nav-border:       rgba(17,17,17,.1);
  --t-nav-shadow:       0 1px 0 rgba(0,0,0,.06), 0 4px 20px rgba(0,0,0,.1);
  --t-nav-link:         rgba(17,17,17,.65);
  --t-nav-link-hover:   #111111;
  --t-nav-logo:         #111111;
  --t-ctrl-bg:          rgba(17,17,17,.07);
  --t-ctrl-border:      rgba(17,17,17,.15);
  --t-ctrl-text:        rgba(17,17,17,.55);
  --t-ctrl-active:      #111111;
  --t-ctrl-hover:       rgba(17,17,17,.08);
  --t-ham:              #111111;
  --t-map:              #111111;
  --t-map-border:       rgba(255,255,255,.08);
  --t-hours-border:     #e5e5e5;
  --t-brand-ph:         #f4f4f4;
  --t-brand-ph-border:  #e5e5e5;
  --t-brand-ph-text:    #6e6e6e;
  --t-divider:          #e5e5e5;
  --t-footer-link:      rgba(255,255,255,.5);
  --t-mob-link:         rgba(255,255,255,.75);
  /* hero */
  --t-hero-bg:          #f5f5f5;
  --t-hero-img:         linear-gradient(125deg, #f5f5f5 0%, #ebebeb 40%, #fafafa 70%, #f5f5f5 100%);
  --t-hero-overlay:     linear-gradient(to top, rgba(255,255,255,.82) 0%, transparent 18%), linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 38%, rgba(255,255,255,.68) 55%, rgba(255,255,255,.16) 78%, transparent 100%);
  --t-hero-ph:          linear-gradient(135deg, #cccccc 0%, #9a9a9a 50%, #cccccc 100%);
  --t-hero-ph-fade:     linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.72) 22%, rgba(255,255,255,.28) 42%, transparent 62%);
  --t-hero-h:           #111111;
  --t-hero-sub:         #555555;
  --t-hero-trust:       rgba(17,17,17,.5);
  --t-hero-card:        rgba(255,255,255,.97);
  --t-hero-card-b:      rgba(17,17,17,.12);
  --t-hero-card-h:      #111111;
  --t-hero-card-p:      #6e6e6e;
  /* page-hero */
  --t-ph-bg:            #f4f4f4;
  --t-ph-sep:           rgba(17,17,17,.08);
  --t-ph-h:             #111111;
  --t-ph-p:             #6e6e6e;
  --t-ph-bc:            rgba(17,17,17,.4);
  --t-ph-bc-sep:        rgba(17,17,17,.2);
}

/* ---- Dark theme overrides ---- */
html[data-theme="dark"] {
  --t-bg:               #0B0B0C;
  --t-bg-alt:           #111111;
  --t-card:             #1c1c1c;
  --t-card-border:      rgba(255,255,255,.08);
  --t-h:                #F9FAFB;
  --t-p:                #9d9d9d;
  --t-input:            #111111;
  --t-input-border:     rgba(255,255,255,.1);
  --t-input-text:       #F9FAFB;
  --t-tag:              rgba(255,255,255,.07);
  --t-tag-text:         #9d9d9d;
  --t-chip:             #1c1c1c;
  --t-chip-border:      rgba(255,255,255,.1);
  --t-chip-text:        #D1D5DB;
  --t-strip-bg:         #0B0B0C;
  --t-strip-top:        rgba(255,255,255,.06);
  --t-strip-bot:        rgba(255,255,255,.06);
  --t-strip-h:          #F9FAFB;
  --t-strip-p:          rgba(255,255,255,.5);
  --t-strip-sep:        rgba(255,255,255,.06);
  --t-strip-icon:       rgba(225,29,46,.1);
  --t-strip-icon-b:     rgba(225,29,46,.2);
  --t-nav:              rgba(11,11,12,.97);
  --t-nav-border:       rgba(255,255,255,.06);
  --t-nav-shadow:       0 1px 0 rgba(255,255,255,.05), 0 8px 28px rgba(0,0,0,.55);
  --t-nav-link:         rgba(255,255,255,.72);
  --t-nav-link-hover:   #FFFFFF;
  --t-nav-logo:         #FFFFFF;
  --t-ctrl-bg:          rgba(255,255,255,.06);
  --t-ctrl-border:      rgba(255,255,255,.1);
  --t-ctrl-text:        rgba(255,255,255,.5);
  --t-ctrl-active:      #FFFFFF;
  --t-ctrl-hover:       rgba(255,255,255,.1);
  --t-ham:              #FFFFFF;
  --t-map:              #1c1c1c;
  --t-map-border:       rgba(255,255,255,.08);
  --t-hours-border:     rgba(255,255,255,.08);
  --t-brand-ph:         rgba(255,255,255,.05);
  --t-brand-ph-border:  rgba(255,255,255,.08);
  --t-brand-ph-text:    #9d9d9d;
  --t-divider:          rgba(255,255,255,.07);
  --t-footer-link:      rgba(255,255,255,.45);
  --t-mob-link:         rgba(255,255,255,.75);
  /* hero */
  --t-hero-bg:          #0B0B0C;
  --t-hero-img:         linear-gradient(125deg, #0B0B0C 0%, #111111 40%, #1a1a1a 70%, #0B0B0C 100%);
  --t-hero-overlay:     linear-gradient(to top, rgba(11,11,12,.75) 0%, transparent 18%), linear-gradient(90deg, rgba(11,11,12,.95) 0%, rgba(11,11,12,.70) 50%, rgba(11,11,12,.40) 100%);
  --t-hero-ph:          linear-gradient(135deg, #1a1a1a 0%, #1e1e1e 50%, #1a1a1a 100%);
  --t-hero-ph-fade:     linear-gradient(90deg, #0B0B0C 0%, transparent 40%);
  --t-hero-h:           #FFFFFF;
  --t-hero-sub:         #D1D5DB;
  --t-hero-trust:       rgba(255,255,255,.55);
  --t-hero-card:        rgba(28,28,28,.9);
  --t-hero-card-b:      rgba(255,255,255,.1);
  --t-hero-card-h:      #FFFFFF;
  --t-hero-card-p:      #D1D5DB;
  /* page-hero */
  --t-ph-bg:            #111111;
  --t-ph-sep:           rgba(255,255,255,.06);
  --t-ph-h:             #FFFFFF;
  --t-ph-p:             #D1D5DB;
  --t-ph-bc:            rgba(255,255,255,.4);
  --t-ph-bc-sep:        rgba(255,255,255,.2);
}

html { scroll-behavior: smooth; font-size: 16px; }

/* ============================================
   ALWAYS-LIGHT SECTIONS (stay white in dark mode)
   ============================================ */
.section-always-light {
  background: #ffffff;
}

html[data-theme="dark"] .section-always-light {
  background: #ffffff;
}

/* Section header text */
html[data-theme="dark"] .section-always-light .section-header h2   { color: #111111; }
html[data-theme="dark"] .section-always-light .section-header p     { color: #6e6e6e; }
html[data-theme="dark"] .section-always-light .section-header .eyebrow { color: var(--red); }

/* Category cards */
html[data-theme="dark"] .section-always-light .category-card {
  background: #ffffff;
  border-color: #e5e5e5;
}
html[data-theme="dark"] .section-always-light .category-card-body h3 { color: #111111; }
html[data-theme="dark"] .section-always-light .category-card-body p  { color: #6e6e6e; }
html[data-theme="dark"] .section-always-light .category-card-img .cat-icon {
  background: #ffffff;
  border-color: #e5e5e5;
}

/* Product cards */
html[data-theme="dark"] .section-always-light .product-card {
  background: #ffffff;
  border-color: #e5e5e5;
}
html[data-theme="dark"] .section-always-light .product-card-body h3 { color: #111111; }
html[data-theme="dark"] .section-always-light .product-card-body p  { color: #6e6e6e; }
html[data-theme="dark"] .section-always-light .tag {
  background: #f4f4f4;
  color: #6e6e6e;
}

/* ============================================
   DARK MODE — EXPLICIT SECTION OVERRIDES
   ============================================ */

/* Partners strip: logos display in their original colors in all modes */

/* Process section (dark bg) — lock text white */
html[data-theme="dark"] .process-headline,
html[data-theme="dark"] .pc-title,
html[data-theme="dark"] .pc-text,
html[data-theme="dark"] .process-subtitle,
html[data-theme="dark"] .process-cta-text {
  color: inherit;
}

/* Why section (light bg) — force all text to stay dark in dark mode */
html[data-theme="dark"] .why-headline     { color: #111111 !important; }
html[data-theme="dark"] .why-story        { color: #555555 !important; }
html[data-theme="dark"] .why-year-meta p  { color: #6e6e6e !important; }
html[data-theme="dark"] .why-stat-num     { color: #111111 !important; }
html[data-theme="dark"] .why-stat-label   { color: #9d9d9d !important; }
html[data-theme="dark"] .wc-body h3       { color: #111111 !important; }
html[data-theme="dark"] .wc-body p        { color: #6e6e6e !important; }
html[data-theme="dark"] .why-card         { background: #ffffff !important; color: #111111 !important; }

/* Leadership section (dark bg) — lock text white */
html[data-theme="dark"] .leadership-headline { color: #ffffff !important; }
html[data-theme="dark"] .leadership-sub      { color: rgba(209,213,219,.58) !important; }
html[data-theme="dark"] .leadership-body     { color: rgba(209,213,219,.45) !important; }
html[data-theme="dark"] .lt-item             { color: rgba(209,213,219,.72) !important; }
html[data-theme="dark"] .fgc-name            { color: #ffffff !important; }
html[data-theme="dark"] .fgc-quote           { color: rgba(209,213,219,.45) !important; }

body {
  font-family: var(--font-main);
  background: var(--t-bg);
  color: var(--t-h);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  transition: background 0.25s ease, color 0.25s ease;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
ul, ol { list-style: none; }

/* ---- Container ---- */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: 24px;
}

/* ---- Section ---- */
.section { padding-block: var(--section-py); }
.section-sm { padding-block: 64px; }
.section-dark { background: var(--black); color: var(--white); }
.section-charcoal { background: var(--charcoal); color: var(--white); }
.section-light { background: var(--t-bg-alt); }

/* ---- Section Header ---- */
.section-header {
  text-align: center;
  margin-bottom: 56px;
}
.section-header .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 14px;
}
.section-header .eyebrow::before,
.section-header .eyebrow::after {
  content: '';
  display: block;
  width: 28px;
  height: 1.5px;
  background: var(--red);
  flex-shrink: 0;
}
.section-header h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.section-header p {
  font-size: 1.05rem;
  color: var(--t-p);
  max-width: 580px;
  margin-inline: auto;
  line-height: 1.7;
}
.section-dark .section-header p,
.section-charcoal .section-header p { color: var(--gray-light); }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: var(--radius-md);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: var(--transition);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.06);
  opacity: 0;
  transition: var(--transition);
}
.btn:hover::after { opacity: 1; }

.btn-primary {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(225,29,46,.35);
}
.btn-primary:hover {
  background: var(--red-dark);
  box-shadow: 0 6px 20px rgba(225,29,46,.45);
  transform: translateY(-1px);
}

.btn-secondary {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,.35);
}
.btn-secondary:hover {
  border-color: var(--white);
  background: rgba(255,255,255,.06);
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: var(--red);
  border: 1.5px solid var(--red);
}
.btn-outline:hover {
  background: var(--red);
  color: var(--white);
  transform: translateY(-1px);
}

.btn-dark {
  background: var(--charcoal);
  color: var(--white);
}
.btn-dark:hover {
  background: var(--charcoal2);
  transform: translateY(-1px);
}

.btn-outline-white {
  background: transparent;
  color: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.25);
}
.btn-outline-white:hover {
  background: rgba(255,255,255,.08);
  color: #ffffff;
  border-color: rgba(255,255,255,.5);
  transform: translateY(-1px);
}

.btn-white {
  background: var(--white);
  color: var(--charcoal);
}
.btn-white:hover {
  background: var(--gray-light);
  transform: translateY(-1px);
}

.btn-sm { padding: 9px 18px; font-size: 0.82rem; }
.btn-lg { padding: 16px 36px; font-size: 1rem; }

/* ---- Badge ---- */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(225,29,46,.12);
  color: var(--red);
  border: 1px solid rgba(225,29,46,.25);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.badge-dark {
  background: rgba(255,255,255,.08);
  color: var(--gray-light);
  border-color: rgba(255,255,255,.15);
}

/* ---- Placeholder Images ---- */
.placeholder-img {
  background: linear-gradient(135deg, var(--charcoal2) 0%, var(--gray-dark) 100%);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--gray-mid);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  padding: 16px;
  position: relative;
  overflow: hidden;
}
.placeholder-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 8px,
    rgba(255,255,255,.015) 8px,
    rgba(255,255,255,.015) 16px
  );
}
.placeholder-img svg {
  opacity: 0.35;
  flex-shrink: 0;
}
.placeholder-img span { position: relative; z-index: 1; }

/* ---- Divider ---- */
.divider {
  width: 48px;
  height: 3px;
  background: var(--red);
  border-radius: 2px;
  margin-bottom: 20px;
}

/* ---- Tag ---- */
.tag {
  display: inline-block;
  padding: 3px 10px;
  background: var(--t-tag);
  color: var(--t-tag-text);
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tag-red {
  background: var(--red-light);
  color: var(--red);
}

/* ============================================
   NAVBAR
   ============================================ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background var(--transition), box-shadow var(--transition), border-color var(--transition);
  padding-block: 0;
  overflow: visible;
}
.navbar.transparent { background: transparent; }
.navbar.scrolled {
  background: var(--t-nav);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--t-nav-shadow);
  border-bottom: 1px solid var(--t-nav-border);
}

.nav-inner {
  display: flex;
  align-items: center;
  height: 120px;
  gap: 24px;
}

/* Logo */
.nav-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.nav-logo-img {
  height: 130px;
  width: auto;
  max-width: 360px;
  object-fit: contain;
  display: block;
  background: transparent;
  transition: opacity var(--transition);
}
.nav-logo-img:hover { opacity: 0.85; }

/* Remove baked-in logo backgrounds via blend modes */
.nav-logo-img.logo-light { mix-blend-mode: multiply; }
.nav-logo-img.logo-dark  { mix-blend-mode: screen; }

@media (max-width: 900px) {
  .nav-logo-img { height: 88px; max-width: 260px; }
  .nav-inner    { height: 96px; }
}

/* Nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-inline: auto;
}
.nav-links a {
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  white-space: nowrap;
  font-weight: 500;
  color: rgba(255,255,255,.75);
  transition: color var(--transition);
  position: relative;
}
/* Adapt to scrolled state theme */
.navbar.scrolled .nav-links a { color: var(--t-nav-link); }
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 14px;
  right: 14px;
  height: 1.5px;
  background: var(--red);
  transform: scaleX(0);
  transition: var(--transition);
  border-radius: 1px;
}
.nav-links a:hover,
.nav-links a.active {
  color: #FFFFFF;
}
.navbar.scrolled .nav-links a:hover,
.navbar.scrolled .nav-links a.active { color: var(--t-nav-link-hover); }
.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
}

/* Nav right */
.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.lang-toggle {
  display: flex;
  align-items: center;
  background: var(--t-ctrl-bg);
  border: 1px solid var(--t-ctrl-border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  font-size: 0.78rem;
  font-weight: 600;
}
.lang-toggle button {
  padding: 6px 10px;
  color: var(--t-ctrl-text);
  transition: var(--transition);
}
.lang-toggle button.active,
.lang-toggle button:hover {
  background: var(--t-ctrl-hover);
  color: var(--t-ctrl-active);
}
.lang-toggle .sep {
  width: 1px;
  height: 16px;
  background: var(--t-ctrl-border);
}

.nav-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  background: rgba(37,211,102,.12);
  border: 1px solid rgba(37,211,102,.2);
  color: #25D366;
  transition: var(--transition);
}
.nav-wa:hover {
  background: rgba(37,211,102,.2);
  transform: translateY(-1px);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 1px;
  transition: var(--transition);
}
.navbar.scrolled .hamburger span { background: var(--t-ham); }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  background: rgba(11,11,12,.98);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 20px 24px 32px;
  z-index: 999;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}
.mobile-menu.open {
  display: block;
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.mobile-menu a {
  display: block;
  padding: 14px 0;
  font-size: 1.05rem;
  font-weight: 500;
  color: rgba(255,255,255,.75);
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: var(--transition);
}
.mobile-menu a:last-of-type { border-bottom: none; }
.mobile-menu a:hover { color: var(--white); padding-left: 6px; }
.mobile-menu .mobile-menu-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--t-hero-bg);
  padding-top: 120px;
  transition: background var(--transition-slow);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-img {
  width: 100%;
  height: 100%;
  background: var(--t-hero-img);
  position: relative;
  transition: background var(--transition-slow);
}
.hero-bg-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1.1' fill='%23111111' fill-opacity='0.028'/%3E%3C/svg%3E");
}
html[data-theme="dark"] .hero-bg-img::after {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1.1' fill='%23ffffff' fill-opacity='0.025'/%3E%3C/svg%3E");
}
.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: var(--t-hero-overlay);
  transition: background var(--transition-slow);
}

.hero-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
  height: 100%;
  overflow: hidden;
}
.hero-shot-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
}
.hero-placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--t-hero-ph-fade);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero-content {
  max-width: 580px;
  padding-block: 48px;
}

.hero-badge {
  margin-bottom: 28px;
}

.hero-title {
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--t-hero-h);
  margin-bottom: 22px;
  transition: color var(--transition-slow);
}
.hero-title .accent { color: var(--red); }

.hero-sub {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: var(--t-hero-sub);
  line-height: 1.7;
  margin-bottom: 38px;
  max-width: 500px;
  opacity: 0.85;
  transition: color var(--transition-slow);
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  color: var(--t-hero-trust);
  font-weight: 500;
  transition: color var(--transition-slow);
}
.hero-trust-item svg { color: var(--red); flex-shrink: 0; }

/* Floating card */
.hero-float-card {
  position: absolute;
  right: 48px;
  bottom: 80px;
  background: var(--t-hero-card);
  backdrop-filter: blur(20px);
  border: 1px solid var(--t-hero-card-b);
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  max-width: 260px;
  z-index: 2;
  transition: background var(--transition-slow), border-color var(--transition-slow);
}
.hero-float-card .card-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 6px;
}
.hero-float-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--t-hero-card-h);
  margin-bottom: 6px;
  transition: color var(--transition-slow);
}
.hero-float-card p {
  font-size: 0.8rem;
  color: var(--t-hero-card-p);
  line-height: 1.5;
  margin-bottom: 14px;
  opacity: 0.8;
  transition: color var(--transition-slow);
}
.hero-float-card .btn { width: 100%; justify-content: center; }

/* ============================================
   TRUST STRIP
   ============================================ */
.trust-strip {
  background: var(--t-strip-bg);
  border-top: 1px solid var(--t-strip-top);
  border-bottom: 1px solid var(--t-strip-bot);
  padding-block: 48px;
  transition: background 0.25s ease;
}
.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.trust-strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 20px;
  position: relative;
}
.trust-strip-item + .trust-strip-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: var(--t-strip-sep);
}
.trust-strip-item .icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: var(--t-strip-icon);
  border: 1px solid var(--t-strip-icon-b);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--red);
  flex-shrink: 0;
}
.trust-strip-item h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--t-strip-h);
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}
.trust-strip-item p {
  font-size: 0.8rem;
  color: var(--t-strip-p);
  font-weight: 500;
}

/* ============================================
   BRANDS SECTION
   ============================================ */
/* ---- Partners Strip (directly under hero) ---- */
.partners-strip {
  background: var(--charcoal);
  padding-block: 72px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

/* Text inside the always-dark partners strip */
.partners-strip .section-header h2 { color: #ffffff; }
.partners-strip .section-header p   { color: rgba(255,255,255,.5); }
.partners-strip .section-header .eyebrow { color: var(--red); }
.partners-strip .section-header .eyebrow::after { background: var(--red); }

/* ---- Brands Carousel ---- */
.brands-carousel-wrap {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  margin-bottom: 40px;
}
.brands-carousel-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: brand-scroll 40s linear infinite;
}
.brands-carousel-track:hover { animation-play-state: paused; }
@keyframes brand-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.brand-cc {
  position: relative;
  flex-shrink: 0;
  width: 240px;
  height: 150px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: var(--radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 28px;
  transition: transform var(--transition), box-shadow var(--transition);
  overflow: hidden;
}
.brand-cc:hover {
  transform: translateY(-4px);
  background: #f9f9f9;
  box-shadow: 0 8px 28px rgba(0,0,0,.15);
  border-color: #d1d1d1;
}
.brand-cc img {
  height: 90px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
}

/* Exclusive — gold glitter */
.brand-cc.exclusive {
  border-color: #c9a227;
  box-shadow: 0 0 0 1px rgba(201,162,39,.3), 0 4px 20px rgba(201,162,39,.2);
}
.brand-cc.exclusive::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 35%,
    rgba(255,215,0,.18) 47%,
    rgba(255,255,255,.25) 50%,
    rgba(255,215,0,.18) 53%,
    transparent 65%
  );
  background-size: 250% 250%;
  animation: gold-shimmer 2.8s ease-in-out infinite;
  pointer-events: none;
}
@keyframes gold-shimmer {
  0%   { background-position: 200% 50%; }
  100% { background-position: -200% 50%; }
}
.excl-badge {
  position: absolute;
  top: 9px;
  right: 9px;
  background: linear-gradient(135deg, #b8860b 0%, #ffd700 50%, #b8860b 100%);
  background-size: 200% 200%;
  animation: gold-badge 3s linear infinite;
  color: #000;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 100px;
  z-index: 1;
}
@keyframes gold-badge {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-bottom: 40px;
}
.brand-card {
  background: var(--t-card);
  border: 1px solid var(--t-card-border);
  border-radius: var(--radius-md);
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: var(--transition);
  cursor: pointer;
  min-height: 90px;
}
.brand-card:hover {
  border-color: var(--red);
  box-shadow: 0 4px 20px rgba(225,29,46,.1);
  transform: translateY(-2px);
}
.brand-card .brand-logo {
  width: auto;
  height: 48px;
  max-width: 110px;
  object-fit: contain;
}
.brand-card span {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--t-h);
  letter-spacing: 0.04em;
  text-align: center;
}

/* ============================================
   PRODUCT CATEGORIES
   ============================================ */
.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.category-card {
  background: var(--t-card);
  border: 1px solid var(--t-card-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition-slow);
  position: relative;
  group: true;
}
.category-card:hover {
  border-color: transparent;
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}
.category-card-img {
  height: 180px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
}
.cat-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.category-card:hover .cat-photo { transform: scale(1.05); }

/* Accessories — charcoal blur + "Coming Soon" */
.cat-soon .cat-photo {
  filter: blur(3px) brightness(0.45) grayscale(0.3);
  transform: scale(1.06);
}
.cat-soon:hover .cat-photo {
  filter: blur(3px) brightness(0.45) grayscale(0.3);
  transform: scale(1.06);
}
.soon-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(17,17,17,.6) 0%,
    rgba(28,28,28,.4) 50%,
    rgba(17,17,17,.6) 100%
  );
  background-size: 200% 200%;
  animation: charcoal-shimmer 4s ease-in-out infinite;
}
@keyframes charcoal-shimmer {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.soon-badge {
  background: linear-gradient(135deg, #3d3d3d 0%, #6e6e6e 40%, #9d9d9d 60%, #6e6e6e 80%, #3d3d3d 100%);
  background-size: 200% 200%;
  animation: silver-glitter 2.5s linear infinite;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: 0 0 20px rgba(156,163,175,.3), 0 0 40px rgba(156,163,175,.1);
}
@keyframes silver-glitter {
  0%   { background-position: 200% 50%; }
  100% { background-position: -200% 50%; }
}

.category-card-img .placeholder-img {
  height: 100%;
  border-radius: 0;
}
.category-card-img .cat-icon {
  position: absolute;
  bottom: -14px;
  left: 20px;
  width: 44px;
  height: 44px;
  background: var(--t-card);
  border-radius: var(--radius-md);
  border: 1px solid var(--t-card-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  box-shadow: var(--shadow-sm);
  z-index: 1;
}
.category-card-body {
  padding: 28px 20px 20px;
}
.category-card-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--t-h);
  margin-bottom: 6px;
}
.category-card-body p {
  font-size: 0.82rem;
  color: var(--t-p);
  line-height: 1.55;
  margin-bottom: 16px;
}
.category-card-body .btn { font-size: 0.8rem; padding: 9px 16px; }

/* ============================================
   HOW IT WORKS
   ============================================ */
/* ============================================
   THE PROCESS — PREMIUM SECTION
   ============================================ */
.process-section {
  position: relative;
  background: #050505;
  padding-block: 80px 72px;
  overflow: hidden;
  isolation: isolate;
}

.process-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 420px;
  background: radial-gradient(ellipse, rgba(225,29,46,.055) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.process-bg-layer {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(225,29,46,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(225,29,46,.022) 1px, transparent 1px);
  background-size: 48px 48px;
  z-index: 0;
  pointer-events: none;
}

.process-bg-layer::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 75% at 50% 50%, transparent 15%, #050505 100%);
}

.process-section > .container {
  position: relative;
  z-index: 1;
}

/* ---- Header ---- */
.process-top {
  text-align: center;
  margin-bottom: 48px;
}

.process-eyebrow-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 22px;
}

.process-rule {
  height: 1px;
  width: 56px;
  background: linear-gradient(90deg, transparent, rgba(225,29,46,.7), transparent);
}

.process-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  color: var(--red);
  text-transform: uppercase;
}

.process-headline {
  font-size: clamp(1.85rem, 3.5vw, 2.7rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 12px;
}

.process-subtitle {
  font-size: 0.92rem;
  color: rgba(209,213,219,.48);
  max-width: 460px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ---- Cards grid ---- */
.process-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 48px;
}

/* Horizontal 3-column panel card */
.process-card {
  position: relative;
  overflow: hidden;
  background: rgba(8, 8, 8, 0.96);
  border: 1px solid rgba(225,29,46,.18);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
  height: 186px;
  display: grid;
  grid-template-columns: 72px 1fr 165px;
  align-items: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

/* Top-right angled corner accent */
.process-card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, transparent 50%, rgba(225,29,46,.4) 50%);
  z-index: 4;
  pointer-events: none;
}

/* Bottom red glow line */
.process-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225,29,46,.4), transparent);
  z-index: 3;
  pointer-events: none;
}

.process-card:hover {
  transform: translateY(-5px);
  border-color: rgba(225,29,46,.42);
  box-shadow:
    0 0 0 1px rgba(225,29,46,.1),
    0 18px 50px rgba(225,29,46,.1),
    0 6px 24px rgba(0,0,0,.5);
}

/* Column 1: step number */
.pc-left {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

/* Thin red vertical separator */
.pc-left::after {
  content: '';
  position: absolute;
  right: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(225,29,46,.32), transparent);
}

.pc-num {
  font-size: 1.95rem;
  font-weight: 900;
  color: var(--red);
  letter-spacing: -0.04em;
  text-shadow: 0 0 28px rgba(225,29,46,.7), 0 0 6px rgba(225,29,46,.3);
  line-height: 1;
}

/* Column 2: text */
.pc-body {
  padding: 0 14px 0 20px;
  position: relative;
  z-index: 2;
}

.pc-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.pc-text {
  font-size: 0.77rem;
  color: rgba(209,213,219,.52);
  line-height: 1.6;
}

/* Column 3: image with diagonal mask */
.pc-image {
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    130deg,
    transparent 0%,
    transparent 12%,
    rgba(0,0,0,.18) 28%,
    rgba(0,0,0,.72) 44%,
    rgba(0,0,0,1) 58%
  );
  mask-image: linear-gradient(
    130deg,
    transparent 0%,
    transparent 12%,
    rgba(0,0,0,.18) 28%,
    rgba(0,0,0,.72) 44%,
    rgba(0,0,0,1) 58%
  );
}

/* Soft red radial glow behind image */
.pc-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 78% 65% at 62% 50%, rgba(225,29,46,.13) 0%, transparent 65%);
  z-index: 0;
  pointer-events: none;
}

.pc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
  filter: brightness(1.18) contrast(1.12) saturate(0.9) drop-shadow(0 4px 18px rgba(225,29,46,.22));
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1), filter 0.5s ease;
  animation: pc-float 5s ease-in-out infinite;
}

@keyframes pc-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-7px); }
}

.process-card:hover .pc-image img {
  animation: none;
  transform: scale(1.06) translateX(-4px);
  filter: brightness(1.28) contrast(1.12) saturate(0.95) drop-shadow(0 6px 26px rgba(225,29,46,.38));
}

/* Legacy fallback */
.pc-glow-line { display: none; }

/* ---- Divider with glowing center dot ---- */
.process-divider {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.pd-line {
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,.05);
}

.pd-node {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pd-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(225,29,46,.14), 0 0 18px rgba(225,29,46,.5);
  animation: dot-pulse 2.6s ease-in-out infinite;
}

@keyframes dot-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(225,29,46,.14), 0 0 18px rgba(225,29,46,.5); }
  50%       { box-shadow: 0 0 0 9px rgba(225,29,46,.07), 0 0 30px rgba(225,29,46,.7); }
}

/* ---- CTA ---- */
.process-cta {
  text-align: center;
}

.process-cta-text {
  font-size: 0.9rem;
  color: rgba(209,213,219,.46);
  margin-bottom: 22px;
  letter-spacing: 0.01em;
}

.process-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 36px;
  border: none;
  background: linear-gradient(
    90deg,
    #7a0a14 0%,
    #c0162a 18%,
    #E11D2E 32%,
    #ff4560 46%,
    #fff0f1 52%,
    #ff4560 58%,
    #E11D2E 72%,
    #c0162a 86%,
    #7a0a14 100%
  );
  background-size: 300% 100%;
  animation: wa-glitter 3.5s ease-in-out infinite;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 4px rgba(0,0,0,.4);
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 0 100%);
  box-shadow: 0 0 18px rgba(225,29,46,.45), 0 4px 24px rgba(225,29,46,.3);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  position: relative;
}

/* Shimmer sweep overlay */
.process-wa-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 25%,
    rgba(255,255,255,.22) 45%,
    rgba(255,255,255,.08) 50%,
    transparent 65%
  );
  background-size: 200% 100%;
  animation: wa-sweep 2.4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes wa-glitter {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes wa-sweep {
  0%   { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.process-wa-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 32px rgba(225,29,46,.65), 0 6px 32px rgba(225,29,46,.4);
}

/* ============================================
   WHY CHOOSE — PREMIUM LIGHT SECTION
   ============================================ */
.why-section {
  position: relative;
  background: linear-gradient(135deg, #F9F8F6 0%, #F3F2EF 55%, #F8F6F3 100%);
  padding-block: 80px;
  overflow: hidden;
  isolation: isolate;
}

/* Subtle dot-grid background */
.why-section-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(17,17,17,.055) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
}

.why-section-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 88% 72% at 50% 50%, transparent 18%, #F3F2EF 100%);
}

.why-section > .container {
  position: relative;
  z-index: 1;
}

/* ---- Split layout ---- */
.why-split {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 72px;
  align-items: start;
}

/* ---- Left feature block ---- */
.why-feature { position: relative; }

.why-eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.why-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(225,29,46,.4);
}

.why-eyebrow-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--red);
  text-transform: uppercase;
}

.why-headline {
  font-size: clamp(1.9rem, 3vw, 2.55rem);
  font-weight: 800;
  color: #111111;
  letter-spacing: -0.03em;
  line-height: 1.18;
  margin-bottom: 18px;
}

.why-story {
  font-size: 0.92rem;
  color: #555555;
  line-height: 1.72;
  max-width: 340px;
  margin-bottom: 36px;
}

/* Large "1990" outline year */
.why-year-block {
  padding: 22px 0;
  border-top: 1px solid rgba(17,17,17,.1);
  border-bottom: 1px solid rgba(17,17,17,.1);
  margin-bottom: 32px;
}

.why-year {
  display: block;
  font-size: 5.2rem;
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.85;
  background: linear-gradient(
    90deg,
    #7a0a14 0%,
    #c0162a 12%,
    #E11D2E 24%,
    #ff4560 34%,
    #ffd0d6 42%,
    #ffffff 48%,
    #ffd0d6 54%,
    #ff4560 62%,
    #E11D2E 74%,
    #c0162a 88%,
    #7a0a14 100%
  );
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: year-glitter 4s ease-in-out infinite;
  margin-bottom: 18px;
  user-select: none;
}

@keyframes year-glitter {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.why-year-meta {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.why-year-rule {
  width: 3px;
  min-height: 44px;
  background: var(--red);
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 2px;
}

.why-year-meta p {
  font-size: 0.81rem;
  color: #6e6e6e;
  line-height: 1.65;
}

/* Stats row */
.why-stats {
  display: flex;
  align-items: center;
  gap: 24px;
}

.why-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.why-stat-num {
  font-size: 1.75rem;
  font-weight: 900;
  color: #111111;
  letter-spacing: -0.04em;
  line-height: 1;
}

.why-stat-label {
  font-size: 0.7rem;
  color: #9d9d9d;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 500;
}

.why-stat-sep {
  width: 1px;
  height: 34px;
  background: rgba(17,17,17,.12);
  flex-shrink: 0;
}

/* ---- Right cards (2×3 grid) ---- */
.why-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-content: start;
  padding-top: 4px;
}

.why-card {
  background: #ffffff;
  border: 1px solid rgba(17,17,17,.07);
  border-radius: 10px;
  padding: 18px 18px 18px 22px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 2px 8px rgba(0,0,0,.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

/* Red left bar grows in on hover */
.why-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--red);
  border-radius: 0 2px 2px 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.why-card:hover::before { transform: scaleY(1); }

.why-card:hover {
  transform: translateY(-3px);
  border-color: rgba(225,29,46,.16);
  box-shadow: 0 4px 20px rgba(0,0,0,.07), 0 2px 8px rgba(225,29,46,.06);
}

/* Small red icon box */
.wc-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(225,29,46,.06);
  border: 1px solid rgba(225,29,46,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  flex-shrink: 0;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.why-card:hover .wc-icon {
  background: rgba(225,29,46,.1);
  border-color: rgba(225,29,46,.22);
  box-shadow: 0 0 10px rgba(225,29,46,.14);
}

.wc-body h3 {
  font-size: 0.84rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 4px;
  letter-spacing: -0.01em;
}

.wc-body p {
  font-size: 0.75rem;
  color: #6e6e6e;
  line-height: 1.55;
}

/* ============================================
   FAMILY LEADERSHIP
   ============================================ */
.leadership-section {
  position: relative;
  background: linear-gradient(155deg, #050505 0%, #0a0a0a 50%, #050505 100%);
  padding-block: 80px;
  overflow: hidden;
  isolation: isolate;
}

/* Diagonal line texture */
.leadership-bg {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -55deg,
    transparent,
    transparent 60px,
    rgba(225,29,46,.013) 60px,
    rgba(225,29,46,.013) 61px
  );
  pointer-events: none;
  z-index: 0;
}
.leadership-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 60% at 72% 50%, rgba(225,29,46,.055) 0%, transparent 58%);
}
.leadership-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 85% at 50% 50%, transparent 10%, #050505 100%);
}

.leadership-section > .container {
  position: relative;
  z-index: 1;
}

/* ---- Split ---- */
.leadership-split {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 72px;
  align-items: center;
}

/* ---- Left ---- */
.leadership-content { position: relative; }

.leadership-eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.leadership-eyebrow-line {
  width: 28px;
  height: 1px;
  background: var(--red);
  flex-shrink: 0;
}
.leadership-eyebrow-label {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  color: var(--red);
  text-transform: uppercase;
}

.leadership-headline {
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.16;
  margin-bottom: 16px;
}

.leadership-sub {
  font-size: 0.93rem;
  color: rgba(209,213,219,.58);
  line-height: 1.75;
  margin-bottom: 14px;
  max-width: 440px;
}

.leadership-body {
  font-size: 0.88rem;
  color: rgba(209,213,219,.45);
  line-height: 1.72;
  margin-bottom: 32px;
  max-width: 440px;
}

/* Trust bullets */
.leadership-trust {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 28px;
}
.lt-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.86rem;
  color: rgba(209,213,219,.72);
  font-weight: 500;
}
.lt-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(225,29,46,.55);
}

/* Global hint teaser */
.leadership-global-hint {
  font-size: 0.81rem;
  color: rgba(255,255,255,.32);
  font-style: italic;
  line-height: 1.55;
  margin-bottom: 24px;
  padding-left: 14px;
  border-left: 2px solid rgba(225,29,46,.32);
}

/* CTA link */
.leadership-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 26px;
  border: 1px solid rgba(255,255,255,.13);
  background: transparent;
  color: rgba(255,255,255,.78);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  letter-spacing: 0.01em;
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}
.leadership-cta:hover {
  border-color: rgba(225,29,46,.5);
  color: #ffffff;
  background: rgba(225,29,46,.08);
}

/* ---- Right: single founder showcase ---- */
.founder-showcase {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fgc-glow {
  position: absolute;
  inset: -50px;
  background: radial-gradient(ellipse 75% 65% at 50% 48%, rgba(225,29,46,.13) 0%, transparent 62%);
  pointer-events: none;
  z-index: 0;
}

.founder-glass-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,.028);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.075);
  box-shadow:
    0 0 0 1px rgba(225,29,46,.14),
    0 32px 72px rgba(0,0,0,.65),
    inset 0 1px 0 rgba(255,255,255,.055);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1), box-shadow 0.4s ease;
}
.founder-glass-card:hover {
  transform: translateY(-10px);
  box-shadow:
    0 0 0 1px rgba(225,29,46,.35),
    0 44px 88px rgba(0,0,0,.7),
    0 0 64px rgba(225,29,46,.1),
    inset 0 1px 0 rgba(255,255,255,.055);
}

/* Top red accent line */
.founder-glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(225,29,46,.75), transparent);
  z-index: 3;
  pointer-events: none;
}

/* Portrait */
.fgc-portrait {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.fgc-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: brightness(1.04) contrast(1.04) saturate(0.95);
  transition: transform 0.65s cubic-bezier(0.4,0,0.2,1);
}
.founder-glass-card:hover .fgc-portrait img { transform: scale(1.04); }

/* Gradient overlay at bottom of portrait */
.fgc-portrait::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 62%;
  background: linear-gradient(to bottom, transparent 0%, rgba(5,5,5,.96) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Name / role overlay */
.fgc-portrait-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22px 24px;
  z-index: 2;
}
.fgc-name {
  display: block;
  font-size: 1.08rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin-bottom: 5px;
}
.fgc-role {
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

/* Card body */
.fgc-body {
  padding: 18px 24px 22px;
  background: rgba(255,255,255,.018);
  border-top: 1px solid rgba(255,255,255,.05);
}
.fgc-quote {
  font-size: 0.81rem;
  color: rgba(209,213,219,.45);
  line-height: 1.68;
  font-style: italic;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .leadership-split { grid-template-columns: 1fr 360px; gap: 52px; }
}
@media (max-width: 860px) {
  .leadership-split { grid-template-columns: 1fr; gap: 52px; }
  .leadership-section { padding-block: 64px; }
  .founder-showcase { justify-content: flex-start; }
  .founder-glass-card { max-width: 380px; }
}
@media (max-width: 480px) {
  .leadership-section { padding-block: 48px; }
  .founder-glass-card { max-width: 100%; border-radius: 14px; }
  .fgc-portrait { height: 340px; }
}

/* ============================================
   SHOP COMING SOON OVERLAY
   ============================================ */

/* Wrapper that holds the grid + overlay */
.shop-preview-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

/* Dim and slightly fade the grid behind the overlay */
.shop-preview-wrap .products-grid,
.shop-browse-row {
  opacity: 0.45;
  pointer-events: none;
  user-select: none;
}

.shop-browse-row {
  text-align: center;
  margin-top: 48px;
}

/* Full overlay — backdrop-filter blurs the cards underneath */
.shop-coming-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background: rgba(250,249,247,.18);
  padding: 24px;
  z-index: 10;
}

/* Frosted glass panel */
.sco-panel {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(225,29,46,.18);
  border-radius: 18px;
  padding: 44px 52px;
  text-align: center;
  max-width: 480px;
  width: 100%;
  box-shadow:
    0 2px 0 0 rgba(225,29,46,.1) inset,
    0 12px 48px rgba(0,0,0,.1),
    0 0 0 1px rgba(255,255,255,.6);
}

/* "COMING SOON" badge */
.sco-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--red);
  background: rgba(225,29,46,.07);
  border: 1px solid rgba(225,29,46,.2);
  border-radius: 100px;
  padding: 6px 18px;
  margin-bottom: 20px;
}

/* Descriptive text */
.sco-desc {
  font-size: 0.9rem;
  color: #555555;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 360px;
  margin-inline: auto;
}

/* WhatsApp CTA button */
.sco-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 28px;
  background: var(--red);
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 4px 18px rgba(225,29,46,.32);
}
.sco-btn:hover {
  background: #c9182a;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(225,29,46,.42);
}

/* Responsive */
@media (max-width: 640px) {
  .sco-panel {
    padding: 32px 24px;
    border-radius: 14px;
  }
  .sco-badge { font-size: 0.62rem; letter-spacing: 0.22em; }
  .sco-desc { font-size: 0.85rem; }
  .sco-btn { font-size: 0.84rem; padding: 11px 22px; }
}

/* ============================================
   FOUNDER STORY & GLOBAL PRESENCE
   ============================================ */
.story-section {
  position: relative;
  background: #060606;
  padding-block: 80px;
  overflow: hidden;
  isolation: isolate;
}

/* Blueprint grid bg */
.story-bg-layer {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(225,29,46,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(225,29,46,.018) 1px, transparent 1px);
  background-size: 52px 52px;
  z-index: 0;
  pointer-events: none;
}
.story-bg-layer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 75% 60% at 20% 50%, rgba(225,29,46,.05) 0%, transparent 65%);
}
.story-bg-layer::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 80% at 50% 50%, transparent 10%, #060606 100%);
}

.story-section > .container {
  position: relative;
  z-index: 1;
}

/* ---- Split layout ---- */
.story-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* ---- Left content ---- */
.story-content { position: relative; }

.story-eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.story-eyebrow-line {
  width: 32px;
  height: 1px;
  background: var(--red);
  flex-shrink: 0;
}

.story-eyebrow-label {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  color: var(--red);
  text-transform: uppercase;
}

.story-headline {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
  line-height: 1.18;
  margin-bottom: 18px;
}

.story-para {
  font-size: 0.92rem;
  color: rgba(209,213,219,.6);
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 440px;
}

/* Founder card */
.story-founder-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 28px;
  backdrop-filter: blur(8px);
  max-width: 360px;
  transition: border-color 0.3s ease;
}
.story-founder-card:hover { border-color: rgba(225,29,46,.3); }

.story-founder-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(225,29,46,.4);
  flex-shrink: 0;
  box-shadow: 0 0 14px rgba(225,29,46,.2);
}
.story-founder-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.story-founder-name {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin-bottom: 2px;
}
.story-founder-role {
  font-size: 0.73rem;
  color: rgba(209,213,219,.5);
  letter-spacing: 0.01em;
}

/* Stat list */
.story-stats {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.story-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.83rem;
  color: rgba(209,213,219,.65);
}

.sstat-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(225,29,46,.08);
  border: 1px solid rgba(225,29,46,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  flex-shrink: 0;
}

/* ---- Right carousel ---- */
.story-carousel { position: relative; }

.story-carousel-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(225,29,46,.2);
  box-shadow: 0 0 0 1px rgba(225,29,46,.08), 0 24px 60px rgba(0,0,0,.6);
  background: #0b0b14;
  aspect-ratio: 4 / 3;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}
.story-carousel-frame:hover {
  border-color: rgba(225,29,46,.4);
  box-shadow: 0 0 0 1px rgba(225,29,46,.15), 0 24px 60px rgba(0,0,0,.7), 0 0 40px rgba(225,29,46,.08);
}

/* Slides container */
.story-slides {
  position: absolute;
  inset: 0;
}

.story-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1);
  pointer-events: none;
}
.story-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.story-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 6s ease;
  transform: scale(1);
}
.story-slide.active img { transform: scale(1.04); }

/* Bottom gradient caption overlay */
.story-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 48px 22px 20px;
  background: linear-gradient(to top, rgba(6,6,12,.92) 0%, rgba(6,6,12,.6) 55%, transparent 100%);
  z-index: 3;
}
.sc-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
  margin-bottom: 3px;
}
.sc-sub {
  font-size: 0.7rem;
  color: rgba(209,213,219,.55);
  line-height: 1.5;
}

/* Arrow buttons */
.story-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(6,6,12,.7);
  color: rgba(255,255,255,.85);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.story-arrow-prev { left: 14px; }
.story-arrow-next { right: 14px; }
.story-arrow:hover {
  border-color: rgba(225,29,46,.6);
  background: rgba(225,29,46,.15);
  color: #ffffff;
}

/* Dot pagination */
.story-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.story-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.25s ease, transform 0.25s ease, width 0.25s ease;
}
.story-dot.active {
  background: var(--red);
  width: 20px;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(225,29,46,.5);
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .story-split { grid-template-columns: 1fr; gap: 48px; }
  .story-section { padding-block: 60px; }
}
@media (max-width: 640px) {
  .story-section { padding-block: 48px; }
  .story-headline { font-size: 1.85rem; }
}

/* ============================================
   PRODUCTS SECTION
   ============================================ */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.product-card {
  background: var(--t-card);
  border: 1px solid var(--t-card-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition-slow);
}
.product-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: transparent;
}
.product-card-img {
  height: 160px;
  position: relative;
}
.product-card-img .placeholder-img {
  height: 100%;
  border-radius: 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.product-card-img .placeholder-img svg { color: var(--gray-dark); opacity: 0.2; }
.product-card-img .placeholder-img span { color: var(--gray-mid); }
.product-card-body {
  padding: 18px;
}
.product-card-body .tag { margin-bottom: 8px; }
.product-card-body h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--t-h);
  margin-bottom: 6px;
}
.product-card-body p {
  font-size: 0.8rem;
  color: var(--t-p);
  line-height: 1.55;
  margin-bottom: 14px;
}
.product-card-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.product-card-actions .btn { flex: 1; justify-content: center; font-size: 0.78rem; padding: 9px 10px; }

/* ============================================
   ABOUT PREVIEW
   ============================================ */
.about-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.about-preview-content .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 16px;
}
.about-preview-content h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--t-h);
}
.about-preview-content p {
  font-size: 0.95rem;
  color: var(--t-p);
  line-height: 1.75;
  margin-bottom: 32px;
}
.about-preview-img {
  height: 440px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
}
.about-preview-img .placeholder-img {
  height: 100%;
  border-radius: 0;
}
.about-preview-img::before {
  content: '';
  position: absolute;
  inset: -12px;
  border: 2px solid rgba(225,29,46,.15);
  border-radius: calc(var(--radius-xl) + 12px);
  pointer-events: none;
  z-index: -1;
}

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section {
  background: var(--black);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225,29,46,.08) 0%, transparent 70%);
  pointer-events: none;
}
.cta-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 16px;
  position: relative;
}
.cta-section > .container > p {
  font-size: 1.05rem;
  color: var(--gray-light);
  max-width: 480px;
  margin: 0 auto 36px;
  opacity: 0.75;
  position: relative;
}
.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--charcoal);
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 72px;
  padding-bottom: 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 48px;
  margin-bottom: 56px;
}
.footer-brand .nav-logo { margin-bottom: 16px; }
.footer-logo { height: 80px; width: auto; max-width: 220px; object-fit: contain; display: block; }
.footer-brand p {
  font-size: 0.85rem;
  color: var(--gray-light);
  opacity: 0.65;
  line-height: 1.65;
  margin-bottom: 20px;
  max-width: 280px;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.5);
  font-size: 0.8rem;
  transition: var(--transition);
}
.footer-social a:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
  transform: translateY(-2px);
}
.footer-col h4 {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 18px;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 0.85rem;
  color: rgba(255,255,255,.5);
  transition: var(--transition);
}
.footer-col ul li a:hover {
  color: var(--white);
  padding-left: 4px;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}
.footer-contact-item .fc-icon {
  width: 30px;
  height: 30px;
  background: rgba(255,255,255,.05);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  flex-shrink: 0;
}
.footer-contact-item p {
  font-size: 0.82rem;
  color: rgba(255,255,255,.5);
  line-height: 1.5;
}
.footer-contact-item p strong {
  display: block;
  color: rgba(255,255,255,.75);
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 2px;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p {
  font-size: 0.8rem;
  color: rgba(255,255,255,.3);
}
.footer-bottom-links {
  display: flex;
  gap: 24px;
}
.footer-bottom-links a {
  font-size: 0.8rem;
  color: rgba(255,255,255,.3);
  transition: var(--transition);
}
.footer-bottom-links a:hover { color: rgba(255,255,255,.6); }

/* ============================================
   WHATSAPP FLOAT
   ============================================ */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.wa-float-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: var(--transition);
  animation: waFloat 3s ease-in-out infinite;
}
.wa-float-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37,211,102,.55);
}
@keyframes waFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
.wa-float-tooltip {
  background: var(--charcoal);
  color: var(--white);
  border: 1px solid rgba(255,255,255,.1);
  padding: 6px 14px;
  border-radius: var(--radius-md);
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(8px);
  transition: var(--transition);
  pointer-events: none;
}
.wa-float:hover .wa-float-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* ============================================
   PAGE HERO (inner pages)
   ============================================ */
.page-hero {
  background: var(--t-ph-bg);
  padding-top: calc(120px + 32px);
  padding-bottom: 36px;
  position: relative;
  overflow: hidden;
  transition: background var(--transition-slow);
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -60%;
  right: -15%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225,29,46,.06) 0%, transparent 70%);
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--t-ph-sep);
  transition: background var(--transition-slow);
}
.page-hero-content { position: relative; z-index: 1; }
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: var(--t-ph-bc);
  margin-bottom: 16px;
  transition: color var(--transition-slow);
}
.breadcrumb a { color: var(--t-ph-bc); transition: var(--transition); }
.breadcrumb a:hover { color: var(--t-ph-h); }
.breadcrumb .sep { color: var(--t-ph-bc-sep); }
.breadcrumb .current { color: var(--red); }
.page-hero h1 {
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--t-ph-h);
  margin-bottom: 12px;
  line-height: 1.1;
  transition: color var(--transition-slow);
}
.page-hero p {
  font-size: 1.05rem;
  color: var(--t-ph-p);
  max-width: 540px;
  line-height: 1.7;
  opacity: 0.75;
  transition: color var(--transition-slow);
}

/* ============================================
   PRODUCTS PAGE
   ============================================ */
.search-filter-bar {
  background: var(--t-card);
  border: 1px solid var(--t-card-border);
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  margin-bottom: 40px;
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: var(--shadow-sm);
}
.search-input-wrap {
  flex: 1;
  min-width: 200px;
  position: relative;
}
.search-input-wrap input {
  width: 100%;
  padding: 12px 16px 12px 44px;
  border: 1.5px solid var(--t-input-border);
  border-radius: var(--radius-md);
  font-size: 0.9rem;
  font-family: var(--font-main);
  color: var(--t-input-text);
  background: var(--t-input);
  transition: var(--transition);
  outline: none;
}
.search-input-wrap input:focus {
  border-color: var(--red);
  background: var(--t-card);
}
.search-input-wrap svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--t-p);
  pointer-events: none;
}
.filter-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.filter-chip {
  padding: 8px 16px;
  border-radius: 100px;
  border: 1.5px solid var(--t-chip-border);
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--t-chip-text);
  background: var(--t-chip);
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}
.filter-chip:hover,
.filter-chip.active {
  border-color: var(--red);
  color: var(--red);
  background: rgba(225,29,46,.05);
}

.products-full-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.product-cat-card {
  background: var(--t-card);
  border: 1px solid var(--t-card-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition-slow);
}
.product-cat-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
  border-color: transparent;
}
.product-cat-img {
  height: 200px;
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
}
.product-cat-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s cubic-bezier(0.4,0,0.2,1);
}
.product-cat-card:hover .product-cat-photo {
  transform: scale(1.05);
}
.product-cat-body {
  padding: 22px;
}
.product-cat-body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--t-h);
  margin-bottom: 8px;
}
.product-cat-body p {
  font-size: 0.85rem;
  color: var(--t-p);
  line-height: 1.6;
  margin-bottom: 18px;
}
.product-unavailable {
  background: linear-gradient(135deg, var(--charcoal) 0%, var(--charcoal2) 100%);
  border-radius: var(--radius-xl);
  padding: 48px;
  text-align: center;
  margin-top: 64px;
  border: 1px solid rgba(255,255,255,.06);
}
.product-unavailable h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.product-unavailable p {
  color: var(--gray-light);
  opacity: 0.7;
  margin-bottom: 24px;
  font-size: 0.95rem;
}
.product-unavailable .actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================
   BRANDS PAGE
   ============================================ */
.brands-full-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.brand-full-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  text-align: center;
  transition: var(--transition);
  cursor: pointer;
}
.brand-full-card:hover {
  border-color: var(--red);
  box-shadow: 0 4px 20px rgba(225,29,46,.1);
  transform: translateY(-3px);
}
.brand-logo-ph {
  width: 120px;
  height: 70px;
  background: transparent;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}
.brand-full-logo {
  width: auto;
  height: 56px;
  max-width: 110px;
  object-fit: contain;
}
.brand-full-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 6px;
}
.brand-full-card p {
  font-size: 0.78rem;
  color: #6e6e6e;
  line-height: 1.5;
  margin-bottom: 16px;
}
.brand-full-card .btn { width: 100%; justify-content: center; }
.brand-full-card { position: relative; overflow: hidden; }
.brand-full-card.exclusive {
  border-color: #c9a227;
  box-shadow: 0 0 0 1px rgba(201,162,39,.3), 0 6px 28px rgba(201,162,39,.18);
}
.brand-full-card.exclusive::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 35%,
    rgba(255,215,0,.13) 47%,
    rgba(255,255,255,.2) 50%,
    rgba(255,215,0,.13) 53%,
    transparent 65%
  );
  background-size: 250% 250%;
  animation: gold-shimmer 2.8s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.brand-full-card.exclusive > * { position: relative; z-index: 1; }

/* ============================================
   ABOUT PAGE
   ============================================ */
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.story-content h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--t-h);
  margin-bottom: 20px;
  line-height: 1.2;
}
.story-content p {
  font-size: 0.95rem;
  color: var(--t-p);
  line-height: 1.75;
  margin-bottom: 16px;
}
.story-img {
  height: 500px;
  border-radius: var(--radius-xl);
  overflow: hidden;
}
.story-img .placeholder-img { height: 100%; border-radius: 0; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.value-card {
  background: var(--t-card);
  border: 1px solid var(--t-card-border);
  border-radius: var(--radius-lg);
  padding: 28px;
  text-align: center;
  transition: var(--transition);
}
.value-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.value-card .icon {
  width: 52px;
  height: 52px;
  background: var(--red-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  margin: 0 auto 16px;
}
.value-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--t-h);
  margin-bottom: 8px;
}
.value-card p {
  font-size: 0.85rem;
  color: var(--t-p);
  line-height: 1.6;
}

.timeline {
  position: relative;
  max-width: 680px;
  margin-inline: auto;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(225,29,46,.2);
  transform: translateX(-50%);
}
.timeline-item {
  display: grid;
  grid-template-columns: 1fr 44px 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
}
.timeline-item:last-child { margin-bottom: 0; }
.timeline-year {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--red);
  letter-spacing: -0.02em;
  text-align: right;
}
.timeline-dot {
  width: 44px;
  height: 44px;
  background: var(--white);
  border: 2px solid var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  z-index: 1;
  flex-shrink: 0;
}
.timeline-body h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--t-h);
  margin-bottom: 4px;
}
.timeline-body p {
  font-size: 0.85rem;
  color: var(--t-p);
  line-height: 1.5;
}
.timeline-item:nth-child(even) .timeline-year { text-align: left; order: 3; }
.timeline-item:nth-child(even) .timeline-dot { order: 2; }
.timeline-item:nth-child(even) .timeline-body { order: 1; text-align: right; }

/* ============================================
   CONTACT PAGE
   ============================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 48px;
  align-items: start;
}
.contact-form-card {
  background: var(--t-card);
  border: 1px solid var(--t-card-border);
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: var(--shadow-card);
}
.contact-form-card h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--t-h);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.contact-form-card > p {
  font-size: 0.88rem;
  color: var(--t-p);
  margin-bottom: 28px;
  line-height: 1.6;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-group {
  margin-bottom: 16px;
}
.form-group label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--t-h);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.form-group label .required { color: var(--red); margin-left: 2px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--t-input-border);
  border-radius: var(--radius-md);
  font-size: 0.9rem;
  font-family: var(--font-main);
  color: var(--t-input-text);
  background: var(--t-input);
  transition: var(--transition);
  outline: none;
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--red);
  background: var(--t-card);
  box-shadow: 0 0 0 3px rgba(225,29,46,.08);
}
.form-group textarea { resize: vertical; min-height: 110px; line-height: 1.55; }
.form-group select { cursor: pointer; }
.form-submit { width: 100%; justify-content: center; margin-top: 8px; }

.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-info-card {
  background: var(--t-card);
  border: 1px solid var(--t-card-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-card);
}
.contact-info-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--t-h);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--t-divider);
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}
.contact-info-item:last-child { margin-bottom: 0; }
.ci-icon {
  width: 36px;
  height: 36px;
  background: var(--red-light);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  flex-shrink: 0;
}
.ci-text strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--t-h);
  margin-bottom: 2px;
}
.ci-text p, .ci-text a {
  font-size: 0.85rem;
  color: var(--t-p);
  line-height: 1.5;
  transition: var(--transition);
}
.ci-text a:hover { color: var(--red); }

.wa-contact-card {
  background: linear-gradient(135deg, #075e54, #128c7e);
  border-radius: var(--radius-lg);
  padding: 24px;
  color: var(--white);
  text-align: center;
}
.wa-contact-card .wa-icon {
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.wa-contact-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.wa-contact-card p {
  font-size: 0.82rem;
  opacity: 0.8;
  margin-bottom: 16px;
  line-height: 1.5;
}
.wa-contact-card .btn {
  width: 100%;
  justify-content: center;
  background: var(--white);
  color: #075e54;
  font-weight: 700;
}
.wa-contact-card .btn:hover { background: rgba(255,255,255,.9); }

.map-placeholder {
  background: var(--t-map);
  border-radius: var(--radius-lg);
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--t-p);
  font-size: 0.82rem;
  border: 1px solid var(--t-map-border);
  opacity: 0.85;
}
.map-placeholder svg { opacity: 0.4; }

.hours-list { list-style: none; }
.hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--t-hours-border);
  font-size: 0.82rem;
  color: var(--t-p);
}
.hours-list li:last-child { border-bottom: none; }
.hours-list li .day { font-weight: 600; color: var(--t-h); }
.hours-list li .time { color: var(--green, #16a34a); font-weight: 500; }
.hours-list li.closed .time { color: var(--red); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1100px) {
  .categories-grid { grid-template-columns: repeat(3, 1fr); }
  .brands-grid { grid-template-columns: repeat(4, 1fr); }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 1100px) {
  :root { --section-py: 56px; }
  .page-hero { padding-top: calc(96px + 28px); padding-bottom: 28px; }
  .nav-links { display: none; }
  .nav-wa, .lang-toggle { display: none; }
  .hamburger { display: flex; }
  .hero-placeholder { display: none; }
  .hero-float-card { display: none; }
  .hero-bg-overlay { background: var(--t-hero-overlay); }
  .hero-content { max-width: 100%; }
  html[dir="rtl"] .hero-inner { padding-right: 24px !important; }
  html[dir="rtl"] .hero-content { padding-right: 0; max-width: 100%; }
  html[dir="rtl"] .hero-trust { flex-wrap: wrap; gap: 16px; }
  .trust-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip-item:nth-child(3)::before { display: none; }
  .why-split { grid-template-columns: 1fr; gap: 48px; }
  .why-year { font-size: 4rem; }
  .why-section { padding-block: 60px; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .about-preview { grid-template-columns: 1fr; gap: 40px; }
  .about-preview-img { height: 280px; }
  .contact-grid { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; gap: 40px; }
  .story-img { height: 300px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .brands-full-grid { grid-template-columns: repeat(3, 1fr); }
  .products-full-grid { grid-template-columns: repeat(2, 1fr); }
  .process-cards { grid-template-columns: 1fr; gap: 12px; }
  .process-section { padding-block: 64px; }
  .process-card { height: auto; min-height: 130px; grid-template-columns: 64px 1fr 140px; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%); }
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  :root { --section-py: 48px; }
  .page-hero { padding-top: calc(96px + 20px); padding-bottom: 20px; }
  .categories-grid { grid-template-columns: 1fr 1fr; }
  .brands-grid { grid-template-columns: repeat(3, 1fr); }
  .why-cards { grid-template-columns: 1fr; }
  .why-section { padding-block: 48px; }
  .why-year { font-size: 3.5rem; }
  .products-grid { grid-template-columns: 1fr 1fr; }
  .process-section { padding-block: 48px; }
  .process-top { margin-bottom: 36px; }
  .process-card { grid-template-columns: 56px 1fr 100px; }
  .pc-num { font-size: 1.6rem; }
  .trust-strip-grid { grid-template-columns: repeat(2, 1fr); }
  .brands-full-grid { grid-template-columns: repeat(2, 1fr); }
  .products-full-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  html[dir="rtl"] .hero-actions { flex-direction: column; }
  html[dir="rtl"] .hero-title { font-size: clamp(2rem, 4.5vw, 3.2rem); }
  .timeline::before { left: 22px; }
  .timeline-item { grid-template-columns: 44px 1fr; grid-template-rows: auto auto; }
  .timeline-year { order: 1 !important; grid-column: 2; text-align: left !important; font-size: 1rem; }
  .timeline-dot { order: 0 !important; grid-row: span 2; }
  .timeline-body { order: 2 !important; text-align: left !important; grid-column: 2; }
  .hero-trust { gap: 14px; }
  .contact-form-card { padding: 24px; }
  .cta-section h2 { font-size: 1.8rem; }
}

@media (max-width: 420px) {
  .brands-grid { grid-template-columns: repeat(2, 1fr); }
  .categories-grid { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: 1fr; }
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-in-up {
  animation: fadeInUp 0.6s var(--transition) both;
}
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* Mission strip */
.mission-strip {
  background: var(--red);
  padding: 18px 0;
  text-align: center;
}
.mission-strip p {
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.mission-strip strong { font-weight: 800; }

/* Stat highlight */
.stat-highlight {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 0;
}
.stat-highlight .num {
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--white);
  line-height: 1;
}
.stat-highlight .label {
  font-size: 0.8rem;
  color: var(--gray-light);
  opacity: 0.6;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Section with side image */
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
}
.split-section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 56px;
}
.split-section-visual {
  position: relative;
  overflow: hidden;
}
.split-section-visual .placeholder-img {
  height: 100%;
  border-radius: 0;
}

@media (max-width: 900px) {
  .split-section { grid-template-columns: 1fr; }
  .split-section-visual { min-height: 260px; }
  .split-section-content { padding: 48px 24px; }
}

/* ============================================
   THEME TOGGLE BUTTON
   ============================================ */
.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: var(--radius-sm);
  background: var(--t-ctrl-bg);
  border: 1px solid var(--t-ctrl-border);
  color: var(--t-ctrl-active);
  transition: var(--transition);
  flex-shrink: 0;
}
.theme-toggle:hover {
  background: var(--t-ctrl-hover);
  transform: translateY(-1px);
}
.theme-toggle .icon-sun,
.theme-toggle .icon-moon { display: none; pointer-events: none; }

/* Light mode: show moon (click to go dark) */
html:not([data-theme="dark"]) .theme-toggle .icon-moon { display: block; }
/* Dark mode: show sun (click to go light) */
html[data-theme="dark"] .theme-toggle .icon-sun { display: block; }

/* ============================================
   LOGO SWITCHING (light vs dark logo)
   ============================================ */

/* Light theme (default) → light logo (aiklightlogo.png) */
.nav-logo-img.logo-light { display: block; }
.nav-logo-img.logo-dark  { display: none; }

/* Dark theme → dark logo (aikdarklogo.png) */
html[data-theme="dark"] .nav-logo-img.logo-light { display: none; }
html[data-theme="dark"] .nav-logo-img.logo-dark  { display: block; }

/* Transparent navbar in dark mode — use dark logo */
html[data-theme="dark"] .navbar.transparent .nav-logo-img.logo-light { display: none; }
html[data-theme="dark"] .navbar.transparent .nav-logo-img.logo-dark  { display: block; }

/* ============================================
   SMOOTH THEME TRANSITIONS
   ============================================ */
.trust-strip,
.brand-card,
.category-card,
.why-card,
.product-card,
.product-cat-card,
.brand-full-card,
.value-card,
.contact-form-card,
.contact-info-card,
.search-filter-bar,
.filter-chip,
.map-placeholder {
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

/* ============================================
   MOBILE — hide theme toggle label on small screens
   ============================================ */
@media (max-width: 900px) {
  .theme-toggle { display: flex; }
}

/* ============================================
   HERO — LIGHT MODE REFINEMENTS
   ============================================ */

/* Navbar transparent state: dark links in light mode */
html[data-theme="light"] .navbar.transparent .nav-links a {
  color: rgba(17,17,17,.68);
}
html[data-theme="light"] .navbar.transparent .nav-links a:hover,
html[data-theme="light"] .navbar.transparent .nav-links a.active {
  color: #111111;
}
html[data-theme="light"] .navbar.transparent .nav-wa { color: rgba(17,17,17,.6); }
html[data-theme="light"] .navbar.transparent .lang-toggle button { color: rgba(17,17,17,.6); }
html[data-theme="light"] .navbar.transparent .lang-toggle .sep { background: rgba(17,17,17,.25); }
html[data-theme="light"] .navbar.transparent .hamburger span { background: #111111; }
html[data-theme="light"] .navbar.transparent .theme-toggle { color: rgba(17,17,17,.65); }

/* Browse Products secondary button — readable on light hero */
html[data-theme="light"] .hero .btn-secondary {
  color: #111111;
  border-color: rgba(17,17,17,.22);
  background: rgba(255,255,255,.6);
}
html[data-theme="light"] .hero .btn-secondary:hover {
  background: rgba(255,255,255,.9);
  border-color: rgba(17,17,17,.4);
  color: #111111;
}

/* ============================================
   BRAND CARDS — ALWAYS WHITE (light & dark modes)
   ============================================ */
html[data-theme="dark"] .brand-full-card {
  background: #ffffff !important;
  border-color: #e5e5e5 !important;
}
html[data-theme="dark"] .brand-full-card h3  { color: #111111 !important; }
html[data-theme="dark"] .brand-full-card p   { color: #6e6e6e !important; }
html[data-theme="dark"] .brand-full-card .btn-outline {
  color: #111111 !important;
  border-color: rgba(17,17,17,.25) !important;
}
html[data-theme="dark"] .brand-full-card .btn-outline:hover {
  background: var(--red) !important;
  color: #ffffff !important;
  border-color: var(--red) !important;
}
html[data-theme="dark"] .brand-full-card.exclusive {
  border-color: #c9a227 !important;
}

/* ============================================
   ABOUT PAGE — FULL REDESIGN
   ============================================ */

/* 1. Hero badge */
.about-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(225,29,46,.07);
  border: 1px solid rgba(225,29,46,.18);
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.ahb-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  display: inline-block;
  flex-shrink: 0;
}

/* 2. Story section */
.about-story .story-content h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  color: #111111;
  margin-bottom: 20px;
  line-height: 1.2;
}
.about-story .story-content p {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.75;
  margin-bottom: 16px;
}
.about-story-real-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: var(--radius-xl);
  box-shadow: 0 20px 60px rgba(0,0,0,.1);
}
.about-story-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.asp-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #111111;
  background: #f4f4f4;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  padding: 6px 14px;
  letter-spacing: 0.02em;
}
.asp-pill svg { color: var(--red); flex-shrink: 0; }

/* 3. Mission Band */
.about-mission-band {
  background: var(--red);
  padding: 36px 0;
  position: relative;
  overflow: hidden;
}
.about-mission-band::before {
  content: '';
  position: absolute;
  right: -8%;
  top: -80%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255,255,255,.05);
  pointer-events: none;
}
.about-mission-band::after {
  content: '';
  position: absolute;
  left: -5%;
  bottom: -80%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(0,0,0,.08);
  pointer-events: none;
}
.amb-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.amb-quote-mark {
  font-size: 5rem;
  font-weight: 900;
  color: rgba(255,255,255,.15);
  line-height: 0.6;
  font-family: Georgia, serif;
  margin-bottom: 8px;
}
.about-mission-band p {
  font-size: 1.08rem;
  font-weight: 500;
  color: rgba(255,255,255,.92);
  max-width: 620px;
  margin: 0;
  line-height: 1.65;
}
.about-mission-band strong { font-weight: 900; color: #fff; }

/* dark mode overrides for always-light about sections */
html[data-theme="dark"] .about-story .story-content h2 { color: #111111 !important; }
html[data-theme="dark"] .about-story .story-content p   { color: #555555 !important; }
html[data-theme="dark"] .asp-pill { color: #111111 !important; background: #f0f0f0 !important; border-color: #e0e0e0 !important; }
html[data-theme="dark"] .value-card { background: #ffffff !important; border-color: #e5e5e5 !important; }
html[data-theme="dark"] .value-card h3 { color: #111111 !important; }
html[data-theme="dark"] .value-card p  { color: #555555 !important; }
html[data-theme="dark"] .value-card .icon { background: rgba(225,29,46,.07) !important; }

/* 4. Timeline section */
.about-timeline-section { background: #f8f7f5; }
html[data-theme="dark"] .about-timeline-section { background: #141414; }
html[data-theme="dark"] .about-timeline-section .section-header h2   { color: #f0f0f0; }
html[data-theme="dark"] .about-timeline-section .section-header p     { color: #9d9d9d; }
html[data-theme="dark"] .about-timeline-section .section-header .eyebrow { color: var(--red); }
html[data-theme="dark"] .about-timeline-section .timeline-dot { background: #1c1c1c; }
html[data-theme="dark"] .about-timeline-section .timeline-body h4 { color: #f0f0f0; }
html[data-theme="dark"] .about-timeline-section .timeline-body p  { color: #9d9d9d; }

/* 5. Leadership / Team — Dark section */
.about-team-section {
  background: #0b0b0c;
  padding-block: 80px;
  position: relative;
}
.about-team-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255,255,255,.06);
}
.about-team-header {
  text-align: center;
  margin-bottom: 56px;
}
.about-team-header h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 14px;
}
.about-team-header p {
  font-size: 0.95rem;
  color: rgba(255,255,255,.5);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Portrait cards */
.team-portraits-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  max-width: 840px;
  margin: 0 auto;
}
.team-portrait-card {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.07);
  transition: border-color .35s, box-shadow .35s, transform .35s;
}
.team-portrait-card:hover {
  border-color: rgba(225,29,46,.28);
  box-shadow: 0 0 0 1px rgba(225,29,46,.12), 0 28px 64px rgba(0,0,0,.55);
  transform: translateY(-4px);
}
.tpc-photo {
  height: 340px;
  overflow: hidden;
  position: relative;
  background: #111111;
}
.tpc-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform .55s cubic-bezier(.25,.46,.45,.94);
}
.team-portrait-card:hover .tpc-photo img { transform: scale(1.04); }
.tpc-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #141414 0%, #1e1e1e 100%);
}
.tpc-initials {
  font-size: 3.8rem;
  font-weight: 900;
  color: rgba(225,29,46,.22);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 14px;
}
.tpc-placeholder-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.18);
}
.tpc-accent {
  height: 3px;
  background: var(--red);
  flex-shrink: 0;
}
.tpc-info { padding: 22px 24px; }
.tpc-name {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin-bottom: 5px;
}
.tpc-role {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
}
.tpc-desc {
  font-size: 0.85rem;
  color: rgba(255,255,255,.52);
  line-height: 1.65;
}

/* Team group photo */
.team-group-showcase {
  max-width: 840px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  height: 280px;
  position: relative;
  border: 1px solid rgba(255,255,255,.06);
}
.team-group-showcase img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .6s ease;
}
.team-group-showcase:hover img { transform: scale(1.03); }
.team-group-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.1) 50%, transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: 22px 26px;
}
.team-group-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255,255,255,.82);
  letter-spacing: 0.02em;
}

/* 6. Exhibitions — Dark section */
.about-exh-section {
  background: #060606;
  padding-block: 80px;
  border-top: 1px solid rgba(255,255,255,.04);
}
.about-exh-header {
  text-align: center;
  margin-bottom: 56px;
}
.about-exh-header h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 14px;
}
.about-exh-header p {
  font-size: 0.95rem;
  color: rgba(255,255,255,.5);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.7;
}

.about-exh-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 52px;
  align-items: start;
}

/* Exhibition carousel: reuse story-carousel classes, just override sizes */
.about-exh-section .story-carousel-frame {
  border: 1px solid rgba(225,29,46,.18);
  box-shadow: 0 0 0 1px rgba(225,29,46,.07), 0 40px 90px rgba(0,0,0,.65);
}
.about-exh-section .story-slides { height: 460px; }

/* Side text panel */
.about-exh-text { padding-top: 8px; }
.about-exh-text h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.025em;
  line-height: 1.3;
  margin-bottom: 18px;
}
.about-exh-text p {
  font-size: 0.9rem;
  color: rgba(255,255,255,.52);
  line-height: 1.75;
  margin-bottom: 16px;
}
.about-exh-stats {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 28px;
}
.about-exh-stat {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 15px 17px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  transition: border-color .25s;
}
.about-exh-stat:hover { border-color: rgba(225,29,46,.2); }
.aes-icon {
  width: 36px;
  height: 36px;
  background: rgba(225,29,46,.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  flex-shrink: 0;
}
.aes-body { display: flex; flex-direction: column; gap: 3px; }
.aes-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.01em;
}
.aes-desc {
  font-size: 0.75rem;
  color: rgba(255,255,255,.42);
  line-height: 1.45;
}

/* 7. Trust cards — light */
.about-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 8px;
}
.about-trust-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 28px 24px;
  transition: box-shadow .25s, transform .25s, border-color .25s;
}
.about-trust-card:hover {
  box-shadow: 0 10px 32px rgba(0,0,0,.08);
  transform: translateY(-3px);
  border-color: rgba(225,29,46,.18);
}
.about-trust-icon {
  width: 48px;
  height: 48px;
  background: rgba(225,29,46,.07);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  margin-bottom: 16px;
}
.about-trust-card h3 {
  font-size: 0.95rem;
  font-weight: 800;
  color: #111111;
  margin-bottom: 8px;
}
.about-trust-card p {
  font-size: 0.82rem;
  color: #555555;
  line-height: 1.65;
}
html[data-theme="dark"] .about-trust-card   { background: #ffffff !important; border-color: #e5e5e5 !important; }
html[data-theme="dark"] .about-trust-card h3 { color: #111111 !important; }
html[data-theme="dark"] .about-trust-card p  { color: #555555 !important; }

/* ============================================
   ABOUT PAGE — RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .about-exh-layout { grid-template-columns: 1fr 300px; gap: 36px; }
}
@media (max-width: 880px) {
  .about-exh-layout { grid-template-columns: 1fr; gap: 40px; }
  .about-exh-section .story-slides { height: 320px; }
  .team-portraits-wrap { grid-template-columns: 1fr; max-width: 440px; }
  .about-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .about-exh-text { padding-top: 0; }
}
@media (max-width: 600px) {
  .about-team-section { padding-block: 56px; }
  .about-exh-section  { padding-block: 56px; }
  .team-portraits-wrap { max-width: 100%; }
  .about-exh-section .story-slides { height: 240px; }
  .about-mission-band { padding: 28px 0; }
  .about-mission-band p { font-size: 0.95rem; }
  .story-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .story-img { height: 280px; }
}

/* ============================================
   NEWS & UPDATES PAGE
   ============================================ */

.news-section { padding-block: var(--section-py); }

/* Filters */
.news-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 48px;
}
.news-filter-btn {
  padding: 9px 20px;
  border-radius: 100px;
  border: 1.5px solid var(--t-divider);
  background: var(--t-card-bg);
  color: var(--t-p);
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: all var(--transition);
  font-family: inherit;
}
.news-filter-btn:hover { border-color: var(--red); color: var(--red); }
.news-filter-btn.active { background: var(--red); border-color: var(--red); color: #fff; }

/* Grid */
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 80px;
}

/* Card */
.news-card {
  background: var(--t-card-bg);
  border: 1px solid var(--t-card-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--red); }

/* Thumb */
.news-card-thumb {
  position: relative;
  height: 160px;
  overflow: hidden;
}
.news-card-thumb-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.news-thumb-engineering {
  background: linear-gradient(135deg, #f0f4ff 0%, #dce6ff 100%);
  color: #3b5bdb;
}
.news-thumb-first {
  background: linear-gradient(135deg, #fff4e6 0%, #ffe8cc 100%);
  color: #e67700;
}
.news-thumb-product {
  background: linear-gradient(135deg, #f0fff4 0%, #c6f6d5 100%);
  color: #2f855a;
}
html[data-theme="dark"] .news-thumb-product { background: linear-gradient(135deg, #0a2e1a 0%, #0f3d22 100%); color: #68d391; }
html[data-theme="dark"] .news-thumb-engineering { background: linear-gradient(135deg, #1a1f3a 0%, #1e2a4a 100%); color: #748ffc; }
html[data-theme="dark"] .news-thumb-first { background: linear-gradient(135deg, #2a1f0a 0%, #3a2810 100%); color: #ffa94d; }
.news-thumb-label {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.7;
}
.news-file-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  color: var(--red);
  border: 1.5px solid var(--red);
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 3px 8px;
}
.news-file-badge-red { background: var(--red); color: #fff; border-color: var(--red); }

/* Card Body */
.news-card-body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.news-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
  margin-bottom: 12px;
}
.news-tag-engineering { background: #e8edff; color: #3b5bdb; }
.news-tag-first { background: #fff3e0; color: #e67700; }
.news-tag-product { background: #e6fff0; color: #2f855a; }
html[data-theme="dark"] .news-tag-product { background: #0a2e1a; color: #68d391; }
html[data-theme="dark"] .news-tag-engineering { background: #1e2a4a; color: #748ffc; }
html[data-theme="dark"] .news-tag-first { background: #2a1f0a; color: #ffa94d; }

.news-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--t-h);
  line-height: 1.4;
  margin-bottom: 10px;
}
.news-card-desc {
  font-size: 0.83rem;
  color: var(--t-p);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 16px;
}
.news-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.news-meta-type {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  color: var(--t-p);
  opacity: 0.7;
}
.news-meta-supplier, .news-meta-new {
  font-size: 0.68rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 100px;
}
.news-meta-supplier { background: var(--gray-pale); color: var(--gray-dark); }
.news-meta-new { background: var(--red-light); color: var(--red); }
html[data-theme="dark"] .news-meta-supplier { background: #2a2a2a; color: #aaa; }

.news-card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.news-btn-view { display: flex; align-items: center; gap: 6px; }
.news-btn-dl { display: flex; align-items: center; gap: 6px; }

/* Empty state */
.news-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 60px 0;
  color: var(--t-p);
  opacity: 0.5;
  font-size: 0.9rem;
}

/* Social section */
.news-social-section { margin-top: 24px; }
.news-social-header {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 40px;
}
.news-social-header h2 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 800;
  color: var(--t-h);
  margin: 10px 0 12px;
}
.news-social-header p { font-size: 0.9rem; color: var(--t-p); line-height: 1.7; }
.news-social-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.news-social-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  background: var(--t-card-bg);
  border: 1px solid var(--t-card-border);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: all var(--transition);
  box-shadow: var(--shadow-sm);
}
.news-social-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--red); }
.nsc-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nsc-instagram { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); color: #fff; }
.nsc-facebook { background: #1877f2; color: #fff; }
.nsc-whatsapp { background: #25d366; color: #fff; }
.nsc-body { flex: 1; }
.nsc-body strong { display: block; font-size: 0.88rem; font-weight: 700; color: var(--t-h); margin-bottom: 2px; }
.nsc-body span { font-size: 0.75rem; color: var(--t-p); }
.nsc-arrow { color: var(--t-p); opacity: 0.4; flex-shrink: 0; transition: opacity var(--transition); }
.news-social-card:hover .nsc-arrow { opacity: 1; color: var(--red); }

/* RTL */
html[dir="rtl"] .news-filters { flex-direction: row-reverse; }
html[dir="rtl"] .news-card-meta { flex-direction: row-reverse; }
html[dir="rtl"] .news-card-actions { flex-direction: row-reverse; }
html[dir="rtl"] .news-tag { text-align: right; }
html[dir="rtl"] .news-card-title { text-align: right; }
html[dir="rtl"] .news-card-desc { text-align: right; }
html[dir="rtl"] .news-social-card { flex-direction: row-reverse; }
html[dir="rtl"] .nsc-arrow { transform: scaleX(-1); }
html[dir="rtl"] .news-file-badge { right: auto; left: 12px; }

/* Responsive */
@media (max-width: 1024px) {
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .news-social-cards { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .news-grid { grid-template-columns: 1fr; gap: 20px; }
  .news-filters { gap: 8px; }
  .news-filter-btn { padding: 8px 14px; font-size: 0.78rem; }
}
