/* Meteolab 2027 - O Meteolabu */
.ml-about-page .ml-section-muted {
  background: linear-gradient(180deg, rgba(234,245,252,.72), rgba(245,248,252,.22));
}

.ml-about-story,
.ml-founder-card,
.ml-about-bottom {
  padding: 28px;
}

.ml-about-story h2,
.ml-founder-content h2,
.ml-about-bottom h2,
.ml-section-head h2 {
  letter-spacing: -.025em;
}

.ml-about-story p:not(.ml-kicker),
.ml-founder-content p:not(.ml-kicker),
.ml-about-bottom p:not(.ml-kicker),
.ml-section-head p:not(.ml-kicker) {
  color: #475569;
  line-height: 1.68;
}

.ml-about-story p:last-child,
.ml-founder-content p:last-child,
.ml-about-bottom p:last-child {
  margin-bottom: 0;
}

.ml-about-story-copy {
  max-width: 1300px;
}

.ml-facts-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 16px;
  background: rgba(15,23,42,.08);
}

.ml-fact {
  min-width: 0;
  padding: 20px 22px;
  background: linear-gradient(180deg, #fff, #f7fbfe);
}

.ml-fact strong {
  display: block;
  color: #002050;
  font-size: clamp(1.65rem, 2.6vw, 2.25rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.ml-fact span {
  display: block;
  margin-top: 8px;
  color: #475569;
  font-size: .9rem;
  line-height: 1.35;
}

.ml-timeline {
  position: relative;
  display: grid;
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
}

.ml-timeline::before {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 70px;
  width: 2px;
  background: rgba(21,130,199,.22);
}

.ml-timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: stretch;
}

.ml-timeline-year {
  position: relative;
  display: flex;
  align-items: center;
  color: #0d5f9c;
  font-weight: 850;
  font-size: 1rem;
}

.ml-timeline-year::after {
  content: '';
  position: absolute;
  right: 61px;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: #002050;
  box-shadow: 0 0 0 3px rgba(21,130,199,.16);
}

.ml-timeline-card {
  padding: 20px 22px;
}

.ml-timeline-card h3,
.ml-about-area-card h3,
.ml-media-card h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 1.03rem;
  font-weight: 800;
}

.ml-timeline-card p,
.ml-about-area-card p {
  margin: 0;
  color: #475569;
  line-height: 1.55;
  font-size: .94rem;
}

.ml-about-areas-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ml-about-area-card {
  position: relative;
  padding: 24px;
  overflow: hidden;
}

.ml-about-area-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #002050;
}

.ml-founder-card {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.ml-founder-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ml-founder-image img {
  display: block;
  width: min(100%, 260px);
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(15,23,42,.14);
}

.ml-founder-content h2 {
  margin-bottom: 5px;
}

.ml-founder-role {
  margin: 0 0 18px;
  color: #0d5f9c !important;
  font-weight: 800;
}

.ml-founder-content a {
  color: #0d5f9c;
  font-weight: 750;
}

.ml-media-head p {
  max-width: 900px;
}

.ml-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ml-media-card {
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding: 22px;
  color: inherit;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.ml-media-card:hover {
  transform: translateY(-3px);
  border-color: rgba(21,130,199,.28);
  box-shadow: 0 14px 30px rgba(15,23,42,.09);
}

.ml-media-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
  color: #0d5f9c;
  font-size: .78rem;
  font-weight: 800;
}

.ml-media-meta time {
  color: #64748b;
}

.ml-media-card h3 {
  line-height: 1.4;
  flex: 1;
}

.ml-media-link {
  margin-top: 18px;
  color: #002050;
  font-size: .84rem;
  font-weight: 800;
}

.ml-about-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.ml-about-bottom > div:first-child {
  max-width: 980px;
}

.ml-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.ml-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 17px;
  border: 1px solid #002050;
  border-radius: 999px;
  background: #002050;
  color: #fff !important;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(21,130,199,.16);
  transition: transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.ml-action-link:hover {
  transform: translateY(-1px);
  background: #0d6fab;
  border-color: #0d6fab;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(21,130,199,.22);
}

.ml-action-link:focus-visible {
  outline: 3px solid rgba(21,130,199,.25);
  outline-offset: 3px;
}

.ml-action-link-secondary {
  background: #fff;
  border-color: rgba(15,23,42,.16);
  color: #334155 !important;
}

.ml-action-link-secondary:hover {
  background: #334155;
  border-color: #334155;
  color: #fff !important;
}

@media (max-width: 1050px) {
  .ml-about-areas-grid,
  .ml-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .ml-founder-card {
    grid-template-columns: 1fr;
  }

  .ml-founder-image {
    justify-content: center;
    text-align: center;
  }

  .ml-about-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .ml-about-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 650px) {
  .ml-about-story,
  .ml-founder-card,
  .ml-about-bottom {
    padding: 21px;
  }

  .ml-facts-strip,
  .ml-about-areas-grid,
  .ml-media-grid {
    grid-template-columns: 1fr;
  }

  .ml-fact {
    min-height: 110px;
  }

  .ml-timeline::before {
    left: 10px;
  }

  .ml-timeline-item {
    grid-template-columns: 1fr;
    padding-left: 32px;
  }

  .ml-timeline-year {
    margin-bottom: 7px;
  }

  .ml-timeline-year::after {
    left: -28px;
    right: auto;
  }

  .ml-founder-image img {
    width: min(100%, 220px);
  }

  .ml-media-card {
    min-height: 165px;
  }
}
