.header{background-color:var(--white)}.header-top{padding:20px 20px 10px;text-align:center;border-bottom:1px solid var(--border-color)}.logo{text-decoration:none}.logo h1{font-family:Great Vibes,cursive;font-size:52px;font-weight:400;color:var(--text-color);letter-spacing:2px}.nav{display:flex;justify-content:center;gap:40px;padding:15px 20px;border-bottom:1px solid var(--border-color)}.nav-link{font-family:Open Sans,sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--text-color);text-decoration:none;padding:5px 0}.nav-link:hover,.nav-link.active{color:var(--primary-color)}@media (max-width: 768px){.logo h1{font-size:38px}.nav{gap:20px;flex-wrap:wrap}.nav-link{font-size:11px}}.footer{background-color:var(--light-bg);padding:40px 0;margin-top:60px;border-top:1px solid var(--border-color)}.footer .container{display:flex;flex-direction:column;align-items:center;gap:20px}.footer-nav{display:flex;gap:30px}.footer-nav a{font-family:Open Sans,sans-serif;font-size:14px;color:var(--light-text);text-decoration:none}.footer-nav a:hover{color:var(--primary-color)}.footer-social{display:flex;gap:20px}.footer-social a{color:var(--light-text);transition:color .3s ease}.footer-social a:hover{color:var(--primary-color)}.footer-copyright{font-size:12px;color:var(--light-text)}@media (max-width: 768px){.footer-nav{flex-wrap:wrap;justify-content:center;gap:15px}}.hero{min-height:500px;background-size:120%;background-position:60% bottom;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.hero-overlay{width:100%;display:flex;justify-content:center;padding:40px 20px}.hero-box{background:var(--white);padding:50px 60px;text-align:center;max-width:500px}.hero-subtitle{font-size:16px;color:var(--light-text);margin-bottom:15px;font-style:italic}.hero-box h1{font-size:32px;font-weight:700;color:var(--text-color);margin-bottom:25px;line-height:1.3;text-transform:uppercase;letter-spacing:1px}.btn-dark{display:inline-block;background:var(--text-color);color:var(--white);padding:12px 30px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:2px;text-decoration:none;transition:background .3s ease}.btn-dark:hover{background:#000;color:var(--white)}.two-column-section{padding:60px 0}.two-column-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.featured-image img{width:100%;height:auto}.about-box{background:var(--white);padding:30px;text-align:center;border:1px solid var(--border-color)}.about-avatar{width:200px;height:200px;object-fit:cover;margin-bottom:20px}.about-box h2{font-size:20px;font-weight:600;margin-bottom:15px;text-transform:uppercase;letter-spacing:2px}.about-box p{font-size:15px;color:var(--light-text);line-height:1.7;margin-bottom:20px}.social-links{display:flex;justify-content:center;gap:15px}.social-links a{color:var(--light-text);transition:color .3s ease}.social-links a:hover{color:var(--primary-color)}.blog-section{padding:60px 0;background-color:var(--light-bg)}.blog-posts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.blog-post-card{background:var(--white);overflow:hidden}.blog-post-card img{width:100%;height:280px;object-fit:cover;transition:opacity .3s ease}.blog-post-card a:hover img{opacity:.9}.blog-post-content{padding:25px}.blog-post-content .post-meta{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:12px;text-transform:uppercase;letter-spacing:1px}.blog-post-content .post-category{color:var(--primary-color);font-weight:600}.blog-post-content .separator,.blog-post-content .post-date{color:var(--light-text)}.blog-post-content h3{font-size:22px;margin-bottom:15px;line-height:1.3}.blog-post-content h3 a{color:var(--text-color)}.blog-post-content h3 a:hover{color:var(--primary-color)}.blog-post-content p{font-size:15px;color:var(--light-text);line-height:1.7;margin-bottom:15px}.read-more-link{color:var(--primary-color);font-size:14px;text-decoration:underline}.read-more-link:hover{color:#1a4d6b}@media (max-width: 992px){.hero{min-height:400px}.hero-box{padding:40px}.hero-box h1{font-size:26px}.two-column-layout,.blog-posts-grid{grid-template-columns:1fr}}@media (max-width: 768px){.hero{min-height:350px}.hero-box{padding:30px;margin:0 15px}.hero-box h1{font-size:22px}.about-avatar{width:150px;height:150px}.blog-post-card img{height:200px}.blog-post-content h3{font-size:18px}}.blog-page{padding:60px 0}.blog-page h1{font-size:36px;margin-bottom:40px;text-align:center}.blog-layout{display:grid;grid-template-columns:1fr 300px;gap:50px}.blog-posts{display:flex;flex-direction:column;gap:40px}.blog-post-card{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #00000014}.post-image-link{display:block;overflow:hidden}.blog-post-card img{width:100%;height:300px;object-fit:cover;transition:transform .3s ease}.blog-post-card:hover img{transform:scale(1.05)}.blog-post-card .post-info{padding:20px 25px 0;display:flex;gap:15px}.blog-post-card .post-date,.blog-post-card .post-category{font-size:12px;text-transform:uppercase;color:var(--light-text);letter-spacing:1px}.blog-post-card .post-category{color:var(--primary-color)}.blog-post-card h2{padding:10px 25px 0;font-size:24px}.blog-post-card h2 a{color:var(--text-color)}.blog-post-card h2 a:hover{color:var(--primary-color)}.blog-post-card p{padding:15px 25px;color:var(--light-text);line-height:1.7}.blog-post-card .post-meta{padding:0 25px 25px;display:flex;justify-content:space-between;align-items:center}.blog-post-card .read-more{font-size:14px;font-weight:600;color:var(--primary-color);text-transform:uppercase;letter-spacing:1px}.blog-post-card .comments{font-size:13px;color:var(--light-text)}.blog-sidebar{display:flex;flex-direction:column;gap:30px}.sidebar-section{background:var(--light-bg);padding:25px;border-radius:8px}.sidebar-section h3{font-size:18px;margin-bottom:15px;color:var(--text-color);text-transform:uppercase;letter-spacing:1px}.sidebar-section ul{list-style:none}.sidebar-section li{padding:8px 0;border-bottom:1px solid var(--border-color)}.sidebar-section li:last-child{border-bottom:none}.sidebar-section a{color:var(--light-text);font-size:14px}.sidebar-section a:hover{color:var(--primary-color)}@media (max-width: 992px){.blog-layout{grid-template-columns:1fr}.blog-sidebar{flex-direction:row;flex-wrap:wrap}.sidebar-section{flex:1;min-width:250px}}@media (max-width: 768px){.blog-page h1{font-size:28px}.blog-post-card img{height:200px}.blog-post-card h2{font-size:20px}}.blog-post-page{padding:60px 0}.blog-post{max-width:800px;margin:0 auto}.post-header{text-align:center;margin-bottom:40px}.post-header .post-category{display:inline-block;font-size:12px;text-transform:uppercase;color:var(--primary-color);font-weight:600;letter-spacing:2px;margin-bottom:15px}.post-header h1{font-size:38px;color:var(--text-color);margin-bottom:15px;line-height:1.3}.post-header .post-date{font-size:14px;color:var(--light-text)}.post-gallery{display:grid;gap:20px;margin-bottom:40px}.post-gallery img{width:100%;border-radius:8px;box-shadow:0 2px 10px #0000001a}.post-body{line-height:1.8;font-size:17px;color:var(--text-color)}.post-body p{margin-bottom:20px}.post-body h3{font-size:24px;margin:35px 0 15px;color:var(--text-color)}.post-body ul,.post-body ol{margin-bottom:20px;padding-left:25px}.post-body li{margin-bottom:10px}.post-body blockquote{border-left:4px solid var(--primary-color);padding-left:20px;margin:30px 0;font-style:italic;color:var(--light-text)}.post-footer{margin-top:50px;padding-top:30px;border-top:1px solid var(--border-color)}.back-link{font-size:14px;font-weight:600;color:var(--primary-color);text-transform:uppercase;letter-spacing:1px}@media (max-width: 768px){.post-header h1{font-size:28px}.post-body{font-size:16px}.post-body h3{font-size:20px}}.contact-page{padding:60px 0}.contact-page h1{font-size:36px;text-align:center;margin-bottom:40px}.contact-form{max-width:600px;margin:0 auto;background:var(--light-bg);padding:40px;border-radius:8px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group{margin-bottom:25px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:var(--text-color);font-size:14px}.required{color:#e74c3c}.form-group input,.form-group textarea{width:100%;padding:12px 15px;border:1px solid var(--border-color);border-radius:4px;font-family:Muli,sans-serif;font-size:15px;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #24678d1a}.form-group textarea{resize:vertical;min-height:150px}.contact-form .btn{width:100%;padding:15px;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.error-message{background:#fee;border:1px solid #e74c3c;color:#c0392b;padding:15px;border-radius:4px;margin-bottom:20px;text-align:center}.error-message p{margin:0}.success-message{max-width:600px;margin:0 auto;text-align:center;padding:60px 40px;background:var(--light-bg);border-radius:8px}.success-message h2{font-size:28px;color:var(--primary-color);margin-bottom:15px}.success-message p{color:var(--light-text);font-size:16px}@media (max-width: 768px){.form-row{grid-template-columns:1fr;gap:0}.contact-form{padding:30px 20px}.contact-page h1{font-size:28px}}.shop-page{padding:60px 0}.shop-page h1{font-size:36px;text-align:center;margin-bottom:20px}.shop-intro{text-align:center;max-width:700px;margin:0 auto 50px;color:var(--light-text);font-size:17px;line-height:1.7}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.product-card{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #00000014;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.product-image{height:280px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{padding:25px}.product-info h3{font-size:18px;margin-bottom:10px;color:var(--text-color);line-height:1.4}.product-description{font-size:14px;color:var(--light-text);margin-bottom:15px;line-height:1.6}.product-price{font-size:22px;font-weight:700;color:var(--primary-color);margin-bottom:15px}.product-info .btn{width:100%;text-align:center;display:block}@media (max-width: 992px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.shop-page h1{font-size:28px}.products-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.about-page{padding:60px 0}.about-intro{display:flex;align-items:center;gap:50px;max-width:900px;margin:0 auto 60px}.about-intro .about-avatar{width:250px;height:250px;border-radius:50%;object-fit:cover;border:5px solid var(--white);box-shadow:0 5px 20px #00000026;flex-shrink:0}.about-intro .about-text h1{font-size:36px;margin-bottom:20px;color:var(--text-color)}.about-intro .about-text p{color:var(--light-text);font-size:17px;line-height:1.8;margin-bottom:15px}.passion-section{background:var(--light-bg);padding:50px;border-radius:8px;text-align:center;margin-bottom:60px}.passion-section h2{font-size:28px;margin-bottom:20px;color:var(--text-color)}.passion-section p{color:var(--light-text);font-size:17px;line-height:1.8;max-width:700px;margin:0 auto}.featured-products h2{font-size:28px;text-align:center;margin-bottom:40px;color:var(--text-color)}.products-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-bottom:40px}.product-thumbnail{display:block;position:relative;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.product-thumbnail:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.product-thumbnail img{width:100%;height:200px;object-fit:cover;transition:transform .3s ease}.product-thumbnail:hover img{transform:scale(1.05)}.product-thumbnail span{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:var(--white);padding:30px 15px 15px;font-size:14px;font-weight:600}.cta-section{text-align:center}@media (max-width: 992px){.products-showcase{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.about-intro{flex-direction:column;text-align:center}.about-intro .about-avatar{width:200px;height:200px}.about-intro .about-text h1{font-size:28px}.passion-section{padding:30px 20px}.products-showcase{grid-template-columns:1fr;max-width:350px;margin:0 auto 40px}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #24678d;--text-color: #333;--light-text: #666;--white: #ffffff;--light-bg: #f9f9f9;--border-color: #e0e0e0}body{font-family:Muli,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--white)}h1,h2,h3,h4,h5,h6{font-family:Ubuntu,sans-serif;font-weight:500}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:#1a4d6b}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}button,.btn{font-family:Open Sans,sans-serif;cursor:pointer;border:none;padding:12px 24px;font-size:14px;transition:all .3s ease}.btn-primary{background-color:var(--primary-color);color:var(--white)}.btn-primary:hover{background-color:#1a4d6b}
