/* ============================================
   EXPERIENCE SECTION — BOLD 3D QUOTE TEXT
   Cinematic depth | Warm gold | Premium feel
   ============================================ */

#experience {
  background: #050505;
  padding: 12rem 0;
  position: relative;
  overflow: hidden;
}

/* ---- Atmosphere ---- */
.exp-orb {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}
.exp-orb-left  { top: -10%; left: -15%; background: radial-gradient(circle, rgba(255,46,147,0.12) 0%, transparent 70%); }
.exp-orb-right { bottom: -10%; right: -15%; background: radial-gradient(circle, rgba(191,95,255,0.10) 0%, transparent 70%); }

/* Floating particles */
.exp-particles { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.exp-particle {
  position: absolute;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: rgba(255, 46, 147, 0.5);
  animation: expFloat 10s ease-in-out infinite;
}
.ep1 { top: 20%; left: 15%; animation-delay: 0s;   animation-duration: 12s; }
.ep2 { top: 70%; left: 80%; animation-delay: 2s;   animation-duration: 9s;  }
.ep3 { top: 40%; left: 60%; animation-delay: 4s;   animation-duration: 14s; background: rgba(191,95,255,0.5); }
.ep4 { top: 80%; left: 30%; animation-delay: 1s;   animation-duration: 11s; }
.ep5 { top: 10%; left: 55%; animation-delay: 3s;   animation-duration: 8s;  background: rgba(255,215,0,0.4); }
@keyframes expFloat {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.5; }
  50%       { transform: translateY(-40px) scale(1.5); opacity: 1; }
}

/* ---- Content wrapper ---- */
.exp-center {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 2rem;
}

/* ---- Heading layout ---- */
.exp-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 7vw, 6rem);
  font-weight: 700;               /* Bold */
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1em;
  perspective: 1200px;
}

/* Each line */
.exp-line-wrap {
  display: block;
  /* 3D stacked shadow for depth */
  text-shadow:
    0 1px 0   rgba(255,255,255,0.55),
    0 2px 0   rgba(220,130,170,0.35),
    0 3px 0   rgba(190,80,140,0.28),
    0 4px 0   rgba(160,50,110,0.22),
    0 5px 0   rgba(130,20,80,0.15),
    0 8px 12px  rgba(0,0,0,0.35),
    0 18px 30px rgba(255,46,147,0.15),
    0 0 80px    rgba(0,0,0,0.5);
  transform: perspective(900px) rotateX(3deg);
  transition: transform 0.7s ease, text-shadow 0.7s ease;
}

.exp-heading:hover .exp-line-wrap {
  transform: perspective(900px) rotateX(0deg);
  text-shadow:
    0 1px 0   rgba(255,255,255,0.7),
    0 3px 0   rgba(220,130,170,0.45),
    0 6px 0   rgba(160,50,110,0.3),
    0 12px 20px rgba(0,0,0,0.3),
    0 25px 45px rgba(255,46,147,0.25),
    0 0 100px   rgba(0,0,0,0.4);
}

/* ---- "Wear" — golden shimmer word ---- */
.exp-wear {
  font-style: italic;
  background: linear-gradient(
    90deg,
    #ffd700 0%,
    #ffb347 20%,
    #ff69b4 45%,
    #bf5fff 70%,
    #ffd700 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: wearShimmer 3.5s linear infinite;
  filter: drop-shadow(0 0 16px rgba(255,180,0,0.6))
          drop-shadow(0 0 32px rgba(255,46,147,0.4));
}
@keyframes wearShimmer {
  0%   { background-position: 0% center; }
  100% { background-position: 200% center; }
}

/* Light sweep over the whole heading */
.exp-heading::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,0.06) 50%, transparent 70%);
  background-size: 200% 100%;
  animation: expSweep 7s ease-in-out infinite;
  mix-blend-mode: overlay;
  pointer-events: none;
}
@keyframes expSweep {
  0%   { background-position: -100% center; }
  60%  { background-position: 200% center; }
  100% { background-position: 200% center; }
}

/* Subtle 3D float on the whole heading */
@keyframes exp3dFloat {
  0%, 100% { transform: perspective(900px) rotateX(3deg) translateY(0px); }
  50%       { transform: perspective(900px) rotateX(1.5deg) translateY(-8px); }
}
.exp-heading {
  animation: exp3dFloat 6s ease-in-out infinite;
}
/* Pause float on hover so the rotateX:0 transition takes over cleanly */
.exp-heading:hover {
  animation-play-state: paused;
}

/* ---- Decorative divider ---- */
.exp-decor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin: 3.5rem 0 2.5rem;
}
.exp-line {
  width: 80px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--hot-pink));
}
.exp-line:last-child {
  background: linear-gradient(-90deg, transparent, var(--hot-pink));
}
.exp-gem {
  width: 12px; height: 12px;
  background: var(--hot-pink);
  transform: rotate(45deg);
  box-shadow: 0 0 20px var(--hot-pink), 0 0 40px rgba(255,46,147,0.4);
  animation: gemPulse 2s ease-in-out infinite;
}
@keyframes gemPulse {
  0%, 100% { box-shadow: 0 0 15px var(--hot-pink), 0 0 30px rgba(255,46,147,0.3); }
  50%       { box-shadow: 0 0 30px var(--hot-pink), 0 0 60px rgba(255,46,147,0.6); }
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .exp-heading {
    font-size: clamp(2.2rem, 8vw, 3.5rem);
    gap: 0.08em;
  }
}
@media (max-width: 480px) {
  .exp-heading {
    font-size: clamp(1.8rem, 9vw, 2.8rem);
  }
}
