:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:1280px;margin:0 auto;padding:2rem;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#00bd7e33}}@media (min-width: 1024px){body{display:flex;place-items:center}#app{display:grid;grid-template-columns:1fr 1fr;padding:0 2rem}}*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{background-color:#fff5f5}.container{max-width:1200px;margin:0 auto;padding:20px}header{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:2px solid #ff9fb0}.logo{font-size:32px;font-weight:700;color:#ff6b8b;display:flex;align-items:center}.logo i{margin-right:10px}nav ul{display:flex;list-style:none}nav ul li{margin-left:30px}nav ul li a{text-decoration:none;color:#ff6b8b;font-weight:600;font-size:18px;transition:all .3s ease}nav ul li a:hover{color:#ff4d6d}.hero{display:flex;align-items:center;justify-content:space-between;margin:50px 0}.hero-content{flex:1;padding-right:50px}.hero-content h1{font-size:48px;color:#ff4d6d;margin-bottom:20px}.hero-content p{font-size:18px;color:#666;line-height:1.6;margin-bottom:30px}.hero-image{flex:1;text-align:center}.hero-image img{max-width:100%;border-radius:15px;box-shadow:0 10px 30px #ff6b8b33}.btn{padding:12px 30px;background-color:#ff6b8b;color:#fff;border:none;border-radius:30px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn:hover{background-color:#ff4d6d;transform:translateY(-3px);box-shadow:0 5px 15px #ff6b8b66}.section-title{text-align:center;font-size:36px;color:#ff4d6d;margin:60px 0 40px}.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px}.product-card{background-color:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #0000001a;transition:all .3s ease}.product-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #ff6b8b4d}.product-image{height:200px;width:100%;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image img{transform:scale(1.1)}.product-info{padding:20px}.product-name{font-size:20px;font-weight:600;color:#333;margin-bottom:10px}.product-description{font-size:14px;color:#666;margin-bottom:15px}.product-price{font-size:22px;font-weight:700;color:#ff4d6d;margin-bottom:20px}.chef-section{display:flex;align-items:center;background-color:#fff;border-radius:15px;padding:30px;margin:60px 0;box-shadow:0 5px 20px #0000001a}.chef-image{flex:1;padding-right:30px}.chef-image img{width:100%;border-radius:10px;box-shadow:0 5px 15px #0000001a}.chef-content{flex:1}.chef-content h2{font-size:32px;color:#ff4d6d;margin-bottom:20px}.chef-content p{font-size:16px;color:#666;line-height:1.6;margin-bottom:20px}.testimonials{margin:60px 0}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px}.testimonial-card{background-color:#fff;border-radius:15px;padding:30px;box-shadow:0 5px 20px #0000001a}.testimonial-text{font-size:16px;color:#666;line-height:1.6;margin-bottom:20px;font-style:italic}.testimonial-author{display:flex;align-items:center}.testimonial-author img{width:50px;height:50px;border-radius:50%;margin-right:15px}.author-info h4{font-size:18px;color:#333;margin-bottom:5px}.author-info p{font-size:14px;color:#999}footer{background-color:#ff9fb0;color:#fff;padding:40px 0;margin-top:60px}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:0 20px}.footer-column{flex:1;min-width:250px;margin-bottom:30px}.footer-column h3{font-size:20px;margin-bottom:20px}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:10px}.footer-column ul li a{color:#fff;text-decoration:none;transition:all .3s ease}.footer-column ul li a:hover{color:#ffccd5}.social-icons{display:flex;margin-top:20px}.social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fff;border-radius:50%;margin-right:10px;color:#ff6b8b;font-size:20px;transition:all .3s ease}.social-icons a:hover{background-color:#ff4d6d;color:#fff;transform:translateY(-5px)}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.3);max-width:1200px;margin:30px auto 0;padding:20px}@media (max-width: 768px){.hero{flex-direction:column}.hero-content{padding-right:0;margin-bottom:30px}.chef-section{flex-direction:column}.chef-image{padding-right:0;margin-bottom:30px}.footer-column{flex:100%}}
