/* === RESTRUCTURED ABOUT SECTION - CASETE LAYOUT cu POZE MARI 2/3 RATIO === */

/* === STUDIO INFO CONTAINER === */
.studio-info {
  margin-bottom: 5rem;
  animation: studioSlideIn 1s ease-out 0.3s both;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* === TOP ROW: CASETA STÂNGA + LOGO DREAPTA === */
.studio-content {
  display: grid;
  grid-template-columns: 2fr 1fr; /* Text caseta mai mare, logo mai mic */
  gap: 2.5rem;
  align-items: start;
  width: 100%;
  margin-bottom: 3rem;
}

/* === 1. CASETA STÂNGA - Titlu + Subtitlu + Primul paragraf === */
.studio-text {
  padding: 2.5rem;
  background: 
    linear-gradient(145deg, 
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0.06) 50%,
      rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(30px) saturate(180%) brightness(125%);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 
    inset 0 2px 0 rgba(255, 255, 255, 0.25),
    0 15px 50px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.studio-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(212, 175, 55, 0.08), 
    rgba(0, 212, 255, 0.06),
    transparent);
  transition: left 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.studio-text:hover::before {
  left: 100%;
}

.studio-text:hover {
  transform: translateY(-6px);
  box-shadow: 
    inset 0 2px 0 rgba(255, 255, 255, 0.3),
    0 25px 70px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(212, 175, 55, 0.3);
  border-color: rgba(212, 175, 55, 0.4);
}

/* TITLU EPIC */
.studio-title {
  font-family: var(--font-accent);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  background: linear-gradient(135deg, 
    var(--accent-gold) 0%,
    var(--accent-electric) 50%,
    var(--accent-purple) 100%);
  background-size: 300% 300%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  animation: epicTitleGradient 4s ease-in-out infinite;
  line-height: 1.2;
}

.studio-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-gold), var(--accent-electric));
  border-radius: 2px;
  animation: epicLineExpand 3s ease-in-out infinite;
}

/* SUBTITLU */
.studio-subtitle {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: var(--accent-electric);
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

/* PRIMUL PARAGRAF în casetă */
.studio-intro-text {
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  line-height: 1.8;
  color: var(--text-primary);
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  word-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 0;
}

/* HISTORY TEXT - între subtitlu și intro */
.studio-history-text {
  font-size: clamp(0.9rem, 1.3vw, 1rem);
  line-height: 1.7;
  color: var(--text-secondary);
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  word-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 1.5rem 0;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-style: italic;
  opacity: 0.9;
}

@keyframes epicTitleGradient {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes epicLineExpand {
  0%, 100% { width: 80px; opacity: 0.8; }
  50% { width: 120px; opacity: 1; }
}

/* === 2. LOGO DREAPTA - MULT MAI MARE cu 3/2 RATIO === */
.studio-image {
  width: 100%;
  aspect-ratio: 3/2; /* 🔥 3/2 RATIO - Mai înalt decât lat! */
  max-width: 420px; /* INCREASED from 350px */
  border-radius: 24px;
  overflow: hidden;
  background: 
    linear-gradient(145deg, 
      rgba(255, 255, 255, 0.15) 0%,
      rgba(255, 255, 255, 0.08) 50%,
      rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(40px) saturate(200%) brightness(130%);
  border: 3px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 
    inset 0 2px 0 rgba(255, 255, 255, 0.3),
    0 20px 60px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  justify-self: center;
}

/* SUBTLE GLOW EFFECT - NU MAI ANIMAT */
.studio-image::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(135deg,
    rgba(212, 175, 55, 0.3) 0%,
    rgba(0, 212, 255, 0.2) 50%,
    rgba(175, 82, 222, 0.3) 100%);
  border-radius: 27px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.studio-image:hover::before {
  opacity: 0.6;
}

.studio-image:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    inset 0 2px 0 rgba(255, 255, 255, 0.4),
    0 30px 80px rgba(0, 0, 0, 0.25),
    0 0 100px rgba(212, 175, 55, 0.3);
  border-color: rgba(212, 175, 55, 0.6);
}

/* LOGO IMAGINE */
.studio-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: brightness(0.95) contrast(1.1) saturate(1.05);
  border-radius: 21px;
}

.studio-image:hover .studio-logo {
  filter: brightness(1.05) contrast(1.2) saturate(1.15);
  transform: scale(1.05);
}

/* PLACEHOLDER SIMPLU - FĂRĂ ANIMAȚIE! */
.studio-logo-placeholder, .placeholder-fallback {
  color: var(--accent-gold);
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 1rem;
  padding: 1rem;
}

.placeholder-icon {
  font-size: clamp(2.5rem, 4vw, 4rem);
}

.placeholder-text {
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  text-align: center;
  line-height: 1.3;
}

/* === 3. CASETĂ SEPARATĂ CU COUNTER-URILE === */
.studio-stats-section {
  width: 100%;
  margin: 3rem 0;
}

.studio-stats-caseta {
  padding: 2.5rem;
  background: 
    linear-gradient(145deg, 
      rgba(255, 255, 255, 0.10) 0%,
      rgba(255, 255, 255, 0.04) 100%);
  backdrop-filter: blur(25px) saturate(160%);
  border-radius: 24px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  box-shadow: 
    inset 0 2px 0 rgba(255, 255, 255, 0.2),
    0 15px 50px rgba(0, 0, 0, 0.08);
}

.studio-stats-caseta:hover {
  transform: translateY(-6px);
  box-shadow: 
    inset 0 2px 0 rgba(255, 255, 255, 0.25),
    0 25px 70px rgba(0, 0, 0, 0.12),
    0 0 0 1px rgba(0, 212, 255, 0.3);
  border-color: rgba(0, 212, 255, 0.4);
}

.studio-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  width: 100%;
}

