@charset "UTF-8";

/* ============================================================
   About page (subpage/about.html)
   기존 디자인 토큰 재사용: .box(프로스티드 카드), #FFCC00 액센트,
   Druk 디스플레이 폰트, 1440px 컨테이너
   ============================================================ */

.about-main { width: 100%; }

/* 공통 컨테이너 폭/여백 */
.about-hero,
.about-block { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 40px; box-sizing: border-box; }

.about-block { margin-top: 100px; }


/* ---------- 1. Intro / Hero ---------- */
.about-hero { padding-top: 200px; display: flex; align-items: center; justify-content: space-between; gap: 60px; }

.about-hero__text { flex: 1 1 auto; max-width: 820px; }
.about-hero__eyebrow { font-size: 2rem; font-weight: 400; line-height: 1.4; color: #FFCC00; letter-spacing: 0.02em; margin-bottom: 24px; }
.about-hero__text h2 { font-family: 'Druk'; font-size: 5rem; font-weight: 700; line-height: 0.9; color: #fff; }
.about-hero__text h2 i { display: block; font-family: 'Druk'; font-size: 9rem; font-weight: 700; line-height: 0.95; color: #fff; }
.about-hero__bio { font-size: 2rem; font-weight: 400; line-height: 1.6; color: #cfcfcf; margin-top: 34px; }

.about-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 46px; }
/* .pdfDownload 는 layout.css 의 옐로 버튼 재사용, margin-top 만 리셋 */
.about-hero__actions .pdfDownload { margin-top: 0; }

/* 고스트(보조) 버튼 */
.btn-ghost { display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; border-radius: 50px; padding: 15px 30px; font-size: 2.4rem; font-weight: 400; line-height: 100%; color: #fff; background: #ffffff10; border: 1px solid #ffffff40; cursor: pointer; transition: background 0.2s, border-color 0.2s; white-space: nowrap; }
.btn-ghost:hover { background: #ffffff20; border-color: #fff; }

/* 헤드샷 자리표시자 (교체 시: background:url('../images/about_headshot.jpg') center/cover) */
.about-hero__photo { flex: 0 0 auto; width: 420px; height: 500px; border-radius: 40px; background: #ffffff10; position: relative; z-index: 1; overflow: hidden; display: flex; align-items: center; justify-content: center; -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); }
.about-hero__photo::before { content: ""; position: absolute; inset: 0; border-radius: 40px; padding: 1px; background: linear-gradient(0deg, #fff, #ffffff50); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index: 0; pointer-events: none; }
.photo-placeholder { font-size: 2rem; color: #888; }


/* ---------- 공통 섹션 라벨 ---------- */
.about-block__label { font-family: 'Druk'; font-size: 4rem; font-weight: 500; line-height: 1; letter-spacing: 0.02em; color: #fff; margin-bottom: 30px; }


/* ---------- 2. My Journey ---------- */
.journey-card { display: block; }
.journey-card h3 { font-size: 4rem; font-weight: 700; line-height: 1.14; color: #fff; margin-bottom: 20px; }
.journey-card > p { font-size: 2.2rem; font-weight: 400; line-height: 1.6; color: #cfcfcf; max-width: 1100px; }

/* 공정 사진 스트립 — 저채도 자리표시자 (교체 시 background-image + filter 유지) */
.process-strip { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 36px; }
.process-shot { flex: 1 1 0; min-width: 180px; height: 160px; display: flex; align-items: flex-end; padding: 16px; box-sizing: border-box; border-radius: 20px; background: #ffffff08; border: 1px solid #ffffff20; color: #888; font-size: 1.6rem; filter: grayscale(1); }


/* ---------- 3. How I Work ---------- */
.approach-grid { display: flex; gap: 20px; }
.approach-card { flex: 1 1 0; display: block; }
.approach-num { font-family: 'Druk'; font-size: 4.4rem; font-weight: 700; line-height: 1; color: #FFCC00; display: block; margin-bottom: 16px; }
.approach-card h4 { font-size: 3.2rem; font-weight: 700; line-height: 1.14; color: #fff; margin-bottom: 12px; }
.approach-card p { font-size: 1.9rem; font-weight: 400; line-height: 1.55; color: #aaa; }


/* ---------- 4. Beyond Work ---------- */
.beyond-grid { display: flex; gap: 20px; }
.beyond-card { flex: 1 1 0; display: block; }
.beyond-card h4 { display: flex; align-items: center; gap: 14px; font-size: 3rem; font-weight: 700; line-height: 1.2; color: #fff; margin-bottom: 14px; }
.beyond-card h4 i { font-size: 2.8rem; color: #FFCC00; }
.beyond-card p { font-size: 1.9rem; font-weight: 400; line-height: 1.55; color: #aaa; }


/* ---------- 5. CTA ---------- */
.about-cta { display: block; text-align: center; align-items: center; padding: 60px 40px; }
.about-cta h3 { font-size: 4.4rem; font-weight: 700; line-height: 1.14; color: #fff; margin-bottom: 16px; }
.about-cta > p { font-size: 2.2rem; font-weight: 400; line-height: 1.4; color: #888; margin-bottom: 40px; }
.about-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.about-cta__actions .pdfDownload { margin-top: 0; }


/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1100px) {
    .about-hero { flex-direction: column-reverse; align-items: flex-start; gap: 40px; padding-top: 150px; }
    .about-hero__photo { width: 100%; height: 420px; }
    .about-hero__text { max-width: 100%; }
    .approach-grid { flex-wrap: wrap; }
    .approach-card { flex: 1 1 45%; min-width: 260px; }
    .beyond-grid { flex-wrap: wrap; }
    .beyond-card { flex: 1 1 100%; }
}

@media (max-width: 700px) {
    .about-hero, .about-block { padding-left: 20px; padding-right: 20px; }
    .about-block { margin-top: 70px; }
    .about-hero__text h2 { font-size: 3.6rem; }
    .about-hero__text h2 i { font-size: 6rem; }
    .about-hero__bio { font-size: 1.8rem; }
    .about-hero__actions .pdfDownload, .about-hero__actions .btn-ghost,
    .about-cta__actions .pdfDownload, .about-cta__actions .btn-ghost { width: 100%; font-size: 2rem; }
    .about-block__label { font-size: 3.2rem; }
    .journey-card h3 { font-size: 3rem; }
    .journey-card > p { font-size: 1.9rem; }
    .approach-card { flex: 1 1 100%; }
    .about-cta h3 { font-size: 3.2rem; }
}
