@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Source+Sans+3:wght@300;400;600&family=Oswald:wght@500;700&display=swap');

:root {
  --red: #DC1E32;
  --dark: #0A0A1E;
  --light-bg: #F5F4F0;
  --border: #e0ddd6;
  --text: #1a1a1a;
  --muted: #6b6b6b;
  --white: #ffffff;
}
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: 'Source Sans 3', sans-serif; background: var(--light-bg); color: var(--text); }

/* TOP BAR */
.topbar { background: var(--dark); color: #aaa; font-size: 12px; padding: 6px 0; border-bottom: 2px solid var(--red); }
.topbar .inner { max-width: 1200px; margin: auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
.topbar a { color: #aaa; text-decoration: none; margin-left: 16px; }
.topbar a:hover { color: var(--white); }

/* HEADER */
header { background: var(--white); border-bottom: 1px solid var(--border); }
.header-inner { max-width: 1200px; margin: auto; padding: 20px; display: flex; align-items: center; justify-content: space-between; }
.logo-text { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 900; color: var(--dark); letter-spacing: -1px; line-height: 1; }
.logo-text span { color: var(--red); }
.logo-tagline { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.logo-bar { width: 4px; height: 50px; background: var(--red); margin-right: 14px; }
.logo-wrap { display: flex; align-items: center; text-decoration: none; }

/* NAV */
nav { background: var(--dark); position: sticky; top: 0; z-index: 100; }
nav .nav-inner { max-width: 1200px; margin: auto; display: flex; align-items: center; flex-wrap: wrap; }
nav a { color: #ddd; text-decoration: none; padding: 14px 16px; font-family: 'Oswald', sans-serif; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; display: block; transition: all 0.2s; }
nav a:hover { background: var(--red); color: var(--white); }
nav a.active { background: var(--red); color: var(--white); }
.nav-live { background: var(--red); color: var(--white) !important; font-weight: 700; pointer-events: none; }

/* TICKER */
.ticker-wrap { background: var(--red); padding: 10px 0; overflow: hidden; }
.ticker-inner { display: flex; align-items: center; }
.ticker-label { background: var(--dark); color: var(--white); font-family: 'Oswald', sans-serif; letter-spacing: 2px; font-size: 12px; padding: 4px 16px; white-space: nowrap; margin-right: 20px; }
.ticker-content { color: var(--white); font-size: 14px; white-space: nowrap; animation: ticker 45s linear infinite; }
@keyframes ticker { from { transform: translateX(100vw); } to { transform: translateX(-100%); } }

/* HERO */
.hero { position: relative; height: 560px; overflow: hidden; }
.hero img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5); }
.hero-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 50px 60px; max-width: 800px; }
.hero-category { background: var(--red); color: var(--white); font-family: 'Oswald', sans-serif; font-size: 12px; letter-spacing: 2px; padding: 5px 12px; display: inline-block; margin-bottom: 16px; text-transform: uppercase; }
.hero-title { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 900; color: var(--white); line-height: 1.1; margin-bottom: 14px; text-shadow: 0 2px 20px rgba(0,0,0,0.5); }
.hero-meta { color: #ccc; font-size: 14px; }
.hero-meta span { margin-right: 16px; }

/* MAIN LAYOUT */
.main { max-width: 1200px; margin: 40px auto; padding: 0 20px; display: grid; grid-template-columns: 1fr 300px; gap: 40px; }
.section-title { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: var(--dark); margin-bottom: 24px; padding-bottom: 10px; border-bottom: 3px solid var(--dark); }

/* NEWS CARDS */
.news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 40px; }
.news-card { background: var(--white); border: 1px solid var(--border); overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; text-decoration: none; color: inherit; display: block; }
.news-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.1); }
.news-card img { width: 100%; height: 200px; object-fit: cover; display: block; }
.card-body { padding: 18px; }
.card-cat { font-family: 'Oswald', sans-serif; font-size: 11px; letter-spacing: 2px; color: var(--red); text-transform: uppercase; margin-bottom: 8px; }
.card-title { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: var(--dark); margin-bottom: 10px; line-height: 1.3; }
.card-excerpt { font-size: 14px; color: var(--muted); line-height: 1.6; margin-bottom: 12px; }
.card-meta { font-size: 12px; color: #999; display: flex; justify-content: space-between; }

/* WIDE STORY */
.wide-story { background: var(--white); border: 1px solid var(--border); overflow: hidden; margin-bottom: 30px; display: grid; grid-template-columns: 1fr 1fr; text-decoration: none; color: inherit; transition: box-shadow 0.2s; }
.wide-story:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.wide-story img { width: 100%; height: 260px; object-fit: cover; display: block; }
.wide-story-body { padding: 30px; display: flex; flex-direction: column; justify-content: center; }
.wide-story-title { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 900; color: var(--dark); margin-bottom: 14px; line-height: 1.2; }

/* FEATURED LIST */
.featured-list .list-item { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--border); text-decoration: none; color: inherit; }
.featured-list .list-item:hover .list-item-title { color: var(--red); }
.featured-list .list-item img { width: 90px; height: 70px; object-fit: cover; flex-shrink: 0; }
.list-item-title { font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 700; color: var(--dark); line-height: 1.4; margin-bottom: 6px; transition: color 0.2s; }
.list-item-meta { font-size: 12px; color: #999; }

/* SIDEBAR */
.sidebar-widget { background: var(--white); border: 1px solid var(--border); padding: 24px; margin-bottom: 28px; }
.widget-title { font-family: 'Oswald', sans-serif; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; color: var(--dark); border-bottom: 2px solid var(--red); padding-bottom: 10px; margin-bottom: 16px; }
.trending-item { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); text-decoration: none; color: inherit; }
.trending-item:hover .trending-title { color: var(--red); }
.trending-num { font-family: 'Oswald', sans-serif; font-size: 28px; color: #e5e5e5; font-weight: 700; line-height: 1; min-width: 30px; }
.trending-title { font-size: 14px; font-weight: 600; color: var(--dark); line-height: 1.4; transition: color 0.2s; }
.trending-cat { font-size: 11px; color: var(--red); margin-top: 3px; text-transform: uppercase; letter-spacing: 1px; }
.cat-link { display: flex; justify-content: space-between; color: var(--dark); text-decoration: none; padding: 9px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.cat-link:hover { color: var(--red); }
.cat-link span { color: var(--red); font-weight: 600; }

/* NEWSLETTER */
.newsletter { background: var(--dark); padding: 50px 20px; text-align: center; margin: 40px 0; }
.newsletter h2 { font-family: 'Playfair Display', serif; font-size: 32px; color: var(--white); margin-bottom: 10px; }
.newsletter p { color: #aaa; margin-bottom: 24px; }
.newsletter-form { display: flex; gap: 0; max-width: 480px; margin: auto; }
.newsletter-form input { flex: 1; padding: 14px 18px; border: none; font-size: 15px; outline: none; }
.newsletter-form button { background: var(--red); color: var(--white); border: none; padding: 14px 24px; font-family: 'Oswald', sans-serif; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; font-size: 14px; }

/* PAGE HERO */
.page-hero { position: relative; height: 320px; overflow: hidden; }
.page-hero img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.4); }
.page-hero-content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: var(--white); }
.page-hero-content h1 { font-family: 'Playfair Display', serif; font-size: 50px; font-weight: 900; }
.page-hero-content p { font-size: 17px; color: #ccc; margin-top: 10px; }

/* CONTENT WIDE */
.content-wide { max-width: 1200px; margin: 40px auto; padding: 0 20px; }
.cat-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

/* BREADCRUMB */
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 28px; }
.breadcrumb a { color: var(--red); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb a::after { content: " › "; color: var(--muted); }

/* ABOUT */
.about-hero { background: var(--dark); padding: 80px 20px; text-align: center; }
.about-hero h1 { font-family: 'Playfair Display', serif; font-size: 50px; color: var(--white); margin-bottom: 14px; }
.about-hero h1 span { color: var(--red); }
.about-hero p { color: #aaa; font-size: 18px; max-width: 600px; margin: auto; }
.about-content { max-width: 900px; margin: 60px auto; padding: 0 20px; }
.about-content h2 { font-family: 'Playfair Display', serif; font-size: 30px; margin-bottom: 14px; color: var(--dark); margin-top: 36px; }
.about-content p { font-size: 16px; line-height: 1.8; color: var(--muted); margin-bottom: 20px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 30px; }
.team-card { text-align: center; background: var(--white); padding: 30px 20px; border: 1px solid var(--border); }
.team-card img { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; margin-bottom: 14px; border: 3px solid var(--red); }
.team-card h4 { font-family: 'Playfair Display', serif; font-size: 18px; margin-bottom: 4px; }
.team-card p { font-size: 12px; color: var(--red); text-transform: uppercase; letter-spacing: 1px; }

/* CONTACT */
.contact-section { max-width: 1100px; margin: 60px auto; padding: 0 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.contact-info h2 { font-family: 'Playfair Display', serif; font-size: 34px; margin-bottom: 18px; }
.contact-info p { color: var(--muted); line-height: 1.8; margin-bottom: 28px; }
.contact-detail { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.contact-icon { width: 40px; height: 40px; background: var(--red); display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 18px; flex-shrink: 0; }
.contact-text strong { display: block; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); margin-bottom: 3px; }
.contact-form-box { background: var(--white); padding: 40px; border: 1px solid var(--border); }
.contact-form-box h3 { font-family: 'Playfair Display', serif; font-size: 24px; margin-bottom: 24px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 7px; color: var(--dark); }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 11px 15px; border: 1px solid var(--border); font-size: 15px; font-family: 'Source Sans 3', sans-serif; outline: none; transition: border 0.2s; background: var(--white); }
.form-group input:focus, .form-group textarea:focus { border-color: var(--red); }
.form-group textarea { height: 130px; resize: vertical; }
.btn-submit { background: var(--red); color: var(--white); border: none; padding: 13px 30px; font-family: 'Oswald', sans-serif; font-size: 15px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: background 0.2s; }
.btn-submit:hover { background: #b01525; }
.hours-box { margin-top: 28px; padding: 20px; background: var(--white); border: 1px solid var(--border); }
.hours-label { font-family: 'Oswald', sans-serif; letter-spacing: 1px; font-size: 12px; text-transform: uppercase; color: var(--red); margin-bottom: 10px; }
.hours-box p { font-size: 14px; line-height: 2.1; color: var(--muted); }

/* FOOTER */
footer { background: var(--dark); color: #aaa; margin-top: 60px; }
.footer-top { max-width: 1200px; margin: auto; padding: 50px 20px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 30px; color: var(--white); margin-bottom: 12px; }
.footer-logo span { color: var(--red); }
.footer-about { font-size: 14px; line-height: 1.7; margin-bottom: 16px; }
.footer-contact-info { font-size: 13px; line-height: 2.2; }
.footer-contact-info a { color: #aaa; text-decoration: none; }
.footer-h { font-family: 'Oswald', sans-serif; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--white); margin-bottom: 14px; border-bottom: 1px solid #333; padding-bottom: 8px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { color: #aaa; text-decoration: none; font-size: 14px; transition: color 0.2s; }
.footer-links a:hover { color: var(--red); }
.footer-bottom { border-top: 1px solid #222; padding: 20px; text-align: center; font-size: 13px; color: #555; }

/* PRIVACY / TERMS */
.legal-content { max-width: 860px; margin: 60px auto; padding: 0 20px; }
.legal-content h1 { font-family: 'Playfair Display', serif; font-size: 38px; color: var(--dark); margin-bottom: 10px; }
.legal-content .updated { font-size: 13px; color: var(--muted); margin-bottom: 36px; border-bottom: 1px solid var(--border); padding-bottom: 16px; }
.legal-content h2 { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--dark); margin: 30px 0 12px; }
.legal-content p { font-size: 15px; line-height: 1.8; color: var(--muted); margin-bottom: 16px; }
.legal-content ul { padding-left: 22px; margin-bottom: 16px; }
.legal-content ul li { font-size: 15px; line-height: 1.8; color: var(--muted); margin-bottom: 6px; }

@media (max-width: 900px) {
  .main { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr; }
  .cat-grid-3 { grid-template-columns: 1fr 1fr; }
  .wide-story { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .hero-title { font-size: 30px; }
  .hero-content { padding: 30px; }
  .contact-section { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .cat-grid-3 { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-title { font-size: 24px; }
  .page-hero-content h1 { font-size: 34px; }
}
