:root {
  --bg: #F2EDE4;
  --bg-soft: #FAF7F0;
  --ink: #14130F;
  --ink-soft: #2b2a24;
  --tan: #BA8A46;
  --tan-deep: #96702f;
  --sage: #7FA69C;
  --sage-deep: #5f8a7f;
  --muted: #8C8570;
  --line: rgba(20,19,15,0.12);
  --white: #FFFFFF;

  --font-display: 'Be Vietnam Pro', sans-serif;
  --font-body: 'Be Vietnam Pro', sans-serif;

  --container: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--font-display);
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* ===== CHỐNG RỚT 1 CHỮ XUỐNG HÀNG — áp dụng TOÀN SITE (PC + mobile) =====
   Tiêu đề: balance (cân đều các dòng). Đoạn văn: pretty (không để 1 từ lẻ ở dòng cuối). */
h1, h2, h3, h4, h5, h6 { text-wrap: balance; }
p, li, blockquote, figcaption, .lead, .desc, .slot, .val { text-wrap: pretty; }
/* Ngắt dòng chỉ dùng cho mobile (ẩn trên desktop) */
.br-mobile { display: none; }
.home-hero h1, .page-hero h1 { font-weight: 800; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* Reusable photo background with overlay */
.bg-photo { background-size: cover; background-position: center; position: relative; }
.bg-photo > * { position: relative; z-index: 1; }
.bg-photo::after {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, rgba(20,19,15,0.35) 0%, rgba(20,19,15,0.62) 100%);
}
.bg-photo.tint-strong::after { background: linear-gradient(180deg, rgba(20,19,15,0.55), rgba(20,19,15,0.78)); }
.bg-photo.tint-soft::after { background: rgba(20,19,15,0.30); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px; font-family: var(--font-body); font-weight: 600; font-size: 12px;
  letter-spacing: .08em; text-transform: uppercase;
  transition: background .15s ease, color .15s ease, transform .15s ease;
  border: none; cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
/* Tất cả nút đồng bộ 1 màu thương hiệu #ba8a46 (--tan) */
.btn-tan,
.btn-sage,
.btn-dark,
.btn-outline { background: var(--tan); color: var(--white); border: 1.5px solid var(--tan); }
.btn-tan:hover,
.btn-sage:hover,
.btn-dark:hover,
.btn-outline:hover { background: var(--tan-deep); border-color: var(--tan-deep); color: var(--white); }
.btn-sm { padding: 10px 20px; font-size: 11px; }
.btn-block { width: 100%; }

/* Utility bar */
.utility-bar { background: var(--ink); color: rgba(255,255,255,0.7); font-size: 11px; }
.utility-inner { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; }
.utility-left { display: flex; gap: 20px; letter-spacing: .04em; text-transform: uppercase; }
.utility-left a:hover, .utility-item:hover { color: var(--white); cursor: pointer; }
.utility-social { display: flex; gap: 12px; letter-spacing: .04em; }
.utility-social a:hover { color: var(--white); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--tan); border-bottom: 1px solid rgba(20,19,15,0.14);
  transition: box-shadow .2s ease;
}
.site-header.scrolled { box-shadow: 0 3px 14px rgba(20,19,15,0.16); }
/* Header nền vàng: chữ + logo TRẮNG, hover tối để dễ đọc */
.site-header .brand-name { color: var(--white); }
.site-header .brand-name small { color: rgba(255,255,255,0.85); }
.site-header .brand-arch { border-color: var(--white); }
.site-header .nav > a, .site-header .nav-dropdown > span { color: var(--white); }
.site-header .nav a:hover, .site-header .nav a.active,
.site-header .nav-dropdown > span:hover { color: var(--ink); }
.site-header .nav-toggle span { background: var(--white); }
.site-header .btn-nav-outline { background: transparent; color: var(--ink); border-color: rgba(20,19,15,0.42); }
.site-header .btn-nav-outline:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.site-header .btn-dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.site-header .btn-dark:hover { background: var(--ink-soft); border-color: var(--ink-soft); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-arch { width: 26px; height: 30px; border: 2.5px solid var(--ink); border-bottom: none; border-radius: 13px 13px 0 0; display: inline-block; flex-shrink: 0; }
.brand-arch-lg { width: 34px; height: 40px; border-color: var(--white); border-width: 3px; margin: 0 auto 10px; }
.brand-name { font-family: var(--font-display); font-size: 15px; letter-spacing: .03em; line-height: 1.3; }
.brand-name small { font-family: var(--font-body); font-size: 10px; letter-spacing: .08em; color: var(--muted); font-weight: 500; text-transform: uppercase; white-space: nowrap; }

.nav { display: flex; gap: 15px; font-size: 12px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; align-items: center; }
.nav > a, .nav-dropdown > span { white-space: nowrap; }
/* Mục chỉ hiện trong menu mobile (Dâng hiến / Xem trực tiếp nằm ở nav-cta bị ẩn) */
.nav-only-mobile { display: none; }
.nav a:hover, .nav a.active { color: var(--tan-deep); }

/* Nav dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown > span { cursor: pointer; display: inline-flex; align-items: center; gap: 5px; }
.nav-dropdown > span:hover { color: var(--tan-deep); }
.dropdown-menu {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(8px);
  background: var(--bg-soft); border: 1px solid var(--line); box-shadow: 0 10px 24px rgba(20,19,15,0.12);
  padding: 8px 0; min-width: 190px; opacity: 0; visibility: hidden; transition: opacity .18s ease, transform .18s ease; z-index: 120;
}
.nav-dropdown:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown-menu a { display: block; padding: 10px 20px; white-space: nowrap; }
/* Dropdown nền kem sáng -> chữ đậm cho nổi bật (đè rule chữ trắng của header vàng) */
.site-header .dropdown-menu a { color: var(--ink); font-weight: 600; }
.site-header .dropdown-menu a:hover { background: var(--bg); color: var(--tan-deep); }

.nav-cta { flex-shrink: 0; display: flex; gap: 10px; align-items: center; }
.btn-nav-outline { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-nav-outline:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }

/* Hero — badge giờ nhóm + địa chỉ */
.hero-service-badge { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; margin-top: 30px; padding: 15px 22px; border-radius: 14px; border: 1px solid rgba(255,255,255,0.18); background: rgba(20,19,15,0.5); backdrop-filter: blur(6px); }
.hero-service-badge > span, .hero-service-badge > a { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--white); }
.hero-service-badge > a { color: rgba(255,255,255,0.85); }
.hero-service-badge > a:hover { color: var(--tan); }
.hero-service-badge .i { color: var(--tan); }
.hero-service-badge .vsep { width: 1px; height: 16px; background: rgba(255,255,255,0.25); }
@media (max-width: 620px) { .hero-service-badge .vsep { display: none; } }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 22px; height: 2px; background: var(--ink); }

