.root, :root{
  --container:1200px;
  --quickbar:#6b1f1f;
  --quickblue:#2b5b86;
  --border:#e6e6e6;
  --muted:#666;
}
.wrap{max-width:var(--container);margin:0 auto;padding:0 14px}
.topnav{border-bottom:1px solid var(--border);background:#fff}
.topnav .wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px}
.brand{flex:0 0 auto}
.brand a{display:inline-flex;align-items:center;line-height:0}
.brand img{display:block;width:auto;height:54px;max-width:220px}
.navlinks{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex:1 1 auto;min-width:0}
.navlinks > a,.nav-parent{text-decoration:none;color:#1a1a1a;font-size:14px}
.navlinks > a:hover,.nav-parent:hover{text-decoration:underline}
.lang-switch{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#666;white-space:nowrap}
.lang-switch a{text-decoration:none;color:#666}
.lang-switch a.is-active{color:#1f3d67;font-weight:700}
.lang-switch a:hover{text-decoration:underline}
.nav-parent-button{
  appearance:none;
  border:0;
  background:transparent;
  padding:0;
  font:inherit;
  cursor:default;
}
.nav-dropdown{position:relative}
.nav-dropdown-menu{
  position:absolute;top:100%;left:-12px;z-index:20;min-width:235px;
  display:none;flex-direction:column;gap:0;
  padding:0;background:#4f78a7;border:1px solid rgba(255,255,255,.18);
  box-shadow:0 18px 32px rgba(0,0,0,.12)
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu{display:flex}
.nav-dropdown-menu a{
  display:block;padding:18px 20px;color:#fff;text-decoration:none;font-size:15px;
  font-weight:700;line-height:1.25;white-space:normal;text-align:center;
  border-top:1px solid rgba(255,255,255,.14)
}
.nav-dropdown-menu a:first-child{border-top:none}
.nav-dropdown-menu a:hover{background:#446b96}
.pill{display:inline-block;padding:8px 12px;border:1px solid var(--border);border-radius:14px;background:#fff;text-decoration:none}

body.home .topnav,
body.no-topnav .topnav{display:none}
.hero{position:relative}
.hero-inner{position:relative;height:430px;overflow:hidden;background:#111}
.hero-img{width:100%;height:430px;object-fit:cover;display:block}
.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .5s ease}
.hero-slide.is-active{opacity:1}
.hero-toplinks{
  position:absolute;top:14px;right:18px;
  display:flex;gap:12px;
  font-size:11px;
}
.hero-toplinks a{color:#fff;text-decoration:none;opacity:.95}
.hero-toplinks a:hover{opacity:1;text-decoration:underline}
.hero-lang-switch{display:inline-flex;align-items:center;gap:6px;color:#fff}
.hero-lang-switch a.is-active{font-weight:700;text-decoration:underline}

.hero-arrow{
  position:absolute;top:50%;transform:translateY(-50%);
  width:42px;height:42px;border-radius:50%;
  border:1px solid rgba(255,255,255,.55);
  background:rgba(0,0,0,.18);
  color:#fff;font-size:26px;cursor:pointer;
}
.hero-left{left:18px}
.hero-right{right:18px}
.hero-dots{
  position:absolute;left:50%;bottom:16px;transform:translateX(-50%);
  display:flex;gap:8px;align-items:center
}
.hero-dot{
  width:10px;height:10px;border-radius:50%;
  border:1px solid rgba(255,255,255,.7);
  background:rgba(255,255,255,.35);cursor:pointer;padding:0
}
.hero-dot.is-active{background:#fff}

.quickbar{background:linear-gradient(90deg,var(--quickblue),var(--quickbar))}
.quickbar-inner{display:flex;gap:18px;align-items:center;justify-content:space-between;padding:14px 14px}
.quickbar .q{color:#fff;text-decoration:none;text-align:center;min-width:92px;opacity:.96}
.quickbar .q:hover{opacity:1}
.quickbar .q-main{color:#fff;text-decoration:none;text-align:center;display:block}
.quickbar .q-main-static{cursor:default}
.q-ico{display:block;font-size:18px;margin-bottom:6px;filter:grayscale(.05)}
.quickbar .ko{display:block;font-size:12px;font-weight:800;line-height:1.1}
.quickbar .en{display:block;font-size:11px;opacity:.85}
.q-dropdown{position:relative}
.q-dropdown-menu{
  position:absolute;top:100%;left:0;z-index:25;display:none;flex-direction:column;
  min-width:235px;background:#4f78a7;border:1px solid rgba(255,255,255,.16);
  box-shadow:0 18px 30px rgba(0,0,0,.14)
}
.q-dropdown:hover .q-dropdown-menu,
.q-dropdown:focus-within .q-dropdown-menu{display:flex}
.q-dropdown-menu a{
  color:#fff;text-decoration:none;padding:18px 18px;text-align:center;
  font-size:15px;font-weight:700;line-height:1.25;border-top:1px solid rgba(255,255,255,.14)
}
.q-dropdown-menu a:first-child{border-top:none}
.q-dropdown-menu a:hover{background:#446b96}
.hamburger{display:none;margin-left:auto;border:1px solid rgba(255,255,255,.5);background:transparent;color:#fff;padding:8px 10px;border-radius:10px}
.mobile-menu{display:none;margin-left:auto;position:relative}
.mobile-menu summary{list-style:none}
.mobile-menu summary::-webkit-details-marker{display:none}
.mobile-menu-panel{
  position:absolute;right:0;top:calc(100% + 10px);z-index:30;display:flex;flex-direction:column;
  min-width:260px;background:#fff;border:1px solid var(--border);box-shadow:0 18px 30px rgba(0,0,0,.14)
}
.mobile-menu-panel > a,.mobile-submenu summary{
  display:block;padding:14px 16px;color:#1a1a1a;text-decoration:none;font-size:14px;border-top:1px solid var(--border);background:#fff
}
.mobile-menu-panel > a:first-child,.mobile-submenu:first-child summary{border-top:none}
.mobile-submenu summary{cursor:pointer;font-weight:700}
.mobile-submenu-links{display:flex;flex-direction:column;background:#f7f9fc}
.mobile-submenu-links a{
  display:block;padding:12px 20px;color:#35587a;text-decoration:none;font-size:13px;border-top:1px solid #e7edf3
}
.mobile-submenu-links a:hover,.mobile-menu-panel > a:hover,.mobile-submenu summary:hover{background:#f5f7fa}
.welcome{text-align:center;padding:30px 0 12px}
.welcome h1{font-size:18px;line-height:1.45;margin:0 0 8px;font-weight:700}
.welcome .welcome-en{margin:0;color:var(--muted);font-size:12px}

/* Home grid that mimics the reference layout */
.home-wrap{padding:10px 0 34px}
.home-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:12px;
  align-items:stretch;
}

.panel{background:#fff;border:1px solid var(--border);display:flex;flex-direction:column;height:100%}
.panel-head{padding:10px 12px;font-size:13px;font-weight:800;border-bottom:1px solid var(--border)}
.panel-head span{font-weight:600;opacity:.9}
.panel-body{padding:10px 12px;flex:1}
.panel-head.green{background:#c9d79c}
.panel-head.blue{background:#2b5b86;color:#fff}
.panel-head.orange{background:#a65a16;color:#fff}
.panel-head.gray{background:#dfe6f1;color:#24364d}
.panel-head.light{background:#ece4d6;color:#4b4030}
.panel-head.center{text-align:center}

.thumb{width:100%;height:110px;object-fit:cover;display:block;border:1px solid var(--border)}
.addr{margin:8px 0 0;font-size:11px;color:#333}
.bullets{margin:0;padding-left:16px;font-size:12px;line-height:1.55}

.latest{list-style:none;padding:0;margin:0}
.latest li{display:flex;gap:10px;justify-content:space-between;align-items:baseline;padding:6px 0;border-bottom:1px dotted #eee}
.latest li:last-child{border-bottom:none}
.latest a{text-decoration:none;color:#1a1a1a}
.latest a:hover{text-decoration:underline}
.latest.tight li{padding:5px 0}
.date{color:#777;font-size:11px;white-space:nowrap}

.sermon-box{display:block}
.more{display:inline-block;margin-top:8px;font-size:11px;color:#2b5b86;text-decoration:none}
.more:hover{text-decoration:underline}
.sermon-feature{display:block;text-decoration:none;color:#111}
.sermon-feature-copy{display:flex;flex-direction:column;justify-content:center;padding:4px 0}
.sermon-feature-lead{font-size:13px;font-weight:800;line-height:1.4}
.sermon-feature-divider{width:65%;max-width:220px;height:3px;background:#767676;margin:8px 0 10px}
.sermon-feature-row{display:grid;grid-template-columns:84px minmax(0,1fr);gap:12px;align-items:start;margin:0 0 6px}
.sermon-feature-label{font-size:14px;font-weight:700;color:#303030}
.sermon-feature-value{font-size:14px;font-weight:700;line-height:1.35;color:#1f1f1f}
.sermon-feature-media{display:block;margin-top:8px}
.sermon-feature-thumb{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border:1px solid var(--border);background:#f3f3f3}
.sermon-empty{font-size:14px;color:#666;padding:12px 0}
html[lang="en"] .sermon-feature-row{grid-template-columns:104px minmax(0,1fr);gap:14px}

.media-body{
  height:170px;
  background:linear-gradient(135deg,#111,#444);
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:6px;
  padding:14px;
}
.media-sub{font-size:12px;opacity:.9}
.media-btn{align-self:flex-start;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.35);color:#fff;text-decoration:none;padding:6px 10px;font-size:12px}
.media-btn:hover{background:rgba(255,255,255,.22)}
.giving-body{height:auto;min-height:170px;background:linear-gradient(135deg,#25486e,#406b94);justify-content:center}
.newcomer-body{background:linear-gradient(135deg,#3f2d5a,#6d4e87)}

.greet-body{height:168px;background:#7a2a2a;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:8px}
.greet-top{font-size:26px;opacity:.9}
.greet-mid{font-size:12px;line-height:1.5}
.greet-bot{font-size:13px;opacity:.9}

.slogan{grid-column:1 / -1;text-align:center;padding:10px 0 4px}
.slogan-big{font-weight:800;font-size:13px}
.slogan-small{font-size:11px;color:var(--muted);margin-top:4px}

.p-album{grid-column:1 / -1}
.album-showcase{display:grid;grid-template-columns:1.55fr 1fr;gap:8px}
.album-featured{position:relative;display:block;border:1px solid var(--border);overflow:hidden;background:#f6f6f6}
.album-featured img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block}
.album-caption{
  position:absolute;left:14px;bottom:14px;
  padding:6px 10px;background:rgba(0,0,0,.45);color:#fff;
  font-size:13px;border-radius:999px
}
.album-side-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.album-side-thumb{display:block;border:1px solid var(--border);background:#f6f6f6;overflow:hidden}
.album-side-thumb img{width:100%;height:134px;object-fit:cover;display:block}

.banner-body{display:flex;flex-direction:column;gap:10px}
.banner-img{width:100%;height:74px;object-fit:cover;border:1px solid var(--border)}
.banner-link{font-size:12px;text-decoration:none;color:#111}
.banner-link:hover{text-decoration:underline}
/* Card/list styling used on inner pages (board, view, etc.) */
body:not(.home) .card{background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:0 1px 0 rgba(0,0,0,.02)}
body:not(.home) .card h2{margin:0;padding:12px 14px;font-size:14px;background:#fafafa;border-bottom:1px solid var(--border)}
body:not(.home) .card .body{padding:12px 14px}
body:not(.home) .latest{list-style:none;padding:0;margin:0}
body:not(.home) .latest li{display:flex;gap:10px;justify-content:space-between;align-items:baseline;padding:7px 0;border-bottom:1px dashed #eee}
body:not(.home) .latest li:last-child{border-bottom:none}
body:not(.home) .latest a{text-decoration:none}
body:not(.home) .latest a:hover{text-decoration:underline}
body:not(.home) .date{color:#777;font-size:12px;white-space:nowrap}
body:not(.home) .album-grid{display:flex;flex-direction:column;gap:10px}
body:not(.home) .album-item{display:flex;gap:14px;align-items:center;text-decoration:none;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff;padding:10px 12px}
body:not(.home) .album-item-thumb{display:block;flex:0 0 140px}
body:not(.home) .album-item img{width:140px;height:96px;object-fit:cover;display:block;border-radius:10px}
body:not(.home) .album-item .cap{display:flex;gap:12px;align-items:center;justify-content:space-between;flex:1;min-width:0;font-size:12px}
body:not(.home) .album-item-main{min-width:0}
body:not(.home) .album-item-title{display:block;font-size:16px;font-weight:700;text-decoration:none;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body:not(.home) .album-item-title:hover{text-decoration:underline}
body:not(.home) .album-item-actions{display:flex;gap:6px;align-items:center;flex-wrap:wrap;flex-shrink:0}
body:not(.home) .sermon-board-grid{display:flex;flex-direction:column;gap:12px}
body:not(.home) .sermon-board-item{display:flex;gap:14px;align-items:flex-start;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff;padding:10px 12px}
body:not(.home) .sermon-board-thumb{display:block;flex:0 0 220px}
body:not(.home) .sermon-board-thumb img{width:220px;height:124px;object-fit:cover;display:block;border-radius:10px;background:#f2f2f2}
body:not(.home) .sermon-board-main{display:flex;flex-direction:column;gap:10px;min-width:0;flex:1}
body:not(.home) .sermon-board-title{display:block;font-size:18px;font-weight:700;line-height:1.4;text-decoration:none;color:#111}
body:not(.home) .sermon-board-title:hover{text-decoration:underline}
body:not(.home) .sermon-board-line{display:grid;grid-template-columns:56px 1fr;gap:10px;align-items:start}
body:not(.home) .sermon-board-label{font-size:14px;font-weight:700;color:#3a3a3a}
body:not(.home) .sermon-board-value{font-size:14px;line-height:1.5;color:#202020}
body:not(.home) .sermon-board-meta{display:flex;gap:14px;flex-wrap:wrap;color:#777;font-size:13px}
body:not(.home) .sermon-board-actions{display:flex;gap:8px;flex-wrap:wrap}
html[lang="en"] body:not(.home) .sermon-board-line{grid-template-columns:78px 1fr;gap:12px}
.album-viewer{position:relative;margin-bottom:10px}
.album-view .album-view-featured-image{display:block;width:100%;height:auto !important;max-width:100%;max-height:none !important;object-fit:contain !important;border-radius:14px;border:1px solid var(--border);background:#fff}
.album-nav,.album-strip-nav{display:flex;align-items:center;justify-content:center;border:1px solid var(--border);background:rgba(255,255,255,.92);color:#111;border-radius:999px;cursor:pointer;box-shadow:0 4px 18px rgba(0,0,0,.08)}
.album-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;font-size:28px;line-height:1;z-index:2}
.album-nav-prev{left:12px}
.album-nav-next{right:12px}
.album-strip{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.album-strip-nav{width:38px;height:38px;font-size:24px;flex:0 0 auto}
.album-detail-grid{display:flex;gap:10px;overflow-x:auto;scroll-behavior:smooth;padding:2px 0 6px;flex:1;min-width:0}
.album-detail-grid::-webkit-scrollbar{height:8px}
.album-detail-grid::-webkit-scrollbar-thumb{background:#d7d7d7;border-radius:999px}
.album-gallery-thumb{display:block;flex:0 0 200px;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fafafa;transition:border-color .2s ease, box-shadow .2s ease}
.album-gallery-thumb.is-active{border-color:#bca56a;box-shadow:0 0 0 2px rgba(188,165,106,.2)}
.album-gallery-thumb img{width:100%;height:auto;display:block;background:#fff}
.album-view .album-view-thumb-image{display:block;width:100%;height:auto !important;max-width:100%;object-fit:contain !important;background:#fff}
.news-preview-stack{display:flex;flex-direction:column;gap:14px;margin-bottom:14px}
.news-preview-media{
  border:1px solid var(--border);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}
.news-preview-image{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  background:#fff;
}
.news-pdf-card{display:flex;gap:14px;align-items:center;padding:18px 16px;background:linear-gradient(135deg,#f7f8fb,#eef2f8)}
.news-pdf-icon{
  display:flex;align-items:center;justify-content:center;
  width:64px;height:64px;border-radius:16px;background:#b43a3a;color:#fff;
  font-size:18px;font-weight:800;letter-spacing:.06em;flex:0 0 auto
}
.news-pdf-copy{min-width:0}
.news-pdf-title{font-size:16px;font-weight:700;line-height:1.45;color:#1d1d1d;word-break:break-all}
.news-pdf-sub{font-size:13px;color:#666;margin-top:4px}
.history-body{padding-top:26px !important;padding-bottom:28px !important}
.history-era-tabs{
  display:grid;grid-template-columns:repeat(5,1fr);gap:8px;
  margin-bottom:36px;padding-top:8px;border-top:4px solid #d7e6fb
}
.history-era-tabs a{
  text-align:center;text-decoration:none;color:#6a6a6a;font-size:18px;font-weight:500;padding-top:2px
}
.history-era-tabs a.is-active{color:#4d83d8}
.history-timeline{display:flex;flex-direction:column;gap:34px}
.history-entry{display:grid;grid-template-columns:120px 1fr;gap:24px;align-items:flex-start}
.history-year{font-size:40px;line-height:1;color:#4d83d8;font-weight:300;padding-top:2px}
.history-content{display:grid;grid-template-columns:28px 1fr;gap:20px;align-items:flex-start}
.history-marker{position:relative;width:28px;min-height:100%;display:flex;justify-content:center}
.history-marker::before{
  content:"";position:absolute;top:0;bottom:-34px;left:50%;width:2px;transform:translateX(-50%);
  background:#8cb3f1
}
.history-entry:last-child .history-marker::before{bottom:0}
.history-marker::after{
  content:"";position:absolute;top:12px;left:50%;width:12px;height:12px;transform:translateX(-50%);
  border:2px solid #7ea8ef;border-radius:50%;background:#fff
}
.history-copy{padding-top:2px}
.history-label{font-size:18px;font-weight:700;color:#9c9c9c;margin-bottom:8px}
.history-copy p{margin:0 0 6px;font-size:16px;line-height:1.7;color:#202020}
.history-events{list-style:none;margin:0;padding:0}
.history-events li{display:grid;grid-template-columns:150px 1fr;gap:12px;align-items:start;margin:0 0 8px}
.history-date{font-size:16px;font-weight:500;color:#3a3a3a;white-space:normal;word-break:keep-all}
.history-text{font-size:16px;line-height:1.7;color:#202020}
.board-title{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin:20px 0 10px}
.board-title h1{margin:0;font-size:20px}
.table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden}
.table th,.table td{padding:10px 12px;border-bottom:1px solid var(--border);font-size:14px}
.table th{background:#fafafa;text-align:left}
.pager{display:flex;gap:8px;justify-content:center;margin:16px 0}
.pager a{padding:6px 10px;border:1px solid var(--border);border-radius:12px;text-decoration:none;background:#fff}
.pager a.active{font-weight:800}
.btn{display:inline-block;padding:8px 12px;border:1px solid var(--border);border-radius:14px;background:#fff;text-decoration:none}
.btn:hover{background:#f5f5f5}
.form label{display:block;font-size:13px;color:var(--muted);margin:10px 0 6px}
.form input[type=text],.form input[type=email],.form input[type=password],.form textarea,.form select{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:14px;font-size:14px}
.form textarea{min-height:220px}
.footer{border-top:1px solid var(--border);background:#fff}
.footer-inner{display:flex;justify-content:center;padding:18px 0}
.foot-title{font-weight:800;font-size:15px;color:#222}
.foot-small{color:#666;font-size:12px}
.foot-center{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;text-align:center}
.foot-logo{display:inline-flex;align-items:center;justify-content:center;line-height:0}
.foot-logo img{display:block;width:auto;height:120px;max-width:450px}
.foot-address{color:#35587a;text-decoration:none;font-size:13px;line-height:1.6}
.foot-address:hover{text-decoration:underline}
.foot-contact{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px 14px;font-size:13px;line-height:1.6;color:#444}
.foot-contact a{color:#35587a;text-decoration:none}
.foot-contact a:hover{text-decoration:underline}
.staff-page{padding-top:20px !important;padding-bottom:24px !important}
.staff-section{padding:6px 0 22px;border-top:1px solid #e8e8e8}
.staff-section:first-child{border-top:0}
.staff-section-label{font-size:12px;color:#b5b5b5;margin-bottom:2px}
.staff-section-title{margin:0 0 14px;font-size:30px;font-weight:700;color:#444}
.staff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,260px));gap:16px;justify-content:start}
.staff-card{background:#fff;width:100%;max-width:260px}
.staff-photo-shell{position:relative;background:#f2f2f2;overflow:hidden;border:1px solid #ddd}
.staff-photo{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}
.staff-overlay{position:absolute;left:0;right:0;bottom:0;padding:12px 10px 10px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.74) 65%,rgba(0,0,0,.9) 100%);color:#fff}
.staff-name{font-size:16px;font-weight:700;line-height:1.3}
.staff-role{font-size:13px;line-height:1.35;margin-top:2px;opacity:.95;padding-right:52px}
.staff-more{position:absolute;right:8px;bottom:8px;font-size:10px;font-weight:700;letter-spacing:.04em;padding:4px 6px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.38);color:#fff;cursor:pointer}
.staff-more:hover{background:rgba(255,255,255,.26)}
.staff-meta{padding:10px 4px 2px;font-size:14px;line-height:1.6;color:#333}
.staff-meta[hidden]{display:none}
.staff-admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
.staff-admin-card{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff}
.staff-admin-card img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;background:#f4f4f4}
.staff-admin-card-body{padding:10px 12px;font-size:14px;line-height:1.55}
.facilities-page-card{border:none !important;box-shadow:none !important;background:transparent !important}
.facilities-page-head{padding:8px 0 18px;text-align:center}
.facilities-page-badge{
  display:inline-flex;align-items:center;justify-content:center;min-width:min(100%,740px);
  padding:18px 42px;background:#3e68b1;color:#fff;border-radius:0 0 56px 56px;
  font-size:24px;font-weight:800;letter-spacing:-.02em;box-shadow:0 3px 8px rgba(0,0,0,.12)
}
.facilities-page-subtitle{margin:16px 0 0;color:#7d7367;font-size:18px}
.facilities-page{padding-top:8px !important}
.facilities-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.facility-card{background:#f3f3f3}
.facility-photo-wrap{background:#fff}
.facility-photo{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}
.facility-body{padding:12px 14px 16px}
.facility-title{margin:0 0 10px;font-size:20px;color:#3e68b1;font-weight:800}
.facility-copy p{position:relative;margin:0 0 6px;padding-left:14px;font-size:16px;line-height:1.65;color:#3d3d3d}
.facility-copy p::before{content:"";position:absolute;left:0;top:.58em;width:4px;height:14px;background:#3e68b1;border-radius:2px;transform:translateY(-50%)}
.facility-admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
.facility-admin-card{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff}
.facility-admin-card img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#f5f5f5}
.facility-admin-card-body{padding:12px 14px;font-size:14px;line-height:1.6}
.newcomer-page-card{max-width:920px;margin:0 auto;border:1px solid var(--border) !important;border-radius:18px !important;overflow:hidden}
.newcomer-page-head{padding:20px 22px 16px;border-bottom:1px solid var(--border);background:#fafbfc}
.newcomer-page-head h1{margin:0 0 8px;font-size:28px;color:#2b2b2b}
.newcomer-page-head p{margin:0;font-size:15px;line-height:1.7;color:#565656}
.newcomer-embed-shell{padding:18px 22px 22px}
.newcomer-placeholder{
  border:2px dashed #cfd7e1;border-radius:18px;background:#fbfcfe;
  padding:28px 24px;text-align:center
}
.newcomer-placeholder h2{margin:0 0 10px;font-size:22px;color:#35587a}
.newcomer-placeholder p{margin:0 auto 12px;max-width:620px;font-size:15px;line-height:1.8;color:#555}
.newcomer-placeholder code{
  display:inline-block;margin-top:6px;padding:8px 10px;border-radius:10px;
  background:#edf3fa;color:#28496b;font-size:13px;word-break:break-all
}
.newcomer-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:18px}
.newcomer-note{margin-top:18px;font-size:13px;line-height:1.7;color:#6b6b6b;text-align:left}
.pastor-greetings-wrap{padding:24px 0 36px}
.pastor-greetings-card{max-width:920px;margin:0 auto}
.pastor-greetings-heading{margin:0;padding:14px 16px;border-bottom:1px solid var(--border)}
.pastor-greetings-body{padding:22px 24px 26px}
.pastor-greetings-main{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.9fr);gap:28px;align-items:start}
.pastor-greetings-copy p{margin:0 0 12px;font-size:17px;line-height:1.72;color:#2f2f2f}
.pastor-greetings-copy p:last-of-type{margin-bottom:0}
.pastor-greetings-signature{margin-top:18px;font-size:18px;font-weight:700;line-height:1.6;color:#1f1f1f}
.pastor-greetings-photo-wrap{display:flex;justify-content:center;align-self:end}
.pastor-greetings-photo{display:block;width:100%;max-width:360px;height:auto;border-radius:6px}
.pastor-greetings-bio{margin-top:2px;padding:22px 24px;border-radius:18px;background:#315f8c;color:#fff}
.pastor-greetings-bio h3{margin:0 0 14px;font-size:26px;font-weight:800}
.pastor-greetings-bio ul{margin:0;padding-left:20px}
.pastor-greetings-bio li{margin:0 0 8px;font-size:16px;line-height:1.75}
.pastor-greetings-bio li:last-child{margin-bottom:0}
.offering-page-wrap{padding:24px 0}
.offering-page-card{max-width:920px;margin:0 auto}
.offering-page-head{padding:22px 24px 14px;border-bottom:1px solid var(--border);background:#fafbfc}
.offering-page-head h1{margin:0 0 10px;font-size:28px;color:#24364d}
.offering-page-head p{margin:0;font-size:15px;line-height:1.8;color:#565656}
.offering-page-body{display:flex;flex-direction:column;gap:14px}
.offering-item{border:1px solid var(--border);border-radius:16px;padding:16px 18px;background:#fff}
.offering-item h2{margin:0 0 8px;font-size:18px;color:#2b5b86}
.offering-item-copy{font-size:15px;line-height:1.8;color:#2f2f2f}
@media(max-width:900px){
  .topnav .wrap{align-items:flex-start;padding-top:10px;padding-bottom:10px}
  .brand img{height:46px;max-width:180px}
  .navlinks{gap:12px}
  .lang-switch{order:99;width:100%;justify-content:flex-end}
  .nav-dropdown-menu{position:static;min-width:0;border:none;box-shadow:none;padding:6px 0 0}
  .hero-inner,.hero-img{height:320px}
  .home-grid{grid-template-columns:repeat(2,1fr)}
  .p-album{grid-column:1 / -1}
  .hamburger{display:block}
  .mobile-menu{display:block}
  .quickbar .q{display:none}
  .quickbar .q-dropdown{display:none}
  .sermon-feature-row{grid-template-columns:88px 1fr;gap:10px}
  .staff-grid{grid-template-columns:repeat(auto-fit,minmax(160px,220px));gap:12px}
  .facilities-page-badge{min-width:min(100%,620px);font-size:22px}
  .facilities-grid{gap:18px}
  .newcomer-page-head h1{font-size:24px}
  .offering-page-head h1{font-size:24px}
  .pastor-greetings-card{max-width:100%}
  .pastor-greetings-main{grid-template-columns:1fr;gap:20px}
  .pastor-greetings-photo{max-width:320px}
  .footer-inner{text-align:center}
  .foot-logo img{height:96px;max-width:360px}
  .foot-address{font-size:12px}
  .foot-contact{font-size:12px;gap:4px 10px}
}
@media(max-width:580px){
  .hero-inner,.hero-img{height:250px}
  .home-grid{grid-template-columns:1fr}
  .p-sermon{order:1}
  .p-time{order:2}
  .p-notice{order:3}
  .p-map{order:4}
  .p-album{order:5}
  .p-news{order:6}
  .p-media{order:7}
  .p-kiz{order:8}
  .p-greet{order:9}
  .p-offer{order:10}
  .slogan{order:11}
  .p-album{grid-column:auto}
  .album-showcase{grid-template-columns:1fr}
  .album-featured img{min-height:260px}
  .album-side-grid{grid-template-columns:repeat(2,1fr)}
  .album-side-thumb img{height:110px}
  .album-nav{width:36px;height:36px;font-size:24px}
  .album-nav-prev{left:8px}
  .album-nav-next{right:8px}
  .album-strip{gap:8px}
  .album-strip-nav{width:34px;height:34px;font-size:22px}
  .album-gallery-thumb{flex-basis:160px}
  .sermon-feature-thumb{min-height:0;height:auto;aspect-ratio:16/9}
  .sermon-feature-divider{width:100%;max-width:none}
  .sermon-feature-row{grid-template-columns:72px 1fr;gap:10px;margin-bottom:10px}
  .sermon-feature-label,.sermon-feature-value{font-size:14px}
  html[lang="en"] .sermon-feature-row{grid-template-columns:92px 1fr;gap:10px}
  .history-era-tabs{grid-template-columns:repeat(2,1fr)}
  .history-entry{grid-template-columns:1fr;gap:10px}
  .history-year{font-size:32px}
  .history-content{grid-template-columns:22px 1fr;gap:14px}
  .history-copy p{font-size:15px}
  .history-events li{grid-template-columns:108px 1fr;gap:10px}
  .history-date,.history-text{font-size:15px}
  body:not(.home) .album-item{align-items:flex-start}
  body:not(.home) .album-item-thumb{flex-basis:110px}
  body:not(.home) .album-item img{width:110px;height:80px}
  body:not(.home) .album-item .cap{flex-direction:column;align-items:flex-start}
  body:not(.home) .album-item-title{white-space:normal}
  body:not(.home) .sermon-board-item{flex-direction:column}
  body:not(.home) .sermon-board-thumb{flex-basis:auto;width:100%}
  body:not(.home) .sermon-board-thumb img{width:100%;height:auto;aspect-ratio:16/9}
  body:not(.home) .sermon-board-line{grid-template-columns:52px 1fr;gap:8px}
  html[lang="en"] body:not(.home) .sermon-board-line{grid-template-columns:76px 1fr;gap:8px}
  .staff-section-title{font-size:26px}
  .staff-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .staff-meta{font-size:13px}
  .staff-admin-grid{grid-template-columns:1fr}
  .staff-card{max-width:none}
  .facilities-page-badge{display:flex;width:100%;min-width:0;padding:16px 18px;border-radius:0 0 36px 36px;font-size:20px}
  .facilities-page-subtitle{font-size:16px}
  .facilities-grid{grid-template-columns:1fr}
  .facility-title{font-size:18px}
  .facility-copy p{font-size:15px}
  .facility-admin-grid{grid-template-columns:1fr}
  .newcomer-page-head{padding:18px 16px 14px}
  .newcomer-page-head h1{font-size:22px}
  .newcomer-page-head p{font-size:14px}
  .newcomer-embed-shell{padding:16px}
  .newcomer-placeholder{padding:22px 16px}
  .newcomer-placeholder h2{font-size:20px}
  .newcomer-placeholder p{font-size:14px}
  .offering-page-wrap{padding:18px 0}
  .offering-page-head{padding:18px 16px 12px}
  .offering-page-head h1{font-size:22px}
  .offering-page-head p,.offering-item-copy{font-size:14px}
  .offering-item{padding:14px 14px}
  .offering-item h2{font-size:17px}
  .pastor-greetings-body{padding:18px 16px 20px}
  .pastor-greetings-copy p{font-size:15px;line-height:1.68}
  .pastor-greetings-signature{font-size:16px}
  .pastor-greetings-photo{max-width:100%}
  .pastor-greetings-bio{margin-top:20px;padding:18px 16px}
  .pastor-greetings-bio h3{font-size:22px}
  .pastor-greetings-bio li{font-size:15px;line-height:1.7}
}
