:root {
  --paper: #FFF9F2;
  --surface: #FFFDFC;
  --rose: #C85C72;
  --rose-soft: #F5DDE2;
  --clay: #C77656;
  --apricot: #F0C7A5;
  --sage: #85967B;
  --brown: #44362E;
  --muted: #82756C;
  --line: #E8DCD1;
  --font-sans: Pretendard, "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: "Noto Serif KR", "KoPub Batang", Batang, Georgia, serif;
  --page-width: 1180px;
  --header-height: 76px;
}
body.church-home { margin:0; min-width:320px; color:var(--brown); background:var(--paper); font-family:var(--font-sans); font-size:16px; line-height:1.75; opacity:1; transition:none; }
body.church-home *, body.church-home *::before, body.church-home *::after { box-sizing:border-box; }
body.church-home img { display:block; max-width:100%; }
body.church-home a { color:inherit; text-decoration:none; }
body.church-home button, body.church-home summary { font:inherit; }
body.church-home :focus-visible { outline:3px solid var(--rose); outline-offset:4px; }
body.church-home .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; }
body.church-home .skip-link { position:fixed; z-index:2000; top:12px; left:12px; padding:9px 14px; color:#fff; background:var(--rose); border-radius:4px; transform:translateY(-160%); transition:transform 160ms ease; }
body.church-home .skip-link:focus { transform:translateY(0); }
body.church-home .page-width { width:min(var(--page-width), calc(100% - 48px)); margin:0 auto; }
body.church-home .site-header { position:sticky; z-index:1000; top:0; width:100%; padding:0; border-bottom:1px solid rgba(232,220,209,.72); background:rgba(255,249,242,.95); box-shadow:none; backdrop-filter:none; }
body.church-home .site-header.is-scrolled { border-bottom-color:var(--rose-soft); background:rgba(255,249,242,.985); }
body.church-home .header-inner { display:flex; min-height:var(--header-height); align-items:center; justify-content:space-between; gap:28px; }
body.church-home .brand { display:inline-flex; align-items:center; gap:10px; color:var(--brown); font-size:1.02rem; font-weight:700; letter-spacing:-.045em; white-space:nowrap; }
body.church-home .brand img { width:44px; height:44px; border-radius:50%; object-fit:cover; }
body.church-home .primary-navigation ul { display:flex; align-items:center; gap:clamp(20px,2.4vw,36px); margin:0; padding:0; list-style:none; }
body.church-home .primary-navigation a { display:inline-block; padding:8px 0; color:var(--brown); font-size:.95rem; font-weight:600; letter-spacing:-.03em; }
body.church-home .primary-navigation a:hover, body.church-home .primary-navigation a:focus-visible { color:var(--rose); }
body.church-home .menu-toggle { display:none; width:42px; height:42px; padding:9px; color:var(--brown); border:0; background:transparent; cursor:pointer; }
body.church-home .menu-toggle > span:not(.sr-only) { display:block; width:21px; height:1.5px; margin:5px auto; background:currentColor; transition:transform 160ms ease, opacity 160ms ease; }
body.church-home .home-main { padding:0; overflow:hidden; }
body.church-home h1, body.church-home h2, body.church-home h3, body.church-home p { margin-top:0; }
body.church-home h1, body.church-home h2, body.church-home h3 { color:var(--brown); letter-spacing:-.06em; }
body.church-home .weekly-invitation { padding:clamp(28px,5vw,68px) 0 clamp(70px,9vw,118px); }
body.church-home .invitation-layout { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(320px,.72fr); align-items:end; }
body.church-home .invitation-photo { min-height:clamp(460px,53vw,635px); margin:0 0 48px; overflow:hidden; background:var(--apricot); }
body.church-home .invitation-photo img { width:100%; height:100%; object-fit:cover; filter:sepia(.1) saturate(.86) contrast(.96) brightness(1.04); }
body.church-home .sunday-note { position:relative; z-index:1; min-height:480px; margin:0 0 0 -54px; padding:clamp(34px,5vw,62px) clamp(28px,4vw,52px) 36px; border-top:2px solid var(--rose); background:var(--surface); }
body.church-home .edition-label, body.church-home .quiet-label { margin:0; color:var(--rose); font-size:.72rem; font-weight:700; letter-spacing:.12em; line-height:1.5; }
body.church-home .sunday-note h1 { margin:30px 0 19px; font-family:var(--font-serif); font-size:clamp(2.4rem,4vw,4rem); font-weight:500; line-height:1.23; }
body.church-home .invitation-copy { max-width:350px; margin-bottom:31px; color:var(--muted); letter-spacing:-.03em; }
body.church-home .service-memo { display:grid; gap:10px; margin:0 0 28px; padding:18px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
body.church-home .service-memo div { display:flex; justify-content:space-between; gap:15px; font-size:.9rem; }
body.church-home .service-memo dt { color:var(--muted); }
body.church-home .service-memo dd { margin:0; color:var(--brown); font-weight:700; text-align:right; }
body.church-home .service-memo .memo-place { display:block; padding-top:5px; }
body.church-home .service-memo .memo-place dd { margin-top:2px; text-align:left; }
body.church-home .note-links { display:flex; flex-wrap:wrap; gap:18px 24px; }
body.church-home .editorial-link { display:inline-block; padding:3px 0 4px; color:var(--rose); border-bottom:1px solid currentColor; font-size:.94rem; font-weight:700; letter-spacing:-.025em; transition:color 160ms ease, border-color 160ms ease; }
body.church-home .editorial-link:hover { color:var(--clay); }
body.church-home .editorial-link span { display:inline-block; margin-left:4px; transition:transform 160ms ease; }
body.church-home .editorial-link:hover span { transform:translateX(3px); }
body.church-home .heart-note { padding:clamp(76px,11vw,150px) 0 clamp(70px,10vw,130px); }
body.church-home .heart-layout { max-width:860px; margin-left:max(24px, calc((100% - var(--page-width)) / 2 + 9%)); margin-right:24px; }
body.church-home .heart-layout h2 { max-width:760px; margin:17px 0 19px; font-family:var(--font-serif); font-size:clamp(2rem,4vw,3.45rem); font-weight:500; line-height:1.35; }
body.church-home .heart-layout > p:not(.quiet-label) { max-width:550px; margin-bottom:22px; color:var(--muted); letter-spacing:-.03em; }
body.church-home .worship-rhythm { padding:clamp(70px,9vw,122px) 0; border-top:1px solid var(--line); background:var(--surface); }
body.church-home .rhythm-layout { display:grid; grid-template-columns:.7fr 1.3fr; gap:clamp(45px,9vw,140px); align-items:start; }
body.church-home .rhythm-heading { padding-top:23px; }
body.church-home .rhythm-heading h2 { margin:16px 0 17px; font-family:var(--font-serif); font-size:clamp(2rem,3.4vw,3rem); font-weight:500; line-height:1.35; }
body.church-home .rhythm-heading > p:not(.quiet-label) { max-width:270px; margin:0; color:var(--muted); font-size:.94rem; letter-spacing:-.03em; }
body.church-home .rhythm-list { position:relative; display:grid; gap:0; margin:0; padding:0; list-style:none; }
body.church-home .rhythm-list::before { position:absolute; top:28px; bottom:29px; left:6px; width:1px; content:""; background:var(--line); }
body.church-home .rhythm-list li { position:relative; display:grid; grid-template-columns:38px minmax(0,1fr); align-items:center; min-height:88px; border-bottom:1px solid var(--line); }
body.church-home .rhythm-list li:first-child { min-height:128px; border-top:1px solid var(--line); }
body.church-home .rhythm-mark { position:relative; z-index:1; width:13px; height:13px; border:3px solid var(--surface); border-radius:50%; background:var(--sage); }
body.church-home .rhythm-primary .rhythm-mark { width:17px; height:17px; background:var(--clay); }
body.church-home .rhythm-list strong { display:block; margin-bottom:3px; color:var(--brown); font-size:1.08rem; letter-spacing:-.04em; }
body.church-home .rhythm-primary strong { font-family:var(--font-serif); font-size:1.55rem; font-weight:500; }
body.church-home .rhythm-list span:not(.rhythm-mark) { color:var(--muted); font-size:.93rem; }
body.church-home .word-record { padding:clamp(72px,10vw,140px) 0; background:var(--paper); }
body.church-home .word-layout { display:grid; grid-template-columns:minmax(0,.88fr) minmax(370px,1fr); align-items:center; gap:clamp(42px,9vw,130px); }
body.church-home .word-photo { position:relative; margin:0; padding:0 0 29px 27px; }
body.church-home .word-photo::before { position:absolute; inset:28px auto 0 0; width:75%; content:""; background:var(--apricot); }
body.church-home .word-photo img { position:relative; width:100%; aspect-ratio:1.08; object-fit:cover; filter:sepia(.08) saturate(.9); }
body.church-home .word-photo figcaption { position:absolute; right:0; bottom:0; margin:0; padding:8px 12px; color:var(--brown); background:var(--apricot); font-size:.68rem; font-weight:700; letter-spacing:.11em; }
body.church-home .word-note { max-width:500px; padding:14px 0 14px 34px; border-left:1px solid var(--rose); }
body.church-home .word-note h2 { margin:15px 0 26px; font-family:var(--font-serif); font-size:clamp(2rem,3.3vw,3rem); font-weight:500; }
body.church-home .sermon-content { min-height:120px; }
body.church-home .sermon-label, body.church-home .state-label, body.church-home .sermon-meta { color:var(--muted); font-size:.87rem; }
body.church-home .sermon-label { margin-bottom:13px; font-weight:700; letter-spacing:.08em; }
body.church-home .sermon-title { margin-bottom:12px; color:var(--brown); font-family:var(--font-serif); font-size:clamp(1.38rem,2.1vw,1.85rem); font-weight:500; line-height:1.45; }
body.church-home .sermon-meta { margin-bottom:16px; }
body.church-home .sermon-detail-link { display:inline-block; padding-bottom:3px; color:var(--rose); border-bottom:1px solid currentColor; font-size:.93rem; font-weight:700; }
body.church-home .news-letter { padding:clamp(76px,10vw,138px) 0; background:var(--rose-soft); }
body.church-home .news-layout { display:grid; grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr); gap:clamp(48px,10vw,170px); align-items:start; }
body.church-home .news-heading { padding:16px 0 0; }
body.church-home .news-heading h2 { margin:15px 0 17px; font-family:var(--font-serif); font-size:clamp(2rem,3.5vw,3.15rem); font-weight:500; line-height:1.33; }
body.church-home .news-heading > p:not(.quiet-label) { max-width:275px; margin-bottom:25px; color:#765f57; font-size:.94rem; letter-spacing:-.03em; }
body.church-home .news-list { border-top:1px solid rgba(68,54,46,.45); }
body.church-home .news-item { display:grid; grid-template-columns:94px minmax(0,1fr); gap:20px; padding:25px 0 24px; border-bottom:1px solid rgba(68,54,46,.2); }
body.church-home .news-item time { padding-top:3px; color:var(--clay); font-size:.79rem; font-weight:700; letter-spacing:.03em; }
body.church-home .news-title { display:block; margin-bottom:6px; color:var(--brown); font-family:var(--font-serif); font-size:clamp(1.1rem,1.7vw,1.38rem); font-weight:500; letter-spacing:-.045em; }
body.church-home .news-item:hover .news-title { color:var(--rose); }
body.church-home .news-excerpt { display:-webkit-box; overflow:hidden; margin:0; color:#765f57; font-size:.92rem; letter-spacing:-.025em; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
body.church-home .list-status { margin:0; padding:28px 0; color:#765f57; }
body.church-home .shared-scenes { padding:clamp(78px,11vw,150px) 0; background:var(--paper); }
body.church-home .scenes-layout { display:grid; grid-template-columns:.45fr 1.55fr; gap:clamp(38px,7vw,105px); align-items:start; }
body.church-home .scenes-heading { padding-top:20px; }
body.church-home .scenes-heading h2 { margin:14px 0 24px; font-family:var(--font-serif); font-size:clamp(2rem,3.2vw,2.85rem); font-weight:500; }
body.church-home .gallery-gallery { display:grid; grid-template-columns:1.25fr .78fr .92fr; grid-auto-rows:150px; gap:13px; min-height:250px; }
body.church-home .scene-piece { display:block; overflow:hidden; background:var(--apricot); }
body.church-home .scene-piece:nth-child(1) { grid-row:span 2; border-radius:0 0 28px 0; }
body.church-home .scene-piece:nth-child(2) { grid-row:span 1; border-radius:22px 0 0 0; }
body.church-home .scene-piece:nth-child(3) { grid-row:span 2; border-radius:0 20px 0 0; }
body.church-home .scene-piece:nth-child(4) { grid-row:span 1; border-radius:0 0 0 18px; }
body.church-home .scene-piece img { width:100%; height:100%; object-fit:cover; filter:saturate(.9); transition:transform 180ms ease; }
body.church-home .scene-piece:hover img { transform:scale(1.025); }
body.church-home .gallery-empty { grid-column:1/-1; align-self:center; max-width:450px; margin:0; padding:33px 0; color:var(--muted); border-top:1px solid var(--line); border-bottom:1px solid var(--line); font-family:var(--font-serif); font-size:clamp(1.25rem,2.2vw,1.7rem); line-height:1.6; }
body.church-home .walk-together { padding:clamp(54px,7vw,86px) 0; background:var(--sage); }
body.church-home .walk-layout { display:grid; grid-template-columns:1fr minmax(330px,.75fr); gap:clamp(40px,9vw,128px); align-items:center; }
body.church-home .walk-together .quiet-label { color:#f7eee5; }
body.church-home .walk-together h2 { margin:14px 0 0; color:#fffaf5; font-family:var(--font-serif); font-size:clamp(1.9rem,3.4vw,2.85rem); font-weight:500; line-height:1.35; }
body.church-home .walk-note { max-width:450px; }
body.church-home .walk-note > p { margin-bottom:20px; color:#fffaf5; letter-spacing:-.03em; }
body.church-home .offering-details { color:#fffaf5; }
body.church-home .offering-details summary { display:inline-block; padding:3px 0; color:#fffaf5; border-bottom:1px solid rgba(255,250,245,.8); font-weight:700; cursor:pointer; list-style:none; }
body.church-home .offering-details summary::-webkit-details-marker { display:none; }
body.church-home .offering-account { display:grid; gap:6px; padding-top:14px; }
body.church-home .offering-account p { margin:0; color:#f7eee5; font-size:.88rem; }
body.church-home .offering-account strong { display:inline-block; min-width:68px; color:#fffaf5; }
body.church-home .site-footer { color:#f8ede4; background:var(--brown); }
body.church-home .footer-layout { display:grid; grid-template-columns:1.2fr 1fr auto; gap:42px; align-items:start; padding:52px 0 41px; }
body.church-home .site-footer .brand { color:#fffaf5; }
body.church-home .site-footer .brand img { width:43px; height:43px; }
body.church-home .footer-identity > p, body.church-home .footer-address p, body.church-home .footer-worship p, body.church-home .footer-bottom p { margin:0; color:#dfcbc0; font-size:.88rem; font-style:normal; letter-spacing:-.02em; }
body.church-home .footer-identity > p { margin-top:12px; }
body.church-home .footer-address, body.church-home .footer-worship { display:grid; gap:6px; padding-top:7px; }
body.church-home .footer-address a:hover { color:#fffaf5; }
body.church-home .footer-worship p:first-child { color:#fffaf5; font-weight:700; }
body.church-home .footer-bottom { padding:16px 0; border-top:1px solid rgba(255,249,242,.16); }

@media (max-width:880px) {
  body.church-home .invitation-layout { grid-template-columns:1fr 360px; }
  body.church-home .sunday-note { margin-left:-30px; }
  body.church-home .rhythm-layout, body.church-home .news-layout { gap:55px; }
  body.church-home .footer-layout { grid-template-columns:1fr 1fr; }
}
@media (max-width:700px) {
  :root { --header-height:68px; }
  body.church-home .page-width { width:min(100% - 34px,var(--page-width)); }
  body.church-home .header-inner { min-height:var(--header-height); }
  body.church-home .brand { font-size:.96rem; }
  body.church-home .brand img { width:39px; height:39px; }
  body.church-home .menu-toggle { display:block; }
  body.church-home .primary-navigation { position:absolute; top:calc(100% + 1px); right:0; left:0; display:none; padding:9px 17px 19px; border-bottom:1px solid var(--line); background:var(--paper); }
  body.church-home .site-header.menu-open .primary-navigation { display:block; }
  body.church-home .site-header.menu-open .menu-toggle > span:nth-of-type(2) { transform:translateY(6.5px) rotate(45deg); }
  body.church-home .site-header.menu-open .menu-toggle > span:nth-of-type(3) { opacity:0; }
  body.church-home .site-header.menu-open .menu-toggle > span:nth-of-type(4) { transform:translateY(-6.5px) rotate(-45deg); }
  body.church-home .primary-navigation ul { display:grid; gap:0; }
  body.church-home .primary-navigation a { display:block; padding:12px 5px; border-bottom:1px solid var(--line); }
  body.church-home .primary-navigation li:last-child a { border-bottom:0; }
  body.church-home .weekly-invitation { padding:18px 0 72px; }
  body.church-home .invitation-layout { display:block; }
  body.church-home .invitation-photo { min-height:330px; margin:0; }
  body.church-home .sunday-note { min-height:0; margin:-30px 18px 0 0; padding:31px 25px 27px; }
  body.church-home .sunday-note h1 { margin:23px 0 15px; font-size:clamp(2.15rem,10vw,3.1rem); }
  body.church-home .invitation-copy { margin-bottom:23px; }
  body.church-home .service-memo { margin-bottom:23px; }
  body.church-home .heart-note { padding:76px 0 85px; }
  body.church-home .heart-layout { max-width:none; margin:0; }
  body.church-home .rhythm-layout, body.church-home .word-layout, body.church-home .news-layout, body.church-home .scenes-layout, body.church-home .walk-layout { grid-template-columns:1fr; gap:40px; }
  body.church-home .rhythm-heading { padding-top:0; }
  body.church-home .rhythm-list li:first-child { min-height:111px; }
  body.church-home .word-record { padding:82px 0; }
  body.church-home .word-layout { gap:39px; }
  body.church-home .word-photo { padding:0 0 23px 20px; }
  body.church-home .word-note { max-width:none; padding:5px 0 5px 23px; }
  body.church-home .news-heading { padding-top:0; }
  body.church-home .gallery-gallery { grid-auto-rows:125px; }
  body.church-home .footer-layout { grid-template-columns:1fr; gap:25px; padding:42px 0 35px; }
}
@media (max-width:430px) {
  body.church-home .page-width { width:min(100% - 28px,var(--page-width)); }
  body.church-home .invitation-photo { min-height:300px; }
  body.church-home .sunday-note { margin-right:14px; padding:27px 21px 24px; }
  body.church-home .note-links { display:grid; gap:10px; }
  body.church-home .rhythm-list li { min-height:78px; }
  body.church-home .news-item { grid-template-columns:1fr; gap:6px; }
  body.church-home .gallery-gallery { grid-template-columns:1.1fr .9fr; grid-auto-rows:120px; }
  body.church-home .scene-piece:nth-child(3) { grid-row:span 1; }
  body.church-home .walk-together { padding:56px 0; }
}
@media (prefers-reduced-motion:reduce) {
  body.church-home *, body.church-home *::before, body.church-home *::after { scroll-behavior:auto !important; transition-duration:.01ms !important; animation-duration:.01ms !important; animation-iteration-count:1 !important; }
}
