/* ─────────────────────────────────────────
   CSI Town Church Arni — Main Stylesheet
   Enhanced: Responsive + Attractive Design
   ───────────────────────────────────────── */

:root {
    --primary:        #0c2461;
    --primary-dark:   #071540;
    --primary-light:  #1a3a8f;
    --secondary:      #f39c12;
    --secondary-dark: #d68910;
    --secondary-light:#fcd97a;
    --accent:         #4a69bd;
    --accent-light:   #6b8edb;
    --green:          #27ae60;
    --purple:         #8e44ad;
    --text:           #1e2740;
    --text-light:     #5a6480;
    --text-muted:     #8892a4;
    --light-bg:       #f4f6ff;
    --white:          #ffffff;
    --border:         rgba(12, 36, 97, 0.09);
    --shadow-xs:  0 1px 4px rgba(12, 36, 97, 0.06);
    --shadow-sm:  0 4px 16px rgba(12, 36, 97, 0.09);
    --shadow-md:  0 8px 32px rgba(12, 36, 97, 0.13);
    --shadow-lg:  0 20px 60px rgba(12, 36, 97, 0.18);
    --shadow-xl:  0 32px 80px rgba(12, 36, 97, 0.22);
    --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-fast: all 0.2s ease;
    --radius:     18px;
    --radius-sm:  10px;
    --radius-xs:  6px;
    --max-width:  1280px;
    --nav-height: 72px;
}

/* ── SKELETON LOADER ── */
.skeleton {
    background: linear-gradient(90deg, var(--border) 25%, var(--light-bg) 50%, var(--border) 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: var(--radius-xs);
    display: block;
    height: 1.2em;
    margin-bottom: 0.6rem;
}

@keyframes skeleton-loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.votd-skeleton {
    max-width: 700px;
    margin: 2rem auto;
    padding: 0 1.5rem;
}

.votd-skeleton .skeleton:nth-child(1) { width: 85%; margin-left: auto; margin-right: auto; }
.votd-skeleton .skeleton:nth-child(2) { width: 92%; margin-left: auto; margin-right: auto; }
.votd-skeleton .skeleton:nth-child(3) { width: 65%; margin-left: auto; margin-right: auto; margin-bottom: 2rem; }
.votd-skeleton .skeleton-ref { width: 140px; margin: 0 auto; height: 1em; }

.hidden { display: none !important; }

/* ── RESET & BASE ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: var(--nav-height); }

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    line-height: 1.7;
    color: var(--text);
    background: var(--white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
    font-family: 'Playfair Display', Georgia, serif;
    color: var(--primary);
    line-height: 1.25;
}

a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; display: block; height: auto; }
ul { list-style: none; }

/* Max-width container */
.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 clamp(1rem, 5%, 5rem);
}

/* ── ACCESSIBILITY ── */
:focus-visible {
    outline: 3px solid var(--secondary);
    outline-offset: 3px;
    border-radius: 4px;
}

.sr-only {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ── SCROLL PROGRESS BAR ── */
#scrollProgress {
    position: fixed;
    top: 0; left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, var(--secondary), var(--accent-light));
    z-index: 9999;
    transition: width 0.1s linear;
    border-radius: 0 2px 2px 0;
}

/* ── BACK TO TOP ── */
#backToTop {
    position: fixed;
    bottom: clamp(1.25rem, 4vw, 2rem);
    right: clamp(1.25rem, 4vw, 2rem);
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: var(--white);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 500;
    box-shadow: var(--shadow-md);
    opacity: 0;
    transform: translateY(20px) scale(0.8);
    transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
    pointer-events: none;
    font-size: 1.1rem;
}

#backToTop.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

#backToTop:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-3px) scale(1.05);
}

/* ── NAVBAR ── */
nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 0 clamp(1rem, 5%, 5rem);
    height: var(--nav-height);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 2px 24px rgba(12, 36, 97, 0.06);
    transition: box-shadow 0.3s ease, background 0.3s ease;
}

nav.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 32px rgba(12, 36, 97, 0.1);
}

.logo {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.05rem, 2.5vw, 1.3rem);
    font-weight: 700;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-shrink: 0;
    z-index: 2;
}

.logo-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--white);
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(243, 156, 18, 0.35);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 0.2rem;
    align-items: center;
}

.nav-links li a {
    padding: 0.55rem 1.1rem;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.9rem;
    position: relative;
    color: var(--text);
    display: block;
    white-space: nowrap;
}

.nav-links li a::after {
    content: '';
    position: absolute;
    bottom: 4px; left: 50%;
    transform: translateX(-50%);
    width: 0; height: 2px;
    background: var(--secondary);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.nav-links li a:hover::after,
.nav-links li a[aria-current="page"]::after { width: 50%; }
.nav-links li a:hover { color: var(--primary); background: var(--light-bg); }
.nav-links li a[aria-current="page"] { color: var(--primary); font-weight: 600; }

/* CTA nav button */
.nav-links li:last-child a {
    background: var(--primary);
    color: var(--white);
    border-radius: 8px;
    padding: 0.55rem 1.1rem;
}

.nav-links li:last-child a::after { display: none; }

.nav-links li:last-child a:hover {
    background: var(--primary-light);
    color: var(--white);
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 1.4rem;
    color: var(--primary);
    cursor: pointer;
    padding: 0.5rem;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    z-index: 2;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
}

.mobile-menu-btn:hover { background: var(--light-bg); }

/* Hamburger animation */
.mobile-menu-btn .bar {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--primary);
    border-radius: 2px;
    transition: var(--transition);
    margin: 4px auto;
}

