
*, *::before, *::after { box-sizing: border-box; }
body { font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; margin: 0; background: #fff; color: #1b4332; line-height: 1.8; }
a { color: #1b4332; text-decoration: none; }
a:hover { color: #95d5b2; }

/* HEADER: centered-logo */
.site-header { background: #1b4332; padding: 0; }
.header-brand { text-align: center; padding: 24px 20px 16px; }
.site-logo { font-size: 2rem; font-weight: 700; color: white; letter-spacing: 2px; text-transform: uppercase; }
.site-logo span { color: #95d5b2; }
.site-tagline { font-size: 0.78rem; color: rgba(255,255,255,0.6); letter-spacing: 2px; text-transform: uppercase; margin-top: 4px; font-family: Arial, sans-serif; }
.header-nav { display: flex; justify-content: center; gap: 36px; padding: 12px 20px; border-top: 1px solid rgba(255,255,255,0.1); }
.header-nav a { color: rgba(255,255,255,0.8); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1.5px; font-family: Arial, sans-serif; }
.header-nav a:hover { color: #95d5b2; }

/* HOMEPAGE: hero-grid */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.hero-section { padding: 50px 0 40px; }
.hero-main { display: grid; grid-template-columns: 3fr 2fr; gap: 0; border: 1px solid #e0ece6; margin-bottom: 40px; }
.hero-image { background: linear-gradient(135deg, #1b4332 0%, #2d6a4f 100%); min-height: 320px; display: flex; align-items: flex-end; padding: 30px; }
.hero-image-text { color: white; }
.hero-image-text .category { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: #95d5b2; font-family: Arial, sans-serif; margin-bottom: 10px; }
.hero-image-text h2 { font-size: 1.8rem; font-weight: 700; line-height: 1.2; margin: 0 0 10px; }
.hero-image-text .meta { font-size: 0.78rem; color: rgba(255,255,255,0.7); font-family: Arial, sans-serif; }
.hero-sidebar { padding: 28px; background: #f8fdf9; }
.hero-sidebar h3 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: #95d5b2; font-family: Arial, sans-serif; margin: 0 0 20px; }
.hero-sidebar-item { padding: 14px 0; border-bottom: 1px solid #e0ece6; }
.hero-sidebar-item h4 { font-size: 1rem; font-weight: 700; margin: 0 0 6px; line-height: 1.3; }
.hero-sidebar-item .meta { font-size: 0.75rem; color: #888; font-family: Arial, sans-serif; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding: 30px 0; border-top: 2px solid #1b4332; }
.article-card { }
.article-card .category { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 1.5px; color: #95d5b2; font-family: Arial, sans-serif; margin-bottom: 8px; }
.article-card h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 8px; line-height: 1.3; }
.article-card .meta { font-size: 0.75rem; color: #aaa; font-family: Arial, sans-serif; margin-bottom: 8px; }
.article-card p { font-size: 0.9rem; color: #555; line-height: 1.6; }

/* ARTICLE: wide-magazine */
.article-wide { padding: 50px 0; }
.article-wide .article-header { max-width: 820px; margin: 0 auto 40px; text-align: center; }
.article-wide .category { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: #95d5b2; font-family: Arial, sans-serif; margin-bottom: 14px; }
.article-wide h1 { font-size: 2.4rem; font-weight: 700; line-height: 1.2; margin: 0 0 18px; }
.article-wide .byline { font-size: 0.82rem; color: #999; font-family: Arial, sans-serif; }
.article-wide .article-body { max-width: 720px; margin: 0 auto; }
.article-wide .article-body p { font-size: 1.08rem; line-height: 1.9; margin-bottom: 22px; }
.article-wide .article-body h2 { font-size: 1.3rem; margin: 34px 0 16px; }
.article-wide .article-divider { width: 60px; height: 3px; background: #95d5b2; margin: 30px auto; }
.author-bio { background: #f8fdf9; border-left: 4px solid #1b4332; padding: 20px; margin: 36px 0; font-family: Arial, sans-serif; font-size: 0.88rem; max-width: 720px; margin-left: auto; margin-right: auto; }
.author-bio strong { display: block; font-size: 0.95rem; margin-bottom: 6px; }
.related-section { max-width: 720px; margin: 0 auto; border-top: 1px solid #e0ece6; padding-top: 28px; margin-top: 36px; }
.related-section h3 { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 2px; color: #95d5b2; font-family: Arial, sans-serif; margin-bottom: 18px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-item h4 { font-size: 0.95rem; margin: 0 0 6px; }
.related-item .meta { font-size: 0.75rem; color: #bbb; font-family: Arial, sans-serif; }

.page-content { max-width: 720px; margin: 0 auto; padding: 50px 0; }
.page-content h1 { font-size: 2rem; margin-bottom: 24px; }
.page-content h2 { font-size: 1.2rem; margin: 28px 0 12px; }
.page-content p { font-size: 1rem; line-height: 1.85; margin-bottom: 18px; color: #444; }
.contact-box { background: #f8fdf9; border-left: 4px solid #95d5b2; padding: 20px 24px; margin: 24px 0; }

.site-footer { background: #1b4332; color: rgba(255,255,255,0.65); padding: 44px 0 20px; margin-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand .logo { font-size: 1.4rem; font-weight: 700; color: white; letter-spacing: 2px; text-transform: uppercase; }
.footer-brand .logo span { color: #95d5b2; }
.footer-brand p { font-size: 0.83rem; margin: 10px 0 0; line-height: 1.6; }
.footer-col h5 { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 1.5px; color: #95d5b2; margin: 0 0 14px; font-family: Arial, sans-serif; }
.footer-col a { display: block; font-size: 0.83rem; margin-bottom: 8px; color: rgba(255,255,255,0.6); }
.footer-col a:hover { color: white; }
.footer-bottom { padding-top: 18px; font-size: 0.78rem; display: flex; justify-content: space-between; font-family: Arial, sans-serif; }

.cookie-bar { position: fixed; bottom: 0; left: 0; right: 0; background: #1b4332; color: white; padding: 14px 30px; display: flex; align-items: center; justify-content: space-between; font-size: 0.83rem; font-family: Arial, sans-serif; z-index: 999; }
.cookie-bar button { background: #95d5b2; color: #1b4332; border: none; padding: 8px 18px; cursor: pointer; font-size: 0.82rem; font-weight: 700; }

@media (max-width: 768px) {
  .hero-main, .article-grid, .related-grid, .footer-grid { grid-template-columns: 1fr; }
  .article-wide h1 { font-size: 1.7rem; }
}
