* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

:root {
  /* 알파카 브랜드 옐로우(#F0CB43) 기반 옐로우·머스터드 팔레트 */
  --forest:        #E8C94E;   /* 골드 (다크 배경 위 텍스트 강조·아이콘) */
  --forest-deep:   #201E1A;   /* 웜 차콜 (SERVICE·CONTACT 배경, 로고 블랙 톤) */
  --forest-mid:    #D4AF1E;   /* 미드 옐로우 (그라데이션) */
  --forest-light:  #FBF4D5;   /* 옐로우 틴트 배경 */
  --cream:         #FBF7E6;
  --cream-warm:    #F2EAC4;
  --gold:          #F0CB43;   /* 브랜드 키컬러 옐로우 */
  --gold-light:    #FBE68C;
  --gold-deep:     #D8BC55;
  --ink:           #EFE9D6;
  --gray:          #B3AB92;
  --line:          #E9E2C0;
  --white:         #FFFFFF;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  background: #121110;
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  word-break: keep-all;
}

body {
  max-width: 480px;
  margin: 0 auto;
  min-height: 100vh;
  box-shadow: 0 0 60px rgba(0,0,0,0.25);
}

section { position: relative; padding: 40px 24px; }

.section-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.section-title {
  font-size: 24px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.35;
  letter-spacing: -0.8px;
  margin-bottom: 12px;
}
.section-title em { color: var(--forest); font-style: normal; font-weight: 800; }
.section-desc {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.75;
  word-break: keep-all;
}

/* ==================== REVEAL ==================== */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ==================== HERO ==================== */
.hero {
  position: relative;
  min-height: 100svh;
  padding: 0;
  display: flex;
  flex-direction: column;
  background: #201E1A;
}
.hero-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  max-height: 75vh;
  background: #C8C4BC;
  overflow: hidden;
  flex-shrink: 0;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  display: block;
  transform: scale(1.2);
  transform-origin: center 22%;
}

.hero-panel {
  flex: 1;
  background: var(--forest-deep);
  color: rgba(255,255,255,0.82);
  padding: 32px 28px calc(env(safe-area-inset-bottom, 0px) + 44px);
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--gold);   /* 사진-패널 경계 골드 라인 */
}

.hero-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
.hero-logo-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
}
.hero-logo-text { display: flex; flex-direction: column; }
.hero-logo-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--white);
  line-height: 1.1;
}
.hero-logo-sub {
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  margin-top: 2px;
}

.hero-tag {
  display: inline-block;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: var(--gold);
  padding: 5px 12px;
  background: rgba(240,203,67,0.12);
  border-radius: 100px;
  border: 1px solid rgba(240,203,67,0.40);
  margin-bottom: 18px;
  -webkit-user-select: none;
  user-select: none;
}

.hero-headline {
  font-family: 'Pretendard Variable', sans-serif;
  font-size: 42px;
  font-weight: 900;
  color: var(--white);
  line-height: 0.98;
  letter-spacing: -1px;
  margin-bottom: 6px;
}
.hero-headline-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  color: rgba(255,255,255,0.50);
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.hero-greeting {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.15);
  font-size: 13.5px;
  color: rgba(255,255,255,0.78);
  line-height: 1.75;
}
.hero-greeting-hi {
  display: block;
  font-size: 15.5px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
  letter-spacing: -0.3px;
}

