/* ==========================================================================
   ANAVA FILMS — Master Design System & Style Definitions (Production Quality)
   ========================================================================== */

:root {
  --bg-dark: #08090b;
  --bg-card: #12141a;
  --bg-card-hover: #1a1d26;
  --accent-gold: #f5b719;
  --accent-gold-hover: #ffc425;
  --accent-gold-glow: rgba(245, 183, 25, 0.35);
  --text-main: #ffffff;
  --text-muted: #94a3b8;
  --text-dim: #64748b;
  --border-light: rgba(255, 255, 255, 0.12);
  --border-active: rgba(245, 183, 25, 0.6);
  --font-display: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
  --header-height: 80px;
  --container-max: 1320px;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --transition-smooth: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   LIGHT MODE DESIGN SYSTEM & CONTRAST PALETTE
   ========================================================================== */
html[data-theme="light"] {
  --bg-dark: #f8fafc;
  --bg-card: #ffffff;
  --bg-card-hover: #f1f5f9;
  --text-main: #090d16;
  --text-muted: #475569;
  --text-dim: #64748b;
  --border-light: rgba(0, 0, 0, 0.1);
  --border-active: rgba(245, 183, 25, 0.8);
}

/* 1. Header & Navigation in Light Mode */
html[data-theme="light"] .main-header {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

html[data-theme="light"] .main-header.scrolled {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(0, 0, 0, 0.14);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

/* 2. Logo Visibility (Default: Crisp Pure White in Dark Mode, Crisp Pure Black in Light Mode) */
.brand-logo-img,
.footer-logo img,
.intro-wordmark-img {
  filter: brightness(0) invert(1) drop-shadow(0 0 6px rgba(255, 255, 255, 0.35));
}

html[data-theme="light"] .brand-logo-img,
html[data-theme="light"] .footer-logo img,
html[data-theme="light"] .intro-wordmark-img {
  filter: brightness(0);
}

/* 3. Navigation Links in Light Mode */
html[data-theme="light"] .nav-link {
  color: #334155;
}

html[data-theme="light"] .nav-link:hover,
html[data-theme="light"] .nav-link.active {
  color: #000000;
}

html[data-theme="light"] .nav-link::after {
  background: #f5b719;
}

/* 4. Theme Toggle Button in Light Mode */
html[data-theme="light"] .theme-toggle-btn {
  background: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.15);
  color: #0f172a;
}

html[data-theme="light"] .theme-toggle-btn:hover {
  background: rgba(245, 183, 25, 0.2);
  border-color: #f5b719;
}

/* 5. Mobile Menu in Light Mode */
html[data-theme="light"] .hamburger-bar {
  background-color: #0f172a;
}

html[data-theme="light"] .main-nav.mobile-active {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

/* 6. Buttons & Badges in Light Mode */
html[data-theme="light"] .btn-outline {
  border-color: rgba(0, 0, 0, 0.25);
  color: #0f172a;
}

html[data-theme="light"] .btn-outline:hover {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
}

html[data-theme="light"] .hero-badge {
  background: rgba(245, 183, 25, 0.18);
  border: 1px solid rgba(245, 183, 25, 0.45);
  color: #92400e;
}

/* 7. Work Cards & Filters in Light Mode */
html[data-theme="light"] .work-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

html[data-theme="light"] .work-card-title {
  color: #090d16;
}

html[data-theme="light"] .work-category-tag {
  color: #92400e;
}

html[data-theme="light"] .role-badge {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.1);
  color: #334155;
}

html[data-theme="light"] .secondary-filter-container {
  background: #f1f5f9;
  border-color: rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .sub-filter-btn {
  border-color: rgba(0, 0, 0, 0.15);
  color: #475569;
}

/* 8. Sections & Components in Light Mode */
html[data-theme="light"] .thinkers-section {
  background: #f1f5f9;
}

html[data-theme="light"] .thinkers-flow-banner {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

html[data-theme="light"] .thinkers-node {
  color: #090d16;
}

html[data-theme="light"] .tmf-bucket {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

html[data-theme="light"] .tmf-item-title {
  color: #090d16;
}

html[data-theme="light"] .leadership-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

html[data-theme="light"] .leadership-name {
  color: #090d16;
}

html[data-theme="light"] .testimonial-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

html[data-theme="light"] .testimonial-quote {
  color: #1e293b;
}

html[data-theme="light"] .author-name {
  color: #090d16;
}

html[data-theme="light"] .contact-info-card,
html[data-theme="light"] .contact-form-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

html[data-theme="light"] .form-control {
  background: #f8fafc;
  border-color: rgba(0, 0, 0, 0.15);
  color: #090d16;
}

html[data-theme="light"] .form-control:focus {
  background: #ffffff;
  border-color: #f5b719;
}

html[data-theme="light"] .contact-email-link,
html[data-theme="light"] .contact-meta-value {
  color: #090d16;
}

html[data-theme="light"] .step-number-box {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

html[data-theme="light"] .step-number,
html[data-theme="light"] .step-title {
  color: #090d16;
}

html[data-theme="light"] .locations-cities {
  color: #090d16;
}

html[data-theme="light"] .modal-content {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.15);
  color: #090d16;
}

html[data-theme="light"] .modal-close-btn {
  color: #090d16;
  background: rgba(0, 0, 0, 0.06);
}

/* ==========================================================================
   FULL-SCREEN CINEMATIC TITLE INTRO ANIMATION
   ========================================================================== */#cinematic-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  user-select: none;
}

#cinematic-intro.dismissed {
  opacity: 0;
  transform: scale(1.02);
  pointer-events: none;
}

/* Subtle Silver Atmospheric Vignette Glow */
.cinematic-bg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  height: 650px;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, rgba(203, 213, 225, 0.015) 60%, #050505 100%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
}

.cinematic-title-container {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  width: 90%;
  max-width: 1200px;
}

/* Pure Metallic Silver/Chrome Typography */
.cinematic-title-text {
  position: relative;
  font-family: 'Inter', 'Helvetica Neue', 'Neue Haas Grotesk', sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 350;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  z-index: 2;
  
  /* Pure Silver / Chrome Multi-Tone Specular Gradient */
  background: linear-gradient(
    115deg,
    #475569 0%,
    #94a3b8 20%,
    #cbd5e1 38%,
    #ffffff 52%,
    #e2e8f0 70%,
    #cbd5e1 85%,
    #475569 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  /* Soft Silver Depth & Fine Specular Glow */
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.2));
  
  /* Silver Metallic Light Reflection Sweep */
  animation: metallicReflectSweep 3.2s ease-in-out infinite alternate;
  
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1), transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), filter 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  padding-left: 0.22em;
  display: inline-block;
}

@keyframes metallicReflectSweep {
  0% {
    background-position: 0% 50%;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 8px rgba(255, 255, 255, 0.15));
  }
  100% {
    background-position: 100% 50%;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 16px rgba(255, 255, 255, 0.35));
  }
}

.cinematic-title-text.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}

.cinematic-title-text.fade-out {
  opacity: 0;
  transform: translateY(-3px);
  filter: blur(5px);
}

/* Stage 05 — Wordmark Container & Logo Streak Wrapper */
.intro-wordmark {
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  filter: blur(6px);
  text-align: center;
}

.intro-wordmark.visible {
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
}

.logo-streak-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 10px 20px;
}

/* Original Logo Display — Proportions, Structure & Typography Preserved Exactly */
.intro-wordmark-img {
  height: clamp(38px, 5.5vw, 60px);
  width: auto;
  display: block;
  margin: 0 auto;
  filter: brightness(0) invert(1) drop-shadow(0 0 16px rgba(255, 255, 255, 0.25));
}

/* Narrow Silver Light Streak Travelling Left to Right Across Original Logo */
.logo-light-streak {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.05) 20%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.05) 80%,
    transparent 100%
  );
  transform: skewX(-20deg);
  pointer-events: none;
  opacity: 0;
}

.logo-light-streak.animate-streak {
  opacity: 1;
  animation: logoStreakSweep 1.3s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}

@keyframes logoStreakSweep {
  0% {
    left: -100%;
  }
  100% {
    left: 150%;
  }
}

/* Subtle Silver "SKIP INTRO" Pill Button */
.skip-intro-btn {
  position: absolute;
  bottom: 2.8rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #94a3b8;
  padding: 0.45rem 1.4rem;
  border-radius: 30px;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.25s ease;
  z-index: 10;
}

.skip-intro-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  transform: translateX(-50%) translateY(-2px);
}

/* ==========================================================================
   SHOWREEL SECTION (Item 5)
   ========================================================================== */
.showreel-section {
  position: relative;
  width: 100%;
  background: #050608;
  overflow: hidden;
}

.showreel-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 80vh;
  background: #000;
}

.showreel-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.showreel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 9, 11, 0.5) 0%,
    transparent 30%,
    transparent 70%,
    rgba(8, 9, 11, 0.85) 100%
  );
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}

.showreel-badge {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.4rem 0.9rem;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--accent-gold);
}

.showreel-badge .live-dot {
  width: 8px;
  height: 8px;
  background: #ef4444;
  border-radius: 50%;
  animation: livePulse 1.5s infinite;
}

@keyframes livePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.showreel-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  pointer-events: auto;
}

.showreel-meta {
  color: #fff;
}

.showreel-meta-title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.showreel-meta-sub {
  font-size: 0.9rem;
  color: var(--accent-gold);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 0.2rem;
}

.showreel-sound-toggle {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.65rem 1.1rem;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.2s ease;
}

.showreel-sound-toggle:hover {
  background: var(--accent-gold);
  color: #000;
  border-color: var(--accent-gold);
}

/* ==========================================================================
   THINKERS WHO MAKE SECTION (Item 6)
   ========================================================================== */
.thinkers-section {
  padding: 6rem 0;
  background: var(--bg-card);
  position: relative;
  overflow: hidden;
}

.thinkers-flow-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin: 3.5rem 0 1rem;
  padding: 1.8rem 1.5rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
}

.thinkers-node {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.thinkers-node.active-gold {
  color: var(--accent-gold);
}

.thinkers-arrow {
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  color: var(--accent-gold);
  opacity: 0.8;
  user-select: none;
  animation: arrowPulse 2s ease-in-out infinite;
}

@keyframes arrowPulse {
  0%, 100% { transform: translateX(0); opacity: 0.8; }
  50% { transform: translateX(4px); opacity: 1; }
}

/* ==========================================================================
   LOCATIONS SECTION (Item 12)
   ========================================================================== */
.locations-section {
  padding: 5rem 0;
  background: var(--bg-dark);
  text-align: center;
  position: relative;
}

.locations-badge {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-gold);
  margin-bottom: 0.8rem;
}

.locations-cities {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-main);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.locations-cities .city-dot {
  color: var(--accent-gold);
  margin: 0 0.5rem;
}

.locations-supporting {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

/* ==========================================================================
   WORK SECONDARY FILTER SYSTEM (Item 7)
   ========================================================================== */
.secondary-filter-container {
  display: none;
  margin-top: 1.2rem;
  padding: 0.8rem 1.2rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  animation: fadeInDown 0.3s ease;
}

.secondary-filter-container.visible {
  display: flex;
}

.secondary-filter-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-gold);
}

