/* public/paljapae/css/paljapae.css
 * 팔자패 Final Site — 공유 브랜드 토큰 + 컴포넌트 CSS (Job S7)
 * 근거: ops/final-site-completion-01/design/BRAND-DIRECTION-v1.md §8 토큰 시드 그대로 사용.
 * 금지: 중앙 보라 Gradient Blob, Glassmorphism(backdrop-filter), Pill 버튼(radius:999px, 클래스프 노치 제외),
 *       3열 Feature Box(grid-template-columns: repeat(3,…)), 의미 없는 Glow/Blur, 무한 반복 애니메이션.
 * 다크모드 미지원 — color-scheme: light 고정 (BRAND-DIRECTION §2.3).
 */

:root {
  color-scheme: light;

  /* ── 팔레트 ── */
  --pj-paper: #F7F7F9;
  --pj-card: #FFFFFF;
  --pj-silver-1: #ECECF1;
  --pj-silver-2: #D9D9E2;
  --pj-chrome-hi: #F4F4F8;
  --pj-chrome-lo: #B9B9C6;
  --pj-ink: #141418;
  --pj-ink-soft: #5F5F6B;
  --pj-ink-faint: #63636D; /* WCAG AA 4.5:1 확보(실측: axe color-contrast, Job S16) — 이전 #9A9AA8은 #FFFFFF 대비 2.78:1로 미달. #6B6B78로 1차 조정했으나 --pj-silver-1(#ECECF1) 배경 위에서 4.45:1로 근소 미달이 재발해(예: 10년 스테이지 칩) 세 배경(#FFFFFF/#F7F7F9/#ECECF1) 전부에서 4.5:1 이상이 되도록 한 단계 더 어둡혔다 */
  --pj-seal: #BC2C24; /* WCAG AA 4.5:1 확보(실측: axe color-contrast, Job S16) — 이전 #D9382E는 #F7F7F9 배경 위 4.31:1로 미달(충돌 표시·에러 메시지 텍스트 색) */
  --pj-seal-tint: #FBE9E7;
  --pj-combo: #1E9C6B;
  --pj-combo-text: #157A54;

  /* ── 도메인 6색 ── */
  --pj-d-signature: #6C56F0;
  --pj-d-love: #FF4C81;
  --pj-d-work: #12B3A6;
  --pj-d-money: #F0A81E;
  --pj-d-people: #FF7A45;
  --pj-d-health: #3D9BFF;

  --pj-d-signature-deep: #3E2FA6;
  --pj-d-love-deep: #C2265C;
  --pj-d-work-deep: #0A7C73;
  --pj-d-money-deep: #B57A0E;
  --pj-d-people-deep: #D3511F;
  --pj-d-health-deep: #1C66C9;

  --pj-f-signature: #4A4A58;
  --pj-f-love: #F1B8C6;
  --pj-f-work: #C9CDD2;
  --pj-f-money: #D4B26A;
  --pj-f-people: #D89A7C;
  --pj-f-health: #DCE6F2;

  /* ── 반경 ── */
  --r-card: 14px;
  --r-btn: 8px;
  --r-chip: 4px;
  --r-sheet: 20px;

  /* ── 모션 ── */
  --m-fast: 140ms;
  --m-base: 220ms;
  --m-flip: 420ms;
  --m-reveal: 480ms;
  --m-sweep: 600ms;
  --m-settle: 320ms;
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-snap: cubic-bezier(.34, 1.4, .64, 1);
  --ease-flip: cubic-bezier(.4, 0, .2, 1);

  /* ── 폰트 ── */
  --font-ui: 'Pretendard Variable', Pretendard, -apple-system, 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', Consolas, monospace;

  /* ── 접지 그림자 (유일한 그림자 종류) ── */
  --shadow-ground: 0 10px 26px rgba(20, 20, 24, .14);
}

/* ── 리셋 ── */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--pj-paper);
  color: var(--pj-ink);
  font-family: var(--font-ui);
  font-size: 15.5px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font-family: inherit; }

/* ── 타이포 스케일 ── */
/* FJ1-BRAND-JURY-v1 P1 #7: 어절 중간 줄바꿈(예: "뽑/혔어요") 방지 — 한글 편집 톤에서
   조판 사고로 읽힌다. keep-all + overflow-wrap:anywhere로 긴 단일 토큰도 컨테이너를
   깨지 않으면서 어절 단위로만 줄바꿈되게 한다(Job S20). */
.pj-display-xl { font-size: 34px; line-height: 1.15; font-weight: 800; letter-spacing: -0.03em; margin: 0; word-break: keep-all; overflow-wrap: anywhere; }
.pj-display-l  { font-size: 26px; line-height: 1.2; font-weight: 760; letter-spacing: -0.025em; margin: 0; word-break: keep-all; overflow-wrap: anywhere; }
.pj-title      { font-size: 20px; line-height: 1.3; font-weight: 700; letter-spacing: -0.015em; margin: 0; word-break: keep-all; overflow-wrap: anywhere; }
.pj-lead       { font-size: 17px; line-height: 1.6; font-weight: 500; color: var(--pj-ink-soft); margin: 0; word-break: keep-all; overflow-wrap: anywhere; }
.pj-body       { font-size: 15.5px; line-height: 1.75; font-weight: 400; margin: 0; word-break: keep-all; overflow-wrap: anywhere; }
.pj-body-long  { font-size: 16.5px; line-height: 1.8; font-weight: 400; word-break: keep-all; margin: 0; }
.pj-caption    { font-size: 12.5px; line-height: 1.5; font-weight: 500; letter-spacing: 0.01em; color: var(--pj-ink-faint); margin: 0; word-break: keep-all; overflow-wrap: anywhere; }
.pj-serial     { font-family: var(--font-mono); font-size: 11px; line-height: 1; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; font-variant-numeric: tabular-nums; }
.pj-micro      { font-family: var(--font-mono); font-size: 10.5px; line-height: 1; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--pj-ink-faint); word-break: keep-all; overflow-wrap: anywhere; }