.mobile-menu-btn.active .bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}
.mobile-menu-btn.active .bar:nth-child(2) { opacity: 0; }
.mobile-menu-btn.active .bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* ── HERO ── */
.hero {
    min-height: 100svh;
    background:
        linear-gradient(155deg, rgba(7, 21, 64, 0.92) 0%, rgba(12, 36, 97, 0.80) 50%, rgba(74, 105, 189, 0.72) 100%),
        url('https://images.unsplash.com/photo-1438232992991-995b7058bbb3?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--white);
    padding: calc(var(--nav-height) + 2rem) clamp(1.5rem, 8%, 10rem) 4rem;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at center bottom, rgba(243, 156, 18, 0.12) 0%, transparent 65%),
        url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M20 18v-8h2v8h8v2h-8v8h-2v-8h-8v-2h8z'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 80px;
    background: linear-gradient(to top, var(--white), transparent);
    pointer-events: none;
}

.hero-particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }

.particle {
    position: absolute;
    background: rgba(243, 156, 18, 0.65);
    border-radius: 50%;
    animation: floatUp linear infinite;
}

@keyframes floatUp {
    0%   { transform: translateY(110vh) scale(0); opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 0.5; }
    100% { transform: translateY(-10vh) scale(0.5); opacity: 0; }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(243, 156, 18, 0.15);
    border: 1px solid rgba(243, 156, 18, 0.4);
    color: var(--secondary-light);
    padding: 0.5rem 1.2rem;
    border-radius: 50px;
    font-size: clamp(0.7rem, 1.5vw, 0.8rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: clamp(1rem, 3vw, 1.75rem);
    animation: fadeInDown 0.8s ease both;
    backdrop-filter: blur(8px);
}

.hero h1 {
    color: var(--white);
    font-size: clamp(2.4rem, 6vw, 5rem);
    margin-bottom: clamp(1rem, 2.5vw, 1.4rem);
    text-shadow: 0 4px 32px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.9s 0.15s ease both;
    max-width: 900px;
    letter-spacing: -0.02em;
}

.hero p {
    font-size: clamp(1rem, 2vw, 1.2rem);
    margin-bottom: clamp(2rem, 4vw, 2.75rem);
    max-width: 560px;
    opacity: 0.87;
    line-height: 1.9;
    animation: fadeInUp 0.9s 0.3s ease both;
}

.hero-btns {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    animation: fadeInUp 0.9s 0.45s ease both;
}

.hero-scroll {
    position: absolute;
    bottom: 5.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    animation: fadeIn 1.2s 1.5s ease both;
}

.scroll-line {
    width: 1px; height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.55), transparent);
    animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%, 100% { transform: scaleY(1); opacity: 0.55; }
    50%       { transform: scaleY(1.5); opacity: 1; }
}

/* ── BUTTONS ── */
.btn {
    padding: clamp(0.75rem, 2vw, 0.95rem) clamp(1.25rem, 3vw, 2rem);
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    font-size: clamp(0.85rem, 1.5vw, 0.95rem);
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 2px solid transparent;
    min-height: 48px;
    position: relative;
    overflow: hidden;
}

.btn::after {
    content: '';
    position: absolute; inset: 0;
    background: rgba(255,255,255,0.08);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.btn:hover::after { opacity: 1; }
.btn:active { transform: scale(0.97); }

.btn-primary {
    background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
    color: var(--white);
    border-color: transparent;
    box-shadow: 0 6px 24px rgba(243, 156, 18, 0.45);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 36px rgba(243, 156, 18, 0.6);
}

.btn-outline {
    background: transparent;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(8px);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.85);
    transform: translateY(-3px);
}

.btn-dark {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: var(--white);
    border-color: transparent;
    box-shadow: 0 6px 24px rgba(12, 36, 97, 0.35);
}

.btn-dark:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 36px rgba(12, 36, 97, 0.5);
}

/* ── STATS ── */
.stats-section {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 60%, var(--primary-light) 100%);
    padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.5rem, 8%, 8rem);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1rem, 3vw, 2rem);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.stat-item {
    color: var(--white);
    padding: clamp(1rem, 2vw, 1.5rem);
    border-radius: var(--radius);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    transition: var(--transition);
}

.stat-item:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-4px);
}

.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    color: var(--secondary);
    line-height: 1;
    display: block;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: clamp(0.7rem, 1.2vw, 0.82rem);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.72;
    line-height: 1.4;
}

/* ── SECTION TITLE ── */
.section-title {
    text-align: center;
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.section-title .label {
    display: inline-block;
    color: var(--secondary);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0.75rem;
}

.section-title h2 {
    font-size: clamp(1.7rem, 3.5vw, 2.7rem);
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}

.section-title p {
    color: var(--text-light);
    max-width: 520px;
    margin: 0 auto;
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
}

.divider {
    width: 56px; height: 3px;
    background: linear-gradient(90deg, var(--secondary), var(--accent-light));
    border-radius: 2px;
    margin: 0.75rem auto;
}

/* ── WELCOME / INFO SECTION ── */
.info-section {
    padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 8%, 8rem);
    background: var(--light-bg);
    position: relative;
    overflow: hidden;
}

