@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#1a1a1a;background:#ffffff}:root{--primary:#2d5a27;--primary-light:#4a7c59;--primary-dark:#1a3419;--accent:#d4a574;--accent-light:#e8c49a;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e5e5e5;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--gray-700:#404040;--gray-800:#262626;--gray-900:#171717;--white:#ffffff;--black:#000000}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600;line-height:1.2;color:var(--gray-900)}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6,p{font-size:1rem}p{color:var(--gray-700)}a{color:var(--primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-light)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container{padding:0 2rem}}.header{background:var(--white);border-bottom:1px solid var(--gray-200);position:fixed;top:0;left:0;right:0;z-index:50;backdrop-filter:blur(10px);background:rgba(255,255,255,.95)}.header-content{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none}.nav{display:none;gap:2rem}@media (min-width:768px){.nav{display:flex}}.nav-link{font-weight:500;color:var(--gray-700);transition:color .2s ease;padding:.5rem 0}.nav-link.active,.nav-link:hover{color:var(--primary)}.nav-link.featured{background:var(--primary);color:var(--white);padding:.5rem 1rem;border-radius:.5rem}.nav-link.featured:hover{background:var(--primary-light);color:var(--white)}.search{display:none;position:relative}@media (min-width:768px){.search{display:block}}.search-input{width:16rem;padding:.5rem 1rem .5rem 2.5rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:.875rem;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(45,90,39,.1)}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:var(--gray-400)}.mobile-menu-btn{display:block;background:none;border:none;padding:.5rem;color:var(--gray-700);cursor:pointer}@media (min-width:768px){.mobile-menu-btn{display:none}}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid var(--gray-200);padding:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.mobile-nav{display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link{padding:.75rem;color:var(--gray-700);transition:all .2s ease;border-radius:.5rem}.mobile-nav-link.active,.mobile-nav-link:hover{background:var(--gray-100);color:var(--primary)}.mobile-search{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-200)}.mobile-search-input{width:100%;padding:.75rem;border:1px solid var(--gray-300);border-radius:.5rem}.hero{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:var(--white);padding:8rem 0 4rem;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="80" cy="40" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.04)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.5}.hero-content{position:relative;z-index:1}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.25rem;color:rgba(255,255,255,.9);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer;border:none;font-family:inherit}.btn-primary{background:var(--accent);color:var(--gray-900)}.btn-primary:hover{background:var(--accent-light);transform:translateY(-1px);color:var(--gray-900)}.btn-secondary{background:rgba(255,255,255,.1);color:var(--white);border:1px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:rgba(255,255,255,.2);color:var(--white)}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:2rem;margin-top:3rem}.stat{text-align:center}.stat-number{font-size:2rem;font-weight:700;color:var(--accent);display:block}.stat-label{font-size:.875rem;color:rgba(255,255,255,.8);text-transform:uppercase;letter-spacing:.05em}.section{padding:4rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-title{margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:var(--gray-600);max-width:600px;margin:0 auto}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.card{background:var(--white);border-radius:1rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .3s ease;text-decoration:none;color:inherit}.card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15);color:inherit}.card-image{width:100%;height:200px;object-fit:cover;background:var(--gray-100)}.card-content{padding:1.5rem}.card-category{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--primary);margin-bottom:.5rem}.card-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--gray-900)}.card-description{font-size:.875rem;color:var(--gray-600);margin-bottom:1rem;line-height:1.5}.card-meta{gap:1rem;font-size:.75rem;color:var(--gray-500)}.card-meta,.card-meta-item{display:flex;align-items:center}.card-meta-item{gap:.25rem}.category-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:1rem;padding:2rem 1.5rem;text-align:center;transition:all .3s ease;text-decoration:none;color:inherit}.category-card:hover{background:var(--white);border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1);color:inherit}.category-icon{font-size:2.5rem;margin-bottom:1rem}.category-name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--gray-900)}.category-count{font-size:.875rem;color:var(--gray-600)}.form{display:flex;gap:1rem;max-width:400px;margin:0 auto}.input{flex:1;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:1rem;transition:border-color .2s ease}.input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(45,90,39,.1)}.newsletter{background:var(--gray-50);text-align:center;padding:4rem 0}.newsletter-title{margin-bottom:1rem}.newsletter-subtitle{color:var(--gray-600);margin-bottom:2rem}.footer{background:var(--gray-900);color:var(--gray-300);padding:3rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-brand,.footer-logo{margin-bottom:1rem}.footer-logo{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;color:var(--white)}.footer-description{color:var(--gray-400);line-height:1.6}.footer-section-title{color:var(--white);font-weight:600;margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-link{color:var(--gray-400);transition:color .2s ease}.footer-link:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--gray-800);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{color:var(--gray-500);font-size:.875rem}.footer-legal{display:flex;gap:1rem}.footer-legal-link{color:var(--gray-500);font-size:.875rem;transition:color .2s ease}.footer-legal-link:hover{color:var(--accent)}.filter-bar{background:var(--gray-50);padding:1.5rem 0;border-bottom:1px solid var(--gray-200)}.filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:end}.filter-select{padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;background:var(--white);font-size:1rem;transition:border-color .2s ease}.filter-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(45,90,39,.1)}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem}.spinner{width:2rem;height:2rem;border-top:2px solid var(--gray-200);border:2px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.loading-text{margin-top:1rem;color:var(--gray-600)}@media (max-width:640px){.hero{padding:6rem 0 3rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:280px;justify-content:center}.form{flex-direction:column;max-width:100%}.card-grid{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.hidden{display:none}.block{display:block}.flex{display:flex}.grid{display:grid}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.w-full{width:100%}.h-full{height:100%}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-0{top:0}.left-0{left:0}.right-0{right:0}.bottom-0{bottom:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.shadow{box-shadow:0 1px 3px rgba(0,0,0,.1)}.shadow-md{box-shadow:0 4px 6px rgba(0,0,0,.1)}.shadow-lg{box-shadow:0 10px 15px rgba(0,0,0,.1)}.shadow-xl{box-shadow:0 20px 25px rgba(0,0,0,.1)}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.transition{transition:all .2s ease}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:shadow-lg:hover{box-shadow:0 10px 15px rgba(0,0,0,.1)}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_e8ce0c{font-family:Inter,Inter Fallback;font-style:normal}