*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Open Sans,sans-serif;background:#f9f5f0;color:#333;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-wrapper{max-width:1100px;margin:0 auto;padding:0 16px}.site-header{background:#fff;border-bottom:2px solid #e8ddd0;padding:16px 0}.header-inner{max-width:1100px;margin:0 auto;padding:0 16px;display:flex;align-items:center;gap:24px}.site-logo{height:125px;width:auto}.site-tagline{font-size:13px;color:#888;font-style:italic}.site-nav{background:#8b4513;padding:0}.nav-inner{max-width:1100px;margin:0 auto;padding:0 16px;display:flex;gap:4px;align-items:center}.nav-links{display:flex;gap:4px}.nav-links a{color:#fff;padding:12px 16px;font-size:14px;font-weight:600;display:block;transition:background .2s}.nav-links a:hover,.nav-links a.active{background:#6b3410}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:12px 4px;margin-right:auto}.hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .2s,opacity .2s}.hamburger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 768px){.hamburger{display:flex}.nav-links{display:none;flex-direction:column;gap:0;position:absolute;top:100%;left:0;right:0;background:#8b4513;z-index:100;box-shadow:0 4px 12px #0003}.nav-links--open{display:flex}.nav-links a{padding:14px 20px;border-top:1px solid #6b3410}.site-nav{position:relative}}.content-grid{display:grid;grid-template-columns:1fr 300px;gap:32px;padding:32px 0}@media (max-width: 768px){.content-grid{grid-template-columns:1fr}}.article-card{background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 1px 4px #00000014;margin-bottom:28px;transition:box-shadow .2s}.article-card:hover{box-shadow:0 4px 16px #0000001f}.article-card img{width:100%;height:240px;object-fit:cover}.card-body{padding:20px 24px 24px}.card-category{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#8b4513;margin-bottom:8px}.card-title{font-family:Playfair Display,serif;font-size:22px;font-weight:700;margin-bottom:10px;line-height:1.3}.card-title a:hover{color:#8b4513}.card-meta{font-size:12px;color:#999;margin-bottom:12px}.card-excerpt{font-size:14px;color:#555;margin-bottom:16px}.card-footer{display:flex;align-items:center;justify-content:space-between}.read-more{background:#8b4513;color:#fff!important;padding:8px 18px;border-radius:4px;font-size:13px;font-weight:600;transition:background .2s}.read-more:hover{background:#6b3410}.star-rating{display:flex;align-items:center;gap:6px}.stars{display:flex;gap:2px}.star{font-size:16px;color:#ddd}.star.full{color:#f5a623}.star.half{color:#f5a623;position:relative}.rating-count{font-size:12px;color:#999}.sidebar{display:flex;flex-direction:column;gap:24px}.sidebar-widget{background:#fff;border-radius:6px;box-shadow:0 1px 4px #00000014;padding:20px}.widget-title{font-family:Playfair Display,serif;font-size:17px;font-weight:700;border-bottom:2px solid #8B4513;padding-bottom:10px;margin-bottom:16px;color:#333}.recent-post{display:flex;gap:12px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #f0e8df}.recent-post:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.recent-post img{width:70px;height:55px;object-fit:cover;border-radius:4px;flex-shrink:0}.recent-post-info{flex:1}.recent-post-title{font-size:13px;font-weight:600;line-height:1.4;margin-bottom:4px}.recent-post-title a:hover{color:#8b4513}.recent-post-date{font-size:11px;color:#aaa}.category-list{list-style:none}.category-list li{padding:8px 0;border-bottom:1px solid #f0e8df;font-size:14px}.category-list li:last-child{border-bottom:none}.category-list a:hover{color:#8b4513}.category-count{float:right;background:#f0e8df;color:#8b4513;font-size:11px;font-weight:700;padding:2px 7px;border-radius:10px}.tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.tag{background:#f0e8df;color:#6b3410;padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600;transition:background .2s}.tag:hover{background:#8b4513;color:#fff}.article-full{background:#fff;border-radius:6px;box-shadow:0 1px 4px #00000014;overflow:hidden}.article-full-hero{width:100%;height:380px;object-fit:cover}.article-full-body{padding:32px 36px}.article-full-category{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#8b4513;margin-bottom:10px}.article-full-title{font-family:Playfair Display,serif;font-size:32px;font-weight:700;line-height:1.25;margin-bottom:12px}.article-full-meta{font-size:13px;color:#999;margin-bottom:20px;display:flex;align-items:center;gap:16px}.article-full-meta .star-rating{margin-top:2px}.article-content h2{font-family:Playfair Display,serif;font-size:22px;margin:28px 0 12px;color:#222}.article-content p{margin-bottom:16px;font-size:15px;color:#444;line-height:1.8}.back-link{display:inline-flex;align-items:center;gap:6px;color:#8b4513;font-size:14px;font-weight:600;margin-bottom:24px}.back-link:hover{text-decoration:underline}.site-footer{background:#3a2010;color:#c8b5a0;text-align:center;padding:24px 16px;font-size:13px;margin-top:48px}.site-footer a{color:#e8d5c0}
