*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--forest: #192e21;--pine: #2c5440;--sage: #5b8c6a;--leaf: #87b38e;--mist: #c9ddc8;--cream: #f4efe6;--parch: #ece5d6;--terra: #b86c3a;--gold: #c9993f;--white: #fdfaf5;--ink: #1c2b1e}html{scroll-behavior:smooth}body{background:var(--white);color:var(--ink);font-family:Outfit,sans-serif;font-weight:300;line-height:1.7;overflow-x:hidden}body.has-custom-cursor,body.has-custom-cursor a,body.has-custom-cursor button,body.has-custom-cursor input,body.has-custom-cursor select,body.has-custom-cursor textarea,body.has-custom-cursor label{cursor:none}.cursor{display:none;width:10px;height:10px;background:var(--sage);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:transform .15s ease,background .2s}.cursor-ring{display:none;width:36px;height:36px;border:1.5px solid var(--sage);border-radius:50%;position:fixed;top:0;left:0;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:transform .35s ease,border-color .2s;opacity:.7}body.has-custom-cursor .cursor,body.has-custom-cursor .cursor-ring{display:block}a:hover~.cursor,button:hover~.cursor{transform:translate(-50%,-50%) scale(2)}nav{position:fixed;top:0;width:100%;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.4rem 4rem;transition:background .4s,box-shadow .4s}nav.scrolled{background:#192e21ed;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 2px 24px #0000002e}.nav-logo{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:600;color:var(--white);letter-spacing:.04em;text-decoration:none}.nav-logo span{color:var(--leaf);font-style:italic}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:#fffc;font-size:.8rem;text-decoration:none;letter-spacing:.12em;text-transform:uppercase;font-weight:400;position:relative;transition:color .2s}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--leaf);transition:width .3s ease}.nav-links a:hover{color:var(--leaf)}.nav-links a:hover:after{width:100%}#hero{position:relative;height:100vh;min-height:680px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--forest)}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 70% 60%,rgba(87,163,110,.18) 0%,transparent 70%),radial-gradient(ellipse 40% 50% at 20% 30%,rgba(44,84,64,.5) 0%,transparent 60%),linear-gradient(160deg,#0e1f14,#1e3a27,#152a1c)}.hero-bg:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.045'/%3E%3C/svg%3E");opacity:.45;pointer-events:none}.hero-deco{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero-deco svg{position:absolute}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:2rem}.hero-eyebrow{font-size:.72rem;letter-spacing:.25em;text-transform:uppercase;color:var(--leaf);margin-bottom:1.4rem;opacity:0;transform:translateY(20px);animation:fadeUp .8s .3s forwards}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(3.2rem,8vw,6.5rem);font-weight:300;color:var(--white);line-height:1.05;margin-bottom:1.8rem;opacity:0;transform:translateY(30px);animation:fadeUp 1s .5s forwards}.hero-title em{color:var(--leaf);font-style:italic}.hero-title .line-accent{display:block;font-size:clamp(1rem,2.5vw,1.5rem);font-weight:300;letter-spacing:.15em;text-transform:uppercase;color:var(--mist);margin-top:.6rem;font-family:Outfit,sans-serif}.hero-sub{color:#fff9;font-size:1rem;max-width:480px;margin:0 auto 2.8rem;opacity:0;transform:translateY(20px);animation:fadeUp .8s .8s forwards}.hero-cta{display:inline-flex;align-items:center;gap:.75rem;background:var(--sage);color:var(--white);padding:1rem 2.4rem;border-radius:2px;font-size:.85rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:background .25s,transform .2s;opacity:0;animation:fadeUp .8s 1.1s forwards}.hero-cta:hover{background:var(--pine);transform:translateY(-2px)}.hero-cta .arrow{transition:transform .25s}.hero-cta:hover .arrow{transform:translate(5px)}.hero-badge{position:absolute;right:6vw;bottom:8vh;width:130px;height:130px;border-radius:50%;border:1px solid rgba(135,179,142,.35);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--white);text-align:center;opacity:0;animation:fadeUp .8s 1.3s forwards;background:#2c544066;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-badge .big{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:600;line-height:1;color:var(--leaf)}.hero-badge .small{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--mist);line-height:1.3;margin-top:.3rem}.scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff6;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;animation:bounce 2s 2s infinite}.scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(135,179,142,.7),transparent)}.leaf-particle{position:absolute;pointer-events:none;animation:floatLeaf linear infinite;opacity:0}section{position:relative}.container{max-width:1180px;margin:0 auto;padding:0 2.5rem}.section-label{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:var(--sage);font-weight:500;margin-bottom:1rem}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:300;line-height:1.15;color:var(--forest)}.section-title em{color:var(--sage);font-style:italic}.reveal{opacity:0;transform:translateY(32px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}.reveal-left{opacity:0;transform:translate(-32px);transition:opacity .8s ease,transform .8s ease}.reveal-left.visible{opacity:1;transform:none}.reveal-right{opacity:0;transform:translate(32px);transition:opacity .8s ease,transform .8s ease}.reveal-right.visible{opacity:1;transform:none}#credit{background:var(--forest);padding:6rem 0;overflow:hidden}.credit-inner{display:grid;grid-template-columns:1fr 1.6fr;gap:5rem;align-items:center}.credit-number{font-family:Cormorant Garamond,serif;font-size:clamp(6rem,14vw,11rem);font-weight:600;line-height:1;color:var(--leaf);position:relative}.credit-number:after{content:"";position:absolute;bottom:-8px;left:0;width:80%;height:1px;background:linear-gradient(to right,var(--leaf),transparent)}.credit-pct{font-size:clamp(3rem,6vw,5rem);vertical-align:super;color:var(--sage)}.credit-text .section-label{color:var(--leaf)}.credit-text h2{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:300;color:var(--white);margin-bottom:1.4rem}.credit-text p{color:#fff9;font-size:.95rem;line-height:1.8}.credit-note{margin-top:1.5rem;padding:1rem 1.3rem;border-left:2px solid var(--sage);background:#5b8c6a14;font-size:.8rem;color:#ffffff73;font-style:italic}#valeurs{padding:6rem 0;background:var(--cream);position:relative}#valeurs:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--mist),transparent)}.valeurs-header{text-align:center;margin-bottom:4rem}.valeurs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.valeur-card{background:var(--white);padding:2.2rem 1.8rem;position:relative;overflow:hidden;transition:transform .3s,box-shadow .3s}.valeur-card:before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--sage);transition:width .4s ease}.valeur-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #192e211a}.valeur-card:hover:before{width:100%}.valeur-icon{width:44px;height:44px;margin-bottom:1.4rem;color:var(--sage)}.valeur-name{font-size:.62rem;letter-spacing:.26em;text-transform:uppercase;color:var(--terra);font-weight:600;margin-bottom:.7rem}.valeur-title{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:400;color:var(--forest);margin-bottom:.7rem;line-height:1.2}.valeur-desc{font-size:.88rem;color:#5a6b5b;line-height:1.75}@media(max-width:1000px){.valeurs-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}.valeur-card{padding:2rem 1.8rem}}@media(max-width:600px){#valeurs{padding:4rem 0}.valeurs-header{margin-bottom:2.5rem}.valeurs-grid{grid-template-columns:1fr;gap:.9rem}.valeur-card{display:grid;grid-template-columns:46px 1fr;column-gap:1.2rem;align-items:start;padding:1.4rem 1.3rem}.valeur-icon{grid-column:1;grid-row:1 / 4;width:34px;height:34px;margin-bottom:0;margin-top:.15rem}.valeur-name{grid-column:2;grid-row:1;margin-bottom:.25rem}.valeur-title{grid-column:2;grid-row:2;font-size:1.25rem;margin-bottom:.35rem}.valeur-desc{grid-column:2;grid-row:3;font-size:.84rem}}#about{padding:8rem 0;background:var(--white);overflow:hidden}.about-inner{display:grid;grid-template-columns:1fr 1.2fr;gap:6rem;align-items:center}.about-visual{position:relative}.about-img-frame{aspect-ratio:3/4;max-width:380px;background:var(--parch);position:relative;overflow:hidden}.about-img-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(91,140,106,.15) 0%,transparent 60%)}.about-frame-svg{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.about-accent{position:absolute;bottom:-1.5rem;right:-1.5rem;width:160px;height:160px;border:1px solid var(--mist);border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--cream)}.about-accent-text{text-align:center;font-family:Cormorant Garamond,serif;font-size:1rem;color:var(--forest)}.about-accent-text strong{display:block;font-size:2rem;color:var(--sage)}.about-text .section-label{margin-bottom:1rem}.about-text p{font-size:.95rem;color:#4a5e4c;line-height:1.9;margin-bottom:1rem}.about-text p strong{color:var(--forest);font-weight:500}.about-signature{margin-top:2rem;font-family:Cormorant Garamond,serif;font-size:2rem;font-style:italic;color:var(--sage)}#prestations{padding:7rem 0;background:var(--forest);position:relative;overflow:hidden}.prest-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:4rem}.prest-header .section-title{color:var(--white)}.prest-header .section-title em{color:var(--leaf)}.prest-intro{max-width:340px;color:#ffffff80;font-size:.9rem;line-height:1.8}.prest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5px;background:#87b38e1f}.prest-item{background:#152a1cf2;padding:2.5rem 2rem;position:relative;overflow:hidden;transition:background .3s}.prest-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(91,140,106,.12) 0%,transparent 50%);opacity:0;transition:opacity .3s}.prest-item:hover{background:#2c5440b3}.prest-item:hover:before{opacity:1}.prest-num{font-family:Cormorant Garamond,serif;font-size:.9rem;color:var(--sage);margin-bottom:1.2rem;font-style:italic}.prest-icon{margin-bottom:1.2rem;color:var(--leaf)}.prest-name{font-family:Cormorant Garamond,serif;font-size:1.5rem;color:var(--white);font-weight:400;margin-bottom:.6rem}.prest-desc{font-size:.82rem;color:#ffffff73;line-height:1.7}#contact{padding:8rem 0;background:var(--cream);position:relative}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.contact-left .section-title{margin-bottom:1.5rem}.contact-left p{color:#5a6b5b;font-size:.95rem;line-height:1.9;margin-bottom:2rem}.contact-steps{list-style:none}.contact-steps li{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.2rem;font-size:.88rem;color:#4a5e4c}.step-dot{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:var(--sage);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;margin-top:.1rem}.contact-form{display:flex;flex-direction:column;gap:1.2rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group.has-error input,.form-group.has-error select,.form-group.has-error textarea{border-color:#b86c3a;box-shadow:0 0 0 3px #b86c3a1f}.form-group label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--sage);font-weight:500}.form-group input,.form-group select,.form-group textarea{background:var(--white);border:1px solid var(--mist);padding:.85rem 1.1rem;font-family:Outfit,sans-serif;font-size:.9rem;color:var(--forest);outline:none;border-radius:2px;transition:border-color .2s,box-shadow .2s;appearance:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--sage);box-shadow:0 0 0 3px #5b8c6a1a}.form-group textarea{resize:vertical;min-height:110px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field-error{font-size:.78rem;color:var(--terra);line-height:1.5}.form-hint{font-size:.78rem;color:#728173;line-height:1.5}.btn-submit{background:var(--forest);color:var(--white);padding:1.1rem 2.5rem;border:none;border-radius:2px;font-family:Outfit,sans-serif;font-size:.85rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .25s,transform .2s;align-self:flex-start}.btn-submit:hover{background:var(--pine);transform:translateY(-2px)}.btn-submit:disabled{background:var(--sage);transform:none}.form-feedback{margin-top:-.2rem;padding:.85rem 1rem;border-radius:2px;font-size:.84rem;line-height:1.6}.form-feedback-success{background:#87b38e2e;color:var(--forest);border:1px solid rgba(91,140,106,.25)}.form-feedback-error{background:#b86c3a1f;color:#7b4525;border:1px solid rgba(184,108,58,.18)}.devis-note{margin-top:.8rem;font-size:.78rem;color:var(--sage);font-style:italic}footer{background:var(--ink);padding:3rem 0;text-align:center}.footer-logo{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:600;color:var(--white);margin-bottom:.5rem}.footer-logo span{color:var(--leaf);font-style:italic}.footer-tagline{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff4d;margin-bottom:1.5rem}.footer-links{display:flex;justify-content:center;gap:2rem;list-style:none;margin-bottom:2rem}.footer-links a{font-size:.78rem;color:#fff6;text-decoration:none;letter-spacing:.1em;text-transform:uppercase;transition:color .2s}.footer-links a:hover{color:var(--leaf)}.footer-copy{font-size:.72rem;color:#fff3}.botanical-divider{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:2.5rem 0;opacity:.35}.divider-line{flex:1;height:1px;background:var(--mist);max-width:200px}@keyframes fadeUp{to{opacity:1;transform:none}}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}@keyframes floatLeaf{0%{transform:translateY(-20px) rotate(0) translate(0);opacity:0}10%{opacity:.6}90%{opacity:.3}to{transform:translateY(110vh) rotate(360deg) translate(60px);opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}.nav-burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:4px;z-index:200}.nav-burger span{display:block;width:24px;height:1.5px;background:var(--white);transition:transform .35s ease,opacity .25s ease,width .3s ease;transform-origin:center}.nav-burger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0;width:0}.nav-burger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.nav-mobile-overlay{display:none;position:fixed;inset:0;z-index:150;background:#152a1cf7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex-direction:column;align-items:center;justify-content:center;gap:0;opacity:0;pointer-events:none;transition:opacity .35s ease}.nav-mobile-overlay.open{display:flex;opacity:1;pointer-events:all}.nav-mobile-overlay ul{list-style:none;text-align:center}.nav-mobile-overlay ul li{overflow:hidden}.nav-mobile-overlay ul li a{display:block;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,8vw,3rem);font-weight:300;color:var(--white);text-decoration:none;padding:.5rem 2rem;letter-spacing:.04em;transition:color .2s;opacity:0;transform:translateY(20px);transition:color .2s,opacity .4s ease,transform .4s ease}.nav-mobile-overlay.open ul li a{opacity:1;transform:none}.nav-mobile-overlay.open ul li:nth-child(1) a{transition-delay:.1s}.nav-mobile-overlay.open ul li:nth-child(2) a{transition-delay:.17s}.nav-mobile-overlay.open ul li:nth-child(3) a{transition-delay:.24s}.nav-mobile-overlay.open ul li:nth-child(4) a{transition-delay:.31s}.nav-mobile-overlay.open ul li:nth-child(5) a{transition-delay:.38s}.nav-mobile-overlay ul li a:hover{color:var(--leaf)}.nav-mobile-overlay ul li a em{color:var(--leaf);font-style:italic}.nav-mobile-logo{font-family:Cormorant Garamond,serif;font-size:1rem;color:#ffffff4d;letter-spacing:.15em;text-transform:uppercase;position:absolute;bottom:2.5rem}.nav-mobile-divider{width:40px;height:1px;background:var(--sage);margin:1.5rem auto 2rem;opacity:.5}.hero-badge-mobile{display:none;margin:2rem auto 0;width:110px;height:110px;border-radius:50%;border:1px solid rgba(135,179,142,.4);flex-direction:column;align-items:center;justify-content:center;color:var(--white);text-align:center;background:#2c544080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-badge-mobile .big{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:600;line-height:1;color:var(--leaf)}.hero-badge-mobile .small{font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:var(--mist);line-height:1.4;margin-top:.25rem}@media(max-width:900px){nav{padding:1.2rem 2rem}.nav-links{display:none}.nav-burger{display:flex}.credit-inner,.about-inner,.contact-inner{grid-template-columns:1fr;gap:3rem}.prest-grid{grid-template-columns:repeat(2,1fr)}.prest-header{flex-direction:column;align-items:flex-start;gap:1rem}.about-accent{display:none}.credit-number{font-size:7rem}.hero-badge{display:none}.hero-badge-mobile{display:flex}.hero-content{padding-bottom:1rem}}@media(max-width:560px){.prest-grid,.form-row{grid-template-columns:1fr}}