.sub-filter-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--text-muted);
  padding: 0.4rem 0.95rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sub-filter-btn:hover,
.sub-filter-btn.active {
  background: var(--accent-gold);
  color: #000;
  border-color: var(--accent-gold);
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  background-color: var(--bg-dark);
  color: var(--text-main);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  transition: background-color 0.3s ease, color 0.3s ease;
}

a {
  color: inherit;
  text-decoration: none;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 90%;
  max-width: var(--container-max);
  margin: 0 auto;
}

.section-padding {
  padding: 5rem 0;
}

.border-top-divider {
  border-top: 1px solid var(--border-light);
}

/* Typography */
.display-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--text-main);
}

/* Reusable Metallic / Chrome Accent Text System */
.silver-text,
.metal-text,
.text-chrome,
.text-metallic {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #cbd5e1 18%,
    #475569 36%,
    #ffffff 50%,
    #334155 64%,
    #e2e8f0 82%,
    #ffffff 100%
  );
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: metallicShineSweep 6s linear infinite;
  display: inline-block;
  will-change: background-position;
}

@keyframes metallicShineSweep {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 240% 0;
  }
}

/* Theme-Aware Adjustment for Light Mode (Gunmetal / Slate Chrome Contrast) */
html[data-theme="light"] .silver-text,
html[data-theme="light"] .metal-text,
html[data-theme="light"] .text-chrome,
html[data-theme="light"] .text-metallic {
  background: linear-gradient(
    135deg,
    #0f172a 0%,
    #334155 18%,
    #94a3b8 42%,
    #1e293b 55%,
    #64748b 78%,
    #0f172a 100%
  );
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}




.text-serif {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
}

.text-gold {
  color: var(--accent-gold);
}

.subtitle {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  color: var(--text-muted);
  max-width: 680px;
  margin-top: 1.2rem;
}

/* --------------------------------------------------------------------------
   Signature Cinematic Intro & Dust Particles
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   Signature Cinematic Intro & Aperture Dot Loader
   -------------------------------------------------------------------------- */
#cinematic-intro {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #040405;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s ease, visibility 0.8s ease;
}

#cinematic-intro.dismissed {
  opacity: 0;
  filter: blur(12px);
  pointer-events: none;
  visibility: hidden;
}

#vfx-intro-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

#intro-word-container {
  position: relative;
  z-index: 10;
  text-align: center;
  width: 100%;
  max-width: 900px;
  padding: 0 1.5rem;
}

.intro-word-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.intro-word-stage.hidden {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  display: none;
}

.intro-word {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 7vw, 5.2rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    #cbd5e1 18%,
    #475569 36%,
    #ffffff 50%,
    #334155 64%,
    #e2e8f0 82%,
    #ffffff 100%
  );
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: metallicShineSweep 5s linear infinite;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(12px) scale(0.95);
  filter: blur(12px);
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), filter 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: background-position, transform, opacity, filter;
}

.intro-word.active {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0px);
}

.intro-word.fade-out {
  opacity: 0;
  transform: translateY(-12px) scale(1.05);
  filter: blur(10px);
}


/* Logo Reveal Stage */
.intro-logo-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.intro-logo-stage.active {
  opacity: 1;
  transform: scale(1);
}

.intro-logo-stage.hidden {
  display: none;
}

.intro-logo-wrapper {
  position: relative;
  width: min(85vw, 440px);
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 45px rgba(245, 183, 25, 0.5));
}

.intro-tagline-gold {
  margin-top: 1.8rem;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(0.95rem, 1.8vw, 1.25rem);
  color: var(--accent-gold);
  text-align: center;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
}

.intro-logo-stage.active .intro-tagline-gold {
  opacity: 1;
  transform: translateY(0);
}

.skip-intro-btn {
  position: fixed;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-light);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 0.6rem 1.6rem;
  border-radius: 40px;
  cursor: pointer;
  z-index: 100000;
  transition: all 0.3s ease;
}

.skip-intro-btn:hover {
  color: #ffffff;
  border-color: var(--accent-gold);
  background: rgba(245, 183, 25, 0.15);
  box-shadow: 0 0 15px rgba(245, 183, 25, 0.25);
}


/* --------------------------------------------------------------------------
   Navigation Header — Floating Glassmorphism Pill Capsule
   -------------------------------------------------------------------------- */
.main-header {
  position: fixed;
  top: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1320px;
  height: 68px;
  z-index: 1000;
  background: rgba(12, 13, 16, 0.72);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: background 0.3s var(--transition-smooth), border-color 0.3s, box-shadow 0.3s;
}

.main-header.scrolled {
  top: 1.2rem;
  background: rgba(8, 9, 11, 0.88);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 28px;
  margin: 0;
  max-width: none;
}

.brand-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}

.brand-logo-img {
  height: 24px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 0 6px rgba(255, 255, 255, 0.35));
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), filter 0.3s ease;
}

.brand-logo:hover .brand-logo-img {
  transform: scale(1.03);
  filter: brightness(0) invert(1) drop-shadow(0 0 12px rgba(245, 183, 25, 0.7));
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.header-actions, .header-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  margin-left: auto;
}

.nav-link {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.78);
  position: relative;
  padding: 0.4rem 0;
  transition: color 250ms ease;
}

.nav-link:hover, .nav-link.active {
  color: #ffffff;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 3px;
  background: var(--accent-gold);
  border-radius: 2px;
  transition: width 250ms ease;
}

.nav-link:hover::after, .nav-link.active::after {
  width: 100%;
}

.theme-toggle-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-main);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.theme-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.06);
}

.theme-toggle-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.btn-header-cta {
  background: #f5b719;
  color: #000000;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 0.68rem 1.5rem;
  border-radius: 999px;
  text-transform: uppercase;
  white-space: nowrap;
  border: none;
  box-shadow: 0 4px 18px rgba(245, 183, 25, 0.35);
  transition: all 300ms ease;
  flex-shrink: 0;
}

.btn-header-cta:hover {
  background: #ffc425;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 25px rgba(245, 183, 25, 0.6);
  color: #000000;
}

/* Buttons & CTAs */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--accent-gold);
  color: #000000;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.85rem 1.8rem;
  border-radius: 50px;
  border: 1px solid var(--accent-gold);
  cursor: pointer;
  transition: all 0.3s var(--transition-smooth);
  box-shadow: 0 4px 20px var(--accent-gold-glow);
}

.btn-primary:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: transparent;
  color: var(--text-main);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.85rem 1.8rem;
  border-radius: 50px;
  border: 1px solid var(--border-light);
  cursor: pointer;
  transition: all 0.3s var(--transition-smooth);
}

.btn-outline:hover {
  border-color: var(--accent-gold);
  color: var(--accent-gold);
  background: rgba(245, 183, 25, 0.08);
}

/* Point 3: Filter Pills */
.filter-pills-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.filter-btn {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.65rem 1.5rem;
  border-radius: 50px;
  background: var(--bg-card);
  color: var(--text-main);
  border: 1px solid var(--border-light);
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn.active, .filter-btn:hover {
  background: var(--accent-gold);
  color: #000000;
  border-color: var(--accent-gold);
  box-shadow: 0 4px 18px var(--accent-gold-glow);
  font-weight: 800;
}

/* Hero Section */
.hero-section {
  position: relative;
  padding-top: 140px;
  padding-bottom: 3.5rem;
  background: transparent;
}

.home-hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 5rem;
  background-image: url('../images/hero_studio_bg.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Dark Mode Overlay Layer (Default Active) */
.home-hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 9, 11, 0.94) 0%, rgba(8, 9, 11, 0.82) 48%, rgba(8, 9, 11, 0.38) 100%),
              radial-gradient(circle at 75% 50%, rgba(8, 9, 11, 0.15) 0%, rgba(8, 9, 11, 0.85) 100%);
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
  pointer-events: none;
}

/* Light Mode Overlay Layer */
.home-hero-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(248, 250, 252, 0.96) 0%, rgba(248, 250, 252, 0.85) 48%, rgba(248, 250, 252, 0.28) 100%),
              radial-gradient(circle at 75% 50%, rgba(255, 255, 255, 0.1) 0%, rgba(248, 250, 252, 0.85) 100%);
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: left;
}

.hero-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #f5b719;
  background: rgba(245, 183, 25, 0.08);
  border: 1px solid rgba(245, 183, 25, 0.4);
  padding: 0.45rem 1.4rem;
  border-radius: 999px;
  margin-bottom: 1.8rem;
}

.hero-tagline-hero {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5.8vw, 5.2rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  max-width: 900px;
  margin-bottom: 1.5rem;
  color: var(--text-main);
}

.hero-accent-text {
  color: #f5b719;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 700;
  text-transform: none;
  text-shadow: 0 0 30px rgba(245, 183, 25, 0.3);
}

.hero-description {
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  color: var(--text-muted);
  max-width: 680px;
  line-height: 1.7;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 2.5rem;
}

.hero-showreel-bar {
  margin-top: 3.5rem;
  display: flex;
  align-items: center;
}

.hero-showreel-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #f5b719;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.25s, transform 0.25s;
}

.hero-showreel-link:hover {
  opacity: 0.85;
  transform: translateX(4px);
}

.play-triangle {
  font-size: 0.75rem;
  color: #f5b719;
}

.showreel-line {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: rgba(245, 183, 25, 0.4);
  margin-left: 8px;
}

/* Manifesto & Pillars */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.pillar-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  padding: 2rem 1.5rem;
  border-radius: var(--radius-md);
  text-align: center;
  transition: all 0.3s;
}

.pillar-card:hover {
  border-color: var(--border-active);
  transform: translateY(-5px);
}

.pillar-num {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-gold);
  letter-spacing: 0.1em;
  margin-bottom: 0.6rem;
}

.pillar-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--text-main);
}

/* Point 4: Work Grid & Cards (Always Visible Content) */
.work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 2rem;
}

.work-card {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-light);
  transition: all 0.4s var(--transition-smooth);
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.work-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-active);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(245, 183, 25, 0.15);
}

.work-thumb-wrapper {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.work-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--transition-smooth);
}

.work-card:hover .work-thumb-img {
  transform: scale(1.06);
}

.work-play-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 9, 11, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.work-card:hover .work-play-overlay {
  opacity: 1;
}

.play-icon-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--accent-gold);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  box-shadow: 0 0 25px var(--accent-gold-glow);
  transform: scale(0.85);
  transition: transform 0.3s var(--transition-smooth);
}

.work-card:hover .play-icon-btn {
  transform: scale(1);
}

/* Card details ALWAYS visible by default */
.work-card-info {
  padding: 1.8rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
}

.work-category-tag {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent-gold);
  margin-bottom: 0.6rem;
}

.work-card-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 0.6rem;
  color: var(--text-main);
}

.work-card-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

.role-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
}

.role-badge {
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(245, 183, 25, 0.08);
  color: var(--text-muted);
  padding: 0.25rem 0.65rem;
  border-radius: 4px;
  border: 1px solid var(--border-light);
}

