:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh;font-family:inherit}*:focus-visible{outline:2px solid #667eea;outline-offset:2px}::selection{background:#667eea33}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;--hunny-brown: #8B4513;--hunny-light-brown: #D2B48C;--hunny-beige: #F5F5DC;--hunny-cream: #FFF8DC;--hunny-dark-brown: #654321;--hunny-rust: #B7410E;--hunny-white: #FFFFFF;--hunny-black: #000000;--hunny-gray: #666666}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:inherit;background-color:var(--hunny-cream)}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin:0}p{margin:0}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{background:var(--hunny-white);border-bottom:1px solid rgba(0,0,0,.1);position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;transition:all .3s ease}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0}.logo h1{color:var(--hunny-black);font-size:1.8rem;font-weight:600;letter-spacing:1px}.nav-list{display:flex;list-style:none;margin:0;padding:0;gap:2.5rem}.nav-link{text-decoration:none;color:var(--hunny-black);font-weight:500;font-size:1rem;transition:color .3s ease}.nav-link:hover{color:var(--hunny-brown)}.header-actions{display:flex;gap:1rem;align-items:center}.btn-get-touch{background:var(--hunny-beige);color:var(--hunny-brown);border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-get-touch:hover{background:var(--hunny-light-brown);transform:translateY(-1px)}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:3px;background:var(--hunny-black);transition:all .3s ease}.hero{padding:8rem 0 4rem;background:var(--hunny-cream);min-height:100vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--hunny-black)}.brand-name{color:var(--hunny-brown)}.hero-description{font-size:1.2rem;color:var(--hunny-gray);margin-bottom:2.5rem;line-height:1.6}.hero-actions{display:flex;gap:1.5rem;align-items:center}.btn-shop-collection{background:var(--hunny-brown);color:var(--hunny-white);border:none;padding:1rem 2rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.btn-shop-collection:hover{background:var(--hunny-dark-brown);transform:translateY(-2px)}.btn-get-touch-outline{background:transparent;color:var(--hunny-brown);border:2px solid var(--hunny-brown);padding:1rem 2rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-get-touch-outline:hover{background:var(--hunny-brown);color:var(--hunny-white)}.arrow{font-size:1.2rem}.product-images{display:grid;grid-template-columns:1fr 1fr;gap:1rem;height:500px}.product-image{background:var(--hunny-beige);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0000001a;overflow:hidden}.product-img{width:100%;height:100%;object-fit:cover;border-radius:12px}.philosophy{padding:6rem 0;background:var(--hunny-cream)}.philosophy-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.philosophy-subtitle{font-size:1rem;color:var(--hunny-gray);margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.philosophy-title{font-size:2.5rem;font-weight:700;color:var(--hunny-brown);margin-bottom:1.5rem;line-height:1.2}.philosophy-description{font-size:1.1rem;color:var(--hunny-gray);line-height:1.7}.philosophy-image{display:flex;justify-content:center;align-items:center}.philosophy-img{width:100%;max-width:500px;height:auto;border-radius:12px;box-shadow:0 10px 30px #0000001a}.hunny-standard{padding:6rem 0;background:var(--hunny-light-brown)}.standard-header{text-align:center;margin-bottom:4rem}.standard-title{font-size:2.5rem;font-weight:700;color:var(--hunny-brown);margin-bottom:1rem}.standard-description{font-size:1.2rem;color:var(--hunny-gray);max-width:600px;margin:0 auto}.standard-features{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.feature-box{text-align:center;padding:2rem;background:var(--hunny-white);border-radius:12px;box-shadow:0 5px 20px #0000001a}.feature-title{font-size:1.5rem;font-weight:600;color:var(--hunny-brown);margin-bottom:1rem}.feature-description{color:var(--hunny-gray);line-height:1.6}.featured-collection{padding:6rem 0;background:var(--hunny-cream)}.collection-header{text-align:center;margin-bottom:4rem}.collection-title{font-size:2.5rem;font-weight:700;color:var(--hunny-brown);margin-bottom:1rem}.collection-description{font-size:1.2rem;color:var(--hunny-gray);max-width:600px;margin:0 auto}.products-container{position:relative}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-image{height:300px;background:var(--hunny-beige);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-info{padding:1.5rem;text-align:center}.product-price{font-size:1.1rem;font-weight:700;color:var(--hunny-brown)}.explore-collection{padding:6rem 0;background:var(--hunny-cream);text-align:center}.explore-title{font-size:2.5rem;font-weight:700;color:var(--hunny-brown);margin-bottom:1rem}.explore-description{font-size:1.2rem;color:var(--hunny-gray);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.btn-view-products{background:var(--hunny-brown);color:var(--hunny-white);border:none;padding:1rem 2rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-view-products:hover{background:var(--hunny-dark-brown);transform:translateY(-2px)}.footer{background:var(--hunny-dark-brown);color:var(--hunny-white);padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo h3{color:var(--hunny-white);margin-bottom:1rem;font-size:1.5rem}.footer-logo p{color:#ccc;margin-bottom:2rem;line-height:1.6}.social-links{display:flex;gap:1rem}.social-link{display:inline-block;width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .3s ease;font-size:1.2rem;color:#ccc}.social-link svg{width:20px;height:20px}.social-link:hover{background:var(--hunny-brown)}.footer-section h4{color:var(--hunny-white);margin-bottom:1rem;font-size:1.1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--hunny-white)}.contact-info p{color:#ccc;margin-bottom:.5rem;line-height:1.6}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-legal a:hover{color:var(--hunny-white)}.products-page{padding:8rem 0 4rem;background:var(--hunny-cream);min-height:100vh}.products-header{text-align:center;margin-bottom:4rem}.products-title{font-size:3rem;font-weight:700;color:var(--hunny-brown);margin-bottom:1rem}.products-subtitle{font-size:1.2rem;color:var(--hunny-gray)}.products-content{display:grid;grid-template-columns:250px 1fr;gap:3rem}.filters-sidebar{background:var(--hunny-white);padding:2rem;border-radius:12px;box-shadow:0 5px 20px #0000001a;height:fit-content}.filters-title{font-size:1.2rem;font-weight:600;color:var(--hunny-brown);margin-bottom:1.5rem}.filter-buttons{display:flex;flex-direction:column;gap:.5rem}.filter-btn{background:transparent;color:var(--hunny-gray);border:1px solid var(--hunny-light-brown);padding:.75rem 1rem;border-radius:6px;cursor:pointer;transition:all .3s ease;text-align:left;font-size:1rem}.filter-btn:hover{background:var(--hunny-light-brown);color:var(--hunny-brown)}.filter-btn.active{background:var(--hunny-brown);color:var(--hunny-white);border-color:var(--hunny-brown)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.product-card{background:var(--hunny-white);border-radius:12px;overflow:hidden;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease}.product-card:hover{transform:translateY(-5px)}.product-image{height:250px;background:var(--hunny-beige);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-img{width:100%;height:100%;object-fit:cover}.product-info{padding:1.5rem}.product-name{font-size:1.2rem;font-weight:600;color:var(--hunny-black);margin-bottom:.5rem}.product-description{color:var(--hunny-gray);font-size:.9rem;margin-bottom:1rem;line-height:1.4}.product-price{font-size:1.1rem;font-weight:700;color:var(--hunny-brown);margin-bottom:1rem}.btn-add-to-cart{background:var(--hunny-brown);color:var(--hunny-white);border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.btn-add-to-cart:hover{background:var(--hunny-dark-brown);transform:translateY(-1px)}.back-to-home{text-align:center;margin-top:4rem}.btn-back{background:transparent;color:var(--hunny-brown);border:2px solid var(--hunny-brown);padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.btn-back:hover{background:var(--hunny-brown);color:var(--hunny-white)}.contact-page{padding:8rem 0 4rem;background:var(--hunny-cream);min-height:100vh}.contact-header{text-align:center;margin-bottom:4rem}.contact-title{font-size:3rem;font-weight:700;color:var(--hunny-brown);margin-bottom:1rem}.contact-subtitle{font-size:1.2rem;color:var(--hunny-gray)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem}.contact-info-card,.contact-form-card{background:#f0ede4;padding:2.5rem;border-radius:16px;box-shadow:0 5px 20px #00000014}.contact-info-title,.form-title{font-size:1.5rem;font-weight:700;color:var(--hunny-brown);margin-bottom:2rem}.contact-details{margin-bottom:2.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.contact-icon{width:40px;height:40px;background:#b0907c;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon .icon{color:#fff;font-size:1.2rem}.contact-icon svg{width:20px;height:20px}.contact-text{flex:1}.contact-label{font-weight:600;color:var(--hunny-brown);margin-bottom:.25rem}.contact-value{color:var(--hunny-gray);line-height:1.5}.help-section{border-top:1px solid #D4C4B0;padding-top:2rem}.help-title{font-size:1.2rem;font-weight:600;color:var(--hunny-brown);margin-bottom:1rem}.help-description{color:var(--hunny-gray);margin-bottom:1.5rem;line-height:1.5}.help-items{display:flex;flex-direction:column;gap:1rem}.help-item{display:flex;flex-direction:column;gap:.25rem}.help-label{font-weight:600;color:var(--hunny-brown)}.help-text{color:var(--hunny-gray);line-height:1.4}.form-description{color:var(--hunny-gray);margin-bottom:2rem;line-height:1.5}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-weight:600;color:var(--hunny-brown);font-size:.95rem}.form-input,.form-textarea{padding:.875rem 1rem;border:1px solid #D4C4B0;border-radius:8px;background:#f8f7f2;color:var(--hunny-black);font-size:1rem;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--hunny-brown);background:#fff}.form-input::placeholder,.form-textarea::placeholder{color:#a0a0a0}.form-textarea{resize:vertical;min-height:120px}.form-submit-btn{background:#8b6b54;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;width:100%}.form-submit-btn:hover{background:#7a5c4a;transform:translateY(-1px)}.product-detail-page{padding:8rem 0 4rem;background:var(--hunny-cream);min-height:100vh}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.product-image-section{display:flex;justify-content:center;align-items:center}.product-image-container{width:100%;max-width:500px;background:var(--hunny-beige);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.product-main-image{width:100%;height:auto;object-fit:cover}.product-info-section{background:var(--hunny-white);padding:3rem;border-radius:16px;box-shadow:0 5px 20px #00000014}.product-category{font-size:.9rem;font-weight:600;color:var(--hunny-gray);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.product-title{font-size:2.5rem;font-weight:700;color:var(--hunny-brown);margin-bottom:1rem;line-height:1.2}.product-price{font-size:1.8rem;font-weight:700;color:var(--hunny-brown);margin-bottom:2rem}.section-title{font-size:1.1rem;font-weight:600;color:var(--hunny-brown);margin-bottom:.75rem}.product-description,.product-details{margin-bottom:2rem}.product-description p,.product-details p{color:var(--hunny-gray);line-height:1.6}.size-section{margin-bottom:2rem}.size-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.size-btn{background:transparent;color:var(--hunny-gray);border:2px solid #D4C4B0;padding:.75rem 1.25rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:50px}.size-btn:hover{border-color:var(--hunny-brown);color:var(--hunny-brown)}.size-btn.selected{background:var(--hunny-brown);color:var(--hunny-white);border-color:var(--hunny-brown)}.action-buttons{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.add-to-cart-btn{background:var(--hunny-brown);color:var(--hunny-white);border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;flex:1}.add-to-cart-btn:hover{background:var(--hunny-dark-brown);transform:translateY(-1px)}.action-icons{display:flex;gap:.5rem}.action-icon-btn{background:transparent;color:var(--hunny-gray);border:2px solid #D4C4B0;width:45px;height:45px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.action-icon-btn:hover{border-color:var(--hunny-brown);color:var(--hunny-brown)}.action-icon-btn svg{width:20px;height:20px}.contact-section{border-top:1px solid #D4C4B0;padding-top:1.5rem}.contact-btn{background:#b0907c;color:var(--hunny-white);border:none;padding:.875rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.contact-btn:hover{background:#a0806c;transform:translateY(-1px)}.product-card-link{text-decoration:none;color:inherit;display:block}.product-card-link:hover .product-card{transform:translateY(-5px)}@media(max-width:768px){.container{padding:0 1rem}.nav{display:none}.mobile-menu-toggle{display:flex}.hero-content{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column;align-items:center}.philosophy-content{grid-template-columns:1fr;text-align:center}.standard-features,.products-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.footer-bottom{flex-direction:column;gap:1rem}.navigation-arrows{position:static;transform:none;justify-content:center;margin-top:2rem}.products-content{grid-template-columns:1fr}.filters-sidebar{order:2}.contact-content{grid-template-columns:1fr}.contact-info-card,.contact-form-card{padding:2rem}.product-detail-content{grid-template-columns:1fr;gap:2rem}.product-info-section{padding:2rem}.product-title{font-size:2rem}.action-buttons{flex-direction:column;align-items:stretch}.action-icons{justify-content:center}}
