@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Inter:wght@400;500;600&display=swap";
:root{--primary:#5d4037;--primary-light:#8d6e63;--accent:#e67e22;--background:#fffaf0;--foreground:#2c3e50;--text-muted:#7f8c8d;--card-bg:#fff;--border-radius:12px;--transition:all .3s ease;--shadow:0 4px 6px #0000000d, 0 1px 3px #0000001a;--shadow-hover:0 10px 15px #0000001a, 0 4px 6px #0000000d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--primary);margin-bottom:1rem;font-family:Playfair Display,serif;font-weight:700}a{color:inherit;transition:var(--transition);text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{z-index:100;background:#fff;padding:1rem 0;position:sticky;top:0;box-shadow:0 2px 10px #0000000d}.nav{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--primary);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.nav-links{gap:2rem;display:flex}.nav-link{color:var(--text-muted);font-weight:500}.nav-link:hover{color:var(--accent)}.hero{text-align:center;padding:4rem 0}.hero h1{margin-bottom:1rem;font-size:3.5rem}.hero p{color:var(--text-muted);max-width:700px;margin:0 auto;font-size:1.25rem}.posts-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:2rem 0;display:grid}.post-card{background:var(--card-bg);border-radius:var(--border-radius);box-shadow:var(--shadow);transition:var(--transition);flex-direction:column;display:flex;overflow:hidden}.post-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.post-image{aspect-ratio:16/9;object-fit:cover;width:100%}.post-content{flex:1;padding:1.5rem}.post-meta{color:var(--text-muted);margin-bottom:.5rem;font-size:.875rem}.post-title{margin-bottom:1rem;font-size:1.25rem;line-height:1.3}.post-card .category{color:#e67e22;background:#fdf2f2;border-radius:20px;margin-bottom:.5rem;padding:2px 10px;font-size:.75rem;font-weight:600;display:inline-block}.filters-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.search-input{width:300px;transition:var(--transition);border:1px solid #ddd;border-radius:30px;padding:.75rem 1.5rem;font-size:.95rem}.search-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #e67e221a}.category-filter{gap:.5rem;display:flex}.filter-btn{cursor:pointer;transition:var(--transition);background:#fff;border:1px solid #ddd;border-radius:20px;padding:.5rem 1rem;font-size:.875rem}.filter-btn.active,.filter-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.article-header{text-align:center;max-width:800px;margin:4rem auto 2rem}.article-header h1{margin-bottom:1.5rem;font-size:3rem}.article-image{border-radius:var(--border-radius);object-fit:cover;width:100%;max-height:600px;margin-bottom:3rem}.article-content{color:#34495e;max-width:800px;margin:0 auto;font-size:1.125rem}.article-content p{margin-bottom:1.5rem}.article-content h2{border-bottom:2px solid #f9f5f0;margin-top:2.5rem;padding-bottom:.5rem;font-size:1.8rem}.article-content ul,.article-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.article-content li{margin-bottom:.5rem}.accent-line{background:var(--accent);border-radius:2px;width:60px;height:4px}.article-content img{border-radius:8px;max-width:100%;height:auto;margin:2rem 0}.article-content>:first-child:is(.wp-block-image,figure,img),.article-content>p:first-child:empty+:is(.wp-block-image,figure,img){display:none!important}.contact-form{border-radius:var(--border-radius);max-width:600px;box-shadow:var(--shadow);background:#fff;margin:0 auto;padding:3rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--primary);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.form-control{width:100%;transition:var(--transition);border:1px solid #ddd;border-radius:8px;padding:.8rem 1rem;font-family:inherit;font-size:1rem}.form-control:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #e67e221a}.submit-btn{background:var(--accent);color:#fff;cursor:pointer;width:100%;transition:var(--transition);border:none;border-radius:8px;padding:1rem;font-size:1rem;font-weight:600}.submit-btn:hover{background:#d35400;transform:translateY(-2px);box-shadow:0 4px 12px #d3540033}.hamburger{cursor:pointer;z-index:200;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.bar{background-color:var(--primary);width:25px;height:2px;transition:var(--transition);border-radius:2px}.bar.active:first-child{transform:translateY(7px)rotate(45deg)}.bar.active:nth-child(2){opacity:0}.bar.active:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:768px){.hero h1{font-size:2.5rem}.hamburger{display:flex}.nav-links{z-index:150;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:70%;height:100vh;transition:all .4s ease-in-out;position:fixed;top:0;right:-100%;box-shadow:-10px 0 30px #0000001a}.nav-links.open{right:0}.nav-link{color:var(--primary);font-size:1.5rem}}