/* Page hero (dark photo band) */
.page-hero { min-height: 380px; display: flex; align-items: center; padding: 60px 0; }
.page-hero .container { color: var(--white); }
.page-hero-eyebrow { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--tan); margin-bottom: 12px; font-weight: 600; }
.page-hero h1 { font-size: 46px; color: var(--white); margin-bottom: 12px; }
.page-hero p { max-width: 520px; color: rgba(255,255,255,0.8); font-size: 15px; }
.page-hero.center { text-align: center; }
.page-hero.center .container { display: flex; flex-direction: column; align-items: center; }

/* Home hero */
.home-hero { min-height: 640px; }
/* Nền hero tối/mờ thêm cho chữ nổi rõ */
.home-hero.bg-photo::after { background: linear-gradient(180deg, rgba(20,19,15,0.55) 0%, rgba(20,19,15,0.74) 100%); }
.home-hero h1 { font-size: 72px; }
.home-hero-sub { max-width: 500px; color: rgba(255,255,255,0.85); font-size: 16px; margin: 18px 0 30px; }
.home-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Feature band (3 icon cols) */
.feature-band { background: var(--ink); padding: 60px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; text-align: center; }
.feature-item { color: var(--white); display: flex; flex-direction: column; align-items: center; }
.feature-icon { width: 54px; height: 54px; margin-bottom: 18px; border: 1.5px solid var(--tan); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--tan); }
.feature-item h3 { font-size: 17px; color: var(--white); margin-bottom: 8px; }
.feature-item p { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 16px; max-width: 240px; }
/* Mobile: giữ 3 cột icon giống desktop, thu nhỏ cho vừa màn hình */
@media (max-width: 640px) {
  .feature-band { padding: 44px 0; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .feature-icon { width: 52px; height: 52px; margin-bottom: 14px; font-size: 19px; border-width: 1.5px; }
  .feature-item h3 { font-size: 13px; letter-spacing: .01em; margin-bottom: 7px; }
  .feature-item p { font-size: 11px; line-height: 1.45; margin-bottom: 14px; max-width: 100%; }
  .feature-item .btn { min-height: auto; padding: 8px 8px; font-size: 10px; letter-spacing: .02em; width: 100%; justify-content: center; }
}
@media (max-width: 380px) {
  .feature-grid { gap: 8px; }
  .feature-icon { width: 46px; height: 46px; font-size: 17px; }
  .feature-item h3 { font-size: 12px; }
  .feature-item p { font-size: 10px; }
  .feature-item .btn { font-size: 9px; padding: 7px 4px; }
}

/* Sections */
.section { padding: 90px 0; }
.section-soft { background: var(--bg-soft); }
.section-dark { background: var(--ink); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--tan-deep); margin-bottom: 12px; }
.section h2 { font-size: 34px; margin-bottom: 22px; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-head p { color: var(--muted); }

/* Pastor row */
.pastor-row { display: grid; grid-template-columns: 320px 1fr; gap: 56px; align-items: center; }
.pastor-photo { height: 380px; border-radius: 2px; }
.pastor-copy p { color: var(--muted); font-size: 15px; margin-bottom: 18px; max-width: 540px; }
.pastor-name { font-family: var(--font-display); font-size: 32px; margin-bottom: 6px; }
.pastor-role { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--tan-deep); font-weight: 600; margin-bottom: 16px; }

/* Service times strip */
.times-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); }
.times-strip-2 { grid-template-columns: repeat(2, 1fr); }
.time-cell { padding: 32px 28px; border-right: 1px solid var(--line); }
.time-cell:last-child { border-right: none; }
.time-cell .day { font-family: var(--font-display); font-size: 20px; margin-bottom: 8px; }
.time-cell .slot { font-size: 14px; color: var(--muted); }
.time-cell .slot strong { color: var(--tan-deep); }

/* Event preview cards */
.event-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.event-preview-card { background: var(--bg-soft); overflow: hidden; box-shadow: 0 1px 0 rgba(20,19,15,0.05); }
.event-preview-photo { height: 200px; }
.event-preview-body { padding: 20px; }
.event-preview-date { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--tan-deep); margin-bottom: 8px; }
.event-preview-body h3 { font-size: 17px; margin-bottom: 8px; text-transform: none; }
.event-preview-body p { font-size: 13px; color: var(--muted); }

/* Testimonials */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card { background: var(--bg); padding: 32px 28px; border-top: 3px solid var(--tan); }
.testi-card p { font-size: 15px; color: var(--ink-soft); margin-bottom: 18px; font-style: italic; }
.testi-name { font-weight: 600; font-size: 14px; }
.testi-role { font-size: 12px; color: var(--muted); }

