/* About Us page – content only. Uses homepage.css for header, nav, footer. */

.about-main {
  min-height: calc(100vh - 80px);
  padding: 2rem 0 2rem;
  background: url("../img/fire.jpg") center / 40% no-repeat;
}

.about-hero {
  padding: 2.25rem 2rem 2rem;
  text-align: center;
  margin: 0 2rem 1.25rem;
  border-radius: var(--radius-lg);
  background: rgba(5, 6, 7, 0.88);
  border: 1px solid rgba(255, 77, 77, 0.55);
}

.about-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--text);
  margin: 0 0 0.5rem;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}

.about-lead {
  font-family: "Shadows Into Light", cursive;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--accent);
  margin: 0;
  letter-spacing: 0.02em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
}

.about-content {
  padding: 2.5rem 2rem 4rem;
  background: rgba(5, 6, 7, 0.9);
  margin: 0 2rem 0;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 77, 77, 0.55);
}

.about-inner {
  max-width: 680px;
  margin: 0 auto;
}

/* Our Story – elegant title + readable body */
.about-story {
  margin-bottom: 3rem;
}

.about-story-title {
  font-family: "Dancing Script", "Shadows Into Light", cursive;
  font-size: clamp(2.9rem, 6.5vw, 3.8rem);
  font-weight: 700;
  color: var(--text);
  text-align: center;
  margin: 0 0 2rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.about-story-p {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.9;
  color: #ffffff;
  margin: 0 0 1.35rem;
  letter-spacing: 0.02em;
}

.about-story-p:last-child {
  margin-bottom: 0;
}

.about-story-end {
  font-family: "Shadows Into Light", cursive;
  font-size: 1.45rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 2rem;
  text-align: center;
}

.about-cta {
  text-align: center;
  padding-top: 0.5rem;
}

.about-cta .btn {
  min-width: 200px;
}

/* Current page link in nav */
.nav-links .nav-current {
  color: var(--accent);
  font-weight: 500;
}
