:root{font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;font-weight:400;color:#2a2622;background-color:#fffcfa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-primary: #3d3530;--color-accent: #8b6f5c;--color-accent-dark: #6f5848;--color-accent-light: #f5ebe3;--color-gold: #c4a574;--color-text: #2a2622;--color-text-muted: #6b6560;--color-border: #e8e2dc;--color-bg-subtle: #f9f6f3;--color-bg-section: #f5f1ec;--color-bg-cream: #fffcfa;--color-success: #2d6a4f;--shadow-sm: 0 1px 3px rgba(42, 38, 34, .06);--shadow-md: 0 8px 30px rgba(42, 38, 34, .08);--shadow-lg: 0 20px 50px rgba(42, 38, 34, .12);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--color-bg-cream)}#root{width:100%}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}.app{font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:var(--color-text, #2c2c2c);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fffcfaeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--color-text);padding:.85rem 0;position:fixed;top:0;width:100%;z-index:1000;box-shadow:var(--shadow-sm);border-bottom:1px solid var(--color-border)}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:600;font-family:Cormorant Garamond,Georgia,serif;text-decoration:none;color:var(--color-text, #2c2c2c);display:flex;align-items:center;gap:.5rem}.header-logo{width:45px;height:45px;border-radius:50%;object-fit:cover;border:1px solid var(--color-border, #e5e7eb)}.mobile-logo{display:none}.nav{display:flex;align-items:center;gap:2rem;width:100%;justify-content:space-between}.nav-btn{background:none;border:none;color:var(--color-text, #2c2c2c);font-size:.95rem;font-weight:500;cursor:pointer;transition:color .2s ease;padding:.5rem 1rem;border-radius:4px}.nav-btn:hover,.nav-btn.active{color:var(--color-accent, #6b5b4f)}.nav-right{display:flex;align-items:center;gap:1.5rem}.cart-btn{background:var(--color-bg-subtle, #f8f8f6);border:1px solid var(--color-border, #e5e7eb);color:var(--color-text, #2c2c2c);padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;transition:all .2s ease;font-weight:500;font-size:.9rem}.cart-btn:hover,.cart-btn.active{background:var(--color-accent, #6b5b4f);border-color:var(--color-accent, #6b5b4f);color:#fff}.nav a:hover{opacity:.85}.cart-info{background:var(--color-bg-subtle, #f8f8f6);padding:.5rem 1rem;border-radius:6px;font-weight:600;border:1px solid var(--color-border, #e5e7eb)}.auth-buttons{display:flex;gap:.75rem;align-items:center}.auth-nav-btn{padding:.5rem 1rem;border-radius:6px;border:1px solid var(--color-border, #e5e7eb);background:transparent;color:var(--color-text, #2c2c2c);font-weight:500;cursor:pointer;transition:all .2s ease;font-size:.9rem}.auth-nav-btn:hover{background:var(--color-bg-subtle, #f8f8f6);color:var(--color-accent, #6b5b4f)}.register-btn{background:var(--color-accent, #6b5b4f);color:#fff;border-color:var(--color-accent, #6b5b4f)}.register-btn:hover{background:#5a4d42;color:#fff;border-color:#5a4d42}.logo{cursor:pointer;transition:opacity .2s ease}.logo:hover{opacity:.85}.hero{background:linear-gradient(165deg,#2a2622b8,#3d35308c,#8b6f5c73),url(https://images.unsplash.com/photo-1578985545062-69928b1d9587?w=1400&h=800&fit=crop) center/cover;min-height:92vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;margin-top:72px;padding:3rem 1.5rem}.hero-badge{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fffffff2;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);padding:.45rem 1rem;border-radius:100px;margin-bottom:1.25rem}.hero-logo{width:110px;height:110px;border-radius:50%;object-fit:cover;margin-bottom:1.25rem;box-shadow:var(--shadow-lg);border:3px solid rgba(255,255,255,.9)}.hero-content h1{font-size:clamp(2rem,5vw,3.25rem);font-family:Cormorant Garamond,Georgia,serif;margin-bottom:1rem;color:#fff;font-weight:600;line-height:1.15;max-width:720px;margin-left:auto;margin-right:auto}.hero-content p{font-size:1.1rem;margin-bottom:1.5rem;max-width:580px;margin-left:auto;margin-right:auto;color:#ffffffeb;line-height:1.75}.hero-trust-pills{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-bottom:2rem}.hero-trust-pills span{font-size:.85rem;font-weight:500;padding:.4rem .9rem;background:#ffffff24;border-radius:100px;border:1px solid rgba(255,255,255,.2)}.hero-buttons{display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:center;flex-wrap:wrap}.cta-button{background:#fff;color:var(--color-text);border:none;padding:.9rem 1.85rem;font-size:1rem;border-radius:var(--radius-sm);cursor:pointer;transition:all .25s ease;font-weight:600;box-shadow:var(--shadow-md)}.cta-button:hover{background:var(--color-accent-light);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.cta-button.cta-devis{background:transparent;border:2px solid rgba(255,255,255,.9);color:#fff;box-shadow:none}.cta-button.cta-devis:hover{background:#ffffff1f;border-color:#fff;transform:translateY(-2px)}.cta-button-secondary{background:transparent;color:var(--color-accent);border:2px solid var(--color-accent);padding:.85rem 1.75rem;font-size:1rem;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease;font-weight:600}.cta-button-secondary:hover{background:var(--color-accent);color:#fff}.section-intro{text-align:center;max-width:640px;margin:0 auto 3rem}.section-eyebrow{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem}.section-intro h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.75rem,4vw,2.35rem);color:var(--color-text);margin-bottom:.75rem;font-weight:600}.section-intro p{color:var(--color-text-muted);font-size:1.05rem;line-height:1.7}.trust-bar{background:var(--color-bg-cream);border-bottom:1px solid var(--color-border);padding:2.5rem 0;margin-top:-2rem;position:relative;z-index:2}.trust-bar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.trust-bar-item{display:flex;gap:1rem;align-items:flex-start;background:#fff;padding:1.25rem;border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease}.trust-bar-item:hover{box-shadow:var(--shadow-md)}.trust-bar-icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--color-accent-light);color:var(--color-accent);border-radius:var(--radius-sm)}.trust-bar-item h3{font-size:.95rem;font-weight:600;color:var(--color-text);margin-bottom:.25rem}.trust-bar-item p{font-size:.85rem;color:var(--color-text-muted);line-height:1.5;margin:0}.how-it-works{padding:5rem 0;background:var(--color-bg-section)}.how-it-works-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.how-step-card{background:#fff;padding:2rem 1.75rem;border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);text-align:center;position:relative;transition:transform .2s ease,box-shadow .2s ease}.how-step-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.how-step-number{position:absolute;top:1rem;right:1.25rem;font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:600;color:var(--color-gold);opacity:.6}.how-step-icon{width:56px;height:56px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;background:var(--color-accent-light);color:var(--color-accent);border-radius:50%}.how-step-card h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.35rem;color:var(--color-text);margin-bottom:.75rem}.how-step-card p{color:var(--color-text-muted);font-size:.95rem;line-height:1.65;margin:0}.testimonials-preview{padding:5rem 0;background:var(--color-bg-cream)}.testimonials-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}.testimonial-card{background:#fff;padding:1.75rem;border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);margin:0;transition:box-shadow .2s ease}.testimonial-card:hover{box-shadow:var(--shadow-md)}.star-rating{display:flex;gap:.15rem;color:var(--color-gold);margin-bottom:1rem}.testimonial-card p{color:var(--color-text);font-size:.95rem;line-height:1.7;font-style:italic;margin-bottom:1.25rem}.testimonial-card footer{display:flex;flex-direction:column;gap:.35rem}.testimonial-card cite{font-style:normal;font-weight:600;color:var(--color-text);font-size:.9rem}.testimonial-product{font-size:.75rem;font-weight:600;color:var(--color-accent);background:var(--color-accent-light);padding:.2rem .6rem;border-radius:4px;width:fit-content}.testimonials-preview-cta{text-align:center}.products-section{padding:4rem 0;background:var(--color-bg-section, #fafaf8)}.products-section h2{text-align:center;font-size:2.25rem;font-family:Cormorant Garamond,Georgia,serif;margin-bottom:3rem;color:var(--color-text, #2c2c2c)}.category-filter{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{background:#fff;border:1px solid var(--color-border, #e5e7eb);color:var(--color-text, #2c2c2c);padding:.7rem 1.5rem;border-radius:6px;cursor:pointer;transition:all .2s ease;font-weight:500}.filter-btn:hover,.filter-btn.active{background:var(--color-accent, #6b5b4f);color:#fff;border-color:var(--color-accent, #6b5b4f)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000f;transition:box-shadow .2s ease;border:1px solid var(--color-border, #e5e7eb)}.product-card:hover{box-shadow:0 2px 8px #00000014}.product-card img{width:100%;height:250px;object-fit:cover}.product-info{padding:1.5rem}.product-info h3{font-size:1.3rem;margin-bottom:.5rem;color:#333}.product-info p{color:#666;margin-bottom:1rem;line-height:1.5}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-card .price{font-size:1.25rem;font-weight:600;color:var(--color-text, #2c2c2c)}.product-image-wrapper{position:relative;width:100%;height:250px;overflow:hidden}.product-image-wrapper img{width:100%;height:100%;object-fit:cover}.promo-badge{position:absolute;top:10px;right:10px;background:#dc2626;color:#fff;padding:.5rem 1rem;border-radius:50px;font-weight:700;font-size:.85rem;box-shadow:0 4px 15px #ff6b6b66;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.price-section{display:flex;flex-direction:column;gap:.3rem}.original-price{font-size:1rem;color:#999;text-decoration:line-through}.promo-price{font-size:1.6rem;font-weight:700;color:#ff6b6b;background:linear-gradient(135deg,#ff6b6b,#ff8787);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-card .add-to-cart-btn{background:var(--color-accent, #6b5b4f);color:#fff;border:none;padding:.7rem 1.2rem;border-radius:6px;cursor:pointer;transition:background .2s ease;font-weight:600}.product-card .add-to-cart-btn:hover{background:#5a4d42}.contact-section{padding:4rem 0;background:var(--color-bg-section, #fafaf8)}.contact-section h2{text-align:center;font-size:2.25rem;font-family:Cormorant Garamond,Georgia,serif;margin-bottom:3rem;color:var(--color-text, #2c2c2c)}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:800px;margin:0 auto}.contact-item{text-align:center;padding:2rem;background:#fff;border-radius:8px;transition:box-shadow .2s ease;box-shadow:0 1px 3px #0000000f;border:1px solid var(--color-border, #e5e7eb)}.contact-item:hover{box-shadow:0 4px 12px #00000014}.contact-item h3{font-size:1.1rem;font-family:Cormorant Garamond,Georgia,serif;margin-bottom:1rem;color:var(--color-text, #2c2c2c);font-weight:600}.contact-link{color:var(--color-accent, #6b5b4f);text-decoration:none;font-weight:500;transition:color .2s ease}.contact-link:hover{color:#5a4d42}.contact-item p{color:var(--color-text-muted);line-height:1.6}.contact-hint{display:block;margin-top:.75rem;font-size:.85rem;color:var(--color-text-muted);font-style:italic}.whatsapp-banner{display:flex;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;padding:1.25rem 2rem;border-radius:16px;text-decoration:none;margin-bottom:2rem;transition:all .3s ease;box-shadow:0 8px 25px #25d3664d}.whatsapp-banner:hover{transform:translateY(-3px);box-shadow:0 12px 35px #25d36666}.whatsapp-icon{font-size:2rem}.whatsapp-text{display:flex;flex-direction:column;text-align:left}.whatsapp-text strong{font-size:1.2rem}.whatsapp-text span{font-size:1.1rem;opacity:.9}.whatsapp-arrow{font-size:1.5rem;transition:transform .3s ease}.whatsapp-banner:hover .whatsapp-arrow{transform:translate(5px)}.whatsapp-item{background:#f0fdf4!important;border-color:#86efac!important}.whatsapp-link{color:#15803d!important;font-size:1.1rem!important;font-weight:600!important}.whatsapp-link:hover{color:#166534!important}.whatsapp-float{position:fixed;bottom:25px;right:25px;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #00000026;z-index:999;transition:transform .2s ease,box-shadow .2s ease}.whatsapp-float:hover{transform:scale(1.05);box-shadow:0 4px 16px #0003}.devis-section{padding:5rem 0;background:var(--color-bg-section, #fafaf8);position:relative}.devis-header{text-align:center;margin-bottom:3rem}.devis-header h2{font-size:2.25rem;font-family:Cormorant Garamond,Georgia,serif;color:var(--color-text, #2c2c2c);margin-bottom:.5rem}.devis-subtitle{font-size:1.05rem;color:var(--color-text-muted, #6b7280);max-width:600px;margin:0 auto}.devis-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}.devis-info{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000000f;border:1px solid var(--color-border, #e5e7eb)}.devis-info h3{font-size:1.25rem;font-family:Cormorant Garamond,Georgia,serif;color:var(--color-text, #2c2c2c);margin-bottom:1.5rem}.devis-features{list-style:none;padding:0;margin:0 0 2rem}.devis-features li{padding:.75rem 0;font-size:.95rem;color:var(--color-text-muted, #6b7280);border-bottom:1px solid var(--color-border, #e5e7eb)}.devis-features li:last-child{border-bottom:none}.devis-contact-quick{background:#f0fdf4;padding:1.5rem;border-radius:8px;text-align:center;border:1px solid #bbf7d0}.devis-contact-quick p{font-size:.95rem;color:var(--color-text-muted, #6b7280);margin-bottom:1rem}.devis-whatsapp-btn{display:inline-block;background:#25d366;color:#fff;padding:.7rem 1.4rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.95rem;transition:background .2s ease}.devis-whatsapp-btn:hover{background:#22c55e}.devis-form{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 1px 3px #0000000f;border:1px solid var(--color-border, #e5e7eb)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.devis-form .form-group{margin-bottom:1.5rem}.devis-form label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.devis-form input,.devis-form select,.devis-form textarea{width:100%;padding:.85rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .3s ease;font-family:inherit}.devis-form input:focus,.devis-form select:focus,.devis-form textarea:focus{outline:none;border-color:var(--color-accent, #6b5b4f);box-shadow:0 0 0 2px #6b5b4f26}.devis-form textarea{resize:vertical;min-height:120px}.devis-submit-btn{width:100%;padding:1rem;background:#25d366;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease}.devis-submit-btn:hover{background:#22c55e}@media(max-width:768px){.devis-content{grid-template-columns:1fr}.form-row{grid-template-columns:1fr;gap:0}.devis-header h2{font-size:2rem}.devis-form{padding:1.5rem}}.footer{background:var(--color-primary);color:#ffffffe0;padding:3.5rem 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.12);text-align:left}.footer-logo-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.2)}.footer-brand-name{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:600;color:#fff}.footer-tagline{font-size:.95rem;line-height:1.65;color:#ffffffbf;max-width:280px;margin:0}.footer-nav h4,.footer-contact h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-gold);margin-bottom:1rem;font-weight:600}.footer-nav{display:flex;flex-direction:column;gap:.5rem}.footer-nav-link{background:none;border:none;color:#ffffffd9;text-align:left;cursor:pointer;font-size:.95rem;padding:0;transition:color .2s ease}.footer-nav-link:hover{color:#fff}.footer-contact p{margin:0 0 .5rem;font-size:.95rem;color:#ffffffbf}.footer-contact-link{display:block;color:#ffffffe6;text-decoration:none;font-size:.95rem;margin-bottom:.4rem;transition:color .2s ease}.footer-contact-link:hover{color:var(--color-gold)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;flex-wrap:wrap;gap:.75rem}.footer-bottom p{margin:0;font-size:.85rem;color:#fff9}.footer-link{background:none;border:none;color:#ffffffb3;cursor:pointer;text-decoration:underline;font-size:.85rem;transition:color .2s ease}.footer-link:hover{color:#fff}@media(max-width:768px){.header{padding:.5rem 0}.hero-content h1{font-size:2.25rem}.trust-bar-grid{grid-template-columns:repeat(2,1fr)}.how-it-works-grid,.testimonials-preview-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-tagline{max-width:none;margin:0 auto}.footer-logo-row{justify-content:center}.footer-nav{align-items:center}.footer-nav-link{text-align:center}.footer-bottom{flex-direction:column;text-align:center}.hero-content p{font-size:1.1rem}.products-grid{grid-template-columns:1fr}.category-filter{flex-direction:column;align-items:center}.contact-info{grid-template-columns:1fr}}@media(max-width:480px){.container{padding:0 15px}.hero-content h1{font-size:1.85rem}.hero-trust-pills{flex-direction:column;align-items:center}.trust-bar-grid{grid-template-columns:1fr}.products-section h2,.contact-section h2{font-size:2rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.product-card{animation:fadeInUp .6s ease-out}.product-card:nth-child(1){animation-delay:.1s}.product-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3){animation-delay:.3s}.product-card:nth-child(4){animation-delay:.4s}.product-card:nth-child(5){animation-delay:.5s}.product-card:nth-child(6){animation-delay:.6s}.logo{animation:none}.header-logo{margin-right:.5rem}.category-section{padding:4rem 0}.category-section h2{text-align:center;font-size:2.25rem;font-family:Cormorant Garamond,Georgia,serif;margin-bottom:.5rem;color:var(--color-text, #2c2c2c)}.section-subtitle{text-align:center;font-size:1rem;color:var(--color-text-muted, #6b7280);margin-bottom:3rem}.products-section{background:var(--color-bg-section, #fafaf8)}.creations-catalog{background:var(--color-bg-section)}.creations-intro{text-align:center;max-width:640px;margin:0 auto;padding:4.5rem 1.5rem 2rem}.creations-intro h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2rem,4vw,2.75rem);color:var(--color-text);margin-bottom:.75rem;font-weight:600}.creations-intro p{color:var(--color-text-muted);font-size:1.05rem;line-height:1.7}.cake-section{padding:3rem 0 4rem;position:relative}.cake-section{background:#fff}.cake-section--alt{background:var(--color-bg-cream)}.cake-section--coffrets{background:linear-gradient(180deg,var(--color-bg-section) 0%,var(--color-bg-cream) 100%)!important;padding-bottom:5rem}.creation-header{margin-bottom:2rem}.creation-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);background:var(--color-accent-light);padding:.35rem .85rem;border-radius:100px;margin-bottom:1rem}.creation-title-block{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1.25rem}.creation-icon-wrap{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-accent-light) 0%,#fff 100%);color:var(--color-accent);border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.creation-title-block h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.75rem,3.5vw,2.35rem);color:var(--color-text);margin:0 0 .5rem;font-weight:600;line-height:1.15}.creation-description{color:var(--color-text-muted);font-size:1rem;line-height:1.65;margin:0;max-width:520px}.creation-features{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.creation-features li{font-size:.8rem;font-weight:500;color:var(--color-text-muted);background:#fff;border:1px solid var(--color-border);padding:.35rem .85rem;border-radius:100px}.cake-section--alt .creation-features li{background:#fff}.creation-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:start;background:#fff;border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-md);padding:1.5rem;overflow:hidden}.cake-section--alt .creation-panel{background:var(--color-bg-cream)}.creation-panel--reversed .creation-gallery{order:2}.creation-panel--reversed .creation-order{order:1}.creation-gallery{display:flex;flex-direction:column;gap:1rem}.main-image-container{position:relative;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);aspect-ratio:4 / 5;background:var(--color-bg-subtle)}.main-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.main-image-container:hover .main-image{transform:scale(1.03)}#wedding-cake .main-image{object-fit:contain;background:var(--color-bg-subtle);padding:1.25rem}#wedding-cake .main-image-container:hover .main-image{transform:none}.gallery-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:none;background:#fffffff2;color:var(--color-text);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);transition:all .2s ease;z-index:2}.gallery-nav-btn:hover{background:var(--color-accent);color:#fff;transform:translateY(-50%) scale(1.05)}.gallery-nav-btn--prev{left:.75rem}.gallery-nav-btn--next{right:.75rem}.gallery-counter{position:absolute;bottom:.75rem;right:.75rem;background:#2a2622a6;color:#fff;font-size:.75rem;font-weight:600;padding:.3rem .65rem;border-radius:100px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2}.thumbnails-row{display:flex;gap:.6rem;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:thin}.thumbnail-btn{flex-shrink:0;width:64px;height:64px;padding:0;border:2px solid transparent;border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;opacity:.65;transition:all .25s ease;background:var(--color-bg-subtle)}.thumbnail-btn img{width:100%;height:100%;object-fit:cover}.thumbnail-btn:hover{opacity:1;transform:translateY(-2px)}.thumbnail-btn.active{border-color:var(--color-accent);opacity:1;box-shadow:0 0 0 2px var(--color-accent-light)}.creation-order{display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:100px}.price-box{background:linear-gradient(160deg,#fff 0%,var(--color-accent-light) 100%);padding:1.75rem;border-radius:var(--radius-md);border:1px solid var(--color-border);text-align:center}.price-label{display:block;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.75rem}.price-display{display:flex;align-items:flex-start;justify-content:center;gap:.15rem;line-height:1;margin-bottom:.5rem}.price-amount{font-family:Cormorant Garamond,Georgia,serif;font-size:3.25rem;font-weight:700;color:var(--color-text)}.price-currency{font-size:1.5rem;font-weight:600;color:var(--color-accent);margin-top:.35rem}.price-total-hint{font-size:.9rem;color:var(--color-text-muted)}.price-total-hint strong{color:var(--color-accent)}.price-selected-name{font-family:Cormorant Garamond,Georgia,serif;font-size:1.15rem;color:var(--color-text);margin:0 0 .75rem;font-weight:600}.wedding-tiers-selector{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin:0 0 1rem}.tier-btn{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.85rem .5rem;border:2px solid var(--color-border);border-radius:var(--radius-sm);background:#fff;cursor:pointer;transition:all .2s ease}.tier-label{font-size:.85rem;font-weight:600;color:var(--color-text-muted)}.tier-price{font-size:1rem;font-weight:700;color:var(--color-text)}.tier-btn:hover{border-color:var(--color-accent)}.tier-btn.active{background:var(--color-accent);border-color:var(--color-accent)}.tier-btn.active .tier-label,.tier-btn.active .tier-price{color:#fff}.price-display--compact{margin-top:.25rem}.price-display--compact .price-amount{font-size:2.5rem}.customization-section{background:#fff;padding:1.5rem;border-radius:var(--radius-md);border:1px solid var(--color-border)}.customize-btn{width:100%;padding:1rem 1.25rem;background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-accent-dark) 100%);color:#fff;border:none;border-radius:var(--radius-sm);font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 14px #8b6f5c59}.customize-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b6f5c73}.customization-form{display:flex;flex-direction:column;gap:1rem}.customization-form label{font-weight:700;color:#333}.customization-form textarea{padding:1rem;border:1px solid var(--color-border, #e5e7eb);border-radius:6px;font-family:inherit;font-size:.95rem;resize:vertical;transition:border-color .2s ease}.customization-form textarea:focus{outline:none;border-color:var(--color-accent, #6b5b4f)}.character-count-section{background:var(--color-bg-subtle, #f8f8f6);padding:1rem;border-radius:6px;border:1px solid var(--color-border, #e5e7eb)}.character-count-section label{display:block;margin-bottom:.5rem;font-weight:700;color:#333}.character-input{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.char-btn{width:40px;height:40px;border:1px solid var(--color-border, #e5e7eb);background:#fff;color:var(--color-text, #2c2c2c);border-radius:6px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .2s ease}.char-btn:hover{background:var(--color-accent, #6b5b4f);color:#fff;border-color:var(--color-accent, #6b5b4f)}.char-input{width:60px;padding:.5rem;border:1px solid var(--color-border, #e5e7eb);border-radius:6px;text-align:center;font-size:1rem;font-weight:600}.char-input:focus{outline:none;border-color:var(--color-accent, #6b5b4f)}.char-price{color:var(--color-text, #2c2c2c);font-weight:600;font-size:1rem;margin:0}.notification-toast{position:fixed;top:80px;right:20px;background:#15803d;color:#fff;padding:1rem 1.5rem;border-radius:6px;box-shadow:0 2px 12px #00000026;z-index:2000;animation:slideInRight .4s ease-out,slideOutRight .4s ease-out 2.6s forwards;font-weight:500;font-size:.95rem}.notification-content{display:flex;align-items:center;gap:.5rem}@keyframes slideInRight{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(400px);opacity:0}}.form-buttons{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.add-to-cart-btn{padding:1rem 1.25rem;background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-accent-dark) 100%);color:#fff;border:none;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem}.add-to-cart-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px #8b6f5c59}.add-to-cart-btn--direct{width:100%;margin-top:.75rem}.cancel-btn{padding:1rem;background:#e5e7eb;color:#333;border:none;border-radius:10px;font-weight:700;cursor:pointer;transition:all .3s ease}.cancel-btn:hover{background:#d1d5db}.coffrets-picker-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin:0 0 .75rem}.coffrets-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.coffret-card{position:relative;text-align:left;background:#fff;padding:1rem;border-radius:var(--radius-sm);border:2px solid var(--color-border);cursor:pointer;transition:all .2s ease}.coffret-card:hover{border-color:var(--color-accent);box-shadow:var(--shadow-sm)}.coffret-card.selected{border-color:var(--color-accent);background:var(--color-accent-light);box-shadow:0 0 0 3px #8b6f5c26}.coffret-selected-mark{position:absolute;top:.5rem;right:.5rem;width:22px;height:22px;background:var(--color-accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.coffret-header{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;margin-bottom:.35rem;padding-right:1.5rem}.coffret-header h3{font-size:.9rem;color:var(--color-text);margin:0;font-weight:600;line-height:1.3}.pieces-badge{background:var(--color-accent);color:#fff;padding:.2rem .5rem;border-radius:4px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.coffret-description{font-size:.78rem;color:var(--color-text-muted);margin:0 0 .5rem;line-height:1.4}.coffret-price{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;font-weight:700;color:var(--color-accent)}@media(max-width:968px){.creation-panel,.creation-panel--reversed{grid-template-columns:1fr}.creation-panel--reversed .creation-gallery,.creation-panel--reversed .creation-order{order:unset}.creation-order{position:static}.main-image-container{aspect-ratio:1}}@media(max-width:768px){.creations-intro{padding:3rem 1rem 1.5rem}.creation-title-block{flex-direction:column;align-items:center;text-align:center}.creation-description{max-width:none}.creation-features{justify-content:center}.creation-panel{padding:1rem;border-radius:var(--radius-md)}.coffrets-grid{grid-template-columns:1fr}.price-amount{font-size:2.75rem}.wedding-tiers-selector{grid-template-columns:1fr}}.mobile-header-left,.mobile-header-right{display:none;align-items:center}.cart-btn-mobile{display:none;background:var(--color-bg-subtle, #f8f8f6);border:1px solid var(--color-border, #e5e7eb);color:var(--color-text, #2c2c2c);padding:.5rem .75rem;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .2s ease}.cart-btn-mobile:hover,.cart-btn-mobile.active{background:var(--color-accent, #6b5b4f);color:#fff;border-color:var(--color-accent, #6b5b4f)}.hamburger-btn{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:none;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line{width:100%;height:2px;background:var(--color-text, #2c2c2c);border-radius:2px;transition:all .3s ease}.hamburger-btn.open .hamburger-line:nth-child(1){transform:translateY(10.5px) rotate(45deg)}.hamburger-btn.open .hamburger-line:nth-child(2){opacity:0}.hamburger-btn.open .hamburger-line:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}.mobile-nav{display:none;position:fixed;top:70px;left:0;right:0;background:#fff;padding:0 1.5rem;max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;z-index:999;box-shadow:none;border-bottom:1px solid var(--color-border, #e5e7eb)}.mobile-nav.open{max-height:calc(100vh - 70px);overflow-y:auto;padding:1.5rem;box-shadow:0 4px 12px #00000014}.mobile-nav-section{margin-bottom:1.5rem;border-bottom:1px solid var(--color-border, #e5e7eb);padding-bottom:1rem}.mobile-nav-section:last-child{border-bottom:none;margin-bottom:0}.mobile-nav-title{display:block;color:var(--color-text-muted, #6b7280);font-size:.7rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;font-weight:600}.mobile-nav-btn{display:block;width:100%;text-align:left;background:none;border:none;color:var(--color-text, #2c2c2c);font-size:1rem;padding:.75rem 1rem;cursor:pointer;border-radius:6px;transition:background .2s ease;margin-bottom:.25rem}.mobile-nav-btn:hover,.mobile-nav-btn.active{background:var(--color-bg-subtle, #f8f8f6);color:var(--color-accent, #6b5b4f)}.mobile-nav-btn.cart-mobile{background:var(--color-bg-subtle, #f8f8f6);border:1px solid var(--color-border, #e5e7eb);font-weight:600}.mobile-nav-btn.cart-mobile:hover{background:var(--color-accent, #6b5b4f);color:#fff;border-color:var(--color-accent, #6b5b4f)}.mobile-nav-btn.devis-btn{background:var(--color-bg-subtle, #f8f8f6);border:1px solid var(--color-border, #e5e7eb);font-weight:600}.mobile-nav-btn.devis-btn:hover{background:var(--color-accent, #6b5b4f);color:#fff;border-color:var(--color-accent, #6b5b4f)}.mobile-nav-btn.auth-mobile{background:transparent}.mobile-menu-overlay{display:none;position:fixed;inset:0;background:#00000080;z-index:998}@media(max-width:768px){.header .container{justify-content:space-between}.mobile-header-left{display:flex}.mobile-header-right{display:flex;gap:.75rem}.cart-btn-mobile,.hamburger-btn{display:flex}.desktop-nav,.desktop-logo{display:none}.mobile-logo{display:flex}.mobile-nav,.mobile-menu-overlay{display:block}.header .container{flex-direction:row;justify-content:space-between;align-items:center}.logo{font-size:1.3rem;width:auto}}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:#fff;border-radius:8px;padding:2rem;width:90%;max-width:450px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 24px #0000001f;border:1px solid var(--color-border, #e5e7eb);position:relative;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f1f5f9}.modal-header h2{margin:0;font-family:Cormorant Garamond,Georgia,serif;color:var(--color-text, #2c2c2c);font-size:1.75rem;font-weight:600}.close-btn{background:none;border:none;font-size:2rem;cursor:pointer;color:#64748b;transition:color .3s ease;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.close-btn:hover{color:var(--color-accent, #6b5b4f);background:var(--color-bg-subtle, #f8f8f6)}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#374151;font-size:.9rem}.form-group input{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f8fafc}.form-group input:focus{outline:none;border-color:#ec4899;background:#fff;box-shadow:0 0 0 3px #ec48991a}.form-group input::placeholder{color:#94a3b8}.auth-btn{background:var(--color-accent, #6b5b4f);color:#fff;border:none;padding:1rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease;margin-top:1rem}.auth-btn:hover:not(:disabled){background:#5a4d42}.auth-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.error-message{background:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:12px;font-size:.9rem;border:1px solid #fca5a5;margin-bottom:1rem}.auth-switch{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.auth-switch p{margin:0;color:#64748b}.switch-btn{background:none;border:none;color:var(--color-accent, #6b5b4f);font-weight:600;cursor:pointer;text-decoration:underline;margin-left:.5rem;transition:color .2s ease}.switch-btn:hover{color:#5a4d42}.divider{display:flex;align-items:center;margin:1.5rem 0;text-align:center}.divider:before,.divider:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent)}.divider span{padding:0 1rem;color:#64748b;font-size:.9rem;background:#fff}.google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;color:#374151;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.google-btn:hover:not(:disabled){border-color:#d1d5db;box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.google-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.google-icon{width:20px;height:20px;flex-shrink:0}@media(max-width:480px){.modal-content{padding:1.5rem;margin:1rem}.modal-header h2{font-size:1.5rem}}.user-menu{position:relative;display:inline-block}.user-avatar{width:40px;height:40px;border-radius:50%;background:var(--color-accent, #6b5b4f);border:1px solid var(--color-border, #e5e7eb);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.user-avatar:hover{opacity:.9}.avatar-initials{color:#fff;font-weight:700;font-size:.9rem;text-transform:uppercase}.user-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:15px;box-shadow:0 15px 40px #667eea33;border:1px solid rgba(102,126,234,.1);min-width:280px;z-index:1000;animation:dropdownSlideIn .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.user-info{padding:1.5rem;display:flex;align-items:center;gap:1rem}.user-avatar-large{width:50px;height:50px;border-radius:50%;background:var(--color-accent, #6b5b4f);display:flex;align-items:center;justify-content:center;flex-shrink:0}.avatar-initials-large{color:#fff;font-weight:700;font-size:1.1rem;text-transform:uppercase}.user-details{flex:1;min-width:0}.user-name{font-weight:600;color:#374151;margin:0 0 .25rem;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{color:#64748b;margin:0;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-divider{height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent);margin:0 1rem}.menu-items{padding:1rem 0}.menu-item{width:100%;padding:.75rem 1.5rem;border:none;background:none;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#374151;transition:all .3s ease}.menu-item:hover{background:linear-gradient(135deg,#ec48991a,#f973161a);color:#ec4899}.menu-icon{font-size:1.1rem;width:20px;text-align:center}.logout-item{color:#dc2626;margin-top:.5rem;border-top:1px solid #f1f5f9;padding-top:1rem}.logout-item:hover{background:#fef2f2;color:#dc2626}@media(max-width:480px){.user-dropdown{right:-10px;min-width:260px}.user-info{padding:1rem}.menu-item{padding:.75rem 1rem}}.page-container{min-height:100vh;padding-top:100px;background:var(--color-bg-section, #fafaf8)}.page-content{max-width:1200px;margin:0 auto;padding:2rem}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{font-size:2.25rem;font-family:Cormorant Garamond,Georgia,serif;color:var(--color-text, #2c2c2c);margin-bottom:.5rem}.page-header p{color:#64748b;font-size:1.1rem}.success-message{background:#15803d;color:#fff;padding:1rem;border-radius:12px;margin-bottom:1.5rem;text-align:center;font-weight:500}.error-message{background:#dc2626;color:#fff;padding:1rem;border-radius:12px;margin-bottom:1.5rem;text-align:center;font-weight:500}.loading-container{text-align:center;padding:4rem 0}.loading-spinner{width:50px;height:50px;border:4px solid var(--color-border, #e5e7eb);border-top:4px solid var(--color-accent, #6b5b4f);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.loading-spinner.small{width:20px;height:20px;border-width:2px;margin:0}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f;border:1px solid var(--color-border, #e5e7eb)}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{color:#374151;margin-bottom:.5rem}.empty-state p{color:#64748b;margin-bottom:2rem}.cta-button{background:var(--color-accent, #6b5b4f);color:#fff;border:none;padding:1rem 2rem;font-size:1rem;border-radius:6px;cursor:pointer;transition:background .2s ease;font-weight:600}.cta-button:hover{background:#5a4d42}.primary-btn{background:var(--color-accent, #6b5b4f);color:#fff;border:none;padding:.7rem 1.5rem;border-radius:6px;cursor:pointer;transition:background .2s ease;font-weight:600}.primary-btn:hover{background:#5a4d42}.secondary-btn{background:#fff;color:var(--color-accent, #6b5b4f);border:2px solid var(--color-accent, #6b5b4f);padding:.7rem 1.5rem;border-radius:6px;cursor:pointer;transition:all .2s ease;font-weight:500}.secondary-btn:hover{background:var(--color-accent, #6b5b4f);color:#fff}.edit-btn{background:var(--color-bg-subtle, #f8f8f6);color:var(--color-accent, #6b5b4f);border:1px solid var(--color-border, #e5e7eb);padding:.5rem 1rem;border-radius:20px;cursor:pointer;transition:all .3s ease;font-size:.9rem}.edit-btn:hover{background:#6b5b4f1a}.save-btn{background:var(--color-accent, #6b5b4f);color:#fff;border:none;padding:.8rem 2rem;border-radius:6px;cursor:pointer;transition:background .2s ease;font-weight:600}.save-btn:hover:not(:disabled){background:#5a4d42}.save-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500}.form-group input{width:100%;padding:.8rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f9fafb}.form-group input:focus{outline:none;border-color:var(--color-accent, #6b5b4f);background:#fff;box-shadow:0 0 0 2px #6b5b4f26}.form-group input.disabled-input{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.form-group small{color:#6b7280;font-size:.85rem;margin-top:.25rem;display:block}.card{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000000f;border:1px solid var(--color-border, #e5e7eb);transition:box-shadow .2s ease}.card:hover{box-shadow:0 2px 8px #00000014}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h3{color:#374151;margin:0}.profile-sections{display:grid;gap:2rem}.profile-section{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000000f;border:1px solid var(--color-border, #e5e7eb)}.profile-info{display:flex;gap:2rem;align-items:flex-start}.profile-avatar{flex-shrink:0}.avatar-large{width:80px;height:80px;border-radius:50%;background:var(--color-accent, #6b5b4f);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem;font-weight:700}.profile-details{flex:1}.detail-item{margin-bottom:1.5rem}.detail-item label{display:block;color:#6b7280;font-size:.9rem;margin-bottom:.25rem}.detail-item span{color:#374151;font-weight:500}.profile-form{flex:1}.password-form{max-width:400px}.orders-list{display:grid;gap:1.5rem}.order-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000000f;border:1px solid var(--color-border, #e5e7eb)}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.order-info h3{margin:0 0 .25rem;color:#374151}.order-date{color:#6b7280;margin:0;font-size:.9rem}.order-status{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase}.status-pending{background:#fef3c7;color:#d97706}.status-preparing{background:#dbeafe;color:#2563eb}.status-ready{background:#d1fae5;color:#059669}.status-delivered{background:#f3e8ff;color:#7c3aed}.order-items{margin-bottom:1rem}.order-item{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid #f9fafb}.item-image{width:60px;height:60px;border-radius:12px;object-fit:cover;flex-shrink:0}.item-details{flex:1}.item-details h4{margin:0 0 .25rem;color:#374151;font-size:.95rem}.item-details p{margin:0;color:#6b7280;font-size:.85rem}.item-price{font-weight:600;color:var(--color-text, #2c2c2c)}.item-price-promo{display:flex;flex-direction:column;gap:.2rem}.item-price-promo .original-price{font-size:.85rem;color:#999;text-decoration:line-through}.item-price-promo .promo-price{font-weight:700;color:#ff6b6b;font-size:1rem}.order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #f3f4f6}.order-total{color:#374151;font-size:1.1rem}.order-actions{display:flex;gap:.75rem}@media(max-width:768px){.page-content{padding:1rem}.page-header h1{font-size:2rem}.section-header{flex-direction:column;gap:1rem;align-items:stretch}.profile-info{flex-direction:column;text-align:center}.order-header{flex-direction:column;gap:1rem}.order-footer{flex-direction:column;gap:1rem;align-items:stretch}.order-actions{justify-content:center}}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.favorite-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000f;border:1px solid var(--color-border, #e5e7eb);transition:box-shadow .2s ease}.favorite-card:hover{box-shadow:0 2px 8px #00000014}.favorite-image{position:relative;height:200px;overflow:hidden}.favorite-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.favorite-card:hover .favorite-image img{transform:scale(1.05)}.remove-favorite-btn{position:absolute;top:1rem;right:1rem;background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;font-size:1.2rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.remove-favorite-btn:hover{background:#fff;transform:scale(1.1)}.favorite-content{padding:1.5rem}.favorite-content h3{margin:0 0 .5rem;color:#374151;font-size:1.2rem}.favorite-description{color:#6b7280;margin:0 0 1rem;font-size:.9rem;line-height:1.5}.favorite-footer{display:flex;justify-content:space-between;align-items:center}.favorite-price{font-size:1.25rem;font-weight:600;color:var(--color-text, #2c2c2c)}.add-to-cart-btn{background:var(--color-accent, #6b5b4f);color:#fff;border:none;padding:.7rem 1.2rem;border-radius:6px;cursor:pointer;transition:background .2s ease;font-weight:600}.add-to-cart-btn:hover{background:#5a4d42}.favorites-summary{margin-top:3rem}.summary-card{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000000f;border:1px solid var(--color-border, #e5e7eb);text-align:center}.summary-card h3{margin:0 0 1.5rem;color:#374151}.summary-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.stat-item{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:600;color:var(--color-text, #2c2c2c)}.stat-label{color:var(--color-text-muted, #6b7280);font-size:.9rem;margin-top:.25rem}.add-all-btn{background:var(--color-accent, #6b5b4f);color:#fff;border:none;padding:1rem 2rem;border-radius:6px;cursor:pointer;transition:background .2s ease;font-weight:600;font-size:1rem}.add-all-btn:hover{background:#5a4d42}.cart-layout{display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:start}.cart-items{display:grid;gap:1rem}.cart-item{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000000f;border:1px solid var(--color-border, #e5e7eb);display:grid;grid-template-columns:80px 1fr auto auto auto;gap:1rem;align-items:center}.cart-item .item-image{width:80px;height:80px;border-radius:12px;overflow:hidden}.cart-item .item-image img{width:100%;height:100%;object-fit:cover}.cart-item .item-details h3{margin:0 0 .25rem;color:#374151;font-size:1.1rem}.cart-item .item-price{color:#6b7280;font-size:.9rem}.quantity-controls{display:flex;align-items:center;gap:.5rem;background:#f9fafb;border-radius:25px;padding:.25rem}.quantity-btn{background:#fff;border:1px solid var(--color-border, #e5e7eb);border-radius:6px;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--color-accent, #6b5b4f);transition:all .2s ease}.quantity-btn:hover{background:var(--color-accent, #6b5b4f);color:#fff;border-color:var(--color-accent, #6b5b4f)}.quantity{min-width:40px;text-align:center;font-weight:600;color:#374151}.cart-item .item-total{font-weight:600;color:var(--color-text, #2c2c2c);font-size:1.1rem}.remove-btn{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:50%;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.remove-btn:hover{background:#ef4444;color:#fff;border-color:#ef4444}.cart-actions{margin-top:1rem;text-align:center}.clear-cart-btn{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.3);padding:.7rem 1.5rem;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500}.clear-cart-btn:hover{background:#ef4444;color:#fff;border-color:#ef4444}.cart-summary{position:sticky;top:120px}.summary-line{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.summary-line:last-child{border-bottom:none}.summary-line.total-line{border-top:2px solid #f3f4f6;margin-top:1rem;padding-top:1rem;font-size:1.1rem}.summary-line .free{color:#10b981;font-weight:600}.checkout-btn{width:100%;background:var(--color-accent, #6b5b4f);color:#fff;border:none;padding:1rem;border-radius:6px;cursor:pointer;transition:background .2s ease;font-weight:600;font-size:1rem;margin:1.5rem 0;display:flex;align-items:center;justify-content:center;gap:.5rem}.checkout-btn:hover:not(:disabled){background:#5a4d42}.checkout-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-notice{text-align:center;color:#6b7280;font-size:.9rem;margin:0}.security-badges{display:grid;gap:.5rem;margin-top:1.5rem}.badge{background:#f9fafb;color:#6b7280;padding:.5rem;border-radius:8px;font-size:.85rem;text-align:center}.order-success{text-align:center;padding:4rem 2rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f;border:1px solid var(--color-border, #e5e7eb)}.success-icon{font-size:4rem;margin-bottom:1rem}.order-success h2{color:#374151;margin-bottom:1rem}.order-success p{color:#6b7280;margin-bottom:1rem}@media(max-width:1024px){.cart-layout{grid-template-columns:1fr;gap:2rem}.cart-summary{position:static}.summary-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.favorites-grid{grid-template-columns:1fr}.cart-item{grid-template-columns:1fr;gap:1rem;text-align:center}.cart-item .item-image,.quantity-controls{justify-self:center}.summary-stats{grid-template-columns:1fr;gap:1rem}.profile-info{flex-direction:column;text-align:center;gap:1rem}.order-header,.order-footer{flex-direction:column;gap:1rem;align-items:stretch}.order-actions{justify-content:center}.order-item{flex-direction:column;text-align:center;gap:.5rem}.order-item .item-image{align-self:center}}.page-hero-eyebrow{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.75rem}.about-hero{text-align:center;margin-bottom:3rem;padding:3rem 2rem;background:linear-gradient(135deg,var(--color-primary) 0%,#5a4d42 100%);border-radius:var(--radius-md);color:#fff;box-shadow:var(--shadow-md)}.about-hero h1{font-size:clamp(1.75rem,4vw,2.5rem);font-family:Cormorant Garamond,Georgia,serif;margin-bottom:.5rem;color:#fff;font-weight:600}.about-subtitle{font-size:1.05rem;font-weight:400;opacity:.9;max-width:520px;margin:0 auto;line-height:1.6}.about-content{max-width:900px;margin:0 auto}.about-section{background:#fff;padding:2rem;margin-bottom:2rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);position:relative}.about-section-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--color-accent-light);color:var(--color-accent);border-radius:var(--radius-sm);margin-bottom:1rem}.about-section h2{color:var(--color-text, #2c2c2c);font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;margin-bottom:1rem}.about-section p{color:#475569;line-height:1.8;margin-bottom:1rem;font-size:1.05rem}.about-list{list-style:none;padding:0;margin:1rem 0}.about-list li{color:#475569;padding:.8rem 0 .8rem 2rem;position:relative;font-size:1.05rem;line-height:1.6}.about-list li:before{content:"✓";position:absolute;left:0;color:var(--color-accent, #6b5b4f);font-weight:700;font-size:1.2rem}.about-conclusion{background:var(--color-bg-subtle, #f8f8f6);border-left-color:var(--color-accent, #6b5b4f);text-align:center}.about-conclusion h2{color:var(--color-text, #2c2c2c)}.about-contact{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000000f;text-align:center;border-top:4px solid var(--color-accent, #6b5b4f)}.about-contact h3{color:var(--color-text, #2c2c2c);font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;margin-bottom:1.5rem}.about-contact-items{display:flex;flex-direction:column;gap:.75rem;align-items:center}.about-contact-items p{display:flex;align-items:center;gap:.6rem;color:var(--color-text-muted);font-size:1rem;margin:0}.about-contact-items a{color:var(--color-accent);text-decoration:none;font-weight:500}.about-contact-items a:hover{text-decoration:underline}.reviews-hero{text-align:center;margin-bottom:3rem;padding:3rem 2rem;background:linear-gradient(135deg,var(--color-primary) 0%,#5a4d42 100%);border-radius:var(--radius-md);color:#fff;box-shadow:var(--shadow-md)}.reviews-hero h1{font-size:clamp(1.75rem,4vw,2.5rem);font-family:Cormorant Garamond,Georgia,serif;margin-bottom:.5rem;color:#fff;font-weight:600}.reviews-subtitle{font-size:1.05rem;font-weight:400;opacity:.9;max-width:480px;margin:0 auto}.reviews-stats{display:flex;justify-content:center;margin-bottom:3rem}.rating-summary{background:#fff;padding:2rem;border-radius:8px;text-align:center;box-shadow:0 1px 3px #0000000f;border:1px solid var(--color-border, #e5e7eb);min-width:250px}.big-rating{font-size:3rem;font-weight:600;color:var(--color-text, #2c2c2c);margin-bottom:.5rem}.rating-summary .star-rating{justify-content:center;margin-bottom:1rem;color:var(--color-gold)}.rating-summary p{color:#64748b;font-size:1rem}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.review-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000000f;border:1px solid var(--color-border, #e5e7eb);transition:box-shadow .2s ease}.review-card:hover{box-shadow:0 2px 8px #00000014}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.review-info h3{color:#1e293b;font-size:1.1rem;margin:0;margin-bottom:.3rem}.review-product{display:inline-block;background:var(--color-accent, #6b5b4f);color:#fff;padding:.25rem .6rem;border-radius:4px;font-size:.75rem;font-weight:500}.review-card .star-rating{color:var(--color-gold);flex-shrink:0}.review-comment{color:#475569;line-height:1.6;margin:1rem 0 .5rem;font-size:.95rem}.review-date{color:#94a3b8;font-size:.85rem;margin:0}.legal-hero{text-align:center;margin-bottom:3rem;padding:2rem;background:var(--color-primary, #4a4a4a);border-radius:8px;color:#fff}.legal-hero h1{font-size:2.25rem;font-family:Cormorant Garamond,Georgia,serif;margin-bottom:.5rem;color:#fff}.legal-subtitle{font-size:1.1rem;font-weight:500;opacity:.9}.legal-content{max-width:900px;margin:0 auto}.legal-section{background:#fff;padding:2rem;margin-bottom:2rem;border-radius:8px;box-shadow:0 1px 3px #0000000f;border-left:4px solid var(--color-accent, #6b5b4f)}.legal-section h2{color:var(--color-text, #2c2c2c);font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;margin-bottom:1rem}.legal-section p{color:#475569;line-height:1.8;margin-bottom:1rem;font-size:1rem}.legal-list{list-style:none;padding:0;margin:1rem 0}.legal-list li{color:#475569;padding:.8rem 0 .8rem 2rem;position:relative;font-size:1rem;line-height:1.6}.legal-list li:before{content:"✓";position:absolute;left:0;color:var(--color-accent, #6b5b4f);font-weight:700;font-size:1.2rem}.legal-footer-section{background:var(--color-bg-subtle, #f8f8f6);border-left-color:#f97316;text-align:center}.legal-footer-section p{margin:0;color:#64748b;font-size:.95rem}@media(max-width:480px){.page-content{padding:.5rem}.page-header h1{font-size:1.8rem}.cart-item,.profile-section,.order-card,.favorite-card .favorite-content{padding:1rem}.about-hero h1{font-size:1.5rem}.about-subtitle{font-size:.9rem}.about-section{padding:1rem}.about-section h2{font-size:1.2rem}.about-contact{padding:1rem}.reviews-hero h1{font-size:1.5rem}.reviews-subtitle{font-size:.9rem}.big-rating{font-size:2.5rem}.reviews-grid{grid-template-columns:1fr;gap:1rem}.review-card{padding:1rem}.legal-hero h1{font-size:1.5rem}.legal-subtitle{font-size:.9rem}.legal-section{padding:1.5rem}.legal-section h2{font-size:1.2rem}.legal-section p{font-size:.95rem}}.stripe-checkout{max-width:600px;margin:0 auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f;border:1px solid var(--color-border, #e5e7eb)}.checkout-header{text-align:center;margin-bottom:2rem}.checkout-header h2{margin:0 0 .5rem;font-family:Cormorant Garamond,Georgia,serif;color:var(--color-text, #2c2c2c);font-size:1.75rem;font-weight:600}.checkout-header p{color:#6b7280;margin:0}.order-summary{background:#f9fafb;border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:1px solid #e5e7eb}.order-summary h3{margin:0 0 1rem;color:#374151;font-size:1.1rem}.order-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.order-item:last-child{border-bottom:none}.order-total{margin-top:1rem;padding-top:1rem;border-top:2px solid #e5e7eb;text-align:right;font-size:1.2rem;color:var(--color-text, #2c2c2c);font-weight:600}.payment-form{display:grid;gap:2rem}.customer-info h3,.payment-info h3{margin:0 0 1rem;color:#374151;font-size:1.1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.customer-info input{width:100%;padding:.8rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f9fafb;margin-bottom:1rem}.customer-info input:focus{outline:none;border-color:#ec4899;background:#fff;box-shadow:0 0 0 3px #ec48991a}.delivery-section h3{margin:0 0 1rem;color:#374151;font-size:1.1rem}.delivery-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.delivery-option{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s ease;background:#f9fafb}.delivery-option:hover{border-color:#ec4899;background:#fdf2f8}.delivery-option input[type=radio]{cursor:pointer;width:20px;height:20px;accent-color:#ec4899}.delivery-option span{color:#374151;font-weight:500}.delivery-option input[type=radio]:checked+span{color:#ec4899}.delivery-info{background:#fdf2f8;border:2px solid #fce7f3;border-radius:12px;padding:1rem;margin-top:1rem}.delivery-note{color:#6b7280;font-size:.9rem;margin:0 0 1rem}.delivery-details{display:flex;flex-direction:column;gap:.5rem}.delivery-details p{margin:0;color:#374151;font-size:.95rem}.delivery-details strong{color:#ec4899}.delivery-item{color:#ec4899;font-weight:600}.card-element-container{padding:1rem;border:2px solid #e5e7eb;border-radius:12px;background:#f9fafb;transition:all .3s ease}.card-element-container:focus-within{border-color:#ec4899;background:#fff;box-shadow:0 0 0 3px #ec48991a}.error-message{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:1rem;border-radius:12px;text-align:center;font-weight:500;margin:1rem 0}.checkout-actions{display:flex;gap:1rem;margin-top:2rem}.cancel-btn{flex:1;background:#fff;color:#6b7280;border:2px solid #e5e7eb;padding:1rem;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:500;font-size:1rem}.cancel-btn:hover{background:#f3f4f6;border-color:#d1d5db}.pay-btn{flex:2;background:linear-gradient(135deg,#ec4899,#f97316);color:#fff;border:none;padding:1rem;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:700;font-size:1.1rem;box-shadow:0 8px 25px #ec489966;display:flex;align-items:center;justify-content:center;gap:.5rem}.pay-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 35px #ec489980;background:linear-gradient(135deg,#db2777,#ea580c)}.pay-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.security-info{display:flex;justify-content:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.security-badge{background:#f0fdf4;color:#166534;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid #bbf7d0}.loading-spinner.small{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.stripe-checkout{padding:1rem;margin:1rem}.form-row{grid-template-columns:1fr}.checkout-actions{flex-direction:column}.security-info{flex-direction:column;align-items:center}}@media(max-width:480px){.checkout-header h2{font-size:1.5rem}.order-summary{padding:1rem}.stripe-checkout{padding:.5rem}}
