/* sobre.css - Specific stylesheet to style the About page layout matching the print exactly */

body.aboutPage {
  background: #fff;
  color: #1f1f1f;
  font-family: Montserrat, sans-serif;
  overflow-x: clip;
}

/* Header style for dark background top section */
body.aboutPage .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0 max(20px, calc((100vw - 1140px)/2));
  z-index: 10;
}

body.aboutPage .header .logo {
  filter: none;
}

body.aboutPage .nav a {
  color: #fff;
}

body.aboutPage .nav a:hover,
body.aboutPage .nav a.active {
  color: #c5e7ff;
}

body.aboutPage .headerSocial a {
  color: #fff;
}

body.aboutPage .headerSocial a:hover {
  color: #c5e7ff;
}

body.aboutPage .menu span {
  background: #fff;
}

/* 1. Intro Section (Dark Background, overlapping images) */
.aboutIntro {
  background: #0d0d0d;
  color: #fff;
  padding: 140px 0 100px;
}

.aboutIntroGrid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: center;
}

.aboutIntroText .eyebrow {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.aboutIntroText h1 {
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-weight: 700;
  color: #fff;
}

.aboutIntroText .subtitle {
  font-size: 18px;
  color: #c5e7ff;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.4;
  text-transform: uppercase;
}

.aboutIntroText p {
  font-size: 14px;
  line-height: 1.75;
  color: #cbd1ca;
  margin-bottom: 18px;
}

.aboutIntroText p strong {
  color: #fff;
  font-weight: 700;
}

.aboutIntroVisual {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.aboutIntroVisual .aboutVisual {
  width: 100%;
  height: 400px;
  position: relative;
}

.aboutIntroVisual .aboutVisual img {
  position: absolute;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.aboutIntroVisual .aboutOne {
  width: 70%;
  height: 75%;
  left: 0;
  top: 0;
  z-index: 1;
}

.aboutIntroVisual .aboutTwo {
  width: 60%;
  height: 60%;
  right: 0;
  bottom: 0;
  z-index: 2;
  border: 8px solid #0d0d0d;
}

/* 2. Statistics Section (White Background, boxed columns) */
.aboutStatsSection {
  background: #fff;
  padding: 80px 0;
  border-bottom: 1px solid #eee;
}

.aboutStatsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.aboutStatCard {
  background: #fff;
  border: 1px solid #e3e7f0;
  border-radius: 4px;
  padding: 45px 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aboutStatCard strong {
  font-size: clamp(38px, 4.5vw, 54px);
  line-height: 1.1;
  color: #0098fc;
  font-weight: 700;
  letter-spacing: -2px;
}

.aboutStatCard strong span {
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  letter-spacing: 0;
  margin: 0 4px;
}

.aboutStatCard span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888;
  margin-top: 10px;
  font-weight: 700;
}

/* 3. History, Purpose & Founders Section (Yellow Background) */
.historyPurpose {
  background: #f4ba40;
  color: #1f1f1f;
  padding: 100px 0;
}

.historyPurpose h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: center;
}

.historyPurpose .historyLead {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
  color: #1f1f1f;
}

.foundersGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.founderCard {
  text-align: center;
}

.founderAvatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 20px;
  border: 4px solid #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  display: block;
}

.founderCard h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px;
  color: #1f1f1f;
}

.founderCard .role {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #555;
  margin-bottom: 18px;
  font-weight: 700;
}

.founderCard p {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  text-align: justify;
  margin: 0;
}

/* 4. Methodology Section (White Background) */
.aboutMethodology {
  background: #fff;
  padding: 100px 0;
  text-align: center;
}

.aboutMethodology h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.aboutMethodology p {
  font-size: 15px;
  line-height: 1.85;
  color: #59635e;
  max-width: 950px;
  margin: 0 auto 20px;
}

/* 5. Projects Slide at the bottom overrides */
.aboutPage .projects {
  border-top: 1px solid #111;
}

/* Responsive Overrides */
@media (max-width: 900px) {
  body.aboutPage .header {
    height: 80px;
  }
  
  body.aboutPage .nav.open {
    top: 80px;
  }
  
  .aboutIntro {
    padding-top: 110px;
  }
  
  .aboutIntroGrid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .aboutIntroVisual .aboutVisual {
    max-width: 500px;
    height: 350px;
    margin: 0 auto;
  }
  
  .aboutStatsGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .aboutStatCard {
    padding: 35px 20px;
  }
  
  .foundersGrid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 600px) {
  .aboutIntro {
    padding: 100px 0 60px;
  }
  
  .aboutIntroText h1 {
    font-size: 24px;
  }
  
  .aboutIntroText .subtitle {
    font-size: 15px;
  }
  
  .aboutIntroVisual .aboutVisual {
    height: 250px;
  }
  
  .aboutIntroVisual .aboutTwo {
    border-width: 5px;
  }
  
  .historyPurpose,
  .aboutMethodology {
    padding: 60px 0;
  }
  
  .historyPurpose h2,
  .aboutMethodology h2 {
    font-size: 24px;
  }
  
  .founderCard p {
    text-align: left;
  }
}