/* Think Make Finish 3-Column Grid */
.tmf-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.tmf-bucket {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
}

.tmf-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 1.2rem;
  margin-bottom: 1.8rem;
}

.tmf-title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: var(--text-main);
}

.tmf-num {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-gold);
  letter-spacing: 0.1em;
}

.tmf-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.tmf-item {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
}

.tmf-item-icon {
  color: var(--accent-gold);
  font-size: 0.8rem;
  margin-top: 0.2rem;
}

.tmf-item-title {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
  color: var(--text-main);
}

.tmf-item-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* Point 6: Process Page — Tightened Step Layout */
.process-step {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 2rem;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  padding: 2.2rem;
  border-radius: var(--radius-md);
  margin-bottom: 1.8rem;
  align-items: flex-start;
}

.step-number-box {
  width: 85px;
  height: 85px;
  border-radius: 14px;
  background: rgba(245, 183, 25, 0.12);
  border: 2px solid var(--accent-gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--accent-gold);
  line-height: 1;
  flex-shrink: 0;
}

.step-number-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 0.2rem;
}

.process-step-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.6rem;
}

.process-step-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Point 7: About Page — Balanced Founder Story Card */
.founder-story-card {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 2.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  padding: 2.5rem;
  border-radius: var(--radius-lg);
  margin-bottom: 2rem;
  align-items: center;
}

.founder-photo-frame {
  aspect-ratio: 4/5;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border-light);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.founder-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Contact Section (Let's Talk & Send Us Your Thought — Match Screenshot) */
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 2.5rem;
  align-items: start;
}

.contact-info-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 3rem 2.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
}

.contact-form-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 3rem 2.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.contact-badge-label {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent-gold);
  margin-bottom: 0.8rem;
}

.contact-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--text-main);
  letter-spacing: 0.01em;
  margin-bottom: 1.2rem;
}

.contact-subtitle-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 2rem;
}

.contact-meta-divider {
  border-top: 1px solid var(--border-light);
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.contact-meta-label {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--accent-gold);
  margin-bottom: 0.3rem;
}

.contact-email-link {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-main);
  text-decoration: underline;
  transition: color 0.2s;
}

.contact-email-link:hover {
  color: var(--accent-gold);
}

.contact-meta-value {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-main);
}

.contact-philosophy-quote {
  font-size: 1.05rem;
  font-style: italic;
  color: var(--text-muted);
  line-height: 1.5;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-bottom: 0.6rem;
}

.form-control {
  width: 100%;
  padding: 1.1rem 1.4rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  border-radius: 10px;
  background: rgba(8, 9, 11, 0.7);
  color: var(--text-main);
  border: 1px solid var(--border-light);
  transition: all 0.3s ease;
  outline: none;
}

.form-control::placeholder {
  color: var(--text-dim);
}

.form-control:focus {
  border-color: var(--accent-gold);
  box-shadow: 0 0 20px var(--accent-gold-glow);
}

select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f5b719' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  background-size: 1.1rem;
}

textarea.form-control {
  min-height: 130px;
  resize: vertical;
}

/* Master Footer */
.main-footer {
  background: var(--bg-dark);
  border-top: 1px solid var(--border-light);
  padding: 5rem 0 3rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 4rem;
  margin-bottom: 4rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
  width: max-content;
  max-width: 100%;
}

.footer-logo img {
  height: 28px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
  filter: brightness(0) invert(1) drop-shadow(0 0 6px rgba(255, 255, 255, 0.35));
  transition: transform 0.3s ease;
}

.footer-logo img:hover {
  transform: scale(1.03);
}

.footer-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  max-width: 380px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.footer-col-title {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--accent-gold);
  margin-bottom: 1.2rem;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.footer-link {
  font-size: 0.9rem;
  color: var(--text-muted);
  transition: color 0.2s;
}

.footer-link:hover {
  color: var(--accent-gold);
}

/* Leadership Cards Grid (The People Behind Anava — Premium Design) */
.leadership-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

@media (max-width: 900px) {
  .leadership-grid {
    grid-template-columns: 1fr;
  }
}

.leadership-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.8rem 2.4rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: all 0.4s var(--transition-smooth);
}

.leadership-card:hover {
  border-color: var(--border-active);
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), 0 0 25px rgba(245, 183, 25, 0.15);
}

.leadership-card-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.8rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-light);
}

.leadership-photo-thumb {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--accent-gold);
  flex-shrink: 0;
  box-shadow: 0 0 20px var(--accent-gold-glow);
}

.leadership-photo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leadership-tag {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-gold);
  margin-bottom: 0.4rem;
}

.leadership-name {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  font-weight: 900;
  color: var(--text-main);
  letter-spacing: 0.02em;
  line-height: 1.15;
}

.leadership-bio {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.leadership-bio strong {
  color: var(--text-main);
}

.leadership-quote {
  font-size: 1.05rem;
  color: var(--accent-gold);
  border-left: 3px solid var(--accent-gold);
  padding-left: 1.2rem;
  margin: 0.6rem 0;
  line-height: 1.5;
}

/* Testimonials Grid (Why Brands & Collaborators Choose Anava — Screenshot 2) */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  border-color: var(--border-active);
  transform: translateY(-4px);
}

.testimonial-quote {
  font-size: 1rem;
  font-style: italic;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 2.5rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid var(--border-light);
  padding-top: 1.5rem;
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(245, 183, 25, 0.12);
  border: 1.5px solid var(--accent-gold);
  color: var(--accent-gold);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-main);
}

.author-role {
  font-size: 0.8rem;
  color: var(--text-dim);
  margin-top: 0.1rem;
}

.footer-bottom {
  border-top: 1px solid var(--border-light);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--text-dim);
}

/* Modals */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(4, 5, 7, 0.92);
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.modal-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-container {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.8);
}

.modal-close-btn {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.modal-close-btn:hover {
  background: var(--accent-gold);
  color: #000;
}

/* --------------------------------------------------------------------------
   Point 1: Dual Theme System & Flawless Light Mode WCAG AA Contrast Fixes
   -------------------------------------------------------------------------- */
html[data-theme="light"] {
  --bg-dark: #f8fafc;
  --bg-card: #ffffff;
  --bg-card-hover: #f1f5f9;
  --text-main: #0f172a;
  --text-muted: #475569;
  --text-dim: #64748b;
  --border-light: rgba(15, 23, 42, 0.14);
  --border-active: rgba(212, 175, 55, 0.8);
}

html[data-theme="light"] body {
  background: var(--bg-dark);
  color: var(--text-main);
}

html[data-theme="light"] .main-header {
  position: fixed;
  top: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(94%, 1320px);
  height: 68px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 100px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

html[data-theme="light"] .main-header.scrolled {
  top: 1.2rem;
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(0, 0, 0, 0.16);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

html[data-theme="light"] .theme-toggle-btn {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.14);
  color: #0f172a;
}

html[data-theme="light"] .nav-link {
  color: #334155;
}

html[data-theme="light"] .nav-link:hover,
html[data-theme="light"] .nav-link.active {
  color: #0f172a;
}

html[data-theme="light"] .silver-text {
  background: linear-gradient(180deg, #0f172a 0%, #334155 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Point 2: Outline CTA contrast fix in Light Theme */
html[data-theme="light"] .btn-outline {
  color: #0f172a;
  border: 2px solid rgba(15, 23, 42, 0.25);
  background: rgba(15, 23, 42, 0.04);
}

html[data-theme="light"] .btn-outline:hover {
  background: var(--accent-gold);
  border-color: var(--accent-gold);
  color: #000000;
}

/* Point 3: Filter pills in Light Theme */
html[data-theme="light"] .filter-btn {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.18);
}

html[data-theme="light"] .filter-btn.active,
html[data-theme="light"] .filter-btn:hover {
  background: var(--accent-gold);
  color: #000000;
  border-color: var(--accent-gold);
}

/* Point 9: Form inputs in Light Theme */
html[data-theme="light"] .form-control {
  background: #ffffff;
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.2);
}

html[data-theme="light"] .form-control::placeholder {
  color: #64748b;
}

html[data-theme="light"] .main-footer {
  background: #f8fafc;
  border-top-color: rgba(15, 23, 42, 0.12);
}

html[data-theme="light"] .footer-link,
html[data-theme="light"] .footer-desc {
  color: #475569;
}

html[data-theme="light"] .footer-bottom {
  border-top-color: rgba(15, 23, 42, 0.12);
  color: #64748b;
}

html[data-theme="light"] .brand-logo-img,
html[data-theme="light"] .footer-logo img {
  filter: brightness(0);
}

html[data-theme="light"] .home-hero-section::before {
  opacity: 0;
}

html[data-theme="light"] .home-hero-section::after {
  opacity: 1;
}

/* Single-Pass VFX Logo Sheen Animation (Fixed Display & Sizing) */
.vfx-logo-active {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  opacity: 1 !important;
  filter: blur(0px) !important;
  z-index: 20 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: auto !important;
}

.vfx-logo-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(85vw, 420px);
  height: 80px;
}

.vfx-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.9)) drop-shadow(0 0 40px rgba(245, 183, 25, 0.4));
  animation: logoWhitePulse 3s ease-in-out infinite alternate;
}

@keyframes logoWhitePulse {
  0% {
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.7)) drop-shadow(0 0 30px rgba(245, 183, 25, 0.3));
  }
  100% {
    filter: drop-shadow(0 0 30px rgba(255, 255, 255, 1)) drop-shadow(0 0 50px rgba(245, 183, 25, 0.6));
  }
}

.vfx-beam-streak {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    110deg,
    transparent 15%,
    rgba(245, 183, 25, 0.95) 35%,
    rgba(255, 255, 255, 1) 48%,
    rgba(0, 229, 255, 0.95) 55%,
    rgba(236, 72, 153, 0.85) 65%,
    transparent 85%
  );
  background-size: 200% 100%;
  -webkit-mask-image: url('../images/anava_official_logo.png');
  mask-image: url('../images/anava_official_logo.png');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  animation: vfxMultiColorSingleSweep 1.8s cubic-bezier(0.4, 0, 0.2, 1) 0.15s 1 forwards;
  opacity: 0;
}

@keyframes vfxMultiColorSingleSweep {
  0% {
    opacity: 0;
    background-position: 180% 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    background-position: -180% 0;
  }
}

/* ==========================================================================
   MOBILE & TABLET RESPONSIVE SYSTEM (UX & LAYOUT ACCESSIBILITY)
   ========================================================================== */

/* Hide mobile-only elements on desktop by default */
.mobile-menu-btn,
.mobile-cta-item {
  display: none;
}

body.no-scroll {
  overflow: hidden !important;
}

/* --------------------------------------------------------------------------
   Responsive Navigation System (Laptops <= 992px, iPads, Tablets, Mobile)
   -------------------------------------------------------------------------- */
.mobile-menu-btn,
.mobile-cta-item {
  display: none;
}