.info-section::before {
    content: '';
    position: absolute;
    top: -120px; right: -80px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(243, 156, 18, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.info-section::after {
    content: '';
    position: absolute;
    bottom: -80px; left: -60px;
    width: 250px; height: 250px;
    background: radial-gradient(circle, rgba(74, 105, 189, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: clamp(1.25rem, 3vw, 2rem);
}

.card {
    padding: clamp(1.75rem, 3vw, 2.75rem);
    background: var(--white);
    border-radius: var(--radius);
    transition: var(--transition);
    border: 1px solid var(--border);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--secondary), var(--accent));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.card:hover::before { transform: scaleX(1); }

.card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

.card-icon {
    width: 60px; height: 60px;
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.1), rgba(74, 105, 189, 0.1));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: var(--transition);
}

.card:hover .card-icon {
    background: linear-gradient(135deg, rgba(243, 156, 18, 0.2), rgba(74, 105, 189, 0.2));
    transform: scale(1.08) rotate(3deg);
}

.card-icon i { font-size: 1.6rem; color: var(--secondary); }
.card h3 { margin-bottom: 0.75rem; font-size: clamp(1.05rem, 2vw, 1.2rem); }
.card p { color: var(--text-light); line-height: 1.75; font-size: clamp(0.9rem, 1.3vw, 0.97rem); flex: 1; }

.card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--secondary);
    font-weight: 600;
    margin-top: 1.25rem;
    font-size: 0.88rem;
    transition: var(--transition);
}

.card-link:hover { gap: 0.75rem; color: var(--secondary-dark); }

/* ── EASTER BANNER (Top Ribbon) ── */
.easter-banner {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 40%, var(--primary-light) 70%, #1e3799 100%);
    padding: 0.65rem clamp(1rem, 5%, 5rem);
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

.easter-banner::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='1' fill='%23ffffff' fill-opacity='0.08'/%3E%3C/svg%3E");
    pointer-events: none;
}

.easter-banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    max-width: var(--max-width);
    margin: 0 auto;
    position: relative;
}

.easter-icon {
    font-size: 1.1rem;
    color: var(--secondary);
    text-shadow: 0 0 8px rgba(243, 156, 18, 0.5);
    animation: easter-glow 2s ease-in-out infinite alternate;
}

@keyframes easter-glow {
    from { text-shadow: 0 0 8px rgba(243, 156, 18, 0.3); }
    to   { text-shadow: 0 0 16px rgba(243, 156, 18, 0.7), 0 0 32px rgba(243, 156, 18, 0.3); }
}

.easter-text {
    color: var(--white);
    font-size: clamp(0.78rem, 1.5vw, 0.88rem);
    line-height: 1.5;
}

.easter-text strong {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.easter-sub {
    display: block;
    opacity: 0.8;
    font-size: clamp(0.68rem, 1.2vw, 0.78rem);
    font-style: italic;
    margin-top: 0.15rem;
}

/* ── EASTER CELEBRATION SECTION ── */
.easter-section {
    padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 8%, 8rem);
    background: linear-gradient(155deg, #071540 0%, #0c2461 30%, #1a3a8f 60%, #2980b9 100%);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.easter-section-bg {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at 20% 80%, rgba(243, 156, 18, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 20%, rgba(74, 105, 189, 0.15) 0%, transparent 50%),
        url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.015'%3E%3Cpath d='M20 18v-8h2v8h8v2h-8v8h-2v-8h-8v-2h8z'/%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.easter-section-inner {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.easter-cross {
    font-size: clamp(3rem, 8vw, 5rem);
    color: var(--secondary);
    text-shadow: 0 0 20px rgba(243, 156, 18, 0.4), 0 0 60px rgba(243, 156, 18, 0.15);
    margin-bottom: 1rem;
    animation: easter-glow 2.5s ease-in-out infinite alternate;
    line-height: 1;
}

.easter-section h2 {
    color: var(--white);
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.easter-message {
    color: rgba(255, 255, 255, 0.85);
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    line-height: 1.85;
    max-width: 650px;
    margin: 0 auto 2.5rem;
}

.easter-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
    margin-bottom: 2.5rem;
}

.easter-detail-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    padding: clamp(1.25rem, 2.5vw, 2rem);
    backdrop-filter: blur(8px);
    transition: var(--transition);
}

.easter-detail-card:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(243, 156, 18, 0.25);
}

.easter-detail-card i {
    font-size: 1.6rem;
    color: var(--secondary);
    margin-bottom: 0.75rem;
    display: block;
}

.easter-detail-card h4 {
    color: var(--white);
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    margin-bottom: 0.35rem;
    font-family: 'Playfair Display', serif;
}

.easter-detail-card p {
    color: var(--secondary);
    font-size: clamp(0.85rem, 1.4vw, 0.95rem);
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.easter-detail-card span {
    color: rgba(255, 255, 255, 0.6);
    font-size: clamp(0.78rem, 1.2vw, 0.85rem);
}

.easter-verse {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Playfair Display', serif;
    font-size: clamp(1rem, 2vw, 1.3rem);
    font-style: italic;
    line-height: 1.75;
    max-width: 600px;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    background: rgba(243, 156, 18, 0.06);
    border-left: 3px solid var(--secondary);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    text-align: left;
}

.easter-verse cite {
    display: block;
    margin-top: 0.75rem;
    font-size: 0.8rem;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: var(--secondary);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* ── CTA BANNER ── */
.cta-banner {
    padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.5rem, 8%, 8rem);
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 40%, var(--accent) 100%);
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.cta-banner::after {
    content: '✝';
    position: absolute;
    font-size: clamp(10rem, 20vw, 18rem);
    opacity: 0.03;
    color: var(--white);
    top: 50%; right: 5%;
    transform: translateY(-50%);
    pointer-events: none;
    line-height: 1;
}

.cta-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    max-width: var(--max-width);
    margin: 0 auto;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.cta-banner-text h2 {
    color: var(--white);
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    margin-bottom: 0.5rem;
}

.cta-banner-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(0.92rem, 1.5vw, 1.05rem);
    max-width: 500px;
    line-height: 1.7;
}

