@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800;900&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --bg-main: #FFFFFF;
    --bg-alt: #F4F3F0; /* Soft warm light tone */
    
    --text-main: #4A4A4A; /* Soft medium charcoal instead of black */
    --text-muted: #6B6B6B;
    --text-light: #FFFFFF;
    
    --primary: #AD0A0B; /* Logo-aligned brand red */
    --hover-primary: #8F0708;
    --secondary: #670000; /* Deep burgundy for weight and contrast */
    --header-bg: #EDECEA;
    
    --border: #E8E5E1;
    
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Inter', sans-serif;
    
    --radius-btn: 4px; /* Grand, sharper geometry */
    --radius-card: 0px; /* Sharp corners for authoritative editorial feel */
    
    --transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    --shadow-card: 0 15px 35px -5px rgba(11, 17, 32, 0.08); /* Deep, heavy structural shadow */
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-family: var(--font-body); background-color: var(--bg-main); color: var(--text-main); }
body { line-height: 1.6; -webkit-font-smoothing: antialiased; }

/* Grand Typography */
h1, h2, h3, h4, .font-heading { font-family: var(--font-heading); font-weight: 800; line-height: 1.1; color: var(--text-main); text-transform: uppercase; }
.text-primary { color: var(--primary); }
.text-light { color: var(--text-light); }
.mt-4 { margin-top: 32px; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1440px; margin: 0 auto; padding: 0 40px; }

/* Navbar */
.navbar { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; padding: 24px 0; background: var(--header-bg); border-bottom: none; transition: var(--transition); }
.navbar.scrolled { padding: 12px 0; background: rgba(237, 236, 234, 0.97); box-shadow: 0 4px 20px rgba(0,0,0,0.06); }
.nav-container { display: flex; justify-content: space-between; align-items: center; max-width: 1440px; margin: 0 auto; padding: 0 40px; }
.brand-logo { height: 90px; width: auto; object-fit: contain; transition: height 0.3s ease; }
.navbar.scrolled .brand-logo { height: 65px; }
.nav-links { display: flex; gap: 48px; list-style: none; }
.nav-links a { font-family: var(--font-heading); font-weight: 600; font-size: 1.05rem; color: var(--text-main); letter-spacing: 0.5px; transition: var(--transition); }
.nav-links a:hover { color: var(--primary); }
.cta-button { padding: 10px 22px; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.04em; min-height: 46px; text-transform: none; box-shadow: none; }
.navbar.scrolled .cta-button { padding: 9px 18px; min-height: 42px; }