@media screen and (max-width: 992px) {
  :root {
    --header-height: 60px;
  }

  .container {
    width: 92%;
  }

  .section-padding {
    padding: 3.5rem 0;
  }

  /* Floating Header Capsule for Tablet & Mobile */
  .main-header {
    top: 0.8rem !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    max-width: none !important;
    transform: none !important;
    height: 60px !important;
    padding: 0 1rem !important;
    background: rgba(12, 14, 19, 0.94) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    z-index: 10000 !important;
  }

  .main-header.mobile-menu-open {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    overflow: visible !important;
  }

  .header-container {
    padding: 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .brand-logo-img {
    height: 24px !important;
  }

  .btn-header-cta {
    display: none !important;
  }

  .header-actions {
    gap: 0.6rem !important;
    display: flex !important;
    align-items: center !important;
  }

  /* Hamburger Menu Button */
  .mobile-menu-btn {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid var(--border-light) !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    z-index: 10006 !important;
    position: relative !important;
    pointer-events: auto !important;
    transition: all 0.3s ease !important;
  }

  .mobile-menu-btn:hover,
  .mobile-menu-btn.active {
    background: rgba(245, 183, 25, 0.2) !important;
    border-color: #f5b719 !important;
  }

  .hamburger-bar {
    display: block !important;
    width: 20px !important;
    height: 2px !important;
    background-color: #ffffff !important;
    border-radius: 2px !important;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, background-color 0.3s ease !important;
    pointer-events: none !important;
  }

  /* Morphing X Close Icon Animation */
  .mobile-menu-btn.active .hamburger-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
    background-color: #f5b719 !important;
  }

  .mobile-menu-btn.active .hamburger-bar:nth-child(2) {
    opacity: 0 !important;
    transform: scaleX(0) !important;
  }

  .mobile-menu-btn.active .hamburger-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
    background-color: #f5b719 !important;
  }

  /* Mobile/Tablet Glassmorphism Drawer Overlay */
  .main-nav {
    display: flex !important;
    flex-direction: column !important;
    position: fixed !important;
    top: 76px !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translateX(-50%) translateY(-12px) scale(0.96) !important;
    width: calc(100vw - 24px) !important;
    max-width: 440px !important;
    height: auto !important;
    background: rgba(10, 12, 16, 0.98) !important;
    border: 1px solid rgba(245, 183, 25, 0.35) !important;
    border-radius: 24px !important;
    padding: 1.6rem 1.4rem !important;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.95), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(30px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(30px) saturate(180%) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s ease !important;
    z-index: 99999 !important;
    margin: 0 !important;
  }

  .main-nav.mobile-active {
    display: flex !important;
    flex-direction: column !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) scale(1) !important;
  }

  .nav-links {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.4rem !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .nav-links li {
    width: 100% !important;
  }

  .nav-link {
    display: block !important;
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    color: var(--text-muted) !important;
    text-align: center !important;
    border-radius: 10px !important;
    transition: all 0.2s ease !important;
  }

  .nav-link.active,
  .nav-link:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08) !important;
  }

  .mobile-cta-item {
    display: block !important;
    width: 100% !important;
    margin-top: 0.8rem !important;
    padding-top: 0.8rem !important;
    border-top: 1px solid var(--border-light) !important;
  }

  .mobile-nav-cta {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0.85rem 1.5rem !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
  }

  /* Grid Layout Adjustments for Tablet & Mobile */
  .work-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .tmf-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .leadership-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  /* Core Philosophy Pillars Grid */
  .pillars-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

/* --------------------------------------------------------------------------
   Breakpoint 2: Mobile Devices (<= 768px)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* Responsive Typography Clamps for Mobile */
  .display-title {
    font-size: clamp(1.8rem, 6.5vw, 2.8rem);
    line-height: 1.18;
  }

  .hero-tagline-hero {
    font-size: clamp(1.8rem, 6.5vw, 2.8rem);
    line-height: 1.18;
  }

  .section-title {
    font-size: clamp(1.4rem, 5vw, 2.2rem);
  }

  .subtitle {
    font-size: 0.98rem;
    margin-top: 0.8rem;
  }

  /* Hero Section Padding */
  .home-hero-section,
  .hero-section {
    min-height: auto !important;
    padding-top: calc(var(--header-height) + 3.5rem) !important;
    padding-bottom: 3.5rem !important;
  }

  .hero-badge {
    font-size: 0.72rem;
    padding: 0.4rem 0.9rem;
  }

  .hero-cta-group {
    flex-direction: column;
    width: 100%;
    gap: 0.8rem;
  }

  .hero-cta-group .btn-primary,
  .hero-cta-group .btn-outline {
    width: 100%;
    text-align: center;
  }

  /* Intro Sequence Typography for Mobile */
  .intro-word {
    font-size: clamp(1.8rem, 7.5vw, 3.2rem);
  }

  /* Footer Layout for Mobile */
  .footer-top {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
  }

  .footer-logo img {
    height: 24px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
  }

  .footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.8rem;
    text-align: center;
    align-items: center;
  }

  /* Case Study Modal Body */
  .modal-content {
    width: 94%;
    padding: 1.5rem;
    max-height: 88vh;
  }

  .modal-hero-wrapper {
    height: 220px;
  }
}

/* --------------------------------------------------------------------------
   Breakpoint 3: Small Mobile Screens (<= 480px)
   -------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .container {
    width: 94%;
  }

  .footer-logo img {
    height: 22px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
  }

  .pillars-grid {
    grid-template-columns: 1fr;
  }

  .footer-nav {
    grid-template-columns: 1fr;
  }

  .filter-btn {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 1.5rem;
  }
}

/* ==========================================================================
   THE PEOPLE BEHIND ANAVA — Customized Leadership Section (User Mockup Spec)
   ========================================================================== */
.people-leadership-section {
  background: var(--bg-dark);
  position: relative;
}

.people-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

.people-badge-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #f5b719;
  margin-bottom: 0.6rem;
}

.people-display-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--text-main);
}

.people-title-highlight {
  color: #f5b719;
}

.people-header-sub {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  max-width: 420px;
}

.people-sub-line {
  display: block;
  width: 2px;
  height: 48px;
  background: #f5b719;
  flex-shrink: 0;
}