@media (min-width: 900px) {
  .pj-display-xl { font-size: 52px; }
  body { font-size: 16px; }
}

/* ── 레이아웃 그리드 (좌정렬 편집 그리드) ── */
.pj-wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.pj-section { padding: 56px 0; }
.pj-band { background: var(--pj-silver-1); }
.pj-band-ink { background: var(--pj-ink); color: var(--pj-card); }

/* ── 상단바 ── */
.pj-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  max-width: 1040px;
  margin: 0 auto;
}
.pj-wordmark {
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 17px;
  color: var(--pj-ink);
  text-decoration: none;
  /* 터치 타겟 44px 확보(WCAG 2.5.5, 실측: 44x30 → 44x44) — .pj-back과 동일하게 padding+음수
     margin으로 시각 위치는 그대로 두고 탭 가능 영역만 넓힌다(Job S16). */
  display: inline-flex;
  align-items: center;
  padding: 7px 0;
  margin: -7px 0;
  min-height: 44px;
}
.pj-topbar-label { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.1em; color: var(--pj-ink-faint); text-transform: uppercase; }
.pj-back {
  font-size: 14px;
  color: var(--pj-ink-soft);
  text-decoration: none;
  padding: 8px;
  margin: -8px;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.pj-progress { font-family: var(--font-mono); font-size: 11px; color: var(--pj-ink-faint); letter-spacing: 0.05em; }

/* ── 버튼: 2종만 ── */
.pj-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 24px;
  border-radius: var(--r-btn);
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: transform var(--m-fast) var(--ease-out), opacity var(--m-fast) var(--ease-out);
  min-height: 44px;
  text-decoration: none;
  gap: 8px;
}
.pj-btn:active { transform: scale(.97); }
.pj-btn:focus-visible { outline: 2px solid var(--pj-ink); outline-offset: 2px; }
.pj-btn[disabled] { opacity: .5; cursor: not-allowed; }

.pj-btn-primary {
  background: var(--pj-ink);
  color: var(--pj-card);
  width: 100%;
}
.pj-btn-primary:hover { opacity: .92; }

.pj-btn-secondary {
  background: transparent;
  color: var(--pj-ink);
  border: 1px solid var(--pj-ink);
}

.pj-btn-inverse {
  background: var(--pj-card);
  color: var(--pj-ink);
  width: 100%;
}

@media (min-width: 560px) {
  .pj-btn-primary, .pj-btn-inverse { width: auto; }
}

.pj-link {
  color: var(--pj-ink);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
/* 독립형 보조 액션(문단 속 인라인 텍스트 링크가 아니라 그 자체로 하나의 탭 대상인 버튼)에만
   붙이는 보조 클래스 — 터치 타겟 44px 확보(실측: 19px 높이 → 44px, Job S16). .pj-link 자체는
   문단 속 인라인 링크에도 쓰여서 거기에 patting을 넣으면 본문 줄 흐름이 깨지므로 건드리지 않는다. */
.pj-link-standalone { display: inline-flex; align-items: center; padding: 12.5px 0; margin: -12.5px 0; min-height: 44px; }

/* ── 칩 (정보 라벨 전용, 화면당 1묶음) ── */
.pj-chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.pj-chip {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: var(--r-chip);
  background: var(--pj-silver-1);
  color: var(--pj-ink);
  font-size: 13px;
  font-weight: 500;
}

/* ── 모노 조각 타일 (년월일시) ── */
.pj-fragments { display: flex; gap: 8px; }
.pj-fragment-tile {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: var(--pj-silver-1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  color: var(--pj-ink-soft);
  letter-spacing: 0.04em;
}
.pj-fragment-tile.is-unknown {
  background: transparent;
  border: 1px dashed var(--pj-silver-2);
  color: var(--pj-ink-faint);
}

/* ── 카드 오브제 ── */
.pj-card-object {
  position: relative;
  width: 220px;
  aspect-ratio: 3 / 4.2;
  border-radius: var(--r-card);
  box-shadow: var(--shadow-ground);
  overflow: hidden;
  background: linear-gradient(135deg, var(--pj-chrome-hi), var(--pj-chrome-lo));
  padding: 1.5px;
}
.pj-card-object__sleeve {
  border-radius: calc(var(--r-card) - 1.5px);
  padding: 6px;
  height: 100%;
  background: var(--pj-f-signature);
}
.pj-card-object__face {
  border-radius: calc(var(--r-card) - 7.5px);
  height: 100%;
  background: linear-gradient(160deg, var(--pj-d-signature), var(--pj-d-signature-deep));
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pj-card-object--pivot { transform: rotate(-6deg); }
.pj-card-object__hinge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.5);
}
.pj-card-object__label-band {
  background: rgba(255,255,255,.34);
  padding: 10px 12px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px;
  min-height: 34px;
}
.pj-card-object__label-band .pj-title { color: var(--pj-ink); font-size: 15px; }
.pj-card-object__label-band .pj-empty-lines { display: flex; flex-direction: column; gap: 4px; width: 60%; }
.pj-card-object__label-band .pj-empty-lines span { height: 2px; background: rgba(20,20,24,.28); border-radius: 1px; display: block; }
.pj-card-object__serial {
  position: absolute;
  right: 8px;
  bottom: 48px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,.82);
}
.pj-card-object__back-fan {
  position: absolute;
  right: -14px;
  bottom: -10px;
  display: flex;
  gap: 3px;
  z-index: -1;
}
.pj-card-object__back-fan span {
  width: 6px;
  height: 120px;
  border-radius: 3px;
  display: block;
}

