/* ==========================================================================
   TEAM PAGE STYLES - CREATIVE & SOPHISTICATED DESIGN
   Uses canonical CSS variables from globals.css
   ========================================================================== */

/* ==========================================================================
   CREATIVE HERO SECTION
   ========================================================================== */

.team-hero.creative-hero {
  background: var(--surface-50);
  padding: 100px 0 80px 0;
  position: relative;
  overflow: hidden;
}

.hero-decorations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}

.shape-teal {
  width: 120px;
  height: 120px;
  background: var(--brand-primary);
  top: 10%;
  right: 15%;
  animation-delay: 0s;
}

.shape-orange {
  width: 80px;
  height: 80px;
  background: var(--brand-secondary);
  top: 60%;
  left: 10%;
  animation-delay: 2s;
}

.shape-yellow {
  width: 60px;
  height: 60px;
  background: var(--brand-yellow);
  top: 25%;
  left: 20%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  25% { transform: translateY(-20px) rotate(5deg); }
  50% { transform: translateY(-10px) rotate(-3deg); }
  75% { transform: translateY(-15px) rotate(2deg); }
}

.team-hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--surface-0);
  border: 2px solid var(--brand-secondary);
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-secondary);
  margin-bottom: 32px;
  box-shadow: 0 4px 20px var(--shadow-10);
  transform: rotate(-1deg);
}

.team-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--text-color);
  margin: 0 0 32px 0;
  letter-spacing: -0.02em;
}