/* Solid Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 16px 36px; border-radius: var(--radius-btn); font-family: var(--font-heading); font-weight: 800; font-size: 0.95rem; letter-spacing: 1.5px; transition: var(--transition); cursor: pointer; text-transform: uppercase; }
.btn-primary { background: var(--primary); color: white; border: 2px solid var(--primary); }
.btn-primary:hover { background: var(--hover-primary); border-color: var(--hover-primary); transform: translateY(-2px); box-shadow: 0 8px 18px rgba(103, 0, 0, 0.18); }
.cta-button.btn-primary { background: rgba(173, 10, 11, 0.06); color: var(--primary); border-color: rgba(173, 10, 11, 0.22); }
.cta-button.btn-primary:hover { background: var(--primary); color: white; border-color: var(--primary); transform: translateY(-1px); box-shadow: 0 8px 16px rgba(103, 0, 0, 0.12); }
.btn-outline-light { background: transparent; color: white; border: 2px solid white; }
.btn-outline-light:hover { background: white; color: var(--text-main); transform: translateY(-2px); }
.btn-outline-dark { background: transparent; color: var(--text-main); border: 2px solid var(--text-main); }
.btn-outline-dark:hover { background: var(--text-main); color: white; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.15); }
.btn-large { padding: 20px 48px; font-size: 1rem; }

/* Cinematic Hero */
.fullscreen-hero { margin-top: 108px; position: relative; min-height: clamp(440px, calc(61svh - 108px), 560px); height: auto; padding: clamp(48px, 5.5vw, 78px) 0; display: flex; align-items: center; background-color: #171311; background-image: url('assets/hero2.jpg'); background-repeat: no-repeat; background-size: auto 108%; background-position: right -58px center; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; }
.home-hero-overlay { background: linear-gradient(90deg, rgba(12, 10, 10, 0.78) 0%, rgba(12, 10, 10, 0.64) 22%, rgba(12, 10, 10, 0.34) 46%, rgba(12, 10, 10, 0.08) 68%, transparent 84%); }
.hero-content { position: relative; z-index: 2; width: 100%; max-width: 1440px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; gap: 28px; padding-left: 32px; padding-right: 40px; }
.hero-copy { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; max-width: 590px; padding: 0; }
.hero-kicker { display: block; font-family: var(--font-heading); font-weight: 700; font-size: 0.82rem; color: rgba(255,255,255,0.82); letter-spacing: 0.24em; margin-bottom: 0; text-transform: uppercase; }
.hero-title { font-size: clamp(2.6rem, 4.1vw, 4rem); color: #FFFFFF; margin-bottom: 0; letter-spacing: -0.04em; line-height: 1.02; max-width: 11ch; text-transform: none; text-shadow: 0 16px 48px rgba(0,0,0,0.38); }
.hero-subtitle { font-size: clamp(1rem, 1.3vw, 1.12rem); color: rgba(255,255,255,0.92); margin-bottom: 0; max-width: 31rem; font-weight: 500; line-height: 1.6; border-left: none; padding-left: 0; background: transparent; text-shadow: 0 6px 22px rgba(0,0,0,0.34); opacity: 1; }
.hero-actions { display: flex; gap: 16px; justify-content: flex-start; flex-wrap: wrap; }
.hero-actions .btn { min-width: 198px; padding: 15px 28px; }

/* Stats Banner */
.stats-banner { position: relative; overflow: hidden; background: linear-gradient(180deg, #690304 0%, #8D0809 100%); padding: 40px 0 38px; color: white; }
.stats-banner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, transparent 22%, transparent 100%); pointer-events: none; }
.stats-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: center; }
.stat-item { padding: 6px 24px; border: none; }
.stat-number { font-size: clamp(2.6rem, 3vw, 3.2rem); color: white; letter-spacing: -1px; margin-bottom: 8px; line-height: 1; }
.stat-label { font-family: var(--font-heading); font-size: 0.82rem; letter-spacing: 0.16em; color: rgba(255,255,255,0.74); }

/* Common Sections */
.section-wrapper { padding: 100px 0; }
.bg-alt { background-color: var(--bg-alt); }
.section-header { margin-bottom: 60px; }
.section-title { font-size: 2.5rem; letter-spacing: -0.5px; margin-bottom: 20px; }
.header-divider { width: 60px; height: 5px; background: var(--primary); margin-bottom: 24px; }
.section-desc { font-size: 1.15rem; color: var(--text-muted); max-width: 700px; }

/* News Cards Cinematic */
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 32px; }
.news-card { background: white; border: 1px solid var(--border); transition: var(--transition); display: flex; flex-direction: column; overflow: hidden; border-radius: 4px; }
.news-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-card); border-color: var(--primary); }
.card-visual { position: relative; height: 240px; width: 100%; border-bottom: 3px solid var(--primary); overflow: hidden; background-color: var(--header-bg); }
.card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.5), transparent); z-index: 1; }
.card-category { position: absolute; bottom: 16px; left: 24px; z-index: 2; font-family: var(--font-heading); color: white; background: var(--primary); padding: 6px 12px; font-weight: 800; font-size: 0.8rem; letter-spacing: 1px; }
.card-date { position: absolute; top: 16px; right: 16px; z-index: 2; background: white; padding: 10px 14px; text-align: center; border-bottom: 3px solid var(--primary); box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.card-date span { display: block; font-family: var(--font-heading); font-size: 0.7rem; color: var(--text-muted); font-weight: 800; }
.card-date strong { display: block; font-size: 1.25rem; line-height: 1; color: var(--text-main); }
.card-body { padding: 40px 32px; flex-grow: 1; display: flex; flex-direction: column; }
.location-badge { font-family: var(--font-heading); font-size: 0.85rem; font-weight: 800; color: var(--text-muted); letter-spacing: 1px; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.card-title { font-size: 1.6rem; letter-spacing: -0.5px; margin-bottom: 20px; }
.news-card:hover .card-title { color: var(--primary); }
.card-desc { color: var(--text-muted); font-size: 1.1rem; flex-grow: 1; margin-bottom: 32px; }
.card-link { font-family: var(--font-heading); font-weight: 800; color: var(--primary); font-size: 0.95rem; letter-spacing: 1.5px; display: flex; align-items: center; gap: 8px; transition: var(--transition); border-bottom: 2px solid transparent; width: max-content; }
.card-link:hover { border-bottom-color: var(--primary); padding-bottom: 4px; }

/* Schedule Grid */
.schedule-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.schedule-card { display: flex; background: white; border: 1px solid var(--border); box-shadow: var(--shadow-card); border-radius: 4px; overflow: hidden; }
.schedule-date { background: var(--header-bg); color: var(--text-main); padding: 32px; display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 180px; text-align: center; border-bottom: 3px solid var(--primary); border-right: 1px solid var(--border); }
.schedule-date strong { font-family: var(--font-heading); font-size: 1.2rem; letter-spacing: 1px; }
.schedule-date span { font-size: 0.95rem; color: var(--primary); font-weight: 700; margin-top: 6px; }
.schedule-info { padding: 32px; }
.schedule-title { font-size: 1.5rem; margin-bottom: 12px; }
.schedule-desc { color: var(--text-muted); font-size: 1.05rem; }

/* About Imposing Area */
.about-hero { margin-top: 0; background-color: var(--header-bg); background-image: url('assets/hero3.jpg'); background-attachment: fixed; }
.border-primary { background: var(--primary); }
.about-overlay { background: linear-gradient(to right, rgba(237, 236, 234, 0.1) 0%, rgba(237, 236, 234, 0.6) 100%); }
.about-content { display: flex; justify-content: flex-start; width: 100%; text-align: left; }
.about-text { max-width: 750px; color: #FFFFFF; font-size: 1.15rem; text-shadow: 0 4px 30px rgba(0,0,0,0.6), 0 2px 10px rgba(0,0,0,0.4); opacity: 0.95; }
.about-text p { margin-bottom: 32px; line-height: 1.8; }

/* Thick Footer */
.footer { background: var(--bg-main); padding: 120px 0 60px; border-top: 10px solid var(--primary); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 80px; margin-bottom: 80px; }
.footer-logo { max-height: 100px; margin-bottom: 32px; }
.footer-brand p { font-size: 1.2rem; color: var(--text-main); font-weight: 500; max-width: 500px; }
.footer-links h4 { font-size: 1.2rem; letter-spacing: 2px; margin-bottom: 32px; }
.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 20px; }
.footer-links a { font-family: var(--font-heading); font-weight: 600; color: var(--text-muted); letter-spacing: 1px; transition: var(--transition); }
.footer-links a:hover { color: var(--primary); padding-left: 8px; }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 40px; font-family: var(--font-heading); font-weight: 600; font-size: 0.9rem; color: var(--text-muted); letter-spacing: 1px; }

/* Animations */
.fade-up { opacity: 0; transform: translateY(40px); transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.fade-up.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1024px) {
    .container { padding: 0 24px; }
    .cta-button { padding: 9px 16px; font-size: 0.82rem; }
    .fullscreen-hero { min-height: clamp(400px, calc(54svh - 108px), 500px); padding: 54px 0; background-size: auto 100%; background-position: right -48px center; }
    .hero-content { padding-left: 20px; padding-right: 24px; }
    .hero-title { font-size: clamp(2.4rem, 5.8vw, 3.5rem); max-width: 10ch; }
    .hero-actions .btn { min-width: 0; }
    .stats-grid { grid-template-columns: 1fr; gap: 18px; }
    .stats-banner { padding: 34px 0 32px; }
    .stat-item { padding: 10px 0; }
    .schedule-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .fullscreen-hero { min-height: auto; padding: 68px 0 56px; background-size: cover; background-position: 64% center; }
    .hero-content { max-width: 100%; gap: 22px; padding-left: 24px; padding-right: 24px; }
    .hero-copy { max-width: 100%; }
    .hero-kicker { font-size: 0.72rem; letter-spacing: 0.18em; }
    .hero-title { font-size: clamp(2.35rem, 10.5vw, 3.4rem); max-width: 9ch; }
    .hero-subtitle { font-size: 1rem; max-width: 32ch; }
    .hero-actions { width: 100%; }
    .hero-actions .btn { width: 100%; }
}