.cta-banner-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ── SCRIPTURE BANNER ── */
.scripture-banner {
    padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 8%, 10rem);
    background: linear-gradient(140deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-light) 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.scripture-banner::before {
    content: '\2721';
    position: absolute;
    font-size: clamp(12rem, 25vw, 22rem);
    opacity: 0.03;
    color: var(--white);
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    line-height: 1;
}

.scripture-quote-mark {
    font-family: 'Playfair Display', serif;
    font-size: clamp(4rem, 10vw, 7rem);
    color: var(--secondary);
    opacity: 0.35;
    line-height: 0.5;
    display: block;
    margin-bottom: 1rem;
}

.scripture-banner blockquote {
    color: var(--white);
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.1rem, 2.5vw, 1.8rem);
    line-height: 1.75;
    max-width: 720px;
    margin: 0 auto 1.5rem;
    font-style: italic;
    opacity: 0.95;
}

.scripture-banner cite {
    color: var(--secondary);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-style: normal;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.scripture-banner cite::before,
.scripture-banner cite::after {
    content: '—';
    opacity: 0.5;
}

/* ── Verse of the Day ── */
.votd-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--secondary);
    font-weight: 700;
    margin-bottom: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.votd-loading {
    min-height: 4rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.votd-spinner {
    width: 30px;
    height: 30px;
    border: 3px solid rgba(255, 255, 255, 0.15);
    border-top-color: var(--secondary);
    border-radius: 50%;
    animation: votd-spin 0.8s linear infinite;
    display: inline-block;
}

@keyframes votd-spin {
    to { transform: rotate(360deg); }
}

/* ── PAGE HEADER (inner pages) ── */
.page-header {
    padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 8%, 8rem);
    text-align: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.page-header.history-header {
    background:
        linear-gradient(155deg, rgba(7, 21, 64, 0.93) 0%, rgba(12, 36, 97, 0.82) 100%),
        url('https://images.unsplash.com/photo-1548625361-195fe5795df5?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
}

.page-header.services-header {
    background:
        linear-gradient(155deg, rgba(7, 21, 64, 0.93) 0%, rgba(12, 36, 97, 0.82) 100%),
        url('https://images.unsplash.com/photo-1516450360452-9312f5e86fc7?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
}

.page-header.contact-header {
    background:
        linear-gradient(155deg, rgba(7, 21, 64, 0.93) 0%, rgba(12, 36, 97, 0.82) 100%),
        url('https://images.unsplash.com/photo-1577563908411-5077b6dc7624?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
}

.breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    animation: fadeInDown 0.7s ease both;
    flex-wrap: wrap;
}

.breadcrumb a, .breadcrumb span {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
}

.breadcrumb a:hover { color: var(--white); }
.breadcrumb .sep { opacity: 0.35; }
.breadcrumb .current { color: var(--secondary-light); font-weight: 600; }

.page-header h1 {
    color: var(--white);
    font-size: clamp(2rem, 5vw, 3.8rem);
    margin-bottom: 1rem;
    animation: fadeInUp 0.8s 0.1s ease both;
    letter-spacing: -0.02em;
}

.page-header p {
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    opacity: 0.85;
    max-width: 540px;
    margin: 0 auto;
    animation: fadeInUp 0.8s 0.25s ease both;
    line-height: 1.8;
}

/* ── HISTORY PAGE ── */
.history-content {
    padding: clamp(3rem, 6vw, 6rem) clamp(1.5rem, 10%, 16%);
    line-height: 1.85;
}

.history-intro {
    font-size: clamp(1rem, 1.8vw, 1.12rem);
    color: var(--text-light);
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--border);
}

.mission-box {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: var(--white);
    padding: clamp(2rem, 4vw, 3.5rem);
    border-radius: var(--radius);
    margin: 3rem 0;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.mission-box::after {
    content: '✝';
    position: absolute;
    font-size: clamp(6rem, 15vw, 12rem);
    opacity: 0.045;
    color: var(--white);
    bottom: -2rem; right: 2rem;
    pointer-events: none;
    line-height: 1;
}

.mission-box h3 {
    color: var(--secondary-light);
    margin-bottom: 1rem;
    font-size: clamp(1.1rem, 2.5vw, 1.45rem);
}

.mission-box p { color: rgba(255, 255, 255, 0.9); font-size: clamp(0.92rem, 1.5vw, 1rem); }

/* History timeline */
.legacy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.legacy-card {
    padding: clamp(1.5rem, 3vw, 2.25rem);
    background: var(--light-bg);
    border-radius: var(--radius);
    border-left: 4px solid var(--secondary);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.legacy-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 4px;
    background: linear-gradient(to bottom, var(--secondary), var(--accent));
    border-radius: 2px 0 0 2px;
}

.legacy-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    background: var(--white);
}

.legacy-card h3 {
    margin-bottom: 1rem;
    font-size: clamp(1rem, 2vw, 1.18rem);
}

.legacy-card p {
    color: var(--text-light);
    margin-bottom: 1rem;
    font-size: clamp(0.88rem, 1.4vw, 0.97rem);
    line-height: 1.8;
}

/* ── SERVICES PAGE ── */
.schedule-grid {
    padding: clamp(3rem, 6vw, 6rem) clamp(1.5rem, 8%, 8rem);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: clamp(1.25rem, 3vw, 2rem);
}

.schedule-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: clamp(1.75rem, 3vw, 2.75rem);
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.schedule-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
}

.schedule-card:nth-child(1)::before { background: linear-gradient(90deg, #f39c12, #f7b731); }
.schedule-card:nth-child(2)::before { background: linear-gradient(90deg, #0c2461, #4a69bd); }
.schedule-card:nth-child(3)::before { background: linear-gradient(90deg, #27ae60, #1abc9c); }
.schedule-card:nth-child(4)::before { background: linear-gradient(90deg, #8e44ad, #9b59b6); }

.schedule-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: transparent;
}

.schedule-icon {
    width: 76px; height: 76px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: var(--transition);
}

.schedule-card:hover .schedule-icon { transform: scale(1.12) rotate(6deg); }

.schedule-card:nth-child(1) .schedule-icon { background: rgba(243, 156, 18, 0.12); }
.schedule-card:nth-child(2) .schedule-icon { background: rgba(12, 36, 97, 0.08); }
.schedule-card:nth-child(3) .schedule-icon { background: rgba(39, 174, 96, 0.1); }
.schedule-card:nth-child(4) .schedule-icon { background: rgba(142, 68, 173, 0.1); }

.schedule-icon i { font-size: 2rem; }

.schedule-card:nth-child(1) .schedule-icon i { color: #f39c12; }
.schedule-card:nth-child(2) .schedule-icon i { color: #0c2461; }
.schedule-card:nth-child(3) .schedule-icon i { color: #27ae60; }
.schedule-card:nth-child(4) .schedule-icon i { color: #8e44ad; }

.schedule-card h2 {
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    margin-bottom: 0.5rem;
}

.day {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text-muted);
    font-size: 0.72rem;
    display: block;
}

.time {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.4rem, 3vw, 1.75rem);
    font-weight: 700;
    margin: 0.75rem 0;
    display: block;
}

.schedule-card:nth-child(1) .time { color: #f39c12; }
.schedule-card:nth-child(2) .time { color: #0c2461; }
.schedule-card:nth-child(3) .time { color: #27ae60; }
.schedule-card:nth-child(4) .time { color: #8e44ad; }

.schedule-card p { color: var(--text-light); font-size: clamp(0.88rem, 1.4vw, 0.95rem); line-height: 1.7; }

/* Services CTA */
.services-cta {
    background: var(--light-bg);
    padding: clamp(3.5rem, 7vw, 6rem) clamp(1.5rem, 8%, 8rem);
    text-align: center;
}

/* ── CONTACT PAGE ── */
.contact-container {
    padding: clamp(3rem, 6vw, 6rem) clamp(1.5rem, 8%, 8rem);
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: start;
    max-width: var(--max-width);
    margin: 0 auto;
}

.contact-info h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    margin-bottom: 0.75rem;
}

.contact-intro {
    color: var(--text-light);
    margin-bottom: 2.5rem;
    line-height: 1.8;
    font-size: clamp(0.92rem, 1.4vw, 1rem);
}

.info-item {
    display: flex;
    gap: 1.1rem;
    margin-bottom: 1.25rem;
    padding: clamp(1rem, 2vw, 1.35rem);
    background: var(--light-bg);
    border-radius: var(--radius-sm);
    transition: var(--transition);
    border: 1px solid transparent;
    align-items: flex-start;
}

.info-item:hover {
    background: var(--white);
    border-color: var(--border);
    box-shadow: var(--shadow-sm);
    transform: translateX(4px);
}

.info-icon {
    width: 46px; height: 46px;
    min-width: 46px;
    background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(243, 156, 18, 0.3);
}

.info-icon i { color: var(--white); font-size: 1rem; }

.info-item h4 {
    margin-bottom: 0.2rem;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--primary);
}

.info-item p, .info-item a {
    color: var(--text-light);
    font-size: clamp(0.88rem, 1.4vw, 0.95rem);
    line-height: 1.65;
}

.info-item a:hover { color: var(--primary); }

.contact-form-box {
    background: var(--white);
    padding: clamp(1.75rem, 4vw, 3.25rem);
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border);
}

.contact-form-box h3 {
    margin-bottom: 0.4rem;
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
}

.form-subtitle {
    color: var(--text-light);
    margin-bottom: 2rem;
    font-size: clamp(0.88rem, 1.4vw, 0.95rem);
}

.form-group { margin-bottom: 1.35rem; }

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--text);
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: clamp(0.75rem, 2vw, 0.9rem) 1rem;
    border: 1.5px solid #dde3f0;
    border-radius: var(--radius-sm);
    font-family: inherit;
    font-size: clamp(0.88rem, 1.4vw, 0.95rem);
    color: var(--text);
    background: var(--light-bg);
    transition: var(--transition);
    -webkit-appearance: none;
    appearance: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--accent);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(74, 105, 189, 0.13);
    outline: none;
}

.form-group textarea { resize: vertical; min-height: 130px; }

.map-section {
    padding: 0 clamp(1.5rem, 8%, 8rem) clamp(3rem, 6vw, 5.5rem);
}

.map-section h3 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: clamp(1.4rem, 3vw, 1.8rem);
}

.map-box {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border);
    aspect-ratio: 16/5;
    min-height: 280px;
}

.map-box iframe { width: 100%; height: 100%; display: block; }

/* Form states */
.field-error { border-color: #e74c3c !important; background: #fff5f5 !important; }
.error-msg { display: block; color: #e74c3c; font-size: 0.8rem; margin-top: 0.35rem; }

.form-error-msg {
    color: #c0392b;
    background: #fdf0ef;
    padding: 0.75rem 1rem;
    border-radius: var(--radius-sm);
    margin-bottom: 1rem;
    font-size: 0.88rem;
    border-left: 3px solid #e74c3c;
}

.form-success { text-align: center; padding: 2.5rem 1rem; }
.form-success i { font-size: 3.5rem; color: var(--green); margin-bottom: 1.25rem; display: block; }
.form-success h3 { color: var(--green); margin-bottom: 0.5rem; font-size: 1.4rem; }
.form-success p { color: var(--text-light); }

/* ── FOOTER ── */
footer {
    background: linear-gradient(150deg, var(--primary-dark) 0%, var(--primary) 100%);
    color: var(--white);
    padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 8%, 8rem) clamp(1.5rem, 3vw, 2rem);
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--secondary), var(--accent), transparent);
}

.footer-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: clamp(2rem, 4vw, 3.5rem);
    padding-bottom: clamp(2rem, 4vw, 3rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: clamp(1.5rem, 3vw, 2rem);
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.footer-logo-icon {
    width: 38px; height: 38px;
    background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--white);
    flex-shrink: 0;
}

.footer-logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--white);
}

.footer-section h3 {
    color: var(--secondary-light);
    margin-bottom: 1.25rem;
    font-size: 1rem;
    font-family: 'Playfair Display', serif;
}

.footer-section p { opacity: 0.7; line-height: 1.9; font-size: 0.91rem; }

.footer-section ul { list-style: none; }
.footer-section ul li { margin-bottom: 0.65rem; }

.footer-section ul li a {
    opacity: 0.7;
    font-size: 0.91rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    transition: var(--transition);
}

.footer-section ul li a:hover { opacity: 1; color: var(--secondary-light); transform: translateX(4px); }
.footer-section ul li a::before { content: '›'; color: var(--secondary); font-size: 1.1rem; line-height: 1; }

.social-links { display: flex; gap: 0.75rem; margin-top: 1rem; flex-wrap: wrap; }

.social-link {
    width: 42px; height: 42px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: var(--transition);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}

.social-link:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    transform: translateY(-4px) scale(1.08);
    box-shadow: 0 8px 20px rgba(243, 156, 18, 0.4);
}

.copyright {
    text-align: center;
    opacity: 0.4;
    font-size: 0.8rem;
    padding-bottom: 0.5rem;
    max-width: var(--max-width);
    margin: 0 auto;
}

/* ── PASTOR'S WELCOME ── */
.pastor-welcome {
    padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 8%, 8rem);
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.pastor-welcome::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 40%;
    height: 100%;
    background: radial-gradient(ellipse at top right, rgba(243, 156, 18, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.pastor-welcome-inner {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: center;
    max-width: var(--max-width);
    margin: 0 auto;
}

.pastor-image-frame {
    position: relative;
    width: 260px;
    height: 320px;
    margin: 0 auto;
}

.pastor-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, var(--primary) 0%, var(--primary-light) 50%, var(--accent) 100%);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-shadow: var(--shadow-lg);
}

.pastor-image-placeholder i {
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.25);
}

.pastor-image-decor {
    position: absolute;
    inset: -8px;
    border: 2px solid var(--secondary);
    border-radius: calc(var(--radius) + 4px);
    opacity: 0.3;
    z-index: 0;
}

.pastor-image-decor::after {
    content: '';
    position: absolute;
    bottom: -12px;
    right: -12px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
    border-radius: 12px;
    opacity: 0.15;
    z-index: -1;
}

.pastor-text-col .label {
    display: inline-block;
    color: var(--secondary);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 0.75rem;
}

.pastor-text-col h2 {
    font-size: clamp(1.7rem, 3.5vw, 2.5rem);
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}

.pastor-text-col p {
    color: var(--text-light);
    line-height: 1.85;
    font-size: clamp(0.92rem, 1.5vw, 1rem);
    margin-bottom: 1rem;
}

.pastor-quote {
    margin-top: 1.5rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, rgba(12, 36, 97, 0.04) 0%, rgba(74, 105, 189, 0.06) 100%);
    border-left: 4px solid var(--secondary);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: var(--primary);
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    line-height: 1.75;
    position: relative;
}

