*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Outfit',sans-serif;background:#fffcf5;color:#3a3020;line-height:1.7;font-size:16px}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
h1,h2,h3,h4{font-family:'Crimson Pro',serif;color:#3a3020;line-height:1.3}
.container{max-width:960px;margin:0 auto;padding:0 24px}

/* Header */
.site-header{background:#fefaf1;border-bottom:1px solid #ede6d8;padding:18px 0}
.header-inner{display:flex;flex-direction:column;align-items:center}
.site-brand{display:flex;align-items:center;gap:12px;text-decoration:none}
.site-logo img{max-width:100%;height:auto}
.site-title,.site-tagline{display:none}
.nav-menu{display:flex;gap:20px;margin-top:14px;flex-wrap:wrap;justify-content:center}
.nav-menu a{font-size:14px;color:#3a3020;font-weight:500;transition:color .2s}
.nav-menu a:hover{color:#b45309}

/* Mobile menu */
.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}
.menu-toggle span{display:block;width:24px;height:2px;background:#3a3020;margin:5px 0;transition:all .3s}
.menu-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.menu-toggle.open span:nth-child(2){opacity:0}
.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
@media(max-width:768px){
  .menu-toggle{display:block;position:absolute;right:24px;top:26px}
  .nav-menu{display:none;flex-direction:column;width:100%;gap:0;background:#fffcf5;padding:12px 0}
  .nav-menu.open{display:flex}
  .nav-menu a{padding:10px 0;border-bottom:1px solid #ede6d8}
  .site-header{position:relative}
}

/* Hero */
.hero{padding:52px 0 36px;text-align:center;border-bottom:1px solid #ede6d8}
.hero h1{font-family:'Crimson Pro',serif;font-size:clamp(32px,5vw,48px);font-weight:700;color:#3a3020;margin-bottom:10px}
.hero p{font-size:17px;color:#8a7e6a;margin-bottom:24px}
.hero p em{font-style:italic}
.hero-pills{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.pill{display:inline-block;padding:8px 18px;border:1px solid #b45309;border-radius:20px;font-size:13px;color:#b45309;font-weight:500;transition:all .2s}
.pill:hover{background:#b45309;color:#fff}

/* Cards grid */
.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:48px 0}
@media(max-width:768px){.posts-grid{grid-template-columns:1fr}}
@media(min-width:769px) and (max-width:960px){.posts-grid{grid-template-columns:repeat(2,1fr)}}
.card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px rgba(58,48,32,0.06);transition:transform .2s,box-shadow .2s}
.card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(58,48,32,0.1)}
.card-image{background:#f5f0e8;aspect-ratio:16/10;overflow:hidden}
.card-image img{width:100%;height:100%;object-fit:cover}
.card-body{padding:20px}
.card-category{font-size:12px;color:#b45309;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:8px}
.card-body h3{font-size:19px;margin-bottom:8px;font-weight:600}
.card-body h3 a{color:#3a3020;transition:color .2s}
.card-body h3 a:hover{color:#b45309}
.card-date{font-size:13px;color:#8a7e6a}

/* Article */
.article-header{text-align:center;padding:48px 0 32px;max-width:680px;margin:0 auto}
.article-header .cat-label{font-size:12px;color:#b45309;font-weight:500;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:12px}
.article-header h1{font-size:clamp(26px,4vw,38px);font-weight:700;margin-bottom:12px}
.article-header .meta{font-size:14px;color:#8a7e6a}
.article-image{max-width:680px;margin:0 auto 32px;border-radius:10px;overflow:hidden;background:#f5f0e8}
.article-image img{width:100%;display:block}
.article-content{max-width:680px;margin:0 auto;padding-bottom:48px}
.article-content p{margin-bottom:18px}
.article-content h2{font-size:24px;margin:36px 0 16px;font-weight:600}
.article-content h3{font-size:20px;margin:28px 0 12px;font-weight:600}
.article-content a{color:#b45309;text-decoration:underline;text-decoration-color:rgba(180,83,9,0.3);text-underline-offset:3px}
.article-content a:hover{text-decoration-color:#b45309}

/* Related posts */
.related-section{border-top:1px solid #ede6d8;padding:48px 0;max-width:680px;margin:0 auto}
.related-section h2{font-size:22px;margin-bottom:24px;text-align:center}
.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
@media(max-width:600px){.related-grid{grid-template-columns:1fr}}

/* Category page */
.category-header{text-align:center;padding:48px 0 12px}
.category-header h1{font-size:clamp(26px,4vw,36px);font-weight:700;margin-bottom:8px}
.category-header p{font-size:16px;color:#8a7e6a}

/* Static pages */
.page-header{text-align:center;padding:48px 0 24px}
.page-header h1{font-size:clamp(26px,4vw,36px);font-weight:700}
.page-content{max-width:680px;margin:0 auto;padding-bottom:48px}
.page-content p{margin-bottom:18px}
.page-content h2{font-size:22px;margin:32px 0 14px;font-weight:600}
.page-content ul,.page-content ol{margin-bottom:18px;padding-left:24px}
.page-content li{margin-bottom:6px}

/* Footer */
.site-footer{background:#fefaf1;padding:48px 0 24px;margin-top:48px}
.footer-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap}
.footer-brand img{width:70%;height:auto;margin-bottom:8px}
.footer-links{display:flex;gap:60px}
.footer-links div{display:flex;flex-direction:column;gap:8px}
.footer-links h4{font-size:14px;font-weight:600;margin-bottom:4px;color:#3a3020}
.footer-links a{font-size:14px;color:#8a7e6a;transition:color .2s}
.footer-links a:hover{color:#b45309}
.footer-copy{text-align:center;font-size:12px;color:#8a7e6a;margin-top:36px;padding-top:20px;border-top:1px solid #ede6d8}
@media(max-width:600px){.footer-inner{flex-direction:column;align-items:center;text-align:center}.footer-links{gap:40px}}
