/* Beautiful About Page Redesign */

/* Hero Section - Make it more engaging */
.about-hero {
  padding: 100px 0 60px !important;
  background: linear-gradient(180deg,
    rgba(255, 250, 245, 1) 0%,
    rgba(255, 245, 230, 0.9) 100%);
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 214, 153, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.about-hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -15%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 182, 182, 0.2) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}

.about-hero-grid {
  position: relative;
  z-index: 1;
}

.about-hero-copy .eyebrow {
  display: inline-block;
  background: rgba(255, 193, 7, 0.15);
  color: #d97706;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  border: 2px solid rgba(255, 193, 7, 0.25);
}

.about-hero-card {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  padding: 32px 28px !important;
  transform: rotate(-1deg);
}

.about-hero-card:hover {
  transform: rotate(0deg) translateY(-4px) !important;
  border-color: rgba(0, 0, 0, 0.18) !important;
  box-shadow: none !important;
}

/* Journey Section - Cleaner cards */
.about-journey {
  padding: 60px 0 !important;
  background: linear-gradient(180deg,
    rgba(255, 245, 230, 0.9) 0%,
    rgba(255, 255, 255, 1) 100%);
}

.story-card {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  padding: 28px 32px !important;
  transform: rotate(0deg) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.story-card:hover {
  transform: translateY(-6px) scale(1.01) !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
  box-shadow: none !important;
}

.story-card::after {
  display: none !important;
}

.story-illustration {
  background: linear-gradient(135deg,
    rgba(255, 214, 153, 0.2) 0%,
    rgba(255, 255, 255, 0.95) 100%) !important;
  border: 2px solid rgba(255, 193, 7, 0.2) !important;
  box-shadow: none !important;
}

.story-card:hover .story-illustration {
  box-shadow: none !important;
  transform: scale(1.08) rotate(-5deg) !important;
  border-color: rgba(255, 193, 7, 0.35) !important;
}

.story-label {
  background: linear-gradient(135deg,
    rgba(255, 193, 7, 0.25) 0%,
    rgba(255, 193, 7, 0.15) 100%) !important;
  border: 2px solid rgba(255, 193, 7, 0.3) !important;
  box-shadow: none !important;
  color: #d97706 !important;
  font-weight: 700 !important;
}

/* Principles Section - Match the theme */
.about-principles {
  padding: 60px 0 !important;
  background: linear-gradient(180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(240, 248, 255, 0.8) 100%);
}

.principle-card {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  padding: 24px 24px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.principle-card:hover {
  transform: translateY(-4px) scale(1.02) !important;
  border-color: rgba(0, 0, 0, 0.18) !important;
  box-shadow: none !important;
}

/* Fun Facts Section - Cleaner look */
.about-fun-facts {
  padding: 60px 0 !important;
  background: linear-gradient(180deg,
    rgba(240, 248, 255, 0.8) 0%,
    rgba(255, 245, 230, 0.9) 100%) !important;
}

.fun-fact-card {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  padding: 20px 24px !important;
  transform: rotate(0deg) !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.fun-fact-card:hover {
  transform: translateY(-3px) scale(1.02) !important;
  border-color: rgba(0, 0, 0, 0.18) !important;
  box-shadow: none !important;
}

/* Life Lately - Better background */
.life-lately {
  padding: 80px 0 60px !important;
  min-height: 120vh !important;
  background: linear-gradient(180deg,
    rgba(255, 245, 230, 0.9) 0%,
    rgba(255, 250, 240, 1) 50%,
    rgba(240, 248, 255, 0.8) 100%) !important;
}

.life-lately::before {
  background: rgba(255, 214, 153, 0.25) !important;
  filter: blur(100px) !important;
}

.life-lately::after {
  background: rgba(153, 196, 255, 0.2) !important;
  filter: blur(100px) !important;
}

.photo-item {
  border-radius: 20px !important;
  border: 3px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.12),
    0 8px 24px rgba(0, 0, 0, 0.08) !important;
  transition: all 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.photo-item:hover {
  transform: scale(1.05) !important;
  z-index: 100 !important;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.18),
    0 12px 32px rgba(0, 0, 0, 0.12) !important;
}

/* CTA Section - Better styling */
.cta-section {
  padding: 60px 0 !important;
  background: linear-gradient(135deg,
    rgba(30, 30, 35, 1) 0%,
    rgba(20, 20, 25, 1) 100%);
}

.cta-container {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 24px !important;
  padding: 40px 36px !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: none !important;
}

.btn-cta-primary {
  background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%) !important;
  color: #000000 !important;
  border: 2px solid rgba(255, 193, 7, 0.5) !important;
  border-radius: 12px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
}

.btn-cta-primary:hover {
  transform: translateY(-2px) scale(1.02) !important;
  border-color: rgba(255, 193, 7, 0.8) !important;
  box-shadow: 0 8px 24px rgba(255, 193, 7, 0.3) !important;
}

.btn-cta-secondary {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 12px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  transition: all 0.3s ease !important;
  box-shadow: none !important;
}

.btn-cta-secondary:hover {
  transform: translateY(-2px) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
  box-shadow: none !important;
}

.cta-image img {
  border: 3px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.3),
    0 8px 16px rgba(0, 0, 0, 0.2) !important;
}

.cta-image img:hover {
  border-color: rgba(255, 255, 255, 0.35) !important;
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.4),
    0 12px 24px rgba(0, 0, 0, 0.3) !important;
}

