/* ==========================================================================
   TENTANG KAMI (ABOUT US) PAGE STYLES
   - Aligned to Global Layout Container Grid (Header & Footer Specs)
   ========================================================================== */

.about-page {
  width: 100%;
  background: #FAFAFA;
  color: #333333;
  overflow-x: clip;
}

/* SECTION 1: HERO HEADER (Frame 1618873255) */
.about-hero {
  width: 100%;
  padding: 160px 0 64px 0;
  background: #FAFAFA;
}

.about-hero-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
}

.about-hero-inner {
  max-width: 846px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.about-hero-title {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #333333;
  text-align: center;
  margin: 0;
}

.about-hero-desc {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #606060;
  text-align: center;
  margin: 0;
}

/* SECTION 2: FULL-BLEED PHOTO GRID (Frame 2147227933) - Mentok Ujung ke Ujung */
.about-photo-grid {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  height: 300px;
  overflow: hidden;
}

.about-photo-col {
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.about-photo-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform var(--transition-normal);
}

.about-photo-col:hover img {
  transform: scale(1.04);
}

/* SECTION 3: TENTANG PERUSAHAAN (Frame 1618873350) - Aligned to Global Container Grid */
.about-company-sec {
  width: 100%;
  background: linear-gradient(90deg, #F1F5F9 0%, #FFFFFF 100%);
  padding: 80px 0;
  position: relative;
}

.about-company-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.about-company-content {
  flex: 1;
  max-width: 627px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-subtitle-tag {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #092D61;
}

.gold-accent-line {
  width: 80px;
  height: 2px;
  background: #B98227;
}

.about-company-heading {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #333333;
  margin-top: 4px;
}

.about-company-text {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #606060;
}

.about-company-img-wrapper {
  width: 533px;
  height: 400px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-company-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* SECTION 4: VISI & MISI (Dedicated Custom Layout) */
.about-visimisi-sec {
  width: 100%;
  min-height: 441px;
  background: #EBECEC;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 60px 4% 60px 0;
  box-sizing: border-box;
}

.visimisi-left-bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 70%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.visimisi-left-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.visimisi-custom-cards-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 24px;
  width: auto;
  max-width: 900px;
  box-sizing: border-box;
}

.visimisi-card {
  position: relative;
  background: #FFFFFF;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-sizing: border-box;
  width: auto;
  height: auto;
  border-radius: 4px;
  transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.visimisi-card:hover,
.visimisi-card.is-viewport-focused {
  transform: scale(1.03);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15);
  border-color: rgba(185, 130, 39, 0.3);
  z-index: 2;
}

.visi-card {
  flex: 1 1 320px;
  max-width: 380px;
}

.misi-card {
  flex: 1.4 1 440px;
  max-width: 520px;
}

.visimisi-card-title {
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #333333;
  margin: 0;
}

.visimisi-gold-bar {
  width: 120px;
  height: 5px;
  background: #B88327;
}

.visimisi-card-text {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #606060;
  margin: 0;
}

.misi-list {
  padding-left: 20px;
  margin: 0;
}

.misi-list li {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #606060;
  margin-bottom: 4px;
}

/* SECTION 5: KOMITMEN KAMI (Frame 1618873347) - Aligned to Global Container Grid */
.about-commitment-sec {
  width: 100%;
  background: #F8FAFC;
  padding: 80px 0;
}

.about-commitment-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.about-commitment-header {
  max-width: 960px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.about-commitment-cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.commitment-card {
  background: #FFFFFF;
  padding: 32px 24px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast);
}

.commitment-card:hover,
.commitment-card.is-viewport-focused {
  border: 1px solid #03225D;
  box-shadow: 0px 4px 24px rgba(60, 100, 177, 0.24);
  transform: translateY(-4px) scale(1.02);
}

.commitment-card-title {
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  margin: 0;
}

.commitment-gold-line {
  width: 80px;
  height: 1px;
  background: #B98227;
}

.commitment-card-desc {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #777777;
  margin: 0;
}

/* RESPONSIVE MEDIA QUERIES (Aligned with Header & Footer Containers) */

/* Laptop / Macbook (1025px - 1440px) */
@media (max-width: 1440px) and (min-width: 1025px) {
  .about-hero {
    padding-top: 140px;
    padding-bottom: 48px;
  }
  .about-hero-container,
  .about-company-container,
  .about-commitment-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .about-company-sec,
  .about-commitment-sec {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .about-visimisi-sec {
    padding: 48px 24px 48px 0;
  }
  .visimisi-custom-cards-container {
    gap: 16px;
  }
  .visi-card, .misi-card {
    padding: 28px 24px;
  }
}

/* Tablet (641px - 1024px) */
@media (max-width: 1024px) {
  .about-hero {
    padding-top: 120px;
    padding-bottom: 36px;
  }
  .about-hero-container,
  .about-company-container,
  .about-commitment-container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .about-photo-grid {
    flex-direction: column;
    height: auto;
  }
  .about-photo-col {
    width: 100%;
    height: 240px;
  }
  .about-company-sec,
  .about-commitment-sec {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .about-company-container {
    flex-direction: column;
    gap: 32px;
  }
  .about-company-content,
  .about-company-img-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .about-company-img-wrapper {
    height: 300px;
  }
  /* Custom Responsive Visi Misi Layout for Tablet & Mobile */
  .about-visimisi-sec {
    height: auto;
    min-height: auto;
    padding: 40px 24px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
  .visimisi-custom-cards-container {
    order: 1;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    gap: 20px;
    align-items: stretch;
    margin-bottom: 24px;
  }
  .visimisi-card,
  .visi-card,
  .misi-card {
    flex: 1 1 50%;
    width: 50%;
    max-width: 50%;
    height: auto;
  }
  .visimisi-left-bg-wrapper {
    order: 2;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 280px;
    border-radius: 8px;
    margin: 0;
  }
  .about-commitment-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Mobile (<= 767px) */
@media (max-width: 767px) {
  .about-hero {
    padding-top: 100px;
    padding-bottom: 28px;
  }
  .about-hero-container,
  .about-company-container,
  .about-commitment-container {
    padding-left: 18px;
    padding-right: 18px;
  }
  .about-hero-title {
    font-size: 24px;
    line-height: 32px;
  }
  .about-hero-desc {
    font-size: 15px;
    line-height: 24px;
  }
  .about-photo-col {
    height: 180px;
  }
  .about-company-sec,
  .about-commitment-sec {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .about-visimisi-sec {
    padding: 32px 16px;
  }
  .visimisi-custom-cards-container {
    order: 1;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    gap: 16px;
    margin-bottom: 20px;
  }
  .visimisi-card,
  .visi-card,
  .misi-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    flex: auto;
    padding: 24px 18px;
  }
  .visimisi-left-bg-wrapper {
    order: 2;
    height: 200px;
    margin: 0;
  }
  .about-company-heading {
    font-size: 22px;
    line-height: 32px;
  }
  .about-company-text {
    font-size: 15px;
    line-height: 24px;
  }
  .visimisi-card-title {
    font-size: 22px;
    line-height: 30px;
  }
  .visimisi-card-text, .misi-list li {
    font-size: 15px;
    line-height: 24px;
  }
  .commitment-card {
    padding: 24px 18px;
  }
}
