
:root{--cream:#fbf6ed;--paper:#fffdf8;--ink:#293326;--terra:#c96f45;--sage:#6f7650;--sand:#ead9bf;--line:#dcc8aa}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:#2d302a;font-family:Arial,sans-serif;line-height:1.65}h1,h2,h3{font-family:Georgia,serif;color:var(--ink);font-weight:400;line-height:1.12}h1{font-size:clamp(2.8rem,6vw,5.7rem);margin:.2em 0}h2{font-size:2.3rem}a{color:inherit}.wrap{width:min(1180px,92%);margin:auto}.top{background:rgba(255,253,248,.97);position:sticky;top:0;z-index:5;border-bottom:1px solid #eee1d0}.nav{display:flex;align-items:center;gap:25px;padding:8px 0}.brand{display:flex;align-items:center;gap:18px;margin-right:auto;text-decoration:none}.brand img{width:130px;height:130px;object-fit:contain}.brand-copy{border-left:1px solid var(--line);padding-left:18px;line-height:1.35;white-space:nowrap}.brand-copy strong{display:block;font-family:Georgia,serif;font-size:1.05rem;font-weight:400}.brand-copy small{display:block;color:var(--terra);font-size:.9rem}nav{white-space:nowrap}nav a{text-decoration:none;font-size:.95rem}.btn{display:inline-block;padding:11px 20px;border:0;border-radius:30px;background:var(--terra);color:white;text-decoration:none;cursor:pointer}.btn.green{background:var(--sage)}.hero{min-height:650px;background:linear-gradient(90deg,rgba(251,246,237,.97) 0%,rgba(251,246,237,.78) 42%,rgba(251,246,237,.05) 70%),url('hero-home.jpg') right center/auto 100% no-repeat;display:flex;align-items:center}.hero .copy{max-width:600px}.script{font-family:Georgia,serif;font-style:italic;color:var(--terra);font-size:1.55rem}.section{padding:75px 0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.card{text-align:center;background:var(--paper);padding:30px 38px;border-right:1px solid var(--line)}.card:last-child{border-right:0}.card-icon{width:82px;height:82px;border:1.5px solid var(--terra);border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;color:var(--terra);font-size:2.25rem;font-family:Georgia,serif}.card h3{font-size:1.65rem;margin:.4em 0}.soft{background:#f4eadc}.two{display:grid;grid-template-columns:1.2fr .8fr;gap:55px;align-items:center}.footer{background:var(--sage);color:white;padding:28px 0}.footer a{color:white}.article{max-width:850px;margin:auto}.article h1{font-size:3.5rem}.article section{scroll-margin-top:160px}.article hr{border:0;border-top:1px solid var(--line);margin:55px 0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--terra);font-size:.8rem}.notice{padding:20px;border-left:4px solid var(--terra);background:#fff7ed}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-card{background:white;border-radius:14px;overflow:hidden;border:1px solid var(--line)}.blog-card img{width:100%;height:190px;object-fit:cover}.blog-card div{padding:20px}form{display:grid;gap:12px}input,textarea{padding:13px;border:1px solid var(--line);border-radius:8px;background:white}textarea{min-height:140px}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:start}.contact-panel{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:34px}.contact-panel h1{font-size:3rem}.contact-item{display:grid;grid-template-columns:30px 1fr;gap:10px;margin:18px 0}.contact-icon{color:var(--terra);font-size:1.25rem}.ethics{margin-top:70px;padding:52px 0;background:#fffaf3;border-top:1px solid var(--line)}.ethics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.ethic{padding:10px 30px;border-right:1px solid var(--line)}.ethic:last-child{border-right:0}.ethic-icon{width:58px;height:58px;border:1.5px solid var(--terra);border-radius:50%;display:grid;place-items:center;color:var(--terra);font-size:1.5rem}.ethic h3{font-size:1.45rem}.ethic p{font-size:.94rem}.ethic ul{padding-left:20px;font-size:.94rem}.mini-link{color:var(--terra)}
@media(max-width:980px){.nav nav{display:none}.brand img{width:100px;height:100px}.brand-copy{white-space:normal}.cards,.blog-grid,.two,.contact-grid,.ethics-grid{grid-template-columns:1fr}.card,.ethic{border-right:0;border-bottom:1px solid var(--line)}.hero{background-position:62% center}.hero .copy{background:rgba(251,246,237,.82);padding:24px;border-radius:18px}}@media(max-width:620px){.brand img{width:84px;height:84px}.brand-copy strong{font-size:.9rem}.brand-copy small{font-size:.75rem}.nav>.btn{display:none}}

/* V3 refinements */
.brand img{width:145px;height:145px;background:transparent}.brand-logo{mix-blend-mode:multiply}
.cards{max-width:1180px;margin:0 auto;align-items:stretch}.card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.card p{max-width:300px}.card .btn{margin-top:auto}.card .script{font-family:"Segoe Print","Bradley Hand","Snell Roundhand","Comic Sans MS",cursive;font-style:normal;font-size:1.35rem;line-height:1.45;color:var(--terra)}
.about-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:start}.about-side{position:sticky;top:175px}.portrait-wrap{position:relative;margin:20px auto 28px;max-width:430px}.portrait-wrap:before{content:"";position:absolute;inset:-14px 18px 14px -14px;border:1.5px solid var(--terra);border-radius:48% 52% 46% 54%}.portrait{position:relative;width:100%;aspect-ratio:1.25/1;object-fit:cover;object-position:center 25%;border-radius:48% 52% 46% 54%;display:block}.about-actions{display:grid;gap:12px}.about-actions .btn{text-align:center}.btn.outline{background:transparent;color:var(--terra);border:1px solid var(--terra)}
.contact-modalities{background:#f4eadc;border-bottom:1px solid var(--line);padding:36px 0}.contact-modalities .wrap{display:grid;grid-template-columns:.6fr 1.4fr;gap:45px;align-items:start}.contact-modalities h2{margin-top:0}.contact-modalities p{margin:.4em 0}.form-note{font-size:.82rem;color:#666}.hp{position:absolute;left:-9999px}
@media(max-width:980px){.about-layout,.contact-modalities .wrap{grid-template-columns:1fr}.about-side{position:static}.brand img{width:110px;height:110px}}

/* V4 refinements */
.brand-logo{mix-blend-mode:normal!important;background:transparent!important}
.services{padding:0;background:var(--paper)}
.services .cards{width:min(1280px,100%);max-width:none;margin:0 auto}
.services .card{padding-top:38px;padding-bottom:38px}
.about-name{font-size:2.25rem!important;margin:.25em 0 .12em}
.about-title{font-size:1.7rem!important;line-height:1.25;margin-bottom:28px}
.portrait-wrap{max-width:430px;padding:10px;background:#fffdf8;border:1px solid var(--line);border-radius:20px;box-shadow:0 12px 32px rgba(70,55,35,.10)}
.portrait-wrap:before{display:none!important}
.portrait{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 38%;border-radius:12px;display:block}
@media(max-width:980px){.services .cards{width:92%}.about-name{font-size:2rem!important}.about-title{font-size:1.5rem!important}}

/* V4.1 — chemins d’images simplifiés pour fonctionnement local et OVH */
.hero{background-color:#fbf6ed;background-image:linear-gradient(90deg,rgba(251,246,237,1) 0%,rgba(251,246,237,.96) 39%,rgba(251,246,237,.55) 54%,rgba(251,246,237,0) 69%),url('hero-home.jpg');background-position:left center,right center;background-size:100% 100%,auto 100%;background-repeat:no-repeat,no-repeat}
.portrait{display:block;width:100%;height:auto;max-height:620px;object-fit:cover;object-position:center 35%}
@media(max-width:760px){.hero{background-image:linear-gradient(rgba(251,246,237,.88),rgba(251,246,237,.88)),url('hero-home.jpg');background-size:cover;background-position:center}.brand img{width:96px;height:96px}}