.stat-item {
  text-align: center;
  padding: 2rem 1.5rem;
  background: 
    linear-gradient(145deg, 
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(20px) saturate(140%);
  border-radius: 18px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  transform: translateY(20px);
  opacity: 0;
  animation: epicStatSlideIn 0.8s ease-out forwards;
}

.stat-item:nth-child(1) { animation-delay: 1.2s; }
.stat-item:nth-child(2) { animation-delay: 1.4s; }
.stat-item:nth-child(3) { animation-delay: 1.6s; }
.stat-item:nth-child(4) { animation-delay: 1.8s; }

.stat-item:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.2);
  border-color: rgba(212, 175, 55, 0.4);
}

.stat-number {
  display: block;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 900;
  color: var(--accent-electric);
  margin-bottom: 0.8rem;
  font-family: var(--font-accent);
  text-shadow: 0 0 20px rgba(0, 212, 255, 0.3);
  transition: all 0.6s ease;
  line-height: 1;
}

.stat-item:hover .stat-number {
  transform: scale(1.1);
  color: var(--accent-gold);
  text-shadow: 0 0 30px rgba(212, 175, 55, 0.5);
}

.stat-label {
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  opacity: 0.9;
  line-height: 1.3;
}

@keyframes epicStatSlideIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* === 4. RESTUL TEXTULUI - MISIUNEA === */
.studio-mission-section {
  width: 100%;
  margin-top: 3rem;
}

.studio-mission-caseta {
  padding: 2.5rem;
  background: 
    linear-gradient(145deg, 
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.04) 50%,
      rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(25px) saturate(160%) brightness(115%);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 10px 40px rgba(0, 0, 0, 0.06);
}

.studio-mission-caseta:hover {
  transform: translateY(-4px);
  box-shadow: 
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 15px 50px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(175, 82, 222, 0.2);
  border-color: rgba(175, 82, 222, 0.3);
}

.mission-title {
  font-family: var(--font-accent);
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  background: linear-gradient(135deg, 
    var(--accent-purple) 0%,
    var(--accent-electric) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.mission-text {
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  line-height: 1.8;
  color: var(--text-primary);
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
  word-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  column-count: 2;
  column-gap: 2.5rem;
  column-rule: 1px solid rgba(255, 255, 255, 0.1);
}

@keyframes studioSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-50px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/* === ARTISTS SECTION - POZE MARI 2/3 RATIO === */
.artists-section {
  margin-bottom: 4rem;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.artists-title {
  text-align: center;
  margin-bottom: 3rem;
  animation: artistsTitleSlide 1s ease-out 0.6s both;
}

.artists-title h2 {
  font-family: var(--font-accent);
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  background: linear-gradient(135deg, 
    var(--accent-electric) 0%,
    var(--accent-purple) 50%,
    var(--accent-red) 100%);
  background-size: 300% 300%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  animation: artistsTitleGradient 5s ease-in-out infinite;
  line-height: 1.2;
}

.artists-title h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, 
    var(--accent-electric), 
    var(--accent-purple), 
    var(--accent-red));
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.5);
}

@keyframes artistsTitleGradient {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.artists-title p {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  color: var(--text-primary);
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.7;
  opacity: 0.9;
}

@keyframes artistsTitleSlide {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* === ARTISTS GRID - ENHANCED === */
.artists-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); /* INCREASED from 280px */
  gap: 2.5rem; /* INCREASED from 2rem */
  width: 100%;
  margin-top: 2rem;
}

.artist-card {
  background: 
    linear-gradient(145deg, 
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(25px) saturate(160%);
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 1.5rem;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.artist-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.2);
  border-color: rgba(212, 175, 55, 0.4);
}

/* === ARTIST IMAGE - MULT MAI MARE cu 3/2 RATIO === */
.artist-image {
  width: 100%;
  aspect-ratio: 3/2; /* 🔥 3/2 RATIO - Mai înalt decât lat! */
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.artist-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  filter: brightness(0.95) contrast(1.1) saturate(1.05);
}

