@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');
[hidden]{display:none!important}
:root{--pine:#173e39;--deep:#102e2b;--cream:#f5f1e9;--paper:#fffdf9;--line:#d9d7ca;--ink:#26332f;--gold:#bd8750}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:'DM Sans',Arial,sans-serif}button,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Playfair Display',Georgia,serif;font-weight:500}em{font-weight:500}a{color:inherit}.top{height:80px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;background:var(--paper);border-bottom:1px solid #e8e4da}.brand{display:flex;align-items:center;gap:12px}.brand-mark{border:1px solid var(--pine);width:43px;height:43px;display:grid;place-items:center;color:var(--pine);font-family:Georgia,serif;font-size:13px;letter-spacing:-3px;padding-right:3px}.brand-mark span{font-size:17px}.brand strong{display:block;font-size:14px;letter-spacing:.15em;color:var(--pine)}.brand small{display:block;font-size:8px;letter-spacing:.13em;color:#777e76;margin-top:5px}.top-right,.eyebrow,.section-kicker,.smallcaps{font-size:10px;letter-spacing:.19em;font-weight:700}.top-right{color:#6c786e}.dot{display:inline-block;width:4px;height:4px;background:var(--gold);border-radius:50%;vertical-align:middle;margin:0 11px}.hero{min-height:500px;background:var(--pine);color:#faf7ee;display:grid;grid-template-columns:1.4fr 1fr;overflow:hidden}.hero-content{padding:75px 6vw 60px max(5vw,24px);max-width:850px}.eyebrow{color:#d7be9b;display:flex;align-items:center;gap:9px}.pulse{width:7px;height:7px;border-radius:50%;background:#d6af7d;box-shadow:0 0 0 4px #d6af7d33}.hero h1{font-size:clamp(48px,5vw,78px);line-height:1.08;letter-spacing:-.035em;margin:30px 0 24px}.hero h1 em{color:#d7b48b}.hero p{font-size:16px;line-height:1.75;max-width:550px;color:#dae4db}.hero-proof{border-top:1px solid #ffffff38;margin-top:46px;padding-top:25px;display:flex;gap:28px;flex-wrap:wrap;font-size:11px;color:#d9e5dc}.hero-proof b{color:#d6ae78;font-weight:500;margin-right:7px}.hero-art{position:relative;background:radial-gradient(circle at 50% 45%,#40665a 0%,#234a43 48%,#163c37 70%);display:grid;place-items:center;overflow:hidden}.hero-art:before,.hero-art:after{content:"";position:absolute;border:1px solid #ffffff14;border-radius:50%;width:560px;height:560px}.hero-art:after{width:440px;height:440px}.art-circle{width:300px;height:300px;border:1px solid #d5b187bb;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:1;transform:rotate(-8deg);box-shadow:0 0 0 18px #ffffff08,0 0 0 35px #ffffff08}.art-circle span{font:italic 34px/1.1 'Playfair Display',Georgia,serif;text-align:center;color:#ead4b5}.art-circle i{font-style:normal;color:#dbb78e;font-size:34px;margin-top:12px}.art-tag{position:absolute;right:9%;bottom:40px;border:1px solid #d6b084;color:#e7d1b0;letter-spacing:.16em;font-size:9px;line-height:1.7;padding:12px 17px;transform:rotate(5deg)}.art-tag strong{font-weight:500}.workspace,.result,.how{max-width:1120px;margin:auto;padding:78px 24px}.section-kicker{color:#ae7c49;margin-bottom:20px}.section-kicker span{margin:0 10px}.form-head h2,.result h2,.how h2{font-size:clamp(34px,4vw,52px);line-height:1.18;margin-bottom:13px;color:var(--pine)}.form-head p{color:#66716c;font-size:14px;line-height:1.7;margin-bottom:35px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.dropzone{height:390px;border:1.5px dashed #aabcb2;border-radius:4px;background:#edf1e9;display:grid;place-items:center;text-align:center;position:relative;overflow:hidden;cursor:pointer;transition:.2s}.dropzone:hover,.dropzone.drag{border-color:var(--pine);background:#e5eee5}.dropzone input{position:absolute;width:1px;height:1px;opacity:0}.dropzone #empty-photo{display:flex;flex-direction:column;align-items:center}.camera-icon{font-size:64px;font-family:Georgia,serif;font-weight:400;line-height:1;margin-bottom:16px;color:var(--pine);border:1px solid #b7c6ba;width:88px;height:88px;border-radius:50%;display:grid;place-items:center}.dropzone strong{font:500 26px/1.2 'Playfair Display',Georgia,serif;color:var(--pine)}.dropzone span{font-size:11px;color:#768279;margin-top:12px}.dropzone .choose{background:var(--paper);color:var(--pine);padding:14px 19px;letter-spacing:.12em;font-size:10px;font-weight:700;margin-top:23px;border:1px solid #c4d0c4}.choose b{margin-left:20px}.dropzone img{height:100%;width:100%;object-fit:contain;background:#e8e9e2}.text-button{border:0;background:none;color:var(--pine);text-decoration:underline;margin-top:12px}.details{display:flex;flex-direction:column}.details label{font-size:10px;letter-spacing:.15em;font-weight:700;margin:3px 0 11px;color:var(--pine)}.details label span{color:#9ca69b;font-size:9px;margin-left:5px}.details select,.details textarea{border:1px solid #d2d8cf;background:var(--paper);border-radius:2px;padding:16px;color:var(--ink);outline-color:var(--pine);margin-bottom:24px}.details select{height:54px}.details textarea{resize:vertical;min-height:116px}.tip{display:flex;gap:15px;background:#e8eee6;padding:17px;margin-bottom:20px;color:#53675a}.tip>span{font-size:23px;color:#b68952}.tip p{font-size:12px;line-height:1.6;margin:0}.tip strong{color:var(--pine)}.primary{background:var(--pine);border:1px solid var(--pine);color:#fff;text-decoration:none;font-size:11px;letter-spacing:.14em;font-weight:700;min-height:55px;padding:17px 23px;display:flex;align-items:center;justify-content:space-between;transition:.2s}.primary:hover{background:#28584c}.primary:disabled{opacity:.48;cursor:not-allowed}.primary span{font-size:19px;font-weight:400}.privacy{font-size:10px;color:#929991;margin:13px 0}.error{padding:15px;background:#fff0e9;color:#8c3b25;border:1px solid #e8b3a5;margin-top:20px;font-size:13px}.result{border-top:1px solid var(--line);padding-top:55px}.result-head{display:flex;justify-content:space-between;gap:20px}.result-head h2{margin:7px 0}.result-head p{color:#69746c;line-height:1.65;max-width:650px}.confidence{font-size:10px;letter-spacing:.08em;color:var(--pine);background:#e2ebe1;padding:10px 12px;align-self:flex-start;white-space:nowrap}.estimate-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:25px 0}.estimate-card,.offer-card{padding:30px;min-height:194px}.estimate-card{background:var(--paper);border:1px solid #d8ddd4}.offer-card{background:var(--pine);color:white}.estimate-grid small{display:block;font-size:10px;letter-spacing:.14em}.estimate-grid strong{display:block;font:500 45px 'Playfair Display',Georgia,serif;margin:18px 0 8px}.estimate-grid p{font-size:11px;line-height:1.55;color:#88968a;margin:0}.offer-card p{color:#cfddd3}.manual{padding:25px;background:#e8eee6;color:var(--pine);margin:24px 0}.references{border-top:1px solid var(--line);padding-top:18px}.references h3{font-size:23px}.references a{display:flex;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid var(--line);font-size:13px;text-decoration:none}.references a:hover{text-decoration:underline}.references a span{color:#8b7661;white-space:nowrap}.result-note{color:#657069;font-size:12px;line-height:1.6;margin-top:20px}.result-actions{display:flex;gap:12px;margin-top:25px}.contact{min-width:250px}.outline{background:none;border:1px solid var(--pine);color:var(--pine);font-size:10px;letter-spacing:.12em;font-weight:700;padding:15px 22px}.how{padding-top:70px;padding-bottom:95px}.how h2 em{color:#a97848}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:38px}.steps article{border-top:1px solid #a9b5a8;padding-top:20px}.steps span{color:#b9854e;font-size:11px;letter-spacing:.15em}.steps h3{font-size:27px;color:var(--pine);margin:15px 0 9px}.steps p{font-size:13px;color:#66716a;line-height:1.7}footer{background:var(--deep);color:#f3f1e9;padding:44px max(5vw,24px);display:grid;gap:14px}footer .brand-mark{border-color:#d2c4aa;color:#e9dfc7}footer .brand strong{color:#fff}footer p,footer>small{font-size:11px;color:#b7c9bf;margin:0;line-height:1.6}footer>small{color:#849f91}
@media(max-width:760px){.top{height:68px}.top-right{display:none}.brand strong{font-size:12px}.brand small{font-size:7px}.hero{display:block;min-height:auto}.hero-content{padding:58px 24px 52px}.hero h1{font-size:clamp(43px,11vw,63px)}.hero p{font-size:14px}.hero-proof{gap:12px 18px;margin-top:35px;font-size:10px}.hero-art{display:none}.workspace,.result,.how{padding:58px 22px}.grid,.estimate-grid,.steps{grid-template-columns:1fr}.grid{gap:22px}.dropzone{height:315px}.form-head p{margin-bottom:23px}.result-head{display:block}.confidence{display:inline-block;margin-bottom:15px}.estimate-card,.offer-card{min-height:155px;padding:24px}.estimate-grid strong{font-size:38px}.result-actions{flex-direction:column}.contact{min-width:0}.steps{gap:15px}footer{padding:36px 22px}}

.contact-options{margin-top:18px;padding:24px;background:var(--paper);border:1px solid var(--line)}.contact-options h3{font-size:25px;color:var(--pine);margin-bottom:10px}.contact-options p{font-size:13px;line-height:1.6;color:#536158}.contact-options a:not(.outline){font-weight:700;color:var(--pine);overflow-wrap:anywhere}.contact-buttons{display:flex;flex-wrap:wrap;gap:10px}.contact-buttons .outline{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.contact-options #copy-status{margin:10px 0 0;color:var(--pine);font-weight:700}.contact-options #copy-status:empty{display:none}

.summary{max-width:1120px;margin:auto;padding:60px 24px;border-top:1px solid var(--line)}.summary h2{font-size:clamp(34px,4vw,52px);color:var(--pine);margin-bottom:12px}.summary>p{font-size:13px;line-height:1.6;color:#66716a}.summary-items{display:grid;gap:12px;margin:25px 0}.summary-item{display:flex;gap:18px;align-items:center;background:var(--paper);border:1px solid var(--line);padding:15px}.summary-item img{width:90px;height:90px;object-fit:contain;background:#e8e9e2}.summary-item div{flex:1;min-width:0}.summary-item small{font-size:10px;letter-spacing:.12em;color:#9c774f}.summary-item h3{font-size:21px;color:var(--pine);margin:5px 0}.summary-item p{font-size:12px;color:#66716a;margin:0 0 6px}.summary-item strong{font-size:13px;color:var(--pine)}.remove-item{border:0;background:none;color:#8a5141;font-size:10px;letter-spacing:.1em;text-decoration:underline}.summary-total{background:var(--pine);color:white;padding:25px}.summary-total span,.summary-total small{display:block;font-size:10px;letter-spacing:.1em}.summary-total strong{display:block;font:500 42px 'Playfair Display',Georgia,serif;margin:12px 0}.summary-total small{color:#d4e1d8}.summary-actions{display:flex;gap:12px;margin-top:20px}.summary-contact a{color:var(--pine);font-weight:700}.summary #summary-status{color:var(--pine);font-weight:700}@media(max-width:760px){.summary{padding:55px 22px}.summary-item{align-items:flex-start;flex-wrap:wrap}.summary-item img{width:72px;height:72px}.summary-item .remove-item{margin-left:auto}.summary-actions{flex-direction:column}.summary-total strong{font-size:34px}}

.dropzone.has-photos{height:160px;margin-top:14px;order:2}.dropzone.has-photos .camera-icon{display:none}.dropzone.has-photos strong{font-size:20px}.dropzone.has-photos .choose{margin-top:10px}.photo-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:12px}.photo-thumb{position:relative;height:140px;border:1px solid var(--line);background:#e8e9e2}.photo-thumb img{width:100%;height:100%;object-fit:contain}.photo-thumb button{position:absolute;top:5px;right:5px;width:30px;height:30px;border:0;border-radius:50%;background:var(--paper);color:var(--pine);font-size:22px;line-height:1}.photo-thumb small{position:absolute;bottom:5px;left:6px;background:var(--paper);color:var(--pine);font-size:9px;letter-spacing:.1em;padding:5px}.photo-hint{font-size:11px;line-height:1.5;color:#78847b}.upload-column{display:flex;flex-direction:column}.photo-list{order:1}.photo-hint{order:3}.upload-column #add-photo{order:4;align-self:flex-start}
/* Mobile design inspired by the approved La Belle Époque concept */
:root{--pine:#103c34;--deep:#0e302b;--cream:#f7f3ea;--paper:#fffdfa;--gold:#be9555}
body{background:#eeeae2;color:#152f2a}
.top{height:66px;max-width:1200px;margin:auto;background:#fffdfa;border-bottom:1px solid #e7dfd0}
.top .brand strong{font-family:'Playfair Display',Georgia,serif;letter-spacing:.08em;font-size:18px}.top-right{letter-spacing:.11em}
main{max-width:1200px;margin:auto;background:#fffdfa;box-shadow:0 14px 55px #193a3020}
.hero{min-height:0;display:block;background:var(--deep);color:#fff;margin:auto}
.hero-content{padding:0;max-width:none;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr}
.hero-logo{grid-column:1/3;text-align:center;padding:30px 20px 14px;color:#e8c994;background:radial-gradient(circle at 50% 0%,#24544a,#0e302b 70%)}
.hero-logo .ornament{display:block;font:26px Georgia,serif;letter-spacing:.35em;line-height:1.1;color:#cfa965}
.hero-logo strong{display:block;font:500 clamp(28px,4vw,46px) 'Playfair Display',Georgia,serif;letter-spacing:.08em;border-top:1px solid #bd945f;border-bottom:1px solid #bd945f;max-width:480px;margin:6px auto 8px;padding:6px 0}
.hero-logo small{font-size:9px;color:#f5ebda;letter-spacing:.16em}
.hero-art{grid-column:1;grid-row:2;min-height:350px;background:radial-gradient(circle at 45% 35%,#326357,#153d37 62%,#092723);display:grid;place-items:center}
.hero-art:before,.hero-art:after{display:none}.hero-art svg{width:min(94%,500px);height:auto;filter:drop-shadow(0 12px 10px #061c1a80)}
.hero-invite{grid-column:2;grid-row:2;background:var(--cream);color:#19342f;text-align:center;padding:50px 40px 35px;display:flex;flex-direction:column;justify-content:center;align-items:center}
.hero-invite h1{font-size:clamp(36px,4vw,53px);line-height:1.15;margin:0 0 18px;color:#122c2b}.hero-invite p{color:#2d4845;font-size:15px;line-height:1.55;margin:0 0 25px;max-width:360px}
.hero-invite .primary{width:min(100%,350px);border-radius:7px;justify-content:center;font-size:13px;letter-spacing:.08em;box-shadow:0 7px 15px #063b2b22}
.hero-benefits{display:flex;justify-content:space-around;gap:25px;width:100%;max-width:370px;margin-top:28px;color:var(--pine);font:24px Georgia,serif}
.hero-benefits span{display:flex;flex-direction:column;align-items:center}.hero-benefits small{font:11px/1.2 'DM Sans',Arial,sans-serif;color:#263f3a;margin-top:4px}
.workspace,.result,.summary,.how{max-width:950px;padding:60px 32px}
.section-kicker{color:#a4783d;font-size:11px;letter-spacing:.18em}.form-head h2,.result h2,.summary h2,.how h2{font-size:clamp(34px,4vw,48px);color:#152f2d}
.form-head{text-align:center}.form-head p{max-width:620px;margin-left:auto;margin-right:auto}
.dropzone{border:2px dashed #9eb7a6;background:#f2f6ef;border-radius:11px}.dropzone .choose{background:#fff;border-radius:5px}
.photo-thumb{border-radius:8px;overflow:hidden}.details select,.details textarea{border-radius:6px}.tip{border-radius:8px;background:#f3f0e7}.primary{border-radius:7px}
.result{background:#fff;border-top:10px solid #f5f0e8}.result-head{align-items:center;display:grid;grid-template-columns:220px 1fr auto;gap:24px}.result-photo{width:220px;height:190px;object-fit:contain;background:#f5f1e9;border-radius:12px}.result-head h2{font-size:34px}.confidence{border-radius:5px}
.estimate-grid{gap:14px}.estimate-card,.offer-card{border-radius:9px;text-align:center;min-height:160px}.estimate-card{background:#f5f3ee}.offer-card{background:#ffe7bd;color:#123b33}.offer-card p{color:#536a60}.estimate-grid strong{font-size:43px}.estimate-details{border-top:1px solid var(--line);margin-top:25px;padding:16px 0}.estimate-details summary{cursor:pointer;font-weight:700;color:#1b433a}.estimate-details p{font-size:12px;line-height:1.6;color:#60726a}
.result-actions .primary{background:#09543d}.contact-options{border-radius:8px;background:#f7f3ea}.summary-item,.summary-total{border-radius:8px}.summary{background:#f9f7f2}.how{background:#fffdfa}
.other-features{display:grid;grid-template-columns:1fr 1fr;gap:16px}.other-features>div{border:1px solid #ddd9cf;border-radius:9px;padding:24px}.other-features span{font-size:30px;color:#0e5540}.other-features h3{font-size:24px;color:#193b31;margin:12px 0 8px}.other-features p{font-size:12px;line-height:1.5;color:#52655d}.other-features a{font-size:11px;font-weight:700;color:#0d4d3c;text-decoration:none}.categories-title{margin:35px 0 14px;color:#173d34}.categories{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;text-align:center}.categories span{font:28px Georgia,serif;color:#103c34}.categories small{display:block;font:10px 'DM Sans',Arial,sans-serif;margin-top:4px}.old-how{margin-top:50px}.old-how .steps{margin-top:22px}
footer{max-width:1200px;margin:auto}.bottom-nav{display:none}
.loading-screen{position:fixed;inset:0;z-index:30;background:#fffaf0;display:grid;place-items:center;padding:24px}.loading-card{text-align:center;width:min(420px,100%);color:#183b34}.loading-brand span{display:block;color:#b68a52;font:24px Georgia,serif}.loading-brand strong{display:block;font:30px 'Playfair Display',Georgia,serif;color:#422e20}.loading-brand small{font-size:10px;letter-spacing:.18em}.loading-card h2{font-size:30px;margin:44px 0 30px}.loading-card ol{list-style:none;padding:0;text-align:left;max-width:300px;margin:0 auto 26px}.loading-card li{padding:15px 5px;border-left:2px solid #d5ded3;color:#65756b;font-size:13px}.loading-card li.active{color:#0c694b;font-weight:700;border-left-color:#0c694b}.loading-bar{height:10px;background:#d8ddd7;border-radius:10px;overflow:hidden}.loading-bar span{display:block;width:65%;height:100%;background:#13855b;border-radius:10px;animation:load-bar 6s ease-in-out infinite alternate}.loading-card p{font-size:12px;margin:20px}.loading-ornament{font-size:70px;color:#aa9a7e;letter-spacing:.1em;margin:35px 0}.loading-card>small{font-size:10px;letter-spacing:.1em;line-height:1.5}@keyframes load-bar{from{width:12%}to{width:90%}}
@media(max-width:760px){body{background:#fffdfa}.top{display:none}main{box-shadow:none}.hero-content{display:flex;flex-direction:column}.hero-logo{padding:26px 18px 10px}.hero-logo strong{font-size:31px;max-width:340px}.hero-logo small{font-size:7px}.hero-art{min-height:225px}.hero-art svg{width:min(95%,380px);height:220px}.hero-invite{padding:27px 24px 36px}.hero-invite h1{font-size:30px;margin:0 0 10px}.hero-invite p{font-size:13px;margin-bottom:18px}.hero-invite .primary{min-height:52px}.hero-benefits{margin-top:17px;font-size:20px}.hero-benefits small{font-size:10px}.workspace,.result,.summary,.how{padding:40px 20px}.grid{display:block}.dropzone{height:300px}.result-head{display:block}.result-photo{width:100%;height:240px;margin-bottom:15px}.result-head h2{font-size:31px}.estimate-grid{display:block}.estimate-card,.offer-card{margin-bottom:10px;min-height:0;padding:22px}.estimate-grid strong{font-size:37px}.other-features{grid-template-columns:1fr}.categories{grid-template-columns:repeat(3,1fr);row-gap:18px}.old-how{margin-top:40px}.old-how .steps{grid-template-columns:1fr}.bottom-nav{position:sticky;bottom:0;z-index:10;display:flex;justify-content:space-around;background:#fffdf9;border-top:1px solid #d8d7cf;padding:6px 0 max(8px,env(safe-area-inset-bottom));box-shadow:0 -3px 14px #1d302115}.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:1px;text-decoration:none;color:#1b4d3a;font:23px Georgia,serif;min-width:70px}.bottom-nav small{font:10px 'DM Sans',Arial,sans-serif;color:#334a41}footer{padding-bottom:30px}}
[hidden]{display:none!important}
.contact-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:18px 0}.contact-fields label{display:grid;gap:5px;color:#243d35;font-size:12px;font-weight:700}.contact-fields input{width:100%;border:1px solid #cbd3c9;border-radius:5px;background:#fff;padding:12px;color:#20352e;font:inherit}.contact-options fieldset{border:0;padding:0;margin:20px 0}.contact-options legend{font-size:12px;font-weight:700;margin-bottom:10px}.contact-options fieldset label{display:block;font-size:13px;margin:8px 0}.contact-options fieldset input{accent-color:#146449}.contact-options form .primary{max-width:360px}.contact-options #send-status{font-weight:700;color:#16543e;margin-top:14px}.contact-options .contact-assistance{margin-top:22px}@media(max-width:760px){.contact-fields{grid-template-columns:1fr}.contact-options form .primary{max-width:none;width:100%}}
.vip-contact-summary{padding:15px 17px;border:1px solid #cadccf;border-radius:7px;background:#f1f7f0;color:#1d503b}.vip-contact-summary strong{font-size:14px}.contact-options .vip-contact-summary p{margin:6px 0 2px;color:#335b48;white-space:pre-line}.vip-contact-summary .text-button{padding:5px 0}.contact-options #contact-fields[hidden],.contact-options #vip-contact-summary[hidden]{display:none}
.consent{display:flex;align-items:flex-start;gap:10px;font-size:12px;line-height:1.5;color:#36554a;margin:20px 0}.consent input{margin-top:3px;accent-color:#175f47}.honeypot{position:absolute;left:-9999px;opacity:0;pointer-events:none}.sent-confirmation{text-align:center;background:#f1f8f1;border:1px solid #b5d3c1;padding:24px;border-radius:8px}.sent-confirmation span{display:grid;place-items:center;background:#168052;color:#fff;border-radius:50%;height:60px;width:60px;font-size:36px;margin:auto auto 16px}.sent-confirmation h3{font-size:24px}.sent-confirmation small{overflow-wrap:anywhere}.contact-options #email-fallback{display:block;text-align:left;margin:8px 0}
/* Maquette-inspired visual refinement: warm paper, refined iconography, real vintage objects. */
.icon{width:1.4em;height:1.4em;display:inline-block;flex:none;vertical-align:middle}
.hero-art{position:relative;overflow:hidden;background:#102d27}
.hero-art img{display:block;width:100%;height:100%;min-height:350px;object-fit:cover;object-position:50% 52%;filter:saturate(.88) contrast(1.04)}
.hero-logo{background:radial-gradient(circle at 50% 0%,#265448,#0c2e29 72%)}
.hero-logo .ornament{letter-spacing:.18em;color:#d5ac69}
.hero-logo strong{color:#e6c58e;text-shadow:0 1px 7px #0005}
.hero-invite{background:#fffaf0}
.hero-invite .primary,.primary{background:#07523e;border-color:#07523e}
.hero-benefits span{color:#123d35;font-size:22px}
.hero-benefits .icon{width:25px;height:25px;stroke-width:1.5}
.camera-icon{font-size:34px;background:#fffdf9;border-color:#b8cbb9}
.camera-icon .icon{width:42px;height:42px;stroke-width:1.45}
.tip>span{font-size:21px;display:flex;align-items:flex-start}
.tip .icon{width:23px;height:23px}
.other-features>div>span{display:inline-grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#0c5541;color:white}
.other-features>div>span .icon{width:27px;height:27px}
.categories span{display:flex;flex-direction:column;align-items:center;color:#173f37;font-size:20px;gap:6px}
.categories .icon{width:30px;height:30px;stroke-width:1.45}
.categories small{font-size:11px}
.bottom-nav a{font-family:'DM Sans',Arial,sans-serif}.bottom-nav .icon{width:23px;height:23px}
.loading-card li{display:flex;align-items:center;gap:16px;border-left:0;position:relative}
.loading-card li:not(:last-child):after{content:'';position:absolute;left:17px;top:46px;height:24px;border-left:1px solid #c6d2c8}
.loading-card li .icon{width:36px;height:36px;border:1px solid #ced9ce;border-radius:50%;padding:8px;background:white;color:#0d634d}
.loading-card li.active .icon{border-color:#90b49b}
.loading-ornament{display:flex;justify-content:center;align-items:center;gap:18px;color:#ac9470;font:38px Georgia,serif;margin:34px 0 22px}
.estimate-card{background:#f5f2e9}.offer-card{background:linear-gradient(135deg,#ffe9c8,#f8dba9)}
.resale-potential{margin:20px 0 16px;padding:18px 20px;border:1px solid #dddcd1;border-radius:10px;background:#fffdf9;color:var(--pine);text-align:left}
.resale-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}
.resale-heading span{font-size:11px;letter-spacing:.15em;font-weight:700}
.resale-heading strong{font:500 20px 'Playfair Display',Georgia,serif;margin:0}
.resale-scale{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:17px 0 12px}
.resale-scale span{height:11px;border-radius:8px;opacity:.32}
.resale-scale span:nth-child(1){background:#bd6254}.resale-scale span:nth-child(2){background:#d89a53}.resale-scale span:nth-child(3){background:#9aaa66}.resale-scale span:nth-child(4){background:#3d886e}
.resale-scale span.active{height:15px;margin-top:-2px;opacity:1;box-shadow:0 0 0 2px #fffdf9,0 0 0 3px #50645a}
.resale-potential[data-level="indetermine"] .resale-scale span{background:#b8bcb5;opacity:.5}
.resale-potential p{font-size:13px;line-height:1.5;margin:0 0 6px;color:#4e6559}.resale-potential>small{font-size:10px;line-height:1.5;color:#6c7972;letter-spacing:0}
@media(max-width:760px){.resale-potential{padding:19px 20px;margin-top:16px}.resale-heading strong{font-size:18px}}
@media(max-width:760px){.hero-art{min-height:235px}.hero-art img{height:245px;min-height:0;object-position:center 53%}.hero-logo{padding-top:23px}.hero-invite{padding-top:29px}.hero-benefits{gap:12px}.hero-benefits .icon{width:24px;height:24px}.categories{row-gap:22px}.loading-card li{padding:10px 5px}}
.photo-count{order:3;margin:13px 0 0;color:var(--pine);font-size:12px;font-weight:700}
.photo-hint{order:4;margin-top:5px}
.upload-column #add-photo{order:5}
.lot-section{max-width:950px;margin:auto;padding:60px 32px;border-top:10px solid #f5f0e8;background:#fffdfa}.lot-section h2{font-size:clamp(34px,4vw,48px);color:var(--pine);margin-bottom:12px}.lot-section>p{font-size:14px;line-height:1.6;color:#5b6b62}.lot-upload{display:flex;align-items:center;gap:14px;flex-wrap:wrap;background:#f5f3ea;border:2px dashed #a7bbac;border-radius:10px;padding:22px;margin:28px 0 18px;cursor:pointer;color:var(--pine)}.lot-upload .icon{width:36px;height:36px}.lot-upload strong{font-size:15px}.lot-upload small{width:100%;padding-left:50px;color:#708077}.lot-upload input{position:absolute;width:1px;height:1px;opacity:0}.lot-section>.primary{min-width:260px}.lot-section #lot-preview{display:flex;align-items:center;gap:15px;margin-bottom:18px}.lot-section #lot-preview img{width:150px;height:115px;object-fit:contain;border-radius:8px;background:#f2efe8}.lot-section #lot-status{font-size:13px;color:#7f4434;line-height:1.5}.lot-section #lot-results{margin-top:28px;border-top:1px solid var(--line);padding-top:22px}.lot-section #lot-results h3{font-size:28px;color:var(--pine);margin-bottom:7px}.lot-section #lot-results>p{font-size:12px;color:#67756c}.lot-cards{display:grid;gap:12px}.lot-card{background:#fff;border:1px solid #deddd1;border-radius:9px;padding:19px}.lot-card small{font-size:10px;letter-spacing:.14em;color:#a27441}.lot-card h4{font:500 23px 'Playfair Display',Georgia,serif;color:var(--pine);margin:7px 0}.lot-card p{font-size:12px;line-height:1.5;color:#5a6d63;margin:0 0 10px}.lot-card .values{display:flex;gap:10px;flex-wrap:wrap}.lot-card .values span{padding:9px 13px;background:#f3f0e8;border-radius:5px;color:#204337;font-size:12px}.lot-card .values strong{font-size:15px}.lot-card .values .offer{background:#ffe7bd}.lot-actions{display:flex;gap:12px;margin-top:20px}@media(max-width:760px){.lot-section{padding:40px 20px}.lot-actions{flex-direction:column}.lot-section>.primary{width:100%}}
/* Boutique footer */
.site-footer{max-width:1200px;margin:auto;padding:0;color:#f8f1e3;background:radial-gradient(circle at 15% 20%,#214c42 0%,#10352f 50%,#0b2925 100%)}
.footer-main{display:grid;grid-template-columns:1.1fr 1fr;gap:70px;padding:65px max(6vw,32px) 58px}
.footer-identity{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.footer-ornament{font:22px Georgia,serif;letter-spacing:.24em;color:#d2ae73;margin-bottom:10px}
.footer-identity>strong{font:500 clamp(30px,3.6vw,48px) 'Playfair Display',Georgia,serif;letter-spacing:.075em;color:#e7c995;line-height:1.2}
.footer-rule{display:block;width:min(340px,100%);height:1px;background:#b89b6d;margin:13px 0 10px}
.footer-identity>small{font-size:9px;letter-spacing:.16em;color:#e6dcca;line-height:1.5}
.footer-identity p{color:#d8e0d5;font:italic 22px/1.35 'Playfair Display',Georgia,serif;margin:31px 0 0}
.footer-info{border-left:1px solid #d7bd8750;padding-left:65px}
.footer-kicker{font-size:10px;letter-spacing:.19em;color:#d1ab70;font-weight:700}
.footer-info h2{font-size:32px;color:#fbf5e8;margin:9px 0 25px}
.footer-detail{display:flex;align-items:flex-start;gap:14px;margin:0 0 18px;color:#e6ede5;font-size:14px;line-height:1.55}
.footer-detail>span{width:35px;height:35px;border:1px solid #b99c6870;border-radius:50%;display:grid;place-items:center;color:#d8b67d;flex:none}
.footer-detail .icon{width:17px;height:17px}
.footer-detail p{font-size:14px;color:inherit;margin:4px 0 0}
.footer-detail a{color:inherit;text-decoration:none;overflow-wrap:anywhere;padding-top:7px}
.footer-detail a:hover{text-decoration:underline;color:#e7c995}
.footer-cta{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;background:#e8c992;color:#123d33;text-decoration:none;padding:14px 18px;border-radius:5px;font-size:11px;font-weight:700;letter-spacing:.12em;margin-top:9px}
.footer-cta:hover{background:#fff0cd}.footer-cta span{font-size:18px;font-weight:400}
.footer-bottom{border-top:1px solid #ffffff24;padding:20px max(6vw,32px);display:flex;justify-content:space-between;gap:18px;color:#aebfb2;font-size:10px;line-height:1.5}
@media(max-width:760px){.footer-main{display:block;padding:45px 26px 35px}.footer-identity{align-items:center;text-align:center}.footer-identity>strong{font-size:32px}.footer-rule{width:270px}.footer-identity>small{font-size:8px}.footer-identity p{font-size:20px;margin:24px 0 0}.footer-info{border-left:0;border-top:1px solid #d7bd8750;padding:30px 0 0;margin-top:32px}.footer-info h2{font-size:29px}.footer-detail{font-size:13px}.footer-detail p{font-size:13px}.footer-cta{width:100%}.footer-bottom{display:block;padding:19px 26px 30px;text-align:center}.footer-bottom span{display:block;margin:4px 0}.site-footer{padding-bottom:0}}
/* Guided photos and dedicated submission confirmation */
.photo-guide{order:4;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:9px}.photo-guide span{display:flex;align-items:center;flex-direction:column;gap:6px;text-align:center;color:#63756b;font-size:10px}.photo-guide b{display:grid;place-items:center;width:29px;height:29px;border:1px solid #bac9ba;border-radius:50%;color:#1b5a45;font-size:12px;background:#fff}.photo-guide .filled b{background:#145c43;border-color:#145c43;color:#fff}.photo-hint{order:5}.upload-column #add-photo{order:6}
.request-sent main>section:not(#confirmation){display:none!important}.request-sent .bottom-nav{display:none!important}.request-sent main{min-height:100vh}
.confirmation-screen{max-width:660px;margin:auto;padding:55px 24px 75px;text-align:center}.confirmation-logo{display:grid;justify-items:center;gap:4px;color:#203e37}.confirmation-logo span{color:#be975b;font:21px Georgia,serif}.confirmation-logo strong{font:500 29px 'Playfair Display',Georgia,serif;letter-spacing:.09em}.confirmation-logo small{font-size:10px;letter-spacing:.19em}.confirmation-check{width:72px;height:72px;display:grid;place-items:center;border-radius:50%;margin:35px auto 17px;background:#198157;color:#fff;font-size:42px;box-shadow:0 8px 20px #13684530}.confirmation-screen h2{font-size:clamp(27px,3vw,36px);color:var(--pine);line-height:1.2;margin:0 auto 9px}.confirmation-screen>p{font-size:13px;line-height:1.6;color:#586c62;max-width:480px;margin:0 auto 21px}.confirmation-recap{background:#fff;border:1px solid #d8ded5;border-radius:9px;text-align:left;overflow:hidden;margin:27px 0 20px}.confirmation-recap-head{display:flex;justify-content:space-between;align-items:center;gap:10px;background:#f4f5ef;padding:13px 16px;border-bottom:1px solid #d8ded5}.confirmation-recap-head strong{font-size:12px;color:#1a3b31}.confirmation-recap-head small{color:#64766c;font-size:10px}.confirmation-item{display:flex;align-items:center;gap:12px;padding:11px 15px;border-bottom:1px solid #eceee8}.confirmation-item:last-child{border-bottom:0}.confirmation-item img{width:58px;height:58px;object-fit:cover;border-radius:5px;background:#eee}.confirmation-item span{flex:1;min-width:0;text-align:left}.confirmation-item strong{display:block;font-size:12px;color:#193e33}.confirmation-item small{display:block;font-size:10px;color:#64766b;margin-top:3px}.confirmation-item b{font-size:12px;color:#12583f;white-space:nowrap}.confirmation-next{display:flex;align-items:flex-start;gap:12px;text-align:left;background:#f6f2e9;border-radius:8px;padding:15px;margin:0 0 20px}.confirmation-next span{display:grid;place-items:center;flex:none;width:28px;height:28px;border-radius:50%;background:#165942;color:white;font-size:17px}.confirmation-next p{margin:0;color:#4c6156;font-size:12px;line-height:1.5}.confirmation-screen .confirmation-ref{font-size:11px;color:#52665b;margin-bottom:18px;overflow-wrap:anywhere}.confirmation-home{max-width:420px;margin:auto;justify-content:center;gap:20px}
@media(max-width:760px){.confirmation-screen{padding:36px 20px 55px}.confirmation-logo strong{font-size:24px}.confirmation-check{margin-top:28px}.confirmation-item{gap:8px;padding:9px}.confirmation-item img{width:48px;height:48px}.confirmation-item b{font-size:11px}.photo-guide{gap:4px}}
.vip-top-link{color:#e9cb93;text-decoration:none;font-weight:700;letter-spacing:.12em}.vip-top-link:hover{text-decoration:underline}.footer-vip-link{display:block;color:#efd49e;text-decoration:none;margin:14px 0;font-size:12px;letter-spacing:.08em;font-weight:700}.footer-vip-link:hover{text-decoration:underline}

.lot-card .resale-potential.compact,.summary-item .resale-potential.compact{padding:12px 14px;margin:12px 0;background:#fbfaf6}.lot-card .resale-potential.compact .resale-heading strong,.summary-item .resale-potential.compact .resale-heading strong{font-size:16px}.lot-card .resale-potential.compact .resale-scale,.summary-item .resale-potential.compact .resale-scale{margin:10px 0}.summary-item .resale-potential.compact p,.lot-card .resale-potential.compact p{margin:0;font-size:12px}

.other-features{grid-template-columns:1fr;max-width:680px;margin-inline:auto}

@media(max-width:760px){.workspace{padding-bottom:12px}.how{padding-top:16px}}

/* Catégories inspirées de la maquette : huit familles sur deux rangées. */
.categories{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:12px;row-gap:22px;max-width:720px;margin-inline:auto}
.categories span{min-width:0;justify-content:flex-start;gap:7px}
.categories .icon{width:37px;height:37px;stroke-width:1.35;flex:none}
.categories small{font-size:11px;line-height:1.3;color:#244239;margin:0}
@media(max-width:760px){.categories{grid-template-columns:repeat(4,minmax(0,1fr));column-gap:3px;row-gap:22px}.categories .icon{width:34px;height:34px}.categories small{font-size:10px;line-height:1.25}}

/* Appel à l’action principal de l’estimation de plusieurs objets. */
.other-features a.lot-cta{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:100%;min-height:58px;margin-top:22px;padding:16px 20px;border:1px solid #0d4d3c;border-radius:7px;background:#0d4d3c;color:#fff;text-align:center;font-size:11px;line-height:1.35;letter-spacing:.14em;font-weight:700;text-decoration:none;transition:background .2s}
.other-features a.lot-cta:hover,.other-features a.lot-cta:focus-visible{background:#28584c}