.people-header-sub p {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

.people-leadership-list {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.people-leader-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  background: transparent;
}

@media (max-width: 992px) {
  .people-leader-row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.people-photo-card {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(245, 183, 25, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  aspect-ratio: 16 / 9;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.people-photo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 183, 25, 0.7);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 25px rgba(245, 183, 25, 0.2);
}

.people-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.people-info-col {
  display: flex;
  flex-direction: column;
}

.people-role-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.people-avatar-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(245, 183, 25, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5b719;
  background: rgba(245, 183, 25, 0.1);
  flex-shrink: 0;
}

.people-role-tag {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #f5b719;
}

.people-leader-name {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--text-main);
  letter-spacing: -0.01em;
  margin-bottom: 1.2rem;
  line-height: 1.1;
}

.people-leader-bio {
  font-size: 0.96rem;
  color: var(--text-muted);
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.people-leader-bio strong {
  color: var(--text-main);
  font-weight: 700;
}

.people-quote-box {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 700;
  font-size: 1.05rem;
  color: #f5b719;
  border-left: 2px solid #f5b719;
  padding-left: 1.2rem;
  margin: 0.6rem 0;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.people-summary-note {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-top: 0.2rem;
}

/* Light Theme Adaptations for People Section */
html[data-theme="light"] .people-leader-name {
  color: #0f172a;
}

html[data-theme="light"] .people-header-sub p {
  color: #475569;
}

html[data-theme="light"] .people-photo-card {
  border-color: rgba(245, 183, 25, 0.45);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ==========================================================================
   WHAT OUR COLLABORATORS SAY — Page Design (User Mockup Spec)
   ========================================================================== */
.collab-hero-section {
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: center;
  padding-top: calc(var(--header-height) + 3rem);
  padding-bottom: 3.5rem;
  background-image: url('../images/director_chair_hero.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
}

.collab-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 9, 11, 0.96) 0%, rgba(8, 9, 11, 0.88) 50%, rgba(8, 9, 11, 0.45) 100%);
  z-index: 1;
}

html[data-theme="light"] .collab-hero-overlay {
  background: linear-gradient(90deg, rgba(248, 250, 252, 0.96) 0%, rgba(248, 250, 252, 0.88) 50%, rgba(248, 250, 252, 0.35) 100%);
}

.collab-hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.collab-main-title {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--text-main);
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}

.collab-title-accent {
  color: #f5b719;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 700;
  text-transform: none;
}

.collab-subtitle {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  color: var(--text-muted);
  max-width: 650px;
  line-height: 1.65;
  margin-bottom: 2.2rem;
}

.collab-tabs-row {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.collab-tab-btn {
  background: transparent;
  color: var(--text-main);
  border: 1px solid var(--border-light);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.55rem 1.3rem;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s ease;
  text-transform: uppercase;
}

.collab-tab-btn.active,
.collab-tab-btn:hover {
  background: #f5b719;
  color: #000000;
  border-color: #f5b719;
  box-shadow: 0 4px 18px rgba(245, 183, 25, 0.3);
}

/* 3-Column Collaborator Cards Grid */
.collab-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .collab-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .collab-cards-grid {
    grid-template-columns: 1fr;
  }
}

.collab-card {
  background: #0d0f14;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

html[data-theme="light"] .collab-card {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.collab-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 183, 25, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 25px rgba(245, 183, 25, 0.15);
}

.collab-card-left {
  width: 42%;
  flex-shrink: 0;
  position: relative;
}

.collab-media-frame {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.collab-media-frame img,
.collab-media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.collab-play-badge {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.collab-card:hover .collab-play-badge {
  opacity: 1;
}

.play-icon-sm {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f5b719;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  padding-left: 2px;
}

.collab-card-right {
  width: 58%;
  padding: 1.6rem 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.collab-quote-mark {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  color: #f5b719;
  line-height: 1;
  margin-bottom: 0.2rem;
}

.collab-quote-text {
  font-size: 0.92rem;
  color: var(--text-main);
  line-height: 1.55;
  font-weight: 500;
}

html[data-theme="light"] .collab-quote-text {
  color: #0f172a;
}

.collab-author-divider {
  width: 100%;
  height: 1px;
  background: rgba(245, 183, 25, 0.3);
  margin: 1.2rem 0 1rem;
}

.collab-author-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.collab-author-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(245, 183, 25, 0.15);
  border: 1px solid #f5b719;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.collab-author-avatar img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

html[data-theme="light"] .collab-author-avatar img {
  filter: brightness(0);
}

.collab-author-name {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #f5b719;
  letter-spacing: 0.08em;
  margin: 0;
}

.collab-author-role {
  font-size: 0.72rem;
  color: var(--text-muted);
  margin: 0;
}

/* Bottom Stats Counter Bar */
.collab-stats-section {
  padding: 2.5rem 0 4rem;
}

.collab-stats-bar {
  background: #0d0f14;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

html[data-theme="light"] .collab-stats-bar {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.stat-icon-wrapper {
  color: #f5b719;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-number {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  color: var(--text-main);
  line-height: 1;
}

html[data-theme="light"] .stat-number {
  color: #0f172a;
}

.stat-label {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-top: 0.2rem;
}

.stat-divider {
  width: 1px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
}

html[data-theme="light"] .stat-divider {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 900px) {
  .collab-stats-bar {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
    padding: 2rem;
  }

  .stat-divider {
    display: none;
  }
}

/* --------------------------------------------------------------------------
   21. Process Page ("FROM THOUGHT TO SCREEN") Styling
   -------------------------------------------------------------------------- */
.proc-hero-section {
  position: relative;
  padding-top: calc(var(--header-height) + 4.5rem);
  padding-bottom: 3.5rem;
  background-image: url('../images/director_chair_hero.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.proc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 10, 15, 0.95) 0%, rgba(8, 10, 15, 0.88) 45%, rgba(8, 10, 15, 0.5) 100%);
  pointer-events: none;
  transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

html[data-theme="light"] .proc-hero-overlay {
  background: linear-gradient(135deg, rgba(248, 249, 250, 0.96) 0%, rgba(248, 249, 250, 0.9) 45%, rgba(248, 249, 250, 0.65) 100%);
}

.proc-hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.proc-main-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin-top: 1.2rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.proc-title-accent {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 700;
  color: var(--accent-gold);
  text-transform: uppercase;
}

.proc-subtitle {
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.6;
  color: var(--text-muted);
}

/* Timeline Layout */
.proc-timeline-wrapper {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding-left: 2.5rem;
}

.proc-vertical-line {
  position: absolute;
  top: 2rem;
  bottom: 2rem;
  left: 0.65rem;
  width: 2px;
  background: linear-gradient(180deg, var(--accent-gold) 0%, rgba(255, 184, 0, 0.2) 100%);
}

.proc-step-card {
  position: relative;
  display: grid;
  grid-template-columns: 100px 220px 1fr;
  align-items: center;
  gap: 1.8rem;
  background: rgba(18, 22, 32, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 1.4rem 1.8rem;
  margin-bottom: 1.2rem;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

html[data-theme="light"] .proc-step-card {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(0, 0, 0, 0.08);
}

.proc-step-card:hover {
  transform: translateX(6px);
  border-color: var(--accent-gold);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* Node Bullet Dot on the Line */
.proc-step-dot {
  position: absolute;
  left: -2.5rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bg-main);
  border: 2px solid var(--accent-gold);
  z-index: 3;
  transition: background 0.3s ease, transform 0.3s ease;
}

.proc-step-card:hover .proc-step-dot {
  background: var(--accent-gold);
  transform: translate(-50%, -50%) scale(1.3);
  box-shadow: 0 0 10px rgba(255, 184, 0, 0.6);
}

/* Step 01 Stage Box */
.proc-step-num-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 184, 0, 0.5);
  border-radius: 8px;
  padding: 0.6rem 0.8rem;
  background: rgba(255, 184, 0, 0.04);
  text-align: center;
}

.proc-step-num {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--accent-gold);
  line-height: 1;
}

.proc-step-label {
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--accent-gold);
  margin-top: 0.15rem;
}

/* Icon + Title Box */
.proc-step-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.proc-step-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary);
  flex-shrink: 0;
}

html[data-theme="light"] .proc-step-icon-circle {
  background: rgba(0, 0, 0, 0.04);
}

.proc-step-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-primary);
  margin: 0;
}

.proc-step-desc {
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
}

/* CTA Card */
.proc-cta-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: linear-gradient(135deg, rgba(18, 22, 32, 0.95) 0%, rgba(10, 12, 18, 0.98) 100%);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  overflow: hidden;
  padding: 3.5rem;
  margin-top: 4rem;
}

html[data-theme="light"] .proc-cta-card {
  background: linear-gradient(135deg, #ffffff 0%, #f4f6f8 100%);
  border-color: rgba(0, 0, 0, 0.08);
}

.proc-cta-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 42%;
  object-fit: cover;
  opacity: 0.45;
  mask-image: linear-gradient(to right, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
}

.proc-cta-content {
  position: relative;
  z-index: 2;
  margin-left: auto;
  text-align: center;
  width: 100%;
}

.proc-cta-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: 1.8rem;
}

.proc-cta-accent {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 700;
  color: var(--accent-gold);
}

@media (max-width: 868px) {
  .proc-step-card {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .proc-timeline-wrapper {
    padding-left: 1.8rem;
  }
  .proc-cta-card {
    flex-direction: column;
    text-align: center;
    padding: 2.2rem 1.5rem;
  }
  .proc-cta-image {
    width: 100%;
    height: 180px;
    position: relative;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .proc-cta-content {
    margin-left: 0;
    text-align: center;
  }
}

/* --------------------------------------------------------------------------
   22. What We Do Page ("THINK · MAKE · FINISH") Styling
   -------------------------------------------------------------------------- */
.wwd-hero-section {
  position: relative;
  padding-top: calc(var(--header-height) + 4.5rem);
  padding-bottom: 3.5rem;
  background-image: url('../images/director_chair_hero.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.wwd-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 10, 15, 0.95) 0%, rgba(8, 10, 15, 0.88) 45%, rgba(8, 10, 15, 0.5) 100%);
  pointer-events: none;
  transition: background 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

html[data-theme="light"] .wwd-hero-overlay {
  background: linear-gradient(135deg, rgba(248, 249, 250, 0.96) 0%, rgba(248, 249, 250, 0.9) 45%, rgba(248, 249, 250, 0.65) 100%);
}

.wwd-hero-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.wwd-main-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6.5vw, 5.2rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin-top: 1.2rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.wwd-title-accent {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 700;
  color: var(--accent-gold);
  text-transform: uppercase;
}

.wwd-subtitle {
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.6;
  color: var(--text-muted);
}

/* 3-Column Pillar Cards Grid */
.wwd-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: relative;
}

.wwd-pillar-card {
  position: relative;
  background: rgba(18, 22, 32, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

html[data-theme="light"] .wwd-pillar-card {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(0, 0, 0, 0.08);
}

.wwd-pillar-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent-gold);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.3);
}

/* Card Top Image Header with Icon */
.wwd-pillar-thumb-frame {
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden;
  background: var(--bg-card);
}

.wwd-pillar-thumb-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.wwd-pillar-card:hover .wwd-pillar-thumb-frame img {
  transform: scale(1.05);
  opacity: 0.8;
}

.wwd-pillar-icon-badge {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 2px solid var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-gold);
  z-index: 3;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

/* Card Title Banner */
.wwd-pillar-header {
  text-align: center;
  padding: 2.2rem 1.5rem 1.2rem;
  border-bottom: 1px solid var(--border-light);
}

.wwd-pillar-num {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--accent-gold);
  line-height: 1;
  display: inline-block;
  margin-right: 0.4rem;
}

.wwd-pillar-name {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--text-primary);
  display: inline-block;
}

.wwd-pillar-sublabel {
  display: block;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--accent-gold);
  margin-top: 0.3rem;
}

/* Sub-Services List inside Card */
.wwd-services-list {
  padding: 1.5rem 1.6rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
}

.wwd-service-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.wwd-service-icon-box {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 184, 0, 0.08);
  border: 1px solid rgba(255, 184, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-gold);
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.wwd-service-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 0.35rem;
}

.wwd-service-desc {
  font-family: var(--font-body);
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
}

/* Bottom CTA Card */
.wwd-cta-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: linear-gradient(135deg, rgba(18, 22, 32, 0.95) 0%, rgba(10, 12, 18, 0.98) 100%);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  overflow: hidden;
  padding: 3.5rem;
  margin-top: 4rem;
}

html[data-theme="light"] .wwd-cta-card {
  background: linear-gradient(135deg, #ffffff 0%, #f4f6f8 100%);
  border-color: rgba(0, 0, 0, 0.08);
}

.wwd-cta-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 42%;
  object-fit: cover;
  opacity: 0.45;
  mask-image: linear-gradient(to right, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
}

.wwd-cta-content {
  position: relative;
  z-index: 2;
  margin-left: auto;
  text-align: center;
  width: 100%;
}

.wwd-cta-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: 0.8rem;
}

.wwd-cta-subtitle {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 1.8rem;
}

@media (max-width: 992px) {
  .wwd-pillars-grid {
    grid-template-columns: 1fr;
  }
  .wwd-cta-card {
    flex-direction: column;
    text-align: center;
    padding: 2.2rem 1.5rem;
  }
  .wwd-cta-image {
    width: 100%;
    height: 180px;
    position: relative;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .wwd-cta-content {
    margin-left: 0;
    text-align: center;
  }
}

/* --------------------------------------------------------------------------
   23. About Page Redesign ("WE ARE NOT JUST A PRODUCTION HOUSE.")
   -------------------------------------------------------------------------- */
.about-hero-section {
  position: relative;
  min-height: 90vh;
  padding-top: calc(var(--header-height) + 3.5rem);
  padding-bottom: 4rem;
  background-image: url('../images/hero_dark.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #08090b 0%, rgba(8, 9, 11, 0.95) 45%, rgba(8, 9, 11, 0.55) 80%, rgba(8, 9, 11, 0.3) 100%);
  z-index: 1;
  pointer-events: none;
}

html[data-theme="light"] .about-hero-section {
  background-image: url('../images/hero_light.jpg');
}

html[data-theme="light"] .about-hero-overlay {
  background: linear-gradient(90deg, rgba(248, 250, 252, 0.96) 0%, rgba(248, 250, 252, 0.88) 45%, rgba(248, 250, 252, 0.4) 100%);
}

.about-watermark-text {
  position: absolute;
  top: 3.5rem;
  left: -0.5rem;
  font-family: var(--font-display);
  font-size: clamp(7rem, 16vw, 16rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
  user-select: none;
  pointer-events: none;
  z-index: 1;
  text-transform: uppercase;
}

html[data-theme="light"] .about-watermark-text {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.06);
}

.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.about-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5.5vw, 4.8rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-top: 1.2rem;
  margin-bottom: 1.8rem;
}

.about-title-accent {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
}

.about-hero-body {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 760px;
  margin-bottom: 2.2rem;
}

/* Quote Box */
.about-quote-box {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.2rem 1.6rem;
  background: rgba(18, 22, 32, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-left: 3px solid var(--accent-gold);
  border-radius: 0 12px 12px 0;
  max-width: 680px;
  margin-bottom: 3.5rem;
}

html[data-theme="light"] .about-quote-box {
  background: rgba(255, 255, 255, 0.85);
  border-color: var(--accent-gold);
}

.about-quote-icon {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  line-height: 1;
  color: var(--accent-gold);
  flex-shrink: 0;
}

.about-quote-text {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.5;
}

/* Stats Row */
.about-stats-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding-top: 1.8rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid var(--border-light);
}

.about-stat-item {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

  mask-image: linear-gradient(to right, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
}

.wwd-cta-content {
  position: relative;
  z-index: 2;
  margin-left: auto;
  text-align: center;
  width: 100%;
}

.wwd-cta-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: 0.8rem;
}

.wwd-cta-subtitle {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 1.8rem;
}

@media (max-width: 992px) {
  .wwd-pillars-grid {
    grid-template-columns: 1fr;
  }
  .wwd-cta-card {
    flex-direction: column;
    text-align: center;
    padding: 2.2rem 1.5rem;
  }
  .wwd-cta-image {
    width: 100%;
    height: 180px;
    position: relative;
    mask-image: none;
    -webkit-mask-image: none;
  }
  .wwd-cta-content {
    margin-left: 0;
    text-align: center;
  }
}

/* --------------------------------------------------------------------------
   23. About Page Redesign ("WE ARE NOT JUST A PRODUCTION HOUSE.")
   -------------------------------------------------------------------------- */
.about-hero-section {
  position: relative;
  min-height: 90vh;
  padding-top: calc(var(--header-height) + 3.5rem);
  padding-bottom: 4rem;
  background-image: url('../images/hero_dark.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #08090b 0%, rgba(8, 9, 11, 0.95) 45%, rgba(8, 9, 11, 0.55) 80%, rgba(8, 9, 11, 0.3) 100%);
  z-index: 1;
  pointer-events: none;
}

html[data-theme="light"] .about-hero-section {
  background-image: url('../images/hero_light.jpg');
}

html[data-theme="light"] .about-hero-overlay {
  background: linear-gradient(90deg, rgba(248, 250, 252, 0.96) 0%, rgba(248, 250, 252, 0.88) 45%, rgba(248, 250, 252, 0.4) 100%);
}

.about-watermark-text {
  position: absolute;
  top: 3.5rem;
  left: -0.5rem;
  font-family: var(--font-display);
  font-size: clamp(7rem, 16vw, 16rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
  user-select: none;
  pointer-events: none;
  z-index: 1;
  text-transform: uppercase;
}

html[data-theme="light"] .about-watermark-text {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.06);
}

.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.about-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5.5vw, 4.8rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-top: 1.2rem;
  margin-bottom: 1.8rem;
}

.about-title-accent {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
}

.about-hero-body {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 760px;
  margin-bottom: 2.2rem;
}

/* Quote Box */
.about-quote-box {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.2rem 1.6rem;
  background: rgba(18, 22, 32, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-left: 3px solid var(--accent-gold);
  border-radius: 0 12px 12px 0;
  max-width: 680px;
  margin-bottom: 3.5rem;
}

html[data-theme="light"] .about-quote-box {
  background: rgba(255, 255, 255, 0.85);
  border-color: var(--accent-gold);
}

.about-quote-icon {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  line-height: 1;
  color: var(--accent-gold);
  flex-shrink: 0;
}

.about-quote-text {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.5;
}

/* Stats Row */
.about-stats-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid var(--border-light);
  align-items: center;
}

.about-stat-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-right: 0.8rem;
  padding-left: 0.5rem;
}