/* ── 콤보/충돌 라인 ── */
.pj-combo-line { display: flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 11px; color: var(--pj-combo-text); }
.pj-combo-line svg { width: 14px; height: 10px; }
.pj-conflict-line { color: var(--pj-seal); }

/* ── S2 비교 원장 ── */
.pj-ledger-table { width: 100%; border-collapse: collapse; }
.pj-ledger-table th, .pj-ledger-table td {
  text-align: left;
  padding: 12px 10px;
  border-bottom: 1px solid var(--pj-silver-2);
  font-size: 14.5px;
  vertical-align: top;
}
.pj-ledger-table th {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pj-ink-faint);
  width: 22%;
}

/* ── S3 구성품 원장 (Pack Contents Ledger, 1열) ── */
.pj-contents-ledger { display: flex; flex-direction: column; }
.pj-contents-row {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 14px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid var(--pj-silver-2);
}
.pj-contents-row:first-child { padding-top: 0; }
.pj-contents-row__num { font-family: var(--font-mono); font-size: 13px; color: var(--pj-ink-faint); }
.pj-contents-row__title { font-weight: 700; font-size: 16px; margin: 0 0 4px; }
.pj-contents-row__desc { font-size: 14px; color: var(--pj-ink-soft); margin: 0 0 10px; }
.pj-contents-row__tag { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; white-space: nowrap; }
.pj-contents-row__tag--free { color: var(--pj-combo-text); }
.pj-contents-row__tag--full { color: var(--pj-ink-faint); }
.pj-thumb { border-radius: 6px; background: var(--pj-silver-1); }

/* ── S4 가로 스크롤 프리뷰 ──
 * 주의: scroll-snap-type:mandatory가 걸리면 브라우저가 로드 시 "가장 가까운 snap point"로
 * 강제 이동한다. snap point는 scroll-snap-align이 붙은 실제 자식의 시작 변뿐이라, 그 앞에
 * padding이든 margin이든 spacer든 무엇을 둬도 초기 scrollLeft가 그만큼 자동으로 앞당겨져
 * 화면엔 여백이 전혀 안 보이는 현상을 실측으로 확인했다(패딩/마진/spacer 세 방식 모두 동일).
 * 해결: scroll-padding으로 snap point가 "정렬되는 목표 위치" 자체를 컨테이너 padding
 * 안쪽으로 옮긴다 — 그러면 첫 자식이 padding 자리에서 정지해 여백이 보인다. */
.pj-scroll-row {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  scroll-padding-left: 20px;
  scroll-padding-right: 20px;
}
.pj-scroll-row > * { scroll-snap-align: start; flex-shrink: 0; }
/* --flush: 이미 20px padding을 가진 .pj-wrap 안에 놓여 추가 여백이 필요 없는 경우 */
.pj-scroll-row--flush { padding-left: 0; padding-right: 0; scroll-padding-left: 0; scroll-padding-right: 0; }

/* ── S5 / Paywall 영수증 시트 ── */
.pj-receipt {
  background: var(--pj-card);
  border-radius: var(--r-sheet) var(--r-sheet) 0 0;
  padding: 28px 22px 22px;
  position: relative;
}
.pj-receipt__perforation {
  height: 14px;
  background:
    radial-gradient(circle at 8px 0, transparent 6px, var(--pj-paper) 6.5px) repeat-x;
  background-size: 16px 14px;
}
.pj-receipt__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; }
.pj-receipt__rule { border: none; border-top: 1px dashed var(--pj-silver-2); margin: 16px 0; }
.pj-receipt__group-label { font-weight: 700; font-size: 15px; margin: 18px 0 8px; }
.pj-receipt__line { display: flex; justify-content: space-between; gap: 12px; padding: 4px 0; font-size: 14.5px; }
.pj-receipt__line--sub { color: var(--pj-ink-soft); font-size: 13.5px; }
.pj-receipt__price { font-family: var(--font-mono); font-weight: 700; font-size: 16px; }
.pj-receipt__foot { font-size: 12.5px; color: var(--pj-ink-faint); margin-top: 6px; }

/* ── FAQ ── */
.pj-faq-grid { display: flex; flex-direction: column; gap: 24px; }
.pj-faq-q { font-weight: 700; font-size: 16px; margin: 0 0 8px; }
.pj-faq-a { font-size: 14.5px; color: var(--pj-ink-soft); margin: 0; }
@media (min-width: 720px) {
  .pj-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 40px; }
}

/* ── 법적 진입점 KV ── */
.pj-kv-list { font-family: var(--font-mono); font-size: 11px; color: var(--pj-ink-faint); line-height: 1.9; }
.pj-legal-links { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 16px; }
/* 터치 타겟 44px 확보(실측: 20~25px 높이 → 44px, Job S16) — 시각 위치는 유지, 탭 영역만 확장 */
.pj-legal-links a { font-size: 14px; display: inline-flex; align-items: center; padding: 12px 0; margin: -12px 0; min-height: 44px; }

