:root {
  --ink: #242722;
  --muted: #687069;
  --paper: #f7f7f3;
  --line: #d8ddd5;
  --accent: #356346;
  font-family: Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif;
}

.hero { height: auto; min-height: 470px; justify-content: flex-start; padding: 30px 24px 38px; background: #e8eee7; }
.hero-copy { width: 100%; margin: 0; position: relative; z-index: 2; }
.hero .eyebrow { margin-bottom: 7px; }
.theme-line { margin: 0; color: #59645b; font-size: .78rem; font-weight: 700; white-space: nowrap; }
.hero h1, .page-intro h2, .thanks h2, .category-hero h2, .talk-title h2 { font-family: Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif; font-weight: 800; letter-spacing: 0; }
.hero h1 { font-size: 2.25rem; line-height: 1.22; margin: 112px 0 20px; }
.hero-sub { font-size: 1rem; margin-bottom: 24px; }
.church-logo { width: 138px; display: block; mix-blend-mode: multiply; }
.church-shape { right: -72px; bottom: -60px; width: 340px; opacity: .055; }

.home-actions { padding-top: 20px; }
.menu-button { border-radius: 2px; font-size: .94rem; }
.talk-entry { width: calc(100% - 40px); margin: 10px 20px 22px; padding: 17px 0 15px; border: 0; border-top: 1px solid #b8c2b8; border-bottom: 1px solid #b8c2b8; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.talk-entry span { display: block; font-size: .93rem; font-weight: 800; }
.talk-entry small { display: block; margin-top: 5px; color: var(--muted); font-size: .7rem; }
.home-footer { padding: 20px 20px 32px; text-align: center; }
.home-footer .mission { margin: 0 0 14px; color: #6d756e; font-size: .7rem; white-space: nowrap; }
.home-footer .church-logo { width: 132px; margin: 0 auto; }

.page-intro h2, .thanks h2 { font-size: 1.8rem; }
.choice-list label span { border-radius: 2px; font-size: .8rem; white-space: nowrap; }
.choice-list input:focus-visible + span { outline: 3px solid #abc2b2; outline-offset: 2px; }
.cta, .field input, .field textarea, .category-card, .team-row { border-radius: 2px; }
.home-link { width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: #59645b; font: inherit; font-size: .76rem; font-weight: 800; white-space: nowrap; cursor: pointer; }

.team-photo { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; margin: -10px 0 25px; background: #e5e8e2; }

.talk-story { padding: 0; background: #20231f; }
.talk-title, .talk-story > section, .talk-story blockquote, .talk-ending { min-height: calc(100dvh - 60px); display: flex; flex-direction: column; justify-content: center; padding: 58px 28px; position: relative; }
.talk-title { background: #eef1eb; color: var(--ink); }
.talk-title h2 { margin: 0 0 18px; font-size: 2.35rem; line-height: 1.25; }
.talk-title > p:last-child { margin: 0; color: var(--muted); font-size: .92rem; }
.talk-story > section { border: 0; background: #222521; color: #fff; text-align: center; }
.talk-story > section:nth-of-type(even) { background: #f1f2ed; color: var(--ink); }
.talk-story > section > span { position: absolute; top: 34px; right: 27px; color: #91a693; font-size: .72rem; font-weight: 800; }
.talk-story h3 { margin: 0 0 24px; font-size: 1.65rem; line-height: 1.42; }
.talk-story section p { margin: 0; color: #dce1da; font-size: 1.05rem; line-height: 1.85; word-break: keep-all; }
.talk-story > section:nth-of-type(even) p { color: #444b44; }
.talk-story blockquote { margin: 0; background: #48614e; color: #fff; text-align: center; }
.talk-story blockquote p { margin: 0 0 20px; font-size: 1.75rem; line-height: 1.55; font-weight: 800; }
.talk-story blockquote cite { color: #c6d1c7; font-size: .74rem; font-style: normal; }
.talk-ending { background: #eef1eb; text-align: center; }
.talk-ending > p { margin: 0 0 16px; font-size: 1.65rem; line-height: 1.55; font-weight: 800; }
.talk-ending > strong { display: block; margin-bottom: 34px; color: var(--accent); font-size: .92rem; }

@media (max-width: 379px) {
  .hero { min-height: 450px; padding-left: 20px; padding-right: 20px; }
  .hero h1 { font-size: 2.05rem; }
  .theme-line { font-size: .7rem; }
  .hero-sub { font-size: .85rem; }
  .choice-list { padding-left: 14px; padding-right: 14px; }
  .choice-list label span { padding-left: 9px; padding-right: 7px; font-size: .72rem; }
  .choice-list label span::before { margin-right: 7px; width: 18px; height: 18px; }
  .menu-button { font-size: .88rem; }
  .home-footer .mission { font-size: .64rem; }
  .talk-title, .talk-story > section, .talk-story blockquote, .talk-ending { padding-left: 22px; padding-right: 22px; }
  .talk-story h3 { font-size: 1.45rem; }
  .talk-story section p { font-size: .94rem; }
}
