*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg:#F2EDE6;--bg2:#EDE7DF;--bg-dark:#1C1612;--bg-dark2:#251E18;--white:#FAF8F4;--terra:#B8674A;--terra-muted:#C47E5E;--gold:#C9A262;--text:#1C1612;--text-mid:#5C4A3A;--text-light:#9C8878;--text-hint:#B8A898;--border:#DDD5C8}html{scroll-behavior:smooth}body{font-family:Jost,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}.topbar-inner{display:flex;white-space:nowrap;animation:ilma-scroll 24s linear infinite}@keyframes ilma-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.topbar-item{display:inline-flex;align-items:center;gap:.5rem;padding:0 2rem;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff8c;font-weight:300}.topbar-dot{width:3px;height:3px;border-radius:50%;background:var(--terra-muted);flex-shrink:0}nav{position:sticky;top:0;z-index:100;background:#f2ede6f7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:.5px solid var(--border)}.nav-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 3rem;height:68px}.nav-logo{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:400;letter-spacing:.18em;color:var(--text);text-decoration:none}.nav-logo .logo-m{color:var(--terra)}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-light);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-right{display:flex;align-items:center;gap:1.5rem}.nav-search{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-light);cursor:pointer;background:none;border:none;font-family:Jost,sans-serif}.nav-panier{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--white);background:var(--text);padding:.6rem 1.4rem;text-decoration:none;cursor:pointer;border:none;font-family:Jost,sans-serif;transition:background .2s}.nav-panier:hover{background:var(--text-mid)}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;min-height:calc(100vh - 102px);background:var(--bg);padding:5rem 2rem 0;overflow:hidden}.hero-kicker{display:flex;align-items:center;gap:.8rem;font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--terra);margin-bottom:1.8rem}.hero h1{font-family:Cormorant Garamond,serif;font-size:6rem;font-weight:300;line-height:.92;letter-spacing:.02em;color:#3d1f0a;margin-bottom:1.2rem}.hero h1 em{font-style:normal;color:#3d1f0a}.hero-sub{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-style:italic;font-weight:300;color:var(--text-light);letter-spacing:.08em;margin-bottom:1.6rem}.hero-sep{width:48px;height:.5px;background:var(--border);margin:0 auto 1.5rem}.hero-desc{font-size:.88rem;font-weight:300;line-height:1.85;color:var(--text-mid);max-width:480px;margin:0 auto 1rem}.hero-specs{display:flex;gap:1.4rem;flex-wrap:wrap;justify-content:center;margin-bottom:2.2rem}.hero-btns{display:flex;gap:1rem;align-items:center;justify-content:center;margin-bottom:3.5rem}.btn-dark{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--white);background:var(--text);padding:1rem 2rem;text-decoration:none;display:inline-block;transition:background .2s}.btn-dark:hover{background:var(--text-mid)}.btn-light{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-mid);background:transparent;border:.5px solid var(--border);padding:1rem 2rem;text-decoration:none;display:inline-block;transition:all .2s}.btn-light:hover{border-color:var(--text-mid)}.hero-photos{display:flex;gap:1rem;width:100%;max-width:560px;margin:0 auto .5rem;align-items:stretch}.hero-photo-frame{flex:1;position:relative;overflow:hidden;border-radius:6px;border:.5px solid rgba(61,31,10,.12)}.hero-photo-frame img{width:100%;height:220px;display:block;object-fit:cover;object-position:center 50%;transition:transform .6s ease}.hero-photo-frame:hover img{transform:scale(1.03)}.hero-photo-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 55%,rgba(245,240,235,.35) 100%);pointer-events:none}.trust-item{display:flex;align-items:center;gap:.9rem;padding:1.4rem 2rem;border-right:.5px solid var(--border)}.trust-item:last-child{border-right:none}.trust-icon{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--terra)}.trust-icon svg{width:18px;height:18px}.trust-label{font-size:.75rem;font-weight:400;color:var(--text);letter-spacing:.02em}.trust-sub{font-size:.65rem;font-weight:300;color:var(--text-hint);letter-spacing:.05em}.boutique{padding:5rem 4rem;background:var(--bg);max-width:1200px;margin:0 auto}.section-kicker{display:flex;align-items:center;gap:.8rem;font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--terra);margin-bottom:1rem}.section-kicker-line{width:28px;height:.5px;background:var(--terra)}.section-title{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:300;line-height:1.1;color:var(--text);margin-bottom:3rem}.section-title em{font-style:italic;color:var(--terra)}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product{display:flex;flex-direction:column}.product-img-wrap{position:relative;overflow:hidden;background:var(--bg2)}.product-img-wrap img{width:100%;aspect-ratio:3/2.5;object-fit:cover;display:block;transition:transform .4s}.product-img-placeholder{width:100%;aspect-ratio:3/2.5;background:var(--bg2);display:block}.product-img-placeholder svg{width:100%;height:100%;opacity:.3}.product:hover .product-img-wrap img{transform:scale(1.02)}.product-badge{position:absolute;top:12px;left:12px;font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;padding:.3rem .75rem;z-index:1}.badge-access{background:var(--text);color:var(--white)}.badge-best{background:var(--terra);color:var(--white)}.badge-duo{background:var(--gold);color:var(--white)}.product-body{padding:1.3rem 0 0;flex:1;display:flex;flex-direction:column}.product-name{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:400;color:var(--text);margin-bottom:.2rem}.product-format{font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-hint);margin-bottom:.6rem}.product-desc{font-size:.78rem;font-weight:300;line-height:1.7;color:var(--text-mid);margin-bottom:1rem}.product-footer{display:flex;justify-content:space-between;align-items:flex-end;border-top:.5px solid var(--border);padding-top:1rem;margin-top:auto}.product-price{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:300;color:var(--text)}.product-price-note{font-size:.62rem;color:var(--text-hint);font-weight:300;margin-top:.1rem}.product-price-eco{font-size:.62rem;color:var(--terra);font-weight:300;margin-top:.1rem}.btn-acheter{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text);border:.5px solid var(--border);background:transparent;padding:.6rem 1.2rem;cursor:pointer;font-family:Jost,sans-serif;transition:all .2s;text-decoration:none;display:inline-block}.btn-acheter:hover{background:var(--text);color:var(--white);border-color:var(--text)}.contenu{background:var(--bg-dark);padding:5rem 4rem}.contenu-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.contenu-img img{width:100%;max-width:380px;display:block}.contenu-img-placeholder{width:100%;max-width:380px;height:480px;background:#ffffff0d}.contenu-kicker{display:flex;align-items:center;gap:.8rem;font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--terra-muted);margin-bottom:1.2rem}.contenu-kicker-line{width:28px;height:.5px;background:var(--terra-muted)}.contenu-title{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:300;line-height:1.1;color:var(--white);margin-bottom:1rem}.contenu-title em{font-style:italic;color:var(--gold)}.contenu-desc{font-size:.85rem;font-weight:300;line-height:1.85;color:#ffffff73;margin-bottom:2.5rem}.stat-label{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff4d;margin-top:.3rem}.comparatif{padding:5rem 4rem;background:var(--bg)}.comparatif-inner{max-width:1100px;margin:0 auto}.comp-card.is-pop{border:2px solid var(--terra);position:relative;margin:-1px}.comp-pop-badge{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--terra);color:var(--white);font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;padding:.3rem 1rem;white-space:nowrap;display:flex;align-items:center;gap:.4rem}.comp-format{font-size:.58rem;letter-spacing:.22em;text-transform:uppercase;color:var(--text-hint);margin-bottom:.5rem}.comp-name{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;color:var(--text);margin-bottom:1.2rem}.comp-price-int{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:300;color:var(--text);line-height:1}.comp-price-note{font-size:.65rem;color:var(--text-hint);margin-bottom:.5rem;margin-top:.15rem}.comp-eco{display:inline-block;font-size:.6rem;letter-spacing:.1em;background:var(--terra);color:var(--white);padding:.25rem .65rem;margin-bottom:1.2rem}.comp-rule{border:none;border-top:.5px solid var(--border);margin:1.2rem 0}.comp-features{list-style:none;display:flex;flex-direction:column;gap:.6rem;flex:1;margin-bottom:1.5rem}.comp-feat{display:flex;align-items:flex-start;gap:.6rem;font-size:.78rem;font-weight:300;color:var(--text-mid);line-height:1.45}.comp-feat.no,.comp-feat.no .cf-check{color:var(--border)}.cf-check{font-size:.7rem;color:var(--terra);flex-shrink:0;margin-top:.1em}.btn-comp{display:block;text-align:center;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;font-family:Jost,sans-serif;padding:.9rem;cursor:pointer;border:.5px solid var(--border);background:transparent;color:var(--text);transition:all .2s;margin-top:auto;text-decoration:none}.btn-comp:hover,.comp-card.is-pop .btn-comp{background:var(--text);color:var(--white);border-color:var(--text)}.comp-card.is-pop .btn-comp:hover{background:var(--terra);border-color:var(--terra)}.programme{padding:5rem 4rem;background:var(--bg2)}.programme-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.prog-items{display:flex;flex-direction:column;gap:0}.prog-num{font-size:.6rem;letter-spacing:.15em;color:var(--text-hint);padding-top:.2rem;min-width:20px}.prog-item-title{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:400;color:var(--text);margin-bottom:.3rem}.prog-item-desc{font-size:.78rem;font-weight:300;line-height:1.65;color:var(--text-mid)}.prog-right{background:var(--bg);border:.5px solid var(--border);padding:2rem;display:flex;flex-direction:column;align-items:center}.prog-right-kicker{font-size:.58rem;letter-spacing:.25em;text-transform:uppercase;color:var(--terra);margin-bottom:1rem;display:flex;align-items:center;gap:.6rem;justify-content:center}.prog-right-kicker:before{content:"";display:block;width:20px;height:.5px;background:var(--terra)}.stats2{display:grid;grid-template-columns:1fr 1fr;gap:1.5px;background:var(--border);width:100%}.stat2{background:var(--white);padding:1.5rem;display:flex;flex-direction:column;gap:.3rem;align-items:center;text-align:center}.stat2-num{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;color:var(--terra);line-height:1}.stat2-label{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-light)}.temoignages{background:var(--bg-dark);padding:5rem 4rem}.testi-inner{max-width:1200px;margin:0 auto}.testi-kicker{display:flex;align-items:center;gap:.8rem;font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--terra-muted);margin-bottom:.8rem}.testi-kicker-line{width:28px;height:.5px;background:var(--terra-muted)}.testi-title{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:300;color:var(--white);margin-bottom:.5rem}.testi-title em{font-style:italic;color:var(--gold)}.testi-card{background:var(--bg-dark2);padding:2.2rem 2rem;display:flex;flex-direction:column;gap:1.1rem}.testi-stars{display:flex;gap:3px}.star{width:9px;height:9px;background:var(--gold);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.testi-text{font-family:Cormorant Garamond,serif;font-size:1rem;font-style:italic;font-weight:300;line-height:1.75;color:#ffffffa6;flex:1}.testi-rule{border:none;border-top:.5px solid rgba(255,255,255,.1)}.testi-author-row{display:flex;align-items:center;gap:.8rem}.testi-avatar{width:32px;height:32px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:500;color:#fff6;flex-shrink:0}.testi-author{font-size:.7rem;font-weight:400;color:#ffffff80;letter-spacing:.05em}.testi-city{font-size:.62rem;color:#ffffff40;margin-top:.1rem}.pourquoi{padding:5rem 4rem;background:var(--bg)}.pourquoi-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.pourquoi-title{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:300;color:var(--text);line-height:1.1;margin-bottom:1.8rem}.pourquoi-title em{font-style:italic;color:var(--terra)}.pourquoi-text,.pourquoi-texts p{font-size:.85rem;font-weight:300;line-height:1.9;color:var(--text-mid);margin-bottom:1rem}.pourquoi-right{display:grid;grid-template-columns:1fr 1fr;gap:1.5px;background:var(--border)}.pourquoi-card{background:var(--white);padding:2rem 1.5rem}.pourquoi-card-num{font-size:.6rem;letter-spacing:.2em;color:var(--text-hint);margin-bottom:.8rem}.pourquoi-card-title{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:400;color:var(--text);margin-bottom:.5rem}.pourquoi-card-desc{font-size:.75rem;font-weight:300;line-height:1.65;color:var(--text-light)}.verset{padding:4rem 2rem;text-align:center;background:var(--bg2);border-top:.5px solid var(--border);border-bottom:.5px solid var(--border)}.verset-arabic{font-size:2rem;color:var(--text);letter-spacing:.05em;margin-bottom:.8rem;font-family:serif}.verset-sep{width:40px;height:.5px;background:var(--terra);margin:0 auto .8rem}.verset-latin{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1rem;color:var(--terra);margin-bottom:.5rem}.verset-sep2{width:40px;height:.5px;background:var(--border);margin:0 auto .8rem}.verset-trad{font-size:.82rem;font-weight:300;color:var(--text-hint);letter-spacing:.05em}.faq{padding:5rem 4rem;background:var(--bg)}.faq-inner{max-width:1100px;margin:0 auto}.faq-title{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:300;color:var(--text);margin-bottom:2.5rem}.faq-title em{font-style:italic;color:var(--terra)}.faq-item{border-bottom:.5px solid var(--border);padding:1.2rem 0;display:flex;justify-content:space-between;align-items:start;gap:1rem;cursor:pointer;flex-wrap:wrap}.faq-q{font-size:.82rem;font-weight:300;color:var(--text);line-height:1.5;flex:1}.faq-plus{font-size:1rem;color:var(--terra);flex-shrink:0;transition:transform .2s;line-height:1}.faq-item.open .faq-plus{transform:rotate(45deg)}.faq-answer{font-size:.78rem;font-weight:300;color:var(--text-mid);line-height:1.7;padding:.8rem 0 .5rem;display:none;width:100%}.faq-item.open .faq-answer{display:block}.communaute{background:var(--bg-dark);padding:5rem 4rem}.comm-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.comm-kicker{display:flex;align-items:center;gap:.8rem;font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--terra-muted);margin-bottom:.8rem}.comm-kicker-line{width:28px;height:.5px;background:var(--terra-muted)}.comm-title{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:300;color:var(--white);margin-bottom:.8rem}.comm-title em{font-style:italic;color:var(--gold)}.comm-desc{font-size:.82rem;font-weight:300;line-height:1.85;color:#fff6;margin-bottom:1.5rem}.comm-perks{list-style:none;display:flex;flex-direction:column;gap:.5rem}.comm-perk{font-size:.75rem;font-weight:300;color:#fff6;display:flex;align-items:center;gap:.6rem}.comm-perk:before{content:"\b7";color:var(--terra-muted)}.comm-form{display:flex;flex-direction:column;gap:.7rem}.comm-input{background:#ffffff0d;border:.5px solid rgba(255,255,255,.1);color:var(--white);padding:.9rem 1rem;font-family:Jost,sans-serif;font-size:.82rem;font-weight:300;outline:none;transition:border-color .2s;width:100%}.comm-input:focus{border-color:#ffffff40}.comm-input::placeholder{color:#fff3;font-size:.78rem}.btn-comm{background:var(--terra);color:var(--white);border:none;padding:1rem;font-family:Jost,sans-serif;font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;transition:background .2s;font-weight:400;width:100%}.btn-comm:hover{background:var(--terra-muted)}.footer-top{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:4rem;margin-bottom:2.5rem}.footer-logo-text{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;letter-spacing:.2em;color:var(--text);margin-bottom:.8rem}.footer-logo-text .fm{color:var(--terra)}.footer-brand-desc{font-size:.75rem;font-weight:300;line-height:1.7;color:var(--text-hint);max-width:220px}.footer-col-title{font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--text-light);margin-bottom:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.75rem;font-weight:300;color:var(--text-hint);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--terra)}.footer-bottom{max-width:1200px;margin:0 auto;border-top:.5px solid var(--border);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center}.footer-copy{font-size:.62rem;color:var(--text-hint);letter-spacing:.1em}.footer-payments{display:flex;gap:.5rem}.pay-badge{font-size:.55rem;letter-spacing:.1em;border:.5px solid var(--border);color:var(--text-hint);padding:.25rem .6rem}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{font-size:.62rem;color:var(--text-hint);text-decoration:none;letter-spacing:.08em;transition:color .2s}.footer-legal a:hover{color:var(--text)}@media(max-width:960px){.nav-links{display:none}.hero{grid-template-columns:1fr;min-height:auto}.hero-right{height:300px}.hero-right img{width:50%;max-width:200px}.hero-left{padding:3rem 2rem 4rem}.hero h1{font-size:3.5rem}.boutique,.comparatif,.programme,.temoignages,.pourquoi,.faq,.communaute{padding:3.5rem 1.5rem}.products,.comp-grid,.testi-grid,.faq-grid,.comm-inner,.pourquoi-inner,.contenu-inner,.programme-inner{grid-template-columns:1fr}.comp-card.is-pop{margin:0;border:2px solid var(--terra)}footer{padding:3rem 1.5rem 1.5rem}.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.trust-inner{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:none}.nav-inner{padding:0 1.5rem}}.cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;background:var(--white);z-index:201;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-4px 0 24px #00000014}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:.5px solid var(--border)}.cart-drawer-title{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;color:var(--text);letter-spacing:.05em}.cart-close{background:none;border:none;font-size:1.2rem;cursor:pointer;color:var(--text-light);transition:color .2s}.cart-close:hover{color:var(--text)}.cart-drawer-body{flex:1;overflow-y:auto;padding:1.5rem 2rem}.cart-drawer-empty{text-align:center;padding:3rem 1rem;color:var(--text-light);font-size:.85rem}.cart-drawer-empty a{display:inline-block;margin-top:1rem;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--terra)}.cart-drawer-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:.5px solid var(--border)}.cart-drawer-img{width:70px;height:70px;object-fit:cover;flex-shrink:0;background:var(--bg2)}.cart-drawer-item-info{flex:1}.cart-drawer-item-title{font-size:.82rem;font-weight:400;color:var(--text);margin-bottom:.3rem;line-height:1.4}.cart-drawer-item-price{font-size:.78rem;color:var(--text-light)}.cart-drawer-item-remove{background:none;border:none;color:var(--text-hint);cursor:pointer;font-size:.8rem;flex-shrink:0;transition:color .2s}.cart-drawer-item-remove:hover{color:var(--terra)}.cart-drawer-footer{padding:1.5rem 2rem;border-top:.5px solid var(--border)}.cart-subtotal-row{display:flex;justify-content:space-between;font-size:.85rem;font-weight:400;color:var(--text);margin-bottom:.5rem}.cart-shipping-note{font-size:.65rem;color:var(--text-hint);margin-bottom:1rem;letter-spacing:.05em}.btn-cart-page{display:block;width:100%;text-align:center;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-mid);border:.5px solid var(--border);padding:1rem;text-decoration:none;transition:all .2s}.btn-cart-page:hover{border-color:var(--text-mid)}.nav-search-btn{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-light);text-decoration:none;transition:color .2s}.nav-search-btn:hover{color:var(--text)}.product-main-img img{width:100%;display:block;object-fit:cover}.product-thumbs{display:flex;gap:.5rem;margin-top:.75rem}.product-thumb{width:70px;height:70px;object-fit:cover;cursor:pointer;opacity:.6;transition:opacity .2s;border:.5px solid transparent}.product-thumb.active,.product-thumb:hover{opacity:1;border-color:var(--terra)}.product-page-kicker{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--terra);margin-bottom:.6rem}.product-page-title{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:300;color:var(--text);line-height:1.1;margin-bottom:1.2rem}.product-page-price-row{display:flex;align-items:baseline;gap:.8rem;margin-bottom:1.5rem}.product-page-price{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:300;color:var(--text)}.product-page-compare{font-size:1rem;color:var(--text-hint);text-decoration:line-through}.product-page-badge-eco{font-size:.65rem;background:var(--terra);color:var(--white);padding:.25rem .7rem;letter-spacing:.1em}.product-page-desc{font-size:.88rem;font-weight:300;line-height:1.85;color:var(--text-mid);margin-bottom:1.5rem}.product-variants{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.variant-option{border:.5px solid var(--border);padding:.5rem 1rem;cursor:pointer;font-size:.75rem;letter-spacing:.1em;transition:all .2s}.variant-option input{display:none}.variant-option.active,.variant-option:hover{border-color:var(--terra);color:var(--terra)}.product-reassurance{display:flex;flex-direction:column;gap:.8rem;padding-top:1.2rem;border-top:.5px solid var(--border)}.reassurance-item{display:flex;align-items:center;gap:.8rem;font-size:.75rem;font-weight:300;color:var(--text-mid)}.reassurance-item svg{width:16px;height:16px;flex-shrink:0;color:var(--terra)}.collection-title{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:var(--text);margin-bottom:.8rem}.collection-desc{font-size:.88rem;font-weight:300;line-height:1.8;color:var(--text-mid);max-width:600px;margin:0 auto}.collection-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.coll-product{display:flex;flex-direction:column}.coll-product-img-wrap{position:relative;overflow:hidden;display:block;background:var(--bg2)}.coll-product-img-wrap img{width:100%;aspect-ratio:3/2.5;object-fit:cover;display:block;transition:transform .4s}.coll-product-img-wrap:hover img{transform:scale(1.02)}.coll-badge{position:absolute;top:10px;left:10px;font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;background:var(--text);color:var(--white);padding:.3rem .7rem}.coll-placeholder{width:100%;aspect-ratio:3/2.5;display:block;background:var(--bg2)}.coll-product-body{padding:1rem 0 0;flex:1;display:flex;flex-direction:column}.coll-product-name{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:400;color:var(--text);text-decoration:none;display:block;margin-bottom:.2rem}.coll-product-type{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-hint);margin-bottom:.6rem}.coll-product-footer{display:flex;justify-content:space-between;align-items:center;border-top:.5px solid var(--border);padding-top:.8rem;margin-top:auto}.coll-compare{font-size:.8rem;color:var(--text-hint);text-decoration:line-through;margin-left:.4rem}.collection-empty{text-align:center;color:var(--text-light);padding:3rem}.cart-page-inner{max-width:1100px;margin:0 auto}.cart-page-title{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:var(--text);margin-bottom:2.5rem}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:0}.cart-item-img img{width:80px;height:80px;object-fit:cover;display:block}.cart-item-title{font-size:.85rem;font-weight:400;color:var(--text);margin-bottom:.2rem}.cart-item-variant{font-size:.72rem;color:var(--text-hint)}.cart-item-price{font-size:.8rem;color:var(--text-mid);margin-top:.3rem}.cart-item-qty{display:flex;align-items:center;gap:.5rem}.qty-btn{width:26px;height:26px;border:.5px solid var(--border);background:transparent;cursor:pointer;font-size:.9rem;color:var(--text);transition:all .2s}.qty-btn:hover{border-color:var(--text);background:var(--text);color:var(--white)}.qty-num{font-size:.82rem;min-width:20px;text-align:center}.cart-item-total{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:300;color:var(--text);white-space:nowrap}.cart-item-remove{background:none;border:none;color:var(--text-hint);cursor:pointer;font-size:.75rem;transition:color .2s}.cart-item-remove:hover{color:var(--terra)}.cart-summary-title{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:300;color:var(--text);margin-bottom:1.2rem;padding-bottom:1rem;border-bottom:.5px solid var(--border)}.cart-summary-row{display:flex;justify-content:space-between;font-size:.82rem;font-weight:300;color:var(--text-mid);margin-bottom:.6rem}.cart-free-shipping{color:var(--terra);font-weight:400}.cart-free-shipping-progress{font-size:.72rem;color:var(--text-hint);margin-bottom:1rem;padding:.6rem;background:var(--cream2,var(--bg2));text-align:center}.static-page-inner{max-width:800px;margin:0 auto}.static-page-title{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:300;color:var(--text);margin-bottom:2rem;padding-bottom:1rem;border-bottom:.5px solid var(--border)}.static-page-content{font-size:.88rem;font-weight:300;line-height:1.85;color:var(--text-mid)}.static-page-content h2{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:400;color:var(--text);margin:2rem 0 .8rem}.static-page-content p{margin-bottom:1rem}.search-page{padding:4rem}.search-page-inner{max-width:1100px;margin:0 auto}.search-form{display:flex;gap:1rem;margin-bottom:3rem;align-items:stretch}@media(max-width:960px){.product-page{padding:2rem 1.5rem}.product-page-inner{grid-template-columns:1fr;gap:2rem}.collection-page{padding:2rem 1.5rem}.collection-grid{grid-template-columns:1fr}.cart-page{padding:2rem 1.5rem}.cart-layout{grid-template-columns:1fr}.cart-item{grid-template-columns:70px 1fr auto}.cart-item-total,.cart-item-qty{grid-column:2}.cart-drawer{width:100vw}}.contenu-inner-3col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem;align-items:center}.contenu-text{display:flex;flex-direction:column;gap:0}.contenu-video-wrap{position:relative;overflow:hidden;border-radius:0;height:100%;min-height:420px}.contenu-video{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;left:0}.contenu-video-placeholder{width:100%;height:100%;min-height:420px;background:#ffffff0d;border:1px dashed rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#ffffff4d;font-size:.72rem;letter-spacing:.15em;text-transform:uppercase}@media(max-width:960px){.contenu-inner-3col{grid-template-columns:1fr}.contenu-video-wrap{min-height:280px;position:relative}.contenu-video{position:relative;height:280px}}.service-header{margin-bottom:3rem}.service-blocks{display:flex;flex-direction:column;gap:2.5rem;margin-bottom:3rem}.service-block{display:grid;grid-template-columns:48px 1fr;gap:1.5rem;padding:2rem;background:var(--white);border:.5px solid var(--border)}.service-block-icon{width:48px;height:48px;display:flex;align-items:flex-start;justify-content:center;padding-top:.2rem;color:var(--terra);flex-shrink:0}.service-block-icon svg{width:24px;height:24px}.service-block-content h2{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;color:var(--text);margin-bottom:.8rem}.service-block-content p{font-size:.85rem;font-weight:300;line-height:1.8;color:var(--text-mid);margin-bottom:.6rem}.service-block-content a{color:var(--terra);text-decoration:none}.service-block-content a:hover{text-decoration:underline}.service-table{margin-top:1rem;border:.5px solid var(--border)}.service-table-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;border-bottom:.5px solid var(--border)}.service-table-row:last-child{border-bottom:none}.service-table-row span{padding:.7rem 1rem;font-size:.78rem;font-weight:300;color:var(--text-mid);border-right:.5px solid var(--border)}.service-table-row span:last-child{border-right:none}.service-table-row.header span{font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-light);background:var(--bg2);font-weight:400}.service-cta{text-align:center;padding:2.5rem;background:var(--bg2);border:.5px solid var(--border)}.service-cta p{font-size:.88rem;color:var(--text-mid);margin-bottom:1rem}.legal-content h2{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;color:var(--text);margin:2rem 0 .8rem;padding-bottom:.5rem;border-bottom:.5px solid var(--border)}.legal-content p{font-size:.85rem;font-weight:300;line-height:1.85;color:var(--text-mid);margin-bottom:.8rem}.legal-content a{color:var(--terra);text-decoration:none}.legal-content a:hover{text-decoration:underline}.legal-content strong{font-weight:500;color:var(--text)}.contact-page-inner{max-width:1000px;margin:0 auto;padding:4rem}.contact-layout{display:grid;grid-template-columns:320px 1fr;gap:4rem;align-items:start}.contact-infos{display:flex;flex-direction:column;gap:1.5rem}.contact-info-item{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem;background:var(--white);border:.5px solid var(--border)}.contact-info-icon{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--terra)}.contact-info-icon svg{width:18px;height:18px}.contact-info-label{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-hint);margin-bottom:.3rem}.contact-info-value{font-size:.82rem;font-weight:300;color:var(--text-mid);text-decoration:none}.contact-info-value:hover{color:var(--terra)}.contact-faq-link{font-size:.78rem;font-weight:300;color:var(--text-light);padding:1rem;background:var(--bg2);border:.5px solid var(--border)}.contact-faq-link a{color:var(--terra);text-decoration:none}.contact-form-block{display:flex;flex-direction:column;gap:1rem}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form-group{display:flex;flex-direction:column;gap:.35rem}.form-label{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-light)}.form-input{background:var(--white);border:.5px solid var(--border);color:var(--text);padding:.85rem 1rem;font-family:Jost,sans-serif;font-size:.85rem;font-weight:300;outline:none;transition:border-color .2s;width:100%}.form-input:focus{border-color:var(--text-mid)}.form-input::placeholder{color:var(--text-hint);font-size:.8rem}.form-select{-webkit-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239C8878' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.form-textarea{height:140px;resize:none}.contact-submit{width:100%;text-align:center;border:none;cursor:pointer;font-family:Jost,sans-serif}.contact-success{background:#f0f7f0;border:.5px solid #8db88d;padding:1rem;font-size:.82rem;color:#3d7a3d}.contact-error{background:#fdf0f0;border:.5px solid #c48888;padding:1rem;font-size:.82rem;color:#8b3d3d}@media(max-width:960px){.contact-page-inner{padding:2rem 1.5rem}.contact-layout,.contact-form-row,.service-block,.service-table-row{grid-template-columns:1fr}.service-table-row.header{display:none}}.product-urgency{position:absolute;bottom:0;left:0;right:0;background:#1c1612d1;padding:.45rem .8rem;display:flex;align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-urgency--timer{background:#b8674ae0}.urgency-viewers{font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffffd9;display:flex;align-items:center;gap:.5rem}.urgency-timer{font-size:.62rem;letter-spacing:.1em;color:var(--white);text-transform:uppercase}.live-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;animation:pulse-dot 1.5s infinite;flex-shrink:0}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.product-stock-bar{margin-bottom:.8rem}.stock-label{font-size:.72rem;font-weight:300;color:var(--text-mid);margin-bottom:.4rem;line-height:1.4}.stock-label strong{color:var(--terra)}.stock-fire{margin-right:.2rem}.stock-progress{height:4px;background:var(--beige, #E4D9C8);border-radius:2px;overflow:hidden}.stock-fill{height:100%;background:var(--terra);border-radius:2px;transition:width 1s ease}.stock-fill--urgent{background:#b8674a}.coll-badge{position:absolute;top:10px;left:10px;font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;padding:.3rem .7rem}.coll-badge--dark{background:var(--text);color:var(--white)}.coll-badge--terra{background:var(--terra);color:var(--white)}.coll-badge--gold{background:var(--gold);color:var(--white)}.coll-product-desc{font-size:.75rem;font-weight:300;color:var(--text-light);line-height:1.6;margin-bottom:.8rem}.service-sections{display:flex;flex-direction:column;gap:2.5rem}.service-block{background:var(--white);border:.5px solid var(--border);padding:2rem}.service-block-icon{font-size:1.8rem;margin-bottom:.8rem}.service-block h2{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:400;color:var(--text);margin-bottom:.8rem}.service-block p{font-size:.85rem;font-weight:300;line-height:1.85;color:var(--text-mid);margin-bottom:.8rem}.service-block ul{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding:0}.service-block ul li{font-size:.82rem;font-weight:300;color:var(--text-mid);padding-left:1rem;position:relative}.service-block ul li:before{content:"\2014";position:absolute;left:0;color:var(--terra)}.service-table{width:100%;border-collapse:collapse;margin-top:1rem;font-size:.8rem}.service-table th{background:var(--bg2, #EDE7DF);padding:.6rem 1rem;text-align:left;font-weight:400;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-light);border-bottom:.5px solid var(--border)}.service-table td{padding:.7rem 1rem;border-bottom:.5px solid var(--border);color:var(--text-mid);font-weight:300}.service-link{color:var(--terra);text-decoration:none;border-bottom:.5px solid var(--terra)}.sec-kicker{display:flex;align-items:center;gap:.8rem;font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--terra);margin-bottom:1rem}.sk-line{width:28px;height:.5px;background:var(--terra)}.sec-kicker-light{display:flex;align-items:center;gap:.8rem;font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--terra-muted);margin-bottom:1rem}.sk-line-light{width:28px;height:.5px;background:var(--terra-muted)}.sec-title{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:300;line-height:1.1;color:var(--text);margin-bottom:2.5rem}.sec-title em{font-style:italic;color:var(--terra)}.sec-title-light{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:300;line-height:1.1;color:var(--white);margin-bottom:1rem}.sec-title-light em{font-style:italic;color:var(--gold)}.topbar{background:var(--bg-dark);height:34px;overflow:hidden;display:flex;align-items:center}.topbar-track{display:flex;white-space:nowrap;animation:ilmascroll 24s linear infinite}@keyframes ilmascroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ti{display:inline-flex;align-items:center;gap:.5rem;padding:0 2rem;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff8c;font-weight:300}.td{width:3px;height:3px;border-radius:50%;background:var(--terra-muted)}.trust{background:var(--white);border-top:.5px solid var(--border);border-bottom:.5px solid var(--border)}.trust-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}.ti2{display:flex;align-items:center;gap:.9rem;padding:1.4rem 2rem;border-right:.5px solid var(--border);color:var(--terra)}.ti2:last-child{border-right:none}.ti2 svg{width:18px;height:18px;flex-shrink:0}.ti2 b{display:block;font-size:.75rem;font-weight:400;color:var(--text);letter-spacing:.02em}.ti2 span{font-size:.65rem;font-weight:300;color:var(--text-hint);letter-spacing:.05em}.boutique-wrap{padding:5rem 4rem;max-width:1200px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{display:flex;flex-direction:column}.pc-img-wrap{position:relative;overflow:hidden;background:var(--bg2)}.pc-img-wrap img{width:100%;aspect-ratio:3/2.5;object-fit:cover;display:block;transition:transform .4s}.product-card:hover .pc-img-wrap img{transform:scale(1.02)}.pc-badge{position:absolute;top:12px;left:12px;font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;padding:.3rem .75rem;z-index:1}.pc-badge--dark{background:var(--text);color:var(--white)}.pc-badge--terra{background:var(--terra);color:var(--white)}.pc-badge--gold{background:var(--gold);color:var(--white)}.pc-urgency{position:absolute;bottom:0;left:0;right:0;background:#1c1612d1;padding:.45rem .8rem;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:#ffffffd9;display:flex;align-items:center;gap:.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pc-urgency--orange{background:#b8674ae0;color:var(--white)}.live-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;animation:pdot 1.5s infinite;flex-shrink:0}@keyframes pdot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.pc-body{padding:1.2rem 0 0;flex:1;display:flex;flex-direction:column}.pc-name{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:400;color:var(--text);margin-bottom:.2rem}.pc-type{font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-hint);margin-bottom:.6rem}.pc-desc{font-size:.78rem;font-weight:300;line-height:1.7;color:var(--text-mid);margin-bottom:.8rem}.pc-stock-label{font-size:.72rem;font-weight:300;color:var(--text-mid);margin-bottom:.4rem}.pc-stock-label strong{color:var(--terra)}.pc-stock-bar{height:4px;background:var(--beige-mid,#D9CFC2);border-radius:2px;overflow:hidden;margin-bottom:.8rem}.pc-stock-fill{height:100%;background:var(--terra);border-radius:2px}.pc-stock-fill--red{background:#b8674a}.pc-footer{display:flex;justify-content:space-between;align-items:flex-end;border-top:.5px solid var(--border);padding-top:1rem;margin-top:auto}.pc-price{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:300;color:var(--text)}.pc-note{font-size:.62rem;color:var(--text-hint);margin-top:.1rem}.pc-eco{font-size:.62rem;color:var(--terra);margin-top:.1rem}.btn-add-cart{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text);border:.5px solid var(--border);background:transparent;padding:.6rem 1.2rem;cursor:pointer;font-family:Jost,sans-serif;transition:all .2s}.btn-add-cart:hover{background:var(--text);color:var(--white);border-color:var(--text)}.section-dark{background:var(--bg-dark);padding:5rem 4rem}.intention-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.intention-img img{width:100%;display:block;object-fit:cover}.intention-desc{font-size:.85rem;font-weight:300;line-height:1.85;color:#ffffff73;margin-bottom:2rem}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:.5px solid rgba(255,255,255,.1);border-left:.5px solid rgba(255,255,255,.1)}.stat{padding:1.5rem;border-right:.5px solid rgba(255,255,255,.1);border-bottom:.5px solid rgba(255,255,255,.1)}.stat-num{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:300;color:var(--gold);line-height:1}.stat-lbl{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff4d;margin-top:.3rem}.comparatif-section{padding:5rem 4rem;background:var(--bg)}.comp-wrap{max-width:1100px;margin:0 auto}.comp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:.5px solid var(--border)}.comp-card{padding:2.5rem 2rem;border-right:.5px solid var(--border);display:flex;flex-direction:column;background:var(--white)}.comp-card:last-child{border-right:none}.comp-card--pop{border:2px solid var(--terra);position:relative;margin:-1px}.comp-pop-lbl{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:var(--terra);color:var(--white);font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;padding:.3rem 1rem;white-space:nowrap}.cc-format{font-size:.58rem;letter-spacing:.22em;text-transform:uppercase;color:var(--text-hint);margin-bottom:.5rem}.cc-name{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;color:var(--text);margin-bottom:1rem}.cc-price{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:300;color:var(--text);line-height:1}.cc-note{font-size:.65rem;color:var(--text-hint);margin-bottom:.5rem;margin-top:.15rem}.cc-eco{display:inline-block;font-size:.6rem;background:var(--terra);color:var(--white);padding:.25rem .65rem;margin-bottom:1rem}.cc-rule{border:none;border-top:.5px solid var(--border);margin:1rem 0}.cc-features{list-style:none;display:flex;flex-direction:column;gap:.6rem;flex:1;margin-bottom:1.5rem}.cc-feat{display:flex;align-items:flex-start;gap:.6rem;font-size:.78rem;font-weight:300;color:var(--text-mid);line-height:1.45}.cc-no{color:var(--border)}.cf-ok{font-size:.7rem;color:var(--terra);flex-shrink:0}.cf-no{font-size:.7rem;color:var(--border);flex-shrink:0}.btn-comp{display:block;text-align:center;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;font-family:Jost,sans-serif;padding:.9rem;cursor:pointer;border:.5px solid var(--border);background:transparent;color:var(--text);transition:all .2s;text-decoration:none;margin-top:auto}.programme-section{padding:5rem 4rem;background:var(--bg2)}.prog-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.prog-list{display:flex;flex-direction:column}.prog-item{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:.5px solid var(--border)}.prog-item:first-child{border-top:.5px solid var(--border)}.prog-n{font-size:.6rem;letter-spacing:.15em;color:var(--text-hint);padding-top:.2rem;min-width:20px}.prog-t{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:400;color:var(--text);margin-bottom:.3rem}.prog-d{font-size:.78rem;font-weight:300;line-height:1.65;color:var(--text-mid)}.prog-stats{background:var(--bg);border:.5px solid var(--border);padding:2rem;display:flex;flex-direction:column;align-items:center}.prog-stats-lbl{font-size:.58rem;letter-spacing:.25em;text-transform:uppercase;color:var(--terra);margin-bottom:1rem;display:flex;align-items:center;gap:.6rem}.prog-stats-lbl:before{content:"";display:block;width:20px;height:.5px;background:var(--terra)}.prog-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5px;background:var(--border);width:100%}.ps{background:var(--white);padding:1.5rem;text-align:center}.ps-n{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;color:var(--terra);line-height:1}.ps-l{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-light);margin-top:.3rem}.testi-wrap{max-width:1200px;margin:0 auto}.testi-sub{font-size:.82rem;font-weight:300;color:#ffffff59;margin-bottom:3rem}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff14}.tc{background:var(--bg-dark2);padding:2.2rem 2rem;display:flex;flex-direction:column;gap:1rem}.tc-stars{color:var(--gold);font-size:.9rem;letter-spacing:.1em}.tc-txt{font-family:Cormorant Garamond,serif;font-size:1rem;font-style:italic;font-weight:300;line-height:1.75;color:#ffffffa6;flex:1}.tc-rule{border:none;border-top:.5px solid rgba(255,255,255,.1)}.tc-author{display:flex;align-items:center;gap:.8rem}.tc-av{width:32px;height:32px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:500;color:#fff6;flex-shrink:0}.tc-name{font-size:.7rem;font-weight:400;color:#ffffff80}.tc-city{font-size:.62rem;color:#ffffff40}.pourquoi-section{padding:5rem 4rem;background:var(--bg)}.pq-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.pq-txt{font-size:.85rem;font-weight:300;line-height:1.9;color:var(--text-mid);margin-bottom:1rem}.pq-sig{margin-top:1.5rem;font-family:Cormorant Garamond,serif;font-style:italic;font-size:.95rem;color:var(--terra)}.pq-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5px;background:var(--border)}.pq-card{background:var(--white);padding:2rem 1.5rem}.pq-num{font-size:.6rem;letter-spacing:.2em;color:var(--text-hint);margin-bottom:.8rem}.pq-ct{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:400;color:var(--text);margin-bottom:.5rem}.pq-cd{font-size:.75rem;font-weight:300;line-height:1.65;color:var(--text-light)}.verset-section{padding:4rem 2rem;text-align:center;background:var(--bg2);border-top:.5px solid var(--border);border-bottom:.5px solid var(--border)}.faq-section{padding:5rem 4rem;background:var(--bg)}.faq-wrap{max-width:1100px;margin:0 auto}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 3rem}.fi{border-bottom:.5px solid var(--border);padding:1.2rem 0;cursor:pointer;flex-wrap:wrap;display:flex;justify-content:space-between;align-items:start;gap:1rem}.fq{font-size:.82rem;font-weight:300;color:var(--text);line-height:1.5;flex:1}.fp{font-size:1rem;color:var(--terra);flex-shrink:0;transition:transform .2s;line-height:1}.fi.open .fp{transform:rotate(45deg)}.fa{font-size:.78rem;font-weight:300;color:var(--text-mid);line-height:1.7;padding:.8rem 0 .5rem;display:none;width:100%}.fi.open .fa{display:block}.newsletter-section{background:var(--bg-dark);padding:5rem 4rem}.nl-wrap{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.nl-desc{font-size:.82rem;font-weight:300;line-height:1.85;color:#fff6;margin-bottom:1.5rem}.nl-perks{list-style:none;display:flex;flex-direction:column;gap:.5rem}.nl-perks li{font-size:.75rem;font-weight:300;color:#fff6;padding-left:.8rem;position:relative}.nl-perks li:before{content:"\b7";position:absolute;left:0;color:var(--terra-muted)}.nl-form{display:flex;flex-direction:column;gap:.7rem}.nl-input{background:#ffffff0d;border:.5px solid rgba(255,255,255,.1);color:var(--white);padding:.9rem 1rem;font-family:Jost,sans-serif;font-size:.82rem;font-weight:300;outline:none;transition:border-color .2s}.nl-input:focus{border-color:#ffffff40}.nl-input::placeholder{color:#fff3}.btn-nl{background:var(--terra);color:var(--white);border:none;padding:1rem;font-family:Jost,sans-serif;font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;transition:background .2s}.btn-nl:hover{background:var(--terra-muted)}footer{background:var(--bg);border-top:.5px solid var(--border);padding:3.5rem 4rem 2rem}.ft-top{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}.ft-logo{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;letter-spacing:.2em;color:var(--text);margin-bottom:.8rem}.ft-m{color:var(--terra)}.ft-desc{font-size:.75rem;font-weight:300;line-height:1.7;color:var(--text-hint);max-width:200px}.ft-col-title{font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--text-light);margin-bottom:1rem}.ft-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.ft-links a{font-size:.75rem;font-weight:300;color:var(--text-hint);text-decoration:none;transition:color .2s}.ft-links a:hover{color:var(--terra)}.ft-bottom{max-width:1200px;margin:0 auto;border-top:.5px solid var(--border);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center}.ft-copy{font-size:.62rem;color:var(--text-hint)}.ft-payments{display:flex;gap:.5rem}.pay-b{font-size:.55rem;border:.5px solid var(--border);color:var(--text-hint);padding:.25rem .6rem}.ft-legal{display:flex;gap:1.5rem}.ft-legal a{font-size:.62rem;color:var(--text-hint);text-decoration:none}.ft-legal a:hover{color:var(--text)}.product-page{padding:4rem}.product-page-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.pp-main-img{width:100%;display:block;object-fit:cover}.pp-thumbs{display:flex;gap:.5rem;margin-top:.75rem}.pp-thumb{width:70px;height:70px;object-fit:cover;cursor:pointer;opacity:.6;border:.5px solid transparent;transition:all .2s}.pp-thumb.active,.pp-thumb:hover{opacity:1;border-color:var(--terra)}.pp-type{font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--terra);margin-bottom:.6rem}.pp-title{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:300;color:var(--text);line-height:1.1;margin-bottom:1.2rem}.pp-price-row{display:flex;align-items:baseline;gap:.8rem;margin-bottom:1.5rem}.pp-price{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:300;color:var(--text)}.pp-compare{font-size:1rem;color:var(--text-hint);text-decoration:line-through}.pp-eco{font-size:.65rem;background:var(--terra);color:var(--white);padding:.25rem .7rem}.pp-desc{font-size:.88rem;font-weight:300;line-height:1.85;color:var(--text-mid);margin-bottom:1.5rem}.pp-variants{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.pp-variant{border:.5px solid var(--border);padding:.5rem 1rem;cursor:pointer;font-size:.75rem;transition:all .2s}.pp-variant input{display:none}.pp-variant.active,.pp-variant:hover{border-color:var(--terra);color:var(--terra)}.btn-add-to-cart{width:100%;font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--white);background:var(--text);border:none;padding:1.1rem;cursor:pointer;font-family:Jost,sans-serif;transition:background .2s;margin-bottom:1.5rem}.btn-add-to-cart:hover{background:var(--terra)}.btn-add-to-cart:disabled{background:var(--text-hint);cursor:not-allowed}.pp-reassurance{display:flex;flex-direction:column;gap:.8rem;padding-top:1.2rem;border-top:.5px solid var(--border)}.pr-item{display:flex;align-items:center;gap:.8rem;font-size:.75rem;font-weight:300;color:var(--text-mid)}.pr-item svg{color:var(--terra);flex-shrink:0}.collection-page{padding:4rem}.collection-header{max-width:1100px;margin:0 auto 3rem;text-align:center}.coll-title{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:var(--text);margin-bottom:.8rem}.coll-desc{font-size:.88rem;font-weight:300;line-height:1.8;color:var(--text-mid);max-width:600px;margin:0 auto}.coll-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.coll-card{display:flex;flex-direction:column}.coll-img-wrap{position:relative;overflow:hidden;display:block;background:var(--bg2)}.coll-img-wrap img{width:100%;aspect-ratio:3/2.5;object-fit:cover;display:block;transition:transform .4s}.coll-img-wrap:hover img{transform:scale(1.02)}.cb{position:absolute;top:10px;left:10px;font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;padding:.3rem .7rem}.cb--dark{background:var(--text);color:var(--white)}.cb--terra{background:var(--terra);color:var(--white)}.cb--gold{background:var(--gold);color:var(--white)}.coll-body{padding:1rem 0;flex:1;display:flex;flex-direction:column}.coll-name{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:400;color:var(--text);text-decoration:none;display:block;margin-bottom:.2rem}.coll-type{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-hint);margin-bottom:.6rem}.coll-footer{display:flex;justify-content:space-between;align-items:center;border-top:.5px solid var(--border);padding-top:.8rem;margin-top:auto}.coll-price{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:300;color:var(--text)}.coll-compare{font-size:.8rem;color:var(--text-hint);text-decoration:line-through;margin-left:.3rem}.cart-page{padding:4rem}.cart-inner{max-width:1100px;margin:0 auto}.cart-title{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:var(--text);margin-bottom:2.5rem}.cart-empty{text-align:center;padding:4rem 2rem}.cart-empty p{font-size:.9rem;color:var(--text-light);margin-bottom:1.5rem}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:3rem;align-items:start}.cart-item{display:grid;grid-template-columns:80px 1fr auto auto auto;gap:1.2rem;align-items:center;padding:1.2rem 0;border-bottom:.5px solid var(--border)}.ci-img{width:80px;height:80px;object-fit:cover;display:block}.ci-title{font-size:.85rem;font-weight:400;color:var(--text);margin-bottom:.2rem}.ci-price{font-size:.8rem;color:var(--text-mid)}.ci-qty{display:flex;align-items:center;gap:.5rem}.qty-btn{width:26px;height:26px;border:.5px solid var(--border);background:transparent;cursor:pointer;font-size:.9rem;transition:all .2s}.qty-btn:hover{background:var(--text);color:var(--white);border-color:var(--text)}.ci-total{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:300;color:var(--text);white-space:nowrap}.ci-rm{background:none;border:none;color:var(--text-hint);cursor:pointer;transition:color .2s}.ci-rm:hover{color:var(--terra)}.cart-summary{background:var(--white);border:.5px solid var(--border);padding:2rem;position:sticky;top:90px}.cs-title{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:300;color:var(--text);margin-bottom:1.2rem;padding-bottom:1rem;border-bottom:.5px solid var(--border)}.cs-row{display:flex;justify-content:space-between;font-size:.82rem;font-weight:300;color:var(--text-mid);margin-bottom:.6rem}.cs-free{color:var(--terra);font-weight:400}.cs-bar{font-size:.72rem;color:var(--text-hint);margin-bottom:1rem;padding:.6rem;background:var(--bg2);text-align:center}.btn-continue{display:block;text-align:center;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-light);text-decoration:none;margin-top:.8rem;transition:color .2s}.btn-continue:hover{color:var(--text)}.static-page{padding:4rem}.static-inner{max-width:800px;margin:0 auto}.static-title{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:300;color:var(--text);margin-bottom:2rem;padding-bottom:1rem;border-bottom:.5px solid var(--border)}.static-content{font-size:.88rem;font-weight:300;line-height:1.85;color:var(--text-mid)}.static-content h2{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:400;color:var(--text);margin:2rem 0 .8rem}.static-content p{margin-bottom:1rem}.static-content ul{list-style:none;padding:0;margin-bottom:1rem}.static-content ul li{padding-left:1rem;position:relative;margin-bottom:.5rem}.svc-blocks{display:flex;flex-direction:column;gap:2rem}.svc-block{background:var(--white);border:.5px solid var(--border);padding:2rem}.svc-icon{font-size:1.8rem;margin-bottom:.8rem}.svc-block h2{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:400;color:var(--text);margin-bottom:.8rem}.svc-block p{font-size:.85rem;font-weight:300;line-height:1.85;color:var(--text-mid);margin-bottom:.8rem}.svc-block ul{list-style:none;padding:0}.svc-block ul li{font-size:.82rem;font-weight:300;color:var(--text-mid);padding-left:1rem;position:relative;margin-bottom:.4rem}.svc-block ul li:before{content:"\2014";position:absolute;left:0;color:var(--terra)}.svc-table{width:100%;border-collapse:collapse;margin-top:1rem;font-size:.8rem}.svc-table th{background:var(--bg2);padding:.6rem 1rem;text-align:left;font-weight:400;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-light);border-bottom:.5px solid var(--border)}.svc-table td{padding:.7rem 1rem;border-bottom:.5px solid var(--border);color:var(--text-mid);font-weight:300}.svc-link{color:var(--terra);text-decoration:none;border-bottom:.5px solid var(--terra)}.breadcrumb{font-size:.65rem;letter-spacing:.1em;color:var(--text-hint);margin-bottom:1.5rem}.breadcrumb a{color:var(--terra);text-decoration:none}.search-form{display:flex;gap:1rem;margin-bottom:3rem}.search-input{flex:1;border:.5px solid var(--border);background:var(--white);padding:.9rem 1.2rem;font-family:Jost,sans-serif;font-size:.9rem;font-weight:300;color:var(--text);outline:none}.search-input:focus{border-color:var(--text-mid)}.search-empty{color:var(--text-light);font-size:.88rem;text-align:center;padding:3rem}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100vh;background:var(--white);z-index:201;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cd-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:.5px solid var(--border)}.cd-title{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;color:var(--text)}.cd-close{background:none;border:none;font-size:1.2rem;cursor:pointer;color:var(--text-light)}.cd-close:hover{color:var(--text)}.cd-body{flex:1;overflow-y:auto;padding:1.5rem 2rem}.cd-empty{text-align:center;padding:3rem 1rem;color:var(--text-light);font-size:.85rem}.cd-empty a{display:inline-block;margin-top:1rem;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--terra);text-decoration:none}.cd-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:.5px solid var(--border)}.cd-item-img{width:70px;height:70px;object-fit:cover;flex-shrink:0;background:var(--bg2)}.cd-item-info{flex:1}.cd-item-title{font-size:.82rem;font-weight:400;color:var(--text);margin-bottom:.3rem;line-height:1.4}.cd-item-price{font-size:.78rem;color:var(--text-light)}.cd-item-rm{background:none;border:none;color:var(--text-hint);cursor:pointer;font-size:.8rem;flex-shrink:0;transition:color .2s}.cd-item-rm:hover{color:var(--terra)}.cd-footer{padding:1.5rem 2rem;border-top:.5px solid var(--border)}.cd-subtotal-row{display:flex;justify-content:space-between;font-size:.85rem;font-weight:400;color:var(--text);margin-bottom:.5rem}.cd-note{font-size:.65rem;color:var(--text-hint);margin-bottom:1rem}.btn-checkout{display:block;width:100%;text-align:center;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--white);background:var(--text);padding:1rem;text-decoration:none;margin-bottom:.6rem;transition:background .2s;border:none;cursor:pointer;font-family:Jost,sans-serif}.btn-checkout:hover{background:var(--terra)}.btn-cart-pg{display:block;text-align:center;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-light);border:.5px solid var(--border);padding:1rem;text-decoration:none;transition:all .2s}.btn-cart-pg:hover{border-color:var(--text-mid)}.nav-cart-btn{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--white);background:var(--text);padding:.6rem 1.4rem;cursor:pointer;border:none;font-family:Jost,sans-serif;transition:background .2s}.nav-cart-btn:hover{background:var(--terra)}.nav-search-lnk{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-light);text-decoration:none;transition:color .2s}.nav-search-lnk:hover{color:var(--text)}@media(max-width:960px){.nav-links{display:none}.hero{grid-template-columns:1fr;min-height:auto}.hero-right{height:300px}.hero-right img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hero-left{padding:3rem 2rem 4rem}.hero h1{font-size:3.5rem}.products-grid,.comp-grid,.testi-grid,.pq-wrap,.nl-wrap,.ft-top,.coll-grid,.cart-layout,.product-page-inner,.intention-wrap,.prog-wrap{grid-template-columns:1fr}.boutique-wrap,.comparatif-section,.programme-section,.pourquoi-section,.faq-section,.newsletter-section,.section-dark,.collection-page,.cart-page,.product-page,.static-page{padding:3rem 1.5rem}.comp-card--pop{margin:0;border:2px solid var(--terra)}.trust-inner{grid-template-columns:1fr 1fr}.ti2:nth-child(2){border-right:none}.cart-item{grid-template-columns:70px 1fr auto}.ci-total,.ci-qty{grid-column:2}.nav-inner{padding:0 1.5rem}.cart-drawer{width:100vw}.faq-grid{grid-template-columns:1fr}}.hero-kicker{display:flex;align-items:center;gap:.8rem;font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--terra);margin-bottom:1.6rem}.kicker-line{width:30px;height:.5px;background:var(--terra)}.intention-3col{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.intention-text{display:flex;flex-direction:column}.intention-video{position:relative;height:480px;overflow:hidden;border-radius:4px}.intention-video video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;width:auto;min-width:100%;display:block}.btn-comp{display:block;width:100%;text-align:center;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;font-family:Jost,sans-serif;padding:.9rem;cursor:pointer;border:.5px solid var(--border);background:transparent;color:var(--text);transition:all .2s;margin-top:auto}.btn-comp:hover,.btn-comp--pop{background:var(--text);color:var(--white);border-color:var(--text)}.btn-comp--pop:hover{background:var(--terra);border-color:var(--terra)}@media(max-width:960px){.hero{padding:3rem 1.5rem 0;min-height:auto}.hero h1{font-size:3.2rem}.hero-specs{flex-wrap:wrap;gap:.6rem}.intention-3col{grid-template-columns:1fr}.intention-text{text-align:center;align-items:center}.intention-text .sec-kicker-light{justify-content:center}.intention-text .stats-grid{justify-items:center}.intention-video{height:320px;border-radius:6px}.hero-photos{padding:0 .75rem;gap:.6rem}.hero-photo-frame img{height:180px}}@media(max-width:480px){.hero-photos{padding:0 .5rem;gap:.5rem}.hero-photo-frame img{height:155px}}.svc-back{margin-top:3rem;padding-top:2rem;border-top:.5px solid var(--border)}.static-content a,.svc-link{color:var(--terra);text-decoration:none;border-bottom:.5px solid var(--terra);transition:opacity .2s}.static-content a:hover,.svc-link:hover{opacity:.7}.static-content ul{list-style:none;padding:0;margin:1rem 0}.static-content ul li{font-size:.85rem;font-weight:300;line-height:1.7;color:var(--text-mid);padding-left:1.2rem;position:relative;margin-bottom:.4rem}.static-content ul li:before{content:"\2014";position:absolute;left:0;color:var(--terra)}.static-content h2{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:400;color:var(--text);margin:2.5rem 0 .8rem;padding-bottom:.4rem;border-bottom:.5px solid var(--border)}.static-content p{font-size:.88rem;font-weight:300;line-height:1.85;color:var(--text-mid);margin-bottom:.8rem}.nl-merci{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2.5rem 2rem;text-align:center}.nl-merci-icon{font-size:2.5rem;line-height:1}.nl-merci-titre{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:400;color:var(--white);letter-spacing:.02em}.nl-merci-txt{font-size:.85rem;font-weight:300;color:#ffffffbf;line-height:1.7;max-width:380px}.nl-error{color:#f87171;font-size:.78rem;margin-bottom:1rem;padding:.6rem 1rem;border:1px solid rgba(248,113,113,.3);background:#f8717114}.hs{font-family:Cormorant Garamond,serif;font-size:.95rem;font-weight:400;font-style:italic;color:var(--terra);letter-spacing:.04em;padding:.3rem .9rem;border:.5px solid var(--terra);display:inline-block}.hero{position:relative;min-height:100vh;background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding:7rem 3rem 5rem}.hero-photo{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center center;opacity:.45;filter:saturate(.6) sepia(.2) brightness(.95)}.hero-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 65% at 50% 58%,transparent 35%,rgba(242,237,230,.55) 65%,var(--bg) 92%),linear-gradient(to bottom,var(--bg) 0%,transparent 15%,transparent 78%,var(--bg) 100%),linear-gradient(to right,var(--bg) 0%,transparent 12%,transparent 88%,var(--bg) 100%)}#pcv{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;opacity:.4}.gl-wrap{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;overflow:hidden}.gl-bg{position:absolute;top:0;bottom:0;width:.5px;background:var(--border);opacity:.28}.hero-tag{position:relative;z-index:10;font-size:.52rem;letter-spacing:.4em;text-transform:uppercase;color:var(--text-hint);font-family:Jost,sans-serif;font-weight:300;margin-bottom:2rem;opacity:0;animation:fadeUp .7s .1s ease forwards}.hero-brand{position:relative;z-index:10;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,9vw,8rem);font-weight:300;line-height:.9;letter-spacing:.08em;color:var(--text);overflow:hidden}.hero-brand .inner{display:block;transform:translate(100px);opacity:0;transition:transform 1s .2s cubic-bezier(.22,1,.36,1),opacity .7s .2s ease;color:var(--text);text-shadow:0 2px 40px rgba(242,237,230,.9),0 0 80px rgba(242,237,230,.7)}.hero-brand .inner.vis{transform:translate(0);opacity:1}.hero-rule-wrap{position:relative;z-index:10;width:100%;max-width:160px;height:1px;margin:.9rem auto 1rem;overflow:hidden;opacity:0;animation:fadeShow .1s 1.3s forwards}.hero-rule-anim{height:.5px;background:var(--terra);width:0;animation:growLine 1s 1.4s cubic-bezier(.77,0,.18,1) forwards}@keyframes growLine{to{width:100%}}@keyframes fadeShow{to{opacity:1}}.hero-nourris{position:relative;z-index:10;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,9vw,8rem);font-weight:300;line-height:.9;letter-spacing:.05em;font-style:italic;overflow:hidden}.hero-nourris .inner{display:block;transform:translate(-100px);opacity:0;transition:transform 1s .52s cubic-bezier(.22,1,.36,1),opacity .7s .52s ease;color:var(--terra);text-shadow:0 2px 30px rgba(242,237,230,.9),0 0 60px rgba(242,237,230,.7)}.hero-nourris .inner.vis{transform:translate(0);opacity:1}.hero-toname{position:relative;z-index:10;font-family:Cormorant Garamond,serif;font-size:clamp(4.5rem,9vw,8rem);font-weight:300;line-height:.9;letter-spacing:.05em;font-style:italic;overflow:hidden;margin-bottom:2.6rem}.hero-toname .inner{display:block;transform:translate(100px);opacity:0;transition:transform 1s .82s cubic-bezier(.22,1,.36,1),opacity .7s .82s ease;color:var(--terra);text-shadow:0 2px 30px rgba(242,237,230,.9),0 0 60px rgba(242,237,230,.7)}.hero-toname .inner.vis{transform:translate(0);opacity:1}.hero-transition{position:relative;z-index:10;margin-bottom:1.6rem;opacity:0;animation:fadeUp .7s 1.6s ease forwards}.hero-transition .ht-label{font-family:Cormorant Garamond,serif;font-size:clamp(1rem,1.8vw,1.25rem);font-style:italic;font-weight:300;color:var(--text-mid);letter-spacing:.06em}.hero-mission-txt{position:relative;z-index:10;font-family:Cormorant Garamond,serif;font-size:clamp(1.1rem,2vw,1.45rem);font-weight:300;line-height:1.75;color:var(--text-mid);max-width:580px;margin:0 auto 1rem;text-align:center;opacity:0;animation:fadeUp .8s 1.8s ease forwards}.hero-mission-txt em{font-style:italic;color:var(--terra)}.hero-accroche-txt{position:relative;z-index:10;font-size:.78rem;font-weight:300;color:var(--text-hint);max-width:380px;margin:0 auto 2.6rem;letter-spacing:.08em;opacity:0;animation:fadeUp .7s 1.95s ease forwards}.hero-specs-new{position:relative;z-index:10;display:flex;gap:.65rem;flex-wrap:wrap;justify-content:center;margin-bottom:2.2rem;opacity:0;animation:fadeUp .7s 2.1s ease forwards}.hero-specs-new .spec-pill{font-family:Cormorant Garamond,serif;font-size:.88rem;font-weight:400;font-style:italic;color:var(--terra);letter-spacing:.04em;padding:.28rem .82rem;border:.5px solid rgba(184,103,74,.3);transition:background .3s,color .3s,transform .2s;display:inline-block;text-decoration:none}.hero-specs-new .spec-pill:hover{background:var(--terra);color:var(--white);transform:translateY(-2px)}.hero-btns-new{position:relative;z-index:10;display:flex;gap:1rem;align-items:center;justify-content:center;opacity:0;animation:fadeUp .7s 2.25s ease forwards}.hero-scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:10;opacity:0;animation:fadeUp .6s 2.8s ease forwards}.hero-scroll-hint .scroll-bar{width:.5px;height:40px;background:linear-gradient(to bottom,var(--terra),transparent);animation:sPulse 2s infinite}@keyframes sPulse{0%,to{opacity:.5}50%{opacity:1}}.hero-scroll-hint .scroll-lbl{font-size:.52rem;letter-spacing:.3em;text-transform:uppercase;color:var(--text-hint)}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}#ilma-cur{position:fixed;width:6px;height:6px;background:var(--terra);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:width .15s,height .15s}#ilma-cur-ring{position:fixed;width:30px;height:30px;border:1px solid rgba(184,103,74,.5);border-radius:50%;pointer-events:none;z-index:9998;transform:translate(-50%,-50%)}body.ilma-hov #ilma-cur{width:4px;height:4px}body.ilma-hov #ilma-cur-ring{width:46px;height:46px;border-color:var(--terra)}@media(max-width:960px){.hero{padding:5rem 1.5rem 4rem}.hero-brand,.hero-nourris,.hero-toname{font-size:clamp(3rem,12vw,4.5rem)}.hero-photo-bg{display:none}}
/*# sourceMappingURL=/cdn/shop/t/51/assets/theme.css.map */