/* ── 폼 (start.html) ── */
.pj-field { margin-bottom: 22px; }
.pj-field label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}
.pj-field-optional { color: var(--pj-ink-faint); font-weight: 400; }
/* P0-4(FJ2): 라벨과 보조 토글을 한 줄에 배치하는 헤더 행 — start.html '태어난 시간' + 시간 미상 토글 */
.pj-field-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.pj-field-head label { margin-bottom: 0; }
.pj-field-head .pj-toggle-row { margin-top: 0; }
.pj-input, .pj-select {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 1px solid var(--pj-silver-2);
  background: var(--pj-card);
  padding: 0 14px;
  font-size: 15px;
  font-family: var(--font-ui);
  color: var(--pj-ink);
}
.pj-input:focus, .pj-select:focus { outline: 2px solid var(--pj-ink); outline-offset: 1px; }
.pj-input.has-error { border-color: var(--pj-seal); background: var(--pj-seal-tint); }
.pj-help { font-size: 12.5px; color: var(--pj-ink-faint); margin-top: 6px; word-break: keep-all; overflow-wrap: anywhere; }
.pj-error-msg { font-size: 12.5px; color: var(--pj-seal); margin-top: 6px; min-height: 16px; }

.pj-segmented { display: flex; gap: 8px; }
.pj-segmented button {
  flex: 1;
  height: 44px;
  border-radius: 8px;
  border: 1px solid var(--pj-silver-2);
  background: var(--pj-card);
  color: var(--pj-ink-soft);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  min-height: 44px;
}
.pj-segmented button[aria-pressed="true"] {
  border-color: var(--pj-ink);
  color: var(--pj-ink);
  background: var(--pj-silver-1);
}
.pj-segmented button:focus-visible { outline: 2px solid var(--pj-ink); outline-offset: 2px; }

.pj-date-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 8px; margin-top: 8px; }
.pj-time-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 8px; align-items: center; margin-top: 8px; }
.pj-time-grid .pj-kst { font-family: var(--font-mono); font-size: 12px; color: var(--pj-ink-faint); }

.pj-toggle-row { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
.pj-toggle {
  width: 44px;
  height: 26px;
  border-radius: 13px;
  background: var(--pj-silver-2);
  border: none;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
/* 시각 크기는 44x26 그대로 유지하되, 탭 가능 영역만 44x44로 넓힌다(WCAG 2.5.5 — 실측: 26px는
   최소 터치 타겟 44px 미달, Job S16). 보이지 않는 히트 영역만 위아래로 확장. */
.pj-toggle::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 44px; height: 44px;
  transform: translate(-50%, -50%);
}
.pj-toggle::after {
  content: '';
  position: absolute;
  top: 3px; left: 3px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: var(--pj-card);
  transition: transform var(--m-fast) var(--ease-out);
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.pj-toggle[aria-pressed="true"] { background: var(--pj-ink); }
.pj-toggle[aria-pressed="true"]::after { transform: translateX(18px); }
.pj-toggle-label { font-size: 14px; font-weight: 600; }

.pj-unknown-hour-note {
  background: var(--pj-silver-1);
  border-radius: 8px;
  border-left: 3px solid var(--pj-ink);
  padding: 14px 16px;
  margin-top: 10px;
  font-size: 13.5px;
  color: var(--pj-ink-soft);
}
.pj-unknown-hour-note strong { display: block; color: var(--pj-ink); font-size: 14px; margin-bottom: 6px; }

.pj-checkbox-row { display: flex; align-items: flex-start; gap: 10px; }
.pj-checkbox-row input[type="checkbox"] { width: 20px; height: 20px; margin-top: 1px; flex-shrink: 0; }
.pj-checkbox-row label { font-weight: 400; font-size: 13.5px; color: var(--pj-ink-soft); }

.pj-form-footer { position: sticky; bottom: 0; background: var(--pj-paper); padding: 16px 0; border-top: 1px solid var(--pj-silver-2); margin-top: 8px; }

/* ── 로딩 (result.html) ── */
.pj-loading-screen { min-height: 70vh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; text-align: center; padding: 40px 20px; }
.pj-loading-sleeve {
  width: 160px;
  aspect-ratio: 3 / 4.2;
  border-radius: var(--r-card);
  background: var(--pj-silver-1);
  position: relative;
  overflow: hidden;
}
.pj-loading-sleeve__strip {
  position: absolute;
  top: 0; left: -40%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--pj-chrome-hi), transparent);
}
.pj-loading-steps { font-family: var(--font-mono); font-size: 11px; color: var(--pj-ink-faint); text-align: left; line-height: 1.9; }
.pj-loading-steps li { list-style: none; }

/* ── Reveal ── */
.pj-reveal-screen { min-height: 70vh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; text-align: center; padding: 40px 20px; }

/* ── 근거 / 강점 / 주의 ── */
.pj-evidence-item { margin-bottom: 16px; }
.pj-evidence-item .pj-title { font-size: 15px; margin-bottom: 4px; }
.pj-caution-block { border-left: 3px solid var(--pj-seal); padding-left: 12px; }

/* ── 1줄로 자르기 (P0-2, 무료 카드 뒷면 강점·주의 요약) ── */
.pj-clamp-1 { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }

/* ── 저장/공유 행 ── */
.pj-action-row { display: flex; gap: 12px; margin-top: 20px; }
.pj-action-row .pj-btn-secondary { flex: 1; }

/* ── Pinned Card Tab ── */
.pj-pinned-tab {
  position: fixed;
  top: 12px;
  right: 16px;
  width: 40px;
  aspect-ratio: 3/4.2;
  border-radius: 6px;
  background: linear-gradient(160deg, var(--pj-d-signature), var(--pj-d-signature-deep));
  box-shadow: var(--shadow-ground);
  transform: rotate(4deg);
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--m-base) var(--ease-out);
}
.pj-pinned-tab.is-visible { opacity: 1; }

/* [hidden] 속성은 항상 이겨야 한다 — .pj-loading-screen/.pj-reveal-screen처럼 display를
   지정하는 클래스와 같은 요소에 함께 붙으면, 클래스(저자 스타일시트)가 UA 기본 규칙
   [hidden]{display:none}보다 캐스케이드 우선순위가 높아 hidden이 무시되는 문제가 있었다
   (실측: start.html 로딩 화면이 hidden인데도 렌더링됨). !important로 항상 이기게 고정한다. */