.artist-card:hover .artist-image img {
  transform: scale(1.05);
  filter: brightness(1.05) contrast(1.2) saturate(1.15);
}

.artist-placeholder {
  width: 100%;
  height: 100%;
  background: 
    linear-gradient(145deg, 
      rgba(255, 255, 255, 0.08) 0%,
      rgba(255, 255, 255, 0.02) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: var(--accent-gold);
  border-radius: 14px;
}

.artist-info {
  text-align: left;
}

.artist-name {
  font-family: var(--font-accent);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--accent-electric);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.artist-specialty {
  font-size: 0.9rem;
  color: var(--accent-gold);
  font-weight: 600;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.artist-experience {
  font-size: 0.85rem;
  color: var(--text-primary);
  margin-bottom: 0.8rem;
  opacity: 0.9;
}

.artist-description {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-primary);
  margin-bottom: 1rem;
  opacity: 0.9;
}

.artist-social {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.social-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0.6rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  color: var(--text-primary);
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-badge:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.social-badge.instagram:hover {
  background: rgba(225, 48, 108, 0.2);
  border-color: rgba(225, 48, 108, 0.4);
}

.social-badge.facebook:hover {
  background: rgba(24, 119, 242, 0.2);
  border-color: rgba(24, 119, 242, 0.4);
}

.no-artists {
  text-align: center;
  padding: 3rem 2rem;
  color: var(--text-primary);
}

.no-artists-icon {
  font-size: 4rem;
  margin-bottom: 1rem;
  opacity: 0.5;
}

.no-artists h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--accent-electric);
}

.no-artists p {
  opacity: 0.8;
  font-size: 1rem;
}

/* === BULLETPROOF RESPONSIVE === */
@media (max-width: 1200px) {
  .studio-content {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
  }
  
  .studio-image {
    max-width: 380px; /* ADJUSTED */
  }
  
  .mission-text {
    column-count: 2;
  }
  
  .artists-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
  }
}

@media (max-width: 992px) {
  .studio-content {
    grid-template-columns: 1.8fr 1fr;
    gap: 2rem;
  }
  
  .studio-image {
    max-width: 320px; /* ADJUSTED */
  }
  
  .studio-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .mission-text {
    column-count: 1;
  }
  
  .artists-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

/* === ENHANCED MOBILE EXPERIENCE === */
@media (max-width: 768px) {
  .studio-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .studio-image {
    max-width: 100%; /* FULL WIDTH pe mobile */
    width: 100%;
    aspect-ratio: 3/2; /* MAINTAIN 3/2 ratio */
    justify-self: center;
    order: -1;
    margin: 0 auto 2rem;
  }

  .studio-text {
    padding: 2rem;
    order: 1;
  }

  .studio-stats-caseta {
    padding: 2rem;
  }

  .studio-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }

  .studio-mission-caseta {
    padding: 2rem;
  }

  .mission-text {
    column-count: 1;
  }
  
  /* === ARTISTS GRID - MOBILE OPTIMIZED === */
  .artists-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1rem; /* Add padding for mobile */
  }
  
  .artist-card {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .artist-image {
    width: 100%;
    aspect-ratio: 3/2; /* MAINTAIN 3/2 ratio on mobile */
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .studio-image {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 3/2; /* MAINTAIN 3/2 ratio */
    margin: 0 auto 1.5rem;
  }

  .studio-text,
  .studio-stats-caseta,
  .studio-mission-caseta {
    padding: 1.5rem;
  }

  .studio-stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .stat-item {
    padding: 1.5rem 1rem;
  }
  
  .artists-grid {
    gap: 1.5rem;
    padding: 0 0.5rem;
  }
  
  .artist-card {
    padding: 1.25rem;
  }
  
  .artist-image {
    aspect-ratio: 3/2; /* MAINTAIN 3/2 ratio */
    margin-bottom: 1rem;
  }
}

@media (max-width: 380px) {
  .studio-image {
    max-width: 260px; /* ADJUSTED */
  }

  .studio-stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* === PERFORMANCE & ACCESSIBILITY === */
.studio-image,
.stat-item,
.studio-text,
.studio-stats-caseta,
.studio-mission-caseta,
.artist-card {
  will-change: transform;
  backface-visibility: hidden;
}

.studio-logo,
.artist-image img {
  will-change: transform, filter;
  backface-visibility: hidden;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.3s !important;
  }
  
  .placeholder-icon {
    animation: none !important;
  }
}

/* High contrast */
@media (prefers-contrast: high) {
  .studio-text,
  .studio-stats-caseta,
  .studio-mission-caseta,
  .artist-card {
    border-width: 3px;
    background: rgba(255, 255, 255, 0.25);
  }
}