/* About beliefs */
.beliefs-grid { display: grid; grid-template-columns: 1fr 340px; gap: 56px; align-items: stretch; }
.belief-item { display: flex; gap: 18px; padding: 24px 0; border-top: 1px solid var(--line); }
.belief-item:first-child { border-top: none; padding-top: 0; }
.belief-num { font-family: var(--font-display); font-size: 24px; color: var(--tan-deep); flex-shrink: 0; }
.belief-item h3 { font-size: 18px; margin-bottom: 8px; text-transform: none; }
.belief-item p { color: var(--muted); font-size: 15px; }
.beliefs-photo { min-height: 380px; border-radius: 2px; }

/* Story block */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.story-photo { min-height: 400px; }
.story-copy p { color: var(--muted); font-size: 15px; margin-bottom: 16px; }

/* Leadership */
.leadership-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.leader-card { text-align: left; background: var(--bg-soft); }
.leader-photo { height: 240px; }
.leader-info { padding: 14px 16px; }
.leader-name { font-size: 14px; font-weight: 700; letter-spacing: .02em; }
.leader-role { font-size: 12px; color: var(--muted); }

/* Ministries alternating */
.ministry-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 60px 0; border-top: 1px solid var(--line); }
.ministry-row:first-child { border-top: none; padding-top: 0; }
.ministry-row.reverse .ministry-photo { order: 2; }
.ministry-photo { min-height: 320px; }
.ministry-copy h3 { font-size: 26px; margin-bottom: 14px; }
.ministry-copy p { color: var(--muted); font-size: 15px; margin-bottom: 14px; max-width: 440px; }
.ministry-meta { font-size: 13px; color: var(--tan-deep); font-weight: 600; margin-bottom: 20px; }

/* Events list */
.event-list-row { display: flex; align-items: center; gap: 24px; padding: 24px 0; border-top: 1px solid var(--line); }
.event-list-row:first-child { border-top: none; }
.event-date-badge { width: 68px; height: 68px; flex-shrink: 0; background: var(--ink); color: var(--white); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.event-date-badge .day { font-family: var(--font-display); font-size: 24px; }
.event-date-badge .mon { font-size: 10px; letter-spacing: .05em; text-transform: uppercase; color: var(--tan); }
.event-list-body { flex: 1; }
.event-list-body h3 { font-size: 18px; margin-bottom: 4px; text-transform: none; }
.event-list-body p { font-size: 13px; color: var(--muted); }
.event-list-time { font-size: 12px; color: var(--tan-deep); font-weight: 600; margin-top: 4px; }

/* Sermons — toolbar (search + filter chips) */
.sermon-toolbar { display: flex; flex-direction: column; gap: 16px; margin-bottom: 40px; }
.sermon-search { display: flex; align-items: center; gap: 10px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; padding: 13px 20px; width: 100%; max-width: 420px; }
.sermon-search input { flex: 1; border: none; background: none; font-family: var(--font-body); font-size: 14px; outline: none; color: var(--ink); }
.sermon-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { border: 1px solid var(--line); background: var(--bg-soft); color: var(--ink); border-radius: 999px; padding: 9px 18px; font-family: var(--font-body); font-size: 13px; font-weight: 600; cursor: pointer; transition: all .15s ease; }
.chip:hover { border-color: var(--tan); color: var(--tan-deep); }
.chip.active { background: var(--tan); border-color: var(--tan); color: var(--white); }
@media (min-width: 720px) { .sermon-toolbar { flex-direction: row; align-items: center; justify-content: space-between; } .sermon-chips { justify-content: flex-end; } }

/* Sermons — card grid */
.sermon-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.sermon-card { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; transition: transform .15s ease, box-shadow .15s ease; }
.sermon-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(20,19,15,0.10); }
.sermon-card-media { position: relative; aspect-ratio: 16 / 10; }
.sermon-card-badge { position: absolute; left: 14px; top: 14px; background: rgba(250,247,240,0.92); color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: .02em; padding: 5px 12px; border-radius: 999px; }
.sermon-card-tag { position: absolute; right: 14px; top: 14px; background: var(--sage); color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.sermon-card-play { position: absolute; right: 14px; bottom: 14px; width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.92); color: var(--ink); display: flex; align-items: center; justify-content: center; font-size: 15px; }
.sermon-card-body { display: flex; flex-direction: column; gap: 8px; padding: 22px; flex: 1; }
.sermon-card-scripture { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--tan-deep); }
.sermon-card-body h3 { font-size: 19px; margin: 0; text-transform: none; line-height: 1.2; }
.sermon-card-meta { display: flex; flex-wrap: wrap; gap: 6px 16px; font-size: 13px; color: var(--muted); }
.sermon-card-excerpt { font-size: 14px; color: var(--muted); line-height: 1.65; }
.sermon-card-link { margin-top: auto; padding-top: 6px; display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--tan-deep); }
.sermon-card:hover .sermon-card-link { color: var(--tan); }
.sermon-empty { text-align: center; color: var(--muted); padding: 48px 0; }
@media (max-width: 960px) { .sermon-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .sermon-grid { grid-template-columns: 1fr; } }