.about-stat-item:not(:last-child) {
  border-right: 1px solid var(--border-light);
}

.about-stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-primary);
  flex-shrink: 0;
}

html[data-theme="light"] .about-stat-icon {
  background: rgba(0, 0, 0, 0.04);
}

.about-stat-sub {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: -0.25rem;
  display: block;
}

.about-stat-number {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  font-weight: 900;
  color: var(--accent-gold);
  line-height: 1.1;
}

.about-stat-label {
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.35;
  margin-top: 0.15rem;
}

/* Ethos Bottom Pill Banner */
.about-ethos-banner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(14, 17, 24, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 1.6rem 1.4rem;
  margin-top: 1rem;
}

html[data-theme="light"] .about-ethos-banner {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(0, 0, 0, 0.08);
}

.about-ethos-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.4rem 1rem;
}

.about-ethos-card:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

html[data-theme="light"] .about-ethos-card:not(:last-child) {
  border-right-color: rgba(0, 0, 0, 0.08);
}

.about-ethos-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 184, 0, 0.08);
  border: 1px solid rgba(255, 184, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-gold);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.clapper-scene-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(245, 183, 25, 0.4);
  border-radius: 6px;
  padding: 0.75rem 0.9rem;
  margin-bottom: 0.8rem;
  text-align: center;
  min-height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.clapper-scene-num {
  font-size: 0.7rem;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.clapper-scene-text {
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #ffffff;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.about-ethos-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
}

.about-ethos-desc {
  font-family: var(--font-body);
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text-muted);
  margin: 0;
}

/* Responsive queries */
@media (max-width: 1024px) {
  .about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .about-stat-item:not(:last-child) {
    border-right: none;
  }
  .about-ethos-banner {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .about-ethos-card:not(:last-child) {
    border-right: none;
  }
}

@media (max-width: 640px) {
  .about-stats-grid {
    grid-template-columns: 1fr;
  }
  .about-ethos-banner {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
}

/* ==========================================================================
   Full-Screen Cinematic Intro Animation
   ========================================================================== */
#cinematic-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background-color: #080808;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
  user-select: none;
}

#cinematic-intro.dismissed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cinematic-bg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  height: 60vh;
  background: radial-gradient(circle, rgba(245, 183, 25, 0.08) 0%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
  animation: introGlowPulse 3s infinite alternate ease-in-out;
}

@keyframes introGlowPulse {
  0% { opacity: 0.4; transform: translate(-50%, -50%) scale(0.9); }
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
}

.cinematic-title-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 0 20px;
  z-index: 2;
}

.cinematic-title-text {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.2rem, 7vw, 4.8rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  transform: scale(0.94) translateY(6px);
  transition: opacity 0.32s cubic-bezier(0.16, 1, 0.3, 1), transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
  text-shadow: 0 0 35px rgba(255, 255, 255, 0.25), 0 0 10px rgba(245, 183, 25, 0.2);
}

.cinematic-title-text.visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.cinematic-title-text.fade-out {
  opacity: 0;
  transform: scale(1.06) translateY(-6px);
}

.intro-wordmark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.intro-wordmark-img {
  max-width: 320px;
  width: 75vw;
  height: auto;
  opacity: 0;
  transform: scale(0.9) translateY(10px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  filter: brightness(0) invert(1) drop-shadow(0 0 25px rgba(255, 255, 255, 0.5));
}

#cinematic-intro .intro-wordmark-img,
html[data-theme="light"] #cinematic-intro .intro-wordmark-img {
  filter: brightness(0) invert(1) drop-shadow(0 0 25px rgba(255, 255, 255, 0.5)) !important;
}

.intro-wordmark.visible .intro-wordmark-img {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.skip-intro-btn {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.75);
  padding: 10px 26px;
  border-radius: 40px;
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  cursor: pointer;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.3s ease;
}

.skip-intro-btn:hover {
  background: rgba(245, 183, 25, 0.2);
  border-color: #f5b719;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(245, 183, 25, 0.4);
  transform: translateX(-50%) scale(1.04);
}

/* ==========================================================================
   Leadership Section: THE PEOPLE BEHIND ANAVA (Full Photo Visibility)
   ========================================================================== */
.people-leadership-section {
  padding: 5rem 0;
  background: var(--bg-dark);
}

.people-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-light);
}

.people-badge-label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--accent-gold);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

.people-display-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.1;
  color: var(--text-main);
  text-transform: uppercase;
  margin: 0;
}

.people-title-highlight {
  color: var(--accent-gold);
}

.people-header-sub {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 420px;
}

.people-sub-line {
  width: 3px;
  height: 36px;
  background: var(--accent-gold);
  flex-shrink: 0;
  border-radius: 2px;
}

.people-header-sub p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.45;
  margin: 0;
}

.people-leadership-list {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.people-leader-row {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 3rem;
  align-items: stretch;
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.people-leader-row:hover {
  border-color: var(--border-active);
  box-shadow: 0 25px 50px rgba(245, 183, 25, 0.1);
}

.people-photo-card {
  position: relative;
  width: 100%;
  height: 480px;
  background: #0b0d13;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.people-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: var(--radius-sm);
  transition: transform 0.4s ease;
}

.people-leader-row:hover .people-photo-card img {
  transform: scale(1.02);
}

.people-info-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.people-role-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.people-avatar-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(245, 183, 25, 0.15);
  border: 1px solid var(--accent-gold);
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.people-role-tag {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--accent-gold);
  text-transform: uppercase;
}

.people-leader-name {
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: var(--text-main);
  margin-bottom: 1.2rem;
}

.people-leader-bio {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.people-leader-bio p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-muted);
  margin: 0;
}

.people-quote-box {
  border-left: 3px solid var(--accent-gold);
  background: rgba(245, 183, 25, 0.05);
  padding: 1rem 1.2rem;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0.5rem 0 0 0;
}

.people-summary-note {
  font-size: 0.9rem;
  color: var(--text-dim);
  font-style: italic;
}

@media (max-width: 992px) {
  .people-leader-row {
    grid-template-columns: 1fr;
    gap: 1.8rem;
    padding: 1.5rem;
  }

  .people-photo-card {
    height: 420px;
  }
}

@media (max-width: 640px) {
  .people-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .people-photo-card {
    height: 380px;
  }

  .people-leader-name {
    font-size: 1.7rem;
  }
}/* Workflow Step Pills */
.workflow-step-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.workflow-step-pill:hover {
  background: rgba(245, 183, 25, 0.15);
  border-color: #f5b719;
  color: #f5b719;
  transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   Work Page - Curated Grid Layout (Matching Mockup)
   -------------------------------------------------------------------------- */
.work-filter-tabs {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  flex-wrap: wrap;
}

.work-tab-btn {
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 0.4rem 0 0.8rem;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.work-tab-btn:hover,
.work-tab-btn.active {
  color: #ffffff;
}

.work-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f5b719;
  box-shadow: 0 0 10px rgba(245, 183, 25, 0.6);
}

/* Filter Dropdown for VERTICAL */
.filter-dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.filter-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.5rem;
  background: rgba(12, 14, 20, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 0.6rem;
  min-width: 190px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
  z-index: 100;
}

.filter-dropdown-wrapper:hover .filter-dropdown-menu,
.filter-dropdown-menu.show {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.dropdown-item {
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: left;
  padding: 0.5rem 0.8rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.dropdown-item:hover,
.dropdown-item.active {
  color: #ffffff;
  background: rgba(245, 183, 25, 0.15);
}

/* Work Cards Grid - 3 Columns Desktop */
.curated-work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}

@media (max-width: 1024px) {
  .curated-work-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.4rem;
  }
}

@media (max-width: 640px) {
  .curated-work-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .work-filter-tabs {
    gap: 1.2rem;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 0.5rem;
  }
}

.work-card-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: #0d0f14;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
}

.work-card-item:hover {
  transform: translateY(-6px);
  border-color: rgba(245, 183, 25, 0.6);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.8), 0 0 25px rgba(245, 183, 25, 0.2);
}

.showreel-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 80vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.showreel-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  filter: blur(35px) brightness(0.35);
  transform: scale(1.15);
  pointer-events: none;
}

.showreel-video {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.work-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10.5;
  background: #000000;
  overflow: hidden;
}

.work-card-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.work-card-item:hover .work-card-video {
  transform: scale(1.07);
}

.work-brand-logo-tag {
  position: absolute;
  top: 1.1rem;
  left: 1.1rem;
  z-index: 4;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0.35rem 0.85rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
}