/* ==================== CONNECT ==================== */
.connect { background: #191714; }
.connect .section-label { color: var(--forest); }
.connect .section-title em { color: var(--forest); }

.channel-grid { margin-top: 24px; }

/* 메인 CTA — 카카오 상담 */
.kakao-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 24px;
  background: linear-gradient(135deg, #F7DE7E 0%, var(--gold) 45%, #E0B21F 100%);
  border-radius: 100px;
  text-decoration: none;
  color: #3A2A08;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(224,178,31,0.42), inset 0 1px 0 rgba(255,255,255,0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.kakao-cta:active { transform: scale(0.97); }
.kakao-cta-glow {
  position: absolute;
  top: -60%; left: -20%;
  width: 50%; height: 220%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
  transform: rotate(18deg);
  animation: ctaSheen 4.5s ease-in-out infinite;
}
@keyframes ctaSheen {
  0%, 65% { left: -40%; }
  100% { left: 120%; }
}
.kakao-cta-icon {
  display: flex; align-items: center; justify-content: center;
  width: 30px; height: 30px;
  position: relative; z-index: 1;
}
.kakao-cta-icon svg { width: 26px; height: 26px; fill: #3A2A08; }
.kakao-cta-text {
  font-size: 17px; font-weight: 800; letter-spacing: -0.4px;
  color: #3A2A08;
  position: relative; z-index: 1;
}

.channel-note {
  margin: 14px 0 22px;
  text-align: center;
  font-size: 12.5px; font-weight: 500;
  color: var(--gray);
  letter-spacing: -0.2px;
}

/* 아이콘 바 — 보조 채널 */
.channel-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.channel-btn {
  display: flex; flex-direction: column; align-items: center; gap: 9px;
  padding: 6px 0;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.channel-btn:active { transform: scale(0.92); }
.channel-btn-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  box-shadow: 0 6px 18px rgba(110,89,10,0.16);
}
.channel-btn-icon svg { width: 24px; height: 24px; }
.channel-btn-icon.phone { background: #B08F13; }
.channel-btn-icon.instagram {
  background: linear-gradient(135deg, #FEDA77 0%, #F58529 25%, #DD2A7B 50%, #8134AF 75%, #515BD4 100%);
}
.channel-btn-icon.map { background: var(--forest-mid); }
.channel-btn-icon.naver { background: #03C75A; }
.channel-btn-icon.blog { background: #03C75A; }
.channel-btn-icon.youtube { background: #FF0000; }
.channel-btn-label {
  font-size: 12.5px; font-weight: 700; color: var(--ink);
  letter-spacing: -0.2px;
}

/* ==================== STUDIO (매장 소개) ==================== */
.studio { background: var(--white); }
.studio-title { text-align: center; }
/* 타이핑 효과 — 칸 고정(고스트) + 글씨만 채움 */
.about-type-line { position: relative; display: inline-block; }
.about-type-line::before { content: attr(data-text); visibility: hidden; }
.about-type-fill { position: absolute; left: 0; top: 0; white-space: nowrap; }
.studio-title em { color: var(--forest); font-style: normal; }
.studio .about-keyword-row { justify-content: center; margin-top: 18px; }
/* 매장 사진 — 가로 스와이프 갤러리 */
.studio-gallery {
  margin-top: 24px;
  display: flex; gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 2px 24px 6px;
  margin-left: -24px; margin-right: -24px;   /* 좌우 풀블리드 */
  scrollbar-width: none;
}
.studio-gallery::-webkit-scrollbar { display: none; }
.studio-gallery.grab { cursor: grab; }
.studio-gallery.grabbing { cursor: grabbing; }
.studio-gallery img {
  flex: 0 0 auto;
  width: 64%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 16px;
  scroll-snap-align: center;
  box-shadow: 0 8px 22px rgba(110,89,10,0.12);
  -webkit-user-drag: none; user-select: none;
}
.studio-desc { margin-top: 22px; font-size: 14px; color: var(--gray); line-height: 1.7; text-align: center; word-break: keep-all; }

/* ==================== ABOUT ==================== */
.about { background: var(--white); }
.about .section-label { color: var(--gold-deep); }

@keyframes cursorBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.about-title {
  font-size: 30px;
  letter-spacing: -1px;
  text-align: center;
}
.about-type-em { font-style: normal; }
.about-type-cursor {
  display: inline-block;
  width: 2px;
  height: 1.1em;
  background: var(--forest);
  vertical-align: middle;
  margin-left: 2px;
  border-radius: 1px;
  animation: cursorBlink 0.7s step-end infinite;
}

.about-keyword-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.about-keyword {
  font-size: 12px; font-weight: 700;
  padding: 7px 15px;
  border-radius: 100px;
  background: rgba(240,203,67,0.16);
  color: var(--gold-deep);
  letter-spacing: -0.2px;
}

.about-quote {
  margin-top: 24px;
  position: relative;
  background: #262420;
  border: 1px solid rgba(240,203,67,0.16);
  border-radius: 14px;
  padding: 28px 24px 20px;
  box-shadow: 0 8px 22px rgba(110,89,10,0.07);
}
/* 약력 박스 안에서는 인용구를 테두리/배경 없이 (박스 하나로) */
.pf-card .about-quote {
  margin-top: 20px;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 24px 0 0;
}
.pf-card .about-quote-text { padding-left: 0; }
.pf-philosophy { margin-top: 6px; }
.pf-philosophy .section-desc { margin-top: 0; }
.about-quote::before { display: none; }
.about-quote-text { font-size: 15px; color: var(--ink); line-height: 1.7; font-weight: 500; letter-spacing: -0.3px; margin-bottom: 14px; }
.about-quote-sig {
  font-size: 13px; font-weight: 700; color: var(--forest);
  display: flex; align-items: center; justify-content: flex-end; gap: 8px;
}
.about-quote-sig::before { content: ''; width: 14px; height: 1px; background: var(--forest); opacity: 0.5; }

/* ==================== SERVICE ==================== */
.service {
  background: var(--forest-deep);
  color: var(--white);
  padding: 52px 24px 54px;
  position: relative; overflow: hidden;
}
.service::before {
  content: '';
  position: absolute; top: -100px; left: -100px;
  width: 260px; height: 260px; border-radius: 50%;
  background: radial-gradient(circle, rgba(251,230,140,0.10) 0%, transparent 70%);
  pointer-events: none;
}
.service::after {
  content: '';
  position: absolute; bottom: -120px; right: -120px;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(251,230,140,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.service .section-label { color: var(--gold-light); text-indent: 1.8px; }
.service .section-title { color: var(--white); font-size: 26px; text-align: center; line-height: 1.3; font-weight: 800; letter-spacing: -0.8px; text-indent: -0.8px; }
.service .section-title strong { color: var(--gold-light); font-weight: 800; }
.service-header { text-align: center; margin-bottom: 36px; position: relative; z-index: 1; }

.service-timeline { position: relative; z-index: 1; }
.service-step {
  display: flex; gap: 16px;
  padding-bottom: 28px;
  transition: transform 0.55s ease, opacity 0.55s ease;
}
.service-step:last-child { padding-bottom: 0; }
/* 스태거 등장 */
.service-step:nth-child(1) { transition-delay: 0.05s; }
.service-step:nth-child(2) { transition-delay: 0.18s; }
.service-step:nth-child(3) { transition-delay: 0.31s; }

/* 레일 — 넘버 노드 + 연결선 */
.service-step-rail { position: relative; width: 46px; flex-shrink: 0; display: flex; justify-content: center; }
.service-step-rail::before {
  content: '';
  position: absolute;
  top: 46px; bottom: -28px;
  left: 50%; width: 2px;
  background: linear-gradient(180deg, rgba(251,230,140,0.60), rgba(251,230,140,0.15));
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  transition: transform 0.55s ease 0.3s;
}
.service-step.visible .service-step-rail::before { transform: translateX(-50%) scaleY(1); }
.service-step:last-child .service-step-rail::before { display: none; }

.service-step-num {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1.5px solid rgba(240,203,67,0.55);
  background: var(--forest-deep);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px; font-weight: 600; font-style: italic;
  color: var(--gold-light);
  position: relative; z-index: 1;
}

/* 콘텐츠 — 아이콘 + 텍스트 */
.service-step-content { display: flex; flex-direction: column; gap: 13px; flex: 1; padding-top: 1px; min-width: 0; }
.service-step-main { display: flex; gap: 14px; min-width: 0; }

/* 사례 사진 */
.service-photo {
  position: relative; margin: 0;
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,0.42), inset 0 0 0 1px rgba(255,255,255,0.09);
}
/* 원본 사진이 모두 세로(약 3:4)라 가로 비율로 자르면 건물이 잘린다 */
.service-photo img {
  display: block; width: 100%; height: auto;
  aspect-ratio: 3 / 4; object-fit: cover;
}
/* 캡션 가독성용 하단 그라데이션 */
.service-photo::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 46%;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.55));
  pointer-events: none;
}
.service-photo-cap {
  position: absolute; left: 11px; bottom: 9px; z-index: 1;
  font-size: 11px; font-weight: 700; letter-spacing: -0.2px;
  color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,0.55);
}
.service-step-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(240,203,67,0.16);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--gold-light);
  position: relative;
  animation: serviceIconFloat 4s ease-in-out infinite;
}
.service-step:nth-child(2) .service-step-icon { animation-delay: 0.6s; }
.service-step:nth-child(3) .service-step-icon { animation-delay: 1.2s; }
.service-step-icon::after {
  content: '';
  position: absolute; inset: 0;
  border-radius: 12px;
  box-shadow: 0 0 0 0 rgba(251,230,140,0.35);
  animation: serviceIconPulse 4s ease-in-out infinite;
}
.service-step:nth-child(2) .service-step-icon::after { animation-delay: 0.6s; }
.service-step:nth-child(3) .service-step-icon::after { animation-delay: 1.2s; }
.service-step-icon svg { width: 22px; height: 22px; position: relative; z-index: 1; }

@keyframes serviceIconFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@keyframes serviceIconPulse {
  0%, 70%, 100% { box-shadow: 0 0 0 0 rgba(251,230,140,0.35); }
  35% { box-shadow: 0 0 0 8px rgba(251,230,140,0); }
}

.service-step-text { min-width: 0; padding-top: 1px; }
.service-step-title { font-size: 16px; font-weight: 800; color: var(--gold-light); letter-spacing: -0.3px; margin-bottom: 2px; }
.service-step-en {
  display: block;
  font-size: 10.5px; font-weight: 700; letter-spacing: 1.2px;
  text-transform: uppercase; color: rgba(255,255,255,0.45);
  margin-bottom: 9px;
}
.service-step-desc { font-size: 12.5px; color: rgba(255,255,255,0.65); line-height: 1.55; }

@media (prefers-reduced-motion: reduce) {
  .service-step-icon,
  .service-step-icon::after { animation: none; }
  .service-step-rail::before { transition-delay: 0s; }
}

/* ==================== AUDIENCE ==================== */
.audience { background: #191714; padding: 48px 24px 52px; overflow: hidden; }
/* 유리에 비칠 컬러 블롭 */
.audience::before {
  content: ''; position: absolute; z-index: 0; pointer-events: none;
  top: 90px; left: -70px; width: 250px; height: 250px; border-radius: 50%;
  background: radial-gradient(circle, rgba(110,89,10,0.30), transparent 70%);
  filter: blur(26px);
}
.audience::after {
  content: ''; position: absolute; z-index: 0; pointer-events: none;
  bottom: 30px; right: -70px; width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(240,203,67,0.34), transparent 70%);
  filter: blur(26px);
}
.audience .reveal { position: relative; z-index: 1; }
.audience .section-label { color: var(--forest); }
.audience .section-title em { color: var(--forest); }
.audience-sub { font-size: 13.5px; color: var(--gray); margin-bottom: 28px; line-height: 1.55; }

.audience-list { display: flex; flex-direction: column; gap: 22px; list-style: none; padding-left: 0; margin-top: 18px; position: relative; z-index: 1; }
.audience-item {
  position: relative;
  width: 88%;
  padding: 22px 22px 20px;
  background: rgba(38,36,32,0.85);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 14px 34px rgba(0,0,0,0.30),
              inset 0 1px 0 rgba(255,255,255,0.06);
  opacity: 0;
  transition: transform 0.65s cubic-bezier(0.22,1,0.36,1),
              opacity 0.6s ease, box-shadow 0.3s ease;
}
/* 유리 상단 하이라이트 */
.audience-item::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0) 32%);
  pointer-events: none; z-index: 0;
}
.audience-item > * { position: relative; z-index: 1; }
/* 지그재그 배치 + 말풍선 모서리 + 방향별 슬라이드인 */
.audience-item:nth-child(odd) {
  align-self: flex-start;
  transform: translateX(-44px);
  border-radius: 26px 26px 26px 8px;
}
.audience-item:nth-child(even) {
  align-self: flex-end;
  transform: translateX(44px);
  border-radius: 26px 26px 8px 26px;
}
.audience-item.visible { opacity: 1; transform: translateX(0); }
/* 스태거 등장 + 겹침 순서(뒤 카드가 위로) */
.audience-item:nth-child(1) { transition-delay: 0.05s; z-index: 1; }
.audience-item:nth-child(2) { transition-delay: 0.18s; z-index: 2; }
.audience-item:nth-child(3) { transition-delay: 0.31s; z-index: 3; }
.audience-item:nth-child(4) { transition-delay: 0.44s; z-index: 4; }

