/* --- Global Capuchin Franciscan Color Palette --- */
:root {
    --capuchin-dark: #3E2723;
    --capuchin-medium: #4E342E;
    --capuchin-surface: #2E1C18;
    --primary-gold: #C5A059;
    --primary-gold-hover: #B08D46;
    --cream-bg: #FDFBF7;
    --cream-surface: #F5EFEB;
    --text-dark: #2B2623;
    --text-muted: #6D635D;
    --border-color: #E6DED8;
    --font-heading: 'Cinzel', Georgia, serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-body); color: var(--text-dark); background-color: var(--cream-bg); line-height: 1.65; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 1.5rem; }

/* --- Top Utility Bar --- */
.top-bar { background-color: #3E2723; color: #E0D7D0; font-size: 0.85rem; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 0.6rem 0; }
.top-bar-content { display: flex; justify-content: space-between; align-items: center; }

/* --- Navigation Header --- */
.navbar { background-color: #ffffff; box-shadow: 0 2px 15px rgba(62, 39, 35, 0.08); position: sticky; top: 0; z-index: 1000; }
.nav-container { display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 1.5rem; }
.brand { text-decoration: none; display: flex; flex-direction: column; }
.brand-title { font-family: var(--font-heading); font-weight: 700; font-size: 1.35rem; color: #3E2723; letter-spacing: 1px; }
.brand-sub { font-size: 0.75rem; letter-spacing: 2px; color: #C5A059; font-weight: 600; }

.nav-links { display: flex; align-items: center; gap: 1.8rem; }
.nav-links a { text-decoration: none; color: #2B2623; font-weight: 500; font-size: 0.95rem; transition: color 0.2s ease; }
.nav-links a:hover { color: #C5A059; }
.nav-btn { background-color: #3E2723; color: #ffffff !important; padding: 0.55rem 1.2rem; border-radius: 4px; }
.nav-btn:hover { background-color: #C5A059 !important; }

/* --- Hero Section --- */
.athos-hero { min-height: 85vh; background-size: cover; background-position: center; display: flex; align-items: center; text-align: center; color: #ffffff; position: relative; }
.hero-inner { max-width: 800px; margin: 0 auto; padding: 4rem 1rem; }
.sub-badge { font-size: 0.85rem; letter-spacing: 3px; font-weight: 700; color: #C5A059; display: block; margin-bottom: 1rem; }
.hero-title { font-family: var(--font-heading); font-size: 3rem; margin-bottom: 1.2rem; line-height: 1.2; text-shadow: 0 2px 10px rgba(0,0,0,0.7); }
.hero-desc { font-size: 1.15rem; color: #f2ece6; margin-bottom: 2rem; max-width: 650px; margin-left: auto; margin-right: auto; text-shadow: 0 1px 4px rgba(0,0,0,0.6); }
.hero-cta-group { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }

/* --- Buttons --- */
.btn { padding: 0.85rem 1.8rem; font-size: 0.95rem; font-weight: 600; text-decoration: none; border-radius: 4px; transition: all 0.3s ease; display: inline-block; }
.btn-gold { background-color: #C5A059; color: #ffffff; border: 1px solid #C5A059; }
.btn-gold:hover { background-color: #B08D46; }
.btn-outline { border: 1px solid #ffffff; color: #ffffff; }
.btn-outline:hover { background-color: #ffffff; color: #3E2723; }
.btn-dark { background-color: #3E2723; color: #ffffff; margin-top: 1.5rem; }
.btn-dark:hover { background-color: #C5A059; }

/* --- Floating Highlight Cards --- */
.floating-cards-section { margin-top: -60px; position: relative; z-index: 10; padding-bottom: 3rem; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.card { background-color: #ffffff; padding: 2.2rem; border-radius: 6px; box-shadow: 0 10px 30px rgba(62, 39, 35, 0.08); border: 1px solid var(--border-color); border-top: 4px solid transparent; transition: transform 0.2s; }
.card:hover { transform: translateY(-4px); }
.highlight-card h3 { font-family: var(--font-heading); margin: 0.8rem 0; font-size: 1.25rem; color: #3E2723; }
.highlight-card p { font-size: 0.95rem; color: #6D635D; margin-bottom: 1.2rem; }
.card-icon { font-size: 2rem; }
.card-link { font-weight: 600; font-size: 0.9rem; text-decoration: none; color: #C5A059; }
.active-card { border-top-color: #C5A059; }

/* --- Sections --- */
.section { padding: 5rem 0; }
.welcome-section { background-color: #FDFBF7; }
.grid-2 { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 3rem; align-items: center; }
.section-tag { font-size: 0.8rem; letter-spacing: 2px; font-weight: 700; color: #C5A059; display: block; margin-bottom: 0.5rem; }
.welcome-text h2 { font-family: var(--font-heading); font-size: 2.2rem; line-height: 1.3; margin-bottom: 1.2rem; color: #3E2723; }
.lead-p { font-size: 1.1rem; color: #4E342E; margin-bottom: 1rem; }

/* --- Liturgical Quote Block --- */
.quote-box { background-color: #2E1C18; color: #ffffff; padding: 3rem 2.5rem; border-left: 4px solid #C5A059; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.quote-content p { font-family: var(--font-heading); font-size: 1.3rem; line-height: 1.5; font-style: italic; margin-bottom: 1rem; color: #FAF7F2; }
.quote-content cite { color: #C5A059; font-size: 0.95rem; font-style: normal; font-weight: 600; }

/* --- Schedule Banner & Footer --- */
.schedule-strip { background-color: #3E2723; color: #ffffff; text-align: center; }
.section-tag-light { font-size: 0.8rem; letter-spacing: 2px; font-weight: 700; color: #C5A059; display: block; margin-bottom: 0.5rem; }
.light-title { font-family: var(--font-heading); font-size: 2.2rem; margin-bottom: 0.8rem; color: #ffffff; }
.light-desc { font-size: 1.15rem; color: #E8DFD8; margin-bottom: 2rem; }

.site-footer { text-align: center; padding: 2rem 1rem; background-color: #2E1C18; color: #BFB3AA; font-size: 0.9rem; }

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
    .grid-2 { grid-template-columns: 1fr; }
    .hero-title { font-size: 2rem; }
    .nav-links { display: none; }
    .top-bar-content { flex-direction: column; text-align: center; gap: 0.3rem; }
}

/* --- Festivities Side-by-Side Proportions --- */
.event-row {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.poster-col {
    flex: 0 0 340px;
    max-width: 340px;
}

.poster-img {
    width: 100%;
    max-height: 440px;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(62, 39, 35, 0.12);
    display: block;
    background-color: #f0ebe6;
}

.details-col {
    flex: 1;
}

@media (max-width: 820px) {
    .event-row {
        flex-direction: column;
        align-items: stretch;
    }
    .poster-col {
        flex: 1 1 auto;
        max-width: 100%;
    }
    .poster-img {
        max-height: 500px;
        margin: 0 auto;
    }
}