:root{--ink:#183e48;--muted:#51646a;--line:#d7e0e2;--pale:#edf3f4;--accent:#a74d29;--cream:#f8f7f3;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:white;color:var(--ink);font:17px/1.6 Arial,Helvetica,sans-serif}a{color:inherit;text-underline-offset:4px}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #b25c33;outline-offset:5px}h1,h2,h3,p,figure{margin:0}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;line-height:1.12;letter-spacing:-.025em}h1{font-size:clamp(2.5rem,4.2vw,4.5rem)}h2{font-size:clamp(2rem,3.2vw,3rem)}h3{font-size:1.25rem;line-height:1.35}p{margin-top:1em;color:var(--muted)}img{display:block;width:100%;object-fit:cover}header{position:sticky;top:0;z-index:10;background:#fffefa;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:17px 4vw}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;line-height:1.2;font-size:1.05rem;white-space:nowrap}.brand strong{display:block;font-size:1.18rem;font-weight:500}.brand small{display:block;font-size:.65rem;letter-spacing:.15em;margin-top:8px}.brand-icon{display:grid;place-items:center;width:49px;height:49px;border-radius:50%;background:var(--ink);color:white;font:38px Georgia}nav{display:flex;gap:25px;font-size:.9rem}nav a{text-decoration:none}nav a:hover{color:var(--accent)}.phone{font-weight:700;font-size:1rem;white-space:nowrap}.skip{position:fixed;top:-100px;z-index:100;padding:12px;background:#fff}.skip:focus{top:0}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:350px;background:var(--cream)}.hero-copy{padding:42px 4vw 34px 6vw}.eyebrow{display:block;font-size:.75rem;letter-spacing:.15em;font-weight:700;margin-bottom:14px;color:var(--accent)}.hero h1{font-size:clamp(2.7rem,4vw,4rem)}.hero h1 em{color:var(--accent);font-weight:400}.hero p{margin:20px 0 21px}.hero figure{position:relative;min-height:350px}.hero figure img{position:absolute;height:100%;object-position:center 58%}.hero figcaption{position:absolute;bottom:10px;right:12px;padding:4px 9px;background:#ffffffdf;color:#253c40;font-size:.72rem}.text-link{display:inline-flex;gap:14px;align-items:center;font-weight:700;font-size:.95rem}.text-link span{font-size:1.25rem}.section,.config-section{padding:64px 6vw;max-width:1600px;margin:auto}.section-top{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:30px}.small-note,.section-intro{max-width:340px;font-size:.95rem;color:var(--muted)}.small-note{text-align:right}.section-top h2{font-size:clamp(1.9rem,3vw,2.65rem)}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.project-card{padding:0;text-align:left;color:var(--ink);border:1px solid var(--line);border-radius:4px;background:white;overflow:hidden;transition:transform .18s,border-color .18s,box-shadow .18s}.project-card:hover{transform:translateY(-4px);border-color:var(--ink);box-shadow:0 8px 24px #183e4810}.project-card img{height:155px;object-position:center 58%}.project-card .card-body{padding:18px 20px;display:block}.project-card strong{display:block;font-size:1.15rem;line-height:1.4}.project-card .description{display:block;color:var(--muted);font-size:.92rem;margin:8px 0 14px;min-height:44px}.card-bottom{display:flex;justify-content:space-between;align-items:center;color:var(--accent);font-weight:700;font-size:.9rem}.project-card .number{font-size:.75rem;color:var(--muted)}.intro-helper{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-top:24px;font-size:.9rem}.intro-helper p{margin:0}.link-button{background:transparent;border:0;text-decoration:underline;text-underline-offset:4px;color:var(--ink);padding:8px 0;font-size:.95rem}.fine{font-size:.8rem;line-height:1.6}.progress{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.steps{display:flex;gap:6px;flex:1;max-width:420px}.steps i{height:5px;background:var(--line);flex:1;border-radius:10px}.steps i.done{background:var(--ink)}.progress span{font-size:.85rem;font-weight:700}.wizard-body{border:1px solid var(--line);background:var(--cream);padding:32px;border-radius:5px}.wizard-title{font-family:Georgia,serif;font-size:2rem;font-weight:400;line-height:1.2}.wizard-sub{margin:8px 0 24px}.choices{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.choice{display:flex;position:relative;gap:12px;align-items:flex-start;border:1px solid var(--line);border-radius:4px;padding:19px;background:white;cursor:pointer;min-height:100px;transition:border-color .18s,background .18s}.choice:has(input:checked){border:2px solid var(--ink);padding:18px;background:#edf3f4}.choice input{width:21px;height:21px;accent-color:var(--ink);margin:3px 0 0;flex-shrink:0}.choice strong{display:block;line-height:1.3;font-size:1.02rem}.choice small{display:block;font-size:.86rem;line-height:1.5;margin-top:6px;color:var(--muted)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:22px}.field{display:block}.field span{display:block;margin-bottom:7px;font-weight:700;font-size:.95rem}.field input,.field textarea,.field select{display:block;width:100%;padding:12px;border:1px solid #9aaeb3;border-radius:4px;background:white;color:var(--ink)}.field textarea{resize:vertical;min-height:90px}.step-actions{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:24px}.button{display:inline-flex;justify-content:center;align-items:center;gap:12px;padding:14px 23px;background:var(--ink);color:white;border:1px solid var(--ink);border-radius:3px;text-decoration:none;font-size:1rem;font-weight:700;line-height:1.4}.button:hover{background:#245463}.button.secondary{background:transparent;color:var(--ink)}.button.secondary:hover{background:#dce8eb}.call-help{margin-top:20px;font-size:.9rem;text-align:center}.tip{padding:16px 20px;background:#e7eef0;border-left:3px solid var(--ink);font-size:.92rem;margin-top:20px}.tip p{margin:0}.subheading{font-size:1.15rem;margin:26px 0 13px}.swatch{display:inline-block;width:28px;height:28px;border-radius:50%;border:1px solid #bbb;margin-bottom:8px}.promise{display:flex;justify-content:space-evenly;gap:20px;padding:23px 5vw;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:.9rem;color:var(--muted)}.guides{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.guide-card{padding:28px;text-decoration:none;border-bottom:1px solid var(--line);border-right:1px solid var(--line);transition:background .2s}.guide-card:hover{background:var(--pale)}.guide-card .eyebrow{font-size:.68rem}.guide-card p{font-size:.95rem;min-height:52px}.guide-card .text-link{margin-top:24px}.access-panel{background:var(--ink);color:white;padding:60px 7vw;display:grid;grid-template-columns:1fr 1fr;gap:8vw}.access-panel .eyebrow{color:#e6b58e}.access-panel p{color:#d5e2e5}.access-panel .button{color:white;border-color:#a5c0c7;margin-top:28px}.access-panel .button:hover{background:#285965}.measure-list>div{display:flex;align-items:center;gap:25px;border-bottom:1px solid #42626b;padding:17px 0}.measure-list strong{font:1.65rem Georgia;min-width:185px}.measure-list span{font-size:.95rem}.pro-section{display:grid;grid-template-columns:1fr 1fr;gap:6vw;align-items:center}.pro-section img{aspect-ratio:1.1;object-position:60% center}.pro-section figcaption{font-size:.73rem;color:var(--muted);margin-top:6px}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:22px;margin-top:28px}.contact-strip{background:var(--pale);padding:50px 6vw;display:flex;align-items:center;justify-content:space-between;gap:35px}.contact-strip h2{font-size:2.3rem}.contact-strip p{font-size:.95rem}footer{padding:42px 6vw;background:#102c34;color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:10vw}footer p{font-size:.9rem;color:#bcd0d4}footer>div>a{display:block;margin-bottom:12px;font-size:.92rem}footer .brand{font:1.6rem Georgia}.article{max-width:1200px;margin:auto;padding:45px 6vw 70px}.back{display:inline-block;margin-bottom:35px;font-size:.9rem}.article-head{max-width:850px;margin-bottom:35px}.article-head h1{font-size:clamp(2.4rem,4vw,3.7rem)}.lead{font-size:1.25rem}.article-image img{aspect-ratio:2.2;object-position:center 53%}.article-image figcaption{font-size:.8rem;color:var(--muted);margin:8px 0}.article-body{max-width:780px;margin:35px auto 0}.article-body section{margin:35px 0}.article-body h2{font-size:1.9rem;margin:30px 0 14px}.article-body p{margin:0 0 18px}.source,.article-cta{background:var(--pale);padding:25px;margin-top:35px}.source p{font-size:.9rem;margin:12px 0 0}.article-cta h2{margin-top:0}.article-cta .text-link{margin:18px}.technical{padding:20px;background:var(--cream);margin:30px 0}.technical svg{width:100%;font-family:Arial;fill:var(--ink)}.result-layout{display:grid;grid-template-columns:1fr 320px;gap:28px}.result-box{padding:24px;border:1px solid var(--line);border-radius:4px;background:white}.result-box h3{margin-bottom:18px}.summary-row{display:grid;grid-template-columns:140px 1fr;gap:16px;border-bottom:1px solid var(--line);padding:13px 0;font-size:.95rem}.summary-row dt{font-weight:700}.summary-row dd{margin:0;color:var(--muted)}.result-photo img{aspect-ratio:1.45}.result-photo figcaption{font-size:.75rem;margin:5px 0 18px}.budget{font-family:Georgia;font-size:1.7rem;line-height:1.3}.result-box .button{width:100%;margin-top:14px}.result-box .fine{margin-top:14px}.checks{padding-left:20px;color:var(--muted);font-size:.95rem}.checks li{margin:10px 0}.notice{font-size:.88rem;color:var(--muted);margin-top:20px}.status{min-height:24px;font-size:.9rem;margin:12px 0}.result-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:23px}.result-actions .button{width:auto;margin:0}fieldset{border:0;padding:0;margin:0;min-width:0}legend{font-weight:700;margin:0 0 14px}input[type=radio],input[type=checkbox]{flex-shrink:0}@media(min-width:1600px){.hero-copy{padding-left:max(6vw,calc((100vw - 1408px)/2))}}@media(max-width:1100px){nav{gap:15px}nav a:last-child{display:none}.hero-copy{padding-left:5vw}.hero h1{font-size:3rem}.measure-list>div{display:block}.measure-list strong{display:block}.result-layout{grid-template-columns:1fr 290px}.choices{grid-template-columns:1fr 1fr}}@media(max-width:760px){html{scroll-padding-top:100px}header{padding:12px 5vw;gap:12px;flex-wrap:wrap}.brand-icon{width:39px;height:39px;font-size:31px}.brand{font-size:.8rem;gap:8px}.brand strong{font-size:1rem}.brand small{font-size:.55rem;margin-top:4px}nav{display:none}.phone{font-size:.87rem}.hero{grid-template-columns:1fr}.hero-copy{padding:30px 6vw}.hero h1{font-size:2.8rem}.hero p{font-size:1rem}.hero figure{min-height:220px}.hero figure img{object-position:center 57%}.hero figcaption{font-size:.65rem}.section,.config-section{padding:35px 5vw}.section-top{display:block;margin-bottom:24px}.small-note{display:block;text-align:left;margin-top:14px}.section-top h2{font-size:2rem}.project-grid{grid-template-columns:1fr 1fr;gap:12px}.project-card img{height:120px}.project-card .card-body{padding:13px}.project-card strong{font-size:.95rem}.project-card .description{font-size:.82rem;min-height:64px;margin-bottom:7px}.card-bottom{font-size:.8rem}.intro-helper{display:block}.intro-helper .link-button{margin-top:10px}.wizard-body{padding:22px 17px}.wizard-title{font-size:1.8rem}.choices{grid-template-columns:1fr}.choice{min-height:0;padding:16px}.choice:has(input:checked){padding:15px}.form-row{grid-template-columns:1fr}.progress{flex-wrap:wrap}.steps{max-width:none}.step-actions{gap:10px}.step-actions .button{padding:13px 16px}.promise{flex-direction:column;gap:8px;text-align:center;font-size:.85rem}.guides{grid-template-columns:1fr}.guide-card p{min-height:0}.guide-card{padding:24px}.guide-card .text-link{margin-top:14px}.access-panel{grid-template-columns:1fr;padding:38px 6vw;gap:25px}.measure-list>div{display:flex;gap:15px}.measure-list strong{min-width:145px;font-size:1.4rem}.measure-list span{font-size:.86rem}.pro-section{grid-template-columns:1fr;gap:25px}.pro-section img{aspect-ratio:1.5}.contact-strip{display:block;padding:36px 6vw}.contact-strip .button{margin-top:25px}footer{grid-template-columns:1fr;gap:20px;padding:35px 6vw}.result-layout{grid-template-columns:1fr}.result-box{padding:19px}.summary-row{grid-template-columns:1fr;gap:4px}.result-photo img{aspect-ratio:1.8}.article{padding:30px 6vw}.article-image img{aspect-ratio:1.4}.technical{padding:8px}.article-body h2{font-size:1.7rem}.result-actions{flex-direction:column}.section-intro{margin-top:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}@media print{header,footer,.result-actions,.step-actions,.contact-strip,.hero,.section-top,.promise,.section,.access-panel,.call-help{display:none!important}.config-section{padding:0}.wizard-body{border:0;padding:0}.result-layout{display:block}.result-box{break-inside:avoid;margin-bottom:20px}.result-box button,.result-box a.button{display:none}.result-photo img{max-width:400px}.progress{display:none}}
.summary-row dd,.article-body p,.result-box p{overflow-wrap:anywhere}.project-card:focus-visible{outline-offset:3px}
/* Decoration-led direction, with readable controls and direct telephone access. */
:root{--ink:#152f48;--muted:#495e70;--accent:#9b4527;--pale:#edf2f7;--cream:#f7f8fa;--line:#ccd7e1}body{font-size:18px}header{background:#fff;padding-top:14px;padding-bottom:14px}nav{gap:19px;font-size:.88rem}.phone{background:var(--ink);color:white;padding:10px 16px;border-radius:4px;text-decoration:none;font-size:1.1rem}.phone span{display:block;font-size:.73rem;font-weight:400}.hero{grid-template-columns:46% 54%;background:#142d45;color:white;min-height:390px}.hero-copy{padding:42px 3vw 35px 6vw}.hero h1{font-size:clamp(2.7rem,4.3vw,4.6rem)}.hero h1 em{color:#e7b890}.hero .eyebrow{color:#e7b890}.hero p{color:#e2e8ee}.hero figure{min-height:390px}.hero figure img{object-position:45% 45%}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.hero-actions .button{background:#b75732;border-color:#b75732;color:white;padding:15px 19px}.hero-actions .button:hover{background:#943e20}.hero-phone{font-size:.85rem;text-decoration:none;line-height:1.5;color:#e5edf4}.hero-phone strong{font-size:1.05rem;color:white}.hero .hero-detail{font-size:.78rem;margin:20px 0 0;color:#d4dee8}.config-section{padding-top:45px}.project-card{border:1px solid #bdcbd7;box-shadow:0 3px 12px #152f4808;border-radius:8px}.project-card img{height:180px;object-position:top!important}.project-card .card-body{padding:21px}.project-card strong{font-size:1.2rem}.project-card .description{min-height:30px;font-size:1rem}.card-bottom{font-size:.92rem}.project-card:hover{border-color:#9b4527;box-shadow:0 8px 25px #152f4820}.section-top h2{font-size:clamp(2rem,3.2vw,3rem)}.gamme-section{background:white}.gamme-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.gamme-gallery article{background:var(--cream);border-bottom:4px solid var(--ink);overflow:hidden;border-radius:5px}.gamme-gallery article:nth-child(2){border-color:#a45331}.gamme-gallery article:nth-child(3){border-color:#92764d}.gamme-gallery img{aspect-ratio:2;object-position:top}.gamme-gallery article>div{padding:25px}.gamme-gallery h3{font:1.65rem/1.2 Georgia,serif}.gamme-gallery p{font-size:1rem;min-height:150px}.gamme-gallery .text-link{margin-top:22px}.gamme-section>.fine{margin-top:17px}.promise{background:var(--ink);color:white;border:0}.access-panel{background:#152f48}.tier-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.tier-choice{position:relative;display:block;cursor:pointer;background:white;border:2px solid #ccd7e1;border-radius:7px;overflow:hidden}.tier-choice:has(input:checked){border-color:var(--accent);box-shadow:0 0 0 2px var(--accent)}.tier-choice:has(input:focus-visible){outline:3px solid var(--ink);outline-offset:4px}.tier-choice input{position:absolute;top:12px;left:12px;width:25px;height:25px;accent-color:var(--accent);z-index:1}.tier-choice img{aspect-ratio:2;object-position:top}.tier-body{display:block;padding:23px}.tier-body strong{display:block;font:1.55rem/1.2 Georgia,serif;margin-bottom:14px}.tier-body>span:not(.eyebrow){display:block;font-size:1rem;color:var(--muted)}.tier-body small{display:block;font-size:.87rem;margin-top:14px;color:var(--muted)}.wizard-body{background:#f6f8fa;border:1px solid #bdcbd7}.choice strong{font-size:1.08rem}.choice small{font-size:.92rem}.choice{min-height:104px}.result-photo img{aspect-ratio:2;object-position:top}.article-image img{object-position:top}.pro-section img{aspect-ratio:1.6;object-position:top}.button{min-height:48px}.mobile-call{display:none}[hidden]{display:none!important}.hero figcaption{font-size:.75rem}.small-note,.section-intro{font-size:1rem}
@media(max-width:1150px){nav a:nth-last-child(-n+2){display:none}.hero-copy{padding-left:5vw}.hero h1{font-size:3.2rem}.hero-actions{gap:15px}.gamme-gallery p{min-height:195px}}
@media(max-width:760px){body{padding-bottom:74px;font-size:18px}header{padding:11px 5vw}.phone{font-size:.95rem;padding:9px 11px}.phone span{font-size:.65rem}.hero{grid-template-columns:1fr}.hero-copy{padding:30px 6vw}.hero h1{font-size:2.9rem}.hero figure{min-height:235px}.hero figure img{object-position:50% 45%}.hero .hero-detail{font-size:.8rem}.hero-actions{align-items:center}.hero-actions .button{font-size:.95rem}.config-section{padding-top:30px}.project-card img{height:120px}.project-card .card-body{padding:14px}.project-card strong{font-size:1.02rem}.project-card .description{font-size:.92rem;min-height:67px}.card-bottom{font-size:.88rem}.gamme-gallery,.tier-grid{grid-template-columns:1fr}.gamme-gallery img,.tier-choice img{aspect-ratio:2;object-position:top}.gamme-gallery p{min-height:0}.tier-body{padding:20px}.tier-body small{font-size:.95rem}.tier-body>span:not(.eyebrow){font-size:1.02rem}.mobile-call{position:fixed;bottom:0;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:center;min-height:64px;padding:14px 10px calc(14px + env(safe-area-inset-bottom));background:#152f48;color:white;font-size:1rem;font-weight:700;text-decoration:none;border-top:2px solid #e7b890}.hero figcaption{font-size:.65rem}.section-top h2{font-size:2rem}.choice{min-height:0}.progress span{font-size:.92rem}.pro-section img{aspect-ratio:2}}
@media print{.mobile-call,.gamme-section{display:none!important}body{padding:0}}
.project-card img{height:auto;aspect-ratio:2;object-position:top!important}@media(max-width:760px){.article-image img{aspect-ratio:2;object-position:top}}

/* Whole-card navigation and always available contact actions. */
.gamme-card-link{display:block;height:100%;color:inherit;text-decoration:none}.gamme-card-link>div{padding:25px}.gamme-gallery article{transition:box-shadow .2s,transform .2s}.gamme-gallery article:hover{box-shadow:0 10px 25px #152f4826;transform:translateY(-3px)}.gamme-card-link:focus-visible{outline:4px solid #a45331;outline-offset:-4px}
body{padding-bottom:90px}.contact-dock{position:fixed;z-index:30;bottom:16px;right:24px;display:flex;gap:4px;padding:6px;background:#152f48;border:1px solid #e7b890;border-radius:12px;box-shadow:0 5px 25px #0003}.contact-dock a{padding:13px 18px;min-height:48px;color:white;text-decoration:none;font-weight:700;border-radius:7px}.contact-dock a:hover,.contact-dock a:focus-visible{background:#a45331}.estimate-detail h4{margin:22px 0 12px}.estimate-lines{padding:0;list-style:none}.estimate-lines li{display:flex;gap:16px;justify-content:space-between;border-bottom:1px solid #d5dadd;padding:12px 0;font-size:.95rem}.estimate-lines strong{white-space:nowrap}.call-help a{display:inline-block;padding:12px 4px}#shower-options{margin-top:24px}
@media(max-width:680px){.contact-dock{bottom:0;right:0;left:0;border-radius:0;padding:5px 3px calc(5px + env(safe-area-inset-bottom));gap:0;justify-content:space-around}.contact-dock a{padding:12px 6px;font-size:.9rem;text-align:center}.estimate-lines li{flex-wrap:wrap;gap:5px}.estimate-lines strong{margin-left:auto}}
@media print{.contact-dock{display:none}body{padding-bottom:0}}

/* Keep the next step visible while the visitor explores the choices. */
.step-actions{position:sticky;bottom:var(--wizard-action-bottom,100px);z-index:15;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:28px;padding:16px;background:#fff;border:2px solid #c3cfd9;border-radius:10px;box-shadow:0 -5px 24px #152f4826}
.step-actions [data-action="next"]{background:#a94320;border:2px solid #a94320;color:#fff;font-size:1.2rem;min-height:60px;min-width:240px;padding:16px 28px;box-shadow:0 4px 0 #713018}
.step-actions [data-action="next"]:hover{background:#823116;border-color:#823116}.step-actions [data-action="next"]:focus-visible{outline:4px solid #152f48;outline-offset:4px}.step-actions [data-action="back"]{padding:12px;min-height:48px}
#wizard input,#wizard select,#wizard textarea,#wizard .choice,#wizard .tier-choice{scroll-margin-bottom:200px}
@media(max-width:760px){.step-actions{padding:10px;gap:8px;margin-left:-8px;margin-right:-8px;bottom:var(--wizard-action-bottom,calc(78px + env(safe-area-inset-bottom)))}.step-actions [data-action="next"]{flex:1;min-width:0;font-size:1.1rem;padding:14px 16px;min-height:56px}.step-actions [data-action="back"]{font-size:.95rem;padding:10px 4px}}
@media print{.step-actions{display:none}}
