@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0af2;border-bottom:1px solid #c8a96a26;height:70px;padding:0 1.5rem;position:fixed;top:0;left:0;right:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;display:flex}.navbar-logo{z-index:1001;align-items:center;gap:.5rem;text-decoration:none;display:flex}.logo-icon{font-size:1.6rem}.logo-text{color:#fff;letter-spacing:2px;font-size:1.5rem;font-weight:800}.logo-highlight{color:#c8a96a}.navbar-links{gap:2rem;display:flex}.nav-link{color:#a0a0a0;letter-spacing:1px;text-transform:uppercase;padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-link:after{content:"";background:#c8a96a;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover,.nav-link.active{color:#c8a96a}.nav-link.active:after,.nav-link:hover:after{width:100%}.navbar-actions{align-items:center;gap:1rem;display:flex}.cart-btn{cursor:pointer;background:0 0;border:2px solid #c8a96a4d;border-radius:12px;padding:.5rem .75rem;transition:all .3s;position:relative}.cart-btn:hover{background:#c8a96a1a;border-color:#c8a96a}.cart-icon{font-size:1.2rem}.cart-badge{color:#0a0a0a;background:linear-gradient(135deg,#c8a96a,#a0854a);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.hamburger span{background:#fff;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=768px){.navbar{padding:0 1rem}.hamburger{display:flex}.navbar-links{z-index:1000;opacity:0;visibility:hidden;background:#0a0a0afa;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:100%;height:100vh;transition:all .3s;position:fixed;inset:0;transform:translateY(-20px)}.navbar-links.active{opacity:1;visibility:visible;transform:translateY(0)}.nav-link{letter-spacing:3px;color:#fff;padding:1rem 2rem;font-size:1.5rem}.nav-link.active{color:#c8a96a}}.cart-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;opacity:0;visibility:hidden;background:#0009;transition:all .3s;position:fixed;inset:0}.cart-overlay.active{opacity:1;visibility:visible}.cart-drawer{z-index:1200;background:#111;border-left:1px solid #c8a96a26;flex-direction:column;width:420px;max-width:100%;transition:transform .4s cubic-bezier(.25,.8,.25,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.cart-drawer.active{transform:translate(0)}.cart-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.cart-title{align-items:center;gap:.75rem;display:flex}.cart-title-icon{font-size:1.3rem}.cart-title h2{color:#fff;margin:0;font-size:1.2rem;font-weight:700}.cart-count{color:#0a0a0a;background:linear-gradient(135deg,#c8a96a,#a0854a);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;font-weight:700;display:flex}.cart-close{color:gray;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:all .3s;display:flex}.cart-close:hover{color:#fff;background:#ffffff1a}.cart-body{scrollbar-width:thin;scrollbar-color:#c8a96a33 transparent;flex:1;padding:1rem 1.5rem;overflow-y:auto}.cart-body::-webkit-scrollbar{width:4px}.cart-body::-webkit-scrollbar-thumb{background:#c8a96a33;border-radius:2px}.cart-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;height:100%;display:flex}.empty-icon{opacity:.5;font-size:3rem}.cart-empty h3{color:#fff;margin:0;font-size:1.1rem}.cart-empty p{color:#666;margin:0;font-size:.9rem}.cart-items{flex-direction:column;gap:.75rem;display:flex}.cart-item{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem;transition:all .3s;display:flex}.cart-item:hover{border-color:#c8a96a26}.cart-item-emoji{background:#ffffff08;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.8rem;display:flex;overflow:hidden}.cart-item-img{object-fit:cover;border-radius:10px;width:100%;height:100%}.cart-item-details{flex:1;min-width:0}.cart-item-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .2rem;font-size:.85rem;font-weight:600;overflow:hidden}.cart-item-price{color:gray;font-size:.78rem}.cart-item-actions{flex-direction:column;align-items:flex-end;gap:.4rem;display:flex}.quantity-controls{background:#ffffff08;border-radius:8px;align-items:center;gap:.5rem;padding:2px;display:flex}.qty-btn{color:#c8a96a;cursor:pointer;background:0 0;border:1px solid #c8a96a33;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;transition:all .2s;display:flex}.qty-btn:hover{background:#c8a96a1a;border-color:#c8a96a}.qty-value{color:#fff;text-align:center;min-width:20px;font-size:.85rem;font-weight:600}.cart-item-total{color:#c8a96a;font-size:.82rem;font-weight:700}.cart-footer{border-top:1px solid #ffffff0f;flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.cart-summary{flex-direction:column;gap:.5rem;display:flex}.summary-row{color:gray;justify-content:space-between;font-size:.85rem;display:flex}.summary-row.total{color:#fff;border-top:1px solid #ffffff0f;padding-top:.5rem;font-size:1.1rem;font-weight:700}.name-input-wrapper{animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.name-input{color:#fff;box-sizing:border-box;background:#ffffff0d;border:1px solid #c8a96a4d;border-radius:10px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .3s}.name-input:focus{border-color:#c8a96a;box-shadow:0 0 15px #c8a96a1a}.name-input::placeholder{color:#555}.whatsapp-btn{color:#fff;cursor:pointer;letter-spacing:.5px;background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .3s;display:flex}.whatsapp-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #25d3664d}.whatsapp-btn:disabled{opacity:.5;cursor:not-allowed}.whatsapp-icon{align-items:center;display:flex}.clear-cart-btn{color:#666;cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:10px;padding:.6rem;font-family:inherit;font-size:.82rem;transition:all .3s}.clear-cart-btn:hover{color:#ff6b6b;border-color:#ff6b6b4d}@media (width<=768px){.cart-drawer{width:100%}.cart-header{padding:1rem}.cart-body{padding:.75rem 1rem}.cart-footer{padding:1rem}}.footer{background:#0a0a0a;border-top:1px solid #c8a96a1a;margin-top:4rem;padding:3rem 1.5rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto}.footer-top{border-bottom:1px solid #ffffff0d;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:2rem;display:grid}.footer-logo{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.footer-logo-icon{font-size:1.4rem}.footer-logo-text{color:#fff;letter-spacing:2px;font-size:1.3rem;font-weight:800}.footer-logo-highlight{color:#c8a96a}.footer-tagline{color:#666;max-width:300px;margin:0;font-size:.85rem;line-height:1.7}.footer-links-group h4{color:#fff;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 1rem;font-size:.85rem;font-weight:600}.footer-link{color:#888;cursor:pointer;padding:.5rem 0;font-size:.9rem;text-decoration:none;transition:color .3s;display:block}.footer-link:hover,.footer-link:active{color:#c8a96a}.footer-bottom{justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.footer-bottom p{color:#444;margin:0;font-size:.8rem}.footer-made{color:#555!important}@media (width<=768px){.footer{margin-top:2rem;padding:2rem 1rem 1rem}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}}.product-card{background:linear-gradient(145deg,#1a1a1a,#141414);border:1px solid #c8a96a1a;border-radius:16px;flex-direction:column;transition:all .4s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:#c8a96a4d;transform:translateY(-6px);box-shadow:0 20px 40px #0006,0 0 30px #c8a96a0d}.product-badge{color:#0a0a0a;letter-spacing:.5px;text-transform:uppercase;z-index:2;background:linear-gradient(135deg,#c8a96a,#a0854a);border-radius:20px;padding:4px 12px;font-size:.7rem;font-weight:700;position:absolute;top:12px;left:12px}.product-image{background:linear-gradient(135deg,#1e1e1e,#252525);justify-content:center;align-items:center;min-height:140px;padding:2rem;display:flex;position:relative;overflow:hidden}.product-image:has(.product-img){aspect-ratio:1;height:220px;min-height:220px;padding:0}.product-image:before{content:"";background:radial-gradient(circle,#c8a96a14,#0000);border-radius:50%;width:120px;height:120px;position:absolute}.product-image:has(.product-img):before{display:none}.product-emoji{filter:drop-shadow(0 4px 8px #0000004d);font-size:3.5rem;transition:transform .3s}.product-img{object-fit:cover;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0}.product-card:hover .product-emoji{transform:scale(1.15)}.product-card:hover .product-img{transform:scale(1.08)}.product-info{flex-direction:column;flex:1;gap:.6rem;padding:1.25rem;display:flex}.product-category-tag{color:#c8a96a;text-transform:uppercase;letter-spacing:1.5px;font-size:.7rem;font-weight:600}.product-name{color:#fff;margin:0;font-size:1.1rem;font-weight:700;line-height:1.3}.product-description{color:gray;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.5;display:-webkit-box;overflow:hidden}.product-meta{gap:1rem;margin-top:.25rem;display:flex}.meta-item{color:#666;font-size:.75rem}.product-footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;display:flex}.product-price{color:#fff;font-size:1.2rem;font-weight:800}.add-to-cart-btn{color:#0a0a0a;cursor:pointer;letter-spacing:.5px;background:linear-gradient(135deg,#c8a96a,#a0854a);border:none;border-radius:10px;padding:.55rem 1.1rem;font-size:.82rem;font-weight:700;transition:all .3s}.add-to-cart-btn:hover{transform:scale(1.05);box-shadow:0 4px 15px #c8a96a4d}.add-to-cart-btn:active{transform:scale(.98)}.add-to-cart-btn.added{color:#95d5b2;background:linear-gradient(135deg,#2d6a4f,#1b4332)}.btn-content{align-items:center;gap:.3rem;display:flex}.plus-icon{font-size:1.1rem;font-weight:700}.check-icon{font-weight:700}@media (width<=768px){.product-card{border-radius:12px}.product-image{min-height:110px;padding:1.5rem}.product-image:has(.product-img){height:150px;min-height:150px;padding:0}.product-emoji{font-size:2.8rem}.product-info{padding:1rem}.product-name{font-size:1rem}.product-price{font-size:1.05rem}}.category-filter{margin-bottom:2rem}.category-scroll{scrollbar-width:none;-ms-overflow-style:none;gap:.75rem;padding:.5rem 0;display:flex;overflow-x:auto}.category-scroll::-webkit-scrollbar{display:none}.category-chip{color:gray;cursor:pointer;white-space:nowrap;background:#ffffff08;border:1px solid #ffffff14;border-radius:50px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .3s;display:flex}.category-chip:hover{color:#c8a96a;background:#c8a96a0d;border-color:#c8a96a4d}.category-chip.active{color:#c8a96a;background:linear-gradient(135deg,#c8a96a26,#c8a96a0d);border-color:#c8a96a;box-shadow:0 2px 15px #c8a96a26}.category-icon{font-size:1rem}.category-name{letter-spacing:.5px}@media (width<=768px){.category-filter{margin-bottom:1.5rem;margin-left:-1rem;margin-right:-1rem;padding:0 1rem}.category-chip{padding:.55rem 1rem;font-size:.8rem}}.home{padding-top:70px}.hero{justify-content:space-between;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:4rem 1.5rem 3rem;display:flex}.hero-content{flex:1;max-width:600px}.hero-badge{color:#c8a96a;letter-spacing:.5px;background:linear-gradient(135deg,#c8a96a26,#c8a96a0d);border:1px solid #c8a96a40;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.82rem;font-weight:600;display:inline-block}.hero-title{color:#fff;letter-spacing:-1px;margin:0 0 1.25rem;font-size:3.2rem;font-weight:800;line-height:1.15}.hero-highlight{background:linear-gradient(135deg,#c8a96a,#e8d5a8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:gray;max-width:480px;margin:0 0 2rem;font-size:1.05rem;line-height:1.7}.hero-stats{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;display:flex}.stat{flex-direction:column;gap:.25rem;display:flex}.stat-number{color:#c8a96a;font-size:1.4rem;font-weight:800}.stat-label{color:#666;text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.stat-divider{background:#ffffff14;width:1px;height:40px}.hero-visual{flex-shrink:0}.hero-emoji-grid{grid-template-rows:repeat(2,80px);grid-template-columns:repeat(3,80px);gap:12px;display:grid}.hero-emoji{background:linear-gradient(145deg,#1a1a1a,#141414);border:1px solid #c8a96a1a;border-radius:16px;justify-content:center;align-items:center;font-size:2rem;transition:all .3s;animation:6s ease-in-out infinite float;display:flex}.hero-emoji:hover{border-color:#c8a96a4d;transform:scale(1.1)}.e1{animation-delay:0s}.e2{animation-delay:.5s}.e3{animation-delay:1s}.e4{animation-delay:1.5s}.e5{animation-delay:2s}.e6{animation-delay:2.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.how-it-works{justify-content:center;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex}.step{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;flex:1;max-width:220px;padding:1.5rem;transition:all .3s}.step:hover{border-color:#c8a96a33;transform:translateY(-2px)}.step-icon{margin-bottom:.75rem;font-size:2rem;display:block}.step h3{color:#fff;margin:0 0 .3rem;font-size:.95rem;font-weight:700}.step p{color:#666;margin:0;font-size:.8rem}.step-arrow{color:#c8a96a;font-size:1.5rem;font-weight:300}.products-section{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-header{margin-bottom:1.5rem}.section-title{color:#fff;letter-spacing:-.5px;margin:0 0 .5rem;font-size:2rem;font-weight:800}.highlight{color:#c8a96a}.section-subtitle{color:#666;margin:0;font-size:.95rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.no-products{text-align:center;color:#666;padding:3rem}.no-products span{margin-bottom:1rem;font-size:2.5rem;display:block}@media (width<=768px){.hero{text-align:center;flex-direction:column;gap:2rem;padding:2rem 1rem}.hero-content{max-width:100%}.hero-title{font-size:2.2rem}.hero-subtitle{max-width:100%;font-size:.95rem}.hero-stats{justify-content:center;gap:1rem;padding:1rem}.stat-number{font-size:1.2rem}.hero-emoji-grid{grid-template-rows:repeat(2,65px);grid-template-columns:repeat(3,65px);gap:8px}.hero-emoji{border-radius:12px;font-size:1.5rem}.how-it-works{flex-direction:column;gap:.75rem;padding:1rem 1rem 2rem}.step{text-align:left;align-items:center;gap:1rem;width:100%;max-width:100%;padding:1rem;display:flex}.step-icon{margin-bottom:0;font-size:1.5rem}.step h3{font-size:.9rem}.step-arrow{font-size:1rem;transform:rotate(90deg)}.products-section{padding:0 1rem}.section-title{font-size:1.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}}@media (width<=480px){.hero-title{font-size:1.8rem}.products-grid{grid-template-columns:1fr}}.about-page{padding-top:70px}.about-hero{text-align:center;max-width:800px;margin:0 auto;padding:4rem 1.5rem 3rem}.about-badge{color:#c8a96a;letter-spacing:.5px;background:linear-gradient(135deg,#c8a96a26,#c8a96a0d);border:1px solid #c8a96a40;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.82rem;font-weight:600;display:inline-block}.about-title{color:#fff;letter-spacing:-1px;margin:0 0 1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.about-highlight{background:linear-gradient(135deg,#c8a96a,#e8d5a8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.about-intro{color:gray;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.8}.about-section{padding:2rem 0}.about-container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.about-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.about-card{background:linear-gradient(145deg,#1a1a1a,#141414);border:1px solid #c8a96a1a;border-radius:16px;padding:2rem;transition:all .3s}.about-card:hover{border-color:#c8a96a40;transform:translateY(-4px)}.about-card-icon{margin-bottom:1rem;font-size:2rem;display:block}.about-card h3{color:#fff;margin:0 0 .75rem;font-size:1.15rem;font-weight:700}.about-card p{color:gray;margin:0;font-size:.88rem;line-height:1.7}.section-heading{text-align:center;color:#fff;letter-spacing:-.5px;margin:0 0 2.5rem;font-size:2rem;font-weight:800}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.feature{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .3s;display:flex}.feature:hover{border-color:#c8a96a33}.feature-icon{background:#c8a96a14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.5rem;display:flex}.feature h4{color:#fff;margin:0 0 .3rem;font-size:.95rem;font-weight:700}.feature p{color:#666;margin:0;font-size:.82rem;line-height:1.6}.owner-card{background:linear-gradient(145deg,#1a1a1a,#141414);border:1px solid #c8a96a26;border-radius:20px;align-items:center;gap:2.5rem;max-width:700px;margin:0 auto;padding:2.5rem;display:flex}.owner-photo-placeholder{background:#c8a96a14;border:2px solid #c8a96a59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:130px;height:130px;display:flex;overflow:hidden}.owner-photo-placeholder img{object-fit:cover;object-position:center 20%;border-radius:50%;width:100%;height:100%}.owner-info{flex:1}.owner-name{color:#fff;letter-spacing:-.3px;margin:0 0 .25rem;font-size:1.4rem;font-weight:800}.owner-role{color:#c8a96a;letter-spacing:.3px;margin:0 0 .75rem;font-size:.85rem;font-weight:600}.owner-bio{color:gray;margin:0 0 1.25rem;font-size:.88rem;line-height:1.7}.owner-socials{gap:.6rem;display:flex}.social-link{color:#c8a96a;background:#c8a96a14;border:1px solid #c8a96a26;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{background:#c8a96a2e;border-color:#c8a96a59;transform:translateY(-2px)}.order-section{padding:3rem 0}.order-description{text-align:center;color:gray;max-width:500px;margin:-1.5rem auto 2.5rem;font-size:1rem}.order-steps{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.order-step{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:1.5rem;transition:all .3s}.order-step:hover{border-color:#c8a96a33;transform:translateY(-2px)}.order-step-number{color:#0a0a0a;background:linear-gradient(135deg,#c8a96a,#a0854a);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 1rem;font-size:1.1rem;font-weight:800;display:flex}.order-step h4{color:#fff;margin:0 0 .4rem;font-size:.95rem;font-weight:700}.order-step p{color:#666;margin:0;font-size:.8rem;line-height:1.5}.contact-cta{background:linear-gradient(145deg,#1a1a1a,#141414);border:1px solid #c8a96a26;border-radius:20px;justify-content:space-between;align-items:center;gap:3rem;padding:3rem;display:flex}.cta-content{flex:1}.cta-content h2{color:#fff;letter-spacing:-.5px;margin:0 0 1rem;font-size:1.8rem;font-weight:800}.cta-content p{color:gray;max-width:450px;margin:0 0 1.5rem;font-size:.95rem;line-height:1.7}.cta-whatsapp-btn{color:#fff;letter-spacing:.3px;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.cta-whatsapp-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #25d3664d}.cta-visual{flex-shrink:0}.cta-emoji{filter:drop-shadow(0 4px 8px #0000004d);font-size:5rem;animation:4s ease-in-out infinite float;display:block}@media (width<=768px){.about-hero{padding:2rem 1rem}.about-title{font-size:2rem}.about-intro{font-size:.95rem}.about-container{padding:0 1rem}.about-grid{grid-template-columns:1fr;gap:1rem}.about-card{padding:1.5rem}.section-heading{margin-bottom:1.5rem;font-size:1.5rem}.features-grid{grid-template-columns:1fr;gap:.75rem}.order-steps{grid-template-columns:repeat(2,1fr);gap:1rem}.owner-card{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem}.owner-photo-placeholder{width:110px;height:110px}.owner-socials{justify-content:center}.contact-cta{text-align:center;flex-direction:column;gap:1.5rem;padding:2rem}.cta-content h2{font-size:1.4rem}.cta-content p{max-width:100%}.cta-emoji{font-size:3.5rem}}@media (width<=480px){.about-title{font-size:1.7rem}.order-steps{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}:root{--gold:#c8a96a;--gold-light:#e8d5a8;--gold-dark:#a0854a;--bg-primary:#0a0a0a;--bg-secondary:#111;--bg-card:#1a1a1a;--text-primary:#fff;--text-secondary:gray;--text-muted:#555;--border:#ffffff0f;--border-gold:#c8a96a26}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;overflow-x:hidden}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#c8a96a33;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#c8a96a66}::selection{color:#fff;background:#c8a96a4d}button,input{font-family:inherit}a{text-decoration:none}img{max-width:100%;display:block}
