/* ═══════════════════════════════════════════════════════════════════
   JEONDO · 불꽃 키네틱 BRIGHT EDITION (밝은 크림 + 빨강 강조)
   광주중앙교회 전도특공대 — 2026 Edition
   거장 모드 v2 · 2026-05-04
   변경: 다크 → 라이트, 영상 -90deg, 모바일 폰트 안정화, CTA 전화 제거
   ═══════════════════════════════════════════════════════════════════ */

/* ── 0. RESET & TOKENS ────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root{
  /* — 밝은 베이스 — */
  --bg-cream:    #fef9f5;
  --bg-warm:     #fff5ef;
  --bg-blush:    #fee2d4;
  --bg-paper:    #ffffff;

  /* — 부분 다크 (영상·CTA 등) — */
  --bg-dark:     #1a0f0a;
  --bg-charcoal: #2a1810;

  /* — 불꽃 팔레트 (유지·강화) — */
  --flame-red:    #dc2626;
  --flame-deep:   #991b1b;
  --flame-burn:   #7f1d1d;
  --flame-orange: #ea580c;
  --flame-amber:  #f59e0b;
  --flame-gold:   #b45309;
  --flame-spark:  #fcd34d;

  /* — 텍스트 (라이트 배경 위) — */
  --text-deep:  #1c1216;
  --text-body:  #44403c;
  --text-soft:  #78716c;
  --text-mute:  #a8a29e;
  --text-on-dark: #fafaf9;

  /* — 그라디언트 — */
  --grad-flame:    linear-gradient(135deg, #dc2626 0%, #ea580c 50%, #f59e0b 100%);
  --grad-flame-v:  linear-gradient(180deg, #f59e0b 0%, #ea580c 35%, #dc2626 70%, #7f1d1d 100%);
  --grad-text-fire: linear-gradient(180deg, #f59e0b 0%, #ea580c 40%, #dc2626 75%, #991b1b 100%);
  --grad-cream-bg: linear-gradient(180deg, #fef9f5 0%, #fff5ef 50%, #fee2d4 100%);

  /* — 타이포 — */
  --font-serif:  'Noto Serif KR', 'Nanum Myeongjo', serif;
  --font-display:'Bebas Neue', 'Anton', 'Oswald', 'Noto Sans KR', sans-serif;
  --font-script: 'Playfair Display', 'Noto Serif KR', serif;
  --font-sans:   'Pretendard', -apple-system, BlinkMacSystemFont, 'Noto Sans KR', sans-serif;

  /* — 스페이싱 — */
  --sp-1:  8px;  --sp-2: 16px; --sp-3: 24px; --sp-4: 32px;
  --sp-5: 48px;  --sp-6: 64px; --sp-7: 96px; --sp-8: 128px;

  /* — 모션 — */
  --ease-out: cubic-bezier(.16,.84,.24,1);
  --t-fast: 220ms;
  --t-base: 380ms;
  --t-slow: 720ms;

  /* — 컨테이너 — */
  --maxw: 1320px;
  --maxw-narrow: 980px;
}

html { scroll-behavior: smooth; }
body{
  font-family: var(--font-serif);
  background: var(--bg-cream);
  color: var(--text-deep);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  word-break: keep-all;
  overflow-wrap: break-word;
}

img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--flame-red); color: var(--text-on-dark); }

/* ═══════════════════════════════════════════════════════════════════
   1. HERO — BRIGHT FLAME (크림 + 코랄 + 빨강 글로우)
   ═══════════════════════════════════════════════════════════════════ */
.hero{
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  padding: 120px var(--sp-3) 80px;
  background: var(--bg-cream);
}

/* 배경 — 크림 베이스 + 코랄 발광 */
.hero-bg{
  position: absolute; inset: 0; z-index: -3;
  background:
    radial-gradient(ellipse 80% 70% at 80% 20%, rgba(220,38,38,.18) 0%, transparent 60%),
    radial-gradient(ellipse 70% 60% at 20% 90%, rgba(234,88,12,.22) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 50% 50%, rgba(245,158,11,.12) 0%, transparent 70%),
    var(--grad-cream-bg);
  filter: saturate(1.05);
  animation: heroPulse 9s ease-in-out infinite;
}

/* 비네팅 (밝은 톤) */
.hero-overlay{
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(180deg, rgba(254,249,245,.4) 0%, transparent 30%, transparent 70%, rgba(254,226,212,.6) 100%);
}

/* 그레인 */
.hero-grain{
  position: absolute; inset: 0; z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");
  opacity: .06;
  pointer-events: none;
  mix-blend-mode: multiply;
}

/* 떠오르는 불씨 (밝은 배경 위 빨강 입자) */
.hero::before, .hero::after{
  content: '';
  position: absolute;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle 2.5px at 10% 90%, var(--flame-red), transparent),
    radial-gradient(circle 2px at 25% 80%, var(--flame-orange), transparent),
    radial-gradient(circle 3px at 40% 95%, var(--flame-amber), transparent),
    radial-gradient(circle 1.5px at 55% 70%, var(--flame-red), transparent),
    radial-gradient(circle 2.5px at 70% 85%, var(--flame-orange), transparent),
    radial-gradient(circle 2px at 85% 75%, var(--flame-red), transparent),
    radial-gradient(circle 1.5px at 92% 90%, var(--flame-amber), transparent);
  background-size: 100% 100%;
  inset: 0;
  animation: emberRise 14s linear infinite;
  opacity: .7;
}
.hero::after{
  background-image:
    radial-gradient(circle 1.5px at 18% 88%, var(--flame-amber), transparent),
    radial-gradient(circle 2.5px at 35% 92%, var(--flame-red), transparent),
    radial-gradient(circle 2px at 50% 80%, var(--flame-orange), transparent),
    radial-gradient(circle 1.5px at 65% 95%, var(--flame-amber), transparent),
    radial-gradient(circle 2.5px at 80% 87%, var(--flame-red), transparent);
  animation-duration: 11s;
  animation-delay: -3s;
  opacity: .5;
}