[hidden] { display: none !important; }

/* ── 접근성 ── */
:focus-visible { outline: 2px solid var(--pj-ink); outline-offset: 2px; }
.pj-sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ── prefers-reduced-motion ── */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

/* ── 로딩 스윕 애니메이션 (지연 시에만 무한) ── */
@keyframes pj-sweep-once {
  from { transform: translateX(0); }
  to { transform: translateX(500%); }
}
.pj-loading-sleeve__strip.is-sweeping { animation: pj-sweep-once 1.2s var(--ease-out); }
.pj-loading-sleeve__strip.is-sweeping-loop { animation: pj-sweep-once 1.2s var(--ease-out) infinite; }

/* ══════════════════════════════════════════════════════════════════════════
 * App Shell — 결제 후 제품 앱 (Job S11, app.html)
 * ══════════════════════════════════════════════════════════════════════════ */

/* ── 하단 5 Route 네비게이션 ── */
.pj-app-body { padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px)); }
.pj-bottom-nav {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  display: flex;
  background: var(--pj-card);
  border-top: 1px solid var(--pj-silver-2);
  padding-bottom: env(safe-area-inset-bottom, 0px);
  z-index: 30;
}
.pj-bottom-nav__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 56px;
  padding: 8px 4px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--pj-ink-faint);
  font-family: var(--font-ui);
}
.pj-bottom-nav__dot { width: 6px; height: 6px; border-radius: 50%; background: transparent; }
.pj-bottom-nav__item[aria-current="page"] { color: var(--pj-ink); }
.pj-bottom-nav__item[aria-current="page"] .pj-bottom-nav__dot { background: var(--pj-ink); }
.pj-bottom-nav__label { font-size: 11px; font-weight: 600; }
.pj-bottom-nav__item:focus-visible { outline: 2px solid var(--pj-ink); outline-offset: -2px; }

/* ── Route 공통 ── */
.pj-route { padding: 24px 20px 40px; max-width: 640px; margin: 0 auto; }
.pj-route-head { margin-bottom: 20px; }

/* ── 6장 Binder 그리드 (내 덱) ── */
.pj-binder-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
@media (min-width: 560px) { .pj-binder-grid { grid-template-columns: repeat(6, 1fr); } }
.pj-binder-cell {
  aspect-ratio: 3 / 4.2;
  border-radius: 10px;
  padding: 1.5px;
  background: linear-gradient(135deg, var(--pj-chrome-hi), var(--pj-chrome-lo));
  cursor: pointer;
  border: none;
  min-height: 44px;
}
.pj-binder-cell__face {
  height: 100%;
  border-radius: 8.5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 6px;
  position: relative;
}
.pj-binder-cell__label { font-size: 10.5px; font-weight: 700; color: #fff; text-align: left; }
.pj-binder-cell.is-locked { background: var(--pj-silver-2); }
.pj-binder-cell.is-locked .pj-binder-cell__face { background: var(--pj-silver-1) !important; justify-content: center; align-items: center; }
.pj-binder-cell.is-locked .pj-binder-cell__label { color: var(--pj-ink-faint); text-align: center; }
.pj-binder-cell:focus-visible { outline: 2px solid var(--pj-ink); outline-offset: 2px; }

/* ── 카드 Flip (카드 Route) ── */
.pj-card-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; }
.pj-card-tab {
  flex-shrink: 0;
  height: 36px;
  padding: 0 14px;
  border-radius: 18px;
  border: 1px solid var(--pj-silver-2);
  background: var(--pj-card);
  color: var(--pj-ink-soft);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  min-height: 36px;
}
.pj-card-tab[aria-pressed="true"] { border-color: var(--pj-ink); color: var(--pj-ink); background: var(--pj-silver-1); }
.pj-card-tab.is-locked { color: var(--pj-ink-faint); }

.pj-flip-card { perspective: 1400px; width: 100%; max-width: 300px; aspect-ratio: 3 / 4.2; margin: 20px auto 0; cursor: pointer; }
.pj-flip-card__inner {
  position: relative;
  width: 100%; height: 100%;
  transition: transform var(--m-flip) var(--ease-flip);
  transform-style: preserve-3d;
}
.pj-flip-card.is-flipped .pj-flip-card__inner { transform: rotateY(180deg); }
.pj-flip-card__face {
  position: absolute; inset: 0;
  backface-visibility: hidden;
  border-radius: var(--r-card);
  box-shadow: var(--shadow-ground);
  padding: 1.5px;
}
.pj-flip-card__face--front .pj-flip-card__sleeve {
  border-radius: calc(var(--r-card) - 1.5px);
  height: 100%;
  padding: 6px;
}
.pj-flip-card__art {
  border-radius: calc(var(--r-card) - 7.5px);
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pj-flip-card__label-band { background: rgba(255,255,255,.34); padding: 10px 12px; }
.pj-flip-card__label-band .pj-title { color: var(--pj-ink); font-size: 15px; }
.pj-flip-card__back {
  transform: rotateY(180deg);
  background: var(--pj-card);
  overflow-y: auto;
  padding: 16px;
}
.pj-flip-hint { text-align: center; margin-top: 10px; }

/* ── 지금의 판 / 타임라인 공통 — 스테이지 스트립 ── */
.pj-stage-row { display: flex; gap: 10px; overflow-x: auto; padding: 4px 2px 10px; scroll-snap-type: x proximity; }
.pj-stage-chip {
  flex-shrink: 0;
  min-width: 128px;
  border-radius: 10px;
  padding: 14px;
  background: var(--pj-silver-1);
  scroll-snap-align: center;
}
.pj-stage-chip.is-current { background: var(--pj-ink); color: var(--pj-card); }
.pj-stage-chip.is-current .pj-caption { color: rgba(255,255,255,.7); }

/* ── 월별 이벤트 그리드 ── */
.pj-month-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 14px; }
@media (min-width: 480px) { .pj-month-grid { grid-template-columns: repeat(6, 1fr); } }
.pj-month-cell {
  border-radius: 8px;
  padding: 10px 4px;
  text-align: center;
  background: var(--pj-silver-1);
  min-height: 44px;
}
.pj-month-cell.is-current { outline: 2px solid var(--pj-ink); outline-offset: -2px; }
.pj-month-cell.tier-good { background: #E4F5EC; }
.pj-month-cell.tier-caution { background: var(--pj-seal-tint); }
.pj-month-cell__num { font-family: var(--font-mono); font-size: 13px; font-weight: 700; }

/* ── 카드 콤보/충돌 라인 (지금의 판) ── */
.pj-relation-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--pj-silver-2); gap: 10px; }

