*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Lato",sans-serif;color:#2d2d2d;background-color:#fafafa;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:"Baloo 2",sans-serif;font-weight:600;line-height:1.3}.site-header{background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05);position:sticky;top:0;z-index:1000}.main-navigation{padding:20px 0}.navigation-wrapper{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.brand-logo{font-family:"Baloo 2",sans-serif;font-size:28px;font-weight:700;color:#2d2d2d;text-decoration:none;letter-spacing:1px}.mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.toggle-line{width:25px;height:3px;background-color:#2d2d2d;border-radius:2px}.navigation-links{display:flex;list-style:none;gap:40px}.nav-link{font-size:16px;color:#2d2d2d;text-decoration:none;font-weight:400;position:relative;padding:5px 0}.nav-link::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#8c6c4e;transition:width .3s ease}.nav-link:hover::after,.nav-link.active-link::after{width:100%}.primary-content{min-height:calc(100vh - 400px)}.hero-banner{background:linear-gradient(135deg, #bfdde8 0%, #d9cbb7 100%);padding:80px 20px}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-text-block{display:flex;flex-direction:column;gap:25px}.hero-headline{font-size:52px;color:#2d2d2d;line-height:1.2}.hero-description{font-size:18px;color:#4a4a4a;line-height:1.7}.hero-actions{display:flex;gap:20px;margin-top:10px}.primary-button{background-color:#8c6c4e;color:#fff;padding:14px 32px;border-radius:6px;text-decoration:none;font-size:16px;font-weight:600;text-align:center;display:inline-block;cursor:pointer;border:2px solid #8c6c4e;transition:all .3s ease}.primary-button.ship-page{max-width:300px}.primary-button:hover{background-color:#6f5539;border-color:#6f5539}.secondary-button{background-color:rgba(0,0,0,0);color:#2d2d2d;padding:14px 32px;border-radius:6px;text-decoration:none;font-size:16px;font-weight:600;text-align:center;display:inline-block;border:2px solid #2d2d2d;transition:all .3s ease}.secondary-button:hover{background-color:#2d2d2d;color:#fff}.hero-visual{border-radius:12px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.15)}.hero-image{width:100%;height:100%;object-fit:cover;display:block}.section-container{max-width:1200px;margin:0 auto;padding:0 20px}.bestsellers-showcase{padding:100px 20px}.section-intro{text-align:center;margin-bottom:60px}.section-title{font-size:42px;color:#2d2d2d;margin-bottom:15px}.section-subtitle{font-size:18px;color:#6a6a6a;max-width:600px;margin:0 auto}.product-gallery{display:grid;grid-template-columns:repeat(4, 1fr);gap:30px}.product-card{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:box-shadow .3s ease}.product-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.15)}.product-image-wrapper{width:100%;height:250px;overflow:hidden;background-color:#f5f5f5}.product-image{width:100%;height:100%;object-fit:cover;display:block}.product-details{padding:20px;display:flex;flex-direction:column;gap:10px}.product-name{font-size:20px;color:#2d2d2d}.product-price{font-size:18px;color:#8c6c4e;font-weight:600}.product-link{color:#2d2d2d;text-decoration:none;font-size:15px;font-weight:500;border-bottom:1px solid #2d2d2d;display:inline-block;width:fit-content}.category-section{padding:80px 20px;background-color:#fff}.category-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:25px}.category-tile{position:relative;border-radius:10px;overflow:hidden;height:280px;text-decoration:none;display:block;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:box-shadow .3s ease}.category-tile:hover{box-shadow:0 8px 25px rgba(0,0,0,.15)}.category-visual{width:100%;height:100%}.category-image{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(0.85);transition:filter .3s ease}.category-tile:hover .category-image{filter:brightness(0.7)}.category-label{position:absolute;bottom:20px;left:20px;color:#fff;font-size:26px;font-weight:600;text-shadow:2px 2px 8px rgba(0,0,0,.5);z-index:1}.benefits-section{padding:100px 20px;background-color:#f9f9f9}.benefits-layout{display:grid;grid-template-columns:repeat(3, 1fr);gap:50px}.benefit-block{text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.benefit-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center}.benefit-title{font-size:24px;color:#2d2d2d}.benefit-text{font-size:16px;color:#6a6a6a;line-height:1.7}.site-footer{background-color:#2d2d2d;color:#fff;padding:60px 20px 20px}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:40px;margin-bottom:40px}.footer-heading{font-size:18px;margin-bottom:20px;color:#fff}.footer-text{font-size:14px;color:silver;line-height:1.6}.footer-menu{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-link{color:silver;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-link:hover{color:#fff}.footer-contacts{list-style:none;display:flex;flex-direction:column;gap:10px;font-size:14px;color:silver}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid #4a4a4a;font-size:14px;color:silver}.page-header-section{background:linear-gradient(135deg, #d9cbb7 0%, #bfdde8 100%);padding:80px 20px 60px;text-align:center}.page-main-title{font-size:48px;color:#2d2d2d;margin-bottom:15px}.page-lead-text{font-size:18px;color:#4a4a4a}.shop-section{padding:80px 20px}.shop-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px}.shop-product-card{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:box-shadow .3s ease}.shop-product-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.15)}.shop-image-wrapper{width:100%;height:300px;overflow:hidden;background-color:#f5f5f5}.shop-product-image{width:100%;height:100%;object-fit:cover;display:block}.shop-product-info{padding:25px;display:flex;flex-direction:column;gap:12px}.shop-product-title{font-size:24px;color:#2d2d2d}.shop-product-description{font-size:15px;color:#6a6a6a;line-height:1.6}.shop-product-price{font-size:22px;color:#8c6c4e;font-weight:600;margin-top:5px}.buy-button{background-color:#8c6c4e;color:#fff;padding:12px 28px;border-radius:6px;text-decoration:none;font-size:16px;font-weight:600;display:inline-block;text-align:center;cursor:pointer;border:2px solid #8c6c4e;transition:all .3s ease;margin-top:10px}.buy-button:hover{background-color:#6f5539;border-color:#6f5539}.about-story-section{padding:80px 20px}.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-paragraph{font-size:16px;color:#4a4a4a;line-height:1.8;margin-bottom:20px}.about-image{width:100%;height:100%;object-fit:cover;border-radius:10px;box-shadow:0 8px 30px rgba(0,0,0,.12)}.values-section{padding:80px 20px;background-color:#fff}.center-text{text-align:center;margin-bottom:60px}.values-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:40px}.value-card{background-color:#f9f9f9;padding:35px;border-radius:10px;border-left:4px solid #8c6c4e}.value-title{font-size:24px;color:#2d2d2d;margin-bottom:15px}.value-description{font-size:16px;color:#6a6a6a;line-height:1.7}.cta-section{padding:80px 20px}.cta-box{background:linear-gradient(135deg, #bfdde8 0%, #d9cbb7 100%);padding:60px 40px;border-radius:12px;text-align:center}.cta-title{font-size:38px;color:#2d2d2d;margin-bottom:20px}.cta-text{font-size:18px;color:#4a4a4a;margin-bottom:30px}.info-section{padding:80px 20px}.info-block{background-color:#fff;padding:40px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.08);margin-bottom:30px}.info-title{font-size:32px;color:#2d2d2d;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #d9cbb7}.info-content{display:flex;flex-direction:column;gap:20px}.info-subtitle{font-size:22px;color:#2d2d2d;margin-top:15px}.info-text{font-size:16px;color:#4a4a4a;line-height:1.7}.info-list{margin-left:25px;display:flex;flex-direction:column;gap:12px}.info-list li{font-size:16px;color:#4a4a4a;line-height:1.7}.inline-link{color:#8c6c4e;text-decoration:none;font-weight:600}.inline-link:hover{text-decoration:underline}.contact-section{padding:80px 20px}.contact-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:60px}.contact-form-wrapper{background-color:#fff;padding:40px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.08)}.form-heading{font-size:28px;color:#2d2d2d;margin-bottom:30px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:15px;color:#2d2d2d;font-weight:600}.form-input,.form-textarea{padding:12px 16px;border:1px solid #d0d0d0;border-radius:6px;font-size:15px;font-family:"Lato",sans-serif;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#8c6c4e}.form-textarea{resize:vertical}.submit-button{background-color:#8c6c4e;color:#fff;padding:14px 32px;border-radius:6px;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:background-color .3s ease}.submit-button:hover{background-color:#6f5539}.contact-info-wrapper{display:flex;flex-direction:column;gap:30px}.info-heading{font-size:28px;color:#2d2d2d;margin-bottom:10px}.contact-details{display:flex;flex-direction:column;gap:25px}.contact-item{display:flex;flex-direction:column;gap:8px}.contact-label{font-size:16px;color:#8c6c4e;font-weight:600}.contact-value{font-size:15px;color:#4a4a4a;line-height:1.6}.contact-link{color:#2d2d2d;text-decoration:none}.contact-link:hover{color:#8c6c4e}.map-section{padding:80px 20px;background-color:#fff}.map-wrapper{border-radius:10px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.08);margin-top:30px}.faq-section{padding:80px 20px}.faq-list{display:flex;flex-direction:column;gap:20px;max-width:900px;margin:0 auto}.faq-item{background-color:#fff;border-radius:8px;padding:25px;box-shadow:0 4px 12px rgba(0,0,0,.06);cursor:pointer}.faq-question{font-size:18px;font-weight:600;color:#2d2d2d;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-question::after{content:"+";font-size:24px;color:#8c6c4e;font-weight:600}.faq-item[open] .faq-question::after{content:"−"}.faq-answer{margin-top:15px;font-size:16px;color:#4a4a4a;line-height:1.7}.success-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:2000;justify-content:center;align-items:center}.success-modal.show{display:flex}.modal-content{background-color:#fff;padding:50px;border-radius:12px;text-align:center;max-width:450px;box-shadow:0 10px 40px rgba(0,0,0,.2)}.modal-icon{width:80px;height:80px;background-color:#8c6c4e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;margin:0 auto 25px}.modal-title{font-size:28px;color:#2d2d2d;margin-bottom:15px}.modal-text{font-size:16px;color:#6a6a6a;line-height:1.6;margin-bottom:30px}.modal-close-button{background-color:#8c6c4e;color:#fff;padding:12px 32px;border-radius:6px;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:background-color .3s ease}.modal-close-button:hover{background-color:#6f5539}.legal-section{padding:80px 20px}.legal-container{max-width:900px}.legal-article{margin-bottom:40px}.legal-heading{font-size:28px;color:#2d2d2d;margin-bottom:20px}.legal-subheading{font-size:22px;color:#2d2d2d;margin-top:20px;margin-bottom:12px}.legal-text{font-size:16px;color:#4a4a4a;line-height:1.8;margin-bottom:15px}.legal-list{margin-left:25px;display:flex;flex-direction:column;gap:12px;margin-bottom:15px}.legal-list li{font-size:16px;color:#4a4a4a;line-height:1.8}@media(max-width: 992px){.hero-container{grid-template-columns:1fr;gap:40px}.hero-headline{font-size:42px}.product-gallery{grid-template-columns:repeat(2, 1fr);gap:25px}.category-grid{grid-template-columns:repeat(2, 1fr)}.benefits-layout{grid-template-columns:1fr;gap:40px}.shop-grid{grid-template-columns:repeat(2, 1fr)}.about-layout{grid-template-columns:1fr;gap:40px}.values-grid{grid-template-columns:1fr}.contact-layout{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.mobile-toggle{display:flex}.navigation-links{position:absolute;top:100%;left:0;right:0;background-color:#fff;flex-direction:column;gap:0;box-shadow:0 4px 12px rgba(0,0,0,.1);max-height:0;overflow:hidden;transition:max-height .3s ease}.navigation-links.active{max-height:400px}.navigation-links li{border-bottom:1px solid #f0f0f0}.nav-link{display:block;padding:18px 20px}.hero-banner{padding:60px 20px}.hero-headline{font-size:36px}.hero-description{font-size:16px}.hero-actions{flex-direction:column}.info-title.ship-title,.legal-heading.cookies{font-size:24px}.page-main-title.policy{font-size:30px}.section-title{font-size:32px}.bestsellers-showcase,.category-section,.benefits-section,.shop-section,.about-story-section,.values-section,.cta-section,.info-section,.contact-section,.faq-section,.legal-section,.map-section{padding:80px 0}.product-gallery{grid-template-columns:1fr}.category-grid{grid-template-columns:1fr}.shop-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.page-main-title{font-size:36px}.cta-title{font-size:28px}}