.pastor-quote i {
    color: var(--secondary);
    opacity: 0.4;
    margin-right: 0.35rem;
    font-size: 0.85em;
}

.pastor-quote cite {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    color: var(--secondary-dark);
    letter-spacing: 0.03em;
}

/* ── QUICK SERVICES ── */
.quick-services {
    padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 8%, 8rem);
    background: linear-gradient(180deg, var(--light-bg) 0%, var(--white) 100%);
}

.quick-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: clamp(1rem, 2vw, 1.5rem);
    max-width: 900px;
    margin: 0 auto;
}

.quick-service-item {
    background: var(--white);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    overflow: hidden;
    transition: var(--transition);
    box-shadow: var(--shadow-xs);
}

.quick-service-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: transparent;
}

.qs-day {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: var(--white);
    padding: 0.75rem 1.25rem;
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.qs-details {
    padding: 1rem 1.25rem;
}

.qs-event {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0;
}

.qs-event:not(:last-child) {
    border-bottom: 1px solid var(--border);
}

.qs-event i {
    color: var(--secondary);
    width: 20px;
    text-align: center;
    font-size: 0.9rem;
}

.qs-event span {
    flex: 1;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text);
}

.qs-event time {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: var(--primary);
    font-size: 0.95rem;
}

/* ── COMMUNITY SECTION ── */
.community-section {
    padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 8%, 8rem);
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.community-section::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 50%;
    background: radial-gradient(ellipse at center bottom, rgba(12, 36, 97, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.community-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
    gap: clamp(1.25rem, 3vw, 2rem);
    max-width: var(--max-width);
    margin: 0 auto;
}

.community-card {
    padding: clamp(1.75rem, 3vw, 2.5rem);
    background: var(--light-bg);
    border-radius: var(--radius);
    border: 1px solid transparent;
    transition: var(--transition);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.community-card::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--secondary), var(--accent));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.community-card:hover::after { transform: scaleX(1); }