.team-hero-description {
  font-family: var(--font-body);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0 0 48px 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================================================
   ASYMMETRIC TEAM PROFILES - 3 Different Heights Layout
   ========================================================================== */

/* Asymmetric Leadership Layout */
.leadership-layout-asymmetric {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  position: relative;
  overflow: visible; /* Important for floating elements */
}

/* Asymmetric Grid - 3 Profiles with Different Heights */
.team-members-grid-asymmetric {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 120px auto; /* Add margin to create space for floating KPIs */
  position: relative;
  align-items: end; /* Align cards to bottom for asymmetric effect */
  z-index: 2;
}

/* Individual Card Heights - Asymmetric Styling */
.team-members-grid-asymmetric .team-member-card:nth-child(1) {
  /* Tallest card - Full height */
  min-height: 620px;
  margin-top: 0;
  animation-delay: 0s;
  transform: rotate(-1deg);
}

.team-members-grid-asymmetric .team-member-card:nth-child(2) {
  /* Medium height card */
  min-height: 580px;
  margin-top: 40px;
  animation-delay: 0.8s;
  transform: rotate(1deg);
}

.team-members-grid-asymmetric .team-member-card:nth-child(3) {
  /* Shortest card */
  min-height: 540px;
  margin-top: 80px;
  animation-delay: 1.6s;
  transform: rotate(-0.5deg);
}

/* Hover effects for asymmetric cards */
.team-members-grid-asymmetric .team-member-card:hover {
  transform: translateY(-12px) scale(1.02) rotate(0deg);
  box-shadow: 0 25px 50px var(--shadow-20);
  z-index: 10;
}

/* Asymmetric Image Heights */
.team-members-grid-asymmetric .team-member-card:nth-child(1) .team-member-image-container {
  height: 320px; /* Tallest image */
}

.team-members-grid-asymmetric .team-member-card:nth-child(2) .team-member-image-container {
  height: 280px; /* Medium image */
}

.team-members-grid-asymmetric .team-member-card:nth-child(3) .team-member-image-container {
  height: 240px; /* Shortest image */
}

/* Enhanced floating animation for asymmetric cards */
@keyframes asymmetric-float-1 {
  0%, 100% { transform: translateY(0px) rotate(-1deg); }
  50% { transform: translateY(-8px) rotate(-1deg); }
}

@keyframes asymmetric-float-2 {
  0%, 100% { transform: translateY(0px) rotate(1deg); }
  50% { transform: translateY(-6px) rotate(1deg); }
}

@keyframes asymmetric-float-3 {
  0%, 100% { transform: translateY(0px) rotate(-0.5deg); }
  50% { transform: translateY(-10px) rotate(-0.5deg); }
}

.team-members-grid-asymmetric .team-member-card:nth-child(1) {
  animation: asymmetric-float-1 5s ease-in-out infinite;
}

.team-members-grid-asymmetric .team-member-card:nth-child(2) {
  animation: asymmetric-float-2 6s ease-in-out infinite;
  animation-delay: 1s;
}

.team-members-grid-asymmetric .team-member-card:nth-child(3) {
  animation: asymmetric-float-3 7s ease-in-out infinite;
  animation-delay: 2s;
}

/* Floating Statistics - POSITIONED AROUND PROFILES */
.team-stats-floating {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 5; /* Au-dessus des profils */
}

.team-stats-floating .team-stat {
  position: absolute;
  padding: 20px 24px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
  animation: gentle-float 4s ease-in-out infinite;
  pointer-events: auto;
  cursor: pointer;
  min-width: 140px;
  box-shadow: 0 8px 25px var(--shadow-20);
  background: var(--surface-0);
}

/* Floating Stat Positions - AROUND THE PROFILES */
.floating-stat-1 {
  top: 60px;
  left: -60px;
  background: var(--brand-yellow-soft);
  border: 2px solid var(--brand-yellow);
  transform: rotate(-8deg);
  animation-delay: 0.5s;
}

.floating-stat-2 {
  top: 180px;
  right: -80px;
  background: var(--brand-primary-soft);
  border: 2px solid var(--brand-primary);
  transform: rotate(6deg);
  animation-delay: 1.5s;
}

.floating-stat-3 {
  bottom: 120px;
  left: -70px;
  background: var(--brand-secondary-soft);
  border: 2px solid var(--brand-secondary);
  transform: rotate(-4deg);
  animation-delay: 2.5s;
}

.floating-stat-4 {
  bottom: 60px;
  right: -60px;
  background: var(--brand-green-soft);
  border: 2px solid var(--brand-green);
  transform: rotate(5deg);
  animation-delay: 3.5s;
}

/* Floating Stat Hover Effects */
.team-stats-floating .team-stat:hover {
  transform: rotate(0deg) scale(1.1);
  box-shadow: 0 12px 35px var(--shadow-20);
  z-index: 15;
}

/* Floating Stat Content */
.team-stats-floating .team-stat-number {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.team-stats-floating .team-stat-label {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Stat Colors */
.floating-stat-1 .team-stat-number { color: var(--brand-yellow); }
.floating-stat-2 .team-stat-number { color: var(--brand-primary); }
.floating-stat-3 .team-stat-number { color: var(--brand-secondary); }
.floating-stat-4 .team-stat-number { color: var(--brand-green); }

/* Asymmetric Decorations */
.grid-decorations-asymmetric {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}

.grid-decorations-asymmetric .deco-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--brand-primary);
  opacity: 0.04;
  top: 15%;
  right: 8%;
  animation: gentle-spin 25s linear infinite;
}

.grid-decorations-asymmetric .deco-triangle {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 80px solid var(--brand-secondary);
  opacity: 0.04;
  top: 65%;
  left: 3%;
  animation: gentle-spin 30s linear infinite reverse;
}

.grid-decorations-asymmetric .deco-square {
  width: 80px;
  height: 80px;
  background: var(--brand-yellow);
  opacity: 0.04;
  transform: rotate(45deg);
  top: 45%;
  right: 12%;
  animation: gentle-spin 20s linear infinite;
  animation-delay: 10s;
}

/* ==========================================================================
   LEGACY LAYOUTS (kept for other team sections)
   ========================================================================== */

/* Leadership Section */
.team-leadership {
  padding: 80px 0;
  background: var(--surface-0);
  position: relative;
}

.leadership-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: start;
}


/* ==========================================================================
   CREATIVE TEAM MEMBER CARDS
   ========================================================================== */

.team-member-card {
  background: var(--surface-0);
  border-radius: 0px; /* NO ROUNDED CORNERS */
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 4px 20px var(--shadow-10);
  border: 2px solid transparent;
}

/* Standard Card Layout */
.standard-card {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  animation: gentle-float 4s ease-in-out infinite;
}