@keyframes emberRise{
  0%   { transform: translateY(0) translateX(0); opacity: 0; }
  10%  { opacity: .9; }
  90%  { opacity: .3; }
  100% { transform: translateY(-100vh) translateX(20px); opacity: 0; }
}
@keyframes heroPulse{
  0%, 100% { filter: saturate(1.05) brightness(1); }
  50%      { filter: saturate(1.15) brightness(1.04); }
}

.hero-inner{
  position: relative;
  text-align: center;
  max-width: var(--maxw-narrow);
  width: 100%;
  z-index: 1;
}

.hero-issue{
  display: inline-block;
  font-family: var(--font-display);
  letter-spacing: 0.32em;
  font-size: 12px;
  color: var(--flame-deep);
  padding: 10px 20px;
  border: 1px solid rgba(220,38,38,.35);
  border-radius: 999px;
  margin-bottom: var(--sp-4);
  background: rgba(255,255,255,.65);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
  animation: badgeFlicker 4s ease-in-out infinite;
}
@keyframes badgeFlicker{
  0%, 100% { box-shadow: 0 4px 18px rgba(220,38,38,.15); }
  50%      { box-shadow: 0 6px 28px rgba(220,38,38,.3); }
}

.hero h1{
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(48px, 9vw, 148px);
  line-height: .92;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--text-deep);
  margin-bottom: var(--sp-5);
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-shadow: 0 4px 30px rgba(220,38,38,.18);
}

.hero h1 .script{
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(16px, 2.4vw, 28px);
  letter-spacing: 0.02em;
  text-transform: none;
  background: var(--grad-text-fire);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: var(--sp-3);
  line-height: 1.4;
  text-shadow: none;
  filter: drop-shadow(0 2px 10px rgba(234,88,12,.3));
  word-break: keep-all;
}

.hero-verse{
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(14px, 1.6vw, 19px);
  line-height: 1.75;
  color: var(--text-body);
  max-width: 640px;
  margin: 0 auto var(--sp-5);
  padding: var(--sp-3) var(--sp-4);
  border-left: 3px solid var(--flame-red);
  border-right: 3px solid var(--flame-red);
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(6px);
  position: relative;
  word-break: keep-all;
}
.hero-verse cite{
  display: block;
  font-style: normal;
  font-family: var(--font-display);
  letter-spacing: 0.18em;
  font-size: 11px;
  color: var(--flame-deep);
  margin-top: var(--sp-2);
}

