/* ========================================
   ABOUT PAGE (EDITORIAL STYLE)
======================================== */

.about-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 160px 40px 120px;
  text-align: center;
}

/* CONTENT */

.about-content {
  max-width: 900px;
}

/* TITLE */

.about-content h1 {
  font-family: "Inter", sans-serif;
  font-weight: 600;

  font-size: 70px;
  letter-spacing: 6px;
  line-height: 1.2;

  margin-bottom: 60px;
}

/* TEXT */

.about-content p {
  font-size: 20px;
  line-height: 1.9;
  opacity: 0.85;

  margin-bottom: 35px;
}

.footer {
  padding: 60px 20px;
  text-align: center;

  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  border-top: 1px solid rgba(255,255,255,0.15);
}

.footer p {
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.7;
}