/* ════════════════════════════════════════════════════════════
   괜찮지 않아도 괜찮아 – 2019-2차 변화산새벽기도회
   묵상집 표지 디자인 재현 + 인터랙티브 랜딩
   ════════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&family=Noto+Sans+KR:wght@300;400;500;700;900&family=Gaegu:wght@400;700&family=Nanum+Pen+Script&display=swap');

/* tokens
   cover teal top   #6fc6bf
   cover green bot   #c5e0a0 → #b7dca8
   gold crack        #d4a017 / #c9920e
   mint deep         #3d9e8e
   teal text         #2d7a6c
*/
* { box-sizing: border-box; margin: 0; padding: 0; }
.gc { font-family: 'Noto Sans KR', sans-serif; color: #2d2d2d; background: #fdfdfb; overflow-x: hidden; }
.gc img { max-width: 100%; height: auto; display: block; }

/* ════════════════ HERO — original cover image + centered title ════════════════ */
.gc-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* original PSD background (watercolour + gold crack, no poster text) */
  background-image: url('https://mannaevent.com/trans/wp-content/uploads/2026/06/hero-bg-psd.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* gentle wash behind the centered title so it stays legible over the art */
.gc-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(58% 50% at 50% 48%, rgba(255,255,255,.32) 0%, rgba(255,255,255,0) 60%),
              linear-gradient(180deg, rgba(20,70,62,0) 55%, rgba(140,200,178,.45) 100%);
  pointer-events: none;
  z-index: 1;
}

/* centered hero content stack */
.gc-hero__center {
  position: relative;
  z-index: 3;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
}
/* small line above the big title */
.gc-hero__pre {
  font-family: 'Nanum Myeongjo', serif;
  font-size: clamp(1.05rem, 3.4vw, 1.7rem);
  letter-spacing: .26em;
  color: #226458;
  margin-bottom: 18px;
  text-shadow: 0 1px 8px rgba(255,255,255,.7);
  padding-left: .26em;
}
/* BIG vertical main title "괜찮아" */
.gc-hero__main {
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 800;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: clamp(6rem, 30vw, 15rem);
  line-height: .9;
  letter-spacing: .04em;
  margin: 0 auto;
  color: #1a665a;
  text-shadow:
    0 2px 0 rgba(255,255,255,.6),
    0 0 26px rgba(255,255,255,.75),
    0 12px 44px rgba(26,102,90,.4);
}
/* gold underline accent echoing the kintsugi crack */
.gc-hero__rule {
  width: clamp(120px, 30vw, 220px);
  height: 3px;
  margin: 30px auto 26px;
  background: linear-gradient(90deg, transparent, #cf9b12 20%, #e7c25a 50%, #cf9b12 80%, transparent);
  border-radius: 2px;
  opacity: .9;
}
/* English line lives in the PSD background already — hide the duplicate */
.gc-hero__eng { display: none; }
/* MANNA IC 2026 — typographic wordmark, deliberately NOT a pill/button
   so it reads as a title above the action buttons, not another button */
.gc-hero__dates {
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 2.4vw, 18px);
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 30px;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 700;
  font-size: clamp(.95rem, 3vw, 1.35rem);
  letter-spacing: .42em;
  text-indent: .42em;            /* compensate trailing letter-spacing for centering */
  text-transform: uppercase;
  color: #1a665a;
  text-shadow: 0 1px 10px rgba(255,255,255,.75);
}
/* short gold kintsugi rules flanking the wordmark */
.gc-hero__dates::before,
.gc-hero__dates::after {
  content: '';
  width: clamp(22px, 7vw, 54px);
  height: 2px;
  text-indent: 0;
  background: linear-gradient(90deg, transparent, #cf9b12 40%, #e7c25a 100%);
  border-radius: 2px;
}
.gc-hero__dates::after {
  background: linear-gradient(90deg, #e7c25a 0%, #cf9b12 60%, transparent);
}
.gc-hero__btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.gc-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 28px; border-radius: 50px;
  font-size: .88rem; font-weight: 700; text-decoration: none;
  transition: transform .2s, box-shadow .2s; border: none; cursor: pointer;
}
.gc-btn svg { width: 16px; height: 16px; fill: currentColor; flex-shrink: 0; }
.gc-btn--solid { background: #2a7d6e; color: #fff; box-shadow: 0 6px 18px rgba(42,125,110,.4); }
.gc-btn--ghost { background: rgba(255,255,255,.82); color: #1f6e60; border: 1.5px solid rgba(31,110,96,.3); }
/* primary call-to-action: join the event (gold to match the kintsugi motif) */
.gc-btn--event {
	background: linear-gradient(135deg, #c9920e, #e0b84a) !important;
	color: #fff !important;
	box-shadow: 0 8px 22px rgba(201,146,14,.45) !important;
	font-weight: 800;
}
.gc-btn--event:hover { box-shadow: 0 12px 30px rgba(201,146,14,.55) !important; }
.gc-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(0,0,0,.18); }

.gc-hero__scroll {
  position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
  z-index: 3; color: #2a7d6e; font-size: .68rem; letter-spacing: .22em; opacity: .6;
  animation: gcBounce 2s infinite;
}
@keyframes gcBounce { 0%,100%{transform:translate(-50%,0);} 50%{transform:translate(-50%,7px);} }

@media (max-width: 600px) {
  .gc-hero { background-position: center center; }
}

/* ════════════════ COHEN QUOTE ════════════════ */
.gc-cohen { background: #226458; color: #fff; padding: 76px 24px; text-align: center; }
.gc-cohen__mark { font-family: Georgia, serif; font-size: 4.5rem; line-height: 0; color: rgba(255,255,255,.3); display: block; margin-bottom: 20px; }
.gc-cohen__eng { font-size: clamp(1.05rem, 3vw, 1.5rem); font-style: italic; line-height: 1.6; max-width: 640px; margin: 0 auto 16px; font-weight: 300; }
.gc-cohen__kr { font-size: clamp(.88rem, 2.2vw, 1.05rem); color: rgba(255,255,255,.85); margin-bottom: 18px; }
.gc-cohen__attr { font-size: .78rem; letter-spacing: .18em; color: rgba(255,255,255,.6); text-transform: uppercase; }

/* ════════════════ SECTION SHARED ════════════════ */
.gc-section { max-width: 900px; margin: 0 auto; padding: 88px 28px; }
.gc-label { font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; color: #cf9b12; font-weight: 700; text-align: center; margin-bottom: 14px; }
.gc-heading { font-family: 'Nanum Myeongjo', serif; font-weight: 800; font-size: clamp(1.6rem, 4.5vw, 2.4rem); color: #2d2d2d; text-align: center; line-height: 1.35; margin-bottom: 16px; }
.gc-heading em { color: #3d9e8e; font-style: normal; }
.gc-sub { text-align: center; color: #888; font-size: .9rem; margin-bottom: 52px; }

.gc-intro__body { font-size: 1.02rem; line-height: 2; color: #555; max-width: 680px; margin: 0 auto; }
.gc-intro__body + .gc-intro__body { margin-top: 20px; }
.gc-intro__body strong { color: #3d9e8e; font-weight: 700; }
.gc-intro__pull { display: block; text-align: center; margin: 44px auto; max-width: 560px; font-family: 'Nanum Myeongjo', serif; font-size: clamp(1.3rem, 4vw, 1.9rem); color: #3d9e8e; font-weight: 700; line-height: 1.5; }

/* ════════════════ SANDART EMBED ════════════════ */
.gc-video { background: #1a2825; padding: 88px 24px; text-align: center; }
.gc-video__label { color: #e0c878; letter-spacing: .24em; font-size: .72rem; font-weight: 700; text-transform: uppercase; margin-bottom: 14px; }
.gc-video__title { font-family: 'Nanum Myeongjo', serif; font-weight: 800; font-size: clamp(1.5rem, 4.5vw, 2.2rem); color: #fff; margin-bottom: 12px; }
.gc-video__sub { color: rgba(255,255,255,.62); font-size: .9rem; margin-bottom: 40px; }
.gc-video__frame {
  position: relative; width: 100%; max-width: 880px; margin: 0 auto;
  aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,.5); border: 1px solid rgba(224,200,120,.25);
}
.gc-video__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ════════════════ SCHEDULE — clickable postit cards ════════════════ */
.gc-schedule { background: #f4faf8; padding: 88px 24px; }
.gc-schedule__inner { max-width: 1060px; margin: 0 auto; }
.gc-schedule__hint { text-align: center; color: #9ab; font-size: .82rem; margin: -34px 0 44px; }
.gc-schedule__hint b { color: #3d9e8e; }
.gc-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(248px, 1fr)); gap: 30px 24px; }
.gc-card {
  position: relative; border-radius: 6px; padding: 36px 26px 30px;
  box-shadow: 0 10px 24px rgba(0,0,0,.1);
  transition: transform .25s, box-shadow .25s;
  min-height: 230px; display: flex; flex-direction: column;
  cursor: pointer; border: none; text-align: left; width: 100%;
  font-family: inherit;
}
.gc-card:nth-child(odd) { transform: rotate(-1.4deg); }
.gc-card:nth-child(even) { transform: rotate(1.4deg); }
.gc-card:hover, .gc-card:focus-visible { transform: rotate(0) translateY(-6px) scale(1.03); z-index: 3; box-shadow: 0 18px 38px rgba(0,0,0,.2); outline: none; }
.gc-card::before {
  content: ''; position: absolute; top: -10px; left: 50%; transform: translateX(-50%) rotate(-3deg);
  width: 64px; height: 22px; background: rgba(255,255,255,.55); border: 1px dashed rgba(0,0,0,.08);
}
.gc-card__day { font-size: .78rem; font-weight: 700; letter-spacing: .1em; color: rgba(0,0,0,.5); margin-bottom: 8px; }
.gc-card__theme { font-family: 'Nanum Myeongjo', serif; font-weight: 800; font-size: 1.3rem; color: #2d2d2d; line-height: 1.35; margin-bottom: 10px; }
.gc-card__person { font-size: .92rem; font-weight: 700; color: rgba(0,0,0,.62); margin-bottom: 6px; }
.gc-card__verse { font-size: .8rem; color: rgba(0,0,0,.5); margin-bottom: 16px; }
.gc-card__quote { margin-top: auto; font-size: .82rem; font-style: italic; line-height: 1.6; color: rgba(0,0,0,.6); padding-top: 14px; border-top: 1px solid rgba(0,0,0,.12); }
.gc-card__quote span { display: block; font-style: normal; font-size: .72rem; color: rgba(0,0,0,.42); margin-top: 6px; }
.gc-card__open { position: absolute; right: 18px; bottom: 16px; font-size: .72rem; font-weight: 700; color: rgba(0,0,0,.4); display: flex; align-items: center; gap: 4px; }
.gc-card__open svg { width: 12px; height: 12px; fill: currentColor; }
.gc-card--yellow { background: #f7ec74; }
.gc-card--mint   { background: #abe2de; }
.gc-card--pink   { background: #f3afaf; }
.gc-card--green  { background: #aee3b6; }
.gc-card--purple { background: #cdbeec; }
.gc-card--blue   { background: #a9d3ea; }
.gc-card--rose   { background: #f3b4d6; }
.gc-card--peach  { background: #f6c9a0; }

/* ════════════════ BIBLE MODAL ════════════════ */
.gc-modal {
  position: fixed; inset: 0; z-index: 9999;
  display: none; align-items: center; justify-content: center;
  padding: 20px;
  background: rgba(20,40,36,.7); backdrop-filter: blur(4px);
}
.gc-modal.is-open { display: flex; animation: gcFade .25s ease; }
@keyframes gcFade { from { opacity: 0; } to { opacity: 1; } }
.gc-modal__box {
  background: #fffdf8; border-radius: 16px;
  max-width: 600px; width: 100%; max-height: 86vh; overflow: hidden;
  display: flex; flex-direction: column;
  box-shadow: 0 30px 70px rgba(0,0,0,.4);
  animation: gcPop .28s cubic-bezier(.2,.9,.3,1.2);
}
@keyframes gcPop { from { transform: translateY(20px) scale(.96); opacity: 0; } to { transform: none; opacity: 1; } }
.gc-modal__head { position: relative; padding: 30px 32px 22px; border-bottom: 3px solid; }
.gc-modal__head--yellow { border-color: #f0e24a; background: linear-gradient(#fefce8, #fffdf8); }
.gc-modal__head--mint   { border-color: #7fd2cc; background: linear-gradient(#ecfbf9, #fffdf8); }
.gc-modal__head--pink   { border-color: #ef9a9a; background: linear-gradient(#fdeeee, #fffdf8); }
.gc-modal__head--green  { border-color: #8fd99a; background: linear-gradient(#eefaf0, #fffdf8); }
.gc-modal__head--purple { border-color: #b7a3e0; background: linear-gradient(#f3eefb, #fffdf8); }
.gc-modal__head--blue   { border-color: #88c2e3; background: linear-gradient(#eaf5fb, #fffdf8); }
.gc-modal__head--rose   { border-color: #ef9fcd; background: linear-gradient(#fcedf6, #fffdf8); }
.gc-modal__head--peach  { border-color: #f0b884; background: linear-gradient(#fdf2e9, #fffdf8); }
.gc-modal__day { font-size: .78rem; font-weight: 700; letter-spacing: .08em; color: #999; margin-bottom: 6px; }
.gc-modal__theme { font-family: 'Nanum Myeongjo', serif; font-weight: 800; font-size: 1.5rem; color: #2d2d2d; margin-bottom: 4px; }
.gc-modal__ref { font-size: .92rem; font-weight: 700; color: #3d9e8e; }
.gc-modal__close {
  position: absolute; top: 18px; right: 18px;
  width: 34px; height: 34px; border-radius: 50%; border: none;
  background: rgba(0,0,0,.06); color: #555; font-size: 1.2rem; cursor: pointer; line-height: 1;
  display: flex; align-items: center; justify-content: center; transition: background .2s;
}
.gc-modal__close:hover { background: rgba(0,0,0,.14); }
.gc-modal__body { padding: 26px 32px 34px; overflow-y: auto; }
.gc-modal__body p { font-size: .96rem; line-height: 1.95; color: #444; }
.gc-modal__body .v { color: #cf9b12; font-weight: 700; font-size: .76rem; vertical-align: top; margin-right: 2px; }
.gc-modal__msg {
  margin-top: 22px; padding: 18px 20px; border-radius: 10px;
  background: #f3faf8; border-left: 4px solid #3d9e8e;
  font-size: .92rem; line-height: 1.8; color: #2d7a6c; font-weight: 500;
}

/* ════════════════ HOW TO JOIN ════════════════ */
.gc-how__cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 26px; }
.gc-how__card { background: #fff; border: 1.5px solid #d6ede9; border-radius: 18px; padding: 38px 28px; position: relative; overflow: hidden; }
.gc-how__card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: linear-gradient(90deg, #cf9b12, #e0c878); }
.gc-how__num { font-family: 'Nanum Myeongjo', serif; font-weight: 800; font-size: 3rem; color: #e3f2ef; line-height: 1; margin-bottom: 14px; }
.gc-how__t { font-size: 1.08rem; font-weight: 700; color: #3d9e8e; margin-bottom: 12px; }
.gc-how__b { font-size: .9rem; line-height: 1.8; color: #666; }
.gc-how__b b { color: #2d7a6c; }

/* ════════════════ INFO ════════════════ */
.gc-info { background: #f7f7f5; padding: 80px 28px; }
.gc-info__inner { max-width: 820px; margin: 0 auto; }
.gc-info__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (max-width: 680px) { .gc-info__grid { grid-template-columns: 1fr; gap: 32px; } }
.gc-info__block-title { font-size: .82rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #cf9b12; border-bottom: 2px solid #e8e0c8; padding-bottom: 10px; margin-bottom: 18px; }
.gc-info__list { list-style: none; counter-reset: gci; display: flex; flex-direction: column; gap: 11px; }
.gc-info__list li { position: relative; padding-left: 24px; font-size: .9rem; line-height: 1.65; color: #555; counter-increment: gci; }
.gc-info__list li::before { content: counter(gci); position: absolute; left: 0; top: 1px; width: 17px; height: 17px; background: #3d9e8e; color: #fff; border-radius: 50%; font-size: .66rem; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.gc-info__list li strong { color: #2d7a6c; }

/* ════════════════ RESOURCES ════════════════ */
.gc-res { background: linear-gradient(135deg, #3d9e8e, #6dbfb0); padding: 88px 28px; text-align: center; }
.gc-res__title { font-family: 'Nanum Myeongjo', serif; font-weight: 800; font-size: clamp(1.6rem, 4.5vw, 2.3rem); color: #fff; margin-bottom: 14px; }
.gc-res__sub { color: rgba(255,255,255,.82); font-size: .92rem; margin-bottom: 48px; }
.gc-res__grid { display: flex; flex-wrap: wrap; gap: 22px; justify-content: center; max-width: 760px; margin: 0 auto; }
.gc-res__card { background: rgba(255,255,255,.16); border: 1.5px solid rgba(255,255,255,.35); backdrop-filter: blur(8px); border-radius: 18px; padding: 32px 30px 28px; min-width: 168px; text-decoration: none; color: #fff; transition: background .2s, transform .2s; text-align: center; }
.gc-res__card:hover { background: rgba(255,255,255,.3); transform: translateY(-5px); }
.gc-res__icon { display: block; width: 42px; height: 42px; margin: 0 auto 16px; }
.gc-res__icon svg { width: 42px; height: 42px; fill: #fff; }
.gc-res__label { font-size: 1rem; font-weight: 700; }

/* ════════════════ CLOSING ════════════════ */
.gc-closing { padding: 100px 24px; text-align: center; background: #fdfdfb; position: relative; overflow: hidden; }
.gc-closing__crack { position: absolute; bottom: -4%; right: -2%; height: 70%; opacity: .55; pointer-events: none; }
.gc-closing__crack path { stroke: #cf9b12; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.gc-closing__inner { position: relative; z-index: 2; }
.gc-closing__calli { font-family: 'Nanum Myeongjo', serif; font-weight: 800; font-size: clamp(3rem, 12vw, 5.5rem); color: #3d9e8e; margin-bottom: 28px; text-shadow: 0 4px 18px rgba(61,158,142,.22); }
.gc-closing__body { font-size: 1.05rem; line-height: 2; color: #555; max-width: 560px; margin: 0 auto 32px; }
.gc-closing__body strong { color: #2d7a6c; font-weight: 700; }
.gc-closing__tag { font-family: 'Gaegu', cursive; font-size: 1.1rem; letter-spacing: .04em; color: #cf9b12; }
