/* ============================================
   FOUNDER PAGE - PREMIUM BLACK DESIGN
   ============================================ */

.founder-page {
  background: #000000;
  color: #ffffff;
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  line-height: 1.8;
  overflow-x: hidden;
}

/* Navigation */
.founder-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
}

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

.founder-nav-logo {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 2px;
}

.founder-nav-logo .logo-lum {
  color: #ffffff;
}

.founder-nav-logo .logo-dot {
  color: #c6ed00;
}

.founder-nav-logo .logo-os {
  color: #ffffff;
}

.founder-nav-back {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.founder-nav-back:hover {
  color: #ffffff;
}

/* Hero Section */
.founder-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 80px;
  position: relative;
  background: linear-gradient(180deg, #000000 0%, #0a0a0a 100%);
}

.founder-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 50%, rgba(198, 237, 0, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

.founder-hero-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.founder-badge {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 40px;
  display: inline-block;
}

.founder-name {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(48px, 8vw, 120px);
  line-height: 1.1;
  margin: 0 0 20px 0;
  letter-spacing: -2px;
}

.founder-firstname {
  display: block;
  color: #ffffff;
  font-weight: 400;
}

.founder-lastname {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  font-style: italic;
  margin-top: -10px;
}

.founder-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: clamp(18px, 2.5vw, 28px);
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 60px 0;
  letter-spacing: 2px;
  font-style: italic;
}

.founder-signature {
  margin-top: 60px;
  opacity: 0.4;
  color: rgba(255, 255, 255, 0.5);
}

.signature-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawSignature 3s ease-in-out forwards;
}

@keyframes drawSignature {
  to {
    stroke-dashoffset: 0;
  }
}

/* Story Section */
.founder-story {
  padding: 120px 0;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.founder-story-content {
  max-width: 800px;
  margin: 0 auto;
}

.story-header {
  display: flex;
  align-items: baseline;
  gap: 30px;
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.story-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.3);
}

.story-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  color: #ffffff;
  margin: 0;
  letter-spacing: -1px;
}

.story-text {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.8);
}

.story-lead {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  line-height: 1.8;
}

.story-text p {
  margin-bottom: 25px;
}

/* Journey Timeline */
.founder-journey {
  padding: 120px 0;
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.journey-timeline {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding-left: 60px;
}

.journey-timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
}

.timeline-item {
  position: relative;
  margin-bottom: 80px;
  padding-left: 40px;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -60px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c6ed00;
  border: 2px solid #000000;
  box-shadow: 0 0 0 3px rgba(198, 237, 0, 0.2);
}

.timeline-year {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
  color: #c6ed00;
  margin-bottom: 15px;
}

.timeline-content h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 32px);
  color: #ffffff;
  margin: 0 0 15px 0;
  letter-spacing: -0.5px;
}

.timeline-content p {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.timeline-item.highlight {
  background: rgba(198, 237, 0, 0.03);
  border-left: 2px solid rgba(198, 237, 0, 0.3);
  padding: 30px 40px 30px 38px;
  margin: 40px 0;
  border-radius: 2px;
}

.timeline-item.highlight::before {
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 4px rgba(198, 237, 0, 0.3);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(198, 237, 0, 0.3);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(198, 237, 0, 0.1);
  }
}

.timeline-highlight {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(17px, 1.9vw, 21px);
  color: #c6ed00;
  margin-top: 20px;
  padding-left: 20px;
  border-left: 2px solid rgba(198, 237, 0, 0.5);
}

/* Philosophy Section */
.founder-philosophy {
  padding: 120px 0;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.philosophy-content {
  max-width: 800px;
  margin: 0 auto;
}

.philosophy-header {
  display: flex;
  align-items: baseline;
  gap: 30px;
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.philosophy-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.3);
}

.philosophy-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  color: #ffffff;
  margin: 0;
  letter-spacing: -1px;
}

.philosophy-text {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.8);
}

.philosophy-quote {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 400;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  padding-left: 30px;
  border-left: 2px solid rgba(198, 237, 0, 0.3);
  line-height: 1.8;
}

.philosophy-text p {
  margin-bottom: 25px;
}