.hero-meta{
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-display);
  letter-spacing: 0.2em;
  font-size: 11px;
  color: var(--text-soft);
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  word-break: keep-all;
}
.hero-meta strong{ color: var(--flame-deep); font-weight: 600; }
.hero-meta .dot{ color: var(--flame-orange); font-size: 8px; }

.hero-scroll{
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  letter-spacing: 0.4em;
  font-size: 10px;
  color: var(--flame-deep);
  writing-mode: vertical-rl;
  animation: scrollBounce 2s ease-in-out infinite;
  z-index: 2;
}
.hero-scroll::after{
  content: '';
  display: block;
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, var(--flame-red), transparent);
  margin: 12px auto 0;
}
@keyframes scrollBounce{
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: .55; }
  50%      { transform: translateX(-50%) translateY(8px); opacity: 1; }
}

/* ═══════════════════════════════════════════════════════════════════
   2. KICKER & HEADINGS
   ═══════════════════════════════════════════════════════════════════ */
.kicker{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-display);
  letter-spacing: 0.32em;
  font-size: 12px;
  color: var(--flame-deep);
  text-transform: uppercase;
  margin-bottom: var(--sp-3);
}
.kicker::before{
  content: '';
  width: 32px; height: 1px;
  background: var(--grad-flame);
}

h2{
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(28px, 5vw, 64px);
  line-height: 1.18;
  letter-spacing: -0.015em;
  color: var(--text-deep);
  word-break: keep-all;
  overflow-wrap: anywhere;
}
h2 .it{
  font-style: italic;
  background: var(--grad-text-fire);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
h3{
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.3;
  color: var(--text-deep);
  word-break: keep-all;
}
h3 .it{
  font-style: italic;
  background: var(--grad-text-fire);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ── REVEAL ANIMATION ───────────────────────────────────────────── */
.reveal{
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 900ms var(--ease-out), transform 900ms var(--ease-out);
}
.reveal.visible{ opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════════════════════════════════
   3. MISSION — 4 PILLARS (밝은 카드 + 빨강 액센트)
   ═══════════════════════════════════════════════════════════════════ */
.mission-section{
  padding: var(--sp-8) var(--sp-3);
  max-width: var(--maxw);
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.mission-section::before{
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 120px; height: 2px;
  background: var(--grad-flame);
}

.mission-lead{
  max-width: 720px;
  margin: var(--sp-4) auto var(--sp-7);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.85;
  color: var(--text-body);
  word-break: keep-all;
}
.mission-lead strong{ color: var(--flame-deep); font-weight: 700; }

.mission-pillars{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-3);
  text-align: left;
}

.m-pillar{
  position: relative;
  padding: var(--sp-5) var(--sp-3);
  background: var(--bg-paper);
  border: 1px solid rgba(220,38,38,.1);
  border-radius: 6px;
  transition: transform var(--t-base) var(--ease-out),
              border-color var(--t-base),
              box-shadow var(--t-base);
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(28,18,22,.05);
}
.m-pillar::before{
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grad-flame);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t-base) var(--ease-out);
}
.m-pillar:hover{
  transform: translateY(-6px);
  border-color: rgba(220,38,38,.4);
  box-shadow: 0 18px 40px rgba(220,38,38,.12), 0 6px 14px rgba(234,88,12,.08);
}
.m-pillar:hover::before{ transform: scaleX(1); }

.m-num{
  font-family: var(--font-display);
  font-size: clamp(40px, 4.5vw, 56px);
  letter-spacing: -0.02em;
  background: var(--grad-text-fire);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: var(--sp-3);
  filter: drop-shadow(0 2px 6px rgba(220,38,38,.2));
}
.m-label{
  font-family: var(--font-display);
  letter-spacing: 0.28em;
  font-size: 10px;
  color: var(--flame-deep);
  text-transform: uppercase;
  margin-bottom: var(--sp-1);
}
.m-title{
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 700;
  color: var(--text-deep);
  margin-bottom: var(--sp-2);
}
.m-desc{
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--text-body);
  word-break: keep-all;
}

