/* The house inherits the site's monochrome palette and existing typefaces. */
.house-section .section-heading{justify-content:center;text-align:center;display:block;margin-bottom:10px}
.house-section .section-heading h2{font-size:clamp(44px,5.5vw,76px)}
.house-section .section-heading>p{margin:18px auto 0;font-size:14px;max-width:none}
.house-section .section-heading>p br{display:none}
.house-experience{margin-top:16px;border-bottom:1px solid var(--line);padding-bottom:24px}
.house-stage{position:relative;height:620px;isolation:isolate}
.house-viewport{position:absolute;inset:0 280px 0 0;cursor:pointer}
.house-viewport canvas{display:block;width:100%;height:100%;touch-action:pan-y}
.house-caption{position:absolute;bottom:12px;left:0;right:280px;text-align:center;font-size:11px;color:var(--muted);pointer-events:none}
.room-detail{position:absolute;right:0;top:50%;transform:translateY(-50%);width:254px;padding-left:20px;border-left:1px solid var(--line)}
.room-status{display:inline-block;font-size:10px;padding:4px 9px;border:1px solid var(--line);border-radius:20px;margin-bottom:20px;color:var(--muted)}
#room-icon{height:53px;margin-bottom:15px}
#room-icon svg{position:static;width:61px;height:50px;margin:0}
#room-name{font-family:var(--display);font-size:43px;line-height:1.04;letter-spacing:-.015em;margin-bottom:16px}
.room-purpose{font-size:12px;font-weight:600;margin-bottom:9px}
#room-description{font-size:13px;line-height:1.75;color:var(--muted);min-height:92px}
#room-link{font-size:12px;margin-top:20px;line-height:1.5}
.room-step{display:flex;align-items:center;justify-content:space-between;margin-top:28px;gap:10px}
.room-step button{width:38px;height:38px;border:1px solid var(--line);background:transparent;border-radius:50%;font-size:19px}
#room-position{font-size:10px;color:var(--muted)}
.house-controls{display:flex;gap:18px;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:18px 0}
.house-controls button{border:1px solid var(--line);background:transparent;padding:10px 14px;border-radius:3px;font-size:12px;min-height:44px}
.house-view-controls{display:flex;gap:8px}
.house-controls #house-tour{background:var(--ink);color:var(--paper);border-color:var(--ink);min-width:132px}
.house-controls button:hover,.room-step button:hover{border-color:var(--ink)}
.house-instruction{font-size:11px;color:var(--muted);text-align:center}
.room-navigation{display:grid;grid-template-columns:repeat(9,1fr);border:1px solid var(--line)}
.room-choice{position:relative;background:transparent;border:0;border-right:1px solid var(--line);padding:16px 4px 12px;display:flex;flex-direction:column;gap:5px;align-items:center;color:var(--muted);min-width:0;min-height:114px;transition:background .2s,color .2s}
.room-choice:last-child{border-right:0}
.room-choice svg{width:40px;height:37px;flex:none;margin-bottom:4px}
.room-choice strong{font-size:11px;font-weight:500;white-space:nowrap}
.room-choice small{font-size:9px;color:var(--muted)}
.room-choice[aria-pressed=true]{color:var(--ink);background:var(--soft);box-shadow:inset 0 -3px var(--ink)}
.room-choice:hover{background:var(--soft);color:var(--ink)}
.house-plan-note{font-size:11px;color:var(--muted);margin-top:15px;text-align:center}
.house-service-heading{display:flex;justify-content:space-between;gap:24px;align-items:baseline;margin:54px 0 26px}
.house-service-heading h3{font-family:var(--display);font-size:32px;line-height:1.1}
.house-service-heading p{font-size:12px;color:var(--muted)}
@media(min-width:1500px){.house-stage{height:690px}}
@media(max-width:1050px){.house-stage{height:540px}.house-viewport{right:245px}.room-detail{width:229px;padding-left:17px}.house-caption{right:245px}#room-name{font-size:36px}.room-choice strong{font-size:10px}.house-instruction{display:none}}
@media(max-width:760px){.house-section .section-heading h2{font-size:44px}.house-section .section-heading>p{font-size:12px;max-width:280px;line-height:1.6}.house-stage{height:auto;display:flex;flex-direction:column}.house-viewport{position:relative;inset:auto;height:430px;margin-inline:-16px}.house-caption{position:static;font-size:10px;margin:-8px 0 25px}.room-detail{position:static;transform:none;width:100%;border-left:0;border-top:1px solid var(--line);padding:20px 0 8px;display:grid;grid-template-columns:1fr 58px;gap:0 12px}.room-status{justify-self:start;grid-column:1;margin-bottom:12px}#room-icon{grid-column:2;grid-row:1 / span 2;margin:0}#room-name{grid-column:1;font-size:36px;margin-bottom:12px}.room-purpose,#room-description,#room-link,.room-step{grid-column:1 / -1}#room-description{min-height:66px;font-size:13px;line-height:1.65}.room-step{margin-top:18px}.room-step button{width:44px;height:44px}.house-controls{flex-wrap:wrap;gap:10px;padding-block:14px}.house-controls button{font-size:11px;padding:9px 11px}.house-controls #house-tour{min-width:113px}.house-view-controls{gap:6px}.room-navigation{grid-template-columns:repeat(3,1fr)}.room-choice{min-height:101px;border-bottom:1px solid var(--line);padding:12px 5px 10px}.room-choice:nth-child(3n){border-right:0}.room-choice:nth-child(n+7){border-bottom:0}.room-choice strong{font-size:12px}.room-choice svg{width:36px;height:32px}.house-plan-note{line-height:1.6}.house-service-heading{display:block;margin-top:36px}.house-service-heading p{margin-top:12px}.house-service-heading h3{font-size:28px}}
@media(max-width:380px){.house-viewport{height:365px}.house-controls{justify-content:center}.house-section .section-heading h2{font-size:40px}}
@media(prefers-reduced-motion:reduce){.room-choice{transition:none}}

@media(min-width:761px) and (max-height:850px){.house-stage{height:480px}.room-status{margin-bottom:12px}#room-icon{height:42px;margin-bottom:10px}#room-icon svg{height:40px}#room-name{font-size:37px}#room-description{min-height:76px}.room-step{margin-top:18px}}
/* Room icons must not inherit the card icons' mobile absolute positioning. */
.room-choice .house-icon{position:static;inset:auto;width:40px;height:37px;margin:0 0 4px;opacity:1}
@media(max-width:760px){
  .house-experience{display:flex;flex-direction:column}
  .room-navigation{order:-1;display:flex;overflow-x:auto;position:sticky;top:0;z-index:3;background:var(--paper);scrollbar-width:thin;scroll-snap-type:x proximity}
  .room-choice{flex:0 0 116px;min-height:98px;border-bottom:0;scroll-snap-align:start}
  .room-choice:nth-child(3n){border-right:1px solid var(--line)}
  .room-choice:last-child{border-right:0}
  .room-choice .house-icon{width:36px;height:32px}
  .house-viewport{height:365px}
  .house-caption{margin:0 0 20px}
}

.room-swipe-hint{display:none}
@media(max-width:760px){.room-swipe-hint{display:block;order:-2;font-size:11px;color:var(--muted);text-align:center;margin:0 0 12px}}

/* Product cards: the three things you get, under the one-line job. */
.house-get{list-style:none;padding:0;margin:0 0 20px;font-size:12px;line-height:1.7;color:var(--muted)}
.house-get li{padding-left:14px;position:relative}
.house-get li:before{content:'';position:absolute;left:0;top:10px;width:6px;height:1px;background:currentColor}
.house-part>p:not(.product-purpose){margin-bottom:14px}
.house-part .house-example-link+.text-link{margin-top:0}
@media(max-width:760px){.house-get{font-size:11px;margin-bottom:14px}}
