/* ========================================
   Landingpage SECTION - DESKTOP
   ======================================== */

.whoweare-landingpage-desktop {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.whoweare-landingpage-desktop .content {
  position: relative;
  /* penting: biar video absolute ngikut parent ini */
  margin: 110px 20px 0 20px;
  min-height: calc(100vh - 110px);
  width: calc(100% - 40px);
  border-radius: 25px;
  overflow: hidden;
  /* biar video nggak keluar dari border radius */
}

.whoweare-landingpage-desktop .content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* video selalu menutup area */
  object-position: top center;
  z-index: -1;
  /* taruh di belakang isi */
  border-radius: 25px;
  /* ikutin bentuk parent */
}

.whoweare-landingpage-desktop-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}

.whoweare-landingpage-desktop-text .content {
  color: white;
  text-align: left;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.whoweare-landingpage-desktop-text h1 {
  font-size: 14.5vw;
  font-weight: var(--font-bold);
  line-height: 1;
  margin: 0;
  padding: 0;
  text-indent: -0.05em;
  text-align: left;
  width: 100%;
}

@media (min-width: 992px) {
  .whoweare-landingpage-desktop-text h1 {
    font-size: 12.2vw;
    /* desktop */
  }
}

.whoweare-landingpage-desktop-text h3 {
  font-size: 4vw;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/* ========================================
   LANDINGPAGE SECTION - MOBILE
   ======================================== */

.whoweare-landingpage-mobile {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.whoweare-landingpage-mobile video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center bottom;
  z-index: -1;
}

.whoweare-landingpage-mobile-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);

  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.whoweare-landingpage-mobile-text .content {
  color: white;
  text-align: left;
}

.whoweare-landingpage-mobile-text h1 {
  font-size: 18vw;
  font-weight: var(--font-bold);
  line-height: 1;
  margin: 0;
  padding: 0;
  text-indent: -0.06em;
}

.whoweare-landingpage-mobile-text h3 {
  font-size: 10vw;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/* ========================================
   Quote SECTION - DESKTOP
   ======================================== */

.whoweare-quote-desktop {
  margin: 0 0 0 0;
  position: relative;
  width: 100%;
  aspect-ratio: calc(1521 / 720);
  overflow: hidden;
  background-color: var(--color-white1);

  display: flex;
  justify-content: center; /* center vertikal */
  align-items: center; /* center horizontal */
}

.whoweare-quote-desktop .content {
  height: 100%;
  padding: 0 0 0 125px;
  text-align: left;

  display: flex; /* biar isi (p) bisa center */
  justify-content: flex-start; /* vertikal */
  align-items: center; /* horizontal */
}

.whoweare-quote-desktop-text {
  font-family: var(--font-primary);
  font-weight: var(--font-lighter);
  font-size: 30px;
  line-height: 1.5;
  color: var(--color-grey2);
}

@media (min-width: 992px) {
  .whoweare-quote-desktop-text {
    font-size: 40px;
    /* desktop */
  }
}

.whoweare-quote-desktop-text span {
  font-weight: var(--font-bold);
}

.whoweare-quote-desktop .ornament img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 70px;
  height: 30vh;
  z-index: 1;
}

.whoweare-quote-desktop .ornament img:nth-child(2) {
  position: absolute;
  top: -20%;
  right: 0;
  width: 60vw;
  z-index: 1;
}

@media (min-width: 992px) {
  .whoweare-quote-desktop .ornament img:nth-child(2) {
    top: -20%;
    width: 60vw;
    /* desktop */
  }
}

/* ========================================
   Promotion SECTION - DESKTOP
   ======================================== */

.whoweare-promotion-desktop {
  margin: 0 0 0 0;
  position: relative;
  border-radius: 0 50px 0 0;
  width: 100%;
  height: calc(100vh + 20px);
  overflow: hidden;
  background-color: var(--color-blue1);
}

.whoweare-promotion-desktop .content {
  /* background-color: yellow; */
  height: 100%;
  padding: 10%;
  text-align: center;
  align-items: center;

  display: flex;
  flex-direction: column;

  justify-content: center; /* vertikal */
  align-items: start; /* horizontal */
}

.whoweare-promotion-desktop-text1 {
  font-family: var(--font-primary);
  font-weight: var(--font-bold);
  font-size: 30px;
  line-height: 1.5;
  color: var(--color-white1);
  text-align: start;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .whoweare-promotion-desktop-text1 {
    font-size: 260px;
    /* desktop */
  }
}

.whoweare-promotion-desktop-text1 span {
  font-weight: var(--font-lighter);
  font-size: 100px;
}

.whoweare-promotion-desktop-text2 {
  font-style: italic;
  font-family: var(--font-primary);
  font-weight: var(--font-lighter);
  font-size: 30px;
  line-height: 1.5;
  color: var(--color-white1);
  text-align: start;
}

@media (min-width: 992px) {
  .whoweare-promotion-desktop-text2 {
    font-size: 40px;
    /* desktop */
  }
}

.whoweare-promotion-desktop .ornament img:nth-child(1) {
  position: absolute;
  top: 10vh;
  left: 0;
  width: 60vw;
  z-index: 1;
}

.whoweare-promotion-desktop .ornament img:nth-child(2) {
  position: absolute;
  bottom: 10vh;
  right: 0;
  width: 60vw;
  z-index: 1;
}

/* ========================================
   QUOTE SECTION - MOBILE
   ======================================== */

.whoweare-quote-mobile {
  position: relative;
  min-height: 90vh;
  overflow: hidden;
  background-color: var(--color-white1);
}

.whoweare-quote-mobile .content {
  height: 100%;
  padding: 26vh 0 0 30px;
  text-align: left;

  display: flex; /* biar isi (p) bisa center */
  justify-content: flex-start; /* vertikal */
  align-items: center; /* horizontal */
}

.whoweare-quote-mobile-text {
  font-family: var(--font-primary);
  font-weight: var(--font-lighter);
  font-size: 30px;
  line-height: normal;
  color: var(--color-grey2);
}

.whoweare-quote-mobile-text span {
  font-weight: var(--font-bold);
}

.whoweare-quote-mobile .ornament img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 25px;
  height: 25vh;
  z-index: 10;
}