/* ═══════════════════════════════════════════════════════════════════
   4. VIDEO SECTION — 다크 인서트 (대비 효과)
   ═══════════════════════════════════════════════════════════════════ */
.video-section{
  padding: var(--sp-8) var(--sp-3);
  background:
    radial-gradient(ellipse at top, #2a1810 0%, #1a0f0a 70%, #0f0707 100%);
  color: var(--text-on-dark);
  position: relative;
  overflow: hidden;
}
.video-section::before{
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n2)' opacity='0.3'/%3E%3C/svg%3E");
  opacity: .12;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.video-section .kicker{ color: var(--flame-amber); }
.video-section h3{ color: var(--text-on-dark); }

.video-wrap{
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-7);
  align-items: center;
  position: relative;
}

.video-text p{
  font-size: 16px;
  line-height: 1.85;
  color: rgba(250,250,249,.85);
  margin-top: var(--sp-3);
  max-width: 460px;
  word-break: keep-all;
}
.video-text p strong{ color: var(--flame-amber); font-weight: 600; }

.video-stats{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-3);
  margin-top: var(--sp-5);
  padding-top: var(--sp-4);
  border-top: 1px solid rgba(245,158,11,.25);
}
.v-stat-num{
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 46px);
  background: linear-gradient(180deg, #fcd34d 0%, #f59e0b 50%, #dc2626 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 6px;
}
.v-stat-lbl{
  font-family: var(--font-display);
  letter-spacing: 0.18em;
  font-size: 10px;
  color: rgba(250,250,249,.55);
  text-transform: uppercase;
}

/* — 영상 프레임 (-90deg 회전, 세로 비율) — */
.video-frame{ position: relative; }

.video-ribbon{
  position: absolute;
  top: -14px; left: 24px;
  z-index: 5;
  font-family: var(--font-display);
  letter-spacing: 0.22em;
  font-size: 11px;
  color: var(--text-on-dark);
  padding: 8px 18px;
  background: var(--grad-flame);
  text-transform: uppercase;
  box-shadow: 0 6px 22px rgba(220,38,38,.5);
  animation: ribbonGlow 2.4s ease-in-out infinite;
}
@keyframes ribbonGlow{
  0%, 100% { box-shadow: 0 6px 22px rgba(220,38,38,.5); }
  50%      { box-shadow: 0 6px 32px rgba(245,158,11,.7); }
}

/* 영상 박스: 세로 9:16 비율 + 영상 안쪽에서 반시계 90도 회전 */
.video-player{
  position: relative;
  width: 100%;
  max-width: 380px;          /* 세로 영상 가독 폭 */
  aspect-ratio: 9 / 16;       /* 세로 컨테이너 */
  margin: 0 auto;
  background: #000;
  overflow: hidden;
  border-radius: 8px;
  box-shadow:
    0 30px 80px rgba(0,0,0,.6),
    0 0 0 1px rgba(245,158,11,.28),
    0 0 60px rgba(220,38,38,.25);
  cursor: pointer;
}

/* 영상 자체: 가로(16:9) 영상을 -90도 회전하여 세로 컨테이너에 맞춤 */
.video-player video{
  position: absolute;
  top: 50%;
  left: 50%;
  /* 회전 후 width=세로컨테이너높이, height=세로컨테이너폭 이 되도록
     원래 가로 영상이 컨테이너 폭을 꽉 채우게 함 */
  width: calc(100% * (16 / 9));   /* 컨테이너 height 만큼 가로폭 확보 */
  height: 100%;                    /* 컨테이너 폭 만큼 세로 */
  /* CSS 트릭: width %는 컨테이너 width 기준이지만 회전 후 시각적으로 height 차원으로 작동 */
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center center;
  object-fit: cover;
  background: #000;
}

