:root{--color-primary:#2d5016;--color-primary-dark:#1b330d;--color-primary-light:#4a7c2e;--color-sage:#8da36e;--color-lime:#c5d97a;--color-bg:#e8f0e0;--color-bg-alt:#d4e4c4;--color-bg-dark:#2d5016;--color-card:#f0f5e8;--color-text:#1b330d;--color-text-light:#3d5a2a;--color-border:#a8c488;--color-accent:#c9a227;--font-heading:"Georgia", serif;--font-body:system-ui, -apple-system, sans-serif;--max-width:1100px}.card-grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:800px;margin:0 auto;display:grid}.card-grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.card-grid-5{flex-wrap:nowrap;gap:.75rem;display:flex}.card-grid-5 .card{flex:1 1 0;min-width:0}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-text);background:#2d5016;line-height:1.7}main{background:linear-gradient(#1b330d 0%,#2d5016 20%,#3a6020 40%,#2d5016 60%,#3a6020 80%,#1b330d 100%);padding-bottom:0}h1,h2,h3{font-family:var(--font-heading);color:#c5d97a}a{color:var(--color-lime);text-decoration:none;transition:color .2s}a:hover{color:#fff;text-decoration:underline}.site-header{color:#c5d97a;z-index:100;background:#1b330d;border-bottom:3px solid #4a7c2e;padding:0;position:sticky;top:0;box-shadow:0 2px 10px #0000004d}.site-header .header-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;height:80px;margin:0 auto;padding:0 1.5rem;display:flex}.site-header .logo-container{align-items:center;gap:1rem;display:flex}.site-header .logo-img{object-fit:contain;width:auto;height:60px}.site-header .logo-text{font-family:var(--font-heading);color:#c5d97a;letter-spacing:.5px;font-size:1.5rem;font-weight:700}.site-header nav{gap:1.5rem;display:flex}.site-header nav a{color:#a8c488;border-bottom:2px solid #0000;padding:.3rem 0;font-size:.95rem;font-weight:500;transition:all .2s}.site-header nav a:hover,.site-header nav a.active{color:#c5d97a;border-bottom-color:#c5d97a}.hero{text-align:center;color:#fff;padding:6rem 1.5rem;position:relative}.hero h1{color:#fff;text-shadow:0 2px 10px #00000080;margin-bottom:.5rem;font-size:4rem}.hero .tagline{color:var(--color-lime);margin-bottom:1rem;font-size:1.5rem;font-style:italic}.hero p{opacity:.9;max-width:700px;margin:0 auto;font-size:1.2rem}.section{max-width:var(--max-width);margin:0 auto;padding:5rem 1.5rem}.section-alt{background:#3a6020;max-width:100%;padding:5rem 0}.section-alt .container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section h2{text-align:center;color:#c5d97a;margin-bottom:1.5rem;font-size:2.2rem}.section-intro{text-align:center;color:#a8c488;max-width:600px;margin:0 auto 3rem;font-size:1.1rem}.card-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.card{background:#f0f5e8;border:1px solid #a8c488;border-radius:16px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000026}.card:hover{border-color:#c5d97a;transform:translateY(-5px);box-shadow:0 12px 24px #00000040}.card img{object-fit:cover;width:100%;height:220px}.card-body{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.card-body h3{color:#1b330d;margin-bottom:.75rem;font-size:1.4rem}.card-body p{color:#3d5a2a;flex-grow:1;margin-bottom:1rem;font-size:1rem}.card-body .price{color:#2d5016;font-size:1.2rem;font-weight:700}.tradition-section{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-top:2rem;display:grid}.tradition-img{border-radius:24px;width:100%;box-shadow:0 10px 30px #0003}.tradition-text{padding:1rem}.tradition-text h2{text-align:left;margin-bottom:1rem}.tradition-text p{color:#a8c488;font-size:1.1rem}.history-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:3rem;display:grid}.history-item{text-align:center}.history-item img{aspect-ratio:3/4;object-fit:cover;border-radius:20px;width:100%;margin-bottom:1rem;transition:transform .3s;box-shadow:0 10px 30px #0003}.history-item img:hover{transform:scale(1.03)}.history-item p{color:#a8c488;font-size:1rem}.history-item strong{color:#c5d97a;font-size:1.1rem}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;max-width:900px;margin:0 auto;display:grid}.contact-item{text-align:center;background:#f0f5e8;border:1px solid #a8c488;border-radius:16px;padding:2rem;transition:all .3s}.contact-item:hover{background:#e8f0d8;border-color:#c5d97a}.contact-item .icon{margin-bottom:1rem;font-size:2.5rem;display:block}.contact-item h3{color:#1b330d;margin-bottom:.5rem;font-size:1.3rem}.contact-item p{color:#3d5a2a;margin-bottom:.5rem}.contact-item a{color:#2d5016;font-size:1.1rem;font-weight:700}.site-footer{color:#a8c488;text-align:center;background:#1b330d;border-top:3px solid #4a7c2e;padding:3rem 1.5rem}.site-footer a{color:#c5d97a}@media (width<=768px){.card-grid,.card-grid-3,.card-grid-4,.card-grid-5{flex-wrap:wrap;grid-template-columns:1fr 1fr}.tradition-section{grid-template-columns:1fr;gap:2rem}.hero h1{font-size:2.5rem}.hero .tagline{font-size:1.2rem}.section h2{font-size:1.8rem}.site-header .header-inner{flex-wrap:wrap;height:auto;padding:1rem}.site-header nav{flex-wrap:wrap;gap:.75rem}}.ww-chat-container[data-astro-cid-pmyxn7tj]{z-index:99999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:fixed;bottom:20px;right:20px}.ww-chat-toggle[data-astro-cid-pmyxn7tj]{cursor:pointer;background:linear-gradient(135deg,#1b330d 0%,#4a7c2e 100%);border:2px solid #c5d97a;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 4px 16px #1b330d80}.ww-chat-toggle[data-astro-cid-pmyxn7tj]:hover{transform:scale(1.08);box-shadow:0 6px 20px #1b330d99}.ww-chat-icon[data-astro-cid-pmyxn7tj]{font-size:1.8rem}.ww-chat-badge[data-astro-cid-pmyxn7tj]{color:#1b330d;background:#c9a227;border:2px solid #1b330d;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.ww-chat-window[data-astro-cid-pmyxn7tj]{background:#f0f5e8;border:1px solid #a8c488;border-radius:16px;flex-direction:column;width:380px;height:550px;max-height:calc(100vh - 120px);animation:.3s ww-chat-slide-up;display:flex;position:absolute;bottom:75px;right:0;overflow:hidden;box-shadow:0 8px 32px #0000004d}@keyframes ww-chat-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ww-chat-header[data-astro-cid-pmyxn7tj]{color:#c5d97a;background:linear-gradient(135deg,#1b330d 0%,#4a7c2e 100%);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.ww-chat-header-info[data-astro-cid-pmyxn7tj]{align-items:center;gap:12px;display:flex}.ww-chat-avatar[data-astro-cid-pmyxn7tj]{font-size:1.8rem}.ww-chat-title[data-astro-cid-pmyxn7tj]{font-size:1rem;font-weight:600}.ww-chat-status[data-astro-cid-pmyxn7tj]{opacity:.8;font-size:.75rem}.ww-chat-close[data-astro-cid-pmyxn7tj]{color:#c5d97a;cursor:pointer;opacity:.7;background:0 0;border:none;padding:4px 8px;font-size:1.2rem;transition:opacity .2s}.ww-chat-close[data-astro-cid-pmyxn7tj]:hover{opacity:1}.ww-chat-messages[data-astro-cid-pmyxn7tj]{scroll-behavior:smooth;background:#e8f0e0;flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.ww-chat-messages[data-astro-cid-pmyxn7tj]::-webkit-scrollbar{width:6px}.ww-chat-messages[data-astro-cid-pmyxn7tj]::-webkit-scrollbar-thumb{background:#a8c488;border-radius:3px}.ww-chat-bubble[data-astro-cid-pmyxn7tj]{word-wrap:break-word;border-radius:14px;max-width:85%;padding:10px 14px;font-size:.9rem;line-height:1.5}.ww-chat-bubble--bot[data-astro-cid-pmyxn7tj]{color:#1b330d;background:#f0f5e8;border:1px solid #a8c488;border-bottom-left-radius:4px;align-self:flex-start}.ww-chat-bubble--user[data-astro-cid-pmyxn7tj]{color:#c5d97a;background:#2d5016;border-bottom-right-radius:4px;align-self:flex-end}.ww-chat-quickactions[data-astro-cid-pmyxn7tj]{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.ww-chat-quickbtn[data-astro-cid-pmyxn7tj]{color:#1b330d;cursor:pointer;white-space:nowrap;background:#d4e4c4;border:1px solid #a8c488;border-radius:20px;padding:8px 14px;font-size:.82rem;transition:all .2s}.ww-chat-quickbtn[data-astro-cid-pmyxn7tj]:hover{color:#2d5016;background:#c5d97a;border-color:#4a7c2e}.ww-chat-typing-dots[data-astro-cid-pmyxn7tj]{gap:4px;padding:4px 0;display:flex}.ww-chat-typing-dots[data-astro-cid-pmyxn7tj] span[data-astro-cid-pmyxn7tj]{background:#8da36e;border-radius:50%;width:8px;height:8px;animation:1.4s infinite ww-typing-bounce}.ww-chat-typing-dots[data-astro-cid-pmyxn7tj] span[data-astro-cid-pmyxn7tj]:nth-child(2){animation-delay:.2s}.ww-chat-typing-dots[data-astro-cid-pmyxn7tj] span[data-astro-cid-pmyxn7tj]:nth-child(3){animation-delay:.4s}@keyframes ww-typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}.ww-chat-input-area[data-astro-cid-pmyxn7tj]{background:#f0f5e8;border-top:1px solid #a8c488;flex-shrink:0;padding:12px 16px}.ww-chat-input-wrap[data-astro-cid-pmyxn7tj]{align-items:center;gap:8px;display:flex}.ww-chat-input[data-astro-cid-pmyxn7tj]{color:#1b330d;background:#e8f0e0;border:1px solid #a8c488;border-radius:24px;outline:none;flex:1;padding:10px 16px;font-size:.9rem;transition:border-color .2s}.ww-chat-input[data-astro-cid-pmyxn7tj]:focus{border-color:#4a7c2e}.ww-chat-send[data-astro-cid-pmyxn7tj]{color:#c5d97a;cursor:pointer;background:#2d5016;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.ww-chat-send[data-astro-cid-pmyxn7tj]:hover{background:#4a7c2e;transform:scale(1.05)}.ww-chat-disclaimer[data-astro-cid-pmyxn7tj]{text-align:center;color:#5a6b4a;margin-top:6px;font-size:.68rem}@media (width<=768px){.ww-chat-container[data-astro-cid-pmyxn7tj]{bottom:15px;right:15px}.ww-chat-window[data-astro-cid-pmyxn7tj]{width:calc(100vw - 30px);height:calc(100vh - 100px);bottom:70px;right:0}}