.whoweare-quote-mobile .ornament img:nth-child(2) {
  position: absolute;
  bottom: 10%;
  right: 0;
  width: calc(100vw - 25px);
  z-index: 10;
}

/* ========================================
   DISTRIBUTION SECTION - DESKTOP
   ======================================== */

.whoweare-distribution-desktop {
  position: relative;
  min-height: 100vh;
  background: #009247;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 80px 0;
}

.distribution-container {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Left Content - Fixed */
.distribution-left-content {
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 10;
  max-width: 500px;
}

@media (min-width: 1400px) {
  .distribution-left-content {
    top: 80px;
    left: 100px;
    max-width: 600px;
  }
}

.distribution-title {
  font-family: var(--font-primary);
  font-weight: var(--font-light);
  font-size: 32px;
  line-height: 1.2;
  color: var(--color-white1);
  margin: 0 0 10px 0;
}

@media (min-width: 1200px) {
  .distribution-title {
    font-size: 42px;
  }
}

.distribution-subtitle {
  font-family: var(--font-primary);
  font-weight: var(--font-bold);
  font-size: 60px;
  line-height: 1;
  color: var(--color-white1);
  margin: 0 0 60px 0;
}

@media (min-width: 1200px) {
  .distribution-subtitle {
    font-size: 80px;
    margin: 0 0 80px 0;
  }
}

/* Region Indicator */
.region-indicator {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.region-label {
  font-family: var(--font-primary);
  font-weight: var(--font-light);
  font-size: 36px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
  line-height: 1;
}

@media (min-width: 1200px) {
  .region-label {
    font-size: 48px;
  }
}

.region-number-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  height: 120px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .region-number-wrapper {
    height: 150px;
  }
}

.region-number {
  font-family: var(--font-primary);
  font-weight: var(--font-bold);
  font-size: 120px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.4s ease;
  cursor: default;
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(20px);
}

@media (min-width: 1200px) {
  .region-number {
    font-size: 150px;
  }
}

.region-number.active {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transform: translateY(0);
}

/* Right Content - Map Container */
.distribution-map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

.map-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.map-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.5s ease,
    visibility 0s 0.5s;
}

.map-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 0.5s ease,
    visibility 0s;
}

/* Map Image */
.map-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

/* Navigation Buttons */
.map-nav-btn {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #0659af;
  border: none;
  color: var(--color-white1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 20;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(6, 89, 175, 0.4);
}

@media (min-width: 1200px) {
  .map-nav-btn {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}

.map-nav-btn:hover:not(:disabled) {
  background: #0448a0;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 25px rgba(6, 89, 175, 0.6);
}

.map-nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background: #0659af;
  box-shadow: none;
}

.map-nav-prev {
  left: 10px;
}

.map-nav-next {
  right: 10px;
}

@media (min-width: 1200px) {
  .map-nav-prev {
    left: 20px;
  }

  .map-nav-next {
    right: 20px;
  }
}

@media (min-width: 1400px) {
  .map-nav-prev {
    left: 30px;
  }

  .map-nav-next {
    right: 30px;
  }
}

/* Region highlight circles (background decoration) - Removed for solid background */