/* — 컨트롤 바 (회전과 무관, 세로 컨테이너 하단 고정) — */
.vp-controls{
  position: absolute;
  left: 10px; right: 10px; bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(7,5,10,.78);
  backdrop-filter: blur(12px);
  border-radius: 999px;
  border: 1px solid rgba(245,158,11,.25);
  z-index: 10;
}
.vp-btn{
  flex-shrink: 0;
  width: 30px; height: 30px;
  border: none;
  background: transparent;
  color: var(--text-on-dark);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  transition: background var(--t-fast);
}
.vp-btn:hover{ background: rgba(234,88,12,.25); }
.vp-btn svg{ width: 16px; height: 16px; fill: currentColor; }

.vp-seek{
  flex: 1;
  position: relative;
  height: 3px;
  background: rgba(255,255,255,.2);
  border-radius: 2px;
  cursor: pointer;
  min-width: 40px;
}
.vp-seek-fill{
  position: absolute;
  inset: 0;
  width: 0%;
  background: var(--grad-flame);
  border-radius: 2px;
  transition: width 80ms linear;
}
.vp-seek-knob{
  position: absolute;
  top: 50%;
  left: 0%;
  width: 11px; height: 11px;
  background: var(--flame-amber);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(245,158,11,.7);
}
.vp-time{
  font-family: var(--font-display);
  letter-spacing: 0.1em;
  font-size: 10px;
  color: rgba(250,250,249,.85);
  flex-shrink: 0;
  min-width: 70px;
  text-align: right;
}

/* ═══════════════════════════════════════════════════════════════════
   5. ACTIVITIES — 2 PILLARS (밝은 카드)
   ═══════════════════════════════════════════════════════════════════ */
.activities-section{
  padding: var(--sp-8) var(--sp-3);
  max-width: var(--maxw);
  margin: 0 auto;
}
.activities-head{
  text-align: center;
  margin-bottom: var(--sp-7);
}
.activities-head p{
  margin-top: var(--sp-3);
  color: var(--text-body);
  font-size: 15px;
  line-height: 1.85;
  word-break: keep-all;
}

.activities-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-4);
}

.activity-card{
  position: relative;
  background: var(--bg-paper);
  border: 1px solid rgba(220,38,38,.1);
  border-radius: 6px;
  overflow: hidden;
  transition: border-color var(--t-base), box-shadow var(--t-base), transform var(--t-base);
  box-shadow: 0 2px 6px rgba(28,18,22,.05);
}
.activity-card:hover{
  border-color: rgba(220,38,38,.4);
  box-shadow: 0 22px 50px rgba(220,38,38,.15), 0 8px 18px rgba(234,88,12,.1);
  transform: translateY(-4px);
}

.a-media{
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}
.a-media img{
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease-out), filter var(--t-base);
}
.activity-card:hover .a-media img{
  transform: scale(1.06);
  filter: saturate(1.15) brightness(1.05);
}
.a-media::after{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(28,18,22,.45) 100%);
  pointer-events: none;
}

.a-badge{
  position: absolute;
  top: 18px; left: 18px;
  z-index: 2;
  font-family: var(--font-display);
  letter-spacing: 0.16em;
  font-size: 11px;
  color: var(--text-on-dark);
  padding: 7px 14px;
  background: var(--flame-red);
  text-transform: uppercase;
  border-radius: 3px;
  box-shadow: 0 4px 14px rgba(220,38,38,.45);
}

.a-body{ padding: var(--sp-4); }
.a-num{
  font-family: var(--font-display);
  letter-spacing: 0.28em;
  font-size: 11px;
  color: var(--flame-deep);
  text-transform: uppercase;
  margin-bottom: var(--sp-2);
}
.a-title{ margin-bottom: var(--sp-2); }
.a-desc{
  font-size: 15px;
  line-height: 1.85;
  color: var(--text-body);
  margin-bottom: var(--sp-3);
  word-break: keep-all;
}

.a-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.a-tag{
  font-family: var(--font-sans);
  font-size: 12px;
  padding: 6px 12px;
  background: var(--bg-blush);
  border: 1px solid rgba(220,38,38,.25);
  color: var(--flame-burn);
  border-radius: 3px;
  letter-spacing: 0.02em;
  font-weight: 600;
}