/* ── 인장 목록 ── */
.pj-seal-row { padding: 14px 0; border-bottom: 1px solid var(--pj-silver-2); }
.pj-seal-row.is-representative { border-left: 3px solid var(--pj-d-signature); padding-left: 12px; }
.pj-seal-row__head { display: flex; align-items: center; gap: 10px; }
/* 인장 Emblem — 개별 seal-*.svg(자기완결 자산, 내부 프래그먼트 <use>만 씀)을 <img>로 심는다.
   상태 래퍼(seal-state-*.svg)는 cross-file <use>를 써서 <img>로 못 쓴다(빈 타일) — 그래서
   여기 쓰지 않는다(FJ-VISUAL-REJURY-v1 §78·§147, paljapae-app.js SEAL_EMBLEM_SLUG 주석 참조).
   대표 인장 강조는 기존 .is-representative 테두리에 더해 엠블럼을 한 단계 키운다. */
.pj-seal-emblem { width: 28px; height: 28px; flex: 0 0 auto; }
.pj-seal-row.is-representative .pj-seal-emblem { width: 38px; height: 38px; }

/* ── 공략집 Reader (전체화면 Overlay, 6번째 탭 아님) ── */
.pj-guide-overlay {
  position: fixed; inset: 0;
  background: var(--pj-paper);
  z-index: 50;
  display: flex;
  flex-direction: column;
}
.pj-guide-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--pj-silver-2);
  background: var(--pj-card);
}
.pj-guide-close {
  min-width: 44px; min-height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  background: none; border: none; cursor: pointer;
  font-size: 20px; color: var(--pj-ink);
}
.pj-guide-body { flex: 1; overflow-y: auto; padding: 20px; max-width: 640px; margin: 0 auto; width: 100%; }
.pj-guide-toc-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 16px 0;
  border-bottom: 1px solid var(--pj-silver-2);
  background: none;
  border-left: none; border-right: none; border-top: none;
  cursor: pointer;
  min-height: 44px;
  gap: 10px;
}
.pj-guide-toc-item.is-locked { color: var(--pj-ink-faint); }
.pj-guide-progress { font-family: var(--font-mono); font-size: 11px; color: var(--pj-ink-faint); letter-spacing: .05em; }
.pj-guide-footer {
  display: flex;
  gap: 10px;
  padding: 12px 16px;
  border-top: 1px solid var(--pj-silver-2);
  background: var(--pj-card);
}
.pj-guide-footer .pj-btn-secondary { flex: 1; }
.pj-guide-page-item { margin-bottom: 22px; }
.pj-guide-page-item .pj-micro { margin-bottom: 8px; }

/* ══════════════════════════════════════════════════════════════════════════
 * 모바일 폴드 대응 (Job S18, FJ2 P0 픽스) — 파일 맨 끝에 둔다: 위에서 이미 정의된
 * .pj-display-xl/.pj-card-object 등과 클래스 특이도가 같은 규칙이라, 소스 순서상 더 뒤에
 * 있어야 미디어쿼리 조건이 실제로 이긴다(선언 위치가 앞이면 뒤의 기본 규칙에 덮여 무시된다 —
 * 최초 배치 시 상단 타이포 섹션에 넣었다가 이 문제로 적용되지 않는 것을 실측으로 확인했다).
 * ══════════════════════════════════════════════════════════════════════════ */

/* 5초 테스트 (c) 대응(FJ2): 390×844에서 히어로 카드 오브제 + 콤보 라인("일 카드 → 돈 카드 /
   카드는 서로 이어지고, 때로는 부딪혀요")이 폴드 밖으로 밀려 "카드끼리 관계가 있다"는 메시지가
   첫 화면에서 전혀 안 보였다. 새 문장 없이 기존 카피 그대로, 좁은 화면에서만 h1을 30px로 줄이고
   카드 오브제를 축소해 콤보 라인까지 세로 공간을 확보한다. */
@media (max-width: 480px) {
  main > section:first-of-type { padding-top: 28px; }
  #s1-heading.pj-display-xl { font-size: 28px; }
  #s1-heading ~ .pj-lead { margin-top: 10px !important; }
  #s1-heading ~ .pj-fragments { margin-top: 12px !important; }
  #s1-heading ~ .pj-body { margin-top: 14px !important; }
  .pj-card-object { width: 132px; }
}

