.studio-house { --house-ink: #294543; --house-muted: #586c5c; --house-paper: #fffdf2; --house-indigo: #5c5cde; --house-leaf: #e9eedb; --house-guava: #c68e78; }
.house-navigation { display: flex; flex-wrap: wrap; gap: 7px; padding-bottom: 22px; }
.house-navigation button { background: #eeecdf; border: 1px solid transparent; border-radius: 9px; padding: 10px 14px; font-size: 12px; font-weight: 700; }
.house-navigation button[aria-pressed='true'] { background: var(--house-indigo); color: #fff; }
.house-content { color: var(--house-ink); }
.house-content h3 { font: 700 29px/1.15 Fredoka, sans-serif; letter-spacing: -.3px; margin: 0 0 15px; }
.house-content h4 { font: 700 21px/1.25 Fredoka, sans-serif; margin: 0 0 10px; }
.house-content p { font-size: 14px; line-height: 1.75; color: var(--house-muted); max-width: 72ch; margin: 0 0 14px; }
.house-content .text-link { font-size: 12px; line-height: 1.5; text-align: left; }
.house-content :focus-visible { outline: 3px solid var(--house-indigo); outline-offset: 4px; }
.house-introduction { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 22px; }
.house-mark { width: 66px; height: 58px; color: var(--house-indigo); margin-top: 3px; }
.house-section { border-top: 1px solid #e1e5d2; margin-top: 26px; padding-top: 24px; }
.house-services article { display: flex; gap: 17px; padding: 15px 0; }
.house-services article + article { border-top: 1px solid #eceede; }
.house-services article > span { flex: 0 0 35px; font-size: 30px; color: #7771aa; }
.house-services h5 { font: 700 21px Fredoka, sans-serif; margin: 0 0 5px; }
.house-services h5 small { font: 700 11px Nunito, sans-serif; display: inline-block; margin-left: 8px; color: var(--house-muted); }
.house-services p { margin-bottom: 0; font-size: 13px; }
.house-links { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 17px; }
.house-founder { display: grid; grid-template-columns: 215px minmax(0, 1fr); gap: 28px; align-items: start; }
.house-portrait { margin: 0; padding: 10px 10px 14px; border: 1px solid #d7c4a6; border-bottom: 4px solid #d7c4a6; border-radius: 5px; background: #f6e9ce; }
.house-portrait img { width: 100%; height: auto; border-radius: 2px; }
.house-portrait figcaption { padding: 11px 4px 0; font: 700 23px/1.15 Fredoka, sans-serif; color: #765441; }
.house-portrait figcaption span { display: inline-block; margin-top: 5px; font: 400 11px/1.5 Nunito, sans-serif; }
.house-avatar { background: #e8eedf; border-color: #bbc7ad; }
#house-gino-avatar { width: 100%; height: 286px; display: block; touch-action: pan-y; cursor: grab; }
#house-gino-avatar:active { cursor: grabbing; }
.house-avatar .gino-avatar-poster { width: 100%; height: auto; }
.house-avatar figcaption { color: var(--house-ink); text-align: center; padding-top: 4px; }
.gino-avatar-controls { margin-top: 12px; }
.gino-avatar-controls > div { display: flex; align-items: center; justify-content: space-between; gap: 4px; }
.gino-avatar-controls [data-gino-turn] { width: 42px; height: 42px; border-radius: 50%; font-size: 23px; background: #f8f7ec; color: #294543; }
.gino-avatar-controls span { font-size: 10px; color: #596952; }
.gino-avatar-controls .gino-wave { display: block; width: 100%; border-radius: 8px; padding: 11px 6px; margin-top: 8px; background: #7773c8; color: #fff; font-size: 12px; font-weight: 700; }
.gino-greeting { display: block; color: #52634a; font-size: 11px; line-height: 1.5; text-align: center; }
.gino-greeting:not(:empty) { margin-top: 9px; }
.house-record { margin: 0 0 18px; }
.house-record > div { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 18px; padding: 13px 0; border-bottom: 1px solid #eceede; }
.house-record dt { font-size: 13px; font-weight: 700; }
.house-record dd { margin: 0; font-size: 13px; line-height: 1.7; color: var(--house-muted); }
.house-personal { display: flex; gap: 17px; padding: 22px; margin-top: 27px; background: var(--house-leaf); border-radius: 12px; }
.house-personal > span { font-size: 29px; color: #886075; }
.house-personal p { font-size: 13px; }
.house-process { list-style: none; padding: 0; margin: 24px 0; }
.house-process li { position: relative; display: flex; gap: 19px; padding: 0 0 20px; }
.house-process li:last-child { padding-bottom: 0; }
.house-process li:not(:last-child)::before { content: ''; position: absolute; top: 36px; bottom: 2px; left: 17px; border-left: 2px solid #d6d3e9; }
.house-process li > span { display: grid; place-items: center; flex: 0 0 36px; height: 36px; border-radius: 50%; color: var(--house-indigo); background: #e9e5f3; font: 700 19px Fredoka, sans-serif; }
.house-process h4 { margin-top: 4px; margin-bottom: 6px; }
.house-process p { font-size: 13px; margin-bottom: 0; }
.house-collaborations .partner-names > span { font-size: 12px; background: var(--house-leaf); }
.house-career .partner-names > span { font-size: 12px; }
.house-invitation { margin-top: 27px; padding: 23px; background: #eeebf7; border-left: 4px solid var(--house-indigo); }
.house-invitation a { display: inline-block; text-decoration: none; font-size: 12px; }
@media (max-width: 620px) {
  .house-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
  .house-navigation button { padding: 11px 8px; font-size: 12px; }
  .house-introduction { grid-template-columns: 1fr; gap: 12px; }
  .house-mark { width: 43px; height: 34px; }
  .house-content h3 { font-size: 26px; }
  .house-content p { font-size: 13px; }
  .house-founder { grid-template-columns: 1fr; gap: 23px; }
  .house-portrait { width: min(100%, 160px); }
  .house-avatar { width: min(100%, 215px); justify-self: center; }
  .house-record > div { grid-template-columns: 1fr; gap: 5px; }
  .house-services h5 small { display: block; margin: 5px 0; }
  .house-personal { padding: 17px; gap: 12px; }
  .house-invitation { padding: 18px; }
}