.standard-card:nth-child(1) { animation-delay: 0s; }
.standard-card:nth-child(2) { animation-delay: 1s; }
.standard-card:nth-child(3) { animation-delay: 2s; }
.standard-card:nth-child(4) { animation-delay: 3s; }

@keyframes gentle-float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-6px); }
}

.team-member-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 40px var(--shadow-20);
}

/* Decorative Background Elements */
.team-card-decoration {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  opacity: 0.1;
  z-index: 0;
}

.decoration-teal { background: var(--brand-primary); }
.decoration-orange { background: var(--brand-secondary); }
.decoration-yellow { background: var(--brand-yellow); }

/* Creative Image Container */
.team-member-image-container {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: var(--surface-100);
}

/* Responsive height adjustments */
@media (max-width: 1024px) {
  .team-member-image-container {
    height: 260px;
  }
}

@media (max-width: 768px) {
  .team-member-image-container {
    height: 240px;
  }
}

.image-frame {
  position: relative;
  width: 100%;
  height: 100%;
}

.team-member-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s ease;
  filter: saturate(0.9);
}

.team-member-card:hover .team-member-image {
  transform: scale(1.1);
  filter: saturate(1.1);
}

/* Floating Accent Dots - Profile Color Based */
.accent-dot {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 3;
  box-shadow: 0 2px 8px var(--shadow-20);
}

/* NO WHITE BACKGROUND - Use profile colors directly */
.accent-dot.role-strategy {
  background: var(--brand-primary);
}

.accent-dot.hero-rocket {
  background: var(--brand-secondary);
}

.accent-dot.role-finance {
  background: var(--brand-yellow);
}

/* Content Styling */
.team-member-content {
  padding: 28px 24px 24px 24px;
  position: relative;
}

.team-member-header {
  margin-bottom: 20px;
  text-align: left;
}

.team-member-name {
  font-family: var(--font-heading);
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--text-color);
  margin: 0 0 12px 0;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}

.name-underline {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 2px;
  opacity: 0.7;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
  background: var(--brand-secondary);
}

.team-member-card:hover .name-underline {
  transform: scaleX(1);
}

.team-member-title {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 12px 0;
  line-height: 1.4;
  color: var(--text-muted);
}

.department-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.teal-badge {
  background: var(--brand-primary-soft);
  color: var(--brand-primary);
  border: 1px solid var(--brand-primary);
}

.orange-badge {
  background: var(--brand-secondary-soft);
  color: var(--brand-secondary);
  border: 1px solid var(--brand-secondary);
}

.yellow-badge {
  background: var(--brand-yellow-soft);
  color: var(--brand-yellow);
  border: 1px solid var(--brand-yellow);
}

/* ==========================================================================
   FUN FACTS - CREATIVE STARTUP VIBE
   ========================================================================== */

.fun-fact-badge {
  margin: 16px 0 20px 0;
  padding: 12px 16px;
  border-radius: 12px;
  position: relative;
  transform: rotate(-1deg);
  transition: all 0.3s ease;
  border: 1px solid;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
}

.fun-fact-badge i {
  font-size: 18px !important;
  flex-shrink: 0;
}

.fun-fact-text {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  flex: 1;
}

