.who-section {
  padding: 80px 0;
  background: #fff;
}
.who-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: center;
  max-width: 1000px;
  margin: auto;
}
.who-inner strong {
  font-weight: 500;
  font-size: 22px;
  color: #222;
  margin-bottom: 20px;
  display: block;
}
.who-inner p {
  margin-bottom: 18px;
}
.who-img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.who-right .section-title {
  font-size: 32px;
}
.who-right p {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 18px;
}
.meaning-section {
  background: #f3f3f4;
  padding: 80px 0;
}
.meaning-inner {
  display: grid;
  grid-template-columns: 1fr 5fr;
  gap: 60px;
  align-items: center;
  max-width: 800px;
  margin: auto;
}
.meaning-logo {
  text-align: center;
}
.meaning-right .section-title {
  font-size: 32px;
}
.meaning-right p {
  margin-bottom: 18px;
}
.why-started {
  background: #fff;
  padding: 80px 0;
}
.why-started-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  align-items: center;
  max-width: 1000px;
  margin: auto;
}
.why-started-left p {
  margin-bottom: 20px;
}
.why-started-right {
  display: flex;
  justify-content: center;
}
.why-started-img-wrap {
  position: relative;
  display: inline-block;
}
.why-started-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}
.ws-corner {
  position: absolute;
  width: 32px;
  height: 32px;
}
.mission-band {
  background: #f3f3f4;
  padding: 44px 0;
}
.mission-band-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
.mission-band-icon {
  flex-shrink: 0;
  width: 13%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mission-band-title {
  font-family: var(--secondary-font);
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--text-dark);
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.mission-band-text p {
  font-size: 20px;
}
.drives-section {
  background: #fff;
  padding: 80px 0;
}
.drives-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: center;
  max-width: 1000px;
  margin: 20px auto 0 auto;
}
.drives-focus-label {
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-bottom: 20px;
  text-align: center;
}
.drives-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 30px;
}
.drive-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.drive-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gradient-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.drive-icon svg {
  width: 22px;
  height: 22px;
}
.drive-item span {
  font-family: var(--primary-font);
  font-size: 13.5px;
  color: #444;
  line-height: 1.5;
  padding-top: 4px;
}
.core-values-section {
  background: var(--bg-dark);
  padding: 80px 0;
  text-align: center;
}
.culture-section {
  background: #fff;
  padding: 80px 0;
}
.culture-grid-1 {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 280px;
  gap: 12px;
  align-items: stretch;
  margin-top: 40px;
}
.cg1-orange {
  background: #e85d2f;
  border-radius: 14px;
  height: 200px;
}
.cg1-photo {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 200px;
  background: #555;
}
.cg1-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.cg1-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 60%);
}
.cg1-label {
  position: absolute;
  bottom: 16px;
  left: 18px;
  color: #fff;
  font-family: var(--primary-font);
  font-size: 17px;
  font-weight: 500;
  z-index: 2;
}
.cg1-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 200px;
}
.cg1-red {
  background: #ed2224;
  border-radius: 14px;
  flex: 1;
}
.cg1-dark {
  background: #222222;
  border-radius: 14px;
  flex: 1;
}
.culture-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}
.cg2-photo {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 380px;
  background: #555;
}
.cg2-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.cg2-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 60%);
}
.cg2-label {
  position: absolute;
  bottom: 18px;
  left: 18px;
  color: #fff;
  font-family: var(--primary-font);
  font-size: 17px;
  font-weight: 500;
  z-index: 2;
  line-height: 1.3;
}
.cg2-mid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 380px;
}
.cg2-mid > .cg2-photo {
  flex: 1;
  height: auto;
}
.cg2-blocks {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 12px;
  height: 120px;
  flex-shrink: 0;
}
.cg2-yellow {
  background: #f5a623;
  border-radius: 14px;
}
.cg2-orange {
  background: #e85d2f;
  border-radius: 14px;
}
.cg1-photo:hover img,
.cg2-photo:hover img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .culture-grid-2 {
    grid-template-columns: 1fr;
  }
  .cg2-photo {
    height: 260px;
  }
  .cg2-mid {
    height: auto;
  }
  .cg2-blocks {
    height: 80px;
  }
  .drives-left{
    text-align: center;
  }
}
.reward-section {
  background: var(--bg-dark);
  padding: 80px 0;
}
.reward-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: center;
  max-width: 800px;
  margin: auto;
}
.reward-img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.reward-right p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.9;
  margin-bottom: 14px;
}
@media (max-width: 900px) {
  .who-inner,
  .meaning-inner,
  .why-started-inner,
  .drives-inner,
  .reward-inner {
    grid-template-columns: 1fr;
  }
  .mission-band-inner {
    flex-direction: column;
    text-align: center;
  }
  .culture-grid {
    grid-template-columns: 1fr;
  }
  .culture-stack {
    flex-direction: row;
  }
  .culture-stack .culture-block {
    min-height: 100px;
  }
  .culture-grid > .culture-color-orange {
    min-height: 100px;
  }
  .culture-tall {
    height: 260px;
  }
  .culture-col-mid .culture-item {
    min-height: 200px;
  }
  .who-img img,
  .reward-img img {
    max-width: 380px;
    width: 100%;
    margin: auto;
  }
  .meaning-logo img {
    margin: auto;
  }
  .why-started-left p {
    text-align: left;
  }
  .who-inner strong {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .drives-grid {
    grid-template-columns: 1fr;
  }
  .culture-mini-blocks {
    height: 70px;
  }
}
@media (max-width: 1024px) {
  .who-inner {
    gap: 40px;
    max-width: 100%;
  }
  .meaning-inner {
    gap: 40px;
    max-width: 100%;
  }
  .why-started-inner {
    gap: 36px;
    max-width: 100%;
  }
  .drives-inner {
    gap: 40px;
    max-width: 100%;
  }
  .reward-inner {
    gap: 40px;
    max-width: 100%;
  }
  .mission-band-title {
    font-size: 2rem;
  }
  .culture-grid-1 {
    grid-template-columns: 100px 1fr 220px;
  }
  .cg1-orange {
    height: 170px;
  }
  .cg1-photo {
    height: 170px;
  }
  .cg1-stack {
    height: 170px;
  }
  .cg2-photo {
    height: 320px;
  }
  .cg2-mid {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .who-section {
    padding: 55px 0;
  }
  .who-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }
  .who-img {
    max-width: 380px;
    width: 80%;
    margin: auto;
  }
  .who-right .section-title {
    font-size: 26px;
  }
  .meaning-section {
    padding: 55px 0;
  }
  .meaning-inner {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
  .meaning-logo img {
    width: 80px;
    margin: 0 auto;
  }
  .meaning-right .section-title {
    font-size: 26px;
  }
  .why-started {
    padding: 55px 0;
  }
  .why-started-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .why-started-right {
    justify-content: center;
  }
  .why-started-img {
    max-width: 380px;
    width: 80%;
    margin: auto;
  }
  .mission-band {
    padding: 36px 0;
  }
  .mission-band-inner {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .mission-band-icon {
    width: 80px;
  }
  .mission-band-title {
    font-size: 1.8rem;
  }
  .mission-band-text p {
    font-size: 16px;
  }
  .drives-section {
    padding: 55px 0;
  }
  .drives-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .drives-grid {
    grid-template-columns: 1fr 1fr;
  }
  .core-values-section {
    padding: 55px 0;
  }
  .core-values-section img {
    width: 100%;
    height: auto;
  }
  .culture-section {
    padding: 55px 0;
  }
  .culture-grid-1 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .cg1-orange {
    display: none;
  }
  .cg1-photo {
    height: 220px;
  }
  .cg1-stack {
    flex-direction: row;
    height: 80px;
  }
  .culture-grid-2 {
    grid-template-columns: 1fr;
  }
  .cg2-photo {
    height: 240px;
  }
  .cg2-mid {
    height: auto;
  }
  .cg2-blocks {
    height: 70px;
  }
  .reward-section {
    padding: 55px 0;
  }
  .reward-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }
   .reward-inner .section-divider{
    margin:auto;
   }
  .reward-img {
    max-width: 380px;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .why-started-left p {
    text-align: center;
  }
  .who-inner strong {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .drives-grid {
    grid-template-columns: 1fr;
  }
  .who-right p {
    font-size: 14px;
  }
  .meaning-right p {
    font-size: 14px;
  }
  .mission-band-title {
    font-size: 1.5rem;
  }
  .cg2-photo {
    height: 200px;
  }
  .cg2-label {
    font-size: 14px;
  }
  .cg1-label {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .meaning-inner {
    padding: 0 12px;
  }
  .drives-grid {
    gap: 16px;
  }
  .drive-item {
    gap: 10px;
  }
  .drive-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  .drive-icon svg {
    width: 18px;
    height: 18px;
  }
  .drive-item span {
    font-size: 12.5px;
  }
  .culture-grid-1 {
    gap: 8px;
  }
  .culture-grid-2 {
    gap: 8px;
  }
}