/* 모서리에 빼꼼 나오는 이모지 */
.audience-emoji {
  position: absolute; top: -20px;
  font-size: 40px; line-height: 1;
  filter: drop-shadow(0 5px 9px rgba(0,0,0,0.18));
  transform: rotate(-6deg);
}
.audience-item:nth-child(odd)  .audience-emoji { right: 18px; }
.audience-item:nth-child(even) .audience-emoji { left: 18px; transform: rotate(6deg); }

.audience-tag {
  font-size: 16px; font-weight: 800; color: var(--forest);
  letter-spacing: -0.3px; margin-bottom: 8px;
}
.audience-tag span { color: var(--gold-deep); }
.audience-text {
  font-size: 13.5px; font-weight: 500; line-height: 1.6;
  letter-spacing: -0.2px; color: var(--gray); word-break: keep-all;
}
.audience-text strong { font-weight: 700; color: var(--forest); }

.audience-item:hover { box-shadow: 0 18px 38px rgba(0,0,0,0.35); }

@media (prefers-reduced-motion: reduce) {
  .audience-item { transition: opacity 0.4s ease, box-shadow 0.3s ease; }
  .audience-item:nth-child(odd),
  .audience-item:nth-child(even) { transform: none; }
}

/* ==================== PROFILE ==================== */
.profile { background: #1E1C18; }
.profile .section-label { color: var(--gold-deep); }

/* 약력 통합 박스 (테두리 없음) */
.pf-card {
  position: relative;
  margin-top: 16px;
}
.pf-card > * { position: relative; z-index: 1; }

/* 인트로 — 누끼 인물 (배경 없음, 왼쪽 풀블리드) */
.pf-intro {
  position: relative; display: flex; align-items: flex-end; min-height: 290px;
  margin: 0 0 0 -24px; padding: 0 0 0 24px;
  overflow: hidden;
}
/* 골드 네모 — 인물 전체 덮는 직사각형 (곡선 없음) */
.pf-intro::before {
  content: ''; position: absolute; z-index: 0; pointer-events: none;
  top: -60px; bottom: -60px; left: 0; right: -40px;
  background: rgba(255,255,255,0.035);
}
.pf-intro-info { position: relative; z-index: 2; max-width: 58%; padding-bottom: 26px; }
/* 이름 위 알파카 로고 락업 */
.pf-logo { display: flex; align-items: center; gap: 8px; margin-bottom: 11px; }
.pf-logo-mark { flex-shrink: 0; display: flex; line-height: 0; }
.pf-logo-mark img { display: block; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.35)); }
.pf-logo-text { display: flex; flex-direction: column; line-height: 1; }
.pf-logo-name {
  font-size: 13px; font-weight: 800; color: var(--ink);
  letter-spacing: 2.6px;
}
.pf-logo-sub {
  font-size: 7.5px; font-weight: 700; color: var(--gold-deep);
  letter-spacing: 1.9px; text-transform: uppercase; margin-top: 3px;
}
.pf-name { font-size: 23px; font-weight: 800; color: var(--ink); letter-spacing: -0.5px; line-height: 1.2; }
.pf-name em { color: var(--forest); font-style: normal; }
.pf-role { font-size: 11.5px; font-weight: 700; color: var(--gold-deep); margin-top: 5px; }
.pf-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 13px; }
.pf-chip { font-size: 10.5px; font-weight: 700; color: var(--forest); background: rgba(240,203,67,0.15); padding: 5px 11px; border-radius: 100px; }
.pf-line { font-size: 12px; color: var(--gray); line-height: 1.55; margin-top: 13px; word-break: keep-all; }
.pf-photo { position: absolute; right: 10px; top: 1%; bottom: auto; height: 106%; z-index: 1; }
.pf-photo img {
  height: 100%; width: auto; display: block;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.45));
  -webkit-mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
}
.pf-philosophy { margin-top: 6px; }