/* Fun Fact Colors Based on Profile */
.teal-fun-fact {
  background: var(--brand-primary-soft);
  color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.orange-fun-fact {
  background: var(--brand-secondary-soft);
  color: var(--brand-secondary);
  border-color: var(--brand-secondary);
}

.yellow-fun-fact {
  background: var(--brand-yellow-soft);
  color: var(--brand-yellow);
  border-color: var(--brand-yellow);
}

/* Fun Fact Hover Effects */
.fun-fact-badge:hover {
  transform: rotate(0deg) scale(1.02);
  box-shadow: 0 4px 12px var(--shadow-10);
}

.teal-fun-fact:hover {
  box-shadow: 0 4px 12px rgba(0, 171, 187, 0.15);
}

.orange-fun-fact:hover {
  box-shadow: 0 4px 12px rgba(255, 159, 0, 0.15);
}

.yellow-fun-fact:hover {
  box-shadow: 0 4px 12px rgba(254, 191, 26, 0.15);
}

.team-member-bio {
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0 0 24px 0;
}

/* ==========================================================================
   CREATIVE SOCIAL LINKS - FONTAWESOME DUOTONE ICONS
   ========================================================================== */

.team-member-social {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.team-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

/* FontAwesome Duotone Icon Styling */
.team-social-link i.fa-brands {
  font-size: 20px !important;
}

.team-social-link i.fa-solid {
  font-size: 18px !important;
}

.teal-social {
  background: var(--brand-primary-soft);
  color: var(--brand-primary);
  border: 1px solid var(--brand-primary);
}

.orange-social {
  background: var(--brand-secondary-soft);
  color: var(--brand-secondary);
  border: 1px solid var(--brand-secondary);
}

.yellow-social {
  background: var(--brand-yellow-soft);
  color: var(--brand-yellow);
  border: 1px solid var(--brand-yellow);
}

.team-social-link:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 20px var(--shadow-20);
}

.teal-social:hover { 
  background: var(--brand-primary); 
  color: var(--surface-0); 
}

.orange-social:hover { 
  background: var(--brand-secondary); 
  color: var(--surface-0); 
}

.yellow-social:hover { 
  background: var(--brand-yellow); 
  color: var(--surface-0); 
}

/* Enhanced content positioning for asymmetric layout */
.team-members-grid-asymmetric .team-member-content {
  padding: 32px 28px 28px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.team-members-grid-asymmetric .team-member-bio {
  flex-grow: 1;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* ==========================================================================
   CREATIVE CULTURE SECTION
   ========================================================================== */

.team-culture.creative-culture {
  padding: 100px 0;
  background: var(--surface-50);
  position: relative;
  overflow: hidden;
}

.culture-layout {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: center;
}

.culture-visual {
  position: relative;
}

.culture-image-frame {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  transform: rotate(-2deg);
  box-shadow: 0 20px 40px var(--shadow-20);
  transition: transform 0.3s ease;
}

.culture-image-frame:hover {
  transform: rotate(0deg) scale(1.02);
}

.culture-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.1);
}

.image-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}

.overlay-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-yellow);
  box-shadow: 0 4px 15px var(--shadow-20);
  transform: rotate(3deg);
}

.culture-content {
  position: relative;
}

.culture-title {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--text-color);
  margin: 0 0 32px 0;
  letter-spacing: -0.02em;
}

.culture-description {
  font-family: var(--font-body);
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0 0 48px 0;
}

/* Core Values Integrated in Culture Section */
.core-values-integrated {
  margin-top: 60px;
  position: relative;
}

.core-values-integrated::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: var(--brand-secondary);
  opacity: 0.3;
  border-radius: 1px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.value-card {
  background: var(--surface-0);
  padding: 32px;
  border-radius: 16px;
  border: 1px solid var(--border-color);
  transition: all 0.3s ease;
  position: relative;
  animation: gentle-float 4s ease-in-out infinite;
}

.value-card:nth-child(1) { animation-delay: 0.5s; }
.value-card:nth-child(2) { animation-delay: 1.5s; }
.value-card:nth-child(3) { animation-delay: 2.5s; }
.value-card:nth-child(4) { animation-delay: 3.5s; }

.value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px var(--shadow-20);
  animation-play-state: paused;
}

/* Colored Value Cards */
.value-card-orange {
  background: var(--brand-secondary-soft) !important;
  border: 2px solid rgba(255, 159, 0, 0.2) !important;
}

.value-card-orange:hover {
  background: var(--surface-0) !important;
  border-color: var(--brand-secondary) !important;
  box-shadow: 0 12px 35px rgba(255, 159, 0, 0.25) !important;
}

.value-card-teal {
  background: var(--brand-primary-soft) !important;
  border: 2px solid rgba(0, 171, 187, 0.2) !important;
}

.value-card-teal:hover {
  background: var(--surface-0) !important;
  border-color: var(--brand-primary) !important;
  box-shadow: 0 12px 35px rgba(0, 171, 187, 0.25) !important;
}

.value-card-yellow {
  background: var(--brand-yellow-soft) !important;
  border: 2px solid rgba(254, 191, 26, 0.2) !important;
}