.community-card:hover {
    background: var(--white);
    border-color: var(--border);
    box-shadow: var(--shadow-md);
    transform: translateY(-6px);
}

.community-card-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.25rem;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    box-shadow: 0 4px 16px rgba(12, 36, 97, 0.2);
}

.community-card:hover .community-card-icon {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 6px 24px rgba(12, 36, 97, 0.3);
}

.community-card-icon i {
    font-size: 1.4rem;
    color: var(--white);
}

.community-card h3 {
    margin-bottom: 0.6rem;
    font-size: clamp(1rem, 2vw, 1.15rem);
}

.community-card p {
    color: var(--text-light);
    font-size: clamp(0.88rem, 1.3vw, 0.95rem);
    line-height: 1.75;
}

/* ── TIMELINE (About Page) ── */
.timeline {
    position: relative;
    padding: 2rem 0;
    margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    background: linear-gradient(to bottom, var(--secondary), var(--accent), var(--primary));
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 0 2.5rem 3rem;
}

.timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
    padding-right: 3.5rem;
    padding-left: 0;
}

.timeline-item:nth-child(even) {
    left: 50%;
    text-align: left;
    padding-left: 3.5rem;
    padding-right: 0;
}

.timeline-marker {
    position: absolute;
    top: 0.5rem;
    width: 16px;
    height: 16px;
    background: var(--secondary);
    border: 3px solid var(--white);
    border-radius: 50%;
    box-shadow: 0 0 0 3px var(--secondary), var(--shadow-sm);
    z-index: 1;
}

