*{margin:0;padding:0;box-sizing:border-box}body{font-family:Bodoni Moda,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,serif;background-color:beige;color:#1a1a1a;overflow-x:hidden}#global-header{position:absolute;top:0;left:0;right:0;display:flex;justify-content:flex-start;align-items:center;padding:2rem 3rem;background-color:transparent;z-index:10001;animation:fadeIn .5s ease-in}#logo img{height:60px;transition:all .3s ease;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}.hero-section{position:relative;width:100%;height:60vh;min-height:500px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-image-container img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-image-container:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d}.hero-content{position:relative;z-index:2;text-align:center;color:#f4f4f4;animation:fadeInUp 1s ease-out}.hero-title{font-size:4rem;font-weight:700;letter-spacing:4px;margin-bottom:1rem;text-shadow:2px 2px 8px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.5rem;letter-spacing:2px;font-weight:300;text-shadow:1px 1px 4px rgba(0,0,0,.5)}.contact-form-section{padding:6rem 2rem;background-color:beige}.form-container{max-width:800px;margin:0 auto}.section-title{font-size:3rem;text-align:center;letter-spacing:3px;margin-bottom:1rem;color:#1a1a1a}.section-subtitle{font-size:1rem;text-align:center;letter-spacing:2px;margin-bottom:3rem;color:#666}.contact-form{background:#fff;padding:3rem;border-radius:10px;box-shadow:0 4px 20px #0000001a}.form-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}.form-group{flex:1}.form-group.full-width{width:100%}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;border:1px solid #ddd;border-radius:5px;font-family:Bodoni Moda,serif;font-size:1rem;transition:border-color .3s ease;background-color:#fafafa}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#d4af37;background-color:#fff}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem;cursor:pointer}.form-label{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.chocolate-type{margin-bottom:1.5rem}.radio-group{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem}.radio-label input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#d4af37}.checkbox-group{margin-bottom:1.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#d4af37}.submit-group{text-align:center;margin-top:2rem}.submit-btn{padding:1rem 4rem;background:#d4af37;color:#1a1a1a;font-size:1rem;font-weight:600;letter-spacing:2px;border:2px solid #d4af37;border-radius:30px;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);font-family:Bodoni Moda,serif}.submit-btn:hover{background:transparent;color:#d4af37;transform:translateY(-2px);box-shadow:0 4px 12px #d4af374d}.form-message{margin-top:1.5rem;padding:1rem;border-radius:5px;text-align:center;font-size:.95rem;display:none}.form-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;display:block}.form-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;display:block}.faqs-section{padding:6rem 2rem;background-color:#fff}.faqs-container{max-width:900px;margin:0 auto}.faq-accordion{margin-top:3rem}.faq-item{border-bottom:1px solid #e0e0e0;margin-bottom:1rem}.faq-question{width:100%;padding:1.5rem 0;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:Bodoni Moda,serif;font-size:1.2rem;font-weight:600;text-align:left;color:#1a1a1a;transition:color .3s ease}.faq-question:hover{color:#d4af37}.faq-icon{font-size:2rem;font-weight:300;transition:transform .3s ease;color:#d4af37}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0}.faq-item.active .faq-answer{max-height:500px;padding:0 0 1.5rem}.faq-answer p{color:#666;line-height:1.8;font-size:1rem}.cta-section{padding:6rem 2rem;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);text-align:center}.cta-container{max-width:800px;margin:0 auto}.cta-title{font-size:3rem;letter-spacing:3px;margin-bottom:1rem;color:#f4f4f4}.cta-subtitle{font-size:1.2rem;letter-spacing:2px;margin-bottom:2rem;color:#d4af37}.cta-btn{padding:1rem 4rem;background:transparent;color:#f4f4f4;font-size:1rem;font-weight:600;letter-spacing:2px;border:2px solid #d4af37;border-radius:30px;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);font-family:Bodoni Moda,serif}.cta-btn:hover{background:#d4af37;color:#1a1a1a;transform:translateY(-2px);box-shadow:0 4px 12px #d4af3780}.footer{background-image:url(/assets/images/footer_texture-gXdUllwk.jpg);background-size:cover;background-position:center;color:#f4f4f4;padding:4rem 2rem 2rem;position:relative}.footer:before{content:"";position:absolute;inset:0;background-color:#1a1a1a66;pointer-events:none}.footer-content{max-width:1200px;margin:0 auto;position:relative;z-index:1;padding-bottom:2rem}.footer-logo{text-align:center;margin-bottom:3rem}.footer-logo img{height:80px;filter:brightness(0) invert(1)}.footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:3rem}.footer-column h3{font-size:1.2rem;letter-spacing:2px;margin-bottom:1.5rem;color:#d4af37}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.8rem}.footer-column ul li a{color:#f4f4f4;text-decoration:none;font-size:.95rem;transition:color .3s ease}.footer-column ul li a:hover{color:#d4af37}.footer-newsletter{text-align:center;margin-bottom:3rem}.footer-newsletter h3{font-size:1.5rem;letter-spacing:2px;margin-bottom:1rem;color:#d4af37}.footer-newsletter p{font-size:.95rem;margin-bottom:1.5rem;color:#ccc}.newsletter-form{display:flex;justify-content:center;gap:1rem;max-width:500px;margin:0 auto}.newsletter-form input{flex:1;padding:.8rem 1.5rem;border:1px solid #444;border-radius:25px;background-color:#2d2d2d;color:#f4f4f4;font-family:Bodoni Moda,serif;font-size:.95rem}.newsletter-form input:focus{outline:none;border-color:#d4af37}.newsletter-form button{padding:.8rem 2rem;background:#d4af37;color:#1a1a1a;border:none;border-radius:25px;font-family:Bodoni Moda,serif;font-weight:600;letter-spacing:1px;cursor:pointer;transition:all .3s ease}.newsletter-form button:hover{background:#b8941f;transform:translateY(-2px)}.footer-social{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem}.footer-social a{width:40px;height:40px;border:2px solid #d4af37;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d4af37;text-decoration:none;font-weight:600;transition:all .3s ease}.footer-social a:hover{background:#d4af37;color:#1a1a1a;transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #444}.footer-bottom p{font-size:.9rem;color:#888;margin-bottom:.5rem}.footer-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.footer-links a{color:#888;text-decoration:none;font-size:.85rem;transition:color .3s ease}.footer-links a:hover{color:#d4af37}.separator{color:#666}.frame-decoration{position:fixed;left:0;right:0;width:100%;z-index:10000;pointer-events:none}.frame-top{top:0}.frame-bottom{bottom:0;transform:rotate(180deg)}.frame-decoration img{width:100%;height:auto;display:block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2.5rem}.footer-columns{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){#logo img{height:45px}.hero-section{height:50vh;min-height:400px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.contact-form-section,.faqs-section,.cta-section{padding:4rem 1.5rem}.section-title{font-size:2rem}.contact-form{padding:2rem 1.5rem}.form-row{flex-direction:column;gap:1rem}.radio-group{grid-template-columns:repeat(2,1fr)}.submit-btn{padding:.8rem 3rem}.cta-title{font-size:2rem}.cta-subtitle{font-size:1rem}.footer-columns{grid-template-columns:1fr;gap:2rem}.newsletter-form{flex-direction:column}.newsletter-form button{width:100%}}@media (max-width: 480px){.hero-title{font-size:2rem;letter-spacing:2px}.hero-subtitle{font-size:.9rem}.section-title{font-size:1.8rem;letter-spacing:2px}.section-subtitle{font-size:.9rem}.contact-form{padding:1.5rem 1rem}.radio-group{grid-template-columns:1fr}.submit-btn,.cta-btn{padding:.8rem 2rem;font-size:.9rem}.faq-question{font-size:1rem}.cta-title{font-size:1.5rem}}
