/* ==========================================================================
   Welcome Section CSS - Custom Agency
   ========================================================================== */

.welcome-section {
  width: 100%;
  min-height: 0;
  padding: 1.5rem 1rem;
  color: var(--base-200);
}

@media (min-width: 640px) {
  .welcome-section {
    padding: 3rem 1.5rem;
  }
}

@media (min-width: 768px) {
  .welcome-section {
    min-height: 100vh;
    padding: 5rem 2rem;
  }
}

@media (min-width: 1024px) {
  .welcome-section {
    padding: 5rem 3rem;
  }
}

.text-darkBrown {
  color: #2A2725;
  position: relative;
  display: inline-block;
  overflow: hidden;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.clip-text-welcome {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--base-300);
  clip-path: inset(100% 0 0 0);
  white-space: normal;
  word-break: break-word;
  transition: none;
  line-height: 1.08;
}

.welcome-headline {
  width: 100%;
  font-size: clamp(1.375rem, 4.5vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .welcome-headline {
    width: 90%;
    padding-top: 2.5rem;
  }
}

.welcome-bottom-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .welcome-bottom-row {
    margin-top: 3rem;
    gap: 2rem;
    padding: 1rem;
  }
}

@media (min-width: 1024px) {
  .welcome-bottom-row {
    flex-direction: row;
    margin-top: 5rem;
  }
}

.welcome-images-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.welcome-img {
  border-radius: 1rem;
  width: 8rem;
  height: auto;
  object-fit: cover;
}

@media (min-width: 640px) {
  .welcome-img {
    border-radius: 1.5rem;
    width: 10rem;
  }
}

@media (min-width: 768px) {
  .welcome-img {
    border-radius: 3rem;
    width: 14rem;
  }
}

.welcome-description-box {
  width: 100%;
}

@media (min-width: 1024px) {
  .welcome-description-box {
    width: 50%;
  }
}

.welcome-description-text {
  font-size: clamp(1.125rem, 2vw, 2rem);
  color: var(--base-400);
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: -0.01em;
}