/* Sermon detail page */
.detail-back { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--muted); padding: 24px 0; }
.detail-back:hover { color: var(--tan-deep); }
.detail-wrap { max-width: 760px; margin: 0 auto; }
.detail-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--tan-deep); margin-bottom: 12px; }
.detail-title { font-size: 40px; margin-bottom: 20px; text-transform: none; line-height: 1.1; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; font-size: 14px; color: var(--muted); margin-bottom: 32px; }
.detail-meta span { display: inline-flex; align-items: center; gap: 7px; }
.detail-meta .mi { color: var(--tan); font-weight: 700; }
.detail-video { aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden; margin-bottom: 32px; background: var(--bg-soft); border: 1px solid var(--line); }
.detail-video iframe { width: 100%; height: 100%; border: 0; display: block; }
.detail-video-ph { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; text-align: center; color: var(--muted); padding: 24px; }
.detail-video-ph .vicon { width: 54px; height: 54px; border-radius: 50%; border: 1.5px solid var(--tan); color: var(--tan); display: flex; align-items: center; justify-content: center; font-size: 22px; }
.detail-video-ph p { font-size: 14px; max-width: 340px; }
.scripture-callout { background: var(--bg-soft); border-left: 4px solid var(--tan); border-radius: 0 10px 10px 0; padding: 20px 24px; margin-bottom: 36px; }
.scripture-callout .lbl { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--tan-deep); margin-bottom: 6px; }
.scripture-callout .ref { font-family: var(--font-display); font-size: 22px; text-transform: uppercase; }
.detail-summary h2 { font-size: 22px; margin-bottom: 16px; text-transform: none; }
.detail-summary p { font-size: 16px; color: var(--ink-soft); line-height: 1.75; margin-bottom: 14px; }
.detail-notes { margin-top: 28px; }
.detail-notes h2 { font-size: 22px; margin-bottom: 14px; text-transform: none; }
.detail-notes ul { list-style: none; }
.detail-notes li { position: relative; padding: 8px 0 8px 26px; font-size: 15px; color: var(--ink-soft); }
.detail-notes li::before { content: '✦'; position: absolute; left: 0; color: var(--tan); }
/* CTA box (dark, contained) */
.cta-box { background: var(--ink); border-radius: 16px; padding: 60px 40px; text-align: center; }
.cta-box .eb { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--tan); font-weight: 600; margin-bottom: 14px; }
.cta-box h2 { color: var(--white); font-size: 32px; margin-bottom: 14px; }
.cta-box p { color: rgba(255,255,255,0.75); max-width: 500px; margin: 0 auto 26px; font-size: 15px; }
.cta-box .row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-cta-ghost { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.55); }
.btn-cta-ghost:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
@media (max-width: 620px) { .detail-title { font-size: 30px; } }