.timeline-item:nth-child(odd) .timeline-marker {
    right: -8px;
}

.timeline-item:nth-child(even) .timeline-marker {
    left: -8px;
}

.timeline-content {
    background: var(--white);
    padding: clamp(1.25rem, 2.5vw, 2rem);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    position: relative;
}

.timeline-content:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
    border-color: transparent;
}

.timeline-year {
    display: inline-block;
    background: linear-gradient(135deg, var(--secondary), var(--secondary-dark));
    color: var(--white);
    padding: 0.25rem 0.85rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.timeline-content h3 {
    font-size: clamp(1rem, 2vw, 1.18rem);
    margin-bottom: 0.6rem;
}

.timeline-content p {
    color: var(--text-light);
    font-size: clamp(0.88rem, 1.4vw, 0.95rem);
    line-height: 1.8;
    text-align: left;
}

/* ── SCROLL REVEAL ── */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-left {
    opacity: 0;
    transform: translateX(-35px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-right {
    opacity: 0;
    transform: translateX(35px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.revealed,
.reveal-left.revealed,
.reveal-right.revealed { opacity: 1; transform: none; }

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ── CURSOR & SPARKLE (pointer devices only) ── */
@media (pointer: fine) {
    body, a, button, [role="button"], input, textarea, label {
        cursor: none !important;
    }

    .cursor-dot {
        position: fixed;
        top: 0; left: 0;
        width: 10px; height: 10px;
        margin-top: -5px; margin-left: -5px;
        background: var(--secondary);
        border-radius: 50%;
        pointer-events: none;
        z-index: 10000;
        will-change: transform;
        box-shadow:
            0 0 8px rgba(243, 156, 18, 0.9),
            0 0 22px rgba(243, 156, 18, 0.5),
            0 0 44px rgba(243, 156, 18, 0.2);
        transition: width 0.15s ease, height 0.15s ease, margin 0.15s ease,
                    background 0.15s ease, box-shadow 0.15s ease;
    }

    .cursor-dot.hovering {
        width: 18px; height: 18px;
        margin-top: -9px; margin-left: -9px;
        background: var(--white);
        box-shadow:
            0 0 10px rgba(255, 255, 255, 0.9),
            0 0 24px rgba(243, 156, 18, 0.6),
            0 0 48px rgba(243, 156, 18, 0.25);
    }

    .cursor-ring {
        position: fixed;
        top: 0; left: 0;
        width: 38px; height: 38px;
        margin-top: -19px; margin-left: -19px;
        border: 1.5px solid rgba(243, 156, 18, 0.5);
        border-radius: 50%;
        pointer-events: none;
        z-index: 9999;
        will-change: transform;
        transition: width 0.2s ease, height 0.2s ease, margin 0.2s ease,
                    border-color 0.2s ease;
    }

    .cursor-ring.hovering {
        width: 52px; height: 52px;
        margin-top: -26px; margin-left: -26px;
        border-color: rgba(243, 156, 18, 0.28);
    }
}

.sparkle {
    position: fixed; top: 0; left: 0;
    pointer-events: none; z-index: 9998;
    user-select: none; line-height: 1;
    will-change: transform, opacity;
}

/* ── KEYFRAMES ── */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ─────────────────────────────────────────
   RESPONSIVE BREAKPOINTS
   ───────────────────────────────────────── */

/* ── Ultra-wide (1400px+) ── */
@media (min-width: 1400px) {
    nav { padding: 0 calc((100% - var(--max-width)) / 2 + 2rem); }
    footer { padding-left: calc((100% - var(--max-width)) / 2 + 2rem); padding-right: calc((100% - var(--max-width)) / 2 + 2rem); }
    .stats-section { padding-left: calc((100% - var(--max-width)) / 2 + 2rem); padding-right: calc((100% - var(--max-width)) / 2 + 2rem); }
}

/* ── Tablet Landscape (1100px) ── */
@media (max-width: 1100px) {
    .footer-content { grid-template-columns: 1fr 1fr; }
    .stats-section  { grid-template-columns: repeat(2, 1fr); }
    .contact-container { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
    .history-content { padding-left: clamp(1.5rem, 6%, 10%); padding-right: clamp(1.5rem, 6%, 10%); }
    .pastor-welcome-inner { grid-template-columns: 250px 1fr; gap: 2.5rem; }
}

/* ── Tablet Portrait (900px) ── */
@media (max-width: 900px) {
    .legacy-grid { grid-template-columns: 1fr; }
    .contact-container { grid-template-columns: 1fr; }
    .info-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
    .schedule-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); }
    .pastor-welcome-inner { grid-template-columns: 1fr; text-align: center; }
    .pastor-image-frame { width: 220px; height: 270px; }
    .pastor-text-col .divider { margin: 0.75rem auto; }
    .pastor-quote { text-align: left; }

    /* Timeline single-column */
    .timeline::before { left: 20px; }
    .timeline-item,
    .timeline-item:nth-child(odd),
    .timeline-item:nth-child(even) {
        width: 100%;
        left: 0;
        text-align: left;
        padding-left: 50px;
        padding-right: 0;
    }
    .timeline-marker,
    .timeline-item:nth-child(odd) .timeline-marker,
    .timeline-item:nth-child(even) .timeline-marker {
        left: 12px;
        right: auto;
    }
}

/* ── Mobile (768px) ── */
@media (max-width: 768px) {
    :root { --nav-height: 64px; }

    .mobile-menu-btn { display: flex; }

    .nav-links {
        position: fixed;
        top: var(--nav-height);
        left: 0; right: 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        gap: 0;
        box-shadow: 0 16px 48px rgba(12, 36, 97, 0.15);
        border-top: 1px solid var(--border);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        padding: 0;
    }

    .nav-links.active {
        max-height: 400px;
        padding: 0.5rem 0 1rem;
    }

    .nav-links li {
        border-bottom: 1px solid rgba(12, 36, 97, 0.05);
        opacity: 0;
        transform: translateX(-10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .nav-links.active li {
        opacity: 1;
        transform: none;
    }

    .nav-links.active li:nth-child(1) { transition-delay: 0.05s; }
    .nav-links.active li:nth-child(2) { transition-delay: 0.1s; }
    .nav-links.active li:nth-child(3) { transition-delay: 0.15s; }
    .nav-links.active li:nth-child(4) { transition-delay: 0.2s; }

    .nav-links li a {
        display: block;
        padding: 1rem 1.5rem;
        border-radius: 0;
        font-size: 1rem;
    }

    .nav-links li a::after { display: none; }

    .nav-links li:last-child a {
        margin: 0.75rem 1.5rem;
        border-radius: var(--radius-sm);
        padding: 0.75rem 1.5rem;
        text-align: center;
    }

    /* Disable parallax on mobile (Safari bug) */
    .hero { background-attachment: scroll !important; min-height: 100svh; }
    .page-header { background-attachment: scroll !important; }

    .cta-banner-inner { flex-direction: column; text-align: center; }
    .cta-banner-text p { margin: 0 auto; }
    .cta-banner-actions { justify-content: center; }

    .easter-banner-inner { flex-direction: column; gap: 0.35rem; }
    .easter-icon { display: none; }
    .easter-details { grid-template-columns: 1fr; }

    .hero-btns { flex-direction: column; align-items: stretch; }
    .hero-btns .btn { text-align: center; }

    .hero-scroll { display: none; }

    .stats-section { grid-template-columns: repeat(2, 1fr); }

    .footer-content { grid-template-columns: 1fr; gap: 2rem; }

    .map-box { aspect-ratio: 4/3; }
}

/* ── Small Mobile (480px) ── */
@media (max-width: 480px) {
    .stats-section { grid-template-columns: repeat(2, 1fr); gap: 1rem; }

    .stat-item { padding: 1rem; }

    .schedule-grid { grid-template-columns: 1fr; }

    .contact-form-box { padding: 1.5rem; }

    .info-grid { grid-template-columns: 1fr; }

    .mission-box { padding: 1.75rem; }

    .legacy-grid { gap: 1.25rem; }

    .hero h1 { letter-spacing: -0.01em; }

    .hero-badge { font-size: 0.68rem; padding: 0.4rem 0.9rem; }

    #backToTop { width: 44px; height: 44px; }
}

/* ── Extra Small (360px) ── */
@media (max-width: 360px) {
    .stats-section { grid-template-columns: 1fr 1fr; gap: 0.75rem; padding: 2rem 1rem; }
    .stat-number { font-size: 1.8rem; }
    .btn { padding: 0.75rem 1.25rem; font-size: 0.85rem; }
    nav { padding: 0 0.75rem; }
}

/* ── Print styles ── */
@media print {
    nav, footer, #backToTop, #scrollProgress, .hero-particles,
    .sparkle, .cursor-dot, .cursor-ring, .hero-scroll { display: none !important; }
    .hero { min-height: auto; padding: 2rem; }
    * { color: #000 !important; background: #fff !important; box-shadow: none !important; }
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
    html { scroll-behavior: auto; }
}
