.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;inset:0;background-image:url(/images/leaf-hero-1.webp);background-size:cover;background-position:center;filter:brightness(.6) saturate(.8)}.hero__overlay{position:absolute;inset:0;background:linear-gradient(120deg,#284844eb,#37585480 45%,#c4a8820d)}.hero__content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:clamp(1rem,3vh,3.5rem) 2rem;width:100%}.hero__inner{max-width:680px}.hero__eyebrow{font-family:inherit;font-size:.8rem;font-weight:400;line-height:1.65;color:var(--color-taupe);letter-spacing:.15em;text-transform:uppercase;margin-bottom:3rem}.hero__name{font-size:.75rem;font-weight:400;font-style:italic;letter-spacing:.12em;text-transform:uppercase;color:#c4a882cc;margin-bottom:.5rem}.hero__name:after{content:"";display:block;width:1.75rem;height:1px;background:#c4a88299;margin-top:.25rem}.hero__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,2.6rem);font-weight:500;color:var(--color-cream);line-height:1.1;margin-bottom:1.25rem}.hero__title em{font-style:italic;color:var(--color-taupe)}.hero__subtitle{font-size:clamp(.95rem,1.8vw,1.1rem);font-weight:200;color:#faf8f5d9;line-height:1.6;margin-bottom:1rem;max-width:520px}.hero__location{font-size:.9rem;font-weight:300;color:#c4a882e6;margin-bottom:2rem}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.hero__cta-primary{text-decoration:none;font-size:.9rem;font-weight:500;color:var(--color-text);background:var(--color-taupe);padding:.9rem 2rem;border-radius:2px;letter-spacing:.04em;transition:background .2s,transform .2s;display:inline-block}.hero__cta-primary:hover{background:#b0946e;transform:translateY(-1px)}.hero__cta-secondary{text-decoration:none;font-size:.9rem;font-weight:400;color:#faf8f5d9;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s}.hero__cta-secondary:hover{color:var(--color-taupe)}@media(max-width:768px){.hero__content{padding:4rem 1.75rem 5rem}.hero__title{font-size:2rem;line-height:1.2;margin-bottom:1.5rem}.hero__eyebrow{font-size:.68rem;margin-bottom:1.3rem}.hero__subtitle{font-size:1rem;margin-bottom:.75rem}.hero__location{margin-bottom:2.5rem}.hero__cta-secondary{display:none}}.problems{background:var(--color-linen);padding:clamp(5rem,10vw,9rem) 2rem}.problems__container{max-width:760px;margin:0 auto}.problems__label{font-size:.75rem;font-weight:400;color:var(--color-taupe);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.5rem}.problems__title{font-size:clamp(2rem,4vw,3rem);font-weight:500;color:var(--color-text);line-height:1.2;max-width:640px;margin-bottom:1.5rem;transition-delay:.1s}.problems__intro{font-size:1rem;font-weight:300;color:var(--color-text-muted);max-width:560px;line-height:1.75;margin-bottom:clamp(3rem,6vw,4.5rem)}.problems__flow.reveal{opacity:1;transform:none;transition:none}.problems__flow{display:flex;flex-direction:column;gap:0}.problems__item{font-size:clamp(.95rem,1.4vw,1.05rem);font-weight:300;color:var(--color-text-brown);line-height:1.65;padding:1rem 1.5rem 1rem 1.75rem;border-left:2px solid rgba(196,168,130,.35);margin:0;opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.problems__item+.problems__item{border-top:1px solid rgba(196,168,130,.12)}.problems__flow.visible .problems__item{opacity:1;transform:translateY(0)}.problems__flow.visible .problems__item:nth-child(1){transition-delay:.05s}.problems__flow.visible .problems__item:nth-child(2){transition-delay:.18s}.problems__flow.visible .problems__item:nth-child(3){transition-delay:.31s}.problems__flow.visible .problems__item:nth-child(4){transition-delay:.44s}.problems__flow.visible .problems__item:nth-child(5){transition-delay:.57s}.problems__flow.visible .problems__item:nth-child(6){transition-delay:.7s}.problems__item em{font-style:italic;color:var(--color-taupe);font-weight:600}.problems__link{display:inline-flex;align-items:center;gap:.6rem;margin-top:2.5rem;text-decoration:none;font-size:.9rem;font-weight:500;color:var(--color-forest);letter-spacing:.03em;transition:gap .2s ease,color .2s ease}.problems__link:hover{color:var(--color-forest-hover);gap:.9rem}.problems__link-arrow{font-size:1rem;transition:transform .2s ease}.problems__link:hover .problems__link-arrow{transform:translate(3px)}.problems__closing{margin-top:clamp(3.5rem,5vw,5rem);max-width:560px;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.problems__closing-icon{font-size:1.5rem;color:var(--color-taupe);flex-shrink:0;line-height:1}.problems__closing p{font-family:Playfair Display,Georgia,serif;font-style:italic;font-size:clamp(1.05rem,2vw,1.25rem);color:var(--color-text-muted);line-height:1.7;font-weight:400;margin:0}.about{background:var(--color-cream);padding:clamp(5rem,10vw,9rem) 2rem}.about__grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:5fr 6fr;gap:clamp(3rem,6vw,6rem);align-items:start}.about__image-wrapper{position:relative;top:1rem}.about__image-bg{position:absolute;top:1.5rem;left:-1.5rem;width:100%;height:100%;background:var(--color-stone);z-index:0;border-radius:1px}.about__image{position:relative;z-index:1;width:100%;aspect-ratio:3 / 4;object-fit:cover;object-position:center 20%;border-radius:1px;display:block}@media(max-width:768px){.about__grid{grid-template-columns:1fr}.about__image-wrapper{top:0}.about__image-bg{left:0}}.about__text{transition-delay:.15s}.about__label{font-size:.75rem;font-weight:400;color:var(--color-taupe);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.25rem}.about__title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:500;color:var(--color-text);line-height:1.2;margin-bottom:1.5rem}.about__intro{font-size:1rem;font-weight:300;color:var(--color-text-muted);line-height:1.8;margin-bottom:2rem}.about__list{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;flex-direction:column;gap:.6rem}.about__list-item{display:flex;align-items:baseline;gap:.75rem;font-size:.9rem;font-weight:300;color:var(--color-text-brown);line-height:1.7}.about__list-title{font-weight:500;color:var(--color-text)}.about__list-dot{color:var(--color-taupe);font-size:.5rem;flex-shrink:0;margin-top:.45rem}.about__results{margin-top:2rem;padding:1.25rem 1.5rem;border-left:3px solid var(--color-taupe);background:var(--color-linen);border-radius:0 2px 2px 0}.about__results-label{font-size:.75rem;font-weight:500;color:var(--color-taupe);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.85rem}.about__results-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.about__results-item{display:flex;align-items:baseline;gap:.75rem;font-size:.9rem;font-weight:300;color:var(--color-text-brown);line-height:1.6}.about__internal-link{display:inline-flex;align-items:center;gap:.6rem;margin-top:1.75rem;text-decoration:none;font-size:.9rem;font-weight:500;color:var(--color-forest);transition:color .2s ease,gap .2s ease}.about__internal-link:hover{color:var(--color-forest-hover);gap:.9rem}.about__internal-arrow{font-size:1rem;transition:transform .2s ease}.about__internal-link:hover .about__internal-arrow{transform:translate(3px)}.location{background:var(--color-forest);padding:clamp(5rem,10vw,9rem) 2rem}.location__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(3rem,6vw,6rem);align-items:center}.location__label{font-size:.75rem;font-weight:400;color:var(--color-taupe);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.25rem}.location__title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:500;color:var(--color-cream);line-height:1.2;margin-bottom:1.5rem}.location__intro{font-size:1rem;font-weight:300;color:#faf8f5a6;line-height:1.8;margin-bottom:3rem}.location__items{display:flex;flex-direction:column;gap:1.5rem}.location__item{display:flex;gap:1.25rem;align-items:flex-start}.location__item-icon{width:36px;height:36px;border-radius:50%;background:#faf8f51a;border:1px solid rgba(250,248,245,.25);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.85rem;color:var(--color-cream)}.location__item-label{font-size:.75rem;font-weight:400;color:var(--color-taupe);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.3rem}.location__item-text{font-size:.95rem;font-weight:300;color:#faf8f5cc;line-height:1.5}.location__item-link{color:#faf8f5cc;text-decoration:none;transition:color .2s}.location__item-link:hover{color:var(--color-taupe)}.location__media{transition-delay:.15s}.location__photo{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:1px;display:block}.location__cta{display:block;margin-top:1.5rem;text-decoration:none;font-size:.875rem;font-weight:500;color:var(--color-text);background:var(--color-taupe);padding:1rem 2rem;text-align:center;border-radius:2px;letter-spacing:.04em;transition:background .2s}.location__cta:hover{background:#b0946e}.testimonials{background:var(--color-cream);padding:clamp(5rem,10vw,9rem) 2rem}.testimonials__container{max-width:1200px;margin:0 auto}.testimonials__header{text-align:center;margin-bottom:clamp(3rem,6vw,5rem)}.testimonials__label{font-size:.75rem;font-weight:400;color:var(--color-taupe);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1.25rem}.testimonials__title{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:500;color:var(--color-text);line-height:1.2}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.testimonials__card{background:var(--color-linen);padding:2.25rem;border-radius:1px;display:flex;flex-direction:column}.testimonials__stars{display:flex;gap:3px;margin-bottom:1.25rem;color:var(--color-taupe);font-size:.85rem}.testimonials__text{font-family:Playfair Display,Georgia,serif;font-style:italic;font-size:1rem;color:var(--color-text-brown);line-height:1.75;font-weight:400;flex:1}.testimonials__author{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--color-stone);font-size:.825rem;font-weight:500;color:var(--color-text-light);letter-spacing:.05em}.testimonials__badge{text-align:center;margin-top:3rem;font-size:.8rem;font-weight:300;color:var(--color-text-faint);display:flex;align-items:center;justify-content:center;gap:.5rem}.testimonials__badge-stars{color:var(--color-taupe)}.outils{background:#f2ede6;padding:clamp(4rem,8vw,6rem) 2rem}.outils__container{max-width:1100px;margin:0 auto}.outils__header{text-align:center;margin-bottom:3.5rem}.outils__label{font-size:.7rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#b5835a;margin-bottom:1rem}.outils__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:500;color:#2a1f1a;line-height:1.2;margin-bottom:1rem}.outils__intro{font-size:.95rem;font-weight:300;color:#6b5448;line-height:1.8;max-width:520px;margin:0 auto}.outils__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.outil-card{display:flex;flex-direction:column;background:#faf8f5;border:1px solid #E8DDD2;text-decoration:none;color:inherit;overflow:hidden;transition:border-color .25s ease,transform .3s ease,box-shadow .3s ease}.outil-card:hover{border-color:#c4a882;transform:translateY(-4px);box-shadow:0 12px 32px #2a1f1a14}.outil-card__visual{position:relative;height:180px;background:#2c4a3c;display:flex;align-items:center;justify-content:center;overflow:hidden}.outil-card__visual--ripple{background:#1e2e28}.outil-card__badge{position:absolute;top:1rem;right:1rem;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500;color:#c4a882;background:#0e1a0c8c;border:1px solid rgba(196,168,130,.3);padding:.28rem .7rem;backdrop-filter:blur(6px)}.outil-card__body{padding:2rem 2rem 1.75rem;display:flex;flex-direction:column;flex:1}.outil-card__category{font-size:.67rem;letter-spacing:.14em;text-transform:uppercase;color:#b5835a;font-weight:500;margin-bottom:.8rem;display:flex;align-items:center;gap:.6rem}.outil-card__category:before{content:"";display:block;width:1.25rem;height:1px;background:#c4a882;flex-shrink:0}.outil-card__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:500;color:#2a1f1a;line-height:1.3;margin-bottom:.85rem}.outil-card__excerpt{font-size:.875rem;font-weight:300;color:#6b5448;line-height:1.75;margin-bottom:1.5rem;flex:1}.outil-card__footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #E8DDD2;padding-top:1rem;gap:1rem}.outil-card__cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#2c4a3c;transition:gap .2s ease,color .2s ease}.outil-card:hover .outil-card__cta{gap:.9rem;color:#1e3329}.outil-card__meta{font-size:.73rem;color:#9c8478;font-weight:400;white-space:nowrap}@keyframes ripple-expand{0%{transform:scale(.25);opacity:.7}to{transform:scale(2.8);opacity:0}}.ripple-icon{position:relative;width:56px;height:56px;display:flex;align-items:center;justify-content:center}.ripple-icon__ring{position:absolute;width:100%;height:100%;border-radius:50%;border:1.5px solid rgba(196,168,130,.65);animation:ripple-expand 2.8s ease-out infinite}.ripple-icon__ring--1{animation-delay:0s}.ripple-icon__ring--2{animation-delay:.9s}.ripple-icon__ring--3{animation-delay:1.8s}.ripple-icon__dot{width:13px;height:13px;border-radius:50%;background:#c4a882}@keyframes crack-draw{0%,8%{stroke-dashoffset:92;opacity:0}28%,68%{stroke-dashoffset:0;opacity:1}88%,to{stroke-dashoffset:0;opacity:0}}@keyframes half-left{0%,24%,82%,to{transform:translate(0)}44%,62%{transform:translate(-10px)}}@keyframes half-right{0%,24%,82%,to{transform:translate(0)}44%,62%{transform:translate(10px)}}@keyframes ring-dim{0%,24%,82%,to{opacity:.22}44%,62%{opacity:.06}}.outil-card__visual--quiz{background:#1e2e28}.mirror-svg{width:96px;height:96px;overflow:visible}.mirror-svg__ring{stroke:#c4a8824d;stroke-width:1;animation:ring-dim 5.5s ease-in-out infinite}.mirror-svg__circle{stroke:#c4a882d9;stroke-width:1.5}.mirror-svg__half-left{animation:half-left 5.5s ease-in-out infinite}.mirror-svg__half-right{animation:half-right 5.5s ease-in-out infinite}.mirror-svg__crack{stroke:#dcbe96;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:92;stroke-dashoffset:92;animation:crack-draw 5.5s ease-in-out infinite}.outils__more{text-align:center;margin-top:2.5rem}.outils__more-link{display:inline-flex;align-items:center;gap:.55rem;font-size:.8rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#2c4a3c;text-decoration:none;border-bottom:1px solid rgba(44,74,60,.3);padding-bottom:.15rem;transition:gap .2s ease,border-color .2s ease,color .2s ease}.outils__more-link:hover{gap:.9rem;color:#1e3329;border-color:#1e3329}@media(max-width:768px){.outils__grid{grid-template-columns:1fr}}@media(max-width:480px){.outil-card__body{padding:1.5rem 1.5rem 1.25rem}.outil-card__meta{display:none}}.home-faq{background:#faf8f5}.home-faq__inner{max-width:1200px;margin:0 auto;padding:clamp(3rem,6vw,5rem) 2rem}.home-faq__label{font-size:.75rem;font-weight:400;color:#b5835a;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem}.home-faq__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:500;color:#2a1f1a;margin-bottom:2.5rem}.home-faq__list{max-width:760px}.home-faq__item{border-top:1px solid #E8DDD7}.home-faq__item:last-child{border-bottom:1px solid #E8DDD7}.home-faq__question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 0;background:none;border:none;cursor:pointer;text-align:left;font-family:Playfair Display,Georgia,serif;font-size:1.05rem;font-weight:500;font-style:italic;color:#2a1f1a;line-height:1.4;transition:color .2s ease}.home-faq__question:hover{color:#b5835a}.home-faq__icon{flex-shrink:0;font-size:1.4rem;font-style:normal;font-weight:300;color:#b5835a;line-height:1;transition:transform .25s ease}.home-faq__item--open .home-faq__icon{transform:rotate(0)}.home-faq__answer-wrap{max-height:0;overflow:hidden;transition:max-height .35s ease}.home-faq__item--open .home-faq__answer-wrap{max-height:400px}.home-faq__answer{font-size:.95rem;font-weight:300;color:#6b5448;line-height:1.8;padding-bottom:1.5rem}.home-faq__link{color:#b5835a;text-decoration:none;font-weight:400;white-space:nowrap;transition:opacity .2s ease}.home-faq__link:hover{opacity:.75}.echange{background:#f2ede6;border-top:1px solid #E8DDD7}.echange__inner{max-width:1200px;margin:0 auto;padding:clamp(3rem,6vw,5rem) 2rem;display:grid;grid-template-columns:1fr 1.4fr;gap:4rem;align-items:start}.echange__label{font-size:.75rem;font-weight:400;color:#b5835a;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem}.echange__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:500;color:#2a1f1a;margin-bottom:1.25rem;line-height:1.2}.echange__cadre{font-size:.95rem;font-weight:400;font-style:italic;color:#b5835a;line-height:1.7}.echange__list{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:1rem}.echange__item{display:flex;align-items:flex-start;gap:.85rem;font-size:.95rem;font-weight:300;color:#2a1f1a;line-height:1.7}.echange__icon{font-family:Playfair Display,Georgia,serif;font-size:1.1rem;color:#b5835a;flex-shrink:0;line-height:1.5}.echange__contact{border-top:1px solid #E8DDD7;padding-top:1.5rem}.echange__contact-text{font-size:.9rem;font-weight:300;color:#6b5448;line-height:1.8}.echange__freecall-text{font-size:.95rem;font-weight:300;color:#6b5448;line-height:1.8;margin-bottom:1.25rem}.echange__freecall-link{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;font-size:.9rem;font-weight:500;color:#2c4a3c;transition:color .2s ease,gap .2s ease}.echange__freecall-link:hover{color:#1e3329;gap:.9rem}@media(max-width:768px){.echange__inner{grid-template-columns:1fr;gap:2rem}}
