/* ABOUT HERO */
.about-hero {
  position: relative;
  width: 100%;
  min-height: 65vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: url("img/hero-about.jpg") top / cover no-repeat;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin-left: 18%;
  padding-right: 20px;
  color: white;
}

.about-hero-content h1 {
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 25px;
}

.about-hero-content p {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  opacity: 0.85;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 35px;
  max-width: 550px;
}

/* STORY SECTION */
section.story-vision {
  background: #fff;
  padding: 100px 6% 0;
  overflow: hidden;
}

.story-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 80px;
}

.story-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(35, 44, 61, 0.38);
  margin-bottom: 18px;
}

.story-title {
  font-size: clamp(2.4rem, 4.5vw, 5rem);
  font-weight: 900;
  line-height: 1;
  color: #1b2a1e;
  margin: 0;
}

.story-body {
  font-size: 0.92rem;
  line-height: 1.8;
  color: #6b7280;
  font-weight: 400;
  max-width: 440px;
  margin: 0;
  align-self: end;
  padding-bottom: 6px;
}

/* TEAM */
.about-container {
  max-width: 1100px;
  margin: 0 auto 100px;
  padding: 0 20px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.team-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.team-card img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.team-card h3 {
  margin: 0;
  font-size: 1.2rem;
}

.team-card .role {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.9rem;
  color: #5c843e;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.team-card p {
  font-size: 0.9rem;
  margin-top: 0.8rem;
  color: #555;
  margin-bottom: 0;
}

.team-links {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.mail-link {
  font-size: 0.85rem;
  color: #555;
  text-decoration: none;
  transition: color 0.2s ease;
}

.mail-link:hover {
  color: #5c843e;
}

/* TIMELINE */
.timeline-section {
  background: #fff;
  padding: 100px 6%;
}

.timeline-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 80px;
}

.timeline-items {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(27, 42, 30, 0.12);
  transform: translateX(-50%);
}

.tl-item {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  align-items: start;
  margin-bottom: 60px;
}

.tl-item:last-child {
  margin-bottom: 0;
}

.tl-left {
  text-align: right;
  padding-right: 36px;
  padding-top: 4px;
}

.tl-right {
  text-align: left;
  padding-left: 36px;
  padding-top: 4px;
}

.tl-dot-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4px;
}

.tl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1b2a1e;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px rgba(27, 42, 30, 0.2);
  flex-shrink: 0;
}

.tl-dot.highlight {
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
  width: 14px;
  height: 14px;
}

.tl-dot.future {
  background: #fff;
  border: 2px solid rgba(27, 42, 30, 0.2);
  box-shadow: none;
}

.tl-badge {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: rgba(34, 197, 94, 0.1);
  color: #16a34a;
  border: 1px solid rgba(34, 197, 94, 0.25);
  border-radius: 4px;
  padding: 3px 8px;
  margin-bottom: 8px;
  width: fit-content;
  margin-left: auto;
}

.tl-date {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(35, 44, 61, 0.38);
  margin-bottom: 8px;
}

.tl-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1b2a1e;
  margin-bottom: 6px;
  line-height: 1.2;
}

.tl-desc {
  font-size: 0.82rem;
  color: #6b7280;
  line-height: 1.65;
}

/* VISION */
.vision-block {
  background: #1b2a1e;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 100px calc(50vw - 50%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  padding-left: max(6%, calc(50vw - 550px));
  padding-right: max(6%, calc(50vw - 550px));
}

.vision-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.32);
  margin-bottom: 18px;
}

.vision-title {
  font-size: clamp(2.4rem, 4.5vw, 5rem);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  margin: 0;
}

.vision-body {
  font-size: 0.92rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.46);
  font-weight: 400;
  max-width: 440px;
  margin: 0;
  align-self: end;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .story-top,
  .timeline-top,
  .vision-block {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vision-block {
    padding: 72px 6%;
  }

  .timeline-line {
    left: 20px;
  }

  .tl-item {
    grid-template-columns: 32px 1fr;
  }

  .tl-left {
    grid-column: 2;
    text-align: left;
    padding-right: 0;
    padding-left: 20px;
  }

  .tl-right {
    grid-column: 2;
    padding-left: 20px;
  }

  .tl-dot-wrap {
    grid-column: 1;
    grid-row: 1;
  }

  .tl-empty {
    display: none;
  }

  .tl-badge {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  section.story-vision {
    padding: 72px 6% 0;
  }

  .about-hero-content {
    margin: 0 5%;
    padding: 1rem;
  }

  .timeline-section {
    padding: 72px 6%;
  }
}

@media (max-width: 480px) {
  .team-card {
    padding: 1.5rem;
  }

  .team-card img {
    width: 90px;
    height: 90px;
  }
}