/* ═══════════════════════════════════════════════════════════════════
   6. GALLERY — FIELD MAGAZINE
   ═══════════════════════════════════════════════════════════════════ */
.gallery-section{
  padding: var(--sp-8) var(--sp-3);
  max-width: var(--maxw);
  margin: 0 auto;
}
.gallery-head{
  text-align: center;
  margin-bottom: var(--sp-7);
}
.gallery-head p{
  margin-top: var(--sp-3);
  color: var(--text-body);
  font-size: 15px;
  word-break: keep-all;
}

.gallery-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: var(--sp-2);
}
.g-large{ grid-column: span 2; grid-row: span 2; }
.g-tall { grid-row: span 2; }
.g-wide { grid-column: span 2; }

.g-item{
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--bg-warm);
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(28,18,22,.06);
}
.g-item img{
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease-out), filter var(--t-base);
}
.g-item:hover img{
  transform: scale(1.08);
  filter: saturate(1.15);
}
.g-cap{
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: var(--sp-3) var(--sp-3) var(--sp-2);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 14px;
  color: var(--text-on-dark);
  background: linear-gradient(180deg, transparent 0%, rgba(28,18,22,.92) 80%);
  transform: translateY(20%);
  opacity: 0;
  transition: transform var(--t-base) var(--ease-out), opacity var(--t-base);
}
.g-item:hover .g-cap{
  transform: translateY(0);
  opacity: 1;
}

/* ═══════════════════════════════════════════════════════════════════
   7. SCHEDULE
   ═══════════════════════════════════════════════════════════════════ */
.schedule-section{
  padding: var(--sp-8) var(--sp-3);
  background: var(--bg-warm);
  position: relative;
}
.schedule-head{
  text-align: center;
  max-width: var(--maxw);
  margin: 0 auto var(--sp-7);
}

.schedule-grid{
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-3);
}

.sch-card{
  position: relative;
  padding: var(--sp-5) var(--sp-4);
  background: var(--bg-paper);
  border: 1px solid rgba(220,38,38,.1);
  border-radius: 6px;
  overflow: hidden;
  transition: transform var(--t-base) var(--ease-out),
              border-color var(--t-base),
              box-shadow var(--t-base);
  box-shadow: 0 2px 6px rgba(28,18,22,.05);
}
.sch-card::before{
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--grad-flame-v);
}
.sch-card:hover{
  transform: translateY(-4px);
  border-color: rgba(220,38,38,.4);
  box-shadow: 0 18px 40px rgba(220,38,38,.12);
}

.sch-when{
  font-family: var(--font-display);
  letter-spacing: 0.28em;
  font-size: 10px;
  color: var(--flame-deep);
  text-transform: uppercase;
  margin-bottom: var(--sp-2);
}
.sch-title{
  font-family: var(--font-serif);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
  color: var(--text-deep);
  margin-bottom: var(--sp-3);
}
.sch-meta{
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--text-body);
  margin-bottom: var(--sp-3);
  word-break: keep-all;
}
.sch-tag{
  display: inline-block;
  font-size: 12.5px;
  padding: 7px 12px;
  background: var(--bg-blush);
  border-left: 3px solid var(--flame-red);
  color: var(--flame-burn);
  font-weight: 600;
}

/* ═══════════════════════════════════════════════════════════════════
   8. CTA — JOIN OUR MISSION (밝은 그라디언트, 전화 링크 제거됨)
   ═══════════════════════════════════════════════════════════════════ */
