:root{--cream:#faf6ee;--paper:#f1e9de;--brown:#764d35;--ink:#231d19;--muted:#665e56;--line:#dfd4c6}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #bb8d43;outline-offset:5px}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linejoin:round;stroke-linecap:round;flex-shrink:0}.icon-defs{position:absolute;width:0;height:0;overflow:hidden}.wrap{width:min(1380px,92%);margin-inline:auto}header{position:sticky;top:0;z-index:10;background:#faf6eef5;border-bottom:1px solid #e9dfd3;backdrop-filter:blur(12px)}.header-inner{width:min(1380px,90%);min-height:90px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{font-size:31px;font-weight:700;line-height:1;letter-spacing:-1.2px;white-space:nowrap}.brand span{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;letter-spacing:7px;font-weight:400;margin-top:8px}.brand i{width:25px;height:1px;background:var(--ink)}nav{display:flex;gap:27px;font-size:14px}nav a{padding:8px 0;position:relative}nav a:after{content:'';position:absolute;bottom:3px;left:0;width:0;height:1px;background:var(--brown);transition:width .2s}nav a:hover:after,nav a.active:after{width:100%}.button{display:inline-flex;justify-content:center;align-items:center;gap:14px;min-height:51px;padding:13px 24px;background:var(--brown);color:white;border:1px solid var(--brown);font-size:13px;letter-spacing:.8px;text-transform:uppercase;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:#5d3a28;transform:translateY(-2px)}.header-call{font-size:16px;letter-spacing:.5px;white-space:nowrap}.outline{border-color:#fff9ec;background:transparent}.outline:hover{background:#ffffff20}.menu{display:none}.hero{position:relative;min-height:510px;color:white;overflow:hidden}.hero-photo,.hero-shade{position:absolute;inset:0}.hero-photo{background:url('assets/hero.webp') center 54%/cover}.hero-shade{background:linear-gradient(90deg,rgba(18,19,15,.91) 0%,rgba(18,19,15,.62) 39%,rgba(18,19,15,.05) 67%,rgba(18,19,15,.5) 100%)}.hero-content{position:relative;display:flex;justify-content:space-between;padding:52px 25px 38px;gap:24px}.eyebrow{text-transform:uppercase;letter-spacing:5px;font-size:12px;font-weight:400;margin:0 0 10px;color:var(--brown)}.light{color:#e8d6c0;font-size:11px;letter-spacing:3px}.hero h1{font-size:clamp(48px,5.1vw,78px);font-weight:700;line-height:1.04;letter-spacing:-2px;margin:16px 0 22px}.hero h1 span{display:block;width:fit-content;font-size:30px;font-weight:400;letter-spacing:12px;line-height:1.5;border-bottom:1px solid #fff;padding:0 0 4px;margin-top:4px}.trades{font-size:22px;line-height:1.25;margin:0 0 19px}.local{font-family:Georgia,serif;font-size:24px;margin:0 0 23px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap}.hero-actions .button{min-height:56px;border-color:#e4d1bd}.hero-actions .outline{font-size:17px}.hero-right{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:4px 0 0;min-width:235px}.signature{font-family:'URW Chancery L','Brush Script MT','Segoe Print',cursive;font-style:italic;font-size:43px;line-height:1.23;font-weight:400;transform:rotate(-9deg);letter-spacing:-2px;margin:6px 0 22px}.signature:after{content:'';display:block;border-bottom:3px solid currentColor;transform:rotate(-6deg);margin-top:8px;width:90%}.location{display:flex;gap:10px;font-size:12px;line-height:1.5;margin:20px 0 0}.section{padding-block:33px 30px}.section-heading{text-align:center;margin-bottom:24px}.section-heading .eyebrow,.reviews .eyebrow{display:flex;align-items:center;justify-content:center;gap:20px}.section-heading .eyebrow:before,.section-heading .eyebrow:after,.reviews .eyebrow:before,.reviews .eyebrow:after{content:'';width:58px;height:1px;background:var(--brown)}h2{font-family:Georgia,'Times New Roman',serif;font-size:32px;font-weight:500;line-height:1.2;margin:0 0 8px}.section-heading>p:last-child{margin:0;color:var(--muted);font-size:15px}.service-grid,.project-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:23px}img{display:block;max-width:100%;object-fit:cover}.service-grid img{width:100%;height:auto;aspect-ratio:1.84}.service-copy{display:flex;gap:14px;padding-top:17px}.service-copy>svg{width:42px;height:42px;color:var(--brown);stroke-width:1.8}.service-copy h3{font-size:17px;line-height:1.3;font-weight:600;margin:0 0 5px}.service-copy p{color:var(--muted);font-size:14px;line-height:1.5;margin:0}.projects{background:var(--paper)}.project-grid{gap:18px}.project{padding:0;border:0;background:transparent;text-align:left;color:var(--ink);overflow:hidden}.project img{width:100%;height:auto;aspect-ratio:1.32;transition:transform .35s}.project:hover img{transform:scale(1.025)}.project>span{display:flex;justify-content:space-between;align-items:center;font-size:14px;padding:11px 0 0}.project b{font-size:20px;font-weight:400;color:var(--brown)}.image-note{font-size:12px;color:var(--muted);text-align:right;margin:12px 0 0}.about{display:grid;grid-template-columns:31% 44% 25%;max-width:1600px;margin:auto;overflow:hidden}.about-image{position:relative;min-height:340px}.about-image img{width:100%;height:100%;position:absolute;object-position:35% center}.about-image:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 80%,var(--cream))}.about-image span{position:absolute;bottom:8px;left:12px;color:white;font-size:12px;text-shadow:0 1px 4px #000}.about-copy{padding:30px 28px 26px}.about-copy h2{font-family:Arial,sans-serif;font-size:33px;font-weight:700;letter-spacing:-1px;margin-bottom:0}.about-copy .eyebrow{color:var(--ink);font-size:11px;letter-spacing:4px;margin-bottom:16px}.about-copy>p:not(.eyebrow){font-family:Georgia,serif;font-size:16px;line-height:1.48;margin:0 0 12px}.values{display:flex;justify-content:space-between;gap:15px;margin-top:24px}.values span{display:flex;align-items:center;gap:9px;font-size:12px;line-height:1.5;color:var(--muted)}.values svg{width:32px;height:32px;color:var(--brown)}.about-sign{display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at top right,#dfd0bd88,transparent 70%);color:var(--brown)}.about-sign .signature{font-size:40px}.reviews{padding-block:36px;display:grid;grid-template-columns:1.15fr 1fr;gap:60px;align-items:center}.reviews>div:first-child{text-align:center}.reviews h2{font-size:32px}.reviews p:not(.eyebrow){color:var(--muted);font-size:14px;margin:14px 0 0}.google{display:flex;align-items:center;border-left:1px solid var(--brown);padding-left:60px;gap:24px}.google-letter{font-family:Arial,sans-serif;font-weight:700;font-size:68px;color:#4285f4}.google h3{font-size:19px;margin:0}.google p{margin:2px 0 13px!important}.google .button{font-size:11px;min-height:40px;padding:9px 18px}.contact{background:var(--brown);color:white}.contact-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:31px}.contact h2{font-size:27px}.contact p{margin:0;font-size:15px;color:#f3e5d9}.contact a:not(.button),.contact-location{display:flex;align-items:center;gap:12px;font-size:14px}.contact .button{white-space:nowrap;font-size:11px;padding:12px 17px}.contact-location{font-size:12px}footer{padding:20px 5%;display:flex;align-items:center;justify-content:center;gap:18px;color:var(--muted);font-size:12px}footer p{margin:0}footer button{background:none;border:0;color:inherit;font-size:12px;padding:0;text-decoration:underline;text-underline-offset:3px}dialog{border:1px solid var(--line);padding:28px;background:var(--cream);color:var(--ink);width:min(640px,92vw);max-height:90vh;overflow:auto;box-shadow:0 20px 100px #0005}dialog::backdrop{background:#15110dcc;backdrop-filter:blur(4px)}dialog img{width:100%;margin:25px 0 18px;image-rendering:auto}dialog h3{margin:0}dialog p{font-size:14px}.close{position:absolute;right:10px;top:5px;border:0;background:transparent;font-size:30px;line-height:1;width:36px;height:36px;color:var(--brown)}#legal{padding:40px}#legal a{text-decoration:underline}
@media(min-width:1500px){.hero{min-height:570px}.hero-content{padding-top:65px}.hero-photo{background-position:center 49%}.hero h1{font-size:82px}.section{padding-block:40px}.service-copy h3{font-size:18px}.hero-right{margin-right:24px}}
@media(max-width:1150px){.header-inner{gap:18px;min-height:80px;width:94%}.brand{font-size:26px}nav{gap:17px;font-size:13px}.header-call{padding:12px 16px;font-size:14px}.service-grid{gap:18px}.service-copy{gap:10px}.service-copy>svg{width:32px;height:32px}.service-copy h3{font-size:16px}.about-copy{padding:28px 20px}.values{gap:8px}.values svg{width:26px;height:26px}.values span{font-size:11px}.contact-inner{flex-wrap:wrap;gap:22px}.contact-location{display:none}.contact h2{font-size:23px}.contact .button{min-height:45px}.google{padding-left:35px}.reviews{gap:35px}}
@media(max-width:820px){html{scroll-padding-top:78px}.header-inner{min-height:76px;width:91%;gap:14px}.brand{font-size:27px}.header-call{margin-left:auto;font-size:13px;padding:10px 13px;min-height:43px}.header-call svg{width:19px}.menu{display:flex;flex-direction:column;justify-content:center;gap:7px;width:40px;height:42px;background:transparent;border:1px solid var(--line);padding:8px;color:var(--brown)}.menu span{height:1px;width:22px;background:currentColor}nav{display:none;position:absolute;top:76px;left:0;right:0;background:var(--cream);padding:17px 5%;box-shadow:0 12px 15px #0001;flex-wrap:wrap;gap:12px 25px;font-size:16px}nav.open{display:flex}.hero-content{padding:43px 0 34px}.hero h1{font-size:57px}.hero-right{min-width:180px}.hero-right .signature{font-size:34px}.hero-actions{max-width:430px;gap:12px}.hero-actions .button{font-size:12px;padding-inline:17px}.hero-actions .outline{font-size:15px}.hero-right .location{font-size:11px;max-width:180px}.hero{min-height:495px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.service-copy h3{font-size:18px}.service-copy p{font-size:15px}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.about{grid-template-columns:36% 64%}.about-sign{display:none}.about-copy>p:not(.eyebrow){font-size:16px}.values{flex-wrap:wrap}.values span{font-size:12px}.reviews{gap:25px}.google{padding-left:25px;gap:15px}.google-letter{font-size:52px}.google h3{font-size:16px}.reviews h2{font-size:27px}.eyebrow{letter-spacing:3px}.reviews .eyebrow:before,.reviews .eyebrow:after{width:25px}.contact-inner{justify-content:flex-start}.contact-inner>div{width:100%}.contact h2{font-size:29px}footer{flex-wrap:wrap;gap:5px 15px}.image-note{text-align:left}}
@media(max-width:540px){.brand{font-size:23px}.brand span{font-size:10px;letter-spacing:5px}.header-call{font-size:0;gap:0;width:43px;padding:10px}.header-call svg{width:20px}.hero{min-height:570px}.hero-content{padding-top:35px;display:block;width:88%}.hero-photo{background-position:60% center}.hero-shade{background:linear-gradient(90deg,#12130fdf,#12130f40),linear-gradient(0deg,#12130f70,transparent)}.hero h1{font-size:53px;margin-top:20px}.hero h1 span{font-size:25px;letter-spacing:10px}.trades{font-size:21px}.local{font-size:23px}.hero-actions{display:grid;max-width:295px}.hero-actions .button{font-size:13px;min-height:52px}.hero-actions .outline{font-size:17px}.hero-right{padding:0;align-items:flex-start}.hero-right .signature{position:absolute;right:0;top:64px;font-size:24px;opacity:.55;display:none}.hero-right .location{max-width:none;font-size:11px;margin-top:23px}.hero-right .location br{display:none}.hero-right .location svg{width:16px;height:19px}.hero-right .location span{font-size:0}.hero-right .location span:after{content:'Alpes-de-Haute-Provence (04)';font-size:12px}.section{padding-block:29px}.section-heading{margin-bottom:23px}h2{font-size:27px}.section-heading>p:last-child{font-size:14px;padding:0 12px}.eyebrow{font-size:11px;letter-spacing:3px}.section-heading .eyebrow:before,.section-heading .eyebrow:after{width:28px}.service-grid{gap:25px 15px}.service-copy{display:block;padding-top:12px}.service-copy svg{width:30px;height:30px;margin-bottom:5px}.service-copy h3{font-size:16px}.service-copy p{font-size:14px}.service-grid img{aspect-ratio:1.4}.project-grid{gap:17px 13px}.project img{aspect-ratio:.98}.project>span{font-size:12px;gap:5px;line-height:1.3}.image-note{font-size:11px;line-height:1.5;margin-top:20px}.about{display:flex;flex-direction:column}.about-image{min-height:265px}.about-image img{object-position:center 42%}.about-image:after{background:linear-gradient(0deg,var(--cream),transparent 24%)}.about-copy{padding:15px 6% 30px}.about-copy h2{font-size:32px}.about-copy>p:not(.eyebrow){font-size:17px}.values{gap:14px;justify-content:space-between}.values span{font-size:11px}.values svg{width:25px;height:25px}.reviews{grid-template-columns:1fr;gap:27px;padding-block:32px}.google{border-left:0;border-top:1px solid var(--line);padding:24px 0 0;justify-content:center}.google h3{font-size:18px}.google-letter{font-size:58px}.google .button{font-size:12px}.reviews h2{font-size:30px}.contact-inner{display:grid;gap:22px;padding-block:29px;width:88%}.contact-inner>div{width:auto}.contact-inner a:not(.button){font-size:16px}.contact .button{font-size:13px;min-height:52px}.contact h2{font-size:28px}footer{padding:20px 6%;text-align:center;font-size:11px}footer p{width:100%}footer button{margin-top:5px}}
.service-copy ul{list-style:none;padding:0;margin:0;color:var(--muted);font-size:14px;line-height:1.5}.service-copy li{position:relative;padding-left:13px;margin:3px 0}.service-copy li:before{content:'·';position:absolute;left:0;color:var(--brown);font-weight:700}.service-note{margin-top:30px;padding:24px 28px;border:1px solid var(--line);display:grid;grid-template-columns:.8fr 1.6fr auto;align-items:center;gap:28px;background:#ffffff73}.service-note h3{font-family:Georgia,'Times New Roman',serif;font-size:21px;font-weight:500;line-height:1.3;margin:0}.service-note .eyebrow{letter-spacing:3px;margin-bottom:5px}.service-note>p{color:var(--muted);font-size:14px;line-height:1.65;margin:0}.service-note strong{color:var(--brown);font-size:13px;text-transform:uppercase;letter-spacing:.7px;white-space:nowrap}@media(max-width:900px){.service-note{grid-template-columns:1fr 1.5fr}.service-note strong{grid-column:1/-1}}@media(max-width:540px){.service-copy ul{font-size:13px}.service-note{display:block;padding:22px 20px;margin-top:26px}.service-note>p{margin:14px 0}.service-note strong{white-space:normal}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
.project:nth-child(1) img,.project:nth-child(2) img{object-position:center 52%}.project:nth-child(5) img{object-position:center 45%}
.social-section{background:#efe6da;border-bottom:1px solid var(--line)}.social-inner{min-height:82px;display:flex;align-items:center;justify-content:center;gap:28px}.social-inner>p{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:18px}.social-links{display:flex;gap:12px}.social-link{display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:8px 16px;border:1px solid var(--brown);color:var(--brown);font-size:13px;font-weight:600;transition:background .2s,color .2s,transform .2s}.social-link:hover{background:var(--brown);color:#fff;transform:translateY(-2px)}.social-link svg{width:21px;height:21px}.social-link.facebook svg{fill:currentColor;stroke:none}.social-link.instagram svg{fill:none;stroke:currentColor;stroke-width:1.8}.social-link.instagram .instagram-dot{fill:currentColor;stroke:none}@media(max-width:540px){.social-inner{min-height:112px;flex-direction:column;gap:12px;padding-block:18px}.social-inner>p{font-size:17px}.social-links{width:100%;justify-content:center}.social-link{padding-inline:14px}}
