.anlie-about {
  padding-bottom: 5rem;
  color: var(--lynk-color-text, #f7e7ce);
  font-family: var(--lynk-font-body);
}

.anlie-about-hero {
  position: relative;
  min-height: min(80vh, 52rem);
  margin-top: -2.5rem;
  border-radius: 0 0 2.6rem 2.6rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.anlie-about-hero__bg,
.anlie-about-hero__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.anlie-about-hero__bg img {
  object-fit: cover;
  object-position: center top;
}

.anlie-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4) 46%, #0a0a0a);
}

.anlie-about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(6, 78, 59, 0.2);
  mix-blend-mode: overlay;
}

.anlie-about-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 70rem;
  margin: 0 auto;
  text-align: center;
  padding: 9rem 1.5rem 4rem;
}

.anlie-about-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: var(--lynk-color-text, #f7e7ce);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.anlie-about-hero__title {
  margin: 0 0 0.9rem;
  font-size: clamp(3.2rem, 10vw, 7.8rem);
  letter-spacing: -0.04em;
  line-height: 0.94;
  font-family: var(--lynk-font-display, "Plus Jakarta Sans", sans-serif);
  color: transparent;
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.88) 52%, rgba(255, 255, 255, 0.42) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.anlie-about-hero__quote {
  max-width: 48rem;
  margin: 0 auto;
  color: rgba(247, 231, 206, 0.94);
  font-size: clamp(1rem, 2.2vw, 1.4rem);
  font-weight: 600;
  line-height: 1.65;
  text-shadow:
    0 2px 10px rgba(0, 0, 0, 0.75),
    0 0 18px rgba(52, 211, 153, 0.25);
}

.anlie-about-wrap {
  max-width: 78rem;
  margin: 0 auto;
  padding: 3.2rem 1.2rem 0;
}

.anlie-about-head {
  text-align: center;
  margin-bottom: 2.4rem;
}

.anlie-about-head h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(2.2rem, 5.5vw, 4.5rem);
  line-height: 1.05;
  font-family: var(--lynk-font-display, "Plus Jakarta Sans", sans-serif) !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: transparent;
  background: linear-gradient(to bottom, #f7e7ce 0%, rgba(247, 231, 206, 0.62) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.anlie-about-head h2 span {
  font-family: inherit !important;
  background: linear-gradient(90deg, #34d399 0%, #99f6e4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.anlie-about-head p {
  margin: 0;
  color: var(--lynk-color-text-muted, rgba(247, 231, 206, 0.72));
  font-size: 1.03rem;
}

.anlie-about-timeline {
  position: relative;
  max-width: 68rem;
  margin: 0 auto;
}

.anlie-about-timeline__line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, rgba(16, 185, 129, 0.5), rgba(20, 184, 166, 0.2), rgba(16, 185, 129, 0));
}

.anlie-about-item {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 3.5rem;
}

.anlie-about-item.is-even {
  flex-direction: row-reverse;
}

.anlie-about-item__dot {
  position: absolute;
  left: 50%;
  top: 2.35rem;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  transform: translateX(-50%);
  background: #34d399;
  box-shadow: 0 0 20px rgba(52, 211, 153, 0.8);
  border: 4px solid #0a0a0a;
  z-index: 3;
}

.anlie-about-item__card {
  width: calc(50% - 3rem);
  margin-left: auto;
  border-radius: 1.4rem;
  padding: 1.35rem 1.35rem 1.45rem;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.anlie-about-item.is-even .anlie-about-item__card {
  margin-left: 0;
  margin-right: auto;
}

.anlie-about-item__year {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #34d399;
  font-size: 1.32rem;
  font-weight: 700;
  font-family: var(--lynk-font-body);
  margin-bottom: 0.75rem;
}

.anlie-about-item h3 {
  margin: 0 0 0.8rem;
  font-size: 1.45rem;
  line-height: 1.3;
  color: var(--lynk-color-text, #f7e7ce);
  font-family: var(--lynk-font-body);
  font-weight: 700;
}

.anlie-about-item__media {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 0.8rem;
  overflow: hidden;
  margin-bottom: 0.9rem;
}

.anlie-about-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.anlie-about-item:hover .anlie-about-item__media img {
  transform: scale(1.04);
}

.anlie-about-item p {
  margin: 0;
  color: var(--lynk-color-text-muted, rgba(247, 231, 206, 0.82));
  line-height: 1.66;
  font-size: 1rem;
}

@media (max-width: 900px) {
  .anlie-about-timeline__line {
    left: 24px;
    transform: none;
  }

  .anlie-about-item,
  .anlie-about-item.is-even {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .anlie-about-item__dot {
    left: 17px;
    transform: none;
    top: 1.5rem;
  }

  .anlie-about-item__card,
  .anlie-about-item.is-even .anlie-about-item__card {
    width: 100%;
    margin: 0;
    padding-left: 2.8rem;
  }
}
