@charset "UTF-8";
:root{font-family:"Apple SD Gothic Neo","Malgun Gothic",system-ui,sans-serif;color:#123564;background:#f7f8fa;font-synthesis:none;color-scheme:light;--navy:#123564;--gold:#be8f3e;--muted:#626e7d;--line:#e1e5eb}
*{box-sizing:border-box}body{margin:0;min-width:280px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}a:focus-visible{outline:3px solid #976619;outline-offset:4px;border-radius:5px}h1,h2,p{margin:0}svg{display:block}#main:focus{outline:none}.page{width:min(100% - 64px,960px);margin:auto}.skip-link{position:fixed;top:10px;left:10px;z-index:5;background:var(--navy);color:#fff;padding:14px 20px;transform:translateY(-160%)}.skip-link:focus{transform:none}.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}
/* Match v2's gold dot and centered byline; keep the wordmark at the top left. */
.site-header{display:flex;align-items:center;padding:27px 0 24px}.wordmark{display:inline-flex;flex-direction:column;align-items:center;width:136px;font-family:Arial,sans-serif;color:var(--navy)}.wordmark-name{font-size:36px;font-weight:700;letter-spacing:0;line-height:.8;white-space:nowrap}.gold-dot{display:inline-block;width:6px;height:6px;margin-left:6px;vertical-align:.01em;border-radius:50%;background:var(--gold)}.wordmark-byline{font-size:10.4px;line-height:1.2;letter-spacing:0;margin-top:6px;white-space:nowrap}
/* Use the supplied light logo; multiply blends its white canvas into the introduction. */
.intro{display:grid;grid-template-columns:118px minmax(0,1fr);gap:26px;align-items:center;background:#eef1f5;border:1px solid #e6eaf0;border-radius:8px;padding:24px;margin-bottom:29px}.church-logo{position:relative;width:118px;height:118px;overflow:hidden;background:transparent;justify-self:center}.church-logo img{position:absolute;display:block;width:250%;height:auto;max-width:none;left:50%;top:50%;transform:translate(-50%,-50%);mix-blend-mode:multiply}.intro p{color:#536173;font-size:14px;line-height:1.9;word-break:keep-all;overflow-wrap:anywhere}.intro strong{color:#304663;font-weight:700}
.site-directory h2{font-size:19px;font-weight:700;letter-spacing:-.035em;margin-bottom:16px}.site-directory ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;list-style:none;margin:0;padding:0}.site-card{display:flex;align-items:center;gap:18px;min-height:112px;height:100%;padding:24px;background:var(--navy);color:#fff;border:1px solid var(--navy);border-radius:8px;box-shadow:0 3px 8px #1235640d;transition:border-color 140ms,background 140ms,box-shadow 140ms}.site-card:is(a):not(.is-current):hover{background:#1c477f;border-color:#1c477f;box-shadow:0 5px 12px #12356420}.site-card:is(a):not(.is-current):active{background:#0c284d}.site-icon{display:grid;place-items:center;width:43px;height:43px;background:#ffffff12;color:#e5be7a;border-radius:9px;flex-shrink:0}.site-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.site-copy{display:flex;flex-direction:column;gap:7px;min-width:0}.site-name{display:flex;align-items:center;flex-wrap:wrap;gap:7px;font-size:19px;font-weight:700;line-height:1.4;letter-spacing:-.025em}.site-purpose{font-size:13px;line-height:1.5;color:#e0e8f2;word-break:keep-all}.arrow{display:grid;place-items:center;margin-left:auto;width:34px;height:34px;border-radius:50%;background:#fff;color:var(--navy);font-size:21px;flex-shrink:0}.status{font-size:10px;font-weight:500;letter-spacing:0;color:#626e7d;background:#e8ecf1;padding:3px 6px;border-radius:4px;white-space:nowrap}.is-pending,.is-current{background:#f0f2f5;border-color:#dce1e8;color:#536173;box-shadow:none}.is-pending{border-style:dashed}.is-pending .site-icon,.is-current .site-icon{background:#e5e9ef;color:#687b94}.is-pending .site-purpose,.is-current .site-purpose{color:#626e7d}.is-pending .site-name,.is-current .site-name{font-size:17px}.is-current:hover{background:#e8edf3;border-color:#98a8be}
.site-footer{margin-top:29px;padding:16px 0 27px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.church-contact{display:flex;align-items:center;flex-wrap:wrap;gap:0 20px}.church-contact>span{font-weight:600;color:#425670}.church-contact a{display:flex;align-items:center;min-height:44px}.church-contact a:hover{text-decoration:underline;text-underline-offset:4px}.site-footer small{display:block;font-size:10px;margin-top:9px}
@media(max-width:700px){.page{width:calc(100% - 40px)}.intro{grid-template-columns:108px minmax(0,1fr);gap:21px;padding:22px}.church-logo{width:108px;height:108px}.intro p{font-size:13px;line-height:1.85}.site-card{gap:13px;padding:22px 17px}.site-icon{width:36px;height:36px}.site-name{font-size:18px}.site-purpose{font-size:12px}.arrow{width:30px;height:30px;font-size:19px}}
@media(max-width:540px){.site-header{padding:24px 0 21px}.wordmark{width:124px}.wordmark-name{font-size:33px}.gold-dot{width:5.5px;height:5.5px;margin-left:5.5px}.wordmark-byline{font-size:9.6px;margin-top:5px}.intro{grid-template-columns:1fr;gap:17px;padding:20px;margin-bottom:25px}.church-logo{width:104px;height:104px}.intro p{font-size:13px;line-height:1.85}.site-directory h2{font-size:18px;margin-bottom:13px}.site-directory ul{grid-template-columns:1fr;gap:11px}.site-card{min-height:94px;padding:18px;gap:15px}.site-icon{width:39px;height:39px}.site-name{font-size:18px}.site-purpose{font-size:12px}.site-copy{gap:4px}.is-pending .site-name,.is-current .site-name{font-size:16px}.site-footer{margin-top:24px;padding-bottom:max(24px,env(safe-area-inset-bottom))}.church-contact{gap:0 16px;font-size:11px}}
@media(max-width:350px){.page{width:calc(100% - 32px)}.site-card{padding-inline:14px;gap:12px}.site-purpose{font-size:11px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important;scroll-behavior:auto!important}}
