/* ============================================================
   creepypasta-story.css — 괴담통보망 제작기 전용
   ============================================================ */

.main #creepyIntro { padding-top: 72px; padding-bottom: 84px; }
.creepy-hero {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,1fr);
  grid-template-areas:"copy teaser" "actions teaser";
  gap:16px 40px; align-items:center;
}
.creepy-hero-copy { grid-area:copy; max-width:640px; }
.creepy-hero-actions { grid-area:actions; margin-top:14px; }
body[data-page="creepypasta"] .hero-sub { max-width:600px; margin-top:22px; }
.creepy-hero-copy .hero-title { margin-top:0; font-size:clamp(42px,3.8vw,60px); line-height:1.08; }
.creepy-kicker { margin-top:18px; font-size:clamp(22px,2.3vw,31px); font-weight:800; line-height:1.4; letter-spacing:-.03em; }
.creepy-hero-copy .eyebrow { margin-top:18px; margin-bottom:0; }
.creepy-hero-teaser { grid-area:teaser; border-radius:20px; overflow:hidden; box-shadow:0 24px 50px rgba(25,31,31,.16); transform:rotate(1deg); }
.creepy-hero-teaser img { width:100%; display:block; }

.creepy-section-lead { margin-top:16px; max-width:920px; font-size:clamp(22px,2.2vw,30px); font-weight:800; line-height:1.45; letter-spacing:-.03em; }
.creepy-full { max-width:900px; }
.creepy-mt { margin-top:20px; }
.creepy-flow { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; margin-top:38px; }
.creepy-flow article,.creepy-ai-grid article { padding:24px 22px; background:var(--paper); border-radius:var(--radius); }
.creepy-flow article span,.creepy-ai-grid article span { display:block; margin-bottom:14px; color:var(--mint-deep); font-size:12px; font-weight:850; letter-spacing:.08em; }
.creepy-flow h3,.creepy-ai-grid h3 { font-size:18px; line-height:1.35; letter-spacing:-.02em; }
.creepy-flow p,.creepy-ai-grid p { margin-top:10px; color:var(--ink-soft); font-size:14px; line-height:1.7; }

/* 운세를 괴담의 규칙으로: 실제 화면에 번호를 얹어 설명.
   핀은 이미지 위에 겹치지 않도록 화면 왼쪽의 별도 레일에 둔다. */
.creepy-annotated { display:grid; grid-template-columns:minmax(0,300px) 1fr; gap:36px; margin-top:36px; align-items:start; }
.creepy-annotated-frame { display:flex; max-width:300px; }
.creepy-pin-rail { position:relative; flex:none; width:26px; }
.creepy-annotated-media { flex:1; min-width:0; border-radius:var(--radius); overflow:hidden; border:1px solid var(--line); }
.creepy-annotated-media img { width:100%; display:block; }
.creepy-pin {
  position:absolute; left:50%; transform:translate(-50%,-50%);
  display:flex; align-items:center; justify-content:center;
  width:24px; height:24px; border-radius:50%;
  background:var(--mint); color:#fff; font-size:12px; font-weight:850;
  box-shadow:0 4px 10px rgba(25,31,31,.2);
}
.creepy-pin-1 { top:19.3%; }
.creepy-pin-2 { top:26.7%; }
.creepy-pin-3 { top:40.1%; }
.creepy-pin-4 { top:57.5%; }
.creepy-pin-5 { top:70.2%; }
.creepy-annotated-list { display:flex; flex-direction:column; gap:18px; }
.creepy-annotated-list li { display:flex; gap:14px; align-items:flex-start; }
.creepy-annotated-list b {
  flex:none; display:flex; align-items:center; justify-content:center;
  width:26px; height:26px; border-radius:50%;
  background:var(--mint-tint); color:var(--mint-deep); font-size:13px; font-weight:850;
}
.creepy-annotated-list strong { display:block; font-size:15px; }
.creepy-annotated-list span { display:block; margin-top:3px; color:var(--ink-soft); font-size:13.5px; line-height:1.5; }

.creepy-note { margin-top:16px; color:var(--ink-soft); font-size:13.5px; }

.creepy-screens-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; margin-top:36px; align-items:stretch; }
.creepy-screen-card { display:flex; flex-direction:column; background:var(--paper); border-radius:var(--radius); overflow:hidden; }
.creepy-screen-media { display:flex; align-items:flex-start; justify-content:center; height:480px; padding:20px; background:var(--bg); border:1px solid var(--line); box-sizing:border-box; }
.creepy-screen-media img { max-width:100%; max-height:100%; width:auto; height:auto; display:block; border-radius:14px; box-shadow:0 16px 32px rgba(25,31,31,.14); }
/* 실제 앱은 이스터에그 문구를 어둡게 페이드인시키지만, 이 요약 카드에서는
   문구가 바로 눈에 들어와야 하므로 이 페이지에서만 밝기를 살짝 올린다. */
.creepy-screen-card--egg .creepy-screen-media img { filter:brightness(1.2); }
.creepy-screen-card figcaption { flex:1; padding:16px 18px 20px; }
.creepy-screen-card figcaption strong { display:block; margin-bottom:6px; font-size:15px; }
.creepy-screen-card figcaption span { display:block; color:var(--ink-soft); font-size:13px; line-height:1.6; }

.creepy-iteration-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; margin-top:18px; }
.creepy-iteration-grid article { padding:28px; background:var(--paper); border-radius:var(--radius); }
.creepy-iteration-index { display:block; margin-bottom:16px; color:var(--mint-deep); font-size:12px; font-weight:850; letter-spacing:.06em; }
.creepy-iteration-grid h3 { font-size:19px; line-height:1.4; letter-spacing:-.025em; }
.creepy-iteration-grid p { margin-top:14px; color:var(--ink-soft); font-size:14.5px; line-height:1.75; }
.creepy-iteration-grid .creepy-example { padding:16px 18px; background:#171a1a; color:#f3f4ef; border-radius:14px; font-size:15px; }
.creepy-iteration-grid .creepy-evidence { color:var(--ink); font-weight:700; }

.creepy-ai-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; margin-top:32px; }
.creepy-ai-note { margin-top:28px; color:var(--ink-soft); font-size:15px; line-height:1.7; max-width:920px; }
.creepy-cta { background:linear-gradient(135deg,#171a1a,#2c3533); }
.creepy-cta p { color:rgba(255,255,255,.75); }

@media (max-width:960px) {
  .creepy-hero {
    grid-template-columns:1fr;
    grid-template-areas:"copy" "teaser" "actions";
  }
  .creepy-hero-copy { max-width:none; }
  .creepy-hero-teaser { max-width:460px; margin-top:8px; }
  .creepy-flow,.creepy-ai-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .creepy-annotated { grid-template-columns:1fr; }
  .creepy-annotated-frame { max-width:360px; margin:0 auto; }
  .creepy-screens-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:720px) {
  .main #creepyIntro { padding-top:52px; padding-bottom:64px; }
  .creepy-hero-copy .hero-title { font-size:38px; }
  .creepy-kicker { font-size:22px; }
  .creepy-flow,.creepy-ai-grid,.creepy-screens-grid,.creepy-iteration-grid { grid-template-columns:1fr; }
  .creepy-screen-media { height:420px; }
}
