/* DINO BAUMGARTEN — identité, mise en page et responsive.
   Modifier les couleurs ci-dessous pour changer la palette du site. */
:root{--paper:#fffdf9;--white:#fff;--ink:#15110f;--muted:#625c55;--accent:#b77a12;--line:#ded6cb;--soft:#f6f1e9;--gold:#b77a12;--serif:Georgia,'Times New Roman',serif;--radius:5px;--header:95px;--max:1380px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.75;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button{border:0}img{display:block;max-width:100%;height:auto}figure,p,h1,h2,h3,blockquote{margin:0}p{color:var(--muted)}p+p{margin-top:18px}h1,h2,h3{font-weight:500;letter-spacing:-.045em;line-height:1.14}h1{font-size:clamp(42px,4.7vw,73px)}h2{font-size:clamp(32px,3.15vw,49px)}h3{font-size:23px;letter-spacing:-.035em}em{font-family:var(--serif);font-weight:400;color:var(--accent)}[hidden]{display:none!important}::selection{background:#dbd3c6;color:var(--ink)}:focus-visible{outline:3px solid #ad7931;outline-offset:5px}.container{width:calc(100% - 112px);max-width:var(--max);margin-inline:auto}.section{padding-block:110px}.soft-section{padding-block:90px;background:var(--soft)}.eyebrow{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:700;letter-spacing:.16em;line-height:1.5;text-transform:uppercase;color:var(--ink);margin-bottom:25px}.eyebrow>span{width:6px;height:6px;background:currentColor;flex:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:53px;padding:16px 22px;background:var(--ink);color:#fff;font-size:16px;font-weight:600;line-height:1.5;border:1px solid transparent;border-radius:var(--radius);transition:background .25s,transform .25s,box-shadow .25s}.button>span{font-size:20px;line-height:1}.button:hover{background:#574f44;transform:translateY(-2px);box-shadow:0 7px 18px #15110f14}.button-light{background:var(--paper);color:var(--ink)}.button-light:hover{background:#e8e3db}.button-outline{color:var(--ink);background:transparent;border-color:var(--line)}.button-outline:hover{background:var(--soft)}.text-link{display:inline-flex;align-items:center;gap:22px;line-height:1.6;font-size:16px;font-weight:600;padding-block:10px;border-bottom:1px solid var(--ink);width:fit-content}.text-link>span{font-size:19px;transition:transform .2s}.text-link:hover>span{transform:translate(3px,-3px)}.small-link{font-weight:600;font-size:16px;display:inline-block}.small-link:hover{text-decoration:underline;text-underline-offset:4px}.small-label{font-size:16px;letter-spacing:.12em;font-weight:700;color:var(--muted)}.fine-print{font-size:16px;color:var(--muted);margin-top:20px}.skip-link{position:fixed;left:20px;top:10px;z-index:100;background:white;padding:12px;transform:translateY(-180%)}.skip-link:focus{transform:none}
/* Navigation persistante */
.site-header{position:sticky;top:0;z-index:30;background:#fffdf9f5;backdrop-filter:none;height:var(--header);border-bottom:1px solid transparent;transition:border-color .2s}.site-header.scrolled{border-color:var(--line)}.header-inner{height:100%;width:calc(100% - 112px);max-width:var(--max);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand img{width:46px;height:46px;border-radius:50%}.brand>span{font-size:16px;font-weight:800;letter-spacing:.1em;line-height:1.5}.brand small{font-size:16px;letter-spacing:.13em;display:block;font-weight:600;margin-top:5px}.site-header nav{display:flex;align-items:center;gap:27px}.site-header nav>a:not(.button){font-size:16px;font-weight:600;padding-block:12px;position:relative;white-space:nowrap}.site-header nav>a:not(.button):after{content:'';position:absolute;bottom:4px;left:0;right:0;height:1px;background:var(--ink);transform:scaleX(0);transform-origin:left;transition:transform .25s}.site-header nav>a:hover:after,.site-header nav>a[aria-current]:after{transform:scaleX(1)}.nav-cta{min-height:44px;padding:12px 17px;font-size:16px;gap:20px}.menu-toggle{display:none}.reading-progress{height:2px;background:var(--accent);width:100%;transform:scaleX(0);transform-origin:left;position:absolute;bottom:0;left:0}
/* Accueil */
.home-hero{display:grid;grid-template-columns:46% 54%;align-items:center;min-height:615px;padding-top:20px;padding-bottom:48px}.hero-copy{padding:10px 12px 24px 0;position:relative;z-index:2}.hero-copy h1{font-size:clamp(45px,4.95vw,78px);letter-spacing:-.055em;line-height:1.07;margin-bottom:28px}.hero-copy .eyebrow{font-size:16px;letter-spacing:.12em;margin-bottom:30px}.hero-copy>p:not(.eyebrow){font-size:16px;line-height:1.9;max-width:375px}.hero-actions{display:flex;gap:23px;align-items:center;margin-top:30px}.hero-actions .text-link{font-size:16px;gap:10px;border:0}.hero-actions .button{font-size:16px;gap:18px}.hero-location{margin-top:49px;display:flex;align-items:center;gap:8px;font-size:16px;color:var(--muted)}.location-dot{width:5px;height:5px;border:1px solid var(--accent);border-radius:50%}.hero-visual{height:550px;position:relative;perspective:1000px;transform-style:preserve-3d;transition:transform .35s;isolation:isolate}.hero-image{height:100%;width:100%;object-fit:cover;object-position:56% 50%;border-radius:5px}.hero-visual:after{content:'';position:absolute;inset:0;border-radius:5px;background:linear-gradient(180deg,#2b272225,transparent 40%,#23201b77);z-index:0;pointer-events:none}.visual-top,.visual-bottom{position:absolute;z-index:1;left:29px;right:29px;color:white;display:flex;justify-content:space-between;align-items:center}.visual-top{top:25px;font-size:16px;letter-spacing:.15em}.visual-bottom{bottom:53px}.visual-bottom>span{font-size:20px;line-height:1.4;font-weight:400;letter-spacing:-.03em}.visual-bottom strong{font-weight:500}.circle-link{display:grid;place-items:center;border:1px solid #ffffff66;border-radius:50%;width:44px;height:44px;font-size:24px;transition:background .2s}.circle-link:hover{background:#ffffff30}.floating-note{position:absolute;left:-45px;bottom:105px;z-index:3;background:#faf7f3f5;backdrop-filter:none;color:var(--ink);padding:18px 20px;display:flex;align-items:center;gap:14px;border-radius:4px;box-shadow:0 12px 40px #2b272229;transform:translateZ(40px)}.floating-note>div{font-size:16px;line-height:1.75}.floating-note strong{font-weight:700}.note-symbol{width:32px;height:32px;border-radius:50%;background:#e9e3db;display:grid;place-items:center;font-size:21px}.note-line{width:24px;height:1px;background:var(--accent);margin-left:15px}.image-credit{position:absolute;bottom:10px;right:13px;z-index:2;font-size:16px;letter-spacing:.035em;color:white;text-shadow:0 1px 4px #000c}.proof-strip{display:grid;grid-template-columns:1fr 1fr 1.2fr 1.4fr;border-block:1px solid var(--line);padding-block:28px;gap:30px}.proof-strip>div{display:flex;align-items:center;gap:20px;border-right:1px solid var(--line)}.proof-strip strong{font-size:39px;font-weight:400;letter-spacing:-.06em}.proof-strip span{font-size:16px;line-height:1.65;color:var(--muted)}.proof-strip>a{font-size:16px;align-self:center;display:flex;justify-content:space-between;gap:15px}.proof-strip>a>span{font-size:22px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:40px}.section-heading h2{font-size:clamp(29px,3vw,45px)}.section-heading>p{font-size:16px;max-width:350px;line-height:1.9;padding-bottom:4px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.service-card figure{position:relative;height:285px;overflow:hidden;border-radius:var(--radius)}.service-card figure:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 50%,#26231e70)}.service-card img{width:100%;height:100%;object-fit:cover;transition:transform .75s cubic-bezier(.2,.65,.3,1)}.service-card:hover img{transform:scale(1.055)}.image-label{position:absolute;bottom:20px;left:20px;z-index:1;color:white;font-size:16px;letter-spacing:.13em;font-weight:600}.card-arrow{position:absolute;top:16px;right:16px;z-index:1;color:#fff;width:35px;height:35px;display:grid;place-items:center;border:1px solid #ffffff70;border-radius:50%;font-size:20px}.service-card>div{padding-top:23px}.service-card h3{font-size:19px;letter-spacing:-.04em}.service-card p{font-size:16px;margin-top:12px;line-height:1.9;max-width:95%}.service-card .small-link{margin-top:20px}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:100px}.method-section{background:var(--soft);padding:90px 0}.method-heading>p:not(.eyebrow),.two-columns>div>p:not(.eyebrow){max-width:380px;font-size:16px;margin-top:24px}.method-heading>.text-link{margin-top:28px}.steps{margin:0;padding:0;list-style:none}.steps li{display:flex;align-items:baseline;gap:22px;border-bottom:1px solid #d6d1ca;padding:25px 0}.steps li:first-child{padding-top:0}.step-number{font-size:16px;font-weight:600}.steps h3{font-size:18px;letter-spacing:-.035em}.steps p{font-size:16px;margin-top:9px;line-height:1.8}.step-arrow{margin-left:auto;font-size:18px}.profile-teaser{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:120px}.portrait-frame{position:relative;overflow:hidden;border-radius:var(--radius)}.portrait-frame img{width:100%;height:100%;object-fit:cover}.portrait-frame:after{content:'';position:absolute;inset:60% 0 0;background:linear-gradient(transparent,#0008)}.portrait-frame>span{position:absolute;bottom:22px;left:24px;z-index:1;color:white;font-size:16px;letter-spacing:.12em}.profile-teaser .portrait-frame{max-width:430px;aspect-ratio:1}.profile-teaser>div>p:not(.eyebrow){max-width:450px;font-size:16px;margin-top:25px}blockquote{font:italic 24px/1.5 var(--serif);margin-block:25px;color:var(--accent)}.contact-band{background:var(--ink);color:var(--paper);padding-block:70px}.contact-band-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.contact-band .eyebrow{color:#c2bbb0;margin-bottom:22px}.contact-band h2{font-size:40px}.contact-band em{color:#cfc6b8}.contact-band-inner>div:last-child{text-align:center;min-width:230px}.phone-link{display:block;font-size:16px;color:#cfc6b8;margin-top:18px}.site-footer{padding-top:48px}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:35px;padding-bottom:38px}.footer-main>p{font-size:16px}.footer-social{display:flex;gap:30px;font-size:16px}.footer-bottom{border-top:1px solid var(--line);padding-block:20px;display:flex;justify-content:space-between;gap:15px;font-size:16px;color:var(--muted)}.footer-bottom button{padding:0;background:transparent;font-size:inherit}.footer-bottom a:hover,.footer-social a:hover{text-decoration:underline;text-underline-offset:4px}
/* Pages intérieures */
.page-intro{padding-block:35px 60px}.breadcrumb{display:flex;gap:12px;font-size:16px;color:var(--muted);margin-bottom:43px}.breadcrumb a:hover{text-decoration:underline}.page-intro h1{font-size:clamp(40px,4.6vw,67px);max-width:1000px}.page-intro .eyebrow{margin-bottom:21px}.intro-text{font-size:16px;max-width:600px;margin-top:28px;line-height:1.85}.expertise-overview{background:var(--soft);display:grid;grid-template-columns:40% 60%;border-radius:var(--radius);overflow:hidden;min-height:440px}.expertise-copy{padding:45px}.expertise-copy h2{font-size:45px}.expertise-copy>p:not(.eyebrow){font-size:16px;margin-top:20px}.tag-list{display:flex;gap:7px;flex-wrap:wrap;margin-block:22px}.tag-list span{border:1px solid #d4cec5;border-radius:3px;padding:5px 9px;font-size:16px}.filter-bar{display:flex;gap:7px;flex-wrap:wrap}.filter-bar button{background:transparent;border:1px solid var(--line);border-radius:3px;padding:10px 17px;font-size:16px;transition:background .2s}.filter-bar button[aria-pressed=true]{background:var(--ink);color:white;border-color:var(--ink)}.filter-bar button:hover{background:#e4ded5}.filter-bar button[aria-pressed=true]:hover{background:#574f44}.results-count{font-size:16px;margin-block:20px}.lots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.lot-card{border:1px solid var(--line);border-radius:var(--radius);padding:25px;display:flex;flex-direction:column;min-height:270px;transition:border-color .25s,background .25s,transform .25s}.lot-card:hover{border-color:#9b9181;background:#f3efe9;transform:translateY(-3px)}.lot-top{display:flex;justify-content:space-between;font-size:16px;letter-spacing:.08em;color:var(--muted);margin-bottom:35px}.lot-card h3{font-size:21px}.lot-card p{font-size:16px;margin-top:13px;line-height:1.85;margin-bottom:22px}.lot-card .small-link{margin-top:auto;display:flex;justify-content:space-between}.image-duo{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center;padding-bottom:95px}.image-duo figure{position:relative;height:440px;overflow:hidden;border-radius:var(--radius)}.image-duo figure img{width:100%;height:100%;object-fit:cover}.image-duo>div>p:not(.eyebrow){font-size:16px;margin-top:22px}.image-duo .text-link{margin-top:22px}.image-duo .button{margin-top:26px}.land-intro{padding-bottom:0}.wide-image{height:480px;position:relative;overflow:hidden;border-radius:var(--radius)}.wide-image>img{width:100%;height:100%;object-fit:cover;object-position:center 55%}.wide-image:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent,#29252090)}.wide-image-overlay{position:absolute;bottom:42px;left:45px;color:white;z-index:1}.wide-image-overlay span{font-size:16px;letter-spacing:.14em}.wide-image-overlay h2{font-size:38px;margin-top:16px}.document-list{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px;max-width:340px}.document-list span{font-size:16px;border-bottom:1px solid var(--line);padding:5px 0}.guarantees-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px}.guarantee{border-top:1px solid #cbc3b8;padding-top:20px}.outlined-number{font-size:16px;color:var(--accent)}.guarantee h3{font-size:20px;margin-top:27px;line-height:1.3}.guarantee p{font-size:16px;line-height:1.85;margin-top:15px}.faq-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:90px}.faq details{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:600;gap:20px;padding:23px 0;line-height:1.65}.faq summary::-webkit-details-marker{display:none}.faq summary>span{font-size:23px;font-weight:400;flex:none;transition:transform .2s}.faq details[open] summary>span{transform:rotate(45deg)}.faq details>p{font-size:16px;padding-bottom:25px;line-height:1.9}.three-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.number-card{border-top:1px solid var(--line);padding-top:24px}.number-card>span{font-size:40px;font-weight:400;color:#9c9282}.number-card h3{font-size:23px;margin-top:18px}.number-card p{font-size:16px;margin-top:15px}.about-main{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:95px}.about-main>div:last-child>p:not(.eyebrow){font-size:16px;margin-top:24px}.about-main .portrait-frame{aspect-ratio:.9}.about-main h2{font-size:54px}.complementary{gap:40px}.complementary article{border-top:1px solid var(--line);padding-top:25px}.complementary h3{margin-top:25px}.complementary p{font-size:16px;margin-top:18px;max-width:430px}.complementary .text-link{margin-top:20px}.legal-content{max-width:850px;padding-bottom:90px}.legal-content h2{font-size:25px;margin-top:45px;margin-bottom:20px}.legal-content p{font-size:16px;line-height:1.9}.legal-content a{text-decoration:underline;text-underline-offset:3px}
/* Maquette CSS 3D : volumes décomposables, manipulés au pointeur. */
.model-stage{position:relative;min-height:450px;perspective:1000px;isolation:isolate;overflow:hidden;background:#eae6df}.model-grid{position:absolute;inset:0;background-image:linear-gradient(#9d907d15 1px,transparent 1px),linear-gradient(90deg,#9d907d15 1px,transparent 1px);background-size:35px 35px;mask-image:radial-gradient(ellipse,#000,transparent 75%)}.building{position:absolute;left:50%;top:52%;width:260px;height:210px;transform:translate(-50%,-50%) rotateX(58deg) rotateZ(-33deg);transform-style:preserve-3d;transition:transform .5s}.ground-plane{position:absolute;inset:-60px;background:#ddd5ca;border:1px solid #c6bcac;box-shadow:15px 25px 30px #39342c25;transform:translateZ(-10px)}.building-volume{position:absolute;inset:0;transform-style:preserve-3d}.floor-plane{position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 25px,#cac4ba50 25px 26px),#e7e6d5;transform:translateZ(0);border:2px solid #c1b9ae;box-shadow:0 0 0 13px #e1dfc9}.roof-plane{position:absolute;inset:-15px;background:linear-gradient(120deg,#f3f0df,#dcdcc7);border:1px solid #b4aa9a;transform:translateZ(116px);box-shadow:7px 8px 0 #beb5a7;transition:transform .8s}.roof-plane:after{content:'';position:absolute;inset:30px 90px 40px 25px;background:#c4baac;border:5px solid #d9d2c8}.building-front{position:absolute;left:0;bottom:0;width:260px;height:110px;background:repeating-linear-gradient(90deg,#6e645670 0 55px,#dcdcc7 55px 64px);border:5px solid #dedcca;transform-origin:bottom;transform:rotateX(-90deg);transition:transform .8s}.building-side{position:absolute;right:0;top:0;width:110px;height:210px;background:repeating-linear-gradient(0deg,#776e6080 0 47px,#d2d1bc 47px 56px);border:5px solid #d4d4bf;transform-origin:right;transform:rotateY(90deg);transition:transform .8s}.building-back{position:absolute;left:0;top:0;width:260px;height:110px;background:#d4ccbf;border:1px solid #b9ad9a;transform-origin:top;transform:rotateX(90deg)}.model-tree{position:absolute;width:45px;height:45px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#b1a592,#6c6254);box-shadow:0 18px 0 -12px #776d5d,15px 22px 12px #49433922;transform:translateZ(35px);transition:transform .8s}.tree-one{left:-40px;top:0}.tree-two{right:-42px;bottom:-20px}.model-caption{position:absolute;left:24px;top:24px;font-size:16px;letter-spacing:.11em;color:#766d60}.model-north{position:absolute;top:23px;right:25px;font-size:16px}.model-explode{position:absolute;left:50%;bottom:25px;transform:translateX(-50%);padding:12px 18px;background:#fffdf9e8;box-shadow:0 5px 20px #15110f10;border:1px solid #d3cbbf;border-radius:3px;font-size:16px;white-space:nowrap}.model-explode span{margin-left:20px}.model-stage.exploded .roof-plane{transform:translateZ(200px)}.model-stage.exploded .building-front{transform:translateY(45px) rotateX(-90deg)}.model-stage.exploded .building-side{transform:translateX(45px) rotateY(90deg)}
/* Formulaires : préparation locale, aperçu, copie et téléchargement. */
.form-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:100px;align-items:start}.form-layout>div:first-child>p:not(.eyebrow){font-size:16px;margin-top:25px}.form-layout .fine-print{font-size:16px!important}.form-layout>div:first-child>.text-link{margin-top:25px}.contact-layout{padding-bottom:100px;gap:90px}.contact-image{position:relative;height:260px;overflow:hidden;border-radius:var(--radius);margin-bottom:30px}.contact-image>img{height:100%;width:100%;object-fit:cover}.contact-person{display:flex;align-items:center;gap:15px;margin-bottom:20px}.contact-person>img{width:52px;height:52px;border-radius:50%;object-fit:cover}.contact-person strong{font-size:16px;display:block}.contact-person span{display:block;font-size:16px;color:var(--muted)}.contact-detail{display:flex;justify-content:space-between;gap:15px;font-size:16px;border-bottom:1px solid var(--line);padding:13px 0}.contact-detail:hover{color:#908370}.document-checklist{margin-top:34px;margin-bottom:25px}.document-checklist h3{font-size:16px;letter-spacing:-.025em}.document-checklist ul{padding:0;list-style:none;font-size:16px;color:var(--muted);margin-top:18px}.document-checklist li{padding:5px 0 5px 20px;position:relative}.document-checklist li:before{content:'✓';position:absolute;left:0;color:var(--accent)}.dossier-form,.email-preview{border:1px solid var(--line);padding:32px;border-radius:var(--radius);background:#fff9}.form-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:24px;font-size:16px;letter-spacing:.1em;font-weight:700}.form-heading small{font-size:16px;color:var(--muted);font-weight:400;letter-spacing:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-fields label,.email-preview>label{display:block;font-size:16px;font-weight:600;margin-bottom:19px;line-height:1.6}.form-fields input:not([type=checkbox]),.form-fields textarea,.email-summary{display:block;width:100%;margin-top:8px;border:1px solid var(--line);border-radius:3px;background:#fff;padding:12px;min-height:43px;color:var(--ink);font-size:16px;font-weight:400;line-height:1.65;transition:border-color .2s}.form-fields input:focus,.form-fields textarea:focus,.email-summary:focus{border-color:var(--accent)}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#918c84;font-size:16px}.lot-choices{border:0;margin:2px 0 17px;padding:0;display:flex;flex-wrap:wrap;gap:7px}.lot-choices legend{font-size:16px;font-weight:600;margin-bottom:10px}.lot-choices>label{position:relative;margin:0;cursor:pointer}.lot-choices input{position:absolute;opacity:0;width:100%;height:100%;inset:0;margin:0;cursor:pointer}.lot-choices>label>span{display:block;font-size:16px;padding:7px 9px;border:1px solid var(--line);border-radius:3px;background:white}.lot-choices input:checked+span{background:var(--ink);color:white;border-color:var(--ink)}.lot-choices input:focus-visible+span{outline:3px solid #ad7931;outline-offset:3px}.form-help,.form-privacy{font-size:16px;line-height:1.8}.form-privacy{margin-block:18px 23px}.form-privacy a{text-decoration:underline}.dossier-form .button{width:100%;justify-content:space-between}.email-preview h3{font-size:29px;margin-block:15px}.email-preview>p:not(.small-label){font-size:16px;margin-bottom:22px}.email-preview .preview-actions{display:flex;flex-wrap:wrap;gap:10px}.email-preview .button{font-size:16px;gap:12px;min-height:46px;padding:13px}.email-summary{font-size:16px}.email-fallback{display:flex;flex-wrap:wrap;gap:15px;margin-top:20px;font-size:16px}.download-email{text-decoration:underline;cursor:pointer}.edit-email{background:transparent;padding:0;font-size:16px}.email-preview .email-status{font-size:16px;margin-top:20px;margin-bottom:0}
/* Animations progressives : les contenus restent lisibles sans JavaScript. */
.reveal.is-revealing{animation:reveal .65s ease both}@keyframes reveal{from{opacity:.3;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.motion-off *,.motion-off *:before,.motion-off *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.motion-off .hero-visual{transform:none!important}.motion-off .building{transform:translate(-50%,-50%) rotateX(58deg) rotateZ(-33deg)!important}
@media(min-width:1700px){.home-hero{min-height:720px}.hero-visual{height:620px}}
@media(max-width:1200px){:root{--header:85px}.container,.header-inner{width:calc(100% - 72px)}.header-inner{gap:20px}.site-header nav{gap:18px}.brand>span{font-size:16px}.brand small{font-size:16px}.brand img{width:39px;height:39px}.site-header nav>a:not(.button){font-size:16px}.nav-cta{font-size:16px;gap:12px;padding:11px 13px}.home-hero{grid-template-columns:45% 55%;min-height:580px}.hero-visual{height:505px}.hero-copy h1{font-size:5.3vw}.hero-actions{gap:12px;flex-wrap:wrap}.hero-actions .button{padding:14px}.hero-location{margin-top:32px}.floating-note{left:-25px;bottom:120px}.service-card figure{height:240px}.service-card h3{font-size:17px}.two-columns,.profile-teaser{gap:65px}.form-layout,.contact-layout{gap:55px}.footer-main .brand small{font-size:16px}}
@media(max-width:1100px){.container,.header-inner{width:calc(100% - 48px)}:root{--header:78px}.menu-toggle{display:flex;align-items:center;gap:14px;background:transparent;padding:10px 0;font-size:16px;z-index:2}.menu-toggle span{font-size:19px}.site-header nav{display:none;position:absolute;top:var(--header);left:0;right:0;background:var(--paper);height:calc(100dvh - var(--header));padding:30px 24px;overflow:auto;align-items:stretch;flex-direction:column;gap:10px;box-shadow:0 15px 25px #15110f10}.site-header nav.is-open{display:flex}.site-header nav>a:not(.button){font-size:24px;font-weight:400;padding:16px 0;border-bottom:1px solid var(--line)}.site-header nav>a:after{display:none}.site-header nav>.button{font-size:16px;margin-top:15px}.brand>span{font-size:16px}.brand small{font-size:16px}.home-hero{min-height:520px;padding-top:15px}.hero-copy h1{font-size:5.7vw}.hero-visual{height:460px}.hero-copy>p:not(.eyebrow){font-size:16px;max-width:295px}.hero-copy .eyebrow{font-size:16px;gap:7px}.hero-actions{align-items:flex-start;flex-direction:column;gap:8px;margin-top:24px}.hero-location{font-size:16px;margin-top:21px}.floating-note{left:-18px;bottom:130px;padding:12px;gap:10px}.floating-note>div{font-size:16px}.note-line{display:none}.visual-bottom{left:20px;right:20px}.visual-bottom>span{font-size:17px}.visual-top{left:20px;right:20px;font-size:16px}.proof-strip{gap:18px;grid-template-columns:repeat(3,1fr);padding-block:25px}.proof-strip>div:nth-child(3){border:0}.proof-strip>a{grid-column:1/-1;border-top:1px solid var(--line);padding-top:15px}.proof-strip>div{gap:12px}.proof-strip strong{font-size:33px}.section{padding-block:75px}.section-heading{gap:30px}.section-heading>p{font-size:16px;max-width:280px}.service-grid{gap:17px}.service-card figure{height:200px}.service-card h3{font-size:17px;line-height:1.3}.service-card p{font-size:16px}.image-label{font-size:16px;left:12px}.two-columns,.profile-teaser{gap:40px}.method-section,.soft-section{padding-block:65px}.steps li{gap:14px}.steps h3{font-size:16px}.steps p{font-size:16px}.profile-teaser{grid-template-columns:.9fr 1.1fr}.profile-teaser>div>p:not(.eyebrow){font-size:16px}blockquote{font-size:21px}.contact-band h2{font-size:31px}.contact-band-inner{gap:25px}.contact-band-inner>div:last-child{min-width:190px}.contact-band .button{font-size:16px;gap:15px;padding:14px}.footer-main .brand>span{font-size:16px}.footer-main>p{font-size:16px}.footer-social{gap:15px;font-size:16px}.footer-bottom{flex-wrap:wrap;font-size:16px}.page-intro{padding-bottom:45px}.page-intro h1{font-size:52px}.expertise-copy{padding:30px}.expertise-copy h2{font-size:38px}.model-stage{min-height:435px}.building{width:220px;height:175px}.building-front,.building-back{width:220px}.building-side{height:175px}.lots-grid{grid-template-columns:repeat(2,1fr)}.image-duo,.about-main{gap:45px}.image-duo figure{height:360px}.image-duo{padding-bottom:75px}.land-intro{padding-bottom:0}.wide-image{height:380px}.guarantees-grid{grid-template-columns:repeat(2,1fr);gap:35px}.faq-layout{gap:40px;grid-template-columns:.9fr 1.1fr}.three-columns{gap:25px}.number-card p{font-size:16px}.form-layout{grid-template-columns:1fr 1.2fr;gap:30px}.form-row{grid-template-columns:1fr;gap:0}.dossier-form,.email-preview{padding:23px}.contact-detail{font-size:16px}.contact-image{height:210px}.form-layout h2{font-size:36px}.about-main h2{font-size:44px}.about-main .portrait-frame{aspect-ratio:.7}}
@media(max-width:700px){.container,.header-inner{width:calc(100% - 40px)}:root{--header:75px}.home-hero{display:flex;flex-direction:column;align-items:stretch;gap:20px;padding-top:30px;padding-bottom:35px}.hero-copy{padding:0}.hero-copy h1{font-size:clamp(43px,10.2vw,69px);line-height:1.07;margin-bottom:24px}.hero-copy .eyebrow{font-size:16px;margin-bottom:25px}.hero-copy>p:not(.eyebrow){font-size:16px;max-width:350px}.hero-actions{flex-direction:row;align-items:center;gap:12px;margin-top:25px}.hero-actions .button{font-size:16px;padding:15px}.hero-actions .text-link{font-size:16px;gap:6px}.hero-location{margin-top:25px;font-size:16px}.hero-visual{height:430px;margin-top:8px}.hero-image{object-position:53% center}.floating-note{left:14px;bottom:112px;padding:14px;gap:12px}.floating-note>div{font-size:16px}.visual-bottom{bottom:34px}.visual-bottom>span{font-size:20px}.visual-top{top:18px;font-size:16px}.proof-strip{gap:12px;padding-block:22px}.proof-strip>div{display:block;padding-right:8px}.proof-strip strong{font-size:33px;display:block}.proof-strip span{font-size:16px;display:block;margin-top:5px}.proof-strip>a{font-size:16px}.proof-strip>a>span{margin:0}.section{padding-block:65px}.section-heading{display:block;margin-bottom:30px}.section-heading h2{font-size:33px}.section-heading>p{font-size:16px;max-width:420px;margin-top:23px}.eyebrow{font-size:16px;margin-bottom:19px}.service-grid{grid-template-columns:1fr;gap:36px}.service-card figure{height:300px}.image-label{font-size:16px;left:20px;bottom:20px}.service-card h3{font-size:22px}.service-card p{font-size:16px;max-width:100%}.service-card .small-link{margin-top:16px}.fine-print{font-size:16px}.two-columns,.profile-teaser{grid-template-columns:1fr;gap:45px}.method-heading h2{font-size:35px}.method-heading>p:not(.eyebrow){font-size:16px}.steps li{gap:20px;padding-block:24px}.steps h3{font-size:18px}.steps p{font-size:16px}.profile-teaser{gap:35px}.profile-teaser .portrait-frame{max-width:none;aspect-ratio:1.04}.profile-teaser>div>p:not(.eyebrow){font-size:16px}.profile-teaser h2{font-size:36px}.contact-band{padding-block:55px}.contact-band-inner{display:block}.contact-band h2{font-size:33px}.contact-band-inner>div:last-child{text-align:left;margin-top:30px}.contact-band .button{font-size:16px}.phone-link{display:inline-block;margin:0 0 0 20px;font-size:16px}.footer-main{display:grid;grid-template-columns:1fr;gap:22px}.footer-main .brand>span{font-size:16px}.footer-main>p{font-size:16px}.footer-social{font-size:16px;gap:24px}.footer-bottom{display:grid;grid-template-columns:1fr 1fr;font-size:16px;gap:16px}.footer-bottom>*:nth-child(2n){text-align:right}.footer-bottom>button{text-align:left}.page-intro{padding-top:25px;padding-bottom:35px}.breadcrumb{font-size:16px;margin-bottom:32px}.page-intro h1{font-size:clamp(35px,8.7vw,53px)}.intro-text{font-size:16px;margin-top:22px}.expertise-overview{grid-template-columns:1fr}.expertise-copy{padding:30px}.expertise-copy h2{font-size:36px}.model-stage{min-height:410px}.model-caption{font-size:16px}.filter-bar{gap:7px}.filter-bar button{padding:9px 13px;font-size:16px}.lots-grid{grid-template-columns:1fr;gap:12px}.lot-card{padding:24px;min-height:230px}.lot-top{margin-bottom:27px}.lot-card h3{font-size:23px}.lot-card p{font-size:16px}.image-duo,.about-main{grid-template-columns:1fr;gap:35px;padding-bottom:65px}.image-duo figure{height:340px}.image-duo h2{font-size:35px}.image-duo>div>p:not(.eyebrow){font-size:16px}.wide-image{height:345px}.wide-image-overlay{left:24px;right:24px;bottom:34px}.wide-image-overlay h2{font-size:31px}.wide-image-overlay span{font-size:16px}.two-columns h2{font-size:36px}.guarantees-grid{grid-template-columns:1fr;gap:30px}.guarantee h3{margin-top:18px}.guarantee p{margin-top:12px}.faq-layout{grid-template-columns:1fr;gap:25px}.faq-layout h2{font-size:34px}.faq summary{font-size:16px}.three-columns{grid-template-columns:1fr;gap:32px}.number-card>span{font-size:35px}.number-card h3{margin-top:14px}.land-intro{padding-bottom:0}.form-layout{grid-template-columns:1fr;gap:35px}.contact-layout{padding-bottom:65px}.contact-image{height:260px}.contact-detail{font-size:16px}.contact-person{margin-top:25px}.dossier-form,.email-preview{padding:23px}.form-row{grid-template-columns:1fr 1fr;gap:13px}.form-fields label{font-size:16px}.form-fields input:not([type=checkbox]),.form-fields textarea{font-size:16px;padding:10px;min-width:0}input::placeholder,textarea::placeholder{font-size:16px}.about-main{padding-bottom:0}.about-main .portrait-frame{aspect-ratio:1}.about-main h2{font-size:45px}.complementary{gap:35px}.complementary h3{font-size:23px}.legal-content h2{font-size:24px}.legal-content p{font-size:16px}}
@media(max-width:390px){.hero-actions{align-items:flex-start;flex-direction:column;gap:10px}.hero-visual{height:365px}.hero-copy h1{font-size:43px}.form-row{grid-template-columns:1fr;gap:0}.brand>span{font-size:16px}.brand small{font-size:16px}.brand img{width:35px;height:35px}.phone-link{display:block;margin:18px 0 0}.floating-note{padding:11px}.model-stage{min-height:390px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.hero-visual{transform:none!important}.building{transform:translate(-50%,-50%) rotateX(58deg) rotateZ(-33deg)!important}}
@media print{.site-header,.site-footer,.filter-bar,.contact-band,.menu-toggle,.model-explode{display:none}.container{width:100%}body{background:white;color:black}.section{padding-block:25px}.hero-visual{transform:none!important}a{color:inherit}.lots-grid{grid-template-columns:repeat(2,1fr)}.lot-card{break-inside:avoid}.lot-card[hidden]{display:flex!important}}
.hero-slides{display:flex;gap:6px}.hero-slides button{font:600 8px "Helvetica Neue",Helvetica,Arial,sans-serif;color:white;border:1px solid #ffffff70;border-radius:50%;background:#302c2522;width:28px;height:28px;padding:0;transition:background .2s}.hero-slides button[aria-pressed=true]{background:#fffdf9;color:#15110f;border-color:#fffdf9}.hero-slides button:hover{background:#ffffff60}.floating-note{bottom:145px}@media(max-width:700px){.floating-note{bottom:125px}.hero-slides button{width:32px;height:32px}}
.nojs-nav{display:flex;flex-wrap:wrap;gap:20px;padding:20px;justify-content:center;border-block:1px solid var(--line)}button:disabled{opacity:.5;cursor:not-allowed}