.cta-section{
  position: relative;
  padding: var(--sp-8) var(--sp-3);
  text-align: center;
  isolation: isolate;
  overflow: hidden;
  margin-top: var(--sp-6);
}
.cta-bg{
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse 70% 60% at 30% 10%, rgba(220,38,38,.28), transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 90%, rgba(234,88,12,.32), transparent 60%),
    radial-gradient(ellipse 50% 40% at 50% 50%, rgba(245,158,11,.18), transparent 70%),
    var(--grad-cream-bg);
  animation: heroPulse 7s ease-in-out infinite;
}
.cta-grain{
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n3'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n3)' opacity='0.4'/%3E%3C/svg%3E");
  opacity: .08;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.cta-inner{
  max-width: 820px;
  margin: 0 auto;
  position: relative;
}
.cta-kicker{
  display: inline-block;
  font-family: var(--font-display);
  letter-spacing: 0.32em;
  font-size: 12px;
  color: var(--flame-burn);
  padding: 10px 20px;
  border: 1px solid rgba(220,38,38,.4);
  border-radius: 999px;
  margin-bottom: var(--sp-4);
  background: rgba(255,255,255,.7);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
}
.cta-section h2{
  color: var(--text-deep);
  text-shadow: 0 2px 12px rgba(255,255,255,.4);
  margin-bottom: var(--sp-4);
}
.cta-section h2 .script{
  display: block;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 600;
  font-size: clamp(15px, 1.8vw, 22px);
  letter-spacing: 0.02em;
  background: var(--grad-text-fire);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: var(--sp-3);
  text-shadow: none;
  filter: drop-shadow(0 2px 8px rgba(220,38,38,.25));
  word-break: keep-all;
}
.cta-section p{
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.85;
  color: var(--text-body);
  margin-bottom: var(--sp-2);
  word-break: keep-all;
}
.cta-sub{
  display: inline-block;
  margin-top: var(--sp-3);
  font-family: var(--font-display);
  letter-spacing: 0.18em;
  font-size: 12px;
  color: var(--flame-deep);
  padding: 10px 22px;
  background: rgba(255,255,255,.75);
  border: 1.5px solid rgba(220,38,38,.4);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 20px rgba(220,38,38,.15);
  text-transform: uppercase;
}

/* ═══════════════════════════════════════════════════════════════════
   9. FOOTER
   ═══════════════════════════════════════════════════════════════════ */
.site-footer{
  padding: var(--sp-6) var(--sp-3);
  text-align: center;
  background: var(--bg-warm);
  border-top: 2px solid rgba(220,38,38,.15);
}
.footer-mark{
  font-family: var(--font-display);
  letter-spacing: 0.32em;
  font-size: 11px;
  color: var(--flame-deep);
  text-transform: uppercase;
  margin-bottom: var(--sp-3);
}
.footer-church{
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--text-deep);
  margin-bottom: 6px;
}
.site-footer > div:not(.footer-mark):not(.footer-church):not(.footer-verse){
  font-size: 13px;
  color: var(--text-soft);
  margin-bottom: var(--sp-2);
}
.footer-verse{
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 13.5px;
  color: var(--flame-burn);
  margin-top: var(--sp-3);
  padding-top: var(--sp-3);
  border-top: 1px solid rgba(220,38,38,.18);
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  word-break: keep-all;
}

