@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Montserrat:wght@300;400;600&display=swap");

.smt-bio-hero {
  --smt-bg-light: #000000;
  --smt-text-dark-1: #ffffff;
  --smt-text-dark-2: #e5e7eb;
  --smt-text-dark-3: #cbd5e1;
  --smt-main-500: #1bad6c;
  --smt-main-400: #43d39a;
  --smt-radius-pill: 9999px;
  position: relative;
  width: 100%;
  font-family: "Montserrat", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

.smt-bio-hero * {
  box-sizing: border-box;
}

.smt-bio-hero .smt-bio-hero-title,
.smt-bio-hero .smt-bio-hero-subtitle,
.smt-bio-hero .smt-bio-hero-description,
.smt-bio-hero .smt-bio-hero-cta,
.smt-bio-hero .smt-bio-hero-cta-label {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  letter-spacing: normal;
}

.smt-bio-hero-scroll-root {
  height: 180vh;
}

.smt-bio-hero-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.smt-bio-hero-bg-light,
.smt-bio-hero-bg-image,
.smt-bio-hero-hole-overlay {
  position: absolute;
  inset: 0;
}

.smt-bio-hero-bg-light {
  background: var(--smt-bg-light);
  z-index: 1;
}

.smt-bio-hero-bg-image {
  z-index: 2;
  background-image: url("/wp-content/uploads/2026/03/Gemini_Generated_Image_89ssed89ssed89ss-복사.webp");
  background-size: cover;
  background-position: 70% center;
}

.smt-bio-hero-hole-overlay {
  z-index: 3;
  --hole-width: 622px;
  --hole-height: 467px;
  --hole-x: 70%;
  --hole-y: 50%;
}

.smt-bio-hero-hole-overlay::after {
  content: "";
  position: absolute;
  left: var(--hole-x);
  top: var(--hole-y);
  width: var(--hole-width);
  height: var(--hole-height);
  border-radius: 20px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 200vmax var(--smt-bg-light);
  pointer-events: none;
}

.smt-bio-hero-inner {
  position: relative;
  z-index: 20;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

.smt-bio-hero-copy-wrap {
  position: relative;
  z-index: 20;
  flex: 0 1 800px;
  width: min(100%, 800px);
  max-width: 800px;
  min-height: 30rem;
}

.smt-bio-hero-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.smt-bio-hero-title {
  max-width: 800px;
  font-size: 5rem !important;
  line-height: 1.12 !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  color: var(--smt-text-dark-1) !important;
  font-family: "Playfair Display", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  font-style: italic !important;
  transition: color 220ms ease;
}

.smt-bio-hero-subtitle {
  max-width: 800px;
  font-size: clamp(0.9rem, 1.6vw, 1.15rem) !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.14em !important;
  color: var(--smt-main-500) !important;
  font-family: "Montserrat", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  transition: color 220ms ease;
}

.smt-bio-hero-description {
  max-width: 760px;
  font-size: clamp(1rem, 1.6vw, 1.125rem) !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  color: var(--smt-text-dark-3) !important;
  font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  transition: color 220ms ease, opacity 1200ms ease, transform 1200ms ease;
}

.smt-bio-hero-description {
  display: none !important;
}

.smt-bio-hero-title,
.smt-bio-hero-subtitle {
  transition: color 220ms ease, opacity 1200ms ease, transform 1200ms ease;
}

.smt-bio-hero .smt-bio-hero-fade-item {
  opacity: 1;
  transform: translateY(0);
}

.smt-bio-hero.smt-bio-hero-intro-start .smt-bio-hero-fade-item {
  opacity: 0;
  transform: translateY(22px);
}

.smt-bio-hero.smt-bio-hero-intro-active .smt-bio-hero-fade-item {
  opacity: 1;
  transform: translateY(0);
}

.smt-bio-hero.smt-bio-hero-intro-active .smt-bio-hero-fade-item-2 {
  transition-delay: 220ms;
}

.smt-bio-hero.smt-bio-hero-intro-active .smt-bio-hero-fade-item-3 {
  transition-delay: 420ms;
}

.smt-bio-hero.smt-bio-hero-intro-active .smt-bio-hero-fade-item-4 {
  transition-delay: 620ms;
}

.smt-bio-hero-copy-dark.is-overlap .smt-bio-hero-title {
  color: #ffffff !important;
}

.smt-bio-hero-copy-dark.is-overlap .smt-bio-hero-subtitle {
  color: var(--smt-main-500) !important;
}

.smt-bio-hero-copy-dark.is-overlap .smt-bio-hero-description {
  color: #d1d5db !important;
}

.smt-bio-hero-copy-dark.is-overlap .smt-bio-hero-description,
.smt-bio-hero-copy-dark.is-overlap .smt-bio-hero-description * {
  color: #d1d5db !important;
}

.smt-bio-hero-cta {
  all: unset;
  box-sizing: border-box;
  margin-top: 0.75rem;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  min-height: 0 !important;
  padding: 20px 70px !important;
  height: auto !important;
  line-height: normal !important;
  border-radius: var(--smt-radius-pill);
  background: var(--smt-main-500);
  cursor: pointer;
  transition: background-color 160ms ease;
  -webkit-appearance: none;
  appearance: none;
}

.smt-bio-hero-cta-label {
  display: block;
  font-family: "Montserrat", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  color: #ffffff !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

.smt-bio-hero-copy-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.smt-bio-hero-accent-line {
  height: 4px;
  width: 64px;
  background: var(--smt-main-500);
}

.smt-bio-hero-cta:hover {
  background: #149c5d;
}

.smt-bio-hero-copy-dark.is-overlap .smt-bio-hero-cta {
  background: var(--smt-main-500) !important;
}

.smt-bio-hero-copy-dark.is-overlap .smt-bio-hero-cta-label {
  color: #ffffff !important;
}

.smt-bio-hero-bottom-ui {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  padding: 0 4rem 3rem;
}

.smt-bio-hero-bottom-ui-inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.smt-bio-hero-progress-track {
  position: relative;
  width: 100%;
  max-width: 20rem;
  height: 1px;
  background: rgba(148, 163, 184, 0.3);
  overflow: hidden;
}

.smt-bio-hero-progress-fill {
  position: absolute;
  inset: 0;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  background: var(--smt-main-400);
}

.smt-bio-hero-page-indicator {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(229, 231, 235, 0.9);
}

@media (max-width: 1100px) {
  .smt-bio-hero-inner {
    padding: 0 2rem;
    gap: 1rem;
  }

  .smt-bio-hero-bottom-ui {
    padding: 0 2rem 2rem;
  }

  .smt-bio-hero-copy-wrap {
    min-height: 24rem;
  }
}

@media (max-width: 860px) {
  .smt-bio-hero-inner {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 5rem;
    padding-bottom: 7rem;
  }

  .smt-bio-hero-hole-overlay {
    /* 모바일에서는 오른쪽 배치를 너무 치우치지 않게 되돌립니다. */
    --hole-x: 50%;
  }

  .smt-bio-hero-copy-wrap {
    min-height: 19rem;
  }

  .smt-bio-hero-bottom-ui-inner {
    align-items: flex-end;
  }
}
