/* ==========================================================================
   ALAFRAME — COMPONENTS (V2.1 CREATIVE DIRECTOR POLISH)
   The Hybrid Creative Studio // Visual Scale, Dominant Portfolio & Production Menu
   ========================================================================== */

/* --------------------------------------------------------------------------
   01. NAVBAR
   -------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(6, 7, 6, 0.90);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-subtle);
  transition: transform var(--duration-normal) var(--ease-out-expo), background-color var(--duration-normal) var(--ease-out-expo);
}

.site-header.scrolled {
  background-color: rgba(6, 7, 6, 0.97);
  border-bottom-color: var(--border-medium);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.nav-logo-img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}

.nav-logo-text {
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--text-primary);
  text-transform: uppercase;
}

/* Center Pill Navigation Menu (Exact Match to Reference Image 2) */
.nav-pill-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  background: rgba(18, 20, 18, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 10px 28px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}

.nav-pill-link {
  font-family: var(--font-creato);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #D4D4D8;
  text-decoration: none;
  background: none;
  border: none;
  padding: 2px 0;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease;
  white-space: nowrap;
}

.nav-pill-link:hover,
.nav-pill-link.active {
  color: #FFFFFF;
  font-weight: 600;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-book-btn {
  font-family: var(--font-creato);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #0A0D0A;
  background: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 12px;
  padding: 8px 18px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.nav-book-btn:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(184, 255, 0, 0.35);
}

.nav-sun-btn {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(18, 20, 18, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #E4E4E7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}

.nav-sun-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  transform: rotate(15deg);
}

.mobile-menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--text-primary);
}

/* --------------------------------------------------------------------------
   02. HERO SECTION — EDITORIAL RESTRAINT & SPATIAL HIERARCHY
   Negative space is a feature: ~35-45% calm breathing room
   -------------------------------------------------------------------------- */
.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: calc(78px + clamp(3rem, 6vh, 5.5rem));
  padding-bottom: clamp(3.5rem, 6vh, 5rem);
  position: relative;
  overflow: hidden;
}

.hero-grid-2col {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: clamp(3.5rem, 7vw, 7rem);
  align-items: center;
  width: 100%;
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-label-wrap {
  display: flex;
  align-items: center;
  margin-bottom: clamp(1.75rem, 3.5vh, 2.75rem);
}

.hero-label-wrap .section-label {
  letter-spacing: 0.14em;
  font-size: var(--text-2xs);
  color: var(--text-muted);
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 3.8vw, 3.85rem);
  line-height: 1.18;
  letter-spacing: -0.018em;
  font-weight: 600;
  margin-bottom: clamp(1.75rem, 3.5vh, 2.75rem);
  max-width: 18ch;
  text-wrap: balance;
}

.hero-subcopy {
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  line-height: 1.68;
  color: var(--text-secondary);
  max-width: 36ch;
  margin-bottom: clamp(2.25rem, 4.5vh, 3.5rem);
}

.hero-subcopy p {
  color: var(--text-secondary);
  font-weight: 400;
}

.hero-ctas {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  flex-wrap: wrap;
}

/* Editorial Right Column: Pure Portfolio Proof Frame (No dense SaaS UI card) */
.hero-visual-frame {
  position: relative;
  width: 100%;
  max-width: 390px;
  margin-left: auto;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.95);
  transition: border-color var(--duration-normal) var(--ease-out-expo), transform var(--duration-normal) var(--ease-out-expo);
}

.hero-visual-frame:hover {
  border-color: var(--border-medium);
  transform: translateY(-2px);
}

.hero-media-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background-color: #000000;
}

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

.hero-visual-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background-color: var(--bg-surface);
  border-top: 1px solid var(--border-subtle);
}

.hero-visual-tag {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: var(--text-primary);
}

.hero-visual-category {
  font-family: var(--font-mono);
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}

/* --------------------------------------------------------------------------
   02B. EDITORIAL TRANSITION BAND — POSITIONING & CAPABILITIES
   (Quiet, grounded credibility between Hero and Portfolio)
   -------------------------------------------------------------------------- */
.hero-transition-band {
  padding: clamp(3rem, 5vh, 4.5rem) 0;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  background-color: rgba(8, 10, 8, 0.6);
  position: relative;
}

.transition-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xl);
}

.transition-positioning {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
  line-height: 1.45;
  color: var(--text-primary);
  max-width: 48ch;
  font-weight: 500;
  letter-spacing: -0.01em;
}

/* Trust Pillar Bar */
.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background-color: var(--border-subtle);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  overflow: hidden;
}

.trust-item {
  background-color: var(--bg-surface);
  padding: var(--space-lg) var(--space-md);
  text-align: left;
}

.trust-label {
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  color: var(--text-muted);
  margin-bottom: var(--space-2xs);
  letter-spacing: 0.08em;
}

.trust-val {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: 0.02em;
}

/* --------------------------------------------------------------------------
   03. PORTFOLIO — WIDESCREEN CONFIDENT CANVAS
   -------------------------------------------------------------------------- */
.work-section {
  border-top: 1px solid var(--border-subtle);
}

.work-section .container-wide {
  width: 100%;
  max-width: var(--container-wide);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}

.filter-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: var(--space-sm);
  margin-bottom: var(--space-2xl);
  scrollbar-width: none;
}

.filter-bar::-webkit-scrollbar {
  display: none;
}

.filter-btn {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid var(--border-subtle);
  background: var(--bg-surface);
  color: var(--text-secondary);
  transition: all var(--duration-fast);
  white-space: nowrap;
}

.filter-btn:hover {
  color: var(--text-primary);
  border-color: var(--border-medium);
}

.filter-btn.active {
  color: #000000;
  background-color: var(--accent);
  border-color: var(--accent);
}

/* Editorial Project Grid with Dominant Rhythm */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--space-xl);
}

.project-card {
  position: relative;
  background-color: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  overflow: hidden;
  transition: transform var(--duration-normal) var(--ease-out-expo), border-color var(--duration-normal) var(--ease-out-expo), box-shadow var(--duration-normal);
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.project-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent-border);
  box-shadow: var(--shadow-card), 0 0 35px rgba(184, 255, 0, 0.12);
}

.project-card.span-12 {
  grid-column: span 12;
}

.project-card.span-6 {
  grid-column: span 6;
}

.project-card-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}

/* Dominant Feature 01 & 02 Aspect Ratios */
.project-card.span-12 .project-card-media {
  aspect-ratio: 21 / 9;
  max-height: 640px;
}