.value-card-yellow:hover {
  background: var(--surface-0) !important;
  border-color: var(--brand-yellow) !important;
  box-shadow: 0 12px 35px rgba(254, 191, 26, 0.25) !important;
}

.value-card-orange-secondary {
  background: var(--brand-secondary-soft) !important;
  border: 2px solid rgba(255, 181, 51, 0.2) !important;
}

.value-card-orange-secondary:hover {
  background: var(--surface-0) !important;
  border-color: var(--brand-secondary-2) !important;
  box-shadow: 0 12px 35px rgba(255, 181, 51, 0.25) !important;
}

.value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: var(--surface-0);
  border-radius: 16px;
  margin-bottom: 20px;
  border: 2px solid var(--surface-200);
  transition: all 0.3s ease;
}

.value-icon i {
  font-size: 24px !important;
}

/* Icon colors for each card type */
.value-card-orange .value-icon {
  background: var(--surface-0);
  border-color: var(--brand-secondary);
  box-shadow: 0 4px 12px rgba(255, 159, 0, 0.15);
}

.value-card-teal .value-icon {
  background: var(--surface-0);
  border-color: var(--brand-primary);
  box-shadow: 0 4px 12px rgba(0, 171, 187, 0.15);
}

.value-card-yellow .value-icon {
  background: var(--surface-0);
  border-color: var(--brand-yellow);
  box-shadow: 0 4px 12px rgba(254, 191, 26, 0.15);
}

.value-card-orange-secondary .value-icon {
  background: var(--surface-0);
  border-color: var(--brand-secondary-2);
  box-shadow: 0 4px 12px rgba(255, 181, 51, 0.15);
}

/* Hover effects for icons */
.value-card-orange:hover .value-icon {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(255, 159, 0, 0.25);
}

.value-card-teal:hover .value-icon {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 171, 187, 0.25);
}

.value-card-yellow:hover .value-icon {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(254, 191, 26, 0.25);
}

.value-card-orange-secondary:hover .value-icon {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(255, 181, 51, 0.25);
}

.value-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 12px;
  line-height: 1.3;
}

.value-description {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}


/* Grid decorations */
.grid-decorations {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}

.deco-circle, .deco-triangle, .deco-square {
  position: absolute;
  opacity: 0.05;
  animation: gentle-spin 20s linear infinite;
}

.circle-teal {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--brand-primary);
  top: 10%;
  right: 5%;
}

.triangle-orange {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 70px solid var(--brand-secondary);
  top: 70%;
  left: 5%;
  animation-direction: reverse;
}

.square-yellow {
  width: 60px;
  height: 60px;
  background: var(--brand-yellow);
  transform: rotate(45deg);
  top: 40%;
  right: 10%;
  animation-delay: 10s;
}

@keyframes gentle-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ==========================================================================
   CREATIVE CTA SECTION
   ========================================================================== */

.team-cta.creative-cta-postit {
  padding: 100px 0;
  background: var(--surface-0);
  position: relative;
  overflow: hidden;
}

.cta-postit-layout {
  position: relative;
  z-index: 2;
}

.cta-decorative-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.bg-shape {
  position: absolute;
  opacity: 0.05;
  border-radius: 50%;
}

.shape-1 {
  width: 200px;
  height: 200px;
  background: var(--brand-primary);
  top: 10%;
  right: 10%;
  animation: float 8s ease-in-out infinite;
}

.shape-2 {
  width: 120px;
  height: 120px;
  background: var(--brand-secondary);
  top: 60%;
  left: 15%;
  animation: float 8s ease-in-out infinite;
  animation-delay: 3s;
}

.shape-3 {
  width: 80px;
  height: 80px;
  background: var(--brand-yellow);
  top: 30%;
  left: 20%;
  animation: float 8s ease-in-out infinite;
  animation-delay: 6s;
}

.cta-main-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: var(--brand-primary-soft);
  border: 2px solid var(--brand-primary);
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-primary);
  margin-bottom: 32px;
  transform: rotate(-1deg);
  box-shadow: 0 4px 20px var(--shadow-10);
}

.cta-title-creative {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--text-color);
  margin: 0 0 32px 0;
  letter-spacing: -0.02em;
}

.cta-description-creative {
  font-family: var(--font-body);
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0 0 48px 0;
}