.brand-logo-text {
  font-size: 0.8rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-family: var(--font-display);
}

.work-card-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  z-index: 4;
  transition: all 0.3s ease;
}

.work-card-item:hover .work-card-play-btn {
  transform: translate(-50%, -50%) scale(1.15);
  background: rgba(245, 183, 25, 0.95);
  border-color: #f5b719;
  color: #000000;
}

/* Bottom Overlay directly ON top of the video (Reference 3 design) */
.work-card-bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 2.5rem 1.25rem 1.2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.65) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  pointer-events: none;
}

.work-card-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.04em;
  line-height: 1.15;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.work-card-subcat {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.work-card-slogan {
  font-size: 0.78rem;
  font-weight: 800;
  color: #f5b719;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.2rem;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.9);
}

/* ==========================================================================
   PROCESS PAGE — FROM THOUGHT TO SCREEN DESIGN (MATCHING REFERENCE IMAGE)
   ========================================================================== */

.process-page-section {
  padding: 8rem 0 6rem;
  background: var(--bg-dark);
}

.process-header-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  gap: 3rem;
  margin-bottom: 4.5rem;
}

.proc-badge {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #f5b719;
  margin-bottom: 0.8rem;
}

.proc-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4.5vw, 4.2rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.proc-title-gold {
  color: #f5b719;
}

.proc-header-desc {
  font-size: 1.15rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 480px;
  margin-bottom: 0.5rem;
}

/* Steps List Container */
.process-steps-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}

.process-step-row {
  display: grid;
  grid-template-columns: 70px 1.1fr 1.4fr;
  gap: 2.5rem;
  align-items: center;
  padding: 1.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.process-step-row:last-child {
  border-bottom: none;
}

/* Node Column & Connector Line */
.step-node-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 100%;
  padding-top: 0.3rem;
}

.step-icon-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(245, 183, 25, 0.5);
  background: rgba(18, 20, 26, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5b719;
  z-index: 2;
  box-shadow: 0 0 15px rgba(245, 183, 25, 0.12);
  transition: all 0.3s ease;
}

.process-step-row:hover .step-icon-circle {
  border-color: #f5b719;
  background: #f5b719;
  color: #000000;
  box-shadow: 0 0 25px rgba(245, 183, 25, 0.4);
}

.step-connector-line {
  position: absolute;
  top: 54px;
  bottom: -2.2rem;
  width: 1px;
  border-left: 2px dashed rgba(255, 255, 255, 0.18);
  z-index: 1;
}

/* Step Info Column */
.step-info-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step-num-title {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  margin-bottom: 0.5rem;
}

.step-num-gold {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  color: #f5b719;
}

.step-title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.04em;
  margin: 0;
}

.step-desc {
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.step-bullets-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 0.8rem;
}

.step-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.step-bullet-list li {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.step-bullet-list li::before {
  content: '•';
  color: #f5b719;
  font-size: 1rem;
}

/* Step 06 Post Badges */
.step-flow-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.8rem;
}

.flow-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0.3rem 0.7rem;
  border-radius: 6px;
}

.flow-arrow {
  color: #f5b719;
  font-weight: 700;
  font-size: 0.85rem;
}

/* Right Media Column */
.step-media-col {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  aspect-ratio: 16 / 7.8;
  position: relative;
}

.step-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.process-step-row:hover .step-banner-img {
  transform: scale(1.04);
}

/* Projector Bottom Card */
.process-projector-card {
  margin-top: 5rem;
  border-radius: 16px;
  background: rgba(12, 14, 18, 0.9);
  border: 1px solid rgba(245, 183, 25, 0.3);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 30px rgba(245, 183, 25, 0.05);
}

.projector-media {
  width: 100%;
  height: 100%;
  min-height: 280px;
  position: relative;
}

.projector-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.projector-content {
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.projector-quote-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}

.quote-white {
  color: #ffffff;
}

.quote-gold {
  color: #f5b719;
}

@media (max-width: 992px) {
  .process-header-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  .process-step-row {
    grid-template-columns: 50px 1fr;
    gap: 1.5rem;
  }
  .step-media-col {
    grid-column: 1 / -1;
    margin-top: 1rem;
    aspect-ratio: 16 / 9;
  }
  .step-connector-line {
    bottom: -1rem;
  }
  .process-projector-card {
    grid-template-columns: 1fr;
  }
  .projector-media {
    min-height: 200px;
  }
  .projector-content {
    padding: 2rem 1.5rem;
    text-align: center;
  }
}

/* ==========================================================================
   WHAT WE DO PAGE — THINK • MAKE • FINISH DASHBOARD (MATCHING REFERENCE IMAGE)
   ========================================================================== */

.wwd-dashboard-section {
  padding: 8rem 0 6rem;
  background: var(--bg-dark);
  min-height: 100vh;
}

.wwd-layout-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3rem;
  align-items: start;
}

/* Sidebar Styling */
.wwd-sidebar {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 6.5rem;
}

.wwd-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 800;
  color: #f5b719;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 2rem;
  transition: color 0.3s ease;
}

.wwd-back-link:hover {
  color: #ffffff;
}

.wwd-hero-three-lines {
  display: flex;
  flex-direction: column;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 4.5vw, 4rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0 0 1.2rem;
}

.wwd-hero-three-lines .line-white {
  color: #ffffff;
}

.wwd-hero-three-lines .line-gold {
  color: #f5b719;
}

.wwd-hero-tagline {
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0 0 2rem;
}

.wwd-hero-tagline .text-white {
  color: rgba(255, 255, 255, 0.85);
}

.wwd-hero-tagline .text-gold {
  color: #f5b719;
  font-weight: 700;
}

.wwd-sidebar-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 2rem;
}

/* Stepper Navigation Tabs */
.wwd-stepper-nav {
  display: flex;
  flex-direction: column;
}

.wwd-step-tab {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.6rem 0;
  cursor: pointer;
  text-align: left;
  width: 100%;
  transition: all 0.3s ease;
}

.step-tab-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.step-tab-text .tab-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.05em;
  margin: 0;
  transition: color 0.3s ease;
}

.step-tab-text .tab-sub {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0.1rem 0 0;
  transition: color 0.3s ease;
}

.wwd-step-tab:hover .step-tab-icon {
  border-color: rgba(245, 183, 25, 0.6);
  color: #f5b719;
}

.wwd-step-tab:hover .tab-title {
  color: #ffffff;
}

.wwd-step-tab.active .step-tab-icon {
  border-color: #f5b719;
  background: rgba(245, 183, 25, 0.12);
  color: #f5b719;
  box-shadow: 0 0 20px rgba(245, 183, 25, 0.25);
}

.wwd-step-tab.active .tab-title {
  color: #f5b719;
}

.wwd-step-tab.active .tab-sub {
  color: rgba(255, 255, 255, 0.9);
}

.step-tab-connector {
  width: 1px;
  height: 22px;
  border-left: 2px dashed rgba(255, 255, 255, 0.18);
  margin-left: 23px;
}

/* Right Main Panel Container */
.wwd-main-panel {
  width: 100%;
}

.wwd-pillar-panel {
  display: none;
  animation: fadeIn 0.4s ease forwards;
}

.wwd-pillar-panel.active {
  display: block;
}

.panel-header-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2rem;
}

.panel-header-icon-badge {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(245, 183, 25, 0.5);
  background: rgba(245, 183, 25, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5b719;
  box-shadow: 0 0 20px rgba(245, 183, 25, 0.15);
}

.panel-header-title {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 0.3rem;
}

.panel-header-subtitle {
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 0;
}

.panel-header-subtitle .sub-white {
  color: rgba(255, 255, 255, 0.7);
}

.panel-header-subtitle .sub-gold {
  color: #f5b719;
  font-weight: 700;
}

/* Features Card Border Container */
.panel-features-card {
  border-radius: 16px;
  background: rgba(12, 14, 18, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.feature-row-item {
  display: grid;
  grid-template-columns: 240px 1fr 60px;
  gap: 2rem;
  align-items: center;
  padding: 1.8rem 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  transition: background 0.3s ease;
}

.feature-row-item:last-child {
  border-bottom: none;
}

.feature-row-item:hover {
  background: rgba(255, 255, 255, 0.02);
}

.feature-media {
  width: 100%;
  aspect-ratio: 16 / 9.5;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.feature-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.feature-row-item:hover .feature-thumb-img {
  transform: scale(1.05);
}

.feature-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
}

.feature-small-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(245, 183, 25, 0.4);
  background: rgba(245, 183, 25, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5b719;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.feature-small-icon.text-badge {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.feature-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.04em;
  margin: 0;
}

.feature-desc {
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 0.5rem;
}

.feature-partners-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0.5rem 0;
}

.partner-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.partner-bullet-list li {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.partner-bullet-list li::before {
  content: '•';
  color: #f5b719;
}

.feature-note {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0.4rem 0 0;
  font-style: italic;
}

.feature-tags-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0.5rem 0;
}

.vfx-tag {
  font-size: 0.8rem;
  color: #f5b719;
  font-weight: 600;
}

.feature-watermark {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.07);
  text-align: right;
  user-select: none;
}

@media (max-width: 992px) {
  .wwd-layout-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .wwd-sidebar {
    position: relative;
    top: 0;
  }
  .feature-row-item {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 1.5rem;
  }
  .feature-watermark {
    display: none;
  }
}

/* ==========================================================================
   REDESIGNED TESTIMONIALS PAGE STYLING (EXACT MATCH FOR REFERENCE DESIGN)
   ========================================================================== */

.tstm-page-header {
  position: relative;
  padding: 8rem 0 3.5rem;
  background: #050608;
  overflow: hidden;
}

.tstm-header-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}

.tstm-header-badge {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #f5b719;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  display: block;
}

.tstm-header-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0;
}

.tstm-title-white {
  color: #ffffff;
  display: block;
}

.tstm-title-gold {
  color: #f5b719;
  display: block;
  margin-top: 0.3rem;
}

.tstm-header-right {
  position: relative;
  padding-bottom: 0.5rem;
}

.tstm-header-desc {
  color: #94a3b8;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 480px;
  margin: 0;
}

.tstm-bg-quote-decor {
  position: absolute;
  top: -2.5rem;
  right: -1rem;
  width: 200px;
  height: 200px;
  opacity: 0.07;
  pointer-events: none;
  color: #f5b719;
  z-index: 1;
}

/* Category Filter Tabs Bar */
.tstm-tabs-wrapper {
  margin-top: 2.5rem;
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
}
.tstm-tabs-wrapper::-webkit-scrollbar {
  display: none;
}

.tstm-tab-pill {
  padding: 0.55rem 1.25rem;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tstm-tab-pill:hover,
.tstm-tab-pill.active {
  background: #f5b719;
  color: #000000;
  border-color: #f5b719;
  box-shadow: 0 0 15px rgba(245, 183, 25, 0.3);
}

/* Reel Card Carousel Section */
.tstm-slider-section {
  position: relative;
  padding: 1rem 0 4rem;
  background: #050608;
}

.tstm-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.tstm-arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(20, 24, 33, 0.88);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #f5b719;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tstm-arrow-btn:hover {
  background: #f5b719;
  color: #000000;
  border-color: #f5b719;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 0 20px rgba(245, 183, 25, 0.4);
}
.tstm-arrow-btn.prev {
  left: -22px;
}
.tstm-arrow-btn.next {
  right: -22px;
}