.project-card.span-6.aspect-9-16 .project-card-media {
  aspect-ratio: 9 / 16;
  max-height: 560px;
}

.project-card.span-6.aspect-1-1 .project-card-media {
  aspect-ratio: 1 / 1;
  max-height: 560px;
}

.project-card.span-6.aspect-16-9 .project-card-media {
  aspect-ratio: 16 / 9;
  max-height: 560px;
}

.project-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration-slow) var(--ease-out-expo);
}

.project-card:hover .project-card-img {
  transform: scale(1.03);
}

.project-card-badges {
  position: absolute;
  top: var(--space-md);
  left: var(--space-md);
  right: var(--space-md);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.project-card-info {
  padding: var(--space-xl);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  background-color: var(--bg-surface);
  border-top: 1px solid var(--border-subtle);
}

.project-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-xs);
}

.project-card.span-12 .project-card-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3vw, 2.75rem);
  margin-bottom: var(--space-xs);
  letter-spacing: -0.015em;
}

.project-card.span-6 .project-card-title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  margin-bottom: var(--space-xs);
  letter-spacing: -0.01em;
}

.project-card-desc {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.55;
  margin-bottom: var(--space-lg);
  max-width: 60ch;
}

.project-card-action {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text-primary);
  text-transform: uppercase;
}

.project-card-action .action-arrow {
  color: var(--accent);
  transition: transform var(--duration-fast);
}

.project-card:hover .project-card-action .action-arrow {
  transform: translateX(4px);
}

/* Real Portfolio Card Refinements (Phase 2) */
.project-card-headline-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.project-card-product {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.4;
  margin-bottom: var(--space-md);
}

.spec-status-tag {
  color: var(--accent) !important;
  font-weight: 700;
}

.card-play-affordance,
.card-gallery-affordance {
  position: absolute;
  bottom: var(--space-md);
  right: var(--space-md);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(6, 7, 6, 0.75);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--duration-fast) var(--ease-out-expo);
  z-index: 2;
}

.project-card:hover .card-play-affordance,
.project-card:hover .card-gallery-affordance {
  background: var(--accent);
  color: #000000;
  border-color: var(--accent);
  transform: scale(1.08);
}

.gallery-icon {
  font-size: 16px;
  line-height: 1;
}

.archive-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-top: var(--space-3xl);
}

/* Aspect ratio support for 3:4 and 4:5 cards */
.project-card.span-6.aspect-3-4 .project-card-media {
  aspect-ratio: 3 / 4;
  max-height: 580px;
}

.project-card.span-6.aspect-4-5 .project-card-media {
  aspect-ratio: 4 / 5;
  max-height: 580px;
}

.project-card.span-12.aspect-16-9 .project-card-media {
  aspect-ratio: 16 / 9;
  max-height: 680px;
}

.project-card.span-12.aspect-9-16 .project-card-media {
  aspect-ratio: 16 / 9;
  max-height: 640px;
}

/* --------------------------------------------------------------------------
   04. WHAT WE PRODUCE — EDITORIAL BROAD SHEET MENU
   -------------------------------------------------------------------------- */
.services-section {
  border-bottom: 1px solid var(--border-subtle);
  padding-top: var(--space-5xl);
  padding-bottom: var(--space-5xl);
}

.produce-heading {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin-bottom: var(--space-md);
  text-transform: uppercase;
}

.produce-subheading {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: var(--space-3xl);
}

.services-list {
  display: flex;
  flex-direction: column;
}

.service-row {
  display: grid;
  grid-template-columns: 80px 1.6fr 2fr 1.2fr;
  gap: var(--space-xl);
  align-items: flex-start;
  padding: var(--space-3xl) 0;
  border-bottom: 1px solid var(--border-subtle);
  transition: background-color var(--duration-fast);
}

.service-row:first-child {
  border-top: 1px solid var(--border-subtle);
}

.service-row:hover {
  background-color: rgba(255, 255, 255, 0.015);
}

.service-num {
  font-family: var(--font-mono);
  font-size: var(--text-base);
  color: var(--accent);
  font-weight: 600;
}

.service-title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 2.6vw, 2.5rem);
  letter-spacing: -0.015em;
  line-height: 1.1;
}

.service-desc {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.65;
}

.service-deliverables {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.deliverable-item {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 8px;
}

.deliverable-item::before {
  content: '→';
  color: var(--accent);
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   05. OUR PROCESS: LESS WAITING. MORE CREATING.
   -------------------------------------------------------------------------- */
.process-section {
  background-color: var(--bg-secondary);
  border-bottom: 1px solid var(--border-subtle);
  padding-top: var(--space-5xl);
  padding-bottom: var(--space-5xl);
}

.process-header-block {
  margin-bottom: var(--space-4xl);
}

.process-statement {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin-top: var(--space-xs);
}

.process-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-lg);
}

.process-card {
  padding: var(--space-2xl) var(--space-xl);
  background-color: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  position: relative;
  transition: all var(--duration-fast);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.process-card:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
}

.process-step-num {
  font-family: var(--font-mono);
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--accent);
  margin-bottom: var(--space-lg);
}

.process-step-name {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  margin-bottom: var(--space-sm);
  letter-spacing: -0.01em;
}

.process-step-desc {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   06. POSITIONING SECTION — LARGE TYPOGRAPHY
   -------------------------------------------------------------------------- */
.positioning-section {
  background-color: var(--bg-primary);
  border-bottom: 1px solid var(--border-subtle);
  padding-top: var(--space-5xl);
  padding-bottom: var(--space-5xl);
}

.positioning-headline {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin-bottom: var(--space-xl);
  max-width: 18ch;
}

.positioning-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-3xl);
  margin-top: var(--space-3xl);
  align-items: center;
}

.positioning-lead {
  font-size: var(--text-xl);
  color: var(--text-primary);
  line-height: 1.5;
  margin-bottom: var(--space-md);
  font-weight: 500;
}

.comparison-table {
  border: 1px solid var(--border-subtle);
  background-color: var(--bg-surface);
  border-radius: 6px;
  overflow: hidden;
}

.comparison-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: var(--space-lg);
  border-bottom: 1px solid var(--border-subtle);
  font-size: var(--text-sm);
}

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

