@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import"https://use.typekit.net/vrc2jvl.css";body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #581E1C;--primary-light: #6B2422;--primary-dark: #3D1413;--secondary-color: #968E81;--dark-bg: #3D1413;--light-bg: #968E81;--stone-bg: #968E81;--text-dark: #2D1A18;--text-light: #6F645C;--white: #ffffff;--border-color: #D8D1C7;--shadow: 0 2px 8px rgba(88, 30, 28, .08);--shadow-lg: 0 4px 16px rgba(88, 30, 28, .12)}body{font-family:new-hero,New Hero,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6;font-weight:400;letter-spacing:-.01em}button,input,textarea,select{font-family:inherit}.landing-page{overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{position:fixed;top:0;left:0;right:0;background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 2px 15px #0000001a;z-index:1000;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.2)}.nav-wrapper{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:600;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.logo img{height:40px;width:auto}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:var(--text-dark);text-decoration:none;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--primary-color)}.btn-primary{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;padding:.75rem 1.5rem;border-radius:2px;text-decoration:none;font-weight:500;transition:transform .3s,box-shadow .3s;display:inline-block;border:none;cursor:pointer;letter-spacing:.02em}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #722f374d}.btn-secondary{background:transparent;color:var(--primary-color);padding:.75rem 1.5rem;border-radius:2px;text-decoration:none;font-weight:600;border:2px solid var(--primary-color);transition:all .3s;display:inline-block;cursor:pointer;letter-spacing:.02em}.btn-secondary:hover{background:var(--primary-color);color:#fff}.btn-large{padding:1rem 2rem;font-size:1.1rem}.hero-section{padding:8rem 0 4rem;min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#00000073 0% 100%),url(https://images.unsplash.com/photo-1504279577054-acfeccf8fc52?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);background-size:cover;background-position:center;margin-top:0}.hero-section .container{display:flex;justify-content:center;align-items:center}.hero-content{animation:fadeInUp .8s ease-out;text-align:center;max-width:900px}.hero-title{font-size:3.5rem;font-weight:500;line-height:1.15;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);letter-spacing:-.02em;font-family:new-hero,New Hero,sans-serif}.hero-strong{font-weight:700}.scroll-indicator{margin:2.5rem auto 0;width:30px;height:48px;border:2px solid rgba(255,255,255,.7);border-radius:999px;display:flex;align-items:flex-start;justify-content:center;padding-top:8px}.scroll-indicator__dot{width:6px;height:6px;background:#fff;border-radius:999px;animation:scroll-bounce 1.6s ease-in-out infinite}.highlight{color:#fff;font-weight:900;text-shadow:0 2px 10px rgba(0,0,0,.5)}.hero-subtitle{font-size:1.25rem;color:#fffffff2;margin-bottom:2.5rem;line-height:1.8;text-shadow:0 1px 5px rgba(0,0,0,.3);font-weight:300;font-style:italic}.hero-features{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem;align-items:stretch}.hero-feature{padding:1.3em 3em;font-size:12px;text-transform:uppercase;letter-spacing:2.5px;font-weight:700;color:#fff;background-color:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:2px solid #ffffff;border-radius:2px;box-shadow:0 8px 20px #0006;transition:all .3s ease 0s;cursor:pointer;text-shadow:0 2px 4px rgba(0,0,0,.3);display:inline-flex;align-items:center;justify-content:center;text-align:center;font-family:new-hero,New Hero,sans-serif;min-width:260px;min-height:56px}.hero-feature:hover{background-color:#fff;color:var(--primary-color);transform:translateY(-5px);box-shadow:0 15px 25px #00000080;text-shadow:none}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scroll-bounce{0%{transform:translateY(0);opacity:1}60%{transform:translateY(16px);opacity:.6}to{transform:translateY(0);opacity:1}}@media(min-width:1024px){.hero-features{flex-wrap:nowrap}.hero-feature{min-width:280px}}.main-content-section{padding:6rem 0;background:var(--stone-bg)}.content-split-layout{display:grid;grid-template-columns:2.2fr 1fr;gap:4rem;align-items:stretch}.features-wrapper,.mission-wrapper{height:100%}.features-wrapper{display:flex;flex-direction:column}.features-grid-compact{flex:1}.features-header-inline{display:flex;align-items:baseline;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;border-bottom:1px solid rgba(88,30,28,.2);position:relative}.section-title-inline{font-size:1.8rem;font-weight:600;color:var(--primary-color);text-transform:uppercase;margin:0;font-family:new-hero,sans-serif;letter-spacing:-.01em}.title-separator{display:block;width:100%;height:2px;background:#581e1c66;margin-top:.5rem}.section-subtitle-inline{font-size:1.1rem;color:var(--text-dark);font-style:italic;font-weight:300;font-family:new-hero,sans-serif}.features-grid-compact{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem}.feature-card-compact{background:#b8afa3;padding:1.6rem;border-radius:2px;border:2px solid #ffffff;box-shadow:none;transition:all .3s ease}.feature-card-compact:hover{transform:translateY(-2px);border-color:#fff}.feature-card-compact h3{font-size:1.1rem;margin-bottom:.5rem;color:#7a5a53;font-weight:600}.feature-card-compact p{font-size:.95rem;color:#7a5a53;line-height:1.5;font-weight:300}.mission-wrapper{background:transparent;padding:0;border-radius:2px;height:100%;border:1px solid rgba(88,30,28,.2);display:flex;flex-direction:column}.mission-wrapper .section-title-inline{margin-bottom:2rem;display:block;text-align:center}.mission-cards{display:flex;flex-direction:column;gap:1.5rem;flex:1;justify-content:space-between}.mission-card-item{background:#6a2722;color:#f6f2ee;padding:1.6rem;border-radius:2px;border:1px solid rgba(255,255,255,.25);box-shadow:none}.mission-card-item p{color:#f6f2ee;font-size:1rem;line-height:1.6;font-weight:300}@media(max-width:1024px){.content-split-layout{grid-template-columns:1fr;gap:3rem}.features-grid-compact{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.features-grid-compact{grid-template-columns:1fr}.features-header-inline{flex-direction:column;align-items:flex-start;gap:.5rem}.title-separator{display:none}}.about-content{max-width:900px;margin:0 auto;text-align:center}.about-text p{margin-bottom:1.5rem;color:var(--text-light);font-size:1.1rem;line-height:1.8}.about-stats{display:grid;gap:1.5rem}.stat-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow);text-align:center}.stat-number{font-size:3rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-label{color:var(--text-light);font-size:1rem}.contact-section{padding:6rem 0;background:var(--stone-bg);border-top:1px solid rgba(88,30,28,.2)}.contact-cta-title{font-size:2.2rem;font-weight:600;color:var(--primary-color);text-align:center;margin-bottom:2.5rem;font-family:new-hero,sans-serif}.contact-cta-line{margin-left:.5rem;opacity:.6}.contact-split-layout{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.contact-split-layout.is-loading{opacity:.2;pointer-events:none;filter:blur(1px)}.submission-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#968e81a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10;border:1px solid rgba(88,30,28,.2)}.contact-section .container{position:relative}.submission-overlay__card{background:#fff;border:1px solid rgba(88,30,28,.2);padding:2rem 2.5rem;text-align:center;max-width:420px;width:90%;box-shadow:0 12px 30px #3d141333}.submission-overlay__spinner{width:42px;height:42px;border:3px solid rgba(88,30,28,.2);border-top-color:var(--primary-color);border-radius:50%;margin:0 auto 1rem;animation:spin 1s linear infinite}.submission-overlay__title{font-size:1.2rem;font-weight:600;color:var(--primary-color);margin-bottom:.35rem}.submission-overlay__subtitle{font-size:.95rem;color:var(--text-dark);font-weight:300}@keyframes spin{to{transform:rotate(360deg)}}.contact-section-title{font-size:2rem;font-weight:600;color:#581e1c;text-transform:uppercase;margin-bottom:2rem;font-family:new-hero,sans-serif}.required-note{margin:-.75rem 0 1.25rem;font-size:.95rem;color:var(--text-dark);font-weight:300}.required-star{color:var(--primary-color);font-weight:600}.contact-nous{background:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:2px;border:2px solid rgba(88,30,28,.2)}.contact-nous-content{display:flex;flex-direction:column;gap:2rem}.contact-info-item{display:flex;align-items:flex-start;gap:1rem}.contact-label{font-size:.9rem;font-weight:500;color:#581e1c;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.contact-link{color:#581e1c;text-decoration:none;font-weight:500;font-size:1.1rem;transition:opacity .3s}.contact-link:hover{opacity:.7}.contact-text{color:var(--text-dark);font-size:1rem;line-height:1.5;font-weight:300}.contact-vous{background:#fff;padding:2.5rem;border-radius:2px;box-shadow:0 10px 40px #00000026;border:1px solid rgba(88,30,28,.15)}.contact-form-new{display:flex;flex-direction:column;gap:1.25rem}.btn-contact{background:linear-gradient(135deg,#581e1c,#3d1412)!important;width:100%}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color)}.form-group textarea{resize:vertical;min-height:120px}.liquid-button{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark))!important}.liquid-button .liquid{background-color:#0000004d;width:100%;height:100%;position:absolute;bottom:0;left:0;box-shadow:inset 5px -5px 25px #0006,inset -5px 0 25px #0006;z-index:0;opacity:0;transition:opacity .3s ease}.liquid-button:hover .liquid{opacity:1}.liquid-button .liquid:after{content:"";width:450px;height:400px;background:#ffffff26;z-index:1;position:absolute;left:50%;transform:translate(-50%);top:-380px;border-radius:45%;animation:none}.liquid-button .liquid:before{content:"";width:450px;height:400px;background-color:#ffffff1a;z-index:1;position:absolute;left:50%;transform:translate(-50%);top:-380px;border-radius:40%;animation:none}.liquid-button:hover .liquid:after{animation:liquid-rotate 5s linear infinite}.liquid-button:hover .liquid:before{animation:liquid-rotate 5s linear .2s infinite}.liquid-button .btn-txt{position:relative;z-index:2;font-size:18px;letter-spacing:1px}@keyframes liquid-rotate{0%{transform:translate(-50%) rotate(0)}to{transform:translate(-50%) rotate(360deg)}}.form-message{padding:1.5rem;border-radius:8px;margin-bottom:2rem;font-size:1.1rem;text-align:center;font-weight:500;animation:slideDown .3s ease-out}.form-message.success{background-color:#d4edda;color:#155724;border:2px solid #c3e6cb}.form-message.error{background-color:#f8d7da;color:#721c24;border:2px solid #f5c6cb}.form-message.info{background-color:#d1ecf1;color:#0c5460;border:2px solid #bee5eb}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.demo-button{position:relative;overflow:visible}.demo-button .drop-1{position:absolute;top:20%;left:20%;width:25px;height:auto;filter:drop-shadow(0 0 0 #ffffff);z-index:-5;transition:all 1s cubic-bezier(.05,.83,.43,.96)}.demo-button .drop-2{position:absolute;top:45%;left:45%;width:15px;height:auto;filter:drop-shadow(0 0 0 #ffffff);z-index:-5;transition:all 1s cubic-bezier(0,.4,0,1.01)}.demo-button .drop-3{position:absolute;top:40%;left:40%;width:8px;height:auto;filter:drop-shadow(0 0 0 #ffffff);z-index:-5;transition:all 1s cubic-bezier(0,.4,0,1.01)}.demo-button .drop-4{position:absolute;top:20%;left:40%;width:12px;height:auto;filter:drop-shadow(0 0 0 #ffffff);z-index:-5;transition:all .8s cubic-bezier(0,.4,0,1.01)}.demo-button .drop-5{position:absolute;top:25%;left:45%;width:18px;height:auto;filter:drop-shadow(0 0 0 #ffffff);z-index:-5;transition:all .6s cubic-bezier(0,.4,0,1.01)}.demo-button .drop-6{position:absolute;top:5%;left:50%;width:10px;height:auto;filter:drop-shadow(0 0 0 #ffffff);z-index:-5;transition:all .8s ease}.demo-button .wine-drop{fill:#fff;opacity:.9}.demo-button:hover .drop-1{top:-80%;left:-30%;filter:drop-shadow(0 0 10px #ffffff);z-index:2}.demo-button:hover .drop-2{top:-25%;left:10%;filter:drop-shadow(0 0 10px #ffffff);z-index:2}.demo-button:hover .drop-3{top:55%;left:25%;filter:drop-shadow(0 0 10px #ffffff);z-index:2}.demo-button:hover .drop-4{top:30%;left:80%;filter:drop-shadow(0 0 10px #ffffff);z-index:2}.demo-button:hover .drop-5{top:25%;left:115%;filter:drop-shadow(0 0 10px #ffffff);z-index:2}.demo-button:hover .drop-6{top:5%;left:60%;filter:drop-shadow(0 0 10px #ffffff);z-index:2}.footer{background:var(--dark-bg);color:#fff;padding:3rem 0}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-left{display:flex;flex-direction:column;gap:1rem}.footer .logo{color:#fff}.footer-left p{color:#ffffffb3}.footer-links{display:flex;gap:2rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}@media(max-width:968px){.container{padding:0 1.5rem}.nav-wrapper{justify-content:center}.nav-links,.cta-header{display:none}.hero-section{padding:7rem 0 4rem;min-height:85vh;display:flex;align-items:center}.hero-section .container{grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.2rem;line-height:1.3;margin-bottom:1.25rem}.hero-subtitle{font-size:1.05rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{justify-content:center}.hero-illustration{font-size:10rem}.hero-feature{padding:.9rem 1.8rem;font-size:11px}.section-title{font-size:2rem;line-height:1.3}.section-subtitle{font-size:1rem;padding:0 1rem;line-height:1.6}.features-section,.about-section,.contact-section{padding:4rem 0}.features-grid{grid-template-columns:1fr;gap:1.25rem}.feature-card{padding:1.75rem}.about-content,.contact-content{grid-template-columns:1fr;gap:2.5rem}.contact-info{gap:1.5rem}.footer-content{flex-direction:column;gap:2rem;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}.contact-split-layout{grid-template-columns:1fr;gap:2.5rem}}.cta-header{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%)!important;color:#fff!important;padding:12px 28px!important;border-radius:2px!important;font-weight:500;text-decoration:none;transition:all .3s ease;box-shadow:0 6px 18px #3d141340;font-size:1rem;letter-spacing:.02em}.cta-header:hover{transform:translateY(-2px);box-shadow:0 6px 20px #722f3766}.large-text{font-size:1.2rem;line-height:1.8;margin-bottom:1.5rem}.large-text strong{color:var(--primary-color);font-weight:700}@media(max-width:640px){.container{padding:0 1.25rem}.header{padding:.875rem 0}.logo{font-size:1.25rem;gap:.5rem}.logo img{height:36px}.hero-section{padding:6rem 0 3.5rem;min-height:90vh}.hero-content{padding:0 .5rem}.hero-title{font-size:1.85rem;line-height:1.35;margin-bottom:1.25rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem;line-height:1.65}.section-title{font-size:1.75rem;padding:0 .5rem;line-height:1.35}.section-subtitle{font-size:.95rem;padding:0 .5rem;line-height:1.65}.features-section,.about-section,.contact-section{padding:3.5rem 0}.features-grid{grid-template-columns:1fr;gap:1.25rem}.feature-card{padding:1.75rem 1.5rem;border-radius:16px}.feature-card h3{font-size:1.35rem;margin-bottom:.75rem}.feature-card p{font-size:.95rem;line-height:1.65}.hero-features{flex-direction:column;gap:.875rem;margin-bottom:2rem}.hero-feature{justify-content:center;padding:.875rem 1.75rem;font-size:10.5px;width:100%;max-width:300px;margin:0 auto}.large-text{font-size:1.05rem;line-height:1.75}.btn-large{padding:1rem 2rem;font-size:1rem;width:100%;border-radius:12px}.contact-content{gap:2.5rem}.contact-info{gap:1.25rem}.contact-item{padding:1.5rem;border-radius:12px}.contact-form{gap:1.25rem}.form-group input,.form-group textarea{padding:.95rem;font-size:1rem;border-radius:10px}.footer{padding:2.5rem 0}.footer-links{gap:1.25rem}.liquid-button .btn-txt{font-size:16px}.liquid-button .liquid:after,.liquid-button .liquid:before{width:350px;height:300px}}@media(max-width:380px){.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.9rem}.section-title{font-size:1.5rem}.cta-header{padding:6px 12px!important;font-size:.8rem}.logo{font-size:1.1rem}.logo img{height:28px}.hero-feature{font-size:9px;padding:.75rem 1.25rem}}
