@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Sinhala:wght@400;500;600;700&family=Noto+Sans+Tamil:wght@400;500;600;700&family=Noto+Serif:wght@500;600;700&family=Source+Sans+3:wght@400;500;600;700&display=swap');

@font-face {
  font-family: "Advent Sans Logo";
  src: url('../fonts/AdventSansLogo.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --denim: #2f557f;
  --denim-dark: #04132b;
  --bluejay: #2e6de7;
  --velvet: #782832;
  --scarlett: #d0021b;
  --campfire: #cd4900;
  --ming: #007f98;
  --forest: #355724;
  --ink: #222222;
  --muted: #626262;
  --paper: #ffffff;
  --warm: #f4f0e8;
  --line: #dedbd4;
  --soft: #f7f7f5;
  --font-sans: "Advent Sans", "Noto Sans Sinhala", "Noto Sans Tamil", "Source Sans 3", Arial, sans-serif;
  --font-serif: "Noto Serif", Georgia, serif;
  --shadow: 0 20px 55px rgba(4, 19, 43, .12);
}

* { box-sizing: border-box; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-sans); }
body, button, input, textarea { font-family: var(--font-sans); }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.site { min-height: 100vh; overflow: hidden; }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 999; padding: 12px 18px; color: #fff; background: var(--denim-dark); }
.skip-link:focus { top: 18px; }
.sabbath-column { position: fixed; z-index: 70; top: 0; right: 0; width: 42px; height: 100vh; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 28px; color: #fff; background: var(--scarlett); pointer-events: none; }
.sabbath-column span { writing-mode: vertical-rl; transform: rotate(180deg); white-space: nowrap; font-size: 9px; letter-spacing: .11em; font-weight: 700; }
.site-header { position: relative; z-index: 60; padding-right: 42px; background: #fff; }
.utility-bar { color: #fff; background: var(--denim-dark); }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { margin: 0; font-size: 12px; opacity: .78; }
.language-nav { display: flex; align-items: stretch; align-self: stretch; }
.language-nav a { display: flex; align-items: center; padding: 0 14px; border-left: 1px solid rgba(255,255,255,.15); font-size: 12px; }
.language-nav a.active, .language-nav a:hover { background: rgba(255,255,255,.13); }
.brand-row { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 20px; }
.brand img { width: 62px; height: 62px; }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name strong, .brand-name small { color: var(--ink); font-family: "Advent Sans Logo", "Advent Sans", "Source Sans 3", sans-serif; font-size: clamp(18px, 2vw, 24px); font-weight: 400; letter-spacing: -.02em; line-height: 1; }
.brand-name small { margin-top: 5px; text-transform: none; }
.brand-actions { display: flex; align-items: center; gap: 12px; }
.search-button, .menu-button { display: inline-flex; align-items: center; gap: 9px; border: 0; background: transparent; padding: 12px; font-size: 14px; cursor: pointer; }
.search-button span { font-size: 22px; }
.menu-button { display: none; }
.menu-lines { width: 22px; display: grid; gap: 4px; }
.menu-lines i { height: 2px; background: currentColor; }
.primary-nav { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.nav-inner { min-height: 58px; display: flex; align-items: stretch; }
.nav-group { position: relative; display: flex; }
.nav-group > button, .plain-nav { display: flex; align-items: center; gap: 7px; padding: 0 17px; border: 0; background: transparent; font-size: 14px; font-weight: 600; cursor: pointer; }
.nav-group:first-child > button { padding-left: 0; }
.nav-group:hover > button, .nav-group:focus-within > button, .plain-nav:hover { color: var(--scarlett); }
.mega-menu { position: absolute; visibility: hidden; opacity: 0; transform: translateY(8px); left: 0; top: calc(100% + 1px); min-width: 470px; padding: 26px 28px 28px; background: #fff; border-top: 4px solid var(--scarlett); box-shadow: var(--shadow); transition: .18s ease; }
.nav-group:hover .mega-menu, .nav-group:focus-within .mega-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.mega-title { margin: 0 0 18px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.mega-links { display: grid; grid-template-columns: repeat(2, minmax(170px, 1fr)); gap: 0 24px; }
.mega-links a { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.mega-links a:hover { color: var(--scarlett); }
.donate-nav { margin-left: auto; display: flex; align-items: center; padding: 0 27px; color: #fff; background: var(--scarlett); font-size: 14px; font-weight: 700; }
.donate-nav:hover { background: #aa0015; }
.mobile-drawer { display: none; }

.eyebrow { margin: 0 0 15px; color: var(--scarlett); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #fff; opacity: .84; }
.hero { position: relative; min-height: 650px; display: flex; align-items: center; padding-right: 42px; overflow: hidden; color: #fff; background: var(--denim-dark); }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(4,19,43,.98) 0%, rgba(4,19,43,.88) 39%, rgba(4,19,43,.32) 67%, rgba(4,19,43,.08) 100%); }
.hero::after { content: ""; position: absolute; z-index: 2; left: 0; bottom: 0; width: 43%; height: 8px; background: var(--scarlett); }
.hero-art { position: absolute; z-index: 0; inset: 0; background: var(--denim-dark) url('../images/ceylon-family-hero.webp') 68% center / cover no-repeat; }
.hero-content { position: relative; z-index: 3; }
.hero h1, .page-hero h1 { max-width: 690px; margin: 0; font-family: var(--font-serif); font-size: clamp(54px, 7.4vw, 98px); line-height: .98; letter-spacing: -.045em; }
.hero-lead { max-width: 650px; margin: 28px 0 0; font-size: clamp(18px, 2vw, 22px); line-height: 1.58; }
.button-row { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 13px 22px; border: 2px solid transparent; font-size: 14px; font-weight: 700; }
.button-light { color: var(--denim-dark); background: #fff; }
.button-light:hover { color: #fff; background: var(--scarlett); }
.button-outline { color: #fff; border-color: rgba(255,255,255,.6); }
.button-outline:hover { color: var(--denim-dark); background: #fff; }
.button-dark { color: #fff; background: var(--denim-dark); cursor: pointer; }
.text-link { display: inline-flex; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-weight: 700; }
.text-link.light { color: #fff; }

.section { padding: 105px 42px 105px 0; }
.section-heading h2, .split-heading h2, .connect-grid h2, .content-panel h2 { margin: 0; font-family: var(--font-serif); font-size: clamp(38px, 5vw, 61px); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > p:last-child, .split-heading > p, .connect-grid > div > p:last-child { color: var(--muted); font-size: 18px; line-height: 1.75; }
.welcome-section { background: var(--warm); }
.welcome-grid { display: grid; grid-template-columns: .9fr 1.4fr; gap: 85px; align-items: end; }
.section-heading > p:last-child { margin: 24px 0 0; max-width: 520px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.value-card { --value-accent: var(--denim); position: relative; min-height: 300px; padding: 28px; overflow: hidden; border: 1px solid rgba(47,85,127,.15); background: linear-gradient(145deg, #fff 58%, #edf3f8); box-shadow: 0 14px 34px rgba(4,19,43,.07); transition: transform .2s ease, box-shadow .2s ease; }
.value-card::before { content: ""; position: absolute; width: 155px; height: 155px; right: -80px; bottom: -80px; border: 1px solid rgba(47,85,127,.18); border-radius: 50%; box-shadow: 0 0 0 22px rgba(47,85,127,.045); }
.value-card::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--value-accent); }
.value-card:hover { transform: translateY(-6px); box-shadow: 0 22px 45px rgba(4,19,43,.12); }
.value-card-2 { --value-accent: var(--campfire); border-color: rgba(205,73,0,.16); background: linear-gradient(145deg, #fff 58%, #fff1e6); }
.value-card-2::before { border-color: rgba(205,73,0,.18); box-shadow: 0 0 0 22px rgba(205,73,0,.045); }
.value-card-3 { --value-accent: var(--ming); border-color: rgba(0,127,152,.16); background: linear-gradient(145deg, #fff 58%, #e7f5f7); }
.value-card-3::before { border-color: rgba(0,127,152,.18); box-shadow: 0 0 0 22px rgba(0,127,152,.045); }
.value-card-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.value-card-icon { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--value-accent); border-radius: 50%; font-size: 21px; box-shadow: 0 8px 18px rgba(4,19,43,.15); }
.value-card-number { color: var(--value-accent); font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.value-card h3 { position: relative; z-index: 1; margin: 58px 0 13px; font-family: var(--font-serif); font-size: 29px; }
.value-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); line-height: 1.62; }
.split-heading { display: grid; grid-template-columns: 1.12fr .78fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.split-heading > p { margin: 0; }
.study-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 9px; }
.study-card { position: relative; min-height: 330px; grid-column: span 3; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; overflow: hidden; color: #fff; background: var(--denim-dark); transition: transform .2s ease, box-shadow .2s ease; }
.study-card::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(4,19,43,.16) 0%, rgba(4,19,43,.48) 48%, rgba(4,19,43,.96) 100%); }
.study-card::after { content: ""; position: absolute; z-index: 2; inset: 0 auto 0 0; width: 5px; background: var(--scarlett); }
.study-card-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.study-card > *:not(.study-card-image) { position: relative; z-index: 3; }
.study-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.study-card:hover .study-card-image { transform: scale(1.045); }
.card-number { font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.study-card h3 { margin: auto 0 28px; font-family: var(--font-serif); font-size: clamp(24px, 2.4vw, 34px); line-height: 1.12; text-shadow: 0 2px 18px rgba(0,0,0,.42); }
.card-link { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.45); font-size: 13px; font-weight: 700; }
.family-section { background: var(--soft); }
.family-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.family-card { overflow: hidden; background: #fff; box-shadow: 0 0 0 1px var(--line); transition: transform .18s ease, box-shadow .18s ease; }
.family-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.family-visual { position: relative; height: 210px; background: var(--denim); overflow: hidden; }
.family-visual::after { content: ""; position: absolute; inset: 0; border-bottom: 4px solid var(--scarlett); background: linear-gradient(180deg, transparent 58%, rgba(4,19,43,.22)); pointer-events: none; }
.family-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.family-card:hover .family-visual img { transform: scale(1.045); }
.family-visual-1 img { object-position: 46% center; }
.family-visual-2 img { object-position: 52% center; }
.family-visual-3 img { object-position: center; }
.family-visual-4 img { object-position: 50% 54%; }
.family-card > div:last-child { padding: 24px; }
.family-card h3 { margin: 0 0 26px; font-family: var(--font-serif); font-size: 25px; }
.family-card > div:last-child span { color: var(--scarlett); font-size: 13px; font-weight: 700; }
.news-section { background: #fff; }
.news-heading a { align-self: end; justify-self: end; color: var(--scarlett); border-bottom: 1px solid currentColor; font-weight: 700; }
.news-layout { display: grid; grid-template-columns: 1fr 315px; gap: 12.5px; align-items: stretch; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.news-card { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.news-image { height: 185px; display: flex; align-items: end; padding: 18px; background: linear-gradient(145deg, #b7cfda, var(--denim)); }
.news-image-2 { background: linear-gradient(145deg, #eab57e, var(--campfire)); }
.news-image-3 { background: linear-gradient(145deg, #d9dfbd, var(--forest)); }
.news-image span { padding: 6px 9px; color: #fff; background: rgba(4,19,43,.82); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.news-copy { padding: 22px; }
.news-copy time { color: var(--muted); font-size: 11px; }
.news-copy h3 { min-height: 78px; margin: 13px 0 26px; font-family: var(--font-serif); font-size: 22px; line-height: 1.25; }
.news-copy > span { color: var(--scarlett); font-size: 13px; font-weight: 700; }
.feed-news-image { position: relative; width: 100%; height: 220px; overflow: hidden; background-position: center; background-size: cover; }
.feed-news-image::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(4,19,43,.48), rgba(4,19,43,0) 70%); }
.feed-news-image img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.feed-news-image span { position: relative; z-index: 2; }
.synced-home-news .news-card { display: flex; min-width: 0; flex-direction: column; }
.synced-home-news .news-card .feed-news-image { width: 100%; min-height: 220px; flex: 0 0 220px; padding: 18px; }
.synced-home-news .news-card .feed-news-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.synced-home-news .news-card .news-copy { width: 100%; flex: 1; }
.news-feed-intro { margin-bottom: 30px !important; }
.news-source-bar { margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 18px; border-left: 4px solid var(--scarlett); background: var(--soft); font-size: 13px; font-weight: 700; }
.news-source-bar a { color: var(--scarlett); }
.synced-news-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.synced-news-card { min-width: 0; border: 1px solid var(--line); background: #fff; transition: transform .18s ease, box-shadow .18s ease; }
.synced-news-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.synced-news-image { position: relative; height: 205px; display: flex; align-items: end; padding: 16px; overflow: hidden; background: linear-gradient(145deg, #b7cfda, var(--denim)); }
.synced-news-image::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg, rgba(4,19,43,.58), rgba(4,19,43,0) 72%); }
.synced-news-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.synced-news-image span { position: relative; z-index: 2; padding: 6px 9px; color: #fff; background: rgba(4,19,43,.82); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.synced-news-copy { padding: 22px; }
.synced-news-copy time { color: var(--muted); font-size: 11px; }
.synced-news-copy h3 { margin: 12px 0 14px; font-family: var(--font-serif); font-size: 22px; line-height: 1.25; }
.synced-news-copy p { display: -webkit-box; min-height: 68px; margin: 0 0 22px; overflow: hidden; color: var(--muted); font-size: 14px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.synced-news-copy > span { color: var(--scarlett); font-size: 13px; font-weight: 700; }
.news-feed-status { grid-column: 1 / -1; min-height: 220px; display: grid; place-items: center; align-content: center; gap: 15px; padding: 35px; border: 1px solid var(--line); text-align: center; background: var(--soft); }
.news-feed-status p { margin: 0; color: var(--muted); }
.news-feed-status a { color: var(--scarlett); font-weight: 700; }
.onevoice-card { position: relative; width: 100%; min-height: 0; align-self: stretch; display: flex; flex-direction: column; overflow: hidden; background: #0b0b20; box-shadow: 0 18px 44px rgba(4,19,43,.18); transition: transform .2s ease, box-shadow .2s ease; }
.onevoice-card-image { position: relative; min-height: 0; flex: 1 1 auto; overflow: hidden; background: #0b0b20; }
.onevoice-card-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; transition: transform .35s ease; }
.onevoice-card-footer { flex: 0 0 auto; display: grid; gap: 19px; padding: 22px 21px; color: #fff; border-top: 5px solid var(--scarlett); background: var(--denim-dark); }
.onevoice-card-footer > div { display: grid; gap: 5px; }
.onevoice-card-footer > div span { color: rgba(255,255,255,.64); font-size: 9px; font-weight: 700; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.onevoice-card-footer strong { font-family: var(--font-serif); font-size: 27px; line-height: 1; }
.onevoice-card-link { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.28); font-size: 12px; font-weight: 700; }
.onevoice-card:hover { transform: translateY(-6px); box-shadow: 0 26px 58px rgba(4,19,43,.25); }
.onevoice-card:hover .onevoice-card-image img { transform: scale(1.025); }
.onevoice-card:focus-visible { outline: 4px solid var(--bluejay); outline-offset: 4px; }
.connect-section { padding: 76px 42px 76px 0; color: #fff; background: var(--denim); }
.connect-grid { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 70px; }
.connect-grid > div > p:last-child { max-width: 650px; margin: 18px 0 0; color: rgba(255,255,255,.78); }
.connect-grid .button-row { justify-content: flex-end; margin: 0; }

.page-hero { position: relative; min-height: 300px; padding: 76px 42px 76px 0; color: #fff; background: var(--denim-dark); overflow: hidden; isolation: isolate; }
.page-hero-art { position: absolute; z-index: -2; inset: 0; background-position: center; background-size: cover; filter: saturate(.82) contrast(1.06); transform: scale(1.012); }
.page-hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4,19,43,.96) 0%, rgba(4,19,43,.82) 36%, rgba(4,19,43,.42) 70%, rgba(4,19,43,.3) 100%); }
.page-hero::after { content: ""; position: absolute; width: 32%; height: 7px; left: 0; bottom: 0; background: var(--scarlett); }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumbs { margin: 0 0 55px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: rgba(255,255,255,.66); font-size: 12px; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs strong { color: #fff; }
.page-hero h1 { max-width: 900px; font-size: clamp(48px, 6vw, 80px); }
.interior-section { min-height: 650px; }
.interior-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 90px; align-items: start; }
.content-panel .intro { max-width: 760px; margin: 26px 0 50px; color: var(--muted); font-family: var(--font-serif); font-size: 23px; line-height: 1.7; }
.impact-intro { margin-bottom: 38px !important; }
.impact-statement { position: relative; margin-bottom: 64px; padding: 34px 38px; overflow: hidden; color: #fff; background: var(--denim-dark); border-bottom: 6px solid var(--scarlett); }
.impact-statement::after { content: ""; position: absolute; width: 220px; height: 220px; right: -94px; top: -115px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.impact-statement span { position: relative; z-index: 1; display: block; margin-bottom: 13px; color: rgba(255,255,255,.68); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.impact-statement p { position: relative; z-index: 1; max-width: 770px; margin: 0; font-family: var(--font-serif); font-size: 24px; line-height: 1.55; }
.impact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 1px; border: 1px solid var(--line); background: var(--line); }
.impact-card { min-height: 330px; padding: 32px; background: #fff; }
.impact-card:nth-child(4n + 2), .impact-card:nth-child(4n + 3) { background: var(--soft); }
.impact-number { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; color: #fff; background: var(--scarlett); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.impact-card h3 { max-width: 330px; margin: 48px 0 18px; font-family: var(--font-serif); font-size: 28px; line-height: 1.15; letter-spacing: -.02em; }
.impact-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.impact-source-link { margin-top: 55px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 24px 28px; border-left: 5px solid var(--scarlett); background: var(--warm); }
.impact-source-link p { max-width: 500px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.impact-source-link a { display: inline-flex; align-items: center; gap: 14px; color: var(--scarlett); font-size: 14px; font-weight: 700; }
.beliefs-intro { margin-bottom: 38px !important; }
.beliefs-foundation { position: relative; margin-bottom: 42px; padding: 34px 38px; overflow: hidden; color: #fff; background: var(--denim-dark); border-bottom: 6px solid var(--scarlett); }
.beliefs-foundation::after { content: "28"; position: absolute; right: 24px; top: -24px; color: rgba(255,255,255,.08); font-family: var(--font-serif); font-size: 150px; line-height: 1; }
.beliefs-foundation span { position: relative; z-index: 1; display: block; margin-bottom: 12px; color: rgba(255,255,255,.65); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.beliefs-foundation p { position: relative; z-index: 1; max-width: 750px; margin: 0; font-family: var(--font-serif); font-size: 22px; line-height: 1.6; }
.belief-category-nav { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 70px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.belief-category-nav a { min-height: 72px; display: flex; align-items: center; gap: 13px; padding: 16px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 700; line-height: 1.3; }
.belief-category-nav a:hover { color: #fff; background: var(--denim); }
.belief-category-nav span { color: var(--scarlett); font-size: 11px; letter-spacing: .14em; }
.belief-category-nav a:hover span { color: #fff; }
.belief-category-list { display: grid; gap: 80px; }
.belief-category { scroll-margin-top: 28px; }
.belief-category > header { display: grid; grid-template-columns: 46px 1fr; gap: 18px; margin-bottom: 28px; padding-top: 28px; border-top: 1px solid var(--line); }
.belief-category > header > span { color: var(--scarlett); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.belief-category h3 { margin: -7px 0 7px; font-family: var(--font-serif); font-size: 34px; line-height: 1.15; }
.belief-category header p { max-width: 650px; margin: 0; color: var(--muted); line-height: 1.65; }
.belief-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.belief-card { min-height: 150px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; gap: 18px; padding: 24px; background: #fff; transition: color .18s ease, background .18s ease; }
.belief-card > span { color: var(--scarlett); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.belief-card h4 { grid-column: 1; align-self: end; margin: 0; font-family: var(--font-serif); font-size: 22px; line-height: 1.2; }
.belief-card > span:last-child { grid-column: 2; grid-row: 1 / -1; align-self: center; color: var(--scarlett); font-size: 22px; }
.belief-card:hover { color: #fff; background: var(--denim); }
.belief-card:hover > span { color: #fff; }
.belief-detail-heading { display: grid; grid-template-columns: 82px 1fr; gap: 24px; align-items: start; margin-bottom: 52px; }
.belief-detail-heading > span { width: 82px; height: 82px; display: grid; place-items: center; color: #fff; background: var(--scarlett); font-family: var(--font-serif); font-size: 30px; }
.belief-detail-heading .eyebrow { margin: 3px 0 11px; }
.belief-detail-heading h2 { font-size: clamp(37px, 4.8vw, 58px); }
.belief-explanation { padding-top: 30px; border-top: 1px solid var(--line); }
.belief-section-label { margin: 0 0 18px !important; color: var(--scarlett) !important; font-family: var(--font-sans) !important; font-size: 11px !important; font-weight: 700; letter-spacing: .16em; line-height: 1.3 !important; text-transform: uppercase; }
.belief-explanation > p:last-child { margin: 0; color: #404040; font-family: var(--font-serif); font-size: 23px; line-height: 1.75; }
.belief-meaning { margin: 40px 0 48px; padding: 30px 34px; border-left: 5px solid var(--scarlett); background: var(--warm); }
.belief-meaning span { display: block; margin-bottom: 12px; color: var(--scarlett); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.belief-meaning p { margin: 0; font-size: 17px; font-weight: 600; line-height: 1.7; }
.belief-scriptures { display: grid; grid-template-columns: 110px 1fr; overflow: hidden; color: #fff; background: var(--denim); }
.belief-scriptures > span { min-height: 150px; display: grid; place-items: center; background: var(--denim-dark); font-size: 10px; font-weight: 700; letter-spacing: .15em; writing-mode: vertical-rl; transform: rotate(180deg); }
.belief-scriptures > div { padding: 30px 34px; }
.belief-scriptures h3 { margin: 0 0 13px; font-family: var(--font-serif); font-size: 25px; }
.belief-scriptures p { margin: 0; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.75; }
.belief-official-source { margin-top: 28px; display: grid; gap: 18px; padding: 25px 28px; border: 1px solid var(--line); }
.belief-official-source p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.belief-official-source a { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--scarlett); font-weight: 700; }
.belief-prev-next { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 60px; border: 1px solid var(--line); background: var(--line); }
.belief-prev-next > a { min-height: 125px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; padding: 23px 26px; background: #fff; }
.belief-prev-next > a.next { text-align: right; }
.belief-prev-next > a > span { color: var(--scarlett); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.belief-prev-next strong { font-family: var(--font-serif); font-size: 18px; line-height: 1.25; }
.belief-prev-next > a:hover { color: #fff; background: var(--denim-dark); }
.belief-prev-next > a:hover > span { color: #fff; }
.churches-intro { margin-bottom: 34px !important; }
.church-directory-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 42px; border: 1px solid var(--line); background: var(--line); gap: 1px; }
.church-directory-stats > div { min-height: 135px; display: flex; align-items: center; gap: 22px; padding: 24px 30px; background: var(--warm); }
.church-directory-stats strong { color: var(--scarlett); font-family: var(--font-serif); font-size: 52px; line-height: 1; }
.church-directory-stats span { color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.district-directory-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 75px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.district-directory-nav a { min-height: 68px; display: flex; align-items: center; gap: 12px; padding: 15px 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; line-height: 1.3; }
.district-directory-nav a:hover { color: #fff; background: var(--denim); }
.district-directory-nav span { color: var(--scarlett); font-size: 10px; letter-spacing: .12em; }
.district-directory-nav a:hover span { color: #fff; }
.church-district-list { display: grid; gap: 86px; }
.church-district { scroll-margin-top: 28px; }
.church-district-heading { display: grid; grid-template-columns: 44px 1fr auto; gap: 15px; align-items: start; margin-bottom: 27px; padding-top: 28px; border-top: 1px solid var(--line); }
.church-district-heading > span { padding-top: 5px; color: var(--scarlett); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.church-district-heading h3 { margin: 0 0 8px; font-family: var(--font-serif); font-size: 34px; line-height: 1.14; }
.church-district-heading p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.church-district-heading p strong { color: var(--ink); }
.church-district-heading > b { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--scarlett); font-size: 13px; }
.church-list-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.church-directory-card { min-width: 0; min-height: 0; display: grid; grid-template-columns: 288px minmax(0, 1fr); align-items: start; border: 1px solid var(--line); background: #fff; }
.church-photo { width: 100%; min-height: 0; aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 9px; padding: 14px; overflow: hidden; color: rgba(255,255,255,.76); background: var(--denim-dark); text-align: center; }
.church-photo > span { font-family: var(--font-serif); font-size: 36px; }
.church-photo small { font-size: 9px; font-weight: 700; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.church-photo.has-photo { padding: 0; }
.church-photo img { width: 100%; height: 100%; object-fit: cover; }
.church-directory-copy { min-width: 0; padding: 26px 28px; }
.church-directory-copy > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.church-directory-copy h4 { margin: 0; font-family: var(--font-serif); font-size: 28px; line-height: 1.18; }
.worship-language-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.worship-language-badges span { padding: 5px 8px; color: #fff; background: var(--denim); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.church-directory-copy dl { display: grid; gap: 12px; margin: 0; }
.church-directory-copy dl > div { display: grid; grid-template-columns: minmax(118px, .24fr) minmax(0, 1fr); gap: 15px; align-items: start; }
.church-directory-copy dt, .church-directory-copy dd { min-width: 0; margin: 0; font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
.church-directory-copy dt { color: var(--muted); font-weight: 700; }
.church-directory-copy dd { color: var(--ink); font-weight: 600; }
.church-directory-copy dd.pending { color: #999; font-style: italic; font-weight: 400; }

.onevoice-page-video { width: 100%; aspect-ratio: 16 / 9; margin: 0 0 42px; overflow: hidden; background: #0b0b20; box-shadow: 0 18px 44px rgba(4,19,43,.14); }
.onevoice-page-video iframe { display: block; width: 100%; height: 100%; border: 0; }
.onevoice-intro { margin-bottom: 34px !important; }
.onevoice-hero { display: grid; grid-template-columns: 180px 1fr; margin-bottom: 58px; color: #fff; background: var(--denim-dark); }
.onevoice-year { min-height: 190px; display: flex; flex-direction: column; justify-content: flex-end; padding: 25px; background: var(--scarlett); }
.onevoice-year span { font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.onevoice-year strong { font-family: var(--font-serif); font-size: 88px; line-height: .88; }
.onevoice-hero > div:last-child { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.onevoice-hero > div:last-child > span { color: rgba(255,255,255,.62); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.onevoice-hero p { margin: 14px 0 0; font-family: var(--font-serif); font-size: 26px; line-height: 1.4; }
.onevoice-section-title { margin: 0 0 22px; font-family: var(--font-serif); font-size: 32px; }
.onevoice-pillar-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 65px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.onevoice-pillar { min-height: 245px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.onevoice-pillar > span { color: var(--scarlett); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.onevoice-pillar h3 { margin: 38px 0 13px; font-family: var(--font-serif); font-size: 24px; line-height: 1.15; }
.onevoice-pillar p { margin: 0; color: var(--muted); line-height: 1.7; }
.onevoice-actions { margin-bottom: 55px; }
.onevoice-actions > h3 { margin: 0 0 4px; font-family: var(--font-serif); font-size: 32px; }
.onevoice-action-list { display: grid; }
.onevoice-action { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.onevoice-action > span { color: var(--scarlett); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.onevoice-action h4 { margin: 0 0 8px; font-family: var(--font-serif); font-size: 22px; }
.onevoice-action p { margin: 0; color: var(--muted); line-height: 1.7; }
.onevoice-source-link { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 26px; color: #fff; background: var(--denim); }
.onevoice-source-link p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.55; }
.onevoice-source-link a { flex: 0 0 auto; border-bottom: 1px solid currentColor; font-weight: 700; }
.onevoice-phase-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 35px 0 62px; border: 1px solid var(--line); background: var(--line); }
.onevoice-phase { min-height: 190px; padding: 27px; background: var(--warm); }
.onevoice-phase > span { color: var(--scarlett); font-family: var(--font-serif); font-size: 45px; line-height: 1; }
.onevoice-phase h3 { margin: 20px 0 10px; font-family: var(--font-serif); font-size: 25px; }
.onevoice-phase p { margin: 0; color: var(--muted); line-height: 1.65; }
.onevoice-timeline { display: grid; margin-bottom: 34px; }
.onevoice-event { display: grid; grid-template-columns: 155px 1fr; gap: 28px; padding: 28px 0; border-top: 1px solid var(--line); }
.onevoice-event time { color: var(--scarlett); font-size: 12px; font-weight: 700; letter-spacing: .05em; line-height: 1.5; }
.onevoice-event h3 { margin: 0; font-family: var(--font-serif); font-size: 25px; line-height: 1.18; }
.onevoice-event-meta { margin: 10px 0 !important; color: var(--denim) !important; font-size: 12px; font-weight: 700; }
.onevoice-event p:last-child { margin: 0; color: var(--muted); line-height: 1.7; }
.onevoice-event.featured { margin-top: 16px; padding: 30px; border-top: 0; border-left: 5px solid var(--scarlett); background: var(--warm); }
.onevoice-event-note { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; padding: 18px 20px; border-left: 4px solid var(--campfire); background: #fff2df; }
.onevoice-event-note span { width: 26px; height: 26px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--campfire); font-family: var(--font-serif); font-weight: 700; }
.onevoice-event-note p { margin: 1px 0 0; color: #604627; line-height: 1.65; }

.who-video { width: 100%; aspect-ratio: 16 / 9; margin: 0 0 46px; overflow: hidden; background: var(--denim-dark); box-shadow: 0 22px 50px rgba(4,19,43,.16); }
.who-video iframe { display: block; width: 100%; height: 100%; border: 0; }
.content-placeholder { position: relative; min-height: 260px; padding: 42px; display: flex; flex-direction: column; gap: 18px; justify-content: center; background: var(--warm); border-left: 5px solid var(--scarlett); overflow: hidden; }
.content-placeholder div { width: 83%; height: 12px; background: #d9d3c7; border-radius: 20px; }
.content-placeholder div:nth-child(2) { width: 96%; }
.content-placeholder div:nth-child(3) { width: 62%; }
.content-placeholder p { margin: 20px 0 0; color: #aaa194; font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.related-panel { border-top: 5px solid var(--scarlett); background: var(--soft); }
.related-panel h2 { margin: 0; padding: 24px; border-bottom: 1px solid var(--line); font-size: 14px; letter-spacing: .1em; text-transform: uppercase; }
.related-panel a { display: flex; justify-content: space-between; gap: 20px; padding: 18px 24px; border-bottom: 1px solid var(--line); font-weight: 600; }
.related-panel a:hover, .related-panel a.active { color: #fff; background: var(--denim); }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.contact-form label { display: grid; gap: 9px; font-size: 13px; font-weight: 700; }
.contact-form label.full { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea { width: 100%; padding: 15px; border: 1px solid #aaa; border-radius: 0; background: #fff; font-size: 16px; }
.contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(46,109,231,.25); border-color: var(--bluejay); }
.contact-form .button { justify-self: start; }
.contact-form .button:disabled { cursor: not-allowed; opacity: .55; }
.form-note { margin: -6px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.notice-box { min-height: 210px; display: flex; align-items: center; gap: 28px; padding: 42px; color: #fff; background: var(--velvet); }
.notice-box span { font-size: 58px; }
.notice-box p { font-family: var(--font-serif); font-size: 26px; }

.who-page-title { max-width: 820px; font-size: clamp(38px, 4.8vw, 58px) !important; }
.who-faith-intro { margin: 30px 0 38px; padding: 32px 34px; color: var(--ink); border-left: 6px solid var(--scarlett); background: var(--warm); font-family: var(--font-serif); font-size: 21px; line-height: 1.72; }
.who-topic-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 66px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.who-topic-nav a { min-height: 74px; display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 700; line-height: 1.35; }
.who-topic-nav a:hover { color: #fff; background: var(--denim); }
.who-topic-nav span { color: var(--scarlett); font-size: 11px; letter-spacing: .14em; }
.who-topic-nav a:hover span { color: #fff; }
.who-faith-sections { display: grid; gap: 64px; }
.who-faith-section { display: grid; grid-template-columns: minmax(150px, .34fr) minmax(0, 1fr); gap: 42px; padding-top: 28px; border-top: 1px solid var(--line); scroll-margin-top: 28px; }
.who-faith-section header > span { display: block; margin-bottom: 16px; color: var(--scarlett); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.who-faith-section h3 { margin: 0; font-family: var(--font-serif); font-size: clamp(25px, 3vw, 34px); line-height: 1.16; }
.who-faith-copy p { margin: 0 0 22px; color: #484848; font-size: 16px; line-height: 1.86; }
.who-faith-copy p:last-child { margin-bottom: 0; }
.who-faith-closing { padding: 34px; color: #fff; border-top: 0; background: var(--denim-dark); }
.who-faith-closing header > span, .who-faith-closing .who-faith-copy p { color: #fff; }
.lang-si .who-faith-copy p, .lang-ta .who-faith-copy p { line-height: 1.95; }

.world-church-intro { margin-bottom: 42px !important; }
.world-headline { margin-bottom: 24px; color: #fff; background: var(--denim-dark); }
.world-headline > header { min-height: 146px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding: 30px 34px; border-bottom: 1px solid rgba(255,255,255,.18); background: linear-gradient(125deg, rgba(208,2,27,.94), rgba(120,40,50,.94)); }
.world-headline > header p { margin: 0 0 8px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.world-headline > header h3 { margin: 0; font-family: var(--font-serif); font-size: clamp(30px, 4vw, 44px); line-height: 1.05; }
.world-headline > header > span { color: rgba(255,255,255,.28); font-size: 11px; font-weight: 700; letter-spacing: .22em; }
.world-headline-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.world-headline-grid article { min-height: 155px; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px 30px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.world-headline-grid article.primary { grid-column: 1 / -1; min-height: 190px; background: rgba(255,255,255,.045); }
.world-headline-grid strong { font-family: var(--font-serif); font-size: clamp(38px, 5vw, 58px); font-weight: 600; line-height: 1; letter-spacing: -.035em; }
.world-headline-grid .primary strong { font-size: clamp(54px, 8vw, 82px); }
.world-headline-grid span { margin-top: 12px; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.45; }
.world-stat-note { margin-bottom: 68px; padding: 20px 24px; border-left: 5px solid var(--scarlett); background: var(--warm); }
.world-stat-note p { margin: 0; color: var(--muted); line-height: 1.7; }
.world-stat-note span { display: block; margin-top: 9px; color: var(--scarlett); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.world-stat-sections { display: grid; gap: 74px; }
.world-stat-section > header { display: grid; grid-template-columns: 48px 1fr; gap: 18px; margin-bottom: 28px; }
.world-stat-section > header > span { padding-top: 8px; color: var(--scarlett); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.world-stat-section h3 { margin: 0; font-family: var(--font-serif); font-size: clamp(30px, 4vw, 43px); line-height: 1.1; }
.world-stat-section header p { max-width: 720px; margin: 11px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.world-metric-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.world-metric { min-height: 155px; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.world-metric strong { color: var(--denim); font-family: var(--font-serif); font-size: clamp(27px, 3vw, 37px); font-weight: 600; line-height: 1; }
.world-metric span { margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.world-stat-healthcare .world-metric strong { color: var(--ming); }
.world-stat-publishing .world-metric strong { color: var(--velvet); }
.world-stat-adra .world-metric strong { color: var(--forest); }
.world-source-link { margin-top: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 26px; color: #fff; background: var(--denim); }
.world-source-link > span { color: rgba(255,255,255,.7); font-size: 12px; }
.world-source-link a { display: inline-flex; gap: 10px; border-bottom: 1px solid currentColor; font-weight: 700; }

.donation-intro { margin-bottom: 34px !important; }
.donation-notice { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start; margin-bottom: 64px; padding: 20px 22px; border-left: 5px solid var(--campfire); background: #fff2df; }
.donation-notice > span { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--campfire); font-family: var(--font-serif); font-weight: 700; }
.donation-notice p { margin: 1px 0 0; color: #604627; line-height: 1.65; }
.donation-methods { display: grid; gap: 72px; }
.donation-method > header { display: grid; grid-template-columns: 48px 1fr; gap: 18px; margin-bottom: 26px; }
.donation-method > header > span { padding-top: 8px; color: var(--scarlett); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.donation-method h3 { margin: 0; font-family: var(--font-serif); font-size: clamp(29px, 4vw, 42px); line-height: 1.12; }
.donation-method header p { margin: 10px 0 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.donation-details { margin: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.donation-details > div { display: grid; grid-template-columns: minmax(180px, .72fr) minmax(0, 1.28fr); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.donation-details dt, .donation-details dd { min-width: 0; margin: 0; padding: 18px 20px; line-height: 1.55; }
.donation-details dt { color: var(--muted); background: var(--soft); font-size: 13px; font-weight: 700; }
.donation-details dd { overflow-wrap: anywhere; font-size: 15px; font-weight: 600; }
.donation-details .important dd { color: var(--denim-dark); background: var(--warm); font-family: "Source Sans 3", sans-serif; font-size: 17px; font-weight: 700; letter-spacing: .02em; }

.site-footer { padding: 78px 42px 28px 0; color: #fff; background: #151515; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 90px; padding-bottom: 60px; }
.footer-brand { display: grid; grid-template-columns: 48px 1fr; column-gap: 16px; row-gap: 0; align-items: center; }
.footer-brand img { width: 48px; height: 48px; align-self: center; object-fit: contain; filter: invert(1); }
.footer-brand > div { min-height: 48px; display: flex; flex-direction: column; justify-content: center; align-self: center; }
.footer-brand .footer-brand-name strong, .footer-brand .footer-brand-name small { color: #fff; font-size: 14px; line-height: 1.05; }
.footer-brand .footer-brand-name small { margin-top: 4px; }
.footer-brand p { grid-column: 1 / -1; max-width: 520px; margin: 18px 0 0; color: #aaa; font-size: 16px; line-height: 1.65; }
.footer-grid h2 { margin: 0 0 20px; color: #aaa; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a { display: block; padding: 7px 0; color: #ddd; }
.footer-grid a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 26px; border-top: 1px solid #393939; color: #8f8f8f; font-size: 11px; }

.lang-si .nav-group > button, .lang-ta .nav-group > button, .lang-si .plain-nav, .lang-ta .plain-nav { font-size: 13px; }

@media (max-width: 1080px) {
  .container { width: min(100% - 44px, 960px); }
  .primary-nav, .search-button { display: none; }
  .menu-button { display: inline-flex; }
  .mobile-drawer { display: block; max-height: 0; overflow: hidden; border-top: 1px solid var(--line); background: #fff; transition: max-height .35s ease; }
  .mobile-drawer.open { max-height: 82vh; overflow-y: auto; box-shadow: var(--shadow); }
  .mobile-drawer nav { width: min(100% - 44px, 960px); margin: 0 auto; padding: 20px 0 28px; }
  .mobile-drawer details { border-bottom: 1px solid var(--line); }
  .mobile-drawer summary, .mobile-drawer nav > a { display: block; padding: 16px 4px; font-weight: 700; cursor: pointer; }
  .mobile-drawer details a { display: block; padding: 12px 18px; color: var(--muted); }
  .mobile-drawer .mobile-donate { margin-top: 15px; padding: 16px 18px; color: #fff; background: var(--scarlett); }
  .welcome-grid { grid-template-columns: 1fr; gap: 55px; }
  .study-card { grid-column: span 6; min-height: 280px; }
  .family-grid { grid-template-columns: repeat(2, 1fr); }
  .news-layout { grid-template-columns: 1fr; }
  .onevoice-card { width: min(100%, 420px); min-height: 0; justify-self: center; }
  .onevoice-card-image { aspect-ratio: 2550 / 3300; flex: none; }
  .interior-grid { gap: 45px; grid-template-columns: minmax(0,1fr) 280px; }
  .synced-news-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .sabbath-column { width: 12px; }
  .sabbath-column span { display: none; }
  .site-header, .hero { padding-right: 12px; }
  .section, .connect-section, .page-hero, .site-footer { padding-right: 12px; }
  .container { width: calc(100% - 36px); }
  .utility-inner { justify-content: flex-end; }
  .utility-inner p { display: none; }
  .language-nav a { padding: 0 10px; }
  .brand-row { min-height: 88px; }
  .brand { gap: 12px; }
  .brand img { width: 45px; height: 45px; }
  .brand-name strong, .brand-name small { max-width: 220px; font-size: 15px; }
  .brand-name small { margin-top: 4px; }
  .menu-button { padding-right: 0; }
  .hero { min-height: 660px; align-items: end; padding-bottom: 78px; }
  .hero::before { background: linear-gradient(0deg, rgba(4,19,43,.99) 4%, rgba(4,19,43,.9) 43%, rgba(4,19,43,.34) 74%, rgba(4,19,43,.16) 100%); }
  .hero-art { background-position: 69% center; }
  .hero h1 { font-size: clamp(50px, 16vw, 72px); }
  .hero-lead { font-size: 17px; }
  .section { padding-top: 74px; padding-bottom: 74px; }
  .section-heading h2, .split-heading h2, .connect-grid h2, .content-panel h2 { font-size: 39px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 225px; }
  .value-card h3 { margin-top: 38px; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .study-grid { gap: 6px; }
  .study-card { grid-column: span 12; min-height: 240px; }
  .onevoice-page-video { margin-bottom: 30px; }
  .family-grid, .news-grid { grid-template-columns: 1fr; }
  .family-visual { height: 190px; }
  .news-copy h3 { min-height: auto; }
  .synced-home-news .news-card .feed-news-image { min-height: 210px; flex-basis: 210px; }
  .news-source-bar { align-items: flex-start; flex-direction: column; }
  .synced-news-image { height: 190px; }
  .connect-grid { grid-template-columns: 1fr; gap: 38px; }
  .connect-grid .button-row { justify-content: flex-start; }
  .page-hero { padding-top: 50px; padding-bottom: 58px; }
  .page-hero-art { background-position: 60% center; }
  .page-hero::before { background: linear-gradient(90deg, rgba(4,19,43,.96) 0%, rgba(4,19,43,.82) 62%, rgba(4,19,43,.52) 100%); }
  .breadcrumbs { margin-bottom: 38px; }
  .page-hero h1 { font-size: 47px; }
  .interior-grid { grid-template-columns: 1fr; }
  .content-panel .intro { font-size: 19px; }
  .impact-statement { margin-bottom: 48px; padding: 28px 25px; }
  .impact-statement p { font-size: 20px; }
  .impact-grid { grid-template-columns: 1fr; }
  .impact-card, .impact-card:nth-child(4n + 2), .impact-card:nth-child(4n + 3) { min-height: auto; padding: 26px; background: #fff; }
  .impact-card:nth-child(even) { background: var(--soft); }
  .impact-card h3 { margin-top: 34px; font-size: 25px; }
  .impact-source-link { align-items: flex-start; flex-direction: column; margin-top: 42px; }
  .beliefs-foundation { padding: 27px 25px; }
  .beliefs-foundation p { font-size: 19px; }
  .belief-category-nav { grid-template-columns: 1fr; margin-bottom: 55px; }
  .belief-category-list { gap: 62px; }
  .belief-category > header { grid-template-columns: 32px 1fr; gap: 8px; }
  .belief-category h3 { font-size: 29px; }
  .belief-card-grid { grid-template-columns: 1fr; }
  .belief-card { min-height: 125px; }
  .belief-detail-heading { grid-template-columns: 58px 1fr; gap: 16px; margin-bottom: 42px; }
  .belief-detail-heading > span { width: 58px; height: 58px; font-size: 22px; }
  .belief-detail-heading h2 { font-size: 33px !important; }
  .belief-explanation > p:last-child { font-size: 19px; line-height: 1.75; }
  .belief-meaning { padding: 25px; }
  .belief-scriptures { grid-template-columns: 54px 1fr; }
  .belief-scriptures > span { min-height: 170px; }
  .belief-scriptures > div { padding: 25px 22px; }
  .belief-prev-next { grid-template-columns: 1fr; }
  .belief-prev-next > span { display: none; }
  .belief-prev-next > a.next { text-align: left; }
  .church-directory-stats { grid-template-columns: 1fr; }
  .church-directory-stats > div { min-height: 105px; }
  .district-directory-nav { grid-template-columns: 1fr; margin-bottom: 58px; }
  .church-district-list { gap: 64px; }
  .church-district-heading { grid-template-columns: 32px 1fr auto; gap: 8px; }
  .church-district-heading h3 { font-size: 28px; }
  .church-list-grid { grid-template-columns: 1fr; }
  .church-directory-card { grid-template-columns: 144px minmax(0, 1fr); min-height: 0; }
  .church-directory-copy { padding: 20px 17px; }
  .church-directory-copy > header { display: block; }
  .church-directory-copy h4 { margin-bottom: 12px; font-size: 22px; }
  .church-directory-copy dl > div { grid-template-columns: minmax(82px, .42fr) minmax(0, 1fr); gap: 8px; }
  .church-directory-copy dt, .church-directory-copy dd { font-size: 12px; }
  .who-video { margin-bottom: 34px; }
  .who-page-title { font-size: 36px !important; }
  .who-faith-intro { padding: 24px; font-size: 18px; line-height: 1.75; }
  .who-topic-nav { grid-template-columns: 1fr; margin-bottom: 50px; }
  .who-topic-nav a { min-height: 60px; }
  .who-faith-sections { gap: 52px; }
  .who-faith-section { grid-template-columns: 1fr; gap: 22px; }
  .who-faith-section header > span { margin-bottom: 10px; }
  .who-faith-copy p { font-size: 15px; line-height: 1.85; }
  .who-faith-closing { padding: 26px; }
  .world-headline > header { min-height: 130px; align-items: flex-start; flex-direction: column; padding: 25px; }
  .world-headline > header > span { display: none; }
  .world-headline-grid { grid-template-columns: 1fr; }
  .world-headline-grid article.primary { grid-column: auto; min-height: 165px; }
  .world-headline-grid article { min-height: 135px; padding: 24px; }
  .world-headline-grid .primary strong { font-size: 48px; }
  .world-stat-note { margin-bottom: 52px; }
  .world-stat-sections { gap: 58px; }
  .world-stat-section > header { grid-template-columns: 32px 1fr; gap: 8px; }
  .world-metric-grid { grid-template-columns: 1fr; }
  .world-metric { min-height: 125px; }
  .world-source-link { align-items: flex-start; flex-direction: column; margin-top: 54px; }
  .onevoice-hero { grid-template-columns: 1fr; }
  .onevoice-year { min-height: 145px; }
  .onevoice-hero > div:last-child { padding: 26px; }
  .onevoice-hero p { font-size: 21px; }
  .onevoice-pillar-grid, .onevoice-phase-grid { grid-template-columns: 1fr; }
  .onevoice-pillar { min-height: auto; }
  .onevoice-action { grid-template-columns: 34px 1fr; }
  .onevoice-source-link { align-items: flex-start; flex-direction: column; }
  .onevoice-event { grid-template-columns: 1fr; gap: 10px; }
  .onevoice-event.featured { padding: 24px; }
  .donation-notice { margin-bottom: 50px; }
  .donation-methods { gap: 56px; }
  .donation-method > header { grid-template-columns: 32px 1fr; gap: 8px; }
  .donation-details > div { grid-template-columns: 1fr; }
  .donation-details dt { padding-bottom: 7px; }
  .donation-details dd { padding-top: 7px; }
  .related-panel { order: -1; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label.full { grid-column: auto; }
  .contact-form .form-note.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
