.about-container {
  padding: 40px 60px;
}

.about-hero h1 {
  font-family: 'League Gothic', sans-serif;
  font-size: 54px;
}

.about-hero p {
  max-width: 700px;
  margin-top: 16px;
}

.about-video {
  margin-top: 60px;
}

.video-wrapper {
  margin-top: 20px;
  position: relative;
  padding-top: 56.25%;
  border-radius: 18px;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}

.caption {
  font-size: 13px;
  opacity: 0.8;
  margin-top: 10px;
}

.about-section {
  margin-top: 70px;
}

.about-section.alt {
  background: rgba(0,0,0,0.04);
  padding: 40px;
  border-radius: 18px;
}

.about-section h2 {
  font-family: 'League Gothic', sans-serif;
  font-size: 40px;
  margin-bottom: 16px;
}

.about-section ul {
  padding-left: 20px;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
}

.tech-card {
  background: var(--sage);
  padding: 20px;
  border-radius: 14px;
  text-align: center;
  font-weight: 500;
}
