/* ==========================================
   ABOUT PAGE STYLES
   ========================================== */

.about-title {
  font-family: "thornwood-vf", sans-serif;
  font-variation-settings: "wght" 200, "wdth" 50;
  font-size: clamp(2rem, 6vw, 4rem);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  background: linear-gradient(90deg, #ff006e, #8338ec, #07429f);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: heroGradientMoveAlt 8s linear infinite;
  -webkit-mask-image: linear-gradient(to bottom, black 60%, rgba(0, 0, 0, 0.3) 100%);
  mask-image: linear-gradient(to bottom, black 60%, rgba(0, 0, 0, 0.3) 100%);
}

.about-name {
  font-family: "thornwood-vf", sans-serif;
  font-variation-settings: "wght" 200, "wdth" 50;
  font-size: clamp(1.75rem, 5vw, 3rem);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  background: linear-gradient(180deg, #ffffff 22%, rgba(79, 88, 88, 0.699) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-section {
  margin-bottom: 4rem;
}

.about-section h2 {
  font-family: "strelka", sans-serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  background: linear-gradient(90deg, #ff006e, #8338ec, #07429f);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: heroGradientMoveAlt 8s linear infinite;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-mask-image: linear-gradient(to bottom, black 60%, rgba(0, 0, 0, 0.3) 100%);
  mask-image: linear-gradient(to bottom, black 60%, rgba(0, 0, 0, 0.3) 100%);
}

.about-section p {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about-section strong {
  color: var(--accent-cyan);
}

/* Evolution List */
.evolution-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

.evolution-list li {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.25rem;
  padding-left: 2rem;
  position: relative;
}

.evolution-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 8px;
  height: 8px;
  background: var(--accent-cyan);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--accent-cyan);
}

.evolution-list li strong {
  color: var(--accent-cyan);
}

/* Project Highlight Cards */
.project-highlight {
  background:
    linear-gradient(145deg, #221d27, #000000),
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.05), transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(0, 0, 0, 0.5), transparent 50%),
    linear-gradient(45deg, rgba(138, 43, 226, 0.05), rgba(0, 212, 255, 0.05), rgba(138, 43, 226, 0.05));
  background-size: 100% 100%, 150% 150%, 150% 150%, 200% 200%;
  background-blend-mode: overlay, multiply, overlay;
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-radius: 12px;
  padding: 2rem;
  margin: 2rem 0;
  backdrop-filter: blur(10px);
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.8),
    inset 0 1px 3px rgba(255, 255, 255, 0.1),
    inset 0 -1px 3px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.project-highlight:hover {
  border-color: rgba(0, 212, 255, 0.6);
  box-shadow:
    0 0 20px rgba(0, 212, 255, 0.3),
    0 4px 8px rgba(0, 0, 0, 0.8),
    inset 0 1px 3px rgba(255, 255, 255, 0.2),
    inset 0 -1px 3px rgba(0, 0, 0, 0.5);
}

.project-highlight h3 {
  font-family: "strelka";
  font-size: 0.875rem;
  background: linear-gradient(90deg, #ff006e, #8338ec, #07429f);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: heroGradientMoveAlt 8s linear infinite;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-mask-image: linear-gradient(to bottom, black 60%, rgba(0, 0, 0, 0.3) 100%);
  mask-image: linear-gradient(to bottom, black 60%, rgba(0, 0, 0, 0.3) 100%);
}

.project-highlight p {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

/* Proof Stats */
.proof-stats {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: fit-content;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-family: var(--font-display);
  font-size: 1.75rem;
  display: block;
  background: linear-gradient(90deg, #ff006e, #8338ec, #07429f);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: heroGradientMoveAlt 8s linear infinite;
}

.stat-label {
  font-family: "strelka", sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  background: linear-gradient(90deg, #ff006e, #8338ec, #07429f);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: heroGradientMoveAlt 8s linear infinite;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-mask-image: linear-gradient(to bottom, black 60%, rgba(0, 0, 0, 0.3) 100%);
  mask-image: linear-gradient(to bottom, black 60%, rgba(0, 0, 0, 0.3) 100%);
}

/* About Content Container */
.about-content {
  max-width: 900px;
  padding-right: 8%;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================================
   RESUME PAGE STYLES
   ========================================== */
.project-stack {
  font-family: "Rajdhani", sans-serif;
  font-size: 0.9rem;
  color: var(--accent-cyan, #00fff7);
  margin-bottom: 0.5rem;
  opacity: 0.8;
}

.project-bullets {
  list-style: none;
  padding-left: 0;
  margin-top: 0.75rem;
}

.project-bullets li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.project-bullets li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--accent-cyan, #00fff7);
  opacity: 0.7;
}

.date-range {
  float: right;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

.experience-detail {
  display: block;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.25rem;
  padding-left: 0;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 768px) {
  /* Fix iOS scroll issues */
  html, body {
    height: auto;
    min-height: 100%;
    overflow-y: auto !important;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background-attachment: scroll;
  }
  
  /* Hide fixed elements on mobile to prevent scroll lock */
  #waves {
    display: none !important;
  }
  
  .parallax-bg-overlay {
    display: none !important;
  }
  
  .about-content {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    z-index: 1;
  }

  .proof-stats {
    gap: 1.2rem;
    justify-content: center;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 2rem auto 0;
    text-align: center;
  }

  .stat-number {
    font-size: 1.5rem;
  }

  .date-range {
    float: none;
    display: block;
    margin-top: 0.25rem;
  }
}