/* ══════════════════════════════════════════════════════════════════════════
 * FJ1-BRAND-JURY-v1 P1 #5: 1280px 히어로 카드 우측 클리핑 (Job S20)
 * 실측(FJ1): index.html의 히어로 섹션이 overflow:hidden(인라인)이고 카드 래퍼가
 * margin-right:-8px(인라인)라서, -6deg로 회전한 .pj-card-object--pivot의 바운딩 박스
 * 우측 끝(실측 1159px)이 클리퍼 우측 끝(1140px)을 넘어 카드 모서리가 잘렸다. index.html은
 * 이 Job의 파일 경계 밖(S18 담당)이라 인라인 overflow/margin은 건드리지 않고, 이 Job이
 * 소유한 .pj-card-object--pivot 쪽에서 회전으로 밀려난 만큼만 왼쪽으로 되돌린다.
 * ══════════════════════════════════════════════════════════════════════════ */
@media (min-width: 900px) {
  .pj-card-object--pivot { transform: rotate(-6deg) translateX(-22px); }
}

/* ══════════════════════════════════════════════════════════════════════════
 * HERO-ART-SPEC-v2 §5 배선 — 실제 벡터 오브제로 승격 (Job V-SVG, Continue Until Green 02)
 *
 * 이전(Job S20): 진짜 이미지 생성 수단이 없던 시점이라 clip-path 노치 + 의사요소로 "형태가
 * 다르다"는 신호만 흉내 냈다(위 §5 헤더가 그 흔적 — 이제 지워진 6개 블록). HERO-ART-SPEC-v2가
 * 6종 오브제(시그니처=Pivot Charm/사랑=Orbit Locket/일=Assembly Module/돈=Flow Vault/
 * 사람=Role Clasp/건강=Thermal Regulator)를 부품 단위로 규정했고, public/paljapae/assets/hero/p1/
 * {domain}.svg 6장을 손으로 그려 넣었으므로(이 Job 소유 — 상세 부품 구조·검증은
 * ops/final-site-completion-01/recon/VSVG-HERO-IMPLEMENTATION-REPORT.md) 이제 그 SVG를
 * 배경 이미지로 얹는다. Placeholder를 Final로 승격 금지 원칙에 따라 옛 clip-path/pseudo 조형은
 * 전부 제거했다 — 지금부터 6장의 실루엣 차이는 실제 부품 형태(고리·캡슐·계단·깔때기·D관·빗살)에서
 * 나온다.
 *
 * 선택자 원리는 그대로다: renderBinderGrid·카드 Route는 이 Job 파일 경계 밖인 paljapae-app.js가
 * domain별 인라인 background만 바꿔 그리므로(도메인 class/attribute 없음 — 실측:
 * paljapae-app.js:152,498,1021 domainVar()), 그 인라인 스타일 문자열에 남는
 * 'var(--pj-d-{domain})' 토큰을 [style*="--pj-d-{domain}"] 부분일치로 잡아 DOM/JS를 건드리지
 * 않고 CSS만으로 얹는다.
 *
 * 배치: HERO-ART-SPEC-v2 §1.6 Card Front 크롭 규칙(상단 66%·contain·좌우 패딩 8%)을 그대로
 * 따른다 — 라벨 밴드가 앉는 하단 34%는 건드리지 않는다(a11y 대비 유지, Job S16 위에 얹는
 * 순수 형태 레이어라는 원칙도 그대로).
 *
 * 검증: 그레이스케일 회귀 가드 — qa/final-site/e2e/card-shape-grayscale.spec.mjs
 *       (오브제 배경 이미지를 대상으로 재조준, 로직은 S20과 동일: content:none으로 무력화한
 *       flat 버전 대비 stdev가 유의미하게 커야 통과)
 * ══════════════════════════════════════════════════════════════════════════ */

/* 라벨은 항상 형태 레이어 위에 — 절대배치 배경 아트가 혹시 겹쳐도 텍스트 가독성(대비)이
   깨지지 않도록 페인트 순서를 고정한다. */
.pj-binder-cell__label,
.pj-flip-card__label-band {
  position: relative;
  z-index: 1;
}

.pj-binder-cell__face,
.pj-flip-card__art {
  overflow: hidden;
}
.pj-binder-cell__face::before,
.pj-flip-card__art::before {
  content: '';
  position: absolute;
  top: 0;
  left: 4%;
  right: 4%;
  height: 66%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  pointer-events: none;
}

/* ── 시그니처 · Pivot Charm — 편심 두꺼운 환(6° 기울기) ── */
.pj-binder-cell__face[style*="--pj-d-signature"]::before,
.pj-flip-card__art[style*="--pj-d-signature"]::before {
  background-image: url("../assets/hero/p1/signature.svg");
}

/* ── 사랑 · Orbit Locket — 분리된 두 캡슐 + 열린 호(닿지 않는 틈) ── */
.pj-binder-cell__face[style*="--pj-d-love"]::before,
.pj-flip-card__art[style*="--pj-d-love"]::before {
  background-image: url("../assets/hero/p1/love.svg");
}

/* ── 일 · Assembly Module — 곡선 0, 직각 계단(빈 슬롯 1칸) ── */
.pj-binder-cell__face[style*="--pj-d-work"]::before,
.pj-flip-card__art[style*="--pj-d-work"]::before {
  background-image: url("../assets/hero/p1/work.svg");
}

/* ── 돈 · Flow Vault — 대각 35° 테이퍼 깔때기 + 팔각 칼라 ── */
.pj-binder-cell__face[style*="--pj-d-money"]::before,
.pj-flip-card__art[style*="--pj-d-money"]::before {
  background-image: url("../assets/hero/p1/money.svg");
}

