/* ABOUT FIRST */

.about-section {
  padding-top: 42px;
}

.about-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.about-copy-alt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(18, 50, 60, 0.9) 0%, rgba(12, 36, 44, 0.82) 100%);
  box-shadow: var(--shadow-lg);
}

.about-label {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
}

.about-copy-alt p {
  margin: 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.94);
  line-height: 1.88;
  font-size: 1.03rem;
}

.about-copy-alt strong {
  color: #ffffff;
}

.about-image-card {
  padding: 38px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-image-card > * {
  width: 100%;
  flex-shrink: 0;
}

.about-image-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 20px;
  background: linear-gradient(180deg, #d4e3e8 0%, #c3d5db 100%);
  border: 1px solid rgba(14, 38, 47, 0.08);
}

.about-image-caption {
  color: var(--text-soft);
  line-height: 1.7;
}

.about-image-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-spec {
  flex: 1 1 90px;
  min-width: 0;
  padding: 14px 12px;
  border-radius: 16px;
  background: rgba(79, 178, 196, 0.08);
  border: 1px solid rgba(79, 178, 196, 0.14);
  text-align: center;
}

.about-spec-label {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.about-spec strong {
  color: var(--text);
  font-size: 1rem;
}