.comparison-row.header {
  background-color: rgba(255, 255, 255, 0.02);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.comparison-legacy {
  color: var(--text-muted);
  border-right: 1px solid var(--border-subtle);
  padding-right: var(--space-md);
}

.comparison-axis {
  color: var(--text-primary);
  padding-left: var(--space-md);
  font-weight: 600;
}

.comparison-axis .accent-check {
  color: var(--accent);
  margin-right: 6px;
  font-weight: 700;
}

/* --------------------------------------------------------------------------
   07. WHY AI SECTION & VARIATIONS DEMO
   -------------------------------------------------------------------------- */
.why-ai-section {
  border-bottom: 1px solid var(--border-subtle);
}

.why-ai-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--space-3xl);
  align-items: center;
}

.variations-demo-box {
  background-color: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  padding: var(--space-xl);
  border-radius: 8px;
}

.variation-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: var(--space-lg);
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: var(--space-sm);
}

.var-tab-btn {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 3px;
  color: var(--text-secondary);
}

.var-tab-btn.active {
  background-color: var(--accent);
  color: #000000;
}

.variation-preview {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: var(--space-md);
}

.variation-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.variation-details {
  font-size: var(--text-sm);
  color: var(--text-secondary);
}

/* --------------------------------------------------------------------------
   08. APPROACH PRINCIPLES
   -------------------------------------------------------------------------- */
.approach-section {
  border-bottom: 1px solid var(--border-subtle);
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-xl);
}

.approach-card {
  padding: var(--space-2xl) var(--space-lg);
  background-color: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.approach-card:hover {
  border-color: var(--border-strong);
}

.approach-num {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--accent);
  margin-bottom: var(--space-md);
}

.approach-title {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  margin-bottom: var(--space-sm);
  letter-spacing: -0.01em;
}

.approach-desc {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   09. ABOUT US — MINIMAL EDITORIAL TEXT
   -------------------------------------------------------------------------- */
.about-section {
  background-color: var(--bg-secondary);
  border-bottom: 1px solid var(--border-subtle);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: flex-start; /* Aligned to texts on the left side */
}

.manifesto-quote {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  line-height: 1.35;
  color: var(--text-primary);
  margin-bottom: var(--space-xl);
}

.about-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
  margin-top: var(--space-2xl);
  padding-top: var(--space-xl);
  border-top: 1px solid var(--border-subtle);
}

.about-stat-item h4 {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  color: var(--accent);
  margin-bottom: 4px;
}

.about-stat-item p {
  font-family: var(--font-creato) !important;
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Studio Specifications Card — Refined, Enlarged & Top Aligned */
.studio-specs {
  width: 100%;
}

.studio-specs-box {
  background: #0E130D;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  padding: 38px 42px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.studio-specs-badge {
  font-family: var(--font-creato) !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
}

.studio-specs-list {
  display: flex;
  flex-direction: column;
}

.studio-spec-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-family: var(--font-creato) !important;
}

.studio-spec-row.last {
  border-bottom: none;
  padding-bottom: 4px;
}

.studio-spec-label {
  font-family: var(--font-creato) !important;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
}

.studio-spec-val {
  font-family: var(--font-creato) !important;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-align: right;
  text-transform: uppercase;
}

.studio-spec-val.studio-spec-brand {
  color: var(--accent) !important;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.studio-spec-val.studio-spec-signature {
  font-family: var(--font-display) !important;
  font-size: 18.5px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01em;
  color: #F4F4F2;
}

/* --------------------------------------------------------------------------
   10. FAQ SECTION
   -------------------------------------------------------------------------- */
.faq-section {
  border-bottom: 1px solid var(--border-subtle);
}

.faq-list {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-bottom: 1px solid var(--border-subtle);
}

.faq-item:first-child {
  border-top: 1px solid var(--border-subtle);
}

.faq-trigger {
  width: 100%;
  text-align: left;
  padding: var(--space-xl) 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  color: var(--text-primary);
  letter-spacing: -0.01em;
}

.faq-icon {
  width: 20px;
  height: 20px;
  color: var(--accent);
  transition: transform var(--duration-fast);
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--duration-normal) var(--ease-out-expo);
}

.faq-content-inner {
  padding-bottom: var(--space-xl);
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.65;
}

/* --------------------------------------------------------------------------
   11. FINAL CTA SECTION — MAJOR DRAMATIC MOMENT
   -------------------------------------------------------------------------- */
.final-cta-section {
  padding: 8.5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 50% 50%, rgba(184, 255, 0, 0.1) 0%, transparent 65%);
}

.final-cta-title {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 6.5vw, 5.5rem);
  line-height: 1.02;
  margin-bottom: var(--space-lg);
  text-transform: uppercase;
}

.final-cta-subtitle {
  font-size: var(--text-xl);
  color: var(--text-secondary);
  max-width: 38ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--space-3xl);
  line-height: 1.5;
}

.final-cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-lg);
  flex-wrap: wrap;
}

/* --------------------------------------------------------------------------
   12. FOOTER
   -------------------------------------------------------------------------- */
.site-footer {
  background-color: #030403;
  border-top: 1px solid var(--border-subtle);
  padding: var(--space-4xl) 0 var(--space-xl);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--space-3xl);
  margin-bottom: var(--space-3xl);
}

.footer-brand p {
  font-size: var(--text-sm);
  color: var(--text-muted);
  max-width: 32ch;
  margin-top: var(--space-md);
}

.footer-signature {
  font-family: var(--font-display);
  font-size: var(--text-sm);
  color: var(--accent);
  font-style: italic;
  margin-top: var(--space-sm);
}

.footer-col h5 {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  color: var(--text-primary);
  margin-bottom: var(--space-lg);
  text-transform: uppercase;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.footer-col a {
  font-size: var(--text-sm);
  color: var(--text-secondary);
}

.footer-col a:hover {
  color: var(--accent);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--space-xl);
  border-top: 1px solid var(--border-subtle);
  font-family: var(--font-mono);
  font-size: var(--text-2xs);
  color: var(--text-muted);
}

/* --------------------------------------------------------------------------
   13. CONVERSION DRAWERS (CALL + PROJECT BRIEF)
   -------------------------------------------------------------------------- */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration-normal) var(--ease-out-expo), visibility var(--duration-normal);
}

.drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}

.project-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 580px;
  height: 100%;
  background-color: var(--bg-surface);
  border-left: 1px solid var(--border-medium);
  box-shadow: var(--shadow-modal);
  transform: translateX(100%);
  transition: transform var(--duration-normal) var(--ease-out-expo);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.drawer-overlay.active .project-drawer {
  transform: translateX(0);
}