/* Section Headers */
.section-header h2 {
  background: linear-gradient(135deg,
    #1a1a1f 0%,
    #4a4a5f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  margin-bottom: 12px;
}

/* Smooth transitions everywhere */
* {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Dark Mode Enhancements - Silver Theme */
[data-theme="dark"] .about-hero {
  background: linear-gradient(180deg,
    rgba(20, 20, 25, 1) 0%,
    rgba(15, 15, 18, 1) 100%) !important;
}

[data-theme="dark"] .about-hero::before {
  background: radial-gradient(circle, rgba(192, 192, 192, 0.08) 0%, transparent 70%) !important;
}

[data-theme="dark"] .about-hero::after {
  background: radial-gradient(circle, rgba(169, 169, 169, 0.05) 0%, transparent 70%) !important;
}

[data-theme="dark"] .about-hero-copy .eyebrow {
  background: rgba(192, 192, 192, 0.15) !important;
  color: #c0c0c0 !important;
  border-color: rgba(192, 192, 192, 0.25) !important;
}

[data-theme="dark"] .about-hero-card {
  background: rgba(30, 30, 35, 0.8) !important;
  border: 2px solid rgba(192, 192, 192, 0.2) !important;
}

[data-theme="dark"] .about-hero-card:hover {
  border-color: rgba(192, 192, 192, 0.35) !important;
}

[data-theme="dark"] .about-journey {
  background: linear-gradient(180deg,
    rgba(15, 15, 18, 1) 0%,
    rgba(10, 10, 12, 1) 100%) !important;
}

[data-theme="dark"] .story-card {
  background: rgba(30, 30, 35, 0.8) !important;
  border: 2px solid rgba(192, 192, 192, 0.15) !important;
}

[data-theme="dark"] .story-card:hover {
  border-color: rgba(192, 192, 192, 0.3) !important;
}

[data-theme="dark"] .story-illustration {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(192, 192, 192, 0.25) !important;
}

[data-theme="dark"] .story-card:hover .story-illustration {
  border-color: rgba(192, 192, 192, 0.4) !important;
}

[data-theme="dark"] .about-principles {
  background: linear-gradient(180deg,
    rgba(10, 10, 12, 1) 0%,
    rgba(15, 15, 20, 1) 100%) !important;
}

[data-theme="dark"] .principle-card {
  background: rgba(30, 30, 35, 0.8) !important;
  border: 2px solid rgba(192, 192, 192, 0.15) !important;
}

[data-theme="dark"] .principle-card:hover {
  border-color: rgba(192, 192, 192, 0.3) !important;
}

[data-theme="dark"] .about-fun-facts {
  background: linear-gradient(180deg,
    rgba(15, 15, 20, 1) 0%,
    rgba(18, 18, 22, 1) 100%) !important;
}

[data-theme="dark"] .fun-fact-card {
  background: rgba(30, 30, 35, 0.8) !important;
  border: 2px solid rgba(192, 192, 192, 0.15) !important;
}

[data-theme="dark"] .fun-fact-card:hover {
  border-color: rgba(192, 192, 192, 0.3) !important;
}

[data-theme="dark"] .life-lately {
  background: linear-gradient(180deg,
    rgba(18, 18, 22, 1) 0%,
    rgba(15, 15, 18, 1) 50%,
    rgba(20, 20, 25, 1) 100%) !important;
}

[data-theme="dark"] .photo-item {
  border-color: rgba(192, 192, 192, 0.15) !important;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.4),
    0 8px 24px rgba(0, 0, 0, 0.3) !important;
}

[data-theme="dark"] .photo-item:hover {
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.6),
    0 12px 32px rgba(0, 0, 0, 0.4) !important;
}

[data-theme="dark"] .section-header h2 {
  background: linear-gradient(135deg,
    #e0e0e0 0%,
    #a0a0b0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

[data-theme="dark"] .story-label {
  background: rgba(192, 192, 192, 0.2) !important;
  color: #d0d0d0 !important;
  border-color: rgba(192, 192, 192, 0.3) !important;
}

/* Additional spacing reductions */
.story-timeline {
  gap: 24px !important;
  padding-left: 24px !important;
}

.journey-story {
  margin: 0 auto !important;
}

.story-intro {
  margin: 0 auto 40px !important;
  font-size: 1.1rem !important;
}

.principles-grid {
  gap: 24px !important;
  margin-top: 32px !important;
}

.fun-facts-grid {
  gap: 20px !important;
  margin-top: 32px !important;
}

.section-header {
  margin-bottom: 32px !important;
}

.about-hero-grid {
  gap: 48px !important;
}

/* Responsive improvements */
@media (max-width: 768px) {
  .about-hero {
    padding: 80px 0 50px !important;
  }

  .about-hero-card {
    padding: 24px 20px !important;
  }

  .story-card {
    padding: 20px 20px !important;
  }

  .principle-card {
    padding: 20px 20px !important;
  }

  .fun-fact-card {
    padding: 16px 20px !important;
  }

  .cta-container {
    padding: 32px 24px !important;
  }

  .about-journey {
    padding: 50px 0 !important;
  }

  .about-principles {
    padding: 50px 0 !important;
  }

  .about-fun-facts {
    padding: 50px 0 !important;
  }

  .life-lately {
    padding: 60px 0 50px !important;
    min-height: 100vh !important;
  }

  .section-header {
    margin-bottom: 24px !important;
  }

  .story-intro {
    margin-bottom: 32px !important;
    font-size: 1rem !important;
  }
}
