
/* Reset */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-font-smoothing:antialiased;scroll-behavior:smooth}
body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;background:#0a0a0a;color:#d4d0c8;line-height:1.7;font-size:17px}
a{color:#c89b3c;text-decoration:none;transition:color .2s}
a:hover{color:#e0b84f}
img{max-width:100%;height:auto;display:block}
ul,ol{padding-left:1.5em}

/* Layout */
.container{max-width:960px;margin:0 auto;padding:0 24px}
.grid{display:grid;gap:28px}
.grid-2{grid-template-columns:1fr 1fr}
.grid-3{grid-template-columns:1fr 1fr 1fr}

/* Header */
.site-header{border-bottom:1px solid #1f1f1f;padding:20px 0}
.header-inner{display:flex;flex-direction:column;align-items:center;gap:16px}
.site-brand{display:flex;align-items:center;justify-content:center}
.site-logo{height:156px;overflow:hidden}.site-logo img{height:100%;width:auto}
.site-title{display:none}
.site-tagline{display:none}
.nav-menu{display:flex;gap:22px;flex-wrap:wrap;justify-content:center}
.nav-menu a{font-size:13px;color:#999;font-weight:500;text-transform:uppercase;letter-spacing:0.04em}
.nav-menu a:hover,.nav-menu a.active{color:#c89b3c}

/* Hero */
.hero{padding:80px 0 60px;text-align:center;border-bottom:1px solid #1f1f1f}
.hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(36px,5vw,56px);font-weight:700;color:#f0ece2;letter-spacing:-0.02em;margin-bottom:14px;line-height:1.1}
.hero p{font-size:18px;color:#888;max-width:560px;margin:0 auto}

/* Cards */
.card{background:#111;border-radius:14px;overflow:hidden;transition:transform .2s,box-shadow .2s}
.card:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,.4)}
.card-image{position:relative;overflow:hidden}
.card-image img{width:100%;height:auto;display:block}
.card-body{padding:22px}
.card-category{font-size:11px;text-transform:uppercase;letter-spacing:0.08em;color:#c89b3c;font-weight:600;margin-bottom:8px;display:inline-block}
.card-title{font-family:Georgia,'Times New Roman',serif;font-size:20px;font-weight:700;color:#f0ece2;line-height:1.25;margin-bottom:10px}
.card-title a{color:inherit}
.card-title a:hover{color:#c89b3c}
.card-excerpt{font-size:14px;color:#888;line-height:1.6;margin-bottom:14px}
.card-meta{font-size:12px;color:#555}
.card-featured .card-image{}
.card-featured .card-title{font-size:28px}

/* Article */
.article{padding:60px 0 80px}
.article-header{margin-bottom:40px;text-align:center}
.article-header h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(28px,4vw,42px);font-weight:700;color:#f0ece2;letter-spacing:-0.02em;line-height:1.15;margin-bottom:14px}
.article-meta{font-size:13px;color:#666;margin-bottom:20px}
.article-image{border-radius:14px;margin-bottom:40px;overflow:hidden}
.article-image img{width:100%;height:auto;display:block}
.article-content{max-width:680px;margin:0 auto}
.article-content p{margin-bottom:18px;color:#c8c4bc}
.article-content h2{font-family:Georgia,'Times New Roman',serif;font-size:24px;font-weight:700;color:#f0ece2;margin:36px 0 14px;letter-spacing:-0.01em}
.article-content a{color:#c89b3c;text-decoration:underline;text-decoration-color:rgba(200,155,60,.3);text-underline-offset:3px}
.article-content a:hover{text-decoration-color:#c89b3c}
.article-content ul,.article-content ol{margin-bottom:18px;color:#c8c4bc}
.article-content li{margin-bottom:6px}

/* Sidebar-style recent posts in articles */
.related-posts{margin-top:60px;padding-top:40px;border-top:1px solid #1f1f1f}
.related-posts h3{font-family:Georgia,'Times New Roman',serif;font-size:20px;color:#f0ece2;margin-bottom:20px}

/* Category page */
.category-header{padding:60px 0 40px;text-align:center;border-bottom:1px solid #1f1f1f}
.category-header h1{font-family:Georgia,'Times New Roman',serif;font-size:36px;color:#f0ece2;margin-bottom:8px}
.category-header p{color:#888;font-size:15px}
.category-posts{padding:40px 0 80px}

/* Page */
.page{padding:60px 0 80px}
.page h1{font-family:Georgia,'Times New Roman',serif;font-size:36px;color:#f0ece2;margin-bottom:28px;letter-spacing:-0.02em}
.page-content{max-width:680px}
.page-content p{margin-bottom:16px;color:#c8c4bc}
.page-content h2{font-family:Georgia,'Times New Roman',serif;font-size:22px;color:#f0ece2;margin:30px 0 12px}
.page-content a{color:#c89b3c}
.page-content strong{color:#e8e4dc}
.page-content em{color:#999}

/* Section */
.section{padding:60px 0}
.section-title{font-family:Georgia,'Times New Roman',serif;font-size:16px;text-transform:uppercase;letter-spacing:0.1em;color:#c89b3c;margin-bottom:28px;padding-bottom:12px;border-bottom:1px solid #1f1f1f}

/* Footer */
.site-footer{border-top:1px solid #1f1f1f;padding:40px 0 30px;margin-top:40px}
.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:28px}
.footer-brand .site-title{font-size:18px}
.footer-links{display:flex;gap:40px}
.footer-links div h4{font-size:11px;text-transform:uppercase;letter-spacing:0.08em;color:#666;margin-bottom:10px}
.footer-links div a{display:block;font-size:13px;color:#888;margin-bottom:6px}
.footer-links div a:hover{color:#c89b3c}
.footer-copy{text-align:center;margin-top:32px;font-size:12px;color:#444;padding-top:20px;border-top:1px solid #1a1a1a}

/* Responsive */
@media(max-width:768px){
  .grid-2,.grid-3{grid-template-columns:1fr}
  .card-featured .card-image{}
  .card-featured .card-title{font-size:22px}
  .nav-menu{gap:14px}
  .header-inner{flex-direction:column;align-items:flex-start}
  .footer-inner{flex-direction:column}
  .article-image{}
}