.cta-action-single {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.btn-conversation {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 40px;
  background: var(--brand-secondary);
  color: var(--surface-0);
  border: 3px solid var(--brand-secondary);
  border-radius: 16px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px var(--shadow-20);
  transform: rotate(-1deg);
}

.btn-conversation:hover {
  transform: rotate(0deg) translateY(-3px) scale(1.05);
  box-shadow: 0 15px 35px var(--shadow-20);
  background: var(--brand-secondary-2);
  border-color: var(--brand-secondary-2);
}

.button-glow {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.6s ease;
}

.btn-conversation:hover .button-glow {
  left: 100%;
}

/* Post-it Plot Twist */
.plot-twist-postit {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 280px;
  height: 200px;
  z-index: 3;
  transform: rotate(8deg);
  transition: transform 0.3s ease;
}

.plot-twist-postit:hover {
  transform: rotate(5deg) scale(1.02);
}

.postit-pin {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: var(--brand-red);
  border-radius: 50%;
  box-shadow: 0 2px 6px var(--shadow-20);
  z-index: 4;
}

.postit-content {
  background: var(--brand-yellow);
  padding: 20px 18px 16px 18px;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--surface-900);
  box-shadow: 0 8px 20px var(--shadow-20);
  position: relative;
  z-index: 3;
}

.postit-label {
  font-weight: 600;
  margin: 0 0 8px 0;
  color: var(--surface-800);
}

.postit-text {
  margin: 0 0 12px 0;
  font-size: 0.8125rem;
}

.postit-doodle {
  text-align: center;
  font-size: 20px;
  color: var(--brand-secondary);
}

.postit-shadow {
  position: absolute;
  top: 6px;
  left: 4px;
  right: -4px;
  bottom: -6px;
  background: var(--shadow-10);
  border-radius: 4px;
  z-index: 1;
  filter: blur(8px);
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */

/* Responsive Adjustments for Asymmetric Layout */
@media (max-width: 1200px) {
  .team-members-grid-asymmetric {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  
  .team-members-grid-asymmetric .team-member-card:nth-child(1) {
    min-height: 580px;
  }
  
  .team-members-grid-asymmetric .team-member-card:nth-child(2) {
    min-height: 540px;
    margin-top: 30px;
  }
  
  .team-members-grid-asymmetric .team-member-card:nth-child(3) {
    min-height: 500px;
    margin-top: 60px;
  }
  
  /* Adjust floating stats for smaller screens */
  .floating-stat-1 { left: -10px; }
  .floating-stat-2 { right: -20px; }
  .floating-stat-3 { left: -15px; }
  .floating-stat-4 { right: -10px; }
}

@media (max-width: 768px) {
  .team-members-grid-asymmetric {
    grid-template-columns: 1fr;
    gap: 40px;
    max-width: 400px;
  }
  
  /* Stack cards vertically on mobile with varying sizes */
  .team-members-grid-asymmetric .team-member-card:nth-child(1) {
    min-height: 520px;
    margin-top: 0;
    transform: rotate(-1deg);
  }
  
  .team-members-grid-asymmetric .team-member-card:nth-child(2) {
    min-height: 480px;
    margin-top: 0;
    transform: rotate(1deg);
  }
  
  .team-members-grid-asymmetric .team-member-card:nth-child(3) {
    min-height: 440px;
    margin-top: 0;
    transform: rotate(-0.5deg);
  }
  
  /* Hide floating stats on mobile for cleaner look */
  .team-stats-floating {
    display: none;
  }
  
  .culture-layout {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
  
  .culture-image {
    height: 300px;
  }
  
  .values-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .plot-twist-postit {
    position: static;
    margin: 40px auto 0;
    transform: rotate(3deg);
  }

  .leadership-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

}

@media (max-width: 480px) {
  .team-members-grid-asymmetric {
    grid-template-columns: 1fr;
  }
  
  .team-hero.creative-hero {
    padding: 60px 0 40px 0;
  }

  .team-leadership {
    padding: 60px 0;
  }

  .team-culture.creative-culture {
    padding: 60px 0;
  }

  .team-cta.creative-cta-postit {
    padding: 60px 0;
  }
}