/* About Page Styles */
/* Hero Section */
.hero-section {
  position: relative;
  height: 418px;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  inset: 0;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
}

.hero-content {
  position: relative;
  padding: 0px 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-text {
  text-align: center;
  color: white;
}

.hero-title {
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 24px;
  letter-spacing: -0.025em;
}

.hero-description {
  font-size: 14px;
  font-weight: light;
  width: 100%;
  margin: 0 auto;
}

/* Our Purpose Section */
.purpose-section {
  background-color: #F4F4F4;
  padding: 30px 20px;
}

.section-container {
  max-width: 1440px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
}

.section-bg-title {
  font-size: 64px;
  font-weight: bold;
  color: rgba(28, 28, 28, 0.08);
  margin-bottom: -60px;
}

.section-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1C1C1C;
}

.section-description {
  font-size: 14px;
  color: #4B5563;
  width: 100%;
}

/* Our Beliefs Section */
.beliefs-section {
  background-color: white;
  padding: 30px 20px;
}

.beliefs-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.beliefs-header {
  text-align: center;
}

.beliefs-bg-title {
  font-size: 60px;
  font-weight: bold;
  color: rgba(28, 28, 28, 0.08);
  margin-bottom: -60px;
}

.beliefs-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}

.belief-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  gap: 10px;
}

.belief-card-image {
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  width: 100%;
  height: 223px;
}

.belief-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.belief-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.belief-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #1C1C1C;
}

.belief-card-description {
  font-size: 14px;
  color: #4B5563;
  line-height: 1.625;
}

/* Our Aspiration Section */
.aspiration-section {
  background-color: #F4F4F4;
  padding: 30px 20px;
}

.aspiration-container {
  max-width: 1440px;
  margin: 0 auto;
}

.aspiration-header {
  text-align: center;
}

.aspiration-bg-title {
  font-size: 64px;
  font-weight: bold;
  color: rgba(28, 28, 28, 0.08);
  margin-bottom: -60px;
}

.aspiration-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.aspiration-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1C1C1C;
}

.aspiration-description {
  font-size: 14px;
  color: #4B5563;
  width: 100%;
}

/* Team Section */
.team-section {
  background-color: white;
  padding: 30px 20px;
}

.team-container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.team-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}

.team-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.team-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1C1C1C;
}

.team-description {
  font-size: 14px;
  color: #4B5563;
  text-align: center;
}

.team-image {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
  height: 466px;
  z-index: 10;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-image-secondary {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 233px;
  display: none;
}

.team-image-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-image-tertiary {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 492px;
  display: none;
}

.team-image-tertiary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* What is behind us Section */
.behind-section {
  position: relative;
  background: url('/images/behindus/behind2.png') no-repeat left top / cover;
  padding: 30px 20px;
}

.behind-overlay {
  position: absolute;
  inset: 0;
  background-color: #1C1C1C;
  opacity: 0.8;
}

.behind-container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.behind-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 430px;
}

.behind-title {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}

.behind-description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.behind-image {
  border-radius: 0.25rem;
  overflow: hidden;
}

.behind-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TLG, Drive the Difference Section */
.drive-section {
  background-color: white;
  padding: 30px 20px;
}

.drive-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.drive-header {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}

.drive-title {
  font-size: 26px;
  font-weight: bold;
  color: #1C1C1C;
}

.drive-controls {
  display: flex;
  gap: 16px;
}

.scroll-button {
  width: 40px;
  height: 40px;
  border-radius: 5.5px;
  border: 1px solid rgba(28, 28, 28, 0.3);
  background-color: white;
  color: #1C1C1C;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  display: none;
}

.scroll-button:hover {
  background-color: #F3F4F6;
}

.scroll-button:active {
  background-color: #1C1C1C;
  color: white;
  border-color: #1C1C1C;
}

.scroll-button svg {
  width: 40px;
  height: 40px;
}

.scroll-button svg path {
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.drive-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.drive-slider::-webkit-scrollbar {
  display: none;
}

.drive-card {
  width: 247px;
  height: 329px;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.drive-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drive-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, black, transparent);
  padding: 24px;
}

.drive-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
}

.empty-state {
  text-align: center;
  padding: 40px 0;
  color: #6B7280;
}

/* Button Active State */
.btn-active {
  background-color: #1C1C1C !important;
}

.btn-active svg path {
  stroke: white !important;
}