/* 소제목 */
.pf-sub { font-size: 13px; font-weight: 800; color: var(--ink); letter-spacing: -0.2px; margin: 30px 0 16px; }
.pf-sub span { font-size: 10px; font-weight: 700; color: var(--gold-deep); letter-spacing: 1.5px; margin-left: 7px; }

/* 경력 타임라인 */
.pf-tl { list-style: none; margin: 0; padding: 0; position: relative; }
.pf-tl::before { content: ''; position: absolute; left: 6px; top: 6px; bottom: 16px; width: 2px; background: var(--line); }
.pf-step { position: relative; padding: 0 0 17px 26px; display: flex; gap: 9px; align-items: baseline; }
.pf-dot { position: absolute; left: 1px; top: 5px; width: 12px; height: 12px; border-radius: 50%; background: #fff; border: 2px solid var(--gold); }
.pf-step.now .pf-dot { background: var(--forest); border-color: var(--forest); box-shadow: 0 0 0 4px var(--forest-light); }
.pf-when { flex-shrink: 0; font-size: 10px; font-weight: 800; color: var(--gray); }
.pf-step.now .pf-when { color: var(--forest); }
.pf-txt { font-size: 13.5px; font-weight: 600; color: var(--ink); line-height: 1.5; letter-spacing: -0.3px; }
.pf-step.now .pf-txt { color: var(--forest); font-weight: 800; }
/* 스크롤 시 하나씩 등장 */
.pf-step.reveal { transition: opacity 0.5s ease, transform 0.5s ease; }
.pf-step:nth-child(1) { transition-delay: 0.05s; }
.pf-step:nth-child(2) { transition-delay: 0.14s; }
.pf-step:nth-child(3) { transition-delay: 0.23s; }
.pf-step:nth-child(4) { transition-delay: 0.32s; }
.pf-step:nth-child(5) { transition-delay: 0.41s; }
.pf-step:nth-child(6) { transition-delay: 0.50s; }

/* 4가지 약속 — 하나의 카드 안에 4행 (개별 박스 → 통합 카드)
   이전엔 항목마다 박스 + 골드 레일 + 외곽선 넘버 + 아이콘이 다 붙어 요소가 과했고,
   min-width:560px 2열 전환은 본문이 max-width:480px 라 컨테이너가 432px 뿐인데도
   뷰포트 기준으로 발동해 데스크톱에서 한 칸 211px 로 쪼개져 깨졌다. 2열은 폐기.
   COMPANY 섹션(외곽선 아이콘 칩 + 헤어라인)과 구분되도록 여기는
   채워진 골드 배지 + 오른쪽 아이콘 워터마크로 간다. */
.promise {
  list-style: none; margin: 0; padding: 0;
  border-radius: 18px; overflow: hidden;
  background: linear-gradient(160deg, rgba(255,255,255,0.05), rgba(255,255,255,0.012));
  box-shadow: inset 0 0 0 1px rgba(240,203,67,0.14);
}
.promise-item {
  position: relative;
  display: flex; align-items: flex-start; gap: 13px;
  padding: 16px 18px;
}
.promise-item + .promise-item { border-top: 1px solid rgba(255,255,255,0.06); }

/* 넘버 — 채워진 골드 배지 */
.promise-no {
  flex-shrink: 0; margin-top: 1px;
  width: 27px; height: 27px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(145deg, var(--gold), var(--forest-mid));
  color: #241E0F; font-size: 11.5px; font-weight: 900;
  font-variant-numeric: tabular-nums; letter-spacing: -0.2px;
  box-shadow: 0 3px 10px rgba(240,203,67,0.22);
}

.promise-body { min-width: 0; padding-right: 40px; }
.promise-t {
  font-size: 15px; font-weight: 800; color: var(--ink);
  letter-spacing: -0.3px; line-height: 1.3; margin: 0;
}
.promise-s {
  font-size: 12px; color: var(--gray); line-height: 1.6;
  margin: 4px 0 0; word-break: keep-all;
}
.promise-s strong { color: var(--gold-light); font-weight: 700; }

/* 아이콘 — 오른쪽 워터마크 (장식, 읽기를 방해하지 않는 밝기) */
.promise-ic {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  width: 34px; height: 34px;
  color: var(--gold); opacity: 0.15; pointer-events: none;
}

/* 그 외 자격 — 접기/열기 (소프트 토글) */
.cert-more { margin-top: 18px; text-align: center; }
.cert-more > summary {
  list-style: none; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 24px;
  background: var(--forest);
  color: var(--cream);
  border-radius: 100px;
  box-shadow: 0 8px 20px rgba(110,89,10,0.24);
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}
.cert-more > summary::-webkit-details-marker { display: none; }
.cert-more > summary:active { transform: scale(0.97); }
.cert-more-label { font-size: 13px; font-weight: 700; color: var(--cream); letter-spacing: -0.2px; }
.cert-cnt { color: var(--gold-light); font-weight: 800; margin-left: 2px; }
.cert-toggle-text { font-size: 12px; font-weight: 700; color: var(--gold-light); }
.cert-more .t-close { display: none; }
.cert-more[open] .t-open { display: none; }
.cert-more[open] .t-close { display: inline; }
.cert-chev { width: 15px; height: 15px; color: var(--cream); flex-shrink: 0; transition: transform 0.25s ease; }
.cert-more[open] .cert-chev { transform: rotate(180deg); }
.cert-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.cert-tag {
  font-size: 11.5px; font-weight: 600; color: var(--gray);
  background: var(--white);
  padding: 8px 14px; border-radius: 100px; letter-spacing: -0.2px;
  word-break: keep-all;
  box-shadow: 0 3px 10px rgba(110,89,10,0.07);
}

/* ==================== CONTACT ==================== */
.contact { background: #131211; color: var(--white); padding: 36px 24px calc(env(safe-area-inset-bottom, 0px) + 40px); }
.contact .section-label { color: var(--gold-light); }
.contact .section-title { color: var(--white); }

.contact-list { margin-top: 20px; display: flex; flex-direction: column; }
.contact-item { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.10); text-decoration: none; color: var(--white); }
.contact-item:last-child { border-bottom: none; }
.contact-icon { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--gold-light); }
.contact-icon svg { width: 18px; height: 18px; }
.contact-label { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.50); margin-bottom: 2px; letter-spacing: 0.3px; }
.contact-value { font-size: 14px; font-weight: 600; color: var(--white); letter-spacing: -0.2px; line-height: 1.4; }

