/*
Theme Name: BSCC Church
Theme URI: https://thebscc.org
Author: BSCC
Author URI: https://thebscc.org
Description: A custom WordPress theme for BSCC Church — hymn video player and prayer wall.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bscc-theme
*/

/* Base reset and typography */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans SC', sans-serif;
    background: #f8f7f5;
    color: #2d2926;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a { color: #2d2926; text-decoration: none; }
a:hover { color: #444; }

img { max-width: 100%; height: auto; }

/* Skip link — 仅键盘 Tab 聚焦可见 */
.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 9999;
    padding: 8px 16px;
    background: #2d2926;
    color: #fff;
    font-size: 14px;
    font-family: "Inter", sans-serif;
}
.skip-link:focus {
    position: fixed;
    top: 8px;
    left: 8px;
    width: auto;
    height: auto;
    overflow: visible;
    border-radius: 2px;
}

/* Site header */
.site-header {
    background: #fff;
    border-bottom: 1px solid #e8e4de;
    padding: 14px 24px;
}
.site-header .site-title {
    font-size: 15px;
    font-weight: 600;
    color: #2d2926;
    letter-spacing: .5px;
    font-family: "Inter", -apple-system, sans-serif;
}
.site-header .site-title a {
    color: inherit;
    text-decoration: none;
}

/* Site content — 各模板自行控制宽度 */
.site-content {
    margin: 0 auto;
}

/* Site footer */
.site-footer {
    background: #2d2926;
    color: #a09890;
    padding: 48px 24px 36px;
    text-align: center;
}
.footer-inner {
    max-width: 640px;
    margin: 0 auto;
}
.footer-name {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #e8e4de;
    letter-spacing: .5px;
}
.footer-name-zh {
    font-family: "Noto Serif SC", serif;
    font-size: 14px;
    color: #8a8078;
    margin-top: 4px;
    letter-spacing: 2px;
}
.footer-address {
    margin-top: 16px;
    font-style: normal;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    line-height: 1.6;
}
.footer-address a {
    color: #a09890;
    text-decoration: none;
    border-bottom: 1px solid rgba(160,152,144,.3);
    transition: color .2s, border-color .2s;
}
.footer-address a:hover {
    color: #e8e4de;
    border-color: rgba(232,228,222,.4);
}
.footer-scripture {
    margin-top: 24px;
    font-family: "Noto Serif SC", serif;
    font-size: 13px;
    color: #6b6560;
    line-height: 1.8;
    font-style: italic;
}
.footer-legal {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(160,152,144,.15);
    font-size: 12px;
    font-family: "Inter", sans-serif;
    color: #6b6560;
    letter-spacing: .2px;
}
.footer-sep {
    margin: 0 8px;
    opacity: .4;
}
@media (max-width: 640px) {
    .site-footer { padding: 36px 20px 28px; }
    .footer-name { font-size: 15px; }
}
