:root{--cream: #faf6f1;--cream-dark: #f3ece3;--white: #ffffff;--pink: #d4637a;--pink-hover: #c04e65;--pink-light: #fce8ed;--pink-pale: #fdf2f5;--green: #6b8f71;--green-light: #e9f0ea;--gold: #c9a84c;--text-dark: #1a1a1a;--text: #333333;--text-light: #777777;--text-lighter: #aaaaaa;--border: #e8e2db;--shadow-sm: 0 2px 8px rgba(0,0,0,.06);--shadow-md: 0 4px 20px rgba(0,0,0,.08);--shadow-lg: 0 8px 40px rgba(0,0,0,.1);--radius: 4px;--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--cream);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button{cursor:pointer;border:none;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.top-bar{background:var(--white);border-bottom:1px solid var(--border);padding:.6rem 0;font-size:.8rem;color:var(--text-light)}.top-bar .container{display:flex;justify-content:space-between;align-items:center}.top-bar-left,.top-bar-right{display:flex;gap:1.5rem}.top-bar a:hover{color:var(--pink)}.lang-switch{display:flex;gap:.5rem}.lang-switch a{padding:.15rem .5rem;border-radius:3px;font-weight:500}.lang-switch a.active{background:var(--pink);color:#fff}.header{background:var(--white);padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:var(--text-dark);letter-spacing:-.5px}.logo span{color:var(--pink)}.nav{display:flex;gap:2rem;align-items:center}.nav a{font-size:.9rem;font-weight:500;color:var(--text);text-transform:uppercase;letter-spacing:.5px;position:relative;padding:.5rem 0;transition:var(--transition)}.nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--pink);transition:var(--transition)}.nav a:hover{color:var(--pink)}.nav a:hover:after{width:100%}.header-actions a{position:relative;color:var(--text);transition:var(--transition)}.header-actions a:hover{color:var(--pink)}.cart-count{position:absolute;top:-8px;right:-10px;background:var(--pink);color:#fff;font-size:.65rem;font-weight:600;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.icon{width:22px;height:22px;stroke:currentColor;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.icon-lg{width:36px;height:36px;stroke-width:1.2}.hero{background:linear-gradient(135deg,#fdf2f0,#fef6f0,#faf1e8);padding:0;position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center}.hero .container{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative;z-index:2}.hero-label{font-size:.8rem;text-transform:uppercase;letter-spacing:2px;color:var(--pink);font-weight:500;margin-bottom:.75rem}.hero-title{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;color:var(--text-dark);line-height:1.15;margin-bottom:1.25rem}.hero-title em{font-style:italic;color:var(--pink)}.hero-text{font-size:1.05rem;color:var(--text-light);line-height:1.7;margin-bottom:2rem;max-width:420px}.btn{display:inline-block;padding:.9rem 2.25rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-radius:var(--radius);transition:var(--transition)}.btn-pink{background:var(--pink);color:#fff}.btn-pink:hover{background:var(--pink-hover);transform:translateY(-2px);box-shadow:0 4px 15px #d4637a59}.btn-outline{background:transparent;color:var(--pink);border:2px solid var(--pink)}.btn-outline:hover{background:var(--pink);color:#fff;transform:translateY(-2px)}.hero-image{width:520px;height:420px;background:linear-gradient(145deg,#f7c5c5,#f5a0a0,#e88b8b 60%,#d47070);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:6rem;position:relative;overflow:hidden}.hero-image:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,rgba(255,255,255,.3),transparent 70%)}.image-placeholder{display:flex;align-items:center;justify-content:center;color:#fff;font-family:Playfair Display,serif;font-size:1rem;font-style:italic;opacity:.8;text-align:center;padding:1rem;position:relative;z-index:1}.trust-bar{background:var(--white);padding:1.75rem 0;border-bottom:1px solid var(--border)}.trust-bar .container{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.trust-item{display:flex;align-items:center;gap:1rem;padding:.5rem 0}.trust-icon{width:48px;height:48px;background:var(--pink-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--pink)}.trust-item h4{font-size:.85rem;font-weight:600;color:var(--text-dark);margin-bottom:.15rem}.trust-item p{font-size:.75rem;color:var(--text-light)}.promo-section{padding:3rem 0}.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.promo-card{border-radius:8px;padding:2rem;position:relative;overflow:hidden;min-height:180px;display:flex;flex-direction:column;justify-content:center;transition:var(--transition)}.promo-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.promo-card:nth-child(1){background:linear-gradient(135deg,#f9e4e8,#fce8ed)}.promo-card:nth-child(2){background:linear-gradient(135deg,#e9f0ea,#d4e6d7)}.promo-card:nth-child(3){background:linear-gradient(135deg,#fef0e0,#fce8cd)}.promo-card h3{font-family:Playfair Display,serif;font-size:1.35rem;font-weight:600;color:var(--text-dark);margin-bottom:.35rem}.promo-card p{font-size:.85rem;color:var(--text-light)}.promo-price{font-size:1.1rem;font-weight:700;color:var(--pink);margin-top:.5rem}.section-heading{text-align:center;margin-bottom:2.5rem}.section-heading h2{font-family:Playfair Display,serif;font-size:1.75rem;font-weight:600;color:var(--text-dark);text-transform:lowercase;margin-bottom:.5rem}.section-heading .divider{width:40px;height:3px;background:var(--pink);margin:0 auto;border-radius:2px}.products-section{padding:3rem 0 2rem}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-card{background:var(--white);border-radius:8px;overflow:hidden;transition:var(--transition);border:1px solid transparent}.product-card:hover{border-color:var(--border);box-shadow:var(--shadow-md);transform:translateY(-4px)}.product-image{position:relative;aspect-ratio:1;overflow:hidden}.product-image-bg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem;transition:transform .5s ease}.product-card:hover .product-image-bg{transform:scale(1.05)}.product-badge{position:absolute;top:12px;left:12px;padding:.25rem .75rem;border-radius:3px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:2}.badge-new{background:var(--green);color:#fff}.badge-hot{background:var(--pink);color:#fff}.badge-sale{background:var(--gold);color:#fff}.product-actions{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;gap:.5rem;padding:1rem;background:linear-gradient(transparent,#00000008);transform:translateY(100%);opacity:0;transition:var(--transition)}.product-card:hover .product-actions{transform:translateY(0);opacity:1}.action-btn{width:40px;height:40px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);transition:var(--transition);color:var(--text)}.action-btn:hover{background:var(--pink);color:#fff}.action-btn-wide{width:auto;padding:0 1.25rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;gap:.4rem}.product-info{padding:1.25rem;text-align:center}.product-name{font-size:.9rem;font-weight:500;color:var(--text-dark);margin-bottom:.35rem;transition:var(--transition)}.product-card:hover .product-name{color:var(--pink)}.product-price{font-size:.95rem;font-weight:600;color:var(--pink)}.product-price-eur{font-size:.8rem;color:var(--text-lighter);font-weight:400}.feature-banners{padding:1rem 0 3rem}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-card{border-radius:8px;padding:3rem;display:flex;align-items:center;justify-content:space-between;min-height:200px;transition:var(--transition);overflow:hidden;position:relative}.feature-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.feature-card:nth-child(1){background:linear-gradient(135deg,#fdf6f0,#fef0e6)}.feature-card:nth-child(2){background:linear-gradient(135deg,#f0f4f1,#e2ece4)}.feature-content h3{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.feature-content p{font-size:.9rem;color:var(--text-light);font-style:italic;margin-bottom:.75rem}.feature-price{font-size:1.25rem;font-weight:700;color:var(--pink)}.feature-price span{font-size:.85rem;font-weight:400;color:var(--text-light)}.feature-visual{font-size:4rem;position:absolute;right:2.5rem;opacity:.9}.how-it-works{padding:4rem 0;background:var(--white)}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:1rem}.step{text-align:center;padding:1.5rem 1rem;position:relative}.step-number{width:56px;height:56px;background:var(--pink-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-family:Playfair Display,serif;font-size:1.35rem;font-weight:700;color:var(--pink)}.step h4{font-size:.9rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.step p{font-size:.8rem;color:var(--text-light);line-height:1.6}.step:not(:last-child):after{content:"";position:absolute;top:28px;right:-1rem;width:2rem;height:2px;background:var(--border)}.deal-banner{padding:2rem 0 4rem}.deal-card{background:linear-gradient(135deg,#2d2926,#3d3530);border-radius:12px;padding:4rem;display:flex;align-items:center;justify-content:space-between;color:#fff;position:relative;overflow:hidden}.deal-card:before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(212,99,122,.15),transparent 70%);border-radius:50%}.deal-content{position:relative;z-index:2}.deal-label{font-size:.75rem;text-transform:uppercase;letter-spacing:2px;color:var(--pink);margin-bottom:.75rem}.deal-content h2{font-family:Playfair Display,serif;font-size:2.25rem;font-weight:700;margin-bottom:.75rem;line-height:1.2}.deal-content p{font-size:.95rem;opacity:.7;margin-bottom:1.5rem;max-width:400px}.deal-visual{font-size:5rem;position:relative;z-index:2}.expat-cta{padding:4rem 0;background:var(--pink-pale)}.expat-card{text-align:center;max-width:650px;margin:0 auto}.expat-card h2{font-family:Playfair Display,serif;font-size:2rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem;line-height:1.3}.expat-card p{font-size:1rem;color:var(--text-light);margin-bottom:2rem;line-height:1.7}.flag-row{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem;font-size:2rem}.flag-item{display:flex;flex-direction:column;align-items:center;gap:.35rem}.flag-item span{font-size:.75rem;color:var(--text-light)}.footer{background:#1a1a1a;color:#ccc;padding:4rem 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem;border-bottom:1px solid #333}.footer-about h3{font-family:Playfair Display,serif;font-size:1.5rem;color:#fff;margin-bottom:1rem}.footer-about h3 span{color:var(--pink)}.footer-about p{font-size:.85rem;line-height:1.7;color:#999;margin-bottom:1.25rem}.social-links{display:flex;gap:.75rem}.social-link{width:36px;height:36px;background:#2a2a2a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition);font-size:.85rem}.social-link:hover{background:var(--pink);color:#fff}.footer-col h4{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fff;margin-bottom:1.25rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.6rem}.footer-col a{font-size:.85rem;color:#999;transition:var(--transition)}.footer-col a:hover{color:var(--pink)}.footer-contact-item{display:flex;gap:.75rem;margin-bottom:.75rem;font-size:.85rem;color:#999}.footer-contact-item strong{color:#ccc;font-weight:500}.footer-bottom{padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#666}.payment-icons{display:flex;gap:.75rem;align-items:center}.payment-icon{background:#2a2a2a;padding:.35rem .75rem;border-radius:4px;font-size:.7rem;font-weight:600;color:#999;letter-spacing:.5px}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.hero-title{font-size:2.75rem}.hero-image{width:400px;height:350px}}@media(max-width:768px){.top-bar{padding:6px 0;font-size:11px}.top-bar-left{display:none}.top-bar .container{justify-content:flex-end}.top-bar-right{gap:12px}.nav{display:none}.hero .container{flex-direction:column;text-align:center}.hero-content{padding:2.5rem 0 1rem}.hero-text{margin:0 auto 1.5rem}.hero-title{font-size:2.25rem}.hero-image{width:100%;height:280px;border-radius:8px;margin-bottom:2rem}.trust-bar .container{grid-template-columns:repeat(2,1fr)}.promo-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.feature-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:repeat(2,1fr)}.step:after{display:none}.deal-card{flex-direction:column;text-align:center;padding:2.5rem}.deal-visual{margin-top:1rem}.footer-grid{grid-template-columns:1fr}}@media(max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-info{padding:.75rem}.product-name{font-size:.8rem}.product-price{font-size:.85rem}.container{padding:0 1rem}}.bg-rose{background:linear-gradient(145deg,#f5d5d5,#e8b4b4)}.bg-blush{background:linear-gradient(145deg,#fce4ec,#f8bbd0)}.bg-peach{background:linear-gradient(145deg,#ffe0cc,#ffc9a8)}.bg-lavender{background:linear-gradient(145deg,#e8dcf0,#d1bfe0)}.bg-sage{background:linear-gradient(145deg,#d4e6d7,#b8d4bb)}.bg-sunny{background:linear-gradient(145deg,#fff3cc,#ffe599)}.bg-coral{background:linear-gradient(145deg,#ffd5cc,#ffb3a3)}.bg-mauve{background:linear-gradient(145deg,#f0d5e0,#e0b3c8)}.bg-cream-warm{background:linear-gradient(145deg,#fef0e0,#fce0c0)}.bg-mint{background:linear-gradient(145deg,#d0f0e0,#a8e0c8)}.product-photo{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.product-card:hover .product-photo{transform:scale(1.05)}.product-desc{font-size:.82rem;color:#8a7f78;margin:.15rem 0 .7rem;line-height:1.4;min-height:2.3em}.size-selector{display:flex;gap:.4rem;margin:.2rem 0 .7rem}.size-btn{flex:1;padding:.4rem 0;border:1px solid #e7dcd6;background:#fff;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:600;color:#7a6d66;transition:var(--transition)}.size-btn:hover{border-color:var(--pink)}.size-btn.active{background:var(--pink);border-color:var(--pink);color:#fff}.design-selector{display:flex;gap:.4rem;margin:.1rem 0 .6rem}.design-thumb{width:46px;height:46px;padding:0;border:2px solid #e7dcd6;border-radius:8px;overflow:hidden;cursor:pointer;background:#fff;transition:var(--transition)}.design-thumb img{width:100%;height:100%;object-fit:cover;display:block}.design-thumb:hover{border-color:var(--pink)}.design-thumb.active{border-color:var(--pink);box-shadow:0 0 0 2px #d4637a40}.addons-section{padding:2.5rem 0 3.5rem;background:#faf6f2}.addons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.addon-card{background:#fff;border:1px solid #efe6e0;border-radius:10px;padding:1.1rem .8rem;text-align:center;transition:var(--transition)}.addon-card:hover{box-shadow:0 6px 18px #0000000f;transform:translateY(-2px)}.addon-icon{display:flex;justify-content:center;margin-bottom:.55rem;color:var(--ink,#1c1b19)}.addon-icon svg{width:38px;height:38px}.addon-name{font-weight:600;font-size:.9rem;color:#4a413c}.addon-price{font-size:.78rem;color:#8a7f78;margin:.25rem 0 .7rem}.addon-add-btn{width:100%;padding:.45rem;border:none;border-radius:6px;background:var(--pink);color:#fff;font-weight:600;cursor:pointer;font-size:.82rem;transition:var(--transition)}.addon-add-btn:hover{filter:brightness(.95)}.cart-item-thumb{width:48px;height:48px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#f3ece7}.cart-item-thumb img{width:100%;height:100%;object-fit:cover;display:block}.cart-item-icon{display:flex;align-items:center;justify-content:center;color:var(--ink,#1c1b19)}.cart-item-icon svg{width:26px;height:26px}.summary-item-thumb{width:44px;height:44px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#f3ece7}.summary-item-thumb img{width:100%;height:100%;object-fit:cover;display:block}.summary-item-icon{display:flex;align-items:center;justify-content:center;color:#1c1b19}.summary-item-icon svg{width:24px;height:24px}.hero-sticky{width:100%}.hero-visual{position:relative;width:520px;height:420px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.hero-photo-static{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block;box-shadow:0 20px 45px #0000001a}.hero-rose-canvas{display:none;max-width:100%;max-height:78vh;height:auto;width:auto}.hero.rose-mode{min-height:220vh;display:block;padding:0}.hero.rose-mode .hero-sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center}.hero.rose-mode .hero-photo-static{display:none}.hero.rose-mode .hero-visual{width:auto;height:auto}.hero.rose-mode .hero-rose-canvas{display:block;filter:drop-shadow(0 24px 45px rgba(120,90,110,.22))}@media(max-width:900px){.hero-visual{width:100%;height:320px;margin-top:1.5rem}.hero.rose-mode{min-height:180vh}.hero.rose-mode .hero-rose-canvas{max-height:60vh}}.cart-overlay{position:fixed;inset:0;background:#0006;z-index:998;opacity:0;visibility:hidden;transition:all .3s ease}.cart-overlay.open{opacity:1;visibility:visible}.cart-sidebar{position:fixed;top:0;right:0;width:380px;max-width:90vw;height:100vh;background:var(--warm-white, #fffdf9);z-index:999;display:flex;flex-direction:column;box-shadow:-4px 0 30px #00000026;transform:translate(100%);transition:transform .3s ease}.cart-sidebar.open{transform:translate(0)}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border, #e8e2db)}.cart-header h3{font-family:Playfair Display,serif;font-size:1.25rem}.cart-close{background:none;border:none;font-size:1.75rem;color:var(--text-light, #777);cursor:pointer;line-height:1}.cart-close:hover{color:var(--pink, #d4637a)}.cart-items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-empty{text-align:center;color:var(--text-lighter, #aaa);padding:3rem 0;font-size:.9rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border, #e8e2db);align-items:center}.cart-item-color{width:60px;height:60px;border-radius:8px;flex-shrink:0}.cart-item-details{flex:1}.cart-item-name{font-size:.85rem;font-weight:500;color:var(--text-dark, #1a1a1a);margin-bottom:.25rem}.cart-item-price{font-size:.85rem;color:var(--pink, #d4637a);font-weight:600}.cart-item-qty{display:flex;align-items:center;gap:.5rem;margin-top:.4rem}.qty-btn{width:26px;height:26px;border:1px solid var(--border, #e8e2db);border-radius:4px;background:#fff;font-size:.9rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.qty-btn:hover{border-color:var(--pink, #d4637a);color:var(--pink, #d4637a)}.cart-item-qty span{font-size:.85rem;font-weight:500;min-width:20px;text-align:center}.cart-item-remove{background:none;border:none;color:var(--text-lighter, #aaa);cursor:pointer;font-size:1.2rem;padding:.25rem;transition:color .2s}.cart-item-remove:hover{color:#c44}.cart-footer{padding:1.5rem;border-top:1px solid var(--border, #e8e2db)}.cart-total{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:600;color:var(--text-dark, #1a1a1a)}.toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100px);background:var(--text-dark, #1a1a1a);color:#fff;padding:.75rem 1.75rem;border-radius:8px;font-size:.85rem;font-weight:500;z-index:1000;opacity:0;transition:all .3s ease;pointer-events:none}.toast.show{transform:translate(-50%) translateY(0);opacity:1}:root{--cream:#f7f4ee;--cream-dark:#efe9dd;--beige:#ece5d8;--white:#ffffff;--pink:#111111;--pink-hover:#000000;--pink-light:#efe9dd;--pink-pale:#f7f4ee;--green:#6e7566;--gold:#b9a78c;--ink:#111111;--text-dark:#111111;--text:#2b2926;--text-light:#6b6359;--text-lighter:#a49a8d;--border:#e4ddce;--radius:2px}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--cream);color:var(--text);font-weight:300;letter-spacing:.1px}h1,h2,.hero-title,.section-heading h2,.promo-card h3,.feature-content h3,.deal-content h2,.expat-card h2,.footer-about h3,.product-name{font-family:Cormorant Garamond,Georgia,serif;font-weight:400;letter-spacing:-.02em}p,.hero-text,.trust-item p,.product-desc{font-weight:300}.header{background:var(--cream);border-bottom:1px solid var(--border)}.header .container{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.header .nav{order:1;justify-self:start;display:flex;gap:1.6rem}.header .logo{order:2;justify-self:center}.header .header-actions{order:3;justify-self:end}.nav a{font-family:Manrope,sans-serif;font-size:.72rem;text-transform:uppercase;letter-spacing:2px;color:var(--ink);font-weight:400}.nav a:hover{color:var(--text-light)}.header-actions{display:flex;align-items:center;gap:1.25rem}.header-actions a .icon,.header-actions .icon{width:27px;height:27px;stroke:var(--ink)}.header-actions .lang-switch{display:flex;align-items:center;gap:.3rem;font-family:Manrope,sans-serif;font-size:.72rem;letter-spacing:1px}.header-actions .lang-switch a{color:var(--text-lighter);padding:.3rem .55rem;border-radius:5px;line-height:1}.header-actions .lang-switch a.active{background:var(--ink);color:#fff;font-weight:600}.header-actions .lang-switch a:hover{color:var(--ink)}.header-actions .lang-switch a.active:hover{color:#fff}.logo{display:inline-flex;align-items:center;text-decoration:none;line-height:1}.site-logo{height:36px;width:auto;display:block}.footer-logo{margin-bottom:1rem}.footer-logo .site-logo{height:30px}.btn,.btn-pink,.action-btn,.add-to-cart-btn,.addon-add-btn{background:var(--ink);color:var(--cream);border-radius:var(--radius);text-transform:uppercase;letter-spacing:2px;font-family:Manrope,sans-serif;font-weight:400}.btn-pink{padding:1rem 2.6rem;font-size:.75rem}.btn-pink:hover,.action-btn:hover,.add-to-cart-btn:hover{background:#000;color:#fff;box-shadow:none;transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--ink);border:1px solid var(--ink)}.btn-outline:hover{background:var(--ink);color:var(--cream)}.hero{position:relative;overflow:hidden;background:var(--beige);min-height:560px;padding:0;display:flex;align-items:center}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center right;z-index:0;display:block}.hero:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#f7f4eef2,#f7f4ee9e 36%,#f7f4ee00 60%)}.hero-sticky{position:relative;z-index:2;width:100%}.hero .container{position:relative;z-index:2}.hero-content{max-width:520px;padding:4rem 0}.hero-title{font-size:4rem;color:var(--ink);line-height:1.06}.hero-title em{font-style:italic;color:var(--ink)}.hero-text{color:var(--text-light);max-width:400px}.hero-note{margin-top:1.1rem;font-size:.7rem;text-transform:uppercase;letter-spacing:2px;color:var(--text-light)}.hero-content:before{content:"";display:block;width:56px;height:1px;background:var(--ink);opacity:.55;margin:0 0 1.4rem}.hero-photo-static{border-radius:2px;box-shadow:0 30px 60px #46372829;object-position:68% center}.trust-bar{background:var(--cream);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-item h4{font-family:Manrope,sans-serif;text-transform:uppercase;letter-spacing:1.5px;font-size:.72rem;font-weight:500;color:var(--ink)}.trust-item p{color:var(--text-light)}.trust-icon .icon{stroke:var(--ink)}.section-heading h2{font-size:2.7rem;color:var(--ink);text-transform:none}.divider{background:var(--ink);opacity:.4}.products-section,.promo-section,.how-it-works,.feature-banners{background:var(--cream)}.promo-card,.feature-card{background:var(--white);border:1px solid var(--border);border-radius:2px}.promo-price,.feature-price{color:var(--ink)}.product-card{background:var(--white);border:1px solid var(--border);border-radius:2px;box-shadow:none}.product-card:hover{box-shadow:0 14px 34px #4637281a}.product-card:hover .product-name{color:var(--ink)}.product-badge.badge-hot,.product-badge.badge-new,.product-badge.badge-sale{background:var(--cream);color:var(--ink);border:1px solid var(--border);text-transform:uppercase;letter-spacing:1px;font-weight:500}.size-btn:hover{border-color:var(--ink)}.size-btn.active{background:var(--ink);border-color:var(--ink);color:var(--cream)}.product-price{text-align:center}.product-info .add-to-cart-btn{display:flex;justify-content:center;width:max-content;max-width:100%;margin:.55rem auto 0}.size-selector{justify-content:center}.design-selector{justify-content:center;gap:.5rem}.design-thumb{width:52px;height:52px;box-sizing:border-box;border:1px solid var(--border);border-radius:8px}.design-thumb.active{border:2px solid var(--ink);box-shadow:none}.addons-section{background:var(--beige)}.addon-name{font-family:Manrope,sans-serif}.feature-visual{color:var(--ink);display:flex;align-items:center;justify-content:center}.feature-visual svg{width:66px;height:66px}.deal-visual{color:var(--cream);display:flex;align-items:center;justify-content:center;gap:1.1rem}.deal-visual svg{width:46px;height:46px}.deal-content .deal-label{color:#cdbaa7}.deal-content h2{color:#fff}.deal-content p{color:#fffc;opacity:1}.deal-card .btn,.deal-card .btn-pink{background:var(--cream);color:var(--ink)}.deal-card .btn-pink:hover{background:#fff;color:var(--ink)}.cart-count{background:var(--ink);color:var(--cream)}.qty-btn:hover{border-color:var(--ink);color:var(--ink)}.footer{background:var(--ink);color:#e7ddcd}.footer p,.footer li a,.footer-contact-item,.footer a{color:#d3c9b8}.footer a:hover{color:#fff}.footer-about h3,.footer h4{color:var(--cream)}.footer h4{font-family:Manrope,sans-serif;text-transform:uppercase;letter-spacing:1.5px;font-size:.78rem}.social-link{border:1px solid #4c463c;color:#d3c9b8}.social-link:hover{background:var(--cream);color:var(--ink);border-color:var(--cream)}@media(max-width:860px){.header .container{grid-template-columns:auto 1fr}.header .nav{display:none}.header .logo{order:1;justify-self:start}.header .header-actions{order:2}.hero{display:block;min-height:0}.hero-bg{position:relative;inset:auto;width:100%;height:auto;object-fit:contain}.hero:after{display:none}.hero-content{max-width:none;padding:2rem 0 1.5rem}.hero-title{font-size:2.6rem}.hero-content:before{margin:0 0 1.1rem}}