/* Responsive Adjustments */
@media (min-width: 768px) {
  /* Hero Section */
  .hero-section {
    height: 450px;
  }
  
  .hero-title {
    font-size: 50px;
  }
  
  .hero-description {
    font-size: 16px;
    width: 700px;
  }
  
  /* Our Purpose Section */
  .purpose-section {
    padding: 50px 0;
  }
  
  .section-container {
    padding: 0;
  }
  
  .section-bg-title {
    font-size: 96px;
    margin-bottom: -75px;
  }
  
  .section-content {
    gap: 12px;
  }
  
  .section-title {
    font-size: 36px;
  }
  
  .section-description {
    font-size: 16px;
  }
  
  /* Our Beliefs Section */
  .beliefs-section {
    padding: 50px 0;
  }
  
  .beliefs-container {
    padding: 0;
    gap: 30px;
  }
  
  .beliefs-bg-title {
    font-size: 96px;
    margin-bottom: -75px;
  }
  
  .beliefs-cards {
    flex-direction: row;
    gap: 30px;
  }
  
  .belief-card {
    gap: 20px;
  }
  
  .belief-card-image {
    height: 316px;
  }
  
  .belief-card-content {
    gap: 12px;
  }
  
  .belief-card-title {
    font-size: 24px;
  }
  
  .belief-card-description {
    font-size: 16px;
  }
  
  /* Our Aspiration Section */
  .aspiration-section {
    padding: 50px 0;
  }
  
  .aspiration-container {
    padding: 0;
  }
  
  .aspiration-bg-title {
    font-size: 96px;
    margin-bottom: -75px;
  }
  
  .aspiration-content {
    gap: 12px;
  }
  
  .aspiration-title {
    font-size: 36px;
  }
  
  .aspiration-description {
    font-size: 16px;
  }
  
  /* Team Section */
  .team-section {
    padding: 80px 0;
  }
  
  .team-container {
    padding: 0 200px;
  }
  
  .team-content {
    gap: 50px;
  }
  
  .team-header {
    gap: 12px;
    align-items: start;
  }
  
  .team-title {
    font-size: 36px;
  }
  
  .team-description {
    font-size: 16px;
    text-align: start;
  }
  
  .team-image-secondary {
    display: block;
  }
  
  .team-image-tertiary {
    display: block;
  }
  
  /* What is behind us Section */
  .behind-section {
    background-position: center;
    padding: 100px 0;
  }
  
  .behind-container {
    flex-direction: row;
    gap: 30px;
  }
  
  .behind-content {
    gap: 12px;
  }
  
  .behind-title {
    font-size: 36px;
  }
  
  .behind-description {
    font-size: 16px;
  }
  
  /* TLG, Drive the Difference Section */
  .drive-section {
    padding: 80px 0;
  }
  
  .drive-container {
    padding: 0;
    gap: 30px;
  }
  
  .drive-title {
    font-size: 36px;
  }
  
  .scroll-button {
    display: flex;
  }
  
  .drive-slider {
    gap: 30px;
  }
  
  .drive-card {
    width: 307px;
    height: 410px;
  }
}

@media (max-width: 767px) {
  /* Hero Section */
  .hero-section {
    height: 418px;
  }
  
  .hero-title {
    font-size: 36px;
  }
  
  .hero-description {
    font-size: 14px;
    width: 100%;
  }
  
  /* Our Purpose Section */
  .purpose-section {
    padding: 30px 20px;
  }
  
  .section-container {
    padding: 0;
  }
  
  .section-bg-title {
    font-size: 64px;
    margin-bottom: -60px;
  }
  
  .section-content {
    gap: 8px;
  }
  
  .section-title {
    font-size: 24px;
  }
  
  .section-description {
    font-size: 14px;
  }
  
  /* Our Beliefs Section */
  .beliefs-section {
    padding: 30px 20px;
  }
  
  .beliefs-container {
    padding: 0;
    gap: 20px;
  }
  
  .beliefs-bg-title {
    font-size: 60px;
    margin-bottom: -60px;
  }
  
  .beliefs-cards {
    flex-direction: column;
    gap: 20px;
  }
  
  .belief-card {
    gap: 10px;
  }
  
  .belief-card-image {
    height: 223px;
  }
  
  .belief-card-content {
    gap: 8px;
  }
  
  .belief-card-title {
    font-size: 18px;
  }
  
  .belief-card-description {
    font-size: 14px;
  }
  
  /* Our Aspiration Section */
  .aspiration-section {
    padding: 30px 20px;
  }
  
  .aspiration-container {
    padding: 0;
  }
  
  .aspiration-bg-title {
    font-size: 64px;
    margin-bottom: -60px;
  }
  
  .aspiration-content {
    gap: 8px;
  }
  
  .aspiration-title {
    font-size: 24px;
  }
  
  .aspiration-description {
    font-size: 14px;
  }
  
  /* Team Section */
  .team-section {
    padding: 30px 20px;
  }
  
  .team-container {
    padding: 0;
  }
  
  .team-content {
    gap: 20px;
  }
  
  .team-header {
    gap: 8px;
    align-items: center;
  }
  
  .team-title {
    font-size: 24px;
  }
  
  .team-description {
    font-size: 14px;
    text-align: center;
  }
  
  /* What is behind us Section */
  .behind-section {
    background-position: left;
    padding: 30px 20px;
  }
  
  .behind-container {
    flex-direction: column;
    gap: 20px;
  }
  
  .behind-content {
    gap: 8px;
    width: 100%;
  }
  
  .behind-title {
    font-size: 26px;
  }
  
  .behind-description {
    font-size: 14px;
  }
  
  /* TLG, Drive the Difference Section */
  .drive-section {
    padding: 30px 20px;
  }
  
  .drive-container {
    padding: 0;
    gap: 20px;
  }
  
  .drive-title {
    font-size: 26px;
  }
  
  .drive-slider {
    gap: 16px;
  }
  
  .drive-card {
    width: 247px;
    height: 329px;
  }
}
