/* About Us Page Styles */
/* Component-specific styles for the About Us page */

/* Page Container */
.about-us-page {
  background-color: #ffffff;
  min-height: 100vh;
  font-family: "Sharp Sans TRIAL", sans-serif;
}

/* Hero Section */
.about-hero {
  position: relative;
  height: 704px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
}

.about-hero__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.about-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.about-hero__content {
  position: relative;
  z-index: 2;
  max-width: 808px;
  padding: 0 20px;
}

.about-hero__title {
  font-family: "Sharp Sans TRIAL", sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 75px;
  margin: 0 0 24px 0;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.about-hero__subtitle {
  font-family: "Sharp Sans TRIAL", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Main Content Sections */
.about-section {
  padding: 80px 0;
  margin: 0 auto;
}

.about-section__content {
  display: flex;
  max-width: 1146px;
  margin: 0 auto;
  gap: 30px;
  align-items: flex-start;
}

.about-section__text {
  flex: 1;
  max-width: 558px;
}

.about-section__image {
  flex: 1;
  max-width: 558px;
  height: 439px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.about-section__title {
  font-family: "Sharp Sans TRIAL", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  color: #000000;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}

.about-section__paragraph {
  font-family: "Sharp Sans TRIAL", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
  margin: 0 0 20px 0;
  letter-spacing: 0.32px;
}

.about-section__paragraph--regular {
  font-family: "Sharp Sans TRIAL", sans-serif;
  font-weight: 400;
  line-height: 30px;
}

/* Mission Section */
.about-mission {
  background: #f8faf6;
  padding: 90px 380px;
  text-align: center;
  position: relative;
}

.about-mission__content {
  max-width: 1146px;
  margin: 0 auto;
  text-align: center;
}

.about-mission::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(125, 154, 76, 0.05) 0%,
    rgba(125, 154, 76, 0.02) 100%
  );
  z-index: 0;
}

.about-mission__title {
  font-family: "Sharp Sans TRIAL", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  color: #000000;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

.about-mission__paragraph {
  font-family: "Sharp Sans TRIAL", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000000;
  margin: 0 0 20px 0;
  letter-spacing: 0.32px;
  max-width: 756px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.about-mission__paragraph--regular {
  font-family: "Sharp Sans TRIAL", sans-serif;
  font-weight: 400;
  line-height: 30px;
  max-width: 753px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
/* Features Section */
.about-features {
  display: flex;
  gap: 30px;
  max-width: 1146px;
  margin: 0 auto;
  align-items: flex-start;
}

.about-features__text {
  flex: 1;
  max-width: 558px;
}

.about-features__image {
  flex: 1;
  max-width: 558px;
  height: 439px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

/* Origin Story Section */
.about-origin {
  display: flex;
  max-width: 1146px;
  margin: 0 auto;
  gap: 30px;
  align-items: flex-start;
}

.about-origin__image {
  flex: 1;
  max-width: 558px;
  order: 1;
  height: 282px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.about-origin__text {
  order: 2;
  flex: 1;
  max-width: 558px;
}

.about-origin__paragraph--regular {
  font-family: "Sharp Sans TRIAL", sans-serif;
  font-weight: 400;
  line-height: 30px;
}

/* Web Questions Section */
.web-questions {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background: url("../../assets/about/62fcd8da255ecf395f45b821875facbdc893b554.png")
    center center / cover no-repeat;
  color: #fff;
}

.web-questions::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(71, 106, 111, 0.9); /* teal overlay with opacity */
  z-index: 0;
  /* background-image: url("http://localhost:3845/assets/62fcd8da255ecf395f45b821875facbdc893b554.png"); */
}

.web-questions__content {
  position: relative;
  z-index: 1;
  padding: 90px 0px;
  text-align: center;
  color: #f1f1f1;
  height: 100%;
  display: flex;
  max-width: 757px;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
}

.web-questions__title {
  font-family: "Sharp Sans TRIAL", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  margin: 0 0 22px 0;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.web-questions__contact {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
}
.web-questions__contact .hr-line {
  height: 50%;
  background: rgb(255, 255, 255);
  width: 1px;
}

.web-questions__contact-item {
  text-align: center;
  flex: 1;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.web-questions__contact-label {
  font-family: "Sharp Sans TRIAL", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px 0;
  opacity: 0.9;
}

.web-questions__contact-value {
  font-family: "Sharp Sans TRIAL", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.web-questions__address {
  margin-top: 40px;
  font-family: "Sharp Sans TRIAL", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  max-width: 746px;
}

/* Responsive Design */
@media (max-width: 1440px) {
  .about-section {
    padding: 80px 200px;
  }

  .about-mission {
    padding: 90px 200px;
  }
}

@media (max-width: 1200px) {
  .about-section {
    padding: 60px 150px;
  }

  .about-mission {
    padding: 70px 150px;
  }
}

@media (max-width: 1024px) {
  .about-section {
    padding: 60px 100px;
  }

  .about-mission {
    padding: 60px 100px;
  }

  .about-hero__title {
    font-size: 50px;
    line-height: 55px;
  }

  .about-hero__subtitle {
    font-size: 20px;
    line-height: 26px;
  }

  .web-questions__title {
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 30px 16px;
  }
  .about-section__title {
    text-align: center;
  }
  .about-mission {
    padding: 30px 16px;
  }

  .web-questions__content {
    padding: 30px 16px;
  }
  .about-origin__text {
    order: 1;
  }
  .about-section__content,
  .about-features,
  .about-origin {
    flex-direction: column;
    gap: 40px;
  }

  .about-section__text,
  .about-features__text,
  .about-origin__text {
    max-width: 100%;
  }

  .about-section__image,
  .about-features__image,
  .about-origin__image {
    width: 100%;
    height: auto;
    background-size: contain;
    flex: 1;
  }

  .about-hero {
    height: 500px;
  }

  .about-hero__title {
    font-size: 40px;
    line-height: 45px;
  }

  .about-hero__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .web-questions__title {
    line-height: 30px;
    margin-bottom: 20px;
  }

  .web-questions__contact {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .web-questions__contact .hr-line {
    height: 1px;
    width: 20%;
    margin: 0 auto;
  }

  .web-questions__contact-item {
    background: transparent;
    padding: 10px 0;
  }

  .web-questions__address {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .about-hero {
    height: 400px;
  }

  .about-hero__title {
    font-size: 32px;
    line-height: 38px;
  }

  .about-hero__subtitle {
    font-size: 16px;
    line-height: 22px;
  }

  .web-questions__title {
    font-size: 20px;
    line-height: 26px;
  }

  .about-section__paragraph,
  .about-mission__paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .about-section__paragraph--regular,
  .about-mission__paragraph--regular,
  .about-origin__paragraph--regular {
    font-size: 14px;
    line-height: 24px;
  }
}

.about-mission__paragraph--regular:last-child,
.about-section__paragraph--regular:last-child {
  margin-bottom: 0;
}
/* Animation and Hover Effects */
.about-section__image,
.about-features__image,
.about-origin__image {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-section__image:hover,
.about-features__image:hover,
.about-origin__image:hover {
  /* transform: translateY(-5px); */
}

.web-questions__contact-item {
  transition: transform 0.3s ease;
}

/* Accessibility Improvements */
.about-hero__title,
.about-section__title,
.about-mission__title,
.web-questions__title {
  scroll-margin-top: 100px;
}

/* Print Styles */
@media print {
  .about-hero {
    background: none;
    color: #000;
    height: auto;
    padding: 20px 0;
  }

  .about-hero::before {
    display: none;
  }

  .about-section__image,
  .about-features__image,
  .about-origin__image {
    display: none;
  }

  .web-questions {
    background: #f5f5f5;
    color: #000;
    height: auto;
    padding: 20px 0;
  }

  .web-questions::before {
    display: none;
  }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
  .about-hero__title,
  .about-hero__subtitle {
    text-shadow: none;
  }

  .web-questions__title,
  .web-questions__contact-value,
  .web-questions__address {
    text-shadow: none;
  }

  .about-section__image,
  .about-features__image,
  .about-origin__image {
    border: 2px solid #000;
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .about-section__image,
  .about-features__image,
  .about-origin__image,
  .web-questions__contact-item {
    transition: none;
  }

  .about-section__image:hover,
  .about-features__image:hover,
  .about-origin__image:hover {
    transform: none;
  }
}