/* Achievements Section */
.founder-achievements {
  padding: 120px 0;
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.achievements-header {
  display: flex;
  align-items: baseline;
  gap: 30px;
  margin-bottom: 80px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.achievements-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.3);
}

.achievements-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  color: #ffffff;
  margin: 0;
  letter-spacing: -1px;
}

.achievements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.achievement-card {
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.achievement-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(198, 237, 0, 0.3);
  transform: translateY(-5px);
}

.achievement-card.highlight {
  background: rgba(198, 237, 0, 0.05);
  border-color: rgba(198, 237, 0, 0.4);
  border-width: 2px;
}

.achievement-card.highlight .achievement-icon {
  color: #c6ed00;
  opacity: 1;
}

.achievement-card.highlight h3 {
  color: #c6ed00;
}

.achievement-icon {
  color: #c6ed00;
  margin-bottom: 25px;
  opacity: 0.8;
}

.achievement-card h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(20px, 2.5vw, 24px);
  color: #ffffff;
  margin: 0 0 10px 0;
  letter-spacing: -0.5px;
}

.achievement-org {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.achievement-id {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.5px;
}

/* Expertise Section */
.founder-expertise {
  padding: 120px 0;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.expertise-content {
  max-width: 1000px;
  margin: 0 auto;
}

.expertise-header {
  display: flex;
  align-items: baseline;
  gap: 30px;
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.expertise-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.3);
}

.expertise-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  color: #ffffff;
  margin: 0;
  letter-spacing: -1px;
}

.expertise-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  margin-bottom: 80px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: clamp(20px, 2.2vw, 26px);
  color: rgba(255, 255, 255, 0.8);
}

.expertise-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.expertise-name {
  font-style: italic;
}

.expertise-dot {
  color: #c6ed00;
  font-size: 24px;
  opacity: 0.5;
}

.tools-section {
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tools-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(24px, 3vw, 32px);
  color: #ffffff;
  margin: 0 0 30px 0;
  letter-spacing: -0.5px;
}

.tools-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
}

.tools-list span {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.tools-list span:hover {
  background: rgba(198, 237, 0, 0.1);
  border-color: rgba(198, 237, 0, 0.3);
  color: rgba(255, 255, 255, 0.9);
}

/* Vision Section */
.founder-vision {
  padding: 120px 0;
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.vision-content {
  max-width: 800px;
  margin: 0 auto;
}

.vision-header {
  display: flex;
  align-items: baseline;
  gap: 30px;
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vision-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.3);
}

.vision-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  color: #ffffff;
  margin: 0;
  letter-spacing: -1px;
}

.vision-text {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.8);
}

.vision-lead {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  line-height: 1.8;
}

.vision-text p {
  margin-bottom: 25px;
}

/* Contact Section */
.founder-contact {
  padding: 120px 0;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.contact-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.contact-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  color: #ffffff;
  margin: 0 0 60px 0;
  letter-spacing: -1px;
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-link:hover {
  border-bottom-color: rgba(198, 237, 0, 0.5);
  padding-left: 20px;
}

.contact-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.contact-value {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: clamp(18px, 2vw, 22px);
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}

/* Footer */
.founder-footer {
  padding: 60px 0;
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

.footer-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0 20px 0;
}

.footer-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .founder-hero {
    padding: 100px 0 60px;
  }
  
  .founder-name {
    font-size: 48px;
  }
  
  .founder-title {
    font-size: 18px;
  }
  
  .founder-story,
  .founder-journey,
  .founder-philosophy,
  .founder-achievements,
  .founder-expertise,
  .founder-vision,
  .founder-contact {
    padding: 80px 0;
  }
  
  .journey-timeline {
    padding-left: 40px;
  }
  
  .timeline-item {
    padding-left: 30px;
  }
  
  .timeline-item::before {
    left: -40px;
  }
  
  .achievements-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .expertise-list {
    flex-direction: column;
    gap: 20px;
  }
  
  .contact-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .philosophy-quote {
    padding-left: 20px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .founder-nav {
    padding: 15px 0;
  }
  
  .founder-nav-logo {
    font-size: 20px;
  }
  
  .founder-nav-back {
    font-size: 12px;
  }
  
  .story-header,
  .philosophy-header,
  .achievements-header,
  .expertise-header,
  .vision-header {
    flex-direction: column;
    gap: 15px;
  }
}