/* ═══════════════════════════════════════════════════════════════════
   10. RESPONSIVE — 모바일 글자 밀림 정밀 수정
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 1024px){
  .mission-pillars{ grid-template-columns: repeat(2, 1fr); }
  .video-wrap{ grid-template-columns: 1fr; gap: var(--sp-5); }
  .video-player{ max-width: 320px; }
  .activities-grid{ grid-template-columns: 1fr; }
  .gallery-grid{ grid-template-columns: repeat(3, 1fr); grid-auto-rows: 200px; }
  .g-large{ grid-column: span 3; grid-row: span 1; }
  .schedule-grid{ grid-template-columns: 1fr; }
}

@media (max-width: 640px){
  :root{
    --sp-7: 56px;
    --sp-8: 72px;
  }

  /* HERO 모바일 안정화 — 거대 영문 폰트 컨트롤 */
  .hero{ padding: 90px var(--sp-2) 56px; min-height: 88vh; }
  .hero-inner{ padding: 0 4px; }
  .hero-issue{
    font-size: 10px;
    letter-spacing: 0.22em;
    padding: 8px 14px;
    margin-bottom: var(--sp-3);
  }
  .hero h1{
    font-size: clamp(38px, 11vw, 64px);
    letter-spacing: 0.005em;
    line-height: .98;
    margin-bottom: var(--sp-4);
  }
  .hero h1 .script{
    font-size: clamp(13px, 3.6vw, 16px);
    letter-spacing: 0.01em;
    margin-bottom: var(--sp-2);
    line-height: 1.5;
  }
  .hero-verse{
    padding: var(--sp-2) var(--sp-3);
    font-size: clamp(13px, 3.6vw, 15px);
    line-height: 1.7;
  }
  .hero-verse cite{ font-size: 10px; letter-spacing: 0.14em; }
  .hero-meta{
    font-size: 9.5px;
    gap: 8px;
    letter-spacing: 0.16em;
    line-height: 1.6;
  }
  .hero-meta .dot{ font-size: 6px; }
  .hero-scroll{ font-size: 9px; letter-spacing: 0.32em; bottom: 20px; }
  .hero-scroll::after{ height: 28px; }

  /* 공통 헤딩 */
  h2{
    font-size: clamp(24px, 7vw, 36px);
    line-height: 1.22;
    letter-spacing: -0.01em;
  }
  h3{ font-size: clamp(18px, 4.6vw, 22px); line-height: 1.35; }
  .kicker{ font-size: 10.5px; letter-spacing: 0.26em; gap: 10px; }
  .kicker::before{ width: 22px; }

  /* MISSION */
  .mission-pillars{ grid-template-columns: 1fr; gap: var(--sp-2); }
  .m-pillar{ padding: var(--sp-4) var(--sp-3); }
  .m-num{ font-size: 38px; }
  .m-title{ font-size: 18px; }
  .mission-lead{ font-size: 14.5px; line-height: 1.8; }

  /* VIDEO */
  .video-player{ max-width: 280px; }
  .video-stats{
    grid-template-columns: 1fr;
    gap: var(--sp-2);
    margin-top: var(--sp-4);
  }
  .video-stats .v-stat{
    display: flex;
    align-items: baseline;
    gap: 12px;
    border-bottom: 1px dashed rgba(245,158,11,.18);
    padding-bottom: 10px;
  }
  .video-stats .v-stat:last-child{ border-bottom: none; }
  .v-stat-num{ font-size: 28px; }
  .v-stat-lbl{ font-size: 9.5px; }
  .vp-time{ display: none; }
  .vp-controls{ padding: 6px 10px; gap: 6px; }
  .vp-btn{ width: 26px; height: 26px; }
  .vp-btn svg{ width: 14px; height: 14px; }

  /* GALLERY */
  .gallery-grid{
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 150px;
    gap: 8px;
  }
  .g-large, .g-tall, .g-wide{ grid-column: span 2; grid-row: span 1; }

  /* ACTIVITY/SCHEDULE */
  .a-body{ padding: var(--sp-3); }
  .a-desc{ font-size: 14px; }
  .a-tag{ font-size: 11.5px; padding: 5px 10px; }
  .sch-card{ padding: var(--sp-4) var(--sp-3); }
  .sch-title{ font-size: 20px; }
  .sch-meta{ font-size: 13.5px; }

  /* CTA */
  .cta-kicker{ font-size: 10.5px; letter-spacing: 0.26em; padding: 8px 16px; }
  .cta-sub{ font-size: 11px; padding: 8px 18px; letter-spacing: 0.14em; }
  .cta-section p{ font-size: 14.5px; }

  /* FOOTER */
  .footer-mark{ font-size: 10px; letter-spacing: 0.26em; }
  .footer-verse{ font-size: 12.5px; }
}

@media (max-width: 380px){
  /* 매우 작은 화면 — 폰트 추가 보정 */
  .hero h1{ font-size: clamp(32px, 11vw, 44px); }
  .hero-issue{ font-size: 9px; padding: 7px 12px; letter-spacing: 0.18em; }
  .hero-meta{ font-size: 9px; }
  .video-player{ max-width: 240px; }
}

/* ═══════════════════════════════════════════════════════════════════
   11. PREFERS-REDUCED-MOTION — 접근성
   ═══════════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal{ opacity: 1; transform: none; }
  .video-player video{ transform: translate(-50%, -50%) rotate(-90deg) !important; }
}
