.founders-message {
  width: 100%;
  max-width: 800px;
  text-align: center;
  padding: 0 20px;
}

.founders-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  .founders-text {
    font-size: 18px;
    line-height: 1.4;
  }
}

.founders-text.is-gray {
  color: #707070;
}

.founders-text.is-orange {
  color: #FF7A3D;
}

/* Story Grid Layout */
.story-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 60px 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.story-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr minmax(auto, 800px) 1fr;
  align-items: flex-start;
  width: 100%;
}

.story-col-left {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-self: end;
  /* Align the block to the end of the column space */
  padding-top: 10px;
  /* Visual adjustment to align with text */
  width: 100%;
}

.story-col-center {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}

.story-col-right {
  grid-column: 3;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-self: start;
  padding-top: 10px;
  width: 100%;
}

/* Typography */
.story-note {
  color: #707070;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 25.60px;
  letter-spacing: 0.80px;
  word-wrap: break-word;
  max-width: 300px;
}

@media (min-width: 992px) {
  .note-absolute-2 {
    position: absolute;
    top: -70px;
  }

  .note-absolute-3 {
    position: absolute;
    top: 20px;
    left: 80px;
  }
}

.story-text {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.60px;
  letter-spacing: 0.80px;
  word-wrap: break-word;
  max-width: 600px;
}

.story-heading {
  color: #FF7A3D;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.80px;
  word-wrap: break-word;
  max-width: 800px;
  padding: 20px 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .story-row {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .story-col-left,
  .story-col-right,
  .story-col-center {
    grid-column: 1;
    justify-self: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .story-note,
  .story-text,
  .story-heading {
    max-width: 100%;
  }

  /* Reorder for mobile flow if needed, but default stacking order (DOM order) usually works if structured correctly */
}

.p-0 {
  padding: 0;
}

/* Who We Are Section */
.who-we-are-card {
  width: 100%;
  max-width: 1280px;
  background-color: var(--black-90, #141414);
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 60px;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 250px;
  gap: 40px;
}

.who-we-are-title {
  color: var(--orange-dark, #FF7A3D);
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px;
  word-wrap: break-word;
  flex-shrink: 0;
}

.who-we-are-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 894px;
  gap: 40px;
}

.who-we-are-text {
  flex: 1;
  color: white;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.8px;
  word-wrap: break-word;
  max-width: 400px;
}

@media (max-width: 991px) {
  .who-we-are-card {
    flex-direction: column;
    padding: 40px 20px;
    height: auto;
    align-items: center;
  }

  .who-we-are-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .who-we-are-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .who-we-are-text {
    max-width: 100%;
    font-size: 18px;
  }
}

.is-orange-bg {
  background-color: #FF7A3D;
}

.p-80 {
  padding: 80px;
}

@media (max-width: 767px) {
  .p-80 {
    padding: 40px;
  }
}

/* Our Belief Section */
.our-belief-section {
  position: relative;
  width: 100%;
  height: 900px;
  margin: 0 auto;
  overflow: hidden;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-belief-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/our-belief-bg.png');
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  z-index: 1;
}

.our-belief-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.our-belief-title {
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 18px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.belief-item {
  position: absolute;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}

.item-1 {
  top: 35%; /* Adjusted from top pixels */
  left: 15%; /* Adjusted from left pixels */
  color: #bbbbbb;
  font-size: 24px;
  max-width: 340px;
}

.item-2 {
  top: 35%;
  right: 15%;
  color: white;
  font-size: 36px;
  white-space: nowrap;
}

.item-3 {
  bottom: 30%;
  left: 25%;
  color: #bbbbbb;
  font-size: 36px;
  max-width: 310px;
}

.item-4 {
  bottom: 30%;
  right: 15%;
  color: white;
  font-size: 24px;
  max-width: 430px;
}

.item-5 {
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  color: #FF7A3D;
  font-size: 36px;
  background: transparent; /* Override background */
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  width: 400px;
  border-color: transparent;
  border: 2px solid;
  border-image: linear-gradient(
    90deg,
    rgba(255, 122, 61, 0) 0%,
    rgba(255, 122, 61, 1) 50%,
    rgba(255, 122, 61, 0) 100%
  ) 1;
}

@media (max-width: 991px) {
  .our-belief-section {
    height: auto;
    padding: 80px 20px;
  }

  .our-belief-bg {
    opacity: 0.4;
  }

  .our-belief-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .our-belief-title,
  .belief-item,
  .item-1, .item-2, .item-3, .item-4, .item-5 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    max-width: 600px;
  }
  
  .our-belief-title {
    margin-bottom: 20px;
    font-size: 36px;
    letter-spacing: 8px;
  }

  .item-2 {
    white-space: normal;
  }
}