/* Contact — info cards + form card (mẫu /lien-he) */
.contact-cards { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.info-card { display: flex; gap: 16px; align-items: flex-start; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; }
.info-card .ic { flex-shrink: 0; width: 42px; height: 42px; border-radius: 12px; background: rgba(186,138,70,0.12); color: var(--tan-deep); display: flex; align-items: center; justify-content: center; font-size: 18px; }
.info-card .lbl { font-weight: 700; font-size: 15px; margin-bottom: 3px; }
.info-card .val { font-size: 14px; color: var(--muted); line-height: 1.55; }
.info-card .val a { color: var(--tan-deep); }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 32px; box-shadow: 0 14px 40px rgba(20,19,15,0.06); }
.form-card h2 { font-size: 26px; margin-bottom: 4px; text-transform: none; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.field label { font-size: 13px; font-weight: 600; color: var(--ink); }
.field label .req { color: var(--tan-deep); }
.field input, .field select, .field textarea { font-family: var(--font-body); font-size: 14px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: var(--bg-soft); color: var(--ink); width: 100%; outline: none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--tan); }
.field textarea { resize: vertical; min-height: 130px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-hint { font-size: 12px; color: var(--muted); margin-top: 12px; }
/* Trang đăng ký thành viên */
.radio-row { display: flex; gap: 24px; padding: 6px 0; }
.radio-opt { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; cursor: pointer; }
.radio-opt input { width: 17px; height: 17px; accent-color: var(--tan); }
.consent-row { display: flex; gap: 10px; align-items: flex-start; font-size: 12.5px; color: var(--muted); line-height: 1.5; margin: 4px 0 20px; cursor: pointer; }
.consent-row input { width: 17px; height: 17px; margin-top: 1px; flex-shrink: 0; accent-color: var(--tan); }
.member-table { width: 100%; border-collapse: collapse; font-size: 13px; background: var(--white); border: 1px solid var(--line); min-width: 780px; }
.member-table th, .member-table td { border: 1px solid var(--line); padding: 9px 12px; text-align: left; white-space: nowrap; }
.member-table th { background: var(--bg-soft); font-weight: 700; color: var(--ink); }
.member-table td { color: var(--ink-soft); }
@media (max-width: 620px) { .field-row { grid-template-columns: 1fr; } }

/* Give page (mẫu /dang-hien) */
.give-verse { text-align: center; max-width: 720px; margin: 0 auto; }
.give-verse .heart { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--tan); color: var(--tan); display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; font-size: 20px; }
.give-verse blockquote { font-size: 23px; line-height: 1.5; color: var(--ink); font-style: italic; margin-bottom: 12px; }
.give-verse .ref { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--tan-deep); margin-bottom: 24px; }
.give-verse p { color: var(--muted); font-size: 15px; }
.give-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; align-items: stretch; }
.give-panel { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 32px; box-shadow: 0 14px 40px rgba(20,19,15,0.06); }
.give-panel .eb { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--tan-deep); margin-bottom: 8px; }
.give-panel h2 { font-size: 24px; margin-bottom: 20px; text-transform: none; }
.acct-row { display: flex; gap: 14px; align-items: flex-start; padding: 16px 0; border-top: 1px solid var(--line); }
.acct-row:first-of-type { border-top: none; padding-top: 0; }
.acct-row .ic { color: var(--tan); font-size: 15px; width: 22px; flex-shrink: 0; text-align: center; }
.acct-row .lbl { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.acct-row .val { font-size: 16px; font-weight: 600; }
.acct-note { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 10px; padding: 14px 16px; font-size: 13px; color: var(--muted); margin-top: 20px; line-height: 1.6; }
.acct-note a { color: var(--tan-deep); }
.give-qr-card { text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.give-qr-card .eb { margin-bottom: 20px; }
.qr-ph { width: 230px; height: 230px; border-radius: 14px; background: var(--ink); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; color: rgba(255,255,255,0.45); margin: 0 auto 22px; padding: 20px; }
.qr-ph .flame { color: var(--tan); font-size: 26px; }
.qr-ph .t { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; line-height: 1.5; }
.give-qr-card .cap { font-size: 13px; color: var(--muted); max-width: 320px; line-height: 1.6; }
.verse-band { background: var(--ink); text-align: center; padding: 72px 0; }
.verse-band .flame { color: var(--tan); font-size: 26px; margin-bottom: 16px; }
.verse-band blockquote { color: var(--white); font-size: 24px; font-style: italic; line-height: 1.5; max-width: 660px; margin: 0 auto 14px; }
.verse-band .ref { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--tan); }
@media (max-width: 860px) { .give-cards { grid-template-columns: 1fr; } .give-verse blockquote, .verse-band blockquote { font-size: 20px; } }

/* Blog / Bài viết (mẫu /bai-viet) */
.featured-post { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 14px 40px rgba(20,19,15,0.06); margin-bottom: 56px; }
.featured-post .fp-media { min-height: 320px; }
.featured-post .fp-body { padding: 44px; display: flex; flex-direction: column; justify-content: center; }
.featured-post .fp-cat { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--tan-deep); margin-bottom: 12px; }
.featured-post h2 { font-size: 30px; text-transform: none; margin-bottom: 14px; line-height: 1.2; }
.featured-post .fp-excerpt { color: var(--muted); font-size: 15px; margin-bottom: 16px; line-height: 1.7; }
.featured-post .fp-date { font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.featured-post .fp-link { font-weight: 700; font-size: 14px; color: var(--tan-deep); display: inline-flex; gap: 6px; }
.blog-layout { display: grid; grid-template-columns: 1fr 260px; gap: 40px; align-items: start; }
.blog-search { display: flex; align-items: center; gap: 10px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; padding: 13px 20px; margin-bottom: 28px; }
.blog-search input { flex: 1; border: none; background: none; font-family: var(--font-body); font-size: 14px; outline: none; color: var(--ink); }
.blog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
/* Trang chủ: 3 bài viết ngang trên desktop */
#homeBlog { grid-template-columns: repeat(3, 1fr); }
/* Điện thoại/tablet: mỗi bài 1 cột cho dễ đọc */
@media (max-width: 860px) { #homeBlog { grid-template-columns: 1fr; } }
.blog-card { background: var(--white); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; transition: transform .15s ease, box-shadow .15s ease; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(20,19,15,0.10); }
.blog-card .bc-media { aspect-ratio: 16 / 10; }
.blog-card .bc-body { padding: 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.blog-card .bc-cat { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--tan-deep); }
.blog-card h3 { font-size: 18px; text-transform: none; margin: 0; line-height: 1.25; }
.blog-card .bc-excerpt { font-size: 14px; color: var(--muted); line-height: 1.6; }
.blog-card .bc-foot { margin-top: auto; padding-top: 8px; display: flex; align-items: center; justify-content: space-between; font-size: 13px; }
.blog-card .bc-foot .d { color: var(--muted); }
.blog-card .bc-foot .r { font-weight: 700; color: var(--tan-deep); }
.blog-side .bs-title { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.cat-list { display: flex; flex-direction: column; gap: 8px; }
.cat-btn { text-align: left; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 10px; padding: 11px 16px; font-family: var(--font-body); font-size: 14px; font-weight: 500; color: var(--ink); cursor: pointer; transition: all .15s ease; }
.cat-btn:hover { border-color: var(--tan); color: var(--tan-deep); }
.cat-btn.active { background: var(--tan); border-color: var(--tan); color: var(--white); }
.blog-empty { text-align: center; color: var(--muted); padding: 40px 0; grid-column: 1 / -1; }
@media (max-width: 960px) { .featured-post, .blog-layout, .blog-grid { grid-template-columns: 1fr; } .blog-side { order: -1; } .blog-side .cat-list { flex-direction: row; flex-wrap: wrap; } .featured-post .fp-body { padding: 28px; } }

/* Người mới — thẻ "cần biết" (mẫu /nguoi-moi) */
.know-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.know-card { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 28px; }
.know-card .ic { width: 48px; height: 48px; border-radius: 12px; background: rgba(186,138,70,0.12); color: var(--tan-deep); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
.know-card h3 { font-size: 18px; text-transform: none; margin-bottom: 8px; }
.know-card p { font-size: 14px; color: var(--muted); line-height: 1.65; }
.hero-actions-center { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 30px; }
@media (max-width: 960px) { .know-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .know-grid { grid-template-columns: 1fr; } }

/* Mục vụ — card 2 cột (mẫu /muc-vu) */
.mvu-list { display: flex; flex-direction: column; gap: 24px; }
.mvu-card { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 8px 30px rgba(20,19,15,0.05); }
.mvu-card.reverse .mvu-photo { order: 2; }
.mvu-photo { min-height: 300px; }
.mvu-body { padding: 36px 40px; display: flex; flex-direction: column; gap: 14px; justify-content: center; }
.mvu-ic { width: 48px; height: 48px; border-radius: 14px; background: rgba(186,138,70,0.12); color: var(--tan-deep); display: flex; align-items: center; justify-content: center; font-size: 22px; }
.mvu-body h2 { font-size: 24px; text-transform: none; margin: 0; }
.mvu-body .desc { color: var(--muted); font-size: 15px; line-height: 1.7; }
.mvu-details { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 4px; }
.mvu-detail { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; }
.mvu-detail .mi { color: var(--tan); flex-shrink: 0; }
.mvu-detail .lbl { display: block; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.mvu-detail .val { color: var(--ink-soft); }
@media (max-width: 860px) { .mvu-card, .mvu-details { grid-template-columns: 1fr; } .mvu-card.reverse .mvu-photo { order: 0; } .mvu-body { padding: 28px; } }

/* Tham gia phục vụ — vị trí phục vụ (mẫu /tham-gia-phuc-vu) */
.serve-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.serve-card { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 28px; display: flex; flex-direction: column; }
.serve-card .ic { width: 46px; height: 46px; border-radius: 12px; background: rgba(186,138,70,0.12); color: var(--tan-deep); display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
.serve-card h3 { font-size: 19px; text-transform: none; margin-bottom: 8px; }
.serve-card .d { font-size: 14px; color: var(--muted); line-height: 1.6; margin-bottom: 14px; }
.serve-card .req { font-size: 13px; color: var(--ink-soft); margin-bottom: 6px; }
.serve-card .req b { color: var(--ink); font-weight: 600; }
.serve-card .reg-link { margin-top: auto; padding-top: 12px; font-size: 13px; font-weight: 700; color: var(--tan-deep); }
.serve-card .reg-link:hover { color: var(--tan); }
@media (max-width: 960px) { .serve-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .serve-grid { grid-template-columns: 1fr; } }

/* Trang chủ — Giới thiệu 2 cột (mẫu / ) */
.about-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-photo-wrap { position: relative; }
.about-photo { aspect-ratio: 4 / 5; border-radius: 20px; }
.service-overlay { position: absolute; bottom: -22px; right: -6px; width: 240px; background: var(--ink); border-radius: 16px; padding: 24px; box-shadow: 0 18px 44px rgba(20,19,15,0.24); }
.service-overlay .eb { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--tan); font-weight: 700; margin-bottom: 10px; }
.service-overlay .day { color: var(--white); font-size: 20px; font-weight: 700; }
.service-overlay .time { color: var(--tan); font-size: 28px; font-weight: 800; }
.service-overlay a { display: inline-flex; gap: 6px; margin-top: 12px; color: var(--white); font-size: 13px; font-weight: 600; }
.service-overlay a:hover { color: var(--tan); }
.about-bullets { list-style: none; margin: 22px 0 26px; }
.about-bullets li { display: flex; gap: 12px; padding: 8px 0; color: var(--ink-soft); font-size: 15px; }
.about-bullets li::before { content: '✦'; color: var(--tan); flex-shrink: 0; }
.sec-head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; margin-bottom: 36px; }
.sec-head-row h2 { margin: 0; }
.sec-head-row .desc { color: var(--muted); font-size: 15px; margin-top: 8px; max-width: 480px; }
@media (max-width: 860px) { .about-2col { grid-template-columns: 1fr; gap: 40px; } .service-overlay { position: static; width: auto; margin-top: 16px; } }

/* Livestream */
.live-hero { min-height: 520px; display: flex; align-items: center; justify-content: center; }
.live-play { width: 88px; height: 88px; border-radius: 50%; background: rgba(255,255,255,0.9); color: var(--ink); display: flex; align-items: center; justify-content: center; font-size: 30px; margin: 0 auto 20px; }
.live-hero-inner { text-align: center; color: var(--white); }
.live-hero-inner h1 { color: var(--white); font-size: 40px; }
.countdown-band { background: var(--bg-soft); padding: 40px 0; }
.countdown-inner { text-align: center; }
.countdown-label { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--tan-deep); font-weight: 700; margin-bottom: 20px; }
.countdown-clock { display: flex; gap: 16px; justify-content: center; }
.count-cell { min-width: 88px; }
.count-num { background: var(--tan); color: var(--white); font-family: var(--font-display); font-size: 40px; padding: 16px 0; }
.count-unit { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-top: 8px; }

/* Give */
.give-hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.give-photo { min-height: 460px; }
.give-copy-col { display: flex; flex-direction: column; justify-content: center; padding: 64px; }
.give-copy-col h1 { font-size: 40px; margin-bottom: 16px; }
.give-copy-col > p { color: var(--muted); font-size: 15px; margin-bottom: 22px; max-width: 460px; }
.give-table { background: var(--bg-soft); border: 1px solid var(--line); padding: 22px; margin-bottom: 24px; }
.give-table .row { display: flex; justify-content: space-between; padding: 9px 0; font-size: 13px; border-top: 1px solid var(--line); }
.give-table .row:first-child { border-top: none; }
.give-table .row span { color: var(--muted); }

.faq-item { border-top: 1px solid var(--line); padding: 18px 0; }
.faq-item:first-child { border-top: none; }
.faq-question { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 600; font-size: 15px; gap: 20px; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-answer p { padding-top: 12px; color: var(--muted); font-size: 14px; max-width: 640px; }
.faq-item.open .faq-answer { max-height: 240px; }
.faq-item.open .faq-toggle { transform: rotate(180deg); }
.faq-toggle { transition: transform .2s ease; color: var(--tan-deep); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.service-time-pill { display: inline-block; background: var(--ink); color: var(--white); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; font-weight: 600; padding: 8px 16px; margin-bottom: 16px; }
.contact-info > p { color: var(--muted); font-size: 15px; margin-bottom: 24px; max-width: 400px; }
.contact-detail-label { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.contact-detail-value { font-size: 15px; margin-bottom: 18px; }
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form textarea { font-family: var(--font-body); font-size: 14px; padding: 12px 14px; border: 1px solid var(--line); background: var(--bg-soft); color: var(--ink); resize: none; width: 100%; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--tan); }
.form-note { font-size: 13px; color: var(--sage-deep); min-height: 18px; }
.map-box { margin-top: 8px; height: 260px; }

/* Join / careers */
.job-card { background: var(--bg-soft); border: 1px solid var(--line); padding: 32px; margin-bottom: 20px; }
.job-card h3 { font-size: 22px; margin-bottom: 6px; text-transform: none; }
.job-meta { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--tan-deep); font-weight: 600; margin-bottom: 16px; }
.job-card p { color: var(--muted); font-size: 15px; margin-bottom: 14px; }
.job-card ul { list-style: none; margin-bottom: 20px; }
.job-card li { font-size: 14px; color: var(--ink-soft); padding: 6px 0 6px 24px; position: relative; }
.job-card li::before { content: '✦'; position: absolute; left: 0; color: var(--tan); }

/* CTA band */
.cta-band { padding: 80px 0; text-align: center; }
.cta-band h2 { color: var(--white); font-size: 38px; margin-bottom: 16px; }
.cta-band p { color: rgba(255,255,255,0.8); max-width: 520px; margin: 0 auto 28px; }

/* Footer */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.75); }
.footer-nav { border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-nav .container { display: flex; flex-wrap: wrap; gap: 26px; justify-content: center; padding: 20px 24px; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.footer-nav a:hover { color: var(--tan); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; max-width: 860px; margin: 0 auto; padding: 56px 24px 36px; align-items: start; }
.footer-col { display: flex; flex-direction: column; }
.footer-col-left { align-items: flex-end; text-align: right; }
.footer-col-left .brand-arch-lg { margin: 0 0 10px; }
.footer-col-right { align-items: flex-start; text-align: left; }
.footer-col p { font-size: 13px; margin-bottom: 14px; max-width: 340px; text-wrap: balance; }
.footer-brand-name { font-family: var(--font-display); font-size: 16px; letter-spacing: .04em; color: var(--white); display: block; margin-bottom: 6px; }
.footer-col-right p { margin-bottom: 6px; }
.footer-social { display: flex; justify-content: center; gap: 16px; font-size: 12px; padding-bottom: 28px; letter-spacing: .04em; }

/* Nút Zalo nổi cố định góc phải dưới — chỉ icon tròn */
.zalo-float { position: fixed; right: 20px; bottom: 20px; z-index: 200; display: inline-flex; align-items: center; justify-content: center; width: 56px; height: 56px; background: #0068FF; color: #fff; border-radius: 50%; box-shadow: 0 8px 22px rgba(0,104,255,0.38); text-decoration: none; }
.zalo-float svg { flex-shrink: 0; }
.zalo-float::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(0,104,255,0.5); }
@media (prefers-reduced-motion: no-preference) {
  .zalo-float::after { animation: zaloPulse 2.2s ease-out infinite; }
  @keyframes zaloPulse { 0% { box-shadow: 0 0 0 0 rgba(0,104,255,0.45); } 70% { box-shadow: 0 0 0 14px rgba(0,104,255,0); } 100% { box-shadow: 0 0 0 0 rgba(0,104,255,0); } }
}
.zalo-float:hover { background: #0055d6; }
@media (max-width: 640px) {
  .zalo-float { right: 14px; bottom: 14px; width: 52px; height: 52px; }
}
.footer-social a:hover { color: var(--tan); }
.footer-bottom { background: var(--tan); text-align: center; padding: 10px 0; }
.footer-bottom p { font-size: 11px; color: var(--ink); letter-spacing: .02em; }

/* Responsive */
@media (max-width: 960px) {
  .beliefs-grid, .give-hero-grid, .contact-grid, .ministry-row, .pastor-row, .story-grid { grid-template-columns: 1fr; }
  .ministry-row.reverse .ministry-photo { order: 0; }
  .leadership-grid, .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .event-preview-grid { grid-template-columns: 1fr; }
  .times-strip { grid-template-columns: 1fr; }
  .time-cell { border-right: none; border-bottom: 1px solid var(--line); }
  .give-copy-col { padding: 48px 24px; }
  .footer-top { grid-template-columns: 1fr; text-align: center; gap: 30px; max-width: 420px; }
  .footer-col, .footer-col-left, .footer-col-right { align-items: center; text-align: center; }
  .footer-col-left .brand-arch-lg { margin: 0 auto 10px; }
  .footer-col p { margin-left: auto; margin-right: auto; }
}
/* Thu gọn menu thành hamburger sớm (≤1040px) để nav KHÔNG xuống hàng ở laptop/tablet ngang */
@media (max-width: 1040px) {
  .utility-left { display: none; }
  .nav, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .nav.open { display: flex; flex-direction: column; align-items: flex-start; position: absolute; top: 100%; left: 0; right: 0; background: var(--tan); padding: 20px 24px; gap: 16px; box-shadow: 0 8px 16px rgba(20,19,15,0.18); }
  /* Menu mở nền vàng -> chữ trắng vẫn đọc rõ */
  .site-header .nav.open > a, .site-header .nav.open .nav-dropdown > span, .site-header .nav.open .dropdown-menu a { color: var(--white); }
  .nav.open .nav-only-mobile { display: block; }
  .nav.open .nav-dropdown .dropdown-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding: 8px 0 0 16px; background: none; }
}
@media (max-width: 720px) {
  /* Header vàng cao hơn trên mobile cho thoáng, dễ chạm (2-class để thắng .container) */
  .site-header .header-inner { padding: 24px 18px; }
  .home-hero h1 { font-size: 44px; }
  .page-hero h1 { font-size: 32px; }
  /* Đồng hồ đếm ngược: giữ 1 hàng, thu nhỏ vừa màn hình */
  .countdown-clock { flex-wrap: nowrap; gap: 8px; }
  .count-cell { min-width: 0; flex: 1; }
  .count-num { font-size: 26px; padding: 12px 0; }
  .count-unit { font-size: 9px; letter-spacing: .03em; margin-top: 6px; }
  .leadership-grid, .testi-grid { grid-template-columns: 1fr; }
  /* 2 nút trực tuyến: thu nhỏ về 1 hàng, không xuống dòng */
  .live-cta { flex-wrap: nowrap; gap: 8px; }
  .live-cta .btn { font-size: 11px; padding: 10px 8px; min-height: auto; white-space: nowrap; }
}

/* ============ RESPONSIVE HARDENING (audit UI toàn site) ============ */
/* Chặn tràn ngang mà KHÔNG phá sticky header (clip thay vì hidden) */
body { overflow-x: clip; }
iframe, video, svg { max-width: 100%; }

/* Tablet dọc & mobile lớn */
@media (max-width: 860px) {
  .section { padding: 68px 0; }
}

/* Mobile (≤640px) */
@media (max-width: 640px) {
  .container { padding: 0 18px; }
  .section { padding: 54px 0; }
  .home-hero { min-height: 500px; }
  .home-hero h1 { font-size: 38px; line-height: 1.1; }
  .home-hero-sub { font-size: 15px; }
  .page-hero { min-height: 280px; padding: 44px 0; }
  .page-hero h1 { font-size: 30px; }
  .section h2 { font-size: 26px; }
  .detail-title, .give-copy-col h1, .featured-post h2 { font-size: 26px; }
  .btn { min-height: 44px; }
  /* Nhóm nút CTA xếp dọc, full-width cho dễ bấm */
  .cta-box .row, .hero-actions-center, .home-hero-actions { flex-direction: column; align-items: stretch; }
  .cta-box .row .btn, .hero-actions-center .btn, .home-hero-actions .btn { width: 100%; justify-content: center; }
  .cta-box { padding: 42px 22px; }
  .cta-box h2 { font-size: 22px; }
  .br-mobile { display: inline; }
  .verse-band blockquote, .give-verse blockquote { font-size: 19px; }
  /* Badge giờ nhóm hero gọn, căn giữa */
  .hero-service-badge { width: 100%; justify-content: center; text-align: center; gap: 6px 14px; padding: 14px 16px; }
  .hero-service-badge > span, .hero-service-badge > a { font-size: 13px; }
  /* Tiêu đề + nút của các section không dính nhau */
  .sec-head-row { gap: 10px; }
}

/* Mobile nhỏ (≤380px) */
@media (max-width: 380px) {
  .container { padding: 0 14px; }
  .home-hero h1 { font-size: 32px; }
  .page-hero h1 { font-size: 25px; }
  .section h2, .cta-box h2 { font-size: 23px; }
  .utility-social { gap: 10px; }
}

/* ============ HIỆU ỨNG NHẸ (reveal khi cuộn + hover + fade hero) ============ */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s cubic-bezier(.22,.61,.36,1); }
  .reveal.reveal-in { opacity: 1; transform: none; }
  /* Hero fade-in khi tải trang */
  .home-hero .container > * { animation: heroFade .85s cubic-bezier(.22,.61,.36,1) both; }
  .home-hero .container > *:nth-child(2) { animation-delay: .08s; }
  .home-hero .container > *:nth-child(3) { animation-delay: .16s; }
  .home-hero .container > *:nth-child(4) { animation-delay: .24s; }
  @keyframes heroFade { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
  /* Zoom nhẹ ảnh trong card khi hover (desktop) */
  .event-preview-card .event-preview-photo, .sermon-card-media, .bc-media, .mvu-photo { transition: transform .45s ease; }
  .event-preview-card:hover .event-preview-photo, .sermon-card:hover .sermon-card-media, .blog-card:hover .bc-media { transform: scale(1.05); }
}
/* Hover nâng nhẹ cho các card chưa có */
.serve-card, .know-card, .job-card, .feature-item, .testi-card, .leader-card, .info-card { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.serve-card:hover, .know-card:hover, .leader-card:hover, .info-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(20,19,15,0.08); }

/* ============ TINH CHỈNH MOBILE bổ sung ============ */
@media (max-width: 720px) {
  .brand-name { font-size: 14px; line-height: 1.25; }
  .brand-name small { font-size: 9px; letter-spacing: .04em; }
  .brand-arch { width: 22px; height: 26px; }
}
@media (max-width: 640px) {
  /* Tiêu đề section + nút "Xem tất cả": nút xuống dưới, full-width, dễ bấm */
  .sec-head-row { flex-direction: column; align-items: stretch; }
  .sec-head-row .btn { align-self: stretch; justify-content: center; }
  .sec-head-row .desc { max-width: 100%; }
  /* Card mục vụ 2 cột chi tiết -> gọn */
  .mvu-body { padding: 26px 22px; }
  .mvu-body h2 { font-size: 22px; }
  /* Footer gọn gàng */
  .footer-nav .container { gap: 12px 18px; padding: 18px; }
  .footer-top { padding: 44px 18px 28px; }
  /* Sự kiện: badge ngày + nút không dồn */
  .event-list-row { flex-wrap: wrap; }
  .event-list-row .btn { margin-left: 62px; }
  /* Bài giảng/chi tiết: back link đủ chạm */
  .detail-back { padding: 20px 0; }
}
@media (max-width: 400px) {
  .brand-name small { font-size: 8.5px; }
  .mvu-body h2 { font-size: 20px; }
  .cta-box .eb, .section-eyebrow { letter-spacing: .06em; }
}
