/* ═══════════════════════════════════════════════
   MUTEKI — Who We Are / What We Do Section
   ═══════════════════════════════════════════════ */

/* 1. FULL-WIDTH BREAKOUT */
#what-we-do {
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background: var(--bg2, #F8F8FF) !important;
  padding: 120px 0 100px;
  overflow: hidden;
  box-sizing: border-box;
}

.wwd-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  align-items: start;
  gap: 80px;
  position: relative;
  z-index: 2;
}

/* 2. BACKGROUND BLOBS */
.wwd-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.wwd-blob1 {
  width: 500px; height: 500px;
  top: -80px; left: -80px;
  background: radial-gradient(circle, rgba(91,79,232,0.06) 0%, transparent 65%);
  animation: wwdBlobDrift 15s ease-in-out infinite alternate;
}
.wwd-blob2 {
  width: 420px; height: 420px;
  bottom: -60px; right: 120px;
  background: radial-gradient(circle, rgba(139,92,246,0.05) 0%, transparent 65%);
  animation: wwdBlobDrift 20s ease-in-out infinite alternate-reverse;
}
@keyframes wwdBlobDrift {
  0% { transform: translate(0,0) scale(1); }
  100% { transform: translate(20px, 20px) scale(1.05); }
}

/* 3. LEFT COLUMN (TEXT) */
.wwd-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 12.5px; font-weight: 500;
  color: var(--indigo, #5B4FE8);
  letter-spacing: .5px;
  margin-bottom: 16px;
}
.wwd-ew-line {
  display: inline-block;
  width: 22px; height: 1.5px;
  background: var(--indigo, #5B4FE8);
  border-radius: 2px;
}

.wwd-h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(36px, 3.8vw, 56px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.wwd-h2-main  { display: block; color: var(--ink, #0F0F2D); }
.wwd-h2-accent {
  display: block;
  background: linear-gradient(135deg, var(--indigo,#5B4FE8) 0%, var(--violet,#8B5CF6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wwd-body {
  display: flex; flex-direction: column; gap: 16px;
  margin-bottom: 36px;
}
.wwd-body p {
  font-family: 'DM Sans', sans-serif;
  font-size: 14.5px; line-height: 1.72;
  color: var(--sub, #6B7280);
}

.wwd-cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px; font-weight: 700;
  color: var(--indigo, #5B4FE8);
  text-decoration: none;
  border-bottom: 1.5px solid var(--indigo, #5B4FE8);
  padding-bottom: 2px;
  transition: gap .2s, color .2s;
}
.wwd-cta:hover { gap: 14px; color: var(--violet,#8B5CF6); border-color: var(--violet,#8B5CF6); }
.wwd-cta svg { width: 14px; height: 14px; }

/* 4. BENTO GRID (RIGHT) */
.wwd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  gap: 14px;
}

.ww-card {
  border-radius: 18px;
  padding: 28px 26px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s;
}

.ww-card.js-ready {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .55s cubic-bezier(.16,1,.3,1), transform .55s cubic-bezier(.16,1,.3,1), box-shadow .25s, border-color .25s;
}

.ww-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ww-card:hover {
  transform: translateY(-4px) scale(1.015);
  z-index: 2;
}

.ww-card-glow {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(91,79,232,0.08) 0%, transparent 60%);
  pointer-events: none; border-radius: inherit;
  transition: opacity .3s;
}
.ww-card:hover .ww-card-glow { opacity: 1.4; }

.ww-card:not(.ww-dark) {
  background: #fff;
  border: 1.5px solid rgba(91,79,232,0.1);
  box-shadow: 0 2px 16px rgba(15,15,45,0.06), 0 0 0 0 transparent;
}
.ww-card:not(.ww-dark):hover {
  box-shadow: 0 12px 40px rgba(91,79,232,0.14), 0 0 0 1.5px rgba(91,79,232,0.18);
  border-color: rgba(91,79,232,0.22);
}

.ww-dark {
  background: linear-gradient(145deg, #1a1840 0%, #0f0f2d 100%);
  border: 1px solid rgba(91,79,232,0.25);
  box-shadow: 0 2px 16px rgba(15,15,45,0.18);
}
.ww-dark:hover {
  box-shadow: 0 12px 40px rgba(15,15,45,0.3), 0 0 0 1.5px rgba(139,92,246,0.35);
  border-color: rgba(139,92,246,0.4);
}

/* STAT cards */
.ww-stat { min-height: 140px; }

.ww-stat-num {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 46px; font-weight: 900;
  line-height: 1; letter-spacing: -2px;
  color: var(--ink, #0F0F2D);
  margin-bottom: 8px;
  display: flex; align-items: baseline; gap: 1px;
}
.count-val { display: inline-block; }
.count-suf {
  font-size: 32px;
  background: linear-gradient(135deg, var(--indigo,#5B4FE8), var(--violet,#8B5CF6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ww-stat-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 500;
  color: var(--sub, #6B7280);
  line-height: 1.4;
}

/* BADGE cards */
.ww-badge { min-height: 140px; display: flex; flex-direction: column; justify-content: space-between; gap: 14px; }
.ww-badge-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px; font-weight: 700;
  line-height: 1.3;
  color: var(--ink, #0F0F2D);
}

/* Clutch card */
.ww-clutch { grid-column: span 2; }
.ww-clutch .ww-badge-logo { display: flex; align-items: center; gap: 12px; }
.ww-clutch-img { width: 44px; height: 44px; object-fit: contain; flex-shrink: 0; }
.ww-badge-clutch-text { display: flex; flex-direction: column; gap: 1px; }
.ww-clutch-brand { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; font-weight: 900; color: var(--ink, #0F0F2D); letter-spacing: -0.3px; }
.ww-clutch-sub { font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 600; color: var(--sub2, #9CA3AF); letter-spacing: .3px; }

/* ISO / CRA cards */
.ww-iso-row { display: flex; align-items: center; gap: 12px; margin-bottom: 4px; }
.ww-iso-globe {
  width: 38px; height: 38px; flex-shrink: 0;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%; display: grid; place-items: center; padding: 5px;
}
.ww-iso-globe svg { width: 100%; height: 100%; }
.ww-iso-name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 18px; font-weight: 900; color: #fff; letter-spacing: .5px; line-height: 1; }
.ww-iso-num { font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 500; color: rgba(255,255,255,.5); letter-spacing: .5px; }

/* Manifest card */
.ww-manifest-logo { display: flex; flex-direction: column; gap: 8px; }
.ww-manifest-icon { line-height: 0; }
.ww-manifest-icon svg { width: 32px; height: 32px; }
.ww-manifest-text { display: flex; flex-direction: column; gap: 2px; }
.ww-manifest-brand { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 20px; font-weight: 900; color: #fff; letter-spacing: .5px; line-height: 1; }
.ww-manifest-sub { font-family: 'DM Sans', sans-serif; font-size: 10.5px; font-weight: 500; color: rgba(255,255,255,.6); line-height: 1.4; letter-spacing: .2px; }
.ww-plat-badge {
  display: inline-flex; background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15); border-radius: 6px;
  padding: 5px 12px; width: fit-content;
}
.ww-plat-badge span { font-family: 'DM Sans', sans-serif; font-size: 11.5px; font-weight: 600; color: rgba(255,255,255,.75); letter-spacing: .3px; }

/* AWARDS card */
.ww-awards { display: flex; flex-direction: column; justify-content: space-between; gap: 12px; }
.ww-awards-icons { display: flex; align-items: center; gap: 6px; }
.ww-award-icon { font-size: 26px; line-height: 1; }
.ww-award-sm   { font-size: 18px; opacity: .7; }
.ww-awards-text { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 700; color: var(--ink, #0F0F2D); line-height: 1.35; }
.ww-awards-link {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 800;
  color: var(--indigo, #5B4FE8); text-decoration: none; text-transform: uppercase;
  letter-spacing: 1px; border-bottom: 1.5px solid currentColor; padding-bottom: 2px;
  width: fit-content; transition: gap .2s, color .2s;
}
.ww-awards-link:hover { gap: 12px; color: var(--violet, #8B5CF6); }
.ww-awards-link svg { width: 13px; height: 13px; }

/* 5. RESPONSIVE */
@media (max-width: 1100px) {
  .wwd-inner { grid-template-columns: 1fr; padding: 0 28px; gap: 52px; }
  .wwd-grid  { grid-template-columns: repeat(2, 1fr); }
  .ww-clutch { grid-column: span 1; }
}
@media (max-width: 640px) {
  .wwd-grid  { grid-template-columns: 1fr; }
  .ww-clutch { grid-column: span 1; }
}
