/* penblade HOME — 크리에이티브 에이전시 랜딩(디자인 껍데기).
   5개 섹션을 카드처럼 세로로 쌓는다. 헤딩=Urbanist. */

.pbl {
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-family: var(--font-base);
  color: #14171c;
}
.pbl-card {
  border-radius: 26px;
  overflow: hidden;
  position: relative;
}
.pbl h1, .pbl h2, .pbl h3 {
  font-family: var(--font-num);   /* Urbanist */
  letter-spacing: -0.02em;
  margin: 0;
}
.pbl-eyebrow {
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.12em;
  color: #6b7079; margin: 0;
}

/* 공통: + LET'S TALK 류 */
.pbl-talk {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; color: #fff;
}
.pbl-plus {
  width: 34px; height: 34px; flex-shrink: 0;
  display: grid; place-items: center;
  background: #fff; color: #14171c;
  border-radius: 50%; font-size: 1.1rem; font-weight: 400;
}
.pbl-talk-dark { color: #14171c; }
.pbl-talk-dark .pbl-plus { background: #14171c; color: #fff; }

/* 프로필 카드 (히어로/컨택 공용) */
.pbl-profilecard {
  display: flex; align-items: stretch; gap: 0;
  background: #14171c; border-radius: 18px; overflow: hidden;
  width: 360px; max-width: 100%;
}
.pbl-profilecard-img { width: 92px; object-fit: cover; flex-shrink: 0; }
.pbl-profilecard-body { padding: 16px 20px; display: flex; flex-direction: column; gap: 4px; }
.pbl-role { margin: 0; font-size: 0.7rem; letter-spacing: 0.12em; color: #8b8f97; }
.pbl-name { margin: 0 0 12px; font-size: 1.05rem; font-weight: 700; color: #fff; font-family: var(--font-num); }

/* ════════ 1. HERO ════════ */
.pbl-hero {
  background: #ffffff;
  min-height: 660px;
  padding: 34px 40px;
}
.pbl-gear { position: absolute; top: -42px; left: -34px; width: 232px; height: 232px; pointer-events: none; }
.pbl-bigcircle {
  position: absolute; width: 760px; height: 760px;
  top: -150px; left: 40px;
  border: 1px solid #eeece8; border-radius: 50%; pointer-events: none;
}
.pbl-dot { position: absolute; top: 300px; left: 44%; width: 7px; height: 7px; background: #14171c; border-radius: 50%; }
.pbl-crosshair {
  position: absolute; top: 430px; left: 37%;
  width: 30px; height: 30px; border: 1px solid #14171c; border-radius: 50%;
}
.pbl-crosshair::after {
  content: ""; position: absolute; inset: 0; margin: auto;
  width: 5px; height: 5px; background: #14171c; border-radius: 50%;
}

.pbl-hero-photo {
  position: absolute; top: 40px; right: 40px;
  width: 47%; max-width: 660px;
  display: flex; align-items: stretch; gap: 14px;
}
.pbl-hero-photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 6px; }
.pbl-follow {
  writing-mode: vertical-rl; transform: rotate(180deg);
  font-size: 0.78rem; color: #5f636b; letter-spacing: 0.04em; white-space: nowrap;
  align-self: center;
}
.pbl-follow b { color: #14171c; font-weight: 700; }

.pbl-profilecard { position: absolute; left: 40px; bottom: 220px; z-index: 3; }

.pbl-hero-foot {
  position: absolute; left: 0; right: 0; bottom: 26px;
  padding: 0 40px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 20px;
}
.pbl-ghost {
  font-family: var(--font-num); font-weight: 700;
  font-size: clamp(3.5rem, 9vw, 8.5rem); line-height: 0.8;
  color: #eeece8; user-select: none;
}
.pbl-hero-title {
  text-align: right;
  font-size: clamp(2.4rem, 6.2vw, 5.6rem); line-height: 0.92; font-weight: 700;
}
.pbl-hero-title .pbl-em { font-weight: 400; }

/* ════════ 2. TESTIMONIAL ════════ */
.pbl-testi { background: #f3f2f0; padding: 40px; }
.pbl-testi-head {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 24px;
  margin-bottom: 30px;
}
.pbl-testi-head h2 { font-size: clamp(1.5rem, 2.6vw, 2.2rem); line-height: 1.15; max-width: 640px; font-weight: 700; }
.pbl-avatars { display: inline-flex; vertical-align: middle; }
.pbl-avatars img {
  width: 38px; height: 38px; border-radius: 50%; object-fit: cover;
  border: 3px solid #f3f2f0; margin-left: -8px;
}
.pbl-avatars img:first-child { margin-left: 0; }
.pbl-prevnext { display: flex; gap: 22px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; color: #8b8f97; }

.pbl-testi-card {
  background: #fff; border-radius: 20px; padding: 18px;
  display: grid; grid-template-columns: 0.72fr 1.4fr 0.6fr; gap: 26px;
}
.pbl-testi-photo { align-self: center; }   /* 작은 카드처럼 세로 중앙 */
.pbl-testi-photo img { width: 100%; height: 240px; min-height: 0; object-fit: cover; border-radius: 14px; }
.pbl-testi-quote { display: flex; flex-direction: column; padding: 22px 8px; }
.pbl-stars { color: #f59e0b; letter-spacing: 4px; font-size: 0.95rem; margin-bottom: 22px; }
.pbl-quote { font-size: clamp(1.1rem, 1.8vw, 1.6rem); line-height: 1.4; font-weight: 500; margin: 0 0 auto; }
.pbl-reviewer {
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid #ececec; padding-top: 18px; margin-top: 26px;
}
.pbl-reviewer strong { display: block; font-size: 0.95rem; }
.pbl-reviewer span { font-size: 0.8rem; color: #8b8f97; }
.pbl-reviewer img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.pbl-testi-stats {
  border-left: 1px solid #ececec; padding: 22px 8px 22px 26px;
  display: flex; flex-direction: column; gap: 26px; text-align: center;
}
.pbl-logoipsum { font-weight: 800; font-size: 0.95rem; color: #14171c; letter-spacing: -0.02em; }
.pbl-statblock span { display: block; font-size: 0.68rem; letter-spacing: 0.08em; color: #8b8f97; margin-bottom: 6px; }
.pbl-statblock strong { font-family: var(--font-num); font-size: 2rem; font-weight: 700; }

/* ════════ 3. FAQ ════════ */
.pbl-faq { background: #f3f2f0; padding: 40px; }
.pbl-faq-eyebrow { padding-bottom: 18px; border-bottom: 1px solid #e2e1de; margin-bottom: 34px; }
.pbl-faq-grid { display: grid; grid-template-columns: 0.8fr 1.6fr; gap: 40px; }
.pbl-faq-ask { font-size: 1rem; color: #6b7079; line-height: 1.5; margin: 0 0 22px; max-width: 280px; }
.pbl-faq-ask a { color: #14171c; font-weight: 700; }
.pbl-faq-aside > img { width: 100%; max-width: 320px; aspect-ratio: 1 / 1.05; object-fit: cover; border-radius: 16px; }
.pbl-faq-main h2 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; font-weight: 700; margin-bottom: 34px; }
.pbl-faq-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.pbl-faq-list li { background: #fff; border-radius: 14px; padding: 22px 26px; }
.pbl-faq-q { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 1.05rem; font-weight: 600; }
.pbl-faq-q i {
  width: 36px; height: 36px; flex-shrink: 0; display: grid; place-items: center;
  background: #14171c; color: #fff; border-radius: 50%; font-size: 0.8rem;
}
.pbl-faq-a { display: flex; gap: 22px; margin-top: 22px; }
.pbl-faq-a img { width: 200px; aspect-ratio: 16 / 11; object-fit: cover; border-radius: 12px; flex-shrink: 0; }
.pbl-faq-a p { color: #6b7079; line-height: 1.55; margin: 0 0 22px; }

/* ════════ 4. BLOG / WEB3 ════════ */
.pbl-blog { background: #f3f2f0; padding: 40px; }
.pbl-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pbl-blog-col { display: flex; flex-direction: column; gap: 22px; }
.pbl-post { border-radius: 16px; padding: 26px; }
.pbl-post-dark { background: #14171c; }
.pbl-post-dark h3 { color: #fff; }
.pbl-post-dark .pbl-post-meta b { color: #fff; }
.pbl-post-light { background: #fff; }
.pbl-post-meta { display: flex; align-items: center; gap: 14px; font-size: 0.72rem; letter-spacing: 0.08em; margin: 0 0 16px; }
.pbl-post-meta b { font-weight: 800; }
.pbl-post-meta span { color: #9a9ea6; }
.pbl-post h3 { font-size: 1.25rem; line-height: 1.25; font-weight: 700; }
/* 사진이 컬럼의 남는 높이를 채워 세 컬럼(=web3 카드들) 높이를 동일하게 맞춘다.
   가운데 사진도 더는 따로 길지 않음. */
.pbl-blog-img { flex: 1 1 240px; min-height: 0; border-radius: 16px; overflow: hidden; }
.pbl-blog-img img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ════════ 5. CONTACT (dark) ════════ */
.pbl-contact { background: #0e0e0f; padding: 44px 40px; color: #fff; }
.pbl-contact-eyebrow {
  color: #9a9ea6; padding-bottom: 18px; border-bottom: 1px solid #2a2a2c; margin-bottom: 42px;
}
.pbl-contact-title {
  font-size: clamp(1.8rem, 3.6vw, 3.2rem); line-height: 1.12; font-weight: 700;
  max-width: 900px; margin: 0 0 48px auto; color: #fff;
}
.pbl-contact-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 40px; align-items: end; }
.pbl-profilecard-ondark { background: #1b1b1d; }
.pbl-profilecard-ondark .pbl-name { color: #fff; }

.pbl-form { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 36px; }
.pbl-field { display: flex; flex-direction: column; gap: 10px; }
.pbl-field-full { grid-column: 1 / -1; }
.pbl-field label { font-size: 0.7rem; letter-spacing: 0.1em; color: #8b8f97; }
.pbl-field input, .pbl-field select, .pbl-field textarea {
  background: transparent; border: none; border-bottom: 1px solid #343436;
  color: #fff; font-family: var(--font-base); font-size: 0.95rem;
  padding: 8px 0; outline: none;
}
.pbl-field select option { color: #14171c; }
.pbl-field textarea { resize: vertical; }
.pbl-submit {
  grid-column: 1 / -1; justify-self: start;
  display: inline-flex; align-items: center; gap: 12px;
  background: #fff; color: #14171c; border: none; border-radius: 999px;
  padding: 12px 12px 12px 26px; font-family: var(--font-base);
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; cursor: pointer;
}
.pbl-submit .pbl-plus { background: #14171c; color: #fff; width: 30px; height: 30px; }

/* ════════ 반응형 ════════ */
@media (max-width: 1000px) {
  .pbl-testi-card { grid-template-columns: 1fr; }
  .pbl-testi-stats { border-left: none; border-top: 1px solid #ececec; padding: 22px 0 0; flex-direction: row; justify-content: space-around; }
  .pbl-faq-grid { grid-template-columns: 1fr; }
  .pbl-blog-grid { grid-template-columns: 1fr 1fr; }
  .pbl-contact-grid { grid-template-columns: 1fr; }
  .pbl-form { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .pbl-hero { min-height: 0; padding: 26px; display: flex; flex-direction: column; gap: 22px; }
  .pbl-gear, .pbl-bigcircle, .pbl-dot, .pbl-crosshair { display: none; }
  .pbl-hero-photo, .pbl-profilecard, .pbl-hero-foot { position: static; width: 100%; max-width: none; }
  .pbl-hero-foot { flex-direction: column; align-items: flex-start; padding: 0; }
  .pbl-hero-title { text-align: left; }
  .pbl-ghost { display: none; }
  .pbl-blog-grid { grid-template-columns: 1fr; }
  .pbl-faq-a { flex-direction: column; }
  .pbl-faq-a img { width: 100%; }
}
