:root{--noir: #0D0D0D;--ombre: #2A2A2A;--or: #C9A84C;--ivoire: #F5F0E8;--ivoire-dim: #e8e0d0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:var(--noir);color:var(--ivoire);font-family:Jost,sans-serif;font-weight:300;-webkit-font-smoothing:antialiased}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:20px 48px;background:#0d0d0deb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,76,.12)}.site-header__logo{font-family:Cormorant Garamond,serif;font-weight:400;font-size:1.25rem;letter-spacing:.35em;color:var(--ivoire);text-decoration:none}.site-header__nav{display:flex;gap:40px;list-style:none}.site-header__nav a{font-size:.7rem;font-weight:300;letter-spacing:.2em;text-transform:uppercase;color:var(--ivoire-dim);text-decoration:none;transition:color .25s}.site-header__nav a:hover,.site-header__nav a.active{color:var(--or)}.site-header__cta{font-size:.7rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--noir);background:var(--or);padding:11px 24px;text-decoration:none;transition:opacity .25s}.site-header__cta:hover{opacity:.85}.site-footer{background:var(--ombre);border-top:1px solid rgba(201,168,76,.12);padding:60px 48px 40px}.site-footer__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:60px}.site-footer__logo{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:400;letter-spacing:.3em;color:var(--ivoire);margin-bottom:16px}.site-footer__tagline{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#f5f0e866}.site-footer__col h4{font-family:Jost,sans-serif;font-size:.6rem;font-weight:400;letter-spacing:.25em;text-transform:uppercase;color:var(--or);margin-bottom:20px}.site-footer__col ul{list-style:none}.site-footer__col ul li{margin-bottom:10px}.site-footer__col ul li a{font-size:.75rem;font-weight:300;color:#f5f0e88c;text-decoration:none;transition:color .2s}.site-footer__col ul li a:hover{color:var(--ivoire)}.site-footer__bottom{max-width:1200px;margin:48px auto 0;padding-top:24px;border-top:1px solid rgba(201,168,76,.1);display:flex;justify-content:space-between;align-items:center}.site-footer__bottom p{font-size:.6rem;letter-spacing:.12em;color:#f5f0e840;line-height:1.6}.label{font-size:.6rem;font-weight:300;letter-spacing:.3em;text-transform:uppercase;color:var(--or)}.divider{width:40px;height:1px;background:var(--or);margin:24px 0}h1,h2,h3,h4{font-family:Cormorant Garamond,serif;font-weight:300}p{line-height:1.8}.btn-primary{display:inline-block;font-family:Jost,sans-serif;font-size:.72rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--noir);background:var(--or);padding:16px 40px;text-decoration:none;border:none;cursor:pointer;transition:opacity .25s,transform .2s}.btn-primary:hover{opacity:.88;transform:translateY(-1px)}.btn-ghost{display:inline-block;font-family:Jost,sans-serif;font-size:.72rem;font-weight:300;letter-spacing:.22em;text-transform:uppercase;color:var(--ivoire);background:transparent;padding:15px 40px;text-decoration:none;border:1px solid rgba(245,240,232,.25);cursor:pointer;transition:border-color .25s,color .25s}.btn-ghost:hover{border-color:var(--or);color:var(--or)}.stars{color:var(--or);font-size:.75rem;letter-spacing:.1em}.badge{font-size:.6rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--or);border:1px solid rgba(201,168,76,.35);padding:6px 14px}.badges{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.section-hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:80px}.section-hero__content{display:flex;flex-direction:column;justify-content:center;padding:80px 64px 80px 80px}.section-hero__eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:48px}.section-hero__eyebrow span{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:#f5f0e873}.section-hero h1{font-size:clamp(3rem,5vw,5rem);font-weight:300;line-height:1.08;color:var(--ivoire);margin-bottom:32px}.section-hero h1 em{font-style:italic;color:#f5f0e880}.section-hero__quote{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.05rem;color:var(--or);letter-spacing:.04em;margin-bottom:40px;padding-left:20px;border-left:1px solid var(--or)}.section-hero__body{font-size:.9rem;color:#f5f0e899;max-width:420px;margin-bottom:48px;line-height:1.85}.section-hero__actions{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.section-hero__sub{font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:#f5f0e84d}.section-hero__image{height:100%;min-height:100vh}.section-hero__image img{width:100%;height:100%;object-fit:cover}.marquee-strip{background:var(--or);padding:14px 0;overflow:hidden;white-space:nowrap}.marquee-strip__inner{display:inline-flex;gap:0;animation:marquee 28s linear infinite}.marquee-strip span{font-size:.62rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--noir);padding:0 40px}.marquee-strip span:after{content:"\b7";margin-left:40px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-science{display:grid;grid-template-columns:1fr 1fr;padding:0}.section-science__image{min-height:680px}.section-science__image img{width:100%;height:100%;object-fit:cover}.section-science__content{padding:100px 80px 100px 72px;display:flex;flex-direction:column;justify-content:center}.section-science__content h2{font-size:clamp(2.2rem,3.5vw,3.4rem);line-height:1.12;margin-bottom:28px;color:var(--ivoire)}.section-science__content h2 em{font-style:italic;color:var(--or)}.section-science__content p{font-size:.88rem;color:#f5f0e899;margin-bottom:18px}.section-dette{background:#0a0a0a;padding:140px 0}.section-dette__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1200px;margin:0 auto;padding:0 80px}.section-dette__content h2{font-size:clamp(2.2rem,3vw,3.2rem);line-height:1.1;margin-bottom:32px}.section-dette__content h2 em{font-style:italic;color:var(--or)}.section-dette__content p{font-size:.88rem;color:#f5f0e899;margin-bottom:32px}.symptom-list{list-style:none;margin-bottom:48px}.symptom-list li{font-size:.82rem;color:#f5f0e8b3;padding:12px 0;border-bottom:1px solid rgba(245,240,232,.07);display:flex;align-items:center;gap:14px}.symptom-list li:before{content:"";width:5px;height:5px;background:var(--or);flex-shrink:0}.section-dette__image{min-height:600px}.section-dette__image img{width:100%;height:100%;object-fit:cover}.section-how{display:grid;grid-template-columns:1fr 1fr}.section-how__image{min-height:700px}.section-how__image img{width:100%;height:100%;object-fit:cover}.section-how__content{padding:100px 80px 100px 72px;display:flex;flex-direction:column;justify-content:center}.section-how__content h2{font-size:clamp(2rem,3vw,3rem);line-height:1.12;margin-bottom:32px}.section-how__content h2 em{font-style:italic;color:var(--or)}.section-how__content p{font-size:.88rem;color:#f5f0e899;margin-bottom:32px}.stats-row{display:flex;gap:48px;margin:40px 0;padding:32px 0;border-top:1px solid rgba(201,168,76,.15);border-bottom:1px solid rgba(201,168,76,.15)}.stat{text-align:center}.stat__num{font-family:Cormorant Garamond,serif;font-size:2.8rem;font-weight:300;color:var(--or);line-height:1}.stat__label{font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:#f5f0e866;margin-top:6px}.section-geste{background:var(--ombre);padding:140px 0}.section-geste__inner{max-width:1200px;margin:0 auto;padding:0 80px;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.section-geste__image{min-height:580px}.section-geste__image img{width:100%;height:100%;object-fit:cover}.section-geste__content h2{font-size:clamp(2rem,3vw,3rem);line-height:1.12;margin-bottom:32px}.section-geste__content h2 em{font-style:italic;color:var(--or)}.geste-steps{list-style:none;margin:40px 0}.geste-step{display:grid;grid-template-columns:36px 1fr;gap:24px;padding:24px 0;border-bottom:1px solid rgba(245,240,232,.07)}.geste-num{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:300;color:var(--or)}.geste-text h4{font-family:Jost,sans-serif;font-size:.78rem;font-weight:400;color:var(--ivoire);margin-bottom:6px}.geste-text p{font-size:.8rem;color:#f5f0e880;line-height:1.7}.section-results{padding:140px 0}.section-results__inner{max-width:1200px;margin:0 auto;padding:0 80px}.section-results__header{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end;margin-bottom:80px}.section-results__header h2{font-size:clamp(2.5rem,4vw,4.2rem);line-height:1.05}.section-results__header h2 em{font-style:italic;color:var(--or)}.section-results__image{margin-bottom:80px}.section-results__image img{width:100%;height:480px;object-fit:cover}.results-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#c9a84c1f}.result-card{background:var(--noir);padding:48px 40px}.result-card__label{font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--or);margin-bottom:20px}.result-card h3{font-size:1.3rem;font-weight:300;margin-bottom:16px;color:var(--ivoire)}.result-card p{font-size:.8rem;color:#f5f0e880;line-height:1.75}.section-pourqui{background:#0a0a0a;padding:140px 0;text-align:center}.section-pourqui__inner{max-width:800px;margin:0 auto;padding:0 48px}.section-pourqui__inner h2{font-size:clamp(2.2rem,3.5vw,3.8rem);line-height:1.1;margin-bottom:60px}.pourqui-list{list-style:none;text-align:left;margin-bottom:60px}.pourqui-list li{font-size:.9rem;color:#f5f0e8b3;padding:16px 0;border-bottom:1px solid rgba(245,240,232,.07);display:flex;align-items:center;gap:16px}.pourqui-list li:before{content:"";width:20px;height:1px;background:var(--or);flex-shrink:0}.section-compare{padding:140px 0}.section-compare__inner{max-width:1100px;margin:0 auto;padding:0 80px}.section-compare__header{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:80px}.section-compare__header h2{font-size:clamp(2rem,3vw,3.2rem);line-height:1.12}.section-compare__header h2 em{font-style:italic;color:var(--or)}.section-compare__image img{width:100%;height:320px;object-fit:cover}.compare-table{width:100%;border-collapse:collapse}.compare-table thead tr{background:#c9a84c14}.compare-table{table-layout:fixed}.compare-table thead th{padding:14px 16px;font-size:.62rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;text-align:left;color:var(--ivoire);border-bottom:1px solid rgba(201,168,76,.15)}.compare-table thead th:first-child{width:90px}.compare-table thead th:last-child{color:var(--or)}.compare-table tbody tr{border-bottom:1px solid rgba(245,240,232,.06)}.compare-table tbody td{padding:16px;font-size:.78rem;font-weight:300;color:#f5f0e88c;vertical-align:top;word-break:break-word;overflow-wrap:break-word;line-height:1.6}.compare-table tbody td:first-child{font-size:.62rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--or);white-space:nowrap;width:90px}.compare-table tbody td:last-child{color:var(--ivoire)}.section-certs{background:var(--ombre);padding:100px 0;text-align:center}.section-certs__inner{max-width:900px;margin:0 auto;padding:0 48px}.section-certs__inner h2{font-size:clamp(1.8rem,2.5vw,2.8rem);margin-bottom:16px}.section-certs__inner>p{font-size:.88rem;color:#f5f0e88c;margin-bottom:64px}.certs-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#c9a84c1a;margin-bottom:64px}.cert-item{background:var(--ombre);padding:36px 20px}.cert-badge{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:300;color:var(--or);margin-bottom:10px}.cert-desc{font-size:.65rem;font-weight:300;letter-spacing:.08em;color:#f5f0e873;line-height:1.6}.section-faq{padding:140px 0}.section-faq__inner{max-width:800px;margin:0 auto;padding:0 48px}.section-faq__inner h2{font-size:clamp(2rem,3vw,3rem);margin-bottom:64px;text-align:center}.faq-item{border-bottom:1px solid rgba(245,240,232,.1)}.faq-q{width:100%;background:none;border:none;text-align:left;padding:24px 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:Jost,sans-serif;font-size:.88rem;font-weight:300;color:var(--ivoire)}.faq-q .icon{color:var(--or);font-size:1.2rem;font-weight:200;transition:transform .3s;flex-shrink:0}.faq-item.open .faq-q .icon{transform:rotate(45deg)}.faq-a{font-size:.83rem;color:#f5f0e88c;line-height:1.85;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s}.faq-item.open .faq-a{max-height:300px;padding-bottom:24px}.section-guarantee{background:#0a0a0a;padding:160px 0;text-align:center}.section-guarantee__inner{max-width:680px;margin:0 auto;padding:0 48px}.section-guarantee__inner h2{font-size:clamp(2.5rem,4vw,4.5rem);line-height:1.06;margin-bottom:32px}.section-guarantee__inner h2 em{font-style:italic;color:var(--or)}.guarantee-price{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:300;color:var(--or);margin-bottom:40px}.section-guarantee__inner p{font-size:.85rem;color:#f5f0e880;margin-bottom:48px}.guarantee-trust{margin-top:32px;font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:#f5f0e840}.product-page{display:grid;grid-template-columns:1fr 1fr;padding-top:80px;min-height:100vh}.product-gallery{position:sticky;top:80px;height:calc(100vh - 80px);display:flex;flex-direction:column;gap:2px}.gallery-main{flex:1;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;height:160px}.gallery-thumb{cursor:pointer;overflow:hidden;position:relative}.gallery-thumb img{width:100%;height:100%;object-fit:cover;transition:opacity .2s}.gallery-thumb.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--or)}.product-info{padding:80px 64px 80px 72px;overflow-y:auto}.product-eyebrow{display:flex;align-items:center;gap:16px;margin-bottom:32px}.product-info h1{font-size:clamp(2.4rem,3.5vw,3.6rem);font-weight:300;line-height:1.08;margin-bottom:8px}.product-subtitle{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#f5f0e866;margin-bottom:32px}.product-price-block{display:flex;align-items:flex-start;gap:20px;margin-bottom:40px;padding:28px 0;border-top:1px solid rgba(201,168,76,.15);border-bottom:1px solid rgba(201,168,76,.15);flex-wrap:wrap}.price-main{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:300;color:var(--or);line-height:1;display:block}.price-per-night{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#f5f0e866;display:block;margin-top:8px}.quantity-section{margin-bottom:32px}.quantity-label{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--or);margin-bottom:16px}.quantity-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;overflow-x:visible}@media(max-width:480px){.quantity-options{grid-template-columns:1fr}}.qty-option{border:1px solid rgba(245,240,232,.15);padding:16px 12px;cursor:pointer;text-align:center;transition:border-color .2s,background .2s;position:relative}.qty-option:hover{border-color:#c9a84c66}.qty-option.selected{border-color:var(--or);background:#c9a84c0f}.qty-boxes{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:300;color:var(--ivoire);line-height:1}.qty-nights{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:#f5f0e866;margin:4px 0}.qty-price{font-size:.88rem;font-weight:400;color:var(--ivoire)}.qty-save{position:absolute;top:-1px;right:-1px;background:var(--or);color:var(--noir);font-size:.5rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:3px 8px}.add-to-cart{width:100%;background:var(--or);border:none;padding:20px;font-family:Jost,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--noir);cursor:pointer;transition:opacity .25s;margin-bottom:12px}.add-to-cart:hover{opacity:.88}.add-to-cart-sub{font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:#f5f0e84d;text-align:center;margin-bottom:40px}.product-benefits{list-style:none;margin-bottom:40px}.product-benefits li{font-size:.82rem;color:#f5f0e8b3;padding:10px 0;display:flex;gap:14px;align-items:center;border-bottom:1px solid rgba(245,240,232,.06)}.product-benefits li:before{content:"\2014";color:var(--or);flex-shrink:0}.tab-list{display:flex;border-bottom:1px solid rgba(245,240,232,.1);margin-bottom:32px}.tab-btn{background:none;border:none;padding:16px 0;margin-right:36px;font-family:Jost,sans-serif;font-size:.65rem;font-weight:300;letter-spacing:.2em;text-transform:uppercase;color:#f5f0e859;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s,border-color .2s}.tab-btn.active{color:var(--or);border-bottom-color:var(--or)}.tab-panel{display:none}.tab-panel.active{display:block}.tab-panel p{font-size:.83rem;color:#f5f0e88c;line-height:1.85;margin-bottom:16px}.spec-list{list-style:none}.spec-row{display:flex;padding:12px 0;border-bottom:1px solid rgba(245,240,232,.06);font-size:.8rem}.spec-key{width:180px;flex-shrink:0;color:#f5f0e859;letter-spacing:.05em;font-size:.65rem;text-transform:uppercase;padding-top:2px}.spec-val{color:#f5f0e8b3}.about-hero{min-height:80vh;display:grid;grid-template-columns:1fr 1fr;padding-top:80px}.about-hero__content{display:flex;flex-direction:column;justify-content:center;padding:100px 64px 100px 80px}.about-hero__content h1{font-size:clamp(3rem,5vw,5.5rem);font-weight:300;line-height:1.06;margin-bottom:40px}.about-hero__content h1 em{font-style:italic;color:var(--or)}.about-hero__content p{font-size:1rem;color:#f5f0e899;line-height:1.85;max-width:440px}.about-hero__image{min-height:80vh}.about-hero__image img{width:100%;height:100%;object-fit:cover}.section-manifeste{padding:160px 0;text-align:center;position:relative;overflow:hidden}.manifeste-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Cormorant Garamond,serif;font-size:18vw;font-weight:300;color:#c9a84c08;white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none}.manifeste-inner{position:relative;max-width:760px;margin:0 auto;padding:0 48px}.manifeste-inner blockquote{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3.5vw,3.2rem);font-weight:300;font-style:italic;line-height:1.3;color:var(--ivoire);margin-bottom:40px}.manifeste-inner blockquote em{color:var(--or);font-style:normal}.manifeste-attrib{font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:#f5f0e84d}.section-origine{padding:140px 0;background:#0a0a0a}.section-origine__inner{max-width:1100px;margin:0 auto;padding:0 80px;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.section-origine__text h2{font-size:clamp(2.2rem,3vw,3.4rem);line-height:1.1;margin-bottom:36px}.section-origine__text h2 em{font-style:italic;color:var(--or)}.section-origine__text p{font-size:.9rem;color:#f5f0e899;line-height:1.9;margin-bottom:20px}.section-origine__text p strong{color:var(--ivoire);font-weight:400}.section-origine__image{min-height:580px}.section-origine__image img{width:100%;height:100%;object-fit:cover}.section-philosophy{background:var(--ombre);padding:140px 0}.philosophy-inner{max-width:1100px;margin:0 auto;padding:0 80px}.philosophy-header{display:grid;grid-template-columns:1fr 2fr;gap:80px;margin-bottom:80px;align-items:end}.philosophy-header h2{font-size:clamp(2.2rem,3vw,3.5rem);line-height:1.1}.philosophy-header h2 em{font-style:italic;color:var(--or)}.philosophy-header p{font-size:.9rem;color:#f5f0e88c;line-height:1.85}.philosophy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#c9a84c1a}.philosophy-card{background:var(--ombre);padding:48px 36px}.philosophy-card__num{font-family:Cormorant Garamond,serif;font-size:3.5rem;font-weight:300;color:#c9a84c33;line-height:1;margin-bottom:24px}.philosophy-card h3{font-size:1.15rem;font-weight:300;color:var(--ivoire);margin-bottom:16px;line-height:1.3}.philosophy-card p{font-size:.8rem;color:#f5f0e880;line-height:1.75}.section-founder{padding:140px 0}.section-founder__inner{max-width:1100px;margin:0 auto;padding:0 80px;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.section-founder__image{min-height:620px}.section-founder__image img{width:100%;height:100%;object-fit:cover}.section-founder__content h2{font-size:clamp(2rem,3vw,3rem);line-height:1.1;margin-bottom:32px}.section-founder__content h2 em{font-style:italic;color:var(--or)}.section-founder__content p{font-size:.9rem;color:#f5f0e899;line-height:1.9;margin-bottom:20px}.section-founder__content p strong{color:var(--ivoire);font-weight:400}.founder-sig{margin-top:40px;padding-top:32px;border-top:1px solid rgba(201,168,76,.15)}.founder-name{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:300;font-style:italic;color:var(--ivoire);margin-bottom:4px}.founder-title{font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:#f5f0e859}.section-mission{background:#0a0a0a;padding:140px 0}.section-mission__inner{max-width:1100px;margin:0 auto;padding:0 80px}.section-mission__header{text-align:center;margin-bottom:80px}.section-mission__header h2{font-size:clamp(2.2rem,3vw,3.5rem);line-height:1.1;margin-bottom:20px}.section-mission__header h2 em{font-style:italic;color:var(--or)}.section-mission__header p{font-size:.9rem;color:#f5f0e880;max-width:560px;margin:0 auto}.mission-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#c9a84c1a}.mission-stat{background:#0a0a0a;padding:48px 32px;text-align:center}.mission-stat__num{font-family:Cormorant Garamond,serif;font-size:3.2rem;font-weight:300;color:var(--or);line-height:1;margin-bottom:12px}.mission-stat__label{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:#f5f0e859;line-height:1.6}.section-engagement{display:grid;grid-template-columns:1fr 1fr}.section-engagement__image{min-height:600px}.section-engagement__image img{width:100%;height:100%;object-fit:cover}.section-engagement__content{padding:100px 80px 100px 72px;display:flex;flex-direction:column;justify-content:center}.section-engagement__content h2{font-size:clamp(2rem,2.8vw,3rem);line-height:1.1;margin-bottom:32px}.section-engagement__content h2 em{font-style:italic;color:var(--or)}.engagement-points{list-style:none;margin:32px 0 40px}.engagement-point{padding:20px 0;border-bottom:1px solid rgba(245,240,232,.07)}.ep-label{font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--or);margin-bottom:6px}.ep-text{font-size:.85rem;color:#f5f0e899;line-height:1.7}.legal-hero{padding:160px 0 80px;text-align:center;background:#0a0a0a;border-bottom:1px solid rgba(201,168,76,.1)}.legal-hero h1{font-size:clamp(2.5rem,4vw,4rem);font-weight:300;margin-bottom:16px}.legal-hero h1 em{font-style:italic;color:var(--or)}.legal-hero p{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:#f5f0e84d}.legal-tabs-nav{position:sticky;top:80px;z-index:50;background:#0d0d0df5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,76,.1)}.legal-tabs-inner{max-width:900px;margin:0 auto;padding:0 48px;display:flex;gap:0}.legal-tab-btn{background:none;border:none;padding:20px 32px 20px 0;font-family:Jost,sans-serif;font-size:.65rem;font-weight:300;letter-spacing:.2em;text-transform:uppercase;color:#f5f0e859;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s,border-color .2s}.legal-tab-btn.active{color:var(--or);border-bottom-color:var(--or)}.legal-content{max-width:900px;margin:0 auto;padding:80px 48px 140px}.legal-panel{display:none}.legal-panel.active{display:block}.legal-section{margin-bottom:64px;padding-bottom:64px;border-bottom:1px solid rgba(245,240,232,.07)}.legal-section:last-child{border-bottom:none;padding-bottom:0}.legal-section-num{font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--or);margin-bottom:16px}.legal-section h2{font-size:clamp(1.4rem,2vw,1.9rem);font-weight:300;margin-bottom:28px;color:var(--ivoire)}.legal-section p{font-size:.85rem;color:#f5f0e899;line-height:1.9;margin-bottom:16px}.legal-section ul{list-style:none;margin:16px 0}.legal-section ul li{font-size:.85rem;color:#f5f0e899;line-height:1.85;padding:8px 0;display:flex;gap:14px;border-bottom:1px solid rgba(245,240,232,.05)}.legal-section ul li:before{content:"\2014";color:var(--or);flex-shrink:0}.legal-info-block{background:#c9a84c0d;border:1px solid rgba(201,168,76,.15);padding:28px 32px;margin:24px 0}.legal-info-block p{font-size:.82rem;color:#f5f0e8a6;margin-bottom:8px}.legal-info-block strong{font-size:.6rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--or);display:block;margin-bottom:4px}.legal-highlight{background:#c9a84c14;border-left:2px solid var(--or);padding:20px 24px;margin:24px 0;font-size:.85rem;color:#f5f0e8bf;line-height:1.85;font-style:italic}.price-table{width:100%;border-collapse:collapse;margin:24px 0}.price-table th{text-align:left;padding:14px 20px;font-size:.6rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--or);background:#c9a84c0f;border-bottom:1px solid rgba(201,168,76,.15)}.price-table td{padding:14px 20px;font-size:.82rem;color:#f5f0e899;border-bottom:1px solid rgba(245,240,232,.05)}.panel-header{margin-bottom:64px;padding-bottom:48px;border-bottom:1px solid rgba(201,168,76,.12)}.panel-header h1{font-size:clamp(2rem,3vw,3rem);font-weight:300;margin-bottom:12px}.panel-date{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:#f5f0e84d}a{color:var(--or);text-decoration:none}a:hover{text-decoration:underline}@media(max-width:900px){.site-header{padding:16px 24px}.site-header__nav{display:none}.section-hero,.section-science,.section-how,.section-dette__inner,.section-geste__inner,.section-results__header,.section-compare__header,.section-engagement,.about-hero,.section-origine__inner,.philosophy-header,.section-founder__inner{grid-template-columns:1fr!important}.section-hero__content,.section-science__content,.section-how__content,.section-engagement__content{padding:60px 24px}.section-dette__inner,.section-geste__inner,.section-results__inner,.section-compare__inner,.section-origine__inner,.philosophy-inner,.section-founder__inner,.section-mission__inner{padding:0 24px!important}.section-hero__image,.section-science__image,.section-how__image,.section-dette__image,.section-geste__image,.about-hero__image,.section-origine__image,.section-founder__image,.section-engagement__image{min-height:360px!important}.certs-grid{grid-template-columns:repeat(2,1fr)}.results-timeline{grid-template-columns:1fr}.mission-stats{grid-template-columns:repeat(2,1fr)}.site-footer__inner{grid-template-columns:1fr;gap:40px}.site-footer__bottom{flex-direction:column;gap:12px;text-align:center}.product-page{grid-template-columns:1fr}.product-gallery{position:relative;top:auto;height:auto}.gallery-main{height:400px}.product-info{padding:48px 24px}.legal-tabs-inner{overflow-x:auto}.legal-content{padding:60px 24px 100px}}.site-header__burger{display:none;background:transparent;border:0;width:40px;height:40px;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:0}.site-header__burger span{display:block;width:22px;height:1px;background:var(--ivoire);transition:transform .3s,opacity .3s}.site-header__burger.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.site-header__burger.open span:nth-child(2){opacity:0}.site-header__burger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d0d0d;z-index:999;padding:100px 32px 40px;display:flex;flex-direction:column;gap:4px;transform:translate(100%);transition:transform .35s ease}.mobile-menu.open{transform:translate(0)}.mobile-menu__close{position:absolute;top:24px;right:24px;background:transparent;border:0;color:var(--ivoire);font-size:2.5rem;cursor:pointer;width:44px;height:44px}.mobile-menu__link{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:300;color:var(--ivoire);text-decoration:none;padding:14px 0;border-bottom:1px solid rgba(245,240,232,.08)}.mobile-menu__cta{display:inline-block;margin-top:32px;padding:18px 32px;background:var(--or);color:#0d0d0d;text-decoration:none;font-family:Jost,sans-serif;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;align-self:flex-start}body.mobile-menu-open{overflow:hidden}@media(max-width:860px){.site-header__nav,.site-header__cta{display:none!important}.site-header__burger{display:flex}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/bonuit.css.map */