.drawer-header {
  padding: var(--space-xl);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-subtle);
}

.drawer-title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  letter-spacing: -0.01em;
}

.drawer-close-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-subtle);
  color: var(--text-secondary);
}

.drawer-close-btn:hover {
  color: var(--text-primary);
  border-color: var(--border-medium);
}

.drawer-body {
  padding: var(--space-xl);
  flex-grow: 1;
}

.form-group {
  margin-bottom: var(--space-xl);
}

.form-label {
  display: block;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.08em;
  color: var(--text-secondary);
  margin-bottom: var(--space-xs);
  text-transform: uppercase;
}

.form-input, .form-textarea, .form-select {
  width: 100%;
  padding: 12px 16px;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  color: var(--text-primary);
  font-size: var(--text-sm);
  transition: border-color var(--duration-fast);
}

.form-input:focus, .form-textarea:focus, .form-select:focus {
  border-color: var(--accent);
  outline: none;
}

.drawer-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip-btn {
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 4px;
  border: 1px solid var(--border-subtle);
  background-color: var(--bg-primary);
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--duration-fast);
}

.chip-btn:hover {
  border-color: var(--border-medium);
  color: var(--text-primary);
}

.chip-btn.selected {
  border-color: var(--accent);
  background-color: rgba(184, 255, 0, 0.1);
  color: var(--accent);
  font-weight: 600;
}

.drawer-footer {
  padding: var(--space-xl);
  border-top: 1px solid var(--border-subtle);
  background-color: var(--bg-primary);
}

/* --------------------------------------------------------------------------
   14. RESPONSIVE BREAKPOINTS (DEDICATED 375PX & 390PX TUNING)
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .hero-section {
    min-height: auto;
    padding-top: calc(78px + var(--space-2xl));
    padding-bottom: var(--space-3xl);
  }
  .hero-grid-2col {
    grid-template-columns: 1fr;
    gap: var(--space-3xl);
  }
  .hero-visual-frame {
    max-width: 360px;
    margin: 0 auto;
  }
  .trust-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-row {
    grid-template-columns: 60px 1.5fr 2fr;
  }
  .service-deliverables {
    grid-column: span 3;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: var(--space-sm);
  }
  .process-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .approach-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-ai-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .nav-center, .nav-status {
    display: none;
  }
  .mobile-menu-btn {
    display: flex;
  }
  .hero-section {
    padding-top: calc(78px + var(--space-xl));
    padding-bottom: var(--space-2xl);
  }
  .hero-title {
    font-size: clamp(2.15rem, 8vw, 2.75rem);
    line-height: 1.15;
    max-width: 100%;
  }
  .hero-subcopy {
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 100%;
  }
  .hero-visual-frame {
    max-width: 320px;
    margin: 0 auto;
  }
  .projects-grid .project-card {
    grid-column: span 12 !important;
  }
  .project-card.span-12 .project-card-media {
    aspect-ratio: 16 / 9;
  }
  .positioning-grid, .about-grid {
    grid-template-columns: 1fr;
    gap: var(--space-2xl);
  }
  .service-row {
    grid-template-columns: 1fr;
    gap: var(--space-sm);
  }
  .process-grid-4 {
    grid-template-columns: 1fr;
  }
  .approach-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: var(--space-xl);
  }
  .footer-bottom {
    flex-direction: column;
    gap: var(--space-sm);
    text-align: center;
  }
  .final-cta-actions {
    flex-direction: column;
    width: 100%;
  }
  .final-cta-actions .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  :root {
    --container-pad: 1.25rem;
  }
  .hero-section {
    padding-top: calc(72px + var(--space-lg));
    padding-bottom: var(--space-2xl);
  }
  .hero-title {
    font-size: 2.1rem;
    line-height: 1.15;
  }
  .hero-subcopy {
    font-size: 0.98rem;
    line-height: 1.6;
  }
  .hero-ctas {
    flex-direction: column;
    width: 100%;
  }
  .hero-ctas .btn {
    width: 100%;
    min-height: 50px;
  }
  .hero-visual-frame {
    max-width: 290px;
  }
  .produce-heading {
    font-size: 2.75rem;
  }
  .process-statement {
    font-size: 2.25rem;
  }
  .final-cta-title {
    font-size: 2.35rem;
  }
  .trust-bar {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   PHASE 3 HOMEPAGE STRUCTURE REFINEMENT
   1. Refined Hero (Matching Image 4)
   2. Our Work Uniform Outer Dimensions & Pill Tabs (Matching Image 1)
   3. AI Production Showcase (Matching Image 2)
   4. What We Produce 5 Core Offerings (Matching Image 3)
   ========================================================================== */

/* ==========================================================================
   1. HERO REFINEMENT — CREATO PRO, BACKGROUND VIDEO, ROLLING CARDS, & STATEMENT
   ========================================================================== */

/* Dull Animated Hero Background Video (5-7% Opacity) */
.hero-bg-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.06; /* 6% opacity — within 5-7% */
  filter: grayscale(100%) contrast(1.15) brightness(0.85);
  transform: scale(1.04);
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(6, 7, 6, 0.3) 0%, rgba(6, 7, 6, 0.95) 85%);
}

.hero-container-rel {
  position: relative;
  z-index: 2;
}

/* Typography in Hero: Creato Pro everywhere, only 'hybrid' in Apple Garamond */
.hero-section * {
  font-family: var(--font-creato);
}