.contact-footer { margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.10); text-align: center; }
.contact-footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; letter-spacing: 3px; color: rgba(255,255,255,0.85); margin-bottom: 4px; }
.contact-footer-sub { font-size: 9px; font-weight: 600; letter-spacing: 2.5px; color: rgba(255,255,255,0.35); text-transform: uppercase; margin-bottom: 16px; }
.contact-footer-copy { font-size: 11px; color: rgba(255,255,255,0.28); letter-spacing: -0.2px; }


/* ==================== COMPANY (알파카부동산 소개) ==================== */
.company { background: #1E1C18; }
.company-title { line-height: 1.4; }
.company-sub {
  font-size: 13.5px; color: var(--gray);
  margin-bottom: 4px; line-height: 1.55;
}
/* 왜 알파카부동산인가 — 네모 카드 4개가 같은 무게로 쌓여 스펙 시트처럼 딱딱했다.
   상자를 걷어내고 아이콘 + 리드 문장 + 헤어라인 구분으로 바꿔 숨통을 틔운다.
   03(유튜브 11만)은 가장 강한 근거라 스탯으로 뽑아 초점을 만든다. */
.company-list { display: flex; flex-direction: column; margin-top: 20px; }
.company-card {
  display: grid; grid-template-columns: 46px 1fr; gap: 15px;
  padding: 20px 2px;
  align-items: start;
}
.company-card + .company-card { border-top: 1px solid rgba(255,255,255,0.07); }
.company-card:nth-child(1) { transition-delay: 0.05s; }
.company-card:nth-child(2) { transition-delay: 0.14s; }
.company-card:nth-child(3) { transition-delay: 0.23s; }
.company-card:nth-child(4) { transition-delay: 0.32s; }

.company-ic {
  width: 46px; height: 46px; border-radius: 15px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  background: linear-gradient(150deg, rgba(240,203,67,0.17), rgba(240,203,67,0.04));
  box-shadow: inset 0 0 0 1px rgba(240,203,67,0.20);
}
.company-ic svg { width: 21px; height: 21px; }

.company-body { min-width: 0; padding-top: 2px; }
.company-t {
  font-size: 15.5px; font-weight: 800; color: var(--ink);
  letter-spacing: -0.4px; line-height: 1.3;
}
.company-lead {
  font-size: 13px; font-weight: 700; color: var(--gold-light);
  letter-spacing: -0.3px; line-height: 1.45;
  margin: 6px 0 0; word-break: keep-all;
}
.company-s {
  font-size: 12.5px; color: var(--gray); line-height: 1.7;
  margin: 7px 0 0; word-break: keep-all;
}
.company-s strong { color: var(--gold-light); font-weight: 700; }

/* 03 — 구독자 수를 스탯으로 강조 */
.company-stat { display: flex; align-items: baseline; gap: 7px; margin-top: 7px; }
.company-stat-n {
  font-size: 27px; font-weight: 900; color: var(--gold);
  line-height: 1; letter-spacing: -1px;
}
.company-stat-l { font-size: 11.5px; font-weight: 700; color: var(--gray); letter-spacing: -0.2px; }
.company-card.is-feature .company-ic {
  background: linear-gradient(150deg, rgba(240,203,67,0.30), rgba(240,203,67,0.08));
  box-shadow: inset 0 0 0 1px rgba(240,203,67,0.38);
}
