/* A quiet viewing surface, with detail revealed on request. */
:root{--ink:#24342b;--muted:#65716a;--line:#dce1dc;--paper:#fff;--header:74px}body{background:#f5f6f3}button,input,select{font:inherit}button{min-height:44px}button:focus-visible,a:focus-visible,select:focus-visible{outline:3px solid #ac844e;outline-offset:3px}[hidden]{display:none!important}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}header{height:var(--header);padding:0 30px;gap:24px;position:relative;z-index:20;display:flex;grid-template-columns:none}.brand{gap:12px}.brand>span{font-size:21px;letter-spacing:3px}.brand-sub{font-size:9px;letter-spacing:1.6px}header nav{gap:28px;align-items:center;align-self:stretch}header nav button{font-size:14px;padding:0 3px;height:100%;min-height:44px}header nav button.active{border-bottom-color:var(--ink)}header nav button span{margin-left:7px}#explore.active{display:grid;grid-template-columns:minmax(0,1fr);height:calc(100dvh - var(--header));min-height:0}#explore.styling.active{grid-template-columns:minmax(0,1fr) 380px}.stage-wrap{min-height:0;position:relative;height:100%;order:unset;overflow:hidden}.quiet-top{position:absolute;z-index:10;left:26px;right:26px;top:22px;display:flex;align-items:center;justify-content:space-between;pointer-events:none;gap:20px}#concept-status{font-size:12px;background:#f8faf2db;padding:8px 11px;border-radius:2px;max-width:calc(100% - 145px)}#view-options{pointer-events:auto;background:#fffef8ed;border:1px solid #fff8;border-radius:4px;padding:0 16px;font-size:14px;margin-left:auto;white-space:nowrap}.viewer-footer{position:absolute;z-index:10;bottom:48px;left:30px;right:30px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;pointer-events:none}.viewer-footer>*{pointer-events:auto}.view-label{background:#f7f9f1e8;padding:15px 19px;max-width:340px;min-width:180px;border-radius:3px}.view-label h1{font:400 28px/1.12 Georgia,serif;margin:6px 0 0}.view-label .eyebrow{font-size:11px;letter-spacing:1px}.room-switch{display:flex;align-items:center;background:#fffffff5;border:1px solid #e3e6df;border-radius:5px;box-shadow:0 1px 3px #0001;flex-shrink:0}.room-switch>button:first-child,.room-switch>button:last-child{width:42px;font-size:25px}.room-switch #choose-room{padding:0 13px;display:flex;align-items:center;gap:20px;font-size:14px;border-left:1px solid #e7e9e4;border-right:1px solid #e7e9e4;min-width:176px;justify-content:space-between}#style-room{background:var(--ink);color:#fff;padding:0 19px;border-radius:4px;display:flex;align-items:center;gap:24px;font-size:14px;white-space:nowrap;min-height:47px}#style-room span{font-size:20px}.interaction-hint{position:absolute;z-index:10;bottom:13px;left:50%;transform:translateX(-50%);margin:0;font-size:12px;background:#f9fbf0bf;color:#364239;padding:5px 9px;border-radius:2px;white-space:nowrap}#hotspots{display:none}#explore.styling #hotspots{display:block}#plan-inset{top:85px;right:24px}#view-settings,#project-menu{border:1px solid var(--line);box-shadow:0 8px 28px #1a2b231a;border-radius:6px;padding:14px;background:#fff;color:var(--ink);z-index:30;margin:0;inset:auto}#view-settings:popover-open{position:fixed;display:flex;flex-direction:column;gap:5px;right:24px;top:calc(var(--header) + 73px);width:280px;max-height:calc(100dvh - var(--header) - 95px);overflow:auto}#project-menu:popover-open{position:fixed;display:flex;flex-direction:column;right:24px;top:calc(var(--header) - 6px);min-width:225px}#project-menu button,#view-settings>button{text-align:left;border-radius:3px;padding:8px 12px;font-size:14px}#project-menu button:hover,#view-settings>button:hover{background:#f3f5f0}.settings-heading{font-size:12px;color:var(--muted);padding:6px 10px}.settings-label{display:flex;flex-direction:column;gap:7px;font-size:12px;color:var(--muted);margin:9px 9px}.settings-label select{min-height:42px;border:1px solid var(--line);background:#fff;color:var(--ink);padding:0 10px;border-radius:3px;font-size:14px}.view-mode,.lighting{display:flex;background:#f1f4ef;border:0;border-radius:3px;padding:3px;gap:2px}.view-mode button,.lighting button{flex:1;min-height:40px;font-size:13px;padding:7px 9px}.view-mode button.active,.lighting button.active{background:var(--ink);color:white;border-radius:2px}#issue-count{float:right;background:#eeeee6;padding:2px 7px;border-radius:20px;font-size:12px}#room-dialog{width:min(570px,calc(100% - 32px));padding:25px;max-height:85dvh;border-radius:6px}#room-dialog::backdrop{background:#14251db3}.room-dialog-top{display:flex;align-items:center;justify-content:space-between;gap:20px}.room-dialog-top h2{font:400 30px/1.12 Georgia,serif;margin:0}.room-dialog-top button,#close-style{width:44px;font-size:26px;flex-shrink:0}#room-list{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:22px 0}.room-group{grid-column:1/-1;font-size:12px;margin:13px 0 1px;color:var(--muted)}.room-button{display:flex;min-height:47px;padding:10px 12px;font-size:14px;background:#f3f5f0;width:100%;margin:0}.room-button.active{background:#e0e8dc}.room-button .room-no{font-size:11px}.room-dialog-bottom{border-top:1px solid var(--line);padding-top:13px;display:flex;flex-wrap:wrap;gap:6px 18px}.room-dialog-bottom>button{font-size:14px;text-decoration:underline;padding:0}.room-dialog-bottom>p{width:100%;font-size:12px;color:var(--muted);margin:0}.style-drawer{background:#fff;border-left:1px solid var(--line);height:100%;overflow-y:auto;padding:24px 23px;display:block;position:relative;z-index:10}.drawer-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:23px;gap:12px}.drawer-heading h2{font:400 30px/1.12 Georgia,serif;margin:6px 0 0}.drawer-heading .eyebrow{font-size:11px}.drawer-footer{display:flex;justify-content:space-between;gap:15px;border-top:1px solid var(--line);padding-top:12px;margin-top:25px}.drawer-footer button{font-size:13px;text-decoration:underline}.slot-row{display:flex;width:100%;text-align:left;align-items:center;gap:13px;padding:15px 0;border-top:1px solid var(--line);min-height:77px}.slot-thumb{width:68px;height:62px;object-fit:contain;background:#f3f5ef;border-radius:3px;flex-shrink:0}.slot-row span{flex:1}.slot-row strong{display:block;font-size:14px;font-weight:600;margin-bottom:5px}.slot-row small{display:block;font-size:12px;color:var(--muted);line-height:1.35}.slot-row>b{font-size:20px;font-weight:400}.style-back{font-size:13px;padding:0;min-height:34px;color:var(--muted);text-align:left;margin-bottom:12px}.slot-title{font:400 27px/1.16 Georgia,serif;margin:0 0 8px}.slot-description{font-size:14px;line-height:1.5;color:var(--muted);margin:0 0 18px}.product-choice{border:1px solid var(--line);border-radius:4px;margin:11px 0;overflow:hidden}.product-choice.selected{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.product-choice>button{width:100%;text-align:left;padding:14px;display:flex;align-items:center;gap:13px}.product-choice img{width:88px;height:80px;object-fit:contain;background:#f4f6ef;flex-shrink:0}.product-choice strong{display:block;font-size:14px;line-height:1.35}.product-choice small{display:block;font-size:12px;line-height:1.4;color:var(--muted);margin:5px 0}.product-choice .selection-label{display:block;font-size:12px;color:var(--ink);font-weight:600;margin-top:8px}.product-info{padding:0 15px 14px;display:flex;justify-content:space-between;align-items:center;gap:12px}.product-info a{font-size:13px;text-underline-offset:3px}.product-info button{font-size:12px;color:var(--muted);min-height:30px;padding:0}.product-info .product-description{display:none}.model-note{font-size:12px;line-height:1.5;color:var(--muted);border-top:1px solid var(--line);padding-top:14px;margin-top:19px}.finish-details{border-top:1px solid var(--line);margin-top:15px;padding-top:5px}.finish-details summary{cursor:pointer;font-size:14px;font-weight:500;padding:16px 0;list-style-position:outside;margin-left:15px}.finish-details h3{font:400 23px Georgia,serif}.finish-details p{font-size:13px;line-height:1.6;color:var(--muted)}.material-row{font-size:14px}.material-row strong{font-size:14px}.material-row small{font-size:12px}#all-materials{font-size:13px;text-decoration:underline;margin-top:8px}.concept-option{margin-bottom:20px}.concept-option label{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:14px;font-weight:600;margin-bottom:8px}.concept-option input{width:18px;height:18px;accent-color:var(--ink)}.concept-option select{width:100%;min-height:44px;border:1px solid var(--line);border-radius:3px;background:#fff;padding:8px 10px;font-size:14px}.concept-option p{font-size:12px;line-height:1.5;color:var(--muted);margin:7px 0}.concept-link{font-size:13px;text-decoration:underline;min-height:35px;padding:0}.concept-panel{border-top:1px solid var(--line);padding-top:18px;margin-top:17px}.concept-reference{width:100%;height:180px;object-fit:cover;cursor:zoom-in;border-radius:3px;margin:10px 0}.concept-focus{display:flex;gap:8px;margin:8px 0 18px}.concept-focus button{border:1px solid var(--line);border-radius:3px;font-size:12px;padding:0 10px;flex:1}.catalog-tabs{display:flex;gap:25px;border-bottom:1px solid var(--line);margin-bottom:24px}.catalog-tabs button{font-size:14px;border-bottom:2px solid transparent;padding:0 3px}.catalog-tabs .active{border-color:var(--ink);font-weight:600}#object-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.object-card{background:#fff;border:1px solid var(--line);border-radius:3px;overflow:hidden}.object-card>img{width:100%;height:220px;object-fit:contain;background:#f0f3ed}.object-card>div{padding:22px}.object-card .eyebrow{font-size:11px}.object-card h2{font:400 26px/1.12 Georgia,serif;margin:9px 0 13px}.object-card p{font-size:14px;line-height:1.5;color:var(--muted)}.object-card a{font-size:14px}.object-card .room-chips{margin-top:18px}.object-card .room-chips button{font-size:12px;background:#f0f3eb;border:1px solid var(--line);min-height:36px;padding:6px 10px}.source-note{font-size:15px;line-height:1.6}.library-footnote{font-size:13px;line-height:1.55}.library-controls .search input{min-height:44px}.stage-wrap:fullscreen .viewer-footer{bottom:50px}.stage-wrap:fullscreen .style-drawer{display:none}.slot-pill{display:inline-block;padding:4px 7px;border-radius:2px;background:#eef2e9;font-size:11px;margin-bottom:10px}
@media(max-width:1200px){.view-label{display:none}#explore.styling.active{grid-template-columns:minmax(0,1fr) 350px}.viewer-footer{left:22px;right:22px;gap:12px}.room-switch #choose-room{min-width:150px}.quiet-top{left:22px;right:22px}.style-drawer{padding:22px 20px}#object-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){:root{--header:68px}header{display:flex;height:68px;padding:0 17px;gap:12px}.brand{gap:8px}.brand>span{font-size:17px;letter-spacing:2px}.brand-sub{font-size:7px;letter-spacing:1px}.brand svg{width:25px;height:27px}header nav{gap:17px;width:auto;align-self:stretch}header nav button{font-size:12px;padding:0}header nav button:first-child{display:none}header nav button span{margin-left:3px}#explore.active,#explore.styling.active{display:block;height:calc(100dvh - 68px);min-height:0}.stage-wrap{height:100%;min-height:0}.quiet-top{top:15px;left:15px;right:15px;gap:10px}#concept-status{font-size:10px;max-width:calc(100% - 135px);line-height:1.4}#view-options{font-size:12px;padding:0 12px;min-height:40px}.viewer-footer{left:14px;right:14px;bottom:calc(24px + env(safe-area-inset-bottom));display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:center}.room-switch{min-width:0}.room-switch #choose-room{font-size:12px;padding:0 8px;gap:8px;min-width:0;flex:1}.room-switch>button:first-child,.room-switch>button:last-child{width:30px;flex-shrink:0}#style-room{min-height:46px;font-size:12px;gap:10px;padding:0 13px}.interaction-hint{display:none}#room-dialog{padding:22px 17px}.room-dialog-top h2{font-size:27px}#room-list{display:grid;grid-template-columns:1fr 1fr;overflow:visible;gap:7px}.room-button{width:100%;height:auto;white-space:normal;font-size:13px;padding:12px 9px}.room-button .chevron{display:block}.room-button .room-no{display:none}.room-group{display:block}.style-drawer{position:absolute;left:0;right:0;bottom:0;height:51%;max-height:490px;z-index:20;border-radius:14px 14px 0 0;border:1px solid var(--line);box-shadow:0 -7px 30px #1a2b231c;padding:18px 20px calc(18px + env(safe-area-inset-bottom))}.styling .stage-wrap{height:49%}.styling .viewer-footer{display:none}.styling .quiet-top{top:10px}.styling #concept-status{display:none}.drawer-heading{margin-bottom:12px}.drawer-heading h2{font-size:25px}.drawer-heading .eyebrow{font-size:10px}.drawer-footer{margin-top:18px}.product-choice>button{padding:10px 13px}.product-choice img{width:76px;height:68px}.slot-row{padding:11px 0;min-height:70px}.concept-reference{height:170px}#view-settings:popover-open{right:14px;top:124px}#project-menu:popover-open{right:14px;top:62px}#object-grid{grid-template-columns:1fr;gap:20px}.object-card>img{height:235px}.object-card>div{padding:20px}.catalog-tabs{gap:20px}.catalog-tabs button{font-size:13px}.page-heading h1{font-size:34px}.library,.sourcebook,.renderings{padding:30px 20px}.source-tabs{display:flex;flex-wrap:wrap;gap:5px}.source-tabs button{font-size:12px}.issue-table{display:block;overflow-x:auto}.room-dialog-bottom>button{font-size:13px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
@media print{.style-drawer,.quiet-top,.viewer-footer,.catalog-tabs,#object-grid{display:none!important}}
.product-specs{padding:0 15px 14px;font-size:12px;color:var(--muted);line-height:1.55}.product-specs summary{cursor:pointer;min-height:32px;padding-top:5px}.product-specs p{font-size:12px;line-height:1.5}.object-card .product-specs{padding:15px 0 0}.slot-row strong,.product-choice strong{text-wrap:balance}

.environment-settings{border-top:1px solid #d9ddd5;margin:10px 0;padding:12px 0}.environment-settings summary{cursor:pointer;font-size:13px;font-weight:600}.environment-settings label{display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:13px;padding:9px 0}.environment-settings input{width:18px;height:18px;accent-color:#465544}.environment-settings p{font-size:11px;line-height:1.5;color:#657061}.environment-settings a{font-size:12px;color:#465544}.environment-settings #look-west{padding:9px 0}#view-settings{max-height:calc(100dvh - 130px);overflow-y:auto}