.hero-section .hero-hybrid {
  font-family: var(--font-creato) !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  color: var(--accent-lime, #B8FF00) !important;
  display: inline;
  padding: 0;
}

.hero-title {
  font-family: var(--font-creato) !important;
  font-size: clamp(2.5rem, 4.2vw, 4.3rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em !important;
  color: #FFFFFF !important;
  margin-bottom: clamp(1.4rem, 2.8vh, 2.2rem);
  max-width: 100%;
}

.hero-subcopy p {
  font-family: var(--font-creato) !important;
  font-size: clamp(0.95rem, 1.1vw, 1.1rem) !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: #9EA39E !important;
  max-width: 36ch;
  margin-bottom: clamp(2rem, 3.8vh, 2.6rem);
}

.hero-dash {
  color: var(--accent-lime, #B8FF00);
  font-weight: 700;
  margin-right: 8px;
}

.hero-label-wrap .section-label {
  font-family: var(--font-creato) !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}

/* Hero CTA Buttons matching Image 2: Rounded Rectangles */
.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border-radius: 8px;
  background: var(--accent-lime, #B8FF00);
  color: #060706;
  font-family: var(--font-creato) !important;
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 28px rgba(184, 255, 0, 0.4);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-hero-primary:hover {
  background: #CCFF00;
  transform: translateY(-2px);
  box-shadow: 0 0 36px rgba(184, 255, 0, 0.65);
}

.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border-radius: 8px;
  background: #111411;
  color: #FFFFFF;
  font-family: var(--font-creato) !important;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.16);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-hero-secondary:hover {
  background: #1A1F1A;
  border-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

/* Rolling Animated Card Window Frame (Image 2: Prominent, Visible, Tall Proportion) */
.hero-cards-carousel {
  position: relative;
  width: 100%;
  max-width: 470px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-card-window {
  width: 100%;
  background: #0D110D;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.9), 0 0 45px rgba(184, 255, 0, 0.12);
  cursor: pointer;
  transition: transform 0.35s ease, opacity 0.35s ease, border-color 0.3s ease;
}

.hero-card-window:hover {
  border-color: rgba(184, 255, 0, 0.45);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.92), 0 0 55px rgba(184, 255, 0, 0.22);
}

.hero-card-window.is-rolling {
  opacity: 0.35;
  transform: scale(0.98);
}

.hero-window-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: #080B08;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-window-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-window-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-lime, #B8FF00);
  box-shadow: 0 0 8px var(--accent-lime, #B8FF00);
}

.hero-card-brand {
  font-family: var(--font-creato) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

.hero-card-cat {
  font-family: var(--font-creato) !important;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}

.hero-window-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
}

.hero-window-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5.2;
  background: #000000;
  overflow: hidden;
}

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

.hero-window-badge-overlay {
  display: none !important;
}

/* Rolling Pills Beneath the Card (Image 2 Style) */
.hero-controls-beneath {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.hero-arrow-btn {
  display: none !important;
}

.hero-card-pills {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-pill-dot:hover {
  background: rgba(255, 255, 255, 0.5);
}

.hero-pill-dot.active {
  width: 24px;
  height: 6px;
  border-radius: 3px;
  background: var(--accent-lime, #B8FF00);
  box-shadow: 0 0 10px rgba(184, 255, 0, 0.6);
}

/* Section 01B: Centered Agency Statement & Trust Architecture */
.agency-statement-section {
  padding: 85px 0 95px;
  background: var(--bg-primary);
  border-bottom: 1px solid var(--border-subtle);
  position: relative;
}

.statement-wrap {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 56px auto;
}

.statement-text {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.3vw, 2.15rem);
  font-weight: 400;
  line-height: 1.42;
  color: var(--text-primary);
  letter-spacing: -0.015em;
  text-align: center;
}

.statement-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1160px;
  margin: 0 auto;
  background: #0B0E0B;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
}

.statement-col {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
}

.statement-col:last-child {
  border-right: none;
}

.statement-col-label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.statement-col-val {
  font-family: var(--font-mono);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.35;
}

@media (max-width: 960px) {
  .statement-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .statement-col:nth-child(2) {
    border-right: none;
  }
  .statement-col:nth-child(1),
  .statement-col:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
}

@media (max-width: 600px) {
  .statement-grid {
    grid-template-columns: 1fr;
  }
  .statement-col {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 18px 20px;
  }
  .statement-col:last-child {
    border-bottom: none;
  }
}

/* --- 2. OUR WORK — UNIFORM OUTER DIMENSIONS & TABS --- */
.work-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 48px;
}

.work-tab-btn {
  padding: 10px 26px;
  border-radius: 9999px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.25s ease;
}

.work-tab-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.work-tab-btn.active {
  background: var(--accent-lime, #B8FF00);
  color: #060706;
  border-color: var(--accent-lime, #B8FF00);
  box-shadow: 0 0 20px rgba(184, 255, 0, 0.35);
}

.work-grid-uniform {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: 100%;
}

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

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

/* Identical Outer Card Dimensions across all items */
.work-card-item {
  background: #0E130D;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.work-card-item:hover {
  transform: translateY(-6px);
  border-color: rgba(184, 255, 0, 0.4);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.7), 0 0 24px rgba(184, 255, 0, 0.15);
}

.work-card-media-wrap {
  position: relative;
  width: 100%;
  height: 340px;
  background: #000000;
  overflow: hidden;
}

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

.work-card-item:hover .work-card-thumb {
  transform: scale(1.05);
}

/* For 16:9 cinematic in uniform card, contain cleanly with black letterbox */
.work-card-item.aspect-16-9 .work-card-thumb {
  object-fit: contain;
  background: #060706;
}

.work-play-overlay-circle {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  z-index: 2;
}

.work-card-item:hover .work-play-overlay-circle {
  background: rgba(0, 0, 0, 0.08);
}

.work-play-btn-round {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--accent-lime, #B8FF00);
  color: #060706;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 24px rgba(184, 255, 0, 0.4);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.work-card-item:hover .work-play-btn-round {
  transform: scale(1.15);
  box-shadow: 0 0 32px rgba(184, 255, 0, 0.65);
}

.work-play-btn-round svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  margin-left: 3px;
}

.work-gallery-badge-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(10, 12, 10, 0.75);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.work-card-item:hover .work-gallery-badge-icon {
  transform: scale(1.1);
  border-color: var(--accent-lime, #B8FF00);
  color: var(--accent-lime, #B8FF00);
}

.work-badge-topleft {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 4px;
  background: rgba(10, 12, 10, 0.85);
  backdrop-filter: blur(8px);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.work-badge-bottomright {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 3;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  background: rgba(10, 12, 10, 0.85);
  backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.work-card-content {
  padding: 20px 24px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 126px;
  box-sizing: border-box;
  background: #0E130D;
}

.work-card-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.work-brand-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--accent-lime, #B8FF00);
  text-transform: uppercase;
}

.work-spec-pill {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  padding: 2px 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 3px;
}

.work-item-title {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.35;
  margin-bottom: 8px;
}

.work-item-sub {
  font-size: 12.5px;
  color: var(--text-muted);
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.work-action-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  transition: color 0.2s, gap 0.2s;
}

.work-card-item:hover .work-action-link {
  color: var(--accent-lime, #B8FF00);
  gap: 10px;
}

/* --- 3. AI PRODUCTION SHOWCASE (Matching Image 2) --- */
.ai-showcase-section {
  position: relative;
  padding: 90px 0 80px;
  background: var(--bg-primary);
  overflow: hidden;
}

.ai-showcase-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.ai-showcase-header {
  text-align: center;
  margin-bottom: 40px;
}

.ai-showcase-title {
  font-family: var(--font-display) !important;
  font-size: clamp(34px, 4.5vw, 56px);
  font-weight: 400;
  font-style: italic !important;
  color: #FFFFFF;
  line-height: 1.15;
}

.ai-showcase-subtitle {
  font-size: 15px;
  color: var(--text-muted);
  margin-top: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.ai-showcase-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  min-height: 480px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6);
  background: #0D100C;
}

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

.ai-showcase-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.92) 100%);
  pointer-events: none;
}

.ai-showcase-bottom-left {
  position: absolute;
  bottom: 40px;
  left: 44px;
  z-index: 2;
}

.ai-showcase-brand-title {
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.05;
  margin-bottom: 2px;
}

.ai-showcase-brand-sub {
  font-family: var(--font-display) !important;
  font-style: italic !important;
  font-size: clamp(18px, 2.2vw, 26px);
  color: #E2E2E2;
  font-weight: 400;
  display: block;
}

.ai-showcase-center-tag {
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.04em;
  font-weight: 400;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .ai-showcase-card {
    min-height: 320px;
  }
  .ai-showcase-bottom-left {
    bottom: 20px;
    left: 20px;
  }
  .ai-showcase-center-tag {
    display: none;
  }
}

/* --- 4. WHAT WE PRODUCE — 5 CORE OFFERINGS (Matching Image 3) --- */
.produce-section-v3 {
  position: relative;
  padding: 90px 0 100px;
  background: var(--bg-primary);
}

.produce-header-v3 {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}

.produce-title-v3 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.produce-subtitle-v3 {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 28px;
}

.produce-cta-pill-v3 {
  padding: 10px 24px;
  border-radius: 9999px;
  background: transparent;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  cursor: pointer;
  transition: all 0.25s ease;
}

.produce-cta-pill-v3:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.produce-grid-v3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.produce-grid-row2-v3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 820px;
  margin: 24px auto 0;
}

.produce-card-v3 {
  background: #0E130D;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 34px 30px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1),
              border-color 0.35s cubic-bezier(0.25, 1, 0.5, 1),
              box-shadow 0.35s cubic-bezier(0.25, 1, 0.5, 1),
              background 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

.produce-card-v3:hover {
  transform: translateY(-4px);
  border-color: rgba(184, 255, 0, 0.3);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(184, 255, 0, 0.15);
  background: #121A10;
}

.produce-card-icon-v3 {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  color: var(--accent-lime, #B8FF00);
}

.produce-card-icon-v3 svg {
  width: 26px;
  height: 26px;
  stroke: var(--accent-lime, #B8FF00);
  transition: transform 0.3s ease;
}

.produce-card-v3:hover .produce-card-icon-v3 svg {
  transform: scale(1.08);
}

.produce-card-title-v3 {
  font-family: var(--font-display) !important;
  font-size: clamp(21px, 2.1vw, 25px);
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  line-height: 1.25;
}

.produce-card-desc-v3 {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 24px;
}

.produce-card-link-v3 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent-lime, #B8FF00);
  text-decoration: none;
  cursor: pointer;
  margin-top: auto;
  transition: gap 0.2s ease, color 0.2s ease;
}

.produce-card-v3:hover .produce-card-link-v3 {
  color: #CCFF00;
  gap: 10px;
}

@media (max-width: 1024px) {
  .produce-grid-v3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .produce-grid-row2-v3 {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-top: 20px;
    gap: 20px;
  }
}

@media (max-width: 640px) {
  .produce-grid-v3 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .produce-grid-row2-v3 {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
  }
}

/* ==========================================================================
   FINAL HOMEPAGE CLEANUP & OUR WORK CATEGORY SYSTEM
   ========================================================================== */

/* Centered Our Work Header */
.work-header-centered {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 36px;
}

.work-title-centered {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4.2vw, 3.6rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.work-subtitle-centered {
  font-size: 16px;
  color: var(--text-secondary);
  margin: 0 auto;
}

/* Primary Work Switcher: VIDEO ADS / STATIC ADS */
.primary-work-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.primary-tab-btn {
  padding: 12px 28px;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.25s ease;
}

.primary-tab-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

.primary-tab-btn.active {
  background: var(--accent-lime, #B8FF00);
  color: #060706;
  border-color: var(--accent-lime, #B8FF00);
  box-shadow: 0 0 20px rgba(184, 255, 0, 0.35);
}

/* Secondary Category Filters: Minimalist with line beneath selected */
.secondary-category-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 48px;
}

.category-filter-btn {
  position: relative;
  padding: 6px 4px 8px 4px;
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
  outline: none;
  font-family: var(--font-creato), -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72) !important;
  cursor: pointer;
  transition: color 0.2s ease;
}

.category-filter-btn:hover {
  color: #FFFFFF !important;
  background: transparent !important;
  border: none !important;
}

.category-filter-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent-lime, #B8FF00);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease;
  border-radius: 1px;
}

.category-filter-btn.active {
  color: var(--accent-lime, #B8FF00) !important;
  background: transparent !important;
  border: none !important;
}

.category-filter-btn.active::after {
  opacity: 1;
  transform: scaleX(1);
}

/* Card Content: Restrained Metadata (No Clutter) */
.work-item-product {
  font-size: 13px;
  color: var(--text-secondary);
  margin-bottom: 12px;
  line-height: 1.4;
}

.work-item-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-top: auto;
}

.work-dot-sep {
  color: rgba(255, 255, 255, 0.3);
}

.work-spec-tag {
  color: var(--accent-lime, #B8FF00);
  font-weight: 600;
}

.thumb-contain {
  object-fit: contain !important;
  background: #060706;
}

/* AI Production Showcase Video Frame */
.ai-showcase-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 480px;
  border-radius: 24px;
  overflow: hidden;
  background: #0D100C;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6);
}

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

@media (max-width: 768px) {
  .ai-showcase-frame {
    min-height: 280px;
  }
}

/* Centered Process Header (Exact Match to Requirement) */
.process-header-centered {
  text-align: center;
  max-width: 860px;
  margin: 0 auto var(--space-4xl);
}

.process-title-editorial {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.8vw, 3.8rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 0 0 14px 0;
}

.process-subline-one {
  font-family: var(--font-creato);
  font-size: clamp(0.95rem, 1.35vw, 1.15rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.03em;
  text-transform: lowercase;
  white-space: nowrap;
  margin: 0 auto;
}

/* About Us Editorial Typography (Apple Garamond + Creato Pro 3 Paragraphs) */
.about-title-editorial {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 0 0 var(--space-xl) 0;
}

.about-paragraphs-wrap {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  margin-bottom: var(--space-2xl);
}

.about-para {
  font-family: var(--font-creato);
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  text-align: left;
}

.about-para.lead {
  font-size: 1.16rem;
  line-height: 1.65;
  color: #FFFFFF;
  font-weight: 500;
}

/* ==========================================================================
   CLEAN WORK SECTION CARDS (EXACT MATCH TO REFERENCE IMAGES 2 & 3)
   ========================================================================== */
.work-grid-clean {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
  margin-top: 36px;
}

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

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

.clean-work-card {
  display: flex;
  flex-direction: column;
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
  transition: transform 0.25s ease;
}

.clean-work-card.is-clickable {
  cursor: pointer;
}

.clean-work-card:not(.is-clickable) {
  cursor: default;
}

.clean-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  overflow: hidden;
  background-color: #0b0d0b;
}

.clean-card-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  display: block;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.clean-work-card.is-clickable:hover .clean-card-thumb {
  transform: scale(1.03);
}

.clean-card-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: rgba(18, 20, 18, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
  transition: transform 0.25s ease, background 0.25s ease;
  pointer-events: none;
}

.clean-work-card.is-clickable:hover .clean-card-play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(10, 12, 10, 0.92);
}

.clean-card-open-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 26px;
  height: 26px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85);
  pointer-events: none;
}

/* Card Carousel Controls (Arrows & Clickable Dots) */
.clean-card-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: rgba(8, 11, 8, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.25s ease, background 0.2s ease, transform 0.2s ease;
}

.clean-work-card:hover .clean-card-arrow {
  opacity: 1;
}

.clean-card-arrow.prev-arrow {
  left: 10px;
}

.clean-card-arrow.next-arrow {
  right: 10px;
}

.clean-card-arrow:hover {
  background: rgba(0, 0, 0, 0.95);
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-50%) scale(1.1);
}

