/* The working collection uses the same quiet palette as the inspection galleries. */
.scheme-options{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:14px 0;border-bottom:1px solid #dce1d8}.scheme-options>div{display:flex;gap:6px}.scheme-options button{font:500 13px Inter,Arial,sans-serif;min-height:40px;border:1px solid #d5dcd1;background:#f8f9f6;color:#29362d;border-radius:3px;padding:8px 12px;cursor:pointer;transition:background .2s,color .2s,transform .2s}.scheme-options button:hover{background:#e4e9df}.scheme-options button:active{transform:translateY(1px)}.scheme-options button[aria-pressed=true]{background:var(--rise-accent);color:#fff;border-color:#293c30}.scheme-options button>span{display:none}.scheme-options button:disabled{opacity:.45;cursor:default}.scheme-options>[data-review-options]{font-size:12px;border:0;background:transparent;padding-right:0}.terrace-studio .scheme-options{margin-bottom:18px;border-top:1px solid #dce1d8}.construction-guide{background:#f6f7f1;margin:0 0 22px;padding:0 15px;border:1px solid #dce1d8;color:#29362d}.construction-guide summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;min-height:50px;font-size:14px}.construction-guide>p{font-size:13px;line-height:1.6;margin:0 0 12px}.construction-stops{display:grid;gap:8px;padding-bottom:15px}.construction-stops button{display:flex;align-items:center;gap:12px;text-align:left;background:white;border:1px solid #d5dcd1;border-radius:2px;padding:12px;font:500 13px/1.5 Inter,Arial,sans-serif;color:#29362d;cursor:pointer}.construction-stops button span:first-child{font-size:11px;color:var(--rise-accent)}.construction-stops button span:last-child{margin-left:auto}.construction-stops button[aria-pressed=true]{border-color:var(--rise-accent);background:#fffaf5}.construction-guide[open] .construction-stops{animation:scheme-arrive .25s ease-out}.scheme-project{width:min(1020px,94vw)!important;max-width:1020px!important}.scheme-project .project-family{margin:28px 0}.project-family-heading{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px}.project-family-heading h3{font-size:20px;margin:0}.project-family-heading button{background:none;border:0;color:var(--rise-accent);font:500 13px Inter,Arial,sans-serif;min-height:44px;cursor:pointer}.project-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.scheme-project .project-option-grid article{display:block!important;min-width:0;padding:0 0 15px;border:1px solid #dce1d8;background:#f8f9f6}.project-option-image{position:relative;display:block;background:#fff;aspect-ratio:4/3;text-decoration:none!important}.project-option-image img{width:100%;height:100%;object-fit:contain}.project-option-image b{position:absolute;left:12px;top:12px;font-size:12px;font-weight:500;background:#f1f4ed;padding:6px 9px;color:#29362d}.project-option-image>span{display:block;padding:50px 20px 20px;font-size:13px}.project-option-grid article>p{padding:0 15px;font-size:13px!important;line-height:1.6;min-height:60px}.project-option-grid article>div{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;align-items:center;padding:0 15px}.project-option-grid article>div a,.project-option-grid article>div button{font-size:12px!important}.project-option-grid article>div button{border:0;background:none;min-height:40px;padding:0;color:#66705f}.scheme-project footer a:first-child{background:var(--rise-accent);color:#fff!important}.scheme-project footer[hidden]{display:none}.scheme-compare{width:min(1150px,96vw);max-width:1150px;max-height:94dvh;box-sizing:border-box;padding:30px;border:1px solid #dce1d8;background:#f5f6f0;color:#29362d;border-radius:4px;overflow:auto;overscroll-behavior:contain}.scheme-compare::backdrop{background:#14201caa;backdrop-filter:blur(7px)}.scheme-compare>header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.scheme-compare header p{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--rise-accent)}.scheme-compare h2{font:400 clamp(25px,3vw,36px)/1.3 Michroma,Arial,sans-serif;margin:10px 0 25px}.scheme-compare button,.scheme-compare select{font:500 14px Inter,Arial,sans-serif;min-height:44px;padding:10px 14px;border:1px solid #d6ded0;background:#fff;border-radius:3px;color:#29362d;cursor:pointer}.scheme-compare header>button{white-space:nowrap}.comparison-choices{display:flex;align-items:end;gap:15px;flex-wrap:wrap;margin-bottom:20px}.comparison-choices label{display:flex;align-items:center;gap:10px;font-size:13px}.comparison-choices [role=group]{display:flex;gap:5px;margin-left:auto;flex-wrap:wrap}.comparison-choices [aria-pressed=true]{background:var(--rise-accent);color:#fff}.comparison-pictures{display:grid;grid-template-columns:1fr 1fr;gap:16px}.comparison-pictures figure{margin:0;background:#fff;border:1px solid #dce1d8}.comparison-pictures img{width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;display:block;animation:scheme-arrive .22s ease-out}.comparison-pictures figcaption{padding:12px 20px;border-top:1px solid #ebede7;font-size:14px}.comparison-pictures figure>p{padding:25px;min-height:100px}.comparison-differences{margin-top:28px}.comparison-differences h3{font-weight:500;font-size:20px}.difference-table{overflow:auto}.difference-table table{border-collapse:collapse;width:100%;table-layout:fixed;font-size:14px;line-height:1.5}.difference-table th,.difference-table td{padding:15px 12px;border-top:1px solid #d6ded0;text-align:left;vertical-align:top;overflow-wrap:anywhere}.difference-table th{font-weight:500}.difference-table thead{color:#59674f}.comparison-notes{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-top:20px}.comparison-notes h4{font-size:13px;font-weight:600}.comparison-notes p,.comparison-note{font-size:13px;line-height:1.7;color:#606e5c}.comparison-note{border-top:1px solid #dce1d8;padding-top:20px;margin-bottom:0}@keyframes scheme-arrive{from{opacity:.2;transform:translateY(6px)}to{opacity:1;transform:none}}
.scheme-brief{margin:0;background:#e9ece4;color:#29362d;font:16px/1.65 Inter,Arial,sans-serif}.scheme-brief *{box-sizing:border-box}.scheme-brief a{color:var(--rise-accent);text-underline-offset:4px}.brief-toolbar{position:sticky;top:0;z-index:10;background:#f7f8f3ed;backdrop-filter:blur(10px);padding:16px max(24px,calc((100vw - 1100px)/2));display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #d5dcd1}.brief-toolbar a{font-size:14px;text-decoration:none;color:#29362d}.brief-toolbar button{background:var(--rise-accent);color:white;border:0;min-height:44px;padding:10px 20px;cursor:pointer;font-size:14px}.scheme-brief main{max-width:1100px;margin:auto}.brief-cover,.brief-option,.brief-closing,.brief-empty{padding:70px;background:#fff;margin:30px 0}.brief-cover{background:#283e32;color:#fafbef}.brief-eyebrow{font-size:12px;letter-spacing:.16em}.brief-cover h1,.brief-closing h2{font:400 clamp(36px,5vw,66px)/1.13 Georgia,serif;letter-spacing:-.03em;margin:45px 0 25px}.brief-intro{max-width:500px;color:#d5ded1}.brief-project-fields{margin-top:45px;display:grid;gap:20px}.brief-project-fields label{display:grid;gap:8px;font-size:13px}.brief-project-fields input,.brief-project-fields textarea{font:400 18px/1.5 Inter,Arial,sans-serif;background:transparent;border:0;border-bottom:1px solid #7a8a79;border-radius:0;padding:12px 0;color:white;resize:vertical;width:100%}.brief-project-fields input::placeholder,.brief-project-fields textarea::placeholder{color:#b2c0af}.brief-project-fields>p{font-size:12px;margin:0;color:#c9d4c5}.brief-date{font-size:12px;color:#c9d4c5;margin:30px 0 0}[data-brief-palette]{display:flex;gap:16px;margin-top:25px;flex-wrap:wrap}[data-brief-palette] figure{margin:0;width:140px}[data-brief-palette] img{width:100%;height:100px;object-fit:cover;border:4px solid #e3e8de}[data-brief-palette] figcaption{font-size:12px;margin-top:8px}.brief-option>header{position:relative;border-bottom:1px solid #d9dfd4;padding-bottom:18px;margin-bottom:24px}.brief-option h2{font:400 42px/1.3 Georgia,serif;margin:12px 0}.brief-option>header a{position:absolute;right:0;bottom:22px;font-size:13px}.brief-captures{display:grid;grid-template-columns:1fr 1fr;gap:18px}.brief-captures figure{margin:0;border:1px solid #e0e5db}.brief-captures img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:contain}.brief-captures figcaption{padding:8px 14px;border-top:1px solid #e0e5db;font-size:12px}.brief-captures.brief-surface{display:block}.brief-surface img{aspect-ratio:3/2}.brief-specification{margin-top:26px}.brief-specification h3{font-size:16px;font-weight:500}.brief-specification dl{display:grid;grid-template-columns:1fr 1fr;gap:0 30px;font-size:13px}.brief-specification dl>div{border-top:1px solid #e0e5db;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px 0}.brief-specification dt{color:#687760}.brief-specification dd{margin:0}.brief-specification .brief-full-note{grid-column:1/-1;display:block}.brief-specification aside{background:#f1f3eb;padding:15px 20px;margin-top:25px}.brief-specification aside p{font-size:12px;line-height:1.65}.brief-closing>p,.brief-closing ul{max-width:720px}.brief-closing li{padding:4px 0}.brief-closing a{display:inline-block;margin-top:20px}.scheme-brief button:disabled{opacity:.5}
@media(max-width:760px){.scheme-options{padding:10px 0;min-height:60px}.scheme-project{max-height:96dvh!important;width:100vw!important;padding:22px!important;border-radius:0!important}.project-option-grid{grid-template-columns:1fr 1fr;gap:12px}.project-option-grid article>p{min-height:0}.scheme-project .project-intro{font-size:14px;line-height:1.65}.project-family-heading h3{font-size:18px}.project-option-grid article>div{display:grid;gap:0}.scheme-compare{width:100vw;max-width:100vw;max-height:100dvh;height:100dvh;margin:0;border:0;border-radius:0;padding:20px}.comparison-choices{gap:12px}.comparison-choices [role=group]{width:100%;margin:0;display:grid;grid-template-columns:repeat(4,1fr)}.comparison-choices [role=group] button{font-size:11px;padding:8px 5px}.comparison-pictures{gap:14px;grid-template-columns:1fr}.comparison-pictures img{max-height:280px}.comparison-pictures figcaption{padding:9px 12px}.comparison-notes{gap:15px}.difference-table table{font-size:12px}.difference-table th,.difference-table td{padding:12px 6px}.scheme-compare header p{font-size:11px;margin-top:0}.scheme-compare h2{font-size:24px}.scheme-compare header>button{font-size:12px;padding:8px 10px}.brief-toolbar{padding:12px 18px;gap:15px}.brief-toolbar a,.brief-toolbar button{font-size:12px}.brief-toolbar button{padding:10px}.brief-cover,.brief-option,.brief-closing,.brief-empty{padding:30px 22px;margin:0 0 16px}.brief-cover h1{font-size:42px;margin-top:35px}.brief-project-fields{margin-top:30px}.brief-option h2{font-size:34px}.brief-captures{gap:10px}.brief-specification dl{grid-template-columns:1fr}.brief-option>header a{font-size:12px}.brief-closing h2{font-size:38px}.brief-specification aside{padding:12px 15px}}
@media(prefers-reduced-motion:reduce){.scheme-options button{transition:none}.comparison-pictures img,.construction-guide[open] .construction-stops{animation:none}}
@media print{@page{size:A4;margin:13mm}.scheme-brief{background:white;font-size:10pt;color:#243229}.brief-toolbar,.brief-option>header a,.brief-closing>a,[data-notes-status]{display:none!important}.scheme-brief main{max-width:none}.brief-cover,.brief-option,.brief-closing{margin:0;padding:0;break-before:page;background:white;color:#243229}.brief-cover{break-before:auto;min-height:240mm;padding-top:20mm}.brief-cover h1{font-size:42pt}.brief-cover input,.brief-cover textarea{color:#243229;border-color:#aab5a4;font-size:14pt}.brief-cover input::placeholder,.brief-cover textarea::placeholder{color:#6a785f}.brief-intro,.brief-date{color:#5c6d54}.brief-option h2{font-size:24pt;margin:5mm 0}.brief-option>header{margin-bottom:5mm;padding-bottom:3mm}.brief-captures{gap:4mm}.brief-captures img{max-height:51mm}.brief-surface img{max-height:115mm}.brief-specification{margin-top:5mm}.brief-specification h3{font-size:10pt}.brief-specification dl{font-size:8pt;grid-template-columns:1fr 1fr;gap:0 5mm}.brief-specification dl>div{padding:2mm 0;break-inside:avoid}.brief-specification aside{padding:2mm 4mm;margin-top:4mm;break-inside:avoid}.brief-specification aside p{font-size:7.5pt;line-height:1.4}.brief-captures figure{break-inside:avoid}.brief-captures figcaption{padding:1mm 3mm;font-size:8pt}.brief-project-fields textarea{height:auto;min-height:30mm;overflow:visible}a{color:inherit!important}.brief-closing{padding-top:15mm}}

.brief-print-value{display:none}@media print{.brief-project-fields input,.brief-project-fields textarea{display:none}.brief-print-value{display:block;white-space:pre-wrap;overflow-wrap:anywhere;font-size:12pt;color:#243229;padding:3mm 0;border-bottom:1px solid #c3cbbb}}

.scheme-coordination{padding:14px;background:#edf1e7;border-left:2px solid #879b79;margin:14px 0 22px}.scheme-coordination[hidden]{display:none}.scheme-coordination label{display:grid;gap:8px;font-size:12px;color:#4c6042}.scheme-coordination select{width:100%;font-size:14px;padding:10px 4px;border:0;border-bottom:1px solid #b6c2aa;background:transparent;color:#293c30;min-height:44px}.scheme-coordination button{margin-top:10px;border:0;padding:8px 0;background:transparent;font-size:13px;color:var(--rise-accent);cursor:pointer;min-height:40px}.journey-has-option>div{background:white}.journey-next .journey-has-option img{object-fit:contain}.journey-next .journey-has-option:hover img{transform:scale(1.035)}

.scheme-compare[data-kind=surface] .comparison-pictures img{aspect-ratio:3/2}

.scheme-options [data-slot]{position:relative}.scheme-options [data-dirty=true]:after{content:'';position:absolute;right:4px;top:4px;width:5px;height:5px;border-radius:50%;background:var(--rise-accent-soft)}

.comparison-shared-note{font-size:13px;line-height:1.7;color:#606e5c}.terrace-actions .terrace-brief-link{background:transparent;color:var(--rise-accent);font-size:13px;min-height:44px}.terrace-brief-link:hover{text-decoration:underline}@media(max-width:760px){.scheme-compare{flex-direction:column}.scheme-compare[open]{display:flex}.scheme-compare>header{order:0;flex-shrink:0}.comparison-choices{order:1;flex-shrink:0}.comparison-differences{order:2;margin-top:0;margin-bottom:20px;flex-shrink:0}.comparison-pictures{order:3;flex-shrink:0}.comparison-resolutions{order:4;flex-shrink:0}.comparison-note{order:5;flex-shrink:0}}

@media(max-width:760px){.scheme-options{flex-wrap:wrap}.scheme-options>[data-review-options]{font-size:12px;min-height:36px}}

/* Alternatives show their saved state and keep two identifiable products in view. */
.scheme-options [data-slot]{display:flex;gap:7px;align-items:center;min-height:44px}.scheme-options [data-slot] b{font-weight:600}.scheme-options [data-slot] small{font-size:12px;font-weight:400}.scheme-options [data-new-option]{display:flex;align-items:center;gap:5px;font-size:12px}.scheme-options [data-new-option]>span{display:inline}.scheme-options{flex-wrap:wrap}.scheme-option-hint{flex-basis:100%;font-size:12px;line-height:1.6;color:#627057;margin:0}.scheme-compare{inset:0;margin:auto}.scheme-compare>header{position:sticky;top:-30px;z-index:2;background:#f5f6f0;padding-top:14px;padding-bottom:6px}.comparison-choices{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}.comparison-choices label{display:grid;gap:8px;min-width:0}.comparison-choices select{width:100%;min-width:0}.comparison-choices [role=group]{grid-column:1/-1;justify-content:flex-start;margin:0}.comparison-pictures figure{min-width:0}.comparison-pictures figcaption>span{display:block;font-size:12px;color:#64715b;margin-bottom:8px}.comparison-pictures figcaption strong{display:block;font-size:19px;font-weight:500;line-height:1.4}.comparison-pictures figcaption p{font-size:13px;line-height:1.6;margin:8px 0;overflow-wrap:anywhere}.comparison-pictures figcaption a{display:inline-flex;align-items:center;min-height:44px;font-size:13px;color:var(--rise-accent);text-underline-offset:4px}.comparison-detail-toggle{display:flex;align-items:center;gap:10px;padding:20px 0 0;font-size:14px;min-height:44px;cursor:pointer}.comparison-detail-toggle input{width:18px;height:18px;accent-color:#29412f}.scheme-compare :focus-visible{outline:2px solid var(--rise-accent);outline-offset:3px}
@media(max-width:760px){.scheme-options>div{flex-wrap:wrap}.scheme-options [data-slot]{padding:8px 9px}.scheme-compare{height:100dvh;max-height:100dvh;margin:0}.scheme-compare>header{top:-20px;padding-top:12px}.scheme-compare .comparison-pictures{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;order:2}.comparison-pictures img{aspect-ratio:4/3;max-height:none}.comparison-pictures figcaption{padding:10px}.comparison-pictures figcaption strong{font-size:15px}.comparison-pictures figcaption p{font-size:12px}.comparison-pictures figcaption a{font-size:12px}.comparison-detail-toggle{order:3;flex-shrink:0}.scheme-compare .comparison-differences{order:4;margin-top:16px}.scheme-compare .comparison-resolutions{order:5}.scheme-compare .comparison-note{order:6}.comparison-choices label{font-size:12px}.comparison-choices select{font-size:13px;padding:10px 7px}.comparison-choices [role=group]{display:flex;flex-wrap:wrap}.comparison-choices [role=group] button{flex:1;min-height:44px;font-size:12px}.comparison-notes{grid-template-columns:1fr;gap:4px}}
.studio-product-reference{font:500 13px/1.6 Inter,Arial,sans-serif;color:var(--rise-accent);letter-spacing:.02em;margin:0 0 10px}