.tstm-cards-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  width: 100%;
  padding: 0.5rem 0.2rem 1.5rem;
}

/* Individual Vertical Reel Card */
.tstm-card {
  background: #0c0e13;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  position: relative;
  width: 100%;
}

.tstm-card:hover {
  transform: translateY(-8px);
  border-color: rgba(245, 183, 25, 0.45);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8), 0 0 25px rgba(245, 183, 25, 0.15);
}

.tstm-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10.5;
  background: #000;
  overflow: hidden;
}

.tstm-card-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.tstm-card:hover .tstm-card-video {
  transform: scale(1.06);
}

.tstm-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f5b719;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(245, 183, 25, 0.4);
  transition: transform 0.3s ease, background 0.3s ease;
  z-index: 3;
}

.tstm-card:hover .tstm-play-btn {
  transform: translate(-50%, -50%) scale(1.15);
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.5);
}

.tstm-card-body {
  padding: 1.5rem 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  background: linear-gradient(180deg, #0d0f14 0%, #06070a 100%);
}

.tstm-quote-mark {
  color: #f5b719;
  font-size: 1.8rem;
  font-family: Georgia, serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.tstm-quote-text {
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 1.4rem;
  font-weight: 400;
}

.tstm-author-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
  margin-top: auto;
}

.tstm-author-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #f5b719;
  background: rgba(245, 183, 25, 0.12);
  color: #f5b719;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: bold;
  flex-shrink: 0;
}

.tstm-author-info {
  overflow: hidden;
}

.tstm-author-name {
  color: #f5b719;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
}
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tstm-author-role {
  color: #64748b;
  font-size: 0.72rem;
  margin: 0.15rem 0 0;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* Metrics Counter Grid Bar (Bottom Section) */
.tstm-metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  background: rgba(13, 15, 20, 0.75);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 2.2rem 2.8rem;
  margin-top: 2.5rem;
}

.tstm-metric-item {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.tstm-metric-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(245, 183, 25, 0.08);
  border: 1px solid rgba(245, 183, 25, 0.2);
  color: #f5b719;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.tstm-metric-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  color: #f5b719;
  line-height: 1;
}

.tstm-metric-lbl {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  color: #94a3b8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.35rem;
}

@media (max-width: 1200px) {
  .tstm-cards-track {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ==========================================================================
   MOBILE-ONLY HORIZONTAL LEFT-RIGHT SWIPE SLIDER (SLIDING LEFT RIGHT)
   ========================================================================== */
@media (max-width: 768px) {
  .tstm-header-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  /* Testimonials Track: Smooth Touch Drag Horizontal Reel Slider on Mobile */
  .tstm-cards-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 1.2rem !important;
    padding: 0.5rem 0.2rem 1.8rem !important;
    scrollbar-width: none;
  }
  
  .tstm-cards-track::-webkit-scrollbar {
    display: none;
  }

  .tstm-card {
    flex: 0 0 84% !important;
    width: 84% !important;
    min-width: 84% !important;
    max-width: 84% !important;
    scroll-snap-align: start !important;
    border-radius: 18px !important;
  }

  .tstm-card-media {
    aspect-ratio: 1 / 1.08 !important;
  }

  .tstm-quote-text {
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  /* Collaborators Section Teaser Cards Slider on Mobile */
  .collab-cards-grid,
  .section-padding .work-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 1.2rem !important;
    padding-bottom: 1.2rem !important;
    scrollbar-width: none;
  }

  .collab-cards-grid::-webkit-scrollbar,
  .section-padding .work-grid::-webkit-scrollbar {
    display: none;
  }

  .collab-cards-grid .work-card,
  .section-padding .work-grid .work-card,
  .collab-card {
    flex: 0 0 84% !important;
    width: 84% !important;
    min-width: 84% !important;
    scroll-snap-align: start !important;
  }
}

@media (max-width: 480px) {
  .tstm-card,
  .collab-cards-grid .work-card,
  .section-padding .work-grid .work-card,
  .collab-card {
    flex: 0 0 86% !important;
    width: 86% !important;
    min-width: 86% !important;
  }
}

/* ==========================================================================
   REDESIGNED SHOWREEL & PHILOSOPHY SECTION (MATCHING REFERENCE MOCKUP)
   ========================================================================== */

/* Showreel Play Center Controls */
.showreel-play-center-btn {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  z-index: 5;
  cursor: pointer;
}

.showreel-play-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid #f5b719;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  color: #f5b719;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(245, 183, 25, 0.2);
}

.showreel-play-center-btn:hover .showreel-play-circle {
  background: #f5b719;
  color: #000000;
  transform: scale(1.1);
  box-shadow: 0 0 30px rgba(245, 183, 25, 0.5);
}

.showreel-play-label {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0.2rem;
}

.showreel-play-time {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.6);
}

/* Philosophy Section Wrapper */
.philosophy-wrapper {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.philo-badge {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #f5b719;
  text-transform: uppercase;
  display: block;
}

.philo-accent-line {
  width: 30px;
  height: 2px;
  background: #f5b719;
  margin: 0.6rem auto 1.5rem;
  border-radius: 2px;
}

.philo-display-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}

.philo-title-white {
  color: #ffffff;
  display: block;
}

.philo-title-gold {
  color: #f5b719;
  display: block;
}

.philo-desc-top {
  color: #cbd5e1;
  font-size: 1.02rem;
  line-height: 1.65;
  margin-bottom: 1.2rem;
}

.philo-desc-bold {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2.2rem;
}

/* 3-Step Process Glass Card */
.philo-process-card {
  background: #0d0f14;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 1.5rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.philo-step-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.philo-step-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
  overflow: hidden;
  padding: 8px;
}

.philo-step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.philo-step-name {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
  color: #f5b719;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.philo-step-sub {
  font-size: 0.72rem;
  color: #94a3b8;
  line-height: 1.3;
}

.philo-step-arrow {
  color: rgba(245, 183, 25, 0.5);
  font-size: 1.1rem;
  font-weight: bold;
  flex-shrink: 0;
}

/* CTA Yellow Button */
.philo-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 1.1rem 2rem;
  background: #f5b719;
  color: #000000;
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 35px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(245, 183, 25, 0.35);
  margin-bottom: 2rem;
}

.philo-cta-btn:hover {
  background: #ffffff;
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.4);
}

.cta-arrow {
  font-size: 1.1rem;
}

/* Social Proof Row */
.philo-social-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.philo-avatar-stack {
  display: flex;
  align-items: center;
}

.philo-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #08090b;
  object-fit: cover;
  margin-left: -10px;
}
.philo-avatar:first-child {
  margin-left: 0;
}

.philo-proof-text {
  font-size: 0.78rem;
  color: #94a3b8;
}

/* Mobile specific styling for Showreel frame & Philosophy card */
@media (max-width: 768px) {
  .showreel-container {
    border-radius: 20px;
    margin: 0 1rem;
    width: calc(100% - 2rem);
    aspect-ratio: 16 / 10;
  }
  .showreel-play-center-btn {
    right: 1.2rem;
    bottom: 1.2rem;
  }
  .showreel-play-circle {
    width: 44px;
    height: 44px;
  }
  .philo-process-card {
    padding: 1.2rem 0.6rem;
    gap: 0.2rem;
  }
  .philo-step-sub {
    font-size: 0.68rem;
  }
}

/* ==========================================================================
   REDESIGNED WHAT WE DO SECTION (MATCHING REFERENCE MOCKUP)
   ========================================================================== */

.wwd-section {
  padding: 5rem 0;
  background: #050608;
}

.wwd-header {
  margin-bottom: 2.5rem;
}

.wwd-badge {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #f5b719;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

.wwd-main-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.wwd-title-white {
  color: #ffffff;
}

.wwd-title-gold {
  color: #f5b719;
}

.wwd-subtitle {
  color: #94a3b8;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 540px;
  margin: 0;
}

.wwd-cards-stack {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

/* Individual Feature Card */
.wwd-card {
  position: relative;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0b0d12;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.wwd-card:hover {
  border-color: rgba(245, 183, 25, 0.45);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.7), 0 0 25px rgba(245, 183, 25, 0.15);
  transform: translateY(-4px);
}

.wwd-card-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-size: cover;
  background-position: center right;
  z-index: 1;
}

.wwd-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0b0d12 0%, #0b0d12 40%, rgba(11, 13, 18, 0.85) 65%, rgba(11, 13, 18, 0.3) 100%);
  z-index: 2;
}

.wwd-card-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 1.8rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.wwd-card-left {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  max-width: 520px;
}

.wwd-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.wwd-card-meta {
  display: flex;
  flex-direction: column;
}

.wwd-card-step {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #f5b719;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

.wwd-card-name {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 0.6rem;
  line-height: 1.1;
}

.wwd-card-desc {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}

.wwd-card-link {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #f5b719;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}
.wwd-card-link:hover {
  color: #ffffff;
}

.wwd-arrow-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(245, 183, 25, 0.5);
  background: rgba(0, 0, 0, 0.4);
  color: #f5b719;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.wwd-card:hover .wwd-arrow-circle {
  background: #f5b719;
  color: #000000;
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(245, 183, 25, 0.4);
}

/* Bottom CTA Card */
.wwd-cta-card {
  background: #0b0d12;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 1.4rem 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 0.5rem;
}

.wwd-cta-left {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.wwd-cta-icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(245, 183, 25, 0.1);
  border: 1.5px solid rgba(245, 183, 25, 0.3);
  color: #f5b719;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.wwd-cta-tag {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #f5b719;
  text-transform: uppercase;
}

.wwd-cta-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0.2rem 0 0.1rem;
}

.wwd-cta-sub {
  font-size: 0.85rem;
  color: #94a3b8;
  margin: 0;
}

.wwd-cta-chat-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f5b719;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(245, 183, 25, 0.35);
  flex-shrink: 0;
}

.wwd-cta-chat-btn:hover {
  background: #ffffff;
  color: #000000;
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.4);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .wwd-card-content {
    padding: 1.4rem 1.2rem;
    flex-direction: row;
    align-items: flex-end;
  }
  .wwd-card-left {
    gap: 0.9rem;
  }
  .wwd-icon-box {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }
  .wwd-card-name {
    font-size: 1.5rem;
  }
  .wwd-card-desc {
    font-size: 0.85rem;
  }
  .wwd-card-bg-image {
    width: 75%;
  }
  .wwd-card-overlay {
    background: linear-gradient(90deg, #0b0d12 0%, #0b0d12 50%, rgba(11, 13, 18, 0.8) 75%, rgba(11, 13, 18, 0.3) 100%);
  }
  .wwd-cta-card {
    padding: 1.2rem;
  }
  .wwd-cta-icon-circle {
    width: 40px;
    height: 40px;
  }
  .wwd-cta-title {
    font-size: 1.1rem;
  }
}