.clean-card-dots {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  z-index: 9;
  pointer-events: auto;
}

.clean-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.25s ease;
}

.clean-dot:hover {
  background: rgba(255, 255, 255, 0.85);
  transform: scale(1.2);
}

.clean-dot.dot-pill {
  width: 22px;
  height: 6px;
  border-radius: 3px;
  background: #FFFFFF;
}

.clean-card-meta {
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.clean-card-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.clean-card-title {
  font-family: var(--font-creato);
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: -0.01em;
}

.clean-spec-tag {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  padding: 1px 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.clean-verified-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}

.clean-card-pills {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.clean-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-creato);
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1;
}

.clean-pill.clean-pill-country {
  font-weight: 600;
  font-size: 10.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

/* ==========================================================================
   LIGHT THEME (STUDIO LUXURY EDITORIAL PALETTE)
   Toggled via the Sun Icon Button in the Header
   ========================================================================== */
body.light-theme {
  --bg-primary: #F8F9FA;
  --bg-secondary: #F0F2F5;
  --bg-surface: #FFFFFF;
  --bg-surface-elevated: #FFFFFF;
  --bg-surface-hover: #F2F4F8;
  
  --text-primary: #0A0D0A;
  --text-secondary: #424642;
  --text-muted: #727772;
  --text-inverse: #FFFFFF;

  --accent: #B8FF00;
  --accent-hover: #CCFF00;
  --border-subtle: rgba(0, 0, 0, 0.08);
  --border-medium: rgba(0, 0, 0, 0.16);
  --border-strong: rgba(0, 0, 0, 0.28);

  background-color: #F8F9FA !important;
  background: radial-gradient(circle at 50% 10%, rgba(220, 240, 220, 0.35) 0%, #F8F9FA 70%), #F8F9FA !important;
  color: #0A0D0A !important;
}

/* Header in Light Mode */
body.light-theme .site-header {
  background-color: rgba(248, 249, 250, 0.94);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.light-theme .site-header.scrolled {
  background-color: rgba(248, 249, 250, 0.98);
  border-bottom-color: rgba(0, 0, 0, 0.14);
}

body.light-theme .nav-logo-text {
  color: #0A0D0A;
}

body.light-theme .nav-pill-menu {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

body.light-theme .nav-pill-link {
  color: #484D48;
}

body.light-theme .nav-pill-link:hover,
body.light-theme .nav-pill-link.active {
  color: #0A0D0A;
}

body.light-theme .nav-book-btn {
  background: #0A0D0A;
  color: #FFFFFF;
  border-color: #0A0D0A;
}

body.light-theme .nav-book-btn:hover {
  background: #252A25;
  color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

body.light-theme .nav-sun-btn {
  background: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.14);
  color: #0A0D0A;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

body.light-theme .nav-sun-btn:hover {
  background: #F0F2F0;
  border-color: rgba(0, 0, 0, 0.25);
  color: #0A0D0A;
}

body.light-theme .mobile-menu-btn {
  color: #0A0D0A;
}

/* Hero Section in Light Mode */
body.light-theme .hero-section {
  background-color: #F8F9FA;
}

body.light-theme .hero-bg-overlay {
  background: radial-gradient(circle at 50% 40%, rgba(248, 249, 250, 0.45) 0%, rgba(248, 249, 250, 0.98) 85%);
}

body.light-theme .hero-bg-video {
  opacity: 0.04;
  filter: grayscale(100%) contrast(1.1) brightness(1.2);
}

body.light-theme .hero-title {
  color: #0A0D0A !important;
}

body.light-theme .hero-subcopy p {
  color: #484D48 !important;
}

body.light-theme .hero-editorial-h1 {
  color: #0A0D0A;
}

body.light-theme .hero-editorial-sub {
  color: #484D48;
}

body.light-theme .hero-btn-primary {
  background: #0A0D0A;
  color: #FFFFFF;
  border-color: #0A0D0A;
}

body.light-theme .hero-btn-primary:hover {
  background: #252A25;
  color: #FFFFFF;
}

body.light-theme .hero-btn-outline {
  color: #0A0D0A;
  border-color: rgba(0, 0, 0, 0.2);
}

body.light-theme .hero-btn-outline:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.35);
}

body.light-theme .hero-reel-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
}

body.light-theme .reel-card-title {
  color: #0A0D0A;
}

body.light-theme .reel-arrow-btn {
  background: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.16);
  color: #0A0D0A;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

body.light-theme .reel-arrow-btn:hover {
  background: #F0F2F0;
  color: #0A0D0A;
}

body.light-theme .reel-dot {
  background: rgba(0, 0, 0, 0.2);
}

body.light-theme .reel-dot.active {
  background: #0A0D0A;
}

/* Our Work Section in Light Mode */
body.light-theme .work-section-clean {
  background-color: #F8F9FA;
}

body.light-theme .work-header-clean h2 {
  color: #0A0D0A;
}

body.light-theme .work-header-clean p {
  color: #555A55;
}

body.light-theme .primary-tab-btn {
  color: #484D48;
  background: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

body.light-theme .primary-tab-btn.active {
  color: #0A0D0A;
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 4px 16px rgba(184, 255, 0, 0.4);
}

body.light-theme .work-sec-filter-btn {
  color: #626862;
}

body.light-theme .work-sec-filter-btn:hover,
body.light-theme .work-sec-filter-btn.active {
  color: #0A0D0A;
}

body.light-theme .clean-card-title {
  color: #0A0D0A;
}

body.light-theme .clean-card-media {
  background: #E8ECE8;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

body.light-theme .clean-card-play-btn {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
}

body.light-theme .clean-card-play-btn svg {
  fill: #0A0D0A;
}

body.light-theme .clean-card-arrow {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(0, 0, 0, 0.14);
  color: #0A0D0A;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

body.light-theme .clean-card-arrow:hover {
  background: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.3);
}

body.light-theme .clean-pill {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.1);
  color: #444844;
}

body.light-theme .clean-pill.clean-pill-country {
  color: #0A0D0A;
}

body.light-theme .clean-spec-tag {
  color: #626862;
  border-color: rgba(0, 0, 0, 0.16);
}

/* AI Showcase Section in Light Mode */
body.light-theme .ai-showcase-section {
  background-color: #F0F2F5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.light-theme .ai-showcase-title {
  color: #0A0D0A;
}

body.light-theme .ai-showcase-sub {
  color: #484D48;
}

body.light-theme .ai-showcase-player-wrap {
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* What We Produce Section in Light Mode */
body.light-theme .produce-section-v3 {
  background-color: #F8F9FA;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.light-theme .produce-title-v3 {
  color: #0A0D0A;
}

body.light-theme .produce-subtitle-v3 {
  color: #555A55;
}

body.light-theme .produce-cta-pill-v3 {
  color: #0A0D0A;
  border-color: rgba(0, 0, 0, 0.18);
}

body.light-theme .produce-cta-pill-v3:hover {
  background: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.3);
}

body.light-theme .produce-card-v3 {
  background: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

body.light-theme .produce-card-v3:hover {
  background: #FFFFFF;
  border-color: var(--accent);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(184, 255, 0, 0.3);
}

body.light-theme .produce-card-title-v3 {
  color: #0A0D0A;
}

body.light-theme .produce-card-desc-v3 {
  color: #484D48;
}

body.light-theme .produce-card-link-v3 {
  color: #198700;
}

body.light-theme .produce-card-link-v3:hover {
  color: #0E6B00;
}

/* Process Section in Light Mode */
body.light-theme .process-section {
  background-color: #F0F2F5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.light-theme .process-header h2 {
  color: #0A0D0A;
}

body.light-theme .process-header p {
  color: #555A55;
}

body.light-theme .process-card {
  background: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

body.light-theme .process-card:hover {
  border-color: var(--accent);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.07);
}

body.light-theme .process-title {
  color: #0A0D0A;
}

body.light-theme .process-desc {
  color: #484D48;
}

/* About Us Section in Light Mode */
body.light-theme .about-section {
  background-color: #F8F9FA;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.light-theme .about-section .section-title {
  color: #0A0D0A;
}

body.light-theme .manifesto-body {
  color: #383D38;
}

body.light-theme .about-title-editorial {
  color: #0A0D0A !important;
}

body.light-theme .about-para {
  color: #424642 !important;
}

body.light-theme .about-para.lead {
  color: #0A0D0A !important;
  font-weight: 500;
}

body.light-theme .manifesto-quote {
  color: #0A0D0A;
}

body.light-theme .about-stats-row {
  border-top-color: rgba(0, 0, 0, 0.08);
}

body.light-theme .about-stat-item h4 {
  color: #198700;
}

body.light-theme .about-stat-item p {
  color: #626862;
}

body.light-theme .studio-specs-box {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
}

body.light-theme .studio-specs-badge {
  color: #626862;
}

body.light-theme .studio-spec-row {
  border-bottom-color: rgba(0, 0, 0, 0.07);
}

body.light-theme .studio-spec-label {
  color: #626862;
}

body.light-theme .studio-spec-val {
  color: #0A0D0A;
}

body.light-theme .studio-spec-val.studio-spec-brand {
  color: #198700 !important;
}

body.light-theme .studio-spec-val.studio-spec-signature {
  color: #0A0D0A;
}

/* FAQ Section in Light Mode */
body.light-theme .faq-section {
  background-color: #F0F2F5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.light-theme .faq-question {
  color: #0A0D0A;
}

body.light-theme .faq-answer p {
  color: #484D48;
}

body.light-theme .faq-item {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

body.light-theme .faq-item:first-child {
  border-top-color: rgba(0, 0, 0, 0.08);
}

/* Footer in Light Mode */
body.light-theme .site-footer {
  background-color: #E8ECE8;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

body.light-theme .footer-tagline {
  color: #0A0D0A;
}

body.light-theme .footer-bottom {
  border-top-color: rgba(0, 0, 0, 0.08);
}

/* Modal / Drawer in Light Mode */
body.light-theme .case-study-modal {
  background: #FFFFFF;
  color: #0A0D0A;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

body.light-theme .case-study-topbar {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

body.light-theme .case-study-close-btn {
  color: #0A0D0A;
  border-color: rgba(0, 0, 0, 0.14);
}

body.light-theme .cs-title {
  color: #0A0D0A;
}

body.light-theme .cs-subtitle {
  color: #484D48;
}

body.light-theme .mono-tag {
  color: #626862;
}

body.light-theme .btn-page-nav {
  color: #0A0D0A;
  border-color: rgba(0, 0, 0, 0.14);
}