/* ── 사람 · Role Clasp — 얇은 D형 관(카라비너). HERO-ART-SPEC-v2 §2.5 자체가 "얇은 관 물건이라
   앵커 규칙 예외 — 바운딩 박스 62% 이상으로 대체 검산"이라고 못박은 대상. 이전엔 다른 5장과
   같은 contain 대신 165% 확대를 썼는데, ::before가 상단 66% 높이로 크롭돼 있어(Card Front
   규칙) 확대된 D의 아래쪽이 잘려 나가 닫힌 관이 "지팡이"로 보였다(FJ-VISUAL-REJURY-v1 P1-4,
   s20-binder-grid-shaped.png 5번 셀). 확대·크롭 대신 p1/people.svg 쪽에서 판 면적을 키웠다
   (contour를 body보다 넓은 stroke로 body 뒤에 둬 관의 실제 실루엣 자체가 커짐 — §P1-3과 동일
   커밋). 여기서는 다른 5장과 같은 contain으로 되돌려 Identity Core가 잘리지 않게 한다. ── */
.pj-binder-cell__face[style*="--pj-d-people"]::before,
.pj-flip-card__art[style*="--pj-d-people"]::before {
  background-image: url("../assets/hero/p1/people.svg");
}

/* ── 건강 · Thermal Regulator — 유일한 가로형 빗살 슬랩 ── */
.pj-binder-cell__face[style*="--pj-d-health"]::before,
.pj-flip-card__art[style*="--pj-d-health"]::before {
  background-image: url("../assets/hero/p1/health.svg");
}

/* ══════════════════════════════════════════════════════════════════════════
 * 히어로 쇼케이스 카드(.pj-card-object, public/paljapae/index.html 정적 마크업 — 이 Job은
 * index.html을 건드리지 않고 이미 존재하는 클래스에 CSS만 얹는다) — HERO-ART-SPEC-v2 §1.6
 * "Reveal Hero(390px): 카드 면 + P2 스테이지" 규칙대로 진열대(선반/클립) 배경까지 포함한
 * P2 다이오라마를 쓴다. 정적 마크업은 시그니처(pivot) 한 장만 쓴다(.pj-card-object--pivot).
 * ══════════════════════════════════════════════════════════════════════════ */
.pj-card-object__face {
  overflow: hidden;
}
.pj-card-object__face::before {
  content: '';
  position: absolute;
  inset: 0;
  bottom: 34px; /* 라벨 밴드(__label-band) 높이만큼 남겨둔다 */
  background-image: url("../assets/hero/p2/signature.svg");
  background-repeat: no-repeat;
  background-position: center 55%;
  background-size: 82%;
  pointer-events: none;
}
.pj-card-object__hinge { display: none; } /* P2 아트 자체에 힌지 핀·너클이 있어 중복 */

/* ══════════════════════════════════════════════════════════════════════════
 * 무료 Reveal(result.html #pj-reveal-face) · Pre-reveal(#pj-prereveal-card) ·
 * 랜딩 S3 구성품 원장(.pj-thumb) — 소비자가 카드를 처음 만나는 세 지점. 위
 * `.pj-binder-cell__face`/`.pj-flip-card__art`와 동일한 `[style*="--pj-d-{domain}"]`
 * 부분일치 기법을 재사용해 DOM/JS(result.html·index.html·paljapae-app.js)를
 * 건드리지 않고 CSS만으로 형태 레이어를 얹는다(FJ-VISUAL-REJURY-v1 P0-2).
 * ══════════════════════════════════════════════════════════════════════════ */

/* ── 무료 Reveal 카드 앞면 — Card Front 크롭 규칙(상단 66%·contain·좌우 4%)을
   그대로 따른다. 라벨 밴드(하단 flex 자식)는 소스 순서상 ::before 뒤에 와서
   자연스럽게 위에 페인트된다. ── */
#pj-reveal-face::before {
  content: '';
  position: absolute;
  top: 0;
  left: 4%;
  right: 4%;
  height: 66%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  pointer-events: none;
}
#pj-reveal-face[style*="--pj-d-signature"]::before {
  background-image: url("../assets/hero/p1/signature.svg");
}

/* ── Pre-reveal 카드(#pj-prereveal-card 내부 면) — 라벨이 없는 전면 카드라
   패딩만 두고 거의 꽉 채운다. 안쪽 div가 position:static이라 ::before가
   -6deg 회전 부모를 기준으로 앉지 않도록 relative를 준다. ── */
#pj-prereveal-card > div {
  position: relative;
}
#pj-prereveal-card > div::before {
  content: '';
  position: absolute;
  inset: 6%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
#pj-prereveal-card > div[style*="--pj-d-signature"]::before {
  background-image: url("../assets/hero/p1/signature.svg");
}

/* ── 랜딩 S3 구성품 원장(.pj-thumb) — index.html "받는 것은 이거예요" 목록의
   시그니처 88×88 썸네일과 결과 카드 5장 24×32 미니 썸네일. ── */
.pj-thumb {
  position: relative;
  overflow: hidden;
}
.pj-thumb::before {
  content: '';
  position: absolute;
  inset: 8%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.pj-thumb[style*="--pj-d-signature"]::before { background-image: url("../assets/hero/p1/signature.svg"); }
.pj-thumb[style*="--pj-d-love"]::before { background-image: url("../assets/hero/p1/love.svg"); }
.pj-thumb[style*="--pj-d-work"]::before { background-image: url("../assets/hero/p1/work.svg"); }
.pj-thumb[style*="--pj-d-money"]::before { background-image: url("../assets/hero/p1/money.svg"); }
.pj-thumb[style*="--pj-d-people"]::before { background-image: url("../assets/hero/p1/people.svg"); }
.pj-thumb[style*="--pj-d-health"]::before { background-image: url("../assets/hero/p1/health.svg"); }
