body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fdfcf9;color:#223946;font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.container{margin:auto;max-width:1200px;padding:0}.header{background:#fff;box-shadow:0 2px 10px #2c5f721a;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header .container{align-items:center;display:flex;justify-content:space-between;max-width:none;padding:1rem 150px}.logo-link{cursor:pointer;text-decoration:none;transition:opacity .3s ease}.logo-link:hover{opacity:.8}.logo{gap:12px}.logo,.logo-icon{align-items:center;display:flex}.logo-icon{height:50px}.logo-icon img{display:block;height:100%;width:auto}.logo-text{display:flex;flex-direction:column}.brand-name{color:#2c5f72;font-size:1.5rem;font-weight:700;letter-spacing:2px;line-height:1;margin-bottom:0}.brand-subtitle{color:#4a90a4;font-size:.8rem;letter-spacing:1px;margin-top:-2px;padding-left:2px}.nav{display:flex;gap:2rem}.nav a{color:#2c5f72;font-weight:500;text-decoration:none;transition:color .3s ease}.nav a:hover{color:#4a90a4}.hero{align-items:center;background-color:#f8fcfd;display:flex;justify-content:center;min-height:75vh;overflow:hidden;position:relative;width:100%}.hero-image-container{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-image{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.hero-overlay{background:linear-gradient(180deg,#0003,#0000001a);height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.hero-content-wrapper{padding:4rem 0 2rem;position:relative;width:100%;z-index:3}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.hero-text{background-color:#fdfcf9f2;border-radius:12px;box-shadow:0 4px 20px #2c5f7214;grid-column:1;margin-right:2rem;padding:2rem}.hero-tagline{color:#4a90a4;font-weight:500;letter-spacing:.5px;margin-bottom:1rem}.hero-title{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;text-shadow:2px 2px 4px #00000080}.hero-title .highlight{color:#4a90a4}.hero-title .highlight-land{color:#8b6f47}.hero-description{color:#fff;font-size:1.2rem;line-height:1.6;margin-bottom:2rem;text-shadow:1px 1px 3px #00000080}.cta-button{background:#4a90a4;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:12px 24px;transition:background .3s ease}.cta-button:hover{background:#3a7a8a}.hero-visual{align-items:center;background:#fffc;border-radius:20px;box-shadow:0 10px 40px #2c5f7226;display:flex;flex-direction:column;justify-content:center;padding:2rem}.brand-text-large{margin-top:1rem;text-align:center}.brand-name-large{color:#2c5f72;font-size:2.5rem;font-weight:700;letter-spacing:3px}.brand-subtitle-large{color:#4a90a4;font-size:1rem;letter-spacing:2px;margin-top:-5px}.trust-indicators{display:flex;gap:4rem;justify-content:center;margin-top:2rem}.indicator{text-align:center}.indicator-value{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:2px 2px 4px #00000080}.indicator-label{color:#fff;font-weight:500;text-shadow:1px 1px 3px #00000080}.products{background:#fff;padding:4rem 0}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{color:#2c5f72;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{color:#5a7a8a;font-size:1.1rem}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.product-card{background:#fff;border:2px solid #0000;border-radius:12px;box-shadow:0 4px 20px #2c5f7214;cursor:pointer;padding:2rem;transition:all .3s ease}.product-card:hover{border-color:#4a90a4;box-shadow:0 8px 30px #2c5f7226;transform:translateY(-5px)}.product-image{margin-bottom:1.5rem;text-align:center}.mushroom-icon{font-size:4rem;margin-bottom:1rem}.mushroom-icon img,img.mushroom-icon{border-radius:8px;height:auto;max-width:200px;object-fit:contain;width:100%}.product-name{color:#2c5f72;font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.product-description{color:#5a7a8a;margin-bottom:1.5rem;text-align:center}.product-benefits{list-style:none;margin-bottom:2rem}.product-benefits li{color:#4a90a4;font-weight:500;padding:.25rem 0}.product-benefits li:before{color:#4a90a4;content:"✓ ";font-weight:700}.product-button{background:#4a90a4;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:12px;transition:background .3s ease;width:100%}.product-button:hover{background:#3a7a8a}.modal-overlay{align-items:center;background:#2c5f72cc;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:16px;max-width:500px;padding:2rem;position:relative;width:90%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.modal-close{align-items:center;background:none;border:none;color:#5a7a8a;cursor:pointer;display:flex;font-size:2rem;height:30px;justify-content:center;padding:0;position:absolute;right:1rem;top:1rem;width:30px}.modal-close:hover{color:#2c5f72}.modal-header{margin-bottom:2rem;text-align:center}.modal-header h3{color:#2c5f72;font-size:2rem;margin-bottom:1rem}.product-preview{align-items:center;display:flex;flex-direction:column;gap:.5rem}.coming-soon-icon{font-size:3rem;margin-bottom:.5rem}.product-preview h4{color:#4a90a4;font-size:1.3rem;font-weight:600}.modal-body{text-align:center}.modal-body p{color:#5a7a8a;line-height:1.6;margin-bottom:2rem}.subscription-form{margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.email-input{border:2px solid #e1e8eb;border-radius:8px;font-size:1rem;padding:12px 16px;transition:border-color .3s ease;width:100%}.email-input:focus{border-color:#4a90a4;outline:none}.subscribe-button{background:#4a90a4;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:14px;transition:background .3s ease;width:100%}.subscribe-button:hover{background:#3a7a8a}.subscribe-button:disabled{background:#a0b8c0;cursor:not-allowed}.privacy-notice{color:#8a9ba5;font-size:.9rem;margin-top:1rem}.modal-success{padding:2rem 0;text-align:center}.success-icon{font-size:4rem;margin-bottom:1rem}.modal-success h3{color:#2c5f72;font-size:1.8rem;margin-bottom:1rem}.modal-success p{color:#5a7a8a;line-height:1.6}.footer{background:#2c5f72;color:#fff;margin-top:4rem;padding:3rem 0 1rem}.footer-content{align-items:flex-start;display:flex;gap:3rem;justify-content:space-between;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:1200px}.footer-section{display:flex;flex-direction:column}.footer-section:first-child,.footer-section:last-child{flex:1 1}.footer-section:nth-child(2){flex:0 0 auto;text-align:center}.footer-section:last-child{align-items:flex-end}.footer-brand{color:#fff;font-size:1.3rem;font-weight:700;letter-spacing:2px;margin-bottom:.5rem}.footer-tagline{color:#b8d4dd;font-size:.95rem;line-height:1.5}.footer-heading{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-nav{display:flex;flex-direction:column;gap:.75rem}.footer-nav a{color:#b8d4dd;font-size:.95rem;text-decoration:none;transition:color .3s ease}.footer-nav a:hover{color:#fff}.footer-social{display:flex;font-size:1.5rem;gap:1rem}.footer-social a{color:#b8d4dd;text-decoration:none;transition:opacity .3s ease}.footer-social a:hover{opacity:.7}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:1.5rem;text-align:center}.footer-bottom p{color:#b8d4dd;font-size:.9rem;margin:0}@media (max-width:1023px){.hero-overlay{background:linear-gradient(180deg,#0009,#0006)}}@media (max-width:768px){.hero{min-height:auto}.hero,.hero-content-wrapper{padding:2rem 0}.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.trust-indicators{gap:2rem}.nav{display:none}.footer-content,.products-grid{grid-template-columns:1fr}.footer-content{gap:2rem;text-align:center}.footer-nav{align-items:center}.footer-social{justify-content:center}}.story-page-wrapper{min-height:80vh;padding-top:80px}.story-content{line-height:1.8;margin:0 auto;max-width:800px}.story-content p{font-size:1.1rem;margin-bottom:1.5rem}.story-content h2{color:#4a90a4;font-size:1.6rem;margin-bottom:1.5rem;margin-top:2.5rem}.story-content ul{font-size:1.1rem;margin-bottom:1.5rem;padding-left:1.5rem}.story-content li{margin-bottom:.5rem}
/*# sourceMappingURL=main.3319954b.css.map*/